body {
    background: #f6f6f6;
}

p {
    margin: 0;
    padding: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.productlist {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 50px;
}

.contact1 {
    line-height: 26px;
    margin: 0 auto;
    width: 100%;
    color: #6c6c6c;
    overflow: hidden;
}

.contacttext {
    padding: 0 5px;
    float: left;
}

.contactmap {
    width: 530px;
    float: right;
}

.contact2 {
    background: rgba(0, 0, 0, 0) url("../images/ico4.jpg") repeat scroll 0 0;
    margin-top: 68px;
    padding: 20px 0 30px;
}

.message {
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}

.message h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
}

.message form {
    margin-top: 15px;
    overflow: hidden;
}

.message .left {
    float: left;
    width: 558px;
}

.message textarea {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    height: 310px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    resize: none;
    width: 558px;
}

.message .right p {
    margin-bottom: 20px;
}

.message .right {
    float: right;
    height: 310px;
    overflow: hidden;
    width: 432px;
}

.message .right input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    height: 16px;
    line-height: 16px;
    padding: 15px 5px;
    width: 422px;
}

.message .right input[type="submit"] {
    background: #133056 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    height: 46px;
    line-height: 32px;
    text-align: center;
    width: 432px;
}