.foot{
	width: 100%;
	height: 200px;
	background-color: rgb(32, 56, 100);
	display: flex;
    align-items: center;
}
.foot-box{
    width: 80%;
    height: 180px;
    margin: auto;
   /* border: 1px solid cyan;*/
}
.foot-box1{
    float: left;
    width: 15%;
    height: 180px;
    /*display: flex;
    align-items: center;*/
    /*border: 1px solid green;*/
}
.foot-box2{
    float: left;
    width: 40%;
    height: 180px;
    display: flex;
    align-items: center;
   /* border: 1px solid pink;*/
}
.foot-title{
    font-size: 18px;
    color: #fff;
}
.foot-txt{
    color: rgb(101, 102, 110);
}