/* 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;
}
.box-width{
	width: 95%;
	margin:0 auto
}
a{
	display: block;
}
.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;
	overflow: hidden;
}
.main-box{
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.contain-title{
	position: relative;
	width: 95%;
	text-align: center;
	margin: 0 auto;
}
.contain-title .en{
	position:absolute;
	font-size: 30rem;
	top: -15rem;
	left:0;
	right:0;
	margin: auto;
	color: #6aa64c38;
	font-weight: bold;
}
.contain-title .cn{
	font-size: 22rem;
	font-weight: bold;
	position: relative;
	z-index: 20;
}
.contain-title .subtit{
	font-size: 12rem;
	position: relative;
	z-index: 20;
	margin-top: 5rem;
}
/* public css end */
/* header css */
header{
	width:100%;
	height: 60rem;
}
.headtop{
	width: 100%;
	height: 40rem;
	color: #fff;
	background: #000000d6;
	display: none;
}
.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);
	display: none;
}
.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: 400rem;
	overflow: hidden;
	margin-bottom: 15rem;
}
.banner .videobox.pic-box{
	height: 390rem;
	width: 100%;
}
.banner .pic-box video{
	display:block;
	height: 400rem;
	width: auto;
}
.banner .pic-box img{
	height: auto;
	width: 100%;
}
.videobox{
	position: relative;
}
.videotext{
	position: absolute;
	background: #00000038;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	color: #fff;
	text-align: center;
	flex-direction: column;
}
.videotext .tit{
	font-size: 16rem;
	font-weight: bold;
	line-height: 20rem;
	width: 90%;
	word-break: break-word;
}
.videotext .tit span{
	font-size: 10rem;
	font-weight: normal;
	line-height: 15rem;
}
.videotext .line{
	margin: 10rem auto;
	width: 80rem;
	height: 2rem;
	background: #40bf00;
}
.videotext .intro{
	font-size: 11rem;
	display: flex;
	justify-content:space-between;
	width: 350rem;
	margin-top: 10rem;
	align-items: center;
	white-space: nowrap;
}
.videotext .intro .showbox{
	width: 20%;
	font-weight: bold;
}
.videotext .intro .showbox:nth-child(1){
	width:25%
}
.videotext .intro .pic-box{
	margin-bottom: 10rem;
}
.videotext .intro .pic-box img{
	width: 25rem;
}
.videotext .intro span{
	font-size: 18rem;
	letter-spacing: 1rem;
}
/* daodubox css */
.daodushow{
	display:flex;
	width: 100%;
	margin: 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	align-items: center;
	height: auto;
	margin-top: 20rem;
}
.daodushow .showbox{
	height: auto;
	width: 48%;
	box-shadow: 0rem 0rem 5rem #757575;
	transition:0.5s ease;
	position:relative;
	display:block;
	margin: 10rem 0;
}
.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: auto;
	width: 100%;
}
.daodushow .showbox:nth-child(1) .pic-box{
	height: auto;
	align-items: flex-end;
	max-height: 350rem;
}
.daodushow .showbox:nth-child(1) .textbox{
}
.daodushow .bdbg{
	height:500rem;
	background: #6aa64c;
	width:29%;
	padding: 12rem 0;
	transition: none;
}
.daodushow .bdbg:hover{
	padding-bottom:0;
}
.daodushow .showbox .pic-box{
	height: 150rem;
	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: auto;
	font-size: 12rem;
	line-height: 20rem;
	height: 70rem;
	word-break:break-word;
	padding: 0rem 5rem;
	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: 12rem;
	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: 10rem;
	display: flex;
	flex-direction: column;
}
.propagin{
	width: 100%;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	background: url(../images/abbg.jpg);
	margin-top: 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;
	display: none;
	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: 14rem;
	text-align:center;
	margin: 10rem 0;
	display: none;
}
.propagin .swiper-wrapper{
	/* background:#fff; */
	width: 100%;
	margin:0 auto;
	border-radius:10rem;
	justify-content: center;
}
.propagin .swiper-slide{
	height: 20rem!important;
	margin: 10rem 5rem;
	align-items: center;
	display: flex;
	width: 20%!important;
}
.propagin p{
	width: 100%;
	line-height: 25rem;
	font-size: 12rem;
	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: 100%;
	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: 48%;
	height:auto;
	position: relative;
	margin: 1%;
	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: 30rem;
	text-align:center;
	font-size: 12rem;
}
.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: 15rem;
	position: relative;
	display: flex;
	flex-direction: column;
}
.abshow .textshow{
	width: 100%;
	padding: 10rem;
	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: 18rem;
	margin-bottom: 20rem;
	font-weight: bold;
}
.abshow .textshow .left .maintext{
	font-size: 14rem;
	line-height: 25rem;
}
.abshow .iconbox{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	margin-top: 20rem;
	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: 15rem;
}
.abshow .iconbox .showbox .showtext{
	width: auto;
}
.abshow .iconbox .showbox .pic-box{
	width: 30rem;
	margin-right: 2%;
	background: #56873d;
	border-radius: 50%;
	padding: 5rem;
	margin-right: 10rem;
}
.abshow .iconbox .showbox .pic-box img{
	filter: grayscale(1) brightness(2000);
}
.abshow .iconbox .showbox .tit{
	font-size: 14rem;
	font-weight: bold;
}
.abshow .iconbox .showbox .intro{
	line-height: 20rem;
	font-size: 12rem;
	margin-top: 3rem;
}
.abshow>.pic-box{
	width: 100%;
	height: auto;
}

