@charset "utf-8";

.home1 {
    padding-top: 90px;
    padding-bottom: 55px;
    background: url(../images/bk2-bg.png) no-repeat center top;
    background-size: cover;
}

.sect2 {}

.sect2-l {
    float: left;
    width: 41.428%;
}

.sect2-r {
    float: right;
    width: 52.8%;
}

.brief {
    position: relative;
    border-bottom-right-radius: 90px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 35px;
    background: #fff;
}

.data {
    position: relative;
}

.tit_in {
    margin: 0 -1px;
    padding-top: 40px;
    margin-top: -10px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    padding: 40px 10px 20px;
    background: url(../images/edu-tit-bg.png) no-repeat left top;
    background-size: 100% 100%;
}

.tit_in h2 {
    position: relative;
    /* overflow: hidden; */
    padding-left: 15px;
    width: 70%;
    /* margin: 0 auto; */
}

.tit_in h2:after {
    content: "";
    position: absolute;
    left: 5px;
    top: -10px;
    width: 20px;
    height: 20px;
    border: 5px solid #FF8F1F;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
}

.tit_in h2 span {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 36px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

.brief .data ul {
    padding: 55px 35px 35px 35px;
}

.brief .data li {
    width: 50%;
    float: left;
    font-size: 16px;
    margin: 14px 0;
    color: #111;
}

.brief .more {
    margin-top: 0;
    float: right;
    margin-right: 75px;
    background: none;
}

.brief .more a {
    font-size: 16px;
    color: #111;
    background: url(../images/xx-more.png) no-repeat right center;
}

.contact {
    float: right;
    width: 25%;
    padding: 30px 30px 20px 30px;
    background: url(../images/contact-bg.jpg) no-repeat center center;
    background-size: cover;
}

.contact h2 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-family: "sisong";
    text-align: center;
    padding: 0 55px;
    margin-bottom: 15px;
}

.contact h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #fff;
}

.contact h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #fff;
}

.xx_lx p {
    padding: 11px 0;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
}

.xx_lx p span {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px dashed #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.xx_lx p span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.edu {
    border: 1px solid #483B96;
    border-radius: 10px;
    /* background: #fff; */
    /* border-bottom-right-radius: 90px; */
}

.edu .slideBox {
    position: relative;
}

.edu .slideBox .hd {
    height: 95px;
    line-height: 95px;
    /* background: url(../images/tit-bg.jpg) no-repeat center center; */
    /* background-size: cover; */
    /* border-top-right-radius: 100px; */
}

.edu .slideBox .hd ul {
    font-size: 0;
    text-align: center;
    margin: 0 -5px;
    font-size: 0;
}

.edu .slideBox .hd ul li {
    position: relative;
    display: inline-block;
    margin-top: -10px;
    /* margin: 0 45px; */
    width: 33.333%;
    padding: 0 45px;
    padding-top: 20px;
    text-align: left;
    font-size: 36px;
    color: #494949;
    font-style: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.edu .slideBox .hd ul li span {
    position: relative;
}

.edu .slideBox .hd ul li span em {
    position: relative;
    z-index: 9;
}

.edu .slideBox .hd ul li span::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -10px;
    width: 20px;
    height: 20px;
    border: 5px solid #FF8F1F;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
}

.edu .slideBox .hd ul li.on span::after {
    opacity: 1;
    z-index: 1;
}

.edu .slideBox .hd ul li.on {

    background: url(../images/edu-tit-bg.png) no-repeat left top;
    background-size: 100% 100%;
}

.edu .slideBox .hd ul li.on {
    /* font-size: 38px; */
    /* font-weight: bold; */
    color: #fff;
}

.edu .bd {
    /* border-bottom-right-radius: 90px; */
    /* box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08); */
    padding: 45px 45px 20px;
    /* padding-top: 52px; */
}

.edu .bd ul {
    position: relative;

    /* overflow-y: auto; */
}

.edu .bd .info_content p{
    
font-size: 18px;
    
line-height: 1.5;
}


.edu .bd ul::-webkit-scrollbar {
    width: 3px;
    background-color: #f7f7f7;
}

.edu .bd ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f7f7f7;
}

.edu .bd ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #5eaf62;
}

.edu .bd ul li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 25px;
    background: url(../images/s2-list.png) no-repeat left 3px;
}

.edu .bd ul li:first-child {
    margin-top: 0;
}

.edu .bd ul li span {
    width: 140px;
    /* display: inline-block; */
    position: relative;
    line-height: 25px;
    /* padding-left: 20px; */
    /* padding-right: 10px; */
    /* border-left: 6px solid #139134; */
    font-size: 16px;
    color: rgba(72, 59, 150, .8);
    font-weight: bold;
    /* background: #fff; */
}

.edu .bd ul li p {
    flex: 1;
    min-width: 0;
    /* padding-top: 15px; */
    /* font-size: 18px; */
    /* color: #111111; */
    /* padding-left: 25px; */
}

.edu .bd ul li p.no_time a:first-of-type{
    margin-left:0
}

