@charset "utf-8";
.section2 {
    padding-bottom: 115px;
    background: url(../images/sect2-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.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;
}

.sect2-l .tit_in {
    line-height: 140px;
    background: url(../images/tit-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    font-size: 38px;
    color: #fff;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 100px;
}

.brief .data ul {
    padding: 55px 35px 35px 35px;
    display: flex;
    flex-wrap: wrap;
}

.brief .data li {
    width: 50%;
    /* float: left; */
    font-size: 16px;
    margin: 10px 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 {
    background: #fff;
    border-bottom-right-radius: 90px;
}

.edu .slideBox {
    position: relative;
}

.edu .slideBox .hd {
    line-height: 140px;
    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;
}

.edu .slideBox .hd ul li {
    display: inline-block;
    margin: 0 45px;
    font-size: 28px;
    color: #ffffff;
    font-style: italic;
    cursor: pointer;
}

.edu .slideBox .hd ul li.on {
    font-size: 38px;
    font-weight: bold;
}

.edu .bd {
    border-bottom-right-radius: 90px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 35px;
}

.edu .bd ul {
    position: relative;
    height: 325px;
    overflow-y: auto;
}

.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 {
    margin-top: 50px;
    padding-right: 15px;
    background: url(../images/xx.png) repeat-x left 5px;
}

.edu .bd ul li:first-child {
    margin-top: 0;
}

.edu .bd ul li span {
    display: inline-block;
    position: relative;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 6px solid #139134;
    font-size: 18px;
    color: #139134;
    font-weight: bold;
    background: #fff;
}

.edu .bd ul li p {
    padding-top: 15px;
    font-size: 18px;
    color: #111111;
    padding-left: 25px;
}

.edu .bd ul li:hover p {
    color: #139134;
}

.edu .bd ul .more {
    position: absolute;
    right: 0;
    top: -65px;
    border: 1px solid transparent;
    margin-top: 0;
}

.edu .bd ul .more a {
    color: #a2292d;
}

.edu .bd ul .more a:hover {
    right: 3px;
}

.edu.fr {
    float: right;
}

.section3 {
    padding-top: 60px;
    padding-bottom: 160px;
    background: url(../images/sect3-bg.jpg) no-repeat center center;
    background-size: cover;
}

.s2-state {
    margin-top: 40px;
    width: 100%;
    max-width: 1400px;
}

.s2-state div {
    max-width: 1400px;
    height: 5px;
    background-color: #f7f7f7;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #5eaf62;
    transition: all 0.3s;
}

.tit {
    position: relative;
    font-size: 45px;
    color: #0c8f32;
    font-style: italic;
    font-weight: bold;
}

.tit a {
    position: absolute;
    right: 0;
    padding-right: 45px;
    background: url(../images/xx-more.png) no-repeat right center;
    font-size: 16px;
    color: #111;
    font-style: italic;
    line-height: 34px;
    transition: all .3s;
}

.tit a:hover {
    right: 5px;
}

.s3 {
    margin-top: 70px;
    margin-left: 260px;
    padding-right: 180px;
    overflow: hidden;
}

.s3 ul li {
    padding: 10px;
    background: #f1f8f3;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-right: 55px;
    transition: all .3s;
}

.s3 ul li:hover {
    background: #0c8f32;
}

.s3 ul li a {
    display: block;
    background: #fff;
    padding: 25px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.s3 ul li a p {
    line-height: 30px;
    font-size: 18px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: 210px;
    background: url(../images/sect5-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    overflow: hidden;
}

.section5::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 630px;
    height: 802px;
    background: url(../images/section-bg.png) no-repeat left top;
    background-size: 100% auto;
}

.sect5 {
    position: relative;
    padding-left: 485px;
    z-index: 99;
}

.team {
    position: relative;
    margin-top: -26px;
    z-index: 99;
    padding-bottom: 90px;
}

.team_intro dl {
    margin-bottom: 18px;
}

.team_intro dl dt {
    margin-top: 75px;
    margin-bottom: 40px;
    font-size: 22px;
    color: #111111;
    font-weight: bold;
}

.team_intro dl dd {
    line-height: 28px;
    font-size: 16px;
    color: #111;
}

.member {
    overflow: hidden;
    margin-top: 85px;
}

.member ul {
    margin-left: -40px;
}

.member ul li a {
    position: relative;
    display: block;
    margin-left: 40px;
}

.member ul li a .tpp {
    border-radius: 10px;
    overflow: hidden;
}

.member ul li a .pic {
    position: relative;
    padding-top: 127.5%;
    z-index: 9;
    overflow: hidden;
}


.member li a .txt {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 100%;
    height: 0;
    overflow: hidden;
    padding: 10px 20px;
    background: rgba(12, 143, 50, .7);
    transition: all .6s;
    text-align: center;
}
.member li p {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    height: 100px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.member li:hover a .txt {
    top: 0;
    height: 100%;
    z-index: 9;
}

.member li a .txt h2 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.member ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(12, 143, 50, .3);
    /* transition: all .3s; */
    /* z-index: 9; */
}

.member ul li:hover a::after {
    /* height: 100%; */
}

.member ul li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    /* object-fit: cover; */
    transform: translate(-50%, -50%);
}

@media only screen and (max-width:1400px) {
    .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%;
    }
}

@media only screen and (max-width:1300px) {
    .edu .slideBox .hd ul li {
        margin: 0 15px;
    }
    .s3 ul li {
        margin-right: 15px;
    }
    .sect5 {
        padding-left: 15px;
    }
}

@media only screen and (max-width:1000px) {
    .sect2-l {
        float: none;
        width: 100%;
    }
    .sect2-r {
        float: right;
        width: 100%;
        margin-top: 15px;
    }
    .s3 {
        padding-right: 0;
    }
    .section5 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:700px) {
    .sect2-l .tit_in {
        line-height: 50px;
        font-size: 18px;
        border-top-left-radius: 20px;
    }
    .brief .data ul {
        padding: 15px;
    }
    .brief .data li {
        float: none;
        width: 100%;
        min-width: 50%;
        margin: 10px 0;
    }
    .brief {
        padding-bottom: 15px;
    }
    .more {
        height: 40px;
        line-height: 40px;
    }
    .more a {
        line-height: 40px;
        padding-right: 35px;
    }
    .brief .more a {
        background-size: 30px auto;
    }
    .edu .slideBox .hd ul li {
        font-size: 16px;
    }
    .edu .slideBox .hd ul li.on {
        font-size: 18px;
    }
    .edu .slideBox .hd {
        line-height: 50px;
        border-top-right-radius: 20px;
    }
    .edu .bd {
        padding: 15px;
    }
    .edu .bd ul li {
        margin-top: 15px;
    }
    .edu .bd ul li p {
        font-size: 15px;
    }
    .section2 {
        padding-bottom: 15px;
    }
    .section3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .tit {
        font-size: 26px;
    }
    .s3 {
        margin-top: 15px;
    }
    .s3 ul li {
        margin-right: 10px;
    }
    .sect4 .tit {
        width: 100%;
    }
    .sect4 ul {
        width: 100%;
    }
    .section4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect4 ul li:first-child {
        margin-top: 15px;
    }
    .sect4 ul li {
        margin-top: 10px;
    }
    .sect5 {
        padding-left: 15px;
    }
    .section5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .section5::after {
        display: none;
    }
    .team_intro dl dt {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .member {
        margin-top: 15px;
    }
    .tit a {
        padding-right: 35px;
        background-size: 30px auto;
    }
    .team_intro dl dt {
        font-size: 18px;
    }
    .brief .data li {
        font-size: 15px;
    }
    .s3 ul li a p {
        font-size: 15px;
    }
    .sect4 ul li {
        line-height: 20px;
    }
    .sect4 ul li a {
        font-size: 15px;
    }
    .member li a .txt{
        position:static;
        height:auto;
        margin-top: 5px;
    }
    .member li p {
        text-align: left;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        height: 25px
    }
}