
.img {
    width: 100%;
    height: auto;
}

.banner {
    background: url("https://cdn.xianboss.com/upload/20240106/5dd290030db41fd8d7583618a431dd5a.png") no-repeat center center;
    height: 638px;
    position: relative;
    background-size: auto 100%;
}

.banner .bannertxt {
    width: 63%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    height: 100%;
    padding-bottom: 100px;
}

.banner .bannertxt div:nth-child(1) {
    font-family: 思源黑体;
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 130px;
}

.tab_box{
    width: 65%;
    max-width: var(--max-width);
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    /*justify-content: space-around;*/
}
.tab_box .tab_item{
    cursor:pointer;
    font-size: 17px;
    margin: 0 10px;
    color: #cccccc;


}
.banner .bannertxt div:nth-child(2) {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 22px;
    font-weight: 250;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.banner .bannertxt div:nth-child(3) {
    width: 122px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    background: transparent;
    transition: color .3s ease-in-out, background .3s ease-in-out;
}

.banner .bannertxt div:nth-child(3):hover {
    color: #666;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .banner {
        height: 240px;
        background-position: 60% center !important;
        background-size: auto 100% !important;
    }

    .banner .bannertxt {
        display: none;
    }
}

.section {
    background-color: #ffffff;
    overflow: hidden;
    height: 735px;
    width: 100%;
    background: url("https://cdn.xianboss.com/upload/20240109/aa551d038898f2d9911eefffcfbafff9.png") no-repeat;
}

.section .section-title {
    width: 65%;
    max-width: var(--max-width);
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 81px;
}

.section .section-title span {
    font-family: 思源黑体;
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #0289FC;
}

.section .section-title p {
    font-family: 思源黑体;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #3D3D3D;
    margin-top: 20px;
}

.section .section-title .grade{
    height: 388px;
    margin-top: 58px;
}
.section .section-title .grade span{
    font-family: 思源黑体;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #3D3D3D;
}

.section .section-title .grade ul{
    width: 100%;
    background-color: #F0F4F7;
    margin-top: 33px;
    padding: 40px;
    box-sizing: border-box;
}

