@font-face {
    font-family: 'MiSans-Light';
    src: url("../fonts/MiSans-Light.ttf");
}

@font-face {
    font-family: 'MiSans-Regular';
    src: url("../fonts/MiSans-Regular.ttf");
}

@font-face {
    font-family: 'MiSans-Bold';
    src: url("../fonts/MiSans-Bold.ttf");
}

.font-12,
.index-tit a {
    font-size: 12px;
}

.font-14,
.c-crumbs a,
.c-items .item .para,
.c-items .item .date,
.news-s1 .item .date,
.news-s3 .other .back span,
.about-s8 .box input,
.about-s8 .box textarea,
.education-s1 .item .para,
.education-s1 .item .info,
.scientific-s1 .item .date,
.scientific-s4 .item p,
.pop-form .box input,
.pop-form .box textarea,
.scientific-s5 .item p {
    font-size: 14px;
}

.font-16,
.c-banner .en,
.news-s1 .item .para,
.news-s3 .top-block span,
.news-s3 .share i,
.news-s4 .item .para,
.about-s7 .item p,
.about-s7 .info span,
.about-s7 .info p,
.education-s2 .tab-tit .item span,
.scientific-s1 .item .para,
.recruit-s1 .top-block span,
.recruit-s1 .top-block .apply,
.recruit-s1 .share i,
.recruit-s1 .block .para,
.recruit-s1 .block .item span,
.recruit-s1 .block .item .s-para,
.other-s3 .form input,
.other-s3 .link a {
    font-size: 1rem;
}

.font-18,
.c-page .sub-link a span,
.index-s2 .top-box .link a,
.news-s3 .other .page a,
.about-s1 .item .para,
.about-s4 .item .para,
.about-s5 .item span,
.education-s2 .tab-cont .para,
.education-s3 .item p,
.academic-s1 .item p,
.funding-s1 .item span,
.scientific-s2 .para,
.scientific-s3 .tips span,
.scientific-s3 .box span,
.foundation-s1 .item .txt-box p,
.other-s1 .item .link a span,
.academic-s2 .item .para {
    font-size: 1.125rem;
}

.font-20,
.c-items .item .tit,
.inner-tit i,
.news-s1 .item .tit,
.news-s4 .item .tit,
.about-s7 .item span,
.about-s7 .info .tit,
.about-s8 button,
.education-s1 .item .desc,
.scientific-s1 .item .tit,
.recruit-s1 .bot-block .apply,
.pop-form button,
.index-s2 .mid-box p,
.contact-s1 .mail-item .item p,
.scientific-s2 .para.b {
    font-size: 1.25rem;
}

.font-24,
.index-s1 .left-box .item .txt-box,
.index-s3 .item span,
.about-s1 .item .tit,
.about-s2 .item span,
.about-s4 .item .txt span,
.about-s4 .item .cont-box .tit,
.education-s3 .item span,
.scientific-s3 .tit,
.recruit-s1 .block .tit span,
.foundation-s1 .item .txt-box span,
.other-s1 .item .tit,
.other-s2 .block .tit,
.academic-s2 .item .top-box span,
.contact-s1 .mail-item .item span,
.about-s2 .box {
    font-size: 1.5rem;
}

.font-30,
.foundation-s1 .item .num span {
    font-size: 1.875rem;
}

.font-32,
.education-s1 .item .tit,
.scientific-s4 .item .tit,
.scientific-s5 .item .tit {
    font-size: 2rem;
}

.font-36,
.index-tit span,
.inner-tit span,
.index-s2 .mid-box .tit,
.academic-s2 .tips span {
    font-size: 2.25rem;
}

.font-40,
.news-s3 .top-block .tit,
.recruit-s1 .top-block .tit {
    font-size: 2.5rem;
}

.font-48,
.c-banner .zh,
.about-s4 .item .txt .tit {
    font-size: 3rem;
}

.font-60 {
    font-size: 3.75rem;
}

.font-70 {
    font-size: 4.375rem;
}

.font-80 {
    font-size: 5rem;
}

.font-120 {
    font-size: 7.5rem;
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes index-banner {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@media screen and (min-width: 1025px) {
    .wow {
        visibility: hidden;
    }
}

@media screen and (min-width: 1025px) {
    .dom-loaded .header .logo img {
        transition: transform .3s ease;
    }

    .dom-loaded .header .top-box {
        transition: height .3s ease;
    }

    .dom-loaded .header .top-box a {
        transition: all .3s ease;
    }

    .dom-loaded .header li a.single {
        transition: all .3s ease;
    }

    .dom-loaded .header li a.single:before {
        transition: transform .3s ease;
    }

    .dom-loaded .header li .subnav {
        transition: all .3s ease;
    }
}

.m-header {
    display: none;
}

.topheader {
    background-color: #f5f5f5;
}

.topheader .link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 2.5rem;
    grid-gap: 2.5rem;
}

.topheader .link a.link {
    font-size: max(12px, 1rem);
    color: #333333;
}

.topheader .link a.search {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-5.png");
    display: inline-block;
    vertical-align: middle;
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
    font-size: 0;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    z-index: 9;
}

.header.down .logo img {
    transform: scale(.8);
}

.header.down .top-box a {
    line-height: 30px;
}

.header.down li a.single {
    line-height: 6.25rem;
}

.header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo img {
    display: block;
    width: 22rem;
    transform-origin: left center;
}

.header .top-box {
    overflow: hidden;
}

.header .top-box .link {
    padding-top: 30px;
    text-align: right;
}

.header .top-box a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    border-radius: 3px;
    margin-left: 1.25rem;
    padding: 0 1.25rem;
}

.header .top-box a:nth-of-type(1) {
    margin-left: 0;
}

@media (any-hover: hover) {
    .header .top-box a:hover {
        background-color: #2ab0a5;
        color: #fff;
    }
}

.header ul {
    display: inline-block;
    vertical-align: middle;
}

.header li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.header li a.single {
    display: block;
    padding: 0 10px;
    font-size: 17px;
    line-height: 7.5rem;
    color: #333;
    text-transform: uppercase;
    position: relative;
}

.header li a.single:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #2ab0a5;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scaleX(0);
}

.header li i {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    margin: -2px 0 0 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-7.png");
}

.header li .subnav {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.header li .subnav a {
    display: block;
    text-align: center;
    position: relative;
    padding: 1rem 1.25rem;
    white-space: nowrap;
    min-width: 200px;
}

.header li .subnav a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2ab0a5;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left center;
}

.header li .subnav a span {
    font-size: 18px;
    font-family: 'MiSans-Light';
    color: #333333;
    position: relative;
    z-index: 2;
    transition: color .3s ease;
}

.header li:nth-of-type(3) .subnav a:nth-of-type(3),
.header li:nth-of-type(3) .subnav a:nth-of-type(4),
/*.header li:nth-of-type(6) .subnav a:nth-of-type(1),*/
.header li:nth-of-type(6) .subnav a:nth-of-type(2) {
    /*filter: grayscale(1);*/
}

@media (any-hover: hover) {
    .header li .subnav a:hover:before {
        transform: scaleX(1);
        transition: transform .6s ease;
    }

    .header li .subnav a:hover span {
        color: #fff;
    }
}

.header li:nth-of-type(1) {
    margin-left: 0;
}

@media (any-hover: hover) {
    .header li:hover a.single:before {
        transform: scaleX(1);
    }

    .header li:hover .subnav {
        opacity: 1;
        visibility: visible;
    }
}

.header li.active a.single:before {
    transform: scaleX(1);
}

.header a.search {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-5.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5rem;
}

.header a.lang {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.25rem;
    position: relative;
    font-size: 16px;
    color: #333;
}

.header a.lang:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-6.png");
    cursor: pointer;
    display: none;
}

.head-search {
    position: absolute;
    top: 100%;
    background-color: #fff;
    left: 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    display: none;
    z-index: 2;
}

.head-search input {
    display: block;
    width: 100%;
    height: 80px;
    background-color: transparent;
    font-size: 16px;
}

.head-search .close {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/close-1.png");
    cursor: pointer;
}

.markbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.footer {
    font-size: 0;
    background: url("../images/img-1.png") center top no-repeat;
    background-size: 100% auto;
    position: relative;
}

.footer:before {
    content: '';
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #2ba7a3, #338c9c);
    position: absolute;
    top: 0;
    left: 0;
}

.footer .top-block {
    padding: 3.75rem 0 2.5rem;
}

.footer .flex {
    display: flex;
    justify-content: space-between;
}

.footer .flex.top {
    align-items: flex-start;
}

.footer .flex.center {
    align-items: center;
    padding-left: 5rem;
    position: relative;
}

.footer .nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .box .tit {
    margin-top: 1.25rem;
}

.footer .box .tit a {
    font-size: 20px;
    color: #333;
    font-family: 'MiSans-Light';
    transition: color .3s ease;
}

.footer .box .tit a:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #224b9b;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

@media (any-hover: hover) {
    .footer .box .tit a:hover {
        color: #224b9b;
    }
}

.footer .box .tit:nth-of-type(1) {
    margin-top: 0;
}

.footer .box .link {
    margin-top: 1.25rem;
}

.footer .box .link a {
    display: block;
    font-size: 16px;
    color: #808080;
    font-family: 'MiSans-Light';
    margin-top: .625rem;
    transition: color .3s ease;
}

.footer .box .link a:nth-of-type(1) {
    margin-left: 0;
}

@media (any-hover: hover) {
    .footer .box .link a:hover {
        color: #224b9b;
    }
}

.footer .box:nth-of-type(1) {
    margin-left: 0;
}

.footer .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e6e6e6;
}

.footer .follow span {
    display: block;
    font-size: 16px;
    font-family: 'MiSans-Light';
    margin-bottom: 10px;
}

.footer .follow a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
}

.footer .follow a:nth-of-type(1) {
    margin-left: 0;
}

.footer .follow a i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.footer .follow a .ewm {
    width: 7.5rem;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -3.75rem;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2;
}

.footer .follow a .ewm:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2ba7a3;
    position: absolute;
    left: 50%;
    bottom: 11px;
    margin-left: -10px;
}

.footer .follow a .ewm .img-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer .follow a .ewm img {
    display: block;
    width: 100%;
}

