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

.contain-wrapper{
	width:100%;
	overflow:hidden;
}
.contain-box{
	width:100%;
	position: relative;
	background-size: cover;
	background-position: center;
	margin: 15px 0;
}
.main-box{
	width: 1600px;
	margin: 0 auto;
}
.contain-title{
	color: #fff;
	font-size: 25px;
}
.contain-title .line{
	width: 120px;
	height: 2px;
	margin: 5px 0;
	background-color: #eb5911;
}
.contain-title .subtit{
	font-size: 15px;
}
@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: 60px;
	width: 100%;
}
.head{
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	display: none;
}
.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%;
	color: #000;
	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{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;--swiper-theme-color: #ff6600;
	--swiper-navigation-color: #eb5911;
	--swiper-navigation-size: 30px;
}
/* leadbox css */
.leadbox{
	width: 100%;
	display: flex;
	background: #e97236;
	padding: 10px;
}
.leadbox .leadshow{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.leadbox .showbox{
	width: 25%;
	/* height: 150px; */
	/* background: #eb5911; */
	color: #000;
	padding: 0px 10px;
	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: 40px;
}
.leadbox .showbox .pic-box img{
	height:100%;
	width:auto;
}
.leadbox .showbox .tit{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

.leadbox .showbox .intro{
	font-size: 14px;
	text-align: center;
	height: 40px;
	display: none;
}
/* product css */
#pro-content{
	padding: 20px 0;
	margin-top: 0;
}
.probox{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.propagin{
	margin-top: 10px;
	width: 100%;
	margin-bottom: px;
	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: 14px;
	text-align: center;
	color: #fff;
	border:1px #fff solid;
	cursor: pointer;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.propagin p:hover,
.propagin .swiper-slide-thumb-active p{
	border-color:#fff0;
	background: #eb5911;
}
.proscreen{
	width: 100%;
	/* border: 1px #000 solid; */
	overflow: hidden;
	background: #252525ba;
	color: #fff;
}
.proscreen .showbox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.proscreen .showbox .right{
	width: 95%;
	margin: 10px auto;
}
.proscreen .showbox .left{
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	padding-top: 20px;
}
.proscreen .showbox .tit{
	font-size: 17px;
	margin-bottom: 20px;
}
.proscreen .showbox .intro{
	font-size: 14px;
	line-height: 25px;
}
.proscreen .showbox .more{
	width: 100%;
	display:flex;
	justify-content:flex-end
}
.proscreen .showbox .more a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	border: 1px #fff solid;
	padding: 5px 20px;
	width:50%;
}
.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;
	flex-wrap: wrap;
	flex-direction: column;
}
.abbox .left{
	padding: 15px;
	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;
}
.abbox .left .contain-title .line{
	background: #fff;
	margin: 5px 0;
}
.abbox .left .textshow{
	line-height: 45px;
	margin-top: 30px;
	font-size: 18px;
}
@media screen and (max-width:1600px){
	.abbox .left .textshow{
		line-height: 25px;
		margin-top: 10px;
		font-size: 14px;
	}
}
.abbox .left .btnbox{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 15px;
}
.abbox .left .btnbox .showbox{
	width: 32%;
	display: flex;
	align-items: flex-end;
}
.abbox .left .btnbox .showbox .pic-box{
	width: 40px;
	margin-right: 5px;
}
.abbox .left .btnbox .showbox p{
	font-size: 14px;
}
.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: 10px 20px;
	flex-wrap: wrap;
	background: url(../images/abbg2.jpg);
	background-size: cover;
	background-position: center;
}
.abbox .right .numbox{
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.abbox .right .numbox:nth-child(even){
}
.abbox .right .numbox .num{
	font-size: 30px;
	color: #eb5911;
}
.abbox .right .numbox .numtype{
	font-size: 14px;
	margin-left: 10px;
}
.abbox .right .numbox .numtype span:nth-child(1){
	font-weight: bold;
	font-size: 14px;
}
/* honor css */
.honorbox .contain-title{
	color:#000;
	margin-top: 20px;
}
.honorbox .daodu{
	font-size: 20px;
	margin-top: 15px;
	padding-left: 15px;
}
.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%;
	border: 5px #fff solid;
}
.honorbox .honorshow{
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
.honorbox .honorshow .showbox .pic-box{
	height: 100px;
	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: 13px;
	text-align: center;
	margin: 10px 0;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media screen and (max-width:1600px){
	.honorbox .groundshow .pic-box{
		height: 150px;
	}
	.honorbox .honorshow .showbox .pic-box{
		margin-bottom:0;
	}
}
/* news css */
.newsbox{
	margin: 30px 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: 10px;
	flex-wrap: wrap;
}
.newsshow .showbox{
	width: 48%;
	display: block;
	box-shadow: 5px 5px 8px #32455e63;
	margin-bottom: 10px;
}
.newsshow .showbox .pic-box{
	height: 150px;
}
.newsshow .showbox .textbox{
	padding: 10px;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
}
.newsshow .showbox .tit{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsshow .showbox .date{
	position: absolute;
	top: -50px;
	right:0;
	width: 37%;
	border: 1px #ccc solid;
	text-align: center;
	padding: 5px;
	background: #eb5911;
	color:#fff;
}
.newsshow .showbox .date b{
	font-size: 20px;
}
.newsshow .showbox .date span{
	font-size: 12px;
	opacity:0.7;
}
.newsshow .showbox .textshow{
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	height: 40px;
	overflow: hidden;
}
.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: 30px 15px 30px;
	color: #fff;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	position:relative;
	flex-direction: column;
}
.footer .left{
	width:60%;
}
.footer .right{
	width:40%
}
.flogobox{
	font-size:20px;
	display: flex;
	flex-direction: column;
}
.flogobox .pic-box{
	width: 200px;
}
.footnav{
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
	font-size: 14px;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}
.footnav>li{
	text-align: center;
	width: 23%;
	margin: 0px 0% 5px;
	border: 1px #fff solid;
}
.footnav>li>a{
	display: block;
	width: 100%;
	line-height: 35px;
}
.footnav>li .subnav{
	width: 100%;
	line-height: 30px;
	opacity: 0.6;
	font-size: 13px;
	display: none;
}
.footer .right{
	padding-left: 8%;
	color: #fff;
	padding-top: 50px;
}
.footer .fontshow{
	position:absolute;
	left: 200px;
	bottom: 300px;
	font-size: 40px;
	letter-spacing: 5px;
	font-weight: bold;
	opacity: 0.1;
	color: #ffffff87;
	transform: skewX(-30deg);
	display: none;
}
.fshow:nth-child(1){
	margin-bottom: 20px;
}
.fshow:nth-child(1) p:nth-child(2){
	font-size: 25px;
	color: #eb5911;
	letter-spacing: 2px;
}

.flogobox p{
	font-size: 18px;
	margin-top: 10px;
}
.fshow{
	font-size: 15px;
	color:#ffffffbf;
	margin-bottom:20px
}
.fshow p:nth-child(1){
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.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: 10px;
	font-size: 14px;
	color: #fff;
	background: rgb(60,57,57);
}
.footbottom span{
	display:inline-block;
}
@media screen and (max-width:1600px) {
	.footer{
		width: 98%;
		margin: 0 auto;
	}
	.footer .left{
		width: 100%;
	}
	.footer .right{
		width: 100%;
		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: 400px;
}
.addshow .bgbox{
	margin:0 auto;
	height:0;
	width:0;
	border-top: 200px #e9723670 solid;
	border-bottom: 200px #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: 150px;
	height: 150px;
	border: #ccc 5px 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: 60%;
	height: 60%;
	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.5);
	}
}
.addshow .textbox .tit{
	font-size: 17px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.addshow .textbox .tit span{
	font-size:20px;
	font-weight: normal;
	display: none;
}
.addshow .adtext{
	position:absolute;
	top:0;
	bottom:0;
	margin: auto auto;
	color: #fff;
	z-index: 150;
	/* background: red; */
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 27%;
}
.addshow .adtext .tit{
	font-size: 18px;
}
.addshow .adtext .tit span{
	display:inline-block;
	transform:skewX(-20deg);
	font-size: 26px;
	font-weight: bold;
}
.addshow .adtext .intro{
	font-size: 20px;
	line-height: 30px;
	display: none;
}
.addshow .adtext.text1{
	left: 1%;
}
.addshow .adtext.text2{
	right: 1%;
}
/* parterner css */
.partnerbox .contain-title{
	color: #000;
}
.partnershow{
	display: flex;
	justify-content: center;
}
.partnershow .left{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}
.partnershow .showbox{
	width: 48%;
	margin: 1% 1%;
	position: relative;
}
.partnershow .showbox p{
	position: absolute;
	font-size: 16px;
	background: #e97236b3;
	color: #fff;
	text-align: center;
	line-height: 28px;
	width: 100%;
	bottom: 0;
}
.partnershow .right{
	width: 30%;
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: flex-end;
	display: none;
}
.partnershow .right .pic-box{
	width: 150%;
	height: 400px;
	margin-top: -130px;
	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{
	height:100%;
	width:auto;
}
.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;
	flex-direction: column;
}
.procase .left{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e97236c2;
	position: relative;
	padding-bottom: 10px;
	flex-direction: column;
}
.procase .right{
	width: 100%;
	padding: 10px 0;
	background: #32455eba;
}
.procase .left .more{
	display: block;
	width: 100px;
	line-height: 30px;
	background: #ffffff;
	color: #000;
	margin: auto;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0 0 6px #ffffff6b;
}
.procase .left .more:hover{
	background:#bf2020;
	color:#fff
}
.procase .left .textbox{
	padding: 20px;
	text-align: center;
	color: #fff;
}
.procase .left .textbox .tit{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.procase .left .textbox .intro{
	font-size: 18px;
	line-height: 25px;
}
.procaseshow{
	display: flex;
	flex-wrap: wrap;
}
.procaseshow .showbox{
	width: 48%;
	margin: 10px 1%;
	position: relative;
}
.procaseshow .showbox:hover img{
	transform:scale(1.2);
}
.procaseshow .showbox .pic-box{
	height: 150px;
	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
}
/*mobile css*/
.m-head{
	    display: flex;
	    position:fixed;
	    height:60px;
	    background: #ffffff;
	    width: 100%;
	    padding: 5px 20px;
	    justify-content: space-between;
	    align-items: center;
	    z-index:999;
	    top: 0;
	}
	
	.m-head .m-logo{
		width: 180px;
		height: 100%;
		border-radius: 5px;
		padding: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		/* background: #32455ec9; */
	}
	.m-head .m-logo .text-box{
		margin-left:5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.m-head .m-logo .text-box p:nth-child(1){
		color: #ffffff;
		font-size:24px;
		text-align: center;
		letter-spacing:5px;
		text-shadow: 2px 2px 3px #000000;
	}
	.m-head .m-logo .text-box p:nth-child(2){
		font-weight:bold;
		font-size:10px;
	}
	.m-head .m-logo img{
		height: auto;
		width: 100%;
	}
	
	
	.m-head .list-button{
		height: 80%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.m-head .list-button .mlangchange{
		width:30px;
		height:100%;
		position:relative;
		margin-right: 20px;
		line-height: 40px;
	}
	.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: 20px;
		color: #fff;
		text-align: center;
		right: -100%;
		line-height: 40px;
	}
	.m-head .list-button .mlangchange .showbox a{
		display:inline-block;
		width:100%;
		border-top: 1px #ffffff52 solid;
	}
	.m-head .list-button .linebox{
		display:flex;
		width:30px;
		height:100%;
		flex-direction: column;
		justify-content: center;
	}
	.m-head .list-button .line{
		width:100%;
		height:2px;
		background: #e97236;
		margin: 3px 0;
	}
	.m-top-menu{
		position:fixed!important;
		background: #3e8fc038;
		height:100%;
		width:100%;
		padding-top:60px;
		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: #e97236;
		color: #fff;
		text-align: center;
		font-size: 15px;
		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: 10px;
	}
	
	
	.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:15px;
		margin-bottom: 30px;
	}
	.m-top-menu>ul>li>ul>a{
		display:block;
		margin: 15px 0;
		color: #858585;
	}
	/* 底部样式 */
/* m-footer css */
.m-footbut{
	width:100%;
	height:60px;
}

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

.m-footbut .navwrapper .navbox{
	width:32%;
	display:flex;
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	border-right: 1px #ffffff57 solid;
	font-size: 14px;
}
.m-footbut .navwrapper .navbox:nth-child(4){
	border:none;
}
.m-footbut .navwrapper .navbox .pic-box{
	width: 30%;
	margin: 5px 0px;
}