﻿@charset "utf-8";
/* CSS Document */

html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style-type: none;
	text-transform: capitalize;
}
.clear {
	clear: both;
*display:inline;/*IE only*/
}
/*menu*/

.nav {
	background: #fd0101;
}
#menu {
	height: 43px;
	line-height: 43px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 4px;
}
#nav {
	margin: 0;
	width: 1013px;
	display: block;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
}
#nav .mainlevel {
	float: left;
	color: #000000;
	width: 100px;/*IE6 only*/

      

}
#nav .mainlevel a {
	color: #fff;
	font-size: 15px;
	font-family: "微软雅黑";
	text-decoration: none;
	line-height: 43px;
	display: block;
	padding: 0;
	width: 120px;
	/* font-weight: bold; */

	text-align: center;
}
#nav .mainlevel a:hover {
	color: #dee7ec;
	line-height: 43px;
	text-decoration: none;
}
#nav .mainlevel1 {
	float: left;
	color: #000000;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 120px;
	background: url(../images/navbg.png) repeat;
	padding: 3px;
	border-bottom: 4px solid #e60f16;/*IE6 only*/
}
#nav .mainlevel1 li {
	list-style: none;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
#nav .mainlevel1 a {
	color: #000000;
	text-decoration: none;
	line-height: 35px;
	display: block;
	width: 120px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: CENTER;
}
#nav .mainlevel1 a:hover {
	color: #fd0101;
	line-height: 35px;
	text-decoration: none;
	background: url(../images/d3.jpg) 0 0 repeat-x;
}
#nav .mainlevel ul {
	display: none;
	position: absolute;
}
#nav .mainlevel li {
	border-bottom: 1px solid #ccc;
	width: 120px;/*IE6 only*/
}
.top {/* background: #282828; *//* height: 54px; *//* padding-top: 0px; */
}
.top1 {
	width: 373px;
	margin-left: 383px;
	padding-top: 13px;
}
.top1 .lf {
	background: url(../images/b2.jpg) no-repeat center;
	height: 27px;
	width: 179px;
	padding-left: 15px;
}
.header {
	position: fixed;
	z-index: 999;
	background: #282828;
	height: 56px;
	width: 100%;
}
.header .logo {
	display: block;
	width: 189px;
	float: left;/* height: 159px; */
	padding-top: 7px;
}
.header .logo img {
	margin-top:2%;
	display: block;
	width: 100%;
}
 @media only screen and (min-width:1200px) {
.header {
	display: none
}
}
 @media only screen and (max-width:1000px) {
.top {
	display: none
}
.m {
	width: 100%
}
