#Main {
    background-image: url(../images/bg12.jpg),url(/images/newpc/sprcial/2020summer/bg2.png);
    background-size: 100% auto;
    background-repeat: no-repeat,repeat-y;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-width: 1200px;
    padding-top: 787px;
    top: -95px;
    margin-bottom: -95px;
}

.bg_image {
    position: absolute;
}

.bg_left {
    left: 0;
}

.bg_right {
    right: 0;
}
/*����ɫ*/
.main_bg_color {
    background: #c00 !important;
}

.special_font_color {
    color: #C6420E !important;
}

.special_bg_color {
    background-color: #C6420E !important;
}

.special_info_bg_color {
    background-color: #fff !important;
}

.special_font_default_color {
    color: #999 !important;
}

.special_font_info_color {
    color: #333 !important;
}

.special_black_color {
    color: #222 !important;
}

.special_border_color {
    border-color: #ccc !important;
}

.special_arrow_color {
    border-color: #ccc transparent transparent transparent !important;
}

.special_select_bg_color {
    background-color: #fff !important;
}

.special_select_hover_color:hover {
    background-color: rgba(0,0,0,.03) !important;
}

.banner_image {
    width: 100%;
    top: 112px;
    left: 0;
}

.section.section_content {
    padding: 0 0 50px;
    position: relative;
    top: 500px
}

.mb .section.section_content {
    padding: 0 0 50px;
    position: relative;
    top: 20px
}

.section .section_title {
    color: #ffffff !important;
}

.section .section_sub_title {
    color: #fff !important;
}

    .section .section_sub_title .detail {
        color: #fff;
        display: inline-block;
        margin-left: 12px;
    }

.section .section_div.section_box {
    margin: 30px 0 0;
}

.section .section_div.section_seven {
    width: 1180px;
}

.section .section_ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section .section_li {
    margin: 10px;
    float: left;
    padding: 1px;
    box-sizing: border-box;
}
    /*background: linear-gradient(31.8deg,#0644A9,#1659F2,#1659F2,#1659F2,#0644A9);*/
    .section .section_li .item_content {
        text-align: left;
    }

    .section .section_li .item_content,
    .section .section_li,
    .section_seven .hehuo_content,
    .section .section_div.section_box {
        border-radius: 16px;
    }

.item_title_div {
    color: #ffffff;
    position: relative;
    padding: 20px 19px;
    border-radius: 16px 16px 0 0;
}

    .item_title_div .item_title {
        font-size: 20px;
    }

    .item_title_div .item_sub_title {
        font-size: 14px;
        padding-top: 6px;
    }

    .item_title_div .item_icon {
        position: absolute;
        right: 19px;
        bottom: 20px;
        font-size: 0;
    }

        .item_title_div .item_icon img {
            width: 23px;
            height: 23px;
            margin-left: 21px;
        }

    .item_title_div .item_detail_btn {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -17.5px;
        z-index: 2;
        border-radius: 4px;
        color: #eee;
        width: 100px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: rgba(0,0,0,.1);
    }

.item_introduce_div {
    padding: 20px;
    border-radius: 0 0 16px 16px;
}

    .item_introduce_div .total_price_div {
        font-size: 14px;
    }

        .item_introduce_div .total_price_div .price_num {
            font-size: 36px;
            font-family: 'Georgia';
        }

    .item_introduce_div .item_info_div {
        float: left;
        width: 100%;
        padding: 20px 0 0px;
        font-size: 15px;
        line-height: 25px
    }


.item_price_div {
    width: 100%;
}

.item_btn_div {
    width: 100%;
    z-index: 0;
    padding-top: 10px;
    box-sizing: border-box;
}

    .item_btn_div .item_select {
        position: relative;
        width: 100%;
    }

        .item_btn_div .item_select .select_text {
            font-size: 14px;
            border-radius: 4px;
            width: 100%;
            line-height: 48px;
            box-sizing: border-box;
            height: 48px;
            background: transparent;
            padding: 0 12px;
            z-index: 10;
            position: relative;
            border: 1px solid #ccc;
            cursor: pointer;
        }

        .item_btn_div .item_select .triangle {
            position: absolute;
            top: calc(50% + 4px);
            right: 12px;
            border-width: 6px;
            border-style: solid;
            border-color: #ccc transparent transparent transparent;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            z-index: 0;
        }

        .item_btn_div .item_select .select_list {
            display: none;
            border-radius: 0 0 4px 4px;
            padding: 0;
            margin: 0;
            list-style: none;
            width: 100%;
            position: absolute;
            z-index: 99999;
            border: 1px solid #ccc;
            box-sizing: border-box;
            margin-top: -1px;
        }

        .item_btn_div .item_select .select_item {
            font-size: 14px;
            width: 100%;
            line-height: 48px;
            box-sizing: border-box;
            height: 48px;
            padding: 0 12px;
            cursor: pointer;
        }

            .item_btn_div .item_select .select_item:hover {
                background-color: rgba(0,0,0,.03);
            }

        .item_btn_div .item_select .cut_down {
            padding-left: 10px;
        }

        .item_btn_div .item_select .cut_num {
            color: #333;
            font-size: 18px;
            font-family: 'Georgia';
            line-height: 1;
        }

    .item_btn_div .item_btn {
        width: 100%;
        color: #fff;
        font-size: 16px;
        border-radius: 4px;
        line-height: 48px;
        text-align: center;
        margin-top: 20px;
        cursor: pointer;
    }

