.faq_wrapItem.col-xs-12 p {
    display: block;
    text-align: center;
}

.faq_wrapItem.col-xs-12 img {
    width: 600px;
    margin-top:20px;
    max-width:100%;
}
.HJZF_Z__Breadcrumbs span.current, .main_newslist li:hover .main_news_title h5, .main_news_dowm a:hover {
    color: #cf4144;
}

.main-content_inner_news > ul > li.yijion_news, .main-content_inner_news > ul > li:hover, .main-content_inner_news > ul > li:first-child {
    background: #cf4144;
}

    .main-content_inner_news > ul > li.yijion_news a h3, .main-content_inner_news > ul > li:hover a h3, .main-content_inner_news > ul > li:first-child a h3 {
        color: #fff;
    }

.main_page .current {
    background: #cf4144;
    border: 1px solid #cf4144;
}

.InsidePages_left_content-main {
    border-top: 2px solid #cf4144;
}

.faq_wrapper {
    margin-bottom: 10px;
}

.faq_wrapItem > a > h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    color: #333;
    padding-bottom: 10px;
}

.faq_class_content > p {
    text-align: center;
    margin: auto;
}

    .faq_class_content > p a {
        color: #000;
        font-size: 14px;
        line-height: 24px;
    }

.faq_class_more {
    cursor: pointer;
}

    .faq_class_more i {
        font-size: 14px;
        margin-top: 5px;
    }

.faq_class_content .faq_class_more a, .faq_class_content .faq_dropdown {
    display: block;
    background: #f5f5f5;
    padding: 10px 15px;
    position: relative;
    color: #000;
    line-height: 28px;
    list-style: none;
}

.faq_class_content .faq_dropdown {
    display: none;
    overflow: hidden;
}

.faq_class_content .faq_class_more a:hover, .faq_class_content .faq_class_more .on {
    background-color: #cf4144;
}

.faq_class_content .faq_dropdown a {
    color: #cf4144;
}

.faq_class_content .faq_class_more a:hover, .faq_class_content .faq_class_more .on {
    color: #fff;
}

@media (min-width: 1366px) {
    .HJZF_Z__innerContent {
        min-height: 600px
    }
}

.faq_class_more a {
    display: block;
    position: relative;
}



.header {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    padding: 0 3vw;
    transition: all .8s;
}

    .header.active {
        background: rgba(0,0,0,.5);
    }

