﻿.new_banner .banner_item.shuang11 .text {
    display: inline-block;
    border-radius: 100px;
    color: #C31316;
    background: #fff;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
}

.new_banner .banner_item.shuang11 .title {
    font-size: 30px;
}

.new_banner .banner_item.shuang11 .content {
    font-size: 70px;
    margin: 10px 0 90px;
    line-height: 1;
}

.section_package .old_price > span {
    display: none;
}
/*ÐÐÒµ°¸Àý*/
.case_new {
    padding-bottom: 0 !important;
}

    .case_new .section_div {
        text-align: center;
    }

    .case_new .case_list {
        overflow: hidden;
        display: inline-block;
        margin: 20px 0 40px;
    }

        .case_new .case_list div, .case_new .case_list a {
            float: left;
            margin: 0 10px;
            font-size: 18px;
            cursor: pointer;
            position: relative;
            z-index: 1;
            color: #333;
            font-weight: 100;
        }

            .case_new .case_list .hot, .case_new .case_list div:hover, .case_new .case_list a:hover {
                color: #2840B6;
                font-weight: bold;
            }

                .case_new .case_list .hot:after {
                    content: '';
                    margin: 15px auto 0;
                    width: 60px;
                    height: 3px;
                    background: #2840B6;
                    display: block;
                }

    .case_new .case_show .header {
        height: 55px;
    }

    .case_new .case_show .case_main {
        background: #fff;
        padding: 30px 30px 80px;
        box-shadow: 2px 2px 10px rgba(0,0,0,.06);
        margin-left: 13px;
        width: 1170px;
        overflow: hidden;
        box-sizing: border-box;
        height: 496px;
    }

    .case_new .case_main h3 {
        font-size: 22px;
        text-align: left;
        clear: both;
        margin: 0 10px 30px;
    }

    .case_new .case_main .left_view {
        padding: 20px 10px;
        width: 434px;
        margin: 0 10px;
    }

    .case_new .case_main .left_view, .case_new .case_main .right_view {
        box-shadow: 2px 2px 10px rgba(0,0,0,.06);
        box-sizing: border-box;
        float: left;
        border-radius: 4px;
        height: 335px;
    }

    .case_new .left_view .title {
        padding-left: 10px;
    }

    .case_new .left_view .title, .case_new .right_view .title {
        font-size: 16px;
        text-align: left;
    }

    .case_new .left_view ul {
        overflow: hidden;
    }

    .case_new .left_view li {
        float: left;
        margin: 10px;
        width: 182px;
        background: #F8F8F8;
        padding: 30px;
        text-align: left;
        box-sizing: border-box;
    }

        .case_new .left_view li h4 {
            font-size: 16px;
            color: #999;
            margin-bottom: 15px;
        }

        .case_new .left_view li p {
            color: #222222;
            font-size: 20px;
        }

    .case_new .case_main .right_view {
        margin: 0 10px;
        width: calc(100% - 474px);
    }

    .case_new .right_view .title {
        padding: 20px 30px 15px;
    }

    .case_new .right_view .table_view {
        width: 100%;
        text-align: left;
    }

        .case_new .right_view .table_view td {
            padding-left: 30px;
        }

        .case_new .right_view .table_view .table_header {
            background: #F8F8F8;
            height: 34px;
            line-height: 34px;
        }

        .case_new .right_view .table_view .row td {
            border-bottom: 1px solid #F5F5F7;
            line-height: 45px;
            color: #999;
        }

#new_bottom {
    margin-top: 0px !important;
}




/*ÐÂ°æ*/
.promise_box.section {
    padding-bottom: 0;
}

.promise_box .section_content {
    margin-top: 60px;
    background: url('/multisite/images/new_pc/promote.png') no-repeat;
}

.promise_box ul {
    overflow: hidden;
}

.promise_box li {
    float: left;
    width: 380px;
    margin: 60px 10px;
}

    .promise_box li span, .promise_box li p {
        color: #fff;
    }

    .promise_box li > div {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .promise_box li > div .svg {
            transform: rotate(-87deg) translateY(-50%);
            transform-origin: center;
            position: absolute;
            left: 50%;
            top: 5px;
            z-index: 1;
        }

    .promise_box li span {
        display: block;
        font-size: 32px;
        line-height: 150px;
        width: 100%;
    }

    .promise_box li p {
        font-size: 16px;
        line-height: 1.8;
    }

@media screen and (min-width: 1200px) {
    .service_box ul li {
        margin: 0 60px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .new_banner .banner_item.shuang11 .text {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 0 10px;
        padding: 0 10px;
    }

    .new_banner .banner_item.shuang11 .title {
        font-size: 16px;
        margin: 10px 0 10px 10px;
    }

    .new_banner .banner_item.shuang11 .content {
        font-size: 14px;
        margin: 0 0 0 10px;
    }

    .promise_box.section {
        padding: 20px 0 0;
    }

    .promise_box .section_content {
        margin-top: 20px;
    }

    .promise_box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .promise_box li {
        float: none;
        width: calc((100% - 20px)/3);
        margin: 0;
    }

        .promise_box li > div {
            margin-bottom: 15px;
        }

            .promise_box li > div .svg {
                top: 4px;
                transform: scale(.7) rotate(-87deg) translateY(-68%);
            }

        .promise_box li span {
            height: 122px;
            line-height: 151px;
            font-size: 24px;
        }

        .promise_box li p {
            font-size: 12px;
            margin-bottom: 20px;
        }

    .case_new .case_list {
        margin: 20px 0 0;
    }

        .case_new .case_list div, .case_new .case_list a {
            font-size: 14px;
            height: 40px;
            text-align: left;
            margin: 0 10px 0 0;
        }

        .case_new .case_list .hot:after {
            margin: 5px auto 0;
            height: 2px;
            width: auto;
        }

    .case_new .case_show .header {
        height: auto;
    }

    .case_new .case_show .case_main {
        margin: 0;
        padding: 10px 10px 20px;
        width: auto;
        height: auto;
    }

    .case_new .case_main h3 {
        font-size: 14px;
        margin: 0 10px 10px;
    }

    .case_new .case_main .left_view, .case_new .case_main .right_view {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .case_new .case_main .left_view {
        margin-bottom: 20px !important;
    }

    .case_new .left_view .title, .case_new .right_view .title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .case_new .left_view ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .case_new .left_view li {
        margin: 0 0 10px 0;
        padding: 10px;
        width: calc((100% - 10px)/2);
    }

        .case_new .left_view li h4 {
            font-size: 12px;
        }

        .case_new .left_view li p {
            font-size: 14px;
        }

    .case_new .right_view .title {
        padding: 10px;
    }

    .case_new .right_view .table_view td {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .case_new .right_view .table_view {
        width: 400px;
    }
}

@media screen and (max-width: 375px) {
    .promise_box li > div .svg {
        transform: scale(.6) rotate(-87deg) translateY(-80%);
    }

    .promise_box li span {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .case_new .case_list div, .case_new .case_list a {
        font-size: 12px;
    }

    .promise_box li {
        width: 100%;
    }

        .promise_box li > div .svg {
            left: 50%;
            top: 5px;
            transform: scale(.6) rotate(-87deg) translateY(-80%);
        }

        .promise_box li span {
            height: 118px;
            line-height: 154px;
            font-size: 14px;
        }
}
