/* public css */
.pic-box{
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	transition: 0.5s ease;
	width: 100%;
}
.pic-box img{
	width: 100%;
	height:auto;
}
.m-head,.m-top-menu,.m-footbut{
    display: none;
}
.box-width{
	width: 1400rem;
	margin:0 auto
}
a{
	display: block;
}
.left,.right{
	width: 50%;
}
.contain-wrapper{
	width:100%;
	overflow: hidden;
}
.contain-box{
	width:100%;
	padding: 90rem 0;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.main-box{
	width: 1400rem;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.contain-title{
	position: relative;
	width: 100%;
	text-align: center;
}
.contain-title .en{
	position:absolute;
	font-size: 50rem;
	top: -20rem;
	left:0;
	right:0;
	margin: auto;
	color: #6aa64c38;
	font-weight: bold;
}
.contain-title .cn{
	font-size: 32rem;
	font-weight: bold;
	position: relative;
	z-index: 20;
}
.contain-title .subtit{
	font-size: 16rem;
	margin-top: 10rem;
	position: relative;
	z-index: 20;
}
/* public css end */
/* header css */
header{
	width:100%;
	position: fixed;
	top: 0;
	z-index: 999;
}
.headtop{
	width: 100%;
	height: 40rem;
	color: #fff;
	background: #000000d6;
}
.headtop .box-width{
	display: flex;
	justify-content: space-between;
	height:100%;
	align-items: center;
}
.headtop .mailtext{
	font-size: 15rem;
}
.headtop .btn{
	display: flex;
}
.headtop .btn a{
	display: inline-block;
	margin: 0 5rem;
	position: relative;
}
.headtop .btn a:hover .pic-box{
	display:block;
}
.headtop .btn a .pic-box{
	animation:opashow 0.5s ease forwards;
	position:absolute;
	bottom: -130rem;
	left:-10rem;
	width: 150rem;
	z-index: 999;
	display:none;
}
.headtop .btn a .pic-box img{
	width:120rem;
	height:auto;
}
.headtop .btn a img{
	height: 25rem;
	width: auto;
}
.header{
	position: relative;
	width: 100%;
	background-image: url(../images/abbg.jpg);
}
.header:before{
	width:100%;
	height:100%;
	background: #0000009e;
	position:absolute;
	left:0;
	top:0;
	content:'';
}
.header .box-width{
	display: flex;
	justify-content: space-between;
	transition:background 0.5s ease;
	height: 80rem;
	color: #fff;
	position:relative;
	width: 1600rem;
}
.headnav{
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 50%;
}
.headnav a{
	width:100%;
}
.headnav>li{
	line-height: 80rem;
	width: 16.66%;
	font-size: 18rem;
	position:relative;
	height: 100%;
}
.headnav>li:nth-child(1):before{
	/* right: 30rem; */
}
.headnav>li:before{
	width:5rem;
	background:#fff0;
	content:"";
	position:absolute;
	top: -3rem;
	right: 10rem;
	bottom:0;
	height:5rem;
	margin:auto;
	transition:0.5s ease;
	transform:scaleX(0);
	border-bottom: 1rem #fff solid;
	border-left: 1rem #fff solid;
	transform:rotateZ(-45deg);
}
.headnav li:hover:before,
.headnav li.active:before
{
	border-bottom: 1rem #fff solid;
	border-left: 1rem #fff solid;
	transform:rotateZ(-405deg);
}
.headnav .subnav{
	display:none;
	animation:opashow 0.5s ease;
}
.headnav li:hover .subnav{
	display:block;
	position:absolute;
	background:#000000c9;
	width:100%;
	top: 75rem;
}
.headnav li:hover .subnav li{
	line-height: 60rem;
}
.headnav li:hover .subnav li:hover{
	background:#6aa64c;
}
.headtool{
	display:flex;
	justify-content: flex-end;
	width: 16%;
	align-items:center;
	height: 100%;
	transition: 0.5s ease;
}
.headtool .tphone{
	font-size: 22rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background: #6aa64c;
	border-radius: 8rem;
	padding: 5rem 15rem;
}
.header:hover .headtool{
}

.headtool .tphone img{
	width: 35rem;
	margin-right: 5rem;
}
.headtool .langchan{
	width:40rem;
}
.headtool .langchan .pic-box{
	width:100%;
	transition:none;
}
.toplogo{
	width: 26%;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 5rem 0;
	justify-content: flex-start;
}
.toplogo p{
	font-size: 24rem;
	text-align: center;
	font-weight: bold;
}
.toplogo .pic-box{
	margin: 0 40rem;
	padding-left: 30rem;
	height: 100%;
}
.toplogo .pic-box img{
	height:100%;
	width:auto;
}
/* header end */
/* banner */
.banner{
	width:100%;
	height: auto;
	overflow: hidden;
}
.banner .pic-box{
	height: auto;
	width: 100%;
}
.banner .pic-box video{
	width:100%;
	display:block;
}
.banner .pic-box img{
	height: auto;
	width: 100%;
}
.videobox{
	position: relative;
	height: 950rem!important;
	overflow: hidden;
}
.videotext{
	position: absolute;
	background: #00000038;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 950rem;
	top:0;
	left:0;
	color: #fff;
	text-align: center;
	flex-direction: column;
}
.videotext .tit{
	font-size:50rem;
	font-weight: bold;
	line-height: 30rem;
}
.videotext .tit span{
	font-size: 18rem;
	letter-spacing: 2rem;
	font-weight: normal;
}
.videotext .line{
	margin: 35rem auto;
	width: 150rem;
	height: 4rem;
	background: #40bf00;
}
.videotext .intro{
	font-size: 25rem;
	line-height: 30rem;
	display: flex;
	justify-content:space-between;
	width: 1000rem;
	margin-top: 40rem;
	align-items: center;
}
.videotext .intro .showbox{
	width: 20%;
	font-weight: bold;
	letter-spacing: 2rem;
}
.videotext .intro .pic-box{
	margin-bottom: 20rem;
}
.videotext .intro .pic-box img{
	width: 75rem;
}
.videotext .intro span{
	font-size: 18rem;
	letter-spacing: 1rem;
}
/* daodubox css */
.daodushow{
	display:flex;
	width: 1200rem;
	margin: 0 auto;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	align-items: center;
	height: 650rem;
	margin-top: 40rem;
}
.daodushow .showbox{
	height: 48%;
	width: 23.5%;
	box-shadow: 0rem 0rem 5rem #757575;
	transition:0.5s ease;
	position:relative;
	display:block;
}
.daodushow .showbox>div{
	position:relative;
}
.daodushow .showbox:before{
	width:0%;
	height:0%;
	content:'';
	position:absolute;
	top:0rem;
	left:-1rem;
	z-index:10;
	transition:0.5s ease;
	border-color:#6aa64c;
}

.daodushow .showbox:after{
	width:0%;
	height:0%;
	content:'';
	position:absolute;
	bottom:-1rem;
	right:0rem;
	z-index:10;
	transition:0.5s ease;
	border-color:#6aa64c;
	
}
.daodushow .showbox:hover:before{
	width:99%;
	height:99%;
	border-left:4rem #6aa64c solid;
	border-top:4rem #6aa64c solid;
	
}
.daodushow .showbox:hover:after{
	width:99%;
	height:99%;
	border-right:4rem #6aa64c solid;
	border-bottom:4rem #6aa64c solid;
	
}
.daodushow .showbox:hover img{
	transform:scale(1.2)
}
.daodushow .showbox:nth-child(1){
	height:100%;
	width:50%
}
.daodushow .showbox:nth-child(1) .pic-box{
	height:85%;
}
.daodushow .showbox:nth-child(1) .textbox{
	height:15%;
}
.daodushow .bdbg{
	height:500rem;
	background: #6aa64c;
	width:29%;
	padding: 12rem 0;
	transition: none;
}
.daodushow .bdbg:hover{
	padding-bottom:0;
}
.daodushow .showbox .pic-box{
	height: 73%;
	width:100%;
}
.daodushow .showbox .pic-box img{
	height:100%;
	width:auto;
}
.daodushow .showbox:nth-child(1) .pic-box img{
	width:100%;
	height:auto;
}
.daodushow .showbox .textbox{
	position: relative;
	top:0;
	width:100%;
	height: 27%;
	font-size: 16rem;
	line-height: 25rem;
	word-break:break-word;
	padding: 0rem 15rem;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-direction: column;
	justify-content: center;
	transition:background 0.5s ease;
}
.daodushow .showbox:hover .textbox{
	color:#fff;
	background: #6aa64c;
}
.daodushow .showbox .textbox .intro{
	font-size: 14rem;
	opacity:0.7;
}
.daodushow .showbox .textbox span{
	display:block;
	background: #4dd906;
	width:100rem;
	height:4rem;
	margin-bottom:20rem
}
.daodushow .bdbg:hover .showbox{
	transform: translate(-20rem,-30rem);
}
.daodushow .bdbg:hover .showbox .pic-box img{
	transition:0.3s ease;
	transform:scale(1.2)
}
.daodushow .bdbg:hover .showbox span{
	width:200rem;
	transition:0.3s ease;
}
/* probox css */
.proshow{
	margin-top: 15rem;
	display: flex;
}
.propagin{
	width: 18%;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	background: url(../images/abbg.jpg);
	height: 600rem;
	border-radius: 10rem;
	margin-top: 25rem;
	padding-bottom: 10rem;
	overflow:hidden;
}
.propagin>div{
	position:relative;
}
.propagin:before{
	background: linear-gradient(356deg, #558b3a, #4a992387);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.propagin .contact{
	display:flex;
	padding: 10rem 10rem;
	justify-content: center;
	align-items: center;
	margin-top: 15rem;
}
.propagin .contact .text{
	text-align:left;
}
.propagin .contact img{
	width: 45rem;
}
.propagin .contact p{
	width:100%;
	border:none;
	padding: 0;
	text-align: left;
	margin: 0;
	line-height: 25rem;
	font-size:14rem;
	background: none;
	box-shadow: none;
	color: #fff;
}
.propagin .contact p:nth-child(2){
	font-size: 25rem;
}
.propagin .protit{
	color:#fff;
	font-size: 22rem;
	letter-spacing:2rem;
	text-align:center;
	margin: 30rem 0;
}
.propagin .swiper-wrapper{
	/* background:#fff; */
	width: 80%;
	margin:0 auto;
	border-radius:10rem;
	padding-top: 20rem;
}
.propagin .swiper-slide{
	height: 30rem!important;
	margin: 10rem 0;
	align-items: center;
	display: flex;
}
.propagin p{
	width: 80%;
	line-height: 30rem;
	font-size: 16rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition:0.5s ease;
	background: #6aa64c;
	margin: 0 auto;
	background: #fff;
	color: #55a72c;
	box-shadow: 0 0 10rem #858585;
}
.propagin p:hover,
.propagin .swiper-slide-thumb-active p{
	background: #854924;
	color: #fff;
}
.screenbox{
	width: 75%;
	margin:  0 auto;
	margin-top: 15rem;
	padding-bottom: 70rem;
	overflow: hidden;
}
.proscreen{
	width: 100%;
	--swiper-navigation-color: #6aa64c;
	--swiper-navigation-size: 60rem;
	position: relative;
}
.proscreen .showbox{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	height: auto;
	flex-wrap: wrap;
}
.proscreen .showbox .showitem{
	width: 30%;
	height:auto;
	position: relative;
	margin: 1.5%;
	transition:0.5s ease;
	display:block;
	overflow:hidden;
}
.proscreen .showbox .showitem .text{
	background: #6aa64ca1;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	line-height:40rem;
	text-align:center;
}
.proscreen .showbox .showitem:hover .text{
	opacity:0;
}
.proscreen .showbox .showitem:hover img{
	transform:scale(1.2)
}
.proscreen .showbox .showitem:hover .text{
	background:#6aa64c;
}
.proscreen .showbox .pic-box{
	width: 100%;
	height: auto;
}
.proscreen .showbox .floatpic{
	width: 200rem;
	height: 150rem;
	position: absolute;
	bottom: -50rem;
	left: 50rem;
	overflow: hidden;
	box-shadow: 10rem -10rem 40rem #00000061;
	opacity:0;
	transform:translateX(-100rem);
	z-index: 2;
}
.proscreen .swiper-slide-active .showbox .floatpic{
	opacity:1;
	transform:translateX(0);
	transition:1s 0.3s ease;
}
.proscreen .swiper-slide-active .showbox .floatpic:before{
	position:absolute;
	width:40rem;
	height:100%;
	transform:skew(30deg);
	content:'';
	top:0;
	left:-10%;
	display:block;
	background: linear-gradient(45deg, #ffffff52, transparent,#ffffff52);
	animation: bling 8s linear forwards infinite;
}
@keyframes bling{
	0{
		left:-10%
	}
	30%{
		left:140%;
	}
	100%{
		left:140%;
	}
}
.proscreen .showbox .floatpic img{
	width: 100%;
}
.proscreen .showbox .textbox{
	width: 40%;
	min-height: 150rem;
	padding: 20rem;
	background: #6aa64ca3;
	color:#fff;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 20rem;
	z-index: 2;
	opacity:0;
	padding-bottom:50rem;
}
.proscreen .swiper-slide-active .showbox .textbox{
	opacity:1;
	transition:1s 0.3s linear;
}
.proscreen .showbox .tit{
	font-size:20rem;
}
.proscreen .showbox .line{
	width:100rem;
	height:2rem;
	margin:10rem 0;
	background-color:#fff;
}
.proscreen .showbox .intro{
	font-size: 14rem;
	line-height: 25rem;
}
.proscreen .more{
	position:absolute;
	top: 0;
	left: 0;
	text-align: center;
	margin: auto;
	background: #0000005e;
	font-size: 16rem;
	letter-spacing: 2rem;
	transition:0.5s ease;
	height: 100%;
	width: 100%;
	border: 1rem #ffffff47 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
}
.proscreen .more:before{
	position:absolute;
	width:0%;
	height: 40%;
	border-left:1rem #fff solid;
	border-right:1rem #fff solid;
	content:'';
	top: -10rem;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	transform: skewX(0deg);
	transition:0.5s ease;
	display:none;
	animation:proshow 1s ease forwards;
}
.proscreen .more:hover{opacity: 1;}
/* aboutbox css */
.abusbox .main-box{
}
.abshow{
	width:100%;
	margin-top: 35rem;
	position: relative;
	display: flex;
}
.abshow .textshow{
	width: 50%;
	padding: 40rem 40rem 0;
	color: #333;
	position: relative;
	z-index: 10;
	/* background-image: url(../images/abbg.jpg); */
	background-size: cover;
	background-position: center;
}
.abshow .textshow>div{
	position:relative;
}
.abshow .textshow:before{
	/* background: linear-gradient(45deg, #000000c7, #00000059); */
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:'';
}
.abshow .textshow .left{
	width: 100%;
}
.abshow .textshow .left .tit{
	font-size: 25rem;
	margin-bottom: 20rem;
	font-weight: bold;
}
.abshow .textshow .left .maintext{
	font-size: 16rem;
	line-height: 30rem;
}
.abshow .iconbox{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	margin-top: 50rem;
	align-items: flex-end;
	flex-wrap:wrap;
}
.abshow .iconbox .showbox:nth-child(1){
	width:100%;
}
.abshow .iconbox .showbox{
	text-align: left;
	width: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 10rem;
	filter: brightness(1.3);
	margin-bottom: 25rem;
}
.abshow .iconbox .showbox .showtext{
	width: auto;
}
.abshow .iconbox .showbox .pic-box{
	width: 60rem;
	margin-right: 2%;
	background: #56873d;
	border-radius: 50%;
	padding: 12rem;
	margin-right: 20rem;
}
.abshow .iconbox .showbox .pic-box img{
	filter: grayscale(1) brightness(2000);
}
.abshow .iconbox .showbox .tit{
	font-size: 19rem;
	font-weight: bold;
}
.abshow .iconbox .showbox .intro{
	line-height: 25rem;
	font-size: 14rem;
	margin-top: 5rem;
}
.abshow>.pic-box{
	width: 50%;
	height: 80%;
}

.abshow>.pic-box img{
	/* height:100%; */
	/* width:auto; */
}
.abshow .more{
	position: absolute;
	right: 50%;
	background: linear-gradient(45deg, #6aa64c, #69d533);
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40rem;
	width: 60rem;
	height: 60rem;
	transition:0.5s ease;
	bottom: 0;
}
.abshow .more:hover{
	font-size:50rem;
}
.abnum{
	display: flex;
	justify-content: space-between;
	margin-top:30rem;
}
.abnum .showbox{
	width: 23%;
	text-align: center;
}
.abnum .showbox b{
	font-size: 50rem;
	color: #6aa64c;
}
.abnum .showbox .top{
	font-size: 16rem;
}
.abnum .showbox .bottom{
	text-align: center;
	font-size: 18rem;
}
/* casebox css */
.casebox .main-box{
}
.caseshow{
	margin-top:20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseshow .showbox{
	width: 30%;
	position: relative;
	overflow: hidden;
	transition:0.5s ease;
	margin-bottom: 2%;
}
.caseshow .showbox .pic-box{
	height:300rem;
}
.caseshow .showbox .pic-box img{
	min-height:100%;
}
.caseshow .showbox:hover .pic-box img{
	transform:scale(1.2);
}
.caseshow .showbox:before{
	width:85%;
	height:85%;
	border-bottom: 2rem #ffffff7d solid;
	border-top: 2rem #ffffff7d solid;
	bottom: 5%;
	right: 5%;
	content:'';
	position:absolute;
	z-index: 15;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	transform:scaleX(0)
}
.caseshow .showbox:after{
	width:85%;
	height:85%;
	border-left: 2rem #ffffff7d solid;
	border-right: 2rem #ffffff7d solid;
	bottom: 5%;
	right: 5%;
	content:'';
	position:absolute;
	z-index: 15;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	transform:scaleY(0)
}
.caseshow .showbox:hover:before{
	transition: 1s ease;
	transform:scaleX(1)
}
.caseshow .showbox:hover:after{
	transition: 1s ease;
	transform:scaleY(1)
}
.caseshow .showbox .textbox{
	position: absolute;
	padding: 10%;
	display: flex;
	text-align: center;
	justify-content: center;
	color:#fff;
	z-index: 10;
	bottom: 0;
	right: 0;
	flex-direction: column;
	align-items: center;
	height: 100%;
	width: 100%;
	background: #00000082;
	transform:scale(0);
}
.caseshow .showbox:hover .textbox{
	transform:scale(1);
}
.caseshow .showbox .textbox .tit{
	font-size:20rem;
	font-weight: bold;
}
.caseshow .showbox .textbox .intro{
	font-size:16rem;
	line-height: 30rem;
}
.caseshow .showbox .textbox .line{
	width: 100rem;
	height: 3rem;
	background: #6aa64c;
	margin: 10rem 0;
}
.caseshow .showbox .more{
	position: absolute;
	z-index: 20;
	color: #fff;
	font-size:14rem;
	bottom:0;
	right: 0;
	height:0;
	width: 0;
	border-left: 60rem #0000 solid;
	border-top: 60rem #0000 solid;
	border-right: 60rem #6aa64ca3 solid;
	border-bottom: 60rem #6aa64ca3 solid;
}
.caseshow .showbox .more span{
	display: block;
	position: absolute;
	top: 20rem;
	bottom: 0;
	left: 0;
	right: 0;
	width: max-content;
	margin: auto;
}
/* addbox css */
.addbox{
	background-image: url(../images/adbg.jpg);
	margin: 30rem 0;
}
.addshow{
	display: flex;
	justify-content: space-evenly;
	flex-wrap:wrap;
	margin-top: 20rem;
}
.addshow .showbox{
	width: 27%;
	margin: 2% 2.5%;
	box-shadow: 4rem 4rem 20rem #00000038;
	position: relative;
	padding: 30rem 30rem;
	background: #fffc;
	overflow: hidden;
	transition:0.5s ease;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.addshow .showbox:hover{
	transform: translateY(-15rem);
}
.addshow .showbox:hover .pic-box{
	transform: rotateY(180deg);
}
.addshow .showbox .tit{
	font-size: 20rem;
	width: 80%;
	text-align:center;
	padding: 20rem 0;
	overflow: hidden;
	font-weight: bold;
	letter-spacing: 2rem;
}
.addshow .showbox .pic-box{
	background: #6aa64c;
	border: 1rem #fff solid;
	width: 60rem;
	height: 60rem;
	border-radius: 50%;
	padding: 10rem;
	left:0;
	right: 0;
	margin: auto;
}
.addshow .showbox>div{
	position:relative;
}
.addshow b{
	font-size: 80rem;
	color: #6aa64c69;
	position: absolute;
	bottom: -30rem;
	right: -7rem;
	transform: skew(-10deg);
}
/* newsbox */

.newsshow{
	display: flex;
	justify-content: space-between;
	margin-top: 30rem;
	align-items: stretch;
}
.newsshow .group1{
	width: 32%;
	margin-right: 3%;
	display: flex;
	flex-direction: column;
}
.newsshow .titgroup{
	font-size: 24rem;
	display:flex;
	margin-bottom:20rem;
	align-items: center;
}
.newsshow .titgroup .tit{
	font-size: 25rem;
	margin-right:20rem;
}
.newsshow .group1 .showbox{
	width: 100%;
}
.newsshow .group1 .showbox .pic-box{
	width: 100%;
	height: 280rem;
	position: relative;
}
.newsshow .group1 .showbox .pic-box .date{
	position: absolute;
	background: #6aa64c;
	color: #fff;
	padding: 10rem 15rem;
	bottom: 0;
	right: 0;
}
.newsshow .group1 .showbox .textbox{
	padding: 10rem;
	border-bottom: 1rem #ccc dashed;
	margin-top: 10rem;
}
.newsshow .group1 .showbox .textbox .tit{
	font-size: 18rem;
}
.newsshow .group1 .showbox .textbox .intro{
	line-height: 25rem;
	font-size: 14rem;
	margin-top:10rem
}
.newsshow .group1 .more{
	margin-top: 25rem;
	background:#eee;
	width: 150rem;
	line-height: 40rem;
	text-align: center;
	border-radius: 30rem;
	font-size: 16rem;
	transition:background 0.5s ease;
}
.newsshow .group1 .more:hover{
	background:#6aa64c;
	color:#fff;
}
.newsshow .group2{
	width: 30%;
	overflow: hidden;
}
.newsshow .group2 .swiperbox{
	height: 600rem;
	overflow: hidden;
	width: 100%;
}
.newsshow .group2 .swiper-slide{
	height:auto!important;
	padding: 5rem 0;
}
.newsshow .group2 .showbox{
	padding: 10rem 20rem;
	border: 1rem #000 solid;
}
.newsshow .group2 .showbox .tit{
	font-size:18rem
}
.newsshow .group2 .showbox .intro{
	font-size:16rem;
	margin-top: 10rem;
	line-height: 30rem;
	height: 60rem;
	overflow: hidden;
}
/* footer css */
footer{
	padding-top:70rem;
	background-image: url(../images/abbg.jpg);
	position:relative;
	background-size: cover;
}
footer:before{
	background: #000000e3;
	top:0;
	width:100%;
	height:100%;
	content:'';
	left:0;
	position:absolute;
}
footer>div{
	position:relative;
	z-index:10;
}
.footer{
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.foottop{
	width:100%;
	margin-bottom:30rem;
	border-bottom: 2rem #fff solid;
	padding-bottom: 20rem;
}
.footer .tit{
	font-size: 35rem;
	font-weight: bold;
	margin-bottom: 20rem;
}
.footer .fcontact{
	display: flex;
	font-size: 16rem;
}
.footer .fcontact p{
	margin-right:30rem;
}
.footer .fcontact p img{
	width: 40rem;
	height: 40rem;
	border-radius:50%;
	background: #58c123;
	padding: 8rem;
	margin-right: 15rem;
}
.footnav{
	display: flex;
	width: 60%;
	padding-right: 5%;
	text-align: center;
	font-size: 16rem;
}
.footnav>li{
	width: 20%;
}
.footnav li a{
	width: 100%;
}
.footnav>li{
	font-weight:bold;
	font-size:20rem;
}
.footnav .subnav{
	width: 100%;
	margin-top: 10rem;
	line-height: 25rem;
	font-size:14rem;
}
.ewmbox{
	width: 40%;
	padding: 0 40rem 40rem;
	display: flex;
	justify-content: flex-end;
}
.ewmbox .pic-box{
	width: 150rem;
	flex-direction: column;
	align-items: center;
	margin-right: 50rem;
}
.footbottom{
	width: 100%;
	background: #0000009e;
	border-top: 2rem #fff solid;
	padding: 15rem 0;
	text-align: center;
}
.footbottom span{
	display:inline-block;
}
.floaright{
	position: fixed;
	top:30%;
	right: 20rem;
	border-radius: 20rem;
	background: #00000061;
	color: #fff;
	padding: 10rem 00rem;
	z-index: 999;
}
.floaright .showbox{
	margin: 15rem 0;
	position:relative;
	padding: 5rem 10rem;
	border-top-right-radius: 20rem;
	border-bottom-right-radius: 20rem;
}
.floaright .showbox:hover{
	background: #58c123;
	transition:0.5s ease;
}
.floaright .showbox>.pic-box{
	width: 30rem;
}
.floaright .showbox .textbox{
	display: none;
	transition:none;
	background: inherit;
	font-size: 14rem;
	padding: 10rem 20rem;
	text-align: center;
	right: 50rem;
	top: 0;
	position:absolute;
	animation: frshow 0.3s ease;
	width: 220rem;
	border-top-left-radius: 20rem;
	border-bottom-left-radius: 20rem;
	min-height:100%;
	justify-content: center;
	align-items:center;
}
.floaright .showbox:hover .textbox{
	display: flex;
	flex-direction: column;
}
.floaright .showbox .textbox .pic-box{
	width: 85%;
	height: auto;
	margin-bottom: 10rem;
}
@keyframes frshow{
	from{
		opacity:0
	}
	to{
		opacity:1
	}
}
/* solutshow css */
.solutshow{
	margin-top:50rem;
}
.solutshow .showbox{
	display:flex;
	width:100%;
	justify-content:center;
	margin:50rem 0;
}
.solutshow .showbox .textbox{
	width:50%;
	padding: 30rem 40rem;
	transition: 0.5s ease;
	position: relative;
}
.solutshow .showbox .textbox .tit{
	display:flex;
	font-size:30rem;
	color:#6aa64c;
	align-items: flex-end;
	font-weight:bold;
}
.solutshow .showbox:nth-child(even){
	flex-direction:row-reverse;
	justify-content:flex-end;
}
.solutshow .showbox:nth-child(even) .textbox .tit{
	justify-content:flex-end;
}
.solutshow .showbox .textbox b{
	font-size:50rem;
	line-height: 55rem;
	margin-left: 15rem;
}
.solutshow .showbox .textbox .intro{
	margin-top: 45rem;
	font-size:18rem;
	color: #5d5d5d;
}
.solutshow .showbox .textbox .intro:before{
	height: 76%;
	width: 5rem;
	position:absolute;
	left: 8%;
	content:'';
	top: 22%;
	background-image: linear-gradient(180deg, #6aa64c 20%, #fff 20%);
	background-repeat: repeat;
	background-size: 100% 18rem;
}
.solutshow .showbox:nth-child(even) .textbox .intro:before{
	right: 8%;
	left:unset;
}
.solutshow .showbox .textbox .intro p{
	display:flex;
	align-items:center;
	margin: 30rem 0;
	position:relative;
}
.solutshow .showbox:nth-child(even) .textbox .intro p{
	flex-direction:row-reverse;
}
.solutshow .showbox .textbox .intro p img{
	background: #fff;
	width: 40rem;
	height: auto;
	margin-right:20rem;
}
.solutshow .showbox:nth-child(even) .textbox .intro p img{
	margin-left:20rem;
	margin-right:0;
}
.solutshow .showbox .pic-box{
	width:50%
}