.nav {
    max-width: 65%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.head_hj32 {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}

.haed_hj32_nav {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 99;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

    .haed_hj32_nav span {
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        margin: 2.5px 0;
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    }

    .haed_hj32_nav.on {
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }

.head_hj32_lang {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav i {
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.nav li .nav_drop {
    position: absolute;
    display: block;
    min-width: 100%;
    left: 50%;
    transform: translate(-50%, 30px);
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
    padding-top: 10px;
    box-shadow: 0 0px 3px 1px rgba(0,0,0,.05);
}

    .nav li .nav_drop li {
        background: #ffffff;
        padding: 0 20px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,.1);
        transition: all .5s;
    }

        .nav li .nav_drop li:hover span, .nav li .nav_drop li:hover span h3 {
            color: #fff;
        }

        .nav li .nav_drop li:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

.nav li:hover .nav_drop {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

.nav_drop li h3, .nav_drop li span {
    font-size: 14px;
    line-height: 2.5;
    white-space: nowrap;
    color: #333;
    transition: all .5s;
}

.nav_drop a {
    display: block;
}

.logo, .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video {
    object-fit: fill;
}

nav {
    flex: auto;
    margin-left: 5vw;
    margin-right: 5vw;
}

    nav > ul {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }

        nav > ul > li > a {
            color: #fff;
            font-size: 16px;
            padding: 0 10px;
            position: relative;
            white-space: nowrap;
            display: block;
        }

            nav > ul > li > a:before {
                position: absolute;
                display: block;
                content: '';
                width: 100%;
                height: 3px;
                bottom: 0;
                left: 0;
                opacity: 0;
                visibility: hidden;
                transform: translateY(1px);
                transition: all .8s;
            }

    nav li:hover a:before {
        opacity: 1;
        visibility: visible;
    }

    nav li h2 {
        font-size: 16px;
        line-height: 90px;
    }

.tell {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255,255,255,.4);
    padding-left: 20px;
    min-width: 10vw;
}

.tell_img {
    margin-right: 10px;
}

.tell span {
    white-space: nowrap;
}

.head_hj32_lang_box {
    position: relative;
    color: #fff;
    margin-right: 15px;
    flex: 0 0 60px;
    width: 60px;
}

    .head_hj32_lang_box span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

        .head_hj32_lang_box span img {
            margin-right: 10px;
        }

    .head_hj32_lang_box .language_ul_alone {
        position: absolute;
        left: 0;
        min-width: 100%;
        background: rgba(255,255,255,.8);
        padding: 5px 10px;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }

    .head_hj32_lang_box:hover .language_ul_alone {
        opacity: 1;
        visibility: visible;
    }

    .head_hj32_lang_box .language_ul_alone li {
        min-height: 15px;
        min-width: 100%;
    }

        .head_hj32_lang_box .language_ul_alone li a {
            display: flex;
            white-space: nowrap;
            color: #333;
        }

        .head_hj32_lang_box .language_ul_alone li:before {
            top: 4px;
        }

.header .nav .nav_li .xiala_nav .left .nav_infor .list .case_two li {
    width: 100%;
}

    .header .nav .nav_li .xiala_nav .left .nav_infor .list .case_two li a {
        font-size: 14px;
    }

@media(max-width: 1660px) {
    .nav {
        margin-left: 1vw;
        margin-right: 1vw;
    }

    nav > ul > li > a {
        padding: 0 8px;
    }
}

@media(max-width: 1440px) {
    .header {
        justify-content: space-between;
    }

    .nav {
        max-width: 70%;
    }

    .tell {
        font-size: 16px;
    }
}

@media(max-width: 1200px) {
    .tell {
        font-size: 12px;
    }

    .header {
        padding: 0 2px;
    }

    .head_hj32_lang, .head_hj32 {
        display: none;
    }
}

.header .nav .nav_li .xiala_nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    display: block;
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease-in-out .1s;
}

.header .nav .nav_li:hover .xiala_nav {
    height: 400px;
}

.header .nav .nav_li .xiala_nav.active {
    z-index: 9;
    height: 400px;
}

.header .nav .nav_li .xiala_nav .left {
    float: left;
    width: 75%;
    padding-top: 53px;
}

    .header .nav .nav_li .xiala_nav .left .rect-6219 {
        padding-bottom: 62.19%;
    }

    .header .nav .nav_li .xiala_nav .left .nav_infor {
        float: left;
        width: 55%;
        text-align: left;
    }

        .header .nav .nav_li .xiala_nav .left .nav_infor .t {
            font-size: 35px;
            color: #666;
            font-weight: bold;
            line-height: 35px;
            margin-bottom: 30px;
        }

        .header .nav .nav_li .xiala_nav .left .nav_infor .c {
            font-size: 14px;
            color: #666;
            line-height: 25px;
            margin-bottom: 17px;
        }

        .header .nav .nav_li .xiala_nav .left .nav_infor .list li {
            float: left;
            width: 33%;
            font-size: 16px;
            line-height: 34px;
            color: #666;
            word-spacing: nowrap;
        }

            .header .nav .nav_li .xiala_nav .left .nav_infor .list li h3 {
                font-size: 16px;
                line-height: 34px;
                height: 34px;
                overflow: hidden;
            }

    .header .nav .nav_li .xiala_nav .left .nav_img {
        float: right;
        width: 33%;
        padding-top: 10px;
        padding-right: 5%;
    }

.header .nav .nav_li .xiala_nav .right {
    width: 25%;
    float: right;
}

    .header .nav .nav_li .xiala_nav .right .r_infor {
        padding-top: 100px;
        padding-left: 16%;
    }

        .header .nav .nav_li .xiala_nav .right .r_infor dt {
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            line-height: 28px;
            margin-bottom: 24px;
            text-align: left;
        }

        .header .nav .nav_li .xiala_nav .right .r_infor dd {
            font-size: 16px;
            color: #fff;
            line-height: 36px;
            text-align: left;
            margin: 0 auto;
        }

            .header .nav .nav_li .xiala_nav .right .r_infor dd a {
                color: #fff;
            }

.header .nav .nav_li .xiala_nav .nor_fix a, .header .nav .nav_li .xiala_nav .case_fix a, .header .nav .nav_li .xiala_nav .nav_infor h2 {
    color: #333;
    transition: all .5s;
    line-height: 2;
}

.header .nav .nav_li .xiala_nav .nor_fix:after {
    display: block;
    content: '';
    clear: both;
}

.header .nav .nav_li .xiala_nav .list .nav_more {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    color: #333;
    transition: all .5s;
}

@media(max-width: 1440px) {
    .header .nav .nav_li .xiala_nav .left .nav_infor {
        width: 65%;
    }
}

.HJZF_Z_other--1 {
    width: 100%;
    margin: auto;
    height: auto
}

    .HJZF_Z_other--1 .HJZF_Z_other--wrap {
        text-align: center;
    }

.HJZF_Z_other__one {
    text-align: center;
    font-weight: bold;
    margin: auto;
    word-break: keep-all;
    word-wrap: break-word;
}

.HJZF_Z_other__two {
    text-align: center;
    font-weight: bold;
    word-break: keep-all;
    word-wrap: break-word;
    margin: auto;
}

.HJZF_Z_other__more {
    font-weight: bold;
    display: inline-block;
    margin: auto;
    transition: all .5s;
}

    .HJZF_Z_other__more a {
        color: #fff;
        padding: 10px 24px 10px 24px;
        display: inline-block;
        transition: all .5s;
    }

@media (max-width: 576px) {
    .HJZF_Z_other__one {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .HJZF_Z_other__two {
        font-size: 40px;
        line-height: 46px;
    }

    .HJZF_Z_other__more {
        font-size: 20px;
    }
}

.hjzf_other_154_v_0_box {
    text-align: center;
}

.hjzf_other_154_v_0_wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,.1);
    position: relative;
    transform: translateY(-50%);
    z-index: 99;
}

    .hjzf_other_154_v_0_wrapper li {
        flex: 0 0 240px;
        width: 240px;
    }

        .hjzf_other_154_v_0_wrapper li p {
            white-space: nowrap;
        }

        .hjzf_other_154_v_0_wrapper li a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #333;
            cursor: pointer;
            transition: all .5s;
            padding: 20px 0;
            position: relative;
        }

        .hjzf_other_154_v_0_wrapper li:not(:last-child) a:after {
            position: absolute;
            display: block;
            content: '';
            width: 1px;
            height: 20px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #ccc;
        }

        .hjzf_other_154_v_0_wrapper li:hover a:after, .hjzf_other_154_v_0_wrapper li.on a:after {
            display: none;
        }

        .hjzf_other_154_v_0_wrapper li a span {
            margin-right: 20px;
            position: relative;
        }

        .hjzf_other_154_v_0_wrapper li:hover a, .hjzf_other_154_v_0_wrapper li.on a {
            color: #fff;
        }

            .hjzf_other_154_v_0_wrapper li:hover a span img.hover, .hjzf_other_154_v_0_wrapper li.on a span img.hover {
                opacity: 1;
                z-index: 99;
            }

            .hjzf_other_154_v_0_wrapper li:hover a span img.normal, .hjzf_other_154_v_0_wrapper li.on a span img.normal {
                opacity: 0;
            }

