﻿@charset "utf-8";
::-webkit-input-placeholder {
 color: #333;
}

::-moz-placeholder {
 color: #333;
}

:-ms-input-placeholder {
 color: #333;
}
html {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
@keyframes closeEye {
 0% {
 filter: opacity(0.3) brightness(1);
 transform: scale(1);
}
 40% {
 filter: opacity(1) brightness(1.2);
 transform: scale(1.05);
}
 100% {
 filter: opacity(0.3) brightness(1);
 transform: scale(1);
}
}
@keyframes blurAni {
 0% {
 filter: blur(0px) opacity(0);
}
 35% {
 filter: blur(3px) opacity(0.4);
}
 100% {
 filter: blur(0px) opacity(1);
}
}
@keyframes blurAni2 {
 0% {
 filter: blur(0px) opacity(1);
}
 30% {
 filter: blur(6px) opacity(0);
}
 100% {
 filter: blur(0px) opacity(1);
}
}
@keyframes upLogo {
 0% {
 filter: blur(6px) opacity(0);
 transform:scale(0.8);
}
 30% {
 filter: blur(0px) opacity(1);
}
 100% {
 transform:scale(1);
}
}
@keyframes upList {
 0% {
 height: 0px;
 border-radius: 100px;
}
 100% {
 height: 1080px;
}
}
body {
	color:#fbedc4;
	font-family:"微软雅黑", "宋体";
	font-size:14px;
	line-height:24px;
	padding:0;
	margin:0;
	height: 100%;
	background-color: #0a0d0d;
}
ul, li {
	padding:0;
	margin:0;
	list-style:none;
}
a {
	color:#F80;
	text-decoration:none;
	transition: all 0.3s;
	font-weight: bold;
}
a:hover {
	color:#000;
	background-color: #F80;
	padding: 3px 10px;
	border-radius: 2px;
}



img {
	border: none;
	vertical-align: middle;
	transition: all 0.3s;
}
MAIN {
	width: 100%;
	height: 1080px;
	background:#0a0d0d url(img/back.jpg) left top no-repeat;
	transition: all 0.6s;
}
#FOOT {
	background: #140e0b;
	color: #7a6e5f;
	position: fixed;
	bottom: 0px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 999;
}
#FOOT .text {
	font-size:12px;
	padding: 10px 20px;
	line-height: 18px;
	text-align: right;
}
#FOOT .text a {
	font-size:16px;
}
#LOGO {
	transition: all 0.3s;
}
#LOGO:hover {
	filter: brightness(130%);
	transform: translateY(10px) scale(0.98);
}
#EYE {
	filter: opacity(0);
	animation: closeEye 2s infinite;
	margin: 0 auto;
	width: 900px;
}
#EYEShine {
	filter: opacity(0);
	position: fixed;
	left: 1280px;
	z-index: 102;
	transition: filter 0.2s;
}
#EYEShine:hover {
	filter: opacity(1);
}
#QUICK {
	margin: 0 auto;
	width:700px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
}
#QUICK li {
	margin: 25px 10px;
}
#QUICK .img {
	display: flex;
}
#QUICK .img li {
	background: url(img/quickBack.png) no-repeat left top;
	height: 50px;
	padding: 21px;
	width: 50px;
	display: block;
}
#QUICK .img img, #QUICK .down img {
	cursor: pointer;
}
#QUICK .img img:hover +span {
	filter: opacity(1) blur(0px);
	transform: translate(-105px, 20px);
}
#QUICK .img span {
	background: #881a12;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	height: 24px;
	margin: 8px 0px 0px 45px;
	filter: opacity(0) blur(5px);
	transition: all 0.3s;
	display: block;
	min-width: 150px;
	text-align: center;
	transform: translate(-105px, 30px);
}
#QUICK .img img:hover, #QUICK .down img:hover {
	transform:scale(0.9);
}
#QUICK .down img:hover +div {
	filter: blur(0px);
	transform: translate(-150px, 20px);
	opacity: 1;
}
.downlist {
	transition: all 0.3s;
	padding: 20px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	width: 500px;
	position:absolute;
	opacity: 0;
	filter: blur(10px);
	transform: translate(-150px, 100px);
	display: flex;
	justify-content: space-between;
}
#NAV {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
	padding: 20px;
}
#NAV ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#NAV .navbtn {
	background: url(img/nav.png);
	width: 100px;
	height: 120px;
	margin: 0px 5px;
	cursor: pointer;
	transition: all 0.3s;
}
#NAV .line {
	transition: all 0.3s;
}
#NAV #N1 {
	background-position: 0px 0px;
	animation: blurAni2 0.2s;
}
#NAV #N2 {
	background-position: -100px 0px;
	animation: blurAni2 0.3s;
}
#NAV #N3 {
	background-position: -200px 0px;
	animation: blurAni2 0.4s;
}
#NAV #N4 {
	background-position: -300px 0px;
	animation: blurAni2 0.5s;
}
#NAV #N5 {
	background-position: -400px 0px;
	animation: blurAni2 0.6s;
}
#NAV #N6 {
	background-position: -500px 0px;
	animation: blurAni2 0.7s;
}
#NAV #N1:hover {
	background-position: 0px -120px;
	animation: blurAni 0.3s;
}
#NAV #N2:hover {
	background-position: -100px -120px;
	animation: blurAni 0.3s;
}
#NAV #N3:hover {
	background-position: -200px -120px;
	animation: blurAni 0.3s;
}
#NAV #N4:hover {
	background-position: -300px -120px;
	animation: blurAni 0.3s;
}
#NAV #N5:hover {
	background-position: -400px -120px;
	animation: blurAni 0.3s;
}
#NAV #N6:hover {
	background-position: -500px -120px;
	animation: blurAni 0.3s;
}
#QN {
	position: fixed;
	top: 260px;
	left: 640px;
	z-index: 100;
}
#QN li {
	margin-bottom: 50px;
	transition: all 0.2s;
	cursor: pointer;
}
#QN li:hover {
	transform:translateX(-50px);
}
#QN li:nth-child(2) {
 margin-left: 120px;
}
#QN li:nth-child(3) {
 margin-left: 240px;
}
UP, FIRST {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 200;
	display: none;
}
FIRST {
	display: block;
	z-index: 150;
}
FIRST .layer {
	position: fixed;
	display: flex;
	width: 100%;
	z-index: 151;
}
FIRST .layer .first {
	width: 960px;
	margin: 150px auto;
	background: rgba(0, 0, 0, 0.8);
	border: 10px #e8d49f solid;
}
FIRST .layer .first .logo {
	display: flex;
	padding:0px 30px;
	align-items: flex-end;
	justify-content: space-between;
}
FIRST .layer .list {
	padding:20px 30px 40px 30px;
}
FIRST .layer .list li {
	border-bottom: 1px #333 dashed;
	line-height: 40px;
	font-size: 14px;
}
FIRST .layer .list li:last-child {
	border: none;
}
UP .layer {
	position: fixed;
	display: flex;
	z-index: 202;
}
UP .layer .logo {
	width: 240px;
	padding: 25px 0px 0px 28px;
	animation: upLogo 0.6s;
}
UP .layer .nav {
	width: 70px;
	padding:70px 13px 10px 10px;
	text-align: center;
}
UP .layer .nav .navbtn {
	width: 50px;
	height: 110px;
	background: url(img/upnav.png);
	cursor: pointer;
	display: inline-block;
	transition: margin 0.3s;
}
UP .layer .nav .navbtn:hover {
	margin: 10px 0px;
}
.layer .nav #N1 {
	background-position: 0px 0px;
	animation: blurAni2 0.3s;
}
.layer .nav #N2 {
	background-position: -50px 0px;
	animation: blurAni2 0.3s;
}
.layer .nav #N3 {
	background-position: -100px 0px;
	animation: blurAni2 0.3s;
}
.layer .nav #N4 {
	background-position: -150px 0px;
	animation: blurAni2 0.3s;
}
.layer .nav #N5 {
	background-position: -200px 0px;
	animation: blurAni2 0.3s;
}
.layer .nav #N1:hover {
	background-position: 0px -110px;
	animation: blurAni 0.3s;
}
.layer .nav #N2:hover {
	background-position: -50px -110px;
	animation: blurAni 0.3s;
}
.layer .nav #N3:hover {
	background-position: -100px -110px;
	animation: blurAni 0.3s;
}
.layer .nav #N4:hover {
	background-position: -150px -110px;
	animation: blurAni 0.3s;
}
.layer .nav #N5:hover {
	background-position: -200px -110px;
	animation: blurAni 0.3s;
}
UP .layer .list {
	width: 990px;
	padding:0px 50px;
	background-color: #000;
	filter: opacity(0.8);
	height: 1080px;
	animation: upList 1s;
}
.layer .close {
	cursor: pointer;
	text-align: right;
	width: 100%;
	transition: all 0.2s;
}
.layer .close img:hover {
	filter: brightness(150%);
	transform:scale(0.9) translateY(-5px);
}
UP .mask, FIRST .mask {
	background-color: #000;
	filter: opacity(0.6);
	width: 100%;
	height: 100%;
	z-index: 201;
}
#WEB-PD {
	animation: blurAni 0.3s;
}
#WEB-PD .upnav {
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	margin-bottom:15px;
	padding-bottom: 15px;
	border-bottom: 2px #F60 solid;
}
#WEB-PD .upnav h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
	padding: 0;
	margin: 0;
}
#WEB-PD .newslist span {
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 15px;
	display: block;
	cursor: pointer;
	transition: all 0.3s;
}
#WEB-PD .newslist span:hover {
	transform:translateX(10px);
}
#WEB-PD .newslist .nl li {
	border-bottom: 1px #333 dashed;
	line-height: 36px;
	font-size: 14px;
}
#WEB-PD .newslist .ninfor {
	display: flex;
	flex-wrap: wrap;
}
#WEB-PD .newslist .ninfor li {
	border: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 15px;
	border-right: 1px #333 solid;
	line-height: 30px;
}
.artic {
	height: 1000px;
}
.artic-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
}
.artic-date {
	font-size: 12px;
	padding: 10px 0px;
	border-bottom: 1px #333 dashed;
}
.artic-content::-webkit-scrollbar {
display:none
}
.artic-content {
	padding: 10px 0px;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}
