.banner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.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 {
	background-color: #f4f4f4;
	padding-bottom: 110px;
}

.main .clear {
	height: 1px;
	background-color: transparent;
}

.main .container {
	width: calc(100% - 220px);
	background-color: #FFFFFF;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 80px; 
	margin-top: -65px;
	position: relative;
	z-index: 2;
}

.main .main_top {
	border-bottom: 1px dashed #dcdcdc;
}

.main .main_top h2.typename {
	font-size: 28px;
	color: #333333;
	line-height: 128px;
}

.main .item1 {
	margin-top: 135px;
}

.main .item1 .l {
	background-image: url(../images/about_title_bg.png);
	background-repeat: no-repeat;
	background-position: top left 70px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 35px;
	width: 855px; 
}

.main .item1 .l h3 {
	font-size: 30px;
	line-height: 64px;
	padding-bottom: 28px;
	background-image: url(../images/title_bg2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main .item1 .l .txt1 {
	margin-top: 45px;
}

.main .item1 .l .txt1 p {
	font-size: 20px;
	color: #666666;
	line-height: 47px;
	text-indent: 2em;
}

.main .item1 .r {
	width: calc(100% - 855px);
}

.main .item1 .r img {
	display: block;
	width: 100%;
}

.main .item2 {
	box-sizing: border-box;
	padding: 0 45px;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 76px;
}

.main .item2 ul.num_list {
	width: 100%;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #DDDDDD;
	height: 160px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .item2 ul.num_list li {
	width: calc(100% / 4);
}

.main .item2 ul.num_list li p {
	font-size: 20px;
	color: #666666;
	text-align: center;
	line-height: 70px;
}

.main .item2 ul.num_list li h5 {
	font-size: 44px;
	line-height: 44px;
	color: #333333;
	text-align: center;
}

.main .item2 ul.num_list li span {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #333333;
}

.main .item3 {
	padding-bottom: 60px;
}

.main .item3 .txt p {
	font-size: 20px;
	color: #666666;
	line-height: 47px;
	text-indent: 2em;
}

@media screen and (max-width: 1600px) {
	.banner ul.typelist li a {
		width: 270px;
	}
	
	.main .item1 .l {
		width: 655px;
	}
	
	.main .item1 .r {
		width: calc(100% - 655px);
		margin-top: 150px;
	}
}

@media screen and (max-width: 1400px) {
	.banner ul.typelist li a {
		width: 200px;
	}
	
	.main .container {
		padding: 0 40px;
	}
	
	.main .item1 .l {
		width: 100%;
		float: none;
	}
	
	.main .item1 .r {
		width: 100%;
		float: none;
		margin-top: 40px;
	}
}

@media screen and (max-width: 550px) {
	
	.banner ul.typelist {
		display: none;
	}
	
	.main {
		padding-bottom: 0px;
	}
	
	.main .main_top h2.typename {
		display: none;
	}
	
	.main .main_top .path {
		float: none;
	}
	
	.main .item1 {
		margin-top: 20px;
		padding-bottom: 0px;
	}
	
	.main .container {
		width: 100%;
		margin-top: 0px;
		padding: 0 10px;
	}
	
	.main .item1 .l {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.main .item1 .l h3 {
		line-height: 40px;
		font-size: 24px;
	}
	
	.main .item1 .l .txt1 p {
		font-size: 16px;
		line-height: 36px;
	}
	
	.main .item2 {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.main .item2 ul.num_list {
		flex-flow: row wrap;
		height: auto;
	}
	
	.main .item2 ul.num_list li {
		width: calc(100% / 2);
	}
	
	.main .item3 {
		padding-bottom: 0px;
	}
	
	.main .item3 .txt p {
		font-size: 16px;
		line-height: 36px;
	}
	
}