﻿@charset "utf-8";

.banner_menu {
    position: absolute;
    bottom: 60px;
    left: 9%;
    z-index: 10;
}

    .banner_menu .banner_menu_nav {
        font-size: 18px;
        line-height: 18px;
        margin-right: 35px;
    }

        .banner_menu .banner_menu_nav:last-child {
            margin-right: 0;
        }

        .banner_menu .banner_menu_nav:hover,
        .banner_menu .banner_menu_nav.on {
            color: #d25753;
        }

.pro_e {
    max-width: 100%;
    margin-top: 150px;
}

.pro_title {
    font-size: 24px;
    line-height: 30px;
    color: #c94743;
    margin-top: 60px;
}

.pro_subtitle {
    font-size: 56px;
    line-height: 72px;
    width: 42%;
}

.pro_subtitle2 {
    margin-top: 40px;
    width: 100%;
}

.cu1_box {
    background: #fff;
    padding-bottom: 190px;
}

    .cu1_box .cu1_inner {
        margin-top: 45px;
    }

        .cu1_box .cu1_inner .cu1_title {
            font-size: 46px;
            line-height: 72px;
        }

        .cu1_box .cu1_inner .cu1_content {
            width: 53%;
        }

        .cu1_box .cu1_inner .cu1_subtitle {
            color: #d25753;
            font-size: 26px;
            line-height: 40px;
            margin-top: 55px;
        }

        .cu1_box .cu1_inner .cu1_info {
            margin-top: 45px;
            padding-top: 60px;
            border-top: 1px solid #d8d8d8;
        }

        .cu1_box .cu1_inner .cu1_info_left {
            width: 50%;
            font-size: 26px;
            line-height: 40px;
            color: #333;
        }

.cu2_box {
    background: #f6f6f6;
    padding-bottom: 170px;
    padding-top: 110px;
}

    .cu2_box .cu2_btn {
        width: 212px;
        height: 62px;
        background: #d25753;
        color: #fff;
        text-align: center;
        line-height: 62px;
        display: block;
        margin-top: 60px;
    }

    .cu2_box .cu2_nav_input {
        height: 105px;
        width: 100%;
        color: #666666;
        border: none;
        background: transparent;
        border-bottom: 1px solid #999;
        font-size: 22px;
        box-sizing: border-box;
    }

        .cu2_box .cu2_nav_input:focus {
            border-bottom: 1px solid #d25753;
        }

    .cu2_box .cu2_nav_textarea {
        height: 240px;
        padding-top: 40px;
        resize: none;
    }


.product_page_con {
    margin-top: 100px;
}

.job1_box {
    padding-bottom: 150px;
}

.job1_inner {
    margin-top: 70px;
}

