@charset "utf-8";

#header{
	width:auto;
	height:87px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("../images/header.png")
}

.header_box{
	width:1200px;
	height:87px;
	margin-left: auto;
	margin-right: auto;
}

.logo{
	width: 300px;
	height: 87px;
	background-image:url('../images/logo.png');
	float: left;
}

.logo a{
    width: 300px;
    height: 87px;
    display: block;
}

.nav{
	width:750;
	height:87px;
	float: right;
}

.nav li{
	width: 150px;
	height:87px;
	float: left;
	text-align: center;
	font-size: 22px;
	line-height: 86px;
}
.nav li a{
	color: #d2d2d2;
	
}

.nav li a:hover{
	color: #e8410d;
	
}

.nav .now{
	height:87px;
	background-color: #000000;
	border-top: 4px solid #e8410d;
	box-sizing: border-box;
	line-height: 77px;
}

.nav .now a{
	color: #e8410d;
}

#footer_custom{
	width: auto;
	height:100px;
	margin-left: auto;
	margin-right: auto;

	
}

#footer_custom li{
	width: 1200px;
	height:56px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
}

#footer_custom li p{
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
}