@media(max-width: 767px) {
    .hjzf_other_154_v_0_wrapper {
        transform: translateY(0);
    }

    .hjzf_other_154_v_0_wrapper {
        width: 100%;
        display: flex;
    }

        .hjzf_other_154_v_0_wrapper li {
            flex: 0 0 50%;
            width: 50%;
        }

            .hjzf_other_154_v_0_wrapper li:nth-of-type(2n) a:after {
                display: none;
            }

    .hjzf_other_154_v_0_wrapper {
        margin-bottom: 30px;
    }

        .hjzf_other_154_v_0_wrapper li a {
            padding: 5px 0;
        }
}

.abouts_32_right {
    cursor: pointer;
}

.abouts_32_left_list {
    margin: 40px 0;
    display: flex;
}

    .abouts_32_left_list li {
        margin-right: 3vw;
        text-align: center;
    }

        .abouts_32_left_list li img {
            margin-bottom: 5px;
        }

.abouts_32_left a.index_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    align-self: flex-start;
    transition: all .5s;
}

    .abouts_32_left a.index_btn .par {
        position: relative;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.abouts_32_left .index_text {
    color: #babcc6;
    display: inline-block;
    border-bottom: 1px solid #babcc6;
    padding-bottom: 5px;
    margin-bottom: 30px;
    padding-right: 20px;
    position: relative;
}

    .abouts_32_left .index_text:before {
        position: absolute;
        display: block;
        content: '';
        width: 50px;
        height: 3px;
        left: 0;
        bottom: -2px;
        background-color: #fca001;
    }

.abouts_32_1452 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: none;
    max-width: 175px;
    margin-top: 10px;
    font-size: 14px !important;
    color: #ffffff;
    line-height: 1.3;
}

