a {
	color: #fff;
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

body {
	min-width: 1220px;
	font: 14px/1.6 "Microsoft Yahei";
	/* color: #fff; */
	background: url(../images/bg01.jpg) no-repeat center top;
}

ul li {
	list-style: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*+html .clearfix {
	zoom: 1;
}

/* IE7 */
.fL {
	float: left !important;
}

.fR {
	float: right !important;
}

img {
	vertical-align: top;
}

/*---------------index--------------*/
.header {}

.header .hInner {
	margin: 0 auto;
	padding: 20px 0 0;
	height: 101px;
	width: 1200px;
	box-sizing: border-box;
}

.header .logo {
	margin: 8px 0 0 0;
	float: left;
}

.header ul {
	margin: 17px 0 0 0;
	float: right;
}

.header li {
	margin-left: 50px;
	float: left;
}

.header li a {
	color: #304563;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: block;
}

.header li a:hover {
	color: #c34f25;
}

.header li a span {
	padding-left: 30px;
	display: inline-block;
	background: url(../images/navi_img01.png) no-repeat left 8px;
}

.header li a:hover span {
	background-image: url(../images/navi_img01_on.png);
}

.header li.li02 a span {
	background-image: url(../images/navi_img02.png);
}

.header li.li02 a:hover span {
	background-image: url(../images/navi_img02_on.png);
}

.header li.li03 a span {
	background-image: url(../images/navi_img03.png);
}

.header li.li03 a:hover span {
	background-image: url(../images/navi_img03_on.png);
}

.header li.li04 a span {
	background-image: url(../images/navi_img04.png);
}

.header li.li04 a:hover span {
	background-image: url(../images/navi_img04_on.png);
}

.header li.li05 a span {
	background-image: url(../images/navi_img05.png);
}

.header li.li05 a:hover span {
	background-image: url(../images/navi_img05_on.png);
}

#main {
	margin: 0 auto;
	padding: 690px 0 46px;
	width: 1200px;
	position: relative;
}

#main .openBox {
	width: 834px;
	margin: 0 auto;
}

#main .openBox input {
	display: block;
	float: left;
	margin-right: 12px;
	width: 540px;
	border: 2px solid #f6de5d;
	border-radius: 10px;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	line-height: 66px;
	padding: 0 30px;
	outline: none;
}

#main .openBox input::-webkit-input-placeholder {
	color: #fff;
}

#main .openBox input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#main .openBox input:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#main .openBox a {
	display: block;
	float: right;
}

#main .img {
	margin: 0 0 249px 1px;
	text-align: center;
}

#main .rocket {
	margin: 0 0 0 -139px;
	position: absolute;
	left: 50%;
	top: 335px;
	z-index: 900;
}

#main .dateBox {
	margin: 0 auto;
	width: 700px;
	height: 90px;
	position: relative;
	z-index: 901;
	text-align: center;
	background: url(../images/bg03.png) no-repeat center top;
}

#main .dateBox p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 85px;
}

#main .dateBox p img {
	margin: -4px 11px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#main .dateBox p span {
	color: #f6ff00;
}

#main .detailBtn {
	margin-top: -50px;
	position: fixed;
	right: 0;
	top: 50%;
}

#main .btn {
	margin: 0 0 181px 4px;
	position: relative;
	z-index: 901;
	text-align: center;
}

.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	background: rgba(0, 0, 0, 0.7);
}

.popBox {
	margin: -140px 0 0 -285px;
	width: 505px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 1000;
}

.popBox .photo {
	margin-bottom: 9px;
	position: relative;
}

.popBox .photo p {
	width: 450px;
	position: absolute;
	left: 0;
	top: 90px;
	color: #674722;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.85;
	text-align: center;
	box-sizing: border-box;
}

.popBox .photo p span {
	color: #b51e0d;
}

.popBox .close {
	margin-left: 66px;
	position: relative;
	text-align: center;
}

.searchBox {
	padding: 21px 50px 50px;
	width: 720px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 10000;
	border-radius: 20px;
	box-sizing: border-box;
	background: #241F46;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-height: 90vh;
	overflow: auto;
}

.searchBox .close {
	position: absolute;
	right: 18px;
	top: 18px;
}

.searchBox .title {
	margin-bottom: 24px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.searchBox .search {
	margin: 0 auto 32px;
	width: 510px;
	position: relative;
}

.searchBox .search input {
	margin: 0;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	color: #161616;
	font-size: 18px;
	line-height: 50px;
	box-sizing: border-box;
	border-radius: 25px;
	border: none;
	background: #fff;
}

.searchBox .search a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.searchBox .search input::-webkit-input-placeholder {
	color: #161616;
}

.searchBox .search input::-moz-placeholder {
	color: #161616;
	opacity: 1;
}

.searchBox .search input:-moz-placeholder {
	color: #161616;
	opacity: 1;
}

.searchBox table {
	width: 100%;
	border-collapse: collapse;
}

#searchBox th,
#searchBox2 th {
	color: #272553;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	background: #FFDF70;
	border: 1px solid #314C6E;
}

#searchBox td,
#searchBox2 td {
	padding: 7px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
	border: 1px solid #314C6E;
}

#searchBox td span,
#searchBox2 td span {
	color: #fff21c;
}

.searchBox tr:nth-child(2n+1) td {}

.pop {
	margin: -158px 0 0 -300px;
	width: 600px;
	height: 287px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 9999;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 10px;
}

.pop .close {
	position: absolute;
	right: 19px;
	top: 19px;
}

