/**
 * author:56651283@qq.com
 * update:2021/12/28 14:58
 */
@import url(../css/weui.min.css);

@import url(//at.alicdn.com/t/font_2735389_858oou8ag4i.css);

.icon-color {
	width: 28px;
	height: 28px;
	vertical-align: -14px;
	fill: currentColor;
	overflow: hidden
}

body,html {
	-webkit-tap-highlight-color: transparent;
	color: #3c3c3c
}

html {
	padding: 54px 0 75px;
	max-width: 1000px;
	margin: 0 auto
}

a {
	color: #3c3c3c;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

a:active {
	color: #fc7f2b
}

img {
	max-width: 100%
}

p {
	line-height: 1.6
}

cite,em {
	font-style: normal
}

::-webkit-input-placeholder {
	color: #ccc
}

.baseline {
	vertical-align: baseline
}

.middle {
	vertical-align: middle
}

.top {
	vertical-align: top
}

.block {
	display: block
}

.show {
	display: block
}

.hide {
	display: none
}

.inline {
	display: inline
}

.iblock {
	display: inline-block
}

.tleft {
	text-align: left
}

.tright {
	text-align: right
}

.tcenter {
	text-align: center
}

.center {
	margin: 0 auto
}

.border {
	border: 1px solid #e0e0e0!important
}

.border-t {
	border-top: 1px solid #e0e0e0
}

.border-b {
	border-bottom: 1px solid #e0e0e0
}

.border-tb {
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	background-image: none
}

.border-l {
	border-left: 1px solid #e0e0e0
}

.border-r {
	border-right: 1px solid #e0e0e0
}

.border-radius {
	border: 1px solid #e0e0e0;
	border-radius: 4px
}

.dotted {
	border: 1px dotted #e0e0e0!important
}

.dotted-b {
	border-bottom: 1px dotted #e0e0e0!important
}

.hand {
	cursor: pointer
}

.move {
	cursor: move
}

.u {
	text-decoration: underline
}

.del {
	text-decoration: line-through
}

.-u {
	text-decoration: none
}

.i {
	font-style: italic
}

.-i {
	font-style: normal
}

.bold {
	font-weight: 700
}

.-bold,.page-hd-title.-bold {
	font-weight: 400
}

.-wrap {
	white-space: nowrap;
	word-break: break-all;
	overflow: hidden
}

.wrap {
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both
}

.clearfix:after,.clearfix:before {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

.upper {
	text-transform: uppercase
}

.lower {
	text-transform: lowercase
}

.cap {
	text-transform: capitalize
}

.hidden {
	overflow: hidden
}

.visible {
	overflow: visible
}

.rel {
	position: relative
}

.abs {
	position: absolute
}

.fixed {
	position: fixed
}

.indent {
	text-indent: 20px
}

.lheight {
	line-height: 22px
}

.outline {
	outline: 0
}

.ell {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%
}

.yahei {
	font-family: "Microsoft YaHei"
}

.hr1 {
	width: 100%;
	margin: 0 auto;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}

.v-center {
	display: flex;
	align-items: center;
	justify-content: center
}

.req:before {
	content: ' *';
	color: #fa5151;
	font-weight: 700
}

.container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1
}

.page-bg {
	background-color: #f8f8f8
}

.page-bd-15 {
	padding: 0 15px
}

.page-hd {
	padding: .9rem .75rem .75rem
}

.page-bd {
	padding: 0
}

.margin0-t {
	margin-top: 0
}

.margin0-r {
	margin-right: 0
}

.margin0-b {
	margin-bottom: 0
}

.margin0-l {
	margin-left: 0
}

.margin0 {
	margin: 0
}

.padding0-t {
	padding-top: 0
}

.padding0-r {
	padding-right: 0
}

.padding0-b {
	padding-bottom: 0
}

.padding0-l {
	padding-left: 0
}

.padding0 {
	padding: 0
}

.margin5-t {
	margin-top: 5px
}

.margin5-r {
	margin-right: 5px
}

.margin5-b {
	margin-bottom: 5px
}

.margin5-l {
	margin-left: 5px
}

.margin5 {
	margin: 5px
}

.padding5-t {
	padding-top: 5px
}

.padding5-r {
	padding-right: 5px
}

.padding5-b {
	padding-bottom: 5px
}

.padding5-l {
	padding-left: 5px
}

.padding5 {
	padding: 5px
}

.margin10-t {
	margin-top: 10px
}

.margin10-r {
	margin-right: 10px
}

.margin10-b {
	margin-bottom: 10px
}

.margin10-l {
	margin-left: 10px
}

.margin10 {
	margin: 10px
}

.padding10-t {
	padding-top: 10px
}

.padding10-r {
	padding-right: 10px
}

.padding10-b {
	padding-bottom: 10px
}

.padding10-l {
	padding-left: 10px
}

.padding10 {
	padding: 10px
}

.margin15-t {
	margin-top: 15px
}

.margin15-r {
	margin-right: 15px
}

.margin15-b {
	margin-bottom: 15px
}

.margin15-l {
	margin-left: 15px
}

.margin15 {
	margin: 15px
}

.padding15-t {
	padding-top: 15px
}

.padding15-r {
	padding-right: 15px
}

.padding15-b {
	padding-bottom: 15px
}

.padding15-l {
	padding-left: 15px
}

.padding15 {
	padding: 15px
}

.margin20-t {
	margin-top: 20px
}

.margin20-r {
	margin-right: 20px
}

.margin20-b {
	margin-bottom: 20px
}

.margin20-l {
	margin-left: 20px
}

.margin20 {
	margin: 20px
}

.padding20-t {
	padding-top: 20px
}

.padding20-r {
	padding-right: 20px
}

.padding20-b {
	padding-bottom: 20px
}

.padding20-l {
	padding-left: 20px
}

.padding20 {
	padding: 20px
}

.page-hd-title {
	text-align: left;
	font-size: 20px;
	font-weight: 700
}

.page-hd-desc {
	margin-top: 8px;
	color: #878d99;
	text-align: left;
	font-size: 14px
}

.weui-table,table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	line-height: 32px;
	text-align: center;
	border: none
}

.weui-table th,table th {
	font-weight: 700
}

.weui-table a,table a {
	color: #10aeff
}

.weui-table td,.weui-table th,table td,table th {
	border: 1px solid #e0e0e0;
	text-align: left;
	line-height: 25px;
	padding: 8px
}

.weui-table tr:hover,able tr:hover {
	background: #f7f7f7
}

.weui-table-2n tr:nth-child(2n) {
	background-color: #f7f7f7
}

@media only screen and (max-width:767px) {
	.weui-table {
		border: none
	}

	.weui-table thead {
		display: none
	}

	.weui-table tr {
		display: block;
		border-bottom: 1px solid #e0e0e0
	}

	.weui-table td {
		display: block;
		text-align: right;
		line-height: 25px;
		border: none
	}

	.weui-table td:last-child {
		border-bottom: none
	}

	.weui-table td:before {
		content: attr(title);
		float: left;
		text-transform: uppercase;
		font-weight: 700
	}

	.weui-table-2n tr:nth-child(2n) {
		background-color: transparent
	}
}

.preloader {
	width: 20px;
	height: 20px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: preloader-spin 1s steps(12,end) infinite;
	animation: preloader-spin 1s steps(12,end) infinite
}

.preloader:after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%
}

@-webkit-keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

label>* {
	pointer-events: none
}

@media only screen and (min-width:400px) {
	html {
		font-size: 21.33333333px!important
	}
}

@media only screen and (min-width:414px) {
	html {
		font-size: 22.08px!important
	}
}

@media only screen and (min-width:480px) {
	html {
		font-size: 25.6px!important
	}
}

.weui-navbar {
	z-index: 10
}

.weui-popup-container,.weui-popup-overlay {
	z-index: 1000
}

.weui-mask {
	z-index: 1000
}

.weui-cell__hd img {
	display: block;
	margin-right: 5px
}

.weui-cell_swiped .weui-cell__bd {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s
}

.swipeout-touching .weui-cell__bd {
	-webkit-transition: none;
	transition: none
}

.weui-dialog,.weui-toast {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	visibility: hidden;
	margin: 0;
	top: 45%;
	z-index: 2000
}

.weui-dialog .weui-dialog__btn.default,.weui-toast .weui-dialog__btn.default {
	color: #5f646e
}

.weui-dialog .weui-dialog__btn+.weui-dialog__btn,.weui-toast .weui-dialog__btn+.weui-dialog__btn {
	position: relative
}

.weui-dialog .weui-dialog__btn+.weui-dialog__btn:after,.weui-toast .weui-dialog__btn+.weui-dialog__btn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.weui-dialog.weui-dialog--visible,.weui-dialog.weui-toast--visible,.weui-toast.weui-dialog--visible,.weui-toast.weui-toast--visible {
	opacity: 1;
	visibility: visible
}

.weui-toast_forbidden {
	color: #f76260
}

.weui-toast_cancel .weui-icon-toast:before {
	content: "\EA0D"
}

.weui-toast_forbidden .weui-icon-toast:before {
	content: "\EA0B";
	color: #f76260
}

.weui-toast_text {
	min-height: 1em;
	width: auto;
	height: 45px;
	border-radius: 25px;
	margin-left: 0;
	-webkit-transform: scale(.9) translate3d(-50%,0,0);
	transform: scale(.9) translate3d(-50%,0,0);
	-webkit-transform-origin: left;
	transform-origin: left
}

.weui-toast_content {
	font-size: 14px
}

.weui-toast_text.weui-toast--visible {
	-webkit-transform: scale(1) translate3d(-50%,0,0);
	transform: scale(1) translate3d(-50%,0,0)
}

.weui-toast_text .weui-icon-toast {
	display: none
}

.weui-toast_text .weui-toast_content {
	margin: 10px 15px
}

.weui-mask {
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	visibility: hidden;
	cursor: pointer
}

.weui-mask.weui-mask--visible {
	opacity: 1;
	visibility: visible
}

.weui-prompt-input {
	padding: 4px 6px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 2em;
	width: 80%;
	margin-top: 10px
}

.weui-notification {
	position: fixed;
	width: 100%;
	min-height: 3.5rem;
	top: -2rem;
	padding-top: 2rem;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,.75);
	color: #fff;
	font-size: 13px;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	-webkit-transition: .4s;
	transition: .4s
}

