@charset "UTF-8";

.about-container{
    width: 100%;
}
.abo-header{
    width: 100%;
    height: 400px;
    background: url("../images/about_banner.jpg") center no-repeat;
}

.abo-summary{
    width: 1200px;
    height: 180px;
    padding-top: 200px;
    margin: 0 auto;
}
.abo-summary .summary{
    width: 600px;
    height: 180px;
    background: rgba(0, 0, 0, .4);
    color: #FFFFFF;
}
.abo-summary h2{
    padding: 20px 40px 0;
    font-size: 36px;
    font-weight: normal;
}
.abo-summary p{
    padding: 20px 40px 0;
    font-size: 16px;
    line-height: 36px;
    color: #cccccc;
}

.abo-introduction{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 65px;
    overflow: hidden;
}
.abo-navigation{
    float: left;
    width: 170px;
    height: 146px;
    border-top: 2px solid #666666;
    background: rgba(249, 249, 249, 1);
}
.abo-navigation p{
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
}
.abo-navigation p a{
    display: block;
    width: 100%;
    height: 100%;
    color:rgba(51, 51, 51, 1);
}
.abo-introduction .abo-navigation p:hover{
    background: rgba(242, 242, 242, 1);
}
.abo-navigation:hover .nav-us{
    background: rgba(249, 249, 249, 1);
}
.nav-us{
    background: rgba(242, 242, 242, 1);
    font-weight: bold;
}
.abo-detail{
    width: 800px;
    float: left;
    margin: 10px 0 0 70px;
}
.abo-detail p{
    width: 765px;
    color: rgba(116, 116, 116, 1);
    line-height: 32px;
    margin-bottom: 38px;
}
.detail-team, .ab0-h2{
    margin: 80px 0 60px;
    font-size: 24px;
    font-weight: normal;
}
.detail-leader{
    width: 755px;
    height: 320px;
}
.detail-leader img{
    display: block;
    float: left;
    width: 155px;
    height: 280px;
}
.detail-leader div{
    width: 560px;
    height: 280px;
    margin-left: 20px;
    padding-left: 20px;
    float: left;
    background: rgba(247, 247, 247, 1);
}
.detail-leader div h2{
    font-size: 20px;
    line-height: 56px;
    font-weight: normal;
}
.detail-leader div span{
    width: 510px;
    display: block;
    margin-bottom: 8px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
}
.abo-detail .detail-leader:nth-child(3) div{
    margin-right: 20px;
    padding-right: 20px;
    margin-left: 0;
}
.detail-leader .leader-right{
    float: right;
}
.detail-leader .leader-left{
    float: left;
}

.detail-team-info{
    width: 735px;
    height: 500px;
}
.detail-team-info img{
    width: 735px;
    height: 360px;
}
.team-info-desc{
    float: left;
    padding-left: 10px;
    vertical-align: middle;
    width: 735px;
    height: 120px;
    display: flex;
    align-items: center;
}
.team-info-desc p{
    width: 735px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(116, 116, 116, 1);
    margin-bottom: 0;
}

.detail-course{
    position: relative;
    top: 0;
    left: 0;
}
.course{
    overflow: hidden;
    margin-bottom: 15px;
}
.course b{
    width: 16px;
    height: 16px;
    background-color: #666;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    float: left;
    margin: 4px;
    position: relative;
    z-index: 10;
}
.course span{
    font-size: 18px;
    float: left;
    font-weight: bold;
    margin: 0 45px 0 25px;
}
.course div{
    float: left;
    overflow: hidden;
}
.course div p{
    line-height: 20px;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 16px;
}
.course-line{
    position: absolute;
    width: 1px;
    height: 620px;
    background: #000;
    top: 10px;
    left: 12px;
    z-index: 8;
}
.detail-honor{
    margin-bottom: 80px;
}
.honor-awards{
    overflow: hidden;
    height: 32px;
    margin-top: 20px;
}
.honor-awards div{
    float: left;
    width: 32px;
    height: 32px;
    background: url("../images/icon_honor.png") no-repeat center;
    background-size: cover;
    margin-right: 20px;
}
.honor-awards p{
    float: left;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 16px;
    line-height: 32px;
}











