.center-container {
	width: 1200px;
	margin: 0 auto
}
.about-banner {
	min-width: 1240px;
	width: 100%;
	height: 300px;
	background: url("../images/about.png") no-repeat center;
	background-size: auto 100%
}
.layout-wrap {
	padding-top: 30px;
	border-top: 1px dashed #e8e8e8;
	width: 100%
}
.layout-wrap .left-nav {
	float: left;
	width: 270px
}
.layout-wrap .left-nav .nav-item {
	display: block;
	width: 100%;
	height: 68px;
	line-height: 68px;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 6px solid #ffa000;
	background: #F5F5F5;
	text-align: center;
	margin-bottom: 20px
}
.layout-wrap .left-nav .nav-item.active {
	color: #fff;
	background: #ffa000
}
.layout-wrap .right-content {
	float: left;
	width: 860px;
	margin-left: 70px
}
.intro-text {
	width: 860px;
	margin-top: 65px;
	background: rgba(249,250,254,0.89);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	color: #333;
	line-height: 34px;
	padding: 35px;
}
.title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #333;
}
.page3 .list {
	margin-top: 80px;
	margin-bottom: 120px;
	text-align: center;
}
.page3 .list>ul {
	display: inline-block;
}
.page3 .list li {
	float: left;
	margin-left: 40px;
	width: 260px;
	height: 340px;
	border: 1px solid #cecece;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page3 .list li:first-child {
	margin-left: 0;
}
.page3 .list li>.img {
	width: 100%;
	height: 150px;
}
.page3 .list li>.img>img {
	width: 100%;
	height: 100%;
	border: 0;
}
.page3 .list li>h2 {
	padding: 0 10px;
	margin-top: 40px;
	font-size: 24px;
	text-align: left;
	color: #303030;
}
.page3 .list li .card {
	font-size: 14px;
	padding: 0 10px;
	margin-top: 25px;
	text-align: left;
	color: #999;
	line-height: 30px;
	word-break: break-all;
}

/*# sourceMappingURL=common.css.map */
