@charset "utf-8";




body{margin:0px; font-size:14px; color:#444; font-family:; 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:微软雅黑;}
button {overflow:visible; font-family:微软雅黑;}
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:#0fa74b;}
::-webkit-scrollbar-thumb:active{background-color:#0fa74b;}





.con { width:80%; margin:0px auto; }
.contain{ width:94%;  margin:0 auto;}


.logo{ float:left; padding-top:10px; }
.logo img{ height:70px; width:auto;}





.header{width:100%; position:fixed; width:100%; top:0px; left:0; z-index:999999; transition: all 0.6s; background:rgba(0,0,0,.5);}
.header .conn { width:80%; margin:0px auto; }
.header.on{ background:rgba(0,0,0,.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.on .language {color: #fff;}
.header:hover .language {color: #fff;}
.header .language {
	float: right;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin-top:30px;
	margin-right:15px;
	cursor: pointer;
	position: relative;
	z-index: 9;
 font-size:18px;
}

.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 #ff6e03;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
.header .language .x_l ul {
	background: #ff6e03;
}
.header .language .x_l ul li a {
	color: #fff;
	line-height: 40px;
	display: block;
}
.header .language .x_l ul li a:hover {
	color: #fff; background: #0064fd;
}






.header .s_ch{height:50px; width:50px; font-weight:bold; line-height:32px; text-align: right; color:#006dff; 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:#ff6e03; font-weight: 900;}
.header.on .s_ch i {  color:#ff6e03; }




.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:#006dff; 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 .nav{ float:right; margin-right:15px;}

.header .nav ul>li{height:90px; width:auto; padding:0 0px;font-size:16px;  line-height:60px;float:left; text-align:center;position:relative; text-transform:uppercase; }


.header .nav i{font-size:12px; line-height:50px; text-align:right; position:absolute;height:50px; right:5px; top:15px; display:none }




.header .nav ul li a.o_lm{line-height:90px; color:#fff; padding:0 25px;  display:block; position:relative;}
.header .nav ul li a.o_lm:after{ content:""; position:absolute; width:0; left:50%; transform:translateX(-50%); bottom:0; background:#006dff; height:3px; opacity:0; transition:all 0.6s}
.header .nav ul li:hover a.o_lm{  background:#ff6e03;}
.header .nav ul li.on a.o_lm{  background:#ff6e03; font-weight:bold;}


.header.on  .nav ul li a.o_lm{ color:#fff}




.header .nav .e_j{position:absolute; width:100%;  background:rgba(0,0,0,.7);
box-shadow: 0px 10px 10px rgba(0,0,0,0.25); top:90px;  padding:0px; display:none; left:0; z-index:9999999999999;  height:auto;  -webkit-animation: fadeInUpMenu 0.4s;
  -moz-animation: fadeInUpMenu 0.4s;
  -ms-animation: fadeInUpMenu 0.4s;
  -o-animation: fadeInUpMenu 0.4s;
  animation: fadeInUpMenu 0.4s;
  }
  
  @-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.header .nav ul li:hover .e_j{display:block;}
.header .nav .e_j ul li{ display:block; width:100%; line-height:45px; font-weight:normal; height:auto; text-transform:none;  }
.header .nav .e_j ul li:last-child { border-bottom:0}
.header .nav .e_j  ul li a{display:block; font-size:13px; line-height:45px; color:#fff; transition:all 0.6s;}
.header .nav .e_j  ul li a:hover { color:#fff; font-weight:bold;transition:all 0.6s; background:#ff6e03; }


@media only screen and (max-width:1440px){
.header .nav ul li a.o_lm{ padding:0 15px}
.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:1240px){
.tel{ display:none;}
}


@media only screen and (max-width:992px){
	
	
.con { width:94%; margin:0px auto; }

.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:24px; margin-right:45px;  }
.header .s_ch i{font-size:22px; color:#fff; font-weight: 900;}
.header{padding:0px 5px; height:75px; position:fixed; top:0; width:100%; box-sizing:border-box;}
.header.on{ height:75px}


.header .language {
	float: right;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin-top:22px;
	margin-right:0px;
 font-size:16px;
}


.header .an{display:block; top:30px;}
.header .nav{width:100%; height:0; padding:0px; position:fixed; background:#000; top:75px; right:0; margin:0;  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; color:#fff;  top:0; right:20px}
.header .nav ul li{width:100%; height:auto; text-align:left; font-size:16px; display:block; margin:0; padding:0 20px; box-sizing:border-box;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .nav ul li a.o_lm{line-height:45px; color:#fff;}
.header .nav ul li:hover a.o_lm{color:#fff; background:none;}
.header .nav .y_j{border-bottom:1px solid rgba(255,255,255,0.2);}
.header .nav .e_j{padding:10px 0px; border-bottom:1px solid rgba(255,255,255,0.2);box-shadow:none; overflow:hidden; border-top:0; background:none; position:inherit; 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 .e_j ul li a{ color:#fff}
.header .nav ul li:hover .e_j{display:none;}
.header .nav .e_j.n{display:block !important;}
.header .nav .e_j ul li{ border:0}

.logo{ margin:0 auto; position:fixed; z-index:9999; top:0; left:10px; padding-top:5px;}
.logo img{ height:60px; width:auto}

.header .lange{padding-top:14px; margin-right: 20px;}



.header.on  .nav ul li a.o_lm{ color:#fff}
.header:hover .nav ul li a.o_lm{ color:#fff}
}




.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: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; height:41.67vw; }
.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,.2);background: rgba(0,0,0,0);}
.gallery-top .swiper-slide .wz{width:45%; color:#fff; position:absolute; left:10%; top:40%;}
.gallery-top .swiper-slide .wz h3{font-size:48px;  font-weight:bold; text-transform:uppercase; padding-bottom:15px;}
.gallery-top .swiper-slide .wz h2{font-size:20px;  line-height:30px; letter-spacing:0px;}
.gallery-top .swiper-slide .wz p{font-size:22px; letter-spacing:0px; line-height:36px; }
.gallery-top .swiper-slide .wz a {  width:160px; height:50px; line-height:50px; color:#fff; display:block; background:#ff6e03; text-align:center;  font-size:18px; margin:20px 0px; border-radius:5px; }
.gallery-top .swiper-slide .wz i { margin-left: 10px; font-size:18px;}
@media only screen and (max-width:1440px){
.gallery-top .swiper-slide .wz{width:65%; color:#fff; position:absolute; left:10%; top:40%;}
	}

@media only screen and (max-width:992px){
.gallery-top{width:100%; position:relative; height:41.67vw;}
.gallery-top .swiper-slide { overflow: hidden;}
.gallery-top .swiper-slide img{width: auto; height:45vh; position: absolute; left:50%;  transform:translateX(-50%);   top:0; }

.gallery-top .swiper-slide .wz{ width:90%;top:32%;left:5%;}
.gallery-top .swiper-slide .wz h3{font-size:20px;}
.gallery-top .swiper-slide .wz h2{font-size:12px;  line-height:20px; }
.gallery-top .swiper-slide .wz a {  width:140px; height:40px; line-height:40px;  font-size:14px; margin:20px 0px 0px 0px; }
.gallery-top .swiper-button-prev { display:none;}
.gallery-top .swiper-button-next { display:none;}
}





.sy_gy { width:100%; overflow:hidden; padding:5% 0; }
.sy_gy .left { width:50%; float:left;    }
.sy_gy .left .wz h3{font-size:24px;  color:#333; position: relative; font-weight:bold; color:#ff6e03; margin-bottom:10px; }
.sy_gy .left .wz h2 { font-size:32px; color:#006dff; font-weight:bold; margin-bottom:15px;}
.sy_gy .left .gdd { height: 15px;} 
.sy_gy .left .wz .p { font-size:15px; line-height:28px; text-align:justify; color:#666; /*display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;  overflow: hidden; */ }
.mr { width:180px; height:50px; overflow: hidden; background:#ff6e03; border-radius:5px; text-align:center; line-height:50px; color:#333; margin:30px 0px 20px 0px; text-transform: uppercase; }
.mr a {color:#fff; font-size:16px; }
.mr:hover a { background:#006dff; color:#fff; font-size:16px; display:block;}
.mr i { margin-left: 15px;font-size: 14px;}
.sy_gy .right { float: right; width: 44%; }
.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 { width:45%; float:left; margin-left:5%;}
.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; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:12;  overflow: hidden; }

}

@media only screen and (max-width:995px){
.sy_gy {padding:25px 0px;}
.sy_gy .left { width:100%; float:none;  margin-top:0px;  padding:5% 0% 2% 0%; margin-left:0%;}
.sy_gy .left .wz h2{ font-size:28px; line-height:40px;}
.sy_gy .left .wz h3{font-size:22px; height:30px;}
.sy_gy .left .wz h3 i { margin: 13px 10px 0px 0px;}
.sy_gy .left .wz .p { font-size:14px; line-height:26px; 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:140px; height:40px; line-height:40px;}
.mr:hover a {  font-size:14px; display:block;}
.sy_gy .right { float:none; width: 100%; margin-left: 0%;}
}


.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;}
.zzzz .ziyuan2 .swiper-slide i{ display:block; width:100%; padding-bottom:100%;}
.zzzz .ziyuan2 .swiper-slide .tp {width:100%; height:auto;  background:#fff;  height: 350px; overflow: hidden;  }
.zzzz .ziyuan2 .swiper-slide img{  object-fit: cover; width: 100%; height: 100%;}
.zzzz .ziyuan2 .swiper-slide .wz { padding:10px;  z-index: 19; width: 100%;color: #000; background:#006dff;}
.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:16px; color: #FFF;}
.zzzz .ziyuan2 .swiper-slide h2 a { font-size:16px; color: #FFF;}
.zzzz .ziyuan2 .swiper-slide p { font-size:14px; color: #FFF; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;} 
.zzzz .ziyuan2 .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;}





.zzzz .swiper-button-next{width:48px; height:48px; background:url(../images/right.png) no-repeat center center #ff6e03; 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 #ff6e03; 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: 50px 0px 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: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 .ziyuan2 .swiper-slide .tp { height:180px; overflow: hidden;  }

.zzzz .swiper-button-next{ display: none;}
.zzzz .swiper-button-prev{ display: none;}
}









.sy_dgy { width: 100%;margin:0px auto; padding:100px 0px 80px 0px; }
.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 { margin:30px auto;}
@media only screen and (max-width:992px){
.sy_dgy { width: 100%; height:45vh; margin: 10px auto 0px auto; position: relative; z-index: 1;}
.sy_dgy img {position: absolute; height: 45vh; width: auto; transform:translateX(-50%);   top:0;}
.sy_dgy .wrt { position: absolute; left:3%; top:18%; width: 94%; z-index: 3;}
.sy_dgy .wrt h1 { font-size:20px; padding: 0px 0px 10px 0px; color: #fff;}
.sy_dgy .wrt p { font-size: 14px; color: #fff; line-height:24px;} 
.sy_dgy .mr {margin:15px auto;}
}




/*关于我们*/
.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 .nums{ overflow:hidden; color:#fff; line-height:1;}
.counter span{display:inline-block; vertical-align:top; overflow:hidden;  color:#ff6e03; 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: 20px 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%;  margin-bottom: 30px; text-align: center; }
.gy_bt h3{font-size:40px; line-height:60px;text-transform:uppercase;padding-bottom:15px; font-weight: bold;}
.gy_bt h2 { font-size:18px;}

@media only screen and (max-width:992px){
.gy_bt{ margin:0px 0px 20px 0px;}	
.gy_bt h3{font-size:24px; line-height:26px;   padding-bottom:10px; font-weight: bold;}
.gy_bt h2 { font-size:12px;}
}


.sy_xw { width: 100%; margin:0px auto;  padding:80px 0px; background:#f6f6f6; }
.sy_xw .zc { width: 40%; float: left; height:380px; position: relative; border-radius:10px; overflow:hidden;}
.sy_xw .zc img {object-fit: cover; width: 100%; height: 100%;}
.sy_xw .zc span { position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; line-height: 50px; padding: 0px 15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; background: rgba(0,0,0,.5); font-size: 16px; color: #fff;}
.sy_xw .yc { width: 55%; float: right;}
.sy_xw .yc ul { margin:0px auto;}
.sy_xw .yc ul li { padding: 25px 0px; border-bottom: 1px solid #ddd;}
.sy_xw .yc ul li:first-child { padding-top:0;}
.sy_xw .yc ul li .wz {}
.sy_xw .yc ul li .wz h4 { font-size: 18px; height: 35px; font-weight:bold;}
.sy_xw .yc ul li .wz h4 span { float:right; color:#999; font-size: 14px; font-weight:normal;}
.sy_xw .yc ul li .wz p { font-size: 14px; line-height: 24px; color: #666; height:48px; overflow:hidden;}
@media only screen and (max-width:1440px){
.sy_xw { width:100%; }	
}
@media only screen and (max-width:992px){
.sy_xw { width:100%; padding:0px 0px 40px 0px;}	
.sy_xw .zc { width: 100%; float: none; height:300px; position: relative;}
.sy_xw .yc { width: 100%; float: none; margin-top:40px;}
.sy_xw .yc h2{font-size:30px;}
.sy_xw .yc h2 i { width:40px; height: 4px;  margin: 15px 10px 0px 0px;}
.sy_xw .yc ul { margin-bottom:20px;}
.sy_xw .yc ul li { padding: 20px 0px; }
.sy_xw .yc ul li .wz h4 { font-size: 18px; height: auto;}
.sy_xw .yc ul li .wz p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }
}



.sy_cp { width: 100%;  background: #fff; padding: 80px 0px 60px 0px;}
.sy_cp ul li { width: 32%; float: left; margin: 0 2% 2% 0; border-radius: 10px; overflow: hidden;}
.sy_cp ul li:nth-child(3n) { 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: 100%;padding:0px 0px;}
.sy_cp ul li { width: 100%; float: none; margin: 0 1% 4% 1%; float:left;}	
.sy_cp ul li .tp { height:64vw; }
.sy_cp ul li .wz h1 { font-size: 14px; line-height:24px; }
}


.sy_hz{width:100%; margin: 0px auto; overflow:hidden; position:relative; background:#f6f6f6; padding:60px 0px;}
.sy_hz .swiper-container-hz{padding-bottom:50px;}
.sy_hz .swiper-container-hz img{width:100%; height:auto;  display:block;}
.sy_hz .swiper-container-hz h2 { font-size: 18px; font-weight: bold; background: #fff; padding:10px 15px 5px 15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;   }
.sy_hz .swiper-container-hz p { line-height: 20px; font-size: 14px; padding: 0px 15px 15px 15px; background: #fff;}
.sy_hz .swiper-container-hz .swiper-pagination-bullet {width:35px;height: 4px;background:#ddd;opacity: .99;border-radius: 0;}
.sy_hz .swiper-container-hz .swiper-pagination-bullet-active {opacity: 1;background: #006dfe; border-radius: 0;}
@media only screen and (max-width:1440px) {
.sy_hz{width:90%;}
}
@media only screen and (max-width:992px) {
.sy_hz{width:100%; padding:40px 0px 20px 0px;}
.sy_hz .swiper-container-hz{padding-bottom:50px;}
.sy_hz .swiper-container-hz .swiper-pagination-bullet {width:25px;height: 4px;background:#ddd;opacity: .99;border-radius: 0;}
.sy_hz .swiper-container-hz .swiper-pagination-bullet-active {opacity: 1;background: #006dfe; border-radius: 0;}
}






.footer{width:100%; position:relative; background:#222222; padding:60px 0px 0px 0px;}
.footer .zcc {float:left;  width:22%; margin-right:5%; }
.footer .zcc img { width:200px;}
.footer .zcc .p {color:#fff;  opacity:0.7; padding:20px 0px;}
.footer .zcc .p a{color:#fff;display: inline-block;}
.footer .zc {float:left; width:auto; margin-right:5%; width:10%;  }
.footer .zj {float:left;  width:22%; }
.footer .yc { float:right; width:8%;}

.footer .dt{font-size:18px; color:#ff6e03; line-height:36px; font-weight:bold; text-transform:uppercase;}
.footer .dd{ margin-top:10px; }
.footer .dd .lin{  display:block;  font-size:14px; color:#fff;  opacity:0.7;  padding:5px 0px;}
.footer .dd .lin i { padding-right:10px;}
.footer .dd .lin:hover{ opacity:1;}
.footer .dd .lin1{ width:100%; display:block; float:left; font-size:18px; color:#fff; line-height:28px; letter-spacing:1px; margin-top:12px; padding-left:36px; }
.footer .dd .lin2{ width:100%; display:block; float:left; font-size:14px; color:#fff; line-height:16px; letter-spacing:1px; opacity:0.7; background:url(../images/footer2.png) no-repeat left 18px; padding:10px 0 10px 10px;}

.footer .xz { color: #ccc; font-size: 14px; padding:0px 0 20px 0;}
.footer .eww { color: #ccc; line-height: 30px; text-align: center; font-size: 14px; margin-top:10px; width:90%;} 
.footer .eww img { width: 100%; height: auto;}

.footer .dbf { border-top:1px solid rgba(255,255,255,.5); margin:20px auto 0px auto; padding-top:20px;}
.footer .dbf a { width:10%; float:left; color:#fff; opacity:.7; line-height:26px;}


.footer .footer_down{ width:100%;  padding:15px 0px; text-align:center; background:#ff6e03; margin-top:10px; }
.footer .footer_down .tb1 { text-align:center; margin-bottom:15px; opacity:.8;}
.footer .footer_down .tb1 img  { width:30px; height:auto;}
.footer .footer_down .tb1 a { margin:0px 5px;}
.footer .footer_down p{  font-size:14px; line-height:24px; color:white;  width:100%;}
.footer .footer_down a {color:#fff;  padding:0px 5px;} 

@media screen and (max-width:992px) {
.footer{ padding:30px 0px ;}
.footer .zcc {float: none;  width:100%; margin-right:0%; }
.footer .zcc img { display:none;}

.footer .zc { display:none; }
.footer .zj {float: none; width:100%; }
.footer .yc { float: none; width:100%;}
.footer .eww {  width:30%; margin-left:35%;} 
.footer .footer_down{ padding:20px 0px 50px 0px; text-align:center; }
.footer .footer_down p{ font-size:12px; }
}




.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,.2);}
.nban .wz { position: absolute; left: 10%; top:45%; z-index: 5; width:80%;}
.nban .wz h1 { font-size: 46px; height: 60px; text-shadow: 0px 1px 3px rgba(0,0,0,.5); color: #fff; text-align:center;  }
.nban .wz p { font-size: 16px;text-shadow: 0px 1px 3px rgba(0,0,0,.5);color: #fff;text-transform: uppercase; text-align:center;}
.nban .wz p a{color: #fff;}
@media screen and (max-width:1360px) {
.nban .wz { position: absolute; left: 15%; top:32%;}
}
@media screen and (max-width:992px) {
.nban{  height:250px; }
.nban img{ position:absolute; height:250px; width:auto; top:0; left:40%; transform:translateX(-40%); z-index:2}
.nban .wz { position: absolute; left: 5%; top:48%; width:90%;}
.nban .wz h1 { font-size: 28px; height: 40px; }
.nban .wz p { font-size:14px; }
}

.ny_bt {  margin: 10px auto 0px auto; height: 55px; line-height: 55px; font-size: 16px;}
.ny_bt a { font-size: 16px;}
@media only screen and (max-width:1440px){
.ny_bt { width: 94%;  margin: 10px auto 0px auto; }
}
@media only screen and (max-width:992px){
.ny_bt { width: 94%; line-height: 20px; height: auto; padding: 10px 0px;}	
}


.cp_cpp { margin:0px auto; background:#f6f6f6; padding:60px 0px;}


.nytit {width: 18%; float: left; background: #fff; padding-bottom: 25px; border-radius:5px; overflow: hidden;}
.nytit h2 { height: 60px; line-height: 60px; background:#ff6e03; text-align:left; padding-left: 20px; font-size:26px; color:#fff; font-weight: bold; margin-bottom: 3px;}
.nytit ul li { display:inline-block;padding:15px 15px; color: #000; font-size: 20px; font-weight: bold; width: 100%; box-sizing: border-box;background: #FFF;margin-bottom: 3px;position: relative; border-bottom: 1px solid #ddd;}

.nytit ul li i {width: 150px;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;display: block;}
.nytit ul li .e_j {position: relative;top:10px; left: 0; width:100%; display: none; border-top: #ccc 1px solid;}
.nytit ul li .e_j a {display: block;line-height: 30px;font-size: 14px;color: #333;}
.nytit ul li .e_j a:hover{color: #333;}
.nytit ul li a { color:#333;line-height: 30px;font-size: 16px; }
.nytit ul li:hover .y_j a { color:#000;}
.nytit ul li.on .y_j a { color:#ff6e03;}

.cp_lb { width:80%; float: right;}
.cp_lb ul li { width:23%;  text-align: center; float: left; margin:0 1% 3% 1%; background:#fff;border-radius:10px; overflow:hidden;}
.cp_lb ul li .tp {width: 100%; height: 270px; overflow: hidden; }
.cp_lb ul li img{  object-fit: cover;  width: 100%; height: 100%;  }
.cp_lb ul li h1{ display:block; font-size:18px; color:#fff; position:inherit; padding:15px 0px;background:#006dff;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }

.cp_lb ul li: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;}

@media only screen and (max-width:992px) {
.cp_cpp { width:100%; margin:0px auto; padding:30px 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;}
.cp_lb ul li { width:48%;  text-align: center; float: left; margin:0 1% 3% 1%;}
.cp_lb ul li .tp {width: 100%; height: 180px; overflow: hidden; }
.cp_lb ul li h1{ font-size:14px;padding:15px 0px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;  }

}


/*翻页*/
.paging{width:100%; margin:0px auto 0px auto; text-align:center; overflow:hidden;}
.paging a{line-height:32px; color:#888; background-color:#fff; text-align:center; font-size:14px; border:1px solid #e7e7e7; width:32px; height:32px; margin:0 3px; display:inline-block;}
.paging a:hover{background-color:#006dff; border:1px solid #006dff; color:#fff;}
.paging a.on{background-color:#006dff; border:1px solid #006dff; 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; }
}

.cp_xq{width:100%; margin:0px auto; background:#f6f6f6; padding:50px 0px; }
.cp_xq .cp_xx{ padding:0px; margin-bottom:30px; width:78%; float:right;}
.cp_xq .cp_xx .cp_zs{width:40%; float:left; padding:0;  overflow: hidden;}
.cp_xq .cp_xx .cp_zs img{width:100%; height:auto; display:block; border: 1px solid #ddd;}
.cp_xq .cp_xx .cp_js{width:55%; float:right; }
.cp_xq .cp_xx .cp_js h3{font-size:32px; 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 .guige p{font-size:16px; line-height:24px; color:#333; border-bottom:1px dashed #ddd; padding:13px 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:140px;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%;}
.cp_xsm .h5 { border-bottom: 1px solid #ddd; height: 60px; text-transform: uppercase; line-height: 60px; font-size:30px; color:#000; font-weight: bold; margin-bottom: 20px;}
.cp_xsm .p { font-size: 16px; line-height: 30px;}


.mr1 { width:200px; height:40px; background:#006dff; 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:1440px){
    .cp_xq{width:100%; margin: 60px auto; }
}
@media only screen and (max-width:995px){
.cp_xq{width:100%; margin:0px auto; padding:20px 0px; }

.cp_xq .cp_xx{  width:100%; float: none; margin-top:20px;}

.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:16px; line-height:20px; }
.cp_xq .cp_xx .cp_js h2  { font-size:18px; }
.cp_xq .cp_xx .cp_js p{  font-size:14px; line-height: 24px; color:#666;}

.cp_xq .gallery-thumbs {height:80px;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;}
}


.ry_zz { width: 100%; margin:0px auto; background: #f5f5f5; padding: 70px 0px;}
.zzz{ width: 94%; margin: 0px auto; position:relative;}

.zzz .ziyuan2{ width:90%; margin:40px auto; }
.zzz .ziyuan2 .swiper-slide{ position:relative;background:#fff;border-radius:10px;}
.zzz .ziyuan2 .swiper-slide i{ display:block; width:100%; padding-bottom:100%;}
.zzz .ziyuan2 .swiper-slide .tp {width:100%; height:auto; overflow: hidden; border-radius:10px; }
.zzz .ziyuan2 .swiper-slide img{  width:100%; height:auto; overflow: hidden;}
.zzz .ziyuan2 .swiper-slide .wz { padding:10px 20px;  z-index: 19; width: 100%; background:#006dff;}
.zzz .ziyuan2 .swiper-slide p { font-size:16px; color: #fff;} 
.zzz .ziyuan2 .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;}



.zzz .swiper-button-next{width:29px; height:48px; background:url(../images/right.png) no-repeat; right:0;  margin-top:-50px;background-size:29px 48px;}
.zzz .swiper-button-prev{width:29px; height:48px; background:url(../images/left.png) no-repeat; left:0; margin-top:-50px; background-size:29px 48px;}
@media only screen and (max-width:1440px) {
.zzz{ width:90%; margin: 0px auto; position:relative;}	
}
@media only screen and (max-width:992px) {
.ry_zz {padding: 50px 0px 30px 0px;}
.zzz{ width:94%; margin: 0px auto; position:relative;}

.zzz .ziyuan2{ width:100%; margin:20px auto; }
.zzz .ziyuan2 .swiper-slide .wz { padding:10px; text-align: left;  width: 90%;}

.zzz .ziyuan2 .swiper-slide p { font-size:14px;} 

.zzz .swiper-button-next{ display: none;}
.zzz .swiper-button-prev{ display: none;}
}






.cp_ys { width:75%; margin: 50px auto;}
.cp_ys ul li { width: 23%;  text-align: center; float: left; margin:0 2.33% 1% 0%;}
.cp_ys ul li:nth-child(4n) { margin-right: 0;}
.cp_ys ul li img{  width:100%; height:auto;  box-sizing:border-box;  border: 1px solid #ddd; margin-bottom:15px; }
.cp_ys ul li h1{ display:block; font-size:18px; color:#000; position:inherit; margin:10px 0px 25px 0px;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }
.cp_ys ul li img:hover { border:#006dff 1px solid; }
@media only screen and (max-width:1440px) {
.cp_ys { width:90%; margin: 50px auto;}	
}
@media only screen and (max-width:992px) {
.cp_ys ul li { width:48%;  text-align: center; float: left; margin:0 1% 3% 1%;}
.cp_ys ul li h1{ font-size:14px; margin:0px 0px 15px 0px;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;  }
.cp_ys ul li:last-child{ display: none;} 
}



.ny_xw{ width:94%; margin:40px auto;}
.ny_xw ul{ margin-bottom: 40px;  }
.ny_xw ul li{ width:31%; float: left; margin: 0 3.5% 2% 0;}
.ny_xw ul li:nth-child(3n) { margin-right: 0;}

.ny_xw ul li i{ display:block; width:100%; padding-bottom:70%; position:relative; overflow:hidden; border-radius:0px; margin-bottom:30px}
.ny_xw ul li i img{width:100%; height:100%; position:absolute;object-fit: cover; transition:all 0.6s}
.ny_xw ul li:hover i img{ transform:scale(1.1,1.1); transition:all 0.6s}
.ny_xw ul li em{ display:block; font-style:normal; color:#999; font-size:18px;}
.ny_xw ul li h3{ display:block; font-size:20px;  color:#333; font-weight:normal; margin:20px 0 10px 0; font-weight: bold;}
.ny_xw ul li p {font-size: 16px; line-height: 24px; margin-bottom: 10px; color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;   }
.ny_xw ul li span{ font-size:16px;  line-height:30px;transition:all 0.6s; color: #006dff;}
.ny_xw ul li span a {color: #006dff;}
.ny_xw ul li:hover span{ display:block;  background:#006dff; color:#fff; text-align:center; transition:all 0.6s}
@media only screen and (max-width:1440px){
.ny_xw{ width:90%; margin:0 auto;}
}
@media only screen and (max-width:768px){
.ny_xw{ width:94%; margin:0 auto;}
.ny_xw ul{ display:block; margin-top: 15px;}
.ny_xw ul li{ width:100%; margin-bottom:20px;  }
.ny_xw ul li a{display: block; justify-content: space-between; }
.ny_xw ul li i{ display:block; width:100%; padding-bottom:60%;  border-radius:0px; margin-bottom:0px}
.ny_xw ul li .sxwzi{ width:100%; border:#eee 1px solid; box-sizing:border-box; padding:15px; }
.ny_xw ul li h3{  margin:10px 0; line-height:20px; font-size:18px; }
.ny_xw ul li span{ font-size:12px;  line-height:23px;   }
.ny_xw ul li p{font-size: 14px; line-height: 20px; height: 40px; overflow: hidden;  margin-bottom: 10px;}
}


.founder-list {width: 80%; margin:50px auto;}
.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 50px 15px 15px;background: url(../images/icon10.png) 97% center no-repeat;}
.founder-list .info {background-color: #f7f7f7;padding: 20px 15px;display: none; font-size: 18px; line-height: 36px;}
.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: #006dff;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:1660px){
.founder-list { width:90%; margin: 50px auto;}
}
@media only screen and (max-width:992px) {
.founder-list { width:94%; margin: 30px auto;}	
.font22 { font-size: 16px;}
.founder-list .info {font-size: 14px; line-height: 30px;}
}


.ny_lx {width: 100%; margin:50px auto;}
.ny_lx h1 { font-size: 30px; height: 55px; color: #006dff; font-weight: bold;}
.ny_lx .wz { font-size: 16px; line-height: 28px; color: #999; margin-bottom: 20px;}
.ny_lx .txt { width: 100%; height: 45px; line-height: 45px; background: #f6f6f6; padding: 0 10px; box-sizing: border-box; color: #666;font-size: 16px; border: none;}
.ny_lx .ll { width: 48%; margin-bottom: 20px;}
.ny_lx .text{ width: 160px; height: 45px; line-height: 45px; background: #006dff; text-align: center; color: #fff; font-size: 16px;margin-top: 15px;}
.ny_lx .txtt { width: 100%; height:120px; line-height: 45px; background: #f6f6f6; padding: 0 10px; box-sizing: border-box; color: #666;font-size: 16px; border: none; outline: none;}
.ny_lx .yd20 {margin-left: 200px;}

@media only screen and (max-width:1440px) {
.ny_lx {width: 100%; margin:50px auto;}
}
@media only screen and (max-width:1023px) {
.ny_lx {width: 100%;margin:30px auto;}
.ny_lx h1 { font-size: 22px; height: 45px;}
.ny_lx .wz { font-size: 14px; line-height: 24px; color: #999; margin-bottom: 15px;}
.ny_lx .txt { font-size: 14px;}
.ny_lx .yd20 {margin-left: 20px;}
}

.lxwm { width:100%; margin:0px auto; padding: 60px 0px;}
.lxwm h6 { color: #666; font-size: 16px; text-align: center;}
.lxwm .zi { text-align:center; font-size:20px; color:#333; line-height:50px;}
.lxwm .dy { width:100%; padding-top:30px;}
.lxwm .dy ul li { width:31.333%; float:left; text-align:center; padding: 30px 0px; margin: 0 3% 0 0; border: 1px solid #ddd;  background: #fff;}
.lxwm .dy ul li h1 { font-size: 20px; margin: 20px 0px 0px 0px;}
.lxwm .dy ul li:nth-child(3n) { margin-right: 0;}
.lxwm .dy ul li i{font-size: 48px; color: #006dff;}
.lxwm .dy ul li p { font-size:20px; text-align:center; font-family:Arial, Helvetica, sans-serif; margin-top: 10px; height: 60px;}
.lx_de { width:100%;  margin-top:50px; text-align: center;}
.lx_de img { width: 100%; height: auto;}
@media only screen and (max-width:995px) {
.lxwm {width:100%; margin:0px auto; padding: 20px 0px;}
.lxwm h6 {font-size:16px; height: auto; margin: 10px 0px;}
.lxwm .dy {padding-top:20px;}
.lxwm .zi {font-size:18px; line-height:24px; margin: 10px 0px;}
.lxwm .dy ul li { width:100%; float: none; margin-bottom: 10px;}
.lxwm .dy ul li p { font-size:20px;font-family:Arial, Helvetica, sans-serif;}
.lx_de { width:100%;  margin-top:30px; text-align: center;}
}


.ny_gy {  margin:50px auto;  }
.ny_gy h3 { font-size:22px; text-align:center;}
.ny_gy h2 {font-size:32px; text-align:center; padding-bottom:20px;  color: #006dff; font-weight:bold;}
.ny_gy .wz { font-size:16px; line-height:1.875; /* text-indent:36px; */ }
.ny_gy .wz img{max-width:100%}
@media only screen and (max-width:992px) {
.ny_gy { width:94%; margin:30px auto;  }
.ny_gy h3 { font-size:20px; text-align:center;}
.ny_gy h2 {font-size:28px; padding-bottom:0px;  }
.ny_gy .wz { font-size:14px; line-height:24px; padding-top: 20px;   }	
}

.ny_fl { width:90%; margin:50px auto; background: #006dff; padding: 50px; border-radius:0px; }
.ny_fl ul li { width:31.3333%; float:left; margin:0 3% 0 0;  border-radius:5px; text-align: center; padding:30px 0px; color: #fff;}
.ny_fl ul li .tp { margin-bottom: 15px;}
.ny_fl ul li .tp img { width: 110px;}
.ny_fl ul li h1{ font-size:24px; padding-bottom: 10px; font-weight: bold; color: #fff; }
.ny_fl ul li:nth-child(3n) { margin-right:0;}

@media only screen and (max-width:992px) {
	.ny_fl { width:94%; margin:30px auto;  padding: 20px;}
	.ny_fl ul li { width:100%; float: left; margin:0 0% 5% 0; padding:0px; text-align: left;;}
	.ny_fl ul li:nth-child(2n) { margin-right: 0;}
	.ny_fl ul li p { height: auto;}
	.ny_fl ul li .tp { float:left; width:10%;}
	.ny_fl ul li .wz { float:right; width:84%; padding-left: 4%; font-size: 14px;}
	.ny_fl ul li .tp img { width: 70px; margin: 0px auto;}
	.ny_fl ul li h1{ font-size:16px; padding-bottom: 10px;}

}



.ny_gyy { width:100%; margin:0px auto; padding: 70px 0px; }
.ny_gyy .zjn {margin: 0 auto; width:90%;}
.ny_gyy .left { width:34%; float:left;}
.ny_gyy .left img { width:100%; height:auto; border: 1px solid #ddd;}
.ny_gyy .right { width:63%; float:right; }
.ny_gyy .right h3{font-size:40px; color:#006dff; font-weight: bold; margin-bottom: 20px;}
.ny_gyy .right  p { font-size:18px; line-height:30px; text-align:justify;  overflow: hidden; padding-bottom: 20px; }
.ny_gyy .right  p font {color:#006dff;}

@media only screen and (max-width:992px){
.ny_gyy { width:100%;  padding: 0px 0px;}
.ny_gyy .zjn {margin: 0 auto; width:94%;}
.ny_gyy .left { width:100%; float:none;}
.ny_gyy .right { width:100%; float:none; padding:3% 0;}
.ny_gyy .right h3{font-size:22px; line-height: 32px;  color:#006dff; margin-bottom: 10px; }
.ny_gyy .right  p { font-size:16px; line-height:26px;}	
}




.yingyong ul{display: flex;   justify-content: space-between;flex-wrap:wrap; width:90%; margin: 0px auto;}
.yingyong ul li{ position:relative; height:400px; width:24%; margin: 15px 0px; overflow:hidden; border-radius:10px; overflow:hidden;}
.yingyong ul li img{ width:100%; height:100%;object-fit: cover;transition:all 0.6s}
.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 }
.yingyong ul li .yyzi h3{ display:block; font-size:20px; color:#fff; font-weight: bold;}
.yingyong ul li .yyzi p{ display:none}
.yingyong ul li:hover{ background:#003db4;}
.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}
.yingyong ul li:hover .yyzi h3:after{ content:""; display:block; width:2px; background:#fff; height:20px; margin:10px auto; }
.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{ width: 90%; margin: 0px auto;}
.yingyong ul li{ position:relative; height:300px; width:24%; margin: 15px 0px; overflow:hidden}
}
@media only screen and (max-width:992px){

.yingyong ul{ width:96%; margin:0 auto }
.yingyong ul li{  height:200px; width:49%; overflow:hidden; margin-bottom:0px}


.yingyong ul li:hover .yyzi p{ display:none;}
.yingyong ul li:hover .yyzi h3:after{ content:none;}
.yingyong ul li .yyzi{ padding:10px;}
.yingyong ul li .yyzi h3{  font-size:16px; text-align:center}
.yingyong ul li:hover .yyzi{ position:absolute; bottom:0; left:0; padding:30px; box-sizing:border-box; width:100%; height:auto;background-image: linear-gradient(180deg, transparent ,#000); z-index:99; transform:none;}
.yingyong ul li:hover img{ opacity:1}


}