@charset "utf-8";

/* 人物信息 */

.people-jj {
    position: relative;
    overflow: hidden;
}

.introbox {
    position: relative;
    margin-top: 60px;
    margin-bottom: 120px;
    padding: 20px;
    z-index: 6;
}

.introbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    border-radius: 902px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background: url(../images/sect2-bg.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
}

.photobox {
    float: left;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.photobox .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.xgjj {
    overflow: hidden;
    padding-left: 120px;
}

.name {
    margin-top: 40px;
}

.name h1 {
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    font-weight: bold;
}

.name .like i {
    display: inline-block;
    padding-left: 35px;
    background: url(../images/hot.png) no-repeat left center;
    font-size: 22px;
    color: #3D3D3D;
    font-family: "ssong";
}

.name p {
    font-size: 18px;
    color: #0973A9;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.name p span {
    display: inline-block;
    padding-right: 100px;
}

.data {
    position: relative;
    font-size: 0;
}

.brief .data ul {
    font-size: 0;
    margin-top: 25px;
}

.brief .data li {
    float: left;
    margin: 8px 0;
    width: 50%;
    font-size: 18px;
    color: #3D3D3D;
}

.tutor {
    margin-top: 25px;
}

.tutor a {
    display: inline-block;
    width: 336px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #8F000B;
    font-size: 18px;
    color: #8F000B;
    margin-right: 115px;
}

.tutor a:hover {
    background: #8F000B;
    color: #fff;
}

.edu .slideBox .hd {
    position: relative;
    padding-top: 100px;
    padding-bottom: 90px;
    float: left;
    width: 46.25%;
    padding-left: 260px;
    background: #8F000B url(../images/ed-l-bg.png) no-repeat left center;
    background-size: cover;
    box-sizing: border-box;
}

.edu .slideBox .hd::after {
    content: "";
    position: absolute;
    width: 557px;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../images/ed-xx.png) no-repeat left center;
}

.edu .slideBox .hd ul {
    font-size: 0;
}

.edu .slideBox .hd ul li {
    position: relative;
    padding: 23px 0;
    z-index: 6;
    cursor: pointer;
    transition: all .3s;
}

.edu .slideBox .hd ul li::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 15px;
    left: 100px;
    right: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .1), transparent);
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, .1), transparent);
    background-image: rgba(255, 255, 255, .3);
    transition: all .3s;
}

.edu .slideBox .hd ul li.on::after {
    right: 0;
}

.edu .slideBox .hd ul li a {
    display: block;
    overflow: hidden;
}

.edu .slideBox .hd ul li:nth-child(2) {
    padding-left: 45px;
}

.edu .slideBox .hd ul li .icon {
    float: left;
    position: relative;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 7px solid rgba(237, 240, 178, .2);
    transition: all .3s;
    z-index: 6;
}

.edu .slideBox .hd ul li.on .icon {
    transform: scale(1.4);
    border: 7px solid #B34F58
}

.edu .slideBox .hd ul li:nth-child(1).on .icon,
.edu .slideBox .hd ul li:nth-child(3).on .icon {
    transform-origin: left center;
}

.edu .slideBox .hd ul li .icon::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
}

.edu .slideBox .hd ul li .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    z-index: 99;
}

.edu .slideBox .hd ul li p {
    overflow: hidden;
    width: calc(100% - 120px);
    padding-left: 20px;
    font-size: 28px;
    line-height: 118px;
    color: #fff;
    font-family: "sisong";
    transition: all .3s;
}



.edu .slideBox .hd ul li div.more_btn {
    /* position: absolute; */
    display: none
}

.edu .slideBox .hd ul li.on div.more_btn {
    display: block
}

.edu .slideBox .hd ul li div.more_btn a {
    position: absolute;
    right: 10px;
    top: 60%;
    font-size: 16px;
    color: #fff;
    padding-left: 24px;
    background: url(../images/more-icon.png) no-repeat left center;
    font-family: "微软雅黑";
    z-index: 10;
}

.edu .slideBox .hd ul li div.more_btn::after {
    content: "";
    position: absolute;
    left: 336px;
    right: 86px;
    height: 1px;
    top: 66%;
    background: rgba(255, 255, 255, .3);
}


