﻿body {
    background-color: #fff;
    transition: all 1s;
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 460px;
    background-image: url('images/banner1.png');
    background-size: cover;
    background-position: center;
}

.introduce, .culture {
    padding: 70px 0;
}

.atmosphere {
    padding: 30px 0 70px 0;
}

.organization {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background-image: url('images/organization.png');
    background-size: cover;
    background-position: center;
}

.development {
    width: 100%;
    min-width: 1200px;
    height: 727px;
    background-image: url('images/development.png');
    background-size: cover;
    background-position: center;
}

.team_container {
    padding: 60px 0 0;
}

.title1 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.title2 {
    text-align: center;
    font-size: 16px;
    color: #777;
    font-family: Arial;
    padding-bottom: 15px;
    position: relative;
}

    .title2:before {
        display: block;
        content: '';
        width: 50px;
        height: 3px;
        background-color: #0aa360;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -25px;
    }

.team_swiper, .staff_swiper {
    margin-top: 40px;
}

    .team_swiper .swiper-slide {
        width: 380px;
        height: 480px;
        background-color: #eee;
        padding: 10px;
    }

.team_cover img {
    display: block;
    width: 100%;
    height: 240px;
}

.team_content {
    height: 220px;
    background-color: #fff;
    padding: 25px;
}

.team_tag {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.team_item {
    line-height: 25px;
    font-size: 16px;
    color: #555;
    background: url('images/icon.png') no-repeat 0 7px;
    padding-left: 15px;
    margin-bottom: 25px;
}

    .team_item:last-child {
        margin-bottom: 0;
    }

.team_swiper .swiper-button-white {
    background-color:rgba(0,0,0,.2);
    background-size: 15px 20px;
    border-radius: 5px;
}
.team_swiper .swiper-button-prev{

}

.swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background-color: #0aa360;
}

.team_swiper .swiper-slide {
    transition: 300ms;
    transform: scale(0.9);
}

.team_swiper .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

.staff_container {
    padding-top: 60px;
}

    .staff_container .swiper-button-black {
        background-color: #fff;
        background-size: 15px 20px;
        border-radius: 5px;
    }

.anchor {
    width: 20px;
    position: fixed;
    top: 73%;
    margin-top: -150px;
    right: 100px;
    z-index: 9;
}

    .anchor a {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
    }

        .anchor a:last-child {
            margin-bottom: 0;
        }

        .anchor a.on {
            background-color: #0aa360;
        }
