#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;
	overflow: hidden;
}

.top .top-info {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

.top .logo {
	float: left;
	width: 162px;
	height: 60px;
	margin: 20px 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 {
	position: relative;
	width: 160px;
	height: 58px;
	line-height: 58px;
	color: #666;
	font-size: 24px;
	text-align: center;
}

.top .top-right .right-item.item-active .item-text {
	color: #333;
	font-weight: 500;
}

.top .top-right .right-item.item-active .item-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 68px;
	width: 24px;
	height: 6px;
	background: #333;
	border-radius: 25px;
}

.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;
}

.bottom .info-top {
	margin-top: 20px;
	display: block;
	color: #666;
	font-size: 14px;
	text-align: center;
}

.bottom .bottom-txt {
	margin-top: 10px;
	display: block;
	color: #666;
	font-size: 14px;
	text-align: center;
}

.bottom .bottom-txt a {
	margin-right: 30px;
}