.w {
	width: 94%;
	margin: auto;
}

/* 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: 100%;
	object-fit: cover;
	transition: all .6s;
}

.group1 .showbox:hover .pic-box img {
    transform: scale(1.2);
}
/* m-footer css */
.m-footbut{
	width:100%;
	height:60rem;
}

.m-footbut .navwrapper{
	width:100%;
	height:60rem;
	position:fixed;
	bottom:0;
	background: url(../images/bj3.jpg);
	display:flex;
	justify-content:space-between;
	z-index: 9999;
	padding: 3rem 0rem;
	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;
}
.box-width{
	width: 95%;
	margin:0 auto
}
a{
	display: block;
}
.left,.right{
	width: 50%;
}
.contain-wrapper{
	width:100%;
	overflow: hidden;
}
.contain-box{
	width:100%;
	padding-top: 40rem;
	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: 100%;
	text-align: center;
}
.contain-title .en{
	position:absolute;
	font-size: 30rem;
	top: -12rem;
	left:0;
	right:0;
	margin: auto;
	color: #58b33d73;
	font-weight: bold;
	text-transform: uppercase;
}
.contain-title .cn{
	font-size: 22rem;
	font-weight: bold;
	position: relative;
	z-index: 20;
}
.contain-title .subtit{
	font-size: 12rem;
	margin-top: 2rem;
	position: relative;
	z-index: 20;
}
/* public css end */
/* header css */
header{
	width:100%;
	position: fixed;
	top: 0;
	z-index: 999;
}
.header {
    display: none !important;
}

.forbidrootscroll {
    height: 100%;
    overflow: hidden;
}

.m-headbox {
    display: flex;
    position: fixed;
    height: 60rem;
    background: #fff;
    width: 100%;
    padding: 5rem 20rem;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    top: 0;
    background-image: url(../images/bj3.jpg);
    background-size: cover;
}

.m-headbox:before {
    background: #00000078;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.m-headbox .m-logo {
    /* width: 150rem; */
    height: 89%;
    border-radius: 5rem;
    /* padding: 5rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-headbox .m-logo .text-box {
    margin-left: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.m-headbox .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-headbox .m-logo .text-box p:nth-child(2) {
    font-weight: bold;
    font-size: 10rem;
}

.m-headbox .m-logo img {
    height: 100%;
    width: auto;
}

.m-headbox .list-button {
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.m-headbox .list-button .mlangchange {
    width: 30rem;
    height: 100%;
    position: relative;
    margin-right: 20rem;
    line-height: 40rem;
}

.m-headbox .list-button .mlangchange .pic-box {
    height: 100%;
}

.m-headbox .list-button .mlangchange .showbox {
    display: none;
    transition: unset;
    width: 300%;
    height: auto;
    position: absolute;
    background: #2EA199;
    font-size: 20rem;
    color: #fff;
    text-align: center;
    right: -100%;
    line-height: 40rem;
}

.m-headbox .list-button .mlangchange .showbox a {
    display: inline-block;
    width: 100%;
    border-top: 1rem #ffffff52 solid;
}

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

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

.m-top-menu {
    position: fixed !important;
    /* background: #fff; */
    height: 100%;
    width: 100%;
    left: 0;
    top: 60rem;
    z-index: 992;
    /* display: none; */
    transition: all .6s;
    transform: translateX(100%);
}

.m-top-menu .left {
    /* position: absolute; */
    /* top: 0; */
    /* height: 100%; */
    /* width: 100%; */
    /* left: 0; */
}

.m-top-menu>ul {
    width: 50%;
    height: 100%;
    overflow: scroll;
    background: #fff;
    color: #333;
    /* text-align: center; */
    font-size: 16rem;
    display: flex;
    flex-direction: column;
    /* align-content: flex-end; */
    position: absolute;
    box-sizing: border-box;
    padding-bottom: 0;
    margin-bottom: 0;
    top: 0;
    right: 0;
    box-shadow: 0rem 0rem 4rem #0000001a;
}

.m-top-menu>ul a {
    color: #000;
}

.m-top-menu>ul>li {
    width: 100%;
    padding: 18rem;
    border-bottom-style: solid;
    border-bottom-width: 1rem;
    /* padding-left: 20rem; */
    overflow: hidden;
    /* padding-bottom: 20rem; */
    /* text-align: center; */
    border: none;
    padding-left: 26rem;
    /* margin-bottom: 24rem; */
}

.m-top-menu>ul>li>a {
    font-size: 16rem;
    color: #58b33d;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-top-menu>ul>li>a img {
    width: 18rem;
    transition: all .6s;
}

