.main {
    background: #f6f6f6;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .banner_prc img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: right 35%;
    min-height:37vw;
}

.banner .banner_zi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_zi_cen {
    width: 810px;
    max-width: 100%;
    color: #fff;
}

.banner_zi_cen .tit {
    font-size: var(--font-size-h2);
    line-height: 1.3;
    font-family: var(--font-bold);
    color: #fff;
}

.banner_zi_cen .title {
    font-size: var(--font-size-h2);
    line-height: 1.3;
    font-family: var(--font-bold);
    color: #eda333;
}

.banner_zi_cen .text {
    margin-top: 30px;
    font-size: var(--font-size-p);
    line-height: 1.5;
    color: #c0c0c0;
    font-family: var(--font-regular);
}


.boxNew {
    width: 100%;
    position: relative;
    margin-bottom: 90px;
}

.boxNew .t {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px;
    margin-bottom: 50px;
}

.boxNew .t .title {
    font-size: var(--font-size-h2);
    line-height: 1;
    font-family: var(--font-bold);
    color: #222;
}

.boxNew .t .swiper_pv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 84px;
}

.boxNew .swiper-button-next,
.boxNew .swiper-button-prev {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #666666;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all 0.3s ease;
}

.boxNew .swiper-button-next:hover,
.boxNew .swiper-button-prev:hover {
    background: #eda333;
}



.boxNew .swiper-button-next:after,
.boxNew .swiper-button-prev:after {
    font-size: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxNew_box {
    background: #fff;
    padding: 70px 60px 55px;
    display: flex;
    justify-content: space-between;
}

.boxNew_box .l,
.boxNew_box .r {
    width: 50%;
}

.boxNew_box .l {
    border-right: 1px solid #cccccc;
    padding-right: 40px;
}

.boxNew_box .r {
    padding-left: 40px;
}

.boxNew_box .tit {
    font-size: var(--font-size-h3);
    line-height: 1.2;
    font-family: var(--font-semibold);
    color: #333;
    text-transform: uppercase;
    margin-bottom:25px;
}

.boxNew_box .text {
    font-size: var(--font-size-p);
    line-height: 1.5;
    font-family: var(--font-regular);
    color: #666666;
    margin-top: 5px;
}

.call_me {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    margin-top: 100px;
}

.call_me .l {
    width: 50%;
    display: flex;
}

.call_me .l img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.call_me .l .l_l {
    position: relative;
    width: 63.4376%;
}

.call_me .l .l_l .l_l_prc {
    height: 100%;
}

.call_me .l .l_l img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}

.call_me .l .l_l .zi {
    position: absolute;
    left: 16.1%;
    top: 50%;
    transform: translateY(-50%);
    width: 21vw;
    max-width: 100%;
    color: #fff;
   
}

.call_me .l .l_l .zi .zi_tit {
    font-size: 26px;
    line-height: 1.2;
    font-family: var(--font-bold);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.call_me .l .l_l .zi .zi_text {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--font-semibold);
    color: #fff;
}

.call_me .l .l_r {
    width: 36.5624%;
}

