.whole {
    background: #F5F5F5;
}

.banner {
    width: 100%;
    /*height: 300px;*/
    margin-top: 80px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tit-box {
    /*background: #F5F5F5;*/
}

.whole-title {
    display: flex;
    align-items: center;
    height: 50px;
    width: 1200px;
    margin: 0 auto;
}

.title-icon {
    width: 16px;
    height: 16px;
}

.text {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-left: 2px;
}

.themeDetails-box {
    width: 100%;
    background: #FFFFFF;
}

.themeDetails {
    padding: 40px 0 60px;
}
.themeDetails-row{
    align-items: flex-start;
}
.themeDetails-row-icon {
    width: 40px;
    height: 40px;
}

.themeDetails-row-text {
    font-weight: 600;
    font-size: 40px;
    color: #FF702B;
    line-height: 56px;
    margin-left: 16px;
    margin-top: -8px;
    text-align: left;
}

.themeDetails-text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin: 40px 0;
    text-align: left;
}
/*轮播图样式*/

.introduction-swiper {
    width: 1200px;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-box {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-between;
    align-items: center;
}

.slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.swiper-slide img {
    width: auto;
    height: 608px;
}

.swiper-slide {
    text-align: center;
}

/*左右切换按钮*/
.swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #ff712d;
    border-radius: 50%;
    color: #FFFFFF;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 18px;
}

/*轮播图样式*/

/*团队成员 start*/
.title {
    margin: 40px 0;
    position: relative;
    top: 0;
}

.title-line {
    width: 110px;
    height: 1px;
}

.title-left {
    margin-right: 20px;
}

.title-center {
    font-weight: 600;
    font-size: 24px;
    color: #FF702B;
    line-height: 33px;
}

.title-right {
    margin-left: 20px;
}
/*团队成员有职称介绍 start*/
.member-ul {
    justify-content: center;
    flex-wrap: wrap;
}
.member-li {
    padding: 20px 20px 0 20px;
    background: #FFFCF8;
    border: 1px solid #FF702B;
    width: 50%;
    position: relative;
    height: auto;
    margin-bottom: 20px;
}

.member-li-img {
    width: 160px;
    height: 160px;
}

.member-ul .member-li-right {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 20px;
}

.member-li-button {
    height: 48px;
    line-height: 48px;
    background: #FF702B;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.member-tit-title {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
}

.member-tit-text {
    font-weight: 500;
    font-size: 14px;
    color: #FF702B;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FF702B;
    margin-right: 12px;
    padding: 0 12px;
    height: 20px;
    text-align: center;
}
.member-text-box {
    margin: 12px 0 20px;
}

.member-li-txt {
    align-items: flex-start;
}
.round-box {
    height: 22px;
}


.member-li-round {
    width: 6px;
    height: 6px;
    /*border: 2px solid #FF702B;*/
    border-radius: 25px;
    background: #FF702B;
}

.member-li-text {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-left: 16px;
    text-align: left;
}
/*团队成员有职称介绍 end*/

/*团队成员无职称介绍 start*/
.member-ul2 {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.member-li2 {
    padding: 20px 20px 0 20px;
    background: #FFFCF8;
    border: 1px solid #FF702B;
    width: 32%;
    position: relative;
    height: 325px;
    margin-bottom: 20px;
    margin-right: 24px;
}
.member-li2:nth-child(3n){
    margin-right: 0;
}
.member-li-img {
    width: 160px;
    height: 160px;
}

.member-li-right {
    text-align: center;
}

.member-li-button {
    height: 48px;
    line-height: 48px;
    background: #FF702B;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.member-tit-title {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    text-align: left;
}


.member-li2 .row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.member-li2 .row .member-li-right {
    margin-top: 16px;
}
/*团队成员无职称介绍 end*/
/*团队成员 end*/
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .whole-title {
        width: 100%;
        margin: 0;
        padding: 0 48px;
    }

    .title-icon {
        width: 14px;
        height: 14px;
    }

    .text {
        margin-left: 3px;
    }

    .themeDetails {
        margin: 0;
        width: 100%;
        padding: 40px 48px;
    }

    /*轮播图 start*/
    .introduction-swiper {
        width: 100%;
    }

    .swiper-slide img {
        width: auto;
        height: 500px;
    }

    /*轮播图 end*/
    .member-li{
        width: 75%;
        height: 350px;
    }
    /*团队成员无职称介绍 start*/
    .member-ul2 {
        justify-content: space-between;

    }
    .member-li2 {
        width: 49%;
        margin-right: 0;
        height: auto;
    }

    .member-li2:nth-child(2n) {
        margin-right: 0;
    }

    .member-li2 .row {
        flex-direction: row;
        margin-bottom: 70px;
    }

    .member-li2 .member-li-right {
        margin-left: 16px !important;
        margin-top: 0 !important;
    }
    /*团队成员无职称介绍 end*/
}

/*手机端*/
@media screen and (min-width: 0px) and (max-width: 767px) {
    .banner {
        margin-top: 44px;
        /*height: 150px;*/
    }

    .whole-title {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .title-icon {
        width: 14px;
        height: 14px;
    }

    .text {
        font-size: 12px;
        line-height: 17px;
        margin-left: 2px;
    }

    .themeDetails {
        margin: 0;
        width: 100%;
        padding: 20px 20px 40px;
    }

    /*轮播图 start*/
    .introduction-swiper {
        width: 100%;
    }

    .swiper-slide img {
        width: auto;
        height: 180px;
    }

    .swiper-button-next {
        left: 88%;
    }

    .swiper-button-prev {
        left: 0;
    }

    /*轮播图 end*/
    .themeDetails-row {
        align-items: flex-start;
    }

    .themeDetails-row-text {
        margin-top: -8px;
        font-size: 30px;
        line-height: 42px;
    }

    .themeDetails-row-icon {
        width: 24px;
        height: 24px;
    }

    .themeDetails-text {
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0;
    }
    .title {
        margin: 20px 0;
    }

    .title-left {
        margin-right: 14px;
    }

    .title-center {
        font-size: 20px;
        line-height: 28px;
    }

    .title-right {
        margin-left: 14px;
    }
    .member-ul{
        justify-content: space-between;
    }
    .member-li {
        width: 100%;
        height: auto;
        padding: 15px 15px 0;
    }

    .member-li-img {
        width: 95px;
        height: 95px;
    }

    .member-ul .member-li-right {
        margin-left: 15px;
    }

    .member-tit-title {
        font-size: 20px;
        color: #333333;
        line-height: 26px;
    }

    .member-tit-text {
        font-size: 12px;
        color: #FF702B;
        line-height: 16px;
        margin-left: 11px;
        padding: 0 11px;
        height: 16px;
        text-align: center;
    }


    .member-li-button {
        height: 40px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 40px;
    }

    .member-li2 {
        width: 100%;
        padding: 16px;
        height: auto;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .member-li2:last-child{
        margin-bottom: 0;
    }

    .member-li2 .row {
        flex-direction: row;
    }

    .member-li2 .member-li-right {
        margin-left: 16px !important;
        margin-top: 0 !important;
    }
    .member-tit{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .member-tit-title{
        font-size: 20px;
        line-height: 34px;
        margin-right: 10px;
    }
    .member-tit-text{
        font-size: 12px;
        color: #FF702B;
        line-height: 16px;
        height: 16px;
        margin-left: 0;
    }
}
