﻿#About {
    width:1198px;
    margin: 0 auto;
    border:1px solid #ddd;
    margin-top:5px;
}
ul li {
    list-style:none;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
#About .title {
    height:28px;
    line-height:28px;
    padding-left:10px;
    background-color:#F3F1F1;
}
#About .title>img{
    vertical-align:middle;
    margin:-2px 5px 0 0;
}
#About .title>span{
    font-size:16px;
    font-family:'Microsoft YaHei';
    font-weight:400;
    color:#666;
}
#About .aboutPhone {
    width:100%;
    overflow:hidden;
}
#About .aboutPhone>div{
    width: 568px;
    height: 315px;
    margin-left:50px;
    margin-top:60px;
    margin-bottom:50px;
    border: 1px dashed #ddd;
    display: inline-block;
    position: relative;
}
#About .aboutPhone>div>span{
    display: inline-block;
    position: absolute;
    top: -34px;
    left: 24px;
    background-color: #fff;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
#About .aboutPhone>div>span>img{
    vertical-align:middle;
}
#About .aboutPhone>.right_box{
    margin-right: 44px;
    width: 523px;
    margin-left: 0;
}
#About .left_box ul,#About .right_box ul {
    padding:34px 0 34px 88px;
}
#About .left_box ul h3,#About .right_box ul h3{
    font-size:20px;
    font-family:'Microsoft YaHei';
    color:#333;
    height:40px;
}
#About .left_box ul p,#About .right_box ul p{
    color:#666;
    font-size:16px;
    font-family:'Microsoft YaHei';
    height: 25px;
    line-height: 25px;
}
#About .mapAbout {
    padding:0 34px 0 50px;
    position:relative;
}
#About .mapAbout>span{
    position:absolute;
    top: -34px;
    left: 76px;
    background-color:#fff;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
#About .mapAbout>span>img{
    
}
#About .map_box {
    border:1px dashed #ddd;
    width:1102px;
    margin-bottom:40px;
}
#About .map_box>h3{
    height: 32px;
    font-size:20px;
    font-family:'Microsoft YaHei';
    color:#333;
    margin: 34px 88px;
}
#About .map_box>h3 b{
    font-size: 14px;
    font-weight: 400;
}
#About .map_box>img{
    margin-left: 88px;
    margin-bottom: 25px;
}