.pop p {
	margin: 20px 0;
	color: #323232;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.pop .user_name {
	margin: 0 auto;
	width: 480px;
	height: 72px;
	display: block;
	color: #323232;
	font-size: 24px;
	line-height: 72px;
	text-align: center;
	background: #EBEBEB;
	border-radius: 10px;
	border: 1px solid #DBDBDB;
}

.pop .user_name::-webkit-input-placeholder {
	color: #323232;
}

.pop .user_name::-moz-placeholder {
	color: #323232;
	opacity: 1;
}

.pop .user_name:-moz-placeholder {
	color: #323232;
	opacity: 1;
}

.pop .tcsub {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: 72px;
	line-height: 72px;
	margin: 20px auto 0;
	text-align: center;
	width: 480px;
	border-radius: 10px;
	border: none;
	background: #A37C3C;
}

.detailBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}

.detailBox .photo {
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

.detailBox .photo img {
	margin: 0 auto;
	max-width: 860px;
}

.detailBox .close {
	position: fixed;
	top: 30px;
	right: 15%;
}

.detailBox .close a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/close3.png) no-repeat center top;
	background-size: 60px auto;
}

.detailBox .close a:hover {
	background-position: center -60px;
}

.launching {
	overflow: hidden;
	transition: background-position 3s linear 2s;
	-webkit-transition: background-position 3s linear 2s;
	background-position: center bottom -1920px;
}

.launching .header,
.launching #main .img,
.launching #main .btn,
.launching #main .detailBtn,
.launching #main .dateBox,
.launching .footer {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.launching .rocket {
	animation: shake 2s;
	-webkit-animation: shake 2s;
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {

	padding: 0 5px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #FFDF70;
}

/* NavBar */
header {
	width: 100%;
	max-height: 100px;
	height: 100px;
	background: #001529;
	box-sizing: border-box;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	animation: fadeDown_In 1s;
	transition: .5s;
	z-index: 3;
	position: fixed;
	top: 0;
}

header .container {
	width: 1400px;
	margin: 0 auto;
}

.logo {
	display: inline-block;
	margin: 8.5px auto 0 auto;
	transition: .2s;
}

.logo img {
	display: inline-block;
	width: 300px;
	margin: 0 auto;
}

.nav {
	float: right;
	display: inline-block;
	margin: 0;
	text-align: justify;
}

.nav ul {
	text-align: justify;
	height: 48px;
}

.nav ul::after {
	content: '';
	display: inline-block;
	width: 100%;
}

.nav li {
	display: inline-block;
	width: calc(((1400px - 300px) / 6) - 20px);
	max-width: 144px;
	height: 100px;
	vertical-align: top;
	margin: 0 0 0 30px;
	transition: .2s;
}

.nav li:nth-child(3) {
	margin: 0 0 0 1vw;
}

.nav li:nth-child(4) {
	margin: 0 0 0 1vw;
}

.nav li a {
	color: #32a8ff;
	font-size: 1.3vw;
	line-height: 2vw;
	display: inline-block;
	height: 100%;
	width: 100%;
	transition: .1s;
}

.nav li:nth-child(1) a {
	background: url(../images/nav1.png) 0% 50% no-repeat;
	background-size: 144px 48px;
}

.nav li:nth-child(1) a:hover {
	background: url(../images/nav1_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(2) a {
	background: url(../images/nav2.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(2) a:hover {
	background: url(../images/nav2_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(3) a {
	background: url(../images/nav5.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(3) a:hover {
	background: url(../images/nav5_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(4) a {
	background: url(../images/nav3.png) 0% 50% no-repeat;
	background-size: contain;
	position: relative;
}

.nav li:nth-child(4) a:hover {
	background: url(../images/nav3_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(5) a {
	background: url(../images/nav4.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(5) a:hover {
	background: url(../images/nav4_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li a i {
	font-size: .8vw;
	line-height: 1vw;
	display: block;
	font-style: normal;
	color: #a7c3d7;
}

.inner {
	margin-top: 20px;
}

.footer {
	position: fixed;
	overflow: hidden;
	bottom: 0;
	width: 100%;
}

.footer p {
	color: #ffeedf;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
}

.popBox03 {
	display: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
}

.popBox03 .photoBox {
	width: 860px;
	margin: 40px auto 0;
}

.popBox03 .photoBox img {
	width: 100%;
}

.popBox03 .close {
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: fixed;
	top: 30px;
	right: 15%;
}

.popBox03 .close a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/close3.png) no-repeat center top;
	background-size: 60px auto;
}

.popBox03 .close img {
	width: 100%;
}

.popBox03 .close a:hover {
	background: url(../images/close3.png) no-repeat center -60px;
	background-size: 60px auto;
}

.searchBox-btn-box {
	display: flex;
	justify-content: space-around;
}

.searchBox-btn-box .btn {
	font-size: 20px;
	padding: 10px 20px;
	border: 1px solid #b7b7b7;
	margin: 5px;
	color: #b7b7b7;
	border-radius: 6px;
}

.btn:hover {
	cursor: pointer;
	filter: brightness(1.2);
}

.selectbox {
	display: flex;
	margin: 5px auto;
	justify-content: center;
}

#detailBox {
	color: #fff;
}

.pages {
	text-align: center;
}

 ::-webkit-scrollbar {

      width: 7px;

    }

    ::-webkit-scrollbar-button {

      background: transparent;

      border-radius: 4px;

    }

    ::-webkit-scrollbar-track-piece {

      background: transparent;

    }

    ::-webkit-scrollbar-thumb {

      border-radius: 4px;

      background-color: rgba(0, 0, 0, 0.4);

      border: 1px solid slategrey;

    }

    ::-webkit-scrollbar-track {

      box-shadow: transparent;

    }