@charset "utf-8";

.main {
    background: #F3F6FF;
}

.section2 {
    position: relative;
    padding-top: 200px;
    padding-bottom: 270px;

    overflow: hidden;
}
img{max-width: 100%;}
.sect2 {
    position: relative;
}

.section2 .s2-wz {
    position: absolute;
    left: 0;
    bottom: -50%;
    font-family: Arial;
    font-size: 250px;
    color: #0C3EAD;
    opacity: 0.02;
    text-transform: capitalize;
    font-weight: bold;
}

.edu .slideBox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.edu .slideBox .hd {
    width: calc(100% - 512px);
}

.edu .slideBox .hd ul {
    font-size: 0;

}

.edu .slideBox .hd ul li {
    position: relative;
    padding: 29px 50px;
    padding-left: 100px;

    border-bottom: 2px solid transparent;
    transition: all .6s;
}

.edu .slideBox .hd ul li:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 23px;
    width: 42px;
    height: 57px;
    background: url(../images/list.png) no-repeat center;
    z-index: 6;
}

.edu .slideBox .hd ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    z-index: -1;
}

.edu .slideBox .hd ul li.on:after {
    opacity: 1;
    z-index: 3;
}

.edu .slideBox .hd ul li.on {
    border-bottom: 2px solid #0C3EAD;
}

.edu .slideBox .hd ul li a {
    position: relative;
    display: block;
    line-height: 44px;
    color: rgba(17, 17, 17, .9);
    font-family: Arial;
    font-size: 32px;
    display: block;
    z-index: 9;
}

.edu .slideBox .hd ul li.on a {

    font-weight: bold;
    font-style: italic;
    color: #0C3EAD;
}

.edu .bd {
    position: relative;
    width: 512px;

}

.edu .slick-list {
    z-index: 9;
}


.edu .bd::after {
    content: "";
    position: absolute;
    width: 423px;
    height: 854px;
    left: 66%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/s2-r-bg.png) no-repeat center center;



}

.edu .bd ul {
    position: relative;
    width: 512px;
    height: 512px;
    padding: 36px;

    z-index: 9;
}

.edu .bd ul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed #D1D0D0;
    /* -webkit-animation: r 20s infinite linear;
    animation: r 20s infinite linear; */
}

.edu .bd ul::before {
    content: "";
    position: absolute;
    right: -25px;
    left: -25px;
    top: -25px;
    bottom: -25px;
    background: url(../images/s2-qq.png) no-repeat right center;
    background-size: 100% 100%;
    -webkit-animation: r 20s infinite linear;
    animation: r 20s infinite linear;
    z-index: 2;
}

@keyframes r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.edu .bd ul li {
    height: 100%;
    border: 26px solid rgba(107, 208, 24, 0.06);
    border-radius: 50%;
    cursor: pointer;
}

.edu .bd ul li .tpp {
    height: 100%;
    border: 26px solid rgba(107, 208, 24, 0.1);
    border-radius: 50%;
}

.edu .bd ul li .tpp .pic {
    border-radius: 50%;
    padding-bottom: 100%;
}

.section3 {
    overflow: hidden;
}

.sect3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sect3 .s3-tit {
    width: 350px;
    padding-right: 40px;
}

.sect3 .s3-tit h2 span {
    position: relative;
    display: block;
    font-family: Arial;
    padding: 15px 0;
    font-size: 42px;
    color: #111;
    line-height: 42px;
    /* height: 115px; */
    margin-bottom: 30px;
    /* padding-bottom: 36px; */
    overflow: hidden;
    cursor: pointer;
    word-break: break-word;
}

.sect3 .s3-tit h2 span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 59px;
    height: 5px;
    background: transparent;
}

.sect3 .s3-tit h2 span.on:after {
    background: #65C01A;
}

.sect3 .s3-tit h2 span.on {
    color: #0E3CAB;
}

.sect3 .more {
    text-align: left;
}

.sect3 .more a {
    padding-left: 0;
    background: none;
    font-size: 24px;
    color: #0E3CAB;
    display: none;
}

.sect3 .more a.on {
    display: block;
}

.s3-qh {
    position: relative;
    flex: 1;
    min-width: 0;
}

.s3-qh .qh-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all;
}