.m-top-menu>ul>li>a img:hover {
    /* transform: rotate(180deg); */
}

.m-top-menu>ul>li .caidanbox {
    margin-top: 14rem;
    display: none;
    /* transition: all 2s; */
}

.m-top-menu>ul>li .caidanbox a {
    font-size: 14rem;
}

.m-top-menu>ul>li .caidanbox li {
    padding: 8rem 0;
    /* margin-top: 17rem; */
}

.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;
}

/* header end */
/* banner */
.banner{
	width:100%;
	/* height: 927rem; */
	overflow: hidden;
	margin-top: 60rem;
}
.banner .pic-box{
	height: 100%;
	width: 100%;
}
.banner .pic-box video{
	width:100%;
	display:block;
}
.banner .pic-box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.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 */

/* 2 */
/* daodubox css */
.daodushow{
	display:flex;
	flex-wrap: wrap;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20rem;
	/* padding-bottom: 40rem; */
}
.daodushow .showbox{
	/* height: 48%; */
	width: 48%;
	margin-bottom: 4%;
	box-shadow: 0rem 0rem 5rem #757575;
	transition:0.5s ease;
	position:relative;
	display:block;
	border-radius: 5rem;
	overflow: hidden;
}
.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 #58b33d solid;
	border-top: 4rem #58b33d solid;
}
.daodushow .showbox:hover:after{
	width:99%;
	height:99%;
	border-right: 4rem #58b33d solid;
	border-bottom: 4rem #58b33d solid;
}
.daodushow .showbox:hover img{
	transform:scale(1.2)
}
.daodushow .showbox:nth-child(1){
	/* height:100%; */
	width: 100%;
}
.daodushow .showbox:nth-child(1) .pic-box{
	max-height: 350rem;
}
.daodushow .showbox:nth-child(1) .textbox{line-height: 40rem;}
.daodushow .bdbg{
	height:500rem;
	background: #6aa64c;
	width:29%;
	padding: 12rem 0;
	transition: none;
}
.daodushow .bdbg:hover{
	padding-bottom:0;
}
.daodushow .showbox .pic-box{
	max-height: 150rem;
	width:100%;
	overflow: hidden;
	/* border-radius: 10rem; */
}
.daodushow .showbox .pic-box img{
	height: auto;
	width: 100%;
	object-fit: cover;
}
.daodushow .showbox:nth-child(1) .pic-box img{
	width:100%;
	height: auto;
}
.daodushow .showbox .textbox{
	position: relative;
	top:0;
	width:100%;
	line-height: 40rem;
	font-size: 16rem;
	line-height: 34rem;
	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: #58b33d;
}
.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;
	flex-direction: column;
}

.indexbox .fenleibox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: url(../images/abbg.jpg); */
    /* height: 100rem; */
    border-radius: 10rem;
    margin-top: 20rem;
    padding: 10rem 0;
    overflow: hidden;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 999;
    flex-direction: column;
}

.nyprobox .fenleibox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: url(../images/abbg.jpg); */
    /* height: 100rem; */
    border-radius: 10rem;
    margin-top: 25rem;
    /* padding-bottom: 10rem; */
    overflow: hidden;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 999;
}
.nycontain > .fenleibox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/abbg.jpg) center;
    /* height: 100rem; */
    border-radius: 10rem;
    margin-top: 25rem;
    /* padding-bottom: 10rem; */
    overflow: hidden;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 999;
    flex-direction: column;
    padding: 10rem 0;
}


