.ssv2_search {
    padding: 80px 0;
    background-color: #ffc403;
    text-align: center
}

.ssv2_h {
    color: #000;
    font-size: 36px;
    font-weight: 700
}

.ssv2_p {
    color: #4a4a4a;
    font-size: 16px
}

.ssv2_s_box {
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
    padding-right: 150px;
    width: 680px;
    height: 40px
}

.ssv2_s_inpt {
    padding: 0 20px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.ssv2_s_icon,.ssv2_s_inpt {
    height: 40px;
    line-height: 40px
}

.ssv2_s_icon {
    right: 100px;
    width: 50px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.ssv2_s_icon,.ssv2_s_service {
    position: absolute;
    top: 0;
    background-color: #4a4a4a;
    cursor: pointer
}

.ssv2_s_service {
    right: 0;
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px
}

.ssv2_s_img {
    position: absolute;
    top: 8px;
    left: 14px;
    width: 25px
}

.ssv2_menus {
    position: relative
}

.ssv2_menus,.ssv2_menus_wrapper {
    height: 82px;
    background-color: #fff
}

.ssv2_menus_wrapper.fixed {
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 999;
    width: 100%;
    border-top: 1px solid #f1f1f1
}

.main__header--move-up.noshadow {
    box-shadow: none!important
}

.ssv2_menus_box {
    margin: 0 auto;
    padding: 26px 80px 0;
    max-width: 1180px;
    height: 100%;
    text-align: center;
    border-bottom: 1px solid #d8d8d8
}

.ssv2_menu {
    display: inline-block;
    padding-bottom: 52px;
    border-bottom: 5px solid transparent;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap
}

.ssv2_menu.active {
    border-color: #000
}

.ssv2_s_result {
    visibility: hidden;
    position: absolute;
    top: 50px;
    width: calc(100% - 100px);
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    line-height: 50px;
    text-align: left;
    color: #666;
    font-size: 14px
}

.ssv2_s_result.active {
    visibility: visible
}

.ss2_sr_strong {
    color: #ffc403
}

.ss2_sr_row {
    padding: 0 20px
}

.ss2_sr_row[data-id] {
    cursor: pointer
}

.ss2_sr_row[data-id]:hover {
    background-color: #f1f1f1
}

.ssv2_bodys {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1180px
}

.ssv2_body {
    display: none;
    padding: 0 40px
}

.ssv2_body.active {
    display: block
}

.ssv2_h1 {
    color: #444;
    font-size: 30px;
    font-weight: 700
}

.ssv2_p1 {
    margin: 20px 0 40px;
    color: #666;
    font-size: 16px
}

.ssv2_childs {
    padding-left: 30px
}

.ssv2_child {
    margin-bottom: 60px
}

.ssv2_h2 {
    position: relative;
    color: #666;
    font-size: 18px;
    font-weight: 700
}

.ssv2_dot {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -30px;
    padding: 5px;
    width: 15px;
    height: 15px;
    background-color: #ffd600;
    border-radius: 50%
}

.ssv2_dot:after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%
}

.ssv2_con {
    line-height: 24px;
    color: #666;
    font-size: 14px
}

.ssv2_cards,.ssv2_con {
    margin-top: 20px
}

.ssv2_card {
    margin-right: 10px;
    padding: 19px 15px;
    width: 245px;
    height: 130px;
    color: #666;
    border: 1px solid #ffc403;
    border-radius: 5px
}

.ssv2_card:last-child {
    margin-right: 0
}

.ssv2_card_h {
    font-size: 14px
}

.ssv2_card_n {
    margin-right: 5px;
    color: #ff5859
}

.ssv2_card_p {
    margin-top: 10px;
    line-height: 16px;
    font-size: 12px
}

.ssv2_card_btn {
    display: block;
    text-align: right;
    color: #ff5859!important;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer
}

.ssv2_qrcode {
    margin-top: 20px
}

.ssv2_n {
    margin-bottom: 10px;
    color: #ffc403;
    font-size: 36px;
    font-weight: 700
}

.ssv2_btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffc403;
    color: #634c01;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer
}

.ssv2_both {
    position: relative;
    padding-left: 394px
}

.ssv2_both_l {
    position: absolute;
    top: 0;
    left: 0;
    width: 324px
}

.ssv2_bl_wrapper {
    background-color: #fff
}

.ssv2_bl_wrapper.fixed {
    position: fixed;
    top: 90px;
    z-index: 9
}

.ssv2_bl_box {
    display: -ms-flexbox;
    display: flex;
    width: 324px;
    max-height: calc(100vh - 120px)
}

.ssv2_bl_inner {
    width: 100%;
    padding-right: 6px;
    overflow-x: hidden;
    overflow-y: scroll
}

.ssv2_bl_con {
    position: relative;
    padding-right: 30px
}

.ssv2_scroll_mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 100%;
    background-color: #fff
}

.ssv2_both_r {
    padding-left: 35px
}

.ssv2_bl_a {
    display: block;
    padding: 0 20px 0 40px;
    height: 50px;
    line-height: 50px
}

.ssv2_bl_a:hover {
    background-color: #f4f4f4
}

.ssv2_h3 {
    position: relative;
    color: #444;
    font-size: 16px;
    font-weight: 700
}

.ssv2_arrow {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 26px
}

.js_side_title.hideup .ssv2_arrow {
    transform: rotate(-90deg)
}

.js_side_body.hideup {
    display: none
}

