﻿.wb_box {
    width: 100%;
    background: #FFFFFF;
    min-width: 1200px;
    clear: both;
    margin-top: 50px;
}

.footer_box {
    width: 1200px;
    padding-top:50px;
}

.footer-li {
    position: relative;
    width: 300px;
    height: 80px;
    float: left;
    text-align:center;
}

    .footer-li > a {
    /*    width: 110px;
        height: 80px;
    text-align:center;*/
    }

    .footer-li img {
      /*  width: 27px;
        height: 27px;*/
    }

    .footer-li span {
/*        position: absolute;
*/        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: center;
        color: #333333;
        line-height: 36px;
        /*margin: 0 0 4px 16px;*/
    }

.link-top, .link-bottom {
    width: 1200px;
    height: 1px;
    border-bottom: 1px solid #edf0f5;
    clear: both;
}

.footer_ml {
    width: 850px;
    height: 270px;
    margin: 30px 0 0 0;
    float:left;
}

.footer_ml-li {
    position: relative;
    width: 120px;
    height: 80px;
    float: left;
    margin: 0 20px 0 0;

}

.footer_ml-li-a {
    text-decoration: none;
    height: 17px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 36px;
}

.footer_ml-li > ul > li > a {
    height: 17px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 36px;
}


.lxfs-img {
    text-align: center;
    width: 150px;
    margin: auto;
    margin-top: 25px
}

    .lxfs-img img {
        margin-left: 13px;
        float:left;
    }
    .lxfs-img div {
        float: left;
        font-size: 14px;
        text-align: left;
    }
    .lxfs-img .tabTriangle {
        position: absolute;
        /*left: 50%;*/
        bottom: 40px;
    }
        .lxfs-img .tabTriangle::after {
            content: " ";
            border-color: transparent;
            margin-left: -8px;
            border-right-color: #fff;
            border-width: 8px;
            border-left-width: 0;
            display: block;
            border-style: solid;
        }
        #app {
            min-width: 1200px;
            overflow-y:auto;
        }

        /*::-webkit-scrollbar {
            display:none;
        }*/
.login-app {
    overflow: auto;
    width: 100%;
    min-width: 480px !important;
}

.layout-container {
    margin-top: 32px;
    margin-bottom: 16px;
}
    .layout-container p {
        text-align:center;
    }
        .layout-container p:nth-child(1) {
            margin-bottom:12px;
        }
.contact-info {
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
    width: 350px;
    float: right;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
    border-left: 1px solid #edf0f5;
    height:250px;
}
    .contact-info .conycon {
        width: 150px;
        height: 38px;
        background: #191919;
        border-radius: 19px;
        margin: auto;
        margin-top: 18px;
        text-align: left;
    }
    .contact-info .conycon .copy-phone {
        margin-left: 33px;
        overflow:auto;
        cursor:pointer;
    }
    .contact-info .conycon .copy-phone img, .contact-info .conycon .copy-phone div {
        float:left;
    }
    .contact-info .conycon .copy-phone img {
        margin-top: 10px;
        margin-right:6px;
    }
    .contact-info .conycon .copy-phone div {
        font-size: 16px;
       line-height:38px;
        text-align: left;
        color: #ffffff;
        line-height: 36px;
    }
    /*悬浮样式*/
.hoveritem {
    color: #333333;
    border-radius: 6px;
    position: relative;
    background-color: #fff;
    text-align: center;
    display: none;
    top: -50px;
    box-shadow: 5px 6px 16.38px 6px rgb(229 229 229 / 72%);
}
.hoveritem.wx {
    left: 118px;
}
.hoveritem.program {
    left: 153px;
}
.hoveritem img {
    height: 90px;
    margin-left: 0px;
}
