#container {
	position: relative;
	width: 100%;
	min-width: 1200px;
	background: #F5FAFE;
}

.bg {
	width: 100%;
	height: 1154px;
	min-width: 1200px;
	display: block;
}

.top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 130px;
	background: #F5FAFE;
	overflow: hidden;
}

.top .top-info {
	min-width: 1000px;
	margin: 0 136px 0 34px;
}

.top .logo {
	float: left;
	width: 208px;
	height: 92px;
	margin: 34px 0 4px 0;
}

.top .top-right {
	float: right;
	padding: 46px 0 16px 0;
	overflow: hidden;
}

.top .top-right .right-item {
	position: relative;
	float: left;
	height: 68px;
	margin-left: 105px;
	cursor: pointer;
}

.top .top-right .right-item .item-text {
	height: 68px;
	line-height: 68px;
	color: #666;
	font-size: 48px;
	font-weight: bold;
}

.top .top-right .right-item.item-active .item-text {
	color: #3E91FF;
}

.info-con,
.contact-con {
	display: flex;
	flex-direction: column;
	width: 1200px;
	min-width: 1000px;
	margin: 80px auto 0 auto;
}

.about-title {
	width: 342px;
	height: 95px;
	margin: 0 auto;
}

.about-desc {
	margin-top: 28px;
	line-height: 54px;
	color: #000;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}

.desc-img {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 36px;
}

.desc-img .img {
	width: 450px;
	height: 501px;
}

.desc-main {
	display: flex;
	flex-direction: column;
	margin-top: 72px;
}

.desc-main .desc-title {
	color: #333;
	font-size: 48px;
	font-weight: bold;
}

.desc-main .desc-text {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 24px;
}

.desc-main .desc-text .text {
	line-height: 54px;
	color: #333;
	font-size: 34px;
}

.desc-main .desc-text .text-img {
	width: 625px;
	height: 629px;
}

.contact-title {
	width: 345px;
	height: 87px;
	margin: 0 auto;
}

.contact-info {
	display: flex;
	flex-direction: column;
	margin-top: 46px;
}

.contact-info .contact-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 18px;
}

.contact-info .contact-row .name {
	line-height: 54px;
	color: #000;
	font-size: 34px;
	font-weight: bold;
}

.contact-info .contact-row .txt {
	line-height: 54px;
	color: #666;
	font-size: 34px;
	font-weight: bold;
}

.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;
}