@charset "utf-8";
/* CSS Document */

.swiper-container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1
}
.swiper-container-no-flexbox .swiper-slide {
	float:left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.swiper-wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto
}
.swiper-slide {
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility:hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height:auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-transition-property:height, -webkit-transform;
	transition-property:height, -webkit-transform;
	-o-transition-property:transform, height;
	transition-property:transform, height;
	transition-property:transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective:1200px;
	perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image:-o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image:linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image:-o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image:linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image:linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image:-o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image:linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action:pan-y;
	touch-action:pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action:pan-x;
	touch-action:pan-x
}
.swiper-button-next, .swiper-button-prev {
	position:absolute;
	top:50%;
	width:27px;
	height:44px;
	margin-top:-22px;
	z-index:10;
	cursor:pointer;
	background-size:27px 44px;
	background-position:50%;
	background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity:.35;
	cursor:auto;
	pointer-events:none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left:10px;
	right:auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right:10px;
	left:auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-button-lock {
	display:none
}
.swiper-pagination {
	position:absolute;
	text-align:center;
-webkit-transition:opacity .3s;
-o-transition:.3s opacity;
transition:opacity .3s;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:10px;
	left:0;
	width:100%
}
.swiper-pagination-bullets-dynamic {
	overflow:hidden;
	font-size:0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform:scale(.33);
	-ms-transform:scale(.33);
	transform:scale(.33);
	position:relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform:scale(.66);
	-ms-transform:scale(.66);
	transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform:scale(.33);
	-ms-transform:scale(.33);
	transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform:scale(.66);
	-ms-transform:scale(.66);
	transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform:scale(.33);
	-ms-transform:scale(.33);
	transform:scale(.33)
}
.swiper-pagination-bullet {
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	opacity:.2
}
button.swiper-pagination-bullet {
	border:none;
	margin:0;
	padding:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor:pointer
}
.swiper-pagination-bullet-active {
	opacity:1;
	background:#007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right:10px;
	top:50%;
	-webkit-transform:translate3d(0, -50%, 0);
	transform:translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:6px 0;
	display:block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display:inline-block;
-webkit-transition:top .2s, -webkit-transform .2s;
transition:top .2s, -webkit-transform .2s;
-o-transition:.2s transform, .2s top;
transition:transform .2s, top .2s;
transition:transform .2s, top .2s, -webkit-transform .2s
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition:left .2s, -webkit-transform .2s;
transition:left .2s, -webkit-transform .2s;
-o-transition:.2s transform, .2s left;
transition:transform .2s, left .2s;
transition:transform .2s, left .2s, -webkit-transform .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition:right .2s, -webkit-transform .2s;
transition:right .2s, -webkit-transform .2s;
-o-transition:.2s transform, .2s right;
transition:transform .2s, right .2s;
transition:transform .2s, right .2s, -webkit-transform .2s
}
.swiper-pagination-progressbar {
	background:rgba(0, 0, 0, .25);
	position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background:#007aff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin:right top;
	-ms-transform-origin:right top;
	transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width:100%;
	height:4px;
	left:0;
	top:0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width:4px;
	height:100%;
	left:0;
	top:0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background:#fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background:hsla(0, 0%, 100%, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background:#000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background:rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background:#000
}
.swiper-pagination-lock {
	display:none
}
.swiper-scrollbar {
	border-radius:10px;
	position:relative;
	-ms-touch-action:none;
	background:rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position:absolute;
	right:3px;
	top:1%;
	z-index:50;
	width:5px;
	height:98%
}
.swiper-scrollbar-drag {
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0, 0, 0, .5);
	border-radius:10px;
	left:0;
	top:0
}
.swiper-scrollbar-cursor-drag {
	cursor:move
}
.swiper-scrollbar-lock {
	display:none
}
.swiper-zoom-container {
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width:100%;
	max-height:100%;
	-o-object-fit:contain;
	object-fit:contain
}
.swiper-slide-zoomed {
	cursor:move
}
.swiper-lazy-preloader {
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	-webkit-transform-origin:50%;
	-ms-transform-origin:50%;
	transform-origin:50%;
	-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;
	animation:swiper-preloader-spin 1s steps(12) infinite
}
.swiper-lazy-preloader:after {
	display:block;
	content:"";
	width:100%;
	height:100%;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position:50%;
	background-size:100%;
	background-repeat:no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@keyframes swiper-preloader-spin {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
.swiper-container .swiper-notification {
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events:none;
	-webkit-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-cube {
	overflow:visible
}
.swiper-container-cube .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	visibility:hidden;
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	width:100%;
	height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events:auto;
	visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	-webkit-filter:blur(50px);
	filter:blur(50px);
	z-index:0
}
.swiper-container-flip {
	overflow:visible
}
.swiper-container-flip .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective:1200px
}
.only-oneline {
	display:-webkit-box
}
.only-oneline -webkit-box-orient vertica {
	-webkit-line-clamp:1
}
.only-twoline {
	-webkit-line-clamp:1
}
.only-threeline {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	word-break:break-all
}
.btn-animate {
	animation:btn-animate 3s infinite
}
.btn-animate-light {
	overflow:hidden;
	animation:btn-animate 3s 1s infinite
}
.btn-animate-light:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:58px;
	height:60px;
	margin-top:-10px;
	background-image:url(//file.baixing.net/202107/6c5ed1edd2f122d02f155768ebf2e49f.png);
	background-size:58px 60px;
	animation:btn-lights 3s linear 1s infinite forwards;
	transform:translateZ(0)
}
@-moz-keyframes btn-animate {
0% {
transform:scale(1)
}
8% {
transform:scale(1.05)
}
40% {
transform:scale(1)
}
60% {
transform:scale(1.05)
}
75% {
transform:scale(1)
}
to {
	transform:scale(1)
}
}
@-webkit-keyframes btn-animate {
0% {
transform:scale(1)
}
8% {
transform:scale(1.05)
}
40% {
transform:scale(1)
}
60% {
transform:scale(1.05)
}
75% {
transform:scale(1)
}
to {
	transform:scale(1)
}
}
@-o-keyframes btn-animate {
0% {
transform:scale(1)
}
8% {
transform:scale(1.05)
}
40% {
transform:scale(1)
}
60% {
transform:scale(1.05)
}
75% {
transform:scale(1)
}
to {
	transform:scale(1)
}
}
@keyframes btn-animate {
0% {
transform:scale(1)
}
8% {
transform:scale(1.05)
}
40% {
transform:scale(1)
}
60% {
transform:scale(1.05)
}
75% {
transform:scale(1)
}
to {
	transform:scale(1)
}
}
@-moz-keyframes btn-lights {
0% {
left:-20vw
}
75% {
left:-20vw
}
to {
	left:120vw
}
}
@-webkit-keyframes btn-lights {
0% {
left:-20vw
}
75% {
left:-20vw
}
to {
	left:120vw
}
}
@-o-keyframes btn-lights {
0% {
left:-20vw
}
75% {
left:-20vw
}
to {
	left:120vw
}
}
@keyframes btn-lights {
0% {
left:-20vw
}
75% {
left:-20vw
}
to {
	left:120vw
}
}
.nav-container {
	position:relative;
	background:#fff;
	box-shadow:0 3px 10px 0 rgba(0, 0, 0, .07)
}
.nav-container * {
	box-sizing:border-box
}
.nav-container .trigger {
	display:flex;
	justify-content:center;
	align-items:center;
	width:44px;
	height:53px;
	position:absolute;
	right:0;
	top:0;
	background:linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .8) 20%, #fff)
}
.nav-container .trigger .icon, .nav-container .trigger .icon-active {
	width:16px;
	height:16px
}
.nav-container .trigger .icon {
	display:block
}
.nav-container .trigger.active .icon, .nav-container .trigger .icon-active {
	display:none
}
.nav-container .trigger.active .icon-active {
	display:block
}
.nav-all, .nav-content {
	width:100vw
}
.nav-all .nav-item, .nav-content .nav-item {
	/*min-width:calc(25vw - 9px);*/
	display:inline-block;
	padding:0 10px
}
.nav-all .nav-item .nav-item-content, .nav-content .nav-item .nav-item-content {
	box-sizing:border-box;
	color:#666;
	line-height:53px;
	text-align:center;
	font-size:14px
}
.nav-all .nav-item .nav-item-content.active, .nav-content .nav-item .nav-item-content.active {
	font-size:0.20rem;
	font-weight:700;
	color:#336fff
}
.nav-content {
	box-sizing:border-box;
	padding:0 60px 0 0;
	overflow-x:auto;
	white-space:nowrap;
	border-bottom:1px solid #f5f5f5
}
.nav-content .nav-item .nav-item-content {
	font-size:0.2rem;
	border-bottom:3px solid transparent
}
.nav-content .nav-item .nav-item-content.active {
	border-bottom-color:#336fff
}
.nav-all {
	height:0;
	opacity:0;
transition:height .5s, opacity .2s;
	padding:0 8px
}
.nav-all .nav-item .nav-item-content {
	line-height:44px
}
.nav-all.active {
	padding:15px 8px;
	opacity:1;
	height:auto;
	color:#336fff
}
.bx-footer {
	min-height:40px;
	text-align:center;
	background-color:#fff;
	font-size:12px;
	color:#999;
	margin-top:10px
}
.bx-footer:empty {
	display:none
}
.bx-footer:not(:empty) {
background-color:$cm-color-bg
}
.bx-footer ul.platform {
	display:flex;
	justify-content:space-between;
	padding-top:20px;
	margin:0 38px
}
.bx-footer ul.platform li>a {
	color:#666;
	opacity:.8;
	height:85px;
	width:50px;
	display:block
}
.bx-footer ul.platform li>a.selected {
	opacity:1
}
.bx-footer ul.platform li>a .icon {
	display:block;
	height:43px;
	width:43px;
	border:1px solid;
	border-radius:50%;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:50%
}
.bx-footer ul.platform li>a .icon.pc {
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABICAQAAADCdhqqAAACGklEQVRo3u3aT0sCQRQAcD0YVGYXPdVH8OR7g4iIHkT0JoQHL4HQIQoVw69RkiAogXe7SF1FvHgK0g/gqWsnj/bHbJvZtl097bptYzzfyV1m/O2befvHHZdr8z6xAOSgBBeSRAlyscAKMuHFFr7DQq7Ad2wlvEbmSDakFo86KrbUIxjCNV7KEYpkqKpaKhP8YtBZWbaqYWUxAcAv8nkksiljgYus4pFwn/EUN2SEQoOP9Zn4UuTqupQZrfMkFglKUIISlKAEJShBCUpQghKUoAQlKEEJSlCCEpSgmwOFRm5LvhB/jRuhMsdmQufwImHMqeoJai9UeUv9LAJHUkPhSavUJ4JKD8Vz+94u2w0Vl1A8F1Ab39crHd+qYcuBG97XxwLqCoiqbCcnVhUrILTVOthUV2+MsQ036wVWeI+Vtftp41hVNTV5ahcfbFsC1OPQnm39PaR29XNrB2swkw46w1pke2VGRPdYmhXgxGrg1TJU2WK5N1Zg6eje70z95DKUJSWpyoVb/9iAGT5cff4I0efojH7/wv03p444DpQbWzMz7gUHLO707Vdevfc2G3PMO8iEfZh+Z+kn8G2F9Wp4rBDbpmGfc9As/8lJ5MCw1QP+pfDo94cPYcLbZZ0b+GNeKnem293xdsfOQYM8Mx/QMbXQsqO0+IIGnZylXctXm66jVR/24b2lC+y9g6WkZTUEp6aWV59CyPX/P59fnRbEjAPwPAAAAABJRU5ErkJggg==");
	background-size:28px 24px
}
.bx-footer ul.platform li>a .icon.mobile {
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABICAQAAADxTQWjAAABpUlEQVRYw+3ZP0sDMRQA8NpaLQUXwc3VL2BeOgjKgZOH1UEPQRehmpRCvdOhgi5F1FXtIFr8g4iLk4OfRIcOBUEpWEQKBaHgUu/S0Na2k7yUIsmbkiG/e8nLcs/n6/Yw+sGg6+BgBGV02hrogLhAkVQxAz5JsgUhp7hEnbqp9tURiMnFN7iAI4wgWXiRezoSsQLwLhZuO57m32/6TEAlIyQWIpNiWpgZxC0pK0Dy4vPNpiODK/zahYy3M7Vr178hsjlRwOyLBHY1oxnNaEYzmtGMZjSjGc1oRjOa0UzvMyycGsIKFu7ImI+8wKqoUZx7aGOWnpARN1ae2xjIcJPbfAsrmMOj9FAXdDeZzeHERHJEMcOW2ZdbQxUeU8gkR1lFFus3H1PGxBcabyK+qoxh4w2GTym8G34umTvFlcbn2R5f7OF3syYml/gMOW76fQ+GyOaVBHGRtJ/kvJ0jszUzSD4ElLUCmIjbkPByKZOwXKIJ2QjJQwYOMMI9rpzseKSaT/FaTf+G3Kf9v5KkNikht4jKZLsF8YYRApPasIMSDo3W7+TfjR9/rffOT23oswAAAABJRU5ErkJggg==");
	background-size:17px 24px
}
.bx-footer ul.platform li>a .icon.guang {
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAABRtJREFUWAnNmV1om1UYx5M06WyXQudYCnXg3NgmeqPTXYggAaMyRZGCvRNEXT/pbLHItLuoiNNhaXWFfql3itgiKozhoIPihdvs3NSxKUOcgkOn4tQaXUyT+nve5aTnPTlp3jZvWw88PF/nPOd/nvOZN8EApb29ff3s7OxLiPdANdAJ6LnR0dEv4IHW1tZ1mUzmF8QK0VUJBoN7qXNA6Tbe1NRUTT2Je/fc3Nxm+HXo9cgbkIO2NmKjzkVibwwJuHQ6/TkNdkOboPXQ/dB0S0tLXCoPDw9fpsGnIhslbuh5ta2tLQo4GfRFYn0AdSA/AN2CHIMXBYcvX0K5zG3EkgHEYCgU2of8KxQh0JuqJvIRJSuO7c7x8XFXVsXHoLeR8TOIe6FasS21hGgo6ZeUDpHSPSMjIy9WVFQ8ITYAbGZ6ZVoC2AoAYq6ZmpraIX5VOjo61jAjh2m7SdnK4QJQ1pyUH68yB9hPSs5ms46/rq5Opvg3ZVecGYgrWXgqlUrAtui2cuQg6+QwAXaRwZ8Z9ePwS+gHke+AJ6EGpv16eACwT8FuFlkr0/hfF72qquq9/v7+yxMTEzJwV5mcnLwJw5cu41Xl2UQi8YrFHmhsbMyECd5DxwkAycI9BM/XBWwP+pP4H8kbC4Wd+HeKmexN00aynDGrNTc3Z/TYyk//WQGidJOHWHOnCboLx/ea82/kLnwHNduqiM5UsDmOQjdEIpHtbIbb6+vr142Njb0K8Pl0rgq8QCCs+s2BOa/0/wt3ALJR9gDoNRNUOByuYX19CF3QfE3I5tk2ie0UO1o2mK8ln8FiUVmHb+MTcgqDkfXqAkj2j7BE+nJVfGUFx4GH6DNmHXbnWtPml14yg5aO/jJtZDCq28jyP+iuwTMI693L8tlP/Rf09jn5eTbq/qUALJlBAFcCyAXQAkCZ5C4XMotj8xok35jO/80r88Ki48w3XVgqmUFuAHlMbNHCbNNkRwT0n6bNL70kQKZqN50tdNUJltUD6CUTDMIFsLq6OppMJs1NcSOxPjPjcRfvY6MMmHZuM2cplcyg2dCm04kL4MDAgOxiV2GpXGEgLltOSbNb5e63Fr8W9x/W6D4YS2aQDfA+/XwjfZEBuUFaRdYLGdSvQt1VtlwSIFfYO/QiFOBAvRfmAsgAsrFY7GvxL0dZ1BQD5lYTBFn9tre394pp90tfFEA63WHp+JzF5ptpUQDJVgFAsnrWNzSWQCXXoGrDz8kN/ObQbxTHBejTqo5w1mlW15VMPSW6OGfgAdq87DLmFAb/jGeA/NZ9kHauw1c2CIfyUSO4q47hK6Za2zCooOcppvLDlugnOZQLfitb6i3Z5AAkE9b884R3njzd3d1rASiPBrN8ZBr81p0ppnPrixjg8mP72MzMzH3wa8zObZ9DaDNr1luqDq6sA5Cg8sWpIA62hzAew/8Dsrxq8gXbXDwePzE0NJS3icDBHnEZylSCXV1d1/Ly+I446huNHjJNlu7i89tx3biScghw7xYBJzgiHANTfCfs4TWylSxad9tyApaPR4VzW6RHpjWFK13EvRzmTs/noPROBtfAhFakkJBz5jmYxvgodGhFECzcyYXKyspTOsBLvOsa2IVvkakGQPbTvuhnsYVjl+2VRD02ODiYEoBfye+C2trarXzmcDLHEzwN0KepdBv+N6Dfy+7SWwBJyCfyhY3+P5Ymnnal7N7Ozs4YjwX5+8C5Xbz1570WychEo9HzfX19Sb3Vfzut26AcjOsNAAAAAElFTkSuQmCC");
	background-size:20px 20px
}
.bx-footer ul.platform li>a .icon.app {
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAABLCAQAAACR8LxJAAADl0lEQVRo3u2ZXUhUQRTHNU1QMfsgqESISkkIS8+ZvbtsH764JiGIIQlFmRUZBAq9RGSpREZiRWCFkCkaUqJSD2VF0ItZ9CCpPYSUElFUJqmF+bmdO7N7965edbUdfbn7f9g7s3fPb8+ZOXfOzAYELM4rMwjt7DDL85/wCNuVFGyAwuP4FZwS9IPlOQN1oMIlWCMF5Fajzj887+r8DFVwzX/CSugRlrHMhbJF4RDvupEZ4u95kBQMpRw2atsk/MrnzZdekfXjC56o9tk50ajlfh2VNcvZPu7MAwFrVhuWFFkwi01EToTxKW8ky4IpVh65VhNmwkyYCTNhJsz3NXitNW7y+g5hLNq7fJsWBg7YM5swVVuDL+HQFNghcFrjfILhTx8Ks79aVVaPnRp4J5TMEabEY4Je0AR93j2YwLZpsDZo0jy6CF/mCJtSJ7+B5mnGa6MSgwNYqcQoMSya7qzB9xBGI3aMrCWqVxAmxs5HWGYIDEPRNLBBT2DxNVl5MTXgmDMrjO2GYpfKqb9Ba5EwS/M5FUro03yWBq34kODd+BhySVVkrYhf5cLmWWF4hdq/DDUOjboQX8AxW6gaaryOFipD0+YxZgQbMQ4dduph8Bw7eG8vnCJ/hu0R0mCZQTCItwMC7BHk0wH4gzfnnGe+wyxb6TsHqS+J3rdAui1KIgxOUMkeS31l+Il/tpdGTtUzslYrrtkGnyYI9hpqTAdz4BC22FZSdpW7kvq7Khwga33iGhQfYGT0rKG+ec3GJOyH7slbEkmzkQwnUjrwYC4AzIIUgwnoYmukw2ApvIV2mo2/oX37innDcBSTjUTbcQ3mDIQq7FdiyL8UaHWEz9+zGQ4ZtLtuUTJnaMc1J2FEiAJL23V3y7LKB89o6A2EH3Swy1CqC7AFCoykPjtnhDnC1d9jeNCwXDz/xEGN4UGRWcqZMBM2AwxKWbYkFetg8E7qKapLiT3Cs46FgOFH/ZgVUhUhRey0OfUXH+YMnMvh9X/AbKFQQcX2EFZ71jZpMPpjwD2Z6yXD+PbQnTvjECkVRpvXCU+i7lgtOYziXwD+jRbpY2ZfB6/4/W3W9Qsy9S2xYrc8/yXGsSBJDfe5Z1myYHQEpcLEeQrwxQ3rpMEquP2r2u6YNMH2S0Glq9U/wezujnsChw2YwzL8qGyso9RXUY889EjJq3WXV/ory+Cu/tng14KgwWCjYo3DM3CHQuk/VUOBEu8h/AM3eoVmXNsOMAAAAABJRU5ErkJggg==");
	background-size:18px 25px
}
.bx-footer ul.platform li>a .icon.weixin {
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAQAAACQ9RH5AAADk0lEQVRYw+2Z3U4TQRTHC4WHsFh9BjNntpTGhDcQ2m4LeAf1VuOF19R4Y6xiJPEF5KNfVF5CL3wPH8FEaiv1nPloZ7qzZSmtVGH/Cdmd2T3/7u7Z35wZYuwH+xVFfjwW2OAna7M25M02dhYpXjuGf3pR5DJmv6mHF62282jxrt34I3/sFrwPGnvADkmwybZQ94LGsB8ab9823oqFbN560JhnZVt53vEUhDEvhMVj/iwZsztsbaD0UphxapmdkuDR4GzOg8aZhBkvkwg3XjNfP2yGGdvJpc4+CRpD3koo/9b4EsZwILhTt4y32CJb1D9sWsZV0dO6CCD/inHqriCR0sr9oDFfgU3kVQmOSeoHfqF9/ixozJNmPJ6cGECs53PyF8k1AWPY89bd4q9NYxwekEGwLcllCl5Yo1MlLB6rjDUs2snlvKPpjMf/g7EfX12IInYGXejygh/34/ZwyI6gAx1Ns2jRXAAO2aAr7nXD0VMzs3ri28SN4ZPgzkpE469QRT1XD/mQrvVKsAEbSDPqqaqep/LIFEvZyXABQGxjBQsHqyEn+3pzoqfuSCh/Rozr0IKW91DWXJIu8mIPTOJAk33W4q94lgRNupaVxP4bGV72sJd0HnxTluIq2Bbnea5vUA2LqwviHo7DCnq7ypTJZcseFlX0hjhq3HBjOCAuwUl5nqQoVZRHqq2NqaR1bhqX54lmtvDzoXg1eTTCmB2JxlP1MzqD0seV1VqumYROWRGhabXNlHFqmRd5ETK6SqAjexbIC8QnpT3TGClVG5ZXogiah/jgsY0JwvEn4ozqWNyOmlz9e3VVmTNvjNVXVuvBNhELWpJwyvi7bDON00uQIynjt+Lo3SWNXax2DYsjCnq7Arl5xrgudR5Ffrw3p4XVsSCYfMe9OSKb3CeOkXDYpzPqJvuk8DMdf7lp1BpIOEDcU5jrMsZ1qaJbOv1N4/QSL5Cw4iJKpYPhkYTUvyM5ZjEgKeIWxpq0jVrZs9IuPyKDZ8I4k4D8QHIiPbQi4BF9Usv9eq2J2hF0UsUr7vcjeDuiv2m2KeWutBQR/h2rCE2L1c5J263xyAW2KIuoRLihYVGqoXqmZewYj3tW6TMTxppISskLV30aJJtcWK8Rs3YRmvX+rNIfRPVK1IPT+KsvN7kAEn2QuDbjD9jgViVozFKKSEJYtiKLNM0UpXbpJUA5QCykmXxBV/r3z1gVyFBy3RzjP35uNDUuDXznAAAAAElFTkSuQmCC");
	background-size:20px 20px
}
.bx-footer ul.platform li>a span {
	line-height:32px
}
.bx-footer ul.child {
	border-top:1px dashed #e6e6e6;
	display:flex
}
.bx-footer ul.child li {
	flex:1;
	border-left:1px solid #e6e6e6;
	margin-top:20px;
	margin-bottom:20px;
	line-height:1
}
.bx-footer ul.child li:first-child {
	border-left:0
}
.bx-footer ul.child li a {
	color:inherit
}
.bx-footer ul.rule {
	border-top:1px dashed #e6e6e6
}
.bx-footer ul.rule li {
	display:inline-block;
	vertical-align:top;
	margin-bottom:15px;
	margin-top:15px;
	line-height:1
}
.bx-footer ul.rule li:not(:first-child) {
border-left:1px solid #e6e6e6
}
.bx-footer ul.rule li a, .bx-footer ul.rule li span {
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
	line-height:1;
	color:inherit;
	text-decoration:none
}
.bx-footer .footer {
	color:#999;
	font-size:12px
}
.bx-footer .footer a {
	color:#999
}
.bx-footer .footer .footer-beian {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-top:0
}
.bx-footer .footer .footer-beian li {
	width:50%;
	margin-bottom:5px
}
.bx-footer .footer .footer-last {
	text-align:center;
	padding-bottom:10px
}
.bx-header-white .cm-nav-bar {
	background:#f2f2f2;
	height:50px;
	line-height:1.4;
	overflow:hidden;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.bx-header-white .cm-nav-bar div {
	box-sizing:border-box
}
.bx-header-white .cm-nav-bar .bx-nav-logo {
	padding:0 9px 0 12px
}
.bx-header-white .cm-nav-bar .bx-nav-logo .cn-icon {
	height:24px
}
.bx-header-white .cm-nav-bar .bx-nav-logo .cm-icon {
	height:26px
}
.bx-header-white .cm-nav-bar-right {
	width:calc(100vw - 50px);
	display:flex;
	justify-content:flex-end;
	position:relative;
	align-items:center
}
.bx-header-white .cm-nav-bar-right .bx-nav-btnlast-of-type {
	padding-right:0
}
.bx-header-white .cm-nav-bar-right a.bx-nav-btn {
	color:#666;
	padding:0 10px;
	text-decoration:none;
	font-size:14px;
	height:28px;
	line-height:28px;
	display:block;
	float:left;
	position:relative
}
.bx-header-white .cm-nav-bar-right a.bx-nav-btn:before {
	content:"";
	height:12px;
	border-left:1px solid #666;
	position:absolute;
	left:0;
	top:8px
}
.bx-header-white .cm-nav-bar-right .bx-nav-search {
	position:relative;
	margin-right:3vw
}
.bx-header-white .cm-nav-bar-right .bx-nav-search .search-form {
	margin-bottom:0
}
.bx-header-white .cm-nav-bar-right .bx-nav-search .search-form .search-query {
	box-sizing:border-box;
	-webkit-appearance:none;
	border-radius:0;
	width:100%;
	border:0;
	height:28px;
	line-height:28px;
	outline:none;
	font-size:14px;
	opacity:.8;
	background:hsla(0, 0%, 100%, .3);
	padding-right:50px
}
.bx-header-white .cm-nav-bar-right .bx-nav-search .search-form .search-query:focus {
	border-bottom:1px solid #e2e2e2
}
.bx-header-white .cm-nav-bar-right .bx-nav-search .search-form .search-query::-webkit-search-cancel-button {
-webkit-appearance:none
}
.bx-header-white .cm-nav-bar-right .bx-nav-search .search-form .search-query::-ms-clear {
display:none
}
.bx-header-white .cm-nav-bar-right .bx-nav-search .search-form .search-query:valid+.clear {
display:inline
}
.bx-header-white .cm-nav-bar-right .bx-nav-search .search-form .clear {
	display:none;
	width:14px;
	height:14px;
	position:absolute;
	top:50%;
	right:26px;
	transform:translateY(-50%);
	background:url(//file.baixing.net/202106/f74265c45ac545d77010354d33397bb0.png) no-repeat;
	background-size:cover;
	outline:none;
	cursor:pointer
}
.bx-header-white .cm-nav-bar-right .bx-nav-search img.baicon {
	width:14px;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	opacity:.8
}
.bx-header-white .cm-nav-bar-right a.bx-nav-btn {
	box-sizing:border-box;
	min-width:15vw;
	text-align:center
}
.bx-header-red .cm-nav-bar {
	background:#f2f2f2;
	background:linear-gradient(90deg, #f46, #ff8450)
}
.breadcrumb {
	box-sizing:border-box;
	display:flex;
	align-items:center;
	width:100%;
	padding:8px 10px;
	font-size:11px;
	flex-wrap:wrap;
	background-color:#fff
}
.breadcrumb .item {
	list-style:none
}
.breadcrumb a {
	color:#999
}
.breadcrumb a:last-child {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.breadcrumb .and {
	margin:0 10px;
	display:inline-block;
	width:6px;
	height:6px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	transform:rotate(45deg)
}
.customer-service {
	position:fixed;
	right:0;
	top:60%;
	z-index:998
}
.customer-service .service-item {
	height:224px;
	width:42px;
	cursor:pointer;
	border:1px solid #409eff;
	background:#fff;
	transform:scale(.7);
	transform-origin:top right;
	box-shadow:1px 1px 6px 0 rgba(0, 0, 0, .1);
	background:url(//file.baixing.net/202206/dfbb88e8958aea1b529986c6c2afc158.png) no-repeat 50%/100% 100%
}
button {
	border:none
}
.service-click .service-modal {
	display:block
}
.service-modal {
	width:112px;
	display:none;
	position:absolute;
	background-color:#fff;
	right:calc(100% + 20px);
	top:50%;
	padding:27px 25px;
	transform:translateY(-50%);
	box-shadow:0 4px 10px rgba(0, 0, 0, .05);
	cursor:auto
}
.service-modal__bax {
	text-align:start
}
.service-modal__bax .bax-number {
	color:#409eff;
	padding:10px 0
}
.service-modal__bax .bax-btn {
	cursor:pointer;
	margin-top:8px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	width:82px;
	height:26px;
	background-color:#5799ff;
	border-radius:2px
}
.service-modal__bax .bax-btn .bax-link .bax-text {
	font-family:PingFangSC-Medium;
	font-size:12px;
	color:#fff;
	line-height:12px
}
.bx-header-red .cm-nav-bar {
	height:50px;
	line-height:1.4;
	overflow:hidden;
	background:#336fff;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.bx-header-red .cm-nav-bar div {
	box-sizing:border-box
}
.bx-header-red .cm-nav-bar .bx-nav-logo {
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 9px 0 12px
}
.bx-header-red .cm-nav-bar .bx-nav-logo .cn-icon {
	height:24px
}
.bx-header-red .cm-nav-bar .bx-nav-logo .cm-icon {
	margin-top:-8px;
	height:26px
}
.bx-header-red .bx-nav-search {
	flex:1;
	position:relative
}
.bx-header-red .bx-nav-search .search-form {
	margin-bottom:0;
	border-radius:4px;
	overflow:hidden
}
.bx-header-red .bx-nav-search .search-form .search-query {
	color:#fff;
	box-sizing:border-box;
	-webkit-appearance:none;
	border-radius:0;
	width:100%;
	border:0;
	height:28px;
	line-height:28px;
	padding-left:30px;
	padding-right:18px;
	outline:none;
	font-size:14px;
	opacity:.8;
	background:hsla(0, 0%, 100%, .3)
}
.bx-header-red .bx-nav-search .search-form .search-query::-webkit-input-placeholder {
color:#fff
}
.bx-header-red .bx-nav-search .search-form .search-query::-webkit-search-cancel-button {
-webkit-appearance:none
}
.bx-header-red .bx-nav-search .search-form .search-query::-ms-clear {
display:none
}
.bx-header-red .bx-nav-search .search-form .search-query:valid+.clear {
display:inline
}
.bx-header-red .bx-nav-search .search-form .clear {
	display:none;
	width:14px;
	height:14px;
	position:absolute;
	top:50%;
	right:10px;
	transform:translateY(-50%);
	background:url(//file.baixing.net/202106/4b908e060a8901bcf60cda682ef0d763.png) no-repeat;
	background-size:cover;
	outline:none;
	cursor:pointer
}
.bx-header-red .bx-nav-search .search-form img.baicon {
	width:14px;
	color:#fff;
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	opacity:.8
}
.bx-header-red .cm-nav-bar-right {
	display:flex;
	justify-content:flex-end;
	margin-left:17px
}
.bx-header-red .cm-nav-bar-right .bx-nav-btnlast-of-type {
	padding-right:0
}
.bx-header-red .cm-nav-bar-right a.bx-nav-btn {
	width:30px;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	font-size:14px;
	height:28px;
	line-height:28px;
	display:block;
	float:left;
	position:relative
}
.bx-header-red .cm-nav-bar-right a.bx-nav-btn:before {
	border-color:transparent
}
.bx-header-red .cm-nav-bar-right a.bx-nav-btn+a.bx-nav-btn:before {
	content:"";
	height:12px;
	border-left:1px solid hsla(0, 0%, 100%, .8);
	position:absolute;
	left:0;
	top:8px
}
.footer-phone-box, .footer-phone-sem-box {
	background:linear-gradient(90deg, #fffbf2, #fff1d0);
	color:#ff4b69
}
.footer-phone-box .btn-text, .footer-phone-box .phone-num, .footer-phone-box .time-tip, .footer-phone-sem-box .btn-text, .footer-phone-sem-box .phone-num, .footer-phone-sem-box .time-tip {
	color:#ff4b69
}
.official-footer-contact-container {
	position:fixed;
	bottom:0;
	width:100%;
	background:#fff;
	display:flex;
	align-items:center;
	padding:10px 7px;
	box-sizing:border-box;
	justify-content:space-between
}
.official-footer-contact-container .online-box, .official-footer-contact-container .wechat-box {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:0 20px
}
.official-footer-contact-container .online-box .text, .official-footer-contact-container .wechat-box .text {
	font-size:14px;
	color:#333
}
.official-footer-contact-container .wechat-box .icon {
	width:23px;
	height:21px
}
.official-footer-contact-container .online-box .icon {
	width:21px;
	height:22px
}
.footer-phone-box.col {
	flex-direction:column
}
.footer-phone-box, .footer-phone-sem-box {
	display:flex;
	align-items:center;
	justify-content:center;
	height:44px;
	padding:0px 0;
	border:1px solid transparent;
	box-sizing:border-box;
	flex:1;
	background:linear-gradient(90deg, #5c8aff, #336fff);
	border-radius:22px;
	font-size:18px;
	font-weight:700;
	color:#fff
}
.footer-phone-box.hide, .footer-phone-sem-box.hide {
	display:none
}
.footer-phone-box .icon, .footer-phone-sem-box .icon {
	width:20px;
	height:20px;
	margin-right:8px
}
.footer-phone-box .btn-text, .footer-phone-sem-box .btn-text {
	color:#fff;
	font-size:18px
}
.footer-phone-box .phone-num, .footer-phone-sem-box .phone-num {
	color:#fff;
	font-size:14px;
	font-weight:700
}
.footer-phone-box .time-tip, .footer-phone-sem-box .time-tip {
	color:#fff;
	font-size:10px
}
.footer-phone-box .time-tip.hide, .footer-phone-sem-box .time-tip.hide {
	display:none
}
div, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-family:PingFangSC-Regular, Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5b8b\4f53", sans-serif;
	color:#333
}
body {
	max-width:750px;
	margin:0 auto;
	background-color:#f2f2f2;
	position:relative;
	min-height:100vh
}
a {
	text-decoration:none
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix {
	zoom:1
}
img {
	border:0
}
dd, dl, dt, li, ul {
	list-style:none;
	margin:0;
	padding:0
}
checkbox, input, select {
	vertical-align:middle
}
.right-arrow {
	display:inline-block;
	width:8px;
	height:8px;
	border-top:1px solid #666;
	border-right:1px solid #666;
	transform:rotate(45deg)
}
.only-oneline {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.only-twoline {
	-webkit-line-clamp:2
}
.only-fiveline, .only-twoline {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	word-break:break-all
}
.only-fiveline {
	-webkit-line-clamp:5
}
.header {
	padding:0 0px;
	justify-content:space-between;
	box-sizing:content-box;
	position:relative;
	height:85px;
	background-color:#fff
}
.header, .header .header-left {
	display:flex;
	align-items:center
}
.header .header-left {
	justify-content:flex-start
}
.header .header-left .baixing-logo {
	width:49px;
	height:24px;
	transform:translateY(-3px)
}
.header .header-left .header-tip-text {
	font-size:16px;
	color:#555;
	font-weight:700
}
.header .back-icon {
	display:inline-block;
	width:11px;
	height:11px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	transform:rotate(-135deg);
	position:absolute;
	top:calc(50% - 6px);
	left:26px
}
.header .title {
	width:180px;
	margin:0 auto;
	text-align:center
}
.header a>img {
	width:18px;
	height:18px;
	margin-right:11px
}
.swiper-container {
	height:152px;
	width:100vw
}
.swiper-container .swiper-wrapper .swiper-slide {
	text-align:center;
	background-size:100% 100%;
	background-position:50%;
	background-repeat:no-repeat;
	display:flex;
	justify-content:center;
	align-items:center
}
.swiper-container .swiper-pagination-bullet-active {
	background-color:#8c2925
}
.swiper-container .num-tip {
	height:26px;
	padding:0 5px;
	position:absolute;
	bottom:16px;
	right:16px;
	line-height:26px;
	background:rgba(0, 0, 0, .5);
	color:#fff;
	border-radius:4px;
	z-index:1000;
	font-size:12px
}
.swiper-container .video-wrapper {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	background-color:#000
}
.swiper-container .video-wrapper video {
	flex:1;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:9
}
.swiper-container .video-cover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	cursor:pointer
}
.swiper-container .video-cover img {
	width:100%;
	height:100%
}
.swiper-container .video-cover.play-flag img {
	display:none
}
.swiper-container .video-cover.play {
	opacity:0
}
.swiper-container .video-cover:after {
	content:"";
	position:absolute;
	left:calc(50% - 28px);
	top:calc(50% - 28px);
	width:55px;
	height:55px;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
	background-size:100%;
	cursor:pointer
}
.swiper-container.fullscreen {
	position:fixed;
	top:50%;
	left:0;
	width:100vw;
	transform:translateY(-50%);
	z-index:1000
}
.swiper-container.fullscreen+.swiper-fullscreen-mask {
	position:fixed;
	top:0;
	left:0;
	width:110vw;
	height:300vh;
	background:#000;
	transform:translateY(-150vh);
	z-index:999
}
.swiper-container-small {
	height:152px;
	width:100vw
}
.swiper-container-small .swiper-wrapper .swiper-slide {
	text-align:center;
	background-size:100% 100%;
	background-position:50%;
	background-repeat:no-repeat;
	display:flex;
	justify-content:center;
	align-items:center
}
.swiper-container-small .swiper-wrapper .swiper-slide .video-cover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	cursor:pointer
}
.swiper-container-small .swiper-wrapper .swiper-slide .video-cover img {
	width:100%;
	height:100%
}
.swiper-container-small .swiper-wrapper .swiper-slide .video-wrapper {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%
}
.swiper-container-small .swiper-wrapper .swiper-slide .video-wrapper video {
	width:100%;
	heigh:100%;
	pointer-events:none;
	z-index:9
}
.swiper-container-small .swiper-pagination-bullet-active {
	background-color:#8c2925
}
.swiper-container-small .num-tip {
	height:26px;
	padding:0 5px;
	position:absolute;
	bottom:16px;
	right:16px;
	line-height:26px;
	background:rgba(0, 0, 0, .5);
	color:#fff;
	border-radius:4px;
	z-index:1000;
	font-size:12px
}
.big-image {
	width:100%;
	height:auto
}
.products .product-hot {
	display:flex;
	flex-direction:column;
	width:48.5%;
	position:relative;
	margin-bottom:20px;
	background-color:#fff
}
.products .product-hot.video:after {
	content:"";
	position:absolute;
	left:50%;
	top:17%;
	width:40px;
	height:40px;
	transform:translateX(-50%);
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
	background-size:100%;
	cursor:pointer
}
.products .product-hot .product__img {
	width:100%;
	height:170px;
	margin-bottom:14px;
	border-radius:4px
}
.products .product-hot .product__name {
	margin-bottom:6px;
	padding-bottom:10px;
	font-size:0.18rem;
	font-weight:700;
	color:#333;
	line-height:0.25rem;
	border-bottom:1px dashed #ebebeb;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.products .product-hot .product__content {
	height:0.5rem;
    margin-bottom: 14px;
    line-height: 0.25rem;
    font-size: 0.18rem;
    color: #999;
}
.products .product-hot .product__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    padding: 0px 0;
    background: #336fff;
    border-radius: 0.25rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #fff;
}
.products .product-hot .product__btn .icon {
	width:22px;
	height:28px;
	margin-right:5px
}
.products {
	margin-bottom:-14px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between
}
.products .product-new {
	display:flex;
	flex-direction:column;
	width:48.5%;
	margin-bottom:20px;
	position:relative;
	background-color:#fff
}
.products .product-new.video:after {
	content:"";
	position:absolute;
	left:50%;
	top:27%;
	width:40px;
	height:40px;
	transform:translateX(-50%);
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
	background-size:100%;
	cursor:pointer
}
.products .product-new .product__img {
	width:100%;
	height:133px;
	margin-bottom:10px;
	border-radius:4px
}
.products .product-new .product__name {
	font-size:0.18rem;
	font-weight:500;
	color:#333
}
.default-box {
	padding:62px 0;
	text-align:center;
	background:#fff
}
.default-box img {
	height:126px
}
.default-box p {
	font-size:14px;
	color:#999;
	margin-top:10px
}
.user-defined-item {
	margin:0 0 16px;
	border-radius:4px;
	background-color:#fff;
	overflow:hidden
}
.user-defined-item .img {
	width:100%;
	height:250px
}
.user-defined-item .content {
	padding:15px 0
}
.user-defined-item .content .title {
	margin-bottom:10px;
	font-size:0.2rem;
	font-weight:700;
	color:#336fff;
	line-height:14px
}
.user-defined-item .content .line {
	width:24px;
	height:2px;
	margin-bottom:12px;
	background:#336fff
}
.user-defined-item .content .desc {
	 font-size: 0.18rem;
    color: #666;
    line-height: 0.25rem;
}
.news-list-title-box {
	padding:0 12px;
	background:#fff
}
.block-title {
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	padding:16px 9px;
	font:700 28px/16px PingFangSC-Medium, PingFang SC;
	color:#333;
	box-sizing:border-box;
	border-bottom:1px solid #eee
}
.news-list-title-box .block-title .prefix-box {
	position:absolute;
	top:16px;
	left:0;
	width:3px;
	height:15px;
	background:#336fff
}
.news-list-title-box .block-title .more {
	font:12px/1 PingFangSC-Regular, PingFang SC;
	color:#999
}
.no-data-box {
	margin:0 auto 15px;
	padding:30px 0 45px;
	text-align:center;
	background-color:#fff
}
.no-data-box .icon {
	width:150px;
	height:85px
}
.no-data-box .text {
	font-size:14px;
	color:#aaa
}
.one-line {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap
}
.news-list {
	padding:0 12px;
	background-color:#fff;
	margin-bottom:10px
}
.news-list .item {
	display:flex;
	box-sizing:border-box;
	align-items:center;
	padding:11px 4px;
	border-bottom:1px solid #ebebeb
}
.news-list .item .left {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:56px;
	height:56px;
	border-radius:0 0 16px 0
}
.news-list .item .left .day {
	margin-bottom:2px;
	font-size:20px;
	font-weight:700;
	color:#666;
	line-height:20px
}
.news-list .item .left .year-month {
	font-size:12px;
	color:#999
}
.news-list .item .right {
	width:75%;
	margin-left:14px
}
.news-list .item .right .title {
	margin-bottom:12px;
	font-size:14px;
	font-weight:700;
	color:#333;
	line-height:14px
}
.news-list .item .right .desc {
	font-size:14px;
	line-height:14px;
	color:#999
}
.aboutus {
	position:relative;
	margin-bottom:10px;
	padding:0 12px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50%
}
.aboutus>img.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:-1
}
.aboutus .aboutus-block-title {
	position:relative;
	padding:16px 9px 12px;
	line-height:0.25rem;
	font-size:0.22rem;
	font-weight:700;
	color:#fff;
	border-bottom:1px solid hsla(0, 0%, 92.2%, .3)
}
.aboutus .aboutus-block-title:before {
	content:"";
	position:absolute;
	top:16px;
	left:0;
	width:3px;
	height:16px;
	background:#fff
}
.aboutus .aboutus-block-content {
	padding:20px 4px
}
.aboutus .aboutus-block-content .aboutus-item {
	display:flex;
	justify-content:start;
	align-items:center;
	position:relative
}
.aboutus .aboutus-block-content .aboutus-item+.aboutus-item {
	margin-top:15px
}
.aboutus .aboutus-block-content .aboutus-item .aboutus-icon {
	width:40px;
	height:40px;
	margin-right:12px
}
.aboutus .aboutus-block-content .aboutus-item .aboutus-text {
	margin-right:20px;
	font-size:0.2rem;
	line-height:0.25rem;
	/*max-width:260px;*/
	color:hsla(0, 0%, 100%, .8)
}
.aboutus .aboutus-block-content .aboutus-item .aboutus-text .aboutus-info {
	font-weight:700;
	color:#fff
}
.aboutus .aboutus-block-content .aboutus-item .copy-data {
    display: block;
    width: 1.2rem;
    height: 0.4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 999px;
    color: #336fff;
    background: #fff;
}
.aboutus .aboutus-block-content .aboutus-item .more {
	width:9px;
	height:9px;
	position:absolute;
	top:50%;
	right:17px;
	transform:rotate(45deg) translateY(-80%);
	border-top:2px solid #fff;
	border-right:2px solid #fff
}
.aboutus-content-box {
	padding:20px 16px;
	margin-top:-10px;
	background:#fff
}
.aboutus-content {
	font-size:14px;
	color:#333;
	line-height:26px
}
.aboutus-content p.active {
	display:block
}
.aboutus .click-to-expand {
	border-radius:16px;
	height:32px;
	line-height:32px;
	border:1px solid #ddd;
	color:#999;
	font-size:12px;
	display:inline-block;
	width:122px;
	text-align:center;
	margin-top:15px;
	position:relative
}
.aboutus .click-to-expand:after {
	content:"";
	width:5px;
	height:5px;
	border:1px solid #999;
	border-bottom:none;
	border-left:none;
	position:absolute;
	right:25px;
	top:calc(50% + 2px);
	transform:translateY(-50%) rotate(-45deg)
}
.aboutus .click-to-expand.active:after {
	top:calc(50% - 2px);
	transform:translateY(-50%) rotate(135deg)
}
.contact-form {
	position:relative
}
.contact-form>img.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:-1
}
.contact-form .block-title {
	position:relative;
	width:auto;
	padding:16px 9px;
	margin:0 12px;
	font:700 16px/16px PingFangSC-Medium, PingFang SC;
	color:#fff;
	border-bottom:1px solid hsla(0, 0%, 92.2%, .3)
}
.contact-form .block-title .prefix-box {
	position:absolute;
	top:16px;
	left:0;
	width:3px;
	height:15px;
	background:#336fff
}
.contact-form .contact-form-list {
	padding:20px 15px 10px
}
.contact-form .contact-form-list .a-content-item {
	display:flex;
	flex-direction:column;
	width:100%;
	margin-bottom:20px;
	font-size:14px
}
.contact-form .contact-form-list .a-content-item .item-label {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:12px;
	color:#fff
}
.contact-form .contact-form-list .a-content-item .item-label .labe-icon {
	font-size:16px;
	color:#f46
}
.contact-form .contact-form-list .a-content-item input {
	width:100%;
	border:none;
	border-radius:2px;
	padding:16px 12px;
	font-size:14px;
	color:#999;
	background-color:#f7f7f7;
	-webkit-appearance:none
}
.contact-form .contact-form-list .form-item {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:20px
}
.contact-form .contact-form-list .form-item button {
	width:100%;
	height:50px;
	margin-top:10px;
	border:none;
	text-align:center;
	color:#fff;
	line-height:50px;
	border-radius:25px;
	font-size:16px;
	background:#336fff
}
.contact-form .contact-form-list .form-item.required label {
	position:relative
}
.contact-form .contact-form-list .form-item.required label:after {
	content:"*";
	position:absolute;
	right:-15px;
	font-size:16px;
	color:#f46
}
footer.bx-footer {
	width:100%;
	margin:0;
	background-color:#f7f7f7;
	box-sizing:border-box
}
footer.bx-footer .footer-content {
	font-size:12px;
	text-align:center;
	line-height:19px
}
footer.bx-footer .footer-content p {
	color:#999
}
.company-info {
	background-color:#fff
}
.company-info .info {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	padding:12px 0 16px 15px;
	background:linear-gradient(121deg, #faebdb, #fef8f0)
}
.company-info .info .info-logo {
	height:50px;
	max-width:100px;
	margin-right:10px;
	border-radius:5px
}
.company-info .info .info-text {
	height:50px;
	max-width:calc(100% - 62px);
	flex-grow:1;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-start
}
.company-info .info .info-text .info-name {
	font-size:0.25rem;
	font-weight:700;
	color:#333;
	line-height:26px
}
.company-info .info .info-text .info-tag-list {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:83%;
}
.company-info .info .info-text .info-tag-list .info-tag {
padding: 0 10px;
    text-align: center;
    font-size: 0.15rem;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 2px;
    background-color: #ed4646;
    /* margin-bottom: 10px; */
    margin-top: 10px;
}
.company-info .info .info-text .info-tag-list .info-tag+.info-tag {
	margin-left:6px
}
.company-info .desc {
	padding:27px 22px 14px 29px;
	position:relative;
	border-radius:8px;
	background-color:#fffcf8;
	font-size:0.15rem;
	line-height:20px
}
.company-info .desc .desc-text {
    margin-bottom: 6px;
    /* overflow: hidden; */
    word-break: break-all;
    color: #666;
   font-size: 0.20rem;
   line-height: 0.30rem;
}
.company-info .desc .desc-text.hide {
	height:154px
}
.company-info .desc .bottom-right, .company-info .desc .top-left {
	width:28px;
	height:22px;
	position:absolute
}
.company-info .desc .top-left {
	top:9px;
	left:16px
}
.company-info .desc .bottom-right {
	right:10px;
	bottom:12px
}
.company-info .desc .action-btn-box {
	display:flex;
	justify-content:flex-end;
	margin-right:15px
}
.company-info .desc .action-btn-box .action-btn {
	box-sizing:border-box;
	height:18px;
	padding:0 6px;
	line-height:16px;
	border-radius:2px;
	border:1px solid;
	font-size:12px;
	color:#336fff
}
.company-info .desc .action-btn-box .action-btn.hide {
	display:none
}
.contact-form-sem {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100vw;
	height:100vh;
	position:fixed;
	top:-100vh;
	left:0;
	z-index:1000;
	background-color:rgba(0, 0, 0, .2)
}
.contact-form-sem .contact-form-content {
	box-sizing:border-box;
	width:80vw;
	position:relative;
	background-color:#fff
}
.contact-form-sem .contact-form-content .contact-form-sem-close {
	position:absolute;
	top:0;
	right:10px;
	color:#f46;
	font-size:32px;
	line-height:40px;
	cursor:pointer
}
.block-container {
	margin-bottom:10px;
	padding:0 12px;
	background-color:#fff
}
 {
	position:relative;
	padding:16px 9px 12px;
	font:700 16px/16px PingFangSC-Medium, PingFang SC;
	color:#333;
	border-bottom:1px solid #eee
}
 .prefix-box {
	position:absolute;
	top:16px;
	left:0;
	width:3px;
	height:15px;
	background:#336fff
}
.block-container .block-content {
	padding:16px 0
}
.video-cover {
	position:relative
}
.video-cover:after {
	content:"";
	position:absolute;
	left:calc(50% - 28px);
	top:calc(50% - 28px);
	width:55px;
	height:55px;
	
	background-size:100%;
	cursor:pointer
}