.abouts_32_left_list li:hover .abouts_32_1452 {
    display: -webkit-box;
}

@media(max-width: 1200px) {
    .abouts_32_left_list {
        margin: 20px 0;
    }

    .abouts_32_right {
        margin-top: 20px;
    }

    .abouts_32_left_list li {
        max-width: 22%;
    }

        .abouts_32_left_list li img {
            max-width: 100%;
        }
}

.hjzf2_other_67_container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.hjzf2_other_67_pagination {
    text-align: center;
    margin-top: 70px;
}

.hjzf2_other_67_container .swiper-slide {
    transition: all .5s;
    transform: scale(1);
}

.hjzf2_other_67_container .swiper-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
}

.hjzf2_other_67_container .swiper-slide-active {
    box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
    transform: scale(1.2);
    z-index: 9;
}

@media(max-width: 768px) {
    .hjzf2_other_67_container .swiper-slide-active {
        transform: scale(1);
    }

    .hjzf2_other_67_pagination {
        text-align: center;
        margin-top: 20px;
    }
}

.other_181_title .index_title {
    position: relative;
}

    .other_181_title .index_title:after {
        position: absolute;
        display: block;
        content: '';
        width: 80px;
        height: 3px;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
    }

.other_181_title .index_sub_title {
    color: #999999;
}

