/*底部*/
.foot {
    width: 100%;
    height: 298px;
    background-color: #57617a;
    margin: 0 auto;
    padding-top: 9px;
}


.footer_nr .foot_ul_logo {
    width: 305px;
    height: 50px;
    margin: 0px auto;
    overflow: hidden;
}


.footer_nr .foot_ul_logo img:nth-child(1) {
    width: 145px;
    float: left;
}

.footer_nr .foot_ul_logo img:nth-child(2) {
    width: 139px;
    float: right;
    display: block;
}

.footer_nr {
    width: 1200px;
    height: 243px;
    margin: 0 auto;
    margin-top: 30px;
}

.footer_nr .footer_top {
    text-align: center;
    font-size: 20px;
    word-spacing: 2em;
}

.footer_top a {
    color: #ff8400;
}

.footer_nr .logowrap {
    margin: 0 auto;
    height: 64px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_nr .logowrap .logo-1 {
    float: left;
    padding-right: 10px;
}

.footer_nr .logowrap .logo-2 {
    float: left;
    padding-left: 20px;
}

.footer_nr .logowrap .logo-3 {
    float: right;
    margin-left: 31px;
}

.footer_nr ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.footer_nr ul li {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 28px;
    text-align: center;
    font-family: "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
    letter-spacing: 1px;
}

.footer_nr ul li a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-family: "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
    letter-spacing: 1px;
}

.footer_nr ul li span {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    margin-left: 6px;
}

.footer_nr ul li .footer_img {
    width: 20px;
    height: 23px;
}

.footer_nr ul .footer_li_img {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 25px;
    right: 100px;
}

.footer_nr ul .footer_li_img .wenhuajing {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-top: 3px;
}

.footer_nr ul .footer_li_img .footer_gif {
    width: 51px;
    height: 41px;
    display: block;
    float: left;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer_nr {
        width: auto !important;
    }
}

/* iPad 竖屏优先（更紧凑） */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .footer_nr {
        width: auto !important;
    }
}

/* iPad 横屏宽松 */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .footer_nr {
        width: auto !important;
    }
}