@media screen and (min-width: 960px) {
    .lowest {
        width: 100%;
        height: 385px;
        background: #262626;
    }
    .lowest_nr {
        width: 1180px;
        margin: 0 auto;
        padding-top: 119px;
    }
    .lowest_left {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        text-align: left;
    }
    .foot_left_img {
        width: 268px;
        height: auto;
    }
    .foot_left_wz {
        font-family: SourceHanSansCN-Normal;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.23;
        margin-top: 86px;
    }
    .lowest_right {
        width: 40%;
        display: inline-block;
        vertical-align: top;
        text-align: right;
    }
    .foot_menu {}
    .foot_menu li {
        display: inline-block;
        margin-left: 3.5%;
    }
    .foot_link {
        font-family: SourceHanSansCN-Normal;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff !important;
    }
    .foot_phone {
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .foot_phoneImg {
        width: 43px;
        height: 43px;
        vertical-align: middle;
        margin-right: 15px;
    }
    .foot_phone_num {
        font-family: CenturyGothic-Bold;
        font-size: 34px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 1px;
        color: #ffffff;
        opacity: 0.27;
        vertical-align: middle;
    }
    .foot_icon {}
    .foot_icon_img {
        width: 39px;
        height: auto;
        margin-left: 0px;
    }
    .foot_icon_img1 {
        width: 39px;
        height: auto;
        margin-left: 20px;
    }
    .wz_img{
        display: none;
        width: 128px;
        height: auto;
        position: absolute;
        left: 19px;
        top: -37px;
    }
    .sina_img{
        display: none;
        width: 128px;
        height: auto;
        position: absolute;
        right: 19px;
        top: -37px;
    }
}
@media screen and (max-width: 960px) {
    .lowest {
        width: 100%;
        /* height: 214px; */
        background: #262626;
    }
    .lowest_nr {
        /*! width: 1180px; */
        margin: 0 auto;
        padding-top: 46px;
    }
    .lowest_left {
        display: block;
        width: 100%;
        vertical-align: top;
        text-align: left;
        /*! height: 166px; */
    }
    .foot_left_img {
        display: none;
        width: 176px;
        height: auto;
        margin: 0 auto;
    }
    .foot_left_wz {
        font-family: SourceHanSansCN-Normal;
        font-size: 8px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.23;
        margin-top: 109px;
        letter-spacing: 1px;
        word-break:break-all;
        text-align: center;
        border-top: 2px dotted #9B9B9B;
    }
    .lowest_right {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-top: -172px;
    }
    .foot_menu {
        text-align: center;
    }
    .foot_menu li {
        display: inline-block;
        margin-left: 1%;
        text-align: center;
    }
    .foot_link {
        font-family: SourceHanSansCN-Normal;
        font-size: 11px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff !important;
    }
    .foot_phone {
        margin-top: 14px;
        margin-bottom: 10px;
        text-align: center;
        display: block;
    }
    .foot_phoneImg {
        width: 18px;
        height: auto;
        vertical-align: middle;
        margin-right: 6px;
        /* margin-left: 57px; */
    }
    .foot_phone_num {
        font-family: CenturyGothic-Bold;
        font-size: 13px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 1px;
        color: #ffffff;
        opacity: 0.7;
        vertical-align: middle;
    }
    .foot_icon {
        display: block;
        /* vertical-align: middle; */
        text-align: center;
        position: relative;
        /* margin-right: 62px; */
    }
    .foot_icon_img {
        width: 33px;
        height: auto;
        margin-left: 0px;
    }
    .foot_icon_img1 {
        width: 33px;
        height: auto;
        margin-left: 20px;
    }
    .wz_img{
         display: none;
        width: 85px;
        height: auto;
        position: absolute;
        left: 19px;
        top: -37px;
    }
    .sina_img{
        display: none;
        width: 85px;
        height: auto;
        position: absolute;
        right: 19px;
        top: -37px;
    }
}