.weui-notification.weui-notification--in {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.weui-notification.weui-notification--touching {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.weui-notification .weui-notification__inner {
	padding: .5rem .6rem 1rem .6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.weui-notification .weui-notification__content {
	width: 100%;
	margin: 0 .4rem
}

.weui-notification .weui-notification__title {
	font-weight: 700;
	font-size: 15px
}

.weui-notification .weui-notification__text {
	line-height: 1;
	margin-top: 3px
}

.weui-notification .weui-notification__media {
	height: 1rem;
	width: 1rem
}

.weui-notification .weui-notification__media img {
	width: 100%
}

.weui-notification .weui-notification__handle-bar {
	position: absolute;
	bottom: .2rem;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	width: 2rem;
	height: .3rem;
	border-radius: .15rem;
	background: #fff;
	opacity: .5
}

@media all and (min-width:414px) {
	.weui-notification {
		min-height: 3.1rem
	}

	.weui-notification .weui-notification__inner {
		padding: .5rem .6rem .8rem .6rem
	}
}

.weui-tab__bd-item.weui-pull-to-refresh {
	position: absolute;
	top: 50px
}

.weui-tabbar__item {
	position: relative
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
	color: #fc7f2b
}

.weui-navbar__item {
	color: #888
}

.weui-navbar__item.weui-bar__item--on {
	color: #666;
	background-color: #f1f1f1
}

.weui-tab__bd {
	box-sizing: border-box;
	height: 100%
}

.weui-tab__bd .weui-tab__bd-item {
	display: none;
	height: 100%;
	overflow: auto
}

.weui-tab__bd .weui-tab__bd-item.weui-tab__bd-item--active {
	display: block
}

.weui-navbar+.weui-tab__bd {
	padding-top: 50px
}

.toolbar {
	position: relative;
	width: 100%;
	font-size: .85rem;
	line-height: 1.5;
	color: #3d4145;
	background: #f7f7f8
}

.toolbar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 100%;
	background-color: #d9d9d9;
	display: block;
	z-index: 15;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.toolbar:before {
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
	.toolbar:before {
		-webkit-transform: scaleY(.33);
		transform: scaleY(.33)
	}
}

.toolbar .toolbar-inner {
	height: 2.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center
}

.toolbar .title {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	font-size: .85rem;
	font-weight: 400;
	line-height: 2.2rem;
	color: #3d4145;
	text-align: center;
	white-space: nowrap
}

.toolbar .picker-button {
	position: absolute;
	right: 0;
	box-sizing: border-box;
	height: 2.2rem;
	line-height: 2.2rem;
	color: #07c160;
	z-index: 1;
	padding: 0 .5rem
}

:root {
	--swiper-theme-color: #fff;
	--swiper-navigation-size: 28px
}

.weui-tab-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.weui-tab-nav .weui-nav-green {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	height: 30px;
	padding: 0;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #07c160;
	border-width: 1px 1px 1px 0;
	color: #07c160;
	white-space: nowrap;
	background: #fdfdfd
}

.weui-tab-nav .weui-nav-green.bg-green {
	border-color: #07c160;
	color: #fff;
	background: #07c160
}

.weui-tab-nav .weui-nav-red {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	height: 30px;
	padding: 0;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #fa5151;
	border-width: 1px 1px 1px 0;
	color: #fa5151;
	white-space: nowrap;
	background: #fdfdfd
}

.weui-tab-nav .weui-nav-red.bg-red {
	border-color: #fa5151;
	color: #fff;
	background: #fa5151
}

.weui-tab-nav .weui-navbar__item:first-child {
	border-width: 1px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-clip: padding-box
}

.weui-tab-nav .weui-navbar__item:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-clip: padding-box
}

.tab-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100
}

.tab-bottom {
	left: 0;
	bottom: 0;
	width: 100%;
	position: fixed;
	background-color: #fff
}

.weui-navbar__item.tab-green {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	border-bottom: 3px solid #07c160;
	color: #07c160;
	transition: right .3s cubic-bezier(.35,0,.25,1) 90ms,left .3s cubic-bezier(.35,0,.25,1)
}

.weui-navbar__item.tab-red {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	border-bottom: 3px solid #fa5151;
	color: #fa5151
}

.weui-navbar__item.tab-blue {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	border-bottom: 3px solid #10aeff;
	color: #10aeff
}

.weui-navbar__item.tab-primary {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	border-bottom: 3px solid #fc7f2b;
	color: #fc7f2b
}

.weui-navbar__item:after {
	border-right: none
}

.weui-tabbar__label {
	font-size: 13px
}

.weui-tab__content.active {
	display: block
}

.collapse li {
	background-color: #fff;
	border-radius: 2px;
	cursor: pointer;
	margin: 10px 0;
	overflow: hidden;
	vertical-align: bottom;
	display: block
}

.collapse li .weui-flex i {
	opacity: .5
}

.collapse li.js-show .weui-flex i {
	opacity: .3
}

.collapse li.js-show .page-category {
	height: auto
}

.collapse li.js-show .page-category-content {
	opacity: 1;
	transform: translateY(0)
}

.collapse li:first-child {
	margin-top: 0
}

.collapse li:last-child {
	margin-bottom: 0
}

.collapse .page-category {
	height: 0;
	overflow: hidden
}

.collapse .page-category-content {
	opacity: 0;
	transform: translateY(-50%);
	transition: .3s
}

.collapse .weui-flex {
	align-items: center;
	padding: 10px;
	transition: all .3s ease 0s;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	background: url(../img/tit-bg.jpg) no-repeat;
	background-size: 100% auto
}

.collapse .weui-flex--item {
	-webkit-flex: 1 1 0;
	flex: 1 1 0
}

.collapse .weui-cells {
	margin-top: 0
}

.collapse .content {
	font-size: 14px;
	margin: .5em auto;
	padding: 0 .75em;
	color: #747474;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.collapse .content time {
	font-size: 12px;
	color: #b5bcc7
}

.collapse .content em,.weui-news-p em {
	color: #fc7f2b;
	font-size: 18px;
	padding-right: 5px
}

.collapse .weui-news-info {
	padding: 0 .75em;
	margin-bottom: .5em
}

.ui-grids {
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	background-color: #fff
}

.grid,.ui-grids li {
	position: relative;
	padding: 20px 10px;
	width: 33.33%;
	box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
	padding: 5px 4px;
	float: left
}

.grids-4th .grid,.grids-4th li {
	width: 25%
}

.grids-5th .grid,.grids-5th li {
	width: 20%
}

.grids-2th .grid,.grids-2th li {
	width: 50%
}

.grids-1th .grid,.grids-1th li {
	width: 100%
}

.ui-grids.pop {
	padding: 5px 0 0
}

.ui-grids.pop .grid {
	text-align: center;
	padding: 5px 0 0
}

.ui-grids.pop .grid a {
	line-height: 2.1
}

.ui-grids.pop.grids-5th .grid a {
	width: 80%;
	padding: 0
}

.ui-grids.pop.grids-3th .grid a {
	width: 88%;
	padding: .2em 0
}

.ui-grids.pop .grid .bg-orange {
	color: #fff
}

.f11 {
	font-size: 11px!important
}

.f12 {
	font-size: 12px!important
}

.f13 {
	font-size: 13px!important
}

.f14 {
	font-size: 14px!important
}

.f15 {
	font-size: 15px!important
}

.f16 {
	font-size: 16px!important
}

.f18 {
	font-size: 18px!important
}

.f20 {
	font-size: 20px!important
}

.f-red,.txt-red {
	color: #fa5151!important
}

.sopage .txt-red {
	padding: 0 2px
}

.f-green {
	color: #07c160!important
}

.f-blue {
	color: #10aeff!important
}

.f-black {
	color: #333!important
}

.f-white {
	color: #fff!important
}

.f-zi {
	color: #f3c!important
}

.f-gray {
	color: #ccc!important
}

.f-huise {
	color: #878d99!important
}

.f-yellow {
	color: #ff6!important
}

.f-orange {
	color: #fc7f2b!important
}

.f-light {
	color: #b5bcc7!important
}

.bg-green {
	background-color: #07c160
}

.bg-red {
	background-color: #fa5151
}

.bg-white {
	background-color: #fff
}

.bg-none {
	background-color: transparent
}

.bg-blue {
	background-color: #10aeff
}

.bg-blue:not(.weui-btn_disabled):visited {
	color: #fff
}

.b-red {
	border: 1px solid #fa5151!important
}

.b-green {
	border: 1px solid #07c160!important
}

.b-blue {
	color: #10aeff;
	border: 1px solid #10aeff!important
}

button.b-blue,input.b-blue {
	border-width: 1px;
	background-color: transparent
}

.bg-orange {
	background-color: #fc7f2b
}

.bg-orange:not(.weui-btn_disabled):visited {
	color: #fff!important
}

.b-orange {
	color: #fc7f2b!important;
	border: 1px solid #fc7f2b!important
}

button.b-orange,input.b-orange {
	border-width: 1px;
	background-color: transparent
}

.bg-gray {
	background-color: #f7f7f7
}

.bg-light {
	background-color: #fafafa!important
}

.bg-orange-light {
	background-color: #fffcfa!important
}

.b-gray {
	color: #b0b7c7!important;
	border: 1px solid #b0b7c7!important
}

.bg-huise {
	background-color: #b0b7c7
}

.bg-cyan {
	background-color: #2f4056
}

.color-primary {
	color: #07c160
}

.color-danger,.color-error {
	color: #f6383a
}

.color-warning {
	color: #f60
}

.color-success {
	color: #4cd964
}

.bg-danger,.bg-error,.bg-primary,.bg-success,.bg-warning {
	color: #fff
}

.bg-primary {
	background-color: #07c160
}

.bg-danger,.bg-error {
	background-color: #fa5151
}

.bg-warning {
	background-color: #f60
}

.bg-success {
	background-color: #07c160
}

.weui-toptips {
	z-index: 502;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	padding: 0 5px;
	height: 54px;
	line-height: 54px
}

.weui-toptips.weui-toptips_visible {
	opacity: 1
}

.weui-icon_toast {
	font-size: 55px;
	color: #fff;
	margin-bottom: 6px
}

.weui-toast--text {
	min-height: initial;
	font-size: 18px;
	padding: 8px 16px;
	width: auto;
	top: 40%
}

.weui-toast--text .weui-icon_toast {
	display: none
}

.weui-reddot,.weui-reddot-s {
	position: relative;
	display: inline-block;
	line-height: 22px;
	padding: 0 6px
}

.weui-reddot:after {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #f74c31;
	border-radius: 5px;
	right: -3px;
	top: -3px;
	background-clip: padding-box
}

.weui-reddot-s:after {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #f74c31;
	border-radius: 5px;
	width: 6px;
	height: 6px;
	top: 0;
	right: 0;
	background-clip: padding-box
}

.weui-actionsheet {
	z-index: 10000
}

.weui-popup__container,.weui-popup__overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	width: 100%;
	height: 100%;
	z-index: 501;
	cursor: pointer
}

.weui-popup__overlay {
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.weui-popup__container {
	display: none
}

.weui-popup__container.weui-popup__container--visible {
	display: block
}

.weui-popup__container .weui-cells {
	margin: 0;
	text-align: left
}

.weui-popup__modal {
	width: 100%;
	position: absolute;
	z-index: 600;
	bottom: 0;
	border-radius: 0;
	opacity: .6;
	color: #3d4145;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	overflow-x: hidden;
	overflow-y: auto
}

.popup-bottom .weui-popup__modal {
	height: auto
}

.weui-popup__modal .toolbar {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1
}

.weui-popup__modal .modal-content {
	height: 100%;
	padding-top: 2.2rem;
	overflow: auto;
	box-sizing: border-box
}

.weui-popup__container--visible .weui-popup__overlay {
	opacity: 1
}

.weui-popup__container--visible .weui-popup__modal {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.weui-msgbox {
	display: flex;
	width: 100%;
	height: 80%;
	align-items: center;
	justify-content: center
}

.weui-msgbox p {
	padding: 0 15px;
	color: #bbb;
	font-size: 16px
}

.weui-search-bar {
	background-color: #fffcfa
}

.weui-search-bar.custom {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0
}

.weui-search-bar.custom::after,.weui-search-bar.custom::before {
	border: 0;
	height: 0
}

.search-input {
	display: inline-block;
	box-sizing: content-box;
	padding: 1px 5px;
	width: 100%;
	border: none;
	border: 1px solid #fc7f2b;
	background-color: #fff;
	color: #666;
	font-weight: 400;
	font-size: 16px;
	font-family: inherit;
	line-height: 2.3;
	opacity: .9;
	-webkit-appearance: none;
	appearance: none;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	font-size: 14px;
	text-indent: 5px;
	outline: 0
}

.search-input::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1
}

.search-input+button::after {
	border: 1px solid #fc7f2b!important
}

.search-input+button {
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	padding: 0 15px 0 13px
}

.weui-search-bar.custom .search-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.weui-news {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	word-break: break-all
}

.weui-news-list {
	position: relative;
	font-size: .8rem;
	background-color: #fff
}

.weui-news-item {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: .75rem;
	color: #212121;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	min-height: 2.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.weui-news.isbt .weui-news-item:first-child {
	border-top: 1px solid #e5e5e5
}

.weui-news:not(.ispage) .weui-news-item:last-child {
	border-bottom: 0
}

.weui-news-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%
}

