/*banner*/
.wrap_banner{
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
}
.wrap_banner .banner{
	width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
}
.wrap_banner .banner .tp{ width: 500%;}
.wrap_banner .banner .tp li{
	float: left;
	width: 20%;
	height: 560px;
	position: relative;
}
.wrap_banner .banner .tp li a{
	display: block;
	width: 100%;
	height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


.wrap_banner .banner .hd{
	position: absolute;
	bottom: 130px;
	left: 50%;
	width: 1100px;
	margin-left: -590px;
}
.wrap_banner .banner .tit{
	
}
.wrap_banner .banner .tit li{
	float: right;
	width: 8px;
	height: 8px;
	margin-left: 8px;
	border-radius: 4px;
	background: #c9c4c2;
	cursor: pointer;
}
.wrap_banner .banner .tit .on{
	background: #fff;
	width: 24px;
}

/*search*/
.wrap_search{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 25px 0;
	/*background: rgba(66,66,78,.5);*/
	background: url(../images/index/searchbg.png) repeat;
}
.wrap_search .searchBox{
	height: 70px;
	width: 1112px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}
.wrap_search .search_con{
	float: left;
	width: 967px;
	height: 70px;
	background: url(../images/index/search_bg.png) no-repeat center;
}
.wrap_search .search_btn{
	float: right;
	width: 144px;
	height: 70px;
	background: url(../images/index/search_btn.png) no-repeat center;
}
.wrap_search .search_con .useTime{
	float: right;
	width: 152px;
	padding: 16px 78px 0 52px;
}
.wrap_search .search_con .useTime h5{
	font-size: 12px;
	color: #676767;
	font-weight: normal;
}
.wrap_search .search_con .useTime p{
	font-size: 16px;
	color: #24354b;
}

/*procedure*/
.wrap_procedure{
	width: 100%;
	background:url(../images/index/procedure_bg.jpg) repeat-x ;
}
.procedure{
	padding: 60px 0;
}
.procedure h3{
	text-align: center;
	font-size: 44px;
	color: #fff;
	padding-bottom: 50px;
}
.procedure .content{
	width: 1020px;
	margin: 0 auto;
}
.procedure .content .pro_item{
	float: left;
	width: 225px;
	text-align: center;
}
.procedure .content .pro_item img{
	display: block;
	width: 96px;
	height: 96px;
	margin: 0 auto 8px;
}
.procedure .content .pro_item h5{
	font-size: 26px;
	color: #fff;
}
.procedure .content .pro_item p{
	color: #fff;
}
.procedure .content .pro_line{
	float: left;
	width: 170px;
	height: 96px;
	background: url(../images/index/procedure_line.png) no-repeat center;
}

/*about*/
.about{
	padding: 60px 0 80px;
	background: url(../images/index/about.png) no-repeat right 160px;
}
.about h3{
	text-align: center;
	font-size: 44px;
	color: #333;
	padding-bottom: 50px;
}
.about .content{
	width: 615px;
}
.about .content p{
	font-size: 16px;
	text-indent: 2em;
	line-height: 2.2;
}