.other_181_wrapper ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .other_181_wrapper ul li .text, .other_181_wrapper ul li .other_181_img {
        flex: 0 0 50%;
        width: 50%;
    }

    .other_181_wrapper ul li .text {
        position: relative;
        padding: 20px 3vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .other_181_wrapper ul li .text:after {
            display: block;
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            z-index: 99;
            right: -40px;
            top: 50%;
            transform: translateY(-50%);
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-right: 20px solid transparent;
        }

    .other_181_wrapper ul li:nth-child(2n) .text:after {
        border-left: 20px solid transparent;
        right: auto;
        left: -40px;
    }

    .other_181_wrapper ul li .text p {
        font-size: 16px;
    }

    .other_181_wrapper ul li .text h2 {
        position: relative;
        font-size: 30px;
    }

        .other_181_wrapper ul li .text h2:before, .other_181_wrapper ul li .text h2:after {
            display: block;
            content: '';
            position: absolute;
        }

        .other_181_wrapper ul li .text h2:before {
            width: 100%;
            height: 1px;
            background-color: #c4c4c4;
            bottom: 20px;
        }

        .other_181_wrapper ul li .text h2:after {
            width: 5vw;
            height: 3px;
            left: 0;
            bottom: 19px;
        }

.other_181_img {
    overflow: hidden;
}

    .other_181_img img {
        transition: all .5s;
    }

    .other_181_img:hover img {
        transform: scale(1.03);
    }

.other_181 .swiper-slide.swiper-slide-active {
    z-index: 5;
}

@media(min-width: 1200px) {
    .other_181_wrapper ul li:nth-of-type(2n) {
        flex-direction: row-reverse;
    }
}

@media(max-width: 1365px) {
    .other_181_wrapper ul li .text p {
        font-size: 14px;
    }

    .other_181_wrapper ul li .text {
        padding: 10px;
    }
}

@media(max-width: 1200px) {
    .other_181_wrapper ul li .text, .other_181_wrapper ul li .other_181_img {
        flex: 0 0 100%;
        width: 100%;
    }

        .other_181_wrapper ul li .text:after {
            display: none;
        }

    .other_181_wrapper ul li .text {
        padding: 20px;
    }

    .other_181_img img {
        width: 100%;
    }

    .other_181_wrapper ul li {
        margin-bottom: 20px;
    }

        .other_181_wrapper ul li .text h2:after {
            bottom: 9px;
            width: 60px;
        }

        .other_181_wrapper ul li .text h2:before {
            bottom: 10px;
        }

        .other_181_wrapper ul li .text h2 {
            font-size: 22px;
        }
}

.other_156 {
    position: relative;
}

.other_156_top {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.other_156_list {
    margin-left: 35%;
}

    .other_156_list .swiper-slide {
        width: 424px;
        margin-right: 30px;
    }

.other_156_list_con {
    margin: 0 auto;
    height: 325px;
    padding: 50px;
    font-size: 16px;
    line-height: 1.8;
}

.other_156_title .index_title {
    position: relative;
}

    .other_156_title .index_title:after {
        position: absolute;
        display: block;
        content: '';
        width: 45px;
        height: 45px;
        right: left;
        top: 0;
        transform: translate(-50%, -50%);
    }

.other_156_title .index_sub_title {
    color: #8a8a8a;
}

.other_156_list_wrapper .other_156_list_wrapper_year {
    display: inline-block;
    margin-left: 15%;
    width: 125px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    border-radius: 45px;
}

.other_156_nojs_wrapper {
    overflow-x: scroll;
    margin-left: 35%;
}

    .other_156_nojs_wrapper::-webkit-scrollbar {
        background: #f5f5f5;
        height: 10px;
    }

    .other_156_nojs_wrapper::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 10px;
    }

.other_156_nojs {
    display: flex;
}

.other_156_nojs_box {
    flex: 0 0 390px;
    width: 390px;
    margin-right: 20px;
    padding-bottom: 20px;
}

@media(max-width: 767px) {
    .other_156_list .swiper-slide {
        margin-right: 0;
    }

    .other_156_title {
        margin-left: 15px;
    }

    .other_156_top {
        position: static;
        transform: translateY(0);
    }

    .other_156_list {
        margin-left: 0;
    }

    .other_156_list_con {
        max-width: 100%;
    }

    .other_156_nojs_wrapper {
        margin-left: 0;
        padding: 0 15px;
    }

    .other_156_nojs_box {
        width: 360px;
        flex: 0 0 360px;
    }

    .other_156_nojs_wrapper::-webkit-scrollbar {
        height: 30px;
    }
}

@media(max-width: 1365px) {
    .other_156_list_con {
        max-width: 100%;
        padding: 10%;
        background-size: cover !important;
    }
}

@media(max-width: 1440px) {
    .other_156_list_con {
        background-size: 115% !important;
    }
}

.hjzf_other_127_wrapper {
    overflow: visible;
    padding: 20px 5vw;
}

    .hjzf_other_127_wrapper .swiper-slide {
        width: 318px;
        box-shadow: 0 0 15px 3px rgba(0,0,0,.05);
        border-radius: 8px;
        overflow: hidden;
    }

    .hjzf_other_127_wrapper .swiper-pagination {
        position: static;
        margin-top: 20px;
    }

        .hjzf_other_127_wrapper .swiper-pagination span {
            width: 12px;
            height: 12px;
        }

.hjzf_other_127 {
    overflow-x: hidden;
}

.hjzf_other_127_wrapper .swiper-button-next, .hjzf_other_127_wrapper .swiper-button-prev {
    z-index: 99;
    background: none;
}

    .hjzf_other_127_wrapper .swiper-button-next img, .hjzf_other_127_wrapper .swiper-button-prev img {
        display: block;
        max-width: 40px;
    }

.hjzf_other_127_wrapper .swiper-button-next {
    right: 5%;
}

.hjzf_other_127_wrapper .swiper-button-prev {
    left: 5%;
}

.hjzf_bottom_33 {
    padding-top: 5vw;
    padding-bottom: 2vw;
}

.hjzf_bottom_33_fmenu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3vw;
}

.hjzf_bottom_33_logo {
    margin-bottom: 4vw;
}

.hjzf_bottom_33_fmenu .hjzf_bottom_33_tel {
    flex: 0 0 12%;
    width: 12%;
    color: #fff;
    text-align: center;
    margin-top: -80px;
}

.hjzf_bottom_33_tel h4 {
    font-size: 22px;
    line-height: 2;
    margin-top: 10px;
    white-space: nowrap;
}