.call_me .r {
    width: 50%;
    padding: 50px 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.call_me .r .title {
    font-size: 32px;
    width: 100%;
    line-height: 1.5;
    font-family: var(--font-bold);
    color: #222000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.call_me .r form {
    display: flex;
    flex-direction: column;
    width: 100%;

}

.call_me .r form .input {
    margin-bottom: 20px;
}

.call_me .r form .input label {
    display: flex;
    align-items: center;
    font-family: var(--font-semibold);
    color: #222;
    font-size: 21px;
    margin-bottom: 18px;
}

.call_me .r form .input img {
    display: block;
    max-width: 24px;
    margin-right: 8px;
}

.call_me .r form .input input {
    width: 100%;
    height: 52px;
    border: 1px solid #999999;
    outline: none;
    text-indent: 1em;
}

.call_me .r form .input input::placeholder,
.call_me .r form .input textarea::placeholder {
    color: #666666;
    font-family: var(--font-semibold);
    font-family: 21px;
}

.call_me .r form .input textarea {
    width: 100%;
    padding: 1em;
    outline: none;
    height: 250px;
}

.call_me .r form .btn {
    width: 230px;
    height: 52px;
    background: #eda333;
    color: #fff;
    font-family: var(--font-semibold);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width:1500px) {
    .call_me .r {
        width: 50%;
        padding: 50px;
    }

    .call_me .l .l_l .zi .zi_tit {
        font-size: 26px;
    }

    .call_me .l .l_l .zi .zi_text {
        font-size: 19px;
    }

    .call_me .r .title {
        font-size: 26px;
    }

    .call_me .r form .input label {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .call_me {
        margin-top: 60px;
    }

    .banner_zi_cen .tit {
        font-size: 40px;
    }

    .banner_zi_cen .title {
        font-size: 40px;
    }

    .banner_zi_cen .text {
        margin-top: 18px;
        font-size: 19px;
    }



    .boxNew .t {
        padding: 0 40px;
        margin-bottom: 40px;
    }

    .boxNew_box {
        background: #fff;
        padding: 30px 25px;
    }


    .boxNew_box .text {

        line-height: 1.4;
    }
}

@media (max-width:1200px) {
    .call_me .l .l_l .zi .zi_tit {
        font-size: 20px;
    }

    .call_me .l .l_l .zi .zi_text {
        font-size: 16px;
    }

    .call_me .r .title {
        font-size: 20px;
    }

    .call_me .r form .input label {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .call_me .r {
        width: 50%;
        padding:20px 40px;
    }

    .banner_zi_cen .tit {
        font-size: 34px;
    }

    .banner_zi_cen .title {
        font-size: 34px;
    }

    .banner_zi_cen .text {
        margin-top: 15px;
        font-size: 16px;
    }


    .boxNew_box {
        background: #fff;
        padding: 30px;
    }

}

@media (max-width:960px) {
    .boxNew {
       
        margin-bottom: 50px;
    }
    .call_me .l {
        width: 100%;
        max-height: 550px;

    }

    .call_me .r {
        width: 100%;
    }

    .call_me .l .l_l {
        width: 100%;
    }

    .call_me .l .l_l .zi {
        width: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .call_me .l .l_l .zi .zi_tit {
        font-size: 20px; margin-bottom: 15px;
    }

    .call_me .l .l_l .zi .zi_text {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .boxNew_box {
        background: #fff;
        padding: 30px 20px;
    }

    .boxNew_box {
        flex-direction: column;
    }

    .boxNew_box .l {
        border-right: none;
        padding-right: 0;
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid #666666;
        margin-bottom: 30px;
    }

    .boxNew_box .r {
        padding-left: 0;
        width: 100%;
    }

    .boxNew .t {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .boxNew .t .title {
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .boxNew_box .tit {
        margin-bottom: 15px;
    }

    .boxNew_box .text {
         line-height: 1.5;
    }

    .banner_zi_cen .tit {
        font-size: 28px;
    }

    .banner_zi_cen .title {
        font-size: 28px;
    }

    .banner_zi_cen .text {
        margin-top: 13px;
        font-size: 16px;
        line-height: 1.5;
    }

    .banner .banner_prc img {
        min-height: 550px;
    }
    .banner .banner_prc {
        position: relative;
    }
    .banner .banner_zi{
        z-index: 9;
    }
    .banner_zi_cen .text{
        color: #fff;
    }
    .banner .banner_prc::before{
        z-index: 1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, rgb(0,0,0,0.6),rgb(255,255,255,0));
    }
    .prop .prop_prc img{ width:100%;}
    
    .call_me .r{ padding:20px 5%;}
    .call_me .r form .input textarea{ height:200px}
}