@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;
        display: none;
        /* 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;
        line-height: 26px;
    }

    .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 dt h1 {
    font-size: inherit;
}

.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;
    }

}

/* 首页更多按钮样式 结束*/



/* 首页服务开始 */
.sc20-out {
    padding-top: 100px;
}

.sc20 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
}

.sc20-item {
    width: 23.5%;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 15px 0px #c5c4c470;
    position: relative;
}

.sc20-item-title {
    text-align: center;
    padding: 20px 0;
    background: #006cff;
    color: white;
}

.sc20-item-title dt {
    font-weight: bold;
    font-size: 18px;
}

.sc20-item-title dd {
    font-size: 13px;
    margin-top: 5px;
}

.sc20-item img {
    /* display: none; */
    width: 100%;
}

.sc20-item-con {
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sc20-item-con span {
    /* width: 32%; */
    text-align: center;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 16px;
}

.sc20-item-img {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    overflow: hidden;
}

.sc20-item-img img {
    display: block;
    height: 100%;
}

.sc20-item-gs {
    box-sizing: border-box;
    padding: 40px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    background: -webkit-linear-gradient(top, #006cff, #10a56eb0);
    height: 100%;
    color: white;
}

.sc20-item-gs-name {
    font-size: 22px;
    font-weight: bold;
}

.sc20-item-gs-des {
    margin-top: 25px;
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    text-indent: 30px;
}


@media screen and (max-width:680px) {
    .sc20-out {
        padding: 20px 5px;
    }

    .sc20 {
        margin-top: 40px;
    }

    .sc20-item {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* 首页服务结束 */




/* sc15开始 */
.sc15-out {
    padding-top: 100px;
}

.sc15 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.sc15-item {
    width: 23.5%;
    overflow: hidden;
    margin-top: 25px;
    position: relative;
    background: white;
    transform: scale(1);
    transition: all 0.3s linear;
    border-radius: 5px;
    box-shadow: 5px 5px 15px 0px #c5c4c470;
}

.sc15-item:hover {
    transform: scale(1.01);
}

.sc15-item:nth-child(1) {
    margin-top: 0;
}

.sc15-item:nth-child(2) {
    margin-top: 0;
}

.sc15-item:nth-child(3) {
    margin-top: 0;
}

.sc15-item:nth-child(4) {
    margin-top: 0;
}

.sc15-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sc15-item-con {
    background: white;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
}

.sc15-item-con h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    transition: all 0.3s linear;
}

.sc15-item:hover .ac13-item-con h4 {
    color: #006cff;
}

.sc15-item-con div {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4px;
}

.sc15-more {
    margin-top: 25px;
}

.sc15-more .index-more-out {
    margin-top: 0;
}

@media screen and (max-width:680px) {
    .sc15-out {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sc15-item {
        width: 49%;
        border: 1px solid #fafafa;
    }

    .sc15-item:nth-child(3) {
        margin-top: 15px;
    }

    .sc15-item-con {
        padding: 10px;
        text-align: center;
    }

    .sc15-item-con h4 {
        font-size: 16px;
    }

    .sc15-item-con div {
        font-size: 12px;
    }
}

/* sc15结束 */

/* 首页联系开始 */
.sc16-out {
    background: url(../images/jx2.jpg) no-repeat center fixed;
    background-size: cover;
}

.sc16 {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sc16-left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: 50%;
}


.sc16-des {
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.sc16-des span {
    color: #006cff;
}

.sc16-lx {
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
}

.sc16-lx span {
    background: #006cff;
    padding: 8px 30px;
    display: inline-block;
    color: white;
    border-radius: 10px;
}

.sc16-lx span:nth-child(2) {
    background: linear-gradient(135deg, #fba761 0%, #e84a60 100%)
}

.sc16-lx span:hover {
    background: #006cff;
    color: white;
}

.sc16-fw {
    font-size: 20px;
    margin-top: 30px;
    color: white;
    font-weight: bold;
}

.sc16-right {
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sc16-right img {
    width: 160px;
}

.sc16-right p {
    color: white;
    font-size: 16px;
    margin-top: 15px;
}



@media screen and (max-width:640px) {
    .sc16 {
        height: 160px;
    }

    .sc16-des {
        font-size: 20px;
    }

    .sc16-lx {
        margin-top: 15px;
        padding: 5px 0;
        font-size: 16px;
        display: none;
    }

    .sc16-fw {
        font-size: 13px;
        margin-top: 10px;
    }

    .sc16-left {
        width: 90%;
    }

    .sc16-right {
        display: none;
    }

}

/* 首页联系结束 */


/* 首页系统优势开始 */
.sc17-out {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
    background: #f7f7f7;
}

.sc17 {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #f0f0f0;
}

.sc17-item {
    width: 22%;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 30px;
    border-right: 1px solid #f0f0f0;
    transition: all 0.3s;
    border-radius: 20px;
}

.sc17-item:hover {
    background: #006cff;
    color: white;
}

.sc17-item:nth-child(1) {
    border-bottom: 1px solid #f0f0f0;
}

.sc17-item:nth-child(2) {
    border-bottom: 1px solid #f0f0f0;
}

.sc17-item:nth-child(3) {
    border-bottom: 1px solid #f0f0f0;
}

.sc17-item:nth-child(4) {
    border-bottom: 1px solid #f0f0f0;
    border-right: none
}

.sc17-item:nth-child(8) {
    border-right: none
}


.sc17-item dt {
    font-size: 30px;
    color: rgb(167, 133, 34);
    font-weight: bold;
    margin-top: 20px;
    
}

.sc17-item dd {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}

.sc17-item:hover dt,
.sc17-item:hover dd {
    color: white;
}

@media screen and (max-width:680px) {
    .sc17-out {
        display: none;
    }

}




/* 首页系统优势结束 */







/* ac6开始 */
.ac6-out {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fafafa;
}

.ac6 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;

}

.ac6-item {
    width: 48%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 15px 0px #c5c4c470;
    box-sizing: border-box;

}


.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;
    line-height: 28px;
}

.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-item3-name:hover {
    background: #10A56E;
}

.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-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结束 */


/*mm 开始*/
.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%;
    }
}

/*mm 结束*/




/* 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-item1 p {
    margin-bottom: 8px;
    text-indent: 24px;
}

.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结束 */






/* 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结束 */



/* 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结束 */




/* 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结束 */



/* 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;
}

.ac29 h1 {
    font-size: 35px;
}

@media screen and (max-width:680px) {
    .ac29-out {
        display: none;
    }
}

/* ac29结束 *

/* ac42 开始 */
.ac42-out {
    margin-top: 40px !important;
    display: none;
}

.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 结束 */




/* 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结束 */


/* 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结束 */



/* 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: 16px;
    margin-top: 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: 12px;
        margin-top: 20px;
    }

    .ac40-des {
        width: 100%;
    }

    .ac40-des span {
        width: 48%;
        font-size: 12px;
    }

}

/* ac40结束 */





/* 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结束 */




/* 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结束 */



/* 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结束 */





/* 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结束 */




/* 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结束 */