* {
	margin: 0;
	padding: 0;
		max-height: 999999999em;
	}
body {
	font-family: "Microsoft YaHei";
}

input {
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
	outline: none;
	color: #282828;
	display: inline-block;
}

img {
	border: none;
}

ul,
li {
	list-style: none;
}

.page {
	background-color: #fff;
	width: 100%;
        min-width:1200px;
}

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

/**/

#headerBox {
	height: 98px;
	position: relative;
}

.header {
	z-index: 99;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	background-color: #fff;
}

.nav {
	/* margin-top: 98px; */
}

.header.active {
	position: fixed;
}

/**/
.header {
	height: 98px;
}

.headerLeft {
	float: left;
}

.headerLeft a {
	margin-top: 15px;
}

.headerRight {
	font-size: 14px;
	float: right;
	margin-top: 40px;
	margin-right: 15px;
}

.headerRight ul li {
	float: left;
	margin-left: 10px;
}

.headerRight ul li img,
.headerRight ul li a {
	vertical-align: middle;
}

.navImg {
        /* height: 270px; */
		height: auto !important;
	width: 100%;
}

.navImg img {
        height: 270px;
	width: 100%;
}

.headImg {
	width: 100%;
}

.headImg img {
	width: 100%;
}

/* 新闻列表左侧导航固定方式 */
.rel {
	position: relative !important;
}
