html, body {
	padding: 0;
	font-family: Source Han Sans CN;
	min-width: 1550px;
}

p {
	margin: 0;
}

body {
	max-width: 1920px;
	min-width: 1550px;
	margin: 0 auto;
}

.top-bg {
	background: url(../images/top_bg.jpg) no-repeat top right;
	height: 1044px;
}

.top-bg .top-menu {
	padding-top: 43px;
	display: flex;
	justify-content: center;
	color: #FFF;
	font-size: 32px;
	line-height: 32px;
}

.top-bg .top-menu a {
	color: #FFF;
	text-decoration: none;
}

.top-bg .top-menu .top-line {
	margin: 0 30px;
}

.about-container {
	padding-top: 6px;
	width: 1550px;
	margin: 0 auto;
}

.about-container .about-title {
	position: relative;
	padding-left: 34px;
	font-weight: bold;
	color: #1A1A1A;
	font-style: italic;
	font-size: 54px;
	line-height: 54px;
}

.about-container .about-title::after {
	position: absolute;
	bottom: -10px;
	left: 35px;
	content: '';
	width: 112px;
	height: 6px;
	background: #F29C2B;
}

.about-container .about-list {
	margin-top: 72px;
	display: flex;
}

.about-container .about-list .about-item {
	margin-left: -6px;
}

.about-container .about-info {
	margin: 65px auto 0;
	padding: 20px 0;
	width: 1312px;
	height: 225px;
	text-align: center;
	font-size: 32px;
	line-height: 54px;
	color: #979594;
	background: url(../images/about_border_1.png) no-repeat top left, url(../images/about_border_2.png) no-repeat bottom right;
}

.contact-container {
	margin-top: 50px;
	padding-top: 280px;
	height: 271px;
	background: url(../images/contact_bg.png) no-repeat top center;
	text-align: center;
}

.contact-container .contact-btn {
	display: inline-block;
	margin: 0 auto;
	padding: 22px 50px 20px;
	text-align: center;
	background: #F29C2B;
	border-radius: 71px;
	color: #fff;
	text-decoration: none;
}

.contact-container .contact-title {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 20px;
}

.contact-container .contact-text {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
}

.footer-container {
	padding: 33px 0 36px;
	display: flex;
	justify-content: center;
}

.footer-container .footer-info {
	padding-top: 14px;
	margin-left: 11px;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.footer-container .footer-info a {
	margin-right: 26px;
	text-decoration: none;
	color: #333333;
}