/* Reset Css */
html,body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; overflow-x:hidden;}
body,div,ul,li,ol,dl,dd,dt,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,caption{margin:0px;padding:0px;}
fieldset,img{border:0;outline:medium none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button; cursor:pointer;}
table{border-collapse:collapse;}
ol,ul{list-style:none;}
address,caption,cite,code,dfn,en,th,var{font-weight:normal; font-style:normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
a{text-decoration:none;outline:medium none;}
input,textarea{outline:medium none;}
img{transition:all .5s; -webkit-transition:all .5s;}
/* 公共部分CSS样式 */
html,body{font:14px/1 microsoft Yahei,Arial,Helvetica,sans-serif; color:#333333;}
input,label,textarea{font:12px Microsoft Yahei;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset;}
img{font-size:12px; width:100%;}
a{color:#333333; text-decoration:none;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.clear{clear:both;}
.clearfix:after{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }

.clearfix {
  zoom: 1; 
  }
@font-face {
    font-family: 'Candara';
	src: url('../font/Candara.eot');
    src: url('../font/Candara.eot?#iefix') format('embedded-opentype'),
         url('../font/Candara.woff') format('woff'),
         url('../font/Candara.ttf') format('truetype'),
         url('../font/Candara.svg#webfont34M5alKg') format('svg');
	font-style:normal;
	font-weight:normal;
}

@font-face {
    font-family: 'gothambook';
	src: url('../font/gothambook.eot');
    src: url('../font/gothambook.eot?#iefix') format('embedded-opentype'),
         url('../font/gothambook.woff') format('woff'),
         url('../font/gothambook.ttf') format('truetype'),
         url('../font/gothambook.svg#webfont34M5alKg') format('svg');
	font-style:normal;
	font-weight:normal;
}

.visible-hd {
  display: none !important;
}
.visible-lg {
  display: block !important;
}

@media screen and (max-width:991px){
	.visible-hd {
		display: block !important;
	}
	.visible-lg {
		display: none !important;
	}
}
.l{float:left;}
.r{float:right;}
.g-wrap{max-width:1200px; margin-left:auto; margin-right:auto;padding-left:15px; padding-right:15px;}
.ellip{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.ellip1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-line-break: auto;-webkit-box-orient: vertical;}
.ellip2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-line-break: auto;-webkit-box-orient: vertical;}
.pz_banner{position:relative;  background:url(../images/bannerbg.jpg) center/cover no-repeat;}
.slide_banner{ margin:0;}
.slide_banner .slick-slide{ width:100%; padding:0; position:relative; outline:none;}
.pc_site{opacity:0;}
table{  
    border-collapse:collapse;  
    border: 1px solid #fff;  
	  width:50%
}  

td{  
    border-collapse:collapse;  
    border: 1px solid #fff; 
	  background:rgba(244,244,245,1); 
	  line-height:20px;
	  text-align:center;
		color:#333;
		padding:10px 5px;
} 

.w_0100_2{float: left;width: 100%;position: relative;}
.w_0100_2 .w_2_1{float: left;width: 100%; height:659px;position: relative;z-index: -1;overflow: hidden; }
.w_0100_2 .w_2_2{float: left;overflow: hidden; display:none;}
.s_banner{width: 100%; overflow:hidden; position:relative;}
.s_banner .w_2_1{float: left;width: 100%;height:300px;position: relative;z-index: -1;overflow: hidden;}
.s_banner .w_2_2{float: left;overflow: hidden; display:none;}
@keyframes myfirst {
   0% {transform: translate(0px, 0px);}
   50% {transform: translate(0px, -10px);}
   100% {transform: translate(0px, 0px);}
}
/* .slick-active .w_0100_2 .w_2_1{animation:myfd 10s;-webkit-animation:myfd 10s; } *//*transform:scale(1.2); -webkit-transform:scale(1.2);*/

@media screen and (max-width:991px){
.w_0100_2 .w_2_1{display:none;}
.w_0100_2 .w_2_2{display:block;}
.s_banner .w_2_1{display:none;}
.s_banner .w_2_2{display:block;}
}
@keyframes myfd {
   0% {transform:scale(1.2); -webkit-transform:scale(1.2);}
   100% {transform:scale(1); -webkit-transform:scale(1);}
}


.slide_banner .slick-dots{ bottom:105px;  overflow:hidden; width:395px;left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); text-align:center; margin-left:400px;}
.slide_banner .slick-dots li{ display:inline-block; vertical-align:top; width:10px; height:10px; margin:0 10px 0px 10px; position:relative;  border:1px solid #FFF; border-radius:50%; }
.slick-dots li button{display:none;}
.slide_banner .slick-dots li.slick-active{ position:relative; background:#fff;}
.banner-txt{width:1200px;margin:55px auto; overflow:hidden; position:relative;}
.banner-txt .img{width:800px; float:left;}
.banner-txt .txt{width:395px; position:absolute; right:0px; height:100%; background:rgba(0,0,0,0.2);}
.banner-txt .txt .cont{position:absolute;width:80%; top:40%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); font-size:16px; line-height:26px; color:#FFF;}

/*.slide_banner .slick-slide.slick-current .banner-txt .big{animation:fadeInDown 2s;-webkit-animation:fadeInDown 2s;-moz-animation:fadeInDown 2s; -o-animation:fadeInDown 2s;  opacity:1; transition: all 1s 0.4s;-webkit-transition: all 1s 0.4s;}
.slide_banner .slick-slide.slick-current .banner-txt .small{animation:fadeInUp 2s;-webkit-animation:fadeInUp 2s;-moz-animation:fadeInUp 2s; -o-animation:fadeInUp 2s; opacity:1; transition: all 1s 0.8s;-webkit-transition: all 1s 0.8s;}*/

@media screen and (max-width:1230px){
.banner-txt{width:90%;}
.banner-txt .img{width:56.7%;}
.banner-txt .txt{width:42.3%}
.banner-txt .txt .cont{top:50%; width:90%;}
.slide_banner .slick-dots{width:42.3%;margin-left:0px;left:auto; right:5%; transform:translateX(0); -webkit-transform:translateX(0); bottom:80px;}
}

@media screen and (max-width:991px){
.banner-txt .img{width:100%;}
.banner-txt .txt{width:100%; position:static; overflow:hidden;}
.banner-txt .txt .cont{position:static; overflow:hidden; transform:translate(0,0); -webkit-transform:translate(0,0);  margin:50px auto;}
.slide_banner .slick-dots{width:100%; right:0px;}
}

@media screen and (max-width:640px){
.banner-txt{margin:30px auto;}
.banner-txt .txt .cont{margin:15px auto 40px auto; font-size:14px; text-align:left;}	
.slide_banner .slick-dots{bottom:50px;}
.slide_banner .slick-dots li{width:7px; height:7px;}
}

@media screen and (max-width:480px){
	.banner-txt .txt{min-height:390px;}
	.slide_banner .slick-dots{bottom:5px;}
}


.mobile_subnav{width:95%;  margin:0px auto; display:none; margin-top:30px; }
.t_ntop_1 {height:40px;line-height: 40px;padding: 0px 14px;border: 1px solid #009b95;font-size: 14px;color: #009b95;border-radius:3px;background: url(../images/ico91.png) no-repeat 97% center;margin-left:auto;margin-right:auto;}
.pz_SideLayer{ width:100%; margin-top:5px;margin-bottom:20px; margin-left:auto; margin-right:auto;background:rgba(255,255,255,0.8); overflow:hidden;display:none; }

.pz_SideLayer .l1{width:100%; margin-top:1px; display:block;}
.pz_SideLayer .l1 a{ height:50px; line-height:50px; color:#242424; font-size:14px;  background:#f4f4f4 url(../images/main22.png) right center no-repeat;  display:block; }
.pz_SideLayer .l1 a span{margin-left:14px;}
.pz_SideLayer .l1 a:hover,.pz_SideLayer .l1.hover a{background:#e3e3e3 url(../images/main23.png) right center no-repeat; color:#009b95; width:100%;}


.imglist{margin-top:-30px; margin-right:-30px; overflow:hidden;}
.imglist li{float:left;}
.imglist li a{margin-right: 30px;margin-top:30px;position: relative;color: #fff;overflow: hidden; display:block; transition:all .5s; -webkit-transition:all .5s; -o-transition:all .5s;}

.head{height:103px;  z-index:100; background:rgb(255, 255, 255);  }
.head .logo{display:block; float:left; margin-top:10px;}
.head .logo .img{float:left;}
.head .logo em{display:block; height:79px; width:1px; margin:0px 22px; background:url(../images/ico1.png) center center no-repeat; float:left;}
.head .logo span{display:block; float:left; line-height:79px; font-size:30px;}
.head .head_right{float:right; display:inline-block; margin-top:32px;}
.head .head_right .btn{width:122px; height:30px; border-radius:15px; background:#04b2ab; text-align:center; line-height:28px; display:block; color:#FFF; box-shadow: 0px 5px 5px rgba(0,156,150,0.2); float:left;}
.head .head_right .s_ico{width:23px;margin:3.5px 48px; float:left; cursor:pointer;}
.head .head_right .s_ico img{transition:all 1s; -webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; display:block;}
.head .head_right .s_ico:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.head .head_right .lang{float:right; margin:3.5px 0px;}
.head .head_right .lang a{display:inline-block;padding:0px 15px; color:#666; font-size:16px; position:relative; line-height:23px;}
.head .head_right .lang a:after{position:absolute; content:"";right:-1px; width:1px; background:#666; top:15%; height:70%;}
.head .head_right .lang a:first-child{padding-left:0px;}
.head .head_right .lang a:last-child{padding-right:0px;}
.head .head_right .lang a:last-child:after{width:0px;}
.head .head_right .lang a.on,.head .head_right .lang a:hover{color:#009b95;}
.nav{width:100%; background:#009b95;}
#nav li{ line-height:55px; height:55px; color:#FFF; text-align:center; position:relative; float:left; width:11.1%; }
#nav li .aon a{display:block; color:#FFF; text-align:center;  transition:all 0.5s; -webkit-transition:all 0.5s; position:relative; font-size:16px;}
#nav li .aon a:hover, #nav li .aon .sele{font-weight:bold;}
#nav li .aon a em{display:inline-block; width:14px; margin-left:5px;}
#nav li .aon a:after{position:absolute;content:"";bottom:0px; left:0px;height:2px; width:0px; background:#FFF; transition:all 0.8s; -webkit-transition:all 0.8s;}
#nav li .aon a:hover:after, #nav li .aon .sele:after{width:100%;  }
#nav li .subnav{position:absolute;top:55px;  display:none; z-index:20; background:rgba(0,155,149,0.5);width:100%; }
#nav li .subnav dd{line-height:40px; color:#FFFFFF; }
#nav li .subnav dd a{color:#FFFFFF; display:block; font-size:14px; transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s; text-align:center; padding:5px 0px;}
/* #nav li .subnav dd a span{margin-left:8%;} */
#nav li .subnav dd a:hover{color:#FFF; background:rgba(0,155,149,1)}
#nav li .aon a:hover .subnav{display:block;}

@media screen and (max-width:1200px){
	#nav li .aon a{padding:0px 25px;}
}

/*手机网站头部*/
.phhead{width:100%;  z-index: 210; display:none;  background:#FFF;position:fixed; top:0px;}
.pcontainer { padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;position:relative;}
.phhead .logo{position:relative; padding:20px 0px; overflow:hidden; display:block;}
.phhead .logo .img{width:78px; float:left;}
.phhead .logo em{display:block; height:78px; width:1px; margin:0px 22px; background:url(../images/ico1.png) center center no-repeat; float:left;}
.phhead .logo .txt{float:left; line-height:78px; font-size:30px;}

.m_search{position:absolute; left:15px; top:50%; margin-top:-12.5px;  cursor:pointer; width:25px; }
.phonemeng{width:100%;z-index: 196; height:119px;}
.phhead .pcontainer .h_right_ico{margin-left:0px; height:auto; position:absolute;float:none; margin-top:0px; right:30px; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.phhead .pcontainer .h_right_ico .cont .lang{margin-left:0px; border-left:0px;}
.mphhead .h_right_ico .cont .lang{background:url(../images/h_ico21.png) right center no-repeat;}
.mphhead .pcontainer .h_right_ico .cont .lang a{color:#333;}
.mphhead .pcontainer .h_right_ico .cont .topsearch .img1{display:none;}
.phhead .pcontainer .h_right_ico .cont{border-left:0px; min-width:60px;}
.menuph{position: absolute;top: 50%;margin-top:-25px;right: 10px;cursor: pointer;width: 50px;height:50px;text-align: center; }
.menuph .point{display: inline-block;width: 30px;height: 30px;margin-top: 15px;position: relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before{width: 30px;}
.menuph .navbtn{position: absolute;top: 8px;right: 0;display: inline-block;width: 30px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #009b95;}
.mphhead .menuph .navbtn{background:#333;}
.menuph .navbtn::after,
.menuph .navbtn::before{position: absolute;right: 0;display: inline-block;width: 30px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #009b95;}
.mphhead .menuph .navbtn::after,.mphhead .menuph .navbtn::before{background:#333;}
.menuph .navbtn::after{top: -11px;}
.menuph .navbtn::before{top: 10px;}
.menuph .point.active .navbtn{background: transparent;}
.menuph .point.active .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
.menuph .point.active .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}


/*手机网站下拉样式*/

.xialaph{top:119px;left: 0;width: 100%;background:rgba(255,255,255,0.9);z-index: 998;display:none; position:fixed;}
.xialaph .img_d{ display:none;}
.xialaph .ul2,.xialaph .ul3{ display: none;}
.xialaph h4 a{color:#333;font-size: 14px;font-weight: bold;line-height: 50px;}
.xialaph h4 a.nolinks{display:block;}
.xialaph h4 a em{font-style:normal; display:block;}
.xialaph h4 a em.en{font-family:Arial; text-transform:uppercase;}
.xialaph h4 a em.cn{display:none; color:#cba15a;}
.xialaph h4 a:hover{color:#009b95;}
.xialaph h4 a:hover em.en{display:none;}
.xialaph h4 a:hover em.cn{display:block;}
.xialaph h4{position: relative;}
.xialaph li:last-child h4::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0px;background-color: rgba(0,0,0,0.2);/*opacity: 0.1;*/}
.xialaph h4::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color: rgba(0,0,0,0.2);/*opacity: 0.1;*/}
.xialaph h5 a{color:#333;font-size: 14px;line-height: 50px; display:block; padding-left:30px;}
.xialaph h5{position: relative;}
.xialaph h5::after{content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 1px;background-color: rgba(0,0,0,0.2);/*opacity: 0.05;*/}
/* .xialaph .ul2 li:last-child h5::after{height:0px;} */
.xialaph h4 img{width:15px;height:8px;float: right;margin-top: 21px;cursor: pointer;  margin-right:15px;}
.xialaph h5 img{width:11px;height:6px;float: right;margin-top: 26px;margin-right: 18px;cursor: pointer;}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{display: none;}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{display: block;}
/* .xialaph h4.active {border-bottom: 1px solid rgba(255,255,255,0.5);} */
.xialaph .ul2{width:100%; margin:0px auto; overflow-x:hidden;}
.xialaph .ul3{padding-top: 12px;padding-bottom: 18px;padding-left: 15px;position: relative;}
.xialaph .ul3::after{content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 1px;background-color: #e5e5e5;}
.xialaph li:last-child .ul3::after{display: none;}
.xialaph .ul3 li a{color: #666;font-size: 14px;line-height: 35px;display: block;}
.xialaph .ul3 li{padding-top: 5px;}
.xialaph .ul3 li:first-child{padding-top: 0;}


.xialaph  .h_w_top{text-align:center; line-height:50px;}

.xialaph .lang{width:90%;margin:15px auto; overflow:hidden;}
.xialaph .lang a{display:block;line-height:35px; width:28.33%; transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; float:left; border-radius:3px; font-family:microsoft Yahei; color:#FFF; text-align:center;margin-right:2.5%;margin-left:2.5%; background:rgba(51,51,51,0.5);}
.xialaph .lang a:hover,.xialaph .lang a.on{background:rgba(0,155,149,1); color:#FFF;}
.xialaph .lang a.on{background:rgba(0,155,149,1); color:#FFF;}


.xialaph .msearch{border:1px solid #009b95; height:35px; line-height:35px;margin:15px 10px 0px 10px;}
.xialaph .msearch .int{width:70%; border:0px; background:transparent; height:35px; float:left; line-height:25px; padding:0px 5%;}
.xialaph .msearch .btn{width:19%; background:url(../images/search.png) center center no-repeat; background-size:21px,23px;border:0px; position:relative; float:left; height:35px; border-left:1px solid #009b95;}

@media screen and (max-width:991px){
	.phhead .logo{padding:10px 0px;}
	.phhead .logo .img{width:68px;}
	.phhead .logo .txt{font-size:24px; line-height:68px;}
	.phhead .logo em{height:68px;}
	.phonemeng{height:89px;}
	.xialaph{top:89px;}
}

@media screen and (max-width:640px){
.phhead .logo .txt{font-size:20px;}
.phhead .logo em{margin:0px 15px;}
}

@media screen and (max-width:480px){
.phhead .logo .txt{font-size:18px;}
}

.h_cont{margin-top:55px;}

.h_cont .noticebox{width:575px; float:left;}
.h_cont .noticebox .hd{border-bottom:1px solid #eeeeee; position:relative;margin-bottom:20px;}
.h_cont .noticebox .hd .more{position:absolute;top:0px; right:0px; line-height:50px; color:#999; display:block;}
.h_cont .noticebox .hd .more:hover{color:#009b95;}
.h_cont .noticebox .hd li{display:inline-block;line-height:50px; font-size:20px;position:relative; margin-right:15px; cursor:pointer;}
.h_cont .noticebox .hd li:last-child{margin-right:0px;}
.h_cont .noticebox .hd li.on:after{position:absolute; content:""; left:0px;bottom:0px; width:100%; height:2px; background:#009d96;}
.h_cont .noticebox .bd{zoom:1; }

.h_cont .noticebox .bd li a{display:block;padding:14px 0px; border-bottom:1px solid #eeeeee; padding-left:80px; position:relative;}
.h_cont .noticebox .bd li a .times{width:60px; height:60px; position:absolute; left:0px;top:14px; background:#eeeeee; border-radius:3px; color:#009b95; }
.h_cont .noticebox .bd li a:hover .times{background:#009b95; color:#fff;}
.h_cont .noticebox .bd li a .times .cont{position:absolute; width:85%; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); line-height:28px;text-align:center; font-size:12px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.h_cont .noticebox .bd li a .times .cont span{display:block; height:32px; line-height:32px; border-bottom:1px solid #e5e5e5; font-size:18px;}
.h_cont .noticebox .bd li a .txt{font-size:16px; line-height:30px;}
.h_cont .noticebox .bd li a:hover .txt{color:#009b95;}
.h_cont .noticebox .bd li a .txt .place{background:url(../images/ico6.png) left center no-repeat; padding-left:18px; color:#666666; font-size:14px;}
.h_cont .noticebox .bd li a:hover .txt .place{background:url(../images/h_ico6.png) left center no-repeat;color:#009b95;}



.h_tit{border-bottom:1px solid #eeeeee; position:relative;margin-bottom:20px;}
.h_tit span{display:inline-block;line-height:50px; font-size:20px;position:relative; }
.h_tit span:after{position:absolute; content:""; left:0px;bottom:0px; width:100%; height:2px; background:#009d96;}
.h_tit .more{position:absolute;top:0px; right:0px; line-height:50px; color:#999; display:block;}
.h_tit .more:hover{color:#009b95;}
.h_cont .newsbox{width:575px; float:right;}
.h_cont .newsbox ul{margin-top:20px;}
.h_cont .newsbox ul li a{display:block; padding:14px 100px 14px 20px; position:relative; background:url(../images/ico7.png) left 23px no-repeat; color:#666666; line-height:25px; border-bottom:1px solid #eeeeee;}
.h_cont .newsbox ul li a:hover{color:#009b95;}
.h_cont .newsbox ul li a span{display:block; font-size:16px;margin-bottom:10px; color:#333;}
.h_cont .newsbox ul li a:hover span{color:#009b95;}
.h_cont .newsbox ul li a em{display:block; font-size:12px; font-style:normal; color:#999; position:absolute; right:0px; height:25px; top:14px;}
.h_cont .newsbox ul li a:hover em{color:#009b95;}

@media screen and (max-width:1200px){
	.h_cont .noticebox{width:48%;}
	.h_cont .newsbox{width:48%;}
}

@media screen and (max-width:991px){
	.h_cont{margin-top:15px;}
	.h_cont .noticebox{width:100%;}
	.h_cont .newsbox{width:100%; margin-top:15px;}
}

@media screen and (max-width:640px){
	.h_cont .newsbox ul{margin-top:10px;}
	.h_cont .noticebox .hd li{font-size:16px;}
	.h_cont .newsbox ul li a span{margin-bottom:0px; font-size:14px;font-weight:bold;}
	.h_tit{margin-bottom:0px;}
	.h_tit span{font-size:16px;}
	.h_cont .newsbox ul li a{padding:14px 80px 14px 15px;}
	.h_cont .noticebox .bd li a .txt{font-size:14px; font-weight:bold;}
}

.h_equip{padding:40px 0px 75px 0px;}
/* .h_equip .equipbox{margin-top:55px;}
.h_equip .equipbox li{position:relative;}
.h_equip .equipbox li .txt{position:absolute; width:100%; height:40px; line-height:40px;text-align:center; color:#FFF; bottom:0px; background:rgba(0,0,0,0.2);} */

.h_equip .equipbox{margin-top:55px; padding:0px 50px;}
.h_equip .equipbox li{float:left; _display:inline; overflow:hidden; text-align:center;}
.h_equip .equipbox li a{display:block;border:1px solid #eee; box-sizing: border-box;}
.h_equip .equipbox li a .img{position:relative; }
.h_equip .equipbox li a .img .txt{position:absolute; width:100%; height:40px; line-height:40px;text-align:center; color:#FFF; bottom:0px; background:rgba(0,0,0,0.2);}
.h_equip .equipbox .owl-prev{position:absolute; top:50%; left:0px; width:30px; height:30px;transform:translateY(-50%); -webkit-transform:translateY(-50%); background:url(../images/ico18.png) center center no-repeat; left:-50px;}
.h_equip .equipbox .owl-next{position:absolute; top:50%; width:30px; height:30px;transform:translateY(-50%); -webkit-transform:translateY(-50%);background:url(../images/ico19.png) center center no-repeat; right:-50px;}

@media screen and (max-width:991px){
	.h_equip{padding:30px 0px 55px 0px;}
	.h_equip .equipbox{margin-top:35px;}
}

@media screen and (max-width:640px){
	.h_equip{padding:15px 0px 45px 0px;}
	.h_equip .equipbox{margin-top:25px;}
}


.footer .bottom{background:#003f43; padding:20px 0px;}
.footer .bottom .b_logo{width:228px; float:left; display:block; }
.footer .bottom .b_logo img{max-width:100%; width:auto;}
.footer .bottom .bot_right{float:right; margin-right:20px; width:70%;}
.footer .bottom .bot_right .imglist{margin-right:-50px;}
.footer .bottom .bot_right .imglist li{width:33.33%;}
.footer .bottom .bot_right .imglist li .box{margin-top:30px; margin-right:50px;}
.footer .bottom .bot_right .imglist li .box .name{padding-bottom:20px; font-size:18px; font-weight:bold; border-bottom:1px solid #336569; color:#FFF;}
.footer .bottom .bot_right .imglist li .box .txt{margin-top:10px; font-size:16px;}
.footer .bottom .bot_right .imglist li .box .txt a{color:#FFF; line-height:25px;padding:4px 0px; margin:0px; float:left;width:100%;}
.footer .bottom .bot_right .imglist li .box .txt a.two{width:35%;}
.footer .bottom .bot_right .imglist li .box .txt a:hover{color:#ccc;}
.footer .bottom .bot_right .imglist li .box .share{margin-top:18px; }
.footer .bottom .bot_right .imglist li .box .share .img{width:120px;}
.footer .bottom .bot_right .imglist li .box .share a{display:block; margin-top:10px; color:#ddd; background:url(../images/h_ico16.png) left center no-repeat; padding-left:25px; text-align:left; width:205px;}
.footer .bottom .bot_right .imglist li .box .share a:hover{color:#FFF;}
.footer .copyright{line-height:30px; padding:5px 0px; background:#003639; text-align:center; color:#ddd;}
.footer .copyright a{color:#ddd;}
.footer .copyright a:hover{color:#fff;}

@media screen and (max-width:1200px){
	.footer .bottom .bot_right .imglist li .box .txt a.two{width:45%;}
}

@media screen and (max-width:991px){
	.footer .bottom .b_logo{text-align:center; width:100%;}
	.footer .bottom .b_logo img{display:inline-block;}
	.footer .bottom .bot_right{width:95%; margin:0px auto 0px auto; float:none; overflow:hidden; padding-top:30px;}
	.footer .bottom .bot_right .imglist{margin-right:-15px;}
	.footer .bottom .bot_right .imglist li .box{margin-right:15px;}
}

@media screen and (max-width:640px){
	.footer .bottom .bot_right .imglist li{width:100%;}
	.footer .bottom .bot_right .imglist li .box{text-align:center;}
	.footer .bottom .bot_right .imglist li .box .txt{font-size:14px;}
	.footer .bottom .bot_right .imglist li .box .txt a{width:100%; line-height:20px; padding:5px 0px;}
	.footer .bottom .bot_right .imglist li .box .txt a.two{width:33.33%;}
	.footer .bottom .bot_right .imglist li .box .name{font-size:16px;}
}

@media screen and (max-width:480px){
	.footer .bottom{padding:25px 0px;}
	.footer .bottom .b_logo img{width:50%;}
	.footer .bottom .bot_right .imglist li .box .share{margin-top:15px;}
	.footer .copyright span{display:block;}
	.footer .bottom .bot_right .imglist li .box .share .img{margin:0px auto;}
	.footer .bottom .bot_right .imglist li .box .share a{margin:15px auto;}
}

.s_position{height:60px; background:#f5f5f5;}
.s_position .s_navlist{float:left;display:inline-block;font-size:16px; }
.s_position .s_navlist a{display:inline-block;line-height:60px; color:#444; margin-right:70px;}
.s_position .s_navlist a:after{position:absolute; content:""; bottom:0px; width:0px; height:1px; background:#009b95; left:0px; transition:all 0.5s; -webkit-trasition:all 0.5s;}
.s_position .s_navlist a.on,.s_position .s_navlist a:hover{color:#009b95;  position:relative;}
.s_position .s_navlist a.on:after,.s_position .s_navlist a:hover:after{width:100%;}
.s_position .s_navlist a:last-child{margin-right:0px;}

.s_position .s_navlist1{float:left;display:inline-block;font-size:16px; }
.s_position .s_navlist1 li{display:inline-block;color:#444; position:relative;}
.s_position .s_navlist1 li a{display:block;padding:0px 35px;line-height:60px; position:relative;}
.s_position .s_navlist1 li a:after{position:absolute; content:""; bottom:0px; width:0px; height:1px; background:#009b95; left:0px; transition:all 0.5s; -webkit-trasition:all 0.5s;}
.s_position .s_navlist1 a.on,.s_position .s_navlist1 a:hover{color:#009b95;  position:relative;}
.s_position .s_navlist1 a.on:after,.s_position .s_navlist1 a:hover:after{width:100%;}

.s_position .s_navlist1 li .subnav1{background:#f5f5f5; position:absolute; top:60px; z-index:10; width:150%; display:none;}
.s_position .s_navlist1 li .subnav1 dd a{line-height:25px; border-bottom:1px solid #FFF;padding:10px 15px; font-size:14px;}

.s_position .s_site{display:inline-block; float:right; color:#999999; background:url(../images/ico8.png) left center no-repeat;padding-left:25px; line-height:60px;}
.s_position .s_site a{color:#999;}
.s_position .s_site a:hover{color:#009b95;}

@media screen and (max-width:1200px){
	.s_position .s_navlist a{margin-right:30px;}
}

.s_classname{font-size:28px; color:#333; text-align:center;}
@media screen and (max-width:991px){
	.s_classname{font-size:24px;}
}

@media screen and (max-width:640px){
	.s_classname{font-size:20px;}
}

@media screen and (max-width:480px){
	.s_classname{font-size:18px;}
}

.s_about{padding:60px 0px 55px 0px;}
.s_about .cont{margin-top:67px; line-height:35px; font-size:16px;}
.s_about .cont p{text-indent: 2em;}
.s_about .cont .videopic{width:440px; float:right;margin:0px 0px 10px 50px; cursor:pointer; position:relative; overflow:hidden;}
.s_about .cont .videopic:after{position:absolute; content:""; width:48px; height: 48px; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); background:url(../images/ico9.png) center center no-repeat;}
.s_about .cont .videopic img{transition:all 2s; -webkit-transition:all 2s; display:block;}
.s_about .cont .videopic:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}

@media screen and (max-width:991px){
	.s_about{padding:40px 0px 55px 0px;}
	.s_about .cont{margin-top:47px;}
}

@media screen and (max-width:640px){
	.s_about{padding:30px 0px 45px 0px;}
	.s_about .cont{margin-top:20px; line-height:30px; font-size:14px;}
	.s_about .cont .videopic{width:100%; margin:0px 0px 10px 0px;}
}

.s_news{padding:63px 0px 70px 0px;}
.s_news .s_newslist1{margin-top:80px;}
.s_news .s_newslist1 li{margin-bottom:22px;}
.s_news .s_newslist1 li a{overflow:hidden; background:#f4f4f5; display:block; transition:all 1s; -webkit-transition:all 1s;}
.s_news .s_newslist1 li a:hover{box-shadow: 0px 0px 5px #ccc;}
.s_news .s_newslist1 li a .txt{width:65%; float:left;}
.s_news .s_newslist1 li a .txt .cont{margin:30px 65px 30px 45px;}
.s_news .s_newslist1 li a .txt .cont .name{font-size:16px; font-weight:bold; line-height:30px;}
.s_news .s_newslist1 li a:hover .txt .cont .name{color:#009b95;}
.s_news .s_newslist1 li a .txt .cont .times{font-size:12px; color:#999999; margin:10px 0px;}
.s_news .s_newslist1 li a:hover .txt .cont .times{color:#009b95;}
.s_news .s_newslist1 li a .txt .cont .info{color:#666; line-height:25px;}
.s_news .s_newslist1 li a:hover .txt .cont .info{color:#009b95;}
.s_news .s_newslist1 li a .txt .cont .more{color:#999; text-decoration: underline; margin-top:15px; line-height:30px;}
.s_news .s_newslist1 li a:hover .txt .cont .more{color:#009b95;}
.s_news .s_newslist1 li a .img{width:35%; float:right;overflow:hidden;}
.s_news .s_newslist1 li a .img img{transition:all 2s; -webkit-transition:all 2s; display:block;}
.s_news .s_newslist1 li a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}

.s_news .s_newslist2{margin-top:76px;}
.s_news .s_newslist2 .imglist{margin-right:-38px; margin-top:-33px; overflow:visible;}
.s_news .s_newslist2 .imglist li{width:33.33%;}
.s_news .s_newslist2 .imglist li a{margin-right:38px; margin-top:33px;}
.s_news .s_newslist2 .imglist li a .img{overflow:hidden;}
.s_news .s_newslist2 .imglist li a .img img{transition:all 2s; -webkit-transition:all 2s;}
.s_news .s_newslist2 .imglist li a:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.s_news .s_newslist2 .imglist li a .txt{border-left:1px solid #f2f2f2; border-right:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2; padding:25px 20px 30px 20px; color:#666; height:140px;}
.s_news .s_newslist2 .imglist li a .txt span{display:block; line-height:25px; font-size:16px;}
.s_news .s_newslist2 .imglist li a:hover .txt span{color:#009b95;}
.s_news .s_newslist2 .imglist li a .txt em{display:block; line-height:20px; margin:10px 0px; font-style:normal; color:#999; font-size:12px;}
.s_news .s_newslist2 .imglist li a .txt p{line-height:25px;}

@media screen and (max-width:1200px){
	.s_news .s_newslist1 li a .txt{width:55%;}
	.s_news .s_newslist1 li a .txt .cont{margin:15px 25px 15px 25px;}
	.s_news .s_newslist1 li a .img{width:45%;}
}

@media screen and (max-width:991px){
	.s_news{padding:43px 0px 50px 0px;}
	.s_news .s_newslist1{margin-top:50px;}
	.s_news .s_newslist2{margin-top:56px;}
	.s_news .s_newslist2 .imglist{margin-right:-15px; margin-top:-15px;}
	.s_news .s_newslist2 .imglist li a{margin-right:15px; margin-top:15px;}
}
@media screen and (max-width:768px){
	.s_news .s_newslist1 li a .txt{width:100%;}
	.s_news .s_newslist1 li a .img{width:100%;}
	.s_news .s_newslist2 .imglist li{width:50%;}
	.s_news .s_newslist2 .imglist li a .txt span{font-size:14px;}
}
@media screen and (max-width:640px){
	.s_news{padding:30px 0px 50px 0px;}
	.s_news .s_newslist1{margin-top:30px;}
	.s_news .s_newslist1 li a .txt .cont{margin:15px;}
	.s_news .s_newslist2{margin-top:30px;}
}

@media screen and (max-width:480px){
	.s_news .s_newslist1 li a .txt .cont .name{font-size:14px; line-height:22px;}
	.s_news .s_newslist2 .imglist li{width:100%;}
	.s_news .s_newslist2 .imglist li a .txt{padding:15px;}
	.s_news .s_newslist2 .imglist li a .txt span{font-weight:bold;}
}

.s_newsdetail{padding:80px 0px 100px 0px; overflow:hidden;}
.s_newsdetail .newscont{overflow:hidden; padding-bottom:40px; border-bottom:1px solid #e2e2e2;}
.s_newsdetail .newscont .news_left{width:815px; float:left; font-size:16px; line-height:36px; color:#7e7b7b;}
.s_newsdetail .newscont .news_left h2{font-size:30px; line-height:48px; font-weight:bold; color:#595656;}
.s_newsdetail .newscont .news_left span{font-size:16px; color:#8e8b8b; display:block; line-height:30px; margin-bottom:30px; margin-top:10px;}
.s_newsdetail .newscont .news_left p{margin-bottom:10px; }
.s_newsdetail .newscont .news_left img{max-width:100%; width:auto; display:inline-table;}
.s_newsdetail .newscont .morenews{width:300px; float:right;}
.s_newsdetail .newscont .morenews h2{padding-left:25px; color:#009b95; font-size:16px; position:relative; line-height:30px; margin-bottom:15px;}
.s_newsdetail .newscont .morenews h2:before{position:absolute; content:""; top:10px; width:3px; background:#009b95; height:10px; left:0px;}
.s_newsdetail .newscont .morenews li{margin-bottom:10px;}
.s_newsdetail .newscont .morenews li a{display:block; background:#fafafa; color:#595656; font-size:16px; line-height:30px; padding:25px 25px 35px 25px;}
.s_newsdetail .newscont .morenews li a span{display:block; color:#8e8b8b;}
.s_newsdetail .newscont .morenews li a:hover{color:#009b95;}
.s_newsdetail .newscont .morenews .backnews{height:58px; line-height:58px; background:#009b95; transition:all 0.5s; -webkit-transition:all 0.5s; display:block; font-size:16px;}
.s_newsdetail .newscont .morenews .backnews:hover{opacity:0.8;}
.s_newsdetail .newscont .morenews .backnews span{margin-left:27px;color:#FFF;}

.s_newsdetail .newspage{margin-top:40px; font-size:16px; line-height:30px;}
.s_newsdetail .newspage a{display:block; color:#333333; }
.s_newsdetail .newspage a span{color:#999;}
.s_newsdetail .newspage a:hover{color:#009b95;}

@media screen and (max-width:1200px){
.s_newsdetail .newscont .news_left{width:70%;}
.s_newsdetail .newscont .morenews{width:25%;}
}

@media screen and (max-width:991px){
.s_newsdetail{padding:50px 0px 70px 0px;}
.s_newsdetail .newscont .news_left h2{font-size:24px; line-height:40px; }
.s_newsdetail .newscont .news_left{width:65%;}
.s_newsdetail .newscont .morenews{width:30%;}
}

@media screen and (max-width:768px){
.s_newsdetail .newscont .news_left h2{font-size:20px; line-height:30px; }
.s_newsdetail .newscont .news_left{width:60%; line-height:30px; font-size:14px;}
.s_newsdetail .newscont .news_left span{font-size:14px; margin:10px 0px;}
.s_newsdetail .newscont .morenews{width:35%;}
}

@media screen and (max-width:640px){
.s_newsdetail{padding:30px 0px 20px 0px;}
.s_newsdetail .newscont .news_left h2{font-size:18px;}
.s_newsdetail .newscont .news_left{width:100%;}
.s_newsdetail .newscont .morenews{width:100%; margin-top:15px;}
.s_newsdetail .newscont .morenews .backnews{font-size:14px; height:48px; line-height:48px;}
.s_newsdetail .newspage{margin-top:20px; font-size:14px;}
}

@media screen and (max-width:480px){
.s_newsdetail .newscont .morenews li a{padding:15px; font-size:14px; line-height:25px;}
}

.s_products{padding:90px 0px 70px 0px;}
.s_products .imglist{margin-right:-75px; margin-top:30px;}
.s_products .imglist li{width:33.33%;}
.s_products .imglist li a{margin-right:75px; margin-top:50px;}
.s_products .imglist li a .img{overflow:hidden; border:1px solid #eee;}
.s_products .imglist li a .img img{transition:all 2s; -webkit-transition:all 2s; display:block;}
.s_products .imglist li a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.s_products .imglist li a .txt{line-height:20px; padding:20px 0px 10px 0px; font-size:16px; text-align:center; color:#333;}
.s_products .imglist li a:hover .txt{color:#009b95;}

@media screen and (max-width:991px){
	.s_products{padding:60px 0px 70px 0px;}
	.s_products .imglist{margin-top:0px; margin-right:-30px;}
	.s_products .imglist li a{margin-right:30px;}
}

@media screen and (max-width:640px){
	.s_products{padding:30px 0px 50px 0px;}
	.s_products .imglist{margin-top:0px; margin-right:-15px;}
	.s_products .imglist li {width:50%;}
	.s_products .imglist li a{margin-right:15px; margin-top:30px;}
	.s_products .imglist li a .txt{font-size:14px;}
}

.s_productsdetail{padding:105px 0px 70px 0px;}
.s_productsdetail .pro-cont{overflow:hidden;}
.s_productsdetail .pro-cont .pic{width:48%; float:left; }
.s_productsdetail .pro-cont .pro-txt{width:45%; float:right;}
.s_productsdetail .pro-cont .pro-txt .title{margin:0px 0px 18px 0px; padding:0px 0px 10px 5px; line-height:40px; font-weight:bold; border-bottom:1px solid #efefef; position:relative;}
.s_productsdetail .pro-cont .pro-txt .title:after{position:absolute; content:"";bottom:0px; left:0px; width:20px; height:1px; background:#009b95;}
.s_productsdetail .pro-cont .pro-txt .title span{display:block; font-size:28px;}
.s_productsdetail .pro-cont .pro-txt .cont{font-size:16px; line-height:30px; width:100%;}

.s_productsdetail .prodetail{margin-top:70px; border:1px solid #f4f4f5;}
.prodetailbox .hd{width:100%;background:#f4f4f5;}
.prodetailbox .hd li{display:inline-block;box-sizing: border-box; line-height:55px; color:#333; text-align:center; font-size:16px; padding:0px 20px; cursor:pointer;}
.prodetailbox .hd li.on{background:#FFF; color:#009b95;border-top:2px solid #009b95;}
.prodetailbox .bd ul{zoom:1;}
.prodetailbox .bd ul table{width:70%;}
@media screen and (max-width:991px){
	.prodetailbox .bd ul table{width:100%}  
}
.s_productsdetail .prodetail .name{background:#f4f4f5; }
.s_productsdetail .prodetail .name span{display:block; width:148px; box-sizing: border-box; line-height:55px; background:#FFF; border-top:2px solid #009b95; color:#009b95; text-align:center; font-size:16px;}
.s_productsdetail .prodetail .info{margin:58px 52px; font-size:16px; line-height:35px;padding:5px 0px; color:#666;}
.s_productsdetail .prodetail .info table{width:70%;}
.s_productsdetail .relapro{margin-top:60px;}
.s_productsdetail .relapro .tit{font-size:28px; margin-bottom:50px;}
.s_productsdetail .relapro .imglist{margin-right:-75px; margin-top:-50px;}
.s_productsdetail .relapro .imglist li{width:33.33%;}
.s_productsdetail .relapro .imglist li a{margin-right:75px; margin-top:50px;}
.s_productsdetail .relapro .imglist li a .img{overflow:hidden;}
.s_productsdetail .relapro .imglist li a .img img{transition:all 2s; -webkit-transition:all 2s;}
.s_productsdetail .relapro .imglist li a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.s_productsdetail .relapro .imglist li a .txt{line-height:30px; padding:20px 0px 0px 0px; font-size:16px; text-align:center; color:#333;}
.s_productsdetail .relapro .imglist li a:hover .txt{color:#009b95;}

@media screen and (max-width:1200px){
.s_productsdetail .pro-cont .pro-txt{width:45%;}
.s_productsdetail .tedian .cont .info{margin:0px 70px 0px 70px;}
}

@media screen and (max-width:991px){
.s_productsdetail{padding:72px 0px 80px 0px;}
.s_productsdetail .pro-cont .pro-txt .title{margin:0px 0px 28px 0px; line-height:30px;}
.s_productsdetail .pro-cont .pro-txt .title span{display:block; font-size:24px;}
.s_productsdetail .pro-cont .pro-txt .title big{display:block; font-size:20px;}
.s_productsdetail .pro-cont .pro-txt .title small{display:block; font-size:16px;}
.s_productsdetail .tedian .cont .info{margin:0px 30px 0px 30px;}
.s_productsdetail .tedian .cont .info li{margin-right:35px;}
.s_productsdetail .relapro{margin-top:40px;}
.s_productsdetail .relapro .tit{font-size:24px; margin-bottom:30px;}
.s_productsdetail .relapro .imglist{margin-right:-30px; margin-top:-30px;}
.s_productsdetail .relapro .imglist li a{margin-right:30px; margin-top:30px;}
}

@media screen and (max-width:768px){
.s_productsdetail .pro-cont .pro-txt .title{margin:15px 0px 18px 0px; line-height:30px; padding-bottom:15px;}
.s_productsdetail .pro-cont .pro-txt .title span{display:block; font-size:20px;}
.s_productsdetail .pro-cont .pro-txt .cont{font-size:14px; line-height:25px;}
.s_productsdetail .prodetail .info table{width:100%;}
}

@media screen and (max-width:640px){
.s_productsdetail{padding:42px 0px 50px 0px;}
.s_productsdetail .pro-cont .pic{width:100%; margin:0px auto; float:none;}
.s_productsdetail .pro-cont .pro-txt{width:100%; }
.s_productsdetail .pro-cont .pro-txt .title span{ font-size:18px;}
.s_productsdetail .prodetail{margin-top:40px;}
.s_productsdetail .prodetail .info{margin:25px; font-size:14px; line-height:28px;}
.s_productsdetail .prodetail .name span{width:120px; font-size:14px; height:40px; line-height:40px;}
.s_productsdetail .relapro{margin-top:30px;}
.s_productsdetail .relapro .tit{font-size:20px; margin-bottom:20px;}
.s_productsdetail .relapro .imglist{margin-right:-15px; margin-top:-15px;}
.s_productsdetail .relapro .imglist li{width:50%;}
.s_productsdetail .relapro .imglist li a{margin-right:15px; margin-top:15px;}
.s_productsdetail .relapro .imglist li a .txt{padding:10px 0px 0px 0px;font-size:14px;}
.prodetailbox .hd li{padding:0px; width:49.5%;}
}

@media screen and (max-width:480px){
	.s_productsdetail{padding:32px 0px 50px 0px;}
	.s_productsdetail .prodetail{margin-top:30px;}
  .s_productsdetail .prodetail .info{margin:15px;}
	.s_productsdetail .relapro .tit{font-size:16px;}
	.s_productsdetail .relapro .imglist li{width:100%;}
	.prodetailbox .hd li{padding:0px; width:49%;}
}

.s_paper{padding:70px 0px 95px 0px;}
.s_paper ul{margin-top:55px;}
.s_paper ul li{margin-bottom:15px;overflow:hidden; position:relative;}
.s_paper ul li a{display:block;}
.s_paper ul li .img{float:left; width:50%; overflow:hidden; display:none}
.s_paper ul li.on .img{float:right;}
.s_paper ul li .img img{transition:all 2s; -webkit-transition:all 2s;}
.s_paper ul li:hover .img img{transform:scale(1.1);-transform:scale(1.1);}
.s_paper ul li .txt{background:#f4f4f5; padding:20px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.s_paper ul li:hover .txt{background:#009b95; color:#FFF;}
.s_paper ul li.on .txt{left:0px; right:auto;}
.s_paper ul li .txt .info{ font-size:16px; line-height:30px; font-family:'Arail';}

@media screen and (max-width:991px){
	.s_paper{padding:40px 0px 65px 0px;}
	.s_paper ul{margin-top:95px;}
	.s_paper ul li .img{width:100%;}
	.s_paper ul li .txt{width:100%; position:static;overflow:hidden;}
	.s_paper ul li .txt .info{position:static; transform:translate(0,0); -webkit-transform:translate(0,0); width:auto; margin:30px; }
}


@media screen and (max-width:640px){
	.s_paper{padding:30px 0px 45px 0px;}
	.s_paper ul{margin-top:65px;}
	.s_paper ul li{margin-bottom:30px;}
  .s_paper ul li .txt .info{margin:20px; font-size:14px; line-height:25px;}	
}

@media screen and (max-width:480px){
	.s_paper{padding:30px 0px 45px 0px;}
	.s_paper ul{margin-top:35px;}
	.s_paper ul li{margin-bottom:15px;}
}

.s_service{padding:65px 0px 70px 0px;}
.s_service .cont{margin-top:45px; font-size:16px; line-height:30px;}
.s_service .cont p{margin-bottom:8px;}
.s_service table{margin-top:35px; border:1px solid rgba(255,255,255,0.5);}
.s_service table tr td{width:12%; color:#333;font-size:14px; padding:18px 15px; line-height:24px; box-sizing: border-box; text-align: left;}
/* .s_service table tr td:nth-child(3),.s_service table tr td:nth-child(4),.s_service table tr td:nth-child(5),.s_service table tr td:nth-child(6){width:10%;} */
.s_service table tr td:nth-child(7){width:28%;}
.s_service table tr:first-child td{background:#009b95;color:#FFF;font-size:18px;}
.s_service table tr.on td{background:#e2efed;}

@media screen and (max-width:991px){
	.s_service{padding:45px 0px 50px 0px;}
	.s_service .cont{margin-top:25px; font-size:14px;}
	.s_service table{margin-top:45px;}
}

@media screen and (max-width:640px){
	.s_service{padding:30px 0px 40px 0px;}
	.s_service .cont{margin-top:25px; font-size:14px;}
	.s_service table{margin-top:30px;}
	.s_service table tr td{font-size:14px; line-height:20px;}
	.s_service table tr:first-child td{font-size:16px;}
}

.s_service .s_faq{margin-top:65px;}
.s_service .s_faq li{background:#f7fbfc; margin-bottom:15px;overflow:hidden;}
.s_service .s_faq li:last-child{margin-bottom:0px; }
.s_service .s_faq li a{display:block;padding:30px;}
.s_service .s_faq li a .title{padding-left:55px;position:relative; font-size:18px; color:#333; line-height:30px; position:relative;}
.s_service .s_faq li a .title:before{width:30px; height:30px; border-radius:50%; background:#009b95; position:absolute; content:"Q"; text-align:center; line-height:30px; font-size:14px; left:0px; top:0px; color:#FFF;}
.s_service .s_faq li a .title:after{position:absolute; content:""; width:14px; height:14px; background:url(../images/ico44.png) center center no-repeat; right:30px; top:50%; margin-top:-7px;}
.s_service .s_faq li a.on .title:after{background:url(../images/ico45.png) center center no-repeat; }
.s_service .s_faq li a .cont{line-height:30px; position:relative; font-size:16px; color:#666; margin-top:32px; padding-left:55px; width:80%; display:none;}
.s_service .s_faq li a .cont:before{width:30px; height:30px; border-radius:50%; background:#009b95; position:absolute; content:"A"; text-align:center; line-height:30px; font-size:14px; left:0px; top:0px; color:#FFF;}

@media screen and (max-width:991px){
	.s_service .s_faq{margin-top:45px;}
	.s_service .s_faq li a .title{font-size:18px;}
	.s_service .s_faq li a .cont{font-size:16px;}
}

@media screen and (max-width:640px){
	.s_service .s_faq{margin-top:30px;}
	.s_service .s_faq li a{padding:15px;}
	.s_service .s_faq li a .title{font-size:14px; padding-left:35px; padding-right:35px; line-height:25px;}
	.s_service .s_faq li a .title:before{width:25px; height:25px; line-height:25px; font-size:12px;}
	.s_service .s_faq li a .title:after{right:15px; }
	.s_service .s_faq li a .cont{font-size:14px; margin-top:15px; padding-left:35px;line-height:25px;}
	.s_service .s_faq li a .cont:before{width:25px; height:25px; line-height:25px; font-size:12px;}
}



.s_suggestions{margin-top:44px; }
.s_suggestions .cont{font-size:22px; line-height:30px; text-align:center;}
.s_suggestions .cont p{padding:10px 0px;}
.s_suggestions .cont span{font-size:30px; margin-left:10px; font-weight:bold; color:#009b95;}
.s_suggestions .sugform{width:500px;margin:70px auto 0px auto; }
.s_suggestions .sugform li{margin-bottom:20px;margin-right:20px; border:1px solid #e8e8e8; background:#FFF; position:relative;  }
.s_suggestions .sugform li .int{margin:0px 15px; }
.s_suggestions .sugform li input{width:100%; height:48px; line-height:48px; background:transparent; border:0px;color:#333; font-size:16px;}
.s_suggestions .sugform li input::-webkit-input-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li input:-moz-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li input::-moz-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li input::-moz-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li input::-ms-input-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li textarea{width:100%; height:198px; line-height:48px; background:transparent; border:0px; }
.s_suggestions .sugform li textarea::-webkit-input-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li textarea:-moz-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li textarea::-moz-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li textarea::-moz-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li textarea::-ms-input-placeholder{color:#333; font-size:16px;}
.s_suggestions .sugform li .xing{position:absolute; width:20px;top:0px; right:-20px; text-align:right;font-size:16px;line-height:50px; color:#009b95;}
.s_suggestions .sugform .btn{margin-top:36px;}
.s_suggestions .sugform .btn .sub{margin-right:20px;border:1px solid #e8e8e8; color:#666; font-size:16px;text-align:center; line-height:30px; height:33px; background:transparent;  width:88px; transition:all 0.5s;}
.s_suggestions .sugform .btn .sub:hover{border-color:#00afcc; background:#009b95; color:#FFF;}

.s_suggestions .sugform li .int1{margin:0px 15px; }
.s_suggestions .sugform li .int1 input{width:calc(100% - 20px); float:left;}
.s_suggestions .sugform li .int1 em{display:block; width:20px; background:url(../images/ico43.png) center center no-repeat; float:right; height:48px; cursor:pointer;}

.s_suggestions .sugform li .list{position:absolute; top:101%;width:100%;  border:1px solid #e8e8e8;  background:#FFF; z-index:10; left:-1px; display:none;}
.s_suggestions .sugform li .list dl{width:100%; margin:0px auto;}
.s_suggestions .sugform li .list dd{line-height:30px; color:#666; font-size:16px; padding:10px 15px; border-bottom:1px solid #eee; box-sizing: border-box; cursor:pointer;}
.s_suggestions .sugform li .list dd:last-child{border-bottom:0px;}
.s_suggestions .sugform li .list dd:hover{background:rgba(0,175,204,0.5); color:#FFF;}
.s_suggestions .sugform .ptype{overflow:hidden; }
.s_suggestions .sugform li.ptype1{width:48%; float:left;}
.s_suggestions .sugform li.ptype2{width:40%; float:right;}

@media screen and (max-width:991px){
	
	.s_suggestions .cont{font-size:18px;}
	.s_suggestions .cont span{font-size:24px;}
}

@media screen and (max-width:640px){
	.s_suggestions{margin-top:20px; }
	.s_suggestions .cont{font-size:16px;}
	.s_suggestions .cont p{padding:0px;}
	.s_suggestions .cont span{font-size:20px; display:block;margin-left:0px;}
	.s_suggestions .sugform{margin-top:40px;}
	
	.s_suggestions .sugform li{margin-bottom:15px;}
	.s_suggestions .sugform li input{font-size:14px;height:38px; line-height:38px;}
	.s_suggestions .sugform li input::-webkit-input-placeholder{font-size:14px;}
	.s_suggestions .sugform li input:-moz-placeholder{font-size:14px;}
	.s_suggestions .sugform li input::-moz-placeholder{font-size:14px;}
	.s_suggestions .sugform li input::-moz-placeholder{font-size:14px;}
	.s_suggestions .sugform li input::-ms-input-placeholder{font-size:14px;}
	.s_suggestions .sugform li textarea::-webkit-input-placeholder{font-size:14px;}
	.s_suggestions .sugform li textarea:-moz-placeholder{font-size:14px;}
	.s_suggestions .sugform li textarea::-moz-placeholder{font-size:14px;}
	.s_suggestions .sugform li textarea::-moz-placeholder{font-size:14px;}
	.s_suggestions .sugform li textarea::-ms-input-placeholder{font-size:14px;}
	.s_suggestions .sugform .btn{margin-top:20px;}
	.s_suggestions .sugform .btn .sub{font-size:14px; }
	.s_suggestions .sugform li .xing{line-height:40px;}
	.s_suggestions .sugform li textarea{height:150px;}
	.s_suggestions .sugform li .int1 em{height:40px;}
}

@media screen and (max-width:480px){
	
	.s_suggestions .cont{font-size:14px;}
	.s_suggestions .sugform{margin-top:20px; width:100%;}
	.s_suggestions .sugform li.ptype1{width:45%;}
	
}

.s_download{padding:80px 0px 70px 0px;}
.s_download ul{margin-top:50px;}
.s_download li a{padding:17px 120px 17px 30px; position:relative; font-size:16px; display:block; border-bottom:1px solid #eeeeee; line-height:24px;}
.s_download li a:hover{color:#009b95;}
.s_download li a:before{position:absolute; content:""; width:7px; height:7px; border-radius:50%; background:#999999;top:25px;left:10px;}
.s_download li a:hover:before{background:#009b95;}
.s_download li a span{display:block; padding-left:35px; padding-right:25px; background:url(../images/ico10.png) left center no-repeat; line-height:24px; color:#999; position:absolute;right:0px; top:17px;}
.s_download li a:hover span{background:url(../images/h_ico10.png) left center no-repeat;color:#009b95; }

@media screen and (max-width:991px){
	.s_download{padding:50px 0px 70px 0px;}
	.s_download ul{margin-top:30px;}
}

@media screen and (max-width:640px){
	.s_download{padding:30px 0px 50px 0px; }
	.s_download li a{font-size:14px; padding:13px 80px 13px 25px;}
	.s_download li a:before{width:5px; height:5px; top:23px;}
	.s_download li a span{background-size:18px 17px; padding-left:25px; padding-right:0px;top:12px;}
	.s_download li a:hover span{background-size:18px 17px;}
}

.s_job{padding:80px 0px 88px 0px;}
.s_job .cont{margin-top:55px; line-height:30px; font-size:16px;}
.s_job .cont a{color:#009b95;}
.s_job .cont ul{margin-top:30px;}
.s_job .cont ul li{padding-left:13px;position:relative;}
.s_job .cont ul li:before{position:absolute; content:""; width:6px; height:6px; left:0px; top:12px; background:#666; border-radius:50%;}

.s_job .joblist{margin-top:85px;}
.s_job .joblist li{margin-bottom:1px; overflow:hidden; line-height:30px; color:#FFF;}
.s_job .joblist li a{display:block; }
.s_job .joblist li:first-child{background:#009b95;padding:15px 58px;}
.s_job .joblist li span{display:block;float:left; text-align:center; font-size:16px; }
.s_job .joblist li a span{color:#333;}
.s_job .joblist li .name{width:30%; text-align:left;}
.s_job .joblist li .num{width:10%; }
.s_job .joblist li .edu{width:20%;}
.s_job .joblist li .zhuanye{width:20%;}
.s_job .joblist li .place{width:20%;}
.s_job .joblist li a .title{padding:15px 58px; background:#f7f7f7; overflow:hidden; position:relative;}
.s_job .joblist li a .title em{position:absolute; width:15px; height:15px; right:25px; top:50%;background:url(../images/ico11.png) center center no-repeat; transform:translateY(-50%);}
.s_job .joblist li a.on .title em{background:url(../images/ico12.png) center center no-repeat;}
.s_job .joblist li a .info{padding:30px 58px; line-height:30px; font-size:16px; display:none;}

@media screen and (max-width:991px){
	.s_job{padding:50px 0px 58px 0px;}
	.s_job .cont{margin-top:35px; font-size:14px; line-height:28px;}
	.s_job .cont ul{margin-top:20px;}
	.s_job .joblist{margin-top:55px;}
}

@media screen and (max-width:768px){
	.s_job .joblist li:first-child{background:#009b95;padding:15px 30px;}
	.s_job .joblist li a .title{padding:15px 40px 15px 30px;}
	.s_job .joblist li a .info{padding:15px 40px 15px 30px;}
	.s_job .joblist li span{font-size:14px;}
	.s_job .joblist li a .title em{right:15px;}
}

@media screen and (max-width:640px){
	.s_job{padding:30px 0px 48px 0px;}
	.s_job .cont{margin-top:25px;}
	.s_job .joblist{margin-top:30px;}
	.s_job .joblist li .name{width:33.33%;}
	.s_job .joblist li .num{width:33.33%; }
	.s_job .joblist li .edu{width:33.33%;}
	.s_job .joblist li .zhuanye{display:none;}
	.s_job .joblist li .place{display:none;}
	.s_job .joblist li a .title em{right:25px;}
	.s_job .joblist li a .info{font-size:14px;}
}

@media screen and (max-width:480px){
	.s_job .joblist li .name{width:90%;}
	.s_job .joblist li .num{display:none;}
	.s_job .joblist li .edu{display:none;}
}

.s_team{padding:65px 0px 70px 0px;}
.s_team .team1{width:170px; margin:88px auto 0px auto;}
.s_team .team1 .imglist{margin-right:0px; margin-top:0px;}
.s_team .team1 .imglist li{width:100%;}
.s_team .team1 .imglist li a{margin-right:0px; margin-top:0px;}
.s_team .team1 .imglist li a .img{overflow:hidden;}
.s_team .team1 .imglist li a .img img{transition:all 2s; -webkit-transition:all 2s;}
.s_team .team1 .imglist li a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.s_team .team1 .imglist li a .txt{margin-top:20px; font-size:18px; text-align:center;line-height:1; color:#333;}
.s_team .team1 .imglist li a .txt span{display:block; position:relative; padding-bottom:13px; margin-bottom:13px;}
.s_team .team1 .imglist li a .txt span:after{position:absolute; content:"";bottom:0px; width:48px; height:2px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); background:#009b95;} 
.s_team .team2{width:490px; margin:38px auto 0px auto;}
.s_team .team2 .imglist{margin-right:-148px; margin-top:0px;}
.s_team .team2 .imglist li{width:50%;}
.s_team .team2 .imglist li a{margin-right:148px; margin-top:0px;}
.s_team .team2 .imglist li a .img{overflow:hidden;}
.s_team .team2 .imglist li a .img img{transition:all 2s; -webkit-transition:all 2s;}
.s_team .team2 .imglist li a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.s_team .team2 .imglist li a .txt{margin-top:20px; font-size:18px; text-align:center;line-height:1; color:#333;}
.s_team .team2 .imglist li a .txt span{display:block; position:relative; padding-bottom:13px; margin-bottom:13px;}
.s_team .team2 .imglist li a .txt span:after{position:absolute; content:"";bottom:0px; width:48px; height:2px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); background:#009b95;} 
.s_team .team3{ margin:38px auto 0px auto;}
.s_team .team3 .imglist{margin-right:-88px; text-align:center;}
.s_team .team3 .imglist li{width:24%; display:inline-block; float: none;}
.s_team .team3 .imglist li a{margin-right:88px;}
.s_team .team3 .imglist li a .img{overflow:hidden; border:1px solid #eee;}
.s_team .team3 .imglist li a .img img{transition:all 2s; -webkit-transition:all 2s; display:block;}
.s_team .team3 .imglist li a:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.s_team .team3 .imglist li a .txt{margin-top:20px; font-size:18px; height:110px; text-align:center;line-height:1.3; color:#333;}
.s_team .team3 .imglist li a .txt span{display:block; position:relative; padding-bottom:13px; margin-bottom:13px;}
.s_team .team3 .imglist li a .txt span:after{position:absolute; content:"";bottom:0px; width:48px; height:2px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); background:#009b95;} 

@media screen and (max-width:1200px){
	.s_team .team3 .imglist{margin-right:-48px;}
	.s_team .team3 .imglist li a{margin-right:48px;}
}

@media screen and (max-width:991px){
	.s_team{padding:45px 0px 50px 0px;}
	.s_team .team1{margin:58px auto 0px auto;}
	.s_team .team3 .imglist{margin-right:-15px;}
	.s_team .team3 .imglist li a{margin-right:15px;}
}

@media screen and (max-width:768px){
	.s_team .team3 .imglist li{width:32%;}
}

@media screen and (max-width:640px){
	.s_team{padding:25px 0px 50px 0px;}
	.s_team .team1{margin:30px auto 0px auto;}
	.s_team .team1 .imglist li a .txt{font-size:16px; margin-top:15px;}
	.s_team .team2 .imglist li a .txt{font-size:16px; margin-top:15px;}
	.s_team .team3 .imglist li a .txt{font-size:16px; margin-top:15px;}
	.s_team .team2{width:360px;}
	.s_team .team2 .imglist{margin-right:-40px;}
	.s_team .team2 .imglist li a{margin-right:40px;}
}

@media screen and (max-width:480px){
	.s_team .team1 .imglist li a .txt{font-size:14px;}
	.s_team .team2 .imglist li a .txt{font-size:14px;}
	.s_team .team3 .imglist li a .txt{font-size:14px;}
	.s_team .team2{width:100%}
	.s_team .team2 .imglist{margin-right:-15px;}
	.s_team .team2 .imglist li a{margin-right:15px;}
	.s_team .team3 .imglist li{width:50%; float:left; display:block;}
}

.s_teamdetail{padding:85px 0px 70px 0px; overflow:hidden;}
.s_teamdetail .teampic{width:320px; float:left;}
.s_teamdetail .teampic ul{margin-top:15px;}
.s_teamdetail .teampic ul li{padding-left:35px; line-height:30px; margin-bottom:10px; background-position:0px 6px; background-repeat: no-repeat; font-size:16px;}
.s_teamdetail .teampic ul li.name{background-image:url(../images/ico13.png);}
.s_teamdetail .teampic ul li.site{background-image:url(../images/ico14.png);}
.s_teamdetail .teampic ul li.honor{background-image:url(../images/ico15.png);}
.s_teamdetail .teampic ul li.email{background-image:url(../images/ico16.png);}
.s_teamdetail .teampic ul li.place{background-image:url(../images/ico17.png);}
.s_teamdetail .teamcont{width:820px; float:right;}
.s_teamdetail .teamcont .tit{border-bottom:1px solid #f0f0f0; line-height:25px; font-size:20px;}
.s_teamdetail .teamcont .tit span{display:inline-block;padding-bottom:25px;position:relative; margin-right:10px; font-weight:bold;}
.s_teamdetail .teamcont .tit span:after{position:absolute; content:"";bottom:0px; left:0px; width:100%; height: 1px; background:#009b95; }
.s_teamdetail .teamcont li{padding:25px 0px; border-bottom:1px solid #f0f0f0; line-height:30px; font-size:16px; color:#666;}
.s_teamdetail .teamcont li:last-child{border-bottom:0px;}
.s_teamdetail .teamcont li .bt{font-size:18px;; font-weight:bold; margin-bottom:10px; font-style:normal;}

@media screen and (max-width:1200px){
	.s_teamdetail .teampic{width:26.7%;}
	.s_teamdetail .teamcont{width:68%;}
}
@media screen and (max-width:991px){
  	.s_teamdetail{padding:55px 0px 50px 0px;}
}
@media screen and (max-width:767px){
	.s_teamdetail .teampic{width:35%;}
	.s_teamdetail .teamcont{width:60%;}
}

@media screen and (max-width:640px){
	.s_teamdetail{padding:30px 0px 50px 0px;}
	.s_teamdetail .teampic ul li{font-size:14px; padding-left:30px;}
	.s_teamdetail .teamcont .tit{font-size:16px;}
	.s_teamdetail .teamcont li{font-size:14px;padding:15px 0px;}
	.s_teamdetail .teamcont li .bt{font-size:14px;}
}

@media screen and (max-width:480px){
	.s_teamdetail .teampic{width:100%;}
	.s_teamdetail .teamcont .tit span{padding-bottom:15px;}
	.s_teamdetail .teamcont{width:100%; margin-top:15px;}
}

.pages{margin-top:80px;text-align:center;}
.pages a{display:inline-block;padding:0px 18px;height:45px; line-height:45px; border:1px solid #ccc; color:#999; margin:0px 2px; font-size:16px;}
.pages a:hover,.pages a.on{background:#2291a4; border:1px solid #2291a4; color:#FFF;}
.pages .mpage{display:inline-block;}
@media screen and (max-width:991px){
	.pages{margin-top:50px;}
}

@media screen and (max-width:640px){
	.pages{margin-top:40px;}
	.pages a{height:40px; line-height:38px; padding:0px 13px;}
	.pages .mpage{display:none;}
}

.searchbg{float:left; width:100%; height:100%; background:rgba(0,0,0,0.8) left top repeat; position:fixed; top:0px; left:0px; z-index:999; display:none;}
.searchbg .search{position:absolute; width:100%; height:280px; background:rgba(0,155,149,0.6); top:50%;  margin-top:-85px;}
.searchbg .search .int{width:50%; height:60px; line-height:60px; border-bottom:1px solid #FFF; position:absolute; top:50%; left:50%; margin-left:-25%; margin-top:-30px; z-index:1000;}
.searchbg .search .int .t_int{width:95%; height:100%; line-height:100%; color:#FFF;background: transparent; border:0px; font-size:20px; margin-left:2.5%;}
.searchbg .search .btn{width:21px; height:23px; position:absolute; right:2.5%; background:url(../images/search.png) no-repeat; background-size:cover; border:0px; top:50%; margin-top:-10.5px;}
.searchbg .search .close{width:29px;  position:absolute; top:-40px; right:5px; cursor:pointer;}

@media screen and (max-width:991px){
.searchbg .search .int{width:90%;margin-left:-45%;}
.searchbg .search .int .t_int{font-size:16px;}
}

@media screen and (max-width:480px){
.searchbg .search .close{width:20px;}
}

.videobg{float:left; width:100%; height:100%; background:rgba(0,0,0,0.8) left top repeat; position:fixed; top:0px; left:0px; z-index:999; display:none;}
.videobg .video{width:960px; height:500px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); background:#000;}
.videobg .video video{width:100%; height:100%;}
.videobg .video .close{position:absolute; top:-40px; right:-15px; width:29px; cursor:pointer;}

@media screen and (max-width:1200px){
.videobg .video{width:90%; height:auto;}
}

@media screen and (max-width:480px){
.videobg .video .close{width:20px;}
}

.ewmbg{float:left; width:100%; height:100%; background:rgba(0,0,0,0.8) left top repeat; position:fixed; top:0px; left:0px; z-index:999; display:none;}
.ewmbg .ewm{width:256px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); background:#000;}
.ewmbg .ewm .close{position:absolute; top:-40px; right:-15px; width:29px; cursor:pointer;}
