.header_hj30.head_fixed
{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.header_hj30
{
    transition: all .5s;
    background-color: #fff;
}
.head_menu span
{
    display: flex;
}
.menu>li>a:after
{
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    opacity: 0;
    display: none;
}
.menulinka h3, .menulinkb h3, .menu>li>a>h3
{
    white-space: nowrap;
    font-size: 16px;
    line-height: 60px;
}
.menu>li:hover a:after
{
    opacity: 1;
}
.menu_drop li a img
{
    margin-left: 0;
    margin-right: 15px;
    max-width: 50px;
}
.nav_bg
{
    position: relative;
}
.head_search_hj30
{
    position: absolute;
    display: block;
    width: 100%;
    padding: 30px;
    z-index: 99;
    background-color: #fff;
    left: 0;
    top: 100%;
    box-shadow: 0 0 7px 3px rgb(0 0 0/10%);
    display: none;
}
.autocomplete-suggestions
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.autocomplete-suggestions .autocomplete-suggestion
{
    flex: 0 0 30%;
    width: 30%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.search_suggestion_top
{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.search_suggestion_top .search_img
{
    flex: 0 0 120px;
    width: 120px;
    margin-right: 30px;
}
.search_img img
{
    max-width: 100%;
}
.search_info
{
    flex: auto;
}
.search_suggestion_top .search_pro
{
    position: absolute;
    right: 15px;
    top: 20px;
}
.autocomplete-suggestions
{
    position: relative!important;
    top: auto!important;
    left: auto!important;
    padding-bottom: 80px;
}
.search_item
{
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #333;
    font-size: 16px;
}
.search_item_more
{
    margin-left: 15px;
    cursor: pointer;
}
.header_hj30_top
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.head_menu span li:not(:first-child), .head_email span:not(:first-child)
{
    border-left: 1px solid #d8d8d8;
}
.header_hj30_top>div
{
    display: flex;
    align-items: center;
}
.head_email
{
    color: #8a8a8a;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.head_email span
{
    display: flex;
    align-items: center;
    padding: 0 24px;
}
.head_email i
{
    font-size: 16px;
    margin-right: 8px;
}
.head_email a
{
    color: #8a8a8a;
}
.head_email span, .head_email span a
{
    transition: all .5s;
}
.head_menu span a
{
    padding: 3px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.head_menu span h2
{
    font-size: 14px;
    color: #565454;
    font-weight: 400;
    transition: all .5s;
}
.hj30_search
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    cursor: pointer;
    transition: .5s all;
    margin-left: 6px;
}
.hj30_search i
{
    font-size: 18px;
    color: #8a8a8a;
}
.head_search_hj30 form
{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.head_search_hj30 form input
{
    width: 80%;
    border: 1px solid #666;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #333;
    border-radius: 2px;
}
.head_search_hj30 form button
{
    flex: 0 0 18%;
    font-size: 16px;
    font-weight: bold;
    border: none;
    color: #fff;
    border-radius: 2px;
    transition: .5s all;
}
.head_xp
{
    border-radius: 2px;
    padding: 12px 24px;
    margin-left: 44px;
    border: none;
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}
.head_xp:before
{
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    left: 0;
    top: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_xp:hover:before
{
    top: 0;
}
.head_xp p
{
    display: block;
    transition: all .5s;
    font-size: 16px;
    color: #fdffff;
    text-align: center;
    font-weight: 600;
}
.head_xp:hover p
{
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}
.menu
{
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .5s;
}
.menu_drop>li:not(:last-child)>a, .third_drop>li:not(:last-child)>a
{
    border-bottom: 1px solid #fff;
}
.menu>li
{
    position: relative;
    text-align: center;
    transition: all .5s;
    flex-grow: 1;
}
.menu>li:hover
{
    box-shadow: inset 0 3px 8px rgba(0,0,0,.3);
}
.menu>li>a
{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.menu>li>a h3
{
    color: #fff;
    transition: all .5s;
}
.nav span.plus
{
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    margin-left: 8px;
}
.nav span.plus:after, .nav span.plus:before
{
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.nav span.plus:after
{
    width: 80%;
    height: 1px;
    border-top: 1px solid #f9fcff;
}
.nav span.plus:before
{
    height: 80%;
    width: 1px;
    border-right: 1px solid #f9fcff;
}
.menu_drop
{
    position: absolute;
    top: 60px;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
    width: 100%;
}
.menu_drop li
{
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    padding: 0 20px;
}
.menu_drop li a
{
    width: 100%;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all .5s;
}
.menu_drop li a:before
{
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: -20px;
    z-index: 999;
    transition: all .5s;
    opacity: 0;
}
.menu_drop li:hover a:before
{
    opacity: 1;
}
.menu_drop li a h3, .menu_drop li a i
{
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 400;
    transition: all .5s;
}
.menu_drop li:hover a i
{
    transform: translateX(5px);
}
.menu_drop li .third_drop
{
    left: 100%;
    position: absolute;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
    width: 100%;
}
.hj30visible
{
    overflow: visible!important;
}
.menu.nav>li:last-child .menu_drop .third_drop
{
    left: auto;
    right: 100%;
}
.header_hj30 .hide_form
{
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #333c;
}
.header_hj30 .stop_form
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_hj30 .close_button
{
    display: none;
}
.header_hj30 .close_button path
{
    fill: #333;
}
.header_hj30 .hide_form .close_button
{
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
    display: block;
}
.hide_form .close_button path
{
    transition: .5s all;
}
.hide_form .twleve_banner_right
{
    width: 35%;
    position: relative;
    cursor: auto;
}
.header_hj30_top>.head_hj30_lang_box
{
    margin-left: 15px;
    position: relative;
    cursor: pointer;
    z-index: 99999;
    height: fit-content;
}
.head_hj30_lang_box:hover #lang_ul_hj30
{
    display: block;
}
#lang_ul_hj30
{
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateX(10%);
    display: none;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    width: auto;
    min-width: 80px;
    z-index: 2;
}
#lang_ul_hj30 a
{
    white-space: nowrap;
}
.mobile_navbutton span:before, .mobile_navbutton span:after, .mobile_navbutton span
{
    background: #333;
}
@media(max-width: 1679px)
{
    .head_email
    {
        flex-wrap: wrap;
        display: none;
    }
    .head_email span:not(:last-child)
    {
        border: none;
        padding-bottom: 5px;
    }
}
@media(max-width: 1259px)
{
    .head_email
    {
        display: none;
    }
}
.banner_29_pagination span
{
    width: 12px;
    height: 12px;
}
.banner_29_con
{
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner_29_con
{
    text-align: right;
    color: #fff;
}
.banner_29_con .index_text
{
    margin-top: 15px;
    margin-bottom: 2vw;
}
.banner_29_con a
{
    display: inline-block;
    background-color: #333;
    color: #fff;
    border-radius: 8px;
    transition: all .5s;
}
.banner_29_con a:hover
{
    background-color: #fff;
}
.index_button_grp_b29
{
    display: flex;
    align-items: center;
}
.banner_29_con .button_vip_b29
{
    padding-left: 48px;
    background: none;
    display: flex;
    align-items: center;
}
.button_vip_b29 svg
{
    width: 54px;
    margin-right: 12px;
}
.button_vip_b29 svg *
{
    transition: .5s all;
}
.banner_29_con .button_vip_b29:hover
{
    color: #fff;
}
.banner_29_con .button_vip_b29:hover .button_vip_b29_svg_p0, .button_vip_b29_svg_p
{
    fill: #fff;
}
.banner_29_con .button_vip_b29:hover svg
{
    animation-name: button_vip_b29_animation;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.main-scroll-icon
{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -52px;
    text-align: center;
    z-index: 9;
    animation: scroll 1s;
    -moz-animation: scroll 1s;
    -webkit-animation: scroll 1s;
    -o-animation: scroll 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    cursor: pointer;
}
.main-scroll-icon span
{
    display: block;
    color: #fff;
    padding-top: 5px;
    letter-spacing: -.5px;
    font-weight: 300;
    letter-spacing: .5px;
    opacity: .5;
}
@keyframes scroll
{
    0%
    {
        transform: translate(0,0);
    }
    50%
    {
        transform: translate(0,-10px);
    }
    100%
    {
        transform: translate(0,0);
    }
}
@-moz-keyframes scroll
{
    0%
    {
        transform: translate(0,0);
    }
    50%
    {
        transform: translate(0,-10px);
    }
    100%
    {
        transform: translate(0,0);
    }
}
@-webkit-keyframes scroll
{
    0%
    {
        transform: translate(0,0);
    }
    50%
    {
        transform: translate(0,-10px);
    }
    100%
    {
        transform: translate(0,0);
    }
}
@-o-keyframes scroll{0%{transform:translate(0,0);}50%{transform:translate(0,-10px);}100%{transform:translate(0,0);}}
@keyframes button_vip_b29_animation
{
    100%
    {
        transform: scale(1.1);
    }
}
@media(max-width: 768px)
{
    .banner_29_con .button_vip_b29
    {
        padding-left: 10px;
    }
    .main-scroll-icon
    {
        display: none;
    }
}
.banner_29-vbtn
{
    display: flex;
    justify-content: center;
}
.banner_29-vbtn p
{
    border-radius: 50px;
    background-color: #fff3;
    color: #fff;
    padding: .8em 2em;
    font-size: 16px;
    cursor: pointer;
}
.banner_29-cusvideo
{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
}
.banner_29-cusvideo.on
{
    opacity: 1;
    visibility: visible;
}
.banner_29-cusvideo i
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000a;
    cursor: pointer;
}
.banner_29-cusvideo svg
{
    width: 48px;
    height: 48px;
    stroke: #fff;
    stroke-width: 3px;
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 2;
    cursor: pointer;
}
.banner_29-cusvideo_content
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    max-width: 80%;
    height: 80%;
}
.banner_29-cusvideo_content video
{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.banner_29-cusvideo_ad
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #0008;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.banner_29-cusvideo_ad.on
{
    opacity: 1;
    visibility: visible;
}
.banner_29.dev8744 video
{
    display: block!important;
}
.banner_29.dev8744 .swiper-slide
{
    background: #000;
}
#aboutus--2
{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.aboutus--2--top
{
    margin-bottom: 40px;
}
.aboutus--2--left
{
    float: left;
    height: auto;
    overflow: hidden;
}
.aboutus--2__swiper
{
    height: 100%;
}
.aboutus--2__swiper li div
{
    height: 100%;
}
.aboutus--2--right
{
    float: right;
    overflow: hidden;
}
.aboutus--2--right__content
{
    padding-left: 45px;
}
.aboutus--2--right__title
{
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
}
.aboutus--2--right__text
{
    color: #fff;
    font-weight: normal;
    margin-bottom: 40px;
}
.aboutus--2--right__content ul
{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.aboutus--2--right__content ul li
{
    margin-right: 28px;
}
.aboutus--2--right__content ul li a
{
    padding: 8px 20px;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    position: relative;
    transition: all .5s;
}
.aboutus--2__shuzi_box
{
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-bottom: 30px;
}
.aboutus--2__shuzi_box li.aboutus--2__shuzi__item
{
    text-align: center;
}
.aboutus--2__shuzi_box li.aboutus--2__shuzi__item .count_shuzi
{
    color: #fff;
    font-weight: bold;
}
.aboutus--2__shuzi_box li.aboutus--2__shuzi__item .count_shuzi:after
{
    content: attr(data-danwei);
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -2px;
    left: 6px;
}
.aboutus--2__shuzi_box li.aboutus--2__shuzi__item .count_shuzi_desc
{
    color: #fff;
    font-weight: normal;
}
.aboutus--2--right__content ul li a:hover
{
    color: #fff;
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .aboutus--2--right__content
    {
        padding-left: 0;
    }
    .aboutus--2--right__content ul li a
    {
        padding: 8px 12px;
    }
}
@media(max-width: 991px)
{
    .aboutus--2--right__content
    {
        padding-left: 0;
        padding-top: 20px;
    }
    .aboutus--2__shuzi_box li.aboutus--2__shuzi__item
    {
        text-align: left;
    }
    .aboutus--2--right__content ul li, .aboutus--2__shuzi_box li.aboutus--2__shuzi__item
    {
        margin-bottom: 15px;
    }
}
@media(max-width: 767px)
{
    .aboutus--2--right__content ul li
    {
        width: 48%;
        margin-right: 0;
    }
    .aboutus--2--right__content ul li:nth-child(2n)
    {
        margin-left: 4%;
    }
    .aboutus--2--right__content ul li a
    {
        width: 100%;
    }
}
@media(max-width: 575px)
{
    .aboutus--2--top
    {
        margin-bottom: 15px;
    }
    .aboutus--2__shuzi_box
    {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }
}
.other_170_wrapper
{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px 3px rgba(0,0,0,.2);
    position: relative;
    z-index: 9;
    transform: translateY(-50%);
    background-color: #fff;
}
.other_170_left
{
    flex: auto;
    display: flex;
    justify-content: center;
}
.other_170_left li
{
    flex: 0 0 25%;
    width: 25%;
    padding: 40px 0;
    text-align: center;
}
.other_170_left li em
{
    font-style: normal;
    transform: scale(.8);
}
.other_170_wrapper .other_170_rightBox
{
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e6e6e4;
}
.other_170_rightBox a
{
    color: #fff;
}
@media(max-width: 1200px)
{
    .other_170_wrapper .other_170_rightBox
    {
        display: none;
    }
    .other_170_left
    {
        flex: 0 0 100%;
        width: 100%;
    }
}
@media(max-width: 767px)
{
    .other_170_left li
    {
        padding: 20px 0;
    }
    .other_170_wrapper
    {
        transform: translateY(0);
        margin-top: 40px;
    }
}
.hjzf_produtCategory
{
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
}
.hjzf_produtCategory__title
{
    text-align: center;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
.hjzf_produtCategory__list
{
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0 15px;
    margin-bottom: 80px;
}
.hjzf_produtCategory__list .hjzf_produtCategory__item
{
    width: 24%;
    float: left;
    margin-right: 1.3%;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-bottom: 30px;
    height: 272px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}
.hjzf_produtCategory__list .hjzf_produtCategory__item.active
{
    z-index: 22;
}
.hjzf_produtCategory__list .hjzf_produtCategory__item.item_four
{
    margin-right: 0;
}
.hjzf_produtCategory_Box
{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: 10px;
}
.hjzf_produtCategory_Box .item_name
{
    border-radius: 30px;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    color: #fff;
    width: 90%;
    padding: 15px 0;
    left: 5%;
}
.hjzf_produtCategory__itemBox
{
    padding: 44px 16px 23px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}
.hjzf_produtCategory__item.active .hjzf_produtCategory__itemBox
{
    display: block;
}
.hjzf_produtCategory__item.active .hjzf_produtCategory_Box
{
    display: none;
}
.hjzf_produtCategory__itemBox .item_img
{
    width: 160px;
    height: 80px;
    margin: 0 auto 24px;
    background-position: 0 0;
}
.hjzf_produtCategory__itemBox .item_img img
{
    max-width: 100%;
    height: auto;
}
.hjzf_produtCategory__itemBox .item_name h3
{
    font-size: inherit;
    line-height: inherit;
    color: #333e46;
    margin-bottom: 30px;
}
.hjzf_produtCategory__itemBox .item_desc
{
    color: #fff;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.hjzf_produtCategory__itemBox .item_desc, .hjzf_produtCategory__itemBox .item_prolist
{
    display: none;
}
.hjzf_produtCategory__itemBox .item_more
{
    font-size: 14px;
    line-height: .4rem;
    border: 1px solid #f0f0f0;
    text-align: center;
    border-radius: 35px;
}
.hjzf_produtCategory__itemBox:hover .item_name h3, .hjzf_produtCategory__itemBox:hover .item_more
{
    color: #fff;
}
.hjzf_produtCategory__itemBox:hover .item_desc, .hjzf_produtCategory__itemBox:hover .item_prolist
{
    display: block;
    color: #fff;
}
.hjzf_produtCategory__down
{
    width: 100%;
    height: 200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
.hjzf_produtCategory__down p
{
    color: #fff;
    font-weight: normal;
    width: 70%;
}
.hjzf_produtCategory__down div
{
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    width: 20%;
}
.hjzf_produtCategory__down div a
{
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    width: 20%;
    padding-left: 10px;
}
.item_prolist .index_sub_title
{
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    line-height: 2;
}
@media(max-width: 767px)
{
    .hjzf_produtCategory__list .hjzf_produtCategory__item
    {
        width: 49%;
        margin-right: 0;
    }
    .hjzf_produtCategory__list>div:nth-child(2n+1)
    {
        margin-right: 2%;
    }
    .hjzf_produtCategory_Box .item_name
    {
        border-radius: 20px;
        padding: 8px 0;
    }
    .hjzf_produtCategory_Box .item_name h3
    {
        font-size: 16px;
    }
}
.other_runlin_b_wrapper
{
    padding: 4vw 0;
}
.other_runlin_b_box
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.other_runlin_b_box_l
{
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
}
.other_runlin_b_box_l .title
{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.other_runlin_b_box_l .content
{
    font-size: 18px;
    line-height: 2;
    color: #84766e;
}
.other_runlin_b_box_l .more
{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.other_runlin_b_box_l .more a
{
    flex: 0 0 48%;
    width: 48%;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    transition: all .5s;
    box-shadow: 0 2px 10px 2px rgba(255,255,255,.3) inset;
}
.other_runlin_b_box_l .more a:first-child
{
    background-color: #271e19;
}
.other_runlin_b_box_l .more a:first-child:hover
{
    background-color: #84766e;
    box-shadow: 0 2px 10px 2px rgba(62,49,49,.3) inset;
}
.other_runlin_b_box_l .more a:last-child:hover
{
    background-color: #ffeae0;
    color: #e66622;
    box-shadow: 0 2px 10px 2px rgba(230,102,34,.3) inset;
}
.other_runlin_b_more_box
{
    position: relative;
}
.other_runlin_b_box_r
{
    flex: 0 0 68%;
}
.other_runlin_b_box_r ul
{
    display: flex;
    flex-wrap: wrap;
}
.other_runlin_b_box_r ul li
{
    flex: 0 0 31%;
    width: 31%;
    margin-right: 2.33333%;
    margin-bottom: 20px;
}
.other_runlin_b_box_r ul li img
{
    max-width: 100%;
}
.other_runlin_b_box_r ul li p
{
    text-align: center;
    color: #271e19;
    margin: 15px 0;
}
.other_runlin_b_box_r ul li a
{
    position: relative;
    display: block;
}
.other_runlin_b_box_r ul li .other_runlin_b_more
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .5s;
}
.other_runlin_b_box_r ul li:hover .other_runlin_b_more
{
    opacity: 1;
}
.other_runlin_b_more_box
{
    overflow: hidden;
}
.other_runlin_b_more_box img
{
    transition: all .5s;
}
.other_runlin_b_box_r ul li:hover .other_runlin_b_more_box img
{
    transform: scale(1.05);
}
.other_runlin_b .add_guanwang
{
    position: fixed;
    left: 0;
    z-index: 199;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 90px;
}
.other_runlin_b .add_guanwang_click
{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 250;
    background: #33333380;
    cursor: pointer;
}
.other_runlin_b .add_guanwang .add_guanwang_img
{
    z-index: 299;
    position: absolute;
    height: calc(100vh - 90px);
    top: 0;
    overflow-y: auto;
}
.other_runlin_b .add_guanwang #close_button
{
    position: fixed;
    top: 90px;
    right: 50%;
    transform: translateX(534px);
    cursor: pointer;
    z-index: 66;
}
.other_runlin_b .add_guanwang svg
{
    fill: #fff;
    transition: .5s all;
}
.other_runlin_b .add_guanwang_img::-webkit-scrollbar
{
    width: 6px;
    height: 1px;
}
.other_runlin_b .add_guanwang_img::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgb(0 0 0/20%);
}
.other_runlin_b .add_guanwang_img::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 5px rgb(0 0 0/20%);
    border-radius: 10px;
    background: #ededed99;
}
.swiper-button-prev_add_guanwang, .swiper-button-next_add_guanwang
{
    position: fixed;
    z-index: 99;
    top: 50%;
    font-size: 32px;
    color: #fff;
    background: #33333380;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next_add_guanwang
{
    right: 8%;
}
.swiper-button-prev_add_guanwang
{
    left: 8%;
}
@media(max-width: 1200px)
{
    .other_runlin_b .add_guanwang
    {
        top: 67px;
    }
    .other_runlin_b .add_guanwang .add_guanwang_img
    {
        height: calc(100vh - 67px);
    }
    .other_runlin_b .add_guanwang #close_button
    {
        top: 67px;
        transform: translateX(532px);
    }
}
@media(max-width: 1070px)
{
    .other_runlin_b .add_guanwang #close_button
    {
        transform: unset;
        top: calc(67px + 1%);
        right: 6%;
    }
    .other_runlin_b .add_guanwang svg
    {
        padding: 4px;
        background: #333333b3;
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }
    .other_runlin_b .add_guanwang
    {
        width: 90%;
        left: 5%;
    }
    .other_runlin_b .add_guanwang .add_guanwang_img
    {
        height: calc(100vh - 117px);
    }
}
@media(max-width: 767px)
{
    .other_runlin_b .add_guanwang .add_guanwang_img
    {
        position: initial;
    }
}
@media(max-width: 1200px)
{
    .other_runlin_b_box_w
    {
        flex: 0 0 100%;
        width: 100%;
    }
    .other_runlin_b_box_l .more
    {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .other_runlin_b_box_r ul li
    {
        margin-bottom: 0;
    }
}
@media(max-width: 767px)
{
    .other_runlin_b_box_w
    {
        align-self: flex-start;
        margin-top: 20px;
    }
    .other_runlin_b_box_r ul li
    {
        flex: 0 0 49%;
        width: 49%;
        margin-right: 0;
    }
    .other_runlin_b_box_r ul li:nth-of-type(2n-1)
    {
        margin-right: 2%;
    }
    .other_runlin_b_box_l .title
    {
        font-size: 26px;
    }
    .other_runlin_b_box_l .content
    {
        font-size: 14px;
        color: #84766e;
    }
    .other_runlin_b_box_l .more
    {
        margin-bottom: 0;
    }
}
.hjzf_other_135, .hjzf_other_135 a
{
    color: #fff;
}
.hjzf_other_135_title .index_title
{
    line-height: 1;
}
.hjzf_other_135_con
{
    position: relative;
    background-color: rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 20px 20px;
    width: 460px;
    height: auto;
    padding-left: 40px;
}
.hjzf_other_135_wrapper .swiper-wrapper
{
    height: auto;
}
.hjzf_other_135_con:before
{
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.hjzf_other_135_con .index_sub_title
{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hjzf_other_135_con .index_sub_title img
{
    margin-right: 10px;
}
.hjzf_other_135_con .index_text
{
    line-height: 2;
    font-size: 14px;
}
.hjzf_other_135_title
{
    position: relative;
    margin-bottom: 40px;
}
.hjzf_other_135_title:before
{
    position: absolute;
    content: '';
    width: 33%;
    background-color: #fff;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.hjzf_other_135_title:after
{
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    border-radius: 5px;
}
@media(min-width: 1440px)
{
    .hjzf_other_135_con
    {
        margin-right: 30px;
    }
}
@media(max-width: 1439px)
{
    .hjzf_other_135_title
    {
        margin-bottom: 20px;
    }
}
@media(max-width: 1200px)
{
    .hjzf_other_135_con
    {
        padding: 10px;
        padding-left: 20px;
    }
}
.HJZF2_Z_service
{
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.HJZF2_Z_service__inner
{
    padding-top: 80px;
}
.HJZF2_Z_service_titleBox
{
    text-align: center;
    width: 67%;
    margin: auto;
}
.HJZF2_Z_service_titleBox h1
{
    font-weight: bold;
    color: #252525;
}
.HJZF2_Z_service_desc
{
    position: relative;
    text-align: center;
}
.HJZF2_Z_service_desc span
{
    color: #9a9a9a;
}
.HJZF2_Z_service_content
{
    font-size: 16px;
    line-height: 28px;
    color: #85868c;
    text-align: center;
    font-weight: normal;
    margin-bottom: 35px;
}
ul.HJZF2_Z_service_list li
{
    margin-bottom: 20px;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    will-change: transform;
}
.HJZF2_Z_service_item--left
{
    display: table-cell;
    vertical-align: top;
}
.HJZF2_Z_service_item--left img
{
    width: 48px;
    height: 48px;
    margin-right: 15px;
}
.HJZF2_Z_service_item--right
{
    display: table-cell;
    vertical-align: middle;
}
.HJZF2_Z_service_item--right .HJZF2_Z_service_item_header h3
{
    color: #252525;
    font-weight: bold;
    transition: all .5s;
}
.HJZF2_Z_service_item--right .HJZF2_Z_service_item_desc
{
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: #898989;
    margin-top: 10px;
    text-align: left;
}
.HJZF2_Z_service_itempic
{
    width: 100%;
    text-align: center;
}
.HJZF2_Z_service_itempic img
{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.HJZF2_Z_service_bannerbg
{
    width: 100%;
    padding: 40px 0;
}
.HJZF2_Z_service__banner_box
{
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.HJZF2_Z_service__banner_inner
{
    width: 100%;
    text-align: left;
}
.HJZF2_Z_service__banner_inner h2
{
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.HJZF2_Z_service__banner_inner span
{
    font-weight: normal;
    color: #fff;
}
.HJZF2_Z_service__banner_right
{
    text-align: right;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    --webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.HJZF2_Z_service__banner_btn
{
    width: 100%;
    align-items: center;
}
.HJZF2_Z_service__banner_btn a
{
    width: auto;
    max-width: 100%;
    font-weight: 700;
    min-height: 38px;
    padding: 6px 25px;
    border-radius: 0;
    border-width: 4px;
    border-color: rgba(255,255,255,.4);
    border-style: solid;
    background: rgba(255,255,255,.01);
    color: #fff;
    display: inline-block;
}
.HJZF2_Z_service__banner_btn span
{
    color: #fff;
}
.HJZF2_Z_service__banner_btn a:hover
{
    border-color: rgba(255,255,255,1);
    background: rgba(255,255,255,1);
}
@media screen and (max-width: 991px)
{
    .HJZF2_Z_service__banner_inner
    {
        text-align: center;
    }
    .HJZF2_Z_service__banner_btn
    {
        text-align: center;
        margin-top: 30px;
    }
}
@media(max-width: 767px)
{
    .HJZF2_Z_service__inner
    {
        padding-top: 40px;
    }
    .HJZF2_Z_service_titleBox
    {
        width: 90%;
    }
}
.HJZF2_Z_service.dev_height5
{
    overflow: hidden;
    position: relative;
}
.HJZF2_Z_service-dev_height
{
    width: 100%;
    height: 54px;
    display: none;
}
.HJZF2_Z_service-dev_height_btn
{
    cursor: pointer;
    height: 54px;
    padding: 20px 6px 10px;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#fff0,#fffd 60%,#fff);
}
.HJZF2_Z_service-dev_height_btn span
{
    font-weight: bold;
}
.HJZF2_Z_service-dev_height_btn svg
{
    width: 16px;
    height: 16px;
    stroke: #333;
}
@media(max-width: 767px)
{
    .HJZF2_Z_service-dev_height
    {
        display: block;
    }
}
.HJZF2_z_service-6
{
    width: 100%;
    margin: auto;
    height: auto;
}
.HJZF2_z_service-6_title
{
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.HJZF2_z_service-6_content
{
    padding: 40px;
    border: 3px dashed rgba(255,255,255,.3);
    width: 85%;
    margin: auto;
    position: relative;
}
.HJZF2_z_service-6_item
{
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.testimonial-avatar
{
    margin-right: 40px;
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    text-align: center;
    overflow: hidden;
    min-width: 150px;
}
.testimonial-avatar img
{
    width: 100%;
}
.HJZF2_z_service-6_itemcontent
{
    margin-bottom: 20px;
    color: #fff;
    background: none;
    font-style: italic;
}
.HJZF2_z_service-6_itemname
{
    color: #fff;
    background: none;
    margin-bottom: 0;
    font-weight: bold;
}
.HJZF2_z_service-6_itemname2
{
    color: #fff;
    background: none;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
}
.HJZF2_z_service-6_next, .HJZF2_z_service-6_prev
{
    background-image: none;
    height: 54px;
    width: 54px;
    text-align: center;
    opacity: 1!important;
    outline: none;
}
.HJZF2_z_service-6_next
{
    right: -30px;
}
.HJZF2_z_service-6_prev
{
    left: -30px;
}
.HJZF2_z_service-6_next i, .HJZF2_z_service-6_prev i
{
    font-size: 24px;
    line-height: 54px;
    color: #fff;
}
@media(max-width: 1199px)
{
    .HJZF2_z_service-6_content
    {
        width: 100%;
    }
    .HJZF2_z_service-6_item
    {
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
    .testimonial-avatar
    {
        margin-bottom: 20px;
    }
}
.form-yj .fyj-z
{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.form-yj .fyj-l
{
    width: 41.66%;
    position: relative;
    padding: 0 45px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.form-yj .fyj-r
{
    width: 58.34%;
    background-color: #f7f7f7;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 40px 40px 40px 40px;
    position: relative;
}
.form-yj p
{
    color: #5c727d;
}
.fyj-l .form-title
{
    margin: auto auto auto 0;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}
.fyj-l .form-title h5
{
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.fyj-l .form-title h2
{
    font-size: 55px;
    font-weight: bold;
    line-height: 1.2;
}
.fyj-l .form-title p
{
    width: 100%;
    padding-top: 15px;
}
.fyj-l .form-cont
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.fyj-l .cont-box
{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.fyj-l .cont-box:not(:last-child)
{
    margin-bottom: 20px;
}
.fyj-l .cont-icon
{
    padding-right: 15px;
}
.fyj-l .cont-icon i
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60px;
    line-height: 60px;
    height: 60px;
    box-shadow: 0 0 6px rgb(0 0 0/25%);
    border-radius: 50%;
    transition: .3s;
}
.fyj-l .cont-t h2
{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 7px;
}
.form-yj form
{
    display: flex;
    flex-wrap: wrap;
}
.form-yj .form_item
{
    margin: 0 auto;
    padding-bottom: 18px;
    position: relative;
}
.form-yj .form_item input, .form-yj .form_item textarea
{
    width: 100%;
    font-size: 16px;
    padding: 6px 20px;
    height: 54px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.form-yj .form_item textarea
{
    height: 190px;
}
.form-yj .form_item input:focus, .form-yj .form_item textarea:focus
{
    outline: 0;
}
.form-yj .form_btn input
{
    width: auto;
    background: #14212b;
    border: 0;
    display: inline-block;
    text-align: left;
    padding: 14px 39px;
    border-radius: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.form-yj .asd_alert
{
    position: absolute;
    right: 5px;
    top: auto;
    bottom: 0;
}
@media(max-width: 1259px)
{
    .form-yj .fyj-z
    {
        width: 100%;
    }
}
@media(max-width: 767px)
{
    .form-yj .fyj-z
    {
        padding: 0 30px;
        justify-content: center;
    }
    .form-yj .fyj-r
    {
        width: 100%;
        padding: 20px 0;
    }
    .form-yj .fyj-l
    {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
    }
    .form-yj .form_item
    {
        width: 100%;
    }
    .fyj-l .cont-t h2
    {
        font-size: 16px;
    }
}
.hjzf2_news-9
{
    width: 100%;
    margin: auto;
    height: auto;
    background: #fff;
}
.hjzf2_news-9__mainTitle
{
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    position: relative;
}
.hjzf2_news-9__mainTitle:before
{
    position: absolute;
    content: '';
    top: -52px;
    left: 0;
    width: 150px;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
}
@media(max-width: 768px)
{
    .hjzf2_news-9__mainTitle:before
    {
        left: 50%;
        transform: translateX(-50%);
        height: 30px;
        width: 100px;
    }
    .hjzf2_news-9-topItem:before
    {
        display: none!important;
    }
}
.hjzf2_news-9-topItem
{
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hjzf2_news-9-topItem:before
{
    content: '';
    width: 0;
    height: 0;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.hjzf2_news-9-topItem img
{
    max-width: 100%;
}
.hjzf2_news-9-topItemName
{
    position: absolute;
    bottom: 30%;
    opacity: 0;
    transform: translateY(50%);
    left: 0;
    padding: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.hjzf2_news-9-topItemName a
{
    color: #fefefe;
    font-weight: normal;
    white-space: pre-wrap;
}
.hjzf2_news-9-topItem:hover:before
{
    width: 100%;
    height: 100%;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.hjzf2_news-9-topItem:hover .hjzf2_news-9-topItemName
{
    bottom: 50%;
    opacity: 1;
}
.hjzf2_news-9-down .left
{
    width: 15%;
    float: left;
    margin-top: 40px;
}
.hjzf2_news-9-down .right
{
    width: 82%;
    float: right;
    position: relative;
}
.hjzf2_news-9-down .left .class_item
{
    background: #d6d9da;
    transition: all .5s ease;
    position: relative;
    cursor: pointer;
}
.hjzf2_news-9-down .left .class_item.active
{
    background: #333f47;
}
.hjzf2_news-9-down .left .class_item .box
{
    padding: 33px 25px;
    color: #333f47;
}
.hjzf2_news-9-down .left .class_item.active .box
{
    color: #fff;
}
.hjzf2_news-9-down .right_wrap
{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.hjzf2_news-9-down .right_wrap.active
{
    display: block;
    opacity: 1;
    visibility: visible;
}
.news_item
{
    width: 383px;
}
.news_item a
{
    padding: 20px;
    display: block;
}
.news_item a>div
{
    padding: 25px;
    transition: all .5s ease;
}
.news_item a>div .news_item_date .date
{
    color: #fcb026;
    display: inline-block;
}
.news_item a>div .news_item_date .date span
{
    display: inline-block;
}
.news_item a>div .news_item_date .text
{
    display: inline-block;
    color: #818181;
    margin-left: 15px;
}
.news_item-title
{
    color: #000;
    height: 64px;
    overflow: hidden;
    margin-bottom: 13px;
}
.news_item-desc
{
    color: #2c2c2c;
    height: 48px;
    overflow: hidden;
}
.hjzf2_news-9-down .left .class_item.active .box:after
{
    content: '';
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #2c2c2c;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -16px;
}
.news_item:hover a>div
{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.hjzf2_news-9_mobile
{
    width: 100%;
    margin: auto;
    margin-top: 24px;
}
.hjzf2_news-9_mobile .news-9_mobileTitle
{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.hjzf2_news-9_mobile .news-9_mobileTitle li
{
    display: inline-block;
    color: #333f47;
    margin: 0 .1rem;
    position: relative;
}
.hjzf2_news-9_mobile .news-9_mobileTitle li.active:after
{
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #fcb026;
    border-radius: 5px;
}
.news-9_mobileWrap
{
    width: 100%;
    margin: auto;
    position: relative;
}
.news-9_mobileWrap>li
{
    width: 100%;
    position: relative;
    display: none;
}
.news-9_mobileWrap>li.active
{
    display: block;
}
.news-9_mobileBoxItem
{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}
.news-9_mobileBox .news_item-img
{
    width: 35%;
    float: left;
    position: relative;
    overflow: hidden;
}
.news-9_mobileBox .news_item-img:before
{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.news-9_mobileBox .news_item-img img
{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
}
.news-9_mobileBox .news-9_mobileIntro
{
    width: 60%;
    float: right;
    position: relative;
    height: 100%;
}
.news-9_mobileIntro .news_item-title
{
    margin-bottom: .15rem;
}
.news-9_mobileIntro .news_item_date
{
    font-size: .14rem;
    color: #777;
}
.news-9_mobileIntro .news_item_date .date
{
    float: right;
}
@media(max-width: 750px)
{
    .hjzf2_news-9-topItemName
    {
        position: relative;
        bottom: 0;
        transform: translateY(0);
        opacity: 1;
    }
    .hjzf2_news-9-topItemName a
    {
        color: #333;
    }
}
.bottom_form_box
{
    width: 100%;
    margin: auto;
    max-width: 700px;
}
.bottom_form_box form div.form_item:last-child
{
    flex: 0 0 120px;
    margin-left: 5px;
}
.bottom_form_box form .form_item input#emaila_20
{
    line-height: 45px;
    padding: 0 0 0 10px!important;
    color: #333;
}
.bottom_form_box form .form_item input.bottom_hj06submit
{
    min-height: 45px;
    line-height: 45px;
    width: 120px;
    border: 0;
    padding: 0;
}
.hjzf_Z_bottom_19_mid_wrapper
{
    display: flex;
    justify-content: space-between;
}
.hjzf_Z_bottom_19_mid_wrapper a
{
    color: #333;
    transition: all .5s;
}
.hjzf_Z_bottom_19_mid_wrapper>ul
{
    flex: 0 0 23%;
    width: 23%;
}
.hjzf_Z_bottom_19_bottom a
{
    color: #333;
}
.hjzf_Z_bottom_19_bottom
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.hjzf_Z_bottom_19_mid_wrapper_first_list li a
{
    height: 100%;
}
.hjzf_Z_bottom_19_mid_wrapper_first_list li
{
    margin-right: 15px;
}
.hjzf_Z_bottom_19_mid_wrapper_first_list img
{
    max-width: 30px;
}
.hjzf_Z_bottom_19_mid_wrapper_list span
{
    display: flex;
    flex-direction: column;
    line-height: 2;
}
.hjzf_Z_bottom_19_mid_wrapper_list, .hjzf_Z_bottom_19_mid_wrapper_last
{
    line-height: 2;
}
.hjzf_Z_bottom_19_mid_wrapper_last p
{
    position: relative;
}
@media screen and (max-width: 768px)
{
    .hjzf_Z_bottom_19_mid
    {
        display: none;
    }
}
.HJZF2_Z_bottom_19_add
{
    width: 100%;
    height: auto;
    margin: auto;
}
.HJZF2_Z_bottom_19_add_body
{
    position: relative;
    border-top-width: 9px!important;
    border-right-width: 9px!important;
    border-bottom-width: 9px!important;
    border-left-width: 9px!important;
    padding-top: 60px!important;
    padding-right: 15px!important;
    padding-bottom: 10px!important;
    padding-left: 15px!important;
    border-left-color: rgba(255,255,255,.3)!important;
    border-left-style: double!important;
    border-right-color: rgba(255,255,255,.3)!important;
    border-right-style: double!important;
    border-top-color: rgba(255,255,255,.3)!important;
    border-top-style: double!important;
    border-bottom-color: rgba(255,255,255,.3)!important;
    border-bottom-style: double!important;
    margin: 0 15px;
}
.HJZF2_Z_bottom_19_add_left
{
    padding-bottom: 50px;
}
.HJZF2_Z_bottom_19_add_title
{
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.HJZF2_Z_bottom_19_add_title span
{
    font-weight: bold;
    color: #fff;
}
.HJZF2_Z_bottom_19_add_line
{
    margin-bottom: 35px;
}
.HJZF2_Z_bottom_19_add_line span
{
    height: 3px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    width: 220px;
    float: left;
}
.HJZF2_Z_bottom_19_add_ms1
{
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}
.HJZF2_Z_bottom_19_add_ms1 span
{
    font-weight: normal;
    color: #fff;
}
.HJZF2_Z_bottom_19_add_ms2
{
    width: 100%;
    text-align: left;
}
.HJZF2_Z_bottom_19_add_ms2 span
{
    font-weight: normal;
    color: #fff;
}
.HJZF2_Z_bottom_19_add_inquiry
{
    width: 100%;
}
.HJZF2_Z_bottom_19_add_inquiry #index_inquiry
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box
{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 15px 5px 15px;
    border-color: rgba(51,51,51,.12);
    background-color: #fdfdfd;
    position: relative;
    color: #8b9091;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box.inquiry_boxTextarea
{
    height: 60px;
    margin-bottom: 18px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_boxHalf
{
    width: 180px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box input, .inquiry_box textarea
{
    background: transparent;
    outline: none;
    border: none;
    height: 30px;
    width: 100%;
    color: #333;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box input::-webkit-input-placeholder, .inquiry_box textarea::-webkit-input-placeholder
{
    color: #8b9091;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box input::-moz-placeholder, .inquiry_box textarea::-moz-placeholder
{
    color: #8b9091;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box textarea
{
    height: 50px;
    margin-top: 10px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_boxCode
{
    border-bottom: none;
    margin-bottom: 20px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_boxCode input
{
    width: 230px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.HJZF2_Z_bottom_19_add_inquiry #index_inquiry div:last-child.inquiry_box
{
    padding: 0;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box #inquiry_box6
{
    width: 90px;
    border-radius: 3px;
    padding: 9px 14px 9px 14px;
    position: absolute;
    right: 2px;
    top: -50px;
    z-index: 9;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box #inquiry_box6 input
{
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    height: 20px;
}
.HJZF2_Z_bottom_19_add_inquiry #index_inquiry .yz_alert
{
    top: auto;
    right: 10px;
    position: absolute;
    z-index: 2;
}
.HJZF2_Z_bottom_19_add_inquiry #index_inquiry #inquiry_box5 .yz_alert
{
    right: 120px;
}
@media(max-width: 767px)
{
    .HJZF2_Z_bottom_19_add_left
    {
        padding-bottom: 0;
    }
}