@charset "utf-8";

/* 浏览器样式重置 */
html { font-size: 62.5%; }
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
img {
	border: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
li { list-style: none; }
:link, :visited, ins { text-decoration: none; }
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
sub, sup {
	font-size: 100%;
	vertical-align: baseline;
}
blockquote, q { quotes: "\201C" "\201D" "\2018" "\2019"; }
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline: none;
	-webkit-appearance:none;
}
input[type="number"]{-moz-appearance:textfield;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
textarea{
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
i, em { font-style: normal; }
a {
	color: #333;
	text-decoration: none;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }

/* 辅助样式 */
.hide { display: none; }
.posr { position: relative; }
.posa { position: absolute; }
.posf { position: fixed; }
.dib { display: inline-block; }
.db { display: block; }
.df {
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.tac { text-align: center; }
.fr { float: right; }
.fl { float: left; }
.ovh { overflow: hidden; }
.bdn { border: none !important; }
.curp { cursor: pointer; }
.bxsz {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bgcp {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.maw100 { max-width: 100%; }
.fz12 { font-size: 12px; }
.fz13 { font-size: 13px; }
.fz14 { font-size: 14px; }
.fz16 { font-size: 16px; }
.fz18 { font-size: 18px; }
.fz20 { font-size: 20px; }
.fwb { font-weight: bold; }
.plpr10 {
	padding-left: 10px;
	padding-right: 10px;
}
.h45 { height: 45px; }
.lh45 { line-height: 45px; }
.c2 { color: #222; }
.c3 { color: #333; }
.c6 { color: #666; }
.c7 { color: #777; }
.c8 { color: #888; }
.c9 { color: #999; }
.ca { color: #aaa; }
.c2b { color: #2b2b2b; }
.c39 { color: #393939; }
.c378de9 { color: #378de9; }
.c4791e0 { color: #4791e0; }
.c4ba0fc { color: #4ba0fc; }
.c62a6ef { color: #62a6ef; }
.cfe5d44 { color: #fe5d44; }
.cff6652 { color: #ff6652; }
.ce82628 { color: #e82628; }
.white { color: #fff; }
.bgf0 { background-color: #f0f0f0; }
.bgf { background-color: #fff; }
.hCenter {
	margin-left: auto;
	margin-right: auto;
}
.ma { margin: auto; }
.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.objfitcover{ object-fit: cover; }
.cf:after {
	content: '';
	display: table;
	clear: both;
}
.filter-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
::selection{
	background-color:#25a1d7;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.3)
}
::-moz-selection{
	background-color:#25a1d7;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.3)
}
[placeholder]:focus::-webkit-input-placeholder{
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
	opacity:0
}
/*去除表单控件自动填充黄色背景*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }/*使用足够大的纯色内阴影来覆盖控件的黄色背景*/
/* 浏览器样式重置（结束） */

.clearfix:after { /*让外层div包裹整个内层，符合谷歌闭合机制。*/
	content: '.';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}

/*页首*/
body {
	/*padding-top: 50px;*/
	padding-bottom: 51px;
	background-color: #efeff8;
}
.home_header {
	display: none;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 50px;
	font-size: 18px;
    background-color: #235ca9;
    transition: top .5s;
}
.home_header.hidden { top: -50px; }
.top-back {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	line-height: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.top-back:active { background-color: #1b58a9; }
.top-back_txt {
	font-size: 15px;
	color: #fff;
}
.top-back_icon {
	position: relative;
	margin-right: 5px;
	top: -1px;
    display: inline-block;
    width: 10px;
    height: 20px;
    vertical-align: middle;
}
.logo {
	display: block;
	width: 120px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.icon_mark {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
}
.icon_mark a {
	display: block;
	height: 100%;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
}
.icon_mark a:active { background-color: #1b58a9; }
.icon_mark a.classify { background-image: url(../images/classify.png); }
.menu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100vw;
	max-height: -webkit-calc(100vh - 100px);
	max-height: calc(100vh - 100px);
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}
.menuLeft {
	float: left;
	height: -webkit-calc(100vh - 100px);
	background-color: #eaeaea;
	overflow: auto;
}
.menuLeft li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 28px;
	width: 94px;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	background-repeat: no-repeat;
	background-position: 5px center;
	-webkit-background-size: 16px;
	background-size: 16px;
}
.menuLeft li:last-child { border-bottom: none; }
.menuLeft li.current {
	border-right-color: #fff;
	background-color: #fff;
}
.menuLeft li:nth-child(1) { background-image: url(../images/topnav_icon1.png); }
.menuLeft li:nth-child(2) { background-image: url(../images/topnav_icon2.png); }
.menuLeft li:nth-child(3) { background-image: url(../images/topnav_icon3.png); }
.menuLeft li:nth-child(4) { background-image: url(../images/topnav_icon4.png); }
.menuLeft li:nth-child(5) { background-image: url(../images/topnav_icon5.png); }
.menuLeft li:nth-child(6) { background-image: url(../images/topnav_icon6.png); }
.menuLeft li:nth-child(7) { background-image: url(../images/topnav_icon7.png); }
.menuLeft li:nth-child(8) { background-image: url(../images/topnav_icon8.png); }
.menuRight {
	float: right;
	width: -webkit-calc(100vw - 94px);
	width: calc(100vw - 94px);
	max-height: -webkit-calc(100vh - 100px);
	max-height: calc(100vh - 100px);
	overflow: auto;
}
.menuRight .menuContent:not(:first-child) { display: none; }
.menuContent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 14px;
	padding-right: 14px;
	height: 64px;
	border-bottom: 1px solid #eaeaea;
}
.menuContent li:last-child { border-bottom: none; }
.menuContent li a {
	display: block;
	height: 63px;
	line-height: 63px;
	font-size: 13px;
	color: #333;
	background: url(../images/arrow_right.png) no-repeat right center / 7px;
	-webkit-user-select: none;
	user-select: none;
}
.menuContent li:active { background-color: #f1f1f1; }

/* 没有记录 */
.no-record {
	margin-top: 30px;
	margin-bottom: 30px;
}
.no-record > p { margin-bottom: 30px; }

/* 底部固定导航 */
.fixnav {
	width: 100%;
	bottom: 0;
	z-index: 999;
	height: 50px;
	background-color: #efeff4;
	border-top: 1px solid #b2b2b2;
}
.fixnav-list { display: flex; }
.fixnav-list > li {
	width: 100%;
	height: 50px;
}
.fixnav-list > li.active a,
.fixnav-list > li:active a { color: #007aff; }
.fixnav-list > li > a.msg:after { /* 消息红点 */
	content: '';
	position: absolute;
	left: 57px;
	top: 12px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f05345;
}
.fixnav-list > li > a {
	height: 50px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	color: #4c4c4c;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
.fixnav-list > li .navPic {
	position: relative;
	top: 6px;
	display: inline-block;
	width: 25px;
    height: 25px;
	background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.fixnav-list > li:nth-child(1) .navPic { background-image: url(../images/home.png); }
.fixnav-list > li:nth-child(1).active .navPic { background-image: url(../images/home_cur.png); }
.fixnav-list > li:nth-child(2) .navPic { background-image: url(../images/service.png); }
.fixnav-list > li:nth-child(2).active .navPic { background-image: url(../images/service-on.png); }
/*.fixnav-list > li:nth-child(3) .navPic { background-image: url(../images/order.png); }
.fixnav-list > li:nth-child(3).active .navPic { background-image: url(../images/order_cur.png); }*/
.fixnav-list > li:nth-child(3) .navPic { background-image: url(../images/tax.png); }
.fixnav-list > li:nth-child(3).active .navPic { background-image: url(../images/tax-cur.png); }
.fixnav-list > li:nth-child(4) .navPic { background-image: url(../images/progress.png); }
.fixnav-list > li:nth-child(4).active .navPic { background-image: url(../images/progress-cur.png); }
.fixnav-list > li:nth-child(5) .navPic { background-image: url(../images/center.png); }
.fixnav-list > li:nth-child(5).active .navPic { background-image: url(../images/center_cur.png); }

.tel {
	display: none;
    position: fixed;
    right: 12.5px;
    bottom: 80px;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(15,174,83,.8) url(../images/fixTopBar/tel.png) no-repeat center / 50%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

/*loader*/
.loader-inner {
    display: none;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loader-inner > div { background-color: #333 !important; }

/*loading*/
.loading{
	width:100%;height:100%;position:fixed;left:0;top:0;z-index:999;
	background:url(/resource/mobile/images/loading/loading.gif) no-repeat center rgba(255,255,255,0.8);
	display:none;
}

/*悬浮客服*/
.main-nav-icon{
	width:40px;
	height:40px;
	border-radius:50%;
	background:url(/resource/mobile/images/index/nav-icon.png) no-repeat center #2e96ff;
	background-size:20px 20px;
	position:fixed;
	right:20px;
	bottom:70px;
	z-index:999;
}

.main-nav-icon ul{
	position:absolute;
	top:-100px;
	display:none;
}

.main-nav-icon ul li{
	width:40px;
	height:40px;
	border-radius:50%;
	margin-bottom:10px;
}

.main-nav-icon ul li:nth-of-type(1){
	background:url(/resource/mobile/images/index/tel.png) no-repeat center #2e96ff;
	background-size:20px 20px;
}

.main-nav-icon ul li:nth-of-type(2){
	background:url(/resource/mobile/images/index/kf-icon.png) no-repeat center #2e96ff;
	background-size:40px 40px;
}

.main-zgc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	position:fixed;
	left:0;
	top:0;
	display:none;
}

a:hover{
	text-decoration:none;
}