.web-nav {
    width: 100%;
    margin: 0 auto;
}

.banner-img {
    max-width: 1240px;
    text-align: center;
}

.navbar {
    /* max-width: 1240px; */
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.navbar-header {
    padding: 10px;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.navbar-default {
    background-color: #fff;
    margin: 0 auto;
    border: none;
    /* border-bottom: 2px #5C5D5D solid; */
    border-radius: unset;
    /* background-color: #5C5D5D; */
}

#check-label {
    position: absolute;
    right: 20px;
    top: 23px;
}

.nav>li {
    float: left;
    /*background-image : linear-gradient(#d7bb95, #d7bb95);*/
    background-size: 0 4px;
    background-position: center 94%;
    background-repeat: no-repeat;
}

.nav>li>a {
    /* background-color: #5C5D5D; */
    display: block;
    margin: 30px 10px 0 10px;
    padding: 15px 50px 15px 50px;
    color: black;
    font-size: 18px;
    /* border-radius: 40px; */
    /* font-weight: bold; */

    /*background-image : linear-gradient(#d7bb95, #d7bb95);*/
    background-size: 0 4px;
    background-position: center 94%;
    background-repeat: no-repeat;
    text-decoration: underline;
    text-underline-offset: 0.3em;
}

.nav>li>a:hover {
    background-color: #006EB8;
    border-radius: 10px 10px 0 0;
    /* opacity: 0.7; */
    color: white;
}

.nav>li>a.choice-nav:hover {
    background-color: #006EB8;
    border-radius: 10px 10px 0 0;
    /* opacity: 0.7; */
    color: white;
}

.nav .choice-nav {
    background-color: #006EB8;
    border-radius: 10px 10px 0 0;
    color: white;
}

.fatherNav {
    position: relative;
}

.childNav {
    position: absolute;
    z-index: 99;
    background-color: rgba(102, 102, 102, 0.6);
    border-radius: 3px;
    width: auto;
}

.childNav>li {
    float: left;
}

.childNav>li>a {
    display: block;
    padding: 20px 15px;
    color: white;
}

.childNav>li>a:hover {
    /*background-color: #507dff;*/
    /*opacity: 0.7;*/
    background-color: black;
    color: white;
}

.n3 {
    position: absolute;
    width: 86px;
}

.n3 a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    color: white;
    background-color: rgba(71, 71, 71, 0.7);
}

.n3 a:hover {
    color: white;
    background-color: rgba(17, 17, 17, 0.9);
}

/* .navbar-right{margin-right: 0;} */


.phone-nav {
    width: 100%;
    height: 100%;
    background-color: white;
}

.layui-layer-setwin .layui-layer-maxmin {
    display: none;
}

.index-banner {
    margin: 0 auto;
}

.index-banner img {
    width: 100%;
}

.navbar-right {
    /* margin-top: 70px; */
    margin-left: 20%;
}

.border-one {
    width: 100%;
    height: 20px;
    background-color: #006EB8;
}

.border-two {
    width: 100%;
    height: 30px;
    background-color: black
}

.bottom-one {
    width: 100%;
    height: 60px;
    background-color: #006EB8;
    display: flex;
    align-items: center;
}

.bottom-one p {
    margin-left: 15%;
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.bottom-two {
    width: 100%;
    height: 120px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom-two p {
    margin-left: 15%;
    font-size: 20px;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bottom-main {
    /* background-color: #BFBFBF; */
    background: linear-gradient(to right, #F1AC44, #FEF7ED);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 40px;
    /* margin-bottom: 40px; */
    height: 60px;
    line-height: 60px;
}

.bottom-main img {
    height: 100px;
    margin-bottom: 20px;
}

.banner-top-img {
    width: 100%;
}

/* 移动端样式 */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    /* background-color: #ecf0f1; */
    background-color: #006EB8;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* 移动端菜单样式 */
.header {
    display: none;
    /* background-color: #006EB8; */
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header img {
    width: 90px;
    height: 45px;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #006EB8;
    padding: 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu ul li {
    border-bottom: 1px solid #34495e;
}

.mobile-menu ul li:last-child {
    border-bottom: none;
}

.mobile-menu ul li a {
    display: block;
    color: #ecf0f1;
    text-decoration: none;
    padding: 12px 20px;
    transition: background-color 0.3s;
}

.mobile-menu ul li a:hover {
    background-color: #34495e;
}

/* 媒体查询 - 移动端 */
@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



    .mobile-menu.active {
        display: block;
    }

    /* 汉堡菜单动画 */
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .banner-top-img {
        /* height: 200px; */
        object-fit: cover;
    }
}