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: #d40e1a;
}
.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:#d40e1a;
	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: #d40e1a;
	--swiper-navigation-size: 30px;
}
/* leadbox css */
.leadbox{
	width: 100%;
	display: flex;
	background: #d40e1a;
	padding: 10px;
}
.leadbox .leadshow{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.leadbox .showbox{
	width: 25%;
	/* height: 150px; */
	/* background: #d40e1a; */
	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: #d40e1a;
}
.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: #d40e1a;
	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, #d40e1a, #d40e1acf);
	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-size: cover;
	background-position: center;
	background: #efefef;
}
.abbox .right .numbox{
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	/* background: #efefef; */
}
.abbox .right .numbox:nth-child(even){
}
.abbox .right .numbox .num{
	font-size: 30px;
	color: #d40e1a;
}
.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: #d40e1a;
	font-weight: bold;
}
.honorbox .groundshow{
	overflow: hidden;
	width: 100%;
	position: relative;
--swiper-theme-color: #ff6600;
    --swiper-navigation-color: #d40e1a;
}
.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: #d40e1a;
	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:#d40e1a;
	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-repeat: no-repeat;
	background-size: cover;
	/* background-color: #d40e1a; */
	background-attachment: fixed;
	overflow: hidden;
	/* min-width: 1400px; */
	background: #002f5b;
}
.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: 33%;
	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: 10rem;
}
.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: #d40e1a !important;
	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: 100px;
	font-size: 14px;
	text-align: center;
	/* margin-right: 25px; */
}
.ewmbox .show .pic-box{
	margin-bottom: 10px;
}
.footbottom{
	/* border-top:2px #d40e1a 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 #d40e1a70 solid;
	border-bottom: 200px #d40e1a70 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: #d40e1abd;
}
.addshow .cirle1 .textbox{
	position:relative;
	z-index:10;
	width: 100%;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #d40e1a;
}
.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 #d40e1a30 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 #d40e1a30 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: #d40e1ab3;
	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:#d40e1ab3;
}
.partnershow .right .pic-box img{
	height:100%;
	width:auto;
}
.partnershow .right .more{
	background: #d40e1a;
	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: #d40e1ac2;
	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-headbox {
    display: flex;
    position: fixed;
    height: 60px;
    background: #ffffff;
    width: 100%;
    padding: 5px 20px;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
    top: 0;
    left: 0;
}

.m-headbox .m-logo {
    width: 180px;
    height: 100%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-headbox .m-logo img {
    height: auto;
    width: 100%;
}

.m-headbox .list-button {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100000;
}

.m-headbox .list-button .linebox {
    display: flex;
    width: 30px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.m-headbox .list-button .line {
    width: 100%;
    height: 2px;
    background: #d40e1a;
    margin: 3px 0;
}

/* 移动端抽屉菜单修正 */
.m-top-menu {
    position: fixed !important;
    background: rgba(0, 0, 0, 0.5); /* 遮罩层背景 */
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
    display: block !important; /* 必须保持 display: block，依靠 transform 做显隐动画 */
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.m-top-menu.open {
    transform: translateX(0%) !important;
}

.m-top-menu > ul {
    width: 70%; /* 抽屉宽度占比 */
    height: 100%;
    background: #f5f5f5;
    color: #fff;
    text-align: left;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0; /* 修正：让菜单贴紧左侧滑出 */
    padding-top: 70px;
    overflow-y: auto;
}

.m-top-menu > ul a {
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.m-top-menu > ul > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.m-top-menu > ul > li .caidanbox {
    display: none;
    background: #b50b16;
}

.m-top-menu > ul > li .caidanbox a {
    padding-left: 40px;
    font-size: 14px;
}

/* m-footer css */
.m-footbut {
    width: 100%;
    height: 60px;
}

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

.m-footbut .navwrapper .navbox {
    width: 32%;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    border-right: 1px rgba(255, 255, 255, 0.34) solid;
    font-size: 14px;
}

.m-footbut .navwrapper .navbox:nth-child(4) {
    border: none;
}

.m-footbut .navwrapper .navbox .pic-box {
    width: 30%;
    margin: 5px 0px;
}

.footnav > li:nth-child(4) { display: none; }
.footnav > li:nth-child(5) { display: none; }