.pd-x-5{
	padding:0 7px;
}
.bg-gray{
	background: #F4F4F4;
}


/* index-banner  */
.index-banner {
	background: url(../../public/img/page/index/banner.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
}
.index-banner .banner_text {
	padding: 165px 0;
	color: #ffffff;
}
.index-banner .banner_text h3{
	font-size: 48px;
	width: 600px;
}
.index-banner .banner_text .bnr-txt{
	font-size: 26px;
	padding: 20px 0;
}
.index-banner a.btn{
	border-radius: 0;
	border: none;
	font-size: 15px;
	padding: 11px 20px;
	background: #E83525;
}

/* step-one  */
.step-one{
	
}
.step-one .bb-tit{
	text-align: center;
	padding: 40px;
	margin: auto;
}
.step-one .bb-img img{
	padding: 5px;
}
.step-one .bb-img h3 {
	text-transform: capitalize;
	font-size: 24px;
	text-align: center;
	margin: 20px auto;
	color: #000;
	width: 230px;
}
.step-one .bb-a {
	margin: 60px;
}
.step-one .bb-a .more{
	border-radius: 30px;
	padding: 15px 30px;
	color: #E83525!important;
	border: 1px solid #E83525;
	display: inline-block;
	font-size: 20px;
}

/* step-two */
.step-two{
	padding: 60px 0;
}
.step-two .bb-tit{
	margin-bottom: 80px;
}
.step-two .abt-grid{
	height: 170px;
	/*margin-left: 20px;*/
	border-right: 1px solid #DDDDDD;
}
.step-two .abt-grid.none{
	border-right: 0px;
}

.step-two .abt-txt{
	width: 90%;
}
.step-two .abt-txt h4 {
	font-size: 24px;
	margin-bottom: 0.5em;
	font-weight: normal;
	margin-top: 15px;
}
.step-two .abt-txt p{
	font-size: 18px;
	line-height: 30px;
}



.step-three{
	padding: 60px 0;
}
.step-three h4{
	border-left: 5px solid #E83525;
	font-size: 24px;
	padding: 5px 0;
	margin: 20px 0;
	text-indent: 10px;
}
.step-three input{
	border: 1px solid #E2E2E2;
	background: #F9F9F9;
	font-size: 22px;
	padding: 10px 15px;
	width: 100%;
	color: #B2B2B2!important;
}
.step-three textarea{
	margin-top: 20px;
	border: 1px solid #E2E2E2;
	background: #F9F9F9;
	font-size: 22px;
	padding: 10px 15px;
	width: 100%;
	color: #B2B2B2;
	height: 200px;
}
.step-three .btn-submit{
	text-align: center;
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: #E83525;
	color: #fff!important;
	font-size: 24px;
	display: inline-block;
	margin: 40px 0 30px;
}