.contact .box1 {
    padding: 120px 0;
    background-color: RGBA(248, 248, 248, 1);
}

.indexTitle .zh {
    font-weight: bold;
}

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

.contact .box1 .box-c .l {
    padding-top: 10px;
    width: 30%;
    padding-right: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.contact .box1 .box-c .l li:not(:last-child) {
    margin-bottom: 20px;
}
.contact .box1 .box-c .l .name{
    font-weight: bold;
    font-size: 18px;
    color: #222222;
}
.contact .box1 .box-c .l .tel{
    color: rgba(34, 34, 34, 1);
    font-family: Rany-Bold;
    margin-top: 5px;
}
.contact .box1 .box-c .l .text-des{

}
.contact .box1 .box-c .r{
    flex: 1;
}
.contact .box1 .box-c .r .pic img{
    display: block;
    width: 100%;
}
.contact .box2{
    padding: 120px 0 130px;
}
.contact .box2 .l{
    width: 27.14%;
}
.contact .box2 .l .title{
    font-weight: 300;
    color: #222222;
    line-height: 1;
}
.contact .box2 .box-c{
    display: flex;
    justify-content: space-between;
}
.contact .box2 .l .des{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 17px;
}
.contact .box2 .r{
    width: 70%;
}
.contact .box2 .r .inputs{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.contact .box2 .r .inputs .input{
    height: 70px;
    border: 1px solid #DEDEDE;
}
.contact .box2 .r .inputs .textarea textarea,
.contact .box2 .r .inputs .input input{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 17px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    border: none;
    outline: none;
}
.contact .box2 .r .inputs .textarea textarea{
    resize: none;
}
.contact .box2 .r .inputs .textarea.textarea{
    height: 240px;
    grid-column: auto / span 3;
}
.contact .box2 .r .inputs .textarea textarea::placeholder,
.contact .box2 .r .inputs .input input::placeholder{
    color: #666666;
    font-family: Arial;
}
.contact .box2 .r .submit{
    width: 320px;
    max-width: 100%;
    line-height: 70px;
    text-align: center;
    background: #222222;
    font-weight: 400;
    font-size: 16px;
    color: #F4F4F4;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 5px;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .contact .box2,
    .contact .box1{
        padding: 90px 0;
    }
    .contact .box1 .box-c{
        margin-top: 45px;
    }
    .contact .box1 .box-c .l{
        padding-top: 0;
        width: 32%;
        padding-right: 25px;
    }
    .contact .box1 .box-c .l li:not(:last-child){
        margin-bottom: 10px;
    }
}
@media (max-width: 1024px) {
    .contact .box1 .box-c .l li:not(:last-child){
        margin-bottom: 0;
    }
    .contact .box2,
    .contact .box1{
        padding: 80px 0;
    }
    .contact .box1 .box-c{
        margin-top: 40px;
        flex-direction: column;
    }
    .contact .box1 .box-c .l{
        width: 100%;
        padding-right: 0;
    }
    .contact .box1 .box-c .l .list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 25px;
    }
    .contact .box1 .box-c .r{
        margin-top: 40px;
    }
    .contact .box2 .box-c{
        flex-direction: column;
    }
    .contact .box2 .l{
        width: 100%;
    }
    .contact .box2 .r{
        width: 100%;
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .contact .box2 .r{
        margin-top: 35px;
    }
    .contact .box1 .box-c .r{
        margin-top: 35px;
    }
    .contact .box2,
    .contact .box1{
        padding: 70px 0;
    }
    .contact .box1 .box-c{
        margin-top: 35px;
    }
    .contact .box1 .box-c .l .list{
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
    .contact .box2 .r .inputs{
        grid-template-columns: repeat(1,1fr);
    }
    .contact .box2 .r .inputs .textarea.textarea{
        grid-column: auto / span 1;
    }
    .contact .box2 .r .inputs .input{
        height: 50px;
    }
    .contact .box2 .r .inputs .textarea.textarea{
        height: 160px;
    }
    .contact .box2 .r .submit{
        line-height: 50px;
    }
}
@media (max-width: 500px) {
    .contact .box2 .r{
        margin-top: 30px;
    }
    .contact .box2,
    .contact .box1{
        padding: 60px 0;
    }
    .contact .box1 .box-c .r,
    .contact .box1 .box-c{
        margin-top: 30px;
    }
}