.propagin{
	width: 100%;
	/* justify-content: flex-start; */
	/* display: flex; */
	/* flex-direction: column; */
	/* background: url(../images/abbg.jpg); */
	/* height: 100rem; */
	/* border-radius: 10rem; */
	/* margin-top: 25rem; */
	/* padding-bottom: 10rem; */
	overflow:hidden;
	/* align-items: center; */
	margin: 10rem 0;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.propagin>div{
	position:relative;
}
.indexbox .fenleibox:before{
	background: linear-gradient(356deg, #58b33d, #4a992387);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	z-index: -1;
}
.indexbox .fenleibox .contact{
	display:flex;
	/* padding: 10rem 10rem; */
	justify-content: center;
	align-items: center;
	/* margin-top: 15rem; */
}
.indexbox .fenleibox .contact .text{
	text-align:left;
}
.indexbox .fenleibox .contact img{
	width: 32rem;
	margin-right: 7rem;
}
.indexbox .fenleibox .contact p{
	width:100%;
	border:none;
	padding: 0;
	text-align: left;
	margin: 0;
	line-height: 18rem;
	font-size:14rem;
	background: none;
	box-shadow: none;
	color: #fff;
}
.indexbox .fenleibox  .contact p:nth-child(2){
	font-size: 16rem;
}
.indexbox .fenleibox .protit{
	color:#fff;
	font-size: 16rem;
	text-align:center;
}

.nyprobox .fenleibox:before{
	background: linear-gradient(356deg, #58b33d, #4a992387);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	z-index: -1;
}
.nyprobox .fenleibox .contact{
	display:flex;
	/* padding: 10rem 10rem; */
	justify-content: center;
	align-items: center;
	/* margin-top: 15rem; */
}
.nyprobox .fenleibox .contact .text{
	text-align:left;
}
.nyprobox .fenleibox .contact img{
	width: 45rem;
}
.nyprobox .fenleibox .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;
}
.nyprobox .fenleibox  .contact p:nth-child(2){
	font-size: 25rem;
}
.nyprobox .fenleibox .protit{
	color:#fff;
	font-size: 22rem;
	text-align:center;
}
.nyprobox .propagin  p.active{
	background: #f19317;
	color: #fff;
}


.nycontain > .fenleibox:before{
	background: linear-gradient(356deg, #58b33d, #4a992387);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	z-index: -1;
}
.nycontain > .fenleibox .contact{
	display:flex;
	/* padding: 10rem 10rem; */
	justify-content: center;
	align-items: center;
	/* margin-top: 15rem; */
}
.nycontain > .fenleibox .contact .text{
	text-align:left;
}
.nycontain > .fenleibox .contact img{
	width: 30rem;
	margin-right: 5rem;
}
.nycontain > .fenleibox .contact p{
	width:100%;
	border:none;
	padding: 0;
	text-align: left;
	margin: 0;
	line-height: 21rem;
	font-size: 16rem;
	background: none;
	box-shadow: none;
	color: #fff;
}
.nycontain > .fenleibox  .contact p:nth-child(2){
	font-size: 14rem;
}
.nycontain > .fenleibox .protit{
	color:#fff;
	font-size: 16rem;
	text-align:center;
}
.nycontain  .propagin  p.active{
	background: #f19317;
	color: #fff;
}
.propagin .swiper-wrapper{
	/* background:#fff; */
	width: 100%;
	/* overflow: hidden; */
	/* margin:0 auto; */
	/* display: flex; */
	/* flex-direction: row-reverse !important; */
	/* align-items: center; */
}
.propagin .swiper-slide{
	height: 35rem!important;
	/* margin: 10rem 0; */
	align-items: center;
	display: flex;
}
.propagin p{
	width: 70%;
	line-height: 29rem;
	font-size: 14rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition:0.5s ease;
	background: #58b33d;
	margin: 0 auto;
	background: #fff;
	color: #55a72c;
	box-shadow: 0 0 10rem #858585;
	border-radius: 5rem;
}
.propagin p:hover,
.propagin .swiper-slide-thumb-active p{
	background: #f19317;
	color: #fff;
}
.screenbox{
	width: 100%;
	margin:  0 auto;
	margin-top: 30rem;
	/* padding-bottom: 70rem; */
	overflow: hidden;
}

.indexbox .probox {background: url(../images/bj.jpg) center no-repeat fixed;background: url(../images/abbg.jpg) center no-repeat fixed;background-size: cover;padding-bottom: 40rem;position: relative;}

.indexbox .probox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
}
.proscreen{
	width: 100%;
	--swiper-navigation-color: #58b33d;
	--swiper-navigation-size: 60rem;
	position: relative;
}
.proscreen .showbox{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	height: auto;
	flex-wrap: wrap;
	padding: 3rem;
	flex-wrap: wrap;
}
.proscreen .showbox .showitem{
	width: 49%;
	height:auto;
	position: relative;
	margin-right: 2%;
	transition:0.5s ease;
	display:block;
	overflow:hidden;
	/* margin-bottom: 6%; */
	border-radius: 10rem;
	box-shadow: 0rem 0rem 5rem #00000063;
	background: #ffffffe3;
}

.proscreen .showbox .showitem:nth-child(2n) {
    margin-right: 0;
}

.proscreen .showbox .showitem:nth-child(3) {
    display: none;
}
.proscreen .showbox .showitem .text{
	background: #58b33d91;
	color:#fff;
	/* position:absolute; */
	bottom:0;
	left:0;
	width:100%;
	line-height:40rem;
	text-align:center;
	/* margin-top: 10rem; */
	font-size: 16rem;
}
.proscreen .showbox .showitem:hover .text{
	opacity: 1;
}
.proscreen .showbox .showitem:hover img{
	transform:scale(1.2)
}
.proscreen .showbox .showitem:hover .text{
	background: #58b33d;
}
.proscreen .showbox .pic-box{
	width: 102%;
	margin: auto;
	height: 141rem;
	/* padding: 10rem 0; */
	/* padding-top: 20rem; */
}

.proshow .showbox .showitem .pic-box:after {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.proshow .showbox .showitem:hover .pic-box:after {
    content: "";
    display: block;
    left: 100%;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}
.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: #58b33da3;
	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: 10rem auto;
	/* background: #0000005e; */
	font-size: 14rem;
	letter-spacing: 2rem;
	transition:0.5s ease;
	/* height: 100%; */
	width: 70%;
	border: 1rem #ffffff47 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	opacity: 1;
	border: 1rem solid #ddd;
	padding: 5rem 0;
}

.proscreen .showitem:hover .more {
    background: #58b33d;
    color: #fff;
    transition: all .6s !important;!i;!;
}

.proscreen .showitem:hover .more span {
    color: #fff;
}
.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{margin-bottom: 30rem;}
.abshow{
	width:100%;
	margin-top: 15rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.abshow .textshow{
	width: 100%;
	/* padding: 0rem 40rem; */
	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: 16rem;
	margin-bottom: 10rem;
	font-weight: bold;
}
.abshow .textshow .left .maintext{
	font-size: 14rem;
	line-height: 26rem;
}
.abshow .iconbox{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	/* margin-top: 50rem; */
	align-items: flex-end;
	flex-wrap:wrap;
}

a.read {
    width: auto;
    background: #eee;
    padding: 6rem 40rem;
    border-radius: 50rem;
    margin: 15rem 0;
    transition: all .6s;
    font-size: 12rem;
}

a.read:hover {
    background: #58b33d;
    color: #fff;
}
.abshow .iconbox .showbox:nth-child(1){
	/* width:100%; */
}
.abshow .iconbox .showbox{
	text-align: left;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 10rem;
	/* filter: brightness(1.3); */
	margin-top: 25rem;
}
.abshow .iconbox .showbox .showtext{
	width: auto;
}
.abshow .iconbox .showbox .pic-box{
	width: 36rem;
	margin-right: 2%;
	background: #58b33d;
	border-radius: 50%;
	padding: 5rem;
	margin-right: 8rem;
	transition: all .9s;
}

.abshow .iconbox .showbox:hover .pic-box {
    transform: rotateY(360deg);
}
.abshow .iconbox .showbox .pic-box img{
	filter: grayscale(1) brightness(2000);
}
.abshow .iconbox .showbox .tit{
	font-size: 16rem;
	font-weight: bold;
}
.abshow .iconbox .showbox .intro{
	line-height: 25rem;
	font-size: 12rem;
	margin-top: 5rem;
}
.abshow>.pic-box{
	width: 100%;
	/* height: 545rem; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
}

.abshow>.pic-box .aboutvideobox {
    position: relative;
    /* box-shadow: 0rem 0rem 5rem #00000057; */
}

.abshow>.pic-box video {
    width: 100%;
}

.abshow>.pic-box img{
	height:100%;
	width: 100%;
	object-fit: cover;
}
.abshow .more{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40rem;
	/* width: 100%; */
	/* height: 100%; */
	transition:0.5s ease;
	bottom: 0;
	/* background: #0000004d; */
}

.abshow .more#videobtn img {width: 50rem;height: 50rem;}
.abshow .more:hover{
	font-size:50rem;
}
.abnum{
	display: flex;
	justify-content: space-between;
	margin-top: 15rem;
	flex-wrap: wrap;
	width: 100%;
}
.abnum .showbox{
	width: 50%;
	margin-bottom: 4%;
	text-align: center;
}
.abnum .showbox b{
	font-size: 34rem;
	color: #58b33d;
}
.abnum .showbox .top{
	font-size: 16rem;
}
.abnum .showbox .bottom{
	/* text-align: center; */
	font-size: 16rem;
}
/* casebox css */
.casebox .main-box{
}
/* case */
.casebox {
	height: 265rem;
	/* padding-bottom: 30rem; */
	margin-top: 30rem;
}

.casebox .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	padding-bottom: 20rem;
}

.casebox .swiper-slide {
	text-align: center;
	font-size: 18rem;
	background: #fff;
	height: calc((100% - 30rem) / 2) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 6rem;
	overflow: hidden;
}

.casebox .swiper-pagination-bullet {
    width: 35rem;
    height: 7rem;
    border-radius: 6rem;
}

.casebox .swiper-pagination-bullet-active {
    background: #58b33d;
}

.casebox .swiper-slide .img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.casebox .swiper-slide .textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #58b33da8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .6s;
    opacity: 0;
}

.casebox .swiper-slide:hover .textbox {
    opacity: 1;
}

.indexbox .casebox .swiper-slide i {
    display: block;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s;
}

.indexbox .casebox .swiper-slide i.b {
    height: 1rem;
    bottom: 10rem;
    left: 50%;
    width: 0;
}

.indexbox .casebox .swiper-slide i.t {
    top: 10rem;
    left: 50%;
    width: 0;
    height: 1rem;
}

.indexbox .casebox .swiper-slide i.l {
    right: 10rem;
    top: 50%;
    width: 1rem;
    height: 0;
}

.indexbox .casebox .swiper-slide:hover i.l {
    height: calc(100% - 20rem);
    left: 10rem;
    top: 10rem;
}

.indexbox .casebox .swiper-slide i.r {
    right: 10rem;
    top: 50%;
    width: 1rem;
    height: 0;
}

.indexbox .casebox .swiper-slide:hover i.r {
    height: calc(100% - 20rem);
    top: 10rem;
    right: 10rem;
}

.indexbox .casebox .swiper-slide:hover i.t {left: 10rem;top: 10rem;}

.indexbox .casebox .swiper-slide:hover i.b {
    left: 10rem;
    bottom: 10rem;
}

.indexbox .casebox .swiper-slide:hover i.t {width: calc(100% - 20rem);}

.indexbox .casebox .swiper-slide:hover i.b {
    width: calc(100% - 20rem);
}


.casebox .swiper-slide .textbox .more {
    font-size: 14rem;
    color: #fff;
    background: #58b33d;
    padding: 4rem 18rem;
    border-radius: 5rem;
}

.casebox .swiper-slide .img:hover img {
	transform: scale(1.2);
	transition: all .8s;
}

.casebox .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
}