.edu .slideBox .hd ul li.on p {
    padding-left: 40px;
    line-height: 165px;
    margin-top: -30px;
    box-sizing: border-box;
}

.edu .slideBox .hd ul li:nth-child(1).on p,
.edu .slideBox .hd ul li:nth-child(3).on p {
    padding-left: 70px;
}

.edu .slideBox .bd {
    float: right;
    width: 53.75%;
}

.edu .slideBox .bd ul p.no_content {
    padding-top: 60px;
    padding-right: 260px;
    padding-left: 80px;
}


.edu .slideBox .bd ul li {
    padding-right: 260px;
    padding-left: 80px;
    background-position: right center;
    transition: all .3s;
}

.edu .slideBox .bd ul li:hover {
    padding-right: 115px;
    background: #fff url(../images/ed-r-bg.png) no-repeat right center;
    background-size: auto 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.edu .slideBox .bd ul li a {
    padding: 30px 0;
    display: block;
    border-bottom: 1px dashed #D8D8D8;
}

.edu .slideBox .bd ul li:last-child a {
    border-bottom: 1px dashed transparent;
}

.edu .slideBox .bd ul li:hover a {
    border: 1px solid transparent;
}

.edu .slideBox .bd ul li span {
    display: block;
    line-height: 25px;
    padding-left: 40px;
    background: url(../images/date-icon.png) no-repeat left center;
    font-size: 20px;
    color: #8F000B;
    font-weight: bold;
}

.edu .slideBox .bd ul li p {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    color: #9E9E9E;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;                   
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.edu .slideBox .bd ul li:hover p {
    color: #666666;
}

.section3 {
    padding-top: 85px;
    padding-bottom: 110px;
}

.sect3-l {
    position: relative;
    /* margin-top: 70px; */
    float: right;
    width: 51.2%;
    background: url(../images/sect3-l-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 90px 118px 78px;
    /* border-top-left-radius: 40px; */
}

.sect3-l:After {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border-right: 48px solid #78020B;
    border-top: 60px solid transparent;
}

.sect3-r {
    position: relative;
    float: left;
    width: 51%;
    margin-left: -2.2%;
    z-index: 3;
    margin-top: 60px;
    /* background: url(../images/sect3-r-bg.png) no-repeat right top; */
    /* padding-top: 25px; */
    /* padding-right: 25px; */
}

.award {
    background: #fff;
    padding-top: 60px;
    padding-left: 45px;
    padding-bottom: 68px;
    box-shadow: 0px 5px 33px 0px rgba(143, 0, 11, 0.2);
    /* border-radius: 0px 0px 40px 0px; */
}

.tit_in {
    position: relative;
    font-size: 36px;
    color: #fff;
    font-family: "sisong";
}

.tit_in a {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 16px;
    color: #fff;
    padding-left: 24px;
    background: url(../images/more-icon.png) no-repeat left center;
    font-family: "微软雅黑";
}

.tit_in a:hover {
    text-decoration: underline;
}

.sect3-l .tit_in::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    top: 50%;
    transform: translateY(-50%);
}

.sect3-l .tit_in::after {
    content: "";
    position: absolute;
    left: 370px;
    right: 65px;
    height: 1px;
    top: 30px;
    background: rgba(255, 255, 255, .3);
}

.sect3-l ul li {
    position: relative;
    left: 0;
    transition: all .3s;
}

.sect3-l ul li:hover {
    left: 5px;
}

.sect3-r .tit_in {
    position: relative;
    color: #282828;
    margin-right: 55px;
}

.sect3-r .tit_in::after {
    content: "";
    position: absolute;
    left: 370px;
    right: 65px;
    height: 1px;
    top: 30px;
    background: #8F000B;
}

.sect3-r .tit_in a {
    background: url(../images/s3-r-more.png) no-repeat left center;
    color: #8F000B;
}

.sect3 ul {
    margin-top: 30px;
}

.sect3 ul li a {
    position: relative;
    display: block;
    padding: 25px 0;
/*    padding-left: 70px;*/
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
}

.sect3 ul li a span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 70px;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.sect3 ul li a p {
    /* padding-left: 15px; */
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3 .sect3-r ul li {
    position: relative;
    padding-right: 50px;
    transition: all .3s;
}

.sect3 .sect3-r ul li:after {
    content: "";
    position: absolute;
    left: -45px;
    width: 0;
    top: 0;
    bottom: 0;
    background: #8F000B;
    transition: all .6s;
}

.sect3 .sect3-r ul li:hover:after {
    width: calc(100% + 50px);
}

.sect3 .sect3-r ul li a {
    position: relative;
    border-bottom: 1px dashed #D8D8D8;
    /* padding-left: 130px; */
    z-index: 9;
}

.sect3 .sect3-r ul li:hover a {
    border-bottom: 1px dashed transparent;
}

.sect3 .sect3-r ul li a span {
    display: block;
    width: 130px;
    padding-left: 50px;
    color: #333333;
    border-right: 1px solid #333333;
}

.sect3 .sect3-r ul li:hover a span {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.sect3 .sect3-r ul li a p {
    color: #333333;
}

.sect3 .sect3-r ul li:hover a p {
    color: #fff;
}

.section4 {
    padding-top: 90px;
    padding-bottom: 100px;
    background: url(../images/sect4-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sect4 {
    position: relative;
}

.sect4 .tit_in {
    float: right;
    /* position: absolute; */
    top: 0;
    right: 0;
    width: 660px;
    color: #282828;
}

.sect4 .tit_in::after {
    content: "";
    position: absolute;
    left: 315px;
    right: 65px;
    height: 1px;
    top: 30px;
    background: #8F000B;
}

.sect4 .tit_in a {
    background: url(../images/s3-r-more.png) no-repeat left center;
    color: #8F000B;
}



.team_intro {
    display: block;
    margin: 60px 0;
    width: 100%;
    clear: both;
}

.team_intro dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 15px;
    padding-left: 10px;
}

.team_intro dt {
    /* width: 80px; */
    line-height: 28px;
    position: relative;
    font-size: 18px;
    display: inline-block;
    position: relative;
    color: #8f000b;
    font-weight: bold;
    z-index: 6;
}

.team_intro dd {
    flex: 1;
    font-size: 18px;
    color: #353535;
    line-height: 28px;
    width: auto;
}


.sect4 .hd {
    position: relative;
    float: left;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    border: 1px dashed #8F000B;
    margin-left: 85px;
}

.sect4 .hd ul li {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 7px;
    background: #fff;
    margin: 30px 0;
    transition: all .3s;
}

.sect4 .hd ul li.on {
    transform: scale(1.8);
    background: #8F000B;
}

.sect4 .hd ul li .pic {
    padding-top: 100%;
    border-radius: 50%;
}


.sect4 ul li .pic:hover .img {
    transform: scale(1.2);
}

.sect4 ul li .pic .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: contain !important;
    transition: all .6s;
}

.sect4 .hd ul li:nth-child(1) {
    position: absolute;
    top: -30px;
    left: 160px;
}

.sect4 .hd ul li:nth-child(2) {
    position: absolute;
    position: absolute;
    top: 10%;
    left: 0;
}

.sect4 .hd ul li:nth-child(3) {
    position: absolute;
    top: 36%;
    left: -75px;
}

.sect4 .hd ul li:nth-child(4) {
    position: absolute;
    bottom: 10%;
    left: 0;
}

.sect4 .hd ul li:nth-child(5) {
    position: absolute;
    position: absolute;
    bottom: -30px;
    left: 160px;
}

.sect4 .bd {
    position: relative;
    float: right;
    width: calc(100% - 310px);
    margin-left: -540px;
    margin-top: 190px;
    z-index: 2;
}

.sect4 .bd::before {
    content: "";
    position: absolute;
    left: 10px;
    width: 100vw;
    top: 10px;
    bottom: 10px;
    border-radius: 902px;
    background: #fff url(../images/sect4-r-bg.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.sect4 .bd::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100vw;
    top: 0;
    bottom: 0;
    border: 10px solid rgba(153, 153, 153, 0.1);
    border-radius: 902px;
    background-size: cover;
}

.sect4 .bd ul {
    position: relative;
    z-index: 2;
}

.sect4 .bd ul li a {
    position: relative;
    display: block;
    padding-right: 310px;
}

.sect4 .bd ul li a .tpp {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    border-radius: 50%;
}

.sect4 .bd ul li a .tpp::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #8F000B;
    border-radius: 50%;
    transform: translate(10px, 10px);
}

.sect4 .bd ul li a .tpp .pic {
    padding-top: 100%;
    border-radius: 50%;
    z-index: 8;
}

.sect4 .bd ul li a .text {
    padding: 45px 0;
    padding-left: 140px;
}

.sect4 .bd ul li a .text .bt {
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

.sect4 .bd ul li a .text .bt span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #8F000B;
    font-weight: bold;
    margin-right: 35px;
    text-transform: capitalize;
}

.sect4 .bd ul li a .text .bt span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #8F000B;
    bottom: -15px;
}

.sect4 .bd ul li a .text .bt i {
    font-size: 18px;
    color: #3D3D3D;
    font-weight: bold;
}

.sect4 .bd ul li a .text p {
    line-height: 36px;
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
    height: 108px;
    overflow-y: auto;
}

.sect4 .bd ul li a .text .more {
    margin-top: 30px;
    width: 118px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #8F000B;
    border-radius: 30px;
    border: none;
}

.section5 {
    padding-top: 142px;
    padding-bottom: 70px;
    background: url(../images/section4-bg.png) no-repeat center center;
    background-size: cover;
}

.member {
    overflow: hidden;
}

.member ul {
    margin: 0 -15px;
}

.member ul li a {
    display: block;
    position: relative;
    margin: 0 15px;
}

.member ul li a .tpp {
    overflow: hidden;
}

.member ul li a .pic {
    position: relative;
    padding-top: 137.3%;
    z-index: 9;
    overflow: hidden;
}

.member ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgb(35 82 143 / 30%);
    transition: all .3s;
    z-index: 9;
}

.member ul li:hover a::after {
    height: 100%;
}

.member ul li a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 70px;
    background: url(../images/s5-txt.png) no-repeat center center;
    background-size: cover;
    z-index: 99;
    text-align: center;
}