.ssv2_h4 {
    position: relative;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    font-weight: 400
}

.ssv2_dot2 {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.ssv2_dot2,.ssv2_dot3 {
    background-color: #979797
}

.ssv2_bl_line {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 1px;
    background-color: #e3e3e3
}

.ssv2_bll_btn {
    position: absolute;
    top: 0;
    left: -5px;
    width: 10px;
    height: 40px;
    background-color: #ffc403;
    border-radius: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ssv2_h5 {
    position: relative;
    margin-bottom: 20px;
    color: #666;
    font-size: 20px
}

.ssv2_h6 {
    margin-left: -30px;
    margin-bottom: 10px;
    color: #666;
    font-size: 16px
}

.ssv2_con2 {
    margin: 10px 0 30px;
    line-height: 24px;
    color: #666;
    font-size: 14px
}

.ssv2_child2 {
    margin-bottom: 60px
}

.ssv2_imgs {
    margin-top: 20px
}

.ssv2_img,.ssv2_imgs1 .ssv2_imgs_box {
    width: 100%
}

.ssv2_imgs2 .ssv2_imgs_box {
    width: 49%
}

.ssv2_imgs4 .ssv2_imgs_box {
    width: 24%
}

.ssv2_table {
    margin: -10px 0 30px;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    color: #666;
    font-size: 12px
}

.ssv2_table td,.ssv2_table th {
    padding: 10px;
    border: 1px solid #ffc403
}

.ssv2_links {
    margin-top: 20px
}

.ssv2_links4 .ssv2_links_box {
    width: 24%
}

.ssv2_link_img {
    width: 100%
}

.ssv2_link_n {
    margin-top: 10px;
    text-align: center;
    color: #666;
    font-size: 14px
}

.ssv2_links_box:hover .ssv2_link_n {
    color: #ffc403
}

.ssv2_holder_box {
    position: relative
}

.ssv2_holder {
    position: absolute;
    visibility: hidden;
    top: -250px
}

.js_side_subtitle.active .ssv2_h4,.js_side_title.active .ssv2_h3 {
    color: #ffc403
}

.js_scroll_item.active .ssv2_dot3,.js_side_subtitle.active .ssv2_dot2 {
    background-color: #ffc403
}

@media only screen and (max-width: 1360px) {
    .ssv2_bodys,.ssv2_menus_box {
        max-width:calc(100% - 160px)
    }
}

@media only screen and (max-width: 1210px) {
    .ssv2_body {
        padding:0 10px
    }

    .ssv2_both {
        padding-left: 254px
    }

    .ssv2_bl_box,.ssv2_both_l {
        width: 224px
    }

    .ssv2_bl_con {
        padding-right: 20px
    }

    .ssv2_bl_a {
        padding: 0 10px;
        height: 40px;
        line-height: 40px
    }

    .ssv2_h3 {
        font-size: 14px
    }

    .ssv2_arrow {
        top: 7px
    }

    .ssv2_h4 {
        font-size: 12px
    }

    .ssv2_dot2 {
        top: 17px
    }

    .ssv2_both_r {
        padding-left: 15px
    }
}

@media only screen and (max-width: 800px) {
    .service_show_v2 {
        padding-bottom:120px
    }

    .ssv2_menus_wrapper.fixed {
        top: 46px
    }

    .ssv2_h {
        font-size: 24px
    }

    .ssv2_bodys {
        max-width: 100%;
        padding: 20px
    }

    .ssv2_h1 {
        font-size: 22px
    }

    .ssv2_p1 {
        margin: 15px 0 20px;
        font-size: 14px
    }

    .ssv2_h2,.ssv2_h5 {
        font-size: 16px
    }

    .ssv2_dot3 {
        top: 4px;
        left: -20px
    }

    .ssv2_h6 {
        margin-left: -20px;
        font-size: 14px
    }

    .ssv2_con2 {
        margin: 10px 0 20px
    }

    .ssv2_n {
        font-size: 24px
    }

    .ssv2_childs {
        padding-left: 20px
    }

    .ssv2_dot {
        left: -20px
    }

    .ssv2_child,.ssv2_child2 {
        margin-bottom: 20px
    }

    .ssv2_both {
        padding-left: 0
    }

    .ssv2_both_l {
        display: none
    }

    .ssv2_both_r {
        padding-left: 15px
    }

    .ssv2_search {
        padding: 40px 0
    }

    .ssv2_s_box {
        padding-right: 50px;
        width: 95%
    }

    .ssv2_s_service {
        display: none
    }

    .ssv2_s_icon {
        right: 0
    }

    .ssv2_menus_box {
        max-width: 100%;
        padding: 15px 0 0;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important;
        height: 52px
    }

    .ssv2_menu {
        padding-bottom: 34px;
        font-size: 14px
    }

    .ssv2_s_result {
        width: 100%;
        top: 45px;
        line-height: 36px;
        font-size: 12px
    }

    .ssv2_cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ssv2_card {
        margin-right: 0;
        margin-top: 10px;
        width: 49%;
        height: auto
    }
}

@media only screen and (max-width: 460px) {
    .ssv2_bodys {
        padding:20px 10px
    }

    .ssv2_menus_box {
        padding: 17px 0 0
    }

    .ssv2_menu {
        padding-bottom: 32px;
        font-size: 12px
    }
}

@media only screen and (max-width: 375px) {
    .ssv2_card {
        width:100%
    }
}
