/* 公司介绍 */
.intro{
    margin-top: 37px;
    font-size: 16px;
    padding: 0px 100px;

}
.intro p{
    margin-bottom: 10px;
    line-height: 26px;

    /* padding: 0px 50px; */
}
.textIndent{
    text-indent:2em
}
/* 联系我们 */
.introDiv{
    padding: 0px 100px;
    color: #333333;
}
.development>p{
    min-height: 50px;
    border-left: 2px solid #267DE1;
    position: relative;
    padding-left: 20px;
}
.development>p:last-child{
    border-left: none;
}
.development>p>i{
  display: block;
  position: absolute;
  top: 0px;
  left: -6px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #267DE1;
  z-index: 1;
}
.development>p>span{
    margin-right: 20px;
    font-size: 16px;
}
.contact ul{
    display: flex;
}
.contact ul>li{
   flex: 1;
}
.contact ul>li img{
    width: 40px;
}
.contact-title{
    font-size: 16px;
 
}
.contact-text{
    color: rgb(167, 167, 167);
}
.intro-title{
    margin: 35px 0px 10px;
}
.address-title{
    font-size: 22px;
    margin: 10px 0;
}
.address-text{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 50px;
    color: rgb(167, 167, 167);
}
.wrapCultureBg{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.cultureBg{
    width: 240px;
    height: 200px;

}
.culture .cultureBg{
    background: url(../img/aboutUs/cultureBg.png) no-repeat center center;
    background-size: contain;
    text-align: center;
}
.hornor .cultureBg{
    background: url(../img/aboutUs/hornorBj.png) no-repeat center center;
    background-size: contain;
}

.hornor .cultureBg .horizontal{
    height: 150px;
    width: auto;
    margin-left: 70px;
}
.culture .cultureBg img{
    width: 40px;
    padding-top: 35px;


}
.hornor .cultureBg img{
    width: 180px;
    padding-top: 35px;
    margin-left: 20px;
}
.cultureBg p{
    font-size: 30px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}
.cultureBg span{
    font-size: 16px;
}
.zhizi img{
    width: 100%;
}
.zp{
    height: 50px;
    line-height: 50px;
    border: 1px solid #1a1a33;
    margin-top: 30px;
    padding: 0 15px;
}
.zp li{
    float: left;
    width: 28%;
    /* text-align: center; */
    height: 100%;
    font-size: 16px;
}


.zp li:last-child{
    cursor: pointer;
    width: 16%;
}

.open{
    display: block;
    height: 100%;
    background: url(../img/aboutUs/open.png) no-repeat center right;
    background-size: auto 60%;
    /* transform: rotate(90deg); */
    margin-left: 10%;

}
.icon1,.icon2,icon3{
    display: inline-block;
    width: 30px;
    height: 100%;
    vertical-align: middle;
}
.icon1{
    background: url(../img/aboutUs/position.png) no-repeat center center;
    background-size: auto 60%;
}
.icon2{
    background: url(../img/aboutUs/address.png) no-repeat center center;
    background-size: auto 60%;
}
.zp.active{
    border: 1px solid #267DE1;
    color: #267DE1;
}
.zp.active .icon1{
    background: url(../img/aboutUs/positionActive.png) no-repeat center center;
    background-size: auto 60%;
}
.zp.active .icon2{
    background: url(../img/aboutUs/addressActive.png) no-repeat center center;
    background-size: auto 60%;
}
.zp.active .open{
    background: url(../img/aboutUs/openActive.png) no-repeat center right;
    background-size: auto 60%;
}
.zpInfo {
    display: none;
}
.recruiting>div:nth-child(2) .zpInfo{
    display: block;
}
/* 小屏幕时，图片和文字调换位置顺序 */
@media (max-width: 992px) {
    .intro {
      padding:0px 15px;
      font-size: 14px;
      margin: 0;
      text-align:justify; 
    }
    .introDiv{
        padding: 0 15px;
    }
    .wrapCultureBg{
        display: block;
    }
    .wrapCultureBg>div{
        margin: auto;
    }
    .cultureBg p{
        font-size: 22px;
    }
    .cultureBg span{
        font-size: 16px;
    }   
    .zp{
        margin-top: 20px;
            height: 44px;
            line-height: 44px;
    } 
    .zp li{
        font-size: 14px;
    }
    .zp li>span {
        display: inline-block;
        white-space: normal;
        word-break: keep-all;
        word-wrap: break-word;
        width: 50%;
        line-height: 1;
        vertical-align: middle;
    }
    .contact ul{
        display: block;
    }
    .intro p{
        margin-bottom: 0px;
    }
    .development>p>span{
        font-size: 14px;
    }
  }
  