.member ul li a .text p {
    font-size: 24px;
    color: #fff;
}

.sect5 .jt {
    text-align: center;
}

.sect5 .jt>div {
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 1px dashed #057AB4;
    border-radius: 50%;
    margin: 0 15px;
    margin-top: 40px;
    cursor: pointer;
}

.sect5 .jt-l {
    position: relative;
    background: url(../images/sect5-l.png) no-repeat center center;
}

.sect5 .jt-r {
    position: relative;
    background: url(../images/sect5-r.png) no-repeat center center;
    transition: all .3s;
}

.sect5 .jt-l:hover {
    border: 1px solid transparent;
    background: url(../images/sect5-l-other.png) no-repeat center center;
    transition: all .3s;
}

.sect5 .jt-r:hover {
    border: 1px solid transparent;
    background: url(../images/sect5-r-other.png) no-repeat center center;
}

@media only screen and (max-width:1800px) {
    .edu .slideBox .hd {
        padding-left: 60px;
    }

    .edu .slideBox .hd::after {
        left: -205px;
    }
}

@media only screen and (max-width:1700px) {
    .edu .slideBox .bd ul li {
        padding-right: 100px;
    }

    .edu .slideBox .bd ul p.no_content {
        padding-top: 60px;
        padding-right: 160px;
    }


}

