@charset "utf-8";
/* CSS Document */
/***********通用基本类************/

/*格式化样式*/
@font-face{
    font-family:myFont_L;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont_R;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont_B;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont_H;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont_M;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-myFont_L{font-family:myFont_L;}
.web-myFont_R{font-family:myFont_R;}
.web-myFont_B{font-family:myFont_B;}
.web-myFont_H{font-family:myFont_H;}
.web-myFont_M{font-family:myFont_M;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0} 
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal} 
ol,ul {list-style:none} 
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}

/* 滚动条 */
/*::-webkit-scrollbar {width:0px;}*/

/*css定义超链接四个状态也有顺序的。*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
a:link, a:visited {text-decoration: none;color: #404040;}
a:hover, a:active {text-decoration: none;color: #666666;border: none;}
/*以上语句分别定义了"链接、已访问过的链接、鼠标停在上方时、点下鼠标时"的样式。
注意，必须按以上顺序写，否则显示可能和你预想的不一样。记住它们的顺序是“LVHA”。*/
ul {
clear:both;

width: 100%;
}
ul, li {
list-style:none;
}

/***********通用基本类2************/

/* Copyright 2008 TSXMLOVE. All Rights Reserved. */
* {padding: 0px;margin: 0px;text-align: left;line-height: 150%;box-sizing: border-box;font-size: 17px;}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #404040;
  }
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background   : #ededed;
  }
body {
	    background-color: #fefefe;
	    min-width: 1200px;
	    font-size: 17px;
	    font-family: myFont_R;
}
table {
border-collapse: collapse;
}


/*长度高度*/
.w1200{ width:1200px; margin:0 auto;}
.w100{ width:100%; text-align:center;}
.w50{ width:50%}
.mx1500{max-width:1500px;margin:0 auto;}
.mx1400{max-width:1400px;margin: 0 auto;}
.mx1300{max-width:1300px;margin: 0 auto;}
.mx1920{max-width:1920px;margin: 0 auto;}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* IE <8 */
}
.fl{ float:left;}
.fr{ float:right;}


