

.nav-box {
    height: 85px;
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: 1300px;
    background: rgba(255, 255, 255, 0.8909952606635071);
}

.row-content {
    display: flex;
    flex-wrap: nowrap;
}

.row-content-col1 {
    width: 25%;
}


.title-wrap {
    margin-left: 22.493224932249323%;
    margin-right: 23.848238482384822%;
    margin-top: 0.13568521031207598vw;
}

.nav-box .logo_wrap {
    min-width: 30px;
    min-height: 30px;
}


.nav-container {
    width: 58.33%;
    /*overflow-x: auto;*/
    /*margin-left: 5%;*/
    min-width: 780px;
    white-space: nowrap;
    margin-left: 1%;

}

.nav-container .nav {
    display: inline-block;

    /*float: left;*/
    min-width: 80px;
    height: 86px;
    color: #333;
    font-size: 16px;
    line-height: 86px;
    font-weight: bold;
    margin-left: 26px;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.nav-container .nav .sub-nav-box {
    display: none;
    position: absolute;
    left: -30px;
    top: 65px;
    min-width: 160px;
    /*min-width: 80px;*/
    background: #fff;
    border-radius: 3px;
}

.nav-container .nav:hover .sub-nav-box {
    display: block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.nav-container .nav .sub-nav-box .sub-nav {
    font-size: 14px;
    color: #212121;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 10px;
    cursor: pointer;
    position: relative;

}

.nav-container .nav .sub-nav-box .sub-nav a {
    color: #212121;
    width: 100%;
    height: 100%;
    display: block;
}

.nav-container .nav .sub-nav-box .sub-nav:hover .third-nav-box {
    display: block;
}


.third-nav-box {
    display: none;
    min-width: 160px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    right: calc(-100% - 12px);
    top: 0;
}

.third-nav-box:before {
    height: 100%;
    width: 12px;
    left: -12px;
    content: "";
    display: inline-block;
    position: absolute;

}

.third-nav-box .third-nav {
    font-size: 14px;
    color: #212121;
    text-align: center;
    line-height: 50px;
    /*height: 50px;*/
    border-bottom: 1px solid #f7f7f7;
    padding: 0 10px;
    cursor: pointer;
}


.nav-box .logo_wrap .logo_img {
    width: 100%;
    /*height: 66px;*/
}


.nav_item_arrow_hollow_triangle {
    width: 5px;
    height: 5px;
    border: solid currentColor;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    margin: 0 0 3.25px 5px;
    display: inline-block;
}


/*search*/
.search-box {
    /*float: right;*/
    min-height: 64px;
    width: 190px;
    margin-top: 20px;
    margin-right: 40px;


}

.search-box-content {
    height: 34px;
    font-size: 14px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 38px;

    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}

.site_search_input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 14px;
    background-color: transparent;
}


@media screen and (min-width: 1025px) {
    .nav-box-mobile, .footer_nav_box {
        display: none;
    }

    .title-wrap {
        margin-left: 22.493224932249323%;
        margin-right: 23.848238482384822%;
        margin-top: 0.13568521031207598vw;
    }

    .nav-box .logo_wrap {
        width: 229.7246376811594px;
        height: 66px;
        margin-left: 22.493224932249323%;
        margin-right: 23.848238482384822%;
        margin-top: 0.13568521031207598vw;
    }
}

@media screen and (max-width: 1024px) {
     .nav-box {
        display: none;
    }

    .banner-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .nav-box-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: block;
        height: 50px;
        line-height: 50px;
        background: #FFF;
        width: 100%;
    }

    .jz_nav_menu {
        display: block;
        width: 22px;
        position: absolute;
        top: 25px;
        left: 15px;
        transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
    }

    .menu_body {
        position: relative;
        width: 21px;
        height: 18px;
    }

    .nav_menu_item {
        width: 100%;
        height: 2px;
        background: #999;
        position: absolute;
        transition: .36s ease;
    }

    .menu_item_top {
        top: 0;
    }

    .jz_nav_wrap_active .menu_item_top {
        top: 8px;
        transform: rotate(45deg);
    }

    .menu_item_center {
        display: block;
        top: 8px;
    }

    .jz_nav_wrap_active .menu_item_center {
        opacity: 0;
    }

    .menu_item_bottom {
        bottom: 0;
    }

    .jz_nav_wrap_active .menu_item_bottom {
        bottom: 8px;
        transform: rotate(-45deg);
    }

    .mobiel_nav_container {
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 16px;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 99;
        transition: all .35s;


        transform: translate(0);
        opacity: 1;

        box-shadow: none;
        font-size: 15px;
        color: #666;
        background: #fff;
    }

    .mobile_nav_content {
        margin-top: 50px;
        height: calc(100% - 50px);
        /*border: 1px solid red;*/

        overflow-x: hidden;
        overflow-y: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .theme_font_color {
        color: #1e50ae;
    }

    .theme_font_color a {
        color: #1e50ae;
    }

    .nav_list {
        display: block;
    }

    .nav_item {
        border: none;
        border-color: #f2f2f2;
        border-top: 1px solid #f2f2f2;
        height: auto;
        position: relative;
    }

    .nav_item_text_wrap {
        position: relative;
    }

    .nav_item_text {
        padding-left: 26px;
        width: 100%;
        box-sizing: border-box;
        display: block;
        height: 50px;
        line-height: 50px;
    }


    .sub_nav_list {
        display: none;

        height: auto;
        position: relative;
        opacity: 1;
        top: 0;
        left: 0;
        box-shadow: none;
        transform: translateX(0);

    }

    .sub_nav_item {
        height: auto;
        line-height: 50px;
        border-top: 1px solid #f2f2f2;
        position: relative;
    }

    .sub_nav_item_text {
        /*display: inline-block;*/
        font-size: 14px;
        padding-left: 48px;
        line-height: 50px;


        width: 100%;
        box-sizing: border-box;
        display: block;
        height: 50px;
        line-height: 50px;
    }

    .three_nav_list {
        display: none;
        background-color: #fafafa;
    }

    .three_nav_item {
        line-height: 50px;
        height: auto;
        min-width: auto;
        text-align: left;
        border-top: 1px solid #f2f2f2;
    }

    .three_nav_item_text {
        display: inline-block;
        font-size: 14px;
        padding-left: 64px;
        width: 100%;
    }

    /*一级点击之后，添加slide_sub_menu*/
    /*            .slide_sub_menu{

                }*/
    .slide_sub_menu.nav_item_text_wrap > .icon_nav_item {
        transform: rotate(0);
    }

    /*sub_nav_item_text_wrap slide_three_menu*/
    .slide_three_menu.sub_nav_item_text_wrap > .icon_nav_item {
        transform: rotate(0);
    }

    .icon_nav_item, .icon_sub_item {
        display: inline;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        padding: 0 15px;
        box-sizing: border-box;
        height: 50px;
        line-height: inherit;
        transition: all .4s;
        /*transform: rotate(0);*/
        transform: rotate(-90deg);
        color: #666;
        text-align: center;
    }

    .faisco-icons-S000106:before {
        content: "";
        width: 14px;
        height: 14px;
        display: inline-block;
        background: url("../image/arrow_down.png") center no-repeat;

    }


    .nav-box-mobile .logo-box {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .nav-box-mobile .logo_wrap {
        width: 104.42028985507247px;
        height: 100%;
        position: relative;
    }

    .nav-box-mobile .logo_wrap img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        vertical-align: top;
    }

    /*  .nav-box .logo_wrap {
          width: 104.42028985507247px;

      }*/
    .banner-pic {
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
    }

    .banner-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .footer_nav_box {
        display: flex;
    }

    .news-item-inner {
        height: auto !important;
    }

    .news-item .time {
        color: #999;
        /*font-size: 12px;*/
        margin-top: 5px;
        line-height: 1;
        flex-shrink: 0;

        white-space: nowrap;
        margin-left: 0 !important;
    }

    .row-content {
        display: flex;
        flex-wrap: nowrap;
    }

    .row-content-col1 {
        width: 100vw;

    }

    .title-wrap {


        overflow: hidden;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-box .logo_wrap {
        width: 104.42028985507247px;
        height: 100%;
        position: relative;


        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        overflow: hidden;
        justify-content: center;
        height: 30px;
    }

    .nav-container {
        display: none;
    }

    .search-box {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .nav-box {
        display: none;
    }

    .footer_nav_box {
        display: flex;
    }

    .nav-box-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: block;
        height: 50px;
        line-height: 50px;
        background: #FFF;
        width: 100%;
    }

    .jz_nav_menu {
        display: block;
        width: 22px;
        position: absolute;
        top: 25px;
        left: 15px;
        transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
    }

    .menu_body {
        position: relative;
        width: 21px;
        height: 18px;
    }

    .nav_menu_item {
        width: 100%;
        height: 2px;
        background: #999;
        position: absolute;
        transition: .36s ease;
    }

    .menu_item_top {
        top: 0;
    }

    .jz_nav_wrap_active .menu_item_top {
        top: 8px;
        transform: rotate(45deg);
    }

    .menu_item_center {
        display: block;
        top: 8px;
    }

    .jz_nav_wrap_active .menu_item_center {
        opacity: 0;
    }

    .menu_item_bottom {
        bottom: 0;
    }

    .jz_nav_wrap_active .menu_item_bottom {
        bottom: 8px;
        transform: rotate(-45deg);
    }

    .mobiel_nav_container {
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 16px;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 99;
        transition: all .35s;


        transform: translate(0);
        opacity: 1;

        box-shadow: none;
        font-size: 15px;
        color: #666;
        background: #fff;
    }

    .mobile_nav_content {
        margin-top: 50px;
        height: calc(100% - 50px);
        /*border: 1px solid red;*/

        overflow-x: hidden;
        overflow-y: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .theme_font_color {
        color: #1e50ae;
    }

    .theme_font_color a {
        color: #1e50ae;
    }

    .nav_list {
        display: block;
    }

    .nav_item {
        border: none;
        border-color: #f2f2f2;
        border-top: 1px solid #f2f2f2;
        height: auto;
        position: relative;
    }

    .nav_item_text_wrap {
        position: relative;
    }

    .nav_item_text {
        padding-left: 26px;
        width: 100%;
        box-sizing: border-box;
        display: block;
        height: 50px;
        line-height: 50px;
    }


    .sub_nav_list {
        display: none;

        height: auto;
        position: relative;
        opacity: 1;
        top: 0;
        left: 0;
        box-shadow: none;
        transform: translateX(0);

    }

    .sub_nav_item {
        height: auto;
        line-height: 50px;
        border-top: 1px solid #f2f2f2;
        position: relative;
    }

    .sub_nav_item_text {
        /*display: inline-block;*/
        font-size: 14px;
        padding-left: 48px;
        line-height: 50px;


        width: 100%;
        box-sizing: border-box;
        display: block;
        height: 50px;
        line-height: 50px;
    }

    .three_nav_list {
        display: none;
        background-color: #fafafa;
    }

    .three_nav_item {
        line-height: 50px;
        height: auto;
        min-width: auto;
        text-align: left;
        border-top: 1px solid #f2f2f2;
    }

    .three_nav_item_text {
        display: inline-block;
        font-size: 14px;
        padding-left: 64px;
        width: 100%;
    }

    /*一级点击之后，添加slide_sub_menu*/
    /*            .slide_sub_menu{

                }*/
    .slide_sub_menu.nav_item_text_wrap > .icon_nav_item {
        transform: rotate(0);
    }

    /*sub_nav_item_text_wrap slide_three_menu*/
    .slide_three_menu.sub_nav_item_text_wrap > .icon_nav_item {
        transform: rotate(0);
    }

    .icon_nav_item, .icon_sub_item {
        display: inline;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        padding: 0 15px;
        box-sizing: border-box;
        height: 50px;
        line-height: inherit;
        transition: all .4s;
        /*transform: rotate(0);*/
        transform: rotate(-90deg);
        color: #666;
        text-align: center;
    }

    .faisco-icons-S000106:before {
        content: "";
        width: 14px;
        height: 14px;
        display: inline-block;
        background: url("../image/arrow_down.png") center no-repeat;

    }


    .nav-box-mobile .logo-box {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .nav-box-mobile .logo_wrap {
        width: 104.42028985507247px;
        height: 100%;
        position: relative;
    }

    .nav-box-mobile .logo_wrap img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        vertical-align: top;
    }

    /*  .nav-box .logo_wrap {
          width: 104.42028985507247px;

      }*/
    .banner-pic {
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
    }

    .banner-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}