.pos_c {
    /* padding-left: calc(100vw * 380 / 1920); */
    font-size: 1.1rem;
}
.mapMap{height:750px;width:750px;margin-top: -150px;z-index: 1;}
.out{position: relative;}
.pos_c{z-index: 3;position: absolute;top: 0;width:100%}
hr{position:absolute;top:50px}
.map-bg{
   background-image: url("/images/image2/culture-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.company-map {
    display: flex;
    box-sizing: border-box;
    padding: 90px 11% 46px;
    padding-left: calc(100vw * 380 / 1920);
}

.company-map-left {
    width: 60%;
}

.company-map-right {
    width: 33%;
    height: 530px;
    margin-left: 3%;
}
.company-map-right{

}
.company-map-line{
    width: 100%;
    height: 5px;
    background: #1674CC;
    opacity: 0.6;
}
.company-map-company{
    padding:56px 22px 37px 34px;
    box-sizing: border-box;
    background: #F9F9F9;
    height:100%;
    overflow-y: auto;
    margin-top: 5px;
}
.company-map-content{
    font-size: 1.1rem;
    color:#333;
    margin-bottom: 50px;
}
.company-map-content:last-child{
    margin-bottom: 0;
}
.company-map-content .company-map-title{
    font-weight: bold;
    margin-left: -12px !important;
    box-sizing: border-box;
}
.company-map-content .company-map-item{
    position: relative;
    line-height: 34px;
    cursor: pointer;
}
.company-map-content .company-map-item::before{
    position: absolute;
    top:14px;
    /*bottom:0;*/
    left:-12px;
    content:"";
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.company-map-content .company-map-active{
    color: #1674CC;
}

@media only screen and (max-width:1580px) {
    .company-map{padding:90px 10%;}
}
@media only screen and (max-width:1300px) {
    .company-map{padding:60px 5%;}
    hr{top:30px}
}
@media only screen and (max-width:950px) {
    .mapMap{height:500px;width:500px;margin-top: 0;}
    .company-map {
        padding: 60px 10px;
    }
}
@media only screen and (max-width:600px) {
    .mapMap{height:460px;width:460px;margin-top: -60px;margin-left: -50px;}
    .company-map {
        padding: 60px 10px;
        display: block;
    }
    .company-map-right{width: 95%;}
    .company-map-left{width: 100%;}
}<!--ºÄÊ±1772746600.4202Ãë-->