*{
	margin: 0;
	padding: 0;
}
a{
	color: #fff;
}
.center{
	width: 100%;
	
}
.head{
	width: 1280px;
	margin: 0px auto;
	height: 50px;
}
.head>ul{
	width: 50%;
	float: right;
}
.head>ul>li{
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.head>ul>li>a{
	color: #000;
}
.active{
	color: #fff !important;
	background: #e77524;
}
.head>ul>li:nth-child(3){
	background: #e77524;
}
.banner{
	width: 100%;
}
.banner>img{
	width: 100%;
}
.liucheng{
	width: 1280px;
	margin: 0px auto;
}
.liucheng>img{
	display: block;
	margin: 0px auto;
}
.liucheng>img:nth-child(1){
	margin: 30px auto;
}
.liucheng>img:nth-child(2){
	margin: 30px auto;
}
.liucheng>p{
	text-align: center;
	font-size: 16px;
	color: #3b3b3b;
}
.liucheng>img:nth-child(4){
	width: 100%;
	margin-top: 50px;
	    position: relative;
    top: 10px;
}


.foot{
	background: url(../imgs/liucheng_4.png) no-repeat;
    background-size: 100%;
    min-height: 587px;
    position: relative;
 /*   top: -11px;*/
    z-index: -1;
}
.foot>div{
	width: 1280px;
	margin: 0px auto;
}
.foot>div>img:nth-child(1){
	display: block;
	margin: 0px auto;
	padding-top: 30px;
}
.foot>div p{
	width: 66%;
	display: block;
	margin: 20px auto;
	color: #fff;
	font-size: 16px;
}
.foot>div span{
	width: 66%;
	display: block;
	margin: 0px auto;
	color: #fff;
	font-size: 16px;
}
.erweima{
	width: 40%;
	float: left;
	margin-left: 10%;
	margin-top: 30px;
}
.erweima>p{
	margin: 5px auto !important;
	text-align: center;
	line-height: 30px;
}
.erweima>p>strong{
	color: #f7f53a;
}
.erweima>img{
	display: block;
	margin: 0px auto;
}
.foot>div>img:nth-child(8){
	    position: relative;
    top: 65px;
}

.footer{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #2fb5cd;
}