/* Main CSS Document */
@charset "utf8";
/* reset */
:root {
	--def-clolor: #333;
	--color: #0761AD;
	--color1: #E5EEF6;
	--color2: #CCDEEE;
	--color3: #B3CEE5;
	--color4: #9BBFDD;
	--color5: #82AFD5;
	--color6: #6A9FCD;
	--color7: #528FC4;
	--color8: #3C80BB;
	--color9: #2170B3;
	--color-bg: #F2F7FC;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 14px/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	outline: 0;
	-webkit-text-size-adjust: none;/* Chrome 浏览器中设置小于 12px 的字体 */
	color: var(--def-clolor);
	background: #FFF;
}
html {
	font-size: min(-webkit-calc(max(100vw, 1230px) / 1630 * 75), 75px);
	font-size: min(calc(max(100vw, 1230px) / 1630 * 75), 75px);
}
body {
	min-width: 1200px;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
a {
	color: var(--def-clolor);
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style-type: none;
	list-style-image: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: 0.32rem;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: top;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
.img-hover, *[data-hover="*"] *[data-hover="img"] {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.img-hover:hover, *[data-hover="*"]:hover *[data-hover="img"] {
	-webkit-transform: scale(1.1) translateZ(0);
	-moz-transform: scale(1.1) translateZ(0);
	-o-transform: scale(1.1) translateZ(0);
	-ms-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
}
.shadow,.shadow-2xl {
	-webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
}
.shadow-lg,.shadow-sm {
	-webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}
.shadow-md {
	-webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
}
.shadow-px,.shadow-px-100,.shadow-px-10,.shadow-xl {
	-webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-px {
	--tw-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
.shadow-px-100 {
	--tw-shadow: 0 0 0 1px rgba(0,0,0,1);
}
.shadow-px-10 {
	--tw-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}
.shadow-none {
	--tw-shadow: 0 0 #0000;
}
*[data-hover="*"] {
	--transition-duration: 600ms;
	--border-margin: 30px;
	--border-width: 1px;
	--border-color: #FFF;
}
*[data-hover="*"] figure {
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
}
*[data-hover="*"] > figure:before, *[data-hover="*"] > figure:after, *[data-hover="*"] > figure > figure:before, *[data-hover="*"] > figure > figure:after {
	content:" ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transition: all var(--transition-duration) ease;
	transition: all var(--transition-duration) ease;
	background:rgba(255,255,255,.5);
	position:absolute;
}
*[data-hover="*"] > figure:before, *[data-hover="*"] > figure > figure:after {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
*[data-hover="*"] > figure:after, *[data-hover="*"] > figure > figure:before {
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
*[data-hover="*"] > figure:before, *[data-hover="*"] > figure:after {
	left:15px;
	left:var(--border-margin);
	right:15px;
	right:var(--border-margin);
	height: 3px;
	height: var(--border-width);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
*[data-hover="*"] > figure:before {
	top: 15px;
	top: var(--border-margin);
}
*[data-hover="*"] > figure:after {
	bottom:15px;
	bottom:var(--border-margin);
}
*[data-hover="*"] > figure > figure:before, *[data-hover="*"] > figure > figure:after {
	top:15px;
	top:var(--border-margin);
	bottom:15px;
	bottom:var(--border-margin);
	width:3px;
	width: var(--border-width);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}
*[data-hover="*"] > figure > figure:before {
	left:15px;
	left:var(--border-margin);
}
*[data-hover="*"] > figure > figure:after {
	right:15px;
	right:var(--border-margin);
}
a:hover *[data-hover="*"] > figure:before, a:hover *[data-hover="*"] > figure:after, a:hover *[data-hover="*"] > figure > figure:before, a:hover *[data-hover="*"] > figure > figure:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 1630px) {
	*[data-hover="*"] {
		--border-margin: 15px;
		--border-width: 1px;
	}
}
.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(4px);
	/* Chrome, Opera */
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
	/* IE6~IE9 */
}
input, select, textarea, button {
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*resize: vertical;*/
	resize: none;
	font: 14px/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sinput textarea, .sinput select, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
	transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.none {
	display: none !important;
}
/*下拉二级菜单样式*/
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/*position:absolute;*/
}
.combobox .hover, .selbox .hover {
/*这里可以稍稍做点修改 通常在单样式里做特效修改*/
}
/*清楚浮动*/
.clearfix {
	*zoom:1;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	clear: both;
}
/*窗体大小*/
.w-auto {
	width: 1600px;
}
@media (max-width: 1630px) {
.w-auto {
	width: 1200px;
}
}
.mauto {
	margin: 0 auto;
}
.w-mauto {
	max-width:1600px;
	min-width:1200px;
	width:83.33333%;
	margin:0 auto;
}
.flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.l {
	float: left;
}
.r {
	float: right;
}
*[data-trans="t"] {
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	transition: opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="b"] {
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	transition: opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="l"] {
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	transition: opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="r"] {
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	transition: opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1), -webkit-transform 600ms;
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="t"].action, *[data-trans="b"].action {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*[data-trans="l"].action, *[data-trans="r"].action {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
	_top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	position: absolute;
	right: auto;
	_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
	_left:expression(eval(document.documentElement.scrollLeft));
}
/* 弹出窗口 */
.modal_tbg {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	position: absolute;
}
.modal_tbg-black {
	background: #000;
}
.modal_tbg-write {
	background: #FFF;
}
.modal_tbg-transparent {
	background: transparent;
}
.modal_tbg.show {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.modal_tbox {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: none;
	position: fixed;
	z-index: 100002;
	overflow: hidden;
}
.modal-slide-entering {
	-webkit-animation: slideDownIn 0.3s both;
	animation: slideDownIn 0.3s both
}
@-webkit-keyframes slideDownIn {
	from {
		-webkit-transform: translate3d(0px, 15px, 0px);
		transform: translate3d(0px, 15px, 0px);
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}
@keyframes slideDownIn {
	from {
		-webkit-transform: translate3d(0px, 15px, 0px);
		transform: translate3d(0px, 15px, 0px);
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}
.modal-slide-exiting {
	-webkit-animation: slideDownOut 0.3s both;
	animation: slideDownOut 0.3s both
}
@-webkit-keyframes slideDownOut {
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0px, 15px, 0px);
		transform: translate3d(0px, 15px, 0px);
		opacity: 0;
	}
}
@keyframes slideDownOut {
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0px, 15px, 0px);
		transform: translate3d(0px, 15px, 0px);
		opacity: 0;
	}
}
.modal_tbox.show {
	min-width: 1200px;
	width: 100%;
	height: 100%;
	display: block;
}
.modal_tbox.offset_0 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.modal_tbox.offset_1 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.modal_tbox.offset_2 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.modal_tbox.offset_3 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.modal_tbox.offset_4 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-align: end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.modal_tbox.offset_5 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.modal_tbox.offset_6 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.modal_tbox.offset_7 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.modal_tbox.offset_8 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.modal_tbox.offset_9 {
	display: block;
}
.modal_tbox .modal_tcon {
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	z-index: 1;
}
.modal_tbox .modal_tcon .modal_tclose {
	right: 45px;
	top: 45px;
	width: 30px;
	height: 30px;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}
.modal_tbox .modal_tcon .modal_tclose svg {
	width: 100%;
	height: 100%;
}
.modal_tbox .modal_tcon .modal_tclose:hover {
	color: var(--color);
}
.modal_tbox .modal_tcon .tcon-til {
	padding: 20px 45px 0;
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.modal_tbox .modal_tcon .tcon-con {
}
/* 加载处理窗口 */
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	width: 64px;
	height: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal_tbox .loading-box .ball-beat > div {
	background-color: rgba(0,0,0,.5);
}
.modal_tbox .loading-box .msg {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
/* 关注公众号弹窗 */
.modalbg_gzgzh-box {
}
.modal_gzgzh-box {
}
.modal_tbox .gzgzh-box {
	padding: 0.92rem;
	height: auto;
	-moz-border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	background: var(--color-bg);
}
.modal_tbox .gzgzh-box .modal_tclose {
	padding: 0.16rem;
	right: 24px;
	top: 24px;
	width: 18px;
	height: 18px;
	-moz-border-radius: 0.56rem;
	-webkit-border-radius: 0.56rem;
	border-radius: 0.56rem;
	color: #666;
	background: #FFF;
}
.modal_tbox .gzgzh-box .tcon-con {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.modal_tbox .gzgzh-box .tcon-con .c-til {
	line-height: 0.48rem;
	font-size: 0.48rem;
}
.modal_tbox .gzgzh-box .tcon-con .c-img {
	margin: 0.32rem 0 0.12rem;
}
.modal_tbox .gzgzh-box .tcon-con .c-img img {
	border: 15px solid #FFF;
	width: 2.4rem;
	height: auto;
}
.modal_tbox .gzgzh-box .tcon-con .c-ftil {
	margin-bottom: 0.4rem;
	line-height: 24px;
	font-size: max(16px, 14px);
	text-align: center;
	color: #666;
}
.modal_tbox .gzgzh-box .tcon-con .c-ftil span {
	display: block;
}
.modal_tbox .gzgzh-box .tcon-con .c-form {
	-moz-border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	border-radius: 0.8rem;
	position: relative;
	overflow: hidden;
}
.modal_tbox .gzgzh-box .tcon-con .c-form input[type='text'] {
	padding: 0 2.0rem 0 0.6rem;
	width: 4.8rem;
	height: 0.8rem;
	font-size: max(0.21rem, 14px);
	border: none;
	outline: 0 none;
}
.modal_tbox .gzgzh-box .tcon-con .c-form input[type='submit'] {
	right: 0;
	top: 0;
	width: 1.6rem;
	height: 100%;
	font-size: 0.24rem;
	border: none;
	outline: 0 none;
	-moz-border-radius: 0.8rem 0 0 0.8rem;
	-webkit-border-radius: 0.8rem 0 0 0.8rem;
	border-radius: 0.8rem 0 0 0.8rem;
	color: #FFF;
	background: var(--color);
	position: absolute;
}
/* 视频弹窗 */
.modalbg_player-box {
/*	z-index: 100003;*/
}
.modal_player-box {
/*	z-index: 100004;*/
}
.modal_tbox .player-box {
	padding: 10px;
	width: 80%;
	max-width: 1200px;
	background: #FFF;
}
.modal_tbox .player-box .modal_tclose {
	padding: 12px;
	right: -20px;
	top: -20px;
	width: 16px;
	height: 16px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #666;
	background: #FFF;
}
.modal_tbox .player-box .c-box {
	position: relative;
}
.modal_tbox .player-box .c-box:before {
	content: ' ';
	padding-top: 56.25%;
	display: block;
}
.modal_tbox .player-box .video {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.modal_tbox .player-box .video video {
	width: 100%;
	height: 100%;
}
.modal_tbox .player-box .video iframe {
	width: 100%;
	height: 100%;
}
/* 分页样式 */
.mpage_boxs {
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	margin: 0 5px;
	padding-top: 1.0rem;
	line-height: 42px;
	font-size: max(0.21rem, 14px);
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	padding: 0 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
}
.mpage_boxs span {
	color: #666;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a, .mpage_boxs a:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
.mpage_boxs.on li {
	margin-bottom: 1.4rem;
}
/* .hd-boxs */
.hd-boxs {
	width: 100%;
	height: 99px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 99999;
}
.hd-boxs:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	background: rgba(9,27,170,.08);
	position: absolute;
	z-index: 1;
}
.hd-boxs:after {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	opacity: .3;
	/* 针对支持标准渐变语法的浏览器 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #FFF), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFF 50%, rgba(255, 255, 255, 0));
	/* 针对不支持标准渐变语法的IE浏览器 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFF', GradientType=1);
	position: absolute;
	z-index: 1;
}
.hd-con, .hd-con .w-mauto {
	height: 100%;
}
.hd-con {
	position: relative;
	z-index: 1;
}
.hd-con .w-mauto {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.hd-r {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.hd-logo {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.hd-logo a {
	height: 75px;
	display: block;
	position:relative;
}
.hd-logo a:before {
	content:" ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background: url(/public/images/logo-bg.svg) no-repeat left center;
	position:absolute;
}
.hd-logo img {
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	opacity:0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.hd-mnav {
	position: relative;
	overflow: hidden;
}
.hd-mnav .nav-bar {
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	opacity: 0;
	background: #FFF;
	position: absolute;
}
.hd-mnav ul, .hd-mnav ul li, .hd-mnav ul li a, .hd-mnav ul li span {
	height: 100%;
}
.hd-mnav ul {
}
.hd-mnav ul li {
	padding: 0 30px;
	display: inline-block;
	float: left;
}
.hd-mnav ul li a {
	margin: 0 -30px;
	padding: 0 30px;
	display: block;
	color: #FFF;
}
.hd-mnav ul li span {
	font-size: 16px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.hd-mnav ul li span:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	display: none;
	background: #FFF;
	position: absolute;
}
.hd-mnav ul .active span:before {
	display: block;
}
.hd-tool {
	margin-left: 20px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.hd-tool .l-ul {
	margin: 0 -10px;
}
.hd-tool .l-li {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.hd-tool .l-til {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	display: block;
	color: #FFF;
}
.hd-tool .l-l1 {
}
.hd-tool .l-l1 .l-til {
	position: relative;
}
.hd-tool .l-l1 .l-til i {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: absolute;
}
.hd-tool .l-l1 .l-til .icon-look-for {
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.hd-tool .l-l1 .l-til .icon-close {
	-webkit-transform: scale(0) rotate(90deg);
	-ms-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg);
}
.hd-tool .l-l1 .l-box {
	margin-top: 6px;
	right: 0;
	top: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: absolute;
	visibility: hidden;
}
.hd-tool .l-l1 .l-con {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	background: #FFF;
}
.hd-tool .l-l1 .l-con input[type="text"] {
	padding: 11px 50px 11px 21px;
	width: 270px;
	height: 48px;
	line-height: 24px;
	border: none;
	outline: 0 none;
	background: transparent;
}
.hd-tool .l-l1 .l-con a, .hd-tool .l-l1 .l-con input[type="submit"] {
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	border: none;
	outline: 0 none;
	position: absolute;
}
.hd-tool .l-l1 .l-con a {
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #666;
}
.hd-tool .l-l1 .l-con input[type="submit"] {
	background:transparent;
}
.hd-tool .l-l1.on .l-til .icon-look-for {
	-webkit-transform: scale(0) rotate(90deg);
	-ms-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg);
}
.hd-tool .l-l1.on .l-til .icon-close {
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.hd-tool .l-l1.on .l-box {
	opacity: 1;
	visibility: visible;
}
.hd-tool .l-l2 {
}
.hd-tool .l-l2 .l-con {
	padding-top: 10px;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}
.hd-tool .l-l2 .l-con:before {
	content: " ";
	margin-left: 50%;
	left: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	display: block;
	position: absolute;
}
.hd-tool .l-l2 .l-con .c-con {
	padding: 5px 10px;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	background: #FFF;
}
.hd-tool .l-l2 .l-con .c-con ul {
}
.hd-tool .l-l2 .l-con .c-con ul li {
	width: 100%;
	border-bottom: 1px solid #EEE;
	display: inline-block;
	float: left;
}
.hd-tool .l-l2 .l-con .c-con ul li a {
	min-width: 80px;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
	display: block;
	color: #666;
}
.hd-tool .l-l2 .l-con .c-con ul li a:hover {
	color: var(--color);
}
.hd-tool .l-l2 .l-con .c-con ul li:last-child {
	border-bottom: none;
}
@media (max-width: 1630px) {
.hd-boxs {
	height: 75px;
}
.hd-mnav ul li {
	padding: 0 22px;
}
.hd-mnav ul li a {
	margin: 0 -22px;
	padding: 0 22px;
}
.hd-mnav ul li span {
	font-size: 16px;
}
.hd-mnav .nav-bar, .hd-mnav ul li span:before {
	height:1px;
}
}
.hd-on {
	height: 75px;
}
.hd-on:before {
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	box-shadow: 0 0 10px rgba(50,50,50,0.1);
	background: rgba(255,255,255,1) !important;
}
.hd-on .hd-logo a:before {
	opacity:0;
}
.hd-on .hd-logo img {
	opacity:1;
}
.hd-on .hd-mnav .nav-bar, .hd-on .hd-mnav ul li span:before {
	background: var(--color);
}
.hd-on .hd-mnav ul li a {
	color: var(--def-clolor);
}
.hd-on .hd-mnav ul .active a, .hd-on .hd-mnav ul li a:hover {
	color: var(--color);
}
.hd-on .hd-tool .l-til {
	color: var(--def-clolor);
}
.hd-on .hd-tool .l-til:hover {
	color: var(--color);
}
.hd-show:before {
	/*-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	box-shadow: 0 0 10px rgba(50,50,50,0.1);
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	backdrop-filter: saturate(180%) blur(6px);*/
	background: rgba(255,255,255,1) !important;
}
.hd-show .hd-logo a:before {
	opacity:0;
}
.hd-show .hd-logo img {
	opacity:1;
}
.hd-show .hd-mnav .nav-bar, .hd-show .hd-mnav ul li span:before {
	background: var(--color);
}
.hd-show .hd-mnav ul li a {
	color: var(--def-clolor);
}
.hd-show .hd-mnav ul .active a, .hd-show .hd-mnav ul li a:hover {
	color: var(--color);
}
.hd-show .hd-tool .l-til {
	color: var(--def-clolor);
}
.hd-show .hd-tool .l-til:hover {
	color: var(--color);
}
/* 中部 */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	color: #5D5D5D;
	background: #121C25;
	overflow: hidden;
}
.ft-boxs a {
	color: #5D5D5D;
}
.ft-boxs a:hover {
	color: var(--color);
}
.ft-service {
	color: #FFF;
	background: var(--color);
}
.ft-service dl {
}
.ft-service dl dd {
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.ft-service dl dd a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.ft-service dl dd .til {
	padding-left: 0.72rem;
	line-height: 1.6rem;
	font-size: 0.24rem;
	color: #FFF;
	position: relative;
}
.ft-service dl dd i {
	left: 0;
	top: 0;
	width: 0.56rem;
	font-size: 0.56rem;
	position: absolute;
}
.ft-content {
	margin: 100px 0 30px;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ft-about {
	width: 270px;
}
.ft-about .logo {
	margin-bottom: 35px;
}
.ft-about .c-box {
	line-height: 30px;
}
.ft-about .c-box .til {
	font-size: 16px;
}
.ft-about .c-box .con {
	color: #FFF;
}
.ft-about .cb-1 .con {
	font-size: 24px;
	font-weight: bold;
}
.ft-about .cb-2 {
	margin-top: 10px;
}
.ft-about .cb-2 .con {
	font-size: 18px;
}
.ft-about .btn {
	margin-top: 0.48rem;
}
/* 菜单 */
.ft-menu {
	width: 60%;
}
.ft-menu dl {
	margin: 0 -0.2rem;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ft-menu dl dd {
	padding: 0 0.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.ft-menu dl dd .til {
	margin-bottom: 20px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #FFF;
}
.ft-menu dl dd .con {
	line-height: 30px;
}
.ft-menu dl dd ul li {
	word-break: keep-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	display:block;
}
.ft-menu dl dd ul li a {
	display: block;
}
.ft-menu *[data-id="hotkey"] .con {
	height: 3.2rem;
	overflow: hidden;
	position: relative;
}
.ft-menu *[data-id="hotkey"] .con ul {
	height: 100%;
	overflow: hidden;
}
.ft-links {
	margin:0.64rem 0 0.4rem;
}
.ft-links ul {
	margin-left: -10px;
}
.ft-links ul li {
	margin-left: 10px;
	line-height: 24px;
	display: inline-block;
	float: left;
}
.ft-links ul li:first-child {
	margin-right: -10px;
}
.ft-share {
	margin-left: 10px;
}
.ft-copyright {
	padding: 20px 0 25px;
	line-height: 30px;
	position: relative;
}
.ft-copyright:after {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	opacity: .1;
	/* 针对支持标准渐变语法的浏览器 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(50, 50, 50, 0)), color-stop(50%, #FFF), to(rgba(50, 50, 50, 0)));
	background: linear-gradient(to right, rgba(50, 50, 50, 0), #FFF 50%, rgba(50, 50, 50, 0));
	/* 针对不支持标准渐变语法的IE浏览器 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFF', GradientType=1);
	position: absolute;
	z-index: 1;
}
.ft-copyright > .flex {
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.ft-copyright span {
	margin-left: 15px;
}
.ft-copyright span:first-child {
	margin:0;
}
.ft-copyright span img {
	margin-right: 6px;
	vertical-align: text-bottom;
}
.ft-copyright .l {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ft-copyright .r {
	margin-left: 20px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media (max-width: 1430px) {
.ft-menu {
	width: 70%;
}
}
/* 当前位置 */
.bd-position {
}
.bd-position.on {
	border-bottom: 1px solid #F7F7F7;
}
.bd-position .c-con {
	padding-left: 30px;
	line-height: 1.0rem;
	color: #999;
	position:relative;
}
.bd-position i {
	left: 0;
	top: 0;
	font-size: 18px;
	position: absolute;
}
.bd-position a {
	color: #999;
}
.bd-position a:hover {
	color: var(--def-clolor);
}
/* 公共样式 */
.bd-mbox {
	position:relative;
	overflow: hidden;
}
.bd-mbox.bg {
	padding-bottom: 1.4rem;
	background: #F7F7F7;
}
.bd-mbox .bm-bg {
}
.bd-mbox .bm-bg:before {
	content: " ";
	display: block;
}
.bd-mbox .bm-box {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
}
.bd-mbox .bm-til {
	padding: 1.4rem 0 0.8rem;
}
.bd-mbox .bm-til .til {
	line-height: 0.32rem;
	font-size: 0.32rem;
	font-weight: bold;
}
.bd-mbox .bm-til .ftil {
	margin-top: 0.24rem;
	line-height: 0.6rem;
	font-size: 0.6rem;
	font-weight: bold;
	color: var(--color);
	position: relative;
}
.bd-mbox .bm-til .mtil {
	margin-left: 100%;
	left: 0.68rem;
	bottom: 0;
	font-size: 0.24rem;
	white-space: nowrap;
	color: #333;
	position: absolute;
}
.bd-mbox .bm-til .search-til {
	line-height: 1.16rem;
	font-size: 0.32rem;
	font-weight: bold;
	color: var(--color);
}
.bd-mbox .bm-til .more {
	line-height: 0.4rem;
	font-size: 0.21rem;
	text-align: right;
	font-weight: bold;
	color: var(--color);
}
.bd-mbox .bm-til .msg {
	line-height: 0.24rem;
	font-size: 0.24rem;
	color: var(--color);
}
.bd-mbox .bm-til .logo {
	width: 2.36rem;
}
.bd-mbox .bm-til .logo img {
	width: 100%;
	height: auto;
}
.bd-mbox .bm-til .swiper-btn {
	padding-top: 0.16rem;
}
.bd-mbox .bm-til .swiper-btn .btn {
	width: 0.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 24px;
	text-align:center;
	-moz-border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	border-radius: 0.8rem;
	display:block;
	color: #999;
	background: var(--color-bg);
	z-index: 10;
}
.bd-mbox .bm-til .swiper-btn .btn:hover {
	color: #FFF;
	background: var(--color);
}
.bd-mbox .bm-til .swiper-btn .prev {
}
.bd-mbox .bm-til .swiper-btn .next {
	margin-left: 0.48rem;
}
.bd-mbox .bm-til.on * {
	color: #FFF !important;
}
/* 自适应 */
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after, .row:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after {
	clear: both;
}
/* 公共按钮 */
.bd-m-btn {
	width: 2.2rem;
	line-height: 0.75rem;
	font-size: 0.24rem;
	-moz-border-radius: 0.75rem;
	-webkit-border-radius: 0.75rem;
	border-radius: 0.75rem;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	color: #FFF !important;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: var(--color);
}
.bd-m-btn p {
	padding-left: 0.4rem;
	position: relative;
}
.bd-m-btn i {
	left: 0;
	top: 0;
	width: 0.28rem;
	font-size: 0.28rem;
	text-align: center;
	display: block;
	position: absolute;
}
.bd-m-btn[data-style="boder"] {
	border: 1px solid var(--color);
	color: var(--color) !important;
	background: none;
}
.bd-m-btn[data-style="boder"]:hover {
	color: #FFF !important;
	background: var(--color);
}
/* 产品头部 */
.bd-m-products {
}
.bd-m-products .bm-con .cb-1 {
	left: 50%;
	top: 1.6rem;
	width: 10.6rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}
.bd-m-products .bm-con .cb-1 {
	left: 50%;
	top: 1.6rem;
	width: 10.6rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}
.bd-m-products .bm-con .c-search {
	-moz-border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	border-radius: 0.8rem;
	position: relative;
	overflow: hidden;
}
.bd-m-products .bm-con .c-search input[type="text"] {
	padding: 0 1.8rem 0 0.32rem;
	width: 100%;
	height: 0.8rem;
	line-height: 0.32rem;
	font-size: 0.24rem;
	border: none;
	outline: 0 none;
}
.bd-m-products .bm-con .c-search a, .bd-m-products .bm-con .c-search input[type="submit"] {
	right: 0;
	top: 0;
	width: 1.8rem;
	height: 100%;
	border: none;
	outline: 0 none;
	position: absolute;
}
.bd-m-products .bm-con .c-search a {
	line-height: 0.8rem;
	font-size: 0.32rem;
	text-align: center;
	-moz-border-radius: 0.8rem 0 0 0.8rem;
	-webkit-border-radius: 0.8rem 0 0 0.8rem;
	border-radius: 0.8rem 0 0 0.8rem;
	display: block;
	color: #FFF;
	background: var(--color);
}
.bd-m-products .bm-con .c-search input[type="submit"] {
	background:transparent;
}
.bd-m-products .bm-con .c-keywords {
	margin-top: 0.1rem;
}
.bd-m-products .bm-con .c-keywords a {
	margin-left: 0.2rem;
	line-height: 0.2rem;
	font-size: 0.2rem;
	color: #999;
}
/* 图标链接 */
.bd-m-link {
}
.bd-m-link ul {
	margin: 0 -5px;
}
.bd-m-link ul li {
	padding: 0 5px;
}
.bd-m-link ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: block;
	background: rgba(255, 255, 255, .1);
}
.bd-m-link ul li i {
	display: block;
}
.bd-m-link ul li .comcon {
	margin-bottom: 30px;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	position: absolute;
}
.bd-m-link ul li .comcon:before {
	content: " ";
	margin-left: 50%;
	left: -10px;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FFF;
	display: block;
	position: absolute;
}
.bd-m-link ul li .comcon .img {
	padding: 5px;
	display: block;
	background: #FFF;
}
.bd-m-link ul li a:hover {
	color: #FFF;
}
.bd-m-link ul li .wechat:hover {
	background: #2AAE67;
}
.bd-m-link ul li .weibo:hover {
	background: #D52C2B;
}
.bd-m-link ul li .tiktok i {
	position: relative;
}
.bd-m-link ul li .tiktok i:before {
	position: relative;
	z-index: 1;
}
.bd-m-link ul li .tiktok i:after {
	content: "\e6f7";
	left: 2px;
	top: 2px;
	width: 100%;
	display: none;
	color: #EF3056;
	position: absolute;
}
.bd-m-link ul li .tiktok:hover {
	color: #FFF;
	background: #000;
}
.bd-m-link ul li .tiktok:hover i:after {
	display: block;
}
.bd-m-link ul li .jinritoutiao:hover {
	color: #FF403A;
	background: #FFF;
}
.bd-m-link.on {
}
.bd-m-link.on ul li a {
	background: var(--color-bg);
}
/* 数字 */
.bd-m-number.absolute {
	left: 50%;
	top: 1.6rem;
	width: 50%;
	position: absolute;
}
.bd-m-number dl {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.bd-m-number dl dd {
	width: 25%;
	position: relative;
}
.bd-m-number dl dd:before {
	content: " ";
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	opacity: .8;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #FFF), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 50%, rgba(255, 255, 255, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFF', GradientType=1);
	position: absolute;
	z-index: 1;
}
.bd-m-number dl dd:last-child:before {
	display: none;
}
.bd-m-number dl dd a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	color: #FFF;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.bd-m-number dl dd .box {
}
.bd-m-number dl dd .con {
	white-space: nowrap;
}
.bd-m-number dl dd .con p {
	margin-bottom: 0.16rem;
	height: 0.8rem;
	line-height: 0.8rem;
	display: block;
	position: relative;
}
.bd-m-number dl dd .con span {
	font-size: 0.56rem;
	font-weight: bold;
}
.bd-m-number dl dd .con em {
	margin-left: 10px;
	font-size: 0.24rem;
	white-space: nowrap;
}
.bd-m-number dl dd .til {
	line-height: 16px;
	font-size: 14px;
	white-space: nowrap;
}
.bd-m-number.on dl dd:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 97, 173, 0)), color-stop(50%, #0761AD), to(rgba(7, 97, 173, 0)));
	background: linear-gradient(to bottom, rgba(7, 97, 173, 0), #0761AD 50%, rgba(7, 97, 173, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000761AD', endColorstr='#0761AD', GradientType=1);
}
.bd-m-number.on dl dd a {
	color: var(--color);
}
.bd-m-number.on dl dd .til {
	color: #666;
}
/* 文章列表 */
.bd-m-arclist {
}
.bd-m-arclist ul {
	margin: -0.4rem -0.2rem 0;
}
.bd-m-arclist ul li {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-arclist ul li a {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.bd-m-arclist ul li .img {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	position: relative;
	overflow: hidden;
}
.bd-m-arclist ul li .img:before {
	content: " ";
	padding-top: 64%;
	display: block;
}
.bd-m-arclist ul li .img img {
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}
.bd-m-arclist ul li .box {
	padding: 0.48rem;
	line-height: 24px;
	position: relative;
}
.bd-m-arclist ul li .box:before {
	content: " ";
	left: 0;
	top: 0.48rem;
	height: 0.32rem;
	border-left: 5px solid var(--color);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	position: absolute;
}
.bd-m-arclist ul li .til {
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.32rem;
	font-weight: bold;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-m-arclist ul li .con {
	margin-top: 0.2rem;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	overflow: hidden;
}
.bd-m-arclist ul li .info {
	margin-top: 0.2rem;
	color: #666;
}
.bd-m-arclist ul li a:hover .box:before {
	opacity: 1;
}
.bd-m-arclist ul li a:hover .til {
	color: var(--color);
}
.bd-m-arclist ul li a:hover .info .r {
	color: var(--color);
}
/* 筛选 */
.bd-filter {
	margin-bottom: 20px;
}
.bd-filter .d-dl {
	padding: 0.4rem 0.56rem;
	-moz-border-radius: 0.28rem;
	-webkit-border-radius: 0.28rem;
	border-radius: 0.28rem;
	background: #FFF;
	overflow: hidden;
}
.bd-filter .d-dd {
	line-height: 0.68rem;
	font-size: max(0.2rem, 14px);
	border-bottom: 1px solid #EEE;
}
.bd-filter .d-dd:last-child {
	border: none;
}
.bd-filter .d-position {
	height: 0.68rem;
	position: relative;
	overflow: hidden;
}
.bd-filter .d-dd.on .d-position {
	height: auto;
}
.bd-filter .d-position:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #FFF;
	display: block;
	position: absolute;
	z-index: 1;
}
.bd-filter .d-line {
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
}
.bd-filter .d-line p {
	height: 0.68rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.bd-filter .d-line p:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #EEE;
	display: block;
	position: absolute;
}
.bd-filter .d-line p:last-child:before {
	display: none;
}
.bd-filter .d-box {
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
}
.bd-filter .d-til {
	height: 0.68rem;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.bd-filter .d-til .til {
	margin-right: 0.28rem;
	padding: 0 0.2rem;
	line-height: 0.44rem;
	font-size: max(0.2rem, 14px);
	font-weight: bold;
	-moz-border-radius: 0.44rem;
	-webkit-border-radius: 0.44rem;
	border-radius: 0.44rem;
	color: var(--color);
	background: var(--color-bg);
}
.bd-filter .d-con {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
}
.bd-filter .d-dd ul {
	margin-left: -0.48rem;
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bd-filter .d-dd ul li {
	margin-left: 0.48rem;
	display: inline-block;
	float: left;
}
.bd-filter .d-dd ul li a {
	display: block;
	color: #666;
	position: relative;
}
.bd-filter .d-dd ul li a:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid var(--color);
	display: none;
	position: absolute;
}
.bd-filter .d-dd ul li a:hover, .bd-filter .d-dd ul li.on a {
	color: var(--color);
}
.bd-filter .d-dd ul li.on a {
	font-weight: bold;
}
.bd-filter .d-dd ul li.on a:before {
	display: block;
}
.bd-filter .d-dd *[data-id="filter-more"] {
	padding: 0 0.32rem 0 0.2rem;
	font-size: max(0.2rem, 14px);
	color: var(--color);
	position: relative;
}
.bd-filter .d-dd *[data-id="filter-more"] i {
	margin-top: -0.12rem;
	top: 50%;
	right: 0;
	width: 0.24rem;
	height: 0.24rem;
	line-height: 0.24rem;
	font-size: 0.1rem;
	text-align: center;
	display: block;
	color: #FFF;
	background: var(--color);
	position: absolute;
}
.bd-filter .d-dd *[data-id="filter-more"] i:before {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
}
.bd-filter .d-dd.on *[data-id="filter-more"] i:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* 产品列表 */
.bd-m-cplist ul {
	margin: -0.4rem -0.2rem 0;
	height: 100%;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.bd-m-cplist ul li {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	width: 33.33333%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-m-cplist ul li a {
	height: 100%;
	-moz-border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	display: block;
	color: #FFF;
	background: #FFF;
	overflow: hidden;
}
.bd-m-cplist ul li .img {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.bd-m-cplist ul li .img:before {
	content: " ";
	padding-top: 66%;
	display: block;
}
.bd-m-cplist ul li .img span {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-m-cplist ul li .img img {
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 90%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}
.bd-m-cplist ul li .box {
	padding: 0 0.36rem;
	line-height: 0.8rem;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	background: var(--color);
}
.bd-m-cplist ul li .til {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-m-cplist ul li .more {
	margin-left: 0.2rem;
	font-size: 0.24rem;
}