﻿

/*-----------å…¬ç”¨-----------*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

* {
	padding: 0;
	margin: 0;
	font-family: 'Poppins-Regular', Arial, Candal, sans-serif ;
	box-sizing: border-box;
}

body {
	font: 14px/1.231 'Microsoft YaHei';
	color: #333;
	margin: 0;
	line-height: 1.5;
}

:focus {
	outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}


a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

li,
ul {
	list-style-type: none;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

input,
textarea {
	outline: 0;
	border: 0;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
	font-weight: normal;
	font-style: normal;
}

.clear{
	clear: both;
}

ul,p{
	margin: 0;
	padding: 0;
}

.cont{
	width: 100%;
	max-width: 94%;
	margin: 0 auto;
}

.container{
	width: 80%;
	max-width: 1360px;
	margin: 0 auto;
}

@media (max-width:900px) {
	.container{
		width: 100%;
		padding: 0 5px;
	}
	
	.cont{
		max-width: 96%;
	}
}



#pchead{
	width: 100%;
}
#pchead .top{
	width: 100%;
	background-color: #219439;
	height: 35px;
	color: #fff;
}
#pchead .top ul li{
	float: right;
	display: flex;
	align-items: center;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	font-size: 14px;
}
#pchead .top ul li img{
	margin-right: 5px;
}
#pchead .top ul li p{
	
}
#pchead .head{
	display: flex;
	height: 100px;
}
#pchead .head .logo{
	width: 23.169999999999998%;
	height: 100%;
	display: flex;
	align-items: center;
	float: left;
}
#pchead .head .logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 78%;
}

#pchead .head .nav{
	width: 62.17%;
	float: left;
}
#pchead .head .nav ul{
	width: 100%;
	line-height: 100px;
	text-align: center;
}
#pchead .head .nav ul li{
	display: inline-block;
	padding: 0 24px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	position: relative;
}
#pchead .head .nav ul li::before{
	content: "";
	position: absolute;
	z-index: -1;
	background: #219439;
	left: 10%;
	right: 0px;
	width: 0%;
	bottom: 0px;
	height: 3px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#pchead .head .nav ul li:hover::before{
	width: 80%;
}

#pchead .head .nav ul li a{
	color: #222;
	font-size: 18px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#pchead .head .nav ul li:hover a{
	color: #219439;
}

#pchead .head .nav ul li .subnav{
	position: absolute;
	display: none;
	z-index: 999;
	background: #fff;
	width: 100%;
	left: 0;
}

#pchead .head .nav ul li .subnav a{
	width: 100%;
	height: 45px;
	text-align: center;
	display: block;
	line-height: 45px;
	color: #222;
}

#pchead .head .nav ul li .subnav a:hover{
	background: #219439;
	color: #fff;
}

#pchead .head .nav ul li:hover .subnav{
	display: block;
}


#pchead .head .qtgn{
	float: right;
	width: 14.649999999999999%;
	display: flex;
	align-items: center;
}


#pchead .head .qtgn .sreach{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(42, 56, 67, 0.1);
	font-size: 16px;
	background: #219439;
	color: rgb(255 255 255);
	transition: all .5s ease;
	cursor: pointer;
}
#pchead .head .qtgn .sreach i{
	width: 100%;
	height: 100%;
	line-height: 36px;
	display: block;
}
#pchead .head .qtgn .sreach i::before{
	width: 100%;
	height: 100%;
	line-height: 36px;
}

#pchead .head .qtgn .zxan{
	width: 140px;
	height: 36px;
	border: solid 1px #219439;
	border-radius: 30px;
	margin-left: 20px;
	text-align: center;
	line-height: 36px;
}
#pchead .head .qtgn .zxan a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pchead .head .qtgn .zxan i{
	font-size: 25px;
	color: #219439;
	margin-right: 5px;
}


.sstc{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	opacity: 1;
	display: none;
}
.sstc .sszt{
	width: 100%;
	height: 120px;
	padding: 2% 5%;
	background: #fff;
}
.sstc .sszt .ztnr{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
    height: 46px;
    line-height: 45px;
    border-bottom: 1px solid #d1d1d1;
	padding-bottom: 1px;
}

.sstc .sszt .ztnr form{
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sstc .sszt .ztnr input{
	border: 0;
	height: 45px;
}
.sstc .sszt .ztnr input.srk{
	width: calc(100% - 60px);
	padding: 0 10px;
}
.sstc .sszt .ztnr input.submit{
	width: 45px;
	height: 45px;
	display: flex;
	background: #fff url(../image/sreach.png) no-repeat center;
	background-size: 40%;
}

.sstc .close{
	position: absolute;
	top: 40px;
	right: 15%;
	width: 40px;
	height: 40px;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sstc .fczd{
	width: 100%;
	height: calc(100vh - 120px);
	background-color: rgba(55, 58, 71, 0.9);
}






/*手机端头部*/
.mbolie_head {
	display: none;
	width: 100%;
	height: 60px;
}

