/* 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: 1800px;
	margin:0 auto
}

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

.contain-wrapper{
	width:100%;
	overflow: hidden;
}
.contain-box{
	width:100%;
	padding: 50px 0;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
}
.main-box{
	width: 1800px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.contain-title{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	position: relative;
	z-index: 10;
	flex-wrap: wrap;
}
.contain-title .cn{
	position: relative;
	top: -8px;
	right: -8px;
}
.contain-title .line{
	height: 80px;
	transform: rotate(45deg);
	margin: 0 20px;
	width: 5px;
	background: #165dff;
	border-radius: 5px;
}
.contain-title .en{
	position: relative;
	left: -8px;
	bottom: -8px;
}
.contain-title .subtit{
	font-size: 20px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.m-head,.m-top-menu{
    display:none;
}
.m-footbut{
    display: none;
}
/* public css end */
/* header css */

.nav-box{
	height: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 100%;
	padding-left: 30px;
}
.top-nav{
	height: 100%;
	position: relative;
	z-index: 200;
}
.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:10px;
	
}
.top-nav .logo-box .text-box p:nth-child(1){
	font-size: 35px;
	font-weight:bold;
	color:#1074B1;
	letter-spacing: 7px;
}
.top-nav .logo-box .text-box p:nth-child(2){
	font-size:16px;
	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: 22px;
}
.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:14px;
	line-height: 60px;
}
.top-nav ul .sublist>li:hover{
	background: #313340;
}
.tphone{
	width: 20%;
	height: 100%;
	padding: 20px;
	color: #fff;
	background: linear-gradient(45deg, #d72929, #ba1313);
	font-size:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tphone img{
	width: 50px;
}
/* header css end */
/* banner */
.bannerbox{
	position: relative;
	overflow: hidden;
	height: 92%;
}
.bannerbox .pic-box{
	width: auto;
	height: 100%;
}
.bannerbox .banner3box{
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items:center;
	overflow: hidden;
}
.bannerbox .banner3box .textbox{
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #000000e0, transparent);
	position: relative;
}
.bannerbox .banner3box .textbox img{
	width: auto;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.bannerbox .banner3box .textbox img:nth-child(1){
	z-index:11
}
.bannerbox .banner3box .pic-box{
	position:absolute;
	display:flex;
	width: auto;
	height: 100%;
	justify-content: flex-start;
	left: 0;
}
.bannerbox .banner3box .pic-box img{
	height: 100%;
	width:auto;
	position: relative;
	left:0;
	top:0;
}
.bannerbox .swiper-slide-active .banner3box .pic-box{
	transform:translateX(-2000px);
	transition: 20s linear;
}
.bannerbox .pic-box img{
	height:auto;
	width:100%;
	min-height: 100%;
}
.banner{
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.banpagin{
	width: 600px;
	position: absolute;
	left: -30%;
	right: 0;
	margin: auto;
	bottom: 40px;
	z-index: 10;
	overflow: hidden;
}
.banpagin .swiper-slide-active{
	opacity:0.6
}
/*3dswiper*/
.banner3d{
	position:relative;
	height: 100%;
	perspective: 2300px;
}
.banner3d .bannerpic{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.banner3d .bannerpic img{
	width: 100%;
	height: auto;
	min-height: 100%;
}
.banner3d dl {
	width: 400px;
	height: 400px;
	position: absolute;
	transform-style: preserve-3d;
	top: 160px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
@media screen and (min-width:1600px){
	.banner3d dl{
		height:380px;
	}
}
.swiper-slide-active .banner3d dl{
	transform: rotateX(0deg) rotateY(360deg)!important;
	transition: transform 45s linear;
}
.banner3d dd {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	backface-visibility:hidden;
	perspective: 500px;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: none;
	box-shadow: 0 0 30px #000000b8;
	border-radius: 5px;
}
.banner3d dd:nth-child(1){
}
.banner3d dd  img{
	height:100%;
	width:auto;
}
.banner3d dd .tit{
	background-image: linear-gradient(0deg, #d72929, #ba131300);
	background-size: 100% 30%;
	background-repeat: no-repeat;
	background-position: bottom;
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	color:#fff;
	padding:30px 0;
	font-size:20px;
	font-weight:bold;
}
.banner3d img {
	height: 100%;
	width: 100%;
	border-radius: 5px;
}

.banner3d dt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateX(90deg) translateZ(-200px);
	width: 1000px;
	height: 1000px;
	background: -webkit-radial-gradient(center center, 500px 500px, rgba(49, 49, 49, 1), rgba(0, 0, 0, 0));
}

.banner3d .yy {
	position: absolute;
	left: 0;
	top: 350px;
	width: 200px;
	height: 300px;
	transform: scale(1, -1);
	opacity: 0.3;
	border-radius: 5px;
	display:none;
}
/* product css */
.probox .main-box{
	width: 95%;
}
.propagin{
	width: 60%;
	margin: 10px auto;
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.propagin p{
	width: 18%;
	margin: 20px 1%;
	font-size:20px;
	text-align: center;
	line-height: 45px;
	border-radius: 30px;
	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: 50px;
}
.proshow .showbox{
	width: 29%;
	margin: 0 2% 10px;
	display:block;
}
.proshow .showbox .pic-box{
	height: 380px;
}
.proshow .showbox>div{
	transition:0.5s ease;
}
.proshow .showbox:hover>div{
	transform: translateY(-20px);
	box-shadow:5px 8px 20px #d729296b;
}
.proshow .showbox:hover .pic-box img{
	transform:scale(1.2)
}
.proshow .showbox .textbox{
	padding: 20px 20px;
	position: relative;
	transition: 0.5s ease;
}
.proshow .showbox .tit{
	font-size: 25px;
	font-weight: bold;
}
.proshow .showbox .line{
	width: 150px;
	height: 3px;
	background: linear-gradient(45deg, #ea5a35, #ba1313);
	margin: 10px 0 10px;
}
.proshow .showbox:hover .line{
	width:400px;
}
.proshow .showbox .intro{
	font-size: 16px;
	line-height: 32px;
	padding-right: 55px;
	height: 64px;
	overflow: hidden;
}
.proshow .showbox .more{
	position: absolute;
	right: 30px;
	bottom: 50px;
	width:40px;
	border: 1px #3333335c solid;
	padding: 5px;
	transition:0.5s 0.3s ease;
}
.proshow .showbox .more img{
	width: 100%;
	height: auto;
}
.proshow .showbox:hover .more{
	right:15px;
}
.proshow .enterbox{
	width: 25%;
	margin: 0 4% 10px;
	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: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.proshow .enterbox .pic-box{
	position: absolute;
	top:30px;
	left: 30px;
	width: 100px;
}
.proshow .enterbox .pic-box img{
	width: 100%;
	height: auto;
}
.proshow .enterbox .enterpng{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border:2px #fff solid;
	padding: 35px;
	margin: 0 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: 22px;
	text-align: center;
	margin-top:20px
}
/* faqbox css */
.faqbox {
	padding:0;
}
/* adbox css */
.f_pr {
				position: relative;
		}
		.g_cpys{background:url(../images/faqbg.jpg) no-repeat center top;height: 1019px;padding-top:85px;box-sizing: border-box;}
		.g_cpys h2{height: 80px;text-align: center;font-size: 46px;font-weight: bold;color: #fff;width: 574px;line-height: 80px; background:#c00000;margin:0 auto 80px;}
		.g_cpys h2 a{color: #fff;}
		.g_cpys .mainbox{
			width:1300px;
			margin:0 auto;
		}
		.g_cpys .cpysgy{float: left;width: 305px;height: 214px;margin-right: 605px; }
		.g_cpys .cpysgy dd{clear: both;overflow: hidden; line-height: 40px;text-align: left; font-size: 20px;color: #666666;font-weight: normal; }
		.g_cpys .cpysgy dd b{font-weight: bold;}
		.g_cpys .cpysgy dt{width:166px;height: 80px;overflow: hidden; background: #c00000; border-radius: 3px; line-height: 80px; color: #fff;font-size: 27px; text-align: center;}
		.g_cpys .cpysgy:nth-child(2n){margin-right: 0; float: right;width: 290px;}
		.g_cpys .cpysgy:nth-child(2n) dt{float: right;}
		.g_cpys .cpysgy:nth-child(2n) dd{text-align: right;}
		
		.m_cpys{height: 660px;}
		.cpystel{background:url(../images/ystel.png) no-repeat 332px 0;padding-left: 438px;font-size: 18px;color: #666666;position: relative; line-height: 31px;}
		.cpystel b{display: block;font-size: 40px;color: #666666;}
		.cpystel span{position: absolute;left:780px;top:-12px;width: 90px;height: 75px;background: #c00000;border-radius: 15px;text-align: center;font-size: 22px;color: #fff;padding-top: 10px;}
		.cpystel span a{color: #fff;font-weight: bold; text-decoration: none;}
		.g_cpys .cpysc{
		    position: absolute;
		    left: 417px;
		    top:196px;
		    width: 505px;
		    height: 505px;
		    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: 100%;
	width: 100%;
	top:0;
	left: 0;
  background-image: linear-gradient(to bottom, #165dff, #ffffff);
  /* 可选：确保背景覆盖整个区域 */

  background-repeat: no-repeat;

	background-size: cover;
	background-position: 0 -30px;
}
.prochara::after{
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	background-image: linear-gradient(to bottom, #0038b9, #ffffff);
	content:'';
}
.prochara .contain-title{
	color: #fff;
}
.charashow{
	margin-top:20px;
	display:flex;
	justify-content: space-between;
	height:700px;
}
.charashow .left{
	width: 50%;
	height:100%;
	position: relative;
}
.charashow .left>.pic-box{
	height:100%;
}
.charashow .left .textbox{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	padding: 20px 50px;
	color:#fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(85deg, #165dffc2, #165dff85);
}
.charashow .textbox .iconbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.charashow .textbox .iconbox .showbox{
	width: 180px;
	border:1px #fff solid;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 180px;
}
.charashow .textbox .iconbox .showbox .pic-box{
	width: 50%;
}
.charashow .textbox .iconbox .showbox .tit{
	font-size:20px;
	font-weight: bold;
}
.charashow .textbox .iconbox .showbox .intro{
	font-size:16px;
	width: 100%;
	text-align: center;
	padding: 10px;
}
.charashow .textbox .tshow{
	font-size: 22px;
	width: 100%;
}
.charashow .textbox .tshow>span{
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
	display:inline-block;
}
.charashow .textbox .tshow .phonebox{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.charashow .textbox .tshow .phonebox b{
	font-size: 40px;
	font-weight: bold;
}
.charashow .left .pic-box img{
	height:100%;
}
.charashow .right{
	display: flex;
	flex-direction: column;
	background: #fff;
	width: 50%;
	height:100%;
}
.charashow .right .showbox{
	width: 100%;
	position: relative;
	height: 20%;
	background: linear-gradient(156deg, #3b3c47, #18191e);
	color: #fff;
}
.charashow .right .showbox .textbox{
	position: relative;
	z-index: 20;
	overflow: hidden;
	padding: 25px 60px;
	height: 100%;
	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: 22px;
	font-weight: bold;
	margin-bottom:10px;
}
.charashow .right .showbox .intro{
	font-size: 16px;
	line-height: 30px;
}
.charashow .right .showbox .sma{
	width: 90px;
	height: 90px;
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto;
	left: -45px;
	background: #165dff;
	padding: 15px;
	border-radius: 50%;
}
.charashow .right .showbox .big{
	width: 150px;
	position: absolute;
	right: -40px;
	bottom: -60px;
	opacity: 0.3;
}
.charashow .right .showbox .big img{
    filter: opacity(1) drop-shadow(0px 0px 3px #fff);
}
/* abusbox */
.abbox {
	padding:50px;
	background-image: url(../images/groundshow1.jpg);
}
.abbox .main-box{
	width: 100%;
	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: 60px 30px;
	color: #fff;
}
.abusshow .textbox{
	width:90%;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 1px;
	margin: 20px auto 40px;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 3px #ffffff94 solid;
}
.abusshow .btnbox,
.abusshow .numbox{
	width: 50%;
	display: flex;
	justify-content: space-evenly;
	flex-wrap:wrap;
}
.abusshow .btnbox{
	padding: 0px 5% 0 15%;
	border-right: 3px #ffffff94 solid;
}
.abusshow .numbox{
	padding: 0 15% 0% 5%;
}
.abusshow .btnbox .showbox{
	width: 40%;
	background: linear-gradient(45deg, #d72929c9, #ba1313bd);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:20px;
	flex-direction: column;
	padding: 15px;
	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: 60px;
	height: 60px;
	margin-bottom: 10px;
	position:relative;
	z-index:20;
}
.abusshow .btnbox .showbox p{
	font-size:18px;
	position:relative;
	z-index:20;
}
.abusshow .numbox .showbox{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	flex-direction: column;
	transition: 0.1s linear;
}
.abusshow .numbox .showbox .top{
	font-size: 16px;
	font-weight:bold;
}
.abusshow .numbox .showbox .top b,
.abusshow .numbox .showbox .top em{
	font-size: 55px;
	display:inline-block;
	margin-right: 10px;

}
.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:20px
}
.honorbox{
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
}
.honorbox .showbox{
	width: 100%;
}
.honorbox .showbox .pic-box{
	width: 100%;
	padding:0 10px;
}
.honorbox .showbox p{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	width: 100%;
}
/* area css */
.areashow{
	width: 100%;
	display:flex;
	justify-content: space-between;
	margin-top: 30px;
	position:relative;
}
.areashow:before{
	width:150px;
	height:300px;
	content:'';
	position:absolute;
	bottom:-15px;
	left:-15px;
	border-left:10px #313340 solid;
	border-bottom:10px #313340 solid;
}
.areashow:after{
	width:150px;
	height:300px;
	content:'';
	position:absolute;
	top:-15px;
	right:-15px;
	border-right:10px #fb9797 solid;
	border-top:10px #fb9797 solid;
}
.areascreen{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.areascreen .showbox{
	width: 16%;
	display: flex;
	margin:  20px 0;
	align-items: center;
	background: linear-gradient(156deg, #3b3c47, #18191e);
	flex-direction: column;
}
.areascreen .showbox .piclist{
	width:80%;
	display:flex;
	align-items: center;
	height: 600px;
	overflow: hidden;
	flex-direction: column;
	justify-content: space-around;
}
.areascreen .showbox .piclist .pic-box{
	height:23%;
	width:100%;
	border: 4px #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: 30px;
}
.areascreen .showbox .pic-box{
	width: 80px;
	margin: 0 auto;
}
.areascreen .showbox .textbox{
	width: 100%;
	color: #fff;
}
.areascreen .showbox .tit{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
.areascreen .showbox .intro{
	margin-top: 10px;
	font-size: 16px;
	line-height: 25px;
}
.areapagin{
	width: 50%;
	background:#313340;
	height: 650px;
	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: 20px;
	text-align: center;
	font-size:16px;
	color:#fff;
	position: relative;
	z-index: 30;
}
.areapagin .showbox .pic-box{
	width: 80px;
	height: 80px;
	margin: 10px auto;
}
.areapagin .swiper-slide{
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px #ffffff63 solid;
}
.areapagin .swiper-slide.swiper-slide-thumb-active{
	background: linear-gradient(110deg, #de1c1c,#d14a53 90%);
}
/* newsbox css */
.newsbox{}
.newsshow{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
	margin: 40px auto;
}
.newsshow .groupshow{
	width: 30%;
}
.newsshow .newtit{
	font-size:25px;
	font-weight: bold;
	display:flex;
	width: 100%;
	margin-bottom: 10px;
	justify-content: space-between;
}
.newsshow .newtit a{
	font-size:18px;
	opacity: 0.7;
}
.newsshow .showbox{
	width: 100%;
	margin: 15px 0;
}
.newsshow .showbox:hover img{
	transform:scale(1.2);
}
.newsshow .showbox .pic-box{
	width: 100%;
	height: 370px;
	margin-bottom: 10px;
	background: #eee;
}
.newsshow .showbox .pic-box img{
}
.newsshow .showbox .tit{
	font-size: 23px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.newsshow .showbox .intro{
	font-size: 16px;
	/* opacity: 0.7; */
	line-height: 30px;
	position: relative;
	padding-left: 30px;
}
.newsshow .showbox .intro:hover a{
	color: #c00000;
}
.newsshow .showbox:nth-child(2) .intro{
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}
.newsshow .showbox .intro span{
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-left: 10px #165dff solid;
	border-top: 10px transparent solid;
	border-bottom: 10px transparent solid;
	top:0;
	bottom: 0;
	margin:auto;
	left: 5px;
}
/* footer */
footer{
	background: #313340;
	color:#fff;
	padding: 30px 0 0;
}
.footer .top{
	display: flex;
	justify-content: space-between;
	height: 80px;
	padding:10px 0;
	border-bottom: 1px #fff solid;
}
.footer .flogo{
	height: 100%;
	width: auto;
}
.footer .flogo img{
	height: 100%;
	width: auto;
}
.footnav{
	display: flex;
	width: 45%;
	justify-content: space-between;
	font-size: 20px;
	align-items: center;
}
.footnav li{
	width: 20%;
	text-align: center;
}
.footnav li a{
	width: 100%;
	height: auto;
	display: block;
}
.footer .middle{
	display: flex;
	justify-content: space-around;
	height: 280px;
	padding: 40px 0;
	align-items: center;
}
.footer .middle>div{
	/* padding:20px 0; */
}
.footer .ewmbox{
	display: flex;
	width: 30%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-right: 1px #fff solid;
}
.footer .ewmbox .showbox{
	margin:0 20px
}
.footer .ewmbox .pic-box{
	width: 150px;
	text-align: center;
}
.fcontact{
	line-height: 35px;
	font-size: 20px;
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px #fff solid;
}
.fcontact span{
	font-weight: bold;
	font-size: 22px;
}
.linksbox{
	width: 20%;
}
.linksbox a{
	font-size: 16px;
	display: inline-block;
	margin: 0 10px;
}
.linksbox span{
	font-size: 23px;
	font-weight:bold;
}
footer .cbottom{
	font-size:14px;
	background: #1e202e;
	text-align: center;
	padding: 10px 0;
}
footer .cbottom span{
	display: inline-block;
	margin:0 5px;
}
/* pro */
.fl{
	float:left
}
.prod_t{ margin-bottom:40px;
    text-align: center;padding-bottom: 37px;background: url(../image/pro_ico.png)center bottom no-repeat;
}
.prod_t dl{
    font-size: 44px;color: #222;line-height: 44px;
}
.prod_t dl strong{
    color: #165dff;
}
.prod_t p{line-height: 50px;
    font-size: 22px;color: #666;font-weight: lighter;
}
.problem{
    overflow:hidden;
    width: 100%;
    min-width: 1400px;
    padding: 40px 0 0;
    background: #fff;
}
.problem .prod_t{
   background: none; padding-bottom: 0;
}
.problemt{
    background: url(../images/faq.jpg);
    height: 700px;
    background-size: cover;
    background-position: center 100px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
}
.problemtb{
    position: relative;
}
.problemtb li{
    animation: prminfo 4s linear infinite;
    display: block;
    width: 210px;
    height: 210px;
    box-sizing: border-box;
    background: #fff6f6;
    border: 5px solid #165dff;
    color: #666;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    padding: 40px 23px 0 23px;
    line-height:28px;
    position: absolute;
}
.problemtb li span{
    padding-bottom: 15px;
    color: #165dff;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
}
.problemtb li:nth-of-type(1){left: 250px;top: 0;animation-delay: 1s;
    width: 220px;height: 220px; padding-top: 45px;
}
.problemtb li:nth-of-type(2){left:0;top: 140px;animation-delay: 2s;} 
.problemtb li:nth-of-type(3){left:200px;top:300px;animation-delay: 3s;}
.problemtb li:nth-of-type(4){right:240px;top: 0;animation-delay: 1s;width: 220px;height: 220px; padding-top: 45px;}
.problemtb li:nth-of-type(5){right:0;top: 140px;animation-delay: 3s;} 
.problemtb li:nth-of-type(6){right:200px;top:300px;animation-delay:2s;}
@keyframes prminfo {
   25% {-webkit-transform: translateY(-20px);}
   50%, 100% {-webkit-transform: translateY(0);}
   75% {-webkit-transform: translateY(20px);}
}

.problemb{
    padding-top:75px;
    padding-bottom: 100px;
    min-height:700px;
    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: #165dff;
    background: #165dff;
    color: #fff;
}
.problemtb li:hover span{
    color: #ffd900;
}

.problemb .prod_t{
   background: none; padding-bottom: 0;color: #73cd9f; margin-bottom: 30px;
}
.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:50px 40px;
}
.problembb li:nth-of-type(2n){/* background: rgba(255,255,255,8%); */}
.problembb li dl{
    color: #fff;font-size:28px;line-height: 60px;
}
.problembb li p{
    color: rgba(255,255,255,0.6);font-size: 15px;line-height: 28px;
}
.problembb li img{
	width:100px;
}

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

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

/* parterner css */
.partnerbox{
	padding: 100px 0;
}
.partnerbox .contain-title{justify-content: flex-start;}
.partnerbox .contain-title .subtit{
	text-align:left;
	padding-left:30px
}
.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: 70px;
	position: relative;
	z-index: 10;
	overflow:hidden;
}
.partnershow .swiper-wrapper{
	height:630px;
}
.partnershow .swiper-slide{
	height: 50%;
}
.partnershow .showbox{
	width: 96%;
	margin: 2%;
	position: relative;
	box-shadow: 0 0 4px #474747;
}
.partnershow .showbox p{
	position: absolute;
	font-size: 16px;
	background: #165dffba;
	color: #fff;
	text-align: center;
	line-height: 35px;
	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: 400px;
	margin-top: -200px;
	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: #165dff;
	color: #fff;
	text-align: center;
	display: block;
	width: 150px;
	line-height: 40px;
	font-size:16px;
	margin-right: 20%;
}

/* advbox css */
.advbox{
	display:none;
}
.advshow{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.advshow .showbox{
	width: 24%;
	height: 600px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	box-shadow: 0 0 5px #889395;
}
.advshow .showbox:nth-child(even){
	flex-direction: column-reverse;
}
.advshow .showbox .textbox{
	padding: 30px;
	font-size: 20px;
	line-height: 30px;
	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: 120px;
	height: 120px;
	padding: 10px;
	border-radius: 50%;
	background: #db3535;
	color: #fff;
	font-size: 16px;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px #ffffff7a solid;
}
.advshow .showbox .middle .pic-box{
	width: 100%;
}
.advshow .showbox .middle .pic-box img{
	width:60%
}
.advshow .showbox .middle p{
	margin-top:5px;
	white-space: nowrap;
}
/* future css */
.futbox{
	background-image: url(../images/futbg.jpg);
	padding: 150px 20px;
	margin-top: 80px;
}
.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;
}
.futshow .left{
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 0 3%;
}
.futshow .left .tit{
	color:#fff;
	width: 80%;
	font-size: 40px;
	text-shadow: 2px 2px 1px #000;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 5px #db3535 solid;
}
.futshow .left .tit span{
	font-size: 14px;
	opacity: 0.7;
}
.futshow .left .intro{
	margin-top: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
}
.futshow .left a{
	font-size:16px;
	color: #fff;
	background: #db3535;
	text-align: center;
	width: 200px;
	line-height: 15px;
	display: block;
	margin-top: 120px;
	padding: 8px 0;
	border-radius: 5px;
}
.futshow .left a span{
	font-size:12px;
	letter-spacing:1px
}
.futshow .right{
	display: flex;
	justify-content: space-between;
	width: 60%;
	flex-wrap: wrap;
	padding-left: 1%;
}
.futshow .right .showbox{
	width: 31%;
	height: 230px;
	background: linear-gradient(45deg, #db3535, #db353596);
	position: relative;
	color: #fff;
	margin: 40px 0;
}
.futshow .right .showbox .pic-box{
	position: absolute;
	width: 70px;
	height: 70px;
	top:-30px;
	left: 30px;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
}
.futshow .right .showbox .tit{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.futshow .right .showbox .intro{
	font-size: 18px;
	line-height: 25px;
}
.futshow .right .showbox .textbox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 60px 15px 30px;
}
.futshow .right .showbox b{
	font-size: 60px;
	color: #ffffffa6;
	bottom: -20px;
	right: -10px;
	transform: skewX(346deg);
	position: absolute;
}
/* groundbox css */
.groundshow{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
}
.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: 40px;
	padding-bottom: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-shadow: 0 0 5px #000;
}
.groundshow .right{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-evenly;
}
.groundshow .right .showbox{
	width: 48%;
	margin:15px 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: 22px;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	background: #0000007a;
	text-shadow: 0 0 5px BLACK;
	width: 150px;
}