/* Main CSS Document */
@charset "utf8";
@font-face {
	font-family: 'quote-cjk-patch';
	src: local('PingFangSC-Regular');
	unicode-range: U+201C-201D, U+2018-2019;
}
/* reset */
:root {
	--width: 1200px;
	--hd-height: 76px;
	--def-hd-height: 100px;
	/*--font-family: 'quote-cjk-patch', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
	--font-family: 'quote-cjk-patch', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
	--font-family: 'quote-cjk-patch', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	--font-size: 14px;
	--color-white: #FFF;
	--def-color: #333;
	--font-color: var(--color-white);
	--color: #B3965C;
	--color1: #F6F3ED;
	--color2: #EFE9DD;
	--color3: #E7DECD;
	--color4: #E0D4BD;
	--color5: #D8C9AD;
	--color6: #D0BF9D;
	--color7: #C9B48D;
	--color8: #C1AA7D;
	--color9: #B99F6C;
	--alpha: 1;
	--rgba-color: 179, 150, 92;
	--bg-color: var(--color);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--background-color: var(--color-white);
	--def-background-color: #F7F7F7;
}
* {
	margin: 0;
	padding: 0;
	/*word-break: keep-all;*/
}
html, body {
	min-width: var(--width);
	line-height: 1.5;
	font-family: var(--font-family);
	outline: 0;
	color: var(--def-color);
	background: var(--background-color);
}
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);
}
body {
	font-size: var(--font-size);
}
@media (-webkit-max-device-pixel-ratio: 1) {
body {
	font-family: var(--font-family);
}
}
.l {
	float: left;
}
.r {
	float: right;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.hidden {
	overflow: hidden;
}
.none {
	display: none !important;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
a {
	color: var(--def-color);
}
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: 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;
	-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-fit-cover {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.img-fit-contain {
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-o-object-fit: contain;
	object-fit: contain;
}
.img-fit-scale-down {
	-webkit-object-fit: scale-down;
	-moz-object-fit: scale-down;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}
.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;
}
.img-auto {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.img-auto:before {
	content: " ";
	padding-top: 100%;
	width: 100%;
	display: block;
}
.img-auto p {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-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;
	position: absolute;
}
.img-auto img {
	max-width: 100%;
	max-height: 100%;
}
.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, .bd-avatar {
	-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;
}
.no-box-shadow {
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	box-shadow: unset !important;
}
*[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);
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
}
input, select, textarea, button {
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	font-size: var(--font-size);
	line-height: 1.5;
	font-family: var(--font-family);
	color: var(--def-color);
}
button, input[type="button"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	font-family: "iconfont" !important;
	font-size: var(--font-size);
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
input[type="checkbox"]::before {
	content: " ";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: inherit;
	background: var(--background-color);
	-webkit-box-shadow: 0 0 0 1px #9C9C9C inset;
	box-shadow: 0 0 0 1px #9C9C9C inset;
	position: absolute;
}
input[type="checkbox"]:checked::before {
	content: "\e75e";
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--def-color);
	background: var(--bg-color);
}
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: var(--font-size);
	color: #666;
}
.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);
}
/*下拉二级菜单样式*/
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;
}
/*这里可以稍稍做点修改 通常在单样式里做特效修改*/
.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;
}
.flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.flex-wrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-center {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-align-center {
	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;
}
.flex-end {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flex-align-end {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flex-space-between {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-direction-column {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.col-flex-full {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.col-flex {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.col-h-flex {
	height: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/*窗体大小*/
.mauto {
	margin: 0 auto;
}
.w-mauto {
	width: min(max(89.58333%, 1200px), 1600px);
	margin: 0 auto;
}
*[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);
}
/* 头部固定 */
.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;
}
/* 弹出窗口 */
.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: var(--background-color);
}
.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: var(--width);
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.modal_tbox.offset_0 {
	-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 {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.modal_tbox.offset_2 {
	-ms-flex-align: end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.modal_tbox.offset_3 {
	-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 {
	-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 {
	-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 {
	-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 {
	-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 {
	-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-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: var(--def-color);
}
/* 关注公众号弹窗 */
.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(--bg-color);
}
.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: max(0.64rem, 39px);
	line-height: max(0.64rem, 39px);
	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;
	border: 1px solid #DDD;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage-boxs a {
	cursor: pointer;
}
.mpage-boxs span {
	color: #999;
}
.mpage-boxs .active {
}
.mpage-boxs .active a, .mpage-boxs a:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
.mpage-boxs.on li {
	margin-bottom: 1.2rem;
}
/* .hd-boxs */
.hd-boxs {
	width: 100%;
	height: var(--def-hd-height);
	-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: transparent;
	position: absolute;
	z-index: 1;
}
.hd-boxs:after {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	position: absolute;
}
.hd-con, .hd-con .w-mauto {
	height: 100%;
}
.hd-con {
	position: relative;
	z-index: 1;
}
.hd-logo {
}
.hd-logo a {
	height: var(--hd-height);
	position:relative;
}
.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 35px;
	display: inline-block;
	float: left;
}
.hd-mnav ul li a {
	margin: 0 -35px;
	padding: 0 35px;
	display: block;
	color: #FFF;
}
.hd-mnav ul li span {
	font-size: 16px;
    text-shadow: 0 0 0.25px currentcolor;
	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;
}
@media (max-width: 1630px) {
.hd-boxs {
	height: var(--hd-height);
}
.hd-mnav ul li {
	padding: 0 24px;
}
.hd-mnav ul li a {
	margin: 0 -24px;
	padding: 0 24px;
}
.hd-mnav .nav-bar, .hd-mnav ul li span:before {
	height:1px;
}
}
.hd-on {
	height: var(--hd-height);
}
.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-mnav .nav-bar, .hd-on .hd-mnav ul li span:before {
	background: var(--color);
}
.hd-on .hd-mnav ul li a {
	color: var(--def-color);
}
.hd-on .hd-mnav ul .active a, .hd-on .hd-mnav ul li a:hover {
	color: var(--color);
}
.hd-show:before {
	background: rgba(255,255,255,1) !important;
}
.hd-show.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);
}
.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-color);
}
.hd-show .hd-mnav ul .active a, .hd-show .hd-mnav ul li a:hover {
	color: var(--color);
}
/* 中部 */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	padding: 1.2rem 0 0;
	color: var(--font-color);
	background: #2A2A2A;
	overflow: hidden;
}
.ft-boxs a {
	color: #8A8A8A;
}
.ft-content {
	margin-top: 0.64rem;
	padding: 0.64rem 0 30px;
	border-top: 2px solid var(--def-color);
}
.ft-logo {
}
.ft-logo .img img{
	width: auto;
	height: 0.8rem;
}
.ft-logo .con {
	margin-left: 0.68rem;
	line-height: 0.28rem;
	font-size: 0.28rem;
	font-weight: bold;
}
.ft-logo .con p:first-child {
	margin-bottom: 0.24rem;
}
.ft-tel {
	line-height: 0.48rem;
	font-size: 0.48rem;
}
.ft-tel i {
	margin-right: 10px;
	width: 0.48rem;
	display: block;
}
.ft-tel span {
	font-size: 18px;
}
.ft-about {
	margin-bottom: 0.8rem;
}
.ft-about .c-img {
	text-align: center;
}
.ft-about .c-img .til {
	margin-bottom: 10px;
	line-height: 20px;
}
.ft-about .c-con {
	padding: 10px 10px 0;
}
.ft-about .c-con ul {
}
.ft-about .c-con li {
}
.ft-about .c-con li a {
	width: 36px;
	line-height: 36px;
	font-size: 24px;
	text-align: center;
	display: block;
}
.ft-about .c-con li .wechat {
	color: #009B0D;
}
.ft-about .c-con li .weibo:hover {
	color: #D52C2B;
}
.ft-about .c-con li .alibaba {
	font-size: 36px;
}
.ft-about .c-con li .alibaba:hover {
	color: #FF5B00;
}
/* 菜单 */
.ft-menu {
	margin-bottom: 0.8rem;
	width: 61.25%;
}
.ft-menu dl {
	margin: 0 -10px;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ft-menu dl dd {
	padding: 0 10px;
	line-height: 36px;
}
.ft-menu dl dd .til {
	font-size: 16px;
	color: var(--font-color);
}
.ft-menu dl dd .con {
}
.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 dl dd ul li a:hover {
	color: var(--color);
}
.ft-contact {
	line-height: 24px;
}
.ft-links {
	margin-bottom: 15px;
}
.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-copyright {
	margin: 0 -10px;
	padding-left: 0.56rem;
	line-height: 24px;
	color: #8A8A8A;
}
.ft-copyright span {
	padding: 0 10px;
}
/* 当前位置 */
.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-color);
}
/* 公共样式 */
.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.2rem 0 0.6rem;
}
.bd-mbox .bm-til .ftil {
	margin-top: max(-0.34rem, -21px);
	left: 0.52rem;
	top: 50%;
	line-height: max(0.68rem, 42px);
	font-size: max(0.68rem, 42px);
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #F1F1F1;
	position: absolute;
}
.bd-mbox .bm-til .til {
	line-height: max(0.68rem, 42px);
	font-size: max(0.68rem, 42px);
    font-weight: bold;
	text-align: center;
	position: relative;
}
.bd-mbox .bm-til .con {
	margin-top: max(0.32rem, 20px);
	line-height: max(0.24rem, 16px);
	font-size: max(0.24rem, 16px);
	text-align: center;
	color: #999;
}
.bd-mbox .bm-til .l .til {
	text-align: left;
}
.bd-mbox .bm-til .l .con {
	text-align: left;
}
.bd-mbox .bm-til .r .msg {
	height: max(0.68rem, 42px);
	position: relative;
}
.bd-mbox .bm-til .r .msg:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	border-bottom: 2px solid var(--bg-color);
	position: absolute;
}
.bd-mbox .bm-til .swiper-tab {
}
.bd-mbox .bm-til .swiper-tab ul {
}
.bd-mbox .bm-til .swiper-tab ul li {
	display: inline-block;
	float: left;
	position: relative;
}
.bd-mbox .bm-til .swiper-tab ul li a {
	padding: 0 0.4rem;
	line-height: 0.64rem;
	font-size: 0.24rem;
	display: block;
	color: #666;
	position: relative;
}
.bd-mbox .bm-til .swiper-tab ul li.active a {
	color: var(--font-color);
	background: var(--bg-color);
}
.bd-mbox .bm-til .swiper-btn {
	line-height: 1.16rem;
	font-size: 0.24rem;
	color: #666;
}
.bd-mbox .bm-til .swiper-btn a {
	width: 0.3rem;
	text-align: center;
	display: block;
	color: #666;
}
.bd-mbox .bm-til .swiper-btn p {
	margin-left: 0.2rem;
}
.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;
}
/* 箭头动效 */
@-webkit-keyframes arrow_right_animation {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	33.33333% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	66.66666% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes arrow_right_animation {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	33.33333% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	66.66666% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
/* 焦点图 */
.bd-banner {
	margin: 0 auto;
	max-width: 1920px;
	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: 250%;
	width: 100%;
	display: block;
	background-size: cover !important;
}
.bd-banner .prev {
	left: 50px;
}
.bd-banner .prev:before {
	background: url(/public/images/banner-btn-prev.png) no-repeat center center;
}
.bd-banner .next {
	right: 50px;
}
.bd-banner .next:before {
	background: url(/public/images/banner-btn-next.png) no-repeat center center;
}
.bd-banner:hover .btn {
	opacity: 1;
}
.bd-banner .swiper {} .bd-banner .swiper-slide {} .bd-banner .swiper-slide a {
	width: 100%;
	display: block;
	background: #FFF;
}
.bd-banner .swiper-slide a:before {
	padding-top: 41.66666%;
}
.bd-banner .swiper-slide img {
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}
.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: 0.8rem;
	height: 3px;
	background: #FFF;
	border-radius: initial;
	float: left;
	/*opacity: 1;*/
}
.bd-banner .swiper-pagination-bullet-active {
	/*background: #086DD9;*/
}
/* 公司优势 */
.bd-m-youshi {
	padding-bottom: 1.2rem;
}
.bd-m-youshi .bm-con {
}
.bd-m-youshi .bm-con .d-dl {
	margin: -0.4rem -0.2rem 0;
}
.bd-m-youshi .bm-con .d-dd {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-youshi .bm-con .d-dd a {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: block;
	color: #FFF;
	position: relative;
	overflow: hidden;
}
.bd-m-youshi .bm-con .d-dd i {
	right: 0.8rem;
	top: 1.2rem;
	width: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.88rem;
	display: block;
	position: absolute;
}
.bd-m-youshi .bm-con .d-dd .img {
	position: relative;
	overflow: hidden;
}
.bd-m-youshi .bm-con .d-dd .img:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	z-index: 1;
}
.bd-m-youshi .bm-con .d-dd .img img {
	width: 100%;
	height: auto;
}
.bd-m-youshi .bm-con .d-dd .box {
	padding: 1.2rem 0.8rem;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	z-index: 1;
}
.bd-m-youshi .bm-con .d-dd .til {
	line-height: 0.48rem;
	font-size: 0.48rem;
	font-weight: bold;
}
.bd-m-youshi .bm-con .d-dd .con {
	line-height: 0.4rem;
	font-size: 0.24rem;
}
.bd-m-youshi .bm-con .d-dd a:hover .img:before {
	background: rgba(var(--rgba-color), .8);
}
/* 文章列表 */
.bd-m-arclist {
}
.bd-m-arclist.pt0 {
	padding-top: 0 !important;
}
.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 {
	display: block;
	background: var(--def-background-color);
	overflow: hidden;
}
.bd-m-arclist ul li .img {
	position: relative;
	overflow: hidden;
}
.bd-m-arclist ul li .img:before {
	padding-top: 64%;
}
.bd-m-arclist ul li .box {
	padding: 24px;
	line-height: 24px;
	position: relative;
}
.bd-m-arclist ul li .box:before {
	content: " ";
	left: 0;
	top: 0.48rem;
	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: 18px;
	line-height: 18px;
	font-size: 18px;
	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: 15px 0;
	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 {
	color: #666;
}
.bd-m-arclist ul li .info .more i {
	width: 24px;
	text-align: center;
	display: block;
}
.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-m-arclist ul li .info .r .icon-right {
	font-size: 12px;
}
.bd-m-arclist ul li a:hover .info .r {
	color: var(--def-color);
}
/* 常见问题 */
.bd-m-wenti {
	padding-bottom: 1.2rem;
	background: var(--def-background-color);
}
/* 合作伙伴 */
.bd-m-hezuohuoban {
	padding-bottom: 1.2rem;
}
.bd-m-hezuohuoban .bm-con {
}
.bd-m-hezuohuoban .bm-con ul {
	margin: -30px -15px 0;
}
.bd-m-hezuohuoban .bm-con ul li {
	margin-top: 30px;
	padding: 0 15px;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-hezuohuoban .bm-con ul li a {
	display: block;
	color: var(--font-color);
	position: relative;
}
.bd-m-hezuohuoban .bm-con ul li .img {
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.bd-m-hezuohuoban .bm-con ul li .img img {
	width: 100%;
	height: auto;
}
/* 联系 */
.bd-m-contact {
	color: var(--font-color);
	background: url(/public/images/bd-m-contact-bg.webp) no-repeat center center;
	background-size: cover;
}
.bd-m-contact .bm-con {
	height: 4.52rem;
}
.bd-m-contact .bm-con .box {
	width: 10.64rem;
}
.bd-m-contact .bm-con .til {
	line-height: 0.52rem;
	font-size: 0.52rem;
	font-weight: bold;
}
.bd-m-contact .bm-con .con {
}
.bd-m-contact .bm-con .con .d-dl {
	margin: 0 -0.32rem;
}
.bd-m-contact .bm-con .con .d-dd {
	margin-top: 0.64rem;
	padding: 0 0.32rem;
	width: 33.33333%;
	line-height: 0.56rem;
	font-size: 0.32rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-contact .bm-con .con .d-con {
	padding-left: 0.76rem;
	position: relative;
}
.bd-m-contact .bm-con .con .d-dd p {
	text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	display: block;
	background: var(--bg-color);
}
.bd-m-contact .bm-con .con .d-dd i {
	left: 0;
	top: 0;
	width: 0.56rem;
	height: 0.56rem;
	line-height: 0.56rem;
	font-size: 0.56rem;
	text-align: center;
	display: block;
	color: var(--color);
	position: absolute;
}
.bd-m-contact .bm-con .con .d-d4 {
	width: 100%;
}
.bd-m-contact .bm-con .con .d-d4 p {
	text-align: left;
	background: transparent;
}
.bd-m-contact .bm-con .con .d-d4 b {
	font-size: 0.48rem;
}