.weui-news-inners {
	position: relative;
	min-height: 2.2rem;
	padding-right: .75rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: block;
	padding-top: .5rem;
	padding-bottom: 0
}

.weui-news-text {
	font-size: .7rem;
	color: #757575;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center
}

.weui-news-title {
	font-size: .8rem;
	position: relative;
	max-width: 100%;
	color: #212121;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal!important
}

.weui-news-info {
	position: relative;
	padding: .5rem 0;
	font-size: .7rem;
	color: #757575;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%
}

.weui-news-infoitem {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: .6rem!important
}

.weui-news-info em,.weui-news-info i {
	margin-right: 4px
}

.weui-news-round {
	width: 1rem;
	border-radius: 50%;
	max-width: 100%;
	position: relative
}

.weui-news-media {
	width: 6rem;
	position: relative;
	padding: .5rem 0;
	padding-right: .75rem;
	display: inherit;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.weui-news-media img {
	width: 100%;
	display: block;
	max-width: 100%
}

.weui-news-medias {
	margin: 0;
	overflow: hidden
}

.weui-news-medialist {
	padding: .125rem;
	width: 31.5%;
	position: relative;
	float: left
}

.weui-news-medialist img {
	max-width: 100%;
	width: 100%;
	display: block
}

.weui-news-media a {
	display: block;
	position: relative
}

.weui-news-media i {
	position: absolute;
	z-index: 1;
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: .6rem;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -.7rem 0 0 -.7rem;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	border-radius: 50%
}

.weui-news-media i:hover {
	background-color: rgba(248,125,42,.75)
}

.weui-news-p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .7rem;
	color: #757575;
	margin-top: 6px
}

.weui-news-left {
	margin-left: .25rem!important;
	font-size: .6rem!important
}

.weui-content {
	padding: 20px 16px 12px;
	padding-top: 32px;
	word-wrap: break-word;
	position: relative;
	background-color: #fff
}

.weui-c-inner {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

.services-detail-header h1,.services-detail-header h2,.weui-c-title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 14px;
	font-weight: 400
}

@supports (-webkit-overflow-scrolling:touch) {
	.weui-c-title {
		font-weight: 700
	}
}

.weui-c-meta {
	margin-bottom: 22px;
	line-height: 20px;
	font-size: 0;
	word-wrap: break-word;
	word-break: break-all
}

.weui-c-meta em {
	font-style: normal;
	color: rgba(0,0,0,.3);
	font-size: 14px
}

.weui-c-meta span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0;
	font-size: 15px;
	-webkit-tap-highlight-color: transparent
}

.weui-c-meta span i {
	color: #ccc;
	vertical-align: text-bottom;
	margin-right: 5px
}

.weui-c-meta span.weui-badge a {
	color: #fff
}

.weui-c-article {
	overflow: hidden;
	color: #333;
	font-size: 17px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify
}

.weui-c-article * {
	max-width: 100%!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	word-wrap: break-word!important
}

.weui-c-article p {
	clear: both;
	min-height: 1em;
	text-indent: 2em;
	padding-bottom: 1em
}

.weui-c-article em {
	font-style: italic
}

.weui-c-article fieldset {
	min-width: 0;
	margin: 0 0 1em
}

.weui-c-article h2,.weui-c-article h3,.weui-c-article h4 {
	font-size: 1.1em;
	font-weight: 400
}

.weui-c-article .list-paddingleft-2 {
	padding-left: 2.2em
}

.weui-c-article .list-paddingleft-2 .list-paddingleft-2 {
	padding-left: 30px
}

.weui-c-article blockquote {
	margin: 0;
	padding-left: 10px;
	border-left: 3px solid #dbdbdb
}

.weui-c-article img {
	height: auto!important;
	display: block;
	width: 100%;
	max-width: 100%
}

.weui-c-tools {
	font-size: 15px;
	padding-top: 24px;
	overflow: hidden;
	line-height: 32px
}

.weui-c-tools a {
	margin-right: 20px
}

.weui-c-readnum {
	display: inline-block;
	margin-right: 20px;
	color: rgba(0,0,0,.3)
}

.weui-c-like {
	min-width: 2.5em;
	color: #576b95;
	text-align: right;
	float: right;
	margin-left: 10px;
	display: inline-block
}

.weui-c-like .icon {
	background: transparent url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAA+CAYAAAA1dwvuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACd0lEQVRYhe2XMWhUMRjHfycdpDg4iJN26CQih4NUlFIc3iTasaAO+iZBnorIId2CDg6PLqWDXSy0p28TJ6ejILgoKiLFSeRcnASLnDf2HPKll8b3ah5NQPB+cHzJl0v+73J5Sf6NwWCAD6kqxoEV4BywCTwA2j59V9QlxrxUNJeBOSkfBtaAHvDcp/O+GkJHJd4H7kr5nm/nOkJHJH4FHkv5WAyhUxLfAgelvBlUKFXFBNCU6oYl+j6oEHohADwFtoDTUn8dTChVxX7gjlSfSJyS+CaYEDCPXs4d4IXkzDR+8BWqfI9SVUyil/ENST20ml8BF4Afu4z9HT3V80B/TAY9CxTABNAHxp1Oj4B1q34dWAamGa5Al0PALfSs3TS/aE1EcERWgQXgozPIN+Ai6O2ljFQVM8BLZJqN0KTEhgj9kvrViqf1wYz5BcoXQ38Pg9uckfiuSigU0xLXowmlqpgCjgNd4FM0IeCKxGcmEUtoRqLZScILpaqYA06iN9/tTTfGLzKvxLKdDCqUquIEcB59xK9GE2J4xLeBn3ZD1abaq/sQqSpmgWvo82rBbTdCPeAA4N69/noXS1XhphaBz27SPPVtapz/FXSBFsNDcgcN3wvkiBEjRoSndAtqLXXKvuvtYfMs+SP3T3tYm6ge1iaqh7UJ62HRTqNZko/mYV3CeVjA9rAuUTxsGd4edrcX1vWwddn2sHmWaA/bWuq4HnYLff3aC7U8bAiaMPyPJp3GhnxCUOlhQxPdwxrieViLbp4lUT2sIbqHNcTzsBYbeZZE9bCGeB7WIrqHNbTzLNnhYWMIlXpYI9Rz8gM8/GsFi3mW/Ace9jf8QZwIX5o4uQAAAABJRU5ErkJggg==) no-repeat 0 0;width: 1em;
	height: 1em;
	vertical-align: middle;
	display: inline-block;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: relative;
	top: 1px;
	cursor: pointer
}

.weui-c-like .on {
	background-position: 1px -22px
}

.weui-c-like span {
	margin-left: -3px;
	display: inline-block;
	vertical-align: middle;
	color: #576b95
}

.xpup-page {
	margin: 1.2em auto 0;
	font-size: 16px;
	color: #747474;
	box-sizing: border-box;
	text-align: center
}

.xpup-page .laypage-curr,.xpup-page a {
	min-width: 30px;
	height: 2em;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 5px;
	cursor: pointer;
	line-height: 2em;
	color: #747474;
	display: inline-block;
	font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif
}

.xpup-page .laypage-next,.xpup-page .laypage-prev {
	width: 2.4em;
	border: 1px solid #e5e5e5
}

.xpup-page .laypage-curr {
	background-color: #fc7f2b;
	border-color: transparent;
	color: #fff
}

.xpup-page i {
	font-size: 1em
}

.weui-start:after {
	content: '*';
	font-weight: 700;
	color: red;
	margin-left: 5px
}

.weui-form-li {
	vertical-align: middle;
	position: relative;
	margin: 10px 20px
}

.weui-form-checkbox {
	-webkit-appearance: none;
	width: 0;
	height: 0;
	opacity: 0;
	border: none;
	float: left;
	visibility: hidden
}

.weui-icon-radio {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: 6px;
	margin-right: 5px;
	border: 1px solid #b8b8b8;
	background-color: #fafafa;
	vertical-align: top
}

.weui-form-text {
	display: inline-block;
	position: relative;
	margin-top: 2px;
	margin-right: 10px;
	cursor: pointer
}

.weui-form-checkbox[type=radio]:checked+label .weui-icon-radio {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA3QUE4OTlFQjJCODExRTVBRkM2RDBFMDhDRDA3MTJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA3QUE4OTlGQjJCODExRTVBRkM2RDBFMDhDRDA3MTJFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDdBQTg5OUNCMkI4MTFFNUFGQzZEMEUwOENEMDcxMkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdBQTg5OURCMkI4MTFFNUFGQzZEMEUwOENEMDcxMkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5LqQGPAAAA7ElEQVR42uyXTQrCMBCFG+tKRY/gz0naXlFc2HqUKvQk4hEUVDCVcQIBu5HMTFK6MA8+KCWZeW2SV6oAIBlSo2RgRQPRQDQw9pg7Rdb2+ozcRVVMEDHJkBrR8JW29zJuPc7gFNmCW6UdG9zAHugqQxvIga88pIGjwEBNqa0IX0Oz269Iytzfb2ThOh2UHFgKmid2zipEELUeWaFdAyhLMEFuwiWYIw/fN2AKNIKnb1zNOUlYCE5BETqIKkbzQ19RvCM0r/qK4m4qmmBqO03N9Ymaftwg+qUZskFeyAV5Soqo+F8QDUQDf2/gI8AAIiHXffupwGIAAAAASUVORK5CYII=);background-size: 100%;
	border-radius: 100%;
	background-color: #07c160;
	border: 1px solid #07c160;
	cursor: pointer
}

.weui-icon-checkbox {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin-top: 6px;
	margin-right: 5px;
	border: 1px solid #b8b8b8;
	background-color: #fafafa;
	vertical-align: top;
	cursor: pointer
}

.weui-form-checkbox[type=checkbox]:checked+label .weui-icon-checkbox {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY0MTI1RkFBQjJCNzExRTU5NzE3RDMyNDM3NTgzRTE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY0MTI1RkFCQjJCNzExRTU5NzE3RDMyNDM3NTgzRTE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjQxMjVGQThCMkI3MTFFNTk3MTdEMzI0Mzc1ODNFMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjQxMjVGQTlCMkI3MTFFNTk3MTdEMzI0Mzc1ODNFMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5UDJTUAAABUElEQVR42mL8//8/w0ACJoYBBqMOGHEOsB0oB/AC8UIgPgTEZvR2gDYQnwXiOChfH0UWVA7QEPsA8af/CDAJXQ0tLS8G4r9Ili8BYkZ6OaD9Pyo4AcQc2NRS22ImIJ6OZvltIBbFpYealjMD8WI0y78CsS4+fdS0fNl/TBBOSC8uCVBiyQViASItX4HF8j5iHI/LwIVQQ+4CsQEeA1iAeBUWyw9AzSHLAS1ohn0H4hQs6liBeDUWy58AsTix0YdNUBiIz2AxeD4Qc0HVsAHxOixqfgKxNSnpB5cEPxAfw2LBeWiq3vofO8gjNQHjk+QF4kNYLPmHw/Kl5OQgQgpAQb77P2FwDil6qOoABmgRuhWP5a+AWJbcMoRYhaBEtx5HorOjpBAjRTEo261Ec0AKpaUoOUUurJDqpEYxTm6Nl05sSUcIM472jEYdMOIdABBgAFfZNpPCdKCTAAAAAElFTkSuQmCC);background-size: 100%;
	background-color: #07c160;
	border: 1px solid #07c160;
	cursor: pointer
}

