.container{
    overflow-y: auto;
}
.bd{
    width: 100%;
    min-height: calc(100% - 57px);
}
.top-img{
    width: 100%;
    position: relative;
}
.top-img img{
    width: 100%;
    height: 100%;
}
.top-img .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 212px;
    top: 50%;
    margin-top: -106px;
}
.top-img .info p{
    line-height: 105px;
    text-align: center;
    font-size: 60px;
    color: #fff;
}
.content{
    width: 1400px;
    margin: 88px auto 80px;
}
@media only screen and (min-width:1024px) and (max-width:1440px){
    .content{
        width: 1200px;
        margin: 88px auto 80px;
        position: relative;
    }
}
.content-left{
    width: 180px;
    float: left;
}
.content-nav{
    width: 140px;
}
.content-nav .nav-item{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    border-bottom: 1px solid #999999;
}
.content-nav .nav-item.active{
    color: #0091db;
}
.content-nav .first-item{
    border-top: 1px solid #999999;
}
.content-list .title{
    position: relative;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 100%;
    height: 90px;
}
.content-list .title .chinese{
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    margin-top: 18px;
}
.content-list .title .english{
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}
.content-list .title .fake-border{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #0091db;
}
.founder-inner li{
    width: 45%;
    float: left;
    position: relative;
    margin-right: 3%;
}
.founder-inner li img{
    width: 100%;
}
.founder-inner li .info{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0091db;
    opacity: 0.7;
    overflow: hidden;
    height: 0;
    width: 100%;
    transition: height 1s;
}
.founder-inner li .info .name{
    padding-left: 38px;
    padding-right: 10px;
    font-size: 32px;
    margin:  33px 0;
    color:#ffffff;
}
.founder-inner li .info p{
    padding-left: 38px;
    padding-right: 10px;
}
.founder-inner li .info .name .sub-title{
    font-size: 14px;
}
.founder-inner li a{
    display: block;
}
.founder-inner li .info .info-text{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.founder-inner li:hover .info{
    // display: block;
    height: 221px;
}
.organization{
    margin-top: 41px;
}
.organization .organization-inner{
    text-align: center;
}
.organization .organization-inner p{
    text-align: left;
}
.organization .organization-inner img{
    max-width: 1300px;
}
.project-leader{
    margin-top: 41px;
}
.project-list{
    margin-right: -40px;
}
.project-list li {
    width: 220px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #0091db;
    float: left;
    margin-right: 16px;
    margin-top: 10px;
    cursor: pointer;
}
.project-list li.active{
    background-color: #0091db;
}
.project-list li.active .chinese{
    color: #fff;
}
.project-list li.active .english{
    color: #fff;
}
.project-list li .middle{
    display: inline-block;
    vertical-align: middle;
}
.project-list li .chinese{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 26px;
}
.project-list li .english{
    font-size: 12px;
    color: #666;
    line-height: 16px;
}
.project-detail{
    margin-top: 40px;
    margin-right: -41px;
}
.project-detail li{
    float: left;
    margin-right: 41px;
    margin-bottom: 10px;
}
.project-detail li .leader-info{
    margin-top: 28px;
}
.project-detail li .leader-info p{
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
}