/* 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: "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;
	height: 100%;
}
.headdvleft{
	height: 100%;
	position: relative;
}
.headdvleft img {
	display: block;
	height: 100%;
	opacity: 1;
	transition: all 1s;
}
.headdvleft img:last-child{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.slideUp .headdvleft img{
	opacity: 0;
}
.slideUp .headdvleft img:last-child{
	opacity: 1;
}
.headdvright {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 88%;
	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 span {
	font-size: 16px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.headdvright ul li::after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 4px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}
.headdvright ul li:hover::after{
	background-color: #fff;
}
.slideUp .headdvright ul li:hover::after{
	background-color: #054f00;
}
.slideUp .headdvright ul li:hover a span{
	color: #054f00;
}
.slideUp .headdvright ul li.active::after{
	background-color: #054f00;
}
.slideUp .headdvright ul li.active a span{
	color: #054f00;
}
.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;
	transition: all 1s;
}
.slideUp .headdvright .ss iconpark-icon{
	color: #333;
}
.slideUp .headdvright .ss:hover iconpark-icon{
	color: #054f00;
}

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

.bewst{
	padding: 5.9375rem 0px;
	width: 100%;
	background-color: #fcfcfc;
}
.bewstbt{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bewstbtleft h1{
	font-size: 38px;
	font-family: "Poppins_Medium";
	color: #4c4c4c;
	text-transform: uppercase;
}
.bewstbtleft p{
	color: #808080;
	font-size: 16px;
}
.bewstbt a{
	width: 135px;
	padding-left: 30px;
	padding-right: 25px;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	background-color: #054f00;
}
.bewstbt a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
}
.bewstbt a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fdfefd;
	font-size: 24px;
}
.popprolist{
	width: 93.75rem;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 6.375rem;
	margin-top: 3.125rem;
}
.popprolist .swiper-slide{
	border-radius: 25px;
	position: relative;
	z-index: 5;
}
.popprolist .swiper-slide a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	border-radius: 25px;
}
.popprolist .swiper-slide div{
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 10px #ececec;
	border-radius: 25px;
	overflow: hidden;
}
.popprolist .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.popprolist .swiper-slide:hover div img{
	transform: scale(1.05);
}
.popprolist .swiper-slide section {
	padding: 25px 0px;
}
.popprolist .swiper-slide section h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.popprolist .swiper-slide section p{
	text-align: center;
	color: #4d4d4d;
	font-size: 14px;
}

.popprolist .swiper-slide:hover::after{
	top: 10px;
	opacity: 1;
}
.zy{
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}
.zy .swiper-pagination{
	position: initial;
	width: 200px;
	height: 90px;
	text-align: left;
	line-height: 90px;
	color: #808080;
	font-size: 18px;
}
.zy .swiper-pagination span:first-child{
	color: #054f00;
	font-size: 30px;
}
.zy .gehrfsd{
	width: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zy .gehrfsd .swiper-button-next,.zy .gehrfsd .swiper-button-prev{
	position: initial;
	margin: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #bbbbbb;
	border-radius: 50px;
	transition: all 1s;
	opacity: 1;
}
.zy .gehrfsd .swiper-button-next:after,.zy .gehrfsd .swiper-button-prev:after{
	font-size: 16px;
	color: #246520;
}
.zy .gehrfsd .swiper-button-next:hover,.zy .gehrfsd .swiper-button-prev:hover{
	background-color: #054f00;
	border: 1px solid #054f00;
}
.zy .gehrfsd .swiper-button-next:hover:after,.zy .gehrfsd .swiper-button-prev:hover:after{
	color: #fff;
}
.syab{
	background: url(../images/ab_02.jpg) center no-repeat;
	background-size: cover;
	padding: 6.5625rem 0px;
}
.syabdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syabdvright{
	width: 50%;
}
.syabdvright h1{
	color: #054f00;
	font-size: 16px;
	text-transform: uppercase;
}
.syabdvright h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_Medium";
	margin-bottom: 2.5rem;
}
.syabdvright p{
	color: #808080;
	font-size: 16px;
	line-height: 35px;
}

.syabdvright a{
	width: 135px;
	padding-left: 30px;
	padding-right: 25px;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	background-color: #054f00;
	margin-top: 2.5rem;
}
.syabdvright a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
}
.syabdvright a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fdfefd;
	font-size: 24px;
}
.sz{
	width: 87.5rem;
	margin: 0 auto;
	padding: 40px 3.125rem;
	background-color: rgb(8 109 1 / 50%);
	margin-top: 5.625rem;
	backdrop-filter: blur(10px);
	border-radius: 20px;
}
.sz ul{
	display: flex;
	justify-content: space-between;
}
.sz ul li h2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sz ul li h2 span{
	color: #ffffff;
	font-size: 58px;
	font-family: "Poppins_Medium";
}
.sz ul li h2 i{
	color: #ffffff;
	font-size: 22px;
}
.sz ul li P{
	color: #fff;
	font-size: 16px;
}
.adv{
	margin: 95px auto;
	width: 93.75rem;
}
.advlist ul{
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
}
.advlist ul li{
	width: 16%;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
	transition: all 1s;
}
.advlist ul li.active{
	width: 45%;
}
.advlist ul li div img{
	display: block;
}
.advlist ul li section{
	width: calc(100% - 30px);
	bottom: 20px;
	position: absolute;
	padding: 0 15px;
}
.advlist ul li section h1{
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	font-family: "Poppins_Medium";
	transition: all 1s;
}
.advlist ul li section p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.advlist ul li section{
	width: 90%;
	padding: 0 5%;
}
.advlist ul li.active h1{
	text-align: left;
}
.advlist ul li.active p{
	text-align: left;
}
.yslist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 60px;
	width: 103.125rem;
}
.yslistdvs{
	width: 93.75rem;
}
.rybg{
	padding: 5.625rem 0px;
	padding-bottom: 9.375rem;
	background: url(../images/rybg_02.jpg) center no-repeat;
	background-size: cover;
}
.rydv{
	width: 93.75rem;
	margin: 0 auto;
}
.rybg .yslistdv .swiper-slide:nth-child(2n) {
    transform: translateY(0);
}
.rybg .yslistdvs{
	width: 84.25rem;
	padding-bottom: 0;
}
.rybg .grl{
	border-radius: 0;
}
.rybg .yslist{
	width: 93.75rem;
}
#btn1,#btn2{
	width: 45px;
	height: 45px;
	display: block;
	background-color: #ebf6ff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
#btn1 iconpark-icon ,#btn2 iconpark-icon {
	color: #9b9b9b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all 1s;
}
#btn1:hover,#btn2:hover{
	background-color: #054f00;
}
#btn1:hover iconpark-icon ,#btn2:hover iconpark-icon {
	color: #fff;
}
.rybt{
	text-align: center;
}
.rybt h1{
	text-align: center;
	font-size: 38px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	color: #4c4c4c;
}
.rybt p{
	text-align: center;
	color: #808080;
	font-size: 16px;
}
.yslistdvs img{
	display: block;
	width: 100%;
}
.synews{
	padding: 5.9375rem 0;
	background-color: #ffffff;
}
.synewsdvtop{
	display: flex;
	justify-content: space-between;
}
.synewsdv{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.synewsdvtopleft{
	width: 66.666%;
	position: relative;
}
.synewsdvtopleft img{
	display: block;
	width: 100%;
}
.synewsdvtopright{
	width: 33.333%;
	background: url(../images/newsimg_04.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.synewsdvtopleft section{
	display: block;
	padding: 5%;
	width: 90%;
	position: absolute;
	top: 0;
	left: 0;
}
.synewsdvtopleft section span{
	color: #ffffff;
	font-size: 14px;
}
.synewsdvtopleft section h1{
	color: #ffffff;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.synewsdvtopright h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins_Medium";
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
}
.synewsdvtopright a{
	display: block;
	width: 100%;
}
.synewsdvtopright section{
	width: 82%;
	padding: 0 8%;
}
.synewsdvtopright section p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
}
.synewsdvtopright section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.synewsdvtopright section h2 span{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.synewsdvtopright section h2 iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	font-size: 16px;
	margin-left: 10px;
}
.synewdown ul{
	display: flex;
	justify-content: center;
}
.synewdown ul li{
	width: 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.synewdown ul li a{
	display: block;
	width: 100%;
}
.synewdown ul li h1{
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
}
.synewdown ul li img{
	width: 100%;
	display: block;
}
.synewdown ul li section{
	width: 82%;
	padding: 0 8%;
}
.synewdown ul li section p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.synewdown ul li section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.synewdown ul li section h2 span{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.synewdown ul li section h2 iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	font-size: 16px;
	margin-left: 10px;
}
.synewdown ul li:nth-child(1){
	background-color: #054f00;
}
.synewdown ul li:nth-child(1) h1,.synewdown ul li:nth-child(1) p,.synewdown ul li:nth-child(1) section span,.synewdown ul li:nth-child(1) section  iconpark-icon{
	color: #fff;
}
.synewdown ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.synewsdv{
	border-radius: 30px;
	overflow: hidden;
}
.synewdown ul li:nth-child(2){
	background-color: #f7f7f7;
}

.any{
	padding: 80px 0;
	background: url(../images/jsy_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color:transparent;
	padding: 0 2%;
	height: 45px;
	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: 28%;
}
.anydv form button{
	width: 150px;
	height: 45px;
	line-height: 45px;
	background-color: #83a983;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
	text-transform: uppercase;
}
.foot{
	padding-top: 5rem;
	background-color: #1a1a1a;
	background-size: cover;
}
.footdv{
	width: 97.5rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdv ol{
	display: flex;
	justify-content: flex-start;
	margin-top: 50px;
}
.footdv ol li{
	margin-right: 15px;
}
.footdvleft{
	width: 360px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 30px;
	font-size: 14px;
	color: #efefef;
}
.footdvleft section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.footdvleft section img{
	margin-right: 20px;
}
.footdvright{
	width: 63%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #d6d6d6;
	font-size: 14px;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
}
.footdvright dl dt{
	border-bottom: 1px solid #313131;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl ol{
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
}
.footdvright dl ol li{
	margin-right: 15px;
}
.footdvright dl ol li a img{
	display: block;
	width: 34px;
}
.footdvright dl:nth-child(2){
	width: 60%;
}
.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 i{
	color: #d6d6d6;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}


.ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
}
.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;
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #313131;
	height: 70px;
}
.wdldv{
	width: 97.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
}
.categopy{
	padding: 6.25rem 0px;
	padding-bottom: 9.375rem;
	
	background: url(../images/banquan_02.jpg) center no-repeat;
	background-size: contain;
	background-color: #eeeeee;
}
.categopydv{
	width: 93.75rem;
	
	margin: 0 auto;
}
.prolists ul li{
	padding: 75px 0px;
	background-color: #f7f7f7;
}
.prolists ul li:nth-child(2n){
	background-color: #fff;
}
.prolists ul li .prolistdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 93.75rem;
	margin: 0 auto;
}
.prolists ul li:nth-child(2n) .prolistdv{
	flex-direction: row-reverse;
}
.prolists ul li .prolistdv .prolistleft{
	width: 52%;
	border-radius: 20px;
	overflow: hidden;
}
.prolists ul li .prolistdv .prolistleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prolists ul li .prolistdv .prolistleft:hover img{
	transform: scale(1.05);
}
.prolists ul li .prolistdv .prolistright{
	width: 42%;
}
.prolists ul li .prolistdv .prolistright h1{
	color: #4d4d4d;
	font-family: "Inter";
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}
.prolists ul li .prolistdv .prolistright p{
	color: #808080;
	font-family: "Poppins";
	font-size: 16px;
	line-height: 35px;
}
.prolists ul li .prolistdv .prolistright a{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	border-radius: 50px;
	border: 1px solid #054f00;
	width: 130px;
	margin-top: 3.125rem;
	padding-left: 30px;
	height: 50px;
	align-items: center;
	transition: all  1s;
}
.prolists ul li .prolistdv .prolistright a span{
	color: #054f00;
	font-size: 14px;
	transition: all  1s;
}
.prolists ul li .prolistdv .prolistright a iconpark-icon{
	font-size: 20px;
	color: #054f00;
	transition: all  1s;
}
.prolists ul li .prolistdv .prolistright a:hover{
	background-color: #054f00;
}
.prolists ul li .prolistdv .prolistright a:hover iconpark-icon,.prolists ul li .prolistdv .prolistright a:hover span{
	color: #fff;
}
.cpxqing{
	padding-bottom: 4.375rem;
	background-color: #f7f7f7;
}
.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;
	margin-right: 15px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #054f00;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #054f00;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color: #054f00;
}

.pape{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.papeleft{
	width: 40%;
}
.papeleft #gallery2{
	border-radius: 25px;
}
.papeleft #gallery2 img{
	width: 100%;
	display: block;
}
.papeleft #thumbs2{
	border-radius: 15px;
	margin-top: 10px;
} 
.papeleft #thumbs2 .swiper-slide div{
	width: calc(100% - 4px);
	border: 2px solid #f7f7f7;
	border-radius: 15px;
	overflow: hidden;
}
.papeleft #thumbs2 .swiper-slide-thumb-active div{
	border: 2px solid #054f00;
}
.papeleft #thumbs2 img{
	width: 100%;
	display: block;
}
.paperight{
	width: 55%;
}
.paperight h1{
	color: #054f00;
	font-size: 16px;
	margin-bottom: 5px;
	font-family: "Poppins";
	text-transform: uppercase;
}
.paperight h2{
	color: #333333;
	font-size: 30px;
	font-family: "Poppins_SemiBold";
	border-bottom: 1px solid #e5e5e5;
	height: 5rem;
}
.paperight p{
	line-height: 30px;
	font-size: 14px;
	color: #808080;
	margin-top: 15px;
}
.paperight section{
	display: flex;
	justify-content: flex-start;
	margin-top: 3.75rem;
}
.paperight section a{
	display: block;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	margin-right: 20px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	color: #054f00;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 1s;
}
.paperight section a:hover{
	background-color: #054f00;
	color: #fff;
}

.xqing,.xgcp{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}
.xqingbt{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.xqingbt i{
	display: block;
	width: 3px;
	height: 20px;
	background-color: #054f00;
	margin-right: 10px;
}
.xqingbt span{
	color: #333333;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
.xqingdv img{
	max-width: 100%;
}
.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}
.fy a {
	color: #333333;
	font-size: 15px;
	transition: all 1s;
}
.fy a:hover {
	color: #054f00;
}
.xgcp{
	margin-top: 1.125rem;
}
.xgcplist ul{
	display: flex;
	justify-content: space-between;
}
.xgcplist ul li{
	width: 23%;
	margin: 0 1%;
}
.xgcplist ul li div{
	overflow: hidden;
	border-radius: 15px;
	width: 100%;
}
.xgcplist ul li div img{
	display: block;
	transition: all 1s; 
	width: 100%;
}
.xgcplist ul li:hover div img{
	transform: scale(1.05);
}
.xgcplist ul li h1{
	text-align: center;
	margin-top: 15px;
	color: #4c4c4c;
	transition: all 1s; 
	font-size: 18px;
}
.xgcplist ul li:hover h1{
	color: #054f00;	
}
.lxwm{
	padding: 5.625rem 0px;
}
.lxwmlist{
	width: 93.75rem;
	margin: 0 auto;
}
.lxwmbt{
	text-align: center;
	margin-bottom: 3.75rem;
}
.lxwmbt h1{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_Medium";
	text-align: center;
	text-transform: uppercase;
}
.lxwmbt  p{
	color: #808080;
	font-size: 16px;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(24% - 80px);
	padding: 50px  40px;
	background-color: #f7f7f7;
	border-radius: 15px;
	transition: all 1s;
	overflow: hidden;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #dee6de;
	color: #054f00;
	font-size: 30px;
	transition: all 1s;
	margin-bottom: 1.25rem;
}
.lxwmlist ul li h1{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-align: center;
	margin-bottom: 10px;
	transition: all 1s;
}
.lxwmlist ul li p{
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	transition: all 1s;
	color: #666666;
}
.lxwmlist ul li:hover{
	background: url(../images/lxwm_03.jpg) center no-repeat;
	background-size: cover;
	border-radius: 20px;
}
.lxwmlist ul li:nth-child(2):hover{
	background: url(../images/youjian.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(3):hover{
	background: url(../images/dizhibg.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(4):hover{
	background: url(../images/dzbg.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:hover iconpark-icon{
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}


.zxly{
	padding: 3.75rem 0;
	background: url(../images/ly_06.jpg) center no-repeat ;
	background-size: cover;
	background-attachment: fixed;
}
.lxwmdvright{
	width:93.75rem;
	margin: 0 auto;
}
.lxwmdvright form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwmdvright form div input{
	height: 45px;
	width: calc(49.5% - 40px);
	padding: 0 20px;
	margin-bottom: 10px;
	background-color:rgba(255, 255, 255, 0.3);
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
}
.lxwmdvright form div input::placeholder{
	color: #fff;
	font-size: 14px;
}
.lxwmdvright form textarea{
	width: calc(100% - 40px);
	padding:0px 20px;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	font-family: "Poppins";
	line-height: 45px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	margin-bottom: 20px;
}
.lxwmdvright form textarea::placeholder{
	color: #fff;
	font-size: 14px;
	font-family: "Poppins";
}
.lxwmdvright form button{
	width: 200px;
	height: 50px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	border: none;
	border-radius: 50px;
	font-size: 16px;
	border: 1px solid #fff;
	background-color: transparent;
	text-transform: uppercase;
}
.depotbt{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 2.1875rem;
}
.depotbt h1{
	color: #fffefe;
	font-size: 38px;
	font-family: 'Poppins_Medium';
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.depotbt p{
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.shownav {
	width: 100%;
	position: relative;
	box-shadow: 0px 5px 10px #eaeaea;
}

.shownav ul {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}

.shownav ul li {
	position: relative;
}

.shownav ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	border-right: 1px solid #ccc;
}

.shownav ul li:last-child::after {
	display: none;
}

.shownav ul li:hover::after {
	opacity: 0;
}

.shownav ul li.active::after {
	opacity: 0;
}

.shownav ul li a {
	color: #4d4d4d;
	font-size: 16px;
	display: block;
	line-height: 75px;
	padding: 0 35px;
	text-align: center;
	transition: all 1s;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}

.shownav ul li:hover a {
	background-color: #054f00;
	color: #fff;
	
}

.shownav ul li.active a {
	background-color: #054f00;
	color: #fff;
}
.newslisttj{
	padding: 65px 0px;
	background-color: #ffffff;
}
.newstj{
	width: 93.75rem;
	margin: 0 auto;
}
.newstj ul{
	display: flex;
	justify-content: space-between;
}
.newstj ul li{
	width: 32%;
	overflow: hidden;
	border-radius: 25px;
	box-shadow: 0px 0px 15px #ddd;
}
.newstj ul li div{
	width: 100%;
	overflow: hidden;
}
.newstj ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.newstj ul li:hover div img{
	transform: scale(1.05);
}
.newstj ul li section{
	padding: 40px 30px;
}
.newstj ul li section h2{
	color: #054f00;
	font-size: 14px;
	margin-bottom: 10px;
}
.newstj ul li section h1{
	color: #4d4d4d;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	margin-bottom: 5px;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.newstj ul li section p{
	color: #808080;
	font-size: 14px;
	height:50px;
	line-height: 25px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.newstj ul li section h3{
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.newstj ul li section h3 span{
	color: #054f00;
	font-size: 14px;
}
.newstj ul li section h3 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #054f00;
	border-radius: 50px;
	margin-left: 20px;
	font-size: 24px;
	color: #054f00;
	transition: all 1s;
}
.newstj ul li:hover section h3 iconpark-icon{
	background-color: #054f00;
	color: #fff;
}

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

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	box-shadow: 0px 0px 15px #e8e8e8;
	border-radius: 15px;
	overflow: hidden;
}

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

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

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

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

.newsdvlistext {
	width: 80%;
}

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

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

.newsdvlist ul li {
	transition: all .5s;
}

.newsdvlist ul li:hover a {
	background-color: #054f00;
}

.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;
}
.newslisttjs{
	padding-top: 0;
}
.cpdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cpdvleft{
	
	width: 72%;
	
}
.xinwenneirong{
	padding: 30px 40px;
	background-color: #f7f7f7;
	border-radius: 20px;
}
.xwbt h1{
	color: #333333;
	font-size: 26px;
	font-family: "Roboto";
	margin-bottom: 10px;
}
.xwbt p{
	color: #808080;
	font-size: 14px;
}
.xwbt{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}
.xwrns{
	margin-top: 20px;
}
.fanye{
	display: flex;
	margin-top: 25px;
	justify-content: space-between;
}
.fanye p{
	color: #808080;
	font-size: 15px;
}

.xwxqright{
	background-color: #f7f7f7;
	border-radius: 20px;
	padding: 1.875rem; 
	width: 20%;
}
.xwxqright form{
	display: flex;
	justify-content: space-between;
	border: 1px solid #e6e6e6;
	border-radius: 50px;
	height: 40px;
	overflow: hidden;
	padding-left: 20px;
	background-color: #fff;
}
.xwxqright form input{
	border: none;
	outline: none;
	font-size: 14px;
	font-family: "Poppins";
	width: 80%;
}
.xwxqright form button{
	border: none;
	background-color: transparent;
	width: 40px;
	margin-right: 10px;
}
.xwxqright form button iconpark-icon{
	font-size: 18px;
}
.hewgr{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.875rem;
}
.hewgr i{
	display: block;
	width: 3px;
	height: 25px;
	background-color: #054f00;
	
	margin-right: 10px;
}
.hewgr  span{
	display: block;
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 25px;
}
.rmlist ul li{
	border-bottom: 1px solid #e5e5e5;
	padding: 1.5625rem 0;
	transition: all 1s;
}
.rmlist ul li h1{
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.rmlist ul li p{
	line-height: 25px;
	height: 50px;
	color: #808080;
	font-size: 14px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.rmlist ul li:hover{
	border-bottom: 1px solid #054f00;
}
.rmlist ul li:hover h1{
	color: #054f00;
}
.gsjj{
	padding: 6.25rem 0px;
	background: url(../images/gsjjbg_02.jpg) center no-repeat;
	background-size: cover;
}
.gsjjdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsjjdvleft{
	width: 45%;
}
.gsjjdvleft i{
	color: #054f00;
	font-size: 16px;
	text-transform: uppercase;
}
.gsjjdvleft h1{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_Medium";
	margin-bottom: 15px;
}
.gsjjdvleft p{
	color: #808080;
	font-size:16px;
	line-height: 35px;
}
.gsjjdvright{
	width: 50%;
	position: relative;
}
.gsjjdvright img{
	display: block;
	width: 100%;
}
.gsjjdvright div{
	padding: 30px 20px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	left: 0;
	width: 80%;
	bottom: 7.5rem;
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0rem 0px 20px #ddd;
}
.gsjjdvright div iconpark-icon{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #054f00;
	font-size: 20px;
	color: #fff;
	margin-right: 20px;
}
.gsjjdvright div p{
	width: 80%;
	color: #4d4d4d;
	font-size: 18px;
	line-height: 30px;
}

.szs{
	height: 220px;
	background:url(../images/jsy_02.jpg) center no-repeat ;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
}
.szdvs{
	width: 93.75rem;
	margin: 0 auto;
}
.szdvs ul{
	display: flex;
	justify-content: space-between;
}
.szdvs ul li h2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.szdvs ul li h2 span{
	font-size: 58px;
	font-family: "Poppins_Medium";
	color: #fff;
}
.szdvs ul li h2 i{
	color: #ffffff;
	font-family: "Poppins_Medium";
	font-size: 30px;
	margin-left: 10px;
}
.szdvs ul li p{
	color: #ffffff;
	font-family: "HarmonyOS_Sans";
	font-size: 16px;
	margin-top: -10px;
}
.indst{
	margin: 6.25rem auto;
	width: 93.75rem;
}
.indtsbt{
	margin-bottom: 30px;
}
.indtsbt h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 38px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
}
.indtsbt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
}

.madv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.madvleft{
	width: 49.6%;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
}
.madvleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.madvleft:hover img{
	transform: scale(1.05);
}
.madvleft h1{
	bottom: 0;
    left: 0;
    position: absolute;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
	font-family: "HarmonyOS_Sans_SC";
    background-color: rgba(0, 0, 0, 0.5);
}
.madvright{
	width: 49.6%;
}
.madvright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.madvright ul li{
	width: 49%;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}
.madvright ul li:first-child,.madvright ul li:nth-child(2){
	margin-bottom: 12px;
}
.madvright ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.madvright ul li:hover img{
	transform: scale(1.05);
}
.madvright ul li h1{
	bottom: 0;
	left: 0;
	position: absolute;
	height: 45px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: "HarmonyOS_Sans_SC";
}
.cate{
	margin-top: 60px;
	
}
.cate .swiper-slide{
	transition: all 1s;
	transform: translateY(-0.5rem);
}
.cate .swiper-slide div{
	width: 100%;
	padding: 40px 0px;
	border-radius: 20px;
	transition: all 1s;
}
.cate .swiper-slide div>i{
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4c4c4c;
	margin-bottom: 15px;
}
.cate .swiper-slide h1{
	color: #4c4c4c;
	font-size: 18px;
	text-align: center;
	width: 46%;
	text-align: center;
	margin: 0 auto;
}
.cate .swiper-slide section{
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: -14px;
}
.cate .swiper-slide section i{
	width: 18px;
	height: 18px;
	display: block;
	background-color: #a0a0a0;
	color: #a0a0a0;
	text-align: center;
	border-radius: 50%;
}
.cate .swiper-slide h3{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	margin-top: 2rem;
	border: 6px solid rgba(5,79,0,0.4);
	opacity: 0;
	transition: all 1s;
}
.cate .swiper-slide h3 iconpark-icon{
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fcfdfc;
	font-size: 32px;
	border-radius: 50%;
	background-color: #054f00;
}
.cate {
	height: 420px;
}
.cate .swiper-slide-active{
	transform: translateY(6.5rem);
}
.cate .swiper-slide-active div{
	background-color: rgba(255, 255, 255, 0.9);
}
.cate .swiper-slide-active h3{
	opacity: 1;
}
.cate .swiper-slide-prev,.cate .swiper-slide-next{
	transform: translateY(5.8rem);
}
.cate .swiper-slide-active div>i{
	color: #054f00;
}
.cate .swiper-slide-active h1{
	color: #054f00;
}
.cate .swiper-slide-active section{
	border: 1px solid #054f00;
}
.cate .swiper-slide-active section i{
	background-color: #054f00;
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 13px;
	line-height: 21px;
}
.zy{
	position: relative;
}
.zy .swiper-scrollbar{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}
.xqingdv img,.xwrns img{
	max-width: 100%;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 93.75rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}

.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: 93.75rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -46.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.sgahhrj section{
	width: 70%;
}
.bannersasg  .swiper-slide section h4{
	color: #fff;
	font-size: 56px;
	font-family: "Poppins_Medium";
	line-height: 85px;
	text-transform: uppercase;
}

.bannersasg  .swiper-slide section span{
	background-color: #f49600;
	color: #ffffff;
	font-size: 18px;
	padding: 3px 8px;
	letter-spacing: 3px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	transition: all 1s;
	background-color: #054f00;
	border-radius: 50px;
	padding-right: 10px;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 20px;
}
.bannersasg  .swiper-slide section p i{
	margin: 0 25px;
	font-size: 18px;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #054f00;
	color: #ffffff;
}
.bannersasg  .swiper-slide section a i{
	color: #f7f7f7;
	font-size: 14px;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.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;
}
.nrbanner .btext section h2{
	font-size: 48px;
	color: #ffffff;
	font-family: "Poppins_SemiBold";
	margin-bottom: 10px;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 17px;
}
.newsdvlist{
    margin-bottom: 30px;
}
.fdly{
	width: 940px;
	padding: 30px ;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
	position: fixed;
	top: 25%;
	left:50%;
	margin-left: -500px;
	z-index: 1000;
	display: none;
}
.fdly span{
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	border: 1px solid #ccc;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 30px;
	right: 30px;
}
.fdly h1{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}

.fdly form div input{
	height: 45px;
	width: calc(100% - 40px);
	padding: 0 20px;
	margin-bottom: 10px;
	background-color:rgba(255, 255, 255, 0.3);
	border: none;
	color: #333;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
	border:1px solid #ccc;
}
.fdly form div input::placeholder{
	color: #333;
	font-size: 14px;
}
.fdly form textarea{
	width: calc(100% - 40px);
	padding:0px 20px;
	border: none;
	color: #333;
	font-size: 14px;
	outline: none;
	font-family: "Poppins";
	line-height: 45px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	margin-bottom: 15px;
	border:1px solid #ccc;
}
.fdly form textarea::placeholder{
	color: #333;
	font-size: 14px;
	font-family: "Poppins";
}
.fdly form button{
	width: 150px;
	height: 45px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	border: none;
	border-radius: 10px;
	margin: 0 auto;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #054f00;
	
}
.zhezhao{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #333;
	opacity: 0.5;
	z-index: 999;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
	.headdv{
		width: 95%;
	}
	.categopydv{
		width: 95%;
	}
	.cate .swiper-slide h1{
		width: 70%;
	}
	.bewstbt,.popprolist{
		width: 95%;
	}
	.syabdv,.sz{
		width: 90%;
	}
	.sz ul li P{
		font-size: 15px;
	}
	.sz ul li h2 span{
		font-size: 42px;
	}
	.sz ul li h2 i{
		font-size: 18px;
	}
	.adv,.rydv{
		width: 95%;
	}
	.rybg .yslist{
		width: 100%;
	}
	.yslistdv{
		width: 85%;
	}
	.rybg .yslistdvs{
		width: auto;
	}
	.synewsdv,.anydv{
		width: 95%;
	}
	.anydv h1{
		font-size: 20px;
	}
	.anydv form input:nth-child(3) {
	    width: 24%;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft{
		width: 32%;
	}
	.footdvleft img{
		width: 100%;
	}
	.footdvright{
		width: 65%;
	}
	.wdldv{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.pape{
		width: 95%;
	}
	.xqing, .xgcp{
		width: 95%;
	}
	.prolists ul li .prolistdv{
		width: 95%;
	}
	.gsjjdv{
		width: 95%;
	}
	.szdvs{
		width: 95%;
	}
	.indst{
		width: 100%;
	}
	.madv{
		width: 95%;
	}
	.lxwmlist{
		width: 95%;
	}
	.lxwmlist ul li{
		width: calc(24% - 40px);
		padding: 50px 20px;
	}
	.depotbt{
		width: 95%;
	}
	.lxwmdvright{
		width: 95%;
	}
	.newstj,.newsdvlist,.cpdv{
		width: 95%;
	}
	.xwxqright{
		width: 22%;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.bannersasg .swiper-slide section h4 {
	    color: #fff;
	    font-size: 38px;
	    font-family: "Poppins_Medium";
	    line-height: 60px;
	    text-transform: uppercase;
	}
}
@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;
	}
	.categopydv{
		width: 95%;
	}
	.rybt h1{
		font-size: 20px;
	}
	.rybt p{
		font-size: 14px;
		line-height: 25px;
	}
	.cate{
		height: auto;
		margin-top: 15px;
	}
	.cate .swiper-slide div{
		padding: 20px 0px;
	}
	.cate .swiper-slide h1{
		width: 70%;
	}
	.cate .swiper-slide h1{
		font-size: 15px;
	}
	.cate .swiper-slide-active h3,.cate .swiper-slide h3{
		display: none;
	}
	.cate .swiper-slide-active,.cate .swiper-slide-prev, .cate .swiper-slide-next{
		transform: translateY(0);
	}
	.cate .swiper-slide iconpark-icon{
		margin-bottom: 10px;
	}
	.bewstbt{
		display: block;
		width: 95%;
	}
	.bewstbtleft h1{
		font-size: 20px;
		text-align: center;
	}
	.bewstbtleft p{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.bewstbt a{
		margin: 0 auto;
		margin-top: 10px;
		width: 100px;
		height: 40px;
	}
	.popprolist{
		width: 95%;
	}
	.popprolist .swiper-slide section{
		padding: 15px 0px;
		padding-bottom: 0;
	}
	.popprolist .swiper-slide section h1{
		font-size: 14px;
	}
	.zy{
		margin-top: 0px;
	}
	.zy .swiper-pagination{
		font-size: 14px;
	}
	.zy .swiper-pagination span:first-child{
		font-size: 22px;
	}
	.zy .gehrfsd .swiper-button-next, .zy .gehrfsd .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	.zy .gehrfsd{
		width: 100px;
	}
	.zy .swiper-pagination{
		height: 60px;
		line-height: 60px;
	}
	.syabdv{
		width: 95%;
		display: block;
	}
	.syabdvright{
		width: 100%;
	}
	.syabdvright h1{
		font-size: 14px;
	}
	.syabdvright h2{
		font-size: 20px;
	}
	.syabdvright p {
	    color: #808080;
	    font-size: 14px;
	    line-height: 30px;
	}
	.syabdvright a{
		width: 100px;
		height: 40px;
	}
	.sz{
		width: 85%;
		padding: 5%;
	}
	.sz ul{
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 48%;
		margin: 2% 1%;
	}
	.sz ul li h2 span{
		font-size: 28px;
	}
	.sz ul li h2 i {
	    color: #ffffff;
	    font-size: 12px;
	}
	.sz ul li P{
		font-size: 14px;
	}
	.adv{
		width: 95%;
		margin: 25px auto;
	}
	.advlist ul li div img{
		width: 100%;
	}
	.advlist ul li{
		width: 49%;
		margin: 1% 0;
		border-radius: 15px;
	}
	.advlist ul {
		flex-wrap: wrap;
	}
	.advlist ul li.active{
		width: 49%;
	}
	.advlist ul li section p{
		font-size: 13px;
	}
	.advlist ul li section h1{
		font-size: 20px;
	}
	.advlist ul li.active h1,.advlist ul li.active p{
		text-align: center;
	}
	.rydv{
		width: 95%;
	}
	.rybg .yslist{
		width: 100%;
		margin-top: 15px;
	}
	.rybg .yslistdvs{
		width: auto;
	}
	.yslistdv{
		width: 68%;
	}
	.synewsdv{
		width: 95%;
	}
	.synewsdvtop{
		display: block;
	}
	.synewsdvtopleft{
		width: 100%;
	}
	.synewsdvtopleft section h1{
		font-size: 16px;
	}
	.synewsdvtopright{
		width: 90%;
		padding: 5%;
	}
	.synewsdvtopright section{
		padding: 0;
		width: 100%;
	}
	.synewsdvtopright h1{
		font-size: 16px;
	}
	.synewsdvtopright section p{
		font-size: 14px;
	}
	.synewsdvtopright section h2{
		margin-top: 20px;
	}
	.synewdown ul{
		flex-wrap: wrap;
	}
	.synewdown ul li{
		width: 100%;
		padding: 5%;
	}
	.synewdown ul li section{
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.synewdown ul li h1{
		font-size: 17px;
	}
	.synewdown ul li section h2{
		margin-top: 20px;
	}
	.synewdown ul li:last-child{
		padding: 0;
	}
	.any{
		padding: 20px 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: 90%;
		margin-bottom: 10px;
		padding: 0 5%;
		font-size: 14px;
	}
	.anydv form input:nth-child(3){
		width: 90%;
	}
	.anydv form input{
		height: 40px;
	}
	.foot{
		display: none;
	}
	.mbx{
		display: none;
	}
	.pape{
		display: block;width: 95%;
	}
	.papeleft{
		width: 100%;
	}
	.cpxqing{
		padding-top: 10px;
	}
	.papeleft #gallery2 {
	    border-radius: 10px;
	}
	.papeleft #thumbs2 .swiper-slide div,.papeleft #thumbs2{
		border-radius: 10px;
	}
	.paperight{
		width: 100%;
		margin-top: 25px;
	}
	.paperight h1{
		font-size: 14px;
	}
	.paperight h2{
		height: auto;
		font-size: 18px;
		padding-bottom: 10px;
	}
	.paperight section a{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.xqing, .xgcp{
		width: 95%;
	}
	.xqingbt span{
		font-size: 18px;
	}
	.xqingbt i{
		height: 15px;
	}
	.xqingbt{
		height: auto;
		margin-top: 15px;
	}
	.fy{
		margin-top: 15px;
		display: block;
	}
	.fy a{
		display: block;
		margin-bottom: 10px;
	}
	.xgcplist ul{
		flex-wrap: wrap;
	}
	.xgcplist ul li{
		width: 48%;
		margin: 1%;
	}
	.xgcplist ul li h1{
		font-size: 14px;
		margin-top: 10px;
	}
	.prolists ul li{
		padding: 20px 0;
	}
	.prolists ul li .prolistdv{
		width: 95%;
		display: block;
	}
	.prolists ul li .prolistdv .prolistleft{
		width: 100%;
	}
	.prolists ul li .prolistdv .prolistright{
		width: 100%;
		margin-top: 15px;
	}
	.prolists ul li .prolistdv .prolistright h1{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.prolists ul li .prolistdv .prolistright p{
		font-size: 14px;
		line-height: 30px;
	}
	.prolists ul li .prolistdv .prolistright a {
	    padding: 0 15px;
	    width: 90px;
	    margin-top: 3.125rem;
	    padding-left: 20px;
	    height: 38px;
	}
	.gsjjdv{
		width: 95%;
		display: block;
	}
	.gsjjdvleft{
		width: 100%;
	}
	.gsjjdvleft i{
		font-size: 14px;
	}
	.gsjjdvleft h1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.gsjjdvleft p {
	    color: #808080;
	    font-size: 14px;
	    line-height: 30px;
	}
	.gsjjdvright{
		width: 100%;
		margin-top: 20px;
	}
	.gsjjdvright div{
		padding: 15px ;
	}
	.gsjjdvright div iconpark-icon{
		width: 50px;
		height: 50px;
	}
	.gsjjdvright div p{
		font-size: 13px;
	}
	.szdvs{
		width: 95%;
	}
	.szdvs ul{
		flex-wrap: wrap;
	}
	.szdvs ul li{
		width: 49%;
		margin: 10px 0px;
	}
	.szdvs ul li h2{
		justify-content: center;
	}
	.szdvs ul li h2 span{
		font-size: 32px;
	}
	.szdvs ul li h2 i{
		font-size: 16px;
	}
	.szdvs ul li p{
		font-size: 14px;
		margin-top: -5px;
		text-align: center;
	}
	.indtsbt h1{
		font-size: 20px;
	}
	.indtsbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.indst{
		width: 95%;
	}
	.madv{
		width: 100%;display: block;
		margin-top: 20px;
	}
	.madvleft{
		width: 100%;
		border-radius: 10px;
	}
	.indtsbt {
	    margin-bottom: 20px;
	}
	.madvleft h1{
		font-size: 14px;
	}
	.madvright{
		width: 100%;
		margin-top: 10px;
	}
	.madvright ul li:first-child, .madvright ul li:nth-child(2) {
	    margin-bottom: 10px;
	}
	.madvright ul li{
		border-radius: 10px;
	}
	.madvright ul li h1{
		font-size: 14px;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.lxwm{
		width: 95%;
		margin: 0 auto;
	}
	.lxwmlist{
		width: 100%;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	.lxwmlist ul li h1{
		font-size: 16px;
		margin-bottom: 2px;
		margin-top: 5px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.depotbt {
		width: 95%;
	}
	.depotbt h1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.depotbt p{
		line-height: 25px;
		font-size: 14px;
	}
	.lxwmdvright{
		width: 95%;
	}
	.lxwmdvright form div input{
		width: 94%;
		padding: 0 3%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.lxwmdvright form textarea{
		width: 94%;
		padding: 0 3%;
	}
	.lxwmdvright form button{
		width: 150px;
		height: 40px;
		line-height: 37px;
		font-size: 14px;
	}
	.shownav ul{
		height: 45px;
	}
	.shownav ul li a{
		line-height: 45px;
		padding: 0;
		width: 100%;
	}
	.shownav ul li{
		width: 100%;
	}
	.newslisttj{
		padding: 30px 0px;
	}
	.newstj{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 16px;
		margin-bottom: 4px;
	}
	.newsdvlistext p{
		line-height: 25px;
		font-size: 14px;
		height: 50px;
	}
	.newsdvlist ul li{
		margin-bottom: 10px;
		margin-top: 0;
	}
	.newsdvlist{
		width: 95%;
	}
	.cpdv{
		display: block;
		width: 95%;
	}
	.cpdvleft{
		width: 100%;
	}
	.xinwenneirong{
		padding: 5%;
	}
	.xwbt h1{
		font-size: 18px;
	}
	.fanye{
		display: block;
		margin: 20px auto;
	}
	.fanye p{
		margin-bottom: 5px;
		font-size: 14px;
	}
	.xwxqright{
		width: 90%;
		padding: 5%;
	}
	.hewgr i{
		height: 16px;
	}
	.hewgr{
		margin-top: 10px;
	}
	.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: #054f00;
	}

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

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.bannersasg .swiper-slide section{
		width: 100%;
	}
	.bannersasg .swiper-slide section h4 {
	    color: #fff;
	    font-size: 22px;
	    font-family: "Poppins_Medium";
	    line-height: 40px;
	    text-transform: uppercase;
	    text-align: center;
	}
	.bannersasg .swiper-slide section a {
		display: none;
	}
	.nrbanner{
		overflow: hidden;
		width: 100%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 20px;
		margin-bottom: 8px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
        display: block;
        width: 150%;
        max-width: none;
        margin-left: -25%;
    }
    .bannersasg .swiper-slide img{
    	width: 130%;
    	max-width: none;
    	margin-left: -15%;
    }
    .bannersasg .swiper-slide{
    	overflow: hidden;
    }
    .synewdown ul li section{
    	padding: 0 5%;
    	width: 90%;
    }
    .synewdown ul li h1{
    	font-size: 16px;
    	margin-bottom: 5px;
    }
    .synewdown ul li section h2{
    	margin-top: 10px;
    }
    .newsdvlist{
    	margin-bottom: 0;
    }
    .fdly{
    	top: 10%;
        width: 80%;
        padding: 30px 5%;
        margin-left: 0;
        left: 5%;
    }
    .fdly span{
    	top: 15px;
    	right: 15px;
    }
}

