﻿#container {
	position: relative;
	width: 100%;
	height: 1080px;
	min-width: 1200px;
}

.bg {
	width: 100%;
	height: 1080px;
	min-width: 1200px;
	display: block;
}

.top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100px;
	background: rgba(33, 37, 42, .5);
	overflow: hidden;
}

.top .top-info {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

.top .logo {
	float: left;
	width: 70px;
	height: 70px;
	margin: 15px 0;
}

.top .top-right {
	float: right;
	padding: 21px 0;
	overflow: hidden;
}

.top .top-right .right-item {
	position: relative;
	float: left;
	width: 124px;
	height: 58px;
	margin-left: 76px;
	cursor: pointer;
}

.top .top-right .right-item .item-text {
	width: 124px;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.top .top-right .right-item.item-active .item-text {
	color: #FDEF9C;
}

.top .top-right .right-item .item-arrow {
	position: absolute;
	bottom: 0;
	left: 58px;
	width: 8px;
	height: 8px;
}

.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 80px;
	background: rgba(33, 37, 42, .5);
}

.bottom .info-top {
	margin-top: 20px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.bottom .bottom-txt {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.bottom .bottom-txt a {
	margin-right: 30px;
}