#banner {
    width: 100%;
}

#banner img {
    width: 100%;
}

#land {
    width: 1080px;
    margin: 0 auto;

}

#nav_list {
    margin-top: 30px;
    color: #666666;
}

#nav_list a {
    text-decoration: none;
    color: #666666;
}

#main_right {
    float: right;
    width: 290px;
}


#main_right img {
    width: 100%;
}

#mian_left {
    width: 750px;
}

#land_main {
    margin-top: 30px;
}


h3 {
    line-height: 40px;
    border-bottom: 2px solid #D61718;
}

h2 {
    color: #D61718;
    line-height: 40px;
    border-bottom: 1px solid #D61718;
    box-sizing: border-box;
    padding-left: 20px;
}

#main_right img {
    margin-bottom: 20px;
}

.mas_list {
    width: 100%;
}

.mas_list span {
    display: inline-block;
    width: 70px;
}

#msg ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}

#msg ul textarea {
    width: 500px;
}

#msg ul li button {
    width: 120px;
    height: 30px;
    background-color: #D61718;
    color: #fff;
}