.teamBg {
    width: 100%;
    height: 864px;
    background: url(/assets/images/teamBg01.jpg) no-repeat;
    padding-top: 110px;
    padding-bottom: 115px;
    background-size: 100%;
}
.teamBg .container {
    display: flex;
    justify-content: center;
    position: relative; 
}
.teamCon {
    width: 1020px;
}
.teamCon .swiper-container {
    position: static;
}
.teamList {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 5px;
    background-color: #969697;
}
.teamList>img {
    width: 152px;
    height: 193px;
}
.teamList:hover {
    background-color: #fff;
}
.teamList:hover .teamWord {
    color: #333;
}
.teamList:hover .teamWord a {
    border: none;
    background-color: #df0615;
    color: #fff;
}
.teamWord {
    margin-left: 30px;
    color: #fff;
}
.teamWord h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px; 
    margin-bottom: 20px;
}
.teamWord h3>span {
    margin-left: 5px;
    font-weight: normal;
}
.teamWord h3>span, .teamWord p {
    font-size: 16px;
}
.teamWord p {
    margin-top: 10px;
}
.teamWord a {
    width: 110px;
    height: 38px;
    display: block;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 35px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 60px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 60px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -90px;
}
.swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    border-radius: 0;
}
.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #df0615;
}

@media (max-width: 767px) {
    .teamBg {
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .teamCon {
        width: 100%;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .teamList {
        width: 100%;
        padding: 15px;
    }
    .teamList img {
        width: 100%;
        height: 100%;
    }
    .teamWord {
        width: 100%;
        margin-left: 0;
    }
    .teamWord h3 {
        font-size: 18px;
        margin-top: 20px;
    }
    .teamWord h3>span, .teamWord p {
        font-size: 14px;
    }
    .teamWord a {
        margin-left: 160px;
    }
} 