body {
    background: #ffffff;
}
.banner {
    padding-top: 160px;
    color: #ffffff;
    background: url('../images/contact/5.jpg') no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 440px;
}
.banner p {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
.content {
    width: 100%;
    padding-bottom: 50px;
}
.content .red_div {
    height: 50px;
    width: 10px;
    margin: 0 auto;
    margin-top: -25px;
    background: #d4181c;
}
.content p.name {
    margin-top: 45px;
    font-size: 50px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}
.content .width_1050 {
    width: 1050px;
    margin: 0 auto;
}
.content .img_box {
    margin-top: 20px;
}
.content .img_box.en {
    width: 1200px;
}
.content .img_box dl {
    padding: 50px 0;
    border-bottom: 1px solid #999999;
}
.content .img_box dl:last-child {
    border-bottom: none;
}
.content .img_box dl dd {
    float: left;
    width: 540px;
}
.content .img_box dl dt {
    float: left;
    width: 510px;
    padding-left: 60px;
}
.content .img_box.en dl dt {
    width: 660px;
}
.content .img_box dl dt>p {
    font-size: 16px;
    color: #222222;
    line-height: 28px;
}
.content .img_box dl dt .company_name {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-top: 15px;
    padding-bottom: 11px;
}
.content .img_box dl dt div {
    font-size: 16px;
    color: #222222;
    line-height: 27px;
    overflow: hidden;
}
.content .img_box dl dt div span {
    width: 125px;
    float: left;
}
.content .img_box dl:last-child dt div span {
    width: 200px;
}
.content .img_box dl dt div p {
    width: 475px;
    float: left;
}
.content .img_box dl:last-child dt div p {
    width: 400px;
}
.content .img_box dl dt .contact_people {
    font-weight: bold;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 3px;
    color: #222222;
}
.content .img_box dl dt p a {
    color: #1470cc;
}
.content .img_box dl dt p a:hover {
    text-decoration: underline;
}