body, html {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.5 "Microsoft YaHei", tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
	background: #fff;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
}

p, ul, li, h3, h4, h2, h1 {
	margin: 0;
	padding: 0;
}

input {
	outline: medium;
	border: none;
}

button {
	outline: none;
}

.main {

	overflow: hidden;
}

.middle {
	width: 1280px;
	margin: 0 auto;	
	position: relative;
	overflow: hidden;
}

.header {
	height: 95px;
	border-bottom: 5px solid #000;
	overflow: hidden;
	position: relative;
}

.header .logo {
	float: left;
	/*margin-left: 63px;*/
	margin-top: 25px;
}

.header .logo img {
	display: block;
}

.header ul {
	float: left;
	overflow: hidden;
	margin-top: 50px;
	margin-left: 28px;
}

.header ul li {
	float: left;
	font-size: 14px;
	padding: 0 16px;
	line-height: 1.75;
	/*margin-right: 32px;*/
}

.header li a {
	color: #666;
	font-weight: bold;
}

.header li.active, .header li:hover {
	background: url(../image/common/bg_5.png) 0 0 no-repeat;
	background-size: cover;	
}

.header li.active a,  .header li:hover a {
	color: #fff;
}

.header .search-area {
	position: absolute;
	right: 0;
	width: 347px;
	height: 35px;
	top: 29px;
}

.header .search-area .input-word {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 25px;
	text-indent: 13px;
	line-height: 33px;
	font-size: 14px;
}

.header .search-area .submit-word {
	margin-left: 316px;
	margin-top: -27px;
	width: 20px;
	height: 20px;
	background: url(../image/common/search.png) 0 0 no-repeat;
	background-size: contain;
	display: block;
	border: none;
}

