/*
 *	Created by Edward on 24/02/20
 *	Copyright (c) 2024 ishutime.com All rights reserved
*/

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: SourceHanSans;
	src: url(../fonts/SourceHanSansCN-Regular.TTF);
}
@font-face {
	font-family: Silka-Bold;
	src: url(../fonts/Silka-Bold.ttf);
}
@font-face {
	font-family: Silka-Regular;
	src: url(../fonts/Silka-Regular.ttf);
}

@font-face {
	font-family: din;
	src: url(../fonts/Geometr415MdBTMedium.ttf);
}

body,
html {
	color: #494949;
	font-family: "Microsoft YaHei", '微软雅黑', "Arial";
	font-weight: 500;
}

.ev{
	font-family: "Silka-Regular", 'Microsoft YaHei', "Arial";
}

b {
	font-weight: 500;
}

.version{
	width: 30px;
	height: 30px;
	position: relative;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-transform: scale(0);
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}

header.active .version{
	-webkit-transform: scale(1);
}

.version .icon{
	font-size:24px;
}

.version .languge{
	width: 80px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	background: #fff;
	top: 50px;
	padding: 10px 0px;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

.version:hover .languge{
	top: 40px;
	opacity: 1;
	visibility: visible;
}

.version .languge a{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 10px;
	color: #333;
}

.version .languge a:last-child{
	margin-bottom: 0px;
}

.version .languge a p{
	position: relative;
	display: inline-block;
	z-index: 2;
}
.version .languge a p::before{
	content: "";
	width: 0;
	height: 5px;
	background: #019b4b;
	position: absolute;
	right: 0%;
	bottom: 0;
	transition: 0.4s;
	z-index: -1;
	opacity: .4;
}
.version .languge a.active p::before,.version .languge a:hover p::before{
	width: 100%;
	right: auto;
	left: 0%;
}

.singePage {
	width: 100%;
	line-height: 2;
	font-size: 16px;
}

.singePage p {
	margin-bottom: 10px;
}
.singePage table p{
	margin-bottom: 0px;
}

.singePage.c {
	text-align: center;
}

.boxes {
	width: 100%;
	padding: 6vw 0%;
	position: relative;
	background: #fff center center no-repeat;
	background-size: cover;
}

.warp_box {
	/* background-image: url(../images/bg1.jpg); */
}

.warp_box {
	padding-bottom: 25px;
}

.honor-bg img:last-child {
	display: none;
}


.w1400 {
	width: 90%;
	margin: 0px auto;
	position: relative;
}

.about-box .w1400 {
	display: flex;
	flex-wrap: wrap;
}

.about-box .left {
	width: 40%;
	margin-right: 10%;
}

.about-box .right {
	width: 50%;
}

.about-box .right .singePage {
	margin-bottom: 3vw;
}

.ev .about-box .right .singePage{
	text-align: justify;
}

.about-box .center {
	width: 1130px;
	height: auto;
	margin: 0px auto;
	position: relative;
}

.about-box .jule {
	width: 70%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 60%;
	transform: translateY(-50%);
}

.jule img {
	animation: hotBefore2 20s ease infinite;
}

@keyframes hotBefore2 {
	0% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(10%);
	}

	100% {
		transform: translateX(0%);
	}
}

.sub-title {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	text-transform: uppercase;
}

.ev .sub-title,.ev .common_title,.ev .detail_name{
	font-family: Silka-Bold;
}

.sub-title.w {
	color: #fff;
}

.sub-title .cn,
.sub-title .en {
	width: auto;
	font-size: 24px;
}

.sub-title .en {
	margin-left: 0.5vw;
}

.sub-title.e .en{
	margin-left: 0px;
	text-transform: none;
	font-size: 38px;
}

.sub-title .des {
	width: 100%;
	margin-top: 1vw;
	color: #019b4b;
	font-size: 2.5vw;
	line-height: 1.4;
}

.sub-title .des.des_en{
	font-size: 1.3vw;
	text-transform: none;
}

.num_list {
	width: 90%;
	height: auto;
	margin: 0px auto;
}

.num_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num_list ul li {
	width: auto;
}

.ev .num_list ul li{
	width: 23%;
}
.ev .num_list ul li .txt{
	font-size: 16px;
}
.num_list.even {
	width: 100%;
}

.num_list.even ul li {
	width: 50%;
	margin-top: 1vw;
}

.num_list ul li:nth-child(2) {
	transition-delay: 1.1s;
}

.num_list ul li:nth-child(3) {
	transition-delay: 1.2s;
}

.num_list ul li {
	opacity: 1;
	transform: translateY(0px);
}

.num_list ul li .num {
	font-size: 20px;
	font-family: din;
	line-height: 1;
	display: flex;
	color: #019b4b;
	align-items: flex-end;
}

.num_list ul li .num span {
	font-size: 6.5vw;
}

.num_list.even ul li .num span {
	font-size: 80px;
}

.num_list ul li .num b {
	position: relative;
	font-weight: normal;
	font-size: 18px;
	font-family: none;
	margin-bottom: 15px;
	margin-left: 5px;
}

.num_list ul li .txt {
	width: 100%;
	height: auto;
	font-size: 18px;
	padding-left: 1.3vw;
}