@media (any-hover: hover) {
    .footer .follow a:hover .ewm {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 1020px) {
    .footer .follow a:hover .ewm {
        opacity: 1;
        visibility: visible;
    }
}

.footer .follow a.wb i {
    background-image: url("../images/n-share-1.png");
}
.footer .follow a.wx i {
    background-image: url("../images/n-share-2.png");
}
.footer .follow a.ins i {
    background-image: url("../images/n-share-3.png");
}
.footer .follow a.fb i {
    background-image: url("../images/n-share-4.png");
}
.footer .follow a.ytb i {
    background-image: url("../images/n-share-5.png");
}
.footer .follow a.dy i {
    background-image: url("../images/n-share-6.png");
}



.footer .info .s-para{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.footer .info .s-para-box {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer .s-para-item {
    width: calc((100% - 4rem) / 3);
}

.footer .s-para-item p {
    font-size: 16px;
    font-family: 'MiSans-Light';
    font-weight: lighter;
}

.footer .s-para-item p:nth-of-type(1) {
    color: #333;
}

.footer .s-para-item p:nth-of-type(2) {
    color: #214ca2;
    margin-top: 5px;
}

.footer .bot-block {
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    padding: 2.5rem 0;
}

.footer .newicon{
    width: 4.375rem;
    position: absolute;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 1rem;
}

.footer .newicon img{
    display: block;
    width: 100%;
}

.footer .bot-block .copyright {
    font-size: 16px;
    color: #fff;
    font-family: 'MiSans-Light';
}

.footer .bot-block .copyright a {
    color: #fff;
    margin-left: 2.5rem;
}

.footer .bot-block .link{
    white-space: nowrap;
}

.footer .bot-block .link a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    font-family: 'MiSans-Light';
}

.footer .bot-block .link a:before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 1.5rem 0;
}

.footer .bot-block .link a:nth-of-type(1):before {
    display: none;
}

.fixed-right {
    position: fixed;
    right: 3.75rem;
    bottom: 3.75rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 9;
}

.fixed-right.active {
    opacity: 1;
    visibility: visible;
}

.fixed-right a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fixed-right a:before,
.fixed-right a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed-right a:before {
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
}

.fixed-right a:after {
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    transition: all .3s ease;
}

.fixed-right a.back:after {
    background-size: 18px auto;
    background-image: url("../images/right-1-1.png");
}

@media (any-hover: hover) {
    .fixed-right a.back:hover:after {
        background-image: url("../images/right-1-2.png");
    }
}

.fixed-right a.totop {
    margin-top: 10px;
}

.fixed-right a.totop:after {
    background-size: 14px auto;
    background-image: url("../images/right-2-1.png");
}

@media (any-hover: hover) {
    .fixed-right a.totop:hover:after {
        background-image: url("../images/right-2-2.png");
    }
}

@media (any-hover: hover) {
    .fixed-right a:hover:before {
        opacity: 1;
    }
}

@media screen and (max-width: 1800px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 1681px) {
    html {
        font-size: 14px;
    }

    .header .top-box a {
        font-size: 16px;
    }

    .header li a.single {
        font-size: 16px;
    }

    .header li .subnav a span {
        font-size: 16px;
    }

    .header .top-box .link {
        padding-top: 20px;
    }

    .footer .box .tit a {
        font-size: 18px;
    }

    .footer .box .link a {
        font-size: 15px;
    }

    .footer .follow span {
        font-size: 15px;
    }

    .footer .bot-block .copyright {
        font-size: 15px;
    }

    .footer .bot-block .link a {
        font-size: 15px;
    }

    .footer .s-para-item p{
        font-size: 15px;
    }
}

@media screen and (max-width: 1560px) {

    .header li a.single {
        font-size: 15px;
    }

    .header li .subnav a span {
        font-size: 15px;
    }
}

@media screen and (max-width: 1441px) {

    .font-20,
    .c-items .item .tit,
    .inner-tit i,
    .news-s1 .item .tit,
    .news-s4 .item .tit,
    .about-s7 .item span,
    .about-s7 .info .tit,
    .about-s8 button,
    .education-s1 .item .desc,
    .scientific-s1 .item .tit,
    .recruit-s1 .bot-block .apply,
    .pop-form button,
    .index-s2 .mid-box p,
    .scientific-s2 .para.b {
        font-size: 16px;
    }

    .font-18,
    .c-page .sub-link a span,
    .index-s2 .top-box .link a,
    .news-s3 .other .page a,
    .about-s1 .item .para,
    .about-s4 .item .para,
    .about-s5 .item span,
    .education-s2 .tab-cont .para,
    .education-s3 .item p,
    .academic-s1 .item p,
    .funding-s1 .item span,
    .scientific-s2 .para,
    .scientific-s3 .tips span,
    .scientific-s3 .box span,
    .foundation-s1 .item .txt-box p,
    .other-s1 .item .link a span,
    .academic-s2 .item .para {
        font-size: 16px;
    }

    .font-16,
    .c-banner .en,
    .news-s1 .item .para,
    .news-s3 .top-block span,
    .news-s3 .share i,
    .news-s4 .item .para,
    .about-s7 .item p,
    .about-s7 .info span,
    .about-s7 .info p,
    .education-s2 .tab-tit .item span,
    .scientific-s1 .item .para,
    .recruit-s1 .top-block span,
    .recruit-s1 .top-block .apply,
    .recruit-s1 .share i,
    .recruit-s1 .block .para,
    .recruit-s1 .block .item span,
    .recruit-s1 .block .item .s-para,
    .other-s3 .form input,
    .other-s3 .link a {
        font-size: 14px;
    }

    .header li a.single {
        font-size: 14px;
    }

    .header li .subnav a span {
        font-size: 14px;
    }

    .header a.search {
        width: 18px;
        height: 18px;
    }

    .header a.lang {
        font-size: 14px;
    }

    .footer .box .tit a {
        font-size: 16px;
    }

    .footer .box .link a {
        font-size: 14px;
    }

    .footer .follow span{
        font-size: 14px;
    }

    .footer .bot-block .copyright,
    .footer .bot-block .link a {
        font-size: 14px;
    }

    .footer .s-para-item p{
        font-size: 14px;
    }

}

@media screen and (max-width: 1367px) {
    html {
        font-size: 12px;
    }

    .header li a.single {
        font-size: 13px;
        padding: 0 8px;
    }

    .header li .subnav a span {
        font-size: 13px;
    }

    .header a.search {
        width: 16px;
        height: 16px;
    }

    .header a.lang {
        font-size: 12px;
    }
}

@media screen and (max-width: 1281px) {

    .header .top-box a {
        font-size: 14px;
        margin-left: 0;
    }

    .header li {
        margin-left: 0;
    }

    .header li a.single {
        font-size: 13px;
        padding: 0 6px;
    }

    .header li i {
        margin-left: 5px;
    }


    .header li .subnav a span {
        font-size: 13px;
    }

    .header a.search,
    .header .lang i {
        width: 16px;
        height: 16px;
    }

    .footer .box .tit a {
        font-size: 15px;
    }

    .footer .box .link a,
    .footer .follow span{
        font-size: 13px;
    }

    .footer .bot-block .copyright,
    .footer .bot-block .link a {
        font-size: 13px;
    }

    .footer .s-para-item p{
        font-size: 13px;
    }

    .footer .follow a{
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width: 1180px) {

    .header li a.single {
        font-size: 12px;
        padding: 0 5px;
    }

    .footer .box .tit a {
        font-size: 14px;
    }

    .footer .box .link a,
    .footer .follow span{
        font-size: 12px;
    }

    .footer .bot-block .copyright,
    .footer .bot-block .link a {
        font-size: 12px;
    }

    .footer .s-para-item p{
        font-size: 12px;
    }
}

@media screen and (max-width: 1025px) {
    html {
        font-size: 10px;
    }

    .font-120 {
        font-size: 6rem;
    }

    .font-80 {
        font-size: 3.2rem;
    }

    .font-70 {
        font-size: 2.8rem;
    }

    .font-60 {
        font-size: 2.4rem;
    }

    .font-48,
    .c-banner .zh,
    .about-s4 .item .txt .tit {
        font-size: 2rem;
    }

    .font-40,
    .news-s3 .top-block .tit,
    .recruit-s1 .top-block .tit {
        font-size: 2rem;
    }

    .font-36,
    .index-tit span,
    .inner-tit span,
    .index-s2 .mid-box .tit,
    .academic-s2 .tips span {
        font-size: 2rem;
    }

    .font-32,
    .education-s1 .item .tit,
    .scientific-s4 .item .tit,
    .scientific-s5 .item .tit {
        font-size: 1.8rem;
    }

    .font-30,
    .foundation-s1 .item .num span {
        font-size: 1.8rem;
    }

    .font-24,
    .index-s1 .left-box .item .txt-box,
    .index-s3 .item span,
    .about-s1 .item .tit,
    .about-s2 .item span,
    .about-s4 .item .txt span,
    .about-s4 .item .cont-box .tit,
    .education-s3 .item span,
    .scientific-s3 .tit,
    .recruit-s1 .block .tit span,
    .foundation-s1 .item .txt-box span,
    .other-s1 .item .tit,
    .other-s2 .block .tit,
    .academic-s2 .item .top-box span,
    .contact-s1 .mail-item .item span,
    .about-s2 .box {
        font-size: 1.6rem;
    }

    .font-20,
    .c-items .item .tit,
    .inner-tit i,
    .news-s1 .item .tit,
    .news-s4 .item .tit,
    .about-s7 .item span,
    .about-s7 .info .tit,
    .about-s8 button,
    .education-s1 .item .desc,
    .scientific-s1 .item .tit,
    .recruit-s1 .bot-block .apply,
    .pop-form button,
    .contact-s1 .mail-item .item p,
    .scientific-s2 .para.b {
        font-size: 1.4rem;
    }

    .font-18,
    .c-page .sub-link a span,
    .index-s2 .top-box .link a,
    .news-s3 .other .page a,
    .about-s1 .item .para,
    .about-s4 .item .para,
    .about-s5 .item span,
    .education-s2 .tab-cont .para,
    .education-s3 .item p,
    .academic-s1 .item p,
    .funding-s1 .item span,
    .scientific-s2 .para,
    .scientific-s3 .tips span,
    .scientific-s3 .box span,
    .foundation-s1 .item .txt-box p,
    .other-s1 .item .link a span,
    .academic-s2 .item .para {
        font-size: 1.4rem;
    }

    .fixed-right {
        display: none;
    }

    .header {
        display: none;
    }

    .m-header {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 9;
        height: 60px;
        padding: 10px 6.25vw;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: block;
    }

    .m-header .logo {
        display: inline-block;
        height: 34px;
        position: relative;
        z-index: 3;
        margin-top: 3px;
    }

    .m-header .logo img {
        display: block;
        height: 100%;
    }

    .m-header .ope {
        position: absolute;
        right: 6.25vw;
        top: 50%;
        font-size: 0;
        margin-top: -8px;
        font-size: 0;
        z-index: 1;
    }

    .m-header a.lang {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        position: relative;
        font-size: 14px;
    }

    .m-header a.lang:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: -2px 5px 0 0;
        width: 16px;
        height: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/icon-6.png");
        cursor: pointer;
        display: none;
    }

    .m-header a.search {
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/icon-5.png");
    }

    .m-header a.menu {
        width: 20px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        border-top: 2px solid #666;
        position: relative;
        margin-left: 15px;
    }

    .m-header a.menu:before,
    .m-header a.menu:after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #666;
        position: absolute;
        left: 0;
    }

    .m-header a.menu:before {
        top: 5px;
    }

    .m-header a.menu:after {
        bottom: 0;
    }

    .m-header .m-head-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 60px;
        background-color: #fff;
        z-index: 2;
        display: none;
    }

    .m-header .m-head-search .close {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 6.25vw;
        top: 19px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/close-1.png");
    }

    .m-header .m-head-search .block {
        border-top: 1px solid #e6e6e6;
        padding: 20px 6.25vw 0;
    }

    .m-header .m-head-search form {
        position: relative;
        display: block;
        height: 60px;
        background-color: #f7f7f7;
        border-radius: 5px;
    }

    .m-header .m-head-search input {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 15px;
        font-size: 16px;
        background-color: transparent;
    }

    .m-header .m-head-search button {
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/icon-5.png");
        background-size: 20px auto;
    }

    .m-header .m-head-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 60px;
        background-color: #fff;
        z-index: 2;
        display: none;
    }

    .m-header .m-head-nav .close {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 6.25vw;
        top: 19px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/close-1.png");
    }

    .m-header .m-head-nav .block {
        height: calc(100vh - 120px);
        overflow: auto;
        padding: 0 6.25vw;
        border-top: 1px solid #e6e6e6;
    }

    .m-header .m-head-nav .link {
        font-size: 0;
        padding-top: 20px;
    }

    .m-header .m-head-nav .link a {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        font-size: 14px;
        line-height: 30px;
        margin-right: 10px;
        color: #fff;
        border-radius: 3px;
        background-color: #2ab0a5;
    }

    .m-header .m-head-nav li {
        border-bottom: 1px solid #e6e6e6;
    }

    .m-header .m-head-nav li .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m-header .m-head-nav li .box i {
        width: 40px;
        height: 60px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-size: auto 6px;
        background-image: url("../images/icon-7.png");
        transition: transform .3s ease;
    }

    .m-header .m-head-nav li .box a.single {
        font-size: 16px;
        line-height: 60px;
        color: #252d36;
    }

    .m-header .m-head-nav li .subnav {
        padding: 0 20px 20px;
        display: none;
    }

    .m-header .m-head-nav li .subnav a {
        font-size: 14px;
        line-height: 18px;
        color: #252d36;
        display: block;
        margin-top: 20px;
    }

    .m-header .m-head-nav li .subnav a:nth-of-type(1) {
        margin-top: 0;
    }

    .m-header .m-head-nav li.active .box i {
        transform: rotate(180deg);
    }

    .footer .flex {
        display: block;
    }

    .footer .flex.center{
        padding-left: 0;
    }

    .footer .top-block {
        padding: 30px 0;
    }

    .footer .nav {
        display: none;
    }

    .footer .bot-block {
        padding: 20px 0;
        text-align: center;
    }

    .footer .newicon{
        position: static;
        display: block;
        margin: 0 auto;
        border: none;
        padding-right: 0;
    }

    .footer .bot-block .link {
        margin-top: 10px;
    }

    .footer .follow span,
    .footer .bot-block .copyright,
    .footer .bot-block .link a,
    .footer .s-para-item p {
        font-size: 14px;
    }

    .footer .info {
        display: block;
        margin-top: 0;
        padding-top: 0;
        border: none;
    }

    .footer .info .s-para {
        margin-top: 20px;
        width: 100%;
        gap: 30px;
    }

    .footer .info .s-para-box{
        gap: 20px 0;
    }

    .footer .s-para-item {
        width: 50%;
        max-width: 240px;
    }
}

.wrap-s {
    width: 86%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.c-crumbs {
    border-bottom: 1px solid #e6e6e6;
    font-size: 0;
    position: relative;
    z-index: 5;
}

.c-crumbs a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: calc(3.75rem + 5px);
}

.c-crumbs a {
    line-height: 3.75rem;
    color: #272c31;
    transition: color .3s ease;
}

.c-crumbs a:first-child {
    width: calc(3.75rem + 21px);
    margin-right: 0;
    height: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/home.svg");
    white-space: nowrap;
    text-indent: 16px;
    font-size: 0;
    overflow: hidden;
}

.c-crumbs a:first-child::after {
    left: calc(16px + 1.875rem)
}

@media (any-hover: hover) {
    .c-crumbs a.link:hover {
        color: #53e0be;
    }
}

.c-crumbs a:last-of-type {
    margin-right: 0;
}

.c-crumbs a:last-of-type:after {
    display: none;
}

.c-crumbs a:after {
    content: '';
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: calc(100% + 1.875rem);
    margin-top: -4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-1.svg");
}


.comm-page {
    font-size: 0;
    text-align: center;
}

.comm-page li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    position: relative;
}

.comm-page li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.comm-page li a {
    position: relative;
    display: block;
    width: auto;
    min-width: 40px;
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e2eaf3;
    transition: all .3s ease;
    z-index: 2;
}

@media (any-hover: hover) {
    .comm-page li:hover:before {
        opacity: 1;
    }

    .comm-page li:hover a {
        border-color: transparent;
        color: #fff;
    }
}

.comm-page li.active:before {
    opacity: 1;
}

.comm-page li.active a {
    border-color: transparent;
    color: #fff;
}

.c-items .item {
    position: relative;
}

.c-items .item a {
    display: flex;
    align-items: center;
}

.c-items .item .img-box {
    position: relative;
    width: 20rem;
    overflow: hidden;
}

.c-items .item img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: transform .5s ease;
}

.c-items .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.c-items .item .icon:after {
    content: '';
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-8.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-items .item .txt-box {
    width: calc(100% - 20rem);
    padding-left: 2.5rem;
}

.c-items .item .tit {
    color: #333;
}

.c-items .item .para {
    color: #808080;
    line-height: 1.5rem;
    max-height: 4.5rem;
    overflow: hidden;
    margin-top: .625rem;
}

.c-items .item .date {
    color: #808080;
    margin-top: 1.5rem;
}

.c-items .item .date:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-3.svg");
}

.c-items .item:nth-of-type(1) a {
    padding-top: 0;
}

@media (any-hover: hover) {
    .c-items .item:hover:after {
        transform: scaleX(1);
        transition: transform .5s ease;
    }

    .c-items .item:hover img {
        transform: scale(1.1);
    }
}

.index-tit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.index-tit span {
    /*color: transparent;
  background-image: linear-gradient(90deg, #224b9b, #3d1075);
  -webkit-background-clip: text;
  background-clip: text;*/
    color: #22458d;
    padding-left: 1.25rem;
    position: relative;
}

.index-tit span:before {
    content: '';
    width: 4px;
    height: 80%;
    background-color: #2ab0a5;
    position: absolute;
    top: 10%;
    left: 0;
}

.index-tit a {
    display: inline-block;
    margin-bottom: 5px;
    color: #a6a6a6;
}

.index-tit a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-3.svg");
}

.inner-tit span {
    display: inline-block;
    /*color: transparent;
  background-image: linear-gradient(90deg, #224b9b, #3d1075);
  -webkit-background-clip: text;
  background-clip: text;*/
    color: #22458d;
    padding-left: 1.25rem;
    position: relative;
}

.inner-tit span:before {
    content: '';
    width: 4px;
    height: 80%;
    background-color: #2ab0a5;
    position: absolute;
    top: 10%;
    left: 0;
}

.inner-tit i {
    display: inline-block;
    color: #333;
    font-style: normal;
}

.c-page .flex {
    display: flex;
    position: relative;
}

.c-page .flex:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    right: 20rem;
    top: 0;
    z-index: 1;
}

.c-page .left-page {
    width: calc(100% - 20rem);
    padding: 3.75rem 3.75rem 7.5rem 0;
    position: relative;
    z-index: 2;
}

.c-page .left-page img {
    max-width: 100%
}

.c-page .right-page {
    width: 20rem;
    padding: 3.75rem 0 7.5rem;
    position: relative;
    z-index: 2;
}

.c-page .sticky {
    position: sticky;
    top: 120px;
}

.c-page .sub-link a {
    display: block;
    position: relative;
    padding: 1.25rem 2.5rem;
    text-align: center;
}

.c-page .sub-link a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left center;
}

.c-page .sub-link a:after {
    content: '';
    width: 6px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-1.svg");
    position: absolute;
    right: 2.5rem;
    top: 50%;
    margin-top: -5px;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
    display: none;
}

.c-page .sub-link a span {
    line-height: 1.5rem;
    color: #333333;
    position: relative;
    z-index: 2;
    transition: color .3s ease;
}

.c-page .sub-link a.active:before {
    transform: scaleX(1);
}

.c-page .sub-link a.active:after {
    opacity: 1;
}

.c-page .sub-link a.active span {
    color: #fff;
}

.c-page .sub-link a.current:before {
    transform: scaleX(1);
}

.c-page .sub-link a.current:after {
    opacity: 1;
}

.c-page .sub-link a.current span {
    color: #fff;
}

@media (any-hover: hover) {
    .c-page .sub-link a:hover:before {
        transform: scaleX(1);
        transition: transform .6s ease;
    }

    .c-page .sub-link a:hover:after {
        opacity: 1;
    }

    .c-page .sub-link a:hover span {
        color: #fff;
    }
}

.c-page .ad-swiper {
    margin-top: 3.75rem;
}

.c-page .ad-swiper .item a {
    display: block;
    position: relative;
}

.c-page .ad-swiper .item img {
    display: block;
    width: 100%;
}

.c-page .ad-swiper .pagination {
    font-size: 0;
    text-align: center;
    margin-top: 1.875rem;
}

.c-page .ad-swiper .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e7e7e7;
    margin-left: 1.5rem;
    transition: all .3s ease;
    cursor: pointer;
}

.c-page .ad-swiper .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.c-page .ad-swiper .pagination span.active {
    background-color: #224b9b;
}

.c-banner {
    position: relative;
}

.c-banner img {
    display: block;
    width: 100%;
}

.c-banner .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.c-banner .zh {
    display: inline-block;
    /*color: transparent;
  background-image: linear-gradient(90deg, #224b9b, #3d1075);
  -webkit-background-clip: text;
  background-clip: text;*/
    color: #22458d;
}

.c-banner .en {
    color: #000;
    text-transform: uppercase;
    opacity: .2;
    display: none;
}

.index-s1 {
    padding-top: 3.75rem;
}

.index-s1 .left-box {
    position: relative;
    width: 66%;
}

.index-s1 .left-box .swiper {
    border-radius: 3px;
    overflow: hidden;
}

.index-s1 .left-box .item a {
    display: block;
    position: relative;
}

.index-s1 .left-box .item a:before {
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-image: linear-gradient(rgba(0, 0, 0, 0), black);
}

.index-s1 .left-box .item .img-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index-s1 .left-box .item img {
    display: block;
    width: 100%;
    height: 34.0625rem;
    object-fit: cover;
    /*  transition: transform 0.5s ease;*/
}

.index-s1 .left-box .item .txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 2.5rem;
    z-index: 3;
}

