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

.boxwidth{
	width: 95%;
	margin:0 auto
}
.left,.right{
	width: 100%;
}

.contain-wrapper{
	width:100%;
	overflow: hidden;
}
.contain-box{
	width:100%;
	padding: 30rem 0;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
}
.main-box{
	width: 95%;
	margin: 0 auto;
}
/* public css end */
header{
	width: 100%;
	height: auto;
	height: 60rem;
}
.head{
	position: relative;
	display: flex;
	justify-content: space-between;
	height: auto;
	align-items: center;
	flex-direction: row;
	top: 0;
	width: 1400rem;
	z-index: 100;
	height: 65rem;
	display: none;
}
.head .tlogo{
}
.head .tlogo .pic-box{
	width: 250rem;
	border-radius: 10rem;
	position:relative;
	/* border: 1rem #9f9f9f1c solid; */
	padding: 3rem;
	height: 60rem;
}
.head .tlogo .pic-box:before{
	width: 10%;
	height:100%;
	background: linear-gradient(186deg,transparent,#ffffffb8,transparent);
	content:'';
	position:absolute;
	transform:skewX(-30deg);
	left: -40rem;
	animation: logobling 5s infinite;
}
@keyframes logobling{
	from{left:-40%;}
	to{left:220%}
}
.head .tlogo .pic-box img{
	height: auto;
	width: 100%;
}
.navbox{
	height: 100%;
	width: 70%;
}
.navbox:hover .button{
	opacity:0;
}
.navbox .button{
	display: none;
	flex-direction: column;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
	background: #0000006b;
	padding: 5rem;
	opacity: 0;
}
.navbox .button .line{
	width: 100%;
	height: 2rem;
	background: #fff;
}
.topnav{
	width: 100%;
	height: 100%;
	overflow: unset;
	opacity: 1;
	text-align: center;
	font-size: 18rem;
	display: flex;
	justify-content: space-around;
	border-bottom: 10rem;
}
.topnav>li{
	width: 20%;
	position:relative;
	height: 100%;
	transition: background 0.5s ease;
}
.topnav>li:nth-child(1){
}
.topnav>li:nth-last-child(1){
}
.topnav>li:nth-child(1) img{
	width: 25rem;
	margin-right: 10rem;
}
.topnav .subnav{
	display: none;
	position: absolute;
	background: #797878;
	width: 100%;
	flex-direction: column;
	top: 65rem;
	line-height: 60rem;
	font-size: 16rem;
}
.topnav .subnav>li:hover{
	background: #3d3d3d!important;
}
.topnav li:hover .subnav{
	display:flex;
}
.navbox:hover .topnav{
	opacity: 1;
}
@keyframes navshow {
	0%{width: 100%;height: 100%;}
	50%{width: 400%;height: 100%;}
	99%{width: 400%;height: 800%;overflow:hidden}
	100%{width: 400%;height: 800%;overflow:unset}
}
.navbox .topnav li:hover{
	background: #797878;
	color: #fff;
}
.navbox .topnav>li.active{
}
/* banner */
.navbox .topnav li>a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	--swiper-pagination-color: #fff;
}
.banner .swiper-pagination{
	bottom: 80rem!important;
}
.banner .swiper-pagination>span{
	width:15rem;
	height:15rem;
}
.banner .showbox{
	width: 100%;
	height: 100%;
}
.banner .showbox .pic-box{
	width: 100%;
	height: 100%;
}
.banner .showbox img{
	width: 100%;
	height: auto;
	min-height: 100%;
}
/* product css */
.probox{
	width: 100%;
}
.titgroup .line{
	width: 200rem;
	height: 1rem;
	margin: 5rem auto;
	background: #fff;
}
.probox .main-box{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.titgroup{
	text-align: center;
}
.titgroup .tit{
	font-size: 25rem;
	letter-spacing: 2rem;
}
.titgroup .subtit{
	font-size: 20rem;
	margin-top: 5rem;
	opacity: 0.7;
}
.proshow{
	width: 100%;
	margin-top: 15rem;
	overflow: hidden;
}
.proshow .propagin{
	width: 700rem;
	position: absolute;
	z-index: 10;
	background: #454545c7;
	color: #fff;
	text-align: center;
	/* opacity: 0.5; */
	display: none;
}
.proshow .propagin:hover{
	opacity:1;
}
.proshow .propagin .swiper-wrapper{
	width: 100%;
	height: auto;
	flex-wrap: wrap;
}
.propagin .swiper-slide{
	width: 33.333%!important;
	height: 70rem;
	line-height: 35rem;
	font-size: 18rem;
	padding: 10rem 0;
	letter-spacing: 3rem;
	transition:0.3s linear;
}
.propagin .swiper-slide.swiper-slide-thumb-active{
	background:#cd2929;
}
.propagin .swiper-slide:hover{
	background:#cd2929;
}
.proshow .propagin p span{
	display:block;
	line-height:10rem;
	font-size: 12rem;
	opacity:0.7;
	letter-spacing: 1rem;
}
.proshow .proscreen{
	width: 100%;
	/* overflow: hidden; */
	position: relative;
	--swiper-navigation-color: #797878;
	--swiper-navigation-size: 20rem;
}
.proscreen .buttonbox{
	position: absolute;
	bottom: 0;
	background: #cbcbcb;
	left: 0;
	display:flex;
	height: 30rem;
	width: 80rem;
	justify-content:space-around;
	align-items: center;
	z-index: 9;
}
.proscreen .buttonbox>div{
	position:unset;
	margin: 0;
	width: 50%;
	height: 100%;
	color: #fff;
	transition:0.5s ease;
}
.proscreen .buttonbox>div:hover{
	background:#797878;
	color:#fff;
}
.proshow .proscreen .showbox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
}
.proshow .proscreen .showbox .pic-box{
	position:relative;
	width: 100%;
	height: 220rem;
}
.proshow .proscreen .showbox .pic-box:before{
	/* position:absolute; */
	width:100%;
	height: auto;
	content:'';
	top:0;
	left:0;
}
.proshow .proscreen .showbox .pic-box img{
	width: 100%;
	height: auto;
}
.proscreen .showbox .protit{
	position: absolute;
	bottom: 50rem;
	left: -100rem;
	opacity: 0;
	color: #fff;
	font-size: 70rem;
	letter-spacing: 10rem;
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	/* background-image: url(../images/colorbg.jpg); */
	/* background-position: center; */
	/* animation: protm 4s alternate infinite; */
	text-shadow: 3rem 1rem 20rem #00000094;
	display: none;
}
.proscreen .swiper-slide-active .showbox .protit{
	left:100rem;
	transition:0.4s 0.3s linear;
	opacity: 1;
}
@keyframes protm{
	from{
		background-position:0 0;
	}
	to{
		background-position: -80rem -80rem;
	}
}
.proscreen .showbox .littext{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	font-size: 14rem;
	position: relative;
	height: 180rem;
	flex-direction: column;
	align-items: flex-start;
}
.proscreen .showbox b{
	display:block;
	font-size: 20rem;
}
.proscreen .showbox .tit{
	font-size: 25rem;
	font-weight: 500;
	margin-top: 10%;
	margin-bottom: 10rem;
}
.proscreen .showbox .intro{
	color:#5c5b5b;
}
.proscreen .swiper-slide-active .showbox .littext{
	opacity:1;
	transition: 0.3s 0.3s linear;
}
.proscreen .showbox .littext .more{
	width: 80rem;
	line-height: 25rem;
	display: block;
	position:absolute;
	bottom: 20rem;
	text-align: center;
	font-size: 12rem;
	border: 1rem #79787855 solid;
	transition: background 0.5s ease;
	left: 0rem;
}
.proscreen .swiper-slide-active .showbox .littext .more:hover{
	color: #fff;
	background-color: #a11c1c;
	border: 1rem #fff solid;
}
/* newscenter css*/
.newsbox{
	min-height: 950rem;
	display: flex;
	align-items: center;
	background-image: url(../images/newsbg.jpg);
	background-position: center;
	background-size: cover;
}
.newsbox .titgroup{
	width: 100%;
	text-align: left;
}
.newsbox .titgroup .tit{
	font-size: 40rem;
	letter-spacing: 5rem;
}
.newsbox .titgroup .line{
	width: 800rem;
	height: 1rem;
	margin: 10rem 0;
	background: #000;
}
.newsbox .titgroup .subtit{
	font-size:20rem;
	letter-spacing: 5rem;
	opacity: 0.7;
}
.newsshow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60rem;
	padding: 50rem 0 40rem;
}
.newsshow .showbox{
	width: 30%;
	margin: 20rem 3% 20rem 0;
	/* height: 140rem; */
	padding: 20rem 10rem;
	box-shadow: 2rem 2rem 2rem #0000007d;
	background: linear-gradient(45deg, #ffffff96, white);
	transition: background 0.5s ease;
}
.newsshow .showbox:hover{
	color:#fff;
	background:#3e3e3e;
}
.newsshow .showbox:hover .newtit span{border-color: #fff;}
.newsshow .showbox .newtit span{
	padding: 10rem;
	line-height: 15rem;
	/* color: #fff; */
	margin-right:20rem;
	border: 1rem #79787855587 solid;
	display: inline-block;
}
.newsshow .showbox .newtit{
	font-size: 16rem;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight:bold;
}
.newsshow .showbox .intro{
	font-size: 14rem;
	line-height: 30rem;
	margin-top: 10rem;
	height: 60rem;
	overflow: hidden;
}
.newsbox .more{
	background: #cd2929;
	width: 150rem;
	line-height: 40rem;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14rem;
	border: 1rem #ffffff6e solid;
}
.newsbox .more:hover{
	background: #797878;
	color: #fff;
	border: 1rem #fff solid;
}
/* addshow csss */
.addbox{
	padding:0;
	background-image: url('../images/adbg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	margin-top: 20rem;
}
.addbox .main-box{
	background: #5d5c5ce6;
	width: 100%;
	padding: 30rem 0;
}
.addbox .main-box .titgroup{
	color: #fff;
	font-size: 20rem;
	text-align: center;
}
.addshow{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin: 30rem auto;
	flex-wrap: wrap;
}
.addshow .showbox{
	width: 48%;
	border: 3rem #ffffff45 solid;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 10rem;
	border-radius: 10rem;
	height: 220rem;
	margin: 1%;
}
.addshow .showbox .pic-box{
	width: 60rem;
	height: 60rem;
	padding: 10rem;
	margin: 0 auto;
	margin-bottom: 5rem;
	border-radius: 50%;
	/* border: 1rem #fff solid; */
}
.addshow .showbox .tit{
	font-size: 15rem;
	text-align: center;
}
.addshow .showbox .intro{
	font-size: 12rem;
	text-align:center;
	line-height: 20rem;
	margin-top: 10rem;
}
.addbox .main-box>p{
	font-size: 25rem;
	text-align: center;
	color: #fff;
}
/* footer */
footer{
	background: linear-gradient(195deg, #272727,#3e3e3e,#444444);
	background: url(../images/proshow2.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	border-top: 1rem #d3d3d3 solid;
}
footer:before{
	background: #ffffff;
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	opacity: 1;
}
.foot{
	display: flex;
	justify-content: space-between;
	padding: 30rem 0;
	flex-wrap: wrap;
	position:relative;
	align-items: flex-start;
}
.foot .contactbox{
	width: 100%;
	display: flex;
	margin-top: 10rem;
	align-items: center;
	/* border-top: 1rem #d3d3d3 solid; */
	padding-top: 0rem;
	flex-wrap: wrap;
}
.foot .contactbox>p img{
	display: block;
	height: 25%;
	width:auto;
	margin-right: 15rem;
	margin-bottom: 0;
	filter: opacity(0.5);
}
.foot .contactbox>p{
	width: 32%;
	height: 60rem;
	display:flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	font-size: 12rem;
	letter-spacing: 0;
	position:relative;
	color: #595959;
}
.foot .contactbox>p:nth-child(4){
	width:100%;
	flex-direction:row;
	margin-top: 20rem;
	justify-content: flex-start;
}
.foot .contactbox>p em{
	width: 65%;
	display:inline-block;
}
.foot .contactbox p span{
	color: #959595;
	display: block;
	margin-bottom: 0;
}
.foot .flogo{
	width: 100rem;
	padding: 0;
}
.foot .ewm{
	width: 250rem;
}
.foot .ewm img{
	width: 120rem;
}
.foot .ewm p{
	font-size:14rem;
	margin-left: 30rem;
	border-bottom: 2rem #c71616 solid;
	padding-bottom: 10rem;
}
.footnav{
	width: 100%;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top: 20rem;
}
.footnav li:nth-child(1){
	display:none;
}
.footnav li{
	width: 30%;
	font-size: 12rem;
	text-align: center;
	color: #3d3d3d;
	line-height: 20rem;
	margin: 10rem 0;
	border: 1rem #eee solid;
}
.footnav .subnav{
	margin-top: 15rem;
	display: none;
}
.footnav .subnav li{
	width: 100%;
	line-height:40rem;
	color: #858585;
	transition: background 0.5s ease;
}
.footnav .subnav li:hover{
}
.footnav .subnav li a{
	border:none;
}
.footnav li>a{
	border:1rem #ffffff75 solid;
	border-radius: 10rem;
}
.footnav li>a:hover{
	background: #c71616;
	color: #fff;
}
.footnav li a{
	height: auto;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.foot .showbox .contactbox>p{
	width:100%;
	text-align: left;
	line-height: 40rem;
	font-size: 14rem;
}
.footbottom{
	width: 100%;
	text-align: center;
	padding: 10rem 0;
	position:relative;
	background: #f1f1f1;
	color: #515151;
	font-size: 12rem;
}
.footbottom span{
	display:inline-block;
}
/* designbox css */
.designshow{
	display:flex;
	justify-content: center;
	margin-bottom: 100rem;
}
.designshow .right{
	padding: 80rem 45rem;
}
.designshow .right .cntit{
	font-size: 18rem;
	letter-spacing: 3rem;
	background: linear-gradient(45deg, black, #797878);
	width: 300rem;
	line-height: 40rem;
	color: #fff;
	text-align: center;
}
.designshow .right .tit1{
	font-size: 30rem;
	font-family: serif;
}
.designshow .right .tit1 span{
	color: #b20404;
	font-size: 45rem;
	font-weight: bold;
}
.designshow .right .tit2{
	font-size: 45rem;
	font-weight: bold;
	letter-spacing: 2rem;
	margin-top: 15rem;
}
.designshow .titgroup{
	padding-bottom: 70rem;
	border-bottom: 1rem #000 solid;
}
.designshow .textshow{
	padding-top:30rem ;
	font-size: 16rem;
	line-height: 30rem;
	margin-bottom: 40rem;;
}
.designshow .more{
	border: 1rem #ffffff6e solid;
	width: 150rem;
	line-height:40rem;
	font-size: 14rem;
	text-align: center;
	display: block;
	color: #fff;
	background: #de0808;
	margin-top: 80rem;
	float: right;
}
.designshow .more:hover{
	background: #797878;
	color: #fff;
	border: 1rem #fff solid;
	transition: 0.3s linear;
}
.designshow .left{
	padding-right: 0%;
	padding-top: 60rem;
	display: flex;
	align-items: flex-start;
}
.designshow .left .picshow{
	position:relative;
	width: 88%;
}
.designshow .left .pic-box{
	width: 100%;
	height: 700rem;
	position:relative;
	overflow: unset;
}
.designshow .left .pic-box img{
	height: 100%;
	width: auto;
	box-shadow: -15rem 15rem #6f6f6f;
}
.designshow .left .fontbox{
	font-size: 16rem;
	display: flex;
	align-items: flex-end;
	margin-top: 50rem;
	height: 100%;
}
.designshow .left .fontbox p{
	width: 10rem;
	text-align:center;
	margin: 15rem;
}
.designshow .showbox{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin: 50rem 0 0;
}
.designshow .showbox .pic-box{
	width: 55rem;
	background: #de0808;
	height: 55rem;
	padding:10rem;
	border-radius:50%;
	margin-right:20rem;
}
.designshow .showbox p{
	font-size:18rem;
}
.designshow .showbox p span{
	display:inline-block;
	margin-bottom:10rem;
	font-size:22rem;
	font-weight:bold;
}
/* proshow2 css */
.probox2{
	background:#797878;
	color:#fff;
	padding: 50rem 0;
}
.proshow2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20rem;
	flex-wrap: wrap;
}
.proshow2 .showbox{
	width: 48%;
	position: relative;
	background:#fff;
	margin: 15rem 0;
}
.proshow2 .showbox .textbox{
	font-size: 16rem;
	color: #000;
	padding: 15rem;
	height: 130rem;
	width: 100%;
}
.proshow2 .showbox .textbox .titen{
	color: #333;
	font-size:16rem;
	margin-top: 8rem;
	word-break: break-word;
}
.proshow2 .showbox>.pic-box{
	width: 100%;
	height: 200rem;
}
.proshow2 .showbox>.pic-box img{
	height: auto;
	width: 100%;
}
.proshow2 .showbox:hover .zoompic{
	opacity:1;
	transform:scale(1)
}
.proshow2 .showbox .zoompic{
	position: absolute;
	opacity:0;
	top: -5%;
	left: -5%;
	width:110%;
	height: 110%;
	transform: scale(0.5);
	transition: 0.5s ease;
}
.proshow2 .showbox .zoompic .pic-box{
	width:100%;
	height:100%;
}
.proshow2 .showbox .zoompic .pic-box img{
	height:100%;
	width:auto;
}
.proshow2 .showbox .zoompic .textbox{
	position:absolute;
	top:0;
	color: #fff;
	font-size: 15rem;
}
.proshow2 .showbox .zoompic .textbox .titen{
	color:#fff;
	font-size: 14rem;
	margin-top:15rem;
	word-break: break-word;
}
.proshow2 .showbox .zoompic a{
	font-size: 16rem;
	position:absolute;
	bottom: 20rem;
	left: 15rem;
}
/* abusbox css */
.abusshow{
	display:flex;
	justify-content: center;
	height: auto;
}
.abusshow .left{
	height: 100%;
	display: none;
}
.abusshow .right{
	height: auto;
}
.abusshow .right .top{
	height: auto;
	width: 100%;
}
.abusshow .top{
	padding: 5rem;
}
.abusshow .right .tit1{
	font-size: 22rem;
	font-weight: bold;
	margin-bottom: 20rem;
}
.abusshow .right .tit2{
	font-size: 16rem;
	margin-bottom: 5rem;
	font-weight: bold;
	letter-spacing: 1.5rem;
}
.abusshow .right .intro{
	font-size: 12rem;
	color: #6f6f6f;
	line-height: 25rem;
}
.abusshow .bottom{
	padding: 10rem;
	background: #797878;
	color: #fff;
	height: auto;
}
.abusshow .bottom .pic-box{
	width: 250rem;
	display: none;
}
.abusshow .bottom .adlist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
}
.abusshow .bottom .showbox{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	width: 48%;
	height: auto;
	margin: 10rem 0;
}
.abusshow .bottom .showbox .pic-box{
	width: 100%;
	height: auto;
	display: flex;
}
.abusshow .bottom .showbox .pic-box img{
}
.abusshow .bottom .showbox .textshow{
	font-size: 16rem;
	line-height: 40rem;
}
.abusshow .bottom .showbox .textshow span{
	font-size: 20rem;
	font-weight: bold;
}
.m-head{
	    display: flex;
	    position:fixed;
	    height:60rem;
	    background: #cbcbcb;
	    width: 100%;
	    padding: 5rem 20rem;
	    justify-content: space-between;
	    align-items: center;
	    z-index:999;
	    top: 0;
	}
	
	.m-head .m-logo{
		width: auto;
		height: 100%;
		border-radius: 5rem;
		padding: 5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.m-head .m-logo .text-box{
		margin-left:5rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.m-head .m-logo .text-box p:nth-child(1){
		color: #ffffff;
		font-size:24rem;
		text-align: center;
		letter-spacing:5rem;
		text-shadow: 2rem 2rem 3rem #000000;
	}
	.m-head .m-logo .text-box p:nth-child(2){
		font-weight:bold;
		font-size:10rem;
	}
	.m-head .m-logo img{
		height: 100%;
		width: auto;
	}
	
	
	.m-head .list-button{
		height: 80%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.m-head .list-button .mlangchange{
		width:30rem;
		height:100%;
		position:relative;
		margin-right: 20rem;
		line-height: 40rem;
	}
	.m-head .list-button .mlangchange .pic-box{
		height:100%;
	}
	.m-head .list-button .mlangchange .showbox{
		display:none;
		transition: unset;
		width: 300%;
		height: auto;
		position: absolute;
		background: #fff;
		font-size: 20rem;
		color: #fff;
		text-align: center;
		right: -100%;
		line-height: 40rem;
	}
	.m-head .list-button .mlangchange .showbox a{
		display:inline-block;
		width:100%;
		border-top: 1rem #ffffff52 solid;
	}
	.m-head .list-button .linebox{
		display:flex;
		width:30rem;
		height:100%;
		flex-direction: column;
		justify-content: center;
	}
	.m-head .list-button .line{
		width:100%;
		height:2rem;
		background: #fff;
		margin: 3rem 0;
	}
	.m-top-menu{
		position:fixed!important;
		background: #0000001c;
		height:100%;
		width:100%;
		padding-top:60rem;
		left:0;
		top:0;
		z-index:999;
		display: none;
	}
	.m-top-menu .left{
		position:absolute;
		top:0;
		height: 100%;
		width: 100%;
		left:0;
	}
	
	.m-top-menu>ul{
		width:40%;
		height:100%;
		background: #b5b5b5;
		color: #fff;
		text-align: center;
		font-size: 15rem;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		position: absolute;
		right: -40%;
	}
	.m-top-menu>ul a{
		color: #fff;
	}
	
	.m-top-menu>ul>li{
		width:100%;
		height: auto;
		margin: 10rem;
	}
	
	
	.m-top-menu>ul>li>ul{
		display:none;
	}
	
	.m-top-menu>ul>li:hover ul{
		display: block;
	}
	
	.m-top-menu>ul>li>ul{
		margin-top:15rem;
		margin-bottom: 30rem;
	}
	.m-top-menu>ul>li>ul>a{
		display:block;
		margin: 15rem 0;
		color: #858585;
	}
	/* 底部样式 */
/* m-footer css */
.m-footbut{
	width:100%;
	height:60rem;
}

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

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