body{
	background:#f0f0f0;
}
ol, ul {
	list-style: none;
}
.customer_banner {
	background: url("../images/customer/banner.jpg") no-repeat center;
	width: 100%;
	height: 527px;
	position: relative;
}
.w1040{
	width:1040px;
	overflow:hidden;
	margin:0px auto;
}
.customer_self{
	position:relative;
	border-bottom:2px dashed #fff;
	padding-bottom:30px;
}
.customer_self .title{
	font-size:24px;
	text-align:center;
	color:#333;
	line-height:110px;
	padding-top:10px;
}
.warm{
	color:#8a8989;
	font-size:14px;
	padding-top:25px;
}
.warm:before {
    content: "*";
    display: inline-block;
	color:#f00;
}
.flowBtn{
	background:#64bf37;
	border-radius:5px;
	line-height:65px;
	color:#fff;
	margin-top:35px;
	font-size:26px;
	width:420px;
	text-align:center;
	display:block;
}