@charset "UTF-8";
.container-img{
    min-width: 1200px;
    font-size: 0;
}
.container-img img{
    width: 100%;
    height: auto;
}
.container-img1{
    font-size: 0;
}
.container-img1 img{
    width: 100%;
    height: auto;
}





.address{
    width: 100%;
    min-width: 1200px;
    height: 610px;
    position: relative;
}
.map-list{
    width: 100%;
    height: 100%;
}
.position{
    position: relative;
    z-index: 999999;
}
.show-add{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 60px;
    left: 0;
    box-sizing: border-box;
    padding: 10px 30px 30px;
    width: 100%;
    cursor: pointer;
}
.show-add-con{
    width: 100%;
}
.company{
    width: 330px;
}
.company1{
    width: 770px;
}
.company-top{
    width: 100%;
    border-bottom: solid 1px rgba(137, 137, 137, 0.2);
}
.company-pro{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}
.company-pro span{
    display: block;
    width: 0;
    height: 2px;
    background: #da251d;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 4px;
    -webkit-transition: width 200ms;
    -moz-transition: width 200ms;
    -ms-transition: width 200ms;
    -o-transition: width 200ms;
    transition: width 200ms;
}
.company-pro:hover span{
    width: 100%;
}
.company-pro-active span{
    width: 100%;
}
.company-text{}
.company-text p{
    font-size: 14px;
    color: #898989;
    padding-bottom: 5px;
}
.company-text1{
    display: none;
}

