/* Main CSS Document */
@charset "utf8";
/* reset */
/* vietnamese */
@font-face {
	font-family: "SourceSansPro-Bold";
	font-style: normal;
	font-display: swap;
	src: url(/static/fonts/SourceSansPro-Bold.0f05d84.otf);
}
@font-face {
	font-family: "SourceSansPro-Light";
	font-style: normal;
	font-display: swap;
	src: url(/static/fonts/SourceSansPro-Light.c3ebad2.otf);
}
:root {
	--font-family: "SourceSansPro-Light";
	--def-color: #333;
	--font-color: #39518E;
	--color: #CE1435;
	--color1: #F9E6E9;
	--color2: #F4CFD6;
	--color3: #EFB7C1;
	--color4: #EAA0AD;
	--color5: #E58899;
	--color6: #E17185;
	--color7: #DC5A70;
	--color8: #D7455C;
	--color9: #D22D4A;
	--bg-color: rgba(206,20,53,.7);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--background-color: #E7E7E7;
}
* {
	margin: 0;
	padding: 0;
}
::-webkit-scrollbar {
	height: .26042vw;
	width: .26042vw
}
::-webkit-scrollbar-track-piece {
	background-color: rgba(0,0,0,.2);
	border-radius: .3125vw;
	-webkit-border-radius: .3125vw
}
::-webkit-scrollbar-thumb:vertical {
	background-color: hsla(0,0%,49%,.7);
	border-radius: .3125vw;
	-webkit-border-radius: .3125vw;
	height: .26042vw
}
::-webkit-scrollbar-thumb:horizontal {
	background-color: hsla(0,0%,49%,.7);
	border-radius: .3125vw;
	-webkit-border-radius: .3125vw;
	width: .26042vw
}
html, body {
	font-family: var(--font-family, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif)!important;
	font-size: 14px;
	line-height: 1.5;
	outline: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-text-size-adjust: none;
	color: var(--def-color);
	background: var(--background-color);
}
html.bg-white, html.bg-white body {
	background: #FFF;
}
html.bg-grey, html.bg-grey body {
	background: #F7F7F7;
}
html {
	font-size: clamp(56.25px, -webkit-calc(max(100vw, 1200px) / 1920 * 75), 75px);
	font-size: clamp(56.25px, calc(max(100vw, 1200px) / 1920 * 75), 75px);
}
@media (max-width: 1020px) {
html {
	font-size: min(-webkit-calc(100vw / 750 * 75), 75px);
	font-size: min(calc(100vw / 750 * 75), 75px);
}
}
body {
	min-width: 320px;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
a {
	color: #333;
}
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-family: var(--webfont-primary);
	font-size: inherit;
	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);
}
.img-before {
	display: block;
	position: relative;
	overflow: hidden;
}
.img-before:before {
	content: " ";
	display: block;
}
.img-before img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.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-family: var(--font-family, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif)!important;
}
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-mauto {
	width: 76.04167vw;
	margin: 0 auto;
}
.w-mauto[data-width="max"] {
	width: 90vw;
}
.w-mauto[data-width="def"] {
	width: 71.14583vw;
}
.w-mauto[data-width="min"] {
	width: 69.58333vw;
}
@media (max-width: 1020px) {
.w-mauto {
	width: 90% !important;
	margin: 0 auto;
}
}
.flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.flex-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.l {
	float: left;
}
.r {
	float: right;
}
.scrollbar {
	overflow-y: auto;
	word-wrap: break-word;
	word-break: normal
}
.scrollbar::-webkit-scrollbar {
	width: 6px
}
.scrollbar::-webkit-scrollbar-track {
	background: #eee
}
.scrollbar::-webkit-scrollbar-thumb {
	background: #d9d9d9
}
*[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_backdrop {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	position: absolute;
}
.modal_backdrop-black {
	background: #000;
}
.modal_backdrop-write {
	background: #FFF;
}
.modal_backdrop-transparent {
	background: transparent;
}
.modal_tbox {
	left: 0;
	top: 0;
	min-width: 1200px;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 100002;
}
.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.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: block;
}
.modal_tbox .tconbox {
	-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 .tconbox .tcon-close {
	right: 45px;
	top: 45px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}
.modal_tbox .tconbox .tcon-close svg {
	width: 100%;
	height: 100%;
}
.modal_tbox .tconbox .tcon-close:hover {
	color: #FF7200;;
}
.modal_tbox .tconbox .tcon-til {
	padding: 20px 45px 0;
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.modal_tbox .tconbox .tcon-con {
	padding: 0 45px;
}
/* 加载处理窗口 */
.modalbg_loading-box {
	z-index: 100003;
}
.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;
	text-align: center;
	color: #FFF;
}
/* 分页样式 */
.mpage_boxs {
	padding: 0.8rem 0 1.2rem;
}
.mpage_boxs ul {
	margin: 0 -2px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.mpage_boxs li {
	padding: 0 2px;
	font-size: 18px;
	text-align: center;
}
.mpage_boxs a, .mpage_boxs span {
	min-width: 42px;
	line-height: 42px;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs i {
	text-align: center;
	display: block;
}
.mpage_boxs .prev {
	font-size: 14px;
}
.mpage_boxs .prev [href="javascript:;"] {
	color: #CCC;
}
.mpage_boxs .next {
	font-size: 14px;
}
.mpage_boxs .next [href="javascript:;"] {
	color: #CCC;
}
.mpage_boxs .cur a {
	color: #FFF;
	background: var(--font-color);
}
/* 头部 */
.hd-boxs {
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(transparent));
	background: linear-gradient(rgba(0, 0, 0, .6), transparent);
	z-index: 11;
}
.hd-boxs.hd-on {
	background-color: rgba(0, 0, 0, .6);
}
.hd-header {
	line-height: 60px;
	position: relative;
}
.hd-content {
	height: 60px;
	-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;
}
.hd-logo {
	margin-right: 0.68rem;
	width: 176px;
	display: block;
}
.hd-logo img {
	width: 100%;
	height: auto;
}
.hd-logo img:first-child {
	display: block;
}
.hd-logo img:last-child {
	display: none;
}
.hd-mnav {
}
.hd-mnav a {
	display: block;
	color: #FFF;
}
.hd-mnav .l-ul {
	height: 100%;
	line-height: 35px;
	font-size: 16px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.hd-mnav .l-li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.hd-mnav .l-li a {
	white-space: nowrap;
}
.hd-mnav .l-more {
	display: none;
}
.hd-mnav .l-til.active a, .hd-mnav .l-li a:hover {
	color: hsla(0, 0%, 100%, .7);
}
.hd-mnav .l-li .l-til {
	margin-bottom: -12px;
	padding: 0 0.28rem 12px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}
.hd-mnav .l-til:before {
	content: " ";
	margin-left: 50%;
	left: -15px;
	bottom: 12px;
	width: 30px;
	border-bottom: 2px solid #FFF;
	-webkit-transition: all .6s;
	transition: all .6s;
	opacity: 0;
	display: block;
	position: absolute;
}
.hd-mnav .l-li.hover .l-til:before, .hd-mnav .l-til:hover:before {
	opacity: 1;
}
.hd-mnav .l-box {
	margin-left: 50%;
	left: 0;
	top: 47px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}
.hd-mnav .l-con {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hd-mnav .l-box ul {
}
.hd-mnav .l-box ul li {
}
.hd-mnav .l-box ul li a {
	padding: 0 0.28rem;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, .3);
}
.hd-mnav .l-coordinate {
	font-size: 25px;
}
.hd-lang-switcher {
	right: 30px;
	top: 0;
	position: absolute;
}
.hd-lang-switcher a {
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
.hd-lang-switcher .comtil {
}
.hd-lang-switcher .comtil .icon-eatch {
	font-size: 20px;
}
.hd-lang-switcher .comtil span {
	padding: 0 40px 0 10px;
	display: block;
	position: relative;
}
.hd-lang-switcher .comtil .icon-down {
	right: 15px;
	top: 0;
	width: 20px;
	text-align: center;
	position: absolute;
}
.hd-lang-switcher .comcon {
}
.hd-lang-switcher .comcon .c-con {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0, 0, 0, .2);
}
.hd-lang-switcher .comcon ul {
	margin: 0 auto;
	width: 56px;
}
.hd-lang-switcher .comcon ul li {
	width: 100%;
	display: inline-block;
	float: left;
}
.hd-lang-switcher .comcon ul li a {
	-webkit-transition: all .6s;
	transition: all .6s;
	display: block;
	border-bottom: 1px solid #FFF;
}
.hd-lang-switcher .comcon ul li:last-child a {
	border: none;
}
.hd-lang-switcher .comcon ul li a:hover, .hd-lang-switcher .comcon ul li.on a {
	border-color: var(--color);
	color: var(--color);
}
/* 移动菜单按钮 */
.hd-menu {
	right: 6.66%;
	top: 0.56rem;
	display: none;
	position: absolute;
	z-index: 2;
}
.hd-menu .l-ul {
	margin-left: -0.4rem;
}
.hd-menu .l-li {
	margin-left: 0.4rem;
}
.hd-menu .l-li a {
	width: 0.68rem;
	height: 0.68rem;
	display: block;
}
.hd-menu .l-1 {
}
.hd-menu .l-1 a {
	line-height: 0.68rem;
	font-size: 0.56rem;
	text-align: center;
	color: #FFF;
}
.hd-menu .l-2 {
}
.hd-menu .l-2 a {
	position: relative;
	overflow: hidden;
}
.hd-menu .l-2 span {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 0.06rem;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	background: #FFF;
	position: absolute;
	overflow: hidden;
}
.hd-menu .l-2 .s-1 {
	margin-top: -0.2rem;
}
.hd-menu .l-2 .s-2 {
}
.hd-menu .l-2 .s-3 {
	margin-top: 0.2rem;
}
@media (max-width: 1320px) {
.hd-header {
	padding-left: 15px;
}
.hd-content {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.hd-mnav .l-li .l-til {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.hd-lang-switcher {
	right: 15px;
}
}
@media (max-width: 1020px) {
.hd-boxs.hd-on {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(transparent));
	background: linear-gradient(rgba(0, 0, 0, .6), transparent);
}
.hd-header {
	padding: 0 6.66%;
	line-height: unset;
}
.hd-content {
	height: auto;
	display: block;
}
.hd-logo {
	margin: 0;
	width: 44vw;
	height: 1.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.hd-mnav {
	display: none;
}
.hd-mnav a {
	color: #666;
}
.hd-mnav .l-more {
	right: 0;
	top: 0;
	width: 0.84rem;
	line-height: 0.84rem;
	font-size: 0.56rem;
	text-align: center;
	display: block;
	color: #999;
	position: absolute;
}
.hd-mnav .l-ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hd-mnav .l-li {
	width: 100%;
	display: block;
}
.hd-mnav .l-li.hover .l-more {
	color: #18406A;
}
.hd-mnav .l-til.active a, .hd-mnav .l-li a:hover {
	color: #18406A;
}
.hd-mnav .l-li .l-til {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 0.84rem;
	font-size: 0.4rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hd-mnav .l-til:before {
	content: unset;
}
.hd-mnav .l-box {
	margin: 0;
	padding-bottom: 0.2rem;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
	position: static;
}
.hd-mnav .l-li:nth-last-child(2) .l-box {
	padding-bottom: 0;
}
.hd-mnav .l-con {
	display: block;
}
.hd-mnav .l-box ul li a {
	padding: 0;
	line-height: 0.84rem;
	font-size: 0.4rem;
	text-align: left;
	color: #999;
	background: transparent;
}
.hd-mnav .l-coordinate {
	display: none;
}
.hd-lang-switcher {
	margin-top: 0.64rem;
	padding: 0.64rem 0;
	border-top: 1px solid #DDD;
	display: none;
	position: static;
}
.hd-lang-switcher .comtil {
	display: none;
}
.hd-lang-switcher .comcon {
	display: block;
}
.hd-lang-switcher .comcon .c-con {
	background: transparent;
}
.hd-lang-switcher .comcon ul {
	margin: 0 -0.4rem;
	width: auto;
}
.hd-lang-switcher .comcon ul li {
	padding: 0 0.4rem;
	width: auto;
}
.hd-lang-switcher .comcon ul li a {
	line-height: 0.4rem;
	font-size: 0.4rem;
	color: #333;
}
.hd-menu {
	display: block;
}
.hd-boxs.on {
	height: 100%;
	background: #FFF;
}
.hd-boxs.on .hd-logo img:first-child {
	display: none;
}
.hd-boxs.on .hd-logo img:last-child {
	display: block;
}
.hd-boxs.on .hd-mnav, .hd-boxs.on .hd-lang-switcher {
	display: block;
}
.hd-boxs.on .hd-menu .l-1 a {
	color: #666;
}
.hd-boxs.on .hd-menu .l-2 span {
	background: var(--color);
}
.hd-boxs.on .hd-menu .l-2 .s-1 {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.hd-boxs.on .hd-menu .l-2 .s-2 {
	width: 0;
}
.hd-boxs.on .hd-menu .l-2 .s-3 {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
}
@media (max-width: 750px) {
.hd-logo {
	height: 2.8rem;
}
.hd-menu {
	top: 1.06rem;
}
}
/* 中部 */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	color: #FFF;
	background: url(/static/images/ft-boxs-bg.jpg) no-repeat center center #071D2B;
	background-size: cover;
}
.ft-boxs a {
	color: #FFF;
}
.ft-content {
	padding-bottom: 0.56rem;
	font-family: "SourceSansPro-Light";
	letter-spacing: .10417vw;
	border-top: 5px solid var(--color);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.ft-logo {
	margin-top: 0.56rem;
	width: 3.2rem;
}
.ft-logo a {
	display: block;
}
.ft-logo img {
	width: 100%;
	height: auto;
}
.ft-nav {
	margin-top: 0.56rem;
}
.ft-nav ul {
	margin: 0 -0.4rem;
}
.ft-nav ul li {
	padding: 0 0.4rem;
	border-left: 1px solid #FFF;
}
.ft-nav ul li:first-child {
	border: none;
}
.ft-nav ul li a {
	line-height: 0.32rem;
	font-size: 0.28rem;
	font-weight: 900;
	display: block;
}
.ft-nav-icon {
	margin-top: 0.56rem;
}
.ft-nav-icon ul {
	margin: 0 -0.16rem;
}
.ft-nav-icon ul li {
	padding: 0 0.16rem;
}
.ft-nav-icon ul li a {
	width: max(50px, 0.8rem);
	height: max(50px, 0.8rem);
	line-height: max(50px, 0.8rem);
	font-size: 0.56rem;
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
	color: #071D2B;
	background: #FFF;
}
.ft-nav-icon ul li a:hover {
	opacity: 0.5;
}
.ft-policy {
	margin-top: 0.56rem;
	border: 1px solid #FFF;
	-moz-border-radius: 0.68rem;
	-webkit-border-radius: 0.68rem;
	border-radius: 0.68rem;
}
.ft-policy ul {
	padding: 0.2rem 0;
}
.ft-policy ul li {
	padding: 0 0.4rem;
	border-left: 1px solid #FFF;
}
.ft-policy ul li:first-child {
	border: none;
}
.ft-policy ul li a {
	line-height: 0.28rem;
	font-size: 0.28rem;
	display: block;
}
.ft-copyright {
	margin-top: 0.56rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.ft-copyright > *:last-child {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ft-copyright .con {
	margin: 0 0.4rem;
	line-height: 0.4rem;
	font-size: 0.28rem;
}
.ft-lang-switcher {
	margin-top: 0.56rem;
	background: #52616B;
	position: relative;
}
.ft-lang-switcher a {
	font-size: 16px;
	color: #FFF;
}
.ft-lang-switcher .box {
	left: 0;
	bottom: 100%;
	width: 100%;
	display: none;
	background: #52616B;
	position: absolute;
}
.ft-lang-switcher .box ul {
}
.ft-lang-switcher .box ul li {
	padding: 0 12px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.ft-lang-switcher .box ul li a {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.ft-lang-switcher .box ul li .img {
	width: 50px;
}
.ft-lang-switcher .box ul li .img img {
	width: 100%;
	height: auto;
}
.ft-lang-switcher .box ul li .til {
	margin-left: 10px;
}
.ft-lang-switcher .btn {
}
.ft-lang-switcher .btn a {
	padding: 12px;
	line-height: 26px;
	text-align: center;
}
.ft-lang-switcher .btn i {
	width: 26px;
	display: block;
}
.ft-lang-switcher .btn .icon-eatch {
	margin-right: 10px;
	font-size: 26px;
}
.ft-lang-switcher .btn .icon-down {
	margin-left: 10px;
	font-size: 20px;
	-webkit-transition: .3s;
	transition: .3s;
}
.ft-lang-switcher.on .btn .icon-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ft-lang-switcher.on .box {
	display: block;
}
.ft-icp {
	margin-top: 0.56rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.ft-icp img {
	margin-right: 10px;
}
@media (max-width: 1020px) {
.ft-content {
	padding: 5%;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ft-nav ul {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.ft-nav ul li {
	border: none;
}
.ft-nav ul li a {
	line-height: 0.6rem;
	font-size: 0.24rem;
}
.ft-copyright img {
	display: none;
}
.ft-copyright .con {
	margin: 0;
}
.ft-lang-switcher {
	margin: 0;
	right: 5%;
	top: 2.0rem;
	position: absolute;
}
}
/* 当前位置 */
.bd-position {
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	background: #E6EAEE;
}
.bd-position .w-mauto {
	padding: 0 15px;
}
.bd-position a {
	color: var(--def-color);
}
.bd-position a:hover {
	color: var(--color);
}
.bd-position span {
	margin: 0 5px;
}
/* 返回头部 */
.fx-boxs {
	width: 100%;
	z-index: 11;
}
.fx-gotop {
	right: 0.64rem;
	top: 0;
	position: absolute;
}
.fx-gotop a {
	width: 0.8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.fx-gotop .img {
	height: 0.8rem;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 .52083vw #CCC;
	box-shadow: 0 0 .52083vw #CCC;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255, 255, 255, .6);
}
.fx-gotop .img img {
	width: 60%;
	height: auto;
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}
.fx-gotop .til {
	top: -webkit-calc(100% + 0.12rem);
	top: calc(100% + 0.12rem);
	line-height: 0.2rem;
	font-size: 0.2rem;
	white-space: nowrap;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	position: absolute;
}
.fx-gotop a:hover .til {
	opacity: 1;
}
.fx-gotop.on {
	-webkit-animation: slide-top .5s cubic-bezier(.25,.46,.45,.94) both;
	animation: slide-top .5s cubic-bezier(.25,.46,.45,.94) both;
}
@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-webkit-calc(-0.64rem - 50px));
		transform: translateY(calc(-0.64rem - 50px));
	}
}
@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-webkit-calc(-0.64rem - 50px));
		transform: translateY(calc(-0.64rem - 50px));
	}
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
  10% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.91);
    transform: scale(.91)
  }
  17% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(.98);
    transform: scale(.98)
  }
  33% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.87);
    transform: scale(.87)
  }
  45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes heartbeat {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
  10% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.91);
    transform: scale(.91)
  }
  17% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(.98);
    transform: scale(.98)
  }
  33% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.87);
    transform: scale(.87)
  }
  45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@media (max-width: 1020px) {
	.fx-gotop {
		display: none !important;
	}
}
/* 公共样式 */
.bd-mbox {
	position:relative;
	overflow: hidden;
}
.bd-mbox.bg {
	background: #F7F7F7;
}
.bd-mbox .bm-til {
}
.bd-mbox .bm-til .c-til {
}
.bd-mbox .bm-til .c-til .til {
	line-height: 2.0rem;
	font-size: 0.48rem;
	font-weight: 700;
	font-family: "SourceSansPro-Bold";
	position: relative;
	text-align: center;
}
@media (max-width: 1020px) {
.bd-mbox .bm-til .c-til .til {
	color: #012d5b;
}
}
/* 自适应 */
.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-banner {
	background: #000;
	position: relative;
}
.bd-banner .btn {
	top: 50%;
	max-width: 80px;
	width: 4.2%;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	z-index: 2;
}
.bd-banner .btn:before {
	content: " ";
	padding-top: 150%;
	width: 100%;
	display: block;
	background-size: cover !important;
}
.bd-banner .prev {
	left: 50px;
}
.bd-banner .prev:before {
	background: url(/static/images/banner-btn-prev.png) no-repeat center center;
}
.bd-banner .next {
	right: 50px;
}
.bd-banner .next:before {
	background: url(/static/images/banner-btn-next.png) no-repeat center center;
}
.bd-banner:hover .btn {
	opacity: 1;
}
.bd-banner .swiper {
	height: 100vh;
}
.bd-banner .swiper-slide, .bd-banner .swiper-box, .bd-banner .swiper-box img {
	width: 100%;
	height: 100%;
}
.bd-banner .swiper-slide img {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.bd-banner .swiper-slide img:last-child {
	display: none;
}
@media (max-width: 750px) {
.bd-banner .btn {
	width: 1.0rem;
}
.bd-banner .swiper-slide img:first-child {
	display: none;
}
.bd-banner .swiper-slide img:last-child {
	display: block;
}
}
.bd-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	height: 0.08rem;
	bottom: 1.0rem;
	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;
}
.bd-banner .swiper-pagination-bullet {
	width: 1.08rem;
	height: 100%;
	background: transparent;
	border-radius: initial;
	float: left;
	opacity: 1;
	position: relative;
}
.bd-banner .swiper-pagination-bullet:before, .bd-banner .swiper-pagination-bullet:after {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	position: absolute;
}
.bd-banner .swiper-pagination-bullet:after {
	width: 0;
	background: #FFF;
}
.bd-banner .swiper-pagination-bullet-active:after {
	-webkit-animation: bd-banner-animation 4s linear forwards;
	animation: bd-banner-animation 4s linear forwards;
	/*background: #086DD9;*/
}
@-webkit-keyframes bd-banner-animation {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}
@keyframes bd-banner-animation {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}
@media (max-width: 1020px) {
.bd-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0.6rem;
}
}
@media (max-width: 750px) {
.bd-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 1.0rem;
}
}
/* facebook */
.bd-m-facebook {
}
.bd-m-facebook ul {
	margin: -4px -2px 0;
}
.bd-m-facebook ul li {
	margin-top: 4px;
	padding: 0 2px;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-facebook ul li a {
	-webkit-transition: all .4s;
	transition: all .4s;
	display: block;
	background: #FFF;
	position: relative;
}
.bd-m-facebook ul li .box {
	padding: 0.28rem;
}
.bd-m-facebook ul li .logo {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bd-m-facebook ul li .logo img {
	width: 100%;
	height: auto;
}
.bd-m-facebook ul li .con {
    padding-left: 0.28rem;
    line-height: 1.5;
    font-size: 0.4rem;
    font-family: "SourceSansPro-Bold";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    overflow: hidden;
}
.bd-m-facebook ul li .ftil, .bd-m-facebook ul li .til {
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-m-facebook ul li .time {
	font-size: 0.24rem;
	color: #667785;
}
.bd-m-facebook ul li .img {
	position: relative;
}
.bd-m-facebook ul li .img:before {
	content: " ";
	padding-top: 59.8%;
	display: block;
}
.bd-m-facebook ul li .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-m-facebook ul li a:hover {
	border-radius: 1.04167vw 1.04167vw 0 0;
	-webkit-box-shadow: 0 0 .26042vw 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 .26042vw 0 rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-2.60417vw);
	-ms-transform: translateY(-2.60417vw);
	transform: translateY(-2.60417vw);
}
@media (max-width: 1020px) {
.bd-m-facebook ul li {
	width: 100%;
}
.bd-m-facebook ul li a:hover {
	border-radius: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
}
@-webkit-keyframes shake-vertical {
	0%,to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	10%,30%,50%,70% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
	20%,40%,60% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	80% {
		-webkit-transform: translateY(6.4px);
		transform: translateY(6.4px)
	}
	90% {
		-webkit-transform: translateY(-6.4px);
		transform: translateY(-6.4px)
	}
}
@keyframes shake-vertical {
	0%,to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	10%,30%,50%,70% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
	20%,40%,60% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	80% {
		-webkit-transform: translateY(6.4px);
		transform: translateY(6.4px)
	}
	90% {
		-webkit-transform: translateY(-6.4px);
		transform: translateY(-6.4px)
	}
}