/*reset css*/
h5,h6{margin:0px;}
a{text-decoration: none;}
i{font-style: normal;}
p{margin:0px;}
ol{margin:0px; padding:0px;}
/*公用样式*/
.clearfix{
	*zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
/*footer.css*/
footer{
	max-width:1700px;
	width:100%;
	height:350px;
	margin:0 auto;
	background:url(../img/index_foot_bg.jpg) no-repeat center;
	color:#fff;
}
#footer_content{
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding:0 60px;
	margin-top:-2px;
	clear:both;
}
#footer_left{
	width:430px;
	margin:0 auto;
	padding-top:40px;
	display:inline-block;
	vertical-align:top;
}
#footer_left>span{
	border-bottom:solid 2px #E53E2C;
	line-height:30px;
	display:block;
	text-align:left;
	margin-bottom:10px;
}
#footer_left>p{
	font-size:12px;
	line-height:22px;
	text-align:left;
}
#footer_left .mgb{
	margin-bottom:30px;
}
#footer_left .mgt{
	margin-top:30px;
}
#footer_right{
	padding-top:110px;
	display:inline-block;
}
#footer_right .footer_image>span{
	display:block;
	text-align:center;
	line-height:30px;
}
#footer_right>div{
	width:100px;
	display:inline-block;
	margin:0 30px;
}
@media only screen and (max-device-width:768px){
	#footer_content{
		width:100%;
		padding:0;
		padding:0 20px;
		text-align:left;
	}
	#footer_left{
		width:68%;
	}
	#footer_right{
		width:30%;
		padding-top:40px;
	}
	#footer_right>div{
		width:100%;
		margin:0;
	}
	.footer_image>img{
		width:100%;
	}
}
