/* ½₯±δ·ΦΈξΟί */
.deliver-line{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: -webkit-gradient(linear, left top, right bottom, from(#409dff), color-stop(0.5, #5d90ff), to(rgb(122, 130, 255))); /*safair ΊΝ chrome*/
	background-image: -moz-linear-gradient(left, #409dff, #7a82ff);/*firefox*/
}
/**-------------------------- banner --------------------------------------**/
.fr-banner{
	position: relative;
	margin-top: -62px;
	padding-top: 184px;
	width: 100%;
	height: 362px;
	background-image: url(../images/banner/company.jpg);
}

.banner-title{
	margin: 0 auto;
	width: 960px;
	height: 48px;
	font-size: 24px;
	color: white;
}
.banner-title .text{
	padding-left: 8px;
}
.banner-title .deliver-line{
	bottom: 130px;
	width: 128px;
	height: 3px;
}




















