@font-face {
    font-family: 'usuzi';
    src: url('usuzi.eot');
    src: url('usuzi.eot?#iefix') format('embedded-opentype'),
         url('usuzi.woff2') format('woff2'),
         url('usuzi.woff') format('woff'),
         url('usuzi.svg#usuzi') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MiSansBold';
    src: url('MiSans-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'MiSansRegular';
    src: url('MiSans-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'MiSansMedium';
    src: url('MiSans-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'MiSansHeavy';
    src: url('MiSans-Heavy.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'MiSansNormal';
    src: url('MiSans-Normal.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'MiSansDemibold';
    src: url('MiSans-Demibold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'MontserratRegular';
    src: url('Montserrat-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
/** public class **/
.dxx-font-Arial{
	font-family: Arial;
}
.dxx-font-usuzi{
	font-family: 'usuzi';
}
.dxx-font-MiSansBold{
	font-family: 'MiSansBold';
}
.dxx-font-MiSansRegular{
	font-family: 'MiSansRegular';
}
.dxx-font-MiSansMedium{
	font-family: 'MiSansMedium';
}
.dxx-font-MiSansHeavy{
	font-family: 'MiSansHeavy';
}
.dxx-font-MiSansNormal{
	font-family: 'MiSansNormal';
}
.dxx-font-MiSansDemibold{
	font-family: 'MiSansDemibold';
}
.dxx-font-MontserratRegular{
	font-family: 'MontserratRegular';
}

.dxx-pic{
	height: auto;
	overflow: hidden;
}
.dxx-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: .5s;
}
.dxx-section-auto{
	height: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.dxx-section-1080{
	height: 56.25vw;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.dxx-section-1380{
	height: 71.875vw;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.dxx-container-1600{
	width: 100%;
	max-width: 1630px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.dxx-container-1500{
	width: 100%;
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.dxx-container-1450{
	width: 100%;
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.dxx-container-1360{
	width: 100%;
	max-width: 1390px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.dxx-container-1200{
	width: 100%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.dxx-main-body{
	padding: 0;
	background-color: #000;
}
.dxx-full-height{
	height: 100%;
}

.dxx-font-20{
	font-size: 1.041666vw;
}
.dxx-font-24{
	font-size: 1.25vw;
}
.dxx-font-26{
	font-size: 1.354166vw;
}
.dxx-font-28{
	font-size: 1.458333vw;
}
.dxx-font-30{
	font-size: 1.5625vw;
}
.dxx-font-32{
	font-size: 1.666666vw;
}
.dxx-font-35{
	font-size: 1.822916vw;
}
.dxx-font-40{
	font-size: 2.083333vw;
}
.dxx-font-50{
	font-size: 2.604166vw;
}
.dxx-font-55{
	font-size: 2.864583vw;
}
.dxx-font-60{
	font-size: 3.125vw;
}

.dxx-color-white{
	color: #fff;
}
.dxx-color-black-0{
	color: #000;
}
.dxx-color-black-3{
	color: #333;
}
.dxx-color-gray8{
	color: #888;
}

.dxx-font-uppercase{
	text-transform: uppercase;
}
.dxx-font-capitalize{
	text-transform: capitalize;
}

.dxx-mgn-t-1half-vw{
	margin-top: 0.5vw;
}
.dxx-mgn-t-1vw{
	margin-top: 1vw;
}
.dxx-mgn-t-1half-1vw{
	margin-top: 1.5vw;
}
.dxx-mgn-t-2vw{
	margin-top: 2vw;
}
.dxx-mgn-t-3vw{
	margin-top: 3vw;
}
.dxx-mgn-t-4vw{
	margin-top: 4vw;
}
.dxx-mgn-t-5vw{
	margin-top: 5vw;
}
.dxx-mgn-t-6vw-5{
	margin-top: 6.5vw;
}
.dxx-mgn-t-8vw{
	margin-top: 8vw;
}
.dxx-mgn-t-9vw{
	margin-top: 9.375vw;
}
.dxx-mgn-t-10vw{
	margin-top: 10vw;
}
.dxx-mgn-t-34vw{
	margin-top: 34vw;
}

.dxx-pad-6{
	padding: 6vw 0;
}

.dxx-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.dxx-flex-wrap{
	flex-wrap: wrap;
}
.dxx-flex-align-center{
	align-items: center;
}
.dxx-flex-center{
	justify-content: center;
}
.dxx-flex-between{
	justify-content: space-between;
}
.dxx-flex-around{
	justify-content: space-around;
}

/** video **/
.dxx-section-video{
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 2vw 0;
	margin-left: auto;
	margin-right: auto;
}
.dxx-public-video{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}
.dxx-public-video video,
.dxx-public-video iframe,
.dxx-public-video img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border: none;
	outline: 0;
}
.dxx-video-play {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

/** swiper **/
.dxx-swiper-wrap{
	height: auto;
	overflow: hidden;
}
.dxx-swiper-publick.swiper-container .swiper-slide .pic{
	height: auto;
	overflow: hidden;
}
.dxx-swiper-publick.swiper-container .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.dxx-swiper-092HBAR.swiper-container .swiper-slide{
	background-color: transparent;
	padding-top: 2vw;
}
.dxx-swiper-092HBAR.swiper-container-horizontal > .swiper-pagination-bullets{
	position: relative;
	bottom: 0;
	margin-top: 2vw;
}
.dxx-swiper-092HBAR.swiper-container .swiper-pagination-bullet{
	width: 1.05vw;
	height: 1.05vw;
	background-color: #626262;
	opacity: 1;
	border-radius: 50%;
}
.dxx-swiper-092HBAR.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fff;
}
.dxx-swiper-nav{
	position: absolute;
	left: 15px;
	top: 4.5vw;
	z-index: 15;
	width: 15vw;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.dxx-swiper-nav .swiper-buttons{
	width: 3.854166vw;
	height: 3.854166vw;
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	margin-right: 2vw;
	cursor: pointer;
	border-radius: 100%;
}
.dxx-swiper-nav .swiper-buttons i{
	font-size: 1.875vw;
}
.dxx-swiper-pic-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.dxx-swiper-pic-list li{
	width: 16.666666vw;
	transition: .5s;
}
.dxx-swiper-pic-list li:hover{
	transform: scale(1.1);
}

/** main class **/
.dxx-section-bg1{
	background-image: url(a1.jpg);
	position: relative;
	z-index: 10;
}
.dxx-section-bg2{
	background-image: url(b1.jpg);
	position: relative;
	z-index: 10;
}
.dxx-section-bg3{
	background-image: url(c1.jpg);
	position: relative;
	z-index: 10;
}
.dxx-section-bg4{
	background-image: url(d1.jpg);
	position: relative;
	z-index: 10;
}
.dxx-section-bg5{
	background-color: #000;
	position: relative;
	z-index: 10;
}
.dxx-section-bg6{
	background-color: #000;
	position: relative;
	z-index: 10;
}


.dxx-txt-pos4-1{
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	top: 7vw;
}
.dxx-txt-pos4-2{
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	bottom: 4.6875vw;
}

.dxx-bg1-list{
	position: absolute;
	bottom: 4vw;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.dxx-bg1-list li{
	width: 10.9375vw;
}
.dxx-bg1-list li .pic{
	width: 4.6875vw;
	height: 4.6875vw;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}
.dxx-bg1-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.dxx-bg1-list li .title{
	margin-top: 0.78125vw;
}
.dxx-bg1-list li .brief{
	margin-top: 0.5vw;
}

.dxx-bg1-posred{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.dxx-bg1-posred{
	z-index: 12;
}
.dxx-bg1-txt{
	position: absolute;
	z-index: 13;
	left: 0;
	right: 0;
	bottom: 3.125vw;
}

.dxx-pic-box-4{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 3vw;
}
.dxx-pic-pos-3{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.dxx-tubiao-list{
	position: relative;
	height: auto;
	overflow: hidden;
}
.dxx-tubiao-list li{
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 2.34375vw;
}
.dxx-tubiao-list li .wrap{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
}
.dxx-tubiao-list li .pic{
	width: 2.34375;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.dxx-tubiao-list li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.dxx-tubiao-list li .title{
	height: auto;
	overflow: hidden;
	font-size: 1.875vw;
	margin-left: 1.041666vw;
}
.dxx-tubiao-list li .num{
	height: auto;
	overflow: hidden;
	font-size: 1.5625vw;
	margin-top: 0.4vw;
}
.dxx-line-span span{
	display: inline-block;
	padding-left: 14vw;
	padding-right: 14vw;
	position: relative;
}
.dxx-line-span span::before,
.dxx-line-span span::after{
	content: '';
	width: 12vw;
	height: 8px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.dxx-line-span span::after{
	left: auto;
	right: 0;
}

.dxx-bg5-pos{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 11;
}

.dxx-bg6-pic{
	width: 10.9375vw;
	height: 100%;
	overflow: hidden;
	float: left;
}
.dxx-bg6-mid-pic{
	width: 54.375vw;
	height: 100%;
	overflow: hidden;
	float: left;
}
.dxx-bg6-flex{
	width: 28.697916vw;
	height: 100%;
	overflow: hidden;
	float: left;
}
.dxx-bg6-txt{
	width: 39.0625vw;
	height: auto;
	overflow: hidden;
	padding-left: 7vw;
}
.dxx-bg7-txt{
	height: auto;
	overflow: hidden;
	margin-top: 4vw;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dxx-baoz-pic{
	width: 53.125vw;
	height: auto;
	overflow: hidden;
}
.dxx-baoz-txt{
	width: 23.177083vw;
}
.dxx-gong-list{
	height: auto;
	overflow: hidden;
	position: relative;
}
.dxx-gong-list li{
	width: 49%;
	height: auto;
	overflow: hidden;
}
.dxx-gong-list li .dxx-font-30{
	padding: 0 4vw;
}

/** tabs **/
.dxx-tab-wrap{
	margin-left: auto;
	margin-right: auto;
	max-width: 1366px;
}
.dxx-tab-sort{
	position: relative;
}
.dxx-tab-sort li{
	margin: 0 1.5625vw;
	background-color: #292929;
	width: 18.229166vw;
	height: 3.854166vw;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.dxx-tab-sort li.on{
	background-color: #e12e2e;
}
.dxx-tab-main{
	height: auto;
	overflow: hidden;
	margin-top: 2vw;
}
.dxx-tab-content{
	height: auto;
	overflow: hidden;
	display: none;
}
.dxx-kang{
	height: 22.447916vw;
	overflow: hidden;
	margin-top: 1vw;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.dxx-kang.kang-1{
	background-image: url(lux2.png);
}
.dxx-kang.kang-2{
	background-image: url(PODS2.png);
}
.dxx-kang .dxx-pic{
	width: 18.229166vw;
	margin-left: 17.1875vw;
}
.dxx-kang .info{
	margin-left: 4.6875vw;
	color: #fff;
	font-family: 'MiSansNormal';
	font-size: 1.666666vw;
	line-height: 1.2;
}
.dxx-section-bg11.bg-color-1{
	background-image: url(bg11-1.jpg);
}
.dxx-section-bg11.bg-color-2{
	background-image: url(bg11-2.jpg);
}

.dxx-swiper-097.swiper-container{
	padding-top: 8vw;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.dxx-swiper-097.swiper-container .swiper-slide{
	overflow: hidden;
	border-radius: 205px;
	background-color: #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.dxx-swiper-097.swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}