/* 头部 */

.m-dn {
    display: none;
}

.top {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.88);
    left: 0;
    top: 0;

}

header {
    width: 100%;
    
}

header.on {
    background: #fff;
}

.logo img {
    height: 0.5733rem;
    max-width: 100%;
}

.switching,
.search {
    width: 0.5867rem;
    height: 0.5867rem;
    border-radius: 50%;
    cursor: pointer;
}

.search {
    background: url(../images/search.png) no-repeat center center #3479be;
    margin-right: 0.44rem;
}

.switching {
    background: url(../images/yy.png) no-repeat center center #58256f;
}

.sub {
    position: absolute;
    top: 0.8rem;
    background: #fff;
    box-shadow: inset 0 0.04rem 0.0667rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    width: 1.3333rem;
    padding: 0.2rem 0.32rem;
}

.sub a {
    display: block;
    font-size: 0.2133rem;
    line-height: 0.48rem;
}

.switching:hover .sub {
    opacity: 1;
    visibility: visible;
}

.header-nav {
 
}

@media (min-width: 1200px) {
    .meun li>a {
        display: block;
        font-size: 0.2667rem;
      line-height: 1.19rem;
    }

    .meun li>a {
        padding: 0 1vw;
        font-weight: bold;
        position: relative;
    }

    .meun li.cur>a {
        color: #58256f;
    }

    .meun li>a::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 0.04rem;
        background: #58256f;
        transition: 0.5s;
        width: 0;
    }

    .meun li:hover {}

    .meun li>a:hover::after {
        width: 100%;
    }

    .nav-sec {
        position: absolute;
        top: 1.19rem;
        left: 0;
        width: 3.4rem;
        background: #fff;
        box-shadow: inset 0 0.04rem 0.0667rem rgba(0, 0, 0, 0.1);
        padding: 0.1333rem 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .nav-sec a {
        display: block;
        padding: 0 0.3333rem;
        font-size: 0.2133rem;
        line-height: 0.48rem;
        border-bottom: 1px solid #f4f4f4;
    }

    .meun li:hover .nav-sec {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1200px) {
    .m-nav-btn img {
        height: 28px;
        width: 28px;
    }

    header {
        background: #fff;
    }

    .m-dn {
        display: block;
    }

    .switching,
    .pc-logo {
        display: none;
    }

    .header {
        height: 40px;
        padding: 10px 0;
        position: static;
    }

    .nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        display: none;
    }

    .meun {
        max-width: 60%;
        transition: 0.5s;
        transform: translateX(-100%);
        width: 100%;
        background: #fff;
        display: block;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }

    .meun.on {
        transform: translateX(0);
    }

    .meun li a {
        line-height: 45px;
        font-size: 16px;
        border-bottom: 1px solid #e0e0e0;
        display: block;
        padding: 0 15px;
    }

    .nav-sec {
        padding: 0 15px;
        background: #f4f4f4;
        display: none;
    }

    .nav-sec a {
        font-size: 14px !important;
    }

    .logo img {
        height: 30px;
    }

    .search {
        height: 40px;
        width: 40px;
    }

    .search-flx {
        padding: 0 30px;
    }

    .indexSwiper video,
    .indexSwiper .img img {
        height: auto;
    }

    .indexBanner {
        padding-top: 60px;
    }
}


.arrow-left {
    background: url(../images/right.png) no-repeat 96% center;
    background-size: 10px 10px;
}

.arrow-right {
    background: url(../images/down.png) no-repeat 96% center;
    background-size: 10px 10px;
}


/* 头部结束 */


.footer {
    background: url(../images/footerBg.jpg) no-repeat left top / cover;
    padding-top: 5%;
}

.footer-left .tel {
    padding-left: 0.6667rem;
    background: url(../images/tel.png) no-repeat left center;
    line-height: 0.48rem;
    margin: 6% 0;
}

.footer-logo img {
    max-width: 100%;
}

.f_Top {
    padding-bottom: 3%;
}
.footer-nav{ padding-top: 3%;}

.footer-nav li {
    margin-right: 3vw;
}

.footer-nav li p {
    font-size: 0.2667rem;
    font-weight: bold;
    margin-bottom: 0.1333rem;
}

.footer-nav li a {
    display: block;
    line-height: 0.48rem;
    color: #fff;
    font-size: 0.24rem;
}

.copy {
    padding: 30px 0;
    font-size: 16px;
}



@media(max-width:1200px) {
    .footer-nav {
        padding: 20px 0;
        width: 100%;
    }
}



@media(max-width:750px) {
    .footer-nav {
        display: none;
    }

    .footer-left .tel {
        background: none;
        padding-left: 0;
        margin: 25px 0;
    }

    .copy {
        font-size: 14px;
        padding: 10px 0;
    }

    .footer-logo img {
        height: 30px;
    }
}



.table-container {
    width: 100%;
    overflow-x: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: white;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    border: 1px solid #ddd;
}

th,
td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
}

th {
    background-color: #e0e7f1;
    font-weight: bold;
    color: #333;
    position: sticky;
    top: 0;
    font-size: 16px;
}


.table-container thead tr th:nth-child(2){width:40%}


.table-container img{height:40px;max-width:100%;margin:0 auto}

tr:hover {
    background-color: #f5f5f5;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

.status-a {
    color: #28a745;
    font-weight: bold;
}

.status-i {
    color: #dc3545;
    font-weight: bold;
}

@media (max-width: 768px) {

    th,
    td {
        padding: 8px 10px;
        font-size: 14px;
    }
}