/*@media (any-hover: hover) {
  .index-s1 .left-box .item:hover img {
    transform: scale(1.1);
  }
}*/
.index-s1 .pagination {
    position: absolute;
    left: 2.5rem;
    bottom: 6.5rem;
    right: auto;
    width: auto;
    font-size: 0;
    z-index: 2;
}

.index-s1 .pagination span {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    position: relative;
    width: 2.25rem;
    height: 20px;
    cursor: pointer;
}

.index-s1 .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.index-s1 .pagination span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
}

.index-s1 .pagination span:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2ab0a5;
    position: absolute;
    top: 9px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left center;
    z-index: 2;
}

.index-s1 .pagination span.active:before {
    animation: index-banner 5s ease forwards;
}

.index-s1 .button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease;
}

.index-s1 .button.show {
    opacity: 1;
}

.index-s1 .button.prev {
    left: 20px;
    background-image: url("../images/index/l.svg");
}

.index-s1 .button.next {
    right: 20px;
    background-image: url("../images/index/r.svg");
}

.index-s1 .right-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(34% - 1.5rem);
}

.index-s1 .right-box .item {
    width: 100%;
    height: calc((100% - 1.5rem) / 2);
    border-radius: 3px;
    overflow: hidden;
}

.index-s1 .right-box .item:nth-of-type(2) {
    margin-top: 1.5rem;
}

.index-s1 .right-box .item a {
    display: block;
    height: 100%;
    position: relative;
}

.index-s1 .right-box .item a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 2;
    transition: opacity .3s ease;
}

.index-s1 .right-box .item a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url("../images/index/img-6.png") center bottom no-repeat;
    background-size: 100% auto;
    opacity: 0;
    z-index: 3;
    transition: opacity .3s ease;
}

.index-s1 .right-box .item .img-box {
    height: 100%;
    overflow: hidden;
}

.index-s1 .right-box .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.index-s1 .right-box .item .txt-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem;
    z-index: 4;
}

.index-s1 .right-box .item .tit {
    color: #fff;
    line-height: 1.5rem;
    font-size: 16px;
}

/*@media (any-hover: hover) {
  .index-s1 .right-box .item:hover img {
    transform: scale(1.1);
  }
  .index-s1 .right-box .item:hover a:before {
    opacity: 0;
  }
  .index-s1 .right-box .item:hover a:after {
    opacity: 1;
  }
}*/

.index-s2 {
    padding: 3.75rem 0 7.5rem;
}

.index-s2 .flex {
    display: flex;
}

.index-s2 .left-block {
    width: 66%;
    /*  padding-top: 2.5rem;*/
}

.index-s2 .left-block .c-items {
    margin-top: 2.5rem;
}

.index-s2 .left-block .item {
    margin-top: 2.5rem;
}

.index-s2 .left-block .item .img-box {
    border-radius: 3px;
    overflow: hidden;
}

.index-s2 .left-block .item:nth-of-type(1) {
    margin-top: 0;
}

.index-s2 .left-block .pagination {
    font-size: 0;
    text-align: center;
    margin-top: 2.5rem;
    display: none;
}

.index-s2 .left-block .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
}

.index-s2 .left-block .pagination span:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    transition: opacity .3s ease;
}

.index-s2 .left-block .pagination span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-4.png");
    opacity: 0;
    transition: opacity .3s ease;
}

.index-s2 .left-block .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.index-s2 .left-block .pagination span.active:before {
    opacity: 0;
}

.index-s2 .left-block .pagination span.active:after {
    opacity: 1;
}

.index-s2 .right-block {
    width: calc(34% - 1.5rem);
    margin-left: 1.5rem;
}

.index-s2 .top-box {
    padding: 2.5rem;
    background-color: #f7f7f7;
}

.index-s2 .top-box .index-tit {
    margin-left: -2.5rem;
}

.index-s2 .top-box .index-tit span {
    padding-left: 2.5rem;
}

.index-s2 .top-box .link {
    margin-top: 2.5rem;
}

.index-s2 .top-box .link a {
    display: block;
    line-height: 1.5rem;
    color: #333;
    font-family: 'MiSans-Light';
    margin-top: 2.5rem;
    transition: color .3s ease;
}

.index-s2 .top-box .link a:nth-of-type(1) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .index-s2 .top-box .link a:hover {
        color: #2ab0a5;
    }
}

.index-s2 .mid-box {
    position: relative;
    margin-top: 2.5rem;
    /*  height: 25rem;*/
}

.index-s2 .mid-box:nth-child(1) {
    margin-top: 0;
}

.index-s2 .mid-box .img-box {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.index-s2 .mid-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.index-s2 .mid-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3.75rem 2.5rem;
    z-index: 2;
}

.index-s2 .mid-box .tit {
    display: inline-block;
    /*color: transparent;
  background-image: linear-gradient(90deg, #224b9b, #3d1075);
  -webkit-background-clip: text;
  background-clip: text;*/
    color: #22458d;
}

.index-s2 .mid-box p {
    line-height: 2;
    color: #22458d;
    font-family: 'MiSans-Light';
    margin-top: 1rem;
}

.index-s2 .mid-box i {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin-top: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-2.svg");
    opacity: 0.2;
}

@media (any-hover: hover) {
    .index-s2 .mid-box:hover img {
        transform: scale(1.1);
    }
}




/*2024-10-12*/
.index-s2 .bot-box{
/*    height: 100%;*/
    background: #f6fbff url('../images/index/n-1.jpg') center bottom no-repeat;
    background-size: 100% auto;
    padding: 3.75rem 2.5rem;
}
.index-s2 .bot-box .tit{
    color: #194598;
    font-size: 2.25rem;
}
.index-s2 .bot-box .entit{
    font-size: max(12px, 1rem);
    color: #333;
    font-family: 'MiSans-Light';
    margin-top: 0.625rem;
}
.index-s2 .bot-box .list-box{
    margin-top: 2.25rem;
}
.index-s2 .bot-box .list-box a{
    display: block;
    font-size: max(14px, 1rem);
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    border-bottom: 1px solid transparent;
    margin-top: 1.5rem;
    transition: all .3s ease;
}
.index-s2 .bot-box .list-box a:nth-of-type(1){
    margin-top: 0;
}
@media (any-hover: hover) {
    .index-s2 .bot-box .list-box a:hover {
        color: #194598;
        border-color: #194598;
    }
}
.index-s2 .bot-box .btns{
    display: flex;
    justify-content: flex-end;
    margin-top: 4.375rem;
}
.index-s2 .bot-box .btns a{
    color: #a6a6a6;
    font-size: 12px;
}
.index-s2 .bot-box .btns a:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-3.svg");
}
@media screen and (max-width: 1025px) {
    .index-s2 .bot-box .tit{
        font-size: 2rem;
    }
}
/*2024-10-12 end*/
/*2024-11-01*/
.index-s2 .pic-link{
    margin-top: 2rem;
    display: flex;
    grid-gap: 2.5rem;
}
.index-s2 .pic-link .link{
    width: calc(50% - 1.25rem);
    position: relative;
}
.index-s2 .pic-link .link .img-box{
    position: relative;
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 38 / 15;
    overflow: hidden;
    z-index: 1;
}
.index-s2 .pic-link .link .img-box:after{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255,255,255,0), rgba(0,0,0,.6));
    z-index: 2;
}
.index-s2 .pic-link .link img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.index-s2 .pic-link .link span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: max(16px, 1.25rem);
    color: #fff;
    font-weight: 600;
    z-index: 2;
}
@media (any-hover: hover) {
    .index-s2 .pic-link .link:hover img {
        transform: scale(1.05);
    }
}
@media screen and (max-width: 900px) {
    .index-s2 .pic-link{
        flex-wrap: wrap;
    }
    .index-s2 .pic-link .link{
        width: 100%;
    }
}
/*2024-11-01 end*/


.index-s3 {
    padding: 3.75rem 0 7.5rem;
    display: none;
}

.index-s3 .items {
    display: flex;
    margin-top: 2.5rem;
}

.index-s3 .item {
    flex: 1;
    display: block;
    height: 18.75rem;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}

.index-s3 .item i {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.index-s3 .item span {
    display: block;
    color: #333;
    margin-top: 1.25rem;
}

@media (any-hover: hover) {
    .index-s3 .item:hover {
        border-color: #3d1075;
        border-radius: 3px;
        box-shadow: 0 1.25rem 1.875rem rgba(61, 16, 117, 0.1);
        z-index: 2;
    }

    .index-s3 .item:hover i {
        transform: rotateY(380deg);
        transition: transform .6s linear;
    }
}

.news-s1 .item {
    display: inline-block;
    width: calc(50% - 1.25rem);
    background-color: #f7f7f7;
    margin-right: 2.5rem;
}

.news-s1 .item .img-box {
    overflow: hidden;
}

.news-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .5s ease;
}

.news-s1 .item .txt-box {
    padding: 2.5rem;
}

.news-s1 .item .tit {
    color: #333;
}

.news-s1 .item .para {
    color: #808080;
    font-family: 'MiSans-Light';
    line-height: 1.5rem;
    max-height: 6rem;
    overflow: hidden;
    margin-top: 1.25rem;
}

.news-s1 .item .date {
    color: #808080;
    margin-top: 2rem;
}

.news-s1 .item .date:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-3.svg");
}

@media (any-hover: hover) {
    .news-s1 .item:hover img {
        transform: scale(1.1);
    }
}

.news-s1 .pagination {
    font-size: 0;
    text-align: center;
    margin-top: 2.5rem;
}

.news-s1 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin-left: 1.5rem;
    position: relative;
    cursor: pointer;
}

.news-s1 .pagination span:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    transition: opacity .3s ease;
}

.news-s1 .pagination span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-4.png");
    opacity: 0;
    transition: opacity .3s ease;
}

.news-s1 .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.news-s1 .pagination span.active:before {
    opacity: 0;
}

.news-s1 .pagination span.active:after {
    opacity: 1;
}

.news-s2 {
    /*  margin-top: 3.75rem;*/
}

.news-s2.mtnull {
    margin-top: 0;
}

.news-s2 .c-items {
    margin-bottom: 2.5rem;
}

.news-s2 .item {
    border-bottom: 4px solid #f2f2f2;
}

.news-s2 .item:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-image: linear-gradient(90deg, #2ba7a3, #338c9c);
    z-index: 2;
    transform-origin: left center;
    transform: scaleX(0);
}

.news-s2 .item a {
    padding: 2.5rem 0;
}

.news-s3 .top-block {
    padding-bottom: 2.5rem;
    position: relative;
}

.news-s3 .top-block:after {
    content: '';
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, #2ba7a3, #338c9c);
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-s3 .top-block .tit {
    color: #333;
}

.news-s3 .top-block .info {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-s3 .top-block span {
    display: inline-block;
    vertical-align: top;
    color: #808080;
    font-family: 'MiSans-Light';
}

.news-s3 .top-block span:before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.news-s3 .top-block span.date {
    margin-right: 3.75rem;
}

.news-s3 .top-block span.date:before {
    background-image: url("../images/other/icon-3.svg");
}

.news-s3 .top-block span.view:before {
    background-image: url("../images/other/icon-6.svg");
}

#NFCMS-POST-VISIT-3:before {
    display: none;
}

.news-s3 .share {
    font-size: 0;
}

.news-s3 .share i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    color: #808080;
    font-family: 'MiSans-Light';
}

.news-s3 .share a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/share-bg-1.png");
    margin-left: 2px;
    transition: all .3s ease;
}

.news-s3 .share a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 1rem;
    z-index: 2;
}

.news-s3 .share a.wechat:after {
    background-image: url("../images/other/share-1.svg");
}

.news-s3 .share a.sina:after {
    background-image: url("../images/other/share-2.svg");
}

.news-s3 .share a.qq {
    margin-right: 0;
}

.news-s3 .share a.qq:after {
    background-image: url("../images/other/share-3.svg");
}

@media screen and (min-width: 1020px) {
    .news-s3 .share a:hover {
        background-image: url("../images/other/share-bg-2.png");
    }
}

.news-s3 .mid-block {
    margin-top: 2rem;
}

.news-s3 .other {
    margin-top: 3.75rem;
}

.news-s3 .other .back {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-s3 .other .back:before,
.news-s3 .other .back:after {
    content: '';
    width: calc((100% - 120px) / 2);
    height: 1px;
    background-color: #e2eaf3;
}

.news-s3 .other .back a {
    position: relative;
}

.news-s3 .other .back a:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #e2eaf3;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/other/icon-7.png");
}

.news-s3 .other .back span {
    position: absolute;
    color: #252d36;
    font-family: 'MiSans-Light';
    top: 100%;
    padding-top: 10px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}

.news-s3 .other .page {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.news-s3 .other .page a {
    width: 12.5rem;
    line-height: 3.75rem;
    text-align: center;
    color: #252d36;
    font-family: 'MiSans-Light';
    border: 1px solid #e2eaf3;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .news-s3 .other .page a:hover {
        border-color: #2ba7a3;
        color: #2ba7a3;
    }
}

.news-s4 .items {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
}

.news-s4 .item {
    position: relative;
    border-bottom: 4px solid #f2f2f2;
    transition: padding .3s ease;
}

.news-s4 .item:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-image: linear-gradient(90deg, #2ba7a3, #338c9c);
    z-index: 2;
    transform-origin: left center;
    transform: scaleX(0);
}

.news-s4 .item a {
    position: relative;
    display: block;
    padding: 2.5rem;
    height: 8.75rem;
    transition: height 0.3s ease;
}

.news-s4 .item .tit {
    color: #333;
}

.news-s4 .item .show {
    height: 3.75rem;
    padding-right: 3.75rem;
    position: relative;
    transition: all .3s ease;
}

