@import url(base.css);

:root {--swiper-theme-color: #c8161d;}

/*Top s*/
.header{position:fixed; width:100%; left:0; top:0;z-index:1000;transition: all 0.3s;color: #fff;border-bottom: 1px solid rgba(255,255,255,0.1);}
.header:after{height: 100%;top: 0;width: 100%;transition: all 0.5s;;content: "";position: absolute;z-index: -1;}
.header .auto-inner{height:0.9rem;transition: all 0.3s;position: relative;}
.header .logo img{height: 0.44rem;}
.header .logo span{    margin-left: 0.19rem;padding-left: 0.18rem;border-left: 1px solid rgba(255,255,255,0.3);}
.header .logo span img{height: 0.31rem;}

.header .ver{position: relative;}
.header .ver dt{cursor: pointer;font-size: var(--font-size18);font-family: HarmonyOS_Sans_SC_Light;}
.header .ver dt:before{width: 0.18rem;height: 0.18rem;background: url(../images/ico_ver.svg) no-repeat center center/contain;content: "";display: inline-block;vertical-align: middle;margin: -0.03rem 0.1rem 0 0;}
.header .ver dt:after{width: 11px;height: 6px;background: url(../images/arr_b_white.svg) no-repeat center center/contain;content: "";display: inline-block;vertical-align: middle;margin: -0.02rem 0 0 0.17rem;}
.header .ver dd{position: absolute;left: 50%;top: 150%;width: 115%;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:#fff;text-align: center;transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.3s ease;pointer-events: none;}
.header .ver dd a{display: block;color: rgba(var(--rgb-555));}.header .ver dd a:hover{color: rgba(var(--main-color))}
.header .ver.on dd{opacity: 1;z-index: 10;top: 100%;visibility: visible;padding: 0.1rem 0;pointer-events: auto;}

.top_search .ico{ cursor:pointer;text-align: center;position: relative;margin-left: 0.34rem;position: relative;z-index: 10;}
.top_search .ico i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-position: center center;background-repeat: no-repeat;background-size: contain;width: 0.16rem;height: 0.16rem;}
.top_search .ico .iconso{background-image: url(../images/soso.svg);}
.top_search .ico .icongb{ display:none;background-image: url(../images/close2.svg);}
.top_search .ico.on .icongb{ display:block;}
.top_search .ico.on .iconso{ display:none;}
.top_search .searchbox {display:none;position: absolute;left: 0;top: 100%;width: 100%;background-color: #f5f8fa;padding: 2.604vw;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.top_search .searchbox .inner{max-width: 7rem;margin: 0px auto;position: relative;}
.top_search .searchbox .gjso{position: absolute;right: -1rem;top: 0.18rem;color: rgba(var(--main-color));}
.top_search .searchbox .gjso:hover{text-decoration: underline;}
.top_search .searchbox input{width: 92%;height: 0.6rem;border-radius: 5px;background-color: #fff;border: 0;padding: 0 0.8rem 0 0.65rem;background: #fff url(../images/ico_so2.svg) no-repeat 0.2rem center/0.24rem 0.24rem;}
.top_search .searchbox input:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.top_search .searchbox .btn{position: absolute;right: 0;top: 0;width: 1.06rem;text-align:center;height:0.6rem;line-height:0.6rem;border-radius: 0 5px 5px 0;color: #fff;font-weight: 700;background-color: rgba(var(--main-color));}
.top_search .searchbox .btn:hover{opacity: 0.9;}
.top_search .searchbox .keyword{padding-top: 0.18rem;font-weight: 100;color: #666666;}
.top_search .searchbox .keyword span{margin: 0 0.15rem 0 0.2rem;}
.top_search .searchbox .keyword a:not(:last-child){margin-right: 0.32rem;}
.top_search .searchbox .keyword a{color: #666666;}
.top_search .searchbox .keyword a:hover{color: rgba(var(--main-color));}

.mainNav{font-size: var(--font-size20);}
.mainNav li{position: relative;padding: 0 0.2rem;z-index: 5;}
.mainNav span a{ position:relative; z-index:100;display:block;line-height: 0.9rem;color: #fff;transition: all 0.3s;font-weight: 100;}
.mainNav .arr{ display:none;}


.open-menu{width: 0.3rem;height: 0.4rem;display: flex;flex-direction: column;justify-content: space-between;padding: 0.1rem 0; cursor: pointer; margin-left: 0.3rem;}
.open-menu i{display: block;width: 100%;background-color: #fff;height: 2px;transition: all 0.5s;}
.menu-show .open-menu i:nth-child(1) {
	-webkit-transform: translate(0, 8px) rotate(45deg) !important;
	-moz-transform: translate(0, 8px) rotate(45deg) !important;
	-ms-transform: translate(0, 8px) rotate(45deg) !important;
	-o-transform: translate(0, 8px) rotate(45deg) !important;
	transform: translate(0, 8px) rotate(45deg) !important;}
.menu-show .open-menu i:nth-child(2) {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.menu-show .open-menu i:nth-child(3) {width: 0;}

/* 头部滑过 */
.header.reon:After{height: 0;}
.header.fix:after,
.header.on:after,
.detailBox .header:after{height: 100%;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.header.fix:after{background: rgba(0,0,0,.2);}

@media (min-width:1025px) {
.header .ver{margin-left: 0.44rem;}
.header .ver:before{position: absolute;left: -0.22rem;top: 50%;transform: translateY(-50%);width: 1px;height: 0.18rem;content: "";background-color: rgba(255,255,255,0.3);}

	.open-menu{display: none;}
		/* 下拉 */
		.mainNav .sub{position: absolute;left: 50%;transform: translateX(-50%) scale(0.9);top: 100%;width: 3rem;text-align: center;opacity: 0;visibility: hidden;z-index: -100;transition: all 0.3s ease-out 0s;pointer-events: none;}
		.mainNav .sub dl{display: inline-block;box-shadow: 0 0 15px rgba(0,0,0,0.09);background:#f8f9fb;min-width: 2.2rem;border-radius: 0 0 0.2rem 0.2rem;}
		.mainNav .sub dd{position: relative;margin: 0 0.3rem;text-align: left;}
		.mainNav .sub a{display: block;padding: 0.5vw 0;position: relative;z-index: 1;color: #333333;border-bottom: 1px solid #DEDFE2;transition: all 0.5s;}
		.mainNav .sub a:after{position: absolute;right: 0;top: 50%;transform: translateY(-50%);content: "";border-radius: 50%; width: 0.1rem;height: 0.1rem;background: #DADADA;transition: all 0.3s;}
		.mainNav .sub dd:last-child a{border-bottom: 0 !important;}
		.mainNav .sub dd:hover a{border-bottom: 1px solid rgba(var(--main-color));}
		.mainNav .sub dd:hover a{color: rgba(var(--main-color));}
		.mainNav .sub dd:hover a:after{background: url(../images/arr_xjt2.png) no-repeat center;width: 0.2rem;height: 0.2rem;background-size: 0.16rem;}
		.mainNav .active .sub{display: block;z-index: 99;opacity: 1;visibility: visible;transform: translateX(-50%) scale(1);pointer-events: auto;}
		.mainNav li.aon span a,.mainNav li.active span a,.mainNav li:hover span a{color: #D41021;}
.mainNav li:hover span a:after,.mainNav li.aon span a:after{top: -0.16rem;transform: translateX(-50%) scale(1);}
.mainNav li.pro{position: static;}
.mainNav li.pro .sub{width: 100%;display: flex;justify-content: space-between;padding: 0.6rem;background: rgba(255,255,255,.95);align-items: center;border-radius: 0 0 0.2rem 0.2rem;}
.mainNav li.pro .sub .Ispic{width: 3.6rem;height: 2.2rem;border-radius: 0.3rem;overflow: hidden;}
.mainNav li.pro .sub dl{width: 70%;background: none;box-shadow: none;margin-left: 0.5rem;display: flex;align-items: center;flex-wrap: wrap;}
.mainNav li.pro .sub dl dd{float: left;width: 26.33%;margin: 0;margin-left:7%;}
.mainNav li.pro .sub a:after{width: 0.1rem;height: 0.1rem;border-radius: 50%;background: #DADADA;opacity: 1;}
.mainNav li.pro .sub a:hover:after{background: url(../images/arr_xjt2.png) no-repeat center;width: 0.2rem;height: 0.2rem;background-size: 0.16rem;}
.mainNav li.pro .sub dd:last-child a{border-bottom: 1px solid #DEDFE2;}
.mainNav li.pro .sub dd:last-child:hover a{border-bottom: 1px solid rgba(var(--main-color));}
.mainNav li:hover  span:before,.mainNav li.aon  span:before{width: 1rem}
.mainNav li span:before{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 0;height: 0.03rem;background:  rgba(var(--main-color));transition: all 0.3s;content: ""}
.mainNav li.aon span:after,.mainNav li:hover span:after{width: 0.06rem;height: 0.06rem;background:rgba(var(--main-color));transform: rotateZ(135deg);content: "";position: absolute;left: 50%;bottom:0.01rem;margin-left: -0.02rem; }
.mainNav li span{position: relative;}
/*.mainNav li.aon,.mainNav li.active{background: url(../images/navbg.png) no-repeat center bottom/contain;}*/
}
	
@media(max-width:1024px){
	.header .ver{margin-right: -0.1rem;}
	.header .ver dt:before{margin-right: 0.05rem;}
	.header .ver dt:after{margin-left: 0.05rem;}
	.header .auto-inner{height: 0.68rem}
	.header .logo img{height: 0.25rem}
	.header .auto-inner{justify-content: space-between;}
	.header .logo span{display: none;}
	.mainNav:after{width: 100vw;height: 100vh;background: rgba(0,0,0,.4);content: "";position: fixed;top: -0.7rem;left: 0;z-index: 2;}
	.mainNav{position: fixed;left: 0;top:0.7rem;background: #808080; padding: 0.2rem 0;visibility: hidden; transform: translateX(-100%); opacity: 0; transition: 0.3s; width: 3rem; bottom: 0; box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.2);}
	.menu-show{position: fixed;left: 0;top: 0;height: 100%;overflow: hidden;width: 100%;}
	.menu-show .mainNav{visibility: visible; opacity: 1; transform: translateX(0);}
	.mainNav ul{height: 100%; overflow: auto;line-height: 2;}
	.mainNav li{padding: 0;}
	.header.on .mainNav span a:after, .header.fix .mainNav span a:after{display: none;}
	.mainNav .sub dd a,
	.mainNav span a{color:#fff !important;line-height: 3;padding: 0 0.3rem;}
	.mainNav li.aon span a,.mainNav li:hover span a{color: #D41021 !important;}
	.mainNav .sub dd a{font-size: 0.2rem;}
	.mainNav li span{display: block;position: relative;font-size: 0.24rem;line-height: 2;}
.top_search{margin-right: 0.2rem;}
	.wap-dd-op,
	.wap-op{position: absolute;right: 0;width: 3em; height: 100%;background: url(../images/arr_xjt_white.svg) no-repeat center center; background-size: 20% auto; top: 0;z-index: 101; transition: 0.3s;}
	.mainNav .sub dd.wap-active .wap-dd-op,
	span.on .wap-op{transform: rotate(180deg);}
	.mainNav .sub{display: none; padding: 0.1rem; background: rgba(255,255,255,0.1);line-height: 3;}
	.mainNav .sub dd dl{display: none; padding:1em 1em 1em 2em; background-color: rgba(var(--rgb-white),0.8); line-height: 2.4;}
	.mainNav .sub > dl > dd:not(:last-child){border-bottom: rgba(0,0,0,0.05) 1px solid;}
	.mainNav .sub .Ispic .wap-op{display: none}
	.mainNav .sub dd.wap-active dl{display: block;}Nav{position: fixed;right: 0;top: 0.9rem;width: 80%;height: calc(100% - 0.9rem);right: -100%;transition: all 0.3s;opacity: 0;background-color:#ffffff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding: 20px 0 0 0;overflow-y: auto;z-index: 100;text-align: center;margin-right: 0;}
}
/*Top end*/

/*Bottom s*/
.footer{ position:relative;background:url(../images/fbg.jpg) no-repeat center/cover;z-index: 2;padding: 3.646vw 0 0;color: #fff;font-family: HarmonyOS_Sans_SC_Light;}
.footer a:hover{color: #fff}
.footer .links{padding-bottom: 0.5rem;border-bottom:1px solid rgba(255,255,255,0.1);margin-bottom: 0.6rem;}
.footer .links .ti{font-size: 0.2rem;margin-bottom: 0.2rem;}
.footer .links a{font-size: 0.16rem;line-height: 0.24rem;opacity: 0.6;margin-right: 0.5rem;}
.footer .links a:hover{opacity: 1;}
.footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;visibility: hidden;}
.footer .logo {width: 25.25%;}
.footer .logo img{width: 2.14rem;}
.footer .sitemap{width: 24.68%;position: relative;}
.footer .sitemap li{width: 50%;font-size: var(--font-size20);margin-bottom: 0.26rem;}
.footer .sitemap li:before{content: "";display: inline-block;vertical-align: middle;width: 0.05rem;height: 0.05rem;border-radius: 50%;background-color: rgba(var(--main-color));margin: -0.05rem 0.1rem 0 0;transition: all 0.5s;}
.footer .sitemap li:hover:before{transform: scale(1.3);}
.footer .contact{position: relative;min-height: 2rem;width: 24%;}
.footer .contact p{padding-left: 0;}
.footer .contact dt{font-size: 0.18rem;line-height: 0.3rem;}
.footer .contact dt img{margin-right: 0.1rem;margin-top: -0.05rem;}
.footer .contact dd b{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.3rem;font-weight: normal;opacity: 1;}
.footer .contact dd{margin-bottom: 0.03rem;position: relative;font-size: 0.16rem;line-height: 0.3rem;opacity: 0.6;}
.footer .contact dd.tel{opacity: 1;}
.footer .contact dd img{position: absolute;left: 0;height: 0.22rem;}
.footer .contact .ewm{margin-top: 0.4rem;}
.footer .contact .ewm .txt .share{margin-top: 0.2rem;}
.footer .contact .ewm .txt .share li:last-child{margin-right: 0;}
.footer .contact .ewm .txt .share li .ico{width: 0.5rem;height: 0.5rem;border: solid 0.01rem rgba(255,255,255,0.2);	border-radius: 50%;text-align: center;line-height: 0.5rem;display: flex;align-items: center;justify-content: center;}
.footer .contact .ewm .txt .share li .ico img{width: 41.667%; display: block; height:41.667%; object-fit: contain; padding: 0;margin: 0;border: none;background: none;}
.footer .contact .ewm .txt .share li{float: left;margin-right: 0.12rem;position: relative;cursor: pointer;}
.footer .contact .ewm img{display: block;padding: 0rem;width: 1.2rem;background-color: #fff;margin: 0px 0.2rem 0 0;border: 1px solid #dfdfdf;border-radius: 0.03rem;}
.footer .contact .ewm .txt .share li .hide{width: 1.2rem;height: 1.2rem;position: absolute;left: 50%;bottom:0%;padding-bottom: 0.2rem;transform: translateX(-50%);transition: all 0.3s;opacity: 0;display: inline-block;z-index: -5;}
.footer .contact .ewm .txt .share li:hover .hide{bottom:100%;opacity: 1;z-index: 5;}
.footer .contact .ewm .txt .share li:hover .ico{background-color: #c8161d; }
.footer .sitemap{width: 70%}
.footer .sitemap dl dt{font-size: 0.18rem;line-height: 0.24rem;margin-bottom: 0.2rem;}
.footer .sitemap dl dd a{display: block;font-size: 0.16rem;line-height: 0.3rem;opacity: 0.6;}
.footer .sitemap dl dd a:hover{opacity: 1;}
.footer .sitemap dl dd{padding-right:0.05rem;}
.footer .sitemap dl ol{column-count:2;}
.footer .copyright{padding: 0.4rem 0;border-top: 1px solid rgba(255,255,255,0.2);color: var(--rgb-fff );font-weight: 100;width: 100%;margin-top: 1rem;}
.footer .copyright a{color: #fff;margin-left: 0.1rem;}
.footer .copyright a:hover{color:rgba(var(--main-color));}
.footer .sitemap dl dd::-webkit-scrollbar{width: 1px;}
.footer .sitemap dl dd::-webkit-scrollbar-thumb{background:#fff}
.footer .sitemap dl dd::-webkit-scrollbar-track{background:rgba(255,255,255,0.1); }
.home-footer.active .waterline{animation:fadeInDown 0.3s .4s ease both;-webkit-animation:fadeInDown 0.3s .4s ease both;-moz-animation:fadeInDown 0.3s .4s ease both;}
.home-footer.active .waterline span:nth-child(1){animation:bounce 0.45s .5s ease both;-webkit-animation:bounce 0.45s .5s ease both;-moz-animation:bounce 0.45s .5s ease both;}
.home-footer.active .waterline span:nth-child(2){animation:bounce 0.45s .6s ease both;-webkit-animation:bounce 0.45s .6s ease both;-moz-animation:bounce 0.45s .6s ease both;}
.home-footer.active .waterline span:nth-child(3){animation:bounce 0.45s .7s ease both;-webkit-animation:bounce 0.45s .7s ease both;-moz-animation:bounce 0.45s .7s ease both;}

.totop{position: fixed;right: 2.5vw;bottom: 0;width: 0.45rem;height: 0.45rem;border-radius: 50%;color: #fff !important;text-align: center;cursor: pointer;z-index: 100;display: flex;align-items: center;justify-content: center;background: rgba(var(--main-color)) url(../images/top.svg) no-repeat center center/ 0.16rem 0.16rem; visibility: hidden; opacity: 0; transition: 0.3s;cursor:pointer;}
.totop.cd-is-visible {visibility: visible;opacity: 1;bottom: 5%;}
.totop:hover{opacity: 0.8 !important;}
.totop.fix{position: absolute;top: -0.22rem;bottom: auto;border-radius: 50%;}
@media(max-width:1600px){
	.footer .waterline{left: 2vw;}
}
@media(max-width:1024px){
	.home-footer{overflow: visible !important;}
	.footer .logo,.footer .sitemap{display: none;}
	.footer .links a{margin-right: 0.2rem;}
	.footer .links{padding-bottom: 0.2rem;margin-bottom: 0.2rem;}
	.footer .copyright{padding: 0.2rem 0;margin-top: 0.4rem;}
}
@media(max-width:768px){
	.footer .contact{width: 100%;}
	.footer .contact .ewm img{width: 1.4rem;}
	.footer .contact .ewm{justify-content: center;}
}

/*Other003087 */
.Rlink{position: fixed;z-index: 99; right: 2%;}
.Rlink li{float: right;margin: 0.05rem 0; clear: both; line-height: 0.6rem;}
.Rlink li .inner{display: flex;background-image: linear-gradient(0deg, 	#cd1c2b 0%, 	#f77984 100%);box-shadow: 0rem 0.06rem 0.19rem 0.03rem 	rgba(50, 64, 79, 0.1);border-radius: 0.2rem;border: solid 0.01rem #a03747; overflow: hidden; transition:all  0.5s;}
.Rlink li .inner:hover{background-color: #1f4b8c;}
.Rlink li .ico{width: 0.6rem; height: 0.6rem;float: left;background-position: center center;background-repeat: no-repeat;background-size: 0.3rem;}
.Rlink li aside{font-size: 0.18rem;color: #fff; width: 0;overflow: hidden;white-space: nowrap;transition: all 0.5s;}
.Rlink li .inner:hover aside{width: auto;padding-right: 0.15rem;}
.Rlink li.a-1 .ico{background-image: url("../images/ricon1.png");}
.Rlink li.a-2 .ico{background-image: url("../images/ricon2.png");}
.Rlink li.a-3 .ico{background-image: url("../images/ricon3.png");}
.Rlink li.a-4 .ico{background-image: url("../images/ricon4.png");}
@media(min-width:1025px){
.Rlink{top: 50%; transform: translateY(-50%);}
.Rlink li{display: block!important;}
}
@media(max-width:1024px){
.Rlink{bottom: 5%;}
.Rlink li{display: none;line-height: 40px;}
.Rlink li .ico{width: 40px; height: 40px;}
.Rlink .open-kefu{clear: both;background: #1f4b8c; width: 40px; height: 40px;position: relative;}
.Rlink .open-kefu i{margin-top: -1px; position: absolute; width: 50%;height: 2px;background: #fff;left: 25%; top: 50%;}
.Rlink .open-kefu:not(.on) i:nth-child(1){margin-top: -8px;}
.Rlink .open-kefu:not(.on) i:nth-child(3){margin-top: 6px;}
.Rlink .open-kefu.on i:nth-child(2){display: none;}
.Rlink .open-kefu.on i{transform: rotate(45deg);}
.Rlink .open-kefu.on i:nth-child(1){transform: rotate(-45deg);}
}
/*Bottom end*/

/* button s*/
.moreBtn{min-width: 1.5rem;text-align: center;display: inline-block;overflow: hidden;position: relative;text-align: center;color: #333333;border: 1px solid #C3C8CA;border-radius: 0.5rem;text-align: center;line-height: 0.44rem;transition: all 0.5s;}
.moreBtn em{position: relative;overflow: hidden;padding: 0 0.15rem;display: block;}
.moreBtn em:after{display: inline-block;vertical-align: middle;content: "";width: 0.19rem;height: 0.1rem;background: url(../images/arr_more.svg) no-repeat center center/contain;margin: -0.03rem 0 0 0.1rem;transition: all 0.5s;}
.moreBtn:hover,a:hover .moreBtn{background-color: rgba(var(--main-color));border-color:rgba(var(--main-color));color: #fff;}
.moreBtn:hover em:After,a:hover .moreBtn em:After{background-image: url(../images/arr_more_white.svg);}
.moreBtn::before {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: rgba(var(--main-color));transform: scaleX(0);transform-origin: right;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86)}
.moreBtn:hover::before,a:hover .moreBtn::before {transform: scaleX(1);transform-origin: left}
.moreBtn.blue{border-color: rgba(var(--main-color));background-color: rgba(var(--main-color));color: #fff;}
.moreBtn.blue em:after{background-image: url(../images/arr_more_white.svg);}
.moreBtn.blue::before {background-color: rgba(255,255,255,0.2);}

.mores{color: rgba(var(--rgb-999));}
.mores:after{display: inline-block;vertical-align: middle;width: 12px;height: 10px;content: "";background: url(../images/arr_more.svg) no-repeat center center/contain;margin: -0.03rem 0 0 0.1rem;transition: all 0.5s;}
a:hover .mores:after{margin-left: 0.15rem;}

@media(max-width:640px){
	.moreBtn{width: auto !important;display: inline-block !important;}
}
/* button end*/

/* 首页 s*/

.section{overflow: hidden;}

@media(max-width:1024px){

}
/* home-ban */
.home-ban .auto-inner{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #fff;}
.home-ban .auto-inner h2{font-size: var(--font-size72);font-weight: 700;text-shadow: 0 7px 8px rgba(84,131,162,0.32);}
.home-ban .Ispic{padding-top: 9.6rem;}
.home-ban .moreBtn{margin-top: 0.3rem;}
.home-ban .wap{display: none;}
.home-ban .swiper-slide1 .auto-inner h2 img{max-height:2.72rem;}
.home-ban .swiper-slide2 .auto-inner h2 img{max-height:2.24rem;}
.home-ban .swiper-slide3 .auto-inner h2 img{max-height:1.57rem;}
.home-ban .swiper-slide4 .auto-inner h2 img{max-height:5.66rem;}
.home-ban .swiper-slide4 .auto-inner h2{text-align: center;}

.home-ban .swiper-slide-active .Ispic{animation: scale linear 6s forwards;}
.home-ban .swiper-slide-active .auto-inner h2 {animation:fadeInRightSmall 0.6s 0.5s ease both;-webkit-animation:fadeInRightSmall 0.6s 0.5s ease both;-moz-animation:fadeInRightSmall 0.6s 0.5s ease both;}
.home-ban .swiper-slide-active .auto-inner .moreBtn {animation:fadeInRightSmall 0.6s 0.9s ease both;-webkit-animation:fadeInRightSmall 0.6s 0.9s ease both;-moz-animation:fadeInRightSmall 0.6s 0.7s ease both;}
.home-ban .swiper-button-prev,.home-ban .swiper-button-next{transition: all 0.5s;}
.home-ban .swiper-button-prev{left: -1rem;}
.home-ban .swiper-button-next{right: -1rem;}
.home-ban:hover .swiper-button-prev{left: 0.3rem;}
.home-ban:hover .swiper-button-next{right: 0.3rem;}
.home-ban .moreBtn{font-size: var(--font-size20);min-width: 1.7rem;}
.home-ban .moreBtn span:after{width: 0.16rem;height: 0.14rem;}
.home-ban .swiper-pagination{bottom: 1rem;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform:scale(1);}
	100%{transform: scale(1.1);-webkit-transform:scale(1.1);}
}
@media(max-width:1024px){
	.home-ban .Ispic{padding-top: 40vh;}
	.home-ban .auto-inner h2{font-size: var(--font-size48);}
	.home-ban .pc{display: none;}
	.home-ban .wap{display: block;}
	.home-ban .auto-inner h2 img{max-width: 50%}
}
@media(max-width:768px){
	.home-ban .auto-inner h2{font-size: var(--font-size36);}
}
/* home-links */
.home-links{position: relative;z-index: 9;display: block;margin: -0.6rem auto 0;padding-bottom: 0.6rem;}
.home-links .auto-inner{border-radius: 0.1rem;overflow: hidden;position: relative;z-index: 9999999;background-color: #ffffff;box-shadow: 0rem 0.03rem 0.6rem 0rem rgba(225, 228, 231, 0.5);}
.home-links .auto-inner li{height: 1.6rem;display: flex;align-items: center;justify-content: center;position: relative;}
.home-links .auto-inner li .Ispic{width: 0.4rem;height: 0.4rem;margin: 0 auto}
.home-links .auto-inner li .Ispic img{object-fit: contain;}
.home-links .auto-inner li p{font-size: 0.2rem;font-weight: lighter;color: #000000;margin-top: 0.2rem;}
.home-links .auto-inner li:hover{background: linear-gradient(to bottom, #FBE8E9, #fff);}
.home-links .auto-inner li:hover .Ispic .hide{display: inline-block;}
.home-links .auto-inner li:hover .Ispic img{display: none}
.home-links .auto-inner li:hover p{ color:#d41021;}
.home-links .auto-inner li,.home-links .auto-inner li *{transition: all 0.3s}
.home-links .swiper-button-prev,.home-links .swiper-button-next{display: none}
.home-links .auto-inner li:not(:last-child):after{position: absolute;height: 0.6rem;width: 0.01rem;background-color: #f0f0f0;right: 0;top: 50%;margin-top: -0.3rem;content: ""}
/* home-about */
.home-about{background: url(../images/home-about-bg.jpg) no-repeat center bottom/cover;margin-top: -0.6rem;}
.home-about .info{padding: 7vw 0% 0 0;color: rgba(var(--rgb-555));width: 48.75%;}
.home-about .info h3{font-size: var(--font-size86);;color: #000000;opacity: 0.08;line-height: 1;font-family: "HarmonyOS_Sans_SC_Bold";}
.home-about .info h2{font-weight: 400;font-size: var(--font-size44);margin-bottom: 0.14rem;font-family: "HarmonyOS_Sans_SC_Bold";color: #000000;margin-top: -0.5rem;}
.home-about .info .name{margin-bottom: 0.36rem;}
.home-about .info .desc{font-size: var(--font-size18);line-height: 1.66;margin-bottom: 0.52rem;font-family: "HarmonyOS_Sans_SC_Light";}
.home-about .more{position: absolute;left: 0.15rem;top: 60%;width: 0.65rem;height: 0.65rem;z-index: 10;}
.home-about .more em{display: block;height: 0.65rem;border-radius: 50%;background: rgba(var(--main-color)) url(../images/arr_more_white.svg) no-repeat center center/0.16rem 0.14rem;position: relative;z-index: 2;transition: all 0.5s;}
.home-about .more::before,
.home-about .more::after {width: 100%;height: 100%;background: rgba(var(--main-color));position: absolute;left: 0;top: 0;border-radius: 50%;opacity: 0;animation: scaleAnimate 2s linear;animation-iteration-count: infinite;}
.home-about .more::after {animation-delay: .5s;}
.home-about .more:hover em{transform: scale(1.2);}
.home-about .more:hover:before,.home-about .more:hover:after{content: "";}

.home-about .Ispic{width: 45.56%;overflow: visible;}
.home-about .Ispic:After{left: 0;top: 0;width: 100%;height: 100%;content: "";position: absolute;background: url(../images/home-about-kuang.png) no-repeat center bottom/contain;}
.home-about .numList{margin:0.2rem 0 0.6rem 0;display: flex;flex-wrap: wrap;}
.home-about .numList .item{color: rgba(var(--rgb-555));padding: 0.62rem 0 0.37rem 0;position: relative;float: left;width: 33.33%;}
.home-about .numList .item .num {height: 0.6rem;align-items: flex-end;display: flex;}
.home-about .numList .item .counter{font-size: var(--font-size50);line-height: 0.6rem;font-weight: 700;color: rgba(var(--main-color));}
.home-about .numList .item p{font-size: var(--font-size18);}
.home-about .numList .item .txt{margin-left: 0.12rem;position: relative;top: -0.03rem;margin-right: 0.2rem;}
.home-about .numList .item .txt em{position: absolute;top: -0.22rem;left: 0;}
.home-about .numList .item .inner{display: inline-block;text-align: left;}
.home-about .numList .item .Ispic{width: 0.4rem;height: 0.4rem;float: left;}
.home-about .numList .item .Ispic img{object-fit: contain;}
.home-about .dots{position: absolute;top:37.5%;right: 21.25%}
.home-about .dots li{position: absolute;left: 0;bottom:0;}
.home-about .dots li.li1:after{background: url(../images/homeaboutline1.png) no-repeat center;width: 3.55rem;height: 2.92rem;content: "";position: absolute;right: 0; }
.home-about .add{position: relative;}
.home-about .add:after{width: 0.14rem;height: 0.14rem;border-radius: 50%;background: #c8161d;content: "";position: absolute;left: 50%;top: 100%;margin-top: -0.07rem;margin-left: -0.07rem;}
.home-about .add:before{animation: zoom 4s infinite;width: 0.14rem;height: 0.14rem;border-radius: 50%;background: #c8161d;content: "";position: absolute;left: 50%;top: 100%;margin-top: -0.07rem;margin-left: -0.07rem;opacity: 0.5;}

@keyframes zoom {
  0% {
    transform: scale(1); /* 初始大小 */
  }
  50% {
    transform: scale(2); /* 放大到2倍 */
  }
  100% {
    transform: scale(1); /* 返回初始大小 */
  }
}










@media(min-width:1025px){
	.home-about.active .info h2{animation:fadeInUpSmall 1.2s .6s ease both;-webkit-animation:fadeInUpSmall 1.2s .6s ease both;-moz-animation:fadeInUpSmall 1.2s .6s ease both;}
	.home-about.active .info .name{animation:fadeInUpSmall 1.5s .7s ease both;-webkit-animation:fadeInUpSmall 1.5s .7s ease both;-moz-animation:fadeInUpSmall 1.5s .7s ease both;}
	.home-about.active .info .desc{animation:fadeInUpSmall 1.8s .8s ease both;-webkit-animation:fadeInUpSmall 1.8s .8s ease both;-moz-animation:fadeInUpSmall 1.8s .8s ease both;}
	.home-about.active .info .moreBtn{animation:fadeInUpSmall 2.1s .9s ease both;-webkit-animation:fadeInUpSmall 2.1s .9s ease both;-moz-animation:fadeInUpSmall 2.1s .9ss ease both;}
	.home-about.active .numList{animation:fadeInLeftSmall 1.2s .8s ease both;-webkit-animation:fadeInLeftSmall 1.2s .8s ease both;-moz-animation:fadeInLeftSmall 1.2s .8s ease both;}

	.home-about .numList .item:after{position: absolute;bottom: 0;border-bottom: 1px solid rgba(var(--main-color),0.22);content: "";right: 0;}
 .home-about .numList .item:before{position: absolute;bottom: -0.05rem;width: 0.12rem;height: 0.12rem;background-color: rgba(var(--main-color),0.22);border-radius: 50%;}
}
@media(max-width:1024px){
	.home-about{padding-bottom: 0.6rem;z-index: 10;}
}
@media(max-width:768px){
	.home-about .info{padding-top: 0.6rem;width: 70%}
	.home-about .Ispic{display: none;}
	.home-about .numList{width: 100%;display: flex;justify-content: space-between;padding-top: 0;flex-wrap: wrap;margin-top: 0.4rem;}
	.home-about .numList .item{padding-left: 0;padding-bottom: 0;padding-top: 0.2rem;}
	.home-about .numList .item .counter{font-size: var(--font-size40);}
	.home-about{background-position: right center}
	.home-about .info .desc{margin-bottom: 0.3rem;}
	.home-links{padding-bottom: 0.3rem;}
}
@media(max-width:480px){
.home-about .info{width: 100%;}	
}
/* home-product */
.titHead{text-align: center;padding-bottom: 2.552vw;width: 100%;}
.titHead h2{font-size: var(--font-size55);font-weight: 700;}
.titHead .tdesc{font-size: var(--font-size24);margin-top: 0.06rem;color: rgba(var(--rgb-555));}
.home-product{padding:  0;position: relative;}
.home-product .titHead{text-align: left;position: absolute;top: 1rem;left: 0%;z-index: 33;}
.home-product .titHead h3{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.86rem;color: #ffffff;opacity: 0.08;line-height: 0.9rem;font-weight: normal;}
.home-product .titHead h2{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.4rem;color: #ffffff;line-height: 0.5rem;margin-top: -0.5rem;}
.home-product .swiper-container{overflow: visible;}
.home-product .swiper-pagination{display: none;}
.home-product .swiper-slide{text-align: center;transition: all 0.5s;}
.home-product .Ispic{transition: all 0.5s;}
.home-product .tit{font-size: var(--font-size20);margin-bottom: 0.05rem;transition: all 0.5s;font-weight: normal;}
.home-product .tit-sub{font-size: var(--font-size20);margin-bottom: 0.05rem;transition: all 0.5s;font-weight: normal;}
.home-product .swiper-slide-prev,.home-product .swiper-slide-active,.home-product .swiper-slide-next{opacity: 1;}
.home-product .swiper-slide-active .tit{font-size: var(--font-size30);color: #ffffff;}
.home-product .swiper-slide-active p{font-size: var(--font-size18);color: #ffffff;font-family: HarmonyOS_Sans_SC_Light;line-height: 0.3rem;}
.home-product .txt{position: absolute;width: 100%;height: 100%;top: 0;left: 0;text-align: left;}
.home-product .txt p{max-width: 6rem}
.home-product .txt .moreBtn{margin-top: 0.4rem;}
.home-product .swiper-nav{position: absolute;bottom:0.9rem;left: 50%;transform: translateX(-50%);}
.home-product .swiper-container2{height: 1.6rem;background: rgba(255,255,255,.3);border-radius: 0.1rem;overflow: hidden;}
.home-product .swiper-container2 li{height: 100%;display: flex;align-items: center;justify-content: center;position: relative;cursor: pointer;}
.home-product .swiper-container2 li:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:#000f1f;content: "";transition: all 0.3s;transform: scale(0);opacity: 0.5;}
.home-product .swiper-container2 li .Ispic{width: 100%;height: 100%;opacity: 0;transition: all 0.3s}
.home-product .swiper-container2 li p{font-size: 0.18rem;color: #ffffff;margin-top: 0.1rem;}
.home-product .swiper-container2 li a{display: block;width: 100%;height: 100%;}
.home-product .swiper-container2 li h3{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 5; width: 90%;}
.home-product .swiper-container2 li h3 img{width:auto;height: 0.36rem}
.home-product .swiper-container2 li.swiper-slide-thumb-active .Ispic{opacity: 1;}
.home-product .swiper-container2 li.swiper-slide-thumb-active:after{transform: scale(1);}
.home-product .swiper-container2 li.swiper-slide-thumb-active{border-radius: 0.8rem 0rem 0.8rem 0rem;overflow: hidden;}
.home-product .swiper-container2 .swiper-button-prev{left: -0.6rem}
.home-product .swiper-container2 .swiper-button-next{right: -0.6rem}
.home-product .swiper-slide .moreBtn em{color: #fff}
.home-product .swiper-slide .moreBtn em:after{background-image: url(../images/arr_more_white.svg);}

.home-product .swiper-but{ width:.4rem; height:.4rem; border-radius:1rem; border:solid 1px #fff;}
.home-product .swiper-but::after{ font-size:var(--font-size12); color:#fff;}
.home-product .swiper-but:hover{ color:#fff; border-color:#c8161d; background-color:#c8161d;}
.home-product .swiper-but:hover::after{ color:#fff;}

@media(min-width:1025px){
	.home-product.active .titHead h2{animation:fadeInUpSmall 1.2s .6s ease both;-webkit-animation:fadeInUpSmall 1.2s .6s ease both;-moz-animation:fadeInUpSmall 1.2s .6s ease both;}
	.home-product.active .titHead .tdesc{animation:fadeInUpSmall 1.5s .7s ease both;-webkit-animation:fadeInUpSmall 1.5s .7s ease both;-moz-animation:fadeInUpSmall 1.5s .7s ease both;}
	.home-product.active .swiper-slide{animation:zoomInSmall 2s .6s ease both;-webkit-animation:zoomInSmall 2s .6s ease both;-moz-animation:zoomInSmall 2s .6s ease both;}
	.home-product .swiper-slide-active .Ispic{width: 100vw;height: 100vh;}
}
@media(max-width:1600px){
	.titHead h2{font-size: var(--font-size40);}
}
@media(max-width:1440px)and(min-width:1025px){
	.home-product .Ispic{width: 2.8rem;}
	.home-product .swiper-slide-active .Ispic{width: 4rem;height: 4rem;}
	.home-product .swiper-slide:after{width: 4.2rem;height: 5rem;}
}
@media(max-width:1024px){
	.titHead h2{font-size: var(--font-size30);}
	.home-product .swiper-slide-active:hover:after{top: -19%;}
	.home-product .Ispic{width: 100%;height: auto;padding-top: 100%;}

}
@media(max-width:768px){
	.home-product{padding: 0.6rem 0 0;}	
	.home-product .swiper-nav{bottom:0.2rem;}
	.home-product .swiper-container2{height: 1rem}
	.home-product .swiper-container2 li.swiper-slide-thumb-active{border-radius: 0.3rem 0rem 0.3rem 0rem}
	.home-product .txt .moreBtn{margin-top: 0.2rem;}
}

/* home-solution */
.home-solution .solutionbox{background: url(../images/homesolbg.jpg) no-repeat center/cover;padding-top: 0.8rem;;}
.home-solution .titHead{padding: 0.6rem 0;}
.titHead h3{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.86rem;color: #000;opacity: 0.08;line-height: 0.9rem;font-weight: normal;}
.titHead h2{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.44rem ;color: #000;line-height: 0.5rem;margin-top: -0.5rem;font-weight: normal;}
.titHead p{font-size: 0.18rem;color: #555555;line-height: 0.3rem;font-family: HarmonyOS_Sans_SC_Light;margin-top: 0.1rem;;}
.home-solution .mySwiper2{width: 45%;margin: 0 auto;text-align: center;}
.home-solution .mySwiper2 li .tit{font-size: 0.3rem;line-height: 0.36rem;color: #000000;}
.home-solution .mySwiper2 li p{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;line-height: 0.3rem;color: #555555;max-width: 5.3rem;margin: 0.2rem auto}
.home-solution .swiper-nav{position: relative;height: 4rem;margin-top: 2rem;}
.home-solution .swiper-nav .center{position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 11.42rem}
.home-solution .swiper-nav .center i{display: block;width: 100%;height: 100%;transform: scale(1.1);position: absolute;left:0;top:0;background: #c8161d;opacity: 0.2;border-radius: 50%;}
.home-solution .swiper-nav .center i::before,
.home-solution .swiper-nav .center i::after{content:'';display: block;width:100%;height:100%;background: #c8161d;opacity: 0.3;position: absolute;left:0;top:0;border-radius: 50%;}

.home-solution .swiper-nav .center img{position: relative;z-index:9;border-radius: 50%;height: 11.42rem;transition: all 0.3s}
.home-solution .swiper-nav .center i::before{animation: scale2 2s linear infinite;}
.home-solution .swiper-nav .center i::after{animation: scale2 2s 1s linear infinite;}
/* .home-solution .swiper-nav .center:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;animation: zoom2 5s infinite;content: "";background: #c8161d;opacity: 0.2;z-index: -1;border-radius: 50%}
.home-solution .swiper-nav .center:before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;animation: zoom3 2.5s infinite;content: "";background: #c8161d;opacity: 0.1;z-index: -1;border-radius: 50%} */
.home-solution .swiper-nav li .Ispic{width: 0.74rem;text-align: center;line-height: 0.74rem;	height: 0.74rem;border-radius: 50%;background: url(../images/homesolbg2.png) no-repeat center;float: right;}
.home-solution .swiper-nav li .Ispic img{object-fit: none}
.home-solution .swiper-nav li .tit{float: left;max-width: calc(100% - 0.8rem);font-size: 0.2rem;color: #333333;line-height: 0.3rem;height: 0.74rem;display: flex;align-items: center;}
.home-solution .swiper-nav li{position: absolute;height: 0.74rem;min-width: 2.4rem;cursor: pointer;}
.home-solution .swiper-nav li .tit p{font-family: HarmonyOS_Sans_SC_Light;font-weight: lighter;}
.home-solution .mySwiper{height: 100%;position: relative;width: 11.42rem;margin: 0 auto}
.home-solution .swiper-nav li.li1{right: 97%;bottom:10%;}
.home-solution .swiper-nav li.li2{left: 97%;bottom:10%;}
.home-solution .swiper-nav li.li3{right: 92%;bottom:35%;}
.home-solution .swiper-nav li.li4{left: 92%;bottom:35%;}
.home-solution .swiper-nav li.li5{right: 85%;bottom:58%;}
.home-solution .swiper-nav li.li6{left: 85%;bottom:58%;}
.home-solution .swiper-nav li.li7{right: 77%;bottom:77%;}
.home-solution .swiper-nav li.li8{left: 77%;bottom:77%;}
.home-solution .swiper-nav li.li9{right: 66%;bottom:95%;}
.home-solution .swiper-nav li.li10{left: 66%;bottom:95%;}
.home-solution .swiper-nav li.li11{left: 50%;bottom:120%;transform: translateX(-50%);}
.home-solution .swiper-nav li.li12{left: 56%;bottom: 103%;}
.home-solution .swiper-nav li.li13{right: 56%;bottom: 103%;}
.home-solution .swiper-nav li.li11 .tit{width: 100%;max-width: 100%;text-align: center;position: absolute;top: 0;left: 0}
.home-solution .swiper-nav li.li11 .tit p{width: 100%;}
.home-solution .swiper-nav li.li11 .Ispic{margin: 0.6rem auto 0;float: none}
.home-solution .swiper-nav li:nth-of-type(even) .Ispic{float: left;}
.home-solution .swiper-nav li:nth-of-type(even) .tit{float: right;}
.home-solution .swiper-nav li.swiper-slide-thumb-active .Ispic{background: #c8161d}
.home-solution .swiper-nav li.swiper-slide-thumb-active .Ispic .hide{display: inline-block;}
.home-solution .swiper-nav li.swiper-slide-thumb-active .Ispic img{display: none}
.home-solution .swiper-nav li.swiper-slide-thumb-active .tit p{color: #c8161d;font-family: hm;}
.home-solution .swiper-nav li,.home-solution .swiper-nav li *{transition: all 0.3s}

@keyframes scale2{
	0%{transform: scale(1);-webkit-transform: scale(1);opacity: 0.3;}
	100%{transform: scale(1.15);-webkit-transform: scale(1.15);opacity: 0;}
}

@keyframes zoom2 {
  0% {
    transform: scale(1); /* 初始大小 */
  }
  100% {
    transform: scale(1.1); /* 放大到2倍 */
  }
}
@keyframes zoom3 {
  0% {
    transform: scale(1); /* 初始大小 */
  }
  100% {
    transform: scale(1.2); /* 放大到2倍 */
  }
}
@media(max-width:1024px){
.home-solution .swiper-nav .center img{height: 75vw}
.home-solution .titHead{padding: 0.2rem 0}
.home-solution .mySwiper2{width: 80%}
.home-solution .solutionbox{padding-top: 0.4rem;}
.home-solution .mySwiper{display: none}
.home-solution .swiper-nav .center{width: 80%;}
.home-solution .swiper-nav{margin-top: 1rem;height: 2rem}
}
@media(max-width:480px){
.home-solution .mySwiper2{width: 94%;}
}

/*Floor003237 */
.Floor003237{position: relative;z-index: 1; overflow: hidden;display: flex;align-items: center;justify-content: flex-end;flex-direction: column; color:#333; font-size: var(--font-size16); background:url(../images/homesolbg.jpg); background-repeat:no-repeat; background-size:cover;}
.Floor003237 .circle-contain{--h:5rem;--t:0.8rem;overflow: hidden; height: var(--h);  width: 100%;position: relative;z-index: 1;padding-top: var(--t); margin-top:.2rem;}
.Floor003237 .circle-ani{position: relative;padding-bottom: 100%;z-index: 1;}

.Floor003237 #circle {position:absolute;width:100%;height:100%; border-radius: 50%; transform: rotate(0deg);transition: transform 1s;}
.Floor003237 #circle .point {position: absolute;width: 0.2rem;height: 0.2rem;border-radius: 50%; top:50%;left: 50%;margin-left: -0.1rem;margin-top: -0.1rem; transform-origin: 0 0; display: flex; align-items: center;justify-content: center; cursor: pointer;transform: rotate(var(--deg1)) translate(var(--halfW)) rotate(var(--deg2));}
.Floor003237 #circle .text{position:absolute;white-space: nowrap; }
.Floor003237 #circle .title{position:absolute;font-style: normal;font-size: var(--font-size20);transform: translateY(-0.18rem);transition: 0.2s;}
.Floor003237 #circle .point .title:not(.center){margin:0 0.1rem;}
.Floor003237 #circle .point .title.center{margin-top:-0.3rem;}
.Floor003237 #circle .icon{position:absolute;width:0.74rem;height:0.74rem;border-radius: 50%;background:url(../images/homesolbg2.png); background-repeat:no-repeat; background-size:cover; display: flex;align-items: center;justify-content:center;margin:-0.37rem 0 0 -0.37rem;left:50%;top:50%;transition: 0.3s;}
.Floor003237 #circle .icon img{ object-fit:none;}
.Floor003237 #circle .icon img.hide{ position:absolute; left:0; top: 0; width: 100%; height:100%; opacity:0;}
.Floor003237 #circle .point.active .icon{ background:#c8161d;}
.Floor003237 #circle .point.active .icon img{opacity:0;}
.Floor003237 #circle .point.active .icon img.hide{opacity:1; display:block;}

.Floor003237 .switch-box{ width:100%;}
.Floor003237 .switch-box .auto-inner{ display:-webkit-flex; display:flex; justify-content:center;}
.Floor003237 .switch-box .swiper-but{ width:.4rem; height:.4rem; border-radius:1rem; border:solid 1px #333;}
.Floor003237 .switch-box .swiper-but::after{ font-size:var(--font-size12); color:#333;}
.Floor003237 .switch-box .swiper-button-prev{ left:-1rem;}
.Floor003237 .switch-box .swiper-button-next{ right:-1rem;}
.Floor003237 .switch-box .swiper-but:hover{ color:#fff; border-color:#c8161d; background-color:#c8161d;}
.Floor003237 .switch-box .swiper-but:hover::after{ color:#fff;}

.Floor003237 .swiper-wrapper{height: auto;}
.Floor003237 .center-box{width: calc(571 / 1600 * 100%); z-index:10;display:flex;align-items:center;justify-content: center; position: relative;}
.Floor003237 .swiper-area{ width:100%; pointer-events: none;}
.Floor003237 .swiper-area .item{ padding:.8rem 0 .3rem; text-align:center; color:#333;}
.Floor003237 .swiper-area :where(.item){transform: translateY(0.2rem); opacity: 0; transition: 0.5s;} 
.Floor003237 .swiper-area .swiper-slide-active :where(.item){transform: translateY(0); opacity: 1;}
.Floor003237 .swiper-area .title{font-size: var(--font-size30);font-weight: 500;}
.Floor003237 .swiper-area .desc{font-size: var(--font-size18); line-height: calc(34 / 18); margin:.2rem 0;}
.Floor003237 .swiper-area .desc p{margin:0;}
.Floor003237 .swiper-area .more{ display:inline-flex; color:#333; align-items:center;}
.Floor003237 .swiper-area .more span{ display:block; padding:.1rem .2rem; border:solid 1px #333; border-radius:1rem; transition: all 0.5s;}
.Floor003237 .swiper-area .more span:after{display:inline-block;vertical-align: middle;content: "";width: 0.19rem;height: 0.1rem;background: url(../images/arr_more.svg) no-repeat center center/contain;margin:-0.03rem 0 0 0.1rem;}
.Floor003237 .swiper-area a:hover .more span{ color:#fff; background:#c8161d; border-color:#c8161d;}
.Floor003237 .swiper-area a:hover .more span:after{background: url(../images/arr_more_white.svg) no-repeat center center/contain;}

.Floor003237>.Ispic{position:absolute;left:50%;top: 60%;transform: translateX(-50%);width: 62%;overflow:initial;}
.Floor003237>.Ispic .bgimg{ position:relative; z-index:5; display:none; padding-bottom:100%;}
.Floor003237>.Ispic .bgimg.active{ display:block;}
.Floor003237>.Ispic img{width:100%; height:100%; object-fit:cover; opacity:1; position:absolute; left:0; right:0; z-index:9; transition: all 0.3s;border-radius: 50%;}
.Floor003237>.Ispic i{display: block;width: 100%;height: 100%;transform: scale(1.12);position: absolute;left:0;top:0;background: #c8161d;opacity: 0.2;border-radius: 50%;z-index:2;}
.Floor003237>.Ispic i::before,
.Floor003237>.Ispic i::after{content:'';display: block;width:100%;height:100%;background: #c8161d;opacity: 0.3;position: absolute;left:0;top:0;border-radius: 50%;}
.Floor003237>.Ispic i::before{animation: scale2 2s linear infinite;}
.Floor003237>.Ispic i::after{animation: scale2 2s 1s linear infinite;}
@keyframes scale2{
	0%{transform: scale(1);-webkit-transform: scale(1);opacity: 0.3;}
	100%{transform: scale(1.15);-webkit-transform: scale(1.15);opacity: 0;}
}

@media (max-width:1024px) {
.Floor003237 .circle-contain{--h:37vw;--t:0.5rem;}
.Floor003237 #circle .title{display:none;}
.Floor003237 #circle .point .icon{transform: scale(0.7);}
.Floor003237 .index-title,
.Floor003237 .swiper-area .title{font-size: var(--font-size24);}
.Floor003237 .swiper-area .desc{font-size: var(--font-size12);margin: 1em 0 2em 0;line-height: 1.4;}
.Floor003237 .swiper-area .desc p{-webkit-line-clamp:2;}
.Floor003237 .swiper-area .more{font-size: 0;}
.Floor003237 .swiper-area .icon{width: 0.3rem;height:  0.3rem;}
.Floor003237 .swiper-area .icon::before{width: 0.24rem;height: 0.24rem;}
.Floor003237>.Ispic{ top:57%;}
}
@media (max-width:640px) {
.Floor003237 .circle-contain{margin-top: -0.1rem;}
.Floor003237 .center-box{ width:100%; padding:0 .6rem;}
.Floor003237 .swiper-area .item{padding:.2rem 0;}
.Floor003237 .swiper-area .title{font-size: var(--font-size20); margin-bottom: 0.5em;}
.Floor003237 .swiper-area .desc{ font-size:var(--font-size16); line-height:2;}
.Floor003237 .swiper-area .desc p{-webkit-line-clamp:3;}
.Floor003237 #circle .point{width: 0.14rem;height: 0.14rem;margin: -0.07rem 0 0 -0.07rem;}
.Floor003237 #circle .point .icon{transform: scale(0.5);}
.Floor003237>.Ispic{width: 67%;top:74%;}
.Floor003237 .switch-box .swiper-button-prev{ left:0;}
.Floor003237 .switch-box .swiper-button-next{ right:0;}
}



/*home-partners*/
.home-partners{position: relative;padding: 0.05rem 0;overflow: hidden;}
.home-partners::after{content:'';display: block;width:50%;height:100%;border-radius: 0;background-image: linear-gradient(to right, #f8f9fa,#f8f9fa,rgba(248,249,250,1) ,rgba(248,249,250,0));position: absolute;left:0;top:0;filter: blur(1px);opacity: 0.95;}
.home-partners .txt{position: absolute;left: 0;top: 0;z-index: 99;padding-top: 1rem;width: 32%;padding-left: 8.333vw;}
.home-partners .titHead{text-align: left;}
.home-partners .numList{margin-top: 1.2rem;max-width: 4rem}
.home-partners .numList ol{width: 100%;float: left;margin-bottom: 0.8rem;}
.home-partners .numList ol .counter i{font-size: 0.6rem;font-family: HarmonyOS_Sans_SC_Bold;line-height: 0.6rem;color: #d41021;}
.home-partners .numList ol sup{color: #d41021;font-size: 0.3rem;top: -0.3rem;position: relative;}
.home-partners .numList ol p{font-size: 0.16rem;	color: #555555;}
.home-partners .numList ol:nth-child(2),
.home-partners .numList ol:nth-child(3){width: 50%;margin-bottom: 0;}

.home-partners .imglist .str_wrap{overflow: inherit}
.home-partners .imglist ul .str_move{display: flex}
.home-partners .imglist{position: relative;z-index: 1;}
.home-partners .imglist:before{position: absolute;content: '';top: 0;height: 150%;width: 50%;z-index: 10;pointer-events: none;}
.home-partners .imglist:before{left: 0;background: linear-gradient(to right, rgba(255,255,255,1) 20%, rgba(255,255,255,0.1) 100%);}
.home-partners .splide__slide {width: 3.7rem;padding: 0 0.05rem;box-shadow: 0rem 0.03rem 0.65rem 0rem 	rgba(225, 228, 231, 0.27);}
.home-partners .splide__slide:hover{border-color: #c8161d;}
.home-partners .splide__slide a {display: block;padding: 0.05rem 0;display: flex;align-items: center; justify-content: center;width:100%;height:100%;}
.home-partners .splide__slide{display: flex;align-items: center; justify-content: center; height: 1.8rem; background-color:#fff;border-radius: 0.1rem;box-shadow:0.05rem 0 0.32rem rgba(0,0,0,0.1);border:solid 0.03rem transparent;margin:0.05rem;}
.home-partners .splide__slide img{max-width: 72% !important;max-height: 72%;opacity: 0.5;}
.home-partners .splide__slide:hover  img{filter: grayscale(0%);opacity: 1;}
.home-partners .splide__slide{transition: all 0.3s}
.home-partners .more{position: absolute;right: 0rem;bottom:0;margin-bottom:0.1rem;z-index: 9;padding: 0;padding-left:0.1rem;background: #F3F4F6;z-index:9;}
.home-partners .more a{display: block;width: 3.6rem;height: 1.8rem;box-shadow:0.05rem 0 0.32rem rgba(0,0,0,0.05);border-radius: 0.1rem;background: #fff;display: flex;align-items: center;justify-content: center;transition: all .5s;border:solid 0.03rem transparent;}
.home-partners .more a:hover{border-color: #c8161d;}
@media (max-width:1024px) {
	.home-partners .txt{width: 40%;}
}
@media (max-width:768px) {
	.home-partners li,.home-partners .more{width: 2rem}
	.home-partners li .pic,.home-partners .more{height: 1.2rem}
	.home-partners .txt{width: 100%;position: static;padding: 0.2rem;}
	.home-partners .numList ol{margin-bottom: 0.2rem;width: auto;}
	.home-partners .numList ul{display:flex;justify-content:space-between}
	.home-partners .numList ol:nth-child(2), .home-partners .numList ol:nth-child(3){width: auto}
	.home-partners .numList ol .counter i{font-size: 0.4rem}
	.home-partners .numList{margin-top: 0.3rem;display: inline-block;width: 100%;}
	.home-partners .imglist:before{display: none}
}


/* home-news */
.home-news{background:#FFFFFF }
.home-news .auto-inner{padding: 0.6rem 0;}
.home-news .focus{width: 45.625%;position: relative;}
.home-news .focus a{display: block;}
.home-news .focus .Ispic{padding-top: 67.12%;border-radius: 0.1rem}
.home-news .focus .info{min-height: 1.5rem;padding: 0.28rem 0;position: relative;overflow: hidden;}
.home-news .focus span,.home-news .list .item span{font-size: 0.14rem;color: #c8161d;}
.home-news .focus time{font-size: var(--font-size14);color: #555555;}
.home-news .focus h3{font-size: var(--font-size24);margin: 0.1rem 0 0 ;font-weight: 400;}
.home-news .focus .desc{color: #999999;font-weight: 100;font-weight: lighter;font-family: HarmonyOS_Sans_SC_Light;font-size: 0.16rem;line-height: 0.24rem;margin-bottom: 0.1rem;}
.home-news .focus .waterline{left: auto;right: 1.563vw;top: -25%;}
.home-news .focus .swiper-slide:hover .waterline{animation:fadeInDown 0.3s .4s ease both;-webkit-animation:fadeInDown 0.3s .4s ease both;-moz-animation:fadeInDown 0.3s .4s ease both;}
.home-news .focus .swiper-slide:hover .waterline span:nth-child(1){animation:bounce 0.45s .5s ease both;-webkit-animation:bounce 0.45s .5s ease both;-moz-animation:bounce 0.45s .5s ease both;}
.home-news .focus .swiper-slide:hover .waterline span:nth-child(2){animation:bounce 0.45s .6s ease both;-webkit-animation:bounce 0.45s .6s ease both;-moz-animation:bounce 0.45s .6s ease both;}
.home-news .focus .swiper-slide:hover .waterline span:nth-child(3){animation:bounce 0.45s .7s ease both;-webkit-animation:bounce 0.45s .7s ease both;-moz-animation:bounce 0.45s .7s ease both;}
.home-news .swiper-button-prev{left: -0.5rem;} 
.home-news .swiper-button-next{right: -0.5rem;} 
.home-news .focus:hover .swiper-button-prev{left: 0.2rem;}
.home-news .focus:hover .swiper-button-next{right: 0.2rem;}
.home-news .list{width: 46.87%;}
.home-news .list .item{border-bottom: 1px solid  #e7e7e7;;}
.home-news .list .item a{display: block;min-height: 1.87rem;padding: 0.4rem 3.3rem 0.4rem 0rem;position: relative;background-color: rgba(255,255,255,0.5);border-radius: 0.1rem;}
.home-news .list .item:first-child{padding-top: 0;}
.home-news .list .item:last-child{border-bottom: none;}
.home-news .list .item h3{font-weight: 400;font-size: var(--font-size20);}
.home-news .list .item .desc{font-weight: 100;color: rgba(var(--rgb-555),0.8);margin: 0.09rem 0 0.13rem;}
.home-news .list .item .Ispic span{transition: all 0.3s}
.home-news .list .item .Ispic{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width:2.37rem;height: 1.59rem;border-radius: 0.1rem;overflow: hidden;}
.home-news .list .item:hover .Ispic span{transform: scale(1.1);}
@media(min-width:1025px){
.home-news .swiper-pagination{left: auto;right: -0.82rem;top: 50%;bottom: auto;display: flex;align-items: center;justify-content: space-between;flex-direction: column;width: 0.24rem;transform: translateY(-50%);height: 3.52rem;}
.home-news .swiper-pagination:after{left:50%;top: 0;transform: translateX(-50%);height:100%;content: "";position: absolute;background-color: #d4d4d4;width: 2px;}
.home-news .swiper-pagination span{position: relative;z-index: 10;width: 0.1rem;height: 0.1rem;margin: 0 auto;border-radius: 50%;}
.home-news .swiper-pagination span:After{width: 0;height: 0;content: "";left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;position: absolute;background-color: rgba(var(--main-color),0.5);transition: all 0.5s;opacity: 0;}
.home-news .swiper-pagination .swiper-pagination-bullet-active:After{opacity: 1;width: 0.24rem;height: 0.24rem;}
.home-news .swiper-pagination span:first-child{align-self: flex-start;}
.home-news .swiper-pagination span:last-child{align-self: flex-start;}

.home-news.active .titHead h2{animation:fadeInUpSmall 1.2s .6s ease both;-webkit-animation:fadeInUpSmall 1.2s .6s ease both;-moz-animation:fadeInUpSmall 1.2s .6s ease both;}
.home-news.active .focus{animation:fadeInRightSmall 1.5s .7s ease both;-webkit-animation:fadeInRightSmall 1.5s .7s ease both;-moz-animation:fadeInRightSmall 1.5s .7s ease both;}
.home-news.active .list {animation:fadeInLeftSmall 1.8s .8s ease both;-webkit-animation:fadeInLeftSmall 1.8s .8s ease both;-moz-animation:fadeInLeftSmall 1.8s .8s ease both;}

.home-news .imgbox{transition: all .8s cubic-bezier(0.9,0.9,0.09,1.5);transform: translateY(-100%) scale(0.5);}
.home-news.active .imgbox{transform: translateY(0) scale(1);}
}
@media(max-width:1024px){
.home-news .focus{width: 100%;margin-bottom: 0.3rem;}
.home-news .swiper-pagination{position: static;margin-top: 0.15rem;}
.home-news .list{width: 100%;}
.home-news .auto-inner{padding: 0.3rem 0}
}
@media(max-width:768px){
.home-news .list .item .Ispic{width: 100%;padding-bottom: 56.25%;}
.home-news .auto-inner{padding: 0.3rem 0;}
.home-news .list .item a{min-height: 1.5rem;;padding: 0}
.home-news .list .item time{width: 1.1rem;}
.home-news .focus .info{padding: 0.15rem 0 0}
.home-news .list .item .Ispic{margin-top: 0.15rem;position: static;transform: translateY(-0%)}
.home-news .list .item{margin-bottom: 0.25rem;}
.home-news .list .item:last-child{margin-bottom: 0;}
.home-news .auto-inner{padding-bottom: 0;}
}

/*home-message*/
.home-message .auto-inner{background: url(../images/homemsgbg.jpg) no-repeat center/cover;padding: 0.4rem 0.8rem;margin-bottom: 1.3rem;margin-top: 0.3rem;}
.home-message form{float: left;max-width: 9rem}
.home-message li{width: 48%	;float: left;height: 0.6rem;border-radius: 0.3rem;border: solid 0.01rem #dadada;line-height: 0.6rem;padding: 0 0.3rem;margin-bottom: 0.2rem;font-family: HarmonyOS_Sans_SC_Light;font-weight: lighter;font-size: 0.18rem;}
.home-message li:nth-child(2n){float: right;}
.home-message li span{color: #c8161d;font-size: 0.18rem;}
.home-message li span img{margin-right: 0.05rem;}
.home-message li input{height: 0.6rem;width: calc(100% - 0.6rem);border: none;background: none}
.home-message li.selectbox{border: none;padding: 0;display: flex;justify-content: space-between;gap: 0.2rem;}
.home-message li.selectbox .select{flex: 1;display: flex;align-items: center;height: 0.6rem;border-radius: 0.3rem;border: solid 0.01rem #dadada;line-height: 0.6rem;padding: 0 0.15rem;position: relative;}
.home-message li.selectbox .select span{flex-shrink: 0;margin-right: 0.05rem;}
.home-message li.selectbox select{flex: 1;min-width: 0;border: none;background: url(../images/arr_xjt.svg) no-repeat right 0.1rem center;font-size: 0.16rem;background-size: 0.15rem auto;color: #999999;padding-left: 0.05rem;padding-right: 0.3rem;}
.home-message li.cbox{width: 100%;height: 1.2rem;border-radius: 0.3rem;padding-right: 0;}
.home-message li.cbox textarea{border: none;float: left;width: calc(100% - 0.4rem);background: none;padding: 0.22rem 0}
.home-message li.cbox span{float: left;}
.home-message li.btn{border: none;padding: 0;width: 100%;}
.home-message li.btn .moreBtn{background-color: #c8161d;color: #fff;border-color:#c8161d;cursor: pointer;height: 0.6rem;line-height: 0.6rem;width: 1.8rem;}
.home-message li.btn .moreBtn em:after{background-image: url(../images/arr_more_white.svg);}
.home-message li.btn img{margin-left: 0.47rem;margin-top: -0.2rem;}
@media(max-width:1024px){
	.home-message form{max-width: unset;}
	.home-message .auto-inner{padding: 0.2rem}
	.home-message .auto-inner{margin-bottom: 0.3rem;}
}
@media(max-width:768px){
.home-message li{width: 100%;}

}
@media(max-width:480px){
.home-message li.selectbox{flex-wrap: wrap;height: auto;}
.home-message li.selectbox .select{width: 100%;margin-bottom: 0.2rem;}
.home-message li.selectbox .select:last-child{margin-bottom: 0;}
.home-message li.btn{height: auto;}
.home-message li.btn img{display: block;margin-left: 0;margin-top: 0.1rem;}
}
/* 首页 end*/

/*common s*/
.subPage{position: relative;background: #ffffff;z-index: 1;height: auto !important;height: 4rem;min-height: 4rem;clear: both;padding: 5.208vw 0;}
.pt50{padding-top: 0.5rem;}

.colName{display: none;background-color:rgba(var(--main-color));border-radius: 0 0 5px 5px;color: #fff;position: relative;padding: 0 0.3rem;line-height: 2.2;margin-bottom: 0.1rem;}
.colName:after{content:"";position: absolute;right: 15px;top: 50%;transform: translateY(-50%);background: url(../images/arr_xjt_white.svg) no-repeat center center/0.2rem 0.2rem;height: 100%;width: 20px;transition: all 0.3s;}
.colName.on:after{transform: translateY(-50%) rotate(-180deg);}

.subMenu{background-color: #fff;border-bottom: 1px solid #e6e6e6;font-weight: 100;}
.subMenu li{position: relative;}
.subMenu li:not(:last-child){margin-right: 0.6rem;}
.subMenu li span{display: block;width: 100%;position: relative;}
.subMenu li span a{color: #010101;display: block;line-height: 0.68rem;font-size: var(--font-size18);	font-family: HarmonyOS_Sans_SC_Light;}
.subMenu li:before{position: absolute;left: 50%;transform: translateX(-50%);width: 0;bottom:0;height: 2px;content: "";background: rgba(var(--main-color));
	transition: all 0.5s;}
.subMenu li.onli a,.subMenu li:hover a{color: rgba(var(--main-color));font-family: HarmonyOS_Sans_SC;}
.subMenu li.onli:before,.subMenu li:hover:before{width:  100%;}

.place{color: #666666;text-align: right;font-size: var(--font-size18);font-family: HarmonyOS_Sans_SC_Light;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
.place:before{width: 0.16rem;height: 0.17rem;content: "";background: url(../images/ico_home.png) no-repeat center center/contain;display: inline-block;vertical-align: middle;margin-right:0.1rem;}
.place a{color: #666666;position: relative;display: flex;align-items: center;}.place a:hover,.place span{color: rgba(var(--main-color));display: flex;align-items: center;}
.place a,.place span{margin:0 0.06rem;}
.place a:after{display: block;width: 0.08rem;text-align: center;transform: rotate(45deg);height:0.08rem;border:1px solid #999;border-left:none;border-bottom:none;content:'';margin-left:0.12rem;}
.place.detail{text-align: right;padding: 1.354vw 0;}

.singlePage{ word-wrap:break-word;word-break:normal;text-align:justify;line-height: 2;position: relative;font-size: var(--font-size16);font-family: HarmonyOS_Sans_SC_Light;}
/* .singlePage p{text-indent: 2em;}
.singlePage.nopt p{text-indent: 0;} */
.singlePage .tc img{display: block;margin: 0px auto 0.1rem;max-width: 100%;}

@media(max-width:1024px){
	.singlePage .tc img{max-width: 100%;height: auto !important;}
}
@media(max-width:768px){
	.singlePage .tc img{max-width: 100%;height: auto !important;}

	/* 二级菜单 */
	.subMenu{padding: 0.2rem 0;}
	.subMenu .colName{display: block;}
	.subMenu ul{margin-bottom: 0.15rem;}
	.subMenu li{min-width: 25%;text-align: center;margin-bottom: 0 !important;}
	.subMenu li:before{height: 0;background-color: #f0f0f0;}
	.subMenu li.onli a, .subMenu li:hover a{color: rgba(var(--main-color));}
	.subMenu li span a{line-height: 2.5;}
	.subMenu li:not(:last-child){margin-right: 0;}
}
.SubBanner{position: relative;}
.SubBanner .txt{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;width: 100%;}
.SubBanner .txt h3{font-family: HarmonyOS_Sans_SC_Bold;font-weight: normal;font-size: 0.86rem;color: #ffffff;line-height: 0.86rem;opacity: 0.1;}
.SubBanner .txt h2{font-family: HarmonyOS_Sans_SC_Bold;font-weight: normal;font-size: 0.52rem;color: #ffffff;line-height: 0.52rem;opacity: 1;margin-top: -0.4rem;}
@media(max-width:1024px){
	.SubBanner img{min-height: 2.4rem}
}
/*common end*/

/*pages*/
.Pages{ padding:0.2rem 0 0; line-height:0.46rem; zoom:1; overflow:hidden;text-align: center;} 
.Pages span{ padding:0px 3px; display:inline-block;} 
.Pages a{ display:inline-block; margin:0px 0.06rem;width: 0.5rem;height: 0.5rem;vertical-align: middle;border: 0.01rem solid transparent;border-radius: 50%;color: #000000;} 
.Pages .p_cur,.Pages .p_count,.Pages .p_total,.Pages .p_jump,.Pages .a_prev,.Pages .a_next{display: none;}  
.Pages .p_page .num{font-weight: 500;}
.Pages .p_page em a.a_cur,.Pages .p_page em a:hover{ color:#fff;  background:rgba(var(--main-color));} 
.Pages .p_page b{ font-weight:normal;} 
.Pages .i_text{ width:30px; padding:0px; text-align:center; font-size:12px; border:inset 1px #ddd; background:#fff;} 
.Pages .i_button { position:relative; top:5px; width:32px; height:20px; cursor:pointer; border:none;} 
.Pages .a_first,.Pages .a_prev,.Pages .a_next,.Pages .a_end{font-size: 0;background-position: center center;background-repeat: no-repeat;background-size: 0.09rem 0.16rem;}
.Pages .a_first:hover,.Pages .a_prev:hover,.Pages .a_next:hover,.Pages .a_end:hover{background-color: rgba(var(--main-color));}
.Pages .a_first,.Pages .a_end{background-color: #f7f9fa;border-color: transparent;}
.Pages .a_first{background-image: url(../images/page_left.svg);}
.Pages .a_first:hover{background-image: url(../images/page_left_on.svg) !important;border-color: rgba(var(--main-color));}
.Pages .a_end{background-image: url(../images/page_right.svg);}
.Pages .a_end:hover{background-image: url(../images/page_right_on.svg) !important;border-color: rgba(var(--main-color));}
@media ( max-width:480px){
	.Pages a{width: 0.35rem;height: 0.35rem;line-height: 0.31rem;}
}
/*pages end*/


/**/
/* 新闻中心 */
.date{font-size: var(--font-size14);color: rgba(var(--rgb-999));font-weight: 400;}
.date span{font-size: var(--font-size28);color: rgba(var(--rgb-333));font-weight: 500;margin-right: 0.41rem;position: relative;}
.date span:after{position: absolute;width: 0.02rem;height: 0.22rem;right: -0.23rem;top: 50%;transform: translateY(-50%) rotate(15deg);content: "";background-color: #9b9b9b;}
.newsFocus{background-color: #f4f7fa;border-radius: 0.1rem;margin-bottom: 4.063vw;}
.newsFocus .Ispic{width: 49.28%;padding-top: 4.56rem;border-radius: 0.1rem 0 0 0.1rem;margin-left: 1px;}
.newsFocus .info{flex: 1;padding: 3.229vw 3.646vw;}
.newsFocus h3{font-size: var(--font-size26);margin: 0.15rem 0 0.31rem;color: #000000;}
.newsFocus .desc{font-size: var(--font-size16);color: rgba(var(--rgb-999));line-height: 2;font-family: HarmonyOS_Sans_SC_Light;}
.newsFocus .swiper-pagination{display: none;}
.newsFocus .arrow{width: 0.4 4rem;height: 0.4 4rem;top: auto;transform: translateY(0);bottom: 0.6rem;}
.newsFocus .swiper-button-prev{left: 86%;}
.newsFocus .swiper-button-next{left: 90%;}
.newsFocus .info .tag{width: 0.6rem;font-family: HarmonyOS_Sans_SC_Medium;display: inline-block; font-size: 0.16rem;line-height: 0.3rem;color: #d41021;text-align: center;height: 0.3rem;	border-radius: 0.15rem 0.15rem 0.15rem 0rem;	border: solid 0.02rem #d41021;}
.newsFocus .info time{display: inline-block;font-family: HarmonyOS_Sans_SC_Medium;font-size: 0.16rem;color: #555555;padding-right: 0.18rem;margin-right: 0.18rem;border-right: 1px solid  #e1e1e1;line-height: 0.16rem;}
.newsFocus .info .times{margin-top: 1rem;font-family: HarmonyOS_Sans_SC_Light;color: #333333;}
.newsFocus .swiper-slide:hover h3{color: rgba(var(--main-color));}

.noticeList{border-top: 1px solid #dddddd;margin-bottom: 2.865vw;}
.noticeList .item{border-bottom: 1px solid #dddddd;line-height: 0.48rem;}
.noticeList .item a{padding: 1.563vw 2.083vw 1.563vw 2.604vw;transition: all 0.5s;}
.noticeList .item h3{font-size: var(--font-size22);color: #222;flex: 1;font-weight: 500;}
.noticeList .item time{font-size: var(--font-size18);color: #999999;font-weight: 100;}
.noticeList .item:hover a{padding-left: 1.563vw;background-color: #f8f8f8;}
.noticeList .item:hover h3{color: rgba(var(--main-color));}
.noticeList.downList .tit{padding-left: 1.979vw;position: relative;transition: all 0.5s;}
.noticeList.downList .tit:before{position: absolute;left: 0;width: 0.08rem;height: 0.08rem;border-radius: 50%;background-color: #dddddd;content: "";top: 50%;transform: translateY(-50%);}
.noticeList.downList .item:hover a{padding-left: 2.604vw;}
.noticeList.downList .item:hover .tit{padding-left: 0;}
.noticeList.downList .item:hover .tit:before{transform: translateY(-50%) scale(0);}
.noticeList.downList .down{font-size: var(--font-size18);color: #999999;font-weight: 100;}
.noticeList.downList .down:After{width: 0.15rem;height: 0.15rem;content: "";display: inline-block;vertical-align: middle;margin: -0.03rem 0 0 0.677vw;background: url(../images/down.png) no-repeat center center/contain;}
.noticeList.downList .item:hover .down{color: rgba(var(--main-color));}
.noticeList.downList .item:hover .down:After{background-image: url(../images/downon.png);}

.newsList:after{content: "";float: left;width: 32%;}
.newsList .item{float: left;width: 32%;background-color: #f7f9fa;border-radius:0.07rem;overflow: hidden;margin-bottom: 2%;}
.newsList .item .info{flex: 1;padding: 0.4rem ;position: relative;}
.newsList .item .Ispic{width: 100%;padding-top: 66.81%;border-radius: 0.1rem;}
.newsList h3{font-size: var(--font-size20);font-weight: 500;color: #000000;}
.newsList .desc{font-size: var(--font-size16);color: rgba(var(--rgb-999));line-height: 1.5;margin-bottom: 2.552vw;font-family: HarmonyOS_Sans_SC_Light;margin-top: 0.1rem;}
.newsList .item:hover .info:after{margin-left: 0.1rem;}
.newsList .item:hover h3,.newsList .item:hover .date span{color: rgba(var(--main-color));}
.newsList .item:hover .date span:after{background-color: rgba(var(--main-color));}
.newsList .item:hover{background-color: #ffffff;box-shadow: 0rem 0.03rem 0.5rem 0rem rgba(225, 228, 231, 0.6);}

.havebg.subMenu{margin-top: 0.9rem;background-color: #f7f9fa;}
.header.detail .mainNav span a,.header.detail{color: #333333;}
.header.detail,.header.detail.fix,.header.detail.fix:after{background: #fff}
.header.detail .top_search .ico .iconso{background-image: url(../images/soso_b.svg);}
.header.detail .ver dt:before{background: url(../images/ico_ver_b.svg) no-repeat center center/contain;}
.header.detail .ver dt:after{background: url(../images/arr_b_b.svg) no-repeat center center/contain;}
.header.detail .top_search .ico .icongb{ background-image: url(../images/close.svg);}
.header.detail .open-menu i{background: #333}

.mainNav span a{transition: all .5s;}
.header .auto-inner{transition: all .5s;}
.header .logo img{transition: all .5s;}

.header.fixed{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.header.fixed .mainNav span a,.header.fixed{color: #333333;}
.header.fixed,.header.fixed.fix,.header.fixed.fix:after{background: #fff}
.header.fixed .top_search .ico .iconso{background-image: url(../images/soso_b.svg);}
.header.fixed .ver dt:before{background: url(../images/ico_ver_b.svg) no-repeat center center/contain;}
.header.fixed .ver dt:after{background: url(../images/arr_b_b.svg) no-repeat center center/contain;}
.header.fixed .top_search .ico .icongb{ background-image: url(../images/close.svg);}
.header.fixed .open-menu i{background: #333}

@media(min-width:1025px){
	.header.fixed .logo img{height:0.38rem;}
	.header.fixed .auto-inner{height:0.7rem;}
	.header.fixed .mainNav span a{line-height: 0.7rem;}
}



.titleInfo{text-align: center;padding-bottom: 0.28rem;margin-bottom: 0.46rem;border-bottom: 1px solid #ebebeb;}
.titleInfo .title{color: #181818;font-family: HarmonyOS_Sans_SC_Medium; font-size: var(--font-size36);margin-bottom: 0.25rem;}
.titleInfo .other{font-size: var(--font-size18);font-family: HarmonyOS_Sans_SC_Light;color: #999999}
.titleInfo .other time{margin-right: 0.5rem;}

.PrevNextInfo{padding: 0.46rem 2rem 0 0;margin-top: 0.55rem;border-top: 1px solid #eaeaea;position: relative;font-family: HarmonyOS_Sans_SC_Light;}
.PrevNextInfo dl{position: relative;line-height: 0.39rem;font-size: var(--font-size16 );}
.PrevNextInfo dl dt{padding-right: 0.15rem;}
.PrevNextInfo .none{color:rgba(var(--main-color));}
.PrevNextInfo .back{position: absolute;right: 0;top: 0.56rem;background: rgba(var(--main-color));padding: 0.781vw 0.2rem;color: #fff;border-radius: 0.5rem;min-width: 9.375vw;text-align: center;}
.PrevNextInfo .back:before{display: inline-block;vertical-align: middle;content: "";margin: -0.04rem 0.15rem 0 0;background: url(../images/back.svg) no-repeat center center/contain;width: 0.18rem;height: 0.19rem;}
.PrevNextInfo .back:hover{opacity: 0.9;}

.newsInfo{width: 71.42%;}
.newsInfo.w100{width: 100%;}
.newsRec{width: 22.28%;position: sticky;top: 0.95rem;font-weight: 100;right: 0;}
.newsRec .title{font-size: var(--font-size24);margin-bottom: 1.458vw;font-weight: 500;}
.newsRec .Ispic{border-radius: 0.05rem;padding-top: 66.42%;}
.newsRec .swiper-slide{margin-bottom: 0.3rem;}
.newsRec time{color: rgba(var(--rgb-999));font-family: HarmonyOS_Sans_SC_Light;font-size: 0.14rem}
.newsRec .tit{line-height: 1.85;font-weight: 100;margin: 0.14rem 0 0rem;color: rgba(var(--rgb-333));}

@media(min-width:769px){
	.newsRec .swiper-wrapper{display: block;}
}
@media(max-width:768px){
	.newsFocus .Ispic{width: 100%;padding-top: 60%;border-radius: 0.1rem 0.1rem 0 0;}
	.newsFocus .arrow{display: none;}
	.newsFocus .swiper-pagination{display: block;position: static;margin-bottom: 0.15rem;}
	.newsFocus .info{padding: 0.25rem;}
	.newsFocus h3{font-size: var(--font-size22);margin-bottom: 0.1rem;}
.newsFocus .info .times{margin-top: 0.3rem;}
	.newsList .item .Ispic{width: 100%;padding-top: 55%;margin: 0.2rem 0 0 0;}

	.noticeList{border-top: 0;}
	.noticeList .item h3{font-size: var(--font-size20);}
	.noticeList .item time{font-size: var(--font-size16);}

	.newsInfo{width: 100%;}
	.newsRec{width: 100%;padding-top: 0.3rem;}
	.newsRec .swiper-pagination{position: static;margin-top: 0rem;}

	.titleInfo{padding-bottom: 0.15rem;margin-bottom: 0.2rem;}
	.titleInfo .title{font-size: var(--font-size30);}
	.PrevNextInfo{padding: 0.25rem 0 0 0;}
	.PrevNextInfo .back{top: -0.4rem;}
	.social-share{text-align: center;}
	.newsList .item{width: 49%;}
	.newsList .item .info{padding: 0.2rem}
}
@media(max-width:480px){
	.newsList .item{width: 100%;}
}

/* 关于我们 */
.subTit2{text-align: center;padding-bottom: 2vw;}
.subTit2 h2{font-size: var(--font-size44);font-family: HarmonyOS_Sans_SC_Bold;font-weight: normal;}
.subTit2 .desc{font-size: var(--font-size20);font-weight: 100;color: rgba(var(--rgb-555));margin-top: 0.13rem;}

.about-info{overflow: hidden;position: relative;padding-bottom: 0.8rem;}
.about-info .info .txt {width: 48.5%;} 
.about-info .auto-inner-1400{flex-direction: row-reverse;}
.about-info .info{padding: 1rem 0 0 0;color: rgba(var(--rgb-555));width: 100%;align-items: center;}
.about-info .info h2{font-family: HarmonyOS_Sans_SC_Bold;font-size: var(--font-size44);margin-bottom: 0.4rem;font-weight: normal;color: #000000}
.about-info .desc{line-height: 1.875;font-weight: 100;margin-bottom: 4.5vw;font-size: var(--font-size18);font-family: HarmonyOS_Sans_SC_Light;}
.about-info .desc table{margin-top: 0.15rem;}
.about-info .info table p{text-align: justify;}

table{width: 100%;border-collapse: collapse;}
table th{padding: 0.1rem;border: 1px solid rgba(0,0,0,0.1);background-color: rgba(0,0,0,0.05);font-weight: bold;}
table td{padding: 0.1rem;border: 1px solid rgba(0,0,0,0.1);font-weight:lighter;}

.about-info .table_new table{}
.about-info .table_new table th,
.about-info .table_new table td{ border:solid 1px rgba(0,0,0,.1); padding:.15rem .2rem;}
.about-info .table_new table tr th{ color:#c8161d; text-align:left; font-weight:500;}
.about-info .table_new table tr:first-child th{ background-color:#ce0015; color:#fff; padding:.2rem; border:solid 1px rgba(255,255,255,.5); text-align:center; font-weight:bold;}
.about-info .table_new table tr:first-child th:first-child{ text-align:left;}
.about-info .table_new table tr:nth-child(even) td{ background-color:#f9f9f9;}
.about-info .table_new table tr:nth-child(odd) td{ background-color:#fff;}


.about-info .Ispic{width: 48.21%;overflow: visible;margin-right: -5%;}
.about-info .Ispic:After{left: 0;top: 0;width: 100%;height: 100%;content: "";position: absolute;background: url(../images/home-about-kuang.png) no-repeat center bottom/contain;}
.about-info .numList{width: 48.5%;background: url(../images/aboutbg1.png) no-repeat center;}
.about-info .numList .item{color: rgba(var(--rgb-555));padding:0.35rem 0;position: relative;float: left;width: 33.33%;}
.about-info .numList .item .num {height: 0.6rem;}
.about-info .numList .item .counter{font-size: var(--font-size50);line-height: 0.6rem;font-weight: 700;color: rgba(var(--main-color));}
.about-info .numList .item p{font-size: var(--font-size18);}
.about-info .numList .item .txt{margin-left: 0.12rem;position: relative;top: -0.03rem;}
.about-info .numList .item .txt em{position: absolute;top: -0.22rem;left: 0;}
.about-info .numList .item .inner{display: inline-block;text-align: left;}

/*Floor002143 */
.Videos{position: relative;margin-top: 0.35rem;}
.Videos .pic img{ display:block; width:100%;}
.Videos .click,
.Videos .file,
.Videos .file video{position:absolute; left:0; top:0; width:100%; height:100%;object-fit: cover;}
.Videos .click{ background:url(../images/play.png) no-repeat center center; cursor:pointer;}
.Videos .file{ display:none; z-index:10; background:#000;}
.Videos .close{position: absolute;right: 20px;top: 20px; width: 30px; height: 30px; cursor: pointer; z-index: 10; cursor: pointer;}
.Videos .close:before,
.Videos .close:after{position: absolute;width: 100%; left: 0; top: 50%; height: 3px; margin-top: -1.5px; background: #fff; content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.Videos .close:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}



@media(max-width:1024px){
	.about-info .Ispic{margin-right: 0;}
	.about-info .numList{background-size: contain;}
}
@media(max-width:768px){
	.home-about .info h3,.home-product .titHead h3,.titHead h3,.SubBanner .txt h3{font-size: 0.5rem;line-height: 1;}
	.home-about .info h2,.home-product .titHead h2,.titHead h2,.SubBanner .txt h2{font-size: 0.3rem}
	.subTit2 h2{font-size: var(--font-size30);}
	.about-info{padding-bottom: 0.5rem;}
	.about-info .Ispic{margin: 0px auto;}
	.about-info .info{width: 100%;}
	.about-info .numList .item .counter{font-size: var(--font-size32);}
	.about-info .info .txt,.about-info .numList{width: 100%;}
	.about-info .info{flex-wrap: wrap;}
	.about-info .numList .item{width: 16.66%;padding-top: 0;}
	.about-info .info h2{font-size: 0.3rem;margin-bottom: 0.2rem;}
}

.about-culture{padding: 1rem 0;background-color: #f7f9fa;}
.about-culture .tabNav{text-align: center;}
.about-culture .tabNav .itembox{display: inline-block;font-size: 0;}
.about-culture .tabNav .item{display: inline-block;cursor: pointer; font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;color: #555555;transition: all 0.3s; line-height: 0.34rem;padding: 0 0.41rem 0.2rem;background: url(../images/aboutbg3.png) repeat-x center bottom;}
.about-culture .tabNav .item.on{font-family: hm;	color: #d41021;background: url(../images/aboutbg4.png) no-repeat center bottom;}
.about-culture .tabCon .Ispic{width: 47.14%;padding-bottom: 33.33%;}
.about-culture .tabCon{display: flex;justify-content: space-between;margin-top: 0.6rem  ;}
.about-culture .tabCon .txt{width: 47%;}
.about-culture .tabCon .txt .ti{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.24rem;line-height: 0.34rem;	color: #333333;margin-top: 0.3rem;}
.about-culture .tabCon .txt .ti:after{display: block;width: 0.4rem;height: 0.04rem;	background-color: #d41021;content: "";margin-top: 0.1rem;margin-bottom: 0.3rem;}
.about-culture .tabCon .txt p{font-size: 0.18rem;font-family: HarmonyOS_Sans_SC_Light;line-height: 0.34rem;color: #555555;}


.about-history{padding: 0.8rem 0;position: relative;background: url(../images/history-bg.jpg) no-repeat center /cover;overflow: hidden;}
.about-history .auto-inner-1760{padding-left: 8.333%;width: 100%;}
.about-history .subTit2 h2{color: #fff}
.about-history .blank{position: absolute;left: 0;top: -25vw;height: 30vw;width: 100%;content: "";z-index: -1;}
.about-history .yearbg{position: absolute;font-size: 15.625vw;color: #f4f7fa;opacity: 0.8;line-height: 1;top: 0.55rem;font-family: "MONTSERRAT";width: 100%;z-index: 0;font-weight: bold;}
.about-history .content{position: relative;}
.about-history .content .TabCon{position: relative;z-index:9;}
.about-history .TabCon .slick-list{padding-left: 0.2rem;;height:7rem;padding-top: 3.5rem;margin-right: -0.2rem;z-index: 9;}
.about-history .TabCon .item{height: 3.5rem;padding-right: 0.76rem;;transition: all 0.5s;background: url(../images/aboutline2.png) no-repeat top left;position: relative;padding-left: 0.2rem;}
.about-history .TabCon .item:after{width: 0.22rem;left: -0.11rem;position: absolute; bottom: 0;content: "";background: url(../images/dot1.png) no-repeat center/contain;	height: 0.22rem;}
.about-history .TabCon .year{margin-bottom: 0.18rem;font-size: var(--font-size50);color: #fff;line-height: 1;}
.about-history .TabCon .txt{color: #fff;font-weight: 100;overflow-y: auto;position: relative;font-family: HarmonyOS_Sans_SC_Light;line-height: 0.3rem;font-size: 0.18rem;}
.about-history .TabCon .txt p{}
.about-history .TabCon .slick-current .yearbg{display: block;}

.about-history .TabCon .slick-active{}
.about-history .TabCon .slick-active + li{margin-top: -1.9rem;}
.about-history .TabCon .slick-active + li + li{margin-top: -2.93rem;}
.about-history .TabCon .slick-active + li + li + li{margin-top: -3.34rem;}
.about-history .slick-next{right: 1.6rem;bottom: 0.76rem;width: 0.54rem;	height: 0.54rem;top: auto}
.about-history .slick-prev{right: 2.4rem;bottom: 0.76rem;width: 0.54rem;	height: 0.54rem;top: auto;left: auto}
.about-history .slick-arrow{background: none;border: 1px solid rgba(255,255,255,.6);z-index:99;}
.about-history .slick-arrow:hover{background: #c8161d;border-color: #c8161d}
.about-history .slick-next:after{background-image:url(../images/arr_r_white.svg);}
.about-history .slick-prev:after{background-image:url(../images/arr_l_white.svg);}
.about-history .slick-next:hover:after{background-image:url(../images/arr_r_white.svg);}
.about-history .slick-prev:hover:after{background-image:url(../images/arr_l_white.svg);}


.about-history .line{height: 3.63rem;position: relative;width: 100%;position: absolute;bottom: 0rem;width: 100%;}
.about-history .line:after{height: 100%;position: absolute;left: 0;width: 88.667vw;content: "";top: 0;background: url(../images/aboutline1.png) no-repeat 0 center/cover;}
.about-history.active .line:before{animation: linew 6s;animation-fill-mode: forwards}
@-webkit-keyframes linew {
	0% {width: 0;}
	100% {width:  88.667vw;}
}
@keyframes linew {
	10% {width: 0;}
	100% {width:  88.667vw;	}
}

@media(max-width:768px){
	.about-history{padding: 0.5rem 0;}
	.about-history .yearbg{top: 50%;}
	.about-history .item{width: 33.333%;}
	.about-history .TabCon .item{height: 3rem}
	.about-history .TabCon .slick-list{height: 6rem;padding-top: 3rem;}
	.about-history .TabCon .slick-active + li{margin-top: -1.62rem;}
	.about-history .slick-next{right: 1rem}
	.about-history .slick-prev{right: 1.5rem}
}
@media(max-width:480px) {
	.about-history .TabCon{margin-top: 0.3rem;}
	.about-history .TabCon .item{padding-top: 0 !important;}
	.about-history .TabCon .item {height: auto;min-height: 2.5rem;}
	.about-history .TabCon .txt {max-height: 2.5rem;}
	.about-history .TabCon .slick-list{height: auto;padding-top: 0.5rem;}
	.about-history .slick-arrow{bottom:0;}
	.about-history .TabCon{margin-top: 0;}
}

/*about-international*/
.about-international{background: url(../images/aboutbg2.jpg) no-repeat center/cover;padding: 1.8rem 0}
.about-international .txt{width: 46.42%; text-align: justify;}
.about-international .txt .desc p b{font-family: HarmonyOS_Sans_SC_Medium;font-weight: normal;font-size: 0.18rem;line-height: 0.34rem;color: #333333;}
.about-international .txt .desc p{line-height: 0.34rem;color: #555555;font-size: 0.18rem;font-family: HarmonyOS_Sans_SC_Light;}


/*合作伙伴*/
.about-partner{padding: 1.2rem 0;background: #FEFFFF}
.home-partners.about-partner .imglist:before{position: absolute;content: '';top: 0;height: 150%;width: 30%;z-index: 10;pointer-events: none;}
.home-partners.about-partner .imglist:after{position: absolute;content: '';top: 0;height: 150%;width: 30%;z-index: 10;pointer-events: none;}
.home-partners.about-partner .imglist:before{left: 0;background: linear-gradient(to right, rgba(255,255,255,1) 00%, rgba(255,255,255,0.1) 100%);}
.home-partners.about-partner .imglist:after{right: 0;background: linear-gradient(to left, rgba(255,255,255,1) 00%, rgba(255,255,255,0.1) 100%);}
.home-partners.about-partner li .pic{height: 1.34rem;box-shadow: 0rem 0.03rem 0.65rem 0rem rgba(225, 228, 231, 0.3);}
.home-partners.about-partner li{width: 2.7rem;}

/*服务网点*/
.about-network{padding: 1.2rem 0;background: #F4F6F7}
.about-network .networkbox{display: flex;justify-content: space-between;}
.about-network .networkbox dl{max-width: 2.9rem}
.about-network .networkbox dl dt{font-size: 0.24rem;font-family: HarmonyOS_Sans_SC_Bold;line-height: 0.3rem;color: #000000;position: relative;height: 0.6rem;line-height: 0.6rem;border-bottom: 1px solid #cdcdcd;}
.about-network .networkbox dl dt img{position: absolute;right: 0;bottom: 0}
.about-network .networkbox dl dt:after{width: 0.76rem;height: 0.02rem;content: "";position: absolute;left: 0;bottom: 0;	background-color: #c8161d; }
.about-network .networkbox dl dd .ti{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.18rem;line-height: 0.3rem;color: #000000;}
.about-network .networkbox dl dd p{color: #555555;}
.about-network .networkbox dl dd a{color: #333333;line-height: 0.3rem;margin-top: 0.15rem;display: inline-block;}
.about-network .networkbox dl dd{padding: 0.15rem 0;border-bottom: 1px dotted #a0a0a0;font-family: HarmonyOS_Sans_SC_Light;;font-size: 0.16rem;line-height: 0.24rem;}
.about-network .networkbox dl dd:hover a{color: #c8161d;}
.about-network .networkbox dl dd:hover a img{display: none}
.about-network .networkbox dl dd:hover a img.hide{display: inline-block;}
.about-network .networkbox dl dd a img{transition: all 0.3s;height: 0.07rem}
@media(max-width:1024px){
.about-network .networkbox dl{padding-right: 0.2rem;}
.about-network,.about-international,.about-history,.about-culture,.about-info .info,
.about-partner{padding: 0.4rem 0}
.about-info{padding-bottom: 0.4rem;}
}
@media(max-width:768px){
.about-network .networkbox{flex-wrap: wrap;}
.about-network .networkbox dl{width: 50%;max-width: unset;margin-bottom: 4%;}
.about-international .txt{width: 100%}
.about-network .networkbox dl dd{padding: 0.1rem 0}
.about-network .networkbox dl dd a{margin-top: 0.05rem;}
.about-info .desc2 {overflow-x: auto;}
.about-info .desc2 table{white-space: nowrap;}
.about-info .desc2 table td{min-width: 3rem;white-space: normal;}

}
@media(max-width:480px){
.about-network .networkbox dl{width: 100%;}
.about-culture .tabCon{flex-wrap: wrap;}
.about-culture .tabCon .Ispic{width: 100%;padding-bottom: 66.66%;}
.about-culture .tabCon .txt{width: 100%;}
.about-culture .tabNav .item{padding: 0 0.2rem 0.2rem}
.about-info .numList .item{width: 33.33%}
}
/*产品中心*/
.searchbox{padding-top: 0.6rem;}
.searchbox .search{float: right;width: 6.8rem;height: 0.52rem;background-color: #f8f9fb;border-radius: 0.06rem;overflow: hidden;}
.searchbox .search input{width: 5.8rem;text-indent: 0.3rem;font-family: HarmonyOS_Sans_SC_Light;color: #999999;font-size: 0.18rem;height: 0.52rem;line-height: 0.52rem;border: none;background: none}
.searchbox .search button{float: right;width: 1rem;height: 0.52rem;line-height: 0.52rem;text-align: center;background-color: #c8161d;font-family: HarmonyOS_Sans_SC_Light;color: #ffffff;font-size: 0.18rem;border: none}
.prolist .pronav li{float: left;min-width: 16.66%;margin-right: 0rem; height: 0.48rem;line-height: 0.48rem;margin-bottom: 0.2rem !important;}
.prolist .pronav li:before{display: none}
.prolist .pronav li a{display: inline-block;	padding:0 0.2rem; cursor: pointer;}
.prolist .pronav{padding: 0.4rem 0.4rem 0.2rem 0.4rem;background-color: #f8f9fb;border-radius: 0.1rem;border:none;}
.prolist{margin-top: 0.4rem;padding-bottom: 1rem;}
.prolist .pronav li.on a,.prolist .pronav li:hover a{background-color: #c8161d;border-radius: 0.06rem;color: #ffffff;}
.prolist .product {width:100%;}
.prolist .product ul{display: flex;flex-wrap: wrap;margin-top: 0.4rem;margin-left:-2%;}
.prolist .product li{width: 23%;float: left;background-color: #f7f9fa;border-radius: 0.1rem;position: relative;margin-bottom: 2%;overflow: hidden;margin-left:2%;}
.prolist .product li .Ispic{padding-bottom: 100%;border-radius: 0.1rem;}
.prolist .product li .txt{padding: 0.3rem}
.prolist .product li .txt .ti{font-size: 0.2rem;line-height: 0.34rem;color: #000000;}
.prolist .product li .txt p{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.16rem;line-height: 0.34rem;color: #999999;}
.prolist .product li .hide{position: absolute;width: 100%;top: 100%;left: 0;transition: all 0.5s;height: 100%;background: linear-gradient(to top, rgba(222,1,19,1) 30%, rgba(222,1,19,0) 76%);display: block;}
.prolist .product li .hide .box{position: absolute;width: 100%;bottom: 0;padding: 0.3rem 0.2rem;color: #fff}
.prolist .product li .hide .box .ti{font-size: 0.2rem;line-height: 0.34rem;}
.prolist .product li a:hover{color: #fff}
.prolist .product li .hide .box p{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.16rem;line-height: 0.24rem;}
.prolist .product li .hide .box .more{width: 0.4rem;height: 0.4rem;background: #ffffff url(../images/arr_r_red.svg) no-repeat center;border-radius: 0.2rem;display: inline-block; margin-top: 0.2rem;}
.prolist .product li:hover .hide{top: 0}
.prolist .product li .Ispic span{transition: all 0.3s}
.prolist .product li:hover .Ispic span{transform: scale(1.1);}
.ProBanner .txt{text-align: left;width: 100%;}
.ProBanner .txt p{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;line-height: 0.34rem;color: #ffffff;margin-top: 0.4rem;max-width: 6.9rem}
@media(max-width:1024px){
.prolist .pronav{padding: 0.2rem 0.2rem 0.1rem 0.2rem }
.prolist .pronav li a{padding: 0 0.1rem;min-width: 5em;text-align: center;}
.prolist .product li .txt{padding: 0.15rem}
.ProBanner .txt p{margin-top: 0.1rem;line-height: 0.24rem;margin-top: 0;}
}
@media(max-width:768px){
.prolist .product li{width: 32%;}
.prolist .pronav li{height: 0.4rem;line-height: 0.4rem;}
}
@media(max-width:640px){
	.prolist .product ul{ margin-left: 0; margin-right: 0; gap:0 .2rem;}
.prolist .product li{width: calc( (100% - .2rem) / 2 ); margin-left: 0!important;}
}
.ProCon1{padding: 1rem 0;background-color: #f4f6f7;}
.ProCon1 .swiperbox{position: relative;width: 42.85%;}
.ProCon1 .mySwiper2 .swiper-slide .Ispic{width: 100%;padding-bottom: 100%;}
.ProCon1 .mySwiper2{overflow: hidden;}
.ProCon1 .mySwiper {position: absolute;left: 2%;bottom: 0.2rem;width: 96%;overflow: hidden;}
.ProCon1 .mySwiper .swiper-slide .Ispic{width: 100%;padding-bottom: 100%;border-radius: 0.06rem;border: solid 0.02rem transparent;cursor: pointer;}
.ProCon1 .mySwiper .swiper-slide.swiper-slide-thumb-active .Ispic{border-color: #c8161d;}
.ProCon1 .txt{width: 50%;} 
.ProCon1 .txt .ti{font-size: 0.44rem;font-family: HarmonyOS_Sans_SC_Bold;line-height: 0.44rem;color: #000000;margin-bottom: 0.5rem;}
@media(min-width:768px){
	.ProCon1 .txt ul {max-height: 5rem; overflow: auto;}
}
.ProCon1 .txt li{background-color: #ffffff;border-radius: 0.06rem;padding: 0.165rem 0.3rem;margin-bottom: 0.2rem;}
.ProCon1 .txt li .tit{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.24rem;line-height: 0.34rem;color: #333333;padding-left: 0.23rem;background: url(../images/dot2.png) no-repeat left center;}
.ProCon1 .txt li p{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;line-height: 0.3rem;color: #555555;margin-top: 0.05rem;padding-left: 0.23rem;}

.ProCon2{padding: 1rem 0;background-color: #fff;}
.ProCon2Box ul{ gap:2%;}
.ProCon2Box ul.li-length2{ gap:4%;}
.ProCon2Box li{width: 23.5%; min-height: 4rem;border-radius: 0.06rem;padding: 0.5rem 0.4rem;position: relative;}
.ProCon2Box li .ico{width: 0.52rem;height: 0.52rem;}
.ProCon2Box li .ico img{ object-fit: contain;}
.ProCon2Box li .ti{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.24rem;line-height: 0.34rem;color: #333333;margin-top: 0.4rem;margin-bottom: 0.2rem;}
.ProCon2Box li p{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;	line-height: 0.3rem;color: #555555;  max-height: 2.1rem; overflow: auto;}
.ProCon2Box li .bg{position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%; background-color: #f4f6f7; display: flex; align-items: flex-end;}

.ProCon3{padding: 1rem 0;transition: all 0.5s}
.ProCon3 .subTit2 h2{color: #fff}
.ProCon3 .tabNav{text-align: center;}
.ProCon3 .tabNav .itembox{display: inline-block;font-size: 0;}
.ProCon3 .tabNav .item{display: inline-block;cursor: pointer;transition: all 0.3s;  font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;color: #fff;line-height: 0.34rem;padding: 0 0.42rem 0.2rem;background: url(../images/probg3.png) no-repeat center bottom;}
.ProCon3 .tabNav .item.on{font-family: hm;	color: #d41021;background: url(../images/probg4.png) no-repeat center bottom;}
.ProCon3 .tabCon {height: 2.17rem;margin-top: 1.7rem;}
.ProCon3 .tabCon ul{display: flex}
.ProCon3 .tabCon li{width: 2.8rem; border-radius: 0.1rem;padding: 0.3rem .3rem;float: left;cursor: pointer; background: rgba(255,255,255,0.1);margin-right: 0.2rem;backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);-webkit-overflow-scrolling:touch;}
.ProCon3 .tabCon li .warp{height: 1.87rem;overflow-y:auto;}
.ProCon3 .tabCon li .num{font-size: 0.18rem;font-family: HarmonyOS_Sans_SC_Medium;font-family: HarmonyOS_Sans_SC_Medium;color: #ffffff;opacity: 0.2;float: right;}
.ProCon3 .tabCon li .ti{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.24rem;line-height: 0.34rem;color: #ffffff;}
.ProCon3 .tabCon li p{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;line-height: 0.3rem;color: #ffffff;}
.ProCon3 .tabCon li.on{background-color: #ce0015;}
.ProCon3 .tabCon li.on .num{opacity: 1;}

.ProCon4{padding: 1rem 0;}
.ProCon4 .ProCon4Box ul {margin:0 -0.15rem;}
.ProCon4 .ProCon4Box li{width: 32%;float: left;margin:0 0.15rem; position: relative;background-color: #f4f6f7;border-radius: 0.1rem;padding: 0.4rem;padding-top: 0.6rem;}
.ProCon4 .ProCon4Box li .ti{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.24rem;line-height: 0.34rem;line-height: 0.34rem;background: url(../images/dot3.png) no-repeat right center; padding-right: .4rem;}
.ProCon4 .ProCon4Box li .num{font-family: HarmonyOS_Sans_SC_Bold;font-size: 3rem;line-height: 0.3rem;color: #ffffff;opacity: 0.5;position: absolute;left: 50%;top:50%;transform: translateX(-50%);z-index: 1;}
.ProCon4 .ProCon4Box li p{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;line-height: 1.66;color: #555555;position: relative;z-index: 5; height:calc(1.66 * 5em);margin-top: 0.2rem; overflow: auto;}
.ProCon4 .ProCon4Box li .Ispic{padding-bottom: 56.23%;margin-top: 0.8rem;z-index: 5;}
.ProCon4 .slick-arrow{border:1px solid #e8e8e8}
.ProCon4 .slick-prev{left:-0.4rem}
.ProCon4 .slick-next{right:-0.4rem}
.ProCon4 .slick-arrow:hover{background:rgba(var(--main-color))}
.ProCon4 .slick-prev:hover:after{background-image: url(../images/arr_l_white.svg);}
.ProCon4 .slick-next:hover:after{background-image: url(../images/arr_r_white.svg);}
.ProCon5{padding: 1rem 0 ;}

.ProCon6 {background-color: #f4f6f7;padding:1rem 0;}
.ProCon6 li{width: 49%;float: left;height: 0.6rem;background-color: #ffffff;border-radius: 0.3rem;line-height: 0.6rem;padding-left: 0.3rem;margin-bottom: 0.2rem;}
.ProCon6 li:nth-child(2n){float: right;}
.ProCon6 li span{color: #f00;margin-right: 0.1rem;}
.ProCon6 li input{width: calc(100% - 0.4rem);border: none;background: none;line-height: 0.6rem;height: 0.6rem;}
.ProCon6 li.cbox{width: 100%;height: 1.2rem;border-radius: 0.3rem;padding-right: 0;}
.ProCon6 li.cbox textarea{border: none;float: left;width: calc(100% - 0.4rem);background: none;padding: 0.22rem 0}
.ProCon6 li.cbox span{float: left;}
.ProCon6 li.btn{border: none;padding: 0;background: none}
.ProCon6 li.btn .moreBtn{background-color: #c8161d;color: #fff;border-color:#c8161d;cursor: pointer;height: 0.6rem;line-height: 0.6rem;width: 1.8rem;}
.ProCon6 li.btn .moreBtn em:after{background-image: url(../images/arr_more_white.svg);}
.ProCon7{ min-height: 6rem; position: relative; z-index: 1; color: #fff; padding-top: .9rem; text-align: center; }
.ProCon7 .bg img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;}
.ProCon7 .con{max-width: 705px;  margin: 0 auto .4rem;  text-align: center; line-height: calc(30 / 18); font-size: var(--font-size18);}
.ProCon7 .moreBtn{background-color: #c8161d;color: #fff;border-color:#c8161d;cursor: pointer;height: 0.6rem;line-height: 0.6rem;width: 1.8rem;}
.ProCon7 .moreBtn em:after{background-image: url(../images/arr_more_white.svg);}
@media(max-width:1024px){
	
	.ProCon2Box li{height: auto;margin-bottom: 0.4rem;}
.ProCon2Box li{padding: 0.3rem}
.ProCon2,.ProCon1,.ProCon3,.ProCon4,.ProCon6{padding: 0.4rem 0}
.ProCon5{padding-bottom: 0.4rem;}
.ProBanner .txt{top: 60%}
.ProCon2Box li .bg img{position: absolute;bottom:0;right: 0}
}
@media(max-width:768px){
.ProCon1 .swiperbox{width: 100%;}
.ProCon1 .auto-inner-1400{flex-wrap: wrap;}
.ProCon1 .txt{width: 100%;padding-top: 0.3rem;}
.ProCon1 .txt .ti{font-size: 0.3rem;margin-bottom: 0.2rem;}
.ProCon2Box li .bg{background: #F4F6F7;overflow: hidden;}
.ProCon2Box li{width: 49%;margin-bottom: 2%;}
.ProCon2Box ul,
.ProCon4Box ul{flex-wrap: wrap;}
.ProCon3 .tabCon li{width: 2.6rem;height: 1.6rem;padding: 0.15rem}
.ProCon4 .ProCon4Box li{padding: 0.3rem;width: 100%;margin-bottom: 0%;}
.ProCon4 .ProCon4Box li .Ispic{margin-top: 0.4rem;}
.ProCon4 .slick-prev{left:0;}
.ProCon4 .slick-next{right:0;}
}
@media(max-width:480px){
.ProCon3 .tabNav .item{padding: 0 0.2rem 0.2rem}
.ProCon6 li{width: 100%;}
}
/*解决方案*/
.SolConP1{background-color: #f7f9fa;}
.SolConP1 .Comparison .Pain{width: 38.14%;font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;}
.SolConP1 .Comparison .Pain li{position: relative;padding: 0.1rem 0.2rem 0.1rem;background-color: #ffffff;border-radius: 0.1rem;right: -0.1rem;overflow: hidden;text-align: center;min-height: 1rem; display: flex; justify-content: flex-start; align-items: center; padding-left: .8rem; text-align: left;}
.SolConP1 .Comparison .Pain li span{width: 0.72rem;background-color: #838383;color: #ffffff;border-radius: 0rem 0rem 0.06rem 0rem;text-align: center;line-height: 0.34rem;text-align: center;position: absolute;left: 0;top: 0}
.SolConP1 .Comparison .Pain li:not(:last-child){margin-bottom: 0.2rem;}
.SolConP1 .Comparison .Response{width: 61.86%;float: right;background: linear-gradient(to bottom, rgba(251,231,232) 0%, rgba(255,255,255,1) 33%);border-radius: 0.1rem;padding: 0.4rem 0.6rem 0; box-shadow: 0rem 0.03rem 0.6rem 0rem rgba(225, 228, 231, 0.5);border: 2px solid #fff;position: relative;z-index: 2;}
.SolConP1 .Comparison .Response .ti{text-align: center;font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.24rem;line-height: 0.3rem;color: #d41021;}
.SolConP1 .Comparison .Response li{padding: 0.3rem 0;font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;line-height: 0.34rem;color: #000000;}
.SolConP1 .Comparison .Response li span{font-size: 0.18rem;font-family: HarmonyOS_Sans_SC;color: #d41021; margin-right: 0.1rem;}
.SolConP1 .Comparison .Response li:not(:last-child){border-bottom: 1px solid #e7e7e7;}

.SolConP2{background-color: #fff; overflow: hidden;}
.SolConP2 .slider-img .Ispic{position: relative;z-index: 1;}
.SolConP2 .slider-img .Ispic:after{position: absolute;content: ''; left: 0;bottom: 0;width: 100%;height:45.834%; opacity: 0.6;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.SolConP2 .slider-img .item{position: relative;}
.SolConP2 .slider-img .txt{position: absolute; bottom: 0; opacity: 0; left: 1rem;color: #fff;z-index: 4;transition: 0.5s 0.5s;max-width: 3.6rem}
.SolConP2 .slider-img .slick-current .txt{bottom: 50%; opacity: 1;transform: translateY(50%);}
.SolConP2 .slider-img .tit{font-size: 0.4rem;; margin-bottom:0.3rem;line-height: 1}
.SolConP2 .slider-img .txt p{line-height:  0.3rem;font-size:0.18rem; font-family: HarmonyOS_Sans_SC_Light;}

.SolConP2 .slider-nav .inside .icon{transition: 0.3s;}
.SolConP2 .slider-nav .inside .icon img{ max-height: 2.8125em; max-width: .28rem;}
.SolConP2 .slider-nav .inside .icon img.hover{display: none;}
.SolConP2 .slider-nav li{cursor: pointer;transition: 0.3s;border-bottom: 1px solid #e7e7e7;;}
.SolConP2 .slider-nav .slick-current{border-color: #da251d;}

.SolConP2 .auto{position: relative;min-height: 100vh;}
.SolConP2 .slider-img{width:85.71%;z-index: 1;border-radius: 0.1rem;overflow: hidden;}
.SolConP2 .slider-img .Ispic{height: auto;padding-bottom: 56.25%;}
.SolConP2 .slider-nav{width: 26.42%; height: auto;float: right;z-index: 20;position: absolute;right: 0;border-radius: 0.1rem;overflow: hidden;top: 50%;transform: translateY(-50%);box-shadow: 0rem 0.03rem 0.6rem 0rem rgba(225, 228, 231, 0.5);
	background-color: #ffffff;padding: 0 0.4rem}
.SolConP2 .slider-nav .ytable{height: 100%;}    
.SolConP2 .slider-nav .inside{display: table;width: 100%; table-layout: fixed; height:1rem; }
.SolConP2 .slider-nav .inside > *{display: table-cell;vertical-align: middle;}
.SolConP2 .slider-nav .inside .icon{text-align: left; width:0.6rem;padding-left:0;}
.SolConP2 .slider-nav .inside aside{font-size: 0.22rem;font-family: HarmonyOS_Sans_SC_Medium;color: #333333;margin-left: 0.2rem;}
.SolConP2 .slider-nav .slick-current  .inside aside{ color: #d41021;}
.SolConP2 .slider-nav .slick-current{border-bottom:2px solid #d41021 }


.SolConP3{padding: 1rem 0;}
.SolConP3 .Ispic{padding-bottom: 30.14%;}

.SolConP4{background-color: #f7f9fa;}
.SolConP4 .SolConP4_b{overflow: hidden;}
.SolConP4 .SolConP4_b li{width: 32%;background-color: #ffffff;box-shadow: 0rem 0.03rem 0.6rem 0rem 	rgba(225, 228, 231, 0.5);padding: 0.2rem;	border-radius: 0.1rem; height: auto; margin-bottom: .2rem;}
.SolConP4 .SolConP4_b li .Ispic{padding-bottom: 56.34%;}
.SolConP4 .SolConP4_b li .ti{font-size: 0.24rem;font-family: HarmonyOS_Sans_SC_Bold;line-height: 0.34rem;color: #333333;margin-top: 0.35rem;margin-bottom: 0.2rem;}
.SolConP4 .SolConP4_b li .desc{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;line-height: 0.3rem;color: #555555;max-height: 0.6rem;overflow: hidden;}


.SolConP4 .swiper-button-next{right: -0.3rem;}
.SolConP4 .swiper-button-prev{left: -0.3rem;}


@media (max-width:1024px) {
.SolConP1 .Comparison .Pain li{padding: 0.4rem 0.3rem 0.3rem 0.2rem;}
.SolConP2 .slider-img .Ispic{padding-bottom: 73.283%;}  
.SolConP2 .slider-img .txt{left: 3%;right: 3%;}
.SolConP2 .slider-nav{overflow: hidden;height: 5em;}
.SolConP2 .slider-nav .inside{display: flex;align-items: center;height: 5em;padding: 0 0.5em;}
.SolConP2 .slider-nav .inside aside{flex: 1;}
.SolConP2 .slider-nav .inside .icon{width: 25%; flex-shrink: 0; margin-right: 5%;text-align: center;}
.SolConP2 .slider-nav .inside .icon img{ max-height: 1.5em;}
.SolConP2 .slider-nav .inside aside{font-size: 0.18rem}
}
@media (max-width:768px) {
.SolConP1 .Comparison{flex-wrap: wrap;}
.SolConP1 .Comparison .Pain{width: 100%;}
.SolConP1 .Comparison .Response{width: 100%;margin-top: 0.3rem;padding: 0.3rem 0.2rem 0}
.SolConP2 .slider-nav{width: 100%;position: static;transform:translateY(0%);padding: 0}
.SolConP2 .auto-inner-1400{flex-wrap: wrap;}
.SolConP2 .slider-img{width: 100%;margin-top: 0.3rem;}
.SolConP2 .slider-nav .inside .icon{width: 0.4rem}
.SolConP2 .slider-nav .inside{padding: 0 0.1rem}
.SolConP2 .slider-img .txt{left: 0.3rem}
.SolConP4 .SolConP4_b li{width: 100%;margin-bottom: 3%;}
/* .SolConP4_b ul{flex-wrap: wrap;} */
.SolConP2 .slider-nav .inside aside{margin-left: 0;}
.SolConP2 .slider-img .tit{font-size: 0.3rem;margin-bottom: 0.1rem;}
}

/*申请职位*/
.Postion .subTit2 h3{font-family: HarmonyOS_Sans_SC_Bold;font-weight: normal;font-size: 0.86rem;line-height: 0.9rem;color: #000000;opacity: 0.07;}
.Postion .subTit2 h2{margin-top: -0.4rem;font-weight: bold;}
.Postion .subTit2 p{font-family: HarmonyOS_Sans_SC_Light;font-size: 0.18rem;color: #555555;}
.Postion .Process li{flex:1;text-align: center;font-size: 0.16rem;font-family: HarmonyOS_Sans_SC_Medium;color: #000000;cursor: pointer;}
.Postion .Process li .Ispic img{width: auto;margin: 0 auto;position: relative;transition: all 0.3s}
.Postion .Process li .Ispic{text-align: center;margin-bottom: 0.2rem;overflow: visible;}
.Postion .Process li .Ispic:before{right: 2%;top: 50%;margin-top:-0.01rem ;height: 0.02rem;background-color: #f4eaec;content: "";position: absolute;width: 90%}
.Postion .Process li .Ispic:after{width: 0.15rem;height: 0.18rem;left: 100%;top: 50%;margin-top:-0.09rem ;background:url(../images/arr_sjx.png) no-repeat center;content: "";position: absolute;}
.Postion .Process li:first-child  .Ispic:before,.Postion .Process li:last-child  .Ispic:before{width: 50%}
.Postion .Process li:last-child .Ispic:before{right: 42%}
.Postion .Process li:last-child .Ispic:after{display: none}
.Postion .Process li:hover .Ispic img{transform: rotateY(360deg);}

.psearch{text-align: center;margin-top: 0.5rem;margin-bottom: 0.6rem;}
.psearch .searchbox{display: inline-block;width: 90%;max-width: 8rem;background-color: #ffffff;border-radius: 0.28rem;height: 0.55rem;border: solid 0.01rem #dbdbdb;padding: 0}
.psearch .searchbox input{float: left;border: none;height: 0.51rem;line-height: 0.51rem;text-indent: 0.3rem;border-radius: 0.5rem;width: calc(100% - 0.55rem)}
.psearch .searchbox button{float: right;width: 0.5rem;margin: 0.02rem;text-align: center;border-radius: 0.5rem;line-height: 0.4rem;border: none;height: 0.5rem;background-color: #d41021;cursor: pointer;}

.Openings .leftbox{width: 16.92%;float: left;}
.Openings .leftbox .ti{padding-bottom: 0.1rem;border-bottom: 1px solid  #e3e3e3;line-height: 0.36rem;}
.Openings .leftbox .ti span{font-size: 0.14rem;}
.Openings .leftbox .ti a{font-size: 0.14rem;color: #d41021;opacity: 0.54;float: right;cursor: pointer;}
.Openings .leftbox .ti a:hover{opacity: 1;}
.Openings .leftbox .ti2{font-family: HarmonyOS_Sans_SC_Medium;font-size: 0.2rem;line-height: 0.3rem;color: #333333;margin-top: 0.4rem;margin-bottom: 0.2rem;}
.Openings .leftbox li{height: 0.4rem;line-height: 0.4rem;background-color: #f4f5f7;border-radius: 0.05rem;text-indent: 0.44rem;transition: all 0.2s;margin-bottom: 0.1rem;cursor: pointer;}
.Openings .leftbox li.checked{border: solid 0.02rem #d41021;background: #fff url(../images/check.png) no-repeat right bottom;}

.Openings .rightbox{width: 75.71%;float: right;position: relative;}
.Openings .rightbox .ti{	font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.24rem;line-height: 0.36rem;color: #333333;margin-bottom: 0.3rem;}
.Openings .rightbox:after{position: absolute;top: 0;left: -5%;content: "";width: 1px;height: 100%;background-color: #e3e3e3;}














.hrList{padding-bottom: 2.604vw}
.hrList .item{padding: 0.3rem 0.4rem;background-color: #fff;margin-bottom: 0.3rem;cursor: pointer;position: relative;box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.05);border: solid 0.01rem #eff2f3;border-radius: 0.1rem;overflow: hidden;}
.hrList .item .title{cursor: pointer;position: relative;margin-bottom: 0.11rem;color: #000000;font-size: var(--font-size22);line-height: 0.3rem;transition: all 0.3s}
.hrList .item .desc{font-size: var(--font-size18);color: rgba(var(--rgb-000));font-family: HarmonyOS_Sans_SC_Light;}
.hrList .item .desc dd:not(:last-child){position: relative;margin-right: 0.35rem;}
.hrList .item .desc dd:not(:last-child):after{right: -0.19rem;top: 50%;transform: translateY(-50%);width: 1px;content: "";position: absolute;height: 0.17rem;background-color: #eaeaea;border-left: 1px solid #eaeaea;}
.hrList .item .detail{margin-top: 0.1rem;}
.hrList .item .detail .text{margin-bottom: 0rem;font-family: HarmonyOS_Sans_SC_Light;line-height: 2;}
.hrList .item .detail .sti{margin-bottom: 0.1rem;font-size: var(--font-size18);color: #d41021;}
.hrList .item .detail .apply{display: inline-block;text-align: center;min-width: 1.15rem;line-height: 0.35rem;padding: 0 0.15rem;border-radius: 0.5rem;color: #333333;background-color: #ffffff;border: solid 0.01rem #e9e9e9;box-shadow: 0rem 0rem 0.08rem 0.02rem rgba(218, 218, 218, 0.2);position: absolute;top: 0.2rem;right: 0.5rem}
.hrList .item .detail .apply:hover{background-color: #d41021;box-shadow: 0rem 0rem 0.08rem 0.02rem rgba(219, 88, 93, 0.2);color: #fff}
.hrList .item.on,.hrList .item:hover{box-shadow: 0rem 0rem 0.1rem 0rem rgba(177, 10, 19, 0.15);border: solid 0.01rem #f1d9db;}
.hrList .item.on .title,.hrList .item:hover .title{color: rgba(var(--main-color));font-size: var(--font-size24);}
.hrList .item.on .title:after,.hrList .item.on .title:after{opacity: 1;transform: rotate(-180deg);border-color: rgba(var(--main-color));}
.hrList .item .desc dd{display: flex;align-items: center;}
.hrList .item .desc dd img{max-height:0.16rem;display: inline-block;margin-right:0.05rem;}

.JobForm{  margin:0px 0px 0px -2%;font-size: var(--font-size18);}
.JobForm .group{ width:48%; margin-left:2%; line-height:0.5rem; margin-bottom:1.563vw; position: relative;}
.JobForm .group dt{text-align:right;width:90px;}
.JobForm .group dd{flex: 1;}
.JobForm .group.auto{width: 100%;}
.JobForm .group.btn{margin-bottom: 0;}
.JobForm .ipttxt {background:#f8f8f9;width:100%; height:0.56rem; line-height:0.56rem;padding: 0 0.18rem;border-radius: 0.1rem;border: 0;}
.JobForm textarea.ipttxt{height: 1.2rem;display: block;}
.JobForm .upbtn {position: relative;cursor: pointer;}
.JobForm .upbtn .up{position: absolute;right: 0.2rem;top: 50%;transform: translateY(-50%);}
.JobForm .upbtn .hidefile{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.ipttxt:focus{box-shadow: 0 0 10px rgba(0,0,0,0.09);}

.JobPop{width: 14rem;z-index: 1000;background:#fff;padding: 0.7rem; box-shadow: 0px 5px 20px rgba(0,0,0,0.12);margin:0px auto;position: relative;overflow-y: auto;border-radius: 0.1rem;}
.JobPop *{
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */ 
 }
 .JobPop *:before,.JobPop *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }
.JobPop .Content{overflow: hidden;}
.JobPop .Content .leftbox{width:25%;max-width: 2.9rem;float: left; }
.JobPop .Content .leftbox .ti{font-family: HarmonyOS_Sans_SC_Bold;margin-top: 0.2rem; font-size: 0.24rem;line-height: 0.3rem;color: #000000;padding-bottom: 0.1rem;border-bottom: 1px solid  #e3e3e3;margin-bottom: 0.1rem;}
.JobPop .Content .leftbox .ti b{font-weight: normal;}
.JobPop .Content .leftbox .ti span{font-family: HarmonyOS_Sans_SC_Medium;font-size: 0.18rem;color: #555555;}
.JobPop .Content .leftbox .desc{font-size: var(--font-size16);color: rgba(var(--rgb-000));font-family: HarmonyOS_Sans_SC_Light;}
.JobPop .Content .leftbox .desc dd:not(:last-child){position: relative;margin-right: 0.35rem;}
.JobPop .Content .leftbox .desc dd:nth-child(3){margin-right:0;}
.JobPop .Content .leftbox .desc dd:nth-child(3)::after{display: none;}
.JobPop .Content .leftbox .desc dd:not(:last-child)::after{right: -0.19rem;top: 50%;transform: translateY(-50%);width: 1px;content: "";position: absolute;height: 0.17rem;background-color: #eaeaea;border-left: 1px solid #eaeaea;}
.JobPop .Content .leftbox .desc dd{margin: 0.1rem 0 0.15rem;display: flex;align-items: center;}
.JobPop .Content .leftbox .desc dd img{max-height:0.16rem;display: inline-block;margin-right:0.05rem;}
.JobPop .Content .leftbox .apply{font-family: HarmonyOS_Sans_SC_Medium;display: inline-block; font-size: 0.18rem;color: #ffffff;text-align: center;width: 1.2rem;height: 0.4rem;line-height: 0.4rem; background-color: #d41021;border-radius: 0.05rem;margin-top:0.3rem;}
.JobPop .Content .rightbox .detail{margin-top: 0.1rem;}
.JobPop .Content .rightbox .detail .text{margin-bottom: 0rem;font-family: HarmonyOS_Sans_SC_Light;line-height: 2;}
.JobPop .Content .rightbox .detail .sti{margin-bottom: 0.1rem;font-size: var(--font-size18);color: #d41021;}
.JobPop .Content .rightbox{width:70%;margin-left: 2.5%;padding-left: 2.5%;float: left;border-left: 1px solid  #dadee2;;}
.JobPop .fancybox-close-small{top: 6px;right: 6px;border: solid 0.01rem #bfbfbf;}

.Postion2{padding-top: 1.2rem;}
.Postion2box li{width: 49%;position: relative;border-radius: 0.1rem;overflow: hidden;}
.Postion2box li span{height: 0.6rem;background-color: #ffffff;border-radius: 0.3rem;line-height: 0.6rem; width: 2.3rem;text-align: center;font-size: 0.18rem;color: #d41021;position: absolute;left: 0.5rem;bottom:0.85rem;}
.Postion2box li .logo{position: absolute;left: 0.5rem;top: 0.75rem}
.Postion2box li:hover .Ispic img{transform: scale(1.05);}
.Postion2box li .Ispic img{transition: all 0.3s}
.Postion2box li:hover span{color: #ffffff;background: #d41021}
.JobPop .Content video{display: block;width: 100%;}
.JobPop .toptit{text-align: center;padding-bottom: 0.4rem;}
.JobPop .toptit h1{text-align: center;line-height: 1.73;font-weight: 500;}
.JobPop .mfp-close{width: 0.52rem;height: 0.52rem;line-height: 0.52rem;text-align: center;color:#c0c0c0 !important;opacity: 1;font-size: 0.5rem;}
.JobPop .mfp-close:hover{color:var(--red-color) !important;}
.sendbtn{color: #fff;width: 1.89rem;height: 0.53rem;border-radius: 0.53rem;background: rgba(var(--main-color));box-shadow: 0 0px 30px rgba(0,0,0,0.1);font-size: var(--font-size20);border: 0;}
.sendbtn:hover{opacity: 0.9;}


/*联系我们*/
.Contact {padding-bottom: 1rem;}
.Contact .ContactBox .LeftBox{width: 50%;}
.Contact .ContactBox .LeftBox .box li{width: 46%;margin-bottom: 0.3rem;}
.Contact .ContactBox .LeftBox .box li .ico{width: 0.9rem;border-radius: 50%;text-align: center;line-height: 0.9rem;height: 0.9rem;	background-color: #cdcdcd;margin-right: 0.2rem;}
.Contact .ContactBox .LeftBox .box li .txt .ti{font-family: HarmonyOS_Sans_SC_Medium;font-size: 0.2rem;line-height: 0.34rem;	color: #000000;}
.Contact .ContactBox .LeftBox .box li .txt .ti:after{display: block;width: 0.2rem;content: "";margin: 0.1rem 0;height: 0.02rem;background-color: #d41021;}
.Contact .ContactBox .LeftBox .box li .txt p{font-size: 0.16rem;line-height: 0.24rem;color: #999999;}
.Contact .ContactBox .LeftBox .box li .txt{max-width: calc(100% - 1.1rem)}
.Contact .ContactBox .LeftBox .contact{width: 55%;}
.Contact .ContactBox .LeftBox .contact p{padding-left: 0;font-family: HarmonyOS_Sans_SC_Light;}
.Contact .ContactBox .LeftBox .contact dt{font-size: 0.18rem;line-height: 0.3rem;}
.Contact .ContactBox .LeftBox .contact dt img{margin-right: 0.1rem;margin-top: -0.05rem;}
.Contact .ContactBox .LeftBox .contact dd b{font-family: HarmonyOS_Sans_SC_Bold;font-size: 0.3rem;font-weight: normal;opacity: 1;}
.Contact .ContactBox .LeftBox .contact dd{margin-bottom: 0.03rem;position: relative;font-size: 0.16rem;line-height: 0.3rem;opacity: 0.6;}
.Contact .ContactBox .LeftBox .contact dd.tel{opacity: 1;}
.Contact .ContactBox .LeftBox .contact dd img{position: absolute;left: 0;height: 0.22rem;}
.Contact .ContactBox .LeftBox .contact .ewm{margin-top: 0.4rem;}
.Contact .ContactBox .LeftBox .contact .ewm .txt .share li:last-child{margin-right: 0;}
.Contact .ContactBox .LeftBox .contact .ewm .txt .share li .ico{width: 0.5rem;height: 0.5rem;border: solid 0.01rem #E2E2E2;	border-radius: 50%;text-align: center;line-height: 0.5rem;}
.Contact .ContactBox .LeftBox .contact .ewm .txt .share li .ico img{width: auto;padding: 0;margin: 0;border: none;display: inline-block;background: none;margin-top: -0.03rem;}
.Contact .ContactBox .LeftBox .contact .ewm .txt .share li{float: left;margin-right: 0.12rem;position: relative;cursor: pointer;}
.Contact .ContactBox .LeftBox .contact .ewm img{display: block;padding: 0rem;width: 1.2rem;background-color: #fff;margin: 0px 0.2rem 0 0;border: 1px solid #dfdfdf;border-radius: 0.03rem;}
.Contact .ContactBox .LeftBox .contact .ewm .txt .share li .hide{width: 1.2rem;height: 1.2rem;position: absolute;left: 50%;bottom:0%;padding-bottom: 0.2rem;transform: translateX(-50%);transition: all 0.3s;opacity: 0;display: inline-block;z-index: -5;}
.Contact .ContactBox .LeftBox .contact .ewm .txt .share li:hover .hide{bottom:100%;opacity: 1;z-index: 5;}
.Contact .ContactBox .LeftBox .contact .ewm .txt .share{margin-top: 0.2rem;}
.Contact .ContactBox .mapbox{width: 50%;height: 4.8rem;border-radius: 0.05rem;background-color: #6e6e6e;}
.Contact .ContactBox .mapbox #map{height: 100%}
.Contact .ContactBox .mapbox .tdt-infowindow-content{width: 3.4rem;padding-left: 1rem; background: url(../images/cicon5.png) no-repeat 6% center;min-height: 0.9rem;font-size: 0.16rem;line-height: 0.2rem;color: #999999;}
.Contact .ContactBox .mapbox .tdt-infowindow-content b{color: #000000;line-height: 0.24rem;font-weight: normal;margin-top: 0.15rem;display: inline-block;}

.Message{background: url(../images/msgbg.jpg) no-repeat center/cover;}
.Message .subTit2 p{margin-top: 0.17rem;}

.Message li{width: 48%;background: #fff; float: left;height: 0.6rem;border-radius: 0.3rem;border: solid 0.01rem #dadada;line-height: 0.6rem;padding: 0 0.3rem;margin-bottom: 0.2rem;font-family: HarmonyOS_Sans_SC_Light;font-weight: lighter;font-size: 0.18rem;}
.Message li:nth-child(2n){float: right;}
.Message li span{color: #c8161d;font-size: 0.18rem;}
.Message li span img{margin-right: 0.05rem;}
.Message li input{height: 0.6rem;width: calc(100% - 0.6rem);border: none;background: none}
.Message li.selectbox{border: none;padding: 0;display: flex;justify-content: space-between;background: none;gap: 0.2rem;}
.Message li.selectbox .select{flex: 1;display: flex;align-items: center;background: #fff; height: 0.6rem;border-radius: 0.3rem;border: solid 0.01rem #dadada;line-height: 0.6rem;padding: 0 0.15rem;position: relative;}
.Message li.selectbox .select span{flex-shrink: 0;margin-right: 0.05rem;}
.Message li.selectbox select{flex: 1;min-width: 0;border: none;background: url(../images/arr_xjt.svg) no-repeat right 0.1rem center;font-size: 0.18rem;background-size: 0.15rem auto;color: #999999;padding-left: 0.05rem;padding-right: 0.3rem;}
.Message li.cbox{width: 100%;height: 1.2rem;border-radius: 0.3rem;padding-right: 0;}
.Message li.selectbox .select span img{margin-top: -0.03rem;}
.Message li.cbox textarea{border: none;float: left;width: calc(100% - 0.4rem);background: none;padding: 0.22rem 0}
.Message li.cbox span{float: left;}
.Message li.btn{border: none;padding: 0;width: 100%;background: none}
.Message li.btn .moreBtn{background-color: #c8161d;color: #fff;border-color:#c8161d;cursor: pointer;height: 0.6rem;line-height: 0.6rem;width: 1.8rem;margin-left: 0.2rem;}
.Message li.btn .moreBtn em:after{background-image: url(../images/arr_more_white.svg);}
.Message li.btn img{margin-left: 0.47rem;margin-top: -0.2rem;}
.Message li.btn .code{float: left;width: 4.9rem;height: 0.6rem;background-color: #ffffff;border-radius: 0.3rem;border: solid 0.01rem #dadee2;position: relative;}
.Message li.btn .code input{width: 100%;text-indent: 0.3rem;}
.Message li.btn .code img{position: absolute;right:0.2rem;top: 50%;height: 0.4rem}


@media(max-width:1024px){
.Contact .ContactBox .LeftBox .box li .ico{width: 0.6rem;height: 0.6rem;line-height: 0.6rem;}
.Contact .ContactBox .LeftBox .box li .ico img{max-height: 0.26rem}
	.Postion .subTit2 h3,.Postion .subTit2 h3,.Postion .subTit2 h3{font-size: 0.6rem}
	.Postion .subTit2 h2{font-size: 0.36rem}
	.Contact{padding-bottom: 0.4rem;}
	.JobPop{padding: 0.4rem}
	.Postion2box li span{bottom:0.4rem}
	.Postion2box li .logo{top: 0.5rem}
	.Postion2{padding-top: 0.4rem;}

}
@media(max-width:768px){
	.contact{width: 100%;}
	.messageBox{width: 100%;margin-top: 0.3rem;}
	.messageBox .group:not(:last-child){margin-bottom: 0.15rem;}
	.messageBox .title{font-size: var(--font-size30);}
	.JobForm .group,.Contact .ContactBox .LeftBox{width: 100%;}
	.Contact .ContactBox .LeftBox .box{flex-wrap: wrap;}
	.Contact .ContactBox .mapbox{width: 100%;;margin-top: 0.3rem;}
	.Message li{width: 100%;}
	.Contact .ContactBox .LeftBox .contact{width: 100%;}
	.Contact .ContactBox .LeftBox .contact .ewm{justify-content: center;}
	.Message li.btn{height: auto;}
	.Openings .leftbox li{text-indent: 0.2rem;}
	.hrList .item .detail .apply{top: 0.2rem;right: 0.3rem}
	.hrList .item{padding: 0.3rem}
	.psearch{margin: 0.3rem 0}
	.Postion2box li span{bottom:0.2rem;left: 0.2rem;height: 0.4rem;line-height: 0.4rem;font-size: 0.15rem;width: 1.6rem;}
	.Postion2box li .logo{top: 0.3rem;left: 0.2rem}
	.Postion2box li .logo{max-height: 0.4rem}
}
@media(max-width:480px){
	.hrList .item .title:After{width: 0.4rem;height: 0.4rem;}
	.hrList .item{padding-top: 0.2rem;padding-bottom: 0.2rem;margin-bottom: 0.15rem;}
	.Contact .ContactBox .LeftBox .box li{width: 100%;}
	.Postion .subTit2 h2{font-size: 0.24rem;margin-top: -0.25rem;}
	.Postion .subTit2 h3{font-size: 0.4rem;line-height: 0.5rem;}
	.Message li.btn .code{width: 100%;}
	.Message li.btn .moreBtn{margin-left: 0;margin-top: 0.2rem;}
.Openings .leftbox{width: 100%;}
.Openings .leftbox .ti2{margin: 0.2rem 0 0.1rem}
.Openings .leftbox li{width: auto;padding-right: 0.3rem;margin-right: 0.1rem;float: left;}
.Openings .rightbox{width: 100%;}
.Openings .rightbox .ti{margin-top: 0.2rem;margin-bottom: 0.1rem;}
.JobPop .Content .leftbox{width: 100%;max-width: unset;}
.JobPop .Content .rightbox{width: 100%;outline: 0;margin-left: 0;;padding-top: 0.2rem;margin-top: 0.2rem;border-left: none;border-top: 1px solid  #dadee2;}
.Postion .Process li .Ispic:after{left: 120%}
.Postion .Process li .Ispic{width: 60%;margin: 0 auto}
.Postion .Process li .Ispic:before{right: -10%}
.Postion2box li{width: 100%;margin-bottom: 0.2rem;}
.Postion2box ul{flex-wrap: wrap;}
}






/* 服务与支持 */
.searchFaq{max-width: 9.06rem;margin: 0px auto 4.167vw;position: relative;height: 0.64rem;border-radius: 0.64rem;border: 1px solid #dddddd;padding: 0 0.03rem 0 0.85rem;}
.searchFaq:before{position: absolute;left: 0.29rem;top: 50%;transform: translateY(-50%);content: "";width: 0.25rem;height: 0.25rem;background: url(../images/ico_so2.svg) no-repeat center center/contain;}
.searchFaq input{height: 0.56rem;flex: 1;border: 0;}
.searchFaq .btn{width: 1.56rem;height: 0.56rem;background-color: rgba(var(--main-color));color: #fff;border-radius: 0.56rem;font-size: var(--font-size20);border: 0;cursor: pointer;margin-left: 0.1rem;}
.searchFaq .btn:hover{opacity: 0.9;}
.searchFaq:hover{box-shadow: 0 0 10px rgba(0,0,0,0.15);}

.faqList{padding-bottom: 0.2rem;}
.faqList .item{margin-bottom: 0.3rem;cursor: pointer;}
.faqList .item .inner{background-color: #f8f8f8;padding: 2.917vw 3.438vw;position: relative;border-radius: 0.1rem;}
.faqList .item .inner:before{border-radius: 0.1rem 0 0 0.1rem;width: 0;top: 0;content: "";position: absolute;background-color: rgba(var(--main-color));height: 100%;left: 0;opacity: 0;transition: all .5s cubic-bezier(0.9,0.5,0.05,1.5);}
.faqList .item .inner:after{content: "";position: absolute;left: 0.17rem;top: 0;width: 0.13rem;background: url(../images/faq-water.svg) no-repeat center bottom/cover;height: 0;transition: all .5s cubic-bezier(0.9,0.5,0.05,1.5);}
.faqList .item .title{font-size: var(--font-size24);margin-bottom: 0.26rem;padding-left: 0.64rem;position: relative;font-weight: 500;}
.faqList .item .title:before{content: "";width: 0.32rem;height: 0.32rem;left: 0;position: absolute;top: 0.02rem;background: url(../images/ico_fq.png) no-repeat center center/contain;}
.faqList .item .detail{font-size: var(--font-size18);line-height: 2;padding-left: 0.64rem;position: relative;font-weight: 100;height: 2em;overflow: hidden;}
.faqList .item .detail:before{content: "";width: 0.32rem;height: 0.32rem;left: 0;position: absolute;top: 0.02rem;background: url(../images/ico_aq.png) no-repeat center center/contain;}
.faqList .item:hover .inner:before,
.faqList .item.on .inner:before{width: 0.22rem;opacity: 1;}
.faqList .item.on .inner:after{height: 100%;}
.faqList .item.on .title{color: rgba(var(--main-color));}
.faqList .item.on .detail{height: auto;}

.subTit{text-align: center;padding-bottom: 2.604vw;}
.subTit h2{font-size: var(--font-size36);font-weight: 500;}

.saleService{margin-left: -2.292vw;}
.saleService .item{width: 32%;margin-bottom: 2%;border-radius: 0.2rem;min-height: 3.5rem;text-align: center;padding: 0.6rem;background-image: linear-gradient(0deg, #fff6f6 0%,#fffbfb 20%,#ffffff 100%);box-shadow: 0rem 0rem 0.21rem 0rem rgba(125, 125, 125, 0.22);position: relative;overflow: hidden;border-radius: 0.06rem;border: solid 0.02rem #ffffff;}
.saleService .inner{position: relative;z-index: 1;}
.saleService .ico{width: 0.99rem;height: 0.86rem;margin: 0px auto;line-height: 0.86rem;}
.saleService h3{margin: 2.083vw 0 1.875vw;display: inline-block; position: relative; font-size: var(--font-size28);font-family: HarmonyOS_Sans_SC_Medium;position: relative;line-height: 0.3rem;color: #333333;font-weight: normal;}
.saleService h3:after{content: "";width: 0.33rem;left: -0.14rem;top: -0.1rem;position: absolute;height: 0.33rem;background:url(../images/flbg.png) no-repeat center;border-radius: 50%;	opacity: 0.6;}
.saleService .desc{font-family: HarmonyOS_Sans_SC_Light;line-height: 0.34rem;color: #333333;	font-size: 0.18rem;}


@media(max-width:768px){
	.saleService .item:not(:last-child){margin-bottom: 0.2rem;}
	.saleService .item{width: 100%;}
	.home-solution .swiper-button-next,.home-solution .swiper-button-prev{top: 80%}
}
@media(max-width:480px){
	.searchFaq{padding-left: 0.6rem;}
	.searchFaq .btn{width: 1rem;}
	.faqList .item{margin-bottom: 0.15rem;}
	.faqList .item .title{font-size: var(--font-size20);}

	.subTit h2{font-size: var(--font-size30);}
	.saleService .ico-zoom{width: 0.5rem;height: 0.43rem;}
}

/* 应用场景 */
.sceneList .item	{margin-bottom: 5.365vw;}
.sceneList .item .Ispic{width: 53.21%;border-radius: 0.2rem;}
.sceneList .item .info{flex: 1;padding-left: 7.1%;position: relative;}
.sceneList .item .icon{position: absolute;top: 50%;width: 0.75rem;height: 0.75rem;border-radius: 50%;overflow: hidden;background-color: rgba(var(--main-color));left: -0.375rem;margin-top: -0.375rem;}
.sceneList .item .icon::before {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: rgba(255,255,255,0.2);transform: scaleX(0);transform-origin: right;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86)}
.sceneList h3{margin-bottom: 0.26rem;font-size: var(--font-size32);font-weight: 500;}
.sceneList .txt{margin-bottom: 0.39rem;font-weight: 100;line-height: 1.93;}
.sceneList .pro{font-weight: 100;}
.sceneList .pro dt{margin-bottom: 0.11rem;color: rgba(var(--rgb-666));}
.sceneList .pro dd a{display: inline-block;min-width: 24%;margin-right: 1%;margin-bottom: 0.16rem;}
.sceneList .pro dd a:hover{font-weight: 500;}
.sceneList .item:hover .icon::before {transform: scaleX(1);transform-origin: top;}
.sceneList .item:nth-child(even) {flex-direction: row-reverse;}
.sceneList .item:nth-child(even) .info{padding-left: 0;padding-right: 7.1%;}
.sceneList .item:nth-child(even) .icon{left: auto;right: -0.375rem;}

.loading{background: url(../images/loading.gif) no-repeat center center/contain;width: 0.32rem;height: 0.32rem;margin: 0px auto;}

@media(max-width:768px){
	.sceneList .item .Ispic{width: 100%;}
	.sceneList .item .info{padding: 0.3rem 0 0 0;}
	.sceneList .item .icon{left: 50%;right: auto;top: -0.1rem;margin-left: -0.375rem;}
}
@media(max-width:480px){
	.sceneList h3{font-size: var(--font-size24);}
}

/* 产品中心 */
.subNav li{margin-bottom: 1.042vw;min-width: 7.813vw;text-align: center;}
.subNav li:not(:last-child){margin-right: 1.042vw;}
.subNav li a{display: block;position: relative;z-index: 1;line-height: 0.45rem;padding: 0 0.2rem;border-radius: 0.45rem;background-color: #f8f8f8;overflow: hidden;}
.subNav li a span{position: relative;z-index: 2;}
.subNav li a::before {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: rgba(var(--main-color));transform: scaleX(0);transform-origin: right;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86);z-index: 0;}
.subNav li:hover a,.subNav li.on a{color: #fff;}
.subNav li:hover a::before,.subNav li.on a::before{transform: scaleX(1);transform-origin: left}

.proBox{padding-top: 0.46rem;}
.proBox .Ispic{width: 33.57%;padding-top: 33.57%;border-radius: 50%;overflow: visible;border-radius: 50%;border: 0.06rem solid rgba(var(--main-color));margin-left: 8.5%;}
.proBox .Ispic:after{content: "";background: url(../images/home-pro-wtaer.png) no-repeat center bottom/contain;bottom: -0.18rem;width: calc(100% + 0.7rem);height: 121%;position: absolute;left: 50%;transform: translateX(-50%);}
.proBox .Ispic span{overflow: hidden;border-radius: 50%;left: 0.04rem;top: 0.04rem;width: calc(100% - 0.08rem);height: calc(100% - 0.08rem);background: url(../images/probg.jpg) no-repeat center center/cover;}
.proBox .model{width: 47.64%;padding: 2.448vw 0.3rem 0 0;}
.proBox .model .title{margin-bottom: 2.083vw;font-size: var(--font-size32);font-weight: 500;}
.proBox .model li{width: 47%;margin-bottom: 1.302vw;}
.proBox .model li a{display: block;text-align: center;font-size: var(--font-size20);border-radius: 5px;background-color: #f8f8f8;padding: 0.1rem 0.25rem;transition: all 0.5s;}
.proBox .model li a:hover{color: #fff;background-color: rgba(var(--main-color));}

.pro-category{padding-bottom: 0.09rem;border-bottom: 1px solid #e6e6e6;margin-bottom: 3.75vw;}
.pro-category .item{margin-bottom: 1.458vw;font-weight: 100;line-height: 0.42rem;}
.pro-category .item dt{width: 1.07rem;color: #666666;}
.pro-category .item dd{flex: 1;}
.pro-category .category li:not(:last-child){margin-right: 0.9vw;}
.pro-category .category li a{display: block;position: relative;z-index: 1;padding: 0 0.18rem;border-radius: 0.45rem;overflow: hidden;font-size: var(--font-size18);color: #666666;}
.pro-category .category li a span{position: relative;z-index: 2;}
.pro-category .category li a::before {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: rgba(var(--main-color));transform: scaleX(0);transform-origin: right;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86);z-index: 0;}
.pro-category .category li:hover a,.pro-category .category li.on a{color: #fff;font-weight: 500;}
.pro-category .category li:hover a::before,.pro-category .category li.on a::before{transform: scaleX(1);transform-origin: left}

.pro-category .model li{line-height: 0.4rem;min-width: 20%;}
.pro-category .model li a{display: block;transition: all 0.5s;}
.pro-category .model li a:hover,.pro-category .model li.on a{color: rgba(var(--main-color));}
.pro-category .model li.on a{font-weight: 500;}

.pro-title{font-size: var(--font-size30);color: #222222;padding-bottom: 0.13rem;border-bottom: 1px solid #eeeeee;font-weight: 500;}

.pro-detail{padding: 0.46rem 0;border-bottom: 1px solid #eeeeee;position: relative;}
.pro-detail:before{left: 50%;top: 0.46rem;width: 1px;content: "";position: absolute;background-color: #eeeeee;height: calc(100% - 0.82rem);}
.pro-detail .detail{width: 47.14%;font-weight: 100;line-height: 1.875;}
.pro-detail .detail b{color: #222222;font-size: var(--font-size22);margin-bottom: 0.1rem;}
.pro-detail .detail .txt{margin-bottom: 0.25rem;}

@media(max-width:768px){
	.proBox .Ispic{margin: 0px auto;width: 65%;padding-top: 65%;}
	.proBox .info{width: 100%;padding-top: 0.3rem;}
	.proBox .info .title{text-align: center;}

	.pro-category .item dt{width: 100%;}
	.pro-category .category li a{font-size: var(--font-size16);line-height: 0.4rem;}
	.pro-category .model li{padding-right: 0.15rem;}
	.pro-detail .detail{width: 100%;}
	.pro-detail:before{display: none;}
}
@media(max-width:480px){
	.proBox .info li{width: 100%;}
}



.about-partner::after{display: none;}
.load-partner .splide__track{overflow: visible;}
.about-partner .load-partner{position: relative;}
.about-partner .load-partner:before{width: 18%;position: absolute; height: 100%;content: "";z-index: 6; background:linear-gradient(to right, rgba(250,250,250,1), rgba(250,250,250,0));left: 0;top: 0 }
.about-partner .load-partner:after{width: 18%;position: absolute; height: 100%;content: "";z-index: 6; background:linear-gradient(to left, rgba(250,250,250,1), rgba(250,250,250,0));right: 0;top: 0 }

@media(min-width:769px){
	.fix_subMenu.fix{position: fixed;top:0.7rem;left:0;width:100%;z-index:999;}
}

@media(max-width:768px){
	.home-partners::after{display: none;}
	.home-partners .splide__slide{height:1rem;}
	.home-partners .more{display: none;}
	.subMenu li{width:100%;text-align: left;padding:0 0.3rem;float:none !important;}
	.colName{margin-bottom:0;padding:0.08rem 0.3rem;}
	.subMenu ul{border:1px solid #eee;display: none;}
	.place{margin-top:0.2rem;}
	.prolist .pronav{padding:0;background: none;}
	.prolist .pronav li{margin:0.1rem 0 !important;}
}

.pro_search{display: flex;justify-content: flex-end;margin-bottom:0.4rem;width:100%;padding-top:0.2rem;}
.pro_search .pro_search_box{max-width:6.8rem;width:100%;background: #f8f9fb;padding-right:1rem;position: relative;border-radius: 0.05rem;overflow: hidden;}
.pro_search .pro_search_box input{width:100%;padding:0 0.3rem;box-sizing: border-box;height:0.52rem;border:none;background: none;}
.pro_search .pro_search_box button{width:1rem;height:0.52rem;background: #c8161d;color:#fff;position: absolute;right:0;top:0;border:none;}

.webgl {
    background: url(assets/images/701bab76fa1d6ba8f6b7b1bd320230ab.png);
    background-position: center;
    background-size: auto 163%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    outline: none;
    width: 100% !important;
    height: 100% !important;
}

.earth {
   	position: absolute;
    width: 100vw;
    height: 80vw;
    right: -30%;
	top:-20%;
	z-index: -1;
}
@media(max-width:1024px){
	.earth{width: 100vw;height: 100vw;right: 0;}
}
@media(max-width:480px){
	.earth{top:auto; bottom:-20%;width: 120vw;height: 120vw;right: -25%;}
}

/* 首页圆形轮播 */
.circle-slider {
  position: relative;
  width: 76vw;
  height: 76vw;
  margin-bottom: -52vw;
  margin-top: 5vw;
  z-index: 10;
}

@media(max-width:640px){
.circle-slider {
  position: relative;
  width: 96vw;
  height: 96vw;
  margin-bottom: -62vw;
  margin-top: 7vw;
  z-index: 10;
}
}

.circle-slider .ring {
  position: absolute;
  inset: 0;
  border: 1px solid #333;
  border-radius: 50%;
  display: none;
}
.circle-slider .items {
  position: absolute;
  inset: 0;
}
.circle-slider .item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform-origin: 0 0;
  transition: transform 0.5s ease;
}
.circle-slider .inner {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.5s ease;
}
.circle-slider .thumb {
  width: var(--thumb-size, 50px);
  height: var(--thumb-size, 50px);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  transition: background-color 0.5s ease;
  background:url(../images/homesolbg2.png); background-repeat:no-repeat; background-size:cover;
}
.circle-slider .thumb .icon {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: 50%;
}
.circle-slider .thumb .icon:nth-child(2) {
  display: none;
}
 .circle-slider .thumb.current .icon:nth-child(1) {
  display: none;
}
.circle-slider .thumb.current .icon:nth-child(2) {
  display: block;
}
.circle-slider .thumb.current {
  background-color: red;
  background-image: none;
}
.circle-slider .label-outer {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transition: transform 0.5s ease;
}
.circle-slider .label-inner {
  color: #333;
  font-size: var(--font-size20);
  padding: 4px 10px;
  white-space: nowrap;
  transition: transform 0.5s ease, text-align 0.5s ease;
}
@media(max-width:640px){
.circle-slider .label-inner {
  font-size: var(--font-size14);
}
}
.circle-slider .buttons {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
}
.circle-slider .buttons button {
  width: 80px;
  padding: 10px 14px;
  border: none;
  background: #111;
  color: white;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
}