/*联系我们*/
* {
    margin: 0;
    padding: 0;
}
body{
    background-color: ;
}
ul, li {
    list-style: none;
}
.big-row-message textarea{
    max-height:84px;
    max-width: 620px;
}
.contact-us-cont {
    background-color: #eee;
    width: 100%;
}

.contact-big-img {
    width: 100%;
    max-height: 550px;
    overflow: hidden;
}

.contact-big-img img {
    width: 100%;
}

.contact-us-words {
    position: absolute;
    width: 520px;
    top: 190px;
    left: 50%;
    margin-left: -260px;
    z-index: 999;
    text-align: center;
    color: #eee;
}

.contact-us-words h5, .contact-us-words h5 {
    font-weight: normal;
}

.contact-us-words h4 {
    font-size: 40px;
    margin-bottom: 28px;
}

.contact-us-words h5 {
    font-size: 25px;
}

.map-position {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    margin-top: -150px;
    margin-bottom: 40px;
    box-shadow: 0 3px 3px #ccc;
}

.map-position img {
    width: 100%;
}

.wei-xin-section {
    color: #3e4750;
    background-color: #fff;
    width: 1200px;
    height: 195px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 85px;
    box-shadow: 0 3px 3px #ccc;
}

.contact-methods {
    float: left;
    width: 440px;
    margin-left: 20px;
}

.contact-methods li {
    margin-bottom: 25px;
}

.wei-xin-pic {
    float: left;
    width: 200px;
    margin-left: 20px;
    margin-top: -15px;
    text-align: center;
}

.contact-information {
    float: right;
    margin-right: 20px;
    text-align: right;
    width: 460px;
}

.contact-information li {
    margin-bottom: 25px;
}

.user-messages {
    width: 1200px;
    height: 480px;
    margin: 0 auto;
    margin-bottom:40px;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 3px #ccc;
}

.user-messages h3 {
    font-size: 30px;
    color: #303841;
    padding-top: 40px;
}

.message-form {
    width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

.row-message {
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
}

.row-message div {
    width: 280px;
    height: 48px;
    margin-left: 90px;
    padding-top: 1px;
    float: left;
    border: 1px solid #eee;
}

.row-message div:first-child {
    margin-left: 0;
}

.row-message div label {
    display: block;
    float: left;
    width: 60px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 48px;
    color:#999;
}

.row-message div input {
    display: block;
    float: left;
    line-height: 46px;
    height: 46px;
    width: 175px;
    border: none;
    outline: none;
}

.big-row-message {
    width: 620px;
    height: 108px;
    border: 1px solid #eee;
    padding: 15px;

}

.user-messages h3 {
    font-weight: normal;
    font-size: 30px;
    color: #303841;
}

.big-row-message p {
    color:#999;
    text-align: left;
    margin-bottom: 5px;
}

.big-row-message textarea {
    height: 80px;
    width: 100%;
    border: none;
    padding-top: 5px;
}

.message-submit-btn {
    display: block;
    float: left;
    margin-top: 20px;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #d72323;
    border: none;
    color: #fff;
    cursor: pointer;
}