.weui-form-area,.weui-form-input {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 1px;
	padding: 5px 2px;
	line-height: 24px;
	font-size: 16px;
	width: 100%;
	outline: 0;
	-webkit-appearance: none;
	cursor: pointer
}

.weui-form-area:focus,.weui-form-input:focus {
	outline: 0;
	border: 1px solid #07c160
}

.weui-form-area {
	overflow: auto
}

.weui-form label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	min-height: 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.weui-label-list .label {
	display: inline-block;
	position: relative;
	line-height: 1.4em;
	height: 1.4em;
	padding: 0 .625em;
	border: 1px solid #cacccd;
	border-radius: .1875em
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	.weui-label-list .label {
		position: relative;
		border: 0
	}

	.weui-label-list .label:before {
		content: "";
		width: 200%;
		height: 200%;
		position: absolute;
		top: 0;
		left: 0;
		border: 1px solid #cacccd;
		-webkit-transform: scale(.5);
		-webkit-transform-origin: 0 0;
		padding: 1px;
		-webkit-box-sizing: border-box;
		border-radius: .1875em
	}
}

.weui-label-list .label:active {
	background-color: #f3f2f2
}

.weui-label-list {
	margin: 0 .625em
}

.weui-label-list .label {
	margin: .3125em .3125em 0 0
}

.weui-label-s {
	font-size: 14px;
	line-height: 1em;
	display: inline-block;
	position: relative;
	padding: 1px;
	color: #ff7f0d;
	border-radius: 2px
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	.weui-label-s {
		position: relative;
		border: 0;
		padding: .1875em
	}

	.weui-label-s:before {
		content: "";
		width: 200%;
		height: 200%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: scale(.5);
		-webkit-transform-origin: 0 0;
		padding: 1px;
		-webkit-box-sizing: border-box;
		border-radius: .3125em
	}
}

.weui-label-s:active {
	background-color: #f3f2f2
}

.weui-label-s:after {
	content: "";
	position: absolute;
	top: -.3125em;
	left: -5px
}

.weui-avatar {
	position: relative
}

.weui-avatar span,.weui-avatar-circle span {
	bottom: 1px;
	height: 20px;
	position: absolute;
	right: -2px;
	width: 20px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 20px!important
}

.weui-avatar span::before,.weui-avatar-circle span::before {
	margin: 0;
	font-size: 20px!important
}

.timeline {
	padding: 15px
}

.timeline-item {
	position: relative;
	list-style: none
}

.timeline-item-color {
	background-color: #fc7f2b
}

.timeline-item-head-first {
	width: 20px;
	height: 20px;
	left: -4px;
	top: 5px;
	position: absolute;
	content: '';
	z-index: 99;
	border-radius: 99px;
	color: #fff
}

.timeline-item-head {
	width: 10px;
	height: 10px;
	left: 1px;
	top: 6px;
	position: absolute;
	content: '';
	z-index: 99;
	border-radius: 99px
}

.timeline-item-tail {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	left: 5px;
	top: 5px;
	background-color: #eee
}

.timeline-item-content {
	padding: 0 0 15px 1.4rem
}

.timeline h4 {
	font-weight: 400;
	font-size: 14px;
	color: #878d99
}

.timeline p {
	color: #878d99;
	font-size: 14px
}

* {
	touch-action: pan-y
}

li {
	list-style: none
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	padding: 10px 15px 5px;
	font-size: 13px;
	border-left: 5px solid #b5bcc7;
	background-color: #fafafa;
	font-family: 'Courier New';
	overflow: auto;
	line-height: 28px;
	margin: 5px 0 20px
}

.weui-btn.icon i {
	vertical-align: middle
}

.weui-btn.icon {
	line-height: normal;
	padding: .6em 1.32em .5em
}

.weui-media-box__title .weui-badge {
	padding: .18em .65em .21em
}

.weui-news-info,.weui-news-infoitem {
	font-size: 12px!important;
	color: #b5bcc7
}

.weui-tab {
	background-color: #fff;
	overflow: hidden
}

.weui-tabbar__item {
	padding: 10px 0 5px
}

.weui-tabbar__label {
	color: #2f4050
}

.weui-footer__link {
	font-size: 12px
}

.collapse .weui-flex__item,.weui-cell p,.weui-cells {
	font-size: 15px
}

.weui-cell p em {
	margin-right: 3px;
	color: #b0b7c7
}

.weui-cell:nth-child(2) p em {
	color: #07c160
}

.weui-cell:nth-child(1) p em {
	color: #fc7f2b
}

.weui-cell:nth-child(3) p em {
	color: #10aeff
}

.collapse .weui-flex__item {
	margin-right: 15px
}

.weui-cell_access i {
	margin-right: 4px
}

.weui-cell_link p {
	font-size: 14px
}

.mt0 {
	margin-top: 0
}

.w100 {
	width: 100%!important
}

.xpup-vertical {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.padding075 {
	padding: .75rem
}

.circle {
	border-radius: 50%
}

.weui-panel.nobt:before {
	border-top: 0
}

.weui-media-box_appmsg .weui-media-box__hd {
	width: 72px;
	height: 72px;
	line-height: 72px
}

.weui-media-box__desc {
	line-height: 1.6;
	text-align: justify
}

.page-hd-title .icon-color {
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
	opacity: .7
}

.page-hd-title .icon-color.ask {
	width: 28px;
	height: 28px;
	opacity: .85
}

.page-hd-title i {
	color: #fc7f2b;
	vertical-align: text-bottom;
	font-size: 14px
}

.sitemap .weui-cell {
	padding: 10px 5px
}

.sitemap .weui-cell:before {
	left: 5px
}

.sitemap .weui-cell p {
	font-size: 14px
}

.detail-related .weui-cells:before,.sitemap .weui-panel:before {
	border: 0
}

.xpup-none {
	min-height: 300px;
	text-align: center;
	padding-top: 50px;
	color: #999;
	font-size: 14px
}

.weui-header {
	height: 54px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
	box-sizing: border-box;
	background-color: #fff
}

.weui-header .weui-header-title {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 54px
}

.weui-header .weui-header-left a,.weui-header .weui-header-left a:active {
	color: #fc7f2b;
	font-size: 20px
}

.weui-header .weui-header-left .icon-color {
	vertical-align: -8px
}

.icon-fenxiang,.navbar-top {
	position: absolute;
	right: 9px;
	top: 7px;
	cursor: pointer;
	width: 32px;
	height: 36px;
	text-align: center
}

.navbar-top span {
	display: inline-block;
	width: 18px;
	height: 16px;
	margin-top: 10px;
	position: relative
}

.navbar-top span:hover i,.navbar-top span:hover i::after,.navbar-top span:hover i::before {
	width: 18px
}

.navbar-top i {
	position: absolute;
	top: 11px;
	right: 0;
	display: inline-block;
	width: 12px;
	height: 2px;
	transition: all .25s ease-out 0s;
	background: #747474
}

.navbar-top i::after,.navbar-top i::before {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 18px;
	height: 2px;
	content: '';
	transition: all .25s ease-out 0s;
	background: #fc7f2b
}

.navbar-top i::after {
	top: -9px
}

.navbar-top i::before {
	top: 8px
}

.navbar-top span.active i {
	background: 0 0
}

.navbar-top span.active i::after {
	transform: rotate(45deg);
	top: 0
}

.navbar-top span.active i::before {
	transform: rotate(-45deg);
	top: 0
}

.city-top,.weui-header-left {
	position: absolute;
	left: 13px;
	top: 14px
}

.weui-header-left {
	top: 12px
}

.city-top .icon-color {
	width: 20px;
	height: 20px;
	vertical-align: sub
}

.city-top i {
	vertical-align: middle;
	display: inline-block;
	transition: all .2s;
	-webkit-transition: all .3s;
	font-size: 14px
}

.city-top.active i {
	transform: rotate(180deg)
}

.city-top span {
	margin: 0 3px;
	font-size: 15px
}

.sitemap .weui-cells__title i,.weui-popup__container .weui-cells__title i {
	color: #fc7f2b;
	margin-right: 5px
}

.weui-popup__container .weui-cells__title {
	padding: 0
}

.weui-popup__container .logo {
	height: 44px
}

.icon-fenxiang {
	top: 9px
}

.icon-fenxiang .icon-color {
	width: 27px;
	height: 27px
}

.xpup-fixbar {
	position: fixed;
	right: 0;
	bottom: 92px;
	z-index: 500
}

.xpup-fixbar li {
	margin-top: 20px;
	width: 45px;
	height: 45px;
	border-radius: 20px 0 0 20px;
	background-color: #fff;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,.15);
	text-align: center;
	cursor: pointer
}

.xpup-fixbar li .icon-color {
	width: 26px;
	height: 26px;
	vertical-align: -16px;
	margin-left: 4px
}

.weui-navigator {
	position: relative;
	padding: 5px 0 0;
	margin: 0
}

.weui-navigator-list {
	width: 100%;
	list-style: none;
	display: -webkit-box;
	margin: 0 auto
}

.weui-navigator-list li {
	list-style: none;
	line-height: 37px;
	font-size: 14px;
	text-align: center;
	-webkit-box-flex: 1;
	display: -webkit-box;
	white-space: nowrap;
	-webkit-box-align: center;
	-webkit-box-pack: center
}

.weui-navigator.weui-navigator-wrapper {
	z-index: 1;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden
}

.weui-navigator-list li a {
	text-decoration: none;
	color: #666;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	padding: 0 12px
}

.weui-navigator-list li.weui-state-active a,.weui-navigator-list li.weui-state-hover {
	color: #fc7f2b
}

.weui-navigator-list li.weui-state-active a:after,.weui-navigator-list li.weui-state-hover {
	content: '';
	display: block;
	height: 2px;
	background-color: #fc7f2b
}

.weui-navigator .weui-navigator-list {
	display: table;
	table-layout: fixed;
	white-space: nowrap;
	width: auto
}

.weui-navigator .weui-navigator-list:after {
	content: '';
	clear: both;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden
}

.weui-navigator .weui-navigator-list li {
	display: inline-block
}

.weui-navigator .weui-navigator-list li a em {
	font-size: 12px;
	font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
	opacity: .75
}

.homepage .swiper-pagination-bullet {
	background: #fff;
	opacity: .65
}

.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fc7f2b;
	opacity: 1
}

.ui-grids .weui-grid__icon {
	background-color: #55c3f5;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center
}

.ui-grids .weui-grid__icon i {
	color: #fff;
	font-size: 24px
}

.ui-grids .grid:nth-child(2) .weui-grid__icon {
	background-color: #bd8efa
}

.ui-grids .grid:nth-child(3) .weui-grid__icon {
	background-color: #fec053
}

