/*导航*/

/*banner*/
.banner img{
	width: 100%;
}

/*文章标题*/
.info-title{
	margin-top: 5%;
	text-align: center;
}
.info-intr{
	text-align: center;
	padding: 3% 0;
}
.info-content{
	margin-bottom: 5%;
}
.info-content p{
	margin: 5px 0;
	text-indent: 2rem; 
}
.info-content img{
	max-width: 100% !important;
	height: auto !important;
}

.download{
	margin-bottom: 50px;
}

