.aboutwrap {
    padding-top: 60px;
    padding-bottom: 80px;
}
.aboutwrap .content {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    height: auto;
}
.aboutwrap .content img {
    width: 100%;
    object-fit: contain;
}
.qywhphone {
    display: none;
}
/* 联系我们 */
.contactus {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 80px;
}
.contactus .left,
.contactus .right {
    flex: 1;
}
.contactus .left {
    display: flex;
    flex-direction: column;
}
.contactus .left h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.contactus .left p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 15px;
}

.contactus .right {
    height: 600px;
}

/* 消息 */
.messagewrap {
    background-color: #f6f6f6;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
}
.messagewrap h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
.messagewrap .inputwrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
} 
.messagewrap .inputwrap .input-container {
    height: 60px;
    width: calc((100% - 30px)/2);
    border: 1px solid #e1e1e1;
    margin-right: 30px;
    margin-bottom: 30px;
}
.messagewrap .inputwrap .input-container:nth-child(2n){
    margin-right: 0;
}
.messagewrap .inputwrap .input-container input {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: 0;
}
.messagewrap textarea {
    width: 100%;
    margin-top: 30px;
    outline: none;
    padding: 20px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
}
.messagewrap input[type="submit"] {
    display: block;
    width: 240px;
    height: 60px;
    background-color: #007fe8;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 0;
}


@media only screen and (max-width: 600px) {
    .aboutwrap {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .qywhweb {
        display: none;
    }
    .qywhphone {
        display: block;
    }

    .contactus {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .contactus .right {
        margin-top: 30px;
        height: auto;
    }
    .messagewrap {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .messagewrap .inputwrap {
        flex-direction: column;
    }
    .messagewrap .inputwrap .input-container {
        width: 100%;
        margin-bottom: 15px;
    }
    .messagewrap textarea{
        margin-top: 0px;
    }

}
@media only screen and (min-width: 601px) and (max-width: 1199px) {
    .aboutwrap {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .qywhweb {
        display: none;
    }
    .qywhphone {
        display: block;
    }
    .contactus {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .contactus .right {
        margin-top: 30px;
        height: auto;
    }
    .messagewrap {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .messagewrap .inputwrap {
        flex-direction: column;
    }
    .messagewrap .inputwrap .input-container {
        width: 100%;
        margin-bottom: 15px;
    }
    .messagewrap textarea{
        margin-top: 0px;
    }
}