.news-s4 .item .show:after {
    content: '';
    width: 8px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-5.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.news-s4 .item .hide {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    padding-right: 10rem;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.news-s4 .item .hide:after {
    content: '';
    width: 8px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-5.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.news-s4 .item .img-box {
    width: 15rem;
    overflow: hidden;
}

.news-s4 .item .img-box img {
    display: block;
    width: 100%;
    height: 8.4375rem;
    object-fit: cover;
}

.news-s4 .item .txt-box {
    width: calc(100% - 17.5rem);
    margin-left: 2.5rem;
}

.news-s4 .item .para {
    line-height: 1.5rem;
    color: #808080;
    font-family: 'MiSans-Light';
    margin-top: 10px;
    max-height: 6rem;
    overflow: hidden;
}

.news-s4 .item:nth-of-type(1) {
    padding-top: 0 !important;
}

@media (any-hover: hover) {
    .news-s4 .item:hover {
        padding: 2.5rem 0;
    }

    .news-s4 .item:hover:after {
        transform: scaleX(1);
        transition: transform .5s ease;
    }

    .news-s4 .item:hover a {
        height: 13.4375rem;
        background-color: #f7f7f7;
    }

    .news-s4 .item:hover .date:before {
        opacity: 1;
    }

    .news-s4 .item:hover .date span,
    .news-s4 .item:hover .date i {
        color: #fff;
    }

    .news-s4 .item:hover .show {
        opacity: 0;
    }

    .news-s4 .item:hover .hide {
        opacity: 1;
        visibility: visible;
    }
}

.about-s1 {
    margin-top: 3.75rem;
}

.about-s1 .item {
    display: flex;
    align-items: flex-start;
    padding: 2.5rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.about-s1 .item .icon {
    position: relative;
    width: 7.5rem;
    height: 7.5rem;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.about-s1 .item i {
    display: inline-block;
    width: 3.375rem;
    height: 3.375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 3.375rem;
}

.about-s1 .item .txt-box {
    width: calc(100% - 10rem);
    margin-left: 2.5rem;
}

.about-s1 .item .tit {
    color: #333;
}

.about-s1 .item .para {
    line-height: 1.5;
    font-family: 'MiSans-Light';
    margin-top: 1rem;
}

@media (any-hover: hover) {
    .about-s1 .item:hover i {
        transform: rotateY(360deg);
        transition: transform .6s linear;
    }
}

.about-s2 {
    margin-top: 3.75rem;
}

.about-s2 .box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.75rem;
    color: #fff;
    line-height: 1.5;
}

.about-s2 .box.bg-1 {
    margin-top: 2.5rem;
    background-image: url("../images/about/img-1.jpg");
}

.about-s2 .box.bg-2 {
    background-image: url("../images/about/img-1.jpg");
}

.about-s2 .items {
    display: flex;
}

.about-s2 .item {
    flex: 1;
    padding: 5rem 3.75rem;
    border-left: 1px solid #e6e6e6;
}

.about-s2 .item:last-of-type {
    border-right: 1px solid #e6e6e6;
}

.about-s2 .item i {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-s2 .item span {
    display: block;
    color: #333;
    margin-top: 1.5rem;
    text-align: center;
}

@media (any-hover: hover) {
    .about-s2 .item:hover i {
        transform: rotateY(360deg);
        transition: transform .6s linear;
    }
}

.about-s3 .img-box.mt {
    margin-top: 2.5rem;
}

.about-s3 .img-box.mt1 {
    /*  margin-top: 3.75rem;*/
}

.about-s3 .img-box img {
    display: block;
    width: 100%;
}

.about-s4 {
    position: relative;
    overflow: hidden;
}

.about-s4 .line-ani {
    width: 2px;
    position: absolute;
    left: 4.6875rem;
    top: 0;
    transform: translateY(4.6875rem);
    background-color: #224b9b;
    z-index: 2;
}

.about-s4 .block {
    margin-left: 4.6875rem;
    position: relative;
}

.about-s4 .block:before {
    content: '';
    width: 2px;
    position: absolute;
    left: 0;
    top: 4.6875rem;
    bottom: 0;
    background-color: #e6e6e6;
    z-index: 1;
}

.about-s4 .items {
    position: relative;
    z-index: 3;
}

.about-s4 .item {
    margin-top: 5rem;
}

.about-s4 .item .year-box {
    font-size: 0;
}

.about-s4 .item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 7.5rem;
    height: 7.5rem;
    margin-left: -3.75rem;
    position: relative;
}

.about-s4 .item .icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    opacity: 0.1;
    z-index: 1;
}

.about-s4 .item .icon:after {
    content: '';
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    z-index: 2;
}

.about-s4 .item .icon i {
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.5rem auto;
    z-index: 3;
}

.about-s4 .item .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.5rem;
}

.about-s4 .item .txt .tit {
    font-family: 'MiSans-Bold';
    /*color: transparent;
  background-image: linear-gradient(90deg, #224b9b, #3d1075);
  -webkit-background-clip: text;
  background-clip: text;*/
    color: #224b9b;
}

.about-s4 .item .txt span {
    display: block;
    color: #333;
    margin-top: 10px;
}

.about-s4 .item li {
    position: relative;
    padding-left: 6.25rem;
    margin-top: 1.25rem;
}

.about-s4 .item li:nth-of-type(1) {
    margin-top: 0;
}

.about-s4 .item li:before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 4px solid #224b9b;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 3.75rem;
    left: -12px;
    transition: all .3s ease;
}

.about-s4 .item li:after {
    content: '';
    width: 2.5rem;
    height: 1px;
    background-color: #224b9b;
    position: absolute;
    top: calc(3.75rem + 12px);
    left: 2.5rem;
    transition: all .3s ease;
}

.about-s4 .item .cont-box {
    background-color: #f5f5f5;
    padding: 1.5rem;
}

.about-s4 .item .cont-box .tit {
    color: #333;
    margin-bottom: 10px;
}

.about-s4 .item .para {
    color: #333;
    line-height: 1.5;
    font-family: 'MiSans-Light';
}

.about-s4 .item .img-box {
    margin-top: 1.5rem;
    width: 20rem;
    overflow: hidden;
}

.about-s4 .item .img-box img {
    display: block;
    width: 100%;
    transition: transform .5s ease;
}

@media (any-hover: hover) {
    .about-s4 .item .img-box:hover img {
        transform: scale(1.1);
    }
}

.about-s4 .item:nth-of-type(1) {
    margin-top: 0;
}

.about-s5 .items {
    margin-top: 2.5rem;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.about-s5 .item {
    width: calc((100% - 1.25rem) / 2);
    margin: 1.25rem 1.25rem 0 0;
    border: 1px solid #e6e6e6;
    padding: 2.5rem;
}

@media screen and (min-width: 900px) {

    .about-s5 .item:nth-of-type(1),
    .about-s5 .item:nth-of-type(2) {
        margin-top: 0;
    }

    .about-s5 .item:nth-of-type(even) {
        margin-right: 0;
    }
}

.about-s5 .item .box {
    display: flex;
    align-items: center;
}

.about-s5 .item i {
    width: 3.5rem;
    height: 3.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-s5 .item span {
    width: calc(100% - 3.5rem);
    padding-left: 1.5rem;
    color: #333;
    font-family: 'MiSans-Light';
    line-height: 1.5;
}

@media (any-hover: hover) {
    .about-s5 .item:hover i {
        transform: rotateY(360deg);
        transition: transform .6s linear;
    }
}

.about-s7 .items {
    margin-top: 2.5rem;
    display: flex;
}

.about-s7 .item {
    flex: 1;
    margin-left: 2.5rem;
    height: 11.25rem;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.about-s7 .item i {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-s7 .item span {
    display: block;
    color: #224b9b;
    margin: 1rem 0 .625rem;
}

.about-s7 .item p {
    color: #252d36;
}

.about-s7 .item:nth-of-type(1) {
    margin-left: 0;
}

.about-s7 .item:nth-of-type(1) i {
    background-image: url("../images/contact/icon-1-3.png");
}

.about-s7 .item:nth-of-type(2) i {
    background-image: url("../images/contact/icon-1-3.png");
}

.about-s7 .item:nth-of-type(3) i {
    background-image: url("../images/contact/icon-1-3.png");
}

@media (any-hover: hover) {
    .about-s7 .item:hover i {
        transform: rotateY(360deg);
        transition: transform .6s linear;
    }
}

.about-s7 .map-box {
    position: relative;
    margin-top: 2.5rem;
    /*  border: 1px solid #e6e6e6;*/
}

.about-s7 .map {
    height: 30rem;
    overflow: hidden;
}

.about-s7 .bg-box {
    /*  height: 30rem;*/
    overflow: hidden;
}

.about-s7 .bg-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s7 .info {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 1.875rem;
    /*  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);*/
}

.about-s7 .info span {
    display: inline-block;
    /*color: transparent;
  background-image: linear-gradient(90deg, #224b9b, #3d1075);
  -webkit-background-clip: text;
  background-clip: text;*/
    color: #224b9b;
    display: none;
}

.about-s7 .info .tit {
    color: #333;
    margin-top: 1.25rem;
    display: none;
}

.about-s7 .info p {
    color: #333;
    margin-top: 5px;
}

.about-s7 .info .img-box {
    /*  margin-top: 2.5rem;*/
    display: flex;
}

.about-s7 .info img {
    display: block;
    width: 7.5rem;
}

.about-s7 .info .box {
    width: 7.5rem;
    text-align: center;
}

.about-s7 .info .box:nth-of-type(2) {
    margin-left: 1.5rem;
}

.about-s8 {
    margin-top: 2.5rem;
}

.about-s8 .form {
    margin-top: 2.5rem;
    font-size: 0;
}

.about-s8 .box {
    width: calc((100% - 2.5rem) / 2);
    display: inline-block;
    vertical-align: top;
    margin-top: 2.5rem;
}

.about-s8 .box input,
.about-s8 .box textarea {
    display: block;
    width: 100%;
    color: #252d36;
    background-color: #f5f5f5;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    transition: border .3s ease;
}

.about-s8 .box input:focus,
.about-s8 .box textarea:focus {
    border-color: #224b9b;
}

.about-s8 .box input {
    height: 3.75rem;
    padding: 0 1.5rem;
}

.about-s8 .box textarea {
    height: 11.25rem;
    padding: 1.5rem;
}

@media screen and (min-width: 900px) {
    .about-s8 .box:nth-of-type(5) {
        width: 100%;
    }

    .about-s8 .box:nth-of-type(1),
    .about-s8 .box:nth-of-type(2) {
        margin-top: 0;
    }

    .about-s8 .box:nth-of-type(1),
    .about-s8 .box:nth-of-type(3) {
        margin-right: 2.5rem;
    }
}

.about-s8 button {
    display: block;
    margin-top: 2.5rem;
    width: 15rem;
    height: 3.75rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}

.education-s1 .items {
    margin-bottom: 2.5rem;
    border-bottom: 4px solid #f2f2f2;
}

.education-s1 .item {
    border-top: 4px solid #f2f2f2;
    position: relative;
}

.education-s1 .item:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-image: linear-gradient(90deg, #2ba7a3, #338c9c);
    z-index: 2;
    transform-origin: left center;
    transform: scaleX(0);
}

.education-s1 .item a {
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
}

.education-s1 .item .img-box {
    width: 11.25rem;
    overflow: hidden;
}

.education-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .5s ease;
}

.education-s1 .item .txt-box {
    width: calc(100% - 11.25rem);
    padding-left: 2.5rem;
}

.education-s1 .item .tit {
    color: #333;
    font-family: 'MiSans-Light';
}

.education-s1 .item .desc {
    color: #333;
    font-family: 'MiSans-Light';
}

.education-s1 .item .para {
    line-height: 1.5rem;
    color: #808080;
    font-family: 'MiSans-Light';
    margin-top: 1.25rem;
}

.education-s1 .item .info {
    line-height: 1.5rem;
    color: #333;
    font-family: 'MiSans-Light';
    margin-top: 1.25rem;
}

.education-s1 .item:nth-of-type(1) {
    border-top: none;
}

.education-s1 .item:nth-of-type(1) a {
    padding-top: 0;
}

@media (any-hover: hover) {
    .education-s1 .item:not(.nohover):hover:after {
        transform: scaleX(1);
        transition: transform .5s ease;
    }

    .education-s1 .item:not(.nohover):hover img {
        transform: scale(1.1);
    }
}

.education-s2 .tab-tit {
    display: flex;
}

.education-s2 .tab-tit .item {
    flex: 1;
    margin-left: 10px;
    position: relative;
    text-align: center;
    background-color: #f7f7f7;
    cursor: pointer;
}

.education-s2 .tab-tit .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #2ba7a3, #338c9c);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.education-s2 .tab-tit .item span {
    display: block;
    line-height: 3rem;
    color: #333;
    font-family: 'MiSans-Light';
    position: relative;
    z-index: 2;
    transition: color .3s ease;
}

.education-s2 .tab-tit .item:nth-of-type(1) {
    margin-left: 0;
}

.education-s2 .tab-tit .item.active:before {
    opacity: 1;
}

.education-s2 .tab-tit .item.active span {
    color: #fff;
}

@media (any-hover: hover) {
    .education-s2 .tab-tit .item:hover:before {
        opacity: 1;
    }

    .education-s2 .tab-tit .item:hover span {
        color: #fff;
    }
}

.education-s2 .tab-cont {
    margin-top: 2.5rem;
}

.education-s2 .tab-cont .child {
    display: none;
}

.education-s2 .tab-cont .child.active {
    display: block;
}

.education-s2 .tab-cont .para {
    line-height: 2;
    font-family: 'MiSans-Light';
}

.education-s3 .items {
    margin-top: 2.5rem;
    display: flex;
}

.education-s3 .item {
    flex: 1;
    margin-left: 2rem;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 2rem;
}

.education-s3 .item i {
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 99% auto;
}

.education-s3 .item span {
    display: block;
    color: #333;
    margin: 1.5rem 0 10px;
}

.education-s3 .item p {
    color: #333;
    font-family: 'MiSans-Light';
}

.education-s3 .item:nth-of-type(1) {
    margin-left: 0;
}

.education-s3 .item:nth-of-type(1) i {
    background-image: url("../images/education/icon-1-1.png");
}

.education-s3 .item:nth-of-type(2) i {
    background-image: url("../images/education/icon-1-2.png");
}

.education-s3 .item:nth-of-type(3) i {
    background-image: url("../images/education/icon-1-3.png");
}

@media (any-hover: hover) {
    .education-s3 .item:hover i {
        transform: rotateY(360deg);
        transition: transform .6s linear;
    }
}

.academic-s1 .items {
    margin-top: 2.5rem;
    display: flex;
}

.academic-s1 .item {
    flex: 1;
    margin-left: 2rem;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 3.75rem 2rem;
}

.academic-s1 .item i {
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 99% auto;
}

.academic-s1 .item p {
    line-height: 1.5;
    color: #333;
    font-family: 'MiSans-Light';
    margin-top: 2.5rem;
}

.academic-s1 .item:nth-of-type(1) {
    margin: 0;
}

.academic-s1 .item:nth-of-type(1) i {
    background-image: url("../images/academic/icon-1-1.png");
}

.academic-s1 .item:nth-of-type(2) i {
    background-image: url("../images/academic/icon-1-2.png");
}

.academic-s1 .item:nth-of-type(3) i {
    background-image: url("../images/academic/icon-1-3.png");
}

@media (any-hover: hover) {
    .academic-s1 .item:hover i {
        transform: rotateY(360deg);
        transition: transform .6s linear;
    }
}

.funding-s1 .block {
    /*  margin-top: 2.5rem;*/
    padding-top: 4.375rem;
    background: url("../images/other/img-4.png") center top no-repeat;
    background-size: 80% auto;
    position: relative;
}

.funding-s1 .img-box img {
    display: block;
    width: 100%;
}

.funding-s1 .items {
    position: absolute;
    top: 4.375rem;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

.funding-s1 .item {
    height: 100%;
}

.funding-s1 .item span {
    display: block;
    text-align: center;
    color: #333;
    font-family: 'MiSans-Light';
}

@media screen and (min-width: 900px) {

    .funding-s1 .item:nth-of-type(1),
    .funding-s1 .item:nth-of-type(5) {
        width: 18%;
    }

    .funding-s1 .item:nth-of-type(2),
    .funding-s1 .item:nth-of-type(4) {
        width: 22%;
    }

    .funding-s1 .item:nth-of-type(3) {
        width: 20%;
    }
}

.funding-s2 {
    margin-top: 3.75rem;
}

.funding-s2 .c-items {
    margin-top: 2.5rem;
}

.funding-s2 .c-items .item {
    margin-top: 2.5rem;
}

.funding-s2 .c-items .item:nth-of-type(1) {
    margin-top: 0;
}

.funding-s2 .c-items .item .img-box {
    border-radius: 3px;
}

.scientific-s1 .items {
    margin-bottom: 2.5rem;
}

.scientific-s1 .item {
    border-bottom: 4px solid #f2f2f2;
    position: relative;
}

.scientific-s1 .item:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-image: linear-gradient(90deg, #2ba7a3, #338c9c);
    z-index: 2;
    transform-origin: left center;
    transform: scaleX(0);
}

.scientific-s1 .item a {
    display: block;
    display: flex;
    align-items: flex-start;
    padding: 2.5rem 0;
}

.scientific-s1 .item .img-box {
    width: 15rem;
    overflow: hidden;
}

.scientific-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .5s ease;
}

.scientific-s1 .item .txt-box {
    width: calc(100% - 15rem);
    padding-left: 2.5rem;
}

.scientific-s1 .item .tit {
    color: #333;
}

.scientific-s1 .item .para {
    color: #808080;
    line-height: 1.5rem;
    font-family: 'MiSans-Light';
    max-height: 4.5rem;
    overflow: hidden;
    margin-top: .625rem;
}

.scientific-s1 .item .para.auto {
    max-height: none;
}

.scientific-s1 .item .date {
    color: #808080;
    margin-bottom: .625rem;
}

.scientific-s1 .item .date:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-3.svg");
}

.scientific-s1 .item:nth-of-type(1) a {
    padding-top: 0;
}

@media (any-hover: hover) {
    .scientific-s1 .item:hover:after {
        transform: scaleX(1);
        transition: transform .5s ease;
    }

    .scientific-s1 .item:hover img {
        transform: scale(1.1);
    }
}

.scientific-s2 .para {
    /*  margin-top: 1.5rem;*/
    line-height: 2;
    color: #333333;
    font-family: 'MiSans-Light';
}

.scientific-s2 .para.b {
    font-family: 'MiSans-Regular';
}

.scientific-s2 .img-box {
    margin-top: 2.5rem;
}

.scientific-s2 .img-box img {
    display: block;
    width: 100%;
}

.scientific-s2 .video-box {
    margin-top: 2.5rem;
}

.scientific-s2 .video-box video {
    display: block;
    width: 100%;
}

.scientific-s3 .tit {
    text-align: center;
    padding: 1.25rem;
    color: #fff;
    font-family: 'MiSans-Bold';
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}

.scientific-s3 .tips {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 1.25rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.scientific-s3 .tips span {
    line-height: 3rem;
    color: #333;
    padding: 0 1rem;
    margin: 5px;
    border: 2px dashed #e6e6e6;
    border-radius: 10px;
}

.scientific-s3 .box {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
}

.scientific-s3 .box span {
    line-height: 3rem;
    margin-bottom: 10px;
    color: #fff;
    padding: 0 1.25rem;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}

.scientific-s4 .items {
    /*  margin-top: 2.5rem;*/
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.scientific-s4 .item {
    display: flex;
    width: calc((100% - 1.25rem) / 2);
    margin: 1.25rem 1.25rem 0 0;
    border: 1px solid #e6e6e6;
    padding: 1.25rem;
    transition: border .3s ease;
}

@media screen and (min-width: 900px) {

    .scientific-s4 .item:nth-of-type(1),
    .scientific-s4 .item:nth-of-type(2) {
        margin-top: 0;
    }

    .scientific-s4 .item:nth-of-type(even) {
        margin-right: 0;
    }
}

.scientific-s4 .item .box {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.scientific-s4 .item .img-box {
    width: 9.375rem;
    overflow: hidden;
}

.scientific-s4 .item img {
    display: block;
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
    transition: transform .5s ease;
}

.scientific-s4 .item .txt-box {
    width: calc(100% - 9.375rem);
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.scientific-s4 .item .tit {
    color: #333;
    font-family: 'MiSans-Light';
}

.scientific-s4 .item .para {
    margin-top: 1.25rem;
}

.scientific-s4 .item p {
    color: #333;
    font-family: 'MiSans-Light';
    margin-top: 10px;
}

.scientific-s4 .item p:nth-of-type(1) {
    margin-top: 0;
    color: #2ab0a5;
}

@media (any-hover: hover) {
    .scientific-s4 .item:hover {
        border-color: #2ab0a5;
    }
}






.scientific-s5 .items {
    /*  margin-top: 2.5rem;*/
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.scientific-s5 .item {
    display: flex;
    align-items: flex-start;
    width: calc((100% - 1.25rem) / 2);
    margin: 1.25rem 1.25rem 0 0;
    border: 1px solid #e6e6e6;
    padding: 1.25rem;
    transition: border .3s ease;
}

@media screen and (min-width: 900px) {

    .scientific-s5 .item:nth-of-type(1),
    .scientific-s5 .item:nth-of-type(2) {
        margin-top: 0;
    }

    .scientific-s5 .item:nth-of-type(even) {
        margin-right: 0;
    }
}

.scientific-s5 .item .img-box {
    width: 9.375rem;
    overflow: hidden;
}

.scientific-s5 .item img {
    display: block;
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
    transition: transform .5s ease;
}

.scientific-s5 .item .txt-box {
    width: calc(100% - 9.375rem);
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.scientific-s5 .item .tit {
    color: #333;
    font-family: 'MiSans-Light';
}

.scientific-s5 .item .para {
    margin-top: 1.25rem;
}

.scientific-s5 .item p {
    color: #333;
    font-family: 'MiSans-Light';
    margin-top: 10px;
}

.scientific-s5 .item p:nth-of-type(1) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .scientific-s5 .item:hover {
        border-color: #2ab0a5;
    }
}

.recruit-s1 .top-block {
    background-color: #f7f7f7;
    padding: 2rem;
    position: relative;
}

.recruit-s1 .top-block .tit {
    color: #333;
}

.recruit-s1 .top-block .info {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recruit-s1 .top-block span {
    display: inline-block;
    vertical-align: top;
    color: #808080;
    font-family: 'MiSans-Light';
}

.recruit-s1 .top-block span:before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.recruit-s1 .top-block span.date {
    margin-right: 3.75rem;
}

.recruit-s1 .top-block span.date:before {
    background-image: url("../images/other/icon-3.svg");
}

.recruit-s1 .top-block .apply {
    display: block;
    width: 11.25rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}

.recruit-s1 .share {
    font-size: 0;
}

.recruit-s1 .share i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    color: #808080;
    font-family: 'MiSans-Light';
}

.recruit-s1 .share a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/share-bg-1.png");
    margin-left: 2px;
    transition: all .3s ease;
}

.recruit-s1 .share a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 1rem;
    z-index: 2;
}

.recruit-s1 .share a.wechat:after {
    background-image: url("../images/other/share-1.svg");
}

.recruit-s1 .share a.sina:after {
    background-image: url("../images/other/share-2.svg");
}

.recruit-s1 .share a.qq {
    margin-right: 0;
}

.recruit-s1 .share a.qq:after {
    background-image: url("../images/other/share-3.svg");
}

@media (any-hover: hover) {
    .recruit-s1 .share a:hover {
        background-image: url("../images/other/share-bg-2.png");
    }
}

.recruit-s1 .bot-block {
    margin-top: 2.5rem;
}

.recruit-s1 .bot-block .apply {
    display: block;
    width: 100%;
    line-height: 3.75rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}

.recruit-s1 .block {
    margin-bottom: 3.75rem;
}

.recruit-s1 .block .tit {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.recruit-s1 .block .tit span {
    display: inline-block;
    color: #252d36;
    padding-bottom: 1rem;
    position: relative;
}

.recruit-s1 .block .tit span:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}

.recruit-s1 .block .tit:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-5-1.png");
    position: absolute;
    right: 2rem;
    top: 30%;
    margin-top: -6px;
}

.recruit-s1 .block .cont {
    display: none;
}

.recruit-s1 .block .para {
    line-height: 2;
    color: #252d36;
    font-family: 'MiSans-Light';
    margin-top: 1rem;
}

.recruit-s1 .block .item {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e6e6e6;
}

.recruit-s1 .block .item span {
    width: 12.5rem;
    line-height: 2;
    color: #252d36;
    padding: 10px 0;
}

.recruit-s1 .block .item .s-para {
    width: calc(100% - 12.5rem);
    padding: 10px 3.75rem;
    border-left: 1px solid #e6e6e6;
    line-height: 2;
    color: #252d36;
    font-family: 'MiSans-Light';
}

.recruit-s1 .block.active .tit:after {
    background-image: url("../images/other/icon-5-2.png");
}

.recruit-s1 .botlink-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}
.recruit-s1 .botlink-box{
    position: sticky;
    top: 0;
    height: 100vh;
    max-height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 3.75rem 0;
}
.recruit-s1 .botlink{
    width: 100%;
    line-height: 3.75rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: max(16px, 1.5rem);
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    pointer-events: auto;
}




.pop-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.pop-form .close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/close-1.png");
    cursor: pointer;
    transition: all .3s ease;
    z-index: 2;
}

@media (any-hover: hover) {
    .pop-form .close:hover {
        transform: rotate(90deg);
    }
}

.pop-form .main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
}

.pop-form .form {
    font-size: 0;
    padding: 6rem 0;
}

.pop-form .box {
    width: calc((100% - 4.5rem) / 4);
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
}

.pop-form .box input,
.pop-form .box textarea {
    display: block;
    width: 100%;
    color: #252d36;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    transition: border .3s ease;
}

.pop-form .box input:focus,
.pop-form .box textarea:focus {
    border-color: #224b9b;
}

.pop-form .box input {
    height: 3.75rem;
    padding: 0 1.5rem;
}

.pop-form .box textarea {
    height: 11.25rem;
    padding: 1.5rem;
    resize: none;
}

.pop-form .box.txt {
    width: 100%;
}

.pop-form .box.upload {
    width: 80px;
    height: 80px;
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
    overflow: hidden;
}

.pop-form .box.upload .cell-box {
    height: 100%;
}

.pop-form .box.upload input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.pop-form .box.upload span {
    font-size: 14px;
    color: #666;
}

@media screen and (min-width: 900px) {

    .pop-form .box:nth-of-type(1),
    .pop-form .box:nth-of-type(2),
    .pop-form .box:nth-of-type(3),
    .pop-form .box:nth-of-type(4) {
        margin-top: 0;
    }

    .pop-form .box:nth-of-type(4n) {
        margin-right: 0;
    }
}

.pop-form button {
    display: block;
    margin-top: 2.5rem;
    width: 15rem;
    height: 3.75rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}

.foundation-s1 .item {
    width: 50%;
    height: 17.75rem;
    position: relative;
    margin-top: -8.875rem;
}

.foundation-s1 .item:before {
    content: '';
    width: 8.875rem;
    height: 17.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
}

.foundation-s1 .item .num {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    background-color: #f5fbfd;
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(20, 61, 174, 0.15);
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -3.125rem;
    z-index: 2;
}

.foundation-s1 .item .num span {
    /*color: transparent;
  background-image: linear-gradient(90deg, #224b9b, #3d1075);
  -webkit-background-clip: text;
  background-clip: text;*/
    color: #224b9b;
}

.foundation-s1 .item .txt-box {
    height: 100%;
}

.foundation-s1 .item .txt-box span {
    display: inline-block;
    /*color: transparent;
  background-image: linear-gradient(90deg, #224b9b, #3d1075);
  -webkit-background-clip: text;
  background-clip: text;*/
    color: #224b9b;
}

.foundation-s1 .item .txt-box p {
    line-height: 1.5;
    margin-top: 1rem;
    font-family: 'MiSans-Light';
}

.foundation-s1 .item:nth-of-type(1) {
    margin-top: 0;
}

@media screen and (min-width: 900px) {
    .foundation-s1 .item:nth-of-type(odd) {
        padding-right: 12.5rem;
    }

    .foundation-s1 .item:nth-of-type(odd):before {
        right: 0;
        background-image: url("../images/other/img-8-1.png");
    }

    .foundation-s1 .item:nth-of-type(odd) .num {
        right: -3.125rem;
    }

    .foundation-s1 .item:nth-of-type(even) {
        padding-left: 12.5rem;
        margin-left: calc(50% - 1px);
    }

    .foundation-s1 .item:nth-of-type(even):before {
        left: 0;
        background-image: url("../images/other/img-8-2.png");
    }

    .foundation-s1 .item:nth-of-type(even) .num {
        left: -3.125rem;
    }
}

@media screen and (max-width: 1441px) {
    .scientific-s3 .box {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .scientific-s3 .box span {
        margin: 0 10px 10px 0;
    }

    .c-page .sub-link a {
        padding: 1.25rem 1.5rem;
    }

    .c-page .sub-link a:after {
        right: 1.5rem;
    }
}

@media screen and (max-width: 1025px) {
    .wrap-s {
        width: 90%;
    }
}

@media screen and (max-width: 900px) {
    .c-crumbs {
        display: none;
    }

    .comm-page li a {
        min-width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        padding: 0 6px;
    }

    .comm-page li {
        margin: 1px;
    }

    .c-items .item .img-box {
        width: 100%;
    }

    .c-items .item .txt-box {
        width: 100%;
        padding: 15px 0 0;
    }

    .c-items .item a {
        display: block;
    }

    .c-items .item .tit {
        font-size: 16px;
    }

    .c-items .item .para {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
    }

    .c-items .item .date {
        margin-top: 10px;
    }

    .c-page .sub-link {
        display: none;
    }

    .c-page .flex {
        display: block;
    }

    .c-page .left-page {
        width: 100%;
        padding: 40px 0;
    }

    .c-page .flex:before {
        display: none;
    }

    .c-page .right-page {
        width: 100%;
        padding: 40px 0;
        display: none;
    }

    .c-page .ad-swiper {
        margin-top: 0;
    }

    .c-banner {
        overflow: hidden;
    }

    .c-banner .img-box {
        position: relative;
        height: 50vw;
    }

    .c-banner img {
        position: absolute;
        right: -80%;
        top: 0;
        height: 50vw;
        width: auto;
    }

    .c-banner .en {
        margin-top: 10px;
    }

    .index-s1 .left-box {
        width: 100%;
    }

    .index-s1 .left-box .item img {
        height: auto;
    }

    .index-s1 .right-box {
        position: static;
        width: 100%;
        margin-top: 15px;
    }

    .index-s1 .left-box .item .txt-box {
        padding: 20px;
        width: 100%;
    }

    .index-s1 .pagination {
        right: 20px;
        bottom: 20px;
        position: static;
    }

    .index-s1 .pagination span {
        width: 12px;
        margin-left: 5px;
    }

    .index-s1 .right-box .item .txt-box {
        padding: 15px;
    }

    .index-s1 .right-box .item .tit {
        font-size: 14px;
        line-height: 1.5;
    }

    .index-s2 .flex {
        display: block;
    }

    .index-s2 .left-block {
        width: 100%;
        padding-top: 0;
    }

    .index-s2 .left-block .item {
        margin: 0;
    }

    .index-s2 .left-block .pagination {
        display: block;
    }

    .index-s2 .right-block {
        margin-top: 40px;
        width: 100%;
        margin-left: 0;
    }

    .index-s2 .top-box .link a {
        margin-top: 15px;
    }

    .index-s3 {
        padding: 40px 0;
    }

    .index-s3 .items {
        flex-wrap: wrap;
    }

    .index-s3 .item {
        flex: inherit;
        width: 50%;
        height: 15rem;
        margin: -1px 0 0 -1px;
    }

    .news-s1 .item {
        width: 100%;
        margin-right: 10px;
    }

    .news-s1 .item .txt-box {
        padding: 20px;
    }

    .news-s1 .item .tit {
        font-size: 16px;
    }

    .news-s1 .item .para {
        line-height: 20px;
        margin-top: 10px;
        max-height: 60px;
    }

    .news-s1 .item .date {
        margin-top: 10px;
    }

    .news-s1 .pagination span {
        margin-left: 5px;
    }

    .news-s2 {
        margin-top: 4rem;
    }

    .news-s3 .share {
        display: none;
    }

    .news-s3 .other .page a {
        width: 100px;
    }

    .news-s4 .item a {
        padding: 2.5rem 0;
        height: auto;
    }

    .news-s4 .item:nth-of-type(1) a {
        padding-top: 0;
    }

    .news-s4 .item .show {
        display: none;
    }

    .news-s4 .item .hide {
        display: block;
        padding: 0;
        position: static;
        opacity: 1;
        visibility: visible;
    }

    .news-s4 .item .img-box {
        width: 100%;
    }

    .news-s4 .item .img-box img {
        height: auto;
    }

    .news-s4 .item .txt-box {
        width: 100%;
        margin: 15px 0 0;
    }

    .news-s4 .item .hide:after {
        display: none;
    }

    .news-s4 .item .tit {
        font-size: 16px;
    }

    .news-s4 .item .para {
        line-height: 20px;
        max-height: 60px;
    }

    .about-s1 {
        margin-top: 4rem;
    }

    .about-s1 .item {
        align-items: flex-start;
    }

    .about-s1 .item i {
        width: 3.6rem;
        height: 3.6rem;
        background-size: auto 3.6rem;
    }

    .about-s1 .item .txt-box {
        width: calc(100% - 9rem);
        margin-left: 1.5rem;
    }

    .about-s1 .item .para {
        line-height: 1.5;
    }

    .about-s2 {
        margin-top: 20px;
    }

    .about-s2 .box {
        padding: 4rem 2rem;
    }

    .about-s2 .box br {
        display: none;
    }

    .about-s2 .box.bg-1 {
        margin-top: 2rem;
    }

    .about-s2 .item {
        padding: 4rem 1rem;
    }

    .about-s2 .item i {
        width: 3.6rem;
        height: 3.6rem;
    }

    .about-s3 .img-box.mt1 {
        margin-top: 0;
    }

    .about-s3 .img-box.mt {
        margin-top: 2rem;
    }

    .about-s4 .block {
        margin-left: 30px;
    }

    .about-s4 .item .icon {
        width: 60px;
        height: 60px;
        margin-left: -30px;
    }

    .about-s4 .item .icon:after {
        width: 50px;
        height: 50px;
    }

    .about-s4 .item .icon i {
        width: 4rem;
        height: 4rem;
        background-size: 2rem auto;
    }

    .about-s4 .item .txt {
        width: calc(100% - 60px - 2.5rem);
    }

    .about-s4 .item li:before {
        width: 12px;
        height: 12px;
        border-width: 2px;
        left: -6px;
    }

    .about-s4 .item {
        margin-top: 40px;
    }

    .about-s4 .item .txt span {
        margin-top: 0;
    }

    .about-s4 .item li {
        padding-left: 55px;
        margin-top: 2rem;
    }

    .about-s4 .item li:after {
        width: 15px;
        left: 20px;
        top: calc(3.75rem + 6px);
    }

    .about-s4 .item .cont-box {
        padding: 20px;
    }

    .about-s4 .item .img-box {
        width: 16rem;
        margin-top: 10px;
    }

    .about-s5 .items {
        margin-top: 2rem;
        display: block;
    }

    .about-s5 .item {
        width: 100%;
        margin: 2rem 0 0;
        padding: 2rem;
    }

    .about-s5 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .about-s5 .item i {
        width: 3.6rem;
        height: 3.6rem;
    }

    .about-s5 .item span {
        width: calc(100% - 3.6rem);
        padding-left: 2rem;
    }

    .about-s7 .items {
        display: block;
        margin-top: 2rem;
    }

    .about-s7 .item {
        height: auto;
        padding: 20px;
        margin: 20px 0 0;
    }

    .about-s7 .item i {
        width: 36px;
        height: 36px;
    }

    .about-s7 .item span {
        font-size: 16px;
    }

    .about-s7 .map {
        height: 24rem;
    }

    .about-s7 .bg-box {
        height: auto;
    }

    .about-s7 .info {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 2rem;
    }

    .about-s7 .map-box {
        border: none;
    }

    .about-s7 .info .img-box {
        /*    margin-top: 2rem;*/
    }

    .about-s8 {
        margin-top: 40px;
    }

    .about-s8 .box {
        width: 100%;
        margin-top: 10px;
    }

    .about-s8 .box:nth-of-type(1) {
        margin-top: 0;
    }

    .about-s8 .box input {
        height: 40px;
    }

    .about-s8 .box textarea {
        height: 100px;
    }

    .about-s8 button {
        margin-top: 10px;
        width: 120px;
    }

    .education-s1 .item a {
        align-items: flex-start;
    }

    .education-s1 .item .img-box {
        width: 10rem;
    }

    .education-s1 .item .txt-box {
        width: calc(100% - 10rem);
        padding-left: 20px;
    }

    .education-s2 .tab-tit .item {
        margin-left: 5px;
    }

    .education-s3 .other .page a {
        width: 100px;
    }

    .education-s3 .share {
        display: none;
    }

    .academic-s1 .items,
    .education-s3 .items {
        margin-top: 2rem;
        display: block;
    }

    .academic-s1 .item,
    .education-s3 .item {
        margin: 2rem 0 0;
        padding: 2rem;
    }

    .academic-s1 .item i,
    .education-s3 .item i {
        width: 3.6rem;
        height: 3.6rem;
    }

    .academic-s1 .item p {
        margin-top: 10px;
    }

    .funding-s1 .block {
        margin-top: 0;
        padding-top: 2rem;
    }

    .funding-s1 .img-box {
        display: none;
    }

    .funding-s1 .items {
        position: static;
        flex-wrap: wrap;
    }

    .funding-s1 .item {
        width: calc((100% - 20px) / 3);
        border: 1px solid #e6e6e6;
        padding: 10px 0;
        margin-left: 10px;
    }

    .funding-s1 .item:nth-of-type(1),
    .funding-s1 .item:nth-of-type(4) {
        margin-left: 0;
    }

    .funding-s1 .item:nth-of-type(4),
    .funding-s1 .item:nth-of-type(5) {
        margin-top: 1rem;
    }

    .funding-s2 {
        margin-top: 4rem;
    }

    .funding-s2 .c-items {
        margin-top: 2rem;
    }

    .scientific-s1 .item a {
        display: block;
    }

    .scientific-s1 .item .img-box {
        width: 100%;
    }

    .scientific-s1 .item .txt-box {
        width: 100%;
        padding: 15px 0 0;
    }

    .scientific-s1 .item .tit {
        font-size: 16px;
    }

    .scientific-s1 .item .date {
        margin-bottom: 10px;
    }

    .scientific-s1 .item .para {
        margin-top: 10px;
    }

    .scientific-s1 .item .para {
        line-height: 20px;
        max-height: 60px;
    }

    .scientific-s1 .item .para.auto {
        max-height: 60px;
    }

    .scientific-s2 .para {
        line-height: 1.5;
    }

    .scientific-s3 .item {
        display: block;
    }

    .scientific-s3 .item .img-box {
        width: 100%;
    }

    .scientific-s3 .item .txt-box {
        width: 100%;
        padding: 15px 0 0;
    }

    .scientific-s3 .item .tit {
        font-size: 16px;
    }

    .scientific-s3 .item .para {
        line-height: 20px;
    }

    .scientific-s4 .items {
        /*    margin-top: 2rem;*/
    }

    .scientific-s4 .item {
        width: 100%;
        margin: 2rem 0 0;
    }

    .scientific-s4 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .scientific-s4 .item .para {
        margin-top: 1rem;
    }

    .scientific-s4 .item p {
        margin-top: 5px;
    }


    .scientific-s5 .items {
        /*    margin-top: 2rem;*/
    }

    .scientific-s5 .item {
        width: 100%;
        margin: 2rem 0 0;
    }

    .scientific-s5 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .scientific-s5 .item .para {
        margin-top: 1rem;
    }

    .scientific-s5 .item p {
        margin-top: 5px;
    }


    .recruit-s1 .top-block .info {
        width: 100%;
        margin-top: 2rem;
    }

    .recruit-s1 .share {
        display: none;
    }

    .recruit-s1 .top-block .apply {
        width: 12rem;
    }

    .recruit-s1 .bot-block {
        margin-top: 2rem;
    }

    .recruit-s1 .block {
        margin-bottom: 4rem;
    }

    .recruit-s1 .block .item span {
        width: 7rem;
    }

    .recruit-s1 .block .item .s-para {
        width: calc(100% - 7rem);
        padding: 10px;
    }

    .pop-form .box {
        width: 100%;
    }

    .foundation-s1 .item {
        width: 100%;
        height: auto;
        margin-top: 2rem;
        display: flex;
        align-items: flex-start;
    }

    .foundation-s1 .item:before {
        display: none;
    }

    .foundation-s1 .item .num {
        position: static;
        margin-top: 0;
        width: 4rem;
        height: 4rem;
    }

    .foundation-s1 .item .txt-box {
        width: calc(100% - 4rem);
        padding-left: 2rem;
    }
}













.other-s1 .item {
    margin-top: 3.75rem;
}

.other-s1 .item:nth-of-type(1) {
    margin-top: 0;
}

.other-s1 .item .tit {
    color: #272c31;
}

.other-s1 .item .link {
    margin-top: 1.5rem;
    font-size: 0;
}

.other-s1 .item .link a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 12.5rem;
    margin: 0 10px 10px 0;
}

.other-s1 .item .link a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.other-s1 .item .link a span {
    display: block;
    color: #333;
    padding: 1rem 2rem 1rem 1rem;
    border: 1px solid #e6e6e6;
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}

.other-s1 .item .link a span:after {
    content: '';
    width: 5px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-1.svg");
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -5px;
    transition: all .3s ease;
}

/*.other-s1 .item:nth-of-type(3) .link a:nth-of-type(3),
.other-s1 .item:nth-of-type(3) .link a:nth-of-type(4),
.other-s1 .item:nth-of-type(6) .link a:nth-of-type(1),
.other-s1 .item:nth-of-type(6) .link a:nth-of-type(2) {
    filter: grayscale(1);
}*/

@media (any-hover: hover) {
    .other-s1 .item .link a:hover:before {
        opacity: 1;
    }

    .other-s1 .item .link a:hover span {
        color: #fff;
        border-color: transparent;
    }

    .other-s1 .item .link a:hover span:after {
        background-image: url("../images/other/icon-1.svg");
    }
}

.other-s2 .block {
    margin-top: 2.5rem;
}

.other-s2 .block:nth-of-type(1) {
    margin-top: 0;
}

.other-s2 .block .tit {
    color: #272c31;
}

.other-s2 .block .para {
    margin-top: 1rem;
    line-height: 2;
    color: #333333;
    font-family: 'MiSans-Light';
}

.other-s3 .form {
    margin-top: 2.5rem;
    border: 1px solid #e6e6e6;
    height: 60px;
    position: relative;
}

.other-s3 .form input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
    color: #333;
    background-color: transparent;
}

