.top-box {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    /*opacity: 0.8;*/
    background-color: #fff;
    text-align: center;
    position: fixed;
    color: #333;
    z-index: 98999;
}

.top-box-on {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    text-align: center;
    position: fixed;
    color: #000;
    z-index: 98999;
}

.logo-box {
    float: left;
    height: 80px;
    width: 170px;
}

.logo {
    margin-top: 20px;
    width: 175px;
    height: 40px;
}

footer img.wx {
    width: 150px;
}

.logo-2 {
    margin-top: 20px;
    width: 166px;
    height: 40px;
}

.tab-box {
    line-height: 80px;
    font-size: 14px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
    margin-left: 175px;
}

.tab-ul {
    list-style: none;
    height: 80px;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
}

.mobileStyle {
    display: none;
    float: right;
}

@media (max-width: 1000px) {
    .tab-ul {
        display: none;
    }

    .mobileStyle {
        display: block;
    }
}

.tab-ul li {
    flex: 1;
    position: relative;
}

    .tab-ul li span img {
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -12px;
        display: none;
    }

.dr {
    clear: both;
    height: 90px;
    padding-top: 10px;
    line-height: 35px;
    /*background-color: rgba(51, 51, 51, 100);*/
    text-align: center;
    color: #fff;
    background: url(../images/jianb_02.jpg) center center/cover;
}

.list-left {
    text-align: center;
}

.list-cell {
    font-size: 15px;
    text-align: center;
    font-family: SourceHanSansSC-bold;
    font-weight: 500;
    cursor: pointer;
}

    .list-cell p {
        font-size: 13px;
        color: #808080;
        line-height: 25px;
        cursor: pointer;
        margin-bottom: 0;
    }

        .list-cell p:hover {
            color: red;
        }

.tab-dsj {
    position: absolute;
    bottom: 5px;
    width: 25px;
    height: 25px;
    display: none;
}

    .tab-dsj img {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }

ul.ulsecond {
    display: none;
    list-style: none;
    background-color: rgba(255,255,255,0.3);
    padding: 0;
}

    ul.ulsecond li {
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #000;
    }
     ul.ulsecond li:hover{
         color: #fff
     }

        ul.ulsecond li.on {
            /*background-color: rgba(255,100,100,0.5);*/
            background-color: rgb(255,0,0,0.6);
        }

ul.menu-items ul {
    background-color: #2098D1;
}

ul.menu-items > li {
    border-bottom: 1px solid rgba(255,0,0,0.7);
}

ul.menu-items ul li {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: white;
    border-bottom: 1px solid rgba(135, 135, 135, 100);
}

.footerMobile {
    text-align: center;
    display: none;
}

@media (max-width:1200px) {
    .footerPC {
        display: none;
    }

    .footerMobile {
        display: block;
    }
}

/*线条*/
span.xiantiao {
    width: 50px;
    height: 1px;
    /*margin-right: 10px;*/
    margin-bottom: 7px;
    border-bottom: 1px solid #ff0000;
    display: inline-block;
}

/* 缩放 */
@-webkit-keyframes tabScale {
    0% {
        -webkit-transform: scale(0);
    }

    25% {
        -webkit-transform: scale(0.25);
    }

    50% {
        -webkit-transform: scale(0.5);
    }

    75% {
        -webkit-transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes tabScale {
    0% {
        -moz-transform: scale(0);
    }

    25% {
        -moz-transform: scale(0.25);
    }

    50% {
        -moz-transform: scale(0.5);
    }

    75% {
        -moz-transform: scale(0.75);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes tabScale {
    0% {
        -ms-transform: scale(0);
    }

    25% {
        -ms-transform: scale(0.25);
    }

    50% {
        -ms-transform: scale(0.5);
    }

    75% {
        -ms-transform: scale(0.75);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes tabScale {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(0.25);
    }

    50% {
        transform: scale(0.5);
    }

    75% {
        transform: scale(0.75);
    }

    100% {
        transform: scale(1);
    }
}

.page{
    margin-top: 16px;
    text-align: center;
}

.page .fy{display: inline-block;}

.page .fy a{
    display: inline-block;
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page .fy a:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page .fy a.cur{
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

