/* Main CSS Document */
@charset "utf8";
/* 公共样式 */
body {
	background: url(/static/images/bd-mbox-bg.png) center center var(--color);
}
/* 焦点图 */
.bd-banner {
	width: 100%;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	position: relative;
	overflow: hidden;
}
.bd-banner:before {
	content: " ";
	padding-top: 56.25%;
	height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.bd-banner .c-box {
	left: 50%;
	top: 0;
	width: 100%;
	transform: translateX(-50%);
	position: fixed;
}
.bd-banner .c-box:before {
	content: " ";
	padding-top: 56.25%;
	height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.bd-banner .btn {
	top: 50%;
	height: 0;
	opacity: 0;
	transition: all 0.3s;
	transform: translateY(-50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 12;
}
.bd-banner .btn i {
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	display: block;
	color: #FFF;
	background: rgba(0, 0, 0, .3);
}
.bd-banner .prev {
	left: 30px;
}
.bd-banner .next {
	right: 30px;
}
.bd-banner:hover .btn {
	opacity: 1;
}
.bd-banner .swiper {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-banner .swiper-slide {
}
.bd-banner .swiper-slide a {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.bd-banner .swiper-slide a:before {
	content: " ";
	height: 100vh;
	display: block;
}
.bd-banner .swiper-slide img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
	position: absolute;
}
.bd-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	height: 3px;
	bottom: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.bd-banner .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	background: #FFF;
	border-radius: initial;
	float: left;
}
@media (max-width: 1630px) {
.bd-banner:before {
	height: auto;
}
.bd-banner .c-box:before {
	height: auto;
}
}
@media (max-width: 990px) {
.bd-banner .btn {
	opacity: 1 !important;
}
.bd-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 30px;
}
}
/* 视频 */
@keyframes blink {
from, to {
	opacity: 0;
}
50% {
	opacity: 1;
}
}
.bd-video {
	width: 100%;
	height: 100vh;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.bd-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bd-video:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-video .c-box {
	left: 50%;
	top: 0;
	width: 100%;
	height: 100vh;
	transform: translateX(-50%);
	position: fixed;
	z-index: -1;
}
.bd-video .c-con {
	width: 100%;
	height: 100%;
	filter: 1;
	background: url(/static/images/ajax-loader.gif) no-repeat center center;
	position: relative;
}
.bd-video .c-til {
	left: 50%;
	top: 50%;
	line-height: 90px;
	font-size: 90px;
	font-weight: bold;
	word-break: keep-all;
	white-space: pre-wrap;
	display: -ms-flexbox;
	display: flex;
	color: #FFF;
	transform: translate(-50%, -50%);
	position: absolute;
}
.bd-video .c-til .til {
	position: relative;
}
.bd-video .c-til .til:before {
	content: " ";
	margin-left: 100%;
	left: 10px;
	top: 50%;
	height: 75%;
	border-left: 10px solid #FFF;
	animation: blink 1.2s step-end infinite;
	transform: translateY(-50%);
	display: none;
	position: absolute;
}
.bd-video .c-til .til.on:before {
	display: block;
}
@media (max-width: 990px) {
.bd-video .c-til {
	line-height: 60px;
	font-size: 60px;
}
}
@media (max-width: 750px) {
.bd-video .c-til {
	line-height: 36px;
	font-size: 36px;
	text-align: center;
}
.bd-video .c-til .til:before {
	border-left-width: 5px;
	display: none;
}
}
.bd-m-goods {
	overflow: initial;
}
.bd-m-goods .bm-con {
	display: -ms-flexbox;
	display: flex;
}
.bd-m-goods .bm-con .c-box {
}
.bd-m-goods .bm-con .c-con {
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}
.bd-m-goods .bm-con .cb-1 {
	width: 27%;
}
.bd-m-goods .bm-con .cb-1 .c-con {
	top: 0;
	position：-webkit-sticky;
	position: sticky;
}
.bd-m-goods .bm-con .cb-1 .c-con .til {
	line-height: 70px;
	font-size: 70px;
	font-weight: bold;
	word-break: keep-all;
	white-space: pre-wrap;
	color: #F18705;
}
.bd-m-goods .bm-con .cb-2 {
	width: 0;
	flex: 1;
}
.bd-m-goods .bm-con .cb-2 .c-con {
}
.bd-m-goods .bm-con .cb-2 .c-con a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
}
.bd-m-goods .bm-con .cb-2 .c-con .img {
	width: 55.60032%;
	position: relative;
}
.bd-m-goods .bm-con .cb-2 .c-con .img:not(.animated) {
	-webkit-animation-name: none;
	animation-name: none;
}
.bd-m-goods .bm-con .cb-2 .c-con .img:before {
	content: " ";
	display: block;
}
.bd-m-goods .bm-con .cb-2 .c-con .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	position: absolute;
}
.bd-m-goods .bm-con .cb-2 .c-con .img:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
.bd-m-goods .bm-con .cb-2 .c-con .box {
	width: 0;
	flex: 1;
	line-height: 38px;
	font-size: 20px;
}
.bd-m-goods .bm-con .cb-2 .c-con .til {
	line-height: 60px;
	font-size: 46px;
	font-weight: bold;
	white-space: nowrap;
}
.bd-m-goods .bm-con .cb-2 .c-con .til i {
	top: -10px;
	position: relative;
}
.bd-m-goods .bm-con .cb-2 .c-con .con {
	margin: 25px 0 30px;
}
.bd-m-goods .bm-con .cb-2 .c-con .con p {
	word-break: keep-all;
	white-space: pre-wrap;
}
.bd-m-goods .bm-con .cb-2 .c-con .more {
	width: 190px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FFF;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.bd-m-goods .bm-con .cb-2 .c-con .more:hover {
	transform: scale(1.1);
	color: var(--color);
	background: #FFF;
}
@media (max-width: 1630px) {
.bd-m-goods .bm-con .cb-1 .c-con .til {
	line-height: 50px;
	font-size: 50px;
}
.bd-m-goods .bm-con .cb-2 .c-con .box {
	line-height: 30px;
	font-size: 18px;
}
.bd-m-goods .bm-con .cb-2 .c-con .til {
	line-height: 50px;
	font-size: 36px;
}
.bd-m-goods .bm-con .cb-2 .c-con .con {
	margin: 20px 0 30px;
}
}
@media (max-width: 1230px) {
.bd-m-goods .bm-con .cb-1 {
	margin-bottom: 30px;
}
.bd-m-goods .bm-con .cb-1 .c-con .til {
	line-height: 40px;
	font-size: 40px;
}
.bd-m-goods .bm-con .cb-2 .c-con .box {
	line-height: 26px;
	font-size: 16px;
}
.bd-m-goods .bm-con .cb-2 .c-con .til {
	line-height: 40px;
	font-size: 26px;
}
}
@media (max-width: 990px) {
.bd-m-goods {
	overflow: hidden;
}
.bd-m-goods .bm-con {
	padding-top: 60px;
	-ms-flex-direction: column;
	flex-direction: column;
}
.bd-m-goods .bm-con .c-box {
	width: 100%;
}
.bd-m-goods .bm-con .c-con {
	margin-top: 60px;
	height: auto;
}
.bd-m-goods .bm-con .c-con:first-child {
	margin: 0;
}
.bd-m-goods .bm-con .cb-1 .c-con .til {
	line-height: 60px;
	font-size: 30px;
}
.bd-m-goods .bm-con .cb-2 .c-con .til {
	line-height: 30px;
	font-size: 18px;
}
.bd-m-goods .bm-con .cb-2 .c-con .til i {
	top: -5px;
}
}
@media (max-width: 750px) {
.bd-m-goods .bm-con .c-box {
	text-align: center;
}
.bd-m-goods .bm-con .cb-1 .c-con .til {
	line-height: 50px;
	font-size: 24px;
}
.bd-m-goods .bm-con .cb-2 .c-con a {
	-ms-flex-direction: column;
	flex-direction: column;
}
.bd-m-goods .bm-con .cb-2 .c-con .img,.bd-m-goods .bm-con .cb-2 .c-con .box {
	width: 100%;
}
.bd-m-goods .bm-con .cb-2 .c-con .img {
	margin-bottom: 60px;
}
.bd-m-goods .bm-con .cb-2 .c-con .more {
	margin: 0 auto;
}
}
.bm-2 .bm-con .cb-2 .cc-1 .img:before {
	padding-top: 57.24637%;
}
.bm-2 .bm-con .cb-2 .cc-1 .img img {
	transform: translateX(1.44927%);
}
.bm-2 .bm-con .cb-2 .cc-2 .img:before {
	padding-top: 78.26086%;
}
.bm-2 .bm-con .cb-2 .cc-2 .img img {
	transform: translateX(5.07246%);
}
.bm-3 .bm-con .cb-2 .cc-1 .img:before {
	padding-top: 73.1884%;
}
.bm-3 .bm-con .cb-2 .cc-1 .img img {
	transform: translateX(5.43478%);
}
@media (max-width: 990px) {
.bm-3 .bm-con {
	padding-bottom: 60px;
}
}
/* 宣传 */
.bm-4 {
	width: 100%;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.bm-4 video {
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	position: absolute;
}
.bm-4 .c-box {
	left: 50%;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	position: relative;
	z-index: -1;
}
.bm-4 .c-con {
	width: 100%;
	height: 1090px;
	filter: 1;
	background: url(/static/images/ajax-loader.gif) no-repeat center center;
	position: relative;
}
.bm-4 .c-til {
	left: 50%;
	top: 50%;
	max-width: 1300px;
	width: 100%;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #FFF;
	transform: translate(-50%, -50%);
	position: absolute;
}
.bm-4 .c-til .ct-video {
	width: 23.07692%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.bm-4 .c-til .ct-video:before {
	content: " ";
	padding-top: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.bm-4 .c-til .ct-video .con {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bm-4 .c-til .ct-til {
	margin: 50px 0 30px;
	line-height: 80px;
	font-size: 70px;
	font-weight: bold;
	letter-spacing: 4px;
	word-break: keep-all;
	white-space: pre-wrap;
	color: #FFF;
}
.bm-4 .c-til .ct-more {
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 56px;
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	color: var(--color);
	background: rgba(255, 255, 255, .5);
}
.bm-4 .c-til .ct-more:hover {
	color: #FFF;
	background: var(--color);
}
@media (max-width: 1630px) {
.bm-4 .c-con {
	height: 925px;
}
.bm-4 .c-til {
	max-width: 1100px;
}
.bm-4 .c-til .ct-til {
	line-height: 70px;
	font-size: 60px;
	letter-spacing: 2px;
}
.bm-4 .c-til .ct-more {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 46px;
}
}
@media (max-width: 1230px) {
.bm-4 .c-con {
	height: 670px;
}
.bm-4 .c-til {
	max-width: 830px;
}
.bm-4 .c-til .ct-til {
	line-height: 50px;
	font-size: 50px;
	letter-spacing: 0;
}
.bm-4 .c-til .ct-more {
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 40px;
}
}
@media (max-width: 990px) {
.bm-4 .c-con {
	height: 600px;
}
.bm-4 .c-til {
	max-width: 670px;
}
.bm-4 .c-til .ct-til {
	line-height: 40px;
	font-size: 40px;
}
.bm-4 .c-til .ct-more {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
}
@media (max-width: 750px) {
.bm-4 .c-con {
	height: 480px;
}
.bm-4 .c-til {
	padding: 0 20px;
	max-width: unset;
}
.bm-4 .c-til .ct-video {
	width: 140px;
}
.bm-4 .c-til .ct-til {
	margin: 25px 0 15px;
	line-height: 32px;
	font-size: 28px;
}
.bm-4 .c-til .ct-more {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
}
.bm-5 {
	padding-bottom: 620px;
	max-width: none;
	background: url(/static/images/bm-5-big-bg.png) no-repeat center bottom;
}
.bm-5 .bm-con {
	padding-top: 100px;
	padding-bottom: 20px;
	overflow: hidden;
}
.bm-5 .bm-con dl {
	margin: 0 -5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bm-5 .bm-con dl dd {
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.bm-5 .bm-con dl dd .img {
	display: block;
}
.bm-5 .bm-con dl dd .img img {
}
@media (max-width: 1920px) {
.bm-5 {
	padding-bottom: 32.29166%;
	background: url(/static/images/bm-5-bg.png) no-repeat center bottom;
	background-size: contain;
}
}
@media (max-width: 1630px) {
.bm-5 .bm-con {
	padding-top: 80px;
}
}
@media (max-width: 1230px) {
.bm-5 .bm-con {
	padding-top: 60px;
}
}
@media (max-width: 990px) {
.bm-5 .bm-con {
	padding: 50px 0 20px;
	margin: 0 20px;
	width: auto;
}
}