.contact {
    background: RGBA(250, 250, 250, 1);
}

.contact .innerNav .r {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.contact .innerNav .r .pic {
    border-radius: 5px;
}

.contact .box1 {
    padding: 90px 0 140px;
}

.contact .box1 .icon img {
    display: block;
    width: 83px;
}

.contact .box1 .box-c {
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
}

.contact .box1 .box-c .l {
    width: 45%;
}

.contact .box1 .box-c .l li:not(:last-child) {
    margin-bottom: 58px;
}

.contact .box1 .box-c .l .li-title {
    font-weight: bold;
    font-size: 24px;
    color: #EB6622;
    line-height: 1;
}

.contact .box1 .box-c .l .items {
    margin-top: 28px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.contact .box1 .box-c .l .items .iconfont {
    color: rgba(204, 204, 204, 1);
}

.contact .box1 .box-c .l .social {
    margin-top: 20px;
}

.contact .box1 .box-c .l .social a {
    background-color: rgba(234, 234, 234, 1);
    color: rgba(153, 153, 153, 1);
    border-color: rgba(234, 234, 234, 1);
}

.contact .box1 .box-c .l .social a:hover {
    background-color: #EB6622;
    border-color: #EB6622;
    color: #fff;
}

.contact .box1 .box-c .l .attention-text {
    margin-top: 100px;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
}

.contact .box1 .box-c .r {
    width: 50%;
}

.contact .box1 .box-c .r .r-title {
    font-weight: bold;
    font-size: 18px;
    color: #231F20;
    line-height: 1;
}

.contact .box1 .box-c .r form {
    margin-top: 30px;
}

.contact .box1 .box-c .r form .input {
    display: block;
    padding: 0 26px;
    display: flex;
    background: #FFFFFF;
    border-radius: 5px;
    align-items: center;
}

.contact .box1 .box-c .r form .input:not(:last-child) {
    margin-bottom: 20px;
}

.contact .box1 .box-c .r form .input label {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    margin-right: 17px;
}

.contact .box1 .box-c .r form .input label span {
    color: rgba(239, 16, 16, 1);
}

.contact .box1 .box-c .r form .input input,
.contact .box1 .box-c .r form .input textarea {
    flex: 1;
    width: 100%;
    height: 100%;
    font-weight: 400;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-family: Arial;
    height: 66px;
    resize: none;
}

.contact .box1 .box-c .r form .input.textarea {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact .box1 .box-c .r form .input.textarea textarea {
    height: 100px;
}

.contact .box1 .box-c .r form .submit {
    margin-top: 40px;
    display: block;
    width: 160px;
    line-height: 66px;
    background: #EB6622;
    box-shadow: 5px 9px 30px 0px rgba(235, 102, 34, 0.3);
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

@media (max-width:1199px) {
    .contact .box1 .icon img{
    width: 68px;}
    .contact .box1 {
        padding: 80px 0;
    }

    .contact .box1 .box-c .l .attention-text,
    .contact .box1 .box-c {
        margin-top: 45px;
    }

    .contact .box1 .box-c .l li:not(:last-child) {
        margin-bottom: 45px;
    }

    /* .contact .innerNav .r {
        display: none;
    } */
}

@media (max-width:1024px) {
    .contact .box1 .box-c .l .li-title {
        font-size: 22px;
    }

    .contact .box1 .box-c .l .items {
        font-size: 16px;
        margin-top: 15px;
    }

    .contact .box1 {
        padding: 70px 0;
    }

    .contact .box1 .box-c .l .attention-text,
    .contact .box1 .box-c {
        margin-top: 40px;
    }

    .contact .box1 .box-c .l li:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .contact .box1 .box-c .l .items{
    margin-top: 7px;}
    .contact .box1 .box-c .l .social{
    margin-top: 10px;}
    .contact .box1 .box-c .r{
    width: 100%;
margin-top: 50px;}
    .contact .box1 .box-c .l{
    width: 100%;}
    .contact .box1 .box-c{
    flex-direction: column;}
    .contact .box1 .icon img{
    width: 49px;}
    .contact .box1 {
        padding: 60px 0;
    }

    .contact .box1 .box-c .l .attention-text,
    .contact .box1 .box-c {
        margin-top: 30px;
    }

    .contact .box1 .box-c .l li:not(:last-child) {
        margin-bottom: 30px;
    }
    .contact .box1 .box-c .r form .input input, .contact .box1 .box-c .r form .input textarea{
    height: 50px;font-size: 14px;}
    .contact .box1 .box-c .r form .input label{
    font-size: 14px;}
    .contact .box1 .box-c .r form .submit{
    line-height: 50px;font-size: 14px;margin-top: 30px;}
    .contact .box1 .box-c .l .li-title{
    font-size: 20px;}
    .contact .innerNav .r{
    width: 60%;}
}

@media (max-width: 500px) {
    
    .contact .box1 {
        padding: 50px 0;
    }

    .contact .box1 .box-c .l .attention-text,
    .contact .box1 .box-c {
        margin-top: 25px;
    }

    .contact .box1 .box-c .l li:not(:last-child) {
        margin-bottom: 25px;
    }
}