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

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

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

.contain-wrapper{
	width:100%;
	overflow: hidden;
}
.contain-box{
	width:100%;
	padding: 30rem 0;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
}
.main-box{
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.contain-title{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 25rem;
	position: relative;
	z-index: 10;
	flex-wrap: wrap;
}
.contain-title .cn{
	position: relative;
	top: -8rem;
	right: -8rem;
}
.contain-title .line{
	height: 60rem;
	transform: rotate(45deg);
	margin: 0 20rem;
	width: 3rem;
	background: #c12f2f;
	border-radius: 5rem;
}
.contain-title .en{
	position: relative;
	left: -8rem;
	bottom: -8rem;
}
.contain-title .subtit{
	font-size: 12rem;
	margin-top: 0rem;
	width: 100%;
	text-align: center;
	padding: 0 20rem;
}
/*mobilecss*/
/*mobile css*/
.m-head{
	    display: flex;
	    position:fixed;
	    height:60rem;
	    background: #ffffff;
	    width: 100%;
	    padding: 0;
	    justify-content: space-between;
	    align-items: center;
	    z-index:999;
	    top: 0;
	    box-shadow: 0rem 10rem 10rem #5d5d5d30;
	}
	
	.m-head .m-logo{
		width: 180rem;
		height: 100%;
		border-radius: 5rem;
		padding: 5rem 15rem;
		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: auto;
		width: 100%;
	}
	
	
	.m-head .list-button{
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding: 0 15rem;
		background: linear-gradient(45deg, #d72929, #ba1313);
	}
	.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: #fff;
		margin: 3rem 0;
	}
	.m-top-menu{
		position:fixed!important;
		background: #d98c8c40;
		height:100%;
		width:100%;
		padding-top:60rem;
		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: linear-gradient(45deg, #d72929, #ba1313);
		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:60rem;
}

.m-footbut .navwrapper{
	width:100%;
	height:60rem;
	position:fixed;
	bottom:0;
	background: linear-gradient(45deg, #d72929, #ba1313);
	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: column;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	border-right: 1rem #ffffff57 solid;
	font-size: 14rem;
}
.m-footbut .navwrapper .navbox:nth-child(4){
	border:none;
}
.m-footbut .navwrapper .navbox .pic-box{
	width: 30%;
	margin: 5rem 0rem;
}
/* public css end */
/* header css */
header{
	width: 100%;
	height: 60rem;
}
.nav-box{
	height: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 100%;
	padding-left: 30rem;
}
.top-nav{
	height: 100%;
	position: relative;
	z-index: 200;
	display: none;
}
.top-nav .logo-box{
	height: 90%;
	width: auto;
	display:flex;
	align-items: center;
	width: auto;
}
.top-nav .logo-box .text-box{
	height:100%;
	margin-left:10rem;
	
}
.top-nav .logo-box .text-box p:nth-child(1){
	font-size: 35rem;
	font-weight:bold;
	color:#1074B1;
	letter-spacing: 7rem;
}
.top-nav .logo-box .text-box p:nth-child(2){
	font-size:16rem;
	font-weight:600;
}
.top-nav .logo-box img{
	height: 100%;
	width: auto;
}
.top-nav ul{
	width: 60%;
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
.top-nav ul li{
	display: block;
	width: 15%;
	height: 100%;
	text-align: center;
	font-size: 22rem;
}
.top-nav ul li>a{
	width: 100%;
	color: #313340;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-nav ul>li.active{
	background:#c00000;
}
.top-nav ul>li:hover{
	background: linear-gradient(110deg, #c00000,#c00000,#da0917d9 100%);
}
.top-nav ul>li.active a{
	color:#fff;
}
.top-nav ul>li:hover a{
	color: #fff;
}
.top-nav ul .sublist{
	display:none;
	background:inherit;
	width:120%;
	height:auto;
	transition: unset;
	opacity:0;
}
.top-nav ul>li:hover .sublist{
	opacity:1
}
.top-nav ul .sublist>li{
	width:100%;
	font-size:14rem;
	line-height: 60rem;
}
.top-nav ul .sublist>li:hover{
	background: #313340;
}
.tphone{
	width: 20%;
	height: 100%;
	padding: 20rem;
	color: #fff;
	background: linear-gradient(45deg, #d72929, #ba1313);
	font-size:30rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tphone img{
	width: 50rem;
}
/* header css end */
/* banner */
.bannerbox{
	position: relative;
	overflow: hidden;
	height: auto;
}
.bannerbox .pic-box{
	width: 100%;
	height: auto;
}
.bannerbox .pic-box img{
	height:auto;
	width:100%;
}
.banner{
	width: 100%;
	overflow: hidden;
	height: auto;
}
.banpagin{
	width: 600rem;
	position: absolute;
	left: -30%;
	right: 0;
	margin: auto;
	bottom: 40rem;
	z-index: 10;
	overflow: hidden;
}
.banpagin .swiper-slide-active{
	opacity:0.6
}
/* product css */
.probox .main-box{
	width: 95%;
}
.propagin{
	width: 60%;
	margin: 10rem auto;
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.propagin p{
	width: 18%;
	margin: 20rem 1%;
	font-size:20rem;
	text-align: center;
	line-height: 45rem;
	border-radius: 30rem;
	cursor:pointer;
	transition: none;
}
.propagin p.active,
.propagin p:hover{
	background: linear-gradient(45deg, #d72929, #ba1313);
	color: #fff;
}
.proshow{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20rem;
}
.proshow .showbox{
	width: 48%;
	margin: 0 1% 10rem;
	display:block;
}
.proshow .showbox .pic-box{
	height: 120rem;
}
.proshow .showbox>div{
	transition:0.5s ease;
}
.proshow .showbox:hover>div{
	transform: translateY(-20rem);
	box-shadow:5rem 8rem 20rem #d729296b;
}
.proshow .showbox:hover .pic-box img{
	transform:scale(1.2)
}
.proshow .showbox .textbox{
	padding: 10rem;
	position: relative;
	transition: 0.5s ease;
}
.proshow .showbox .tit{
	font-size: 18rem;
	font-weight: bold;
}
.proshow .showbox .line{
	width: 50rem;
	height: 3rem;
	background: linear-gradient(45deg, #ea5a35, #ba1313);
	margin: 5rem 0 5rem;
}
.proshow .showbox:hover .line{
	width: 140rem;
}
.proshow .showbox .intro{
	font-size: 10rem;
	padding-right: 55rem;
	height: 44rem;
	overflow: hidden;
	line-height: 20rem;
}
.proshow .showbox .more{
	position: absolute;
	right: 30rem;
	bottom: 20rem;
	width: 25rem;
	border: 1rem #3333335c solid;
	padding: 4rem;
	transition:0.5s 0.3s ease;
}
.proshow .showbox .more img{
	width: 100%;
	height: auto;
}
.proshow .showbox:hover .more{
	right:15rem;
}
.proshow .enterbox{
	width: 48%;
	margin: 0 1% 10rem;
	position: relative;
	background-image: url(../images/proshow4.jpg);
	background-size:cover;
	background-position:center;
}
.proshow .enterbox:before{
	position:absolute;
	width:100%;
	height:100%;
	background-image: linear-gradient(156deg, #3a3b45e6, #11112af7);
	content:'';
	top:0;
	left:0;
}
.proshow .enterbox>div{
	position:relative;
	z-index:10;
	width:100%;
	height:100%;
	padding: 15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.proshow .enterbox .pic-box{
	position: absolute;
	top: 15rem;
	left: 15rem;
	width: 80rem;
}
.proshow .enterbox .pic-box img{
	width: 100%;
	height: auto;
}
.proshow .enterbox .enterpng{
	width: 60rem;
	height: 60rem;
	border-radius: 50%;
	border:2rem #fff solid;
	padding: 15rem;
	margin: 20rem auto;
}
.proshow .enterbox .enterpng img{
	filter: brightness(200);
	width: 100%;
	transition:0.5s ease;
}
.proshow .enterbox:hover .enterpng img{
	transform: scale(1.5) rotateZ(360deg);
}
.proshow .enterbox p{
	color: #fff;
	font-size: 16rem;
	text-align: center;
}
/* faqbox css */
.faqbox {
	padding:0;
}
/* adbox css */
.f_pr {
				position: relative;
		}
		.g_cpys{background:url(../images/faqbg.jpg) no-repeat center top;height: 1019rem;padding-top:85rem;box-sizing: border-box;}
		.g_cpys h2{height: 80rem;text-align: center;font-size: 46rem;font-weight: bold;color: #fff;width: 574rem;line-height: 80rem; background:#c00000;margin:0 auto 80rem;}
		.g_cpys h2 a{color: #fff;}
		.g_cpys .mainbox{
			width:1300rem;
			margin:0 auto;
		}
		.g_cpys .cpysgy{float: left;width: 305rem;height: 214rem;margin-right: 605rem; }
		.g_cpys .cpysgy dd{clear: both;overflow: hidden; line-height: 40rem;text-align: left; font-size: 20rem;color: #666666;font-weight: normal; }
		.g_cpys .cpysgy dd b{font-weight: bold;}
		.g_cpys .cpysgy dt{width:166rem;height: 80rem;overflow: hidden; background: #c00000; border-radius: 3rem; line-height: 80rem; color: #fff;font-size: 27rem; text-align: center;}
		.g_cpys .cpysgy:nth-child(2n){margin-right: 0; float: right;width: 290rem;}
		.g_cpys .cpysgy:nth-child(2n) dt{float: right;}
		.g_cpys .cpysgy:nth-child(2n) dd{text-align: right;}
		
		.m_cpys{height: 660rem;}
		.cpystel{background:url(../images/ystel.png) no-repeat 332rem 0;padding-left: 438rem;font-size: 18rem;color: #666666;position: relative; line-height: 31rem;}
		.cpystel b{display: block;font-size: 40rem;color: #666666;}
		.cpystel span{position: absolute;left:780rem;top:-12rem;width: 90rem;height: 75rem;background: #c00000;border-radius: 15rem;text-align: center;font-size: 22rem;color: #fff;padding-top: 10rem;}
		.cpystel span a{color: #fff;font-weight: bold; text-decoration: none;}
		.g_cpys .cpysc{
		    position: absolute;
		    left: 417rem;
		    top:196rem;
		    width: 505rem;
		    height: 505rem;
		    border-radius: 50%;
		    overflow: hidden;\
		    }
		.g_cpys .cpysc img{
			height:100%;
			width:auto;
		}
		@-webkit-keyframes spin{
		  from {
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		  }
		
		  50% {
		    -webkit-transform: rotate(180deg);
		    transform: rotate(180deg);
		  }
		
		  to {
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
		  }
		}
		@keyframes spin {
		  from {
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		  }
		
		  50% {
		    -webkit-transform: rotate(180deg);
		    transform: rotate(180deg);
		  }
		
		  to {
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
		  }
		}
/* adbox css end*/
/* charabox css */
.prochara::before{
	position: absolute;
	height: 350rem;
	width: 100%;
	top:0;
	left: 0;
	background-image: url(../images/groundshow1.jpg);
	content:'';
	background-size: cover;
	background-position: 0 -200rem;
}
.prochara::after{
	position: absolute;
	height: 350rem;
	width: 100%;
	top:0;
	left: 0;
	background: #313340c7;
	content:'';
}
.prochara .contain-title{
	color: #fff;
}
.charashow{
	margin-top:20rem;
	display:flex;
	justify-content: space-between;
	height: auto;
	flex-wrap: wrap;
}
.charashow .left{
	width: 100%;
	height: auto;
	position: relative;
}
.charashow .left>.pic-box{
	height: 350rem;
}
.charashow .left .textbox{
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	width: 100%;
	padding: 10rem 0 20rem;
	color:#fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(85deg, #be4040cc, #dc383887);
}
.charashow .textbox .iconbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.charashow .textbox .iconbox .showbox{
	width: 25%;
	border:1rem #fff solid;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 80rem;
}
.charashow .textbox .iconbox .showbox .pic-box{
	width: 40rem;
}
.charashow .textbox .iconbox .showbox .tit{
	font-size: 12rem;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.charashow .textbox .iconbox .showbox .intro{
	font-size:16rem;
	width: 100%;
	text-align: center;
	padding: 10rem;
}
.charashow .textbox .tshow{
	font-size: 12rem;
	width: 100%;
	padding: 10rem;
}
.charashow .textbox .tshow>span{
	font-size: 16rem;
	font-weight:bold;
	display:inline-block;
}
.charashow .textbox .tshow .phonebox{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.charashow .textbox .tshow .phonebox b{
	font-size: 20rem;
	font-weight: bold;
}
.charashow .left .pic-box img{height: 100%;width: auto;}

.charashow .left .showbox .pic-box img{
	width:100%;
}
.charashow .right{
	display: flex;
	flex-direction: column;
	background: #fff;
	width: 100%;
	height:100%;
}
.charashow .right .showbox{
	width: 100%;
	position: relative;
	height: auto;
	background: linear-gradient(156deg, #3b3c47, #18191e);
	color: #fff;
}
.charashow .right .showbox .textbox{
	position: relative;
	z-index: 20;
	overflow: hidden;
	padding: 30rem 10rem 40rem;
	width: 100%;
}
.charashow .right .showbox .pic-box{
	transition:0.5s ease;
}
.charashow .right .showbox:hover .pic-box img{
	transform:rotateZ(360deg)
}
.charashow .right .showbox .textbox>p{
	position:relative;
	z-index:20
}
.charashow .right .showbox .tit{
	font-size: 16rem;
	font-weight: bold;
	margin-bottom: 5rem;
}
.charashow .right .showbox .intro{
	font-size: 14rem;
	line-height: 20rem;
}
.charashow .right .showbox .sma{
	width: 50rem;
	height: 50rem;
	position: absolute;
	top: -25rem;
	margin: auto;
	left: 20rem;
	background: #ba1313;
	padding: 8rem;
	border-radius: 50%;
}
.charashow .right .showbox .big{
	width: 100rem;
	position: absolute;
	right: -10rem;
	bottom: -30rem;
	opacity: 0.3;
}
.charashow .right .showbox .big img{
    filter: opacity(1) drop-shadow(0rem 0rem 3rem #fff);
}
/* abusbox */
.abbox {
	background-image: url(../images/groundshow1.jpg);
}
.abbox .main-box{
	overflow: hidden;
}
.abbox .contain-title{
	color: #fff;
	z-index: 40;
	width: 100%;
}
.abbox .contain-title .line{
	background:#fff;
}
.abusshow{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	background: #00000087;
	padding: 10rem;
	color: #fff;
}
.abusshow .textbox{
	width: 95%;
	font-size: 12rem;
	line-height: 24rem;
	margin: 0rem auto 20rem;
	text-align: center;
	padding-bottom: 10rem;
	border-bottom: 1rem #ffffff solid;
}
.abusshow .btnbox,
.abusshow .numbox{
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.abusshow .btnbox{
	padding: 0rem 2% 0 0%;
	border-right: 3rem #ffffff94 solid;
}
.abusshow .numbox{
	padding: 0 0% 0% 3%;
}
.abusshow .btnbox .showbox{
	width: 46%;
	height: auto;
	background: linear-gradient(45deg, #d72929c9, #ba1313bd);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10rem;
	flex-direction: column;
	padding: 5rem;
	position:relative;
}
.abusshow .btnbox .showbox:before{
	position:absolute;
	background:#d72929c9;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	transition:0.7s ease;
	transform:scale(0);
}
.abusshow .btnbox .showbox:hover:before{
	transform:scale(1);
}
.abusshow .btnbox .showbox .pic-box{
	width: 40rem;
	height: 40rem;
	margin-bottom: 10rem;
	position:relative;
	z-index:20;
}
.abusshow .btnbox .showbox p{
	font-size: 12rem;
	position:relative;
	z-index:20;
}
.abusshow .numbox .showbox{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10rem;
	flex-direction: column;
	transition: 0.1s linear;
}
.abusshow .numbox .showbox .top{
	font-size: 12rem;
	font-weight:bold;
	white-space: nowrap;
}
.abusshow .numbox .showbox .top b,
.abusshow .numbox .showbox .top em{
	font-size: 20rem;
	display:inline-block;
}
.abusshow .numbox .showbox:hover{
	background-image: linear-gradient(55deg, #ec7b3a 30%, #ba1313 99%);
	-webkit-background-clip: text;
	color: transparent;
}
.abusshow .numbox .showbox .bot{
	font-size: 15rem;
}
.honorbox{
	width: 100%;
	overflow: hidden;
	margin-top: 15rem;
}
.honorbox .showbox{
	width: 100%;
}
.honorbox .showbox .pic-box{
	width: 100%;
	padding:0 10rem;
}
.honorbox .showbox p{
	margin-top: 5rem;
	text-align: center;
	font-size: 12rem;
	width: 100%;
	padding: 0 10rem;
}
/* area css */
.areashow{
	width: 100%;
	display:flex;
	justify-content: space-between;
	margin-top: 10rem;
	position:relative;
}
.areashow:before{
	width: 100rem;
	height: 150rem;
	content:'';
	position:absolute;
	bottom: -1rem;
	left: -8rem;
	border-left: 5rem #313340 solid;
	border-bottom: 5rem #313340 solid;
}
.areashow:after{
	width: 100rem;
	height: 200rem;
	content:'';
	position:absolute;
	top: -10rem;
	right: -10rem;
	border-right: 5rem #fb9797 solid;
	border-top: 5rem #fb9797 solid;
}
.areascreen{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.areascreen .showbox{
	width: 32%;
	display: flex;
	margin: 10rem 0;
	align-items: center;
	background: linear-gradient(156deg, #3b3c47, #18191e);
	flex-direction: column;
}
.areascreen .showbox .piclist{
	width: 90%;
	display:flex;
	align-items: center;
	height: 320rem;
	overflow: hidden;
	flex-direction: column;
	justify-content: space-evenly;
}
.areascreen .showbox .piclist .pic-box{
	height:23%;
	width:100%;
	border: 2rem #fff solid;
}
.areascreen .showbox .piclist p{
	width:75%;
	overflow: hidden;
	display:flex;
	align-items: center;
	flex-direction: column;
}
.areascreen .showbox .piclist p img{
	width: 100%;
	min-width: 31%;
}
.areascreen .showbox .left{
	width: 100%;
	background: #ba1313;
	padding: 5rem;
}
.areascreen .showbox .pic-box{
	width: 50rem;
	margin: 0 auto;
}
.areascreen .showbox .textbox{
	width: 100%;
	color: #fff;
}
.areascreen .showbox .tit{
	font-size: 18rem;
	font-weight: bold;
	text-align: center;
	margin-top: 5rem;
}
.areascreen .showbox .intro{
	margin-top: 5rem;
	font-size: 11rem;
	line-height: 20rem;
}
.areapagin{
	width: 50%;
	background:#313340;
	height: 650rem;
	background-image: url(../images/groundshow3.jpg);
	position:relative;
}
.areapagin::before{
	position: absolute;
	top:0;
	left:0;
	background: #313340d6;
	content:'';
	width:100%;
	height: 100%;
}
.areapagin .showbox{
	width: 100%;
	padding: 20rem;
	text-align: center;
	font-size:16rem;
	color:#fff;
	position: relative;
	z-index: 30;
}
.areapagin .showbox .pic-box{
	width: 80rem;
	height: 80rem;
	margin: 10rem auto;
}
.areapagin .swiper-slide{
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1rem #ffffff63 solid;
}
.areapagin .swiper-slide.swiper-slide-thumb-active{
	background: linear-gradient(110deg, #de1c1c,#d14a53 90%);
}
/* newsbox css */
.newsbox{}
.newsshow{
	margin-top: 20rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newsshow .groupshow{
	width: 100%;
	display:none;
}
.newsshow .groupshow:nth-child(1){
	display:block;
}
.newsshow .newtit{
	font-size: 22rem;
	font-weight: bold;
	display:flex;
	width: 100%;
	margin-bottom: 10rem;
	justify-content: space-between;
}
.newsshow .newtit a{
	font-size: 16rem;
	opacity: 0.7;
	line-height: 30rem;
}
.newsshow .showbox{
	width: 100%;
	margin: 10rem 0;
}
.newsshow .showbox:hover img{
	transform:scale(1.2);
}
.newsshow .showbox .pic-box{
	width: 100%;
	height: auto;
	margin-bottom: 10rem;
	background: #eee;
}
.newsshow .showbox .pic-box img{
	height:auto;
	width:auto;
	max-width:100%;
	height:100%;
}
.newsshow .showbox .tit{
	font-size: 20rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsshow .showbox .intro{
	font-size: 13rem;
	/* opacity: 0.7; */
	line-height: 25rem;
	position: relative;
	padding-left: 15rem;
}
.newsshow .showbox .intro:hover a{
	color: #c00000;
}
.newsshow .showbox:nth-child(2) .intro{
	padding: 0;
	margin-bottom: 10rem;
	padding-bottom: 10rem;
	border-bottom: 1rem #ccc solid;
}
.newsshow .showbox .intro span{
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-left: 5rem #c12f2f solid;
	border-top: 5rem transparent solid;
	border-bottom: 5rem transparent solid;
	top:0;
	bottom: 0;
	margin:auto;
	left: 5rem;
}
/* footer */
footer{
	background: #313340;
	color:#fff;
}
.footer .top{
	display: flex;
	justify-content: space-between;
	padding:10rem 0;
	border-bottom: 1rem #fff solid;
	flex-direction: column;
}
.footer .flogo{
	height: 50rem;
	width: auto;
}
.footer .flogo img{
	height: 100%;
	width: auto;
}
.footnav{
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 12rem;
	align-items: center;
	margin-top: 10rem;
	flex-wrap: wrap;
}
.footnav li{
	width: 30%;
	text-align: center;
	line-height: 25rem;
	border: 1rem #ffffff96 solid;
	margin: 5rem 0;
}
.footnav li a{
	width: 100%;
	height: auto;
	display: block;
}
.footer .middle{
	display: flex;
	justify-content: space-around;
	height: auto;
	padding: 15rem 0;
	align-items: flex-start;
	flex-direction: column-reverse;
}
.footer .middle>div{
	/* padding:20rem 0; */
}
.footer .ewmbox{
	display: flex;
	width: auto;
	line-height: 25rem;
	font-size: 14rem;
	text-align: center;
	margin-top: 10rem;
}
.footer .ewmbox .showbox{
	margin: 0 10rem 0 0;
}
.footer .ewmbox .pic-box{
	width: 100rem;
	text-align: center;
}
.fcontact{
	line-height: 30rem;
	font-size: 14rem;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1rem #fff solid;
	margin-top: 15rem;
	padding-top: 15rem;
}
.fcontact span{
	font-weight: bold;
	font-size:18rem
}
.linksbox{
	width: 100%;
}
.linksbox a{
	font-size:14rem;
	display: inline-block;
	margin: 0 10rem;
}
.linksbox span{
	font-size: 16rem;
	font-weight:bold;
}
footer .cbottom{
	font-size: 12rem;
	background: #1e202e;
	text-align: center;
	padding: 10rem 0;
}
footer .cbottom span{
	display: inline-block;
	margin:0 5rem;
}
/* pro */
.fl{
	float:left
}
.prod_t{ margin-bottom:40rem;
    text-align: center;padding-bottom: 37rem;background: url(../image/pro_ico.png)center bottom no-repeat;
}
.prod_t dl{
    font-size: 25rem;
    color: #222;
    line-height: 34rem;
}
.prod_t dl strong{
    color: #c12f2f;
}
.prod_t p{
    line-height: 30rem;
    font-size: 13rem;
    color: #0e0e0e;
}
.problem{
    overflow:hidden;
    width: 100%;
    min-width: 95%;
    position: relative;
}
.problem .prod_t{
   background: none; padding-bottom: 0;
}
.problemt{
    background: url(../images/faq.jpg);
    height: 400rem;
    background-size: cover;
    background-position: center 150rem;
    background-repeat: no-repeat;
    width: 90%;
    margin: 0 auto;
}
.problemtb{
    position: relative;
}
.problemtb li{
    animation: prminfo 4s linear infinite;
    display: block;
    width: 80rem;
    height: 80rem;
    box-sizing: border-box;
    background: #fff6f6;
    border: 5rem solid #c00000;
    color: #666;
    font-size: 13rem;
    text-align: center;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    padding: 0rem 10rem 0 10rem;
    line-height: 20rem;
    position: absolute;
    justify-content: center;
    align-items: center;
}
.problemtb li span{
    color: #c00000;
    font-size: 17rem;
    font-weight: bold;
    display: block;
}
.problemtb li b,
.problemtb li em{
	display:none;
}
.problemtb li:nth-of-type(1){
    left: 50rem;
    top: -30rem;
    animation-delay: 1s;
    width: 80rem;
    height: 80rem;
    padding-top: 5rem;
}
.problemtb li:nth-of-type(2){left: -20rem;top: 50rem;animation-delay: 2s;} 
.problemtb li:nth-of-type(3){left: 50rem;top: 150rem;animation-delay: 3s;}
.problemtb li:nth-of-type(4){right: 50rem;top: -50rem;animation-delay: 1s;width: 80rem;height: 80rem;}
.problemtb li:nth-of-type(5){right:0;top: 50rem;animation-delay: 3s;} 
.problemtb li:nth-of-type(6){right: 50rem;top: 150rem;animation-delay:2s;}
@keyframes prminfo {
   25% {-webkit-transform: translateY(-20rem);}
   50%, 100% {-webkit-transform: translateY(0);}
   75% {-webkit-transform: translateY(20rem);}
}

.problemb{
    padding-top:75rem;
    padding-bottom: 100rem;
    min-height:700rem;
    overflow: hidden;
    position:relative;
    background: url(../images/groundshow5.jpg) center/cover no-repeat;
}
.problemb:before{
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	top:0;
	left:0;
	background: linear-gradient(45deg, #be4040cc, #dc3838e0);
}
.problemb>.box{
	position:relative;
	z-index:20;
}
.problemtb li:nth-of-type(2n){
    background: #f5f5f5;border-color: #f5f5f5;
}
.problemtb li:nth-of-type(3n){
    background: #fff;border-color: #f5f5f5;
}
.problemtb li:hover{
    cursor:pointer;
    border-color: #c12f2f;
    background: #c12f2f;
    color: #fff;
}
.problemtb li:hover span{
    color: #ffd900;
}

.problemb .prod_t{
   background: none; padding-bottom: 0;color: #73cd9f; margin-bottom: 30rem;
}
.problemb .prod_t p{color: #c7c7c7;}
.problemb .prod_t dl{
    color: #fff;
}
.problemb .prod_t span{
    color: #ffd900;
}
.problembb{
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
}
.problembb li{
    text-align: center;
    width: 25%;
    /* float: left; */
    /* background: rgba(255,255,255,4%); */
    box-sizing: border-box;
    padding:50rem 40rem;
}
.problembb li:nth-of-type(2n){/* background: rgba(255,255,255,8%); */}
.problembb li dl{
    color: #fff;font-size:28rem;line-height: 60rem;
}
.problembb li p{
    color: rgba(255,255,255,0.6);font-size: 15rem;line-height: 28rem;
}
.problembb li img{
	width:100rem;
}

.problembb .txt{
    margin-top: 50rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
.problembb .txtl dl{
    font-size: 40rem;color: #fff;font-weight: bold;line-height: 50rem;
}
.problembb .txtl dd{
    color: rgba(255,255,255,0.4);font-family: "airal";font-size: 13rem;text-transform: uppercase;line-height: 30rem;
}
.problembb .txtl dt{letter-spacing: 1rem;
    font-size: 30rem;color: #fff;line-height: 40rem; padding-top: 10rem;font-weight: lighter;
}

.problembb .tel{
	margin-right:20rem;
}
.problembb .tel:before{width:64rem;height:64rem;text-align: center; background: rgba(255,255,255,5%);line-height: 64rem;
    display: block;float: left;color: rgba(255,255,255,0.6);font-size:38rem;margin-right:8rem;border-radius: 50%;overflow: hidden;
}
.problembb .tel dl{
    float: left;
    line-height:20rem;
    margin-right: 30rem;
}
.problembb .tel dl dd{
    font-size: 16rem;color: rgba(255,255,255,0.6);
}
.problembb .tel dl dt{
    display: block;color: #fff;font-size: 34rem;font-weight: bold;font-family: "airal";line-height: 44rem;
}
.problembb .tel a{
   display: block;
   text-align: center;
   line-height:46rem;
   background: rgb(255 255 255 / 32%);
   font-size: 16rem;
   color: #fff;
   border-radius: 30rem;
   /* overflow: hidden; */
   margin-top: 30rem;
   width: 60%;
   float: right;
}
.problembb .tel a:hover{
    background: #fff;color: #c00000;font-weight: bold;
}

/* parterner css */
.partnerbox{
	padding: 100rem 0;
}
.partnerbox .contain-title{justify-content: flex-start;}
.partnerbox .contain-title .subtit{
	text-align:left;
	padding-left:30rem
}
.partnershow{
	display: flex;
	justify-content: center;
}
.partnershow .left{
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-top: 70rem;
	position: relative;
	z-index: 10;
	overflow:hidden;
}
.partnershow .swiper-wrapper{
	height:630rem;
}
.partnershow .swiper-slide{
	height: 50%;
}
.partnershow .showbox{
	width: 96%;
	margin: 2%;
	position: relative;
	box-shadow: 0 0 4rem #474747;
}
.partnershow .showbox p{
	position: absolute;
	font-size: 16rem;
	background: #c12f2fba;
	color: #fff;
	text-align: center;
	line-height: 35rem;
	width: 100%;
	bottom: 0;
}
.partnershow .right{
	width: 30%;
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: flex-end;
}
.partnershow .right .pic-box{
	width: 150%;
	height: 400rem;
	margin-top: -200rem;
	position: relative;
}
.partnershow .right .pic-box:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	/* background:#e97236b3; */
}
.partnershow .right .pic-box img{
}
.partnershow .right .more{
	background: #c12f2f;
	color: #fff;
	text-align: center;
	display: block;
	width: 150rem;
	line-height: 40rem;
	font-size:16rem;
	margin-right: 20%;
}

/* advbox css */
.advbox{
	display:none;
}
.advshow{
	display: flex;
	justify-content: space-between;
	margin-top: 50rem;
}
.advshow .showbox{
	width: 24%;
	height: 600rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	box-shadow: 0 0 5rem #889395;
}
.advshow .showbox:nth-child(even){
	flex-direction: column-reverse;
}
.advshow .showbox .textbox{
	padding: 30rem;
	font-size: 20rem;
	line-height: 30rem;
	height: 50%;
	display: flex;
	width: 100%;
	position:relative;
	align-items: center;
	justify-content: center;
}
.advshow .showbox .textbox:before{
	width:0%;
	height:0%;
	background: #313340c4;
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	transition: 0.3s ease-in-out;
	display:block;
}
.advshow .showbox:hover .textbox:before{
	width:100%;
	height:100%;
	bottom:unset;
	right:unset;
	left:0;
	top:0;
}
.advshow .showbox .textbox p{
	position: relative;
	z-index: 10;
	color: #000;
}
.advshow .showbox:hover .textbox p{
	color: #fff;
}
.advshow .showbox:nth-child(even) .textbox{
	flex-direction: column-reverse;
}
.advshow .showbox>.pic-box{
	height: 50%;
	width: 100%;
}
.advshow .showbox>.pic-box img{height: 100%;width: auto;}
.advshow .showbox .middle{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 120rem;
	height: 120rem;
	padding: 10rem;
	border-radius: 50%;
	background: #db3535;
	color: #fff;
	font-size: 16rem;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1rem #ffffff7a solid;
}
.advshow .showbox .middle .pic-box{
	width: 100%;
}
.advshow .showbox .middle .pic-box img{
	width:60%
}
.advshow .showbox .middle p{
	margin-top:5rem;
	white-space: nowrap;
}
/* future css */
.futbox{
	background-image: url(../images/futbg.jpg);
	padding: 30rem 0;
	margin-top: 20rem;
}
.futbox:before{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left:0;
	top: 0;
	background: linear-gradient(45deg, #0000005e 20%, transparent 50%),radial-gradient(#00000061 50%, #db353563);
}
.futshow{
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
}
.futshow .left{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 0 3%;
}
.futshow .left .tit{
	color:#fff;
	width: 80%;
	font-size: 25rem;
	text-shadow: 2rem 2rem 1rem #000;
	font-weight: bold;
	padding-bottom: 10rem;
	border-bottom: 5rem #db3535 solid;
}
.futshow .left .tit span{
	font-size: 12rem;
	opacity: 0.7;
}
.futshow .left .intro{
	margin-top: 10rem;
	color: #fff;
	font-size: 14rem;
	line-height: 25rem;
}
.futshow .left a{
	font-size: 14rem;
	color: #fff;
	background: #db3535;
	text-align: center;
	width: 140rem;
	line-height: 15rem;
	display: block;
	margin-top: 20rem;
	padding: 5rem 0;
	border-radius: 5rem;
}
.futshow .left a span{
	font-size:12rem;
	letter-spacing:1rem
}
.futshow .right{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 10rem;
}
.futshow .right .showbox{
	width: 32%;
	height: auto;
	background: linear-gradient(45deg, #db3535, #db353596);
	position: relative;
	color: #fff;
	margin: 20rem 0;
}
.futshow .right .showbox .pic-box{
	position: absolute;
	width: 50rem;
	height: 50rem;
	top: -20rem;
	left: 30rem;
	background: #fff;
	border-radius: 50%;
	padding: 10rem;
}
.futshow .right .showbox .tit{
	font-size: 14rem;
	font-weight: bold;
	margin-bottom: 7rem;
	text-align: center;
}
.futshow .right .showbox .intro{
	font-size: 12rem;
	line-height: 20rem;
}
.futshow .right .showbox .textbox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 35rem 5rem 30rem;
}
.futshow .right .showbox b{
	font-size: 40rem;
	color: #ffffffa6;
	bottom: -10rem;
	right: -5rem;
	transform: skewX(346deg);
	position: absolute;
}
/* groundbox css */
.groundshow{
	display: flex;
	justify-content: space-between;
	margin-top: 15rem;
	align-items: center;
	flex-wrap: wrap;
}
.groundshow .left{
	position:relative;
}
.groundshow .left .pic-box{
	width: 100%;
}
.groundshow .left .textbox{
	background: radial-gradient(#0000004a, transparent);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: white;
	font-weight: bold;
	font-size: 18rem;
	padding-bottom: 10rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-shadow: 0 0 5rem #000;
}
.groundshow .right{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.groundshow .right .showbox{
	width: 49%;
	margin: 5rem 0;
	position: relative;
}
.groundshow .right .showbox .pic-box{
	width: 100%;
	transition: 0.5s ease;
}
.groundshow .right .showbox:hover .pic-b ox img{
	transform:scale(1.2)
}
.groundshow .right .showbox p{
	position: absolute;
	bottom:0;
	right:0;
	margin: auto;
	font-size: 14rem;
	height: 30rem;
	line-height: 30rem;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	/* border: 5rem #ffffff87 solid; */
	background: #0000007a;
	text-shadow: 0 0 5rem BLACK;
	width: 50%;
}