* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

*,:after,:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

body {
	font-size: 14px;
	color: #000;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	width: 100%;
	background: #fff;
	font-family:微软雅黑,"Microsoft YaHei",Arial,sans-serif
}

.lenis.lenis-smooth {
	scroll-behavior: auto
}

html.lenis {
	height: auto;
	overflow-x: hidden
}

body {
	min-height: 100vh
}

img {
	max-width: 100%
}

dd,dl,dt,em,li,ul {
	font-style: normal;
	list-style: none
}

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

pre {
 
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family:微软雅黑,"Microsoft YaHei",Arial,sans-serif
}

a {
	text-decoration: none;
	-webkit-transition: ease .65s;
	transition: ease .65s;
	color: #000;
	outline: 0
}

input[type=number],input[type=password],input[type=search],input[type=text],select,textarea {
	font-size: inherit;
	outline: 0;
	 
	border-radius: 0;
	border: none;
	background: 0 0;
	-webkit-transition: ease .45s;
	transition: ease .45s;
	outline: 0
}

select::-ms-expand {
	display: none
}

select:focus {
	outline: 0
}

input::-webkit-input-placeholder {
	color: #7b7b7b
}

input:-moz-placeholder {
	color: #7b7b7b
}

input::-moz-placeholder {
	color: #7b7b7b
}

input:-ms-input-placeholder {
	color: #7b7b7b
}


.fs-18{
	font-size: 18px;
}
.fs-40{
	font-size: 40px;
}
.fweight{
	font-weight: bold;
}

.white {
	color: #fff
}

.color000{
	 color:#000;
}
.lh-24{
	line-height: 24px;
}

.lh-30{
	line-height: 30px;
}

.w-100{
	width: 100%
}

.border-50{
	border-radius: 50px;
}

.container{
	 width:auto;
	 max-width: 1200px;
}

.text-left{
	text-align: left;
}

.bgfff{
	background: #fff!important;
}

.fs-16{
	font-size: 16px;
}

.z_m_box {
	padding: 0 setvw(108)
}
.z_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.z_flex_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}

.fl,.flwarp {
	float: left
}

.fr,.frwarp {
	float: right
}

.textleft {
	text-align: left
}

.textcenter {
	text-align: center
}

.textright {
	text-align: right
}

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

.ml {
	margin-left: auto
}

.imgbox {
	overflow: hidden
}

.beforecon,.z_banner_warp::before,.z_conatct_map .go::before,.z_index_brand .z_brand_nav .swiper-slide::before,.z_js_list .item::after,.z_js_list .item::before,.z_js_list .list em::before,.z_js_list .slg::before,.z_pro_pop .go::before,.z_process_swiper li::before,.z_series_swiper .z_series_list li::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}


.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	transition-property: transform,-webkit-transform
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide-active {
	pointer-events: auto;
	z-index: 3
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
	z-index: 3
}

.swiper-fade .swiper-slide {
	opacity: 0!important
}

.swiper-fade .swiper-slide-active {
	opacity: 1!important
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-grid-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-grid>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.imgbg {
	width: 100%;
	height: 100%;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.imgbgs {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.lazy {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background-attachment: fixed
}

#zCode {
	display: block;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -122.5px;
	position: fixed;
	background: #fff;
	height: 245px;
	width: 220px;
	z-index: 3000;
	border-radius: 5px;
	border: 6px solid #7f7f7f;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#zCode>h2 {
	color: #666;
	background: #f2f2f2;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#zCode>h2>i {
	cursor: pointer;
	float: right;
	width: 24px;
	height: 24px;
	text-align: center
}

#zCode>.ewm {
	width: 100%;
	height: 208px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#zCode>.ewm canvas {
	width: 100%;
	height: 100%;
	top: auto;
	left: auto;
	position: relative
}

.z_video_pop {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999!important
}

.z_video_pop .warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100vh
}

.z_video_pop .warp .close_btn {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	cursor: pointer
}

.z_video_pop .warp .close_btn .iconfont {
	font-size: 18px
}

.z_video_pop .warp #videopop {
	width: 100%;
	max-height: 100%
}

.rebox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-filter: none!important;
	background: #000;
	background: url('data:image/png;	base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=');
	background: rgba(0,0,0,.6)
}

.rebox * {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

.rebox-contents {
	position: absolute;
	top: 5%;
	left: 5%;
	text-align: center;
	width: 90%;
	height: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.rebox-contents .rebox-content {
	border-radius: 1px;
	max-width: 100%;
	max-height: 100%
}

.rebox-loading {
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%
}

.rebox-caption {
	display: none;
	opacity: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: #000;
	background: rgba(0,0,0,.7)
}

.rebox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px
}

.rebox-button {
	position: absolute;
	z-index: 9999;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-radius: 32px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.rebox-button:focus,.rebox-button:hover {
	opacity: 1;
	background: #bf2e2e
}

.rebox-close {
	right: 10px;
	top: 10px;
	font-size: 30px
}

.rebox-next {
	right: 10px;
	top: 48%
}

.rebox-prev {
	left: 10px;
	top: 48%
}

.rebox-loading {
	left: 50%;
	top: 48%;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.z_menu_btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 11;
	margin-left: auto
}

.z_menu_btn span {
	display: block;
	-webkit-transition: ease .6s;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #228700;
	margin: 5px 0
}

.z_menu_btn .line2 {
	margin: 4px 0
}

.z_menu_btn .line1,.z_menu_btn .line2 {
	margin-left: auto
}

.z_menu_btn.on .line1 {
	-webkit-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg)
}

.z_menu_btn.on .line2 {
	opacity: 0
}

.z_menu_btn.on .line3 {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg)
}

@media screen and (max-width:980px) {
	.z_menu_btn {
		display: block
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

.z_section {
	padding: 5.7291666667vw 5.2083333333vw
}

.z_flex_warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:980px) {
	.z_m_box {
		display: block!important;
		padding: 40px 12px!important
	}

	.z_section {
		padding: 35px 12px!important
	}

	.z_flex_warp {
		display: block
	}

	.lazy {
		background-attachment: inherit
	}
}

.lenis.lenis-smooth [data-lenis-prevent] {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain
}

.z_video_swiper {
	position: relative
}

.z_video_swiper .video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 100%;
	width: auto;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	position: relative
}

body.fixed .z_fixed_form {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	visibility: hidden
}

.z_load_warp {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff
}

.z_load_warp .video {
	-o-object-fit: fill;
	object-fit: fill;
	min-width: 100%;
	min-height: 100%
}

.z_header_warp {
	position: relative;
	z-index: 9
}

.z_header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 9;
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	height: 5.7291666667vw;
	color: #fff;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

@media screen and (max-width:980px) {
	.z_header {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:980px) {
	.z_header {
		height: 55px
	}
}

.z_header.fixed .z_logo .img2,.z_header.on .z_logo .img2,.z_header.on2 .z_logo .img2 {
	opacity: 1
}

.z_header.fixed .z_logo .img1,.z_header.on .z_logo .img1,.z_header.on2 .z_logo .img1 {
	opacity: 0
}

.z_header.fixed .z_header_nav li a,.z_header.on .z_header_nav li a,.z_header.on2 .z_header_nav li a {
	color: #000
}

.z_header.fixed .z_search .sou,.z_header.on .z_search .sou,.z_header.on2 .z_search .sou {
	color: #000
}

.z_header.on2 {
	background: #fff
}

.z_header a {
	color: #333
}

.z_header .z_logo {
	position: relative;
	z-index: 2
}

.z_header .z_logo img {
	display: block;
	height: 3.125vw;
	-webkit-transition: ease .7s;
	transition: ease .7s
}

@media screen and (max-width:980px) {
	.z_header .z_logo img {
		height: 38px
	}
}

.z_header .z_logo .img2 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.z_header .frbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 2
}

.z_header .z_header_nav {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center
}

.z_header .z_header_nav li {
	display: inline-block;
	margin: 0 1.5625vw;
	position: relative
}

.z_header .z_header_nav .one {
	font-size: .8333333333vw;
	line-height: 2.6041666667vw;
	display: block;
	font-weight: bold;
}

@media screen and (max-width:1680px) {
	.z_header .z_header_nav .one {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_header .z_header_nav .one {
		font-size: 16px
	}
}

@media screen and (max-width:980px) {
	.z_header .z_header_nav .one {
		line-height: 40px
	}
}

.z_header .z_header_nav .downnav {
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 3vw
}

.z_header .z_header_nav .downnav a {
	display: block;
	white-space: nowrap;
	line-height: 34px;
	color: #333;
	 
}

.z_header .z_header_nav .downnav.on {
	opacity: 1;
	visibility: visible;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

.z_header .z_header_nav a:hover {
	color: #228700!important
}

.z_header .z_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2
}

.z_header .z_search .sou {
	font-size: .8333333333vw
}

@media screen and (max-width:1680px) {
	.z_header .z_search .sou {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_header .z_search .sou {
		font-size: 14px
	}
}

.z_header .z_search:hover .text {
	width: 150px;
	color: #fff;
	padding-right: 20px
}

.z_header .search_box {
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #34753d;
	border-radius: 19px;
	cursor: pointer;
	margin-right: 12px;
	color: #fff
}

.z_header .search_box .iconfont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 37px;
	border-radius: 50%
}

.z_header .search_box .text {
	width: 0
}

.z_header .z_menu_btn {
	display: none
}

@media screen and (max-width:980px) {
	.z_header {
		background: #fff!important;
		border-bottom: 1px solid #ccc
	}

	.z_header .z_search {
		display: none
	}

	.z_header .z_logo .img1 {
		opacity: 0
	}

	.z_header .z_logo .img2 {
		opacity: 1
	}

	.z_header .z_menu_btn {
		display: block
	}

	.z_header .z_header_nav {
		position: fixed;
		left: 0;
		top: 55px;
		height: calc(100vh - 55px);
		background: #fff;
		z-index: 99;
		width: 100%;
		-webkit-transform: translate(0,100%);
		transform: translate(0,100%);
		-webkit-transition: ease 1s;
		transition: ease 1s;
		text-align: center;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items:top;
	}

	.z_header .z_header_nav.on {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.z_header .z_header_nav li {
		display: block;
		margin-bottom: 20px
	}

	.z_header .z_header_nav a {
		color: #333
	}

	.z_header .z_header_nav .downnav {
		position: relative;
		opacity: 1;
		visibility: visible;
		text-align: center
	}

	.z_header .z_header_nav .downnav a {
		display: inline-block;
		margin-right: 10px
	}
}

.z_menu_mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background:#fff;
	background-size: cover;
	z-index: 8;
	height: 350px;
	display: none
}

.z_banner_warp {
	position: relative;
	height: 100vh;
	margin-top: 0
}

@media screen and (max-width:980px) {
	.z_banner_warp {
		height: 70vw
	}
}

@media screen and (max-width:980px) {
	.z_banner_warp {
		margin-top: 55px
	}
}

.z_banner_warp::before {
	top: 1px;
	background: url(../images/hx.png) no-repeat bottom center;
	z-index: 2;
	background-size: auto 30px;
	pointer-events: none
}

.z_banner_warp.on::before {
	background: url(../images/hx3.png) no-repeat bottom center;
	background-size: auto 30px
}

.z_banner_warp .moverbar {
	position: absolute
}

.z_banner_warp .swiper_dot {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 8px
}

.z_banner_warp .swiper_dot span {
	display: inline-block;
	width: 13px;
	height: 6px;
	background: #228700;
	border-radius: 100%;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	cursor: pointer;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0 2px
}

.z_banner_warp .swiper_dot span.on {
	opacity: .2
}

.z_banner_warp .sb {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -15px;
	z-index: 2
}

.z_banner_warp .sb img {
	display: block;
	height: 1.9791666667vw
}

@media screen and (max-width:980px) {
	.z_banner_warp .sb img {
		height: 28px
	}
}

@media screen and (max-width:980px) {
	.z_banner_warp .swiper_dot span {
		width: 10px;
		height: 6px;
		margin: 0 1px
	}

	.z_banner_warp .sb {
		bottom: 0
	}
}

.z_page {
	background: #fff
}

#menu {
	height: 100vw;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(-90deg);
	transform: translate(-50%,-50%) rotate(-90deg);
	width: 300px;
	top: calc(50% + 400px)
}