.job1_box .job1_nav {
    border-bottom: 1px solid #ececec;
    font-size: 26px;
    line-height: 30px;
}

    .job1_box .job1_nav .img {
        margin-right: 10px;
    }

    .job1_box .job1_nav .job1_title {
        height: 110px;
        cursor: pointer;
    }

    .job1_box .job1_nav .job1_content {
        display: none;
        line-height: 32px;
        padding-bottom: 90px;
        padding-top: 30px;
    }

        .job1_box .job1_nav .job1_content .job1_content_nav {
            margin-bottom: 60px;
        }

        .job1_box .job1_nav .job1_content .job1_content_title {
            font-size: 20px;
        }

        .job1_box .job1_nav .job1_content .job1_content_inner {
            font-size: 16px;
        }

    .job1_box .job1_nav .job1_title .txt:nth-child(1) {
        width: 42%;
    }

    .job1_box .job1_nav .job1_title .txt:nth-child(2) {
        width: 20%;
    }

    .job1_box .job1_nav .job1_title .txt:nth-child(3) {
        width: calc(38% - 46px);
    }

    .job1_box .job1_nav .job1_title .txt .icon {
        width: 46px;
        height: 46px;
        background: url(../img/add.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .job1_box .job1_nav.on .job1_title .txt:nth-child(1) {
        font-weight: bold;
    }

    .job1_box .job1_nav.on .job1_title .txt .icon {
        background: url(../img/remove.png) no-repeat center center;
        background-size: 100% 100%;
    }
/*响应式适配*/
@media screen and (max-width: 1861px) {
}

@media screen and (max-width: 1681px) {
}

@media screen and (max-width: 1450px) {
    .pro_e {
        width: 60%;
    }

    .pro_subtitle {
        font-size: 36px;
        line-height: 44px;
    }

    .cu1_box .cu1_inner .cu1_title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1335px) {
    .cu2_box .cu2_nav_input {
        height: 65px;
    }

    .cu2_box .cu2_nav_textarea {
        height: 140px;
    }

    .cu2_box .cu2_btn {
        width: 172px;
    }

    .job1_box .job1_nav {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .banner_menu {
        bottom: 14px;
        left: 10px;
    }

        .banner_menu .banner_menu_nav {
            font-size: 12px;
            line-height: 12px;
            margin-right: 10px;
        }

    .pro_e {
        margin-top: 20px;
        width: 70%;
    }

    .pro_title {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .pro_subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .pro_subtitle2 {
        margin-top: 5px;
    }

    .cu1_box .cu1_inner {
        margin-top: 6px;
    }


    .product_page_con {
        margin-top: 0px;
    }

    .job1_box {
        padding-bottom: 30px;
    }

    .job1_inner {
        margin-top: 10px;
    }

    .job1_box .job1_nav {
        border-bottom: 1px solid #ececec;
        font-size: 14px;
        line-height: 20px;
    }

        .job1_box .job1_nav .img {
            margin-right: 5px;
            width: 10px;
        }

        .job1_box .job1_nav .job1_title {
            height: 60px;
        }

        .job1_box .job1_nav .job1_content {
            line-height: 20px;
            padding-bottom: 30px;
            padding-top: 0px;
        }

            .job1_box .job1_nav .job1_content .job1_content_nav {
                margin-bottom: 20px;
            }

            .job1_box .job1_nav .job1_content .job1_content_title {
                font-size: 16px;
            }

            .job1_box .job1_nav .job1_content .job1_content_inner {
                font-size: 14px;
            }

        .job1_box .job1_nav .job1_title .txt:nth-child(1) {
            width: 42%;
        }

        .job1_box .job1_nav .job1_title .txt:nth-child(2) {
            width: 20%;
        }

        .job1_box .job1_nav .job1_title .txt:nth-child(3) {
            width: calc(38% - 26px);
        }

        .job1_box .job1_nav .job1_title .txt .icon {
            width: 26px;
            height: 26px;
        }
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {
    .cu1_box {
        padding-bottom: 30px;
    }

    .cu2_box {
        padding-top: 10px;
    }

    .cu1_box .cu1_inner {
        display: block;
    }

    .pro_subtitle {
        width: 100%;
    }

    .cu1_box .cu1_inner .cu1_content {
        width: 100%;
        margin-top: 20px;
    }

    .cu1_box .cu1_inner .cu1_title {
        font-size: 20px;
        line-height: 30px;
    }

    .cu1_box .cu1_inner .cu1_subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .cu1_box .cu1_inner .cu1_info {
        margin-top: 10px;
        padding-top: 10px;
        display: block;
    }

    .cu1_box .cu1_inner .cu1_info_left {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .cu1_box .cu1_inner .cu1_info_right {
        margin-top: 20px;
    }

    .cu2_box .cu2_nav_input {
        height: 42px;
        font-size: 14px;
    }

    .cu2_box .cu2_nav_textarea {
        height: 100px;
        padding-top: 10px;
    }

    .cu2_box .cu1_inner .cu1_content {
        margin-top: 10px;
    }

    .cu2_box .cu2_btn {
        width: 90px;
        height: 36px;
        line-height: 36px;
        margin-top: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 330px) {
}