.section .section-title .grade ul li{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.section .section-title .grade ul li .round{
    width: 14px;
    height: 14px;
    background-color: #0289FC;
    border-radius: 50px;
}

.section .section-title .grade ul li span{
    font-size: 18px;
    font-family: 思源黑体;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #3D3D3D;
    margin-left: 14px;
}

.section .anli {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.section .anli li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.section .anli li:hover .zi p {
    color: #FFF;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.section .anli li:hover .zi:after {
    bottom: 0px;
}

.section .anli li .zi {
    overflow: hidden;
    background: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #161616;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 10px;
    position: relative;
}

.section .anli li .zi::after {
    position: absolute;
    left: 0;
    bottom: 100px;
    content: "";
    width: 100%;
    height: 100px;
    background: #0166ce;
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .section {
        padding: 30px 0;
    }

    .section .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section .section-title p{
        font-size: 14px;
    }

    .section .anli {
        padding: 0 20px;
    }

    .section .anli li {
        width: 49%;
        padding: 0;
        margin-bottom: 2%;
    }

    .section .anli li:nth-child(2n) {
        margin-left: 2%;
    }

    .section .anli li .zi {
        font-size: 14px;
    }


}

.wrap {
    width: 100%;
    height: 594px;
    background-color: #ffffff;
}

.wrap .wrap-title {
    width: 65%;
    margin: 0 auto;
    max-width: var(--max-width);
    box-sizing: border-box;
    padding-top: 36px;
}

.wrap .wrap-title span{
    font-family: 思源黑体;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #3D3D3D;
}

.wrap .wrap-title ul{
    width: 100%;
    height: 407px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.wrap .wrap-title ul li{
    width: 263px;
    height: 407px;
    background-color: #F0F4F7;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.wrap .wrap-title ul li p{
    font-family: 思源黑体;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #0289FC;
    text-align: center;
}
.wrap .wrap-title ul li span{
    font-family: 思源黑体;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #3D3D3D;
    margin-left: 6px;
}

.wrap .wrap-title ul li img{
    width: 226px;
    height: 134px;
    margin: 27px auto;
}
.wrap .wrap-title ul li .time{
    display: flex;
    align-items: center;
    padding-left: 22px;
    margin-bottom: 6px;
}

.wrap .wrap-title ul li .route{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #0289FC;
}

.wrap .homenews {
    width: 82%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.wrap .homenews .in_news {
    width: 47%;
    overflow: hidden;
}

.wrap .homenews .in_news .in_news-zxdt {
    padding-bottom: 20px;
    border-bottom: 1px solid #a0a0a0;
}

.wrap .homenews .in_news .in_news-zxdt h3 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wrap .homenews .in_news .in_news-zxdt h3:hover a {
    text-decoration: underline;
}

.wrap .homenews .in_news .in_news-zxdt p {
    font-size: 14px;
    color: #898989;
    line-height: 30px;
    margin: 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrap .homenews .in_news .in_news-zxdt div {
    font-size: 14px;
    color: #E50012;
}

.wrap .homenews .in_news .in_news-zxdt div:hover a {
    text-decoration: underline;
}

.wrap .homenews .in_news .in_news-b {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.wrap .homenews .in_news .in_news-b li {
    width: calc(50% - 10px);
    position: relative;
}

.wrap .homenews .in_news .in_news-b li:nth-child(2n) {
    margin-left: 20px;
}

.wrap .homenews .in_news .in_news-b li::before {
    content: '';
    position: absolute;
    top: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a0a0a0;
}

.wrap .homenews .in_news .in_news-b li a {
    display: block;
    padding-left: 15px;
    line-height: 36px;
    font-size: 15px;
    color: #a0a0a0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrap .homenews .in_news .in_news-b li a:hover {
    color: #666;
}

@media screen and (max-width: 767px) {
    .wrap .wrap-title h3{
        font-size: 18px;
    }
    .wrap .homenews {
        flex-direction: column;
        justify-content: flex-start;
    }

    .wrap .homenews .in_news {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrap .homenews .in_news .in_news-zxdt{
        padding-bottom: 10px;
    }
}

.section2 {
    background-color: #FFF;
    width: 100%;
    height: 880px;
}
.section2-title{
    width: 63%;
    margin: 0 auto;
    max-width: var(--max-width);
    box-sizing: border-box;
    padding-top: 36px;
}
.section2 .section2-title span{
    font-family: 思源黑体;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #3D3D3D;
}
.section2 .section2-title .personnel{
    width: 1043px;
    height: 676px;
    background-color: #F0F4F7;
    margin-left: 89px;
    margin-top: 43px;
    border-radius: 20px;
    padding: 44px 56px 56px 56px;
    position: relative;
}
.section2 .section2-title .personnel ul{
    display: flex;
    justify-content: space-around;
}
.section2 .section2-title .personnel ul li{
    text-align: center;
}
.section2 .section2-title .personnel ul li span{
    text-align: center;
    font-family: Source Han Sans;
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #0289FC;
}
.section2 .section2-title .personnel ul li p{
    font-family: Source Han Sans;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.02em;
    font-feature-settings: "kern" on;
    color: #0289FC;
}
.section2 .section2-title .personnel img{
    position: absolute;
    bottom: 56px;
}

.section2 .tmbox {
    width: 95%;
    margin: 0 auto;
    /*max-width: var(--max-width);*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section2 .tmbox li {
    width: 49%;
    height: 210px;
    position: relative;
    margin-bottom: 2%;
    padding: 20px;
}

.section2 .tmbox li:nth-child(1) {
    background-color: #f6a90c;
}

.section2 .tmbox li:nth-child(2) {
    background-color: #04bebf;
}

.section2 .tmbox li:nth-child(3) {
    background-color: #9fb521;
}

.section2 .tmbox li:nth-child(4) {
    background-color: #5972dd;
}

.section2 .tmbox li:nth-child(5) {
    background-color: #3fc5d5;
}

.section2 .tmbox li:nth-child(6) {
    background-color: #d5b78c;
}

.section2 .tmbox li:nth-child(7) {
    background-color: #e58f49;
    margin-bottom: 0;
}

.section2 .tmbox li:nth-child(8) {
    background-color: #434242;
    margin-bottom: 0;
}

.section2 .tmbox li > div {
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    line-height: 55px;
}

.section2 .tmbox li > div > img {
    margin-right: 15px;
}

.section2 .tmbox li > p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media screen and (max-width: 767px) {
    .section2 .tmbox {
        flex-direction: column;
        justify-content: flex-start;
    }

    .section2 .tmbox li {
        width: 100%;
        height: auto;
    }

    .section2 .tmbox li:nth-child(7) {
        margin-bottom: 2%;
    }

    .section2 .tmbox li > div {
        font-size: 20px;
        line-height: 40px;
    }

    .section2 .tmbox li > div > img {
        height: 40px;
        margin-right: 10px;
    }

    .section2 .tmbox li > p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
}

.section3 {
    background-color: #FFF;
    width: 100%;
    height: 570px;
    position: relative;
}

.section3 .section3-title{
    width: 65%;
    margin: 0 auto;
    max-width: var(--max-width);
    box-sizing: border-box;
    padding-top: 36px;
}
.section3 .section3-title span{
    font-family: 思源黑体;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #3D3D3D;
}

.section3 .section3-title .box {
    /* background: #eee; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    height: 225px;
    overflow: hidden;
    position: relative;
    padding: 0 28px;
    box-sizing: border-box;
}
.section3 .section3-title .box .swiper-container {
    width: 100%;
    height: 100%;
}

.section3 .section3-title .box .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 30.5px !important;
}

.section3 .about {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section3 .about li {
    width: calc((100% - 40px) / 3);
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.section3 .about li:hover {
    box-shadow: 0 0 30px #eeeeee;
}

.section3 .about li:nth-child(3n) {
    margin-right: 0;
}

.section3 .about li > div {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
}

.section3 .about li > div > span {
    font-size: 20px;
    margin-right: 10px;
}

.section3 .about li > p {
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .section3 .about li {
        width: 100%;
        margin-right: 0;
    }

    .section3 .about li > div {
        font-size: 16px;
    }

    .section3 .about li > div > span {
        font-size: 14px;
    }

    .section3 .about li > p {
        height: auto;
    }

}

.ready {
    text-align: center;
    width: 95%;
    max-width: var(--max-width);
    margin: 0 auto;
    background-color: #FFF;
    padding-bottom: 20px;
}

.ready h4 {
    font-size: 24px;
    color: #333;
}

.ready div {
    margin: 15px auto;
    background: url("https://www.ynhl.net/Public/skin/images/djwz.jpg") center repeat-x;
    width: 900px;
}

.ready div a {
    display: inline-block;
    vertical-align: middle;
    border-left: 25px solid #fff;
    border-right: 25px solid #fff;
    line-height: 55px;
    background-color: #e62022;
    color: #fff;
    width: 350px;
    font-size: 22px;
}

.ready p {
    font-size: 16px;
    letter-spacing: 5px;
    text-indent: 5px;
}

@media screen and (max-width: 1024px) {
    .ready div {
        width: 700px;
    }
}

@media screen and (max-width: 767px) {
    .ready h4 {
        font-size: 20px;
    }

    .ready div {
        width: 100%;
    }

    .ready div a {
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        line-height: 40px;
        width: 240px;
        font-size: 16px;

    }

    .ready p {
        font-size: 14px;
        letter-spacing: 0;
        text-indent: 0;
    }

}
