/*
 *	Created by Edward on 22/12/20
 *	Copyright (c) 2022 shangtung.com All rights reserved
*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

* {
	touch-action: pan-y;
}

@font-face {
	font-family: 'iconfont';
	src: url('/assets/style/iconfont.woff2?t=1665396957536') format('woff2'),
		url('/assets/style/iconfont.woff?t=1665396957536') format('woff'),
		url('/assets/style/iconfont.ttf?t=1665396957536') format('truetype');
}
html, body{
	background: #fff;
}
.iconfont {
	font-family: "iconfont" ;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	
}

@font-face {
	font-family: dinot-regular;
	src: url(/assets/fonts/dinot-light.woff)
}

@font-face {
	font-family: dinot-blod;
	src: url(/assets/fonts/dinot-bold.woff)
}

@font-face {
	font-family: BrownBlod;
	src: url(/assets/fonts/brown/brown-regular.woff2)
}

.cpr{
	text-transform: uppercase;
}

.boxs{
	width: 100%;
	height: 100vh;
	position: relative;
	text-align: center;
}

.cx_swiper .info .dc_des{
	white-space: break-spaces;
}

.cx_swiper .info .dc_des br{
	display: none;
}

.hplay_btn{
	display: none;
}

.boxs:nth-child(even){
	background: red;
}

.rect{
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 2;
	overflow: hidden;
	
}
.ball1{
	width: 50vw;
	height: 20vh;
	position: absolute;
	left: 0%;
	top: 100vh;
	background: palevioletred;
	overflow: hidden;
	background: center center no-repeat;

	opacity: 0;
}
.ball1 img{
	width: 100%;
	height: auto;
	position: relative;
}


.header{
	width: 100%;
	height: auto;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 11;
	display: flex;
	justify-content: space-between;
	padding: 20px 5%;
	align-items: center;
	-webkit-transition: all .45s;
}
.header.sub{
	background: #fff;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}
.header.hide{
	-webkit-transform: translateY(-100%);
}
.page{
	margin-top: 94px;
}

.header .logo{
	width: 162px;
	height: auto;
	position: relative;
}

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

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

.header nav{
	display: flex;
}
.header nav a{
	color: #fff;
	position: relative;
	padding: 0px 35px;
	line-height: 50px;
	display: block;
	font-size: 16px;
}

.header nav a span{
	position: absolute;
	left: 100px;
	top: 0px;
	line-height: 39px;
}

.header.sub nav a{
	color: #3e3e3e;
}

.header.sub nav a::after{
	background: rgba(0, 0, 0, .3);
}

.sub .header_bar .tel p{
	color: #3e3e3e;
}
.sub .menu_btn::after{
	background-image: url(/assets/images/naviconb.png);
}
.header nav a::after{
	width: 1px;
	height: 30%;
	position: absolute;
	right: 0%;
	top: 35%;
	content: '';
	background: rgba(255, 255, 255, .3);
}

.header nav a:last-child::after{
	display: none;
}

.header_bar{
	width: 200px;
	display: flex;
	justify-content: space-between;
}

.header_bar .tel{
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	padding-left: 16px;
	position: relative;
}

.header_bar .tel::after{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	content: '';
	background: url(/assets/images/tel_icon.png);
	background-size: cover;
}

.header.sub .header_bar .tel::after{
	background-image: url(/assets/images/tel_icon2.png);
}

.header_bar .tel img{
	width: 16px;
	display: none;
}

.header_bar .tel p{
	margin-bottom: 0px;
	line-height: 50px;
	color: #fff;
	margin-left: 5px;
	font-size: 18px;
	font-family: dinot-blod;
}


.menu_btn {
    position: relative;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	padding: 0px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #fff;
	margin-top: 5px;
}

.menu_btn span{
	position: absolute;
	left: 10px;
	top: 15px;
	width: 18px;
	height: 2px;
	content: '';
	background: #fff;
	-webkit-transition: all .25s;
}

.menu_btn span:nth-child(2){
	top: 21px;
}


.menu_btn:hover span{
	top: 18px;
	
}
.menu_btn:hover span:nth-child(2){
	-webkit-transform: rotate(90deg);
}

.menu_btn.active span{
	top: 18px;
	-webkit-transform: rotate(-45deg);
}
.menu_btn.active span:nth-child(2){
	-webkit-transform: rotate(45deg);
}

.header.sub .menu_btn{
	border-color: rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .05);
}

.header.sub .menu_btn span{
	background: rgba(0, 0, 0, .3);
}

.svg_dot{
	width: 600px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 53%;
	-webkit-transform: translate(-50%, -50%);
	pointer-events: none;
}

.svg_dot .dot{
	width: 5px;
	height: 5px;
	position: absolute;
	border-radius: 50%;
	background: #fff;
}

.svg_dot .dot::after{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(/assets/images/fot.png);
	background-size: cover;
	content: '';
	margin-left: -9px;
	margin-top: -9px;
	opacity: 0;
	-webkit-transition: all .5s;
}

.svg_dot .dot:nth-child(1)::after{
	-webkit-transform: rotate(45deg);
}
.svg_dot .dot:nth-child(2)::after{
	-webkit-transform: rotate(95deg);
}
.svg_dot .dot:nth-child(3)::after{
	-webkit-transform: rotate(185deg);
}
.svg_dot .dot:nth-child(4)::after{
	-webkit-transform: rotate(-65deg);
}
.svg_dot .dot.active::after{
	opacity: 1;
}

.svg_dot .dot:nth-child(1){
	left: 300px;
	top: 47px;
}
.svg_dot .dot:nth-child(2){
	left: 535px;
	top: 221px;
}
.svg_dot .dot:nth-child(3){
	left: 441px;
	top: 502px;
}

.svg_dot .dot:nth-child(4){
	left: 148px;
	top: 498px;
}

.svg_dot .dot:nth-child(5){
	left: 59px;
	top: 221px;
}

.nav_light{
	width: 100%;
	height: 0vh;
	position: fixed;
	left: 0%;
	top: 0%;
	background: rgba(0, 0, 0, .7);
	z-index: 10;
	backdrop-filter: blur(5px);
	overflow: hidden;
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav_light.active{
	height: 100vh;
}

.nav_light .box{
	width: 50%;
	height: auto;
	position: absolute;
	left: 25%;
	top: 55%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-transform: translateY(-50%);
}

.nav_light .nav_thum{
	width: 300px;
	height: auto;
	position: absolute;
	opacity: 0;
}
.nav_light .nav_thum img{
	width: 100%;
	object-fit: cover;
}

.nav_light .nav_thum .img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.nav_light .nav_thum .img img{
	width: 0px;
	height: 100%;
	-webkit-transition: all .75s cubic-bezier(0.215, 0.610, 0.355, 1);
	position: absolute;
	left: 0%;
	top: 0%;
	object-fit: cover;
	-webkit-object-fit: cover;
}

.nav_light .nav_thum .img img.active{
	width: 100%;
}



.nav_light .nav_list{
	width: 100%;
	height: auto;
	position: relative;
}

.nav_light .nav_list li{
	color: #fff;
	line-height: 3.5;
	position: relative;
	width: 100%;
	display: block;
	font-size: 24px;
}

.nav_light .nav_list li a{
	display: block;
	width: 100%;
	color: #fff;
	-webkit-transition: all .75s cubic-bezier(0.215, 0.610, 0.355, 1);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-left: 50px;
	position: relative;
}

.nav_light .nav_list li a span{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -25px;
	display: block;
}
.nav_light .nav_list li a span::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	border-radius: 50%;
	-webkit-transition: all .45s;
	content: '';
	background: rgba(255, 255, 255, .8);
	-webkit-transform: scale(0);
}
.nav_light .nav_list li a span::after{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 15px;
	background: url(/assets/images/arrow_icon.png) no-repeat;
	background-size: cover;
	content: '';
	opacity: .3;
	-webkit-transition: all .3s;
	background-position: -20px 0px;
}

.nav_light .nav_list a:hover,.nav_light .nav_list a.active{
	padding-left: 70px;
}

.nav_light .nav_list a:hover span::before{
	-webkit-transform: scale(1);
}

.nav_light .nav_list a:hover span::after{
	background-position: 0px 0px;
	opacity: .7;
}


.hover-reveal {
    position: absolute;
    width: 15vw;
    height: 0vw;
   top: 60%;
   right: 0;
    pointer-events: none;
    z-index: 10;
	overflow: hidden; 
	-webkit-transition: all .5s;
	-webkit-transform: translateY(-50%);
}

.nav_light .nav_list li:hover .hover-reveal{
	top: 50%;
	height: 22.5vw;
}

.hover-inner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	transform-origin: 50% 100%;
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.nav_light .nav_list li:hover .hover-inner{
	
}
.nav_light .nav_list li:hover .hover-img{
	transform: scale(1.2, 1.2);
}
.hover-img{
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.nav_light .nav_list a::before{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0%;
	bottom: -1px;
	content: '';
	background: #fff;
	z-index: 5;
	-webkit-transition: all .5s;
}

.nav_light .nav_list a:hover::before{
	width: 100%;
}

.nav_light .nav_list a::after{
	width: auto;
	line-height: 30px;
	font-size: 16px;
	position: absolute;
	left: 0%;
	top: 55%;
	-webkit-transform: translateY(-50%);
	content: '01';
	opacity: .5;
	font-family: dinot-regular;
}

.nav_light .nav_list li:nth-child(2) a::after{
	content: '02';
}

.nav_light .nav_list li:nth-child(3) a::after{
	content: '03';
}

.nav_light .nav_list li:nth-child(4) a::after{
	content: '04';
}

.nav_light .nav_list li:nth-child(5) a::after{
	content: '05';
}

.nav_cp{
	width: 100%;
	margin-top: 45px;
	color: #fff;
	display: flex;
	align-items: center;
}

.nav_cp p{
	margin-bottom: 0px;
}

.socails{
	width: auto;
	display: flex;
}

.socails a{
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	margin-left: 15px;
	cursor: pointer;
}

.socails a::after{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 5px;
	background: url(/assets/images/socail_icon.png) no-repeat;
	content: '';
}

.socails a:nth-child(2)::after{
	background-position: -30px 0px;
}

.socails a:nth-child(3)::after{
	background-position: -60px 0px;
}

.socails a:nth-child(4)::after{
	background-position: -90px 0px;
}


.page img{
	width: 100%;
}

@-webkit-keyframes scrolldown {
	0% {
		background-position: 0 -100px
	}

	75% {
		background-position: 0 0
	}

	100% {
		background-position: 0 100px
	}
}

@keyframes scrolldown {
	0% {
		background-position: 0 -100px
	}

	75% {
		background-position: 0 0
	}

	100% {
		background-position: 0 100px
	}
}

.home-wrapper {
	position: relative;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, .3);
	z-index: 1
}

.clock-ring-wrapper {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%
}

.clock-ring-wrapper .progress-ring-wrapper {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
}

.clock-ring-wrapper .progress-ring-wrapper .progress-ring {
	position: absolute;
	left: 50%;
	top: 53%;
	-webkit-transform: translate(-50%, -50%);
	font-family: dinot-regular;
}

.clock-ring-wrapper .progress-ring-wrapper .progress-ring .progress-ring__background-circle,
.clock-ring-wrapper .progress-ring-wrapper .progress-ring .progress-ring__circle {
	position: absolute;
	fill: transparent;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.clock-ring-wrapper .progress-ring-wrapper .progress-ring .progress-ring__background-circle {
	stroke: #fff;
	stroke-width: 1;
	opacity: .4
}

.clock-ring-wrapper .progress-ring-wrapper .progress-ring .progress-ring__circle {
	stroke: #d5a655;
	stroke-width: 3;
	-webkit-transition: stroke-dashoffset 1s;
	transition: stroke-dashoffset 1s;
	-webkit-transform: rotate(0deg);
}



.clock-ring-wrapper .schedule-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}


.clock-ring-wrapper .schedule-wrapper .find-contemplation {
	position: absolute;
	top: 0;
	left: 50%;
	width: 210px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}


.clock-ring-wrapper .schedule-wrapper .btn-left,
.clock-ring-wrapper .schedule-wrapper .btn-right {
	position: absolute;
	top: 50%;
	width: 56px;
	height: 56px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	z-index: 5;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.clock-ring-wrapper .schedule-wrapper .btn-left:hover,
.clock-ring-wrapper .schedule-wrapper .btn-right:hover {
	background: rgba(255, 255, 255, .1)
}


.clock-ring-wrapper .schedule-wrapper .btn-left:after,
.clock-ring-wrapper .schedule-wrapper .btn-right:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(/assets/images/foot_icon.png) no-repeat;
	background-size: auto 100%;
	background-position: -50px 0px;
	
}
.clock-ring-wrapper .schedule-wrapper .btn-left:hover::after{
	background-position: 0px 0px;
}
.clock-ring-wrapper .schedule-wrapper .btn-left:after{
	background-image: url(/assets/images/foot_icon2.png);
}
.clock-ring-wrapper .schedule-wrapper .btn-right:hover::after{
	background-position: 0px 0px;
}
.clock-ring-wrapper .schedule-wrapper .btn-left {
	left: 50px
}



.clock-ring-wrapper .schedule-wrapper .btn-right {
	right: 50px
}


.clock-ring-wrapper .schedule-wrapper .now-time-display {
	position: absolute;
	top: 140px;
	right: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden
}

.clock-ring-wrapper .schedule-wrapper .event-item {
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 550px;
	line-height: 1;
}


.clock-ring-wrapper .schedule-wrapper .event-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.clock-ring-wrapper .schedule-wrapper .event-item a,
.clock-ring-wrapper .schedule-wrapper .event-item>div {
	max-width: 100%;
	opacity: 0;
}

.clock-ring-wrapper .schedule-wrapper .event-item.init .time {
	opacity: 0
}

.clock-ring-wrapper .schedule-wrapper .event-item .title,
.clock-ring-wrapper .schedule-wrapper .event-item .venue {
	position: absolute;
	width: 100%;
	font-size: 32px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
}

.clock-ring-wrapper .schedule-wrapper .event-item .title{
	width: 50%;
}

.clock-ring-wrapper .schedule-wrapper .event-item .venue {
	top: -65px;
	-webkit-transform: translateY(50px);
}
.clock-ring-wrapper .schedule-wrapper .event-item .time {
	position: relative;
	line-height: 1;
	font-size: 80px;
	color: #d5a655;
	-webkit-transform: translateY(75px);
	font-family: dinot-regular;
	
}
.clock-ring-wrapper .schedule-wrapper .event-item .title {
	top: 120px;
	-webkit-transform: translateY(100px);
}


.clock-ring-wrapper .schedule-wrapper .event-item.active .venue{
	opacity: 1;
	-webkit-transition: all 1.5s ease;
	-webkit-transform: translateY(0%);
}
.clock-ring-wrapper .schedule-wrapper .event-item.active .title{
	opacity: 1;
	-webkit-transition: all 1.5s ease .1s;
	-webkit-transform: translateY(0%);
	
}
.clock-ring-wrapper .schedule-wrapper .event-item.active .time{
	opacity: 1;
	-webkit-transition: all 1.5s ease .2s;
	-webkit-transform: translateY(0%);
}


.clock-ring-wrapper .schedule-wrapper .event-item .time span {
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0
}


.clock-ring-wrapper .schedule-wrapper .event-item .description {
	margin-bottom: 40px;
	text-align: center
}


.clock-ring-wrapper .schedule-wrapper .event-item .discover {
	position: absolute;
	top: 200px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.clock-ring-wrapper .schedule-wrapper .event-item .discover:hover {
	opacity: .3 !important
}


.scroll {
	position: absolute;
	bottom: 20%;
	left: 5%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.scroll .scrolldown {
	position: absolute;
	width: 1px;
	height: 100px;
	bottom: -40px;
	left: -70px;
	right: 0;
	overflow: hidden;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.scroll .scrolldown .line {
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
	background-position: 0 -100px;
	background-size: 100% 200%;
	-webkit-animation: scrolldown 2.2s cubic-bezier(.76, 0, .3, 1) forwards infinite;
	animation: scrolldown 2.2s cubic-bezier(.76, 0, .3, 1) forwards infinite
}


.background-video-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: -1
}

.background-video-wrapper .video-overlay {
	position: absolute;
	background: #353535;
	opacity: .3;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.m_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: center center no-repeat;
	background-size: cover;
	display: none;
}
.background-video-wrapper .background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.banner-filter {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/banner_filter.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.boxes.b1,.boxes.b2{
	padding: 0px;
}

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

.aboutLeft{
	width: 70%;
	height: auto;
	position: relative;
	margin-bottom: 5vw;
}

.aboutLeft .img{
	width: 100%;
	height: 60vh;
	position: relative;
	overflow: hidden;
}

.aboutRight{
	width: 20%;
	position: relative;
	margin-right: 10%;
	height: 50vh;
}

.aboutRight.ar2{
	display: none;
}

.aboutRight .info{
	width: 100%;
	height: auto;
	position: relative;
	text-align: right;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.dc_name{
	width: 100%;
	margin-bottom: 2vw;
	
}

.dc_name .cn{
	font-size: 20px;
	line-height: 1.5;
	white-space: break-spaces;
}

.dc_name .en{
	font-size: 18px;
	text-transform: uppercase;
	font-family: BrownBlod;
	line-height: 1.5;
}

.dc_des{
	width: 100%;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 3vw;
}

.dc_des .cn{
	white-space: break-spaces;
}

.moreBtn{
	width: 145px;
	height: 45px;
	border: 1px solid #1e1e1e;
	line-height: 43px;
	text-align: center;
	display: block;
	color: #1e1e1e;
	font-size: 14px;
	position: relative;
}

.moreBtn.c{
	margin: 0px auto;
}

.moreBtn::before{
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0%;
	right: 0%;
	content: '';
	background: #1e1e1e;
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.moreBtn:hover::before{
	left: 0%;
	width: 100%;
}
.moreBtn:hover p{
	color: #fff;
}
.moreBtn p{
	position: relative;
	font-size: 12px;
	-webkit-transition: all .4s;
}

.moreBtn.r{
	float: right;
}

.numbers{
	width: 85%;
	height: auto;
	position: relative;
	margin-left: 15%;
	padding: 55px 0px;
}

.numbers ul{
	display: flex;
	justify-content: space-between;
	direction: initial;
}

.numbers ul li{
	width: 25%;
	height: auto;
	position: relative;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, .05);
}

.numbers ul li:last-child{
	border-right: none;
}

.numbers ul li .num{
	width: 100%;
	text-align: center;
	font-size: 48px;
	display: flex;
	font-family: dinot-blod;
	justify-content: center;
	align-items: flex-end;
	direction: initial;
}

.numbers ul li .num span{
	font-size: 14px;
	position: relative;
	bottom: 10px;
	margin-left: 5px;
}
.numbers ul li .num p{
	display: block;
}
.w1400{
	width: 70%;
}

.lifeBox{
	width: 100%;
	height: 130vh;
	position: relative;
}

.lifeBox .info{
	width: 30%;
	position: relative;
}

.lifeBox ul li{
	position: absolute;
	width: 31%;
	height: auto;
	overflow: hidden;
	-webkit-transition: all .5s;
	will-change: transform;
}

.lifeBox ul li .show{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: rgba(0, 0, 0, .6);
	backdrop-filter: blur(0px);
	z-index: 10;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.lifeBox ul li a:hover .show{
	opacity: 1;
	visibility: visible;
}

.lifeBox ul li .show .title{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 20%;
	color: #fff;
	text-align: center;
	padding: 25px;
	line-height: 1.4;
	-webkit-transition: all .5s;
	opacity: 0;
}

.lifeBox ul li a:hover .show .title{
	top: 15%;
	opacity: 1;
}

.lifeBox ul li .show .title b{
	display: block;
	width: 100%;
	font-family: BrownBlod;
	text-transform: uppercase;
}
.lifeBox ul li .show .title p{
	font-size: 22px;
}
.lifeBox ul li .show .show_center{
	width: 100%;
	height: auto;
	position: absolute;
	top: 65%;
	-webkit-transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 15%;
	opacity: 0;
	-webkit-transition: all .5s;
}

.lifeBox ul li a:hover .show .show_center{
	top: 60%;
	opacity: 1;

}

.lifeBox ul li .sbx .icon{
	width: 80px;
	background: rgba(255,255,255,.2);
	border-radius: 50%;
	margin: 0px auto;
}
.lifeBox ul li .sbx .txt{
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
	line-height: 25px;
	padding-top: 5px;
}

.lifeBox ul li .sbx{
	width: 50%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}

.lifeBox ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;

	will-change: transform;
}


.lifeBox ul li a .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: 2;
	color: #fff;
	text-align: center;
	padding: 25px;
	line-height: 1.4;
	-webkit-transition: all .5s;
	will-change: transform;
}

.lifeBox ul li a .img{
	-webkit-transition: all .5s;
}

.lifeBox ul li:hover a .img{
	-webkit-transform: scale(1.1);
}

.lifeBox ul li:hover .name{
	opacity: 0;
}

.lifeBox ul li:nth-child(1){
	left: 0%;
	top: 50%;
	height: 60vh;
	margin-top: -30vh;
}

.lifeBox ul li:nth-child(2){
	height: 50vh;
	left: 34%;
	top: 0%;
	width: 32%;
}

.lifeBox ul li:nth-child(2) a:hover .show .show_center{
	top: 65%;
}

.lifeBox ul li:nth-child(2) a:hover .show .title{
    top: 10%;
    opacity: 1;
}

.lifeBox ul li:nth-child(3){
	height: 50vh;
	left: 34%;
	top: 54vh;
	width: 32%;
}

.lifeBox ul li:nth-child(4){
	height: 60vh;
	left: 69%;
	top: 13vh;
}

.lifeBox ul li:nth-child(5){
	height: 40vh;
	left: 69%;
	top: 77vh;
}

.lifeBox ul li:nth-child(5) .show .show_center,.lifeBox ul li:nth-child(3) .show .show_center{
	padding: 0px 5%;
}
.lifeBox ul li:nth-child(5) .sbx,.lifeBox ul li:nth-child(3) .sbx{
	width: 33%;
}
.rhBox{
	width: 80%;
	height: 80vh;
	overflow: hidden;
	position: relative;
	margin-left: 10%;
	margin-top: 0vw;
	margin-bottom: 5vw;
}
.rhBox .img{
	width: 100%;
	position: relative;
}

.rhBox .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 20%;
	text-align: center;
}

.rhBox .info .rh_logo{
	width: 206px;
	margin: 0px auto 3vw;
}

.rhBox .img_box{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.sub_name{
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	margin-bottom: 3vw;
}
.sub_name b{
	display: block;
	font-size: 22px;
	line-height: 1.5;
}

.sub_name p{
	font-size: 18px;
	text-transform: uppercase;
	font-family: BrownBlod;
	line-height: 1.7;
}

.news{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 2vw;
}

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

.news ul li{
	width: 31%;
	height: auto;
	position: relative;
	margin-right: 3.5%;
	margin-bottom: 35px;
}

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

.news ul li a{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.news ul li a:hover .pic{
	-webkit-transform: scale(1.05);
}

.news ul li a .info{
	position: relative;
	margin-top: 10px;
}

.news ul li:nth-child(2) a .info{
	margin-top: 0px;
	margin-bottom: 10px;
}

.news ul li a .info .time{
	font-size: 12px;
	line-height: 2;
	opacity: .7;
}
.news ul li a .info .name{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0px;
}
.news ul li a .info .des{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.5;
	opacity: .5;
}

.add_box{
	width: 100%;
	margin-top: 5vw;
	margin-bottom: 2vw;
}

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

.add_box ul li{
	width: 50%;
	position: relative;
	text-align: center;
	line-height: 1.7;
}

.back_div{
	width: 100%;
	text-align: center;
	line-height: 50px;
	position: relative;
	margin-bottom: 3vw;
}

.back_div::after{
	width: 1px;
	height: 4vw;
	position: absolute;
	left: 50%;
	top: -4vw;
	background: #353535;
	content: '';
}

.back_div a{
	cursor: pointer;
}

.f_logo {
    width: 206px;
    margin: 0px auto 3vw;
}

.f_des{
	width: 100%;
	text-align: center;
	letter-spacing: 20px;
	margin-bottom: 1vw;
}

.f_socals{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}

.f_socals a{
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50%;
	margin: 0px 15px;
	cursor: pointer;
	-webkit-transition: all .45s;
}

.f_socals a::after{
	width: 30px;
	height: 30px;
	background: url(/assets/images/socail_icon.png) no-repeat;
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	background-position: 0px -30px;
}

.f_socals a .img,.socails a .img{
	width: 180px;
	height: auto;
	padding: 0px;
	position: absolute;
	left: -70px;
	top: -170px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .05);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s;
}

.f_socals a:hover .img,.socails a:hover .img{
	top: -190px;
	opacity: 1;
	visibility: visible;
}

.socails a:hover::after{
	opacity: .7;
}

.f_socals a:hover{
	background: #353535;
}

.f_socals a:hover::after{
	background-position: 0px 0px;
}

.f_socals a:nth-child(2)::after{
	background-position: -30px -30px;
}

.f_socals a:nth-child(3)::after{
	background-position: -60px -30px;
}

.f_socals a:nth-child(4)::after{
	background-position: -90px -30px;
}

.f_socals a:hover:nth-child(2)::after{
	background-position: -30px 0px;
}

.f_socals a:hover:nth-child(3)::after{
	background-position: -60px 0px;
}

.f_socals a:hover:nth-child(4)::after{
	background-position: -90px 0px;
}

.footer .cp{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0px 10%;
	line-height: 50px;
	color: rgba(0, 0, 0, .3);
	font-size: 12px;
	margin: 2vw 0px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.footer .cp a{
	color: rgba(0, 0, 0, .3);
}



.footer .cpl a{
	margin-left: 10px;
}

.footer .cp a:hover{
	color: rgba(0, 0, 0, .8);
}


.lifeBox ul li a .name b{
	display: block;
	width: 100%;
	font-family: BrownBlod;
	text-transform: uppercase;
}

.lifeBox ul li a .name p{
	font-size: 22px;
}

.lifeBox ul li a::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.warp{
	width: 100%;
	padding-top: 95px;
}

.cx_swiper{
	width: 80%;
	margin-left: 10%;
	height: 70vh;
	margin-bottom: 3vw;
}
.cx_swiper .pic{
	height: 100%;
}

.cx_swiper .info{
	width: 350px;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(20px);
	display: flex;
	align-items: center;
	color: #fff;
	will-change:top;
	z-index: 5;
}


.cx_swiper .info .center{
	width: 80%;
	margin-left: 10%;
}

.cx_swiper .info .cx_num{
	position: absolute;
	width: 250px;
	right: -280px;
	top: 50px;
	text-align: center;
	display: flex;
	align-items: flex-start;
	line-height: 1;
	font-family: dinot-blod;
}

.cx_swiper .info .cx_num span{
	font-size: 150px;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	color: transparent;
}

.cx_swiper .info .cx_num b{
	position: relative;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10px;
	top: 25px;
}

.cx_swiper .pro_img{
	width: 100%;
	margin-bottom: 2vw;
}

.moreBtn.w{
	border: 1px solid #fff;
	color: #fff;
}
.moreBtn.w::before{
	background: #fff;
}

.moreBtn.w:hover p {
    color: #1e1e1e;
}

.swiper_box{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 0vw;
}

.cx_swiper .swiper-pagination,.aboutSwiper .swiper-pagination,.pSwiper .swiper-pagination,.pSwiper2 .swiper-pagination{
	width: 100%;
	bottom: 3%;
	text-align: right;
	padding-right: 5%;
	
}
.pSwiper .swiper-pagination,.pSwiper2 .swiper-pagination{
	bottom: 12%;
	padding-right: 15%;
}
.cx_swiper .swiper-pagination-bullet,.aboutSwiper .swiper-pagination-bullet,.pSwiper .swiper-pagination-bullet,.pSwiper2 .swiper-pagination-bullet{
	border-radius: 0px;
	height: 8px;
	width: 20px;
	background: #fff;
	margin-left: 10px;
	opacity: .5;
	-webkit-transition: all .35s;
}
.cx_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,.aboutSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active,.pSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active,.pSwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 30px;
	opacity: 1;
}
.sub_banner{
	width: 90%;
	margin-left: 5%;
	margin-bottom: 5vw;
}

.inner_box{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0px 15%;
}

.about_img{
	width: 100%;
	margin-left: 0%;
	height: 60vh;
	overflow: hidden;
	margin-bottom: 5vw;
}
.about_img img{
	position: relative;
	top: -5vw;
}

.about_img.th img{
	position: relative;
	top: -15vw;
}

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

.about_info{
	width: 100%;
	height: auto;
	position: relative;
}

.about_info .name{
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 2vw;
}

.about_warp{
	width: 100%;
	min-height: 50vh;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3vw;

}

.about_warp .left{
	width: 68%;
	position: relative;
	overflow: hidden;
}

.about_warp .right{
	width: 30%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: self-end;
}

.about_warp .left .pic{
	height: 100%;
	position: relative;
}

.about_warp .right .des{
	width: 100%;
	font-size: 14px;
	line-height: 2;
}

.about_warp .right .img{
	height: 25vh;
	width: 100%;
}

.about_warp .right .img .pic{
	height: 100%;
}

.about_warp.even .right{
	align-items: flex-start;
}

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

.join_us{
	margin-top: 5vw;
	margin-bottom: 2vw;
}

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

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

.joins ul li{
	width: 49%;
	height: auto;
	position: relative;
	line-height: 30px;
	text-align: right;
}

.joins ul li:nth-child(even){
	text-align: left;
}

.news_top{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 2vw;
	margin-top: 50px;
}

.news_top .sub_name{
	width: auto;
	text-align: left;
	margin-right: 10vw;
	margin-bottom: 0%;
}

.sub_nav{
	width: auto;
}

.sub_nav a{
	padding: 0px 50px;
	color: rgba(0, 0, 0, .5);
	position: relative;
}

.sub_nav a::after{
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0%;
	top: 0%;
	background: rgba(0, 0, 0, .1);
	content: '';
}

.sub_nav a:last-child::after{
	display: none;
}

.sub_nav a:hover,.sub_nav a.active{
	color: #353535;
}

.news_box{
	width: 100%;
	margin-bottom: 5vw;
	display: flex;
	justify-content: space-between;
}

.news_box .left{
	width: 30%;
	height: 32vw;
	position: sticky;
	top: 0px;
	display: block;
	background: #353535;
	-webkit-transition: all .45s;
	overflow: hidden;
}

.news_box .left:hover .pic{
	-webkit-transform: scale(1.05);
}

.news_box .left::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	background: linear-gradient(-0deg, rgba(0,0,0,.7), rgba(0,0,0,0));
}

.news_box .left.active{
	top: 100px;
}
.news_box .left .pic{
	height: 100%;
}

.news_box .left .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	padding: 20px;
	color: #fff;
	z-index: 2;
}

.news_box .right{
	width: 65%;
	height: auto;
}
.news_list{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3vw;
}
.news_list a{
	display: block;
	width: 48%;
	position: relative;
	height: auto;
	margin-bottom: 2vw;
}

.news_list a .info{
	position: relative;
	margin-top: 15px;
}

.news_list a .info .time{
	line-height: 2;
	font-size: 12px;
	opacity: .5;
}

.news_list a .info .name{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
	margin-top: 5px;
}

.news_list a .info .des{
	width: 100%;
	font-size: 12px;
	line-height: 1.7;
	opacity: .5;
}

.news_list a:hover .pic{
	-webkit-transform: scale(1.05);
}

.news_page{
	width: 100%;
	display: flex;
}

.news_page a{
	width: 35px;
	height: auto;
	line-height: 33px;
	display: block;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .2);
	margin-right: 10px;
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
}

.news_page a:hover,.news_page a.active{
	color: #fff;
	border-color: #353535;
	background: #353535;
}

.video_top{
	width: 100%;
	height: auto;
	position: relative;
}

.video_top ul{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	height: 60vh;
}

.video_top ul li{
	flex: 0 3 35%;
	padding: 0 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}

.video_top ul li .blockContent{
	width: 100%;
	height: 60vh;
	max-height: 80%;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	overflow: hidden;
	position: relative;
}

.video_top ul li .bgImage{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background: center no-repeat;
	background-size: cover;
}

.video_top ul li .bgImage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.video_top ul li .bgImage video{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.video_top ul li.active{
	flex: 0 1 60%;
}

.video_top ul li.active .blockContent{
	max-height: 100%;
}

.video_top ul li .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	text-align: center;
	color: #fff;
	z-index: 5;
	padding: 20px;
}

.video_top ul li .bgImage::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.video_center{
	width: 100%;
	height: 60vh;
	position: relative;
	margin-top: 5vw;
	margin-bottom: 5vw;
}

.video_center .pic{
	height: 100%;
}
.video_list{
	margin-bottom: 5vw;
}
.video_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.video_list ul li{
	width: 32%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2vw;
	cursor: pointer;
}

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

.video_list ul li .name{
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}

.video_list ul li .play_btn{
	width: 60px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	opacity: .75;
}

.video_list ul li .thum{
	background: #353535;
}

.video_list ul li .thum>img{
	opacity: .7;
	-webkit-transition: all .45s;
}

.video_list ul li:hover .thum>img{
	-webkit-transform: scale(1.05);
}

.bus_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5vw;
}

.bus_box .bus_left{
	width: 35%;
}

.bus_box .bus_left .sub_name{
	text-align: left;
}

.bus_box .bus_img{
	width: 60%;
}

.bus_add{
	width: 100%;
	margin-bottom: 5vw;
}
.bus_add ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid rgba(0, 0, 0, .1);
}

.bus_add ul li{
	width: calc(100% / 3);
	height: auto;
	position: relative;
	padding: 75px 50px;
	border-right: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
}

.bus_add ul li:last-child{
	border-right: none;
}

.bus_add ul li .txt{
	line-height: 50px;
}

.bus_add ul li .b_box{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	line-height: 50px;
	background: #eae6e0;
	justify-content: center;
}


.bus_add ul li .b_box a{
	width: 50px;
	height: 50px;
	position: relative;
	cursor: pointer;
}

.bus_add ul li .b_box a::after{
	width: 30px;
	height: 30px;
	background: url(/assets/images/socail_icon.png) no-repeat;
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	background-position: 0px -30px;
}

.bus_add ul li .b_box a:nth-child(2)::after{
	background-position: -30px -30px;
}

.bus_add ul li .b_box a:nth-child(3)::after{
	background-position: -60px -30px;
}

.bus_add ul li .b_box a:nth-child(4)::after{
	background-position: -90px -30px;
}

.bus_add ul li .b_box a .img{
	width: 160px;
	height: auto;
	background: #fff;
	padding: 0px;
	position: absolute;
	left: -65px;
	top: -110px;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s;
}
.bus_add ul li .b_box a:hover::after{
	opacity: .7;
}
.bus_add ul li .b_box a:hover .img{
	top: -160px;
	opacity: 1;
	visibility: visible;
}

.ins_img{
	width: 100%;
	height: 60vh;
	position: relative;
}

.ins_img .pic{
	height: 100%;
}

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

.about_warp.r{
	direction: rtl;
}

.about_warp.r .right{
	direction: initial;
}

.pd_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3vw;
	margin-top: 50px;
}

.pd_box .pro_left{
	width: 300px;
	background: #f4f4f4;
	position: relative;
}

.pd_box .pimg{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
}

.pd_box .pro_left .plogo{
	width: 60%;
	position: relative;
	margin-left: 20%;
	margin-top: 3vw;
}

.pd_box .pro_right{
	width: calc(100% - 350px);
}
img[data-scroll-speed] {
    will-change: transform;
}
.pr_thum{
	width: 100%;
	height: 60vh;
	position: relative;
	margin-bottom: 5vw;
	will-change: transform;
	transform: scale(.8);
	transform-origin: top;
	overflow: hidden;
}

.pr_thum .pr_pic{
	-webkit-transform: scale(1.2);
	height: 100%;
	overflow: hidden;
	transform-origin: top;
}

.pr_thum .pr_pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ps1box,.ps2box{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.pSwiper,.pSwiper2{
	width: 100%;
	margin-left: 0%;
	height: 100vh;	
	background: #000;
}

.pSwiper video,.pSwiper2 video{
	position: absolute;
	width: 100%;
	left: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.pSwiper .play_btn{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 15%;
	top: 80%;
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
	background: url(/assets/images/pause_btn.png) no-repeat;
	background-size: cover;
}

.pSwiper .play_btn.active{
	background-position: 0px -60px;
}

.pSwiper .pic,.pSwiper2 .pic{
	height: 100%;
}

.pdshow{
	width: 70%;
	position: relative;
	margin-left: 15%;
	display: flex;
	justify-content: space-between;
	height: auto;
	margin-bottom: 5vw;
}

.pdshow .left{
	width: 25%;
}

.pdshow .right{
	width: 60%;
	overflow: hidden;
}

.pdshow .pic{
	height: 100%;
}

.pdshow .left .img{
	height: 20vh;
	margin-bottom: 3vw;
	width: 100%;
}

.pl_box{
	width: 70%;
	position: relative;
	margin-left: 15%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 5vw;
}
.pl_box .list ul li:last-child{
	margin-bottom: 0px;
}
.pl_box .list{
	width: 60%;
}
.pl_box .right{
	width: 35%;
	position: relative;
	top: 5vw;
}
.pl_box .list ul li .img{
	height: 30vh;
	position: relative;
	overflow: hidden;
}

.pl_box .list ul li .name{
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}

.pl_box .list ul li{
	margin-bottom: 3vw;
}

.pdshow.even .left{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

.pdshow.even .left .img{
	margin-bottom: 0%;
}

.ins_box .dc_name{
	margin-top: 4vw;
}

.swiper_box.ft{
	margin-top: 0px;
}

.swiper_box .sub_name{
	padding-top: 5vw;
}

.news_box .left .info .name{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 10px;
}

.news_box .left .info .time{
	font-size: 12px;
	line-height: 1.6;
	opacity: .5;
	margin-bottom: 10px;
}

.news_box .left .info .des{
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 12px;
	opacity: .7;
}

.w1400.hs{
	position: relative;
}

.w1400.hs::before{
	width: 30vw;
	height: 30vw;
	position: absolute;
	left: -20vw;
	top: 0%;
	background: url(/assets/images/zw.png) no-repeat;
	background-size: cover;
	content: '';
}

.aboutSwiper{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
[data-css-call][data-delay="3"] {
    transition-delay: .3s;
}
[data-css-call=maskDown] {
    transition: -webkit-clip-path .3s cubic-bezier(.215,.61,.355,1);
    transition: clip-path .3s cubic-bezier(.215,.61,.355,1);
    transition: clip-path .3s cubic-bezier(.215,.61,.355,1),-webkit-clip-path .3s cubic-bezier(.215,.61,.355,1);
    transition-duration: 1.2s;
    -webkit-clip-path: polygon(0 0,100% 0,100% 0,0 0);
    clip-path: polygon(0 0,100% 0,100% 0,0 0);
}
[data-css-call=maskDown].is-inview {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

.aboutSwiper .pic{
	height: 100%;
}

.aboutSwiper .swiper-pagination{
	bottom: 5%;
}

.cp_img{
	width: 100%;
	height: 22vw;
	position: relative;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.aboutSwiper .swiper-slide{
	overflow: hidden;
}

.detail_top{
    width: 100%;
    height: auto;
    position: relative;
    background: #e9e9e9;
    margin-top: 0px;
    padding: 100px 0px 75px;
    color: #3e3e3e;
}

.detail_top .title{
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}

.detail_top .info{
    margin-top: 20px;
    line-height: 1;
    font-size: 12px;
    line-height: 1.5;
    opacity: .6;
}

.detail_box{
	width: 70%;
	padding: 70px 0 100px;
}

.dpl {
    width: calc(100% - 250px);
    padding: 0px;
    padding-right: 80px;
    border: none;
}

.dpl .singePage img{
	width: 100% !important;
	height: auto !important;
}


.ndc_npnews{
    justify-content: space-between;
    margin-top: 55px;
}
.ndc_npnews .post_next, .ndc_npnews .post_prev{
    padding: 0px;
    width: 49%;
    font-size: 14px;
}
.ndc_npnews .post_next .icon, .ndc_npnews .post_prev .icon{
    width: 64px;
}
.ndc_npnews .post_next .name, .ndc_npnews .post_prev .name{
    width: calc(100% - 64px);
}
.ndc_npnews .post_next .icon:before, .ndc_npnews .post_prev .icon:before{
    display: none;
}

.ndc_npnews .post_prev{
    border: none;
}

.detail_box .dpr {
    width: 275px;
    height: auto;
    background: #fff;
    align-self: flex-start;
}

.dpr .name {
    color: #3e3e3e;
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
}

.dpr .sames {
    margin-top: 22px;
}

.dpr .sames a {
    width: 100%;
    display: block;
    border-top: 1px solid #E3DDDD;
    padding: 22px 0;
}

.dpr .sames a .title {
    font-size: 14px;
    line-height: 1.6;
    color: #3e3e3e;
    transition: all 0.36s;
}

.dpr .sames a .time {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #848484;
}

.vlightBox {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 200;
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(15px);
	padding: 0px 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	visibility: hidden;
	opacity: 0;
}

.inner-player video {
	display: block;
	width: 70%;
	height: auto;
	max-height: 80%;
}

.pro_close {
	width: 50px;
	height: auto;
	line-height: 60px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 17px;
	position: absolute;
	right: 5%;
	top: 5%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .35s;
	background: #000;
}

.pro_close:hover {
	-webkit-transform: rotate(45deg);
}

.pro_close img {
	opacity: 1;
}

.vlightBox.active {
	opacity: 1;
	visibility: visible;
}

.inner-player {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mTitle{
	display: none;
}

.temp_div{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	direction: rtl;
	flex-wrap: wrap;
}

.pl_box .right.r1{
	display: none;
}

.ins_img.ii1{
	display: none;
}

.news .thum.t1{
	display: none;
}
#page{
	text-align: center;
}

.brand_nav{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 5vw;
}

.brand_nav a{
	padding: 0px 35px;
	position: relative;
	line-height: 25px;
	cursor: pointer;
	color: rgba(0, 0, 0, .4);
}

.brand_nav a:hover,.brand_nav a.active{
	color: rgba(0, 0, 0, 1);
}

.brand_nav a::after{
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0%;
	top: 20%;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.brand_nav a:last-child::after{
	display: none;
}

.brand_img{
	margin-bottom: 0vw;
}

.brand_warp{
	width: 100%;
	height: auto;
	position: relative;
}
.brand_warp ul{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 5vw;
}
.brand_warp ul li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 5vw;
}

.brand_warp .bw_title{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 10vw;
}

.brand_warp .bw_title b{
	display: block;
	width: 100%;
	font-size: 28px;
}

.brand_warp .bw_title p{
	font-size: 24px;
	text-transform: uppercase;
	font-family: BrownBlod;
	line-height: 1.5;
}

.brand_warp ul li .bw_right{
	width: 70%;
	height: 60vh;
}
.b_swiper{
	height: 100%;
	position: relative;
}
.brand_warp ul li .bw_left{
	width: 25%;
	position: relative;
}
.brand_warp ul li:nth-child(even){
	direction: rtl;
}

.brand_warp ul li:nth-child(even) .swiper-pagination{
	direction: initial;
}

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

.brand_warp .bw_info{
	position: absolute;
	width: 100%;
	bottom: 0%;
}

.brand_warp ul li:nth-child(odd) .bw_info{
	bottom: auto;
	top: 0%;
	text-align: right;
}

.b_swiper .swiper-slide .pic{
	height: 100%;
}

.inner_box.w{
	padding: 0px 10%;
}

.brand_warp .bw_info .name{
	width: 100%;
	font-size: 20px;
	white-space: break-spaces;
	position: relative;
	text-transform: uppercase;
	font-family: BrownBlod;
	line-height: 1.5;
	margin-bottom: 2vw;
}

.brand_warp .bw_info .info{
	width: 100%;
	font-size: 14px;
	line-height: 2;
	white-space: break-spaces;
}

.b_swiper .swiper-pagination{
	bottom: 5%;
	right: 3%;
}

.b_swiper .swiper-pagination-bullet {
	border-radius: 0px;
	height: 8px;
	width: 20px;
	background: #fff;
	margin-left: 10px;
	opacity: .5;
	-webkit-transition: all .35s;
}

.b_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 30px;
	opacity: 1;
}

.pl_box.active .right{
	display: none;
}

.pl_box.active .list{
	width: 100%;
}

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

.pl_box.active .list ul li{
	width: 47%;
	position: relative;
}

.pl_box.active .list ul li .img{
	height: auto;
}

.news_list.zs{
	width: 100%;
	justify-content: flex-start;
}

.news_list.zs a{
	width: 32%;
	margin-right: 2%;
}

.news_list.zs a:nth-child(3n){
	margin-right: 0%;
}

.news_list a .info .summary{
	-webkit-line-clamp: 3;
}
@media screen and (max-width: 1440px) {
	.brand_warp ul li .bw_right{
		height: 70vh;
	}
	.inner_box.w {
	    padding: 0px 5%;
	}
	.brand_warp .bw_info .name{
		font-size: 18px;
		line-height: 1.3;
	}
	.brand_warp .bw_title b{
		font-size: 24px;
	}
	.brand_warp .bw_title p{
		font-size: 20px;
	}
}
@media screen and (max-width: 1366px) {

	.header nav a{
		padding: 0px 20px;
	}
	.header nav a span{
		left: 85px;
	}
	.dc_name .cn{
		font-size: 18px;
	}
	.dc_name .en{
		font-size: 16px;
	}
	.cx_swiper .pro_img{
		width: 200px;
	}
	.dc_name{
		margin-bottom: 1vw;
	}
	.dc_des{
		margin-bottom: 1.5vw;
		line-height: 1.6;
		font-size: 14px;
	}
	.about_warp .right .img{
		height: 20vh;
	}
	.lifeBox ul li a .name b{
		font-size: 12px;
	}
	.lifeBox ul li a .name p {
	    font-size: 18px;
	}
	.rhBox .info .rh_logo{
		width: 160px;
	}

}
@media screen and (max-width: 900px) {
	.pSwiper .play_btn{
		display: none;
	}
	.lifeBox ul li .show{
		display: none;
	}
	.brand_warp ul li .bw_left{
		width: 100%;
	}
	.brand_warp .bw_info{
		position: relative;
	}

	.header{
		height: 60px;
		left: 0%;
		top: 0px;
		padding: 0px 3%;
		width: 100%;
		margin-left: 0%;
	}
	nav{
		visibility: hidden;
		width: 100%;
		height: 0vh;
		right: 0;
		padding: 20px 5%;
		padding-top: 60px;
		position: fixed;
		top: 0px;
		-webkit-transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
		flex-wrap: wrap;
		background: #fff;
		overflow: hidden;
	}
	.header nav a{
		color: #000;
	}
	nav.active {
	    visibility: visible;
		height: 100vh;
	}
	.header nav{
		
	}
	.header nav a{
		width: 100%;
		padding: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	.header nav a::after{
		display: none;
	}
	.header .logo{
		width: 81px;
		position: relative;
		z-index: 2;
	}
	.header_bar .tel p{
		font-size: 14px;
	}
	.header_bar{
		width: 170px;
	}
	.clock-ring-wrapper .progress-ring-wrapper .progress-ring,.clock-ring-wrapper .schedule-wrapper{
		width: 100vw;
		height: 100vw;
	}
	.clock-ring-wrapper .progress-ring-wrapper{
		width: 100vw;
		height: 100vw;
		margin-left: -50vw;
		margin-top: -50vw;
	}
	.clock-ring-wrapper .schedule-wrapper .event-item .title, .clock-ring-wrapper .schedule-wrapper .event-item .venue{
		font-size: 20px;
	}
	.clock-ring-wrapper .schedule-wrapper .event-item .time{
		font-size: 40px;
	}
	.clock-ring-wrapper .schedule-wrapper .event-item .title{
		top: 80px;
	}
	.clock-ring-wrapper .schedule-wrapper .btn-left, .clock-ring-wrapper .schedule-wrapper .btn-right{
		-webkit-transform: scale(0.6);
	}
	.scroll{
		display: none;
	}
	.mTitle{
		display: block;
		padding-top: 8vw;
	}
	.ball1{
		display: none;
	}
	.aboutLeft{
		width: 100%;
		margin-bottom: 5vw;
	}
	.numbers{
		width: 100%;
		margin-left: 0%;
		padding: 0%;
	}
	.numbers ul{
		flex-wrap: wrap;
		direction: initial;
	}
	.numbers ul li{
		width: 50%;
		padding:30px 20px;
	}
	.numbers ul li .num{
		font-size: 28px;
	}
	.aboutLeft .img{
		height: 35vh;
	}
	.cx_swiper .swiper-pagination-bullet, .aboutSwiper .swiper-pagination-bullet, .pSwiper .swiper-pagination-bullet, .pSwiper2 .swiper-pagination-bullet{
		height: 4px;
		width: 10px;
		
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0px 2px;
	}
	.cx_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .aboutSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .pSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .pSwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 15px;
	}
	.aboutRight{
		width: 100%;
		height: auto;
		margin-right: 0%;
		padding: 0px 5%;
		margin-bottom: 15vw;
	}
	.aboutRight .info{
		text-align: center;
		top: 0%;
		-webkit-transform: translateY(0%);
	}
	.aboutRight .moreBtn{
		margin: 0px auto;
		float: none;
	}
	.dc_name .cn{
		font-size: 14px;
		line-height: 2;
	}
	.dc_name .en{
		font-size: 12px;
	}
	.w1400{
		width: 90%;
	}
	.w1400.hs::before{
		width: 60vw;
		height: 60vw;
	}
	.lifeBox{
		height: auto;
		margin-bottom: 15vw;
	}
	.lifeBox .info{
		width: 100%;
	}
	.lifeBox ul{
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}
	.lifeBox ul li{
		width: 48%;
		position: relative;
		margin-right: 4%;
		margin-bottom: 3vw;
	}
	.lifeBox ul li:nth-child(2n){
		margin-right: 0%;
	}
	.lifeBox ul li:nth-child(1) {
	    left: 0%;
	    top: 0%;
	    height: 35vh;
	    margin-top: 0vh;
	}
	.lifeBox ul li:nth-child(2) {
	    height: 35vh;
	    left: 0%;
	    top: 0%;
	    width: 48%;
	}
	.lifeBox ul li:nth-child(3) {
	    height: 35vh;
	    left: 0%;
	    top: 0vh;
	    width: 48%;
	}
	.lifeBox ul li a .img{
		height: 100%;
	}
	.lifeBox ul li a .img img{
		height: 100%;
	}
	.lifeBox ul li:nth-child(5) a .img img{
		height: auto;
	}
	.lifeBox ul li:hover a {
	    -webkit-transform: scale(1);
	}
	.lifeBox ul li:hover .name {
	    bottom: 0%;
	}
	.lifeBox ul li:nth-child(4) {
	    height: 35vh;
	    left: 0%;
	    top: 0vh;
	}
	.lifeBox ul li:nth-child(5) {
	    left: 0%;
		top: 0vh;
		height: 30vh;
		width: 100%;
		margin-right: 0%;
	}
	.lifeBox ul li a .name{
		padding: 15px;
	}
	.lifeBox ul li a .name p {
	    font-size: 14px;
	}
	.rhBox{
		width: 90%;
		height: auto;
		margin-left: 5%;
		padding-bottom: 15vw;
		margin-top: 15vw;
	}
	.rhBox .dc_des{
		margin-bottom: 10vw;
	}
	.rhBox .info .rh_logo {
	    width: 100px;
	}
	.sub_name{
		margin-bottom: 5vw;
	}
	.sub_name b{
		font-size: 18px;
	}
	.sub_name p{
		font-size: 14px;
	}
	.news ul li{
		width: 100%;
		height: auto;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.news ul li a .info .des{
		display: none;
	}

	.news ul li a .info .time{
		line-height: 1.4;
	}
	.news ul li a .info .name{
		font-size: 14px;
		margin: 5px 0px;
		font-weight: normal;
		line-height: 1.7;
	}
	.back_div{
		display: none;
	}
	.add_box {
	    width: 100%;
	    margin-top: 0vw;
	    margin-bottom: 10vw;
	    padding: 0px 5%;
	}
	.add_box ul li{
		font-size: 12px;
		width: 100%;
		line-height: 2;
	}
	.add_box{
		position: relative;
	}
	.add_box::after{
		width: 1px;
		height: 7vw;
		position: absolute;
		left: 50%;
		top: -8vw;
		content: '';
		background: #000;
		opacity: .4;
	}
	.f_logo{
		display: none;
	}
	.f_des{
		letter-spacing: 5px;
		font-size: 12px;
	}
	.f_socals a{
		margin: 0px 5px;
	}
	.footer .cp{
		padding: 0px 5%;
		flex-wrap: wrap;
		line-height: 1.7;
		font-size: 10px;
	}
	.footer{
		margin-top: 20vw;
	}
	.moreBtn{
		width: 105px;
		height: 35px;
		border: 1px solid #1e1e1e;
		line-height: 33px;
	}
	.nav_light.active{
		height: 0vh;
	}
	
	.header nav a span{
		left: 65px;
	}
	.warp{
		padding-top: 60px;
	}
	.sub_banner {
	    width: 100%;
	    margin-left: 0%;
		margin-bottom: 10vw;
	}
	.inner_box{
		padding: 0px 5%;
	}
	.about_img{
		height: auto;
	}
	.about_info .name{
		font-size: 14px;
	}
	.about_warp{
		height: auto;
		flex-wrap: wrap;
		margin-bottom: 10vw;
	}
	.about_warp .left{
		width: 100%;
		height: 30vh;
		    margin-bottom: 10vw;
	}
	.about_warp .right{
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	.about_warp .right .img{
		width: 40%;
		height: 100%;
	}
	.about_warp .right .des{
		width: calc(60% - 20px);
	}
	.about_warp .right .des{
		font-size: 12px;
		line-height: 1.7;
	}
	.about_warp.even .right{
		align-items: center;
	}
	.about_img{
		margin-bottom: 0vw;
	}
	.about_warp.even .right{
		margin-bottom: 10vw;
	}
	.about_warp.even .left{
		margin-bottom: 0%;
	}
	.about_info{
		margin-top: 10vw;
	}
	.join_us{
		margin-top: 10vw;
		margin-bottom: 10vw;
	}
	.about_info.even{
		margin-top: 0vw;
		margin-bottom: 10vw;
	}
	.about_img img,.about_img.th img{
		top: 0px;
	}
	.pd_box{
		margin-top: 0px;
		flex-wrap: wrap;
	}
	.pd_box .pro_left{
		width: 100%;
		padding: 25px 30%;
		margin-top: 10vw;
	}
	.pd_box .pimg{
		display: none;
	}
	.pd_box .pro_right{
		width: 100%;
		margin-top: 10vw;
		text-align: center;
	}
	.pd_box .pro_left .plogo{
		width: 100%;
		margin-left: 0%;
		margin-top: 0px;
	}
	.pr_thum{
		height: 40vh;
		transform: scale(1);
		margin-bottom: 10vw;
	}
	.pr_thum .pr_pic{
		transform: scale(1);
	}
	.pSwiper, .pSwiper2{
		height: 35vh;
	}
	.ps1box,.ps2box,.pl_box .list ul li{
		margin-bottom: 10vw;
	}
	.pdshow{
		width: 90%;
		margin-left: 5%;
		flex-wrap: wrap;
		height: auto;
		margin-bottom: 10vw;
	}
	.pdshow .left{
		width: 100%;
		text-align: center;
	}
	.pdshow .right{
		width: 100%;
		text-align: center;
	}
	.pdshow .left .img{
		display: none;
	}
	.pl_box .right.r2{
		display: none;
	}
	.pl_box .right.r1{
		display: block;
		width: 100%;
		top: 0px;
		text-align: center;
		margin-bottom: 2vw;
	}
	.pl_box .list{
		width: 100%;
	}
	.pl_box{
		width:90%;
		margin-left: 5%;
		flex-wrap: wrap;
		margin-bottom: 10vw;
	}
	.pl_box .list ul li .img{
		height: auto;
	}
	.pl_box .list ul li .name{
		line-height: 25px;
		font-size: 12px;
	}
	.pdshow.even .left .des{
		width: 100%;
		text-align: center;
	}
	.cx_swiper{
		width: 100%;
		margin-left: 0%;
		height: auto;
		margin-bottom: 5vw;
	}
	.cx_swiper .dc_name{
		margin-bottom: 5vw;
	}
	.cx_swiper .swiper-slide{
		height: 40vh;
	}
	.cx_swiper .info{
		width: 50%;
		background: rgba(0, 0, 0, .5);
		padding: 0px 5%;
	}
	.cx_swiper .swiper-pagination{
		bottom: auto;
		top: 35vh;
	}
	.cx_swiper .info .center{
		width: 100%;
		margin-left: 0%;
	}
	.cx_swiper .info .cx_num{
		display: none;
	}
	.cx_swiper .dc_name .cn{
		font-size: 14px;
	}
	.cx_swiper .dc_name .en{
		font-size: 10px;
		display: none;
	}
	.dc_des{
		font-size: 12px;
		line-height: 2;
		margin-bottom: 10vw;
	}
	
	.cx_swiper .dc_des{
		display: none;
	}
	.swiper_box .sub_name {
	    padding-top: 10vw;
	}
	.cx_swiper .pro_img{
		width: 150px;
	}
	.news_top{
		margin-top: 15vw;
		margin-bottom: 5vw;
		text-align: center;
	}
	.news_top .sub_name{
		display: none;
	}
	.sub_nav{
		width: 100%;
	}
	.sub_nav a{
		padding: 0px;
		margin-right: 15px;
	}
	.sub_nav a:last-child{
		margin-right: 0%;
	}
	.sub_nav a::after{
		display: none;
	}
	.news_box{
		flex-wrap: wrap;
	}
	.news_box .left{
		width: 100%;
		height: 35vh;
		position: relative;
		top: 0px;
		margin-bottom: 5vw;
	}
	.news_box .left.active{
		top: 0px;
	}
	.news_box .left .info .des{
		display: none;
	}
	.news_box .left .info .time{
		margin-bottom: 0px;
		line-height: 1;
	}
	.news_box .left .info{
		padding: 15px;
	}
	.news_box .left .info .name{
		line-height: 1.5;
		font-weight: normal;
		font-size: 14px;
	}
	.news_list a .info .name{
		font-weight: normal;
	}
	.news_box .right{
		width: 100%;
	}
	.news_list a .info .des{
		display: none;
	}
	.news_list a{
		width: 100%;
		margin-bottom: 15px;
	}
	.news_list a .info .time{
		line-height: 1;
	}
	.detail_top{
		padding: 50px 0px 35px;
	}
	.detail_top .title{
		font-size: 20px;
	}
	.detail_top .info{
		opacity: .7;
		margin-top: 5px;
	}
	.detail_box{
		width: 90%;
		padding: 35px 0px 0px;
		flex-wrap: wrap;
	}
	.dpl {
		width: 100%;
		padding-right: 0%;
	}
	.detail_box .dpr{
		display: none;
	}
	.ndc_npnews{
		flex-wrap: wrap;
	}
	.ndc_npnews .post_next, .ndc_npnews .post_prev{
		width: 100%;
		font-size: 12px;
		line-height: 25px;
	}
	.ndc_npnews .post_next .icon, .ndc_npnews .post_prev .icon {
	    width: 50px;
	}
	.ndc_npnews .post_next .name, .ndc_npnews .post_prev .name{
		width: calc(100% - 50px);
	}
	.singePage{
		font-size: 14px;
	}
	.bus_box{
		flex-wrap: wrap;
		margin-bottom: 15vw;
	}
	.bus_box .bus_left{
		width: 100%;
		text-align: center;
	}
	.bus_box .bus_left .sub_name{
		text-align: center;
	}
	.bus_box .bus_img{
		width: 100%;
	}
	.bus_add ul li{
		width: 100%;
		padding: 5vw 20px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		border-right: none;
	}
	.bus_add ul{
		border-bottom: none;
	}
	.bus_add ul li .b_box{
		margin-bottom: 10px;
		line-height: 50px;
		font-size: 12px;
	}
	.bus_add ul li .txt {
	    line-height: 40px;
	    font-size: 12px;
	}
	.video_top ul{
		width: 100%;
		height: auto;
		flex-wrap: wrap;
	}
	.video_top ul li{
		display: block;
		width: 100%;
		flex: auto;
		padding: 0px;
		margin-bottom: 5vw;
	}
	.video_center{
		height: 20vh;
		margin-top: 0vw;
		margin-bottom: 5vw;
	}
	.video_list ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.video_list ul li .name {
	    text-align: center;
	    line-height: 20px;
	    margin-top: 10px;
	    font-size: 14px;
	}
	.video_list ul li .play_btn{
		width: 50px;
	}
	.ins_img.ii1{
		display: block;
	}
	.ins_img.ii2{
		display: none;
	}
	.lifeBox .dc_name{
		text-align: center;
		font-weight: bold;
	}
	.lifeBox .dc_name .cn{
		font-size: 18px;
	}
	.lifeBox .dc_name .en{
		font-size: 14px;
	}
	.lifeBox .dc_des{
		text-align: center;
	}
	.lifeBox ul li:nth-child(5) img{
		top: -10vw;
		position: relative;
	}
	.rhBox .info{
		position: relative;
		margin-top: 10vw;
		top: 0px;
	}
	.news .thum.t1{
		display: block;
	}
	.news .thum.t2{
		display: none;
	}
	.news ul li:nth-child(2) a .info{
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.about_info.even .dc_des{
		margin-bottom: 0px;
	}
	.pSwiper .swiper-pagination, .pSwiper2 .swiper-pagination{
		bottom: 5%;
		padding-right: 5%;
	}
	.ins_box{
		text-align: center;
		margin-bottom: 10vw;
	}
	.joins ul li{
		line-height: 20px;
		font-size: 12px;
	}
	.svg_dot{
		width: 100vw;
		height: 100vw;
		top: 50%;
	}
	.svg_dot .dot:nth-child(1) {
	    left: 50vw;
	    top: 10.5vw;
	}
	.svg_dot .dot:nth-child(2) {
	    left: 89.3vw;
	    top: 40vw;
	}
	.svg_dot .dot:nth-child(3) {
	    left: 73vw;
	    top: 86.5vw;
	}
	.svg_dot .dot:nth-child(4) {
	    left: 25vw;
	    top: 86vw;
	}
	.svg_dot .dot:nth-child(5) {
	    left: 10vw;
	    top: 39vw;
	}
	.numbers ul li:nth-child(2n) {
	    border-right: none;
	}
	.numbers ul li:nth-child(1),.numbers ul li:nth-child(2) {
	    border-bottom: 1px solid rgba(0, 0, 0, .05);
	}
	.numbers{
		border-bottom: 1px solid rgba(0, 0, 0, .05);
	}
	.lifeBox ul li a .name b{
		font-weight: normal;
	}
	.header{
	    background: #fff;
	    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	}
	.header .logo img {
	    opacity: 0;
	}
	.header .logo img:nth-child(2) {
	    opacity: 1;
	}
	.header_bar .tel p {
	    color: #3e3e3e;
	}
	.header .header_bar .tel::after {
	    background-image: url(/assets/images/tel_icon2.png);
	}
	.header .menu_btn {
	    border-color: rgba(0, 0, 0, .1);
	    background: rgba(0, 0, 0, .05);
	}
	.header .menu_btn span {
	    background: rgba(0, 0, 0, .3);
	}
	.header nav{
		display: inline;
	}
	.cx_swiper .pro_img{
		width: 100%;
	}
	.video_top ul li.active {
	    flex: 0 3 100%;
	}
	.video_top ul li .blockContent{
		height: auto;
	}
	.video_top ul li .bgImage{
		position: relative;
	}
	.video_center{
		display: none;
	}
	.inner-player video{
		width: 100%;
	}
	.m_bg{
		display: block;
	}
	.background-video-wrapper .background-video {
		display: none;
	}
	.ins_img{
		margin-bottom: 10vw;
	}
	.about_warp .right .des .dc_des{
		margin-bottom: 0%;
	}
	.hplay_btn{
		display: block;
		position: absolute;
		width: 50px;
		height: auto;
		left: 50%;
		top: 80%;
		-webkit-transform: translate(-50%, -50%);
	}
	.clock-ring-wrapper .schedule-wrapper,.clock-ring-wrapper .progress-ring-wrapper{
		top: 45%;
	}
	.header.hide {
	    -webkit-transform: translateY(-0%);
	}
	.pd_box .pro_right .dc_name,.pdshow .left .dc_name,.pl_box .right .dc_name{
		margin-bottom: 5vw;
	}
	.aboutRight.ar1{
		display: none;
	}
	.aboutRight.ar2{
		display: block;
		margin-top: 5vw;
	}
	.brand_nav{
		display: none;
	}
	.inner_box.w {
	    padding: 0px 5%;
	}
	.brand_warp .bw_title{
		position: relative;
		text-align: center;
		margin-bottom: 5vw;
		top: 0px;
	}
	.brand_warp .bw_title b{
		font-size: 18px;
	}
	.brand_warp .bw_title p{
		font-size: 14px;
	}
	.brand_img{
		margin-bottom: 10vw;
	}
	.brand_warp ul li:nth-child(even){
		direction: initial;
	}
	.brand_warp ul li .bw_right{
		width: 100%;
		height: 30vh;
		margin-bottom: 5vw;

	}
	.brand_warp ul li{
		flex-wrap: wrap;
		margin-bottom: 15vw;
	}
	.brand_warp .bw_info .info{
		text-align: center;
		font-size: 14px;
	}
	.brand_warp .bw_info .name{
		text-align: center;
		font-size: 16px;
	}
	.pl_box.active .list ul li{
		width: 100%;
	}
	.news_list.zs a {
	    width: 100%;
	    margin-right: 0%;
	}
	.news_list.zs a{
		margin-bottom: 5vw;
	}
	.brand_warp ul{
		padding-top: 0vw;
	}
}