@media screen and (min-width: 1920px){
    #section1 .big_l img{
        padding-top: 10%;
    }
    #section4 .container1 ul li .text{
        width: 100%;
        height: 100%;
        background-color: #c7d1ea;
        color: #6e60a8;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        border-radius: 20px;
        transform: scale(1);
        opacity: 1;
        transition: 0.35s;
    }
    #section4 .container1 ul li a{
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    }
    .btn-box .btn:hover .wave{
        top: 0;
    }
    .btn-box .btn:hover span{
        color: #ffffff;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 450px;
    }
    #section3 .company .company_left {
        width: 74%;
        height: auto;
        float: left;
        margin-top: 10px;
    }
    #section3 .company .company_center {
        width: 250px;
        height: 400px;
        position: absolute;
        top: -70px;
        right: 6%;
    }
    #section3 .company .company_right p{
        writing-mode: vertical-rl;
        position: absolute;
        right: 20px;
        bottom: 20px;
        font-weight: bold;
        font-size: 2vw;
    }
    #section4 .join_us{
        width: 1400px;
        padding-bottom: 120px;
    }
    .join_content{
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .join_f{
        width: 400px;
        height: 300px;
    }
    figure{
        position: relative;
        margin: 10px 1%;
        width: 400px;
        height: 300px;
        border-radius: 20px;
        overflow: hidden;
        background-color: #c7d1ea;
    }
    figcaption{
        color: #fff;
    }
    figcaption::before,
    figcaption::after{
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        border-style: solid;
        border-color: #c7d1ea;
        transition: transform 0.35s;
        pointer-events: none;
    }
    figcaption::before{
        right: 0;
        bottom: 0;
        border-width: 0 35px 80px 0;
        transform: translate(35px,80px);
    }
    figcaption::after{
        top: 0;
        left: 0;
        border-width: 15px 0 0 40px;
        transform: translate(-40px,-15px);
    }
    figure img{
        width: 450px;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.35s;
    }
    .join_txt{
        width: 400px;
        display: flex;
        flex-direction: column;
    }
    .join_txt h2{
        width: 100%;
        text-align: center;
        font-weight: bold;
        z-index: 10;
        opacity: 1;
    }
    .join_txt p{
        width: 100%;
        height: auto;
        z-index: 10;
        text-align: center;
        cursor: pointer;
    }
    figure a{
        position: absolute;
        bottom: 20px;
        left: 50%;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        transform: translateX(-50%);
        opacity: 0;
    }
    figure a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
    }
    figure:hover figcaption::before,
    figure:hover figcaption::after{
        transform: translate(0,0);
    }
    figure:hover img{
        opacity: 0.8;
        width: 100%;
        height: 80%;
    }
    figure:hover h2,
    figure:hover p{
        transform: translate(0,0);
    }
    figure:hover a{
        opacity: 1;
    }
    figure:hover  h2{
        opacity: 1;
    }
    figure:hover p{
        opacity: 1;
        color: #161616;
    }
    figure:hover a:nth-child(1){
        transition-delay: 0.025s;
    }
    #section4 .check_piece{
        width: 1400px;
        height: auto;
        background-color: #ffffff;
        position: relative;
        border-radius: 20px;
        margin-top: 120px;
    }

    #section4 .check_piece .tab_container{
        width: 100%;
        height: 700px;
        margin: 0 auto;
        position: relative;
    }
    .tab_title{
        align-items: center;
        position: absolute;
        left: 20px;
        color: #ffffff;
        background-color: #9c64a7;
        cursor: pointer;
        font-size: 20px;
        list-style: none;
        line-height: 50px;
        padding: 0 15px;
    }

    .tab_content .tab_panel{
        width: 100%;
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 40px;
    }
    .tab_content .tab_panel{
        display: flex;
        position: absolute;
        left: 0;
    }
    .tab_content .tab_panel .for_left p{
        color: #555555;
        text-align: left;
        font-size: 22px;
    }
    .tab_content .tab_panel .for_left{
        display: flex;
        position: relative;
    }
    .tab_content .tab_panel .txt_right{
        margin-left: 20px;
    }
    .tab_content .tab_panel .for_left .txt{
        width: 300px;
        background: #ffffff;
        border: 1px solid #555555;
        margin: 10px 0 25px 0;
        padding: 5px 18px;
        border-radius: 10px;
    }
    .tab_content .tab_panel .for_left .unit{
        display: flex;
        margin-bottom: 30px;
    }
    .tab_content .tab_panel .for_left .unit .len_l{
        width: 80%;
    }
    .tab_content .tab_panel .for_left .unit .len_r{
        align-items: center;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_r select{
        font-size: 20px !important;
    }
    .tab_content .tab_panel .for_left .txt label{
        display: block;
        text-align: left;
        color: #333;
        text-transform: uppercase;
        font-size: 18px;
    }
    .tab_content .tab_panel .for_left .txt input{
        width: 100%;
        border: none;
        background: none;
        outline: none;
        font-size: 24px;
        margin-top: 6px;
    }
    .tab_content .tab_panel .for_right{
        position: relative;
    }

    .tab_content .tab_panel .for_right .view_result{
        width: 500px;
        height: 500px;
        background: #c7d1ea;
        border-radius: 20px;
        position: relative;
        align-items: center;
        text-align: center;
    }
    .tab_content .tab_panel .for_right  p.for_right_title{
        color: #6e60a8;
        font-size: 22px;
        padding: 10px 0;
    }

    .view_result ul.result_title{
        width:80%;
        justify-content: center;
        display: flex;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        background-color: #ffffff;
        border-radius: 20px;
        border: 2px solid #9c64a7;
    }
    .view_result ul.result_title li{
        font-size: 20px;
        list-style: none;
        line-height: 38px;
        padding: 0 17px;
        margin: 2px 2px;
        position: relative;
        cursor: pointer;
        transition: all .3s;
    }

    .view_result ul.result_title li.result_active{
        color: #ffffff;
        background-color: #9c64a7;
        border-radius: 20px;
    }
    .view_result ul.result_title li::before{
        content: '';
        display: block;
        width: 0;
        height: 4px;
        position: absolute;;
        bottom: -2px;
        left: 50%;
        transition: all .3s;
    }
    .view_result ul.result_title li:hover:before,
    .view_result ul.result_title li.result_active:before{
        width: 100%;
        left: 0;
    }
    .view_result .result_content .result_panel{
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 80px;
    }
    .view_result .result_content .result_show{
        display: flex;
        position: absolute;
        left: 0;
    }

    .view_result .result_content .result_panel .re_services{
        width: 500px;
        height: 400px;
        overflow: auto;
    }
    .view_result .result_content .result_panel .re_services::-webkit-scrollbar{
        display: none;
    }
    .re_services .radio-div {
        padding: 10px;
        border-radius: 10px;
        margin: 10px;
        cursor: pointer;
        background: #fff;
    }
    .re_services .radio-div label {
        cursor: pointer;
        position: relative;
        padding-left: 10px;
        margin-right: 20px;
        line-height: 20px;
        display: flex;justify-content: center;
        align-items: center;
    }
    .re_services .radio-div label img{
        width: 80px;
    }
    .re_services .radio-div label .pri_cont{
        position: relative;
        margin-left: 10px;
        width: 60%;
    }
    .re_services .radio-div label .pri_cont .price{
        display: flex;
    }
    .re_services .radio-div label .pri_cont .price h2{
        font-size: 40px;
        font-weight: bold;
    }
    .re_services .radio-div label .pri_cont .price p{
        font-size: 16px;
    }
    .re_services .radio-div label .pri_cont .price_time{
        margin-top: 30px;
        text-align: left;
        padding: 10px 40px 0 0 ;
        font-size: 16px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1919px){
    #section1 .big_logo{
        width: 90%;
    }
    #section4 .container1 ul li .text{
        width: 100%;
        height: 100%;
        background-color: #c7d1ea;
        color: #6e60a8;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        border-radius: 20px;
        transform: scale(1);
        opacity: 1;
        transition: 0.35s;
    }
    #section4 .container1 ul li a{
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    }
    /* #section3 {
        width: 100%;
        height: auto;
        padding-bottom: 120px;
        box-sizing: border-box; 
    }
    #section3 .about_me { 
        width: 1400px;
        height: 400px;
        margin-top: 60px;
    }
    #section3 .about_me .about_me_img{
        width: 200px;
        height: 300px;
        background-size: 110%;
    }
     #section3 .about_me .about_content{
        width: 1200px;
        height: auto;
        float: right;
    } 
    #section3 .about_me .about_content h2{
        float: left;
        padding: 30px 0 30px 20px;
        font-size: 30px;
    }
    #section3 .about_me .about_content p{
        display: inline-block;
        text-align: left;
        padding: 10px 80px 0px 80px;
        color: #555555;
        font-size: 22px;
    } */
    .btn-box .btn:hover .wave{
        top: 0;
    }
    .btn-box .btn:hover span{
        color: #ffffff;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 350px;
    }#section3 .company .company_left p {
        margin-top: 30px;
        margin-left: 20px;
        font-size: 22px;
    }
    #section3 .company .company_left {
        width: 74%;
        height: auto;
        float: left;
        margin-top: 10px;
    }
    #section3 .company .company_center {
        width: 230px;
        height: 330px;
        position: absolute;
        top: -70px;
        right: 6%;
    }
    #section3 .company .company_right p{
        writing-mode: vertical-rl;
        position: absolute;
        right: 20px;
        bottom: 20px;
        font-weight: bold;
        font-size:30px;
    }
    #section4 .join_us{
    width: 1400px;
    padding-bottom: 120px;
    }
    .join_content{
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .join_f{
        width: 400px;
        height: 300px;
    }
    figure{
        position: relative;
        margin: 10px 1%;
        width: 400px;
        height: 300px;
        border-radius: 20px;
        overflow: hidden;
        background-color: #c7d1ea;
    }
    figcaption{
        color: #fff;
    }
    figcaption::before,
    figcaption::after{
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        border-style: solid;
        border-color: #c7d1ea;
        transition: transform 0.35s;
        pointer-events: none;
    }
    figcaption::before{
        right: 0;
        bottom: 0;
        border-width: 0 35px 80px 0;
        transform: translate(35px,80px);
    }
    figcaption::after{
        top: 0;
        left: 0;
        border-width: 15px 0 0 40px;
        transform: translate(-40px,-15px);
    }
    figure img{
        width: 450px;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.35s;
    }
    .join_txt{
        width: 400px;
        display: flex;
        flex-direction: column;
    }
    .join_txt h2{
        width: 100%;
        text-align: center;
        font-weight: bold;
        z-index: 10;
        opacity: 1;
    }
    .join_txt p{
        width: 100%;
        height: auto;
        z-index: 10;
        text-align: center;
        cursor: pointer;
    }
    .join_txt p:hover{
        color: #9c64a7;
    }
    figure a{
        position: absolute;
        bottom: 20px;
        left: 50%;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        transform: translateX(-50%);
        opacity: 0;
    }
    figure a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
    }
    figure:hover figcaption::before,
    figure:hover figcaption::after{
        transform: translate(0,0);
    }
    figure:hover img{
        opacity: 0.8;
        width: 100%;
        height: 80%;
    }
    figure:hover h2,
    figure:hover p{
        transform: translate(0,0);
    }
    figure:hover a{
        opacity: 1;
    }
    figure:hover  h2{
        opacity: 1;
    }
    figure:hover p{
        opacity: 1;
        color: #161616;
    }
    figure:hover a:nth-child(1){
        transition-delay: 0.025s;
    }
    #section4 .check_piece{
        width: 1400px;
        height: auto;
        background-color: #ffffff;
        position: relative;
        border-radius: 20px;
    }

    #section4 .check_piece .tab_container{
        width: 100%;
        height: 700px;
        margin: 0 auto;
        position: relative;
    }
    .tab_title{
        align-items: center;
        position: absolute;
        left: 20px;
        color: #ffffff;
        background-color: #9c64a7;
        cursor: pointer;
        font-size: 20px;
        list-style: none;
        line-height: 50px;
        padding: 0 15px;
    }

    .tab_content .tab_panel{
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top:40px;
        width: 100%;
    }
    .tab_content .tab_panel{
        display: flex;
        position: absolute;
        left: 0;
    }
    .tab_content .tab_panel .for_left p{
        color: #555555;
        text-align: left;
        font-size: 22px;
    }
    .tab_content .tab_panel .for_left{
        display: flex;
        position: relative;
    }
    .tab_content .tab_panel .txt_right{
        margin-left: 20px;
        height: 350px;
    }
    .tab_content .tab_panel .for_left .txt{
        width: 300px;
        background: #ffffff;
        border: 1px solid #555555;
        margin: 10px 0 25px 0;
        padding: 5px 18px;
        border-radius: 10px;
    }
    .tab_content .tab_panel .for_left .unit{
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_l{
        width: 80%;
    }
    .tab_content .tab_panel .for_left .unit .len_r{
        align-items: center;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_r select{
        font-size: 20px !important;
    }
    .tab_content .tab_panel .for_left .txt label{
        display: block;
        text-align: left;
        color: #333;
        text-transform: uppercase;
        font-size: 18px;
    }
    .tab_content .tab_panel .for_left .txt input{
        width: 100%;
        border: none;
        background: none;
        outline: none;
        font-size: 24px;
        margin-top: 6px;
    }

    .tab_content .tab_panel .for_right{
        position: relative;
    }

    .tab_content .tab_panel .for_right .view_result{
        width: 500px;
        height: 500px;
        background: #c7d1ea;
        border-radius: 20px;
        position: relative;
        align-items: center;
        text-align: center;
    }
    .tab_content .tab_panel .for_right  p.for_right_title{
        color: #6e60a8;
        font-size: 22px;
        padding: 10px 0;
    }

    .view_result ul.result_title{
        display: flex;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        background-color: #ffffff;
        border-radius: 20px;
        border: 2px solid #9c64a7;
        justify-content: center;
        width: 80%;
    }
    .view_result ul.result_title li{
        font-size: 20px;
        list-style: none;
        line-height: 38px;
        padding: 0 17px;
        margin: 2px 2px;
        position: relative;
        cursor: pointer;
        transition: all .3s;
    }

    .view_result ul.result_title li.result_active{
        color: #ffffff;
        background-color: #9c64a7;
        border-radius: 20px;
    }
    .view_result ul.result_title li::before{
        content: '';
        display: block;
        width: 0;
        height: 4px;
        position: absolute;;
        bottom: -2px;
        left: 50%;
        transition: all .3s;
    }
    .view_result ul.result_title li:hover:before,
    .view_result ul.result_title li.result_active:before{
        width: 100%;
        left: 0;
    }
    .view_result .result_content .result_panel{
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 80px;
    }
    .view_result .result_content .result_show{
        display: flex;
        position: absolute;
        left: 0;
    }

    .view_result .result_content .result_panel .re_services{
        width: 500px;
        height: 400px;
        overflow: auto;
    }
    .view_result .result_content .result_panel .re_services::-webkit-scrollbar{
        display: none;
    }
    .re_services .radio-div {
        padding: 10px;
        border-radius: 10px;
        margin: 10px;
        cursor: pointer;
        background: #fff;
    }
    .re_services .radio-div label {
        cursor: pointer;
        position: relative;
        padding-left: 10px;
        margin-right: 20px;
        line-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .re_services .radio-div label img{
        width: 80px;
    }
    .re_services .radio-div label .pri_cont{
        width: 60%;
    }
    .re_services .radio-div label .pri_cont .price{
        display: flex;
    }
    .re_services .radio-div label .pri_cont .price h2{
        font-size: 45px;
        font-weight: bold;
    }
    .re_services .radio-div label .pri_cont .price p{
        font-size: 16px;
    }
    .re_services .radio-div label .pri_cont .price_time{
        margin-top: 30px;
        text-align: left;
        padding: 10px 40px 0 0 ;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1400px){
    #section1 .big_logo{
        width: 90%;
    }
    #section1 .big_l img{
        width: 200px;
    }
    .big_bot{
        width: 75%;
    }

    .title h2{
        font-size: 32px;
    }
    .about_text h2{
        font-size: 32px;
    }
    .title p{
        font-size:18px;
    }
    #section4 .container1 ul li .text{
        width: 100%;
        height: 100%;
        background-color: #c7d1ea;
        color: #6e60a8;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        border-radius: 20px;
        transform: scale(1);
        opacity: 1;
        transition: 0.35s;
    }
    #section4 .container1 ul li a{
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    }
    /* 关于我们about_me */
    /* #section3 {
        width: 100%;
        height: auto;
        padding-bottom: 120px;
    }
    #section3 .about_me {
        width: 1200px;
        height: 350px;
        background-size: 25%;
    }
    #section3 .about_me .about_me_img{
        width: 200px;
        height: 300px;
        background-size: 110%;
    }
    #section3 .about_me .about_content{
        width: 1000px;
    } */
    /* 公司介绍 */
    /* #section3 .company {
        width: 1200px;
    }
    #section3 .company .company_title h2{
        font-size: 26px;
    }
    #section3 .company .company_title p{
        font-size: 20px;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 320px;
        font-size: 22px;
    }
    #section3 .company .company_left {
        width: 65%;
    }
    #section3 .company .company_left p {
        width: 100%;
        font-size: 1.3vw;
    }
    #section3 .company .company_center {
        width: 250px;
        height: 350px;
    }
    #section3 .company .company_right p{
    } */

    /* 我们的使命 */
    #section3 .us_mission{
        width: 1200px;
    }
    #section3 .us_mission .mission {
        width: 400px;
        height: 400px;
    }
    #section3 .us_mission .mission .circle {
        width: 400px;
        height: 400px;
    }
    #section3 .us_mission .mission .circle h1{
        font-size: 30px;
    }
    #section3 .us_mission .mission .circle p{
        font-size: 20px;
    }
    #section3 .us_mission .mission .circle .text{
        width: 100%;
        padding-top: 40px;
    }
    .mission_bxo {
        width: 100%;
        height: 700px;
        position: relative;
        top: 100px;
    }
    .mission_bxo .mission_inner {
        width: 400px;
        height: auto;
        margin: 0 auto;
    }
    .mission_bxo .mission_inner .mission_img {
        position: absolute;
        transition: 0.3s;
    }
    .mission_bxo #last {
        transform: translateX(-500px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    .mission_bxo #first {
        transform: translateX(0px) scale(1.5);
        z-index: 99;
        opacity: 1;
    }
    .mission_bxo #second {
        transform: translateX(500px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    
    /* 轮播图部分 */
    .Fs_Mos{
        width: 1200px;
        height: auto;
        padding-bottom: 120px;
    }
    .Fs_img {
        width: 70%;
        height: 450px;
        position: relative;
        top: 80px;
    }
    .Fs_img .inner {
        width: 500px;
    }
    .Fs_img .inner .img img {
        width: 500px;
        height: 300px;
    }
    #section4 .join_us{
        width: 1400px;
        padding-bottom: 120px;
        }
        .join_content{
            width: 100%;
            margin-top: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }
        .join_f{
            width: 400px;
            height: 300px;
        }
        figure{
            position: relative;
            margin: 10px 1%;
            width: 400px;
            height: 300px;
            border-radius: 20px;
            overflow: hidden;
            background-color: #c7d1ea;
        }
        figcaption{
            color: #fff;
        }
        figcaption::before,
        figcaption::after{
            content: "";
            width: 200%;
            height: 200%;
            position: absolute;
            border-style: solid;
            border-color: #c7d1ea;
            transition: transform 0.35s;
            pointer-events: none;
        }
        figcaption::before{
            right: 0;
            bottom: 0;
            border-width: 0 35px 80px 0;
            transform: translate(35px,80px);
        }
        figcaption::after{
            top: 0;
            left: 0;
            border-width: 15px 0 0 40px;
            transform: translate(-40px,-15px);
        }
        figure img{
            width: 450px;
            position: absolute;
            left: 0;
            top: 0;
            transition: 0.35s;
        }
        .join_txt{
            width: 400px;
            display: flex;
            flex-direction: column;
        }
        .join_txt h2{
            width: 100%;
            text-align: center;
            font-weight: bold;
            z-index: 10;
            opacity: 1;
        }
        .join_txt p{
            width: 100%;
            height: auto;
            z-index: 10;
            text-align: center;
            cursor: pointer;
        }
        figure a{
            position: absolute;
            bottom: 20px;
            left: 50%;
            background-color: #9c64a7;
            color: #fff;
            font-size: 16px;
            text-decoration: none;
            padding: 5px 10px;
            border-radius: 10px;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            transform: translateX(-50%);
            opacity: 0;
        }
        figure a:hover{
            box-shadow: #9c64a7 0px 3px 5px;
        }
        figure:hover figcaption::before,
        figure:hover figcaption::after{
            transform: translate(0,0);
        }
        figure:hover img{
            opacity: 0.8;
            width: 100%;
            height: 80%;
        }
        figure:hover h2,
        figure:hover p{
            transform: translate(0,0);
        }
        figure:hover a{
            opacity: 1;
        }
        figure:hover  h2{
            opacity: 1;
        }
        figure:hover p{
            opacity: 1;
            color: #161616;
        }
        figure:hover a:nth-child(1){
            transition-delay: 0.025s;
        }

    /* 联系我们 */
    #section4 .contact_us{
        width: 1200px;
        padding-bottom: 120px;
    }
    .contact_us .bubbles_input{
        width: 100%;
        height: 500px;
        position: relative;
        border-radius: 20px;
    }
    /* 联系我们表单 */
    .contact_us .bubbles_input .information_input{
        width: 100%;
        max-width: 450px;
    }
    .contact_us .bubbles_input .information_input .txt{
        margin: 10px 0;
    }
    .contact_us .bubbles_input .information_input .txt label{
        font-size: 16px;
    }
    .contact_us .bubbles_input .information_input .txt input,select{
        font-size: 20px;
        margin-top: 4px;
    }
    .contact_us .bubbles_input .information_input .contact_btn{
        font-size: 20px;
    }

    /* 快速侧价 */
    
    #section4 .check_piece{
        width: 1200px;
        height: auto;
        background-color: #ffffff;
        position: relative;
        border-radius: 20px;
    }
    #section4 .check_piece .tab_container{
        width: 100%;
        height: 650px;
    }
    #section4 .check_piece .check_title{
        position: relative;
        top: 10px;
    }
    
    .tab_title{
        align-items: center;
        position: absolute;
        left: 20px;
        color: #ffffff;
        background-color: #9c64a7;
        cursor: pointer;
        font-size: 20px;
        list-style: none;
        line-height: 50px;
        padding: 0 15px;
    }
    .tab_content .tab_panel{
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 100px;
        width: 100%;
    }
    .tab_content .tab_panel{
        display: flex;
        position: absolute;
        left: 0;
    }
    .tab_content .tab_panel .for_left p{
        color: #555555;
        text-align: left;
        font-size: 20px;
    }
    .tab_content .tab_panel .for_left{
        display: flex;
        position: relative;
    }
    .tab_content .tab_panel .txt_left .len_img{
        padding-top: 20px;
        width: 300px;
    }
    .tab_content .tab_panel .for_left .txt{
        width: 250px;
        margin: 10px 0 25px 0;
        border: 1px solid #555555;
        padding: 2px 15px;
        border-radius: 10px;
    }
    .tab_content .tab_panel .for_left .unit{
        width: 250px;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_l{
        width: 80%;
    }
    .tab_content .tab_panel .for_left .unit .len_r{
        align-items: center;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_r select{
        font-size: 18px !important;
    }
    .tab_content .tab_panel .for_left .txt label{
        font-size: 18px;
        display: block;
        text-align: left;
        color: #333;
        text-transform: uppercase;
    }
    .tab_content .tab_panel .for_left .txt input{
        width: 100%;
        font-size: 20px;
        margin-top: 6px;
        border: none;
        background: none;
        outline: none;
    }
    .check_btn{
        position: absolute;
        bottom: -48.5px;
        width: 250px;
        right: 0;
        font-size: 18px;
    }
    .tab_content .tab_panel .for_right{
        position: relative;
    }
    .tab_content .tab_panel .for_right .view_result{
        width: 500px;
        height: 450px;
        background: #c7d1ea;
        border-radius: 20px;
        position: relative;
        align-items: center;
        text-align: center;
    }
    .tab_content .tab_panel .for_right  p.for_right_title{
        font-size: 22px;
        padding: 10px 0;
        color: #6e60a8;
    }
    .view_result ul.result_title{
        width:80%;
        justify-content: center;
        display: flex;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        background-color: #ffffff;
        border-radius: 20px;
        border: 2px solid #9c64a7;
    }
    .view_result ul.result_title li{
        font-size: 20px;
        line-height: 38px;
        padding: 0 17px;
        margin: 2px 2px;
        position: relative;
        cursor: pointer;
        transition: all .3s;
        list-style: none;
    }
    .view_result ul.result_title li.result_active{
        border-radius: 20px;
        color: #ffffff;
        background-color: #9c64a7;
    }
    .view_result ul.result_title li::before{
        content: '';
        display: block;
        width: 0;
        height: 4px;
        position: absolute;;
        bottom: -2px;
        left: 50%;
        transition: all .3s;
    }
    .view_result ul.result_title li:hover:before,
    .view_result ul.result_title li.result_active:before{
        width: 100%;
        left: 0;
    }
    .view_result .result_content .result_panel{
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 70px;
    }
    .view_result .result_content .result_show{
        display: flex;
        position: absolute;
        left: 0;
    }
    .view_result .result_content .result_panel .re_services{
        width: 500px;
        height: 350px;
        overflow: auto;
    }
    .view_result .result_content .result_panel .re_services::-webkit-scrollbar{
        display: none;
    }
    .re_services .radio-div {
        padding: 10px;
        margin: 10px;
        border-radius: 10px;
        cursor: pointer;
        background: #fff;
    }
    .re_services .radio-div label {
        padding-left: 10px;
        margin-right: 20px;
        line-height: 20px;
        display: flex;
        cursor: pointer;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .re_services .radio-div label img{
        width: 80px;
    }
    .re_services .radio-div label .pri_cont{
        position: relative;
        margin-left: 10px;
        width: 60%;
    }
    .re_services .radio-div label .pri_cont .price{
        display: flex;
    }
    .re_services .radio-div label .pri_cont .price h2{
        font-size: 45px;
        font-weight: bold;
    }
    .re_services .radio-div label .pri_cont .price p{
        font-size: 16px;
    }
    .re_services .radio-div label .pri_cont .price_time{
        margin-top: 30px;
        padding: 10px 40px 0 0 ;
        font-size: 16px;
        text-align: left;
    }
    .result_content button{
        font-size: 18px;
    }

    /* 底部 */
    footer{
        width: 100%;
    }
    footer .series_all_img{
        width: 1200px;
    }
    footer .series_all_img ul{
        width: 100%;
        height: 100px;
    }
    footer .series_all_img li{
        list-style: none;
        height: 100%;
        padding-right: 20px;
    }
    footer .series_all_img li img{
        width: 200px;
        height: 100px;
    }
    .track_box .track_content form{
        width: 1100px;
        height: 200px;
        background: #9c64a7;
        border-radius: 50px;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
    }
    .track_box .track_content form p{
        font-size: 30px;
        margin-top: 20px;
    }
    .track_box .track_content form input{
        font-size: 26px;
        padding: 0 10px;
        width: 800px;
        height: 50px;
        border-radius: 20px;
        margin-top: 15px;
    }
    .track_box .track_content form .track_btn{
        font-size: 26px;
        width: 120px;
        height: 40px;
        margin-top: 15px;
    }
    footer .copy_right ul li a{
        padding: 0 20px;
        font-size: 22px;
    }
    footer .copy_right .copy_address{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
        font-size: 16px;
    }
    footer .copy_right .copy_address .copy_f{
        margin-top: 20px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1366px){
    #section1 .big_logo{
        width: 95%;
    }
    #section1 .big_l img{
        width: 200px;
    }
    .big_bot{
        width: 75%;
    }
    #section4 .container1 ul li .text{
        width: 100%;
        height: 100%;
        background-color: #c7d1ea;
        color: #6e60a8;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        border-radius: 20px;
        transform: scale(1);
        opacity: 1;
        transition: 0.35s;
    }
    #section4 .container1 ul li a{
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    }
    .title h2{
        font-size: 32px;
    }
    .about_text h2{
        font-size: 32px;
    }
    .title p{
        font-size:16px;
    }
    /* 关于我们about_me */
    /* #section3 {
        width: 100%;
        height: auto;
        padding-bottom: 120px;
    }
    #section3 .about_me {
        width: 1200px;
        height: 300px;
        background-size: 25%;
    }
    #section3 .about_me .about_me_img{
        width: 200px;
        height: 300px;
        background-size: 110%;
    }
    #section3 .about_me .about_content{
        width: 1000px;
    } */
    /* 公司介绍 */
    /* #section3 .company {
        width: 1200px;
    }
    #section3 .company .company_title h2{
        font-size: 26px;
    }
    #section3 .company .company_title p{
        font-size: 20px;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 300px;
        font-size: 22px;
    }
    #section3 .company .company_left {
        width: 65%;
        margin-top: 10px;
    }
    #section3 .company .company_left p {
        width: 100%;
        font-size: 1.3vw;
    }
    #section3 .company .company_center {
        width: 250px;
        height: 350px;
    }
    #section3 .company .company_right p{
    } */

    /* 我们的使命 */
    #section3 .us_mission{
        width: 1200px;
    }
    #section3 .us_mission .mission {
        width: 400px;
        height: 400px;
    }
    #section3 .us_mission .mission .circle {
        width: 400px;
        height: 400px;
    }
    #section3 .us_mission .mission .circle h1{
        font-size: 30px;
    }
    #section3 .us_mission .mission .circle p{
        font-size: 20px;
    }
    #section3 .us_mission .mission .circle .text{
        width: 100%;
        padding-top: 40px;
    }
    .mission_bxo {
        width: 100%;
        height: 700px;
        position: relative;
        top: 100px;
    }
    .mission_bxo .mission_inner {
        width: 400px;
        height: auto;
        margin: 0 auto;
    }
    .mission_bxo .mission_inner .mission_img {
        position: absolute;
        transition: 0.3s;
    }
    .mission_bxo #last {
        transform: translateX(-500px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    .mission_bxo #first {
        transform: translateX(0px) scale(1.5);
        z-index: 99;
        opacity: 1;
    }
    .mission_bxo #second {
        transform: translateX(500px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    /* 轮播图部分 */
    .Fs_Mos{
        width: 1200px;
        height: auto;
        padding-bottom: 120px;
    }
    .Fs_img {
        width: 70%;
        height: 450px;
        position: relative;
        top: 80px;
    }
    .Fs_img .inner {
        width: 500px;
    }
    .Fs_img .inner .img img {
        width: 500px;
        height: 300px;
    }

    /* 联系我们 */
    #section4 .contact_us{
        width: 1200px;
        padding-bottom: 120px;
    }
    .contact_us .bubbles_input{
        width: 100%;
        height: 500px;
        position: relative;
        border-radius: 20px;
    }
    /* 联系我们表单 */
    .contact_us .bubbles_input .information_input{
        width: 100%;
        max-width: 450px;
    }
    .contact_us .bubbles_input .information_input .txt{
        margin: 10px 0;
    }
    .contact_us .bubbles_input .information_input .txt label{
        font-size: 16px;
    }
    .contact_us .bubbles_input .information_input .txt input,select{
        font-size: 20px;
        margin-top: 4px;
    }
    .contact_us .bubbles_input .information_input .contact_btn{
        font-size: 20px;
    }

    /* 加入我们 */
    #section4 .join_us{
        width: 1200px;
        padding-bottom: 120px;
    }
    .join_content{
        width: 100%;
        margin-top: 20px;
        display: flex;
    }
    figure{
        position: relative;
        margin: 10px 1%;
        width: 350px;
        height: 250px;
        border-radius: 20px;
        overflow: hidden;
        background-color: #c7d1ea;
    }
    figcaption{
        color: #fff;
    }
    figcaption::before,
    figcaption::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border-style: solid;
        border-color: #c7d1ea;
        transition: transform 0.35s;
        pointer-events: none;
    }
    figcaption::before{
        right: 0;
        bottom: 0;
        border-width: 0 30px 60px 0;
        transform: translate(30px,60px);
    }
    figcaption::after{
        top: 0;
        left: 0;
        border-width: 15px 0 0 35px;
        transform: translate(-35px,-15px);
    }
    figure img{
        width: 400px;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.35s;
    }
    .join_f{
        width: 350px;
    }
    .join_txt{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .join_txt h2{
        width: 100%;
        text-align: center;
        font-weight: bold;
        z-index: 10;
        opacity: 1;
    }
    .join_txt p{
        width: 100%;
        height: auto;
        z-index: 10;
        text-align: center;
        cursor: pointer;
    }
    figure a{
        position: absolute;
        bottom: 20px;
        left: 50%;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        transform: translateX(-50%);
        opacity: 0;
    }
    figure a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
    }
    figure:hover figcaption::before,
    figure:hover figcaption::after{
        transform: translate(0,0);
    }
    figure:hover img{
        opacity: 0.8;
        width: 100%;
        height: 80%;
    }
    figure:hover h2,
    figure:hover p{
        transform: translate(0,0);
    }
    figure:hover a{
        opacity: 1;
    }
    figure:hover  h2{
        opacity: 1;
    }
    figure:hover p{
        opacity: 1;
        color: #161616;
    }
    figure:hover a:nth-child(1){
        transition-delay: 0.025s;
    }

    /* 快速侧价 */
    #section4 .check_piece{
        width: 1200px;
        height: auto;
        background-color: #ffffff;
        position: relative;
        border-radius: 20px;
    }
    #section4 .check_piece .tab_container{
        width: 100%;
        height: 650px;
        margin: 0 auto;
        position: relative;
    }
    #section4 .check_piece .check_title{
        position: relative;
        top: 10px;
    }
    .tab_title{
        top: 20px;
        align-items: center;
        position: absolute;
        left: 20px;
        color: #ffffff;
        background-color: #9c64a7;
        cursor: pointer;
        font-size: 20px;
        list-style: none;
        line-height: 50px;
        padding: 0 15px;
    }
    .tab_content .tab_panel{
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 80px;
        width: 100%;
    }
    .tab_content .tab_panel{
        display: flex;
        position: absolute;
        left: 0;
    }
    .tab_content .tab_panel .for_left p{
        color: #555555;
        text-align: left;
        font-size: 20px;
    }
    .tab_content .tab_panel .for_left{
        display: flex;
        position: relative;
    }
    .tab_content .tab_panel .txt_left .len_img{
        padding-top: 20px;
        width: 300px;
    }
    .tab_content .tab_panel .for_left .txt{
        width: 250px;
        margin: 10px 0 25px 0;
        padding: 2px 15px;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid #555555;
    }
    .tab_content .tab_panel .for_left .unit{
        width: 250px;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_l{
        width: 80%;
    }
    .tab_content .tab_panel .for_left .unit .len_r{
        align-items: center;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_r select{
        font-size: 18px !important;
    }
    .tab_content .tab_panel .for_left .txt label{
        font-size: 18px;
        display: block;
        text-align: left;
        color: #333;
        text-transform: uppercase;
    }
    .tab_content .tab_panel .for_left .txt input{
        width: 100%;
        font-size: 20px;
        margin-top: 6px;
        border: none;
        background: none;
        outline: none;
    }
    .check_btn{
        position: absolute;
        bottom: -48px;
        width: 250px;
        right: 0;
        font-size: 18px;
    }
    .tab_content .tab_panel .for_right{
        position: relative;
    }
    .tab_content .tab_panel .for_right .view_result{
        width: 500px;
        height: 450px;
        background: #c7d1ea;
        border-radius: 20px;
        position: relative;
        align-items: center;
        text-align: center;
    }
    .tab_content .tab_panel .for_right  p.for_right_title{
        font-size: 22px;
        padding: 10px 0;
        color: #6e60a8;
    }
    .view_result ul.result_title{
        width:80%;
        justify-content: center;
        display: flex;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        background-color: #ffffff;
        border-radius: 20px;
        border: 2px solid #9c64a7;
    }
    .view_result ul.result_title li{
        font-size: 20px;
        line-height: 38px;
        padding: 0 17px;
        margin: 2px 2px;
        position: relative;
        cursor: pointer;
        list-style: none;
        transition: all .3s;
    }
    .view_result ul.result_title li.result_active{
        border-radius: 20px;
        color: #ffffff;
        background-color: #9c64a7;
    }
    .view_result ul.result_title li::before{
        content: '';
        display: block;
        width: 0;
        height: 4px;
        position: absolute;;
        bottom: -2px;
        left: 50%;
        transition: all .3s;
    }
    .view_result ul.result_title li:hover:before,
    .view_result ul.result_title li.result_active:before{
        width: 100%;
        left: 0;
    }
    .view_result .result_content .result_panel{
        top: 70px;
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .view_result .result_content .result_show{
        display: flex;
        position: absolute;
        left: 0;
    }
    .view_result .result_content .result_panel .re_services{
        width: 500px;
        height: 350px;
        overflow: auto;
    }
    .re_services .radio-div {
        padding: 10px;
        margin: 10px;
        border-radius: 10px;
        cursor: pointer;
        background: #fff;
    }
    .re_services .radio-div label {
        padding-left: 10px;
        margin-right: 20px;
        line-height: 20px;
        cursor: pointer;
        position: relative;
        display: flex;
    }
    .re_services .radio-div label img{
        width: 80px;
    }
    .re_services .radio-div label .pri_cont{
        position: relative;
        margin-left: 10px;
    }
    .re_services .radio-div label .pri_cont .price{
        display: flex;
    }
    .re_services .radio-div label .pri_cont .price h2{
        font-size: 40px;
        font-weight: bold;
    }
    .re_services .radio-div label .pri_cont .price p{
        font-size: 16px;
    }
    .re_services .radio-div label .pri_cont .price_time{
        margin-top: 30px;
        padding: 10px 40px 0 0 ;
        font-size: 16px;
        text-align: left;
    }
    
    .result_content button{
        font-size: 18px;
    }
    /* 底部 */
    footer{
        width: 100%;
    }
    footer .series_all_img{
        width: 1200px;
    }
    footer .series_all_img ul{
        width: 100%;
        height: 100px;
    }
    footer .series_all_img li{
        list-style: none;
        height: 100%;
        padding-right: 20px;
    }
    footer .series_all_img li img{
        width: 200px;
        height: 100px;
    }
    .track_box .track_content form{
        width: 1200px;
        height: 200px;
        background: #9c64a7;
        border-radius: 50px;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .track_box .track_content form p{
        font-size: 30px;
        margin-top: 20px;
    }
    .track_box .track_content  form input{
        font-size: 26px;
        padding: 0 10px;
        width: 800px;
        height: 50px;
        border-radius: 20px;
        margin-top: 15px;
    }
    .track_box .track_content  form .track_btn{
        font-size: 26px;
        width: 120px;
        height: 40px;
        margin-top: 15px;
    }
    footer .copy_right{
        width: 100%;
        border-radius: 50px 50px 0 0;
    }
    footer .copy_right ul li a{
        padding: 0 20px;
        font-size: 22px;
    }
    footer .copy_right .copy_address{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
        font-size: 16px;
    }
    footer .copy_right .copy_address .copy_f{
        margin-top: 20px;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1280px){
    header .main_nav a{
        font-size: 22px;
    }
    header .user_nav a{
        font-size: 22px;
    }
    .title h2{
        font-size: 32px;
    }
    .about_text h2{
        font-size: 32px;
    }
    .title p{
        font-size:16px;
    }
    #section1 .big_logo{
        background-color: #9c64a7;
        width: 100%;
        position: relative;
    }
    #section1 .big_l img{
        width: 200px;
    }
    #section1 .big_l img{
        padding-top: 120px;
    }
    .big_bot{
        width: 70%;
    }
    #section4 .container1 ul li .text{
        width: 100%;
        height: 100%;
        background-color: #c7d1ea;
        color: #6e60a8;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        border-radius: 20px;
        transform: scale(1);
        opacity: 1;
        transition: 0.35s;
    }
    #section4 .container1 ul li a{
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    }
    /* 博客 */
    #section4 .container1 ul li{
        width: 280px;
        height: 280px;
    }
    #section4 .container1 ul li h3{
        color: #6e60a8;
        font-size: 22px;
    }
    /* 关于我们about_me */
    /* #section3 {
        width: 100%;
        height: auto;
        padding-bottom: 120px;
    }
    #section3 .about_me {
        width: 1100px;
        height: 300px;
        background-size: 25%;
    }
    #section3 .about_me .about_me_img{
        width: 200px;
        height: 300px;
        background-size: 110%;
    }
    #section3 .about_me .about_content{
        width: 900px;
    } */
    /* 公司介绍 */
    /* #section3 .company {
        width: 1100px;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 300px;
        font-size: 20px;
    }
    #section3 .company .company_left {
        width: 65%;
    }
    #section3 .company .company_left p {
        margin-top: 30px;
        width: 100%;
    }
    #section3 .company .company_center {
        width: 250px;
        height: 350px;
    }
    #section3 .company .company_right p{
        position: absolute;
        right: 35px;
        top: 20px;
    } */

    /* 我们的使命 */
    #section3 .us_mission{
        width: 1100px;
    }
    #section3 .us_mission .mission {
        width: 340px;
        height: 340px;
    }
    #section3 .us_mission .mission .circle {
        width: 340px;
        height: 340px;
    }
    #section3 .us_mission .mission .circle h1{
        font-size: 30px;
    }
    #section3 .us_mission .mission .circle p{
        font-size: 20px;
    }
    #section3 .us_mission .mission .circle .text{
        width: 100%;
        padding-top: 35px;
    }
    .mission_bxo {
        width: 100%;
        height: 700px;
        position: relative;
        top: 100px;
    }
    .mission_bxo .mission_inner {
        width: 350px;
        height: auto;
        margin: 0 auto;
    }
    .mission_bxo .mission_inner .mission_img {
        position: absolute;
        transition: 0.3s;
    }
    .mission_bxo #last {
        transform: translateX(-450px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    .mission_bxo #first {
        transform: translateX(0px) scale(1.5);
        z-index: 99;
        opacity: 1;
    }
    .mission_bxo #second {
        transform: translateX(450px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    /* 轮播图部分 */
    .Fs_Mos{
        width: 1100px;
        height: auto;
        padding-bottom: 120px;
    }
    .Fs_img {
        width: 70%;
        height: 450px;
        position: relative;
        top: 80px;
    }
    .Fs_img .inner {
        width: 500px;
    }
    .Fs_img .inner .img img {
        width: 500px;
        height: 300px;
    }

    /* 联系我们 */
    #section4 .contact_us{
        width: 1100px;
        padding-bottom: 120px;
    }
    .contact_us .bubbles_input{
        width: 100%;
        height: 500px;
        position: relative;
    }
    /* 联系我们表单 */
    .contact_us .bubbles_input .information_input{
        width: 100%;
        max-width: 450px;
    }
    .contact_us .bubbles_input .information_input .txt{
        margin: 10px 0;
    }
    .contact_us .bubbles_input .information_input .txt label{
        font-size: 16px;
    }
    .contact_us .bubbles_input .information_input .txt input,select{
        font-size: 20px;
        margin-top: 4px;
    }
    .contact_us .bubbles_input .information_input .contact_btn{
        font-size: 20px;
    }

    /* 加入我们 */
    #section4 .join_us{
        width: 1100px;
        padding-bottom: 120px;
    }
    .join_content{
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    figure{
        position: relative;
        margin: 10px 1%;
        width: 330px;
        height: 250px;
        border-radius: 20px;
        overflow: hidden;
        background-color: #c7d1ea;
    }
    figcaption{
        color: #fff;
    }
    figcaption::before,
    figcaption::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border-style: solid;
        border-color: #c7d1ea;
        transition: transform 0.35s;
        pointer-events: none;
    }
    figcaption::before{
        right: 0;
        bottom: 0;
        border-width: 0 30px 60px 0;
        transform: translate(30px,60px);
    }
    figcaption::after{
        top: 0;
        left: 0;
        border-width: 15px 0 0 35px;
        transform: translate(-35px,-15px);
    }
    figure img{
        width: 400px;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.35s;
    }.join_f{
        width: 350px;
    }
    .join_txt{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .join_txt h2{
        width: 100%;
        text-align: center;
        font-weight: bold;
        z-index: 10;
        opacity: 1;
    }
    .join_txt p{
        width: 100%;
        height: auto;
        z-index: 10;
        text-align: center;
        cursor: pointer;
    }
    figure a{
        position: absolute;
        bottom: 20px;
        left: 50%;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        transform: translateX(-50%);
        opacity: 0;
    }
    figure a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
    }
    figure:hover figcaption::before,
    figure:hover figcaption::after{
        transform: translate(0,0);
    }
    figure:hover img{
        opacity: 0.8;
        width: 100%;
        height: 80%;
    }
    figure:hover h2,
    figure:hover p{
        transform: translate(0,0);
    }
    figure:hover a{
        opacity: 1;
    }
    figure:hover  h2{
        opacity: 1;
    }
    figure:hover p{
        opacity: 1;
        color: #161616;
    }
    figure:hover a:nth-child(1){
        transition-delay: 0.025s;
    }

    /* 快速侧价 */
    #section4 .check_piece{
        width: 1100px;
        height: auto;
        background-color: #ffffff;
        position: relative;
        border-radius: 20px;
    }
    #section4 .check_piece .tab_container{
        width: 100%;
        height: 620px;
    }
    #section4 .check_piece .check_title{
        position: relative;
        top: 10px;
        width: 100%;
        margin: 0 auto;
    }
    .tab_title{
        top: 40px;
        align-items: center;
        position: absolute;
        left: 20px;
        color: #ffffff;
        background-color: #9c64a7;
        cursor: pointer;
        font-size: 20px;
        list-style: none;
        line-height: 50px;
        padding: 0 15px;
    }
    .tab_content .tab_panel{
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 100px;
        width: 100%;
    }
    .tab_content .tab_panel{
        display: flex;
        position: absolute;
        left: 0;
    }
    .tab_content .tab_panel .for_left p{
        color: #555555;
        text-align: left;
        font-size: 20px;
    }
    .tab_content .tab_panel .for_left{
        display: flex;
        position: relative;
    }
    .tab_content .tab_panel .txt_left .len_img{
        padding-top: 20px;
        width: 260px;
    }
    .tab_content .tab_panel .txt_right{
        margin-left: 20px;
    }
    .tab_content .tab_panel .for_left .txt{
        width: 250px;
        margin: 10px 0 25px 0;
        padding: 2px 15px;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid #555555;
    }
    .tab_content .tab_panel .for_left .unit{
        width: 250px;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_l{
        width: 80%;
    }
    .tab_content .tab_panel .for_left .unit .len_r{
        align-items: center;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_r select{
        font-size: 16px !important;
    }
    .tab_content .tab_panel .for_left .txt label{
        font-size: 16px;
        display: block;
        text-align: left;
        color: #333;
        text-transform: uppercase;
    }
    .tab_content .tab_panel .for_left .txt input{
        width: 100%;
        font-size: 20px;
        margin-top: 2px;
        border: none;
        background: none;
        outline: none;
    }
    .check_btn{
        position: absolute;
        bottom: -45px;
        width: 250px;
        right: 0;
        font-size: 18px;
    }
    .tab_content .tab_panel .for_right{
        position: relative;
    }
    .tab_content .tab_panel .for_right .view_result{
        width: 460px;
        height: 410px;
        background: #c7d1ea;
        border-radius: 20px;
        position: relative;
        align-items: center;
        text-align: center;
    }
    .tab_content .tab_panel .for_right  p.for_right_title{
        font-size: 22px;
        padding: 10px 0;
        color: #6e60a8;
    }
    .view_result ul.result_title{
        width:80%;
        justify-content: center;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        background-color: #ffffff;
        border-radius: 20px;
        border: 2px solid #9c64a7;
        display: flex;
    }
    .view_result ul.result_title li{
        font-size: 20px;
        line-height: 38px;
        padding: 0 17px;
        margin: 2px 2px;
        position: relative;
        cursor: pointer;
        list-style: none;
        transition: all .3s;
    }
    .view_result ul.result_title li.result_active{
        border-radius: 20px;
        color: #ffffff;
        background-color: #9c64a7;
    }
    .view_result ul.result_title li::before{
        content: '';
        display: block;
        width: 0;
        height: 4px;
        position: absolute;;
        bottom: -2px;
        left: 50%;
        transition: all .3s;
    }
    .view_result ul.result_title li:hover:before,
    .view_result ul.result_title li.result_active:before{
        width: 100%;
        left: 0;
    }
    .view_result .result_content .result_panel{
        top: 60px;
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .view_result .result_content .result_show{
        display: flex;
        position: absolute;
        left: 0;
    }
    .view_result .result_content .result_panel .re_services{
        width: 460px;
        height: 340px;
        overflow: auto;
    }
    .view_result .result_content .result_panel .re_services::-webkit-scrollbar{
        display: none;
    }
    .re_services .radio-div {
        padding: 10px;
        margin: 10px;
        border-radius: 10px;
        cursor: pointer;
        background: #fff;
    }
    .re_services .radio-div label {
        padding-left: 10px;
        margin-right: 20px;
        line-height: 20px;
        cursor: pointer;
        position: relative;
        display: flex;
    }
    .re_services .radio-div label img{
        width: 80px;
        position: relative;  
        top : 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;;
    }
    .re_services .radio-div label .pri_cont{
        position: relative;
        margin-left: 10px;
    }
    .re_services .radio-div label .pri_cont .price{
        display: flex;
    }
    .re_services .radio-div label .pri_cont .price h2{
        font-size: 40px;
        font-weight: bold;
    }
    .re_services .radio-div label .pri_cont .price p{
        font-size: 14px;
    }
    .re_services .radio-div label .pri_cont .price_time{
        margin-top: 30px;
        padding: 10px 40px 0 0 ;
        font-size: 16px;
        text-align: left;
    }
    .result_content button{
        font-size: 18px;
    }

    /* 底部 */
    footer{
        width: 100%;
    }
    footer .series_all_img{
        width: 1100px;
    }
    footer .series_all_img ul{
        width: 100%;
        height: 100px;
    }
    footer .series_all_img li{
        list-style: none;
        height: 100%;
        padding-right: 20px;
    }
    footer .series_all_img li img{
        width: 200px;
        height: 100px;
    }
    .track_box .track_content form{
        width: 1000px;
        height: 200px;
        background: #9c64a7;
        border-radius: 50px;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .track_box .track_content form p{
        font-size: 30px;
        margin-top: 20px;
    }
    .track_box .track_content form input{
        font-size: 22px;
        padding: 0 10px;
        width: 800px;
        height: 45px;
        border-radius: 20px;
        margin-top: 15px;
    }
    .track_box .track_content form .track_btn{
        font-size: 26px;
        width: 120px;
        height: 40px;
        margin-top: 15px;
    }
    footer .copy_right{
        width: 100%;
        border-radius: 50px 50px 0 0;
    }
    footer .copy_right ul li a{
        padding: 0 10px;
        font-size: 22px;
    }
    footer .copy_right .copy_address{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
        font-size: 16px;
    }
    footer .copy_right .copy_address .copy_f{
        margin-top: 20px;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1100px){
    .title h2{
        font-size: 32px;
    }
    .about_text h2{
        font-size: 32px;
    }
    .title p{
        font-size:16px;
    }
    header .main_nav a{
        font-size: 20px;
        font-weight: 600;
        padding: 8px 16px;
        transition: 300ms;
    }
    header .user_nav a{
        font-size: 20px;
        font-weight: 600;
    }
    #section1 .big_logo{
        background-color: #9c64a7; 
        width: 100%;
        position: relative;
    }
    #section1 .big_l img{
        width: 200px;
        padding-top: 150px
    }
    .big_bot{
        width: 70%;
    }
    /* 博客 */
    #section4 .container1 ul li{
        width: 280px;
        height: 280px;
    }
    #section4 .container1 ul li h3{
        color: #6e60a8;
        font-size: 22px;
    }
    #section4 .container1 ul li .text{
        width: 100%;
        height: 100%;
        background-color: #c7d1ea;
        color: #6e60a8;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        border-radius: 20px;
        transform: scale(1);
        opacity: 1;
        transition: 0.35s;
    }
    #section4 .container1 ul li a{
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    }
    /* 关于我们about_me */
    /* #section3 {
        width: 100%;
        height: auto;
        padding-bottom: 120px;
    }
    #section3 .about_me {
        width: 1000px;
        height: 250px;
        background-size: 20%;
    }
    #section3 .about_me .about_me_img{
        width: 180px;
        height: 250px;
        background-size: 110%;
    }
    #section3 .about_me .about_content{
        width: 800px;
    } */
    /* 公司介绍 */
    /* #section3 .company {
        width: 1000px;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 250px;
        font-size: 20px;
    }
    #section3 .company .company_left {
        width: 63%;
        margin-top: 10px;
    }
    #section3 .company .company_left p {
        width: 100%;
    }
    #section3 .company .company_center {
        width: 200px;
        height: 300px;
    }
    #section3 .company .company_right p{
        position: absolute;
        right: 35px;
        top: 20px;
    } */

    /* 我们的使命 */
    #section3 .us_mission{
        width: 1000px;
    }
    #section3 .us_mission .mission {
        width: 340px;
        height: 340px;
    }
    #section3 .us_mission .mission .circle {
        width: 340px;
        height: 340px;
    }
    #section3 .us_mission .mission .circle h1{
        font-size: 30px;
    }
    #section3 .us_mission .mission .circle p{
        font-size: 20px;
    }
    #section3 .us_mission .mission .circle .text{
        width: 100%;
        padding-top: 35px;
    }
    .mission_bxo {
        width: 100%;
        height: 700px;
        position: relative;
        top: 100px;
    }
    .mission_bxo .mission_inner {
        width: 340px;
        height: auto;
        margin: 0 auto;
    }
    .mission_bxo .mission_inner .mission_img {
        position: absolute;
        transition: 0.3s;
    }
    .mission_bxo #last {
        transform: translateX(-400px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    .mission_bxo #first {
        transform: translateX(0px) scale(1.5);
        z-index: 99;
        opacity: 1;
    }
    .mission_bxo #second {
        transform: translateX(400px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    /* 轮播图部分 */
    .Fs_Mos{
        width: 1000px;
        height: auto;
        padding-bottom: 120px;
    }
    .Fs_img {
        width: 70%;
        height: 450px;
        position: relative;
        top: 80px;
    }
    .Fs_img .inner {
        width: 500px;
    }
    .Fs_img .inner .img img {
        width: 500px;
        height: 300px;
    }

    /* 联系我们 */
    #section4 .contact_us{
        width: 1000px;
        padding-bottom: 120px;
    }
    .contact_us .bubbles_input{
        width: 100%;
        height: 500px;
        position: relative;
    }
    /* 联系我们表单 */
    .contact_us .bubbles_input .information_input{
        width: 100%;
        max-width: 450px;
    }
    .contact_us .bubbles_input .information_input .txt{
        margin: 10px 0;
    }
    .contact_us .bubbles_input .information_input .txt label{
        font-size: 16px;
    }
    .contact_us .bubbles_input .information_input .txt input,select{
        font-size: 20px;
        margin-top: 4px;
    }
    .contact_us .bubbles_input .information_input .contact_btn{
        font-size: 20px;
    }

    /* 加入我们 */
    #section4 .join_us{
        width: 1000px;
        padding-bottom: 120px;
    }
    .join_content{
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    figure{
        position: relative;
        margin: 10px 1%;
        width: 300px;
        height: 200px;
        border-radius: 20px;
        background-color: #c7d1ea;
        overflow: hidden;
    }
    figcaption{
        color: #fff;
    }
    figcaption::before,
    figcaption::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border-style: solid;
        border-color: #c7d1ea;
        transition: transform 0.35s;
        pointer-events: none;
    }
    figcaption::before{
        right: 0;
        bottom: 0;
        border-width: 0 20px 60px 0;
        transform: translate(20px,60px);
    }
    figcaption::after{
        top: 0;
        left: 0;
        border-width: 15px 0 0 25px;
        transform: translate(-25px,-15px);
    }
    figure img{
        width: 350px;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.35s;
    }
    .join_f{
        width: 300px;
    }
    .join_txt{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .join_txt h2{
        width: 100%;
        text-align: center;
        font-weight: bold;
        z-index: 10;
        opacity: 1;
    }
    .join_txt p{
        width: 100%;
        height: auto;
        z-index: 10;
        text-align: center;
        cursor: pointer;
    }
    figure a{
        position: absolute;
        bottom: 20px;
        left: 50%;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        transform: translateX(-50%);
        opacity: 0;
    }
    figure a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
    }
    figure:hover figcaption::before,
    figure:hover figcaption::after{
        transform: translate(0,0);
    }
    figure:hover img{
        opacity: 0.8;
        width: 100%;
        height: 80%;
    }
    figure:hover h2,
    figure:hover p{
        transform: translate(0,0);
    }
    figure:hover a{
        opacity: 1;
    }
    figure:hover  h2{
        opacity: 1;
    }
    figure:hover p{
        opacity: 1;
        color: #161616;
    }
    figure:hover a:nth-child(1){
        transition-delay: 0.025s;
    }

    /* 快速侧价 */
    #section4 .check_piece{
        width: 1000px;
        height: auto;
        background-color: #ffffff;
        position: relative;
        border-radius: 20px;
    }
    #section4 .check_piece .tab_container{
        width: 100%;
        height: 580px;
        margin: 0 auto;
        position: relative;
    }
    #section4 .check_piece .check_title{
        position: relative;
        top: 10px;
    }
    .tab_title{
        top: 10px;
        align-items: center;
        position: absolute;
        left: 20px;
        color: #ffffff;
        background-color: #9c64a7;
        cursor: pointer;
        font-size: 20px;
        list-style: none;
        line-height: 50px;
        padding: 0 15px;
    }
    .tab_content .tab_panel{
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 40px;
        width: 100%;
    }
    .tab_content .tab_panel{
        display: flex;
        position: absolute;
        left: 0;
    }
    .tab_content .tab_panel .for_left p{
        color: #555555;
        text-align: left;
        font-size: 20px;
    }
    .tab_content .tab_panel .for_left{
        display: flex;
        position: relative;
    }
    .tab_content .tab_panel .txt_right{
        margin-left: 20px;
    }
    .tab_content .tab_panel .txt_left .len_img{
        padding-top: 20px;
        width: 250px;
    }
    .tab_content .tab_panel .for_left .txt{
        width: 230px;
        margin: 10px 0 25px 0;
        padding: 2px 15px;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid #555555;
    }
    .tab_content .tab_panel .for_left .unit{
        width: 230px;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_l{
        width: 80%;
    }
    .tab_content .tab_panel .for_left .unit .len_r{
        align-items: center;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_r select{
        font-size: 16px !important;
    }
    .tab_content .tab_panel .for_left .txt label{
        font-size: 16px;
        display: block;
        text-align: left;
        color: #333;
        text-transform: uppercase;
    }
    .tab_content .tab_panel .for_left .txt input{
        width: 100%;
        font-size: 20px;
        margin-top: 2px;
        border: none;
        background: none;
        outline: none;
    }
    .check_btn{
        position: absolute;
        bottom: -45px;
        width: 230px;
        right: 0;
        font-size: 18px;
    }
    .tab_content .tab_panel .for_right{
        position: relative;
    }
    .tab_content .tab_panel .for_right .view_result{
        width: 430px;
        height: 410px;
        background: #c7d1ea;
        border-radius: 20px;
        position: relative;
        align-items: center;
        text-align: center;
    }
    .tab_content .tab_panel .for_right  p.for_right_title{
        color: #6e60a8;
        font-size: 22px;
        padding: 10px 0;
    }
    .view_result ul.result_title{
        width:80%;
        justify-content: center;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        background-color: #ffffff;
        border-radius: 20px;
        border: 2px solid #9c64a7;
        display: flex;
    }
    .view_result ul.result_title li{
        font-size: 20px;
        line-height: 38px;
        padding: 0 17px;
        margin: 2px 2px;
        position: relative;
        cursor: pointer;
        list-style: none;
        transition: all .3s;
    }
    .view_result ul.result_title li.result_active{
        border-radius: 20px;
        color: #ffffff;
        background-color: #9c64a7;
    }
    .view_result ul.result_title li::before{
        content: '';
        display: block;
        width: 0;
        height: 4px;
        position: absolute;;
        bottom: -2px;
        left: 50%;
        transition: all .3s;
    }
    .view_result ul.result_title li:hover:before,
    .view_result ul.result_title li.result_active:before{
        width: 100%;
        left: 0;
    }
    .view_result .result_content .result_panel{
        top: 60px;
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .view_result .result_content .result_show{
        display: flex;
        position: absolute;
        left: 0;
    }
    .view_result .result_content .result_panel .re_services{
        width: 430px;
        height: 340px;
        overflow: auto;
    }
    .re_services .radio-div {
        padding: 10px;
        margin: 10px;
        border-radius: 10px;
        cursor: pointer;
        background: #fff;
    }
    .re_services .radio-div label {
        padding-left: 10px;
        margin-right: 20px;
        line-height: 20px;
        cursor: pointer;
        position: relative;
        display: flex;
    }
    .re_services .radio-div label img{
        width: 70px;
        position: relative;  
        top : 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;;
    }
    .pri_ico{
        margin-top: 10px;
    }
    .re_services .radio-div label .pri_cont{
        position: relative;
        margin-left: 10px;
    }
    .re_services .radio-div label .pri_cont .price{
        display: flex;
    }
    .re_services .radio-div label .pri_cont .price h2{
        font-size: 40px;
        font-weight: bold;
        margin: 5px;
    }
    .re_services .radio-div label .pri_cont .price p{
        font-size: 14px;
        margin: 5px;
    }
    .re_services .radio-div label .pri_cont .price_time{
        margin-top: 30px;
        padding: 10px 40px 0 0 ;
        font-size: 16px;
        text-align: left;
    }

    .result_content button{
        font-size: 18px;
    }
    /* 底部 */
    footer{
        width: 100%;
    }
    footer .series_all_img{
        width: 1000px;
    }
    footer .series_all_img ul{
        width: 100%;
        height: 100px;
    }
    footer .series_all_img li{
        list-style: none;
        height: 100%;
        padding-right: 20px;
    }
    footer .series_all_img li img{
        width: 200px;
        height: 100px;
    }
    .track_box .track_content form{
        width: 900px;
        height: 200px;
        background: #9c64a7;
        border-radius: 50px;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
    }
    .track_box .track_content form p{
        font-size: 26px;
    }
    .track_box .track_content form input{
        font-size: 22px;
        padding: 0 10px;
        width: 800px;
        height: 50px;
        border-radius: 20px;
        margin-top: 15px;
    }
    .track_box .track_content form .track_btn{
        font-size: 26px;
        width: 120px;
        height: 40px;
        margin-top: 15px;
    }
    footer .copy_right{
        width: 100%;
        border-radius: 50px 50px 0 0;
    }
    footer .copy_right ul li a{
        padding: 0 10px;
        font-size: 20px;
    }
    footer .copy_right .copy_address{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
        font-size: 16px;
    }
    footer .copy_right .copy_address .copy_f{
        margin-top: 20px;
    }

}
@media screen and (min-width: 1023px) and (max-width: 1024px){
    header .main_nav a{
        font-size: 20px;
        font-weight: 600;
        padding: 8px 16px;
        transition: 300ms;
        }
        header .user_nav a{
            font-size: 20px;
            font-weight: 600;
        }
    .title h2{
        font-size: 32px;
    }
    .about_text h2{
        font-size: 32px;
    }
    .title p{
        font-size:16px;
    }
    #section1 .big_logo{
        background-color: #9c64a7; 
        width: 100%;
        position: relative;
    }
    #section1 .big_l img{
        width: 200px;
        padding-top: 150px;
    }
    .big_bot{
        width: 70%;
    }
    /* 博客 */
    #section4 .container1 ul li{
        width: 280px;
        height: 280px;
    }
    #section4 .container1 ul li .text{
        width: 100%;
        height: 100%;
        background-color: #c7d1ea;
        color: #6e60a8;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        border-radius: 20px;
        transform: scale(1);
        opacity: 1;
        transition: 0.35s;
    }
    #section4 .container1 ul li a{
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    }
    /* 关于我们about_me */
    /* #section3 {
        width: 100%;
        height: auto;
        padding-bottom: 120px;
    }
    #section3 .about_me {
        width: 1000px;
        height: 250px;
        background-size: 20%;
    }
    #section3 .about_me .about_me_img{
        width: 180px;
        height: 250px;
        background-size: 110%;
    }
    #section3 .about_me .about_content{
        width: 800px;
    }
    #section3 .about_me .about_content h2{
        float: left;
        padding: 30px 0 15px 20px;
        font-size: 22px;
    }
    #section3 .about_me .about_content p{
        font-size: 16px;
        padding: 10px 80px 0px 60px;
    } */
    /* 公司介绍 */
    /* #section3 .company {
        width: 1000px;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 260px;
        font-size: 20px;
    }
    #section3 .company .company_left {
        width: 70%;
        margin-top: 8px;
    }
    #section3 .company .company_left p {
        width: 100%;
        font-size: 16px;
    }
    #section3 .company .company_center {
        width: 200px;
        height: 300px;
        right: 6%;
    }
    #section3 .company .company_right p{
        position: absolute;
        right: 20px;
        top: 20px;
    } */

    /* 我们的使命 */
    #section3 .us_mission{
        width: 1000px;
    }
    #section3 .us_mission .mission {
        width: 340px;
        height: 340px;
    }
    #section3 .us_mission .mission .circle {
        width: 340px;
        height: 340px;
    }
    #section3 .us_mission .mission .circle h1{
        font-size: 30px;
    }
    #section3 .us_mission .mission .circle p{
        font-size: 20px;
    }
    #section3 .us_mission .mission .circle .text{
        width: 100%;
        padding-top: 35px;
    }
    .mission_bxo {
        width: 100%;
        height: 700px;
        position: relative;
        top: 100px;
    }
    .mission_bxo .mission_inner {
        width: 340px;
        height: auto;
        margin: 0 auto;
    }
    .mission_bxo .mission_inner .mission_img {
        position: absolute;
        transition: 0.3s;
    }
    .mission_bxo #last {
        transform: translateX(-400px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    .mission_bxo #first {
        transform: translateX(0px) scale(1.5);
        z-index: 99;
        opacity: 1;
    }
    .mission_bxo #second {
        transform: translateX(400px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    /* 轮播图部分 */
    .Fs_Mos{
        width: 1000px;
        height: auto;
        padding-bottom: 120px;
    }
    .Fs_img {
        width: 70%;
        height: 450px;
        position: relative;
        top: 80px;
    }
    .Fs_img .inner {
        width: 500px;
    }
    .Fs_img .inner .img img {
        width: 500px;
        height: 300px;
    }

    /* 联系我们 */
    #section4 .contact_us{
        width: 1000px;
        padding-bottom: 120px;
    }
    .contact_us .bubbles_input{
        width: 100%;
        height: 500px;
        position: relative;
    }
    /* 联系我们表单 */
    .contact_us .bubbles_input .information_input{
        width: 100%;
        max-width: 450px;
    }
    .contact_us .bubbles_input .information_input .txt{
        margin: 10px 0;
    }
    .contact_us .bubbles_input .information_input .txt label{
        font-size: 16px;
    }
    .contact_us .bubbles_input .information_input .txt input,select{
        font-size: 20px;
        margin-top: 4px;
    }
    .contact_us .bubbles_input .information_input .contact_btn{
        font-size: 20px;
    }

    /* 加入我们 */
    #section4 .join_us{
        width: 1000px;
        padding-bottom: 120px;
    }
    .join_content{
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    figure{
        position: relative;
        margin: 10px 1%;
        width: 300px;
        height: 200px;
        border-radius: 20px;
        background-color: #c7d1ea;
        overflow: hidden;
    }
    figcaption{
        color: #fff;
    }
    figcaption::before,
    figcaption::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border-style: solid;
        border-color: #c7d1ea;
        transition: transform 0.35s;
        pointer-events: none;
    }
    figcaption::before{
        right: 0;
        bottom: 0;
        border-width: 0 20px 60px 0;
        transform: translate(20px,60px);
    }
    figcaption::after{
        top: 0;
        left: 0;
        border-width: 15px 0 0 25px;
        transform: translate(-25px,-15px);
    }
    figure img{
        width: 350px;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.35s;
    }
    .join_f{
        width: 300px;
    }
    .join_txt{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .join_txt h2{
        width: 100%;
        text-align: center;
        font-weight: bold;
        z-index: 10;
        opacity: 1;
    }
    .join_txt p{
        width: 100%;
        height: auto;
        z-index: 10;
        text-align: center;
        cursor: pointer;
    }
    figure a{
        position: absolute;
        bottom: 20px;
        left: 50%;
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        transform: translateX(-50%);
        opacity: 0;
    }
    figure a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
    }
    figure:hover figcaption::before,
    figure:hover figcaption::after{
        transform: translate(0,0);
    }
    figure:hover img{
        opacity: 0.8;
        width: 100%;
        height: 80%;
    }
    figure:hover h2,
    figure:hover p{
        transform: translate(0,0);
    }
    figure:hover a{
        opacity: 1;
    }
    figure:hover  h2{
        opacity: 1;
    }
    figure:hover p{
        opacity: 1;
        color: #161616;
    }
    figure:hover a:nth-child(1){
        transition-delay: 0.025s;
    }

    /* 快速侧价 */
    #section4 .check_piece{
        width: 1000px;
        height: auto;
        background-color: #ffffff;
        position: relative;
        border-radius: 20px;
    }
    #section4 .check_piece .tab_container{
        width: 100%;
        height: 580px;
        margin: 0 auto;
        position: relative;
    }
    #section4 .check_piece .check_title{
        position: relative;
        top: 10px;
    }
    .tab_title{
        top: 10px;
        align-items: center;
        position: absolute;
        left: 20px;
        color: #ffffff;
        background-color: #9c64a7;
        cursor: pointer;
        font-size: 20px;
        list-style: none;
        line-height: 50px;
        padding: 0 15px;
    }
    .tab_content .tab_panel{
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 40px;
        width: 100%;
    }
    .tab_content .tab_panel{
        display: flex;
        position: absolute;
        left: 0;
    }
    .tab_content .tab_panel .for_left p{
        color: #555555;
        text-align: left;
        font-size: 20px;
    }
    .tab_content .tab_panel .for_left{
        display: flex;
        position: relative;
    }
    .tab_content .tab_panel .txt_right{
        margin-left: 20px;
    }
    .tab_content .tab_panel .txt_left .len_img{
        padding-top: 20px;
        width: 250px;
    }
    .tab_content .tab_panel .for_left .txt{
        width: 230px;
        margin: 10px 0 25px 0;
        padding: 2px 15px;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid #555555;
    }
    .tab_content .tab_panel .for_left .unit{
        width: 230px;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_l{
        width: 80%;
    }
    .tab_content .tab_panel .for_left .unit .len_r{
        align-items: center;
        display: flex;
    }
    .tab_content .tab_panel .for_left .unit .len_r select{
        font-size: 16px !important;
    }
    .tab_content .tab_panel .for_left .txt label{
        font-size: 16px;
        display: block;
        text-align: left;
        color: #333;
        text-transform: uppercase;
    }
    .tab_content .tab_panel .for_left .txt input{
        width: 100%;
        font-size: 20px;
        margin-top: 2px;
        border: none;
        background: none;
        outline: none;
    }
    .check_btn{
        position: absolute;
        bottom: -45px;
        width: 230px;
        right: 0;
        font-size: 18px;
    }
    .tab_content .tab_panel .for_right{
        position: relative;
    }
    .tab_content .tab_panel .for_right .view_result{
        width: 430px;
        height: 410px;
        background: #c7d1ea;
        border-radius: 20px;
        position: relative;
        align-items: center;
        text-align: center;
    }
    .tab_content .tab_panel .for_right  p.for_right_title{
        color: #6e60a8;
        font-size: 22px;
        padding: 10px 0;
    }
    .view_result ul.result_title{
        width:80%;
        justify-content: center;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        background-color: #ffffff;
        border-radius: 20px;
        border: 2px solid #9c64a7;
        display: flex;
    }
    .view_result ul.result_title li{
        font-size: 20px;
        line-height: 38px;
        padding: 0 17px;
        margin: 2px 2px;
        position: relative;
        cursor: pointer;
        list-style: none;
        transition: all .3s;
    }
    .view_result ul.result_title li.result_active{
        border-radius: 20px;
        color: #ffffff;
        background-color: #9c64a7;
    }
    .view_result ul.result_title li::before{
        content: '';
        display: block;
        width: 0;
        height: 4px;
        position: absolute;;
        bottom: -2px;
        left: 50%;
        transition: all .3s;
    }
    .view_result ul.result_title li:hover:before,
    .view_result ul.result_title li.result_active:before{
        width: 100%;
        left: 0;
    }
    .view_result .result_content .result_panel{
        top: 60px;
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .view_result .result_content .result_show{
        display: flex;
        position: absolute;
        left: 0;
    }
    .view_result .result_content .result_panel .re_services{
        width: 430px;
        height: 340px;
        overflow: auto;
    }
    .re_services .radio-div {
        padding: 10px;
        margin: 10px;
        border-radius: 10px;
        cursor: pointer;
        background: #fff;
    }
    .re_services .radio-div label {
        padding-left: 10px;
        margin-right: 20px;
        line-height: 20px;
        cursor: pointer;
        position: relative;
        display: flex;
    }
    .re_services .radio-div label img{
        width: 70px;
        position: relative;  
        top : 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;;
    }
    .pri_ico{
        margin-top: 10px;
    }
    .re_services .radio-div label .pri_cont{
        position: relative;
        margin-left: 10px;
    }
    .re_services .radio-div label .pri_cont .price{
        display: flex;
    }
    .re_services .radio-div label .pri_cont .price h2{
        font-size: 40px;
        font-weight: bold;
    }
    .re_services .radio-div label .pri_cont .price p{
        font-size: 14px;
    }
    .result_content button{
        font-size: 18px;
    }

    /* 底部 */
    footer{
        width: 100%;
    }
    footer .series_all_img{
        width: 1000px;
    }
    footer .series_all_img ul{
        width: 100%;
        height: 100px;
    }
    footer .series_all_img li{
        list-style: none;
        height: 100%;
        padding-right: 20px;
    }
    footer .series_all_img li img{
        width: 200px;
        height: 100px;
    }
    
    .track_box .track_content form{
        width: 900px;
        height: 200px;
        background: #9c64a7;
        border-radius: 50px;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
    }
    .track_box .track_content form p{
        font-size: 26px;
        margin-top: 20px;
    }
    .track_box .track_content form input{
        font-size: 22px;
        padding: 0 10px;
        width: 800px;
        height: 50px;
        border-radius: 20px;
        margin-top: 15px;
    }
    .track_box .track_content form .track_btn{
        font-size: 26px;
        width: 120px;
        height: 40px;
        margin-top: 15px;
    }
    footer .copy_right{
        width: 100%;
        border-radius: 50px 50px 0 0;
    }
    footer .copy_right ul li a{
        padding: 0 10px;
        font-size: 20px;
    }
    footer .copy_right .copy_address{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
        font-size: 16px;
    }
    footer .copy_right .copy_address .copy_f{
        margin-top: 20px;
    }

}
@media screen and (min-width: 750px) and (max-width: 1023px){
    
    .company .text_m p{
        font-size: 18px;
    }
    .content{
        width: 100%;
    }
    #section1 .big_logo{
        background-color: #9c64a7; 
        width: 100%;
        position: relative;
    }
    #section1 .big_l img{
        width: 20%;
        padding-top: 150px;
    }
    .big_bot{
        width: 75%;
    }
    .content #section1 .big_logo .big_f .falling-image:nth-child(1) { animation-delay: 0s; top: 0; width:8.5%; }
    .content #section1 .big_logo .big_f .falling-image:nth-child(2) { animation-delay: 0.2s; top: 0;width:10%;  } 
    .content #section1 .big_logo .big_f .falling-image:nth-child(3) { animation-delay: 0.4s; top: 0;width:8.5%;  }
    .content #section1 .big_logo .big_f .falling-image:nth-child(4) { animation-delay: 0.6s; top: 0; width:10.5%; } 
    .content #section1 .big_logo .big_f .falling-image:nth-child(5) { animation-delay: 0.8s; top: 0; width:9%; }  
    .content #section1 .big_logo .big_f .falling-image:nth-child(6) { animation-delay: 1s; top: 0;width:11%;  }
    .content #section1 .big_logo .big_f .falling-image:nth-child(7) { animation-delay: 1.2s; top: 0; width:10.5%; } 
    .content #section1 .big_logo .big_f .falling-image:nth-child(8) { animation-delay: 1.4s; top: 0; width:5.4%; } 
    #section1 .big_f img{
        padding:0 2px;
    }

    .title h2{
        font-size: 32px;
    }
    .about_text h2{
        font-size: 32px;
    }
    .title p{
        font-size:16px;
    }


    /* 博客 */
    #section2{
        width: 100%;
    }
    #section4 .container1 ul{
        list-style: none;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    #section4 .container1 ul li{
        width: 100%;
        height: 25%;
        text-align: center;
        display: inline-block;
        margin: 10px 0;
        position: relative;
        padding-bottom: 5%;
    }
    #section4 .container1 ul li img{
        width: 70%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
        z-index: 10;
        /* 设置transform的过渡 */
        transition: transform 0.35s;
        position: relative;
    }
    #section4 .container1 ul li .text{
        width:70%;
        height: 40px;
        color: #6e60a8;
        padding: 20px;
        text-align: left;
        display: flex;
        flex-direction: column;
        z-index: 99;
        position: relative;
        bottom: 0;
    }
    #section4 .container1 ul li .text h3{
        color: #6e60a8;
        font-size: 24px;
        width: 100%;
    }
    #section4 .container1 ul li span{
        width: 100%;
    }
    #section4 .container1 ul li .text a{
        position: absolute;
        right: 0;
        /* bottom: 0;
        top: 0;
        margin-top: auto;
        margin-bottom: auto; */
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    /* #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    } */


    /* 关于我们about_me */
    /* #section3 {
        width: 100%;
        height: auto;
        padding-bottom: 120px;
    }
    #section3 .about_me {
        width: 100%;
        height: 230px;
        background-size: 25%;
    }
    #section3 .about_me .about_me_img{
        width: 180px;
        height: 250px;
        background-size: 110%;
    }
    #section3 .about_me .about_content{
        width: 75%;
    }
    #section3 .about_me .about_content h2{
        padding: 20px 0 10px 20px;
        font-size: 2.5vw;
    }
    #section3 .about_me .about_content p{
        display: inline-block;
        text-align: left;
        padding: 10px 40px 0px 40px;
        color: #555555;
        font-size: 1.5vw;
    } */


    /* 公司介绍 */
    /* #section3 .company {
        width: 100%;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 350px;
        font-size: 20px;
    }
    #section3 .company .company_left {
        width: 100%;
        margin-top: 20px;
    }
    #section3 .company .company_left p {
        width: 60%;
        font-size: 1.5vw;
    }
    #section3 .company .company_center {
        width: 25%;
        height: 90%;
    }
    #section3 .company .company_right p{
        position: absolute;
        right: 3%;
        top: 20px;
    } */

    /* 我们的使命 */
    #section3 .us_mission{
        width: 100%;
    }
    #section3 .us_mission .mission {
        width: 340px;
        height: 340px;
    }
    #section3 .us_mission .mission .circle {
        width: 340px;
        height: 340px;
    }
    #section3 .us_mission .mission .circle h1{
        font-size: 30px;
    }
    #section3 .us_mission .mission .circle p{
        font-size: 20px;
    }
    #section3 .us_mission .mission .circle .text{
        width: 100%;
        padding-top: 35px;
    }
    .mission_bxo {
        width: 100%;
        height: 700px;
        position: relative;
        top: 100px;
    }
    .mission_bxo .mission_inner {
        width: 340px;
        height: auto;
        margin: 0 auto;
    }
    .mission_bxo .mission_inner .mission_img {
        position: absolute;
        transition: 0.3s;
    }
    .mission_bxo #last {
        transform: translateX(-380px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    .mission_bxo #first {
        transform: translateX(0px) scale(1.5);
        z-index: 99;
        opacity: 1;
    }
    .mission_bxo #second {
        transform: translateX(380px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    /* 轮播图部分 */
    .Fs_Mos{
        width: 100%;
        height: auto;
        padding-bottom: 120px;
    }
    .Fs_img {
        width: 70%;
        height: 450px;
        position: relative;
        top: 80px;
    }
    .Fs_img .inner {
        width: 100%;
    }
    .Fs_img .inner .img img {
        width: 80%;
        height: 80%;
    }

    /* 联系我们 */
    #section4 .contact_us{
        width: 100%;
        padding-bottom: 120px;
    }
    .contact_us .bubbles_input{
        width: 100%;
        height: 500px;
        position: relative;
    }
    /* 联系我们表单 */
    .contact_us .bubbles_input .information_input{
        max-width: 60%;
        min-width: 400px;
    }
    .contact_us .bubbles_input .information_input .txt{
        margin: 10px 0;
        width: 100%;
    }
    .contact_us .bubbles_input .information_input .txt label{
        font-size: 16px;
    }
    .contact_us .bubbles_input .information_input .txt input,select{
        font-size: 20px;
        margin-top: 4px;
    }
    .contact_us .bubbles_input .information_input .contact_btn{
        font-size: 20px;
    }

    /* 加入我们 */
    #section4 .join_us{
        width: 100%;
        padding-bottom: 120px;
    }
    .join_content{
        width: 100%;
        margin-top: 20px;
    }
    .join_f{
        position: relative;
        width: 70%;
        padding-bottom: 8%;
    }
    figure{
        position: relative;
        margin: 10px 1%;
        width: 100%;
        height: 25%;
        border-radius: 20px;
    }
    figure .box figcaption{
        color: #fff;
        width: 100%;
    }
    figure img{
        width: 100%;
    }
    .join_txt{
        width: 50%;
        position: absolute;
        left: 0;
    }
    .join_txt h2{
        font-size: 30px;
        text-align: left;
    }
    .join_txt p{
        position: absolute;
        text-align: left;
        width: 100%;
    }
    figure a{
        position: absolute;
        right: 0;
        font-size: 24px;
        cursor: pointer;
        display: block;
        background-color: #9c64a7;
        color: #fff;
        text-decoration: none;
        padding: 5px 20px;
        border-radius: 20px;
        margin-top: 8px;
    }

    /* 快速侧价 */
   