.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;
	display: none;
}
.abshow .more:hover{
	font-size:50rem;
}
.abnum{
	display: flex;
	justify-content: space-between;
	margin-top: 15rem;
	flex-wrap: wrap;
}
.abnum .showbox{
	width: 48%;
	text-align: center;
	margin: 10rem 0;
}
.abnum .showbox b{
	font-size: 30rem;
	color: #6aa64c;
}
.abnum .showbox .top{
	font-size: 16rem;
}
.abnum .showbox .bottom{
	text-align: center;
	font-size: 14rem;
}
/* casebox css */
.casebox .main-box{
}
.caseshow{
	margin-top:20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseshow .showbox{
	width: 48%;
	position: relative;
	overflow: hidden;
	transition:0.5s ease;
	margin-bottom: 2%;
}
.caseshow .showbox .pic-box{
	height: 150rem;
}
.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: 14rem;
	font-weight: bold;
}
.caseshow .showbox .textbox .intro{
	font-size: 12rem;
	line-height: 20rem;
}
.caseshow .showbox .textbox .line{
	width: 100rem;
	height: 2rem;
	background: #6aa64c;
	margin: 5rem 0;
}
.caseshow .showbox .more{
	position: absolute;
	z-index: 20;
	color: #fff;
	font-size: 10rem;
	bottom:0;
	right: 0;
	height:0;
	width: 0;
	border-left: 30rem #0000 solid;
	border-top: 30rem #0000 solid;
	border-right: 30rem #6aa64ca3 solid;
	border-bottom: 30rem #6aa64ca3 solid;
}
.caseshow .showbox .more span{
	display: block;
	position: absolute;
	top: 8rem;
	bottom: 0;
	left: -5rem;
	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: 3% 1%;
	box-shadow: 4rem 4rem 20rem #00000038;
	position: relative;
	padding: 5rem;
	background: #fffc;
	overflow: hidden;
	transition:0.5s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.addshow .showbox:hover{
	transform: translateY(-15rem);
}
.addshow .showbox:hover .pic-box{
	transform: rotateY(180deg);
}
.addshow .showbox .tit{
	font-size: 12rem;
	width: 80%;
	text-align:center;
	padding: 10rem 0;
	overflow: hidden;
	font-weight: bold;
}
.addshow .showbox .pic-box{
	background: #6aa64c;
	border: 1rem #fff solid;
	width: 40rem;
	height: 40rem;
	border-radius: 50%;
	padding: 10rem;
	left:0;
	right: 0;
	margin: auto;
}
.addshow .showbox>div{
	position:relative;
}
.addshow b{
	font-size: 60rem;
	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;
	flex-wrap: wrap;
}
.newsshow .group1{
	width: 100%;
	margin-right: 3%;
	display: flex;
	flex-direction: column;
}
.newsshow .group1:nth-child(2){
	display:none;
}
.newsshow .titgroup{
	font-size: 20rem;
	display:flex;
	margin-bottom: 10rem;
	align-items: center;
	justify-content: center;
	display: none;
}
.newsshow .titgroup .tit{
	font-size: 20rem;
	margin-right: 10rem;
}
.newsshow .group1 .showbox{
	width: 100%;
}
.newsshow .group1 .showbox .pic-box{
	width: 100%;
	height: 220rem;
	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: 5rem;
	border-bottom: 1rem #ccc dashed;
	margin-top: 5rem;
}
.newsshow .group1 .showbox .textbox .tit{
	font-size: 14rem;
}
.newsshow .group1 .showbox .textbox .intro{
	line-height: 20rem;
	font-size: 12rem;
	margin-top:10rem
}
.newsshow .group1 .more{
	margin-top: 25rem;
	background:#eee;
	width: 100%;
	line-height: 30rem;
	text-align: center;
	border-radius: 10rem;
	font-size: 12rem;
	transition:background 0.5s ease;
}
.newsshow .group1 .more:hover{
	background:#6aa64c;
	color:#fff;
}
.newsshow .group2{
	width: 100%;
	overflow: hidden;
	margin-top: 10rem;
	display: none;
}
.newsshow .group2 .swiperbox{
	height: 400rem;
	overflow: hidden;
	width: 100%;
}
.newsshow .group2 .swiper-slide{
	height:auto!important;
	padding: 5rem 0;
}
.newsshow .group2 .showbox{
	width: 100%;
	padding: 10rem;
	border: 1rem #00000047 solid;
}
.newsshow .group2 .showbox .tit{
	font-size: 14rem;
}
.newsshow .group2 .showbox .intro{
	font-size: 12rem;
	margin-top: 5rem;
	line-height: 20rem;
	height: 40rem;
	overflow: hidden;
}
/* footer css */
footer{
	padding-top: 30rem;
	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: 20rem;
	font-weight: bold;
	margin-bottom: 20rem;
}
.footer .fcontact{
	display: flex;
	font-size: 14rem;
	flex-wrap: wrap;
}
.footer .fcontact p{
	margin: 10rem 0;
	width: 100%;
}
.footer .fcontact p img{
	width: 35rem;
	height: 35rem;
	border-radius:50%;
	background: #58c123;
	padding: 6rem;
	margin-right: 10rem;
}
.footnav{
	display: flex;
	width: 100%;
	padding-right: 5%;
	text-align: center;
	font-size: 14rem;
	flex-wrap: wrap;
	justify-content: space-around;
}
.footnav>li{
	width: 30%;
}
.footnav li a{
	width: 100%;
}
.footnav>li{
	margin: 10rem 0;
	font-size: 14rem;
}
.footnav .subnav{
	width: 100%;
	margin-top: 7rem;
	line-height: 25rem;
	font-size:14rem;
}
.ewmbox{
	width: 100%;
	padding: 10rem;
	display: flex;
	justify-content: flex-end;
}
.ewmbox .pic-box{
	width: 100rem;
	flex-direction: column;
	align-items: center;
	margin-right: 30rem;
}
.footbottom{
	width: 100%;
	background: #0000009e;
	border-top: 2rem #fff solid;
	padding: 12rem 0;
	text-align: center;
	font-size:11rem;
}
.footbottom span{
	display:inline-block;
}
.floaright{
	position: fixed;
	bottom: 20%;
	right: 10rem;
	border-radius: 10rem;
	background: #00000061;
	color: #fff;
	padding: 10rem 00rem;
	z-index: 999;
}
.floaright .showbox{
	margin: 10rem 0;
	position:relative;
	padding: 5rem;
	border-top-right-radius: 20rem;
	border-bottom-right-radius: 20rem;
}
.floaright .showbox:hover{
	background: #58c123;
	transition:0.5s ease;
}
.floaright .showbox>.pic-box{
	width: 22rem;
}
.floaright .showbox .textbox{
	display: none;
	transition:none;
	background: inherit;
	font-size: 12rem;
	padding: 5rem 10rem;
	text-align: center;
	right: 32rem;
	top: 0;
	position:absolute;
	animation: frshow 0.3s ease;
	width: 150rem;
	border-top-left-radius: 10rem;
	border-bottom-left-radius: 10rem;
	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: 20rem;
}
.solutshow .showbox{
	display:flex;
	width:100%;
	justify-content:center;
	margin: 20rem 0;
	position: relative;
}
.solutshow .showbox .textbox{
	width: 100%;
	padding: 10rem;
	transition: 0.5s ease;
	position: relative;
	z-index: 2;
	background: #000000a8;
}
.solutshow .showbox .textbox .tit{
	display:flex;
	font-size: 20rem;
	color: #fff;
	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: 30rem;
	margin-left: 15rem;
}
.solutshow .showbox .textbox .intro{
	margin-top: 25rem;
	font-size: 14rem;
	color: #fff;
}
.solutshow .showbox:nth-child(even) .textbox .intro:before{
	right: 8%;
	left:unset;
}
.solutshow .showbox .textbox .intro p{
	display:flex;
	align-items:center;
	margin: 20rem 0;
	position:relative;
}
.solutshow .showbox:nth-child(even) .textbox .intro p{
	flex-direction:row-reverse;
	text-align:right;
}
.solutshow .showbox .textbox .intro p img{
	background: #0000;
	width: 40rem;
	height: auto;
	margin-right:20rem;
	filter: brightness(1.5) contrast(1.3);
	position: relative;
	z-index: 40;
}
.solutshow .showbox:nth-child(even) .textbox .intro p img{
	margin-left:20rem;
	margin-right:0;
}
.solutshow .showbox .pic-box{
	width: 100%;
	height: 100%;
	position: absolute;
}
.solutshow .showbox .pic-box img{
	width:auto;
	height:auto
}
/*mtemple*/
	.m-head{
	    display: flex;
	    position:fixed;
	    height:60rem;
	    background: url(../images/abbg.jpg);
	    width: 100%;
	    padding: 5rem 20rem;
	    justify-content: space-between;
	    align-items: center;
	    z-index:999;
	    top: 0;
	    background-position: top;
	    background-size:cover;
	    box-shadow: 0 7rem 10rem #3b3b3b99;
	}
	.m-head>*{
		position:relative;
	}
.m-head:before{
	background: #00000078;
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	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: 2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		letter-spacing: 2rem;
		/* box-shadow: 1rem 1rem 5rem #ffffff29; */
		padding: 5rem 10rem;
		flex-direction: column;
		border-radius: 5rem;
		/* background: #58933a; */
	}
	.m-head .m-logo .text-box p:nth-child(1){
		color: #ffffff;
		font-size: 16rem;
		text-align: center;
		font-weight: 100;
		font-weight: bold;
		/* text-shadow: 2rem 2rem 3rem #000000; */
	}
	.m-head .m-logo .text-box p:nth-child(2){
		font-size:10rem;
		color: #fff;
		letter-spacing: 3rem;
	}
	.m-head .m-logo img{
		height: 100%;
		width: auto;
		display: none;
	}
	
	
	.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: #6aa64c;
		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: #00000038;
		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: #2d2d2d;
		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: 10rem;
		font-size: 12rem;
		line-height: 30rem;
	}
	.m-top-menu>ul>li>ul li{
		margin:5rem 0
	}
	.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: url(../images/abbg.jpg);
	display:flex;
	justify-content:space-between;
	z-index: 9999;
	padding: 2rem 10rem;
	border-top: 1rem #ffffff2e solid;
	background-position:bottom;
	background-size:cover;
}
.m-footbut .navwrapper>*{
	position:relative;
}
.m-footbut .navwrapper:before{
	background:#0000007d;
	width:100%;
	height:100%;
	position:absolute;
	content:'';
	left:0;
	top:0;
}
.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;
}