footer{
    background-color: #323439;
    padding: 3% 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: 2%;
}
footer .footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot-yqlj{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}
.foot-yqlj li a{
display: block;
    font-size: 16px;
    color: #ffffff;
    /* font-family: "pf-b"; */
    /* font-weight: unset; */
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 300;
}
.foot-yqlj li{
    margin-right: 15px;
}
.foot-yqlj li:last-child{
    margin-right: 0;
}
footer .footer .footer-lt{
    width: auto;
}
footer .footer .footer-lt .footer-nav{
    margin-top: 3%;
}
footer .footer .footer-lt .footer-nav ul{
    display: flex;
    justify-content: space-between;
}
footer .footer .footer-lt .footer-nav ul li{
    margin-left: 40px;
}
footer .footer .footer-lt .footer-nav ul li:nth-child(1){
    margin-left: 0;
}
footer .footer .footer-lt .footer-nav ul li a{
    font-size: 18px;
	color: #ffffff;
    font-family: "pf-b";
}
footer .footer .footer-rt{
    width: 34%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
footer .footer .footer-rt .ewm{
    width: 120px;
	height: 120px;
	/*border: 1px solid rgba(255, 255, 255, .5);*/
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer .footer-rt .lx{
    margin-left: 8%;
    height: 100%;
}
footer .footer .footer-rt .lx ul li{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 9%;
}
footer .footer .footer-rt .lx ul li:nth-child(1){
    margin-top: 0;
}
footer .footer .footer-rt .lx ul li p{
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
    font-family: "pf-l";
    margin-left: 5px;
    white-space: nowrap;
}
footer .footer .footer-rt .lx ul li span{
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
    font-family: "pf-l";
    white-space: nowrap;
}
footer .footer .footer-rt .lx ul li:nth-child(1) span{
    height: 16px;
	font-size: 20px;
	line-height: 16px;
	color: #ffffff;
    font-family: "pf-b";
}
.bq-box{
    background-color: #323439;
    padding: .1% 0;
}
.bq{
    display: flex;
    justify-content: space-between;
    padding: 1% 0;
}
.bq p{
    font-size: 16px;
	line-height: 30px;
	color: #f0f0f0;
    display: inline-block;
    font-family: "pf-l";
}
.bq p a{
    font-size: 16px;
	line-height: 30px;
	color: #f0f0f0;
    display: inline-block;
    font-family: "pf-l";
}