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

.boxwidth{
	width: 1600rem;
	margin:0 auto
}
.m-top-menu,.m-head,.m-footbut{
    display: none!important;
}
.left,.right{
	width: 50%;
}

.contain-wrapper{
	width:100%;
	overflow: hidden;
}
.contain-box{
	width:100%;
	padding: 120rem 0;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
}
.main-box{
	width: 1600rem;
	margin: 0 auto;
}
/* public css end */
header{
	width: 100%;
	height: auto;
}
.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;
}
.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: 95%;
	overflow: hidden;
	position: relative;
--swiper-pagination-color: #fff;
}
.banner .swiper-pagination{
	bottom: 80px!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: 40rem;
	letter-spacing: 3rem;
}
.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: 30rem;
}
.proscreen .buttonbox{
	position: absolute;
	bottom: 7%;
	left: 20%;
	display:flex;
	height:50rem;
	width:150rem;
	justify-content:space-around;
	align-items: center;
}
.proscreen .buttonbox>div{
	position:unset;
	margin: 0;
	width: 50%;
	height: 100%;
	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;
}
.proshow .proscreen .showbox .pic-box{
	position:relative;
	width: 65%;
	height: 700rem;
}
.proshow .proscreen .showbox .pic-box:before{
	/* position:absolute; */
	width:100%;
	height: auto;
	content:'';
	top:0;
	left:0;
}
.proshow .proscreen .showbox .pic-box img{
	width: auto;
	height: 100%;
	min-width: 100%;
}
.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: 30%;
	display: flex;
	justify-content: flex-start;
	font-size: 18rem;
	position: relative;
	height: 700rem;
	flex-direction: column;
	align-items: flex-start;
}
.proscreen .showbox b{
	display:block;
	font-size:30rem;
}
.proscreen .showbox .tit{
	font-size: 45rem;
	font-weight: 500;
	margin-top: 40%;
	margin-bottom: 40rem;
}
.proscreen .showbox .intro{
	color:#5c5b5b;
}
.proscreen .swiper-slide-active .showbox .littext{
	opacity:1;
	transition: 0.3s 0.3s linear;
}
.proscreen .showbox .littext .more{
	width:150rem;
	line-height: 40rem;
	display: block;
	position:absolute;
	bottom: 50rem;
	text-align: center;
	font-size: 14rem;
	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: 60rem;
}
.addbox .main-box{
	background: #5d5c5ce6;
	width: 100%;
	padding: 30rem 0;
}
.addbox .main-box .titgroup{
	color: #fff;
	font-size: 30rem;
	text-align: center;
}
.addshow{
	display: flex;
	width: 1400rem;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin: 80rem auto;
}
.addshow .showbox{
	width: 24%;
	border: 3rem #ffffff45 solid;
	height: 250rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10rem;
	border-radius: 10rem;
}
.addshow .showbox .pic-box{
	width: 80rem;
	height: 80rem;
	padding: 10rem;
	margin: 0 auto;
	margin-bottom: 10rem;
	border-radius: 50%;
	/* border: 1rem #fff solid; */
}
.addshow .showbox .tit{
	font-size: 20rem;
	text-align: center;
	letter-spacing: 5rem;
	padding-left: 5rem;
}
.addshow .showbox .intro{
	font-size:16rem;
	text-align:center;
	line-height:25rem;
	letter-spacing:2rem;
	margin-top:20rem
}
.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: 30rem;
	align-items: center;
	/* border-top: 1rem #d3d3d3 solid; */
	padding-top: 20rem;
}
.foot .contactbox>p img{
	display: block;
	height: 50%;
	width:auto;
	margin-right: 15rem;
	margin-bottom: 5%;
	filter: opacity(0.5);
}
.foot .contactbox>p{
	width:20%;
	height: 69rem;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	font-size: 16rem;
	letter-spacing: 2rem;
	position:relative;
	color: #595959;
}
.foot .contactbox>p em{
	width: 65%;
	display:inline-block;
}
.foot .contactbox p span{
	color: #959595;
	display: block;
	margin-bottom: 5rem;
}
.foot .flogo{
	width: 10%;
	padding: 0;
}
.foot .ewm{
	width: 250rem;
}
.foot .ewm img{
	width: 120rem;
}
.foot .ewm p{
	font-size:14rem;
	margin-left: 30rem;
	border-bottom: 4rem #c71616 solid;
	padding-bottom: 10rem;
}
.footnav{
	width: 80%;
	display:flex;
	justify-content:space-between
}
.footnav li{
	width: 15%;
	font-size: 14rem;
	text-align: center;
	color: #3d3d3d;
	line-height: 30rem;
}
.footnav .subnav{
	margin-top: 15rem;
}
.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: 50%;
	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: 20rem 0;
	position:relative;
	background: #f1f1f1;
	color: #515151;
}
/* 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: 120rem 0;
}
.proshow2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 70rem;
}
.proshow2 .showbox{
	width: 23%;
	position: relative;
	background:#fff;
}
.proshow2 .showbox .textbox{
	font-size: 20rem;
	color: #000;
	padding: 30rem;
	height: 130rem;
	width: 100%;
}
.proshow2 .showbox .textbox .titen{
	color: #333;
	font-size:16rem;
	margin-top: 10rem;
}
.proshow2 .showbox>.pic-box{
	width: 100%;
	height: 400rem;
}
.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:30rem;
}
.proshow2 .showbox .zoompic .textbox .titen{
	color:#fff;
	font-size:20rem;
	margin-top:15rem;
}
.proshow2 .showbox .zoompic a{
	font-size:20rem;
	position:absolute;
	bottom:40rem;
	left:30rem;
}
/* abusbox css */
.abusshow{
	display:flex;
	justify-content: center;
	height: 850rem;
}
.abusshow .left{
	height: 100%;
}
.abusshow .right{
	height:100%
}
.abusshow .right .top{
	height:50%;
	width: 100%;
}
.abusshow .top{
	padding:45rem;
}
.abusshow .right .tit1{
	font-size:40rem;
	font-weight: bold;
	margin-bottom: 50rem;
}
.abusshow .right .tit2{
	font-size: 28rem;
	margin-bottom: 15rem;
	font-weight: bold;
	letter-spacing: 3rem;
}
.abusshow .right .intro{
	font-size: 15rem;
	color: #6f6f6f;
	line-height: 30rem;
}
.abusshow .bottom{
	padding: 30rem;
	background: #797878;
	color: #fff;
	height: 50%;
}
.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: 30%;
	height: 45%;
}
.abusshow .bottom .showbox .pic-box{
	width: 100%;
	height: 100%;
	display: flex;
}
.abusshow .bottom .showbox .pic-box img{
	height:100%;
	width:auto;
}
.abusshow .bottom .showbox .textshow{
	font-size: 16rem;
	line-height: 40rem;
}
.abusshow .bottom .showbox .textshow span{
	font-size: 20rem;
	font-weight: bold;
}