﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;-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; }
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: Arial, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: Arial, Helvetica, sans-serif,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: 1520px;max-width: 94%;margin: 0 auto;}
.container {width: 1520px;max-width: 94%;margin: 0 auto;}
.header{width:100%; position:fixed; top:0; left:0; z-index:10;background:rgba(255,255,255,0.9);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{box-shadow:0 0 10px #aaa; }
.header .container{position:relative;}
.header .logo{float:left;margin: 15px auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header .logo img{width:auto; height:60px; display:block;}

.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;text-align: left;margin-left: 30px;}
.header .right .ss {line-height:90px;display: inline-block;padding: 0 10px;position: relative;color: #333;}

.header .right .yy {line-height: 90px;display: inline-block;padding: 0 10px;color: #333;position: relative;font-size: 18px;}

.header .right .yy i {}
.header .right .yy .e_j {width:100px;top: 90px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none}

.header .right .yy .e_j a {color: #333;display: block;font-size: 14px;text-align: center;}
.header .right .yy .e_j a:hover{color: #439857;}
.header .right i {font-size: 25px;}
.header .right .wx {line-height:90px;display: inline-block;padding: 0 10px;position: relative;color: #333;}
.header .right .wx a {color: #333}
.header .right .wx a:hover {color: #439857}


.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 24px;}

.header .nav{ float:right;}
.header .nav i{font-size:12px; color:#aaa; 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;}
.header .nav ul li{ line-height:90px; float:left; position:relative; padding:0 30px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header .nav ul li a{display:block; font-size:16px; color:#333; text-transform:capitalize}
.header .nav ul li span{width:0; height:2px; background-color:#439857; 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%;}
.header .nav ul li:hover a {color: #439857;}
.header .nav ul li.on a {color: #439857;}

.nav .y_j{position:relative;}
.nav .e_j{width:150px; background-color:rgba(255,255,255,.9); position:absolute; top:90px; left:50%; margin-left:-75px; display:none; z-index:9999;}
.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.15); text-align:center }
.header .nav .e_j a:hover{background-color:#439857; 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:90px;display: none;}
}

@media only screen and (max-width:1024px){
.head_h { height: 60px; display:block}
.header{border:0; height:60px; background:#fff; width:100%;z-index: 999;}
.header .container{ padding:0; height: 60px; width:94%}
.header .logo{margin:10px auto;}
.header.on .logo{margin:10px auto;}
	.header .logo img {
  height:40px;
}
	.header .right {margin-right: 50px;
  margin-left: 0px;
}
	.header .right .ss {
  line-height: 60px;
}
	.header .right .yy {
  line-height: 60px;
  padding: 0 8px;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:100%}
.header .nav{width:100%; padding:15px 5%; background-color:#fff; height:100%; position:fixed; top:60px; right:-100%; 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;}
.header.on .nav ul li a { font-size: 16px;color: #222;}
.header .nav i{display:block;font-size: 16px;color: #222;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid rgba(0,0,0,0.3); 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 rgba(0,0,0,0.3); background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;}
.header .nav ul li .e_j a { color:#333;font-size: 16px;}
.header .nav ul li .e_j a:hover { color:#222}
	.header .nav ul li .e_j a:last-child{border-bottom: 0;}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{font-size:16px; color:#222;}
	.header.on .nav .e_j {
  box-shadow: 0 0 0 #aaa;
}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}


.ban{width:100%; position:relative;}
.ban .swiper-slide{width:100%; height:100vh;}
.ban .swiper-pagination{bottom:20px !important;}
.ban .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: none;border: #fff 1px solid;}
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#439857;border: #439857 1px solid;}

.ban .swiper-slide .bg1 {
	position: absolute;
    height: 100vh;
	overflow: hidden;
	width:100%;
	left:0px !important;
	top:0px;z-index: 5;
}

.ban .swiper-slide .bg1 img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: transform 7.6s linear;
	-moz-transition: transform 7.6s linear;
	-o-transition: transform 7.6s linear;
	-ms-transition: transform 7.6s linear;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.ban .swiper-slide.swiper-slide-active .bg1 img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    -khtml-opacity:1; 
    opacity: 1; 
}

.ban .swiper-slide .word {
	position: absolute;
	left:50%;margin-left: -600px;width: 1200px;
	height: 246px;
	top: 50%;
	margin-top: -103px;
	z-index: 10;text-align: center;
}

.ban .swiper-slide .word h4 {
	display: block;font-size: 22px;color: #fff; margin-top: 20px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .4s;
	-webkit-transition: all .2s linear .4s;text-shadow: 0 0 10px #333;
}

.ban .swiper-slide .word h3 {
	font-size: 42px;
	color: #fff;letter-spacing: 1px;
	line-height: 60px;
	margin: 15px 0 15px 0;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .2s;
	-webkit-transition: all .2s linear .2s;font-weight: bold;text-shadow: 0 0 20px #333;
}


.ban .swiper-slide .word a.xq {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;background:#439857;
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 50px;
	position: absolute;
	bottom: 20px;left: 50%;margin-left: -100px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .6s;
	-webkit-transition: all .2s linear .6s;border-radius:30px;
}
.ban .swiper-slide .word.l1 a.xq {
	bottom: 0;left: 0%;margin-left:0px;
}

.ban .swiper-slide .word a.xq:after {
	content: '';
	display: block;
	width: 15px;
	height: 14px;
	background: url(../images/rights.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
}


.ban .swiper-slide.swiper-slide-active .word h4 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
   
}

.ban .swiper-slide.swiper-slide-active .word h3 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}




.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet {width:15px; height:15px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#000}


.title-1{text-align: center;margin-bottom: 50px;}
.title-1 .cn{ margin-bottom: 5px; font-size: 36px;color: #222; font-weight: bold;line-height: 1.42857143; }
.title-1 .en{ margin-bottom: 5px; font-size: 0; overflow: hidden;text-transform: uppercase;line-height: 1.42857143; }
.title-1 .en span{ position: relative; display: inline-block; vertical-align: top; padding: 0 15px; min-width: 160px; font-family: arial; font-size: 36px;color: #222;font-weight: bold;}
.title-1 .en span:before,.title-1 .en span:after{ content: ""; position: absolute; top: 50%; z-index: 1; width: 600px; height: 1px; background: #d2d2d2; }
.title-1 .en span:before{ right: 100%; }
.title-1 .en span:after{ left: 100%; }
.title-1 .en span b{ display: block; position: absolute; top: calc((100% - 7px) / 2); z-index: 2; width: 7px; height: 7px; background: #439857; transform: rotate(45deg); }
.title-1 .en span b:first-child{ right:100%; }
.title-1 .en span b:last-child{ left:100%; }
.title-1 .icon{ position: relative; margin:0 auto; width: 21px; height: 13px; border-left: solid 2px #439857; border-right: solid 2px #439857; }
.title-1 .icon:before{ content: ""; position: absolute; left: 8px; top: 0; z-index: 1; width: 2px; height: 100%; background: #439857; }


.index4{padding:100px 0; position: relative; background:url(../images/j18.jpg) center no-repeat; background-size:cover;}
.index4 .text{width:48%; float:left; padding:25px 0 35px 0;}
.index4 .text .H4{font-size:36px; color:#ccc; text-transform: uppercase; font-weight: bolder; font-family: Arial;}
.index4 .text .bold{font-weight: bold;}
.index4 .text .thin{font-weight:normal;}
.index4 .text .H5{font-size:36px; color:#313131; padding:25px 0 20px 0; position: relative;font-weight: bold;}
.index4 .text .H5::after{width:40px; height: 1px; content: ""; position: absolute; bottom:0; left: 0; background-color:#666666; opacity: .3;}
.index4 .text .p{font-size:17px; color:#333; line-height: 2.5; margin: 30px 0;letter-spacing: 1px;}
.more2{display:block; width:163px; height: 38px; line-height: 38px; background-color:#439857;border:1px solid #439857;  text-align: center; font-size:14px; color:#fff;}
.more2:hover{background-color:transparent; border:1px solid #439857; color:#439857;}
.index4Num{margin-top:55px; padding-top:45px; border-top:1px solid #e4e4e4;display: flex;justify-content: space-between;}
.index4Num .list{font-weight:bolder; float:left; }
.index4Num .list:nth-child(2){float:right;}
.index4Num .big{font-size:80px; color:#439857; font-family: Arial; font-weight: bolder; line-height: 58px; display: inline-block;}
.index4Num .small{font-weight:normal; display:inline-block;font-size:30px; color:#439857; font-family: Arial;line-height: 20px; margin: 0 20px 0 3px; vertical-align: bottom;}
.index4Num .p2{display:inline-block; font-size:16px; color:#5a5a5a; line-height: 20px; vertical-align: middle;font-weight:normal; }
.videoR{ width:48%;padding:0 0 32px 5%; background:url(../images/p13.png) left bottom no-repeat; background-size: 93% 91.58% ;float: right;box-sizing: border-box;}
.videoR .pic{height:auto;overflow: hidden;}
.videoR .playBtn{width:90px; height: 90px; position: absolute; top:37.98%; left: 11.11%; cursor: pointer;}
.videoBox{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99999; background-color:rgba(0,0,0,0.4); display: none;}
.videoBox2{width:50%; position:fixed; top:50%; left: 50%; z-index: 999999; display: none;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.videoBox2 .aboutVideo{display:block; width:100%; min-height: 10px; background: #000;}
.videoBox2 .close3{width:25px; height: 25px; position: absolute; top:-15px;right:-15px;}

@media screen and (max-width:1549px){
	.index4Num .big{font-size:60px;}
}
@media screen and (max-width:1199px){
	.index4{padding:60px 0;}
	.index4Num .big{font-size:50px;}
	.index4Num .p2{display:block;}
	.videoR{padding:0 0 30px 30px;}
	.videoR .playBtn{width:60px; height: 60px; left: 0px;}
	.index4Num{margin-top:30px; padding-top:30px;}
	.index4 .text .H4{font-size:28px;}
	.index4 .text .H5{font-size:22px;}
	.videoBox2{width:90%;}
}
@media screen and (max-width:767px){
	.index4{padding:40px 0 30px 0;}
	.index4 .text{padding:0; width:100%;}
	.videoR{position:relative;}
	.index4 .text .H4{font-size:20px;}
	.index4 .text .H5{font-size:16px; padding:10px 0;}
	.index4 .text .p{font-size:13px; line-height: 22px; height: 110px; margin: 15px 0;}
	.more2{width:120px; font-size:12px;}
	.index4Num{margin-top:20px; padding-top:20px;}
	.index4Num .big{font-size:30px; line-height: 30px;}
	.index4Num .p2{font-size:13px; margin-top:5px;}
	.videoR{width:100%; top:auto; margin-top:20px; padding:0 0 20px 20px;}
	.videoR .pic{background:none !important; height: auto;}
	.videoR .playBtn{width:30px; height: 30px; top:50%; margin-top:-15px; left: 5px;}
	
}

.sy_cpfw{padding:4vw 0 4vw;position: relative;background: url(../images/probj.jpg) center / cover no-repeat;}
.sy_cpfw .con {position: relative;z-index: 9;}
.swiper-cp{ margin:0 auto; padding-bottom:50px;}
.swiper-cp .swiper-slide{position:relative;background: #fff url(../images/xtb.png) right bottom / 60px no-repeat;}
.swiper-cp .swiper-slide .t_p{overflow: hidden;position: relative;}
.swiper-cp .swiper-slide .t_p .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(0,0,0,0) url(../images/jh.png) center / 30px no-repeat;opacity: 0;}
.swiper-cp .swiper-slide:hover .t_p .mb {background: rgba(0,0,0,0.6) url(../images/jh.png) center / 30px no-repeat;opacity: 1;}
.swiper-cp .swiper-slide .t_p .hr{position:absolute;width: 100px; left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	
.swiper-cp .swiper-slide .t_p .hr img{width:100%;height: 100%; opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.swiper-cp .swiper-slide:hover .hr img{opacity:1;}	
	
.swiper-cp .swiper-slide:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}}
.swiper-cp .swiper-slide img {width: 100%;height: 17vw;object-fit: cover;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 1;}
.swiper-cp .swiper-slide:hover img { -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-cp .swiper-slide .t_p .mb {position: absolute;left: 0;width: 100%;height: 100%;top: 0;z-index: 9;opacity: 0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-cp .swiper-slide:hover .t_p .mb {opacity: 1;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-cp .swiper-slide h3 {font-size: 16px;color: #333;margin: 10px 0 25px;text-align: center;line-height: 1.8;}
.swiper-cp .swiper-slide:hover h3{color: #439857;}

.sy_cpfw .swiper-pagination-bullet {
  background: #fff;opacity: 1;
}
.sy_cpfw .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#439857}
.sy_cpfw .swiper-button-prev{width:38px; height:50px; left:-50px;font-size: 25px;margin-top: -25px;}
.sy_cpfw .swiper-button-prev i {font-size:30px;color: #333;}
.sy_cpfw .swiper-button-prev:hover i {color:#439857;}
.sy_cpfw .swiper-button-next{ width:38px; height:50px; margin-top:-25px; right:-50px;}
.sy_cpfw .swiper-button-next i {font-size:30px;color: #333;}
.sy_cpfw .swiper-button-next:hover i {color:#439857;}


.swiper-hy{ margin:0 auto; padding-bottom:0;padding-top: 10px;}
.swiper-hy .swiper-slide{position:relative;overflow: hidden;}
.sy_hyyy .swiper-button-prev{background:url(../images/jtdls.png) center / 135% no-repeat; width:39px; height:39px; margin-top:-20px; left:-50px;}
.sy_hyyy .swiper-button-next{background:url(../images/jtdrs.png) center / 135% no-repeat; width:39px; height:39px; margin-top:-20px; right:-50px;}
.sy_hyyy .swiper-button-prev:hover{background:url(../images/jtdl.png) center / 135% no-repeat;}
.sy_hyyy .swiper-button-next:hover{background:url(../images/jtdr.png) center / 135% no-repeat;}
.sy_hyyy .con {position: relative;}
.sy_hyyy {padding: 60px 0;overflow: hidden;background: #f5f5f5;}

.swiper-hy .swiper-slide img {width: 100%; display: block;-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s; }
.swiper-hy .swiper-slide .sign {position: absolute; left:50%;top: 60%;width:400px; margin-left: -200px;height: 100%;	background: url(../images/hybj.png) no-repeat center top;	font-size: 14px;	line-height: 22px;	color: #fff;	text-align: center;padding-top: 20px;box-sizing: border-box;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;z-index: 999}
.swiper-hy .swiper-slide .sign .tb {width:70px; height: 52px;margin: 0 auto;}
.swiper-hy .swiper-slide .sign span { font-size: 18px;}
.swiper-hy .swiper-slide:hover img {-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s;filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%);}
.swiper-hy .swiper-slide:hover .sign {-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;top: 70%;background: none;}
.swiper-hy .swiper-slide .bg{	left:0;	bottom: 0;width:100%;	height:240px;	background: url(../images/bg_shadow06.png) center / 80% 100% no-repeat;position: absolute;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 0;z-index: 998}
.swiper-hy .swiper-slide:hover .bg{-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 1;}


.imNav { height: 204px; border-top: 1px solid #DFDFDF; background: rgba(255,255,255,0.8);}
.imNav .container{ display: flex; justify-content: space-between; }
.imNav_aBox{ width:25%; float: left; text-align: center; padding-top: 127px; height: 203px; position: relative; line-height: 36px; font-size: 26px;color: #333; }
.imNav_aBox:hover,.imNav_aBox.on{ color: #439857; }
.imNav_aBox img{position:absolute; left:50%; margin-left:-40px; top:38px; transition:all 0.5s ease-in-out;}
.imNav_aBox img.opacity{opacity: 0;}
.imNav_aBox p {transition:all 0.5s ease-in-out;}
.imNav_aBox:hover img,.imNav_aBox.on img{opacity:0;}
.imNav_aBox:hover img.opacity,.imNav_aBox.on img.opacity{opacity:1;}

.imNav_aBox:hover img {
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  -webkit-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.m2menu_a:hover img {
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  -webkit-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.imgBgAnimation{-webkit-animation-name: imgBgAnimation;animation-name:imgBgAnimation}
@keyframes icon-bounce{0%,to{-webkit-transform:rotate(0);transform:rotate(0)}
25%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}
50%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}
75%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
85%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
}
@-webkit-keyframes icon-bounce{0%,to{-webkit-transform:rotate(0);transform:rotate(0)}
25%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}
50%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}
75%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
85%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
}

.imNavFixed{ background: #FFF; height: 65px; width: 100%; border-top: 1px solid #BBBABA; border-bottom: 1px solid #BBBABA; position: fixed; z-index: 60; left: 0px; top: 0px; }
.imNavFixed .container{ display: flex; justify-content: space-between; }
.imNavFixed a{ font-size: 20px; line-height: 63px; display: block; }
.imNavFixed a:hover,.imNavFixed a.on{ color: #ed8a2a; }
.imNavFixed a span{ display: inline-block; height: 38px; width: 38px; margin-right: 10px; position: relative; }
.imNavFixed a span,.imNavFixed a text{vertical-align:middle;}
.imNavFixed a img{position:absolute; left:0; top:0; transition:all 0.5s ease-in-out;}
.imNavFixed a:hover img,.imNavFixed a.on img{opacity:0;}
.imNavFixed a:hover img.opacity,.imNavFixed a.on img.opacity{opacity:1;}
.imNav { height: 160px;}
.imNav_aBox{font-size:20px; padding-top:100px; height:159px; line-height:30px;box-sizing: border-box;}
.imNav_aBox img{width:60px; height:60px; margin-left:-30px; top:28px;}


.zxzx {padding: 70px 0;overflow: hidden;}
.zxzx .left {width: 40%;float: left;}
.zxzx .left img {width: 100%;display: block;}
.zxzx h4 {font-size: 14px;color: #888;margin: 15px 0;}
.zxzx h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zxzx p {font-size: 14px;line-height: 1.8;color: #666;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.zxzx .more a {width: 150px;line-height: 36px;background: #439857;display: block;color: #fff;margin-top: 25px;font-size: 16px;text-align: center;}
.zxzx .more a i {margin-left: 15px;}
.zxzx .left:hover .more a{background: #439857;}
.zxzx .left .more a{margin-top: 40px}
.zxzx .right:hover .more a{background: #439857;}
.zxzx .right {width: 56%;float: right;position: relative;border-top: #ccc 1px solid;}
.zxzx .right ul li { padding:45px 0; border-bottom:#ccc 1px solid; overflow:hidden}
.zxzx .right ul li:hover .nr h3 {color: #439857}
.zxzx .right ul li .dian { width:36px; height:18px; background:url(../images/dian.png) center center no-repeat; float:left}
.zxzx .right ul li .nr { width:calc(100% - 160px); float:left}
.zxzx .right ul li .nr h3{white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-size:18px;font-weight: bold;color:#222;}
.zxzx .right ul li .nr p { font-size:15px; line-height:26px; color:#444; margin-top:10px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}
.zxzx .right ul li .ri { height:72px; width:90px; float:right; background:url(../images/jt.png) right bottom no-repeat; font-size:30px; color:#999;text-align: right;}
.zxzx .right ul li:hover .ri {background:url(../images/jth.png) right bottom no-repeat}



/* start footer */
.footer_bg{background:#333; width:100%;padding:35px 0 0;}
.footer { margin:0 auto; padding:20px 0; z-index:999;}
.footer .zuo3 {}
.footer .zuo3 ul li { float:left;padding-right: 80px;min-width: 50px;}
.footer .zuo3 ul li:last-child{padding: 0;}
.footer .zuo3 ul li .tit1 a { font-size:20px; font-weight:bold; color:#fff;opacity: 1; line-height:36px; display:block}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#fff;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.footer .zuo3 ul li:hover .line span { width:50px; height:1px;}
.footer .zuo3 ul li a { width:100%; display:block; line-height:28px; font-size:16px; color:#fff;opacity: 0.7; text-transform: capitalize;}
.footer .zuo3 ul li a:hover {opacity: 1;}
.dzwz {line-height:30px;color:#fff;font-size:14px; float:left;}
.dzwz p { line-height:28px;color:#fff;font-size:16px;margin-bottom: 10px;}
.dzwz p i {color: #fff;text-align: center;margin-right: 10px;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}

.footer .zuo3 ul li.yx {width: 300px;padding-right: 0;float: right;}
.footer .searchIpt2 {width: 300px;height: 50px;position: relative;}

.searchIpt2 .search_txt {width: 222px;

	padding: 0 0 0 10px;

	line-height: 50px;

	background: #fff;

	color: #666;

	border: 0;

	height: 50px;

	float: left;border-radius: 25px;

}

.searchIpt2 .search_btn {width: 50px;background: #fff;border: 0;float: right;color: #333;height: 50px;cursor: pointer;border-radius: 25px;position: relative;}
.searchIpt2 i {font-size: 20px;width: 20px;height: 20px;line-height: 20px;position: absolute;right:15px; top:50%;margin-top: -10px; text-align: center;color: #333;}
.searchIpt2 .search_btn:hover{background: #439857;color: #fff;}
.searchIpt2 .search_btn:hover i {color: #fff;}
.searchIpt2 .search_btn i:hover {color: #fff;}
.footer_bg .dybox {margin-top: 5px;}
.footer_bg .dybox p {color: #fff;}
.footer_bg .dybox h3 {margin-bottom: 15px;}
.footer_bg .dy {margin-top: 10px;width:300px;overflow: hidden;}
.footer_bg .dy input.w_z{width:85%; height:35px; border-radius:0; font-size:12px; line-height:35px; color:#fff; float:left; -webkit-appearance:none;background: rgba(255,255,255,0.15);padding-left: 15px;box-sizing: border-box;}
.footer_bg .dy button.s_c{width:15%; height:35px;font-size:18px; line-height:35px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;background: #439857;}
.footer_bg .dy i {font-size: 18px;color: #fff;}
.footer .zuo3 ul li.yx .tb {padding-top: 20px}
.footer .zuo3 ul li.yx .tb a {width: 30px;margin-right: 10px;position: relative;float: left;}
.footer .zuo3 ul li.yx .tb a i{font-size: 20px;}
.footer .zuo3 ul li.yx .tb a .wx {width: 120px;position: absolute;left: 50%;margin-left: -60px;background: #fff;top: -120px;display: none;}
.footer .zuo3 ul li.yx .tb a:hover .wx{display: block;}
.footer .zuo3 ul li.yx .tb a img {width: 100%;}

.footer .weix {width: 120px;float: right;text-align: center;line-height: 30px;}
.footer .weix img {width: 100%;}
.footer_btm {margin:30px auto 0;border-top: 1px solid rgba(255,255,255,0.2); width:100%;}
.copy {width: 1200px;margin: 0 auto;line-height: 50px;text-align: center}
.copy p {font-size: 16px;text-transform: uppercase;color: #fff;}
.copy p a { color: #ffffff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}




.mgt50 { margin-top:35px;}

.nban { width:100%; height:580px; position:relative; margin:0 auto}

.nban .bt {width:380px;padding: 20px;position: absolute;left:10%;top: 50%;z-index: 5;}
.nban .bt h2 {font-size: 30px;color: #fff;text-transform: uppercase;margin-bottom: 10px;}
.nban .bt h3 {font-size:44px;color: #fff;font-weight: bold;}

.wzxx {float: left;line-height: 40px;font-size: 16px;color: #333;}
.wzxx a {font-size: 16px;color: #333;}

.ntit{ background:rgba(255,255,255,0.6); border-bottom: #eee 1px solid;padding: 15px 0;overflow: hidden;}
.ntit ul {text-align: center;text-align: right;}
.ntit ul li { line-height:38px; margin-right:10px;position: relative;background:#eee; text-align: center;border-radius: 10px;overflow: hidden;display: inline-block;}
.ntit ul li a { color:#000; font-size:16px; display:block;padding: 0 15px;}
.ntit ul li .e_j {width: 100%;display: none;position: absolute;left: 0;top: 40px;background:rgba(255,255,255,0.8);}
.ntit ul li .e_j a {padding: 0;text-align: center;border-bottom: #eee 1px solid;}
.ntit ul li:hover .e_j{display: block;}
.ntit ul li a:hover { background:#439857; color:#fff; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.ntit ul li.on a { background:#439857; color:#fff}


.ny_ryzz {padding:60px 0;background: #f6f6f6;}
.sy_ryzz .container {width: 1200px;}

.honors-sw-hook .swiper-wrapper li.swiper-slide-active { -webkit-transform: scale(1); transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); z-index: 10; }
.honors-sw-hook .swiper-wrapper li img {
  display: block;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 8px;
  height: 10rem;
  margin: 0 auto;
  width: auto;
  box-sizing: border-box;
}

.honors-wraper { position: relative; padding: 0; }

.honors-sw-hook { position: relative; overflow: hidden; padding: 20px 0 20px; }

.honors-sw-hook .swiper-wrapper li { -webkit-transition: all .7s ease; -o-transition: all .7s ease; -moz-transition: all .7s ease; transition: all .7s ease; width: 20%; -webkit-transition: transform 1.0s; -moz-transition: transform 1.0s; -ms-transition: transform 1.0s; -o-transition: transform 1.0s; text-align: center;box-sizing: border-box;}

.honors-sw-hook .swiper-wrapper li.swiper-slide-active { color: #439857;font-weight: bold;}

.honors-sw-hook .swiper-wrapper li p { padding-top: 10px;font-size: 16px; }

.honors-sw-hook .swiper-wrapper li img { display: block; width: 100%; border: 1px solid #cccccc;padding:8px; }

.swiper-btn { display: block; width: 42px; height: 42px; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); background: url(../images/arror.png); z-index: 99; }

.honor-prev { left: 0; background-position: 0 0; }

.honor-next { right: 0; background-position: right 0; }

@media (min-width: 1024px) {
.honors-wraper { margin-top: 25px; }
  .honors-sw-hook { padding: 40px 0; }
  .honors-sw-hook .swiper-wrapper li { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -moz-transform: scale(0.8); margin-right: 25px; }
  .honors-sw-hook .swiper-wrapper li.swiper-slide-active { -webkit-transform: scale(1.2); transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); z-index: 10; }
  .honors-sw-hook .swiper-wrapper li p { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); padding-top: 18px; }
  .honors-sw-hook .swiper-wrapper li.swiper-slide-active p { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); -moz-transform: scale(0.9); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left, .honors-sw-hook .swiper-wrapper li.my-slide-right { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); z-index: 9; -moz-transform: scale(1); -o-transform: scale(1); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left p, .honors-sw-hook .swiper-wrapper li.my-slide-right p { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); z-index: 9; -moz-transform: scale(1.1); -o-transform: scale(1.1); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left { right: 2%; }
  .honors-sw-hook .swiper-wrapper li.my-slide-right { left: 2%; }
  .swiper-btn { display: block; }
  .honor-prev { left: -30px; }
  .honor-next { right: -30px; }
  .swiper-btn:hover { background-image: url(../images/arrorho.png); }
}


.ny_mamber{padding: 60px 0;margin: 0 auto;}
.ny_mamber h2{font-size: 30px;font-weight: bold;color: #222;margin-bottom: 20px;text-align: center;}
.ny_mamber ul {display: flex;justify-content: center;align-items: stretch;flex-wrap: wrap;}
.ny_mamber ul li {width:280px;padding:20px;}
.ny_mamber ul li .t_p{height: 200px;margin: 0 auto;text-align: center;width: 200px;}
.ny_mamber ul li .t_p img{height: 100%;width: 100%; margin: 0 auto;object-fit: cover;border-radius: 100px;}
.ny_mamber ul li:hover .t_p img{opacity: 0.85;}
.ny_mamber ul li .w_z {padding: 30px 10px 0;}
.ny_mamber ul li .w_z h3{font-size: 16px;color: #222;font-weight: bold;margin-bottom: 10px;text-align: center;}
.ny_mamber ul li .w_z p{font-size: 14px;color: #222;line-height: 1.6;text-align: center;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;}




@media only screen and (max-width:1024px) {
	
	.ny_mamber ul li {
  width: 50%;
}
	.ny_mamber ul li .w_z {
  padding: 30px 10px 0;
}
	.ny_mamber {
  padding: 30px 0;
}
.ny_mamber ul {
  margin-bottom: 0px;
}	
	
	
}

@media only screen and (max-width:600px) {
	 .ny_mamber ul li {
    width: 100%;padding: 10px;
  }
	
	
}





.ny_jj {padding: 60px 0;background: #f5f5f5;overflow: hidden;}
.ny_jj .w_z {width: 55%;font-size: 16px;color: #222;line-height: 1.8;}
.ny_jj .w_z h3 {position: relative;font-size: 28px;color: #333;margin-bottom: 40px;font-weight: bold;}
.ny_jj .w_z h3::after{content: "";width: 60px;bottom: -15px;height: 4px;background: #439857;position: absolute;left: 0;}
.ny_jj .tp {width: 40%;position: relative;}
.ny_jj .tp .box {position: absolute;left: -25px;width: 100%;height: 100%;border: #ccc 10px solid;bottom: -25px;box-sizing: border-box;z-index: 1;}
.ny_jj .tp img {width: 100%;display: block;position: relative;z-index: 3;}


.sy_ys{padding: 60px 0;background: #f5f5f5;}
.sy_ys .five-part {
            width: 31.3333%;margin: 0 1%;
            height: 320px;
            float: left; text-align:center;border: #fff 1px solid;box-sizing: border-box;background: rgba(255,255,255,0.8);border-right: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
        }

        .sy_ys .five-part:hover {
            box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);background: rgba(39,85,162,0.8);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_ys .five-value-img {
            width: 86px;font-size:80px;
            margin: 40px auto 20px;text-align: center;
        }
.sy_ys .five-value-img i {font-size:60px;color: #2755a2;}
		.sy_ys .five-part:hover .five-value-img i {color: #fff;-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}

.five-part:nth-child(4){border-right: #fff 1px solid}
 .five-part .five-font-sty { font-size: 20px; font-weight: 500; color: rgba(0, 0, 0, 1); line-height: 28px; margin-bottom:20px;font-weight: bold;}
.sy_ys .five-part:hover .five-font-sty{color: rgba(255, 255, 255, 1);}
.sy_ys .span-line {

    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;line-height: 1.8;
    color: rgba(0, 0, 0, 0.6); width:80%; margin:0 auto

}
.sy_ys .five-part:hover .span-line {color: rgba(255, 255, 255, 0.8); }




.page{ text-align:center; margin:30px auto;}
.page a{ height:30px; line-height:30px; display:inline-block; font-size:14px; color:#5a5a5a;  margin:0; padding:0 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; border:#ccc 1px solid; margin:0 3px }
.page a:hover{color:#fff; background:#00837a}
.page a.on{color:#fff; background:#00837a}


.sy_cpzx {margin:50px auto;}
.sy_cpzx .cplb { width:270px; float:left}
.sy_cpzx .cplb .tit { line-height:60px; padding:5px; background:#439857; margin-bottom:5px; color:#fff; font-size:20px; font-weight:bold; text-align:center}
.sy_cpzx .cplb .tit span { font-size:14px; text-transform:uppercase; font-weight: normal; display:block}
.sy_cpzx ul.box{width:calc(100% - 310px);margin: 0 auto;float: right}
.sy_cpzx ul.box li {width:31.3333%;float: left;margin: 0 1% 30px;border: #ccc 1px solid;box-sizing: border-box;background: #eee;-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.03),0 15px 20px 0 rgba(0,0,0,.03);
box-shadow: 0 10px 15px 0 rgba(0,0,0,.03),0 15px 20px 0 rgba(0,0,0,.03);}
.sy_cpzx ul.box li .tp {position: relative;overflow: hidden;}
.sy_cpzx ul.box li .tp img {width: 100%; transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;height: 18vw;object-fit: cover;}
.sy_cpzx ul.box li:hover .tp img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_cpzx ul.box li .tp .mb {width: 100%;height: 100%;background: rgba(0,0,0,0.5) url(../images/icon7.png) center no-repeat;position: absolute;left: 0;top:-100%;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_cpzx ul.box li:hover .tp .mb{transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;top: 0}
.sy_cpzx ul.box li h3 {padding: 12px;line-height: 1.5;color: #333;font-size:16px;text-align: center;}
.sy_cpzx ul.box li:hover h3{color: #fff;}
.sy_cpzx ul.box li:hover{border: #439857 1px solid;background: #439857}
.sy_cpzx ul.box li:nth-child(3n){margin-right: 0}


.sy_cpzx .cptp  { width:920px; float:right}
.sy_cpzx .cptp ul li { width:286px; float:left; position:relative; margin-right:30px; margin-bottom:30px; }
.sy_cpzx .cptp ul li img { width:100%; display:block;border:#ccc 1px solid;-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_cpzx .cptp ul li .bt { width:100%; height:32px; line-height:32px;color:#333; text-align:center; font-size:16px}

.sy_cpzx .cptp ul li:hover .bt { color:#036fb8}

.subNavBox{width:270px; float:left}
.subNav{cursor:pointer;line-height:50px; background:#f5f5f5; display:block; text-align:center; font-size:16px; color:#333; margin-bottom:5px;}
.subNav a {color: #333;}
.subNav:hover{color:#fff; background:#439857}
.subNav:hover a{color:#fff;}
.currentDd{color:#fff; background:#439857}
.currentDd a{color:#fff;}
.currentDt{background-image:url(../images/jiantou.jpg);}
.navContent{display: none;}
.navContent li a{display:block;heighr:35px;text-align:center;font-size:14px;line-height:35px;color:#333; background:#f5f5f5; margin:2px 0}
.navContent li a:hover{color:#fff;background-color:#439857}
.nright{width: calc(100% - 310px);float: right;}




.page {padding: 0px 0 25px;text-align: center;}

.page a {display: inline-block;width: 36px;height: 36px;line-height: 36px;border-radius: 50%;color: #333; font-size: 16px;margin: 0 5px;background: #eee;}

.page a:hover{background: #439857;color: #fff;}

.page a.on{background: #439857;color: #fff;}

.cpxq {padding: 0px 0 50px;margin: 0 auto;}
.cpxq .left {width: 47%;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%;border: #439857 1px solid;background: none}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#439857;}
.cpxqlb .swiper-button-prev{background: 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: 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:48%;float: right;}
.cpxq .right h3 {font-size: 25px;color: #333;margin-bottom: 20px;font-weight: bold;}
.cpxq .right h4 {font-size: 16px;color: #555;margin-bottom: 20px;font-weight: bold;}
.cpxq .right p {font-size: 16px;line-height: 1.8;color: #444;margin-bottom: 20px;}
.cpxq .right span {font-weight: bold;margin-right: 20px;}
.cpxq .cptd {padding-top: 50px;}
.cpxq .cptd .bt {font-size: 20px;color: #fff;margin-bottom: 40px;font-weight: bold;background: #eee;line-height: 2.5;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.cpxq .cptd .bt span {display: inline-block;padding: 0 15px;background: #439857;}
.cpxq .cptd .nr {font-size: 16px;line-height:2;color: #555;margin-bottom: 15px;}
.cpxq .cptd .table{border: #ccc 1px solid;}
.cpxq .cptd .table li{overflow: hidden;border-bottom: #ccc 1px solid;}
.cpxq .cptd .table li span{display: block;width: 50%;padding:10px 15px;box-sizing: border-box;font-size: 16px;color: #333;line-height: 30px;float: left;}

.ny_tjcp{padding: 0px 0 60px;position: relative;}
.swiper-yyly{width:100%; margin:0 auto; padding-bottom:50px !important;}
.swiper-yyly .swiper-slide{position:relative;}
.swiper-yyly .swiper-slide img{width:100%; height:auto; display:block;}
.swiper-yyly .swiper-slide .w_z{width:100%; padding:10px 5%; background-color:rgba(0,0,0,.6); position:absolute; bottom:0px; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.swiper-yyly .swiper-slide .w_z h3{font-size:14px; color:#fff;position: relative;text-align: center;}
.swiper-yyly .swiper-slide:hover .w_z{background-color:rgba(31,105,163,.9); bottom:10px;}
.sy_cp .swiper-pagination-bullet {
  background: #ccc;border: #333 1px solid;
}
.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#1f69a3;border: #1f69a3 1px solid;}
.sy_cp {padding-bottom: 60px;}
.htit h3{font-size: 26px;color: #333;margin-bottom: 25px;font-weight: bold;}


/*新闻*/
.ny_xw {margin: 30px auto 40px;}
.Activsbf1_lb{ width:100%; margin-top:10px;overflow: hidden;}

.Activsbf1_lb dl{ width:100%; background:#f6f6f6; margin:0 0 20px; box-sizing: border-box;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;display: flex;align-items: stretch;justify-content: space-between;border-radius: 20px;overflow: hidden;}

.Activsbf1_lb dt{ width:28%; float:left; overflow:hidden;}

.Activsbf1_lb dt a{}

.Activsbf1_lb dt img{ vertical-align:middle; width:100%;height: 100%;object-fit: cover;}

.Activsbf1_lb dd{ width:68%; float:right; margin-top:15px;padding: 25px 25px 25px 0;}

.Activsbf1_lb dd .newNrtit{ width:100%; line-height:30px; font-size:18px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.Activsbf1_lb dd .newNrtit a{font-size:20px; color:#333;font-weight: bold;}

.Activsbf1_lb dd .newNrjs{ width:100%; margin-top:10px; line-height:1.8; color:#666; font-size:16px;letter-spacing: 1px; display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:4;min-height: 101px;}

.Activsbf1_lb dd .Acdltj_time{width:100%; margin:15px 0 0; color:#999;}
.Activsbf1_lb dd .more1 a {width: 140px;line-height: 40px;border: #439857 2px solid;display: block;text-align: center;color: #439857;text-transform: uppercase;margin-top: 20px;margin-bottom: 10px;border-radius: 20px;font-size: 14px;}
.Activsbf1_lb dd:hover .more1 a {background: #439857;color:#fff }
.Activsbf1_lb dl:hover dd .newNrtit a{ color:#439857;}


.Activsbf1_lb dl:hover dt img{-webkit-transition: -webkit-transform 0.3s ease 0s;transition: transform 1s ease 0s;-webkit-transform-origin: center;transform-origin: center;}
.Activsbf1_lb dl:hover dt img{-webkit-transform: scale(1.08);transform: scale(1.08);}


.ny_contact {background: #f7f9fc;overflow: hidden;padding: 60px 0;}
.ny_contact .lxfs {background: #fff;box-shadow: 0 0 18px rgba(0,0,0,0.08);padding: 35px 40px;margin-bottom: 40px;}
.ny_contact .lxfs .left {width: 45%;float: left;}
.ny_contact .lxfs .left h3 {font-size: 24px;color: #333;font-weight: bold;margin-bottom: 40px;padding-left:20px;position: relative;}
.ny_contact .lxfs .left h3::before {width: 4px;content: "";height: 16px;left: 0;top: 50%;margin-top: -8px;background: #439857;position: absolute;}
.ny_contact .lxfs .left p{font-size: 16px;margin-bottom: 20px;color: #333;line-height: 1.5;}
.ny_contact .lxfs .left p i{font-size: 20px;margin-right: 16px;color: #439857}
.ny_contact .lxfs .left .tb {padding-top: 20px;border-top: #eee 1px solid;margin-top: 50px;}
.ny_contact .lxfs .left .tb a {width: 30px;margin-right: 10px;position: relative;float: left;color:#439857; }
.ny_contact .lxfs .left .tb a i{font-size: 20px;}
.ny_contact .lxfs .left .tb a .wx {width: 120px;position: absolute;left: 50%;margin-left: -60px;background: #fff;top: -120px;display: none;}
.ny_contact .lxfs .left .tb a:hover .wx{display: block;}
.ny_contact .lxfs .ewm {display: flex;align-items: center;justify-content: flex-start;margin-top: 40px;}
.ny_contact .lxfs .ewm img {width: 113px;float: left;margin-right: 17px;}
.ny_contact .lxfs .ewm .wz {float: left;font-size: 16px;color: #999;line-height: 1.8;}
.ny_contact .l_y {width: 50%;float: right;padding-left: 40px;border-left: #eee 1px solid;}
.ny_contact .l_y h3 {font-size:24px;color: #333;font-weight: bold;margin-bottom: 37px;padding-left:20px;position: relative;}
.ny_contact .l_y h3::before {width: 4px;content: "";height: 16px;left: 0;top: 50%;margin-top: -8px;background: #439857;position: absolute;}
.ny_contact .l_y .box {width:49%; height:40px;position: relative;float: left;margin-right:2%; margin-bottom:20px; }
.ny_contact .l_y input.w_z{width:100%; height:40px; font-size:14px; line-height:40px; border:1px solid #e6e6e6; padding:0 22px;box-sizing: border-box;background: #fff;position: relative;}
.ny_contact .l_y .wz {color: #ff0000;left: 14px;top: 12px;position: absolute;font-size: 18px;z-index: 9;}
.ny_contact .l_y .box.no{margin-right: 0;}
.ny_contact .l_y input.a_n{width:160px; height:40px; background-color:#439857; font-size:14px;font-weight: bold;color:#fff; line-height:40px;border-radius: 4px;}
.ny_contact .l_y textarea{width:100%; height:168px; padding:5px 18px; border:1px solid #e6e6e6; outline:none; resize:none; font-size:14px; line-height:40px; margin-bottom:20px;box-sizing: border-box;}
.ny_contact .d_t {}
.ny_contact .d_t img {width: 100%}
.sy_cpzx .cplb .tit .w_z {display: none;}












@media only screen and (max-width:1440px) {
	.index4 .text {
  padding: 0px 0 35px 0;
}
	.index4 .text .H5 {
  padding: 10px 0 20px 0;
}
	.index4 .text .p {
  font-size: 16px;
  line-height: 2;
}
	.ny_jj .w_z {
  font-size: 16px;
}
	.ny_jj .w_z h3 {line-height: 1;
  margin-bottom: 30px;
}

	
	
}


@media only screen and (max-width:1366px) {
		.sy_cpfw .swiper-button-next {
  right: 0px;
}
	.sy_cpfw .swiper-button-prev {
  left:0px;
}
	.sy_cpfw .swiper-button-prev i {
  color: #fff;
}
	.sy_cpfw .swiper-button-next i {
  color: #fff;
}
	.sy_hyyy .swiper-button-prev {
  left:0px;
}
	.sy_hyyy .swiper-button-next {
  right: 0px;
}
	.nban {
  height: 440px;
}
	
	
	
	
	
	
}













@media only screen and (max-width:1024px) {

.container { width: 94%; margin: 0 auto;-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;}

	.ban .swiper-slide .bg1 {
  height: 24rem;
}
	.ban .swiper-slide {
  height: 24rem;
}
	.ban .swiper-slide .word h3 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 40px;
}
	.index4 .text {
  width: 100%;
}
	.videoR {
  width: 100%;
  padding: 0 0 32px 5%;
}
	.swiper-cp .swiper-slide img {
  height: 18rem;
}
	
	.zxzx {
  padding: 40px 0;
}
	.zxzx .left {
  width: 100%;
}
	.zxzx .left .more a {
  margin-top:20px;
}
	.zxzx .right {
  width: 100%;margin-top: 30px;
}
	.zxzx .right ul li {
  padding: 15px 0;
}
	.footer .zuo3 ul li {display: none;
}
	.copy {
  width: 90%;
}
	.footer .zuo3 ul li.lx {
display: block;
}
	.footer .zuo3 ul li.yx {
  width: 100%;display: block;
}
	.ban .swiper-slide .word {
  left: 5%;
  margin-left:0px;
  width: 90%;
}
	.nban {
    height: 10rem;
  }
	.nban .bt {
  width: 90%;
  padding: 10px;
  left: 5%;
  top: 30%;
}
	.nban .bt h3 {
  font-size: 28px;
}
	.nban .bt h2 {
  font-size: 24px;
  margin-bottom: 0px;
}
	.ny_jj {
  margin:30px auto;
}
	.ny_jj .w_z {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}
	.ny_jj .tp {
  width: 100%;margin-top: 20px;
}
	.sy_ys {
  padding: 30px 0;
}
	.sy_ys .five-part {
  width: 31.3333%;
  margin: 0 1%;
  height: 320px;
}
	.sy_ys .five-value-img {
  font-size: 60px;
  margin: 20px auto 15px;
}
	.five-part .five-font-sty {
  margin-bottom: 10px;
}
	
	.ny_cp {
  padding: 30px 0;
}
	.ny_cp ul li {
  width: calc((100% - 60px) / 2);
}
	.ny_cp ul li .tp {
  height: 12rem;
}
	.ny_cp ul li h3 {
  font-size: 14px;
}
	.ny_contact {
  padding: 30px 0;
}
	.ny_contact .lxfs {
  padding: 35px 30px;
  margin-bottom: 20px;
}
	.ny_contact .lxfs .left {
  width: 100%;
}
	.ny_contact .lxfs .left h3 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 15px;
}
	.ny_contact .lxfs .left p {
  margin-bottom:10px;
}
	.ny_contact .lxfs .ewm {
  margin-top: 20px;
}
	.ny_contact .l_y {
  width: 100%;
  padding-left: 0px;
  border-left: 0;margin-top: 25px;
}
	.ny_contact .l_y h3 {
  margin-bottom: 20px;
  padding-left:15px;
}
	.ny_contact .l_y .box {
  margin-bottom:10px;
}
	.ny_contact .l_y textarea {
  height: 120px;
}
	.Activsbf1_lb dt {
  width: 40%;
}
	.Activsbf1_lb dd {
  width: 57%;
  margin-top: 0;padding: 15px 15px 15px 0;
}
	.Activsbf1_lb dd .newNrjs {
  font-size: 16px;
  -webkit-line-clamp: 2;
  min-height: 40px;
}
	.xw_xq {
  padding:30px 0 40px;
}
	.sy_cpzx {
  margin:30px auto;
}
	.sy_cpzx .cplb .tit .w_z {
    display: block;
    position: absolute;
    right: 5%;
    top: 0;
    padding:
0;
    width: 20px;
    height: 50px;
    background:
url(../images/nyej.png) center / 100% no-repeat;
  }
	.sy_cpzx .cplb .tit {
  line-height: 40px;position: relative;text-align: left;
}
	.sy_cpzx .cplb {
  width: 100%;position: relative;
}
	.subNavBox {
  width: 100%;display: none;position: absolute;top: 50px;left: 0;z-index: 6;background: #fff;
}
	.sy_cpzx ul.box li {
  width: 48%;margin: 1%;
}
	.sy_cpzx ul.box {
  width:100%;margin-top: 20px;
}
	.sy_cpzx ul.box li:nth-child(3n) {
  margin-right: 1%;
}
	.sy_cpzx ul.box li .tp img {
  height: 15rem;
}
	.nright {
  width:100%;
}
	.cpxq .left {
  width: 100%;margin-top: 20px;
}
	.cpxq .right {
  width: 100%;margin-top: 20px;
}
	.footer .zuo3 ul li {width: 100%;
  padding-right: 0px;
}
	.ny_ryzz {
  padding:30px 0;}
	.honors-sw-hook .swiper-wrapper li img {
  height: 22rem;
}
	.ny_jj {
  padding:0px 0;
}
	
	
	
	
	
	
	
  }










@media only screen and (max-width:600px){
.ban .swiper-slide .word h3 {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 3rem;
  }
	.ban .swiper-slide.swiper-slide-active .word a.xq {display: none;
}
	.ban .swiper-slide .word {
  height: 140px;
  margin-top: -70px;
}
	.index4 .text .p {
    line-height: 1.8;height: auto;
  }
	 .index4Num .p2 {
    font-size: 1.2rem;
  }
	.index4Num .big {
    font-size: 2.4rem;
  }
	.index4Num .small {
  font-size:20px;
  margin: 0 10px 0 3px;
}
	.title-1 .cn {
  font-size: 2.4rem;
}
	.title-1 .en span {
  font-size: 16px;
}
	.swiper-cp .swiper-slide img {
    height: 30rem;
  }
	.swiper-cp .swiper-slide h3 {
  margin: 10px 0 10px;
}
	.sy_cpfw .swiper-pagination-bullet {width: 20px;
}
	.sy_hyyy {
  padding: 30px 0;
}
	.title-1 {
  margin-bottom:30px;
}
	.zxzx .right ul li .ri {
  height: 72px;
  width: 70px;
  font-size:20px;
}
	.zxzx .right ul li .dian {
  width: 20px;
}
	.zxzx .right ul li .nr {
  width: calc(100% - 100px);
}
	.imNav_aBox {
  width: 50%;
  padding-top: 100px;
  height: 140px;
  line-height: 30px;
  font-size: 16px;
}
	.imNav {
  height: auto;overflow: hidden;
}
	.footer .zuo3 ul li.lx {
  width: 100%;
}
	  .footer .zuo3 ul li.yx {
    width: 100%;margin-top: 20px;
  }
	.footer .weix {
  float: none;margin: 0 auto;
}
	.copy {
  line-height: 1.5;padding: 10px;
}
	.search button.s_c {
  width: 10%;
  font-size: 16px;
}
	.search input.w_z {
  width: 80%;
}
	.search .an_sj {
  width: 10%;
}
	.header .right .yy .e_j {
  top: 60px;
}
	.swiper-hy .swiper-slide .sign span {
  font-size: 16px;
}
	.sy_ys .five-part {
    width: 100%;
    margin:1% 0;
    height: auto;padding-bottom: 20px;
  }
	
	.wzxx {width: 100%;text-align: left;
}
	.ntit ul li {
  line-height: 30px;width: 30.3333%;margin: 1.5%;float: left;
}
	.ntit ul li a {
  font-size: 14px;
  padding: 0 0px;
}
	.ny_jj .w_z h3 {
  font-size: 20px;
}
	 .nban {
    height: 15rem;
  }
	.page a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size:14px;
  margin: 0 3px;
}
	.ny_cp ul li {
    width:100%;margin: 0 0 30px;
  }
	.ny_cp ul li .tp {
    height: 24rem;
  }
	 .nban .bt h2 {
    font-size: 20px;
  }
	.nban .bt h3 {
    font-size: 24px;
  }
	.cpxq .left {
  width: 100%;
}
	.cpxq .right {
  width: 100%;margin-top: 20px;
}
	.cpxq .right h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
	.cpxq .right h4 {
  margin-bottom:15px;
}
	.cpxq .right p {
  margin-bottom: 15px;font-size: 14px;word-wrap: break-word;
}
	.cpxq .cptd {
  padding-top: 30px;
}
	.cpxq .cptd .bt {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2.4;
}
	.cpxq .cptd .nr {
  font-size: 14px;
  line-height:1.8;
}
	.cpxq {
  padding: 30px 0 30px;
}
	.sy_cp  .swiper-pagination-bullet {
  width: 24px;
}
	.swiper-yyly {
  padding-bottom: 30px !important;
}
	.sy_cp {
  padding-bottom: 40px;
}
	 .ny_contact .lxfs {
    padding: 25px 20px;
  }
	.ny_contact .lxfs .left h3 {
    font-size:20px;
  }
	.ny_contact .lxfs .left p {font-size: 14px;
  }
	.ny_contact .lxfs .left p i {
  margin-right: 10px;
}
	.ny_contact .l_y .box {
  width: 100%;
  margin-right:0;
}
	.Activsbf1_lb dl {
  border-radius: 10px;
		flex-wrap: wrap;
}
	.Activsbf1_lb dt {
    width: 100%;
  }
	.Activsbf1_lb dd {
    width: 100%;
    padding: 15px 10px;
  }
	.Activsbf1_lb dd .more1 a {
  line-height: 32px;
}
	 .Activsbf1_lb dd .newNrjs {
    font-size: 14px;
  }
	.Activsbf1_lb dd .newNrtit a {
  font-size: 18px;
}
	
  .sy_cpzx ul.box li {
    width: 100%;
    margin:2% 0;
  }
	.sy_cpzx ul.box li .tp img {
    height: auto;
  }
	.wzxx {
  font-size:14px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

