@import url(base.css);

/* 全局变量 */
:root{
	--background-cover: no-repeat center center / cover;
	--background-contain: no-repeat center center / contain;
	--main-color: 135,197,156;
	--bg-lg: linear-gradient(to right, rgb(255, 255, 255), rgb(135, 197, 156));
	--bg-lg2: linear-gradient(to right, rgb(134, 198, 156), rgb(135, 197, 156,0.5));
	--bg-lgt: linear-gradient(to bottom, rgb(134, 198, 156), rgb(135, 197, 156,0));
}

/*Top s*/
.header{position: fixed;left: 0;top: 0;width: 100%;z-index: 100;color: #fff;transition: all 0.5s;}
.header .logo {position: relative;z-index: 10;width: 1.33rem;height: 0.36rem;}
.header .logo img{height: 0.36rem;width: 1.33rem;position: absolute;left: 0;top: 50%;transition: all 0.4s;transform: translateY(-50%);}
.header .logo img.cai{opacity: 0;}

.header .auto-inner{height: 0.9rem;position: static;}

.header .ver{position: relative;font-size: var(--font-size14);}
.header .ver dt{cursor: pointer;line-height: 0.9rem;}
.header .ver dt:before{width: 0.18rem;height: 0.18rem;background: url(../images/language.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: 10px;height: 5px;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.05rem;}
.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: 100%;height: 0.6rem;border-radius: 5px;background-color: #fff;border: 0;padding: 0 0.8rem 0 0.65rem;background: #fff url(../images/soso2.svg) no-repeat 0.2rem center/0.18rem 0.18rem;}
.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;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{position: relative;font-size: var(--font-size18);}
.mainNav li{padding:0 1.823vw;position: relative;}
.mainNav li:first-child{padding-left: 0;}
.mainNav span a{ position:relative; z-index:100;display:block;line-height: 0.9rem;color: #fff;transition: all 0.3s;}
.mainNav span a:after{position: absolute;width: 0;height: 2px;content: "";left: 50%;transform: translateX(-50%);bottom: 0;background:rgba(var(--main-color));transition: all .5s;}
.mainNav .arr{ display:none;}
.mainNav li.aon span a{color: #fff;}
.mainNav li:hover span a:after,.mainNav li.aon span a:after{width: 100%;;}

.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.on .logo img.bai,
.header.fix .logo img.bai{opacity: 0;}
.header.on .logo img.cai,
.header.fix .logo img.cai{opacity: 1;}
.header.on,.header.fix{background-color: rgba(8,13,28,0.9);} 
.detailBox header .logo img.bai{opacity: 0;}
.detailBox .header .logo img.cai{opacity: 1;}
.detailBox .header{background-color: rgba(8,13,28,0.9);} 

@media(min-width:1921px){
	.mainNav li{padding: 0 0.35rem;}
}
@media(max-width:1440px){
	.mainNav li{padding: 0 1.5vw;}
}
@media (min-width:1025px) {
.header .ver{margin-left: 0.44rem;}
.header .ver:before{position: absolute;left: -0.36rem;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: 1.825vw;transform:scale(0.9);top: 100%;min-width: 3rem;width: max-content;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: 1.5rem;border-radius: 0 0.05rem 0.05rem 0.05rem;}
		.mainNav .sub dd{position: relative;margin: 0 0.15rem;text-align: left;}
		.mainNav .sub a{display: block;padding: 0.5vw 0;padding-right: .2rem;position: relative;z-index: 1;color: #333333;border-bottom: 1px solid #e6e6e6;transition: all 0.5s;}
		.mainNav .sub a:after{position: absolute;right: 0.15rem;top: 50%;transform: translateY(-50%);content: "";width: 0.08rem;height: 0.12rem;background: url(../images/arr_r_blue.svg) no-repeat center center/contain;opacity: 0;transition: all 0.5s;}
		.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{right: 0;opacity: 1;}
		.mainNav .active .sub{display: block;z-index: 99;opacity: 1;visibility: visible;transform: scale(1);pointer-events: auto;}
}
	
@media(max-width:1024px){
	.header .logo span{display: none;}

	.mainNav{position: fixed;left: 0;top:0.9rem;background: rgba(var(--main-color),0.9); 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);height: calc(100vh - 0.9rem);}
	.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;border-bottom: 1px solid rgba(255,255,255,0.3);}
	.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;display: block;}
	.mainNav li.aon span a{color: #ffcc00 !important;}
	.mainNav .sub dd a{font-size: 0.18rem;}
	.mainNav li span{display: block;position: relative;font-size: 0.24rem;line-height: 2;}

	.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 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;}
}
@media(max-width:480px){
	.header .ver dt{line-height: 0.5rem;}
	.mainNav{top: 0.5rem;height: calc(100vh - 0.5rem);}
	.header .auto-inner{height: 0.5rem;}
	.header .logo{zoom: 0.8;}
}
/*Top end*/

/*Bottom s*/

.footer{ position:relative;background:#080d1c;z-index: 2;font-weight: var(--lighter);color: #fff;}
.footer .overflow{padding: 0.6rem 0;}
.footer .bg-canvas{position:absolute;bottom:0;left:50%;transform:translate(-50%,-5%) scale(1);opacity: 0.3;}
.footer .bg-canvas canvas{height: 8.5rem !important;}

.footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;visibility: hidden;}
.footer .logo {margin-bottom: 0.54rem;}
.footer .logo img{height: 0.36rem;}
.footer .contact{flex: 1;}
.footer .contact dd{margin-bottom: 0.11rem;padding-left: 0.4rem;position: relative;}
.footer .contact dd img{position: absolute;left: 0;top: 10%;width: 0.19rem;}
.footer .contact .tel{font-size: var(--font-size20);}

.footer .hornor img{height: 1.5rem;object-fit: contain;}
.footer .hornor a:not(:last-child){margin-right: 0.15rem;}

.footer .nav{margin: 0.11rem 0 0;}
.footer .nav a:not(:last-child){position: relative;margin-right: 0.3rem;}
.footer .nav a:not(:last-child)::after{position: absolute;right: -0.16rem;top: 50%;transform: translateY(-50%);width: 2px;height: 2px;background-color: #fff;content: "";}

.footer .fllowus li{position: relative;z-index: 10;}
.footer .fllowus li:not(:first-child){margin-left: 0.2rem;}
.footer .fllowus .icon{cursor: pointer;display: inline-block;position: relative;width: 0.48rem;height: 0.48rem;line-height: 0.48rem;border-radius: 50%;background: rgba(255,255,255,0.1);text-align: center;}
.footer .fllowus .icon img{height: 0.2rem;opacity: 0.6;}
.footer .fllowus .ewm{padding: 0.1rem;border-radius: 5px;background: #fff;width: 1.5rem;height: 1.5rem;bottom: 0.4rem;left: 50%;transform: translateX(-50%);transition: all 0.5s;position: absolute;opacity: 0;z-index: -1;visibility: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.footer .fllowus .ewm img{width: 100%;}
.footer .fllowus .ewm:after{width: 10px;height: 10px;left: 50%;transform: translateX(-50%) rotate(45deg);content: "";position: absolute;background: #fff;bottom: -5px;}
.footer .fllowus li:hover .ewm{bottom: 0.68rem;visibility: visible;z-index: 1000;opacity: 1;}
.footer .fllowus li:hover{z-index: 1500;}
.footer .fllowus li:hover .icon{background: rgba(255,255,255,0.2);}
.footer .fllowus li:hover .icon img{opacity: 1;}

.footer .auto{width: 100%;}
.footer .bot{border-top:1px solid rgba(255,255,255,0.1);padding-top: 0.19rem;margin-top: 0.15rem;}

.fixRight{right: 0;top: 50%;transform: translateY(-50%);width: 0.9rem;background-color: rgba(255,255,255,0.2);border-radius: 0.15rem 0 0 0.15rem;position: fixed;z-index: 100;}
.fixRight li{position: relative;}
.fixRight li:first-child{border-radius: 0.15rem 0 0 0;}
.fixRight li:last-child{border-radius: 0 0 0 0.15rem;}
.fixRight li a{color: #fff;}
.fixRight p{font-size: var(--font-size14);font-weight: var(--lighter);}
.fixRight .btn{display: block;padding: 0.19rem 0 0.12rem;text-align: center;}
.fixRight .btn img{display: block;margin: 0px auto 0.08rem;height: 0.25rem;}
.fixRight li:not(:last-child) .btn{border-bottom: 1px solid rgba(255,255,255,0.18);}
.fixRight li:hover{background-color: rgba(8,13,28,0.9);}
.fixRight li:hover .ewm{right: 100%;visibility: visible;z-index: 100;opacity: 1;}
.fixRight .ewm{padding: 0.1rem;border-radius: 5px;background: #fff;width: 1.5rem;top: 50%;right: 90%;transform: translateY(-50%);transition: all 0.5s;position: absolute;opacity: 0;z-index: -1;visibility: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.fixRight .ewm img{width: 100%;}
.fixRight .ewm:after{width: 10px;height: 10px;top: 50%;transform: translateX(-50%) rotate(45deg);content: "";position: absolute;background: #fff;right: -10px;}
.fixRight .ewm a{font-size: var(--font-size20);font-weight: bold;color: rgba(var(--main-color));}
.fixRight li:nth-child(2) .ewm{width: 1.8rem;}
.fixRight.on li{background-color: rgba(8,13,28,0.9);}

.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:1024px){
	.footer .overflow{padding-bottom: 1.1rem;}
	.totop.cd-is-visible{bottom: 0.62rem;}
	.fixRight{position:fixed;width: 100%;bottom: -100%;top: auto;transform: translateY(0);background-color: rgba(8, 13, 28, 0.9);transition: all 0.5s;border-radius: 0;}
	.fixRight.show{bottom: 0;}
	.fixRight ul{display: flex;}
	.fixRight ul li{flex: 1;border-radius: 0 !important;}
	.fixRight .ewm{right: auto;left: 50%;transform: translateX(-50%);top: auto;bottom: 90%;}
	.fixRight .ewm:after{right: auto;left: 50%;transform: translateX(-50%) rotate(45deg);bottom: -5px;top: auto;}
	.fixRight li:hover .ewm{bottom: 100%;}
}
@media(max-width:640px){
	.footer .contact .logo{display: none;}
	.footer .fllowus{justify-content: center;margin-top: 0.1rem;}
	.footer .copyright{font-size: var(--font-size14);}
	.footer .hornor img{height: 1.2rem;}
}
/*Bottom end*/

/* button s*/
.morebtn{width: 1.8rem;line-height: 0.54rem;text-align: center;border: 1px solid #fff;color: #fff;border-radius: 0.54rem;display: inline-block;transition: all 0.5s;overflow: hidden;position: relative;}
.morebtn span{position: relative;overflow: hidden;display: block;}
.morebtn span:After{content: "";margin: -0.03rem 0 0 0.938vw;background: url(../images/arr_more.svg) no-repeat right center/contain;width: 0.24rem;height: 0.11rem;display: inline-block;vertical-align: middle;transition: all 0.5s;}
.morebtn span:hover:After{transform: translateX(0.15rem);}
.morebtn::before {content: "";position: absolute;top: -5%;left: -5%;z-index: 0;width: 110%;height: 110%;background-color: rgba(var(--main-color), 1);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.gray{border: 1px solid #999999;color: #999999;}
.morebtn.gray span:After{background-image: url(../images/arr_more_gray.svg);}
.morebtn:hover::before {transform: scaleX(1);transform-origin: left}
.morebtn:hover{border-color: rgba(var(--main-color), 1);color: #fff;}
.morebtn.gray:hover span:After{background-image: url(../images/arr_more.svg);}
.morebtn.op7{opacity: 0.7;}
.morebtn2{color: #999999;}
.morebtn2:After{content: "";margin: -0.03rem 0 0 0.938vw;background: url(../images/arr_more_gray.svg) no-repeat right center/contain;width: 0.24rem;height: 0.11rem;display: inline-block;vertical-align: middle;transition: all 0.5s;}
.item:hover .morebtn2{color: rgba(var(--main-color));}
.item:hover .morebtn2:After{margin-left: 1.3vw;background: url(../images/arr_more_main.svg);}
@media(max-width:640px){
	.morebtn{width: 1.4rem;line-height: 0.35rem;}
}
/* button end*/

/* 首页 s*/
.section{overflow: hidden;position: relative;}

/* 滚屏导航 */
#FixMenu{position: fixed;left: 1vw;z-index: 10000;top: 50%;transform: translate(0,-50%);font-size: var(--font-size14);}
#FixMenu li{display: block;width: 0.24rem;	position: relative;transition: all 0.5s;height: 2.604vw;cursor: pointer;}
#FixMenu li:after{content: "";left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;position: absolute;width: 0.09rem;height: 0.09rem;border:1px solid rgba(255,255,255,0.95);transition: all 0.5s;}
#FixMenu li:before{position: absolute;width: 0;height: 0;content: "";left: 50%;top: 50%;transform: translate(-50%,-50%);background: rgba(var(--main-color)) ;transition: all 0.5s;border-radius: 50%;}
#FixMenu li a{display: block;}
#FixMenu li span{transition: all 0.5s;left: 0;min-width: 2rem;top: 50%;position: absolute;transform: translateY(-50%);visibility: hidden;opacity: 0;}
#FixMenu li span em{display: inline-block;background-color: rgba(255,255,255,0.9);padding: 0 0.15rem;border-radius: 5px;line-height: 18px;padding:5px;transition: all 0.5s;}
#FixMenu li:hover span{opacity: 1;padding-right: 0.24rem;visibility: visible;}
#FixMenu li:hover span em{margin-left: 0.25rem;}
#FixMenu li:hover:after{background-color: rgba(255,255,255,1);}
#FixMenu li.active:before{width: 0.2rem;height: 0.2rem;}
#FixMenu li.active:after{width: 0;height: 0;border: 0;}

@media(max-width:1024px){
	#FixMenu{display: none;}
}

/* banner */
.downarr{ -webkit-animation: rightan 1s infinite;-webkit-animation-fill-mode: both;color:#fff;z-index:999;cursor: pointer;margin: 0px auto;width: 15px;height: 23px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 1rem;}
.downarr span{display: block;height: 23px;position: relative;width: 15px;border-radius: 10px;border:1px solid #fff;}
.downarr span:After{position: absolute;left: 50%;top: 6px;width: 1px;content: "";background:#fff;height: 4px;margin-left: -0.05px;}
.downarr .sp1{animation-name: down_move1; animation-duration: 2000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 0ms;}
.downarr .sp2{opacity: 0; animation-name: down_move2; animation-duration: 2000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 800ms;}
.downarr .iconxjt{opacity: 0; animation-name: down_move2; animation-duration: 2000ms; animation-timing-function: linear; animation-iteration-count: infinite; animation-play-state: running; animation-delay: 800ms;font-size: 16px;position: relative;margin-top: -100px;color: #00479d;}
@keyframes down_move1
{
0% { top:-0.25rem; opacity:0;}
50% { top:0; opacity:1;}
100% { top:0.2rem; opacity:0;}
}
@-webkit-keyframes down_move1
{
0% { top:0; opacity:0;}
50% { top:0.7rem; opacity:1;}
100% { top:1.2rem; opacity:0;}
}
@keyframes down_move2
{
0% { top:0; opacity:0;}
50% { top:0.7rem; opacity:1;}
100% { top:1.2rem; opacity:0;}
}
@-webkit-keyframes down_move2
{
	0% { top:0; opacity:0;}
	50% { top:0.7rem; opacity:1;}
	100% { top:1.2rem; opacity:0;}
}

#fullPage{background-color: #000;}
.section{color: #fff;}

/* home-ban */
.home-ban{position: relative;}
.home-ban .info{text-align: center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;background-image: var(--linear-gradient);}
.home-ban .info h2{/* margin-bottom: 2.344vw; */font-size: var(--font-size72);background-image: var(--bg-lg);background-clip: text;-webkit-background-clip: text;color:transparent; font-weight: bold;}
.home-ban .info h2 img{height: 0.71rem;}
.home-ban .ispic{height: 100vh;}
.home-ban .swiper-slide-active .ispic{animation:fadeInscale 5s .3s ease both;-webkit-animation:fadeInscale 5s .3s ease both;-moz-animation:fadeInscale 5s .3s ease both;}
.home-ban .swiper-slide-active h2{animation:fadeInUpSmall 1s .5s ease both;-webkit-animation:fadeInUpSmall 1s .5s ease both;-moz-animation:fadeInUpSmall 1s .5s ease both;}
.home-ban .swiper-slide-active .morebtn{animation:fadeInUpSmall 2s .5s ease both;-webkit-animation:fadeInUpSmall 2s .5s ease both;-moz-animation:fadeInUpSmall 2s .5s ease both;}
.home-ban .swiper-button-prev{left: -1rem;}
.home-ban .swiper-button-next{right: -1rem;}
.home-ban:hover .swiper-button-prev{left: 6%;}
.home-ban:hover .swiper-button-next{right: 6%;}
.home-ban .controls-page {position: absolute;left: 0;bottom: 0.3rem;z-index: 10;width: 100%;}
.home-ban .controls-page span{width: 0.08rem;height: 0.08rem;margin: 0 0.14rem !important;border-radius: 50%;background-color: rgba(255,255,255,0.5);}
.home-ban .controls-page .swiper-pagination-bullet-active{background-color: #fff;width: 0.19rem;height: 0.12rem;border-radius: 100%;}
.home-ban .morebtn{position: absolute; right:6%; bottom:1rem;  z-index: 10;}

.titHead{margin-bottom: 0.44rem;}
.titHead p{font-size: var(--font-size32);color: rgba(255,255,255,0.6);}
.titHead h2{font-size: var(--font-size40);line-height: 1.325;background-image: var(--bg-lg);background-clip: text;-webkit-background-clip: text;color:transparent;font-weight: 500;}
@media(max-width:1024px){
	.section .auto-inner{padding: 0 !important;}
  .home-ban .info h2{font-size: var(--font-size50);}
}

@media(max-width:768px){
.titHead{margin-bottom: 0.2rem;}
.home-ban .ispic{height: auto;}
.home-ban .ispic{height: auto;padding-bottom:110%;}
.home-ban .info h2{font-size:.26rem;}
}

/* home-pro */
.home-pro .titHead{position: absolute;top: 10vw;left: 50%;z-index: 10;transform: translateX(-50%);}

.home-pro .isbg{height: 100vh;}
.home-pro .isbg:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background-color: rgba(0,0,0,0.4);z-index: 1;}

.home-pro .change-con .swiper-slide{height: 100vh;}
.home-pro .content{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 11.8rem;padding-left: 2.26rem;z-index: 10;}
.home-pro .ispic {width: 50%;}
.home-pro .info {color: #fff;width: 42%;}
.home-pro .info .num{font-size: var(--font-size32);opacity: 0.1;}
.home-pro .info h3{font-size: var(--font-size24);margin: 0.26rem 0 0.13rem;font-weight: 500;}
.home-pro .info pre{opacity: 0.6;line-height: 2;margin-bottom: 4.792vw;text-align: left;}
.home-pro .change-tab{z-index: 10;left: 0;bottom: 0.69rem;width: 100%;position: absolute;font-size: var(--font-size20);}
.home-pro .change-tab:before{height: 1px;background-color: rgba(255,255,255,0.3);width: 1.6rem;content: "";left: 0;position: absolute;top: 0.6rem;z-index: 0;}
.home-pro .change-tab:after{height: 1px;background-color: rgba(255,255,255,0.3);width: 1.6rem;content: "";right: 0;position: absolute;top: 0.6rem;z-index: 0;}
.home-pro .change-tab .ico{width: 1.22rem;height: 1.22rem;margin: 0px auto 0.02rem;position: relative;z-index: 2;transition: all 0.5s;}
.home-pro .change-tab .ico:After{position:absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: url(../images/home-pro_icobg.png) no-repeat center center/contain;transition: all 0.54s;}
.home-pro .change-tab .ico:before{position:absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: url(../images/home-pro_icobg2.png) no-repeat center center/contain;transform: scale(0);transition: all 0.5s;}
.home-pro .change-tab li{cursor: pointer;color: #fff;text-align: center;position: relative;width: auto !important;min-height: 1.8rem;flex: 1;overflow: hidden;}
.home-pro .change-tab li:before,
.home-pro .change-tab li:after{height: 1px;background-color: rgba(255,255,255,0.3);width: 50%;content: "";right: calc(50% + 0.61rem);position: absolute;top: 0.6rem;z-index: 0;}
.home-pro .change-tab li:after{right:auto;left: 50%;}
.home-pro .change-tab .ico img{position:relative;z-index: 1;width: 0.48rem;height: 0.48rem;}
.home-pro .change-tab .ico span{top: 0.6rem;width: 0;background-color: rgba(var(--main-color));height: 1px;transition: all 0.5s;position: absolute;}
.home-pro .change-tab .swiper-slide-thumb-active .ico{margin-bottom: 0.15rem;}
.home-pro .change-tab .swiper-slide-thumb-active .ico:after,
.home-pro .change-tab li:hover .ico:after{opacity: 0;}
.home-pro .change-tab .swiper-slide-thumb-active .ico:before{animation: turn 3s linear infinite;}
.home-pro .change-tab .swiper-slide-thumb-active .ico span:nth-child(2){left: -0.34rem;width: 0.34rem;}
.home-pro .change-tab .swiper-slide-thumb-active .ico span:nth-child(3){right: -0.34rem;width: 0.34rem;}

.home-pro .change-con li:hover h3{color:rgba(var(--main-color));}
.home-pro .change-con .swiper-slide-active .ispic{animation:fadeInRightSmall 2s .3s ease both;-webkit-animation:fadeInRightSmall 2s .3s ease both;-moz-animation:fadeInRightSmall 2s .3s ease both;}
.home-pro .change-con .swiper-slide-active .info{animation:fadeInLeftSmall 2s .3s ease both;-webkit-animation:fadeInLeftSmall 2s .3s ease both;-moz-animation:fadeInLeftSmall 2s .3s ease both;}
.home-pro .change-con .swiper-slide-active .isbg{animation:fadeInfilter 1s .3s ease both;-webkit-animation:fadeInfilter 1s .3s ease both;-moz-animation:fadeInfilter 1s .3s ease both;}

@media(min-width:1025px){
	.home-pro.active .change-tab{animation:fadeInUp 1.5s .3s ease both;-webkit-animation:fadeInUp 1.5s .3s ease both;-moz-animation:fadeInUp 1.5s .3 both;}
	.home-pro.active {animation:fadeInscale 1.5s .3s ease both;-webkit-animation:fadeInscale 1.5s .3s ease both;-moz-animation:fadeInscale}	
}
@media(max-width:1024px){
	.home-pro .content{width: 87.06%;}
}
@media(max-width:768px){
	.home-pro .titHead{top: 0.6rem;}
	.home-pro .content{padding-left: 0;top: 40%;}
	.home-pro .change-tab{bottom: 15%;}
	.home-pro .info{width: 47%;}
	.home-pro .change-tab{font-size: var(--font-size16);}
	.home-pro .change-tab li aside{-webkit-line-clamp: 2;}
	.home-pro .info h3{font-size: var(--font-size16);-webkit-line-clamp: 2;}
	.titHead p{font-size: var(--font-size24);}
 .titHead h2{font-size: var(--font-size30);}
}


/* home-devices */
.home-tab{width: 22.43%;}
.home-tab .change-tab li{padding: 0.1rem 0;font-size: var(--font-size18);cursor: pointer;height: auto !important;}
.home-tab .change-tab .swiper-slide-thumb-active,
.home-tab .change-tab .on{color: rgba(var(--main-color));}

.home-con{width: calc(100% - 22.43%);min-height: 5.76rem;}
.home-con .arrow{top: auto !important;transform: translateY(0);bottom: 0;}
.home-con .swiper-button-next{right: auto;left: 0.75rem;}

.home-devices .auto-inner{padding-top: 10vw;}
.home-devices .swiper-container{width: 120%;padding-right: 45%;}
.home-devices .ispic{width: 3.85rem;padding-top: 3.85rem;margin: 0px auto 0.2rem;background: url(../images/home-devices_bg1.jpg) no-repeat center center/cover;}
.home-devices .swiper-slide {padding-right: 3.125vw;font-size: var(--font-size20);color: #fff;}
.home-devices .swiper-slide a{display: block;text-align: center;padding: 1.06rem 0 0 0;min-height: 5.76rem;background: url(../images/home-devices_bg1.jpg) no-repeat center center/cover;}

@media(min-width:1025px){
.home-devices.active .isbg{animation:fadeInfilter 1s .3s ease both;-webkit-animation:fadeInfilter 1s .3s ease both;-moz-animation:fadeInfilter 1s .3s ease both;}
.home-devices.active .titHead{animation:fadeInUp 1.5s .3s ease both;-webkit-animation:fadeInUp 1.5s .3s ease both;-moz-animation:fadeInUp 1.5s .3 both;}
.home-devices.active .change-tab{animation:fadeInUp 1.5s .3s ease both;-webkit-animation:fadeInUp 1.5s .3s ease both;-moz-animation:fadeInUp 1.5s .3 both;}
.home-devices.active .change-con{animation:fadeInLeftSmall 1.5s .3s ease both;-webkit-animation:fadeInLeftSmall 1.5s .3s ease both;-moz-animation:fadeInLeftSmall 1.5s .3 both;}
.home-devices.active .state{animation:fadeIn 1.5s .3s ease both;-webkit-animation:fadeIn 1.5s .3s ease both;-moz-animation:fadeIn 1.5s .3 both;}
}
@media(max-width:768px){
	.home-devices{padding: 0.6rem 0 !important;min-height: auto;}
	.home-devices .home-tab .change-tab{display: none;}
	.home-devices .ispic{width: auto;padding-top: 100%;}
	.home-devices .swiper-slide a{min-height: auto;padding: 0.25rem 0;}
	.home-tab{width: 100%;}
	.home-con{width: 100%;min-height: auto;padding-bottom: 1rem;}
}

/* home-about */
.home-about .auto-inner{padding-top: 10vw;}
.home-about .content{width: 43%;}
.home-about .txt{hyphens: auto;line-height: 2;font-weight: var(--lighter);text-align: left;}
.home-about .nav{padding: 0.5rem 0 10.208vw;}
.home-about .nav li{padding: 0 0.6rem;text-align: center;}
.home-about .nav a{display: block;font-weight: var(--lighter);}
.home-about .nav li img{display: block;margin: 0px auto 0.1rem;height: 0.36rem;}
.home-about .nav li:not(:last-child){border-right: 1px solid rgba(255,255,255,0.2);}
.home-about .nav li:first-child{padding-left: 0;}
.home-about .nav li:last-child{padding-right: 0;}
.home-about .numList{font-size: var(--font-size16);}
.home-about .numList li{height: 2rem;}
.home-about .numList .num{line-height: 0.48rem;height: 0.48rem;font-size: var(--font-size50);}
.home-about .numList .num i{font-weight: 500;}
.home-about .numList p{font-weight: var(--lighter);}
.home-about .numList li:not(:last-child){margin-bottom: 0.2rem;}
.home-about .yuan,
.home-about .yuan-on{position: absolute; right: 0; bottom: 0; width: 100%;height: 100%; background-repeat: no-repeat; background-size: contain; background-position: center;transition: all 0.3s }
.home-about .yuan{background-image:url(../images/yuan.png); height: 100%;}
.home-about .nums{position: relative; z-index: 10;}
.home-about.active .yuan{
    animation: changeBackground 0.3s 2.5s forwards; /* 延迟5秒 */
}
/* 定义动画 */
@keyframes changeBackground {
    0% {
        background-image: url('../images/yuan.png');
    }
    100% {
        background-image: url('../images/yuan-hover.png');
    }
}

@media(min-width:1025px){
	.home-about.active .isbg{animation:fadeInfilter 1s .3s ease both;-webkit-animation:fadeInfilter 1s .3s ease both;-moz-animation:fadeInfilter 1s .3s ease both;}
	.home-about.active .numList li:nth-child(1){animation:fadeInUpSmall 0.8s .8s ease both;-webkit-animation:fadeInUpSmall 0.8s .8s ease both;-moz-animation:fadeInUpSmall 0.8s .8s ease both;}
	.home-about.active .numList li:nth-child(2){animation:fadeInLeftSmall 0.9s .8s ease both;-webkit-animation:fadeInLeftSmall 0.9s .8s ease both;-moz-animation:fadeInLeftSmall 0.9s .8s ease both;}
	.home-about.active .numList li:nth-child(3){animation:fadeInLeftSmall 1s .8s ease both;-webkit-animation:fadeInLeftSmall 1s .8s ease both;-moz-animation:fadeInLeftSmall 1s .8s ease both;}
	.home-about.active .titHead{animation:fadeInRightSmall 1s .8s ease both;-webkit-animation:fadeInRightSmall 1s .8s ease both;-moz-animation:fadeInRightSmall 1s .8s ease both;}
	.home-about.active .txt{animation:fadeInRightSmall 1.2s .8s ease both;-webkit-animation:fadeInRightSmall 1.2s .8s ease both;-moz-animation:fadeInRightSmall 1.2s .8s ease both;}
	.home-about.active .nav{animation:fadeInRightSmall 1.4s .8s ease both;-webkit-animation:fadeInRightSmall 1.4s .8s ease both;-moz-animation:fadeInRightSmall 1.4s .8s ease both;}
	.home-about.active .morebtn{animation:fadeInRightSmall 1.6s .8s ease both;-webkit-animation:fadeInRightSmall 1.6s .8s ease both;-moz-animation:fadeInRightSmall 1.6s .8s ease both;}
}

@media(min-width:769px){
  .home-about .nums{position: absolute; right:0; bottom: 0;width: 7.87rem; height: 6.39rem;}
  .home-about .yuan,
  .home-about .yuan-on{display: block; }
  .home-about .numList{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
  .home-about .numList li{height:auto; position: absolute; padding-right: 1rem; cursor: pointer; z-index: 11; }
  .home-about .numList li::before,
  .home-about .numList li::after{position: absolute; content: '';  border-radius: 50%;}
  .home-about .numList li::before{width: .1rem; height: .1rem; bottom: .22rem;  background:#fff; right:.17rem; z-index: 12;}
  .home-about .numList li::after{width: .44rem; height: .44rem; border: 1px solid #fff; right: 0; bottom:.05rem; z-index: 11;}
  .home-about .numList li:hover::after{ border-color:#87c59c; background: #87c59c;}
  .home-about .numList li.on::after{ border-color:#87c59c; background: #87c59c;}
  .home-about .numList li .num,
  .home-about .numList li p{transition: .3s;}
  .home-about .numList li p{margin-top: .05rem;}
  .home-about .numList li:hover .num,
  .home-about .numList li:hover p,
  .home-about .numList li.on .num,
  .home-about .numList li.on p{transform: scale(1.5);}
  .home-about .numList li:hover p,
  .home-about .numList li.on p{margin-top: .15rem;}
  .home-about .numList li:not(:last-child){margin-bottom: 0;}
  .home-about .numList li:nth-child(1){ right:1.75rem; bottom: 5.7rem;}
  .home-about .numList li:nth-child(2){ right:4.5rem; bottom:4.25rem;}
  .home-about .numList li:nth-child(3){ right:6.4rem; bottom:2.3rem; width: 35%;}
}
@media(max-width:1024px){
	.home-about .numList{margin-right: 0;}
}
@media(max-width:768px){
	.home-about{padding: 0.6rem 0 0 !important;}
	.home-about .content{width: auto;}
  .home-about .nums{padding:.5rem;}
	.home-about .numList{width: auto;display: flex;margin: 0.2rem -0.05rem 0;}
	.home-about .numList li{flex: 1;background: transparent;border: 1px solid rgba(255,255,255,0.1);margin: 0 0.05rem;}
	.home-about .numList .num{font-size: var(--font-size30);}
	.home-about .nav {justify-content: space-between;}
	.home-about .nav li:not(:last-child){border-right: 0;}
	.home-about .nav li{padding: 0;}

	.home-about .nums{height:40vh;}
	.home-about .yuan, .home-about .yuan-on{background-position: right center;}
	.home-about .numList li{border:none;position: absolute;padding-right:0.6rem;z-index:990;height:auto;padding-bottom:0.3rem;}
	.home-about .numList li::before,
	.home-about .numList li::after{position: absolute; content: '';  border-radius: 50%;}
	.home-about .numList li::before{width: .1rem; height: .1rem; bottom: .22rem;  background:#fff; right:.17rem; z-index: 12;}
	.home-about .numList li::after{width: .44rem; height: .44rem; border: 1px solid #fff; right: 0; bottom:.05rem; z-index: 11;}
	.home-about .numList li:hover::after{ border-color:#87c59c; background: #87c59c;}
	.home-about .numList li.on::after{ border-color:#87c59c; background: #87c59c;}
	.home-about .numList li:nth-child(3){ right:53%; top: 57%;}
	.home-about .numList li:nth-child(2){ right:33%; top:9.5%;}
	.home-about .numList li:nth-child(1){ right:0; top:-18.5%;}
}

@media(max-width:480px){
	.home-about .nums{margin-top:0.5rem;height:3.2rem;}
	.home-about .yuan, .home-about .yuan-on{background-size: 80%;}
	.home-about .numList li:nth-child(3){ right:42%; top: 38%;}
	.home-about .numList li:nth-child(2){ right:41%; top:4.5%;}
	.home-about .numList li:nth-child(1){ right:0; top:-21.5%;}
	.home-about .numList li:nth-child(3)::before{bottom:-0.125rem;right:55%;}
	.home-about .numList li:nth-child(3)::after{right:48%;bottom:-0.3rem;}
}


/* home-news */
.home-news .auto-inner{padding-top: 10vw;}
.home-news .swiper-container{width: 110%;padding-right: 68%;}
.home-news .ispic{padding-top: 66%;border-radius: 0.12rem;margin-bottom: 0.34rem;background-color: #000000;}
.home-news .swiper-slide{padding-right: 2.083vw;}
.home-news .swiper-slide:not(.swiper-slide-active){opacity: 0.6 !important;}
.home-news .date{font-weight: var(--lighter);margin-bottom: 0.07rem;color: #fff;}
.home-news .tit{font-size: var(--font-size20);line-height: 1.6;}
.home-news .swiper-pagination-info{position: absolute;left: 0;bottom: 0.85rem;color: #999999;}
.home-news .swiper-pagination-info .current{color: #fff;font-size: var(--font-size24);}
.home-news .auto-inner:After{background-color: rgba(255,255,255,0.5);content: "";height: 1px;width: 100%;left: 50%;position: absolute;bottom: 0.3rem;margin-left: -40%;}

@media(min-width:1025px){
	.home-news.active .isbg{animation:fadeInfilter 1s .3s ease both;-webkit-animation:fadeInfilter 1s .3s ease both;-moz-animation:fadeInfilter 1s .3s ease both;}
	.home-news.active .titHead{animation:fadeInRightSmall 1s .8s ease both;-webkit-animation:fadeInRightSmall 1s .8s ease both;-moz-animation:fadeInRightSmall 1s .8s ease both;}
	.home-news.active .change-tab{animation:fadeInRightSmall 1.2s .8s ease both;-webkit-animation:fadeInRightSmall 1.2s .8s ease both;-moz-animation:fadeInRightSmall 1.2s .8s ease both;}
}
@media(max-width:768px){
	.home-news{padding: 0.6rem 0 !important;}
	.home-news .change-tab{display: flex;justify-content: center;margin-bottom: 0.2rem;}
	.home-news .change-tab li{margin: 0 0.2rem;}
	.home-news .auto-inner:After{margin-left: -25%;bottom: 0.2rem;}
	.home-news .swiper-pagination-info{bottom: 0.5rem;}
	.home-con .swiper-button-next{left: 0.5rem;}
	.home-news .swiper-container{width: 120%;padding-right: 45%;}
	.home-news .tit{font-size: var(--font-size18);}
}

/* home-business */
.home-business .list .item{border-radius: 0.7rem 0.7rem 0 0;margin-left: 1px;background-color: rgba(255,255,255,0.1);width: 3.34rem;transition: all 0.5s;}
.home-business .list .item a{padding: 0.8rem 0.6rem 0 0.6rem;display: block;position: relative;min-height: 4.29rem;}
.home-business .list .inner{position: relative;color: #fff;}
.home-business .list .info h3{margin-bottom: 0.07rem;font-size: var(--font-size32);font-weight: 500;}
.home-business .list .info p{font-weight: var(--lighter);}
.home-business .list .icon img{height: 0.6rem;}
.home-business .list .morebtn{position: absolute;bottom: 0.9rem;left: 0;opacity: 0;transition: all 0.5s;}

@media(min-width:1025px){
	.home-business.active .isbg{animation:fadeInfilter 1s .3s ease both;-webkit-animation:fadeInfilter 1s .3s ease both;-moz-animation:fadeInfilter 1s .3s ease both;}
	.home-business.active .titHead{animation:fadeInRightSmall 1s .8s ease both;-webkit-animation:fadeInRightSmall 1s .8s ease both;-moz-animation:fadeInRightSmall 1s .8s ease both;}
	.home-business.active .list .item:nth-child(1){animation:fadeInUp 0.8s .5s ease both;-webkit-animation:fadeInUp 0.8s .5s ease both;-moz-animation:fadeInUp 0.8s .5s ease both;}
	.home-business.active .list .item:nth-child(2){animation:fadeInUp 2s .5s ease both;-webkit-animation:fadeInUp 2s .5s ease both;-moz-animation:fadeInUp 2s .5s ease both;}
	.home-business.active .list .item:nth-child(3){animation:fadeInUp 3s .5s ease both;-webkit-animation:fadeInUp 3s .5s ease both;-moz-animation:fadeInUp 3s .5s ease both;}
}
@media(min-width:769px){
	.home-business .auto-inner{padding-top: 10vw;height: 100vh;}
	.home-business .list .info{position: absolute;left: 0;top: 1.84rem;width: 100%;transition: all 0.6s;}
	.home-business .list{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 10;margin-left: -1px;}
	.home-business .list .item.cur {width: 6rem;background: rgba(0,0,0,0.4) url(../images/h.svg) no-repeat right bottom/contain;}
 .home-business .list .item.cur .info{top: -0.15rem;left: 0.98rem;}
 .home-business .list .item.cur .morebtn{left: 1.6rem;opacity: 1;}
}
@media(max-width:1024px){
	.home-business .list .item{flex: 1;}
	.home-business .list .item.cur{flex: 2;}
}
@media(max-width:768px){
	.home-business{padding: 0.6rem 0 !important;}
	.home-business .list .item{flex: none;width: 100%;border-radius: 0.2rem 0.2rem 0 0;text-align: center;}
	.home-business .list .item .info{margin-top: 0.15rem;}
	.home-business .list .item a{padding: 0.3rem;min-height: auto;}
	.home-business .list .icon img{height: 0.4rem;}
	.home-business .list .item:nth-child(2){border-radius: 0;}
	.home-business .list .item:not(:last-child){border-bottom: 1px solid rgba(255,255,255,0.1);}
	.home-business .list .info h3{font-size: var(--font-size24)}
	.home-business .list .item:last-child{border-radius: 0 0 0.2rem 0.2rem ;}
}

/* 首页 end*/

/*common s*/
.subPage{position: relative;background-color: #f3f3f3;z-index: 1;height: auto !important;height: 2.8rem;min-height: 2.8rem;clear: both;padding: 5.208vw 0;background-position: center top;background-size: cover;background-repeat: no-repeat;overflow: hidden;}

.pageBan{position: relative;overflow: hidden;transition: all 0.3s;color: #fff;}
.pageBan:before{content: "";left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background:rgba(0,0,0,0.55) ;position: absolute;transition: all 0.5s;}
.pageBan .auto-inner{position: absolute;top: 45%;left: 50%;transform: translateX(-50%);z-index: 10;text-align: center;}
.pageBan h1{font-weight: 700;position: relative;z-index: 10;font-size: var(--font-size42);text-align: center;}
.pageBan p{text-transform: uppercase;font-size: var(--font-size20);font-weight: 500;}
.pageBan .ispic{overflow: hidden;position: relative;height: 7.5rem;}
.pageBan .ispic img{width: 100%;transform: scale(1.1);transition: all 5s;object-fit: cover;position: absolute;left: 0;top: 0;height: 100%;}
.pageBan.on .ispic img{transform: scale(1) !important;}
.pageBan:hover:before{opacity: 0.85;}

.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.4;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.16rem 0.15rem;height: 100%;width: 20px;transition: all 0.3s;}
.colName.on:after{transform: translateY(-50%) rotate(-180deg);}

.subMenu{font-weight: 100;padding: 0.3rem 0 1rem;}
.subMenu li{position: relative;overflow: hidden;border-radius: 0.5rem;min-width: 1.5rem;}
.subMenu li:not(:last-child){margin-right: 0.2rem;}
.subMenu li span{display: block;position: relative;}
.subMenu li span a{color: #555555;display: block;line-height: 0.48rem;text-align: center;padding: 0 0.2rem;border: 1px solid #cfcfcf;border-radius: 0.5rem;}
.subMenu li:before{position: absolute;left: 50%;transform: translateX(-50%);width: 100%;bottom:0;height: 0;content: "";background: rgba(var(--main-color));
	transition: all 0.5s;}
.subMenu li.onli a,.subMenu li:hover a{color: #fff;border-color:rgba(var(--main-color));}
.subMenu li.onli:before,.subMenu li:hover:before{height: 100%;}

.place{color: #999999;text-align: right;}
.place:before{width: 12px;height: 14px;content: "";background: url(../images/ico_home.svg) no-repeat center center/contain;display: inline-block;vertical-align: middle;margin: -3px 0.1em 0 0;}
.place a{color: #999999;margin-right: 0.22rem;position: relative;}.place a:hover,.place span{color: rgba(var(--main-color));display: inline-block;}
.place a:after{position: absolute;width: 0.22rem;right: -0.22rem;top: 50%;height:100%;content: "/";text-align: center;transform: translateY(-50%);}

.singlePage{ /*word-wrap:break-word;word-break:normal;text-align:justify;*/hyphens: auto;position: relative;line-height: 1.875;}
.singlePage p *{text-wrap:none !important;  white-space: pre-wrap !important; }
.singlePage h2{color:rgba(var(--main-color));font-size: var(--font-size20);font-weight: 500;margin-bottom: 0.938vw;}
.singlePage table{width: 100%;border-collapse: collapse;border-bottom: 1px solid #fff;}
.singlePage table thead{color:#fff;font-size: var(--font-size20);font-weight: bold;}
.singlePage table thead th{background-color: rgba(var(--main-color));padding: 1.042vw;}
.singlePage table thead th:first-child{border-radius: 0.2rem 0 0 0.2rem;}
.singlePage table thead th:last-child{border-radius: 0 0.2rem 0.2rem 0;}
.singlePage table th:not(:last-child),
.singlePage table td:not(:last-child){border-right: 1px solid rgba(255,255,255,0.5);}
.singlePage table td{padding: 0.625vw 1.042vw;font-size: var(--font-size18);font-weight: 500;}
.singlePage table tr:nth-child(even) td{background-color: #fff;}
.singlePage table td:first-child{border-radius: 20px 0 0 0.2rem;}
.singlePage table td:last-child{border-radius: 0 0.2rem 0.2rem 0;}
.singlePage .tc {margin: 0 -0.05rem;}
.singlePage .tc img{margin: 0 0.05rem 0.1rem;}


@media(max-width:1024px){
	.pageBan .ispic{height: auto;}
	.pageBan .ispic img{position: static;}
}
@media(max-width:768px){
	.subPage{padding: 0.4rem 0;}
	.pageBan .auto-inner{display: none;}
	.singlePage .tc img{width: 100% !important;height: auto !important;}

	/* 二级菜单 */
	.subMenu{padding: 0.2rem 0;}
	.subMenu .colName{display: block;}
	.subMenu ul{margin-bottom: 0.15rem;display: none;}
	.subMenu li{margin-right: 0 !important;}
	.subMenu li span a{line-height: 2.5;border:0;border-bottom: 1px solid #eee;text-align: left;border-radius: 0;}
	.subMenu li.onli a, .subMenu li:hover a{color: rgba(var(--main-color));}
	.subMenu li.onli:before, .subMenu li:hover:before{display: none;}
}
/*common end*/

/*pages*/
.Pages{ padding:0.2rem 0 0; line-height:0.64rem; zoom:1; overflow:hidden;text-align: center;font-size: var(--font-size18);} 
.Pages span{ padding:0px 0.05rem; display:inline-block;} 
.Pages a{ display:inline-block; margin:0px 0.06rem;width: 0.66rem;height: 0.66rem;vertical-align: middle;border: 1px solid #dbdbdb;border-radius: 50%;font-weight: 500;} 
.Pages .p_cur,.Pages .p_count,.Pages .p_total,.Pages .p_jump,.Pages .a_prev,.Pages .a_next{display: none;}  
.Pages .p_page em a.a_cur,.Pages .p_page em a:hover{ color:#fff; border-color: rgba(var(--main-color)); 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.18rem 0.12rem;border: 0;background-color: #fff;}
.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{border-color: #d3d3d3;}
.Pages .a_first{background-image: url(../images/page/prev.svg);}
.Pages .a_first:hover{background-image: url(../images/page/prev-on.svg) !important;border-color: rgba(var(--main-color));}
.Pages .a_end{background-image: url(../images/page/next.svg);}
.Pages .a_end:hover{background-image: url(../images/page/next-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*/

/* 牙齿矫正 */
.pro-list{margin-left: -2.083vw;}
.pro-list .item{width: 33.333%;padding: 0 0 2.083vw 2.083vw;text-align: center;}
.pro-list a{display: block;color: #fff;border-radius: 0.2rem;padding: 2.083vw 2.083vw 0.25rem;background: url(../images/pro-bg.jpg) no-repeat center center/cover;}
.pro-list .ispic{padding-top: 82.2%;width: 82.2%;margin: 0px auto 1.198vw;}
.pro-list .tit{font-size: var(--font-size22);margin-bottom: 0.573vw;}
.pro-list .item:hover .tit{color: rgba(var(--main-color));}

.pro-detail{position: relative;padding-bottom: 2.083vw;}
.pro-detail:After{position: absolute;right: 0;bottom: 0;width: 50%;height: calc(100% - 2.083vw);content: "";background-color: #fff;border-radius: 0.2rem;z-index: -1;}
.pro-detail .ispic{width: 53.75%;border-radius: 0.2rem;}
.pro-detail .detail{flex: 1;padding: 7.344vw 4.167vw 2.5vw;}
.pro-detail .detail h3{font-size: var(--font-size50);margin-bottom: 0.24rem;font-weight: 500;}
.pro-detail .detail .txt{font-size: var(--font-size18);line-height: 1.88;margin-bottom: 2.188vw;}
.backs{width: 1.8rem;line-height: 0.57rem;text-align: center;border-radius: 0.57rem;border:1px solid rgba(var(--main-color));color:rgba(var(--main-color));display: block;}
.backs:After{margin: -0.156vw 0 0 1.042vw;width: 0.22rem;height: 0.16rem;background: url(../images/back2.svg) no-repeat center center/contain;display: inline-block;content: "";transition: all 0.5s;vertical-align: middle;}
.backs:hover{background-color: rgba(var(--main-color));color: #fff;}
.backs:hover:After{transform: translateX(0.1rem);background-image: url(../images/back.svg);}

.pro-feature{padding-top: 5.208vw;}
.pro-feature .list .item{text-align: center;padding: 0.27rem 0.2rem; flex: 1;}
.pro-feature .list .item:not(:last-child){border-right: 1px solid #dadada;}
.pro-feature .list .item img{height: 0.6rem;}
.pro-feature .list .tit{font-size: var(--font-size24);margin: 1.875vw 0 0.09rem;font-weight: 500;}
.pro-feature .list .desc{color: #666;line-height: 1.875;text-align: center;}

.pro-advantage{background-attachment: fixed;; overflow: hidden}
.pro-advantage .subTit{padding-bottom: 0;}
.pro-advantage .content{position: relative;}
.pro-advantage .content:before{	width: 9rem;	height: 9rem;background-color: rgba(135,197,156,0.1);	position: absolute;	left: 50%;	top: 50%;	content: '';	border-radius: 50%;z-index: 0;margin: -4.5rem 0 0 -4.5rem;}
.pro-advantage .content:after {	width: 5rem;	height: 5rem;background-color: rgba(135,197,156,0.3);	position: absolute;	left: 50%;	top: 50%;	content: '';	border-radius: 50%;	opacity: 0;z-index: 1;animation: scaleAnimate 1.5s linear;	animation-iteration-count: infinite;margin: -2.5rem 0 0 -2.5rem;}
.pro-advantage .content:after {animation-delay: .5s;}
.pro-advantage .content .ispic{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 5.61rem;height: 5.61rem;border-radius: 50%;background-color: rgba(135,197,156,0.2);}
.pro-advantage .content .ispic:After{content: "";left: 0;top: 0;width: 100%;height: 100%;position: absolute;background: url(../images/td_yuan.png) no-repeat center center/contain;animation: turn 3s linear infinite;}
.pro-advantage .content .list{min-height: 7.02rem;}
.pro-advantage .content .item{width: 3.5rem;border-radius: 0.1rem;min-height: 1.4rem;background-color: rgba(255,255,255,0.2);color: #fff;padding: 0.2rem;float: left;position: relative;}
.pro-advantage .content .item:after{width: 0.17rem;height: 0.17rem;border-radius: 50%;background-color:rgba(var(--main-color));right: -0.25rem;position: absolute;content: "";}
.pro-advantage .content .item:nth-child(odd){clear: both;}
.pro-advantage .content .item:nth-child(even){float:right}
.pro-advantage .content .item:nth-child(1),
.pro-advantage .content .item:nth-child(5){margin-left: 3.125vw;text-align: right;}
.pro-advantage .content .item:nth-child(3){text-align: right;}
.pro-advantage .content .item:nth-child(2),
.pro-advantage .content .item:nth-child(6){margin-right: 3.125vw;}
.pro-advantage .content .item:nth-child(1) .tit:after,
.pro-advantage .content .item:nth-child(3) .tit:after,
.pro-advantage .content .item:nth-child(5) .tit:after{left: auto;right: 0;}
.pro-advantage .content .item:nth-child(1):after{bottom: -0.07rem;}
.pro-advantage .content .item:nth-child(2):after{bottom: -0.07rem;left: -0.25rem;right: auto;}
.pro-advantage .content .item:nth-child(3):after{top: 50%;transform: translateY(-50%);}
.pro-advantage .content .item:nth-child(4):after{top: 50%;transform: translateY(-50%);left: -0.25rem;right: auto;}
.pro-advantage .content .item:nth-child(5):after{bottom: auto;top: -0.07rem;}
.pro-advantage .content .item:nth-child(6):after{bottom: auto;top: -0.07rem;left: -0.25rem;right: auto;}
.pro-advantage .content .item:not(:nth-last-child(-n+2)){margin-bottom: 7.188vw;}
.pro-advantage .content .item .tit{font-size: var(--font-size22);line-height: 0.27rem;padding-bottom: 0.13rem;margin-bottom: 0.06rem;position: relative;}
.pro-advantage .content .item .tit:after{position: absolute;bottom: 0;width: 0.3rem;height: 0.02rem;background-color: rgba(var(--main-color));content: "";z-index: 1;left: 0;transition: all 0.5s;}
.pro-advantage .content .item .txt{line-height: 1.75;}
.pro-advantage .content .item:hover{background-color: rgba(255,255,255,0.1);}
.pro-advantage .content .item:hover .tit:after{width: 0.85rem;}
.pro-advantage .content .slogan{font-size: var(--font-size20);text-align: center;color: #fff;line-height: 1.7;}

.pro-advantage_main .content{min-height: 6rem;color: #fff;padding: 2.604vw 5.938vw;border-radius: 0.2rem;position: relative;}
.pro-advantage_main .isbg{z-index: -1;border-radius: 0.2rem;overflow: hidden;}
.pro-advantage_main .isbg:before{position: absolute;left: 0;top: 0;width: 60%;height: 100%;content: "";background-image: linear-gradient(to right, rgba(0,0,0,0.35) , rgba(0,0,0,0));z-index: 2;}
.pro-advantage_main .tabCon{min-height: 4.18rem;}
.pro-advantage_main .tabCon .tit{font-size: var(--font-size34);margin-bottom: 0.19rem;}
.pro-advantage_main .tabCon .txt{font-size: var(--font-size18);}
.pro-advantage_main .tabCon .txt p{margin-bottom: 0.1rem;position: relative;padding-left: 0.15rem;}
.pro-advantage_main .tabCon .txt p:before{position: absolute;left: 0;top: 0.15rem;content: "";height: 1px;width: 0.08rem;background-color: #fff;}
.pro-advantage_main .tabCon.animated .tit{animation:fadeInLeftSmall 0.5s .3s ease both;-webkit-animation:fadeInLeftSmall 0.5s .3s ease both;-moz-animation:fadeInLeftSmall 0.5s .3s ease both;}
.pro-advantage_main .tabCon.animated .txt{animation:fadeInUpSmall 0.7s .3s ease both;-webkit-animation:fadeInUpSmall 0.7s .3s ease both;-moz-animation:fadeInUpSmall 0.7s .3s ease both;}
.pro-advantage_main .change-tab{margin-top: 0.3rem;}
.pro-advantage_main .change-tab li{min-width: 1.74rem;text-align: center;cursor: pointer;padding: 0 0.25rem;line-height: 0.51rem;border-bottom: 1px solid rgba(255,255,255,0.3);position: relative;font-size: var(--font-size18);}
.pro-advantage_main .change-tab li:After{left: 50%;transform: translateX(-50%);bottom: -1px;height: 0.03rem;background-color: #fff;width: 0;transition: all 0.5s;content: "";position: absolute;}
.pro-advantage_main .change-tab li.on{font-size: var(--font-size22);font-weight: 500;}
.pro-advantage_main .change-tab li.on:After{width: 100%;}

.pro-apply .swiper-out{padding: 0 4.375vw;position: relative;}
.pro-apply .swiper-slide{padding: 0 0.781vw 1.83rem;position: relative;}
.pro-apply .ispic{border-radius: 0.2rem;padding-top: 65%;}
.pro-apply .info{z-index: 2;border-radius: 0.2rem;background-color: #fff;padding: 0.26rem;min-height: 2.4rem;position: absolute;left: 0.33rem;width: calc(100% - 0.66rem);bottom: 0;}
.pro-apply .info .tit{font-size: var(--font-size20);margin-bottom: 0.1rem;font-weight: 500;text-align: center;}
.pro-apply .info .txt{height: 9em;overflow: hidden;line-height: 1.875;transition: all 0.5s;color:rgba(var(--rgb-666))}
.pro-apply .swiper-slide:hover .info .txt{height: 16em;overflow-y: auto;}

.pro-advantage_ad{background-attachment: fixed;}
.pro-advantage_ad .content{max-width: 9rem;}
.pro-advantage_ad .txt{font-size: var(--font-size18);line-height: 1.66;margin-bottom: 3.125vw;}
.pro-advantage_ad .list {background-color: #fff;border-radius: 0.1rem;background-color: rgba(255,255,255,0.6);}
.pro-advantage_ad .list .item{width: 50%;padding: 2.083vw;text-align: center;}
.pro-advantage_ad .list .item:nth-child(odd){border-right: 1px solid #ced5dc;}
.pro-advantage_ad .list .item.item:not(:nth-last-child(-n+2)){border-bottom: 1px solid #ced5dc;}
.pro-advantage_ad .list .num{color:rgba(var(--main-color));font-weight: bold;font-size: var(--font-size30);}
.pro-advantage_ad .list .tit{font-size: var(--font-size20);margin: 0.05rem 0;font-weight: 500;}
.pro-advantage_ad .list .desc{color: #666;text-align: center;}

.pro-case .swiper-container{padding: 0 25%;margin: 0 -10%;}
.pro-case .swiper-slide{padding: 0 3.073vw;}
.pro-case .swiper-button-prev{left: 19.3%;}
.pro-case .swiper-button-next{right: 19.3%;}
.pro-case .ispic{padding-top: 46.6%;border-radius: 0.2rem;}
.pro-list.one .item{width: 100%;}
.pro-list.two .item{width: 50%;}
.pro-list.one .item .ispic{padding-top: 35%;}
.pro-list.two .item .ispic{padding-top: 65%;}

@media(max-width:1024px){
	.pro-detail:After{display: none;}
	.pro-detail .ispic{width: 100%;}
	.pro-detail .detail{width: 100%;background-color: #fff;border-radius: 0.2rem;padding: 0.3rem;}

	.pro-advantage_main .change-tab li{min-width: auto;}
}
@media(max-width:768px){
	.pro-list .item{width: 50%;}
	.pro-list .tit{font-size: var(--font-size18);}

	.pro-detail .detail h3{font-size: var(--font-size34);}
	.pro-detail .backs{float: right;}
	.pro-detail .detail .txt{font-size: var(--font-size16);hyphens: auto;}
	.backs{/*width: 1.2rem;*/line-height: 0.36rem;}
	.pro-feature .list .item:not(:last-child){border-right: 0;border-bottom: 1px solid #ddd;}
	.pro-feature .list .desc{text-align: left;width: 80%;margin: 0px auto;}
	.pro-feature .list .tit{-webkit-line-clamp: 3;font-size: var(--font-size18);}
	.pro-advantage .content .item .tit,.pro-apply .info .tit{font-size: var(--font-size18);}
	.pro-advantage_main .tabCon .txt,.pro-advantage_ad .txt,.pro-advantage .content .slogan{font-size: var(--font-size16);}
	.pro-advantage_ad .txt{hyphens: auto;}

	/* .pro-advantage_ad .list .item{width: 100%;}
	.pro-advantage_ad .list .item:nth-child(odd){border-right: 0;}
	.pro-advantage_ad .list .item.item:not(:nth-last-child(-n+1)){border-bottom: 1px solid #ced5dc;} */
	.pro-advantage .content .ispic{position: relative;top: auto;transform: translate(0,0);margin: 0.2rem auto 0.3rem;left: auto;width: 3.8rem;height: 3.8rem;}
	.pro-advantage .content:after,.pro-advantage .content:before{display: none;}
	.pro-advantage .content .item{width: auto;float: none !important;margin: 0 0 0.2rem 0 !important;}
	.pro-advantage .content .item:after{top: 0!important; bottom: 0!important; margin: auto;display: none;}	
	.pro-advantage_main .change-tab{white-space: nowrap;justify-content: flex-start;overflow-x: auto;}
	.pro-advantage_main .tabCon .tit,.pro-detail .detail h3{font-size: var(--font-size20);}
	.pro-advantage_ad .list .tit{-webkit-line-clamp: 3;font-size: var(--font-size16);}
	.pro-advantage_ad .list .desc{text-align: left;line-height: 1.4;font-size: 0.15rem;}
    .pro-list.two .item .ispic{padding-top: 82%;}
	
}

/* 数字化设备 */
.devices-list .item{margin-bottom: 2.604vw;}
.devices-list .item a{padding:2.083vw 4.167vw;flex-direction: row-reverse;border-radius: 0.2rem;background: url(../images/devices-bg.jpg) no-repeat center center/100% 100%;}
.devices-list .item .ispic{width: 52%;padding-top: 4.7rem;}
.devices-list .item .info{width: 35.71%;}
.devices-list .item .tit{font-size: var(--font-size22);margin-bottom: 1.146vw;font-weight: 500;}
.devices-list .item .desc{line-height: 2;color: rgba(var(--rgb-666));margin-bottom: 2.708vw;}
.devices-detail .imgbox{width: 47.5%;border-radius: 0.2rem;background-color: #fff;}
.devices-detail .imgbox .ispic{padding-top: 78.28%;}
.devices-detail .imgbox .swiper-pagination{position: static;padding-bottom: 1.823vw;}
.devices-detail .detail{width: 47.31%;}
.devices-detail .detail h3{font-size: var(--font-size50);font-weight: 500;}
.devices-detail .detail .txt{font-size: var(--font-size18);line-height: 1.88;color: #666;margin: 1.146vw 0 4.896vw;}
.devices-detail .swiper-button-prev{left: -1rem;}
.devices-detail .swiper-button-next{right: -1rem;}
.devices-detail .imgbox:hover .swiper-button-prev{left: 3%;}
.devices-detail .imgbox:hover .swiper-button-next{right: 3%;}

.devices-feature{background: url(../images/devices-bg3.jpg) no-repeat center center/cover;}
.devices-feature .list{margin-left: -1.51vw;}
.devices-feature .item{flex: 1;background-color: #fff;margin: 0 0 0 1.51vw;padding: 4.271vw 2.604vw;min-height: 19.688vw;position: relative;overflow: hidden;text-align: center;border-radius: 0.2rem;}
.devices-feature .item .icon img{display: block;margin: 0px auto;height: 0.71rem;}
.devices-feature .item aside{font-size: var(--font-size24);font-weight: 500;margin-top: 0.28rem;}
.devices-feature .item .num{position: absolute;left: 0;bottom: -0.3rem;line-height: 1;width: 100%;font-weight: bold;font-size: 7.813vw;opacity: 0.04;transition: all 0.5s;}
.devices-feature .item:hover .num{bottom: 0;}

.devices-advantage .list{margin-bottom: -1.563vw;}
.devices-advantage .item{width: 49.12%;border-radius: 0.2rem;background-color: #fff;margin-bottom: 1.563vw;padding: 1.563vw 2.604vw;min-height: 8.594vw;}
.devices-advantage .item .num{width: 1.19rem;}
.devices-advantage .item .num span{width: 0.9rem;height: 0.9rem;text-align: center;line-height: 0.9rem;border-radius: 50%;background-color: #edf6f0;color:rgba(var(--main-color));font-weight: bold;font-size: var(--font-size30);display: block;transition: all 0.5s;}
.devices-advantage .item aside{font-size: var(--font-size24);font-weight: 500;margin-bottom: 0.15rem;}
.devices-advantage .item .desc{font-size: var(--font-size18);text-align: left;hyphens: auto;}
.devices-advantage .item:hover .num span{transform: scale(1.15);}

.devices-parameter{background: url(../images/devices-bg4.jpg) no-repeat center center/cover;}
.devices-parameter table th:not(:first-child),
.devices-parameter table td:not(:first-child){padding-left: 9%;}

.devices-display .swiper-out{padding: 0 4.375vw;position: relative;}
.devices-display .swiper-slide{padding: 0 0.729vw;}
.devices-display .ispic{border-radius: 0.2rem;border: 1px solid #cccccc;padding-top: 89%;}
.devices-display .ispic:hover{border-color: rgba(var(--main-color));}

@media(max-width:768px){
	.devices-list .item .info{width: 100%;padding-bottom: 0.15rem;}
	.devices-list .item .ispic{width: 100%;padding-top: 60%;}

	.devices-detail .backs{float: right;}
	.devices-detail .imgbox{width: 100%;}
	.devices-detail .detail{width: 100%;padding-top: 0.25rem;}
	.devices-detail .detail h3{font-size: var(--font-size24);}
	.devices-feature .item{width:calc(100% / 2 - 1.51vw);margin:0 0 1.51vw 1.51vw;flex: none;}
	.devices-feature .item aside,.devices-advantage .item aside{font-size: var(--font-size18);}
	.devices-advantage .item{width: 100%;}
	.devices-advantage .item .num{width: 0.7rem;height: 0.7rem;}
	.devices-advantage .item .num span{width: 0.5rem;height: 0.5rem;line-height: 0.5rem;font-size: var(--font-size24);}
	.devices-detail .detail .txt{hyphens: auto;font-size: var(--font-size16);}
	.devices-advantage .item .desc{font-size: var(--font-size16);}

	.devices-parameter p{text-align: left !important;}
	.devices-parameter table th:not(:first-child), .devices-parameter table td:not(:first-child){padding-left: 4%;}
	
}

/* 新闻活动 */
.newsFocus{margin-bottom: 5.208vw;}
.newsFocus .swiper-slide a{overflow: hidden;border-radius: 0.2rem;background-color: #fff;}
.newsFocus .ispic{width: 49.875%;}
.newsFocus .info{flex: 1;padding: 3.125vw;}
.newsFocus .date{color:rgba(var(--rgb-999));}
.newsFocus .tit{font-size: var(--font-size32);margin: 2.083vw 0 1.875vw 0;font-weight: 500;color: #1a1a1a;}
.newsFocus .desc{font-size: var(--font-size18);line-height: 1.77;margin-bottom: 3.75vw;color:rgba(var(--rgb-333));}
.newsFocus li:hover .tit{color:rgba(var(--main-color));}
.newsFocus .swiper-pagination{width: 50%;text-align: right;left: auto;right: 3.125vw;bottom:  3.125vw;z-index: 10;}
.newsFocus .swiper-pagination .swiper-pagination-bullet{width: 0.18rem;height: 0.18rem;background-color: transparent;position: relative;border: 1px solid rgba(0,0,0,0);transition: all 0.5s;}
.newsFocus .swiper-pagination .swiper-pagination-bullet:After{width: 0.06rem;height: 0.06rem;background-color: #c6c7c9;content: "";position: absolute;left: 50%;top: 50%;border-radius: 50%;transform: translate(-50%,-50%);}
.newsFocus .swiper-pagination .swiper-pagination-bullet-active{border-color: rgba(var(--main-color));transform: rotate(45deg);}
.newsFocus .swiper-pagination .swiper-pagination-bullet-active:After{background-color: rgba(var(--main-color));}

.news-list{padding-bottom: 4.167vw;}
.news-list .item:first-child{padding-top: 0;}
.news-list .item{padding: 3.125vw 0;border-bottom: 1px solid #e0e0e0;position: relative;}
.news-list .item:after{width: 0;left: 0;bottom: 0;content: "";position: absolute;height: 1px;transition: all 0.5s;background-color: rgba(var(--main-color));}
.news-list .item .date{color: rgba(var(--rgb-999));font-size: var(--font-size18);border-right: 1px solid #d5d5d5;width: 1.37rem;position: relative;}
.news-list .item .date:after{width: 1px;right: -1px;top: 0;content: "";position: absolute;height: 0;transition: all 0.5s;background-color: rgba(var(--main-color));}
.news-list .item .date b{color: rgba(var(--rgb-333));display: block;font-size: var(--font-size50);font-weight: 700;}
.news-list .item .info{flex: 1;padding: 0  3.229vw 0 3.229vw;}
.news-list .item .ispic{width: 3.85rem;padding-top: 2.54rem;border-radius: 0.1rem;}
.news-list .item .tit{font-size: var(--font-size24);font-weight: 500;}
.news-list .item .desc{line-height: 2;color:rgba(var(--rgb-333));margin: 1.042vw 0 2vw;}
.news-list .item.pt .info{padding: 1.406vw 5.781vw 0 3.229vw;}
.news-list .item:hover .date:After{height: 100%;}
.news-list .item:hover:After{width: 100%;}

.title-info{text-align: center;background-color: #fff;border-radius: 0.2rem;padding: 2.188vw;margin-bottom: 2.344vw;}
.title-info .title{font-size: var(--font-size34);font-weight: 500;margin-bottom: 1.771vw;}
.title-info .other{color:rgba(var(--rgb-666));font-size: var(--font-size18);}
.title-info .other time{background: url(../images/ico_date.svg) no-repeat 0 center/0.2rem 0.2rem;padding-left: 0.34rem;}

.PrevNextInfo{padding: 2.76vw 2rem 0 0;border-top: 1px solid #dadada;margin-top: 0.4rem;position: relative;}
.PrevNextInfo dl{line-height: 0.36rem;min-height: 0.36rem;}
.PrevNextInfo dl dt{color: rgba(var(--rgb-999));padding-right: 5px;}
.PrevNextInfo .back{position: absolute;right: 0;top: 0.6rem;width: 1.8rem;line-height: 0.57rem;text-align: center;border-radius: 0.57rem;background-color: rgba(var(--main-color));color:#fff;}
.PrevNextInfo .back:After{margin: -0.156vw 0 0 1.042vw;width: 0.22rem;height: 0.16rem;background: url(../images/back.svg) no-repeat center center/contain;display: inline-block;content: "";transition: all 0.5s;vertical-align: middle;}
.PrevNextInfo .back:hover{opacity: 0.8;}
.PrevNextInfo .back:hover:After{transform: translateX(0.1rem);}

.newsinfo .singlePage .tc {display: flex;justify-content: center;flex-wrap: wrap;margin: 0 -0.729vw 0.833vw;}
.newsinfo .singlePage .tc img{border-radius: 0.1rem;width: calc(100% / 3 - 1.458vw);margin: 0 0.729vw 0.729vw;}{}

@media(max-width:768px){
	.newsFocus .tit{font-size: var(--font-size20);}
	.newsFocus .ispic{width: auto;padding-top: 60%;}
	.news-list .item .info{padding: 0 0 0 0.25rem !important;}
	.news-list .item .ispic{width: 100%;padding-top: 60%;margin-top: 0.15rem;}
	.news-list .item .date{width: 0.7rem;font-size:var(--font-size14) ;}
	.news-list .item .date b{font-size: var(--font-size24);}
	.news-list .item .tit{font-size: var(--font-size20);}

	.title-info .title{font-size: var(--font-size22);}

	.PrevNextInfo{padding-right: 0;}
	.PrevNextInfo .back{top: -30px;line-height: 24px;}
}

/* 关于我们 */
.subTit{padding-bottom: 1.823vw;width: 100%;}
.subTit h2{font-weight: 500;font-size: var(--font-size50);}
.subTit.white{color: #fff;}
.about-info{background: #f3f3f3 url(../images/about-bg1.jpg) no-repeat 0 bottom;}
.about-info .left-con{width: 42.75%;}
.about-info .left-con .txt{font-size: var(--font-size28);line-height: 1.71;font-weight: 500;margin-bottom: 7.76vw;}
.about-info .numList .item{width: 50%;padding-bottom: 3.281vw;}
.about-info .numList .num{line-height: 0.81rem;font-size:var(--font-size40);font-weight: 700;color: rgba(var(--main-color));}
.about-info .numList .num span{font-size: var(--font-size70);background-image: var(--bg-lg2);background-clip: text;-webkit-background-clip: text;color:transparent;}
.about-info .numList .num span i{font-weight: 700;}
.about-info .right-con{width: 54%;}

.page{min-height: 100vh;}
.about-culture{background-attachment: fixed;}
.about-culture .auto-inner{min-height: calc(100vh - 10.416vw);}
.about-culture .list{position: absolute;left: 0;bottom: 5.208vw;width: 100%;margin-left: -0.3rem;}
.about-culture .list .item{flex: 1;margin-left: 0.3rem;text-align: center;font-size: var(--font-size18);line-height: 1.66;position: relative;z-index: 1;}
.about-culture .list .inner{border-radius: 0.2rem;min-height: 3.54rem;padding: 2.24vw;position: relative;z-index: 1;background-position: center center;background-repeat: no-repeat;background-size: cover; hyphens: auto;}
.about-culture .list .title{position: absolute;z-index: -1;text-align: center;width: 100%;top: -30%;font-size: var(--font-size70);background-image: var(--bg-lgt);background-clip: text;-webkit-background-clip: text;color:transparent;font-weight: 700;left: 0;line-height: 1;}
.about-culture .list .item:nth-child(4n+1) .inner{background-image: url(../images/about-culture_bg1.png);}
.about-culture .list .item:nth-child(4n+2) .inner{background-image: url(../images/about-culture_bg2.png);}
.about-culture .list .item:nth-child(4n+3) .inner{background-image: url(../images/about-culture_bg3.png);}
.about-culture .list .item:nth-child(4n+4) .inner{background-image: url(../images/about-culture_bg4.png);}

.about-team{background-color: #f3f3f3;}
.about-team .swiper-container {width: 100%;overflow: hidden;padding-right: 31.094vw;}
.about-team .txt{line-height: 1.875;width: 95%;}
.about-team .subTit{padding-bottom: 0.5rem;}
.about-team .tit{margin-bottom: 0.18rem;font-size: var(--font-size32);color:rgba(var(--main-color));margin-bottom: 0.18rem;font-weight: 500;}
.about-team .info{width: 40.29%;display: none;}
.about-team .txt{font-size: var(--font-size18);}
.about-team .txt p{margin-bottom: 0.14rem;position: relative;padding-left: 0.15rem;}
.about-team .txt p:before{position: absolute;left: 0;top: 0.15rem;content: "";height: 1px;width: 0.08rem;background-color: #333333;}
.about-team .ispic{border-radius: 50%;width: 2rem;padding-top: 2rem;transition: all 0.5s;}
.about-team .swiper-slide{padding-right: 5.104vw;height: 6rem; transition: all 0.3s ease;}
.about-team .swiper-slide .ispic:last-child{margin-left: 5.104vw;}
/* .about-team .swiper-slide-active{width: 10.05rem;} */
.about-team .swiper-slide-active .info{display: block;}
.about-team .swiper-slide-active .ispic{width: 59.7%;padding-top: 59.7%;}
.about-team .swiper-slide-active .ispic:last-child{display: none;}
.about-team .info .txt{max-height: 2.5rem;overflow-y: auto;}
.about-team .arrow{top: auto;transform: translateY(0);bottom: 0;}
.about-team .swiper-button-next{right: auto;left: 0.75rem;}
.about-team .swiper-pagination-info{position: absolute;right: 0;bottom: 0;font-size: var(--font-size24);color:rgba(var(--rgb-999));width: 50%;text-align: right;left: auto;right: 0;}
.about-team .swiper-pagination-info .current{font-weight: bold;font-size: var(--font-size60);color: rgba(var(--main-color));}

.about-history{position: relative;padding-bottom: 8.177vw;background-attachment: fixed;}
.about-history .auto-inner:after{top: -5.2vw;height: calc(100% + 10.4vw);content: "";right: 0;position: absolute;width: 1px;background-color: #e5e6e7;}
.about-history .change-tab{width: 19.375%;text-align: right;}
.about-history .change-tab .swiper-slide{padding: 1.354vw 1.563vw 1.354vw 0;line-height: 0.5rem;height:auto !important;cursor: pointer;font-size: var(--font-size18);color: #888;transition: all 0.4s;font-weight: 500;}
.about-history .change-tab .swiper-slide:after{right: -100%;top: 50%;transform: translateY(-50%);width: 0.06rem;height: 0.2rem;background-color: rgba(var(--main-color));color: #fff;border-radius: 3px 0 0 3px;transition: all 0.54s;}
.about-history .change-tab .swiper-slide-thumb-active{font-size: var(--font-size24);color: rgba(var(--main-color));}
.about-history .change-tab .swiper-slide-thumb-active:After{right: 0;}

.about-history .change-con{flex: 1;position: relative;overflow: hidden;}
.about-history .change-con .year{width: 1.88rem;text-align: center;color: rgba(var(--main-color));font-size:var(--font-size80);font-weight: bold;line-height: 0.9;}
.about-history .change-con .info{width: 74.73%;}
.about-history .change-con .tit{font-size: var(--font-size28);font-weight: 500;margin-bottom: 1.406vw;}
.about-history .change-con p{margin-bottom: 0.16rem;position: relative;padding-left: 0.15rem;}
.about-history .change-con p:before{position: absolute;left: 0;top: 0.15rem;content: "";height: 1px;width: 0.08rem;background-color: #333333;}
.about-history .change-con .ispic{margin-left: -0.15rem;padding-top: 1.823vw;}
.about-history .change-con .ispic img{width: calc(100% / 2 - 0.15rem);margin: 0 0 0.15rem 0.15rem;border-radius: 0.18rem;}
.about-history .swiper-pagination{display: none !important;}

.about-hornor{background-color: #f3f3f3;}
.about-hornor .left-con{width: 43.75%;}
.about-hornor .right-con{width: calc(100% - 43.75%);}
.about-hornor .change-tab{height: 3.9rem;overflow-y: auto;padding-right: 0.1rem;}
.about-hornor .change-tab .swiper-slide{padding: 0.729vw 0 0.729vw 3.542vw;height: auto !important;cursor: pointer;color: rgba(var(--rgb-666));font-size: var(--font-size18);transition: all 0.3s;}
.about-hornor .change-tab .line{position: absolute;left: 0;top: 0;height: 100%;}
.about-hornor .change-tab .line i{position: absolute;left: 0;transition: all 0.5s;width: 0.09rem;height: 1px;background-color: #cacaca;}
.about-hornor .change-tab .line i:nth-child(2){top: 25%;}
.about-hornor .change-tab .line i:nth-child(3){top: 50%;}
.about-hornor .change-tab .line i:nth-child(4){top: 75%;}
.about-hornor .change-tab .line i:nth-child(5){top: 100%;}
.about-hornor .change-tab .swiper-slide-thumb-active{font-size: var(--font-size20);color: rgba(var(--main-color));font-weight: 500;}
.about-hornor .change-tab .swiper-slide-thumb-active:After{right: 0;}
.about-hornor .change-tab .swiper-slide-thumb-active .line i{background-color: rgba(var(--main-color));}
.about-hornor .change-tab .swiper-slide-thumb-active .line i:nth-child(2){width: 0.938vw;}
.about-hornor .change-tab .swiper-slide-thumb-active .line i:nth-child(3){width: 1.875vw;}
.about-hornor .change-tab .swiper-slide-thumb-active .line i:nth-child(4){width: 0.938vw;}
.about-hornor .change-tab .swiper-slide:first-child .line i:nth-child(1){display: none;}
.about-hornor .change-tab .swiper-slide:first-child .line i:nth-child(2){display: none;}

.about-hornor .change-con{position: relative;overflow: hidden;}
.about-hornor .change-con .swiper-slide{width: 19.948vw;height: 27.083vw;transition: all 0.5s;}
.about-hornor .change-con .swiper-slide:before{width: 4.15rem;height: 1.41rem;bottom: 0;left: -1.91rem;content: "";position: absolute;background: url(../images/shadow.png) no-repeat center center/contain;z-index: -1;}
.about-hornor .change-con .ispic{padding-top: 27.083vw;width: 100%;margin: 0px auto;background: url(../images/hornorbg.jpg) no-repeat center center/100% 100%;}
.about-hornor .change-con .ispic span{left: 0.2rem;top: 0.2rem;width: calc(100% - 0.4rem);height: calc(100% - 0.4rem);}
.about-hornor .change-con .swiper-slide-active{z-index: 10;}
.about-hornor .change-con .swiper-slide-prev{transform: scale(0.8) translateX(1.2rem);z-index: 0;}
.about-hornor .change-con .swiper-slide-next{transform: scale(0.8) translateX(-1.2rem);z-index: 0;}

.about-contact h3{color: rgba(var(--main-color));font-size: var(--font-size24);margin-bottom: 0.26rem;}
.about-contact dl{font-size: var(--font-size18);color: #666;margin-bottom: 0.18rem;}
.about-contact dl dt{opacity: 0.7;}
.about-contact dl dd{flex: 1;}
.about-contact .ewm{padding-top: 0.1rem;}
.about-contact .ewm li{font-size: var(--font-size14);color: #999999;padding-right: 0.2rem;text-align: center;font-weight: 500;}
.about-contact .ewm li:last-child{padding-right: 0;}
.about-contact .ewm li img{display: block;width: 1rem;height:1rem;border-radius: 0.1rem;margin: 0px auto 6px;padding: 0.05rem;}

@media(max-width:1024px){
	.about-info .left-con{width: 100%;}
	.about-info .right-con{width: 100%;}
	.about-info .numList .item{width: 33.333%;}

	.page{min-height: auto;}
	.about-culture .list{position: static;padding-top: 15%;margin: 0 0 -1rem -0.15rem;}
	.about-culture .list .item{width: calc(50% - 0.15rem);margin:0 0 1rem 0.15rem;flex: none;}

	.about-team .swiper-slide{height: 5rem;}
}
@media(max-width:768px){
	.subTit h2{font-size: var(--font-size24);}
	.about-info .left-con .txt{font-size: var(--font-size18);hyphens: auto;}
	.about-culture .list .title{font-size: var(--font-size40);top: -8%;}
	.about-team .subTit{padding-bottom: 0;}
	.about-team .txt{width: 100%;padding-top: 0.1rem;font-size: var(--font-size16);hyphens: auto;}
	.about-team .swiper-container{padding-right: 0;}
	.about-team .swiper-slide{justify-content: space-between;padding-right: 0;padding-bottom: 1rem;}
	.about-team .info{width: 65.5%;display: block;}
	.about-team .ispic{width: 30% !important;padding-top: 30% !important;}
	.about-team .arrow{bottom: 0.2rem;}

	.about-culture .auto-inner{min-height: auto;}

	.about-history .change-con .year{width:  100%;text-align: left;padding-bottom: 0.25rem;}
	.about-history .change-con .info{width: 100%;}
	.about-history .change-tab{display: none;}
	.about-history .change-con .year{font-size: var(--font-size32);}
	.about-history .swiper-pagination{display: block !important;bottom: 0;position: static;}
	.about-history .auto-inner:after{display: none;}
 .about-history .change-con .tit{font-size: var(--font-size18);-webkit-line-clamp: 2;margin-bottom: 0.08rem;}

	.about-team .swiper-pagination-info .current{font-size: var(--font-size32);}

	.about-hornor .left-con{width: 100%;}
	.about-hornor .change-tab{height: 2.3rem;}
	.about-hornor .right-con{width: 100%;margin-top: 0.5rem;}
	.about-hornor .change-con .swiper-slide{height: auto;}
	.about-hornor .change-con .ispic{padding-top: 130%;}
	.about-hornor .change-tab .swiper-slide-thumb-active{font-size: var(--font-size18);}
	.about-hornor .change-tab .swiper-slide{font-size: var(--font-size16);}

}
@media(max-width:480px){
	.about-culture .list{padding-top: 8%;margin-bottom: 0;}
	.about-culture .list .item{width: calc(100% - 0.15rem);margin-bottom: 0.3rem;}
	.about-culture .list .item:last-child{margin-bottom: 0;}
	.about-info .numList{margin: -0.2rem 0 0.25rem;}
	.about-info .numList .num span{font-size:var(--font-size32);}
	.about-contact h3{font-size: 0.17rem;}
	.about-culture .list .inner{min-height: auto;padding:0.35rem 0.3rem 0.3rem;text-align: left;font-size:var(--font-size16);}
}

/* 商务合作 */
.business-info .txt{max-width: 10.14rem;margin: 0px auto;text-align: center;line-height: 1.875;}

.business-process{background: url(../images/processbg.jpg) no-repeat center center/cover;}
.business-process .list .item{flex:1;text-align: center;padding: 0 1.979vw;position: relative;}
.business-process .list .item:After{position: absolute;width: 0.4rem;height: 0.08rem;content: "";top: 3.49vw;right: -0.2rem;background: url(../images/dot.svg) no-repeat center center/contain;}
.business-process .list .item:last-child:After{display: none;}
.business-process .list .icon{width: 7.396vw;height: 7.396vw;border: 2px solid rgba(var(--main-color));border-radius: 50%;margin: 0px auto;}
.business-process .list .icon img{width: 2.813vw;height: 2.813vw;}
.business-process .list .tit{margin: 1.875vw 0 0.1rem;font-size: var(--font-size24);font-weight: 500;}
.business-process .list .desc{color: rgba(var(--rgb-666));line-height: 1.875;text-align: center;}
.business-process .list li:hover .icon{background-color: rgba(var(--main-color),0.2);}

.business-partner .load-partner{position: relative;}
.business-partner .load-partner:before,.business-partner .load-partner:after{position: absolute;width: 15%;height: 100%;content: "";left: 0;top: 0;background-image: linear-gradient(to right, #f3f3f3 , rgba(255,255,255,0));z-index: 10;}
.business-partner .load-partner:after{background-image: linear-gradient(to left, #f3f3f3 , rgba(255,255,255,0));left: auto;right: 0;}
.business-partner .load-partner li{height: 1rem;line-height: 1rem;border-radius: 0.1rem;border:1px solid #f3f3f3;background: #fff;margin:0.1rem;text-align: center;display: flex;align-items: center;justify-content: center;transition: all .5s;box-shadow: 0 0 0.08rem rgba(0,78,129,0.08);}
.business-partner .load-partner li img{border-radius: 0.1rem;max-height:1rem;}
.business-partner .load-partner li:hover{transform: translate3d(0,-8px,0);border:1px solid rgba(var(--main-color));}

.business-message{background: url(../images/business-message_bg.jpg) no-repeat center bottom/cover;}
.business-message .form ul{margin-left: -1.719vw;}
.business-message .form li{padding: 0 0 1.719vw 1.719vw;}
.business-message .form .w33{width: 33.33%;}
.business-message .form .w60{width: 66.66%;}
.business-message .form .auto{width: 100%;}
.business-message .form .iptbox{border-radius: 0.1rem;border: 1px solid #e3e3e3;height: 0.6rem;position: relative;padding: 0 1.4vw 0  0.58rem;}
.business-message .form .iptbox.textarea{height: 1.8rem;padding-top: 0.19rem;padding-bottom: 0.19rem;}
.business-message .form .iptbox.textarea textarea{width: 100%;height: 1.5rem;background-color: transparent;border: 0;}
.business-message .form .iptbox input{width: 100%;height: 0.58rem;border: 0;background-color: transparent;}
.business-message .form .iptbox select{width: 100%;height: 0.58rem;border: 0;background-color: transparent;font-size: var(--font-size16);color: #999999;}
.business-message .form .iptbox img{width: 0.2rem;height: 0.2rem;position: absolute;left: 0.18rem;top: 0.2rem;}
.business-message .form .iptbox:hover{box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.business-message .form .btn{padding-top: 0.1rem;}
.business-message .form .btn button{width: 1.8rem;height: 0.57rem;border-radius: 0.57rem;color: #fff;background-color: rgba(var(--main-color));font-size: var(--font-size18);border: 0;cursor: pointer;}
.business-message .form .btn button:hover{opacity: 0.8;}

@media(max-width:768px){
	.business-process .list .item{width: 100%;flex: none;}
	.business-process .list .item:After{position: static;display: block;margin: 0.25rem auto;}
	.business-info .txt{text-align: left;hyphens: auto;}
}
@media(max-width:480px){
	.business-partner .load-partner li{height: 0.5rem;line-height: 0.5rem;}
.business-partner .load-partner li img{border-radius: 0.1rem;max-height:0.5rem;}
.business-message .form li{width: 100% !important;}
}

/* 搜索 */
.detailBox .subMenu{padding-bottom: 0.25rem;}
.detailBox .subPage{min-height: 5.8rem;}


.Floor003081 .item{padding: 0 4.5vw;}
.Floor003081 .item .innerout{border-radius: 6px;background: #fff;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.Floor003081 .item .Ispic{width: 50%;}
.Floor003081 .item .txt{width:50%;}
.Floor003081 .item .txt .inner{width: 80%; margin: 0 auto;padding: 2vw 0;}
.Floor003081 .item .txt .base{margin-bottom:.3rem;}
.Floor003081 .item .txt p{line-height:1.6; font-size:var(--font-size16); color: var(--rgb-666); margin: 0 0 0.1rem 0;}
.Floor003081 .item .txt .base b{color:rgba(var(--main-color)); font-weight: normal;}
.Floor003081 .item .txt .contrast{width: 100%;display: flex;justify-content: space-between;}
.Floor003081 .item .txt .contrast h2{font-size:var(--font-size22); color:rgba(var(--main-color)); font-weight: normal; margin: 0 0 0.15rem 0;}
/* .Floor003081 .item:hover .txt .contrast h2{color: rgba(135,197,156);} */
.Floor003081 .swiper-button-prev, 
.Floor003081 .swiper-button-next{transform: translateY(0);}

.Floor003081 .item .Ispic .swiper-slide:after{left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;border: 3px solid #fff;width: 0.12rem;height: 0.12rem;z-index: 3;position: absolute;}
.Floor003081 .item .Ispic .swiper-slide .imgbox{overflow:hidden; position:relative;padding-top:55%;width: 49.5%;}
.Floor003081 .item .Ispic .swiper-slide .imgbox:before{width: 100%;height: 100%;left: 0;top: 0;position: absolute;content: "";background: rgba(0, 0, 0, 0.5);opacity: 0;transition: all 0.5s;z-index: 2;}
.Floor003081 .item .Ispic .swiper-slide .imgbox:after{background: rgba(255, 255, 255, 0.2);top: 50%;left:50%;transform: translate(-50%,-50%);line-height: 0.38rem;padding: 0 0.2rem;position: absolute;opacity: 0;transition: all 0.5s;z-index: 10;color: #fff;}

.Floor003081 .item .Ispic .swiper-slide .imgbox:nth-child(1){border-radius: 0.1rem 0 0 0.1rem;}
.Floor003081 .item .Ispic .swiper-slide .imgbox:nth-child(1):after{content: "Before";}
.Floor003081 .item .Ispic .swiper-slide .imgbox:nth-child(2){border-radius: 0 0.1rem 0.1rem 0;}
.Floor003081 .item .Ispic .swiper-slide .imgbox:nth-child(2):after{content: "After";}
.Floor003081 .item .Ispic .swiper-slide .imgbox span{background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.Floor003081 .item .Ispic .swiper-slide .imgbox img{width:100%;height:100%;object-fit: contain;}
.Floor003081 .item .Ispic .swiper-pagination{display: none;}
.Floor003081 .item .Ispic .arrow_img {width:0.4rem;height:0.4rem;background-color: rgb(134, 198, 156,0.5);margin:0.1rem;border:none;transform: translateY(-50%);}
.Floor003081 .item .Ispic .swiper-slide:hover .imgbox:before{opacity: 1;}
.Floor003081 .item .Ispic .swiper-slide:hover .imgbox:after{opacity: 1;}
.Floor003081 .innerout .swiper-button-disabled{display: none !important;}

@media(min-width:769px){
	.Floor003081 .slider{margin:0;}
	.Floor003081 .item a{margin: 0;width: 100%;}
	}
	@media(max-width:1024px){
		/* .Floor003081 .item .Ispic .swiper-slide .imgbox:before{opacity: 1;} */
		.Floor003081 .item .Ispic .swiper-slide .imgbox:after{opacity: 1;background-color: rgba(0,0,0,0.5);line-height: 0.25rem;padding: 0 0.05rem;}
		}
	@media(max-width:768px){
		.Floor003081 .item a{min-height: 60vw;display: block;}
		.Floor003081 .item .Ispic{width: 100%;display: block;}
		.Floor003081 .item .Ispic .swiper-slide .imgbox{padding-top: 35%;}
		.Floor003081 .item .txt{width:100%;display: block;}
		.Floor003081 .item .txt .inner{width:100%;padding:0.3rem;}
		.Floor003081 .item .txt .contrast{flex-wrap: wrap;}
		.Floor003081 .item .txt .contrast .box{width: 100%;}
		.Floor003081 .item .txt .contrast .box:not(:last-child){margin-bottom: 0.1rem;}
		.Floor003081 .item .txt .contrast h2{font-size:var(--font-size20);}
		
		}
	@media(max-width:640px){
	.Floor003081{font-size: 3vw;}
	.Floor003081 .title{font-size: 5vw}
	.Floor003081 .item .txt aside{font-size: 4.5vw}
	}


.cusarr{}
.cusarr .arr{border: 1px solid #999999;}
.cusarr .swiper-button-prev{background-image: url(../images/btn-prev_gray.svg);}
.cusarr .swiper-button-next{background-image: url(../images/btn-next_gray.svg);}

.pro-version{padding-top: 5.208vw;}
.pro-version #tab-con{margin-bottom: 0.6rem;}
.pro-version #tab-con .ispic{padding-bottom: calc(370 / 655 *100%);}
.pro-version #tab-con .pic{position: relative;border-radius: 0.2rem;border: 1px solid #cccccc;}
.pro-version #tab-con .color{position: absolute;left: 0;bottom: 0.35rem;width: 100%;z-index: 10;}
.pro-version #tab-con .color img{height: 0.16rem;border-radius: 50%;overflow: hidden;object-fit:fill;margin-left: 0.08rem;}
.pro-version #tab-con h3{color:#a0cfaf;font-size: var(--font-size50);font-weight: normal;margin-bottom: 0.31rem;line-height: 1;}
.pro-version #tab-con h4{font-size: var(--font-size24);font-weight: normal;margin-bottom: 0.14rem;}
.pro-version #tab-con .desc{line-height: calc(34 / 18);font-size: var(--font-size18);}
.pro-version #tab-con .swiper-slide-active .info{animation:fadeInLeftSmall 0.8s .4s ease both;-webkit-animation:fadeInLeftSmall 0.8s .4s ease both;-moz-animation:fadeInLeftSmall 0.8s .4s ease both;}
.pro-version #tab-con .swiper-slide-active .pic{animation:fadeInRightSmall 0.8s .4s ease both;-webkit-animation:fadeInRightSmall 0.8s .4s ease both;-moz-animation:fadeInRightSmall 0.8s .4s ease both;}
	.pro-version .swiper-button-prev{left: 0.4rem;}
	.pro-version .swiper-button-next{right: 0.4rem;}
.pro-version #tab-nav .swiper-slide-thumb-active .ispic,.pro-version #tab-nav .swiper-slide:hover .ispic{background-color: #87c59c;}
.pro-version #tab-nav .ispic{border-radius: 0.2rem;background-color: #dce6df;padding-bottom: 1.76rem;margin-bottom: 0.15rem;transition: all 0.5s;}
.pro-version #tab-nav .ispic img{object-fit: contain;}
.pro-version #tab-nav aside{text-align: center;font-size: var(--font-size20);font-weight:normal;}
.pro-version .swiper-pagination{display: none;}

.pro-manage_td{background-color: #e2e4e7;}
.pro-manage_td .groupbox{margin: 0 0 -0.15rem -0.28rem;}
.pro-manage_td .groupbox .item{margin: 0 0 0 0.28rem;background-color: #fff;border-radius: 0.2rem;flex: 1;transition: all 0.5s;margin-bottom: 0.15rem;}
.pro-manage_td .groupbox h3{color: #fff;font-size: var(--font-size28);font-weight: 500;background-color: #87c59c;text-align: center;line-height: 0.8rem;padding: 0 0.15rem;border-radius: 0.2rem 0.2rem 0 0;}
.pro-manage_td .groupbox .dl{padding: 0 0.35rem 0.2rem;}
.pro-manage_td .groupbox .dl p{font-size: var(--font-size20);font-weight: normal;padding: 0.26rem 0 0.18rem 0.48rem;background: url(../images/gou.svg) no-repeat 0 0.3rem/0.24rem 0.24rem;}
.pro-manage_td .groupbox .dl p:not(:last-child){border-bottom: 1px dashed #c3e2cd;}
.pro-manage_td .groupbox .item:hover{transform: scale(1.02);}

.pro-function{background-color: #f3f3f3;}
.pro-function .swiper-slide{border-radius: 0.2rem;background-color: #fff;min-height: 4.6rem;text-align: center;padding: 0.5rem 0.3rem 0.3rem;}
.pro-function .swiper-slide .icon{width: 1.42rem;height: 1.42rem;border-radius: 50%;border: 2px solid #84c59a;display: flex;align-items: center;justify-content: center;;border: 2px solid #84c59a;margin: 0px auto;}
.pro-function .swiper-slide .icon img{max-width: 78%;max-height: 78%;transition: all 0.5s;}
.pro-function .swiper-slide h3{font-size: var(--font-size24);font-weight: normal;margin: 0.37rem 0 0.09rem;min-height: 3em;}
.pro-function .swiper-slide .desc{color: #666666;line-height: calc(30 / 16);max-height: 7.5em;overflow-y: auto;}
.pro-function .swiper-slide:hover .icon img{transform: scale(0.9);}
.pro-function .swiper-slide:hover {background-color: rgba(255,255,255,0.6);}
.pro-function .arr{display: none;}
.pro-advantage_main{background-color: #fff;}

.pro-scope{background-color: #e2e4e7;}
.pro-scope table{text-align: center;}
.pro-scope  table tr:first-child td{background-color: #87c59c !important;color: #fff;}
.singlePage table tr:nth-child(odd) td{background-color: #fff;}
.singlePage table tr:nth-child(even) td{background-color: transparent;}

@media(min-width:1025px){
	.pro-version #tab-con .info{width: calc(636 / 1600 * 100%);}
	.pro-version #tab-con .desc{min-height: 1.82rem;}
	.pro-version #tab-con .pic{width: calc(655 / 1600 * 100%);}
}
@media(min-width:769px){
	.pro-function .swiper-pagination{display: none;}
	.pro-function .swiper-slide{width: auto !important;flex: 1;}
	.pro-version #tab-nav ul{flex-wrap: wrap;}
.pro-version #tab-nav .swiper-wrapper{transform: translate3d(0, 0px, 0px) !important;}
.pro-version #tab-nav .swiper-slide{cursor: pointer;flex: 1;width: auto !important;}
}
@media(max-width:768px){
	.pro-version #tab-con{margin-bottom: 0.3rem;}
	.pro-version #tab-con h3{font-size: var(--font-size28);margin-bottom: 0.2rem;}
	.pro-version #tab-con .color{bottom: 0.15rem;}
.pro-function .arr{display: none;}
	.pro-version .swiper-pagination,.pro-function .swiper-pagination{position: static;}
		.pro-version .swiper-button-prev{left: 0.2rem;}
	.pro-version .swiper-button-next{right: 0.2rem;}
	.pro-version #tab-nav{overflow: visible;margin-top: 0.1rem;}
	.pro-version #tab-nav .ispic{padding-bottom: 1.2rem;}
	.pro-version #tab-con .pic{margin-top: 0.15rem;}
	.pro-version #tab-nav aside{font-size: var(--font-size18);}
	.pro-function .swiper-container{overflow: visible;}
	.pro-scope .singlePage{overflow-x: auto;}
	.pro-scope .singlePage td{min-width: 2rem;}
}