a {
    color: #000000;
}

.tab-content .active {
    font-size: 30px;
    margin-bottom: 30px;
}

.banner {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 600px;
    background-image: url(../img/show_bgm.png);
    background-position: 100% 100%;
    background-size: cover;
}

.metail_font {
    margin-top: 500px;
    font-size: 18px;
}

.footer_detail div ul li a {
    color: white;
}

.metail_address {
    color: #FFFEFE;
}

.metail_font span {
    font-size: 48px;
    color: #FFFFFF;
}

.show {
    position: relative;
}

.nav li a {
    color: #676767;

}

.nav li a:hover {
    color: #1F73FF;
}

.nav-pills > li.active > a {
    color: #fff !important;
    background-color: #1F73FF;

}
.nav-pills>li>a {
    border-radius: 0;
}


.show_time {
    margin-top: 650px;
}

.show-content {
    margin-top: 40px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(104, 104, 104, 1);
    line-height: 36px;

}

.show-content img {
    width: 100%;

}

@media (max-width: 992px) {
    .phone_show img {
        margin: auto;
    }

    .phone_show {
        font-size: 20px;
    }

    .tab-content div {
        margin-top: 20px;
    }

    .pc_show {
        display: none;
    }
}
