.top-banner{
    height: 580px;
    background: url(../../images/about-banner.png);
}
.top-banner .video{    
    margin: 30px auto 0;
}
/* webkit下swiper鼠标为抓手 */
.swiper-wrapper{
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
/* 公司介绍 */
#desc{
    padding-top: 120px;
}
.cpn-name{
    margin-bottom: 38px;
}
.cpn-desc{
    margin: 0 auto 80px;
    width: 1040px;
    color: #333;
    line-height: 24px;
}
.branch li{
    display: inline-block;
    width: 167px;
    vertical-align: text-top;
}
.branch li:nth-child(2){
    margin: 0 125px 0 133px;
}
.branch i{
    font-size: 100px;
}
.icon-education{
    color: #2B6DA6;
}
.icon-data{
    color: #A07DBD;
}
.icon-media{
    color: #56BCB8;
}
.branch h6{
    margin: 30px 0 35px;
    color: #333;
    font-size: 18px;
}
.staff p,
.branch p{
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}
.cpn-team{
    margin-top: 164px;
    margin-bottom: 80px;
}
.staff{
    margin-bottom: 160px;
    /* width: 1140px; */
}
.timeline>.iconfont.pa,
.staff>.iconfont.pa{
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 40px;
    color: rgba(153, 153, 153, .5);
}

.timeline>.iconfont.pa:hover,
.staff>.iconfont.pa:hover{
    color:#999;
}
.timeline>.icon-left,
.staff>.icon-left{
    left: -80px;
}
.timeline>.icon-right,
.staff>.icon-right{
    right: -80px;
}

.staff .swiper-container{
    padding-bottom: 8px;
}
.staff .item:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
}
.staff .item{
    float: left;
    box-sizing: border-box;
    padding: 40px 54px 20px;
    margin-bottom: 0;
    width:255px;
    height:320px;
    color: #333;
    background:#fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.staff img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.staff h5{
    margin: 18px 0 10px;
    font-size: 18px;
}
.staff h6{
    margin-bottom: 17px;
    font-size: 12px;
}
.map{
    width: 100%;
    height: 560px;
    background: url(../../images/about-map-bg.png) no-repeat center top/ 100% 100%;
}
.cpn-map{
    padding-top: 80px;
    text-align: left;
    color: #fff;
}
.map img{
    margin-top: -76px;
}

/* 发展历程 */
#development {
    padding: 80px 0;
    color: #a07dbd;
}
/* 年 */
.year-wrap::after{
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    height: calc(100% - 120px);
    width: 1px;
    background-color: #DCDCDC;
}
.year-wrap{
    width: 760px;
    margin: 0 auto;
}
.year{
    display: inline-block;
    box-sizing: border-box;
    padding-top: 29px;
    margin-bottom: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border:1px solid #a07dbd;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out ;
    -moz-transition: all .2s ease-in-out ;
    transition: all .2s ease-in-out ;
}
.year>p:first-child{
    margin-bottom: 6px;
    font-size: 27px;
    font-weight: bold;
    font-family: -webkit-body fantasy ;
}
.year.close{
    color: #fff;
    background-color: #a07dbd;
}
.year.close,
.year:hover{
    box-shadow: 0 4px 8px 0 rgba(92,48,125,0.4);
}
.days-wrap li::before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    border: 10px solid #f5f5f5;
    border-radius: 50%;
    background-color: #a07dbd;
    z-index: 2;
}
.days-wrap li{
    position: relative;
    font-size: 14px;
    line-height: 25px;
}
.days-wrap li>div{
    width: 336px;
}
.days-wrap .date{
    float: left;
    text-align: right;
}
.days-wrap .text{
    float: right;
    height: 125px;
    text-align: left;
    color: #000;
}

.days-wrap li:nth-child(2n) .date{
    float: right;
    text-align: left;
}
.days-wrap li:nth-child(2n) .text{
    float: left;
    text-align: right;
}
/* 每日一图 */
.textblock{
    display: inline-block;
    margin-bottom: 12px;
    width: 100%;
    height: 160px;
    font-size: 14px;
    color: #a07dbd;
    text-align: center;
    line-height: 160px;
    background-color: #fff;    
}
#loading{
    box-sizing: border-box;
    padding-top: 20px;
    line-height: 1;
    overflow: hidden;
}
#prev{
    margin: 40px auto 0;
    height: 80px;
    line-height: 80px;
    color: #ccc;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
#prev:hover{
    color: #a07dbd;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
}

#pic{
    padding: 84px 0 40px;
}
.timeline ul{
    height:77px;
}
.timeline li::before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    content: '';
    height: 9px;
    width: 9px;
    background-color: #ccc;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
}
.timeline li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ccc;
    z-index: -1;
}
.timeline li{
    float: left;
    position: relative;
    height: 100%;
    width: 95px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.timeline li>span{
    cursor: pointer;
}

.timeline li:hover,
.timeline li.active{
    color: #a07dbd;
}
.timeline li:hover::before,
.timeline li.active::before{
    background-color: #a07dbd;
    border: 2px solid #f5f5f5;
    box-shadow: 0 0 0 2px #a07dbd;
}
.timeline li:nth-of-type(2n)>span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.pic-wrap{
    margin-top: 86px;
}
.pic-wrap li{
    float: left;
    box-sizing: border-box;
    width: 276px;
    margin-right: 12px;
}
.pic-wrap li:last-of-type{
    margin-right: 0;
}
.pic-wrap li>img{
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
}
/* 遮罩 */
#shade .img-box{
    height: 80%;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#shade .icon-close{
    top: 60px;
    left: initial;
    right: 60px;
    transform: translate(0,0);
}
#shade img{
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 团队文化 */
#team {
    margin-bottom: 40px;
}
#team li{
    margin-top: 40px;
    width: 100%;
    height: 240px;
}
#team li img{
    position: relative;
    margin-top: 20px;
    margin-right: -150px;
    height: 200px;
    width: 300px;
    border-radius: 6px;
    z-index: 2;
}
#team li .fr{
    box-sizing: border-box;
    padding: 39px 45px 45px 190px;
    width: 990px;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#team li:hover .fr{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
}
#team li:hover .title{
    color: #a07dbd;
}
#team .title{
    font-size: 18px;
    line-height: 23px;
}
#team .date{
    margin-top: 19px;
    font-size: 14px;
    line-height: 1;
    color: #999;
}
#team .text{
    margin-top: 17px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}