.casebox .swiper-slide:hover .img img {
    transform: scale(1.2);
}

.casebox .swiper-slide .title {
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	width: 100%;
	/* height: 44rem; */
	/* background: rgba(0, 0, 0, 0.5); */
	color: #fff;
	display: flex;
	font-size: 16rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 12rem;
}

.casebox .swiper-button-white {
	background-color: #03864d78;
	padding: 30rem 17rem;
	color: #fff;
}
.caseshow{
	margin-top:20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseshow .showbox{
	width: 100%;
	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: #58b33d;
	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 #58b33da3 solid;
	border-bottom: 60rem #58b33da3 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: url(../images/bj2.jpg) center no-repeat fixed;
	margin: 30rem 0;
	padding-bottom: 40rem;
	background-size: cover;
	margin-bottom: 0;
}
.addshow{
	display: flex;
	justify-content: space-evenly;
	flex-wrap:wrap;
	margin-top: 20rem;
}
.addshow .showbox{
	width: 29%;
	margin: 1.8% 0.5%;
	box-shadow: 4rem 4rem 20rem #0000006e;
	position: relative;
	padding: 5rem;
	background: #fffc;
	overflow: hidden;
	transition:0.5s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10rem;
}
.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: 7rem 0;
	overflow: hidden;
	font-weight: bold;
	letter-spacing: 2rem;
}
.addshow .showbox .pic-box{
	background: #58b33d;
	border: 1rem #fff solid;
	width: 40rem;
	height: 40rem;
	border-radius: 50%;
	padding: 4rem;
	left:0;
	right: 0;
	margin: auto;
	margin-top: 12rem;
}
.addshow .showbox>div{
	position:relative;
}
.addshow b{
	font-size: 30rem;
	color: #58b33de0;
	position: absolute;
	top: -9rem;
	left: -4rem;
	transform: skew(-10deg);
}
/* newsbox */