.hjzf_bottom_33_fmenu ul {
    flex: 0 0 75%;
    width: 75%;
    display: flex;
    justify-content: space-between;
}

    .hjzf_bottom_33_fmenu ul li {
        display: flex;
        flex-direction: column;
    }

        .hjzf_bottom_33_fmenu ul li h3 {
            font-size: 22px;
            margin-bottom: 20px;
            position: relative;
            color: #fff;
            padding-bottom: 25px;
        }

            .hjzf_bottom_33_fmenu ul li h3:before {
                position: absolute;
                display: block;
                content: '';
                width: 35px;
                height: 2px;
                background-color: #fff;
                left: 0;
                bottom: 0;
            }

        .hjzf_bottom_33_fmenu ul li span {
            color: #95969c;
            line-height: 2;
            font-size: 16px;
            transition: all .5s;
        }

.hjzf_bottom_33_copyright {
    border-top: 1px solid rgba(255,255,255,.3);
    padding-top: 20px;
}

.hjzf_bottom_33_copyright_list {
    display: inline-flex;
    justify-content: space-between;
    margin-left: 1vw;
}

    .hjzf_bottom_33_copyright_list a {
        margin-left: 1.5vw;
    }

.hjzf_bottom_33_copyright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #95969c;
}

    .hjzf_bottom_33_copyright a {
        transition: all .5s;
        color: #95969c;
    }

@media(max-width: 1199px) {
    .hjzf_bottom_33 {
        display: none;
    }

    .hjzf_bottom_33_mobile {
        background-color: #333;
        color: #95969c;
        padding: 10px 15px;
    }

        .hjzf_bottom_33_mobile a {
            color: #95969c;
        }
}

@media(min-width: 1200px) {
    .hjzf_bottom_33_mobile {
        display: none;
    }
}

.hjzf_other_154_v_0_wrapper li:hover a, .hjzf_other_154_v_0_wrapper li.on a {
    background-color: #cf4144;
}

.hjzf_other_154_v_0.fixed {
    height: 53px;
}

    .hjzf_other_154_v_0.fixed > .container {
        position: fixed;
        z-index: 99;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }



.hjzf2_other_47 a.index_btn {
    display: none
}

.hjzf2_other_47 .more a:before {
    border: 2px solid #cf4144;
}

.hjzf2_other_47 {
    padding-bottom: 0;
}

.hjzf2_z_bottom_21_bottom_wrapper_left_img, .hjzf2_z_bottom_21_top_bg {
    display: none
}

.hotTell em {
    font-family: 'poppins-bold';
    font-size: 40px;
}

.hjzf2_other_47_text {
    width: 80%;
}

.other_181_wrapper ul li .text h2 {
    font-size: 20px;
    font-weight: bold;
}

#aboutus-32_535 > section > div > div > div.col-xs-12.col-lg-6.wow.fadeInLeft > div > div.my-40 {
    font-size: 15px;
    line-height: 2;
}

.hjzf2_other_67 {
    padding-top: 0;
}

.HJZF_Z_other--1 {
    padding: 10% 0;
    background-attachment: fixed !important;
    background-size: auto !important;
    background-position: top !important;
}

.index_title {
    font-size: 30px;
    font-weight: bold;
}

#other-67_535 > section > div.text-center.index_title.pb40 {
    display: none
}

.hjzf2_z_bottom_21_box_wrapper {
    display: none
}

.other_181 {
    padding-top: 0;
}

.hjzf2_z_bottom_21_box {
    display: none
}

.other_156_list_con {
    background: #fff !important;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    border-radius: 30px;
    height: auto;
    width: 95%;
    margin: 20px auto;
    position: relative;
    text-align: center;
    padding: 30px;
}

.other_156_list_wrapper .other_156_list_wrapper_year {
    background-color: transparent !important;
    color: #cf4144;
    width: 100%;
    font-size: 30px;
    margin: auto;
    padding: 15px 20px;
    height: auto;
    font-family: poppins;
    background-position: center 52px;
}

.other_156_title .index_title:after, .other_181_title .index_title:after {
    display: none
}

#other-156_535 > section > div.other_156_nojs_wrapper > div > div:nth-child(2n) {
    margin-top: 80px !important;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to right, #cf4144, #f8f8f8)
}