.htop{
    background-color: #E2E2E2;
}
.htop .w1200{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 0px 0px;
}
.htop .w1200 div:first-child{justify-content: center;align-items:center;display:flex;font-size: 15px;}
.htop .w1200 div:last-child{
    font-size: 18px;
}
.htop .w1200 div:last-child a{font-size: 15px;padding: 5px;}
.htop .w1200 div:last-child a:first-child{
    position: relative;
}
.htop .w1200 div:last-child a:first-child::after{content: '';position: absolute;background-color: #404040;height: 13px;width: 1px;right: -3px;bottom: 0px;top: 0px;margin: auto;}
.htop2{
    padding: 15px 0px;
}
.htop2 .w1200>a{
    width: auto;
    float: left;
    display: block;
}
.htop2 .w1200>div{background: url(../images/htel.png) no-repeat left center;width: auto;float: right;background-size: 50px;padding-left: 58px;}
.htop2 .w1200>div p{font-size: 17px;}
.htop2 .w1200>div h3{
    color: #1f919b;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
/* 头部 */
.cont1{
    background-color: #1F919B;
}
.cont1 .w1200{
    
width: 1200px;
}

.cont1 .w1200>ul{
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont1 .w1200>ul>li{
    width: auto;
    position: relative;
}
.cont1 .w1200>ul>li:nth-child(3) dl{      width: 400px;left: -100px;}
.cont1 .w1200>ul>li:nth-child(4) dl{ width: 400px; left: -137px;}
.cont1 .w1200>ul>li:nth-child(5) dl{    width: 400px;left: -110px;}
.cont1 .w1200>ul>li>a{
    font-size: 17px;
    display: block;
    padding: 15px 28px;
    color: white;
    letter-spacing: 1px;
}
.cont1 .w1200>ul>li>a.on{
    background-color: #1B7F99;
}
.cont1 .w1200>ul>li>a:hover{background-color: #1B7F99;}
.cont1 .w1200>ul>li dl{
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #398DA9;
        width: 400px;
    left: -140px;
}
.cont1 .w1200>ul>li dl dd{}
.cont1 .w1200>ul>li dl dd a{
    display: block;
    text-align: center;
    color: white;
    line-height: 40px;
    border-bottom: 1px solid white;
}
.cont1 .w1200>ul>li dl dd a:hover{
    background-color: #1b7f99;
}


.cont2{}
.cont2 .swiper-container {
  width: 100%;
  height: 100%;
}

.cont2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cont2 .swiper-slide{width: 100%;}

.cont2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0,0,0,0.2);
}

.cont2 .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.cont2 .swiper-pagination-bullet{
    width: 40px;
    height: 8px;
    background-color: #fefefe;
    font-size: 17px;
    line-height: 38px;
    border-radius: 5px;
}
.cont2 .swiper-pagination{bottom: 40px !important;}
.cont2 .swiper-pagination-bullet-active{
    background-color: #1b7f99;
}
.cont2 .swiper-button-next,.cont2 .swiper-button-prev{
    background-color: #ffffff57;
}

.cont2 .swiper-slide-box img{display: block;
    width: 100%;
    }
.cont3{
    background-color: #1f919b;
    padding: 15px 0px;
}
.cont3 .w1200{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont3-dl{}
.cont3-dl span{
    color: white;
}
.cont3-dl a{
    color: white;
    margin-right: 5px;
    line-height: 30px;
}
.cont3-dl a:hover{color: #F98700}
.cont3-dr{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    background-color: #ffffff;
}
.cont3-dr-d1{
    background-color: #FFFFFF;
    padding: 0px 5px;
}
.cont3-dr-d1 i{
    font-size: 20px;
    color: #707070;
}
.cont3-dr-d2{}
.cont3-dr-d2 input:first-child{
    height: 30px;
}
.cont3-dr-d2 input:last-child{
    background-color: #F98700;
    color: white;
    height: 30px;
    width: 45px;
    text-align: center;
    margin-left: -4px;
}

.cont4{}
.cont4 .w1200{
    padding-top: 40px;
}
.public_t{}
.public_t h3{
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 25px;
}
.public_t div{
    width: 8px;
    height: 8px;
    border: 2px solid #f98700;
    border-radius: 50%;
    margin: 2px auto;
    position: relative;
}
.public_t div::after{    content: '';
    position: absolute;
    background-color: #a1a1a1;
    width: 105px;
    height: 1px;
    margin: auto;
    right: 10px;
    top: 2px;}
.public_t div::before{
    content: '';
    position: absolute;
    background-color: #a1a1a1;
    width: 105px;
    height: 1px;
    margin: auto;
    left: 10px;
    top: 2px;
    }
.public_t h4{
    text-align: center;
    color: #323232;
    font-size: 16px;
}
.cont4-box{
    margin-top: 20px;
}


.pc-slide {
    width: 100%;
    margin: 0 auto;
}

.pc-slide .view .swiper-container {
    width: 1200px;
    height: 450px;
}

.pc-slide .view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.pc-slide .view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.pc-slide .preview {
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.pc-slide .preview .swiper-container {
    width: 1130px;
    height: 82px;
    margin-left: 35px;
}

.pc-slide .preview .swiper-slide {
    width: 87px;
    height: 82px;
    cursor:pointer;
}

.pc-slide .preview .slide6 {
    width: 82px;
}

.pc-slide .preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.pc-slide .preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.pc-slide .preview img {
    padding: 1px;width:100%
}

.pc-slide .preview .active-nav .cont4-litd{
    background-color: #F98700;
}
.cont4-bigibox{
    height: 450px;
    position: relative;
}
.cont4-bigibox img{
    width: 700px;
    height: 450px;
    float: left;
}
.cont4-bigibox-d{
    width: 550px;
    height: 450px;
    right: 0;
    position: absolute;
    justify-content: center;
    align-items:center;
    display:flex;
}
.cont4-bigibox-d>div{background: url(../images/sbbg.png) no-repeat center;background-size: 100%;padding: 35px 50px;width: 100%;}
.cont4-bigibox-d>div span{
    font-size: 25px;
    color: white;
    border-bottom: 1px solid white;
}
.cont4-bigibox-d>div div{
    margin-top: 15px;
    color: white;
}
.cont4-bigibox-d>div a{
    float: right;
    color: white;
    margin-top: 40px;
}
.cont4-litd{
    background-color: #1F919B;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 0px 10px;
}
.cont4-litd i{
    font-size: 54px;
    color: white;
}
.cont4-litd div{
    width: calc( 100% - 60px );
}
.cont4-litd div h4{
    margin-top: 12px;
    color: white;
}
.cont4-litd div p{
    word-break: break-all;
    line-height: 15px;
    color: white;
    font-size: 15px;
        display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.cont5{}
.cont5 .w1200{
    padding-top: 40px;
}
.cont5-box{
    margin-top: 20px;
}
.cont5-l{
    width: 260px;
    float: left;
    background-color: #1F919B;
    color: white;
}
.cont5-l-d1{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    padding: 30px 0px;
}
.cont5-l-d1 i{
    font-size: 39px;
}
.cont5-l-d1 div{
    margin-left: 10px;
}
.cont5-l-d1 div h3{
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    line-height: 29px;
    margin-top: 5px;
}
.cont5-l-d1 div p{}
.cont5-l-ul1{
    width: 98%;
    margin-left: 1%;
    background-color: white;
    padding: 10px;    padding: 10px;
}
.cont5-l-ul1 li{
    margin-bottom: 15px;
}
.cont5-l-ul1 li a{
    display: block;
    border-bottom: 1px solid;
    padding: 0px 10px;    line-height: 34px;
}
.cont5-l-ul1 li a span{
    color: #1f919b;
    font-size: 23px;
    margin-right: 5px;
}
.cont5-l-ul1 li a:hover{
    color: #1f919b;
}
.cont5-l-d2{
    padding: 22px 20px;
}
.cont5-l-d2-d1{
    border-bottom: 2px solid;
    padding-bottom: 33px;
    font-size: 17px;
    line-height: 31px;
}
.cont5-l-d2-d2{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.cont5-l-d2-d2 i{
    font-size: 35px;
}
.cont5-l-d2-d2 div{
    margin-left: 10px;
}
.cont5-l-d2-d2 div p{
    font-size: 15px;
    margin-top: 4px;
}
.cont5-l-d2-d2 div h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 23px;
}
.cont5-r{
    width: 920px;
    float: right;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont5-r-li{
    width: 32.2%;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}
.cont5-r-li:hover img{transform:scale(1.1);}
.cont5-r-li-d1{}
.cont5-r-li-d1 a{
    display: block;
    position: relative;
    overflow: hidden;
}
.cont5-r-li-d1-divie{    height: 220px;}
.cont5-r-li-d1 a img{
    width: 100%;
    display: block;transition: all .36s ease;
        height: 100%;
    object-fit: cover;
}
.cont5-r-li-d1 a .cont5-r-li-d1-ttile{
    position: absolute;
    bottom: 0px;
    background-color: #1f919bb5;
    width: 100%;
    padding: 10px 20px;
}
.cont5-r-li-d1 a .cont5-r-li-d1-ttile p{
    color: white;text-align: center;
}
.cont5-r-li-d2{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    padding: 15px;
}
.cont5-r-li-d2 a{
    background-color: #F39801;
    color: white;
    padding: 3px 15px;
}
.cont5-r-li-d2 a:last-child{
    margin-left: 20px;
    border: 1px solid #e7e7e7;
    background-color: #fefefe;
    color: black;
    transition: all .36s ease;
}
.cont5-r-li-d2 a:last-child:hover{
background-color: #F39801;
    color: white;
}
.cont6{
    margin-top: 30px;
}
.cont6 .w1200{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont6 .w1200>img{
    width: 455px;
    height: 345px;
}
.cont6 .w1200>div{
    width: 745px;
    height: 345px;
    background-color: #1f919b;
    padding: 30px;
    color: white;
}
.cont6 .w1200>div>span{
    text-transform: uppercase;
}
.cont6 .w1200>div>span span{
    color: #f39801;
}
.cont6 .w1200>div h3{
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid white;
    line-height: 50px;
}
.cont6 .w1200>div div{
    margin: 20px 0px;
}
.cont6 .w1200>div a{
    float: right;
    color: white;
    background-color: #f39801;
    padding: 5px 20px;
    border-radius: 2px;    margin-top: -30px;
}
 
.cont7{
    margin-top: 20px;
}
.cont7 .w1200{}
.cont7 .slideGroup{width: 100%;text-align:left;}
.cont7 .slideGroup .parHd{line-height:30px;border-bottom: 2px solid #ddd;position:relative;padding-bottom: 5px;}
.cont7 .slideGroup .parHd ul{}
.cont7 .slideGroup .parHd ul li{float:left;padding: 0 20px;cursor:pointer;line-height: 34px;color: white;background-color: #1f919b;margin-right: 15px;font-size: 17px;transform: skew(-10deg);-webkit-transform: skew(-10deg);-moz-transform: skew(-10deg);-o-transform: skew(-10deg);-ms-transform: skew(-10deg);margin-left: 5px;}
.cont7 .slideGroup .parHd ul li.on{background:#fff;background-color: #f39801;}
.cont7 .slideGroup .slideBox{overflow:hidden;zoom:1;padding: 10px 0 10px 30px;position:relative;}
.cont7 .slideGroup .sPrev,.slideGroup .sNext{position:absolute;left:5px;top: 60px;display:block;width: 20px;height: 60px;border:1px solid #ddd;background: url(../images/icoLeft.gif) center center no-repeat #1f919b;}
.cont7 .slideGroup .sNext{left:auto;right:5px;background: url(../images/icoRight.gif) center center no-repeat #1f919b;}
.cont7 .slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.cont7 .slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.cont7 .slideGroup .parBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.cont7 .slideGroup .parBd ul li .pic{ text-align:center; }
.cont7 .slideGroup .parBd ul li .pic img{width: 269px;height: 150px;display:block;border:1px solid #ccc;}
.cont7 .slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.cont7 .slideGroup .parBd ul li .title{ line-height:24px;   }
.cont8{}
.cont8 .w1200{
    padding-top: 40px;
}
.cont8-box{
    margin-top: 20px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont8-li{
    width: 24%;
}
.cont8-li a{}
.cont8-li div{overflow: hidden;    height: 210px;}
.cont8-li img{width: 100%;transition: all .36s ease;    height: 100%;
    object-fit: cover;}
.cont8-li p{
    background-color: #1f919b;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 15px;
    transition: all .36s ease;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cont8-li:hover img{
    transform: scale(1.1);
}
.cont8-li:hover p{
    background-color: #f39801;
}
.cont9{
    margin-top: 30px;
    text-align: center;
    margin-bottom:20px;
}
.cont9 img{max-width: 100%;margin: 0 auto;}
.cont10{
    padding: 30px 0px;
}
.cont10 .w1200{}
.cont10 .cont8-li{width: 100%;}
.webnews{
    padding: 30px 0px;
    background-color: #F0F0F0;
}
.inews1{
    width: 397px;
    float: left;
    margin-right: 50px;
}
.inewstop{
    border-bottom: 2px solid #8C8C8C;
    height: 33px;
}
.inewstop div{
    font-size: 20px;
    width: auto;
    float: left;
}
.inewstop a{
    float: right;
    color: #ff9600;
    margin-top: 3px;
}
.inews-box{}
.inews-img{
    margin: 15px  0px;
        width: 100%;
    height: 160px;
}
.inewsli{
    position: relative;
    margin-bottom: 30px;
}
.inews-num{
    background-color: #FF9600;
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    font-size: 32px;
    position: absolute;
    z-index: 2;
    border-radius: 2px;
    top: 40px;
}
.inews-nr{
    width: 360px;
    float: right;
    /* padding: 0px 40px; */
    /* border: 1px solid #DBDBDB; */
}
.inews-titme{
    padding: 0px 40px;
    color: black;
}
.inews-li-d{
    border: 1px solid #DBDBDB;
    padding: 10px 40px;
    background-color: white;
}
.inews-li-d h3{
    font-weight: bold;
    font-size: 19px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews-li-d p{
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
}
.inews2{}
.inews3{
    width: 305px;
    float: right;
}
.inews3box{
    margin-top: 15px;
    background-color: white;
    padding: 0px 10px;
    height: 455px;
    overflow: hidden;
}
.footer{
    background-color: #1F919B;
}
.footer-d1{
    background-color: #1C8892;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.footer-d1 a{
        color: white;
    line-height: 50px;
    padding: 0px 35px;
    font-size: 17px;
}
.footer-d2{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 25px 0px;
}
.footer-d2-d1{
    color: white;justify-content: center;
    align-items:center;
    display:flex;
}
.footer-d2-d1 div{
    
}
.footer-d2-d1 p{    font-size: 17px;}
.footer-d2-d3{
    justify-content: center;
    align-items:center;
    display:flex;
}
.footer-d2-d3 img{
    height: 80px;
}

.footer-d2-d2{}
.footer-d2-d2 img{
    width: 125px;
}
.footer-d2-d2 p{
    text-align: center;
    color: white;
    font-size: 15px;
    margin-top: 5px;
}
.footer-d3{
    border-top: 1px solid #007782;
    padding: 10px 0px;
}
.footer-d3 p{text-align: center;color: white;font-size: 16px;}
.footer-d3 a{
    color: white;
}


.zybanner{text-align: center}
.zybanner img{max-width: 100%}


.ny-mbx{
    background-color: #f2f2f2;
}
.ny-mbx .mx1400{}
.ny-mbx-l{
        width: 1034px;
    float: left;
    padding: 18px 0px;
}
.ny-mbx-l a{
    position: relative;
    font-size: 19px;
    line-height: 40px;
    padding: 0px 30px;
    color: #222;
    display: block;
    transition: 0.3s ease 0s;
    float: left;
}
.ny-mbx-l a:hover{color:#1f919b;}
.ny-mbx-l a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.ny-mbx-l a:hover:before{    width: 80%;
    left: 10%;
    background-color:#1f919b;}
.ny-mbx-l a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.ny-mbx-l a.on{color: #1f919b;}
.ny-mbx-l a.on:before{
    width: 80%;
    left: 10%;
    background-color: #1f919b;
    }
    .ny-mbx-l a.on:after{content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;}
.ny-mbx-l a:hover:after{content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;}


.ny-mbx-l a.on{}
.ny-mbx-r{background:url(../images/op.jpg) no-repeat center left;width: auto;float: right;line-height: 80px;font-size: 15px;color: #555;padding-left: 25px;}
.ny-mbx-r a{
    font-size: 15px;
    color: #555;
}
.cont-onepage{}
.cont-onepage .mx1400{
    padding: 40px 0px 60px;
}
.cont-onepage-title{
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}


.cont-pro{}
.cont-pro .mx1400{
    padding: 40px 0px 70px;
}
.cont-pro-l{
    width: 18%;
    float: left;
}
.cont-pro-l-t i{
    font-size: 25px;
    margin-right: 5px;
}
.cont-pro-l-t{
    margin-bottom: 10px;
    padding: 20px;
    color: #fff;
    background: #1f919b;
    font-size: 30px;
}
.cont-pro-l-t-ul{
    display: block !important;
    height: auto !important;
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    overflow: visible !important;
    padding: 0px 15px;
}
.cont-pro-l-t-ul li{}
.cont-pro-l-t-ul li a{
    display: block;
    padding-left: 20px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
}
.cont-pro-l-t-ul li a:hover{color: #1f919b;}
.cont-pro-l-t-ul li a.on{
    color: #1f919b;
}
.cont-pro-r{
    width: 82%;
    float: right;
    padding: 0px 0px 0px 20px;
}
.cont-pro-xqr{
    width: 77%;
    float: right;
    padding: 0px 0px 0px 20px;
    padding: 40px 35px;
    background: #f6f6f6;
    }
.cont-pro-r-li{
    width: 32%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
    background: #fff;
    overflow: hidden;
    padding: 10px;
    transition: all .5s ease;
    border: 1px solid #eee;
    border-radius: 10px;
}
.cont-pro-r-li:hover{box-shadow: rgba(0, 0,0, 0.15) 0px 3px 18px 2px;
    cursor: pointer;}
.cont-pro-r-li:nth-child(3n+3){margin-right:0px;}
.cont-pro-r-li a{}
.cont-pro-r-li-d1{
    height: 390px;
    width: 100%;
    overflow: hidden;
}
.cont-pro-r-li:hover .cont-pro-r-li-d1 img{    transform: scale(1.2);}
.cont-pro-r-li-d1 img{
    width: 100%;object-fit: cover;
    height: 100%;
    transition: all .8s ease;
}
.cont-pro-r-li-h3{
    padding: 10px 0px 5px;
    border-top: 1px solid #eee;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all .36s ease;
}
.cont-pro-r-li:hover .cont-pro-r-li-h3:before{
    width: 100%;
}
.cont-pro-r-li-h3:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #232323;
    z-index: 1;
    transition: all .5s ease;
}
.cont-pro-r-li-d2{
    margin: 5px 0;
    color: #8c8c8c;
    font-size: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cont-pro-xqr-l{
    width: 600px;
    float: left;
}
.cont-pro-xqr-l img{width: 600px;}
.cont-pro-xqr-r{
    width: calc(100% - 650px);
    float: right;
}
.cont-pro-xqr-r-title{
    color: #262626;
    font-size: 22px;
    font-weight: bold;
}
.cont-pro-xqr-r-des{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    padding: 20px 0px;
    border-bottom: 1px solid #c2c2c2;
}
.cont-pro-xqr-r-as{
    transition: all .36s ease;
    background: #1f919b;
    font-size: 16px;
    color: #fff !important;
    display: inline-block;
    width: 140px;
    text-align: center;
    margin-top: 15px;
    margin-left: 16px;
    line-height: 45px;
    border: 1px solid #1f919b;
}
.cont-pro-xqr-r-as:hover{
    border: 1px solid #F39801;
    background: #fff;
    font-size: 16px;
    color: #F39801 !important;
}
.cont-pro-xqr-l-lll{background:url(../images/eye.jpg) no-repeat center left;font-size: 15px;color: #595959;margin-top: 35px;padding-left: 20px;}

.proxqtolsit{background:url(../images/zz.jpg) no-repeat center left;font-size: 15px;padding-left: 25px;}
.proxq-nr{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.proxq-nr>hr{
    height: 1px;
    background-color: #dadada;
}
.proxq-nr-t{
    color: #fff;
    width: 90px;
    background: #1f919b;
    border-bottom: 2px solid #1b7f99;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.proxq-fanye{
    width: 100%;    padding-bottom: 20px;
    float: left;
    margin-top: 50px;
}
.proshagnxia{}
.proshagnxia a:first-child{}
.proshagnxia a:last-child{float: right;}
.proshagnxia a{font-size: 16px;}
.cont-proxq-btn{}

.proxq-xgpro{position:relative;}
.proxq-xgpro .mx1400{
    position: relative;
}
.proxq-xgpro-box{}
.w1250{
    width: 1250px;
    margin: 0 auto;
}
.proxq-xgpro-box-title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #595959;
}
.proxqtj-box{}
.ptotjli{
    width: 400px;
    border: 1px solid #dadada;
}
.ptotjli a{
    display: block;
    position: relative;
}
.ptotjli-img{
    width: 100%;
    height: 295px;
    overflow: hidden;
}
.ptotjli:hover .ptotjli-img img{transform: scale(1.2);}
.ptotjli-img img{width: 100%;transition: all .8s ease;height: 100%;
    object-fit: cover;}
.ptotjli:hover .ptotjli-mc{opacity: 1;}
.ptotjli-mc{transition: all .3s ease;position: absolute;top: 0px;width: 100%;height: 100%;background-color: #00000073;opacity: 0;}
.ptotjli:hover .ptotjli-mc h3{top: 110px}
.ptotjli-mc h3{transition: all .8s ease;text-align: center;color: #FF9800;position: absolute;width: 100%;top: 40px;}
.ptotjli:hover .ptotjli-mc div{bottom:110px;}
.ptotjli-mc div{transition: all .8s ease;width: 100%;padding: 0px 20px;font-size: 15px;position: absolute;bottom: 40px;color: white;text-overflow: ellipsis;display: -webkit-box;line-clamp:2;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.protjcont{}
.protjcont.swiper-container {
    width: 100%;
    height: 100%;
    margin: 20px 0px;
}
.protjcont .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.contproly{
    padding-bottom: 50px;
}
.contproly .mx1400{
    background: #f8f8f8;
    padding: 80px 0px 50px;
}
.contproly-box{}
.contproly-box-title{
    text-align: center;
    font-size: 32px;
}
.contproly-box-entitle{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #cccccc;
}
.contproly-box-hx{
    background-color: #535353;
    height: 3px;
    width: 50px;
    margin: 0 auto;
    margin-top: 10px;
}
.contproly-form{
    margin-top: 20px;
    padding: 0px 100px;
}
.contproly-form textarea{
    width: 100%;
    resize: none;
    height: 160px;
    padding: 10px;
    font-size: 15px;
}
.contproly-form input{
    font-size: 15px;
    width: 48%;
    padding: 10px;
    margin-top: 20px;
}
.contproly-form input:last-child{
    width: 100%;
    background-color: #1f919b;
    text-align: center;
    color: white;
    margin-top: 30px;
}
.connews{}
.connews .mx1400{}
.connews-box{
    padding: 0 1rem;
}
.cnew-ul{
    padding-top: 37px;
}
.cnew-ul-li{overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 120px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;}
.cnew-ul-li:hover{height:120px;}
.cnew-ul-li a{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    overflow: hidden;
}
.cnew-ul-li .leftTimeBox{
    width: 87px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    font-family: arial;
    color: #1f919b;
    transition: all .5s ease;
}
.cnew-ul-li:hover .leftTimeBox{
    background: #F39801;
    color: #fff;
    }
.cnew-ul-li:hover .leftTimeBox .newData{color: white;
}
.cnew-ul-li:hover .leftTimeBox .newYearMon{color: white;
}
.cnew-ul-li .leftTimeBox .newData{
    font-size: 2.75rem;
    line-height: 46px;
    padding-top: 15px;
    text-align: CENTER;
}
.cnew-ul-li .leftTimeBox .newYearMon{
    text-align: center;
}
.cnew-ul-li .centerContentBox{
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}

.cnew-ul-li .centerContentBox .newTitle{
        font-size: 18px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.cnew-ul-li:hover .newTitle{color: #F39801;}
.cnew-ul-li .centerContentBox .newToolBox{
    margin: 5px 0;
    color: #b4b4b4;
    font-size: 15px;
}
.cnew-ul-li .centerContentBox .newToolBox .data1{
    margin-right: 5px;
    background: url(../images/time1.jpg) no-repeat center left;
    padding-left: 20px;
}
.cnew-ul-li .centerContentBox .newToolBox .data2{background: url(../images/eyes1.jpg) no-repeat center left;padding-left: 20px;}
.cnew-ul-li .centerContentBox .newSummry{
    line-height: 24px;
    height: 55px;
    overflow: hidden;
    color: #565656;
    font-size: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
.cnew-ul-li .rightIcon{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.cnew-ul-li .rightIcon .whiteIcon{
    opacity: 1;
}
.cnew-ul-li:hover .whiteIcon{opacity: 0}

.cnew-ul-li .rightIcon .redIcon{
    opacity: 0;
}
.cnew-ul-li:hover .redIcon{opacity: 1}
.cnew-ul-li .rightIcon .rIcon{position: absolute;top: 0;left: 0;display: block;width: auto;height: 98%;transition: all .5s ease;}
.newsxq-title{
    font-size: 26px;
    text-align: CENTER;
    padding: 20px 0px;
    border-bottom: 1px solid #cccccc;
}
.newsxq-hr{}
.newxq-tag{
    color: #707070;
    font-size: 15px;
    padding: 20px 0px;
}
.newxq-tag a{}
.newsxq-des{
    background: #f2f2f2;
    padding: 10px;
    font-size: 16px;
    color: #595959;
}
.newsxq-news{
    border-top: 1px solid #cccccc;
    margin-top: 15px;
}
.newsxq-news-title{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #595959;
    padding: 20px 0px;
}
.newsxq-news-box{
    padding-bottom: 50px;
}
.nsxq-nb-li{
    width: 33.33%;
    padding: 1rem;
    float: left;
}
.nsxq-nb-li:nth-child(3n+3){margin-right: 0px;}
.nsxq-nb-li a{
    display: block;
}
.nsxq-nb-li-man{
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 17rem;
    border-radius: 5px;
    background: #f3f3f3;
    transition: all .5s ease;
    padding: 0 60px 60px;
}
.nsxq-nb-li-man .newsdate{
    position: absolute;
    top: -15px;
    border-radius: 5px;
    width: 100px;
    margin: 0 0 40px;
    background-color: #2D2D2D;
    padding: 40px 10px 20px;
    transition: all .5s ease;
}
.nsxq-nb-li-man .newsdate .md{
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
    width: 100%;
    white-space: nowrap;
}
.nsxq-nb-li-man .newsdate .year{
    color: #bdbdbd;
    font-size: 16px;
    text-align: right;
    transition: all .5s ease;
}
.nsxq-nb-li-man .newsbody{
    width: calc(100% - 120px);
    top: 130px;
    transition: all .5s ease;
    position: absolute;
}
.nsxq-nb-li-man .newsbody .p_title{
    line-height: 20px;
    font-size: 1rem;
    color: #464646;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nsxq-nb-li-man .newsbody .p_summary{
    line-height: 1.5;
    font-size: 0.875rem;
    color: #6a6a6a;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .5s ease;
}
.nsxq-nb-li:hover .nsxq-nb-li-man{background: #1f919b;}
.nsxq-nb-li:hover .newsdate{
    background-color: #F39801;
    padding: 60px 10px 20px;
    }
.nsxq-nb-li:hover .newsbody{top: 150px;}
.nsxq-nb-li:hover  .p_title{color: white}
.nsxq-nb-li:hover  .p_summary{color: white}

.cont-case{}
.cont-case .mx1400{
    width: 94%;
}
.cont-case-box{margin: 16px 0px;}
.contcaseli{
    width: calc(100% / 3);
    height: 400px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.contcaseli .porTbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border: 1px #eee solid;
}
.contcaseli .porTbox .proImg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.contcaseli .porTbox .showBox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.contcaseli .porTbox .showBox a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.contcaseli .porTbox .showBox .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.contcaseli .porTbox .showBox .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.contcaseli .porBbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}
.contcaseli .porBbox .leftBox{}
.contcaseli .porBbox .leftBox .proTitle{
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.contcaseli .porBbox .leftBox .proSummry{
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
}
.contcaseli .porBbox .lookDetail{
    position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
}
.contcaseli .porBbox .lookDetail .details{
    line-height: 38px;
}
.contcaseli .porBbox .lookDetail .arrowsR{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
    line-height: 38px;
}
.contcaseli .porBbox .lookDetail .arrowsR .barr{}
.contcaseli .porBbox .lookDetail .arrowsR .harr{opacity: 0;}
.contcaseli .porBbox .lookDetail .arrowsR img{    position: absolute;
    transition: all .5s ease;}
.contcaseli:hover .proImg{transform: translate( -50% ,-50%) scale(1.1);}
.contcaseli:hover .showBox{    opacity: 1;}
.contcaseli:hover .showBoxLink::before {
    width: 1rem !important;
}
.contcaseli:hover .showBoxLink::after {
    width: 1rem !important;
}
.contcaseli:hover .barr{opacity: 0}
.contcaseli:hover .harr{opacity: 1 !important;}


.cont-case-xqr{width: 100%;}
.caseoxq-nr-t{
    color: #fff;
    width: 90px;
    background: #1b68b6;
    border-bottom: 2px solid #f60;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    width: 200px;
}
.cont-lx-box{}
.cont-lx-box-l{
    width: 34%;
    height: 480px;
    overflow: hidden;
    float: left;
    background-color: #1f919b;
    padding: 5% 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.cont-lx-box-l-d1{}
.cont-lx-box-r{
    width: 66%;
    float: left;
    height: 480px;
}

/*侧边栏*/
.sidebar{ position: fixed;top: 50%;padding: 20px 0 25px;right: 10px;width: 80px;z-index: 905;-webkit-transform: translateY(-50%);transform: translateY(-50%);border-radius: 40px;background: #fff;box-shadow: 0 0 10px rgba(152, 164, 211, .2);}
.sidebar li{ margin-bottom: 20px;position: relative;}
.sidebar li:last-child{ margin-bottom: 0;}
.sidebar a{ display: block;text-align: center;color: #fff;transition: .5s;}
.sidebar .sidebar_ico{ display: flex;align-items: center;justify-content: center;margin: 0 auto 5px;width: 50px;height: 50px;border-radius: 50%;box-shadow: 0 0 10px rgba(152, 164, 211, .2);transition: .5s;}
.sidebar .sidebar_ico img { height: 20px;}
.sidebar .sidebar_ico img:nth-child(2){ display: none;}
.sidebar a:hover .sidebar_ico{ background: #004892;}
.sidebar a:hover .sidebar_ico img:nth-child(1){ display: none;}
.sidebar a:hover .sidebar_ico  img:nth-child(2){ display: inline-block;}
.sidebar .sidebar_txt{ font-size: 15px;line-height: 24px;color: #666;text-align: center;}
.sidebar .sidebar_wx{ position: absolute;top: 0;right: 90px;margin-top: 0;display: flex;text-align: center;padding: 0 0;align-items: center;justify-content: center;width: 100px;height: 100px;color: #fff;background: #ffffff;box-shadow: 0 0 10px rgba(152, 164, 211, .2);white-space: nowrap;font-weight: bold;font-size: 20px;visibility: hidden;opacity: 0;transition: .5s;}
.sidebar a:hover .sidebar_wx{ visibility: visible;opacity: 1;}
.sidebar .sidebar_wx img{ width: 95px;}
.sidebar .sidebar_phone{ position: absolute;top: 0;right: 90px;margin-top: 0;display: flex;padding: 0 20px;align-items: center;justify-content: center;width: 200px;height: 50px;color: #fff;border-radius: 26px;background: #004892;box-shadow: 0 0 10px rgba(152, 164, 211, .2);white-space: nowrap;font-weight: bold;font-size: 20px;visibility: hidden;opacity: 0;transition: .5s;}
.sidebar a:hover .sidebar_phone{ visibility: visible;opacity: 1;}





input{outline:none;}
.duanbox{margin-top: 10px;}
.duanbox img{max-width: 100% !important; height: auto;}

/* 分页 */
/*列表翻页*/
.in_news+.list_page{border-top:none;}
.list_page {text-align: center;padding: 20px 0;}
.list_page a, .list_page span {padding:6px 12px;display: inline-block;font-size: 15px;margin: 0 4px ; border-radius:3px;}
.list_page a {background:#f5f3ed;color: #000000;}
.list_page span, .list_page a:hover{background: #000000;color:#fff;}
.list_page>div{text-align: center}
