.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top {
	padding-top: 85px;
	padding-bottom: 45px;
}

.main .top .l h4.title {
	font-size: 48px;
	color: #009381;
	font-weight: 500;
	line-height: 78px;
}

.main .top .l p {
	font-size: 18px;
	color: #6c6c6c;
	line-height: 48px;
}

.main .top .r h4.en_title {
	font-family: arial;
	font-size: 68px;
	font-weight: 500;
	opacity: 0.15;
	color: #7f7f7f;
	line-height: 126px;
}

.main .bottom .l {
	width: 345px;
}

.main .bottom .l ul.typelist li {
	margin-bottom: 12px;
}

.main .bottom .l ul.typelist li a {
	display: block;
	font-size: 16px;
	color: #626262;
	line-height: 58px;
	width: 100%;
	height: 58px;
	box-sizing: border-box;
	padding-left: 40px;
	background-color: #f7f9f9;
	background-image: url(../images/typelist_i.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.main .bottom .l ul.typelist li a.active {
	color: #FFFFFF;
	background-color: #f16d03;
	background-image: url(../images/typelist_active_i.png);
	background-position: right center;
}

.main .bottom .l ul.typelist li a:hover {
	color: #FFFFFF;
	background-color: #f16d03;
	background-image: url(../images/typelist_active_i.png);
	background-position: right center;
}

.main .bottom .r {
	width: calc(100% - 425px);
}

.main .bottom .r>img {
	display: block;
	width: 100%;
}

.main .bottom .r>h5 {
	font-size: 30px;
	color: #009381;
	line-height: 70px;
	margin-top: 40px;
}

.main .bottom .r>p {
	font-size: 18px;
	color: #5a5a5a;
	line-height: 30px;
}

.main .bottom .r ul.wenhua_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	/*width: calc(100% - 140px);*/
	padding-left: 140px;
	padding-top: 64px;
	background-image: url(../images/wenhua_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top 40px;
}

.main .bottom .r ul.wenhua_list li {
	width: calc((100% - 190px) / 3);
}

.main .bottom .r ul.wenhua_list li h5 {
	font-size: 18px;
	color: #494949;
	/*font-weight: 500;*/
	line-height: 58px;
}

.main .bottom .r ul.wenhua_list li p {
	font-size: 12px;
	color: #626262;
	line-height: 20px;
	height: 60px;
	margin-bottom: 26px;
}

.main .bottom .r ul.wenhua_list li img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 550px ) {
	.main {
		box-sizing: border-box;
		padding: 0 10px;
		padding-bottom: 70px;
	}
	
	.main .top {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	.main .top .l,
	.main .top .r {
		width: 100%;
		float: none;
	}
	
	.main .top .l h4.title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .top .l p {
		font-size: 14px;
		line-height: 26px;
	}
	
	.main .top .r h4.en_title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .bottom .l {
		display: none;
	}
	
	.main .bottom .r {
		float: none;
		width: 100%;
	}
	
	.main .bottom .r>h5 {
		font-size: 26px;
		line-height: 56px;
		margin-top: 20px;
		font-weight: 500;
	}
	
	.main .bottom .r>p {
		font-size: 14px;
		line-height: 26px;
	}
	
	.main .bottom .r ul.wenhua_list {
		padding-left: 0px;
		padding-top: 20px;
	}
	
	.main .bottom .r ul.wenhua_list {
		flex-flow: row wrap;
	}
	
	.main .bottom .r ul.wenhua_list li {
		width: 100%;
	}
	
	.main .bottom .r ul.wenhua_list li p {
		margin-bottom: 0px;
	}
	
}