.header_bg_img{
	width: 100%;
	height: 310px;
	transition: all 0.3s;
}
.banner1{
	width: 100%;
	margin-top: 75px;
	margin-bottom: 100px;
}
.banner1_center{
	width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
	transition: all 0.3s;
}
/* 正文内容 */
.banner1_info{
	width: 100%;
	text-align: center;
}
.info_title{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.info_time{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin: 30px 0;
	text-align: center;
}
.info_img{
	width: 100%;
}
.info_img img{
	width: 90%;
}
.info_content{
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	color: #333333;
	text-align: justify;
}
.info_content_title{
	font-size: 40px;
	text-align: center;
	padding: 20px 0;
}
.info_content_desc{
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
}
.info_name{
	width: 100%;
	text-align: right;
}
.info_content p{
	text-indent: 2em;
}
.returnButton{
	width: 164px;
	height: 50px;
	margin: 60px auto;
	background: #0066CC;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	
}
.returnButton a{
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 20px;
}
.prevOrNextBox{
	width: 100%;
	border-top: 1px solid #E4E4E4;
	padding: 10px 0;
}
.prevOrNextBox a{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}
@media (max-width:1200px){
	.header_bg_img{
		height: 162px;
	}
	.banner1_center{
		max-width: 970px;
	}
}
@media (max-width:991px){
	.banner1_center{
		max-width: 766px;
	}
}
@media (max-width:767px){
	.banner1{
		margin-top: 10px;
		margin-bottom: 0;
	}
	.banner1_center{
		width: 100%;
		padding: 20px 15px;
	}
	.info_content{
		font-size: 12px;
		line-height: 20px;
	}
	.returnButton{
		width: 83px;
		height: 25px;
		margin: 60px auto;
		background: #0066CC;
		border-radius: 25px;
		text-align: center;
		line-height: 25px;
		
	}
	.returnButton a{
		display: block;
		width: 100%;
		height: 100%;
		color: #ffffff;
		font-size: 12px;
	}
	.prevOrNextBox a{
		font-size: 12px;
	}
}