/* @font-face {
    font-family: CN_Normal;
    src: url('../images/font/SourceHanSansCN-Normal.otf');
}

@font-face {
    font-family: CN_Light;
    src: url('../images/font/SourceHanSansCN-Light.otf');
}

@font-face {
    font-family: CN_Bold;
    src: url('../images/font/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: CN_ExtraLight;
    src: url('../images/font/SourceHanSansCN-ExtraLight.otf');
}

@font-face {
    font-family: CN_Heavy;
    src: url('../images/font/SourceHanSansCN-Heavy.otf');
}


@font-face {
    font-family: EN_Normal;
    src: url('../images/font/Candara.ttf');
}

@font-face {
    font-family: EN_Bold;
    src: url('../images/font/Candarab.ttf');
} */

.contact_logo {
    position: absolute;
    background: url(../images/team/logo_pic.png) center no-repeat;
    background-size: 100% 100%;
    width: 514px;
    max-width: 514px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

@media (max-width: 1440px) {
    .contact_logo {
        width: 450px;
    }
}

.logo_contact {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    background: url(../images/about/logo.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100px;
    background-size: 100%;
    margin-left: 16%;
    margin-top: 5%;
    background-size: contain;
}

@media (max-width: 1440px) {
    .logo_contact {
        margin-left: 11%;
    }
}

.team_page {
    position: relative;
}

.team_page > .top {
    background: url(../images/team/top_pic.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 100% 100%;
    height: 250px;
    /* padding: 66px 32vw 0; */
    padding: 66px 35.4vw;
    white-space: nowrap;
}

.team_cont {
    position: relative;
    /* padding-left: 317px; */
    padding-left: 16.4vw;
    margin-bottom: 100px;
}

@media (max-width: 1440px) {
    .team_cont{
        /* padding-left: 200px; */
        margin-left: 0;
    }
}

.team1 {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 100px;
    width: 54%;
}


.team_title {
    position: relative;
    width: 100%;
    height: 5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-left: 0vw;
    font-family: CN_Normal;
}

.team_title > hr {
    margin-top: 30px;
}

.team_title > span {
    color: #79785e;
    font-size: 18px;
    margin-left: 20px;
}

.team_title > span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    left: 5px;
    top: 8px;
    background: url(../images/top_pic3.png) center no-repeat;
    background-size: contain;
}

.team_detail {
    position: relative;
    width: 100%;
    height: 11vw;
    left: 0;
    margin-bottom: 5vw;
}

.team_bg1 {
    position: absolute;
    background: url(../images/team/big_bg.png) center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 90%;
    top: 10%;
    display: none;
}

.team_bg2 {
    position: absolute;
    background: url(../images/team/small_bg.png) center no-repeat;
    background-size: contain;
    width: 30%;
    height: 90%;
    top: 10%;
}

.team_head {
    position: absolute;
    /*background: url(../images/team/team_pic1.png) center no-repeat;*/
    background-size: contain!important;
    width: 32%;
    height: 91%;
    top: 0%;
    left: 1.5%;
}

.team_job {
    position: absolute;
    width: 63%;
    height: 40%;
    right: 9%;
    top: 14%;
}

.job_frame1 {
    position: absolute;
    background: url(../images/team/frame1.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.job_frame2 {
    position: absolute;
    background: url(../images/team/frame2.png) center no-repeat;
    background-size: contain;
    width: 24%;
    height: 100%;
    left: 0;
    top: 0;
}

.job_txt {
    position: absolute;
    left: 5%;
    top: 15%;
    font-family: CN_Light;
    font-size: 0.75vw;
    color: #767777;
}

.name_txt {
    position: absolute;
    left: 5%;
    top: 42%;
    font-family: CN_Normal;
    font-size: 1.2vw;
    color: #43422b;
}

.intro_txt {
    position: absolute;
    width: 56%;
    height: 30%;
    right: 5%;
    bottom: 18%;
    font-family: CN_Normal;
    font-size: 0.85vw;
}

.top > div > span {
    color: #79785e;
    white-space: nowrap;
}

.top > div > span:nth-child(3):hover {
    background: #fff;
}

.top > div > span:nth-child(5):hover {
    background: transparent;
}

.top > h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: EN_Bold;
    font-size: 45px;
    color: #79785e;
}

.top > h4 {
    margin-top: 0px;
    font-family: CN_Light;
    font-size: 20px;
    color: #000;
}

.top > div > span > a {
    color: #79785e;
}

.nav-list {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    display: none;
    z-index: 100;
}


@media (max-width: 830px) {
    .top > div {
        text-align: center;
        overflow: scroll;
    }
    .top > div::-webkit-scrollbar{
        width: 0;
    }

    .team_title > hr {
        margin-top: 15px;
    }

    .team_page > .top {
        padding: 10px 10vw 0!important;
        white-space: normal;
    }

    .team_cont {
        padding-left: 0;
    }

    .nav_btn {
        position: fixed;
        background: url(../images/phone/nav_btn.png) center no-repeat;
        background-size: contain;
        width: 5%;
        height: 3%;
        right: 5%;
        top: 3%;
        z-index: 999;
    }

    .nav_bg {
        height: 15vw;
    }

    .logo_nav {
        /* position: fixed; */
        position: absolute;
        z-index: 990;
        background: url(../images/phone/nav_logo.png) center no-repeat;
        background-size: contain;
        width: 25%;
        height: 60%;
        left: 4%;
        /* top: 1%; */
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin-left: 0%;
        margin-top: 0%;
    }

    .contact_logo {
        display: none;
    }

    .team1 {
        width: 80%;
    }

    .team_detail {
        height: 111vw;
        margin-bottom: 0vw;
    }

    .team_bg1 {
        display: block;
    }

    .team_bg2 {
        display: none;
    }

    .team_head {
        width: 88%;
        height: 48%;
        top: 25%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .team_job {
        position: absolute;
        width: 88%;
        height: 40%;
        top: 14%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .job_frame1 {
        width: 100%;
        height: 25%;
        left: 0;
        top: 0;
        display: block;
    }

    .job_frame2 {
        display: none;
    }

    .intro_txt {
        width: 88%;
        height: 30%;
        bottom: -6%;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 12px;
    }

    .job_txt {
        top: 1%;
        font-size: 12px;
    }

    .name_txt {
        top: 12%;
        font-size: 14px;
    }

    .top > div > span > a {
        font-size: 15px;
    }
}

#href4 {
    border-right: 1px solid #fff;
}
/* .nav_btn{
    background: url('../images/about/nav_btn1.png') center no-repeat!important;
}
 */
/* 2019-09-24修改 */
.intro_page {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 100px;
    width: 54%;
}

.intro_page>img {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.intro_page .txt{
    position: relative;
    margin-top: 5%;
}

.nav_btn {
   background: url(../images/team/nav_btn.png) center no-repeat!important;
   background-size: contain!important;
}