footer {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #0273C1;
}

.footer_first {
    float: left;
    width: 100%;
    height: 420px;
}

.footer_body {
    width: 1520px;
    height: 100%;
    margin: 0 auto;
}

.footer_body_left {
    width: 1520px;
    height: 100%;
    float: left;
    padding: 40px 0px;
}

.footer_body_left a {
    color: #fff;
}

.footer_body_left a:hover {
    text-shadow: 1px 1px 20px #fff;
}


.one li {
    float: left;
    width: 217px;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}

.two {
    margin-top: 0px;
}

.two li {
    font-size: 16px;
    font-weight: normal;
}

.footer_body_right {
    width: 520px;
    height: 100%;
    float: left;
    padding: 45px 55px;
}

.footer_body_right h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 44px;
}

.footer_body_right h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 5px;
}

.weixin {
    width: 50px;
    height: 50px;
    background-image: url(../img/订阅号.png);
    background-size: 50px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
    transition: all 0.3s;
}

.weixin:hover {
    width: 100px;
    height: 100px;
    background-image: url(../img/订阅号二维码占位图.png);
    background-size: 100px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

.weibo {
    width: 50px;
    height: 50px;
    background-image: url(../img/新浪微博.png);
    background-size: 50px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
    transition: all 0.3s;
}

.weibo:hover {
    width: 100px;
    height: 100px;
    background-image: url(../img/订阅号二维码占位图.png);
    background-size: 100px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}



.footer_second {
    float: left;
    width: 100%;
    height: 100px;
    /* background-color: #efefef; */
    background-color: #0273C1;
}

.lastest {
    width: 1520px;
    height: 100%;
    margin: 0 auto;
}

.lastest_first {
    width: 100%;
    height: 50%;
    float: left;
}

.lastest_one {
    width: 500px;
    height: 100%;
    margin: 0 auto;
}

.lastest_one h1 {
    float: left;
    width: auto;
    line-height: 65px;
    font-size: 16px;
    margin: 0 27.5px;
    font-weight: 500;
}

.lastest_one h1:hover {
    font-weight: 600;
}

.lastest_second {
    width: 100%;
    height: 50%;
    float: left;
    margin-left: 120px;
}

.lastest_second h2 {
    width: auto;
    float: left;
    line-height: 35px;
    font-size: 16px;
    margin-right: 94px;
    font-weight: 500;
}

.lastest_second h1,
h2,
a {
    color: #FFF;
}

.lastest_second h2 img {
    margin-top: -5px;
}

.lastest_second h2:nth-child(4) {
    margin-right: 0px;
    font-family: Arial;
}