.footer-a-link:hover{
    background: rgba(0,0,0,0.1);
 
}

.footer-top{
	background: url('../image/aa1.png') no-repeat;
	background-size: 100% 101%;
	padding-top: 1.5rem;
	padding-bottom: 0.4rem;
}

.footer-bottom{
	background: #03539D;
}
.footer-bottomBox{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.15rem 0 ;
}
.footer-bottom-left{
	display: flex;
	align-items: center;
}
.footer-bottom-left img{
	width: 0.30rem;
	height: 0.3rem;
	display: none;
}
.footer-bottom-left span{
	color: #CCCCCC;
	font-size: 0.14rem;
}
.footer-bottom-right{
	display: flex;
	align-items: center;
	color: #CCCCCC;
	font-size: 0.14rem;
	margin-left: 0.1rem;
}
.footer-bottom-right a{
	color: #CCCCCC;
	font-size: 0.14rem;
	display: block;
}

.footer-top-flex{
	display: flex;
	
}

.footer-top-img{
	width: 0.82rem;
	height:0.82rem;
}
.footer-top-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-top-name{
	font-size: 0.18rem;
	color: #fff;
	margin-bottom: 0.25rem;
	color:#FFFFFF;
}
.footer-top-msg{
	font-size: 0.14rem;
	color:#FFFFFF;
}
.footer-top-left-1{
	margin-bottom: 0.35rem;
}
.footer-top-right{
	flex: 1;
}
.footer-menu{
	height: 100%;
	display: flex;
	margin-left: 2.10rem;
	justify-content: space-between;
	padding-top: 1.30rem;
}
.footer-fa{
	font-size: .18rem;
	color: #fff;
	display:block;
}
.footer-so{
	font-size: 0.14rem;
	color: #fff;
	margin-top: 0.10rem;
	display:block;
}
.footer-bottom-left span a{
    color: #CCCCCC;
    font-size: 0.14rem;
}

@media only screen and (max-width: 1024px) {
    .footer-top{
        padding-top: 30px;
        padding-bottom:10px;
        display: grid;
    }
    .footer-top-right{
        display: none;
    }
    .footer-top-left-1{
        display: block;
    }
    .footer-top-name,.footer-top-msg,.footer-bottom-right a,.footer-bottom-left span a,.footer-bottom-left span,.footer-bottom-left span{
        font-size: 12px;
    }
    .footer-bottom-left span a{
        color: #CCCCCC;
    }
    .address,.phone{
        width: 100%;
        margin-right: 0;
    }
    .footer-top-left-1 .footer-top-name:nth-child(2){
        margin-top: 10px;
    }
    .address{
        margin-bottom: 10px;
    }
    .footer-link{
        justify-content: center !important;
        margin-top: 0 !important;
    }
    .footer-top-left-2{
        display: flex;
    }
    .icons li::after{
        display: none;
    }
    .icons ul li{
        width: 30px !important;
        height: 30px !important;
    }
    .footer-top-flex{
        justify-content: center;
    }
}
