.contact .box1 {
    padding: 85px 0;
    text-align: center;
}

.contact .box2 .zh,
.contact .box1 .zh {
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #1B74E6;
    line-height: 1;
}

.contact .box1 .en {
    font-family: Rany-Bold;
    color: #E6E6E6;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 4px;
}

.contact .box1 .box-c {
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
}

.contact .box2 .box-c .l,
.contact .box1 .box-c .l {
    width: 59.14%;
}

.contact .box1 .box-c .l {
    display: flex;
    text-align: left;
}

.contact .box1 .box-c .l-l {
    width: 75.93%;
}

.contact .box1 .box-c .l-l .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 34px;
}

.contact .box1 .box-c .l .text-title {
    font-weight: 300;
    font-size: 18px;
    color: #666666;
    line-height: 1;
    margin-bottom: 15px;
}

.contact .box1 .box-c .l-l .list .text-des {
    font-family: Rany-Bold;
    font-size: 22px;
    color: #333333;
    line-height: 1;
}
.contact .box1 .box-c .l-l .list li:nth-last-child(3),
.contact .box1 .box-c .l-l .list li:nth-last-child(2),
.contact .box1 .box-c .l-l .list li:last-child {
    grid-column: 1/3;
}

.contact .box1 .box-c .l-l .tel {
    color: #1B74E6;
}

.contact .box1 .box-c .l-l .list .text-des1 {
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.contact .box1 .box-c .l-r {
    width: 21.76%;
}
.contact .box1 .box-c .l-r .pic img{
    /* width: 100%; */
    display: block;
    max-width: 100%;
}
.contact .box1 .box-c .r {
    position: relative;
    width: 33.28%;
}

.contact .box1 .box-c .r .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
}

.contact .box2 {
    padding: 80px 0 140px;
    background: #F3F3F3;
}

.contact .box2 .zh {
    line-height: 1.66;
}

.contact .box2 .box-c {
    margin-top: 29px;
}

.contact .box2 .box-c .l {}

.contact .box2 .box-c .l .inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.contact .box2 .box-c .l .inputs .input {
    background: #FAFAFA;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    padding: 14px 22px;
    display: flex;
    align-items: flex-start;
}

.contact .box2 .box-c .l .inputs .input label {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.contact .box2 .box-c .l .inputs .input select,
.contact .box2 .box-c .l .inputs .input input,
.contact .box2 .box-c .l .inputs .input textarea {
    flex: 1;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border: none;
    outline: none;
    background: transparent;
    resize: none;
}

.contact .box2 .box-c .l .inputs .input input::placeholder,
.contact .box2 .box-c .l .inputs .input textarea::placeholder {
    color: #999999;
}

.contact .box2 .box-c .l .inputs .input.textarea {
    height: 126px;
    grid-column: 1/3;
}

.contact .box2 .box-c .l .submit {
    width: 156px;
    line-height: 60px;
    background: #1B74E6;
    border-radius: 5px;
    margin-top: 28px;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
@media (max-width:1440px) {
    .contact .box2 .box-c .l, .contact .box1 .box-c .l{
        width: 65%;
    }
    .contact .box1 .box-c .l-l .list{
        gap: 40px 27px;
    }
    .contact .box1 .box-c .l-l .list .text-des{
        font-size: 20px;
    }
}
@media (max-width:1199px) {
    .contact .box1 .box-c .r{
        display: none;
    }
    .contact .box2 .box-c .l, .contact .box1 .box-c .l{
        width: 100%;
    }
    .contact .box1,
    .contact .box2{
        padding: 80px 0;
    }
    .contact .box1 .box-c{
        margin-top: 45px;
    }
}
@media (max-width:1024px) {
    .contact .box1,
    .contact .box2{
        padding: 70px 0;
    }
     .contact .box1 .box-c{
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .contact .box1 .box-c .l-r{
        width: 100%;
    }
    .contact .box1 .box-c .l-l .list .text-des{
        font-size: 18px;
    }
    .contact .box1 .box-c .l .text-title{
        font-size: 16px;
    }
    .contact .box1,
    .contact .box2{
        padding: 60px 0;
    }
     .contact .box1 .box-c{
        margin-top: 30px;
    }
    .contact .box1 .box-c .l{
        flex-direction: column;
    }
    .contact .box1 .box-c .l-l{
        width: 100%;
    }
    .contact .box1 .box-c .l-r{
        margin-top: 25px;
    }
    .contact .box1 .box-c .l-l .list{
        gap: 25px;
    }
    .contact .box1 .box-c .l .text-title{
        margin-bottom: 10px;
    }
    .contact .box2 .box-c .l .inputs{
        grid-template-columns: repeat(1,1fr);
    }
    .contact .box2 .box-c .l .inputs .input.textarea{
        grid-column: 1/1;
    }
    .contact .box2 .box-c .l .inputs .input{
        padding: 10px 20px;
    }
    .contact .box2 .box-c .l .submit{
        line-height: 50px;
        width: 130px;
        margin-top: 24px;
    }
    .contact .box2 .box-c{
        margin-top: 24px;
    }
}
@media (max-width: 500px) {
    .contact .box2 .zh{
        font-size: 20px;
    }
    .contact .box1 .box-c .l-l .list{
        gap: 18px;
    }
    .contact .box1 .box-c .l-l .list li:nth-last-child(3),
    .contact .box1 .box-c .l-l .list li:nth-last-child(2),
    .contact .box1 .box-c .l-l .list li:last-child{
        grid-column: 1/1;
    }
    .contact .box1 .box-c .l-l .list{
        grid-template-columns: repeat(1,1fr);
    }
    .contact .box2 .box-c .l .inputs .input{
        padding: 6px 15px;
    }
    .contact .box2 .box-c .l .inputs .input label{
        font-size: 14px;
    }
    .contact .box1,
    .contact .box2{
        padding: 50px 0;
    }
     .contact .box1 .box-c{
        margin-top: 25px;
    }
    .contact .box2 .box-c .l .submit{
        line-height: 44px;
    }
}