.logo {
    display: none;
}

.navbar-nav {
    background-color: #fff;
}

.slideshow {
    height: 50vw;
}

@media (min-width: 992px) {
    /* body {
        background: #fff url({pboot:sitetplpath}/images/bg.jpg) top center repeat-x;
    } */

    .fixed-top {
        position: unset;
    }

    .navbar {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 6px 0;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-text {
        color: #007919;
        font-weight: bolder;
        text-shadow:
            -2px -2px 0 #fff,
            2px -2px 0 #fff,
            -2px 2px 0 #fff,
            2px 2px 0 #fff;
        -webkit-text-stroke: 0.5px #fff;
    }

    .bg-light {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .justify-content-end {
        justify-content: flex-start !important;
    }

    .m-logo {
        display: none;
    }

    .search-input {
        border: none;
        height: 30px;
        padding: 0 10px;
        width: 260px;
    }

    .search-input:focus-visible,
    .search-btn:focus-visible {
        outline: none;
    }

    .search-btn {
        border: none;
        background-color: #007919;
        color: #fff;
        height: 30px;
    }

    .search-btn:hover,
    .search-btn:focus {
        outline: none;
        background-color: #00560f;
    }

    .shadow-sm {
        box-shadow: none !important;
    }

    .navbar-nav {
        background: none !important;
    }

    .daohang {
        max-width: 1200px;
        padding: 0;
        margin-top: 6px;
        border: 1px solid #007919;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    #navbarNav {
        height: 50px;
    }

    .navbar-light .navbar-nav .active>.nav-link {
        background-color: #118d1b;
        border: 1px solid #118d1b;
        color: #fff !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #007919;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #007919;
        border: 1px solid #007919;
        color: #fff;
    }

    .navbar-nav>li:hover .item-menu {
        /* display: block !important; */
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-link {
        padding: .8rem;
        font-size: 18px !important;
        font-weight: 500;
    }

    .navbar-nav li {
        width: 171.4px;
        /*width: 200px;*/
        text-align: center;
    }

    .item-menu {
        position: absolute;
        z-index: 999;
        /* display: none; */
        width: 171.4px;
        background-color: rgba(255, 255, 255, 0.8);
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition:
            opacity 0.2s ease,
            transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
            visibility 0.2s;
    }

    .item-menu a {
        color: #007919;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0;
        display: block;
    }

    .item-menu a:hover {
        background-color: #007919;
        color: #fff;
    }

    .item-menu-active {
        background-color: #118d1b;
        color: #fff !important;
    }

    .swiper-container {
        width: 1200px;
        height: 600px;
        background-color: rgba(0, 0, 0, 0.1);
        margin-top: 0;
    }

    .slideshow {
        height: 600px;
    }

    .head-sm-height {
        display: none;
    }

    /* .footer {
        background: #fff url({pboot:sitetplpath}/images/footerbg.jpg) bottom left repeat-x;
        font-size: 16px;
    } */
    .content-zheng{
        width: 1200px;
        background-color: #fff;
        margin-bottom: 15px;
        box-shadow: 0px 0px 13px -2px #ccc;
        padding: 15px !important;
        margin: 10px auto;
    }
    .content-zheng .list{
        padding: 0 30px;
    }
    .content-zheng .list a{
        font-size: 16px;
    }
    .content-zheng .list a:hover{
        color: #007919;
        font-weight: bold;
    }
    .content-zheng .text-secondary a:hover{
        color: #007919;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
        padding: 0;
    }
}
@media (max-width: 991px) {
    #navbarNav{
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
    }
    .item-menu{
        margin-left: 30px;
    }
}

.bg-card {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    height: 400px;
    overflow: hidden;
}

.title-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 3px solid #ccc;
}

.title-border {
    position: relative;
}

.title-border::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #007919;
}

.ld-position-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 35%;
    border-top: 1px solid #e6e9ed;
}

.ld-position {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e6e9ed;
    background-color: #F5F7FA;
    border-right: 3px solid rgba(0, 0, 0, 0);
}

.ld-position-active {
    background-color: #fff;
    color: #28a745;
    border-right: 3px solid #28a745;
    position: relative;
}

.ld-position-active::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #28a745;
}

.ld-name-box {
    border: 1px solid #e6e9ed;
    width: 65%;
    overflow: hidden;
    position: relative;
}

.ld-name {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    width: 72%;
    position: absolute;
    top: 321px;
    left: 30px;
}

.ld-name-active {
    top: 110px;
    transition: all 0.5s ease;
}

.img-cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cnpca-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    color: #fff;
    padding-left: 10px;
    height: 21px;
    transition: height 0.3s ease;
    display: flex;
    align-items: center;
}

.cnpca-title-box:hover .cnpca-title {
    height: 242px;
    transition: height 0.3s ease;
}

.cnpca-title-icon {
    transform: scale(1);
    transition: transform 0.6s ease;
}

.cnpca-title-box:hover .cnpca-title-icon {
    transform: scale(1.15);
    transition: transform 0.6s ease;
}

.bg-card a:hover {
    color: #007919 !important;
    font-weight: bold;
}

.member-logo-box {
    position: relative;
    overflow: hidden;
    display: flex;
}
.member-logo-box:nth-child(1){
    display:flex;
    align-items:center;
    justify-content: center;
}
.member-logo-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    transition: height 0.3s ease;
}

.member-logo-box:hover .member-logo-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    transition: height 0.3s ease;
}

.member-logo-icon {
    transform: scale(1);
    transition: transform 0.6s ease;
}

.member-logo-box:hover .member-logo-icon {
    transform: scale(1.15);
    transition: transform 0.6s ease;
}

.online dl {
    background-color: #28a745;
}

.online dl:hover {
    background-color: #007919;
}
.weizhi{
    width: 1200px;
    margin: 10px auto 10px;
    line-height: 40px;
    border: 1px solid #e2e5f0;
    background-color: #fff;
    padding-left: 20px;
    clear: both;
    text-align: left;
    color:#666;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
