.footer{
    background-color: rgb(249,249,249);
    margin-top: 1rem;
}
.footer .navbar{
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.footer .logos img{
    width: 3.2rem;
    margin-top: 0.1rem;
    margin-left: 1.1rem;
}
.footer .navbar-collapse{
    margin-left: 0.35rem;
}
.footer .navbar-nav li{
    margin-right: 0.2rem;
    /*padding: 0;*/
}
/*.footer .navbar-nav li:hover{*/
/*    background-color: transparent;*/
/*}*/
/*.footer .navbar-nav li:hover a{*/
/*    color: #000;*/
/*}*/
.footer .search-box2{
    height: 0.38rem;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}
.search-box2 .search-icon{
    width: 0.14rem;
    height: 0.14rem;
    margin-left: 0.1rem;
}
.search-box2 input{
    background: transparent;
    border: none;
    width: 1.3rem;
    font-size: 0.12rem;
    margin-left: 0.1rem;
}
.search-box2 .txt{
    background: transparent;
    border: none;
    width: 1.3rem;
    font-size: 0.12rem;
    margin-left: 0.1rem;
    cursor: pointer;
}
.search-box2 .search-btn{
    height: 0.37rem;
    width: 0.8rem;
    background: #195AA0;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.37rem;
    border: 1px solid #195AA0;
    color: rgba(255,255,255,0.4);
    cursor: pointer;
}

.company-info{
    padding: 0.1rem 1.23rem 0.3rem;
}
.infomsg-item{
    margin-top: 0.16rem;
}
.infomsg-item .icon{
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.25rem;
}
.infomsg-item .val{
    font-size: 0.2rem;
}
.company-phone{
    margin-left: auto;
}
.phone-msg .icon{
    width: 0.28rem;
    height: 0.28rem;
}
.phone-msg .txt{
    color: #004A91;
    font-size: 0.18rem;
    font-weight: bold;
    margin-left: 0.06rem;
}
.company-phone .phone-number{
    font-size: 0.26rem;
    font-weight: bold;
    margin-top: 0.2rem;
}


.footer .filing-info{
    padding: 0 1.17rem;
    border-top:1px solid rgba(112, 112, 112, 0.29);
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 0.86rem;
    background-color: rgb(242,243,243);
}
.filing-info .txt{
    color: #00172D;
    opacity: 0.54;
    font-size: 0.18rem;
}
.filing-info .statement{
    margin-left: auto;
    font-size: 0.18rem;
    color: rgba(0, 23, 45, 0.54);
}