.mobile_head .content {
	display: none;
	background: #fff;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.mobile_head .content .top_left {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile_head .content .top_left img {
	width: 100%;
	height: auto;
}

.mobile_head .content .top_right {
	float: right;
	width: 50%;
	padding-right: 10px;
	padding-top: 16px;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile_head .content .top_right img {
	width: 100%;
	height: auto;
}

.mobile_head .content .top_right .mobile_nav {
	float: right;
	width: 30px;
	cursor: pointer;
}

.mobile_head .content .top_right .mobile_tel {
	float: right;
	width: 30px;
	cursor: pointer;
	margin-right: 20px;
}

#menuWap {
	display: none;
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

#menuWap .close {
	width: 80%;
	margin: 30px 10%;
	text-align: right;
	clear: both;
	opacity:1;
}

#menuWap .close img {
	height: 20px;
	width: auto;
	border: 1px solid #000;
}

#menuWap ul {
	width: 80%;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

#menuWap ul>li {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 0px;
	text-align: left;
	margin: 0px auto;
	border-bottom: 1px solid #f5f5f5;
}

#menuWap ul>li img {
	position: absolute;
	z-index: 9;
	right: 10px;
	top: 18px;
	width: 18px;
	height: auto;
}

#menuWap ul>li>a {
	display: block;
	font-size: 18px;
	padding: 0px 5px;
	color: #333;
}

#menuWap ul>li.A>a {
	color: #219439 !important;
}

#menuWap ul>li>div {
	display: none;
	padding: 10px 0px;
}

#menuWap ul>li>div a {
	display: block;
	padding: 5px;
	font-size: 14px;
	color: #000;
}

#menuWap .language {
	text-align: center;
	margin: 0px auto;
}

#menuWap .language a {
	display: inline-block;
	padding: 5px;
	color: rgba(255, 255, 255, .8);
}


@media (max-width:900px){
	
	#pchead{
		display: none;
	}
	
	.mobile_head {
		display: block;
		width: 100%;
		height: 60px;
		background: #fff;
	}

	.mobile_head .content {
		display: block;
		background: #fff;
		height: 60px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		box-shadow: 1px 1px 10px #cccccc;
	}
	
}
@media (max-width:1440px){
	#pchead .head .nav ul li a{
		font-size: 16px;
	}
}






#banner .swiper-button-next,
#banner .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: none;
	background: rgb(33 148 57 / 77%);
	border-radius: 50%;
}
#banner .swiper-button-next::after,
#banner .swiper-button-prev::after{
	color: #fff;
	font-size: 20px;
}
#banner .swiper-button-next{
	right: 3%;
}
#banner .swiper-button-prev{
	left: 3%;
}
#banner .swiper-slide img{
	width: 100%;
}









.swiper-button-next:after,
.swiper-button-prev:after{
	color: #219439;
}

.swiper-pagination-bullet-active{
	background: #219439;
}







.footimg{
	width: 100%;
}
.footimg img{
	width: 100%;
}
.footer{
	width: 100%;
	background-color: #219439;
	color: #fff;
}
.footer .footzt{
	width: 88%;
	max-width: 1560px;
	margin: 0 auto;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	clear: both;
	border-bottom: 1px solid #f0f0f0;
}
.footer .footzt .zcjs{
	width: 50%;
	float: left;
}
.footer .footzt .zcjs .dblogo{
	width: 100%;
	max-width: 220px;
}
.footer .footzt .zcjs .dblogo img{
	width: 100%;
}
.footer .footzt .zcjs .lgjs{
	line-height: 2;
	letter-spacing:4px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: auto;
	max-width: 500px;
	margin-top: 10px;
}
.footer .footzt .yclx{
	width: 50%;
	float:right;
	
}
.footer .footzt .yclx p{
	text-align: right;
	color: #fff;
	font-size: 16px;
	
}
.footer .dbbq{
	width: 88%;
	max-width: 1560px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.footer .dbbq a{
	color: #fff;
}
.footer .dbbq p{
	display: inline-block;
	margin: 0 8px;
}
@media(max-width:900px){
	.footer {
		padding-bottom: 70px;
	}
	.footer .footzt .zcjs{
		width: 100%;
		margin-bottom: 10px;
	}
	.footer .footzt .yclx{
		width: 100%;
	}
}









.uzNBVgGAk {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}

.uzNBVgGAk dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.uzNBVgGAk dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.uzNBVgGAk dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../image/rightfixicon.png) no-repeat 0 0;
}

