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

@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.woff2') format('woff2'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype');
}
/* 去掉移动端阴影 */
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}

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

@font-face {
	font-family: SourceHanSans;
	 src: url(../font/SourceHanSerifCN-Medium.otf) 
}

@font-face {
	font-family: din;
	src: url(../font/din-bold-webfont.woff2);
}
@font-face {
	font-family: zt;
	 src: url(../font/jiangxizhuokai.ttf) 
}
body,
html {
	color: #1a1a1a;
	font-family: SourceHanSans, "Microsoft YaHei", '微软雅黑', "Arial";
	font-weight: 500;
}

textarea,
input {
	font-family: SourceHanSans, "Microsoft YaHei", '微软雅黑', "Arial";
	font-size: 14px;
}

b {
	font-weight: 500;
}
.store-mdhj-cont{
	margin-top: 50px;
}

.store-mdrq-cont{
	margin-top: 40px;
}
.store-mdrq-container{
	position: relative;
}
.store-mdrq-container .store-mdrq-prv{
position: absolute;
left: 0px;
width: 60px;
height: 60px;
top: 40%;
border-radius: 100px;
background: #fff;
line-height: 65px;
text-align: center;
z-index: 9;
cursor: pointer;
outline: none;
}
.store-mdrq-container .store-mdrq-prv img{
width: 50%;
    display: inline-block;
    line-height: 0;
}
.store-mdrq-container .store-mdrq-next{
position: absolute;
right: 0px;
width: 60px;
height: 60px;
top: 40%;
border-radius: 100px;
background: #fff;
line-height: 65px;
text-align: center;
z-index: 9;
cursor: pointer;
outline: none;
}
.store-mdrq-container .store-mdrq-next  img{
width: 50%;
    display: inline-block;
    line-height: 0;
}
.store-mdrq-cont{
	padding-bottom: 130px;
}
.join-gsfc-list .thumbs img{
	display: inline-block;
	width: auto;
    vertical-align: middle;
}
.join-gsfc-list .desc{
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.join-gsfc-list .desc p:nth-child(1){
font-size: 20px;
color: #000000;
font-family: "zt";
padding-bottom: 10px;
border-bottom: 1px solid #000;
}

.join-gsfc-list{
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 15px;
	padding:30px 0px 30px 30px;
}
.join-gsfc-list .thumbs{
	display: inline-block;
	vertical-align: middle;
	border-radius: 100px;
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	border:1px solid #000;
	margin-right: 20px;
    line-height: 70px;
}

.news-conts-title{
	font-size: 100px;
	color: #ae1e23;
	text-align: center;
  font-family: "zt";
}
.news-conts-1{
	margin-top: 60px;
}
.news-conts-list{
	width: 31%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 60px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.news-conts-list:nth-child(2){
	margin:0 3.333%;
}
.news-conts-list:nth-child(5){
	margin:0 3.333%;
}
.news-conts-list:nth-child(8){
	margin:0 3.333%;
}
.news-conts-list:nth-child(11){
	margin:0 3.333%;
}
.news-conts-text{
	padding:30px 30px;
}
.news-conts-text p:nth-child(1){
font-size: 16px;
color: #454545;
}
.news-conts-text p:nth-child(2){
	font-size: 36px;
	font-weight: bolder;
	color: #005e1f;
	line-height: 1.5;
}
.news-conts-text p:nth-child(3){
	font-size: 16px;
	color: #121212;
}
.news-conts-list:hover  .thumbs img{
	transform: scale(1.2);
}
.news-conts-list .thumbs{

}
.news-conts-list .thumbs img{
transition: all 1s;
display: block;
width: 100%;
}
.news-conts{
	padding-top: 60px;
}
.inner_news {
    padding: 40px 0;
}
.artshow p {
    margin-bottom: 10px;
    /* text-indent: 24px; */
}

.art-title {
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}

.arttime {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
.nextprev {
    padding: 10px 0 30px 0;
    border-top: 1px solid #dedede;
    margin-top: 30px;
}

.info_next {
    float: right;
}

.info_prev {
    float: left;
}
.nextprev a:hover{
	color: #b9342f
}


.pages {
    width: 100%;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
    margin-top: 0px;
    padding-bottom: 100px;
}
.pages span{
    padding: 4px 9px;
    background: #005e1f;
    color: #fff;
}
.pages a {
    padding: 4px 9px;
    background: #fff;
    color: #000;
/*    border: #db1102 solid 1px;*/
    margin: 0 5px
}

.inner_news {
    padding: 40px 0;
}
.artshow p {
    margin-bottom: 10px;
    /* text-indent: 24px; */
}

.art-title {
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}

.arttime {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
.nextprev {
    padding: 10px 0 30px 0;
    border-top: 1px solid #dedede;
    margin-top: 30px;
}

.info_next {
    float: right;
}

.info_prev {
    float: left;
}
.nextprev a:hover{
	color: #b9342f
}
.pages a.font,
.pages a:hover {
    background: #005e1f;
    color: #fff;
/*    border: #db1102 solid 1px*/
}
.news-nav{
text-align: left;
margin-top: 45px;
}
.news-nav a{
font-size: 18px;
color: #ffffff;
display: inline-block;
background:#fa87a0;
padding:10px 25px;
}
.news-nav a:nth-child(2){
	margin-left: 20px;
}
.news-nav a:hover{

background:#243f7a !important;
}
.news-show{
background:#243f7a !important;
}
.join-gsfc-cont{
	margin-top: 70px;
}
.store-qyzs{
/* display:none; */
}
.qyzs-container img{
	display: block;
	width: 100%;
}
.qyzs-container{
	padding-bottom: 40px;
}
.store-qyzs{
	padding-top: 100px;
	padding-bottom: 130px;
}
.join-gsfc-cont-container{
}
.join-gsfc-cont-container .swiper-slide{
	width: 32%;
	float: left;
	margin-bottom: 30px;
}
.join-gsfc-cont-container .swiper-slide:nth-child(2){
	margin:0 2%;
}
.join-gsfc-cont-container .swiper-slide:nth-child(5){
	margin:0 2%;
}
.join-xfk{
	background: #ae1e23;
	position: relative;
	padding-bottom: 80px;
}
.join-xfk-cont{

}
.join-xfk-container{
margin-top: -80px;
/*padding-bottom: 30px;*/
position: relative;
}
.join-xfk-l{
	width: 45%;
overflow: hidden;
float: left;
/*padding-right: 90px;*/
box-sizing: border-box;
}
.join-gsfc-list .desc p:nth-child(2){
	margin-top: 10px;
	font-size: 14px;
	color: #000000;
}
.index-product-container-style {
    height: auto;
    position: relative;
    /* height: auto; */
    margin-top: 70px;
    padding-bottom: 60px;
}
.index-product-container-style  .swiper-pagination-bullet {
    width: 20px !important;
    height: 3px !important;
    border-radius: 0 !important;
}
.index-product-container-style .swiper-slide {
    width: 950px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.store-mdhj-l{
width: 50%;
box-sizing: border-box;
float: left;
border-radius: 10px;
padding:10px;
overflow: hidden;
}
.store-mdhj-l img{
border-radius: 10px;
}
.store-mdhj-r{
width: 50%;
box-sizing: border-box;
float: left;
}
.store-mdhj-r .thumbs{
width: 50%;
padding:10px;
overflow: hidden;
border-radius: 10px;
float: left;
}
.store-mdhj-r .thumbs img{
border-radius: 10px;
}
.store-mdhj{
	padding-top: 80px;
}
.store-ppgs-bg-top{
	top: 0px;
}
.store-mdhj-cont{
	margin-top: 50px;
}
.store-mdrq{
	padding:80px 0;
	background: #fff3dc;
}
.store-mdrq-cont{
	margin-top: 40px;
}
.store-mdrq-container{
	position: relative;
}
.index3-more{
text-align: center;
position: absolute;
bottom: 15%;
left: 0px;
width: 25%;
}
.index3-more a{
    font-size: 16px;
    color: #005e1f;
    text-align: center;
    background: url(../img/in3_20.png)no-repeat;
    text-align: center;
    padding: 15px 40px;
    background-size: 100% 100%;
}
#container{
/*	margin-top: 100px;*/
}
.index-about-l{
	width: 75%;
	box-sizing: border-box;
	float: left;
}
.index-about-r{
	width: 25%;
	box-sizing: border-box;
	float: left;
}
.index-about-l-title{
	margin-bottom: 50px;
	margin-left: 100px;
}
.index-about-l-title img{

}
.index-about-l-cont{
	height: 600px;
	background: url('../img/in2_07.png')no-repeat;
	background-size: 100% auto;
	padding-top: 120px;
	padding-left: 150px;
	box-sizing: border-box;
	position: relative;
}
.clear{
	clear: both;
}
.index-about-l-img{
	position: absolute;
  right: -40px;
  top: -30px;
  z-index: 1;
}
.index-about-l-conttitle{
	margin-bottom: 30px;
}
.index-about-l-conts{
	line-height: 2;
	color: #343434;
	font-size: 16px;
	width: 350px;
	margin-bottom: 50px;
}
.index-about-r{
	position: relative;
}
.index-about-r-img{
	position: absolute;
  width: 113%;
  left: -20px;
}
.index-about-r-img img{
	width: 100%;
}
.index-about-mores{

}
.index-about-mores a{
	font-size: 16px;
	color: #fefefe;
	text-align: center;
	background: url('../img/index3_10.png')no-repeat;
	text-align: center;
	padding:15px 40px;
	background-size: 100% 100%;
}
.index-ppys{
	background: url('../img/index54_02.png')no-repeat top/cover;
	padding:100px 0;
	padding-bottom: 0;
}
.index-ppys-title{
	text-align: center;
	width: 100%;
}
.index-ppys-cont{
	margin-top: 65px;
}
header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0vw;
	display: flex;
	align-items: center;
	padding: 0px 7.5%;
	z-index: 30;
	justify-content: space-between;
	backdrop-filter: blur(0px);
	transition: all .4s;
	background: #fff;
}

header.active {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
}

header.show.active {
	background: transparent;
	backdrop-filter: blur(0px);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}


.logo {
	width: 200px;
	position: relative;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.logo img {
	transition: all .5s;
}

.logo img:nth-child(2) {
	position: absolute;
	left: 0%;
	top: 0%;
	opacity: 0;
}

header.show .logo {
	opacity: 1;
	left: 0px;
}

.search {
	width: 80px;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.9s;
	transform: scale(0);
	padding: 0px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;

}

header.show .search {
	transform: scale(1);
}

header.active .search {
	color: #3e3e3e;
}

nav {
	width:75%;
	display: flex;
	position: relative;
}

.nav_center {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}

nav a {
	line-height: 70px;
	padding: 0px 0vw;
	opacity: 1;
	position: relative;
	
	font-size: 18px;
	width: calc(100% / 6);
	display: block;
	text-align: center;
}

nav a::after {
	width: -0%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	content: '';
	background: #fff;
	transition: all .5s;
	border-radius: 5px;
}
.contact-maps iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.contact-title{
	font-size: 32px;
	color: #ffffff;
	font-family: 'zt';
	text-align: left;
	margin-bottom: 10px;
}
.contact-desc{

}
.contact-desc p{
	color: #ffffff;
	font-family: 'zt';
	text-align: center;
}
.contact-desc p:nth-child(1){
	font-size: 36px;
	letter-spacing: 3px;
}
.contact-desc p:nth-child(2){
	font-size: 54px;
	letter-spacing: 8px;
	margin-top:30px;
}
.show nav a::after{
	background: #1a1a1a;
}
.contact-cont{
	padding:110px 0;
}
.contact-map{
	margin-top: 80px;
	height: 800px;
}
.contact-map-text{
	width: 40%;
	float: left;
	display: inline-block;
	background: #005e1f;
	height: 100%;
	box-sizing: border-box;
	padding:60px 50px;
}
.contact-maps{
	width: 60%;
	float: right;
	height: 100%;
}
.contact-desc{
	padding:50px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 45px;
	margin-top: 5px;
}
.contact-map-info{

}
.contact-map-info p:nth-child(1){
	font-size: 18px;
	color: #ffffff;
	line-height: 1.8;
}
.contact-map-info p:nth-child(2){
	margin-top: 30px;
	text-align: center;
}
nav a:hover::after {
	width: 30%;
	left: 35%;
}

nav a p {
	color: #3a3a3a;
	font-size: 20px;
	transition: all 0.4s;
}


header.show nav a {
	opacity: 1;
	left: 0px;
}

.hot_tel .icon img:nth-child(2) {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.zixun {
	width: 80px;
	height: auto;
	background-color: #ffffff;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	position: fixed;
	top: 40%;
	right: 2%;
	z-index: 9;
	padding: 25px 0px;
	text-align: center;
	font-size: 14px;
	padding-top: 50px;
}

.zixun .backTops {
	width: 100%;
	cursor: pointer;
	color: #afb432;
}

.zixun .zx {
	width: 100%;
	display: block;
	position: relative;
	color: #afb432;
	margin-bottom: 20px;
	cursor: pointer;
}

.hot_tel .icon img {
	-webkit-animation: swing2 2s infinite;
}

.zixun .zx:hover .icon {
	-webkit-animation: swing2 2s infinite;
}

.backTops:hover .icon {
	opacity: 0.7;
}

@-webkit-keyframes swing2 {
	10% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	20% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	30% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	40% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.zixun .gif {
	width: 120px;
	position: absolute;
	left: -20px;
	top: -70px;
}

.zixun .icon {
	width: 100%;
	font-size: 36px;
	line-height: 40px;
}

.zixun .backTops .icon {
	font-size: 32px;
}


.loading {
	width: 100%;
	height: 100vh;
	background: url('../image/loading.jpg') center no-repeat;
	background-size: cover !important;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.5s ease-in-out;
}

.loading.active{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.loading .cicxle {
	width: 33vw;
	height: 33vw;
	background-size: cover !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: 50% 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	opacity: 0;
}

.loading .cicxle.active{
	opacity: 0;
	transition: all 1.4s ease-in-out 0s;
	transform: translate(-50%, -50%) rotate(180deg) scale(7);
}

.loading .cicxle img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 1s all;
}

.loading .cicxleQ {
	width: 22.5vw;
	height: 22.5vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid white;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 99;
	pointer-events: none;
	transition: all 1.4s ease-in-out;
}

.loading .cicxleQ.active{
	transform: translate(-50%, -50%) scale(7);
}

.loading .cicxleT {
	color: white;
	width: 18vw;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	transition: 0.5s ease-in-out;
}

.loading .cicxleT .progress {
	font-size: 1vw;
	margin-top: 1vw;
}

@keyframes spin {
	from {
		transform: translate(-50%, -52%) rotate(0deg);
	}

	to {
		transform: translate(-50%, -52%) rotate(360deg);
	}
}

.loading .logos {
	width: 15vw;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	animation: logosIdentifier 1.5s forwards;
}

@keyframes logosIdentifier {
	0% {
		-webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
	}

	100% {
		-webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%);
	}
}

.loading .upperSection {
	width: 100%;
	clip-path: circle(14.1% at 50% 50%);
	position: relative;
	z-index: 1;
	border: 1px solid white;
	transition: 1s ease-in-out;
}

.loading .upperSection.active{
	clip-path: circle(82% at 50% 50%);
}

.loading .upperSection .bannerImg {
	width: 100%;
	height: 100vh;
	background: center center no-repeat;
	background-size: cover;
}

.loading .upperSection .bannerImg .textBox {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -5%);
	text-align: center;
	opacity: 0;
	transition: 1s all;
}

.loading .upperSection .bannerImg .textBox .cn {
	font-size: 3.2vw;
	font-weight: 500;
	letter-spacing: 3px;
}

.loading .upperSection .bannerImg .textBox .en {
	font-size: 1vw;
	margin-top: 2vw;
}

@keyframes sec {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

.bannerSwiper {
/*	height: calc(100vh - 100px);*/
	height: calc(100vh);
	position: relative;
}

.bannerSwiper .swiper-slide {
	height: 100vh;
}

.bannerSwiper .img {
	width: 100%;
	height: 100vh;
	/* transition: 1s linear 2s; */
}




@-webkit-keyframes bannerAnimate {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}


.bannerSwiper .swiper-pagination {
	width: 90%;
	left: 5%;
	bottom: 7%;
}

.bannerSwiper .img img {
	width: 100%;
	height: 100%;
}



.bannerSwiper .swiper-slide-active .img,
.bannerSwiper .swiper-slide-duplicate-active .img {
	transition: 7s ease;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}

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

.f2 {
	width: 100%;
	height: 100vh;
	background: white;
	position: relative;
	z-index: 1;
}

.pp_more {
	width: 154px;
	display: block;
	margin: 0px auto;
	margin-bottom: 0vw;
}

.f2 .textImg {
	width: 100%;
	position: relative;
	top: 20%;
	opacity: 0;
	text-align: center;
	font-size: 4vw;
	line-height: 1.4;
}

.numBox {
	width: 50%;
	position: absolute;
	top: 60%;
	left: 25%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	opacity: 0;
}

.numBox .num {
	color: #afb432;
	font-size: 3vw;
	font-weight: 400;
	display: flex;
	text-align: center;
	width: 100%;
	justify-content: center;
	align-items: center;

}

.numBox .nums {
	font-family: din;
	font-size: 4vw;
	display: block;
}

.numBox .num .numIcon {
	width: 20px;
	height: 20px;
	background-color: #afb432;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	display: block;
	position: relative;
	top: -30px;
	left: 5px;
}

.numBox .tit {
	color: #1a1a1a;
	font-size: 1vw;
}

.numBox .numItem {
	width: calc(100% / 3);
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.f2 .cupImg {
	width: 25vw;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.f2 .element1 {
	width: 22vw;
	position: absolute;
	left: -2vw;
	margin-top: 12vw;
}

.f2 .element1 img {
	animation: leaf1 5s linear alternate infinite;
}

@keyframes leaf1 {
	to {
		transform: translate(3vw, -1vh) scale(0.9);
	}
}

.f2 .element2 {
	width: 11vw;
	position: absolute;
	left: 2vw;
	margin-top: 40vw;
}

.f2 .element2 img {
	animation: leaf2 5s linear alternate infinite;
}

@keyframes leaf2 {
	to {
		transform: translate(2vw, 4vh);
	}
}

.f2 .element3 {
	width: 17vw;
	position: absolute;
	left: 17vw;
	margin-top: 38vw;
}

.f2 .element3 img {
	animation: lime1 5s linear alternate infinite;
}

@keyframes lime1 {
	to {
		transform: translate(4vw, -5vh) rotate(25deg);
	}
}

.f2 .element4 {
	width: 20vw;
	position: absolute;
	right: 0;
	margin-top: 16vw;
}

.f2 .element4 img {
	animation: leaf3 4s ease-out alternate infinite;
}

@keyframes leaf3 {
	to {
		transform: translate(2vw, 2vh) rotate(10deg);
	}
}

.f2 .element5 {
	width: 18vw;
	position: absolute;
	right: 16vw;
	margin-top: 30vw;
}

.f2 .element5 img {
	animation: apple1 4s linear alternate infinite;
}

@keyframes apple1 {
	to {
		transform: translate(-4vw, 1vh) rotate(-10deg) scale(0.95);
	}
}

.pro_box {
	background: url(../image/p1bg.jpg) center center no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
	padding: 0px;
}

.pro_bgimg {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0%;
	top: 0%;
}

.pro_box .center_img {
	width: 20vw;
	height: 25vw;
	border-radius: 20vw;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #afb432;
	clip-path: circle(0% at 50% 80%);
	-webkit-transform-origin: 50% 15%;
	transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.pro_box.is-inview .center_img{
	clip-path: circle(60% at 50% 50%);
}

.pro_box .center_img .img,
.pro_bgimg .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	transition: all 1s;
	opacity: 0;
	transform: scale(1.1);
}

.pro_box .center_img .img img,
.pro_bgimg .img img {
	width: 100%;
	height: 100%;
}

.pro_bgimg .img {
	transform: scale(1);
}

.pro_box .center_img .img.active,
.pro_bgimg .img.active {
	opacity: 1;
	transform: scale(1);
}

.pro_box .center_img .img.active {
	z-index: 5;
}

.f4imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.5s ease-in-out;
}

.product_swiper {
	width: 100%;
	overflow: hidden;
	height: 100vh;
	position: relative;
	
}

.outele{
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
	transform: translateX(20%);
	opacity: 0;
}

.pro_box.is-inview .outele{
	transform: translateX(0%);
	opacity: 1;
}

.product_swiper .swiper-slide {
	transform: scale(0.8);
	transition: 0.5s ease-in-out;
}

.product_swiper .swiper-slide .textBox {
	position: absolute;
	left: -18vw;
	padding-top: 3vw;
	transition: 0.5s ease-in-out;
	opacity: 0;
	display: none;
}

.product_swiper .swiper-slide .textBox .text {
	color: #3e3e3e;
	line-height: 1.2;
}

.product_swiper .swiper-slide .textBox .text .tit {
	font-size: 2vw;
}

.product_swiper .swiper-slide .textBox .text .name {
	font-size: 4vw;
}

.product_swiper .swiper-slide .textBox .des {
	width: 25vw;
	margin-top: 18vw;
	font-size: 1vw;
	line-height: 1.7;
	text-align: justify;
}

.product_swiper .swiper-slide .textBox .more {
	width: 154px;
	display: block;
	margin-top: 2vw;
}

.product_swiper .swiper-slide .pImg {
	width: 23vw;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.product_swiper .swiper-slide-active,
.product_swiper .swiper-slide-duplicate-active {
	transform: scale(1);
}

.product_swiper .swiper-slide-active .textBox,
.product_swiper .swiper-slide-duplicate-active .textBox {
	opacity: 1;
}

.product_swiper .swiper-slide-prev {
	opacity: 0;
}

.product_swiper .swiper-pagination {
	width: auto;
	bottom: 15%;
	right: 10%;
	text-align: right;
}

.brandSwiper .swiper-pagination {
    width: auto;
    right: 5%;
    text-align: right;
	bottom: 5%;
}

.product_swiper .swiper-pagination .swiper-pagination-bullet,.brandSwiper .swiper-pagination .swiper-pagination-bullet{
	width: 30px;
	height: 30px;
	background: url(../image/tea_icon.png) no-repeat;
	background-size: cover;
	opacity: 0.3;
	margin: 0px 3px;
	transform: scale(0.75);
	transition: all 0.4s;
	transform-origin: bottom center;
	outline: none;
}

.product_swiper .swiper-pagination .swiper-pagination-bullet-active,.brandSwiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	transform: scale(1);
}

.product_swiper .swiper-num {
	position: absolute;
	right: 8vw;
	z-index: 99;
	margin-top: 5vw;
	color: #676767;
}

.product_swiper .swiper-num .active {
	display: inline-block;
	font-size: 2vw;
}

.product_swiper .swiper-num span {
	font-size: 1.2vw;
}

.product_swiper .swiper-num .total {
	display: inline-block;
}

.hot_tel {
	width: 240px;
	height: auto;
	display: flex;
	position: relative;
	color: #fff;
}

.hot_tel .icon {
	width: 48px;
	position: relative;
}

.hot_tel .txt {
	margin-left: 5px;
	line-height: 1;
}

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

.hot_tel .txt b {
	display: block;
	font-size: 30px;
}

.mouse_icon {
	width: 14px;
	height: auto;
	position: absolute;
	left: 7.5%;
	bottom: 5%;
	z-index: 20;
}

.mouse_icon::after {
	width: 1px;

	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: -80px;
	content: '';
	background: #fff;
	-webkit-animation: mouseMove 1.5s ease infinite;
}

@-webkit-keyframes mouseMove {

	0% {
		height: 0px;
	}

	100% {
		height: 70px;
	}
}




.video_bg {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
}

.bannerT {
  width: 40vw;
  position: absolute;
  transition: 0.5s ease-in-out;
  left: 7.5%;
  top: 40%;
  transform: translateY(-50%);
}
.bannerT.active {
  animation: logosIdentifier 1s forwards;
}

.video_bg video {
	width: 100%;
	position: relative;
}

.sub_title {
	width: 100%;
	position: relative;
	font-size: 4vw;
	margin-bottom: 3vw;
	line-height: 1.2;
	z-index: 2;
	overflow: hidden;
	pointer-events: none;
}
.sub_title.c {
	text-align: center;
}

.sub_title.w {
	color: #fff;
}

.sub_title.pos {
	position: absolute;
	left: 7.5%;
	top: 15%;
}
.idea_box .sub_title.pos{
	left: 0%;
}
.advantage {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0%;
	overflow: hidden;
}
.ad_ul {
	position: absolute;
	width: calc(100% - 25%);
	height: 100%;
    margin-left: 25%;
}
.w1600{
	width: 1600px;
	margin:0 auto;
	box-sizing: border-box;
}
.index-about{
	background: url('../img/bg_03.png');
	padding:140px 0 150px 0;
	box-sizing: border-box;
/*	height: 100vh;*/
/*  margin-top: 100px;*/
}
.adv_box .sub_title p{
	-webkit-transform: translateY(100%);
	transition: all 1s cubic-bezier(0.3, 0, 0.24, 1) 0.4s;
}
.index-news-list{
	width: 31%;
	float: left;
    box-shadow: 10px 10px #005e1f;
	box-sizing: border-box;
	border:1px solid #005e1f;
}
.index-news-list:nth-child(2){
	margin:0 3.333%;

}
.index-footers{
	background: url('../img/index6bg_03.png');
}
.index-msg-from{
	background: url('../img/index6_30.png')no-repeat;
	padding:110px 100px;
	box-sizing: border-box;
}
.index-news-list .thumbs img{
	display: block;
}
.index-msg-from-text{
	width: 40%;
	float: left;
	box-sizing: border-box;
}
.index-msg-from-text .titles{
	margin-bottom: 40px;
}
.index-msg-from-text1{

}
.index-msg-from-text1 p:nth-child(1){
	font-size: 44px;
	color: #005e1f;
	font-family: 'zt';
	font-weight: bold;
}
.index-msg-from-text1 p:nth-child(2){
	font-size: 44px;
	color: #005e1f;
	font-family: 'zt';
	margin:15px 0;
	font-weight: bold;
}
.index-msg-from-text1 p:nth-child(3){
	font-size: 22px;
	color: #005e1f;
	font-family: 'zt';
	font-weight: bold;
}
.index-msg-from-text2{

}
.index-msg-from-right1{
	margin-bottom: 30px;
	float: left;
    width: 100%;
}
.index-msg-from-right1 div{
	display: inline-block;
	float: left;
	width: 46%;
}
.index-msg-from-right1 div:nth-child(1){
	margin-right: 4%;
}
.index-msg-from-right1 div:nth-child(2){
	margin-left: 4%;
}
.index-msg-from-right1 div p{
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
}
.index-msg-from-right1 div input{
	height: 50px;
	background: #fff;
	border-radius: 15px;
	border:none;
	box-sizing: border-box;
	font-size: 16px;
	color: #000000;
	padding:0 10px;
	width: 100%;
	outline: none;
}
.index-msg-from-right1 div textarea{
	height: 100px;
	background: #fff;
	border-radius: 15px;
	border:none;
	box-sizing: border-box;
	font-size: 16px;
	color: #000000;
	padding:0 10px;
	width: 100%;
}
.index-msg-from-right3 div{
	width: 100%;
}
.index-msg-from-text2 p:nth-child(1){
	font-size: 24px;
	color: #000000;
	font-family: 'zt';
	margin-top: 100px;
	margin-bottom: 20p;
}
.index-msg-from-text2 p:nth-child(2){
	font-size: 50px;
	color: #005e1f;
	font-family: 'zt';
	font-weight: bold;
}
.index-msg-from-right{
	width: 60%;
	float: left;
	box-sizing: border-box;
  margin-top: 20px;
}
.index-msg-from-btn{
	text-align: center;
	margin-top: 30px;
}
.index-msg-from-btn button{
	font-size: 18px;
	color: #ffffff;
	border-radius: 15px;
	padding:10px 40px;
	background: #005e1f;
	outline: none;
	border:none;
  -webkit-animation: swing2 2s infinite;
}
.index-newslist-desc{
	background: #fff;
	padding:20px;
	box-sizing: border-box;
}
.index-newslist-desc p:nth-child(1){
	color: #606060;
	font-size: 16px;
	margin-bottom: 20px;
}
.index-newslist-desc p:nth-child(2){
	color: #005e1f;
	font-weight: bold;
	font-size: 20px;
	height: 70px;
}
.index-newslist-desc p:nth-child(3){
	
}
.index-footers-cont{
	background: url('../img/hzzxmsg_10.png')no-repeat top/cover;
  padding-top: 450px;
  margin-top: -450px;
	padding-bottom: 130px;
}
.index-footers-cont-1{
	margin-top: 130px;
}
.index-footers-cont-1 div:nth-child(1){
	width: 20%;
	float: left;
}
.index-footers-cont-1 div:nth-child(1) img{
	display: block;
	width: 100%;
}
.index-footers-cont-1 div:nth-child(2){
    margin-left: 50px;
    width: 40%;
    display: inline-block;
    color: #ffffff;
    float: left;
}
.about-bg{
    background: url(../img/index6bg_03.png);
}
.about-ppjs{
	padding-top: 130px;
	padding-bottom: 100px;
}
.about-ppjs-l{
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding:0 50px;
	margin-top: 50px;
}
.about-ppjs-l div:nth-child(1){

}
.about-ppjs-l div:nth-child(2){
	margin-top: 40px;
	margin-bottom: 70px;
}
.about-ppjs-l div:nth-child(3){
	font-size: 16px;
	color: #343434;
	line-height: 1.8;
}
.about-ppjs-r{
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.about-ppjs-r div{
	border:4px solid #005e1f;
}
.about-ppjs-r img{
	width: 100%;
	display: block;
}
.about-bg1s{
}
.about-bg1s img{
	display: block;
}
.about-ppdw{
	padding-top: 90px;
	padding-bottom: 150px;
}
.about-ppdw .titles{
	text-align: center;
	margin-bottom: 100px;
}
.store-gsfc{
	margin-top: 30px;
}
/*.about-ppdw .titles img{
}
.about-ppdw .desc img{
	width: 100%;
	display: block;
}*/

.join-cont-conts{
	margin-top: 120px;
	position: relative;
}
.join-cont-conts-img{
	text-align: center;
}
.join-cont-conts-img img{
	width: auto;
	display: inline-block;
}
.join-ppcx-list1{
	top: 10%;
	left: 120px;
}
.join-ppcx-list6{
	top: 40%;
	left: 50px;
}
.join-ppcx-list2{
	bottom: 20%;
	left: 6%;
}
.join-ppcx-list3{
	top: 10%;
	right: 0px;
	text-align: right;
}
.join-ppcx-list4{
	bottom: 30%;
	right: 50px;
	text-align: right;
}
.join-ppcx-list3 .join-ppcx-list-style-line {
    position: absolute;
    left: 0;
}
.join-ppcx-list4 .join-ppcx-list-style-line {
    position: absolute;
    left: 0;
}
.join-ppcx-list-style{
position: absolute;
width: 30%;
}
.join-ppcx-list-style-text{
display: inline-block;
}
.join-ppcx-list-style-line{
display: inline-block;
text-align: right;
}
.join-ppcx-list-style-text div{
    font-family: "zt";
    font-size: 30px;
    color: #ffffff;
    border-radius: 100px;
    line-height: 1;
    padding:10px 20px;
    background: #000000;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.join-ppcx-list-style-text p:nth-child(2){
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.join-ppcx-list-style-text p:nth-child(2) span{
	color: #005e1f;
}
.join-ppcx-list-style-text p:nth-child(3) span{
	color: #005e1f;
}
.join-ppcx-list-style-text p:nth-child(3){
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.join-ppcx-list-style-line{
	position: absolute;
	top: 10px;
	left: 20%;
	width: 60%;
}
.join-ppcx-list-style-line img{
	display: inline-block;
/*	width: 60%*/
}
.ttl img{
    margin-right: 40%;
}
.trr img{
    margin-left: 40%;
}
.trr{
	text-align: right;
}
.ttl{
	text-align: left;
}
.list-titels{
	text-align: center;
}
.zpcp-contianer{
	margin-top: 70px;
}
.food-zpcs{
	padding-top: 120px;
	padding-bottom: 100px;
}
.zpcp-contianer{
	padding-bottom: 50px;
}
.swiper-pagination-bullet{
	opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	background: #005e1f !important;
}
.zpcp-contianer img{
	display: block;
	width: 100%;
}
.tscp-contianer img{
	display: block;
	width: 100%;
}
.food-tscp{
	margin-top: 70px;
}
.tscp-contianer{
	margin-top: 70px;
}
.swiper-pagination{
	text-align: center;
}
.food-xcyp-container{
	padding-bottom: 40px;
	margin-top: 50px;
}
.food-xcyp{
	margin-top: 100px;
	padding-bottom: 100px;
}
.food-xcyp-container img{
	display: block;
	width: 100%;
}
.index-footers-cont-1 div:nth-child(2) p:nth-child(1){
	font-size: 16px;
}
.index-footers-cont-1 div:nth-child(2) p:nth-child(2){
	font-size: 14px;
	margin-top: 15px;
}
.index-footers-cont-1 div:nth-child(3){
	width: 130px;
  display: inline-block;
  float: right;
}
.index-footers-cont-1 div:nth-child(3) img{
	display: inline-block;
	width: 100%;
}
.index-footers-cont-1 div:nth-child(3) p{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
}
.nav-active p{
	color: #005e1f!important;
}
.index-newslist-desc p:nth-child(3) span{
	color: #606060;
	font-size: 16px;
	border-bottom:1px solid #005e1f;
}
.index-newslist-bg{
}
.index-footers-cont-2{
	margin-top: 40px;
	font-size: 16px;
	color: #ffffff;
}
.index-footers-cont-2 a{
	font-size: 16px;
	color: #ffffff;
}
.adv_box.is-inview .sub_title p{
	-webkit-transform: translateY(0%);
}
.index-msg-from{
	position: relative;
	z-index: 1;
  margin-top: -1px;
}
.zpcp-contianer .swiper-slide{
	overflow: hidden;
}
.zpcp-contianer img{
	transition: all 0.5s;
}
.zpcp-contianer img:hover{
	transform: scale(1.1);
}
.tscp-contianer .swiper-slide{
	overflow: hidden;
}
.tscp-contianer img{
	transition: all 0.5s;
}
.tscp-contianer img:hover{
	transform: scale(1.1);
}
.adv_box {
	padding: 0px;
	height: calc(100vh - 90px);
	background: #afb432;
	background: #000;
	clip-path: ellipse(50% 50% at 50% 150%);
}

.adv_box.is-inview{
	animation-name: banner_in;
	transform-origin: 50% 15%;
	animation-fill-mode: both;
	animation-duration: 1.6s;
	animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}

@-webkit-keyframes banner_in{
	0%{
		clip-path: ellipse(50% 50% at 50% 150%);
	}
	100%{
		clip-path: ellipse(100% 180% at 50% 150%);
	}
}

.advantage ul li {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0%;
	animation-duration: 0.5s;
	z-index: 1;
}

.advantage ul li .img{
	clip-path: ellipse(50% 50% at 50% 150%);
	transform-origin: 50% 0%;
	transition: all 1.6s cubic-bezier(0.3, 0, 0.24, 1);
}

.advantage ul li.on .img{
	clip-path: ellipse(100% 180% at 50% 150%);
}

.advantage ul li.active{
	z-index: 2;
}

.advantage ul li .img {
	height: 100%;
	width: 100%;
	position: relative;
}

.advantage ul li .img img {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 3s ease;
	transform: scale(1.05);
}


.advantage ul li.on .img img{
	transform: scale(1);
}


.advantage ul li.active img{
	/* animation: scaleAnimate 5s ease 1 forwards; */
}

@keyframes scaleAnimate{
	0%{
		transform: scale(1.05);
	}
	100%{
		transform: scale(1);
	}
	
}

.line1 {
	width: 1px;
	height: 25%;
	background: #fff;
	position: absolute;
	right: -1px;
	top: 0%;
	transition: all .5s;
}

.advantage ol {
	width: 25%;
	padding-right: 0vw;
	height: 100%;
	position: absolute;
	left:0%;
	top: 0%;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .4s;
	background:url('../img/indxe5_03.png') #005e1f;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 90% auto;
	box-sizing: border-box;
	padding-left: 70px;
	padding-top: 130px;
}
.index3-titles{
	left: 70px;
	top: 70px;
	position: absolute;
}
.adv_box.is-inview .advantage ol{
	opacity: 1;
}
.index-ppys-cont{
	background: url('../img/inaboutbg_03.png')no-repeat;
	height: 1300px;
	position: relative;
}
.index-ppys-cont1{
	position: absolute;
	top: -10px;
	left: 0px;
}
.index-ppys-desc1{
	margin-top: 20px;
}
.index-ppys-cont2{
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 0px;
}
.index-ppys-cont3{
	display: inline-block;
	position: absolute;
	bottom: 25%;
	left: 0px;
}
.index-ppys-cont4{
	display: inline-block;
	position: absolute;
	bottom: 25%;
	right: 0px;
}
.index-ppys-cont5{
	display: inline-block;
	position: absolute;
	bottom: 0%;
	left: 20%;
}
.index-mdrq{
	background: url('../img/index6bg_03.png');
	padding-top: 60px;
	padding-bottom: 120px;
}
.index-news{
	background: url('../img/index6bg_03.png');
	padding-bottom: 120px;
}
.index-news-cont{
	margin-top: 50px;
}
.index-mdrq-cont{

}
/* .bannerSwiper .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border-radius: 0px;
	background: url(../image/pro_icon.png) no-repeat;
	background-size: cover;
	background-position: 100% 0%;
	opacity: 1;
	margin: 0px 5px !important;
	position: relative;
	outline: none;
	opacity: 0.5;

}
.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: url(../image/pro_icon.png) no-repeat !important;
	background-size: cover;
	opacity: 1;
	background-position: 0% 0%;
} */
.index-mdrq-img{
	text-align: center;
	margin-bottom: 50px;
}
.index-mdrq-img p:nth-child(2){
	font-size: 20px;
	color: #494949;
	margin-top: 20px;
}
.index-mdrq-cont-container{

}
.index-mdrq-cont-container img{
	display: block;
	width: 100%;
}
.index-ppys-desc3{
	width: 210px;
	display: inline-block;
	text-align: left;
	float: left;
	margin-top: 300px;
}
.index-ppys-contimg3{
    margin-left: -50px;
}
.index-ppys-desc{
	margin-top: 70px;
	margin-left: 40px;
}
.index-ppys-desc2{
	text-align: right;
    margin-top: 80px;
    max-width: 300px;
	margin-right: 5px;
}
.index-ppys-desc-title{
font-size: 30px;
font-family: "zt";
}
.index-ppys-desc-title span:nth-child(1){
color: #005e1f;
}
.index-ppys-desc-title span:nth-child(2){
	color: #000000;
}
.index-ppys-contimg{
	display: inline-block;
	float: left;
}
.index-ppys-desc{
	display: inline-block;
	float: left;
}
.index-ppys-desc-desc{
	font-size: 16px;
	color: #494949;
	margin-top: 20px;
}
.index3-ol-titles{
	padding:10px 25px;
	box-sizing: border-box;
	border-radius: 15px;
	color: #fff;
	transition: all 0.5s;
	font-family: "zt";
	font-size: 24px;
	position: relative;
	width: 100%;
	text-align: left;
}
.advantage ol .active .index3-ol-title{
   background:url('../img/index4_03.png') #fff;
   color: #005e1f !important;
   background-position: right center;
   background-repeat: no-repeat;
   width: 120% !important;
}
.advantage ol li {
	position: relative;
	text-align: right;
	margin-bottom: 1vw;
	cursor: pointer;
	padding-right: 3vw;
	margin-top: 60px;
}
.advantage ol li:last-child {
	margin-bottom: 0px;
}

.advantage ol li .n {
	font-size: 16px;
	line-height: 18px;
	position: relative;
	transition: all 0.45s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.advantage ol li .dot {
/*	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 0%;
	background: #fff;
	border-radius: 50%;
	content: '';
	transition: all .4s;*/
}

.advantage ol li .dot::before {
/*	width: 14px;
	height: 14px;
	position: absolute;
	left: -3px;
	top: -3px;
	border-radius: 50%;
	content: '';
	border: 1px solid #fff;
	opacity: 0;*/
}
.advantage ol li.active{
	width: 120%;
}
.advantage ol li.active .dot::before {
	animation: lineAniamte 1s linear infinite;
}

@-webkit-keyframes lineAniamte {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	70% {
		transform: scale(1.1);
		opacity: 1;
	}

	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

.advantage ol li.active .dot {
	transform: scale(1.3);
}

.advantage ol li .name {
	font-size: 3.5vw;
	line-height: 0vw;
	height: 0vw;
	overflow: hidden;
	position: relative;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px #fff;
	margin-bottom: 0.5vw;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}

.advantage ol li .cn,
.advantage ol li .en {
	width: auto;
	position: relative;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.advantage ol li .name .en p {
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.05s;
}

.advantage ol li .name p {
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	cursor: pointer;
}

.advantage ol li .name p:nth-child(2) {
	color: rgba(255, 255, 255, 1);
}

.advantage ol li.active .name p {
	transform: translateY(-100%);
}

.advantage ol li .des {
	width: 35vw;
	position: relative;
	font-size: 1.2vw;
	opacity: 0;
	transition: all .45s cubic-bezier(0.215, 0.610, 0.355, 1);
	transform: translateY(1.5vw);
	left: -18vw;
}

.advantage ol li.active .des {
	opacity: 1;
	transform: translateY(0px);
}

.pro_text {
	width: 40%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.pro_text ul {
	width: 120vw;
	height: auto;
	display: flex;
}

.pro_text ul li {
	width: 40vw;
	height: auto;
	position: relative;
	opacity: 0;
	transition: all 0.4s;
	pointer-events: none;

}

.pro_text ul li.active {
	opacity: 1;
	pointer-events: auto;
}

.pro_text ul li .text {
	color: #3e3e3e;
	line-height: 1.2;
}

.pro_text ul li .text .tit {
	font-size: 2vw;
	overflow: hidden;
	position: relative;
}

.pro_text ul li .text .tit p{
	transform: translateY(100%);
	transition: all 0.5s cubic-bezier(0.3, 0, 0.24, 1) 0.2s;
}

.pro_box.is-inview .pro_text ul li .text .tit p,.pro_box.is-inview .pro_text ul li .text .name p{
	transform: translateY(0%);
}

.pro_text ul li .text .name {
	font-size: 4vw;
	overflow: hidden;
	position: relative;
}

.pro_text ul li .text .name p{
	transform: translateY(100%);
	transition: all 0.5s cubic-bezier(0.3, 0, 0.24, 1) 0.3s;
}

.pro_text ul li .des {
	width: 75%;
	margin-top: 12vw;
	font-size: 0.9vw;
	line-height: 1.7;
	text-align: justify;
	transform: translateY(30%);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.3, 0, 0.24, 1) 0.4s;
}

.pro_box.is-inview .pro_text ul li .des{
	transform: translateY(0%);
	opacity: 1;
}

.pro_text ul li .more {
	width: 154px;
	display: block;
	margin-top: 2vw;
	cursor: pointer;
}

.ppsl_box {
	background: #e8eaad;

}

.video_bg {
	mix-blend-mode: color-burn;
	position: absolute;
	width: 100%;
	height: 100vh;
}

.video_bg video {
	width: 100%;
	height: auto;
}

.ll_list {
	position: relative;
	width: 100%;
	padding-top: 2vw;
}

.ll_list ul li {
	width: 100%;
	position: relative;
	margin-bottom: 5vw;
}

.ll_list ul li:nth-child(2) .thum {
	margin-left: 20%;
}

.ll_list ul li:nth-child(2) .btn {
	left: 0%;
}

.ll_list ul li .thum {
	width: 80%;
	position: relative;
	overflow: hidden;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: center;
	/* -webkit-clip-path: ellipse(50% 50% at 50% 150%);
	-webkit-transform-origin: 50% 15%;
	-webkit-transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1); */
	
}

.ll_list ul li.is-inview .thum{
	/* -webkit-clip-path: ellipse(100% 120% at 50% 100%); */
}

.ll_list ul li .thum .img{
	width: 100%;
}



.reveal-text p,.mtextLetter p{
	backface-visibility: hidden;
	transform: translateZ(4vw);
	transform-style: preserve-3d;
}
.reveal-text>p>div>div,.mtextLetter>p>div>div{
	perspective: 500px;
	position: relative;
}

.reveal-text>p>div>div>div,.mtextLetter>p>div>div>div{
	transform-origin: 50% 50%;
	backface-visibility: hidden;
	transform: translate(30px, 0px) rotateY(90deg);
	transform-style: preserve-3d;
	transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1);
	will-change: transform;
}

.reveal-text>p>div>div>div:nth-child(2),.reveal-text>p>div>div>div:nth-child(2){
	transition-delay: 0.025s;
}
.reveal-text>p>div>div>div:nth-child(3),.reveal-text>p>div>div>div:nth-child(3){
	transition-delay: 0.05s;
}
.reveal-text>p>div>div>div:nth-child(4),.reveal-text>p>div>div>div:nth-child(4){
	transition-delay: 0.075s;
}
.reveal-text>p>div>div>div:nth-child(5),.reveal-text>p>div>div>div:nth-child(5){
	transition-delay: 0.1s;
}
.reveal-text>p>div>div>div:nth-child(6),.reveal-text>p>div>div>div:nth-child(6){
	transition-delay: 0.125s;
}
.reveal-text>p>div>div>div:nth-child(7),.reveal-text>p>div>div>div:nth-child(7){
	transition-delay: 0.15s;
}
.reveal-text>p>div>div>div:nth-child(8),.reveal-text>p>div>div>div:nth-child(8){
	transition-delay: 0.175s;
}
.reveal-text>p>div>div>div:nth-child(9),.reveal-text>p>div>div>div:nth-child(9){
	transition-delay: 0.2s;
}
.reveal-text>p>div>div>div:nth-child(10),.reveal-text>p>div>div>div:nth-child(10){
	transition-delay: 0.225s;
}
.reveal-text>p>div>div>div:nth-child(11),.reveal-text>p>div>div>div:nth-child(11){
	transition-delay: 0.25s;
}
.reveal-text>p>div>div>div:nth-child(12),.reveal-text>p>div>div>div:nth-child(12){
	transition-delay: 0.275s;
}
.reveal-text>p>div>div>div:nth-child(13),.reveal-text>p>div>div>div:nth-child(13){
	transition-delay: 0.3s;
}

.reveal-text.is-inview>p>div>div>div,.mtextLetter.is-inview>p>div>div>div{
	/* transform-origin: 20px 45.5px; */
	transform:translate(0px, 0px) rotateY(0deg)
}
.ll_list ul li.is-inview .thum .img{
	height: auto;
	width: 100%;
	position: relative;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

.ll_list ul li .thum .img img:nth-child(2){
	display: none;
}

.ys_box .sub_title.pos{
	left: 0%;
}


.ll_list ul li .btn {
	width: 20vw;
	height: 20vw;
	position: absolute;
	left: 75%;
	top: 50%;
	margin-top: -10vw;
	will-change: transform;
}

.ll_list ul li .btn .sc_box{
	position: relative;
	width: 100%;
	height: 100%;
}



.ll_list ul li .btn .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	animation: rotateAnimate 15s linear infinite;
}

@keyframes rotateAnimate{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.ll_list ul li .btn .btn_box {
	width: 15vw;
	height: 15vw;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7.5vw;
	margin-top: -7.5vw;
	background: #afb432;
	color: #fff;
	border-radius: 50%;
}

.ll_list ul li .btn .ele {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	padding: 0% 5%;
}

.ll_list ul li .btn .ele .name {
	font-size: 2vw;
	position: relative;
	margin-bottom: 0.5vw;
}

.ll_list ul li .btn .ele .des {
	font-size: 1.1vw;
}

.ll_list ul li .btn .ele .des b span {
	font-size: 1.1vw;
}

.ll_list ul li .btn .ele .des b {
	font-size: 2.5vw;
	font-family: din;
}

.footer {
	width: 100%;
	position: relative;
	background: #afb432;
	padding-top: 5vw;
	overflow: hidden;
}

.shop_img {
	width: 47%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
}

.foot_box {
	width: 40%;
	margin-left: 50%;
	position: relative;
	color: #fff;
	margin-bottom: 1vw;
}

.foot_box .f_name {
	text-align: center;
	margin-bottom: 1.5vw;
}

.foot_box .f_name b {
	font-size: 2.5vw;
}

.foot_box .f_name p {
	font-size: 1.1vw;
}

.copyright {
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
}

.copyright a {
	color: #fff;
}

.f_hote_tel {
	margin-bottom: 1vw;
	text-align: center;
}

.f_hote_tel a {
	font-size: 2.5vw;
	color: #fff;
}

.f_hote_tel p {
	text-align: center;
}

.f_socail {
	width: 100%;
	margin-bottom: 1vw;
}

.f_socail ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.f_socail ul li {
	width: 40px;
	text-align: center;
	position: relative;
	cursor: pointer;
	border-radius: 50%;
	margin: 0px 5px;
	border-radius: 50%;
}

.f_socail ul li .icon {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	font-size: 20px;
	font-weight: normal;
	border-radius: 50%;
	-webkit-animation: swing2 2s infinite;
}

.f_socail ul li:nth-child(2) .icon{
	-webkit-animation-delay: 0.25s;
}

.f_socail ul li:nth-child(3) .icon{
	-webkit-animation-delay: 0.5s;
}

.f_socail ul li:nth-child(4) .icon{
	-webkit-animation-delay: 0.75s;
}

.f_socail ul li:hover .icon{
	background: #fff;
	color: #afb432;
	
}

@-webkit-keyframes swingzoom {
  3%,
  9% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  6%,
  12% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  15%,
  21% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  18%,
  24% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  27% {
    -webkit-transform: translateX(0px) rotate(0);
    transform: translateX(0px) rotate(0);
  }
  30% {
    -webkit-transform: translateX(0px) rotate(0);
    transform: translateX(0px) rotate(0);
  }
}
.f_socail ul li .img {
	width: 120px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -130px;
	display: none;
}

.f_socail ul li:hover .img {
	display: block;
}

.form_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}

.form_box .form_row {
	width: calc(33% - 5px);
	position: relative;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	padding: 0px;
	height: 60px;
}

.form_box .form_row.active .txt{
	top: 5px;
	font-size: 12px;
	opacity: 0.5;
}

.select{
	width: calc(100% - 95px);
	height: 60px;
	margin-left: 95px;
	position: relative;
	cursor: pointer;
}

.form_box .form_row:last-child .select{
	width: calc(100% - 110px);
	margin-left: 110px;
}

.select .value{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	pointer-events: none;
	line-height: 60px;
	color: #1a1a1a;
}

.select::after{
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #afb432;
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2.5px;
	transition: all .3s;
	transform: rotate(0deg);
}
.select.active::after{
	transform: rotate(-90deg);
}
.select ul{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 60px;
	background: #1a1a1a;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	border-radius: 0px 0px 5px 5px;
	display: none;
}
.select.active ul{
	display: block;
}
.select ul li{
	width: 100%;
	line-height: 25px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.select ul li:hover{
	opacity: 0.7;
}

.form_box .form_row .txt {
	color: #1a1a1a;
	width: auto;
	position: absolute;
	left: 15px;
	top: 20px;
	line-height: 20px;
	pointer-events: none;
	transition: all .35s;
}

.form_box .form_row input {
	width: 100%;
	border: none;
	color: #1a1a1a;
	height: 50px;
	outline: none;
	padding-left: 15px;
	margin-top: 10px;
	background: transparent;
	font-size: 16px;
}

.form_btn {
	width: 160px;
	height: 40px;
	position: relative;
	margin: 0px auto;
	margin-top: 1vw;
	margin-bottom: 1vw;
	color: #b1b73e;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.form_btn.active{
	opacity: 0.5;
	cursor: no-drop;
}

.form_btn::before {
	width: 100%;
	height: 100%;
	background: #1a1a1a;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: 0%;
	top: 0%;
	transition: all .35s;
}

.form_btn::after {
	width: 100%;
	height: 100%;
	background: transparent;
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	transition: all .35s;
}

.form_btn:hover::after{
	transform: rotate(5deg);
}
.form_btn:hover::before{
	transform: rotate(-5deg);
}


.form_btn p {
	position: relative;
	z-index: 2;
}

.mark_box {
	background: url(../image/sub_bg3.jpg) bottom center no-repeat;
	background-size: cover;
}

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

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

.marks_list ul li {
	width: 48%;
	position: relative;
}

.marks_list ul li .info {
	text-align: center;
	position: relative;
	margin-top: 25px;
	color: #fff;
}

.marks_list ul li .info.info2{
	display: none;
}

.marks_list ul li:nth-child(2) .info{
	margin-top: 0px;
	margin-bottom: 25px;
	color: #afb432;
}

.marks_list ul li .info .name {
	font-size: 24px;
}

.marks_list ul li .info .des {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.marks_list ul li .info .des p {
	font-size: 50px;
	font-family: din;
}

.marks_list ul li .info .des span {
	font-size: 18px;
}

.ppbg {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../image/pp_bg.jpg) center center no-repeat;
	background-size: cover;
}

.hzlc_con{
	position: relative;
}

.hzlc_con img:nth-child(2){
	display: none;
}

.ppbg.s{
	background-image: url(../image/sub_bg.jpg);
}

.slpp {
	width: 100%;
	position: relative;
	margin-bottom: 7.5vw;
}

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

.slpp ul li {
	width: 40%;
	position: relative;
	margin: 0px -2.75vw;
}

.slpp ul li .thum{
	/* clip-path: circle(0vw at 50% 50%);
	transition: clip-path 2.5s cubic-bezier(0.215, 0.61, 0.355, 1); */
	-webkit-clip-path: ellipse(50% 0% at 50% 100%);
	-webkit-transform-origin: 50% 15%;
	-webkit-transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.slpp ul li a{
	position: relative;
	display: block;
}

.slpp ul li.is-inview .thum{
	-webkit-clip-path: ellipse(50% 50% at 50% 50%);
}

.slpp ul li:nth-child(2) {
	margin-top: 10vw;
	transition-delay: 0.3s;
}

.slpp ul li .des {
	width: 100%;
	padding: 0px 10%;
	font-size: 1vw;
	line-height: 1.7;
	text-align: center;
}

.slpp ul li .des.des2{
	display: none;
}

.slpp ul li .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 15%;
	text-align: center;
	color: #fff;
}

.slpp ul li .name b {
	display: block;
	text-align: center;
	position: relative;
	font-size: 2vw;
}

.slpp ul li .name p {
	font-size: 1vw;
}

.slpp ul li .thum .h {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
}

.about_box .left {
	width: 30%;
	position: relative;
}

.about_box .right {
	width: 65%;
	position: relative;
	padding-top: 5vw;
}

.about_box .numBox {
	width: 100%;
	position: relative;
	top: 0%;
	left: 0%;
	opacity: 1;
	flex-wrap: wrap;
}

.about_box .numBox .numItem {
	width: 100%;
	justify-content: flex-start;
	margin-bottom: 3vw;
}

.about_box .numBox .num {
	justify-content: flex-start;
	line-height: 1;
	margin-bottom: 5px;
}

.about_box .numBox .nums {
	font-size: 4.5vw;
}

.about_box .right .des {
	width: 55%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
	line-height: 2;
	font-size: 1vw;
}

.about_box {
	background: url(../image/sub_bg.jpg) top center no-repeat;
	padding-top: 10vw;
	background-size: cover;
}

.idea_box {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../image/idea_bg.jpg) no-repeat;
	background-size: cover;
}

.ideas {
	width: 85%;
	height: auto;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 7.5%;
}

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

.ideas ul li {
	width: 25%;
	position: relative;
	text-align: center;
	color: #fff;
}

.ideas ul li .icon {
	width: 158px;
	height: 158px;
	position: relative;
	margin: 0px auto;
}

.ideas ul li .icon svg {
	width: 40%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ideas ul li .icon svg path {
	stroke-width: 20;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
}

.ideas ul li .info{
	width: 100%;
	margin-top: 20px;
}

.ideas ul li .info .name{
	font-size: 2vw;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.ideas ul li .info .name::after{
	width: 30px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	content: '';
	background: #fff;
}

.ideas ul li .des{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	font-size: 1vw;
}

.ideas ul li.is-inview .icon svg path {
	-webkit-animation: draw 1s ease forwards .4s;
}

@keyframes draw {
	from {
		stroke-dasharray: 0, 600px;
	}
	to {
		stroke-dasharray: 600px, 0;
	}
}

.ideas ul li .icon::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: url(../image/wbx.png) no-repeat;
	background-size: cover;
	content: '';
	transition: all 1s;
}

.ideas ul li.is-inview .icon::after{
	transform: rotate(90deg);
}

.hisSwiper {
	position: relative;
	padding-bottom: 5vw;
}

.hisSwiper .years {
	font-family: din;
	font-size: 8vw;
	color: #afb432;
}

.hisSwiper .swiper-slide:nth-child(odd){
	margin-top: 5vw;
}

.hisSwiper .swiper-slide{
	opacity: 0;
	transform: translateX(10%);
	transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
}

.hisSwiper .swiper-slide:nth-child(2){
	transition-delay: 0.4s;
}

.hisSwiper .swiper-slide:nth-child(3){
	transition-delay: 0.5s;
}

.hisSwiper .swiper-slide:nth-child(4){
	transition-delay: 0.6s;
}

.hisSwiper.is-inview .swiper-slide{
	opacity: 1;
	transform: translateX(0%);
}

.hisSwiper .des{
	font-size: 18px;
	line-height: 1.7;
}

.history_box {
	background: url(../image/sub_bg2.jpg) center center no-repeat;
	background-size: cover;
}

.top_nav {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_nav .sub_title {
	width: auto;
}

.sub_menu {
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
}

.sub_menu a {
	width: 140px;
	height: 40px;
	position: relative;
	color: #b1b73e;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
}

.pro_box .sub_title{
	display: none;
}

.sub_menu a p {
	position: relative;
	z-index: 2;
}

.sub_menu a::before {
	width: 100%;
	height: 100%;
	background: #1a1a1a;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	transition: all .35s;
}

.sub_menu a::after {
	width: 100%;
	height: 100%;
	background: transparent;
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	transition: all .35s;
}
.sub_menu a:hover,.sub_menu a.active{
	color: #fff;
}
.sub_menu a:hover::after,.sub_menu a.active::after{
	transform: rotate(5deg);
	border-color: #b1b73e;
}
.sub_menu a:hover::before,.sub_menu a.active::before{
	transform: rotate(0deg);
	background: #b1b73e;
}

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

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

.vision_list ul li {
	width: 49%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 1.75vw;
	transition-delay: 0.3s;
}
.vision_list ul li:nth-child(even){
	transition-delay: 0.4s;
}

.vision_list ul li .thum {
	border-radius: 5px;
	overflow: hidden;
}

.vision_list ul li:nth-child(even) {
	margin-right: 0%;
}

.vision_list .inner {
	padding-top: 60%;
}

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

.hyqs ul {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.hyqs ul li {
	width: 30%;
	position: relative;
	margin-right: 5%;
	margin-bottom: 3vw;
	display: flex;
	align-items: center;
}

.hyqs ul li:nth-child(2n){
	transition-delay: 0.2s;
}

.hyqs ul li:nth-child(3n){
	transition-delay: 0.3s;
}

.hyqs ul li:nth-child(3n) {
	margin-right: 0%;
}

.hyqs ul li .num {
	width: 90px;
	font-size: 80px;
	position: relative;
	font-family: din;
	line-height: 1;
	background: linear-gradient(180deg, #afb432, rgba(175, 180, 50, 0));
	background-clip: text;
	color: transparent;
}

.hyqs ul li .info {
	width: calc(100% - 100px);
	margin-left: 10px;
}

.hyqs ul li .info .name {
	font-size: 24px;
	position: relative;
	line-height: 1.2;
	margin-bottom: 5px;
}

.hyqs ul li .info .des {
	opacity: 0.7;
}

.ppzl_box {
	padding: 0px;
	height: 90vh;
	position: relative;
}

.ppzl_box .left {
	width: 45%;
	position: absolute;
	height: 100%;
	left: 0%;
	top: 0%;
	background: url(../image/ppzl_bg.jpg);
	display: flex;
	flex-wrap: wrap;
	padding: 0% 4%;
	align-content: center;
}

.ppzl_box .right {
	width: 55%;
	height: 100%;
	position: absolute;
	right: 0%;
	top: 0%;
}

.ppzl_box .right img{
	width: 100%;
	height: 100%;
	position: relative;
}

.ppzl_list {
	width: 100%;
	color: #fff;
	position: relative;
}

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

.ppzl_list ul li {
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2.5vw;
}

.ppzl_list ul li:nth-child(2n){
	transition-delay: 0.15s;
}

.ppzl_list ul li:nth-child(3n){
	transition-delay: 0.3s;
}

.ppzl_list ul li:nth-child(n+4) {
	margin-bottom: 0px;
}

.ppzl_list ul li .icon {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0px auto;
	background: #fff;
	border-radius: 50%;
}

.ppzl_list ul li .icon img{
	position: relative;
}

.ppzl_list ul li .icon::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #fff;
	border-radius: 50%;
	opacity: 0.2;
	transform: scale(1.2);
}

.ppzl_list ul li:nth-child(3n) {
	margin-right: 0%;
}

.ppzl_list ul li .info {
	text-align: center;
	position: relative;
	margin-top: 0.75vw;
}

.ppzl_list ul li .info .name {
	font-size: 20px;
	margin-bottom: 5px;
}

.hzzc_box{
	padding-top: 0px;
}

.hzzc_box .left {
	width: 40%;
	padding-top: 5vw;
}

.hzzc_box .right {
	width: 55%;
	padding-top: 5vw;
}

.hzzc_box .list li {
	margin-bottom: 2vw;
}

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

.hzzc_box .list li .name {
	font-size: 24px;
	color: #afb432;
	margin-bottom: 10px;
}

.hzzc_box .list li .des {
	width: 100%;
	position: relative;
	line-height: 1.7;
}

.hzfc_swiper{
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
	transform: translateY(50px);
	opacity: 0;
}

.hzfc_swiper.is-inview{
	transform: translateY(0px);
	opacity: 1;
}

.hzfc_swiper .inner {
	padding-top: 180%;
}

.hzfc_swiper .swiper-slide{
	width: 300px;
	transform-origin: bottom;
	transition: all 0.3s;
}

.hzfc_swiper{
	padding-bottom: 45px;
	position: relative;
}

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

.temp_box{
	position: relative;
	width: 100%;
	margin-top: 5vw;
	margin-bottom: 5vw;
}

.lm_swiper .inner {
	padding-top: 60%;
	border-radius: 5px;
	overflow: hidden;
}

.lm_swiper .name {
	text-align: center;
	position: relative;
	font-size: 20px;
	margin-top: 15px;
}

.lm_swiper .swiper-slide{
	width: 35%;
	position: relative;
	
}

.under_list {
	position: relative;
	margin-bottom: 5vw;
}

.lbox{
	width: 100%;
	position: relative;
	margin: 0px auto;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
	transform: translateY(50px);
	opacity: 0;
}

.lbox.is-inview{
	transform: translateY(0px);
	opacity: 1;
}

.under_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.under_list ul li {
	width: calc(100% / 3 - 20px);
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
}

.under_list ul li:nth-child(even){
	transition-delay: 0.3s;
}

.under_list ul li:nth-child(3n){
	transition-delay: 0.15s;
}

.under_list ul li .thum {
	border-radius: 5px;
}

.under_list ul li:nth-child(3n) {
	margin-right: 0%;
}

.under_list ul li .inner {
	padding-top: 60%;
}

.brands {
	position: relative;
	width: 100%;
}
.brandSwiper{
	height: auto;
}
.brandSwiper .swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: space-between;
	background: transparent;
}

.brandSwiper .swiper-slide .info {
	width: 35%;
	position: absolute;
	left: 7.5%;
	top: 50%;
	transform: translateY(-50%);
}

.brandSwiper .swiper-slide .thum {
	width: 60%;
	position: absolute;
	left: 40%;
	top: 10%;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%,8vw 50%);
	height: 80%;
}

.brandSwiper .swiper-slide .thum .img,.brandSwiper .swiper-slide .thum .img img{
	position: relative;
	height: 100%;
	width: 100%;
}

.brandSwiper .swiper-slide .thum .arrow{
	width: auto;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.brandSwiper .swiper-slide .thum .arrow img{
	width: auto;
	height: 100%;
}

.brandSwiper .swiper-slide .info .name {
	font-size: 4vw;
	margin-bottom: 3vw;
	line-height: 1.2;
}

.brandSwiper .swiper-slide .info .num {
	position: relative;
	margin-bottom: 2vw;
	opacity: 0;
	transform: translateY(50px);
	transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1) 0.55s;
}

.brandSwiper .swiper-slide.is-inview .info .num{
	opacity: 1;
	transform: translateY(0px);
}

.brandSwiper .swiper-slide .info .num .top {
	width: 100%;
	display: flex;
	line-height: 1;
}

.brandSwiper .swiper-slide .info .num .top p {
	font-family: din;
	font-size: 4vw;
	display: block;
}

.brandSwiper .swiper-slide .info .num .top span {
	width: 20px;
	height: 20px;
	background-color: #afb432;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	display: block;
	position: relative;
	top: 0px;
	left: 5px;
}

.brandSwiper .swiper-slide .info .des {
	width: 85%;
	font-size: 16px;
	line-height: 2;
	position: relative;
	text-align: justify;
	opacity: 0;
	transform: translateY(75px);
	transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1) 0.6s;
}

.brandSwiper .swiper-slide.is-inview .info .des{
	opacity: 1;
	transform: translateY(0px);
}

.brandSwiper .swiper-slide .info .title {
	color: #afb432;
	font-size: 20px;
	margin-bottom: 10px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1) 0.575s;
}

.brandSwiper .swiper-slide.is-inview .info .title{
	opacity: 1;
	transform: translateY(0px);
}

.brandSwiper .is-inview .reveal-text>p>div>div>div {
    transform-origin: 20px 45.5px;
    transform: translate(0px, 0px) rotateY(0deg);
	opacity: 1;
}
.brandSwiper .reveal-text>p>div>div>div{
	transition-delay: 0.5s;
	opacity: 0;
}
.brandSwiper .reveal-text>p>div>div>div:nth-child(2){
	transition-delay: 0.525s;
}
.brandSwiper .reveal-text>p>div>div>div:nth-child(3){
	transition-delay: 0.55s;
}
.brandSwiper .reveal-text>p>div>div>div:nth-child(4){
	transition-delay: 0.575s;
}
.brandSwiper .reveal-text>p>div>div>div:nth-child(5){
	transition-delay: 0.6s;
}
    

.brandSwiper .swiper-slide .words {
	width: 50%;
	font-family: din;
	font-size: 10vw;
	-webkit-text-stroke: 1px #afb432;
	color: transparent;
	line-height: 0.8;
	opacity: 0.3;
	position: absolute;
	left: 7.5%;
	bottom: 10%;
	text-transform: uppercase;
}

.brandSwiper .swiper-slide:nth-child(3) .words,
.brandSwiper .swiper-slide:nth-child(4) .words {
	font-size: 9vw;
}

.brandSwiper .swiper-slide .info .num .txt {
	font-size: 18px;
	margin-top: 0.25vw;
}

.pro_swiper {
	padding: 0px 10%;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
	transform: translateY(50px);
	opacity: 0;
}

.pro_swiper.is-inview{
	transform: translateY(0px);
	opacity: 1;
}

.pro_swiper .swiper-slide {
	position: relative;
	transform: scale(0.8) translateY(-5%);
	transform-origin: bottom center;
	transition: 300ms;
	width: 25%;
}

.pro_swiper .swiper-slide.swiper-slide-active {
	transform: scale(1);
}

.pro_swiper .swiper-slide .mark {
	width: 25%;
	height: auto;
	position: absolute;
	left: 70%;
	top: 65%;
}

.pro_swiper .swiper-slide .mark p{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #71542d;
	cursor: default;
}

.pro_swiper .swiper-slide .info {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-top: 2vw;
}

.pro_swiper .swiper-slide .info .name {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	opacity: 0;
	transform: translateY(25px);
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
}

.pro_swiper .swiper-slide.swiper-slide-active .info .name{
	transform: translateY(0px);
	opacity: 1;
}

.pro_swiper .swiper-slide .info .des {
	font-size: 16px;
	line-height: 1.7;
	position: relative;
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.325s;
}

.pro_swiper .swiper-slide.swiper-slide-active .info .des{
	transform: translateY(0px);
	opacity: 1;
}

.blw_bg {
	width: 80%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}

.blw_bg img{
	-webkit-animation: hotBefore2 20s ease infinite;
}

@-webkit-keyframes hotBefore2{
	0%{
		-webkit-transform:translateX(-5%);
	}
	50%{
		-webkit-transform:translateX(5%);
	}
	100%{
		-webkit-transform:translateX(-5%);
	}
}

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

.porduct_list ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.porduct_list ul li {
	width: 30%;
	position: relative;
	margin-right: 5%;
	margin-bottom: 4vw;
}

.porduct_list ul li:nth-child(3n) {
	margin-right: 0%;
}

.porduct_list ul li .thum {
	width: 60%;
	margin-left: 20%;
	position: relative;
	overflow: initial;
}

.porduct_list ul li .thum .img {
	position: relative;
	opacity: 0;
	transform: translateY(100px);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
}

.porduct_list ul li.is-inview .thum .img{
	opacity: 1;
	transform: translateY(0px);
}

.porduct_list ul li .thum::before {
	width: 120%;
	height: 0%;
	padding-top: 120%;
	position: absolute;
	left: -10%;
	top: 20%;
	content: '';
	background: linear-gradient(180deg, #afb432, rgba(175,180,50,0));
	border-radius: 50%;
	transform: scale(0) translateY(25px);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.porduct_list ul li.is-inview .thum::before{
	transform: scale(1) translateY(0px);
}

.porduct_list ul li .name {
	text-align: center;
	font-size: 1.2vw;
	margin-top: 0px;
}

.ys_box {
	height: 100vh;
	position: relative;
	padding: 0px;
	background: url(../image/ys_bg.jpg) center center no-repeat;
	background-size: cover;
}


.ys_list {
	width: 85%;
	position: absolute;
	left: 7.5%;
	top: 58%;
	transform: translateY(-50%);
}

.ys_list ul {
	width: 100%;
	display: flex;
	height: 50vh;
	justify-content: space-between;
}

.ys_list ul li {
	width: 17%;
	height: 100%;
	position: relative;
	background: rgba(255, 255, 255, .1);
	-webkit-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .2);
}

.ys_list ul li .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 25px;
	top: 25px;
	background: url(../image/yhx_icon.png) no-repeat;
}

.ys_list ul li:nth-child(1) .icon {
	background-position: 0px -50px;
}

.ys_list ul li:nth-child(2) .icon {
	background-position: -50px -50px;
}

.ys_list ul li:nth-child(3) .icon {
	background-position: -100px -50px;
}

.ys_list ul li:nth-child(4) .icon {
	background-position: -150px -50px;
}

.ys_list ul li:nth-child(1).active .icon {
	background-position: 0px 0px;
}

.ys_list ul li:nth-child(2).active .icon {
	background-position: -50px 0px;
}

.ys_list ul li:nth-child(3).active .icon {
	background-position: -100px 0px;
}

.ys_list ul li:nth-child(4).active .icon {
	background-position: -150px 0px;
}

.ys_list ul li .name {
	width: calc(100% - 50px);
	height: auto;
	position: absolute;
	top: 90px;
	left: 25px;
	font-size: 1.6vw;
	line-height: 1.2;
	color: #fff;
}

.ys_list ul li .des {
	width: calc(100% - 50px);
	height: auto;
	position: absolute;
	left: 25px;
	top: 140px;
	opacity: 0;
	color: #fff;
	line-height: 2;
	font-size: 18px;
}



.ys_list ul li .name span {
	display: block;
}

.ys_list ul li .img {
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 0.1;
}

.ys_list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ys_list ul li.active {
	width: 45%;
}

.ys_list ul li.active .words {
	opacity: 1;
}

.ys_list ul li.active .img {
	opacity: 0.15;
}

.ys_list ul li.active .name {
	line-height: 40px;
	color: #fff;
}

.ys_list ul li.active .name span {
	display: initial;
	padding: 0px 5px;
}

.ys_list ul li.active {
	background: rgba(0, 0, 0, .1);
	backdrop-filter: blur(5px);
}

.ys_list ul li.active .des {
	opacity: 1;
}

.ys_list ul li .words {
	width: auto;
	position: absolute;
	left: 25px;
	bottom: 25px;
	text-transform: uppercase;
	color: #fff;
}

.a_tips {
	position: relative;
	margin-bottom: 1vw;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.2;
}

.a_tips b {
	font-family: din;
	font-size: 32px;
}

.about_box .numBox .num .numIcon {
	top: -15px;
}

header.show .logo img:nth-child(1) {
	opacity: 0;
}

header.show .logo img:nth-child(2) {
	opacity: 1;
}

header.show nav a p,
header.show .hot_tel {
	color: #2b2b2b;
}

header.show .hot_tel .icon img:nth-child(2) {
	opacity: 1;
}

header.show .hot_tel .icon img:nth-child(1) {
	opacity: 0;
}

.cursor-box {
	width: 120px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
	z-index: 5;
	cursor: pointer;

}

.cursor-box.active {
	opacity: 1;

}

.cursor-box .img {
	width: 80%;
	height: auto;
	margin: 0px auto;
	position: relative;
	background: rgba(175, 180, 50, 0.7);
	backdrop-filter: blur(5px);
	border-radius: 50%;
}

.cursor-box .img img:nth-child(2) {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.75;
	-webkit-animation: curAnimate 2s linear infinite;
}

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

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

.cursor-box .txt {
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #afb432;
}
.swiper-pagination-progressbar{
	background: #d7da94;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
	top: auto;
	bottom: 0%;
}

.menu_bar {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 200;
	display: none;
}

.menu_bar.active {
	z-index: 150;
}

.menu_bar.active span {
	background: #184791;
}

.menu_bar .bar {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
}


.menu_bar span {
	width: 100%;
	height: 2px;
	position: absolute;
	background: #231815;
	display: block;
	-webkit-transition: all .35s;
	-webkit-transform: rotate(0deg);
	top: 0px;
}

.menu_bar.active span {
	background: #000;
}

.menu_bar span:nth-child(2) {
	top: 9px;
	width: 20px;
}

.menu_bar:hover span:nth-child(2){
    width: 30px;
}

.menu_bar:hover span:nth-child(3){
    width: 30px;
}

.menu_bar.active:hover span:nth-child(2){
    width: 0px;
}

.menu_bar.active:hover span:nth-child(3){
    width: 25px;
}

.menu_bar.active span:nth-child(2){
	width: 0px;
}

.menu_bar.active span:nth-child(1){
	top: 9px;
	-webkit-transform: rotate(45deg);
	width: 25px;
}

.menu_bar.active span:nth-child(3){
	top: 9px;
	-webkit-transform: rotate(-45deg);
}

.menu_bar span:nth-child(3) {
	top: 18px;
	width: 25px;
}

@media screen and (max-width: 1400px) {
	.hot_tel .txt b {
		display: block;
		font-size: 28px;
	}

	.hot_tel .icon {
		width: 40px;
		position: relative;
	}

	.hot_tel .txt p {
		font-size: 12px;
	}
	.logo {
		width: 250px;
	}
	
	header{
		padding: 0px 5%;
	}
	.numBox .tit{
		font-size: 1.2vw;
	}
}

@media screen and (max-width: 1200px) {
	.hot_tel .txt b{
		font-size: 20px;
	}
	.hot_tel .icon{
		width: 30px;
	}
	.hot_tel{
		width: 200px;
	}
	.logo {
		width: 140px;
		z-index: 20;
	}
}

	header{
@media screen and (max-width: 1024px) {
		padding: 0px 3%;
	}
}
@media screen and (max-width: 900px) {
	.zixun{
		width: 60px;
		top: 65%;
		right: 3%;
		z-index: 50;
	}
	.zixun .gif {
	    width: 80px;
		position: absolute;
		left: -10px;
		top: -30px;
	}
	.zixun .icon {
	    font-size: 24px;
	    line-height: 28px;
	}
	.zixun .txt{
		font-size: 10px;
	}
	.zixun .backTops .icon {
	    font-size: 22px;
	}
	.loading .cicxle{
		width: 90vw;
		height: 90vw;
	}
	.loading .cicxleQ{
		width: 65vw;
		height: 65vw;
		border: 1px solid white;
	}
	.loading .cicxleT{
		width: 50%;
	}
	.loading .cicxleT .progress{
		font-size: 3vw;
		margin-top: 5vw;
	}
	.loading .upperSection{
		clip-path: circle(22% at 50% 50%);
	}
	header{
		height: 60px;
		background: #fff;
	}
	header::after{
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0px;
		top: 60px;
		content: '';
		background: rgba(255, 255, 255, .2);
	}
	/* .logo img:nth-child(2){
		opacity: 1;
	}
	.logo img:nth-child(1){
		opacity: 0;
	} */
	.hot_tel .icon img:nth-child(1) {
	    opacity: 0;
	}
	.hot_tel .icon img:nth-child(2) {
	    opacity: 1;
	}
	
	.logo img:nth-child(1){
		opacity: 0;
	}
	
	.logo img:nth-child(2){
		opacity: 1;
	}
	
	.hot_tel{
		transition: all 0.5s;
		width: 240px;
		position: absolute;
		left: calc(3vw + 150px);
		z-index: 20;
		color: #3e3e3e;
	}
	/* .hot_tel .icon img:nth-child(2){
		opacity: 1;
	}
	.hot_tel .icon img:nth-child(1){
		opacity: 0;
	} */
	.hot_tel .txt b{
		font-size: 18px;
	}
	.hot_tel .txt{
		margin-left: 0px;
	}
	.menu_bar{
		display: block;
	}
	nav{
		height: calc(100vh - 0px);
		position: fixed;
		left: 0px;
		top: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		-webkit-transition: all .5s;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		margin-right: 0%;
		z-index: 10;
	}
	nav.active{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	header::before {
	    width: 100%;
	    height: 15vh;
	    position: absolute;
	    left: 0%;
	    top: 0%;
	    content: '';
	    background: linear-gradient(0deg, rgba(175, 180, 50, 0), rgba(175, 180, 50, .95));
	    opacity: 1;
	    -webkit-transition: all .3s;
		display: none;
	}
	.nav_bg{
/*		background: #afb432;*/
		transform: scale(0);
	}
	.menu_bar span{
		background: #3e3e3e;
	}
	.menu_bar.active span{
		background: #000;
	}
	.bannerSwiper .swiper-pagination{
		bottom: 5%;
	}
	
	.adv_box{
		clip-path:none;
	}
	.adv_box.is-inview{
		animation: none;
	}
	.f2 .cupImg{
		top: auto;
		transform: translate(0%, 0%);
		width: 50vw;
		left: 25%;
		bottom: 10vw;
	}
	.f2 .textImg{
		opacity: 1;
	}
	.f2 .element2{
		margin-top: 100vw;
		left: 5vw;
		width: 15%;
	}
	.f2 .element4{
		margin-top: 5vw;
		top: 70vw;
		width: 25vw;
	}
	.f2 .element5 {
	    width: 35vw;
		position: absolute;
		right: 0vw;
		margin-top: 105vw;
	}
	.f2 .element3{
		left: 5vw;
		margin-top: 130vw;
		width: 35%;
	}
	.f2 .textImg{
		font-size: 6.5vw;
		top: 12%;
	}
	.numBox{
		opacity: 1;
		top: 26%;
		width: 90%;
		left: 5%;
	}
	.numBox .num .numIcon{
		width: 14px;
		height: 14px;
		line-height: 14px;
		font-size: 10px;
		top: 0px;
		background: transparent;
		color: #afb432;
		left: 0px;
		position: absolute;
		right: 6%;
		left: auto;
	}
	.numBox .numItem:last-child .num .numIcon{
		right: 10%;
	}
	.numBox .numItem{
		line-height: 1;
	}
	.numBox .nums{
		font-size: 10vw;
	}
	.numBox .num{
		align-items: flex-start;
		justify-content: center;
	}
	.numBox .tit{
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	header.active{
		background: #fff;
		backdrop-filter: blur(0px);
	}
	.f2 .element1{
		margin-top: 75vw;
		left: 5%;
		width: 25%;
	}
	.sub_title{
		font-size: 8vw;
		margin-bottom: 5vw;
	}
	.adv_box.is-inview .advantage ol{
		top: auto;
	}
	.advantage ol{
		width: 90%;
		bottom: 10vh;
		right: 5%;
		display: flex;
		align-items: center;
		z-index: 20;
	}
	.advantage ol li{
		width: 25%;
		position: relative;
	}
	.advantage ol li .des{
		width: 100%;
		left: 0%;
		font-size: 3.8vw;
		height: 0px;
	}
	.advantage ol li.active .des{
		height: auto;
	}
	.pro_text{
		display: none;
	}
	.product_swiper .swiper-num{
		display: none;
	}
	.pro_box .center_img{
		width: 50vw;
		height: 70vw;
		top: 62%;
		border-radius: 30vw;
	}
	.product_swiper .swiper-slide .pImg{
		width: 60vw;
		top: 62%;
	}
	.product_swiper .swiper-slide .textBox{
		display: block;
	}
	.product_swiper .swiper-slide .textBox .more{
		display: none;
	}
	.product_swiper .swiper-slide .textBox .des{
		width: 100%;
		margin-top: 5vw;
		font-size: 3.8vw;
		line-height: 1.7;
		text-align: justify;
		padding: 0px 5%;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.product_swiper .swiper-slide .textBox{
		top: 10%;
		left: 0%;
		width: 100%;
		text-align: center;
		padding-top: 0px;
		position: relative;
	}
	.product_swiper .swiper-slide .textBox .text .tit{
		font-size: 4vw;
	}
	.product_swiper .swiper-slide .textBox .text .name{
		font-size: 6vw;
	}
	.zixun .zx{
		margin-bottom: 10px;
	}
	.product_swiper .swiper-pagination {
	    width: 100%;
	    bottom: 3%;
	    right: 0%;
	    text-align: center;
	}
	.product_swiper .swiper-slide .textBox .text{
		line-height: 1.4;
	}
	.pp_more{
		width: 90px;
	}
	.boxes{
		padding: 15vw 0px;
	}
	.slpp ul{
		flex-wrap: wrap;
	}
	.slpp ul li{
		width: 100%;
		margin: 0px auto;
	}
	.pro_box{
		padding: 0px;
	}
	.slpp ul li .name b{
		font-size: 6vw;
	}
	.slpp ul li .name p{
		font-size: 14px;
	}
	.slpp ul li .des{
		padding: 0px;
		font-size: 14px;
	}
	.ppbg{
		display: none;
	}
	.ppsl_box{
		background: url(../image/pp_bg.jpg) center center no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	.slpp ul li .des.des2{
		display: block;
	}
	.slpp ul li .des.des1{
		display: none;
	}
	.sub_title.pptitle{
		line-height: 1.4;
	}
	.sub_title.pptitle>p:nth-child(1){
		font-size: 6.5vw;
	}
	.sub_title.pptitle>p:nth-child(2){
		font-size: 5.5vw;
	}
	.slpp{
		margin-bottom: 15vw;
	}
	.w1400{
		width: 90%;
	}
	.ll_list ul li .thum{
		width: 100%;
	}
	.ll_list ul li.is-inview .thum .img{
		padding: 0px;
	}
	.ll_list ul li:nth-child(2) .thum {
	    margin-left: 0%;
	}
	.ll_list ul li{
		margin-bottom: 5vw;
		background: #afb432;
		padding: 10px;
		border-radius: 5px;
	}
	.ll_list ul li .btn {
	    width: 100%;
		height: auto;
		position: relative;
		left: 0%;
		top: 0%;
		margin-top: 3vw;
		margin-bottom: 3vw;
	}
	.ll_list ul li .btn .img{
		display: none;
	}
	.ll_list ul li .btn .btn_box {
	    width: 100%;
		height: auto;
		margin-left: 0px;
		margin-top: 0px;
		border-radius: 0px;
		top: 0%;
		left: 0%;
		position: relative;
	}
	.ll_list ul li .btn .ele .name{
		font-size: 5vw;
	}
	.ll_list ul li .btn .ele .des,.ll_list ul li .btn .ele .des b span{
		font-size: 3.5vw;
	}
	.ll_list ul li .btn .ele .des b{
		font-size: 8vw;
	}
	.shop_img{
		width: 100%;
	}
	.foot_box{
		width: 90%;
		margin-left: 5%;
	}
	.foot_box .f_name b{
		font-size: 6vw;
	}
	.foot_box .f_name p{
		font-size: 3vw;
	}
	.footer{
		padding-top: 15vw;
		padding-bottom: 70vw;
	}
	.foot_box .f_name{
		margin-bottom: 5vw;
	}
	.video_bg{
		display: none;
	}
	.f_socail{
		margin-bottom: 5vw;
	}
	.copyright,.copyright a{
		font-size: 12px;
		color: rgba(255, 255, 255, .5);
	}
	.f_hote_tel{
		margin-top: 10vw;
		font-size: 14px;
		margin-bottom: 5vw;
	}
	.f_hote_tel a{
		font-size: 10vw;
	}
	.form_box .form_row{
		padding: 0px 0px;
		font-size: 14px;
	}
	.form_box .form_row{
		width: 49%;
		margin-right: 2%;
	}
	.form_box .form_row:nth-child(even){
		margin-right: 0%;
	}
	.form_box .form_row input{
		height: 45px;
	}
	.form_box .form_row .txt{
		width: 75px;
	}
	.form_box .form_row input{
		width: 100%;
	}
	.form_btn{
		width: 120px;
		font-size: 14px;
		margin-top: 3vw;
	}
	nav a{
		width: 100%;
		font-size: 6vw;
		line-height: 60px;
		overflow: hidden;
	}
	nav a p{
		transform: translateY(100%);
		
	}
	.nav_center{
		flex-wrap: wrap;
	}
	nav.active a p{
		transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
		transform: translateY(0%);
	}
	nav.active a:nth-child(2) p{
		transition-delay: 0.35s;
	}
	nav.active a:nth-child(3) p{
		transition-delay: 0.4s;
	}
	nav.active a:nth-child(4) p{
		transition-delay: 0.45s;
	}
	nav.active a:nth-child(5) p{
		transition-delay: 0.5s;
	}
	nav.active a:nth-child(6) p{
		transition-delay: 0.55s;
	}
	.about_box .left,.about_box .right{
		width: 100%;
	}
	.about_box .numBox .numItem{
		width: calc(100% / 3);
		margin-bottom: 0px;
	}
	.about_box{
		padding-top: 35vw;
	}
	.a_tips{
		font-size: 3.5vw;
		margin-bottom: 3vw;
		display: none;
	}
	.a_tips b{
		font-size: 3vw;
	}
	.about_box .sub_title{
		text-align: center;
	}
	.about_box .numBox .num{
		justify-content: center;
	}
	.about_box .numBox .nums{
		font-size: 9vw;
	}
	.about_box .numBox .num .numIcon {
	    top: 0px;
	}
	.about_box .numBox{
		margin-bottom: 5vw;
	}
	.about_box .right .des{
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 5vw;
		font-size: 16px;
	}
	.about_box .right{
		padding-top: 0px;
	}
	.ideas ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ideas ul li{
		width: 48%;
		margin-bottom: 5vw;
	}
	.ideas ul li:nth-child(n+3){
		margin-bottom: 0px;
	}
	.ideas ul li .icon{
		width: 80px;
		height: 80px;
	}
	.ideas ul li .icon svg{
		width: 50%;
	}
	.ideas ul li .info{
		margin-top: 3vw;
	}
	.ideas ul li .info .name {
	    font-size: 5vw;
	    position: relative;
	    padding-bottom: 3vw;
	    margin-bottom: 3vw;
	}
	.ideas ul li .icon svg path{
		stroke-width: 40;
	}
	.ideas ul li .des{
		font-size: 14px;
		line-height: 1.4;
	}
	.hisSwiper .des{
		font-size: 16px;
	}
	.hisSwiper .years{
		font-size: 16vw;
	}
	.hisSwiper .swiper-slide:nth-child(odd) {
	    margin-top: 0vw;
	}
	.sub_menu{
		width: 100%;
		justify-content: center;
		margin-bottom: 5vw;
	}
	.sub_menu a{
		margin-left: 0px;
	}
	.sub_menu a{
		width: 90px;
		font-size: 14px;
		margin: 0px 5px;
		line-height: 35px;
		height: 35px;
	}
	.top_nav .sub_title{
		width: 100%;
		justify-content: center;
		display: flex;
	}
	.brandSwiper .swiper-slide .info {
		width: 90%;
		position: absolute;
		left: 5%;
		top: 15vh;
		transform: translateY(0%);
		height: 30vh;
	}
	.brandSwiper .swiper-slide .thum .arrow{
		display: none;
	}
	.brandSwiper .swiper-slide .thum {
	    width: 100%;
	    position: absolute;
	    left: 0%;
	    top: 65vh;
	    height: 35vh;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
	}
	.brandSwiper .swiper-slide .info .name{
		font-size: 8vw;
		margin-bottom: 5vw;
	}
	.brandSwiper .swiper-slide .info .num .top p{
		font-size: 8vw;
	}
	.brandSwiper .swiper-slide .info .des{
		width: 100%;
		font-size: 3.8vw;
	}
	.brandSwiper .swiper-slide .words{
		bottom: 35vh;
		font-size: 20vw;
		opacity: 0.1;
	}
	.brandSwiper .swiper-pagination{
		bottom: 3vh;
	}
	.product_swiper .swiper-pagination .swiper-pagination-bullet, .brandSwiper .swiper-pagination .swiper-pagination-bullet{
		width: 20px;
		height: 20px;
		margin: 0px 5px;
		transform: scale(1);
	}
	.brandSwiper .swiper-slide:nth-child(3) .words, .brandSwiper .swiper-slide:nth-child(4) .words {
	    font-size: 18vw;
	}
	.lm_swiper .name {
	    font-size: 4vw;
	    margin-top: 10px;
	}
	.marks_list ul li{
		width: 100%;
		margin-bottom: 5vw;
	}
	.marks_list ul li:last-child{
		margin-bottom: 0vw;
	}
	.marks_list ul li .info{
		color: #afb432;
		margin-top: 3vw;
	}
	.marks_list ul li .info .name{
		font-size: 4vw;
	}
	.marks_list ul li .info .des p{
		font-size: 12vw;
	}
	.marks_list ul li .info.info2{
		display: block;
	}
	.marks_list ul li .info.info1{
		display: none;
	}
	.marks_list ul li:nth-child(2) .info {
	    margin-top: 3vw;
	    margin-bottom: 0px;
	}
	.under_list ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.under_list ul li:nth-child(3n){
		margin-right: 2%;
	}
	.under_list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.under_list{
		margin-bottom: 15vw;
	}
	.hyqs ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.hyqs ul li:nth-child(3n){
		margin-right: 0%;
	}
	.hyqs ul li:nth-child(2n){
		margin-right: 0%;
	}
	.hyqs ul li .num{
		width: 20vw;
		font-size: 18vw;
	}
	.hyqs ul li .info {
	    width: calc(100% - 20vw - 10px);
	    margin-left: 10px;
	}
	.hyqs ul li .info .name{
		font-size: 4.5vw;
	}
	.hyqs ul li .info .des{
		font-size: 3.8vw;
	}
	.ppzl_box{
		padding: 0px;
		height: auto;
	}
	.ppzl_box .left{
		width: 100%;
		position: relative;
		padding: 15vw 5vw;
		padding-bottom: 10vw;
	}
	.ppzl_box .right{
		width: 100%;
		position: relative;
		height: 35vh;
	}
	.ppzl_list{
		padding-top: 5vw;
	}
	.ppzl_list ul li .icon{
		width: 60px;
		height: 60px;
	}
	.ppzl_list ul li .info{
		margin-top: 3vw;
	}
	.ppzl_list ul li .info .name{
		font-size: 4vw;
	}
	.ppzl_list ul li .info .des{
		font-size: 14px;
	}
	.ppzl_list ul li{
		margin-bottom: 5vw;
		width: 49%;
	}
	.ppzl_list ul li:nth-child(3n){
		margin-right: 2%;
	}
	.ppzl_list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.ppzl_list ul li:nth-child(n+4){
		margin-bottom: 5vw;
	}
	.ppzl_list ul li:nth-child(n+5){
		margin-bottom: 0px;
	}
	.hzzc_box .left,.hzzc_box .right{
		width: 100%;
	}
	.hzzc_box .left{
		margin-top: 0vw;
		margin-bottom: 0vw;
		padding-top: 0px;
	}
	.hzzc_box .left .inner{
		padding-top: 60%;
	}
	.temp_box{
		margin-bottom: 15vw;
	}
	.temp_box .sub_title{
		text-align: center;
	}
	.hzfc_swiper{
		padding-bottom: 40px;
	}
	.hzzc_box>.w1400>.right .sub_title{
		display: flex;
		justify-content: center;
	}
	.hzzc_box .list li .name{
		font-size: 5vw;
		margin-bottom: 5px;
	}
	.hzzc_box .list li{
		padding-bottom: 5vw;
		margin-bottom: 5vw;
		border-bottom: 1px solid rgba(175, 180, 50, 0.3);
	}
	.hzzc_box .list li:last-child{
		padding-bottom: 0px;
		border-bottom: none;
	}
	.pro_box .sub_title {
	    display: block;
	    z-index: 5;
	    top: 10%;
		left: 0;
	}
	.bannerT{
		width: 70vw;
	}
	.advantage ol li .dot{
		display: none;
	}
	.advantage ol{
		flex-wrap: wrap;
		border-right:none;
	}
	.advantage ol li{
		width: 100%;
		text-align: left;
		padding-right: 0%;
		margin-bottom: 5vw;
	}
	.advantage ol li .n{
		font-size: 14px;
	}
	.advantage ol li .name{
		justify-content: flex-start;
		font-size: 8vw;
		line-height: 9vw;
		height: 9vw;
		-webkit-text-stroke: 0.5px #fff;
	}
	.adv_box .sub_title.pos{
		top: 10%;
	}
	.line1{
		display: none;
	}
	.ll_list ul li .btn .ele{
		position: relative;
		top: 0%;
		-webkit-transform: translateY(0%);
		padding: 0px;
	}
	header.show .logo img:nth-child(2) {
	    opacity: 1;
	}
	header.show .logo img:nth-child(1) {
	    opacity: 0;
	}
	
	header.show .logo.active img:nth-child(2) {
	    opacity: 0;
	}
	header.show .logo.active img:nth-child(1) {
	    opacity: 1;
	}
	
	header.show .hot_tel .icon img:nth-child(2) {
	    opacity: 1;
	}
	header.show .hot_tel .icon img:nth-child(1) {
	    opacity: 0;
	}
	
	header.show .hot_tel.active .icon img:nth-child(2) {
	    opacity: 0;
	}
	header.show .hot_tel.active .icon img:nth-child(1) {
	    opacity: 1;
	}
	
	header.show .hot_tel {
	    color: #3e3e3e;
	}
	header.show .hot_tel.active {
		color: #fff;
	}
	header.show nav a p{
		color: #fff;
	}
	.vision_list ul li {
	    width: 100%;
	    position: relative;
	    margin-right: 0%;
	    margin-bottom: 5vw;
	    transition-delay: 0s;
	}
	.ll_list ul li .thum .img img:nth-child(2){
		display: block;
	}
	.ll_list ul li .thum .img,.ll_list ul li.is-inview .thum .img{
		width: 400%;
		display: flex;
		animation: marqueeLeft 25s linear infinite;
		position: relative;
	}
	
	
	.ll_list ul li .thum .img img,.ll_list ul li.is-inview .thum .img img{
		width: 200%;
		max-width: none;
	}
	@keyframes marqueeLeft{
	  0% {
	      left: 0%;
	    }
	    100% {
	      left: -200%;
	    }
	}

	.pro_swiper .swiper-slide{
		width: 50%;
	}
	.pro_swiper .swiper-slide .info .des{
		display: none;
	}
	.pro_swiper .swiper-slide .info .name{
		margin-bottom: 0px;
		font-size: 4.5vw;
	}
	.pro_swiper .swiper-slide .info{
		position: absolute;
		margin-top: 0px;
		left: 0px;
		bottom: 0px;
		width: 100%;
	}
	.pro_swiper .swiper-slide{
		position: relative;
		padding-bottom: 10vw;
	}
	.porduct_list ul li {
	    width: 49%;
	    position: relative;
	    margin-right: 2%;
	    margin-bottom: 10vw;
	}
	.porduct_list ul li:nth-child(3n) {
	    margin-right: 2%;
	}
	.porduct_list ul li:nth-child(2n) {
	    margin-right: 0%;
	}
	.porduct_list ul li .name{
		font-size: 3.8vw;
	}
	.porduct_list ul li .thum {
	    width: 80%;
	    margin-left: 10%;
	    position: relative;
	    overflow: initial;
	}
	.ys_list ul{
		height: auto;
		flex-wrap: wrap;
	}
	.ys_list ul li{
		width: 48%;
		height: auto;
		background: rgba(0, 0, 0, .1);
		backdrop-filter: blur(5px);
		margin-bottom: 5vw;
		padding: 15px;
	}
	.ys_list ul li .des{
		opacity: 1;
		position: relative;
		width: 100%;
		top: 0px;
		left: 0px;
		font-size: 3.8vw;
	}
	.ys_list ul li .name{
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		font-size: 5vw;
		line-height: 40px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		margin-bottom: 3vw;
		padding-bottom: 1vw;
	}
	.ys_box .sub_title.pos {
	    left: 0%;
	    position: relative;
	    top: 0px;
	    margin-bottom: 5vw;
	}
	.ys_list{
		width: 90%;
		position: relative;
		left: 5%;
		top: 0px;
		transform: translateY(0%);
	}
	.ys_list ul li .icon{
		width: 40px;
		height: 40px;
		left: auto;
		right: 15px;
		top: 15px;
		background-size: auto 200%;
	}
	.ys_list ul li .words{
		position: relative;
		width: 100%;
		left: 0px;
		bottom: 0px;
		font-size: 5vw;
		opacity: 0.1;
	}
	.ys_box{
		height: auto;
	}
	.ys_list ul li.active .words{
		opacity: 0.1;
	}
	.ys_list ul li:nth-child(1) .icon {
	    background-position: 0px -40px;
	}
	.ys_list ul li:nth-child(2) .icon {
	    background-position: -40px -40px;
	}
	.ys_list ul li:nth-child(2).active .icon {
	    background-position: -40px 0px;
	}
	.ys_list ul li:nth-child(3) .icon {
	    background-position: -80px -40px;
	}
	.ys_list ul li:nth-child(4) .icon {
	    background-position: -120px -40px;
	}
	.ys_list ul li:nth-child(4).active .icon {
	    background-position: -120px 0px;
	}
	.ys_list ul li.active {
	    width: 48%;
	}
	.ys_list ul li:nth-child(3).active .icon {
	    background-position: -80px 0px;
	}
	.porduct_list ul li .thum::before{
		width: 110%;
		padding-top: 110%;
		left: -5%;
	}
	.cursor-box{
		width: 80px;
		top: 85%;
	}
	.inner-player video{
		height: auto;
	}
	.pro_close{
		top: auto;
		left: auto;
		transform: translate(0%, 0%);
		width: 50px;
		right: 5%;
		top: 5%;
		padding: 18px;
	}
	header.show.active{
		
	}
	nav a::after{
		bottom: 0px;
	}
	nav a:hover::after {
	    width: 10%;
	    left: 45%;
	    bottom: 0px;
	}
	.show nav a::after{
		background: #fff;
	}
	.wssj{
		margin-bottom: 15vw;
	}
	.select{
		position: initial;
		width: 100%;
		margin-left: 0%;
		z-index: 2;
	}
	.form_box .form_row:last-child .select{
		width: 100%;
		margin-left: 0%;
	}
	.select .value{
		padding-left: 80px;
	}
	.select .value.shopValue{
		padding-left: 95px;
	}
	.form_box .form_row:nth-child(4){
		z-index: 5;
	}
	.hzlc_con img:nth-child(2){
		display: block;
	}
	.hzlc_con img:nth-child(1){
		display: none;
	}
	header.show nav.active a p{
		color: #fff;
	}
	.advantage{
		transform-origin: 50% 0%;
		transition: all 1.6s cubic-bezier(0.3, 0, 0.24, 1);
		clip-path: ellipse(100% 50% at 50% 150%);
		background: #fff;
	}
	
	.advantage.is-inview{
		clip-path: ellipse(200% 180% at 50% 150%);
	}
	
	.advantage ul li .img{
		clip-path: ellipse(100% 50% at 50% 150%);
	}
	.advantage ul li.on .img {
	    clip-path: ellipse(200% 180% at 50% 150%);
	}
	.sub_title{
		z-index: 20;
	}
	.adv_box .sub_title p{
		-webkit-transform: translateY(0%);
	}
	.numBox .numItem{
		transform: translateY(25px);
		opacity: 0;
		visibility: hidden;
		transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1) .3s;
	}
	.ll_list ul li .btn{
		transform: translateY(25px);
		opacity: 0;
		visibility: hidden;
		transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1) .1s;
	}
	.ll_list ul li .btn.is-inview{
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}
	.advantage ol li{
		transform: translateY(25px);
		opacity: 0;
		visibility: hidden;
		transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1) .3s;
	}
	
	.advantage ol li.is-inview{
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}
	
	.numBox .numItem:nth-child(2){
		transition-delay: 0.4s;
	}
	.numBox .numItem:nth-child(3){
		transition-delay: 0.5s;
	}
	.numBox .numItem.is-inview{
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}
	.advantage ol li .des{
		height: auto;
		width: 80%;
	}
	.hot_tel.active{
		color: #fff;
	}
	.logo.active img:nth-child(1) {
		opacity: 1;
	}
	.logo.active img:nth-child(2) {
		opacity: 0;
	}
	
	.hot_tel.active .icon img:nth-child(1) {
		opacity: 1;
	}
	.hot_tel.active .icon img:nth-child(2) {
		opacity: 0;
	}
	.pro_swiper .swiper-slide .mark{
		width: 35%;
	}
	.pro_swiper .swiper-slide .mark p{
		font-size: 10px;
	}
}
	