
.head_sousuos_active {
    overflow: hidden;
}

._header {
    width: 100%;
    position: relative;
    height: 0;
    z-index: 999;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    padding-top: 116px;
    --header-offset: -40px;
}

._header ul,
._header li {
    margin: 0;
}

._header_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

._header_con--bottom {
    padding-top: 6px;
    padding-bottom: 6px;
}

.iconfenxiang_boxs {
    padding-right: 10px;
}

._head_top {
    display: flex;
    line-height: 40px;
}

._head_top .head_h1 {
    flex: 1;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: inherit;
}

._head_top .icon_bx {
    display: flex;
    align-items: center;
}

._head_top .icon_bx.iconfenxiang_boxs {
    align-self: center;
}

._head_top .head_i {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

._head_bottom {
    display: flex;
}

._header .logo {
    height: 60px;
    padding-right: 40px;
    min-width: 200px;
    line-height: 60px;
    font-size: 0;
}

._header .logo a {
    display: block;
    height: 100%;
    width: 100%;
}

._header .logo img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

._header nav {
    flex: 1;
    overflow: hidden;
    line-height: 60px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    height: 60px;
    font-weight: bold;
}

._header .nav_box {
    overflow: hidden;
    line-height: 60px;
    position: relative;
    transition: .3s;
}

._header .nav {
    display: flex;
    white-space: nowrap;
}

._header .nav li {
    padding: 0 20px;
    border-color: inherit;
}

._header .nav li a {
    padding: 4px 0;
    display: inline;
    background: none;
}

._header .nav li.active>a {
    border-bottom: 2px solid;
    border-color: inherit;
}

._header .nav_ul {
    display: none;
}

._header nav.add {
    padding-right: 20px;
    padding-left: 20px;
}

._header .nav_btns {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 20px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    user-select: none;
    display: none;
    color: #fff;
}

._header nav.add .nav_btns {
    display: block;
}

._header .btn_l {
    left: 0;
}

._header .btn_r {
    right: 0;
}

._header .disabled {
    opacity: .5;
    cursor: no-drop;
}

._header .nav_button {
    outline: none;
    border: 0;
    width: 40px;
    height: 50px;
    padding: 10px;
    transition: all .45s;
    z-index: 99;
    display: block;
    background: 0;
    float: left;
    position: relative;
    z-index: 4;
    margin-top: 5px;
    cursor: pointer;
    display: none;
    color: inherit;
}

._header .nav_button_icon {
    position: absolute;
    width: 20px;
    height: 16px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

._header .nav_button_icon span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 0px;
    transition: all .15s;
    border-bottom: 2px solid;
}

._header .nav_button_icon span:nth-child(1) {
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

._header .nav_button_icon span:nth-child(2) {
    top: 0px;
    transform: translateZ(0) rotate(0) scaleX(1);
}

._header .nav_button_icon span:nth-child(3) {
    bottom: 0px;
    transform: translateZ(0) rotate(0) scaleX(1);
}

._header .head_lan_txt {
    font-size: 14px;
    padding-right: 20px;
}

.header_nav_li_box {
    position: absolute;
    left: 0;
    top: 0;
    background: #faf7f2;
    z-index: 999;
    box-shadow: 0 0 4px rgba(122, 122, 122, .8);
    display: none;
    border-radius: 2px;
    color: #666;
    white-space: nowrap;
}

.header_nav_li_box .nav_ul {
    padding: 4px 0;
    display: block !important;
}

.header_nav_li_box .nav_ul .nav_ul {
    display: none !important;
}

.header_nav_li_box li {
    position: relative;
}

.header_nav_li_box li.xia a {
    padding-right: 30px;
}

.header_nav_li_box li.xia .i_con {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.header_nav_li_box a {
    display: block;
    padding: 10px 14px;
}

.header_nav_li_box a.font-color,
.header_nav_li_box a:hover {
    background: #fff;
}

.header_nav_li_box ul,
.header_nav_li_box li {
    margin: 0;
}

@media (min-width:1026px) {
    ._header .nav_ul {
        display: none !important;
    }

    ._header.head_fixed ._header_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: inherit;
        transition: .3s;
        z-index: 99;
    }

    [switch_fixed=nav]._header.head_fixed ._header_box {
        top: var(--header-offset)
    }
}

.m_iconfenxiang_boxs.iconfenxiang_boxs {
    display: none !important;
    padding: 0;
}

.m_iconfenxiang_boxs.iconfenxiang_boxs ul {
    overflow: auto;
}

@media (max-width:1025px) {
    .head_nav_active {
        overflow: hidden;
    }

    .m_iconfenxiang_boxs.iconfenxiang_boxs {
        display: block !important;
    }

    .m_iconfenxiang_boxs.iconfenxiang_boxs[btn_show="0"] {
        display: none !important;
    }

    ._header .head_lan_txt {
        display: none;
    }

    .header_nav_li_box {
        display: none !important;
    }

    body ._header {
        height: 60px;
        z-index: 999;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    ._header_box {
        z-index: 999;
        position: fixed;
        background: inherit;
    }

    ._head_top .head_h1 {
        display: none;
    }

    ._head_top .head_i {
        height: 60px;
        line-height: 60px;
    }

    ._head_bottom {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        height: 60px;
        width: 100%;
        background: inherit;
    }

    ._header_con {
        padding: 0 !important;
        height: 100%;
        position: relative;
        background: inherit;
    }

    ._header .logo {
        width: 200px;
        padding: 4px 0;
        margin: auto;
        text-align: center;
        line-height: 50px;
    }

    ._header .logo img {
        margin: auto;
    }

    ._header .nav_button {
        display: block;
    }

    body.head_nav_active ._header .nav_button_icon span:nth-child(1) {
        opacity: 0;
    }

    body.head_nav_active ._header .nav_button_icon span:nth-child(2) {
        transform: rotate(45deg) translate3d(5px, 5px, 0);
        top: 0
    }

    body.head_nav_active ._header .nav_button_icon span:nth-child(3) {
        transform: rotate(-45deg) translate3d(5px, -5px, 0);
        bottom: 0;
    }

    ._header .nav_btns {
        display: none !important;
    }

    ._header nav.add,
    ._header nav {
        display: block;
        position: fixed;
        padding: 0;
        top: 61px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 998;
        background-color: inherit;
        transform-origin: 20px 0;
        transform: scale(0);
        overflow: hidden;
        transition: .3s;
        pointer-events: none;
        visibility: hidden;
        height: auto;
        font-weight: 500;
    }

    ._header .nav {
        display: block;
        line-height: 1.4;
        font-size: 16px;
        white-space: initial;
    }

    ._header .nav li {
        padding: 10px 20px;
        position: relative;
        padding: 0;
    }

    ._header .nav li a {
        padding: 0;
        border: none;
        padding: 10px 20px;
        display: inline-block;
        margin-right: 40px;
    }

    ._header .nav_ul {
        background: rgba(122, 122, 122, .06);
        margin-bottom: 10px;
    }

    ._header .nav_box .nav_ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

    ._header .nav li .i_con {
        position: absolute;
        right: 12px;
        top: 10px;
        transition: .2s;
    }

    body.head_nav_active ._header nav {
        transform: scale(1);
        visibility: visible;
        pointer-events: initial;
        padding-bottom: 50px;
    }

    ._header .nav_box {
        overflow: auto;
        width: 100%;
        height: 100%;
    }

    ._header .nav li.draw_act>.i_con {
        transform: rotate(-180deg);
    }

    .header-slogan-box {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: transparent !important;
        z-index: 4;
    }
}

#m_header {
    background-color: rgba(255, 254, 254, 1);
    color: rgba(16, 16, 16, 1);
    padding-top: 0vw;
}

/* banner */
.tem_banner_2 {
            position: relative;
            color: #fff;
        }

        .tem_banner_2 .top_text {
            position: absolute;
            left: 0;
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            pointer-events: none;
            transition: .2s
        }

        .tem_banner_2 .top_text--hidden {
            opacity: 0;
            visibility: hidden
        }

        .tem_banner_2 .top_text a,
        .tem_banner_2 .top_text .btn {
            pointer-events: auto;
        }

        /* this is interpreted by php  */
        .tem_banner_2 .top_title {
            margin-bottom: 16px;
            line-height: 1.3;
        }

        .tem_banner_2 .top_details,
        .tem_banner_2 .top_subtitle {
            line-height: 1.9;
        }

        .tem_banner_2 .con {
            position: relative;
            overflow: hidden;
        }

        .tem_banner_2 .con li .text {
            padding: 0;
            width: 100%;
            position: absolute;
            left: 0;
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 20;
            pointer-events: none;
        }

        .tem_banner_2 .con li .text a,
        .tem_banner_2 .con li .text .btn {
            pointer-events: auto;
        }

        .tem_banner_2 .con li .text .title {
            display: block;
            margin-bottom: 10px;
            overflow: hidden;
            font-size: 3.2vw;
            line-height: 1.3;
        }

        .tem_banner_2 .con li .text .describe {
            overflow: hidden;
            line-height: 1.9;
        }

        .tem_banner_2 .con li .text .subtitle {
            overflow: hidden;
            line-height: 1.9;
        }

        /* .tem_banner_2 .con li .text a{color:inherit!important;} */
        .tem_banner_2 .href_id_a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 19;
        }

        .tem_banner_2 .left_icon,
        .tem_banner_2 .right_icon {
            position: absolute;
            top: 50%;
            width: 40px;
            height: 66px;
            margin-top: -33px;
            z-index: 9;
            color: #fff;
            line-height: 66px;
            text-align: center;
            font-size: 28px;
            cursor: pointer;
            display: none;
            z-index: 6;
        }

        .tem_banner_2 .left_icon[btn_show="1"],
        .tem_banner_2 .right_icon[btn_show="1"] {
            display: block;
        }

        .tem_banner_2 .left_icon {
            left: 0;
        }

        .tem_banner_2 .right_icon {
            right: 0;
        }

        .tem_banner_2 .left_icon.swiper-button-disabled,
        .tem_banner_2 .right_icon.swiper-button-disabled {
            opacity: .4;
            cursor: no-drop;
        }

        .tem_banner_2 .img_par {
            width: 100%;
            background: none !important;
        }

        .tem_banner_2 .img_par[img_type="1"] {
            position: relative;
            height: 100vh;
        }

        .tem_banner_2 .img_par[img_type="2"] {
            padding-bottom: 56.25%;
            position: relative;
        }

        .tem_banner_2 .img_par[img_type="3"] {
            padding-bottom: 100%;
            position: relative;
        }

        .tem_banner_2 .img_par[img_type="1"] img,
        .tem_banner_2 .img_par[img_type="2"] img,
        .tem_banner_2 .img_par[img_type="3"] img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .tem_banner_2 .list_row_ul.swiper-wrapper {
            flex-wrap: nowrap;
            margin: 0;
            width: 100%;
        }

        .tem_banner_2 .img_par.no_img_src {
            width: 100%;
            min-height: 100px;
        }

        .tem_banner_2 .con .swiper-pagination[w_page_type="1"] .swiper-pagination-bullet {
            width: 30px;
            border-radius: 0;
            height: 6px;
            margin: 0 3px;
            border: 0
        }

        .tem_banner_2 .btn_box {
            margin-top: 30px;
        }

        .tem_banner_2 .pc_btn {
            display: inline-block;
        }

        .tem_banner_2 .mobile_btn {
            display: none;
        }

        .tem_banner_2 .con .swiper-pagination {
            pointer-events: none;
        }

        .tem_banner_2 .con .swiper-pagination .swiper-pagination-bullet {
            width: 16px;
            height: 16px;
            border: 4px solid transparent;
            pointer-events: auto;
            margin: -4px 1px;
            background-clip: content-box
        }

        @media (min-width: 1065px) {
            .tem_banner_2 .width_50 {
                width: 50%;
                display: inline-block;
                text-align: left;
            }
        }

        @media (max-width: 1064px) {
            .tem_banner_2 .width_mobile_60 {
                width: 60%;
                display: inline-block;
                text-align: left;
            }
        }

        @media (max-width:768px) {

            /* .tem_banner_2 .con li .text .title{font-size:22px!important;} */
            /* .tem_banner_2 .con li .text .describe,        .tem_banner_2 .con li .text .subtitle, */
            /* .tem_banner_2 .top_details,        .tem_banner_2 .top_subtitle {font-size:16px!important;} */
            .tem_banner_2 .top_title {
                margin-bottom: 10px;
            }

            .tem_banner_2 .left_icon,
            .tem_banner_2 .right_icon {
                display: none !important;
            }

            .tem_banner_2 .top_details,
            .tem_banner_2 .con li .text .describe,
            .tem_banner_2 .btn_box {
                display: none;
            }

            .tem_banner_2 .pc_btn {
                display: none;
            }

            .tem_banner_2 .mobile_btn {
                display: inline-block;
            }
        }

        #m_banner {
            background-color: rgba(248, 248, 248, 1);
            color: #fff;
            text-align: left;
        }

        #m_banner .container {}

        #m_banner .btn_box {
            text-align: left
        }

        #m_banner li .subtitle,
        #m_banner .top_subtitle {
            font-size: 18px
        }

        #m_banner li .describe {
            font-size: 14px
        }

        @media (max-width: 768px) {
            #m_banner li .title {
                font-size: 22px !important
            }

            #m_banner li .subtitle,
            #m_banner .top_subtitle {
                font-size: 16px !important
            }
        }

        @media (max-width: 768px) {

            #m_banner li .subtitle,
            #m_banner li .title {
                text-align: left !important;
            }
        }

        @media (max-width: 1200px) {

            #m_banner .top_subtitle,
            #m_banner .top_title {
                text-align: left !important;
            }
        }