.ui-grids .grid:nth-child(4) .weui-grid__icon {
	background-color: #74c7cb
}

.ui-grids .grid:nth-child(5) .weui-grid__icon {
	background-color: #6fc59f
}

.ui-grids .grid:nth-child(6) .weui-grid__icon {
	background-color: #f5a748
}

.ui-grids .grid:nth-child(7) .weui-grid__icon {
	background-color: #ff827f
}

.ui-grids .grid:nth-child(8) .weui-grid__icon {
	background-color: #d68ec9
}

.ui-grids .grid:nth-child(9) .weui-grid__icon {
	background-color: #ff7e80
}

.ui-grids .grid:nth-child(10) .weui-grid__icon {
	background-color: #969dfe
}

.ui-grids .grid:nth-child(11) .weui-grid__icon {
	background-color: #72cbc4
}

.ui-grids .grid:nth-child(12) .weui-grid__icon {
	background-color: #92a5bf
}

.xpup-list .weui-news-title {
	font-size: 16px
}

.xpup-list .weui-news-title span {
	color: #878d99;
	margin-left: 6x;
	padding: 1px 5px 2px;
	border-radius: 3px;
	font-size: 13px
}

.xpup-list .weui-news-p {
	font-size: 14px;
	color: #747474
}

.xpup-list .weui-cell {
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5
}

.xpup-list .weui-cell:before {
	border-top: 0
}

.homepage:not(.module-ask) .weui-navbar:after {
	border-color: #2b3344
}

.homepage:not(.module-ask) .weui-navbar+.weui-tab__panel {
	padding-top: 51px
}

.services-tabs,.xpup-aside {
	background: #2b3344;
	padding: 24px 0
}

.services-tabs dd {
	color: #fff;
	font-size: 14px;
	padding-top: 10px
}

.services-tabs ul {
	background-color: #fff;
	margin: 20px 15px 0
}

.services-tabs li {
	border-bottom: 1px solid #eaebf0;
	padding: 15px
}

.services-tabs h4 em {
	background: url(../img/hot.png) no-repeat right;
	background-position: left top;
	margin-left: 5px;
	display: inline-block;
	vertical-align: text-top;
	width: 34px;
	height: 16px
}

.services-tabs h4 em.hot {
	background-image: url(../img/list-hot.png);
	animation: hot infinite 1s linear;
	width: 41px;
	height: 19px
}

.services-tabs p {
	color: #878d99;
	font-size: 14px
}

.services-tabs .desc {
	padding: 10px 0 8px
}

.services-tabs cite,.services-tabs small,.services-tabs span {
	color: #fc7f2b
}

.services-tabs span {
	padding-right: 3px
}

.services-tabs .weui-btn {
	line-height: 2;
	font-size: 12px;
	color: #878d99;
	margin-top: -2px
}

.wiki-like {
	padding: 0 .75rem
}

.wiki-like a {
	display: inline-block;
	margin-right: 1em
}

.xpup-contact {
	display: block;
	overflow: hidden
}

.xpup-contact dl {
	background: url(../img/tit-bg.jpg) no-repeat;
	background-size: cover;
	padding: 18px 15px;
	margin: 0 5px 18px;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	box-shadow: 0 1px 5px 0 rgba(203,210,220,.35);
	transition: all .3s;
	box-sizing: border-box
}

.xpup-contact dt {
	font-size: 16px
}

.xpup-contact dd {
	font-size: 12px;
	padding-top: 8px;
	position: relative;
	color: #878d99
}

.xpup-contact dd i {
	position: absolute;
	right: 0;
	top: -12px;
	font-size: 24px;
	color: #afb3b8
}

.xpup-contact dd button {
	position: absolute;
	right: 0;
	top: -12px;
	color: #fc7f2b;
	border-color: #fc7f2b;
	line-height: 2em;
	padding: .15em .9em 0;
	font-size: 12px
}

.spage {
	background-color: #f3f5fd
}

.xpup-page .laypage-curr,.xpup-page a {
	font-size: 12px
}

.spage .xpup-page a {
	background-color: #fff
}

.menu-left,.menu-right {
	position: fixed;
	left: 0;
	top: 54px;
	bottom: 0;
	overflow-y: scroll
}

.menu-left {
	background: #fff
}

.menu-left li {
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-bottom: 1px solid #f3f5fd
}

.menu-left li.active {
	background: #f3f5fd;
	position: relative;
	border-bottom: 0
}

.menu-left li.active a {
	color: #fc7f2b
}

.menu-left li.active:before {
	content: " ";
	position: absolute;
	display: block;
	width: 2px;
	height: 100%;
	background: #fc7f2b;
	top: 0;
	left: 0
}

.menu-right {
	background: #f3f5fd;
	position: inherit;
	margin-left: 80px;
	right: 0;
	bottom: 0
}

.menu-right.s-content {
	display: none
}

.menu-right.s-content.on {
	display: block
}

.menu-right h4 {
	font-size: 14px;
	color: #646464;
	padding: 4px 0 13px
}

.menu-right h4.tright a {
	color: #fc7f2b;
	font-weight: 400;
	margin-right: .3rem
}

.menu-right ul {
	overflow: hidden
}

.menu-right li {
	text-align: center;
	list-style: none
}

.menu-right li.w-5:nth-child(1) {
	padding-top: .6rem
}

.menu-right li a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #646464;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,.07)
}

.menu-right li:not(.w-5) a {
	font-size: 10px
}

.menu-right li:not(.w-5) a {
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	padding: 4px 6px;
	box-shadow: none
}

.menu-right li a strong {
	font-weight: 400
}

.menu-right li:not(.w-5) a strong {
	color: #fc7f2b
}

.menu-right li a span {
	display: block
}

.menu-right li a img {
	height: 120px;
	width: 100%
}

#article-video {
	margin-bottom: 18px
}

.weui-article h2,.weui-article h3,.weui-article h4 {
	font-size: 18px
}

.layui-elem-quote {
	margin-bottom: 20px;
	padding: 10px 10px 8px;
	line-height: 1.5;
	border-left: 5px solid #b5bcc7;
	border-radius: 0 2px 2px 0;
	background-color: #fafafa;
	font-size: 13px!important;
	text-indent: 0!important
}

.layui-elem-quote.last {
	margin-bottom: 0
}

.layui-elem-quote i {
	margin-right: 5px;
	color: #878d99
}

.layui-quote-nm {
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	background: 0 0
}

.layui-elem-field {
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #e0e0e0
}

.layui-elem-field legend {
	margin-left: 20px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 300
}

.layui-field-title {
	margin: 10px 0;
	border-width: 1px 0 0
}

.layui-field-box {
	padding: 15px
}

.layui-field-title .layui-field-box {
	padding: 10px 0
}

.weui-article p,.weui-c-article p {
	line-height: 1.7
}

.weui-c-article a.kws {
	color: #fc7f2b;
	padding: 0 5px
}

.weui-c-article a.kws.city {
	color: #30aa9e
}

.weui-c-article a.kws:hover {
	text-decoration: none
}

.weui-c-article a.kws.catalog::after {
	content: '\e6fa';
	font-family: iconfont;
	font-size: 14px;
	padding-left: 4px
}

.weui-c-article a.kws.city::before {
	content: '\e9f5';
	font-family: iconfont;
	font-size: 14px;
	padding-right: 4px
}

.prenext .weui-cell {
	padding: 10px 0
}

.prenext .weui-cell:before {
	left: 0
}

.prenext .weui-cell p {
	font-size: 14px
}

.prenext .weui-cell p i {
	color: #fc7f2b;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 12px
}

.goodrate {
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	width: 84px;
	height: 84px;
	text-align: center;
	margin: 1.17647059em auto 0;
	cursor: pointer
}

.goodrate .reply-zan {
	width: 100%;
	color: #b0b7c7
}

.goodrate .reply-zan i {
	font-size: 24px;
	display: block;
	margin: 0 auto
}

.goodrate .reply-zan.zanok {
	color: #fc7f2b
}

.goodrate .reply-zan em {
	font-family: Lato;
	display: block;
	margin: 0 auto
}

.goodrate-tip {
	color: #878d99;
	margin: 1.17647059em 0 2.17647059em
}

.commentTop {
	padding: 12px 16px 10px
}

.comment-post-form {
	padding: 0 15px
}

.comment-post-form .weui-cells__tips {
	font-size: 14px;
	margin-top: 8px
}

.comment-post-form .weui-cells__tips {
	padding-left: 0;
	padding-right: 0
}

.comment-post-form button,.weui-form button,button.custom {
	background: linear-gradient(60deg,#ff9a05,#ff6c00);
	font-size: 14px;
	padding: 2px 0;
	border-radius: 0;
	letter-spacing: 1px
}

.comment-actCount {
	padding-right: 3px
}

.comment-body {
	margin: 15px 0 10px;
	min-height: 0;
	line-height: 24px;
	font-size: 14px
}

.comment-body p {
	margin-bottom: 10px;
	text-indent: 0
}

.comment-body a {
	color: #10aeff
}

.replyform .comment-post-form {
	padding: 0
}

.replyform .weui-cells__tips {
	margin-bottom: 10px
}

.reply {
	margin-bottom: 2px
}

.reply>li {
	position: relative;
	padding: 20px 0 10px;
	border-bottom: 1px dotted #dfdfdf;
	border-radius: 2px
}

.reply>li:last-child {
	border-bottom: none
}

.reply .xpup-none {
	height: 40px;
	min-height: 0
}

.detail-text {
	position: relative;
	line-height: 20px;
	padding: 15px;
	font-size: 13px;
	background-color: #f8f8f8;
	color: #878d99
}

.detail-text dt {
	width: 45px;
	height: 45px;
	margin-right: 10px
}

.detail-text dt img {
	width: 100%;
	border-radius: 2px
}

.detail-text dd {
	line-height: 22px
}

.detail-text dd cite {
	margin-right: 6px
}

.detail-text dd cite.team {
	font-size: 16px
}

.detail-text dd i {
	font-style: normal
}

.comment-list .detail-text {
	background-color: transparent;
	padding: 0
}

.module-ask .detail-text .icon-best {
	font-size: 48px;
	position: absolute;
	right: 15px;
	top: 27px
}

.module-ask .weui-c-meta {
	margin-bottom: 12px
}

.module-ask .weui-content {
	padding-bottom: 0
}

.module-ask .detail-text .weui-badge {
	font-style: normal;
	margin-top: -2px
}

.module-ask .detail-text dd span {
	display: block;
	margin-top: 3px
}

.module-ask .detail-text dt img {
	border-radius: 50%
}

.module-ask .weui-c-article {
	font-size: 15px
}

.module-ask .weui-c-article p {
	font-size: 15px;
	text-indent: 0;
	line-height: 1.6
}

.reply>li.loading {
	border: none
}

.reply>li .comment-parent {
	border: 1px dashed #e5e5e5;
	background: #fffcfa;
	padding: 10px;
	overflow: hidden
}

.reply>li .comment-parent.first {
	margin-top: 15px
}

.reply>li .comment-parent .comment-parent__title {
	color: #333;
	font-size: 13px
}

.reply>li .comment-parent .comment-parent__title span {
	float: right;
	padding-top: 2px
}

.reply>li .comment-parent .comment-parent__title em {
	padding-left: 6px;
	color: #999
}

.reply>li .comment-parent .comment-body {
	margin: 12px 0 0
}

.reply>li .comment-parent+.comment-body {
	margin: 10px 0 0
}

.reply>li .comment-parent>.reply-action {
	text-align: right;
	font-size: 12px
}

.reply>li .comment-parent>.reply-action>cite {
	float: left;
	line-height: 24px;
	color: #999
}

.reply>li .comment-parent>.reply-action>span:last-child {
	padding-right: 0
}

.reply>li .comment-parent>.reply-action>span i {
	font-size: 16px
}

.reply>li#cmtNew {
	border: none;
	padding: 0
}

