/* Main CSS Document */
@charset "utf8";
/* reset */
:root {
	--def-clolor: #333;
	--color: #228052;
	--rgb-color: rgba(34, 128, 82, .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 {
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	font-size: 0.32rem;
	outline: 0;
	-webkit-text-size-adjust: none;
	color: var(--def-clolor);
	background: #FFF;
}
html {
	font-size: min(calc(max(100vw, 320px) / 750 * 75), 75px);
}
/* 公共样式 */
.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.1);
}
.shadow-none {
	--tw-shadow: 0 0 #0000;
}
/* 滚动条 */
.scroll-bar::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #F7F7F7;
}
.scroll-bar::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background-color: #F7F7F7;
}
.scroll-bar::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: var(--color);
}
.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 */
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.none {
	display: none !important;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
a {
	color: var(--def-clolor);
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style: 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: middle;
	/*
	For IE.
	http://css-tricks.com/ie-fix-bicubic-scaling-for-images
	*/
	-ms-interpolation-mode: bicubic;
}
.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;
}
.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;*/
	-webkit-user-select: text !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	resize: none;
	font-family: var(--webfont-primary, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif);
	font-size: 0.32rem;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
	-webkit-appearance : none;/*解决ios上按钮的圆角问题*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
/* 清除黄色背景 */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	box-shadow: 0 0 0px 1000px white inset;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* 去掉数字输入框上下按钮 */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
/*全局样式*/
.l {
	float: left;
}
.r {
	float: right;
}
.flex {
	display: -ms-flexbox;
	display: flex;
}
/*清楚浮动*/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
/*.标准浏览器*/
/*窗体大小*/
.w-750 {
	width: 10.0rem;
}
.w-690 {
	width: 9.2rem;
}
.w-630 {
	width: 8.4rem;
}
.mauto {
	margin: 0 auto;
}
/* 手机屏幕 */
.screen-boxs {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 18px;
	display: none;
	text-align: center;
	background: #EEE;
	position: absolute;
	z-index: 2;
}
@media screen and (orientation:portrait) {
	/*竖屏*/
}
@media screen and (orientation:landscape) {
	/*横屏*/
	.screen-boxs {
		display: block;
	}
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
	-webkit-transform: translateZ(0);
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
	-webkit-transform: translateZ(0);
}
/* 上面的是除了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));
}
/* 分页样式 */
.mpage_boxs {
}
.mpage_boxs.on {
	margin-bottom: 1.0rem;
}
.mpage_boxs ul {
	justify-content: center;
}
.mpage_boxs ul li{
	margin-top: 0.6rem;
}
.mpage_boxs ul li > * {
	padding: 0 0.24rem;
	line-height: 0.8rem;
	text-align: center;
	border: 0.013333rem solid #DDD;
	border-left: none;
	display: block;
	color: var(--color);
	background: #FFF;
}
.mpage_boxs ul li:first-child > * {
	border-left: 0.013333rem solid #DDD;
	border-bottom-left-radius: 0.08rem;
	border-top-left-radius: 0.08rem;
}
.mpage_boxs ul li:last-child > * {
	border-bottom-right-radius: 0.08rem;
	border-top-right-radius: 0.08rem;
}
.mpage_boxs ul li span {
	color: #999;
}
.mpage_boxs ul .cur a {
	color: #FFF;
	background:var(--color);
}
.mpage_boxs ul .info > * {
	color: #999;
}
.mpage_boxs ul .info b {
	margin:0 0.04rem;
}
/* 弹出窗口 */
.modal_tbg {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	position: absolute;
}
.modal_tbg-black {
	background: #000;
}
.modal_tbg-write {
	background: #FFF;
}
.modal_tbg-transparent {
	background: transparent;
}
.modal_tbg.show {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.modal_tbox {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: none;
	position: fixed;
	z-index: 100002;
	overflow: hidden;
}
.modal-slide-entering {
	-webkit-animation: slideDownIn 0.3s both;
	animation: slideDownIn 0.3s both
}
@-webkit-keyframes slideDownIn {
	from {
		transform: translate3d(0px, 15px, 0px);
		opacity: 0;
	}
	to {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}
@keyframes slideDownIn {
	from {
		transform: translate3d(0px, 15px, 0px);
		opacity: 0;
	}
	to {
		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 {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
	to {
		transform: translate3d(0px, 15px, 0px);
		opacity: 0;
	}
}
@keyframes slideDownOut {
	from {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
	to {
		transform: translate3d(0px, 15px, 0px);
		opacity: 0;
	}
}
.modal_tbox.show {
	min-width: 10.0rem;
	width: 100%;
	height: 100%;
	display: block;
}
.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: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.modal_tbox.offset_9 {
	display: block;
}
.modal_tbox .modal_tcon {
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	z-index: 1;
}
.modal_tbox .modal_tcon .modal_tclose {
	right: 0.6rem;
	top: 0.6rem;
	width: 0.4rem;
	height: 0.4rem;
	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 {
}
/* 加载处理窗口 */
.modalbg_loading-box {
	z-index: 100003;
}
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	width: 0.853333rem;
	height: 0.266667rem;
	box-shadow: none;
}
.modal_tbox .loading-box .ball-beat > div {
	background-color: rgba(0,0,0,.6);
}
.modal_tbox .loading-box .msg {
	line-height: 0.56rem;
	font-size: 0.4rem;
	text-align: center;
	color: #FFF;
}
/* 关注公众号弹窗 */
.modalbg_gzgzh-box {
}
.modal_gzgzh-box {
}
.modal_tbox .gzgzh-box {
	padding: 0.8rem 0.4rem;
	height: auto;
	-moz-border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	background: var(--color-bg);
}
.modal_tbox .gzgzh-box .modal_tclose {
	padding: 0.16rem;
	right: 0.32rem;
	top: 0.32rem;
	width: 0.24rem;
	height: 0.24rem;
	-moz-border-radius: 0.56rem;
	-webkit-border-radius: 0.56rem;
	border-radius: 0.56rem;
	display: flex;
	align-content: center;
	align-items: center;
	color: #666;
	background: #FFF;
}
.modal_tbox .gzgzh-box .tcon-con {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: 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: 0.2rem solid #FFF;
	width: 3.2rem;
	height: auto;
}
.modal_tbox .gzgzh-box .tcon-con .c-ftil {
	margin-bottom: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.32rem;
	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: 6.8rem;
	height: 1.2rem;
	font-size: 0.4rem;
	border: none;
	outline: 0 none;
}
.modal_tbox .gzgzh-box .tcon-con .c-form input[type='submit'] {
	right: 0;
	top: 0;
	width: 2.0rem;
	height: 100%;
	font-size: 0.4rem;
	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: 0.2rem;
	width: 80%;
	max-width: 9.2rem;
	background: #FFF;
}
.modal_tbox .player-box .modal_tclose {
	padding: 0.16rem;
	right: -0.28rem;
	top: -0.28rem;
	width: 0.24rem;
	height: 0.24rem;
	-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%;
}
/* 当前位置 */
.bd-position {
	height: 1.0rem;
	line-height: 1.0rem;
	font-size: 0.24rem;
}
.bd-position .c-con {
	padding-left: 0.48rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
	position: relative;
}
.bd-position .c-con i {
	left: 0;
	top: 0;
	position: absolute;
}
.bd-position a {
	color: #666;
}
/* 自适应 */
.row {
}
.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;
}
/*头部*/
.hd-boxs {
	width: 100%;
	position: absolute;
	z-index: 2002;
}
.hd-boxs:after {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	opacity: .3;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFF 50%, rgba(255, 255, 255, 0));
	position: absolute;
	z-index: 1;
}
.hd-con {
	padding: 0.16rem 0;
}
.hd-logo {
}
.hd-logo a {
	height: 1.0rem;
	display: block;
	background: url(/public/m/images/logo-bg.png) no-repeat center center;
	background-size: cover;
}
.hd-logo img {
	width: auto;
	height: 100%;
	opacity: 0;
}
.hd-menu {
	right: 0;
	top: 0;
	position: absolute;
}
.hd-menu a {
	width: 1.0rem;
	height: 1.0rem;
	display: block;
	color: var(--color);
	position: relative;
}
.hd-menu .s-1, .hd-menu .s-2 {
	left: 0.26rem;
	width: 0.48rem;
	height: 0.066667rem;
	font-size: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	display: block;
	background: #FFF;
	overflow: hidden;
	position: absolute;
}
.hd-menu .s-1 {
	top: 0.33rem;
	transform: rotate(0deg);
}
.hd-menu .s-2 {
	bottom: 0.33rem;
	transform: rotate(0deg);
}
.hd-on {
	position: relative;
}
.hd-on .hd-logo img {
	opacity: 1;
}
.hd-on .hd-menu .s-1, .hd-on .hd-menu .s-2 {
	background: var(--color);
}
.mdui-boxs {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	background: #FFF;
	position: fixed;
	z-index: 2001;
	overflow: hidden;
}
.mdui-boxs .c-box {
	height: 100%;
}
.mdui-boxs .c-con {
	left: 0;
	top: 2.4rem;
	bottom: 2.24rem;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
}
.mdui-boxs .c-con ul {
	margin-bottom: 1.8rem;
}
.mdui-boxs .c-con ul li {
	width: 100%;
	display: inline-block;
	float: left;
}
.mdui-boxs .c-con ul li a {
	margin: 0 auto;
	width: 5.2rem;
	line-height: 1.2rem;
	font-size: 0.36rem;
	border-top: 0.013333rem solid #EEE;
	display: block;
}
.mdui-boxs .c-con ul li:first-child a {
	border:none;
}
.mdui-boxs .c-con ul li.active a {
	color: var(--color);
}
/* 菜单 */
.mdui-body {
	overflow: hidden;
}
.mdui-body .hd-logo img {
	opacity: 1;
}
.mdui-body .hd-menu .s-1, .mdui-body .hd-menu .s-2 {
	background: var(--color);
}
.mdui-body .hd-menu .s-1 {
	top: 0.473333rem;
	transform: rotate(-45deg);
}
.mdui-body .hd-menu .s-2 {
	top: 0.473333rem;
	transform: rotate(45deg);
}
/* 中部 */
.bd-boxs {
}
/* 公共样式 */
.bd-mbox {
	position:relative;
	overflow: hidden;
}
.bd-mbox .bm-til {
	padding: 1.0rem 0 0.4rem;
	text-align: center;
}
.bd-mbox .bm-til .til {
	line-height: 0.48rem;
	font-size: 0.48rem;
}
.bd-mbox .bm-til .con {
	margin-top: 0.24rem;
	line-height: 0.21rem;
	font-size: 0.21rem;
	color: #999;
}
.bd-mbox .bm-til .l {
	text-align: left;
}
.bd-mbox .bm-til.on * {
	color: #FFF !important;
}
/*底部*/
.ft-boxs {
	padding-bottom: 2.08rem;
}
.fx-boxs {
	width: 100%;
	z-index: 2002;
}
.fx-con {
	-webkit-box-shadow: 0 0 0.12rem rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0.12rem rgba(0,0,0,0.1);
	box-shadow: 0 0 0.12rem rgba(0,0,0,0.1);
	background: #F7F7F7;
	position: relative;
}
.fx-boxs ul li {
	width: 25%;
	display: inline-block;
	float: left;
}
.fx-boxs ul li a {
	padding-top: 1.4rem;
	height: 0.68rem;
	line-height: 0.48rem;
	font-size: 0.32rem;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}
.fx-boxs ul li i {
	left: 0;
	top: 0.52rem;
	width: 100%;
	height: 0.56rem;
	line-height: 0.56rem;
	font-size: 0.56rem;
	text-align: center;
	display: block;
	color: #FFF;
	position: absolute;
}
.fx-boxs ul li i:before {
	position: relative;
	z-index: 1;
}
.fx-boxs ul li i:after {
	content: ' ';
	margin: -0.54rem 0 0 50%;
	left: -0.54rem;
	top: 50%;
	width: 1.08rem;
	height: 1.08rem;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
	display: block;
    background: var(--color);
	position: absolute;
}
.fx-boxs ul li .til {
	font-size: 0.28rem;
}
.fx-gotop {
	padding: 0.2rem;
	right: 0.2rem;
	bottom: 2.18rem;
	display: none;
	position: absolute;
}
.fx-gotop i {
	width: 0.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.5rem;
	text-align: center;
	display: block;
	color: #FFF;
	background: var(--color);
}
/* 新闻列表 */
.bd-m-news {
	padding-bottom: 1.0rem;
}
.bd-m-news .bm-con {
}
.bd-m-news .bm-con ul {
	margin-top: -0.24rem;
}
.bd-m-news .bm-con ul li {
	margin-top: 0.24rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	position: relative;
}
.bd-m-news .bm-con ul li a {
	display: block;
	color: var(--color);
	background: #F7F7F7;
}
.bd-m-news .bm-con ul li .img {
	display: block;
	position: relative;
}
.bd-m-news .bm-con ul li .img:before {
	content: " ";
	padding-top: 60%;
	display: block;
}
.bd-m-news .bm-con ul li .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}
.bd-m-news .bm-con ul li .box {
	padding: 0.52rem 0.32rem;
}
.bd-m-news .bm-con ul li .til {
	margin-bottom: 0.28rem;
	line-height: 0.4rem;
	font-size: 0.4rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-m-news .bm-con ul li .con {
	margin-bottom: 0.32rem;
	max-height: 0.96rem;
	line-height: 0.48rem;
	font-size: 0.32rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	color: #333;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bd-m-news .bm-con ul li .info {
	margin-top: 0.4rem;
	line-height: 0.48rem;
	font-size: 0.32rem;
}
.bd-m-news .bm-con ul li .info .iconfont {
	margin-left: 0.2rem;
}
/* 新闻列表 */
.bd-m-arclist ul {
	margin: -0.24rem -0.12rem 0;
}
.bd-m-arclist ul li {
	margin-top: 0.24rem;
	padding: 0 0.12rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	position: relative;
}
.bd-m-arclist ul li a {
	display: block;
	color: #999;
	background: #F7F7F7;
}
.bd-m-arclist ul li .img {
	display: block;
	position: relative;
}
.bd-m-arclist ul li .img:before {
	content: " ";
	padding-top: 60%;
	display: block;
}
.bd-m-arclist ul li .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}
.bd-m-arclist ul li .box {
	padding: 0.32rem 0.32rem 0.5rem;
}
.bd-m-arclist ul li .til {
	margin-bottom: 0.2rem;
	line-height: 0.28rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	color: #333;
	overflow: hidden;
}
.bd-m-arclist ul li .con {
	margin-bottom: 0.24rem;
	height: 0.64rem;
	line-height: 0.32rem;
	font-size: 0.24rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bd-m-arclist ul li .info {
	line-height: 0.24rem;
	font-size: 0.24rem;
}
.bd-m-arclist ul li a:hover .til {
	color: var(--color);
}
.bd-m-arclist[data-id="video"] ul li .img:after {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, .3);
	position: absolute;
}
.bd-m-arclist[data-id="video"] ul li .img i {
	left: 50%;
	top: 50%;
	width: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.6rem;
	transform: translate(-50%, -50%);
	color: #FFF;
	position: absolute;
	z-index: 2;
}
.bd-m-arclist ul li.on {
	width: 100%;
}
.bd-m-arclist ul li.on .box {
	padding: 0.4rem 0.4rem 0.6rem;
}
.bd-m-arclist ul li.on .til {
	margin-bottom: 0.2rem;
	line-height: 0.4rem;
	font-size: 0.4rem;
}
.bd-m-arclist ul li.on .con {
	height: 0.96rem;
	line-height: 0.48rem;
	font-size: 0.32rem;
}
.bd-m-arclist ul li.on .info {
	line-height: 0.32rem;
	font-size: 0.32rem;
}