.newsshow{
	display: flex;
	justify-content: space-between;
	margin-top: 30rem;
	align-items: stretch;
	flex-direction: column;
}
.newsbox .group1{
	width: 100%;
	margin-bottom: 5%;
	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%;
	box-shadow: 0 0 5rem 0 rgba(7, 8, 72, 0.1);
	transition: all .6s;
	overflow: hidden;
	border-radius: 6rem;
}

.newsshow .group1 .showbox:hover {
    -webkit-box-shadow: 0 0 20rem 0 rgba(7, 8, 72, 0.1);
    box-shadow: 0 0 20rem 0 rgba(7, 8, 72, 0.1);
}
.newsshow .group1 .showbox .pic-box{
	width: 100%;
	max-height: 200rem;
	position: relative;
}
.newsshow .group1 .showbox .pic-box .date{
	position: absolute;
	background: #58b33d;
	color: #fff;
	padding: 10rem 15rem;
	bottom: 0;
	right: 0;
}
.newsshow .group1 .showbox .textbox{
	padding: 16rem 10rem;
	border-bottom: 1rem #ddd solid;
	/* margin-top: 10rem; */
}

.newsshow .group1 .showbox .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9rem 10rem;
    font-size: 14rem;
}

.newsshow .group1 .showbox .time img {
    width: 24rem;
    transition: all .6s;
    filter: brightness(0);
}

