.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: 90px;
}

.main .path {
	height: 70px;
	background-color: #eeeeee;
}

.main .item1 {
	padding-top: 80px;
}

.main .item1 h4 {
	font-size: 36px;
	color: #333333;
	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: 65px;
}

.main ul.make_list li:after {
	display: table;
	content: "";
	clear: both;
}

.main ul.make_list li {
	margin-bottom: 20px;
}

.main ul.make_list li .txt {
	float: left;
	background-color: #7fb736;
	height: 384px;
	width: 480px;
	box-sizing: border-box;
	padding: 0 40px;
}

.main ul.make_list li.even .txt {
	float: right;
}

.main ul.make_list li .txt .title {
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: right 5px center;
}

.main ul.make_list li:nth-of-type(1) .txt .title {
	background-image: url(../images/make_i1.png);
}

.main ul.make_list li:nth-of-type(2) .txt .title {
	background-image: url(../images/make_i2.png);
}

.main ul.make_list li:nth-of-type(3) .txt .title {
	background-image: url(../images/make_i3.png);
}

.main ul.make_list li:nth-of-type(4) .txt .title {
	background-image: url(../images/make_i4.png);
}

.main ul.make_list li .txt .title:after {
	display: table;
	content: "";
	clear: both;
}

.main ul.make_list li .txt .title h5 {
	float: left;
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	line-height: 54px;
	padding: 0 5px;
	border-bottom: 1px solid #FFFFFF;
}

.main ul.make_list li .txt p.summary {
	font-family: 'pingfang';
	font-size: 16px;
	color: #ffffff;
	line-height: 34px;
	letter-spacing: 2px;
	margin-top: 33px;
}

.main ul.make_list li .pic {
	width: calc(100% - 480px);
	height: 384px;
}

.main ul.make_list li .pic img {
	display: block;
	width: 100%;
}