.anchor_navigation {
    color: #ffffff;
    text-align: center;
    width: 160px;
    padding-left: 20px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: -160px;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    z-index: 999;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

    .anchor_navigation .top_title {
        font-size: 18px;
        font-weight: bold;
        border-radius: 4px 4px 0 0;
        line-height: 70px;
    }

    .anchor_navigation .nav_item {
        font-size: 14px;
        line-height: 36px;
        margin-top: 2px;
    }

        .anchor_navigation .nav_item a {
            color: inherit;
            display: block;
            cursor: pointer;
        }

        .anchor_navigation .nav_item.hot {
            border-color: #185CFE;
            background-color: #002F6E;
        }

.float_btn_view {
    height: 250px;
    position: fixed;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
}

    .float_btn_view .float_btn {
        font-size: 18px;
        background-color: #CD6A14;
        color: #ffffff;
        border-radius: 0 4px 4px 0;
        text-align: center;
        width: 24px;
        padding: 10px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .float_btn_view .icon_view {
        font-family: '����','SimSun',SimSun;
        font-size: 12px;
        margin-left: -3px;
        padding-top: 4px;
    }

#new_bottom {
    margin-top: 0 !important;
}
/* ����� */
.section .section_guanggao {
    padding: 36px 10px 10px !important;
}

.section_guanggao .guanggao_content {
    background: #fff;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 16px;
}

.banner_view {
    position: absolute;
    top: 0;
    width: 100%;
}

    .banner_view .banner_title {
        font-size: 54px;
        color: #DF2500;
        font-weight: bold;
        padding: 96px 0 12px;
    }

    .banner_view .banner_preferential {
        font-size: 28px;
        font-weight: bold;
        line-height: 94px;
        background: url('../images/banner_preferential.png') center center no-repeat;
        background-size: auto 100%;
    }

        .banner_view .banner_preferential .preferential_num {
            font-size: 52px;
            color: #DF2500;
            font-weight: bold;
            font-family: Georgia;
        }

/* ��һ�� */
.ul_one .section_li {
    width: 580px;
}

.mb .ul_one .section_li {
    width: 94%;
}

.ul_one .item_price_div {
    width: 100%;
    margin-top: 0px;
    float: left;
}

.ul_one .item_btn_div {
    width: 100%;
    float: left;
}

/* �ڶ��� */
.ul_two .section_li {
    width: 280px;
}

/* �ڶ��� */
.ul_three .section_li {
    width: 580px;
}

.ul_three .item_introduce_div .item_info_div {
    float: none;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 10px;
}

/* ������ */
.ul_four .section_li {
    width: 380px;
}

.ul_four .item_introduce_div .item_info_div {
    float: none;
    overflow: hidden;
    width: 100%;
    padding: 36px 0 10px;
}

/* ������ */
.ul_five .section_li {
    width: 220px;
}

.ul_five .item_btn {
    width: calc(50% - 5px);
    float: left;
    line-height: 32px;
    margin-top: 0;
    font-size: 14px;
}

.ul_five .switch_btn {
    margin-right: 10px;
    box-sizing: border-box;
    line-height: 30px;
    border: 1px solid #ccc;
    background: transparent;
}

.ul_five .item_btn_div {
    overflow: hidden;
}
/* ������ */
.ul_six .section_li {
    width: 280px;
}

.ul_six .item_introduce_div {
    padding: 0;
}

.ul_six .introduce_image {
    width: 100%;
}

.ul_six .introduce_text {
    color: #222;
    font-size: 16px;
    line-height: 56px;
    padding: 0 19px;
}

    .ul_six .introduce_text .bold_text {
        color: #C6420E;
        font-size: 24px;
        font-weight: bold;
    }

.section_jianzhan.others .section_li {
    width: 580px;
}

.mb .section_jianzhan.others .section_li {
    width: 94%;
}

    .section_jianzhan.others .section_li p {
        line-height: 2;
        font-size: 16px;
        margin-bottom: 10px;
    }
/* ������ */
.section .section_seven {
    margin: 40px 10px 60px !important;
    display: inline-block;
    padding: 1px;
    box-sizing: border-box;
}

.section_seven .hehuo_content {
    background: #fff;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.section_seven .introduce_div {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    padding: 19px 92px;
    text-align: left;
}

    .section_seven .introduce_div .introduce_title {
        font-size: 40px;
        line-height: 1;
        padding-top: 50px;
    }

    .section_seven .introduce_div .introduce_sub_title {
        font-size: 22px;
        line-height: 1;
        padding-top: 36px;
    }

    .section_seven .introduce_div .introduce_btn {
        line-height: 46px;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px solid #ffffff;
        font-size: 16px;
        text-align: center;
        margin-top: 36px;
        width: 145px;
    }

@media screen and (min-width: 2000px) {
    #Main {
        padding-top: 800px;
    }
}

@media screen and (min-width: 2500px) {
    #Main {
        padding-top: 1000px;
    }
}

@media screen and (min-width: 1520px) {
    .anchor_navigation {
        display: block !important;
        left: 0 !important;
    }

    .float_btn_view {
        display: none !important;
    }
}

@media screen and (max-width: 1800px) {
    #Main {
        padding-top: 750px;
    }
}

@media screen and (max-width: 1650px) {
    #Main {
        padding-top: 700px;
    }
}

@media screen and (max-width: 1550px) {
    #Main {
        padding-top: 650px;
    }
}

@media screen and (max-width: 1500px) {
    #Main {
        padding-top: 600px;
    }
}

@media screen and (max-width: 1366px) {
    #Main {
        padding-top: 570px;
    }
}

@media screen and (max-width: 1280px) {
    #Main {
        padding-top: 550px;
    }
}

@media screen and (max-width: 1200px) {
    #Main {
        padding-top: 530px;
    }
}