#section4 .check_piece{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;
    border-radius: 20px;
}

#section4 .check_piece .tab_container{
    width: 100%;
    height: 1200px;
    margin: 0 auto;
    position: relative;
}
.tab_title{
    align-items: center;
    position: absolute;
    left: 20px;
    color: #ffffff;
    background-color: #9c64a7;
    cursor: pointer;
    font-size: 20px;
    list-style: none;
    line-height: 50px;
    padding: 0 15px;
}

.tab_content .tab_panel{
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
}
.tab_content .tab_panel .for_left p{
    color: #555555;
    text-align: left;
    font-size: 22px;
    width: 80%;
    display: none;
}
.tab_content .tab_panel .for_left{
    position: relative;
}
.tab_content .tab_panel .txt_left img{
    width: 40%;
    display: none;
}
.tab_content .tab_panel .for_left .txt{
    width: 80%;
    background: #ffffff;
    border: 1px solid #555555;
    padding: 5px 18px;
    border-radius: 10px;
    margin-top: 10px;
}
.tab_content .tab_panel .for_left .unit{
    display: flex;
}
.tab_content .tab_panel .for_left .unit .len_l{
    width: 90%;
}
.tab_content .tab_panel .for_left .unit .len_r{
    align-items: center;
    display: flex;
}
.tab_content .tab_panel .for_left .unit .len_r select{
    font-size: 20px !important;
}
.tab_content .tab_panel .for_left .txt label{
    display: block;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
}
.tab_content .tab_panel .for_left .txt input{
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 24px;
    margin-top: 6px;
}