.hjzf_other_127 {
    padding-top: 0;
}

.hjzf_other_154_v_0_wrapper {
    display: flex;
}

    .hjzf_other_154_v_0_wrapper li {
        flex: 0 0 25%;
    }

    .hjzf_other_154_v_0_wrapper li a span img {
        color: #000;
    }

.aboutactive {
    background-color: #cf4144;
    opacity: 1;
    z-index: 99;
}

.aboutactive a span img{
    opacity: 1;
    z-index: 99;
    background-color: #cf4144;
    color:#fff;
}

.aboutactive p {
    color: #fff;
}

.hjzf_other_154_v_0_wrapper li:nth-child(1) a span img.hover {
    opacity: 1;
    z-index: 99;
}



.hotTell em {
    font-family: 'poppins-bold';
    font-size: 40px;
}

.new_hjzf_head-baichuan header .pc-nav .col-2 .other .group {
    display: none;
}

.new_hjzf_head-baichuan .xiala_nav {
    top: 70%;
}

.hjzf_other_127_wrapper .swiper-button-next, .hjzf_other_127_wrapper .swiper-button-prev {
    display: none
}

.abouts_32_left a.index_btn {
    display: none
}

.other_181_wrapper ul li .text p {
    font-size: 14px;
    line-height: 2;
}

.aboutus_32 {
    padding-bottom: 40px;
}

.hjzf_other_154_v_0_wrapper li {
}

@media (max-width: 1440px) and (min-width:1366px) {
    .hjzf2_other_47 a.index_btn {
    }

    .hjzf2_other_47 .more a:before {
    }

    .hjzf2_other_47 {
    }

    .hjzf2_z_bottom_21_bottom_wrapper_left_img, .hjzf2_z_bottom_21_top_bg {
    }

    .hotTell em {
    }

    .hjzf2_other_47_text {
    }

    .other_181_wrapper ul li .text h2 {
    }

    #aboutus-32_535 > section > div > div > div.col-xs-12.col-lg-6.wow.fadeInLeft > div > div.my-40 {
    }

    .hjzf2_other_67 {
    }

    .HJZF_Z_other--1 {
    }

    .index_title {
    }

    #other-67_535 > section > div.text-center.index_title.pb40 {
    }

    .hjzf2_z_bottom_21_box_wrapper {
    }

    .other_181 {
    }

    .hjzf2_z_bottom_21_box {
    }

    .other_156_list_con {
    }

    .other_156_list_wrapper .other_156_list_wrapper_year {
    }

    .other_156_title .index_title:after, .other_181_title .index_title:after {
    }

    #other-156_535 > section > div.other_156_nojs_wrapper > div > div:nth-child(2n) {
    }

    ::-webkit-scrollbar-thumb {
    }

    .hjzf_other_127 {
    }

    .hjzf_other_154_v_0_wrapper {
    }

        .hjzf_other_154_v_0_wrapper li {
        }

    #other-154-v-0_535 > section > div > div > div > ul > li:nth-child(1) {
    }

    .hjzf_other_154_v_0_wrapper li:nth-child(1) a span img.hover {
    }

    .hjzf_other_154_v_0_wrapper li:nth-child(1) p {
    }

    .hotTell em {
    }

    .new_hjzf_head-baichuan header .pc-nav .col-2 .other .group {
    }

    .new_hjzf_head-baichuan .xiala_nav {
    }

    .hjzf_other_127_wrapper .swiper-button-next, .hjzf_other_127_wrapper .swiper-button-prev {
    }

    .abouts_32_left a.index_btn {
    }

    .other_181_wrapper ul li .text p {
    }

    .aboutus_32 {
    }

    .hjzf_other_154_v_0_wrapper li {
    }
}

