.footer {
    width: 100%;
    height: 300px;
    background: #00265D;
    position: relative;
   
}
.footer .footer_top{
    display: flex;
    height: 250px;
    width: 1200px;
    margin: 0 auto;
}

.footer .left {
    width: 392px;
    height: 149px;
    /* border: 1px solid rebeccapurple; */
    /* margin-left: 160px; */
    margin-top: 46px;
    margin-right: 100px;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    background: url(../images/home/地图.png) 0px 0px no-repeat;
}

.footer .left p:nth-of-type(1) {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.footer .left p img {
    vertical-align: middle;
    margin-right: 10px;
}

.footer .right {
    margin-top: 30px;
    height: 190px;
    width: 902px;
    border-left: 1px solid #FAFBFD;
    color: white;
    display: flex;
    padding-left: 62px;
}

.footer .right ul {
    margin-right: 30px;
}

.footer .right li {
    height: 40px;
    width: 100px;
    line-height: 40px;
    opacity: 0.6;
    font-size: 14px;
}

.footer .right ul li:nth-of-type(1) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 1;
}
.footer .right .OR_code{
    opacity: 1;
    margin-top: 30px;
}
.footer .footer_bot{
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background-color: #002151;
}