/*头部样式*/
:root {
    --dominant-color: #162cf8;
}

.header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.header2 .active1 {
    display: none !important;
}

.header2 .active2 {
    display: block !important;
}

.bgActive, .indexActive {
    background: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

.header.indexActive .active1 {
    display: none !important;
}

.header.indexActive .active2 {
    display: block !important;
}

.header.indexActive .menuBox ul > li > a,
.header.indexActive .language a {
    color: #333
}


.headerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 50px;
    transition: all 0.5s;
}

.header.active-index {
    background: #fff;
    transition: all 0.5s;
    border-color: #eee;
}


.active .headerTop {
    /*height: 50px;*/
    transition: all 0.5s;
}

.logo img {
    max-width: 100%;
}

.logo .active2 {
    display: none;
}

.header.active .logo img.active1,
.header.bgActive .logo img.active1 {
    /* display: none; */
}

.header.bgActive .logo img.active2,
.header.active .logo img.active2 {
    /*filter: none;*/
    /*display: flex;*/
}

/*头部样式*/
/* 移动端菜单 */
.menu-btn {
    display: none;
    text-align: right;
}

/*菜单样式*/
.menu {
    display: flex;
    justify-content: flex-end;
}

.phoneIcon {
    display: none
}

.menuBox {
    display: flex;
    align-items: center;
}

/* .menuBox .close {
    display: none;
} */

.menuBox ul {
    display: flex;
    justify-content: flex-start;
}

.menuBox ul > li > a {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    display: block;
    position: relative;
    transition: all 0.5s;
    border-radius: 20px;
    line-height: 40px;
    width: 120px;
    text-align: center;
}

.menuBox ul > li > a:hover {
    background: var(--dominant-color);
}

.header.header2 .menuBox ul > li > a,
.header.bgActive .menuBox ul > li > a {
    color: #333;
}

.header.header2 .menuBox ul > li > a:hover,
.header.bgActive .menuBox ul > li > a:hover {
    background: var(--dominant-color);
    color: #fff;
}

.header .menuBox > ul > .active {
    background: var(--dominant-color);
    border-radius: 20px;
}

.header .menuBox ul li {
    position: relative;
}

.header .menuBox ul .active > a,
.header.bgActive .menuBox ul li.active > a {
    color: #fff !important;
    position: relative;
}

.header .menuBox ul .active {
    color: #fff !important;
    position: relative;
}

.header .menuBox ul li:hover .nav-down {
    display: block;
}


.header.active .menuBox ul > li > a::after {
    background: #000078;
    bottom: -1px;
}

/* 下拉 */
.nav-down {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
    border-radius: 6px;
    left: 0;
    top: 54px;
}

.nav-down > span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100%;
    height: 15px;
}

.nav-down > li {
    width: 100%;
    position: relative;
    text-align: center;
}

.nav-down > li a {
    width: 100%;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333 !important;
}

.nav-down > li:hover {
    background: #8b8b8b53;
}


.header .secondMenu {
    position: absolute;
    top: 90px;
    background: #fff;
    left: 50%;
    margin-left: -90px;
    padding: 20px 10px;
    width: 180px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    /*transition: all 0.5s;*/
    display: none;
}

.header.active .secondMenu {
    /*top: 50px;*/
    /*transition: all 0.5s;*/
}

.header .menuBox ul li:hover .secondMenu {
    /*display: block;*/
}

.header .secondMenu a {
    color: #333;
    line-height: 40px;
    height: auto;
    text-align: center;
    margin: 0;
}

.header .secondMenu a::after {
    display: none !important;
}

.language-active {
    filter: brightness(4) !important;
}

.language {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    margin-left: 15px;
    background: url('../image/lang.png') no-repeat center left;
    /*transition: all 0.5s;*/
    filter: brightness(4.5);
}

.header2 .language {
    filter: brightness(0) !important;
}

.language:hover {
    filter: none !important;
}

.language::after {
    content: '';
    background: url('../image/languageIcon.png') no-repeat center right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
}

.language a {
    width: 100%;
    color: #ffffffab;
    font-size: 14px;
    display: inline-block;
    padding: 10px 0;
}

.languageBox a:hover {
    background: rgba(51, 51, 51, 0.065);
}

.language .languageBox {
    display: none;
    position: absolute;
    top: 115px;
    border-radius: 4px;
    background: #fff;
    left: 0;
    text-align: center;
    /* padding: 30px 0; */
}

.language .languageBox::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 45px;
    z-index: 5;
    border-color: transparent transparent #FFFFFF transparent;
    border-width: 10px;
    border-style: solid;
}

.header.header2 .language a,
.header.bgActive .language a {
    color: #333;
}