.uzNBVgGAk dd.rIotogtasImxYcbcottop {
	display: none;
}

.uzNBVgGAk .JBEOixQQ {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 22px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.uzNBVgGAk .FcWnTYtN {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #219439;
	display: none;
}

.uzNBVgGAk .lYvkRDmGll {
	width: 160px;
}

.uzNBVgGAk .lYvkRDmGll img {
	width: 160px;
	height: 140px;
	display: block;
	padding: 20px 20px 0;
}

.uzNBVgGAk .lYvkRDmGll .MxEpxQuAQP {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.uzNBVgGAk .lYvkRDmGll .MxEpxQuAQP b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.uzNBVgGAk .ihWckwig span {
	background-position: -35px -47px;
}

.uzNBVgGAk .ihWckwig a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}

.uzNBVgGAk .ihWckwig:hover {
	background-color: #219439;
	border-radius: 100%;
}

.uzNBVgGAk .ihWckwig:hover span {
	background-position: 0 -47px;
}

.uzNBVgGAk .thxbvCjQf span {
	background-position: -35px 0;
}

.uzNBVgGAk .thxbvCjQf:hover {
	background: #219439;
}

.uzNBVgGAk .thxbvCjQf:hover span {
	background-position: 0 0;
}

.uzNBVgGAk .YzTnHTLfu span {
	background-position: -35px -95px;
}

.uzNBVgGAk .YzTnHTLfu:hover {
	background-color: #219439;
	border-radius: 100%;
}

.uzNBVgGAk .YzTnHTLfu:hover span {
	background-position: 0 -95px;
}

.uzNBVgGAk .yiMhxNAw span {
	background-position: -35px -142px;
}

.uzNBVgGAk .yiMhxNAw:hover {
	background-color: #219439;
	border-radius: 100%;
}

.uzNBVgGAk .yiMhxNAw:hover span {
	background-position: 0 -142px;
}

.uzNBVgGAk dd:hover {}

/*m_toolbar*/
#m_toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 10%;
	left: 0;
	display: none;
}

#m_toolbar .hlXXYgQUkL {
	width: 75%;
	margin: 0 auto;
	background: #219439;
	border-radius: 1rem;
	height: 44px;
}

#m_toolbar .hlXXYgQUkL li {
	float: left;
	width: 24.7%;
	text-align: center;
	border-right: .01rem solid #fff;
	height: 100%;
}

#m_toolbar .hlXXYgQUkL li:last-child {
	border-right: 0;
}

#m_toolbar .hlXXYgQUkL a {
	display: block;
	font-size: 0.22rem;
	color: #fff;
	padding-top: 7px;
	height: 100%;
}

#m_toolbar .hlXXYgQUkL li:first-child a {
	border-radius: 1rem 0 0 1rem;
}

#m_toolbar .hlXXYgQUkL li:last-child a {
	border-radius: 0 1rem 1rem 0;
}

#m_toolbar .hlXXYgQUkL a.zHTBJhWPn {
	
}

#m_toolbar .hlXXYgQUkL a s {
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	height: 30px;
	display: block;
	background-size: 1000% auto;
}

#m_toolbar .hlXXYgQUkL a .BgcrIDEFk {
	background-position: 0 0;
}

#m_toolbar .hlXXYgQUkL a .ejhCegoBlt {
	background-position: 34% 0;
}

#m_toolbar .hlXXYgQUkL a .aXaHLvhyh {
	background-position: 53% 0;
}

#m_toolbar .hlXXYgQUkL a .hFmfZdgSzD {
	background-position: 17% 0;
}

.m_xbg {
	width: 100%;
	display: block;
	position: fixed;
	height: 1.05rem;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 880;
}

#m_toolbar .hlXXYgQUkL a s span {
	color: #fff;
	padding-top: .9rem;
	text-transform: initial;
	font-style: normal;
}

.sjc {
	width: 92%;
	margin: 0 auto;
}

.sjc .t05 {
	width: 200px;
	margin-bottom: 5px;
}

.sjc .t05_cons1,
.sjc .t05_cons2 {
	border-top: solid 1px #d7d7d7;
}

.sjc .t05_cons1 li {
	width: 48%;
	margin: 0 1%;
	float: left;
}

.sjc .nyzxpr dd {
	width: 23%;
}

.mZpNMyyeCa {
	background: url(../image/m_icon.png) no-repeat;
	display: inline-block;
	background-size: 50% auto;
	vertical-align: middle;
}

@media (max-width:900px) {
	.uzNBVgGAk {
		display: none;
	}

	#m_toolbar {
		display: block;
	}
}









