@font-face {
	font-family: 'HYLanHeiHeiW';
	url('../fonts/HYLanHeiHeiW.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "思源黑体 Normal";font-weight: 350;src: url("//at.alicdn.com/wf/webfont/uBNEu1fjVx98/zcL3eeNDgZZu.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/uBNEu1fjVx98/fVd9VPFS9bPc.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "思源黑体 Bold";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/uBNEu1fjVx98/R71Z5kcOGgK4.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/uBNEu1fjVx98/D56G5KG1JHFo.woff") format("woff");
  font-display: swap;
}

body {
	width: 100%;
	font-family: "思源黑体 Normal", Arial, sans-serif;
	background-color: #000;
}
body.news-bg{
	background-image: url(../image/news-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
}
body.body-bg{
	background-image: url(../image/common-bg1.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
}
.pws_tabs_controll{
    padding-left: 0;
}
.fluid{
	padding-left: 2.4%;
	padding-right: 2.4%;
}
.container-fluid{
	padding-left: 10%;
	padding-right: 10%;
}
.container-fluid2{
	padding-left: 0;
	padding-right: 10%;
}
.container-fluid3{
	padding-left: 12%;
	padding-right: 10%;
}
.main-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: background-color 0.3s;
	backdrop-filter: blur(.13889rem);
  -webkit-backdrop-filter: blur(.13889rem);
  -moz-backdrop-filter: blur(.13889rem);
  -o-backdrop-filter: blur(.13889rem);
}
.common-page-pro .main-nav{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.common-page .main-nav{
	background-color: rgba(0, 0, 0, 0.85);
}
.main-nav:hover{
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.main-nav.style{
	background-color: rgba(0, 0, 0, 0.3)
}
.scrolled .main-nav{
	background-color: rgba(0, 0, 0, 0.85)
}
.main-nav.style .nav-box{
	height: 44px;
}
.scrolled .main-nav .nav-box{
	height: 44px;
}
.main-nav.style .nav-box .logo1{
	height: 15px;
}
.scrolled .main-nav .nav-box .logo1{
	height: 15px;
}
.main-nav.style .nav-box ul li > a{
	height: 44px;
	font-size: 14px;
}
.scrolled .main-nav .nav-box ul li > a{
	height: 44px;
	font-size: 14px;
}
.nav-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px;
	transition: height 0.3s ease;
}
.nav-box .logo1{
	height: 20px;
	display: block;
	transition: all 0.3s;
}
.nav-box .logo1:hover{
	opacity: 1;
}
.nav-box ul {
	margin: 0;
	padding: 0;
	display: flex;

}
.nav-box ul li{
	list-style: none;
	margin-left: 20px;
}
.nav-box ul li.active > a{
	color: #f39800;
}
.nav-box ul li > a{
	display: block;
	color: rgba(255,255,255,0.8);
	font-size: 0.75rem;
	text-decoration: none !important;
	position: relative;
	height: 88px;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}
.nav-box ul li:hover .nav-hover{
	top: 100%;
	display: block;
}
.nav-box ul li a:hover{
	color: #f39800;
}
.nav-hover{
	position: absolute;
	z-index: -1;
	top: -120%;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: none;
	height: 150px;
	box-shadow: 0px 60px 60px rgba(255,255,255,0.1);
}
.nav-hover-content{
	display: flex;
	justify-content: flex-end;
	padding: 30px 0;
}
.nav-hover-text{
	width: 50%;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
}
.nav-hover-list{
	display: flex;
}
.nav-hover-item{
	margin-left: 20px;
	font-size: 14px;
}
.nav-hover-item a{
	display: block;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	text-decoration: none !important;
	transition: all 0.3s;
}

.section {
	overflow: hidden;
}
.section-hd{
	margin-bottom: 30px;
}
.section-title{
	font-size: 2rem;
	font-weight: 600;
	opacity: 0;
	color: #fff;
}
.section-desc{
	font-size: 1rem;
	color: rgb(255, 255, 255,0.8);
	opacity: 0;
}
.show{
	opacity: 1;
}
/* .section-title{
	font-size: 2em;
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
}
.section-title span{
	position: relative;
	z-index: 3;
}
.section-title::before{
	position: absolute;
	z-index: 2;
	top: 0;
	left: -20px;
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #fbc87c;
}
.section-title::after{
	position: absolute;
	z-index: 1;
	top: 10px;
	left: -30px;
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #446fac;
} */
.section-banner{
	position: relative;
}
.swiper-banner{
	overflow: hidden;
	--swiper-theme-color: #F39800;
}
.section-banner-bottom{
	position: absolute;
	z-index: 9;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	height: 95px;
	background: #fff;
	display: flex;
	background: #F39800;
}
.swiper-pro-small-button{
	height: 50px;
	width: 100px;
	background: #F39800;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 30vh;
	display: flex;
	margin-top: 30px;
}
.swiper-pro-small-button:after{
	content: "";
	width: 1px;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255,255,255,.3);
}
.swiper-pro-small-button-item{
	position: relative;
	height: 50px;
	width: 50px;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 16px;
}
.swiper-pro-small-button-item .swiper-pro-button-next{
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	margin-top: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.swiper-pro-small-button-item .swiper-pro-button-prev{
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	margin-top: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.swiper-pro-button-prev.swiper-button-disabled{
	color: rgba(255,255,255,.3);
}
.swiper-pro-button-next.swiper-button-disabled{
	color: rgba(255,255,255,.3);
}
.swiper-pro-button-prev::after{
	content: 'prev';
}
.swiper-pro-button-next::after{
	content: 'next';
}
.swiper-pro-button-next::after, .swiper-pro-button-prev::after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-banner-small-button{
	height: 100px;
	width: 100px;
	background: #F39800;
	position: relative;
	display: flex;
}
.swiper-banner-small-button:after{
	content: "";
	width: 1px;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255,255,255,.3);
}
.swiper-banner-small-button-item{
	position: relative;
	height: 100px;
	width: 50px;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 16px;
}
.swiper-banner-small-img{
    width: 140px;
    padding: 10px;
    box-sizing: box-sizing;
}
.section-banner-bottom .swiper-button-next{
	background: #F39800;
	top: 0;
	right: -20px;
	height: 95px;
	width: 20px;
	margin-top: 0;
	opacity:1 !important;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.section-banner-bottom .swiper-button-prev{
    background: #F39800;
	left: -20px;
	top: 0;
	height: 95px;
	width: 20px;
	margin-top: 0;
	opacity:1 !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.swiper-banner-small{
	background: #F39800;
	height: 95px;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 16px;
}
.swiper-banner-small .swiper-slide{
	
}
.swiper-banner-nav-index{
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}
.swiper-banner-nav-title{
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.banner2{
    justify-content: flex-end;
}
.banner-brand{
    
}
.banner-title{
	
}
.banner-subtitle{
	
}

.banner-desc{
	font-size: 18px;
	color: #d1a38b;
}
.banner-desc li{
	margin-bottom: 20px;
	transition: all 0.3s ease;
	opacity: 0;
}
.banner-desc li:nth-child(1){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.banner-desc li:nth-child(2){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.banner-desc li:nth-child(3){
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.banner-btn{
	background: linear-gradient(90deg, rgb(77, 97, 255) 0%, rgb(192, 134, 255) 100%);
	font-size: 18px;
	color: #fff;
	width: 180px;
	height: 56px;
	border-radius: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.swiper-banner{
	width: 100%;
	height: 100vh;
	--swiper-theme-color: #F39800;
}

.swiper-video2{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.swiper-video{
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-video .swiper-slide img{
    border: 4px solid transparent;
    box-sizing: box-sizing;
    transform:scale(0.8)
}
.swiper-video .swiper-slide-thumb-active img{
    border-color: #f39800;
    transform:scale(1)
}

.section-video .section-hd{
	margin-top: 200px;
	width: 40%;
}
.section-video .section-title{
	color: #fff;
}
.section-video .section-desc{
	color: #fff;
}
.section-video-box{
	position: relative;
	width: 100%;
	height: 100%;
}
#myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}
#myVideo1 {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}

#myVideo2 {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}


video::-webkit-media-controls {
	display: none !important;
}

.section-video-box .layer {
	position: absolute;
	z-index: 4;
	right: 2.4%;
	bottom: 2.4%;
}

.section-pro{
	background-color: #000;
	position: relative;
}
.page-leftBar{
	width: 12%;
	padding-top: 18vh;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
.home-leftBar{
	width: 12%;
	padding-top: 18vh;
}
.home-leftBar-top{
	display: flex;
	padding-left: 2.4vw;
}
.home-leftBar-top-title{
	font-size: 22px;
	display: block;
	line-height: 27px;
	text-align: left;
	color: rgba(255,255,255,.7);
	writing-mode: vertical-rl;
}
.home-leftBar-top-subtitle{
	color: #fff;
	line-height: 55px;
	font-size: 54px;
	text-align: left;
	writing-mode: vertical-rl;
	font-weight: 900;
}
.home-pro{
	height: 100vh;
	display: flex;
	overflow: hidden;
}
.home-pro-bg{
    background-image: url('../image/home-pro-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-pro-left{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 2.4%;
    box-sizing: border-box;
    color: #fff;
    margin-right:10%;
}
.home-pro-left-subtitle{
    font-size: 54px;
    font-weight: 900;
}
.home-pro-left-title{
    font-size: 54px;
    font-weight: 900;
}
.home-pro-right{
    
    padding-right: 2.4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-pro-right-list{
    display: flex;
    align-items: center;
    
}
.home-pro-right-item{
    width: 750px;
    margin-right: 30px;
    background: #f39700;
    border-radius: 12px;
    padding: 15px;
}
.home-pro-right-item:last-child{
    margin-right: 0;
}
.home-pro-right-item-img1{
    display: none;
    width: 720px;
    height: 405px;
    object-fit: cover;
    border-radius: 10px;
}
.home-pro-right-item-img2{
    display: block;
    width: 720px;
    height: 405px;
    object-fit: cover;
    border-radius: 10px;
}
.home-pro-right-item-img:hover .home-pro-right-item-img1{
    display: block;
}
.home-pro-right-item-img:hover .home-pro-right-item-img2{
    display: none;
}
.home-pro-right-item-content{
    margin-top: 15px;
}
.home-pro-right-item-title{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.home-pro-right-more{
    margin-top: 30px;
}
.home-pro-right-more a{
    font-size: 16px;
    color: #f39800;
    text-decoration: none;
    border: 1px solid #f39800;
    border-radius: 6px;
    padding: 10px 50px;
}
.home-pro-box{
	width: 88%;
}
.home-pro .section-hd{
	margin-bottom: 50px;
}
.swiper-pro{
	overflow: hidden;
	--swiper-theme-color: #F39800;
}
.swiper-pro-item{
	display: flex;
}
.swiper-pro-item-img{
	flex: 0 0 50%;
	overflow: hidden;
	position: relative;
}
.swiper-pro-item-img1{
    display: none;
}
.swiper-pro-item-img2{
    display: block;
}
.swiper-pro-item-img:hover .swiper-pro-item-img1{
    display: block;
}
.swiper-pro-item-img:hover .swiper-pro-item-img2{
    display: none;
}
.swiper-pro-item-img-text{
	position: absolute;
	z-index: 1;
	bottom: 30px;
	right: 50px;
	font-size: 200px;
	font-weight: 900;
	color: rgba(255,255,255,0.3);
}
.swiper-pro-item-img-text2{
    position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 50px;
	font-size: 200px;
	font-weight: 900;
	color: rgba(255,255,255,0.3);
}
.swiper-pro-item-video{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	display: none;
}
.swiper-pro-item-img img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.swiper-pro-item-content{
	flex: 0 0 50%;
	padding-top: 10vh;
	padding-left: 5%;
	padding-right: 5%;
	color: #fff;
	box-sizing: border-box;
}
.swiper-pro-item-title{
	font-size: 36px;
	font-weight: 600;
}
.swiper-pro-item-desc{
	font-size: 14px;
	margin-top: 30px;
}
.swiper-pro-item-desc p{
	margin-bottom: 10px;
}
.swiper-pro-item-view{
	margin-top: 30px;
}
.swiper-pro-item-view a{
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 30px;
	border-radius: 100px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.swiper-pro-small{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 56%;
	height: 30vh;
	overflow: hidden;
}
.swiper-pro-small-item{
	display: flex;
	flex-direction: column;
}
.swiper-pro-small-item-img{
	flex: 0 0 30vh;
	overflow: hidden;
}
.swiper-pro-small-item-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.swiper-pro-small-item-content{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 10px 30px;
}
.swiper-pro-small-item-title{

}
.pro-item{
	display: block;
	text-decoration: none !important;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.pro-item .thumb{
	width: 100%;
}
.pro-item:hover .pro-hover{
	top: calc(100% - 180px);
}
.pro-item .pro-hover{
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	transition: all 0.3s;
	padding: 30px;
	height: 180px;
}
.pro-item .pro-hover .pro-title{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #3d3d3d;
}
.pro-item .pro-hover .pro-link{
	background: linear-gradient(90deg, rgb(77, 97, 255) 0%, rgb(192, 134, 255) 100%);
	border-radius: 4px;
	font-size: 14px;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
}


.section-shop{
	background-color: #000;
}
.section-shop .section-hd{
	position: absolute;
	z-index: 9;
	top: 50px;
}
.section-shop .section-title{
	color: #fff;
}
.section-shop .section-desc{
	color: #f9f9f9;
}
.home-shop{
	overflow: hidden;
	height: 100vh;
	display: flex;
}
.home-shop-box{
	position: relative;
	display: flex;
	width: 88%;
}
.shop-map-box{
	position: relative;
	flex: 0 0 calc(100% - 360px);
	display: flex;
}
.shop-map{
	position: relative;
	
}
.shop-count-list{
    flex: 0 0 360px;
    padding-top: 150px;
    color: rgba(255,255,255,0.6);
    font-size: 16px;
}
.shop-count-item{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.shop-count-item span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
}
.shop-count-item:before{
    content:"";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #f39800;
    display: block;
    margin-right: 10px;
}
.home-shop-list{
	flex: 0 0 360px;
	height: 100vh;
	overflow-y: auto;
}
.home-shop .section-hd{
	margin-top: 30px;
}
.shop-dot{
	position: absolute;
	width: 16px;
	height: 16px;
}
.shop-dot-dot{
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	background-color: #f39800;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.shop-dot-dot::before,
.shop-dot-dot::after {
  content: '';
  position: absolute;
  left: -8px;
	top: -8px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 32px;
}
.shop-dot-dot::before {
  transform: scale(0);
  animation: wave 1s infinite linear;
}
.shop-dot-dot::after {
  animation: wave 1s infinite 0.5s linear;
}
.shop-dot-item{
	position: absolute;
	bottom: 32px;
	background-color: #f39800;
	color: #fff;
	border-radius: 12px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	width: 120px;
	display: none;
	font-size: 14px;
}
.shop-dot:hover .shop-dot-item{
	display: block;
}
.shop-beijing{
	left: 63%;
    top: 42.5%;
}
.shop-shanghai{
	left: 72.5%;
  top: 60%;
}
.shop-shandong{
	left: 66%;
  top: 51%;
}
.shop-jiangsu{
	left: 70%;
  top: 57%;
}
.shop-liaoning{
	left: 73%;
  top: 40%;
}
.shop-zhejiang{
	left: 70.5%;
  top: 64%;
}
.shop-xinjiang{
	left: 18.5%;
	top: 35%;
}
.shop-shanxi{
	left: 52%;
  top: 54%;
}
.shop-jiangxi{
	left: 64.5%;
    top: 45%;
}
.shop-42{
	left: 53%;
  top: 85%;
}
.shop-43{
	left: 59%;
  top: 55%;
}
.shop-44{
	left: 56.5%;
  top: 49%;
}
.shop-map-img{
	height: 100vh;
}
.home-shop-item{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 25vh;
	color: #fff !important;
	text-decoration: none !important;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 5px solid #000;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.home-shop-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,1);
	transition: background-color 0.3s ease;
}
.home-shop-item:hover{
	border: 5px solid #f39800;
}
.home-shop-item:hover:before{
	background-color: rgba(0,0,0,0.8);
}
.home-shop-item .shop-title{
	position: relative;
	z-index: 1;
	font-size: 18px;
}
.home-shop-item .shop-address{
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.home-shop-item .shop-time{
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.home-shop-item .shop-tel{
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.shop-box-title{
	font-family: Impact;
	font-size: 300px;
	line-height: 1;
	color: rgba(255,255,255,.08);
	position: absolute;
	left: 0;
	bottom: 0;
}
.shop-num{
	display: flex;
	flex-wrap: wrap;
}
.shop-num-item{
	opacity: 0;
	/* background-color: #222238; */
	background: linear-gradient(45deg, #340076 0%, #0d063a 100%);
	color: #fff;
	width: 48%;
	font-size: 16px;
	padding: 20px;
	margin-bottom: 10px;
	margin-right: 4%;
	border-radius: 8px;
	color: #a6a6af;
	cursor: pointer;
	transition: all 0.3s ease;
}
.shop-num-item:nth-child(2n){
	margin-right: 0;
}
.shop-num-item:hover{
	color: #fff;
	background: linear-gradient(45deg, #0d063a 0%, #340076 100%);
}
.shop-num-item:nth-child(1){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.shop-num-item:nth-child(2){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.shop-num-item:nth-child(3){
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.shop-num-item:nth-child(4){
	-webkit-animation-delay:0.8s;
	animation-delay:0.8s;
}
.shop-num-item:nth-child(5){
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.shop-num-item:nth-child(6){
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.shop-num-item:nth-child(7){
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}
.shop-num-item:nth-child(8){
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;
}
.shop-num-item:nth-child(9){
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;
}
.shop-box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -450px;
	z-index: 9;
	background-color: #fff;
	transition: all 0.5s ease;
	height: 400px;
	background-color: #222238;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.1);
}
.shop-box.open{
	bottom: 0;
}
.shop-list{
	padding: 30px 0;
}
.swiper-shop{
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 24px;
	cursor: pointer;
}
.shop-close{
	position: absolute;
	width: 100px;
	height: 50px;
	background-color: #222238;
	color: #fff;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	border-top: 1px solid rgba(255,255,255,0.1);
	left: calc(50% - 50px);
	bottom: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	cursor: pointer;
}
.shop-close img{
	width: 32px;
}
.shop-item{
	padding: 0 15px;
	opacity: 0.5;
	transition: 0.5s ease;
}
.shop-item:hover{
	opacity: 1;
}
.shop-item .shop-img{
	margin-bottom: 10px;
}
.shop-item .shop-title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.shop-address{
	font-size: 13px;
}
.shop-time{
	font-size: 13px;
}
.shop-tel{
	font-size: 13px;
}

.home-join{
	overflow: hidden;
	height: 100vh;
	display: flex;
}
.home-join-box{
	width: 88%;
	overflow: hidden;
}
.home-join-item{
	position: relative;
	height: 100vh;
	cursor: move;
	display: block;
	text-decoration: none !important;
}
.home-join-item:hover .join-item-bg{
	bottom: 32vh;
	border: 10px solid #f39800;
}
.home-join-item:hover .join-item-bg:before{
	background-color: rgba(0,0,0,0);
}
.home-join-item:hover .job-item-box{
	bottom: 0;
}
.join-item-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: bottom 0.3s ease-in-out;
}
.join-item-bg:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s;
}
.job-item-box{
    width: 100%;
	position: absolute;
	height: 32vh;
	padding: 24px 40px;
	background: #f39800;
	bottom: -32vh;
	top: initial;
	transition: bottom 0.3s;
}
.join-item-title{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}
.join-item-desc{
	font-size: 14px;
	line-height: 2;
	color: #fff;
}
.job-t{
    color: #fff;
    margin-bottom: 20px;
}

.join-list{
	display: flex;
	background-color: #0a0637;
	border-radius: 20px;
	position: relative;
}
.join-item{
	flex: 1;
	position: relative;
	background-color: #0a0637;
	z-index: 2;
}

.join-item.showModal .page-about-join-item-modal{
    display: block;
    cursor: auto;
}


/* .join-item{
	cursor: pointer;
	flex: 1;
	position: relative;
}
.join-item:hover .job-item-box{
	height: 50vh;
	background-color: #fff;
}
.join-item:hover .job-item-box .join-item-title{
	color: #000;
}
.join-item:hover .join-item-bg{
	opacity: 1;
}
.job-item-box{
	position: absolute;
	z-index: 1;
	height: 40vh;
	bottom: 0;
	padding: 40px;
	transition: all 0.3s;
}
.join-item-title{
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.join-item-desc{
	font-size: 14px;
	line-height: 2;
	color: #999;
}

.join-item-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
	transition: all 0.3s;
	opacity: 0.1;
} */
.join-item-bg1{
	background-image: url(../image/join-img1.jpg);
}
.join-item-bg2{
	background-image: url(../image/join-img2.jpg);
}
.join-item-bg3{
	background-image: url(../image/join-img3.jpg);
}
.join-item-bg4{
	background-image: url(../image/join-img4.jpg);
}
.join-item-bg5{
	background-image: url(../image/join-img5.jpg);
}
.join-item-bg6{
	background-image: url(../image/join-img6.jpg);
}

.section-contact{
	background-image: url(../image/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
	background-color: #000;
}
.home-contact{
	overflow: hidden;
	height: 100vh;
	display: flex;
}
.home-contact-box{
	width: 88%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.footer{
	/* background-image: linear-gradient(#fff, #9198e5); */
	padding-top: 50px;
	padding-bottom: 30px;
}
.home-copyright{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.copyright{
	font-size: 14px;
	color: rgb(71, 84, 103);
	-webkit-animation-delay:1.1s;
	animation-delay:1.1s;
	opacity: 0;
}
.copyright a{
	color: rgb(71, 84, 103);
	text-decoration: underline;
}
.job-list{}
.job-item{
	opacity: 0;
	display: block;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	text-decoration: none !important;
	transition: all 0.3s;
	background-image: linear-gradient(45deg, #333 0%, #444 100%);
	/* box-shadow: 0px 0px 15px rgba(0,0,0,0.1); */
}
.job-item:last-child{
	margin-bottom: 0;
}
.job-item:nth-child(1){
	/*background-image: linear-gradient(135deg, #f0f0ff, #fff);*/
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}
.job-item:nth-child(2){
	/*background-image: linear-gradient(135deg, #fef9cf, #fff);*/
	-webkit-animation-delay:0.8s;
	animation-delay:0.8s;
}
.job-item:nth-child(3){
	/*background-image: linear-gradient(135deg, #e1fecf, #fff);*/
	-webkit-animation-delay:1.1s;
	animation-delay:1.1s;
}
.job-item:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.job-hd{
	display: flex;
	align-items: center;
}
.job-icon img{
	width: 2rem;
	font-size: 16px;
	color: rgb(32, 32, 37);
	font-weight: 600;
	margin-bottom: 10px;
}
.job-title{
	font-size: 16px;
	color: #fff;
}
.job-desc{
	font-size: 13px;
	color: #ccc;
}
.contact-info{
	color: #fff;
}
.contact-phone{
	margin-top: 80px;
	margin-bottom: 30px;
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
	opacity: 0;
}
.phone-number{
	font-size: 22px;
}
.phone-time{
	font-size: 14px;
}
.qrcode{
	display: flex;
	margin-bottom: 30px;
	-webkit-animation-delay:0.8s;
	animation-delay:0.8s;
	opacity: 0;
}
.qrcode-item{
	margin-right: 20px;
	font-size: 12px;
}
.qrcode-item img{
	width: 120px;
	height: 120px;
}
.qrcode-item .t{
	text-align: center;
	margin-top: 5px;
}
.page-join{
	color: #fff;
}
.page-indexpro{
    color: #fff;
    padding-left: 12%;
    height: 100vh;
}
.page-shop,.page-pro,.page-news{
	color: #fff;
	padding-top: 150px;
	padding-left: 12%;
}
.page-header2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.page-header{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 2rem;
}
.page-name{
	position: relative;
}
.page-name-cn{
	font-size: 2rem;
	font-weight: 600;
	background: -webkit-linear-gradient(to right, #fff, #333);
	background: linear-gradient(to right, #fff, #333);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.page-name-en{
	font-size: 2rem;
	line-height: 1;
	font-weight: 600;
	background: -webkit-linear-gradient(to right, #fff, #333);
	background: linear-gradient(to right, #fff, #333);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.page-cate ul{
	margin: 0;
	padding: 0;
}
.page-cate ul{
	display: flex;
	align-items: center;
}
.page-cate ul li{
	list-style: none;
	margin-left: 1rem;
}
.page-cate ul li a{
	color: #fff;
	font-size: 13px;
	text-decoration: none !important;
	transition: all 0.5s;
}
.page-cate ul li a.active{
	color: #f39800;
}
.page-cate ul li a:hover{
	color: #f39800;
}
.page-shop-cateitem{
    position: relative;
    text-decoration: none !important;
    margin-bottom: 50px;
    display: block;
	color: #fff;
	transition: transform 0.5s ease;
}
.page-shop-cateitem:hover {
    transform: scale(1.2);
}
.page-shop-cateitem-thumb{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    bottom: -20px;
}
.page-shop-cateitem-thumb-img1{
    display: block;
}
.page-shop-cateitem-thumb-img2{
    display: none;
}
.page-shop-cateitem:hover .page-shop-cateitem-thumb-img1{
    display: none;
}
.page-shop-cateitem:hover .page-shop-cateitem-thumb-img2{
    display: block;
}
.page-shop-cateitem-thumb img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    
}
.page-shop-cateitem-content{
    padding: 30px 15px 15px 15px;
    border-radius: 16px;
}
.page-shop-cateitem-name{
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.page-shop-cateitem-name::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -12px;
	width: 24px;
	height: 2px;
	background-color: #f39800;
	transition: all 0.3s;
}
.page-shop-item{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/*background: linear-gradient(45deg, #333 0%, #444 100%);*/
	border-radius: 20px;
	/*padding: 3rem 2rem 0.5rem 2rem;*/
	/*height: 500px;*/
	margin-bottom: 30px;
	color: #fff;
	text-decoration: none !important;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	background: #333;
}
.page-shop-item:hover{
	background: #f39800;
}
.page-shop-item:hover .page-shop-item-content::before{
	animation-name: lightEffect;
}
.page-shop-item-thumb{
    
}
.page-shop-item-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}
.page-shop-item-bg::before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, #000 10%, transparent 60%);
}
.page-shop-item-index{
	font-size: 2rem;
	line-height: 3rem;
	color: #fff;
	display: block;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	position: relative;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 2;
}
.page-shop-item-index::after{
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background-color: #f39800;
	transition: all 0.3s;
}
.page-shop-item-name{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.page-shop-item-name::after{
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background-color: #f39800;
	transition: all 0.3s;
}
.page-shop-item-content{
    position: relative;
    padding: 20px;
}
.page-shop-item-content::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
	opacity: 0;
	animation-duration: 2s;
	animation-timing-function: ease-out;

}
.page-shop-item-line-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.page-shop-item-address{
	color: #eee;
	font-size: 14px;
	display: flex;
	height: 42px;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.page-shop-item-line{
	color: #eee;
	font-size: 14px;
	display: flex;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.page-shop-item-line .icon{
	margin-right: 10px;
}
.page-shop-item:hover{
	background-position: 0;
}
.page-shop-item:hover .page-shop-item-index::after{
	
	width: 48px;
}
.page-shop-item:hover .page-shop-item-line{
	color: #fff;
}
.page-shop-item:hover .page-shop-item-bg{
	right: 0;
}

.shop-detail-hd{
    padding: 0 0 30px 0;
    color: #fff;
}
.shop-detail-hd-title{
    font-size: 28px;
    text-align: center;
}
.shop-detail-hd-opentime{
    font-size: 16px;
    text-align: center;
}
.shop-imgs{
    height: 100vh;
	overflow: hidden;
	position: relative;
	--swiper-theme-color: #f39800;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 24px;
}
.shop-imgs-small{
	margin-top: 10px;
	overflow: hidden;
}
.shop-imgs-small .swiper-slide{

	height: 80px;
	opacity: 0.6;
}
.shop-imgs-small .swiper-slide-thumb-active {
	opacity: 1;
}
.shop-imgs .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop-imgs-small .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop-detail-info-item{
    color: #fff;
    padding: 50px 0;
    font-size: 14px;
}
.shop-detail-info-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.shop-detail-info-phone{
    color: #f39800;
    font-size: 18px;
}
.shop-detail-info-address{
    margin-bottom: 10px;
}
.shop-detail-info-phone{
    margin-bottom: 10px;
}
.shop-detail-info-map{
    cursor: pointer;
}
.shop-detail-info-help{
    margin-bottom: 10px;
}
.shop-detail-info-get a{
    color: #f39800;
}


.all-copyright{
	color: #666;
	text-align: center;
	font-size: 14px;
}
.all-copyright a{
	color: #666;
	text-decoration: underline;
}


/* 产品 */
.page-pro-subcate{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.page-pro-subitem{
	font-size: 14px;
	color: #fff !important;
	background: linear-gradient(45deg, #340076 0%, #0d063a 100%);
	text-decoration: none !important;
	padding: 5px 10px;
	margin-bottom: 1rem;
	border-radius: 10px;
	margin-right: 1rem;
}
.page-pro-subitem.active,
.page-pro-subitem:hover{
	background: #f39800;
}
.page-pro-item{
	display: block;
	color: #fff !important;
	background: linear-gradient(45deg, #333 0%, #000 100%);
	text-decoration: none !important;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s;
	border: 5px solid #000;
}
.page-pro-item:hover{
	background: #f39800;
	border: 5px solid #f39800;
}
.page-pro-item-img{
	overflow: hidden;
}
.page-pro-item-img img{
	transition: all 0.5s;
}
.page-pro-item:hover .page-pro-item-img img{
	transform: scale(1.1);
}
.page-pro-item-name{
	text-align: center;
	font-size: 0.875rem;
	padding: 1rem;
}
.page-pro-cate{}
.page-pro-cate .page-pro-cate-item{
	display: block;
	margin-bottom: 2rem;
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(45deg, #333 0%, #000 100%);
	text-decoration: none;
	height: 100%;
	transition: background 0.3s;
}
.page-pro-cate .page-pro-cate-item:hover{
	background: #f39800;
}
.page-pro-cate-item-img1{
    width: 100%;
    display: none;
}
.page-pro-cate-item-img2{
    width: 100%;
    display: block;
}
.page-pro-cate-item-img:hover .page-pro-cate-item-img1{
    display: block;
}
.page-pro-cate-item-img:hover .page-pro-cate-item-img2{
    display: none;
}
.page-pro-cate .page-pro-cate-item:hover .page-pro-cate-item-content::before{
	animation-name: lightEffect;
}
.page-pro-cate-item-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 2rem;
	position: relative;
}
.page-pro-cate-item-content::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
	opacity: 0;
	animation-duration: 2s;
	animation-timing-function: ease-out;

}
@keyframes lightEffect {
  0% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.page-pro-cate-item-name {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
.page-pro-cate-item-line{
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 2rem;
}
.page-pro-cate-item-desc{
	font-size: 0.875rem;
	color: rgba(255,255,255,0.5);
}
.page-pro-cate-item-view{
	font-size: 15px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 100px;
	border: 1px solid #fff;
}


/* 新闻中心 */
.page-news-item{
	display: block;
	text-decoration: none !important;
	margin-bottom: 2rem;
	border-radius: 20px;
	overflow: hidden;
}
.page-news-item-content{
	background: linear-gradient(45deg, #340076 0%, #0d063a 100%);
	padding: 1.5rem;
}
.page-news-item-title{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0.875rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-news-item-desc{
	color: rgba(255,255,255,0.6);
	font-size: 0.875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-show{
	background: linear-gradient(45deg, #333 0%, #111 100%);
	padding: 1.5rem;
	border-radius: 20px;
}
.news-show-title{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.875rem;
	color: #fff;
}
.news-show-time{
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
	margin-bottom: 0.875rem;
}
.news-show-content{
	color: rgba(255, 255, 255, 0.85);
}
.news-show-content img{
	max-width: 100%;
	margin: 0 auto;
}
.loc{
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.75rem;
	margin-bottom: 0.875rem;
}
.loc a{
	color: rgba(255, 255, 255, 0.5);
}
.loc a:hover{
	color: #f39800;
}
.right-bar{
	background: linear-gradient(45deg, #333 0%, #111 100%);
	padding: 1.5rem;
	border-radius: 20px;
}
.right-bar-title{
	margin-bottom: 0.875rem;
}
.right-bar-item2{
	font-size: 0.75rem;
	margin-bottom: 0.875rem;
}
.call-us{
	display: inline-flex;
	font-size: 0.75rem;
	color: #fff !important;
	background-color: #f39800;
	height: 50px;
	padding: 0 50px;
	border-radius: 10px;
	align-items: center;
	text-decoration: none !important;
	position: relative;
	overflow: hidden;
}
.call-us span{
	position: relative;
	z-index: 1;
}
.call-us::after{
	position: absolute;
	left: 0;
	right: 100%;
	content: "";
	display: block;
	width: 0;
	transition: width 0.5s ease-in-out;
}
.call-us:hover::after{
	content: "";
	position: absolute;
	right: 100%;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #333;
}
.right-bar-item{
	display: flex;
	text-decoration: none !important;
	margin-bottom: 20px;
}
.right-bar-item-thumb{
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.right-bar-item-content{
    flex: 1;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.5);
}
.shop-ditu{
	background: linear-gradient(45deg, #333 0%, #111 100%);
	padding: 1.5rem;
	border-radius: 20px;
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
}

/* 公司简介 */
.page-about-company{
	position: relative;
	height: 100vh;
}
.page-about-company::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
#companyVideo{
	width: 100%;
}
.page-about-company-content{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.page-about-company-title{
	font-family: "HYLanHeiHeiW";
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	background-color: #f39800;
	display: inline-block;
	padding: 1rem;
	border-radius: 20px;
	margin-bottom: 1rem;
}
.page-about-company-slogn{
	color: #fff;
	margin-bottom: 0.5rem;
}
.page-about-company-desc{
	color: #fff;
	font-size: 0.875rem;
}
.swiper-pro-play{
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.btn-play-video{
	margin-top: 2rem;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.btn-play-video::before,
.btn-play-video::after {
  content: '';
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 80px;
}
.btn-play-video::before {
  transform: scale(0);
  animation: wave 1s infinite linear;
}

.btn-play-video::after {
  animation: wave 1s infinite 0.5s linear;
}
@keyframes wave {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.page-about-brand{
	margin-top: 8rem;
}
.page-about-culture{
	margin-top: 8rem;
	margin-bottom: 8rem;
}
.page-about-culture-en{
	font-size: 3rem;
	font-weight: 600;
	color: #fff;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.page-about-culture-cn{
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0.875rem;
}
.page-about-culture-content{
	color: #fff;
	margin-bottom: 30px;
}
.pagination{
    display: flex;
    justify-content: center;
}
.pagination li{
    margin-left:5px;
    margin-right:5px;
    color: #999;
}
.pagination li a{
    color: #999;
}
.pagination li.active a{
    color: #f39800;
}
.page-about-culture-list2{
    display: flex;
    flex-wrap: wrap;
}
.page-about-culture-item2{
    background: linear-gradient(45deg, #333 0%, #000 100%);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 1rem;
	color: #fff;
	width: 49%;
	margin-right: 2%;
}
.page-about-culture-item{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 1rem;
	color: #fff;
}
.page-about-culture-item2:nth-child(2n){
	margin-right: 0;
}
.page-about-culture-item-title{
	color: #fff;
	font-size: 1rem;
	margin-bottom: 1rem;
	position: relative;
}
.page-about-culture-item-title:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	display: block;
	width: 3px;
	height: 10px;
	background: #f39800;
	transition: width 0.5s ease-in-out;
}
page-about-culture-item:hover .page-about-culture-item-title:before{
	width: 80px;
}
.page-about-culture-item-desc{
	color: rgba(255,255,255,0.85);
	font-size: 0.75rem;
}

.page-about-history{
	height: 100vh;
	padding: 5rem 0;
	overflow: hidden;
	background-image: url("../image/history-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.swiper-history .swiper-slide{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.swiper-history .swiper-slide::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page-about-history-item{
	color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.page-about-history-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
	width: 500px;
}
.page-about-history-year{
	font-size: 3rem;
	letter-spacing: .04em;
	line-height: 1.2;
	font-weight: 600;
}
.page-about-history-title{
	font-size: 1rem;
	margin-top: 1rem;
}
.page-about-history-img{
	width: 500px;
}
.swiper-history-small{

}
.swiper-history-small .swiper-wrapper{
	border-bottom: 1px solid #979797;
}
.swiper-history-small .swiper-slide{
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0.5rem 0;
	border-bottom: 2px solid transparent;
	opacity: 0;
	font-weight: 600;
}
.swiper-history-small .swiper-slide:hover,
.swiper-history-small .swiper-slide-thumb-active{
	border-bottom: 2px solid #fff;
	opacity: 1;
}
/*
.page-about-history-item::after{
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 40px;
	background-color: #fff;
	border-radius: 20px;
}
.page-about-history-content{
	display: flex;
	align-items: center;
	font-size: 1rem;
	margin: 1rem 0;
	background: linear-gradient(45deg, #340076 0%, #0d063a 100%);
	border-radius: 20px;
	padding: 1rem;
}
.page-about-history-img{
	width: 30%;
	flex: 0 0 30%;
}
.page-about-history-title{
	flex: 1;
	margin-left: 1rem;
}
.page-about-history-year{
	font-size: 2rem;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;

} */
.swiper-history{
	position: relative;
	margin-top: 3rem;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 24px;
}
.swiper-history .swiper-button-next{
	right: auto;
	left: calc(10% + 368px);
	top: 135px;
}
.swiper-history .swiper-button-prev{
	left: calc(10% + 100px);
	top: 135px;
}
/* .swiper-history::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	background-color: rgba(255,255,255,0.8);
}
.swiper-history .swiper-slide{
	padding-top: 0;
	padding-bottom: 250px;
}
.swiper-history .swiper-slide:nth-child(2n){
	padding-top: 250px;
	padding-bottom: 0;
}
.swiper-history .swiper-slide:nth-child(2n) .page-about-history-item{
	flex-direction: column-reverse;
}
.swiper-history .swiper-slide:nth-child(2n) .page-about-history-item::after{
	top: -10px;
} */
.page-about-join{
	margin-top: 4rem;
}
.page-about-news{
	margin-top: 8rem;
}
.page-about-join-item{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 1rem;
	color: #fff;
	cursor: pointer;
}
.page-about-join-item-title{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.page-about-join-item-content{
	color: rgba(255,255,255,0.85);
	font-size: 0.75rem;
}
.page-about-join-item-modal{
	color: rgba(255,255,255,0.85);
	font-size: 0.75rem;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	padding-top: 25vh;
	padding-left: calc(50% - 500px);
	display: none;
}
.page-about-join-item.show .page-about-join-item-modal{
    display: block;
    cursor: auto;
}
.page-about-join-item-modal-box{
    border: 3px solid #f39800;
    width: 1000px;
	height: 50vh;
	overflow-y: auto;
	background: #000;
	border-radius: 16px;
	padding: 30px;
}
.page-about-join-item-modal-box-hd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.page-about-join-item-modal-name{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.page-about-join-item-modal-close{
    cursor: pointer;
}
.page-about-join-contact{
	margin-top: 1rem;
	display: flex;
}
.page-about-join-contact-item{
	color: rgba(255,255,255,0.85);
	font-size: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.85);
	margin-right: 1rem;
	padding: 0.5rem;
	border-radius: 10px;
}
.page-about-join-hr{
	margin-top: 1rem;
}
.page-about-join-hr img{
	width: 150px;
}

.page-join-box-img{
	overflow: hidden;
	height: 100vh;
}
.page-join-box-img img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.page-join-box-content{
	padding-top: 150px;
}
.page-join-box-title{
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-bottom: 3rem;
}
.page-join-box-title::after{
	content: "";
	position: absolute;
	left: 0;
	top: 110%;
	width: 80px;
	height: 8px;
	border-radius: 8px;
	background-color: #f39800;
}
.page-join-box-desc{
	color: #eee;
	font-size: 0.875rem;
	margin-bottom: 2rem;
}
.page-join-box1{
	height: 100vh;
}
.page-join-box2{
	height: 100vh;
	background-color: #000;
	background-image: url(../image/join-bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
}
.page-join-box-head{
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.page-join-box-head .page-join-box-title::after{
	left: 50%;
	transform: translateX(-50%);
}
.page-join-box2-item{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	padding: 1rem;
	border-radius: 15px;
	height: 370px;
}
.page-join-box2-img{
	border-radius: 10px;
	overflow: hidden;
}
.page-join-box2-name{
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin: 0.75rem 0;
}
.page-join-box2-desc{
	font-size: 0.75rem;
}
.page-join-box3{
	height: 100vh;
}
.page-join-box4{
	height: 100vh;
	background-color: #000;
	background-image: url(../image/join-bg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
}
.page-join-box4-item{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	padding: 1rem;
	border-radius: 15px;
}
.page-join-box4-img{
	border-radius: 10px;
	overflow: hidden;
}
.page-join-box4-img img{
	width: 100%;
	height: 320px;
}
.page-join-box4-name{
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin: 0.75rem 0;
}
.page-join-box4-desc{
	font-size: 12px;
}
.page-join-box4-desc p{
	margin-bottom: 5px;
}
.page-join-box5{
	height: 100vh;
	display: flex;
	align-items: center;
}
.page-join-box5-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-join-box5-item{
	padding: 1rem;
	border-radius: 15px;
	cursor: pointer;
	border: 5px solid transparent;
}
.page-join-box5-item:hover{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	border: 5px solid #f39800;
}
.page-join-box5-item-img{
	text-align: center;
}
.page-join-box5-item-img img{
	width: 64px;
}
.page-join-box5-item-title{
	text-align: center;
	margin-top: 1rem;
}
.page-join-box6{
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.page-join-box7{
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: #333;
}
.page-join-box7 .col-md-2{
	max-width: 100%;
}
.page-join-box7 .col-md-10{
	max-width: 100%;
}
.btn-submit{
	background-color: #f39800;
}

.page-shop-detail{
    
}
.shop-img-item{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shop-info{
    position: fixed;
    width: 640px;
    z-index: 999;
    right: 50px;
    top: 18vh;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}
.shop-info.shop-btn-active{
    transform: translateX(650px);
}
.shop-info-btn{
    width: 40px;
    height: 100px;
    background: rgba(0,0,0,0.5);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    backdrop-filter: blur(.13889rem);
      -webkit-backdrop-filter: blur(.13889rem);
      -moz-backdrop-filter: blur(.13889rem);
      -o-backdrop-filter: blur(.13889rem);
}
.shop-info-btn .shop-info-btn1{
    display: block;
}
.shop-info-btn .shop-info-btn2{
    display: none;
}
.shop-btn-active .shop-info-btn1{
    display: none;
}
.shop-btn-active .shop-info-btn2{
    display: block;
}
.shop-info-box{
    width: 600px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    color: #fff;
    padding: 40px;
    backdrop-filter: blur(.13889rem);
    -webkit-backdrop-filter: blur(.13889rem);
    -moz-backdrop-filter: blur(.13889rem);
    -o-backdrop-filter: blur(.13889rem);
}
.shop-info-box-title{
    font-size: 24px;
    margin-bottom: 15px;
}
.shop-info-box-list{
    margin-bottom: 15px;
}
.shop-info-box-item2{
    margin-bottom: 10px;
    font-size: 15px;
}

.product-detail-hd{
    display: flex;
    margin-bottom: 50px;
}
.product-detail-box{
    flex: 0 0 550px;
    width: 550px;
    position: relative;
}
.product-detail-info{
    flex: 1;
    padding-left: 50px;
}
.product-detail-title{
    font-size: 36px;
    margin-bottom: 20px;
}
.product-detail-intro-item{
    margin-bottom: 15px;
    display: flex;
    font-size: 16px;
}
.product-detail-intro-label{
    width: 120px;
}
.product-detail-intro-value{
    flex: 1;
}