﻿




.floor5 {
    background: url(../img/people.jpg)no-repeat center center;
    width: 100%;
    height: 663px
}

.people {
    width: 100%;
    height: 663px;
    margin: 0 auto;
    position: relative;
    padding: 163px 0 0;
}

.people_ask {
    color: #FFF;
    font-size: 20px;
    width: 1006px;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    /*padding-top: 163px;*/
    margin: 0 auto 63px;
    text-align: center
}

.people_move {
    position: absolute;
    left: 50%;
    /*margin-left: -550px;*/
    margin-left: -680px;
    width: 1360px;
    height: 234px
}

.people_l,
.people_r {
    position: absolute;
    top: 80px;
    z-index: 10;
    width: 40px;
    height: 78px;
    display: block
}

.people_l {
    background: url(../img/people_lac.png) no-repeat;
    left: -80px
}

.people_r {
    background: url(../img/people_rac.png) no-repeat;
    right: -80px
}

.people_Mlist {
    width: 1360px;
    height: 274px;
    overflow: hidden
}

.people_Mlist li {
    float: left;
    width: 130px;
    height: 188px;
    margin: 0 5px;
    display: inline;
    cursor: pointer;
    transition: width .5s ease .01s, height .5s ease .01s, margin .5s ease .01s
}

.people_Mlist li img {
    margin-left: 25px;
    margin-top: 76px;
    opacity: .5;
    border-radius: 50%;
    padding: 3px;
    background: rgba(0, 0, 0, 0.1);
    transition: width .5s ease .01s, height .5s ease .01s, opacity .5s ease .01s, margin-top .5s ease .01s, margin-left .5s ease .01s, background .02s ease .01s
}

.people_Mlist li img,
.people_Mlist li span {
    display: block
}

.people_job {
    height: 24px;
    padding-top: 8px;
    text-align: center;
    color: rgba(255,255,255,0.67);
}

.people_Mlist li.people_on,
.people_Mlist li:hover {
    width: 234px;
    height: 270px;
    margin: 0 18px 0 8px
}

.people_Mlist li.people_on img,
.people_Mlist li:hover img {
    width: 220px;
    height: 220px;
    padding: 7px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-top: 0;
    margin-left: 0;
    opacity: 1
}

.people_Mlist li:hover span,
.people_Mlist li.people_on span {
    color: #FFF;
    font-size: 18px;
    padding-top: 12px
}

.people_Fimg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
    width: 1920px;
    height: 700px
}

.people_Fimg img {
    float: left
}