.reply>li#cmtNew .comment-parent {
	background-color: #ffe;
	margin-top: 10px
}

.reply-action {
	position: relative;
	font-size: 14px;
	text-align: right
}

.reply-action span {
	padding-right: 15px;
	color: #999;
	cursor: pointer
}

.reply-action span:last-child {
	padding-right: 0
}

.reply-action span:hover {
	color: #666
}

.reply-action span i {
	margin-right: 5px;
	font-size: 18px
}

.reply-action span em {
	font-style: normal
}

.reply-action span .icon-tiwen {
	position: relative;
	top: 1px;
	right: 2px;
	font-size: 19px;
	margin-right: 6px
}

.reply-action span.reply-zan:hover,.reply-action span.zanok {
	color: #d00
}

#imgSwiper {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -9999
}

#imgSwiper .swiper-bg {
	background-color: #000;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1
}

.module-article .swiper-pagination {
	position: fixed;
	bottom: 2em
}

.module-article .swiper-pagination-bullet {
	background: #fff
}

.module-article .weui-navbar__item,.module-ask .weui-navbar__item {
	padding: 12px 0 10px;
	font-size: 14px
}

.services-detail-header {
	background-color: #fff;
	padding: 24px 16px 0;
	font-size: 14px
}

.services-detail-header .layui-badge {
	color: #fc7f2b!important;
	font-size: 13px;
	background-color: #f5f6f6!important;
	padding: 4px 6px 3px;
	margin-left: 3px;
	font-weight: 700
}

.services-detail-header .desc {
	color: #979c9b;
	font-size: 13px;
	padding: 14px 0;
	line-height: 22px
}

.services-detail-header .tipsbar {
	background-color: #fffcfa;
	line-height: 80px;
	color: #525959;
	padding: 0 16px;
	margin: 0 -16px 5px
}

.services-detail-header .tipsbar ul {
	float: right;
	padding-top: 11px
}

.services-detail-header .tipsbar li {
	display: inline-block;
	line-height: normal;
	text-align: center;
	padding-left: 20px;
	font-size: 12px;
	color: #979c9b
}

.services-detail-header .tipsbar li em {
	display: block;
	color: #fc7f2b;
	font-size: 20px
}

.services-detail-header .tipsbar li.hide {
	display: none
}

.services-detail-header .tipsbar li a {
	color: #979c9b
}

.services-detail-header .price {
	vertical-align: baseline;
	font-size: 16px
}

.citymap,.quickform {
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box
}

.quickform h4 {
	width: 80px;
	line-height: 28px;
	color: #646464;
	font-weight: 400
}

.citymap a,.quickform li {
	display: inline-block;
	font-size: 12px;
	line-height: 28px
}

.citymap a,.quickform li {
	padding: 0 13px;
	color: #646464;
	border: 1px solid #e2e2e2;
	margin: 0 6px 10px 0;
	cursor: pointer;
	position: relative
}

.citymap a.province,.quickform li.on {
	color: #fc7f2b;
	border: 2px solid #fc7f2b;
	padding: 0 12px;
	margin-bottom: 9px
}

.citymap a.province::after,.quickform li.on:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 8px solid #fc7f2b;
	border-left: 8px solid transparent;
	right: 0;
	bottom: 0;
	position: absolute
}

.citymap a:last-child,.quickform li:last-child {
	margin-right: 0
}

.advatage {
	padding-top: 12px
}

.advatage li {
	padding: 0 9px 0 7px;
	line-height: normal;
	border-right: 1px #eee solid;
	display: inline-block;
	font-size: 12px;
	color: #979c9b
}

.advatage li:first-child {
	padding-left: 0
}

.advatage li:last-child {
	border: 0;
	padding-right: 0
}

.advatage li i {
	color: #07c160;
	vertical-align: middle;
	padding-right: 4px;
	font-size: 14px
}

.weui-form {
	border-bottom: 1px dashed #e2e2e2;
	padding: 0 0 15px
}

.weui-form .weui-cells__title {
	padding: 0;
	margin-top: 6px
}

.weui-form .weui-cell {
	padding: 0
}

.weui-form .weui-cells::after,.weui-form .weui-cells::before {
	border: 0
}

.weui-form .weui-input.custom {
	text-indent: 30px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	box-sizing: border-box;
	height: 39px;
	line-height: 41px;
	overflow: hidden
}

.weui-form em {
	position: absolute;
	left: 10px;
	top: 8px;
	color: #fc7f2b
}

.weui-form img {
	position: absolute;
	right: 5px;
	top: 7px;
	width: 28px;
	height: 28px
}

.services-detail-faq dl {
	padding: 0 15px 15px
}

.services-detail-faq .lianbei-answer::before {
	content: '\e63a'
}

.services-detail-faq .lianbei-question::before {
	content: '\e639'
}

.services-detail-ensure dd h6,.services-detail-faq dt {
	font-size: 16px;
	line-height: 32px
}

.services-detail-ensure dd p,.services-detail-faq dd {
	font-size: 14px;
	color: #747474;
	padding-top: 8px
}

.services-detail-faq dd em,.services-detail-faq dt em {
	font-size: 24px;
	color: #fc7f2b;
	padding-right: 8px;
	vertical-align: middle
}

.services-detail-faq dd {
	line-height: 24px
}

.services-detail-faq dd em.lianbei-answer {
	color: #10aeff
}

.weui-vcode-img {
	height: 24px;
	cursor: pointer
}

.module-ask.add .weui-cell_select-before .weui-cell__hd:before {
	display: none
}

.module-ask.add .weui-cells__tips img {
	vertical-align: middle;
	height: 32px!important
}

.required::after {
	content: '*';
	color: red;
	position: absolute;
	right: 15px;
	margin-top: 2px
}

.textarea.required::after {
	top: 10px
}

.banner {
	line-height: normal;
	overflow: hidden;
	margin-bottom: -4px
}

.xpup-aside {
	background: url(../img/bg-speical.jpg) no-repeat;
	background-size: cover
}

.xpup-aside h4 {
	font-size: 16px;
	font-weight: 400
}

.xpup-aside .padding-all:last-child {
	padding-bottom: 0
}

.xpup-aside li {
	padding: 5px;
	text-align: center
}

.isheight .inner {
	min-height: 136px
}

.isheight2 .inner {
	min-height: 165px
}

.xpup-aside li .inner {
	border: 1px solid rgba(255,255,255,0);
	border-radius: 4px;
	background-color: rgba(255,255,255,.08);
	padding: 18px 10px
}

.xpup-aside li .inner.tleft {
	padding: 6px 10px
}

.xpup-aside li i {
	font-size: 40px
}

.xpup-aside li h6 {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400
}

.xpup-aside.one li h6 {
	font-size: 14px
}

.xpup-aside li h6 em {
	margin-right: 4px;
	color: #fc7f2b
}

.xpup-aside li p {
	font-size: 13px;
	opacity: .75;
	line-height: 1.7
}

.xpup-aside li h6+p {
	margin-top: 6px
}

.xpup-aside li pre {
	border-color: #ffb800;
	text-align: left;
	background-color: rgba(255,255,255,.08);
	padding: 5px 10px;
	margin-bottom: 0
}

.xpup-aside li pre:nth-child(2) {
	margin-top: 15px;
	border-color: #18cdff
}

.xpup-aside.cases li i {
	font-size: 16px;
	margin-right: 5px;
	color: #fff;
	vertical-align: middle
}

.xpup-aside .weui-badge {
	background-color: #fc7f2b;
	margin: 6px 0 4px
}

.citymap li {
	margin-top: 8px
}

.padding-all {
	padding: 10px
}

.w-3 {
	width: 33.33%;
	float: left;
	padding: 0 .3rem .6rem;
	box-sizing: border-box;
	position: relative
}

.w-3.w-5 {
	width: 100%
}

.page-grey {
	background: url(../img/bg-grey.jpg) repeat-y;
	background-size: 100% auto;
	overflow: hidden
}

.services-detail-header .weui-cells {
	background-color: transparent
}

html.page-for-v2 {
	padding-top: 0
}

.wrapper-header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 500;
	background-color: rgba(0,0,0,.25);
	width: 100%
}

.wrapper-header .wrapper {
	margin: 0 11px 0 17px;
	height: 60px;
	position: relative
}

.wrapper-header .logo {
	position: absolute;
	left: 0;
	top: 15px
}

.wrapper-header .logo img {
	width: auto;
	height: 32px;
	vertical-align: bottom
}

.wrapper-header .logo .home {
	display: none
}

.wrapper-header .desc {
	position: relative;
	font-size: 13px;
	white-space: nowrap;
	font-weight: 300;
	color: #fff;
	height: 29px;
	line-height: 29px;
	margin-left: 25px;
	letter-spacing: 1px
}

.wrapper-header .desc:after {
	position: absolute;
	top: 50%;
	left: -12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 20px;
	background: hsla(0,0%,100%,.2)
}

.wrapper-header.showbg {
	background-color: #fff!important;
	box-shadow: 0 2px 8px rgba(0,0,0,.3)
}

.wrapper-header.showbg .layui-nav .layui-nav-item a.main {
	color: #646464
}

.wrapper-header.showbg .logo img {
	display: none
}

.wrapper-header.showbg .logo .home {
	display: inline-block
}

.wrapper-header.showbg .desc {
	color: #878d99
}

.wrapper-header.showbg .desc:after {
	background: #eee
}

.wrapper-header .navbar-top {
	right: -1px
}

.wrapper-header .navbar-top i,.wrapper-header .navbar-top i::after,.wrapper-header .navbar-top i::before {
	background: rgba(255,255,255,.7)
}

.wrapper-header.showbg .navbar-top i::after,.wrapper-header.showbg .navbar-top i::before {
	background: #fc7f2b!important
}

.wrapper-header.showbg .navbar-top i {
	background: #747474!important
}

.wrapper-banner {
	background: url(../slider/swch.jpg) no-repeat center;
	padding: 40px 0
}

.wrapper-banner .quickform li,.wrapper-banner .weui-form .weui-input.custom {
	background-color: #fff
}

.wrapper-banner .services-detail-header {
	background-color: rgba(255,255,255,.15);
	padding: 6px 12.5px 15px;
	border-radius: 3px;
	margin: 0 auto;
	max-width: 975px
}

.wrapper-banner .weui-form {
	border-bottom: 0;
	padding: 0
}

.wrapper-banner .weui-cells__title {
	color: #fff;
	opacity: .85
}

.wrapper-banner .focus {
	text-align: center;
	color: #fff;
	border-color: rgba(255,255,255,.3);
	margin-bottom: 72px;
	letter-spacing: 1px
}

.wrapper-banner .focus legend {
	margin-left: 0;
	font-size: 40px;
	text-shadow: 0 3px 32px rgb(222 219 219 / 18%)
}

.wrapper-banner .focus legend small {
	color: #fff;
	padding: 0 10px
}

.wrapper-banner .focus dl {
	color: #fff
}

.wrapper-banner .focus dt {
	font-size: 28px;
	margin: 60px 0 75px
}

