.advertising{
    margin-top: 50px;
    background: url("../img/haibao.jpg") center no-repeat;
    background-size: 100%;
    height: 200px;
}
.contact-us {
    background: url("../img/lxwm.png") left center no-repeat;
    background-size: 20px;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 16px;
    color: #1c4a85;
}
.more-ico {
    background: url("../img/more.png") right center no-repeat;
    height: 15px;
}
.contact-way-box{
    margin-bottom: 10px;
}
.contact-way{
    border-top: 1px solid rgba(96, 96, 96, 0.25);
    margin: 20px 0;
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
}
.contact-img-box{
    padding: 0px;
    text-align: right;
}
.contact-img{
    width: 30px;
}
.contact-content{
    border-bottom: 1px solid rgba(96, 96, 96, 0.25);
    font-size: 12px;
    padding-bottom: 5px;
    width: 90%;
    line-height: 30px;
}
.instructions{
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-top: 20px;
}
.contact-way, .contact-content, .instructions{
    color: #251209;
}
.about-line{
    width: 100%;
    margin: 40px auto;
}
.table-title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.table-content table{
    margin: 0 auto;
    width: 100%;
}
.table-content table td{
    text-align: center;
    font-size: 12px;
    border: 1px solid black;
    padding: 5px;
}
.wish{
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 50px;
}