.common-more {
	width: 150px;
	display: block;
	overflow: hidden;
	height: auto;
	font-size: 14px;
	position: relative;
	height: 50px;
	border-radius: 50px;
	
	
}

.common-more .ele{
	transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
	color: #019b4b;
	position: relative;
	width: 100%;
	height: 100%;
}

.common-more .ele::after {
	width: 148px;
	height: 48px;
	position: absolute;
	left: 0%;
	top: 0%;
	border: 1px solid #019b4b;
	content: '';
	border-radius: 50px;
	transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.common-more .ele::before {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: #019b4b;
	border-radius: 50%;
	transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
	content: '';
}

.common-more .ele:hover {
	color: #fff;
	transform: scale(1.05);
}

.common-more:hover .ele::before {
	transform: translate(-50%, -50%) scale(3);
}

.common-more p {
	width: 100%;
	height: auto;
	line-height: 48px;
	text-align: center;
	position: relative;
}

.product-box {
	background: #f3fbf2;
	overflow: hidden;
	padding: 6vw 5vw;
}

.product-box .w1400 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-box::before {
	width: 35%;
	height: 100%;
	position: absolute;
	left: 65%;
	top: 0%;
	content: '';
	background: url(../images/pro_bg.jpg) center center no-repeat;
	background-size: cover;
}

.product-thum {
	width: 30%;
	position: relative;
}

.product-thum .inner {
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.pro-right {
	width: 45%;
	position: relative;
}

.pro-show {
	width: 100%;
	color: #fff;
	margin-top: 1vw;
}

.pro-show .name {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 1vw;
}

.honor-box {
	padding: 0px;
	background: #eff0f2;
}

.honor-box .left {
	width: 50%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 10%;
}

.honor-list {
	width: 100%;
	position: relative;
	margin-top: 3vw;
	margin-bottom: 3vw;
}

.honor-list p {
	width: 100%;
	position: relative;
	padding-left: 15px;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.honor-list.e{
	width: 60%;
}
.honor-list.e p{
	text-transform: none;
}

.honor-list p::after {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0px;
	top: 8.5px;
	background: #019b4b;
	border-radius: 50%;
	content: '';
}

.honor-bg {
	width: 100%;
	height: auto;
	position: relative;
}

.copyright {
	width: 90%;
	height: auto;
	position: absolute;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	left: 5%;
	bottom: 25px;
}

.copyright.in {
	position: relative;
	bottom: 0px;
	margin-bottom: 25px;
}

.copyright .cp {
	width: auto;
	display: flex;
	color: rgba(0, 0, 0, 0.3);
}

.copyright .cp a {
	margin-left: 5px;
}

.copyright a {
	color: rgba(0, 0, 0, 0.3);
}

.copyright a:hover {
	color: rgba(0, 0, 0, 0.85);
}

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

.intro .left {
	width: 45%;
	position: relative;
}

.intro .right {
	width: 50%;
}



table {
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0px;
}

th,
td {
	border: 1px solid #dfdfdf;
	padding: 8px;
}

.intro .right .thum {
	position: relative;
	width: 100%;
	-webkit-transition: 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	overflow: inherit;
	/* -webkit-clip-path: polygon(0% 0%,100% 0,100% 0%,0% 0%); */
}

.intro .right .thum::before{
	width: 100%;
	height: 0%;
	position: absolute;
	-webkit-transition: 0.75s cubic-bezier(0.215, 0.610, 0.355, 1);
	content: '';
	background: #c3e9c3;
}


.intro .right .thum.is-inview::before{
	height: 100%;
}

.intro .right .thum img {
	position: relative;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: 1s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}

.intro .right .thum.is-inview img{
	left: -25px;
	top: -25px;
	opacity: 1;
}

.common_title {
	width: 100%;
	position: relative;
	margin-bottom: 1vw;
}

.common_title b {
	font-size: 38px;
}

.common_title.w {
	color: #fff;
}

.culture_box {
	width: 94%;
	height: auto;
	margin: 0px auto;
	background: url(../images/cultrue_bg.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 5vw;
	position: relative;
	overflow: hidden;
	margin-top: 5vw;
	padding: 5vw;
}

.culture_box .common_title {
	position: relative;
	left: 0%;
	margin-top: 5vw;
}

.culture_list {
	width: auto;
	height: auto;
	position: relative;
	left: 0%;
	margin-top: 3vw;
	display: inline-block;
}

.culture_list ul {
	width: 540px;
	display: flex;
	flex-wrap: wrap;
	-webkit-perspective: 500px;
}





.culture_list::before{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	background: #fff;
	transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) .6s;
}

.culture_list::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0%;
	bottom: 50%;
	content: '';
	background: #fff;
	transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.4s;
}
.culture_list ol::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	background: #fff;
	transition: all 1.2s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.culture_list ul::before{
	width: 1px;
	height: 0%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #fff;
	transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.culture_list ul::after{
	width: 1px;
	height: 0%;
	position: absolute;
	left: 50%;
	top: 0%;
	content: '';
	background: #fff;
	transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.4s;
}
.culture_list ol::before{
	width: 1px;
	height: 0%;
	position: absolute;
	left: 100%;
	top: 50%;
	content: '';
	background: #fff;
	transition: all 1.2s cubic-bezier(0.215, 0.610, 0.355, 1) 0.9s;
}
.culture_list.is-inview::before,.culture_list.is-inview::after{
	width: 100%;
}
.culture_list.is-inview ol::after{
	width: 50%;
}
.culture_list.is-inview ul::before,.culture_list.is-inview ul::after{
	height: 100%;
}
.culture_list.is-inview ol::before{
	height: 50%;
}


.culture_list ol{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}






.culture_list ul li {
	width: 270px;
	height: 230px;
	position: relative;
	color: #fff;
	-webkit-transform: translateY(25px);
	opacity: 0;
	-webkit-transition: all 1s;
}

.culture_list ul li:nth-child(2){
	-webkit-transition: all 1s ease .1s;
}

.culture_list ul li:nth-child(3){
	-webkit-transition: all 1s ease .2s;
}


.culture_list ul li.is-inview{
	-webkit-transform: translateY(0px);
	opacity: 1;
}


.culture_list ul li .icon {
	width: auto;
	height: auto;
	position: absolute;
	left: 10%;
	top: 5%;
	font-size: 48px;
}

.culture_list ul li .info {
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	bottom: 12%;
}

.culture_list ul li .info p {
	font-size: 16px;
	line-height: 1.7;
}
.ev .honor-list p,.ev .product_list ul li .info .name p,.ev .pd_name p{
	text-transform: none;
}
.ev .culture_list ul li .info p{
	font-size: 14px;
}
.ev .culture_list ul li .info b{
	font-size: 20px;
}
.culture_list ul li .info b {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
	font-weight: 300;
}

.culture_list ul li:first-child {
	margin-right: 50%;
}




.contact_box {
	padding: 0px;
}

.contact_box .left {
	width: 50%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.contact_box .left .common_title {
	margin-bottom: 2vw;
}

.con_list {
	width: 100%;
	position: relative;
}

.con_list li {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.con_list li:last-child {
	margin-bottom: 0px;
}

.con_list li .icon,
.pd-topbox .right .r_cx .icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	position: relative;
	background: #019b4b;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.con_list li .icon::after,
.pd-topbox .right .r_cx .icon::after {
	width: 52px;
	height: 52px;
	border: 1px solid #019b4b;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	content: '';
}

.con_list li .txt {
	width: auto;
	margin-left: 10px;
}

.ev .con_list li .txt{
	width: calc(100% - 54px);
}

.con_list li .txt p {
	font-size: 14px;
}

.ev .contact_box .left{
	width: 40%;
}

.ev .culture_list ul li .info{
	bottom: 8%;
}

.con_list li .txt b,
.con_list li .txt a {
	font-family: din;
	font-weight: normal;
	font-size: 24px;
	display: block;
}

.con_list li:last-child .txt b {
	font-size: 16px;
}

.honor .left {
	width: 40%;
}

.honors {
	width: 55%;
	margin-bottom: 5vw;
}

.honors ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.honors ul li {
	width: 32%;
	height: auto;
	position: relative;
	padding: 15px;
	background: #fff;
	border-radius: 10px;

	margin-bottom: 2vw;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.honors ul li.w {
	width: 48%;
	height: auto;
}

.product_list {
	width: 94%;
	position: relative;
	margin-left: 3%;
	margin-bottom: 5vw;

}

.product_list ul li {
	width: 100%;
	position: relative;
	display: flex;
	padding: 4vw 10%;
	justify-content: space-between;
	align-items: center;

}

.product_list ul li .line{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #019b4b;
	-webkit-transition: all 1s;
	opacity: 0.3;
}

.product_list ul li:nth-child(even) {
	direction: rtl;
}

.product_list ul li:nth-child(even) .info {
	direction: initial;
}

.product_list ul li .thum {
	width: 50%;
	-webkit-transform: translateY(25px);
	opacity: 0;
	-webkit-transition: all 1s;
}

.product_list ul li .info .name{
	-webkit-transform: translateY(25px);
	opacity: 0;
	-webkit-transition: all 1s;
}

.product_list ul li .info .des{
	-webkit-transform: translateY(25px);
	opacity: 0;
	-webkit-transition: all 1.1s;
}

.product_list ul li .info .common-more{
	-webkit-transform: translateY(25px);
	opacity: 0;
	-webkit-transition: all 1.2s;
}
.product_list ul li .info .common-more.is-inview,.product_list ul li .info .des.is-inview,.product_list ul li .info .name.is-inview,.product_list ul li .thum.is-inview{
	opacity: 1;
	-webkit-transform: translateY(0px);
}
.product_list ul li .line.is-inview{
	width: 100%;
}

.product_list ul li .info {
	width: 40%;
}

.product_list ul li .info .name,
.pd_name {
	color: #019b4b;
	position: relative;
	line-height: 1.4;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.product_list ul li .info .name::after,
.pd_name::after {
	width: 40px;
	height: 3px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #019b4b;
}

.product_list ul li .info .name p,
.pd_name p {
	font-size: 36px;
	text-transform: uppercase;
}

.product_list ul li .info .des,
.mySwiper2 .des {
	line-height: 2;
	position: relative;
	margin-bottom: 3vw;
}

.product_list ul li .info .name b,
.pd_name b {
	font-size: 24px;
}

.pd-topbox {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
	
	padding-bottom: 5vw;
	align-items: flex-start;
}

.proSwiper {
	width: 100%;
	position: relative;
}

.pd-topbox .left {
	width: 40%;
	position: relative;

}

.pd-topbox .right {
	width: 50%;
	position: relative;
	min-height: auto;
}

.pd-topbox .right .des {
	line-height: 2;
	margin-bottom: 4vw;
}

.pd-topbox .right .r_row {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 1vw;
	border-bottom: 1px solid #c3e9c3;
}

.pd-topbox .right .r_row .des {
	margin-bottom: 1vw;
}

.pd-topbox .right .r_row .name {
	font-size: 18px;
	color: #019b4b;
	margin-bottom: 0.5vw;
}

.pd-topbox .right .r_cx {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.pd-topbox .right .r_cx .info {
	width: auto;
	margin-left: 15px;
}

.pd-topbox .right .r_cx .info p {
	color: #019b4b;
	margin-bottom: 3px;
}

.pd-topbox .right .r_cx .info b {
	font-weight: normal;
	display: flex;
	flex-wrap: wrap;
}

.pd-topbox .right .r_cx .info b p{
	width: 100%;
	position: relative;
	margin-right: 0%;
	color: #494949;
}

.pd-topbox .right .r_cx .info b p:last-child{
	margin-right: 0%;
}

.same_list {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5vw;
}

.same_list a {
	display: block;
	width: 23.5%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 1.5vw;
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.same_list a:nth-child(4n) {
	margin-right: 0%;
}

.same_list a .name {
	position: relative;
	color: #019b4b;
	text-align: center;
}

.same_list a .thum {
	margin-bottom: 15px;
}

.same_list a .name b {
	font-size: 22px;
	display: block;
	font-weight: normal;
}

.detail_box {
	position: relative;
	width: 100%;
	padding: 0px;
	background: #fff;
	border-top: 1px solid #c3e9c3;
}

.pd-topbox .right .singePage{
	border-bottom: 1px solid #c3e9c3;
	padding-bottom: 3vw;
	margin-bottom: 3vw;
}

.detail_name {
	font-size: 36px;
	margin-bottom: 3vw;
	padding-top: 3vw;
}

.detail_name.none {
	border: none;
	padding-top: 1vw;
}

.detail_box .singePage {
	margin-bottom: 5vw;
}

.ev .singePage{
	text-align: justify;
}

.swiper-pagination-bullet-active {
	background: #ffffff;
}

.mouse_icon {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 7%;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	z-index: 5;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(34, 147, 19, 0.4);
}

.mouse_icon p {
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.mouse_icon .mouse {
	width: 30px;
	height: auto;
	margin: 0px auto;
	position: relative;
}

.mouse_icon .mouse img {
	animation: upAnimate 2s ease infinite;
}

@keyframes upAnimate {

	0%,
	100% {
		transform: translateY(-4px);
	}

	50% {
		transform: translateY(4px);
	}
}

.mouse_icon .icon {
	width: 18px;
	margin: 0px auto;
}

.mouse_icon .icon img {
	animation: upAnimate2 2s ease infinite;
}

@keyframes upAnimate2 {

	0%,
	100% {
		transform: translateY(-1px);
	}

	50% {
		transform: translateY(3px);
	}
}

.bannerSwiper {
	height: 100vh;
}

.bannerSwiper .swiper-wrapper{
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.bannerSwiper .swiper-slide{
	
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	overflow: hidden;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	background: #019b4b;
	
	
}
.bannerSwiper .swiper-slide .pic {
	position: absolute;
	transform: scale(0.5, 0.5);
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	opacity: 0.9;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.button-prev, .button-next {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 140px;
	z-index: 10;
	top: 50%;
	transform: translateY(-34px);
	cursor: pointer;
}
.button-prev {
	left: 4vw;
}
.button-next {
	right: 4vw;
}
.button.disabled {
	opacity: 0.2;
	cursor: default;
}
#arrow-svg-home {
	transform: translateY(353px);
}
.button-next #arrow-svg-home {
	transform: translateY(353px) rotateY(180deg);
	transform-origin: 80px 0px 0px;
}
svg {
	transition: 0.5s;
}
.cls-1 {
	transition: 0.5s;
	opacity: 0.4;
	transform-origin: -20px 40px;
	opacity: 1;
}
.cls-4 {
	transition: 0.5s;
	stroke-width: 2px;
	stroke: #fff;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0.4;
	transform-origin: 0px 0px 0px;
}
#arrow-trg {
	transition: 0.5s;
	fill: #fff;
	transform: rotateY(180deg) translate(-53px, 39px);
}
#line {
	transition: 0.5s;
	stroke: #fff;
	transform: translate(50px, 42px);
}
.button-prev:not(.disabled):hover svg {
	transform: translateX(-25px);
}
.button-next:not(.disabled):hover svg {
	transform: translateX(25px);
}
.button:not(.disabled):hover .cls-1 {
	transform: scale(1.1);
}
.button:not(.disabled):hover .cls-4 {
	stroke-dasharray: 2px;
	stroke-dashoffset: 2px;
	opacity: 1;
}
.button:not(.disabled):hover #arrow-trg {
	transform: rotateY(180deg) translate(-37px, 39px);
}
.button:not(.disabled):hover #line {
	transform: translate(35px, 42px) scaleX(0.33);
}

.bannerSwiper .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2, 1.2) translateX(0%);
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	transition-property: transform;
}


.bannerSwiper .slogan {
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 41%;
	z-index: 10;
	color: #fff;
	line-height: 1.4;
}

.bannerSwiper .slogan b {
	font-size: 4vw;
	display: block;
	margin-bottom: 0.5vw;
	letter-spacing: -1px;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px  #fff;
}
.bannerSwiper .slogan.sen{
	width: 94%;
	left: 3%;
}
.bannerSwiper .slogan.sen b{
	font-size: 3.5vw;
	text-transform: uppercase;
	font-family: Silka-Bold;
	line-height: 1.2;
	margin-bottom: 1vw;
}

.bannerSwiper .slogan.sen p{
	font-size: 0.75vw;
	text-transform: uppercase;
}

.bannerSwiper .slogan p {
	font-size: 2vw;
}

header {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0%;
	top: 0%;
	padding: 15px 3%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header::before {
	width: 100%;
	height: 20vh;
	position: absolute;
	left: 0px;
	top: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	content: '';
	opacity: 0;
	transition: all 1s;
}

header.active::before {
	opacity: 1;
}

nav {
	width: auto;
	display: flex;
}


nav .nav_center {
	width: auto;
	display: flex;
}

.dw_bg {
	width: 40%;
	height: auto;
	position: absolute;
	left: -25%;
	top: 15%;
	-webkit-animation: dwAnimate 40s linear infinite;
}

@-webkit-keyframes dwAnimate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

nav a {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	color: #fff;
	padding: 15px 35px;
	font-size: 16px;
	transition: all 0.35s;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.75s;
	-webkit-transform: translateY(-100%);
	opacity: 0;
}

nav a:nth-child(2){
	transition-delay: 0.8s;
}

nav a:nth-child(3){
	transition-delay: 0.85s;
}

nav a:nth-child(4){
	transition-delay: 0.9s;
}

nav a:nth-child(5){
	transition-delay: 0.95s;
}

nav a::after {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0%;
	content: '';
	background: #fff;
	transition: all .35s;
}

nav a:hover::after,
nav a.router-link-active::after {
	width: 30%;
	left: 35%;
}

.logo {
	position: relative;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.75s;
	-webkit-transform: translateY(-100%);
	opacity: 0;
}
header.active .logo{
	-webkit-transform: translateY(0%);
	opacity: 1;
}
header.active nav a{
	-webkit-transform: translateY(0%);
	opacity: 1;
}

.banner-box {
	position: relative;
}

.sub-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sub-banner .img{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.sub-banner img{
	-webkit-transform: scale(1.2) translateX(-5%);
	-webkit-animation: imgAnimate 20s linear 1;
}

@-webkit-keyframes imgAnimate{
	0%{
		-webkit-transform: scale(1.1) translateX(-5%);
	}
	100%{
		-webkit-transform: scale(1.1) translateX(0%);
	}
}

.bannerSwiper .swiper-pagination {
	bottom: 3%;
}

.honor_line {
	width: 4000px;
	height: 64px;
	position: absolute;
	left: 0%;
	bottom: 35%;
	display: flex;
	pointer-events: none;
}

.honor_line img {
	width: 50%;
}

.honor_line.hl1 {
	-webkit-animation: moves 5s linear infinite;
}

.honor_line.hl2 {
	-webkit-animation: moves 5s linear infinite 2s;
	opacity: 0.5;
}

@-webkit-keyframes moves {
	0% {
		left: 0px;
	}

	100% {
		left: -2000px;
	}
}

.mySwiper2 {
	border-top: 1px solid #c4e9d2;
	padding-top: 2vw;
	margin-top: 2vw;

}

.mySwiper2 .swiper-slide {
	width: 100%;
	display: flex;
	position: relative;
	direction: rtl;
	align-items: center;
}

.mySwiper2 .swiper-slide .info {
	width: 40%;
	direction: initial;
	padding-left: 1%;
	color: #fff;
}

.mySwiper2 .swiper-slide .pd_name {
	color: #ffffff;
}

.mySwiper2 .swiper-slide .pd_name::after {
	background: #ffffff;
}

.mySwiper2 .swiper-slide.swiper-slide-active .pd_name {
	color: #019b4b;
}

.mySwiper2 .swiper-slide.swiper-slide-active .pd_name::after {
	background: #019b4b;
}

.mySwiper2 .swiper-slide .common-more {
	color: #ffffff;
}

.mySwiper2 .swiper-slide .common-more::before {
	background: #ffffff;
}

.mySwiper2 .swiper-slide .common-more::after {
	border-color: #ffffff;
}

.mySwiper2 .swiper-slide.swiper-slide-active .common-more {
	color: #019b4b;
}

.mySwiper2 .swiper-slide.swiper-slide-active .common-more::before {
	background: #019b4b;
}

.mySwiper2 .swiper-slide.swiper-slide-active .common-more::after {
	border-color: #019b4b;
}

.mySwiper2 .swiper-slide.swiper-slide-active .common-more:hover {
	color: #ffffff;
}

.mySwiper2 .swiper-slide .common-more:hover {
	color: #019b4b;
}

.mySwiper2 .swiper-slide.swiper-slide-active .info {
	color: #231815;
}

.mySwiper2 .swiper-slide .pic {
	width: 55%;
	direction: initial;
	margin-right: 5%;
}

.pro_thum {
	width: 61.7%;
	position: relative;
	padding-left: 26%;
	margin-top: 3vw;
}

.pro_thum ul {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: center;
}

.pro_thum ul li {
	width: 15%;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 50%;
	padding: 8px;
	cursor: pointer;
	border: 1px solid #fff;
	margin: 0px 2.5%;
}

.pro_thum ul li .pic {
	background-size: contain;
}

.pro_thum ul li.active {
	border: 1px solid #019b4b;
}

.p-list {
	width: 100%;
	margin-top: 1vw;
}

.p-list ul {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-list ul li {
	width: 15%;
	position: relative;
	border: 1px solid #fff;
	margin: 0px 1%;
	cursor: pointer;
	padding: 5px;
	opacity: 0.5;
}

.p-list ul li.active {
	border-color: #019b4b;
	opacity: 1;
}

.boxes.p {
	padding: 0px;
}
.ev nav a{
	padding: 15px 1vw;
}
@media screen and (max-width: 1440px) {
	
	.logo{
		width: 280px;
	}
}

@media screen and (max-width: 1200px) {
	.logo {
		width: 280px;
	}

	nav a {
		padding: 15px 30px;
	}
}

@media screen and (max-width: 1024px) {
	nav {
		height: calc(100vh - 0px);
		position: fixed;
		left: 0px;
		top: 0px;
		display: block;
		width: 100%;
		-webkit-transition: all .5s;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		margin-right: 0%;
		z-index: 10;
	}
	nav a {
		padding: 5vw;
	}
	nav.active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	nav_bg {
		display: block;

	}

	nav_bg.active {
		-webkit-transform: scale(40);
	}

	nav ul {
		flex-wrap: wrap;
		top: 50%;
		-webkit-transform: translateY(-50%);
		position: relative;
	}

	nav ul li {
		width: 100%;
		line-height: 60px;
		-webkit-transform: translateY(50px);
		opacity: 0;
	}

	nav.active ul li {
		-webkit-transform: translateY(0px);
		opacity: 1;
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .35s;
	}

	nav.active ul li:nth-child(2) {
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .4s;
	}

	nav.active ul li:nth-child(3) {
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .45s;
	}

	nav.active ul li:nth-child(4) {
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
	}

	nav.active ul li:nth-child(5) {
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .55s;
	}

	nav ul li .secondLab {
		display: none;
	}

	nav ul li .firstLab {
		font-size: 20px;
	}

	.logo {
		width: 60%;
	}

	.bannerSwiper .slogan b {
		font-size: 8vw;
		margin-bottom: 2vw;
	}

	.bannerSwiper .slogan p {
		font-size: 3.5vw;
	}

	.mouse_icon {
		-webkit-transform: scale(0.6) translateY(25px);
	}
	.mouse_icon.st_fadeUp.is-inview {
		-webkit-transform: scale(0.6) translateY(0px);
	}
	.boxes {
		padding: 15vw 0px;
	}

	.about-box .left {
		width: 100%;
		margin-right: 0%;
	}

	.about-box .right {
		width: 100%;
	}

	.common-more {
		width: 130px;
		height: 45px;
		line-height: 43px;
	}

	.common-more p {
		line-height: 43px;
	}

	.common-more::after {
		width: 128px;
		height: 43px;
	}

	.sub-title .cn,
	.sub-title .en {
		font-size: 6vw;
	}

	.sub-title .des {
		font-size: 4vw;
	}

	.sub-title {
		margin-bottom: 5vw;
	}

	.honor_line {
		width: 2000px;
		height: 32px;
	}

	.about-box .jule {
		top: 70%;
	}

	.num_list {
		width: 100%;
	}

	.num_list ul li {
		width: 50%;
		position: relative;
		border: 1px solid #019b4b;
		padding: 5vw 0px;
	}

	.num_list ul li:nth-child(even) {
		border-left: none;
	}

	.num_list ul li:nth-child(1),
	.num_list ul li:nth-child(2) {
		border-bottom: none;
	}

	.about-box .right .singePage {
		margin-bottom: 10vw;
	}

	.num_list ul li .num {
		justify-content: center;
	}

	.num_list ul li .txt {
		padding-left: 0%;
		font-size: 3.5vw;
		text-align: center;
	}

	.num_list ul li .num b {
		font-size: 14px;
		margin-bottom: 5px;
		margin-left: 3px;
	}

	.mySwiper2 .swiper-slide {
		direction: initial;
		flex-wrap: wrap;
	}

	.product-box::before {
		display: none;
	}

	.mySwiper2 .swiper-slide .pic {
		width: 80%;
		margin-right: 0%;
		margin-left: 10%;
	}

	.mySwiper2 .swiper-slide .info {
		width: 100%;
		padding-left: 0%;
	}

	.product_list ul li .info .name p,
	.pd_name p {
		font-size: 6vw;
	}

	.product_list ul li .info .name b,
	.pd_name b {
		font-size: 4vw;
	}

	.product_list ul li .info .des,
	.mySwiper2 .des {
		font-size: 3.5vw;
		line-height: 1.7;
	}

	.product_list ul li .info .name,
	.pd_name {
		padding-bottom: 3vw;
		margin-bottom: 5vw;
	}

	.mySwiper2 .swiper-slide .pd_name {
		text-align: center;
	}

	.mySwiper2 .swiper-slide .pd_name::after {
		left: 50%;
		width: 30px;
		margin-left: -15px;
	}

	.mySwiper2 .des {
		text-align: center;
		margin-bottom: 10vw;
	}

	.mySwiper2 .swiper-slide .common-more {
		margin: 0px auto;
	}

	.bannerSwiper .slogan {
		width: 90%;
		left: 5%;
	}

	.pro_thum ul li {
		padding: 0px;
		width: 10px;
		margin: 0px 1%;
	}

	.pro_thum ul li .pic {
		opacity: 0;
	}

	.pro_thum {
		width: 100%;
		position: relative;
		padding-left: 0%;
		margin-top: 10vw;
	}

	.honor-box {
		padding: 0px;
		padding-top: 15vw;
		margin-bottom: 5vw;
	}

	.honor-bg {
		overflow: hidden;
	}

	.honor-bg img {
		width: 100%;
		max-width: none;
	}

	.honor-box .left {
		width: 90%;
		height: auto;
		position: relative;
		left: 5%;
		padding: 10vw 0px;
	}

	.honor-list {
		margin-bottom: 10vw;
	}

	.honor-list p {
		margin-bottom: 5px;
	}

	nav a {
		color: #3e3e3e;
		font-size: 24px;
		text-align: center;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		width: 100%;
		-webkit-transform: translateY(50px);
		opacity: 0;
	}

	nav.active a {
		-webkit-transform: translateY(0px);
		opacity: 1;
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .35s;
	}

	nav.active a:nth-child(2) {
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .4s;
	}

	nav.active a:nth-child(3) {
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .45s;
	}

	nav.active a:nth-child(4) {
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
	}

	nav.active a:nth-child(5) {
		-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .55s;
	}

	nav .nav_center {
		position: relative;
		width: 100%;
		height: auto;
		top: 40%;
		-webkit-transform: translateY(-50%);
		flex-wrap: wrap;
	}

	nav::before {
		width: 70vw;
		height: 70vw;
		position: absolute;
		left: -35vw;
		top: 50%;
		background: url(../images/hw.png) no-repeat;
		background-size: cover;
		content: '';
		-webkit-animation: dwAnimate 40s linear infinite;
	}

	.singePage {
		font-size: 14px;
	}

	header::before {
		opacity: 1;
	}

	.sub-banner {
		overflow: hidden;
	}

	.sub-banner img {
		max-width: none;
		width: 250%;
		position: relative;
		left: -75%;
	}

	.intro .left {
		width: 100%;
	}

	.num_list.even ul li .num span {
		font-size: 6.5vw;
	}

	.num_list.even ul li {
		margin-top: 0%;
	}

	.num_list.even {
		margin-top: 5vw;
		margin-bottom: 10vw;
	}

	.intro .right {
		width: 100%;
	}

	.intro .right .thum img {
		position: relative;
		left: 0px;
		top: 0px;
	}

	.culture_box {
		width: 100%;
		height: auto;
		padding: 15vw 5%;
		margin-top: 15vw;
	}

	.culture_box .common_title {
		position: relative;
		left: 0%;
		top: 0%;
		margin-bottom: 5vw;
	}

	.culture_list {
		width: 100%;
		height: auto;
		position: relative;
		left: 0%;
		top: 0%;
	}

	.culture_list ul {
		width: 100%;
	}

	.culture_list ul li {
		width: 45vw;
		height: 50vw;
	}

	.culture_list ul li .icon {
		font-size: 8vw;
	}

	.culture_list ul li .info b {
		font-size: 5vw;
	}

	.culture_list ul li .info p {
		font-size: 12px;
	}

	.culture_list ul li:nth-child(2) .icon {
		font-size: 7vw;
	}

	.common_title b {
		font-size: 8vw;
	}

	.copyright {
		position: relative;
		bottom: 0px;
		font-size: 12px;
		flex-wrap: wrap;
		margin-bottom: 5vw;
		line-height: 1.6;
	}

	.warp_box {
		padding-bottom: 0px;
	}

	.copyright .cp {
		width: 100%;
		flex-wrap: wrap;
	}

	.copyright .cp a {
		margin-left: 0px;
		margin-right: 5px;
	}

	.product_list ul li {
		padding: 10vw 0%;
		flex-wrap: wrap;
	}

	.product_list ul li .thum {
		width: 80%;
		margin-left: 10%;
	}

	.product_list ul li .info {
		width: 100%;
	}

	.product_list ul li .info .name,
	.pd_name {
		text-align: center;
	}

	.product_list ul li .info .name::after,
	.pd_name::after {
		width: 30px;
		margin-left: -15px;
		left: 50%;
	}

	.product_list ul li .info .des {
		text-align: center;
		margin-bottom: 5vw;
	}

	.product_list .common-more {
		margin: 0px auto;
	}

	.product_list ul li:nth-child(even) {
		direction: initial;
	}

	.pd-topbox .left {
		width: 100%;
		margin-bottom: 15vw;
	}

	.pd-topbox .right {
		width: 100%;
	}

	.pd-topbox .right .r_row {
		margin-bottom: 5vw;
		padding-bottom: 2vw;
	}

	.pd-topbox .right .r_cx .info {
		width: calc(100% - 54px);
	}

	.detail_name {
		padding-top: 10vw;
		margin-top: 5vw;
		font-size: 8vw;
	}

	.same_list a {
		width: 49%;
		position: relative;
		padding: 15px;
	}

	.same_list a:nth-child(2n) {
		margin-right: 0%;
	}

	.same_list a .thum {
		margin-bottom: 5px;
	}

	.same_list a .name {
		text-align: center;
	}

	.same_list a .name b {
		font-size: 4vw;
	}

	.same_list a .name p {
		font-size: 3vw;
	}

	.honor .left {
		width: 100%;
	}

	.honors {
		width: 100%;
	}

	.honors ul li {
		padding: 5px;
	}

	.contact_box .left {
		width: 90%;
		left: 5%;
		position: relative;
		top: 0%;
		transform: translateY(0%);
	}

	.contact_box>img {
		display: none;
	}

	.contact_box .left .common_title {
		margin-bottom: 5vw;
	}

	.con_list li .txt b {
		font-size: 5vw;
	}

	.con_list li {
		margin-bottom: 7vw;
	}

	.con_list li .txt {
		width: calc(100% - 54px);
	}

	.con_list li:last-child .txt b {
		font-size: 14px;
	}

	header {
		height: 70px;
		padding: 0px 3%;
	}

	.honor-bg img:last-child {
		display: block;
	}

	.honor-bg img:first-child {
		display: none;
	}

	.honor-list p {
		font-size: 14px;
	}
	.button-prev, .button-next{
		display: none;
	}
	.common-more .ele::after{
		width: 128px;
		height: 43px;
		line-height: 43px;
	}
	header.active nav a{
		-webkit-transform: translateY(100%);
		opacity: 0;
	}
	header.active nav.active a{
		-webkit-transform: translateY(0%);
		opacity: 1;
	}
	.intro .right .thum.is-inview img {
	    left: 0px;
	    top: 0px;
	    opacity: 1;
	}
	.dw_bg{
		width: 80%;
		left: -45%;
	}
	.culture_box .common_title{
		margin-top: 0px;
	}
	.version{
		position: fixed;
		width: 100%;
		height: auto;
		top: 80%;
		left: 0%;
		transition: none;
		z-index: 50;
		opacity: 0;
		visibility: hidden;
	}
	.version.active{
		opacity: 1;
		visibility: visible;
		top: 75%;
		transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
	}
	.version .icon{
		display: none;
	}
	.version .languge{
		position: relative;
		width: 100%;
		left: 0%;
		margin-left: 0%;
		top: 0%;
		opacity: 1;
		visibility: visible;
		background: transparent;
		box-shadow: none;
		display: flex;
		justify-content: center;
	}
	.version .languge a{
		margin-bottom: 0px;
		width: auto;
		padding: 0px 15px;
		font-size: 18px;
	}
	.sub-title.e .en{
		font-size: 6vw;
	}
	.sub-title .des.des_en{
		font-size: 3.3vw;
	}
	.bannerSwiper .slogan.sen b{
		font-size: 6.5vw;
	}
	.bannerSwiper .slogan.sen p{
		font-size: 3vw;
	}
	.product-box{
		padding: 15vw 5vw;
	}
	.honor-list.e{
		width: 100%;
	}
	.ev .copyright .cp{
		font-size: 10px;
	}
	.ev .common_title{
		margin-bottom: 3vw;
	}
	.ev .culture_list ul li .info {
	    width: 90%;
	    height: auto;
	    position: absolute;
	    left: 5%;
	    bottom: 5%;
	}
	.ev .culture_list ul li .info p{
		font-size: 12px;
	}
	.ev .culture_list ul li .info b{
		font-size: 16px;
	}
	.ev .pd-topbox .right .des{
		font-size: 14px;
	}
	.ev .singePage p{
		margin-bottom: 5px;
	}
	.pd-topbox .right .singePage{
		margin-bottom: 7vw;
	}
	.ev .num_list ul li {
	    width: 50%;
	}
	.ev .num_list ul li .txt {
	    font-size: 12px;
	    padding: 0px 5px;
	}
	.ev .num_list ul li .num span{
		font-size: 10vw;
	}
	.ev .num_list ul li .num{
		margin-bottom: 3vw;
	}
	.ev .contact_box .left {
	    width: 90%;
	}
}