.tab_content .tab_panel .for_right{
    position: relative;
    top: 75px;
}

.tab_content .tab_panel .for_right .view_result{
    width: 80%;
    height: 500px;
    background: #c7d1ea;
    border-radius: 20px;
    position: relative;
    align-items: center;
    text-align: center;
}
.tab_content .tab_panel .for_right  p.for_right_title{
    color: #6e60a8;
    font-size: 22px;
    padding: 10px 0;
}

.view_result ul.result_title{
    justify-content: center;
    width: 80%;
    display: flex;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #9c64a7;
}
.view_result ul.result_title li{
    font-size: 20px;
    list-style: none;
    line-height: 38px;
    padding: 0 17px;
    margin: 2px 2px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.view_result ul.result_title li.result_active{
    color: #ffffff;
    background-color: #9c64a7;
    border-radius: 20px;
}
.view_result ul.result_title li::before{
    content: '';
    display: block;
    width: 0;
    height: 4px;
    position: absolute;;
    bottom: -2px;
    left: 50%;
    transition: all .3s;
}
.view_result ul.result_title li:hover:before,
.view_result ul.result_title li.result_active:before{
    width: 100%;
    left: 0;
}
.view_result .result_content .result_panel{
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 80px;
}
.view_result .result_content .result_show{
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
}

.view_result .result_content .result_panel .re_services{
    width: 100%;
    height: 400px;
    overflow: auto;
}
.view_result .result_content .result_panel .re_services::-webkit-scrollbar{
    display: none;
}
.re_services .radio-div {  
    padding: 10px;  
    border-radius: 10px;
    margin: 10px;  
    cursor: pointer; 
    background: #fff;
}  
.re_services .radio-div label {  
    cursor: pointer;  
    position: relative;  
    padding-left: 10px;  
    margin-right: 20px;  
    line-height: 20px;  
    display: flex;
}
.re_services .radio-div label img{
    width: 80px
}
.re_services .radio-div label .pri_cont{
    position: relative;
    margin-left: 10px;
}
.re_services .radio-div label .pri_cont .price{
    display: flex;
    margin-top: 20px;
}
.re_services .radio-div label .pri_cont .price h2{
    font-size: 50px;
    font-weight: bold;
}
.re_services .radio-div label .pri_cont .price p{
    font-size: 15px;
}
.check_btn{
    font-size: 20px;
    border-radius: 10px;
    display: block;
    width: 80%;
    background: #9c64a7;
    padding: 8px 10px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    position: absolute;
    bottom: -55px;
    right: 0;
    left: 0;
}
.tab_content .tab_panel button{
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tab_content .tab_panel button:hover{
    box-shadow: #9c64a7 0px 3px 5px;
    transform: translateY(-3px);
}

    /* 底部 */
    footer{
        width: 100%;
    }
    footer .series_all_img{
        width: 90%;
    }
    footer .series_all_img ul{
        width: 100%;
        height: 100px;
    }
    footer .series_all_img li{
        list-style: none;
        height: 100%;
        padding-right: 20px;
    }
    footer .series_all_img li img{
        width: 200px;
        height: 100px;
    }
    .track_box .track_content form{
        width: 600px;
        height: 200px;
        background: #9c64a7;
        border-radius: 50px;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
    }
    .track_box .track_content form p{
        font-size: 26px;
        margin-top: 20px;
    }
    .track_box .track_content form input{
        font-size: 22px;
        padding: 0 10px;
        width: 550px;
        height: 50px;
        border-radius: 20px;
        margin-top: 15px;
    }
    .track_box .track_content form .track_btn{
        font-size: 26px;
        width: 120px;
        height: 40px;
        margin-top: 15px;
    }
    footer .copy_right{
        width: 100%;
        border-radius: 50px 50px 0 0;
    }
    footer .copy_right ul {
        flex-wrap: wrap; 
    }
    footer .copy_right ul li {
        flex: 1 1 calc(25% - 20px);
        box-sizing: border-box; 
        text-align: center;
        padding: 5px 0;
    }
    footer .copy_right ul li a{
        padding: 0 5px;
        font-size: 20px;
    }
    footer .copy_right .copy_address{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
        font-size: 16px;
    }
    footer .copy_right .copy_address .copy_f{
        margin-top: 20px;
    }
    footer .copy_right img{
        padding: 30px 0;
    }
}
@media screen and (min-width: 431px) and (max-width: 750px){
    
    .company .text_m p{
        font-size: 16px;
    }
    header .user_nav {
        display: flex;
    }
    header .user_nav .login{
        margin-right: 10px;
    }
    header .user_nav a{
        font-size:20px;
    }
    
    header .main_nav a{
        font-size: 20px;
        padding: 8px 10px;
    }
    header .logo {
        width: 40%;
    }
    .content{
        width: 100%;
    }
    #section1 .big_logo{
        background-color: #9c64a7; 
        width: 100%;
        position: relative;
    }
    #section1 .big_l img{
        width: 30%;
        padding-top: 150px;
    }
    .big_bot{
        width: 80%;
    }
    .content #section1 .big_logo .big_f .falling-image:nth-child(1) { animation-delay: 0s; top: 0; width:8.5%; }
    .content #section1 .big_logo .big_f .falling-image:nth-child(2) { animation-delay: 0.2s; top: 0;width:10%;  } 
    .content #section1 .big_logo .big_f .falling-image:nth-child(3) { animation-delay: 0.4s; top: 0;width:8.5%;  }
    .content #section1 .big_logo .big_f .falling-image:nth-child(4) { animation-delay: 0.6s; top: 0; width:10.5%; } 
    .content #section1 .big_logo .big_f .falling-image:nth-child(5) { animation-delay: 0.8s; top: 0; width:9%; }  
    .content #section1 .big_logo .big_f .falling-image:nth-child(6) { animation-delay: 1s; top: 0;width:11%;  }
    .content #section1 .big_logo .big_f .falling-image:nth-child(7) { animation-delay: 1.2s; top: 0; width:10.5%; } 
    .content #section1 .big_logo .big_f .falling-image:nth-child(8) { animation-delay: 1.4s; top: 0; width:5.5%; } 
    #section1 .big_f img{
        padding:0 2px;
    }
    .title h2{
        font-size: 32px;
    }
    .about_text h2{
        font-size: 32px;
    }
    .title p{
        font-size:16px;
    }


    section{
        padding-top: 60px;
    }
    /* 博客 */
    #section2{
        width: 100%;
    }
    #section4 .container1 ul{
        list-style: none;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    #section4 .container1 ul li{
        width: 100%;
        height: 25%;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin: 10px 0;
        position: relative;
        padding-bottom: 10%;
    }
    #section4 .container1 ul li img{
        width: 80%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
        z-index: 10;
        /* 设置transform的过渡 */
        transition: transform 0.35s;
        position: relative;
    }
    #section4 .container1 ul li .text{
        width:80%;
        height: 40px;
        color: #6e60a8;
        padding: 10px;
        text-align: left;
        display: flex;
        flex-direction: column;
        z-index: 99;
        position: relative;
        bottom: 0;
    }
    #section4 .container1 ul li .text h3{
        color: #6e60a8;
        font-size: 24px;
        width: 100%;
    }
    #section4 .container1 ul li span{
        width: 100%;
    }
    #section4 .container1 ul li .text a{
        /* bottom: 0;
        top: 0;
        margin-top: auto;
        margin-bottom: auto; */
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        position: absolute;
        right: 0;
    }
    /* #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    } */


    /* 关于我们about_me */
    /* #section3 {
        width: 100%;
        height: auto;
        padding-bottom: 60px;
    }
    #section3 .about_me {
        width: 100%;
        height: 250px;
        background-size: 35%;
    }
    #section3 .about_me .about_me_img{
        width: 25%;
        height: 90%;
        background-size: 110%;
        left: 10px;
    }
    #section3 .about_me .about_content{
        width: 75%;
    }
    #section3 .about_me .about_content h2{
        font-size: 3vw;
        padding: 3% 0 5px 5px;
    }
    #section3 .about_me .about_content p{
        display: inline-block;
        text-align: left;
        padding: 10px 5% 0px 5%;
        color: #555555;
        font-size: 2vw;
    } */


    /* 公司介绍 */
    /* #section3 .company {
        width: 100%;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 220px;
        font-size: 16px;
        background-size: 30%;
        background-image: url('../img/guanyu_2.png');
        background-repeat: no-repeat;
        background-position: right bottom 0;
    }
    #section3 .company .company_left {
        width: 100%;
        margin-top: 0px;
    }
    #section3 .company .company_left .p2 {
        width: 100%;
        margin-top: 10px;
    }
    #section3 .company .company_left p {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        font-size: 2vw;
    }
    #section3 .company .company_center {
        width: 25%;
        height: 70%;
        display: none;
    }
    #section3 .company .company_right p{
        font-size: 2.5vw;
        position: absolute;
        right: 3%;
        top: 20px;
        display: none;
    } */

    /* 我们的使命 */
    #section3 .us_mission{
        width: 100%;
    }
    #section3 .us_mission .mission {
        width: 300px;
        height: 300px;
    }
    #section3 .us_mission .mission .circle {
        width: 300px;
        height: 300px;
    }
    #section3 .us_mission .mission .circle h1{
        font-size: 26px;
    }
    #section3 .us_mission .mission .circle p{
        font-size: 20px;
    }
    #section3 .us_mission .mission .text{
        width: 100%;
        padding-top: 20px;
    }
    .mission_bxo {
        width: 100%;
        height: 700px;
        position: relative;
        top: 100px;
    }
    .mission_bxo .mission_inner {
        width: 300px;
        height: auto;
        margin: 0 auto;
    }
    .mission_bxo .mission_inner .mission_img {
        position: absolute;
        transition: 0.3s;
    }
    .mission_bxo #last {
        transform: translateX(-300px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    .mission_bxo #first {
        transform: translateX(0px) scale(1.5);
        z-index: 99;
        opacity: 1;
    }
    .mission_bxo #second {
        transform: translateX(300px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    #section3 .us_mission .mission .circle .main_txt h2{
        font-size: 20px;
    }
    /* 轮播图部分 */
    .Fs_Mos{
        width: 100%;
        height: auto;
        padding-bottom: 120px;
    }
    .Fs_img {
        width: 100%;
        height: 300px;
        position: relative;
        top: 60px;
    }
    .Fs_img .inner {
        width: 100%;
    }
    .Fs_img .inner .img img {
        width: 75%;
        height: 100%;
    }

    /* 联系我们 */
    #section4 .contact_us{
        width: 100%;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .contact_us .bubbles_input{
        width: 100%;
        height: 500px;
        position: relative;
    }
    /* 联系我们表单 */
    .contact_us .bubbles_input .information_input{
        max-width: 60%;
        min-width: 300px;
    }
    .contact_us .bubbles_input .information_input .txt{
        margin: 10px 0;
        width: 100%;
    }
    .contact_us .bubbles_input .information_input .txt label{
        font-size: 16px;
    }
    .contact_us .bubbles_input .information_input .txt input,select{
        font-size: 18px;
        margin-top: 2px;
    }
    .contact_us .bubbles_input .information_input .contact_btn{
        font-size: 20px;
    }
    .contact_us .bubbles_input .yes{
        width: 100%;
        padding: 5px 20px;
        font-size: 12px;
    }

    /* 加入我们 */
    #section4 .join_us{
        width: 100%;
        padding-bottom: 120px;
    }
    .join_content{
        width: 100%;
        margin-top: 20px;
    }
    .join_f{
        position: relative;
        width: 70%;
        padding-bottom: 15%;
    }
    figure{
        position: relative;
        margin: 10px 1%;
        width: 100%;
        height: 25%;
        border-radius: 20px;
    }
    figure .box figcaption{
        color: #fff;
        width: 100%;
    }
    figure img{
        width: 100%;
    }
    .join_txt{
        width: 50%;
        position: absolute;
        left: 0;
        z-index: 9;
    }
    .join_txt h2{
        font-size: 24px;
        text-align: left;
        z-index: 9;
    }
    .join_txt p{
        position: absolute;
        text-align: left;
        width: 100%;
        font-size: 16px;
    }
    figure a{
        position: absolute;
        right: 0;
        font-size: 16px;
        cursor: pointer;
        display: block;
        background-color: #9c64a7;
        color: #fff;
        text-decoration: none;
        padding: 5px 20px;
        border-radius: 20px;
        margin-top: 8px;
    }

    /* 快速侧价 */
   
