/* 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;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
	font-family: "Poppins";
	src: url('../font/Poppins-Regular_0.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: "Montserrat_Medium";
	src: url('../font/Montserrat-Medium.ttf');
}

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

@font-face {
	font-family: "Roboto";
	src: url('../font/Roboto-Regular-14.ttf');
}

@font-face {
	font-family: "HarmonyOSSansSC";
	src: url('../font/HarmonyOS_Sans_SC_Regular.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 {
	height: 100px;
	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;
}

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

}

.heads {
	position: relative;
}

.headdv {
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
	height: 100%;
}

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

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

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

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

.headdvright ul li>a {
	display: flex;
	justify-content: center;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #333333;
	display: block;
	font-family: "Poppins_Light";
	transition: all 1s;
	margin-right: 10px;
}

.headdvright ul li a>iconpark-icon {
	font-size: 22px;
}

.headdvright ul li:hover a span,
.headdvright ul li:hover a iconpark-icon {
	color: #1c5c37;
}

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

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

.headdvright ul li.active a span,
.headdvright ul li.active a iconpark-icon {
	color: #1c5c37;
}

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

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

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

.yyan 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%;

}

.headtop {
	height: 55px;
	background-color: #1c5c37;
}

.headtopdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.headtopdv p {
	color: #ffffff;
	font-size: 12px;
	font-family: "Roboto";
}

.headform form {
	display: flex;
	justify-content: space-between;
	width: 20rem;
	background-color: #3e7455;
	height: 20px;
	padding: 8px 0px;
	padding-left: 20px;
	border-radius: 50px;
	overflow: hidden;
}

.headform form input {
	background-color: transparent;
	border: none;
	font-size: 12px;
	font-family: "Arial";
	color: #fff;
	outline: none;
}

.headform form input::placeholder {
	color: #fff;
}

.headform form button {
	width: 120px;
	outline: none;
	border: none;
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border-left: 1px solid #799e89;
}

.showpro {
	padding: 5.9375rem 0rem;
	background: url(../images/probg_02.jpg) center no-repeat;
	background-size: cover;
}

.showprobt {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.showprobtleft h1 {
	color: #1c5c37;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
}

.showprobtleft {
	width: 35rem;
}

.showprobtleft p {
	color: #4c4c4c;
	font-size: 38px;
	font-family: "TechnaSans";
	line-height: 50px;
	margin-top: 15px;
}

.showprobtright {
	width: 50%;
}

.showprobtright p {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 30px;
}

.showprodv {
	display: block;
	width: 93.75rem;
	margin: 0 auto;
}

.showprodv ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 3.75rem;
}

.showprodv ul li {
	width: 23%;
	margin: 1%;
	background: url(../images/probj_03.png) center no-repeat;
	background-size: 100% 100%;
	transition: all 1s;
}

.showprodv ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.showprodv ul li a img {
	width: 10rem;
}

.showprodv ul li a h2 {
	width: 7.5rem;
	margin-left: 0.625rem;
	color: #4c4c4c;
	font-size: 20px;
	transition: all 1s;
	font-family: "Poppins_Medium";
}

.showprodv ul li:hover {
	background: url(../images/probj_05.png) center no-repeat;
	background-size: 100% 100%;
}

.showprodv ul li:hover a h2 {
	color: #fff;
}

.sycp {
	padding: 5.625rem 0px;
	background-color: #fbfbfa;
}

.sycpdv {
	width: 93.75rem;
	margin: 0 auto;
}

.sybt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sybtleft h1 {
	color: #1c5c37;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
}

.sybtleft p {
	color: #4c4c4c;
	font-size: 38px;
	font-family: "TechnaSans";
	line-height: 50px;
	margin-top: 15px;
}

.sybtright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 35px;
	padding-right: 25px;
	background: url(../images/sawe_03.jpg) center no-repeat;
	background-size: cover;
	width: 130px;
	border-radius: 50px;
	height: 50px;
}

.sybtright a span {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.sybtright a iconpark-icon {
	font-size: 20px;
	color: #fff;
}

.sycplist {
	margin-top: 3.75rem;
}

.sycplist ul {
	display: flex;
	justify-content: space-between;
}

.sycplist ul li {
	width: 23%;
	margin: 1%;
}

.sycplist ul li .sycpimg {
	width: 100%;
	position: relative;
	z-index: 2;
}

.sycplist ul li .sycpimg img {
	display: block;
	width: 100%;
}

.sycplist ul li .sycptext {
	background: url(../images/hrhq_03.jpg) center no-repeat;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #dcdcdc;
	padding: 0 2.5rem;
	padding-bottom: 2.8125rem;
	padding-top: 7.375rem;
	margin-top: -9.5rem;
	transition: all 1s;
}

.sycplist ul li .sycptext h1 {
	color: #1c5c37;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat_Medium";
	transition: all 1s;
}

.sycplist ul li .sycptext i {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.sycplist ul li .sycptext p {
	line-height: 35px;
	color: #808080;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-align: center;
	transition: all 1s;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sycplist ul li .sycptext h2 {
	margin: 0 auto;
	margin-top: 1.875rem;
	display: flex;
	width: 8.75rem;
	height: 45px;
	padding-left: 1.875rem;
	padding-right: 1.5625rem;
	border: 1px solid #4c813c;
	border-radius: 50px;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
}

.sycplist ul li .sycptext h2 span {
	color: #1c5c37;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 1s;
}

.sycplist ul li .sycptext h2 iconpark-icon {
	color: #1c5c37;
	font-size: 20px;
	transition: all 1s;
}

.sycplist ul li:hover .sycptext {
	background: url(../images/hrhqlv_03.jpg) center no-repeat;
	background-size: cover;
}

.sycplist ul li:hover .sycptext h1,
.sycplist ul li:hover .sycptext p,
.sycplist ul li:hover .sycptext h2 span,
.sycplist ul li:hover .sycptext h2 iconpark-icon {
	color: #fff;
}

.sycplist ul li:hover .sycptext h2 {
	border-color: #fff;
}

.syabout {
	padding-top: 6.25rem;
	background: url(../images/wm_02.jpg) center no-repeat;
	background-size: cover;
}

.syaboutdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.syaboutdvleft {
	width: 48%;
}

.syaboutdvleft h1 {
	font-size: 16px;
	color: #1c5c37;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
}

.syaboutdvleft h2 {
	color: #333333;
	font-size: 38px;
	font-family: "TechnaSans";
	margin-top: 15px;
	margin-bottom: 1.25rem;
}

.syaboutdvleft p {
	color: #666666;
	font-size: 16px;
	font-family: "Poppins";
	line-height: 35px;
}

.syaboutdvleft a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 35px;
	padding-right: 25px;
	background: url(../images/sawe_03.jpg) center no-repeat;
	background-size: cover;
	width: 130px;
	border-radius: 50px;
	height: 50px;
	margin-top: 60px;
}

.syaboutdvleft a span {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.syaboutdvleft a iconpark-icon {
	font-size: 20px;
	color: #fff;
}

.syaboutdvright img {
	display: flex;
	width: 100%;
}

.syaboutdvright {
	width: 48%;
	position: relative;
}

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

.syaboutdvright div {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* padding: 20px; */
    /* background-color: rgba(255, 255, 255, 0.9); */
    border-radius: 20px;
    /* box-shadow: 0px 0px 10px #eae9e9; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.syaboutdvright div img {
	width: 70px;
	display: block;
}

.syaboutdvright div h3 {
	color: #333333;
	font-size: 20px;
}

.sz {
	margin-top: 4.0625rem;
	padding: 65px 0px;
	border-top: 1px solid #e8e8e8;
}

.sz ul {
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
}

.sz ul li h2 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.sz ul li h2 span {
	color: #1c5c37;
	font-size: 60px;
	font-family: "TechnaSans";
}

.sz ul li h2 i {
	color: #1c5c37;
	font-size: 24px;
	font-family: "TechnaSans";
	margin-left: 10px;
}

.sz ul li p {
	text-align: center;
	color: #909090;
	font-size: 20px;
	margin-top: 10px;
}

.adv {
	display: flex;
	justify-content: space-between;
}

.advleft {
	width: 50%;
}

.advleft img {
	display: block;
}

.advright {
	width: 50%;
	background: url(../images/adv_04.jpg) 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;
	cursor: pointer;
}

.advright ul li h1 {
	color: #ffffff;
	font-size: 20px;
	border-bottom: 1px solid #9abb7d;
	padding-bottom: 20px;
}

.advright ul li p {
	line-height: 35px;
	color: #ffffff;
	font-size: 20px;
	margin-top: 15px;
}

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

.sysolution {
	padding: 5.9375rem 0px;
	background: url(../images/solu_02.jpg) center no-repeat;
	background-size: cover;
}

.sysolutionbt h1 {
	font-size: 16px;
	color: #1c5c37;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
	text-align: center;
}

.sysolutionbt p {
	color: #333333;
	font-size: 38px;
	font-family: "TechnaSans";
	margin-top: 15px;
	margin-bottom: 1.25rem;
	text-align: center;
}

.casedv {
	width: 104.375rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

.casedvlist {
	width: 93.75rem;
}

.casedv {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.casedv>a {
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.casedv>a iconpark-icon {
	color: #315f31;
	font-size: 24px;
}

.casedv>a:hover {
	background-image: linear-gradient(to right, #387327, #b7df53);
}

.casedv>a:hover iconpark-icon {
	color: #fff;
}

.casedvlist .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}

.casedvlist .swiper-slide div {
	overflow: hidden;
}

.casedvlist .swiper-slide div img {
	display: block;
	transition: all 1s;
	width: 100%;
}

.casedvlist .swiper-slide:hover div img {
	transform: scale(1.05);
}

.casedvlist .swiper-slide h1 {
	color: #808080;
	font-size: 18px;
	background-color: #fff;
	line-height: 80px;
	height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-family: "Poppins_Medium";
}

.casedvlist .swiper-slide:hover h1 {
	color: #fff;
	background-image: linear-gradient(to right, #387327, #b7df53);
}

#lj {
	width: 130px;
	padding-left: 35px;
	padding-right: 25px;
	height: 55px;
	background: url(../images/sawe_03.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 55px;
	margin: 0 auto;
	margin-top: 3.125rem;
}

#lj span {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
	text-transform: uppercase;
}

#lj iconpark-icon {
	font-size: 24px;
	color: #fff;
}

.synew {
	padding: 5.9375rem 0px;
	background: url(../images/newsbg_10.jpg) center no-repeat;
	background-size: cover;
}

.synewdv {
	width: 93.75rem;
	margin: 0 auto;
}

.synewslist ul {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.synewslist ul li {
	width: 32%;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #ececec;
}

.synewslist ul li div {
	width: 100%;
	overflow: hidden;
}

.synewslist ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.synewslist ul li:hover div img {
	transform: scale(1.05);
}

.synewslist ul li section {
	width: calc(100% - 70px);
	padding: 35px;
	background-color: #fff;
}

.synewslist ul li section h1 {
	color: #1c5c37;
	font-size: 14px;
	margin-bottom: 10px;
}

.synewslist ul li section h2 {
	color: #4d4d4d;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.synewslist ul li section p {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}

.synewslist ul li section h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.25rem;
}

.synewslist ul li section h3 span {
	color: #1c5c37;
	font-size: 14px;
}

.synewslist ul li section h3 iconpark-icon {
	display: flex;
	width: 40px;
	height: 40px;
	border: 1px solid #266340;
	border-radius: 50px;
	font-size: 24px;
	color: #1c5c37;
	margin-left: 15px;
}

.synewslist ul li:hover section h3 iconpark-icon {
	background-image: linear-gradient(to right, #387327, #b7df53);
	color: #fff;
}

.any {
	padding: 80px 0;
	background-image: linear-gradient(to right, #387327, #b7df53);
}

.anydv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.anydv h1 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.anydv form {
	display: flex;
	justify-content: space-between;
	width: 65%;
}

.anydv form input {
	width: 18%;
	border: none;
	background-color: transparent;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #333;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
}

.anydv form input::placeholder {
	color: #b3b3b3;
}

.anydv form input:nth-child(3) {
	width: 31%;
}

.anydv form button {
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #315f31;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
}

.foot {
	padding-top: 70px;
	background-color: #1a1a1a;
}

.footdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 3.75rem;
}

.footleft img {
	display: block;
}

.footleft i {
	display: block;
	width: 35px;
	height: 2px;
	background-image: linear-gradient(to right, #387327, #b7df53);
	margin: 20px 0rem;
}

.footleft {
	width: 26.125rem;
}

.footleft p {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
}

.footleft p img {
	width: 24px;
	display: block;
	margin-right: 15px;
}

.footleft p span {
	display: block;
	color: #ababab;
	font-size: 14px;
	line-height: 25px;
}

.footcenter {
	width: 37.5rem;
}

.footcenter h1 {
	line-height: 50px;
	border-bottom: 1px solid #484848;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Poppins_Light";
}

.footcenter dl {
	margin-top: 1.875rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.footcenter dl dd {
	width: 33%;
	margin-bottom: 15px;
}

.footcenter dl dd a {
	color: #ababab;
	font-family: "Poppins_Light";
	font-size: 14px;
}

.footright {
	width: 270px;
}

.footright ul {
	display: flex;
	justify-content: space-between;
}

.footright ul li {
	width: 120px;
}

.footright ul li img {
	display: block;
	width: 100%;
}

.footright ul li h1 {
	text-align: center;
	color: #d6d6d6;
	font-size: 14px;
	margin-top: 15px;
	font-family: "Poppins_Light";
}

.footcenter dl dd:nth-child(3n) {
	justify-content: flex-start;
	display: flex;
}

.footcenter dl dd:nth-child(2),
.footcenter dl dd:nth-child(5),
.footcenter dl dd:nth-child(8),
.footcenter dl dd:nth-child(11) {
	justify-content: flex-start;
	display: flex;
}

.footright div {
	margin-top: 1.875rem;
	display: flex;
	justify-content: flex-end;
}

.footright div a img {
	display: block;
}

.footright div a {
	margin-left: 15px;
}

.wdl {
	background-color: #1a1a1a;
	height: 70px;
	border-top: 1px solid #313131;
}

.wdldv {
	width: 93.75rem;
	margin: 0 auto;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wdldv p {
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.wdldv p a {
	color: #d6d6d6;
	font-family: "Poppins_Light";
	font-size: 14px;
}

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

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

.shownav ul li {
	width: 15%;
	position: relative;
}

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

.shownav ul li a:hover {
	background-image: linear-gradient(to right, #387327, #b7df53);
	color: #fff;
}

.shownav ul li.active a {
	background-image: linear-gradient(to right, #387327, #b7df53);
	color: #fff;
}

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

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

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

.newsdvlist ul li a .newsdvlistime {
	width: 12rem;
	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: #1c5c37;
	font-size: 52px;
	transition: all 1s;
	display: block;
	font-family: "Poppins_SemiBold";
	line-height: 70px;
}

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

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

.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: 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: 15px;
}

.newsdvlist ul li:hover a {
	background-image: linear-gradient(to right, #387327, #b7df53);
}

.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: #fff;
}

.xiangmu .innewlist .innewlistleft {
	box-shadow: 0px 0px 20px #e9e6e6;
}

.xiangmu {
	padding: 4.375rem 0px;
	background-color: #ffffff;
}

.xiangmu .synewslist ul {
	margin-top: 0;
}

.xiangmu .synewslist {
	width: 93.75rem;
	margin: 0 auto;
}

.jfan {
	padding: 4.6875rem 0px;
	background-color: #f7f7f7;
}

.hzhban {
	padding: 6.25rem 0px;
	background: url(../images/hzhabn_02.jpg) center no-repeat;
	background-size: cover;
}

.hzhbandv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hzhbandvleft {
	width: 30.9375rem;
}

.hzhbandvleft h1 {
	color: #1c5c37;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
	margin-bottom: 15px;
}

.hzhbandvleft h2 {
	border-bottom: 1px solid #d0d0d0;
	color: #4c4c4c;
	font-size: 38px;
	font-family: "TechnaSans";
	height: 60px;
}

.hzhbandvleft>i {
	display: block;
	width: 140px;
	height: 3px;
	background-color: #1c5c37;
	margin-top: -2px;
	margin-bottom: 2.5rem;
}

.hzhbandvleft p {
	line-height: 35px;
	color: #666666;
	font-size: 16px;
}

.hzhbandvleft ul {
	margin-top: 1.25rem;
}

.hzhbandvleft ul li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.hzhbandvleft ul li em {
	display: block;
	width: 7px;
	height: 7px;
	background-image: linear-gradient(to right, #387327, #b7df53);
	border-radius: 50px;
	margin-right: 8px;
	margin-top: 12px;
}

.hzhbandvleft ul li span {
	width: 95%;
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}

.hzhbandvright {
	width: 56.25rem;
}

.hzhbandvright ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hzhbandvright ul li {
	width: 23%;
	margin: 1%;
	overflow: hidden;
}

.hzhbandvright ul li img {
	width: 100%;
	display: block;
	transition: all 1s;
}

.hzhbandvright ul li:hover img {
	transform: scale(1.05);
}

.areright {
	width: 50%;
	background: url(../images/areright_03.jpg) center no-repeat;
	background-size: cover;
}

.areleft {
	width: 50%;
}

.are {
	display: flex;
	justify-content: space-between;
}

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

.zyou {
	width: 150px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 10px;
	height: 50px;
	background-image: linear-gradient(to right, #387327, #b7df53);
	z-index: 3;
	border-radius: 50px;
	overflow: hidden;
}

.zyou .swiper-button-prev,
.zyou .swiper-button-next {
	position: relative;
	width: 50%;
	height: 100%;
	margin-top: 0;
	top: 0;
	right: auto;
	left: auto;

}

.zyou .swiper-button-prev:after,
.zyou .swiper-button-next:after {
	font-size: 20px;
}

.zyou .swiper-button-prev:hover,
.zyou .swiper-button-next:hover {
	background-color: #1c5c37;
}

.aredvs {
	width: 36.25rem;
	padding: 0 5.3125rem;
}

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

.areright .aredvs h1 {
	color: #1c5c37;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
	margin-bottom: 15px;
}

.areright .aredvs h2 {
	color: #4c4c4c;
	font-size: 38px;
	font-family: "TechnaSans";
}

.areright .aredvs i {
	display: block;
	width: 45px;
	height: 30px;
	margin-top: 30px;
	border-top: 2px solid #51872e;
}

.areright .aredvs h3 {
	color: #666666;
	font-size: 18px;
	margin-bottom: 5rem;
	line-height: 35px;
}

.areright .aredvs p {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}

.lxwm {
	padding: 5.9375rem 0px;
	width: 93.75rem;
	margin: 0 auto;
}

.lxwmlist ul {
	display: flex;
	justify-content: space-between;
}

.lxwmlist ul li {
	width: calc(23% - 50px);
	box-shadow: 0px 0px 15px #eee;
	border-radius: 25px;
	overflow: hidden;
}

.lxwmbt h1 {
	color: #333333;
	font-size: 38px;
	font-family: "TechnaSans";
	text-align: center;
	margin-bottom: 15px;
}

.lxwmbt p {
	color: #808080;
	text-align: center;
	font-size: 16px;
}

.lxwmbt {
	margin-bottom: 3.75rem;
}

.lxwmlist ul li {
	padding: 50px 25px;
}

.lxwmlist ul li iconpark-icon {
	font-size: 36px;
	color: #427b2c;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lxwmlist ul li i {
	margin: 0 auto;
	margin-top: 20px;
	height: 20px;
	display: block;
	width: 35px;
	border-top: 1px solid #b8e053;
}

.lxwmlist ul li h1 {
	color: #4c4c4c;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.lxwmlist ul li p {
	color: #808080;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.liuyan {
	padding: 6.25rem 0px;
	background: url(../images/liuyan_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.lybt h1 {
	color: #fff;
}

.lybt p {
	color: #fff;
}

.liuyan form {
	width: 93.75rem;
	margin: 0 auto;
}

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

.liuyan form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #fff;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.2);
}

.liuyan form div input:nth-child(2) {
	width: 16%;
}

.liuyan form div input:nth-child(3) {
	width: 28.5%;
}

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

.liuyan form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #fff;
	line-height: 30px;
	outline: none;
	font-family: 'Poppins';
	border-radius: 5px;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.2);
}

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

.liuyan form button:hover {
	background-image: linear-gradient(to right, #387327, #b7df53);
	border: none;
	color: #fff;
}


.questionslist {
	width: 93.75rem;
	margin: 0 auto;
}

.questionslist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.questionslist ul li {
	width: calc(49% - 60px);
	padding: 0px 30px;

	background-color: #fff;
	box-shadow: 0px 0px 15px #efefef;
	margin-bottom: 2%;
	position: relative;
	transition: all 1s;
	border-radius: 20px;
	cursor: pointer;
}

.questionslist ul li .quetop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #fff;
	height: 90px;
	transition: all 1s;
}

.questionslist ul li .quetop h2 {
	display: flex;
	s justify-content: flex-start;
	align-items: center;
	width: 85%;
}

.questionslist ul li .quetop h2 img {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin-right: 1.5625rem;
	overflow: hidden;
}

.questionslist ul li .quetop h2 span {
	color: #333333;
	font-size: 18px;
	width: 90%;
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
	transition: all 1s;
}

.questionslist ul li .quetop i {
	display: block;
	color: #1c5c37;
	font-size: 30px;
	margin-right: 20px;
	cursor: pointer;
	transition: all 1s;
}

.questionslist ul li .quedown {
	opacity: 0;
	position: absolute;
	background-color: #fff;
	left: 0;
	padding: 25px 30px;
	width: calc(100% - 60px);
	border-radius: 20px;
	transform: translateY(0px);
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 1s;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.questionslist ul li:hover {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.questionslist ul li:hover .quetop {
	border-bottom: 1px solid #e6e6e6;
}

.questionslist ul li:hover .quedown {
	opacity: 1;
	transform: translateY(0px);
	z-index: 999;
}

.quedown img {
	width: 46px;
	display: block;
	margin-right: 1.5625rem;
}

.quedown h3 {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.quote {
	padding: 6.25rem 0px;
	padding-bottom: 11.25rem;
	background-color: #f7f7f7;
}

.quotedv {
	display: flex;
	width: 93.75rem;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.quotedvleft {
	width: calc(50% - 60px);
	background-color: #fff;
	border-radius: 20px;
	padding: 45px 30px;
}

.quotedvright {
	width: 45%;
}

.quotedvleft h1 {
	color: #333333;
	font-size: 30px;
	font-family: "Poppins_Medium";
	text-align: center;
}

.quotedvleft form h2 {
	color: #e27532;
	font-size: 16px;
	height: 45px;
	border-bottom: 1px solid #f9e3d6;
	line-height: 40px;
	margin-bottom: 10px;
}

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

.quotedvleft form div input {
	width: calc(48.5% - 40px);
	line-height: 50px;
	height: 50px;
	margin: 1% 0px;
	border: none;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 0 20px;
	outline: none;
	font-size: 14px;
	font-family: "Poppins";
}

.quotedvleft form h3 {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 35px;
}

.quotedvleft form select {
	width: 100%;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 0 20px;
	height: 50px;
	font-size: 14px;
	font-family: "Poppins";
	outline: none;
	border: none;
}

.quotedvleft form>input {
	width: calc(100% - 40px);
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 0 20px;
	height: 50px;
	font-size: 14px;
	font-family: "Poppins";
	outline: none;
	border: none;
}

.quotedvleft form textarea {
	width: calc(100% - 40px);
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px;
	line-height: 30px;
	font-size: 14px;
	font-family: "Poppins";
	outline: none;
	border: none;
}

.quotedvleft form button {
	width: 180px;
	height: 45px;
	background-color: #e27532;
	text-align: center;
	line-height: 45px;
	border-radius: 45px;
	color: #ffffff;
	font-size: 14px;
	border: none;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	margin-top: 20px;
}

.quotedvright h1 {
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_Medium";
	margin-bottom: 1.25rem;
}

.quotedvright p {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}

.quotedvright img {
	display: block;
	width: 100%;
	margin-top: 1.25rem;
}

.proall {
	padding: 5.9375rem 0px;
	background-color: #f7f7f7;
}

.blogdv {
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}

.zleft {
	width: 25%;
	background-image: linear-gradient(to right, #387327, #b7df53);
	border-radius: 25px;
	padding-bottom: 10px;
}

.zleft h1 {
	color: #ffffff;
	line-height: 100px;
	padding-left: 2.5rem;
	font-size: 26px;
	font-family: "TechnaSans";
}

.zleft ul {
	background-color: #fff;
	border-radius: 25px;
	padding: 20px 30px;
	padding-bottom: 10px;
}

.zleft ul li {
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid #dfe1e6;
	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;
}

.zleft ul li:last-child {
	border: none;
}

.zleft ul li a {
	display: block;
	color: #333333;
	font-size: 15px;
	transition: all 1s;
}

.zleft ul li a:hover {
	color: #1c5c37;
}

.zleft ul li.active a {
	color: #1c5c37;
}

.zright {
	width: 72%;
}

.zright .sycplist {
	margin-top: 0;
}

.zright .sycplist ul {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.zright .sycplist ul li {
	width: 31.33%;
}

.mbx {
	margin: 0 auto;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}

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

.mbxleft iconpark-icon {
	color: #666666;
	font-size: 20px;
	margin-right: 10px;
}

.mbxleft a {
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}

.mbxleft {
	color: #808080;
	font-size: 14px;
}

.mbxleft a:last-child {
	color: #1c5c37;
}

.mbxright a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.mbxright a iconpark-icon {
	color: #1c5c37;
	font-size: 20px;
	margin-right: 10px;
}

.mbxright a span {
	font-size: 14px;
	color: #1c5c37;
}

.cpxq {
	padding-top: 2.5rem;
	padding-bottom: 6.25rem;
}

.cpxq {
	background-color: #f7f7f7;
}

.cpxqdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cpxqdvleft {
	width: 45%;
}

.cpxqdvright {
	width: 50%;
}

.cpxqdvright h1 {
	color: #1c5c37;
	font-size: 16px;
	font-family: "Poppins";
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cpxqdvright h2 {
	line-height: 40px;
	color: #1c5c37;
	font-size: 30px;
	font-family: "TechnaSans";
	margin-bottom: 2.5rem;
}

.cpxqdvright P {
	color: #606060;
	font-size: 14px;
	line-height: 30px;
}

.cpxqdvright section {
	margin-top: 2.5rem;
	display: flex;
	justify-content: flex-start;
}

.cpxqdvright section a {
	display: block;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	color: #1c5c37;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	background-color: #fff;
	margin-right: 1.25rem;
}

.cpxqdvright section a:hover {
	background-image: linear-gradient(to right, #387327, #b7df53);
	color: #fff;
}

.xqbiaoti {
	margin: 0 auto;
	width: 93.75rem;
	margin-top: 45px;
}

.xqbiaotibt {
	border-bottom: 1px solid #e6e6e6;
	line-height: 50px;
}

.xqbiaotibt h1 {
	color: #1c5c37;
	font-size: 16px;
	font-family: "Poppins_Medium";
}

.xqbiaotibt i {
	display: block;
	width: 160px;
	height: 2px;
	background-color: #1c5c37;
}

.xqbiaotidv {
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
}

.xqbiaotidv img {
	max-width: 100%;
}

.post img {
	max-width: 100%;
}

.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.fy a {
	color: #808080;
	font-size: 15px;
	transition: all 1s;
	font-family: "Roboto";
}

.fy a:hover {
	color: #315f31;
}

.xqcjcp {
	margin: 0 auto;
	margin-top: 3.75rem;
	width: 93.75rem;
}

.xqcjcpbt {
	margin-bottom: 3.75rem;
	color: #4c4c4c;
	font-size: 38px;
	font-family: "TechnaSans";
	text-align: center;
}

.mfoot {
	height: 45px;
	display: none;
}

.mfootdv {
	display: none;
}

.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: 95%;
	text-align: center;
}

.sjnav {
	display: none;
}

.nrbanner .btext section h2 {
	font-size: 60px;
	color: #ffffff;
	font-family: "Poppins_Bold";
	margin-bottom: 10px;
}

.nrbanner .btext section p {
	color: #ffffff;
	font-size: 17px;
}

.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 h2 {
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	font-family: "Poppins";
}

.bannersasg .swiper-slide section p {
	color: #ffffff;
	font-size: 42px;
	margin-top: 15px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "HarmonyOSSansSC";
}

.bannersasg .swiper-slide section a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
	background: url(../images/sawe_03.jpg) center no-repeat;
	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: #fff;

}

.bannersasg .swiper-slide section a span {
	color: #fff;
	font-size: 16px;
}

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

.maoyileft {
	display: flex;
	justify-content: flex-start;

}

.maoyileft #thumbs2 {
	width: 8.5rem;
	height: 32.875rem;
	margin: 0;
	margin-left: 20px;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: calc(100% - 4px);
	background-color: #fff;
	border: 2px solid #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #315f31;
	background-color: #fff;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 32.875rem;
	margin: 0;
	height: 32.875rem;
	background-color: #fff;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}



.headdvright ul li:hover div {
	display: block;
}

.headdvright ul li div {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 100%;
	top: 70px;
	z-index: 5;
	padding-top: 30px;
}



.headdvright ul li div dl {
	overflow: hidden;
	border-radius: 6px;
	width: 160px;
	background-color: #fff;
}

.headdvright ul li div dl dd a {
	color: #333 !important;
	height: 40px;
	text-align: left;
	display: block;
	width: 94%;
	padding: 0 5%;
	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: #1c5c37;
}

.headdvright ul li:hover div dl dd a {
	font-weight: normal;
}

.headdvright ul li div dl dd a:hover {
	background-color: #1c5c37;
	color: #fff !important;
	font-weight: normal;
}

.syaboutdvright div {
	cursor: pointer;
}





.syabout #videobox1 {
	position: fixed;
	padding: 10px;
	background-color: #fff;
	width: 980px;
	margin-left: -490px;
	left: 50%;
	display: none;
	top: 15%;
	z-index: 9999;
	box-shadow: 0px 0px 15px #ececec;
}

#closex1 {
	text-align: right;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}


.yce {
	position: fixed;
	top: 50%;
	right: 15px;
	z-index: 999;
	margin-top: -112.5px;
}

.yce ul li {
	width: 45px;
	height: 45px;
	display: block;
	background-color: rgba(1, 12, 22, 0.60);
	border-radius: 5px;
	margin-bottom: 15px;
	transition: all 1s;
	position: relative;
}

.yce ul li:hover {
	background-color: #315f31;
}

.yce ul li i {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

.yce ul li iconpark-icon {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
}
.yce ul li svg{
	font-size: 24px;
    width: 30px;
    margin: 0 auto;    height: 45px;
    display: block;
}
.yce ul li svg path{
  fill: #fff;
}
.yce ul li div {
	position: absolute;
	right: 20px;
	top: 0;
	border-radius: 5px;
	width: 0px;
	overflow: hidden;
	transition: all 1s;
	width: 0px;
	opacity: 0;
	z-index: -99;
}

.yce ul li div h1 {
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 190px;

	background-color: #315f31;
}

.yce ul li:hover div {
	width: 190px;
	z-index: 99;
	opacity: 1;
	transform: translateX(-40px);
}

.yce ul li div img {
	display: block;
	width: 120px;
	margin: 0 auto;
}

.yce ul li:nth-child(3) div {
	width: 130px;
}

.yce ul li:nth-child(1) {
	display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}

	.showprobt {
		width: 95%;
	}

	.showprobtleft {
		width: 50rem;
	}

	.showprodv {
		width: 95%;
	}

	.showprodv ul li {
		width: 24%;
		margin: .5%;
	}

	.showprodv ul li a h2 {
		font-size: 16px;
	}

	.sycpdv {
		width: 95%;
	}

	.sycplist ul li .sycptext p {
		font-size: 16px;
	}

	.sycplist ul li .sycptext h2 {
		width: 10.75rem;
	}

	.syaboutdv {
		width: 95%;
	}

	.sz ul {
		width: 95%;
	}

	.advright ul {
		width: 90%;
		left: 5%;
		top: 0;
	}

	.casedv {
		width: 95%;
	}

	.casedvlist {
		width: 87%;
	}

	.synewdv {
		width: 95%;
	}

	.anydv {
		width: 95%;
	}

	.anydv form input {
		width: 15%;
	}

	.footdv {
		width: 95%;
	}

	.footleft {
		width: 30%;
	}

	.footcenter {
		width: 40%;
	}

	.wdldv {
		width: 95%;
	}

	.advright ul li p {
		font-size: 16px;
	}

	.blogdv {
		width: 95%;
	}

	.mbx {
		width: 95%;
	}

	.cpxqdv {
		width: 95%;
	}

	.xqbiaoti {
		width: 95%;
	}

	.xqcjcp {
		width: 95%;
	}

	.hzhbandv {
		width: 95%;
	}

	.hzhbandvleft {
		width: 45%;
	}

	.hzhbandvright {
		width: 52%;
	}

	.aredvs {
		width: 95%;
	}

	.areright .aredvs p {
		font-size: 14px;
	}

	.areleftdv img {
		width: auto;
	}

	.questionslist {
		width: 95%;
	}

	.questionslist ul li .quetop h2 span {
		width: 82%;
	}

	.lxwm {
		width: 95%;
	}

	.liuyan form {
		width: 95%;
	}

	.shownav ul li {
		width: 20%;
	}

	.xiangmu .synewslist {
		width: 95%;
	}

	.newsdvlist {
		width: 95%;
	}

	.newsdvlistext {
		width: 84%;
	}

	.newsdvlist ul li a .newsdvlistime {
		width: 13%;
	}

	.sgahhrj section {
		width: 95%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}

	.showprobt {
		width: 95%;
	}

	.showprobtleft {
		width: 50rem;
	}

	.showprodv {
		width: 95%;
	}

	.showprodv ul li {
		width: 24%;
		margin: .5%;
	}

	.showprodv ul li a h2 {
		font-size: 16px;
	}

	.sycpdv {
		width: 95%;
	}

	.sycplist ul li .sycptext p {
		font-size: 16px;
	}

	.sycplist ul li .sycptext h2 {
		width: 10.75rem;
	}

	.syaboutdv {
		width: 95%;
	}

	.sz ul {
		width: 95%;
	}

	.advright ul {
		width: 90%;
		left: 5%;
		top: 0;
	}

	.casedv {
		width: 95%;
	}

	.casedvlist {
		width: 87%;
	}

	.synewdv {
		width: 95%;
	}

	.anydv {
		width: 95%;
	}

	.anydv form input {
		width: 15%;
	}

	.footdv {
		width: 95%;
	}

	.footleft {
		width: 30%;
	}

	.footcenter {
		width: 40%;
	}

	.wdldv {
		width: 95%;
	}

	.advright ul li p {
		font-size: 16px;
	}

	.blogdv {
		width: 95%;
	}

	.mbx {
		width: 95%;
	}

	.cpxqdv {
		width: 95%;
	}

	.xqbiaoti {
		width: 95%;
	}

	.xqcjcp {
		width: 95%;
	}

	.hzhbandv {
		width: 95%;
	}

	.hzhbandvleft {
		width: 45%;
	}

	.hzhbandvright {
		width: 52%;
	}

	.aredvs {
		width: 95%;
	}

	.areright .aredvs p {
		font-size: 14px;
	}

	.areleftdv img {
		width: auto;
	}

	.questionslist {
		width: 95%;
	}

	.questionslist ul li .quetop h2 span {
		width: 82%;
	}

	.lxwm {
		width: 95%;
	}

	.liuyan form {
		width: 95%;
	}

	.shownav ul li {
		width: 20%;
	}

	.xiangmu .synewslist {
		width: 95%;
	}

	.newsdvlist {
		width: 95%;
	}

	.newsdvlistext {
		width: 84%;
	}

	.newsdvlist ul li a .newsdvlistime {
		width: 13%;
	}

	.sgahhrj section {
		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;
	}

	.headtop {
		display: none;
	}

	.showprobt {
		width: 95%;
		display: block;
	}

	.showprobtleft {
		width: 100%;
	}

	.showprobtleft h1 {
		font-size: 14px;
		text-align: center;
	}

	.showprobtleft p {
		line-height: 30px;
		font-size: 20px;
		text-align: center;
	}

	.showprobtright {
		width: 100%;
	}

	.showprobtright p {
		font-size: 14px;
	}

	.showprodv {
		width: 95%;
	}

	.showprodv ul li {
		width: 48%;
	}

	.showprodv ul li a img {
		width: 50%;
	}

	.showprodv ul li a h2 {
		width: 48%;
		font-size: 14px;
	}

	.sycpdv {
		width: 95%;
	}

	.sybt {
		display: block;
	}

	.sybtleft h1 {
		text-align: center;
		font-size: 14px;
	}

	.sybtleft p {
		text-align: center;
		font-size: 20px;
		margin-top: 0;
	}

	.sybtright a {
		width: 100px;
		margin: 0 auto;
		height: 40px;
		line-height: 40px;
	}

	.sycplist ul li {
		width: 48%;
	}

	.sycplist ul {
		flex-wrap: wrap;
	}

	.sycplist ul li .sycptext {
		padding-top: 15.375rem;
		margin-top: -14.5rem;
	}

	.sycplist ul li .sycptext i {
		height: 10px;
		margin-bottom: 10px;
	}

	.sycplist ul li .sycptext p {
		font-size: 14px;
		line-height: 30px;
		height: 60px;
	}

	.sycplist ul li .sycptext i {
		border-bottom: 1px solid #ccc;
	}

	.sycplist ul li .sycptext h2 {
		width: 80%;
	}

	.sycplist ul li .sycptext h2 {
		width: 70%;
		padding-left: 10%;
		padding-right: 5%;
		height: 40px;
	}

	.syaboutdv {
		width: 95%;
		display: block;
	}

	.syaboutdvleft {
		width: 100%;
	}

	.syaboutdvleft h1 {
		font-size: 14px;
		text-align: center;
	}

	.syaboutdvleft h2 {
		font-size: 20px;
		margin-bottom: 15px;
		text-align: center;
	}

	.syaboutdvleft p {
		font-size: 14px;
		line-height: 30px;
	}

	.syaboutdvleft a {
		width: 100px;
		height: 40px;
		margin-top: 20px;
	}

	.syaboutdvright {
		width: 100%;
		margin-top: 20px;
	}

	.syaboutdvright img {
		width: 100%;
	}



	.syaboutdvright div h3 {
		font-size: 16px;
	}

	.syaboutdvright div img {
		width: 55px;
	}

	.foot {
		display: none;
	}

	.sz {
		padding: 15px 0px;
	}

	.sz ul {
		width: 95%;
		flex-wrap: wrap;
	}

	.sz ul li {
		width: 50%;
		margin: 10px 0px;
	}

	.sz ul li h2 span {
		font-size: 28px;
	}

	.sz ul li h2 i {
		font-size: 14px;
	}

	.sz ul li p {
		font-size: 14px;
		margin-top: 0;
	}

	.adv {
		display: block;
	}

	.advleft {
		width: 100%;
	}

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

	.advright {
		height: 500px;
		width: 100%;
	}

	.advright div {
		width: 100%;
	}

	.advright ul {
		width: 95%;
		left: 2.5%;
		height: 90%;
		margin: 5% 0;
	}

	.advright ul li h1 {
		color: #ffffff;
		font-size: 16px;
		border-bottom: 1px solid #9abb7d;
		padding-bottom: 10px;
	}

	.advright ul li p {
		line-height: 30px;
		color: #ffffff;
		font-size: 14px;
		margin-top: 10px;
	}

	.advright iconpark-icon {
		width: 30px;
		height: 30px;
		font-size: 24px;
		bottom: 2.5rem;
		left: 50%;
		margin-left: -15px;
	}

	.sysolutionbt h1 {
		font-size: 14px;
	}

	.sysolutionbt p {
		font-size: 20px;
		margin-top: 10px;
	}

	.casedv {
		width: 97%;
	}

	.casedv>a {
		width: auto;
		height: auto;
		background-color: transparent;
	}

	.casedvlist {
		width: 85%;
	}

	.casedvlist .swiper-slide h1 {
		line-height: 50px;
		height: 50px;
		font-size: 14px;
	}

	#lj {
		width: 100px;
		height: 40px;
		line-height: 40px;
	}

	.synewdv {
		width: 95%;
	}

	.synewslist ul {
		margin-top: 3.75rem;
		display: block;
	}

	.synewslist ul li {
		width: 100%;
		margin-top: 15px;
	}

	.synewslist ul li section {
		padding: 5%;
		width: 90%;
	}

	.synewslist ul li section h2 {
		font-size: 16px;
	}

	.synewslist ul li section h3 iconpark-icon {
		width: 33px;
		height: 33px;
	}

	.any {
		padding: 25px 0px;
	}

	.anydv {
		width: 95%;
		display: block;
	}

	.anydv h1 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}

	.anydv form {
		display: block;
		width: 100%;
	}

	.anydv form input {
		width: 95%;
		margin-bottom: 10px;
	}

	.anydv form input:nth-child(3) {
		width: 95%;
	}

	.blogdv {
		width: 95%;
	}

	.zleft {
		display: none;
	}

	.zright {
		width: 100%;
	}

	.zright .sycplist ul li {
		width: 48%;
	}

	.shownav ul {
		width: 100%;
	}

	.shownav ul li {
		width: 100%;
	}

	.shownav ul li a {
		width: 100%;
		line-height: 45px;
	}

	.shownav {
		height: auto;
	}

	.xiangmu .synewslist {
		width: 95%;
		display: none;
	}

	.newsdvlist {
		width: 95%;
		margin-top: 0px;
	}

	.xiangmu .innewlist {
		display: none;
	}

	.newsdvlist ul li {
		margin-top: 10px;

	}

	.newsdvlist ul li a .newsdvlistime {
		display: none;
	}

	.newsdvlist ul li a {
		width: 100%;
	}

	.newsdvlistext {
		padding: 0;
		padding: 3%;
		width: 94%;
	}

	.newsdvlistext h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.newsdvlistext p {
		font-size: 14px;
	}

	.lxwm {
		width: 95%;
	}

	.lxwmbt h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.lxwmbt p {
		text-align: center;
		font-size: 14px;
		line-height: 25px;
	}

	.lxwmlist ul {
		display: block;
	}

	.lxwmlist ul li {
		width: 90%;
		padding: 5%;
		margin-bottom: 15px;
	}

	.lxwmlist ul li iconpark-icon {
		font-size: 24px;
	}

	.lxwmlist ul li h1 {
		font-size: 16px;
	}

	.liuyan form {
		width: 95%;
	}

	.liuyan form div input {
		width: 94%;
		line-height: 40px;
		height: 40px;
		margin-bottom: 10px;
		padding: 0 3%;
	}

	.liuyan form textarea {
		width: 94%;
		line-height: 40px;
		padding: 0 3%;
	}

	.liuyan form button {
		width: 150px;
		height: 40px;
		margin-top: 15px;
	}

	.questionslist {
		width: 95%;
	}

	.questionslist ul li {
		width: 90%;
		padding: 0 5%;
	}

	.questionslist ul li .quetop h2 img {
		width: 30px;
		height: 30px;
	}

	.questionslist ul li .quetop h2 span {
		font-size: 16px;
	}

	.questionslist ul li .quetop i {
		font-size: 20px;
	}

	.questionslist ul li .quetop {
		height: 60px;
	}

	.questionslist ul li .quedown {
		padding: 0 5%;
		width: 90%;
	}

	.quedown img {
		display: block;
		width: 30px;
	}

	.quedown h3 {
		font-size: 14px;
	}

	.hzhbandv {
		display: block;
		width: 95%;
	}

	.hzhbandvleft {
		width: 100%;
	}

	.hzhbandvleft h1 {
		font-size: 14px;
		text-align: center;
	}

	.hzhbandvleft h2 {
		font-size: 20px;
		height: 40px;
		text-align: center;
	}

	.hzhbandvleft>i {
		margin: 0 auto;
		margin-top: -2px;
		margin-bottom: 15px;
	}

	.hzhbandvleft p {
		font-size: 14px;
		line-height: 30px;
	}

	.hzhbandvleft ul li span {
		font-size: 14px;
	}

	.hzhbandvright {
		width: 100%;
	}

	.are {
		display: block;
	}

	.areleft {
		width: 100%;
	}

	.zyou {
		width: 130px;
		height: 40px;
	}

	.areright {
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
		padding-bottom: 30px;
	}

	.aredvs {
		padding: 0;
		width: 100%;
	}

	.areright .aredvs h1 {
		text-align: center;
		font-size: 14px;
	}

	.areright .aredvs h2 {
		text-align: center;
		font-size: 20px;
	}

	.areright .aredvs i {
		height: 15px;
		margin: 0 auto;
		margin-top: 15px;
	}

	.areright .aredvs h3 {
		font-size: 16px;
	}

	.areright .aredvs p {
		font-size: 14px;
	}

	.xqcjcp {
		width: 95%;

	}

	.xqcjcpbt {
		font-size: 20px;
	}

	.xqbiaoti {
		margin-top: 25px;
		width: 95%;
	}

	.fy {
		display: block;
	}

	.fy p {
		margin-bottom: 10px;
		line-height: 30px;
	}

	.cpxqdv {
		width: 95%;
		margin: 0 auto;
		display: block;
	}

	.cpxqdvright {
		width: 100%;
		margin-top: 15px;
	}

	.cpxqdvright h1 {
		font-size: 14px;
	}

	.cpxqdvright h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.cpxqdvright section {
		margin-top: 20px;
	}

	.cpxqdvright section a {
		height: 40px;
		width: 150px;
		line-height: 40px;
	}

	.mbx {
		width: 95%;
	}

	.mbxright {
		display: none;
	}

	.chanpinimg {
		display: block;
	}

	.chanpinimgleft {
		display: block;
		width: 100%;
	}

	.maoyileft {
		width: 100%;
		display: block;
	}

	.maoyileft #gallery2 {
		width: 100%;
		height: auto;
	}

	.maoyileft #thumbs2 {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}

	.maoyileft #thumbs2 .swiper-slide div {
		width: calc(100% - 5px);
	}

	.cpxqdvleft {
		width: 100%;
	}

	.maoyileft #thumbs2 {
		margin-left: 0;
	}

	.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: #3f7829;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #256c0b;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 12px;
		line-height: 45px;
		text-align: center;
		display: block;
	}

	.bannersasg .swiper-slide section p {
		font-size: 20px;
		line-height: 35px;
	}

	.bannersasg .swiper-slide section h3 {
		font-size: 14px;
	}

	.bannersasg .swiper-slide {
		overflow: hidden;
	}

	.bannersasg .swiper-slide img {
		width: 130%;
		margin-left: -15%;
		max-width: initial;
	}

	.bannersasg .swiper-slide section a {
		height: 35px;
		width: 80px;
		padding-right: 9px;
		padding-left: 20px;
	}

	.bannersasg .swiper-slide section a span {
		font-size: 14px;
	}

	.sgahhrj section {
		width: 95%;
	}

	.bannersasg .swiper-slide section img {
		width: auto;
		margin: 2.5rem 0px;
		display: block;
		width: 30px;
	}

	.nrbanner .btext {
		width: 95%;
		margin-left: 0;
		left: 2.5%;

	}

	.nrbanner .btext section {
		width: 90%;
	}

	.nrbanner .btext section h2 {
		text-align: center;
		font-size: 20px;
	}

	.nrbanner .btext section p {
		text-align: center;
		font-size: 14px;
	}

	.nrbanner img {
		display: block;
		width: 150%;
		margin-left: -25%;
	}

	.nrbanner {
		overflow: hidden;
	}

	.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 13px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}

	.mobile-inner {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		height: 50px;
	}

	.glptlist ul li span {
		font-size: 32px;
		text-align: center;
	}

	.duijielist ul li h1 img {
		width: 35px;
	}

	.duijielist ul li h1 img:last-child {
		width: 35px;
	}

	.qywhdvcenter {
		padding: 14.6875rem;
	}

	.sybtright a {
		display: none;
	}

	#lj {
		display: none;
	}

	.sycplist ul li .sycptext p {
		height: 30px;
	}

	.x9,
	.x3 {
		width: 100%;
	}

	.sidebar-l {
		margin: 0;
	}

	.article .post h1 {
		font-size: 18px;
	}

	.mobile-inner-img {
		position: relative;
		z-index: 6;
	}

	.liuyan form div input:nth-child(3) {
		width: 37.5%;
	}

	.liuyan form div input:nth-child(2) {
		width: 48%;
	}

	.mobile-inner-nav ul li {
		border-bottom: solid 1px rgba(40, 40, 40, 0.4);
	}

	.mobile-inner-nav ul li h1 {
		display: flex;
		justify-content: space-between;
	}

	.mobile-inner-nav ul li a {
		display: inline;
		border: none;
		font-size: 16px;
	}

	.mobile-inner-nav ul li iconpark-icon {
		font-size: 20px;
		color: #333;
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mobile-inner-nav ul li dl {
		padding-bottom: 15px;
		display: none;
	}

	.mobile-inner-nav ul li dl dd {
		height: 35px;
		line-height: 35px;
	}

	.mobile-inner-nav ul li dl dd a {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.mobile-inner-nav a:hover {
		color: rgb(63 120 41);
		border-bottom: none;
	}

	.mobile-inner-nav ul li.active h1 a {
		color: rgb(63 120 41);
	}

	table {
		max-width: 100% !important;
	}

	td,
	tr,
	th {
		width: auto !important;
	}

	.syaboutdv #videobox1 {
		width: calc(100% - 20px);
		left: 0;
		margin-left: 0;
	}
}