.banner{
    width: 100%;
    height: 300px;
}
.banner img{
    height: 300px;
    width: 100%;
}
.content{
    margin-top: -60px;
}
.about{
    width: 1170px;
    margin: 0 auto 60px;
}
.about-left,.about-right{
    height: 100%;
    background: #F5F5F5;
}
.about-left{
   width: 270px;
    height: 100%;
    margin-right: 30px;
}
.about-right{
    width: 870px;
}

.leader-team .leader-tab{
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 24px;
}
.leader-team{
    margin: 10px;
}
.leader-team .leader-tab span{
    cursor: pointer;
    color: #666;
}
.leader-team .leader-tab span:first-child{
    margin-right: 30px;
}
.leader-team .leader-tab span:last-child{
    margin-left: 30px;
}
.leader-team .leader-tab .leader-active{
    color: #0B308D;
}
.leader-pic{
    display: block;
}
.team-pic{
    display: none;
}
.pic-top .pic-item{
    margin: 60px auto;
    text-align: center;
    position: relative;
}
.employeeName{
    margin: 10px auto 0;
    color: #333;
    padding: 0 2px;
    /* width: 120px; */
    min-height: 35px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}
.team-pic .pic-item img{
    width: 200px;
    height: 250px;
}
.pic-bottom{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.leader-pic .members .pic-item img{
    width: 200px;
    height: 250px;
}
.leader-pic .members .pic-item{
    margin: 20px 6px 60px;
    position: relative;
}
.manage-pic .members .pic-item img{
    width: 200px;
    height: 250px;
}
.pic-bottom .pic-item{
    margin: 20px 6px 60px;
    position: relative;
}
.time-line{
    height: 50px;
    overflow: hidden;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    flex-wrap: nowrap;
    width: 90%;
}
.time-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}
.time-pre,.time-next{
    font-size: 24px;
    font-weight: 900;
    padding: 0 10px;
}
.time-pre{
    left:5px
}
.time-next{
    right: -5px;
    z-index: 100;
}
.time-line div{
    flex: 1;
    height: 40px;
    text-align: center;
    padding: 0 35px;
    line-height: 40px;
    margin: 0 15px;
    border-radius: 20px;
    background: #999;
    color: #fff;
    position: relative;
    left:0;
}
.time-line .time-active{
    background: #0B308D;
}
.about-content .brand{
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.brand-item{
    text-align: center;
    margin: 0 57.5px 40px;
    font-size: 24px;
    word-break: break-all;
}
.brand-item img{
    width: 320px;
    height: 200px;
    border-radius: 10px;
}
.brand-item .brand-title{
    margin: 20px 0;
    padding: 0 20px;
    width: 320px;
}
.company-intro{
margin: 30px;
}
.company-intro img{
    width: 100%;
    margin: 0;
}