/* 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;
}

*:focus {
	outline: none !important;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
	font-family: "Poppins";
	src: url('../font/Poppins-Regular_0.ttf');
}
@font-face {
	font-family: "AntonSC";
	src: url('../font/AntonSC-Regular.ttf');
}

@font-face {
	font-family: "TechnaSans";
	src: url('../font/technasans-regular.otf');
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/Poppins-Medium_0.ttf');
}

@font-face {
	font-family: "Poppins_Bold";
	src: url('../font/Poppins-Bold_0.ttf');
}

@font-face {
	font-family: "Poppins_SemiBold";
	src: url('../font/Poppins-SemiBold_0.ttf');
}

@font-face {
	font-family: "Montserrat_SemiBold";
	src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: "Montserrat_Light";
	src: url('../font/Montserrat-Light_0.ttf');
}

@font-face {
	font-family: "Montserrat_Bold";
	src: url('../font/Montserrat-Bold_0.otf');
}

@font-face {
	font-family: "Poppins_Light";
	src: url('../font/Poppins-Light_0.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: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
}

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}

.headdvright {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 90px;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #fff;
	display: block;
	transition: all 1s;
}

.headdvright ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}

.headdvright ul li:hover::after {
	background-color: #fff;
}

.headdvright ul li.active::after {
	background-color: #fff;
}

.slideUp .headdvright ul li a span {
	color: #333;
}

.slideUp .ss iconpark-icon,
.slideUp .yyan iconpark-icon {
	color: #51b353;
}

.slideUp .headdvright ul li:hover a span {
	color: #51b353;
}

.slideUp .headdvright ul li.active a span {
	color: #51b353;
}

.slideUp .headdvright ul li:hover::after {
	background-color: #51b353;
}

.slideUp .headdvright ul li.active::after {
	background-color: #51b353;
}

.ss {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss iconpark-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	1 background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}


.banners img {
	display: block;
	width: 100%;
}


.cpfl{
	padding-top: 5rem;
	padding-bottom: 6.25rem;
	background-color: #f7f7f7;
}
.cpflbt h1{
	color: #4f9b33;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-align: center;
	margin-bottom: 15px;
}
.cpflbt p{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-align: center;
}
.cpflbt{
	margin-bottom: 3.75rem;
}
.cpfldv{
	width: 93.75rem;
	margin: 0 auto;
}
.cpfldvadd{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.cpfldvadd div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.cpfldvadd:hover div img{
	transform: scale(1.05);
}
.cpfldvadd h1{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
	position: absolute;
	bottom: 30px;
	left: 5%;
	width: 100%;
	text-align: center;
	width: 90%;
}
.cpfldvlist .swiper-slide:nth-child(2n){
	transform: translateY(2.5rem);
}
.kongjian{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 7.375rem;
}
.kongjian .swiper-button-prev,.kongjian .swiper-button-next{
	position: initial;
	width: 50px;
	height: 50px;
	border: 1px solid #b1b1b1;
	border-radius: 50%;
	transition: all 1s;
	margin: 0 15px;
}
.kongjian .swiper-button-prev:hover,.kongjian .swiper-button-next:hover{
	border: 1px solid #4f9b33;
}
.kongjian .swiper-button-next:after,.kongjian .swiper-button-prev:after{
	font-size: 18px;
	color: #4f9b33;
}
.kongjian .swiper-scrollbar{
	width:500px;
	height: 2px;
}
.kongjian .swiper-scrollbar-drag{
	background-color: #4f9b33;
}
.syab{
	width: 93.75rem;
	margin: 6.25rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syableft{
	width: 48%;
}
.syableft h2{
	color: #4f9b33;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.syableft h3{
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	font-size: 38px;
	font-family: 'Poppins_SemiBold';
	width: 80%;
	line-height: 50px;
}
.syableft  i{
	display: block;
	width: 100px;
	background-color: #4f9b33;
	height: 1px ;
	margin-top: -1px;
	margin-bottom: 10px;
}
.syableft  p{
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	line-height: 35px;
}
.syableft a{
	display: flex;justify-content: space-between;
	align-items: center;
	background-color: #4f9b33;
	width: 130px;
	margin-top: 3.125rem;
	padding-left: 2.1875rem;
	padding-right: 1.5625rem;
	height: 50px;
	border-radius: 50px;
}
.syableft a span{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins_Light';
}
.syableft a iconpark-icon {
	font-size: 20px;
	color: #fff;
}
.syabright{
	width: 49%;
	position: relative;
}
.syabright img{
	display: block;
	width: 100%;
}
.syabright div{
	position: absolute;
	right: 0;
	background-color: #4f9b33;
	width: 11.875rem;
	padding-top: 4.0625rem;
	padding-bottom: 3.4375rem;
	padding-left: 3.125rem;
	border-top-left-radius: 45px;
	bottom: 65px;
}
.syabright div img{
	width: 60px;
	display: block;
}
.syabright div h2{
	color: #ffffff;
	font-size: 58px;
	font-family: "Poppins_Medium";
}
.syabright div p{
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
}
.syserve{
	padding: 6.25rem 0px;
	width: 93.75rem;
	margin: 0 auto;
}
.syservebt h2{
	color: #076530;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	font-family: "Poppins_Medium";
}
.syservebt p{
	color: #333333;
	font-size: 38px;
	font-family: 'Poppins_SemiBold';
	text-align: center;
}

.syservelist{
	margin-top: 3.75rem;
}
.syservelist ul{
	display: flex;
	justify-content: space-between;
}
.syservelist ul li{
	width: 18%;
	background: url(../images/grehyt_03.png) center no-repeat;
	background-size: cover;
	transition: all 1s;
	padding: 3.75rem 0px;
	border-radius: 15px;
	box-shadow: 0px 0px 20px #efefef;
}
.syservelist ul li:hover{
	background: url(../images/grehyt_031.png) center no-repeat;
	background-size: cover;
}
.syservelist ul li:nth-child(2){
	background: url(../images/grehyt_04.png) center no-repeat;
	background-size: cover;
}
.syservelist ul li:nth-child(2):hover{
	background: url(../images/grehyt_041.png) center no-repeat;
	background-size: cover;
}
.syservelist ul li:nth-child(3){
	background: url(../images/grehyt_05.png) center no-repeat;
	background-size: cover;
}
.syservelist ul li:nth-child(3):hover{
	background: url(../images/grehyt_051.png) center no-repeat;
	background-size: cover;
}
.syservelist ul li:nth-child(4){
	background: url(../images/grehyt_06.png) center no-repeat;
	background-size: cover;
}
.syservelist ul li:nth-child(4):hover{
	background: url(../images/grehyt_061.png) center no-repeat;
	background-size: cover;
}
.syservelist ul li:nth-child(5){
	background: url(../images/grehyt_07.png) center no-repeat;
	background-size: cover;
}
.syservelist ul li:nth-child(5):hover{
	background: url(../images/grehyt_071.png) center no-repeat;
	background-size: cover;
}
.syservelist ul li i{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 35px;
	border-radius: 50%;
	transition: all 1s;
	background-color: #4f9b33;
}
.syservelist ul li span{
	display: block;
	width: 40px;
	height: 1px;
	margin: 2.5rem auto;
	background-color: #4f9b33;
	transition: all 1s;
}
.syservelist ul li h3{
	color: #474747;
	font-size: 18px;
	text-align: center;
	transition: all 1s;
}
.syservelist ul li:hover i{
	color: #076530;
	background-color: #fff;
}
.syservelist ul li:hover h3{
	color: #fff;
}
.syservelist ul li:Hover span{
	background-color: #fff;
}
.syblog{
	padding: 5.625rem 0px;
	background-color: #f6fff2;
}
.syblogbt{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.75rem;
}
.syblogbtleft h2{
	color: #4f9b33;
	margin-bottom: 8px;
	font-size: 20px;
	margin-bottom: 15px;
}
.syblogbtleft p{
	color: #333333;
	font-size: 38px;
	font-family: 'Poppins_SemiBold';
}

.syblogbtright a{
	display: flex;justify-content: space-between;
	align-items: center;
	background-color: #4f9b33;
	width: 130px;
	padding-left: 2.1875rem;
	padding-right: 1.5625rem;
	height: 50px;
	border-radius: 50px;
}
.syblogbtright a span{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins_Light';
}
.syblogbtright a iconpark-icon {
	font-size: 20px;
	color: #fff;
}





.adv{
	display: flex;
	justify-content: space-between;
}
.advleft{
	width: 50%;
	position: relative;
}
.advleft img{
	display: block;
}
.advleftdv{
	position: absolute;
	right: 0;
	width: 46.875rem;
	bottom: 6.25rem;
}
.advleftdv h2{
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	color: #fff;
}
.advleftdv p{
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	margin-top: 15px;
	width: 85%;
	overflow:hidden;
	text-overflow:ellipsis;
	height: 60px;
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.advright{
	width: 50%;
	background: url(../images/eweqw_04.png) center no-repeat;
	position: relative;
}
.advright div{
	width: 46.875rem;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	height: 100%;
}
.advright ul{
	width: 36.25rem;
	height: 80%;
	margin: 10% 0;
	overflow-y: auto;
	position: absolute;
	left: 10.625rem;
	bottom: 0;
}
.advright ul li{
	padding: 3.125rem;
	background-color: rgba(255, 255, 255, 0.2);
	margin-bottom: 1.875rem;
	border-radius: 20px;
}
.advright ul li h1{
	color: #ffffff;
	font-size: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 20px;
	font-family: "Poppins_Medium";
}
.advright ul li h3{
	line-height: 35px;
	color: #ffffff;
	font-size: 22px;
	margin-top: 15px;
	font-family: "Poppins_Medium";
}
.advright ul li p{
	color: #ffffff;
	margin-top: 5px;
	line-height: 35px;
	font-size: 16px;
	overflow:hidden;
	height: 70px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.advright ul::-webkit-scrollbar {
  width: 3px;
}

.advright ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}

.advright ul::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
}

.advright ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.advright iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	background-color: #fff;
	color: #bce160;
	font-size: 28px;
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	margin-left: -45.5px;
}
.sybloglist{
	width: 93.75rem;
	
	margin: 0 auto;
	overflow: hidden;
	border-radius: 15px;
}
.sybloglisttop{
	display: flex;
	justify-content: space-between;
}
.sybloglisttopleft{
	width: 66.66%;
	overflow: hidden;
	position: relative;
}
.sybloglisttopleft img{
	display: block;
	width: 100%;
}
.sybloglisttopleft div{
	position: absolute;
	top: 10%;
	left: 5%;
	width: 400px;
}
.sybloglisttopleft div span{
	color: #ffffff;
	font-size: 16px;
}
.sybloglisttopleft div h2{
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins_Medium";
	margin-top: 10px;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
}
.sybloglisttopright{
	background-color: #fff;
	width: calc(33.3333% - 7.5rem);
	padding: 0 3.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sybloglisttopright div i{
	color: #4d4d4d;
	font-size: 16px;
}
.sybloglisttopright div h2{
	color: #333333;
	font-size: 22px;
	font-family: "Poppins_Medium";
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sybloglisttopright div p{
	color: #4d4d4d;
	font-size: 14px;
	line-height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.sybloglisttopright div h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2.5rem;
}
.sybloglisttopright div h3 span{
	color: #666666;
	font-size: 14px;
}
.sybloglisttopright div h3 iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
}
.sybloglistdown ul{
	display: flex;
	justify-content: space-between;
}
.sybloglistdown ul li{
	width: 33.3333%;
}
.sybloglistdown ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.sybloglistdown ul li img{
	display: block;
	width: 100%;
}
.sybloglistdown ul li div{
	width: 80%;
}
.sybloglistdown ul li:first-child{
	background-color: #4f9b33;
}
.sybloglistdown ul li div i{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
}
.sybloglistdown ul li div h2{
	color: #ffffff;
	font-size: 22px;
	white-space:nowrap;
	line-height: 30px;
	overflow:hidden;
	margin-top: 15px;
	height: 30px;
	text-overflow:ellipsis;
}
.sybloglistdown ul li div h3{
	margin-top: 2.8125rem;
}
.sybloglistdown div h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2.5rem;
}
.sybloglistdown div h3 span{
	color: #fff;
	font-size: 14px;
}
.sybloglistdown div h3 iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}
.sybloglistdown ul li:nth-child(2){
	background-color: #ffffff;
}
.sybloglistdown ul li:nth-child(2) div i{
	color: #666666;
}
.sybloglistdown ul li:nth-child(2) h2{
	color: #333333;
}
.sybloglistdown ul li:nth-child(2) h3 iconpark-icon,.sybloglistdown ul li:nth-child(2) h3 span{
	color: #666666;
}

.fwxmlist ul li{
	padding: 4.375rem 0px;
}
.fwxmlist ul li a{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fwxmimg{
	width: 45%;
	border-radius: 15px;
	overflow: hidden;
}
.fwxmimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.fwxmlist ul li:hover .fwxmimg img{
	transform: scale(1.05);
}
.fwxmtext{
	width: 50%;
}
.fwxmtext div h2{
	color: #333333;
	font-size: 30px;
	font-family: "Inter";
	font-weight: bold;
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #e6e6e6;
}
.fwxmtext div i{
	display: block;
	width: 100px;
	height: 1px;
	background-color: #4f9b33;
	margin-top: -1px;
	margin-bottom: 1.875rem;
}
.fwxmtext div p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 35px;
}

.fwxmtext div h3{
	display: flex;justify-content: space-between;
	align-items: center;
	background-color: #4f9b33;
	width: 130px;
	padding-left: 2.1875rem;
	padding-right: 1.5625rem;
	height: 50px;
	border-radius: 50px;
	margin-top: 4.375rem;
}
.fwxmtext div h3 span{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins_Light';
}
.fwxmtext div h3 iconpark-icon {
	font-size: 20px;
	color: #fff;
}
.fwxmlist ul li:nth-child(2n){
	background-color: #f7f7f7;
}
.fwxmlist ul li:nth-child(2n) a{
	flex-direction: row-reverse;
}
.aboutall{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6.25rem;
	margin-bottom: 4.375rem;
}
.aboutallleft{
	width: 47%;
}
.aboutallleft h2{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
.aboutallleft  i{
	display: block;
	width: 100px;
	height: 1px;
	margin-bottom: 15px;
	background-color: #4f9b33;
	margin-top: -1px;
}
.aboutallleft  p{
	line-height: 35px;
	color: #666666;
	font-size: 16px;
	margin-top: 35px;
}
.aboutallright {
	width: 50%;
}
.aboutallright img{
	display: block;
	width: 100%;
}
.coreall{
	padding: 5.9375rem 0px;
	background-color: #f7f7f7;
}
.coreallbt{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 3.75rem;
}
.coreallbt h2{
	color: #404040;
	font-size: 38px;
	text-align: center;
	font-family: "Poppins_SemiBold";
}
.coreallbt p{
	color: #606060;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
}
.codedvlist{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	overflow: hidden;
}
.codedvlist #gallery2{
	width: 50rem;
	height: 42.5rem;
}
.codedvlist #gallery2 img{
	display: block;
	width: 100%;
}
.codedvlist #thumbs2{
	width: 43.75rem;
	height: 42.5rem;
}
.codedvlist #thumbs2 .swiper-slide .fesa{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 37.5rem;
	padding: 0 3.125rem;
	background-color: #fff;
	height: calc(100% - 1px);
	border-bottom: 1px solid #e6e6e6;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa section{
	width: 29.375rem;
}
.codedvlist #thumbs2 .swiper-slide .fesa section h1{
	color: #333333;
	font-size: 20px;
	margin-bottom: 0.625rem;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa section p{
	color: #606060;
	font-size: 16px;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa i{
	font-size: 56px;
	color: #333333;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa{
	background-color: #4f9b33;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa section h1{
	color: #fff;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa section p{
	color: #fff;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa i{
	color: #fff;
}
.Culture{
	width: 93.75rem;
	margin: 5.625rem auto;
}
.Culturedv ul{
	display: flex;
	justify-content: space-between;
}
.Culturedv ul li{
	padding: 3.125rem 40px;
	width: calc(49% - 80px);
	background: url(../images/culture_03.jpg) center no-repeat;
	background-size: cover;
	border-radius: 15px;
	box-shadow: 0px 0px 15px #f1f1f1;
}
.Culturedv ul li i{
	display: block;
	font-size: 42px;
	color: #333333;
}
.Culturedv ul li h2{
	color: #333333;
	font-size: 20px;
}
.Culturedv ul li span{
	display: block;
	width: 80px;
	height: 1px;
	margin: 15px 0px;
	background-color: #4f9b33;
}
.Culturedv ul li p{
	color: #606060;
	font-size: 16px;
	line-height: 35px;
}
.Culturedv ul li:nth-child(2){
	background: url(../images/culture_05.jpg) center no-repeat;
	background-size: cover;
}
.lxwm{
	margin: 6.25rem auto;
	width: 93.75rem;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	padding: 3.75rem 0px;
	background-color: #f7f7f7;
	border-radius: 10px;
	width: 24%;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background-color: #4f9b33;
}
.lxwmlist ul li i{
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 35px;
	background-color: #4f9b33;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 1.25rem;
	transition: all 1s;
}
.lxwmlist ul li:hover i{
	background-color: #fff;
	color: #4f9b33;
}
.lxwmlist ul li h2{
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom:  5px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	width: 90%;
	transition: all 1s;
}
.lxwmlist ul li:hover h2,.lxwmlist ul li:hover p{
	color: #fff;
}


.message {
	width: 100%;
	margin: 0 auto;
	padding: 6.25rem 0;
	background: url(../images/ly_02.jpg) center no-repeat;
	background-size: cover;
}

.messagebt {
	margin-bottom: 3.75rem;
}

.messagebt h1 {
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}

.messagebt p {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.message form {
	width: 87.5rem;
	padding: 3.125rem;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0 auto;
	border-radius: 20px;
}

.message form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.message form div input {
	width: 46.5%;
	padding: 0 1.5%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	border: 1px solid #e5e8ec;
	background-color: transparent;
}

.message form div input::placeholder,
.message form textarea::placeholder {
	color: #808080;
	font-size: 14px;
}

.message form textarea {
	width: 97%;
	padding: 1% 1.5%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #808080;
	line-height: 30px;
	outline: none;
	font-family: 'Poppins';
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #e5e8ec;
}

.message form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: #4f9b33;
	transition: all 1s;
	color: #fff;
}


.dvall{
	padding: 50px 0;
	background-color: #fff;
}

.mbx{
	margin: 0 auto;
	width: 93.75rem;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	font-size: 20px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #4f9b33;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #4f9b33;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 16px;
	color: #4f9b33;
}
.dvalls{
	padding: 0;
}
.chanpinimg {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 48%;
	border-radius: 15px;
	overflow: hidden;
}
.chanpinimgleft img{
	display: block;
	width: 100%;
}
.chanpinimgright {
	width: 48%;
}

.chanpinimgright h2 {
	color: #333333;
	font-size: 30px;
	font-family: "Inter";
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.chanpinimgright i{
	display: block;
	width: 100px;
	height: 1px;
	background-color: #076530;
	margin-top: -1px;
	margin-bottom: 20px;
}


.chanpinimgright p {
	color: #808080;
	font-size: 16px;
	line-height: 35px;
}
.cennuodv{
	display: flex;
	justify-content: flex-start;
}
.cennuodv a {
	display: block;
	width: 150px;
	height: 45px;
	text-align: center;
	font-size: 14px;
	color: #4f9b33;
	line-height: 45px;
	transition: all 1s;
	border-radius: 50px;
	margin-top: 3.75rem;
	margin-right: 1.25rem;
	text-transform: uppercase;
	border: 1px solid #4f9b33;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #4f9b33;
}

.cpxq{
	width: 93.75rem;
    margin: 0 auto;
	margin-top: 2rem;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #4f9b33;
}

.cpxqbt span {
	color: #585858;
	font-size: 18px;
	margin-left: 10px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.cpxqdv{
	background-color: #f7f7f7;
    padding: 30px;
    width: calc(100% - 60px);
}
.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy p a {
	color: #808080;
	font-size: 14px;
}

.fy p a:hover {
	color: #4f9b33;
}	
.dvalls{
	padding-bottom: 60px;
}
.xmal{
	padding: 4.375rem 0px;
	background-color: #f5f5f5;
}
.xmalist{
	width: 93.75rem;
	margin: 0 auto;
}
.xmalist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xmalist ul li{
	width: 23%;
	border-radius: 10px;
	overflow: hidden;
	margin: 1%;
}
.xmalist ul li div{
	display: block;
	width: 100%;
	overflow: hidden;
}
.xmalist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xmalist ul li h2{
	background-color: #fff;
	height: 80px;
	line-height: 80px;
	white-space:nowrap;
	color: #808080;
	text-align: center;
	overflow:hidden;
	font-size: 18px;
	text-overflow:ellipsis;
	transition: all 1s;
}
.xmalist ul li:hover div img{
	transform: scale(1.05);
}
.xmalist ul li:hover h2{
	background-color: #4f9b33;
	color: #fff;
}
.sybloglisttopright a{
	display: block;
	width: 100%;
}
.xwtuijian{
	width: 93.75rem;
	margin: 0 auto;
}

.xwtuijian ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xwtuijian ul li{
	width: 32.3%;
	border-radius: 15px;
	overflow: hidden;
}
.xwtuijian ul li div{
	overflow: hidden;
	width: 100%;
}
.xwtuijian ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xwtuijian ul li:hover div img{
	transform: scale(1.05);
}
.xwtuijian ul li section{
	padding: 30px;
	background-color: #fff;
}
.xwtuijian ul li section h2{
	display: flex;
	justify-content: space-between;
}
.xwtuijian ul li section h2 span{
	color: #4d4d4d;
	font-size: 14px;
}
.xwtuijian ul li section h2 i{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	font-size: 14px;
}
.xwtuijian ul li section h2 iconpark-icon{
	display: flex;
	align-items: center;
	color: #848484;
	font-size: 20px;
	margin-right: 5px;
	margin-top: -2px;
}
.xwtuijian ul li section h3{
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	color: #333333;
	overflow:hidden;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-overflow:ellipsis;
	transition: all 1s;
}
.xwtuijian ul li:hover section h3{
	color: #4f9b33;
}
.xwtuijian ul li section p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}





.newsdvlist {
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 30px;
}

.newsdvlist ul li {
	margin-top: 20px;
	background-color: #fff;
	overflow: hidden;
	transition: all .5s;
	box-shadow: 0px 0px 20px #e1e1e1;
	
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #f7f7f7;
	align-items: center;
	transition: all .5s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 15%;
	text-align: center;
	border-right: 1px solid #c3d7cf;
}

.newsdvlistime span {
	color: #4f9b33;
	font-size: 52px;
	transition: all .5s;
	display: block;
	line-height: 60px;
	font-family: "Poppins_SemiBold";
}

.newsdvlistime i {
	color: #4f9b33;
	font-size: 14px;
	display: block;
	transition: all .5s;
}

.newsdvlistext {
	width: 80%;
}

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

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

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

.newsdvlist ul li:hover a {
	background-color: #4f9b33;
}

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


.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	position: relative;
	padding: 0 35px;
	transition: all 1s;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
}

.shownav ul li:hover{
	background-color: #4f9b33;
	color: #fff;
}
.shownav ul li:hover a{
	color: #fff;
}
.shownav ul li.active {
	background-color: #4f9b33;
	color: #fff;
}
.shownav ul li.active a{
	color: #fff;
}
.xiangqing{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.xiangqingdvleft{
	width: calc(74% - 6.25REM);
}
.xiangqingbt{
	background-color: #f7f7f7;
	padding: 3.125rem;
} 
.xiangqingbtbiaot{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}
.xiangqingbtbiaot h2{
	color: #333333;
	font-size: 26px;
	font-family: "Roboto";
}
.xiangqingbtbiaot p{
	color:#808080;
	font-size: 14px;
	margin-top: 15px;
	font-family: "Roboto";
}
.xiangqingall{
	padding-top: 15px;
}
.xiangqingdvright {
    width: calc(30% - 60px);
	padding: 30px;
	background-color: #f7f7f7;
}
.xiangqingdvright form {
	display: flex;
	justify-content: space-between;
	border: 1px solid #e6e6e6;
	border-radius: 50px;
	height: 40px;
	overflow: hidden;
	background-color: #fff;
	padding-left: 20px;
}

.xiangqingdvright form input {
	border: none;
	outline: none;
	font-size: 14px;
	font-family: "Poppins";
	width: 100%;
	text-align: center;
}

.xiangqingdvright form button {
	border: none;
	background-color: transparent;
	width: 40px;
	margin-right: 10px;
}

.xiangqingdvright form button iconpark-icon {
	font-size: 20px;
	color: #333333;
}
.xiangqingdvright ul li{
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 15px;
	transition: all 1s;
}
.hewgr {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.875rem;
}

.hewgr i {
	display: block;
	width: 3px;
	height: 25px;
	background-color: #4f9b33;
	margin-right: 10px;
}

.hewgr span {
	display: block;
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 25px;
}
.xiangqingdvright ul li h2{
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	color: #333333;
	transition: all 1s;
	font-size: 16px;
}
.xiangqingdvright ul li p{
	overflow:hidden;
	height: 50px;
	text-overflow:ellipsis;
	line-height: 25px;
	display:-webkit-box;
	color: #808080;
	-webkit-box-orient:vertical;
	font-size: 14px;
	-webkit-line-clamp:2;
}
.xiangqingdvright ul li:hover{
	border-bottom: 1px solid #a3c995;
}
.xiangqingdvright ul li:hover h2{
	color: #4f9b33;
}
.any{
	background-color: #4f9b33;
	padding-top: 60px;
	padding-bottom: 60px;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 60.25rem;
}	
.anydv form input{
	width: 11.25rem;
	border: none;
	background-color: #fff;
	padding: 0 1rem;
	height: 40px;
	outline: none;
	border-radius: 5px;
}
.anydv form input::placeholder{
	color: #b2b2b2;
	font-family: "Poppins Light";
}
.anydv form input:nth-child(3){
	width: 17rem;
}
.anydv form button{
	width: 11.125rem;
	height: 40px;
	line-height: 40px;
	background-color: #1a1a1a;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
	overflow: hidden;
}


.foot{
	padding-top: 5rem;
	background-color: #1a1a1a;
	background-size: cover;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdvleft{
	width: 325px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
}
.footdvleft ul li{
	margin-right: 15px;
}
.footdvleft ul li a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.footdvleft ul li a img{
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #ababab;
	font-size: 14px;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
}
.footdvright dl dt{
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl:nth-child(2){
	width: 58%;
}
.footdvright dl:nth-child(2) section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section section{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footdvright dl:nth-child(2) section>h1{
	margin-top: 20px;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #ababab;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #ababab;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.ewm{
	display: flex;
	justify-content: space-between;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	text-transform: uppercase;
	
}
.footdvright dl dd a{
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}
.footdvright dl:nth-child(2) section h1:last-child{
	line-height: 25px;
}
.ewm h1{
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
}
.mfoot {
	height: 45px;
	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;
	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;
}
.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{
	margin: 0 auto;
	width: 93.75rem;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 60px;
	color: #ffffff;
	font-family: "AntonSC";
	text-transform: uppercase;
	text-align: center;
}
.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 93.75rem;
}
.bannersasg  .swiper-slide section h1{
	color: #ffffff;
	font-size: 48px;
	font-family: "AntonSC";
	text-align: center;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section h2{
	color: #ffffff;
	font-size: 24px;
	margin-top: 15px;
	line-height: 40px;
	text-align: center;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin: 0 auto;
	margin-top: 6.875rem;
	transition: all 1s;
   	background-color: rgba(255, 255, 255, 0.7);
    background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #098335;
	
}
.bannersasg  .swiper-slide section a span{
	color: #098335;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #4f9b33;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	color: #fff;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.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;
}
.bannersasg .swiper-slide:nth-child(3) section a{
	display: none;
}

@media only screen and (min-width: 1000px) and (max-width: 1499px) {
	.cpfldv{
		width: 95%;
	}
	.headdv{
		width: 95%;
	}
	.syab{
		width: 95%;
	}
	.syabright div{
		width: 220px;
	}
	.advleftdv{
		width: 95%;
	}
	.advleft img{
		width: 100%;
	}
	.syserve{
		width: 95%;
	}
	.syservelist ul li{
		width: 19%;
	}
	.syblogbt{
		width: 95%;
	}
	.sybloglist{
		width: 95%;
	}
	.anydv{
		width: 95%;
	}
	.advright ul{
		width: 90%;
		left: 5%;
	}
	.advright div{
		width: 95%;
	}
	.advleftdv h2{
		width: 28px; 
	}
	.sybloglisttopleft img{
		width: 100%;
	}
	.sybloglistdown ul li img{
		display: block;
		width: 100%;
	}
	.sybloglistdown ul li div h2{
		font-size: 20px;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.fwxmlist ul li a{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.cpxq{
		width: 95%;
	}
	.aboutall{
		width: 95%;
	}
	.aboutallleft h2{
		font-size: 28px;
	}
	.coreallbt{
		width: 95%;
	}
	.codedvlist{
		width: 95%;
	}
	.codedvlist #gallery2{
		width: 50%;
		height: auto;
	}
	.codedvlist #thumbs2{
		width: 50%;
		height: auto;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
		padding: 0 5%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section {
	    width: 80%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section p{
		font-size: 14px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section h1{
		font-size: 17px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa i{
		font-size: 48px;
	}
	.Culture{
		width:95%;
	}
	.lxwm{
		width: 95%;
	}
	.message form{
		width: 90%;
		padding: 3%;
	}
	.xmalist{
		width: 95%;
	}
	.xmalist ul li h2{
		font-size: 14px;
	}
	.xmalist ul li h2{
		height: 50px;
		line-height: 50px;
	}
	.xiangqing{
		width: 95%;
	}
	.xiangqingbtbiaot h2{
		font-size: 20px;
	}
	.xwtuijian{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
}


@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}

	.htmleaf-container {
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}

	.htmleaf-containers {
		display: block;
		height: 50px;
	}
	.cpflbt h1{
		font-size: 14px;
	}
	.cpflbt p{
		font-size: 20px;
	}
	.cpfldv{
		width: 95%;
	}
	.cpfldvadd h1{
		bottom: 15px;
		font-size: 14px;
	}
	.kongjian .swiper-scrollbar{
		width: 62%;
	}
	.kongjian .swiper-button-prev, .kongjian .swiper-button-next{
		width: 40px;
		height: 40px;
	}
	.kongjian .swiper-button-next:after, .kongjian .swiper-button-prev:after{
		font-size: 14px;
	}
	.syab{
		width: 95%;
		display: block;
	}
	.syableft{
		width: 100%;
	}
	.syableft h2{
		font-size: 14px;
	}
	.syableft h3{
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.syableft p {
	    color: #666666;
	    font-size: 14px;
	    margin-top: 20px;
		margin-top: 10px;
	    line-height: 30px;
	}
	.syableft a{
		padding-left: 15px;
		padding-right: 15px;
		height: 40px;
		width: 100px;
	}
	.syabright{
		width: 100%;
		margin-top: 15px;
	}
	.syabright div{
		width: 180px;
		padding: 20px;
		border-top-left-radius: 30px;
	}
	.syabright div img{
		width: 40px;
	}
	.syabright div h2{
		margin-top: 15px;
		font-size: 30px;
	}
	.syabright div p {
	    color: #ffffff;
	    font-size: 14px;
	    line-height: 30px;
	}
	.adv{
		display: block;
	}
	.advleft{
		width: 100%;
	}
	.advleft img{
		width: 100%;
	}
	.advleftdv{
		width: 95%;
		right: 2.5%;
	}
	.advleftdv h2{
		font-size: 18px;
	}
	.advleftdv p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.advright{
		width: 100%;
		height: 450px;
	}
	.advright div{
		width: 100%;
	}
	.advright ul{
		width: 95%;
		left: 2.5%;
		margin-top: 0;
		height: 85%;
	}
	.advright ul li{
		border-radius: 10px;
	}
	.advright ul li h1{
		padding-bottom: 10px;
		font-size: 14px;
	}
	.advright ul li h3 {
	    line-height: 30px;
	    color: #ffffff;
	    font-size: 16px;
	    margin-top: 10px;
	    font-family: "Poppins_Medium";
	}
	.advright ul li p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.advright iconpark-icon{
		width: 100%;
		left: 0;
		margin-left: 0;
		height: 35px;
		background-color: transparent;
	}
	.syserve{
		width: 95%;
	}
	.syservebt h2{
		font-size: 14px;
	}
	.syservebt p{
		font-size: 20px;
	}
	.syservelist ul{
		flex-wrap: wrap;
	}
	.syservelist ul li{
		width: 49%;
		margin: 1% 0;
	}
	.syservelist ul li i{
		width: 45px;
		height: 45px;
		font-size: 22px;
	}
	.syservelist ul li h3{
		font-size: 14px;
	}
	.syservelist ul li span{
		margin: 15px auto;
	}
	.syblogbt{
		width: 95%;
		display: block;
	}
	.syblogbtleft h2{
		font-size: 14px;
		text-align: center;
	}
	.syblogbtleft p{
		font-size: 20px;
		text-align: center;
	}
	.syblogbtright{
		display: none;
	}
	.foot{
		display: none;
	}
	.sybloglist{
		width: 95%;
	}
	.sybloglisttop{
		display: block;
	}
	.sybloglisttopleft{
		width: 100%;
	}
	.sybloglisttopleft img{
		width: 100%;
	}
	.sybloglisttopleft div{
		top: 15%;
	}
	.sybloglisttopleft div span {
	    color: #ffffff;
	    font-size: 14px;
	}
	.sybloglisttopleft div h2{
		font-size: 16px;
		margin-top: 5px;
	}
	.sybloglisttopright{
		width: 90%;
		padding: 5%;
	}
	.sybloglisttopright div i{
		font-size: 14px;
	}
	.sybloglisttopright div h2{
		font-size: 16px;
		margin: 5px 0px;
	}
	.sybloglisttopright div p{
		line-height: 25px;
		height: 50px;
	}
	.sybloglistdown ul{
		display: block;
	}
	.sybloglistdown ul li{
		width: 90%;
		padding: 5%;
	}
	.sybloglistdown ul li div{
		width: 100%;
	}
	.sybloglistdown ul li div i{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.sybloglistdown ul li div h2{
		margin-top: 10px;
		font-size: 16px;
	}
	.sybloglistdown ul li:nth-child(3){
		padding: 0;
		width: 100%;
	}
	
	.any{
		padding: 30px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 20px;
		text-align: center;
	}
	.any{
		background-size: cover;
	}
	
	.anydv h1{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.anydv form{
		width: 100%;
		display: block;
	}
	.anydv form input{
		width: 94%;
		margin-bottom: 10px;
		padding: 0 3%;
		height: 40px;
		font-size: 14px;
	}
	.anydv form input:nth-child(3){
		width: 94%;
		margin-bottom: 10px;
		padding: 0 3%;
		height: 40px;
		font-size: 14px;
	}
	
	.anydv form button{
		height: 40px;
		width: 150px;
		line-height: 40px;
	}
	.fwxmlist ul li a{
		width: 95%;
		display: block;
	}
	.fwxmimg{
		width: 100%;
	}
	.fwxmtext{
		margin-top: 15px;
		width: 100%;
	}
	.fwxmtext div h2{
		font-size: 18px;
		line-height: 30px;
	}
	.fwxmtext div p {
	    color: #4c4c4c;
	    font-size: 14px;
	    line-height: 30px;
	}
	.fwxmtext div h3{
		height: 40px;
		padding-left: 15px;
	}
	.mbx{
		width: 95%;
		display: none;
	}
	.chanpinimg{
		display: block;
		width: 95%;
		margin-top: 15px;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.chanpinimgright{
		margin-top: 10px;
		width: 100%;
		
	}
	.chanpinimgright h2{
		font-size: 16px;
		padding-bottom: 15px;
	}
	.chanpinimgright i{
		margin-bottom: 10px;
	}
	.chanpinimgright p {
	    color: #808080;
	    font-size: 14px;
	    line-height: 28px;
	}
	.cennuodv a{
		width: 40%;
		height: 40px;
		line-height: 40px;
		margin-right: 10px;
	}
	.cpxq{
		width: 95%;
		margin-top: 20px;
	}
	.cpxqdv{
		padding: 5%;
	}
	.fy{
		margin-top: 15px;
		display: block;
	}
	.fy p{
		margin: 10px 0px;
	}
	.fy a{
		font-size: 14px;
	}
	.dvalls{
		padding-bottom: 20px;
	}
	.aboutall{
		width: 95%;
		display: block;
	}
	.aboutallleft{
		width: 100%;
	}
	.aboutallleft h2{
		font-size: 18px;
	}
	.aboutallleft p {
	    line-height: 30px;
	    color: #666666;
	    font-size: 14px;
	    margin-top: 15px;
	}
	.aboutallright{
		width: 100%;
		margin-top: 15px;
	}
	.coreallbt{
		width: 95%;
	}
	.coreallbt h2{
		font-size: 20px;
	}
	.coreallbt p{
		font-size: 14px;
		line-height: 30px;
	}
	.codedvlist{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.codedvlist #gallery2{
		width: 100%;
		height: auto;
		border-radius: 15px;
	}
	.codedvlist #thumbs2{
		width: 100%;
		height: 450px;
		border-radius: 15px;
		margin-top: 10px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
		padding: 0 5%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section{
		width: 85%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section h1{
		font-size: 16px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section p{
		font-size: 14px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa i{
		font-size: 32px;
	}
	.Culture{
		width: 95%;
	}
	.Culturedv ul{
		display: block;
	}
	.Culturedv ul li{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.Culturedv ul li i{
		font-size: 30px;
	}
	.Culturedv ul li h2 {
	    color: #333333;
	    font-size: 17px;
	}
	.Culturedv ul li p {
	    color: #606060;
	    font-size: 14px;
	    line-height: 30px;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.lxwmlist ul li i{
		width: 45px;
		height: 45px;
		font-size: 24px;
	}
	.lxwmlist ul li h2{
		font-size: 16px;
		margin-top: 10px;
	}
	.lxwmlist ul li p {
	    color: #666666;
	    font-size: 14px;
	    line-height: 25px;
	    text-align: center;
	    margin: 0 auto;
	    width: 90%;
	    transition: all 1s;
	}
	.message form{
		width: 89%;
		padding: 3%;
		border-radius: 10px;
	}
	.message form div input{
		width: 94%;
		padding: 0 3%;
		height: 40px;
		line-height: 40px;
		margin: 1% 0;
	}
	.message form textarea{
		width: 94%;
		padding: 3%;
	}
	.message form button {
	    width: 150px;
	    height: 40px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin-top: 15px;
	    font-size: 14px;
	    border: none;
	    text-transform: uppercase;
	    border-radius: 50px;
	    background-color: #4f9b33;
	    transition: all 1s;
	    color: #fff;
	}
	.xmalist{
		width: 97%;
	}
	.xmalist ul li{
		width: 48%;
		margin: 1%;
	}
	.xmalist ul li h2{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.xwtuijian{
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li{
		margin-top: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 17px;
	}
	.newsdvlistext p{
		font-size: 14px;
	}
	.shownav ul{
		width: 100%;
	}
	.shownav ul li{
		padding: 0 ;
		width: 100%;
		line-height: 45px;
		height: 45px;
	}
	.shownav ul li a{
		line-height: 45px;
	}
	.xiangqing{
		display: block;
		margin-top: 15px;
		width: 95%;
	}
	.xiangqingdvleft{
		width: 100%;
	}
	.xiangqingbt{
		padding: 5%;
	}
	.xiangqingbtbiaot h2{
		font-size: 18px ;
		line-height: 30px;
	}
	.xiangqingdvright{
		width: 90%;
		padding: 5%;
		margin-top: 15px;
	}
	.hewgr{
		margin-top: 15px;
	}
	.hewgr span{
		text-transform: uppercase;
	}
	.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-color:#4f9b33;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #3f8028;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 28px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.bannersasg .swiper-slide section h1{
		font-size: 20px;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.sgahhrj section {
	    width: 95%;
	}
}