@charset "utf-8";

.main {
    background: #F3F6FF;
}

.section2 {
    position: relative;
    padding: 70px 0 40px;
    overflow: hidden;
}

.sect2 {
    position: relative;
}

.rec_dctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
}

.rec_dctn ul {
    width: 48%;
    border: 1px solid #ebebeb;
    background: #ffffff;
    padding: 15px 35px;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.rec_dctn ul:hover {
    background: #BB1010;
    border: 1px solid #BB1010;
}

.rec_dctn ul li {
    line-height: 36px;
}

.rec_dctn ul li a {
    display: block;

}

.rec_dctn ul li a p {
    font-size: 20px;
    color: #333;
}
.rec_dctn ul:hover li p {
    color: #fff;
}
.rec_dctn ul:hover li a p {
    color: #fff;
}

.research {
    position: relative;
    padding: 70px 0 20px;
    overflow: hidden;
}

.rech-list ul li {
    margin-top: 10px;
    margin-bottom: 20px;padding-left: 1rem;
}

.rech-list ul li a {
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.rech-list ul li:hover a {
    color: #BB1010
}

.section3 {
    position: relative;
    padding: 50px 0 40px;
    overflow: hidden;
    z-index: 6;
}

.sect3 .s3-tit h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /* max-width: 60%; */
}

.sect3 .s3-tit h2 p {
    position: relative;
    margin: 0 5%;
}

.sect3 .s3-tit h2 i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    white-space: nowrap;
    font-size: 40px;
    background-image: -webkit-linear-gradient(#1A9FE5 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #29A4D4;
    text-transform: uppercase;
    opacity: 0;
    z-index: -1;
}

.sect3 .s3-tit h2 p.on i {
    opacity: 1;
    z-index: 9;
}

.sect3 .s3-tit h2 span {
    position: relative;
    display: block;

    padding-top: 40px;
    font-size: 36px;
    color: #fff;

    overflow: hidden;
    cursor: pointer;

}


.sect3 .s3-tit h2 p.on span {
    font-weight: bold;
}

.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;
}

.s2-state {
    margin-top: 45px;
    margin-bottom: 20px;
    /* margin-left: 40px; */
    width: 100%;
    max-width: 1400px;
}

.s2-state div {
    width: 100%;
    height: 5px;
    background-color: #C2EBF1;
    border-radius: 20px;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: -2px;
    bottom: -2px;
    width: 0;
    background: #15C5E1;
    transition: all 0.3s;
}

.s2-state span::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../images/s2-qq.png) no-repeat center center;
    background-size: 100% 100%;
}

.tit {
    position: relative;
    display: flex;


    align-items: center;
    z-index: 6;
}

.tit::before {
    content: "";
    position: absolute;
    top: -15%;
    transform: translateX(-50%);
    left: -14%;
    width: 262px;
    height: 106px;
    background: url(../images/tit_l.png) no-repeat left center/100% 100%;
}

.tit::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -14%;
    width: 1185px;
    height: 106px;
    background: url(../images/tit_r.png) no-repeat left center/100% 100%;
}

.tit h2 {
    position: relative;
    padding-bottom: 20px;

    z-index: 6;
}

.tit h2 i {
    position: absolute;
    left: 0;
    top: -30px;
    display: block;
    line-height: 1;
    font-size: 64px;
    font-weight: bold;
    color: rgba(165, 195, 255, 0.15);
    text-transform: uppercase;
    word-break: keep-all;
}

.tit h2 span {
    position: absolute;
    left: 60px;
    bottom: 0;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}



.tit h2 p {
    font-size: 40px;
    padding-left: 60px;
    color: #000;
    font-weight: bold;
    background: url(../images/tit_bg.png) no-repeat left center;
}

.gd a {
    font-size: 24px;
    color: #0E3CAB;
    transition: all .6s;
}

.tit a:hover {
    letter-spacing: 2px;
}

.s3 {

    overflow: hidden;

    margin-top: 80px;
}

