
.company-wrap{
    width: 1188px;
    margin:0 auto 121px;
    background-color: #ffffff;
    padding: 90px 119px 107px 100px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 4px;
}
.company-s{
    float: left;
}
.company-logo-s{
    width: 110px;
   
}
.company-logo-bg{
    width: 100%;
    height: 110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.company-content-s{
    margin-left:89px;
    width: 764px;
    font-size: 13px;
}
.company-name-s{
    margin-bottom: 61px;
    color:#181818;
    font-size: 24px;
}
.company-infor-left{
    display: inline-block;
    width: 55px;
    text-align: left;
    margin-right: 41px;
    vertical-align: top;
    color:#989898;
}
.company-infor-right{
    width: 660px;
    display: inline-block;
    color:#181818;
}
.company-li-2{
    margin: 30px 0;
}
.company-introduction{
    color:#989898;
}
.company-li-4{
    margin: 60px 0;
}
.development_history{
    line-height: 20px;
}
.company-li-5 .dev-s{
    vertical-align: top;
}
.company-li-5 ul{
    display: inline-block;
}
.company-li-5 ul li{
    /* margin-bottom: 39px; */
}
.company-li-5 ul li p{
    display: inline-block;
    vertical-align: top;
    margin-top: -7px;
}
.dev-round{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #989898;
}
.dev-line{
    width: 1px;
    height: 45px;
    background: #c8c8c8;
    display: block;
    margin-left: 2px;
    margin-top: -3px;
}
.company-li-5 ul li:last-child .dev-line{
    width:0;
}
.round-line{
    margin-right: 18px;
}
.company-zhanshi-wrap{
    overflow: hidden;
}
.company-zhanshi-img{
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    margin-right:10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.company-infor-right{
    display: inline-block;
    
}
.daibiaowork_img{
    width: 198px;
    height: 128px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.company-li-7{
    margin:60px 0;
}
.company-li-7 ul{
    overflow: hidden;
    /* display: inline-block; */
}
.company-li-7 ul li{
    float: left;
    margin-right:22px;
    margin-bottom: 11px;
} 

.daibiaowork_title{
    width: 198px;
    height: 40px;
    padding:12px 22px 14px 14px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    color:#181818;
    font-size: 12px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.huojiang-list{
    padding: 12px 20px;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    float: left;
    border-radius: 4px;
    margin-right:20px;
    margin-bottom: 10px;
    background:url('/Public/Home/images/personal/icon_jiangbei.png');
    background-position:20px  center;
    background-size: 28px 30px;
    background-repeat: no-repeat;
}

.huojiang-list-content{
    margin-left: 38px;
}

.huojiang-list-content-time{
    font-size: 13px;
    color:#989898;
}
.huojiang-list-content-name{
    font-size: 15px;
    color:#181818;
}

.company-bg-wrap{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left:0;
    display: none;
}
.flex-company{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.gallery{
    overflow: hidden;
}
.gallery li{
    width: 120px;
    height: 120px;
    float:left;
    list-style: none;
    margin-right: 10px;
}
.gallery li img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}