.newsshow .group1 .showbox:hover .time img {
    filter: none;
}
.newsshow .group1 .showbox .textbox .tit{
	font-size: 16rem;
	transition: all .6s;
}

.newsshow .group1 .showbox:hover .textbox .tit {
    color: #58b33d;
}
.newsshow .group1 .showbox .textbox > .intro{
	line-height: 24rem;
	font-size: 14rem;
	margin: 10rem 0;
	display: -webkit-box; /* 使用WebKit的弹性盒子模型 */
	-webkit-box-orient: vertical; /* 设置子元素为垂直排列 */
	-webkit-line-clamp: 2; /* 显示的行数 */
	overflow: hidden; /* 隐藏超出容器的内容 */
	text-overflow: ellipsis; /* 超出部分显示省略号 */
	margin-bottom: 10rem;
}
.newsbox .more{
	display: block;
	margin: auto;
	margin: 13rem auto;
	background: #EEF;
	width: 116rem;
	line-height: 30rem;
	text-align: center;
	border-radius: 30rem;
	font-size: 16rem;
	transition:background 0.5s ease;
	font-size: 12rem;
}
.newsbox .more:hover{
	background:#58b33d;
	color:#fff;
}
.newsshow .group2{
	width: 100%;
	overflow: hidden;
}

.newsshow .group2 .newslist {
    border: 1rem solid #dddddd7a;
    border-radius: 6rem;
}

.newsshow .group2 .newslist .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13rem 10rem;
    border-bottom: 1rem solid #dddddda6;
}

.newsshow .group2 .newslist .list .time {
    display: block;
    /* width: 20%; */
    /* height: 60rem; */
    font-size: 16rem;
    text-align: center;
    font-family: fantasy;
    color: #58b33d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsshow .group2 .newslist .list .text {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.newsshow .group2 .newslist .list .text img {
    width: 30rem;
    transition: all .6s;
    filter: brightness(0);
}

.newsshow .group2 .newslist .list:hover .text img {
    filter: none;
}

.newsshow .group2 .newslist .list .text .tit {
    font-size: 16rem;
    transition: all .6s;
}

.newsshow .group2 .newslist .list:hover .text .tit {
    color: #58b33d;
}
.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: 20rem;
	background-image: url(../images/bj3.jpg);
	position:relative;
	background-size: cover;
}
footer:before{
	background: #000000e3;
	top:0;
	width:100%;
	height:100%;
	content:'';
	left:0;
	position:absolute;
	opacity: .7;
}
footer>div{
	position:relative;
	z-index:10;
}
.footer{
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	justify-content: space-between;
	display: none;
}
.foottop{
	width:100%;
	margin-bottom: 19rem;
	border-bottom: 1rem #dddddd80 solid;
	padding-bottom: 20rem;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-direction: column;
}
.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-right: 21rem;
	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: 50%;
	width: 120rem;
	z-index: 999;
	display:none;
	transform: translateX(-50%);
	align-items: center;
	transition: all .6s;
}

.headtop .btn a:last-child:hover:after {
    display: block;
}

.headtop .btn a:last-child:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8rem solid transparent;
	border-bottom: 8rem solid #fff;
	border-left: 8rem solid transparent;
	position: absolute;
	border-right: 8rem solid transparent;
	left: 50%;
	top: 28rem;
	margin-top: -8rem;
	transform: translateX(-50%);
	z-index: 1076;
	display: none;
}
.headtop .btn a .pic-box img{
	width:120rem;
	height:auto;
	display: block;
	margin: auto;
}
.headtop .btn a img{
	/* height: 26rem; */
	width: 28rem;
}

.foottop .headtop {
    width: 100%;
}

