@charset "utf-8";


@font-face {
    font-family: "HarmonyOS Sans";
    src: url("/en/template/default/images/font/HarmonyOS Sans.eot");
    src: url("/en/template/default/images/font/HarmonyOS Sans.eot?#iefix")format("embedded-opentype"),
    url("/en/template/default/images/font/HarmonyOS Sans.woff2")format("woff2"),
    url("/en/template/default/images/font/HarmonyOS Sans.woff")format("woff"),
    url("/en/template/default/images/font/HarmonyOS Sans.ttf")format("truetype"),
    url("/en/template/default/images/font/HarmonyOS Sans.svg")format("svg");
}




body{margin:0px; font-size:18px; color:#333;  font-family:HarmonyOS Sans; background:#fff; }
*{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:#EA5804;}
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:#a69268;}
::-webkit-scrollbar-thumb:active{background-color:#a69268;}
/* 为表格的偶数行设置背景色 */
tr:nth-child(even) {
background-color: #f6f6f6;
}
/* 为表格的奇数行设置背景色 */
tr:nth-child(odd) {
background-color: #ffffff;
}





.con{ width:94%; margin:0px auto; max-width:1600px;}
@media only screen and (max-width:1660px){
.con { width:94%; margin:0px auto; max-width:1500px;}
}
@media only screen and (max-width:1440px){
.con { width:94%; margin:0px auto; max-width:1380px;}
}
@media only screen and (max-width:1360px){
.con { width:94%; margin:0px auto; max-width:1280px;}
}
@media only screen and (max-width:995px){
.con { width:94%; margin:0px auto;}		
}




.header{width:100%; position:fixed; top:0; left:0; z-index:99; height:88px; background:#f5f4ee;}
.header.on{ background: rgba(255, 255, 255, 0.99);}
.header.on .search {color:#000;}
.header .logo{width:200px; float:left; padding:10px 0px;  }
.header .logo img{width:100%; height:auto;}
.header .dxs { display:block;}
.header .sxs { display: none;}
.header.on .sxs { display:block;}
.header.on .dxs { display:none;}
.header .s_ch{height:30px; width:30px;  font-weight:bold; line-height:30px; text-align: center; background:;  color:#000; font-weight: 900;float:right; cursor:pointer; padding:30px 55px 0px 10px;  
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:#333; font-weight: 900; }


.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 #e7ae00;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
.header .language .x_l ul {
	background: linear-gradient(to bottom, #e7ae00, #ea5804); border-radius:15px; overflow:hidden;
}
.header .language .x_l ul li a {
	color: #fff;
	line-height:42px;
	display: block;
}
.header .language .x_l ul li a:hover {
	color:#fff; background: linear-gradient(to right,#ea5804,#e7ae00);
}

@media only screen and (max-width:995px){
.header .language {margin-top:15px;margin-right:45px; font-size:16px;}
}



.header.on .an i{color:#a69268;}
.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:#ea5404; display:block; position:absolute;transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);}

.header .nav{float:right; margin:20px 0px 0px 0px;}
.header .nav i{font-size:24px; line-height:60px; text-align:right; position:absolute; width:50%; height:60px; right:0px; top:50%; display:none; color:#ea5404; 
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:24px;  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 a.o_lm{line-height:50px; color:#000b32; display:block; font-size:18px;  padding:0px 30px; border-radius:30px;  } 
.header .nav ul li:hover a.o_lm{color:#fff;background: linear-gradient(to bottom, #e7ae00, #ea5804);}
.header .nav ul li.on a.o_lm{color:#fff;background: linear-gradient(to bottom, #e7ae00, #ea5804);}

.header .nav ul li a.o_lmm{line-height:50px; color:#fff; display:block; font-size:18px;  padding:0px 30px; border-radius:30px;  } 
.header .nav ul li:hover a.o_lmm{color:#fff;background: linear-gradient(to bottom, #e7ae00, #ea5804);}
.header .nav ul li.on a.o_lmm{color:#fff;background: linear-gradient(to bottom, #e7ae00, #ea5804);}
.header.on .nav ul li a.o_lmm{ color:#000b32; }
.header.on .nav ul li.on a.o_lmm{color:#fff;}
.header.on .nav ul li:hover a.o_lmm{color:#fff;}

.header .nav .y_j{position:relative;}

.header .nav .e_j{width:100%;background:rgba(255,255,255,.8); position:absolute; top:50px; left:0;  z-index:9999;  border-radius:20px; padding:0px; text-align:center; overflow:hidden; }
.header .nav ul li .e_j a{display:block; font-size:16px; color:#666; line-height:50px;}
.header .nav .e_j a:hover{ color:#fff;background: linear-gradient(to right, #e7ae00, #ea5804);}
.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:1440px ) {
.header .nav{float:right;}
.header .nav ul li{ font-size:18px;  }
.header .nav ul li a.o_lm{ font-size:18px;  }
.header .nav ul li a.o_lmm{ font-size:18px;} 
}


@media (min-width:1024px) and (max-width:1360px ) {
.header .nav{float:right;}
.header .nav ul li{ font-size:16px;  }
.header .nav ul li a.o_lm{ font-size:16px; padding:0px 18px;}

.header .nav ul li a.o_lmm{ font-size:16px;  padding:0px 18px;} 
}

@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:140px; float:left; padding:5px 0px; }
.header .logo img { width:100%; height:auto;}

.header .dxs { display: none;}
.header .sxs { display:block;}
.header.on .sxs { display:block;}
.header.on .dxs { display:none;}

.header .dh { margin:16px 50px 0px 0px;}
.header .dh a { font-size:14px; }




.header .s_ch{height:60px; width:60px; line-height:32px; padding:14px 35px 0px 10px;   }
.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:#f5f4ee; 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; padding-top:20px;}
.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:60px; color:#333; font-size: 18px; font-weight:bold;}
.header .nav ul li:hover a.o_lm{color:#ea5404; background:none;}

.header .nav ul li a.o_lmm{line-height:60px; color:#333; font-size: 18px;}
.header .nav ul li:hover a.o_lmm{color:#ea5404; background:none;}


.header .nav .y_j{border-bottom:0px solid #ea5404;}

   
	
	
.header .nav .e_j{padding:0px 0px 20px 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:16px; color:#333; line-height:35px; text-align:left; padding-left:40px; }

}



.search{width:100%; background: rgba(0, 0, 0, 0.8); position:fixed; top:0; left:0; z-index:101; display:none; height:100%; padding-top:20%;}
.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:1000px; margin:20px auto; border: 2px solid rgba(255, 255, 255, 0.3);}
.search input{width:750px; height:40px; font-size:14px; 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; cursor:pointer;}
.search button i{font-size:30px;}
@media only screen and (max-width:992px){
.search{padding-top:40%;}
.search .sc_gb{position:absolute; top:50%; margin-top:20px; right:15px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb i{font-size:18px; line-height:35px; }
.search .sc_nr{width:85%;float: left;}
.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;}
}






.gallery-top{width:100%; position:relative; height:100vh; position:relative; z-index:1; }
.gallery-top .bj {position:absolute; left:0; bottom:0;  width: 100%; z-index:9; }
.gallery-top .bj img { width:100%; height:auto;}
.gallery-top .swiper-slide img{width:100%; height:100vh; display:block;}
.gallery-top .swiper-slide .wz{width:100%; color:#fff; position:absolute; left:0; top:35%;}
.gallery-top .swiper-slide .wz h3{font-size:40px; height:140px; text-shadow: 1px 1px 2px rgba(0,0,0,.0);  margin-bottom:25px; color:#000; font-weight:bold; }
.gallery-top .swiper-slide .wz h2{font-size:22px;  text-shadow: 1px 1px 2px rgba(0,0,0,.0); color:#333333;}
.gallery-top .swiper-slide .wz p{font-size:22px; letter-spacing:1px; line-height:36px; }
.gallery-top .swiper-slide .wz a {  width:300px; height:60px; line-height:60px; color:#333; display:block;  font-size:16px; margin:40px 0px 0px 0px; }
.gallery-top .swiper-slide .wz i { margin-right: 10px; font-size:30px; width:60px; height:60px; color:#fff; text-align:center; line-height:60px; background: linear-gradient(to bottom, #e7ae00, #ea5804); border-radius:100px; display:inline-table;}
.gallery-top .swiper-button-next{width:45px; height:45px; background:url(/en/template/default/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(/en/template/default/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;}
.bng {height:100px;}



@media only screen and (max-width:1440px){
.gallery-top .swiper-slide .wz h3{font-size:40px; }
.gallery-top .swiper-slide .wz h3 p{font-size:40px;  }
.gallery-top .swiper-slide .wz h2{font-size:20px; }
}
@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:22%;  }
.gallery-top .swiper-slide .wz h3{font-size:22px; height:auto; margin-bottom:10px;}
.gallery-top .swiper-slide .wz h2{font-size:14px;  line-height:20px; letter-spacing:0px;}
.gallery-top .swiper-slide .wz a {width:150px; height:30px; line-height:30px;  font-size:14px; margin-top:10px; }
.gallery-top .swiper-slide .wz i {font-size:20px; width:30px; height:30px; line-height:30px; margin-right:5px; }
.gallery-top .swiper-button-prev { display:none;}
.gallery-top .swiper-button-next { display:none;}
.bng {height:70px;}
}




.sy_sp { background:url(/en/template/default/images/ld1.jpg) no-repeat center top; background-size:100% auto; padding:80px 0px 20px 0px;}
.sy_sp .video-wrapper {
            margin: 0 auto;
            border-radius: 50px 0px 50px 0px; /* 圆角效果 */
            overflow: hidden; /* 隐藏圆角外的内容 */
            box-shadow: 0 4px 16px rgba(0,0,0,0.1); /* 阴影美化 */
        }

.sy_sp video {
            width: 100%;
            height: auto; /* 自适应高度，保持宽高比 */
            display: block; /* 消除底部默认空白 */}

.counter{ margin: 0px auto;padding:80px 0px 0px 0px; }
.counter ul li{ width: 20%; transition:all 0.3s; float: left; position:relative;  border:1px solid #ffede3; margin:0 6.66% 0 0; border-radius:100px; text-align:center; padding:35px 0px; }
.counter ul li:nth-child(4n){ margin-right: 0;}
.counter ul li i { }
.counter ul li .nums{ overflow:hidden; color:#fff; }
.counter span{ vertical-align:top; overflow:hidden;  color:#333; font-family:Arial; font-weight:bold;  font-size:72px;}
.counter label{font-size:22px;color:#666; vertical-align:bottom;}
.counter .h6{ font-weight:normal; font-size:20px; overflow:hidden; color:#666;}
.counter ul li:nth-child(3n) .h6{ padding-left:0px;}
.counter ul li:nth-child(4n) .h6{ padding-left:0px;}
.counter ul li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
@media only screen and (max-width:1360px) {
.sy_sp { padding:80px 0px 20px 0px;}
}
@media only screen and (max-width:992px) {
.sy_sp { padding:40px 0px; }	
.sy_sp .video-wrapper {border-radius:20px 0px 20px 0px; }
.counter{  padding:30px 0px 0px 0px ; }
.counter span{  font-size:42px;}
.counter .h6{ font-size:12px; }
.counter ul li{ width:48%; margin:0 4% 4% 0; padding:15px 0px; }
.counter .h6{padding-left:0px; }	
.counter ul li:nth-child(2n){ margin-right: 0;}
.counter ul li:nth-child(3n) .h6{ padding-left:0px;}
.counter ul li:nth-child(4n) .h6{ padding-left:0px;}
.counter ul li i img { width:30px;}
.counter label{ font-size:13px;}
}


/*修改过的css*/
.sy_bd { }
.sy_bd font { width:250px; height:40px; line-height:40px; border:1px solid #fff; border-radius:30px; text-align:center; font-size:20px; display:block; color:#fff;}
.sy_bd .wz { width:50%; margin-top:10px;}
.sy_bd .wz h1 { font-size:30px; font-weight:bold; color:#fff; padding-bottom:15px;}
.sy_bd .wz h2 { font-size:20px; color:#fff; width:70%;}
.sy_bd .wz a {  width:300px; height:60px; line-height:60px; color:#fff; display:block;  font-size:16px; margin:40px 0px 0px 0px; }
.sy_bd .wz i { margin-right: 10px; font-size:30px; width:60px; height:60px; color:#fff; text-align:center; line-height:60px; background: linear-gradient(to bottom, #e7ae00, #ea5804); border-radius:100px; display:inline-table;}
@media only screen and (max-width:1660px) {

}

@media only screen and (max-width:1440px) {
	
.sy_bd .wz { width:70%; margin-top:10px;}		
}

@media only screen and (max-width:1360px) {
	
.sy_bd .wz { width:75%; margin-top:10px;}		
}
@media only screen and (max-width:992px) {
.sy_bd{width:100%; position:relative; }

.sy_bd font { width:100px; height:30px; line-height:30px;font-size:14px;}
.sy_bd .wz { width:100%; margin-top:10px;}
.sy_bd .wz h1 { font-size:22px; padding-bottom:15px;}
.sy_bd .wz h2 { font-size:14px; color:#fff; width:90%;}
.sy_bd .wz a {  width:150px; height:30px; line-height:30px;  font-size:14px; margin:20px 0px 0px 0px; }
.sy_bd .wz i { margin-right:5px; font-size:20px; width:30px; height:30px; line-height:30px; }

}

.sy_bj2 {background:url(/en/template/default/images/ld4.jpg) no-repeat center top #f8f7f2; background-size:100% auto;}

.sy_tp { padding:120px 0px;}
.sy_tp .zc { width:47%; float:left; border:1px solid #e6e6e6; border-radius:40px; overflow:hidden;}
.sy_tp .zc img { width:100%; height:auto;}
.sy_tp .yc { width:46%; float:right;}


.founder-list {width:46%; float:right;}
.founder-list.nopadding,.founder-list.nopadding ul{padding-top:0;}
.founder-list ul {}
.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%; display:block; padding:40px 0px; color:#333; bottom:0; font-size:46px; font-weight:bold; z-index:5; left:0; text-align:left;  background: url(/en/template/default/images/icon10.png) 98% center no-repeat;}
.founder-list .info {padding:0px 0px 40px 0px; 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 { color: #333;}
.founder-list .on h4 span {color:#333; background-image: url(/en/template/default/images/icon11.png);}
.founder-article {padding-top: 10px;}
.founder-article .article {padding-top: 20px;line-height: 26px;}
.font22 { font-size: 18px;}
@media only screen and (max-width:1440px) {
.founder-list h4 span { padding:30px 0px;}
.founder-list .info {padding:0px 0px 30px 0px; }	
}
@media only screen and (max-width:1360px) {
.founder-list h4 span { font-size:32px;}
}
@media only screen and (max-width:992px) {
.sy_tp { padding:60px 0px;}
.sy_tp .zc { width:100%; float: none; border-radius:15px; }	

.founder-list { width:100%; padding:0px 0px; float:none; }	
.founder-list h4 span { font-size:22px; z-index:5; }
.founder-list .info {padding:0px 0px 20px 0px; font-size:14px; line-height:22px;}
}


.sy_sy { padding:100px 0px;}
.sy_sy .zc {width:47%; float:left; padding-top:40px;}
.sy_sy .zc h1 {font-size:46px; font-weight:bold; padding-bottom:30px;}
.sy_sy .zc p { font-size:20px; line-height:30px;}
.sy_sy .zc .an { width:200px; height:50px; line-height:50px; margin-right:10px; float:left; text-align:center; font-size:20px; color:#fff; background:#e7af00; border-radius:30px; margin-top:40px;}
.sy_sy .zc .an a {font-size:20px; color:#fff;} 
.sy_sy .zc .an i { font-size:20px;}
.sy_sy .yc { width:46%; float:right; border-radius:30px; overflow:hidden;}
.sy_sy .yc img { width:100%; height: auto;}
@media only screen and (max-width:1660px) {
.sy_tp { padding:80px 0px;}	
.sy_sy { padding:80px 0px;}
.sy_sy .zc { padding-top:0px;}
.sy_sy .zc p { font-size:18px; line-height:28px;}
}

@media only screen and (max-width:1440px) {
.sy_sy .zc h1 {font-size:30px; }
.sy_sy .zc p { font-size:16px; line-height:24px;}
}
@media only screen and (max-width:992px) {
.sy_sy { padding:0px 0px 40px 0px;}
.sy_sy .zc {width:100%; float: none; padding-top:0px;}	
.sy_sy .zc h1 {font-size:24px;  padding-bottom:20px;}
.sy_sy .zc p { font-size:14px; line-height:24px;}
.sy_sy .zc .an { width:150px; height:40px; line-height:40px; margin-right:5px; font-size:15px; border-radius:30px; margin-top:20px;}
.sy_sy .zc .an a {font-size:15px;} 
.sy_sy .zc .an i { font-size:15px;}
.sy_sy .yc { width:100%; float: none; border-radius:20px; margin-top:30px;}
}



.sy_xw {background:url(/en/template/default/images/ld10.png) no-repeat center top; background-size:100% auto; padding:80px 0px 120px 0px;  }
.sy_xw .bt { font-size:46px; font-weight:bold; text-align:center; margin-bottom:40px;}
.sy_xw ul li { width:31%; float:left; margin:0 3.5% 0 0; border-radius:10px;}
.sy_xw ul li:nth-child(3n){ margin-right: 0;}
.sy_xw ul li .tp { width:100%; } 
.sy_xw ul li .tp img { width:100%; height:auto;}
.sy_xw ul li .wz { border:1px solid #eeeeee; padding:30px; border-radius:0 0 10px 10px;}
.sy_xw ul li .wz font { font-size:18px; padding-bottom:20px; color:#666;}
.sy_xw ul li .wz p { font-size:22px;}
@media only screen and (max-width:1660px) {
.sy_xw {padding:80px 0px;  }
.sy_xw ul li .wz p { font-size:20px;}
}
@media only screen and (max-width:1360px) {
.sy_xw {padding:80px 0px;  }
.sy_xw ul li .wz { padding:20px;}
.sy_xw ul li .wz p { font-size:16px;}
}
@media only screen and (max-width:992px) {
.sy_xw { background-size:auto 100%; padding:40px 0px;  }
.sy_xw .bt { font-size:32px;margin-bottom:20px;}
.sy_xw ul li { width:100%; float:left; margin:0 0% 3.5% 0; }
.sy_xw ul li .wz { padding:10px;}
.sy_xw ul li .wz font { font-size:14px; padding-bottom:10px;}
.sy_xw ul li .wz p { font-size:18px;}
}




.an2 { text-align:center;  height:60px; line-height:60px;  margin:40px 0px 0px 0px; }
.an2 a { color:#333; display:block;  font-size:16px; }
.an2 i { margin-right: 10px; font-size:30px; width:60px; height:60px; color:#fff; text-align:center; line-height:60px; background: linear-gradient(to bottom, #e7ae00, #ea5804); border-radius:100px; display:inline-table;}
@media only screen and (max-width:992px) {
.an2 {  height:30px; line-height:30px;  margin:10px 0px 0px 0px; }
.an2 i { margin-right:5px; font-size:20px; width:30px; height:30px; line-height:30px; }	
}


.sy_td {background: url(/en/template/default/images/ld14.jpg) no-repeat center top;background-size: 100% auto;padding: 160px 0px 260px 0px;}
.sy_td .bt {font-size: 46px;font-weight: bold;margin-bottom: 40px;text-align: center;padding: 0 20px;}
.team-slider {width: 100%;margin: 0 auto;position: relative;display: flex;align-items: center;gap: 20px;}
.slider-side {flex: 1;height: 600px;position: relative;opacity: 0.3;transition: opacity 0.3s;cursor: pointer;}
.slider-side:hover {opacity: 0.5;}
.slider-side img {width: 100%;height: 100%;object-fit: cover;border-radius: 25px;}
.slider-main {flex: 3;display: flex;gap: 30px;border-radius: 12px;}
.main-avatar {flex: 1;min-width: 495px;overflow: hidden;height: 600px;}
.main-avatar img {width: 100%;height: 100%;object-fit: cover;border-radius: 25px;}
.main-info {flex: 2;padding: 50px 0;}
.main-info .tag {color: #ea5404;font-size: 48px;font-weight: bold;margin-bottom: 15px;padding-left: 20px;}
.main-info h2 {font-size: 46px;color: #333;margin-bottom: 20px;padding-left: 20px;}
.main-info p {color: #666;margin-bottom: 10px;font-size: 22px;line-height: 1.6; padding-left: 20px;padding-right: 20px;}
.main-info p span {color: #ea5404;font-weight: bold;}
.slider-dots {margin-top: 70px;display: flex;gap: 15px;padding-left: 20px;}
.slider-dots .dot {width: 50px;height: 50px;border-radius: 50%;background-color: #eee;display: flex;align-items: center;justify-content: center;color: #999;cursor: pointer;transition: all 0.3s;font-size: 16px;}
.slider-dots .dot.active {background: linear-gradient(to bottom, #e7ae00, #ea5804);color: #fff;}
.slider-arrow {position: absolute;top: 50%;transform: translateY(-50%);width: 45px;height: 45px;border-radius: 50%;background-color: rgba(255, 255, 255, 0.9);border: none;cursor: pointer;display: flex;align-items: center;font-family: 宋体;justify-content: center;font-size: 20px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);z-index: 10;}
.arrow-left {left: 15%;}
.arrow-right {right: 15%;}
@media only screen and (max-width:1660px) {
	.sy_td {padding: 10px 0px 200px 0px;}
.slider-side {height:500px;}
.main-avatar {flex: 1;min-width:400px;overflow: hidden;height:500px;}	
.main-info {flex: 2;padding:30px 0;}
.main-info h2 {font-size:35px;}
.main-info p {font-size:18px;}
.slider-dots {margin-top: 50px;}
}

@media only screen and (max-width:1440px) {
	.sy_td {padding: 80px 0px 120px 0px;}
.main-avatar {flex: 1;min-width:370px;overflow: hidden;height:500px;}	
}
@media only screen and (max-width:1360px) {
.slider-side {height:450px;}
.main-avatar {flex: 1;min-width:320px;overflow: hidden;height:450px;}	
.main-info {flex: 2;padding:10px 0;}
.main-info h2 {font-size:22px;}
.main-info p {font-size:16px;}
.slider-dots {margin-top: 30px;}
}



@media (max-width: 992px) {
.sy_td {padding: 40px 0px 40px 0px; background: url(/en/template/default/images/ld14.jpg) no-repeat center top;background-size: auto 100%;}
.sy_td .bt {font-size: 32px;margin-bottom: 20px;}
.team-slider {flex-direction: column;gap: 10px;padding: 0 15px; }
.slider-side {display: none; }
.slider-main {flex-direction: column;text-align: center; gap: 20px;}
.main-avatar {margin: 0 auto;max-width: 250px;height: 300px;min-width: unset; }
.main-info {padding: 20px 0;}
.main-info .tag {font-size: 32px; padding-left: 0; margin-bottom: 10px;}
.main-info h2 {font-size: 28px;padding-left: 0; margin-bottom: 20px;}
.main-info p {font-size: 16px; padding-left: 15px;padding-right: 15px;text-align: left; }
.slider-dots {justify-content: center; margin-top: 30px;padding-left: 0; gap: 10px; }
.slider-dots .dot {width: 40px; height: 40px;font-size: 14px;}
.slider-arrow {width: 40px;height: 40px;font-size: 18px;}
.arrow-left {left: 5%;}
.arrow-right {right: 5%; }
}
@media (max-width: 576px) {.sy_td .bt {font-size: 26px; }
.main-avatar {max-width:220px; height: 250px;}
.main-info .tag {font-size: 28px;}
.main-info h2 {font-size: 24px;}
.main-info p {font-size: 14px; }
.slider-dots .dot {width: 35px; height: 35px;}
.slider-arrow {width: 35px;height: 35px;font-size: 16px;}
}




.footer{background:url(/en/template/default/images/ld15.jpg) no-repeat center top; background-size:100% 100%;}
.footer .left{ width:60%; float:right;}
.footer .left dl { width:25%; float:left; padding:60px 50px;}
.footer .left dl dt{font-size:22px;color:#000;margin-bottom:25px;transition:.5s;position:relative;}
.footer .left dl dt em { width:20px; height:3px; background:#bf9210; display:block; margin-top:15px;}
.footer .left dl dd{font-size:18px;color: #333;line-height:36px;transition:.5s;}
.footer .left dl dd a {color: #333;}

.footer .right{width:38%; float:left; padding:50px 0px 40px 0px;}
.footer .right ul li { padding:15px 0px;}
.footer .right ul li .tp { width:8%; float:left; padding-top:5px;}
.footer .right ul li p{ width:92%; float:right; font-size:18px; }

.footer .fl02{padding: 20px 0;border-top: 1px solid #f1efec; color:#666; text-align:center;  }
.footer .fl02 a { color:#666;}
@media only screen and (max-width:1440px){
.footer .left dl dt{font-size:18px;}
.footer .left dl dd{font-size:16px;line-height:32px;}

.footer .right ul li { padding:10px 0px;}
.footer .right ul li .tp { width:10%; float:left; padding-top:5px;}
.footer .right ul li p{ width:90%; float:right; font-size:16px; }
.footer .fl02{ font-size:16px; }
}

@media only screen and (max-width:992px){
.footer .left{width:100%; float: none;}
.footer .left dl { width:100%; padding:10px 0px;}
.footer .left dl dt{font-size:18px;margin-bottom:15px;}
.footer .left dl dt em { margin-top:10px;}
.footer .left dl dd{font-size:14px;line-height:26px; width:25%; float:left;}
.footer .right{width:100%; float: none; padding:20px 0px;}
.footer .right ul li { padding:5px 0px;}
.footer .right ul li .tp { width:12%; float:left; padding-top:5px;}
.footer .right ul li p{ width:88%; float:right; font-size:14px; }
.footer .gfd { display:none;}

}
	
	
	

.nban{ width:100%; height:auto; font-size:0; overflow:hidden; position:relative; margin-top:88px;}
.nban .tp img{ width:100%; height:auto;}
.nban .wz { position: absolute; left:0; bottom:0; z-index:5; width:100%;}

.nban .dbt { position: absolute; left:0; top:40%; z-index: 7; width:100%; }
.nban .dbt h2 {font-size:52px;color: #fff; letter-spacing:10px; font-weight:500;  text-shadow: 1px 1px 2px rgba(0,0,0,.9);}

@media screen and (max-width:992px) {
.nban{  height:250px; margin-top:0px; position:relative;}
.nban .tp img{ position:absolute; height:250px; width:auto; top:0; left:50%; transform:translateX(-50%); z-index:2;}
.nban .wz {z-index:9; }
.nban .dbt h2 {font-size:32px; letter-spacing:0;}

}


.nybt { font-size:50px; color:#333; padding-bottom:48px;}

.ny_gy {width:100%; margin:0px auto; background: url(/en/template/default/images/ldg2.jpg) no-repeat center bottom; background-size:100% auto; padding:80px 0px 50px 0px;}
.ny_gy .yc { width:57%; float:left;}
.ny_gy .yc h3 { font-size:30px; margin-bottom:20px; color:#EA5804;}
.ny_gy .yc p { padding-bottom:40px; color:#333; line-height:32px; font-size:18px;}
@media screen and (max-width:1660px) {
.nybt { font-size:40px; color:#333; padding-bottom:28px;}
.ny_gy .yc h3 { font-size:24px; margin-bottom:20px; color:#EA5804;}
.ny_gy .yc p { padding-bottom:30px; line-height:24px; font-size:16px;}	
}
@media screen and (max-width:992px) {
.nybt { font-size:32px; padding-bottom:20px; }
.ny_gy { padding:40px 0px 150px 0px; background: url(/en/template/default/images/ldg7.jpg) no-repeat center bottom; background-size:100% auto;}
.ny_gy .yc { width:100%; float: none; }
.ny_gy .yc h3 { font-size:22px; margin-bottom:10px; }
.ny_gy .yc p { padding-bottom:40px; line-height:26px; font-size:15px;}
}


.ny_td {padding:100px 0px;}
/* 团队列表容器 */
.team-list {justify-content: center; gap: 20px; width:100%;}
.team-item {text-align:center; cursor: pointer; transition: opacity 0.3s; width:31%; float:left;}
.team-item:hover {opacity: 0.8;}
.team-item img {width:100%; height: auto;border-radius:15px;object-fit: cover;}
.team-item h1 { font-size:30px; padding:20px 0px 5px 0px;}
.team-item p {font-size:22px; color:#666;}
.team-list .xy { margin-left:3.5%;}
/* 弹窗背景 */
.modal-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;z-index: 1000;display: none;}
/* 弹窗主体 */
.modal {background: #F5F4EE;border-radius: 12px;width: 90%;max-width:1100px; padding:50px;position: relative;display: flex;gap: 20px;}
.modal-close {position: absolute;top: 10px;right: 10px;width: 40px;height: 40px;border: none;background: transparent;font-size: 40px;cursor: pointer;}
.modal-avatar {width:40%; border-radius: 8px;object-fit: cover; margin-right:40px;}
.modal-info h2 {font-size: 30px;margin-bottom: 10px;}
.modal-info .title {color: #666;font-size: 22px;margin:0px 0px 30px 0px; border-bottom:1px solid #ddd; padding-bottom:30px; }
.modal-info .desc {color: #666;line-height:40px;font-size:18px;}
.arrow-btn {background: transparent;border: none;font-size: 40px;cursor: pointer;color: #E7AF00; background:#fff; font-family:宋体; width:70px; height:70px; text-align:center; line-height:70px; border-radius:100px; margin:0 30px;}
@media (max-width: 1440px) {
.team-item h1 { font-size:24px; padding:20px 0px 5px 0px;}
.team-item p {font-size:18px; color:#666;}
}

@media (max-width: 992px) {
.ny_td {padding:40px 0px;}
.team-item {width:100%; float: none;}
.team-item h1 { font-size:22px; padding:10px 0px 5px 0px;}
.team-item p {font-size:16px;}
.team-list .xy { margin-left:0%; margin-top:3.5%;}
.modal {flex-direction: column;text-align: center; padding:10px; width:100%;}
.modal-close {font-size:30px;}
.modal-avatar {width:100%; margin-right:0px;}
.modal-info h2 {font-size:22px;}
.modal-info .title {font-size:18px;margin:0px 0px 20px 0px;  padding-bottom:20px; }
.modal-info .desc {line-height:24px;font-size:14px; text-align:left;}
.arrow-btn {font-size:22px;width:40px; height:40px; line-height:40px;margin:0 10px;}
}



.ny_lx{ padding:140px 0px;}
.ny_lx .zc { width:40%; float:left;}
.ny_lx .bt {font-size:40px; color:#333333; margin-bottom:50px;}
.ny_lx .zc ul li { padding:20px 0px;}
.ny_lx .zc ul li .tp { width:10%; float:left; padding-top:5px;}
.ny_lx .zc ul li p{ width:90%; float:right; font-size:20px; }
.ny_lx .zc .zcv { margin:4% 0 0 9%; text-align:center; width:108px;}
.ny_lx .yc { width:50%; float:right;}

.bmym{ width:100%; }
.bmym .bm { margin-bottom:25px;}
.bmym .bm .zb { width:48%; }
.bmym .bm .zb .txt {width:100%; height:60px; line-height:60px; font-size:18px; color:#999999;background:#fff; border-bottom:1px solid #ddd;}

.bmym .bm .bk { width:100%; height:45px; line-height:45px; border-radius:3px; border:1px solid #ddd; background:#fff; padding:0px 0px 0px 10px; margin-bottom:15px;}
.bmym .bm .bk i { font-size:20px; color:#333; margin-right:10px; float:right;}
.bmym .bm .bk .txt { width:84%; font-size:14px; color:#999999; float:left; line-height:45px; }

.bmym .bm .txty {width:100%; background:#fff; border:none; border-bottom:1px solid #ddd; border-radius:3px; line-height: 30px; font-size: 18px; color: #999; height: 120px; outline: none; }

.bmym .bmn { font-size:14px;}
.bmym .an { width:240px; height:50px; line-height:50px; border-radius:30px; background: linear-gradient(to bottom, #e7ae00, #ea5804); color:#fff; text-align:center; font-size:22px; letter-spacing:0; margin-top:50px; cursor:pointer; }
.bmym .an a {color:#fff;}
@media only screen and (max-width:1660px) {
.ny_lx{ padding:100px 0px;}	
.ny_lx .bt {font-size:36px;  margin-bottom:40px;}
	}

@media only screen and (max-width:1440px) {
.ny_lx{ padding:80px 0px;}	
	}

@media only screen and (max-width:992px) {
.ny_lx{ padding:60px 0px;}
.ny_lx .zc { width:100%; float: none; }
.ny_lx .bt {font-size:28px; margin-bottom:30px;}
.ny_lx .zc ul li { padding:15px 0px;}
.ny_lx .zc ul li .tp { width:15%; float:left; padding-top:5px;}
.ny_lx .zc ul li p{ width:85%; float:right; font-size:16px; }
.ny_lx .zc .zcv { margin:4% 0 0 14%; }
.ny_lx .yc { width:100%; float: none; margin-top:40px;}
.bmym .bm .zb { margin-bottom:20px;}
.bmym .bm .zb .txt {height:45px; line-height:45px; font-size:14px;  border-radius:5px;}
.bmym .bm { margin-bottom:0px;}
.bmym .bm .zb { width:100%; }
.bmym .bm .txty {margin-bottom:10px; font-size:14px; height:100px;}

.bmym .an { width:200px; height:50px; line-height:50px; font-size:20px;margin-top:30px;}
}


.ny_xw { padding:80px 0px;}
.ny_xw ul li { margin:50px auto; border-radius:22px; border:1px solid #f5f5f5; overflow:hidden;}
.ny_xw .tp { width: 22%; float: left; overflow: hidden;}
.ny_xw .tp img { width: 100%; height: auto;}
.ny_xw .wz { width: 75%; float: right; padding:30px;}
.ny_xw .wz h2 { font-size: 24px; font-weight: 800; line-height: 40px; padding-bottom: 15px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }
.ny_xw ul li:hover .wz h2{color: #EA5804; }
.ny_xw ul li:hover h2 a {color: #EA5804;}
.ny_xw .wz p { line-height: 30px; font-size:18px; color:#666; margin-bottom:30px;}
.ny_xw .wz font { font-size:16px;}
.ny_xw ul li:hover {box-shadow:  0px 10px 15px 10px #f0f0f0; border-radius:8px;}
@media only screen and (max-width:1660px){
.ny_xw .tp { width: 25%; }	
.ny_xw .wz { width: 73%; float: right; padding:30px;}
}
@media only screen and (max-width:1440px){
.ny_xw .tp { width: 29%; }	
.ny_xw .wz { width: 70%; float: right; padding:30px;}
}
@media only screen and (max-width:1360px){
.ny_xw .wz p { line-height:30px; font-size:16px;}
}
@media only screen and (max-width:992px){
.ny_xw {padding:20px 0px;}
.ny_xw ul li {}
.ny_xw .tp { width: 100%; float: none; border-radius:22px;}
.ny_xw .wz { width: 100%; float: none; padding:20px;}
.ny_xw .wz h2 { font-size: 18px; font-weight: 800; line-height: 30px; padding:15px 0 5px 0;}
.ny_xw .wz p { line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden; font-size:16px; margin-bottom:20px;  }	
}


/*翻页*/
.paging{width:100%; margin:30px auto; text-align:center; overflow:hidden;}
.paging a{line-height:55px; color:#333; text-align:center; font-size:20px; width:50px; height:55px; margin:0 5px; display:inline-block; }
.paging a:hover{ color:#EA5804;}
.paging a.on{color:#EA5804;}
.paging i {width:50px; height:50px;line-height:50px; border-radius:100px; border:1px solid #f9d3bd; color:#EA5804; display:inline-block; font-size:20px;}
.paging a.on i{color:#fff; background:#EA5804;}
@media only screen and (max-width:1023px) {

.paging a{font-size:16px;  margin:0 0px; width:40px; height:40px;line-height:40px;}
.paging i {width:35px; height:35px;line-height:35px;}
}


.ny_xq { padding:60px 0px;}
.ny_xq .mbx { font-size:16px; height:60px; color:#666;}
.ny_xq .mbx a { color:#666;}
.ny_xq .mbx a:hover {  color:#EA5804;}
.ny_xq .ztn { background:#fff; padding:100px;}
.ny_xq .ztn h1 { font-weight:bold; font-size:40px; padding-bottom:10px;}
.ny_xq .ztn font { font-size:16px; color:#666;}
.ny_xq .ztn .wz { padding:50px 0px; font-size:16px; line-height:32px;}
.ny_xq .ztn .wz img { width:100%;}
.ny_xq .ztn .zyfy { padding-top:50px; }
.ny_xq .ztn .zyfy span { color:#666; font-size:16px;}
.ny_xq .ztn .zyfy .rt { text-align:right;}
@media only screen and (max-width:992px) {
.ny_xq { padding:40px 0px;}
.ny_xq .mbx { font-size:14px; height:60px; color:#666;}	
.ny_xq .ztn { padding:40px 20px;}
.ny_xq .ztn h1 { font-size:28px;}
.ny_xq .ztn font { font-size:14px; color:#666;}
.ny_xq .ztn .wz { padding:10px 0px; font-size:15px; line-height:26px;}
.ny_xq .ztn .zyfy { padding-top:20px; font-size:16px; }
.ny_xq .ztn .zyfy span { color:#666; font-size:14px;}
.ny_xq .ztn .zyfy .lf {  width:100%; float:none;}
.ny_xq .ztn .zyfy .rt { text-align:left; width:100%; float:none; padding-top:15px;}
}


.ny_sy { padding:80px 0px; position:relative; background: url(/en/template/default/images/ldg10.png) no-repeat center top; background-size:100% auto; }
.ny_sy .wz { font-size:18px; line-height:40px; color:#666666; width:70%;}
.ny_sy .dtt { width:100%; margin:50px auto; position:relative;}
.point,.point::before,.point::after{position: absolute;width: 12px; height: 12px; border-radius: 50%;content: ''; }
.point::before{animation: scale 2s infinite; }
.point::after{animation: scale2 2s infinite; }
	@keyframes scale{
		0%{ transform: scale(1); opacity:.9}100%{ transform: scale(6); opacity: 0;}}
	@keyframes scale2{
		0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(12);opacity:0;}}
	.point,.point::before,.point::after{background-color: rgba(255, 255, 255, .9);}
	.dw7 {top:54%; left:14.5%;}
	.dw9{top: 52%; right: 21%;}
	.dw11{top: 54%; right:20%; }
	.dw12{top: 56.3%; right:19.5%; }
	.dw10{top: 59.5%; right:21.5%;}
	.dw1 {top: 83.5%; right: 11%;}
	.dw2 {top: 87%; right: 13%;}
@media only screen and (max-width:1660px) {
.ny_sy .wz { font-size:16px; line-height:34px; color:#666666; width:70%;}
.ny_sy .wz img { width:100%;}
.ny_sy .wz1 { font-size:16px; line-height:34px; color:#666666; width:100%;}
.ny_sy .wz1 img { width:100%;}
}
@media only screen and (max-width:992px) {
.ny_sy { padding:40px 0px; }
.ny_sy .wz { font-size:15px; line-height:28px; width:100%;}
.ny_sy .wz img { width:100%;}
.ny_sy .wz1 { font-size:15px; line-height:28px; width:100%;}
.ny_sy .wz1 img { width:100%;}
.ny_sy .dtt {  margin:30px auto; }
.point,.point::before,.point::after{position: absolute;width:5px; height:5px; border-radius: 50%;content: ''; }
}
	

.ny_cx {padding:80px 0px;}	
.ny_cx .dy { width:100%;}
.ny_cx .dy .zc { width:55%; float:left; font-size:46px; line-height:70px; padding-top:4%; font-weight:bold;}
.ny_cx .dy .yc { width:45%; float:right; /* background: linear-gradient(to left, #e7ae00, #ea5804); */ border-radius:20px; padding:0px;}
/* 16:9 响应式视频容器核心样式 */
.video-container {margin: 0 auto; /* 水平居中 */
position: relative; border-radius:15px; overflow:hidden;
width: 100%; /* 自适应父容器宽度 */
padding-top: 56.25%; /* 关键：16:9 比例（9÷16=56.25%） */
 background-color: #000; /* 视频加载前黑色背景，更美观 */
}
/* 视频元素绝对定位，填充整个容器 */
.video-container video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover; /* 保持视频比例，填充容器（可选：contain 完整显示视频） */}

.ny_cx .d2 { width:100%; padding:80px 0px;}
.ny_cx .d2 .zc { width:48%; float:left;}
.ny_cx .d2 .zc img { width:100%;}
.ny_cx .d2 .yc {width:48%; float:right;  background: url(/en/template/default/images/ldc3.png) no-repeat center top; background-size:100% auto; padding:60px; margin-top:50px;}
.ny_cx .d2 .yc h2 { font-size:40px; border-bottom:1px solid rgba(0,0,0,.2); padding-bottom:30px; margin-bottom:30px;} 
.ny_cx .d2 .yc .waz { font-size:18px; line-height:32px; color:#666;}	
	
/*背景图修改的css部分开始*/	
.ny_cx .d3 { width:100%; padding:0px 0px 40px 0px;}
.ny_cx .d3 ul li { border:1px solid #D9D9D9; border-radius:20px; width:48%; margin: 0 4% 0 0; padding:60px 35px 50px 35px; float:left; background:url(/en/en/template/default/images/bjj.png) no-repeat center center; background-size:100% auto ;}		
.ny_cx .d3 ul li:nth-child(2n){ margin-right: 0;}		

.ny_cx .d3 ul li h3 { font-size:36px; margin-bottom:25px; font-weight:bold;}
.ny_cx .d3 ul li p { font-size:16px; line-height:32px; min-height:230px;}
/*背景图修改的css部分结束*/	
@media only screen and (max-width:1660px) {
	.ny_cx .d2 .yc h2 {  padding-bottom:20px; margin-bottom:20px;} 
.ny_cx .d2 .yc .waz { font-size:16px; line-height:26px; color:#666;}

/*背景图修改的css部分开始*/	
.ny_cx .d3 ul li { float:left; background-size:auto 100%;}			
/*背景图修改的css部分结束*/	
	}
	
@media only screen and (max-width:1440px) {
.ny_cx .dy .zc {  font-size:40px; line-height:50px; padding-top:4%;}
.ny_cx .d2 .yc {padding:50px 40px;}
.ny_cx .d2 .yc h2 { font-size:36px; padding-bottom:20px; margin-bottom:20px;} 
.ny_cx .d2 .yc .waz { font-size:16px; line-height:26px; color:#666;}
/*背景图修改的css部分开始*/	
.ny_cx .d3 ul li { padding:40px 25px 20px 25px; float:left; background-size:auto 100%; height:620px;}			
.ny_cx .d3 ul li h3 { font-size:32px; margin-bottom:15px; }
.ny_cx .d3 ul li p { font-size:15px; line-height:30px; min-height:330px;}
/*背景图修改的css部分结束*/	
	}
	
@media only screen and (max-width:1360px) {
/*背景图修改的css部分开始*/	
.ny_cx .d3 ul li p {min-height:320px;}	
/*背景图修改的css部分结束*/	
.ny_cx .d2 .yc h2 { font-size:32px; padding-bottom:15px; margin-bottom:15px;} 
.ny_cx .d2 .yc .waz { font-size:15px; line-height:24px; color:#666;}
}
@media only screen and (max-width:992px) {
.ny_cx {padding:40px 0px;}	
.ny_cx .dy .zc { width:100%; float: none; font-size:23px; line-height:40px; padding-top:0%; font-weight:bold;}
.ny_cx .dy .yc { width:100%; float: none; margin-top:20px; padding:8px; }


.ny_cx .d2 {  padding:40px 0px;}
.ny_cx .d2 .zc { width:100%; float: none;}
.ny_cx .d2 .yc {width:100%; float: none;  padding:40px 20px; margin-top:40px; background-size:100% 100%;}
.ny_cx .d2 .yc h2 { font-size:24px; padding-bottom:20px; margin-bottom:20px;} 
.ny_cx .d2 .yc .waz { font-size:15px; line-height:26px; color:#666;}	
/*背景图修改的css部分开始*/		
.ny_cx .d3 { width:100%; padding:0px;}
.ny_cx .d3 ul li {  width:100%; margin: 0 0% 4% 0; padding:30px 25px; float: none;}		
.ny_cx .d3 ul li:nth-child(2n){ margin-right: 0;}		
.ny_cx .d3 ul li h3 { font-size:24px; margin-bottom:15px; }
.ny_cx .d3 ul li p { font-size:14px; line-height:24px; min-height:auto;}
/*背景图修改的css部分结束*/	
}

.progress-container { width:100%;margin: 0px auto; }
.progress-header {display: flex;background: linear-gradient(to right, #EA5804, #E7AF00);color: white;font-weight: bold;}
.progress-row {display: flex;  margin:8px auto; background:#f5f5f5;  }
.product-col {width: 15%;padding: 1rem;display: flex;align-items: center;font-weight: bold; justify-content: center; }
.stage-col {flex: 1;display: flex;align-items: center;justify-content: center; padding: 1.6rem;  }
.progress-bar-wrap {flex: 1;padding:1.5rem 2rem 1.5rem 0;position: relative; text-align:center; border-left:8px solid #fff;}
.progress-bar-bg {background-color: #ffffff; /* 白色背景 */border-radius:0px 15px 15px 0px; /* 和进度条圆角一致，视觉更协调 */width: 100%;}
.progress-bar { height: 24px;border-radius:0px 15px 15px 0px; /* 比背景圆角略小，适配内边距 */ background: linear-gradient(to right, #e64a19, #f57c00);}

@media (max-width: 992px) {
.progress-header, .progress-row {font-size: 0.85rem;}
.product-col { width: 25%;}
.pro1 { width:13%;}
}








/*新增在线客服css*/
.pc_kf{width:60px; position:fixed; right:10px; bottom: 30%; z-index:9;  border-radius:10px; height:120px;  box-shadow:0 0 10px #ccc; background:#fff; box-sizing: border-box;  }
.pc_kf .nr{font-size:14px; text-align:center; line-height:24px;  position:relative; height:60px; padding:5px 0px;}
.pc_kf .tel{width:220px; background:#fff; font-size:16px; line-height:50px; color:#333; position:absolute; top:0; right:-300px; opacity:0; box-shadow:0 0 10px #ccc;  border-radius:10px;}

.pc_kf .tell{width:260px; background-color:#0075c2; font-size:18px; line-height:50px; color:#fff; position:absolute; top:0; right:-300px; opacity:0;}
.pc_kf .nr:hover .tel{right:70px; 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; background:#fff; position:absolute; bottom:0; right:-340px; opacity:0; box-shadow:0 0 10px #ccc;  border-radius:10px;}
.pc_kf .ewm img{width:100%; height:auto; display:block; padding:5px;}
.pc_kf .nr:hover .ewm{right:70px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr a{display:block; width:50px; height:50px;  overflow:hidden; margin:0px auto; padding-top:5px; }
.pc_kf .nr i{color:#333; font-size:24px; vertical-align:middle; display:block;}

.pc_kf .nr:hover a { color:#ea5404; background:#f2f8fc;  border-radius:10px;}
.pc_kf .nr:hover i { color:#ea5404; }
@media only screen and (max-width:992px) {
.pc_kf{width:60px; height:120px;  right:0; }	
.pc_kf .nr{line-height:20px; height:60px;}
.pc_kf .tel{width:180px;}
.pc_kf .nr:hover .tel{right:70px;}
.pc_kf .ewm{width:100px; }
.pc_kf .nr:hover .ewm{right:70px;}
.pc_kf .nr a{ width:50px; height:50px;  }
}

/*新增在线客服css*/

.waves{position:absolute;width:100%;height:50px;bottom:0;min-height:50px;max-height:50px}
.parallax > use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}
.parallax > use:nth-child(1){animation-delay:-2s;animation-duration:7s}
.parallax > use:nth-child(2){animation-delay:-3s;animation-duration:10s}
.parallax > use:nth-child(3){animation-delay:-4s;animation-duration:13s}
.parallax > use:nth-child(4){animation-delay:-5s;animation-duration:20s}
@keyframes move-forever
{
    0%{transform:translate3d(-90px,0,0)}
    100%{transform:translate3d(85px,0,0)}
}

/*新增视频代码*/
.vide-container {width: 100%; height: 60vh; margin: 0px auto; overflow: hidden;position: relative;}
.vide-container video { position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;transform: translate(-50%, -50%);object-fit: cover; }
		
.vide1-container {position: relative;width: 100%;margin: 0 auto;aspect-ratio: 21/8;overflow: hidden;}
.vide1-container video {position: absolute;top: 0;left: 0;width: 100%; height: 100%;object-fit: cover; outline: none;}

vide1::-webkit-media-controls {display: none !important;}
vide1::-moz-media-controls {display: none !important;}
vide1::-ms-media-controls {display: none !important;}
vide1::-webkit-media-controls-play-button,
vide1::-webkit-media-controls-volume-slider,
vide1::-webkit-media-controls-timeline,
vide1::-webkit-media-controls-fullscreen-button,
vide1::-webkit-media-controls-current-time-display { display: none !important; }
.vide1-container video:hover::-webkit-media-controls {display: none !important;}
.vide1-container video:hover {cursor: default; }	
.fdd { position:absolute; width:100%; left:0; top:24%;}	

@media only screen and (max-width:1660px) {
.vide1-container {aspect-ratio: 21/9;overflow: hidden;}
.fdd {  top:20%;}	
}

@media only screen and (max-width:1440px) {
.fdd {  top:20%;}	
}

@media only screen and (max-width:992px) {
.vide-container {width: 100%; height:40vh;}
.vide1-container {aspect-ratio:4/3;overflow: hidden;}
.fdd {  top:12%;}	
}


/*关于我们*/
.gywm {padding-bottom:40px; color:#333; line-height:32px; font-size:18px;}
@media screen and (max-width:1660px) {
.gywm { padding-bottom:30px; line-height:24px; font-size:16px;}	
}
@media screen and (max-width:992px) {
.gywm{ padding-bottom:40px; line-height:26px; font-size:15px;}
}

/*新增*/
.xj_cx { padding:5px 0px; margin:0px auto; max-width:1200px;}
.xj_cx ul li { width:44%; margin: 0 3% 3% 3%; float:left; background:url(/en/template/default/images/ldv1.png) no-repeat center left; background-size:100% 100%; padding:20px; height:160px;}
.xj_cx ul li .tp { width:25%; float:left;}
.xj_cx ul li .tp img { width:90%; padding:5%;}
.xj_cx ul li .wz { width:74%; float:right; padding-top:15px;}
.xj_cx ul li .wz h1 { font-size:22px; padding-bottom:10px;}
.xj_cx ul li .wz p { font-size:18px;}
@media screen and (max-width:992px) {
.xj_cx { padding:40px 0px; margin:0px auto; max-width:94%; width:94%;}
.xj_cx ul li { width:100%; margin: 0 0% 5% 0%; float: none;  padding:20px;}
.xj_cx ul li .wz { padding-top:10px;}
.xj_cx ul li .wz h1 { font-size:20px; padding-bottom:10px;}
.xj_cx ul li .wz p { font-size:16px;}
}

.zyfyi { width:45%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media screen and (max-width:992px) {
.zyfyi { width:100%;}	
}