.wtau-footer-k {
    width: 100%;
    background-color: #282828;
    color: #ffffff;
    padding: 4% 0;
}

.wf-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.wf-n-item ul {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.wf-n-i-content a {
    font-size: 13px;
}

.wf-n-item a {
    color: #ffffff;
}

.wf-c-c-title {
    font-size: 15px;
}

.wf-n-i-title {
    font-size: 16px;
    font-weight: bolder;
}

.wf-c-c-phone {
    font-size: 23px;
    font-weight: bold;
    padding: 16px 0;
    padding-top: 10%;
}

.wf-c-c-address {
    font-size: 13px;
}

ul.wf-n-i-content {
    padding-top: 25px;
}

.wf-c-content {
    width: fit-content;
    margin: auto;
}

ul.wf-n-i-content li {
    padding: 8px 0;
}

.wmc_content {
    margin: auto;
    width: 89px;
}

.wmc_content img {
    width: 100%;
    height: auto;
}

.wmc_title {
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
}

.wtau-footer-g {
    background-color: #282828;
    border-top: 1px solid #242424;
    height: 8vh;
    width: 100%;
}

.wtau-footer-bq {
    background-color: #141414;
    padding: 1.5% 0;
    font-size: 13px;
    line-height: 20px;
}

.wtau-footer-g-c {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .wtau-footer-g-c-r {
        display: none;
    }
}

@media (max-width: 768px) {
    .wtau-footer-g {
        display: none;
    }

    .wf-n-i-content {
        display: none !important;
    }

    li.wf-n-item {
        text-align: center;
        width: 33.3%;
        padding: 1.5% 0;
        background-color: #363636;
        border-bottom: 1px solid #2b2b2b;
        border-right: 1px solid #2b2b2b;
    }

    .wf-nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 4%;

        border-top: 1px solid #2b2b2b;
        border-left: 1px solid #2b2b2b;
    }

    .wf-n-i-title {
        font-size: 15px;
        font-weight: bolder;
    }
}

@media (max-width: 568px) {
    li.wf-n-item {
        width: 50%;
    }
}

.footer-bottom {
    display: none;
    width: 100%;
    height: 60px;
    background: #24466efc;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.footer-bottom ul {
    max-width: 640px;
    height: 60px;
    margin: 0 auto
}

.footer-bottom ul li {
    width: 25%;
    height: 60px;
    display: block;
    float: left;
    text-align: center;
    background: url(../images/bottom_li.png) no-repeat right center
}

.footer-bottom ul li a {
    color: #fff;
    font-size: 12px
}

.footer-bottom ul li:nth-of-type(4) {
    background-image: none
}

.footer-bottom ul li.f1 i {
    display: block;
    width: 100%;
    height: 32px;
    background: url(../images/f1.png) no-repeat center;
    margin-top: 5px;
    background-size: 30px
}

.footer-bottom ul li.f2 i {
    display: block;
    width: 100%;
    height: 32px;
    background: url(../images/f2.png) no-repeat center;
    margin-top: 5px;
    background-size: 30px
}

.footer-bottom ul li.f3 i {
    display: block;
    width: 100%;
    height: 32px;
    background: url(../images/f3.png) no-repeat center;
    margin-top: 5px;
    background-size: 30px
}

.footer-bottom ul li.f4 i {
    display: block;
    width: 100%;
    height: 32px;
    background: url(../images/f4.png) no-repeat center;
    margin-top: 5px;
    background-size: 30px
}

@media (max-width: 800px) {
    .footer-bottom {
        display: block;
    }

    .footer-bottom-body {
        height: 60px;
        width: 100%;
    }
}

.yqlj-select {
    margin-top: 15%;
    background: url(../images/6c62d3b0bcf0ff29525368ec82c1fba9f13f2be1.png) center no-repeat;
    width: 184px;
    height: 38px;
    outline: none;
    padding-left: 25px;
    color: #bbbbbb;
    font-size: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.yqlj-select option {
    padding: 10px;
}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #337ab7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #337ab7;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #337ab7;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #337ab7;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #337ab7;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}