@charset "utf-8";




body{margin:0px; font-size:14px; color:#444; font-family: Arial, Helvetica, sans-serif; background:#ffffff;}
*{padding:0px; margin:0px; box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,h7,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6,h7 {list-style:none; font-weight:normal;}
input,select,button{font-size:12px;  border:0; background:none; outline:none; vertical-align:middle; font-family: Arial, Helvetica, sans-serif;}
button {overflow:visible; font-family: Arial, Helvetica, sans-serif;}
img{border:none; vertical-align:middle;}
img {    
image-rendering: -moz-crisp-edges; /* Firefox */     
image-rendering: -o-crisp-edges; /* Opera */      
image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
li{list-style:none;}
a{color:#444; text-decoration:none;}
a:hover{color:#000;}
.clear{overflow:hidden; clear:both; height:0px;}
.clearfix:after {content: '';display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {/*兼容 IE*/zoom: 1;}
.lf{float:left;}
.rt{float:right;}
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:#666;}
::-webkit-scrollbar-thumb{background-color:#ddd;}
::-webkit-scrollbar-thumb:hover{background-color:#2670b7;}
::-webkit-scrollbar-thumb:active{background-color:#2670b7;}





.con { width:80%; margin:0px auto; }
.contain{ width:94%;  margin:0 auto;}


.logo{ float:left; margin-top:10px; }
.logo img{ height:60px; width:auto}





.header{width:100%; position:fixed; width:100%; top:0px; left:0; z-index:99999999999999999999999999999; transition: all 0.6s; border-bottom:1px solid rgba(255,255,255,.2); background:#fff;}
.header .conn { width:90%; margin:0px auto; }
.header.on{ background:#fff;box-shadow: 0px 0px 5px rgba(195,195,195,0.35);transition: all 0.6s}
.header:hover{ background:#fff; transition: all 0.6s}



.header.on .language {color: #333;}
.header:hover .language {color: #333;}
.header .language {
	float: right;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #333;
	margin-top:25px;
	margin-right:0px;
	cursor: pointer;
	position: relative;
	z-index: 9;
    font-size:16px;
}

.header .language .l_m i { font-size:20px; float:left;
	margin-right: 5px;
}
.header .language .x_l {
	width: 120px;
	padding-top: 8px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: none;
}
.header .language .x_l:before {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 8px solid #0060b1;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
.header .language .x_l ul {
	padding: 5px 15px;
	background-color: #0060b1;
}
.header .language .x_l ul li a {
	color: #fff;
	line-height: 36px;
	display: block;
}
.header .language .x_l ul li a:hover {
	color: #00b7ee;
}






.header .s_ch{height:50px; width:50px; font-weight:bold; line-height:32px; text-align: right; color:#333;font-weight: 900;float:right; cursor:pointer;  margin-top:25px; 
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-size:20px; color:#333; font-weight: 900;}
.header.on .s_ch i {  color:#0060b1; }
.header:hover .s_ch i {  color:#0060b1; }

.header .dhh { float:right;width:150px; height:50px; line-height:50px; color:#fff; display:block; background:#2670b7; text-align:center;  font-size:18px; border-radius:5px; margin-top:15px; margin-left:25px; }

.header .an{ position:absolute; right:0; top:20px;height:18px; width:30px; display:none; float:right}
.header .an span{width:30px; height:2px; background-color:#2670b7; 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:hover .an span{ background-color:#2670b7;}
.header.on  .an span{ background-color:#2670b7;}

.header .nav{float:left; margin:0px 0px 0px 100px;}
.header .nav i{font-size:18px; line-height:60px; text-align:right; position:absolute; width:50%; height:60px; right:0px; top:50%; display:none; color:#0060b1; 
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 .nav ul li{height:80px;  margin:0px 20px 0px 20px; float:left; position:relative;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}

.header .nav ul li span{width:0; height:2px; background:#2670b7; 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.on .nav ul li span{ background:#0060b1;}
.header:hover .nav ul li span{background:#0060b1;}


.header .nav ul li a.o_lm{line-height:80px; color:#333; display:block; font-size: 18px;  } 
.header .nav ul li:hover a.o_lm{color:#0060b1;}

.header.on .nav ul li.on a.o_lm{color:#0060b1;}
.header:hover .nav ul li.on a.o_lm{color:#0060b1;}

.header.on .nav ul li a.o_lm{ color:#333; } 
.header:hover .nav ul li a.o_lm{ color:#333; } 

.header .nav .y_j{position:relative;}



.header .nav .e_j{width:200px; position:absolute;background:rgba(255,255,255,.99); top:80px; left:0;  z-index:9999; margin-left:-20px; border-radius:0px 0px 10px 10px; overflow:hidden; padding:0px; }
.header .nav ul li .e_j a{display:block; font-size:16px; color:#666; line-height:50px; text-align:left; padding-left:20px;}
.header .nav .e_j a:hover{ color:#fff; background:#0060b1;}
.header .nav .e_j:hover .ejj{display: block;}

.header .nav .e_j .ejj{position:relative;}
.header .nav .e_j .ejj font { float:right; margin-right:10px; }
.header .nav .e_j .ejj .sjfl {width:200px;position:absolute;background:rgba(255,255,255,.7); top: 0;left: 200px !important;display: none;  z-index:9999; }
.header .nav .e_j .ejj .sjfl a {display:block; font-size:14px; color:#666; line-height:40px; text-align:left; padding-left:30px;}
.header .nav .e_j .ejj .sjfl a:hover{ color:#fff; background:#0060b1;}
.header .nav .e_j .ejj:hover .sjfl{display: block;}


@media (min-width:1024px){
.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
}

@media only screen and (max-width:1660px){
.contain{ width:90%; margin:0 auto}
.con { width:90%; margin:0px auto; }
.logo { margin-top:15px;}
.logo img{ height:50px; width:auto}
.header .nav{float:left; margin:0px 0px 0px 40px;}	
.header .nav ul li{height:80px;  margin:0px 10px;}
	}

@media only screen and (max-width:1440px){
.logo { margin-top:15px;}
.logo img{ height:50px; width:auto}
.header .nav{float:left; margin:0px 0px 0px 40px;}
.header .nav ul li{height:80px;  margin:0px 10px;}
.header .nav ul li a.o_lm{font-size: 16px;  } 
.header .conn { width:94%; margin:0px auto;}

}



@media only screen and (max-width:992px){
.con { width:94%; margin:0px auto; }
.tbtp { text-align: right; width: 100%; padding: 10px 0px ;}
.header .conn { width:94%; margin:0px auto; position:relative; z-index:5;}
.contain{ width:94%; margin:0 auto}
.logo { margin-top:13px;}
.logo img{ height:30px; width:auto;}
.header .language {

	margin-top:13px;
	margin-right:-22px;
 font-size:14px; 
}

.header .dhh { display:none;}
.header .nav ul li a.o_lm:after{ content:none;}
.header .nav ul li:hover a.o_lm:after{content:none;}
.header .s_ch{height:50px; width:50px; font-weight:bold; line-height:32px;  margin-top:12px; margin-right: 38px;  }
.header .s_ch i{font-size:20px; color:#333; font-weight: 900;}
.header{padding:0px 5px; height:55px; position:fixed; top:0; width:100%; box-sizing:border-box;}
/*.header.on{ height:75px}*/
.header .an{display:block;}
.header .nav{width:100%; height:0; padding:0; position:fixed; background-color:rgba(255,255,255,.99); top:0; right:0; margin:0; margin-top:55px; overflow:auto;z-index:9999999999999999999999999999999999999999999999999;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.header .nav.on{height:100%; padding:2% 0%;}
.header .nav i{display: none;}
.header .nav ul{margin-bottom:100px; position:relative; z-index:5;}
.header .nav ul li{width:90%; height:auto;  font-size:18px; display:block; margin:0px 0px 0px 20px;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .nav ul li span{ display:none;}
.header .nav ul li a.o_lm{line-height:60px; color:#333; font-size: 20px;}
.header .nav ul li:hover a.o_lm{color:#0060b1; background:none;}
.header .nav .y_j{border-bottom:0px solid #e4dbcd;}
.header .nav .ej{ width: 0;}
.header .nav .ej .zjfl {display: none;}
.header .nav .ej .jjfa {display: none;}
.header .nav .e_j{padding:10px 0px; border-bottom:1px solid #e4dbcd; background:none; position:relative;z-index:10000; top:auto; left:auto; width:100%; height: auto;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav .e_j.n{display:block !important;}
.header .nav ul li .e_j a{display:block; font-size:18px; color:#333; line-height:35px; text-align:left; }

.header .nav .e_j .ejj{position:relative;}
.header .nav .e_j .ejj font { float:right;}
.header .nav .e_j .ejj .sjfl {width:100%;background:#fff; position:relative; top: 0;left:0 !important; z-index:9999; display:block; padding:10px 0px; }
.header .nav .e_j .ejj .sjfl a {display:block; font-size:16px; color:#666; line-height:30px; text-align:left; padding-left:40px;}
}




.head_h{width:100%; height:80px;}
@media only screen and (max-width:1023px) {
.head_h{width:100%; height:60px;}
}


.search{width:100%; background: rgba(0, 0, 0, 0.8); position:fixed; top:80px; left:0; z-index:101; display:none;}
.search .con{ position: relative;}
.search .sc_gb{position:absolute; top:50%; margin-top:-25px; right:15px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);}
.search .sc_gb i{font-size:26px; line-height:40px; color:#fff;}
.search .sc_nr{width:700px; margin:20px auto; border: 1px solid rgba(255, 255, 255, 0.3);}
.search input{width:430px; height:40px; font-size:16px; line-height:40px; color:#fff; float:left; padding-left: 15px;}
.search input::placeholder{color:#fff;}
.search button{width:70px; height:40px; line-height:40px; text-align:center; color:#fff; float:right; outline:none;}
.search button i{font-size:30px;}
@media only screen and (max-width:992px){
.search{ top:75px;}
.search .sc_gb{position:absolute; top:50%; margin-top:20px; right:15px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb i{font-size:22px;}
.search .sc_nr{width:85%;float: left;}
.search input{width:80%; font-size:15px; float: left;}
.search button{width:15%;}
.search button i{font-size:26px;}
}





.gallery-top{width:100%; position:relative; }
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}
.gallery-top .swiper-slide .bj {position:absolute; left:0; top:0; height: 100%; width: 100%; background: rgba(0,0,0,.4);}
.gallery-top .swiper-slide .wz{width:80%; color:#fff; position:absolute; left:10%; top:32%; text-align:center;}
.gallery-top .swiper-slide .wz h3{font-size:78px;  font-weight:bold;  padding-bottom:15px;}
.gallery-top .swiper-slide .wz h3 span { font-weight:lighter; font-size:50px;}
.gallery-top .swiper-slide .wz h2{font-size:24px;  line-height:30px;   font-family:Helvetica, sans-serif; padding-bottom:20px;}
.gallery-top .swiper-slide .wz p{font-size:28px; letter-spacing:0px; line-height:36px; padding:0px 0px 20px 0px; }
.gallery-top .swiper-slide .wz a {  width:180px; height:50px; line-height:50px; color:#fff; display:block; background:#2670b7; text-align:center;  font-size:16px; margin:20px auto; border-radius:5px; }
.gallery-top .swiper-slide .wz i { margin-left: 10px; }
@media only screen and (max-width:1440px){
.gallery-top .swiper-slide .wz{width:70%; color:#fff; position:absolute; left:10%; }
}
@media only screen and (max-width:1660px){
.gallery-top .swiper-slide .wz{ top:30%;}
}

@media only screen and (max-width:992px){
.gallery-top{width:100%; position:relative; height:35vh;}
.gallery-top .swiper-slide { overflow: hidden;}
.gallery-top .swiper-slide img{width: auto; height:35vh; position: absolute; left:50%;  transform:translateX(-50%);   top:0; }

.gallery-top .swiper-slide .wz{ width:90%;top:35%;left:5%;}
.gallery-top .swiper-slide .wz h3{font-size:28px; padding-bottom:10px;}
.gallery-top .swiper-slide .wz h3 span { font-weight:lighter; font-size:20px;}
.gallery-top .swiper-slide .wz h2{font-size:14px;  line-height:20px; }
.gallery-top .swiper-slide .wz a { margin:0px auto; width:150px; height:35px; line-height:35px;}
.gallery-top .swiper-button-prev { display:none;}
.gallery-top .swiper-button-next { display:none;}
}




.counter{ width:100%; margin:0px auto; background:#f6f6f6; padding:50px 0px; }
.counter ul li{ width: 20%; transition:all 0.3s; float: left; position:relative; text-align: center;}
.counter ul li:after{ content:""; position:absolute; right:0; top:50%; margin-top:-24px; height:48px; width:1px; background:#ddd; }
.counter ul li:last-child:after{ width:0;}
.counter ul li:last-child{ margin-right:0; padding-right:0;}
.counter ul li i { width:90px; height:90px; border-radius:100px; background:#2670b7; margin:0px auto 20px auto; display:block; line-height:90px; }
.counter ul li i img { width:90px; padding:5px;}
.counter ul li .nums{ overflow:hidden; color:#fff; line-height:1;}
.counter span{display:inline-block; vertical-align:top; overflow:hidden;  color:#333; font-family: Helvetica, sans-serif; font-weight: bold;  font-size:65px;}
.counter label{display:inline-block;vertical-align:bottom; margin-top:3%; line-height:2;font-weight:500; font-size:35px;color:#333; }
.counter .h6{ font-weight: normal; font-size:16px;  overflow:hidden; line-height:20px; margin-top:2px; margin-bottom:6px; color:#666;}
.counter ul li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
@media only screen and (max-width:1440px){
.f36 { font-size: 22px;}
.counter{  padding: 40px 0px 0px 0px; }
.i_two{ width: 100%; margin: 0px auto; background: url(../images/dbjj.jpg) no-repeat center bottom; }
.counter span{ font-size: 50px;}
}
@media only screen and (max-width:992px) {
.counter{  padding: 40px 0px ; }
.counter span{  font-size:30px;}
.counter .h6{ font-size:12px; }
.counter ul li{ width:50%;  margin-bottom: 2%;  }	
}





.sy_gy { width:100%; overflow:hidden; padding:5% 0; }
.sy_gy .left { width:50%; float:left; padding-top:2%;    }
.sy_gy .left .wz h3{font-size:18px;  color:#999; position: relative;  margin-bottom:10px; }
.sy_gy .left .wz h2 { font-size:40px; color:#333;  margin-bottom:15px;}
.sy_gy .left .gdd { height: 15px;} 
.sy_gy .left .wz .p { font-size:15px; line-height:1.6; /* text-align:justify;color:#999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;  overflow: hidden;   */ }

.mr { width:180px; height:50px; overflow: hidden; background:#2670b7; border-radius:0px; text-align:center; line-height:50px; color:#333; margin:30px 0px 20px 0px; text-transform: uppercase; border-radius:5px; }
.mr a {color:#fff; font-size:16px; }
.mr:hover a { background:#1f7314; color:#fff; font-size:16px; display:block;}
.mr i { margin-left:8px;font-size: 14px;}
.sy_gy .right { float: right; width: 44%; }
.sy_gy .right img { width:100%;}
.sy_gy .right .spp { width: 100%; height:auto;}
@media only screen and (max-width:1660px) {
.sy_gy .left .wz .p { font-size:16px;}
.sy_gy .right { padding-top:3%; }
}
@media only screen and (max-width:1440px) {

.sy_gy .left .wz .p { font-size:15px;}
.sy_gy .right { padding-top:5%; }
.sy_gy .left .gdd { height: 10px;} 
}

@media only screen and (max-width:1360px) {

.sy_gy .left .wz .p { font-size:15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:12;  overflow: hidden; }

}

@media only screen and (max-width:995px){
.sy_gy {padding:20px 0px;}
.sy_gy .left { width:94%; float:none;  margin-top:0px;  padding:5% 0% 3% 0%; margin-left: 3%;}
.sy_gy .left .wz h2{ font-size:24px;}
.sy_gy .left .wz h3{font-size:22px; height:50px; padding-top:10px;}
.sy_gy .left .wz h3 i { margin: 13px 10px 0px 0px;}
.sy_gy .left .wz .p { font-size:14px;word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.mr { margin-top:20px;  width:150px; height:40px; line-height:40px;}
.sy_gy .right { float:none; width: 94%; margin-left: 3%;}
}


.ry_zz { width: 100%; margin:0px auto; background:#192025; padding: 70px 0px;}
.zzzz{ width: 90%; margin: 0px auto; position:relative;}
.zzzz .ziyuan2{ width:90%; margin:40px auto; }
.zzzz .ziyuan2 .swiper-slide{ position:relative; overflow:hidden; background:#fff;}
.zzzz .ziyuan2 .swiper-slide i{ display:block; width:100%; padding-bottom:100%;}
.zzzz .ziyuan2 .swiper-slide .tp {width:100%; height:auto;  background:#fff;   overflow: hidden;  }
.zzzz .ziyuan2 .swiper-slide img{  width: 100%; height: auto;}
.zzzz .ziyuan2 .swiper-slide .wz { padding:10px 20px 20px 20px;  z-index: 19; width: 100%; }
.zzzz .ziyuan2 .swiper-slide h1{ display:block; font-size:20px; text-align:center; color: #333;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight: bold; line-height:40px;}
.zzzz .ziyuan2 .swiper-slide p { font-size:14px; line-height:22px; color: #666666;word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; } 
.zzzz .swiper-button-next{width:48px; height:48px; background:url(../images/right.png) no-repeat center center #0060b1; right:0;  margin-top:-50px; border-radius:100px;}
.zzzz .swiper-button-prev{width:48px; height:48px; background:url(../images/left.png) no-repeat center center #0060b1; left:0; margin-top:-50px;  border-radius:100px;}
@media only screen and (max-width:1440px) {
.zzzz{ width:90%; margin: 0px auto; position:relative;}	
}
@media only screen and (max-width:992px) {
.ry_zz {padding: 30px 0px;}
.zzzz{ width:94%; margin: 0px auto; position:relative;}
.zzzz .ziyuan2{ width:100%; margin:20px auto; }
.zzzz .ziyuan2 .swiper-slide .wz { padding:10px; text-align: left; }
.zzzz .ziyuan2 .swiper-slide h1{ display:block; font-size:18px; line-height:30px }
.zzzz .ziyuan2 .swiper-slide h2 { font-size:14px; color: #000;}
.zzzz .ziyuan2 .swiper-slide h2 a { font-size:14px; color: #000;}
.zzzz .ziyuan2 .swiper-slide p { font-size:12px; color: #000;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  } 

.zzzz .ziyuan2 .swiper-slide .tp { height:150px; overflow: hidden;  }
.zzzz .ziyuan2 .swiper-slide .tp img{bject-fit:cover; width:100%; height:100%;}
.zzzz .swiper-button-next{ display: none;}
.zzzz .swiper-button-prev{ display: none;}
}



.ry_zz1 {  margin:0px auto; background:#fff; }
.zzz{ width:90%; margin: 0px auto; position:relative;}
.zzz .ziyuan1{ width:90%; margin:40px auto; }
.zzz .ziyuan1 .swiper-slide{ position:relative;}
.zzz .ziyuan1 .swiper-slide i{ display:block; width:100%; padding-bottom:100%;}
.zzz .ziyuan1 .swiper-slide .tp {width:50%; height:auto; overflow: hidden; float:right; }
.zzz .ziyuan1 .swiper-slide img{  width:100%; height:auto; overflow: hidden;}
.zzz .ziyuan1 .swiper-slide .wz {  color:#333; z-index: 19; width:45%; float:left; padding-top:5%;}
.zzz .ziyuan1 .swiper-slide .h1{ font-size:48px; color:#333;  margin:0px 0px 25px 0px;   font-weight: bold;}
.zzz .ziyuan1 .swiper-slide .wz .p { font-size:16px; line-height:26px;} 
@media only screen and (max-width:1660px) {
.zzz{ width:90%; margin: 0px auto; position:relative;}	
.zzz .ziyuan1{ width:100%; margin:40px auto; }
}
@media only screen and (max-width:992px) {
.ry_zz {  margin: 50px auto 0px auto;}
.zzz{ width:94%; margin: 0px auto; position:relative;}
.zzz .ziyuan1{ width:100%; margin:20px auto; }
.zzz .ziyuan1 .swiper-slide .tp {width:100%;  float: none; }
.zzz .ziyuan1 .swiper-slide .wz { padding:10px 0; text-align: left;  width:100%;}
.zzz .ziyuan1 .swiper-slide .h1{ display:block; font-size:18px; margin:0px 0px 5px 0px; }
.zzz .swiper-button-next{/*display: none;*/right:0;}
.zzz .swiper-button-prev{/*display: none;*/left:0;}
}






.sy_dgy { width: 100%;margin:0px auto; padding:100px 0px 0px 0px; }

.sy_dgy ul li { width: 31%; margin: 0 3.5% 3.5% 0; background: #fff; float: left;}
.sy_dgy ul li:nth-child(3n) { margin-right: 0;}
.sy_dgy ul li .tp { background: #414c60; padding: 40px 0px; text-align: center; color: #fff;}
.sy_dgy ul li .tp img { width:110px; height:110px; background:#2670b7; border-radius:100px; padding:10px;}
.sy_dgy ul li .wz { padding: 30px; background: #fff;}
.sy_dgy ul li .wz p {font-size: 28px; line-height: 30px; padding-bottom:10px; }
.sy_dgy ul li .zzz { font-size:14px; color:#666; line-height:28px; height:84px;}
.sy_dgy ul li span { width: 100%; height: 1px; background: #2670b7; display: block; position: relative; margin-top: 30px;}
.sy_dgy ul li span i { width: 10px; height: 10px; border-radius: 100%; background: #2670b7; position: absolute; top: -5px; left: 0;}
.sy_dgy ul li:hover span i{left: 10%;transition: all 2s;}
.sy_dgy ul li:hover {box-shadow: 0 2px 10px 4px  rgba(0, 0, 0, .2);}


.sy_dgy .wrt {  margin:0px auto;  border-radius:0px; box-shadow:10px 5px 5px 0px rgba(0,0,0,.1); padding:80px; background:#0060b1;}
.sy_dgy .wrt h1 { font-size:60px;color: #fff; font-weight:bold; float:left; }
.sy_dgy .wrt p { font-size:20px; color: #666; line-height:24px;}

@media only screen and (max-width:992px){

.sy_dgy { width: 100%;margin:0px auto; padding:50px 0px 0px 0px; }
.sy_dgy ul li { width: 100%; margin: 0 0% 3% 0; background: #fff; float: none;}

.sy_dgy ul li .tp { background: #414c60; padding: 20px 0px; text-align: center; color: #fff; }
.sy_dgy ul li .tp img { width:70px; height:70px; background:#2670b7; border-radius:100px; padding:10px;}
.sy_dgy ul li .wz { padding:20px; background: #fff;}
.sy_dgy ul li .wz p {font-size: 24px; line-height: 30px; padding-bottom:10px; }
.sy_dgy ul li .zzz { font-size:14px; color:#666; line-height:24px; height:84px;}


.sy_dgy .wrt { padding:30px; }
.sy_dgy .wrt h1 { font-size:24px; }
.sy_dgy .wrt p { font-size:14px; color: #666; line-height:24px;}
}









.gy_bt{width:100%;  margin-bottom:40px; text-align: center; user-select:none;}
.gy_bt .h3{font-size:40px; line-height:50px; color:#333; font-weight:bold; background:url(../images/bt.jpg) no-repeat center bottom; padding-bottom:10px;}
.gy_bt .p { font-size:18px; color:#999; padding-top:15px}
@media only screen and (max-width:992px){
.gy_bt{ margin:20px 0px;}
.gy_bt .h3{font-size:24px; line-height:44px; padding-bottom:10px;}
.gy_bt .p { font-size:14px; color:#999; padding-top:10px}	
}


.sy_hzz { background:#fff; padding:80px 0px 40px 0px;}
.kehu{ padding-bottom:50px;}
.kehu .swiper-slide{  padding:12px; overflow:hidden; box-sizing:border-box;}
.kehu .swiper-slide i{ display:block; background:#fff;  overflow:hidden }
.kehu .swiper-slide i img{ width:100%; height:auto; border: 1px solid #ddd;}
.kehu .swiper-slide i:hover{}
@media only screen and (max-width:992px){
.sy_hzz { background:#f6f6f6; padding:20px 0px;}
.kehu .swiper-slide{  padding:8px; }	
}






.sy_cp { width: 100%;  background: #fff; padding: 80px 0px;}
.sy_cp ul li { width: 24%; float: left; margin: 0 1.33% 2% 0; border-radius: 10px; overflow: hidden;}
.sy_cp ul li:nth-child(4n) { margin-right: 0;}
.sy_cp ul li .tp { width: 100%; height:400px; overflow: hidden; position: relative; }
.sy_cp ul li .tp img{   object-fit: cover;    width: 100%; height: 100%;}
.sy_cp ul li .wz { position: absolute; left: 0; bottom:0; width: 100%;  color: #000; padding: 10px 30px; background:rgba(2,72,214,.6);}
.sy_cp ul li .wz h1 { font-size: 20px; font-weight: bold; line-height: 36px; text-align:center; color:#fff;  }
.sy_cp ul li .wz .more a {color: #000; text-transform: uppercase;}
@media only screen and (max-width:1440px) {
.sy_cp { width: 90%; margin: 50px auto;}
.sy_cp ul li .tp { height:350px; }
.sy_cp ul li .wz{ padding: 5px 0px;}
.sy_cp ul li .wz h1 { font-size: 20px; line-height:30px; }
}
@media only screen and (max-width:992px) {
.sy_cp { width: 94%;padding:0px 0px;}
.sy_cp ul li { width: 48%; float: none; margin: 0 1% 4% 1%; float:left;}	
.sy_cp ul li .tp { height:230px; }
.sy_cp ul li .wz h1 { font-size: 14px; line-height:24px; }
}

.sy_ts {width:100%; margin:0 auto;}
.sy_ts .gy_bt { margin-bottom: 20px;}
.sy_ts .tp { width: 100%; height: auto; position: relative;}
.sy_ts .tp img { width: 100%; height: auto;}
.sy_ts .wz { position: absolute; right:10%; top:80px; width: 550px; background: #fff; padding:50px;}
.sy_ts .wz .h2 {font-size:44px;color: #333; font-weight:bold; margin-bottom:15px;}
.sy_ts .wz .p {font-size: 14px; color: #666; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:6;  overflow: hidden;  }
@media only screen and (max-width:995px) {
.sy_ts {width:100%; margin:0 auto; height: 360px;}
.sy_ts .gy_bt { margin-bottom:10px;}
.sy_ts .wz { right:5%; top:50%; width:90%;  padding: 20px 20px 0px 20px; box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .2);}
.sy_ts .wz .h2 {font-size:30px;}
.sy_ts .wz .p {font-size: 15px; line-height: 26px;  -webkit-line-clamp:5;   }   
}



.hui2{  position:relative; z-index:2; padding:80px 0; overflow:hidden;}
.sw_xw{}
.sw_xw .swiper-slide{padding:0; box-sizing:border-box; padding-bottom:50px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;}
.sw_xw .tp{width:100%; padding-bottom:67%; position:relative; overflow:hidden; }
.sw_xw .tp img{width:100%; height:100%; position:absolute; left:0; top:0; display:block;
transition:all 2s;
-webkit-transition:all 2s;
-moz-transition:all 2s;
-ms-transition:all 2s;
-o-transition:all 2s;}
.sw_xw .swiper-slide:hover .tp img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}



.sw_xw h3{font-size:18px; line-height:24px; color:#333}
.sw_xw span{ color:#888;  font-size:16px; line-height:50px}



.sw_xw .swiper-button-next{ background:none; width:40px; height:20px; right:50%; margin-right:-150px; bottom:0; top:auto; text-align:center; cursor:pointer; color:#c7c7c7}

.sw_xw .swiper-button-prev{background:none; width:40px; height:20px; left:50%; margin-left:-150px; bottom:0;top:auto; text-align:center; cursor:pointer; color:#c7c7c7}
.sw_xw .swiper-button-prev i{color:#2670b7; font-size:18px; font-weight:bold;}
.sw_xw .swiper-button-next i{color:#2670b7; font-size:18px; font-weight:bold;}

.sw_xw .swiper-pagination:after{ content:""; width:100%; max-width:200px; bottom:0px; height:1px; background:#c7c7c7; position:absolute; left:50%; transform:translateX(-50%); z-index:0}
.sw_xw .swiper-pagination-bullet{ width:25px; height:5px; border-radius:0; transition:all 0.6s; background:none; bottom:-2px;  position: absolute; z-index:2;}
.sw_xw .swiper-pagination-bullet-active{ width:25px; height:5px; background:#2670b7; border-radius:0; z-index:1; position: absolute; transition:all 0.6s;  bottom:-2px;}

@media only screen and (max-width:1440px) {
.sw_xw .tp{padding-bottom:60%;  }	
	}
@media only screen and (max-width:995px) {
.hui2{  padding:30px 0; }
.sw_xw .tp{width:100%; padding-bottom:50%;  }
	}



.sy_ly { width:100%; margin:0px auto ; padding:100px 0px 0px 0px;}
.sy_ly .hx { background:rgba(255,255,255,.9);}
.sy_ly .hx .zc { width:50%; float:left; padding:5%; }
.sy_ly .hx h3{font-size:18px;  color:#999; position: relative;  margin-bottom:10px; }
.sy_ly .hx h2 { font-size:46px; color:#333;  margin-bottom:15px; font-weight:bold;}
.sy_ly .hx .gdd { height: 50px;} 
.sy_ly .hx  p { font-size:18px; line-height:30px; text-align:justify; color:#666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;  overflow: hidden;  }
.sy_ly .hx .yc { width:40%; float:right; background:#2670b7;  padding:50px;}
.sy_ly .hx .yc h4 { font-size:36px; font-weight:bold; margin-bottom:20px; text-align:center;}
.sy_ly .hx .yc .bk { width: 100%; height: 50px; line-height: 50px; padding: 0 2%; border-radius: 6px; margin-bottom:20px; width: 100%;background: #fff; border:none;}
.sy_ly .hx .yc .bk font { color: #247a52; font-weight: bold; font-size: 16px;}
.sy_ly .hx .yc .txt { width: 100%; background: none; border:none; font-size: 16px; color: #666;line-height:50px;}
.sy_ly .hx .yc .txt1 { width: 100%;  background: #fff; border:none; font-size: 16px; color: #666;  line-height:24px; font-family:Arial, Helvetica, sans-serif; height:100px;border-radius: 6px;  padding:1% 2%;}
.sy_ly .hx .yc .an { width: 100%; height: 60px; margin: 20px auto 10px auto; text-transform:uppercase; line-height: 60px; background: #000; font-size:18px; font-weight:bold; color: #fff;  border-radius:5px; text-align:center;}
.sy_ly .hx .yc .an a { color:#fff;}
.sy_ly .hx .yc .jz { text-align: center; padding: 20px 0px 0px 0px; height: 30px; color: #666; font-weight: normal;}

@media only screen and (max-width:995px) {
.sy_ly .hx .zc { width:100%; float: none; padding:5%; }	
.sy_ly .hx h2 { font-size:24px;}
.sy_ly .hx .gdd { height:20px;} 
.sy_ly .hx  p { font-size:16px; line-height:24px; }
.sy_ly .hx .yc { width:100%; float: none;   padding:50px 20px;}
.sy_ly .hx .yc h4 { font-size:28px;  margin-bottom:20px;}
.sy_ly .hx .yc .an {  height: 50px;  line-height:50px;}
}
















/* 底部 */
.footer{position:relative;	overflow:hidden; width:100%;  background:#2970ae;}
.footer .foot_top{position:relative; z-index:1;}
.footer .foot_top .con{padding:60px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
.footer .foot_top .left{float:right; width:25%;}
.footer .foot_top .left .t{font-size:40px; font-weight:bold; color:#fff; line-height:56px; margin-bottom:5px;}
.footer .foot_top .left .c{font-size:38px; color:#fff; line-height:56px;}
.footer .foot_top .left .share{margin-top:40px; position:relative;}
.footer .foot_top .left .share i { width:35px; height:35px; border-radius:100px; background:#fff; color:#2670b7; font-size:20px; display:inline-block; line-height:35px; text-align:center;}
.footer .foot_top .left .share .tt { float:left; margin-right:10px;}
.footer .foot_top .left .share .ttt { float:left; margin-right:10px; position:relative;}
.footer .foot_top .left .share img { width:35px; height:35px;}


.footer .foot_top .left .ewmm{width:130px; padding:10px 10px 0; background-color:#1976d2; position:absolute; bottom:50px; right:-50px; opacity:0; border-radius: 5px; text-align:center;height: 0;overflow: hidden;}
.footer .foot_top .left .ewmm img{width:100%; height:auto; display:block; margin-bottom:10px;}
.footer .foot_top .left .ewmm p{font-size:14px; color:#fff; line-height:16px; margin-bottom:10px;}
.footer .foot_top .left .ttt:hover .ewmm{right:-50px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;height: auto;}



.footer .foot_top .right{float:left; width:70%;}
.footer .foot_top .right dl{float:left; width:25%; margin-left:5%; }
.footer .foot_top .right dl:first-child{margin-left:0;}
.footer .foot_top .right dl:last-child{ width:30%; }
.footer .foot_top .right dl dt{font-size:22px; color:#fff; font-weight:bold; padding:0px 0 25px 0px;}
.footer .foot_top .right dl dd{font-size:18px; color:rgba(255,255,255,0.7); line-height:30px; font-weight: normal;}
.footer .foot_top .right dl dd a {color:rgba(255,255,255,0.7);}
.footer .foot_top .tel{font-size:40px; color:#fff; font-weight:bold; font-family:Arial; margin:-20px 0 30px 0px;}
.footer .foot_top .tel span {font-size:20px; color:#fff; font-weight: normal; padding-bottom:15px;}
.footer .foot_top .tel a{color:#fff;}
.footer .foot_top .more{font-size:22px; color:#fff;}
.footer .foot_top .more a {color:#fff;}
.footer .foot_top .more .icon{display:inline-block; background:url(../images/more_j2.png) no-repeat center; width:21px; height:35px;}

.footer .foot_bott{position:relative; z-index:1; padding:30px 0;}
.footer .foot_bott .left{float:left; font-size:14px; color:#fff; opacity:.6;}
.footer .foot_bott .right{float:right; font-size:14px; color:#fff; opacity:.6;}
.footer .foot_bott a {color:#fff;}
@media only screen and (max-width:1440px){
.footer .foot_top .left .t{font-size:32px; font-weight:bold; }
.footer .foot_top .left .c{font-size:24px; color:#fff; line-height:56px;}
.footer .foot_top .left{float:right; width:30%;}

}

@media only screen and (max-width:992px){

        .footer .foot_top .con{padding:40px 0 0px 0px; } 
        .footer .foot_top .left .t{font-size:28px; font-weight:bold;  line-height:40px;}
        .footer .foot_top .left .c{font-size:20px; color:#fff; line-height:40px;}
        .footer .foot_top .left .share{margin:20px 0 30px 0px; position:relative;}
        .footer .foot_top .left{float: none; width:100%;}
        .footer .foot_top .right{float: none; width:100%;}
        .footer .foot_top .right dl{float: none; width:100%; margin-left:0%; border-top:2px solid #fff; margin-bottom: 3%;}
		.footer .foot_top .right dl:last-child{ width:100%; }
        .footer .foot_top .tel{ }
        .footer .foot_top .right dl dt{ padding:25px 0 15px 0px;}
        
        .footer .foot_bott{ padding:20px 0;}
        .footer .foot_bott .right{float:left; font-size:14px; color:#8c8c8c;}
        .footer .dl3 { display: none;}
}




.sjdh{ display:none; width:100%; position:fixed; left:0; bottom:0;background-image: linear-gradient(0deg, #eee,#fff); border-top:#ddd 1px solid; z-index:9999999   }
.sjdh ul{ display: flex;   justify-content: space-between; }
.sjdh ul li { width:33.33%; text-align:center; padding:6px 0}
.sjdh ul li a p{ color: #333333; font-size:14px;}
.sjdh ul li a i{ font-size:24px; font-weight: bold; color: #1b488b;}
@media only screen and (max-width:992px){
.sjdh{ display: block;}
}



.pc_kf{width:50px; position:fixed; right:20px; bottom: 100px; z-index:99999;}
.pc_kf .nr{font-size:18px; text-align:center; line-height:50px; margin-bottom:10px; position:relative;}
.pc_kf .tel{width:200px; background-color:#1976d2; font-size:20px; font-weight: bold; line-height:50px; border-radius: 5px; color:#fff; position:absolute; top:0; right:-200px; opacity:0;}
.pc_kf .tell{width:280px; background-color:#1976d2; font-size:20px; line-height:50px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}
.pc_kf .nr:hover .tel{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.pc_kf .yx{width:250px; background-color:#1976d2; font-size:20px; font-weight: bold; line-height:50px; border-radius: 5px; color:#fff; position:absolute; top:0; right:-250px; opacity:0;}
.pc_kf .nr:hover .yx{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}


.pc_kf .ewm{width:130px; padding:10px 10px 0; background-color:#1976d2; position:absolute; bottom:0; right:-180px; opacity:0; border-radius: 5px;}
.pc_kf .ewm img{width:100%; height:auto; display:block; margin-bottom:10px;}
.pc_kf .ewm p{font-size:14px; color:#fff; line-height:16px; margin-bottom:10px;}
.pc_kf .nr:hover .ewm{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr a{display:block; width:50px; height:50px; border-radius: 100px; box-shadow:0 0 5px #ccc;  background-color:#fff;  overflow:hidden;}
.pc_kf .nr i{color:#1976d2; font-size:26px;}
.pc_kf .nr i.icon-youxiang{font-size:24px;}
.pc_kf .nr i.icon-icon{font-size:26px; vertical-align:middle;}
.pc_kf .fh{width:50px; height:50px; border-radius: 100px; background: linear-gradient(to right, #0055c9, #18b9d4); text-align:center; line-height:50px; color:#fff; cursor:pointer;}
.pc_kf .fh i{font-size:28px; font-weight:bold; color: #fff;}
.pc_kf .fh i a {color: #fff;}
.pc_kf .dxs { display:block;}
.pc_kf .sxs { display: none;}
@media only screen and (max-width:992px){
.pc_kf{right:10px; bottom:100px; display: none; }
.pc_kf .nr{width:20%; border-right:1px solid rgba(255,255,255,.6); font-size:20px; background:none; box-shadow:none; margin-bottom:0; float:left;}
.pc_kf .tel{display:none;}
.pc_kf .ewm{display:none;}
.pc_kf .nr a{display:block; width:100%; border-radius:0; background-color:#1976d2; box-shadow:none;}
.pc_kf .nr i{color:#fff;}
.pc_kf .nr a:hover i{color:#fff;}
.pc_kf .fh{width:19.8%; box-shadow:none; font-size:22px; float:left; border-radius:0;}
.pc_kf .dxs {display: none;}
.pc_kf .sxs { display:block; margin:11px auto 0px auto; }
}



.nban{ width:100%; height:auto; font-size:0; overflow:hidden; position:relative; margin-top: 70px;}
.nban img{ width:100%; height:auto;}
@media screen and (max-width:992px) {
}
@media screen and (max-width:600px) {
.nban{  height:250px; margin-top:0px;}
.nban img{ position:absolute; height:250px; width:auto; top:0; left:50%; transform:translateX(-50%); z-index:2}
}


.ndh { width:100%; margin:0px auto; overflow:hidden;  line-height:60px;}
.ndh ul { width: 80%; float: left;}
.ndh ul li { display:inline-block; width:auto; line-height:60px; font-size:18px;  color:#333; background: #fff; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px;}
.ndh ul li a {font-size:16px; padding:0px 30px; color:#333;  line-height:60px;display:block; }
.ndh ul li:hover a { background:#2670b7; display:block; color:#FFF;}
.ndh ul li .on {background:#2670b7; display:block; color:#FFF;}
.ndh .wz { width: 50%; float: left; text-align:left; line-height:60px; }
.ndh .wz img { float:left; vertical-align:middle; margin-top:15px;}
@media screen and (max-width:1440px) {
.ndh ul { width: 70%; float: left;}
.ndh ul li a {font-size:16px; padding:0px 25px; color:#333;  line-height:60px;display:block; }   
.ndh .wz { width: 50%; float: right; text-align: right; } 
}
@media screen and (max-width:992px) {
.ndh .con{ width: 100%;}
.ndh ul { width: 100%; float: none;}
.ndh ul li { width:33.3333%; float: left; font-size:14px;color:#333; text-align: center; line-height:50px; }	
.ndh ul li a {font-size:14px; padding:0px 0px; line-height:50px;}
.ndh .wz {width: 94%; float: none; text-align:left; padding-left:3%;}
}


.gcal1 { margin: 50px auto;}
.gcal1 .zl { width: 18%; float: left; background: #f6f6f6; padding-bottom: 20px;}
.gcal1 .zl h2 { height: 60px; line-height: 60px; background:#2670b7; text-align:left; padding-left: 20px; font-size:20px; color: #fff; font-weight: bold; margin-bottom: 15px;}
.gcal1 .zl ul li{ line-height: 50px; height:50px;  text-align:left; font-size: 16px; color: #333; border-bottom: 1px solid #ddd;}
.gcal1 .zl ul li a { color: #333;padding-left: 20px;}
.gcal1 .zl ul li:hover a {background:#2670b7; color: #fff; display: block;}
.gcal1 .zl ul li.hh{background:#2670b7; color: #fff; display: block;}
.gcal1 .zl ul li.hh a {color: #fff; }
.gc_all { width:80%; float: right;}
.gc_all dl dd{ width:31.333%; margin: 0 3% 3% 0; float: left; }
.gc_all dl dd:nth-child(3n) { margin-right: 0;}
.gc_all dl dd i { display: block; width: 100%; padding-bottom: 61.02%; position: relative; overflow: hidden;}
.gc_all dl dd img { border-radius: 5px 5px 0px 0px; position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); max-width: 100%; max-height: 100%;}
.gc_all dl dd:hover {box-shadow: 0px 2px 10px rgba(0,0,0,.2);}
.gc_all dl dd .wz { padding:5px 10px 10px 10px; background: #f6f6f6;}
.gc_all dl dd .wz h1 { font-size: 16px; font-weight: bold; line-height: 40px;}
.gc_all dl dd .wz p { line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }

.nytit {width: 18%; float: left; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden; padding-bottom:50px;}
.nytit h2 { height: 60px; line-height: 60px; background:#2670b7; text-align:left; padding-left: 20px; font-size:20px; color: #fff; font-weight: bold; margin-bottom: 3px; border-radius:10px;  }
.nytit ul li { padding:15px 0px; width:84%; margin-left:8%; box-sizing: border-box;margin-bottom: 3px;position: relative; border-bottom: #ccc 1px solid; font-size:18px; font-weight:bold;}
.nytit ul li i {width: 100%;position: absolute;height: 100%;right: 10px;top: 0;background: url(../images/icon001.png) right center no-repeat;}
.nytit ul li .y_j {position: relative;}
.nytit ul li .e_j {position: relative;top: 10px;left: 0;width: 100%;display: none; padding:10px 0px;}
.nytit ul li .e_j a {display: block;line-height: 30px;font-size: 16px;color: #666; font-weight:normal;}
.nytit ul li .e_j a:hover{color:rgba(38, 112, 183, 0.99);}
.nytit ul li a { line-height: 30px;font-size: 18px; }
.nytit ul li:hover .y_j a { color:rgba(38, 112, 183, 0.99);}
.nytit ul li.on .y_j a{color:rgba(38, 112, 183, 0.99);}

.cp_lb { width:80%; float: right;}
.cp_lb ul li { width: 31.333%; margin: 0 3% 3% 0;  text-align: center; float: left;  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden; padding-bottom:25px;}
.cp_lb ul li:nth-child(3n) { margin-right: 0;}
.cp_lb ul li i{ display:block; width:100%; padding-bottom:100%; position:relative;}
.cp_lb ul li .tp{ width: 100%; height: auto; overflow: hidden;  position:relative; }
.cp_lb ul li .tp img { object-fit:cover; width:100%; height: auto;}
.cp_lb ul li h1{ display:block; font-size:18px; color:#000; position:inherit; height:50px; line-height:50px;  overflow:hidden}
.cp_lb ul li:hover h1 { width:90%; height:50px; line-height:50px; background:rgba(38, 112, 183, 0.99); margin:0px auto; border-radius:100px;  color:#fff;transition: all 0.5s; }
.cp_lb ul li:hover h1 a { color:#fff;}
.cp_lb ul li:hover { box-shadow: 1px 1px 10px rgba(38, 112, 183, 0.5);transition: all 0.5s;  }

@media only screen and (max-width:992px) {
.gcal1 { width: 100%; margin: 0px auto;}
.gcal1 .zl { width: 100%; float: none; background: #f6f6f6; padding-bottom: 0px;}
.gcal1 .zl h2 {display: none;}
.gcal1 .zl ul li{ line-height: 50px; height:50px;  text-align: center; font-size: 16px; color: #333; border-bottom: 1px solid #ddd; width: 50%; float: left;}
.gc_all { width:100%; padding: 20px 0px;}
.gc_all dl dd{ width:94%; margin: 0 3% 3% 3%; float: left; }
	
.nytit {width:100%; margin: 20px auto 0px auto; float: none;}
.cp_lb { width:100%; margin: 20px auto 0px auto; float: none; }
.cp_lb ul li { width: 48%; margin: 0 4% 4% 0; }
.cp_lb ul li .tp{ width: 100%; height:160px; }
.cp_lb ul li h1{font-size:16px;}
.cp_lb ul li:nth-child(3n) { margin-right: 4%;}
.cp_lb ul li:nth-child(2n) { margin-right: 0;}
}


/*翻页*/
.paging{width:100%; margin:0px auto 0px auto; text-align:center; overflow:hidden;}
.paging a{line-height:40px; color:#888; background-color:#fff; text-align:center; font-size:18px; border:1px solid #e7e7e7; width:40px; height:40px; margin:0 3px; display:inline-block; border-radius:100px;}
.paging a:hover{background:#2670b7; border:1px solid #2670b7; color:#fff;}
.paging a.on{background:#2670b7; border:1px solid #2670b7; color:#fff;}
@media only screen and (max-width:1023px) {
.paging{margin:20px auto 30px auto ;}
.paging a{line-height:32px; font-size:14px; width:32px; height:32px; margin:0 3px; }
}
.xiaocms-page{width:100%; margin:0px auto 0px auto; text-align:center; overflow:hidden;clear: both;}
.xiaocms-page span,
.xiaocms-page a{line-height:40px; color:#888; background-color:#fff; text-align:center; font-size:18px; border:1px solid #e7e7e7; width:40px; height:40px; margin:0 3px; display:inline-block; border-radius:100px;}
.xiaocms-page span,
.xiaocms-page a:hover{background:#2670b7; border:1px solid #2670b7; color:#fff;}
.xiaocms-page a.on{background:#2670b7; border:1px solid #2670b7; color:#fff;}
@media only screen and (max-width:1023px) {
.xiaocms-page{margin:20px auto 30px auto ;}
.xiaocms-page a{line-height:32px; font-size:14px; width:32px; height:32px; margin:0 3px; }
}



.cp_xq{ padding:50px 0px; }
.cp_xq .cp_xx{ padding:0px; margin-bottom:30px;}
.cp_xq .cp_xx .cp_zs{width:35%; float:left; padding:0;  overflow: hidden;}
.cp_xq .cp_xx .cp_zs img{width:100%; height:auto; display:block; border: 1px solid #ddd; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;}
.cp_xq .cp_xx .cp_js{width:60%; float:right; }
.cp_xq .cp_xx .cp_js .h3{font-size:36px; color:#000000;font-weight:bold; padding-bottom: 20px; text-transform: uppercase;}
.cp_xq .cp_xx .cp_js .h4 { font-size: 14px; color: #666; line-height: 26px;}
.cp_xq .cp_xx .cp_js .h4 font { font-size: 28px; font-weight: bold; color: #000;}

.cp_xq .cp_xx .cp_js .h2 {font-size:20px; color:#000000;font-weight:bold; padding:15px 0px; border-top: 1px solid #ddd; margin-top: 20px;}
.cp_xq .cp_xx .cp_js .p{font-size:16px; line-height:32px; color:#333; margin-bottom:10px; margin-top:0px;}
.cp_xq .cp_xx .cp_js .span { width: 50%; float: left;}
.cp_xq .swiper-slide {background-size: cover;background-position: center;}
.cp_xq .gallery-topp { width:100%; height:auto;  overflow: hidden;}
.cp_xq .gallery-thumbs {height:150px;box-sizing: border-box; margin: 10px 0px 0px 0px; overflow: hidden;}
.cp_xq .gallery-thumbs .swiper-slide {height: 100%;opacity: 0.4;}
.cp_xq .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}

.cp_xsm { width: 100%;}



.mr1 { width:200px; height:40px; background:#0060b1; text-align:center; line-height:40px; color:#fff; float: left; margin:50px 20px 20px 0px;}
.mr1 a {color:#fff; font-size:20px; font-weight: bold;}
.mr1:hover a {  color:#fff;  display:block;}


@media (min-width: 1024px) and (max-width:1680px ) {
.cp_xq{width:90%; margin: 0px auto; }
}
@media only screen and (max-width:995px){
.cp_xq{ padding:20px 0px;}
.cp_xq .cp_xx .cp_zs{width:100%;  float:none; }
.cp_xq .cp_xx .cp_js{width:100%; float:none; margin-top:30px; }
.cp_xq .cp_xx .cp_js .h3{font-size:20px;  }
.cp_xq .cp_xx .cp_js .h4 { font-size:14px; line-height:20px; }
.cp_xq .cp_xx .cp_js .h4 font { font-size: 20px; }
.cp_xq .cp_xx .cp_js .p{  font-size:14px; line-height: 24px;}
.cp_xq .adg { width:100%; overflow:auto;}
.cp_xq .adgg { width:1200px;}
.cp_xq .gallery-thumbs {height:75px;box-sizing: border-box;}
.cp_xsm img { width: 100%; height: auto;}
.mr1 { width:160px; height:40px; margin:20px 20px 20px 0px;}
.cp_xsm h5 {  font-size:20px; }
.cp_xsm p { font-size: 14px; line-height: 20px;}
}


.ny_xww { margin:60px auto;}
.ny_xww ul li { width: 31.3333%; margin: 0 2.6% 2.6% 0; float: left; overflow:hidden;}
.ny_xww ul li:nth-child(3n) { margin-right: 0;}
.ny_xww .tp { width: 100%; padding-bottom:68%; position: relative; overflow: hidden;}
.ny_xww .tp img {  position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); max-width: 100%; max-height: 100%; }
.ny_xww .tp:hover { transform:scale(1.1);  transition: all 0.5s;}
.ny_xww .wz { width:100%; padding:20px; text-align:center;}
.ny_xww .wz h2 { font-size: 18px; font-weight: 800; height: 40px;   }
.ny_xww ul li:hover h2 a {color: #0060b1; }
.ny_xww .wz p { line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }
.ny_xww ul li:hover {}
@media only screen and (max-width:992px){
.ny_xww { width: 94%; margin: 20px auto 60px auto;}
.ny_xww ul li {  padding: 20px 0px; width: 100%; margin: 0; float: none;}
.ny_xww .rq { display: none;}
.ny_xww .tp { width: 100%; float: none;}
.ny_xww .wz { width: 100%; float: none;}
.ny_xww .wz h2 { font-size: 16px; font-weight: 800; line-height: 30px; padding:15px 0 5px 0;}
.ny_xww .wz p { line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }	
}


.ny_xw { width:100%; margin:20px auto 60px auto;}
.ny_xw ul li { padding:30px; margin-bottom:40px; background:#fff; border:1px solid #ddd; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;}
.ny_xw .tp { width: 50%; float: left; overflow:hidden;}
.ny_xw .tp img { width: 100%; height: auto; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px;}
.ny_xw .wz { width: 45%; float: right;}
.ny_xw .wz h2 { font-size: 25px; font-weight: 800; line-height: 40px; padding-bottom: 15px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }
.ny_xw .wz h2 a:hover {color: #0662ad; text-decoration: underline;}
.ny_xw .wz p { line-height: 28px;}
.ny_xw ul li:hover {background:#2670b7;}
.ny_xw ul li:hover .rq h1{ color:#FFF;}
.ny_xw ul li:hover .rq p{ color:#FFF;}
.ny_xw ul li:hover h2 a {color:#FFF;}
.ny_xw ul li:hover h2 a:hover {color: #fff; text-decoration: underline;}
.ny_xw ul li:hover .wz p {color: #fff;}
@media only screen and (max-width:992px){
.ny_xw {  margin: 30px auto 60px auto;}
.ny_xw ul li {  padding:0px 0px;  border-radius:10px;}
.ny_xw .tp { width: 100%; float: none;}
.ny_xw .wz { width: 100%; float: none; padding:0px 20px 20px 20px;}
.ny_xw .wz h2 { font-size: 16px; font-weight: 800; line-height: 30px; padding:15px 0 5px 0;}
.ny_xw .wz p { line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }	
}








.ny_sj { margin:50px auto;}
.ny_sj .an { width:auto; display:inline-block;  background:#f5f5f5; margin-right:10px; padding:15px 30px; font-size:18px; font-weight:bold; border-radius: 10px 10px 0px 0px;}
.ny_sj .an:hover {background:#0060b1; color:#fff;}
.ny_sj .an.on {background:#0060b1; color:#fff;}
.ny_sj .an:hover a {color:#fff;}
.ny_sj .an.on a {color:#fff;}

.ny_sj .zynr { padding:20px; background:#fff; box-shadow: 0px 0px 5px rgba(195,195,195,0.35);}

.founder-list {width:48%; float:left;}
.founder-list.nopadding,.founder-list.nopadding ul{padding-top:0;}
.founder-list ul {padding-top:0px;}
.founder-list li {border-bottom: 1px solid #e5e5e5; -webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden; margin-bottom: 20px;}
.founder-list h5 {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;padding: 20px 50px 20px 15px;background: url(../images/icon12.png) 97% center no-repeat; font-size:22px; font-weight:bold; position:relative; z-index:22; overflow:hidden;}
.founder-list h5 i { position:absolute; width:100%; right:0; top:0; height:70px; z-index:99;}
.founder-list .info {background-color: #f7f7f7;padding: 20px 30px;display: none; font-size: 16px; line-height: 30px;}
.founder-list .info .font18 {padding: 5px 0;}
.founder-list .on {overflow: hidden;border-bottom: transparent;}
.founder-list .on h5 {color: #fff;background: url(../images/icon11.png) no-repeat 97% center #0060b1;}
.founder-list .on h5 i {color:#458ea8;}
.font22 { font-size: 18px; font-weight:bold;}

.ny_lx { width:48%; float:right;}
.ny_lx .dbt { font-size:46px; font-weight:bold; padding-bottom:30px;}
.ny_lx .wz { font-size: 28px; line-height: 22px; color: #666; margin-bottom: 20px; font-weight:lighter; font-family:Arial, Helvetica, sans-serif;}
.ny_lx .wz1 { margin:50px 0px 30px 0px;}
.ny_lx .wz1 h2 { font-size:34px; font-weight:bold; margin-bottom:10px;}
.ny_lx .wz1 p {font-size:24px; font-weight: lighter;color: #666;}
.ny_lx .wz1 p strong { color:#333;}
.ny_lx .wz3 { font-size:22px; color:#666; line-height:30px; border-bottom:2px solid #0060b1; padding-bottom:30px; width:100%;}
.ny_lx .wz4 { font-size:22px; color:#666; line-height:30px; padding: 15px 0px;}


.ny_lx .share{margin-top:40px; position:relative;}
.ny_lx .share i { width:35px; height:35px; border-radius:100px; background:#fff;  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); color:#2670b7; font-size:20px; display:inline-block; line-height:35px; text-align:center;}
.ny_lx .share .tt { float:left; margin-right:10px;}
.ny_lx .share .ttt { float:left; margin-right:10px; position:relative;}
.ny_lx .share font img { width:35px; height:35px;  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); border-radius:100px;}


.ny_lx .ewmm{width:130px; padding:10px 10px 0; background-color:#1976d2; position:absolute; bottom:50px; right:-50px; opacity:0; border-radius: 5px; text-align:center;height:0;overflow:hidden;}
.ny_lx .ewmm img{width:100%; height:auto; display:block; margin-bottom:10px;}
.ny_lx .ewmm p{font-size:14px; color:#fff; line-height:16px; margin-bottom:10px;}
.ny_lx .ttt:hover .ewmm{right:-50px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;height:auto;}






@media only screen and (max-width:992px) {
	
.founder-list {width:100%; float: none; margin-top:50px;}
.founder-list .info {padding: 15px;}
.font22 { font-size: 16px;}

.ny_sj .zynr { padding:0px;}
.ny_sj .zynrr { padding:30px;}
.ny_lx { width:100%; float: none; }
.ny_lx .dbt { font-size:36px;}
.ny_lx .wz3 {  width:100%;}
}




.down_box{width:100%; position: relative; z-index:7; }
.down_box img{display: inline-block!important;max-width: 100%!important;}
.down_box .tab_title{  width:100%; height:130px; text-align:center; padding-top:40px; position:sticky; top:80px;z-index:9; background:#fff;}
.down_box .tab_title li{display: inline-block; width: auto; line-height:50px; height:50px;  color:#333; margin:0 10px;  }
.down_box .tab_title li font { padding-right:10px;}
.tab_title li a{display:block;  height:50px; line-height:50px; color:#333; font-size:18px; font-weight:bold; padding:0px 40px; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:100px; overflow:hidden; }
.tab_title li.active a{  display:block; color:#fff; background:#004ea2;} 
@media only screen and (max-width:992px){
.down_box .tab_title{ height:auto; padding:20px 0px;top:55px;}
.down_box .tab_title li{ line-height: 50px; width:48%; float:left;  text-align:center; margin: 2% 1%;} 
.tab_title li a{ height:50px; line-height:50px; padding: 0px; font-size:16px;}

}


.sy_rlzy { width: 100%; margin:0px auto; background:#f6f6f6; padding:1px 0px 60px 0px; }
.sy_rlzy ul {width: 80%; margin: 0px auto;}
.sy_rlzy ul li { width: 23%; margin: 0 2.6% 2.6% 0; float: left; box-shadow: 0px 0px 10px rgba(0,0,0,.1); padding: 3% 1.5%; box-sizing: border-box; background:rgba(0,0,0,.3); box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;}
.sy_rlzy ul li:nth-child(4n) { margin-right: 0;}
.sy_rlzy ul li .tp { width:100px; height: 100px; margin: 0px auto; border-radius: 100px; box-shadow: 0px 0px 10px rgba(0,0,0,.1); overflow: hidden; padding: 20px; background: #fff;}
.sy_rlzy ul li .tp img { width: 100%; height: auto;}
.sy_rlzy ul li h1 { font-size: 22px; font-weight: bold; text-align: center; margin: 30px 0px 20px 0px; color: #fff;}
.sy_rlzy ul li p {  line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4;  overflow: hidden;  color: #fff; text-align: center; }
.sy_rlzy ul li:hover { background:#004ea2; transition: all 0.5s; }
@media only screen and (max-width:1360px) {
.sy_rlzy { width: 100%; margin: 0px auto 40px auto; }
.sy_rlzy ul {width: 90%; margin: 0px auto;}
.sy_rlzy ul li .tp { width:80px; height: 80px; padding: 15px;}
}
@media only screen and (max-width:992px) {
.sy_rlzy { width: 100%; margin: 0px auto 0px auto; }	
.sy_rlzy ul {width: 94%; margin: 0px auto;}
.sy_rlzy ul li { width: 100%; margin: 0 0% 4% 0; padding: 8% 2%;}
.sy_rlzy ul li h1 { font-size: 18px; margin: 15px 0px;}
.sy_rlzy ul li:nth-child(2n) { margin-right: 0;}
.sy_rlzy ul li p { -webkit-line-clamp: 10; line-height: 20px; }
}




.kcxfz { margin:0px auto;}
.kcxfz .h1 {font-size:40px; font-weight: bold; line-height: 36px;  color:#333; margin-bottom:25px; background:url(../images/bt.jpg)  no-repeat left bottom; padding-bottom:20px;}
.kcxfz .p {font-size:18px; color:#666666; font-weight:lighter; margin-bottom:20px; line-height:24px;}

.kcxfz1 {width: 100%; overflow: hidden;  padding:0px 0px;}
.kcxfz1 ul li { width: 31%; margin:0 3.5% 3.5% 0; float: left; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;}
.kcxfz1 ul li:nth-child(3n) { margin-right: 0;}
.kcxfz1 ul li .tp {  height:300px; overflow: hidden; position: relative;  }
.kcxfz1 ul li .tp img{   object-fit: cover;    width: 100%; height: 100%;}
.kcxfz1 ul li .wz {  color: #000;  padding:5% 5% 0 5% ;   }
.kcxfz1 ul li .wz .h1 { font-size:24px; font-weight: bold; line-height: 36px;  color:#333; margin-bottom:25px; }
.kcxfz1 ul li .wz .p{ font-size:16px; color:#666666; font-weight:lighter; margin-bottom:20px; line-height:24px;}
/* .kcxfz1 ul li .wz .p font { color:#033a94; padding-right:10px; font-weight:bold;} */
.fghf { background:#f6f6f6; padding:80px 0px;}

.kc_fz4 {overflow: hidden; padding:30px 0px; }
.kc_fz4 .tp { width: 50%; height:450px; overflow: hidden; position: relative; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden; }
.kc_fz4 .tp img{   object-fit: cover;    width: 100%; height: 100%;}
.kc_fz4 .wz {  width: 45%;  color: #000;  }
.kc_fz4 .wz .h1 { font-size:40px; font-weight: bold; line-height:36px; color:#333; margin-bottom:35px; background:url(../images/bt.jpg)  no-repeat left bottom; padding-bottom:20px; }
.kc_fz4 .wz .h1 font { font-weight: lighter;}
.kc_fz4 .wz .p{ font-size:16px; color:#666666; font-weight:lighter; margin-bottom:20px; line-height:24px;}
.kc_fz4 .wz .p font { color:#033a94; padding-right:10px; font-weight:bold;}
.kc_fz4 span { width:70px; height:4px; background:#e86400; display:block; margin:20px 0px;}

@media only screen and (max-width:992px){
.kcxfz .p {margin-bottom:0px;}
.fghf { padding:40px 0px;}
.kcxfz .h1 {font-size:28px; font-weight: bold;}

.kcxfz1 ul li { width: 100%; margin:0 0% 3.5% 0; float: none;}
.kcxfz1 ul li .tp {  height:200px;  }
.kcxfz1 ul li .wz .h1 { margin-bottom:15px; }
.kcxfz1 ul li .wz .p{ font-size:14px;  margin-bottom:20px; line-height:20px;}

.kc_fz4 { padding: 40px 0px 0px 0px;}
.kc_fz4 .tp { width: 100%; height:240px; }
.kc_fz4 .wz {  width: 100%; margin-top:30px;}
.kc_fz4 .wz .h1 { font-size:28px; margin-bottom:20px; }
.kc_fz4 .wz .p{ margin-bottom:30px;}
}

.yingyong ul{ }
.yingyong ul li{ position:relative;  width:23%; margin: 0 2.6% 3% 0; overflow:hidden; float:left; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden; }
.yingyong ul li:nth-child(4n) { margin-right: 0;}
.yingyong ul li img{ width:100%; height:auto;transition:all 0.6s; border:1px solid #ddd;}
.yingyong ul li .yyzi{ position:absolute; bottom:0; left:0; padding:20px; box-sizing:border-box; width:100%; height:auto;background-image: linear-gradient(180deg, transparent ,#000); z-index:1; display:none;}
.yingyong ul li .yyzi .h3{ display:block; font-size:24px; color:#fff; font-weight: bold;}
.yingyong ul li .yyzi .p{ display:none}
.yingyong ul li:hover{ background:#0060b1;}
.yingyong ul li:hover img{ transform:scale(1.1,1.1); opacity:0.1; transition:all 0.6s}
.yingyong ul li:hover .yyzi{ background:none; top:50%; bottom:auto; transform:translateY(-50%); text-align:center; display:block;}
.yingyong ul li:hover .yyzi p{ display:block; font-size:14px; line-height:25px; color:#fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;  }
@media only screen and (max-width:1440px){
.yingyong ul li{}
}
@media only screen and (max-width:992px){
.yingyong ul li{  width:48%; overflow:hidden; margin: 2% 1%;}
.yingyong ul li:hover .yyzi{ display:none;}
.yingyong ul li:hover img{ opacity:1;  border:1px solid #ddd;}
}



.yingy ul{display: flex;   justify-content: space-between;flex-wrap:wrap; }
.yingy ul li{ position:relative; height:250px; width:25%; margin: 0.2% 0; overflow:hidden; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;}
.yingy ul li img{ width:100%; height:100%;object-fit: cover;transition:all 0.6s; border:1px solid #ddd;}
.yingy ul li .yyzi{ position:absolute; bottom:0; left:0; padding:20px; box-sizing:border-box; width:100%; height:auto;background-image: linear-gradient(180deg, transparent ,#000); z-index:1; display:none;}
.yingy ul li .yyzi h3{ display:block; font-size:20px; color:#fff; font-weight: bold;}
.yingy ul li .yyzi p{ display:none}
.yingy ul li:hover{ background:#0060b1;}
.yingy ul li:hover img{ transform:scale(1.1,1.1); opacity:0.1; transition:all 0.6s}
.yingy ul li:hover .yyzi{ background:none; top:50%; bottom:auto; transform:translateY(-50%); text-align:center; display:block;}
.yingy ul li:hover .yyzi p{ display:block; font-size:14px; line-height:25px; color:#fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;  }
@media only screen and (max-width:1440px){
.yingy ul li{ position:relative; height:200px; width:24%; margin: 15px 0px; overflow:hidden}
}
@media only screen and (max-width:992px){
.yingy ul li{  height:120px; width:49%; overflow:hidden; margin-bottom:0px}
.yingy ul li:hover .yyzi{ display:none;}
.yingy ul li:hover img{ opacity:1;  border:1px solid #ddd;}
}


.rj_cp9 {padding:100px 0;}
.rj_cp {padding:100px 0; background:#f6f6f6; }
.rj_cp ul li { width:23%; margin:0 2.6% 2.6% 0; background:#fff; padding:50px 30px 20px 30px; float:left; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;}
.rj_cp ul li:nth-child(4n) { margin-right: 0;}
.rj_cp ul li .zp { width:150px; margin:0px auto;}
.rj_cp ul li .zp img {box-shadow:0px 5px 10px 0px rgba(0,0,0,.1); border-radius:100%; border:5px solid #fff; width:100%; height:auto;}
.rj_cp ul li .h1 { font-size:18px; font-weight:bold; line-height:40px; text-align:center; padding-top:10px;}
.rj_cp ul li .h2 { font-size:16px; text-align:center;}
.rj_cp ul li .lx{ padding:20px 0px;}
.rj_cp ul li .lx .p { width:100%; float: none; line-height:24px;}
.rj_cp ul li .lx .wxx { width:100%; float: none; text-align:right;  }
.rj_cp ul li .lx .wxx img { width:80px; height:80px; border:3px solid #fff;}

@media only screen and (max-width:992px) {
.rj_cp9 {padding:50px 0; }
.rj_cp {  padding:50px 0px;}
.rj_cp ul li { width:100%; margin:0 0% 3% 0;  padding:40px 20px 20px 20px; float: none;}
}



.rj_c1 {}
.rj_c1 ul li { width:23%; margin:2% 2.6% 0% 0; background:#fff; float:left; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;}
.rj_c1 ul li:nth-child(4n) { margin-right: 0;}
.rj_c1 ul li .zp {  width:100%; height:auto;}
.rj_c1 ul li .zp img {width:100%; height:auto;}
.rj_c1 ul li .h1 { font-size:18px; font-weight:bold; line-height:40px; text-align:center; padding:10px;}

.rj_c1 ul li .p {  line-height:24px; margin:0px 15px 20px 15px; font-size:16px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden; }


@media only screen and (max-width:992px) {

.rj_c1 {}
.rj_c1 ul li { width:100%; margin:0 0% 3% 0;  padding:40px 20px 20px 20px; float: none;}
}







.found {width: 100%; margin:0px auto;}
.found.nopadding,..found.nopadding ul{padding-top:0;}
.found ul {padding-top:0px;}
.found li {border:1px solid #e5e5e5;-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s; margin-bottom:15px;box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;}
.found h5 {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;padding: 20px 50px 20px 15px;background: url(../images/icon12.png) 97% center no-repeat; font-size:22px; font-weight:bold; position:relative; z-index:22; overflow:hidden;}
.found h5 i { position:absolute; width:100%; right:0; top:0; height:70px; z-index:99;}
.found .info {background-color: #f7f7f7;padding: 20px 30px;display: none; font-size: 16px; line-height: 30px;}
.found .info .font18 {padding: 5px 0;}
.found .on {overflow: hidden;border-bottom: transparent;}
.found .on h5 {color: #fff;background: url(../images/icon11.png) no-repeat 97% center #0060b1;}
.found .on h5 i {color:#458ea8;}
@media only screen and (max-width:992px) {
.found .info {	padding:15px;}
.found h5 i { height:50px;}
}
/* --后台添加 */
/* .found .info *{max-width: 100%;} */
@media only screen and (max-width:992px) {
	.found .info table.type1{display: block;width: 100%;}
	.found .info table.type1 tbody{display: block;width: 100%;}
	.found .info table.type1 tr{display: block;width: 100%;}
	.found .info table.type1 td{display: block;width: 100%;margin-bottom: 3%;}
}











.adg { margin-bottom:60px;}
.tbb{border:1px solid #ccc; border-collapse:collapse; border-color:#ddd; line-height:20px;  font-size:16px; width:100%;  }
.tbb1 {  padding:20px; background:#004ea2; font-weight:bold; font-size:22px; color:#fff;}
.tbbb {  padding:10px 30px;}

/* 为表格的偶数行设置背景色 */
tr:nth-child(even) {
background-color: #fff;
}
/* 为表格的奇数行设置背景色 */
tr:nth-child(odd) {
background-color: #f6f6f6;
}
@media only screen and (max-width:992px) {
.tbbb {  padding:10px 10px;}
}

.xrft { margin:30px auto; text-align:center;}
.xrft img { width:50%;}


.xrftt { margin:30px auto; text-align:center;}
.xrftt img { width:100%;}

.xrfh { width:100%;}
.xrfh dl dd { width:31.333%; margin:0 3% 3% 0; float:left;}
.xrfh dl dd:nth-child(3n) { margin-right: 0;}
.xrfh dl dd h1 { font-size:22px; font-weight:bold; padding-bottom:10px;}
.xrfh dl dd p { font-size:16px; line-height:30px;}
.xrfh dl dd p font { color:#0060b1; padding-right:10px;}


.xrfh1 { width:100%;}
.xrfh1 dl dd { width:23%; margin:0 2.6% 0% 0; float:left; text-align:center;}
.xrfh1 dl dd:nth-child(4n) { margin-right: 0;}
.xrfh1 dl dd h1 { font-size:18px; padding:10px 0px ; font-weight:bold;}
.xrfh1 dl dd .tp { width:100%; height:auto;}
.xrfh1 dl dd .tp img { width:100%; height:auto;}


.xr1 { font-size:16px; margin:20px 0px;}
.xr2 { margin:10px auto; font-size:20px; font-weight:bold;}
.xr3 font {color:#0060b1; padding-right:10px;}
@media only screen and (max-width:992px) {
.xrft img { width:100%;}

.xrfh dl dd { width:100%; margin:0 0% 3% 0; float: none;}
.xrfh dl dd h1 { font-size:20px;}
.xrfh dl dd p { line-height:26px;}
.xrfh dl dd p font {padding-right:5px;}

.xrftt { margin:0px auto; text-align:center;}
.xrfh1 dl dd { width:48%; margin:0 4% 4% 0; }
.xrfh1 dl dd:nth-child(2n) { margin-right: 0;}
.xrfh1 dl dd h1 { font-size:14px;}

}

.ny_js {width:100%; margin:30px auto 60px auto;}
.ny_js .d2 {border:1px solid #dddddd;  border-radius:10px; overflow:hidden;}
.ny_js .tbb{border-collapse:collapse; border-color:#dddddd; line-height:20px;  font-size:16px; width:100%; font-size:14px; text-align:center; border-radius:10px; overflow:hidden;  }
.ny_js .tbb1 {background:#2670b7; font-size:14px; color:#fff; font-weight:bold; }
.ny_js .tbbb {  padding:10px;}

@media only screen and (max-width:992px) {
	.ny_js {width:100%; margin:10px auto 40px auto;}
.ny_js .d2 {border:1px solid #dddddd;  border-radius:10px; overflow: auto; width:100%; }
.ny_js .tbb{ width:1200px;}	
	}


.xztyb { width: 100%;}
.xztyb .zc { width: 28%; float: left;}
.xztyb .zc .p { font-size: 18px; line-height: 28px;}
.xztyb .yc { width: 68%; float: right;}
.zz1{ width:100%; margin: 0px auto; position:relative;}
.zz1 .ziyuan3{ width:90%; margin:0px auto; }
.zz1 .ziyuan3 .swiper-slide{ position:relative; border-radius: 20px; overflow: hidden;}
.zz1 .ziyuan3 .swiper-slide img{  width:94%; height:auto; overflow: hidden; border-radius: 20px; margin-left: 3%;}
@media only screen and (max-width:992px) {
.xztyb .zc { width: 100%; float: none;}
.xztyb .zc .p { font-size: 16px; line-height: 24px;}
.xztyb .yc { width: 100%; float: none;}
.zz1 .ziyuan3{ width:100%; margin:20px auto; }
.zz1 .swiper-button-prev{left: 0;}
.zz1 .swiper-button-next{right: 0;}
}




.zz2{ margin: 0px auto; position:relative;}
.zz2 .ziyuan4{ width:90%; margin:40px auto; }
.zz2 .ziyuan4 .swiper-slide{ position:relative; overflow:hidden; border-radius: 20px; overflow: hidden; }
.zz2 .ziyuan4 .swiper-slide img{ width:100%; height: auto;transition:all 0.6s; }
.zz2 .ziyuan4 .swiper-slide .yyzi{ position:absolute; bottom:0; left:0; padding:20px; box-sizing:border-box; width:100%; height:auto;background-image: linear-gradient(180deg, transparent ,#000); z-index:1; display:none;}
.zz2 .ziyuan4 .swiper-slide .yyzi .h3{ display:block; font-size:24px; color:#fff; font-weight: bold;}
.zz2 .ziyuan4 .swiper-slide .yyzi .p{ display:none}
.zz2 .ziyuan4 .swiper-slide:hover{ background:#0060b1;}
.zz2 .ziyuan4 .swiper-slide:hover img{ transform:scale(1.1,1.1); opacity:0.1; transition:all 0.6s}
.zz2 .ziyuan4 .swiper-slide:hover .yyzi{ background:none; top:50%; bottom:auto; transform:translateY(-50%); text-align:center; display:block;}
.zz2 .ziyuan4 .swiper-slide:hover .yyzi p{ display:block; font-size:14px; line-height:25px; color:#fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;  }
.zz2 .swiper-button-next{width:48px; height:48px; background:url(../images/right.png) no-repeat center center #0060b1; right:0;  margin-top:-20px; border-radius:100px;}
.zz2 .swiper-button-prev{width:48px; height:48px; background:url(../images/left.png) no-repeat center center #0060b1; left:0; margin-top:-20px;  border-radius:100px;}

@media only screen and (max-width:992px) {
.zz2 .ziyuan4{ width:100%; margin:20px auto; }
.zz2 .ziyuan4 .swiper-slide{  border-radius:10px;}
.zz2 .swiper-button-next{ display: none;}
.zz2 .swiper-button-prev{ display: none;}
}



.zz4{ margin: 0px auto; position:relative;}
.zz4 .ziyuan5{ width:90%; margin:40px auto; }
.zz4 .ziyuan5 .swiper-slide{ position:relative; overflow:hidden; border-radius: 20px; overflow: hidden; }
.zz4 .ziyuan5 .swiper-slide img{ width:100%; height: auto;transition:all 0.6s; }
.zz4 .ziyuan5 .swiper-slide .yyzi{ position:absolute; bottom:0; left:0; padding:20px; box-sizing:border-box; width:100%; height:auto;background-image: linear-gradient(180deg, transparent ,#000); z-index:1; display:none;}
.zz4 .ziyuan5 .swiper-slide .yyzi .h3{ display:block; font-size:24px; color:#fff; font-weight: bold;}
.zz4 .ziyuan5 .swiper-slide .yyzi .p{ display:none}
.zz4 .ziyuan5 .swiper-slide:hover{ background:#0060b1;}
.zz4 .ziyuan5 .swiper-slide:hover img{ transform:scale(1.1,1.1); opacity:0.1; transition:all 0.6s}
.zz4 .ziyuan5 .swiper-slide:hover .yyzi{ background:none; top:50%; bottom:auto; transform:translateY(-50%); text-align:center; display:block;}
.zz4 .ziyuan5 .swiper-slide:hover .yyzi p{ display:block; font-size:14px; line-height:25px; color:#fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;  }
.zz4 .swiper-button-next{width:48px; height:48px; background:url(../images/right.png) no-repeat center center #0060b1; right:0;  margin-top:-20px; border-radius:100px;}
.zz4 .swiper-button-prev{width:48px; height:48px; background:url(../images/left.png) no-repeat center center #0060b1; left:0; margin-top:-20px;  border-radius:100px;}

.rty { overflow:hidden; border-radius: 20px; margin:10px auto 25px auto;}
.rty img { width:100%; height:auto;}

@media only screen and (max-width:992px) {
.zz4 .ziyuan5{ width:100%; margin:20px auto; }
.zz4 .ziyuan5 .swiper-slide{  border-radius:10px;}
.zz4 .swiper-button-next{ display: none;}
.zz4 .swiper-button-prev{ display: none;}
}
.pore{position: relative;}
.dingwei{position: absolute;left: 0;top: -210px;}
.dingwei2{position: absolute;left: 0;top: -80px;}


.detailP{padding: 40px 0;}
.detailP .pageTit{
	font-size: 32px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 46px;
	text-align: center;
}
.detailP .infoBox{
	font-size: 12px;
	color: rgb(102, 102, 102);
	line-height: 22px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid rgb(230, 230, 230);
}
.detailP .nrBox{padding: 24px 0;min-height: 50vh;font-size: 16px;line-height: 1.8;}
.detailP .fanye{
	font-size: 14px;
	color: #999999;
	border-top: 1px solid rgb(230, 230, 230);
	padding: 16px 0;
}
.detailP .fanye p{margin-bottom: 8px;}
.detailP .fanye a{color: rgb(51, 51, 51);}
.detailP .fanye a:last-child{margin-bottom: 0;}
@media (max-width:768px) {
	.detailP .pageTit{font-size: 20px;line-height: 30px;}
	.detailP .infoBox{padding: 4px 0;}
	.detailP .nrBox{padding: 16px 0;font-size: 14px;line-height: 24px;}
	.detailP .fanye{padding-bottom: 0;}
	.dingwei2{top: -55px;}
}
.searchB{padding: 40px 0;}