@charset "utf-8";

@font-face {
  font-family: 'COND';
  src: url('../font/AKZIDENZGROTESK-COND.OTF');
}

body{margin:0px; font-size:14px; color:#444; font-family: Arial, Helvetica, sans-serif; background:#ffffff;}
*{padding:0px; margin:0px; box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,h7,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6,h7 {list-style:none; font-weight:normal;}
input,select,button{font-size:12px;  border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
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:#2e66e3;}
.clear{overflow:hidden; clear:both; height:0px;}
.clearfix:after {content: '';display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {/*兼容 IE*/zoom: 1;}

::-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;}

.fl { float:left;}
.fr { float:right;}



.con { width:94%; margin:0px auto; max-width: 1200px;}



.header{width:100%; position:fixed; top:0; left:0; z-index:99;background:rgba(255,255,255,.8);}
.header.on{ background:rgba(255,255,255,.9);}

.header .logo{width:350px; float:left; padding:10px 0px;}
.header .logo img{width:100%; height:auto; display:block;}

.header .s_ch{height:35px; width:35px; font-weight:bold; line-height:35px; text-align: center;  color:#fff; background:#2eae5e; border-radius:100px;  font-weight: 900;float:right; cursor:pointer;  margin-top: 25px; 
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-size:16px; color:#fff; font-weight: 900;}

.header .ywx {float:right; padding: 20px 0px;}
.header .ywx  a { font-size:16px; line-height:60px;}
.header .ywx font{padding:0px 10px;}

.header.on .an i{color:#333;}
.header .an{position:absolute; top:0; right:3%; height:18px; width:30px; display:none; margin-top:22px; }
.header .an span{width:30px; height:2px; background:#2e66e3;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; padding: 20px 0px; }
.header .nav i{font-size:18px; color:#666; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.header .nav ul li{margin:0px; line-height:60px; float:left; position:relative; padding:0px 30px 0px 0px;transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;
-webkit-transition:all .5s; font-size:16px;}
.header .nav ul li a { font-size:18px;  }
.header .nav ul li span{width:0; height:2px; background: #2e66e3; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}
.header .nav ul li.on a{color:#2e66e3;}
.header .nav ul li:hover a { color: #2e66e3;}
.nav .y_j{position:relative;}
.nav .e_j{width:150px; background:#fff; position:absolute; top:80px; left:-40px; display:none; z-index:9999; border-radius:0px 0px 5px 5px; overflow: hidden; }
.header .nav ul li .e_j a{display:block; font-size:14px; color:#333; line-height:40px; text-align: center;  font-weight:normal;  }
.header .nav .e_j a:hover{ color:#fff; background:#2e66e3;}
.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
@media only screen and (max-width:1440px){
.header .nav ul li{ padding:0px 40px 0px 0px; font-size:14px;}
.header .nav ul li a { font-size:14px;}
}
@media only screen and (max-width:995px){
.header.on{ background:#fff; height: 60px;}
.header .ywx {float:right; padding: 15px 0px; margin-right:50px;}
.header .ywx  a { font-size:14px; line-height:30px;}
.header .logo{width:50%; float:left; padding:5px 0px;}
.header .logo img { width:100%; height:auto;}
.header .s_ch{height:30px; width:30px; line-height:30px;  margin-right:50px; float:right; margin-top: 16px;}
.header .s_ch i{font-size:18px; color:#fff; font-weight: 900;}
.header .an{display:block;}
	
.header .cxan { display: none;}
.header .cxan1 { display: block;}
	
.header .nav ul { width: 100%;}
.header .nav{width:100%; padding:15px 5%;  height:100%; position:fixed; top:60px; margin-top:0; left:-100%; z-index:11; overflow:auto; background: rgba(255, 255, 255, 0.9);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; z-index:65; margin-left:0;}
.header .nav.on{left:0; margin-top:0} 
.header .nav ul li.on span{width:0%;}
.header .nav ul li:hover span{width:0%;}
.header .nav ul li:hover a { color:#f2bf25;}
.header .nav i{display:block; }
.header .nav ul li{line-height:50px;  text-align:left; float:none; margin:0; padding:0; font-size:16px; color:#333; border-bottom:1px solid #ddd;}
.header .nav ul li a {font-size:16px; color:#333;}
.header .nav ul li:after { background: rgba(0,0,0,0);}
.header .nav .e_j{padding:0px;  background:none; position:relative; top:auto; left:auto; width:100%; height: auto; margin-left:0px;
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:14px; color:#666; margin-left:0px; text-align: left;}
.header .nav ul li .e_j a:hover { color: #fff; padding: 0 10px;}
}





.head_h{width:100%; height:0px;}
@media only screen and (max-width:1023px) {
.head_h{width:100%; height:60px;}
}


.search{width:100%; background: rgba(46, 174, 94, 0.9); position:fixed; top:80px; left:0; z-index:101; display:none;}
.search .container{ 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:20px;}
@media only screen and (max-width:992px){
.search{ top:60px;}
.search .sc_gb{position:absolute; top:0; 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:80%;float: left;}
.search input{width:70%; font-size:15px; float: left;}
.search button{width:15%;}
.search button i{font-size:26px;}
}





.gallery-top{width:100%; position:relative; height: auto; }
.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,.5);}
.gallery-top .swiper-slide .wz{width:100%; color:#fff; position:absolute; left:50%; top:42%;  max-width:1200px; margin-left:-600px;}
.gallery-top .swiper-slide .wz h3{font-size:44px; height:60px; font-weight:bold; color:#fff;}
.gallery-top .swiper-slide .wz h2{font-size:24px;  line-height:40px; letter-spacing:0px;}
.gallery-top .swiper-slide .wz p{font-size:22px; line-height:36px; }
.gallery-top .swiper-slide .wz a { background:#2eae5e; width:160px; height:40px; line-height:40px; color:#fff; display:block; text-align:center; font-size:14px; margin:10px 0px 0px 0px;}
.gallery-top .swiper-slide .wz i { margin-left: 10px;}
.gallery-top .swiper-button-next{width:45px; height:45px; background:url(../images/h_yj.png) no-repeat; right:20px;background-size:45px 45px; -webkit-background-size:45px 45px; -moz-background-size:45px 45px; -ms-background-size:45px 45px; -o-background-size:45px 45x;}
.gallery-top .swiper-button-prev{width:45px; height:45px; background:url(../images/h_zj.png) no-repeat; left:20px; background-size:45px 45px; -webkit-background-size:45px 45px; -moz-background-size:45px 45px; -ms-background-size:45px 45px; -o-background-size:45px 45x;}
@media only screen and (max-width:992px){
.gallery-top{width:100%; position:relative; height: 250px;}
.gallery-top .swiper-slide { overflow: hidden;}
.gallery-top .swiper-slide img{width: auto; height: 250px; position: absolute; left:50%;  transform:translateX(-50%);   top:0; }
.gallery-top .swiper-slide .bj { display: none;}
.gallery-top .swiper-slide .wz h3{font-size:26px; height:45px;}
.gallery-top .swiper-slide .wz h2{font-size:16px;  line-height:40px; letter-spacing:0px;}
.gallery-top .swiper-slide .wz a { background: #f2bf25; width:120px; height:30px; line-height:30px; margin:10px auto 0px auto;}
.gallery-top .swiper-button-prev { display:none;}
.gallery-top .swiper-button-next { display:none;}
}


.gy_bt{width:100%;  text-transform:uppercase; margin-bottom: 30px; text-align: center; }
.gy_bt h2{font-family:Arial; font-size:38px; line-height:40px;  font-weight:800; color:rgba(153,153,153,0.1); position:relative;}
.gy_bt h3{font-size:32px; font-weight: bold; color: #333; line-height:44px; margin-top:-25px; background:url(../images/bt.png) no-repeat center bottom; padding-bottom:20px;}
.gy_bt p { font-size:14px; color:#999; padding-top:10px}
@media only screen and (max-width:992px){
.gy_bt{ margin:20px 0px;}
.gy_bt h2{font-family:Arial; font-size:24px; line-height:50px;  font-weight:800; color:rgba(153,153,153,0.1); position:relative;}
.gy_bt h3{font-size:24px; line-height:44px; margin-top:-35px;  padding-bottom:10px;}
.gy_bt p { font-size:14px; color:#999; padding-top:10px}	
}


.mr { width:180px; height:40px; overflow: hidden; background:#2e66e3; text-align:center; line-height:40px; color:#333; margin:20px 0px 20px 0px; text-transform: uppercase; }
.mr a {color:#fff; font-size:16px;}
.mr:hover a { background:#2e66e3; color:#fff; font-size:16px; display:block;}
.mr i { margin-left: 15px;font-size: 14px;}
@media only screen and (max-width:995px){
.mr { margin-top:20px;}
}



.sy_gy { width:100%; overflow:hidden; background: #f6f6f6;padding:3% 0; }
.sy_gy .left { width:50%; float:left;    }
.sy_gy .left .wz h3 i { width: 60px; height: 4px; background: #0077be; display: inline-block; float: left; margin: 13px 10px 0px 0px;}
.sy_gy .left .wz h3{font-size:30px;height:60px;  color:#333; position: relative; left: 0; top: 0; font-weight: bold; }
.sy_gy .left .wz span { width:50px; height:3px; background:#0077be; display:block; margin:0px 0px 10px 0px;}
.sy_gy .left .gdd { height: 15px;} 
.sy_gy .left .wz p { font-size:15px; line-height:26px; text-align:justify; color:#666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:9;  overflow: hidden; }
.sy_gy .right { float: right; width: 44%; }
.sy_gy .right img { width: 100%; height: auto;}
@media only screen and (max-width:1660px) {
.sy_gy .left .wz p { font-size:16px; line-height:34px;}
}
@media only screen and (max-width:1450px) {
.sy_gy .left { width:45%; float:left; margin-left:5%;}
.sy_gy .left .wz p { font-size:15px; line-height:29px;}
.sy_gy .left .gdd { height: 10px;} 
}
@media only screen and (max-width:995px){
.sy_gy {padding:0px 0 25px 0px;}
.sy_gy .left { width:100%; float:none;  margin-top:0px;  padding:5% 0% 3% 0%; margin-left:0%;}
.sy_gy .left .wz h2{ font-size:52px; line-height:90px;}
.sy_gy .left .wz h3{font-size:22px; height:50px; padding-top:10px;}
.sy_gy .left .wz h3 i { margin: 13px 10px 0px 0px;}
.sy_gy .left .wz p { font-size:14px; line-height:26px; word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.sy_gy .right { float:none; width: 100%; margin-left:0%;}
}


.hui{  padding:60px 0px 60px 0; overflow:hidden}
.anli{ margin:0 auto; padding-top:5px; padding-bottom:50px}
.anli .swiper-container {width: 100%;height: auto;margin-left: auto; margin-right: auto;}
.anli .swiper-slide {
        text-align: center;
        height: 300px; width:100%;      
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.anli .swiper-slide img{ width:100%; height:100%;object-fit: cover;  background: #fff; border-radius:10px;box-shadow: 0 2px 10px 4px #ededee; position: relative; overflow: hidden;}
.anli .swiper-slide span { position: absolute; bottom:0; height: 50px; width: 100%; border-radius: 0px 0px 10px 10px; line-height: 50px; background: rgba(46,102,227,.8); text-align: center; color: #fff; font-size:16px;}
.anli .swiper-pagination-bullet {width: 10px;height: 10px; bottom: 0;display: inline-block;border-radius: 100px;background: #ccc;opacity: .99;}
.anli .swiper-pagination-bullet-active{ background:#2e66e3; width:10px; height:10px; border-radius: 100px;}

@media only screen and (max-width:995px){
.hui{  padding:20px 0; overflow:hidden}
.anli .swiper-slide {
        text-align: center;
        height:200px; width:100%; }
}









.sy_xw { width: 100%; margin:0px auto; background:#f6f6f6; padding:50px 0px; }
.sy_xw .zc { width: 30%; float: left;  position: relative;}
.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 .zc .wz { line-height:26px;}
.sy_xw .zc .wz2 { font-size:40px; font-weight:bold; color:#ccc; font-style:italic; padding-top:20px;}
.sy_xw .zcc {width: 30%; float: left;  position: relative; margin-left:3%;}
.sy_xw .zcc .wz { line-height:26px;}
.sy_xw .yc { width: 35%; float: right;}
.sy_xw h2{font-size:22px;  color:#333;  font-family:Arial; font-weight: 600; text-transform: uppercase; }
.sy_xw .gdd { height:20px; display:block;}
.sy_xw .yc ul li { padding: 15px 0px; border-bottom: 1px solid #ddd;}
.sy_xw .yc ul li .tp { width: 25%; float: right; height:70px; overflow: hidden;}
.sy_xw .yc ul li .tp img {object-fit: cover; width: 100%; height: 100%;}
.sy_xw .yc ul li .wz { float: left; width: 70%;}
.sy_xw .yc ul li .wz h4 { font-size: 15px; font-weight:bold;}
.sy_xw .yc ul li .wz p { font-size: 13px; line-height: 20px; margin-top: 10px; color: #666; height:40px; overflow:hidden;}

@media only screen and (max-width:992px){
.sy_xw { width:100%; padding:40px 0px;}	
.sy_xw .zc { width: 100%; float: none;}
.sy_xw .zc .wz2 {  padding:20px 0px 20px 0px;}
.sy_xw .zcc { width: 100%; float: none;  position: relative; margin-left:0;}
.sy_xw .yc { width: 100%; float: none; margin-top:40px;}
.sy_xw  h2{font-size:20px;}
.sy_xw .yc ul li { padding: 20px 0px; }
.sy_xw .yc ul li .wz p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }
}


.foot { width:100%; background:#222222; padding:30px 0px;}
.foot .sm { border-bottom:1px solid #fff; height:50px; line-height:50px;}
.foot .sm a { margin-right:40px; font-size:16px; color:#fff;}
.foot .db { padding-top:10px;}
.foot .db .az { font-size:14px; float:left; color:#fff; line-height:24px; padding-top:5px;}
.foot .db .yz { float:right; width:300px;}
.foot .db .yz img { width:100%;}
@media only screen and (max-width:992px) {
.foot { padding:10px 0px 60px 0px;}
.foot .sm a { margin-right:15px; font-size:14px; color:#fff;}
.foot .db .az { font-size:12px; line-height:20px;}
.foot .db .yz { display:none;}
}




.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:992px){
.e_m .n_r{width:230px; padding:15px;}
.e_m .n_r p{font-size:15px;}
}

.pc_kf{width:70px; position:fixed; right:0px; bottom:30px; z-index:99999;}
.pc_kf .nr{font-size:18px; text-align:center; line-height:70px; position:relative; border-bottom: 1px solid #ddd;}
.pc_kf .tel{width:200px; background:#fff; font-size:22px; line-height:70px; color:#333; position:absolute; top:0; right:-160px; opacity:0; border-radius: 5px; box-shadow: 0px 0px 5px rgba(0,0,0,.2);}
.pc_kf .nr:hover .tel{right:86px; 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:#fff; position:absolute; bottom:0; right:-200px; opacity:0; border-radius: 5px; box-shadow: 0px 0px 5px rgba(0,0,0,.2);}
.pc_kf .ewm img{width:100%; height:auto; display:block; margin-bottom:10px; border-radius: 5px; overflow: hidden;}
.pc_kf .ewm p{font-size:14px; color:#333; line-height:16px; margin-bottom:10px;}
.pc_kf .nr:hover .ewm{right:86px; 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:70px; height:70px; box-shadow:0 0 5px #ccc;  background-color:#fff;  overflow:hidden;}
.pc_kf .nr i{color:#666; font-size: 30px;}
.pc_kf .fh{width:70px; height:70px;  background:#2e66e3; text-align:center; line-height:70px; color:#fff; cursor:pointer;}
.pc_kf .fh i{font-size:30px;}
.pc_kf .fh a{color:#fff;}
@media only screen and (max-width:992px) {
.pc_kf{right:0px; bottom:10px;}
}
@media only screen and (max-width:640px){
.pc_kf{width:100%; background:#2e66e3; position:fixed; right:0; bottom:0;}
.pc_kf .nr{width:25%; border-right:1px solid rgba(255,255,255,.6); font-size:20px; line-height:50px;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:#2e66e3; box-shadow:none;  height:50px;}
.pc_kf .nr i{color:#fff;}
.pc_kf .nr a:hover i{color:#fff;}
.pc_kf .fh{width:24%; box-shadow:none; background: none; font-size:22px; float:left;  height:50px; line-height:50px;}
}








.nban{ width:100%; height:auto; font-size:0; overflow:hidden; position:relative; margin-top:103px; text-align:center; height:300px;}

.nban .bj { position: absolute; left: 0; top:0; height: 100%; width: 100%; background:rgba(0,0,0,.0);}
.nban .wz { position: absolute; left: 20%; top:35%; z-index: 5;}
.nban .wz h1 { font-size: 36px; height: 60px; text-shadow: 0px 1px 3px rgba(0,0,0,.5); color: #fff;}
.nban .wz p { font-size: 20px;text-shadow: 0px 1px 3px rgba(0,0,0,.5);color: #fff;}
@media screen and (max-width:1360px) {
.nban .wz { position: absolute; left: 15%; top:32%;}
}
@media screen and (max-width:992px) {
.nban{  height:180px; margin-top:0px;}
.nban img{ position:absolute; height:180px; width:auto; top:0; left:40%; transform:translateX(-40%); z-index:2}
.nban .wz { position: absolute; left: 5%; top:36%;}
.nban .wz h1 { font-size: 26px; height: 40px; }
.nban .wz p { font-size:16px; padding-right: 15px;}
}


.cp_cpp { margin:0px auto; padding:60px 0px;}


.nytit {width: 22%; float: left; background: #fff; padding-bottom: 25px; border-radius:5px; overflow: hidden;  border-radius:10px;box-shadow: 0 2px 10px 4px #ededee;}
.nytit h2 { height: 60px; line-height: 60px; background:#2e66e3; text-align:left; padding-left: 20px; font-size:22px; color:#fff; font-weight: bold; margin-bottom: 3px;}
.nytit ul li { display:inline-block;padding:15px 20px; color: #000; font-size: 20px; width: 100%; box-sizing: border-box;background: #ffffff;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 {  color: #000;}
.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;}


.cp_lb { width:75%; float: right;}
.cp_lb ul li { width:31%;  text-align: center; float: left; margin:0 1% 3.5% 1%; background:#fff;bor der-radius:5px; overflow:hidden;  border-radius:10px;box-shadow: 0 2px 10px 4px #ededee;}
.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:#2e66e3;  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;}



.gy_jj { width:75%; float: right;}
.gy_jj h3 { border-bottom:1px solid #ddd; height:50px; line-height:50px; font-size:20px; font-weight:bold;}
.gy_jj .wz { font-size:16px; line-height:30px; padding:20px 0px;}

@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; margin-top:30px;}
.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;  }

.gy_jj { width:100%; float: none; margin-top:30px;}
.gy_jj h3 { font-size:18px; }
.gy_jj .wz { font-size:14px; line-height:26px; padding:20px 0px;}

}


/*翻页*/
.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:#2e66e3; border:1px solid #2e66e3; color:#fff;}
.paging a.on{background-color:#2e66e3; border:1px solid #2e66e3; 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; }
}  


