footer{
    width: 100%;
	background-color: #00101c;
    overflow: hidden;
}
footer .footer-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .footer-top .footer-lt{
    width: 73.0263157%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .footer-top .footer-lt .footer-list{
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, .1);
    height: 433px;
    padding-top: 121px;
    padding-left: 44px;
}
footer .footer-top .footer-lt .footer-list:nth-last-child(1){
    border-right: 1px solid rgba(255, 255, 255, .1);
}
footer .footer-top .footer-lt .footer-list h3 a{
    font-size: 22px;
	line-height: 46px;
	letter-spacing: 1px;
	color: #ffffff;
    font-weight: 550;
    margin-bottom: 36px;
    position: relative;
}
footer .footer-top .footer-lt .footer-list h3 a::before{
    content: "";
    width: 4px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 2px;
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translatey(-50%);
}
footer .footer-top .footer-lt .footer-list ul li a{
    font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.6;
}
footer .footer-top .footer-rt{
    width: 26.973685%;
}
footer .footer-top .footer-rt .footer-rt-top{
    padding-top: 78px;
    text-align: right;
    padding-bottom: 6%;
    position: relative;
}
footer .footer-top .footer-rt .footer-rt-top::after{
    content: "";
    width: 150%;
    height: 1px;
    background:rgba(255, 255, 255, .1) ;
    position: absolute;
    left: 0;
    top: 100%;
}
footer .footer-top .footer-rt .footer-rt-top h5{
    font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.6;
    margin-top: 52px;
}
footer .footer-top .footer-rt .footer-rt-top p{
    font-size: 24px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
}
footer .footer-top .footer-rt .footer-rt-bot{
    text-align: right;
}
footer .footer-top .footer-rt .footer-rt-bot img{
    margin-top: 31px;
}
footer .footer-top .footer-rt .footer-rt-bot p{
    font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.6;
    margin-top: 1%;
}
.footer-bot{
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer-bot .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: .5% 0;
}
.footer-bot .container p{
    display: inline-block;
    font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.4;
}
.footer-bot .container p a{
    display: inline-block;
    font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
}