footer{
    width: 100%;
    background: url(../images/footerbj.jpg) no-repeat center;
    background-size: cover;
}
.footer{
    width: 75%;
    margin: auto;
}
.footer .footer-nav{
    display: flex;
    justify-content: space-between;
    padding: 3% 0;
}
.footer .footer-nav .footer-left{
    width: 30%;
}
.footer .footer-nav .footer-left h4{
	font-size: 20px;
	color: #ffffff;
    position: relative;
}
.footer .footer-nav .footer-left h4::after{
    content: "";
    background-color: #ffffff;
    width: 35px;
	height: 3px;
	border-radius: 2px;
	opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: -62%;
}
.footer .footer-nav .footer-left .footer-lxwm{
    margin-top: 45px;
}
.footer .footer-nav .footer-left .footer-lxwm p{
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	opacity: 0.8;
}
.footer .footer-nav .footer-center h4{
    font-size: 20px;
	color: #ffffff;
    position: relative;
}
.footer .footer-nav .footer-center h4::after{
    content: "";
    background-color: #ffffff;
    width: 35px;
	height: 3px;
	border-radius: 2px;
	opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: -62%;
}
.footer .footer-nav .footer-center{
    width: 30%;
}
.footer .footer-nav .footer-center ul{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.footer .footer-nav .footer-center ul a{
	font-size: 16px;
	color: #ffffff;
	opacity: 0.8;
}
.footer .footer-nav .footer-right{
    width: 23%;
}
.footer .footer-nav .footer-right h4{
    font-size: 20px;
	color: #ffffff;
    position: relative;
}
.footer .footer-nav .footer-right h4::after{
    content: "";
    background-color: #ffffff;
    width: 35px;
	height: 3px;
	border-radius: 2px;
	opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: -62%;
}
.footer .footer-nav .footer-right .p{
    margin-top: 45px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.8;
}
.footer-right a .ly{
    width: 238px;
	height: 40px;
	background-color: #81a5bd;
    margin-top: 10%;
}
.footer-right a .ly p{
    font-size: 14px;
	color: #becfdb;
    line-height: 39px;
    margin-left: 7%;
}
.footer-right a .ly p span{
    margin-left: 17%;
}
.footer-bq{
    width: 100%;
    height: 57px;
    border-top: 1px solid #568cab;
}
.footer-bq>div{
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bq p{
	font-size: 14px;
	color: #b0cbdd;
    line-height: 56px;
}
.footer-bq p a{
    display: inline-block;
    font-size: 14px;
	color: #b0cbdd;
    line-height: 56px;
}
@media (max-width:1199px) {
    .footer .footer-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer .footer-nav .footer-left{
        width: 50%;
    }
    .footer .footer-nav .footer-center{
        width: 49%;
    }
    .footer .footer-nav .footer-right{
        width: 100%;
        margin-top: 2%;
    }
    .footer-right a .ly{
        margin-top: 2%;
    }
}
@media (max-width:990px) {
    .footer{
        width: 85%;
    }
    .footer-bq>div{
        width: 85%;
    }
}
@media (max-width:767px) {
    .footer{
        width: 90%;
    }
    .footer .footer-nav .footer-left{
        width: 100%;
        margin-top: 5px;
    }
    .footer .footer-nav .footer-center{
        width: 100%;
        margin-top: 5px;
    }
    .footer .footer-nav .footer-right{
        width: 100%;
        margin-top: 5px;
    }
    .footer .footer-nav .footer-left .footer-lxwm {
        margin-top: 35px;
    }
    .footer .footer-nav .footer-left .footer-lxwm p{
        font-size: 15px;
    }
    .footer .footer-nav .footer-center ul{
        margin-top: 35px;
    }
    .footer .footer-nav .footer-center ul a{
        font-size: 15px;
    }
    .footer .footer-nav .footer-right .p {
        margin-top: 35px;
        font-size: 15px;
    }
    .footer-bq>div{
        width: 90%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-bq p{
        width: 100%;
        line-height: 30px;
        text-align: center;
    }
    .footer-bq p a{
        line-height: 30px;
        width: 100%;
        text-align: center;
    }
    .footer-bq{
        height: auto;
    }
}