@media screen and (max-width: 1920px) {
    .originator-head-r {
        height: 220px;
    }

    .desc {
        font-size: 13px;
        font-weight: bold;
    }

    .originator-foot {
        font-size: 14px;
    }

    .environment-r .environment-desc {
       /*  padding: 2%;
        padding-left: 9%; */
    }

    .title {
        font-size: 40px;
    }

    .invite-desc {
        font-size: 24px;
    }

    .invite .email {
        padding: 3% 10%;
        font-size: 20px;
    }

    .invite-desc-min {
        font-size: 14px !important;
    }

    /*.tabs-content-flex-l {*/
    /*    width: 30%;*/
    /*}*/

    .tabs-value p {
        width: 90%;
        margin: 0;
        margin-bottom: 8px;
        line-height: 16px;
        font-size: 12px;
        padding-top: 1%;
    }

    .tabs-content-flex-r {
        padding-top: 2% !important;
    }

    .team-title {
        font-size: 35px;
    }

    .team-li {
        color: #3f3f3f;
        line-height: 35px;
        font-size: 16px;
    }

    .team-yl-desc {
        line-height: 20px;
        font-size: 16px;
    }

    .team-end {
        font-size: 25px;
    }
}

@media screen and (min-width: 1920px) {
    .originator-head-r {
        height: 260px;
    }

    .desc {
        font-size: 30px;
    }

    .title {
        font-size: 60px;
    }

    .invite-desc {
        font-size: 40px;
    }

    .invite .email {
        padding: 3% 15%;
        font-size: 30px;
    }

    /*.tabs-content-flex-l {*/
    /*    width: 15%;*/
    /*}*/

    .tabs-value p {
        width: 90%;
        margin: 0;
        margin-bottom: 10px;
        line-height: 35px;
        padding-top: 1%;
    }

    .team-title {
        font-size: 45px;
    }

    .team-li {
        color: #3f3f3f;
        line-height: 45px;
        font-size: 20px;
    }

    .team-yl-desc {
        line-height: 17px;
        font-size: 20px;
    }

    .team-end {
        font-size: 38px;
    }
}

body {
    min-width: 1440px!important;
}

header {
    background-color: white;
    margin: 0% !important;
    position: fixed;
}

.banner {
    width: 100%;
    height: 100%;
    /*height: 800px;*/
    overflow: hidden;
    position: relative;
}

.banner .video-box {
    width: 100%;
    height: 100%;
}

.banner .video-box video {
    width: 100%;
    height: unset!important;
}

.banner ul li {
    width: 100%;
    float: left;
}

.banner ul li img {
    width: 100%;
}

.banner .surface-content {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 100px;
}

.banner .surface-content h2 {
    font-size: 6rem;
    color: #fff;
    margin-bottom: 2.85rem;
    letter-spacing: 1.4rem;
    font-weight: 100;
}

.banner .surface-content p {
    color: #fff;
    font-weight: bold;

    margin: 0 auto;
    letter-spacing: 0.5rem;
}

.environment {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /* height: 46.5vh */
    flex: 1;
}

.environment div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.environment img {
    width: 100%;
    height: 100%;
}

.environment-desc {
   /*  padding: 5%;
    padding-left: 15%; */
}

.environment-desc h2 {
    color: #113eab;
    font-weight: initial;
    padding-bottom: 20px;
    font-size: calc(100vw * 40 / 1400);
    margin: 0;
}

.environment-desc li {
    font-size: calc(100vw * 16 / 1400);
    line-height: 40px;
}

.invite {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
}

.invite-l {
    width: 35%;
    background-color: #113eab;
    /* padding: 3% 7%; */
    display: flex;
    color: white;
    /* alignment-baseline: middle; */
    flex-direction: column;
    align-items: self-start;
    /*justify-content: center;*/
    /*padding-left: 7%;*/
    padding: 7% 5%;
}

.invite-r {
    width: 65%;
    padding: 5%;
}


.email-data {
    /*padding-top: 10%;*/
    padding-top: 25%;
}

.invite .email {
    width: 56%;
    height: auto;
    text-align: center;
    background-color: white;
    line-height: 50px;
    color: black;
    cursor: pointer;
}

.team {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.team-desc {
    /* width: 50%;
    padding: 5% 10%; */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    padding-left: 10%;
}

.team-jihui {
    padding-top: 8%;
}

.section {
    height: 100% !important;
}

.fp-tableCell {
    padding-top: 100px;
    height: 100% !important;
}

.team-two {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.team-title {
    color: #113eab;
}

.team-li {
    color: #3f3f3f;
}

.team-yl {
    width: 465px;
    display: flex;
    justify-content: space-between;
    /* padding-top: 25%; */
}

.team-name-content {
    display: flex;
    flex-direction: column;
}

.team-yl .name {
    font-size: calc(100vw * 25 / 1400);
    font-weight: initial;
}

.team-yl-desc {
    color: #3f3f3f;
}

.team-end {
    color: #113eab;
    line-height: 38px;
}

.team-img {
    width: 50%;
}

.team img {
    width: 100%;
    height: 100%;
}

.tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid #f3f3f3;

}

.box-ml {
    background-color: #F2F2F2;
}

.tabs-item {
    background-color: white;
    text-align: left;
    font-size:calc(100vw * 15 / 1400);;
    height: 80px;
    color: black;
    line-height: 80px;
}

.tabs-item:hover {
    border-bottom: 2px solid #123EAB;
    color: #123EAB;
    cursor: pointer;
}

.tabs-item-hover {
    border-bottom: 3px solid #123EAB;
    color: #123EAB;
}

.tabs-item-content {
    padding-top: 30px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.tabs-value {
    flex: 1;
}

.profession-span:hover {
    color: #113eab;
    border-bottom: 2px solid #123EAB;
    padding-bottom: 5px;
    cursor: pointer;
}

.profession-hover {
    color: #113eab;
    border-bottom: 2px solid #123EAB;
    padding-bottom: 5px;
}

.tabs-content {
    color: #3f3f3f;
}

.tabs-content-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 3%;
}

.tabs-content-flex-l {
    border-right: 2px solid #f3f3f3;
    font-size: 18px;
    line-height: 60px;
    white-space: nowrap;
}
.tabs-content-flex-l .profession{
    margin-right: 20px;
}

.tabs-content-flex-r {
    width: 92%;
    padding-left: 5%;
}

strong {
    font-size: 30px;
    color: #123EAB;
}

.tabs-title {
    padding-left: 17%;
}

.tabs-title-num {
    padding-top: 5%;
}

.tabs-row {
    width: calc(100% - 10px);
    left: 5px;
    height: 1px;
    bottom: 0;
    background-image: linear-gradient(to right, #3f3f3f 0%, #3f3f3f 30%, transparent 50%);
    background-size: 15px 1px;
    background-repeat: repeat-x;
}

.font-desc {
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.title {
    font-size: 50px;
    margin: 0;
    line-height: 1.5;
}

.tabs-content-info {
    height: 50vh;
    overflow: auto;
}

.tabs-content-info:first-child {
    margin-right: 15px;
}

/* 滚动条整体样式(高宽分别对应横竖滚动条的尺寸) */
.interior-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* 滚动条里面小方块 */
.interior-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

/* 滚动条里面轨道 */
.interior-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
