/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}
@font-face{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face{
	font-family: "Montserrat";
	src:url('../font/Montserrat-Regular_1.ttf');
}
body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 7.5rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #fff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 7.5rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.headdvleft img {
	display: block;
	max-width: 100%;
}
.headdvleft img {
	display: block;
	height: 90px;
}

.headdvleft img:last-child{
	display: none;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}
.headdvright {
	width: 39.375rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 35.625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 7.5rem;
	transition: all .3s;
}

.headdvright ul li a {
	display: block;
	padding: 0 10px;
	position: relative;
	color: #fff;
	font-size: 16px;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #fff;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
}
.slideUp .headdvright ul li a span{
	transition: all 1s;
}
.slideUp .headdvright ul li a:hover span{
	color: #43b287;
}
.headdvright ul li:hover a::after {
	background-color: #fff;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #43b287;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.ss iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
}
.slideUp .ss iconpark-icon{
	color: #333;
	transition: all 1s;
}
.banners img{
	display: block;
	width: 100%;
}
.opro{
	margin: 0 auto;
	margin-top: 6.25rem;
	width: 115rem;
}
.oprobt h1{
	text-align: center;
	color: #43b287;
	font-size: 24px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.oprobt h2{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.oprobt  p{
	width: 76.25rem;
	margin: 0 auto;
	color: #333333;
	font-size: 18px;
	text-align: center;
}
.oprobt {
	margin-bottom: 50px;
}
.oprodv{
	display: flex;
	justify-content: space-between;
}
.oproleft{
	width: 56.875rem;
	position: relative;
	overflow: hidden;
}
.oproleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.oproleft:hover img{
	transform: scale(1.05);
}
.oproright{
	width: 56.875rem;
	position: relative;
	overflow: hidden;
}
.oproright img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.oproright:hover img{
	transform: scale(1.05);
}
.oproleft  section{
	position: absolute;
	width: 90%;
	padding: 5%;
	bottom: 0;
	left: 0;
}
.oproright img{
	display: block;
	width: 100%;
}
.oproright  section{
	position: absolute;
	width: 90%;
	padding: 5%;
	bottom: 0;
	left: 0;
}
.oproleft  section h1{
	color: #ffffff;
	font-size: 30px;
	font-family: "Poppins";
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.oproleft  section p{
	color: #ffffff;
	font-size: 14px;
	width: 38.75rem;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
}
.oproleft  section a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0;
	overflow: hidden;
	width: 200px;
	border: 1px solid #fff;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 20px;
	opacity: 0;
	transition: all 1s;
}
.oproleft  section a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-right: 0.625rem;
}
.oproleft  section a iconpark-icon{
	display: flex;
	font-size: 18px;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.oproleft:hover section a{
	height: 50px;
	opacity: 1;
}

.oproright  section h1{
	color: #ffffff;
	font-size: 30px;
	font-family: "Poppins";
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.oproright  section p{
	color: #ffffff;
	font-size: 14px;
	width: 38.75rem;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
}
.oproright  section a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0;
	overflow: hidden;
	width: 200px;
	border: 1px solid #fff;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 20px;
	opacity: 0;
	transition: all 1s;
}
.oproright  section a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-right: 0.625rem;
}
.oproright  section a iconpark-icon{
	display: flex;
	font-size: 18px;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.oproright:hover section a{
	height: 50px;
	opacity: 1;
}
.oprodown{
	margin-top: 1.25rem;
	position: relative;
}
.oprodown img{
	width: 100%;
	display: block;
}
.oprodown  section{
	position: absolute;
	width: 90%;
	top: 0;
	left: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.oprodown  section h1{
	color: #ffffff;
	font-size: 30px;
	font-family: "Poppins";
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.oprodown  section p{
	color: #ffffff;
	font-size: 14px;
	width: 59.375rem;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
}
.oprodown  section a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0;
	overflow: hidden;
	width: 200px;
	border: 1px solid #fff;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 20px;
	opacity: 0;
	transition: all 1s;
}
.oprodown  section a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-right: 0.625rem;
}
.oprodown  section a iconpark-icon{
	display: flex;
	font-size: 18px;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.oprodown:hover section a{
	height: 50px;
	opacity: 1;
}
.sygy{
	padding-top: 6.5625rem;
	padding-bottom: 10.625rem;
	background: url(../images/syqy_02.jpg) top center no-repeat;
	background-size: cover;
}
.sygydv{
	width: 93.75rem;
	margin: 0 auto;
}
.gylogo{
	display: block;
	margin: 0 auto;
}
.gylogo img{
	display: block;
}
.sygybt{
	width: 66.25rem;
	margin: 0 auto;
	margin-top: 2.5rem;
	margin-bottom: 10.625rem;
}
.sygybt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 7px;
}
.sygybt p{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	
}
.sygynr{
	width: 100%;
	border-radius: 10px;
	position: relative;
}
.sygynrdv{
	position: absolute;
	width: 36.25rem;
	top: -5.625rem;
	left: 5rem;
	padding: 3.125rem;
	background-color: rgba(255, 255,255,0.9);
	box-shadow: 0px 0px 20px #dcdcdc;
	border-radius: 10px;
	overflow: hidden;
}
.sygynrdv h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 1.5625rem;
}
.sygynrdv p{
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}
.sygynrdv a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	margin-top: 3.125rem;
	background-color: #43b287;
}
.sygynrdv a span{
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Poppins_Medium";
	margin-left: 30px;
}
.sygynrdv a iconpark-icon{
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	margin-right: 10px;
	font-size: 20px;
	color: #43b287;
}
.syxw{
	padding-top: 7.1875rem;
	padding-bottom: 8.125rem;
	background: url(../images/xw_02.jpg) center top no-repeat;
}
.syxwbt{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syxwbtleft h1{
	color: #43b287;
	font-size: 24px;
	font-family: "Poppins_Medium";
}
.syxwbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syxwbtleft p{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	width: 500px;
	line-height: 45px;
}

.syxwbtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	margin-top: 3.125rem;
	background-color: #43b287;
}
.syxwbtright a span{
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Poppins_Medium";
	margin-left: 30px;
}
.syxwbtright a iconpark-icon{
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	margin-right: 10px;
	font-size: 20px;
	color: #43b287;
}
.swiper-pagination-bullet{
	background-color: #fff;
}
.synewslist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.news .synewslist{
	margin-top: 0;
}

