/*头部*/
header{
	width: 100%;
	margin:auto;
	position: relative;
	z-index: 1000;
}
.header_top{
	width: 100%;
	height: 60px;
	padding: 17px 0px;
	/*background:url(../images/nav_01.png);*/
	background-color: rgba(207,207,206,.17);
}
.header_nav{
	width: 1200px;
	height: 60px;
	margin: auto;
}
/*logo*/
.logo>span{
	color: #fff;
	font-size: 18px;
}
.logo{
	float: left;
	margin-right:80px;
}
.logo>img{
	width: 58px;
	height: 58px;
	vertical-align: middle;
}
/*导航栏*/
.header_nav>ul{
	height: 60px;
}
.header_nav>ul>li{
	line-height:53px;
	margin:0px 15px;
	float: left;
	font-size: 18px;
}
.header_nav>ul>li>a{
	color: #fff;
}
.header_nav>ul>li>a:hover, .header_nav>ul>li>a.active{
	color: #eb1c21;
}

/*大图*/
.banner{
	position: relative;
	margin-top: -94px;
	z-index: 0;
}
.banner>img{
	width:100%;
	display: block;
}

/*底部*/
footer{
	overflow: hidden;
	width: 100%;
	height: 460px;
	margin:0px auto 0px;
	background: url(../images/foot_03.png);
}
.footer{
	width: 980px;
	margin: auto;
}
.hotline{
	width: 260px;
	text-align: center;
	margin:64px auto 38px;
	font-size: 16px;
}
.phone_number{
	margin: auto;
	color:#C9A853;
}
.cut_off{
	width: 100%;
	height: 2px;
	background-color: #CECCCC;
}
.About_us{
	width: 440px;
	height: 20px;
	text-align: center;
	margin: 46px auto 52px;
	clear: both;
}
.About_us>li{
	float: left;
}
.About_us>li>a{
	margin:0px 10px;
}
.blogroll{
	/*width: 635px; */
	text-align: center;
	margin: 0px auto 28px;
	height: 20px;
	clear: both;
}
.blogroll>a{
	margin:0px 10px;
}
.copyright{
	width: 625px;
	margin: auto;
	text-align: center;
}
.get_back{
	width: 100%;
	height: 52px;
	background-color: #333333;
	z-index: 1;
	
}
.back_top{
	margin:0 auto; 
	width:75px;
	height:75px;
	background: url(../images/lingx.png);
	z-index: 100;
	position: relative;
	bottom: -10%;

}
.back_top>a{
	font-size: 20px;
	line-height:76px ;
	margin: auto 20px;
	color: #fff;
}