@charset "utf-8";




body{margin:0px; font-size:14px; color:#444; font-family:; background:#ffffff;  font-family: "Microsoft YaHei", Arial, sans-serif;}
*{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: "Microsoft YaHei", Arial, sans-serif;}
button {overflow:visible; font-family: "Microsoft YaHei", Arial, 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:#004ea2;}
::-webkit-scrollbar-thumb:active{background-color:#004ea2;}





.con { width:80%; margin:0px auto; }
.contain{ width:94%;  margin:0 auto;}


.logo{ float:left; }
.logo img{ height:70px; width:auto}



.header{width:100%; position:fixed; width:100%; top:0px; left:0; z-index:9; transition: all 0.6s; border-bottom:1px solid rgba(255,255,255,.2);}
.header .conn { width:80%; margin:0px auto; }
.header.on{ background:rgba(255,255,255,.9);box-shadow: 0px 0px 5px rgba(195,195,195,0.35);transition: all 0.6s}
.header:hover{background:rgba(255,255,255,.9); transition: all 0.6s}
.logo1{ display:none; margin-top: 10px;}
.logo2{ display:block; margin-top: 10px;}

.header.on .logo1{ display:block;}
.header.on .logo2{ display:none;}

.header:hover .logo1{ display:block;}
.header:hover .logo2{ display:none;}
.header.on .language {color: #333;}
.header:hover .language {color: #333;}
.header .language {
	float: right;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin-top:30px;
	margin-right:10px;
	cursor: pointer;
	position: relative;
	z-index: 9;
 font-size:16px;
}

.header .language .l_m i {
	display: inline-block;
	vertical-align: middle; 
	margin-top: -5px;
	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 #004ea2;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
.header .language .x_l ul {
	padding: 5px 15px;
	background-color: #004ea2;
}
.header .language .x_l ul li a {
	color: #ddd;
	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:#004ea2; font-weight: 900;float:right; cursor:pointer;  margin-top:30px; 
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:24px; color:#fff; font-weight: 900;}
.header.on .s_ch i {  color:#004ea2; }
.header:hover .s_ch i {  color:#004ea2; }



.header .an{ position:absolute; right:3%; top:42px;height:18px; width:30px; display:none; float:right}
.header .an span{width:30px; height:2px; background-color:#fff; 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:#004ea2;}
.header.on .an span{background:#004ea2;}


.header .nav{float:left; margin:0 0 0 21%;}
.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:#004ea2; 
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 30px 0px 30px; 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:#fff; 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:#004ea2;}
.header:hover .nav ul li span{background:#004ea2;}


.header .nav ul li a.o_lm{line-height:80px; color:#fff; display:block; font-size: 16px;  } 
.header .nav ul li:hover a.o_lm{color:#004ea2;}

.header.on .nav ul li.on a.o_lm{color:#004ea2;}
.header:hover .nav ul li.on a.o_lm{color:#004ea2;}

.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:250px; position:absolute;background:rgba(255,255,255,.8); top:80px; left:0;  z-index:9999; margin-left:-15px; border-radius:0px 0px 5px 5px; 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:#004ea2;}
.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:300px;position:absolute;background:rgba(255,255,255,.8); top: 0;left: 250px !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:#004ea2;}
.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){
.header .nav{float:left; margin:0 0 0 15%;}
}


@media only screen and (max-width:1440px){
.header .nav{float:left; margin:0 0 0 11%;}	
	
.header .nav ul li a.o_lm{ padding:0 10px}
.header .conn { width:90%; margin:0px auto;}
.contain{ width:90%; margin:0 auto}

.con { width:90%; margin:0px auto; }
}

@media only screen and (max-width:1360px){
.header .nav{float:left; margin:0 0 0 9%;}
}



@media only screen and (max-width:992px){
.con { width:94%; margin:0px auto; }
.tbtp { text-align: right; width: 100%; padding: 10px 0px ;}

.logo1{ display:none; margin-top: 0px;}
.logo2{ display:block; margin-top: 0px;}

.logo img{ height:50px; width:auto}

.header .language { margin-top:14px; margin-right:-20px; font-size:14px;}


.header .conn { width:94%; margin:0px auto;}
.contain{ width:94%; margin:0 auto}
.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:14px; margin-right: 38px;  }
.header .s_ch i{font-size:18px; color:#fff; font-weight: 900;}
.header{padding:0px 5px; height:55px; position:fixed; top:0; width:100%; box-sizing:border-box;}
.header.on{ height:55px}
.header .an{display:block; top:20px;}
.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:999999;
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:block;}
.header .nav ul{margin-bottom:100px;}
.header .nav ul li{width:90%; height:auto; text-align:left; font-size:20px; 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:50px; color:#333; font-size: 20px;}
.header .nav ul li:hover a.o_lm{color:#004ea2; background:none;}
.header .nav .y_j{border-bottom:1px 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:90px; 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:55px;}
.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;}
}


 .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 宽高比 */
        height: 0;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.gallery-top{width:100%; position:relative; height:100vh; }
.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:38%; text-align:center; vertical-align:middle;}
.gallery-top .swiper-slide .wz h3{font-size:60px;  font-weight:bold; padding-bottom:15px;}
.gallery-top .swiper-slide .wz h3 span { display: block;}
.gallery-top .swiper-slide .wz h2{font-size:22px;  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; color:#fff; display:block; text-align:center;  font-size:16px; margin:20px auto; border-radius:5px; }
.gallery-top .swiper-slide .wz i { margin-left: 10px; font-size:14px; }
@media only screen and (max-width:1440px){
.gallery-top .swiper-slide .wz{width:70%; color:#fff; position:absolute; left:10%; top:40%;}
	}

@media only screen and (max-width:992px){
.gallery-top{width:100%; position:relative; height: auto;}
.gallery-top .swiper-slide { overflow: hidden;}
.gallery-top .swiper-slide img{width: 100%;
    height: auto;}

.gallery-top .swiper-slide .wz{ width:94%;top:35%;left:3%;}
.gallery-top .swiper-slide .wz h3{font-size:15px;padding-bottom:10px;}
.gallery-top .swiper-slide .wz h3 span { display:inline-block;}
.gallery-top .swiper-slide .wz h2{font-size:12px;  line-height:20px; padding-bottom:5px;}
.gallery-top .swiper-slide .wz a { margin:0px auto;font-size:12px; }
.gallery-top .swiper-button-prev { display:none;}
.gallery-top .swiper-button-next { display:none;}
}



.gallery-topp{width:100%; position:relative; }
.gallery-topp .swiper-slide img{width:100%; height:auto; display:block;}
@media only screen and (max-width:992px){
.gallery-topp .swiper-button-prev { display:none;}
.gallery-topp .swiper-button-next { display:none;}
}








.spp { width:100%; margin:0px auto;}



.sy_gy { width:100%; overflow:hidden; padding:5% 0; }
.sy_gy .left { width:38%; float:left; margin-top:0%;}
.sy_gy .left .wz h3{font-size:24px;  color:#333; position: relative; font-weight:bold; color:#666; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; }
.sy_gy .left .wz h2 { font-size:32px; color:#004ea2; font-weight:bold; margin:15px 0px;}
.sy_gy .left .gdd { height: 15px;} 
.sy_gy .left .wz p { font-size:15px; line-height:28px; text-align:justify; color:#666;   }

.mr { width:180px;  overflow: hidden;  border-radius:5px; color:#333; margin:30px 0px 20px 0px; text-transform: uppercase; }
.mr a {font-size:16px; }
.mr:hover a { color:#004ea2; font-size:16px; display:block;}
.mr i { margin-left:10px;font-size: 14px;}
.sy_gy .right { float: right; width: 58%; }
.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; line-height:24px;}
.sy_gy .right { padding-top:3%; }
}
@media only screen and (max-width:1440px) {

.sy_gy .left .wz p { font-size:15px; line-height:23px;}
.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; line-height:23px;}

}

@media only screen and (max-width:995px){
.sy_gy {padding:25px 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:30px; margin:10px 0px;}
.sy_gy .left .wz h3{font-size:22px; height:30px; padding-top:10px;}
.sy_gy .left .wz h3 i { margin: 13px 10px 0px 0px;}
.sy_gy .left .wz p { font-size:14px; line-height:26px; }
.mr { margin:20px 0px 10px 0px;}
.mr a {font-size:14px; }
.mr:hover a { font-size:14px;}
.sy_gy .right { float:none; width: 94%; margin-left: 3%;}
}


.ry_zz { width: 100%; margin:0px auto; background:#f6f6f6; padding: 70px 0px;}
.zzzz{ width: 90%; margin: 0px auto; position:relative;}
.zzzz .ziyuan2{ width:90%; margin:40px auto; }
.zzzz .ziyuan2 .swiper-slide{ position:relative;border-radius:10px; 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;  z-index: 19; width: 100%;color: #000; background:#004ea2;}
.zzzz .ziyuan2 .swiper-slide h1{ display:block; font-size:18px; text-align:center; color: #FFF;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight: bold; line-height:40px;}
.zzzz .ziyuan2 .swiper-slide h2 { font-size:18px; color: #FFF;}
.zzzz .ziyuan2 .swiper-slide h2 a { font-size:18px; color: #FFF;}
.zzzz .ziyuan2 .swiper-slide p { font-size:14px; color: #FFF; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;} 





.zzzz .swiper-button-next{width:48px; height:48px; background:url(../images/right.png) no-repeat center center #004ea2; 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 #004ea2; 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; }
.zzzz .ziyuan2 .swiper-slide h1{ display:block; font-size:16px; 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 .swiper-button-next{ display: none;}
.zzzz .swiper-button-prev{ display: none;}
}









.sy_dgy { width: 100%;margin:0px auto; padding:140px 0px 80px 0px; background:url(../images/gyb.jpg) no-repeat center top fixed; }
.sy_dgy .wrt {  margin:0px auto; text-align:center;}
.sy_dgy .wrt h1 { font-size: 40px; padding: 0px 0px 20px 0px; color: #fff; font-weight:bold;}
.sy_dgy .wrt p { font-size:18px; color: #fff; line-height:40px;}
.sy_dgy .mr { color:#fff;}
.sy_dgy .mr a {color:#fff;}
@media only screen and (max-width:992px){
.sy_dgy { width: 100%; height:62vh; margin: 10px auto 0px auto; position: relative; z-index: 1;  background:url(../images/gyb.jpg) no-repeat center center ;}
.sy_dgy img {position: absolute; height: 62vh; width: auto; transform:translateX(-50%);   top:0;}
.sy_dgy .wrt { position: absolute; left:3%; top:12%; width: 94%; z-index: 3;}
.sy_dgy .wrt h1 { font-size: 20px; padding: 0px 0px 15px 0px; color: #fff;}
.sy_dgy .wrt p { font-size: 14px; color: #fff; line-height:24px;} 
}




/*关于我们*/
.counter{ width: 100%; margin: 0px auto;padding:60px 0px 20px 0px; }
.counter ul li{ width: 25%; 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:0px; }
.counter ul li:last-child:after{ width:0;}
.counter ul li:last-child{ margin-right:0; padding-right:0;}

.counter ul li i img { width:80px;}
.counter ul li .nums{ overflow:hidden; color:#fff; line-height:1;}
.counter span{display:inline-block; vertical-align:top; overflow:hidden;  color:#fff; font-family:Arial; font-weight: bold;  font-size:60px;}
.counter label{display:inline-block;vertical-align:bottom; margin-top:-5%; line-height:2;font-weight:500; font-size:16px;color:#fff; }
.counter .h6{ font-weight: normal; font-size:14px;  overflow:hidden; line-height:20px; margin-top:2px; margin-bottom:6px; color:#fff;}
.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 0px 0px; }
.counter span{  font-size:30px;}
.counter .h6{ font-size:12px; }
.counter ul li{ width:50%;  margin-bottom: 2%;  }	
}






.gy_bt{width:100%;  text-transform:uppercase; margin-bottom:40px; text-align: center; user-select:none;}
.gy_bt h3{font-size:40px; line-height:70px; background:url(../images/bt.jpg) no-repeat center bottom; padding-bottom:10px; font-weight:bold;}
.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:28px; line-height:44px; padding-bottom:10px;}
.gy_bt p { font-size:14px; color:#999; padding-top:10px}	
}


*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height:100%;*height: auto;}
.rect-75{padding-bottom: 50%;}



.ipart01{padding:80px 0;}
.ipart01 .infor{margin-bottom:30px;}
.ipart01 .rect-788{padding-bottom:61%;}
.ipart01 .rect-394{padding-bottom:30.4%;}
.ipart01 .content_t .left{float:left; width:33.3%; background:#f4f4f4;}
.ipart01 .content_t .left .box{padding:13% 17%;}
.ipart01 .content_t .left .box .date{color:#222; font-family:Arial;}
.ipart01 .content_t .left .box .date .d em{font-size:120px; line-height:1.1;}
.ipart01 .content_t .left .box .date .d{font-size:25px; font-weight:bold;}
.ipart01 .content_t .left .box .date .y{font-size:20px; margin-left:15px;}
.ipart01 .content_t .left .box .txt{font-size:18px; color:#222; transition:.3s ease;}
.ipart01 .content_t .left:hover .box .txt{color:#707070;}
.ipart01 .content_t .right .item{position:relative;}
.ipart01 .content_t .right .item .cover{position:absolute; width:100%; height:100%; left:0; top:0; transition:background .3s ease;}
.ipart01 .content_t .right .item .cover:hover{background:url(../images/red79.png);}
.ipart01 .content_t .right .box{padding:40px;}
.ipart01 .content_t .right .box .date{font-size:16px; color:#fff;}
.ipart01 .content_t .right .box .date .d{font-family:Arial;}
.ipart01 .content_t .right .box .tit{font-size:24px; font-weight:bold; color:#fff; margin:20px 0px; line-height:30px;}
.ipart01 .content_t .right{float:left; width:66.7%;}
.ipart01 .content_c .item{float:left; width:33.3%;}
.ipart01 .content_c .item.item1 .box{box-shadow: 2px 2px 15px rgba(0,0,0,.2);}
.ipart01 .content_c .item.cur .box{position: relative;z-index: 1; box-shadow: 2px 2px 15px rgba(0,0,0,.2);}
.ipart01 .content_c .item.item3{background:#f4f4f4;}
.ipart01 .content_c .item .box{padding:10% 10% 5%;}
.ipart01 .content_c .item .box .date{font-size:16px; color:#666;}
.ipart01 .content_c .item .box .date .d{font-family:Arial;}
.ipart01 .content_c .item .box .tit{font-size:24px; font-weight:bold; color:#222; margin:30px 0 40px; line-height:30px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;}
.ipart01 .content_c .item .box .more{font-size:14px;}
.ipart01 .content_c .item .box .more .icon{margin-left:10px;display:inline-block; background:url(../images/anniu_jt1.png) no-repeat center; width:17px; height:10px; }
.ipart01 .content_c .item .box {transition: all .5s ease;}
.ipart01 .content_c .item .tit{transition:.3s ease;}
.ipart01 .content_c .item:hover .tit{color:#707070;}
.ipart01 .content_c .item:hover .more{color:#104ecf;}
.ipart01 .content_c .item:hover .more .icon{background:url(../images/anniu_jt2.png) no-repeat center;}
.ipart01 .content_t .left:hover{position: relative;z-index: 1;box-shadow: 2px 2px 15px rgba(0,0,0,.2);}
.ipart01 .content_t .left{transition: all .5s ease;}
.ipart01 .m_more{font-size:13px; color:#666; text-align:center; display:none; margin-bottom:10px;}
.ipart01 .m_more .icon{margin-left:10px;display:inline-block; background:url(../images/anniu_jt1.png) no-repeat center; width:17px; height:10px;}
@media only screen and (max-width:1660px){
.ipart01 .content_c .item .box .tit{font-size:20px; font-weight:bold; color:#222; margin:30px 0 30px; line-height:30px;}
}
@media only screen and (max-width:1440px){
.ipart01 .content_t .left .box{padding:6% 10%;}
.ipart01 .content_t .right .box .tit{font-size:18px; font-weight:bold; color:#fff; margin:20px 0px; line-height:30px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden; }
.ipart01 .content_c .item .box .tit{font-size:18px; font-weight:bold; color:#222; margin:20px 0 20px; line-height:30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden; }
}
@media only screen and (max-width:992px){
.ipart01{padding:20px 0;}   
.ipart01 .rect-788{padding-bottom:45%;}
.ipart01 .rect-394{padding-bottom:37%;}
.rect-75{padding-bottom: 40%;}
.ipart01 .content_t .left{float:none; width:100%;}   
.ipart01 .content_t .left .box{padding:8% 6%;}  
.ipart01 .content_t .left .box .date .d em{font-size:60px; line-height:1.1;} 
.ipart01 .content_t .left .box .txt{font-size:16px; line-height: 28px;}
.ipart01 .content_t .right{float: none; width:100%;}
.ipart01 .content_t .right .box{padding:20px;}
.ipart01 .content_c .item .box .tit{ margin:15px 0px; line-height: 24px;}
.ipart01 .content_c .item{float: none; width:100%;}
.ipart01 .content_c .item .box{padding:5% 5% 2%;}
.ipart01 .content_c .more i { font-size:16px;}
}



.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; }
}


/* 底部 */
.footer{position:relative;	overflow:hidden; width:100%;  background:#004ea2;}
.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:20%;}
.footer .foot_top .left .t{font-size:38px; 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 .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;}
.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;}



.footer .foot_top .right{float:left; width:75%;}
.footer .foot_top .right dl{float:left;  margin-left:5%; }
.footer .foot_top .right dl:first-child{margin-left:0;}
.footer .foot_top .right dl:last-child{ width:47%; }
.footer .foot_top .right dl dt{font-size:18px; color:#fff; font-weight:bold; padding:0px 0 25px 0px;}
.footer .foot_top .right dl dd{font-size:14px; color:rgba(255,255,255,0.7); line-height:30px;}
.footer .foot_top .right dl dd a {color:rgba(255,255,255,0.7);}
.footer .foot_top .tel{font-size:30px; color:#fff; font-weight:bold; font-family:Arial; margin:0px 0 30px 0px;}
.footer .foot_top .tel span {font-size:16px; color:#fff; font-weight: normal; padding-bottom:15px;}
.footer .foot_top .tel a{color:#fff;}
.footer .foot_top .more{font-size:16px; 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:14px;}

.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:1660px){
.footer .foot_top .right dl{float:left;  margin-left:4%; }	
.footer .foot_top .right dl:last-child{ width:40%; }
}
@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;}
}

@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 .right dl dd.tel{ margin:10px 0;}
        .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:320px; background-color:#1976d2; font-size:18px; font-weight:bold; line-height:50px; border-radius: 5px; color:#fff; position:absolute; top:0; right:-320px; 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;}
.nban img{ width:100%; height:auto;}
.nban .bj { position: absolute; left: 0; top:0; height: 100%; width: 100%; background:rgba(0,0,0,.3); z-index: 5;}
.nban .wz { position: absolute; left:10%; top:50%; z-index: 5; width: 80%; text-align: center; }
.nban .wz h1 { font-size: 36px; height: 50px; text-shadow: 0px 1px 3px rgba(0,0,0,.5); color: #fff;}
.nban .wz p { font-size:16px;text-shadow: 0px 1px 3px rgba(0,0,0,.5);color: #fff; padding-top: 10px;}
.nban .wz p a { color: #fff;}

.nban .wzz { position: absolute; left:0; top:28%; z-index: 5; width:100%; text-align: center; }
.nban .wzz h1 { font-size:40px; color: #004ea2;  background:url(../images/bt.jpg) no-repeat center bottom; padding-bottom:20px; font-weight:bold;}
.nban .wzz p { font-size:24px; color: #333; line-height: 40px; padding-top: 15px;}

@media screen and (max-width:1360px) {
.nban .wz { position: absolute; left: 5%; top:32%;}
}
@media screen and (max-width:992px) {
.nban{  height:240px; margin-top:0px;}
.nban img{ position:absolute; height:240px; width:auto; top:0; left:50%; transform:translateX(-50%); z-index:2}
.nban .wz { position: absolute; left:0; top:48%; width: 100%;}
.nban .wz h1 { font-size: 28px; height: auto; line-height: 36px; padding: 0px 20px; }
.nban .wz p { font-size:16px;padding-top: 0px;}


.nban .wzz {top:27%;}
.nban .wzz h1 { font-size:24px; padding-bottom:10px; font-weight:bold;}
.nban .wzz p { font-size:18px; color: #333; line-height: 40px; padding-top:5px;}
}



.down_box{width:100%; position:relative; z-index:7;}
.down_box img{display: inline-block!important;max-width: 100%!important;}
.down_box .tab_title{ margin-bottom:15px; background:#f6f6f6; width:100%; text-align:center;}
.down_box .tab_title ul {}
.down_box .tab_title li{display:inline-block; width:auto; line-height:70px; font-size:20px;  color:#333;  text-align:center;}
.tab_title li a{display:inline-block;  height:70px; line-height:70px; text-align:center; color:#333; font-size:20px; padding: 0px 70px;}
.tab_title li.active a{ background:#004ea2; display:block; color:#fff;} 
.down_box .tab_title.fixed{ position:fixed; top:80px;z-index:9}
@media only screen and (max-width:1360px){
.down_box .tab_title ul {}	
}
@media only screen and (max-width:992px){
.down_box .tab_title ul {}
.down_box .tab_title li{ line-height: 50px; width:50%; float:left;  text-align:center;}
.tab_title li a{ height:50px; line-height:50px; padding: 0px;}
.down_box .tab_title.fixed{ position:fixed; top:55px;z-index:59}
}






.ndh { width:100%; background:#f6f6f6; line-height:60px; text-align:center; z-index:6;}
.ndh ul li { display:inline-block; width:auto; line-height:60px; font-size:20px;  color:#333; }
.ndh ul li a {font-size:20px; padding:0px 80px; color:#333;  line-height:60px;display:block; }
.ndh ul li:hover a { background:#004ea2; display:block; color:#fff;}
.ndh ul li .on {background:#004ea2; display:block; color:#fff;}
.ndh .dhk { width: auto;}
@media screen and (max-width:1440px) {
.ndh ul li a {font-size:18px; padding:0px 25px; color:#333;  line-height:70px;display:block; }   
}
@media screen and (max-width:992px) {
.ndh { width:100%; margin:0px auto; overflow:hidden; background: #f0f0f0; line-height:50px;}
.ndh .con { width: 100%;}
.ndh ul li { width:33.333%; float: left; font-size:16px;color:#333; text-align: center; line-height:50px; }	
.ndh ul li a {font-size:16px; padding:0px 0px; line-height:50px;}
.ndh .dhk { width: 25%; }	
}



.ny_fz { padding:20px 0px 80px 0px; background:#f6f6f6; }
/*大事记start*/
.event_box{width:80%;margin:3% auto 0;position:relative;min-height:420px;}
.event_box .parHd {width:90%;display:inline-block;height:92px;overflow:hidden; margin-left: 4%;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:30px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:94%;height:1px;background:#999;position:absolute;/* top:33%;*//* right:-140%;*/right:3%;top:40%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#000;position:relative; width: 12.5%;}
.parHd li:after{content:'';background:url(../images/dot_ico.png) no-repeat;width:24px;height:24px;position:absolute;z-index:20;top:-9px;left:50%;margin-left:-12px;}
.parBd{text-align:center; width: 80%; margin: 60px auto 0px auto;}
.parBd .zc { width:40%; float: right;}
.parBd .zc img { width: 100%; height: auto; box-shadow: 15px 15px 0px rgba(0,0,0,.1);}
.parBd .yc { width:55%; float: left; text-align: left;}
.parBd .yc h4 { font-size: 60px; font-family: Arial; padding-bottom: 25px; color: #000;}
.parBd .yc p { font-size: 16px; line-height: 30px; text-align:justify;}

div#listBox {width:100%;}
.sPrev,.sNext{width:50px;height:50px;display:block;position:absolute;top:10px;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-9px;left:50%;margin-left:-12px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	
@media only screen and (max-width:1440px) {
.event_box{width:90%;}	
.parBd{text-align:center; width: 90%; margin: 60px auto 0px auto;}
}
@media only screen and (max-width:992px) {
.ny_fz { padding:0px 0px 60px 0px; }
.event_box{width:94%;}	
.event_box .parHd {width:82%; margin-left:6%;}
.parHd li{ width:33.333%;}
.parBd .zc { width:100%; float: none;}
.parBd .yc { width:100%; float: none; text-align: left; margin-top: 40px;}
.parBd .yc h4 { font-size: 40px;  padding-bottom: 15px; }
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:20px;}
.sPrev img,.sNext img { width:100%;}
.parBd{text-align:center; width:90%; margin:30px auto 0px auto;}
}


.zz_jg {text-align: center; padding: 60px 0px; width: 100%; background:#fff;}







.ny_xw { width: 80%; margin: 30px auto 60px auto;}
.ny_xw ul li { border-bottom: 1px solid #ddd; padding: 40px 0px;}
.ny_xw .rq { width:20%; background:#004ea2; text-align:center; padding:20px 0px; font-family:Arial, Helvetica, sans-serif; border-radius:10px; position:absolute; right:0; bottom:0; z-index:1;}
.ny_xw .rq h1 { font-weight: bold; font-size:48px; color:#fff; }
.ny_xw .rq p { font-size: 20px; padding:5px 0px 0px 5px; color: #fff;}
.ny_xw .tp { width: 35%; float: left; height: 350px; overflow: hidden;  position:relative; }
.ny_xw .tp img { object-fit:cover; width:100%; height:100%;}
.ny_xw .wz { width: 60%; float: right;}
.ny_xw .wz h2 { font-size: 20px; font-weight: 800; line-height: 40px; padding-bottom: 15px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }
.ny_xw .wz h2 a:hover {color: #004ea2; text-decoration: underline;}
.ny_xw .wz p { line-height: 28px;}
@media only screen and (max-width:1440px) {
.ny_xw { width:90%;}
}
@media only screen and (max-width:992px){
.zz_jg {text-align: center; padding: 40px 0px; width: 100%; background:#fff;}
.ny_xw { width: 94%; margin: 20px auto 30px auto;}
.ny_xw ul li {  padding: 20px 0px;}
.ny_xw .rq { width:30%;}
.ny_xw .tp { width: 100%; float: none;}
.ny_xw .wz { width: 100%; float: none;}
.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_xww {margin: 30px auto 0px auto;}
.ny_xww ul li { border-bottom: 1px solid #ddd;  width: 31.3333%; margin: 0 2.6% 2.6% 0; float: left; }
.ny_xww ul li:nth-child(3n) { margin-right: 0;}
.ny_xww .tp { width:100%;height:250px;  overflow: hidden; }
.ny_xww .tp img { object-fit:cover; width:100%; height:100%;}
.ny_xww .wz { width:100%; margin-top: 15px;}
.ny_xww .wz h2 { font-size: 18px; font-weight: 800; height: 40px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }
.ny_xww .wz h2 a:hover {color: #0075c2; text-decoration: underline;}
.ny_xww .wz p { line-height: 28px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }
.ny_xww .wz span { font-family: Arial; color: #999; line-height: 35px;}

@media only screen and (max-width:992px){
.ny_xww { margin: 0px 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; margin-top: 5px;}
.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;  }	
}




/*翻页*/
.paging{width:100%; margin:0px auto 80px auto; text-align:center; overflow:hidden;}
.paging a{line-height:40px; color:#888; background-color:#fff; text-align:center; font-size:14px; border:1px solid #e7e7e7; width:40px; height:40px; border-radius: 100px; margin:0 3px; display:inline-block;}
.paging a:hover{background-color:#004ea2; border:1px solid #004ea2; color:#fff;}
.paging a.on{background-color:#004ea2; border:1px solid #004ea2; color:#fff;}
@media only screen and (max-width:1023px) {
.paging{margin:20px auto 30px auto ;}
.paging a{line-height:40px; font-size:14px; width:40px; height:40px; margin:0 3px; }
}


.founder-list { background:#f6f6f6; padding:60px 0px;}
.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;}
.founder-list h4 {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;padding: 15px 30px;background: url(../images/icon10.png) 97% center no-repeat;}
.founder-list h4 i{ background:#fff; border-radius:100px;  color:#004ea2; width:40px; height:40px; display:inline-block; text-align:center; line-height:40px; font-size:18px; font-weight:bold; margin-right:20px;box-shadow: 5px 4px 10px rgba(0,78,162,.2);}
.founder-list .info {background-color: #f7f7f7;padding:30px;display: none; font-size: 14px; line-height: 30px;}
.founder-list .info span{background:#004ea2; border-radius:100px;  color:#fff; width:40px; height:40px; display:inline-block; text-align:center; line-height:40px; font-size:18px; font-weight:bold; margin-right:20px; float:left;}
.founder-list .info .wz { float:left; width:80%;}
.founder-list .info .font18 {padding: 5px 0;}
.founder-list .on {-webkit-border-radius: 5px;border-radius: 5px;overflow: hidden;border-bottom: transparent;}
.founder-list .on h4 {background-color:#004ea2;color: #fff;background-image: url(../images/icon11.png);}
.founder-article {padding-top: 10px;}
.founder-article .article {padding-top: 20px;line-height: 26px;}
.font22 { font-size: 22px;}
@media only screen and (max-width:992px) {
.founder-list { padding:30px 0px;}	
.font22 { font-size: 20px;}
.founder-list h4 {padding: 15px;}
.founder-list .info {padding: 15px;}
.founder-list .info .wz { float:right; width:82%;}
}



.cp_syy { padding:80px 0px;}
.cp_syy .zx { width: 48%; margin-bottom: 20px;}
.cp_syy .zx span { font-size: 14px; float: left; line-height: 50px; margin-right:10px; width:100%; }
.cp_syy .zx .txt {width:100%; line-height: 50px; padding: 0px 15px; float: left; font-size: 14px; color: #666; height: 50px; border-radius:5px; background:#f6f6f6;}
.cp_syy .ym { width: 100%;}
.cp_syy .ym span { font-size: 14px; float: left; line-height:30px; margin-right:10px; }
.cp_syy .ym .txt {width:93.3%; background:#f6f6f6;  border-radius:5px; border:none;line-height: 30px; padding:10px 20px; float: left; font-size: 14px; color: #666; height: 150px; outline: none; font-family:"微软雅黑" ;}
.cp_syy .button{ background:#004ea2; width: 180px; line-height: 50px; font-size: 22px; color: #fff;  margin: 30px auto 0px auto; border-radius:30px;}
@media only screen and (max-width:992px) {
.cp_syy { padding:30px 0px;}
.cp_syy .zx { width: 100%; margin-bottom: 20px;}
	.cp_syy .zx .txt {width:100%; }
	.cp_syy .ym .txt {width:100%;}
	.cp_syy .ym span { line-height:50px; }
}






.rj_cp {padding:70px 0px 80px 0px; }
.rj_cp ul li { width:31%; margin:0 2.6% 2.6% 0; background:#f6f6f6; padding:50px 30px 20px 30px; float:left;}
.rj_cp ul li:nth-child(3n) { 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%;  line-height:30px;}
.rj_cp ul li .lx .wxx {width:100%; text-align:right;   }
.rj_cp ul li .lx .wxx img { width:80px; height:80px; border:3px solid #fff;}
@media only screen and (max-width:1440px) {
.rj_cp ul li { padding:50px 20px 20px 20px;}
}
@media only screen and (max-width:992px) {
.rj_cp { padding:40px 0px;}
.rj_cp ul li { width:100%; margin:0 0% 3% 0;  padding:40px 20px 20px 20px; float: none;}
}



.gn_xs { padding:80px 0px; background:#f6f6f6;}
.gn_xs .tp { text-align:center;}
.gn_xs ul li { width:49%; float:left; margin:3%  2% 0 0; background:#fff; padding:30px;}
.gn_xs ul li:nth-child(2n) { margin-right:0;}
.gn_xs ul li .zp { width:150px; margin:0px auto;}
.gn_xs 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;}
.gn_xs ul li h1 { font-size:18px; font-weight:bold; line-height:40px; text-align:center; padding-top:10px;}
.gn_xs ul li h2 { font-size:16px; text-align:center;}
.gn_xs ul li .lx{ padding:20px 0px;}
.gn_xs ul li .lx p { width:75%; float:left; line-height:30px;}
.gn_xs ul li .lx .wxx { float:right; width:80px; height:80px; border:3px solid #fff;}
.gn_xs ul li .lx .wxx img { width:100%;}
@media only screen and (max-width:992px) {
.gn_xs { padding:30px 0px;}	
.gn_xs .tp img  { width:100%; height:auto;}
.gn_xs ul li { width:100%; margin:0 0% 3% 0;  padding:40px 20px 20px 20px; float: none;}
	}




.cp_cpp { background:#f6f6f6; padding:60px 0px 0px 0px;}


.nytit {width:24%; float: left; background: #fff; padding-bottom: 25px; overflow: hidden;}
.nytit h2 { height: 70px; line-height: 70px; background:#004ea2; text-align:left; padding-left: 30px; font-size:24px; color:#fff; font-weight: bold; margin-bottom: 3px;}
.nytit ul li { display:inline-block;padding:15px 30px; color: #000; font-size: 20px; font-weight: bold; width: 100%; box-sizing: border-box; margin-bottom: 3px;position: relative; }

.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 .y_j a { font-weight: bold; color: #000;}
.nytit ul li .e_j {position: relative;top:10px; left: 0; width:100%; display: none; border-top: #ccc 1px solid; padding:10px 0px;}
.nytit ul li .e_j a {display: block;line-height: 40px;font-size: 16px;color: #333; font-weight:normal;}
.nytit ul li .e_j a:hover{color: #333;}
.nytit ul li a { color:#333;line-height: 30px;font-size: 18px; }
.nytit ul li:hover .y_j a { color:#000;}


.cp_lb { width:74%; float: right;}
.cp_lb ul li { width:48%;  text-align: center; float: left; margin:0 1% 3% 1%; background:#fff; overflow:hidden;}

.cp_lb ul li img{  width:100%; height:auto;  box-sizing:border-box;  }
.cp_lb ul li h1{ display:block; font-size:18px; color:#000; position:inherit; line-height:50px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;     }
.cp_lb ul li:hover {box-shadow: 5px 4px 10px rgba(0,78,162,.2);}
.cp_lb ul li:hover h1 { background:#004ea2; color:#fff; transition: all 0.5s; }
@media only screen and (max-width:1660px) {
.nytit {width: 28%;}
.nytit ul li {padding:15px;}
.cp_lb { width:72%;}	
	
	}
@media only screen and (max-width:992px) {
.cp_cpp { padding:30px 0px 0px 0px;}
.nytit {width: 100%; float: none;}
.nytit h2 { height: 50px; line-height: 50px;  font-size:20px; }
.nytit ul li .y_j a { font-weight: bold; color: #000; font-size: 18px;}
.nytit ul li .e_j a {font-size: 16px;}
.cp_lb { width:100%; float: none; margin-top:20px;}
.cp_lb ul li { width:48%;  text-align: center; float: left; margin:0 1% 3% 1%;}
.cp_lb ul li h1{ font-size:14px;   }

}


.cp_xq{ padding:60px 0px; }
.cp_xq .cp_js{width:100%; background:#f6f6f6; padding:60px 0px; }
.cp_xq  h4{font-size:24px; color:#000000;font-weight:bold; padding-bottom: 20px; text-transform: uppercase;}
.cp_xq .cp_js .jss { margin-bottom:30px; width:800px; margin:0px auto;}
.cp_xq .cp_js .jss p {font-size:16px; line-height:35px; color:#333;}
.cp_xq .cp_js .jss p font {color:#004ea2; padding-right:10px; font-weight:bold;}


.cp_xq .cp_xsm { width: 100%; padding:70px 0px;}
.cp_xq .cp_xsm h5 { border-bottom: 1px solid #ddd; height: 60px; text-transform: uppercase; line-height: 60px; font-size:24px; color:#000; font-weight: bold; margin-bottom: 20px;}
.cp_xq .cp_xsm p { font-size: 18px; line-height: 30px;}

.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:15px 30px;}

/* 为表格的偶数行设置背景色 */
tr:nth-child(even) {
background-color: #fff;
}
/* 为表格的奇数行设置背景色 */
tr:nth-child(odd) {
background-color: #f6f6f6;
}
	
.d2 .tp{width: 100%; padding-bottom:145%; position: relative; overflow: hidden; }
.d2 .tp img{position: absolute; left:50%;top:50%; transform:translate(-50%,-50%); max-width: 100%; max-height: 100%; }

.d1 .tp{width: 100%; padding-bottom:67%; position: relative; overflow: hidden; }
.d1 .tp img{position: absolute; left:50%;top:50%; transform:translate(-50%,-50%); max-width: 100%; max-height: 100%;  }

.d3 .tp{width: 100%; padding-bottom:140%; position: relative; overflow: hidden; }
.d3 .tp img{position: absolute; left:50%;top:50%; transform:translate(-50%,-50%); max-width: 100%; max-height: 100%; }



.ny_ry .d2 ul li p {
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny_ry .d3 ul li p{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*	.ny_ry .d2 ul li p {*/
/*    font-size: 16px;*/
/*    display: block;*/
/*    padding-bottom: 15px;*/
/*    height: 55px;*/
/*}*/
/*.ny_ry .d2 ul li p {*/
/*    font-size: 16px;*/
/*    padding-bottom: 0px;*/
/*    padding-top: 10px;*/
/*}*/
.mr1 { width:200px; height:40px; background:#003db4; 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 only screen and (max-width:995px){
.cp_xq{padding:30px 0px;}
.cp_xq .cp_js{ padding:30px 0px; }
.cp_xq .cp_js h4{font-size:20px;  padding-bottom: 10px; text-transform: uppercase;}
.cp_xq .cp_js .jss { margin-bottom:20px; width:94%;}
.cp_xq .cp_js .jss p {font-size:14px; line-height:24px; width:100%; float: none;}



.cp_xq .cp_xsm { padding:30px 0px;}
.cp_xq .cp_xsm h5 {font-size:22px;}
.cp_xq .cp_xsm p { font-size: 14px; line-height: 24px;}

.tbb1 {  padding:10px; font-size:18px; color:#fff;}
.tbb{font-size:14px; width:100%; }
.tbbb {  padding:10px;}



}



.ry_zzz {  margin:0px auto; background: #f5f5f5;padding: 70px 0px; }
.ry_zzz .zzz{ position:relative; }

.ry_zzz .zzz .ziyuan1{ width:90%; margin:40px auto; }
.ry_zzz .zzz .ziyuan1 .swiper-slide{ position:relative;background:#fff;}
.ry_zzz .zzz .ziyuan1 .swiper-slide i{ display:block; width:100%; padding-bottom:100%;}
.ry_zzz .zzz .ziyuan1 .swiper-slide .tp {width:100%; height:auto; overflow: hidden; }
.ry_zzz .zzz .ziyuan1 .swiper-slide img{  width:100%; height:auto; overflow: hidden;}
.ry_zzz .zzz .ziyuan1 .swiper-slide .wz { padding:20px 20px;  z-index: 19; width: 100%;text-align:left;}
.ry_zzz .zzz .ziyuan1 .swiper-slide .wz h4 { font-size:20px; color: #003db4; line-height:35px; font-weight:bold;}
.ry_zzz .zzz .ziyuan1 .swiper-slide p { font-size:14px; color: #666;} 
.ry_zzz .zzz .ziyuan1 .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 2s; -moz-transition: all 2s; transition: all 2s;}



.ry_zzz .zzz .swiper-button-next{width:48px; height:48px; background:url(../images/right.png) no-repeat center #003db4; right:0;  margin-top:-50px;border-radius:100px;}
.ry_zzz .zzz .swiper-button-prev{width:48px; height:48px; background:url(../images/left.png) no-repeat center #003db4; left:0; margin-top:-50px; border-radius:100px;}

@media only screen and (max-width:992px) {
.ry_zzz {padding: 30px 0px;}
.ry_zzz .zzz{ width:94%; margin: 0px auto; position:relative;}

.ry_zzz .zzz .ziyuan1{ width:100%; margin:20px auto; }
.ry_zzz .zzz .ziyuan1 .swiper-slide .wz { padding:10px; text-align: left;  width: 90%;}

.ry_zzz .zzz .ziyuan1 .swiper-slide p { font-size:14px;} 

.ry_zzz .zzz .swiper-button-next{ display: none;}
.ry_zzz .zzz .swiper-button-prev{ display: none;}
}



.ny_ry { width: 100%;  padding:80px 0px; background: #f6f6f6; }
.ny_ry h5{ font-size:20px; height: 50px; font-weight:bold; text-align:center;}
.ny_ry .d1 { margin-bottom:30px; height:310px; overflow:auto;}
.ny_ry .d1 ul li{float:left;  width:23%; margin: 0 1% 2% 1%; position:relative; background:#fff; text-align:center;}
.ny_ry .d1 ul li img{width:100%; height:auto;}
.ny_ry .d1 ul li p {font-size:16px; margin:15px 0px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;   }

.ny_ry .d2 { margin-bottom:30px; height:750px; overflow:auto;}
.ny_ry .d2 ul { margin-bottom:30px;}
.ny_ry .d2 ul li{float:left;  width:14.6%; margin: 0 1% 2% 1%; position:relative; background:#fff; text-align:center;}

.ny_ry .d2 ul li img{width:100%; height:auto;}
.ny_ry .d2 ul li p {font-size:16px; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;   }


.ny_ry .d3 { margin-bottom:30px; height:425px; overflow:auto;}
.ny_ry .d3 ul { margin-bottom:30px;}
.ny_ry .d3 ul li{float:left;  width:18%; margin: 0 1% 2% 1%; position:relative; background:#fff; text-align:center;}

.ny_ry .d3 ul li img{width:100%; height:auto;}
.ny_ry .d3 ul li p {font-size:16px; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;   }
@media only screen and (max-width:1660px) {
.ny_ry .d1 { margin-bottom:30px; height:260px; overflow:auto;}
.ny_ry .d2 { margin-bottom:30px; height:620px; overflow:auto;}
.ny_ry .d3 { margin-bottom:30px; height:360px; overflow:auto;}

}


@media only screen and (max-width:1360px) {
.ny_ry .d1 { margin-bottom:30px; height:250px; overflow:auto;}
.ny_ry .d2 { margin-bottom:30px; height:610px; overflow:auto;}
.ny_ry .d3 { margin-bottom:30px; height:350px; overflow:auto;}

}

@media only screen and (max-width:992px) {
.ny_ry {  padding:30px 0px; }
.ny_ry .d1 { margin-bottom:30px; height:200px; overflow:auto;}
.ny_ry .d2 { margin-bottom:30px; height:400px; overflow:auto;}
.ny_ry .d3 { margin-bottom:30px; height:280px; overflow:auto;}
.ny_ry .d1 ul li { width:48%; margin: 0 1% 2% 1%;}
.ny_ry .d1 ul li p {font-size:14px; padding-bottom:10px; }
.ny_ry .d2 ul li { width:48%; margin: 0 1% 2% 1%;}
.ny_ry .d2 ul li p {font-size:14px; padding-bottom:10px; }
.ny_ry .d3 ul li { width:48%; margin: 0 1% 2% 1%;}
.ny_ry .d3 ul li p {font-size:14px; padding-bottom:10px; }

}


.tanchu {width: 100%;height: 100%;background:rgba(0,0,0,.2);display: none;position: fixed;top: 0;left: 0;z-index:99999999999999999999999999999;}
.tanchu .gb {width: 30px;height: 30px;position: absolute;top: 10px;right:10px;cursor: pointer;}
.tanchu .gb img {width: 100%;height: auto;}
.tanchu .wz {width:30%;height:auto;background: #fff;position: relative;margin: 5% auto 0 auto; padding:30px;
	-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;
}
.tanchu .wz  img {width: 100%;height: auto;}
@media only screen and (max-width:992px) {
.tanchu .wz {width:94%;margin: 12% auto 0 auto; padding:20px;
}	
	}