.footer{
    background-color: #000d25;
}
.footer .footer-top{
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    padding: 2% 0;
}
.footer .footer-top .footer-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .footer-top .footer-nav ul{
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-top .footer-nav ul li a{
    font-size: 20px;
	line-height: 32px;
	color: #ffffff;
}
.footer-cen{
    padding: 3% 0;
    border-bottom:1px solid rgba(255, 255, 255, .6) ;
}
.footer-cen .footer-lx{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-cen .footer-lx ul{
    width: 82%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-cen .footer-lx ul  li h3{
    font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.6;
    margin: 13px 0 14px 0;
}
.footer-cen .footer-lx ul li .ico{
    width: 52px;
	height: 52px;
	border: solid 1px rgba(255, 255, 255, .4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-cen .footer-lx ul li  p{
    font-size: 20px;
	line-height: 32px;
	color: #ffffff;
}
.footer-cen .footer-lx ul li:nth-child(1) p{
    font-size: 28px;
    font-family: "DIN bold";
    font-weight: 500;
}
.footer-cen .footer-lx .ewm-box .ewm{
    text-align: center;
    padding: 24px;
    border: solid 1px rgba(255, 255, 255, .4);
}
.footer-cen .footer-lx .ewm-box .ewm>div{
    width: 136px;
	height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-cen .footer-lx .ewm-box p{
    font-size: 18px;
	line-height: 32px;
	color: #ffffff;
    margin-top: 6%;
    text-align: center;
}
.footer-bot{
    padding: 1% 0;
}
.footer-bot .bq{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-bot .bq p{
    font-size: 16px;
	line-height: 32px;
	color: #ffffff;
    display: inline-block;
}
.footer-bot .bq p a{
    font-size: 16px;
	line-height: 32px;
	color: #ffffff;
    display: inline-block;
}