#section4 .check_piece{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;
    border-radius: 20px;
}

#section4 .check_piece .tab_container{
    width: 100%;
    height: 1200px;
    margin: 0 auto;
    position: relative;
}
.tab_title{
    align-items: center;
    position: absolute;
    left: 20px;
    color: #ffffff;
    background-color: #9c64a7;
    cursor: pointer;
    font-size: 20px;
    list-style: none;
    line-height: 50px;
    padding: 0 15px;
}

.tab_content .tab_panel{
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
}
.tab_content .tab_panel .for_left p{
    color: #555555;
    text-align: left;
    font-size: 22px;
    width: 80%;
    display: none;
}
.tab_content .tab_panel .for_left{
    position: relative;
}
.tab_content .tab_panel .txt_left img{
    width: 40%;
    display: none;
}
.tab_content .tab_panel .for_left .txt{
    width: 80%;
    background: #ffffff;
    border: 1px solid #555555;
    padding: 5px 18px;
    border-radius: 10px;
    margin-top: 10px;
}
.tab_content .tab_panel .for_left .unit{
    display: flex;
}
.tab_content .tab_panel .for_left .unit .len_l{
    width: 90%;
}
.tab_content .tab_panel .for_left .unit .len_r{
    align-items: center;
    display: flex;
}
.tab_content .tab_panel .for_left .unit .len_r select{
    font-size: 20px !important;
}
.tab_content .tab_panel .for_left .txt label{
    display: block;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
}
.tab_content .tab_panel .for_left .txt input{
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 24px;
    margin-top: 6px;
}

