.minW1400 {
    min-width: 1400px;
}

.headerBox {
    height: 697px;
    width: 100%;
    min-width: 1200px;
    background-image: url("../imgs/new/banner1.png");
    background-size: cover;
    background-position: center;
    position: relative;
}

.minHeaderBox {
    display: none;
    height: 175px;
    width: 100%;
    min-width: 1200px;
    background-image: url("../imgs/new/min_header_bg.png");
    background-size: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    margin-bottom: 60px;
}
.headerBox .active,
.minHeaderBox .active {
    background-image: url("../imgs/new/nav_active.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}
.headerBox .active > a,
.minHeaderBox .active > a {
    color: #ffffff !important;
}

.headerBox .navBottom {
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
}

.headerNavBox {
    width: 100%;
    height: 175px;
    background-image: url("../imgs/new/header_nav_bg.png");
    background-size: cover;
    background-position: center;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.headerNavBox .headerTopTitle {
    height: 64px;
    line-height: 64px;
    text-shadow: 0px 0px 6px #ffffff;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #1a6cf3;
    font-size: 48px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 8px;
    margin: 0;
}
.headerNavBox .headerTopTitle .website {
    font-size: 16px;
    height: 18px;
    line-height: 18px;
}

.headerNavBox .headerNav {
    height: 73px;
    padding-top: 18px;
}

.headerNavBox .headerNav > ul {
    text-align: center;
}

.headerNavBox .headerNav > ul > li {
    display: inline-block;
    height: 73px;
    line-height: 73px;
    padding: 0 16px;
    font-family: Microsoft YaHei;
    font-size: 24px;
    position: relative;
}
.headerNavBox .headerNav > ul > li > a {
    color: #d1e1fc;
}
.headerNavBox .headerNav > ul > li > a:hover {
    color: #ffffff;
}

.headerNavBox .headerNav > ul > li .menu-2 {
    background: rgba(255, 255, 255, .85);
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px 12px;
    position: absolute;
    top: 73px;
    left: -12px;
    width: 100%;
    overflow: visible;
    display: none;
}

.headerNavBox .headerNav > ul > li:hover .menu-2 {
    display: block;
}

.headerNavBox .headerNav > ul > li .menu-2 li {
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 10px;
    font-family: Microsoft YaHei;
    color: #5e6880;
    font-size: 14px;
    position: relative;
}
.headerNavBox .headerNav > ul > li .menu-2 li a {
    font-family: Microsoft YaHei;
    color: #5e6880;
    font-size: 14px !important;
}

.headerNavBox .headerNav > ul > li .menu-2 li:hover {
    background: linear-gradient(90.89deg, #55a8f1 0.22%, #1a6cf3 99.76%);
}
.headerNavBox .headerNav > ul > li .menu-2 li:hover > a {
    color: #ffffff;
}
.headerNavBox .headerNav > ul > li .menu-2 li:has(.menu-3) {
    background-image: url("../imgs/new/right_arrow_black.png");
    background-position: center right 5px, center center;
    background-repeat: no-repeat;
}
.headerNavBox .headerNav > ul > li .menu-2 li:has(.menu-3):hover{
    background-image: url("../imgs/new/right_arrow_white.png"),linear-gradient(90.89deg, #55a8f1 0.22%, #1a6cf3 99.76%);
}

.headerNavBox .headerNav > ul > li .menu-2 .menu-3 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: auto;
    box-sizing: content-box;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px 12px;
    display: none;
}

.headerNavBox .headerNav > ul > li .menu-2 > li:hover .menu-3 {
    display: block;
}