.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main .item1 {
	height: 830px;
	background-image: url(../images/index2_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	box-sizing: border-box;
	padding-top: 100px;
}

.main .item1 .txt {
	height: 500px;
	width: 100%;
	background-color: #f5f5f5;
	box-shadow: 0 0 15px #dddddd;
	box-sizing: border-box;
	padding: 20px;
}

.main .item1 .txt .l,
.main .item1 .txt .r {
	width: 50%;
}

.main .item1 .txt .l {
	position: relative;
}

.main .item1 .txt .l h5.title {
	width: 260px;
	height: 120px;
	font-family: pingfang;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 100;
	line-height: 90px;
	text-align: center;
	background-image: url(../images/title_bg-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 10px;
	left: -50px;
}

.main .item1 .txt .l .article {
	padding-top: 15px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 230px;
}

.main .item1 .txt .l .article p {
	font-family: pingfang;
	font-size: 14px;
	color: #707070;
	line-height: 24px;
	text-indent: 2em;
}

.main .item1 .txt .r {
	box-sizing: border-box;
	padding-left: 30px;
}

.main .item1 .txt .r img {
	display: block;
	width: 100%;
}

.main .item2 {
	background-color: #f5f5f5;
	padding-bottom: 80px;
}

.main .item2 .none {
	height: 1px;
}

.main .item2 h5.title {
	width: 260px;
	height: 90px;
	background-color: #c4ad81;
	font-family: pingfang;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 100;
	line-height: 90px;
	text-align: center;
	margin: 0 auto;
	margin-top: -45px;
	display: block;
}

.main .item2 ul.honor_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 50px;
}

.main .item2 ul.honor_list li a img {
	display: block;
	margin: 0 30px;
}