.aboutTop {
    background:#fbfbfd url("/images/aboutBanner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.topContent, .midContent, .bottomContent {
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}

.topContent {
    padding:90px 0 130px;
    overflow: hidden;
}

.contentTitle {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    padding:0 0 0 20px;
    margin:0 0 20px;
    color: #333;
}

.contentTitle:before {
    content:"";
    width:4px;
    height:24px;
    background-color: #b71c22;
    position: absolute;
    left:0;
    top:9px;
}

.contentText {
    color: #333;
    line-height: 2em;
}

.topText {
    text-indent: 2em;
}

.topPhone{
    margin-top: 70px;
}

.topBadge {
    float:right;
    margin: 0 200px 0 0;
}

.aboutMid {
    background-color: #f5f5f5;
    padding:60px 0;
}

.aboutBottom {
    padding:60px 0;
}

.addressTitle {
    font-size: 18px;
    margin-bottom: 1em;
    color: #333;
}

.addressList>li {
    color: #333;
    font-size: 16px;
    margin-bottom: 1em;
}

.addressList>li:last-of-type {
    padding:0 0 0 48px;
}

/*.address {
    width:480px;
    height:286px;
    border: 2px solid #b71c22;
    margin:50px 0 0 0;
    padding:90px 0 0 74px;
    position: relative;
    float:left;
}

.addressTitle {
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 44px;
    font-weight: 400;
    width:400px;
    height:44px;
    background-color: #b71c22;
    position: absolute;
    top:-22px;
    left:40px;
}

.addressList>li {
    line-height: 2.6em;
    font-size: 16px;
    color:#333;
    padding:0 0 0 34px;
    position: relative;
}

.addressList>li:before {
    content:"";
    width:6px;
    height:6px;
    background-color: #b71c22;
    position:absolute;
    left:0;
    top:18px;
}

.addressList>li:last-of-type {
    padding:0 0 0 82px;
}

.map {
    width:600px;
    height:286px;
    float:right;
    border:2px solid #b71c22;
    margin:50px 0 0 0;
    background:#f5f5f5 url("/images/aboutMap.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/

/*移动端相关样式*/
@media screen and (max-width: 1200px) {
    .topContent, .midContent, .bottomContent{
        width: 100%;
        padding:0 30px;
    }
    
    .topContent{
        padding:90px 20px 130px;
    }
    
    .topBadge{
        margin:0 3% 0 0;
    }
}

@media screen and (max-width: 900px) {
    .topText{
        float: none;
        width: 100%;
    }
    
    .topBadge{
        float:none;
        margin:40px auto 0;
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .aboutTop{
        background: #fbfbfd url(/images/aboutBanner_m.png) no-repeat;
        background-position: right bottom;
    }
    
    .topContent{
        padding:30px;
    }
    
    .topBadge{
        margin: 20px auto 0;
    }
    
    .aboutMid, .aboutBottom{
        padding: 30px 0;
    }
    
    .contentTitle{
        padding: 0 0 0 10px;
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 600;
    }
    
    .contentTitle:before{
        height: 1em;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        top:2px;
    }
    
    .contentText{
        line-height: 25px;
    }
    
    .topPhone{
        margin-top: 20px;
    }
    
    .address {
        width:100%;
        border: 1px solid #b71c22;
        margin:40px 0 0 0;
        padding:50px 20px 30px;
        position: relative;
    }
    
    .addressTitle {
        font-size: 16px;
        color:#fff;
        text-align: center;
        line-height: 40px;
        font-weight: 400;
        width: 88%;
        height:40px;
        background-color: #b71c22;
        padding: 0 6%;
        position: absolute;
        top:-20px;
        left:6%;
        right:6%;
    }
    
    .addressList>li {
        line-height: 30px;
        font-size: 14px;
        color:#333;
        padding:0;
        margin:0;
    }
    
    .addressList>li:last-of-type {
        padding:0 0 0 42px;
    }
    
    .map {
        width:600px;
        height:286px;
        float:right;
        border:2px solid #b71c22;
        margin:50px 0 0 0;
        background:#f5f5f5 url("/images/aboutMap.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