.check_btn{
    position: absolute;
    bottom: -45px;
    width: 80%;
    right: 0;
    left: 0;
    font-size: 18px;
}
.tab_content .tab_panel .for_right{
    position: relative;
    top: 75px;
}

.tab_content .tab_panel .for_right .view_result{
    width: 95%;
    height: 500px;
    background: #c7d1ea;
    border-radius: 20px;
    position: relative;
    align-items: center;
    text-align: center;
}
.tab_content .tab_panel .for_right  p.for_right_title{
    color: #6e60a8;
    font-size: 22px;
    padding: 10px 0;
}

.view_result ul.result_title{
    justify-content: center;
    width: 80%;
    display: flex;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #9c64a7;
}
.view_result ul.result_title li{
    font-size: 18px;
    list-style: none;
    line-height: 38px;
    padding: 0 17px;
    margin: 2px 2px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.view_result ul.result_title li.result_active{
    color: #ffffff;
    background-color: #9c64a7;
    border-radius: 20px;
}
.view_result ul.result_title li::before{
    content: '';
    display: block;
    width: 0;
    height: 4px;
    position: absolute;;
    bottom: -2px;
    left: 50%;
    transition: all .3s;
}
.view_result ul.result_title li:hover:before,
.view_result ul.result_title li.result_active:before{
    width: 100%;
    left: 0;
}
.view_result .result_content .result_panel{
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 80px;
}
.view_result .result_content .result_show{
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
}

.view_result .result_content .result_panel .re_services{
    width: 100%;
    height: 400px;
    overflow: auto;
}
.view_result .result_content .result_panel .re_services::-webkit-scrollbar{
    display: none;
}
.re_services .radio-div {  
    padding: 10px;  
    border-radius: 10px;
    margin: 10px;  
    cursor: pointer; 
    background: #fff;
}  
.re_services .radio-div label {  
    cursor: pointer;  
    position: relative;  
    padding-left: 10px;  
    margin-right: 20px;  
    line-height: 20px;  
    display: flex;
}
.re_services .radio-div label img{
    width: 80px;
}
.re_services .radio-div label .pri_cont{
    position: relative;
    margin-left: 10px;
}
.re_services .radio-div label .pri_cont .price{
    display: flex;
    margin-top: 20px;
}
.re_services .radio-div label .pri_cont .price h2{
    font-size: 50px;
    font-weight: bold;
}
.re_services .radio-div label .pri_cont .price p{
    font-size: 12px;
}
.re_services .radio-div label .pri_cont .price_time{
    margin-top: 30px;
    text-align: left;
    padding: 10px 40px 0 0 ;
    font-size: 16px;
}
.tab_content .tab_panel button{
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tab_content .tab_panel button:hover{
    box-shadow: #9c64a7 0px 3px 5px;
    transform: translateY(-3px);
}

    /* 底部 */
    footer{
        width: 100%;
    }
    footer .series_all_img{
        width: 90%;
    }
    footer .series_all_img ul{
        width: 100%;
        height: 100px;
    }
    footer .series_all_img li{
        list-style: none;
        height: 100%;
        padding-right: 20px;
    }
    footer .series_all_img li img{
        width: 200px;
        height: 100px;
    }
    .track_box .track_content form{
        width: 450px;
        height: 200px;
        background: #9c64a7;
        border-radius: 50px;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
    }
    .track_box .track_content form p{
        font-size: 22px;
        margin-top: 20px;
    }
    .track_box .track_content form input{
        font-size: 22px;
        padding: 0 10px;
        width: 400px;
        height: 50px;
        border-radius: 10px;
        margin-top: 15px;
    }
    .track_box .track_content form .track_btn{
        font-size: 22px;
        width: 120px;
        height: 40px;
        margin-top: 15px;
    }
    footer .copy_right{
        width: 100%;
        border-radius: 25px 25px 0 0;
    }
    footer .copy_right ul {
        flex-wrap: wrap; /* 允许flex项换行 */
        padding-top: 20px;
    }
    footer .copy_right ul li {
        flex: 1 1 calc(50% - 20px);
        box-sizing: border-box;
        text-align: center;
        padding: 5px 0;
    }
    footer .copy_right ul li a{
        padding: 0 5px;
        font-size: 16px;
    }
    footer .copy_right img{
        padding: 10px 0;
    }
    footer .copy_right .copy_address{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
        font-size: 16px;
    }
    footer .copy_right .copy_address .copy_f{
        margin-top: 20px;
    }

    .alert{
        width: 80%;
    }
    .alert_title{
        font-size: 30px;
        
    }
    

}
@media screen and (max-width: 431px){
    header .user_nav {
        display: flex;
    }
    header .user_nav .login{
        margin-right: 5px;
    }
    header .user_nav a{
        font-size:16px;
    }
header .user_nav i img{
    width: 35px;
    margin-right: 5px;
}
    header .main_nav a{
        font-size: 18px;
        padding: 8px 5px;
    }
    header .logo {
        width: 40%;
    }
    .content{
        width: 100%;
    }
    #section1 .big_logo{
        background-color: #9c64a7; 
        width: 100%;
        position: relative;
    }
    #section1 .big_l img{
        width: 30%;
        padding-top: 150px;
    }
    .big_bot{
        width: 80%;
    }
    .content #section1 .big_logo .big_f .falling-image:nth-child(1) { animation-delay: 0s; top: 0; width:8.5%; }
    .content #section1 .big_logo .big_f .falling-image:nth-child(2) { animation-delay: 0.2s; top: 0;width:10%;  } 
    .content #section1 .big_logo .big_f .falling-image:nth-child(3) { animation-delay: 0.4s; top: 0;width:8.5%;  }
    .content #section1 .big_logo .big_f .falling-image:nth-child(4) { animation-delay: 0.6s; top: 0; width:10.5%; } 
    .content #section1 .big_logo .big_f .falling-image:nth-child(5) { animation-delay: 0.8s; top: 0; width:9%; }  
    .content #section1 .big_logo .big_f .falling-image:nth-child(6) { animation-delay: 1s; top: 0;width:11%;  }
    .content #section1 .big_logo .big_f .falling-image:nth-child(7) { animation-delay: 1.2s; top: 0; width:10.5%; } 
    .content #section1 .big_logo .big_f .falling-image:nth-child(8) { animation-delay: 1.4s; top: 0; width:5.5%; } 
    #section1 .big_f img{
        padding:0 2px;
    }
    .title h2{
        font-size: 32px;
    }
    .about_text h2{
        font-size: 32px;
    }
    .title p{
        font-size:16px;
    }


    section{
        padding-top: 60px;
    }
    /* 博客 */
    #section2{
        width: 100%;
    }
    #section4 .container1 ul{
        list-style: none;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    #section4 .container1 ul li{
        width: 100%;
        height: 25%;
        text-align: center;
        display: flex;
        flex-direction: column;
        position: relative;
        padding-bottom: 15%;
        margin: 10px 0;
    }
    #section4 .container1 ul li img{
        width: 80%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
        z-index: 10;
        /* 设置transform的过渡 */
        transition: transform 0.35s;
        position: relative;
    }
    #section4 .container1 ul li .text{
        width:80%;
        height: 40px;
        color: #6e60a8;
        padding: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        z-index: 99;
        position: relative;
        bottom: 0;
    }
    #section4 .container1 ul li .text h3{
        color: #6e60a8;
        font-size: 24px;
        width: 100%;
    }
    #section4 .container1 ul li span{
        width: 100%;
    }
    #section4 .container1 ul li .text a{
        /* bottom: 0;
        top: 0;
        margin-top: auto;
        margin-bottom: auto; */
        background-color: #9c64a7;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    /* #section4 .container1 ul li a:hover{
        box-shadow: #9c64a7 0px 3px 5px;
        transform: translateY(-3px);
    }
    #section4 .container1 ul li:hover img{
        transform: scale(0.45);
        border-radius: 50%;
        border: 15px solid rgba(255,255,255,0.25);
    }
    #section4 .container1 ul li:hover .text{
        transform: scale(1);
        opacity: 1;
    } */


    /* 关于我们about_me */
    /* #section3 {
        width: 100%;
        height: auto;
        padding-bottom: 60px;
    }
    #section3 .about_me {
        width: 100%;
        height: 180px;
        background-size: 30%;
    }
    #section3 .about_me .about_me_img{
        width: 25%;
        height: 90%;
        background-size: 110%;
        left: 10px;
        border-radius: 20px;
    }
    #section3 .about_me .about_content{
        width: 75%;
    }
    #section3 .about_me .about_content h2{
        font-size: 3.5vw;
        padding: 5% 0 5px 5px;
    }
    #section3 .about_me .about_content p{
        display: inline-block;
        text-align: left;
        padding: 5% 5% 0px 5%;
        color: #555555;
        font-size: 2vw;
    } */


    /* 公司介绍 */
    /* #section3 .company {
        width: 100%;
    }
    #section3 .company .company_content{
        width: 100%;
        height: 140px;
        font-size: 16px;
        background-size: 25%;
        background-image: url('../img/guanyu_2.png');
        background-repeat: no-repeat;
        background-position: right bottom 0;
    }
    #section3 .company .company_left {
        width: 100%;
        margin-top: 0px;
    }
    #section3 .company .company_left .p2 {
        width: 100%;
        margin-top: 10px;
    }
    #section3 .company .company_left p {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        font-size: 2vw;
    }
    #section3 .company .company_center {
        width: 25%;
        height: 70%;
        display: none;
    }
    #section3 .company .company_right p{
        font-size: 2.5vw;
        position: absolute;
        right: 3%;
        top: 20px;
        display: none;
    } */

    /* 我们的使命 */
    #section3 .us_mission{
        width: 100%;
        padding-top: 0px;
    }
    #section3 .us_mission .mission {
        width: 200px;
        height: 200px;
    }
    #section3 .us_mission .mission {
        width: 200px;
        height: 200px;
    }
    #section3 .us_mission .mission .circle {
        width: 200px;
        height: 200px;
    }
    #section3 .us_mission .mission .circle h1{
        font-size: 18px;
    }
    #section3 .us_mission .mission .circle p{
        font-size: 12px;
    }
    #section3 .us_mission .mission .circle .text_{
        font-size: 12px;
    }
    #section3 .us_mission .mission  .text{
        width: 100%;
        padding-top: 10px;
    }
    .mission_bxo {
        width: 100%;
        height: 400px;
        position: relative;
        top: 100px;
    }
    .mission_bxo .mission_inner {
        width: 200px;
        height: auto;
        margin: 0 auto;
    }
    .mission_bxo .mission_inner .mission_img {
        position: absolute;
        transition: 0.3s;
    }
    .mission_bxo #last {
        transform: translateX(-200px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    .mission_bxo #first {
        transform: translateX(0px) scale(1.5);
        z-index: 99;
        opacity: 1;
    }
    .mission_bxo #second {
        transform: translateX(200px) scale(0.5);
        z-index: 9;
        opacity: 1;
    }
    #section3 .us_mission .mission .circle .main_txt{
        padding: 0 5px;
    }
    #section3 .us_mission .mission .circle .main_txt h2{
        font-size: 15px;
    }
    #section3 .us_mission .mission .text h1{
        font-size: 20px;
    }
    /* 轮播图部分 */
    .Fs_Mos{
        width: 100%;
        height: auto;
        padding-bottom: 0px;
    }
    .Fs_img {
        width: 100%;
        height: 300px;
        position: relative;
        top: 60px;
    }
    .Fs_img .inner {
        width: 100%;
    }
    .Fs_img .inner .img img {
        width: 75%;
        height: 100%;
    }

    /* 联系我们 */
    #section4 .contact_us{
        width: 100%;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .contact_us .bubbles_input{
        width: 100%;
        height: 500px;
        position: relative;
    }
    /* 联系我们表单 */
    .contact_us .bubbles_input .information_input{
        max-width: 60%;
        min-width: 300px;
    }
    .contact_us .bubbles_input .information_input .txt{
        margin: 10px 0;
        width: 100%;
    }
    .contact_us .bubbles_input .information_input .txt label{
        font-size: 16px;
    }
    .contact_us .bubbles_input .information_input .txt input,select{
        font-size: 18px;
        margin-top: 2px;
    }
    .contact_us .bubbles_input .information_input .contact_btn{
        font-size: 20px;
    }
    .contact_us .bubbles_input .yes{
        width: 100%;
        padding: 5px 20px;
        font-size: 12px;
    }

    /* 加入我们 */
    #section4 .join_us{
        width: 100%;
        padding-bottom: 120px;
    }
    .join_content{
        width: 100%;
        margin-top: 20px;
    }
    .join_f{
        position: relative;
        width: 70%;
        padding-bottom: 20%;
    }
    figure{
        position: relative;
        margin: 10px 1%;
        width: 100%;
        height: 25%;
        border-radius: 20px;
    }
    figure .box figcaption{
        color: #fff;
        width: 100%;
    }
    figure img{
        width: 100%;
    }
    .join_txt{
        width: 70%;
        position: absolute;
        left: 0;
    }
    .join_txt h2{
        font-size: 22px;
        text-align: left;
    }
    .join_txt p{
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 9;
    }
    figure a{
        position: absolute;
        left: 60%;
        font-size: 16px;
        cursor: pointer;
        display: block;
        background-color: #9c64a7;
        color: #fff;
        text-decoration: none;
        padding: 5px 20px;
        border-radius: 20px;
        margin-top: 8px;
    }

    /* 快速侧价 */
   
