body,pre,p,ul,ol,li,h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
*{
	font-family: "微软雅黑";
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a {
	text-decoration: none;
	cursor: pointer;
}
.clearfix {
	clear: both;
}
.w1400 {
	width: 100%;
}
.m-r65 {
	margin-right: 65px;
}
.clearfix {
	clear: both;
}
.after:after{
	content: "\0020";
	height: 0;
	display: block;
	clear: both;
}
/*css header_area*/
#header_area{
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	
}
.header{
	max-width: 100%;
	margin: auto;
	position: relative;
	height: 65px;
	background: #323433;
}
.navlist{
	margin: auto;
}
.navlist li{
	float: left;
	margin: 0px 2px 0 2px;
	font-weight: bold;
	color: #434141;
	font-size: 14px;
	padding: 0px 50px;
	line-height:65px;
}
.navlist li a {
	color: #efefef;
	cursor: pointer;
	display: inline-block;
}
.navlist li.active a {
	color: #909090;
}
.navlist li.cur a {
	color: #65207d;
}

div.togglenav {
	width: 100%;
	/*background: #2c2c2c;*/
	background: url('../images/navbk.png');
	background-size: 100% 100%;
	height: auto;
	text-align: center;
	display: none;
}
div.togglenav a {
	display: inline-block;
	margin: 22px 16px 22px 0px;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 12px;
	padding: 5px 35px;
	line-height: 20px;
}
div.togglenav a span {
	display: block;
}
div.togglenav a.active, div.togglenav a:hover{
	color: #ccc;
	border: 1px solid #ccc;
}
/*css header_area end */


.footer{
	width: 100%;
	margin: auto;
	background: #f2f2f2;
}
.footer-head{
	border-bottom: 1px solid #c0c0c0;
	padding-top: 73px;
	max-width: 1400px;
	margin: auto;
}
.footer-title{
	width: 100%;
	margin: auto;
	color: #403e3f;
	font-size: 14px;
	line-height: 35px;
}
.footer-body{
	max-width: 1400px;
	margin: 0px auto 20px;
}

.footer-body ul{
	width: 50%;
	float: left;
}
.footer-body ul li{
	width: 25%;
	margin-top: 15px;
	float: left;
}
.footer-body ul li span{
	display: block;
	color: #636363;
	line-height: 30px;
	text-align: left;
	font-size: 13px;
}
.footer-body ul li span a {
	color: #636363;
}
.footer-body ul li span a:hover {
	text-decoration: underline;
}

.footer-body .contact{
	width: 48%;
	margin: 0px 0 0 2%;
	float:left;
}
.contact .about,.contact .map{
	width: 50%;
	float: left;
}
.contact .about img {
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 10px;
}
.contact .about span,.contact .map span{
	display: block;
	margin-bottom: 15px;
	color: #636363;
	margin-top: 15px;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
}
.contact .map em{
	display: block;
	font-style: normal;
	color: #817f80;
	font-size: 13px;
	line-height: 25px;
}

.footer-foot{
	clear: both;
	border-top: 1px solid #c0c0c0;
	max-width: 1400px;
	margin: 0px auto 0px;
	padding-bottom: 8px;
}
.foot-left{
	font-size: 12px;
	color: #a3a4a4;
	margin-top: 10px;
	float: left;
}
.foot-right{
	font-size: 12px;
	color: #a3a4a4;
	margin-top: 10px;
	float: right;
}
.foot-right ul{
	display: block;
	float: right;
	margin-bottom: 5px;
}
.foot-right ul li{
	float: left;
	border-right: 1px solid #a3a4a4;
	margin-right: 5px;
	padding-right: 5px;
}
.foot-right span{
	display: block;
	clear: both;
}
.changel {
	height: 65px;
	line-height: 65px;
	margin-left: 5px;
}
.changel a {
	display: inline-block;
	padding: 0px 4px;
	color: #999;
	font-size: 13px;
}
.changel a.active, .changel a:hover{
	color: #fff;
}