.banner {
	width: 100%;
	position: relative;
	padding-top: 108px;
}

.banner img {
	display: block;
	width: 100%;
}

.banner ul.typelist {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: calc(100% - 220px);
	padding: 25px 0px;
	background-color: rgba(255,255,255,.4);
}

.banner ul.typelist li a {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	width: 370px;
	height: 50px;
	background-color: #FFFFFF;
	margin: 0 10px;
}

.banner ul.typelist li.active a {
	color: #FFFFFF;
	background-color: #138e4d;
}

.main {
	padding-bottom: 115px;
}

.main .path {
	height: 70px;
	background-color: #eeeeee;
}

.main .item1 {
	margin-top: 100px;
	height: 760px;
	box-sizing: border-box;
	background-image: url(../images/wenhua_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 45px;
	
}

.main .item1 h4 {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	line-height: 72px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 25px;
}

.main .item1 p.summary {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	margin-bottom: 60px;
}

.main .item1 ul.make_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: -8px;
	margin-right: -8px;
}

.main .item1 ul.make_list li {
	width: calc((100% - 48px) / 3);
	height: 210px;
	margin: 0 8px;
	margin-bottom: 20px;
	background-color: rgba(127,183,54,.9);
	box-sizing: border-box;
	padding: 0 25px;
}

.main .item1 ul.make_list li .title:after {
	display: table;
	content: "";
	clear: both;
}

.main .item1 ul.make_list li .title {
	margin-top: 30px;
}

.main .item1 ul.make_list li .title h5 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 34px;
	font-weight: 500;
	float: left;
}

.main .item1 ul.make_list li .title span {
	float: right;
	font-family: arial;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 34px;
}

.main .item1 ul.make_list li p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 19px;
}

.main .item1 ul.make_list li:last-child {
	background-image: url(../images/wenhua_p1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
