@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}
body {
	font-size: 12px;
	color: #474747;
	font-family: '微软雅黑',Microsoft YaHei, Arial, Helvetica, sans-serif;
	background: #fff;
}
ul, li {
	list-style-type: none;
}
img, ul, li, button {
	padding: 0px;
	margin: 0px;
}
img, button {
	border: none;
}
a {
	color: #494949;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix {
	display: inline-table;
}
input, textarea {
	outline: none;
	border: 0px;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.fl{float:right;}
.fr{float:left;}







/*top*/

.top {
	width: 1180px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.logo {
	height: auto;
	overflow: hidden;
	padding: 20px 0;
}
.logo_left {
	height: 104px;
	float: left;
}
.logo_right {
	float: right;
	margin-top: 26px;
}
.logo_right dl dt {
	float: left;
}
.logo_right dl dd {
	float: left;
	font-size: 14px;
	margin-left: 10px;
}
.logo_right dl dd .current {
	font-size: 26px;
	font-weight: bold;
	color: #da251e;
}
/*nav*/

/*.nav {
	width: 100%;
	height: 50px;
	background: #333333;
}*/
.nav_cont {
	width: 1180px;
	margin: 0 auto;
}
.nav_cont ul li {
	float: left;
	font-size: 14px;
	width: 131px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: block;
}
.nav_cont ul li a {
	color: #FFF;
}
.nav_cont ul li:hover {
	background: #000;
}

/*footer*/

.footer {
	width: 100%;
	overflow: hidden;
	background: #171717;
}
.footer_cont {
	width: 1180px;
	margin: 0 auto;
}
.footer_cont_left {
	width: 156px;
	background: #333333;
	float: left;
}
.erweima {
	width: 116px;
	height: 116px;
	margin: 20px auto;
}
.footer_cont_right {
	width: 964px;
	float: left;
	margin: 50px 0 20px 60px;
}

.footer_cont_right p {
	color: #FFF;
	line-height: 26px;
}
.footer_cont_right p a {
	color: #FFF;
}

/*sbanner*/
.focus{ width: 1180px; height: 120px; margin: 0 auto; margin-top: 8px;}
.focus img{ width: 1180px; height: 120px;}