.wrapper-banner .focus dt em {
	padding: 0 8px;
	font-family: Lato;
	font-weight: 700
}

.wrapper-banner .focus dt em:last-child {
	padding-right: 0
}

.wrapper-banner .focus dd {
	display: block;
	color: #fff;
	font-size: 20px
}

.wrapper-banner .focus dd span {
	font-size: 22px;
	font-weight: 700;
	text-shadow: 0 1px 2px rgb(176 157 144 / 76%);
	margin-right: 15px
}

.wrapper-banner .focus dd span:last-child {
	margin-right: 0
}

.wrapper-banner .focus dd span i {
	font-size: 22px;
	font-weight: 300;
	margin-right: 10px
}

.titlebar {
	text-align: center;
	position: relative
}

.titlebar h1,.titlebar h2 {
	font-size: 32px;
	margin-bottom: 30px;
	display: inline-block;
	color: #333;
	position: relative;
	z-index: 2;
	font-weight: 400
}

.titlebar small {
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	left: 0;
	top: -48px;
	font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
	font-size: 80px;
	color: #f3f3f4;
	z-index: 1;
	text-align: center
}

.titlebar cite {
	font-size: 16px;
	display: block;
	padding: 10px 12.5px 0;
	color: #878d99
}

.titlebar em {
	background-color: #fc7f2b;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	display: block
}

.titlebar.white * {
	color: #fff
}

.titlebar.white small {
	opacity: .25
}

.titlebar.inner {
	margin-top: 50px
}

.titlebar.inner h1 {
	margin-bottom: 30px;
	letter-spacing: 1px;
	font-size: 32px
}

.layui-table {
	width: 100%;
	background-color: #fff;
	color: #666
}

.layui-table tr {
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-table th {
	text-align: left;
	font-weight: 400
}

.layui-table tbody tr:hover,.layui-table thead tr,.layui-table-click,.layui-table-header,.layui-table-hover,.layui-table-mend,.layui-table-patch,.layui-table-tool,.layui-table-total,.layui-table-total tr,.layui-table[lay-even] tr:nth-child(even) {
	background-color: #fafafa
}

.layui-table td,.layui-table th,.layui-table-col-set,.layui-table-fixed-r,.layui-table-grid-down,.layui-table-header,.layui-table-page,.layui-table-tips-main,.layui-table-tool,.layui-table-total,.layui-table-view,.layui-table[lay-skin=line],.layui-table[lay-skin=row] {
	border-width: 1px;
	border-style: solid;
	border-color: #eee
}

.layui-table td,.layui-table th {
	position: relative;
	padding: 9px 15px;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px
}

.layui-table[lay-skin=line] td,.layui-table[lay-skin=line] th {
	border-width: 0 0 1px
}

.layui-table[lay-skin=row] td,.layui-table[lay-skin=row] th {
	border-width: 0 1px 0 0
}

.layui-table[lay-skin=nob] td,.layui-table[lay-skin=nob] th {
	border: none
}

.layui-table img {
	max-width: 100px
}

.layui-table[lay-size=lg] td,.layui-table[lay-size=lg] th {
	padding: 15px 30px
}

.layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
	height: 40px;
	line-height: 40px
}

.layui-table[lay-size=sm] td,.layui-table[lay-size=sm] th {
	font-size: 12px;
	padding: 5px 10px
}

.layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
	height: 20px;
	line-height: 20px
}

.layui-table[lay-data] {
	display: none
}

.layui-table tbody tr:hover,.layui-table thead tr,.layui-table-click,.layui-table-header,.layui-table-hover,.layui-table-mend,.layui-table-patch,.layui-table-tool,.layui-table-total,.layui-table-total tr,.layui-table[lay-even] tr:nth-child(even) {
	background-color: #e9f4ff
}

.layui-table td,.layui-table th,.layui-table-col-set,.layui-table-fixed-r,.layui-table-grid-down,.layui-table-header,.layui-table-page,.layui-table-tips-main,.layui-table-tool,.layui-table-total,.layui-table-view,.layui-table[lay-skin=line],.layui-table[lay-skin=row] {
	border-color: #def
}

.layui-table.custom th {
	text-align: center;
	font-weight: 700
}

.layui-table.nohover tbody tr:hover {
	background-color: #fff
}

.layui-table.lhyg th {
	background-color: #fff;
	border-color: #eef3fe
}

.layui-table.lhyg td {
	border-color: #eef3fe;
	word-break: break-all
}

.layui-table.lhyg td:nth-child(3n),.layui-table.lhyg th:nth-child(3n) {
	color: #1094fa
}

html.page-for-v2 {
	max-width: 100%
}

html.page-for-v2 .lb-fluid {
	max-width: 1000px;
	margin: 0 auto;
	clear: both;
	overflow: hidden
}

.lb-pad {
	padding: 70px 0 0
}

.lb-pad.wrapper-last {
	padding-bottom: 0
}

.page-for-v2 .weui-navbar {
	background: 0 0
}

.page-for-v2 .weui-navbar:after {
	border-color: #e6e6e6
}

.page-for-v2 .weui-navbar.hasbg:after,.page-for-v2 .weui-navbar__item.tab-primary {
	border: 0
}

.page-for-v2 .weui-navbar__item.tab-primary:before {
	content: '';
	display: block;
	height: 2px;
	background-color: #fc7f2b;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px
}

.page-for-v2 .weui-navbar.hasbg {
	box-sizing: border-box
}

.page-for-v2 .weui-navbar.hasbg .weui-navbar__item {
	border-radius: 30px;
	padding: 8px 0;
	margin: 0 6.25px
}

.page-for-v2 .weui-navbar.hasbg .weui-navbar__item:first-child {
	margin-left: 12.5px
}

.page-for-v2 .weui-navbar.hasbg .weui-navbar__item:last-child {
	margin-right: 12.5px
}

.page-for-v2 .weui-navbar.hasbg .weui-navbar__item.tab-primary {
	background-color: #fc7f2b;
	color: #fff
}

.page-for-v2 .weui-navbar__item {
	font-size: 14px
}

.page-for-v2 .weui-news-item {
	border-color: #eee
}

.cases-sub__content {
	display: none
}

.cases-sub__content.on {
	display: block
}

.cases-sub__content p.single {
	line-height: 28px;
	font-size: 15px;
	color: #646464
}

.cases-sub__content p.single i {
	color: #fc7f2b;
	padding-right: 5px
}

.cases-tab .layui-elem-quote {
	margin: 18px 0 24px
}

.cases-sub-title {
	position: relative;
	height: 9.8666666667vw;
	border-radius: 0 1.0666666667vw 0 1.0666666667vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #eee;
	margin-bottom: 20px
}

.cases-sub-title li {
	color: #777c7f;
	height: 9.8666666667vw;
	width: 48%;
	text-align: left;
	padding-left: 3.2vw;
	line-height: 9.8666666667vw;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 3.2vw;
	position: absolute;
	bottom: 0;
	box-sizing: border-box
}

.cases-sub-title li.on {
	width: 52%;
	height: 10.6666666667vw;
	line-height: 10.6666666667vw;
	text-align: left;
	color: #fff;
	font-size: 3.2vw;
	border-radius: 0 1.0666666667vw 0 0
}

.cases-sub-title li:first-child {
	left: 0
}

.cases-sub-title li:last-child {
	right: 0;
	padding-left: 2.4vw
}

.cases-sub-title li:first-child.on {
	background-image: url(../img/case-l.png)
}

.cases-sub-title li:last-child.on {
	background-image: url(../img/case-r.png);
	padding-left: 4.4vw
}

.cases-sub-title li .number {
	font-size: 5.3333333333vw;
	font-weight: 700;
	color: #666;
	padding: 0 5px
}

.cases-sub-title li.on .number {
	color: #fff
}

.cases-sub-title li .percent {
	top: 1.3333333333vw;
	right: 3.2vw;
	position: absolute;
	width: 8.2666666667vw;
	height: 4vw;
	background: #ff6900
}

.cases-sub-title li .percent em {
	position: absolute;
	top: -1.7vw;
	left: 1.0666666667vw;
	z-index: 5;
	font-size: 2.8vw;
	font-weight: 400;
	color: #fff;
	font-family: Lato
}

.cases-sub-title li .percent:after {
	position: absolute;
	content: "";
	top: 4vw;
	width: 0;
	height: 0;
	left: -1.0666666667vw;
	border-top: 4.2666666667vw solid #ff6900;
	border-left: 5.3333333333vw solid transparent;
	border-right: 5.3333333333vw solid transparent
}

.cases-sub-title li.on .percent {
	background: #fff
}

.cases-sub-title li.on .percent em {
	color: #ff6900;
	font-weight: 700
}

.cases-sub-title li.on .percent:after {
	border-top: 4.2666666667vw solid #fff
}

.cases-btn {
	height: 44px;
	line-height: 44px;
	background-color: #ff9a05;
	background-image: linear-gradient(180deg,#ff9a05,#ff6c00);
	text-align: center;
	box-shadow: -1px 1.0666666667vw 2.4vw 0 rgba(255,164,100,.38);
	margin: 20px auto 0;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 0 18px;
	border-radius: 4px;
	box-sizing: border-box
}

.layui-elem-quote.custom {
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	background-color: #fafafa;
	color: #878d99;
	text-align: left
}

.layui-elem-quote.custom.other {
	border: none;
	background-color: #f7f8fc;
	border-radius: 5px;
	text-align: justify;
	padding: 15px 15px 10px
}

.layui-elem-quote.custom .line {
	display: block;
	margin: 6px 0;
	width: 100%;
	height: 0;
	overflow: hidden
}

.layui-elem-quote.custom i {
	color: #fc7f2b;
	padding-right: 1px
}

.layui-elem-quote.custom i.lb-zhaiyao {
	color: #35beb0
}

.layui-elem-quote.custom i.lb-moshi {
	color: #1094fa
}

.layui-elem-quote.custom i.lb-tishi {
	color: #dd448e
}

.layui-elem-quote.custom a {
	color: #d00;
	padding-left: 15px
}

.layui-elem-quote.custom strong {
	margin-bottom: 6px;
	display: inline-block
}

.layui-timeline {
	padding-left: 5px
}

.layui-timeline-item {
	position: relative;
	padding-bottom: 10px
}

.layui-timeline-item:before {
	background-color: #eee
}

.layui-timeline-axis {
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	color: #5fb878;
	border-radius: 50%;
	text-align: center;
	cursor: pointer
}

.layui-timeline-axis:hover {
	color: #ff5722
}

.layui-timeline-item:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 0;
	width: 1px;
	height: 100%
}

.layui-timeline-item:first-child:before {
	display: block
}

.layui-timeline-item:last-child:before {
	display: none
}

.layui-timeline-content {
	padding-left: 25px
}

.layui-timeline-title {
	position: relative;
	margin-bottom: 10px;
	line-height: 22px
}

.layui-text {
	line-height: 1.6;
	font-size: 14px;
	color: #666
}

.layui-text h1,.layui-text h2,.layui-text h3 {
	font-weight: 500;
	color: #333
}

.layui-text h1 {
	font-size: 30px
}

.layui-text h2 {
	font-size: 24px
}

.layui-text h3 {
	font-size: 18px
}

.layui-text a:not(.layui-btn) {
	color: #01aaed
}

.layui-text a:not(.layui-btn):hover {
	text-decoration: underline
}

.layui-text ul {
	padding: 5px 0 5px 15px
}

