#header{
	width: 100%;
	height: 64px;
	background: url(../images/background.jpg) top center repeat-x #EDEDED;
}
.header_container{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.header_container:before,.header_container:after{
	content: "";
	display: table;
}
.header_container:after{
	clear: both;
}
.header_logo{
	float: left;
	margin-top: 1px;
}
.header_logo img{
	height: 60px;
}
.header_nav{
	float: right;
}
.header_nav li{
	float: left;
	width: 120px;
}
.header_nav li a{
	display: block;
	width: 100%;
	height: 64px;
	padding-top: 12px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.header_nav li._on a{
	font-weight: bold;
	background: url(../images/navbg.png) repeat-x;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.header_nav li.weixin a{
	color: #FFFFFF;
	background: #07A69E;
}
.header_nav li a span{
	display: block;
	margin-top: 2px;
	color: #707070;
	font-size: 13px;
}
.header_nav li.weixin a i{
	margin-right: 3px;
}
.header_nav li.weixin a span{
	color: #FFFFFF;
}










#footer{
	width: 100%;
	overflow: hidden;
	background: #F2F2F2;
}
#footer.footer_fixed{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.footer_container{
	max-width: 1600px;
	margin: 0 auto;
	padding: 24px 0;
}
.footer_list:before,.footer_list:after{
	content: "";
	display: table;
}
.footer_list:after{
	clear: both;
}
.footer_list{
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 -10px;
}
.footer_list li{
	/*float: left;*/
	width: 16%;
	padding: 12px;
}
.footer_list li:first-child{
	width: 20%;
}
.footer_list li h3{
	width: 100%;
	margin: 0 0 20px;
	border-bottom: 1px solid #E2E2E2;
}
.footer_list li h3 span{
	display: inline-block;
	margin-bottom: -2px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 16px;
    border-bottom: 1px solid #0099FF;
}
.footer_list li p{
	color: #555555;
	font-size: 14px;
	margin: 0 0 10px;
}
.footer_list li p a{
	color: #555555;
	font-size: 15px;
}
.footer_list li p a:hover{
	color: #000000;
}
.footer_list .qr_code{
	width: 100px;
	margin-bottom: 10px;
}
.copyright{
	width: 100%;
	text-align: center;
	background: #E6E6E6;
}
.copyright p{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	color: #666666;
	font-size: 14px;
}
.copyright p span{
	margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
	.footer_list li{
		width: 33.333%!important;
	}
}

@media only screen and (max-width: 767px) {
	.footer_list li{
		width: 100%!important;
	}
}