/* 底部 */
footer{
    width: 100%;
    background: url(../images/footerbj.jpg) no-repeat center;
}
.footer{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 2% 0;
}
.footer .footer-lxwm h4{
    font-size: 20px;
	color: #ffffff;
    font-weight: 550;
    position: relative;
}
.footer .footer-lxwm h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -81%;
    width: 35px;
	height: 3px;
    border-radius: 2px;
    background-color: #999ea7;
}
.footer .footer-lxwm ul{
    margin-top: 58px;
}
.footer .footer-lxwm ul p{
    font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	opacity: 0.8;
}
.footer .footer-nav h4{
    font-size: 20px;
	color: #ffffff;
    font-weight: 550;
    position: relative;
}
.footer .footer-nav h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -81%;
    width: 35px;
	height: 3px;
    border-radius: 2px;
    background-color: #999ea7;
}
.footer .footer-nav ul{
    min-height: 69px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin-top: 58px;
}
.footer .footer-nav ul li{
    width: 33.33%;
    display: flex;
    align-items: center;
    line-height: 36px;
}
.footer .footer-nav ul li a{
	font-size: 16px;
	color: #ffffff;
	opacity: 0.8;
}
.footer .footer-ly h4{
    font-size: 20px;
	color: #ffffff;
    font-weight: 550;
    position: relative;
}
.footer .footer-ly h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -81%;
    width: 35px;
	height: 3px;
    border-radius: 2px;
    background-color: #999ea7;
}
.footer .footer-ly p{
    margin-top: 58px;
    font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.8;
}
.footer .footer-ly p span{
    display: block;
}
.footer .footer-ly .ly-box{
    width: 283px;
	height: 40px;
	background-color: #848991;
    padding-left: 5%;
    margin-top: 11%;
}
.footer .footer-ly .ly-box a{
    width: 100%;
    line-height: 40px;
	font-size: 14px;
	color: #c8cacd;
}
.footer-bq{
    border-top: 1px solid #999999;
    opacity: .3;
}
.footer-bq .bq-nr{
    width: 85%;
    height: 55px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bq .bq-nr p{
    font-size: 14px;
	color: #f9fafd;
}
.footer-bq .bq-nr p a{
    display: inline-block;
    font-size: 14px;
	color: #f9fafd;
}
@media (max-width:990px) {
    footer{
        background-size: cover;
    }
    .footer{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-lxwm{
        width: 100%;
        margin-bottom: 4%;
    }
    .footer-nav{
        width: 50%;
    }
    .footer .footer-ly{
        width: 50%;
    }
}
@media (max-width:767px) {
    .footer {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        padding: 3% 0;
    }
    .footer-nav{
        width: 100%;
        margin-bottom: 4%;
    }
    .footer .footer-ly{
        width: 100%;
    }
    .footer .footer-lxwm ul {
        margin-top: 42px;
    }
    .footer .footer-nav ul{
        margin-top: 42px;
    }
    .footer .footer-ly p{
        margin-top: 42px;
    }
    .footer .footer-ly .ly-box {
        width: 283px;
        height: 40px;
        background-color: #848991;
        padding-left: 5%;
        margin-top: 3%;
    }
    .footer-bq .bq-nr p:nth-child(2){
        display: none;
    }
    .footer-bq .bq-nr {
        width: 90%;
        height: auto;
        padding: 2% 0;
    }
    .footer-bq .bq-nr p {
        text-align: center;
    }
}