/*
 *	Created by Edward on 25/02/27
 *	Copyright (c) 2025 ishutime.com All rights reserved
*/

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=20260128') format('woff2'),
		url('iconfont.woff?t=20260128') format('woff'),
		url('iconfont.ttf?t=20260128') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	  font-size: 16px;
	  font-style: normal;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: din;
	src: url(../fonts/Silka-Regular.ttf);
}

@font-face {
	font-family: Cardo;
	src: url(../fonts/Cardo-Regular.ttf);
}



@font-face {
	font-family: interLight;
	src: url(../fonts/Inter_18pt-ExtraLight.ttf);
}

@font-face {
	font-family: roxborough;
	/* src: url(../fonts/MiSans-Regular.TTF); */
	src: url(../fonts/roxborough-cf-light.ttf);
}

html{
	font-size: 62.5%;
}
body{
	font-size: 1.4rem;
}
body,
html {
	color: #000;
	background: #000;
	font-family: sans-serif, "Microsoft YaHei", "Arial";
	font-weight: 300;
}

textarea,
input {
	font-family: sans-serif, "Microsoft YaHei", "Arial";
	font-size: 14px;
	font-weight: 300;
}
b{
	font-weight: 500;
}
.loading {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.5s ease-in-out;
	background: rgba(0, 0, 0, 0.8);
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

.header-top{
	width: 100%;
	height: 100px;
	position: relative;
	display: flex;
    align-items: center;
}

.header-top::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(../images/header-bg.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.3s;
}

.header.active .header-top::before,.header.hover .header-top::before{	
	opacity: 1;
}
.header.active .btm,.header.hover .btm{
	background: #8d7d5b;
}
.loading svg {
	width: 100vw;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	stroke: url(#gradient);
}

.loading .line {
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	animation: dash 5s linear forwards;
}

.loading.active {
	opacity: 0;
	pointer-events: none;
}

.header {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 100;
	background: rgba(0, 0, 0, 0);
	transform: translateY(0%);
	transition: 0.5s all cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 1;
}

.header::before{
	width: 100%;
    height: 15vw;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.header.hide{
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
}

.header.open{
	transform: translateY(0%);
	opacity: 1;
	pointer-events: auto;
	background: #000;
}

.header .logo {
	width: 100px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.header .logo img:nth-child(1) {
	display: block;
	width: 100%;
	position: relative;
	opacity: 0;
}

.header .logo img:nth-child(2) {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.header .btm{
	width: 100%;
	height: auto;
	position: relative;
	transition: all 0.35s;
}

.second-lab{
	width: 100%;
	height: auto;
	display: flex;
	position: absolute;
	left: 0;
	top: 26px;
	justify-content: center;
	padding: 3rem 0px;
    background: rgba(0, 0, 0, .95);
    backdrop-filter: blur(10px);
	gap: 0 30rem;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	align-items: center;
}

.second-lab .box{

}
.play_btns{
	display: none;
}
.second-lab .list{
	width: auto;
}
.second-lab .thum{
	width: 250px;
	height: 200px;
	display: flex;
	flex-direction: column;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	-webkit-mask:radial-gradient(ellipse 125px 100px at center, #000 40%, #0000 100%);
}

.second-lab .thum::before{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transition: all 0.5s;
    background: radial-gradient(circle at 50% 50%, rgba(103, 67, 26, 1) 0%, rgba(103, 67, 26, 0) 70%, transparent 100%);
    transform: scale(1.2);
	opacity: 0.8;
    background: url(../images/shadows.png) center center no-repeat;
    background-size: cover;
    pointer-events: none;
}

.second-lab .thum .img,.second-lab .thum .img img{
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: contain;
}


.nav ul li:hover .second-lab .thum{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) .1s;
}

.nav ul li:hover .second-lab{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.nav ul li .second-lab a{
	color: rgba(255, 255, 255, .75);
	opacity: 0;
	padding: 0;
	text-align: left;
	transition: all 0.45s;
	transform: translateY(10px);
}

.nav ul li .second-lab a:nth-child(2){
	transition-delay: 0.05s;
}

.nav ul li .second-lab a:nth-child(3){
	transition-delay: 0.1s;
}

.nav ul li .second-lab a:nth-child(4){
	transition-delay: 0.15s;
}

.nav ul li .second-lab a:nth-child(5){
	transition-delay: 0.2s;
}

.nav ul li .second-lab a:nth-child(6){
	transition-delay: 0.25s;
}

.nav ul li .second-lab a:nth-child(7){
	transition-delay: 0.3s;
}

.nav ul li .second-lab a:nth-child(8){
	transition-delay: 0.35s;
}

.nav ul li:hover .second-lab a{
	opacity: 1;
	transform: translateY(0px);
}

.nav ul li .second-lab a p{
	padding: 8px 0px;
	position: relative;
}

.nav ul li .second-lab a:hover p{
	color: rgba(255, 255, 255, 1);
}

.nav {
	position: relative;
}

.nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.nav ul li {
	width: auto;
	text-align: center;
	display: block;
	line-height: 25px;
}

.nav ul li .first-label::after {
	width: 0%;
	height: 1px;
	position: absolute;
	left: auto;
	right: 25%;
	bottom: 0px;
	content: '';
	background: rgba(255,255,255,0.25);
	transition: all 0.35s;
}

.nav ul li:hover .first-label::after {
	width: 50%;
	left: 25%;
	right: auto;
}


.nav ul li a {
	position: relative;
	width: 100%;
	display: block;
	font-size: 1.4rem;
	line-height: 20px;
    padding: 3px 30px;
	color: white;
}

.nav ul li .first-label {
	position: relative;
	width: 100%;
}

.header .right .erji {
	width: 100%;
	position: absolute;
	background: black;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	pointer-events: none;
}

.header .right .erji img {
	width: 110%;
	max-width: initial;
	margin-left: -4.8%;
}

.header .right .erji.active {
	opacity: 1;
}

.header .serach {
	color: white;
	font-size: 1.3vw;
	cursor: pointer;
	position: absolute;
	right: 3vw;
	top: 1vw;
	display: none;
}




.mySwiper {
	height: 100vh;
	overflow: hidden;
}

.mySwiper::after,.sub_banner::after,.product-banner::after{
	width: 100%;
	height: 30vh;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(180deg, rgba(25,13,6,0), rgba(25,13,6,1));
	pointer-events: none;
	z-index: 2;
}

.sub_banner.black::after,.product-banner::after{
	background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,1));
}

.mySwiper video {
	width: 100%;
	height: 100vh;
	object-fit: cover !important;
}

.mySwiper .swiper-pagination {
	bottom: 3vw;
	display: none;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
	width: 28px;
	height: 28px;
	background: white;
	background: url(../images/logos.png) center no-repeat;
	background-size: cover;
	margin: 0px 0.35vw;
}

.overlay {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}

.overlay.active {
	display: block;
}

.overlay ul {
	width: 100%;
	height: auto;
	position: relative;
}

.overlay ul li {
	width: 100%;
	height: 100vh;
	position: relative;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	padding: 139px 12% 0;
	align-items: flex-start;
	justify-content: space-between;
}

.overlay ul li::before {
	width: 100%;
	height: 60vh;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #000;
}

.overlay ul li.active {
	display: flex;
}

.overlay ul li .sub_nav {
	width: 200px;
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

.sn_top {
	width: 100%;
	margin-bottom: 35px;
}

.sn_top .sn_item {
	width: 100%;
	height: auto;
	position: relative;
}

.sn_top .sn_item a {
	display: inline-block;
	width: auto;
	position: relative;
	color: rgba(255, 255, 255, 0.75);
}

.sn_top .sn_item a::after {
	width: 0%;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	top: 27px;
	content: '';
	background: #fff;
	transition: all 0.35s;
}

.sn_top .sn_item a:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.sn_top .sn_item a:hover {
	color: rgba(255, 255, 255, 1);
}

.sn_top a {
	color: #fff;
}

.overlay ul li .imgs {
	width: 300px;
}

.sn_more {
	width: 90px;
	height: auto;
	position: relative;
	line-height: 25px;
}

.sn_more a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	color: #fff;
	align-items: center;
}

.b2 {
	background: url(../images/intro-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 6vw 0px;
}

.pintro-box{
	position: relative;
	width: 100%;
}

.product-intro{
	width: 100%;
}

.product-intro .name{
	color: #a58966;
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 1.5vw;
}

.product-intro .desc{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
}

.yhx_name {
	text-align: center;
	font-size: 3rem;
	position: relative;
	margin-bottom: 3vw;
	line-height: 1.2;
}

.yhx_name.size40{
	font-size: 4rem;
}

.b2 .yhx_name{
	font-size: 4rem;
}

.yhx_name .tips{
	font-family: roxborough;
    font-size: 1.4rem;
    color: #a58966;
    letter-spacing: 0.18vw;
	margin-bottom: 0.5vw;
	text-transform: uppercase;
}

.yhx_name .desc{
	width: 100%;
    text-align: center;
    color: #a58966;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 1vw;
}

.yhx_name .ms{
	font-size: 1.6rem;
	line-height: 1.7;
    margin-top: 1vw;
	color: #fff;
}

.yhx_name .name{
	color: #fff;
	position: relative;
}

.yhx_tips {
	width: 100%;
	font-size: 24px;
	text-align: center;
	margin-bottom: 1.5vw;
}

.yhx_info {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 2;
	font-size: 1.6rem;
}
.b2 .yhx_info{
	padding: 0 10%;
}
.honor_line {
	width: 4000px;
	height: 151px;
	position: absolute;
	left: 0%;
	bottom: 10vw;
	display: flex;
	pointer-events: none;
	opacity: 0.4;
	filter: blur(2px);
}

.honor_line img {
	width: 50%;
}

.honor_line.hl1 {
	-webkit-animation: moves 16s linear infinite;
}

.honor_line.hl2 {

	-webkit-animation: moves 8s linear infinite;

}

@-webkit-keyframes moves {
	0% {
		left: 0px;
	}

	100% {
		left: -2000px;
	}
}

.feicui {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.feicui .item {
	width: 12vw;
	height: 12vw;
	position: relative;
	border-radius: 50%;
	border: 1px dashed #ac1d2f;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.7;
	font-size: 18px;
}

.feicui .item:nth-child(1) {
	margin-top: 3vw;
}

.feicui .item:nth-child(3) {
	margin-top: 6vw;
}

.feicui .item:nth-child(4) {
	margin-top: 7vw;
}

.f2_box{
	background: #3b0c0c;
}

.f2 {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: space-between;
	background: #090909;
	overflow: hidden;
	position: relative;
	/* clip-path: inset(180px 120px 120px round 60px); */
	/* clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%); */
	/* transition: all 1s; */
}

.product-warp{
	width: 100%;
	background: #090909;
}

.product-swiper{
	margin-bottom: 5vw;
}

.product-swiper .swiper-button-prev{
	left: 20%;
	color: rgba(255, 255, 255, .5);
}

.product-swiper .swiper-button-next{
	right: 20%;
	color: rgba(255, 255, 255, .5);
}

.product-swiper .swiper-button-next:after,.product-swiper .swiper-button-prev:after{
	font-size: 1.2vw;
}

.product-swiper .swiper-slide{
	display: flex;
	padding: 5vw 0px;
}

.product-swiper .swiper-slide .box{
	display: flex;
	background: rgba(255, 255, 255, .1);
	position: relative;
	width: 100%;
	border-radius: 1vw;
}

.product-swiper .swiper-slide .img1{
	border-radius: 1vw;
	width: 60%;
}

.product-swiper .swiper-slide .img2{
	width: 35%;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0.5vw;
    overflow: hidden;
	aspect-ratio: 1 / 1.78;
}


.product-swiper .swiper-slide .img2 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.f2.is-inview{
	clip-path: inset(0 0 0);
}

.f2SwiperLeft {
	width: 50%;
	height: 100vh;
	pointer-events: none;
}

.f2SwiperLeft .swiper-slide .imgBox {
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.f2SwiperRight {
	width: 50%;
	height: 100vh;
	background: url('../images/imgBg.jpg') center no-repeat;
	background-size: cover !important;
}

.f2SwiperRight .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.f2SwiperRight .swiper-slide .text {
	text-align: center;
	color: white;
	padding: 6vw 0;
	position: relative;
	z-index: 1;
	transition: all 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.f2SwiperRight .swiper-slide.swiper-slide-active .text {
	
	/* transition: all 0.8s cubic-bezier(0.215, 0.610, 0.355, 1); */
}

.f2SwiperRight .swiper-slide .text .name {
	font-size: 28px;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 1.5s;
}

.f2SwiperRight .swiper-slide.swiper-slide-active .text .name,.f2SwiperRight .swiper-slide.swiper-slide-active .text .des,.f2SwiperRight .swiper-slide.swiper-slide-active .text .more{
	transform: translateY(0px);
	opacity: 1;
}

.f2SwiperRight .swiper-slide .text .des {
	font-size: 14px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.75);
	transform: translateY(35px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 1.6s;
}

.f2SwiperRight .swiper-slide .text .more {
	font-size: 14px;
	color: white;
	margin-top: 20px;
	display: inline-block;
	position: relative;
	line-height: 30px;	
	transform: translateY(45px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 1.7s;
}

.f2SwiperRight .swiper-slide .text .more::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	top: 27px;
	content: '';
	background: #fff;
	transition: all 0.35s;
	content: '';
}

.f2SwiperRight .swiper-slide .text .more:hover::after{
	right: auto;
	left: 0;
	width: 100%;
}

.f2SwiperRight .swiper-slide .imgBox {
	width: 80%;
	height: 100%;
	position: absolute;
	top: 10%;
	margin-left: 10%;
	background-size: cover !important;
}

.f2SwiperRight .swiper-button-next:after,
.f2SwiperRight .swiper-button-prev:after {
	color: white;
}

.f2SwiperRight .swiper-button-next {
	right: 3vw;
	opacity: 0;
	transition: 0.5s all ease-in-out;
}

.f2SwiperRight .swiper-button-prev {
	left: 3vw;
	opacity: 0;
	transition: 0.5s all ease-in-out;
}



.f2SwiperRight .swiper-pagination {
	bottom: 3vw;
	
}

.f2SwiperRight .swiper-pagination .swiper-pagination-bullet{
	width: 24px;
	height: 24px;
	position: relative;
	background: transparent;
	opacity: 1;
}

.f2SwiperRight .swiper-pagination .swiper-pagination-bullet::after{
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	opacity: 0.5;
	transition: all 0.35s;
}

.f2SwiperRight .swiper-pagination .swiper-pagination-bullet svg{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	stroke: #ffffff;
	stroke-dasharray: 75;
	stroke-dashoffset: 75;
}

.f2SwiperRight .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg{
	animation: progress 5s linear 1 forwards;
}

.f2SwiperRight .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	opacity: 1;
}

@-webkit-keyframes progress {
	0% {
		stroke-dashoffset: 75;
	}
	95%,100% {
		stroke-dashoffset: 0;
		
	}
}

.f2SwiperRight .swiper-pagination


.f2SwiperRight:hover .swiper-button-next {
	opacity: 1;
}

.f2SwiperRight:hover .swiper-button-prev {
	opacity: 1;
}


.f3 .f3Bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 9;
	pointer-events: none;
}

.news-list{
	width: 100%;
	height: auto;
	display: flex;
    flex-wrap: wrap;
}

.news-list .item{
	width: 32%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 3.5vw;
}

.news-list .item:nth-child(3n){
	margin-right: 0%;
}

.news-list .item .thum{
	width: 100%;
	margin-bottom: 1vw;
}

.news-list .item .thum img{
	width: 100%;
	aspect-ratio: 100 / 43;
}

.news-list .item .text{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
    line-height: 1.4;
}

.read-more{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 3vw;
	font-size: 1.4rem;
}

.product-warp .read-more{
	margin-top: 0;
}

.read-more a{
	color: #fff;
	padding-bottom: 5px;
	position: relative;
}

.read-more a p{
	display: flex;
	align-items: center;
}

.read-more a p .iconfont{
	font-size: 1.2rem;
}

.read-more a::after{
	width: 0%;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background: #ffffff;
	transform: scaleY(0.5);
	transition: all 0.5s;
	
}

.read-more a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}

.f3 .tit {
	color: #ffffff;
	font-size: 2.5vw;
	text-align: center;
	margin-bottom: 2vw;
	letter-spacing: 5px;
	position: relative;
}

.f3 .tit::before {
	content: '';
	position: absolute;
	width: 1vw;
	height: 1vw;
	background: url('../images/quan.png') center no-repeat;
	background-size: cover !important;
	margin-left: 10vw;
	margin-top: 0.5vw;
}

.f3 .f3Swiper {
	width: 100%;
	margin-top: 3vw;
	padding-bottom: 2vw;
	padding: 0 5vw;
}

.f3 .f3Swiper .swiper-slide {
	cursor: pointer;
}

.f3 .f3Swiper .swiper-slide::after{
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: rgba(255,255,255,.1);
	transition: all 0.5s;
}

.f3 .f3Swiper .swiper-slide:hover::after{
	width: 100%;
}


.f3 .inner{
	padding-top: 42%;
}

.f3 .f3Swiper .swiper-slide .text {
	width: 100%;
	color: white;
	padding: 17px 25px;
	position: relative;
	overflow: hidden;
	transition: 0.5s all ease;
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	background-image: linear-gradient(90deg, #350a0a, #3b0c0c);
}

.f3 .f3Swiper .swiper-slide .text .name {
	width: 100%;
}

.f3 .f3Swiper .swiper-slide:hover .text{
	padding: 17px 15px;
}

.f3 .f3Swiper .swiper-slide:hover .inner img{
	transform: scale(1.1);
}

.f3 .f3Swiper .swiper-slide .text .icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 5%;
	transition: all 0.4s;
	transform: scale(0);
	opacity: 0;
}

.f3 .f3Swiper .swiper-slide:hover .text .icon{
	transform: scale(1);
	opacity: 0.75;
}

.f3 .f3Swiper .swiper-slide:hover .name{
	width: calc(100% - 40px);
}

.f3 .f3Swiper .swiper-slide .text .more {
	color: white;
	font-size: 0.9vw;
	text-decoration: underline;
	margin-top: 0.5vw;
	display: block;
	opacity: 0;
	transform: translateY(2vw);
	transition: 0.5s all ease-in-out;
}


.f3 .f3Swiper .swiper-slide:hover .text .name {
	transform: translateY(0);
}

.f3 .f3Swiper .swiper-slide:hover .text .more {
	transform: translateY(0);
	opacity: 1;
}

.f3 .f3Swiper .swiper-slide:nth-child(1) {
	margin-left: 2.5vw;
	transform: translateX(36vw);
}

.f3 .f3Swiper .swiper-slide:nth-child(2) {
	transform: translateX(11.5vw);
}

.f3 .f3Swiper .swiper-slide:nth-child(3) {
	transform: translateX(-13vw);
}

.f3 .f3Swiper .swiper-slide:nth-child(4) {
	transform: translateX(-37.5vw);
}

.f3 .f3Swiper .swiper-pagination {
	right: 2vw;
	left: inherit;
	width: auto;
	bottom: 0;
}

.f3 .f3Swiper .swiper-pagination-bullet {
	background: white;
}

.f4 {
	width: 100%;
	/* padding: 0 3vw 5vw 3vw; */
	background: transparent;
	padding-top: 2vw;
}

.f4 .tit {
	color: #ffffff;
	font-size: 2.5vw;
	text-align: center;
	margin-bottom: 2vw;
	letter-spacing: 5px;
	position: relative;
}

.f4 .tit::before {
	content: '';
	position: absolute;
	width: 1vw;
	height: 1vw;
	background: url('../images/quan.png') center no-repeat;
	background-size: cover !important;
	margin-left: 10vw;
}

.f4 .f4Box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3vw;
}

.f4 .f4Box .item {
	width: 15%;
	margin-right: 2%;
	position: relative;
}

.f4 .f4Box .item .thum{
	background: url(../images/pb.png) no-repeat;
	background-size: cover;
}

.f4 .f4Box .item:nth-child(6n){
	margin-right: 0%;
}

.f4 .f4Box .item .itemBg {
	width: 100%;
	position: absolute;
}

.f4 .f4Box .item .pr {
	width: 15vw;
	margin: 0 auto;
	position: relative;
	transition: 0.5s all ease-in-out;
}

.f4 .f4Box .item .name {
	color: white;
	text-align: center;

}

.f4 .f4Box .item:hover .pr {
	transform: scale(1.2);
}

.f5 {
	width: 100%;
	height: 100vh;
	padding-top: 17vw;
	overflow: hidden;
	position: relative;
	z-index: 99;
	background: #000;
}

.shop_bg{
	width: 100%;
	height: auto;
	position: relative;
}

.f5 .text {
	text-align: center;
	color: white;
	position: relative;
}

.f5 .text .tit {
	color: #ffffff;
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 5px;
	position: relative;
}

.f5 .text .tit::before {
	content: '';
	position: absolute;
	width: 1vw;
	height: 1vw;
	background: url('../images/quan.png') center no-repeat;
	background-size: cover !important;
	margin-left: 10vw;
}

.f5 .text .d {
	font-size: 20px;
	margin: 1vw 0;
}



.common_more{
	width: auto;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	margin-top: 2vw;
	font-size: 1.2rem;
}

.common_more p{
	position: relative;
	line-height: 30px;
	color: #fff;
}

.common_more p::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	top: 27px;
	content: '';
	background: #fff;
	transition: all 0.35s;
	content: '';
}

.common_more:hover p::after{
	width: 100%;
	left: 0;
	right: auto;
}



footer {
	width: 100%;
	border-top: 1px solid #e8ba87;
	position: relative;
}

.footer-top{
	background: url(../images/intro-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 6vw 0px 4vw;
}

footer .logo {
	width: 100px;
	margin: 0 auto;
	margin-bottom: 3vw;
}

.follow-us{
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
    margin-bottom: 1vw;
}

footer .footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 2vw;
}

.footerNav ul {
	display: flex;
	justify-content: space-between;
}

.footerNav ul li{
	width: auto;
	position: relative;
}

.footerNav ul li a{
	color: #b98e63;
    display: block;
    line-height: 1.5;
    position: relative;
    margin-bottom: 10px;
}

.footerNav ul li a:first-child{
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 15px;
}

.footerNav ul .level1 {
	margin-right: 2vw;
}

.footerNav ul .level1 a {
	font-size: 16px;
	color: #ffffff;
	position: relative;
}

.footerNav ul .level1 .ul {
	display: flex;
}

.footerNav ul .level1 ul {
	display: block;
	margin-top: 1vw;
}

.footerNav ul .level1 ul li {
	margin-bottom: 0.5vw;
}

.footerNav ul .level1 ul li a {
	font-size: 14px;
	color: rgba(255,255,255,.75);
	font-weight: normal;
	position: relative;
}



.footerNav ul .level1 .ul2:nth-child(2) {
	margin-left: 1vw;
}

.footerNav ul .level1:last-child {
	margin-right: 0;
}

footer .footer .text2 {
	color: white;
	font-size: 16px;
	justify-content: center;
}

.social_box{
	width: 100%;
	display: flex;
	position: relative;
	margin-top: 0.5vw;
	justify-content: center;
}

.social_box .img{
	width: 100px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -115px;
	background: #483624;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s;
	padding: 0px;
}

.social_box .img.cd{
	width: 250px;
	padding: 15px;
	color: #fff;
	top: auto;
	bottom: 60px;
}

.social_box .item .img.cd{
	top: auto;
	background: #483624;
}

.social_box .item:hover .img.cd{
	bottom: 50px;
	top: auto;
}

.social_box .img.cd .name{
	width: 100%;
	margin-bottom: 10px;
}

.social_box .img .ewm-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.social_box .img .ewm-box .ewm{
	width: 46%;
}

.social_box .img .ewm-box .ewm .pic{
	padding: 5px;
	background: #fff;
	border: 1px solid #cda568;
}

.social_box .img .ewm-box .ewm:nth-child(2) .pic{
	border-radius: 50%;
	overflow: hidden;
}

.social_box .img::after{
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #483624;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	content: '';
}



.social_box .item{
	width: 40px;
    height: 40px;
    position: relative;
    line-height: 40px;
    text-align: center;
    margin-right: 2vw;
    border-radius: 50%;
    transition: all 0.35s;
    cursor: pointer;
	font-size: 1.4rem;
}

.social_box .item:last-child .icon .iconfont{
	font-size: 2rem;
}


.social_box .item:hover .img{
	top: -110px;
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.social_box .item .icon{
	color: #e8ba87;
}

.social_box .item .icon .iconfont{
	font-size: 2.5rem;
}

footer .footer .textBox {
	color: white;
}

footer .footer .textBox .sotre {
	display: block;
	color: white;
	width: auto;
	height: auto;
	border: 1px solid #ffffff;
	line-height: 35px;
	text-align: center;
	font-size: 1.4rem;
	padding: 0px 15px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	transition: all 0.4s;
}

.load_more,.hs_more{
	z-index: 2;
	transition: all 0.4s;
}




footer .footer .textBox .sotre:before,.load_more:before,.hs_more:before{
	width: 0%;
	height: 100%;
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	content: '';
	background: #fff;
	transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
	z-index: -1;
}

.about_hs:before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	content: '';
	backdrop-filter: blur(5px);
	transition: all 0.4s;
	opacity: 0;
	transform: scale(1.1);
}

.about_hs:hover:before{
	opacity: 1;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #fff;
}

footer .footer .textBox .sotre:hover:before,.load_more:hover:before,.about_hs:hover .hs_more:before,.hs_more.c:hover:before{
	width: 100%;
	left: 0;
	right: auto;
}

footer .footer .textBox .sotre:hover,.load_more:hover,.about_hs:hover .hs_more,.hs_more.c:hover{
	color: #000;
}

footer .footer .textBox .phone {
	margin: 2vw 0;
	font-size: 16px;
	text-align: right;
	line-height: 1.7;
}

footer .footer .textBox .phone p:nth-child(2){
	font-family: din;
}

footer .footer .textBox .qrcode {
	width: 6vw;
	float: right;
}

footer .footerInfo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: rgba(255, 255, 255, .5);
	font-size: 1.2rem;
	padding: 1vw 0;
}


footer .footerInfo a {
	color: rgba(255, 255, 255, .5);
}

footer .footerInfo a:hover{
	color: rgba(255, 255, 255, .6);
}

.commom_title{
	font-size: 48px;
	text-align: center;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	line-height: 1;
}

.commom_title p{
	position: relative;
}

.brand_box{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 150px;
}

.brand_box .item{
	width: 100%;
	height: auto;
	position: relative;
}


.brand_box .item .img{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.brand_box .item .img img{
	aspect-ratio: 100 / 35;
}

.brand_box .item .img::after,.brand_box .item .img::before{
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	pointer-events: none;
	content: '';
}

.brand_box .item .img::before{
	left: 0;
	background: linear-gradient(90deg, #000, #0000);
}

.brand_box .item .img::after{
	right: 0;
	background: linear-gradient(-90deg, #000, #0000);
}

.brand_box .item .btm{
	padding: 4vw 0px 4vw;
}
.brand_box .item .w1400{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	width: 70%;
}

.brand_box .item .date{
	width: 150px;
	font-size: 2.5rem;
	font-family: Cardo;
}

.brand_box .item .date .date-box{
	width: auto;
	display: flex;
	align-items: center;
	gap: 0.25vw;
}

.brand_box .item .date .date-box .day{
	font-size: 4.8rem;
}

.brand_box .item .date .date-box .info{
	width: auto;
	font-size: 1.6rem;
}

.brand_box .item .des{
	width: calc(100% - 150px);
}

.brand_box .item .des .name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2.5rem;
	color: #fff;
	display: block;
	line-height: 1.4;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.brand_box .item .des .info{
	position: relative;
	-webkit-line-clamp: 5;
	line-height: 2;
	opacity: 0.7;
	margin-bottom: 2vw;
}

.brand_box .item .common_more{
	margin-top: 0;
	cursor: pointer;
}
.brand_box .item .des.active .common_more{
	display: none;
}

.brand_box .item .des.active .info{
	-webkit-line-clamp: none;
}
.detail_top .title{
	font-size: 3rem;
	font-weight: 300;
}
.load_more_box{
	width: 100%;
	height: auto;
	position: relative;
	background: #000;
	padding: 3vw 0px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-bottom: 6vw;
	display: none;
}

.load_more{
	width: 150px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	position: relative;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	margin: 0px auto;
	font-size: 14px;
}

.sub_banner{
	position: relative;
	overflow: hidden;
}

.about_box{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.about_box .left{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.about_box .left .img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.about_box .left .img img{
	width: 100%;
	height: 100%;
}


.commom_title.pos{
	width: auto;
	height: auto;
	position: absolute;
	left: 25%;
	top: 25%;
	z-index: 5;
}

.commom_title.l{
	flex-wrap: wrap;
	text-align: left;
	justify-content: flex-start;
}

.commom_title.l b{
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 100;
	margin-top: 0.5vw;
}

.chapters{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.chapters .item{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.chapters .item a{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.store-box .w1400{
	width: 980px;
}

.chapters .item a .img{
	width: 100%;
	height: auto;
	position: relative;
	background: #000;
}

.chapters .item a .img img{
	opacity: 0.6;
	transition: all 0.5s;
}

.chapters .item:hover a .img img{
	opacity: 1;
}

.chapters .item a .info{
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

.chapters .item a .info .en{
	font-family: roxborough;
    font-size: 1.4rem;
    color: #a58966;
    letter-spacing: 5px;
    margin-bottom: 0.5vw;
    text-transform: uppercase;
}

.chapters .item a .info .name{
	color: #fff;
    position: relative;
	font-size: 3rem;
}

.chapters .item a .im{
	width: 100%;
	aspect-ratio: 100 / 134;
}

.intro_btm{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10vw;
	margin-top: 3vw;
}

.jxzb .w1400{
	max-width: 1280px;
}

.intro_btm .item{
	width: 30%;
}

.intro_top{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	margin-bottom: 3vw;
}

.intro_top .singePage{
	color: #fff;
	width: 50%;
}

.inner_item{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.inner_item .img{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
}

.play_btn{
	display: none;
}

.inner_item img{
	border-radius: 10px;
}
.intro_btm .item:nth-child(1){
	margin-top: 10vw;
}
.intro_btm .item:nth-child(1) .inner_item{
	height: 35vw;
}


.intro_btm .item:nth-child(2) .inner_item{
	margin-bottom: 3vw;
}

.yw_menu{
	width: 70%;
	height: auto;
	position: absolute;
	left: 15%;
	top: 25%;
	color: #fff;
	text-align: center;
}

.hs_box{
	background: #090909;
}

.hs_box::after{
	width: 100%;
	height: 50vh;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(180deg, #090909, #4a2816);
	pointer-events: none;
}

.hs_box .singePage{
	color: #fff;
	margin-bottom: 5vw;
}

.yw_menu .name{
	line-height: 1.4;
	text-align: left;
	margin-bottom: 1vw;
	padding-left: 1vw;
}

.yw_menu .name span{
	font-size: 60px;
	font-family: din;
}

.yw_menu ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.yw_menu ul li{
	width: 30%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 1vw;
}

.yw_menu ul li .icon{
	width: 65px;
	height: 65px;
	position: relative;
	margin: 0px auto;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 5px;
	margin-bottom: 0.25vw;
}

.yw_menu ul li .txt{
	font-size: 14px;
}

.intro_btm .item:nth-child(2) .inner_item:last-child{
	margin-bottom: 0;
}

.intro_btm .item:nth-child(2) .inner_item:last-child a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding:2vw 2.5vw;
	color: #fff;
}

.intro_btm .item:nth-child(2) .inner_item:last-child a .txt{
	line-height: 1.5;
	font-size: 1.6rem;
	margin-bottom: 1vw;
	position: relative;
}

.intro_btm .item:nth-child(2) .inner_item:last-child a .txt p{
	font-size: 2rem;
}

.intro_btm .item:nth-child(2) .inner_item:last-child a .txt b span{
	font-family: din;
}

.hs_more{
	width: 120px;
	height: 35px;
	line-height: 35px;
	position: relative;
	border: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
}

.hs_more.c{
	margin: 0px auto;
}

.intro_btm .item:nth-child(3) .inner_item{
	margin-bottom: 3vw;
	border-radius: 10px;
}

.intro_btm .item:nth-child(3) .inner_item:last-child{
	margin-bottom: 0vw;
}

.intro_btm .item:nth-child(3) .inner_item:nth-child(1) .txt{
	width: auto;
	height: auto;
	position: absolute;
	left: 3vw;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.intro_btm .item:nth-child(3) .inner_item:nth-child(1) .txt span{
	font-size: 60px;
	font-family: din;
}
.intro_btm .item:nth-child(3){
	margin-top: 10vw;
}
.intro_btm .item:nth-child(3) .inner_item:last-child{
	height: 25vw;
}

.ppdt{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2vw;
}

.ppdt .item{
	width: 23.5%;
	height: auto;
	position: relative;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 2vw;
}

.ppdt .item:nth-child(4n){
	margin-right: 0%;
}

.ppdt .item .inner{
	padding-top: 42%;
}

.ppdt .item .text {
	width: 100%;
	color: white;
	padding: 17px 25px;
	position: relative;
	overflow: hidden;
	transition: 0.5s all ease;
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	background-image: linear-gradient(90deg, #350a0a, #3b0c0c);
}

.ppdt .item .text .name {
	width: 100%;
}

.ppdt .item:hover .text{
	padding: 17px 15px;
}

.ppdt .item:hover .inner img{
	transform: scale(1.1);
}

.ppdt .item .text .icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 5%;
	transition: all 0.4s;
	transform: scale(0);
	opacity: 0;
}

.ppdt .item:hover .text .icon{
	transform: scale(1);
	opacity: 0.75;
}

.ppdt .item:hover .name{
	width: calc(100% - 40px);
}

.honorSwiper{
	overflow: inherit;
	margin-top: 2vw;
}

.honorSwiper .swiper-slide{
	background: url(../images/honor_bg.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.honorSwiper .swiper-slide .huan{
	width: 60%;
	margin-left: 20%;
	position: relative;
	margin-top: 3.5vw;
	margin-bottom: 5vw;
}

.honorSwiper .swiper-slide .info{
	color: #fff;
	position: relative;
	padding: 0px 10%;
	padding-bottom: 3vw;
}

.honorSwiper .swiper-slide .info .top{
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 1vw;
	margin-bottom: 1vw;
}

.honorSwiper .swiper-slide .info .top .year{
	font-size: 24px;
	color: rgba(255, 255, 255, .65);
	text-align: center;
	font-family: din;
}

.honorSwiper .swiper-slide .info .top .name{
	text-align: center;
	position: relative;
	font-size: 30px;
}

.honorSwiper .swiper-slide .info .btm{
	text-align: center;
	line-height: 2;
	position: relative;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}

.honorSwiper{
	padding-bottom: 50px;
}

.honorSwiper .swiper-pagination-progressbar{
	top: auto;
	bottom: 0;
	background: rgba(255, 255, 255, .1);
}

.honorSwiper .swiper-slide .huan p{
	width: 60%;
	height: auto;
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	line-height: 1.5;
	font-size: 18px;
}

.sub_menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 0px 5%;
	padding-bottom: 3vw;
}

.sub_menu a{
	color: rgba(255, 255, 255, .5);
}

.sub_menu .c{
	text-align: center;
	position: relative;
}

.sub_menu .c b{
	font-weight: 100;
	font-size: 48px;
}

.dna_box{
	position: relative;
}

.dna_box .item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.dna_box .item:last-child{
	margin-bottom: 0;
}

.dna_box .item .thum{
	width: 50%;
	position: relative;
	height: auto;
	aspect-ratio: 10 / 7;
	overflow: hidden;
}

.dna_box .item .thum .img,.dna_box .item .thum .img img{
	width: 100%;
	height: 100%;
}


.dna_box .item .info{
	width: 45%;
	height: auto;
	position: relative;
	color: #fff;
}

.dna_box .item .info .en{
	width: 100%;
	font-family: roxborough;
    font-size: 1.4rem;
    color: #a58966;
}

.dna_box .item .info .name{
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom: 1vw;
}

.dna_box .item .info .des{
	line-height: 2;
	color: rgba(255, 255, 255, .75);
}

.dna_box .item .info .des p{
	margin-bottom: 0.5vw;
}

.dna_box .item:nth-child(even){
	flex-direction: row-reverse;
}

.pt10{
	padding-top: 20rem;
}

.detail_box{
	color: #fff;
}

.detail_top{
	margin-bottom: 2vw;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding-bottom: 1vw;
}
.ndc_npnews .post_next, .ndc_npnews .post_prev{
	font-size: 1.4rem;
}
.ndc_npnews{
	border-top: 1px solid rgba(255, 255, 255, .5);
}
.ndc_npnews a{
	color: #fff;
}

.ndc_npnews a:hover{
	color: #fff;
	text-decoration: underline;
}

.store_menu{
	text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    width: 80%;
    margin-left: 10%;
    padding-bottom: 10px;
    margin-bottom: 3vw;
}

.store_menu a{
	color: rgba(255, 255, 255, 0.75);
	width: auto;
	padding: 0px 0px;
	line-height: 30px;
	font-size: 1.6rem;
	cursor: pointer;
}

.store_menu a:hover,.store_menu a.active{
	color: #fff;
}

.store_show{
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.store_show.active{
	height: 0;
}

.shop_box{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 10vw;
}

.shop_box .shop_item{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.shop_box .shop_img{
	width: 50%;
	overflow: hidden;
	height: 25vw;
}

.shop_socail{
	width: 100%;
	display: flex;
	position: relative;
	margin-top: 2vw;
}

.shop_socail .item{
	margin-right: 3vw;
}

.shop_socail .item p{
	text-align: center;
	position: relative;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}

.store-wrap{
	width: 100%;
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
}

.store-wrap.active{
	display: flex;
}

.store_list{
	width: 50%;
	height: auto;
	position: relative;
}

.store-img{
	width: 48%;
}

.store-img img{
	aspect-ratio: 5 / 3;
}

.store_list .item{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1vw;
	background: rgba(39, 39, 39, .5);
	padding: 1.8rem 2.5rem;
	cursor: pointer;
}

.store_list .item.active{
	background: #8d7d5b;
	cursor: auto;
}

.store_list .item .left{
	width: 60%;
}

.store_list .item .img{
	width: 35%;
	display: none;
	height: auto;
	position: relative;
	overflow: hidden;
}

.store_list .item.active .center{
	display: flex;
}

.store_list .item.active .img{
	display: block;
}

.store_list .item .img .adds{
	width: 100%;
	height: auto;
	position: relative;

}

.store_list .item .top .icon{
	width: 24px;
	height: 24px;
	position: relative;
}

.store_list .item .top .icon span{
	width: 14px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translate(-50%, -50%);
	background: #fff;
	opacity: 0.35;
}



.store_list .item .top .icon::after{
	width: 1px;
	height: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translate(-50%, -50%);
	background: #fff;
	opacity: 0.35;
}


.store_list .item.active .top .icon::after{
	display: none;
}

.store_list .item .pic{
	display: none;
}

.store_list .item .top,.store_list .item .center{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.store_list .item .center{
	margin-top: 1vw;
	display: none;
	border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 1vw;
}
.store_list .item .top{
	color: #fff;
	line-height: 24px;
	font-size: 1.6rem;
}

.store_list .item .center .thum{
	width: 40%;
}

.store_list .item .center .thum .inner{
	padding-top: 60%;
}

.store_list .item .center .r{
	width: 100%;
	color: #fff;
	position: relative;
}

.r_i{
	width: 100%;
	display: flex;
	position: relative;
	margin-bottom: 0.5rem;
}

.r_i .icon{
	width: 20px;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.r_i .icon i{
	font-size: 1.6rem;
}

.r_i .txt{
	width: calc(100% - 20px);
	line-height: 25px;
	padding: 2.5px 0px;
}


.footerNav ul .level1 a::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	top: 20px;
	content: '';
	background: #fff;
	transition: all 0.35s;
	content: '';
}
.footerNav ul .level1 a:hover{
	color: #fff;
}
.footerNav ul .level1 a:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}

.hj-warp{
	padding: 0;
	height: 70vh;
	overflow: hidden;
}

.hj-cols{
	width: 30%;
	height: auto;
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translateY(-50%);
}

.hj-cols .yhx_name .tips{
	color: #fff;
}

.hj-cols .read-more a::after{
	background: #fff;
}

.product-swiper .swiper-pagination-bullet{
	background: #fff;
}

.product-swiper .swiper-pagination-bullet-active{
	background: #fff;
}

.zb-list{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 1vw;
	position: relative;
}

.zb-list.in{
	grid-template-columns: repeat(4, 1fr);
	gap: 1vw;
	min-height: 50vh;
}

.zb-list .item{
	display: block;
	position: relative;
}

.zb-list.in .item{
	padding: 1vw;
}

.zb-list .item .thum{
	aspect-ratio: 1;
}

.zb-list .item .thum::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	opacity: 0;
	transition: all 0.5s;
	background: radial-gradient(
		circle at 50% 50%,
		rgba(103, 67, 26, 1) 0%,
		rgba(103, 67, 26, 0) 70%,
		transparent 100%
	);
	transform: scale(2);
	background: url(../images/shadows.png) center center no-repeat;
	background-size: cover;
	pointer-events: none;
}

.zb-list.in .item .thum::before{
	opacity: 0.7;
	transform: scale(1.5);
}

.zb-list .item:hover .thum::before{
	opacity: 1;
	
}

.zb-list .item img{
	width: 100%;
	position: relative;
	aspect-ratio: 1;
}

.zb-list .item .name{
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 1vw;
	font-size: 1.4rem;
	position: relative;
	display: none;
}

.zb-links{
	width: auto;
	height: auto;
	position: absolute;
	left: 45%;
	transform: translateX(-50%) translateY(15px);
	opacity: 0;
	transition: all 0.5s;
	bottom: 3.5rem;
	color: rgba(255, 255, 255, .75);
	cursor: pointer;
	display: flex;
	align-items: center;
}

.zb-links .iconfont{
	font-size: 1.2rem;
}

.zb-links:hover{
	color: rgba(255, 255, 255, 1);
}

.nav ul li:hover .second-lab .zb-links{
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
}

.add-list{
	width: 100%;
	margin-top: 3vw;
	display: flex;
	justify-content: center;
	gap: 2vw;
	font-size: 1.4rem;
}

.add-list .item{
	color: #fff;
}

.footer-btm{
	width: 100%;
	height: auto;
	position: relative;
	background: #190d06;
	padding: 0px 8%;
}

.footerNav{
	width: 100%;
	border-top: 1px solid #cda568;
	position: relative;
	padding-top: 35px;
}

.honors{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2vw;
}

.honors .item{
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #201c1b;
}

.honors .item a{
	display: block;
	width: 100%;
}

.honors .item a img{
	width: 100%;
	aspect-ratio: 10 / 7;
}

.honor-list{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 10%;
	margin-top: 6vw;
	z-index: 2;
}

.other-chapter{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3vw;
	margin-top: 6vw;
	position: relative;
    z-index: 2;
}

.other-chapter .item{
	width: 100%;
	position: relative;
}

.other-chapter .item a{
	display: block;
	position: relative;
}

.other-chapter .item a .img{
	width: 100%;
	position: relative;
}

.other-chapter .item a .img::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(0deg, rgba(0,0,0,.7), #0000);
}

.cz-box{
	width: 980px;
	margin: 0px auto;
	position: relative;
    z-index: 2;
    color: #fff;
}

.cz-menu{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 3vw;
	border-bottom: 1px solid #e8ba87;
}

.cz-menu a{
	display: block;
	width: auto;
	height: auto;
	position: relative;
	color: #fff;
	font-size: 1.8rem;
	padding: 10px 3vw;
	cursor: pointer;
}

.cz-menu a::after{
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	transform: scaleX(0);
	bottom: -1px;
	content: '';
	background: #e8ba87;
	transition: all 0.5s;
}

.cz-menu a:hover::after,.cz-menu a.active::after{
	transform: scaleX(1);
}

.cz-list{
	width: 100%;
	height: auto;
	position: relative;
	min-height: 70vh;
}

.cz-list .item{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	margin-bottom: 3vw;
}

.jxzb{
	padding-top: 0;
}

.cz-list .item:nth-child(even){
	direction: rtl;
}

.cz-list .item:nth-child(even) .info{
	direction: initial;
}

.cz-list .item .thum{
	width: 30%;
	aspect-ratio: 1;
	position: relative;
}

.cz-list .item .thum::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: radial-gradient(circle, #533514, #0000 70%);
	content: '';
}

.cz-list .item .thum img{
	position: relative;
}

.cz-list .item .info{
	width: 60%;
	text-align: center;
}

.cz-list .item .info .name{
	font-size: 2.5rem;
}
.cz-list .item .info .desc{
	margin-top: 0.75vw;
    width: 100%;
    height: auto;
    line-height: 1.7;
    text-align: center;
    font-size: 1.4rem;
	padding-bottom: 25px;
	position: relative;
}

.cz-list .item .info .desc::after{
	width: 15%;
	height: 2px;
	position: absolute;
	left: 42.5%;
	bottom: 0;
	content: '';
	background: #e8ba87;
}

.other-chapter .item a .img img{
	width: 100%;
	aspect-ratio: 100 / 56;
	opacity: 0.8;
}

.other-chapter .item a .info{
	width: 100%;
    height: auto;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 20px;
}

.other-chapter .item a .info .en{
	width: 100%;
    font-family: roxborough;

    color: #a58966;
}

.other-chapter .item a .info .cn{
	font-size: 2.5rem;
    line-height: 1.5;
}

.other-chapter .item a .info .more{
	width: 100%;
	display: flex;
	justify-content: center;
}

.other-chapter .item a .info .read-more{
	margin-top: 1vw;
}

.other-chapter .item a .info .more p{
	width: auto;
	height: auto;
	position: relative;
}

.other-chapter .item a .info .more p::after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #fff;
}

.product-list{
	width: 100%;
	height: auto;
	position: relative;
}

.product-list .item{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background: #000;
}

.product-list .item .img,.product-list .item .img img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.product-list .item:nth-child(5) .infos .ms{
	color: #fff;
}

.product-list .item .img::after{
	width: 100%;
	height: 30vh;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(0deg, rgba(0,0,0,1), rgba(0,0,0,0));
	pointer-events: none;
}

.product-list .item .img img{
	transform: scale(1.1);
}

.product-list .item .infos,.product-list .item:nth-child(5) .infos{
	width: 40%;
	height: auto;
	position: absolute;
	left: 30%;
	top: 75%;
}

.product-list .item .infos .ms{
	font-size: 1.6rem;
	letter-spacing: 0.25vw;
    color: #a58966;
    margin-top: 0.75vw;
}

.product-list .item .infos .read-more{
	margin-top: 2vw;
}

.product-list .item .infos .yhx_name{
	margin-bottom: 2vw;
}

.product-list .item:nth-child(2) .infos,.product-list .item:nth-child(4) .infos,.product-list .item:nth-child(6) .infos{
	left: 0;
	top: 45%;
}

.product-list .item:nth-child(3) .infos,.product-list .item:nth-child(7) .infos{
	left: 50%;
	top: 45%;
}

.product-list .item .read-more a::after{
	background: #fff;
}

.product-list .item:nth-child(3) .infos .ms,.product-list .item:nth-child(6) .infos .ms{
	color:#754c2e;
}

.product-list .item:nth-child(3) .infos .yhx_name .name,.product-list .item:nth-child(6) .infos .yhx_name .name{
	color:#754c2e;
}
.product-list .item:nth-child(3) .infos .read-more a,.product-list .item:nth-child(6) .infos .read-more a{
	color:#754c2e;
}
.product-list .item:nth-child(3) .infos .read-more a::after,.product-list .item:nth-child(6) .infos .read-more a::after{
	background: #754c2e;
}


.product-banner{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.product-banner .txt{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	z-index: 5;
	color: #fff;
    text-align: center;
}

.product-banner .txt .cn{
	font-size: 4rem;
	margin-bottom: 0.5vw;
}

.product-banner .txt .tips{
	font-size: 2rem;
	letter-spacing: 0.5vw;
}

.product-banner .txt .en{
	font-family: roxborough;
    font-size: 1.5rem;
    color: #a58966;
    letter-spacing: 0.18vw;
}

.gold-list{
	width: 100%;
	height: auto;
	position: relative;
}

.gold-list .item{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	background: #190d06;
}

.gold-list .item:nth-child(even){
	direction: rtl;
}

.gold-list .item:nth-child(even) .info{
	direction:initial;
}

.gold-list .item .thum{
	width: 50%;
	position: relative;
	aspect-ratio: 5 / 3;
}

.gold-list .item .thum img{
	height: 100%;
}

.gold-list .item:nth-child(odd) .thum::after{
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background: linear-gradient(-90deg, #190d06, #0000);
}

.gold-list .item:nth-child(2n) .thum::after{
	width: 60%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: linear-gradient(90deg, #190d06, #0000);
}

.gold-list .item .info{
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	overflow: hidden;
}

.gold-list .item .info::before{
	width: 100%;
    height: auto;
    position: absolute;
    left: 30%;
    bottom: -80%;
    background: radial-gradient(circle 25vw at center center, #3e2a13, transparent);
    content: '';
    aspect-ratio: 1;
    transform: scaleY(0.5);
	pointer-events: none;
}

.gold-list .item:nth-child(even) .info::before{
	left: -30%;
}

.jewelry{
	width: 100%;
}

.jewelry .item{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
	position: relative;
}

.jewelry .item:nth-child(1)::before,.jewelry .item:nth-child(5n):before{
	width: 14vw;
	height: auto;
	aspect-ratio: 1;
	background: url(../images/zs1.jpg?v=2025) center center no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	right: 10vw;
	bottom: -7vw;
	pointer-events: none;
}


.jewelry .item:nth-child(3n)::before{
	width: 14vw;
	height: auto;
	aspect-ratio: 1;
	background: url(../images/zs2.jpg?v=2025) center center no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	left: 10vw;
	bottom: -7vw;
	pointer-events: none;
}

.jewelry .item .thum{
	width: 50%;
	aspect-ratio: 100 / 81;
	position: relative;
}

.jewelry .item .thum::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: radial-gradient(circle 10vw at center center, #543514, transparent);
}

.jewelry .item .thum .img{
	width: 60%;
	height: auto;
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
}

.jewelry .item .info{
	width: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}


.jewelry .item .info .box{
	width: 100%;
	padding: 0px 15%;
}

.jewelry .item .info .box .name{
	font-size: 2.5rem;
	text-align: center;
}

.jewelry .item .info .box .desc{
	margin-top: 0.75vw;
	width: 100%;
	height: auto;
	line-height: 1.7;
	text-align: center;
	font-size: 1.4rem;
}

.jewelry .item:nth-child(even){
	direction: rtl;
}

.jewelry .item:nth-child(even) .info{
	direction: initial;
}

.sx-lable{
	width: 100%;
	height: auto;
	position: relative;
	color: #fff;
	display: flex;
	gap: 1vw;
	z-index: 2;
}

.sx-list{
	width: auto;
	display: flex;
	gap: 1vw;
	font-size: 1.4rem;
}

.sx-list .item{
	width: auto;
	height: auto;
	position: relative;
}

.sx-list .item .result{
	display: flex;
	align-items: center;
	position: relative;
	gap: .25vw;
	cursor: pointer;
}

.sx-list .item .result .icon{
	transform: rotate(90deg);
}

.sx-list .item .list{
	width: 150%;
    height: auto;
    position: absolute;
    left: -25%;
    top: 20px;
    line-height: 2.5rem;
    display: none;
    margin-bottom: 0;
    background: rgba(0, 0, 0, .75);
    padding: 5px 0px;
    text-align: center;
	backdrop-filter: blur(5px);
}

.sx-list .item .list .t{
	height: auto;
	cursor: pointer;
	color: rgba(255,255,255,.75);
}

.sx-list .item .list .t:hover{
	color: rgba(255,255,255,1);
}

.sx-list .item.active .list{
	display: block;
}

.cate-list{
	width: 100%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 3vw;
	padding: 0 8%;
}

.cate-list.three{
	grid-template-columns: repeat(3, 1fr);
}

.cate-list .item{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 1.5vw;
	display: flex;
    align-items: center;
    justify-content: center;
}

.cate-list .item:nth-child(4n){
	margin-right: 0%;
}

.cate-list .item.last{
	width: 100%;
	grid-column: 1 / -1;
}

.more-product{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 6vw;
	font-size: 1.6rem;
}



.more-product a{
	width: auto;
	height: auto;
	position: relative;
	color: #fff;
}

.more-product a::after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -5px;
	content: '';
	background: #a58966;
}



.cate-list .item .img{
	width: 100%;
	height: auto;
	aspect-ratio: 100 / 159;
}

.cate-list .item .img img{
	width: 100%;
	height: 100%;
}

@media (max-width: 1200px) {
	.nav ul li a{
		padding: 3px 20px;
	}
}

@media (max-width: 900px) {
    .nav ul li a{
		padding: 3px 10px;
	}
	.b2 .yhx_info {
		padding: 0 0%;
	}
	.second-lab{
		gap: 0 20rem;
	}
	.product-list .item{
		height: 90vw;
	}
	.jewelry .item{
		padding: 0 5%;
	}
	.jewelry .item .info .box{
		padding: 0px 5%;
	}

	.gold-list .item .info{
		padding: 0px 5%;
	}

	.brand_box .item .w1400{
		width: 90%;
	}

	.store-box .w1400 {
		width: 90%;
	}	
}

@media (max-width: 767px) {
	html,body{
		font-weight: normal;
	}
	.menu-bar{
		display: flex;
		z-index: 20;
	}
	.header{
		height: 60px;
	}
	.header-top,.header .btm{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.header-top{
		width: 100%;
		z-index: 20;
	}

	

	.header .logo{
		width: 70px;
		margin: 0px;
		margin-left: 5vw;
	}

	.nav{
		height: 100vh;
        position: fixed;
        left: 0px;
        top: 0px;
        display: flex;
        align-items: flex-start;
        width: 100%;
        -webkit-transition: all 0.75s cubic-bezier(0.215, 0.610, 0.355, 1);
        pointer-events: none;
        margin-right: 0%;
        z-index: 10;
        background: #8d7d5b;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
        overflow-y: auto;
	}
	.nav.active{
		pointer-events: auto;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.header.active .btm, .header.hover .btm{
		background: transparent;
	}
	.header-top::before{
		display: none;
	}
	.header::before{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		background: url(../images/header-bg.jpg) center center no-repeat;
		background-size: cover;
		opacity: 1;
		transition: all 0.3s;
	}
	.nav ul{
		flex-wrap: wrap;
		padding: 0 5%;
		padding-top: 80px;
		padding-bottom: 10vw;
	}
	.nav ul li{
		width: 100%;
		margin-bottom: 5vw;
	}
	.nav ul li a{
		padding: 3vw 0px;
        font-size: 2rem;
        line-height: 1.2;
        text-align: left;
		padding-top: 0;
	}
	.nav ul li .second-lab {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		gap: 0;
        background: transparent;
        backdrop-filter: blur(0px);
		position: relative;
		left: 0;
		top: 0px;
		padding: 0;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.second-lab .thum{
		display: none;
	}
	.second-lab .list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 0 3vw;
	}
	.nav ul li .second-lab a{
		opacity: 1;
    	transform: translateY(0px);
		font-size: 1.5rem;
        width: auto;
	}
	.nav ul li .second-lab a p{
		padding-top: 0;
	}
	.header.hide {
		transform: translateY(0%);
		opacity: 1;
		pointer-events: auto;
	}
	.nav ul li .first-label{
		font-weight: 500;
	}
	/* .header .btm::after{
		width: 100%;
        height: 80px;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: linear-gradient(180deg, #8d7d5b 40%, #0000);
	} */

	.header-top::before{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		background: #8d7d5b;
		display: block;
		opacity: 0;
	}

	.header-top.active::before{
		opacity: 1;
	}

	.header.active .header-top::before, .header.hover .header-top::before{
		opacity: 0;
	}

	.zb-links{
		width: auto;
		position: relative;
		left: 0%;
		transform: translateX(0%) translateY(0px);
		opacity: 1;
		bottom: 0;
		font-size: 1.5rem;
	}

	.zb-links .icon{
		display: none;
	}

	.w1400{
		width: 90%;
	}

	.b2 .yhx_name,.yhx_name{
		font-size: 2.5rem;
	}
	.yhx_info{
		font-size: 1.4rem;
	}

	.product-swiper .swiper-slide .img2{
		display: none;
	}

	.product-swiper .swiper-slide .img1{
		width: 100%;
	}

	.boxes{
		padding: 15vw 0px;
	}

	.zb-list{
		grid-template-columns: repeat(2, 1fr);
	}

	.follow-us{
		font-size: 1.4rem;
	}

	.footer-top{
		padding: 15vw 0px;
	}

	footer .logo{
		margin-bottom: 7.5vw;
	}

	.social_box .item .icon .iconfont {
		font-size: 2rem;
	}

	.social_box .item:last-child .icon .iconfont {
		font-size: 1.5rem;
	}

	.add-list{
		margin-top: 7.5vw;
		flex-wrap: wrap;
	}

	footer .footerInfo{
		flex-wrap: wrap;
		position: relative;
		font-size: 1rem;
		justify-content: center;
	}

	.footer-btm{
		padding: 0px 5%;
	}
	.mySwiper video,.mySwiper{
		height: 56vw;
	}
	.mySwiper{
		margin-top: 60px;
	}
	.mySwiper::after, .sub_banner::after, .product-banner::after{
		height: 10vh;
	}

	.news-list .item{
		width: 100%;
		height: auto;
		margin-right: 0%;
		margin-bottom: 7.5vw;
	}

	.news-list .item .text{
		font-size: 1.4rem;
	}
	.news-list .item .thum{
		margin-bottom: 2.5vw;
	}
	.hj-warp{
		height: auto;
		padding: 0;
		margin-top: 15vw;
	}
	.read-more{
		font-size: 1.2rem;
	}

	.yhx_name .tips{
		font-size: 1.2rem;
	}

	.hj-warp .yhx_name .name{
		font-size: 2rem;
	}

	.product-warp{
		padding: 0;
	}

	.product-swiper .swiper-slide{
		padding: 0;
	}

	.product-swiper {
		margin-bottom: 15vw;
		width: 90%;
	}

	.yhx_name{
		margin-bottom: 5vw;
	}

	.shop_bg{
		margin-bottom: 7.5vw;
	}

	.product-swiper .swiper-button-next,.product-swiper .swiper-button-prev{
		display: none;
	}

	.play_btn{
		display: block;
        width: 50px;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        background: rgba(0, 0, 0, .25);
        border-radius: 50%;
        padding: 5px;
        backdrop-filter: blur(5px);
	}

	.nav ul li .first-label::after{
		display: none;
	}

	.product-intro .name {
		color: #a58966;
		font-size: 1.5rem;
		letter-spacing: 0vw;
		margin-bottom: 3.5vw;
	}

	.product-banner{
		margin-top: 60px;
	}
	.cate-list.three {
		grid-template-columns: repeat(2, 1fr);
	}

	.cate-list{
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		padding-bottom: 7.5vw;
	}

	.cate-list .item{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4vw;
	}
	.cate-list .item:nth-child(even){
		margin-right: 0%;
	}

	.cate-list.three .item:last-child{
		width: 100%;
		margin-right: 0%;
		margin-top: 7.5vw;
	}

	.more-product{
		font-size: 1.2rem;
	}

	.pintro-box{
		padding-bottom: 7.5vw;
	}

	.nav ul li:hover .second-lab .zb-links {
		transform: translateX(0%) translateY(0px);
		opacity: 1;
	}

	.jewelry {
		width: 100%;
		padding: 0 5%;
	}

	.product-banner .txt .cn {
		font-size: 2.5rem;
		margin-bottom: 1.5vw;
	}

	.product-banner .txt .tips{
		font-size: 1.4rem;
		letter-spacing: 0;
	}

	.product-banner .txt .en{
		font-size: 1.2rem;
	}

	.jewelry .item {
        padding: 0 0%;
		flex-wrap: wrap;
    }

	.jewelry .item .thum,.jewelry .item .info{
		width: 100%;
	}

	.jewelry .item .info .box .name {
		font-size: 2.25rem;
		text-align: center;
	}
	.jewelry .item .info .box .desc{
		font-size: 1.4rem;
		margin-top: 2.5vw;
	}
	.jewelry .item{
		margin-bottom: 7.5vw;
	}

	.jewelry .item .info .box .desc br{
		display: none;
	}

	.pintro-box .yhx_name{
		font-size: 2.5rem;
	}

	.pintro-box .yhx_name .desc{
		font-size: 1.4rem;
	}

	.gold-list .item{
		flex-wrap: wrap;
	}

	.gold-list .item .thum{
		width: 100%;
	}

	.gold-list .item .info{
		width: 100%;
		padding: 5vw 5vw;
        padding-bottom: 15vw;
	}

	.gold-list .item:nth-child(odd) .thum::after,.gold-list .item:nth-child(2n) .thum::after{
		display: none;
	}

	.gold-list .item .yhx_name{
		font-size: 2.5rem;
	}

	.yhx_name .ms{
		font-size: 1.4rem;
	}

	.gold-list .item .info::before{
		transform: scaleY(0.5) scale(2);
	}

	.product-intro .desc p br{
		display: none;
	}

	.cz-box{
		width: 100%;
	}

	.cz-menu a{
		font-size: 1.5rem;
    	padding: 10px 2vw;
	}

	.cz-list{
		padding: 0 5%;
	}

	.cz-list .item{
		flex-wrap: wrap;
	}

	.cz-list .item .thum,.cz-list .item .info{
		width: 100%;
	}

	.cz-list .item .thum{
		width: 70%;
		margin: 0px auto;
	}

	.header .logo img:nth-child(1){
		opacity: 1;
	}
	.header .logo img:nth-child(2){
		opacity: 0;
	}

	.zb-list.in {
		grid-template-columns: repeat(2, 1fr);
		gap: 2vw;
	}

	.sx-lable{
		margin-bottom: 5vw;
	}

	.brand_box{
		margin-top: 60px;
	}

	.brand_box .item .date .date-box .day{
		font-size: 2.8rem;
	}
	.brand_box .item .date .date-box .info {
		width: auto;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.brand_box .item .date .date-box{
		line-height: 1;
		display: block;
		text-align: center;
	}

	.brand_box .item .date{
		width: 35px;
	}

	.brand_box .item .des {
		width: calc(100% - 50px);
	}

	.brand_box .item .des .name{
		font-size: 1.8rem;
	}

	.brand_box .item .des .info{
		line-height: 1.7;
		margin-bottom: 5vw;
		font-size: 1.4rem;
	}

	.intro_btm .item{
		width: 100%;
	}
	.intro_btm .item:nth-child(1){
		margin-top: 0;
	}

	.yw_menu ul li .icon {
		width: 45px;
		height: auto;
	}

	.intro_btm .item:nth-child(1) .inner_item{
		height: auto;
	}
	.intro_btm .item:nth-child(2){
		height: auto;
	}
	.yw_menu .name span{
		font-size: 6rem;
	}
	.yw_menu {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0%;
		top: 50%;
		transform: translateY(-50%);
	}
	.yw_menu ul li{
		width: 32%;
		margin-bottom: 3.5vw;
	}

	.yw_menu ul li .txt{
		margin-top: 1.5vw;
	}

	.intro_btm .item:nth-child(2) .inner_item:last-child{
	}

	.intro_btm{
		align-items: normal;
	}

	.intro_btm .item:nth-child(2) .inner_item{
		height: auto;
		margin-bottom: 0;
	}

	.intro_btm .item:nth-child(2) .inner_item:last-child a{
		padding: 5vw;
	}

	.inner_item .img{
		height: auto;
	}

	.inner_item .img img{
		height: 100%;
	}

	.yw_menu ul li:nth-child(n+4){
		margin-bottom: 0;
	}
	.yw_menu ul{
		width: 70%;
		margin-left: 15%;
	}
	.yw_menu .name{
		line-height: 1;
		margin-bottom: 3.5vw;
		text-align: center;
	}
	.intro_btm .item:nth-child(3) {
		margin-top: 5vw;
		width: 100%;
	}

	.intro_btm .item:nth-child(3) .inner_item:last-child{
		height: 50vw;
	}

	.intro_btm .item:nth-child(1){
		display: none;
	}
	.intro_btm .item:nth-child(2) .inner_item:last-child a .txt{
		margin-bottom: 3vw;
	}

	.intro_btm .item:nth-child(3) .inner_item:last-child .img{
		height: 100%;
	}

	.store_menu{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5vw;
	}

	.store_menu a{
		font-size: 1.6rem;
		max-width: 3.3rem;
		line-height: 20px;
		text-align: center;
	}

	.cz-list{
		padding-bottom: 15vw;
	}

	.cz-menu a::after{
		height: 2px;
	}

	.cz-list .item .info .desc::after{
		height: 1px;
	}

	.cate-list .item.last{
		margin-top: 7.5vw;
	}

	.brand_box .item .btm{
		padding-top: 5vw;
		padding-bottom: 15vw;
	}

	.chapters{
		grid-template-columns: repeat(1, 1fr);
	}

	.chapters .item{
		height: 90vw;
	}

	.chapters .item a,.chapters .item a .img,.chapters .item a .img img{
		height: 100%;
	}

	.chapters .item a .info .en{
		font-size: 1.2rem;
	}

	.chapters .item a .info .name{
		font-size: 2.5rem;
	}

	.hs_box::after{
		z-index: -1;
	}

	.intro_btm{
		margin-bottom: 7.5vw;
	}

	.honors{
		grid-template-columns: repeat(1, 1fr);
		gap: 5vw;
	}

	.honor-list{
		padding: 0;
    	margin-top: 7.5vw;
	}

	.yhx_name.size40 {
		font-size: 2.5rem;
	}

	.dna_box .item .thum,.dna_box .item .info{
		width: 100%;
	}
	.dna_box .item .thum{
		margin-bottom: 3.5vw;
	}

	.dna_box .item .info .name{
		font-size: 2rem;
	}

	.dna_box .item .info .en{
		font-size: 1.2rem;
	}

	.dna_box .item{
		margin-bottom: 7.5vw;
	}

	.hs_box::after{
		z-index: -1;
	}

	.other-chapter {
		grid-template-columns: repeat(1, 1fr);
		gap: 7.5vw;
		margin-top: 15vw;
	}
	.other-chapter .item a .info .read-more {
		margin-top: 3vw;
	}

	.store-img{
		display: none;
	}

	.store_list{
		width: 100%;
	}

	.store_list .item.active .pic{
		display: block;
		margin-top: 1vw;
	}

	.store_list .item{
		padding: 2rem;
		margin-bottom: 3vw;
	}

	.r_i{
		margin-bottom: 0;
	}

	.store_list .item .top .name{
		font-size: 1.8rem;
	}

	.store-box{
		padding-top: 100px;
	}

	.store_list .item .center{
		margin-top: 2vw;
		padding-top: 2vw;
	}
	.product-intro .desc{
		font-size: 1.7;
	}
	.product-list .item .infos, .product-list .item:nth-child(5) .infos,.product-list .item:nth-child(2) .infos, .product-list .item:nth-child(4) .infos, .product-list .item:nth-child(6) .infos,.product-list .item:nth-child(3) .infos, .product-list .item:nth-child(7) .infos{
		width: 90%;
		height: auto;
		position: absolute;
		left: 5%;
		top: auto;
		bottom: 10%;
	}
	.product-list .item:nth-child(3) .infos .yhx_name .name, .product-list .item:nth-child(6) .infos .yhx_name .name,.product-list .item:nth-child(3) .infos .ms, .product-list .item:nth-child(6) .infos .ms,.product-list .item:nth-child(3) .infos .read-more a, .product-list .item:nth-child(6) .infos .read-more a{
		color: #fff;
	}

	.nav ul li .first-label a{
		border-bottom: 1px solid rgba(255,255,255,.25);
		margin-bottom: 3vw;
	}
	.play_btns{
		display: block;
        width: 50px;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        background: rgba(0, 0, 0, .25);
        border-radius: 50%;
        padding: 5px;
        backdrop-filter: blur(5px);
	}

	.inner-player video{
		border: 3px solid #a58966;
		width: 80%;
	}

	.pro_close{
		background: #a58966;
		width: 40px;
        padding: 14px;
		right: 3vw;
		top: 3vw;
	}
}

