.fixed-zone {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.header-layer {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.3);
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.brand-logo-area-img {
	height: 20px;
	vertical-align: middle;
}

.main-page-img-show-layer {
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 0;
	height: auto;
	width: 100%;
	background: url(https://s1.wandougongzhu.cn/s/2e/main-bg_68d272.jpg) no-repeat;
	background-size: cover;
}

.main-page-img-cover-layer {
	position: absolute;
	background: #000;
	filter: alpha(opacity=30);
	opacity: 0.3;
	width: 100%;
	height: 100%;
}
.page-wrapper {
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}
.main-page-nav-bar {
	position: relative;
	top: 0;
	float: right;
	white-space: nowrap;
	width: 68%;
}
.main-page-nav-bar li {
	float: right;
	margin-left: 6%;
	cursor: pointer;
}

.main-page-nav-bar a {
	position: relative;
	color: #000;
	font-size: 12px;
	cursor: pointer;
	display: block;
	height: 100%;
}

.banner {
	position: fixed;
	left: 0;
	top: 40px;
	width: 100%;
	height: 420px;
	background: url(https://s2.wandougongzhu.cn/s/a8/banner_702fcf.jpg) no-repeat
		50% 50%;
	background-size: auto 100%;
}

.banner.fixed {
	position: fixed;
	top: -128px;
}

.page-wrapper {
	margin-top: 40px;
}

.page {
	position: relative;
	width: 1200px;
	margin: 266px auto auto auto;
	overflow: hidden;
}

.nav-box {
	position: absolute;
	text-align: right;
	width: 250px;
	height: 895px;
	/* float: left; */
	margin-right: 15px;
	background: #fafafa;
	margin-bottom: 300px;
	left: 0;
	top: 0;
}

.nav-top {
	position: relative;
	height: 120px;
	background: #191919;
	color: #fff;
}

.nav-list {
	display: block;
}

.nav-list > li {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 35px;
	font-size: 18px;
	cursor: pointer;
	border-bottom: 1px solid #efefef;
}

.nav-list li.active,
.nav-list li:hover {
	color: #ea4141;
}

.nav-title {
	font-size: 28px;
	padding: 0 35px;
	font-weight: normal;
	padding-top: 25px;
}

.nav-sub-title {
	font-size: 18px;
	padding: 0 35px;
}

.news-list-box {
	position: relative;
	overflow: hidden;
	padding: 3px;
	color: #191919;
	margin-bottom: 260px;
	margin-left: 265px;
}

.news-list {
	position: relative;
	display: block;
	background: #fff;
	min-height: 900px;
}

.nav-box.fixed {
	position: fixed;
  left: 50%;
  top: 50px;
  margin-left: -600px;
}

.news-item {
	position: relative;
	display: block;
	padding: 25px;
}

.news-item:hover > .title {
	color: #ea4141;
}

.link-tag {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: auto;
	height: auto;
	box-sizing: border-box;
}

.link-tag:hover {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
}

.link-tag:hover:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	line-height: 0;
	overflow: hidden;
	background-color: #fff;
}

.link-tag:before {
	position: absolute;
	content: '';
	left: 25px;
	right: 25px;
	bottom: -1px;
	width: auto;
	height: 1px;
	line-height: 0;
	overflow: hidden;
	background-color: #efefef;
}

.news-item:last-of-type .link-tag:before {
	display: none;
}

.news-item > .title {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-item > .sub-title {
	font-size: 14px;
	margin: 8px 0 12px 0;
	color: #6e6e6e;
}
.keywords-box {
	font-size: 14px;
	word-break: break-all;
}

.footer-section {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #191919;
	-webkit-font-smoothing: antialiased;
}

.footer-section ul {
	display: block;
	background: #000;
}

.footer-section li {
	display: inline-block;
	margin-right: 10%;
	padding-top: 29px;
	text-align: left;
	vertical-align: top;
}

.footer-section h2 {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: normal;
}

.footer-section p {
	font-size: 12px;
	margin-bottom: 39px;
}

.copy-right-box {
	height: 35px;
	line-height: 35px;
}

.connect-to-us {
	position: relative;
	display: inline-block;
	/* overflow: hidden; */
	margin-top: 10px;
	height: 32px;
}

.connect-to-us .connect-ico-sprite {
	height: 100%;
}

.connect-to-us i {
	position: absolute;
	width: 35%;
	height: 100%;
	line-height: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.weibo-conn-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 35%;
	height: 100%;
}

.conn-code-img {
	position: absolute;
	width: 100px;
	right: -112px;
	top: -30px;
	opacity: 0;
	transition: all 300ms;
}

.connect-to-us i:hover .conn-code-img {
	opacity: 1;
}

.main-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.new-tag {
	position: relative;
	vertical-align: middle;
	width: 40px;
	margin: -4px 5px 0 0;
}