.foottop .headtop .btn {
    display: flex;
    justify-content: flex-start;
}
.m-footer .tit{
	font-size: 35rem;
	font-weight: bold;
	margin-bottom: 20rem;
	width: 85%;
}

.m-footer .tit img {
    width: 100%;
}
.m-footer .fcontact{
	display: flex;
	font-size: 14rem;
	flex-direction: column;
	color: #fff;
}

.m-footer .fcontact .title {
    font-size: 20rem;
    font-weight: 600;
    margin-bottom: 26rem;
}
.m-footer .fcontact p{
	margin-bottom: 12rem;
}
.m-footer .fcontact p img{
	width: 35rem;
	height: 35rem;
	border-radius:50%;
	background: #58b33d;
	padding: 8rem;
	margin-right: 15rem;
}
.footnav{
	display: flex;
	width: 60%;
	/* padding-right: 5%; */
	text-align: left;
	font-size: 16rem;
}
.footnav>li{
	/* width: 20%; */
}
.footnav li a{
	width: 100%;
}

.footnav li a:hover {
    color: #58b33d;
}
.footnav>li{
	/* font-weight:bold; */
	font-size: 20rem;
	margin-right: 62rem;
}
.footnav .subnav{
	width: 100%;
	margin-top: 17rem;
	line-height: 30rem;
	font-size: 14rem;
	font-weight: normal;
}
.ewmbox{
	/* width: 40%; */
	/* padding: 0 40rem 40rem; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.ewmbox .pic-box{
	width: 150rem;
	flex-direction: column;
	align-items: center;
}
.footbottom{
	width: 100%;
	background: #000000a3;
	/* border-top: 2rem #fff solid; */
	padding: 28rem 0;
	text-align: center;
	margin-top: 30rem;
	color: #fff;
}
.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: #58b33d;
	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:#58b33d;
	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, #58b33d 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%
}



/**/
.fddh {
    position: fixed;
    right: 10rem;
    bottom: 16%;
    z-index: 999;
    background: #fff;
    border-radius: 10rem;
    box-shadow: 0rem 0rem 5rem #0000007a;
    display: none;
}

.fddh ul .list {
    width: 84rem;
    height: 70rem;
    border-radius: 4rem;
    background: #fff;
    margin-bottom: 8rem;
    cursor: pointer;
    position: relative;
    color: #000;
    /* box-shadow: 0rem 0rem 5rem #0000007a; */
    border-radius: 6rem;
}

.fddh ul .list:last-child {
    margin-bottom: 0;
}

.fddh ul {
}

.fddh ul .list p {
    color: #000;
}

.fddh ul .list:hover p {
    color: #fff;
}



.fddh ul .list .listbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 13rem;
}

.fddh ul .list .listbox img {
    width: 36rem;
    height: 36rem;
    object-fit: cover;
    filter: brightness(0);
    animation: huangdong 3s 0s infinite;
    -webkit-animation: huangdong 3s 0s infinite;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
}

.fddh ul .list:last-child .listbox img {
    animation: none;
}

.fddh ul .list:hover .listbox img {
    filter: brightness(200);
}

.fddh ul .list .xianshibox {
    display: none;
    position: absolute;
    width: 170rem;
    height: 170rem;
    padding: 5rem;
    background-color: #fff;
    left: 77rem;
    top: 8%;
    transform: translateX(-222%);
    margin-top: -67rem;
    -webkit-box-shadow: 6rem 0 29rem rgba(0, 0, 0, 0.09);
    box-shadow: 6rem 0 29rem rgba(0, 0, 0, 0.09);
    transition: all .6s !important;
    opacity: 0;
    display: block;
    visibility: hidden;
}

.fddh ul .list .xianshibox2 {
    right: 125rem;
    height: 55rem;
    line-height: 55rem;
    border-radius: 4rem;
    color: #484c61;
    width: 208rem;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 77rem;
    margin-top: -27rem;
    font-size: 14rem;
    -webkit-box-shadow: 6rem 0 19rem rgba(0, 0, 0, 0.09);
    box-shadow: 6rem 0 19rem rgba(0, 0, 0, 0.09);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: -1;
}

.fddh ul .list .xianshibox2 p {
    color: #58b33d;
    font-size: 24rem;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fddh ul .list .xianshibox:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8rem solid transparent;
    border-bottom: 8rem solid transparent;
    border-left: 10rem solid #fff;
    position: absolute;
    right: -10rem;
    top: 50%;
    margin-top: -8rem;
}

.fddh ul .list .xianshibox img {
    width: 100%;
}

.fddh ul .list:hover {
    background: #58b33d;
    color: #fff;
}

