footer{
    background-image: url(../images/foot.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}
footer .links{
    padding: 20px 0;
    display: flex;
    font-size: 14px;
	line-height: 30px;
    color: #ffffff;
    border-bottom: 1px solid rgba(245,245,245, .2);
}
footer .links span{
    margin-right: 30px;
}
footer .links ul{
    display: flex;
    width: 70%;
}
footer .links ul li{
    margin-right: 3%;
}
footer .bnavit{
    display: flex;
    padding-top: 36px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(245,245,245, .2);
}
footer .bnavit>div{
    width: 33.33%;
    border-right:  1px solid rgba(245,245,245, .2);
}
footer .bnavit>div:last-child{
    border-right: none;
}
footer .bnavit h4{
    font-size: 16px;
	color: #ffffff;
}
footer .bnavit .left .lxfs{
    font-size: 14px;
	line-height: 30px;
	color: #f1f3f4;
	opacity: 0.7;
    margin-top: 20px;
}
footer .bnavit .center h4{
    width: 41.99%;
    margin: auto;
}
footer .bnavit .center ul{
    width: 41.99%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	opacity: 0.7;
}
footer .bnavit .center ul img{
    margin-right: 3px;
}
footer .bnavit .center ul li{
    width: 40%;
    margin-top: 30px;
}
footer .bnavit .center ul li:nth-child(even){
    text-align: right;
}
footer .bnavit .right img{
    width: 120px;
    height: 120px;
}
footer .bnavit .right p{
    font-size: 14px;
	line-height: 28px;
	color: #ffffff;
    margin-top: 10px;
}
footer .bnavit .right>div{
    width:23.43%; 
    text-align: center;
    margin-right: 5%;
}
footer .bnavit .right{
    display: flex;
    justify-content: flex-end;
}
footer .bnavit .right>div:last-child{
    margin-right: none;
}
.foot{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.7;
    padding: 8px 0;
}

/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    footer .bnavit .center ul{
        width: 67%;
    }
    footer .bnavit .right>div{
        width: 34.43%;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    footer .bnavit .center ul{
        width: 80%;
    }
    footer .bnavit .right>div{
        width: 48%;
        margin-right: unset;
    }
    footer{
        margin-top: 75px;
    }
    footer .bnavit .right{
        justify-content: space-between;
        padding: 0 8px;
    }
}
/* 移动端 */
@media (max-width:767px){
    footer .bnavit{
        flex-wrap: wrap;
    }
    footer .bnavit .center ul{
        width: 80%;
    }
    footer .bnavit .right>div{
        width: 48%;
        margin-right: unset;
    }
    footer{
        margin-top: 75px;
    }
    footer .bnavit .right{
        justify-content: space-between;
        padding: 0 8px;
    }
    footer .links ul{
        flex-wrap: wrap;
    }
    footer .links ul a{
        font-size: 12px;
    }
    footer .bnavit>div{
        width: 100%;
        border-bottom: 1px solid rgba(245,245,245, .2);
        margin-bottom: 10px;
        border-right: unset;
    }
    footer .bnavit .center h4{
        width: 100%;
    }
    .foot p{
        font-size: 12px;
    }
}