#footer {
    width: 100%;
    height: 700px;
    background-color: #0a50b4;
    position: relative;
}

#footer .lefts {
    margin-top: 80px;
    position: absolute;
    height: 277px;
    width: 70%;
    left: 11%;
}

#footer .lefts>div {
    margin-right: 5%;
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;

}

#footer .lefts>div:last-of-type {
    margin-right: 0%;
}


#footer .lefts div a p {
    color: #5485cb;
    font-size: 18px;
    margin-top: 30px;
}

#footer .lefts div a p:hover {
    color: white;
}

#footer .lefts div dd a {
    color: #5485cb;
    font-size: 18px;
    display: block;
    margin-top: 30px;
}

#footer .lefts div dd a:hover {
    color: white;
}

#footer .lefts>div>a:first-of-type span {
    color: #cedcf0;
    font-size: 20px;
}

#footer .footerImgs {
    position: absolute;
    right: 11%;
    top: 30%;
}

#footer .footerImgs img {
    width: 100%;
}


.footerRight {
    position: absolute;
    bottom: 100px;
    right: 8%;
    height: 210px;
    text-align: center;
}

.footerRight a {
    margin-right: 15px;
}


.footerRight div {
    display: none;
}

.footerRight a .fx_ss {
    position: relative;
    left: 0;
    top: 0;
    display: none;
}

/* .footerRight a .fx_xs {
    display: inline-block;
} */

.footerRight div input {
    height: 50px;
    width: 280px;
    display: block;
    border-radius: 10px 0px 0px 10px;
    padding-left: 20px;
    margin-top: 40px;
    outline: none;
    font-size: 22px;
    border: 0px;
}

.footerRight div button {
    width: 75px;
    height: 51px;
    /* background: url(./img/底部融媒矩阵图标.png) no-repeat center center; */
    border: 0;
    float: right;
    margin-top: -51px;
    margin-right: 2px;
    /* background-color: #0069ff; */
    border-radius: 0px 10px 10px 0px;
}

.footerRight ul {
    color: #4278c5;
    margin-top: 20px;
}

.footerRight ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.footerRight ul li a {
    color: #fff;
}

.footerRight ul li a:hover {
    color: #fff;
}


.footerBottom {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0px;
    border-top: 1px solid #3b73c3;
}

.footerBottom div:first-of-type {
    margin-left: 8%;
    color: #5485cb;
    display: inline-block;
    z-index: 99999;
}

.footerBottom div:first-of-type a:hover {
    color: #fff;
}

.footerBottom div:first-of-type a {
    line-height: 120px;
    color: #5485cb;
    margin-left: 40px;
    margin-right: 30px;
}

.footerBottom div:last-of-type {
    display: inline-block;
    color: #5485cb;
    right: 8%;
    position: absolute;
}

.footerBottom div:last-of-type p {
    display: inline-block;
    line-height: 120px;
    margin-left: 30px;
}

.footerBottom div:last-of-type p:first-of-type {
    margin-left: 0px;
    margin-right: 30px;
}

.footerBottom div:last-of-type p:hover {
    color: #fff;
}
