body {
    background: #ffffff;
}
.banner {
    padding-top: 160px;
    color: #ffffff;
    background: url('../images/sales-network/8.jpg') no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 440px;
}
.banner p {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.content {
    width: 100%;
    padding-bottom: 100px;
}
.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_640 {
    width: 640px;
    margin: 0 auto;
}
.content .width_1050 {
    width: 1050px;
    margin: 0 auto;
}
.content .items .text {
    margin-top: 30px;
    font-size: 16px;
    color: #777777;
    line-height: 28px;
}
.content .img_box {
    margin-top: 40px;
}
.content .items {
    padding: 45px 0 35px;
    position: relative;
    text-align: left;
}
.content .items:first-child {
    padding-top: 60px;
    border-bottom: 1px solid #e6e6e6;
}
.content .items .area span {
    padding: 0 5px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #d4181c;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    display: inline-block;
}
.content .items .area span:first-child {
    background: #d4181c;
}
.content .items .area span:last-child {
    color: #d4181c;
    margin-left: -4px;
}

.china_map {
    width: 1000px;
    height: 700px;
    margin: 0 auto;
    margin-top: 14px;
}
.world_map {
    width: 1035px;
    height: 517px;
    margin: 0 auto;
    margin-top: 14px;
}
