* {
    padding: 0;
    margin: 0;
}

.banner {
    position: relative;
    height: 645px;
}

.banner .title {
    color: #FFFEFE;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner img {
    width: 100%;
    height: 100%;
}

.us,
.incident {
    background: #fff;
    padding-top: 82px;
}

.us .title,
.manager .title,
.incident .title,
.employee .title {
    font-size: 34px;
    color: #286EFA;
    max-width: 1500px;
    margin: 0 auto;
    border-bottom: 2px solid #ECECEC;
    position: relative;
    text-align: center;
    padding-bottom: 12px;
}

.us .title::after,
.manager .title::after,
.incident .title::after,
.employee .title::after {
    content: '';
    width: 66px;
    height: 4px;
    background: #286EFA;
    border-radius: 2px;
    position: absolute;
    bottom: -0.1px;
    left: 50%;
    transform: translateX(-50%);
}

.us .content {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 62px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.us .content .thumb {
    width: 50%;
    height: auto;
    border: 1px solid #E6E6E6;
    padding: 12px;
    box-sizing: border-box;
    font-size: 0;
}

.us .content .thumb img {
    width: 100%;
    height: 100%;
}

.us .content .desc {
    width: 50%;
    color: #666;
    font-size: 18px;
    line-height: 36px;
    padding-left: 30px;
}

.us .content .desc p {
    white-space: normal;
}

.us .content .desc p.dark {
    color: #333333;
    font-weight: bold;
}

.manager {
    background: #F8F8F8;
    padding-top: 80px;
}

.manager .content {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    padding-top: 160px;
    padding-bottom: 90px;
    margin: 0 auto;
}

.manager .item {
    width: 25%;
    height: 451px;
    background: #fff;
    border: 1px solid #ECECEC;
    font-size: 0;
    box-shadow: 0 0 24px #ddd;
    position: relative;
    z-index: 10;
}

.manager .item::after {
    content: '';
    width: 110%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: url('../img/shadow.png') center bottom no-repeat;
    background-size: 100%;
    opacity: 0.3;
}

.manager .item .avatar {
    width: 156px;
    height: 156px;
    margin-top: -78px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 54px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 20;
    background: #fff;
}

.manager .item:nth-child(1) .avatar {
    border: 2px solid #cfe5f4;
}

.manager .item:nth-child(2) .avatar {
    border: 2px solid #d0f3ea;
}

.manager .item:nth-child(3) .avatar {
    border: 2px solid #f2d6d9;
}

.manager .item .avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.manager .item .info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 80px 30px 0;
    box-sizing: border-box;
    background: #fff;
}

.manager .item .name {
    color: #FFFFFF;
    font-size: 25px;
    padding: 12px 56px;
    background: #286EFA;
    display: inline;
}

.manager .item .job {
    text-align: center;
    color: #666666;
    font-size: 22px;
    margin-top: 52px;
}

.manager .item .desc {
    margin: 38px auto 0;
    color: #666666;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

/*  大事件  */
.incident {
    background: #F8F8F8;
}

.incident .content {
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.incident .content .swiper-slide {
    height: 390px;
    font-size: 0;
}

.incident .content .incident-button-prev,
.incident .content .incident-button-next {
    width: 22px;
    height: 22px;
    background: #C8C8C8;
    position: absolute;
    top: 273px;
}

.incident .content .incident-button-prev {
    left: -4px;
    background-image: url('../img/arrow-left.png');
    background-position: center center;
    background-size: 8px 14px;
    background-repeat: no-repeat;
}

.incident .content .incident-button-next {
    right: -4px;
    background-image: url('../img/arrow-right.png');
    background-position: center center;
    background-size: 8px 14px;
    background-repeat: no-repeat;
}

.incident .incident-item {
    display: flex;
    padding-top: 50px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.incident .swiper-slide:nth-child(4) .incident-item {
    /* transform: translateX(-90%); */
}

.incident .swiper-slide:last-child .incident-item {
    transform: translateX(-70%);
}

.incident .incident-item .left {
    color: #286EFA;
    font-size: 26px;
    text-align: left;
}

.incident .incident-item .left .year {
    font-size: 60px;
    margin-right: 22px;
    font-weight: bold;
}

.incident .incident-item .right {
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
    margin-left: 26px;
    padding-top: 24px;
}

.incident .incident-item .right li {
    margin-bottom: 26px;
    word-wrap: break-word;
    text-align: left;
}

.incident .time-line {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 128px;
    border-top: 1px solid #C8C8C8;
}

.incident .time-line .point {
    width: 40px;
    height: 46px;
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);
    display: none;
}

.incident .time-line .time {
    color: #666666;
    font-size: 18px;
    margin-top: 22px;
    display: block;
}

.incident .time-line .dot {
    width: 28px;
    height: 28px;
    background: #f8f8f8;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
}

.incident .time-line .dot::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #C8C8C8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.incident .swiper-slide.active .point {
    display: block;
}

.incident .swiper-slide.active .dot {
    width: 36px;
    height: 36px;
    top: -18px;
}

.incident .swiper-slide.active .dot::after {
    width: 20px;
    height: 20px;
    border-color: #286EFA;
}

.incident .swiper-slide.active .dot::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #286EFA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
}

