.foot-title{
    text-align: center;
    font-size: 18px;
}
.foot{
    /* margin-top: 4rem;
    margin-bottom: 4rem; */
    margin:  4rem auto;
    width: 80%; 
}
.foot-foot{
	background-color: #142840;
	color: #fff;
}
.foot-h-logo{
	margin-bottom: 20px;
}
.foot-h-logo img{
	width: 133px;
}
.foot ul{
    margin-top: 1rem;
    padding: 0;
    text-align: center;
}
.foot li{
    margin: .5rem 0;
}
.foot li a{
    color: #FFFFFF;
    text-decoration: none;
}
.foot-code{
    margin-top: .6rem;
}
.foot-code-r{
	margin-left: 4rem;
	text-align: center;
}
.foot-code-r img{
	width: 8rem;
}
.foot-code-r .foot-phone{
	font-size: 14px;
	 text-align: center;
}
.foot-code img{
    width: 6rem;
    margin: 0 auto;
    display: block;
}
.foot-contact{
    display: flex;
    align-items: center
}
.foot-phone{
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin-top: 0.8rem;
}
li{
    list-style: none
}
.foot-info {
    color: #999999;
    background-color: #142840;
    padding: 3.5rem 0;
}

.links ul li a {
    text-decoration: none;
}