.foot{
    
}
.foot__search{
    background: #DDE5EC;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot__select{
    width: 300px;
    height: 35px;
    margin: 0 30px;
    border: solid 1px #247cb7;
    padding-left: 10px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #3B5274;
    outline: none;
}
.foot__select>option{
    font-weight: normal;
    display: block;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    white-space: nowrap;
}
.foot__info{
    background:#0E60AA;
    height: 102px;
}
.foot__info__box,.foot__other__box{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #DDE5EC;
    line-height: 14px;
    height: 100%;
    box-sizing: border-box;
}
.foot__info__img{
    width: 80px;
    height: 80px;
    position: absolute;
    right: 169px;
    top: 50%;
    transform: translateY(-50%);
}
.foot__info__box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0 15px;
    
}
.foot__other{
    background:#094D8B ;
    height: 50px;
}
.foot__other__box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.foot__other__box-a{
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.foot__other__box-a> img {
    width: 18px;
    height: 20px;
    vertical-align: middle;
}
.foot__other__box-a>span{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding-left: 5px;
}

.foot__search-dqjs{
    background: #ecdedd;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot__info-dqjs {
    background: #d72621;
    height: 102px;
}
.foot__other-dqjs {
    background: #9c130f;
    height: 46px;
}