@media (max-width: 1365px) and (min-width:768px) {
    .hjzf2_other_47 a.index_btn {
    }

    .hjzf2_other_47 .more a:before {
    }

    .hjzf2_other_47 {
    }

    .hjzf2_z_bottom_21_bottom_wrapper_left_img, .hjzf2_z_bottom_21_top_bg {
    }

    .hotTell em {
    }

    .hjzf2_other_47_text {
    }

    .other_181_wrapper ul li .text h2 {
    }

    #aboutus-32_535 > section > div > div > div.col-xs-12.col-lg-6.wow.fadeInLeft > div > div.my-40 {
    }

    .hjzf2_other_67 {
    }

    .HJZF_Z_other--1 {
    }

    .index_title {
    }

    #other-67_535 > section > div.text-center.index_title.pb40 {
    }

    .hjzf2_z_bottom_21_box_wrapper {
    }

    .other_181 {
    }

    .hjzf2_z_bottom_21_box {
    }

    .other_156_list_con {
    }

    .other_156_list_wrapper .other_156_list_wrapper_year {
    }

    .other_156_title .index_title:after, .other_181_title .index_title:after {
    }

    #other-156_535 > section > div.other_156_nojs_wrapper > div > div:nth-child(2n) {
    }

    ::-webkit-scrollbar-thumb {
    }

    .hjzf_other_127 {
    }

    .hjzf_other_154_v_0_wrapper {
    }

        .hjzf_other_154_v_0_wrapper li {
        }

    #other-154-v-0_535 > section > div > div > div > ul > li:nth-child(1) {
    }

    .hjzf_other_154_v_0_wrapper li:nth-child(1) a span img.hover {
    }

    .hjzf_other_154_v_0_wrapper li:nth-child(1) p {
    }

    .hotTell em {
    }

    .new_hjzf_head-baichuan header .pc-nav .col-2 .other .group {
    }

    .new_hjzf_head-baichuan .xiala_nav {
    }

    .hjzf_other_127_wrapper .swiper-button-next, .hjzf_other_127_wrapper .swiper-button-prev {
    }

    .abouts_32_left a.index_btn {
    }

    .other_181_wrapper ul li .text p {
    }

    .aboutus_32 {
    }

    .hjzf_other_154_v_0_wrapper li {
    }
}

@media (max-width: 767px) {
    .hjzf2_other_47 a.index_btn {
    }

    .hjzf2_other_47 .more a:before {
    }

    .hjzf2_other_47 {
    }

    .hjzf2_z_bottom_21_bottom_wrapper_left_img, .hjzf2_z_bottom_21_top_bg {
    }

    .hotTell em {
    }

    .hjzf2_other_47_text {
        width: 100%;
    }

    .other_181_wrapper ul li .text h2 {
    }

    #aboutus-32_535 > section > div > div > div.col-xs-12.col-lg-6.wow.fadeInLeft > div > div.my-40 {
    }

    .hjzf2_other_67 {
    }

    .HJZF_Z_other--1 {
        background-size: cover !important;
        background-attachment: local !important;
    }

    .index_title {
        font-size: 22px;
    }

    #other-67_535 > section > div.text-center.index_title.pb40 {
    }

    .hjzf2_z_bottom_21_box_wrapper {
    }

    .other_181 {
    }

    .hjzf2_z_bottom_21_box {
    }

    .other_156_list_con {
    }

    .other_156_list_wrapper .other_156_list_wrapper_year {
    }

    .other_156_title .index_title:after, .other_181_title .index_title:after {
    }

    #other-156_535 > section > div.other_156_nojs_wrapper > div > div:nth-child(2n) {
    }

    ::-webkit-scrollbar-thumb {
    }

    .hjzf_other_127 {
    }

    .hjzf_other_154_v_0_wrapper {
    }

        .hjzf_other_154_v_0_wrapper li {
        }

    #other-154-v-0_535 > section > div > div > div > ul > li:nth-child(1) {
    }

    .hjzf_other_154_v_0_wrapper li:nth-child(1) a span img.hover {
    }

    .hjzf_other_154_v_0_wrapper li:nth-child(1) p {
    }

    .hotTell em {
    }

    .new_hjzf_head-baichuan header .pc-nav .col-2 .other .group {
    }

    .new_hjzf_head-baichuan .xiala_nav {
    }

    .hjzf_other_127_wrapper .swiper-button-next, .hjzf_other_127_wrapper .swiper-button-prev {
    }

    .abouts_32_left a.index_btn {
    }

    .other_181_wrapper ul li .text p {
    }

    .aboutus_32 {
    }

    .hjzf_other_154_v_0_wrapper li {
        flex: 0 0 50%;
    }
}



.hjzf_other_154_v_0_wrapper li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: all .5s;
    padding: 20px 0;
    position: relative;
}
