/* tab start */
.about_us_tab {
    margin-top: 80px;
}

.about_us_tab>div {
    width: 730px;
    margin: 0px auto;
    text-align: center;
}

.about_us_tab ul {
    display: inline-block;
}

.about_us_tab li {
    width: 160px;
    height: 48px;
    float: left;
}

.about_us_tab li+li {
    margin-left: 30px;
}

.about_us_tab li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 48px;
    background-color: #f7f7f7;
    color: #333333;
}

.about_us_tab li:hover a {
    color: #ffffff;
    background-color: #2e5ced;
}

.about_us_tab_active>a {
    color: #ffffff !important;
    background-color: #2e5ced !important;
}

/* tab end */

/* 核心团队 */
.publicTeamBox {
    width: 100%;
}

.contentTopBox {
    margin-top: 50px;
}

.contentTopBox .contentTopBox_left {
    width: 568px;
    height: 346px;
    background-color: #adadad;
}

.contentTopBox .contentTopBox_left img {
    width: 100%;
    height: 100%;
}

.contentTopBox .contentTopBox_right {
    width: 632px;
    height: 346px;
    padding: 60px;
    box-sizing: border-box;
    /* background-color: rgba(173, 173, 173, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19adadad, endcolorstr=#19adadad); */
    background-image: url("../images/enterpriseTeam_bg1.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/enterpriseTeam_bg1', sizingMethod='scale');
}

.contentTopBox .contentTopBox_right div {
    height: 570px;
    overflow: hidden;
    overflow-y: auto;
    font-family: MicrosoftYaHei;
    line-height: 32px;
    color: #999999;
}


.contentList {
    width: 100%;
    margin-top: 50px;
}

.contentList a {
    display: block;
    position: relative;
    width: 277px;
    height: 354px;
    margin-top: 30px;
    margin-left: 30px;
    overflow: hidden;
    float: left;
}

.contentList a.first {
    margin-left: 0px;
}

.contentList a img {
    width: 100%;
    height: 100%;
}

.contentList .contentTit {
    position: absolute;
    padding: 60px 30px 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 123px;
    background: url("../images/enterpriseTeam_bg2.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/enterpriseTeam_bg2.png', sizingMethod='scale');
}

.contentList .contentTit p {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}


/* 核心团队 end*/

/* 弹框 */

.pupupBox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 870px;
    padding: 30px;
    height: 470px;
    margin-left: -435px;
    margin-top: -235px;
    background-color: #ffffff;
    border-radius: 8px;
    z-index: 99999999;
    background: url("../images/enterpriseTeam_bg4.png") no-repeat right bottom;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/enterpriseTeam_bg4.png', sizingMethod='scale');
}

.pupupBox .pupupBox_left {
    width: 320px;
    height: 100%;
    border-radius: 4px;
    background: url("../images/enterpriseTeam_bg3.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/enterpriseTeam_bg3.png', sizingMethod='scale');
}

.pupupBox .pupupBox_left img {
    width: 100%;
    height: 100%;
}

.closePopup {
    position: absolute;
    right: 0px;
    top: -74px;
    width: 44px;
    height: 44px;
}

.pupupBox .pupupBox_right {
    height: 100%;
    width: 490px;
    padding-left: 40px;
}

.pupupBox .pupupBox_right .titleBox {
    line-height: 70px;
    height: 70px;
}

.pupupBox .pupupBox_right .titleBox p {
    display: inline-block;
    margin-right: 20px;
}

.pupupBox .pupupBox_right .titleBox {
    margin-bottom: 30px;
}

.pupupBox .pupupBox_right .titleBox .name {
    font-family: MicrosoftYaHei-Bold;
    color: #333333;
    position: relative;
}

.pupupBox .pupupBox_right .titleBox .name:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 2px;
    background-color: #2e5ced;
}

.pupupBox .pupupBox_right .titleBox .job {
    padding: 0px 16px;
    height: 30px;
    line-height: 30px;
    background-color: #2e5ced;
    border-radius: 15px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
}

.pupupBox .pupupBox_right .titleBoxCont {
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.pupupBox .pupupBox_right .titleBoxCont p {
    font-family: MicrosoftYaHei;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

@media (max-width: 767px) {
    .about_us_tab>div {
        width: 100%;
    }

    .about_us_tab ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .about_us_tab li {
        width: 90px;
        height: 40px;
        margin-left: 0px !important;
        float: none;
    }

    .about_us_tab li a {
        line-height: 40px;
    }

    .about_us_tab {
        margin-top: 30px;
    }

    .contentTopBox {
        margin-top: 30px;
    }

    .contentTopBox .contentTopBox_right,
    .contentTopBox .contentTopBox_left {
        width: 100%;
        height: auto;
    }

    .contentTopBox .contentTopBox_right {
        padding: 4%;
    }

    .contentTopBox .contentTopBox_right div {
        height: auto;
        padding-bottom: 50px;
        line-height: 24px;
    }

    .contentList {
        margin-top: 0px;
    }

    .contentList a {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .contentList .contentTit {
        height: auto;
        padding: 40px 4% 20px;
    }

    .pupupBox {
        width: 100vw;
        /* margin-left: -50vw; */
        margin-top: 0px;
        /* transform: translateY(-50%); */
        bottom: 0px;
        left: 0px;
        margin-left: 0px;
        top: auto;
        border-radius: 8px 8px 0px 0px;
        height: auto;
        padding: 4%;
        padding-top: 6%;
        padding-bottom: 6%;
        background-image: none;
        background-color: #ffffff;
    }

    .pupupBox .pupupBox_left {
        width: 40%;
        height: auto;
    }

    .layui-layer-title {
        display: none !important;
    }

    .pupupBox .pupupBox_right {
        width: 100%;
    }

    .pupupBox .pupupBox_left img {
        height: auto;
    }

    .closePopup {
        width: 30px;
        height: 30px;
        top: -40px;
    }

    .pupupBox .pupupBox_right {
        padding-left: 0px;
        margin-top: 10px;
        max-height: 40vh;
        overflow: hidden;
        overflow-y: auto;
    }

    .pupupBox .pupupBox_right .titleBox {
        height: 50px;
        line-height: 50px;
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        margin-bottom: 10px;
    }

    .pupupBox .pupupBox_right .titleBox .job {
        width: auto;
        height: 30px;
        line-height: 30px;
        padding: 0px 10px;
        font-size: 12px;
        margin-left: 15px;
    }

    .pupupBox .pupupBox_right .titleBox p {
        margin-right: 0px;
    }

    .pupupBox .pupupBox_right .titleBoxCont {
        height: 200px;
    }

    .pupupBox .pupupBox_right .titleBoxCont p {
        font-size: 12px;
        line-height: 20px;
    }
}