.other-s3 .form button {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-5.png");
    background-size: auto 20px;
}

.other-s3 .link {
    margin-top: 3.75rem;
    font-size: 0;
}

.other-s3 .link a {
    display: inline-block;
    vertical-align: top;
    color: #333;
    margin-right: 5.625rem;
}

.other-s3 .link a i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 1px solid #808080;
    border-radius: 50%;
    position: relative;
    margin: -2px 10px 0 0;
}

.other-s3 .link a i:before {
    content: '';
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: #2ab0a5;
    position: absolute;
    top: 20%;
    left: 20%;
    opacity: 0;
    transition: opacity .3s ease;
}

.other-s3 .link a:last-of-type {
    margin-right: 0;
}

.other-s3 .link a.active i {
    border-color: #2ab0a5;
}

.other-s3 .link a.active i:before {
    opacity: 1;
}

.other-s3 .c-items {
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
}

.other-s3 .item {
    border-bottom: 4px solid #f2f2f2;
}

.other-s3 .item:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-image: linear-gradient(90deg, #2ba7a3, #338c9c);
    z-index: 2;
    transform-origin: left center;
    transform: scaleX(0);
}

.other-s3 .item a {
    padding: 2.5rem 0;
    display: block;
}

.other-s3 .item .txt-box {
    width: 100%;
    padding-left: 0;
}

