/* 你原有的样式保持不变 */
#nav .navbar-header {
    margin-top: 3px;
}

.nav.navbar-nav.navbar-center > li > a {
    height: 89px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}

.nav.navbar-nav.navbar-center > li > a:hover::after {
    transform: scaleX(1);
}
.nav.navbar-nav.navbar-center>li>a:hover{
    color: #0041D7!important;
}
#primary-nav .dropdown-menu>li>a{
    color: #2a2e36;
    font-size: 16px;
}
#primary-nav .dropdown-menu>li>a:hover {
    color: #0041D7 !important;
}

.nav.navbar-nav.navbar-center > li > a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 20px;
    height: 3px;
    background: #0041D7;
    transform: scaleX(0);
    transition: transform 0.2s ease-in;
}

.nav.navbar-nav.navbar-center > li > a:hover {
    color: #0041D7;
}

.header-main-menu.header-fixed .nav.navbar-nav.navbar-center > li > a {
    line-height: 49px;
}

.header-main-menu.header-fixed #nav .navbar-header {
    margin-top: 7.5px;
}

@media (max-width: 991px) {
    #nav {
        height: 75px;
    }
    .nav.navbar-nav.navbar-center>li>a{
        height: auto;
    }
    .header-main-menu.header-fixed .nav.navbar-nav.navbar-center>li>a{
        line-height: 34px;
    }
    #primary-nav .dropdown-menu>li>a{
        color: #2a2e36;
        font-size: 16px;
        padding: 20px 30px;
    }
    .nav.navbar-nav.navbar-center > li > a::after{
        content: none;
    }
}

#primary-nav {
    background-color: #fff;
}
#primary-nav .navRightBtnBox{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}
#primary-nav .devBtn{
    width: 100px;
    height: 48px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient( 180deg, #0294FF 0%, #0169FD 100%);
}
@media (max-width: 992px) {
    #primary-nav .navRightBtnBox{
        margin: 0 0 7px 0;
    }
    #primary-nav .devBtn{
        width: 100%;
    }
}
#primary-nav .devBtn:hover{
    text-decoration: none;
}
#primary-nav .devBtn:hover{
    color: #fff;
}
.logo.navbar-brand>img{
    width: 282px;
    height:41px;
}
@media (max-width: 992px) {
    .logo.navbar-brand>img{
        width: auto;
        height: 28px;
    }
}
section#home-banner{
    background: url(../../img/banner.png) center 75% no-repeat;
    height: 600px;
}
#home-banner.hero-equal-height{
    background-color: rgb(206,215,233)!important;
}
#home-banner .container{
    height: 100%;
    display: flex;
    flex-direction: column;
}
#home-banner .bannerTitle{
    height: 138px;
}
#home-banner .bannerArrow{
    height: 23px;
    margin-top: 40px;
}
#home-banner .bannerSubtitle{
    margin-top: 40px;
    color: #3A4257;
    font-size: 16px;
    line-height: 29px;
    width: 425px;
}
#home-banner .bannerBtnBox{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-left: -23px;
}
#home-banner .bannerBtnLeft{
    width: 371px;
    height: 121px;
    background: url(../../img/banner-btn-left.png) no-repeat;
    background-size:cover;
    padding: 35px 133px 0 0;
    text-align: right;
    color: #fff;
    text-decoration: none;
}
#home-banner .bannerBtnRight{
    width: 371px;
    height: 121px;
    background: url(../../img/banner-btn-right.png) no-repeat;
    background-size:cover;
    padding: 35px 0 0 135px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
#home-banner .bannerBtnSubText{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
#home-banner .bannerBtnText{
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
}
@media (max-width: 992px) {
    section#home-banner{
        width: 100vw;
        padding: 40px 10vw!important;
        background-position: 55% 80%;
    }
    #home-banner .container{
        padding: 0;
    }
    #home-banner .bannerTitle{
        width: 80vw;
        height: auto;
    }
    #home-banner .bannerArrow{
        height: 16px;
    }
    #home-banner .bannerSubtitle{
        width: 80vw;
    }
    #home-banner .bannerBtnBox{
        flex-direction: column;
    }
    #home-banner .bannerBtnLeft{
        width: 300px;
        height: 119px;
        padding: 30px 108px 0 0;
    }
    #home-banner .bannerBtnRight{
        width: 300px;
        height: 119px;
        padding: 30px 0 0 110px;
    }
    #home-banner .bannerBtnSubText{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    #home-banner .bannerBtnText{
        font-weight: 500;
        font-size: 20px;
        line-height: 35px;
    }
}

.homeModuleBox .moduleIcon{
    position: absolute;
    z-index: 999;
    right: 51px;
    bottom: 82px;
}
.homeModuleBox .moduleIconSmall{
    position: absolute;
    z-index: 999;
    right: 42px;
    bottom: 66px;
}