.footer{
	width: 100%;
	height: 200px;
	background-color: #700005;
	border-bottom: 1px solid #af0a1a;
}
.clear_foot{
	clear: both;
}
.foot_bot{
	width: 100%;
	height: 32px;
	margin: 0 auto;
	font-size: 12px;
	overflow: hidden;
	color: white;
	text-align: center;
	line-height: 32px;
	background: black;
}
.foot_bot a{
	color: #e5e3e3;
}
.foot_bot a:hover{
	color: white;
}
.foot_content_span{
	display: inline-block;
	width: 35px;
	font-size: 10px;
	color: #e5e3e3;
}
/*底部默认项*/
.footer_section{
	width: 1200px;
	height: 200px;
	white-space: nowrap;
	margin: 0 auto;
}
.footer_section div{
	float: left;
}
.footer_section ul{
	float: left;
}
.footer_nav{
	width: 70%;
	height: 200px;
}
/*底部导航栏*/
#footer_div_nav_div{
	width: 68%;
}
#footer_div_nav_div li{
	color: #e5e3e3;
	font-size: 13px;
}
#footer_div_nav_div ul{
	line-height: 40px;
	margin-top: 25px;
}
#footer_ul2{
	margin-left: 10%;
}
#footer_div_nav{
	width:100%
}
#footer_div_nav_logo{
	margin: 5% auto;
	width: 32%;
}
#footer_div_nav_logo > a{
	display: block;
    width: 96px;
    margin: 0 auto;
}
#footer_div_nav_div a:hover{
	color: white;
}
/*底部二维码*/
.footer_ewm{
	width: 20%;
	height: 200px;
	text-align: center;
}
.footer_ewm p{
	color: #e5e3e3;
}
#footer_ul1_a01{
	color: #e5e3e3;	
}
#footer_ul2_a01{
	color: #e5e3e3;	
}
#footer_div_wxewm{
	margin-left: 30%;
	margin-top: 10%;
}


/* 小屏幕适配 */
@media screen and (max-width: 1366px) {
    .footer_section{
		width: 1024px;
	}
	#footer_div_nav_logo{
		display: none;
	}
	#footer_div_nav_div{
		width: 100%;
	}
	#footer_ul1 {
		margin-left: 10%;
	}
	#footer_ul2 {
		margin-left: 5%;
	}
	.footer_ewm{
		width: 35%;
	}
	#footer_div_oaewm {
		margin-left: 5%;
	}
}