.banner{
	background-image: url(../img/banner.jpg);
	background-position:center center;
	background-size: cover;
	width: 100%;
	height: 376px;
}
.box{
	width: 100%;
	height: auto;
	background-color: white;
}
.title{
	width: 1190px;
	height: 157px;
	margin: 0 auto;
	padding-left: 10px;
	
}
.title p{
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-bottom: 2px solid #545964;
	font-size: 28px;
	letter-spacing: 4px;
	color: #031427;
	padding-top: 109px;
}
/*新手指南*/
.new,.problem{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.new_content{
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
.new_content p{
	padding-top:27px;
	line-height: 43px;
	border-top: 1px solid #dee7f3;
	font-size: 18px;
	color: #031427;
	font-weight: 600;
}
.table{
	border-top: 1px solid #dee7f3;
	border-bottom: 1px dashed #dee7f3;
	
}
.table tr td{
	line-height: 52px;
	text-indent: 31px;
	border-bottom: 1px dashed #aaaaaa;
	letter-spacing: 1px;
	font-size: 16px;
	
}
.td1{
	width: 338px;
	background-color: #f4f4f4;
	
	
}
.td2{
	width: 852px;
}
.table_p{
	width: 778px;
	margin: 0 auto;
	text-indent: 0px;
	font-size: 16px;
}
.kefu{
	width: 100%;
	height: 126px;
	color: white;
	background-image:url(../img/phone_adv.jpg) ;
	background-repeat:no-repeat;
	margin-top: 55px;
	
}
.kefu_content{
	width: 1200px;
	margin: 0 auto;
	height: 126px;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	
}
.kefu_content .left{
	width: 312px;
	text-align: right;
	margin-right: 19px;
}
.phone{
	font-size: 70px;
	font-family: 宋体;
}
.question{
	font-size: 18px;
	line-height: 28px;
}
.QQ{
	font-size: 30px;
}
.color{
	color: #00b4ff !important;
	border-top: none !important;
}
.bottom{
	margin-bottom: 206px;
}
