body {
    background: #f4f4f4;
}

/*团队banner*/
.banner img {
    width: 100%;
}

/*团队导航*/
.team-nav {
    background: #ffffff;
}

.team-nav ul {
    text-align: center;
}

.team-nav li {
    display: inline-block;
    margin: 21px 0;
    padding: 0 54px;
    border-left: 1px solid #bebebe;
    line-height: 1;
}

.team-nav li:first-child {
    border-left: none;
}

.team-nav li a {
    font-size: 18px;
    color: #333333;
}

.team-nav li.now a, .team-nav li:hover a {
    color: #005f8c;
}

/*团队列表*/
.team {
    padding-bottom: 134px;
}

.team-title {
    text-align: center;
    padding: 76px 0 14px;
}

.team-title p {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}

.team-title i {
    display: block;
    width: 78px;
    height: 3px;
    background: #ffda00;
    margin: 17px auto 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}

.team-title:hover i {
    width: 100%;
}

.team-main {
    overflow: hidden;
}

.team-main ul {
    width: 110%;
}

.team-main li {
    float: left;
    width: 275px;
    margin-right: 33px;
    margin-top: 40px;
    text-align: center;
}

.team-main-img {
    width: 275px;
    height: 295px;
    overflow: hidden;
    object-fit: cover; /* 使图片按照比例完整显示 */
}

.team-main li p {
    font-family: simhei;
    font-size: 18px;
    line-height: 98px;g
    color: #535353;
    background: #ffffff;
}

.team-main li p:hover {
    color: #ffffff;
    background: #fada00;
}

.team-main img:hover {
    transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
}
