#train{
	max-width: 480px;
	margin: 0 auto;
	overflow: hidden;
}
/*banner*/
.banner {
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin-top: 44px;
	background: url(../img/cplb/banner.jpg);
	background-size: 100% 100%;
}
.banner p:nth-child(1) {
	margin-top: 30px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
}

.banner p:nth-child(2) {
	width: 20px;
	height: 3px;
	/* background: #ffd051; */
	border-radius: 3px;
	margin: 12px auto;
}

.banner p:nth-child(3) {
	text-align: center;
	color: #fff;
	opacity: 0.5;
	font-size: 1.2rem;
}

.center{
	position: relative;
	width: 100%;
	z-index: 2;
	background: #fafaff;
	border-radius: 10px;
	margin-top: -10px;
	overflow: hidden;
}
.center_box{
	width: 100%;
	margin: 0 auto;
	/* background: pink; */
	overflow: hidden;
}
.cen_box{
	width: 100%;
	overflow: hidden;
}
.cen_top{
	width: 92%;
	margin: 10px auto 0;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f5;
}
.cen_top>p{
	height: 1.3rem;
	font-size: 1.3rem;
	color: #06f;
	margin: 15px 0;
	line-height: 1.3rem;
	border-left: 3px solid #06f;
	padding-left: 10px;
}
.cen_tit{
	width: 92%;
	height: 40px;
	font-size: 1.2rem;
	line-height: 40px;
	color: #666;
	margin: 0 auto;
}
.tit_top{
	margin-top: 5px;
}
.cen_tit span{
	float: left;
}
.cen_tit{
	overflow: hidden;
}
.cen_tit i{
	float: left;
	margin-top: 1px;
}
.cen_tit img{
	height: 11px;
	margin-left: 10px;
}
.cen_ul{
	width: 92%;
	margin: 0 auto;
}
.cen_ul>li{
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f5;
}
.cen_ul li p:nth-child(1){
	color: #333;
	font-size: 1.2rem;
	margin-top: 10px;
}
.cen_ul li p:nth-child(2){
	font-size: 1.2rem;
	 color: #999;
	 margin: 5px 0 15px;
}
.cen_ul li:last-child{
	border-bottom: none;
}
.hui_xian{
	width: 100%;
	height: 5px;
	background: #f0f0f5;
}
.lan_xian{
	width: 100%;
	height: 8px;
	background: #06f;
}
.cen_flex{
	position: fixed;
	top: 0;
	z-index: 99999;
	left: 0;
	display: none;
	width: 100%;
	height: 44px;
	line-height: 44px;
}
.cen_flexb{
  max-width:480px;
  margin:0 auto;
  	height: 44px;
	line-height: 44px;
	box-shadow: 0px 1px 3px 0px #f0f0f5;
	background: #ffffff;
}
.cen_l{
	float: left;
	font-size: 1.6rem;
	color: #999;
	margin-left: 4%;
}
.cen_r{
	float: right;
	margin-right: 4%;
}
.cen_yi img{
	height: 10px;
}
.cen_bj{
	position: fixed;
	top: 0px;
	left: 0;
	display: none;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,.3);
}
.cen_bjul{
	    max-width: 480px;
    margin: 44px auto 0;
	padding: 20px 0;
	background: #fff;
}
.cen_bjul li{
	height: 40px;
	line-height: 40px;
	color: #666;
	padding-left: 4%;
	font-size: 1.4rem;
}