/* 底部 --- 公司信息 */
.footer_info {
	width: 100%;
	background: #00519D;
	padding: 1.5rem 0;
	color: #fff;
}

.footer_infodiv {
	width: 92%;
	margin: 0 auto;
	height: 7.5705rem;
	align-items: center;
	justify-content: space-between;
}

.footer_infodiv .Basic_Information {
	text-align: left;
	width: 60%;
}

.footer_infodiv .Basic_Information_h1 {
	font-size: 0.8rem;
	margin-bottom: 15px;
	font-weight: 600;
}

.footer_infodiv .Basic_Information_p {
	font-size: 0.6rem;
	line-height: 1rem;
}


.footer_infodiv .footer_code {
	text-align: center;
	width: 30%;
}

.footer_infodiv .footer_code img {
	width: 4.95rem;
	height: 4.95rem;
}

.footer_infodiv .footer_code p {
	font-size: 0.6rem;
}

/* 底部 --- 编号 */
.footer_Serial_number {
	width: 100%;
	background: #333333;
	line-height: 1rem;
	font-size: 0.6rem;
	color: #FFFFFF;
	text-align: center;
	padding: 0.3rem 0;
}

.footer_Serial_number span {
	display: inline-block;
}

/* 分页样式 */
.pagingbox {
	width: 100%;
	height: auto;
	font-size: 0.6rem;
	color: #333;
}
.pagetitle{
	margin: 0.8rem auto 0.6rem;
}
.pagebox{
	justify-content: center;
	align-items: center;
}
.pagebox li{
	padding: 0.2rem 0.4rem;
	border: 1px solid #ccc;
	margin: 0 0.2rem;
}
.pagebox li a{
	color: #333;
}