@charset "UTF-8";

/* 顶部样式开始 */
@media screen and (min-width:681px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 72px;
        display: flex;
        justify-content: center;
        z-index: 999;
        background: white;
        border-bottom: 1px solid #e6e6e6;
    }

    .hd {
        height: 100%;
        width: 85%;
        display: flex;
        justify-content: flex-start;
    }

    /* --------logo---------- */
    .hd-logo {
        display: flex;
        align-items: center;
    }

    .hd-logo img {
        height: 45px;
        width: auto;
    }

    /* --------导航---------- */
    .hd-nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 60px;
    }

    .hd-nav-li {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 40px;
        position: relative;
    }

    .hd-nav-li-tname {
        font-weight: bold;
        color: #444;
        position: relative;
        transition: all 0.3s;
    }

    .hd-nav-li:hover .hd-nav-li-tname {
        color: #006cff;

    }

    .hd-nav-li-tname::after {
        content: "";
        height: 2px;
        width: 0px;
        background: #006cff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
        margin: auto;
        transition: all 0.3s;
        border-radius: 10px;
        overflow: hidden;
    }

    .hd-nav-li:hover .hd-nav-li-tname::after {
        width: 100%;
    }

    .hd-nav-li-boxitem {
        position: absolute;
        left: 0;
        top: 73px;
        background: white;
        z-index: -1;
        width: 40vw;
        max-height: 0px;
        transition: all 0.6s;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0;
        /* border: 1px solid #e6e6e6;
    border-top: none; */


    }

    .hd-nav-li:hover .hd-nav-li-boxitem {
        max-height: 600px;
        opacity: 1;
    }

    /*------------ hd-nav-li-box1 --------- */
    .hd-nav-li-box1 ul {
        padding: 30px 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .hd-nav-li-box1 ul li {
        width: 50%;
        padding: 13px 30px;
        margin: 7px 0;
        box-sizing: border-box;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .hd-nav-li-box1 ul li:hover {
        background: #f4f4f4;
        color: #006cff;
    }

    .hd-nav-li-box1 ul li i {
        background: -webkit-linear-gradient(top, #006cff, #10A56E);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        margin-right: 20px;
        width: 45px;
        display: flex;
        justify-content: center;
    }


    /*------------ hd-nav-li-box2 --------- */
    .hd-nav-li-box2 ul {
        padding: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .hd-nav-li-box2 ul li {
        width: 50%;
        padding: 13px 30px;
        margin: 7px 0;
        box-sizing: border-box;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .hd-nav-li-box2 ul li:hover {
        background: #f4f4f4;
        color: #006cff;
    }

    .hd-nav-li-box2 ul li i {
        background: -webkit-linear-gradient(top, #006cff, #10A56E);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        margin-right: 20px;
        width: 45px;
        display: flex;
        justify-content: center;
    }

    .hd-nav-li-box2 ul li a {}


    /*------------ hd-nav-li-box3 --------- */
    .hd-nav-li-box3 {
        width: 60vw;
        /* max-height: 800px;
    opacity: 1; */
        left: -200%;
    }

    .hd-nav-li-box3 ul {
        padding: 30px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .hd-nav-li-box3 ul .swp1 {
        width: 26%;
        max-height: 280px;
        border-right: 1px solid #f4f4f4;
    }

    .hd-nav-li-box3 ul .swp1 dt {
        padding: 13px 0px;
        margin: 7px 0;
        box-sizing: border-box;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .hd-nav-li-box3 ul .swp1 dt:hover {
        background: #f4f4f4;
        color: #006cff;
    }

    .hd-nav-li-box3 ul .swp1 dt i {
        background: -webkit-linear-gradient(top, #006cff, #10A56E);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        margin-right: 20px;
        width: 45px;
        display: flex;
        justify-content: center;
    }

    .swp1 .swiper-slide-thumb-active dt {
        color: #006cff !important;
    }


    .hd-nav-li-box3 ul .swp2 {
        width: 70%;

    }

    .hd-nav-li-box3 ul .swp2 dd {
        display: flex;
        flex-wrap: wrap;
    }

    .hd-nav-li-box3 ul .swp2 dd a {
        width: 25%;
        padding: 13px 10px;
        margin: 7px 0;
        box-sizing: border-box;
        font-size: 16px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        color: #444;

    }

    .hd-nav-li-box3 ul .swp2 dd a:hover {
        background: #f4f4f4;
        color: #006cff;
    }

    /*------------ hd-nav-li-box4 --------- */
    .hd-nav-li-box4 ul {
        padding: 30px 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .hd-nav-li-box4 ul li {
        width: 50%;
        padding: 13px 30px;
        margin: 7px 0;
        box-sizing: border-box;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .hd-nav-li-box4 ul li:hover {
        background: #f4f4f4;
        color: #006cff;
    }

    .hd-nav-li-box4 ul li i {
        background: -webkit-linear-gradient(top, #006cff, #10A56E);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        margin-right: 20px;
        width: 45px;
        display: flex;
        justify-content: center;
    }


    .swp1 .swiper-slide-thumb-active {
        opacity: 1;

    }


    /* --------电话---------- */
    .hd-phone {
        align-self: flex-end !important;
    }

    .hd-phone {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .hd-phone div {
        display: flex;
        align-items: center;
    }

    .hd-phone div i {
        font-size: 18px;
        color: #006cff;
        font-weight: bold;
    }

    .hd-phone div span {
        font-size: 16px;
        margin-left: 6px;
        font-weight: bold;
    }

    .hd-space {
        height: 72px;
    }




    .menu {
        display: none;
    }

    .hd-nav-li i {
        display: none;
    }

    .hd-nav-a {
        color: #006cff !important;
    }


}

@media screen and (max-width:680px) {
    .hd-space {
        display: none;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: white;
        border-bottom: 1px solid #e6e6e6
    }

    .hd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
        box-sizing: border-box;
        height: 50px;
    }

    .hd-logo img {
        height: 40px;
        width: auto;
    }

    .hd-phone {
        display: none;
    }


    .hd-nav {
        transition: all 0.2s linear;
        position: absolute;
        top: 51px;
        left: 0;
        background: white;
        width: 100%;
        z-index: 999;
        height: 0vh;
        overflow: hidden;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .hd-nav-active {
        height: 100vh;
        box-sizing: border-box;
    }

    .hd-nav-li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 15px 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .hd-nav-li>i {
        display: block;
        width: 10px;
        font-size: 18px;
    }

    .hd-nav-li-box3 {
        display: none;
    }

    .hd-nav-li-boxitem {
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 80vh;
        box-sizing: border-box;
        background-color: #f4f4f4;
        padding: 60px 18px 20px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        box-sizing: border-box;
        box-shadow: 0px -2px 5px 2px #d8d8d860;
    }


    .hd-nav-li-boxitem ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;

        /* background: white; */
    }

    .hd-nav-li-boxitem ul li {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: white;
        box-sizing: border-box;
        padding: 8px 12px;
        border-radius: 8px;
        margin-bottom: 15px;
        text-align: center;
        box-shadow: 0px 5px 5px 5px #0000000c;
    }

    .hd-nav-li-boxitem ul li i {
        font-size: 20px;
    }

    .hd-nav-li-boxitem ul li a {
        margin-top: 5px;
    }

    .hd-nav-li-box3 ul .swp1 {
        max-height: 166px;
    }

    .hd-nav-li-box3 ul .swp1 dt {
        /* padding: 13px 0px; */
        margin: 7px 0;
        box-sizing: border-box;
        font-size: 16px;
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    .hd-nav-li-box3 ul .swp1 dt i {
        margin-right: 10px;
    }

    .hd-nav-li-box3 ul li {
        width: 100%;
    }

    .hd-nav-li-box3 ul .swp2 dd {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .hd-nav-li-box3 ul .swp2 dd a {
        width: 45%;
        text-align: center;
        margin-top: 10px;
    }

    .gbclose {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 20px;
    }


    /* 按钮 */
    .menu {
        display: block;
    }

    .menu {
        color: #006cff;
        font-size: 20px;
        position: relative;
        width: 22px;
        height: 22px;
    }

    .menu-o {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.2s;
    }

    .menu-c {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.2s;
    }

    .menu-active {
        opacity: 1;
    }


}



/* 顶部样式结束*/










/* 底部样式开始 */
@media screen and (min-width:681px) {
    .ft1-out {
        background: #353535;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .ft1 {
        display: flex;
        justify-content: space-between;
    }

    .ft1-item:nth-child(1) {
        width: 15%;
    }

    .ft1-item:nth-child(2) {
        width: 15%;
    }

    .ft1-item:nth-child(3) {
        width: 15%;
    }

    .ft1-item:nth-child(4) {
        width: 15%;
    }

    .ft1-item:nth-child(5) {
        width: 25%;
    }

    .ft1-item:nth-child(6) {
        width: 15%;
    }

    .ft1-item dt {
        font-size: 16px;
        display: block;
        color: #fff;
        transition: all .36s;
        margin-bottom: 16px;
    }

    .ft1-item dt:hover {
        color: #006cff !important;
    }

    .ft1-item dd {
        font-size: 14px;
        display: block;
        color: #b4b4b4;
        transition: all .36s;
        line-height: 32px;
    }

    .ft1-item dd:hover {
        color: #006cff !important;
    }

    .ft1-item5 dd {
        display: flex;
        align-items: center;
    }

    .ft1-item5 dd i {
        margin-right: 5px;
    }

    .ft1-item5 div {
        margin-top: 15px;
    }

    .ft1-item5 div a {
        margin-right: 10px;
    }

    .ft1-item5 div a i {
        color: white;
        font-size: 23px;
    }

    .ft1-item5 div a i:hover {
        color: #006cff;
        background: white;
    }

    .ft1-item6 {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .ft1-item6 div {
        width: 60%;
        text-align: center;
        color: #999;
        font-size: 12px;
    }

    .ft1-item6 div:nth-child(1) {
        margin-bottom: 10px;
    }

    .ft1-item6 div p {
        margin-top: 2px;
    }

    .ft1-ylink {
        color: #999;
        font-size: 12px;
        margin-top: 20px;
    }

    .ft1-ylink a {
        margin-right: 10px;
    }

    .ft1-logo img {
        width: 120px;
    }




    .ft2-out {
        background: #161616;
    }

    .ft2 {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #666;
        text-align: center;
    }

    .ft2 a {
        margin: 0 5px;
    }


    .m-ft-out {
        display: none;
    }
}

@media screen and (max-width:680px) {
    .m-ft-out {
        background: #006cff;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 10px;
        width: 100%;
        z-index: 999;
        display: none;
        width: 96%;
        margin: auto;
        border-radius: 20px;
    }

    .m-ft {
        box-sizing: border-box;
        padding: 10px 10px;
        color: white;
        display: flex;
        justify-content: space-between;
    }

    .m-ft-item {
        text-align: center;
        width: 55%;
        border-left: 1px solid white;
    }

    .m-ft-item:first-child {
        border-left: none;
    }

    .m-ft-item div i {
        font-size: 16px;
    }

    .m-ft-item p {
        font-size: 10px;
        margin-top: 2px;
        color: white;
    }

    .m-ft-out {
        display: block;
    }

    footer {
        display: none;
    }

}


/* 底部样式结束 */




/* 首页轮播图开始 */

.banner {
    position: relative;
    overflow: hidden;
}



.banner-item {
    position: relative;
}

.banner-item-con {
    position: absolute;
    z-index: 800;
    height: 100%;
    width: 75%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-item-con div:nth-child(1) {
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 9px;
}

.banner-item-con div:nth-child(2) {
    font-size: 40px;
    letter-spacing: 5px;
}

.banner-item-con a {
    padding: 16px 0;
    background: #006cff;
    color: white;
    text-align: center;
    width: 180px;
    font-size: 20px;
    display: block;
    margin-top: 80px;
    border-radius: 10px;
    transition: all 0.3s linear;

}

.banner-item-con a:hover {
    background: #10A56E;
}

.banner .pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 1px;
    margin: 0 5px !important;
    transition: all 0.5s linear;

}

.banner .swiper-pagination-bullet-active {
    background: white !important;
    width: 35px;

}

@media screen and (max-width:680px) {
    .banner-out {
        box-sizing: border-box;
        overflow: hidden;
        width: 96%;
        margin: 20px auto;
    }

    .banner-item-con div:nth-child(1) {
        font-size: 16px;
        letter-spacing: normal;
        margin-bottom: 0;
    }

    .banner-item-con div:nth-child(2) {
        font-size: 12px;
        letter-spacing: normal;
    }

    .banner-item-con a {
        display: none;
    }

    .banner-out .swiper {
        border-radius: 15px;
        overflow: hidden;
    }

    .banner .pagination {
        bottom: -10px;
    }

    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 2px;
    }
}


/* 首页轮播图结束 */



/* 首页模块标题样式 开始*/
.index-title {
    text-align: center;
}

.index-title dt {
    font-size: 32px;
    color: #1d2129;
    font-weight: bold;
}

.index-title dd {
    font-size: 16px;
    color: #86909c;
    margin-top: 5px;
}

@media screen and (max-width:680px) {
    .index-title dt {
        font-size: 22px;
    }

    .index-title dd {
        font-size: 16px;
        margin-top: 2px;
    }
}

/* 首页模块标题样式 结束*/



/* 首页更多按钮样式 开始*/
.index-more-out {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.index-more {
    font-size: 25px;
    border-bottom: 1px solid #262626;
    letter-spacing: 1px;
    transition: all 0.3s linear;
    background: -webkit-linear-gradient(top, #262626, #262626);
    -webkit-background-clip: text;
    color: transparent;
}

.index-more i {
    font-size: 25px;
    margin-left: 5px;
}

.index-more:hover {
    letter-spacing: 2px;
    background: -webkit-linear-gradient(top, #006cff, #10A56E);
    -webkit-background-clip: text;
}


@media screen and (max-width:680px) {
    .index-more {
        font-size: 14px;
        /* margin-top: 0px; */
    }

    .index-more i {
        font-size: 14px;
    }

}

/* 首页更多按钮样式 结束*/




/* ac1开始 */
.ac1-out {
    padding-top: 100px;
    background: #fafafa;
    padding-bottom: 100px;
}

.ac1 {
    margin-top: 40px;
}

.ac1swp1-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    transition: all 0.5s linear;
}


.ac1swp1-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #10A56E;
    bottom: -27px;
    transition: all 0.3s linear;
}

.ac1swp1 .swiper-slide:hover .ac1swp1-item::after {
    width: 100%;
}


.ac1swp1-item-img {
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006cff;
}

.ac1swp1-item-img i {
    font-size: 38px;
    background: -webkit-linear-gradient(top, #006cff, #10A56E);
    -webkit-background-clip: text;
    color: transparent;
}

.ac1swp1-item-con {
    font-size: 18px;
    margin-top: 25px;
    transition: all 0.3s linear;
}

.ac1swp1-item:hover .ac1swp1-item-con {
    color: #006cff;
}

.ac1swp1 .swiper-wrapper {
    border-bottom: 2px solid #e2e4ea;
    padding-bottom: 25px;
}


.ac1swp1 .swiper-slide-thumb-active {
    color: #006cff;
}

.ac1swp1 .swiper-slide-thumb-active .ac1swp1-item::after {
    width: 100%;
}

.ac1swp2 {
    margin-top: 30px;
}

.ac1swp2-item {
    display: flex;
    flex-wrap: wrap;
}

.ac1swp2-item-son {
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    padding: 40px 20px;
    border: solid 1px #e2e4ea;
    background: #f7f9fc;
    height: 186px;
    margin-top: 20px;
    transition: all 0.5s;
}

.ac1swp2-item-son:hover {
    /*background: url(https://www.zmdlp.com/template/default/images/ac1-bg1.png) no-repeat center;*/
    background-size: cover;
    border: 1px solid #006cff;
}

.ac1swp2-item-son:nth-child(3n) {
    margin-right: 0;
}

.ac1swp2-item-son-title {
    display: flex;
    align-items: center;
    color: #006cff;

}

.ac1swp2-item-son-title i {
    font-size: 20px;
}

.ac1swp2-item-son-title a {
    font-size: 20px;
    color: #000 !important;
    margin-left: 10px;
}

.ac1swp2-item-son-con {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.ac1swp2-item-son-con span {
    margin-right: 20px;
    font-size: 16px;
    margin-bottom: 5px;
}

.ac1-more {
    margin-top: 50px;
}

.ac1-more span {
    font-size: 25px;
    margin: 0 10px;
}

@media screen and (max-width:680px) {
    .ac1-out .index-title {
        /* display: none; */
    }

    .ac1-out {
        padding-top: 25px;
        padding-bottom: 25px;
        box-sizing: border-box;
        width: 96%;
        margin: auto;
        border-radius: 15px;
    }

    .ac1 {
        margin-top: 30px;
    }

    .ac1swp1-item {
        width: 100%;
    }

    .ac1swp1-item-con {
        font-size: 14px;
        margin-top: 2px;
    }

    .ac1swp1-item-img i {
        font-size: 28px;
    }

    .ac1swp1 .swiper-wrapper {
        border-bottom: none;
        padding-bottom: 10px;
    }

    .ac1swp2 {
        margin-top: 0;
    }

    .ac1swp2-item-son {
        padding: 5px;
        height: auto;
        margin-top: 10px;
        display: flex;
        align-items: center;
        padding: 10px 5px;
    }

    .ac1swp2-item-son-con {
        display: none;
    }

    .ac1swp2-item-son-title a {
        font-size: 13px;
    }

    .ac1-more span {
        font-size: 14px !important;
    }

    .ac1-out .index-more-out {
        margin-top: 25px;
    }

    .ac1-more {
        margin-top: 0px;
    }
}


/* ac1结束 */



/* ac2开始 */
.ac2-out {
    padding-top: 100px;
}

.ac2 {
    margin-top: 40px;
    height: 426px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac2-left {
    width: 49.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac2-left-son3 {
    width: 100% !important;
    margin-top: 10px;
}

.ac2-right {
    width: 49.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac2-item-son {
    height: 208px;
    width: 49%;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s linear;
}

.ac2-item-son:hover {
    transform: scale(1.01);
}

.ac2-item-son-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ac2-item-son-con {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 30px;
    top: 0;
    left: 0;
}

.ac2-right .ac2-item-son {
    height: 100%;
}

.ac2-item-title {
    font-size: 25px;
    /* color: #006cff; */
}

.ac2-item-des {
    color: white;
    text-align: justify;
    margin-top: 5px;
}

.ac2-item-son i {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 40px;
    transition: all 0.4s linear;
    transform: translate(0, 0);
}

.ac2-item-son:hover i {
    transform: translate(2px, 0);
}

/*  */
.ac2-left .ac2-item-son:nth-child(1) {
    background: url(https://www.zmdlp.com/template/default/images/asd1.jpg) no-repeat center;
    background-size: cover;
}

.ac2-left .ac2-item-son:nth-child(1) .ac2-item-son-bg {
    background: linear-gradient(135deg, #2E3B90 0%, #2e3b904f 100%);
    background: #2E3B90;
}

.ac2-left .ac2-item-son:nth-child(1) .ac2-item-title {
    color: white;
}

.ac2-left .ac2-item-son:nth-child(1) i {
    color: white;
}

/*  */
.ac2-left .ac2-item-son:nth-child(2) {
    /*background: url(https://www.zmdlp.com/template/default/images/asd2.jpg) no-repeat center;*/
    background-size: cover;
}

.ac2-left .ac2-item-son:nth-child(2) .ac2-item-son-bg {
    background: linear-gradient(135deg, #10A56E 0%, #09848a50 100%)
}

.ac2-left .ac2-item-son:nth-child(2) .ac2-item-title {
    color: white;
}

.ac2-left .ac2-item-son:nth-child(2) i {
    color: white;
}

/*  */
.ac2-left .ac2-item-son:nth-child(3) {
    background: url(https://www.zmdlp.com/template/default/images/asd6.jpg) no-repeat center;
    background-size: cover;
}

.ac2-left .ac2-item-son:nth-child(3) .ac2-item-son-bg {
    /* background: linear-gradient(135deg, #C98841 0%, #c9874150 100%); */
}

.ac2-left .ac2-item-son:nth-child(3) .ac2-item-title {
    /* color: white; */
}

.ac2-left .ac2-item-son:nth-child(3) i {
    color: white;
}

.ac2-left .ac2-item-son:nth-child(3) .ac2-item-des {
    color: #444;
}

/*  */
.ac2-right .ac2-item-son:nth-child(1) {
    /*background: url(https://www.zmdlp.com/template/default/images/asd5.jpg) no-repeat center;*/
    background-size: cover;
}

.ac2-right .ac2-item-son:nth-child(1) .ac2-item-son-bg {
     background: linear-gradient(135deg, #10A56E 0%,#09848a50 100%) 
}

.ac2-right .ac2-item-son:nth-child(1) .ac2-item-title {
    /* color: white; */
}

.ac2-right .ac2-item-son:nth-child(1) i {
    color: white;
}

.ac2-right .ac2-item-son:nth-child(1) .ac2-item-des {
    color: #444;
}


/*  */
.ac2-right .ac2-item-son:nth-child(2) {
    /*background: url(https://www.zmdlp.com/template/default/images/asd4.jpg) no-repeat center;*/
    background-size: cover;
}

.ac2-right .ac2-item-son:nth-child(2) .ac2-item-son-bg {
    /*background: linear-gradient(0deg, #DF7D43 0%, #e7a88328 50%, #DF7D43 100%);*/
    background: linear-gradient(0deg, #DF7D43 0%,  #DF7D43 100%);
}

.ac2-right .ac2-item-son:nth-child(2) .ac2-item-title {
    color: white;
}

.ac2-right .ac2-item-son:nth-child(2) i {
    color: white;
}

@media screen and (max-width:680px) {
    .ac2-out {
        background: #fafafa;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 10px;
        width: 96%;
        margin: 20px auto;
    }

    .ac2 {
        margin-top: 30px;
        height: auto;
    }

    .ac2-item {
        display: block;
        width: 49%;
    }

    .ac2-item i {
        /* display: none; */
        font-size: 30px;
        right: 10px;
        bottom: 10px;
    }

    .ac2-item-son {
        width: 100%;
        height: 230px !important;
        margin-bottom: 10px;
    }

    .ac2-left .ac2-item-son:nth-child(1) {
        display: none;
    }

    .ac2-item-son-con {
        box-sizing: border-box;
        padding: 30px 20px;
    }

    .ac2-item-title {
        font-size: 18px;
        font-weight: bold;
    }

    .ac2-item-des {
        font-size: 12px;
        display: none;
    }

    .ac2-more {
        margin-top: 25px;
    }

    .ac2-more .index-more-out {
        margin-top: 0;
    }

}

/* ac2结束 */



/* ac3开始 */
.ac3-out {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 100px;
    background: #e8e9f3;
    position: relative;
    overflow: hidden;
}

.ac3-bg1 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 45%;
    margin: auto 0;
}

.ac3-bg2 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0;
}

.ac3-bg3 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 55%;
    margin: auto 0;
}

.ac3-bg4 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    /* opacity: 0.2; */
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 60%;
    margin: auto 0;
}

.ac3 {
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ac3swp {
    box-sizing: border-box;
    /* border: 35px solid #1f1e1e; */
    border-radius: 40px;
    box-shadow: 5px 5px 15px 0px #c5c4c470;
    transition: all 0.2s linear;
    border: 10px solid #3a3939;
    width: 85%;
}

.ac3swp .swiper-slide {
    overflow-x: hidden;
    overflow-y: auto;
}

.ac3swp .ac3swp-item {
    height: 100%;
}

.ac3swp-item-title {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 900;
}

.ac3swp .swiper-slide img {
    height: 100% !important;
}

.ac3swp .swiper-button-prev {
    color: white !important;
}

.ac3swp .swiper-button-next {
    color: white !important;
}


.ac3swp-out .index-title {
    position: relative;
    z-index: 100;
}

.ac3-dt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 96%;
    display: flex;
    justify-content: center;
}

.ac3-dt img {
    width: 50%;
}

@media screen and (max-width:680px) {
    .ac3-out {
        margin: 25px auto;
        padding-top: 0px;
        padding-bottom: 0px;
        background: white;
    }

    .ac3 {
        margin-top: 30px;
    }

    .ac3-bg1 {
        display: none;
    }

    .ac3-bg2 {
        display: none;
    }

    .ac3-bg3 {
        display: none;
    }

    .ac3-bg4 {
        display: none;
    }

    .ac3swp {
        width: 96%;
        border: 5px solid #3a3939;
        border-radius: 15px;
    }

    .ac3 .swiper-button-next {
        display: none;
    }

    .ac3 .swiper-button-prev {
        display: none;
    }
}

/* ac3结束 */








/* ac5开始 */
.ac5-out {
    padding-top: 100px;
}

.ac5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.ac5-left {
    width: 42%;
    font-size: 45px;
    text-align: right;
    font-weight: bold;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.ac5-left span {
    display: block;
    margin-bottom: 10px;
}

.ac5-left-more {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.ac5-left-more a {
    width: 160px;
    line-height: 60px;
    text-align: center;
    border-radius: 8px;
    background: #006cff;
    color: white;
    font-size: 24px;
    transition: all 0.3s;
}

.ac5-left-more a:hover {
    background: #10A56E;
}

.ac5-right {
    width: 54%;
}

.ac5swp {
    width: 100%;
    align-self: flex-end;
    /* box-sizing: border-box; */
    padding: 20px 10px !important;
}

.ac5swp .swiper-slide {
    /* box-shadow: 5px 5px 15px 0px #c5c4c470; */
    padding: 10px;
    background: #f4f4f4;
    border-radius: 5px;
    box-sizing: border-box;
}

@media screen and (max-width:680px) {
    .ac5-out {
        background: #fafafa;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 10px;
        width: 96%;
        margin: 20px auto;
    }

    .ac5 {
        margin-top: 30px;
    }

    .ac5swp {
        padding: 0 !important;
    }

    .ac5swp .swiper-slide {
        padding: 5px;
    }

    .ac5-left {
        display: none;
    }

    .ac5-right {
        width: 100%;
    }
}

/* ac5结束 */




/* ac6开始 */
.ac6-out {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fafafa;
}

.ac6 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;

}

.ac6-item {
    width: 32%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 15px 0px #c5c4c470;
    box-sizing: border-box;

}

.ac6-item-img {
    height: 240px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac6-item-img img {
    transform: scale(1);
    transition: all 0.3s;
}

.ac6-item:hover .ac6-item-img img {
    transform: scale(1.05);
}

.ac6-item-con {
    padding: 40px 30px;
    transition: all 0.3s linear;
}

.ac6-item:hover .ac6-item-con {
    background: #006cff;
    color: white;
}

.ac6-item-con-title {
    font-size: 24px;
}

.ac6-item-con-des {
    margin-top: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ac6-item-con span {
    display: inline-block;
    margin-top: 80px;
}

.ac6-item3 {
    padding: 50px 30px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.ac6-item-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ac6-item-li span {
    color: #999;
    font-size: 14px;
}

.ac6-item-li div {
    margin-top: 4px;
    font-size: 16px;
    width: 78%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 限制显示的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.ac6-item3-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    line-height: 35px;
    background: #006cff;
    text-align: center;
    border-bottom-right-radius: 20px;
    color: white;
}

.ac6-item-li:hover div {
    color: #006cff;
}

.ac6-more {
    margin-top: 50px;
}

@media screen and (max-width:680px) {
    .ac6-out {
        margin-top: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .ac6 {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .ac6-item {
        width: 100%;
        margin-bottom: 12px;

    }

    .ac6-item-img {
        height: 90px;
    }

    .ac6-item-con {
        padding: 15px
    }

    .ac6-item-con-title {
        font-size: 17px;
    }

    .ac6-item-con span {
        margin-top: 23px;
    }

    .ac6-item-con-des {
        font-size: 12px;
    }

    .ac6-item3 {
        display: block;
        width: 100%;
        padding: 15px;
        padding: 50px 15px 15px;
    }

    .ac6-item3 a {
        display: flex;
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .ac6-more {
        margin-top: 25px !important;
    }

    .ac6-more .index-more-out {
        margin-top: 25px !important;
    }
}

/* ac6结束 */



/* ac7开始 */
.ac7-out {
    position: relative;
    overflow: hidden;
    background: white;

}

.ac7-bg1 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 45%;
    margin: auto 0;
}

.ac7-bg2 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0;
}

.ac7-bg3 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 55%;
    margin: auto 0;
}

.ac7-bg4 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    /* opacity: 0.2; */
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 60%;
    margin: auto 0;
}

.ac7 {
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 130px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    position: relative;
    z-index: 100;
}

.ac7-left {
    font-size: 43px;
    font-weight: bold;
    width: 30%;
    letter-spacing: 3px;
}

.ac7-right {
    width: 68%;
}

.ac7-right-p1 {
    font-size: 40px;
    font-weight: bold;
}

.ac7-right-p2 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
}

@media screen and (max-width:680px) {
    .ac7-out {
        width: 96%;
        margin: 20px auto;
        border-radius: 15px;
    }

    .ac7 {
        padding-top: 50px;
        padding-bottom: 40px;
        flex-wrap: wrap;
    }

    .ac7-left {
        width: 100%;
    }

    .ac7-left {
        font-size: 26px;
    }

    .ac7-right {
        width: 100%;
        margin-top: 20px;
    }

    .ac7-right-p1 {
        font-size: 18px;
    }

    .ac7-right-p2 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }
}

/* ac7结束 */



/* ac8开始 */
/* .ac8-out {
    height: 400px;
}
.ac8-bg {
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.ac8 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ac8 div {
    font-size: 45px;
    color: white;
} */
/* ac8结束 */


/* ac9开始 */
/* .ac9-out {
    background: #006aff4f;
} */

.ac9 {
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.ac9 a:hover {
    color: #006cff;
    transition: all 0.3s;
}

@media screen and (max-width:680px) {
    .ac9 {
        padding: 15px 10px;
        box-sizing: border-box;
    }
}

/* ac9结束 */


/* ac10开始 */
.ac10-out {
    padding-top: 80px;
}

.ac10-index-title dt {
    font-size: 52px;
    font-weight: bold;
}

.ac10-index-title dd {
    margin-top: -8px;
    font-family: "OPPOSans-B";
    font-size: 40px;
    line-height: 40px;
    color: #E0E0E0;
}

.ac10 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.ac10-item {
    width: 32%;
    background: white;
    box-sizing: border-box;
    padding: 35px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    transition: all 0.3s;
}

.ac10-item:hover {
    box-shadow: 0 0 30px 1px #e9e8e8;
}

.ac10-item:nth-child(1) {
    margin-top: 0;
}

.ac10-item:nth-child(2) {
    margin-top: 0;
}

.ac10-item:nth-child(3) {
    margin-top: 0;
}

.ac10-item-left {
    width: 15%;
}

.ac10-item-left i {
    font-size: 40px;
    background: -webkit-linear-gradient(top, #006cff, #10A56E);
    -webkit-background-clip: text;
    color: transparent;
}

.ac10-item-right {
    width: 83%;
}

.ac10-item-right-p1 {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: bold;
}

.ac10-item-right-p2 {
    margin-top: 10px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #626262;
}

.ac10-item-right a {
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px solid #006cff;
    background: -webkit-linear-gradient(top, #006cff, #10A56E);
    -webkit-background-clip: text;
    color: transparent;

}

.ac10-item-right a:hover {
    color: #006cff;
}

@media screen and (max-width:680px) {
    .ac10-out {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        width: 96%;
        margin: auto;
        background: white;
        border-radius: 10px;
    }

    .ac10 {
        margin-top: 10px;
    }

    .ac10-index-title dt {
        font-size: 18px;
    }

    .ac10-index-title dd {
        font-size: 14px;
    }

    .ac10-item {
        width: 100%;
        padding: 25px 25px;
        background-color: #fafafa;
        margin-top: 20px;
    }

    .ac10-item:nth-child(2) {
        margin-top: 20px;
    }

    .ac10-item:nth-child(3) {
        margin-top: 20px;
    }

    .ac10-item-left {
        width: 20%;
    }

    .ac10-item-right {
        width: 75%;
    }

    .ac10-item-right-p1 {
        font-size: 16px;
    }

    .ac10-item-right-p2 {
        font-size: 12px;
    }

    .ac10-item-right a {
        font-size: 14px;
        margin-top: 15px;
    }
}


/* ac10结束 */

.mm-out {
    background: #f4f4f4;

}

.mm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mm-left {
    width: 70%;
}

.mm-right {
    width: 28%;
}

@media screen and (max-width:680px) {
    .mm-out {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .mm-left {
        width: 100%;
    }

    .mm-right {
        width: 100%;
    }
}


/* ac11开始 */
.ac11-out {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
    background: white;
}

.ac11 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac11-item {
    width: 32%;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
    margin-top: 30px;
}

.ac11-item:nth-child(1) {
    margin-top: 0;
}

.ac11-item:nth-child(2) {
    margin-top: 0;
}

.ac11-item:nth-child(3) {
    margin-top: 0;
}

.ac11-item-img {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ac11-item-img img {
    transform: scale(1);
    transition: all 0.3s linear;
}

.ac11-item:hover .ac11-item-img img {
    transform: scale(1.02);
}

.ac11-item-con {
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
}

.ac11-item-con h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.ac11-item-con div {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ac11-item-con span {
    margin-top: 40px;
    display: inline-block;
    border-bottom: 1px solid #006cff;
    background: -webkit-linear-gradient(top, #006cff, #10A56E);
    -webkit-background-clip: text;
    color: transparent;
}

.ac11-item-con span:hover {
    color: #006cff;
}

.ac11-more {
    margin-top: 50px;
}

@media screen and (max-width:680px) {
    .ac11-out {
        width: 96%;
        margin: 20px auto;
        border-radius: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ac11 {
        margin-top: 30px;
    }

    .ac11-item {
        width: 49%;
        margin-top: 15px;
    }

    .ac11-item:nth-child(3) {
        margin-top: 15px;
    }

    .ac11-item-img {
        height: 100px;
    }

    .ac11-item-con {
        padding: 15px;
    }

    .ac11-item-con h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ac11-item-con div {
        font-size: 12px;
    }

    .ac11-item-con span {
        margin-top: 20px;
    }

    .ac11-more {
        margin-top: 25px;
    }

    .ac11-more .index-more-out {
        margin-top: 25px;
    }
}

/* ac11结束 */




/* ac12开始 */
.ac12-out {
    position: relative;
    overflow: hidden;
    background: white;

}

.ac12-bg1 {
    height: 1400px;
    width: 1400px;
    background: #10A56E;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 45%;
    margin: auto 0;
}

.ac12-bg2 {
    height: 1400px;
    width: 1400px;
    background: #10A56E;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0;
}

.ac12-bg3 {
    height: 1400px;
    width: 1400px;
    background: #10A56E;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 55%;
    margin: auto 0;
}

.ac12-bg4 {
    height: 1400px;
    width: 1400px;
    background: #10A56E;
    /* opacity: 0.2; */
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 60%;
    margin: auto 0;
}

.ac12 {
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 130px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    position: relative;
    z-index: 100;
}

.ac12-left {
    font-size: 43px;
    font-weight: bold;
    width: 30%;
    letter-spacing: 3px;
}

.ac12-right {
    width: 68%;
}

.ac12-right-p1 {
    font-size: 40px;
    font-weight: bold;
}

.ac12-right-p2 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
}

@media screen and (max-width:680px) {
    .ac12-out {
        width: 96%;
        margin: 20px auto;
        border-radius: 15px;
    }

    .ac12 {
        padding-top: 50px;
        padding-bottom: 40px;
        flex-wrap: wrap;
    }

    .ac12-left {
        width: 100%;
    }

    .ac12-left {
        font-size: 26px;
    }

    .ac12-right {
        width: 100%;
        margin-top: 20px;
    }

    .ac12-right-p1 {
        font-size: 18px;
    }

    .ac12-right-p2 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }
}

/* ac12结束 */


/* ac13开始 */
.ac13-out {
    padding-top: 80px;
    padding-bottom: 100px;
}

.ac13-index-title dt {
    font-size: 52px;
    font-weight: bold;
}

.ac13-index-title dd {
    margin-top: -8px;
    font-family: "OPPOSans-B";
    font-size: 40px;
    line-height: 40px;
    color: #E0E0E0;
}

.ac13 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}


.ac13-right {
    width: 80%;
}



.ac13-left {
    width: 18%;
}

.ac13-nav {
    position: -webkit-sticky;
    /* 对于较老的Safari浏览器 */
    position: sticky;
    top: 100px;
}

.ac13-nav li {
    height: 60px;
}

.ac13-nav li span {
    font-size: 18px;
    display: inline-block;
    width: 22px;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #006cff, #c6cac9);
    -webkit-background-clip: text;
    color: transparent;
}

.ac13-nav li:hover span {
    background: #006cff;
    color: white;
}

.ac13-nav li:hover a {
    color: #006cff;
    font-weight: bold;
}

.ac13-nav li a {
    font-size: 26px;
}

.ac13-nav-active span {
    background: #006cff !important;
    color: white !important;
}

.ac13-nav-active a {
    color: #006cff;
    font-weight: bold;
}





.ac13-more {
    margin-top: 40px;
}

.ac13-more .index-more {
    cursor: pointer;
}

@media screen and (max-width:680px) {
    .ac13-out {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        width: 96%;
        margin: auto;
        background: white;
        border-radius: 10px;
    }

    .ac13 {
        margin-top: 10px;
        flex-direction: column-reverse;
    }

    .ac13-index-title dt {
        font-size: 18px;
    }

    .ac13-index-title dd {
        font-size: 14px;
    }



    /*  */
    .ac13-left {
        width: 100%;
        padding-top: 20px;
    }

    .ac13-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ac13-nav li {
        width: 31%;
        height: auto;
        background: #fafafa;
        box-sizing: border-box;
        padding: 8px;
        margin-bottom: 8px;
        text-align: center;
        border-radius: 5px;
    }

    .ac13-nav li span {
        display: none;
    }

    .ac13-nav li a {
        font-size: 14px;
    }



    .ac13-right {
        width: 100%;
    }






}


/* ac13结束 */



/* ac14开始 */
.ac14-name {
    font-size: 30px;
    font-weight: bold;
    color: #006cff;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 1px 1px;
    border-radius: 5px;
}

.ac14-item1 {
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
}

.ac14-item1:nth-child(2) {
    margin-top: 20px !important;
    border-top: none;
    padding-top: 0;
}


.ac14-item1-title {
    font-size: 22px;
    font-weight: bold;
    transition: all 0.3s;
}

.ac14-item1-title:hover {
    color: #006cff;
}

.ac14-item1-con {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    position: relative;
}

.ac14-item1-con-img {
    width: 18%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 120px;
}

.ac14-item1-con-img img {
    transform: scale(1);
    transition: all 0.3s;
}

.ac14-item1-con-img:hover img {
    transform: scale(1.02);
}

.ac14-item1-con-des {
    width: 78%;
}

.ac14-item1-con-des p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.ac14-item1-con-des a {
    display: inline-block;
    font-size: 14px;
    margin-top: 24px;
    color: #006cff;
    border-bottom: 1px solid transparent;
}

.ac14-item1-con-des a:hover {
    border-bottom: 1px solid #006cff;
}

.ac14-item:nth-child(2) {
    margin-top: 35px;
}

.ac14-item2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    font-size: 16px;
    border-bottom: 1px dashed #f4f4f4;
    padding-bottom: 5px;
}

.ac14-item2-nav {
    width: 20%;
    color: #006cff;
}

.ac14-item2-title {
    width: 80%;
}

.ac14-item2-date {
    font-size: 13px;
}

.ac14-item2:hover {
    color: #006cff;
}

@media screen and (max-width:680px) {
    .ac14-name {
        font-size: 20px;
        padding: 10px;
    }

    .ac14-item1 {
        margin-top: 10px;
        padding-top: 15px;
    }

    .ac14-item1-title {
        font-size: 18px;
    }

    .ac14-item1-con {
        margin-top: 5px;
    }

    .ac14-item1-con-img {
        width: 35%;
    }

    .ac14-item1-con-des {
        width: 59%;
    }

    .ac14-item1-con-des p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }

    .ac14-item2 {
        font-size: 14px;
    }

    .ac14-item2-nav {
        width: 35%;
    }

    .ac14-item2-title {
        width: 70%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* ac14结束 */






/* ac15开始 */

.ac15 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac15-item {
    width: 32.5%;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    background: white;
    transform: scale(1);
    transition: all 0.3s linear;
    border-radius: 5px;
}

.ac15-item:hover {
    transform: scale(1.01);
}

.ac15-item:nth-child(1) {
    margin-top: 0;
}

.ac15-item:nth-child(2) {
    margin-top: 0;
}

.ac15-item:nth-child(3) {
    margin-top: 0;
}

.ac15-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ac15-item-con {
    background: white;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
}

.ac15-item-con h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    transition: all 0.3s linear;
}

.ac15-item:hover .ac13-item-con h4 {
    color: #006cff;
}

.ac15-item-con div {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4px;
}

@media screen and (max-width:680px) {
    .ac15-item {
        width: 49%;
        border: 1px solid #fafafa;
    }

    .ac15-item:nth-child(3) {
        margin-top: 15px;
    }

    .ac15-item-con {
        padding: 10px;
        text-align: center;
    }

    .ac15-item-con h4 {
        font-size: 16px;
    }

    .ac15-item-con div {
        font-size: 12px;
    }
}

/* ac15结束 */





/* ac16开始 */
.ac16-out {
    position: relative;
    overflow: hidden;
    background: white;

}

.ac16-bg1 {
    height: 1400px;
    width: 1400px;
    background: #FF7019;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 45%;
    margin: auto 0;
}

.ac16-bg2 {
    height: 1400px;
    width: 1400px;
    background: #FF7019;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0;
}

.ac16-bg3 {
    height: 1400px;
    width: 1400px;
    background: #FF7019;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 55%;
    margin: auto 0;
}

.ac16-bg4 {
    height: 1400px;
    width: 1400px;
    background: #FF7019;
    /* opacity: 0.2; */
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 60%;
    margin: auto 0;
}

.ac16 {
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 130px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    position: relative;
    z-index: 100;
}

.ac16-left {
    font-size: 43px;
    font-weight: bold;
    width: 30%;
    letter-spacing: 3px;
}

.ac16-right {
    width: 68%;
}

.ac16-right-p1 {
    font-size: 40px;
    font-weight: bold;
}

.ac16-right-p2 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
}

@media screen and (max-width:680px) {
    .ac16-out {
        width: 96%;
        margin: 20px auto;
        border-radius: 15px;
    }

    .ac16 {
        padding-top: 50px;
        padding-bottom: 40px;
        flex-wrap: wrap;
    }

    .ac16-left {
        width: 100%;
    }

    .ac16-left {
        font-size: 26px;
    }

    .ac16-right {
        width: 100%;
        margin-top: 20px;
    }

    .ac16-right-p1 {
        font-size: 18px;
    }

    .ac16-right-p2 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }
}

/* ac16结束 */




/* ac17开始 */
.ac17-out {
    padding: 100px 0 0;
}

.ac17 {
    display: flex;
    justify-content: space-between;
}

.ac17-left {
    width: 20%;
}

.ac17-left-name {
    text-align: right;
    font-size: 40px;
    color: #595757;
}

.ac17-right {
    width: 60%;
}

.ac17-right-item1 {
    font-size: 18px;
    text-align: justify;
    color: #000;
    line-height: 28px;
    letter-spacing: 2px;
}

.ac17-right-item2 {
    margin-top: 120px;
}

.ac17-right-item2 dt {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}

.ac17-right-item2 dd {
    font-size: 26px;
    /* font-weight: bold; */
    letter-spacing: 2px;
}

.ac17-right-item3 {
    margin-top: 50px;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 2px;
}

.ac17-right-item3 span {
    font-weight: bold;
}

.ac17-right-item4 {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    justify-content: flex-start;
}

.ac17-right-item4 div {
    width: 120px;
    margin-right: 40px;
    text-align: center;
}

.ac17-right-item5 {
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 2px;
}

.ac17-right-item5 span {
    font-weight: bold;
}

#map {
    height: 350px;
    width: 80%;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 0 30px 1px #e9e8e8;
}

@media screen and (max-width:680px) {
    .ac17-out {
        padding-top: 80px;
        padding-bottom: 80px;
        width: 96%;
        margin: 20px auto;
    }

    .ac17 {
        flex-wrap: wrap;
    }

    .ac17-left {
        width: 100%;
    }

    .ac17-left-name {
        text-align: left;
    }

    .ac17-right {
        width: 100%;
    }

    .ac17-right-item2 {
        margin-top: 60px;
    }

    #map {
        width: 100%;
        height: 200px;
    }

    .ac17-right-item4 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

/* ac17结束 */




/* ac18开始 */
.ac18-out {
    padding: 120px 0 120px;
}

.ac18 {
    display: flex;
    justify-content: space-between;
}

.ac18-left {
    width: 20%;
}

.ac18-left-name {
    text-align: right;
    font-size: 40px;
    color: #595757;
}

.ac18-right {
    width: 60%;
}

.ac18-right-item1 {
    margin-top: 15px;
}

.ac18-right-item1 div input {
    background: white;
    border: 1px solid #f4f4f4;
    padding: 10px 20px;
    margin-top: 15px;
    margin-right: 30px;
    border-radius: 5px;
}



.ac18-right-item1 div input:focus {
    outline: 1px solid #006aff18;
    /* 移除默认的蓝色边框 */
    background-color: transparent;
    /* 移除背景色 */
}

.ac18-right-item1 textarea {
    background: white;
    border: 1px solid #f4f4f4;
    padding: 10px 20px;
    width: 65%;
    height: 120px;
    margin-top: 20px;
    border-radius: 5px;
}

.ac18-right-item1 textarea:focus {
    outline: 1px solid #006aff18;
    /* 移除默认的蓝色边框 */
    background-color: transparent;
    /* 移除背景色 */
}

.ac18-right-item2 {
    font-size: 18px;
    font-weight: bold;
}

.ac18-right-item1 button {
    background: #006cff;
    border: 1px solid #f4f4f4;
    width: 120px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin-top: 20px;
    color: white;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.ac18-right-item1 button:hover {
    background: #10A56E;
}

@media screen and (max-width:680px) {
    .ac18-out {
        padding-top: 0px;
        padding-bottom: 80px;
        width: 96%;
        margin: 20px auto;
    }

    .ac18 {
        flex-wrap: wrap;
    }

    .ac18-left {
        width: 100%;
    }

    .ac18-left-name {
        display: none;
    }

    .ac18-left-name {
        text-align: left;
    }

    .ac18-right {
        width: 100%;
    }

    .ac18-right-item1 div input {
        width: 70%;
    }

    .ac18-right-item1 textarea {
        width: 80%;
    }
}

/* ac18结束 */





/* ac19开始 */
.ac19 {
    box-sizing: border-box;
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 24px;
    margin-bottom: 60px;
}

.ac19-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.ac19-item-img {
    width: 28%;
    max-height: 204px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac19-item-img img {
    transform: scale(1);
    transition: all 0.3s linear;
}

.ac19-item-img:hover img {
    transform: scale(1.02);
}

.ac19-item-con {
    width: 70%;
    position: relative;
}

.ac19-item-con a {
    font-size: 22px;
    line-height: 24px;
    color: #111827;
    font-weight: bold;
    transition: all 0.3s linear;
}

.ac19-item-con a:hover {
    color: #006cff;
}

.ac19-item-con p {
    margin-top: 12px;
    color: #6b7280;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 24px;
}

.ac19-item-con span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #6b7280;
    font-weight: 400;
    font-size: 12px;
}

@media screen and (max-width:680px) {
    .ac19-item {
        padding: 20px 0 30px;
    }

    .ac19-item-con {
        width: 68%;
    }

    .ac19-item-con a {
        font-size: 16px;
    }

    .ac19-item-con p {
        margin-top: 10px;
        -webkit-line-clamp: 2;
        line-height: 20px;
    }

    .ac19-item-con span {
        bottom: -21px;
    }

}

/* ac19结束 */





/* listpage开始 */
.listpage {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.listpage .page-status {
    display: none;
}

.listpage .page-index {
    display: none;
}

.listpage .page-last {
    display: none;
}

.listpage span a {
    margin: 0 5px;
    font-size: 18px;
}

.listpage span a:hover {
    color: #006cff;
}

.page-num-current {
    color: #006cff;
}

/* listpage结束 */




/* ac20开始 */
.ac20 {

    border-radius: 24px;
    padding: 36px 18px 36px;
    box-sizing: border-box;
    background: white;
    position: relative;
    overflow: hidden;
}

.ac20-bg1 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    bottom: 0;
    left: 20%;
    margin: auto 0;
}

.ac20-bg2 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    top: -15%;
    bottom: 0;
    left: 30%;
    margin: auto 0;
}

.ac20-bg3 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    top: -20%;
    bottom: 0;
    left: 40%;
    margin: auto 0;
}

.ac20-bg4 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.8;
    position: absolute;
    border-radius: 50%;
    top: -25%;
    bottom: 0;
    left: 50%;
    margin: auto 0;
}



.ac20-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #454545;
    position: relative;
    z-index: 90;
}

.ac20-img {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 90;
    position: relative;
}

.ac20-img img {
    width: 47%;
}

.ac20-des {
    font-size: 15px;
    text-align: justify;
    position: relative;
    padding-top: 10px;
    padding-right: 10px;
    width: 48%;
    z-index: 90;
}

.ac20-des span {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.ac20-des a {
    display: block;
    width: 80px;
    line-height: 30px;
    background: #006cff;
    color: white;
    text-align: center;
    font-size: 12px;
    position: absolute;
    border-radius: 5px;
    bottom: 10%;
    transition: all 0.3s linear;
}

.ac20-des a:hover {
    background: #10A56E;
}

.ac20-con {
    font-size: 16px;
    margin-top: 16px;
    line-height: 28px;
    padding: 0 10px;
    letter-spacing: 2px;
    position: relative;
    z-index: 90;
}

.ac20-con span {
    font-weight: bold;
}


/* ac20结束 */



/* ac21开始 */
.ac21 {
    background: white;
    border-radius: 24px;
    padding: 36px 30px 36px;
    box-sizing: border-box;
    margin-top: 40px;
}

.ac21-item {
    margin-top: 40px;
}

.ac21-item:nth-child(1) {
    margin-top: 0;
}

.ac21-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #454545;
}

.ac21 ul li {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 999px;
    padding: 10px 24px 10px 16px;
    cursor: var(--cursor-pointer);
    transition: all 0.2s;
    color: inherit;
    margin-bottom: 12px;
    font-size: 16px;
}

.ac21 ul li:hover {
    box-shadow: 2px 0 10px 1px #e9e8e8;
    /* color: #006cff; */
}

.ac21 ul li span {
    content: attr(data-index);
    display: inline;
    font-weight: bold;
    font-size: 20px;
    margin-right: 8px;
    font-family: 'HarmonyOSSansSC-Bold';
    color: #006cff;
    margin-right: 8px;
}

.ac21 ul li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ac21-item:nth-child(2) ul li span {
    color: #ff8d1a;
}

@media screen and (max-width:680px) {
    .ac21 {
        display: none;
    }
}

/* ac21结束 */



/* ac22开始 */
.ac22 {
    background: white;
    border-radius: 24px;
    padding: 36px 30px 36px;
    box-sizing: border-box;
    margin-top: 40px;

}

.ac22-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #454545;
}

.ac22 ul li {
    font-size: 18px;
    border-bottom: 2px solid #fafafa;
    line-height: 42px;
    text-indent: 10px;
    position: relative;
}

.ac22 ul li i {
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    z-index: 998;
    transition: all 0.3s;
    transform: rotate(0deg);
}

.ac22-i-active {
    transform: rotate(90deg) !important;
}

.ac22 ul li>a:hover {
    color: #006cff;
}

.ac22-active {
    color: #006cff;
}

.ac22-libox {
    flex-wrap: wrap;
    background: #fafafa;
    display: none;

}

.ac22-libox a {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    text-indent: 40px;
    display: block;
}

.ac22-libox a:hover {
    color: #006cff;
}



.ac22-form {
    background: white;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    overflow: hidden;
}

.ac22-form input {
    border: none;
    padding: 10px;
    border: 1px solid #f4f4f4;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fcfcfc;
}

.ac22-form input:focus {
    outline: none !important;
}

.ac22-form button {
    border: none;
    background: white;
    padding: 10px 15px;
    background: #006cff;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.ac22-form button:hover {
    background: #10A56E;
}

@media screen and (max-width:680px) {
    .ac22 {
        margin-bottom: 30px;
    }
}


/* ac22结束 */








/* ac23开始 */
.ac23 {
    background: white;
    border-radius: 24px;
    padding: 36px 30px 36px;
    box-sizing: border-box;
    margin-top: 40px;

}

.ac23-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #454545;
}

@media screen and (max-width:680px) {
    .ac23 {
        display: none;
    }
}

/* ac23结束 */


/* ac开始 */
.ac24-out {
    /* background: url(https://www.zmdlp.com/template/default/images/t10.jpg) no-repeat center; */
    background-size: cover;
    overflow: hidden;
    position: relative;

}

.ac24-bg {
    position: relative;
    z-index: 10;
}

.ac24-bg1 {
    height: 1400px;
    width: 1400px;
    background: #10A56E;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 45%;
    margin: auto 0;
}

.ac24-bg2 {
    height: 1400px;
    width: 1400px;
    background: #10A56E;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0;
}

.ac24-bg3 {
    height: 1400px;
    width: 1400px;
    background: #10A56E;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 55%;
    margin: auto 0;
}

.ac24-bg4 {
    height: 1400px;
    width: 1400px;
    background: #10A56E;
    /* opacity: 0.2; */
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 60%;
    margin: auto 0;
}

.ac24 {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ac24 h1 {
    font-size: 60px;
    letter-spacing: 4px;
    font-weight: 600;
    color: #000;
}

.ac24 p:nth-child(2) {
    margin-top: 10px;
    font-size: 45px;
    letter-spacing: 4px;
    color: #000;
}

.ac24 p:nth-child(3) {
    margin-top: 50px;
    color: #000;
    font-size: 25px;
}

.ac24 p:nth-child(4) {
    margin-top: 16px;
    color: #000;
    font-size: 20px;
    border: 1px solid #dbdbd6;
    padding: 5px 10px;
}

.ac24 p:nth-child(4) span {
    margin: 0 5px;
}

.ac24 a {
    background: #10A56E;
    color: white;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    margin-top: 60px;
    letter-spacing: 5px;
    width: 150px;
    text-align: center;
    transition: all 0.3s linear;
    border-radius: 5px;
}

.ac24 a:hover {
    background: #006cff;
}

@media screen and (max-width:680px) {
    .ac24 {
        height: 300px;
    }

    .ac24 h1 {
        font-size: 20px;
        text-align: center;
    }

    .ac24 p:nth-child(2) {
        font-size: 14px;
        margin-top: 20px;
    }

    .ac24 p:nth-child(3) {
        margin-top: 10px;
        font-size: 13px;
    }

    .ac24 p:nth-child(4) {
        font-size: 12px;
        padding: 2px 3px;
    }

    .ac24 a {
        padding: 6px 0;
        width: 100px;
        font-size: 13px;
    }
}

/* ac24结束 */


/* ac25开始 */
.ac25-out {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ac25 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac25-item {
    width: 45%;
    box-sizing: border-box;
    padding: 20px 0 30px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.5s;
    transform: translateY(0);
}

.ac25-item:hover {
    transform: translateY(-5px);
}

.ac25-item dt {
    font-size: 30px;
    color: #333;
    position: relative;
    text-indent: 18px;
}

.ac25-item dt::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #333;
    left: 0;
    top: 18px;
}

.ac25-item dd {
    color: #666;
    margin-top: 20px;
    font-size: 16px;
}

@media screen and (max-width:680px) {
    .ac25-out {
        padding: 30px 0;
    }

    .jm-title h4 {
        font-size: 23px;
    }

    .jm-title p {
        font-size: 12px;
        margin-top: 2px;
    }

    .ac25 {
        margin-top: 15px;
    }

    .ac25-item {
        width: 96%;
        margin: 0 auto;
        padding: 10px 0 20px;
    }

    .ac25-item dt {
        font-size: 22px;
    }

    .ac25-item dd {
        margin-top: 8px;
        font-size: 12px;
    }
}

/* ac25结束 */


/* ac26开始 */
.ac26-out {
    padding: 100px 0 100px;
    background: #fafafa;
}

.ac26 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac26-item {
    color: white;
    width: 19%;
    background: #006cff;
    box-sizing: border-box;
    padding: 30px 15px;
    transition: all 0.5s;
    border-radius: 5px;

}

.ac26-item:hover {
    transform: translateY(-5px);
}

.ac26-item:nth-child(2n) {}

.ac26-item h4 {
    text-align: center;
    font-size: 20px;
}

.ac26-item-img {
    text-align: center;
    font-size: 40px;
    margin: 30px 0 40px;
}

.ac26-item p {
    font-size: 15px;
    color: #fff;
}

@media screen and (max-width:680px) {
    .ac26-out {
        padding: 30px 0;
    }

    .ac26 {
        margin-top: 15px;
    }

    .ac26-item:nth-child(2n) {
        transform: translateY(0)
    }

    .ac26-item {
        width: 100%;
        margin-bottom: 15px;
        padding: 20px 15px;
        position: relative;
    }

    .ac26-item-img {
        position: absolute;
        top: 0;
        margin: 0;
    }

    .ac26-item p {
        margin-top: 20px;
        font-size: 12px;
    }
}

/* ac26结束 */



/* ac27开始 */
.ac27-out {
    background: url(https://www.zmdlp.com/template/default/images/t7.jpg) no-repeat center;
    background-size: cover;
}

.ac27-out-bg {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.9);
}

.ac27 {
    width: 100%;

}

.ac27-scroll {
    height: 300px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.ac27-item {
    box-sizing: border-box;
    border-left: 1px solid white;
    width: 13.33%;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #10a56ec9;
    transition: all 0.3s;
}

.ac27-item:hover {
    background: #10A56E;
}

.ac27-item:first-child {
    border-left: none;
}

.ac27-item-num {
    font-family: 'Impact Bold', 'Impact Normal', 'Impact';
    font-size: 80px;
    transform: translateY(-30px);
}

.ac27-item-dex {
    font-size: 18px;
    font-weight: 600;
}

.ac27-item-active {
    width: 20%;
    background: #10A56E;
}

.ac27-item-ico i {
    font-size: 40px;
    margin-top: 25px;
}

@media screen and (max-width:680px) {
    .ac27-out-bg {
        padding: 30px 0;
    }

    .ac27 {
        overflow-x: scroll;
        margin-top: 15px;
    }

    .ac27-scroll {
        margin-top: 0;
        width: 800px;
        height: 220px;
    }

    .ac27-item-num {
        font-size: 40px;
    }
}

/* ac27结束 */


/* ac28开始 */
.ac28-out {
    padding: 0 0 100px;
}

.ac28 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac28-item {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    box-sizing: border-box;
    padding: 60px 40px;
    box-shadow: 5px 5px 5px #ebe8e8;
    margin-top: 40px;
    transition: all 0.3s linear;
    background: white;
    border-radius: 5px;
}

.ac28-item:hover {
    color: #006cff;
    transform: translateY(-5px);
}


@media screen and (max-width:799px) {
    .ac28-out {
        padding: 0px 0 40px;
    }

    .ac28-item {
        width: 100%;
        font-size: 16px;
    }
}

/* ac28结束 */



/* ac29开始 */
.ac29-out {
    background: linear-gradient(145.14deg, #baeaf5 0%, #def1fc 46.02%, #eaeafb 56.48%, #e8d1da 63.4%, #c7bce0 77.97%, #e6c7c4 80.93%, #f9edb3 100%);
}

.ac29 {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    font-size: 40px;
}

@media screen and (max-width:680px) {
    .ac29-out {
        display: none;
    }
}

/* ac29结束 *



/* ac30开始 */
.ac30-out {
    /* padding-top: 100px;*/

    padding-bottom: 80px;
}

.ac30-item {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.ac30-name {
    font-weight: bold;
}

/* ac30结束 */










/* ac31开始 */
.ac31-out {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.ac31-bg1 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 45%;
    margin: auto 0;
}

.ac31-bg2 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0;
}

.ac31-bg3 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 55%;
    margin: auto 0;
}

.ac31-bg4 {
    height: 1400px;
    width: 1400px;
    background: #006cff;
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 60%;
    margin: auto 0;
}

.ac31 {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.ac31-left {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ac31-left h1 {}

.ac31-left p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    text-indent: 32px;
}

.ac31-left span {
    margin-top: 50px;
    font-size: 14px;
    /* font-weight: bold; */
}

.ac31-right {
    width: 46%;
}

.ac31-right-img {
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 5px 5px 15px 0px #c5c4c470;
    transition: all 0.2s linear;
    border: 10px solid #3a3939;
    overflow: hidden;
}

@media screen and (max-width:680px) {
    .ac31-out {
        width: 96%;
        margin: 20px auto;
        padding: 0;
        border-radius: 15px;
        box-sizing: border-box;
        border: 1px solid #fafafa;
    }

    .ac31 {
        padding-top: 50px;
        padding-bottom: 40px;
        flex-wrap: wrap;
    }

    .ac31-left {
        width: 100%;
    }

    .ac31-right {
        display: none;
    }
}

/* ac31结束 */




/* ac32开始 */
.ac32-out {
    padding-top: 60px;
}

.ac32 {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
}

.ac32 img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:680px) {
    .ac32-out {
        padding-top: 0;
        width: 96%;
        margin: auto;
    }

    .ac32 img {
        width: 100%;
    }
}

/* ac32结束 */



/* ac33开始 */
.ac33-out {
    padding-top: 60px;
}

.ac33 {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 32px;
    border-bottom: 1px solid #f4f4f4;
}

.ac33 img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:680px) {
    .ac33-out {
        width: 96%;
        margin: 0px auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ac33 {
        margin-top: 20px;
    }
}

/* ac33结束 */




/* ac34开始 */
.ac34-out {
    padding-top: 80px;
    padding-bottom: 100px;
}

.ac34 {
    display: flex;
    justify-content: space-between;
}

.ac34-name {
    position: relative;
    width: 20%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #fafafa;
}

.ac34-name-bg1 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    bottom: 0;
    left: 20%;
    margin: auto 0;
}

.ac34-name-bg2 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    top: -15%;
    bottom: 0;
    left: 30%;
    margin: auto 0;
}

.ac34-name-bg3 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    top: -20%;
    bottom: 0;
    left: 40%;
    margin: auto 0;
}

.ac34-name-bg4 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.8;
    position: absolute;
    border-radius: 50%;
    top: -25%;
    bottom: 0;
    left: 50%;
    margin: auto 0;
}


.ac34-name-title {
    font-size: 24px;
    font-weight: bold;
}

.ac34-name-des {
    position: relative;
    z-index: 99;
    margin-top: 12px;
}

.ac34-name-a {
    display: block;
    line-height: 30px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    background: #006cff;
    color: white;
    margin-top: 60px;
    position: relative;
    z-index: 99;
    transition: all 0.3s linear;
}

.ac34-name-a:hover {
    background: #10A56E;
}

.ac34swp {
    width: 76%;
}


.ac34-item h4 {
    text-align: center;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


@media screen and (max-width:680px) {
    .ac34-out {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ac34-name {
        display: none;
    }

    .ac34swp {
        width: 100%;
    }

    .ac34-out .swiper-button-next {
        display: none;
    }

    .ac34-out .swiper-button-prev {
        display: none;
    }
}

/* ac34结束 */





/* ac35开始 */
.ac35 {
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 24px;
    border-radius: 24px;
    margin-bottom: 60px;
}

.ac35-title {
    text-align: center;
}

.ac35-des {
    font-size: 12px;
    color: #757575;
    padding-bottom: 24px;
    margin-top: 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid #fafafa;
    text-align: center;
}

.ac35-des span {
    margin: 0 5px;
}

.ac35-content {
    font-size: 18px;
    line-height: 32px;
    color: #2d2d2d;
}

.ac35-content video {
    width: 100%;
}

.ac35-content img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 4px auto;
}

.ac35-ewm {
    margin-top: 30px;
}

.ac35-sm {
    color: #626262;
    margin-top: 30px;
}

.ac35-page {
    margin-top: 40px;
    font-size: 18px;
    line-height: 32px;
}

.ac35-page a:hover {
    color: #006cff;
    transition: all 0.3s linear;
}

@media screen and (max-width:680px) {
    .ac35 {
        margin-bottom: 40px;
        padding: 20px 8px;
    }
}

/* ac35结束 */



/* ac36开始 */
.ac36 {
    padding-bottom: 100px;
    background: white;
    padding: 30px 24px;
    border-radius: 24px;
    margin-bottom: 100px;
}

.ac36-name {
    font-size: 26px;
    font-weight: bold;
}

.ac36-item {
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
}

.ac36-item:nth-child(1) {
    margin-top: 20px !important;
    border-top: none;
    padding-top: 0;
}


.ac36-item-title {
    font-size: 22px;
    font-weight: bold;
    transition: all 0.3s;
}

.ac36-item-title:hover {
    color: #006cff;
}

.ac36-item-con {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    position: relative;
}

.ac36-item-con-img {
    width: 18%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 120px;
}

.ac36-item-con-img img {
    transform: scale(1);
    transition: all 0.3s;
}

.ac36-item-con-img:hover img {
    transform: scale(1.02);
}

.ac36-item-con-des {
    width: 78%;
}

.ac36-item-con-des p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.ac36-item-con-des a {
    display: inline-block;
    font-size: 14px;
    margin-top: 24px;
    color: #006cff;
    border-bottom: 1px solid transparent;
}

.ac36-item-con-des a:hover {
    border-bottom: 1px solid #006cff;
}

@media screen and (max-width:680px) {
    .ac36 {
        margin-bottom: 40px;
    }

    .ac36-item {
        margin-top: 10px;
        padding-top: 15px;
    }

    .ac36-item-title {
        font-size: 18px;
    }

    .ac36-item-con {
        margin-top: 5px;
    }

    .ac36-item-con-img {
        width: 35%;
    }

    .ac36-item-con-des {
        width: 59%;
    }

    .ac36-item-con-des p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }
}

/* ac36结束 */




/* ac37开始 */
.ac37 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    background: white;
    padding: 30px 24px;
    border-radius: 24px;
}

.ac37-left {
    width: 44%;
}

.ac37-right {
    width: 52%;
    position: relative;
}

.ac37-right-tags {
    margin-top: 30px;
}

.ac37-right-tags div {
    font-weight: bold;
    font-size: 18px;

}

.ac37-right-tags span {
    margin-right: 8px;
    display: inline-block;
    margin-top: 5px;
}

.ac37-right-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ac37-right-more {
    color: #505050;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 12px;
}

.ac37-right-lx {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 22px;
}

.ac37-right-a {
    line-height: 35px;
    width: 90px;
    text-align: center;
    background: #006cff;
    color: white;
    border-radius: 5px;
    margin-right: 12px;
    transition: all 0.3s linear;
}

.ac37-right-a:hover {
    background: #10A56E;
}

.ac37-right-phone {
    line-height: 35px;
    padding: 0 12px;
    background: #10a56ec9;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac37-right-phone i {
    margin-right: 5px;
}

.ac37-right-phone span:nth-child(2) {
    margin-right: 8px;
}

@media screen and (max-width:680px) {
    .ac37-left {
        width: 100%;
    }

    .ac37-right {
        width: 100%;
    }

    .ac37-right-title {
        padding-bottom: 150px;
        margin-top: 20px;
    }

    .ac37-right-tags {
        display: none;
    }

    .ac37-right-lx {
        flex-wrap: wrap;
    }

    .ac37-right-a {
        width: 120px;
        margin-bottom: 5px;
    }
}


/* ac37结束 */





/* ac38开始 */
.ac38 {
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 24px;
    border-radius: 24px;
    margin-bottom: 60px;
}

.ac38-name {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px dashed #f4f4f4;
    margin-bottom: 20px;
}

.ac38-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    font-size: 16px;
    border-bottom: 1px dashed #f4f4f4;
    padding-bottom: 5px;
}

.ac38-nav {
    width: 20%;
    color: #006cff;
}

.ac38-title {
    width: 80%;
}

.ac38-date {
    font-size: 13px;
}

.ac38-item:hover {
    color: #006cff;
}

@media screen and (max-width:680px) {

    .ac38-item {
        font-size: 14px;
    }

    .ac38-nav {
        width: 35%;
    }

    .ac38-title {
        width: 70%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* ac38结束 */







/* ac39开始 */
.ac39 {
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 24px;
    border-radius: 24px;
    margin-bottom: 60px;
}

.ac39-item {
    margin-top: 40px;
}

.ac39-item:nth-child(1) {
    margin-top: 0;
}

.ac39-item-top {
    padding: 20px 20px;
    font-size: 18px;
    background: linear-gradient(to top, #fb2c19, #fe741c);
    box-sizing: border-box;
    color: white;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.ac39-item-xh {
    background: rgb(228, 45, 21);
    text-transform: capitalize;
    border-radius: 50px;
    padding: 5px 15px;
    color: white;
}

.ac39-item-name {
    margin: 0 50px;
}

.ac39-item-md {
    display: flex;
    justify-content: space-between;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ac39-item-md-left {
    width: 30%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 5px;
}

.ac39-item-md-right {
    width: 67%;
}

.ac39-item-con {
    line-height: 30px;
    font-size: 16px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ac39-item-btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.ac39-item-btn a {
    background: #f8e7e8;
    border-radius: 40px;
    padding: 8px 25px;
    margin-right: 20px;
    color: #7e7c7c;
}

.ac39-item-btn a:hover {
    background: #000;
    background: #fa515c;
    color: white;
    transition: all 0.3s;
}

.ac39-item-btn a i {
    margin-right: 4px;
}

.ac39-item-bt {
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 10px;
}

.ac39-item-bt span {
    margin-right: 10px;
}

.ac39-item:last-child {
    margin-bottom: 30px;
}

@media screen and (max-width:680px) {
    .ac39-item-wz {
        display: none;
    }

    .ac39-item-xh {
        padding: 5px 10px;
        font-size: 15px;
    }

    .ac39-item-name {
        margin: 0 15px 0 0px;
    }

    .ac39-item-md {
        padding: 10px;
        flex-wrap: wrap;
    }

    .ac39-item-md-left {
        width: 100%;
    }

    .ac39-item-md-right {
        width: 100%;
    }

    .ac39-item-con {
        margin-top: 10px;
    }

    .ac39-item-btn {
        margin-top: 10px;
        justify-content: center;
    }

    .ac39-item-btn a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .ac39-item-bt {
        font-size: 12px;
    }
}

/* ac39结束 */


/* ac40开始 */

.ac40 {
    background: linear-gradient(to top, #fb2c19, #fe741c);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.ac40-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.ac40-top-left {
    width: 30%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.ac40-top-right {
    width: 68%;
    color: white;
}

.ac40-title {
    font-size: 30px;
}

.ac40-des {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ac40-des span {
    width: 48%;
    background: #00000063;
    text-align: center;
    margin-top: 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 10px;
}

.ac40-des span div:nth-child(1) {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.ac40-mid {
    font-size: 16px;
    color: white;
    margin-top: 40px;
    line-height: 32px;
}

.ac40-bt {
    margin-top: 40px;
}

.ac40-bt p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.ac40-bt span {
    background: rgba(0, 0, 0, 0.589);
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

@media screen and (max-width:680px) {
    .ac40 {
        padding: 20px;
    }

    .ac40-top-left {
        width: 100%;
    }

    .ac40-top-right {
        width: 100%;
    }

    .ac40-title {
        font-size: 20px;
        margin-top: 20px;
    }

    .ac40-des {
        width: 100%;
    }

    .ac40-des span {
        width: 48%;
        font-size: 12px;
    }

}

/* ac40结束 */

/* ac41开始 */
.ac41-out {
    display: none;
}

.ac41-out {
    width: 96%;
    margin: 30px auto 60px;
}

.ac41 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ac41 a {
    width: 24%;
    background: #fafafa;
    text-align: center;
    padding: 8px;
}

@media screen and (max-width:680px) {
    .ac41-out {
        display: block;
    }
}

/* ac41结束 */



/* ac42 开始 */
.ac42-out {
    margin-top: 40px !important;
}

.ac42 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #929292;
    font-size: 14px;
    /* border-bottom: 1px solid #dfdfdf; */
    padding-bottom: 5px;
    margin-bottom: 8px;
}

/* .ac42 span {
    margin: 0 40px;
    color: #929292;
} */
.ac42 li {
    width: 10%;
    margin-bottom: 8px;
    text-align: center;
}

/* 
.ac42 li:nth-child(1) a {
    color: #333;
} */

.ac42 a {
    border-bottom: 2px solid transparent;
}

.ac42 a:hover {
    color: #006cff;
}

.ac42-active {
    border-bottom: 2px solid #006cff !important;
}

@media screen and (max-width:780px) {
    .ac42-out {
        margin-top: 40px;
    }

    .ac42 {
        font-size: 12px;
    }

    .ac42 li {
        width: 20%;
        margin-bottom: 10px;
    }
}


/* ac42 结束 */


/* ac43 开始 */
.ac43-out {
    padding: 40px 0 60px;
}

.ac43 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.ac43-item {
    width: 18%;
}

.ac43-item a {
    display: block;
    line-height: 35px;

}

.ac43-item-a1 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

.ac43-item-a2 {}

.ac43-item-a3 {
    text-indent: 10px;
    color: #646464;
}

.ac43-item a:hover {
    color: #006cff;
}

@media screen and (max-width:780px) {
    .ac43-out {
        width: 96%;
        margin: auto;
    }

    .ac43-item {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* ac43 结束 */



/* ac44 结束 */
.ac44-out {
    padding: 40px 0 20px;
}
.ac44 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ac44-item{
    width: 32%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 15px 0px #c5c4c470;
    box-sizing: border-box;
    padding: 50px 15px 40px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
}
.ac44-item-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 28px;
}
.ac44-item-li:hover {
    color: #006cff;
}

.ac44-item-li span {
    color: #999;
    font-size: 12px;
}

.ac44-item-li div {
    margin-top: 4px;
    font-size: 14px;
    width: 78%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 限制显示的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.ac44-item-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    line-height: 35px;
    background: #006cff;
    text-align: center;
    border-bottom-right-radius: 20px;
    color: white;
    transition: all 0.3s;
}
.ac44-item-name:hover {
    background: #10A56E;
}

@media screen and (max-width:680px) {
    .ac44-out {
        padding: 0 0;
        width: 96%;
        margin: auto;
    }
    .ac44-item{
        display: block;
        width: 100%;
        padding: 15px;
        padding: 50px 15px 15px;
    }
}

/* ac44 结束 */



.aaa {
    /* 主题色 */
    color: #006cff;

    color: #10A56E;

    /* 分割线 */
    color: #e6e6e6;

    background: -webkit-linear-gradient(top, #006cff, #10A56E);
    -webkit-background-clip: text;
    color: transparent;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    box-shadow: 5px 5px 15px 0px #c5c4c470;
}