#menu #blob {
	top: 0;
	z-index: -1;
	right: 0;
	height: 100vw;
	position: absolute
}

#menu #blob-path {
	height: 100%;
	fill: #fff
}

@media screen and (max-width:980px) {
	#menu {
		display: none
	}
}

.z_banner {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #000;
	position: relative
}

.z_banner li {
	overflow: hidden
}

.z_banner li .imgbg {
	z-index: 1
}

.z_banner li.swiper-slide-active .z_text {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.z_banner .z_text {
	position: absolute;
	left: 0;
	bottom: 0;
	bottom: 6.25vw;
	width: 100%;
	z-index: 2;
	text-align: center;
	color: #fff;
	-webkit-transition: ease 1.5s;
	transition: ease 1.5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0
}

.z_banner .z_text .tit {
	font-size: 3.125vw;
	font-weight: 700;
	letter-spacing: 3px
}

@media screen and (max-width:980px) {
	.z_banner .z_text .tit {
		font-size: 20px
	}
}

.z_banner .z_text .desc {
	font-size: 1.25vw;
	letter-spacing: 5px;
	margin-top: .5208333333vw
}

@media screen and (max-width:980px) {
	.z_banner .z_text .desc {
		font-size: 14px
	}
}

@media screen and (max-width:980px) {
	.z_banner .z_text .desc {
		margin-top: 4px
	}
}

@media screen and (max-width:980px) {
	.z_banner .z_text {
		bottom: auto;
		top: 38%
	}

	.z_banner .swiper_dot span {
		width: 10px;
		height: 6px;
		margin: 0 1px
	}
}

.z_scroll_banner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%
}

@media screen and (max-width:980px) {
	.z_scroll_banner {
		position: relative
	}
}