.fddh ul .list:hover .xianshibox {
    opacity: 1;
    transform: translateX(-160%);
    visibility: visible;
}


/**/
.liuyanbanbox {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #e6e6e6;
    padding: 10rem 0;
    z-index: 999;
    display: none;
}

.liuyanbanbox .liuyan {
    display: flex;
    justify-content: space-between;
    height: 45rem;
}

.liuyanbanbox .liuyan .left {
    font-size: 20rem;
    display: flex;
    align-items: center;
}

.liuyanbanbox .liuyan .left .hezi {
    background: #326bb4;
    color: #fff;
    padding: 5rem 20rem;
    margin-right: 20rem;
}

.liuyanbanbox .liuyan .left p {
    color: #326bb4;
}

.liuyanbanbox .liuyan .right form {
    display: flex;
    align-items: center;
}

.liuyanbanbox .liuyan .right .btn input {
    background: #326bb4;
    display: block;
    color: #fff;
    padding: 4rem 20rem;
    font-size: 16rem;
    height: 40rem;
}

.liuyanbanbox .liuyan .right textarea {
    display: block;
    border: none;
    outline: none;
    border: 1rem solid rgba(102, 102, 102, 0.493);
    width: 50%;
    max-width: 100%;
    height: 40rem;
    color: #666;
    text-indent: 16rem;
    /* line-height: 40rem; */
    /* display: flex; */
    /* align-items: center; */
    min-width: 100%;
    font-size: 16rem;
    font-family: '';
    resize: none;
    padding-top: 7rem;
}

.liuyanbanbox .liuyan .right .input input {
    display: block;
    border: none;
    outline: none;
    border: 1rem solid rgba(102, 102, 102, 0.493);
    width: 30%;
    max-width: 100%;
    height: 40rem;
    color: #666;
    text-indent: 16rem;
    min-width: 100%;
    font-size: 16rem;
    font-family: '';
}

/* æ‡’åŠ è½½ */
.loader {
    height: 5rem;
    width: 1rem;
    position: absolute;
    animation: rotate0234 3.5s linear infinite;
}

.loader .dot {
    top: 30rem;
    height: 7rem;
    width: 7rem;
    background: #268fe4;
    border-radius: 50%;
    position: relative;
}


.loader .text {
    position: absolute;
    bottom: -85rem;
    font-size: 25rem;
    font-weight: 400;
    color: #26aee4;
}

@keyframes rotate0234 {
    30% {
        transform: rotate(220deg);
    }

    40% {
        transform: rotate(450deg);
        opacity: 1;
    }

    75% {
        transform: rotate(720deg);
        opacity: 1;
    }

    76% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: rotate(0deg);
    }
}

.loader:nth-child(1) {
    animation-delay: 0.15s;
}

.loader:nth-child(2) {
    animation-delay: 0.3s;
}

.loader:nth-child(3) {
    animation-delay: 0.45s;
}

.loader:nth-child(4) {
    animation-delay: 0.6s;
}

.loader:nth-child(5) {
    animation-delay: 0.75s;
}

.loader:nth-child(6) {
    animation-delay: 0.9s;
}

.loaderboxbox {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imgli {
    position: relative;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
    float: left;
    border: 0rem;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8rem 16rem;
    text-decoration: none;
    transition: background-color .3s;
    border: 1rem solid #ddd;
    margin: 0 4rem;
}

ul.pagination li span {
    color: #fff;
    float: left;
    padding: 8rem 16rem;
    text-decoration: none;
    transition: background-color .3s;
    border: 1rem solid;
    margin: 0 4rem;
    background-color: #239564;
}

ul.pagination li a.active {
    background-color: #ec6901;
    color: white;
    border: 1rem solid #ec6901;
}

ul.pagination li a:hover:not(.active) {
    background-color: #239564;
    color: #fff;
}


@keyframes icon-bounce {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(3deg);
    }

    85% {
        transform: rotate(-3deg);
    }
}


/*banner 上向下滚动的箭头效果*/
@keyframes scale2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0.2;
    }
}

@keyframes scale3 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0.1;
    }
}

@keyframes scaleimg {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }

}

@keyframes myfadeup {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }

}

@keyframes myfadeleft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }

}

@keyframes myfaderight {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }

}

@keyframes myfadedown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }

}

@keyframes huangdong {

    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    80% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    85% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    90% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    95% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


@-webkit-keyframes huangdong
{
	0%, 65%{ 
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
	70% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	75% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	80% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	85% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	90% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	95% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	100% {  
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
}
