.img {
    width: 100%;
    height: auto;
}

.banner {
    background: url("https://cdn.xianboss.com/upload/20240106/444c2e8374c905cdc3d7cedd13955252.png") no-repeat center center;
    height: 638px;
    position: relative;
    background-size: auto 100%;
}

.banner .bannertxt {
    width: 86%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    height: 100%;
}

.banner .bannertxt div:nth-child(1) {
    font-size: 60px;
    font-weight: bold;
    font-family: 思源黑体;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.banner .bannertxt div:nth-child(2) {
    font-family: 思源黑体;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.18em;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .banner {
        height: 240px;
        background-position: 60% center !important;
        background-size: auto 100% !important;
    }

    .banner .bannertxt {
        display: none;
    }
}


.dtit {
    padding-top: 62px;
    text-align: center;
}

.dtit h1 {
    font-size: 50px;
    color: #3D3D3D;
    display: block;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    font-family: 思源黑体;
}

.dtit p {
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 400;
    text-align: center;
    width: 934px;
    margin: 2px auto;
}

@media screen and (max-width: 1600px) {

    .dtit {
        padding: 2% 0;
    }

    .dtit h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1440px) {
    .dtit h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .dtit {
        padding: 2% 20px;
    }


    .dtit p {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .dtit {
        padding: 3% 20px;
    }

    .dtit h1 {
        font-size: 24px;
    }
}


.container {
    width: 86%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 61px;
}

.container .one{
    width: 1183px;
    height: 555px;
    margin: 0 auto;
    position: relative;
}
.container .one img{
    width: 748px;
    height: 502px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.container .one .index {
    width: 423px;
    background: url("https://cdn.xianboss.com/upload/20240106/c0a7312f6196ede8e673eb4a6d42a0bd.png") no-repeat ;
    z-index: -1;
    padding-top: 40px;
    background-position-y: 20px;
    background-position-x: 4px;
    box-sizing: border-box;
}
.container .one .index span{
    font-family: 思源黑体;
    font-size: 27px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    margin-left: 26px;
}
.container .one .index p{
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #666666;
    margin-top: 11px;
    display: block;
}
.container .one .line{
    width: 337px;
    height: 0px;
    border: 1px solid #D8D8D8;
    margin-top: 60px;
}
.container .one ul li{
    margin-top: 28px;}
.container .one ul li span{
    font-family: 思源黑体;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}
.container .one ul li p{
    font-family: 思源黑体;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #666666;
    display: block;
    margin-top: 10px;
}

.container .two{
    width: 1183px;
    height: 555px;
    margin: 14px auto;
    position: relative;
}
.container .two img{
    width: 748px;
    height: 502px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.container .two .index {
    background: url("https://cdn.xianboss.com/upload/20240106/57faefab7f1ed88c2996e4f9426a6e92.png") no-repeat ;
    padding-top: 20px;
    background-position-x: 4px;
    box-sizing: border-box;
    position: absolute;
    right: 33px;
    top: 0;
}
.container .two .index span{
    font-family: 思源黑体;
    font-size: 27px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    margin-left: 26px;
}
.container .two .index p{
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #666666;
    margin-top: 11px;
    display: block;
}
.container .two .line{
    width: 337px;
    height: 0px;
    border: 1px solid #D8D8D8;
    position: absolute;
    right: 45px;
    top: 145px;
}
.container .two ul{
    position: absolute;
    right: -23px;
    bottom: -33px;
}

.container .two ul li {
    margin-top: 25px;
}
.container .two ul li span{
    font-family: 思源黑体;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}
.container .two ul li p{
    font-family: 思源黑体;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #666666;
    display: block;
    margin-top: 10px;
}

.container .trs{
    width: 1183px;
    height: 555px;
    margin: 0 auto;
    position: relative;
}
.container .trs img{
    width: 748px;
    height: 502px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.container .trs .index {
    width: 423px;
    background: url("https://cdn.xianboss.com/upload/20240106/c9af08068be9f3b5591b38b38cafda26.png") no-repeat ;
    z-index: -1;
    padding-top: 50px;
    background-position-y: 31px;
    background-position-x: 4px;
    box-sizing: border-box;
}
.container .trs .index span{
    font-family: 思源黑体;
    font-size: 27px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    margin-left: 26px;
}
.container .trs .index p{
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #666666;
    margin-top: 11px;
    display: block;
}
.container .trs .line{
    width: 337px;
    height: 0px;
    border: 1px solid #D8D8D8;
    margin-top: 60px;
}
.container .trs ul li{
    margin-top: 24px;}
.container .trs ul li span{
    font-family: 思源黑体;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}
.container .trs ul li p{
    font-family: 思源黑体;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #666666;
    display: block;
    margin-top: 10px;
}

.section3 {
    background-color: #FFF;
    width: 100%;
    height: 636px;
}

.section3 .section3-title{
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 36px;
}
.section3 .section3-title p{
    font-family: 思源黑体;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #3D3D3D;
    text-align: center;
}

.section3 .section3-title .box {
    /* background: #eee; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    height: 331px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.section3 .section3-title .box .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

.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;
}

.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;
}
.container .service-list {
    display: flex;
    justify-content: center;
    margin-top: 23px;
}

.container .service-list .service-item {
    width: 395px;
    height: 467px;
    opacity: 1;
    margin-right: 15px;
}

.container .service-list .service-item:nth-child(3){
    margin-right: 0px;
}

.container .service-list .service-item .service-icon {
    width: 100px;
    height: 100px;
    cursor: pointer;
    background-size: cover;
    margin: 21px auto;
}


.container .service-list .service-item h3 {
    font-family: 思源黑体;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    margin-top: 20px;

}

.container .service-list .service-item p {
    font-family: 思源黑体;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    margin-top: 19px;
}
.container .service-list .service-item span {
    font-family: 思源黑体;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}

@media screen and (max-width: 1280px) {
    .container .service-list .service-item .service-icon {
        width: 85px;
        height: 85px;
    }

    .container .service-list .service-item h3 {
        margin: 15px 0 10px;
    }

}

@media screen and (max-width: 1024px) {
    .container .service-list .service-item h3 {
        font-size: 18px;
    }

    .container .service-list .service-item p {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    .container .service-list {
        flex-wrap: wrap;
    }

    .container .service-list .service-item {
        width: 50%;
        margin: 10px 0;
    }

    .container .service-list .service-item:nth-child(4) {
        display: none;
    }

    .container .service-list .service-item .service-icon {
        width: 60px;
        height: 60px;
    }
}


.section {
    background-color: #FFFFFF;
    overflow: hidden;
    height: 861px;
}

.section .section-title {
    text-align: center;
    padding: 2.5% 0;
}

.section .section-map {
    width: 86%;
    max-width: var(--max-width);
    margin: 0 auto;
}
.section .section-map .section-img{
    width: 1140px;
    height: 593px;
    margin: 0 auto;
    background: url("https://cdn.xianboss.com/upload/20240103/b34ba3e46dd5a933abf83408df496e21.png") no-repeat center;
    position: relative;
}
.section .section-map .section-img .center{
    width: 176px;
    height: 42px;
    background-color: #0289FC;
    color: #FFFFFF;
    font-family: 思源黑体;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    position: absolute;
    top: 128px;
    border-radius: 9px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.section .section-title span {
    font-size: 50px;
    color: #3D3D3D;
    display: block;
    font-family: 思源黑体;
    text-align: center;
    letter-spacing: 0em;
}

.section .section-title p {
    font-size: 20px;
    color: #3D3D3D;
    font-family: 思源黑体;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
}

.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: 1600px) {
    .section .section-title {
        padding: 2% 0px;
    }

    .section .section-title span {
        font-size: 32px;
    }

}

@media screen and (max-width: 1440px) {
    .section .section-title span {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .section .section-title {
        padding: 2% 20px;
    }

    .section .section-title p {
        font-size: 13px;
    }

}

@media screen and (max-width: 767px) {
    .section .section-title {
        padding: 3% 20px;
    }

    .section .section-title span {
        font-size: 24px;
    }

    .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;
    }

}

.yl-bdbx {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.yl-bdbx li {
    width: 587px;
    height: 355px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #AAA7A7;
    padding-left: 29px;
}
.yl-bdbx li:nth-child(1) {
    margin-right: 54px;
}
.yl-bdbx li div{
    font-family: 思源黑体;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}
.yl-bdbx li div:nth-child(1){
    margin-top: 31px;
}
.yl-bdbx li div:nth-child(2){
    margin-top: 20px;
}
.yl-bdbx li div:nth-child(3){
    margin-top: 45px;
}
.yl-bdbx li div span{
    font-family: 思源黑体;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-feature-settings: "kern" on;
    color: #737373;
}


@media screen and (max-width: 1280px) {
    .yl-bdbx li {
        height: 200px;
    }

    .yl-bdbx li i {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .yl-bdbx {
        flex-wrap: wrap;
    }

    .yl-bdbx li {
        width: 32%;
        margin-bottom: 2%;
    }

}

@media screen and (max-width: 767px) {
    .yl-bdbx {
        flex-wrap: wrap;
    }

    .yl-bdbx li {
        width: 49%;
        height: 160px;
    }

    .yl-bdbx li i {
        margin-top: 30px;
    }

    .yl-bdbx li span {
        margin-top: 10px;
    }
}

.call-forbids{
    width: 86%;
    margin: 0 auto;
    padding: 0 63px;
    box-sizing: border-box;
    padding-left: 63px;
    padding-right: 63px;
    margin-top: 70px;
}
.call-forbids ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-forbids ul li{
    width: 599px;
    height: 465px;
    background-color: #853838;
    text-align: center;
    line-height: 465px;
}
.call-forbids ul a:nth-child(1) li{
    background: url("https://cdn.xianboss.com/upload/20240106/a979eb75111ae36fb0cec17b7e1c63a2.png") no-repeat center;
}

.call-forbids ul a:nth-child(2) li{
    margin-left: 15px;
    background: url("https://cdn.xianboss.com/upload/20240106/a16bbbe2af9f2bb54e64206c09c9dc6d.png") no-repeat center;
}

.call-forbids ul li span{
    font-family: 思源黑体;
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.homenews {
    display: flex;
    justify-content: space-between;
}

.homenews .in_news {
    width: 47%;
    overflow: hidden;
}

.homenews .in_news .in_news-zxdt {
    padding-bottom: 20px;
    border-bottom: 1px solid #a0a0a0;
}

.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;
}

.homenews .in_news .in_news-zxdt h3:hover a {
    text-decoration: underline;
}

.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;
}

.homenews .in_news .in_news-zxdt div {
    font-size: 14px;
    color: #E50012;
}

.homenews .in_news .in_news-zxdt div:hover a {
    text-decoration: underline;
}

.homenews .in_news .in_news-b {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.homenews .in_news .in_news-b li {
    width: calc(50% - 10px);
    position: relative;
}

.homenews .in_news .in_news-b li:nth-child(2n) {
    margin-left: 20px;
}

.homenews .in_news .in_news-b li::before {
    content: '';
    position: absolute;
    top: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a0a0a0;
}

.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;
}

.homenews .in_news .in_news-b li a:hover {
    color: #666;
}

@media screen and (max-width: 767px) {
    .wrap-title h3 {
        font-size: 18px;
    }

    .homenews {
        flex-direction: column;
        justify-content: flex-start;
    }

    .homenews .in_news {
        width: 100%;
        margin-bottom: 20px;
    }

    .homenews .in_news .in_news-zxdt {
        padding-bottom: 10px;
    }
}

.plann_principles {
    height: 630px;
    background-color: #F3F3F6;
}

.plann_principles .dtit h1 {
    color: #3D3D3D;
    font-family: 思源黑体;
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    margin-top: 30px;
}

.plann_principles .pulse {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.plann_principles .pulse li {
    width: 188px;
    height: 204px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.plann_principles .pulse li:nth-child(2n){
    margin-top: 47px;
}

.plann_principles .pulse li h3 {
    font-size: 22px;
    color: #44c6ff;
    position: relative;
    padding-bottom: 20px;
}

.plann_principles .pulse li h3:after {
    content: "";
    width: 44px;
    height: 2px;
    display: inline-block;
    background: #44c6ff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;

}

.plann_principles .pulse li p:nth-of-type(1) {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    min-height: 52px;
    margin: 30px 0;
}

.plann_principles .pulse li p:nth-of-type(2) {
    font-size: 14px;
    color: #44c6ff;
    line-height: 30px;
    border: 1px solid #3b80e5;
}

@media screen and (max-width: 1440px) {
    .plann_principles .pulse li {
        padding: 0 2%;
    }

    .plann_principles .pulse li h3 {
        font-size: 18px;
    }

    .plann_principles .pulse li p:nth-of-type(1) {
        margin: 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .plann_principles .pulse {
        flex-direction: column;
    }

    .plann_principles .pulse li {
        width: 100%;
        margin-bottom: 15px;
    }

    .plann_principles .pulse li p:nth-of-type(1) {
        min-height: auto;
    }
}

.jianshe {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    justify-content: center;
}

.jianshe li {
    width: 355px;
    height: 106px;
    background: #FFFFFF;
    margin: 28px 54px;
    border-radius: 30px;
    text-align: center;
    line-height: 106px;
}

.jianshe li img {
    width: 50%;
}

.jianshe li .zi {
    width: 50%;
    color: #fff;
    padding: 4%;
}

.jianshe li .zi h3 {
    line-height: 0.4;
    font-size: 200px;
    text-align: right;
    font-weight: bold;
    letter-spacing: -8px;
    font-family: Arial;
    opacity: 0.1;
}

.jianshe li .zi span {
    line-height: 1.1;
    font-size: 55px;
}

.jianshe li .zi p {
    line-height: 2;
    font-size: 16px;
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
    .jianshe li .zi {
        padding: 3%;
    }

    .jianshe li .zi h3 {
        font-size: 150px;
    }

    .jianshe li .zi span {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 1440px) {
    .jianshe li .zi h3 {
        font-size: 130px;
    }

    .jianshe li .zi span {
        font-size: 35px;
        margin-top: -15px;
    }
}

@media screen and (max-width: 1280px) {
    .jianshe li .zi h3 {
        font-size: 100px;
    }

    .jianshe li .zi span {
        font-size: 30px;
    }

    .jianshe li .zi p {
        font-size: 13px;
        line-height: 1.7;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .jianshe li {
        flex-direction: column;
    }

    .jianshe li:nth-of-type(2n) {
        flex-direction: column-reverse;
    }

    .jianshe li img {
        width: 100%;
    }

    .jianshe li .zi {
        width: 100%;
    }

    .jianshe li .zi h3 {
        font-size: 60px;
    }

    .jianshe li .zi span {
        font-size: 20px;
    }

}

.yl-FwCon {
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 3%;
    width: 100%;
    height: 370px;
    display: flex;
}

.yl-FwCon .yl-FwConMK {
    height: 100%;
    display: flex;
    width: 20%;
    justify-content: space-between;
}

.yl-FwCon .yl-FwConMK:nth-of-type(2) {
    width: 58%;
    margin: 0 1%;
}

.yl-FwCon .yl-FwConMK .yl-FwCondt {
    width: 15%;
    height: 100%;
    background: #00a0e9;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.yl-FwCon .yl-FwConMK .yl-FwCondt p {
    width: 22px;
    line-height: 40px;
    margin: 0 auto;
    padding-top: 140px;
}

.yl-FwCon .yl-FwConMK:nth-of-type(2) .yl-FwCondt {
    width: 5%;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd {
    width: 81%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yl-FwCon .yl-FwConMK:nth-of-type(2) .yl-FwCondd {
    width: 30%;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd li {
    width: 100%;
    height: 48%;
    padding: 1px;
    background: #00a0e9;
    border-radius: 5px;
    cursor: pointer;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd li div {
    width: 28px;
    height: 28px;
    background: #fff;
    color: #00a0e9;
    border-radius: 50%;
    line-height: 28px;
    margin: 20px auto 0;
    font-size: 16px;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd li h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}

.yl-FwCon .yl-FwConMK .yl-FwCondd li p {
    margin: 10px 10px 0 10px;
}

@media screen and (max-width: 1440px) {
    .yl-FwCon .yl-FwConMK .yl-FwCondd li p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1280px) {
    .yl-FwCon {
        height: 350px;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondt {
        font-size: 18px;
    }


    .yl-FwCon .yl-FwConMK .yl-FwCondd li {
        height: 49%;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li div {
        margin-top: 15px;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li h3 {
        margin-top: 5px;
        font-size: 14px;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li p {
        margin: 5px 5px 0 5px;
    }
}

@media screen and (max-width: 1024px) {
    .yl-FwCon {
        height: auto;
        flex-direction: column;

    }

    .yl-FwCon .yl-FwConMK {
        width: 100%;
        flex-direction: column;
    }


    .yl-FwCon .yl-FwConMK:nth-of-type(2) {
        width: 100%;
        flex-direction: column;
        padding: 0;
        margin: 2% 0;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondt {
        width: 100%;
        height: 40px;
        font-size: 18px;
    }


    .yl-FwCon .yl-FwConMK:nth-of-type(2) .yl-FwCondt {
        width: 100%;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondt p{
        width: 100%;
        padding: 0;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd {
        width: 100%;
        margin-top: 2%;
        flex-direction: row;
    }

    .yl-FwCon .yl-FwConMK:nth-of-type(2) .yl-FwCondd {
        width: 100%;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li {
        width: 49%;
    }

    .yl-FwCon .yl-FwConMK .yl-FwCondd li p {
        margin: 5px;
        height: 40px;
        line-height: 20px;
    }
}

.new_cooperate_list {
    margin-bottom: 3%;
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    justify-content: center;
}

.new_cooperate_list li {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    width: 390px;
    height: 553px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;

}

.new_cooperate_list .bottom{
    width: 100%;
    height: 100%;
    transition: background-color 0.5s ease;
}
.new_cooperate_list .bottom span{
    display: block;
    font-size: 20px;
    font-family: 思源黑体;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.new_cooperate_list .bottom:hover{
    background-color: #0289FC;
    color: #FFFFFF;
}
.new_cooperate_list .bottom:hover span{
    color: #FFFFFF;
}
.new_cooperate_list li .bottom .time {
    width: 336px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 60px
}
.new_cooperate_list li .bottom:hover{
    color: #FFFFFF;
}


.new_cooperate_list li:nth-of-type(4n) {
    margin-right: 0;
}

.new_cooperate_list li h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new_cooperate_list li h3 img {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.new_cooperate_list li p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

@media screen and (max-width: 1440px) {
    .new_cooperate_list li {
        padding: 15px 20px;
        border-radius: 8px;
        height: 130px;
    }

    .new_cooperate_list li h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .new_cooperate_list li h3 img {
        width: 40px;
        height: 40px;
    }

}

@media screen and (max-width: 1280px) {
    .new_cooperate_list li {
        padding: 10px 15px;
        border-radius: 5px;
        height: 120px;
    }

    .new_cooperate_list li h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .new_cooperate_list li h3 img {
        width: 34px;
        height: 34px;
    }
}

@media screen and (max-width: 1024px) {
    .new_cooperate_list li {
        padding: 5px 10px;
        height: 110px;
    }

    .new_cooperate_list li h3 {
        font-size: 16px;
    }

    .new_cooperate_list li h3 img {
        width: 28px;
        height: 28px;
    }

    .new_cooperate_list li p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .new_cooperate_list li {
        width: 49%;
        margin-right: 2%;
    }

    .new_cooperate_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .new_cooperate_list li h3 img {
        width: 20px;
        height: 20px;
    }
}
