.footer_top {
	background-color: #00368d;
	padding-top: 60px;
	padding-bottom: 50px;
}

.footer_top .container {
	border-bottom: 1px solid #ffffff;
}

.footer_top .l {
	width: 410px;
}

.footer_top .l h4.cn_company {
	font-family: pingfang;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
}

.footer_top .l h4.en_company {
	font-family: pingfang;
	font-size: 18px;
	color: #ffffff;
	line-height: 34px;
}

.footer_top .l .footer_contact {
	margin-top: 40px;
	padding-bottom: 10px;
}

.footer_top .l .footer_contact h4 {
	display: none;
}

.footer_top .l .footer_contact p {
	font-family: pingfang;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer_top .r {
	width: calc(100% - 410px);
}

.footer_top .r .footer_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.footer_top .r .footer_nav ul li:first-child {
	display: none;
}

.footer_top .r .footer_nav ul li a {
	display: block;
	font-family: pingfang;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 28px;
}

.footer_top .r .code {
	margin-top: 135px;
}

.footer_top .r .code img {
    width: 120px;
}

.footer_top .r .code p {
	font-family: pingfang;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
}


.footer_bottom {
	background-color: #272727;
}

.footer_bottom p {
	font-family: pingfang;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 43px;
	height: 43px;
}