.synewslist ul{
	display: flex;
	justify-content: space-between;
}
.synewslist ul li{
	width: 30rem;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #ebebeb;
}
.synewslist ul li div{
	width: 100%;
	overflow: hidden;
}
.synewslist ul li div img{
	transition: all 1s;
	display: block;
	width: 100%;
}
.synewslist ul li:hover div img{
	transform: scale(1.05);
}
.synewslist ul li section{
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.6);
}
.synewslist ul li section h1{
	color: #43b287;
	font-size: 14px;
	font-family: "Poppins_Medium";
	margin-bottom: 0.9375rem;
}
.synewslist ul li section h2{
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	margin-bottom: 5px;
}
.synewslist ul li section p{
	color: #666666;
	font-size: 14px;
	height: 50px;
	line-height: 25px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.synewslist ul li section h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0.9375rem;
}
.synewslist ul li section h3 span{
	color: #43b287;
	font-size: 14px;
	margin-right: 0.9375rem;
}
.synewslist ul li section h3 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #43b287;
	color: #43b287;
	transition: all 1s; 
	font-size: 22px;
}
.synewslist ul li:hover section h3 iconpark-icon {
	background-color: #43b287;
	color: #fff;
}

.any{
	background-image: linear-gradient(to right, #43b387 , #93c62c);
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: cover;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 56.25rem;
}	
.anydv form input{
	width: 11.25rem;
	border: none;
	background-color: #fff;
	padding: 0 0.625rem;
	height: 45px;
	outline: none;
	border-radius: 5px;
}
.anydv form input::placeholder{
	color: #b2b2b2;
	font-family: "Poppins_Light";
}
.anydv form input:nth-child(3){
	width: 20rem;
}
.anydv form button{
	width: 8.125rem;
	height: 45px;
	line-height: 45px;
	background-color: #43b287;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
	overflow: hidden;
}
.foot{
	background-color: #f7f7f7;
	padding-top: 2.5rem;
}
.footdv{
	width: 93.75rem;
	margin: 0% auto;
}
.fdtop{
	border-bottom: 1px solid #dedede;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 2.5rem;
}
.fdtopleft img{
	display: block;
}
.fdtopright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 570px;
}
.fdtopright ul li a{
	text-transform: uppercase;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins_Medium";
	transition: all 1s;
}
.fdtopright ul li a:hover{
	color: #43b287;
}
.fddown{
	display: flex;
	justify-content: space-between;
}
.fddown dl dt a{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.fddown dl:first-child{
	width: 370px;
}
.fddown dl dt{
	margin-bottom: 0.9375rem;
}
.fddown dl dd{
	line-height: 30px;
}
.fddown dl dd a{
	display: block;
	color: #4c4c4c;
	font-size: 14px;
	transition: all 1s;
}
.fddown dl dd a:hover{
	transform: translateX(10px);
	color: #43b287;
}
.fddown div ul {
	display: flex;
	justify-content: space-between;
	width: 260px;
}
.fddown div ul li img{
	display: block;
}
.wdldv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4.6875rem;
}
.wdldv p{
	height: 75px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.adv{
	background: url(../images/advbg_02.jpg) center no-repeat;
	background-size: cover;
}

.advdvleft{
	width: 50%;
	position: relative;
}
.advdvleft section{
	width: 37.5rem;
	margin-left: 13.125rem;
	position: absolute;
	bottom: 7.5rem;
}
.advdvleft section h1{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}
.advdvleft section p{
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.advdvleft img{
	display: block;
	width: 100%;
}
.advdvright{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.asgerht{
	width: 37.5rem;
	position: relative;
}
.asgerhtdv{
	height: 43.75rem;
}
.asgerhtdv .swiper-slide a{
	display: block;
	padding: 2.8125rem;
	padding-top: 0;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}
.asgerhtdv .swiper-slide a h1{
	height: 70px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	line-height: 73px;
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins_Medium";
	margin-bottom: 2.1875rem;
}
.asgerhtdv .swiper-slide a h2{
	color: #ffffff;
	font-size: 24px;
	font-family: "Poppins";
	font-weight: bold;
	margin-bottom: 0.9375rem;
}
.asgerhtdv .swiper-slide a p{
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
}
.contrast{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #43b287;
	z-index: 2;
	padding-top: 40px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67,178,135,1) 100%);
}
.contrast a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #93c62c;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	
}
.contrast a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
}
.about{
	padding: 9.0625rem 0px;
	background: url(../images/aboutbg_02.jpg) center no-repeat;
	background-size: cover;
}
.aboutdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutleft{
	width: 45%;
}
.aboutright{
	width: 50%;
	overflow: hidden;
	border-radius: 15px;
}
.aboutright img{
	display: block;
	overflow: hidden;
	transition: all 1s;
}
.aboutright:hover img{
	transform: scale(1.05);
}
.aboutleft h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 1.875rem;
}
.aboutleft p{
	line-height: 30px;
	color: #333333;
	font-size: 14px;
}
.aboutleft ul{
	margin-top: 3.125rem;
	display: flex;
	justify-content: space-between;
}
.aboutleft ul li h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.aboutleft ul li h2 span{
	color: #43b287;
	font-size: 60px;
	font-weight: bold;
}
.aboutleft ul li h2 section{
	display: block;
	margin-left: 10px;
}
.aboutleft ul li h2 section sub{
	color: #43b287;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.aboutleft ul li h2 section i{
	display: block;
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
}
.aboutleft ul li h4{
	color: #333333;
	font-size: 14px;
	margin-top: -15px;
}
.aboutdv2{
	flex-direction: row-reverse;
	margin: 6.875rem auto;
}
.aboutleft h5{
	color: #43b287;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.xihaiz{
	width: 93.75rem;
	position: relative;
	margin: 0 auto;
}
.xihaiz img{
	display: block;
	width: 100%;
}
.xihaiz section{
	position: absolute;
	top: 0;
	left: 5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 46.875rem;
	height: 100%;
}
.xihaiz section h1{
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.xihaiz section p{
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.conta{
	padding: 8.4375rem 0px;
	background: url(../images/contactbg_02.jpg) center no-repeat;
	background-size: cover;
}
.contadv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contaleft{
	width: 43%;
}
.contaleft h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.contaleft p{
	color: #333333;
	font-size: 15px;
	line-height: 30px;
}
.contaleft  ul li{
	margin-top: 1.875rem;
}
.contaleft  ul li h2{
	color: #43b287;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
}
.contaleft ul li h3{
	color: #333333;
	font-size: 16px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.contaleft ul li h4{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.contaright {
	width: 41.875rem;
	padding: 3.75rem;
	background-color: #fff;
	box-shadow: 0px 0px 15px #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
}
.contaright form ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contaright form ul li{
	width: 48%;
	margin: 0 1%;
}
.contaright form ul li h1{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
.contaright form ul li input{
	display: block;
	border: none;
	border: 1px solid #999999;
	line-height: 50px;
	border-radius: 10px;
	overflow: auto;
	width: 17rem;
	outline: none;
	padding: 0 1.25rem;
	font-size: 14px;
	color: #999999;
	font-family: "Poppins";
	margin-top: 0.625rem;
}
.contaright form h1{
	margin: 1%;
	margin-top: 0.625rem;
	margin-bottom: 0;
	color: #333333;
	font-size: 16px;
}
.contaright form textarea{
	margin: 1%;
	width: 93%;
	padding: 0 2%;
	border: 1px solid #999999;
	line-height: 50px;
	border-radius: 10px;
	margin-top: 0.625rem;
	font-family: "Poppins";
}
.contaright form  button{
	display: block;
	width: 8.75rem;
	height: 50px;
	text-align: center;
	font-size: 16px;
	margin-top: 0.9375rem;
	color: #ffffff;
	background-color: #333333;
	border: none;
	text-transform: uppercase;
	border-radius: 10px;
	outline: none;
}
.news{
	padding: 3.5rem 0px;
	background: url(../images/newsbga_02.jpg) center top no-repeat;
	background-size: cover;
}

.newsdvlist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 20px;
}

.newsdvlist ul li {
	margin-top: 20px;
	background-color: #f5fdfa;
	overflow: hidden;
	transition: all 1s;
	box-shadow: 0px 0px 15px #dcdcdcdb;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	background-color: #f7f7f7;
	align-items: center;
	transition: all 1s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 10rem;
	text-align: center;
	padding: 30px 0px;
	position: relative;
	transition: all 1s;
}
.newsdvlist ul li a .newsdvlistime::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	border-right: 1px solid #e6e6e6;
	top: 24px;
	left: 0;
	opacity: 1;
	transition: all 1s;
}
.newsdvlistime span {
	color: #333333;
	font-size: 52px;
	transition: all 1s;
	display: block;
	font-family: "Poppins_SemiBold";
	line-height: 60px;
	color: #43b287;
}

.newsdvlistime i {
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all 1s;
	color: #43b287;
}

.newsdvlistext {
	width: 83.75rem;
	padding: 0 3rem;
}

.newsdvlistext h1 {
	color: #4c4c4c;
	font-size: 20px;
	margin-bottom: 5px;
	transition: all 1s;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsdvlistext p {
	line-height: 30px;
	font-size: 15px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
	transition: all 1s;
}

.newsdvlist ul li {
	transition: all 1s;
	border-radius: 10px;
}

.newsdvlist ul li:hover a{
	background-color: #43b287;
}

.newsdvlist ul li:hover a .newsdvlistime::after{
	opacity: 1;
	border-right: 1px solid #7cc9ab;
}

.newsdvlist ul li:hover .newsdvlistime span {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistime i {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext h1 {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext p {
	color: #e9eef6;
}
.food{
	display: block;
	padding: 6.875rem 0;
	background: url(../images/probg_02.jpg) center top no-repeat;
	background-size: cover;
}
.fooddv{
	width: 93.75rem;
	margin: 0 auto;
}
.fooddv>ul>li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5rem;
}
.ftleft{
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
}
.ftleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.ftleft:hover img{
	transform: scale(1.05);
}
.ftright{
	width: 46%;
}
.ftright ul li:first-child{
	border-top: 1px solid #e6e6e6;
}
.ftright ul li{
	width: 100%;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.ftright ul li h1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ftright ul li h1 a{
	width: 40rem;
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 50px;
}
.ftright ul li h1 a i{
	display: block;
	width: 8px;
	height: 8px;
	background-color: #43b287;
	border-radius: 50px;
	margin-right: 10px;
}
.ftright ul li h1 a span{
	width: 95%;
	color: #000;
}
.ftright ul li:hover h1 a span{
	color: #4fb78f;
}
.stbt{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 1.875rem;
}
.ftright ul li h1 em{
	font-size: 22px;
	color: #4fb78f;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 50px;
}
.ftright ul li dl{
	margin-bottom: 0px;
	height: 0;
	transition: all 1s;
}
.ftright ul li dl dd{
	color: #666666;
	font-size: 14px;
	line-height: 35px;
}
.ftright ul li.hover dl{
	margin-bottom: 15px;
	height: 30px;
}
.fooddv>ul li:nth-child(odd){
	flex-direction: row-reverse;
}
.sygynr img{
	display: block;
	width: 100%;
}
.headdvleft img{
	height: 100%;
}

.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 93.75rem;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 60px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.nrbanner .btext p{
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	width: 50%;
	margin-top: 15px;
	font-family: "Montserrat";
	font-weight: bold;
}
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 93.75rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -46.875rem;;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
	margin-top: -5%;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 60px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section h4{
	font-size: 36px;
	color: #ffffff;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section a{
	width: 240px;
	height: 50px;
	border-radius: 50px;
	border:1px solid #fff;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	color: #fff;
}
.bannersasg  .swiper-slide section a {
	color: #fff;
	font-size: 14px;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.mfoot{
	display: none;
}
.mfootdv{
	display: none;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 93.75rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.newsdvlist{
	margin-bottom: 20px;
}

.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
    position: absolute;
   	left: -22px;
    width: 100%;
    top: 80px;
    z-index: 5;
    padding-top: 20px;
}
.headdvright ul li:nth-child(3) div{
	left: -60px;
}
.headdvright ul li:nth-child(4) div{
	left: -22px;
}
.headdvright ul li:nth-child(5) div{
	left: -22px;
}
.headdvright ul li:nth-child(7) div{
	left: -22px;
}
.headdvright ul li:nth-child(8) div{
	left: -22px;
}
.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
	width: 240px;
}
.headdvright ul li:nth-child(5) div dl{
	width: 150px;
}
.headdvright ul li div dl dd a{
	    color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 2;
}
.headdvright ul li div dl dd a:after{
	display: none;
}
.headdvright ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li div dl dd:hover{
	    background-color: #43b287;
}
.headdvright ul li:hover div dl dd a{
	font-weight: normal;
}
.headdvright ul li div dl dd a:hover{
	background-color: #43b287;
	color: #fff !important;
	font-weight: normal;
}
.m_btn{
	display: none;
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 65rem;
	}
	.headdvright ul{
		width: 60rem;
	}
	.oprobt p{
		width: 95%;
	}
	.oproleft section h1{
		font-size: 28px;
		line-height: 35px;
	}
	.oproright section h1{
		font-size: 28px;
		line-height: 35px;
	}
	.oprodown section p{
		width: 95%;
	}
	.oprodown section{
		left: 5%;
	}
	.oprodown section h1{
		font-size: 28px;
	}
	.sygydv{
		width: 95%;
	}
	.sygybt{
		width: 100%;
	}
	.sygybt h1{
		font-size: 32px;
	}
	.sygybt p{
		width: 95%;
		margin: 0 auto;
	}
	.sygynrdv{
		width: 60%;
	}
	.sygynrdv h1{
		font-size: 32px;
	}
	.advdvleft section{
		width: 90%;
		left: 5%;
		margin-left: 5%;
	}
	.advdvleft section h1{
		font-size: 32px;
	}
	.advdvleft section p{
		line-height: 25px;
	}
	.asgerht{
		width: 90%;
	}
	.asgerhtdv .swiper-slide a h1{
		height: 4.375rem;
		line-height: 4.5625rem;
		margin-bottom: 1rem;
	}
	.asgerhtdv .swiper-slide a h2{
		font-size: 22px;
		margin-bottom: 0.625rem;
	}
	.asgerhtdv .swiper-slide a p{
		line-height: 25px;
		font-size: 14px;
	}
	.asgerhtdv .swiper-slide a{
		padding: 1.5rem;
		padding-top: 0;
	}
	.syxwbt{
		width: 95%;
	}
	.syxwbtleft p{
		font-size: 32px;
	}
	.synewslist{
		width: 95%;
	}
	.synewslist ul li{
		width: 31%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form{
		width: 66rem;
	}
	.anydv form input{
		width: 15rem;
	}
	.anydv form button{
		width: 10rem;
	}
	.footdv{
		width: 95%;
	}
	.fddown dl:first-child{
		width: 35rem;
	}
	.aboutdv{
		width: 95%;
	}
	.aboutleft h1{
		font-size: 32px;
	}
	.aboutleft ul li h2 span{
		font-size: 32px;
	}
	.aboutleft ul li h2 section sub{
		margin-top: 5px;
	}
	.aboutleft ul li h4{
		margin: 0;
	}
	.xihaiz{
		width: 95%;
	}
	.xihaiz section h1{
		font-size: 32px;
	}
	.contadv{
		width: 95%;
	}
	.contaleft h1{
		font-size: 32px;
	}
	.contaright{
		width: 51.875rem;
	}
	.contaright form ul li input{
		width: 90%;
		padding: 0 5%;
	}
	.contaright form button{
		width: 120px;
	}
	.fooddv{
		width: 95%;
	}
	.stbt{
		font-size: 32px;
	}
	.ftright ul li h1 a{
		font-size: 14px;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a .newsdvlistime{
		width: 15%;
	}
	.newsdvlistext{
		width: 80%;
	}
}
@media screen and (max-width: 999px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.oprobt h1{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.oprobt h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.oprobt p{
		width: 95%;
		font-size: 14px;
		line-height: 25px;
	}
	.oprobt{
		margin-bottom: 20px;
	}
	.oprodv{
		display: block;
	}
	.oproleft{
		width: 100%;
		display: block;
	}
	.oproleft section{
		position: inherit;
	}
	.oproleft section h1{
		color: #333;
		font-size: 18px;
	}
	.oproleft section p{
		width: 100%;
		font-size: 14px;
		line-height: 25px;
		color: #666;
	}
	.oproleft section a{
		height: 40px;
		opacity: 1;
		margin-top: 10px;
		border-radius: 50px;
		border:1px solid #ccc;
		width: 170px;
	}
	.oproleft:hover section a{
		height: 40px;
	}
	.oproleft section a span{
		color: #333;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 43px;
	}
	.oproleft section a iconpark-icon{
		color: #666;
	}
	.oproright{
		width: 100%;
	}
	.oproright section{
		position: inherit;
	}
	.oproright section h1{
		color: #333;
		font-size: 18px;
	}
	.oproright section p{
		width: 100%;
		font-size: 14px;
		line-height: 25px;
		color: #666;
	}
	.oproright section a{
		height: 40px;
		opacity: 1;
		margin-top: 10px;
		border-radius: 50px;
		border:1px solid #ccc;
		width: 170px;
	}
	.oproright:hover section a{
		height: 40px;
	}
	.oproright section a span{
		color: #333;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 43px;
	}
	.oproright section a iconpark-icon{
		color: #666;
	}
	.oprodown section{
		position: inherit;
		margin: 0 auto;
		margin-top: 15px;
	}
	.oprodown section h1{
		color: #333;
		font-size: 18px;
	}
	.oprodown section p{
		width: 100%;
		font-size: 14px;
		line-height: 25px;
		color: #666;
	}
	.oprodown section a{
		height: 40px;
		opacity: 1;
		margin-top: 10px;
		border-radius: 50px;
		border:1px solid #ccc;
		width: 170px;
	}
	.oprodown:hover section a{
		height: 40px;
	}
	.oprodown section a span{
		color: #333;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 43px;
	}
	.oprodown section a iconpark-icon{
		color: #666;
	}
	.gylogo{
		width: 30px;
	}
	.sygybt{
		width: 95%;
	}
	.sygydv{
		width: 100%;
	}
	.sygybt h1{
		font-size: 22px;
	}
	.sygybt p{
		line-height: 25px;
	}
	.sygynrdv{
		position: initial;
		width: 90%;
		margin: 0% auto;
		margin-top: 15px;
	}
	.advdvleft section{
		position: inherit;
	}
	.sygynrdv h1{
		font-size: 22px;
		line-height: 35px;
	}
	.sygynrdv p{
		line-height: 25px;
	}
	.sygynrdv a{
		width: 180px;
		height: 40px;
	}
	.sygynrdv a iconpark-icon{
		font-size: 16px;
		color: #43b287;
		width: 30px;
		height: 30px;
	}
	.advdv{
		display: block;
	}
	.advdvleft{
		width: 100%;
	}
	.advdvleft section{
		width: 95%;
		margin: 0 auto;
	}
	.advdvleft section h1{
		font-size: 22px;
		text-align: center;
	}
	.advdvleft section p{
		text-align: center;
		line-height: 25px;
	}
	.advdvright {
		width: 95%;
		margin: 0 auto;
	}
	.asgerht{
		width: 100%;
	}
	.asgerhtdv{
		height: 360px;
	}
	.asgerhtdv .swiper-slide a h1{
		font-size: 15px;
		line-height: 40px;
		height: 40px;
	}
	.asgerhtdv .swiper-slide a h2{
		font-size: 18px;
	}
	.asgerhtdv .swiper-slide a p{
		line-height: 25px;
		font-size: 14px;
	}
	.contrast a{
		width: 35px;
		height: 35px;
		bottom: 15px;
	}
	.adv{
		padding-bottom: 20px;
	}
	.syxwbt{
		width: 95%;
		display: block;
	}
	.syxwbtleft h1{
		font-size: 18px;
		text-align: center;
	}
	.syxwbtleft p{
		width: 100%;
		text-align: center;
		font-size: 22px;
		line-height: 30px;
	}
	.syxwbtright a{
		display: flex;
		width: 180px;
		height: 40px;
		margin: 15px auto;
	}
	.syxwbtright a iconpark-icon{
		width: 30px;
		height: 30px;
		font-size: 16px;
		color: #43b287;
	}
	.synewslist{
		width: 95%;
	}
	.synewslist ul{
		display: block;
	}
	.synewslist ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.synewslist ul li section{
		padding: 15px;
		margin-top: 10px;
	}
	.synewslist ul li section h3 iconpark-icon{
		width: 25px;
		height: 25px;
	}
	.any{
		padding: 30px 0;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		text-align: center;
	}
	.anydv form{
		display: block;
		margin-top: 15px;
		width: 100%;
	}
	.anydv form input{
		width: 90%;
		padding: 0 5%;
		margin-bottom: 10px;
		height: 40px;
	}
	.anydv form input:nth-child(3){
		width: 90%;
	}
	.anydv form button{
		width: 150px;
		height: 40px;
		margin: 0 auto;
		line-height: 40px;
	}
	.foot{
		display: none;
	}
	.aboutdv{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.aboutleft{
		width: 100%;
	}
	.aboutleft h1{
		font-size: 22px;
		text-align: center;
		line-height: 30px;
	}
	.aboutleft p{
		font-size: 14px;
		line-height: 25px;
	}
	.aboutleft ul{
		flex-wrap: wrap;
	}
	.aboutleft ul li h2 span{
		font-size: 42px;
	}
	.aboutleft ul li h2 section sub{
		margin-top: 0;
		font-size: 14px;
	}
	.aboutleft ul li h2{
		align-items: center;
	}
	.aboutleft ul li h4{
		margin-top: -5px;
	}
	.aboutright{
		width: 100%;
		margin-top: 15px;
	}
	.aboutright img{
		width: 100%;
	}
	.aboutdv{
		width: 95%;
		margin-top: 15px;
	}
	.aboutleft h1{
		font-size: 18px;
	}
	.aboutleft h5{
		font-size: 20px;
		text-align: center;
	}
	.aboutdv{
		display: block;
	}
	.xihaiz{
		width: 95%;
		margin-top: 15px;
	}
	.xihaiz section{
		width: 100%;
		position: initial;
	}
	.xihaiz section h1{
		font-size: 22px;
		text-align: center;
		margin-top: 15px;
		color: #333;
	}
	.xihaiz section p{
		color: #6b6b6b;
		font-size: 14px;
		line-height: 25px;
	}
	.contadv{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.contaleft{
		width: 100%;
	}
	.contaleft h1{
		font-size: 22px;
		text-align: center;
	}
	.contaleft p{
		font-size: 14px;
		line-height: 25px;
	}
	.contaleft ul li h2{
		font-size: 18px;
	}
	.contaright{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.contaright form ul{
		display: block;
	}
	.contaright form ul li{
		width: 100%;
	}
	.contaright form ul li h1{
		font-size: 14px;
	}
	.contaright form ul li input{
		width: 90%;
		padding: 0 4%;
		height: 40px;
	}
	.contaright form h1{
		font-size: 14px;
	}
	.contaright form button{
		width: 120px;
		height: 40px;
		font-size: 15px;
	}
	.fooddv{
		width: 95%;
	}
	.fooddv>ul>li{
		display: block;
	}
	.ftleft{
		width: 100%;
	}
	.ftright{
		width: 100%;
	}
	.stbt{
		font-size: 22px;
		margin-top: 15px;
	}
	.ftright ul li h1 a span{
		font-size: 14px;
	}
	.ftright ul li h1 a{
		width: 95%;
		height: 40px;
		line-height: 40px;
	}
	.ftright ul li h1 em{
		line-height: 40px;
	}
	.ftright ul li dl dd{
		width: 95%;
		margin: 0 auto;
	}
	.ftright ul li.hover dl{
		margin-bottom: 10px;
	}
	.news .synewslist{
		display: none;
	}
	.newsdvlist{
		width: 95%;
		margin-top: 0;
	}
	.newsdvlist ul li{
		margin-top: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 90%;
		padding: 5%;
	}
	.newsdvlistext h1{
		font-size: 18px;
	}
	.newsdvlistext p{
		height: 50px;
		line-height: 25px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 24px;
		text-align: center;
		margin-bottom: 10px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
		text-align: center;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner .btext h2{
		font-size: 22px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to right, #43b287 , #43b287);
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #399f66;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.m_btn{
		display: block;
	}
	.m_btn{
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.m_btn ul li{
		width: 100%;
		border-radius: 5px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.m_btn ul  li a{
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 40px;
		background-color: #ccc;
		color: #fff;
	}
	.m_btn ul  li.active a{
		background-color: #399f66;
	}
}