.z_index_about {
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
	padding-left: 23.9583333333vw;
	padding-right: 11.4583333333vw;
	margin: 0 auto;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media screen and (max-width:980px) {
	.z_index_about {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

@media screen and (max-width:980px) {
	.z_index_about {
		padding-left: 12px
	}
}

@media screen and (max-width:980px) {
	.z_index_about {
		padding-right: 12px
	}
}

.z_index_about .flbox {
	width: 27.6041666667vw
}

@media screen and (max-width:980px) {
	.z_index_about .flbox {
		width: 100%
	}
}

.z_index_about .flbox .desc {
	font-size: .7575vw;
	font-weight: 400;
	color: #3b3b3b;
	line-height: 26px;
	font-weight: normal;
	margin-top: 1.0416666667vw
}

@media screen and (max-width:1680px) {
	.z_index_about .flbox .desc {
		font-size: 1.134375vw
	}
}

@media screen and (max-width:980px) {
	.z_index_about .flbox .desc {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_index_about .flbox .desc {
		line-height: 1.45vw
	}
}

@media screen and (max-width:980px) {
	.z_index_about .flbox .desc {
		line-height: 22px
	}
}

@media screen and (max-width:980px) {
	.z_index_about .flbox .desc {
		margin-top: 15px
	}
}

.z_index_about .z_about_num {
	margin-top: .2083333333vw
}

@media screen and (max-width:980px) {
	.z_index_about .z_about_num {
		margin-top: 20px
	}
}

.z_index_about .z_about_num h3 {
	color: #228700;
	font-size: .9375vw
}

@media screen and (max-width:1680px) {
	.z_index_about .z_about_num h3 {
		font-size: 1.134375vw
	}
}

@media screen and (max-width:980px) {
	.z_index_about .z_about_num h3 {
		font-size: 14px
	}
}

.z_index_about .z_about_num em {
	font-size: 3.125vw;
	 
	display: inline-block;
	margin-right: .5208333333vw
}

@media screen and (max-width:980px) {
	.z_index_about .z_about_num em {
		font-size: 26px
	}
}

@media screen and (max-width:980px) {
	.z_index_about .z_about_num em {
		margin-right: 6px
	}
}

.z_index_about .z_about_num h4 {
	font-size: 1.0416666667vw;
	color: #232323
}

@media screen and (max-width:980px) {
	.z_index_about .z_about_num h4 {
		font-size: 14px
	}
}

.z_index_about .z_about_num li {
	margin-top: 2.6041666667vw
}

@media screen and (max-width:980px) {
	.z_index_about .z_about_num li {
		margin-top: 20px
	}
}

.z_index_about .z_about_num li:last-child {
	margin-bottom: 0
}

.z_index_about .frbox {
	margin-left: auto;
	width: 34.8958333333vw;
	height: 20.8333333333vw;
	margin-top: 0;
	position: relative;
	border-radius: 2.6041666667vw;
	overflow: hidden;
	position: relative
}

@media screen and (max-width:980px) {
	.z_index_about .frbox {
		width: 100%;
		height: 50vw
	}
}

@media screen and (max-width:980px) {
	.z_index_about .frbox {
		margin-top: 30px
	}
}

.z_index_about .frbox .z_play {
	position: absolute;
	right: 0;
	bottom: 0;
	right: 5px;
	bottom: 5px;
	cursor: pointer
}

.z_index_about .frbox .z_play img {
	display: block
}

.z_index_tit .tit {
	font-size: 2.6041666667vw;
	line-height: 2.6041666667vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 1.0416666667vw;
	width: 100%
}

@media screen and (max-width:980px) {
	.z_index_tit .tit {
		font-size: 22px
	}
}

@media screen and (max-width:980px) {
	.z_index_tit .tit {
		line-height: 22px
	}
}

@media screen and (max-width:980px) {
	.z_index_tit .tit {
		margin-bottom: 10px
	}
}

.z_index_tit .iconfont {
	width: 30px;
	height: 30px;
	background: #228700;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: .625vw;
	margin-left: .5208333333vw
}

@media screen and (max-width:980px) {
	.z_index_tit .iconfont {
		width: 24px;
		height: 24px
	}
}

@media screen and (max-width:1680px) {
	.z_index_tit .iconfont {
		font-size: .75625vw;
		font-size: .8vw
	}
}

@media screen and (max-width:980px) {
	.z_index_tit .iconfont {
		font-size: 12px
	}
}

@media screen and (max-width:980px) {
	.z_index_tit .iconfont {
		margin-left: 6px
	}
}

.z_index_tit .slg {
	font-size: 1.5625vw;
	line-height: 1.875vw
}

@media screen and (max-width:980px) {
	.z_index_tit .slg {
		font-size: 16px
	}
}

@media screen and (max-width:980px) {
	.z_index_tit .slg {
		line-height: 22px
	}
}

.z_index_ys {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-left: 7.2916666667vw;
	padding-right: 7.2916666667vw;
	padding-top: 6.25vw;
	padding-bottom: 6.25vw
}

@media screen and (max-width:980px) {
	.z_index_ys {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:980px) {
	.z_index_ys {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.z_index_ys .z_index_tit {
	padding-left: 16.6666666667vw;
	margin-bottom: 6.7708333333vw
}

@media screen and (max-width:980px) {
	.z_index_ys .z_index_tit {
		padding-left: 0
	}
}

@media screen and (max-width:980px) {
	.z_index_ys .z_index_tit {
		margin-bottom: 40px
	}
}

.z_ys_swiper ul {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.z_ys_swiper li {
	height: 22.3958333333vw;
	position: relative
}

@media screen and (max-width:980px) {
	.z_ys_swiper li {
		height: auto
	}
}

.z_ys_swiper li a {
	display: block;
	height: 100%
}

.z_ys_swiper li.active .topbox {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.z_ys_swiper li.active .btmbox {
	padding-top: 1.3020833333vw;
/***  	border-radius: 1.5625vw 1.5625vw 7.2916666667vw 7.2916666667vw;***/
background: #fff
}

@media screen and (max-width:980px) {
	.z_ys_swiper li.active .btmbox {
		padding-top: 20px
	}
}

.z_ys_swiper li.active .btmbox .ico {
	height: 0;
	overflow: hidden
}

.z_ys_swiper li.active .btmbox .dot {
	opacity: 1;
	margin-top: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_ys_swiper li.active .btmbox .dot {
		margin-top: 10px
	}
}

.z_ys_swiper .topbox {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 11.9791666667vw;
	background: #228700;
	/***border-radius: 7.2916666667vw 7.2916666667vw 0 0;***/
	overflow: hidden;
	padding-bottom: 2.6041666667vw;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	margin-bottom: -2.6041666667vw
}

@media screen and (max-width:980px) {
	.z_ys_swiper .topbox {
		height: 0
	}
}

.z_ys_swiper .topbox .imgbg {
	position: absolute;
	left: 0;
	top: 0;
	opacity: .7;
	z-index: -1;
	mix-blend-mode: multiply
}

.z_ys_swiper .ico {
	height: 3.75vw;
	-webkit-transition: ease .8s;
	transition: ease .8s
}

@media screen and (max-width:980px) {
	.z_ys_swiper .ico {
		height: 36px
	}
}

.z_ys_swiper .ico img {
	display: block;
	height: 100%;
	margin: 0 auto
}

.z_ys_swiper .btmbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	background: rgba(255,255,255,.8);
	/***border-radius: 2.6041666667vw 2.6041666667vw 7.2916666667vw 7.2916666667vw;***/
	padding-top: 2.0833333333vw;
	padding-bottom: 2.0833333333vw;
	text-align: center
}

@media screen and (max-width:980px) {
	.z_ys_swiper .btmbox {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.z_ys_swiper .btmbox .ico {
	margin-bottom: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_ys_swiper .btmbox .ico {
		margin-bottom: 10px
	}
}

.z_ys_swiper .btmbox .tit {
	font-size: 1.5625vw;
	line-height: 1.5625vw
}

@media screen and (max-width:980px) {
	.z_ys_swiper .btmbox .tit {
		font-size: 16px
	}
}

@media screen and (max-width:1680px) {
	.z_ys_swiper .btmbox .tit {
		line-height: 1.8125vw
	}
}

@media screen and (max-width:980px) {
	.z_ys_swiper .btmbox .tit {
		line-height: 20px
	}
}

.z_ys_swiper .btmbox .dot {
	width: 70%;
	margin: 0 auto;
	height: 3px;
	background: url(../images/dot.png) no-repeat center;
	background-size: auto 100%;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	overflow: hidden;
	opacity: 0
}

.z_ys_swiper .btmbox .desc {
	color: #727272;
	opacity: .7;
	min-height: 2.5vw;
	margin-bottom: 1.25vw;
	margin-top: .78125vw;
	font-size: .78125vw;
	line-height: 1.25vw;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

@media screen and (max-width:980px) {
	.z_ys_swiper .btmbox .desc {
		margin-bottom: 10px
	}
}

@media screen and (max-width:980px) {
	.z_ys_swiper .btmbox .desc {
		margin-top: 10px
	}
}

@media screen and (max-width:1680px) {
	.z_ys_swiper .btmbox .desc {
		font-size: .9453125vw;
		font-size: 1vw
	}
}

@media screen and (max-width:980px) {
	.z_ys_swiper .btmbox .desc {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_ys_swiper .btmbox .desc {
		line-height: 1.45vw
	}
}

@media screen and (max-width:980px) {
	.z_ys_swiper .btmbox .desc {
		line-height: 24px
	}
}

.z_ys_swiper .btmbox .z_arr {
	margin: 0 auto
}

@media screen and (max-width:980px) {
	.z_ys_swiper .topbox {
		display: none
	}

	.z_ys_swiper .btmbox {
		position: relative;
		border-radius: 10px
	}

	.z_ys_swiper li .dot {
		display: none
	}

	.z_ys_swiper li.active .btmbox {
		border-radius: 10px
	}

	.z_ys_swiper li.active .btmbox .ico {
		height: 36px
	}
}

.z_arr {
	width: 30px;
	height: 30px;
	background: #228700;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	margin-left: .5208333333vw;
	cursor: pointer
}

@media screen and (max-width:980px) {
	.z_arr {
		width: 24px;
		height: 24px
	}
}

@media screen and (max-width:980px) {
	.z_arr {
		margin-left: 6px
	}
}

.z_arr .iconfont {
	font-size: 12px
}

.z_index_pro {
	position: relative;
	overflow: hidden
}

.z_index_pro .go {
	width: 43px;
	height: 100%;
	background: url(../images/hx2.png) no-repeat center;
	background-size: 100% auto;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0
}

.z_series_nav {
	width: 34.375vw;
	height: 34.375vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -10.4166666667vw;
	z-index: 3;
	background: url(../images/cir.png) no-repeat center;
	background-size: 100% 100%;
	border-radius: 50%
}

.z_series_nav .item {
	cursor: pointer;
	position: absolute;
	opacity: .5;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

.z_series_nav .item.active {
	opacity: 1
}

.z_series_nav .item.active .nava {
	opacity: 1
}

.z_series_nav .item0 {
	left: 17%;
	top: 7%
}

.z_series_nav .item1 {
	left: 2%;
	top: 24%
}

.z_series_nav .item2 {
	left: -3%;
	top: 45%
}

.z_series_nav .item3 {
	left: 2%;
	top: 67%
}

.z_series_nav .item4 {
	left: 17%;
	top: 86%
}

.z_series_nav .titbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.z_series_nav .ico {
	width: 2.0833333333vw;
	height: 2.0833333333vw;
	border-radius: 50%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: .5208333333vw;
	overflow: hidden
}

@media screen and (max-width:980px) {
	.z_series_nav .ico {
		margin-right: 10px
	}
}

.z_series_nav .ico .iconfont {
	font-size: 1.25vw;
	-webkit-transition: ease .5s;
	transition: ease .5s
}

@media screen and (max-width:980px) {
	.z_series_nav .ico .iconfont {
		font-size: 20px
	}
}

.z_series_nav .tt {
	font-size: 1.25vw
}

@media screen and (max-width:980px) {
	.z_series_nav .tt {
		font-size: 16px
	}
}

.z_series_nav .nava {
	margin-left: 2.6041666667vw;
	width: 13.5416666667vw;
	opacity: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

@media screen and (max-width:980px) {
	.z_series_nav .nava {
		margin-left: 10px
	}
}

@media screen and (max-width:980px) {
	.z_series_nav .nava {
		width: 100%
	}
}

.z_series_nav .nava .li {
	display: inline-block;
	margin-right: 1.0416666667vw;
	color: #fff
}

@media screen and (max-width:980px) {
	.z_series_nav .nava .li {
		margin-right: 10px
	}
}

.z_series_nav .nava .li.active {
	text-decoration: underline
}

@media screen and (max-width:980px) {
	.z_series_nav {
		display: none
	}
}

.z_series_swiper {
	height: 100vh
}

@media screen and (max-width:980px) {
	.z_series_swiper {
		height: auto
	}
}

.z_series_swiper .itembox {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	color: #fff
}

@media screen and (max-width:980px) {
	.z_series_swiper .itembox {
		padding-left: 12px;
		padding-right: 12px
	}
}

.z_series_swiper .cir {
	width: 60.9166666667vw;
	height: 72.9166666667vw;
	border-radius: 50%;
	border: 15.625vw solid transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -29.1666666667vw;
	z-index: -1
}

.z_series_swiper .cir2 {
	width: 7.2916666667vw;
	height: 7.2916666667vw;
	border-radius: 50%;
	position: absolute;
	left: 4.1666666667vw;
	top: 8.8541666667vw;
	z-index: -1
}

@media screen and (max-width:980px) {
	.z_series_swiper .cir2 {
		width: 10px;
		height: 10px
	}
}

.z_series_swiper .flbox {
	width: 26.0416666667vw;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media screen and (max-width:980px) {
	.z_series_swiper .flbox {
		width: 100%
	}
}

.z_series_swiper .frbox {
	width: 45.8333333333vw
}

@media screen and (max-width:980px) {
	.z_series_swiper .frbox {
		width: 70%
	}
}

.z_series_swiper .frbox li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.z_series_swiper .frbox img {
	display: block;
	max-width: 80%;
	-webkit-transform: rotate(10deg) scale(.2,.2);
	transform: rotate(10deg) scale(.2,.2);
	opacity: 0;
	-webkit-transition: ease 1.5s;
	transition: ease 1.5s
}

.z_series_swiper .frbox .swiper-slide-active img {
	-webkit-transform: rotate(-30deg) scale(1,1);
	transform: rotate(-30deg) scale(1,1);
	opacity: 1
}

.z_series_swiper .titbar {
	font-size: 2.0041666667vw;
	line-height: 2.6041666667vw
}

@media screen and (max-width:980px) {
	.z_series_swiper .titbar {
		font-size: 20px
	}
}

@media screen and (max-width:980px) {
	.z_series_swiper .titbar {
		line-height: 20px
	}
}

.z_series_swiper .desc {
	font-size: 1.25vw;
	line-height: 1.5625vw;
	margin-top: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_series_swiper .desc {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_series_swiper .desc {
		line-height: 1.8125vw
	}
}

@media screen and (max-width:980px) {
	.z_series_swiper .desc {
		line-height: 20px
	}
}

@media screen and (max-width:980px) {
	.z_series_swiper .desc {
		margin-top: 15px
	}
}

.z_series_swiper .z_series_list {
	margin-top: 2.6041666667vw
}

@media screen and (max-width:980px) {
	.z_series_swiper .z_series_list {
		margin-top: 20px
	}
}

.z_series_swiper .z_series_list .tt {
	font-size: .9375vw;
	margin-bottom: 1.0416666667vw
}

@media screen and (max-width:1680px) {
	.z_series_swiper .z_series_list .tt {
		font-size: 1.134375vw
	}
}

@media screen and (max-width:980px) {
	.z_series_swiper .z_series_list .tt {
		font-size: 16px
	}
}

@media screen and (max-width:980px) {
	.z_series_swiper .z_series_list .tt {
		margin-bottom: 15px
	}
}

.z_series_swiper .z_series_list ul {
	background: #fff;
	border-radius: 1.9791666667vw;
	display: inline-block;
	padding: 8px
}

.z_series_swiper .z_series_list li {
	display: inline-block;
	background: #eee;
	border-radius: 50%;
	margin: 0 2px;
	width: 2.9166666667vw;
	height: 2.9166666667vw;
	overflow: hidden;
	cursor: pointer;
	position: relative
}

@media screen and (max-width:980px) {
	.z_series_swiper .z_series_list li {
		width: 40px;
		height: 40px
	}
}

.z_series_swiper .z_series_list li .imgbg {
	-webkit-transform: translateY(20%);
	transform: translateY(20%)
}

.z_series_swiper .z_series_list li::before {
	border: 2px solid #228700;
	opacity: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	pointer-events: none;
	z-index: 1;
	border-radius: 50%
}

.z_series_swiper .z_series_list li.active::before {
	opacity: 1
}

@media screen and (max-width:980px) {
	.z_series_swiper .itembox {
		display: block;
		padding: 40px 12px;
		min-height: 160vw
	}

	.z_series_swiper .cir2 {
		top: 10px;
		left: 10px;
		display: none
	}

	.z_series_swiper .z_series_list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: rgba(255,255,255,.6)
	}

	.z_series_swiper .frbox {
		margin: 0 auto;
		margin-top: 30px
	}

	.z_series_swiper .swiper_dot {
		position: absolute;
		left: 0;
		bottom: 15px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 2
	}

	.z_series_swiper .swiper_dot span {
		display: inline-block;
		margin: 0 2px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #fff;
		opacity: .8
	}

	.z_series_swiper .swiper_dot span.on {
		opacity: 1
	}
}

.z_index_ecology {
	position: relative;
	padding-top: 7.2916666667vw;
	padding-bottom: 7.2916666667vw;
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	padding-bottom: 0
}

@media screen and (max-width:980px) {
	.z_index_ecology {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media screen and (max-width:980px) {
	.z_index_ecology {
		padding-left: 12px;
		padding-right: 12px
	}
}

.z_index_ecology .z_index_tit {
	position: absolute;
	left: 11.4583333333vw;
	top: 7.8125vw
}

.z_index_ecology .warp {
	margin-left: auto;
	width: 52.0833333333vw;
	position: relative
}

@media screen and (max-width:980px) {
	.z_index_ecology .warp {
		width: 90%
	}
}

.z_index_ecology .warp .bg {
	display: block
}

.z_index_ecology .slgbox {
	width: 22.9166666667vw;
	height: 22.9166666667vw;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #228700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 23%
}

@media screen and (max-width:980px) {
	.z_index_ecology .slgbox {
		width: 120px;
		height: 120px
	}
}

.z_index_ecology .slgbox .imgbg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	mix-blend-mode: multiply
}

.z_index_ecology .slgbox img {
	display: block;
	width: 9.8958333333vw
}

@media screen and (max-width:980px) {
	.z_index_ecology .slgbox img {
		width: 50px
	}
}

.z_index_ecology li {
	width: 13.5416666667vw;
	height: 13.5416666667vw;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 0 1.0416666667vw;
	position: absolute;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

@media screen and (max-width:980px) {
	.z_index_ecology li {
		width: 80px;
		height: 80px
	}
}

.z_index_ecology li:nth-child(1) {
	background: #f04d22;
	-webkit-clip-path: circle(32% at 50% 50%);
	clip-path: circle(32% at 50% 50%);
	left: 6%;
	top: 28%
}

.z_index_ecology li:nth-child(2) {
	background: #db002a;
	-webkit-clip-path: circle(34% at 50% 50%);
	clip-path: circle(34% at 50% 50%);
	left: 29%;
	top: 50%
}

.z_index_ecology li:nth-child(3) {
	background: #09a94c;
	-webkit-clip-path: circle(36% at 50% 50%);
	clip-path: circle(36% at 50% 50%);
	left: -10%;
	top: 55%
}

.z_index_ecology li.active {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%)
}

.z_index_ecology li.active .con {
	max-height: 200px
}

.z_index_ecology li .con {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

.z_index_ecology li .slg {
	height: 2.6041666667vw
}

@media screen and (max-width:980px) {
	.z_index_ecology li .slg {
		height: 30px
	}
}

.z_index_ecology li .slg img {
	display: block;
	max-height: 100%;
	margin: 0 auto
}

.z_index_ecology li .tit {
	font-size: 1.0416666667vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff
}

@media screen and (max-width:980px) {
	.z_index_ecology li .tit {
		font-size: 16px
	}
}

.z_index_ecology li .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff;
	margin-bottom: .5208333333vw
}

@media screen and (max-width:980px) {
	.z_index_ecology li .desc {
		margin-bottom: 10px
	}
}

.z_index_ecology li .z_arr {
	margin: 0 auto;
	background: #eee;
	color: #228700;
	font-weight: 700
}

.z_index_ecology .dot {
	position: absolute;
	border-radius: 50%;
	-webkit-transform-origin: 30% 30px;
	transform-origin: 30% 30px
}

.z_index_ecology .dot.dot1 {
	width: 13px;
	height: 13px;
	background: #ffba00;
	left: 20%;
	top: 20%;
	-webkit-animation: spin-reverse 8s infinite linear;
	animation: spin-reverse 8s infinite linear
}

.z_index_ecology .dot.dot2 {
	width: 11px;
	height: 11px;
	background: #d4daf5;
	border-radius: 50%;
	left: 38%;
	top: 30%;
	-webkit-animation: spin 8s infinite linear;
	animation: spin 8s infinite linear
}

.z_index_ecology .dot.dot3 {
	width: 13px;
	height: 13px;
	background: #ff7537;
	left: -10%;
	top: 40%;
	-webkit-animation: spin 8s infinite linear;
	animation: spin 8s infinite linear
}

.z_index_ecology .dot.dot4 {
	width: 22px;
	height: 22px;
	background: #c4e6eb;
	border-radius: 50%;
	left: 50%;
	top: 80%;
	-webkit-animation: spin-reverse 8s infinite linear;
	animation: spin-reverse 8s infinite linear
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes spin-reverse {
	from {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin-reverse {
	from {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@media screen and (max-width:980px) {
	.z_index_ecology .z_index_tit {
		position: relative;
		left: auto;
		top: auto
	}

	.z_index_ecology li {
		-webkit-clip-path: circle(50% at 50% 50%)!important;
		clip-path: circle(50% at 50% 50%)!important
	}

	.z_index_ecology li .con {
		display: none
	}
}

.z_index_btmwarp {
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	background: #f1f1f1 url(../images/dt.png) no-repeat right center;
	overflow: hidden;
	position: relative;
	z-index: 1
}

@media screen and (max-width:980px) {
	.z_index_btmwarp {
		padding-left: 0;
		padding-right: 0
	}
}

.z_index_btmwarp .z_index_earth {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -21.3541666667vw;
	z-index: -1
}

.z_index_btmwarp::before {
	content: "";
	display: block;
	width: 68.2291666667vw;
	height: 68.2291666667vw;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -31.25vw;
	z-index: -1
}

@media screen and (max-width:980px) {
	.z_index_btmwarp::before {
		display: none
	}
}

.z_index_news {
	padding-top: 7.2916666667vw;
	padding-bottom: 7.2916666667vw;
	padding-left: 0;
	padding-right: 0
}

@media screen and (max-width:980px) {
	.z_index_news {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media screen and (max-width:980px) {
	.z_index_news {
		padding-left: 12px;
		padding-right: 12px
	}
}

.z_news_warp {
	margin-top: 4.6875vw;
	position: relative
}

@media screen and (max-width:980px) {
	.z_news_warp {
		margin-top: 30px
	}
}

.z_news_warp .btn {
	background: #fff;
	border-radius: 50%;
	width: 3.6458333333vw;
	height: 3.6458333333vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: #228700;
	z-index: 2
}

@media screen and (max-width:980px) {
	.z_news_warp .btn {
		width: 34px;
		height: 34px
	}
}

.z_news_warp .btn .iconfont {
	font-weight: 700
}

.z_news_warp .btn:hover {
	background: #228700;
	color: #fff
}

.z_news_warp .prev {
	left: -5.2083333333vw
}

.z_news_warp .next {
	right: -5.2083333333vw
}

@media screen and (max-width:980px) {
	.z_news_warp .prev {
		left: 0
	}

	.z_news_warp .next {
		right: 0
	}
}

.z_news_list {
	overflow: hidden
}

.z_news_list li:hover .imgbg {
	mix-blend-mode: unset;
	-webkit-transform: scale(1,1);
	transform: scale(1,1)
}

.z_news_list li:hover .tit {
	color: #228700
}

.z_news_list.z_news_list2 li {
	width: 30.3%;
	margin-right: 4.5%;
	margin-bottom: 3.3854166667vw
}

@media screen and (max-width:980px) {
	.z_news_list.z_news_list2 li {
		width: 100%
	}
}

@media screen and (max-width:980px) {
	.z_news_list.z_news_list2 li {
		margin-right: 0
	}
}

@media screen and (max-width:980px) {
	.z_news_list.z_news_list2 li {
		margin-bottom: 12px
	}
}

.z_news_list.z_news_list2 li:nth-child(3n) {
	margin-right: 0
}

.z_news_list .imgbox {
	height: 15.625vw;
	border-radius: 1.5625vw 1.5625vw 0 0;
	background: #228700;
	position: relative;
	background: #228700;
	position: relative
}

@media screen and (max-width:980px) {
	.z_news_list .imgbox {
		height: 55vw
	}
}

.z_news_list .imgbox::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.z_news_list .imgbox .imgbg {
	border-radius: 1.5625vw;
	overflow: hidden;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1)
}

.z_news_list .imgbox .time {
	position: absolute;
	left: 2.0833333333vw;
	bottom: 3.125vw;
	color: #fff;
	text-align: center;
	 
	z-index: 2
}

.z_news_list .imgbox .time em {
	display: block;
	font-size: 2.5vw
}

@media screen and (max-width:980px) {
	.z_news_list .imgbox .time em {
		font-size: 20px
	}
}

.z_news_list .infobox {
	background: #fff;
	border-radius: 1.5625vw;
	position: relative;
	margin-top: -1.5625vw;
	padding: 2.0833333333vw;
	z-index: 2
}

@media screen and (max-width:980px) {
	.z_news_list .infobox {
		padding: 15px
	}
}

.z_news_list .infobox .tit {
	font-size: 1.2625vw;
	line-height: 1.875vw;
	min-height: 3.125vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

@media screen and (max-width:980px) {
	.z_news_list .infobox .tit {
		font-size: 16px
	}
}

@media screen and (max-width:980px) {
	.z_news_list .infobox .tit {
		line-height: 20px
	}
}

.z_news_list .infobox .line {
	background: url(../images/dot3.png) repeat-x left;
	height: 3px;
	margin-top: 1.0416666667vw;
	margin-bottom: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_news_list .infobox .line {
		margin-top: 12px;
		margin-bottom: 12px
	}
}

.z_news_list .infobox .desc {
	font-size: .7375vw;
	line-height: 1.25vw;
	color: #3b3b3b;
	min-height: 2.6041666667vw;
	margin-bottom: 1.5625vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

@media screen and (max-width:1680px) {
	.z_news_list .infobox .desc {
		font-size: 1.134375vw
	}
}

@media screen and (max-width:980px) {
	.z_news_list .infobox .desc {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_news_list .infobox .desc {
		line-height: 1.45vw
	}
}

@media screen and (max-width:980px) {
	.z_news_list .infobox .desc {
		line-height: 20px
	}
}

@media screen and (max-width:980px) {
	.z_news_list .infobox .desc {
		margin-bottom: 12px
	}
}

.z_news_list .infobox .z_arr {
	margin-left: 0
}

@media screen and (max-width:980px) {
	.z_news_list .time {
		bottom: auto;
		top: 20px
	}
}

.z_index_hb {
	padding-bottom: 1px;
	background: url(../images/bg.png) bottom center no-repeat; 
}

.z_index_hb .hbwarp {
	margin-top: 4.1666666667vw;
	margin-bottom: 4.1666666667vw
}

@media screen and (max-width:980px) {
	.z_index_hb .hbwarp {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

.z_index_hb .z_zx_btn {
	width: 70px;
	height: 70px;
	background: none;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin: 0 auto;
	margin-top: 3.125vw
}

@media screen and (max-width:980px) {
	.z_index_hb .z_zx_btn {
		margin-top: 20px
	}
}

.z_index_hb .z_zx_btn img {
	display: block;
	margin: 0 auto
}

.z_hb_list {
	width: 68.75vw;
	margin: 0 auto;
	padding-bottom: 1.0416666667vw;
	overflow: hidden
}

@media screen and (max-width:980px) {
	.z_hb_list {
		width: 100%
	}
}

@media screen and (max-width:980px) {
	.z_hb_list {
		padding-bottom: 10px
	}
}

.z_hb_list li {
	width: 7.1875vw;
	height: 7.1875vw;
	background: #fff;
	-webkit-box-shadow: 0 14px 14px 0 rgba(0,0,0,.05);
	box-shadow: 0 14px 14px 0 rgba(0,0,0,.05);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.0416666667vw;
	margin-right: 1.5625vw;
	cursor: pointer
}

@media screen and (max-width:980px) {
	.z_hb_list li {
		width: 70px;
		height: 70px
	}
}

@media screen and (max-width:980px) {
	.z_hb_list li {
		padding: 10px
	}
}

@media screen and (max-width:980px) {
	.z_hb_list li {
		margin-right: 12px
	}
}

.z_hb_list li:last-child {
	margin-right: 0
}

.z_hb_list li:hover img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1)
}

.z_hb_list li img {
	display: block;
	max-height: 100%;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

.z_hb_list.z_hb_swiper1 {
	width: 42.1875vw
}

@media screen and (max-width:980px) {
	.z_hb_list.z_hb_swiper1 {
		width: 100%
	}
}

.z_ser_num ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.z_ser_num li {
	padding-left: 2.6041666667vw;
	padding-right: 2.6041666667vw;
	min-height: 9.8958333333vw;
	border-right: 1px solid #d2d2d2;
	padding-bottom: 0
}

@media screen and (max-width:980px) {
	.z_ser_num li {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:980px) {
	.z_ser_num li {
		padding-bottom: 20px
	}
}

.z_ser_num li:last-child {
	border-right: none
}

.z_ser_num li:hover h3 {
	color: #228700
}

.z_ser_num li:hover h4 {
	color: #000
}

.z_ser_num h3 {
	font-size: 1.25vw;
	font-weight: 700;
	 
}

@media screen and (max-width:980px) {
	.z_ser_num h3 {
		font-size: 16px
	}
}

.z_ser_num .timer {
	font-size: 2.3958333333vw
}

@media screen and (max-width:980px) {
	.z_ser_num .timer {
		font-size: 24px
	}
}

.z_ser_num h4 {
	font-size: 1.0416666667vw;
	color: #6e6e6e
}

@media screen and (max-width:980px) {
	.z_ser_num h4 {
		font-size: 14px
	}
}

.earth_box {
	width: 56.7708333333vw;
	height: 56.7708333333vw
}

@media screen and (max-width:980px) {
	.earth_box {
		width: 90%;
		height: 90vw
	}
}

.earth_box #earth {
	width: 100%;
	height: 100%
}

.z_footer {
	background: #228700;
	text-align: center;
	color: #fcfcfc
}

.z_footer .topwarp {
	padding-top: 4.1666666667vw;
	padding-bottom: 4.1666666667vw
}

@media screen and (max-width:980px) {
	.z_footer .topwarp {
		padding-top: 1px;
		padding-bottom: 1px
	}
}

.z_footer a {
	color: #fcfcfc
}

.z_footer .z_logo img {
	display: block;
	height: 4.125vw;
	margin: 0 auto
}

@media screen and (max-width:980px) {
	.z_footer .z_logo img {
		height: auto
	}
}

.z_footer .z_code {
	margin-top: 4.1666666667vw;
	margin-bottom: 4.1666666667vw
}
.z_footer .z_code .img{
	 padding:5px;
	 background: #fff;
	 border-radius: 5px;
}

@media screen and (max-width:980px) {
	.z_footer .z_code {
		margin-top: 20px;
		margin-bottom: 20px
	}
}

.z_footer .z_code ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.z_footer .z_code li {
	margin-left: 1.0416666667vw;
	margin-right: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_footer .z_code li {
		margin-left: 5px;
		margin-right: 5px
	}
}

.z_footer .z_code img {
	display: block;
	margin: 0 auto;
	max-height: 120px;
	border-radius: 8px;
	overflow: hidden
}

.z_footer .z_code h3 {
	margin-top: 8px;
	color: #fcfcfc;
	font-size: .8333333333vw
}

@media screen and (max-width:1680px) {
	.z_footer .z_code h3 {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_footer .z_code h3 {
		font-size: 12px
	}
}

.z_footer .z_store {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.z_footer .z_store a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fcfcfc;
	margin-left: 1.5625vw;
	margin-right: 1.5625vw;
	font-size: .7291666667vw
}

@media screen and (max-width:980px) {
	.z_footer .z_store a {
		margin-left: 5px;
		margin-right: 5px
	}
}

@media screen and (max-width:1680px) {
	.z_footer .z_store a {
		font-size: .8822916667vw;
		font-size: .9333333333vw
	}
}

@media screen and (max-width:980px) {
	.z_footer .z_store a {
		font-size: 12px
	}
}

.z_footer .z_store img {
	display: block;
	height: 36px;
	margin-right: .5208333333vw
}

@media screen and (max-width:980px) {
	.z_footer .z_store img {
		height: 28px
	}
}

@media screen and (max-width:980px) {
	.z_footer .z_store img {
		margin-right: 2px
	}
}

.z_footer .btmwarp {
	border-top: 1px solid rgba(255,255,255,.2);
	padding-top: 2.0833333333vw;
	padding-bottom: 2.0833333333vw
}

@media screen and (max-width:980px) {
	.z_footer .btmwarp {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.z_footer .address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.z_footer .address .item {
	padding-left: 4.1666666667vw;
	padding-right: 4.1666666667vw;
	position: relative;
	font-size: .8333333333vw
}

@media screen and (max-width:980px) {
	.z_footer .address .item {
		padding-left: 0;
		padding-right: 0
	}
}

@media screen and (max-width:1680px) {
	.z_footer .address .item {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_footer .address .item {
		font-size: 14px
	}
}

.z_footer .address .item span {
	opacity: .5
}

.z_footer .address .item .h3 {
	font-size: .8375vw;
	margin-top: 6px;
	font-weight: DIN
}

@media screen and (max-width:1680px) {
	.z_footer .address .item .h3 {
		font-size: 1.134375vw
	}
}

@media screen and (max-width:980px) {
	.z_footer .address .item .h3 {
		font-size: 14px
	}
}

.z_footer .address .item::before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #fff;
	position: absolute;
	top: 14px;
	right: 0;
	opacity: .5
}

.z_footer .address .item:last-child::before {
	display: none
}

.z_footer .copy {
	margin-top: 4.1666666667vw;
	opacity: .5
}

@media screen and (max-width:980px) {
	.z_footer .copy {
		margin-top: 20px
	}
}

@media screen and (max-width:980px) {
	.z_footer .topwarp {
		padding-bottom: 20px
	}

	.z_footer .z_logo {
		display: none
	}

	.z_footer .z_code img {
		height: 80px
	}

	.z_footer .address {
		display: block;
		text-align: center
	}

	.z_footer .address .item {
		margin-bottom: 10px
	}
}

.z_fixed_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 8;
	background: #fff;
	-webkit-box-shadow: 0 -14px 15px rgba(0,0,0,.08);
	box-shadow: 0 -14px 15px rgba(0,0,0,.08);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.5625vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

@media screen and (max-width:980px) {
	.z_fixed_form {
		padding: 25px
	}
}

.z_fixed_form .z_logo img {
	display: block;
	height: 2.6041666667vw
}

@media screen and (max-width:980px) {
	.z_fixed_form .z_logo img {
		height: 30px
	}
}

.z_fixed_form .tit {
	font-size: 1.0416666667vw;
	font-weight: 700;
	margin-left: 3.9583333333vw;
	margin-right: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_fixed_form .tit {
		font-size: 18px
	}
}

@media screen and (max-width:980px) {
	.z_fixed_form .tit {
		margin-left: 20px
	}
}

@media screen and (max-width:980px) {
	.z_fixed_form .tit {
		margin-right: 10px
	}
}

.z_fixed_form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.z_fixed_form form .text {
	width: 12.2395833333vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 41px;
	background: #f4f4f4;
	border-radius: 21px;
	padding: 0 20px;
	margin-right: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_fixed_form form .text {
		width: 100%
	}
}

@media screen and (max-width:980px) {
	.z_fixed_form form .text {
		margin-right: 0
	}
}

.z_fixed_form form .btn {
	width: 150px;
	height: 41px;
	background: #34753d;
	border-radius: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	font-size: .8333333333vw
}

@media screen and (max-width:980px) {
	.z_fixed_form form .btn {
		width: 100%
	}
}

@media screen and (max-width:1680px) {
	.z_fixed_form form .btn {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_fixed_form form .btn {
		font-size: 14px
	}
}

.z_fixed_form .z_form_close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: #666;
	font-weight: 700
}

@media screen and (max-width:980px) {
	.z_fixed_form {
		display: block
	}

	.z_fixed_form .z_logo {
		display: none
	}

	.z_fixed_form .tit {
		text-align: center;
		margin-bottom: 12px;
		margin-right: 0
	}

	.z_fixed_form form {
		display: block
	}

	.z_fixed_form form .text {
		margin: 4px 0
	}
}

.z_about_nl {
	min-height: 50vw;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	text-align: center;
	color: #fff;
	padding: 35px 12px
}

.z_about_nl .z_index_tit .tit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.z_about_nl .ico img {
	display: block;
	height: 3.6458333333vw;
	margin: 0 auto
}

@media screen and (max-width:980px) {
	.z_about_nl .ico img {
		height: 40px
	}
}

.z_about_nl .span {
	font-size: 1.25vw;
	letter-spacing: 4px;
	margin: 10px 0
}

@media screen and (max-width:980px) {
	.z_about_nl .span {
		font-size: 14px
	}
}

.z_about_nl .slg {
	font-size: 1.25vw
}

@media screen and (max-width:980px) {
	.z_about_nl .slg {
		font-size: 14px
	}
}

.z_index_brand {
	background: #fff;
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	position: relative;
	overflow: hidden
}

@media screen and (max-width:980px) {
	.z_index_brand {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

@media screen and (max-width:980px) {
	.z_index_brand {
		padding-left: 12px;
		padding-right: 12px
	}
}

.z_index_brand .flbox {
	width: 25.5208333333vw;
	height: 33.8541666667vw;
	border-radius: 1.5625vw;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 6.25vw
}

@media screen and (max-width:980px) {
	.z_index_brand .flbox {
		width: 160px;
		height: 500px
	}
}

@media screen and (max-width:980px) {
	.z_index_brand .flbox {
		margin-right: 0
	}
}

.z_index_brand .frbox .z_index_tit {
	width: 42.7083333333vw
}

@media screen and (max-width:980px) {
	.z_index_brand .frbox .z_index_tit {
		width: 100%
	}
}

.z_index_brand .frbox .z_index_tit .slg {
	font-size: 1.25vw;
	line-height: 1.5625vw;
	margin-top: 2.0833333333vw
}

@media screen and (max-width:980px) {
	.z_index_brand .frbox .z_index_tit .slg {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_index_brand .frbox .z_index_tit .slg {
		line-height: 1.8125vw
	}
}

@media screen and (max-width:980px) {
	.z_index_brand .frbox .z_index_tit .slg {
		line-height: 24px
	}
}

@media screen and (max-width:980px) {
	.z_index_brand .frbox .z_index_tit .slg {
		margin-top: 10px
	}
}

.z_index_brand .z_brand_nav {
	width: 56.7708333333vw;
	margin-top: 4.6875vw;
	position: relative;
	display: none
}

@media screen and (max-width:980px) {
	.z_index_brand .z_brand_nav {
		width: 100%
	}
}

@media screen and (max-width:980px) {
	.z_index_brand .z_brand_nav {
		margin-top: 20px
	}
}

.z_index_brand .z_brand_nav .swiper-slide {
	cursor: pointer
}

.z_index_brand .z_brand_nav .swiper-slide::before {
	height: 3px;
	background: #228700;
	top: 72px;
	width: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	position: absolute;
	left: 10px;
	top: 23px
}

.z_index_brand .z_brand_nav::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: url(../images/dot4.png) repeat-x left center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 23px
}

.z_index_brand .z_brand_nav .year {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	 
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	margin-left: -5px;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

.z_index_brand .z_brand_nav .year em {
	opacity: 0
}

.z_index_brand .z_brand_nav .year::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 2px solid #34753d;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.z_index_brand .z_brand_nav .active .year {
	background: #228700
}

.z_index_brand .z_brand_nav .active .year em {
	opacity: 1
}

.z_index_brand .z_brand_nav .active .year::before {
	opacity: 0
}

.z_index_brand .z_brand_nav .active::before {
	width: 100%
}

.z_index_brand .z_brand_nav .titbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9375vw;
	line-height: .9375vw
}

@media screen and (max-width:1680px) {
	.z_index_brand .z_brand_nav .titbar {
		font-size: 1.134375vw
	}
}

@media screen and (max-width:980px) {
	.z_index_brand .z_brand_nav .titbar {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_index_brand .z_brand_nav .titbar {
		line-height: 1.0875vw
	}
}

@media screen and (max-width:980px) {
	.z_index_brand .z_brand_nav .titbar {
		line-height: 20px
	}
}

.z_index_brand .z_brand_nav .titbar img {
	display: block;
	height: 40px;
	margin-right: 10px
}

@media screen and (max-width:980px) {
	.z_index_brand .flbox {
		margin: 0 auto
	}

	.z_index_brand .frbox {
		margin-top: 30px
	}

	.z_index_brand .frbox .z_index_tit {
		text-align: center;
		padding: 0 12px
	}

	.z_index_brand .frbox .z_index_tit .tit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.z_index_brand .frbox .titbar img {
		display: none
	}
}

.z_brand_con {
	width: 42.7083333333vw;
	font-size: .8333333333vw;
	font-weight: 400;
	color: #7d7d7d;
	line-height: 24px;
	text-align: justify;
	margin-top: 3.6458333333vw
}

@media screen and (max-width:980px) {
	.z_brand_con {
		width: 100%
	}
}

@media screen and (max-width:1680px) {
	.z_brand_con {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_brand_con {
		font-size: 14px
	}
}

@media screen and (max-width:980px) {
	.z_brand_con {
		margin-top: 20px
	}
}

.z_about_process {
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	position: relative
}

@media screen and (max-width:980px) {
	.z_about_process {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

@media screen and (max-width:980px) {
	.z_about_process {
		padding-left: 12px;
		padding-right: 12px
	}
}

.z_process_swiper {
	margin-top: 4.6875vw;
	position: relative;
	overflow: hidden
}

@media screen and (max-width:980px) {
	.z_process_swiper {
		margin-top: 30px
	}
}

.z_process_swiper .btnwarp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 58px;
	z-index: 1;
	cursor: pointer
}

.z_process_swiper .btnwarp .next {
	margin-left: 10px
}

.z_process_swiper::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: url(../images/dot4.png) repeat-x left center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 72px
}

.z_process_swiper li {
	padding-right: 4.1666666667vw;
	position: relative
}

@media screen and (max-width:980px) {
	.z_process_swiper li {
		padding-right: 0
	}
}

.z_process_swiper li::before {
	height: 3px;
	background: #228700;
	top: 72px;
	width: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

.z_process_swiper li:hover::before {
	width: 100%
}

.z_process_swiper li:hover .year {
	color: #000
}

.z_process_swiper .year {
	color: #9a9a9a;
	font-size: 20px;
	 
	font-weight: 700
}

.z_process_swiper .dot {
	width: 16px;
	height: 16px;
	background: #fff;
	border: 2px solid #34753d;
	border-radius: 50%;
	margin: 40px 0
}

.z_process_swiper .tit {
	font-size: 1.5625vw;
	color: #000
}

@media screen and (max-width:980px) {
	.z_process_swiper .tit {
		font-size: 16px
	}
}

.z_process_swiper .desc {
	font-size: 1.0416666667vw;
	color: #2f2f2f;
	margin-top: 6px
}

@media screen and (max-width:980px) {
	.z_process_swiper .desc {
		font-size: 14px
	}
}

.z_process_swiper .desc em {
	color: #228700
}

@media screen and (max-width:980px) {
	.z_process_swiper::before {
		top: 51px
	}

	.z_process_swiper .dot {
		margin: 20px 0
	}

	.z_process_swiper .next {
		top: 40px
	}
}

.z_index_ry {
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	position: relative;
	z-index: 1
}

@media screen and (max-width:980px) {
	.z_index_ry {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

@media screen and (max-width:980px) {
	.z_index_ry {
		padding-left: 12px;
		padding-right: 12px
	}
}

.z_ry_swiper {
	margin-top: 4.6875vw;
	overflow: hidden;
	margin-left: -7.5520833333vw
}

@media screen and (max-width:980px) {
	.z_ry_swiper {
		margin-top: 30px
	}
}

@media screen and (max-width:980px) {
	.z_ry_swiper {
		margin-left: 0
	}
}

.z_ry_swiper li {
	width: 20.3125vw;
 
	background-size: 100% auto;
	text-align: center;
	color: #fff;
	height: 15.8125vw;
	padding-left: 1.5625vw;
	padding-right: 1.5625vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 30px;
	margin-bottom: 4.1666666667vw
}

@media screen and (max-width:980px) {
	.z_ry_swiper li {
		width: 100px;
		height: 30vw;
	}
}

@media screen and (max-width:980px) {
	.z_ry_swiper li {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:980px) {
	.z_ry_swiper li {
		margin-left: 0
	}
}

@media screen and (max-width:980px) {
	.z_ry_swiper li {
		margin-bottom: 20px
	}
}

.z_ry_swiper .year {
	 
	font-size: 16px;
	margin-bottom: .5208333333vw
}

@media screen and (max-width:980px) {
	.z_ry_swiper .year {
		margin-bottom: 5px
	}
}

.z_ry_swiper .desc {
	font-size: 1.4583333333vw;
	line-height: 1.6666666667vw
}

@media screen and (max-width:980px) {
	.z_ry_swiper .desc {
		font-size: 14px
	}
}

@media screen and (max-width:980px) {
	.z_ry_swiper .desc {
		line-height: 20px
	}
}

.z_index_stgw {
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
	padding-bottom: 11.4583333333vw
}

@media screen and (max-width:980px) {
	.z_index_stgw {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

@media screen and (max-width:980px) {
	.z_index_stgw {
		padding-bottom: 35px
	}
}

.z_index_stgw .z_index_tit {
	text-align: center
}

.z_index_stgw .z_index_tit .tit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.z_index_stgw .z_index_tit .slg {
	color: #646464;
	font-size: 1.25vw
}

@media screen and (max-width:980px) {
	.z_index_stgw .z_index_tit .slg {
		font-size: 16px
	}
}

.z_index_stgw .ico {
	width: 5.2083333333vw;
	height: 5.2083333333vw;
	background: #db002a;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px;
	margin: 0 auto;
	margin-top: 3.6458333333vw
}

@media screen and (max-width:980px) {
	.z_index_stgw .ico {
		width: 80px;
		height: 80px
	}
}

@media screen and (max-width:980px) {
	.z_index_stgw .ico {
		margin-top: 30px
	}
}

.z_index_stgw .ico img {
	display: block;
	max-height: 100%
}

.z_index_stgw .warps {
	position: relative
}

.z_index_stgw .warps .bgs {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 2.6041666667vw;
	width: 66.3541666667vw;
	z-index: -1;
	display: block
}

@media screen and (max-width:980px) {
	.z_index_stgw .warps .bgs {
		width: 100%
	}
}

.z_gw_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 11.4583333333vw;
	z-index: 1;
	position: relative
}

@media screen and (max-width:980px) {
	.z_gw_list {
		margin-top: 30px
	}
}

.z_gw_list .item {
	-webkit-transition: ease 1s;
	transition: ease 1s;
	position: relative
}

.z_gw_list .item:nth-child(2) .topbox {
	background: #dc0d35
}

.z_gw_list .item:nth-child(3) .topbox {
	background: #009f43
}

.z_gw_list .item.active {
	-webkit-transform: translateY(5.2083333333vw);
	transform: translateY(5.2083333333vw)
}

.z_gw_list .item.active .btmbox {
	opacity: 1;
	-webkit-transform: translate(0,-2.6041666667vw);
	transform: translate(0,-2.6041666667vw)
}

.z_gw_list .item.active .z_arr {
	display: none
}

.z_gw_list .item.active .topbox {
	-webkit-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
	width: 20.6770833333vw;
	min-height: auto;
	padding-bottom: 4.1666666667vw;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 10.4166666667vw 10.4166666667vw 0 0
}

@media screen and (max-width:980px) {
	.z_gw_list .item.active .topbox {
		width: 100%
	}
}

@media screen and (max-width:980px) {
	.z_gw_list .item.active .topbox {
		padding-bottom: 0
	}
}

.z_gw_list .topbox {
	min-height: 16.6666666667vw;
	width: 14.9479166667vw;
	background: #f04d22;
	border-radius: 4.1666666667vw 4.1666666667vw 7.3958333333vw 7.3958333333vw;
	text-align: center;
	padding: 1.5625vw;
	padding-top: 2.6041666667vw;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media screen and (max-width:980px) {
	.z_gw_list .topbox {
		width: 100%
	}
}

@media screen and (max-width:980px) {
	.z_gw_list .topbox {
		padding: 15px
	}
}

@media screen and (max-width:980px) {
	.z_gw_list .topbox {
		padding-top: 15px
	}
}

.z_gw_list .topbox .logo {
	height: 4.1666666667vw
}

@media screen and (max-width:980px) {
	.z_gw_list .topbox .logo {
		height: 50px
	}
}

.z_gw_list .topbox .logo img {
	display: block;
	margin: 0 auto;
	max-height: 100%
}

.z_gw_list .topbox .tit {
	margin-top: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_gw_list .topbox .tit {
		margin-top: 10px
	}
}

.z_gw_list .topbox .z_arr {
	margin: 0 auto;
	margin-top: 15px;
	-webkit-transition: ease .5s;
	transition: ease .5s
}

.z_gw_list .tit {
	font-size: 1.3541666667vw;
	line-height: 1.5625vw
}

@media screen and (max-width:980px) {
	.z_gw_list .tit {
		font-size: 16px
	}
}

@media screen and (max-width:1680px) {
	.z_gw_list .tit {
		line-height: 1.8125vw
	}
}

@media screen and (max-width:980px) {
	.z_gw_list .tit {
		line-height: 20px
	}
}

.z_gw_list .btmbox {
	width: 397px;
	width: 20.6770833333vw;
	background: #fff;
	border-radius: 2.6041666667vw 2.6041666667vw 10.4166666667vw 10.4166666667vw;
	padding: 3.125vw;
	padding-top: 1.5625vw;
	text-align: center;
	top: 4.1666666667vw;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	opacity: 0
}

@media screen and (max-width:980px) {
	.z_gw_list .btmbox {
		width: 100%
	}
}

@media screen and (max-width:980px) {
	.z_gw_list .btmbox {
		padding: 12px
	}
}

@media screen and (max-width:980px) {
	.z_gw_list .btmbox {
		padding-top: 12px
	}
}

.z_gw_list .dot {
	width: 100%;
	height: 3px;
	background: url(../images/dot4.png) center;
	background-size: auto 100%;
	margin: 15px 0
}

.z_gw_list .desc {
	color: #3b3b3b;
	line-height: 24px
}

@media screen and (max-width:980px) {
	.z_gw_list {
		display: block;
		padding: 0 12px
	}

	.z_gw_list .item {
		margin-bottom: 12px;
		border-radius: 10px;
		overflow: hidden
	}

	.z_gw_list .z_arr {
		display: none
	}

	.z_gw_list .btmbox,.z_gw_list .topbox {
		position: relative;
		left: auto;
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1;
		top: auto;
		border-radius: 0;
		padding: 20px 12px
	}
}

.z_bg_page {
	background: #f1f1f1;
	padding-top: 7.2916666667vw;
	padding-bottom: 7.2916666667vw;
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	padding-bottom: 3.6458333333vw
}

@media screen and (max-width:980px) {
	.z_bg_page {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

@media screen and (max-width:980px) {
	.z_bg_page {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:980px) {
	.z_bg_page {
		padding-bottom: 30px
	}
}

.z_js_list {
	margin-top: 3.6458333333vw
}

@media screen and (max-width:980px) {
	.z_js_list {
		margin-top: 20px
	}
}

.z_js_list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-bottom: 4.1666666667vw;
	color: #0b0e14
}

@media screen and (max-width:980px) {
	.z_js_list .item {
		padding-bottom: 20px
	}
}

.z_js_list .item::before {
	width: 4px;
	background: url(../images/dot5.png) no-repeat top center;
	z-index: 1;
	top: 16px;
	left: 38.0208333333vw;
	margin-left: -2px
}

.z_js_list .item:last-child::after,.z_js_list .item:last-child::before {
	display: none
}

.z_js_list .item::after {
	width: 4px;
	height: 0;
	background: #228700;
	z-index: 1;
	top: 16px;
	left: 37.9166666667vw;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

.z_js_list .item:hover::after {
	height: 100%
}

.z_js_list .imgbox {
	width: 34.8958333333vw;
	height: 20.8333333333vw;
	border-radius: 1.5625vw;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 3.125vw
}

@media screen and (max-width:980px) {
	.z_js_list .imgbox {
		width: 100%;
		height: 50vw
	}
}

@media screen and (max-width:980px) {
	.z_js_list .imgbox {
		margin-right: 0
	}
}

.z_js_list .slg {
	color: #228700;
	font-size: 1.5625vw;
	padding-left: 2.0833333333vw;
	position: relative
}

@media screen and (max-width:980px) {
	.z_js_list .slg {
		font-size: 16px
	}
}

@media screen and (max-width:980px) {
	.z_js_list .slg {
		padding-left: 0
	}
}

.z_js_list .slg::before {
	width: 16px;
	height: 16px;
	background: #f1f1f1;
	border: 2px solid #34753d;
	border-radius: 50%;
	z-index: 2;
	left: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.z_js_list .infobox {
	position: relative
}

.z_js_list .tit {
	font-size: 2.5vw;
	line-height: 2.6041666667vw;
	margin-top: 1.0416666667vw;
	margin-bottom: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_js_list .tit {
		font-size: 18px
	}
}

@media screen and (max-width:980px) {
	.z_js_list .tit {
		line-height: 24px
	}
}

@media screen and (max-width:980px) {
	.z_js_list .tit {
		margin-top: 10px;
		margin-bottom: 10px
	}
}

.z_js_list .con {
	padding-left: 4.1666666667vw;
	font-size: .8333333333vw;
	line-height: 1.25vw
}

@media screen and (max-width:980px) {
	.z_js_list .con {
		padding-left: 0
	}
}

@media screen and (max-width:1680px) {
	.z_js_list .con {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_js_list .con {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_js_list .con {
		line-height: 1.45vw
	}
}

@media screen and (max-width:980px) {
	.z_js_list .con {
		line-height: 24px
	}
}

.z_js_list .desc em {
	color: #228700
}

.z_js_list .list {
	margin-top: 1.5625vw
}

@media screen and (max-width:980px) {
	.z_js_list .list {
		margin-top: 15px
	}
}

.z_js_list .list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.z_js_list .list em {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #228700;
	position: relative;
	padding-left: 10px
}

.z_js_list .list em::before {
	width: 6px;
	height: 6px;
	background: #228700;
	border-radius: 50%;
	z-index: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}

@media screen and (max-width:980px) {
	.z_js_list .item {
		display: block
	}

	.z_js_list .item::after,.z_js_list .item::before {
		display: none
	}

	.z_js_list .slg::before {
		display: none
	}

	.z_js_list .infobox {
		margin-top: 20px
	}
}

.z_all_bj {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-top: 0;
	padding-bottom: 0
}

@media screen and (max-width:980px) {
	.z_all_bj {
		margin-top: 40px
	}
}

@media screen and (max-width:980px) {
	.z_all_bj {
		padding-bottom: 40px
	}
}

.z_all_bj::before {
	content: "";
	display: block;
	width: 43.75vw;
	height: 43.75vw;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}

.z_all_bj .flbox {
	width: 31.7708333333vw
}

@media screen and (max-width:980px) {
	.z_all_bj .flbox {
		width: 100%
	}
}

.z_all_bj .slg {
	font-size: 1.5625vw;
	color: #228700;
	margin-bottom: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_all_bj .slg {
		font-size: 16px
	}
}

@media screen and (max-width:980px) {
	.z_all_bj .slg {
		margin-bottom: 12px
	}
}

.z_all_bj .desc {
	font-size: .8333333333vw;
	line-height: 1.25vw;
	margin-top: 2.0833333333vw;
	margin-bottom: 4.1666666667vw
}

@media screen and (max-width:1680px) {
	.z_all_bj .desc {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_all_bj .desc {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_all_bj .desc {
		line-height: 1.45vw
	}
}

@media screen and (max-width:980px) {
	.z_all_bj .desc {
		line-height: 24px
	}
}

@media screen and (max-width:980px) {
	.z_all_bj .desc {
		margin-top: 12px
	}
}

@media screen and (max-width:980px) {
	.z_all_bj .desc {
		margin-bottom: 12px
	}
}

.z_all_bj .z_bj_swiper {
	overflow: hidden;
	padding-bottom: 1.5625vw;
	width: 39.5833333333vw
}

@media screen and (max-width:980px) {
	.z_all_bj .z_bj_swiper {
		width: 100%
	}
}

.z_all_bj .z_bj_swiper li {
	width: 6.7708333333vw;
	height: 6.7708333333vw;
	background: #fff;
	-webkit-box-shadow: 0 4px 24px 0 rgba(0,0,0,.05);
	box-shadow: 0 4px 24px 0 rgba(0,0,0,.05);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	margin-right: 1.1458333333vw
}

@media screen and (max-width:980px) {
	.z_all_bj .z_bj_swiper li {
		width: 80px;
		height: 80px
	}
}

@media screen and (max-width:980px) {
	.z_all_bj .z_bj_swiper li {
		margin-right: 10px
	}
}

.z_all_bj .earth_box {
	width: 42.7083333333vw;
	height: 42.7083333333vw;
	margin-left: 5.2083333333vw;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media screen and (max-width:980px) {
	.z_all_bj .earth_box {
		width: 100%;
		height: 90vw
	}
}

@media screen and (max-width:980px) {
	.z_all_bj .earth_box {
		margin-left: 0
	}
}

.z_contact_warp {
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	padding-top: 4.1666666667vw;
	padding-bottom: 4.1666666667vw
}

@media screen and (max-width:980px) {
	.z_contact_warp {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:980px) {
	.z_contact_warp {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.z_contact_warp .flbox,.z_contact_warp .frbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.z_contact_warp .item {
	font-size: .9375vw;
	margin-bottom: 3.125vw
}

@media screen and (max-width:1680px) {
	.z_contact_warp .item {
		font-size: 1.134375vw
	}
}

@media screen and (max-width:980px) {
	.z_contact_warp .item {
		font-size: 14px
	}
}

@media screen and (max-width:980px) {
	.z_contact_warp .item {
		margin-bottom: 20px
	}
}

.z_contact_warp .item:last-child {
	margin-bottom: 0
}

.z_contact_warp .titbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #767676;
	margin-bottom: .2604166667vw
}

@media screen and (max-width:980px) {
	.z_contact_warp .titbar {
		margin-bottom: 0
	}
}

.z_contact_warp .titbar .ico {
	display: block;
	margin-right: 10px
}

.z_contact_warp .desc {
	padding-left: 44px
}

.z_contact_warp .frbox {
	margin-top: 0
}

@media screen and (max-width:980px) {
	.z_contact_warp .frbox {
		margin-top: 20px
	}
}

.z_contact_warp .code {
	margin-top: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_contact_warp .code {
		margin-top: 10px
	}
}

.z_contact_warp .code ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center
}

.z_contact_warp .code li {
	margin-right: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_contact_warp .code li {
		margin-right: 10px
	}
}

.z_contact_warp .code h3 {
	color: #4b4b4b;
	font-size: .8333333333vw
}

@media screen and (max-width:1680px) {
	.z_contact_warp .code h3 {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_contact_warp .code h3 {
		font-size: 12px
	}
}

.z_contact_warp .code img {
	width: 120px;
	display: block
}

@media screen and (max-width:980px) {
	.z_contact_warp .code li {
		margin: 0
	}
}

.z_conatct_map {
	position: relative;
	width: 100%;
	height: 32.2916666667vw
}

@media screen and (max-width:980px) {
	.z_conatct_map {
		height: 60vw
	}
}

.z_conatct_map .go {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 90px;
	height: 90px;
	background: #34753d;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff
}

.z_conatct_map .go::before {
	border-radius: 50%;
	background: #228700;
	opacity: .5;
	-webkit-animation: sc 1.5s infinite linear;
	animation: sc 1.5s infinite linear
}

@-webkit-keyframes sc {
	0% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1)
	}

	50% {
		-webkit-transform: scale(1.3,1.3);
		transform: scale(1.3,1.3)
	}

	100% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1)
	}
}

@keyframes sc {
	0% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1)
	}

	50% {
		-webkit-transform: scale(1.3,1.3);
		transform: scale(1.3,1.3)
	}

	100% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1)
	}
}

.z_conatct_map .go .ico {
	display: block;
	margin: 0 auto;
	margin-bottom: 4px
}

.z_contact_rc {
	position: relative;
	z-index: 1;
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	padding-top: 6.25vw;
	padding-bottom: 6.25vw
}

@media screen and (max-width:980px) {
	.z_contact_rc {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:980px) {
	.z_contact_rc {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.z_contact_rc .z_rc_warp {
	position: relative;
	margin-top: 5.2083333333vw
}

@media screen and (max-width:980px) {
	.z_contact_rc .z_rc_warp {
		margin-top: 20px
	}
}

.z_contact_rc .z_rc_warp .btn {
	background: #fff;
	border-radius: 50%;
	width: 3.6458333333vw;
	height: 3.6458333333vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: #228700;
	z-index: 2
}

@media screen and (max-width:980px) {
	.z_contact_rc .z_rc_warp .btn {
		width: 34px;
		height: 34px
	}
}

.z_contact_rc .z_rc_warp .btn .iconfont {
	font-weight: 700
}

.z_contact_rc .z_rc_warp .btn:hover {
	background: #228700;
	color: #fff
}

.z_contact_rc .z_rc_warp .prev {
	left: -5.2083333333vw
}

.z_contact_rc .z_rc_warp .next {
	right: -5.2083333333vw
}

@media screen and (max-width:980px) {
	.z_contact_rc .z_rc_warp .prev {
		left: 0
	}

	.z_contact_rc .z_rc_warp .next {
		right: 0
	}
}

.z_rc_swiper {
	overflow: hidden
}

.z_rc_swiper li {
	background: rgba(255,255,255,.8);
	border-radius: 2.6041666667vw 2.6041666667vw 7.2916666667vw 7.2916666667vw;
	text-align: center;
	padding-top: 2.0833333333vw;
	padding-bottom: 2.0833333333vw;
	-webkit-transition: background 1s;
	transition: background 1s
}

@media screen and (max-width:980px) {
	.z_rc_swiper li {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.z_rc_swiper li:hover {
	background: #228700
}

.z_rc_swiper li:hover .ico img {
	-webkit-transform: translateY(-3.0208333333vw);
	transform: translateY(-3.0208333333vw)
}

.z_rc_swiper li:hover .desc,.z_rc_swiper li:hover .tit {
	color: #fff
}

.z_rc_swiper li:hover .z_arr {
	background: #fff;
	color: #228700;
	font-weight: 700
}

.z_rc_swiper .ico {
	display: block;
	width: 3.0208333333vw;
	height: 3.0208333333vw;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 1.5625vw
}

@media screen and (max-width:980px) {
	.z_rc_swiper .ico {
		width: 40px;
		height: 40px
	}
}

@media screen and (max-width:980px) {
	.z_rc_swiper .ico {
		margin-bottom: 15px
	}
}

.z_rc_swiper .ico img {
	display: block;
	width: 100%
}

.z_rc_swiper .tit {
	font-size: 1.5625vw;
	line-height: 1.5625vw
}

@media screen and (max-width:980px) {
	.z_rc_swiper .tit {
		font-size: 16px
	}
}

@media screen and (max-width:1680px) {
	.z_rc_swiper .tit {
		line-height: 1.8125vw
	}
}

@media screen and (max-width:980px) {
	.z_rc_swiper .tit {
		line-height: 18px
	}
}

.z_rc_swiper .desc {
	color: #8b8b8b;
	margin-top: 1.0416666667vw;
	margin-bottom: 1.0416666667vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

@media screen and (max-width:980px) {
	.z_rc_swiper .desc {
		margin-top: 10px;
		margin-bottom: 10px
	}
}

.z_rc_swiper .z_arr {
	margin: 0 auto
}

@media screen and (max-width:980px) {
	.z_rc_swiper li {
		border-radius: 12px
	}
}

.z_pagination .pagination {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.z_pagination .pagination .sr-only {
	display: none
}

.z_pagination .pagination .page-item.active .page-link {
	background: #228700;
	color: #fff
}

.z_pagination .pagination .page-link {
	width: 38px;
	height: 38px;
	display: block;
	background: #fff;
	border-radius: 50%;
	margin: 0 4px;
	font-size: 16px;
	 
	font-weight: 700;
	color: #228700;
	overflow: hidden;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width:980px) {
	.z_pagination .pagination .page-link {
		width: 30px;
		height: 30px
	}
}

.z_pagination .pagination .page-link:hover {
	background: #228700;
	color: #fff
}

.z_pagination .iconfont {
	font-size: 12px
}

.z_xq_page {
	background: #f1f1f1;
	padding-left: 11.4583333333vw;
	padding-right: 11.4583333333vw;
	padding-top: 6.25vw;
	padding-bottom: 6.25vw
}

@media screen and (max-width:980px) {
	.z_xq_page {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:980px) {
	.z_xq_page {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.z_xq_warp {
	background: #fff;
	border-radius: 1.5625vw;
	padding-top: 4.1666666667vw;
	padding-bottom: 4.1666666667vw;
	padding-left: 5.7291666667vw;
	padding-right: 5.7291666667vw;
	margin-top: 0
}

@media screen and (max-width:980px) {
	.z_xq_warp {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

@media screen and (max-width:980px) {
	.z_xq_warp {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:980px) {
	.z_xq_warp {
		margin-top: 40px
	}
}

.z_xq_warp .z_back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_xq_warp .z_back {
		margin-bottom: 20px
	}
}

.z_xq_warp .z_back em {
	display: inline-block;
	height: 30px;
	background: #dcdcdc;
	border-radius: 15px;
	padding: 0 15px;
	color: #fff;
	line-height: 30px;
	margin-left: 5px
}

.z_xq_warp .z_back:hover em {
	background: #228700
}

.z_xq_warp .titbar {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 3.6458333333vw
}

@media screen and (max-width:980px) {
	.z_xq_warp .titbar {
		margin-bottom: 20px
	}
}

.z_xq_warp .titbar .tt {
	font-size: 2.34375vw;
	width: 70%;
	line-height: 2.6041666667vw
}

@media screen and (max-width:980px) {
	.z_xq_warp .titbar .tt {
		font-size: 18px
	}
}

@media screen and (max-width:980px) {
	.z_xq_warp .titbar .tt {
		width: 100%
	}
}

@media screen and (max-width:980px) {
	.z_xq_warp .titbar .tt {
		line-height: 24px
	}
}

.z_xq_warp .titbar .time {
	margin-left: auto;
	font-size: 3.125vw;
	 
	color: #228700;
	font-weight: 700
}

@media screen and (max-width:980px) {
	.z_xq_warp .titbar .time {
		font-size: 18px
	}
}

.z_xq_warp .content {
	font-size: .8333333333vw;
	line-height: 1.25vw
}

@media screen and (max-width:1680px) {
	.z_xq_warp .content {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_xq_warp .content {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_xq_warp .content {
		line-height: 1.45vw
	}
}

@media screen and (max-width:980px) {
	.z_xq_warp .content {
		line-height: 20px
	}
}

.z_xq_warp .content img {
	max-width: 100!important;
	height: auto!important
}

.z_xg_news {
	margin-top: 3.6458333333vw
}

@media screen and (max-width:980px) {
	.z_xg_news {
		margin-top: 30px
	}
}

.z_xg_news .z_index_tit {
	margin-bottom: 3.6458333333vw
}

@media screen and (max-width:980px) {
	.z_xg_news .z_index_tit {
		margin-bottom: 30px
	}
}

.z_pro_page {
	background: #f1f1f1;
	padding-top: 0;
	padding-bottom: 5.2083333333vw
}

@media screen and (max-width:980px) {
	.z_pro_page {
		padding-bottom: 30px
	}
}

.z_pro_page .warpss {
	padding-top: 2.6041666667vw;
	padding-bottom: 2.6041666667vw
}

@media screen and (max-width:980px) {
	.z_pro_page .warpss {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.z_pro_navs {
	overflow: hidden;
	width: 100%;
	z-index: 3;
	padding-top: 1.0416666667vw;
	padding-bottom: 1.0416666667vw
}

.z_pro_navs ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.z_pro_navs li {
	width: auto;
	margin-left: 1.5625vw;
	margin-right: 1.5625vw
}

@media screen and (max-width:980px) {
	.z_pro_navs li {
		margin-left: 5px;
		margin-right: 5px
	}
}

.z_pro_navs li.active .iconfont,.z_pro_navs li:hover .iconfont {
	background: #228700;
	color: #fff
}

.z_pro_navs a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #717171;
	font-size: .9375vw
}

@media screen and (max-width:1680px) {
	.z_pro_navs a {
		font-size: 1.134375vw
	}
}

@media screen and (max-width:980px) {
	.z_pro_navs a {
		font-size: 14px
	}
}

@media screen and (max-width:980px) {
	.z_pro_navs {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.z_pro_navs .iconfont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	color: #228700;
	font-size: 24px;
	margin-right: 10px
}

@media screen and (max-width:980px) {
	.z_pro_navs .iconfont {
		width: 30px;
		height: 30px
	}
}

@media screen and (max-width:980px) {
	.z_pro_navs .iconfont {
		font-size: 18px
	}
}

@media screen and (max-width:980px) {
	.z_pro_navs {
		padding: 20px 0
	}

	.z_pro_navs ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.z_pro_list li {
	width: 31.3%;
	margin-right: 3%;
	background: #fff;
	border-radius: 1.5625vw;
	text-align: center;
	padding: 1.5625vw;
	margin-bottom: 2.6041666667vw;
	cursor: pointer
}

@media screen and (max-width:980px) {
	.z_pro_list li {
		width: 100%
	}
}

@media screen and (max-width:980px) {
	.z_pro_list li {
		margin-right: 0
	}
}

@media screen and (max-width:980px) {
	.z_pro_list li {
		padding: 20px
	}
}

@media screen and (max-width:980px) {
	.z_pro_list li {
		margin-bottom: 12px
	}
}

.z_pro_list li:nth-child(3n) {
	margin-right: 0
}

.z_pro_list li .item:hover img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1)
}

.z_pro_list .imgbox {
	height: 15.625vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1.0416666667vw;
	background: linear-gradient(to bottom, #F8E596, #fff);
	padding:30px 0;
}

@media screen and (max-width:980px) {
	.z_pro_list .imgbox {
		height: 50vw
	}
}

@media screen and (max-width:980px) {
	.z_pro_list .imgbox {
		margin-bottom: 10px
	}
}

.z_pro_list .imgbox img {
	display: block;
	max-height: 100%;
	-webkit-transition: ease 1s;
	transition: ease 1s
}

.z_pro_list .tit {
	font-size: 1.25vw;
	line-height: 1.3541666667vw
}

@media screen and (max-width:980px) {
	.z_pro_list .tit {
		font-size: 16px
	}
}

@media screen and (max-width:1680px) {
	.z_pro_list .tit {
		line-height: 1.5708333333vw
	}
}

@media screen and (max-width:980px) {
	.z_pro_list .tit {
		line-height: 20px
	}
}

.z_pro_list .desc {
	font-size: 14px;
	width: 80%;
	margin: 15px auto;
	color: #9c9c9c;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

@media screen and (max-width:980px) {
	.z_pro_list .desc {
		width: 100%
	}
}

.z_pro_list .slgbar span {
	display: inline-block;
	border: 1px solid #228700;
	padding: 0 12px;
	height: 26px;
	border-radius: 13px;
	line-height: 24px;
	color: #228700;
	margin: 0 4px
}

.z_mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 99;
	opacity: 0;
	visibility: hidden
}

.z_mask.on {
	opacity: 1;
	visibility: visible
}

.z_pro_pop {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: fixed;
	z-index: 100;
	background: #fff;
	border-radius: 1.5625vw;
	width: 59.6875vw;
	padding: 3.6458333333vw;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0;
	visibility: hidden;
	text-align: left
}

@media screen and (max-width:980px) {
	.z_pro_pop {
		width: 90%
	}
}

@media screen and (max-width:980px) {
	.z_pro_pop {
		padding: 12px
	}
}

.z_pro_pop.on {
	opacity: 1;
	visibility: visible
}

.z_pro_pop .flbox {
	width: 26.0416666667vw;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-height: 42.7083333333vw;
	overflow-y: auto
}

@media screen and (max-width:980px) {
	.z_pro_pop .flbox {
		width: 100%
	}
}

.z_pro_pop .flbox .tit {
	font-size: 1.54375vw;
	line-height: 2.5vw
}

@media screen and (max-width:980px) {
	.z_pro_pop .flbox .tit {
		font-size: 16px
	}
}

@media screen and (max-width:980px) {
	.z_pro_pop .flbox .tit {
		line-height: 24px
	}
}

.z_pro_pop .flbox .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10
}

.z_pro_pop .line {
	height: 3px;
	background: url(../images/dot3.png) repeat-x center;
	margin: 20px 0
}

.z_pro_pop .slgbar {
	margin: 15px 0
}

.z_pro_pop .slgbar span {
	display: inline-block;
	border: 1px solid #228700;
	padding: 0 12px;
	height: 26px;
	border-radius: 13px;
	line-height: 24px;
	color: #228700;
	margin: 0 4px
}

.z_pro_pop .desc {
	font-size: 1.1458333333vw;
	line-height: 1.5625vw;
	width: 100%;
	color: #000
}

@media screen and (max-width:980px) {
	.z_pro_pop .desc {
		font-size: 14px
	}
}

@media screen and (max-width:1680px) {
	.z_pro_pop .desc {
		line-height: 1.8125vw
	}
}

@media screen and (max-width:980px) {
	.z_pro_pop .desc {
		line-height: 22px
	}
}

.z_pro_pop .go {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 90px;
	height: 90px;
	background: #34753d;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff
}

.z_pro_pop .go::before {
	border-radius: 50%;
	background: #228700;
	opacity: .5;
	-webkit-animation: sc 1.5s infinite linear;
	animation: sc 1.5s infinite linear
}

.z_pro_pop .go .ico {
	display: block;
	margin: 0 auto;
	margin-bottom: 4px
}

.z_pro_pop .tt {
	display: inline-block;
	padding: 0 8px;
	border-radius: 12px;
	height: 24px;
	line-height: 24px;
	background: #228700;
	color: #fff;
	margin-bottom: 10px
}

.z_pro_pop .dd {
	color: #353535;
	font-size: .8333333333vw
}

@media screen and (max-width:1680px) {
	.z_pro_pop .dd {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width:980px) {
	.z_pro_pop .dd {
		font-size: 12px
	}
}

.z_pro_pop .item {
	margin-top: 1.0416666667vw
}

@media screen and (max-width:980px) {
	.z_pro_pop .item {
		margin-top: 10px
	}
}

@keyframes sc {
	0% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1)
	}

	50% {
		-webkit-transform: scale(1.3,1.3);
		transform: scale(1.3,1.3)
	}

	100% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1)
	}
}

.z_pro_pop .frbox {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding-right: 20px;
}

.z_pro_pop .frbox img {
	opacity: 1;
	max-height: 100%;
	display: block
}

.z_pro_pop .z_close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	cursor: pointer;
	z-index: 99999999;
}

@media screen and (max-width:980px) {
	.z_pro_pop {
		max-height: 90vh;
		overflow-y: auto
	}

	.z_pro_pop .flbox {
		max-height: none
	}

	.z_pro_pop .frbox {
		height: 50vw
	}
}


.allpage{text-align: center; width: 100%;}
.mypage {display:block;text-align:center;}
.pagination {display:inline-block;margin:0 auto;list-style:none;border-radius:.25rem;text-align:center;}
.page-num,.page-link {position:relative;display:inline-block; width:38px; height:38px; margin-left:3px;line-height:34px; text-align: center; color:#228700;background-color:#fff;border:1px solid #ddd;font-size:16px; border-radius: 50%; font-weight: bold;}
a.page-num:hover,.page-link:hover {text-decoration:none;}
.page-num-current {z-index:1;color:#fff;background-color:#228700;border-color:#ddd;}
.page-num-current:hover {color:#fff;}
@media(max-width:768px) {
    .page-num {display:none;}
}






 .p-index{
        position: absolute;
        top:100px;
        left:0;
        width:100%;
        z-index: 999;
    }
    .p-index .container{
        width:100%; 
        padding-left: 10%;
        max-width: 1400px;
    }
    .productlist-index{
         width:100%;
         display: flex; 
         margin-top: 50px;
         text-align: center;
    }
    .productlist-index .list{
         width:30%;
         margin-right: 10px;
         margin-left: 10px;
         display: inline-block;
    }
    .productlist-index .list img{
         max-width: 100%;
         transition: all 0.6s;
         border-radius: 15px;
    }
    .productlist-index .list img:hover{
         transform: scale(1.05);
    }
    .productlist-index .list .title{
        color:#fff;
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
    }




.z_index_about2{
	 align-items: flex-start;
}    

.z_index_about2 .frbox{
	 height: 50vw;
}

.news_info{
	background: #fff;
  	padding:30px 20px;
  	box-shadow: 10px 10px #ddd;
}

.news_info .title{text-align: center; font-size: 20px; margin-bottom: 10px; font-weight: bold; }

.news_info .date{text-align: center; font-size: 16px; margin-bottom: 10px; border-bottom: 1px solid #ddd; padding-bottom:10px;}

.news_info .desc{
        line-height: 30px;
        font-size: 14px;
    }

.news_info .desc img,.news_info .desc p img{
         max-width: 100%;
    }



  @media(max-width: 768px){
  	 .productlist-index{
  	 	width: 100%;
  	 	display: block;
  	 }
  	 .productlist-index .list{
  	 	width:40%;
  	 	margin-bottom: 20px;
  	 }
  	 .p-index .container{
  	 	padding-left:15px;
  	 }
  	 .border-50{
  	 	 border-radius: 20px;
  	 }

  	 .z_index_brand .flbox{
  	 	width:100%;
  	 }
  	 .z_header_nav ul{
  	 	width:100%;
  	 }
  	 .z_header .z_header_nav{
  	    	 	 padding-top: 20px;
  	 }

  }  