﻿body {
}
/* 旧版商务通css样式 */
#LRfloater0 {
    display: none
}


/*返回顶部按钮*/
a.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 30px;
    right: 30px;
    background: url(/images/arrow.png) no-repeat 0px 0px;
}

a.scrollup {
    outline: 0;
    text-align: center;
}

    a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
        opacity: 1;
        text-decoration: none;
    }

    a.scrollup i {
        margin-top: 10px;
        color: #fff;
    }

        a.scrollup i:hover {
            text-decoration: none;
        }
/* 商务通 */
.swtst {
    width: 160px;
    height: 272px;
    display: block;
    position: fixed;
    right: 10px;
    top: 200px;
    background-color: transparent;
    z-index: 9999999999;
}

.zxy_footer {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    background-color: #113f6c;
    display: none;
    margin: 0;
    z-index: 9999999999;
}

    .zxy_footer li span {
        color: #fff;
        margin-top: 5px;
        display: block;
        font-size: 14px;
        font-weight: normal;
    }

    .zxy_footer li a img {
        width: 26px;
        display: block;
        margin: 0 auto;
    }

    .zxy_footer li span.spant {
        margin-top: 10px;
    }

    .zxy_footer li a img.spans {
        width: 30px;
    }
/* 商务通 */
/* 商务通 */
@media(max-width:750px) {
    .swtst {
        display: none;
    }

    .zxy_footer {
        display: block;
        display: flex;
        justify-content: space-around
    }

    .wthree_copy_right {
        display: none;
    }
}
/* 商务通 */
@media(max-width:414px) {
    .lybzyfl {
        background: #fff;
    }

    .fumine {
        display: none;
    }
}