#contactus {
    width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #9E2630;
    font-size: 0px;
    height: 312px;
    margin-bottom: 60px;
    color: #fff;
}

#contactus img {
    width: 700px;
    float: left;
    height: 312px;
}

#contactus_right {
    display: inline-block;
    width: 400px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 20px;
}

#contactus_right h2 {
    margin-bottom: 50px;
}

#contactus_right p {
    margin-top: 20px;
}

#msg {
    width: 600px;
    margin: 0 auto;
    font-size: 0px;
}

#msg div {
    font-size: 14px;
    color: #9E2630;
}

#msg div input {
    width: 178px;
    border: 0px;

}

.form_left {
    float: left;
    width: 288px;
    border: 1px solid #ccc;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 5px 10px;
}

.form_right {
    float: right;
    width: 288px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px 10px;
}

textarea {
    width: 600px;
    border: 1px solid #ccc;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 14px;
    color: #9E2630;
}

#textarea button {
    width: 240px;
    height: 30px;
    border: 0px;
    background-color: #9E2630;
    color: #fff;
    margin-bottom: 60px;
    margin-top: 5px;
}