.header.active .language::after {
    /* background: #e2e2e2; */
}

.header.active .language a {
    /*color: #000;*/
}

/*菜单样式*/
/* 搜索 */
.search {
    width: 80px;
    height: 100px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    position: relative;
    filter: brightness(4.5);
}

.header2 .search {
    filter: brightness(0) !important;
}

.search:hover {
    filter: none !important;
}

.search-active {
    filter: brightness(4) !important;
}

.search-active::after {
    background: rgb(57 50 50) !important;
}

.search::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 16px;
    width: 1px;
    background: rgb(218, 218, 218);
    margin: auto;
    /* filter: brightness(60); */
}

.search .searchbtn {
    width: 100%;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: al 0.5s;
}

.search .searchbtn:hover {
    transition: al 0.5s;
}

.search .searchbtn img {
    /*width: 16px;*/
}

/* 搜索导航栏 */
#search-nav {
    width: 100%;
    height: 80px;
    display: none;
    position: fixed;
    /* top: 10%; */
    top: 90px;
    z-index: -1;
    background: #fff;
    box-shadow: 0 0 3px 3px rgba(211, 211, 211, 0.08);
}

#search-nav .h_search {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}

#search-nav .h_search .search-panel {
    width: 700px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    align-items: center;
}

#search-nav .h_search .search-panel form {
    width: 100%;
}

#search-nav .h_search .search-panel .ikeyClick {
    display: inline-block;
    line-height: 80px;
    padding-top: 11px;
}

#search-nav .h_search .search-panel .ikeyClick1 {
    display: inline-block;
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

#search-nav .h_search .search-panel .hide-search {
    cursor: pointer;
    filter: brightness(0);
}

#search-nav .h_search .search-panel .ikeyClick img {
    cursor: pointer;
}

#search-nav .h_search .search-panel .h_searchtxt {
    background: #fff;
    border: none;
    color: black;
    width: 100%;
    line-height: 44px;
    font-size: 14px;
    padding: 0 60px;
    border-bottom: 1px solid #eee;
}

#search-nav .h_search .search-panel .h_searchtxt:focus {
    outline: 1px solid rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
}

#search-nav .h_search .search-panel h1 {
    color: #fff;
    text-align: left;
    position: absolute;
    height: fit-content;
    top: 0;
    bottom: 0;
    right: -100px;
    margin: auto;
}

#search-nav .h_search .search-panel h1 img {
    width: 20px;
    height: 20px;
}

#search-nav .search-detail .h_searchdesc {
    width: 700px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#search-nav h4 {
    font-size: 12px;
    color: black;
    padding: 20px 0;
}

#search-nav ul {
    list-style: none;
}

#search-nav ul li {
    line-height: 32px;
    margin: 5px 0;
    padding: 0 45px;
}

#search-nav ul li a {
    color: black;
}

/* header 服务项目 */
.service {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.05);
}

.service .title {
    display: flex;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #E2E2E2;
}

.service .title .title-text {
    width: 72px;
    margin-left: 60px;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-family: siyuan;
    font-weight: 500;
    color: #333;
    padding: 30px 0 20px;
}

.service .title .title-text.actives {
    border-bottom: 2px solid var(--dominant-color);
    color: var(--dominant-color);
}

.header .navbar {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    display: none;
}

.header .navbar.actives {
    display: flex;
}

.navbar .narbar-left {
    max-width: 300px;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 8px;
    border-right: 1px solid #E2E2E2;
    transition: all 0.5s;
}

.navbar .narbar-left .item-li {
    position: relative;
    padding: 25px 0 25px 60px;
    font-size: 16px;
    font-weight: 400;
    color: #8B8B8B;
    transition: all 0.5s;
}

.navbar .narbar-left .item-li::after {
    content: "";
    width: 20px;
    background: url(../image/right.png) center no-repeat;
    padding-right: 56px;
    position: absolute;
    right: 20px;
    display: none;
    top: 0;
    bottom: 0;
}

.navbar .narbar-left .item-li:hover {
    color: var(--dominant-color);
    background: #3150a010;
}

.navbar .narbar-left .item-active {
    color: var(--dominant-color) !important;
    background: #3150a010 !important;
}

.navbar .narbar-left .item-active::after {
    display: block;
}

.navbar .right {
    max-width: 1400px;
    width: 100%;
}

.navbar .right .narbar-right {
    margin: 30px 0 80px 30px;
    display: flex;
    flex-flow: row wrap;
    display: none;
}

.navbar .right .narbar-right .navbar-item {
    max-width: 138px;
    width: 100%;
    height: 92px;
    background: #F9F9F9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 20px;
}