.edu .bd ul li p a {
    display: inline-block;
    margin-left: 50px;
    font-size: 18px;
    color: #444;
    margin-bottom: 15px;
}

.edu .bd ul li p a:hover {
    color: #483B96;
}


.edu .bd ul .more {
    position: absolute;
    right: -35px;
    top: -190px;
    border: 1px solid transparent;
    margin-top: 0;
}



.edu .bd ul .more a:hover {
    right: 3px;
}

.edu.fr {
    float: right;
}

.section3 {
    padding-top: 70px;
    /* padding-bottom: 160px; */
    /* background: url(../images/sect3-bg.jpg) no-repeat center center; */
    /* background-size: cover; */
}

.sect3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sect3 .more a {
    background: url(../images/more-other.png) no-repeat right center;
    color: #fff;
}

.sect3 .more span {
    background: url(../images/xx-more.png) no-repeat left center;
}

.sect3>div {
    width: 48%;
    border: 1px solid #483B96;
    border-radius: 20px;
}




.s3 {
    padding: 0 37px;
}

.s3 ul li {
    position: relative;
    padding-left: 15px;
    border-bottom: 1px dashed rgba(72, 59, 150, .3);
}

.s3 ul li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #483B96;
    top: 26px;
}

.s3 ul li:hover {}

.s3 ul li a {
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
    align-items: flex-start;
}

.s3 ul li a p {
    flex: 1;
    line-height: 30px;
    font-size: 18px;
    color: #353535;
    min-width: 0;
}

.s3 ul li:hover a p {
    color: #483B96;
}

.s3 ul li a span {
    width: 63px;
    line-height: 16px;
    padding-left: 10px;
    font-size: 18px;
    color: #6B6B6B;
    opacity: .8;
    border-left: 1px solid #6b6b6b;
    margin-top: 10px;
}

.s3 .slick-list {
    overflow: visible;
}

.section4 {
    padding-top: 70px;
    padding-bottom: 95px;
    background: url(../images/sect4-bg.png) no-repeat center center;
    background-size: cover;
}

.sect4 .tit {
    color: #fff;
    width: 57%;
}

.sect4 .tit a {
    color: #fff;
    background: url(../images/more-other.png) no-repeat center right;
}

.sect4 ul {
    width: 57%;
}

.sect4 ul li {
    margin-top: 35px;
    line-height: 35px;
}

.sect4 ul li:first-child {
    margin-top: 60px;
}

.sect4 ul li a {
    position: relative;
    left: 0;
    display: block;
    padding: 15px 17px;
    font-size: 18px;
    color: #fff;
    background-image: rgba(255., 255, 255, .3);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3), transparent);
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, .3), transparent);
    border-radius: 10px;
    transition: all .3s;
}

.sect4 ul li:hover a {
    left: 5px;
    text-decoration: underline;
}

.section5 {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
    background: url(../images/sect5-bg.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}



.sect5 {
    position: relative;

    z-index: 99;
}

.sect5 .tit_in {
    background: transparent;
    justify-content: center;
    padding: 0;
}

.sect5 .tit_in h2 {
    width: auto;
}

.sect5 .tit_in h2 span {
    color: #2C2C2C;
}

.sect5 .more {
    position: absolute;
    right: 0;
}

.team_intro {
    display: block;
    margin: 50px;
    width: 100%;
}

.team_intro dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 15px;
    padding-left: 45px;
}

.team_intro dt {
    /* width: 80px; */
    line-height: 28px;
    position: relative;
    font-size: 18px;
    display: inline-block;
    position: relative;
    color: #483b96;
    font-weight: bold;
    z-index: 6;
}

.team_intro dd {
    flex: 1;
    font-size: 18px;
    color: #353535;
    line-height: 28px;
    width: auto;
}



.mubig a {
    display: flex;
}

.mubig a .tpp {
    position: relative;
    width: 430px;
    padding: 30px;
}

.mubig a .tpp:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 234px;
    height: 232px;
    border: 6px solid #FF8F1F;
    border-radius: 0px 60px 0px 0px;
}

.mubig a .tpp:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 234px;
    height: 232px;
    border: 6px solid #483B96;
}

.mubig a .tpp .pic {
    padding-bottom: 163.875%;
    border-radius: 0px 60px 0px 0px;
    z-index: 9;
}

.mubig a .txt {
    flex: 1;
    min-width: 0;
    margin-top: 80px;
    padding-left: 20px;
}

.mubig a .txt h2 {
    font-size: 24px;
    color: #3C3C3C;
    font-weight: bold;
    margin-bottom: 20px;
}

.mubig a .txt p {
    font-size: 18px;
    line-height: 36px;
    color: #3E3E3E;
    height: 72px;
    overflow: hidden;
}

.member {
    position: absolute;
    left: 425px;
    right: 0;
    height: 35%;
    bottom: 0;
}

.member ul {

    display: flex;
    justify-content: space-between;
    height: 100%;
}

