/* public css */
.pic-box{
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.pic-box img{
	width: 100%;
	height:auto;
}

.box-width{
	width: 95%;
	margin:0 auto
}

.left,.right{
	width: 100%;
}

.contain-wrapper{
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	position: relative;
	z-index: 20;
	background: #fff;
}
.contain-box{
	width:100%;
	padding: 20rem 0 !important;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.main-box{
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.more a{
	display: block;
	width: 100%;
	text-align: center;
}
.contain-title{
	text-align: center;
	padding-top: 15rem;
	position: relative;
}
.contain-title .en{
	position: absolute;
	top: 0;
	font-size: 31rem;
	left: 0;
	right: 0;
	margin: auto;
	color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(0deg,transparent 30%,#5b5b5b5e 80%);
	font-weight:bold;
	z-index: 10;
}
.contain-title .cn{
	font-size: 22rem;
	font-weight: bold;
	z-index: 30;
	position: relative;
}
.contain-title .subtit{
	font-size: 12rem;
	margin-top: 5rem;
	padding: 0 auto;
}
@keyframes opcshow {
	from{opacity: 0;}
	to{opacity: 1;}
}
.breadcump{width: 95%;margin: 0rem auto;padding: 10rem;font-size: 10rem;}

.breadcump span {}
.breadcump *{
    font-size: 10rem!important;
}
/* public css end */
/* header css */
header{
	width: 100%;
	position: relative;
	top:0;
	background: none;
	z-index: 99;
	background: #ffffff61;
	height: 5%;
}
header .head{
	display: flex;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
	width: 1600rem;
	margin: 0 auto;
	align-items: center;
	display: none;
}
header .head .logopic{
	height: 100%;
	padding: 12rem 0;
}
header .head .logopic img{
	height:100%;
	width:auto;
}
header .head .topnav{
	width: 50%;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
header .head .topnav>li{
	width: 50%;
	height: 100%;
	text-align: center;
	font-size: 18rem;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .head .topnav a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18rem;
}
header .head .topnav>li:hover{
	transition: 0.3s linear;
	color: #ff7019;
	border-bottom: 4rem #ff7019 solid;
}
header .head .topnav>li .subnav{
	display: none;
}
header .head .contact-box{
	display: flex;
	width: 360rem;
	align-items: center;
	justify-content: space-around;
}
header .head .contact-box .pic-box{
	width: 70rem;
}
header .head .contact-box p{
	font-size: 40rem;
	color: #fff;
}
/* header css end */
.banner{
	width: 100%;
	height: 92%;
	overflow: hidden;
}
.banner .pic-box{
	height:100%;
	width:100%
}
.banner .banner2box{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.banner .banner2box .circle{
	position:absolute;
	width: 95%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	animation:animtrans 32s linear infinite
}

@keyframes animtrans {
	from{
		transform: rotateZ(360deg);
	}
	to{
		transform: rotateZ(0deg);
	}
}
.banner .banner2box .biglogo{
	width: 1000rem;
}
.bannerscroll{
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items:center;
	overflow: hidden;
	/* background-image: url(../images/bannerbg.jpg); */
	background-position: center;
	background-size: cover;
}
.bannerscroll .textbox{
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #003738b8, transparent),linear-gradient(45deg, #00000000, transparent);
	position: relative;
}
.bannerscroll .textbox img{
	width: 90%;
	position:absolute;
	top: 0;
	bottom: 0;
	height: auto;
	margin: auto;
}
.bannerscroll .textbox img:nth-child(1){
	z-index:11
}
.bannerscroll .pic-box{
	position:absolute;
	display:flex;
	width: auto;
	height: 100%;
	justify-content: flex-start;
	left: 0;
}
.bannerscroll .pic-box img{
	height: 100%;
	width:auto;
	position: relative;
	left: 0;
	top:0;
	border: none;
	margin-right: -1rem;
}
.swiper-slide-active .bannerscroll .pic-box{
	transform: translateX(-6000rem);
	transition: 50s linear;
}
/* serbox css */
.serbox{
	background-image: url(../images/probg2.jpg);
	padding: 40rem 0;
	background-size: 100%;
}
.serbox:before{
	background: rgb(0 0 0 / 48%);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
}
.serbox .contain-title{
	color:#fff;
}
.serbox .contain-title .en{
	background-image: linear-gradient(0deg,transparent 30%,#ffffff8a 80%);
}
.serbox .main-box{
}
.sershow{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15rem;
	flex-wrap: wrap;
}
.sershow .showbox{
	width: 100%;
	height: auto;
	border: 3rem #ffffff59 solid;
	padding: 15rem;
	color: #fff;
	position: relative;
	transition: 0.5s ease;
	padding-bottom: 50rem;
	margin-bottom: 25rem;
}
.sershow .showbox.active{
	width: 100%;
	border: 3rem #ffffff00 solid;
	background: #523c8594;
}
.sershow .showbox .titgroup b{
	font-size: 30rem;
	color: #ffffff54;
}
.sershow .showbox .titgroup .tit{
	font-size: 18rem;
	font-weight: bold;
	margin-top: 10rem;
}
.sershow .showbox .titgroup .intro{
	font-size: 12rem;
	line-height: 20rem;
	margin-top: 15rem;
	display: block;
	animation: opcshow 0.5s 0.5s ease forwards;
	opacity: 0;
}
.sershow .showbox.active .titgroup .intro{
	display: block;
}
.sershow .showbox .itembox{
	display: flex;
	opacity:0;
	animation:opcshow 0.5s 0.5s ease forwards;
}
.sershow .showbox.active .itembox{
	display:flex
}
.sershow .showbox .itembox .itemshow{
	width: 24%;
	margin-right: 1%;
	margin-top: 20rem;
}
.sershow .showbox .itembox .itemshow .pic-box{
	filter: grayscale(0) brightness(200);
	width: auto;
	height: 30rem;
	margin: 10rem auto;
}
.sershow .showbox .itembox .itemshow .pic-box img{
	height:100%;
	width:auto;
}
.sershow .showbox .itembox .itemshow p{
	font-size: 9rem;
	white-space: nowrap;
	text-align: center;
}
.sershow .showbox .entit{
	position: absolute;
	width: 90%;
	bottom: 10rem;
	height: auto;
	left: 20rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.sershow .showbox.active .entit span{
	display:block;
	width:50%;
	font-size: 8rem;
}
.sershow .showbox .entit span{
	width: 50%;
	word-break: normal;
	font-size: 8rem;
}
.sershow .showbox .entit .more{
	border: 1rem #fff solid;
	display: block;
	justify-content: center;
	align-items: center;
	line-height: 20rem;
	width: 80rem;
	color: #fff;
	transition: background 0.5s ease;
	animation:opcshow 0.5s 0.5s forwards;
	font-size: 10rem;
	opacity: 0;
}
.sershow .showbox.active .entit .more{
	display: block;
}
.sershow .showbox .entit .more:hover{
	background: #fff;
	color: #333;
}
/* solutbox css */
.solutshow{
	display: flex;
	justify-content: space-between;
	height: auto;
	margin-top: 20rem;
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.solutshow .swiper-wrapper{
	transition-delay:0s;
}
.solutitem{
	width: 100%;
	overflow: hidden;
	height: 100%;
	color:#fff;
	border-radius: 20rem;
}
.solutitem .swiper-slide{
	height: 100%;
	/* background: #000; */
	transition: width 0.5s ease;
	border-radius: 20rem;
}
.solutitem .swiper-slide.swiper-slide-thumb-active{
}
.solutitem .showbox{
	width: 80%;
	padding: 20rem;
	color: #fff;
	position: relative;
	height: 100%;
	border-radius: 15rem;
	background: #65b109;
	overflow: hidden;
}
.solutitem .colorbg{
	background: linear-gradient(45deg, #000000bd 40%, transparent 80%);
}
.solutitem .showbox .textbox{
	opacity: 0.7;
	position: relative;
	z-index: 30;
	text-shadow: 1rem 1rem 2rem BLACK;
	padding-bottom: 60rem;
}
.solutitem .swiper-slide.swiper-slide-active .showbox .textbox{
	opacity:1;
}
.solutitem .showbox .tit{
	font-size: 18rem;
	font-weight: bold;
	margin-bottom: 10rem;
	border-bottom: 1rem #fff solid;
	padding-bottom: 10rem;
	width: 80%;
}
.solutitem .showbox .intro{
	font-size: 11rem;
	line-height: 23rem;
}
.solutitem .showbox .intro strong{
	font-weight:bold;
	font-size:larger;
}
.solutitem .showbox .bg{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100%;
	overflow: hidden;
}
.solutitem .showbox .bg .pic-box{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}
.solutitem .showbox .bg .pic-box img{height: 100%;width: auto;}
.solutitem .swiper-slide.swiper-slide-active .showbox .bg .pic-box img{
	transition:2s 0.5s ease;
	transform:scale(1.6);
}
.solutitem .showbox .bg .colorbg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0.8;
}
.solutitem .showbox .more{
	padding: 5rem 0;
	width: 75%;
	border-top: 1rem #eeeeee38 solid;
	display: flex;
	position: absolute;
	bottom: 10rem;
	left: -5%;
	right: 0;
	margin: auto;
	justify-content: flex-end;
	z-index: 20;
}
.solutitem .showbox .more:before{
	width:0%;
	position:absolute;
	height: 1rem;
	background: #fff;
	content:'';
	top: 0;
	left:0;
}
.solutitem .swiper-slide.swiper-slide-thumb-active .showbox .more:before{
	width:100%;
	transition:2s 0.5s ease;
}
.solutitem .showbox .more a{
	font-size: 11rem;
	width: 40%;
	transform: skewX(344deg);
	letter-spacing: 2rem;
}
.solutitem .showbox .more a:hover{
	transform:translateX(10rem);
	transition:0.5s ease;
}
.solutscreen{
	overflow: hidden!important;
	width: 100%;
	position: relative;
	left: -37rem;
	z-index: 30;
	--swiper-navigation-color: #ffffff;
	--swiper-navigation-size: 40rem;
	display: none;
}
.solutscreen .swithbtn{
	position:absolute;
	bottom:0;
	left:0;
	background: #ff6301;
	width: 160rem;
	height: 80rem;
	z-index: 20;
}
.solutscreen .swithbtn>div{
	width:50%;
	height:100%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition:0.5s ease;
}
.solutscreen .swithbtn>div:hover{
	background: #ff4f05;
}
.solutscreen .swithbtn .swiper-button-next{
	right:0%
}
.solutscreen .swithbtn .swiper-button-prev{
	left:0%
}
.solutscreen .showbox{
	width: 100%;
	height: 100%;
	border-radius: 30rem;
	overflow: hidden;
	border: 2rem #ababab solid;
	position: relative;
}
.solutscreen .showbox .pic-box{
	height: 100%;
	width: 100%;
}
.solutscreen .showbox .pic-box img{
	height: 100%;
	width: auto;
	transition:0.5s ease;
}
.solutscreen .showbox:hover .pic-box img{
	transform:scale(1.2);
}
.solutscreen .showbox .textbox{
	position:absolute;
	bottom:0;
	background: #0000009c;
	padding:15rem 30rem;
	right:0;
	font-size:20rem;
	color:#fff;
	font-weight:bold;
	z-index: 10;
}
/* casebox */
.casebox{
	/* padding:0; */
}
.casebox .main-box{
	width:100%;
}
.caseshow{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin-top: 10rem;
}
.caseshow .showbox{
	width: 48%;
	height: auto;
	position: relative;
	margin: 0.5%;
}
.caseshow .showbox:nth-last-child(1){
	display:none;
}
.caseshow .showbox .pic-box{
	width: 100%;
	transition: 0.5s ease;
	height: 150rem;
}
.caseshow .showbox .pic-box img{
	height: 100%;
	width: auto;
}
.caseshow .showbox:hover .pic-box img{
	transform: scale(1.2);
}
.caseshow .showbox .textbox{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000007d;
	color: #fff;
	display: flex;
	justify-content: center;
	opacity: 0;
	align-items: center;
	flex-direction: column;
	top: 0;
	left: 0;
	transition:0.5s ease;
}
.caseshow:hover .showbox .textbox{
	background:#0000007d;
	opacity:1;
}
.caseshow .showbox .textbox>div{
	opacity:0;
}
.caseshow .showbox:hover .textbox>div{
	opacity:1;
}
.caseshow .showbox:hover .textbox{
	background: #ff7019ab;
	opacity: 1;
}
.caseshow .showbox .textbox .tit{
	font-size: 17rem;
}
.caseshow .showbox .textbox .line{
	width: 100rem;
	height: 1rem;
	background: #fff;
	margin: 5rem 0;
}
.caseshow .showbox .textbox .intro{
	font-size: 22rem;
	font-weight: bold;
}
.caseshow .showbox .textbox .more{
	border: 1rem #fff solid;
	transition: 0.5s ease;
	transform: rotate(0) scale(1.5);
	margin-top: 15rem;
	width: 20rem;
	height: 20rem;
	text-align: center;
	line-height: 20rem;
	font-size: 14rem;
}
.caseshow .showbox:hover .textbox .more{
	transform: rotate(360deg) scale(1);
}
/* process css */
.process{
	background-image:url(../images/processbg.jpg)
}
.process:before{
	position:absolute;
	width:100%;
	height:100%;
	background: radial-gradient(#00000096 40%, transparent);
	content:'';
	top:0;
	left:0;
}
.process .contain-title{
	text-align:left;
	color:#fff;
}
.process .contain-title .en{
	background-image: linear-gradient(0deg,transparent 30%,#ffffff5e 80%);
}
.cessshow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.cessshow .left{
	padding: 10rem;
	width: 100%;
}
.cessshow .right{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cessshow .left .textbox{
	margin-top: 10rem;
	color: #fff;
	line-height: 20rem;
}
.cessshow .p1{
	font-size: 14rem;
	letter-spacing: 0;
}
.cessshow .more{
	width: 80rem;
	line-height: 20rem;
	background: linear-gradient(45deg, #f79252, #ff6301)!important;
	font-size: 11rem;
	color:#fff;
	margin-top: 25rem;
	border-radius: 5rem;
}
.cessshow .showbox{
	height: auto;
	width: 48%;
	position: relative;
	color: #fff;
	box-shadow: 5rem 8rem 25rem #ffffff8a;
	transition:0.5s ease;
	border-radius: 10rem;
	margin: 10rem 0;
}
.cessshow .showbox:hover{
	background: linear-gradient(45deg, #f79252, #ff6301)!important;
}
.cessshow .showbox:hover .bigicon{
	transform:scale(1.3) translateX(-20rem,-10rem);
}
.cessshow .showbox .textbox>div{
	position: relative;
	z-index: 5;
}
.cessshow .showbox .textbox{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 10rem;
}
.cessshow .showbox:nth-child(2),
.cessshow .showbox:nth-child(3){
}
.cessshow .showbox .txticon{
	width: 35rem;
	margin-bottom: 10rem;
}
.cessshow .showbox .tit{
	font-size: 17rem;
}
.cessshow .showbox .tit span{
	display:inline-block;
	transform:skewX(-20deg);
	margin-right:10rem
}
.cessshow .showbox .intro{
	font-size: 13rem;
	margin-top: 10rem;
}
.cessshow .showbox .textbox .bigicon{
	position: absolute;
	width: 70rem;
	opacity: 0.3;
	bottom: -20rem;
	right: -20rem;
}
.cessshow .showbox:hover .bigicon{
	transform: scale(1.2) translate(-20rem,-15rem);
}
/* ohterser css */
.othershow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10rem;
}
.othershow .showbox{
	width: 32%;
	display:flex;
	justify-content: flex-start;
	padding: 10rem 5rem;
	align-items: center;
	margin: 15rem 0;
	border-radius: 5rem;
	border-top-left-radius: 20rem;
	border-bottom-right-radius: 20rem;
	background: #fff!important;
	color: #000;
	box-shadow: 3rem 0 8rem #7a7a7ab0;
	flex-direction: column;
}
.othershow .showbox:hover{
	background: linear-gradient(45deg, #f79252, #ff6301)!important;
}
.othershow .showbox:hover .textbox{
	color:#fff
}
.othershow .showbox .pic-box{
	width: 60rem;
	height: 60rem;
	padding: 10rem;
	transition:transform 0.5s ease;
	background: linear-gradient(45deg, #f79252, #ff6301)!important;
	clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);
	border:3rem #fff solid;
	border-radius: 50%;
}
.othershow .showbox .pic-box img{
	filter:brightness(200);
}
.othershow .showbox .textbox{
	width: 100%;
	transition: none;
	text-align: center;
}
.othershow .showbox:hover .pic-box{
	transform:perspective(1000rem) rotateY(360deg);
}
.othershow .showbox .textbox .tit{
	font-size: 16rem;
	margin-bottom: 5rem;
}
.othershow .showbox .textbox .intro{
	font-size: 12rem;
}
.othershow .showbox:nth-child(1){
	background: linear-gradient(45deg, #f79252, #ff6301);
}
.othershow .showbox:nth-child(2){
	background: linear-gradient(45deg, #dbcd21, #f7c501);
}
.othershow .showbox:nth-child(3){
	background: linear-gradient(45deg, #91c51f, #34d80f);
}
.othershow .showbox:nth-child(4){
	background:linear-gradient(45deg, #24c93f, #05bf23);
}
.othershow .showbox:nth-child(5){
	background:linear-gradient(45deg, #24b8c9, #01bacf);
}
.othershow .showbox:nth-child(6){
	background:linear-gradient(45deg, #245dc9, #0138a2);
}
.othershow .showbox:nth-child(7){
	background:linear-gradient(45deg, #8a24c9, #62019d);
}
.othershow .showbox:nth-child(8){
	background:linear-gradient(45deg, #c924ad, #9d0182);
}
.othershow .showbox:nth-child(9){
	background:linear-gradient(45deg, #c9243f, #a1011b);
}
/* abusbox css */
.abusbox{
	/* padding: 60rem 0; */
	/* background-image: url(../images/serverbg.jpg); */
	/* background-attachment: fixed; */
	/* background-position: 70%; */
}
.abusbox:before{
	/* background: #00000061; */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:''
}
.abusbox .tit{
	font-size: 45rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 50rem;
}
.abusbox .tit .en{
	background-image: linear-gradient(0deg,transparent 30%,#ffffff5e 80%);
	color: transparent;
}
.abusbox .numbox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.abusbox .numbox .showbox{
	width: 48%;
	text-align: center;
	margin: 10rem 0;
}
.abusbox .numbox .showbox .top{
	display: flex;
	justify-content:center;
	align-items: flex-start;
	color: #ff6301;
}
.abusbox .numbox .showbox .top b{
	font-size: 40rem;
	width: max-content;
	background-image: linear-gradient(0deg, #f8bc97, #ff4e00);
	-webkit-background-clip: text;
	color: transparent;
}
.abusbox .numbox .showbox .top span{
	font-size: 16rem;
}
.abusbox .numbox .showbox .line{
	width: 100rem;
	height: 2rem;
	background: #fff;
	margin: 5rem auto 5rem;
}
.abusbox .numbox .showbox .bottom{
	font-size: 16rem;
	color: #ff5533;
}
/* newsbox css */
.newsshow{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.newsshow .toubox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	display: none;
}
.newsshow .toubox .pic-box{
	width: 50%;
	border-radius: 30rem;
}
.newsshow .toubox .textbox{
	width: 50%;
	padding: 40rem;
}
.newsshow .toubox .tit{
	font-size:25rem;
	font-weight: bold;
}
.newsshow .toubox .date{
	display: flex;
	align-items: center;
	font-size: 16rem;
	margin: 15rem 0;
}
.newsshow .toubox .date span{
	display: block;
	width: 60rem;
	height: 4rem;
	margin-right: 20rem;
	background: #ff7019;
}
.newsshow .toubox .intro{
	font-size: 20rem;
	line-height: 35rem;
}
.newsshow .toubox .more{
	font-size: 18rem;
	margin-top: 100rem;
	width:150rem;
	line-height: 30rem;
	float: right;
}
.newsshow .showbox{
	padding: 10rem;
	background-color: #f6f6f6;
	width: 100%;
	margin: 15rem 1.333% 0% 0;
	position:relative;
	overflow:hidden;
	border-radius: 10rem;
}
.newsshow .showbox .tit{
	font-size: 13rem;
	font-weight: bold;
	padding-bottom: 5rem;
	margin-bottom: 10rem;
	border-bottom: 2rem #ccc solid;
	position:relative;
	transition:none;
}
.newsshow .showbox .tit b{
	display:block;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:5rem;
}
.newsshow .showbox .tit span{
	opacity:0.7;
	font-weight:normal;
	font-size: 12rem;
}
.newsshow .showbox .date{
	font-size: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	transition:none;
}
.newsshow .showbox:before{
	position:absolute;
	top:0;
	left:-100%;
	background: #f12412;
	content:'';
	width:100%;
	height:100%;
	transition:0.5s ease;
}
.newsshow .showbox:hover .tit{
	color:#fff;
}
.newsshow .showbox:hover .date{
	color:#fff
}
.newsshow .showbox:hover:before{
	left:0%;
}
/* links */
.linksbox{
	padding: 10rem 0;
}
.linkshow{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.linkshow .tit{
	font-size: 14rem;
	color: #ff7019;
	margin-bottom: 5rem;
}
.linkshow .tit span{
	display: block;
	font-size: 18rem;
	font-weight: bold;
	letter-spacing: 0rem;
}
.linkshow .showbox{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 11rem;
	flex-shrink: 0;
	overflow: auto;
}
.linkshow .showbox a{
	font-size: 12rem;
	display: block;
	line-height: 20rem;
	text-align: center;
	width: auto;
	padding: 3rem 5rem;
	flex-shrink: 0;
}
.linkshow .showbox a:hover{
	color: #ff7019;
}
/* footer css */
footer{
	width: 100%;
	background: #333;
	color: #fff;
}
.footer{
	display: flex;
	flex-wrap: wrap;
	background: inherit;
	width: 100%;
	flex-direction: row-reverse;
}
.footer .left{
	width: 100%;
	padding: 15rem;
}
.footer .left .contain-title{
	text-align:left;
}
.footer .left .contain-title .en{
	background-image:linear-gradient(0deg,transparent 30%,#9f9f9f 80%);
}
.footer .left .conshow{
	line-height: 25rem;
	font-size: 14rem;
	margin-top: 15rem;
}
.footer .left .conshow p{
	margin-bottom:5rem
}
.footer .left .conshow img{
	border: 1rem #ffffffa1 solid;
	width: 20rem;
	height: 20rem;
	border-radius: 50%;
	background: #f12412;
	margin-right: 11rem;
	padding: 1rem;
}
.footer .left .conshow span{
	font-weight: bold;
}
.footer .right{
	width: 100%;
	/* background: url(../images/footbg.jpg); */
	padding: 10rem;
	position: relative;
	overflow: hidden;
	/* background-size: 100%; */
}
.footer .right>div{
	position:relative;
}
.footer .right::before{
	background: linear-gradient(126deg, #333333 40%, transparent 90%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
}
.footer .right .p1{
	font-size: 20rem;
	font-weight: bold;
	color: #ffffff;
}
.footer .right .p2{
	font-size: 14rem;
	margin-top: 10rem;
}
.footer .ewmbox{
	display: flex;
	margin-top: 20rem;
}
.footer .ewmbox .showbox{
	margin-right:30rem
}
.footer .ewmbox .showbox .pic-box{
	width: 80rem;
	margin-bottom: 0rem;
}
.footer .ewmbox .showbox p{
	font-size: 13rem;
	text-align: center;
	font-weight: bold;
}
.footnav{
	background-color: #fff;
	display: none;
	flex-wrap: wrap;
	padding: 6rem;
	width: 90%;
	color: #000;
	border-top-left-radius: 10rem;
	border-bottom-left-radius: 10rem;
}
.footnav li a{
	font-size: 11rem;
}
.footnav>li{
	display: flex;
	margin: 5rem 1%;
	align-items: center;
	width: 100%;
}
.footnav>li>a{
	font-weight: bold;
	width: 21%;
}
.footnav>li span{
	width: 5rem;
	height: 5rem;
	background-color: #ff7019;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10rem;
}
.footnav .subnav{
	display: flex;
	flex-wrap: wrap;
	width: 72%;
}
.footnav .subnav li{margin: 0 5rem;}
.footnav .subnav li a:hover{
	color: #ff7019;
}
.footbottom{
	width: 100%;
	text-align: center;
	padding: 10rem 0;
	font-size: 10rem;
}
.footbottom span{
	display: inline-block;
	margin: 0 0rem;
}
.footbottom span a{
	color:#fff;
	font-size: 10rem;
}
.footlogo{
	position: absolute!important;
	bottom: 30rem;
	right: 20rem;
	width: 400rem;
	filter: drop-shadow(2rem 4rem 5rem #000);
	display: none;
}
.footlogo .pic-box{
	width: 100%;
	height: auto;
}
/*mobile css*/
.m-head{
	    display: flex;
	    position:fixed;
	    height: 40rem;
	    background: #ffffff;
	    width: 100%;
	    padding: 2rem 20rem;
	    justify-content: space-between;
	    align-items: center;
	    z-index:999;
	    top: 0;
	    box-shadow: 0 0rem 15rem #a2a2a2d9;
	}
	
	.m-head .m-logo{
		width: auto;
		height: 100%;
		border-radius: 5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		/* background: #32455ec9; */
	}
	.m-head .m-logo .text-box{
		margin-left:5rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.m-head .m-logo .text-box p:nth-child(1){
		color: #ffffff;
		font-size:24rem;
		text-align: center;
		letter-spacing:5rem;
		text-shadow: 2rem 2rem 3rem #000000;
	}
	.m-head .m-logo .text-box p:nth-child(2){
		font-weight:bold;
		font-size:10rem;
	}
	.m-head .m-logo img{
		height: 100%;
		width: auto;
	}
	
	
	.m-head .list-button{
		height: 80%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.m-head .list-button .mlangchange{
		width:30rem;
		height:100%;
		position:relative;
		margin-right: 20rem;
		line-height: 40rem;
	}
	.m-head .list-button .mlangchange .pic-box{
		height:100%;
	}
	.m-head .list-button .mlangchange .showbox{
		display:none;
		transition: unset;
		width: 300%;
		height: auto;
		position: absolute;
		background: #e97236;
		font-size: 20rem;
		color: #fff;
		text-align: center;
		right: -100%;
		line-height: 40rem;
	}
	.m-head .list-button .mlangchange .showbox a{
		display:inline-block;
		width:100%;
		border-top: 1rem #ffffff52 solid;
	}
	.m-head .list-button .linebox{
		display:flex;
		width:30rem;
		height:100%;
		flex-direction: column;
		justify-content: center;
	}
	.m-head .list-button .line{
		width:100%;
		height:2rem;
		background: #f12412;
		margin: 3rem 0;
	}
	.m-top-menu{
		position:fixed!important;
		background: #3e8fc038;
		height:100%;
		width:100%;
		padding-top: 40rem;
		left:0;
		top:0;
		z-index:999;
		display: none;
	}
	.m-top-menu .left{
		position:absolute;
		top:0;
		height: 100%;
		width: 100%;
		left:0;
	}
	
	.m-top-menu>ul{
		width:40%;
		height:100%;
		background: #f12412;
		color: #fff;
		text-align: center;
		font-size: 15rem;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		position: absolute;
		right: -40%;
	}
	.m-top-menu>ul a{
		color: #fff;
	}
	
	.m-top-menu>ul>li{
		width:100%;
		height: auto;
		margin: 10rem;
	}
	
	
	.m-top-menu>ul>li>ul{
		display:none;
	}
	
	.m-top-menu>ul>li:hover ul{
		display: block;
	}
	
	.m-top-menu>ul>li>ul{
		margin-top:15rem;
		margin-bottom: 30rem;
	}
	.m-top-menu>ul>li>ul>a{
		display:block;
		margin: 15rem 0;
		color: #858585;
	}
	/* 底部样式 */
/* m-footer css */
.m-footbut{
	width:100%;
	height: 35rem;
}

.m-footbut .navwrapper{
	width:100%;
	height: 35rem;
	position:fixed;
	bottom:0;
	background:#e97236;
	display:flex;
	justify-content:space-between;
	z-index: 9999;
	padding: 2rem 10rem;
	border-top: 1rem #ffffff2e solid;
}

.m-footbut .navwrapper .navbox{
	width:32%;
	display:flex;
	flex-direction: row;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-right: 1rem #ffffff57 solid;
	font-size: 12rem;
}
.m-footbut .navwrapper .navbox:nth-child(4){
	border:none;
}
.m-footbut .navwrapper .navbox .pic-box{
	width: 18rem;
	margin-right: 5rem;
}



* ---- 滚动容器；渐变遮罩 ---- */
.logo-scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10rem 0;
  border-radius: 16rem;
  background: rgba(255, 255, 255, 0.02);
}

/* 左右渐变遮罩 */
.logo-scroll-wrapper::before,
.logo-scroll-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50rem;
  z-index: 2;
  pointer-events: none;
}
.logo-scroll-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #0f172a, transparent);
}
.logo-scroll-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #0f172a, transparent);
}

/* ---- 滚动轨道；JS复制追加实现无限循环 ---- */
.logo-track {
  display: flex;
  align-items: center;
  gap: 10rem;
  width: max-content;
  animation: scrollLogo 28s linear infinite;
  will-change: transform;
  padding: 0 16rem;
}

/* ---- 单个Logo项 ---- */
.logo-track .logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120rem;
  height: 120rem;
  padding: 6rem 10rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14rem;
  border: 1rem solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.logo-track .logo-item img {

  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  object-fit: contain;
  filter: grayscale(0.2) brightness(0.9);
  transition: all 0.3s ease;
}

.logo-track .logo-item:hover {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 30rem rgba(212, 160, 23, 0.12);
  transform: translateY(-3rem);
}
.logo-track .logo-item:hover img {
  filter: grayscale(0) brightness(1.1);
  transform: scale(1.05);
}
/* ---- 滚动动画 ---- */
@keyframes scrollLogo {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========== 合作模块 表格样式 ========== */
/* 合作模块外层容器 */
.cooper-wrap {
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100);
    padding: 0rem 0;
}
/* 模块标题区域 */
.cooper-wrap .contain-title {
    margin-bottom: 50rem;
    text-align: center;
}
.cooper-wrap .contain-title .en {
    font-size: 16rem;
    letter-spacing: 2rem;
    color: #0F52BA;
    opacity: 0.7;
}
.cooper-wrap .contain-title .cn {
    margin-bottom: 12rem;
    font-size: 32rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 10rem;
}
.cooper-wrap .contain-title .subtit {
    font-size: 17rem;
    color: #64748b;
    margin-top: 16rem;
    max-width: 720rem;
    margin-left: auto;
    margin-right: auto;
}

/* 表格外层容器，开启横向滚动适配移动端 */
.cooper-table-wrap {
    margin-top: 0rem;
    overflow-x: auto;
}
/* 表格基础卡片样式 */
.cooper-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 20rem !important;
    overflow: hidden;
    box-shadow: 0 8rem 36rem rgba(15, 82, 186, 0.08) !important;
}

/* 表头渐变背景 */
.cooper-table thead tr {
    background: linear-gradient(135deg, #084099 0%, #2970e2 100%) !important;
}
.cooper-table th {
    font-size: 16rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
    padding: 20rem 14rem;
    text-align: center;
    color: #ffffff;
}
/* 各列宽度分配 */
.cooper-table th:nth-child(1) {width: 21%;}
.cooper-table th:nth-child(2) { width: 28%; text-align: left; }
.cooper-table th:nth-child(3) { width: 22%; }
.cooper-table th:nth-child(4) { width: 34%; text-align: left; }

/* 表格行hover交互 */
.cooper-table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1rem solid #f1f5f9;
}
.cooper-table tbody tr:last-child {
    border-bottom: none;
}
.cooper-table tbody tr:hover {
    background: linear-gradient(90deg, #eff6ff 0%, #f8fafc 100%);
    transform: scale(1.003);
}
.cooper-table tbody tr td {
    font-size: 15rem;
    line-height: 1.2;
    vertical-align: middle;
    padding: 5px 6px;
    color: #334155;
}
/* 第三列文字居中 */
.cooper-table td:nth-child(3) {
    text-align: center;
    color: #64748b;
}

/* 第一列带emoji图标 */
.cooper-table tbody tr td:first-child {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #0F52BA;
    padding-left: 16rem;
}

/* 诊断合作 - 放大镜图标 */
.cooper-table tbody tr:nth-child(1) td:first-child::before {
    content: "🔍";
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12rem;
    color: #0F52BA;
}
/* 项目合作 - 目标图标 */
.cooper-table tbody tr:nth-child(2) td:first-child::before {
    content: "🎯";
    display: inline-block;
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12rem;
    color: #0F52BA;
}
/* 年度陪跑 - 握手服务图标 */
.cooper-table tbody tr:nth-child(3) td:first-child::before {
    content: "🤝";
    display: inline-block;
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12rem;
    color: #0F52BA;
}
/* 连锁定制 - 门店图标 */
.cooper-table tbody tr:nth-child(4) td:first-child::before {
    content: "🏬";
    display: inline-block;
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12rem;
    color: #0F52BA;
}

/* 平板适配 */
@media screen and (max-width: 992rem) {
    .cooper-wrap {
        padding: 60rem 0;
    }
    .cooper-table th, .cooper-table td {
        padding: 5px 6px;
        font-size: 14rem;
    }
}
/* 手机端适配 */
@media screen and (max-width:768rem) {
    .cooper-wrap .contain-title .cn {
        font-size: 26rem;
    }
    .cooper-wrap .contain-title .subtit {
        font-size: 15rem;
    }
    .cooper-table th {
        font-size: 12rem;
    }
    .cooper-table tbody tr td {
        font-size: 11rem;
    }
    .cooper-table tbody tr td:first-child::before {
        font-size: 16rem;
        left: 6rem;
    }
    .cooper-table tbody tr td:first-child {
        /* padding-left: 24rem; */
    }
}

/* 按钮区域 */
.cooper-btn-box {
    text-align: center;
    margin-top: 45rem;
}
.cooper-btn-box .btn-orange {
    padding: 16rem 42rem;
    font-size: 17rem;
    border-radius: 50rem;
    transition: all 0.3s ease;
    box-shadow: 0 6rem 18rem rgba(241, 36, 18, 0.22);
    border: none;
    cursor: pointer;
}
.cooper-btn-box .btn-orange:hover {
    transform: translateY(-3rem);
    box-shadow: 0 10rem 28rem rgba(241, 36, 18, 0.3);
}
/* 底部提示小字 */
.cooper-tip {
    margin-top: 19rem;
    font-size: 11rem;
    color: #94a3b8;
}
/* 移动端按钮 */
@media screen and (max-width:768rem) {
    .cooper-btn-box .btn-orange {
        padding: 10px;
        font-size: 12rem;
        width: 90%;
        max-width: 320rem;
    }
}
.hj{}


/* ==========================================
   富百氏 Hero 手机端独立 CSS (高清背景+修正排版)
   ========================================== */

/* 1. 首屏主容器 */
.fbs-hero {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 520px;
  overflow: hidden;
  background-color: #0f172a !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* 2. 背景 Swiper 轮播图 */
.fbs-hero-bg.swiper-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fbs-hero-bg .swiper-wrapper {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.fbs-hero-bg .swiper-slide {
  flex-shrink: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.fbs-hero-bg .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border: none !important;
}

/* 3. 暗色遮罩 (彻底移除模糊，仅保留清晰半透明暗度) */
.fbs-hero-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,.5) !important; /* 调整暗度保证清晰度与文字可读性 */
  z-index: 2 !important;
  pointer-events: none;
}

/* 4. 隐藏 PC 端左右切换箭头 */
.fbs-hero-bg .swiper-button-prev,
.fbs-hero-bg .swiper-button-next {
  display: none !important;
}

/* 5. 前台内容布局 */
.fbs-hero-container {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.fbs-hero-main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* 彻底隐藏场景图卡片 */
.fbs-hero-right {
  display: none !important;
}

.fbs-hero-left {
  width: 100%;
}

/* 文字排版修正 */
.fbs-title {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 12px 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.fbs-subtitle {
  font-size: 15px;
  color: #ff5533;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 6px 0;
}

.fbs-tagline {
  font-size: 15px;
  color: #ff5533;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.fbs-pain-list {
  margin-bottom: 22px;
}

.fbs-pain-list p {
  font-size: 14px;
  color: #f8fafc;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

/* 6. 核心预约按钮规整 */
.fbs-btn-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  line-height: 1.4;
  padding: 12px 16px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #ff5533 0%, #e63e1c 100%);
  color: #ffffff !important;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255, 85, 51, 0.4);
}

/* 7. 信任数据栏恢复 */
.fbs-hero-trust {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 12px;
  color: #cbd5e1;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.fbs-hero-trust .trust-item { margin: 0; }
.fbs-hero-trust .trust-num { color: #ff5533; font-size: 15px; font-weight: bold; }
.fbs-hero-trust .trust-line { color: rgba(255, 255, 255, 0.3); }

/* 8. 轮播小圆点定位 */
.fbs-hero .swiper-pagination {
  position: absolute !important;
  bottom: 10px !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center !important;
  z-index: 30 !important;
}

.fbs-hero .swiper-pagination-bullet {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  background: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
  margin: 0 5px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.fbs-hero .swiper-pagination-bullet-active {
  width: 26px !important;
  border-radius: 6px !important;
  background: #ff5533 !important;
  box-shadow: 0 0 10px rgba(255, 85, 51, 0.9) !important;
}