.navbar .right .narbar-right .navbar-item a {
    width: 100%;
    text-align: center;
}
.navbar .right .narbar-right .navbar-item .item-img {
    max-width: 42px;
    margin: auto;
    margin-top: 10px;
}

.navbar .right .narbar-right .navbar-item .item-img img {
    width: 100%;
}

.navbar .right .narbar-right .navbar-item .text {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.narbar-active {
    display: flex !important;
}

/* 移动菜单 */
.menuBox1 {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 100vh;
    top: 0;
    right: -100%;
    z-index: 99999999999;
    transition: all 0.5s;
    overflow: auto;
    overflow-x: hidden;
}

.phoneNavShow {
    box-sizing: border-box;
    right: 0;
    transition: all 0.5s;
    z-index: 9999;
    padding: 0 20px;
}

.menuBox1 .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 20;
    border-radius: 50%;
    cursor: pointer;
    background: var(--dominant-color) url('../image/close.svg') no-repeat center;
    background-size: 12px;
    text-indent: -99px;
}

.phoneNavShow .close {
    display: block;
}

/*菜单手机状态*/
.menuBox1 ul li a {
    color: #333;
    display: block;
}

.menuBox1 ul {
    flex-wrap: wrap;
    margin-top: 90px;
}

.menuBox1 ul li {
    width: 100%;
    border-bottom: 1px solid #eee;
    transition: all 1s ease;

}

.menuBox1 ul li a {
    height: auto;
    line-height: 50px;
}

.menuBox1 .secondMenu {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    box-shadow: none;
    padding: 0 30px 20px;
    /* display: flex; */
    flex-direction: column;
    display: none;
}

.menuBox1 .secondMenu a,
.menuBox1.active .menuBox1 ul .secondMenu a {
    text-align: left;
    line-height: 30px;
    height: auto;
}

.menuBox1.active .secondMenu {
    top: 0;
}

.menuBox1 ul li {
    position: relative;
}

.menuBox1 ul li i {
    content: '';
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    position: absolute;
    background: url('../image/close.svg') no-repeat center;
    filter: brightness(0.2);
    background-size: 12px;
    z-index: 10;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.menuBox1 ul li i.active {
    transform: rotate(90deg);
    transition: all 0.5s;
}

/* 菜单结束 */


@media screen and (max-width: 1440px) {
    .headerTop {
        height: 80px;
    }
    .service {
        top: 80px;
    }
    .menuBox ul li a {
        font-size: 14px;
        width: 80px;

    }

    .language a {
        font-size: 14px;
    }

    .navbar .narbar-left {
        max-width: 190px;
    }

    .navbar .narbar-left .item {
        padding: 20px 0 20px 20px;
    }

    .navbar .right .narbar-right .navbar-item {
        max-width: 110px;
        height: 75px;
    }

    .navbar .right .narbar-right .navbar-item .text {
        padding: 5px;
    }
}
@media screen and (max-width: 1366px) {
    .navbar .narbar-left .item-active::after {
        display: none;
    }
}


@media screen and (max-width: 1280px) {
    .headerTop, .search {
        height: 80px;
    }
    .headerTop .logo {
        width: 150px;
    }

    .language .languageBox {
        top: 95px;
    }

    .service {
        top: 80px;
    }

    .menuBox ul li a {
        font-size: 14px;

    }

    .language a {
        font-size: 14px;
    }

    .navbar .narbar-left {
        max-width: 165px;
    }

    .navbar .narbar-left .item {
        padding: 20px 0 20px 20px;
        font-size: 14px;
    }

    .navbar .right .narbar-right .navbar-item .text {
        padding: 0px;
        color: #333333;
    }

    .navbar .right .narbar-right .navbar-item {
        max-width: 90px;
        height: 75px;
    }

    .service .title .title-text, .service .title .title-text1 {
        font-size: 16px;
    }

    .service {
        /*height: 570px;*/
    }

}

@media screen and (max-width: 1000px) {
    .menu {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .header {
        height: 60px;
        /*line-height: 80px;*/
    }

    .headerTop {
        height: 60px;
    }

    .menu-btn {
        filter: brightness(100);
    }

    .header2 .menu-btn {
        filter: none;
    }

    .bgActive .menu-btn,
    .indexActive .menu-btn {
        filter: none;
    }

    .pageBanner .sub {
        font-size: 24px !important;
    }

    .pageBanner .title {
        font-size: 20px;
    }

    .pageBanner .img {
        text-align: center;
    }

    .pageBanner img {
        max-width: 60%;
    }

}

@media screen and (max-width: 768px) {
    .navbar .right .narbar-right .navbar-item .item-img {
        max-width: 31px;
    }

    .headerTop {
        padding: 0px 20px;
    }

    .headerTop .logo {
        max-width: 140px;
    }


}