@media only screen and (max-width:1500px) {
    .sect4 .hd {
        margin-left: 130px;
    }

    .sect4 .bd {
        width: calc(100% - 350px);
    }
}

@media only screen and (max-width:1400px) {
    .tutor a {
        width: 230px;
        padding: 10px;
        line-height: 24px;
        height: auto;
        text-align: left;
    }
}

@media only screen and (max-width:1300px) {
    .tutor a {
        margin-right: 5px;
    }

    .xgjj {
        padding-left: 15px;
    }

    .edu .slideBox .bd ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .edu .slideBox .hd ul li p {
        font-size: 20px;
    }

    .edu .slideBox .hd {
        padding-left: 20px;
    }

    .edu .slideBox .hd ul li.on .icon {
        transform: scale(1.2);
    }

    .edu .slideBox .hd ul li.on p {
        line-height: 140px;
    }

    .edu .slideBox .hd ul li::after {
        top: 10px;
    }

    .edu .slideBox .hd::after {
        left: -250px;
    }

    .sect3-l {
        padding: 20px;
        padding-right: 40px;
    }

    .tit_in {
        font-size: 28px;
    }

    .award {
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .sect3-r .tit_in::after {
        left: 280px;
    }

    .sect3-r .tit_in::after {
        top: 20px;
    }

    .tit_in a {
        top: 10px;
    }

    .sect4 .hd {
        width: 540px;
        height: 540px;
    }

    .sect4 .bd {
        margin-top: 85px;
        width: calc(100% - 290px);
    }

    .sect4 .bd ul li a .text {
        padding-left: 100px;
    }

    .sect4 .bd::after {
        border-radius: 200px;
    }

    .sect4 .bd ul li a .tpp {
        width: 200px;
        height: 200px;
    }

    .sect4 .bd ul li a {
        padding-right: 220px;
    }

    .section4 {
        padding: 30px 0;
        padding-bottom: 115px;
    }

    .sect4 .tit_in {
        position: relative;
        width: 100%;
        float: none;
    }

    .team_intro {
        margin: 20px 0 110px;
    }

    .sect4 .tit_in::after {
        left: 240px;
    }

    .sect3-l .tit_in::after {
        left: 280px;
        top: 20px;
    }

    .sect4 .slideBox {
        margin-top: 40px;
    }

    .sect4 .hd ul li:nth-child(1) {
        top: -70px;
    }

    .sect4 .hd ul li:nth-child(5) {
        bottom: -70px;
    }

    .sect4 .hd ul li:nth-child(2) {
        top: 0;
    }

    .sect4 .hd ul li:nth-child(4) {
        bottom: 0;
    }
}

@media only screen and (max-width:1020px) {
    .photobox {
        width: 150px;
        height: 150px;
        margin-top: 30px;
    }

    .name {
        margin-top: 0;
    }

    .brief .data ul {
        margin-top: 10px;
    }

    .tutor {
        margin-top: 10px;
    }

    .introbox:after {
        border-radius: 0;
        background: #fff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .introbox {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .edu .slideBox .hd {
        float: none;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .edu .slideBox .bd {
        float: none;
        width: 100%;
    }

    .edu .slideBox .hd ul li {
        padding: 15px 0;
    }


    .edu .slideBox .bd ul p.no_content {
        padding: 30px 20px;
    }

    .section3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sect3-l {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    .sect3-l:After {
        display: none;
    }

    .sect3-r {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .sect3 .sect3-r ul li a span {
        padding-left: 20px;
        width: 85px;
    }

    .sect3 .sect3-r ul li a {
        /* padding-left: 80px; */
    }

    .sect4 .hd {
        float: none;
        width: 400px;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .sect4 .bd {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .sect4 .hd ul li:nth-child(1) {
        left: 110px;
    }

    .sect4 .hd ul li:nth-child(2) {
        top: 25px;
        left: auto;
        right: -25px;
    }

    .sect4 .hd ul li:nth-child(4) {
        left: auto;
        right: 0;
    }

    .sect4 .hd ul li:nth-child(5) {
        left: 50px;
    }

    .sect4 .hd ul li:nth-child(3) {
        top: 24%
    }

    .sect4 .bd::before {
        right: 10px;
        width: 100%;
    }

    .sect4 .bd::after {
        right: 0;
        width: 100%;
        box-sizing: border-box;
    }
}


@media only screen and (max-width:700px) {
    .photobox {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .introbox {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .xgjj {
        padding-left: 0;
    }

    .brief {
        padding-left: 0;
        text-align: center;
    }

    .name h1 {
        font-size: 26px;
    }

    .tutor a {
        width: 100%;
        margin: 5px 0;
        font-size: 16px;
    }

    .brief .data li {
        font-size: 16px;
        float: none;
        text-align: left;
        width: 100%;
    }

    .edu .slideBox .hd ul li .icon {
        width: 80px;
        height: 80px;
    }

    .edu .slideBox .hd ul li:nth-child(1).on p,
    .edu .slideBox .hd ul li:nth-child(3).on p {
        padding-left: 45px;
    }

    .edu .slideBox .hd ul li.on p {
        padding-left: 45px;
    }

    .edu .slideBox .hd ul li .icon img {
        height: 40px;
    }

    .edu .slideBox .hd ul li {
        padding: 8px 0;
    }

    .edu .slideBox .hd ul li:nth-child(2) {
        padding-left: 0px;
    }

    .edu .slideBox .hd ul li p {
        font-size: 14px;
    }

    .edu .slideBox .hd::after {
        display: none;
    }

    .edu .slideBox .hd ul li p {
        line-height: 80px;
    }

    .edu .slideBox .hd ul li.on p {
        line-height: 80px;
        margin-top: 0;
    }

    .edu .slideBox .hd ul li::after {
        left: 50px;
    }

    .edu .slideBox .hd ul li::after {
        top: 10px;
        bottom: 10px;
    }

    .edu .slideBox .hd ul li .icon {
        transform-origin: left center;
    }

    .edu .slideBox .bd ul li a {
        padding: 15px 0;
    }

    .edu .slideBox .bd ul li span {
        font-size: 16px;
    }

    .edu .slideBox .bd ul li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .edu .slideBox .hd ul li.on .icon {
        transform: scale(1);
    }

    .tit_in {
        font-size: 20px;
    }

    .sect3 ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        /*    padding-left: 60px;*/
    }

    .sect3 ul {
        margin-top: 15px;
    }

    .sect3 ul li a p {
        font-size: 16px;
    }

    .sect3 ul li a span {
        font-size: 16px;
        width: 55px;
    }

    .sect3 .sect3-r ul li {
        padding-right: 15px;
    }

    .sect3-r .tit_in {
        margin-right: 15px;
    }

    .sect3-r {
        padding-top: 0;
        padding-right: 0;
    }

    .sect3-l {
        padding-right: 15px;
    }

    .sect3 .sect3-r ul li a span {
        padding-left: 15px;
        width: 60px;
        padding-left: 0;
    }

    .sect3 .sect3-r ul li a {
        /*     padding-left: 60px; */
    }

    .team_intro {
        margin: 25px 0;
    }

    .team_intro dl {
        display: block;
    }

    .team_intro dt {
        padding: 0;
        display: block;
    }

    .sect4 .hd {
        width: 180px;
        height: 180px;
    }

    .sect4 .hd ul li {
        width: 80px;
        height: 80px;
    }

    .sect4 .hd ul li.on {
        transform: scale(1.3);
    }

    .sect4 .hd ul li:nth-child(3) {
        top: 10%;
        left: -40px;
    }

    .sect4 .hd ul li:nth-child(1) {
        left: 45px;
    }

    .sect4 .hd ul li:nth-child(2) {
        top: -20px;
    }

    .sect4 .hd ul li:nth-child(3) {
        top: 0;
        left: -45px;
    }

    .sect4 .hd ul li:nth-child(5) {
        left: 10px;
    }

    .sect4 .hd ul li:nth-child(4) {
        bottom: -45px;
        right: -18px;
    }

    .sect4 .bd {
        margin-top: 50px;
    }

    .sect4 .bd::before {
        border-radius: 0;
    }

    .sect4 .bd ul li a {
        padding-right: 0;
    }

    .sect4 .bd ul li a .text {
        padding-left: 0;
    }

    .sect4 .bd ul li a .tpp {
        position: relative;
        display: none;
    }

    .sect4 .slideBox {
        margin-top: 60px;
    }

    .sect4 .tit_in::after {
        top: 20px;
    }

    .sect4 .bd::before {
        display: none;
    }

    .sect4 .bd::after {
        display: none;
    }

    .sect4 .bd ul li a .text p {
        height: auto;
        font-size: 16px;
    }

    .sect4 .bd ul li a .text {
        padding: 0;
    }

    .sect4 .bd ul li a .text .bt span {
        font-size: 26px;
    }

    .sect4 .bd ul li a .text .more {
        margin-top: 15px;
    }

    .section4 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:370px) {
    .tit_in {
        font-size: 16px;
    }
}