/*内容*/
.about-content{
    background: url("../img/about-bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.about-content>.my-container{
    padding: 80px 0 120px;
}

.about-content>.my-container>div{}
.about-content>.my-container>div:first-child{
    margin-bottom: 100px;
}
.about-content>.my-container>div>.title{
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 50px;
}
.about-content>.my-container>div>.title>b{
    font-weight: normal;
    padding: 0 50px;
}
.about-content>.my-container>div>.content{
    text-align: justify;
    font-size: 30px;
    text-indent: 60px;
    line-height: 50px;
}
.about-content>.my-container>div>.map-container{
    position: relative;
}
.about-content>.my-container>div>.map-container>.contact{
    font-size: 26px;
    width: 400px;
    position: absolute;
    right: 18px;
    bottom: -40px;
}
.about-content>.my-container>div>.map-container>.contact>ul>li{
    margin-bottom: 18px;
}
.about-content>.my-container>div>.map-container>.contact>ul>li>i{
    float: left;
    width: 42px;
    height: 42px;
    vertical-align: middle;
}
.about-content>.my-container>div>.map-container>.contact>ul>li>i.phone{
    background: url("../img/icon-phone-red.png") no-repeat;
}
.about-content>.my-container>div>.map-container>.contact>ul>li>i.qq{
    background: url("../img/icon-qq.png") no-repeat;
}
.about-content>.my-container>div>.map-container>.contact>ul>li>i.mail{
    background: url("../img/icon-mail.png") no-repeat;
}
.about-content>.my-container>div>.map-container>.contact>ul>li>i.map{
    background: url("../img/icon-map.png") no-repeat;
}
.about-content>.my-container>div>.map-container>.contact>ul>li>span{
    float: right;
    width: 350px;
}