.down-section {
    min-height: 300px;
    background: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
	padding-bottom: 30px;
}
.down-bgimg{
	background: url("../image/doc_banner.jpg") no-repeat center;
	background-size: cover;
}
.down-text-title{
	color: #FFFFFF;
	font-size: 4.8rem;
	/* margin-left: 120px; */
	margin-top: 78px;
}
.down-text-content{
	color: #FFFFFF;
	font-size: 1.8rem;
	margin-top: 10px;
	animation-delay: 0.5s;
	/* margin-left: 120px; */
}
.down-section-header-title{
	font-size: 3.2rem;
	font-weight: bold;
	color: #333333;
	margin: 50px 0 12px;
}
.down-section-content{
	font-size: 1.8rem;
	color: #333333;
	margin-bottom: 50px;
}
.down-list-item{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	border-radius: 13px 13px 13px 13px;
	border: 1px solid #ECECEC;
	width: 95%;
	padding: 15px 30px;
	margin-bottom: 70px;
}
.down-list-item-title{
	font-size: 3.2rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
}
.down-list-item-con{
	min-height: 110px;
	font-size: 1.8rem;
	color: #333333;
	margin-bottom: 12px;
}
.download-btn-box a{
	font-size: 1.8rem;
	font-weight: bold;
	color: #0065B3;
	margin-right: 50px;
}
.float-r{
	float: right;
}