.academic-s2 {
    /*  margin-top: 3.75rem;*/
}

.academic-s2 .item {
    margin-top: 3.75rem;
}

.academic-s2 .item:nth-of-type(1) {
    margin-top: 0;
}

.academic-s2 .item .top-box {
    position: relative;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e6e6e6;
    padding-right: 3.75rem;
    cursor: pointer;
}

.academic-s2 .item .top-box span {
    display: inline-block;
    color: #252d36;
    position: relative;
}

.academic-s2 .item .top-box span:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: calc(-1.5rem - 1px);
    left: 0;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}

.academic-s2 .item .top-box i {
    position: absolute;
    right: 0;
    top: 1rem;
    margin-bottom: 6px;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-5-1.png");
}

.academic-s2 .item .para {
    line-height: 2;
    color: #333333;
    font-family: 'MiSans-Light';
    padding: 2.5rem 1.25rem;
    border-bottom: 1px solid #e6e6e6;
    display: none;
}

.academic-s2 .item.active .top-box i {
    background-image: url("../images/other/icon-5-2.png");
}

.academic-s2 .item.active .para {
    display: block;
}

.academic-s2 .tips {
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-top: 3.75rem;
}

.academic-s2 .tips span {
    display: inline-block;
    line-height: 5rem;
    /*color: transparent;
  background-image: linear-gradient(90deg, #224b9b, #3d1075);
  -webkit-background-clip: text;
  background-clip: text;*/
    color: #224b9b;
}

.contact-s1 .mail-item .item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

.contact-s1 .mail-item .item:last-of-type {
    margin-bottom: 0;
}

.contact-s1 .mail-item .item span {
    width: 35%;
    color: #000;
}

.contact-s1 .mail-item .item p {
    width: 65%;
    color: #214ca2;
}

.contact-s1 .img-box {
    margin-top: 3.75rem;
    position: relative;
    background-color: #fff;
}

.contact-s1 .img-box .img {
    width: calc(100% - 13.125rem);
}

.contact-s1 .img-box .img img {
    display: block;
    width: 100%;
}

.contact-s1 .img-box .ewm {
    position: absolute;
    top: 0;
    right: 0;
    width: 9.375rem;
    height: 100%;
}

.contact-s1 .img-box .ewm .box {
    text-align: center;
}

.contact-s1 .img-box .ewm .box:nth-of-type(2) {
    margin-top: 1.875rem;
}

.contact-s1 .img-box .ewm img {
    display: block;
    width: 100%;
}

.contact-s1 .img-box .ewm p {
    font-size: 14px;
    color: #000;
    margin-top: 8px;
}

.contact-s1 .addr-box {
    margin-top: 2.5rem;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    padding: 2.5rem;
    display: flex;
    align-content: flex-start;
    position: relative;
}

.contact-s1 .addr-box i {
    width: 17px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/contact/n-icon-1.png");
}

.contact-s1 .addr-box span {
    font-size: max(16px, 1.25rem);
    line-height: 22px;
    color: #fff;
    padding-left: 1.875rem;
    width: calc(100% - 20px);
}


@media screen and (max-width: 900px) {
    .other-s1 .item .link {
        margin-right: -10px;
    }

    .other-s1 .item .link a {
        /*    width: calc((100% - 30px) / 3);*/
    }

    .other-s3 .link a {
        margin: 0 2rem 1rem 0;
    }

    .academic-s2 .item .para {
        padding: 2rem 0;
    }

    .contact-s1 .img-box .img {
        width: 100%;
    }

    .contact-s1 .img-box .ewm {
        position: static;
        width: 100%;
        padding: 2rem;
        text-align: center;
    }

    .contact-s1 .img-box .ewm .box {
        display: inline-block;
        vertical-align: top;
        width: 9rem;
    }

    .contact-s1 .img-box .ewm .box:nth-of-type(2) {
        margin: 0 0 0 2rem;
    }
}





.recruit-s2 .filter {
    display: flex;
    position: relative;
    z-index: 2;
}

.recruit-s2 .filter .box {
    width: calc((100% - 10rem - 20px) / 2);
    margin-right: 10px;
    position: relative;
}

.recruit-s2 .filter .box span {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 0 calc(2.5rem + 10px) 0 1.25rem;
    position: relative;
    font-size: 14px;
    line-height: calc(3.75rem - 2px);
    color: #808080;
    cursor: pointer;
}

.recruit-s2 .filter .box span:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url('../images/recruit/icon-1.png') center center no-repeat;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -3px;
}

.recruit-s2 .filter .box ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    display: none;
}

.recruit-s2 .filter .box ul li {
    display: block;
    line-height: 2.5rem;
    padding: 0 1.25rem;
    font-size: 14px;
    color: #808080;
    cursor: pointer;
}

.recruit-s2 .filter .box ul li:hover {
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    color: #fff;
}

.recruit-s2 .filter .box ul li:hover a {
    color: #fff
}

.recruit-s2 .filter .box.open ul {
    display: block;
}

.recruit-s2 .filter a {
    width: 10rem;
    font-size: 18px;
    fff line-height: 3.75rem;
    color: #fff;
    text-align: center;
    /*background-image: linear-gradient(180deg, #2ba7a3, #338c9c);*/
}

.recruit-s2 .top-box {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 1.25rem 0;
}

.recruit-s2 .top-box span {
    font-size: 14px;
    color: #333333;
}

.recruit-s2 .top-box span:nth-of-type(1) {
    width: calc(100% - 32.5rem);
    padding-left: 2.5rem;
}

.recruit-s2 .top-box span:nth-of-type(2) {
    width: 20rem;
    padding-left: 2.5rem;
}

.recruit-s2 .top-box span:nth-of-type(3) {
    width: 12.5rem;
}

.recruit-s2 .items {
    margin-bottom: 2.5rem;
}

.recruit-s2 .item {
    position: relative;
    border-bottom: 4px solid #f2f2f2;
}

.recruit-s2 .item:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-image: linear-gradient(90deg, #2ba7a3, #338c9c);
    z-index: 2;
    transform-origin: left center;
    transform: scaleX(0);
}

.recruit-s2 .item a {
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
}

.recruit-s2 .item span {
    font-size: 18px;
    color: #333333;
    position: relative;
}

.recruit-s2 .item span:nth-of-type(1) {
    width: calc(100% - 32.5rem);
    padding-left: 2.5rem;
}

.recruit-s2 .item span:nth-of-type(2) {
    width: 20rem;
    padding-left: 2.5rem;
}

.recruit-s2 .item span:nth-of-type(3) {
    width: 12.5rem;
}

.recruit-s2 .item span:nth-of-type(3):after {
    content: '';
    width: 8px;
    height: 14px;
    background: url('../images/recruit/icon-2.png');
    position: absolute;
    right: 2.5rem;
    top: 50%;
    margin-top: -7px;
}