.s3-qh .qh-box.on {
    position: relative;
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

.s3-qh .qh-box {
    width: calc(100% + (100vw - 1400px)/2)
}

.s2-state {
    margin-top: 40px;
    margin-left: 40px;
    width: 100%;
    max-width: 1400px;
}

.s2-state div {
    width: 100%;
    height: 5px;
    background-color: #fff;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #0e40b2;
    transition: all 0.3s;
}

.sect2 .tit {
    width: calc(100% - 512px);
}

.tit {
    position: relative;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 6;
}

.tit h2 {
    position: relative;
}

.tit h2 span {
    position: absolute;
    left: 0;
    top: -165%;
    font-family: Arial;
    font-size: 250px;
    color: #0C3EAD;
    opacity: 0.02;
    text-transform: capitalize;
    font-weight: bold;
    z-index: -1;
}

.sect2 .tit h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: -115%;
    width: 53px;
    height: 46px;
    background: url(../images/douhao.png) no-repeat center;
    z-index: 9;
}

.tit h2 p {
    font-family: Arial;
    font-size: 76px;
    font-weight: normal;
    color: #0C3EAD;
}

.gd a {
    font-size: 24px;
    color: #0E3CAB;
    transition: all .6s;
}

.tit a:hover {
    letter-spacing: 2px;
}

.s3 {

    overflow: hidden;
}

.s3 ul {
    padding-right: 155px;
}

.s3 ul li a {
    display: block;
    padding: 50px 40px;
    padding-bottom: 80px;
    position: relative;
    margin: 40px;
    border-radius: 5px;
    top: 0;
    background: url(../images/s3-txt-bg-other.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    transition: all .6s;
}

.s3 ul li a:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 50px;
    width: 45px;
    height: 2px;
    background: #65C01A;
    opacity: 0;
    z-index: -1;
}

.s3 ul li:hover a:after {
    opacity: 1;
    z-index: 9;
}

.s3 ul li:hover a {
    top: -5px;
    border-radius: 5px;
    background: url(../images/s3-txt-bg.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 30px 0px rgba(14, 63, 177, 0.66);
}



.s3 ul li a .date {
    padding-top: 73px;
    background: url(../images/date.png) no-repeat left top;
    font-family: Arial;
    font-size: 30px;
    color: #0E3CAB;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3 ul li:hover a .date {
    background: url(../images/date-other.png) no-repeat left top;
    color: #fff;
}

.s3 ul li a p {
    margin-top: 30px;
    font-size: 24px;

    line-height: 34px;

    color: #111111;
    height: 68px;
}

.s3 ul li:hover a p {
    color: #fff;
}

.s3 .slick-list {
    overflow: visible;
}

.section4 {
    padding-top: 70px;
    /* padding-bottom: 115px; */
    overflow: hidden;
}

.section4 .tit h2 {
    border-radius: 10px 10px 0px 0px;
    background: #65C01A url(../images/s4-icon.png) no-repeat 45px top;
    /* background: url(); */
}

.section4 .tit h2 p {
    font-size: 44px;
    color: #fff;
    padding: 30px 100px;
}

.s4-jj {
    position: relative;
    background: #FFFFFF;
    padding: 80px 100px;
}

.s4-jj:before {
    content: "";
    position: absolute;

    top: 0;
    height: 100%;
    left: 100%;
    width: 260px;
    background: #fff;
    z-index: 9;
}

.s4-jj:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 40px solid #65c01a;
    border-bottom: 96px solid transparent;
    z-index: 9;
}

.s4-jj p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 46px;
    color: #111111;
}

.section4 .tit h2:after {
    display: none;
}

.section5 {
    position: relative;
    padding-top: 115px;
    padding-bottom: 130px;

    overflow: hidden;
}

.section5::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 113px;
    height: 265px;
    background: url(../images/s5-bg1.png) no-repeat left center;
    background-size: 100% auto;
}

.sect5 {
    position: relative;

    z-index: 99;
    display: flex;
    flex-wrap: wrap;
}

.sect5 .tit {
    width: 425px;
    display: block;
}

.sect5 .tit .gd {
    margin-top: 40px;
}

.sect5 .tit h2 span {
    top: 0;
    z-index: -1;
}

.s5-wz {
    position: absolute;
    left: 0;
    bottom: -40%;
    font-family: Arial;
    font-size: 250px;
    color: #0C3EAD;
    opacity: 0.02;
    text-transform: capitalize;
    font-weight: bold;
}

.sect5 ul {
    flex: 1;
    min-width: 0;
    padding-left: 200px;
}

.sect5 ul li {
    position: relative;
    left: 0;
    padding-left: 45px;
    margin-bottom: 85px;
    background: url(../images/s5-icon.png) no-repeat left 5px;
    transition: all .6s;
}

.sect5 ul li:hover {
    left: -5px;
}

.sect5 ul li a {
    display: block;
    line-height: 44px;
    font-size: 30px;
    color: #111;
}

.sect5 ul li:hover a {
    color: #0C3EAD;
}

