body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", "黑体";
}
li {
	list-style-type: none;
}
.bottom {
	background: #2f786d;
	margin:0 auto;
	width:100%;
}
.footer {
	margin: 0 auto;
	width: 857px;
	padding-bottom:20px;
	padding-left: 50px;
	padding-right: 50px;
}
.footer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.bottom ul.nav_list {
	padding-top:20px;
	width:850px;
	float:left;
	padding-left:0px;
}
.bottom ul.nav_list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.bottom ul.nav_list li{
	float:left;
	width:100px;
	color:#FFF;
	padding-top:2px;
	font-size: 14px;
	font-weight: normal;
}
.bottom ul.nav_list li .sub{
	font-size: 12px;
	font-weight: normal;
}
.bottom ul.nav_list li.nav{
	width:150px;
	padding-top: 0px;
	padding-right: 10px;
	float: right;
}

.bottom dl{
	font-size:12px;
}
.bottom dt{
	padding:0;
	font-size:13px;
}
.bottom dd{
	line-height:18px;
}
.bottom ul.nav_contact {
	float: left;
	width:230px;
	padding-left:70px;
	padding-top:20px;
}
.bottom ul.nav_contact:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.bottom ul.nav_contact li {
	float: left;
	margin-left: 22px;
	position: relative;
	cursor:pointer;
}
.bottom ul.nav_contact ul.contact_con {
	position: absolute;
	z-index: 9999;
	left: -9999px;
	top: 56px;
	width: 182px;
	height: 134px;
	background: url(../img/bg-contact.png) no-repeat;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.bottom ul.nav_contact li.sfhover ul.contact_con {
	left: -63px;
}
.bottom ul.nav_contact li.sfhover ul.contact_con li {
	color: #404040;
	font-size: 14px;
	text-align: center;
	width: 182px;
	line-height: 22px;
	margin-left: 0;
}
.bottom ul.nav_contact ul.contact_con.weixin {
	background:url(../img/bg-contact02.png) no-repeat;
	height: 200px;
}
.bottom ul.nav_contact li.sfhover ul.contact_con.weixin li {
	padding-top: 20px;
}



.bottom a{
	color:#FFF;
	text-decoration:none;
}
.copy {
	font-size: 11px;
	margin: auto;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #275958;
	color: #fff;
}
.copy a {
	color: #fff;
	text-decoration: none;
}
