html,body{
	height:100%;
	width: 100%;
	background: #fff;
}
.box-width{
	width: 1600px;
	margin:0 auto
}
.left,.right{
	width: 50%;
}

.contain-wrapper{
	width:100%;
	overflow:hidden;
	min-width: 1400px;
}
.contain-box{
	width:100%;
	position: relative;
	background-size: cover;
	background-position: center;
	margin: 50px 0;
}
.main-box{
	width: 1600px;
	margin: 0 auto;
}
.contain-title{
	color: #fff;
	font-size: 35px;
}
.contain-title .line{
	width: 120px;
	height: 2px;
	margin: 10px 0;
	background-color: #eb5911;
}
.contain-title .subtit{
	font-size: 25px;
}
@media screen and (max-width:1600px){
	.box-width{
		width:1300px;
		padding:0 30px;
	}
	.main-box{
		width: 1300px;
		margin: 0 auto;
	}
}
@media screen and (max-width:1300px){
	.box-width{
		width:100%;
		padding:0 20px;
	}
	.main-box{
		width: 95%;
		margin: 0 auto;
	}
}
/* header css */
header{
	height: 75px;
	width: 100%;
	position:relative;
	z-index:20;
	color: #000;
}
header:hover{
	background:#fff;
}
header:hover a{
	color:#000;
	transition:none;
}
.head{
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
.htoplogo{
	width: 20%;
	height: 100%;
}
.toplogo{
	width: 220px;
}
.topnav{
	width: 65%;
	font-size: 16px;
}
.topnav>ul{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	height: 100%;
	align-items: center;
}
.topnav>ul>li{
	width: 15%;
	position: relative;
}
.topnav>ul>li:after{
	content:'';
	width:50%;
	height:2px;
	background:#e97236;
	position:absolute;
	top:40px;
	bottom:0;
	left:0;
	right:0;
	display:block;
	margin:auto;
	transform:scaleX(0);
	transition: 0.1s linear;
}
.topnav>ul>li:hover:after,
.topnav>ul>li.active:after{
	transform:scaleX(1);
}
.topnav>ul>li:hover .subnav{
	display:block;
	animation:subshow 0.5s forwards;
	background:#ff6600;
}
.topnav>ul>li .subnav li a{
	padding:0 15px;
	line-height:50px;
	font-size:14px;
	transition:none;
	color: #fff;
}
.topnav>ul>li .subnav>li:hover{
	background: #eb9811;
	
}
@keyframes subshow{
	from{opacity:0}
	to{opacity:1}
}
.topnav>ul>li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 75px;
	text-align: center;
	transition: none;
}
.topnav>ul>li .subnav{
	display: none;
	opacity:0;
	position: absolute;
	top: 75px;
	z-index: 20;
	background: inherit;
	width: max-content;
	transition: none;
	min-width: 100%;
	left: 0;
	right: 0;
	margin: auto auto;
}
/* banner css */
.banner{
	margin-top:-75px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* max-height: 900px; */
	--swiper-theme-color: #ff6600;
	--swiper-navigation-color: #eb5911;
	--swiper-navigation-size: 50px;
}
.banner .pic-box{
	height:100%;
	width:100%;
}
.banner .pic-box img{
	height:100%;
	width:auto;
}
/* leadbox css */
.leadbox{
	width: 100%;
	display: flex;
	background: #eb5911;
	background: #e97236;
	padding: 20px;
}
.leadbox .leadshow{
	display: flex;
	justify-content: center;
	padding: 0;
}
.leadbox .showbox{
	width: 320px;
	/* height: 150px; */
	/* background: #eb5911; */
	color: #000;
	padding: 15px 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position:relative;
	/* background: #fff; */
	color: #fff;
}
.leadbox .showbox:before{
	content:'';
	display: block;
	width: 2px;
	height: 70%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto auto;
}
.leadbox .showbox:nth-last-child(1):before{
	display: none;
}
.leadbox .showbox .pic-box{
	height: 70px;
}
.leadbox .showbox .pic-box img{
	height:100%;
	width:auto;
}
.leadbox .showbox .tit{
	font-size: 17px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.leadbox .showbox .intro{
	font-size: 14px;
	text-align: center;
	height: 40px;
}
/* product css */
#pro-content{
	padding: 80px 0;
	margin-top: 0;
}
#pro-content:before{
	position:absolute;
	top:0;
	left:0;
	background: #00000052;
	width:100%;
	height:100%;
	content:'';
}
.probox{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.propagin{
	margin-top: 20px;
	width: 80%;
	margin-bottom: 30px;
	overflow: hidden;
}
.propagin .swiper-wrapper{
	justify-content:flex-end;
	height: 100px;
}
.propagin .swiper-wrapper .swiper-slide{
	height: 48%;
	margin-top: 0!important;
}
.propagin p{
	line-height: 20px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border:1px #fff solid;
	cursor: pointer;
}
.propagin p:hover,
.propagin .swiper-slide-thumb-active p{
	border-color:#fff0;
	background: #eb5911;
}
.proscreen{
	width: 95%;
	/* border: 1px #000 solid; */
	overflow: hidden;
	background: #252525ba;
	color: #fff;
}
.proscreen .showbox{
	width: 100%;
	display: flex;
}
.proscreen .showbox .right{
	width:55%;
}
.proscreen .showbox .left{
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 45%;
	position: relative;
	padding-top: 90px;
}
.proscreen .showbox .tit{
	font-size:20px;
	margin-bottom: 20px;
}
.proscreen .showbox .intro{
	font-size: 16px;
	line-height: 35px;
}
.proscreen .showbox .more{
	position: absolute;
	right:50px;
	bottom: 40px;
}
.proscreen .showbox .more a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.proscreen .showbox .more .pic-box{
	width: 80px;
	margin-left: 20px;
	display: none;
}
.proscreen .showbox .more a{
	color: #ffffff;
	font-size: 16px;
	border: 1px #fff solid;
	padding: 8px 60px;
}
.proscreen .showbox .more a:hover{
	background: #eb5911;
	color: #fff;
	border-color: #fff0;
}
/* abus css */
.abbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.abbox .left{
	padding: 60px 80px 30px 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	background: linear-gradient(45deg, #e97236, #e97236cf);
	color: #fff;
	position: relative;
}
.abbox .left .contain-title{
	width: 100%;
	text-align: left;
	padding-left: 10%;
}
.abbox .left .contain-title .line{
	background: #fff;
	margin: 5px 0;
}
.abbox .left .textshow{
	line-height: 45px;
	margin-top: 30px;
	padding-left: 10%;
	font-size: 18px;
}
@media screen and (max-width:1600px){
	.abbox .left .textshow{
		line-height: 35px;
		margin-top: 20px;
		font-size: 16px;
	}
}
.abbox .left .btnbox{
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	position: absolute;
	bottom: 100px;
	padding-left: 15%;
}
.abbox .left .btnbox .showbox{
	width: 30%;
	margin: 0 1.5%;
	display: flex;
	align-items: flex-end;
}
.abbox .left .btnbox .showbox .pic-box{
	width: 80px;
	margin-right: 20px;
}
.abbox .left .btnbox .showbox p{
	font-size: 18px;
}
.abbox .right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	/* background: url(http://www.yuskchine.com/upload/default/20210520/d7c58ce183f6ee19cc99a2b9b1eec213.jpg); */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
}
.abbox .right .top{
	height: 65%;
}
.abbox .right .top .pic-box{
	width: 100%;
	height: 100%;
}
.abbox .right .bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 65px 20px;
	flex-wrap: wrap;
	/* height: 35%; */
	background: url(../images/abbg2.jpg);
	background-size: cover;
	background-position: center;
}
.abbox .right .numbox{
	width: 28%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.abbox .right .numbox:nth-child(even){
	margin-right:30%;
}
.abbox .right .numbox .num{
	font-size: 60px;
	color: #eb5911;
}
.abbox .right .numbox .numtype{
	font-size: 17px;
	margin-left: 10px;
}
.abbox .right .numbox .numtype span:nth-child(1){
	font-weight: bold;
	font-size: 25px;
}
/* honor css */
.honorbox .contain-title{
	color:#000;
	margin-top: 50px;
}
.honorbox .daodu{
	font-size: 32px;
	margin-top: 30px;
	padding-left: 30px;
}
.honorbox .daodu span{
	color: #eb5911;
	font-weight: bold;
}
.honorbox .groundshow{
	overflow: hidden;
	width: 100%;
	position: relative;
--swiper-theme-color: #ff6600;
    --swiper-navigation-color: #eb5911;
}
.honorbox .groundshow .pic-box{
	width: 100%;
	height: 500px;
	border: 40px #fff solid;
}
.honorbox .honorshow{
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
.honorbox .honorshow .showbox .pic-box{
	height:200px;
	width: 100%;
	margin-bottom: 15px;
}
.honorbox .honorshow .showbox .pic-box img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	
}
.honorbox .honorshow .showbox p{
	font-size: 16px;
	text-align: center;
	margin: 10px;
}
@media screen and (max-width:1600px){
	.honorbox .groundshow .pic-box{
		height: 400px;
	}
	.honorbox .honorshow .showbox .pic-box{
		margin-bottom:0;
	}
}
/* news css */
.newsbox{
	margin:80px auto;
}
.newsbox .contain-title{
	text-align: center;
	color: #333;
}
.newsbox .contain-title .line{
	margin: 10px auto;
}
.newsshow{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top:40px;
	flex-wrap: wrap;
}
.newsshow .showbox{
	width: 30%;
	display: block;
	box-shadow: 5px 5px 8px #32455e63;
	margin-bottom: 30px;
}
.newsshow .showbox .pic-box{
	height: 300px;
}
.newsshow .showbox .textbox{
	padding: 20px 10px 20px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 200px;
}
.newsshow .showbox .tit{
	width: 75%;
	font-size: 18px;
	font-weight: bold;
}
.newsshow .showbox .date{
	position: absolute;
	top: -40px;
	right:0;
	width: 25%;
	border: 1px #ccc solid;
	text-align: center;
	padding: 10px;
	background: #eb5911;
	color:#fff;
}
.newsshow .showbox .date b{
	font-size: 35px;
}
.newsshow .showbox .date span{
	font-size:14px;
	opacity:0.7;
}
.newsshow .showbox .textshow{
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
}
.newsshow .showbox:hover .textbox{
	background:#eb5911;
	color:#fff;
}
.newsshow .showbox:hover .date{
	background:#fff;
	color:#000;
}
.newsshow .showbox:hover .pic-box img{
	transform:scale(1.2);
}
/* contact css */
.contactus{
	display: flex;
	margin-top: 80px;
	align-items: flex-start;
	margin-bottom: 50px;
}
.contactus .contain-title{
	width: 20%;
}

.contactus .textbox{
	font-size: 18px;
	line-height: 40px;
	background: #00000078;
	padding: 30px;
	position: relative;
	top: -40px;
	right: -50px;
	border-radius: 5px;
	border-top-left-radius: 60px;
	padding-bottom: 90px;
	color: #fff;
	z-index: 10;
} 
.contactus .mapbox{
	width: 60%;
	height: 500px;
	/* background: royalblue; */
	overflow: hidden;
}
/* footer css */
footer{
	width: 100%;
	/* background-color: #32455e; */
	padding-top: 50px;
	background-image: url(../images/footbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/* background-color: #eb5911; */
	background-attachment: fixed;
	overflow: hidden;
	min-width: 1400px;
}
.footer{
	width: 98%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	background: #32455eba;
	padding: 80px 30px 80px;
	color: #fff;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	position:relative;
}
.footer .left{
	width:60%;
}
.footer .right{
	width:40%
}
.flogobox{
	font-size:20px;
	display: flex;
}
.flogobox .pic-box{
	width: 200px;
}
.footnav{
	display: flex;
	margin-top: 60px;
	justify-content: flex-start;
	font-size: 16px;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}
.footnav>li{
	text-align: center;
	width: 25%;
	margin: 20px 0% 20px;
}
.footnav>li>a{
	display: block;
	width: 100%;
	line-height: 35px;
}
.footnav>li .subnav{
	width: 100%;
	line-height: 30px;
	opacity: 0.6;
	font-size: 13px;
}
.footer .right{
	padding-left: 8%;
	color: #fff;
	padding-top: 50px;
}
.footer .fontshow{
	position:absolute;
	left: 90px;
	bottom: 100px;
	font-size: 80px;
	letter-spacing: 30px;
	font-weight: bold;
	opacity: 0.1;
	color: #ffffff87;
	transform: skewX(-30deg);
}
.fshow:nth-child(1){
	margin-bottom: 50px;
}
.fshow:nth-child(1) p:nth-child(2){
	font-size: 40px;
	color: #eb5911;
	letter-spacing: 2px;
}

.flogobox p{
	font-size: 25px;
	margin-left:30px
}
.fshow{
	font-size: 20px;
	color:#ffffffbf;
	margin-bottom:20px
}
.fshow p:nth-child(1){
	color: #fff;
	display: flex;
	align-items: center;
	font-size:18px;
}
.fshow p:nth-child(2){
	padding-left:40px;
}
.fshow img{
	width: 30px;
	display: inline-block;
	margin-right: 10px;
}
.ewmbox{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin-top: 30px;
}
.ewmbox .show{
	width: 130px;
	font-size: 16px;
	text-align: center;
	margin-right: 25px;
}
.ewmbox .show .pic-box{
	margin-bottom: 10px;
}
.footbottom{
	border-top:2px #eb5911 solid;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	background: #eb5911;
}
@media screen and (max-width:1600px) {
	.footer{
		width: 98%;
		min-width: 1300px;
		margin: 0 auto;
	}
	.footer .left{
		width:65%
	}
	.footer .right{
		width:35%;
		padding-left:5%;
	}
}
/* addbox css */
.addbox{
	width:100%;
	position: relative;
}
.addbox .contain-title{
	color:#000;
	text-align: center;
}
.addbox .contain-title .line{
	margin: 0 auto;
}
.addshow{
	position:relative;
	width: 100%;
	overflow: hidden;
	height: 1000px;
}
.addshow .bgbox{
	margin:0 auto;
	height:0;
	width:0;
	border-top: 500px #e9723670 solid;
	border-bottom: 500px #e9723670 solid;
	border-left: 800px #fff solid;
	border-right: 800px #fff solid;
	position: absolute;
	z-index:10;
}
.addshow .showbox{
	height: 100%;
	width: 100%;
	overflow:hidden;
	border-right: 10px #fff solid;
}
.addshow .showbox .pic-box{
	width:100%;
	height:100%;
}
.addshow .showbox .pic-box img{
	height: auto;
}
.addshow .left,.addshow .right{
	display: flex;
	flex-direction: row;
	height:50%;
	width:100%
}
.addshow .left{
	position:absolute;
	top:0;
	z-index:1;
	overflow:hidden;
	left: 0;
}
.addshow .right{
	position:absolute;
	bottom: 0;
	right:0;
	z-index:1;
	overflow:hidden;
}
.addshow .midcirle{
	width: 500px;
	height: 500px;
	border: #ccc 10px solid;
	border-radius: 50%;
	position: absolute;
	z-index: 110;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto auto;
	background-image: url(../images/groundshow4.jpg);
	background-size:cover;
	box-shadow: 0 0 20px #000000ab;
}
.addshow .cirle1{
	width: 50%;
	height: 50%;
	border-radius: 50%;
	position:absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto auto;
	background: #e97236bd;
}
.addshow .cirle1 .textbox{
	position:relative;
	z-index:10;
	width: 100%;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e97236;
}
.addshow .cirle1:before{
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	border-radius:50%;
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto auto;
	background:#ffffff4f;
	border: 2px #e9723630 solid;
	animation:circhange 1.5s infinite alternate;
}
.addshow .cirle1:after{
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	border-radius:50%;
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto auto;
	background:#ffffff4f;
	border: 2px #e9723630 solid;
	animation:circhange 1.5s 0.5s infinite alternate;
}
@keyframes circhange{
	from{
		transform:scale(1);
	}
	to{
		transform:scale(1.8);
	}
}
.addshow .textbox .tit{
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.addshow .textbox .tit span{
	font-size:20px;
	font-weight: normal;
}
.addshow .adtext{
	position:absolute;
	top:0;
	bottom:0;
	margin: auto auto;
	color: #fff;
	z-index: 150;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 25%;
}
.addshow .adtext .tit{
	font-size:35px;
	margin-bottom: 20px;
	font-weight: bold;
	white-space:nowrap;
}
.addshow .adtext .tit span{
	display:inline-block;
	transform:skewX(-20deg);
	font-size:70px;
}
.addshow .adtext .intro{
	font-size: 20px;
	line-height: 30px;
}
.addshow .adtext.text1{
	left: 5%;
}
.addshow .adtext.text2{
	right: 4%;
}
/* parterner css */
.partnerbox .contain-title{
	color: #000;
}
.partnershow{
	display: flex;
	justify-content: center;
}
.partnershow .left{
	width: 70%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-top: 70px;
	position: relative;
	z-index: 10;
}
.partnershow .showbox{
	width: 45%;
	margin: 0.5% 1%;
	position: relative;
	height: 300px;
	overflow: hidden;
}

.showbox {}
.partnershow .showbox:nth-child(3){
}
.partnershow .showbox p{
	position: absolute;
	font-size: 16px;
	background: #e97236b3;
	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;
	justify-content: flex-start;
}
.partnershow .right .pic-box:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	/* background:#e97236b3; */
}
.partnershow .right .pic-box img{
	height: auto;
	width: 100%;
}
.partnershow .right .more{
	background: #e97236;
	color: #fff;
	text-align: center;
	display: block;
	width: 150px;
	line-height: 40px;
	font-size:16px;
	margin-right: 20%;
}
/* caseshow css */
.procase{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-image: url(../images/casebg.jpg);
	background-size: cover;
}
.procase .left{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e97236c2;
	position: relative;
}
.procase .right{
	width: 70%;
	padding: 40px 0;
	background: #32455eba;
}
.procase .left .more{
	display: block;
	width: 150px;
	line-height: 40px;
	background: #ffffff;
	color: #000;
	position: absolute;
	bottom: 150px;
	right: 100px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	box-shadow: 0 0 6px #ffffff6b;
}
.procase .left .more:hover{
	background:#bf2020;
	color:#fff
}
.procase .left .textbox{
	padding: 40px;
	text-align: center;
	color: #fff;
}
.procase .left .textbox .tit{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
.procase .left .textbox .intro{
	font-size: 23px;
	line-height: 45px;
}
.procaseshow{
	display: flex;
	flex-wrap: wrap;
}
.procaseshow .showbox{
	width: 23%;
	margin:15px 1%;
	position: relative;
}
.procaseshow .showbox:hover img{
	transform:scale(1.2);
}
.procaseshow .showbox .pic-box{
	height: 250px;
	width:100%;
}
.procaseshow .showbox .pic-box img{
	height:100%;
	width:auto;
}
.procaseshow .showbox p{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #00000091;
	color: #fff;
	font-size: 20px;
	line-height:45px;
	text-align:center
}

.m-head,.m-top-menu{
    display:none;
}
.m-footbut{
    display: none;
}