@charset "utf-8";

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url("../font/HarmonyOS_Sans_SC_Light.woff2") format("woff2"),
    url("../font/HarmonyOS_Sans_SC_Light.woff") format("woff"),
    url("../font/HarmonyOS_Sans_SC_Light.ttf") format("truetype"),
    url("../font/HarmonyOS_Sans_SC_Light.eot") format("embedded-opentype"),
    url("../font/HarmonyOS_Sans_SC_Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}




body{margin:0px; font-size:18px; color:#333;  font-family: "Times New Roman", Times, serif; background:#ffffff;}
*{outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;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-family:"Times New Roman", Times, serif; font-style:normal;}
h1,h2,h3,h4,h5,h6,h7 {list-style:none; font-weight:normal;}
input,select,button{font-size:12px;  font-family: AliPuHui; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none; vertical-align:middle;}
li{list-style:none;}
a{color:#333; text-decoration:none;}
a:hover{color:#666;}
ol,ul{list-style:none}
.col-c,.col-l,.col_c,.col_l,.l{float:left}
.col-r,.col_r,.r,.ul-txt li span,.ul_txt li span,dt span{float:right}
.height-none{height:0;padding:0;overflow:hidden}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.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:#000;}
::-webkit-scrollbar-thumb:active{background-color:#000;}
/* 为表格的偶数行设置背景色 */
tr:nth-child(even) {
background-color: #f6f6f6;
}
/* 为表格的奇数行设置背景色 */
tr:nth-child(odd) {
background-color: #ffffff;
}





.container { width:90%; margin:0px auto;}
@media only screen and (max-width:992px){
.container { width:94%; margin:0px auto;}	
	
}


.header .language {float: right;height: 40px;text-align: center;line-height: 40px;color: #333;margin-top:40px;margin-right:10%;cursor: pointer;position: relative;
z-index: 2;font-size:20px; font-weight:bold;}
.header.on .language {color: #333;}
.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 #000;content: "";position: absolute;top: 0;left: 50%;margin-left: -10px;}
.header .language .x_l ul {padding: 5px 15px;background: #000;}
.header .language .x_l ul li a {color: #ddd; font-size:18px;line-height: 36px;display: block;}
.header .language .x_l ul li a:hover {color:#fff;}
@media only screen and (max-width:1660px){
.header .language {margin-right:12%;}
}
@media only screen and (max-width:1440px){
.header .language {margin-right:14%;}
}

@media only screen and (max-width:995px){
	.header .language img { width:20px; height:auto;}
.header .language {margin-top:20px;margin-right:18%; font-size:14px; font-weight:normal;}
.header .language span { display:none;}
}





.header{width:100%; position:fixed; top:0; left:0; z-index:99; background:#fff; height:120px;}
.header .con { width:100%;margin:0px auto;}
.header.on{ background: rgba(255, 255, 255, 0.99);}

.header .logo{width:380px; float:left; margin-left:5% }
.header .logo img{width:100%; height:auto; display:block;}


.header.on .an i{color:#a69268;}
.header .an{position:absolute; top:0; right:0; height:120px; width:150px;  background:#000; z-index:10;   }
.header .an span{width:70px; height:8px; background:#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:30px; left:40px;}
.header .an span.a2{top:50px; left:40px;}
.header .an span.a3{top:70px; left:40px;}
.header .an.n { background:none;}
.header .an.n span {background:#000;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:50px; width:70px;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:50px; width:70px;transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);}



.header .nav{width:50%; height:0; padding:0; position:fixed; background-color:rgba(255,255,255,.8); top:0; right:0; margin:0;  overflow:auto;z-index:8; 
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.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:#a69268; 
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.on{height:70%; padding:150px 100px;}
.header .nav i{display:block;}
.header .nav ul{margin-bottom:100px;}
.header .nav ul li{width:90%; height:auto; text-align:left;  display:block;
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:32px; font-weight:900;}
.header .nav ul li:hover a.o_lm{color:#666; background:none;}

.header .nav .y_j{position:relative;}

.header .nav .e_j{padding:10px 0px; 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:24px; color:#333; line-height:35px; text-align:left; font-weight:bold; }
.header .nav .e_j:hover .ejj{display: block;}
@media (min-width:1024px){
.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
}

@media (min-width:1024px) and (max-width:1660px ) {
.header .nav ul li a.o_lm{line-height:45px; font-size:28px;}
.header .nav.on{height:75%; padding:150px 100px;}
}

@media (min-width:1024px) and (max-width:1440px ) {
.header .nav ul li a.o_lm{line-height:45px; font-size:24px;}
.header .nav.on{height:75%; padding:150px 100px;}
}

@media only screen and (max-width:995px){
.header{padding:0%; height:80px;   }
.header .con { width:100%; margin:0 auto;}
.header .logo{width:180px; float:left; padding-top:10px; }
.header .logo img { width:100%; height:auto;}

.header .an{display:block;}
.header .an{ height:80px; width:70px;   }
.header .an span{width:45px; height:4px;}
.header .an span.a1{top:30px; left:15px;}
.header .an span.a2{top:40px; left:15px;}
.header .an span.a3{top:50px; left:15px;}
.header .an.n span.a1{top:40px; width:45px;}
.header .an.n span.a3{top:40px; width:45px;}
.header .nav ul li{width:100%;}
.header .nav.on{height:100%; padding:100px 20px;}
.header .nav{width:100%;}
.header .nav ul li a.o_lm{line-height:40px; font-size:22px;}
}





.head_h{width:100%; height:120px;}
@media only screen and (max-width:1023px) {
.head_h{width:100%; height:80px;}
}



.gallery-top{width:100%; position:relative; height:90vh; border-radius:500px 0 0 500px; overflow:hidden; }
.gallery-top .swiper-slide img{width:100%;   height:90vh; display:block;}
@media only screen and (max-width:992px){
.gallery-top{width:100%; position:relative; height: 30vh;}
.gallery-top .swiper-slide { overflow: hidden;}
.gallery-top .swiper-slide img{width: auto; height:30vh; position: absolute; left:50%;  transform:translateX(-50%);   top:0; }
}


.hx {width:60px; height:5px; background:#000; margin:0px; display:block;}



.sy_fll { width:100%; margin:0px auto;  padding:8px 0px; }
.sy_fll ul li { width:23%; float:left; margin:0% 2.6% 0 0;  padding:40px 30px 10px 30px; text-align:center; }
.sy_fll ul li .tp { width:80px; height:80px; margin:50px auto 20px auto;}
.sy_fll ul li .tp img { width:80px;}
.sy_fll ul li h1{ font-size:20px;  font-weight:bold; color:#000; text-transform:uppercase; }
.sy_fll ul li i { width:60px; height:5px; background:#000; margin:25px auto; display:block;}
.sy_fll ul li .nrg{ font-size:16px; color: #666; line-height:25px; height:100px; overflow:hidden;}
.sy_fll ul li:nth-child(4n) { margin-right:0;}
@media only screen and (max-width:1660px) {
.sy_fll ul li {padding:20px 0px;}	
.sy_fll ul li h1{font-size:18px; }
.sy_fll ul li .nrg{ font-size:14px; color: #666; line-height:22px; height:100px; overflow:hidden;}
}
@media only screen and (max-width:1360px) {
.sy_fll ul li h1{font-size:18px; }
	}
@media only screen and (max-width:992px) {
.sy_fll {padding:40px 0px 0px 0px;}
.sy_fll ul li { width:100%; float: left; margin:0 0% 0% 0; padding:20px; margin-bottom:10px;}
.sy_fll ul li:nth-child(2n) { margin-right: 0;}
.sy_fll ul li p { height: auto;}
.sy_fll ul li .tp { float:left;width:70px; height:70px; margin:0px auto ;}
.sy_fll ul li .wz { float:right; width:70%;}
.sy_fll ul li .tp img { width: 70px; margin: 0px auto;}
.sy_fll ul li h1{ font-size:16px; padding-bottom: 10px;  height: auto; text-align:left;}
.sy_fll ul li i {  margin:10px 0px; }
.sy_fll ul li .nrg{ text-align:left; height:40px;}
}



.sy_dy { width:100%; padding-bottom:80px;}
.sy_dy .tp { width:55%;}
.sy_dy .tp img { width:100%; height:auto;}
.sy_dy .wz { margin-right:5%; width:35%; padding-top:70px;}
.sy_dy .wz h2 { font-size:40px; line-height:55px; padding:30px 0px;}
.sy_dy .wz h2 span { display:block;}
.sy_dy .wz p { padding:60px 0px; font-size:16px; color:#666; line-height:28px;}
.sy_dy .more { font-size:18px; font-weight:bold; text-align:right; text-decoration:underline;}
.sy_dy .more a {font-size:18px;}
.sy_dy .more:hover {color:#333;}

.sy_dyy { width:100%; padding-bottom:80px; margin-top:100px;}
.sy_dyy .tp { width:60%;}
.sy_dyy .tp img { width:100%; height:auto;}
.sy_dyy .wz { margin-left:5%; width:30%; padding-top:70px;overflow-wrap: break-word;}
.sy_dyy .wz h2 { font-size:40px; line-height:55px; padding:30px 0px;}
.sy_dyy .wz h2 span { display:block;}
.sy_dyy .more { font-size:16px; font-weight:bold; text-decoration:underline; padding-top:200px;}
.sy_dyy .more a {font-size:16px;}
.sy_dyy .more:hover {color:#333;}
@media only screen and (max-width:1660px) {
.sy_dy .wz {  padding-top:50px;}
.sy_dy .wz h2 { font-size:27px; line-height:45px;}
.sy_dy .wz p { padding:20px 0px; font-size:14px; color:#666; line-height:24px;}	
.sy_dy .more {padding-top:40px;}
.sy_dyy { margin-top:80px;}
.sy_dyy .wz h2 { font-size:27px;}
.sy_dyy .more {  padding-top:100px;}
}
@media only screen and (max-width:1360px) {
.sy_dy .wz {  padding-top:50px;}
.sy_dy .wz h2 { font-size:22px; line-height:45px;}
.sy_dy .wz p { padding:20px 0px; font-size:14px; color:#666; line-height:24px;}	
.sy_dyy .more { font-size:14px; padding-top:150px;}
.sy_dyy .more a {font-size:14px;}	
.sy_dyy { margin-top:80px;}
.sy_dyy .wz h2 { font-size:22px;}
.sy_dyy .more { font-size:14px; padding-top:80px;}
.sy_dyy .more a {font-size:14px;}
}

@media only screen and (max-width:992px) {
.sy_dy {  padding-bottom:60px; margin-top:40px;}
.sy_dy .tp { width:100%;}
.sy_dy .wz { margin-right:0%; width:100%; padding:50px 20px 20px 20px;}
.sy_dyy {  padding-bottom:60px; margin-top:80px;}
.sy_dyy .tp { width:100%;}
.sy_dyy .wz { margin-right:0%; width:100%; padding:50px 20px 20px 20px; margin-left:0;}
.sy_dyy .more {  padding-top:40px;}
}




.sy_cp {width:100%; margin:120px auto;}
.sy_cp .bt { width:100%;}
.sy_cp .bt h1 { font-size:42px; font-weight:bold; float:left;}
.sy_cp .bt h1 font { font-size:18px; font-weight:normal; display:block; color:#666;}
.sy_cp .bt span { width:280px; height:50px; background:#000; text-align:center; color:#fff; font-size:18px; float:right; text-align:center; line-height:50px; margin-top:10px;}
.sy_cp .bt span a {color:#fff; font-size:18px;}
.sy_cp .zc { width:65%;  overflow:hidden;}
.sy_cp .yc { width:34.4%;  overflow:hidden;}
.sy_cp .tp { width:100%; margin:10px 0px 0px 0px;}
.sy_cp .tp .ztp{width: 100%;  overflow: hidden; height:330px;}
.sy_cp .tp .ytp{width: 100%;  overflow: hidden; height:670px; }
.sy_cp .tp img { object-fit: cover; width: 100%; height: 100%;}
.sy_cp .zcc { width:49.7%; float:left;}
.sy_cp .ycc { width:49.7%; float:right;}
.sy_cp .tp .ytpp{width: 100%;  overflow: hidden; height:470px; }
@media only screen and (max-width:992px) {
.sy_cp { margin:80px auto;}
.sy_cp .bt h1 { font-size:28px;}
.sy_cp .bt h1 font { font-size:14px; }	
.sy_cp .bt span { width:200px; height:40px;  font-size:14px; line-height:40px; margin-top:10px; float:left;}
.sy_cp .bt span a {color:#fff; font-size:14px;}
.sy_cp .zc { width:100%;  overflow:hidden;}
.sy_cp .yc { width:100%;  overflow:hidden;}
.sy_cp .tp { width:100%; margin:10px 0px 0px 0px;}
.sy_cp .tp .ztp{width: 100%;  overflow: hidden; height:240px;}
.sy_cp .tp .ytp{width: 100%;  overflow: hidden; height:380px; }
.sy_cp .tp .ytpp{width: 100%;  overflow: hidden; height:240px; }

}






.sy_dgy { width: 100%; height: auto; margin:0px auto 0px auto; position: relative; z-index: 1; overflow:hidden;}
.sy_dgy img { width: 100%; height: auto;}
.sy_dgy .wrt { position: absolute; left:15%; top:35%; width: 70%; z-index: 3; text-align:center; background:rgb(255,255,255,.5); padding:80px 50px 50px 50px;}
.sy_dgy .wrt h1 { font-size: 40px; padding: 0px 0px 15px 0px; color: #000;}
.sy_dgy .wrt p { font-size:24px; color: #000; font-weight:bold;}
.sy_dgy .more { font-size:16px; font-weight:bold; text-decoration:underline; padding-top:40px;}
.sy_dgy .more a {font-size:16px;}
.sy_dgy .more:hover {color:#333;}
@media only screen and (max-width:1660px){
.sy_dgy .wrt {  top:20%; }	
.sy_dgy .wrt h1 { font-size: 36px;}
	}
@media only screen and (max-width:1440px){
.sy_dgy .wrt {left:10%;top:20%; width: 80%;}	
.sy_dgy .wrt h1 { font-size: 32px;}
	}
@media only screen and (max-width:992px){
.sy_dgy { width: 100%; height:35vh; margin: 0px auto; position: relative; z-index: 1; }
.sy_dgy img {position:absolute; height:35vh; width:auto; top:0; left:50%; transform:translateX(-50%); z-index:2}
.sy_dgy .wrt { position: absolute; left:5%; top:18%; width: 90%; z-index: 3; padding:40px 20px 20px 20px;}
.sy_dgy .wrt h1 { font-size: 22px; }
.sy_dgy .wrt p { font-size: 14px; line-height:24px;} 
.sy_dgy .more { padding-top:20px;}
}


.sy_lx {width:100%; margin:0px auto; background:#f7f7f7; padding:120px 0px;}
.sy_lx h1 { font-size: 40px; height: 55px; text-align:center;}
.sy_lx .txt { width: 100%; height: 70px; line-height: 70px; background: #ececec; padding: 0 10px; box-sizing: border-box; color:#333;font-size:18px; border: none;}
.sy_lx .ll { width: 48%; margin-bottom:30px;}
.sy_lx .text{ width: 100%; height: 70px; line-height: 70px; background: #000000; text-align: center; color: #fff; font-size:24px;margin-top:30px;}
.sy_lx .txtt { width: 100%; height:120px; line-height: 45px; background: #ececec; padding: 0 10px; box-sizing: border-box; color: #333;font-size: 18px; border: none; outline: none;}

@media only screen and (max-width:1440px) {
.sy_lx h1 { font-size:34px;}
}
@media only screen and (max-width:1023px) {
.sy_lx {width: 100%;margin:0px auto;  padding:80px 0px;}
.sy_lx h1 { font-size: 22px; height: 45px;}
.sy_lx .ll { width: 100%; margin-bottom:20px;}
}



.sy_gy {width:100%; margin:100px auto;}
.sy_gy .zc { width:15%; float:left; height:700px;}
.sy_gy img { object-fit: cover; width: 100%; height: 100%;}
.sy_gy .zj { width:50%; padding:100px; float:left;}
.sy_gy .zj h1 { font-weight:40px; padding-bottom:50px; }
.sy_gy .zj span { font-size:18px; color:#999;}
.sy_gy .zj p { font-size:20px; padding:20px 0px; line-height:32px;}
.sy_gy .zj .mrr { width:170px; height:50px; line-height:50px; color:#fff; text-align:center; font-size:18px; background:#000; margin-top:30px;}
.sy_gy .zj .mrr a {color:#fff;}
.sy_gy .yc { width:30%; float:right; height:700px;}
@media only screen and (max-width:1440px) {
.sy_gy .zj { padding:70px; }
.sy_gy .zj h1 { font-weight:36px; }
}
@media only screen and (max-width:992px) {
.sy_gy {width:100%; margin:70px auto;}
.sy_gy .zc { display:none;}
.sy_gy .zj { width:100%; float: none; padding:20px;}
.sy_gy .yc { display:none;}
}



.foot { width:100%; background:#000000; padding:40px 0px;}
.foot h2 { font-size:20px; font-weight:bold; height:45px; color:#fff; line-height:50px;}
.foot .zc { width:25%; float:left; margin-right:5%; }
.foot .zc .t1 { width:330px;}
.foot .zc .t1 img { width:100%;}
.foot .zc .z1 { font-size:14px; color:#FFF;}
.foot .zj { width:40%; margin-left:5%; float:left;}
.foot .zj ul { padding-top:15px;}
.foot .zj ul li { width:50%; float:left; color:#fff; font-size:14px; line-height:26px;}
.foot .zj ul li a {color:#fff; font-size:14px;}
.foot .yc { width:25%; float:right; color:#fff; font-size:14px;}
.foot .yc i { color:#fff; font-size:18px;}
.foot .yc .tb {float:left;  border-right:1px solid #fff; width:40px; margin-right:20px; padding:10px 0px;}
.foot1 { width:100%; border-top:1px solid #222222; line-height:25px; padding:15px 0px 0px 0px; font-size:14px; color:#fff; margin-top:30px; }
@media only screen and (max-width:1440px) {
.foot .zj { width:35%; margin-left:5%; float:left;}
.foot .yc { width:30%; float:right; }
}
@media only screen and (max-width:992px) {
.foot .zc { width:100%; float: none; margin-right:0%; }	
.foot .zc .t1 { width:250px;}
.foot .zj { width:100%; margin-left:0%; float: none; margin-top:20px;}
.foot .yc { width:100%; float: none; margin-top:20px;}
}


.ny_bt { font-size:42px; font-weight:bold; color:#000; padding-bottom:100px; text-align:center;text-transform:uppercase;}
.ny_mr { width:280px; height:50px; background:#000; text-align:center; color:#fff; font-size:18px; float:right; text-align:center; line-height:50px; margin-bottom:60px;}
.ny_mr a {color:#fff; font-size:18px; text-transform:uppercase;}

.ny_cp { width:100%; margin:0px auto; background:#f6f6f6; padding:105px 0px;}

.ny_cp .fl { width:100%; text-align:center; font-size:24px; font-weight:bold; height:90px;}
.ny_cp .fl a {font-size:24px;  padding:10px 30px; border-bottom:2px solid #000;}
.ny_cp .fll { width:100%; text-align:center; font-size:18px; font-weight:bold;}
.ny_cp .fll a {font-size:20px;  padding:10px 30px; }


.ny_cp .zt { width:70%; margin:100px auto; position:relative;}
.ny_cp .zt img { width:85%; height:auto;}
.ny_cp .zt .wz { width:25%; background:rgb(0,0,0,.8); height:200px; position:absolute; right:0; top:30%; color:#fff; padding:70px 0px; font-size:32px; text-align:center;}
.ny_cp .zt .wz i {width:60px; height:5px; background:#fff; margin:0px auto 20px auto; display:block;}

.ny_cp .cplb { width:100%; margin:20px auto;}
.ny_cp .cplb ul li { width:49%; margin:0 2% 2% 0; float:left; background:#fff; }
.ny_cp .cplb ul li .tp { width:100%; height:450px; overflow:hidden;}
.ny_cp .cplb ul li img { object-fit: cover; width: 100%; height: 100%;}
.ny_cp .cplb ul li:nth-child(2n) { margin-right: 0;}
.ny_cp .cplb ul li p { height:60px; padding:15px 0px; color:#333; font-size:18px; text-align:center; background:#fff;}
.ny_cp .wzwz { font-size:18px; line-height:26px; text-align:center; width:70%; margin:0px auto;}


@media only screen and (max-width:1440px) {
.ny_cp .cplb ul li .tp { width:100%; height:350px; overflow:hidden;}
.ny_cp .wzwz { font-size:18px;  width:80%;}
}
@media only screen and (max-width:992px) {
.ny_bt { font-size:36px; padding-bottom:50px;}
.ny_mr { width:200px; height:40px; font-size:14px; line-height:40px; margin-bottom:40px;}
.ny_mr a { font-size:14px;}

.ny_cp {  padding:40px 0px;}

.ny_cp .fl {font-size:18px;  height:100px; line-height:40px;}
.ny_cp .fl a {font-size:18px;  padding:0px 20px; }
.ny_cp .fll { font-size:16px; line-height:26px; }
.ny_cp .fll a {font-size:16px;  padding:10px; }

.ny_cp .wzwz { font-size:14px;  width:100%;}


.ny_cp .zt { width:100%; margin:40px auto; position:relative;}
.ny_cp .zt img { width:90%; height:auto;}
.ny_cp .zt .wz { width:40%;height:100px; top:20%; padding:30px 0px; font-size:20px;}
.ny_cp .zt .wz i { margin:0px auto 10px auto;}

.ny_cp .cplb ul li { width:100%; margin:0 0% 2% 0; float: none;  }
.ny_cp .cplb ul li .tp {  height:250px; }
.ny_cp .cplb ul li p { height:40px; padding:10px 0px;  font-size:16px; }
}




/*翻页*/
.paging{width:100%; margin:10px 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:#000; border:1px solid #000; color:#fff;}
.paging a.on{background-color:#000; border:1px solid #000; color:#fff;}
@media only screen and (max-width:992px) {
.paging{margin:20px auto 30px auto ;}
.paging a{line-height:32px; font-size:14px; width:32px; height:32px; margin:0 3px; }
}



.cp_xx{ width: 60%; margin: 70px auto 40px auto; }
.cp_xx .swiper-container {}
.cp_xx .swiper-slide {background-size: cover;background-position: center;}
.cp_xx .swiper-slide img { }
.cp_xx .gallery-topp { width:100%; height:auto;}
.cp_xx .gallery-thumbs {height:160px;box-sizing: border-box; margin-top: 15px; }
.cp_xx .gallery-thumbs .swiper-slide {height: 100%;opacity: 0.4;}
.cp_xx .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
@media only screen and (max-width:1660px) {
.cp_xx{ width: 75%;  }
}
@media only screen and (max-width:1440px) {
.cp_xx{ width: 80%;  }
}
@media only screen and (max-width:992px) {
.cp_xx{ width: 100%; margin:30px auto 0px auto; }
.cp_xx .gallery-thumbs {height:100px; }	
}


.cp_xq { width:100%; margin:30px auto;}
.cp_xq h3 { font-size:36px; font-weight:bold; padding-bottom:20px;}
.cp_xq h4 { font-size:24px; color:#666; text-transform:uppercase;padding-bottom:20px;}
.cp_xq h1 {font-size:20px; font-weight:bold; padding-bottom:20px;}
.cp_xq p { }
.cp_xq p span{ width:150px; display:inline-table;}
.cp_xq p font { width:80px;display:inline-table;}
.cp_xq .zm { width:30%; float:left;}
.cp_xq .zmm { width:30%; margin:0 5%; float:left;}
.cp_xq .ym {width:30%; float:right;}
.cp_xq .mr { width:180px; height:40px; background:#000; text-align:center; color:#fff; font-size:18px; text-align:center; line-height:40px; margin-bottom:60px;}
.cp_xq .mr a {color:#fff; font-size:18px; text-transform:uppercase;}


@media only screen and (max-width:992px) {
.cp_xq { width:100%; margin:0px auto;}
.cp_xq h3 { font-size:28px; }
.cp_xq h4 { font-size:20px;}
.cp_xq h1 {font-size:16px;}

.cp_xq p span{ width:150px; display:inline-table;}
.cp_xq p font { width:80px;display:inline-table;}
.cp_xq .zm { width:100%; float: none;}
.cp_xq .zmm {width:100%; float: none; margin:0%; margin-top:30px;}
.cp_xq .ym {width:100%; float: none; margin-top:30px;}	
}


.ny_lx { width:100%; margin:60px auto 0px auto;}
.ny_lx ul li { width:23%; float:left; margin:0 2.6% 2.6% 0; background:#f6f6f6; border-radius:20px; text-align:center; padding:80px 0px 50px 0px;}
.ny_lx ul li:nth-child(4n) { margin-right: 0;}
.ny_lx ul li .tp { width:115px; height:115px; background:#000000; border-radius:100px; margin:0px auto;}
.ny_lx ul li .tp img { width:100%; height:auto;}
.ny_lx ul li h1 { font-size:24px; font-weight:bold; padding:15px 0px; text-transform:uppercase;}
.ny_lx ul li p { font-size:16px; line-height:22px; height:66px;}
@media only screen and (max-width:992px) {
.ny_lx ul li { width:100%; float: none; margin:0 0% 2.6% 0;padding:50px 0px 20px 0px;}	
.ny_lx ul li .tp { width:100px; height:100px; background:#000000; border-radius:100px; margin:0px auto;}
	}


.ny_jh { width:100%; background:url(../images/jhb.png) repeat-x; padding:120px 0px 0px 0px;}
.ny_jh .yp { width:80%; margin:0px auto;}
.ny_jh .yp img {
    width: 77%;
    margin: auto;
    display: block;
}
.ny_jh .wa {width:80%; margin:50px auto; background:#ffffff; padding:80px 120px;}
.ny_jh .wa h2 { font-size:48px; padding-bottom:25px; text-transform:uppercase; font-weight:bold;}
.ny_jh .wa h3 { font-size:20px; font-weight:bold; border-bottom:2px solid #000; padding-bottom:25px;}
.ny_jh .wa p { font-size:16px; line-height:24px; padding-top:35px;}
@media only screen and (max-width:1440px) {
.ny_jh .yp { width:90%; margin:0px auto;}
.ny_jh .wa {width:90%; padding:60px 80px;}
	}
@media only screen and (max-width:992px) {
.ny_jh { width:100%; background:url(../images/jhb.png) repeat-x; padding:20px 0px 0px 0px;}
.ny_jh .yp { width:94%; margin:0px auto;}

.ny_jh .wa {width:94%; margin:20px auto; padding:30px;}
.ny_jh .wa h2 { font-size:24px; padding-bottom:15px;}
.ny_jh .wa h3 { font-size:16px;}
.ny_jh .wa p { font-size:14px; line-height:24px; padding-top:25px;}	
	}
	
.kcx { width:100%;}
.kcx .wzs { width:80%; float:right;background:#ffffff; padding:60px 0px;}
.kcx .wzs h1 {  font-size:32px; color:#fff;}
.kcx .wzs h1 span { background:#000000; padding:10px 30px;height:50px; line-height:50px;text-transform:uppercase; font-weight:bold; }
.kcx .wzs p{font-size:20px; font-weight:bold; border-bottom:2px solid #000; padding-bottom:40px; width:90%; margin:70px auto 30px auto;}
.kcx .tp {width:75%; float:left;}
.kcx .tp img { width:100%; height:auto;}
.kcx .wzs1 { width:80%; float:left;background:#ffffff; padding:60px 0px;}
.kcx .wzs1 h1 {  font-size:32px; color:#fff;}
.kcx .wzs1 h1 span { background:#000000; padding:10px 30px;height:50px; line-height:50px;text-transform:uppercase; font-weight:bold; }
.kcx .wzs1 p{font-size:20px; font-weight:bold; border-bottom:2px solid #000; padding-bottom:40px; width:90%; margin:70px auto 30px auto;}
.kcx .tp1 {width:75%; float:right;}
.kcx .tp1 img { width:100%; height:auto;}
.kcx .kfgg { height:100px;}
@media only screen and (max-width:1660px) {
.kcx .wzs h1 {  font-size:28px; color:#fff;}	
.kcx .wzs1 h1 {  font-size:28px; color:#fff;}
	}
@media only screen and (max-width:1360px) {
.kcx .wzs h1 {  font-size:24px; color:#fff;}	
.kcx .wzs1 h1 {  font-size:24px; color:#fff;}
.kcx .wzs { width:85%;}
.kcx .tp {width:80%; }
.kcx .wzs1 { width:85%;}
.kcx .tp1 {width:80%; }
}
@media only screen and (max-width:992px) {
.kcx .wzs { width:100%; float: none; padding:40px 0px;}
.kcx .wzs h1 {  font-size:20px; }
.kcx .wzs p{font-size:16px;   margin:30px auto 30px auto; font-weight:normal;}
.kcx .tp {width:100%; float: none;}

.kcx .wzs1 { width:100%; float: none;}
.kcx .wzs1 h1 {  font-size:20px;}
.kcx .wzs1 p{font-size:16px;margin:30px auto 30px auto; font-weight:normal;}
.kcx .tp1 {width:100%; float: none;}

.kcx .kfgg { height:60px;}	
}


.jss {}
.jss .zc { width:24%; float:left; font-size:32px; font-weight:bold; text-transform:uppercase;}
.jss .yc { width:70%; float:right; font-size:18px; }
.jss .yc span { background:#ddd; padding:10px 20px; display:block; margin:10px 0px;}


.jss1 { position:relative; margin:100px auto; width:100%;}
.jss1 img { width:100%; height:auto;}
.jss1 .wzs1 { width:25%; position:absolute; left:5%;background:rgba(255,255,255,.8); padding:60px 0px; top:15%;}
.jss1 .wzs1 h1 {  font-size:32px; color:#fff;}
.jss1 .wzs1 h1 span { background:#000000; padding:10px 30px;height:50px; line-height:50px;text-transform:uppercase; font-weight:bold; }
.jss1 .wzs1 p{font-size:18px;  border-bottom:2px solid #000; padding-bottom:40px; width:80%; margin:70px auto 30px auto;}

.jss2 { position:relative; margin:100px auto 0px auto; width:100%;}
.jss2 img { width:100%; height:auto;}
.jss2 .wzs1 { width:30%; position:absolute; right:5%;background:rgba(255,255,255,.8); padding:60px 0px; top:15%;}
.jss2 .wzs1 h1 {  font-size:32px; color:#fff; text-align:right;}
.jss2 .wzs1 h1 span { background:#000000; padding:10px 30px;height:50px; line-height:50px;text-transform:uppercase; font-weight:bold; }
.jss2 .wzs1 p{font-size:18px;  border-bottom:2px solid #000; padding-bottom:40px; width:80%; margin:70px auto 30px auto; text-align:right;}

@media only screen and (max-width:1660px) {
.jss1 .wzs1 { width:35%;}
.jss1 .wzs1 p{ margin:50px auto 0px auto;}
.jss2 .wzs1 { width:40%;}
.jss2 .wzs1 p{ margin:50px auto 0px auto;}
}
@media only screen and (max-width:1400px) {
.jss1 .wzs1 { width:35%;}
.jss2 .wzs1 { width:45%;}
.jss2 .wzs1 p{ margin:30px auto 0px auto;}
}
@media only screen and (max-width:1360px) {
.jss1 .wzs1 { width:40%;top:10%;}
.jss1 .wzs1 h1 {  font-size:28px; color:#fff;}
.jss2 .wzs1 { width:50%;top:10%;}
.jss2 .wzs1 h1 {  font-size:28px; color:#fff;}
}
@media only screen and (max-width:992px) {
.jss .zc { width:100%; float: none; font-size:20px; margin-bottom:20px; }
.jss .yc { width:100%; float: none; font-size:16px; }



.jss1 {  margin:50px auto; }

.jss1 .wzs1 { width:100%; position: relative; left:0%; padding:40px 0px; top:0;}
.jss1 .wzs1 h1 {  font-size:20px; color:#fff;}
.jss1 .wzs1 h1 span { padding:10px 30px;height:30px; line-height:30px; }
.jss1 .wzs1 p{font-size:16px; padding-bottom:40px; width:90%; margin:30px auto 10px auto;}

.jss2 {  margin:40px auto 0px auto;}
.jss2 .wzs1 { width:100%; position: relative; left:0%; padding:40px 0px; top:0;}
.jss2 .wzs1 h1 {  font-size:20px; color:#fff; text-align:left;}
.jss2 .wzs1 h1 span { height:30px; line-height:30px;}
.jss2 .wzs1 p{font-size:16px;   width:90%; margin:30px auto 10px auto; text-align:left;}
	}




.ny_gz { width:100%; margin:0px auto; position:relative;}
.ny_gz img { width:70%; height:auto;}
.ny_gz .wz { width:40%; background:#fff;  position:absolute; right:0; top:20%;  padding:70px;}
.ny_gz .wz h1{ font-size:32px; font-weight:bold; padding-bottom:20px; text-transform:uppercase;}
.ny_gz .wz p { font-size:18px;}

.ny_gz1 { margin:100px auto;}
.ny_gz1 h1{ font-size:32px; font-weight:bold; padding-bottom:20px; text-transform:uppercase; text-align:center;}
.ny_gz1 p { font-size:18px; text-align:center;}

.ny_gz2 { width:100%; margin:0px auto; position:relative;}
.ny_gz2 img { width:70%; height:auto; float:right;}
.ny_gz2 .wz { width:40%; background:#fff;  position:absolute; left:0; top:30%;  padding:70px;}
.ny_gz2 .wz p { font-size:18px;}

@media only screen and (max-width:1660px) {
.ny_gz .wz { width:45%;  top:15%; }
}

@media only screen and (max-width:1440px) {
.ny_gz .wz { width:45%; top:10%; }
.ny_gz2 .wz { top:25%;}
}

@media only screen and (max-width:1360px) {
.ny_gz .wz { width:50%; top:10%; padding:50px; }
.ny_gz .wz h1{ font-size:28px;}
.ny_gz1 h1{ font-size:28px;}
.ny_gz2 .wz { top:25%; padding:50px;}
}

@media only screen and (max-width:992px) {

.ny_gz img { width:100%; height:auto;}
.ny_gz .wz { width:100%;  position: relative; right:0; top:0%;  padding:30px;}
.ny_gz .wz h1{ font-size:20px; }
.ny_gz .wz p { font-size:16px;}

.ny_gz1 { margin:50px auto;}
.ny_gz1 h1{ font-size:20px; }
.ny_gz1 p { font-size:16px; }


.ny_gz2 img { width:100%; height:auto; float: none;}
.ny_gz2 .wz { width:100%; position: relative; left:0; top:0%;  padding:30px;}
.ny_gz2 .wz p { font-size:16px;}
}


.ny_gywm .s1 { width:80%; z-index:1; position:relative;}
.ny_gywm .s1 img { width:100%; height:auto;}

.ny_gywm .s2 {width:80%; float:right; background:#ffffff; padding:80px 120px; margin-top:-80px;z-index:2;  position:relative;}
.ny_gywm .s2 h2 { font-size:48px; padding-bottom:25px; text-transform:uppercase; font-weight:bold;}
.ny_gywm .s2 h3 { font-size:20px; font-weight:bold; border-bottom:2px solid #000; padding-bottom:25px;}
.ny_gywm .s2 p { font-size:16px; line-height:24px; padding-top:35px;}

.ny_gywm .s3 { width:80%; margin:100px auto;}
.ny_gywm .s3 img { width:100%; height:auto;}
.ny_gywm .s3 p { font-size:18px; padding:50px 0px 0px 0px;}
@media only screen and (max-width:992px) {
.ny_gywm .s1 { width:100%;}


.ny_gywm .s2 {width:100%; float: none;  padding:30px;}
.ny_gywm .s2 h2 { font-size:36px; }
.ny_gywm .s2 h3 { font-size:18px;}
.ny_gywm .s2 p { padding-top:25px;}

.ny_gywm .s3 { width:100%; margin:50px auto;}
.ny_gywm .s3 p { font-size:16px; padding:30px 0px 0px 0px;}	
}


.ny_dyy {width:100%; margin:0px auto 100px auto; position:relative;}
.ny_dyy h1 {font-size:32px; font-weight:bold; padding-bottom:20px; text-transform:uppercase;}
.ny_dyy .zc { width:65%; float:left;background:#ffffff; padding:80px 70px;}
.ny_dyy p {font-size:18px; padding-bottom:50px; padding-top:30px;}
.ny_dyy .yc { width:30%; float:right;background:#ffffff; padding:80px 70px;}
.ny_dyy .yc h1 { text-align:right;}
.ny_dyy .yc p {text-align:right;}
.ny_dyy .yc .hx { float:right;}
.ny_dyy .vs { width:120px; height:120px; color:#FFF; background:#000000; font-weight:bold; font-size:50px; text-align:center; line-height:120px; position:absolute; top:150px; right:31%;}
@media only screen and (max-width:992px) {
.ny_dyy { margin:0px auto 50px auto; }
.ny_dyy h1 {font-size:20px; }
.ny_dyy .zc { width:100%; float: none; padding:30px;}

.ny_dyy .yc { width:100%; float: none; padding:30px; margin-top:80px;}
.ny_dyy .yc h1 { text-align:left;}
.ny_dyy .yc p {text-align:left;}
.ny_dyy .yc .hx { float:left;}
.ny_dyy .vs { width:120px; height:120px; color:#FFF; background:#000000; font-weight:bold; font-size:50px; text-align:center; line-height:120px; position:absolute; top:74%; right:40%;}	
	}