.layui-text ul li {
	margin-top: 5px;
	list-style-type: disc
}

.layui-text em,.layui-word-aux {
	color: #999!important;
	padding-left: 5px!important;
	padding-right: 5px!important
}

.layui-text p {
	margin: 10px 0
}

.layui-text p:first-child {
	margin-top: 0
}

.wrapper-timeline {
	background: url(../img/bg-timeline.jpg) no-repeat center center #f7f8fc
}

.wrapper-timeline .layui-timeline {
	padding: 0 5px
}

.wrapper-timeline .layui-text ul li {
	list-style-type: circle
}

.wrapper-timeline .layui-timeline p {
	text-align: justify;
	font-size: 14px;
	color: #666
}

.wrapper-timeline .layui-timeline h4 {
	font-weight: 700
}

.wrapper-timeline .layui-timeline-axis {
	font-size: 16px;
	width: 16px;
	height: 16px;
	color: #fc7f2b
}

.wrapper-timeline .layui-timeline-item:before {
	left: 2px
}

.wrapper-timeline .layui-timeline span {
	color: #1e9fff
}

.wrapper-timeline .layui-timeline-item:last-child .layui-timeline-title {
	margin-bottom: 0
}

.wrapper-timeline .layui-timeline.zrr .layui-timeline-axis {
	width: 22px;
	height: 22px;
	font-size: 14px
}

.wrapper-timeline .layui-timeline-axis.lb-circle {
	top: 1px
}

.wrapper-infos {
	padding-bottom: 0;
	margin-top: 70px!important
}

.wrapper-infos h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 400
}

.wrapper-infos .layui-row {
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,.1)
}

.wrapper-infos .layui-table {
	margin: 20px 0 30px
}

.wrapper-step dl {
	text-align: center
}

.wrapper-step.custom .icon-color {
	fill: #878d99
}

.wrapper-step.shadow dl {
	box-shadow: 0 0 7px 0 rgba(135,140,179,.15)
}

.wrapper-step.shadow dl:hover {
	box-shadow: 0 2px 13px 0 rgba(135,140,179,.3)
}

.wrapper-step dl:hover dd,.wrapper-step dl:hover dd em {
	border-color: #fc7f2b
}

.wrapper-step dd {
	border-bottom: 5px solid #b0b7c7;
	padding-bottom: 32px;
	text-align: center;
	background-color: #fff;
	line-height: 22px;
	z-index: 2;
	position: relative;
	border-radius: 6px
}

.wrapper-step dd em {
	border-bottom: 3px solid #b0b7c7;
	display: block;
	width: 28px;
	margin: 0 auto 20px
}

.wrapper-step dd .icon-color {
	margin-top: 32px
}

.wrapper-step dd cite {
	position: absolute;
	z-index: -1;
	right: 40px;
	bottom: 75px;
	color: #f4f6f7;
	font-size: 130px;
	font-family: Impact,Arial,raleway;
	font-weight: 700;
	font-style: italic
}

.wrapper-news h4,.wrapper-step h4 {
	font-size: 16px;
	padding: 18px 0;
	color: #333;
	font-weight: 400
}

.wrapper-news dd,.wrapper-step p {
	color: #878d99;
	padding: 0 10px;
	line-height: 22px
}

.wrapper-step li {
	text-align: left;
	line-height: 28px;
	padding: 0 20px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #646464
}

.wrapper-step li::before {
	content: '◦';
	color: #fc7f2b;
	font-size: 20px;
	padding-right: 6px;
	vertical-align: -2px
}

.layui-col-space30>* {
	padding: 10px
}

.layui-col-md3,.layui-col-sm3,.layui-col-xs6 {
	float: left;
	box-sizing: border-box
}

.wrapper-services {
	background: url(../img/bg-grey.jpg) no-repeat center bottom #f7f8fa;
	padding: 70px 0
}

.wrapper-services.inner {
	background: url(../img/bg-white.jpg) no-repeat 0 0 #fff
}

.wrapper-services .weui-tab {
	max-width: 1000px;
	margin: 0 auto
}

.wrapper-services .weui-tab__content {
	background-color: #fff;
	padding: 40px 30px;
	margin: 30px 12.5px 10px;
	border-radius: 3px;
	max-width: 1000px
}

.wrapper-services h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px
}

.wrapper-services p {
	font-size: 16px;
	padding-top: 15px;
	line-height: 22px;
	color: #646464
}

.wrapper-services table {
	margin-top: 24px
}

@media screen and (min-width:768px) {
	.xpup-contact .china {
		width: 40%;
		float: left
	}

	.xpup-contact .address {
		width: 58%;
		float: right
	}

	.w-3.w-5 {
		width: 50%
	}

	.menu-right li a img {
		height: auto
	}

	.menu-right li.w-5:nth-child(1) {
		padding-top: 0
	}

	.ui-grids.partner li {
		width: 20%
	}

	.xpup-aside li {
		padding: 7.5px
	}

	.md-2th li {
		width: 50%
	}

	.md-3th li {
		width: 33.33333333%
	}

	.md-4th li {
		width: 25%
	}

	.md-5th li {
		width: 20%
	}

	.cases-sub-title {
		height: 40px
	}

	.cases-sub-title li {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		letter-spacing: 1px
	}

	.cases-sub-title li.on {
		height: 46px;
		line-height: 46px;
		font-size: 15px;
		text-align: center
	}

	.cases-sub-title li .number {
		font-size: 20px
	}

	.cases-sub-title li .percent {
		width: 28px;
		height: 16px;
		top: 6px;
		right: 18px
	}

	.cases-sub-title li .percent em {
		font-size: 10px;
		left: 2px;
		top: -10px;
		letter-spacing: 0
	}

	.cases-sub-title li .percent:after {
		top: 16px;
		left: -7px;
		border-top: 13px solid #ff6900;
		border-left: 21px solid transparent;
		border-right: 21px solid transparent
	}

	.cases-sub-title li.on .percent {
		top: 9px
	}

	.cases-sub-title li.on .percent em {
		top: -13px
	}

	.cases-sub-title li.on .percent:after {
		border-top: 13px solid #fff
	}

	.layui-col-sm6 {
		width: 50%
	}

	.layui-col-sm4,.layui-col-xs6.layui-col-sm4 {
		width: 33.333333333%
	}
}

@media screen and (min-width:992px) {
	.layui-col-md3 {
		width: 25%
	}

	.layui-col-md4 {
		width: 33.333333333%
	}

	.layui-hide-md {
		display: none!important
	}
}

@media screen and (min-width:1200px) {
	.wrapper-services p img {
		padding-top: 10px
	}

	.weui-navbar.hasbg+.weui-tab__panel {
		padding-top: 64px
	}
}

@media screen and (min-width:1440px) {
	.wrapper-banner {
		background-size: cover
	}
}

@media screen and (max-width:1400px) {
	.wrapper-banner .focus legend {
		font-size: 24px
	}

	.wrapper-banner .focus {
		margin: 45px auto 32px;
		max-width: 1000px
	}

	.wrapper-banner .focus .layui-field-box {
		padding: 15px 10px 25px
	}

	.wrapper-banner .focus dt {
		font-size: 18px;
		margin: 10px auto 20px
	}

	.wrapper-banner .focus dt em {
		padding: 0 5px
	}

	.wrapper-banner .focus dd * {
		font-size: 16px!important
	}

	.wrapper-banner .focus dd span {
		margin-right: 10px
	}

	.wrapper-step dd {
		padding-bottom: 24px;
		font-size: 13px
	}

	.wrapper-step dd cite {
		font-size: 100px;
		bottom: 60px;
		right: 30px
	}

	.wrapper-step li {
		padding: 0 15px
	}
}

@media screen and (max-width:1199px) {
	.titlebar h1,.titlebar h2 {
		margin-bottom: 24px;
		text-align: center
	}

	.titlebar.inner {
		margin-top: 40px
	}

	.titlebar.inner h1 {
		margin-bottom: 10px;
		font-size: 24px
	}

	.wrapper-services .weui-tab__content {
		padding: 20px 15px
	}

	.wrapper-services h4 {
		font-size: 18px
	}

	.wrapper-services p {
		font-size: 14px
	}
}

@media screen and (device-width:768px) {
	.xpup-contact .china {
		width: 49.5%
	}

	.xpup-contact .address {
		width: 48.5%
	}
}

@media screen and (max-width:768px) {
	.lb-pad {
		padding: 40px 0 0
	}

	.index-spacing {
		padding: 0 12.5px
	}

	.index-spacing-last {
		padding: 0 12.5px 12.5px
	}

	.wrapper-step .index-spacing {
		padding: 0 5px
	}

	.titlebar h1,.titlebar h2 {
		font-size: 22px;
		margin-bottom: 20px
	}

	.titlebar cite {
		font-size: 14px
	}

	.titlebar small {
		font-size: 48px;
		top: -30px
	}

	.page-for-v2 .weui-navbar.hasbg .weui-navbar__item {
		padding: 5px 0
	}

	.wrapper-banner.hastable {
		padding-bottom: 80px
	}

	.wrapper-infos {
		margin-top: -80px!important;
		padding: 30px 0 0
	}

	.wrapper-infos .layui-row {
		padding: 24px 18px
	}

	.wrapper-infos .layui-table {
		margin: 15px 0 20px
	}

	.layui-col-xs6 {
		width: 50%
	}

	.layui-hide-xs {
		display: none!important
	}

	.wrapper-services {
		padding: 40px 0 30px
	}

	.wrapper-services .weui-tab__content {
		margin: 18px auto 0
	}

	.wrapper-services .titlebar h2 {
		margin-bottom: 6px
	}
}

@media screen and (max-width:750px) {
	.ui-grids.partner li:last-child {
		display: none
	}

	.wrapper-header .logo img {
		height: 28px;
		margin-top: 2px
	}

	.wrapper-header .desc {
		margin-left: 18px
	}

	.wrapper-header .desc:after {
		left: -11px;
		height: 13px
	}

	.wrapper-banner .focus legend {
		font-size: 20px
	}

	.wrapper-banner .focus legend small {
		padding: 0 6px
	}

	.wrapper-banner .focus {
		letter-spacing: 0
	}

	.wrapper-banner .focus dt {
		font-size: 16px;
		line-height: 24px
	}

	.wrapper-banner .focus dd * {
		font-size: 13px!important
	}

	.wrapper-banner .focus dd span,.wrapper-banner .focus dd span i {
		margin-right: 5px
	}

	.wrapper-step dd h4 span {
		display: block;
		margin-top: 20px
	}

	.cases-btn {
		height: 38px;
		line-height: 38px;
		margin: 18px 12.5px 0;
		display: block;
		font-size: 14px;
		letter-spacing: 1px
	}
}

@media screen and (max-width:320px) {
	.wrapper-banner .focus dd span:last-child {
		display: none
	}

	.wrapper-services .layui-tab-title li {
		margin: 0;
		padding: 0 6px;
		min-width: auto
	}

	.page-for-v2 .weui-navbar.hasbg .weui-navbar__item,.page-for-v2 .weui-navbar__item {
		font-size: 12px
	}
}

.xpup-related {
	overflow: hidden;
	border: 1px dashed #f9e59f;
	background: #fffcf1;
	margin: 0 0 1em;
	padding: .8em 1em;
	box-sizing: border-box
}

.xpup-related dt {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: .2em
}

.xpup-related dd {
	font-size: 14px;
	margin: .5em 0
}

.xpup-related dd:last-child {
	margin-bottom: 0
}