﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family:Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family: Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family:Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#91989f; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}
.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width:1240px; margin:0 auto;}
.container { width:1240px; margin:0 auto}
.header{width:100%; position:fixed; top:0; left:0; z-index:10;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;border-bottom: 1px solid rgba(255,255,255,.4);}
.header:hover{background:rgba(255,255,255,0.85)}
.header.on{box-shadow:0 0 10px #aaa; background:rgba(255,255,255,0.85)}
.header .container{position:relative;width: 80%;}
.header .logo{width:230px; float:left; margin:18px 0 ;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .logo{width:220px; margin:15px 0 0px;}
.header .logo img{width:100%; height:auto; display:block;}
.header .logo .img2 { display: none}
.header.on .logo .img1{ display:none}
.header.on .logo .img2 { display:block}
.header:hover .logo .img2 { display:block}
.header:hover .logo .img1 { display:none}
.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .right { float:right; margin-left:10px; margin-top:28px;position: relative;}
.header.on .right {margin-top:25px;}
.right .dh {float: left;margin-left: 10px;padding-top: 7px;}
.header .right a { display:block; line-height:33px; float:left; color:#fff; font-size:18px; margin-right:12px; border: solid 1px #fff; width:33px;border-radius: 50%;text-align: center;position: relative;}
.header .right a i {font-size: 20px;display: inline-block;}
.header.on .right a {color: #333;border: solid 1px #b6b4b4;}
.header .right a .e_j {width: 130px;padding: 10px;box-sizing: border-box;position: absolute;left: 0;margin-left: -65px;top: 34px;display: none;}
.header .right a .e_j img {width: 100%;}
.header .right a:hover .e_j {display: block;}

.header:hover .right a { color: #333 ;border: solid 1px #b6b4b4;}

.searchIpt {width: 240px;height: 30px;position: absolute;right: 0;top:53px;display: none;z-index: 10;border-radius: 15px;overflow: hidden}
.searchIpt .search_txt {width: 172px;padding: 0 0 0 10px;line-height: 30px;background: #333;color: #fff;border: 0;height: 30px;float: left;}
.searchIpt .search_btn {width: 58px;background: #37bfcb;border: 0;float: right;color: #fff;height: 30px;cursor: pointer;}
.header .nav{ margin-top:16px; float:right;}
.header .nav i{font-size:12px; background: url(../images/icon001.png) right center no-repeat; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header.on .nav{ float:right; margin-top:15px}
.header .nav ul li{margin:0 2px; line-height:65px; float:left; position:relative; padding:0 20px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header.on .nav ul li{line-height:55px;}
.header .nav ul li a{display:block; font-size:16px; color:#fff; text-transform:capitalize}
.header:hover .nav ul li a{color: #333;}
.header.on .nav ul li a{display:block; font-size:16px; color:#333;}
.header .nav ul li span{width:0; height:2px; background-color:#37bfcb; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}

.nav .y_j{position:relative;}
.nav .e_j{width:150px; background-color:rgba(255,255,255,.85); position:absolute; top:65px; left:50%; margin-left:-75px; display:none; z-index:9999;}
.header.on .nav ul li .e_j{top: 55px;}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a{display:block; font-size:14px; color:#333; line-height:40px; border-bottom:1px solid rgba(0,0,0,0.1); text-align:center }
.nav .e_j .ejy { position:relative}
.nav .e_j .s_j {width:150px; background-color:rgba(255,255,255,0.85); position:absolute; top:0px; left:150px; display:none; z-index:9999;border-left:1px solid rgba(0,0,0,0.15);}
.nav .e_j .s_j.jr {width:120px;}
.nav .e_j .s_j a {font-size: 12px !important;}
.header .nav .e_j a:hover{background-color:#0c4a97; color:#fff; padding-left:15px;}
.nav ul li .e_j .ejy:hover .s_j { display:block}
.header .nav .e_j a:hover{background-color:#37bfcb; color:#fff;}

@media (min-width:1024px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height: 68px; display: none}
}
@media only screen and (max-width:1368px){
	.header .container {width:90%;
}


}
@media (max-width:1200px){
.header .nav ul li{margin:0 20px;}
.header .nav ul li a{font-size:16px;}
}
@media only screen and (max-width:1024px){
.head_h { height: 60px; display:block}
.header .right a {
    color: #333;margin-right: 10px;border: #ccc 1px solid;
}
.header{border:0; height:60px; background:#fff; width:100%;border-bottom: #ccc 1px solid;}
	.header .right {margin-right:60px;margin-top: 10px;
}
	.header.on .right {
    margin-top: 10px;
}
	
.header .container{ padding:0;height: 51px; width:94%}
.header .logo{width:160px; margin:15px auto;}
	.header .logo .img2 {
    display: block;
}
	.header .logo .img1 {
    display: none;
}
.header.on .logo{width:160px; margin:15px auto;}
.header .an{display:block; right:10px;top: 60%;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:60%}
.header .nav{width:60%; padding:15px 5%; background-color:#fff; height:100%; position:fixed; top:61px; right:-70%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;margin-top: 0;}
.header.on .nav ul li a { font-size: 16px;color: #333;}
.header .nav i{display:block;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid #eee; float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid #eee; background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;}
.header .nav ul li .e_j a { color:#555;}
.header .nav ul li .e_j a:hover { color:#37bfcb}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
	.header .nav ul li .e_j a {
    border-bottom: 1px solid rgba(0,0,0,0.1);text-align: left;
}
	.nav .e_j .s_j {
    width: 100%;
    background-color: rgba(255,255,255,0.85);
    position: relative;
    top: auto;
    left: 0;border-left: 0;
}
	.nav .e_j .s_j a {font-size: 14px !important;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{font-size:15px; color:#333;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}
@media only screen and (max-width:385px){
.header .container{ padding:0;width: 94% !important;}
	.header .right a.a3 {
    height: 30px;padding-top:8px;
}
.header .right a {
    line-height: 28px;
    font-size: 14px;
    margin-right: 10px;
    width: 28px;
}
.weixin a.wb {
    height: 28px;
    line-height: 28px;
    width:28px;
}
	.header .right {
    margin-top: 15px;
}
	.header.on .right {
    margin-top: 15px;
}
	
	
}



.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide {width:100%; height:100vh;}
.gallery-top .mb1{width:100%; height:100%; display:block; position:absolute; left:0; top:0; background:url(../images/mb1.png) right center / 100% repeat-y;}
.gallery-top .mb1 .nr { width:80%; margin:16% auto 0;}
.gallery-top .mb1 h1 { font-size:46px; color:#fff; margin-bottom:20px; text-align: left;font-weight:bold;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;-webkit-transform: translate3d(0, 300px, 0);-ms-transform: translate3d(0, 300px, 0);transform: translate3d(0, 300px, 0);}
.gallery-top .mb1 h4 { font-size:30px; color:#fff; text-align: left;-webkit-transition: all 1.5s;-moz-transition: all 1.5s;-o-transition: all 1.5s;transition: all 1.5s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;-webkit-transform: translate3d(0, 300px, 0);-ms-transform: translate3d(0, 300px, 0);transform: translate3d(0, 300px, 0);}
.gallery-top .swiper-slide-active h1{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.gallery-top .swiper-slide-active h4{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.gallery-top .swiper-slide a {width: 100%;height: 100%;display: block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet{
		background:none;
		opacity:1;
		margin:0 6px !important;
		width:50px;
		height:2px;
		position:relative;
		outline:none;
		vertical-align:middle;background: #fff;border-radius: 0;}
	.gallery-top .swiper-pagination-bullet span{
		width:50px;
		height:3px;
		background:#fff;
		display:block;
		margin-top:3px;
		margin-left:3px;
	}
.gallery-top .swiper-pagination-bullet i{
		background:#37bfcb;
		height:2px;
		width:50px;
		position:absolute;
		top:0px;
		transform:scaleX(0);
		transform-origin:left;
		z-index:3;
		transition-timing-function:linear;
		}
	.gallery-top .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{
		width:9px;
		height:9px;
		margin-top:0;
		margin-left:0;
		background:#000;
		position:relative;
		z-index:1;
		}
	.gallery-top .swiper-pagination-bullet-active i{
		animation:first 6s;
		}
	.gallery-top .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
		animation:first 6s;
		}
	.gallery-top .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
		animation:first 6s;
		}				
	@keyframes first{
	  0% {transform:scaleX(0);left:0px;}/*091*/
	  100% {transform:scaleX(1);left:0;} /*0915*/
	}
	@keyframes last{
	  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
	  20% {transform:scaleX(0.3);left:2px;} /*090*/
	  100% {transform:scaleX(0.3);left:0px;} /*090*/
	}		
	@keyframes middle{
	  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
	  20% {transform:scaleX(0.45);left:2px;}/*092*/
	  100% {transform:scaleX(1);left:0;} /*0913*/
	}	
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { }


.gallery-top .swiper-button-prev{background:url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.gallery-top .swiper-button-next{background:url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.gallery-top .swiper-button-prev::after{content: ""}
.gallery-top .swiper-button-next::after{content: ""}


.tit { margin-bottom:30px; text-align:center}
.tit h1 { font-size:36px; color:#333; margin-bottom:15px; position:relative}
.tit h1::after { content: " ";position: absolute; left: 50%; bottom: -12px; width: 60px; margin-left: -30px;height: 0;border: 1px solid #f18c16;}
.tit h3 { font-size:14px; color:#666; margin-top:25px;}
.section-title {
    margin-bottom: 50px;text-align: center;
}
.section-title h3 {
  color: #333;
  font-size: 35px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 10px;font-weight: bold;
}
.section-title h3:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  background: #333;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -6px;
}
.section-title span {
  color: #37bfcb;
}
.section-title span.line {
  height: 10px;
  width: 10px;
  background: #37bfcb;
  display: block;
  margin: 0 auto;
  border-radius: 30px;z-index: 99;position: relative;
}
.section-title p {
  margin-top: 10px;font-size: 14px;text-transform: uppercase;
}
.section-title.section-title-left span.line {
	margin: 0 30px;
}
.section-title.section-title-left h3:after {
	margin: 0;
}




.section-title2 {
    margin-bottom: 50px;text-align: center;
}
.section-title2 h3 {
  color: #fff;
  font-size: 35px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 10px;font-weight: bold;
}
.section-title2 h3:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  background: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -6px;
}
.section-title2 span {
  color: #37bfcb;
}
.section-title2 span.line {
  height: 10px;
  width: 10px;
  background: #37bfcb;
  display: block;
  margin: 0 auto;
  border-radius: 30px;z-index: 99;position: relative;
}
.section-title2 p {
  margin-top: 10px;font-size: 14px;text-transform: uppercase;color: #fff;
}
.section-title2.section-title-left span.line {
	margin: 0 30px;
}
.section-title2.section-title-left h3:after {
	margin: 0;
}

.sy_pro { padding:60px 0; overflow:hidden;position: relative;background: #f5f5f5;}
.sy_pro ul li { width:20%; padding: 15px;float: left;box-sizing: border-box;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.sy_pro ul li:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_pro ul li .box {background: #fff;box-shadow: 0px 9px 24px 0px rgba(222, 229, 231, 0.51);padding: 30px 20px;text-align: center;border-radius: 10px;}
.sy_pro ul li .box .feature-shape {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    margin-bottom: 38px;
    border-radius: 50%;
    background-image: linear-gradient( 145deg, rgb(55,191,203) 0%, rgb(51,129,151) 100%);
    box-shadow: 0px 18px 30px 0px rgba(55, 191, 203, 0.46);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
}
.sy_pro ul li:hover .box .feature-shape{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_pro ul li .box .feature-shape img {width: 50px;margin: 25px auto;vertical-align: middle;}
.sy_pro ul li .box .feature-title h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 36px;
    color: #00394f;
}
.sy_pro ul li .box .feature-title h3::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 80px;
    height: 4px;
    background-image: linear-gradient( 145deg, rgb(35,204,136) 0%, rgb(142,207,53) 100%);
    margin: auto;
    bottom: -22px;
    box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
}
.sy_pro ul li .box .feature-shape-2 {
    background-image: linear-gradient( 145deg, rgb(255,79,88) 0%, rgb(255,180,0) 100%);
    box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
}
.sy_pro ul li .box .feature-title-2 h3::after {
    background-image: linear-gradient( 145deg, rgb(255,79,88) 0%, rgb(255,180,0) 100%);
    box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
}
.sy_pro ul li .box .feature-shape-3 {
    background-image: linear-gradient( 145deg, rgb(1,203,173) 0%, rgb(71,161,242) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}
.sy_pro ul li .box .feature-title-3 h3::after {
    background-image: linear-gradient( 145deg, rgb(1,203,173) 0%, rgb(71,161,242) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}
.sy_pro ul li .box .feature-shape-4 {
    background-image: linear-gradient( 145deg, rgb(232,90,202) 0%, rgb(252,78,101) 100%);
    box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
}
.sy_pro ul li .box .feature-title-4 h3::after {
    background-image: linear-gradient( 145deg, rgb(232,90,202) 0%, rgb(252,78,101) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}

.sy_pro ul li .box .feature-shape-5 {
    background-image: linear-gradient( 145deg, rgb(150,221,131) 0%, rgb(248,148,74) 100%);
    box-shadow: 0px 18px 24px 0px rgba(248,148,74, 0.36);
}
.sy_pro ul li .box .feature-title-5 h3::after {
    background-image: linear-gradient( 145deg, rgb(150,221,131) 0%, rgb(248,148,74) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}
.sy_about { padding:60px 0; overflow:hidden;margin: 30px 0 0px}
.sy_about h3 {font-size:30px; color:#333; margin-bottom:40px; position:relative;}
.sy_about h3::after { content: " ";position: absolute; left:0; bottom: -12px; width: 60px;height: 0;border: 1px solid #37bfcb;}
.sy_about .tp {float: left;width: 550px;}
.sy_about .tp img {width: 100%;display: block;}
.sy_about .nr { font-size:16px;width: 600px;float: right;text-align: justify;}
.sy_about .nr p { margin-bottom:15px; line-height:1.8;color: #333;}

.sy_about .nr .more a { font-size:18px; text-transform:capitalize; color:#fff; text-align:center; line-height:45px; margin-top:30px; display: inline-block;position:relative;width: 150px;background: #37bfcb;text-align: center;border-radius: 5px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_about .nr .more a  span{width:0; height:2px; background-color:#37bfcb; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.sy_about .nr .more a:hover {opacity: 0.8;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}


.sy_pro2 { padding:60px 0; overflow:hidden;}
.sy_pro2 ul li { width:100%; overflow:hidden}
.sy_pro2 ul li .tp { width:50%;}
.sy_pro2 ul li .tp img { width:100%; display:block}
.sy_pro2 ul li .wenz { width:50%; padding:0 10%;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box; }
.sy_pro2 ul li .wenz .ico { width:80px; margin:30px auto 30px;}
.sy_pro2 ul li .wenz .ico img { width:100%}
.sy_pro2 ul li .wenz h2 { font-size:25px; color:#333; margin-bottom:20px; text-align:center}
.sy_pro2 ul li .wenz p { line-height:1.5; font-size:14px; color:#666;}
.sy_pro2 ul li .wenz .more { text-align:center; line-height:32px; }
.sy_pro2 ul li .wenz .more a { font-size:14px; text-transform:capitalize;color: #195fab;  text-align:center; line-height:42px;display: inline-block; width:110px; position:relative}
.sy_pro2 ul li .wenz .more:hover a{color: #fff;}


.injs{background: url("../images/bg2.jpg") center / cover no-repeat;background-size: cover;background-attachment: fixed; padding-top: 100px;height: 600px;position: relative;overflow: hidden;}
.injs .v{position: absolute;top: 0;left: 0;width: 100%;z-index: 0;height: 700px;}
.injs .v video{}
.injs .warp{z-index: 2;position: relative;}

.injs .txt{padding:60px 0;height:100px;color:#fff;font-size: 16px;}
.injs .link{overflow: hidden;margin-left: -10px;padding-top: 30px;position: relative;z-index: 9}
.injs .link .cum{width: 46%;margin: 0 2%; height:302px;background: #fff;float: left;overflow: hidden;text-align: center;transition: .6s;position: relative;cursor: pointer;padding: 20px 30px;box-sizing: border-box;}
.injs .link .cum:after{content: "";bottom:0;left: 50%;right: 50%;height: 4px;background: #37bfcb;display: block;transition: .8s;position: absolute;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;width: 0;}
.injs .link .cum img{display: block;margin:20px auto ;}
.injs .link .cum span{display: block;margin: 10px 0 15px;font-size: 20px;color: #333;margin-top: 20px;font-weight: bold;}
.injs .link .cum em{font-style: normal;color:#666;font-size: 14px;line-height: 1.8;text-align: left;display: inline-block;}
.injs .link .cum:hover:after{width: 100%;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;left: 0;}
.injs .link .cum:hover{background: rgba(255,255,255,0.8);}
#wrapper {
  height:100%;
  width:100%;
  text-align: center;
  display: table;
  position:absolute;top: 0;left: 0;opacity: 0.8;z-index: 1
}

#wrapper canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 1950px;
  height: auto; 
}

#canvas {
  z-index: 1;
}
#canvasbg {
  z-index: -10;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.6;
}




.sy_cpjs {padding: 80px 0;}


.sy_gywm {padding: 60px 0;background: url(../images/sygybj.jpg) center / cover;background-attachment: fixed;overflow: hidden;}
.sy_gywm .nr {padding: 50px 50px 70px;box-sizing: border-box;background:rgba(0,0,0,0.6);}
.sy_gywm .nr p {font-size: 16px;line-height: 1.8;color: #fff;}
.sy_gywm ul li {width: 33.3333%;float: left;position: relative;background: url(../images/bkbj.jpg) right top / 100%;padding: 20px;box-sizing: border-box;}
.sy_gywm ul li .tb {width: 60px;height: 60px;border: 5px solid #fff;position: absolute;left: 50%;margin-left: -35px;top: -30px;background: #37bfcb;border-radius: 50%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_gywm ul li:hover .tb {-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);}
.sy_gywm ul li .tb img {width: 100%;display: block;}
.sy_gywm ul li h3 {margin-top: 30px;font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 15px;text-align: center;}
.sy_gywm ul li p {font-size: 14px;line-height: 1.8;color: #fff;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;}
.sy_gywm ul li .more {width: 120px;line-height: 28px;border: #fff 1px solid;text-align: center;color: #fff;font-size: 14px;margin: 15px auto 0;border-radius: 5px;}
.sy_gywm ul li:hover .more {background: #fff;color: #37bfcb;transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}

.fnews {
  padding-top: 90px;
  position: relative;background: #f6f6f6;
}
.fnewslist {
  max-width: 1240px;
  padding: 20px 0 40px;
  margin: 0 auto;
  overflow: hidden;
}
.fnewslist li {
  float: left;
  width: 25%;
  margin-bottom: 40px;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;
}
.poa {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.fnewslist li .lin {
  padding: 0 15px;
}
.fnewslist li a {
  display: block;
}
.fnewslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}
.fnewslist li .hx {
  width: 100%;
  height: 2px;
  background-color: #e9e9e9;
  position: relative;
  margin: 18px 0;
}
.fnewslist li .hx:before {
  content: '';
  position: absolute;
  left: 100%;
  top: -5px;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #37bfcb;
  opacity: 0;
  border-radius: 50%;
}
.fnewslist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fnewslist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 30px;
}
.fnewslist li .date {
  font-size: 16px;
  color: #999;
  line-height: 54px;
  height: 54px;
  font-family: 'swissbt';
}
.fnewslist li .date .day {
  font-size: 44px;
  color: #666;
  margin-right: 20px;
}
.fnewslist li:hover{transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.fnewslist li:hover h3 {
  color: #37bfcb;
}
.fnewslist li:hover .hx {
  background-color: #37bfcb;
}
.fnewslist li:hover .hx:before {
  opacity: 1;
  left: 0;
}
.fnewslist li:hover .date .day {
  color: #37bfcb;
}
.fnewslist h3,
.fnewslist .hx,
.fnewslist .day,
.fnewslist .hx:before {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 1500px) {
  .fnewslist li .lin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .fnewslist li:last-child {
    display: none;
  }
  .fnewslist li {
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  .fnewslist li {
    width: 50%;
  }
  .fnewslist li:last-child {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .fcate4 .cn {
    font-size: 36px;
  }
  .fnews:before {
    display: none;
  }
  .fnewslist li {
    margin-bottom: 50px;
  }
  .fnewslist li .lin {
    padding: 0 15px;
  }
  .fnewslist li h3 {
    font-size: 30px;
    line-height: 40px;
    height: 80px;
    margin-bottom: 25px;
  }
  .fnewslist li .txt {
    font-size: 26px;
    line-height: 40px;
    height: 120px;
  }
  .fnewslist li .date {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .fnewslist li {
    width: 100%;
  }
}


.index-about {
    width: 80%;
    margin: 0 auto;
}
.zj02 {
    width: 50%;
    float: right;
}
.index_con2 {
    padding:60px 0;
    text-align: left;
}
.index_con2 h3 {font-size: 30px;font-weight: bold;color: #2581c2;margin-bottom: 20px;}
.index_con2 p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;text-align: justify;
}
.more1 {
    display: inline-block;
    font-size: 12px;
    color: #238ece;
    font-family: arial;
    margin-top: 33px;
}
.index_con2 .more1 font {
    background: #238ece;
    display: block;
    padding: 12px 20px;
    color: #fff;
}
.more1 font {
    transition: 0.3s ease-in-out;
}

.sy_dbk { height:600px;background-image: url(../images/dbkbj.jpg); width:100%;

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

	background-position: center top; position:relative}
.sy_dbk .wznr { width:80%; position:absolute; top:0; left:50%; margin-left:-40%;}
.sy_dbk .wznr h2 { font-size:46px; color:#37bfcb; text-align:right; padding-top:10%; margin-bottom:20px; font-weight:bold}
.sy_dbk .wznr h4 { font-size:25px; color:#37bfcb;text-align:right;line-height: 1.8}


/* start footer */
.fttop {
  background-color:#1c55a3 ;overflow: hidden;background: url(../images/bottombg.jpg) center / cover no-repeat;
}
.fttop .view {
  padding: 50px 0;overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.fttop .ftlink dl {
  margin-right: 50px;
}
.fttop .ftlink dl dt {
  font-size: 16px;font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
}
.fttop .ftlink dl dd a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;opacity: 0.95;
}
.fttop .ftlink dl dd a:hover {
  color: #fff;
  transition: all 0.3s;opacity: 1
}
.fttop .ftlink dl dd img {
  margin-top: 16px;
}
.fttop .w_x {width: 120px;float: right;margin-right: 20px;margin-top: 55px;} 
.fttop .w_x img {width: 100%;display: block;}
.fttop .partner {
  text-align: right;width: 245px;
}
.fttop .partner {
  text-align: right;
}
.fttop .partner h2 {
  font-size: 16px;
  color: #fff;
  margin: 10px 0 26px;
  line-height: 1;
}
.fttop .partner h3 {
  font-size: 28px;
  color: #fff;
  font-weight: bolder;
  line-height: 1;
  margin-bottom: 34px;
}
.fttop .partner p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.ftbot {
  text-align: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  min-width: 1200px;border-top: rgba(255,255,255,0.3) 1px solid;
}
.ftbot span a {
  color: #fff;
}
.ftbot span a:hover {
  color: #fff;
  transition: all 0.5s;
}



.n_ban{width:100%; height:500px; overflow:hidden; position:relative;}
.n_ban .w_z{width:40%; text-align:center; position:absolute; top:70%; left:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.n_ban .w_z.rt{width:15%; text-align: left; position:absolute; top:60%; left:16%;padding: 20px;background:rgba(55,191,203,0.8)}
.n_ban .w_z h3{font-size:22px; font-weight:bold; color:#fff; margin-bottom:10px; text-transform:uppercase; }
.n_ban .w_z p{font-size:36px; margin-bottom:20px; color:#fff;}
.n_ban .w_z a{padding:0 20px; background-color:#37bfcb; font-size:15px; line-height:36px; color:#fff; border-radius:20px; display:inline-block; margin:0 10px;}

.ntit { width:240px; float: left;  border-bottom:#eee 1px solid;box-shadow: 0 0 15px #ccc;margin-top: 35px;}
.ntit .bt {line-height: 30px;margin-bottom: 10px;background: #37bfcb;padding: 10px 15px;}
.ntit .bt h3 {font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 10px;}
.ntit .bt h2 {font-size: 20px;font-weight: 200;color: #fff;text-transform: uppercase;}
.ntit ul li { display:block; margin:0 0px 1px;position:relative;}
.ntit ul li .e_j { width:600px; background:#fff; position:absolute; left:0; top:32px; display:none; z-index:99;text-align:center}
.ntit ul li:hover .e_j { display:block;}
.ntit ul li .e_j a { display: inline-block; color:#333; text-align:center; font-size:14px; line-height:45px; float:left; background:#fff; padding:0 10px;}
.ntit ul li .e_j a:hover {border-radius:0;-moz-border-radius:0;-webkit-border-radius:0; color:#abcd05; background:#fff; line-height:45px }
.ntit ul li a { line-height:45px; background:#eee url(../images/fg_you.png) center right no-repeat; padding:0 20px; font-size:14px; color:#333; display:block;padding-left: 20px;}
.ntit ul li a:hover { background:#37bfcb url(../images/fg_youh.png) center right no-repeat; color:#fff;}
.ntit ul li a.on { background:#37bfcb url(../images/fg_youh.png) center right no-repeat; color:#fff;}
.nright {float: right;width: 900px;margin-top: 35px;}
.tit{ border-bottom:1px solid #d0d0d0; width: 100%;}
.tit .txt{ display: inline-block; float: left; color:#000000; font-size: 20px; line-height: 26px; padding-bottom: 10px; border-bottom:2px solid #37bfcb;}
.tit .url{float: right;  font-size: 12px; color:#999999;}
.tit .url font{ padding-left: 10px; padding-right: 10px;}
.tit .url a{ color:#999999; line-height: 26px;}
.tit .url a:hover{ color:#666666}
.tit .url .ah{color: #666666; }

.nright .cp {}
.nright .cp ul li {font-size: 16px;border-bottom: #ccc 1px dashed;line-height:40px;background: url(../images/cpjt.png) left center / 16px no-repeat;padding-left: 20px;}
.nright .cp ul li a {color: #333;}
.nright .cp ul li span {font-size: 14px;color: #666;float: right;}

.cpxq {padding: 0px 0 50px;}
.cpxq .left {width:43%;float: left;}
.cpxqlb{width:100%; position:relative;}
.cpxqlb .swiper-slide img{width:100%; height:auto; display:block;}
.cpxqlb .swiper-pagination{bottom:10px !important;width: 100%;height: 10px;text-align: center;}
.cpxqlb .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background: #eee;}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#37bfcb;}
.cpxqlb .swiper-button-prev{background:rgba(0,0,0,0.3 )url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxqlb .swiper-button-next{background:rgba(0,0,0,0.3) url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxq .right {width:50%;float: right;}
.cpxq .right h3 {font-size: 20px;color: #333;margin-bottom: 20px;font-weight: bold;}
.cpxq .right p {font-size: 14px;line-height: 1.8;color: #555;}
.cpxq .cptd {padding-top: 50px;}
.cpxq .cptd .bt {font-size: 20px;color: #fff;margin-bottom: 20px;font-weight: bold;border-bottom: #ccc 1px solid;line-height: 50px;}
.cpxq .cptd .bt span {padding: 0 20px;background: #37bfcb;display: inline-block;border-radius: 10px 10px 0 0;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;}
.cpxq .cptd p {font-size: 14px;line-height: 1.8;color: #333;}
.sy_ys{display: none;}
.page{ text-align:center; margin:30px auto;}

.page a{ height:26px; line-height:26px; display:inline-block; font-size:14px; color:#5a5a5a; border:#f5f5f5 1px solid;background: #f5f5f5; margin:0 3px; padding:0 10px;}

.page a:hover{ background:#37bfcb; border:#37bfcb 1px solid; color:#FFF;}

.page a.hover{ background:#37bfcb; border:#37bfcb 1px solid; color:#FFF;}

.list{width: 240px;border-bottom:solid 1px #2c94d9;margin:40px auto 0 auto;float: left;}
	.list ul li{background-color:#37bfcb;border-bottom: rgba(255,255,255,0.3) 1px solid; }
	.list ul li a{padding-left:30px;color: #fff; font-size:16px; display: block; height:50px;line-height: 50px;position: relative;
	}
	.list ul li .inactive{ background:url(../images/off.png) no-repeat 10px center;}
	.list ul li .inactives{background:url(../images/on.png) no-repeat 10px center;} 
	.list ul li ul{display: none;}
	.list ul li ul li { border-left:0; border-right:0; background-color:#2c94d9; border-color:rgba(255,255,255,0.3);}
	.list ul li ul li ul{display: none;}
	.list ul li ul li a{ padding-left:30px;}
	.list ul li ul li ul li { background-color:#d6e6f1; border-color:#2c94d9; }
	.last{ background-color:#d6e6f1; border-color:#2c94d9; }
	.list ul li ul li ul li a{ color:#238fd7; padding-left:30px;}



@media only screen and (max-width:1368px) {
	.gallery-top .mb1 h1 {
    font-size: 40px;}
	.gallery-top .mb1 h4 {
    font-size: 28px;}
	.sy_pro ul li .wenz .ico {
    width: 60px;
    margin: 15px auto 15px;
}
	.gallery-top .mb1 .nr {
    width: 90%;
}
	.sy_pro ul li .wenz .more {margin-top: 30px;width: 150px;
}
	.sy_pro ul li .wenz .more a {
    line-height: 32px;
}
	.con {width:90%;}
	.n_ban .w_z.rt {width: 20%;
    left: 3%
}
	.header .container {width: 90%;}
	.list { width: 200px;border-bottom: solid 1px #2c94d9;margin: 40px auto 0 auto; float: left;}
	.container {
    width: 95%;
}
	.list {
    width: 17%;
}
	.list ul li a {
    padding-left: 25px;
    font-size: 14px;
}
	.list ul li ul li ul li a {
    padding-left:25px;
}
	.list ul li ul li a {
    padding-left: 25px;
}
	

	}

@media only screen and (max-width:1024px) {

	.gallery-top .swiper-slide {
    height: 22rem;width: 100%;
}
	.gallery-top .mb1 h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-top: 15%;
}
	.gallery-top .mb1 h4 {
    font-size: 1.2rem;
}
	.gallery-top .mb1 .nr {
  width: 60%;margin: 16% 0 0 8%;
}
	.con {
    width: 90%;
}
	.sy_pro{display: none;}
	.sy_ys{width:100%; overflow:hidden;background-color:#fff;padding: 20px 10px;display: block;}

.sy_ys .ys_js{width:100%; padding:15px 0;}
.sy_ys .ys_js .x_t{width:86px; height:86px; margin:0 auto 10px; background: #37bfcb; border-radius:100%;}
.sy_ys .ys_js .x_t.x_1{background:#37bfcb url(../images/cp_ico1.png) no-repeat center center; background-size:60% 60%;}
.sy_ys .ys_js .x_t.x_2{background:#37bfcb url(../images/cp_ico2.png) no-repeat center center; background-size:60% 60%;}
.sy_ys .ys_js .x_t.x_3{background:#37bfcb url(../images/cp_ico3.png) no-repeat center center; background-size:60% 60%;}
.sy_ys .ys_js .x_t.x_4{background:#37bfcb url(../images/cp_ico4.png) no-repeat center center; background-size:60% 60%;}
.sy_ys .ys_js .x_t.x_5{background:#37bfcb url(../images/cp_ico5.png) no-repeat center center; background-size:60% 60%;}
.sy_ys .ys_js .w_z{width:100%; font-size:12px; line-height:22px; text-align:center;}
.sy_ys .ys_js .w_z h3{font-size:16px; color:#555; margin-bottom:10px;margin-top: 20px;font-weight: bold;}
.sy_ys .ys_js .w_z p{height:66px;}

.swiper-ys{width:100%; margin:0 auto;padding: 20px 0 !important;}
.swiper-ys .swiper-slide{width:60%; padding:25px 15px; background-color:#fff;box-shadow: 0px 0px 24px  rgba(222, 229, 231, 0.51);}

	.sy_pro ul li .wenz .ico {
    margin: 20px auto;
}
	.injs {
    background: url("../images/bg2.jpg") center / cover no-repeat;
        background-attachment: inherit;
    padding-top: 50px;padding-bottom:40px;
    height: auto;
}
	.section-title2 {
    margin-bottom:2rem;
}
	.section-title2 h3 {
    font-size: 2.4rem;
}
	.injs .link .cum {
    width: 49%;
    margin: 0.5%;
    height: 30rem;padding: 15px;
}
	.injs .link .cum em {display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;font-size: 1.2rem;
-webkit-line-clamp: 4;
}
	.injs .link {
    padding-top: 0px;
}
	.fnews {
    padding-top: 40px;
}
	.index-about {
    width:90%;
}
	.index_con2 {
    padding:40px 0;
}
	.zj02 {
    width: 100%;
}
	.index_con2 h3 {
    font-size: 2.2rem;
}
	.index_con2_list2 {display: none;
}
	.ftlink.fl{display: none;}
	.fttop .view {
    padding: 30px 0;
    width: 90%;
}
	.fttop .partner {
    text-align: center;width: 100%
}
	.ftbot {
    height: auto;
    line-height: 1.6;padding: 10px;box-sizing: border-box;
    min-width: 100%;
}
	.fttop .partner h3 {
    margin-bottom: 20px;
}
	
	.main-pro-con {
    width: 100%;overflow: hidden;
}
	.main-pro-con span {box-sizing: border-box;margin-left: 1px;
}
	.main-pro-more {margin-left: 5px;
}
	.sy_cpjs {
    padding: 40px 0 0;
}
	.main-pro-con > div {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0);
}
	.sy_ys .ys_js ul li {
    width: 46%;
    padding:20px;
    margin: 0 2% 30px;
    height: 385px;
    box-sizing: border-box;
}
	.sy_ys .ys_js ul {
    width: 100%;
}
	.sy_ys {
    padding: 30px 0 0px;
}
	.sy_gywm .nr {
    width: 90%;
    margin: 0 auto;
    padding: 20px 30px 40px;
}
	footer .wrap-top-left {
    width: 60%;
}
	footer .wrap-top-mid {display: none;}
	footer .wrap-top-left::after {
    width: 0px;
}
	footer .wrap-top-right {width: 30%;
    text-align: center;
    margin-right: 28px;
}
	.n_ban {
    height: 15rem;
}
	.n_ban .w_z.rt {
    top: 60%;width: 40%;
    left: 10%;
    padding: 15px;
}
	.container {
    width: 90%;
}
	.sy_about {
  padding: 30px 0;
  margin: 0px 0 0px;
}
	.sy_about .nr {
  font-size: 14px;
  width: 100%;
}
	.sy_about h3 {
  font-size: 20px;
  margin-bottom:30px;
}
	
	
	
	
	
	
  }

@media only screen and (max-width:600px){
	.ntit {
    width: 100%;
    margin-top: 30px;box-shadow: 0 0 0 #ccc;
}
	.ntit .bt {display: none;
}
	.ntit ul li {width: 30.3333%;float: left;
    margin: 0 1.5% 2%;min-width: 90px;
}
	.ntit ul li a {
    line-height: 3rem;text-align: center;
    padding: 0;
    font-size: 1.2rem;
}
	.nright {
    width: 100%;
    margin-top:25px;
}
	.tit .txt {
  font-size: 16px;
  line-height: 26px;
}
	.nright .cp ul li {
  font-size: 14px;
}
	.tit {
    margin-bottom: 10px;
}
	.more1 {
    display:none;
}
	.main-title h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}
.sy_about .nr .more a {
  font-size: 16px;
  line-height:35px;
  margin-top: 20px;
  width: 120px;
}
	.sy_about .tp {
  width: 100%;margin-top: 25px;
}
 .section-title h3 {
    font-size: 2.4rem;
}
	.main-pro-bor span {
    padding: 5px 26px;
    font-size: 1.2rem;
}
	.section-title p {
    margin-top: 0px;
}
	.section-title {
    margin-bottom: 2rem;
}
	.lbwc .swiper-button-prev {
    background: rgba(0,0,0,0.3 )url(../images/banner-l.png) no-repeat;
        background-size: auto;
    left: 0;display: none;
}
	.lbwc .swiper-button-next {
    background: rgba(0,0,0,0.3) url(../images/banner-r.png) no-repeat;
    right:0;display: none
}
	.main-pro-con h3 {
    font-size:1.8rem;
    margin-bottom: 1.5rem;
}
	.main-pro-con p {
    line-height: 2;
    font-size: 1.2rem;
}
	.main-pro-more {margin-top: 2rem
}
	.fnewslist li .date {
    font-size: 18px;
}
	.fnewslist {
    padding: 0px 0 30px;
}
	.fnewslist li h3 {
    font-size: 1.6rem;
    line-height: 1.8;
    height: auto;
    margin-bottom: 1.5rem;
}
	.fnewslist li .txt {
    font-size: 1.2rem;
    line-height: 1.8;
    height: auto;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
	.fnewslist li {
    margin-bottom: 2rem;
}
.sy_dbk .wznr h2 {
    font-size: 1.6rem;
    padding-top: 10%;
    margin-bottom: 1rem;
}
	
	
footer .wrap-top-left {
    width: 100%;
}	
	footer .wrap-top-right {
    width: 100%;
    margin-right: 0;margin-top: 10px;
}
	footer .wrap-bottom .ftext {
    line-height: 1.5;
}
	footer .wrap-bottom .f-right {width: 100%;text-align: center;
    margin-left: 0;
    line-height:1.5;
    padding-top: 12px;
}
	footer .wrap-top-left .con {
    font-size: 1.2rem;line-height: 1.8;
}
	footer .wrap-bottom {
    font-size: 1.2rem;
}
	.n_ban .w_z h3 {
    font-size: 1.5rem;
}
	.n_ban .w_z p {
    font-size: 2.4rem;margin-bottom: 0;
}
	.n_ban .w_z.rt {
    left:5%;width: 45%;
    padding: 10px;
}
	.ntit ul li {width: 30.3333%;
    margin: 0 1.5% 2%;min-width: 90px;
}
	.ntit ul li a {
    line-height: 3rem;
    padding: 0;
    font-size: 1.2rem;
}
	.main-title h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}
	.cpxq .left {
  width: 100%;
}
	.cpxq .right {
  width: 100%;margin-top: 25px;
}
	.cpxq .cptd .bt {
  font-size:18px;
  line-height: 40px;
}
	
	
	
}
.zw{ line-height:30px; padding:15px 0; min-height:350px;color:#555555; font-size:14px;}
.zw a:link{ color:#555555; }
.zw a:visited{ color:#555;}
.zw a:hover{ color:#FF6205;}
.zw a:active{color:#555555;}
.zw img{
 max-width:100%;

 width:expression(document.body.clientWidth>100%?"100%":"auto");

}
.xiaocms-page{margin-top: 30px;}
.xiaocms-page span{ margin:0 3px;  border:1px solid #37bfcb;line-height:35px; padding:0 15px; background:#37bfcb; color:#FFFFFF; display:inline-block; }
.xiaocms-page  a{margin:0 3px;   border:1px solid #eee;line-height:35px;background:#fff; display:block; color:#333; padding:0 15px;display:inline-block; }
.xiaocms-page  a:hover {margin:0 3px;   border:1px solid #37bfcb;line-height:35px; background:#37bfcb; color:#fff; padding:0 15px;display:inline-block;}

