.banner {
    width: 100%;
    height: 392px;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
}
.banner .bg {
    width: 3864px;
    height: 100%;
    background: url(../imgs/about/banner_bg.png) repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .bg2 {
    width: 804px;
    height: 100%;
    background: url(../imgs/team/banner_bg2.png) repeat-x left top;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.banner .head {
    height: 106px;
    position: absolute;
    left: 8.333%;
    bottom: 0;
    z-index: 20;
}
.banner .head span {
    font-size: 74px;
    color: #5c5b5b;
    line-height: 74px;
    position: relative;
    left: 0;
    top: 0;
    padding-right: 40px;
    font-weight: 200;
}
.banner .head span b {
    font-weight: bold;
    color: #e72422;
}
.banner .head span::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 28px;
    height: 28px;
    background-color: #b92c33;
}

.about-info {
    height: 390px;
    text-align: center;
    background-color: #fbfbfb;
}
.about-info h1 {
    font-size: 24px;
    color: #2b3a41;
    line-height: 52px;
    padding-top: 140px;
    font-weight: normal;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.about-info h1 span {
    display: block;
}

.teams {
    height: auto;
}
.teams.other-teams{
    background-color: #fbfbfb;
}
.teams .head {
    height: 142px;
    width: 66.666%;
    margin-left: 16.666%;
    box-sizing: border-box;
    padding-top: 60px;
}
.teams .head span {
    font-size: 36px;
    color: #5c5b5b;
    line-height: 36px;
    position: relative;
    left: 0;
    top: 0;
    padding-right: 28px;
}
.teams .head span::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 14px;
    height: 14px;
    background-color: #b92c33;
}

.teams .center-con {
    width: 66.666%;
    margin-left: 16.666%;
    padding-bottom: 90px;
}

.teams .center-con .img_box {
    width: 49%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-bottom: 24px;
}

.teams .center-con .img_box::before {
    content: " ";
    width: 100%;
    display: block;
    height: 0;
    padding-top: 76.433%;
}

.teams .center-con .img_box img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.teams .center-con .left-con {
    float: left;
    display: block;
}
.teams .center-con .right-con {
    float: right;
    display: block;
}

.teams .center-con .info {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(187, 17, 28, 0.8);
    bottom: -120px;
}

.teams .center-con .info .type {
    width: 248px;
    height: 44px;
    line-height: 44px;
    padding-top: 36px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.teams .center-con .info .names {
    width: 310px;
}
.teams .center-con .info .names .name {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #ffffff; 
    line-height: 46px;
    padding-top: 22px;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.teams .center-con .info .names .en-name {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 0px;
    font-weight: 200;    
    white-space: nowrap;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.teams .center-con .img_box:hover .info{
    bottom: 10px;
}

@media screen and (max-width: 1280px) {
    .banner .bg2 {
        right: auto;
        left: 436px;
    }
    .about-info h1 {
        width: 83.333%;
    }
    .about-info h1 span {
        display: inline;
    } 
    .teams .head{
        width: 83.333%;
        margin-left: 8.333%;
    }
    .teams .center-con{
        width: 58.3333%;
        margin-left: 20.8333%;
    }
    .teams .center-con .left-con {
        float: none;
    }
    .teams .center-con .right-con {
        float: none;
    }
    .teams .center-con .img_box{
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .banner .bg2 {
        right: auto;
        left: 160px;
    }
    .about-info {
        height: auto;
        padding-bottom: 130px;
    }
    .about-info h1{
        padding-top: 130px;
    }
    .teams .center-con{
        width: 83.333%;
        margin-left: 8.333%;
    }
}
