.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f6f6f6;
}

.main .type_nav {
	border-bottom: 1px solid #4b4b4b;
}

.main .type_nav ul li {
	float: left;
}

.main .type_nav ul li a {
	display: block;
	font-family: pingfangm;
	font-size: 18px;
	color: #424242;
	line-height: 60px;
	margin: 0 40px;
}

.main .type_nav ul li a.active {
	color: #00368d;
}

.main .content {
	padding-top: 65px;
	padding-bottom: 115px;
}

.main .content h4.title {
	font-family: pingfangm;
	font-size: 24px;
	color: #333333;
	line-height: 26px;
	text-align: center;
	font-weight: 500;
}

.main .content .addtime {
	font-family: pingfang;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}

.main .content .article {
	padding-top: 40px;
	padding-bottom: 90px;
}

.main .content .article p {
	font-family: pingfangm;
	font-size: 16px;
	color: #333333;
	text-indent: 2em;
	line-height: 30px;
}

.main .content .article p img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.main .content .news_next {
	margin-top: 40px;
}

.main .content .news_next a.infolist2 {
	display: block;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	margin-bottom: -1px;
	box-sizing: border-box;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 5px center;
}

.main .content .news_next a.infolist2:after {
	display: table;
	content: "";
	clear: both;
}

.main .content .news_next a.infolist2 p {
	font-family: pingfangm;
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	float: left;
}

.main .content .news_next a.infolist2 span.addtime {
	float: right;
	margin-right: 230px;
}

.main .content .news_next a:first-child {
	background-image: url(../images/product_prev.png);
}

.main .content .news_next a:last-child {
	background-image: url(../images/product_next.png);
}