@media (any-hover: hover) {
    .recruit-s2 .item:hover:after {
        transform: scaleX(1);
        transition: transform .5s ease;
    }
}

.recruit-s1 .top-block .tips {
    font-size: 16px;
    color: #2f989f;
    margin-top: 10px;
}

.recruit-s1 .top-block .info.single {
    align-items: flex-end;
}

.recruit-s1 .top-block .info.single span {
    display: block;
    line-height: 2;
}

.recruit-s1 .top-block .info.single span:before {
    display: none;
}




.recruit-pop-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
    display: none;
}

.recruit-pop-form .main {
    height: 100%;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.recruit-pop-form .block {
    background-color: #fff;
    padding: 3.75rem;
    position: relative;
    max-height: 80vh;
    overflow: auto;
}

.recruit-pop-form .close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    background: url('../images/recruit/icon-3.png');
    cursor: pointer;
}

.recruit-pop-form .tit {
    font-size: 24px;
    color: #252d36;
}

.recruit-pop-form .info {
    font-size: 0;
    margin-top: 10px;
    font-size: 0;
    margin-bottom: 2.5rem;
}

.recruit-pop-form .info span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #252d36;
    margin-right: 2.5rem;
}





@media screen and (max-width: 1681px) {

    .recruit-s2 .filter a,
    .recruit-s2 .item span {
        font-size: 16px;
    }

    .recruit-s1 .top-block .tips {
        font-size: 14px;
    }

    .recruit-pop-form .tit {
        font-size: 20px;
    }

    .recruit-pop-form .info span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1025px) {

    .recruit-s2 .filter a,
    .recruit-s2 .item span {
        font-size: 14px;
    }

    .recruit-pop-form .block {
        padding: 2rem;
    }

}

@media screen and (max-width: 900px) {
    .recruit-s2 .filter .box ul {
        width: 150%;
    }

    .recruit-s2 .filter .box ul li {
        line-height: 30px;
    }

    .recruit-s2 .top-box {
        margin-top: 2rem;
    }

    .recruit-s2 .top-box span {
        font-size: 12px;
    }

    .recruit-s2 .top-box span:nth-of-type(3),
    .recruit-s2 .item span:nth-of-type(3) {
        width: 8rem;
    }

    .recruit-s2 .top-box span:nth-of-type(2),
    .recruit-s2 .item span:nth-of-type(2) {
        width: 40%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .recruit-s2 .top-box span:nth-of-type(1),
    .recruit-s2 .item span:nth-of-type(1) {
        width: calc(60% - 8rem);
        padding-left: 1rem;
    }

    .recruit-s2 .item a {
        padding: 2rem 0;
    }

    .recruit-s2 .item span:nth-of-type(3):after {
        display: none;
    }

    .recruit-s2 .item span {
        font-size: 12px;
    }

    .recruit-s1 .top-block .info.single {
        display: block;
    }

    .recruit-pop-form {
        background-color: rgba(0, 0, 0, .8);
    }

    .recruit-pop-form .tit {
        font-size: 18px;
    }

    .recruit-pop-form .close {
        position: fixed;
    }
}


.recruit-s1 .top-block .apply,
.recruit-s1 .top-block .tips {
    display: none
}

.recruit-s1 .top-block .info.single span {
    display: none
}

.recruit-s1 .top-block .info.single span:first-child {
    display: block
}

.recruit-s1 .top-block .info.single span:nth-child(2) {
    display: block
}





/*20240327*/
.scholar-s1 .para-box{
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #e6e6e6;
}
.scholar-s1 .para-box .para{
    font-size: max(14px, 1.125rem);
    line-height: 2;
    color: #333333;
    font-family: 'MiSans-Light';
    text-align: justify;
    margin-top: 1.5rem;
}
.scholar-s1 .para-box .para a{
    color: #22458d;
}
.scholar-s1 .form {
    display: flex;
    grid-gap: 10px;
}

.scholar-s1 .form .box {
    width: calc((100% - 20px - 7.5rem) / 2);
    position: relative;
}

.scholar-s1 .form .box span {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 0 calc(2.5rem + 10px) 0 1.25rem;
    position: relative;
    font-size: 14px;
    line-height: max(38px, calc(3rem - 2px));
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.scholar-s1 .form .box span:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url("../images/recruit/icon-1.png") center center no-repeat;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -3px;
}

.scholar-s1 .form .box ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    display: none;
    z-index: 3;
}

.scholar-s1 .form .box li {
    display: block;
    line-height: 2.5rem;
    padding: 0 1.25rem;
    font-size: 14px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

@media (any-hover: hover) {
    .scholar-s1 .form .box li:hover {
        background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
        color: #fff;
    }
}

.scholar-s1 .form .box.open ul {
    display: block;
}

.scholar-s1 .form input {
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    padding: 0 calc(2.5rem + 10px) 0 1.25rem;
    font-size: 14px;
    color: #808080;
}

.scholar-s1 .form .searchbtn {
    position: relative;
    width: 7.5rem;
    height: max(40px, 3rem);
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    cursor: pointer;
}

.scholar-s1 .form .searchbtn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/scholar/icon-1.png");
    background-size: auto max(16px, 1.25rem);
}

.scholar-s1 .filter {
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
}

.scholar-s1 .filter .all {
    width: 48px;
    line-height: 46px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.scholar-s1 .filter .all.active {
    border-color: transparent;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    color: #fff;
    z-index: 2;
}

@media (any-hover: hover) {
    .scholar-s1 .filter .all:hover {
        border-color: transparent;
        background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
        color: #fff;
        z-index: 2;
    }
}

.scholar-s1 .filter .a-z {
    width: calc(100% - 58px);
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 10px;
}

.scholar-s1 .filter .a-z span {
    width: 48px;
    line-height: 46px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.scholar-s1 .filter .a-z span.active {
    border-color: transparent;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    color: #fff;
    z-index: 2;
}

@media (any-hover: hover) {
    .scholar-s1 .filter .a-z span:hover {
        border-color: transparent;
        background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
        color: #fff;
        z-index: 2;
    }
}

.scholar-s1 .drop-box {
    display: flex;
    grid-gap: 10px;
    margin: 10px 0 0 58px;
}

.scholar-s1 .drop-box .box {
    width: calc((100% - 10px) / 2);
    position: relative;
}

.scholar-s1 .drop-box .box span {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 0 calc(2.5rem + 10px) 0 1.25rem;
    position: relative;
    font-size: 14px;
    line-height: max(38px, calc(3rem - 2px));
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.scholar-s1 .drop-box .box span:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url("../images/recruit/icon-1.png") center center no-repeat;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -3px;
}

.scholar-s1 .drop-box .box ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    display: none;
    z-index: 3;
}

.scholar-s1 .drop-box .box li {
    display: block;
    line-height: 2.5rem;
    padding: 0 1.25rem;
    font-size: 14px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

@media (any-hover: hover) {
    .scholar-s1 .drop-box .box li:hover {
        background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
        color: #fff;
    }
}

.scholar-s1 .drop-box .box.open ul {
    display: block;
}

.scholar-s1 .items {
    margin: 3.125rem 0 2.5rem;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 3.75rem;
    grid-column-gap: 2.5rem;
    padding-bottom: 3.75rem;
    border-bottom: 1px solid #e5e5e5;
}

.scholar-s1 .item {
    width: calc((100% - 7.5rem) / 4);
}

.scholar-s1 .item a {
    display: block;
    height: 100%;
}

.scholar-s1 .item .img-box {
    overflow: hidden;
}

.scholar-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .5s ease;
    will-change: transform;
}

.scholar-s1 .item .txt-box {
    padding: 1.875rem 0 0;
}

.scholar-s1 .item .tit {
    font-size: max(18px, 1.5rem);
    color: #333333;
}

.scholar-s1 .item p {
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

.scholar-s1 .item .area {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333333;
}

.scholar-s1 .item .mail {
    font-size: max(12px, 0.875rem);
    color: #2da0a1;
    margin-top: 5px;
    position: relative;
    padding-left: 26px;
}

.scholar-s1 .item .mail:before {
    content: '';
    width: 16px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scholar/icon-2.png");
    position: absolute;
    left: 0;
    top: 4px;
}

@media (any-hover: hover) {
    .scholar-s1 .item:hover img {
        transform: scale(1.1);
    }
}

.scholar-s2 {
    background: #f5f7f7 url("../images/scholar/img-2.png") center bottom no-repeat;
    background-size: 100% auto;
    padding: 1.875rem;
    display: flex;
    align-items: center;
}

.scholar-s2 .img-box {
    width: 18.75rem;
}

.scholar-s2 .img-box img {
    display: block;
    width: 100%;
}

.scholar-s2 .txt-box {
    width: calc(100% - 18.75rem);
    padding: 0 1.875rem 0 3.75rem;
}

.scholar-s2 .tit {
    font-size: 2rem;
    color: #333333;
}

.scholar-s2 p {
    font-size: max(14px, 1rem);
    color: #333333;
    margin-top: 5px;
}

.scholar-s2 p.mt {
    margin-top: 1rem;
}

.scholar-s2 .info {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e6e6e6;
}

.scholar-s2 .box {
    margin-top: 1.25rem;
    position: relative;
    padding-left: max(30px, 2.5rem);
}

.scholar-s2 .box:nth-of-type(1) {
    margin-top: 0;
}

.scholar-s2 .box:before {
    content: '';
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.scholar-s2 .box span {
    display: block;
    font-size: 14px;
    color: #808080;
    font-family: 'MiSans-Light';
}
.scholar-s2 .box.unit:before {
    background-image: url("../images/scholar/acompany-1.png");
}

.scholar-s2 .box.area:before {
    background-image: url("../images/scholar/icon-3-1.png");
}

.scholar-s2 .box.mail:before {
    background-image: url("../images/scholar/icon-3-2.png");
}

.scholar-s2 .box.website:before {
    background-image: url("../images/scholar/icon-3-3.png");
}

.scholar-s3 {
    margin-top: 3.75rem;
}

.scholar-s3 .block {
    margin-top: 5rem;
}

.scholar-s3 .block:nth-of-type(1) {
    margin-top: 0;
}

.scholar-s3 .block .tit {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.scholar-s3 .block .tit span {
    display: inline-block;
    font-size: max(16px, 1.5rem);
    color: #252d36;
    padding-bottom: 1rem;
    position: relative;
}

.scholar-s3 .block .tit span:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}

.scholar-s3 .block .tit:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-5-2.png");
    position: absolute;
    right: 2rem;
    top: 30%;
    margin-top: -6px;
}

.scholar-s3 .block .cont {
    margin-top: 2rem;
}

.scholar-s3 .block .para {
    font-size: max(14px, 1rem);
    line-height: 2;
    color: #252d36;
    font-family: 'MiSans-Light';
}

.scholar-s3 .block .edu-box p {
    padding-left: 3.75rem;
    padding-bottom: 1.875rem;
    font-size: max(14px, 1rem);
    line-height: 1.5;
    color: #252d36;
    font-family: 'MiSans-Light';
    position: relative;
}

.scholar-s3 .block .edu-box p:nth-of-type(1) {
    margin-top: 0;
}

.scholar-s3 .block .edu-box p strong {
    display: block;
    font-weight: 500;
}

.scholar-s3 .block .edu-box p:after {
    content: '';
    width: 1rem;
    height: max(21px, 1.6875rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scholar/icon-4.png");
    position: absolute;
    left: 0;
    top: 0;
}

.scholar-s3 .block .edu-box p:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0.5rem;
    top: 1.875rem;
    background-color: #e6e6e6;
}

.scholar-s3 .block.hide .tit:after {
    background-image: url("../images/other/icon-5-1.png");
}

.scholar-s3 .block.hide .cont {
    display: none;
}

@media screen and (max-width: 1200px) {
    .scholar-s2 .img-box {
        width: 15rem;
    }

    .scholar-s2 .txt-box {
        width: calc(100% - 15rem);
    }

    .scholar-s2 {
        align-items: flex-start;
    }
}

@media screen and (max-width: 900px) {
    .scholar-s1 .filter .all {
        width: 40px;
        line-height: 38px;
    }

    .scholar-s1 .filter .a-z {
        width: calc(100% - 50px);
    }

    .scholar-s1 .filter .a-z span {
        width: 40px;
        line-height: 38px;
    }
}

@media screen and (max-width: 769px) {
    .scholar-s1 .item {
        width: calc((100% - 3.75rem) / 2);
    }
}

@media screen and (max-width: 600px) {
    .scholar-s1 .item {
        width: 100%;
    }

    .scholar-s2 {
        display: block;
    }

    .scholar-s2 .img-box {
        width: 100%;
    }

    .scholar-s2 .txt-box {
        width: 100%;
        padding: 1.5rem 0 0;
    }
}






/*20240501*/
.c-page .sub-link-drop .box .tit {
    display: block;
    position: relative;
    padding: 1.25rem 1.25rem;
    text-align: center;
    cursor: pointer;
}

.c-page .sub-link-drop .box .tit:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left center;
}

.c-page .sub-link-drop .box .tit span {
    display: block;
    font-size: max(16px, 1.125rem);
    line-height: 1.5rem;
    color: #333333;
    position: relative;
    z-index: 2;
    transition: color .3s ease;
}

.c-page .sub-link-drop .box .tit i {
    width: 12px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/teach/icon-4.png");
    position: absolute;
    right: 2.5rem;
    top: 50%;
    margin-top: -4px;
    z-index: 2;
    transition: opacity .3s ease;
}

.c-page .sub-link-drop .box .hide {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}

.c-page .sub-link-drop .box .hide a {
    display: block;
    font-size: max(14px, 1rem);
    line-height: 3rem;
    color: #666666;
    text-align: center;
    transition: color .3s ease;
}

.c-page .sub-link-drop .box .hide a.active {
    color: #2ba5a3;
}

@media (any-hover: hover) {
    .c-page .sub-link-drop .box .hide a:hover {
        color: #2ba5a3;
    }
}

.c-page .sub-link-drop .box.current .tit:before {
    transform: scaleX(1);
}

.c-page .sub-link-drop .box.current .tit span {
    color: #fff;
}

.c-page .sub-link-drop .box.current .tit i {
    opacity: 0;
}

.c-page .sub-link-drop .box.current .hide {
    display: block;
}

@media (any-hover: hover) {
    .c-page .sub-link-drop .box:hover .tit:before {
        transform: scaleX(1);
        transition: transform .6s ease;
    }

    .c-page .sub-link-drop .box:hover .tit span {
        color: #fff;
    }

    .c-page .sub-link-drop .box:hover .tit i {
        opacity: 0;
    }
}

.teach-s1 {
    position: relative;
    z-index: 4;
    margin-bottom: 3rem;
    display: none;
}

.teach-s1 .flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
}

.teach-s1 .box {
    width: calc((100% - 1rem) / 2);
    position: relative;
}

.teach-s1 .box .tit {
    display: block;
    padding: 0 1rem;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e5e5e8;
    position: relative;
    z-index: 1;
}

.teach-s1 .box .tit:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url("../images/recruit/icon-1.png") center center no-repeat;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -3px;
}

.teach-s1 .box .hide {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e8;
    border-top: none;
    z-index: 2;
    display: none;
}

.teach-s1 .box .hide a {
    display: block;
    padding: 0 1rem;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border-top: 1px soid #e5e5e8;
}

.teach-s1 .box .hide a:nth-of-type(1) {
    border: none;
}

.teach-s1 .box.open .hide {
    display: block;
}

.teach-s2 .tit {
    font-size: max(18px, 1.5rem);
    color: #333333;
    line-height: 1.4;
}

.teach-s2 .para {
    font-size: max(14px, 1.125rem);
    color: #666666;
    line-height: 1.8;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e8;
}

.teach-s2 .img-box {
    margin-top: 3rem;
    text-align: center;
}

.teach-s2 .img-box img {
    max-width: 100%;
}

.teach-s3 .tit {
    font-size: max(20px, 1.875rem);
    color: #333333;
}

.teach-s3 .para {
    font-size: max(14px, 1rem);
    color: #808080;
    line-height: 1.75;
    margin-top: 1.5rem;
}

.teach-s3 .para p {
    margin-top: 1rem;
}

.teach-s3 .para p:nth-of-type(1) {
    margin-top: 0;
}

.teach-s3 .video-box {
    margin-top: 2.5rem;
}

.teach-s3 .video-box video {
    display: block;
    width: 100%;
}

