@font-face {
	font-family: "思源雅黑-light";
	src: url(../fonts/SourceHanSansCN-Light.otf);
}

@font-face {
	font-family: "思源雅黑-Heavy";
	src: url(../fonts/SourceHanSansCN-Light.otf);
}

@font-face {
	font-family: "Proxima-RG";
	src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
	font-family: "Proxima-MD";
	src: url(../fonts/ProximaSansMedium.otf);
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #000000;
	font-family: "思源雅黑-light";
}

.header {
	position: fixed;
	display: flex;
	width: 100%;
	padding: 0 5%;
	top: 20px;
	left: 0;
	z-index: 99999;
	height: 36px;
	box-sizing: border-box;
}

.header>h1 {
	width: 100px;
	height: 36px;
	background: url(../images/logo.png) no-repeat left top;
	background-size: 100% 100%;
}

.header>div {
	width: calc(90% - 100px);
	position: absolute;
	bottom: 3px;
	left: calc(5% + 100px);
	height: 1px;
	display: flex;
	align-items: center;
	background: url(../images/top_line.png) repeat-x left top;
}

.header>div>span {
	width: calc(90% - 100px);
	height: 1px;
	display: flex;
	background: #FFFFFF;
	float: left;
}

.header>button {
	background: url(../images/btn.png) no-repeat center center;
	background-size: 100% 100%;
	width: 20px;
	height: 18px;
	float: right;
	position: absolute;
	border: none;
	outline: none;
	right: 5%;
	top: 0px;
}

.header>ul {
	position: absolute;
	border: 1px solid #FFFFFF;
	z-index: 9999;
	right: 5%;
	top: 33px;
}

.header>ul>li {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

.header>ul>li>a {
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 40px;
	cursor: pointer;
}

.swiper-container {
	height: 100%;
	width: 100%;
}

.bottomline {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.bottomline>span {
	width: calc(50% - 17px);
	height: 1px;
	background: #95734b;
}

.bottomline>img {
	width: 25px;
	height: 25px;
	margin: 0 10px;
}

.bottomline>div {
	width: 100%;
	height: 50px;
	padding-top: 10px;
	box-sizing: border-box;
	border-top: 1px solid #95734B;
}

.bottomline>div>p {
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
}
.mtopItem8 {display: none!important;}