.member ul li {
    width: 20%;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.member ul li:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -5px;
    width: 5px;
    height: 5px;
    background: rgba(72, 59, 150, .3);
    border-radius: 50%;
}

.member ul li.on:before {
    background: #FF8F1F;
}

.member ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: 100vh;
    background: rgba(72, 59, 150, .3);
}

.member ul li.on:after {
    background: #FF8F1F;
}

.member ul li:nth-child(2n-1) {
    margin-top: 130px;
}

.member ul li a {
    display: block;
}

.member ul li a p {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    color: #2C2C2C;
    font-weight: bold;
}

.member ul li a .tpp {
    position: relative;
}

.member ul li a .tpp::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 171px;
    height: 173px;
    background: url(../images/team-zq.png) no-repeat center center;
    opacity: 0;
    z-index: -1;
}

.member ul li.on a .tpp::after {
    opacity: 1;
    z-index: 9;
}

.member ul li a .pic {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    border-radius: 50%;
}

@media only screen and (max-width:1400px) {
    .edu .slideBox .hd ul li {
        padding: 0 15px;
        padding-top: 15px;
        font-size: 30px;
    }

    .sect5 .more {
        right: 15px;
    }

    .s3 {
        margin-left: 0;
    }

    .s2-state {
        max-width: none;
    }

    .section4 {
        background: url(../images/sect4-little.jpg) no-repeat center center;
        background-size: cover;
    }

    .sect4 .tit {
        width: 100%;
    }

    .sect4 ul {
        width: 100%;
    }

    .mubig a .tpp {
        width: 350px;
    }

    .member {
        left: 370px;
    }
}

@media only screen and (max-width:1200px) {
    .sect3 {
        flex-wrap: wrap;
    }

    .sect3>div {
        width: 100%;
        margin-bottom: 15px;
    }

    .member ul li a .pic {
        width: 100px;
        height: 100px;
    }

    .member ul li a .tpp::after {
        width: 110px;
        height: 110px;
        background-size: 100% 100%;
    }

    .mubig a .tpp {
        padding: 15px;
    }

    .s3 ul li {
        margin-right: 15px;
    }

    .sect5 {
        padding-left: 15px;
    }
}

@media only screen and (max-width:1024px) {
    .edu .slideBox .hd ul li.on {
        background: #483b96;
    }

    .member ul li a .pic {
        padding-bottom: initial;
    }

    .edu .slideBox .hd ul li {
        margin-top: 0;
        padding-top: 0;
        font-size: 22px;
    }

    .edu .slideBox .hd ul {
        margin: 0;
    }

    .edu .bd {
        padding: 15px;
    }

    .edu .bd ul li p a {
        margin-left: 15px;
    }

    .tit_in {
        background: #483B96;
    }

    .edu .bd ul .more {
        top: -160px;
        right: 0;
    }

    .section5 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .edu .slideBox .hd {
        height: initial;
        line-height: 60px;
    }

    .member {
        position: static;
    }

    .mubig a .tpp {
        width: 260px;
    }

    .mubig a .tpp:before,
    .mubig a .tpp:after {
        width: 150px;
        height: 150px;
    }

    .sect2-l {
        float: none;
        width: 100%;
    }

    .sect2-r {
        float: right;
        width: 100%;
        margin-top: 15px;
    }

    .s3 {
        padding-right: 0;
        padding-left: 15px;
    }


}

@media only screen and (max-width:768px) {
    .edu .bd ul .more {
        position: static;
    }

    .home1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .edu .slideBox .hd {
        line-height: initial;
    }

    .edu .slideBox .hd ul li {
        width: 100%;
        line-height: 50px;
    }

    .edu .bd ul li p {
        flex: none;
        width: 100%;
    }

    .edu .bd ul li span {
        margin-bottom: 15px;
    }

    .edu .bd ul li p a {
        margin-left: 0;
        margin-right: 10px;
    }

    .edu .bd ul li p a {
        font-size: 16px;
    }

    .section3 {
        padding-top: 15px;
    }

    .tit_in {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tit_in h2 span {
        font-size: 20px;
    }

    .sect5 .tit_in {
        justify-content: space-between;
    }


    .team_intro{
         margin:25px 0;
    }
    .team_intro dl{
        display:block;
    }
    .team_intro dt{
        padding: 0;
        display:block;
    }
    

    .mubig a .tpp {
        margin: 0 auto;
        padding: 10px;
    }

    .mubig a {
        flex-wrap: wrap;
    }

    .mubig a .txt {
        flex: none;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .mubig {
        margin-top: 20px;
    }

    .mubig a .txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .mubig a .txt p {
        line-height: 24px;
        font-size: 16px;
    }

    .member ul {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .member ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .member ul li:nth-child(2n-1) {
        margin-top: 0;
    }

    .member ul li:after {
        height: 100%;
    }

    .member ul li a p {
        font-size: 15px;
    }

    .more a {
        font-size: 14px;
        padding-right: 30px;
    }

    .more a span {
        padding-left: 25px;
    }
}