#container {
	padding-bottom: 80px;
}

.top {
	position: relative;
	width: 100%;
	height: 1080px;
	min-width: 1200px;
}

.top .top-bg {
	width: 100%;
	height: 1080px;
	min-width: 1200px;
}

.top .top-logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 120px;
	background: rgba(255, 255, 255, .5);
}

.top .top-logo .logo {
	width: 174px;
	height: 64px;
	margin: 33px auto;
	display: block;
}

.top .top-info {
	position: absolute;
	bottom: -5px;
	left: 360px;
	min-width: 1200px;
}

.top .top-right {
	width: 415px;
	height: 600px;
	margin-left: 108px;
}

.top .top-left {
	float: left;
	width: 600px;
	margin-top: 70px;
}

.top .top-left p {
	color: #fff;
}

.top .top-left .title {
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}

.top .top-left .sub-tit {
	margin-top: 4px;
	margin-bottom: 30px;
	font-size: 20px;
}

.top .top-left .desc {
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 12px;
}

.top .top-left .left-bottom img {
	float: left;
}

.top .top-left .left-bottom .img1 {
	width: 200px;
	height: 60px;
	margin-right: 32px;
	margin-top: 30px;
}

.top .top-left .left-bottom .img2 {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.main {
	min-width: 1200px;
	width: 1200px;
	height: 530px;
	margin: 48px auto;
}

.main .main-img {
	float: left;
	width: 380px;
	height: 530px;
	margin-right: 30px;
}

.main .main-img:last-of-type {
	margin-right: 0;
}

.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 80px;
}

.bottom .bottom-bg {
	width: 100%;
	height: 80px;
}

.bottom .bottom-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.bottom .bottom-info .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;
}