.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f7f7f7;
}

.main .r {
	width: calc(100% - 275px);
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 40px;
	padding-top: 24px;
	border-radius: 5px;
}

.main .r .top_content {
	border-bottom: 1px solid #e0e0e0;
}

.main .r .top_content h4 {
	font-size: 24px;
	color: #f37020;
	line-height: 44px;
	font-weight: 500;
}

.main .r .bottom_content {
	padding-top: 40px;
	padding-bottom: 120px;
}

.main .r .bottom_content .nav2_typelist ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-bottom: 40px;
}

.main .r .bottom_content .nav2_typelist ul li {
	width: calc(100% / 5);
	box-sizing: border-box;
	height: 33px;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
}

.main .r .bottom_content .nav2_typelist ul li a {
	font-family: pingfang;
	font-size: 14px;
	color: #333333;
	display: block;
	text-align: center;
	line-height: 33px;
}

.main .r .bottom_content .nav2_typelist ul li.active {
	border: none;
	background-color: #f37020;
}

.main .r .bottom_content .nav2_typelist ul li.active a {
	color: #FFFFFF;
}

.main .r .bottom_content p img {
	display: block;
	width: 100%;
}
