/* Main CSS Document */
@charset "utf8";
/* reset */
:root {
	--webfont-primary: '';
	--color: #F5671B;
	--rgb-color: rgba(245, 103, 27, .7);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 14px/1.5 var(--webfont-primary, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif);
	outline: 0;
	-webkit-text-size-adjust: none;
	color: #333;
}
html {
	font-size: min(calc(max(100vw, 1460px) / 1700 * 75), 75px);
}
body {
	min-width: 1200px;
	background: #FFF;
}
.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-size: 0.24rem;
	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;
	object-fit: cover;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.img-hover:hover, *[data-hover="*"]:hover *[data-hover="img"] {
	-webkit-transform: scale(1.1) translateZ(0);
	-moz-transform: scale(1.1) translateZ(0);
	-o-transform: scale(1.1) translateZ(0);
	-ms-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow, .shadow-2xl {
	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 {
	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 {
	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 {
	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;
	transition: all 600ms ease;
	transition: all var(--transition-duration) ease;
	background: rgba(255, 255, 255, .5);
	position: absolute;
}
*[data-hover="*"]>figure:before, *[data-hover="*"]>figure>figure:after {
	transform-origin: 0 0;
}
*[data-hover="*"]>figure:after, *[data-hover="*"]>figure>figure:before {
	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);
	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);
	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 {
	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);
	/* IE6~IE9 */
	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: vertical;*/
	resize: none;
	font: 14px/1.5 var(--webfont-primary, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif);
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	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;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
.none {
	display: none !important;
}
/* 下拉二级菜单样式 */
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/* position:absolute; */
}
/* 这里可以稍稍做点修改 通常在单样式里做特效修改 */
.combobox .hover, .selbox .hover {
}
/* 清楚浮动 */
.clearfix {
 *zoom: 1;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	clear: both;
}
/* 窗体大小 */
.w-auto {
	width: 1700px;
}
@media (max-width: 1630px) {
.w-auto {
	width: 1200px;
}
}
.mauto {
	margin: 0 auto;
}
.w-mauto {
	max-width: 1600px;
	min-width: 1200px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
.flex {
	display: -ms-flexbox;
	display: flex;
}
*[data-trans="t"] {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-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"] {
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-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"] {
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-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"] {
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-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;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*[data-trans="l"].action, *[data-trans="r"].action {
	opacity: 1;
	visibility: visible;
	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的主流浏览器通用的方法 */
/* 修正IE6振动bug */
* html, * html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}
/* IE6 头部固定 */
* html .fixed-top {
	position: absolute;
	bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop));
}
/* IE6 右侧固定 */
* html .fixed-right {
	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));
}
/* IE6 底部固定  */
* html .fixed-bottom {
	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)));
}
/* IE6 左侧固定 */
* html .fixed-left {
	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 {
		transform: translate3d(0px, 15px, 0px);
	}
	to {
		transform: translate3d(0px, 0px, 0px);
	}
}
@keyframes slideDownIn {
	from {
		transform: translate3d(0px, 15px, 0px);
	}
	to {
		transform: translate3d(0px, 0px, 0px);
	}
}
.modal-slide-exiting {
	-webkit-animation: slideDownOut 0.3s both;
	animation: slideDownOut 0.3s both
}
@-webkit-keyframes slideDownOut {
	from {
		transform: translate3d(0px, 0px, 0px);
	}
	to {
		transform: translate3d(0px, 15px, 0px);
	}
}
@keyframes slideDownOut {
	from {
		transform: translate3d(0px, 0px, 0px);
	}
	to {
		transform: translate3d(0px, 15px, 0px);
	}
}
.modal_tbox.offset_0 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal_tbox.offset_1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.modal_tbox.offset_2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}
.modal_tbox.offset_3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
}
.modal_tbox.offset_4 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.modal_tbox.offset_5 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.modal_tbox.offset_6 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: start;
	align-items: flex-start;
}
.modal_tbox.offset_7 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: 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;
	box-shadow: none;
}
.modal_tbox .loading-box .ball-beat>div {
	background-color: rgba(0, 0, 0, .5);
}
.modal_tbox .loading-box .msg {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
/* 分页样式 */
.mpage_boxs {
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	margin: 0 6px;
	padding-top: 0.6rem;
	line-height: 36px;
	font-size: 14px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	padding: 0 15px;
	min-width: 38px;
	height: 38px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #DDD;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs .prev a, .mpage_boxs .prev span, .mpage_boxs .next a, .mpage_boxs .next span {
	padding: 0 10px;
}
.mpage_boxs a {
	cursor: pointer;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs i {
	width: 16px;
	text-align: center;
	display: block;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a, .mpage_boxs a:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
.mpage_boxs.on li {
	margin-bottom: 0.8rem;
}
/* .hd-boxs */
.hd-boxs {
}
.hd-header {
	height: 120px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.hd-logo {
}
.hd-logo a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.hd-logo em {
	margin-left: 60px;
	font-size: 30px;
	color: var(--color);
}
.hd-search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.hd-search .c-form {
	position: relative;
}
.hd-search .c-form input[type="text"] {
	padding: 0 110px 0 20px;
	width: 500px;
	height: 50px;
	border: 1px solid var(--color);
}
.hd-search .c-form i, .hd-search .c-form input[type="submit"] {
	right: 0;
	top: 0;
	width: 90px;
	height: 50px;
	position: absolute;
}
.hd-search .c-form i {
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	background: var(--color);
}
.hd-search .c-form input[type="submit"] {
	border: none;
	background: transparent;
}
.hd-search .c-kefu {
	margin-left: 40px;
}
.hd-search .c-kefu a {
	padding-left: 30px;
	line-height: 20px;
	display: block;
	color: #666;
	position: relative;
}
.hd-search .c-kefu i {
	left: 0;
	top: 0;
	font-size: 20px;
	position: absolute;
}
.hd-mnav {
	line-height: 60px;
	font-size: 16px;
	color: #FFF;
	background: var(--color);
}
.hd-mnav .w-mauto {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.hd-mnav .c-nav {
}
.hd-mnav .c-nav ul {
}
.hd-mnav .c-nav ul li {
	display: inline-block;
	float: left;
}
.hd-mnav .c-nav ul li a {
	display: block;
	color: #FFF;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.hd-mnav .c-nav ul li span {
	padding: 0 0.68rem;
	display: block;
}
.hd-mnav .c-nav ul li a:before {
	content: " ";
	margin-top: -8px;
	left: -1px;
	top: 50%;
	height: 16px;
	border-left: 1px solid #FFF;
	display: block;
	position: absolute;
}
.hd-mnav .c-nav ul li:first-child a:before {
	display: none;
}
.hd-mnav .c-nav ul li.active a/*, .hd-mnav .c-nav ul li a:hover*/ {
	background: #E54D00;
	position: relative;
	z-index: 1;
}
.hd-mnav .c-nav ul li.active a:before/*, .hd-mnav .c-nav ul li a:hover:before*/ {
	display: none;
}
.hd-mnav .c-tel {
	padding-left: 40px;
	font-size: 18px;
	position: relative;
}
.hd-mnav .c-tel i {
	left: 0;
	top: 0;
	width: 30px;
	font-size: 30px;
	position: absolute;
}
@media (max-width: 1630px) {
.hd-logo em {
	margin-left: 40px;
	font-size: 26px;
}
.hd-search .c-form input[type="text"] {
	padding: 0 85px 0 15px;
	width: 420px;
	height: 46px;
}
.hd-search .c-form i, .hd-search .c-form input[type="submit"] {
	width: 70px;
	height: 46px;
}
.hd-search .c-form i {
	line-height: 46px;
	font-size: 20px;
}
.hd-search .c-kefu {
	margin-left: 20px;
}
.hd-mnav .c-nav ul li span {
	padding: 0 0.56rem;
}
}
/* 中部 */
.bd-boxs {
}
.bd-filter {
}
.bd-filter .d-dl {
	padding: 15px 30px;
	background: #F7F7F7;
	overflow: hidden;
}
.bd-filter .d-dd {
	padding: 5px 0;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted #DDD;
	overflow: hidden;
}
.bd-filter .d-dd:last-child {
	border: none;
}
.bd-filter .d-dd.on {
	height: auto;
}
.bd-filter .d-box {
	padding-left: 60px;
	position: relative;
}
.bd-filter .d-til {
	left: 0;
	top: 0;
	position: absolute;
}
.bd-filter .d-con {
	display: flex;
	position: relative;
}
.bd-filter .d-con ul {
	margin: 0 15px 0 -42px;
	width: 0;
	flex: 1;
}
.bd-filter .d-con ul li {
	margin-left: 42px;
	display: inline-block;
	float: left;
}
.bd-filter .d-con ul li a {
	display: block;
	color: #666;
}
.bd-filter .d-con ul li a:hover, .bd-filter .d-con ul li.on a {
	color: var(--color);
}
.bd-filter .d-con *[data-id="filter-more"] {
	margin-top: 3px;
	padding: 0 9px 0 7px;
	width: 42px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ddd;
	color: #666;
	background: #FFF;
	position: relative;
}
.bd-filter .d-con *[data-id="filter-more"] i {
	top: 1px;
	right: 2px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	display: block;
	position: absolute;
}
/* 底部 */
.ft-boxs {
	padding-top: 75px;
	background: #F7F7F7;
	overflow: hidden;
}
.ft-boxs a {
	color: #666;
}
.ft-content {
	padding-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
}
.ft-about {
	margin-right: 2.0rem;
	text-align: center;
	position: relative;
}
.ft-about:before {
	content:" ";
	right: -1.0rem;
	top:0;
	height: 100%;
	border-left: 1px solid #DDD;
	position:absolute;
}
.ft-about .c-logo {
}
.ft-about .c-tel {
	margin: 40px 0 20px;
}
.ft-about .c-tel .tel {
	line-height: 42px;
	font-size: 36px;
	font-weight: bold;
}
.ft-about .c-tel .til {
	line-height: 24px;
	font-size: 14px;
}
.ft-about .c-con {
}
.ft-about .c-con > .til {
	font-size: 16px;
}
.ft-about .c-con ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.ft-about .c-con ul li {
	padding: 0 5px;
}
.ft-about .c-con ul li a {
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	display: block;
}
.ft-about .c-con ul li .comcon {
	left: -33px;
	position: absolute;
}
.ft-about .c-con ul li a:hover .icon-wechat {
	color: #2AAE67;
}
.ft-about .c-con ul li a:hover .icon-weibo {
	color: #FF8200;
}
.ft-about .c-con ul li a:hover .icon-douyin {
	color: #FF0054;
}
/* 菜单 */
.ft-menu {
	width: 0;
	flex: 1;
}
.ft-menu dl {
	margin: 0 -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ft-menu dl dd {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.ft-menu dl dd .til {
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.ft-menu dl dd .con {
	line-height: 30px;
}
.ft-menu dl dd ul li {
	word-break: keep-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	display: block;
}
.ft-menu dl dd ul li a {
	display: block;
	color: #444;
}
.ft-menu dl dd ul li a:hover {
	color: var(--color);
}
.ft-menu .d-d2 ul li a {
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.ft-menu *[data-id="links"] .con {
	height: 240px;
	overflow: hidden;
	position: relative;
}
.ft-menu *[data-id="links"] .con ul {
	height: 100%;
	overflow: hidden;
}
.ft-copyright {
	line-height: 90px;
	text-align: center;
}
.ft-copyright span {
	margin-left: 15px;
}
.ft-copyright span:first-child {
	margin: 0;
}
.ft-copyright span img {
	margin-right: 5px;
	vertical-align: text-bottom;
}
/* 当前位置 */
.bd-position {
}
.bd-position.on {
	border-bottom: 1px solid #F7F7F7;
}
.bd-position .c-con {
	line-height: 60px;
	color: #999;
	position: relative;
}
.bd-position i {
	left: 0;
	top: 0;
	font-size: 18px;
	position: absolute;
}
.bd-position a {
	color: #666;
}
.bd-position a:hover {
	color: #333;
}
/* 公共样式 */
.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: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
}
.bd-mbox .bm-til {
	padding: 1.2rem 0 0.52rem;
	text-align: center;
}
.bd-mbox .bm-til.pt-30 {
	padding-top: 0.4rem;
}
.bd-mbox .bm-til .l {
	text-align: left;
}
.bd-mbox .bm-til .til {
	line-height: 0.48rem;
	font-size: 0.48rem;
	font-weight: bold;
}
.bd-mbox .bm-til .con {
	margin-top: 0.24rem;
	line-height: 0.36rem;
	font-size: 0.2rem;
	color: #666;
}
.bd-mbox .bm-til.on * {
	color: #FFF !important;
}
.bd-mbox .bm-til .more {
}
.bd-mbox .bm-til .more i {
	width: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.2rem;
	-moz-border-radius: 0.36rem;
	-webkit-border-radius: 0.36rem;
	border-radius: 0.36rem;
	display: block;
	color: #FFF;
	background: #999;
}
.bd-mbox .bm-til .swiper-btn {
}
.bd-mbox .bm-til .swiper-btn a {
	margin-left: 10px;
	width: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.24rem;
	text-align: center;
	display: inline-block;
	float: left;
	background: #FFF;
}
.bd-mbox .bm-til .swiper-btn.on a {
	background: #F7F7F7;
}
.bd-mbox .bm-til .swiper-btn a:hover {
	color: #FFF;
	background: #000;
}
/* 自适应 */
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after, .row:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after {
	clear: both;
}
/* 产品列表 */
.bd-m-cplist {
}
.bd-m-cplist ul {
	margin: -20px -10px 0;
}
.bd-m-cplist ul li {
	margin-top: 20px;
	padding: 0 10px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-cplist ul li a {
	color: #666;
	display: block;
}
.bd-m-cplist ul li .img {
	background: url(/public/images/ajax-loader.gif) no-repeat center center #F7F7F7;
	position: relative;
	overflow: hidden;
}
.bd-m-cplist ul li .img:before {
	content: " ";
	padding-top: 62.33766%;
	display: block;
}
.bd-m-cplist ul li .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-m-cplist ul li .til {
	height: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.21rem;
	text-align: center;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-m-cplist ul li a:hover {
	color: var(--color);
}