.s3 ul li {
    background: linear-gradient(180deg, #0202020f 0%, rgba(239, 243, 255, 0) 100%);
    border: 1px solid;
    border-image: linear-gradient(180deg, #ffffff 0%, rgba(152, 180, 255, 0) 100%) 1;
    border-bottom: none;
}

.s3 ul li a {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.s3 ul li a .date {
    display: flex;
    align-items: center;
    max-width: 300px;
}

.s3 ul li a .date p {
    font-size: 20px;
    color: #BB1010;
    width: 87px;
    text-align: center;
}

.s3 ul li a .date span {
    flex: none;
    min-width: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #333;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}

.s3 ul li a>p {
    flex: 1;
    min-width: 0;
    padding-left: 40px;
    font-size: 20px;
    color: #333;
}
.s3 ul li a>p.no_date{
    padding-left: 20px;
}
.s3 ul li:hover a>p {
    color: #BB1010;
}




.section4 {
    position: relative;
    padding: 100px 0 70px;
    overflow: hidden;
    z-index: 9;
}

.section4 .tit h2 p {
    font-size: 40px;
    color: #222;
    font-weight: bold;

}

.s4-jj {
    margin-top: 60px;
    position: relative;

}


.s4-jj p {
    /* margin-top: 20px; */
    font-size: 20px;
    line-height: 55px;
    color: #333;
}

.section4 .tit h2:after {
    display: none;
}

.section5 {
    position: relative;
    padding: 80px 0 40px;
    overflow: hidden;
}

.sect5 ul {
    position: relative;
    margin-top: 65px;
    border-left: 1px solid #bb1010;
}

.sect5 ul:before {
    content: "";
    position: absolute;
    left: -4.5px;
    bottom: 100%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #bb1010;
}

.sect5 ul:after {
    content: "";
    position: absolute;
    left: -4.5px;
    top: 100%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #bb1010;
}

.sect5 ul li {
    position: relative;
    padding-left: 35px;
}



.sect5 ul li::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 38px;
    left: -6px;
    border-radius: 50%;
    background: #bb1010;
}


.sect5 ul li a {
    position: relative;
    display: block;
    padding: 20px 0;
    line-height: 50px;
    padding-left: 70px;
    border-bottom: 1px dashed #D8D8D8;
}

.sect5 ul.chhonor li a{
    padding-left: 130px;
}


.sect5 ul li:last-child a {
    border-bottom: none;
}

.sect5 ul li a p {
    font-size: 20px;
    color: #333;
}

.sect5 ul li:hover a p {
    color: #1753f2;
}

.sect5 ul li a span {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    color: #333;
}

.section6 {
    position: relative;
    padding-top: 65px;
    overflow: hidden;
}

.sect6 {
    position: relative;

}




.mem-big {
    margin-top: 100px;
}

.mem-big .bt {
    display: inline-block;
    line-height: 57px;
    font-size: 26px;
    padding-left: 45px;
    padding-right: 115px;
    color: #333;
    background: url(../images/mbt_bg.png) no-repeat left center/100% 100%;
    margin-bottom: 50px
}

.mem-big .m_bigtxt p {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    text-indent: 2em;
}

/* .mem-big ul li a {
    display: flex;
    flex-wrap: wrap;

}

.mem-big ul li a .tpp {
    width: 358px;
}

.mem-big ul li a .tpp .pic {
    padding-bottom: 111.1%;

}

.mem-big ul li a .txt {
    flex: 1;
    min-width: 0;
    padding-left: 60px;

}

.mem-big ul li a .txt h2 {
    font-size: 36px;
    color: #333333;

    margin-bottom: 45px;
}

.mem-big ul li a .txt p {
    font-size: 18px;
    line-height: 38px;
    color: #333;
    height: 114px;
    overflow-y: auto;
}

.mem-big ul li a .txt .gd {
    margin-top: 80px;
} */

.member {

    margin-top: 60px;

}

.member ul {
    margin: 0 -20px;
}

.member ul li {
    margin: 0 20px;
}

.member ul li a {
    display: block;
}

.member ul li a p {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 15px;
}

.member ul li:hover a p {
    color: #1753F2;
}

.member ul li .tpp .pic {
    padding-bottom: 121.9%;

}

.member .slick-prev {
    left: -50px;
    width: 38px;
    height: 38px;
    background: url(../images/s5-l.png) no-repeat center center/100% 100%;
}

.member .slick-next {
    right: -50px;
    width: 38px;
    height: 38px;
    background: url(../images/s5-r.png) no-repeat center center/100% 100%;
}

.tit1 {
    display: inline-block;
    padding: 0 20px;
    font-size: 32px;
    color: #000;
    margin-top: 45px;
    margin-bottom: 25px;
    background: url(../images/tit1bg.png) no-repeat center 3px;
width: 8rem;
    text-align: center;
}

.jyjx {
    padding-top: 30px;
    overflow: hidden;
}

.jyjx .kcxx {
    background: linear-gradient(180deg, rgba(0, 132, 255, 0.22) 0%, rgba(255, 255, 255, 0) 100%);
    box-sizing: border-box;
    border: 1px solid;
    border-image: linear-gradient(180deg, #0084FF 0%, rgba(255, 255, 255, 0) 100%) 1;
    border-bottom: none;
    padding: 50px 95px;
}

.jyjx .kcxx li {
    position: relative;
    padding-left: 15px;
    margin: 15px 0;
}

.jyjx .kcxx li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 16px;
    background: #3396FF;
    top: 8px;

}

.jyjx .kcxx li a {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.jyjx .kcxx li:hover a {
    color: #1753F2;
}

.jyjx .xsxx {
    background: linear-gradient(180deg, #FFF4E7 0%, rgba(255, 255, 255, 0) 100%);

    border: 1px solid;
    border-image: linear-gradient(180deg, #FFC27B 2%, rgba(255, 255, 255, 0) 100%) 1;
    border-bottom: none;
}

.jyjx .xsxx1 {
    background: linear-gradient(180deg, #F2FFE7 0%, rgba(255, 255, 255, 0) 100%);

    border: 1px solid;
    border-image: linear-gradient(180deg, #B1D691 2%, rgba(255, 255, 255, 0) 100%) 1;
    border-bottom: none;
}

.jyjx .jyjx_box2 {
    padding: 40px 65px;
    padding-right: 15px;
}

.jyjx .jyjx_box2 h2 {
    position: relative;
    font-size: 22px;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.jyjx .jyjx_box2 h2:after {
    content: "";
    position: absolute;
    width: 64px;
    height: 4px;
    left: 0;
    bottom: 0;
}

.jyjx .xsxx h2:after {
    background: #FFC27B;
}

.jyjx .xsxx1 h2:after {
    background: #02FF1C;
}

.jyjx .jyjx_box2 ul {
    display: flex;

    flex-wrap: wrap;
}

.jyjx .jyjx_box2 ul li {
    width: 14.28%;
    margin: 10px 0;
}

.jyjx .jyjx_box2 ul li a {
    display: inline-block;
    font-size: 20px;
    color: #333333;
    min-width: 65px;
}

.jyjx .jyjx_box2 ul li a:hover {
    color: #1753F2;
}

.kk {
    margin-left: 70px;
}

.teach_pic {
    overflow: hidden;
    padding-top: 30px;
}

.teach {
    margin-top: 80px;
}

.teach ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}

.teach ul li {
    width: 25%;
    padding: 0 17px;
    margin-bottom: 15px;
}

.teach ul li a {
    display: block;
}

.teach ul li .pic {
    padding-bottom: 68.2%;
}

.teach ul li a p {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-top: 15px;
}

.teach ul li:hover a p {
    color: #1753F2;
}

@media only screen and (min-width:1921px) {}

@media only screen and (max-width:1600px) {
    .member {
        max-width: 85%;
        margin: 0 auto;
        margin-top: 15px;
    }
}

@media only screen and (max-width:1400px) {
    .tit::before {
        display: none;
    }

    .tit::after {
        left: 400px;
        right: 0;
        width: 100%;
    }
}





@media only screen and (max-width:1024px) {
    .tit h2 i {
        font-size: 24px !important;
    }

    .tit h2 p {
        font-size: 26px !important;
        padding-left: 25px !important;
        background-size: 20px auto !important;
    }

    .tit h2 span {
        white-space: nowrap !important;
        left: 25px;
    }

    .tit h2 i {
        top: 10px;
    }

    .tit::after {
        left: 160px;
        height: 65px;
    }

}

@media only screen and (max-width:768px) {

    .section4,
    .section2 {
        padding: 20px 0;
    }
    .section3{
        padding: 20px 0;
    }
    .s4-jj {
        margin-top: 15px;
    }

    .s4-jj p {
        line-height: 32px;
        font-size: 16px;
    }

    .kk {
        margin-left: 0;
    }

    .s3,
    .rec_dctn {
        margin-top: 15px;
    }

    .s3 ul li a .date {
        width: 100%;
    }

    .s3 ul li a .date p {
        width: 40px;
        font-size: 16px;
    }

    .s3 ul li a .date span {
        text-align: left;
        font-size: 16px;
        border-right: none;
        padding: 0 15px;
    }

    .s3 ul li a>p {
        flex: none;
        width: 100%;
        padding-left: 15px;
        margin-top: 15px;
        font-size: 16px;
        box-sizing: border-box;
    }
.s3 ul li a>p.no_date{
    padding-left: 15px;
}

    .rec_dctn ul {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
    }

    .rec_dctn ul li a p {
        font-size: 16px;
        line-height: 24px;
        margin: 5px 0;
    }

    .jyjx {
        padding-top: 0;
    }

    .tit1 {
        margin: 20px 0;
    }

    .tit1 {
        margin: 15px 0;
        font-size: 20px;
        background-size: 80px auto;
    }

    .jyjx .kcxx {
        padding: 15px;
    }

    .jyjx .jyjx_box2 {
        padding: 15px;
    }

    .jyjx .jyjx_box2 ul li a {
        font-size: 16px;
    }

    .jyjx .kcxx li a {
        font-size: 16px;
    }

    .jyjx .jyjx_box2 h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .jyjx .jyjx_box2 ul li {
        width: 25%;
    }

    .research {
        padding: 20px 0;
    }

    .rech-list ul li a {
        font-size: 16px;
    }

    .rech-list ul li {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .teach_pic {
        padding-top: 0;
    }

    .teach {
        margin-top: 15px;
    }

    .teach ul li {
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .teach ul {
        margin: 0 -5px;
    }

    .teach ul li {
        width: 50%;
    }

    .section6 {
        padding-top: 15px;
    }

    .mem-big {
        margin-top: 15px;
    }

    .mem-big .bt {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 40px;
        line-height: 40px;

        margin-bottom: 15px;
    }

    .mem-big .m_bigtxt p {
        font-size: 16px;
        line-height: 30px;
    }

    .teach ul li a p {
        font-size: 14px;
    }

    .member {
        margin-top: 15px;
    }

    .member .slick-prev {
        left: -30px;
    }

    .member .slick-next {
        right: -30px;
    }

    .member ul {
        margin: 0 -5px;
    }

    .member ul li {
        margin: 0 5px;
    }

    .member ul li a p {
        font-size: 14px;
    }

    .section5 {
        padding: 20px 0;
    }

    .sect5 ul {
        margin: 15px;
    }

    .sect5 ul li a span {
        font-size: 16px;
        top: 10px;
    }

    .sect5 ul li a p {
        font-size: 16px;
    }

    .sect5 ul li a {
        line-height: 26px;
        padding: 10px 0;
        padding-left: 50px;
    }

.sect5 ul li::before{
top: 15px;
}
.sect5 ul.chhonor li a{
    padding-left: 95px;
}

    .sect5 ul li {
        padding-left: 20px;
    }

}

@media only screen and (max-width:600px) {}