
.companyDevelopment {
    width: 77.08%;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 90px;
    /* box-shadow: 0px 3px 29px 0px rgba(91,86,85,0.16); */
}
.mapBox {
    background: #fff;
    padding:10px;
    box-shadow: 0px 3px 29px 0px rgba(91,86,85,0.16);
}
#mapContainer{
    width: 100%;
    padding: 10px;
    height: 725px;
    border:3px solid rgb(6,143,31);
    /* background:url('../../img/maps.jpg') */
}
.mapBg {
    width: 100%;
    height: 100%;
    /* background:url('../../img/maps.jpg') no-repeat 100% 100%; */
    /* background-size: cover */
}
.lines-address {
    margin-top: 7px;
}
.tips{
    height:17px;
    font-size:16px;
    font-weight:400;
    color:rgb(153,153,153)!important;
    line-height:48px;
    text-align: center;
}
.bgs{
    margin-top:10px
}
.bannerPc{
    display: block
}
.bannerMb {
    display: none;
}
.imgs{
    margin-right: 10px;
}
.componyTitle{
    color:#07A825;
    font-size: 16px;
}
.infomation{
    padding: 46px 10px;
    background: #fff;
    position: relative;
    top:30px;
    box-shadow: 0px 3px 29px 0px rgba(91,86,85,0.16);
}
.infomation p {
    font-size: 12px;
    line-height: 28px;
}
.firstTitle{
    color:#333333;
    font-size: 0.0833rem;
    margin-top: 5px

}
.mapText{
    display: inline-block;
}
.show{
    display: inline-block!important;
}
@media screen and (min-width:320px) and (max-width:1080px){
    .productList-container{
        padding-top: 42px;
    }
    .productList-container-type {
        width: 92%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        bottom: 0;
        top: 15px;
        box-shadow:0px 3px 29px 0px rgba(91,85,85,0.16);
    }
    .mapText{
        display: block;
    }
    .tips{
        font-size:13px;
    }
    #mapContainer {
        height: 350px;
        border: 1px solid rgb(6,143,31);
    }
    .componyTitle{
        font-size: 13px;
    }
    .infomation {
        padding: 20px 0;
        background: #fff;
        position: relative;
        top: 0;
        box-shadow: none;
    }
    .firstTitle {
        font-size: 14px;
    }
    .show {
        display: none!important;
    }
    .productList-container-img{
        height: auto;
    }
    .productList-container-img img{
        width: auto;
        height: auto;
    }
    .mapBox{
box-shadow: none;
padding:4px;
    }
    .companyDevelopment {
        width: 92%;
        margin: 0 auto;
        background-color: #fff;
        margin-bottom: 40px;
        margin-top: 10px;
        padding:10px 
    }
    
    .hide {
        display: block!important;
    }
   
    img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
    }
    .bannerPc{
        display: none;
    }
    .bannerMb {
        display: block;
    }
}
@media screen and (min-width:768px) and (max-width:1280px){
    .bannerMb {
        width: 100%;
    }
}


@media screen and (min-width:1080px) and (max-width:1440px){
    .componyTitle {
        font-size: 14px;
    }
    .imgs {
        margin-right: 8px;
    }
}
.infomation .col-lg-4 .pull-left:last-child{
    width: 80%;
}


  