/* 头部 */

.m-dn {
    display: none;
}

header {
    background: #E0D1BA;
    transition: 0.5s;
    z-index: 200;
}

header.on {
    position: sticky;
    top: 0;
    left: 0;
}

.logo img {
    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 #718470;
    margin-right: 0.44rem;
}

.switching {
    background: url(../images/yy.png) no-repeat center center #A28558;
}

.sub {
    position: absolute;
    top: 0.8rem;
    background: #E0D1BA;
    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;
    z-index:999
}

.sub a {
    display: block;
    font-size: 0.2133rem;
    line-height: 0.48rem;
    color: #A28558;
}

.switching:hover .sub {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1200px) {
    .meun li>a {
        display: block;
        font-size: 0.2667rem;
        line-height: 1.1467rem;
        padding: 0 1.5vw;
        position: relative;
        color: #A28558;
    }



    .meun li.cur>a {
        color: #718470;
    }

    .meun li>a::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 0.04rem;
        background: #718470;
        transition: 0.5s;
        width: 0;
    }

    .meun li:hover {
        background: rgba(244, 244, 244, 0.5);
    }

    .meun li>a:hover::after {
        width: 100%;
    }

    .nav-sec {
        position: absolute;
        top: 1.1467rem;
        left: 0;
        width: 2.4rem;
        background: #E0D1BA;
        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;
        z-index:999
    }

    .nav-sec a {
        display: block;
        padding: 0 0.3333rem;
        font-size: 0.2133rem;
        line-height: 0.48rem;
        border-bottom: 1px solid rgb(244, 244, 244, 0.5);
        color: #A28558;
    }

    .nav-sec a:last-child {
        border: none;
    }

    .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: calc(100vh - 60px);
        background: rgba(0, 0, 0, 0.6);
        display: none;
        z-index: 200;
    }

    .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: 40px;
    }

    .search {
        height: 40px;
        width: 40px;
    }

    .search-flx {
        padding: 0 30px;
    }

    .indexSwiper video,
    .indexSwiper .img img {
        height: auto;
    }


}


.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/bg5.png) no-repeat right top #e1d6c0;
    padding-top: 3%;
}

.footer-left .tel {
    padding-left: 0.6667rem;
    margin-top: .8333rem;
    background: url(../images/tel.png) no-repeat left center;
    color: #718470;

    background-size: .3333rem .3467rem;

}

.footer-left p {
    margin-bottom: .2333rem;

}




.add {
    padding-left: 0.6667rem;
    background: url(../images/add.png) no-repeat left center;
    background-size: .3467rem .3867rem
}

.em {
    padding-left: 0.6667rem;
    background: url(../images/em.png) no-repeat left center;
    background-size: .3467rem .2667rem;
}

.footer-logo img {
    max-width: 100%;
}


.footer-nav {
    padding-top: .5333rem;
}

.footer-nav li {
    margin-right: 4vw;
}

.footer-nav li p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.1333rem;
    color: #718470;
}

.footer-nav li a {
    display: block;
    line-height: 0.48rem;
    font-size: .2133rem;
    color: #333;
}

.copy {
    padding: 30px 0;
    font-size: 16px;
    text-align: right;
}



@media(max-width:1200px) {
    .footer-nav {
        padding: 20px 0;
        width: 100%;
    }
}



@media(max-width:750px) {
    .footer-nav {
        display: none;
    }

    .footer-left .tel {
        margin: 25px 0;
    }

    .copy {
        font-size: 14px;
        padding: 30px 0;
    }

    .footer-logo img {
        height: 50px;
    }
}



.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-container img {
    height: .8rem;
    max-width: 100%;
    margin: 0 auto;
}

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;
}

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;
    }
}

.table-container thead tr td:nth-child(2) {
    width: 24%;
}

.table-container thead tr td:nth-child(4) {
    width: 17%;
}