.teach-s3 .img-box {
    margin-top: 2.5rem;
}

.teach-s3 .img-box img {
    display: block;
    width: 100%;
}

.teach-s4 .items {
    margin-bottom: 2.5rem;
}

.teach-s4 .item {
    position: relative;
}

.teach-s4 .item:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.teach-s4 .item:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0.625rem 1.875rem rgba(43, 166, 163, 0.3);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.teach-s4 .item a {
    display: block;
    padding: 2rem;
    position: relative;
    z-index: 3;
}

.teach-s4 .item .tit {
    font-size: max(16px, 1.25rem);
    color: #333333;
    transition: color .3s ease;
}

.teach-s4 .item .date {
    font-size: 14px;
    color: #808080;
    margin-top: 1rem;
    transition: color .3s ease;
}

.teach-s4 .item .date:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/other/icon-3.svg");
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .teach-s4 .item:hover:after {
        opacity: 1;
    }

    .teach-s4 .item:hover .tit {
        color: #fff;
    }

    .teach-s4 .item:hover .date {
        color: #fff;
    }

    .teach-s4 .item:hover .date:before {
        background-image: url("../images/teach/icon-1.svg");
    }
}

.teach-s5 {
    /*font-size: max(14px, 1rem);
    color: #808080;
    line-height: 1.75;*/
    margin-top: 2rem;
}

.teach-s5 p {
    margin-top: 1rem;
}

.teach-s5 p:nth-of-type(1) {
    margin-top: 0;
}

.teach-s6 .items {
    margin-bottom: 2.5rem;
}

.teach-s6 .item {
    margin-top: 1.25rem;
}

.teach-s6 .item:nth-of-type(1) {
    margin-top: 0;
}

.teach-s6 .item .show {
    position: relative;
    background-color: #f5f7f7;
    cursor: pointer;
}

.teach-s6 .item .show:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.teach-s6 .item .s-flex {
    padding: 1.5rem 3.125rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teach-s6 .item .s-flex span {
    width: calc(100% - 20px);
    font-size: max(16px, 1.25rem);
    color: #333333;
    padding-right: 2.5rem;
    transition: color .3s ease;
}

.teach-s6 .item .s-flex:after {
    content: '';
    width: 19px;
    height: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/teach/icon-2-1.png");
    transition: all .3s ease;
}

.teach-s6 .item .hide {
    padding: 2.5rem 3.125rem;
    background-color: #f5f7f7;
    font-size: max(14px, 1rem);
    color: #666666;
    line-height: 1.75;
    display: none;
}

.teach-s6 .item .box {
    margin-top: 2.5rem;
}

.teach-s6 .item .box:nth-of-type(1) {
    margin-top: 0;
}

.teach-s6 .item .box span {
    display: block;
    font-size: max(14px, 1rem);
    color: #333333;
    font-family: 'MiSans-Bold';
}

.teach-s6 .item .box p {
    font-size: max(14px, 1rem);
    color: #666666;
    line-height: 1.75;
    margin-top: 1rem;
}

.teach-s6 .item.active .show:before {
    opacity: 1;
}

.teach-s6 .item.active .s-flex span {
    color: #fff;
}

.teach-s6 .item.active .s-flex:after {
    background-image: url("../images/teach/icon-2-2.png");
}

.teach-s6 .item.active .hide {
    display: block;
}

.teach-s7 .img-box {
    text-align: center;
}

.teach-s7 .img-box img {
    max-width: 100%;
}

.teach-s8 {
    position: relative;
}

.teach-s8 .item {
    pointer-events: none;
}

.teach-s8 .item a {
    display: flex;
    align-items: flex-start;
}

.teach-s8 .item .img-box {
    width: 50%;
    height: 22rem;
    overflow: hidden;
}

.teach-s8 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.teach-s8 .item .txt-box {
    width: 50%;
    padding: 2.5rem 2.5rem 0;
}

.teach-s8 .item .tit {
    font-size: max(16px, 1.25rem);
    color: #333333;
}

.teach-s8 .item .date {
    font-size: 14px;
    color: #808080;
    margin-top: 1rem;
}

.teach-s8 .item p {
    margin-top: 1rem;
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teach-s8 .item span {
    display: block;
    width: 120px;
    line-height: 40px;
    margin-top: 1.5rem;
    font-size: 14px;
    color: #fff;
    background-color: #30979e;
    text-align: center;
}

.teach-s8 .item.swiper-slide-active {
    pointer-events: auto;
}

.teach-s8 .pagination {
    position: absolute;
    bottom: 1.5rem;
    left: calc(50% + 2.5rem);
    width: auto;
    display: flex;
    grid-gap: 8px;
    z-index: 2;
}

.teach-s8 .pagination span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #30979e;
    transition: all .3s ease;
    cursor: pointer;
}

.teach-s8 .pagination span.active {
    background-color: #30979e;
}

.teach-s9 {
    padding-left: 90px;
    position: relative;
}

.teach-s9:before {
    content: '';
    width: 2px;
    background-color: #32909c;
    position: absolute;
    top: 1.25rem;
    bottom: 0;
    left: 90px;
}

.teach-s9 .block {
    margin-top: 5rem;
}

.teach-s9 .block:nth-of-type(1) {
    margin-top: 0;
}

.teach-s9 .year {
    font-size: 2.5rem;
    color: #32909c;
    line-height: 2.5rem;
    padding-left: 30px;
    position: relative;
}

.teach-s9 .year:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 4px solid #32909c;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -9px;
}

.teach-s9 .items {
    margin-top: 15px;
}

.teach-s9 .item {
    padding-left: 15px;
    margin-top: 2.5rem;
}

.teach-s9 .item:nth-of-type(1) {
    margin-top: 0;
}

.teach-s9 .item a {
    padding: 20px;
    display: flex;
    position: relative;
    display: flex;
    align-items: center;
    transition: box-shadow .3s ease;
}

.teach-s9 .item a:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #32909c;
    position: absolute;
    top: calc(2.5rem + 8px);
    left: -20px;
}

.teach-s9 .item .date {
    width: 100px;
    position: absolute;
    top: 2.5rem;
    left: -130px;
    font-size: max(14px, 1.125rem);
    line-height: 30px;
    color: #32909c;
    white-space: nowrap;
}

.teach-s9 .item .img-box {
    width: 17.5rem;
    height: 10rem;
    overflow: hidden;
}

.teach-s9 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.teach-s9 .item .txt-box {
    width: calc(100% - 17.5rem);
    padding-left: 1.25rem;
}

.teach-s9 .item .tit {
    font-size: max(16px, 1.25rem);
    color: #333333;
    line-height: 1.5;
    padding-left: 10px;
    position: relative;
    transition: color .3s ease;
}

.teach-s9 .item .tit:before {
    content: '';
    width: 3px;
    height: max(18px, calc(1.875rem - 6px));
    background-color: #32909c;
    position: absolute;
    left: 0;
    top: 3px;
}

.teach-s9 .item p {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #dddddd;
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .teach-s9 .item:hover a {
        box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .1);
    }

    .teach-s9 .item:hover img {
        transform: scale(1.1);
    }

    .teach-s9 .item:hover .tit {
        color: #32909c;
    }
}

.teach-s10 {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 4px solid #f4f5f6;
}

.teach-s10 .filter {
    width: 100%;
    max-width: 300px;
    position: relative;
}

.teach-s10 .filter .tit {
    display: block;
    padding: 0 1.25rem;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e5e5e8;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.teach-s10 .filter .tit:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url("../images/recruit/icon-1.png") center center no-repeat;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -3px;
}

.teach-s10 .filter ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e8;
    border-top: none;
    z-index: 2;
    display: none;
}

.teach-s10 .filter ul li {
    display: block;
    position: relative;
    cursor: pointer;
}

.teach-s10 .filter ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left center;
}

.teach-s10 .filter ul li span {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    padding: 0 1.25rem;
    position: relative;
    z-index: 2;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .teach-s10 .filter ul li:hover:before {
        transform: scaleX(1);
        transition: transform .6s ease;
    }

    .teach-s10 .filter ul li:hover span {
        color: #fff;
    }
}

.teach-s10 .filter.open ul {
    display: block;
}

.teach-s10 .items {
    margin-top: 1.25rem;
}

.teach-s10 .item {
    border-bottom: 2px solid #f6f6f6;
    position: relative;
}

.teach-s10 .item:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #2ba5a3;
    z-index: 2;
    transform-origin: left center;
    transform: scaleX(0);
}

.teach-s10 .item a {
    padding: 2.5rem 0;
    display: flex;
    align-items: center;
}

.teach-s10 .item .img-box {
    position: relative;
    width: 20rem;
    overflow: hidden;
}

.teach-s10 .item img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: transform .5s ease;
}

.teach-s10 .item .txt-box {
    width: calc(100% - 20rem);
    padding-left: 2rem;
}

.teach-s10 .item .tit {
    font-size: max(16px, 1.25rem);
    color: #333333;
}

.teach-s10 .item .date {
    font-size: 14px;
    color: #808080;
    margin-top: 1rem;
}

.teach-s10 .item p {
    margin-top: 1rem;
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .teach-s10 .item:hover:after {
        transform: scaleX(1);
        transition: transform .5s ease;
    }

    .teach-s10 .item:hover img {
        transform: scale(1.1);
    }
}


.teach-s11{
    margin-top: 5rem;
}
.teach-s11 .tit{
    font-size: max(20px, 1.875rem);
    color: #333333;
}
.teach-s11 .block{
    overflow: auto;
    margin-top: 1.5rem;
}
.teach-s11 .table{
    min-width: 700px;
}
.teach-s11 .table span{
    font-size: max(14px, 1.125rem);
    padding: 1.25rem 0;
}
.teach-s11 .table span:nth-of-type(1){
    width: calc(100% - 26rem - 10px);
}
.teach-s11 .table span:nth-of-type(2){
    width: 16rem;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.teach-s11 .table span:nth-of-type(3){
    width: 10rem;
    display: flex;
    align-items: center;
}
.teach-s11 .table .top-box{
    display: flex;
    padding: 0 2.5rem;
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}
.teach-s11 .table .top-box span{
    color: #fff;
}
.teach-s11 .table .top-box span:nth-of-type(3){
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}
.teach-s11 .table .bot-box span{
    color: #808080;
}
.teach-s11 .table .bot-box span:nth-of-type(1) a{
    color: #808080;
}
.teach-s11 .table .bot-box span:nth-of-type(3) a{
    color: #2f989f;
}
.teach-s11 .table .bot-box .item{
    padding: 0 2.5rem;
    display: flex;
}
.teach-s11 .table .bot-box .item:nth-of-type(odd){
    background-color: #f8f9fa;
}
.teach-s11 .table .bot-box .item:nth-of-type(odd) span{
    background-color: #f8f9fa;
}
.teach-s11 .table .bot-box .item:nth-of-type(even){
    background-color: #f0f1f2;
}
.teach-s11 .table .bot-box .item:nth-of-type(even) span{
    background-color: #f0f1f2;
}
@media screen and (max-width: 1680px) {
    .teach-s8 .item .img-box {
        height: 20vw;
    }
}

@media screen and (max-width: 1366px) {
    .teach-s8 .item .img-box {
        height: 280px;
    }
    .teach-s9 .item .date {
        width: 90px;
        left: -110px;
    }
}

@media screen and (max-width: 1025px) {
    .teach-s4 .item a {
        padding: 2rem 0;
    }

    .teach-s9 .item a {
        align-items: flex-start;
    }
}

@media screen and (max-width: 900px) {
    .teach-s1 {
        display: block;
    }

    .teach-s6 .item .s-flex {
        padding: 1.5rem;
    }

    .teach-s6 .item .hide {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 769px) {
    .teach-s9 {
        padding-left: 0;
    }

    .teach-s9:before {
        left: 0;
    }

    .teach-s9 .item {
        margin-top: 0;
    }

    .teach-s9 .item a {
        flex-wrap: wrap;
    }

    .teach-s9 .item a:before {
        top: 29px;
    }

    .teach-s9 .item .date {
        width: 100%;
        position: static;
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .teach-s9 .item .img-box {
        width: 100%;
        height: 42vw;
    }

    .teach-s9 .item .txt-box {
        width: 100%;
        padding: 2rem 0 0;
    }

    .teach-s8 .item a {
        display: block;
    }

    .teach-s8 .item .img-box {
        width: 100%;
        height: 50vw;
    }

    .teach-s8 .item .txt-box {
        width: 100%;
        padding: 2rem 0 0;
    }

    .teach-s8 .pagination {
        position: static;
        width: 100%;
        left: 0;
        margin-top: 2rem;
    }

    .teach-s10 .filter {
        max-width: 100%;
    }

    .teach-s10 .item a {
        display: block;
    }

    .teach-s10 .item .img-box {
        width: 100%;
    }

    .teach-s10 .item .txt-box {
        width: 100%;
        padding: 2rem 0 0;
    }
    .teach-s11 .table .top-box{
        padding: 0 0 0 10px;
    }
    .teach-s11 .table .bot-box .item{
        padding: 0 0 0 10px;    
    }
    .teach-s11 .table span:nth-of-type(1){
        width: calc(100% - 340px);
    }
    .teach-s11 .table span:nth-of-type(2){
        width: 190px;
    }
    .teach-s11 .table span:nth-of-type(3){
        width: 140px;
        position: sticky;
        right: 0;
        z-index: 3;
        justify-content: center;
    }
}










/*2024-12-03*/
.news-s5{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem;
}
.news-s5 .item{
    width: calc((100% - 3rem) / 3);
    background-color: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}
.news-s5 .item a{
    display: block;
    height: 100%;
}
.news-s5 .item .img-box{
    aspect-ratio: 364 / 205;
    overflow: hidden;
    position: relative;
}
.news-s5 .item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.news-s5 .item .img-box:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3) url('../images/other/nn-icon-1.png') center center no-repeat;
    background-size: auto 3rem;
    z-index: 3;
}
.news-s5 .item .txt-box{
    padding: 1.875rem 2.5rem;
}
.news-s5 .item .tit{
    font-size: max(16px, 1.25rem);
    color: #333333;
}
@media (any-hover: hover){
    .news-s5 .item:hover img{
        transform: scale(1.1);;
    }
}
@media screen and (max-width: 900px){
    .news-s5 .item{
        width: calc((100% - 1.5rem) / 2);
    }
}
@media screen and (max-width: 640px){
    .news-s5 .item{
        width: 100%;
    }
}
/*2024-12-03 end*/



/*2025-10-21*/
.fixed-link-popups{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.fixed-link-popups.active{
    display: flex;
}
.fixed-link-popups .bg{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.fixed-link-popups .main{
    background-color: #fff;
    width: 86%;
    max-width: clamp(400px, 30vw, 600px);
    position: relative;
    z-index: 2;
}
.fixed-link-popups .main .tit{
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: clamp(10px, 1vw, 20px) clamp(20px, 1.5vw, 30px);
}
.fixed-link-popups .main .tit:before{
    content: '';
    width: clamp(18px, 1.1vw, 22px);
    height: clamp(18px, 1.1vw, 22px);
    background: url('../images/fixedlink-1.png') center center no-repeat;
    background-size: auto 100%;
}
.fixed-link-popups .main .tit span{
    font-size: clamp(16px, 1vw, 20px);
    color: #fff;
}
.fixed-link-popups .main .info{
    padding: clamp(30px, 3vw, 60px) clamp(30px, 3vw, 60px) clamp(20px, 2vw, 40px);
}
.fixed-link-popups .main p{
    font-size: clamp(13px, 1vw, 16px);
    color: #333333;
    line-height: 1.5;
}
.fixed-link-popups .main .btns{
    margin-top: clamp(20px, 2vw, 40px);
    display: flex;
    justify-content: center;
    gap: 10px;
}
.fixed-link-popups .main a{
    width: clamp(120px, 9vw, 180px);
    height: clamp(36px, 2.4vw, 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fixed-link-popups .main a span{
    font-size: clamp(13px, 1vw, 16px);
}
.fixed-link-popups .main a.link{
    background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
}
.fixed-link-popups .main a.link span{
    color: #ffffff;
}
.fixed-link-popups .main a.cancel{
    border: 1px solid #e5e5e5;
}
.fixed-link-popups .main a.cancel span{
    color: #333333;
}

/*2025-10-21 end*/