.footer{
    width: 100vw;
    height: 10.73vw;
    background-color: #006ac3;
    color: #ffffff;
    padding: 1vw 0;
    margin-top: 2vw;
    position: relative;
}
.footer-copyright{
	width: 100%;
	text-align: right;
	background: #0a3f76;
}
.footer-copyright p {
	padding: 0 3vw;
	color:#fff;
	line-height: 38px;
}
.footer-logo{
	width: 7vw;
	height: 7vw;
	position: absolute;
	top: 2.8vw;
	right: 10vw;
	z-index: 10;
}
.footer-logo img{
	width: 100%;
	height:100%;
}
.footer ul{
    width: 70.5vw;
    /* background: red; */
    margin: 0 auto;   
    overflow: hidden;
}
.footer ul li{
    float: left;
    font-size: 0.94vw;
    height: 1.5vw;
    line-height: 1.5vw;
}
.footer ul li a{
    color: #ffffff;
    text-decoration: none;
}
.footer .sec_li,.third_li {
    font-size: 0.73vw !important;
    margin-left: 1.5vw;    
}
.footer .footer_bot{
	width: 70.5vw;
    margin: 2.5vw auto;
    /* background: red; */
}
.footer .footer_bot p{
    margin-top: 0.8vw;
    font-size: 0.73vw;
}
.footer .footer_bot p span{
    width: 1vw;
    display: inline-block;
}