footer{
    background: #111;
}
.footer-nav{
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding:  4% 0;
}
.footer-navlist h4{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
    position: relative;
}
.footer-navlist h4::after{
    content: "";
    width: 37px;
	height: 2px;
	background-color: #ffffff;
    position: absolute;
    top: -45%;
    left: 0;
}
.footer-navlist a h5{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.footer-navlist ul{
    margin-top: 15px;
}
.footer-navlist ul a li{
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.6;
}
#footer-navlist h5{
	font-size: 30px;
	line-height: 32px;
    margin-top: 2px;
	color: #ffffff;
	opacity: 0.8;
}
.bq{
    border-top: 1px solid rgba(41, 41, 41, 0.5);
}
.bq-nr{
    max-width: 1300px ;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 0;
}
.bq-nr p{
    color: #ffffff;
    opacity: 0.6;
}
/* 底部 */
footer{
    background: #111;
    width: 100%;
}
.footer-nav{
    /* max-width: 1300px; */
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding:  4% 0;
}
.footer-navlist h4{
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
    position: relative;
}
.footer-navlist h4::after{
    content: "";
    width: 37px;
	height: 2px;
	background-color: #ffffff;
    position: absolute;
    top: -45%;
    left: 0;
}
.footer-navlist a h5{
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}
.footer-navlist ul{
    margin-top: 15px;
}
.footer-navlist ul a li{
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.6;
}
#footer-navlist h5{
	font-size: 30px;
	line-height: 32px;
    margin-top: 2px;
	color: #ffffff;
	opacity: 0.8;
}
.bq{
    border-top: 1px solid rgba(41, 41, 41, 0.5);
    width: 100%;
}
.bq-nr{
    /* max-width: 1300px ; */
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 0;
}
.bq-nr p{
    color: #ffffff;
    opacity: 0.6;
}


@media (max-width:1199px) {

    .footer-nav{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-navlist{
        width: 50%;
    }
    .footer-navlist{
        margin-top: 3%;
    }
}
@media (max-width:767px) {
    .footer-navlist h4::after{
        display: none;
    }
    .footer-nav{
        width: 100%;
        padding: 2%;
    }
    .footer-navlist h4{
        font-size: 16px;
    }
    .footer-navlist a h5{
        font-size: 15px;
    }

    #footer-navlist h5{
        font-size: 15px;
        color: #fff;
    }
    .bq-nr{
        width: 100%;
        padding:2%;
    }
}