/*关于我们*/
.about{
    text-align: center;
    padding: 38px 0 38px 0;
}
.about .about_ch{
    font-size: 22px;
    color: rgb(26, 26, 26);
}
.about .about_en{
    font-size: 14px;
    color: rgb(128, 128, 128);
}
#robot{
    border: 1px solid #e6e6e6;
    padding-bottom: 45px;
}
.rob{
    width: 363px;
    height: 383px;
    margin-left: 15px;
    margin-right: 20px;
    vertical-align: top;
}
.fy_title{
    font-size: 20px;
}
.fy_title img{vertical-align: middle;}
#robot ul{
    display: inline-block;
    margin-top: 35px;
}
#robot ul li{
    width: 760px;
}
#robot ul li:first-child~li{
    margin-top: 50px;
}
#robot ul li p{
    font-size: 15px;
    color: #7f7f7f;
    line-height: 30px;
    text-align: justify;
    padding-left: 23px;
}
/*地图*/
#container{
    margin-bottom: 80px;
    border: 1px solid #cccccc;
    height: 445px;
}
.amap-marker-label{
    border: 1px solid #9f9f9f;
}
#add{
    margin-bottom: 80px;
}
.d1{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #fe6807 url("../img/d1.png") center no-repeat;
    margin-right: 5px;
}
#add li{
    height: 33px;
    width: 320px;
    font-size: 16px;
    color: rgb(77, 77, 77);
    float: left;
    margin-right: 53px;
}
#add li:nth-child(4n){margin-right: 0;}
#add li span{
    position: relative;
    height: 33px;
    bottom:10px;
}
.d2{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #54b7f6 url("../img/d2.png") center no-repeat;
    margin-right: 5px;
}
.d3{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #88b925 url("../img/d3.png") center no-repeat;
    margin-right: 5px;
}
.d4{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #f05f48 url("../img/d4.png") center no-repeat;
    margin-right: 5px;
}