.section6 {
    position: relative;
    padding-top: 100px;
    /* padding-bottom: 215px; */
    background: url(../images/s6-bg.jpg) no-repeat center top;
    background-size: cover;
}

.sect6 {
    position: relative;
    /* min-height: 670px; */
}

.sect6 .tit {
    /* position: absolute; */
    top: 0;
    width: 100%;
    align-items: flex-start;
    z-index: 9;
}

.sect6 .tit h2 {
    width: 50%;
}

.sect6 .tit h2 p {
    color: #fff;
}

.sect6 .tit .gd {
    margin-top: 50px;
}

.sect6 .tit .gd a {
    color: #fff;
}

.team {
    position: relative;
    margin-top: -26px;
    z-index: 99;
    padding-bottom: 90px;
}

.team_intro {
    margin-bottom: 60px;
}

.team_intro h2 {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 44px;
    color: #fff;
    font-family: Arial;

}

.team_intro p {
    line-height: 46px;
    font-size: 22px;
    color: #fff;
    font-family: Arial;
}

.member {
    /* position: absolute; */
    left: 0;
    top: 15px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.member ul {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
}

.member ul li {
    /* position: absolute; */
}

.member ul li a {
    display: block;
}

.member ul li:nth-child(1) {

    width: 23.64%;

    margin-right: 1.5%;

    margin-top: 265px;
}

.member ul li:nth-child(1) .pic {
    padding-bottom: 98.18%;
}

.member ul li:nth-child(2) {
    width: 28.21%;
    margin-right: 1.5%;
    margin-top: 155px;
}

.member ul li:nth-child(2) .pic {
    padding-bottom: 100%;
}

.member ul li:nth-child(4) {
    width: 20.28%;
    margin-right: 1.5%;

}

.member ul li:nth-child(4) a:nth-child(2) {
    margin-top: 30px;
}

.member ul li:nth-child(4) a:nth-child(1) .pic {
    padding-bottom: 101%;
}

.member ul li:nth-child(5) {
    width: 23.35%;
    margin-top: 28px;
}

.member ul li:nth-child(4) a:nth-child(2) .pic {
    padding-bottom: 98%;

}

.member ul li:nth-child(5) a:nth-child(2) {
    margin-top: 30px;
    margin-right: 30px;
}


.member ul li:nth-child(5) a:nth-child(1) .pic {
    padding-bottom: 98.148%;
}



.member ul li:nth-child(5) a:nth-child(2) .pic {
    padding-bottom: 100%;
}

.member ul li a {
    position: relative;
    display: block;
    /* margin-left: 40px; */
    border-radius: 10px;
    overflow: hidden;
}

.member ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 55px;
    background: #52AA0A;
    text-align: center;
    padding: 0 10px;
    font-family: Arial;
    font-size: 24px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.member ul li a:hover p {
    opacity: 1;
    z-index: 9;
}

.member ul li a .tpp {
    border-radius: 10px;
    overflow: hidden;
}


@media only screen and (max-width:1670px) {
    .section5::after {
        top: 55%;
        display: none;
    }

}




@media only screen and (max-width:1400px) {
    .s3 ul {
        padding-right: 0;
    }

    .s3 ul li a {
        margin: 40px 15px;
    }

    .s3-qh .qh-box {
        width: 100%;
    }

    .sect3 .s3-tit {
        padding-right: 20px;
    }

    .s2-state {
        margin-top: 0;
    }

    .tit h2 span {
        top: -105%;
    }

    .section2 .s2-wz {
        bottom: -35%;
    }

    .member {
        left: 15px;
        right: 15px;
        width: auto;
    }

    .section6 {
        /* padding-bottom: 260px; */
    }
}



@media only screen and (max-width:1200px) {
    .sect3 .s3-tit h2 span {
        font-size: 30px;
    }

    .team_intro h2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .team_intro p {
        font-size: 14px;
        line-height: 26px;
    }

    .team_intro {
        margin-bottom: 30px;
    }

    .sect3 .s3-tit {
        width: 250px;
    }

    .s3 ul li a {
        padding: 50px 15px;
    }

    .sect2 .tit {
        width: 100%;
        margin-bottom: 20px;
    }

    .edu .bd ul {
        width: 400px;
        height: 400px;
    }

    .edu .bd {
        width: 400px;
    }

    .edu .slideBox .hd {
        width: calc(100% - 420px);
    }

    .s4-jj {
        padding: 60px 50px;
    }

    .tit h2 p {
        font-size: 30px;
    }

    .sect5 .tit {
        width: 250px;
    }

    .sect5 ul {
        padding-left: 80px;
    }

    .sect5 ul li {
        margin-bottom: 50px;
    }

    .sect6 .tit {
        position: static;
        width: 100%;
        align-items: center;
        margin-bottom: 20px;
    }

    .sect6 .tit .gd {
        margin-top: 0;
    }



    .sect6 {
        min-height: initial;
    }
}

@media only screen and (max-width:1024px) {

    .sect3 .s3-tit {
        width: 100%;
    }

    .sect3 .s3-tit h2 span {
        height: 70px;
        padding: 5px 0;
        margin-bottom: 10px;
    }

    .s3-qh {
        flex: none;
        width: 100%;
    }

    .sect3 .more {
        text-align: right;
    }

    .s3 ul li a .date {
        padding-top: 50px;
        background-size: 30px auto;
    }

    .section2 {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .edu .slideBox .hd ul li a {
        font-size: 18px;
    }

    .edu .slideBox .hd ul li:before {
        background-size: 30px auto;
    }

    .section4 .tit h2 p {
        font-size: 30px;
    }

    .tit h2 span {
        font-size: 110px;
    }

    .section2 .s2-wz {
        font-size: 110px;
        bottom: 0;
    }

    .section4 {
        padding-top: 40px;
    }

    .edu .slideBox .hd {
        width: 100%;
    }

    .edu .bd {
        order: -1;
        margin: 0 auto;
    }

    .edu .bd::after {
        background-position: left center;
        background-size: 40% auto;
    }

    .s4-jj {
        padding: 50px 40px;
    }

    .s4-jj:before {
        display: none;
    }

    .sect5 ul li a {
        font-size: 20px;
    }

    .s5-wz {
        font-size: 110px;
    }

    .section5 {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .sect5 ul {
        padding-left: 30px;
    }
}

@media only screen and (max-width:740px) {
    .sect3 .s3-tit h2 span {
        height: initial;
    }

    .sect3 .s3-tit h2 span {
        font-size: 24px;
    }

    .section3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sect3 .s3-tit {
        padding-right: 0;
    }

    .sect3 .more a {
        font-size: 18px;
    }

    .s3 ul li a {
        margin: 20px;
        padding: 15px;
    }

    .s3 ul li a .date {
        padding-top: 40px;
        font-size: 16px;
    }

    .s3 ul li a p {
        margin-top: 15px;
        font-size: 18px;
    }

    .sect2 .tit h2:after {
        background-size: 40px auto;
    }

    .sect2 .tit h2:after {
        top: -135%;
    }

    .tit h2 p {
        font-size: 24px;
    }

    .gd a {
        font-size: 20px;
    }

    .edu .bd ul {
        width: 300px;
        height: 300px;
        padding: 15px;
    }

    .edu .bd ul li {
        border: 15px solid rgba(107, 208, 24, 0.06);
    }

    .edu .bd ul li .tpp {
        border: 15px solid rgba(107, 208, 24, 0.1);
    }

    .edu .bd ul::before {
        left: -18px;
        right: -18px;
        top: -18px;
        bottom: -18px;
    }

    .edu .slideBox .hd ul li {
        padding: 20px 15px;
        padding-left: 70px;
    }

    .edu .slideBox .hd ul li:before {
        left: 8px;
    }

    .edu .slideBox .hd ul li a {
        line-height: 30px;
    }

    .section4 {
        padding-top: 0;
    }

    .section4 .tit h2 p {
        padding: 15px 30px;
    }

    .section4 .tit h2 p {
        font-size: 26px;
    }

    .s4-jj {
        padding: 15px;
    }

    .s4-jj p {
        font-size: 18px;
        line-height: 32px;
    }

    .s4-jj:after {
        border-bottom: 38px solid transparent;
    }

    .section5 {
        padding: 20px 0;
    }

    .section5::after {
        display: none;
    }

    .sect5 .tit {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .sect5 .tit .gd {
        margin-top: 0;
    }

    .tit h2 span {
        font-size: 50px;
    }

    .sect5 ul {
        padding-left: 0;
        flex: none;
        width: 100%;
    }

    .sect5 ul li {
        margin-bottom: 15px;
    }

    .section6 {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .member ul li:nth-child(3) a:nth-child(2) {
        margin-top: 10px;
    }

    .member ul li:nth-child(4) a:nth-child(2) {
        margin-top: 10px;
        margin-right: 10px;
    }

    .member ul li:nth-child(1) {
        margin-top: 75px;
    }

    .member ul li:nth-child(2) {
        margin-top: 60px;
    }

    .member ul li a p {
        font-size: 12px;
        line-height: 30px;
    }


}