@import url("iconfont.css");
*{margin:0px; padding:0px;}
body{font-size:12px; color:#333; font-family: Microsoft Yahei, Arial, Helvetica, sans-serif; background:#DDD; -webkit-overflow-scrolling:touch;}
ul{list-style-type:none;}
img{border:0;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea { -webkit-appearance: none;}
input,textarea,select {font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;outline:none;}
i{font-style:normal;}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #12b360;
}
a:active {
	text-decoration: none;
}
.b_blue1 {background-color:#507ee8;}
.f_black {color:#000;}
.f_red {color:#C00;}
.f_white {color:#FFF;}
.f_gray {color:#999;}
.f_orange {color:#F60;}
.f_green {color:green;}
.f_blue {color:blue;}
.f_mblue {color:#109BD2;}
.f_dblue {color:#1E60A8;}
.f_gold {color:#F60;}
.f_pink {color:#db4438;}
.f_Arial {font-family:Arial, Helvetica, sans-serif;}
.blod {font-weight:bold !important;}
.noblod {font-weight:normal !important;}
.px11 {font-size:11px;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px15 {font-size:15px;}
.px16 {font-size:16px;}
.px18 {font-size:18px;}
.px20 {font-size:20px;}
.px25 {font-size:25px;}
.px35 {font-size:35px;}
.px50 {font-size:50px;}
.px100 {font-size:100px;}
.fleft {float:left;}
.fright {float:right;}
.mt5  {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt30 {margin-top:30px;}
.mt50 {margin-top:50px;}
.clear {clear:both; line-height:0px;}
.line  {border-bottom:dashed 1px #CCC; margin-bottom:10px; padding-bottom:10px;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.cursor {cursor:pointer;}
.text-ct {text-align:center !important;}
.text-rt {text-align:right;}
.hide{display:none;}
.kk {
	width:100%;
	padding: 0 0.21rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header {
	padding: 0.4rem 0;
	text-align:center;
	background-image: url(../images/banner_index.png);
	background-size: cover;
	background-position: center;
	height: 3.43rem;
	box-sizing: border-box;
}
header.sm {
	text-align:left;
	padding:0.3rem 0.4rem;
}
header.sm h2 {
	margin-top:0;
	line-height:1.5;
}
header .logo {
	display:inline-block;
}
header .logo img {
	width:1rem;
}
header h1 {
	font-size: 0.37rem;
	color:#FFF;
	margin-top:10px;
	font-weight: normal;
	font-style: italic;
}
header h2 {
	font-size: 0.16rem;
	color:#FFF;
	font-weight:300;
	margin-top:5px;
}
.kk h1.tit {
	font-size:0.32rem;
	text-align:center;
}
.kk h2.tit {
	font-size:0.24rem;
	text-align:center;
	font-weight:300;
	line-height:2;
}
.kk article.con {
	font-size:0.25rem;
	line-height:1.5;
	margin:20px 0;
}
.kk article.con a {
	color:inherit;
}
.kk article.con p {
	margin-bottom:0.3rem;
}
.kk article img {
	max-width:100%;
}
.kk.bg {
	background-color:#12b360;
	color:#FFF;
}
.kk .btn a {
	display:block;
	border:solid 1px #FFF;
	background-color:#12b360;
	color:#FFF;
	text-align:center;
	width:100%;
	height:0.7rem;
	line-height:0.7rem;
	font-size:0.3rem;
	margin:15px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.checkvin {
	text-align:center;
}
.checkvin .ipt {
	background-color: #f5f8fe;
	border: solid 1px #e3e9f0;
	height:0.65rem;
	line-height: 0.62rem;
	font-size: 0.24rem;
	width:100%;
	padding:0 5%;
	margin-top:15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: .08rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}
.checkvin .ipt input {
	position: absolute;
	height: 100%;
	right: 0;
	background: none;
	border: none;
	padding: 0 2%;
	font-size: inherit;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checkvin .ipt input.w70 {
	width: 70%;
}
.checkvin .ipt input.w60 {
	width: 58%;
}
.checkvin .ipt select {
	border:none;
	font-size: inherit;
	color: inherit;
	background: transparent;
	color: #aaaaaa;
}
.checkvin .btn {
	width: 100%;
	background-color: #507ee8;
	color:#FFF;
	text-align:center;
	height:0.75rem;
	font-size:0.3rem;
	margin:20px 0;
	border:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 50px;
}
.checkvin .btn2 {
	display: inline-block;
	width: 33%;
	color:#12b360;
	background-color: #f9f9f9;
	text-align:center;
	height:0.75rem;
	font-size:0.3rem;
	margin:20px 5% 20px 0;
	border: solid 2px #12b360;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.checkvin .link {
	font-size: 0.22rem;
	color: #000;
	padding-left:10px;
	line-height: 2;
}
.checkvin .btn1 {
	display:inline-block;
	font-size:0.3rem;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0.08rem 0.20rem;
	margin:10px;
}
.checkvin .btn1 {
	border:solid 1px #333;
	color:#333;
}
.checkvin .btn1 a {
	color:inherit;
}
.checkvin .showpic {
	position: relative;
}
.checkvin .showpic img {
	width: 100%;
	height: 3.8rem;
	border: solid 1px #DDD;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checkvin .showpic .delete {
	width:0.4rem;
	height:0.4rem;
	position: absolute;
	z-index:1;
	top: -0.1rem;
	right: -0.1rem;
	vertical-align:middle;
	cursor:pointer;
}
.checkvin .showpic .delete:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#333;
	border:solid 1px #000;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
	z-index:-1;
}
.checkvin .showpic .delete:after {
	content:"\e636";
	font-size:0.25rem;
	font-family:"iconfont" !important;
	position:absolute;
	width:100%;
	height:100%;
	left: 1px;
	top: 1px;
	line-height:0.4rem;
	text-align:center;
	color:#FFF;
}
.checkvin #filepicker {
	width: 100%;
	height: 2.77rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background-image: url("../images/xsz.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.checkvin #filepicker:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
}
.checkvin #filepicker p {
	color: #fff;
	font-size: 0.3rem;
	width: 100%;
	margin-top: .1rem;
	color: #507ee8;
}
.checkvin .webuploader-pick {
	cursor: pointer;
	width:100%;
	height: 100%;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.checkvin .webuploader-pick:before {
	/* content:""; */
}
.checkvin .webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);/* IE6, IE7*/
	clip: rect(1px,1px,1px,1px);
}
.sevrmem {
	margin:10px 0;
	text-align:center;
}
.sevrmem .list {
	font-size:0.26rem;
	height:0.5rem;
}
.sevrmem .list img {
	width:0.5rem;
	vertical-align:middle;
}
.sevrmem .list span {
	color:#999;
}
.sevrmem .star {
	margin-top:10px;
}
.sevrmem .star span {
	font-family:"iconfont" !important;
	margin:0 2px;
	font-size:0.3rem;
	color:#ffa500;
}
.faq li h3 {
	font-size:0.26rem;
	line-height:2.1;
	font-weight:300;
}
.faq li h3:before {
	font-family:"iconfont" !important;
	content:"\e608";
	font-size:0.18rem;
	margin-right:5px;
}
.faq li p {
	display:none;
	font-size:0.26rem;
	color:#12b360;
	line-height:1.5;
	padding:5px 0 10px 15px;
	text-align:justify;
}
.faq li h3.on {
	color:#12b360;
}
.share li {
	font-size:0.26rem;
	line-height:2.1;
	font-weight:300;
}
.share li:before {
	font-family:"iconfont" !important;
	content:"\e608";
	font-size:0.18rem;
	margin-right:5px;
}
footer {
	background-color: #507ee8;
	padding:0.4rem 0;
	text-align:center;
	font-size:0.25rem;
	color:#FFF;
	line-height:1.5;
	margin-bottom:1rem;
}
footer a {
	color:inherit;
}
.btm {
	position:fixed;
	bottom:0;
	/*left:0;*/
	width:100%;
	height:1rem;
	background-color: #fff;
	text-align:center;
}
.btm ul li {
	display: block;
	width: 32.3333%;
	height:1rem;
	line-height:1rem;
	font-size:0.26rem;
	color:#FFF;
	padding: 0.1rem;
	box-sizing: border-box;
}
.btm ul li a {
	display:block;
	color:inherit;
	color: #333;
	line-height: 1;
	font-size: .22rem;
}
.btm ul li.on {
	background-color:#FFF;
	color:#10a160;
}
.btm ul li a i {
	font-family:"iconfont" !important;
	font-size:0.28rem;
	margin-right:5px;
}
.record li {
	margin-bottom:0.30rem;
	padding-bottom:0.30rem;
	border-bottom:solid 1px #CCC;
	line-height:1.8;
	font-size:0.26rem;
}
.record li:last-child {
	border-bottom:none;
}
.record li a {
	color:inherit;
}
.report {
	font-size:0.26rem;
	position:relative;
	background-color:#FFF;
	padding:0.4rem;
	margin:-0.4rem -0.4rem 0 -0.4rem;
}
.report h1 {
	padding:0.2rem 0;
	font-size:0.4rem;
	font-weight:300;
	color:#FFF;
	text-align:center;
	background-color:#10a160;
}
.report h1:before {
	font-family:"iconfont" !important;
	content:"\e60d";
	margin-right:5px;
	font-size:0.5rem;
	vertical-align:middle;
}
.report h2 {
	font-size:0.28rem;
	line-height:2;
	margin-top:10px;
}
.report h2 span {
	float:right;
	font-size:0.24rem;
	font-weight:300;
	color:#888;
	margin-top:0.06rem;
}
.report h3 {
	line-height:2;
	font-weight:300;
}
.report .head dl {
	line-height: 1.8;
}
.report .head dl dt {
	font-weight: bold;
	font-size:0.3rem;
	color: #10a160;
}
.report p {
	border-bottom:solid 1px #DDD;
	padding-bottom:10px;
	margin-bottom:10px;
}
.report p span {
	float:right;
}
.report p i {
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:0.3rem;
	vertical-align:middle;
}
.report .list {
	border-top:solid 1px #DDD;
}
.report .list:last-child {
	border-bottom:solid 1px #DDD;
}
.report .list .date {
	width:27%;
	float:left;
	text-align:center;
	padding:10px 0;
	font-size: 0.24rem;
	color:#060;
}
.report .list .des {
	width:73%;
	float:left;
	padding:10px 0 10px 10px;
	border-left:solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.24rem;
}
.report .list .des ul li {
	position:relative;
	padding-left:0.8rem;
	margin-bottom:5px;
}
.report .list .des ul li span {
	position:absolute;
	left:0;
	top:0;
	color:#060;
}
.pay {
	margin:0.5rem 0;
	border:solid 2px #CCC;
	padding:0.3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height:2;
	font-size:0.26rem;
	background:#F3F3F3;
}
.pay h1 {
	font-size:0.4rem;
}
.pay span {
	font-size:0.3rem;
	color:#C00;
}
.pay .btn {
	background-color:#12b360;
	color:#FFF;
	text-align:center;
	width:100%;
	height:0.75rem;
	font-size:0.3rem;
	margin:15px 0;
	border:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.mt--50 {
	margin-top: -0.6rem;
}
.bg_fff{
	background: #fff;
	border-radius: .12rem;
	overflow: hidden;
}
.main_nav ul {
	display: flex;
	/* padding: .1rem; */
	box-shadow: 0px 1px 3px 2px #cecece;
}

.main_nav ul li .active {
	display: none;
}

.main_nav ul li .noactive {
}
.main_nav ul li.on .active {
	display: inline-block;
}

.main_nav ul li.on .noactive {
	display: none;
}

.main_nav li span {
	font-size: .25rem;
	vertical-align: middle;
}

.main_nav ul li img {
	height: .46rem;
	vertical-align: middle;
	margin-right: .1rem;
}

.main_nav ul li {
	width: 50%;
	height: .8rem;
	line-height: .8rem;
	border-radius: 0;
}
.main_com{
	padding: .35rem .3rem;
}
.main_nav ul li.on {
	background: url(../images/ns22.png);
	background-size: 100% 100%;
}

.main_nav ul li.on span {
	color: #fff;
}
.flex_chepai{
	display: flex;
	justify-content: space-between;
}
.checkvin .ipt select.select2{
	width: 0.65rem;
	margin-left: .1rem;
	color: #000;
}
.checkvin .ipt label:before {content: "*";color: red;position: absolute;left: -.15rem;top: 0;}
input::-webkit-input-placeholder {
	color: #aaaaaa;
}
.checkvin .ipt label {
	position: relative;
	display: inline-block;
}
.index_sec2 {
	background: #fff;
	margin-top: .2rem;
	border-radius: .12rem;
	padding: .35rem .3rem;
}

.sec2_h2 {
	text-align: center;
	font-size: .31rem;
	color: #3769dc;
	font-weight: normal;
}
.sec2_h2.text-left{
	text-align: left;
}
.sec2_h2 img {
	vertical-align: middle;
	margin: 0 .15rem;
}
.pay_content {
	background: #f5f8fe;
	border-radius: .1rem;
	margin-top: .3rem;
	padding: .3rem;
	text-align: left;
}

.pay_content .span1 {
	font-size: .24rem;
	line-height: .31rem;
	color: #999999;
}

.pay_content .span2 {
	font-size: .24rem;
	line-height: .31rem;
}

.pay_content .span2.color_red {
	color: red;
	font-size: .28rem;
}

.pay_content li {
	margin: .2rem .1rem;
}
.txtMarquee-top{
	width: 5.4rem;
	height: 1.8rem;
	text-align: center;
	padding: .2rem;
	overflow: hidden;
	margin: 0 auto;
	background: #f5f8fe;
	margin-top: 0.3rem;
	border-radius: .1rem;
}
.txtMarquee-top li{
	font-size: .22rem;
	color: #000;
	text-align: center;
	line-height: 1;
}
.btm ul {
	display: flex;
}
.btm ul img {
	display: block;
	margin: 0.1rem auto;
}

.btm ul li {
}
.txtMarquee-top.heightauto{
	height: auto;
}
.txtMarquee-top li p {line-height: .35rem;margin-bottom: 0.2rem;text-align: left;}
.btm ul li.on a {
	color: #507ee8;
}
.checkvin .ipt select.select1 {
	width: 70%;
}
.pay_content.query {
	margin-top: 0;
	margin-bottom: 0.5rem;
	box-shadow: 0px 4px 5px 1px #b8b8b8;
	position: relative;
}
.main_nav ul li:first-child {
    background: url(../images/ns11.png);
    background-size: 100% 100%;
}
.pay_content.query:after {content: "";display: block;width: .42rem;height: .35rem;background: url(../images/bottom.png);background-size: 100%;position: absolute;bottom: 5px;right: 5px;min-width: 42px;height: 35px;}
@media screen and (min-width:640px) {
	body{
	   background: url(../images/bj11.png);
	   max-width: 7.5rem;
	   background-size: cover;
	   margin: 0 auto;
	   background-repeat: no-repeat;
	}
	.btm {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background-color: #fff;
    text-align: center;
    max-width: 7.5rem;
}


  
}
@media screen and (max-width:640px) {
    
 

    
}