@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
}

img {
	border: none;
	display: block;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input {
	border: none;
	background: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.oh {
	overflow: hidden;
}

.clear {
	clear: both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
}

th,
td {
	text-align: center;
}

html {
	min-width: 1200px;
}

body {
	font-size: 14px;
	font-family: "microsoft yahei";
  	min-width: 1200px;
}

.zhong {
	width: 1200px;
	margin: 0 auto;
}

/* header */
.header {
	width: 100%;
	height: 110px;
	z-index: 888888;
	background: url(../images/top_bg.png) center center no-repeat;
	-moz-box-shadow: 0px 5px 5px #999;
	box-shadow: 0px 5px 5px #999;
	position: fixed;
	top: 0;
}

.header .logo {
	width: 258px;
	height: 94px;
	margin: 8px 22px 0 0;
}

.header .logo img {
	width: 100%;
	height: 100%;
}

.header .nav {
	margin-top: 41px;
}

.header .nav li {
	margin: 0 22px;
}

.header .nav li a.active {
	color: #2867C0;
	border-bottom: 3px solid #2867C0;
}

/* 跳转当前栏目添加与hover相同样式 */
#nav_style {
	color: #2867C0;
	border-bottom: 3px solid #2867C0;
}

.header .nav li a {
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}

.header .search {
	width: 200px;
	height: 36px;
	margin: 10px 0 0 34px;
	background: url(../images/search_bg.png) center center no-repeat;
}

.header .search .inp {
	width: 149px;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #909399;
}

.header .search .sub {
	width: 34px;
	height: 36px;
	cursor: pointer;
}

/* footer */
.footer {
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	margin-top: 16px;
}