#section4 .check_piece{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;
    border-radius: 20px;
}

#section4 .check_piece .tab_container{
    width: 100%;
    height: 1200px;
    margin: 0 auto;
    position: relative;
}
.tab_title{
    align-items: center;
    position: absolute;
    left: 20px;
    color: #ffffff;
    background-color: #9c64a7;
    cursor: pointer;
    font-size: 20px;
    list-style: none;
    line-height: 50px;
    padding: 0 15px;
}

.tab_content .tab_panel{
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
}
.tab_content .tab_panel .for_left p{
    color: #555555;
    text-align: left;
    font-size: 22px;
    width: 80%;
    display: none;
}
.tab_content .tab_panel .for_left{
    position: relative;
}
.tab_content .tab_panel .txt_left img{
    width: 40%;
    display: none;
}
.tab_content .tab_panel .for_left .txt{
    width: 80%;
    background: #ffffff;
    border: 1px solid #555555;
    padding: 5px 18px;
    border-radius: 10px;
    margin-top: 10px;
}
.tab_content .tab_panel .for_left .unit{
    display: flex;
}
.tab_content .tab_panel .for_left .unit .len_l{
    width: 90%;
}
.tab_content .tab_panel .for_left .unit .len_r{
    align-items: center;
    display: flex;
}
.tab_content .tab_panel .for_left .unit .len_r select{
    font-size: 20px !important;
}
.tab_content .tab_panel .for_left .txt label{
    display: block;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
}
.tab_content .tab_panel .for_left .txt input{
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 24px;
    margin-top: 6px;
}

