@charset "UTF-8";
/*----banner--------*/
.banner{
	background-image:url(/images_new/pay_first.jpg);
	background-size:100% 100%;
	text-align:left;
	color:#222;
}
.banner .txt{
	float:right;
	width:190px;
	padding-top:45px;
}
.banner b{
	display:block;
	padding-bottom:12px;
	font-size:2.4rem; 
}
.banner .sub{
	line-height:2rem;
	font-size:1.2rem;

}
.banner .sub a{
	font-style:italic;
}

.charge_cost{
	position:relative;
	min-height:220px;
	padding-top:15px;
	background:url(/images_new/pay_then.jpg)no-repeat ;
	background-size:100% 100%;
	font-size:2.2em;
	color:#fff;
}
.charge_cost_p{
	text-indent:2rem;
	font-size:1.3rem;
	line-height:2rem;
	padding:15px ;
}	
.charge_pay_finally{
	position:relative;
	height:90px;
	padding-top:20px;
	padding-bottom:20px;
	background:url(/images_new/pay_finally.png)no-repeat ;
	background-size:100% 100%;
}	
.charge_pay_finally h3{
	font-size:1.8rem;
}
.charge_us{
	padding:20px 15px;
}
.charge_us p{
	text-indent:2rem;
	color:#999;
}

.charge_btn{
	display:block;
	margin-bottom:15px;
	color:#fff;
	font-size:2rem;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#ff7f14;
}

.charge_news{
	padding: 5px 15px;
}
.charge_news .more{
	text-align: right;
}
.charge_news .more a{
	color: #ff7f14;
}
.charge_news li{
	padding: 10px 0;
}
.charge_news li a{
	display: block;
}
.charge_news .title{
	color: #333;
}
.charge_news .txt{
	padding-top: 8px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #999;
}
.a_ellspsis{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner_charge{
	position: relative;
}
.banner_charge img{
	width: 100%;
}
.banner_charge .txt{
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	z-index: 10;
}
.banner_charge .txt p{
	font-size: 1.6rem;
	line-height: 1.5em;
}
.banner_charge .btn{
	margin-top: 5px;
	height: 26px;
	line-height: 26px;
	font-size: 1.2rem;
	text-align: center;
}

.charge_list{
	padding: 20px 10px 10px 10px;
}
.charge_list h3.title{
	margin-left: -10px;
	width: 63px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	background: url(/images_new/charge_tag.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.charge_list li{
	display:box;
	display:-webkit-box;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}
.charge_list .face{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.charge_list .face img{
	width: 100%;
}
.charge_list .txt{
	box-flex:1;
	-webkit-box-flex:1;
	padding-left: 10px;
}
.charge_list a.title{
	display: block;
	padding: 5px 0 8px 0;
	color: #333;
}
.charge_list .btm{
	display:box;
	display:-webkit-box;
}
.charge_list .btm dd{
	width: 50%;
	color: #999;
	font-size: .9rem;
}
.charge_list .btm .set{
	display: inline-block;
	padding: 0 10px;
}
