.banner {
	width: 100%;
	/*display: none;*/
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	padding-top: 240px;
	padding-bottom: 100px;
	background-image: url(../images/product_read_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.main .title {
	padding-bottom: 50px;
	border-bottom: 1px solid #d5d5d5;
}

.main .title h5 {
	font-size: 30px;
	color: #444444;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
}

.main .title .addtime p {
	font-family: 'mon';
	font-size: 20px;
	line-height: 40px;
	color: #217abd;
	text-align: center;
}

.main .content .article {
	padding-bottom: 120px;
}

.main .content .article p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	padding-top: 30px;
}

.main .content .article p img {
	display: block;
	width: 100%;
}

.main .article_page {
	padding-top: 60px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	border-top: 1px solid #ccd4db;
}

.main .article_page a.infolist2 {
	display: block;
	font-family: 'pingfangb';
	width: 160px;
	height: 58px;
	box-sizing: border-box;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 58px;
	background-color: #217abd;
}

.main .article_page a.return {
	width: 160px;
	height: 58px;
	font-family: 'pingfangb';
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 58px;
	margin: 0 auto;
	  cursor: pointer;
	  background-color: #217abd;
}

@media screen and (max-width: 550px ) {
	
	.banner img {
		transform: translateX(0);
	}
	
	.main {
		padding-top: 54px;
		padding-bottom: 90px;
		background-image: none;
	}
	
	.main .title {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.main .title h5 {
		font-size: 18px;
		line-height: 28px;
	}
	
	.main .content .article {
		padding-bottom: 40px;
	}
	
	.main .content .article p {
		font-size: 14px;
		line-height: 28px;
		padding-top: 15px;
	}
	
	.main .article_page {
		padding-top: 20px;
	}
	
	.main .article_page a.return,
	.main .article_page a.infolist2 {
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
	
}