@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;
}

@font-face {
    font-family: "HarmonyOS Sans";
    src: url("../font/HarmonyOS Sans.eot");
    src: url("../font/HarmonyOS Sans.eot?#iefix")format("embedded-opentype"),
    url("../font/HarmonyOS Sans.woff2")format("woff2"),
    url("../font/HarmonyOS Sans.woff")format("woff"),
    url("../font/HarmonyOS Sans.ttf")format("truetype"),
    url("../font/HarmonyOS Sans.svg")format("svg");
}



body{margin:0px; font-size:18px; color:#333;  font-family:HarmonyOS Sans; 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: HarmonyOS Sans; font-style:normal;}
h1,h2,h3,h4,h5,h6,h7 {list-style:none; font-weight:normal;}
input,select,button{font-size:12px;  font-family:HarmonyOS Sans; 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:#c3ae84;}
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:#c3ae84;}
::-webkit-scrollbar-thumb:active{background-color:#c3ae84;}

/* 为表格的偶数行设置背景色 */
tr:nth-child(even) {
background-color: #f6f6f6;
}
/* 为表格的奇数行设置背景色 */
tr:nth-child(odd) {
background-color: #ffffff;
}



.con { width:94%; margin:0px auto; max-width:1520px;}
@media only screen and (max-width:1440px){
.con { max-width:1320px;}
}
@media only screen and (max-width:1360px){
.con { max-width:1280px;}
}


.header{width:100%; position:fixed; top:0; left:0; z-index:99; background:#fff; height:90px; }
.header .con { width:94%; margin:0px auto; max-width:1520px;}
.header.on{ background:#fff;}
.header.on .search {color:#000;}
.header .logo{width:250px; float:left; margin-top:8px; }
.header .logo img{width:100%; height:auto; display:block;}
.header .s_ch{line-height:32px; text-align: center;  float:right; cursor:pointer; padding-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:#666; }


.header .language {
	float: right;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #666;
	margin-top:30px;
	margin-right:30px;
	cursor: pointer;
	position: relative;
	z-index: 9;
 font-size:16px;
}
.header.on .language {
	color: #666;
}
.header .language .l_m i {
	display: inline-block;
	vertical-align: middle; 
	margin-top: 0px; font-size:20px;
	margin-right: 10px; float:left;
}
.header .language .l_m font {
	display: inline-block;
	vertical-align: middle; 
	margin-top: 0px; font-size:18px;
	margin-left: 10px; float:right;
}
.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 #c3ae84;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
.header .language .x_l ul {
	padding: 5px 15px;
	background-color: #c3ae84;
}
.header .language .x_l ul li a {
	color: #fff;
	line-height: 36px;
	display: block;
}
.header .language .x_l ul li a:hover {
	color:#fff;
}

@media only screen and (max-width:995px){
.header .language {margin-top:15px;margin-right:45px; font-size:16px;}
}



.header.on .an i{color:#c3ae84;}
.header .an{position:absolute; top:0; right:12%; height:18px; width:30px; display:none; margin-top:22px; }
.header .an span{width:30px; height:2px; background:#c3ae84; 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:left; margin:20px 0px 0px 80px;}
.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:#c3ae84; 
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .nav ul li{height:50px; font-size:18px;  margin:0px 0px 0px 40px; float:left; position:relative; 
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .nav ul li span{width:0; height:2px; background:#a89368; 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 a.o_lm{line-height:50px; color:#333; display:block; font-size: 18px;  } 
.header .nav ul li:hover a.o_lm{color:#a89368;}
.header .nav .y_j{position:relative;}
.header .nav .e_j{width:150px;background:#fff; position:absolute; top:50px; left:0;  z-index:9999; margin-left:-15px; border-radius:0px 0px 5px 5px; padding:0px; }
.header .nav ul li .e_j a{display:block; font-size:14px; color:#666; line-height:40px; text-align:left; padding-left:20px;}
.header .nav .e_j a:hover{ color:#fff; background:#a89368;}
.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 .s_ch{ }
.header .nav{float:left; margin:20px 0px 0px 30px;}
.header .nav ul li{ font-size:16px;  margin:0px 0px 0px 30px; }

}
@media (min-width:1024px) and (max-width:1440px ) {
.header .s_ch{ }
.header .nav{float:left; margin:20px 0px 0px 20px;}
.header .nav ul li{ font-size:16px;  margin:0px 0px 0px 30px; }
.header .nav ul li a.o_lm{ font-size:16px;  }

}

@media only screen and (max-width:995px){
.header{padding:0%; height:60px;}
.header .yyxz { float: right; padding-top: 20px; margin-right: 10px;}
.header .dbtb { width:94%; margin: 0px auto; height: 30px; line-height: 30px; border-bottom: 1px dashed #ddd;}
.header .dbtb  a { font-size: 14px; margin-right: 25px; color: #666;}
.header .con { width100%; margin:0 auto;}
.header .logo{width:150px; float:left; padding-top:0px; }
.header .logo img { width:100%; height:auto;}
.header .dh { margin:22px 50px 0px 0px;}
.header .dh a { font-size:16px; padding:0px 10px 0px 0px;}
.header .s_ch{height:60px; width:30px; line-height:32px;  padding-top:14px;  }
.header .s_ch i{font-size:24px; color:#333; font-weight: 900; }
.header .an{display:block;}
.header .nav{width:100%; height:0; padding:0; position:fixed; background-color:rgba(255,255,255,.99); top:0; right:0; margin:0; margin-top:60px; overflow:auto;z-index:999999;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.header .nav.on{height:100%; padding:2% 0%;}
.header .nav i{display:block;}
.header .nav ul{margin-bottom:100px;}
.header .nav ul li{width:90%; height:auto; text-align:left; font-size:18px; display:block; margin:0px 0px 0px 20px; 
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .nav ul li span{ display:none;}
.header .nav ul li a.o_lm{line-height:50px; color:#333; font-size: 18px;}
.header .nav ul li:hover a.o_lm{color:#a89368; background:none;}
.header .nav .y_j{border-bottom:0px solid #a89368;}
.header .nav .e_j{padding:10px 0px; border-bottom:1px solid #e4dbcd; background:none; position:relative;z-index:10000; top:auto; left:auto; width:100%; height: auto;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav .e_j.n{display:block !important;}
.header .nav ul li .e_j a{display:block; font-size:14px; color:#333; line-height:35px; text-align:left; }

}


/*搜索*/
.search{width:100%; background:#fff; position:fixed; top:0; left:0; z-index:101; display:none; height:100vh;}
.search .con{ position: relative; padding-top:25%; width:50%; margin:0px auto;}
.search .sc_gb{position:absolute; top:50%; 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:#333;}
.search .sc_nr{width:90%;  border-bottom:2px solid #999; position:absolute; left:0; top:50%;}
.search input{width:80%; height:40px; font-size:16px; line-height:40px; color:#333; float:left;}
.search input::placeholder{color:#333;}
.search button{width:20%; height:40px; line-height:40px; text-align:right; color:#333; float:right; outline:none;}
.search button i{font-size:30px;}
@media only screen and (max-width:992px){
	.search .con{ padding-top:80%; width:94%; }
.search .sc_gb{position:absolute; top:50%;  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; line-height:35px; }
.search .sc_nr{width:90%;}
.search input{width:80%; font-size:15px; float: left;  height:35px; font-size:14px; line-height:35px;}
.search button{width:15%; height:35px; line-height:35px; }
.search button i{font-size:18px;}
}


.head_h{width:100%; height:0px;}
@media only screen and (max-width:1023px) {
.head_h{width:100%; height:60px;}
}


.sy_sp {width:100%; position:relative; margin-top:90px;}
.sy_sp .bj {position:absolute; left:0; top:0; height: 100%; width: 100%; background: rgba(0,0,0,.4); }
/* 全屏视频容器 */
    .fullscreen-video {
      position: relative; /* 固定定位，覆盖整个屏幕 */
      top: 0;
      left: 0;
      width: 100%; /* 视口宽度 */
      height: 100vh; /* 视口高度 */
      overflow: hidden; /* 隐藏超出容器的部分 */
      z-index: -1; /* 置于内容下方 */
    }

    /* 视频样式 */
    .fullscreen-video video {
      min-width: 100%; /* 保证视频宽度至少填满容器 */
      min-height: 100%; /* 保证视频高度至少填满容器 */
      object-fit: cover; /* 保持比例并覆盖容器（裁剪多余部分） */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); /* 居中视频 */
    }
.sy_sp .wz{width:80%; color:#fff; position:absolute; left:10%; top:28%; text-align:left; z-index:6;}
.sy_sp .wz h3{font-size:22px; text-shadow: 1px 1px 2px rgba(0,0,0,.6); margin:10px 0px; }
.sy_sp .wz h2{font-size:60px;  text-shadow: 1px 1px 2px rgba(0,0,0,.6); margin:10px 0px; font-weight:bold; }
.sy_sp .wz p{font-size:30px; }
.sy_sp .wz a { background: #a89368; height:50px; line-height:50px; border-radius:5px; color:#fff; display:inline-table; padding:0px 25px; text-align:center; font-size:20px; margin:40px 20px 0px 0px; }
.sy_sp .wz i { margin-left: 10px; font-size: 14px;}
@media only screen and (max-width:1023px) {
.sy_sp { margin-top:0px;}	
.sy_sp .wz{width:94%;  left:3%; top:24%; }
.sy_sp .wz h3{font-size:18px;  }
.sy_sp .wz h2{font-size:26px;}
.sy_sp .wz p{font-size:22px; }
.sy_sp .wz a { padding:0px 15px; font-size:18px; margin:20px 10px 0px 0px; }
.sy_sp .wz i { margin-left:5px;}
}


/*banner*/
.gallery-top{width:100%; position:relative; height:880px; margin-top:90px; }
.gallery-top .swiper-slide .bg1 {position: absolute;height:880px;overflow: hidden;width:100%;left:0px !important;top:0px;z-index: 5;}
.gallery-top .swiper-slide .bg1 img {display: block;width: 100%;height:100%;object-fit: cover;-webkit-transition: transform 7.6s linear;-moz-transition: transform 7.6s linear;-o-transition: transform 7.6s linear;-ms-transition: transform 7.6s linear;-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);}
.gallery-top .swiper-slide.swiper-slide-active .bg1 img {-webkit-transform: scale(1.0);-moz-transform: scale(1.0);-o-transform: scale(1.0);-ms-transform: scale(1.0);filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity: 1; }
.gallery-top .swiper-slide .bj {position:absolute; left:0; top:0; height: 100%; width: 100%; background: rgba(0,0,0,.4); }
.gallery-top .swiper-slide .wz{width:80%; color:#fff; position:absolute; left:10%; top:28%; text-align:left; z-index:6;}
.gallery-top .swiper-slide .wz h3{font-size:22px; text-shadow: 1px 1px 2px rgba(0,0,0,.6); margin:10px 0px; }
.gallery-top .swiper-slide .wz h2{font-size:60px;  text-shadow: 1px 1px 2px rgba(0,0,0,.6); margin:10px 0px; font-weight:bold; }
.gallery-top .swiper-slide .wz p{font-size:30px; }
.gallery-top .swiper-slide .wz a { background: #a89368; height:50px; line-height:50px; border-radius:5px; color:#fff; display:inline-table; padding:0px 25px; text-align:center; font-size:20px; margin:40px 20px 0px 0px; }
.gallery-top .swiper-slide .wz i { margin-left: 10px; font-size: 14px;}
.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;}
.gallery-top .swiper-pagination{bottom: 3.125vw;display: flex;justify-content: center;align-items: center;}
.gallery-top .swiper-pagination-bullet{background: none;margin: 0 10px;transition: all 0.3s;opacity: 1;border: 2px solid rgba(255, 46, 77,0);border-radius: 50%;width: 1.5vw;height: 1.5vw;
display:flex;justify-content:center;align-items: center;}
.gallery-top .swiper-pagination-bullet::after{content: "";border-radius: 50%;background: rgb(255, 255, 255);width: 7px;height: 7px;}
.gallery-top .swiper-pagination-bullet-active{border-color: #fff;}
.gallery-top .swiper-pagination-bullet-active::after{background:#fff;}
@media only screen and (max-width:1440px){
	.gallery-top{width:100%; position:relative; height: auto; margin-top:90px; }
.gallery-top .swiper-slide .wz{width:94%;  left:3%; top:25%; }
}
@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; }
.gallery-top .swiper-slide .wz{ top:30%; width:90%; left: 5%; }
.gallery-top .swiper-slide .wz h3{font-size:22px; height:auto;}
.gallery-top .swiper-slide .wz h2{font-size:16px;  line-height:20px; letter-spacing:0px;}
.gallery-top .swiper-slide .wz a {width:150px; height:35px; line-height:35px;  font-size:14px; margin-top:0; display:none;  }
.gallery-top .swiper-button-prev { display:none;}
.gallery-top .swiper-button-next { display:none;}
}

 



/*关于我们*/
.sy_gy { padding:140px 0px;}
.sy_gy .sl_bt { font-weight:bold; font-size:52px; padding-bottom:50px; text-transform:uppercase;}
.sy_gy .xm { width:45%; float:left; padding-top:4%;}
.sy_gy .xm ul li { margin-bottom:6%;}
.sy_gy .xm ul li .tp { width:20%;text-align:center;  float:left;  }
.sy_gy .xm ul li .tp i { font-size:36px;  color:#fff; width:100px; display:block; height:100px; background:#c4ae84; border-radius:100px;line-height:100px; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);}
.sy_gy .xm ul li p { font-size:24px; width:80%; float:right; padding-top:16px; }
.sy_gy .gxx {position:absolute;right:0; top:0px;}
.sy_gy .lef {width:45%; float:right;}
.sy_gy .lef img { width:100%; height:auto;}
@media only screen and (max-width:1660px) {
.sy_gy { padding:100px 0px;}
}

@media only screen and (max-width:1440px) {
.sy_gy { padding:80px 0px; }
.sy_gy .xm {padding-top:2%;}
}
@media only screen and (max-width:992px) {
.sy_gy {padding:60px 0px;}
.sy_gy .sl_bt {font-size:30px; padding-bottom:20px;}
.sy_gy .xm { width:100%; float: none; padding-top:0%;}
.sy_gy .xm ul li { margin-bottom:3%;}
.sy_gy .xm ul li .tp { width:15%;}
.sy_gy .xm ul li .tp i { font-size:30px; width:70px; height:70px; line-height:70px;}
.sy_gy .xm ul li p { font-size:18px; width:75%; float:right; padding-top:10px; }
.sy_gy .lef {width:100%; float: none;}	
}






.mr { width:100%; height:50px;  line-height:50px; color:#fff; margin:50px 0 0px 0; text-align:right;}
.mr a {color:#000; font-size:22px; font-weight:bold; }
.mr:hover a {  color:#c4ae84;  display:block;}
.mr i { margin-left:10px;}
@media only screen and (max-width:995px){
.mr { margin:20px 0px;}
.mr a {color:#000; font-size:18px; }

}


.sy_bt {text-align:center; position:relative; margin-bottom:60px;  font-family:Helvetica; }
.sy_bt h1 { font-size:52px; text-align:center; color:#333;  text-transform:uppercase;font-weight:bold;}
.sy_bt h1 font { color:#000; }
.sy_bt p { font-size:18px; color:#666; font-weight:normal; text-transform: none; padding-top:10px;}

.sy_cp { 
    overflow:hidden; 
    background:#f6f6f6; 
    position:relative; 
    padding:100px 0px;
    /* 移动端内边距优化，避免上下间距过大 */
    padding: 60px 0;
}
#certify {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1480px;
}
#certify  .swiper-container {
    padding-bottom: 60px;
}
#certify  .swiper-slide {
    width: 45%;
    height: auto;
    background: #fff;
    box-shadow: 0 8px 30px #ddd; 
    position:relative;
}
#certify  .swiper-slide img{
    display:block; 
    width:100%;
}
#certify  .swiper-slide .wz { 
    padding:50px;
}
#certify  .swiper-slide h2 {
    font-size:32px; 
    color:#000000; 
    margin-bottom:10px; 
    font-weight:bold;
}
#certify  .swiper-slide p {
    line-height:30px;
    color: #666;
    font-size:16px;
    margin: 0;
}
#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #a0cdc1;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -40px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -40px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

/* 平板适配（过渡样式） */
@media only screen and (max-width:1440px) {
    #certify {
        position: relative;
        margin: 0 auto; 
        width:1320px;
        width: 90%;
        max-width: 1320px;
    }
    #certify  .swiper-slide {
        width: 46%;
    }
}

/* 小平板/大屏手机适配 */
@media only screen and (max-width:1360px) {
    #certify {
        position: relative;
        margin: 0 auto; 
        width:1340px;
        width: 90%;
        max-width: 1340px;
    }
    #certify .swiper-button-prev { 
        display:none;
    }
    #certify .swiper-button-next {
        display:none;
    }
}


@media only screen and (max-width: 768px) {

    .sy_cp {
        padding: 60px 0; 
    }
    #certify {
        width: 92%; 
        max-width: 100%;
    }

    #certify .swiper-slide {
        width: 85% !important; 
        box-shadow: 0 4px 15px #ddd; 
    }

    #certify .swiper-slide .wz {
        padding: 20px 15px;
    }
    #certify .swiper-slide h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    #certify .swiper-slide p {
        font-size: 14px; 
        line-height: 24px;
    }

    .sy_cp .swiper-slide .yincang {
        font-size: 20px; 
        top: 45%;
        left: 50%;
        transform: translateX(-50%); 
        width: 80%; 
    }


    #certify .swiper-pagination {
        bottom: 15px; 
    }
    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px; 
        margin: 0 3px; 
    }
    #certify .swiper-container {
        padding-bottom: 40px;
    }
}

.sy_cp  .swiper-slide {
    position: relative;
    overflow: hidden;
}
.sy_cp   .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}
.sy_cp .swiper-slide .yincang{ 
    opacity: 0; 
    transition: opacity 0.5s ease-in-out;  
    position: absolute;
    top: 48%;
    left: 35%; 
    color: #ffffff; 
    font-size: 30px; 
    font-weight: bold; 
    text-align: center;  
    z-index: 2; 
}
.sy_cp  .swiper-slide:hover .yincang{ 
    opacity: 1; 
    z-index: 2; 
}
.sy_cp  .swiper-slide:hover::before {
    opacity: 0.5; 
}






.anniu{ display: flex;justify-content: center; margin-top:20px;margin-bottom: 30px;
           }
.anniu a{ text-align: center;padding: 10px 35px;
            font-size:22px;         /* 文字大小 */
            color: #ffffff;          /* 文字白色 */
            border: none;            /* 去掉默认边框 */
          
            cursor: pointer;         /* 鼠标悬停显示指针 */
            outline: none;           /* 去掉聚焦轮廓 */

            /* 背景渐变设置：实现方向过渡的核心 */
            background: linear-gradient(to right, #c4ae84 50%, #b69659 50%);
            background-size: 200% 100%;  /* 背景尺寸放大到200%，为过渡留空间 */
            background-position: left bottom; /* 初始背景位置（显示#1abc9c） */

            /* 过渡效果：仅过渡背景位置，时长0.5秒 */
            transition: background-position 0.5s ease;

}
.anniu i { margin-left:10px;}    
	    .anniu a:hover {
            background-position: right bottom; /* 切换到#16a085 */
        }








.qc_zj { padding:140px 0px 80px 0px; background:#f6f6f6;}
.qc_zj .zc { width:35%; float:left; }
.qc_zj .zc h3 { font-size:42px; padding-bottom:20px; font-weight:bold; color:#000; text-transform:uppercase;}
.qc_zj .zc .wz1 { font-size:20px; color:#333;}
.qc_zj .zc .wz1 p { padding-bottom:10px;}
.qc_zj .zc h1 {font-size:28px; padding-bottom:20px;}
.qc_zj .zc .zsr { width:100%;background:rgb(255,255,255,.5); padding:20px; border-radius:10px;  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); margin-top:80px;  }
.qc_zj .zc .zsr ul li { width:23%; float:left; margin:0 2.6% 0 0;}
.qc_zj .zc .zsr ul li:nth-child(4n) { margin-right:0;}
.qc_zj .zc .zsr ul li img { width:100%;}


.qc_zj .yc { width:60%; float:right; }
.qc_zj .yc img { width:100%;}
.qc_zj .yc h3 { font-size:28px; padding-bottom:20px; text-align:center;}

.counter{ margin: 0px auto;padding:80px 0px 0px 0px; }

.counter ul li{ width: 33.3333%; transition:all 0.3s; float: left; position:relative;  margin-bottom:50px; }
.counter ul li:after{ content:""; position:absolute; right:0; top:50%; margin-top:-24px; height:48px; width:0px; background:#ddd; }
.counter ul li:last-child:after{ width:0;}
.counter ul li:last-child{ margin-right:0; padding-right:0;}
.counter ul li i { width:80px; height:80px; border-radius:5px; background:#033a94; margin:0px auto 20px auto; display:block; line-height:80px; }
.counter ul li i img { width:80px; padding:10px;}
.counter ul li .nums{ overflow:hidden; color:#fff; }
.counter span{ vertical-align:top; overflow:hidden;  color:#c3ae84; font-family:Arial; font-weight: bold;  font-size:70px;}
.counter label{margin-top:2%; line-height:2;font-size:20px;color:#666; font-weight: bold;}
.counter .h6{ font-weight: normal; font-size:20px;  overflow:hidden;  margin-top:2px; margin-bottom:6px; color:#666;}
.counter ul li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
@media only screen and (max-width:1660px){
.qc_zj { padding:80px 0px 60px 0px;}
.counter label{font-size:18px;color:#333; }	
.counter .h6{ font-size:18px;}
}
@media only screen and (max-width:1440px){
	.qc_zj { padding:80px 0px 40px 0px;}
	.qc_zj .zc h3 { font-size:36px; }
	.qc_zj .zc { width:40%; float:left; }
	.qc_zj .yc { width:55%; float:right; }

.f36 { font-size: 22px;}
.counter{  padding: 40px 0px 0px 0px; }
.counter label{font-size:16px;color:#333; }	
.i_two{ width: 100%; margin: 0px auto; background: url(../images/dbjj.jpg) no-repeat center bottom; }
.counter span{ font-size: 50px;}
.counter .h6{ font-size:16px;}
}
@media only screen and (max-width:992px) {
.qc_zj { padding:60px 0px;}
.qc_zj .zc { width:100%; float: none; }
.qc_zj .zc h3 { font-size:28px;}
.qc_zj .zc .wz1 { font-size:16px; color:#333;}
.qc_zj .yc { width:100%; float: none; }
.counter{  padding: 0px 0px 20px 0px ; }
.counter span{  font-size:30px;}
.counter .h6{ font-size:12px; }
.counter ul li{ width:33.333%;  margin-bottom: 2%;  }	
.counter ul li:after{width:0px;}
.counter ul li i { width:60px; height:60px;  line-height:60px; }
.counter ul li i img { width:60px; padding:10px;}
.counter label{ font-size:13px;}
.anniu a{ padding: 10px 20px;font-size:18px;}

.sy_bt {margin-bottom:30px;  }
.sy_bt h1 { font-size:36px;}
.sy_bt p { font-size:18px; color:#666; font-weight:normal; text-transform: none; padding-top:10px;}

}


.pp_qk2 { width:100%;  overflow:hidden; padding:120px 0px; background:#fff;}
.pp_qk2 .con { position:relative; z-index:1;}
.pp_qk2 .z2 { width:34%; overflow:hidden; position:absolute; left:0; top:0; z-index:5;}
.pp_qk2 .z2 img { width:100%;}
.pp_qk2 .z3{ width:75%; float:right; background:#f6f6f6; padding:80px 50px 80px 230px; margin-top:60px;}
.pp_qk2 .z3 .zc {   }
.pp_qk2 .z3 .zc h1 {font-size:48px; font-weight:bold; text-transform:uppercase;}
.pp_qk2 .z3 .zc p { font-size:18px; display:block; padding:40px 0px; color:#666; line-height:26px;}
.pp_qk2 .z3 .yc {  font-size:18px; line-height:30px; padding:3% 0; color:#333;}
.pp_qk2 .z3 .yc .y1 { font-size:48px; font-weight:bold; float:left; width:10%; text-align:center;}
.pp_qk2 .z3 .yc .y2 {float:left; width:80%; color:#333; font-size:20px; text-align:justify;}
.pp_qk2 .z3 .yc .y3 {font-size:48px; font-weight:bold; width:90%; text-align:right; }
@media only screen and (max-width:1440px){
.pp_qk2 .z3{padding:80px 50px 80px 180px;}	
.pp_qk2 .z3 ul li .yc { padding:3% 0%; }
.pp_qk2 .z3 .yc .y2 {float:left; }
}
@media only screen and (max-width:1360px){
.pp_qk2 .z3{ padding-top:3%;}	
}
@media only screen and (max-width:992px){
.pp_qk2 {  padding:60px 0px;}	
.pp_qk2 .z2 { width:100%; position: relative;}
.pp_qk2 .z3{ width:100%; float: none;  padding:20px; margin-top:0px;}
.pp_qk2 .z3 .zc h1 {font-size:30px; }
.pp_qk2 .z3 .zc p { font-size:16px; padding:20px 0px;  line-height:24px;}
.pp_qk2 .z3 .yc {  font-size:14px; line-height:24px; padding:2% 0; }
.pp_qk2 .z3 .yc .y1 { width:10%; text-align:left;}
.pp_qk2 .z3 .yc .y1 img { width:30px;}
.pp_qk2 .z3 .yc .y2 {width:80%;  font-size:16px; text-align:left;}
.pp_qk2 .z3 .yc .y3 {width:90%; text-align:right; }
.pp_qk2 .z3 .yc .y3 img { width:30px;}
}



.founder-list { padding:80px 0px 100px 0px; max-width:1200px; margin:0px auto;}
.founder-list.nopadding,.founder-list.nopadding ul{padding-top:0;}
.founder-list ul { margin-top:-20px;}
.founder-list li {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s; overflow:hidden; border-bottom:1px solid #ddd;}
.founder-list h4 {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s; position:relative; z-index:1;}
.founder-list h4 span { position: relative; width:100%; height:70px; display:block; line-height:70px; color:#333; bottom:0; font-size:22px; font-weight:bold; z-index:5; left:0; text-align:left;  background: url(../images/icon10.png) 98% center no-repeat;}
.founder-list .info {padding:30px;display: none; font-size: 18px; line-height:26px; border-bottom:1px solid #ddd; }
.founder-list .info h5 { font-size:28px; font-weight:bold; padding-bottom:20px;}
.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:#c3ae84;color: #fff;}
.founder-list .on h4 span {color:#fff; background-image: url(../images/icon11.png); padding-left:30px;}
.founder-article {padding-top: 10px;}
.founder-article .article {padding-top: 20px;line-height: 26px;}
.font22 { font-size: 18px;}

@media only screen and (max-width:1660px){
.founder-list { }
.founder-list .info {font-size: 16px;  }
}
@media only screen and (max-width:992px) {
.founder-list { width:94%; padding:60px 0px; }	
.founder-list li {  border-radius:10px;}
.founder-list h4 {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s; position:relative;  overflow:hidden; z-index:1;}
.founder-list h4 span {  height:60px; line-height:60px; padding-left:10px;    font-size:16px; z-index:5; }
.founder-list .info {padding:20px;}

}





.sy_rz { padding:160px 0px 0px 0px; height:100vh;}
.sy_rz .zc { width:30%; float:left; padding-top:5%; }
.sy_rz .zc h3 { font-size:40px; padding-bottom:20px; font-weight:bold; color:#c3ae84;}
.sy_rz .zc .wz2 {font-size:24px; color:#333;}
.sy_rz .zc h1 {font-size:24px; padding-bottom:20px; text-align:center;}
.sy_rz .zc .zsr { width:100%;background:rgb(255,255,255,.5); padding:20px; border-radius:10px;  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); margin-top:80px;  }
.sy_rz .zc .zsr ul li { width:31%; float:left; margin:0 3.5% 0 0; text-align:center;}
.sy_rz .zc .zsr ul li:nth-child(3n) { margin-right:0;}
.sy_rz .zc .zsr ul li img { width:90%;}


.sy_rz .yc { width:65%; float:right; }
.sy_rz .yc h3 { font-size:28px; padding-bottom:20px; text-align:center;}
@media only screen and (max-width:1660px){
	.sy_rz { padding:80px 0px 0px 0px; height:100vh;}}
@media only screen and (max-width:1440px){
	.sy_rz { padding:60px 0px 0px 0px; height:100vh;}}




.gy_bt{width:100%;   margin:0px 0px 40px 0px; text-align: center; user-select:none; position:relative;  }
.gy_bt h3{font-size:40px; line-height:60px; color:#a89368; z-index:1; text-align:center; padding-bottom:15px; }
.gy_bt h2 {font-size:22px; color:#666666;}
.gy_bt p { width:60%; margin: 0px auto; text-align:center; font-size:16px; color:#666; line-height:26px;}
.gy_bt p span { display:block;}
@media only screen and (max-width:1440px){
.gy_bt p { width:80%; font-size:14px;}
	}
@media only screen and (max-width:992px){
.gy_bt{ margin:20px 0px;}
.gy_bt h3{font-size:26px; line-height:22px; padding-bottom:10px; }
.gy_bt p { font-size:14px; color:#999; padding-top:10px; width:90%;}
.gy_bt h2 {font-size:16px; padding-bottom:5px;}	
}



/* 底部 */
.footer{position:relative;	overflow:hidden; width:100%;  background:#222; padding:50px 0px 0px 0px;}
.footer .foot_top .left{float:left; width:30%;}
.footer .foot_top .left .t{font-size:38px; font-weight:bold; color:#fff; line-height:56px; margin:15px 0px 10px 0px;}
.footer .foot_top .left .c{font-size:38px; color:#fff; line-height:56px;}
.footer .foot_top .share{ position:relative;}
.footer .foot_top .share i { width:35px; height:35px; border-radius:100px; background:rgba(255,255,255,.2); color:#c4ae85; font-size:20px; display:inline-block; line-height:35px; text-align:center;}
.footer .foot_top .share .tt { float:left; margin-right:10px;}
.footer .foot_top .share .ttt { float:left; margin-right:10px; position:relative;}
.footer .foot_top .share img { width:35px; height:35px;}


.footer .foot_top .ewmm{width:120px; padding:10px 10px 0; background-color:#c4ae85; position:absolute; bottom:50px; right:-50px; opacity:0; border-radius: 5px; text-align:center;}
.footer .foot_top .ewmm img{width:100%; height:auto; display:block; margin-bottom:10px;}
.footer .foot_top .ewmm p{font-size:14px; color:#fff; line-height:16px; margin-bottom:10px;}
.footer .foot_top .ttt:hover .ewmm{right:-50px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}





.footer .foot_top .right{float:left; width:40%;}
.footer .foot_top .right dl{float:left; width:50%; height:auto; }
.footer .foot_top .kdd { width:35%; float:right;}
.footer .foot_top .right dl dt{font-size:18px; color:#ddd; font-weight:bold; padding:0px 0 25px 0px;}
.footer .foot_top .right dl dd{font-size:16px; color:#ddd; line-height:30px;}
.footer .foot_top .right dl dd a {color:#ccc;}
.footer .foot_top .tel{font-size:30px; color:#ddd; font-weight:bold; font-family:Arial; margin:10px 0 30px 0px;}
.footer .foot_top .tel span {font-size:16px; color:#ddd; font-weight: normal; padding-bottom:15px;}
.footer .foot_top .tel a{color:#fff;}
.footer .foot_top .more{font-size:16px; color:#ddd;}
.footer .foot_top .more a {color:#ddd;}
.footer .foot_top .more .icon{display:inline-block; background:url(../images/more_j2.png) no-repeat center; width:21px; height:14px;}

.footer .foot_top .lxwm { float:right; width:30%;}
.footer .foot_top .lxwm h3{font-size:18px; color:#ddd; font-weight:bold; padding:0px 0 25px 0px;}
.footer .foot_top .lxwm p{font-size:16px; color:#ddd; line-height:30px;}
.footer .foot_top .lxwm p a {color:#ccc;}
.footer .foot_top .lxwm i { font-size:18px; margin-right:8px;}




.footer .foot_bott{position:relative; z-index:1; padding:30px 0;}
.footer .foot_bott .left{float:left; font-size:14px; color:#ddd; opacity:.6;}
.footer .foot_bott .right{float:right; font-size:14px; color:#ddd; opacity:.6;}
.footer .foot_bott a {color:#ddd;}
@media only screen and (max-width:1440px){
.footer .foot_top .left .t{font-size:32px; font-weight:bold; }
.footer .foot_top .left .c{font-size:24px; color:#fff; line-height:56px;}
}

@media only screen and (max-width:992px){
.footer{ padding:50px 0px 0px 0px;}
.footer .foot_top .tel{ margin:0px 0 20px 0px;}
.footer .foot_top .left .t{font-size:28px; font-weight:bold;  line-height:40px;}
.footer .foot_top .left .c{font-size:20px; color:#fff; line-height:40px;}
.footer .foot_top .left .share{margin:20px 0 30px 0px; position:relative;}
.footer .foot_top .left{float: none; width:100%;}
.footer .foot_top .right{float: none; width:100%; display:none;}
.footer .foot_top .lxwm { float: none; width:100%;}
.footer .foot_bott{ padding:20px 0;}
.footer .foot_bott .right{float:left; font-size:14px; color:#8c8c8c;}
.footer .dl3 { display: none;}
}






.ny_bt {height:60px; line-height:60px; border-bottom:1px solid #ddd;}




.ndh { width:100%; margin:40px auto; overflow:hidden;  line-height:60px; text-align:center;}
.ndh ul li { display:inline-block; width:auto; line-height:50px; font-size:18px;  color:#333;  margin:0px 10px; border-radius:30px 0px 30px 0px; overflow:hidden;  }
.ndh ul li a {font-size:18px; padding:0px 40px; color:#333;  line-height:50px;display:block; font-weight:bold;}
.ndh ul li:hover a { background:#c4ae84; display:block; color:#fff; font-weight:bold;}
.ndh ul li .on {background:#c4ae84; display:block; color:#fff; font-weight:bold;}
.ndh .dhk { width: auto;}
@media screen and (max-width:992px) {
.ndh { width:100%; margin:30px auto; overflow:hidden;  line-height:50px;}
.ndh ul li { width:49%; float: left; font-size:16px;color:#333; text-align: center; line-height:50px; margin-right:2%; margin-bottom:2%; margin-left:0; }
.ndh ul li:nth-child(2n) { margin-right:0;}
.ndh ul li a {font-size:16px; padding:0px 0px; line-height:50px;}	
}



.nbanner{ width:100%; position:relative; height:auto; background:#000; overflow:hidden}
.nbanner img{ width:100%; height:auto; }
.nbanner .wz { position:absolute; left:9%; bottom:15%; font-size:48px; color:#fff;}
@media only screen and (max-width:992px){
.nbanner{ width:100%; position:relative; height:200px; background:#000; overflow:hidden}
.nbanner img{ width: auto; height:200px;  position: absolute;}
}



.ny_lc {margin:0px auto; padding:80px 0px;}
.ny_lc ul { margin-bottom:60px;}
.ny_lc ul li { text-align:center; margin-bottom:25px;}
.ny_lc ul li .tp { width:100px; height:100px; border-radius:100px; margin:0px auto; background:#a89368;}
.ny_lc ul li .tp img { width:100%; height:auto;}
.ny_lc ul li p { font-size:22px; padding:20px 0px;}
.ny_lc ul li i { padding:20px 0px; font-size:26px;}


.ny_lx {margin:0px auto; padding:80px 0px;}
.ny_lx h1 { font-size:38px;  color:#333;  font-weight:bold; margin-bottom:20px;}
.ny_lx .wz { font-size: 18px; line-height: 22px; color: #666; margin-bottom: 20px; font-weight:lighter; }
.ny_lx .wz1 { margin:50px 0px 30px 0px;}
.ny_lx .wz1 h2 { font-size:24px; font-weight:bold; margin-bottom:10px;}
.ny_lx .wz1 p {font-size:18px; font-weight: lighter;color: #666;}
.ny_lx .wz1 p strong { color:#333;}
.ny_lx .wz3 { font-size:16px; color:#666; line-height:30px; border-bottom:2px solid #E3E7EF; padding-bottom:15px; width:60%;}
.ny_lx .zc { width: 43%;  float: right; background:rgba(215, 215, 215, 0.2);  padding: 60px; }
.ny_lx .zc .txt { width: 100%; height: 45px; line-height: 45px; background: #fff; border: 1px solid #ddd; padding: 0 10px; box-sizing: border-box; color: #666;font-size: 16px;}
.ny_lx .zc .ll { width: 48%; margin-bottom:20px;}
.ny_lx .zc .text{ width: 160px; height: 45px; line-height: 45px; background: #a0a0a0; text-align: center; color: #fff; font-size: 16px;margin: 40px auto 0 auto;}
.ny_lx .zc .txtt { width: 100%; height:120px; font-family:Arial, Helvetica, sans-serif; line-height: 45px; background: #fff; border: 1px solid #ddd; padding: 0 10px; box-sizing: border-box; color: #666;font-size: 16px; outline: none;}
.ny_lx .zcc { width: 45%; float: left; padding-top:5%;}
.ny_lx .zcc img { width:100%;}
@media only screen and (max-width:992px) {
.ny_lx {margin:0px auto; padding:20px 0px 40px 0px;}
.ny_lx h1 { font-size:32px;  color:#333;  font-weight:bold; margin-bottom:20px;}
.ny_lx .wz { font-size: 18px; line-height: 22px; color: #666; }
.ny_lx .zc { width:100%; float:none; padding: 30px 15px; margin-top:30px;}	
.ny_lx .zc .txt{ font-size: 14px;}
.ny_lx .zc .text{ margin:20px auto 0 auto;}
.ny_lx .zc .ll { width: 48%; margin-bottom: 20px;}

.ny_lx .zcc { width:100%; float:none;}
.ny_lx .wz3 { width:100%;}
}

.nbj {width:100%; overflow:hidden; margin: 0px auto; padding:80px 0px;}
.nbj1 { background:#f6f6f6;}

.ny_gy { width:100%; overflow:hidden; margin: 0px auto; padding:80px 0px; }
.ny_gy .left { width:55%; }
.ny_gy .left .gdd { height: 25px;} 
.ny_gy .left .wz p { font-size:20px; line-height:28px;  color:#666;}
.ny_gy .left .wz p font{ color:#a89368; padding-right:8px;}
.ny_gy .left h2 { font-size:52px; font-weight:bold; }
.ny_gy .right { width:40%; }
.ny_gy .right img { width: 100%; height: auto;}
@media only screen and (max-width:995px){
.nbj {padding:40px 0px;}
.ny_gy {padding:40px 0px; }
.ny_gy .left { width:100%; float:none;}
.ny_gy .left .wz p { font-size:16px; line-height:22px;  }
.ny_gy .left h2 { font-size:30px;}
.ny_gy .left .gdd { height: 15px;} 
.ny_gy .right { float:none; width: 100%; margin-top:30px; }
}



.ny_ys {}
.ny_ys ul li { width:23%; float:left; margin:0 2.6% 0 0;}
.ny_ys ul li:nth-child(4n) { margin-right:0;}
.ny_ys ul li .tp { width:100%; height:auto;}
.ny_ys ul li .tp img { width:100%; height:auto;}
.ny_ys ul li h1 { font-size:22px; padding:15px 0px 10px 0px; font-weight:bold;}
.ny_ys ul li p { font-size:16px; line-height:24px;}
@media only screen and (max-width:995px){
.ny_ys ul li { width:100%; float: none; margin:0 0% 5% 0;}
}


.cp_lb {}
.cp_lb ul li { width:31%;  text-align: center; float: left; margin:0 3.5% 3% 0%;  overflow:hidden; background:#fff;}
.cp_lb ul li:nth-child(3n) { margin-right:0;}
.cp_lb ul li .tp {width: 100%; height: 280px; overflow: hidden; }
.cp_lb ul li .tp img {object-fit:cover; width:100%; height:100%; }
.cp_lb ul li .tp:hover img {transform:scale(1.1);  transition: all 0.5s; }
.cp_lb ul li .wz { font-size:20px; text-align:center; background:#fff; margin-left:20px; padding-top:15px; font-weight:bold;}
.cp_lb ul li h1{ display:block; font-size:22px; color:#000; position:inherit; line-height:50px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

@media only screen and (max-width:992px) {
.cp_lb ul li { width:48%;  text-align: center; float: left; margin:0 1% 3% 1%;}
.cp_lb ul li .tp {width: 100%; height:120px; }
.cp_lb ul li h1{ font-size:18px;}
.cp_lb ul li:nth-child(3n) { margin-right:1%;}
.cp_lb ul li:nth-child(9n) { display:none;}
}


/*翻页*/
.paging{width:100%; margin:30px auto ; text-align:center; overflow:hidden;}
.paging a{line-height:40px; color:#888; background-color:#fff; text-align:center; font-size:18px; border:1px solid #e7e7e7; width:40px; height:40px; border-radius: 100px; margin:0 3px; display:inline-block;}
.paging a:hover{background-color:#a89368; border:1px solid #a89368; color:#fff;}
.paging a.on{background-color:#a89368; border:1px solid #a89368; 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{ padding:80px 0px; }
.cp_xq .cp_xx{ padding:0px; }
.cp_xq .cp_xx .cp_zs{width:50%; 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:45%; float:right; }
.cp_xq .cp_xx .cp_js h3{font-size:36px; color:#000000;font-weight:bold; padding-bottom: 20px; text-transform: uppercase;}
.cp_xq .cp_xx .cp_js h4 { font-size: 14px; color: #666; line-height: 26px;}
.cp_xq .cp_xx .cp_js h4 font { font-size: 28px; font-weight: bold; color: #000;}

.cp_xq .cp_xx .cp_js h2 {font-size:20px; color:#000000;font-weight:bold; padding:15px 0px; border-top: 1px solid #ddd; margin-top: 20px;}
.cp_xq .cp_xx .cp_js p{font-size:16px; line-height:32px; color:#333; margin-bottom:10px; margin-top:0px;}
.cp_xq .cp_xx .cp_js span { width: 50%; float: left;}
.cp_xq .swiper-slide {background-size: cover;background-position: center;}
.cp_xq .gallery-topp { width:100%; height:auto;  overflow: hidden;}
.cp_xq .gallery-thumbs {height:110px;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;}

@media only screen and (max-width:995px){
.cp_xq{ padding:40px 0px;}
.cp_xq .cp_xx .cp_zs{width:100%;  float:none; }
.cp_xq .cp_xx .cp_js{width:100%; float:none; margin-top:30px; }
.cp_xq .cp_xx .cp_js h3{font-size:20px;  }
.cp_xq .cp_xx .cp_js h4 { font-size:14px; line-height:20px; }
.cp_xq .cp_xx .cp_js h4 font { font-size: 20px; }
.cp_xq .cp_xx .cp_js p{  font-size:14px; line-height: 24px;}
.cp_xq .adg { width:100%; overflow:auto;}
.cp_xq .adgg { width:1200px;}
.cp_xq .gallery-thumbs {height:75px;box-sizing: border-box;}
.cp_xsm img { width: 100%; height: auto;}
.cp_xsm h5 {  font-size:20px; }
.cp_xsm p { font-size: 14px; line-height: 20px;}
}


.ny_gyy { width:100%; padding:0px 0px; }
.ny_gyy .left { width:35%; padding-top:3%; }
.ny_gyy .left .gdd { height: 25px;} 
.ny_gyy .left .wz h2 { font-size:22px; line-height:40px;  color:#333;}
.ny_gyy .left .wz h2 font{ color:#a89368; padding-right:8px;}
.ny_gyy .left .wz p { font-size:18px; line-height:24px;}
.ny_gyy .right { width:60%; }
.ny_gyy .right img { width: 100%; height: auto;}
@media only screen and (max-width:995px){
.ny_gyy {padding:40px 0px; }
.ny_gyy .left { width:100%; float:none;padding-top:0%;}
.ny_gyy .left .wz p { font-size:16px; line-height:22px;  }
.ny_gyy .left .wz h2 { font-size:20px; line-height:30px;}
.ny_gyy .left .gdd { height: 15px;} 
.ny_gyy .right { float:none; width: 100%; margin-top:30px; }
}

.ndhh { width:100%; margin:40px auto; overflow:hidden;  line-height:60px; text-align:center;}
.ndhh ul li { display:inline-block; width:auto; line-height:50px; font-size:20px;  color:#333;  margin:0px 10px;  overflow:hidden; background:#ddc594; }
.ndhh ul li a {font-size:22px; padding:0px 30px; color:#333;  line-height:50px;display:block; font-weight:600;}
.ndhh ul li:hover a { background:#c4ae84; display:block; color:#fff; }
.ndhh .dhk { width: auto;}
@media screen and (max-width:992px) {
.ndhh { width:100%; margin:30px auto; overflow:hidden;  line-height:50px;}
.ndhh ul li { width:49%; float: left; font-size:16px;color:#333; text-align: center; line-height:50px; margin-right:2%; margin-bottom:2%; margin-left:0; }
.ndhh ul li:nth-child(2n) { margin-right:0;}
.ndhh ul li a {font-size:16px; padding:0px 0px; line-height:50px;}	
}


.ny_zc {}
.ny_zc ul li { width:23%;  text-align: center; float: left; margin:0 2.6% 2.6% 0%;  overflow:hidden;}
.ny_zc ul li:nth-child(4n) { margin-right:0;}
.ny_zc ul li .tp { width:120px; height:120px; border-radius:120px; margin:0px auto; background:#a89368; padding:10px;}
.ny_zc ul li .tp img { width:100%; height:auto;}
.ny_zc ul li p { font-size:22px; padding:20px 0px;}
@media screen and (max-width:992px) {
.ny_zc ul li { width:48%;  margin:0 4% 4% 0%; }
.ny_zc ul li:nth-child(2n) { margin-right:0;}
.ny_zc ul li .tp { width:100px; height:100px; border-radius:100px; padding:10px;}	
.ny_zc ul li p { font-size:16px; padding:20px 0px;}
}