.incident .swiper-slide.active .incident-item {
    opacity: 1;
}

.incident .swiper-slide.active .time {
    color: #333333;
    font-size: 22px;
}

.incident .time-line .line {
    height: 1px;
    width: 200px;
    background: #C8C8C8;
}

.employee {
    background: #fff;
    padding-top: 80px;
}

.employee .content {
    width: 7.6770rem;
    padding-top: 0.4166rem;
    margin: 0 auto;
    font-size: 0;
}

.employee .content .swiper-container {
    padding: 0.427rem 0;
}

.employee .content .swiper-slide {
    height: 2.5729rem;
    position: relative;
    box-sizing: border-box;
}

.employee .content .swiper-slide a {
    position: absolute;
    width: 90%;
    height: 2.5729rem;
    font-size: 0.1041rem;
    padding: 0.0729rem;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    background: #fff;
    border-radius: 0.0364rem;
    box-shadow: 0px 0px 0.10rem 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.employee .content .swiper-slide img {
    height: 100%;
}

.employee .content .swiper-slide-prev img {
    float: left;
}

.employee .content .swiper-slide-next img {
    float: right;
}

.employee .content .swiper-slide-active a {
    /* top: 50%;
    left: 50%; */
    z-index: 10;
    /* transform: translate3d(-50%, -50%, 0);
    transform-origin: 50% 50%; */
    width: 5.6666rem;
    height: 3.21875rem;
}

.employee .content .swiper-slide-active a img {
    width: 100%;
}

.employee .pagination-wrapper {
    width: 100%;
    position: relative;
    margin-top: 0.4166rem;
    padding-bottom: 0.4166rem;
}

.employee .employee-pagination {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.employee .employee-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}

@media screen and (max-width: 750px) {

    .banner {
        height: 300px;
    }

    .banner .title {
        font-size: 18px;
        left: 0;
        width: 100%;
        text-align: center;
        transform: none;
    }

    .us, .incident {
        padding: 10px;
    }

    .us .content .thumb {
        width: 100%;
    }

    .us .title, .manager .title, .incident .title, .employee .title {
        font-size: 18px;
        padding-top: 30px;
    }

    .us .title::after, .manager .title::after, .incident .title::after, .employee .title::after {
        height: 2px;
    }

    .us .content {
        padding-top: 20px;
        display: block;
        padding-bottom: 20px;
    }

    .us .content .desc {
        width: 100%;
        padding: 0;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .incident .content .swiper-slide {

    }

    .incident .swiper-slide:last-child .incident-item {
        transform: none;
    }

    .incident .incident-item {
        display: block;
    }

    .incident .incident-item .left {
        font-size: 16px
    }

    .incident .incident-item .left .year {
        font-size: 18px;
    }

    .incident .incident-item .right {
        font-size: 14px;
        margin-left: 0;
    }

    .incident .incident-item .right li {
        margin-bottom: 10px;
    }

    .incident .content .incident-button-prev {
        left: 0;
    }

    .incident .content .incident-button-next {
        right: 0;
    }

    .manager {
        padding: 10px;
    }

    .manager .content {
        display: block;
    }

    .manager .item {
        width: 100%;
        box-shadow: none;
    }

    .manager .item::after {
        width: 100%;
    }
}