.check_btn{
    position: absolute;
    bottom: -45px;
    width: 80%;
    right: 0;
    left: 0;
    font-size: 18px;
}
.tab_content .tab_panel .for_right{
    position: relative;
    top: 75px;
}

.tab_content .tab_panel .for_right .view_result{
    width: 95%;
    height: 500px;
    background: #c7d1ea;
    border-radius: 20px;
    position: relative;
    align-items: center;
    text-align: center;
}
.tab_content .tab_panel .for_right  p.for_right_title{
    color: #6e60a8;
    font-size: 22px;
    padding: 10px 0;
}

.view_result ul.result_title{
    justify-content: center;
    width: 80%;
    display: flex;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #9c64a7;
}
.view_result ul.result_title li{
    font-size: 18px;
    list-style: none;
    line-height: 38px;
    padding: 0 17px;
    margin: 2px 2px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.view_result ul.result_title li.result_active{
    color: #ffffff;
    background-color: #9c64a7;
    border-radius: 20px;
}
.view_result ul.result_title li::before{
    content: '';
    display: block;
    width: 0;
    height: 4px;
    position: absolute;;
    bottom: -2px;
    left: 50%;
    transition: all .3s;
}
.view_result ul.result_title li:hover:before,
.view_result ul.result_title li.result_active:before{
    width: 100%;
    left: 0;
}
.view_result .result_content .result_panel{
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 80px;
}
.view_result .result_content .result_show{
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
}

.view_result .result_content .result_panel .re_services{
    width: 100%;
    height: 400px;
    overflow: auto;
}
.view_result .result_content .result_panel .re_services::-webkit-scrollbar{
    display: none;
}
.re_services .radio-div {  
    padding: 10px;  
    border-radius: 10px;
    margin: 10px;  
    cursor: pointer; 
    background: #fff;
}  
.re_services .radio-div label {  
    cursor: pointer;  
    position: relative;  
    padding-left: 10px;  
    margin-right: 20px;  
    line-height: 20px;  
    display: flex;
}
.re_services .radio-div label img{
    width: 70px;
}
.re_services .radio-div label .pri_cont{
    position: relative;
    margin-left: 0px;
    width: 70%;
}
.re_services .radio-div label .pri_cont .price{
    display: flex;
    margin-top: 15px;
}
.re_services .radio-div label .pri_cont .price h2{
    font-size: 40px;
    font-weight: bold;
}
.re_services .radio-div label .pri_cont .price p{
    font-size: 12px;
    margin-right: 30px;
}
.re_services .radio-div label .pri_cont .price_time{
    margin-top: 30px;
    text-align: left;
    padding: 10px 40px 0 0 ;
    font-size: 16px;
}

.tab_content .tab_panel button{
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tab_content .tab_panel button:hover{
    box-shadow: #9c64a7 0px 3px 5px;
    transform: translateY(-3px);
}

    /* 底部 */
    footer{
        width: 100%;
    }
    footer .series_all_img{
        width: 90%;
    }
    footer .series_all_img ul{
        width: 100%;
        height: 100px;
    }
    footer .series_all_img li{
        list-style: none;
        height: 100%;
        padding-right: 20px;
    }
    footer .series_all_img li img{
        width: 200px;
        height: 100px;
    }
    .track_box .track_content form{
        width: 350px;
        height: 200px;
        background: #9c64a7;
        border-radius: 50px;
        position: relative;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
    }
    .track_box .track_content form p{
        font-size: 22px;
        margin-top: 20px;
    }
    .track_box .track_content form input{
        font-size: 22px;
        padding: 0 10px;
        width: 300px;
        height: 50px;
        border-radius: 10px;
        margin-top: 15px;
    }
    .track_box .track_content form .track_btn{
        font-size: 22px;
        width: 120px;
        height: 40px;
        margin-top: 15px;
    }
    footer .copy_right{
        width: 100%;
        border-radius: 25px 25px 0 0;
    }
    footer .copy_right ul {
        flex-wrap: wrap; /* 允许flex项换行 */
        padding-top: 20px;
    }
    footer .copy_right ul li {
        flex: 1 1 calc(50% - 20px);
        box-sizing: border-box;
        text-align: center;
        padding: 5px 0;
    }
    footer .copy_right ul li a{
        padding: 0 5px;
        font-size: 16px;
    }
    footer .copy_right img{
        padding: 10px 0;
    }
    footer .copy_right .copy_address{
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
        font-size: 16px;
    }
    footer .copy_right .copy_address .copy_f{
        margin-top: 20px;
    }
    .alert{
        width: 80%;
    }
    .alert_title{
        font-size: 20px;
        line-height: 50px;
    }
    .company .text_m p{
        font-size: 16px;
    }
}