.home-lingshou {
    width: 100%;
    /* max-width: 1300px; */
    height: 650px;
    background: linear-gradient(180deg,#264bf3, #3b5eff);
    /* padding: 0 30px; */
    padding-top: 100px;
    display: flex;
    align-items: center;
}
.swiper-container {
    width: 100% !important;
    height: 100% !important;
  }
.outer {
    padding-left: 50px;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-lingshou .main_title {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.home-lingshou .sub_title2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
    line-height: 36px;
}
.home-lingshou .left-btn {
    margin-top: 50px;
    min-height: 50px;
}
.home-lingshou .left-btn a {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    padding: 13px 35px;
    font-size: 22px;
    border-radius: 25px;
}
.home-lingshou .home-content {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.home-lingshou .left-btn a:hover {
    background: #ffffff;
    color: #1d79f8;
}

.home-lingshou .home-right-img img {
    margin-right: 110px;
    width: 530px;
    height: auto;
}
.section {
    width: 100%;
    overflow: hidden;
}

.section .line-title {
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2D3D;
    line-height: 48px;
    text-align: center;
}

.section .line-title::after {
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 4px;
    background-color: #2f54eb;
    display: block;
    margin: 25px auto 0;
}
.section .desc .item .right span {
    font-size: 24px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #333;
}
.section .desc .item .right p {
    margin-top: 10px;
    font-size: 18px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 26px;
}

.section-title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 30px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}

.block {
    background: #fff;
    padding: 100px 0;
    padding-bottom: 0;
}
.block .section-title.m {
    display: none;
}
.block .section-title.pc {
    display: block;
}
.block .content {
    margin: 0 auto;
    width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block .content ul {
    display: flex;
    justify-content: space-between;
}

.block .content .hoverBox {
    flex-wrap: wrap;
}
.block .content .hoverBox li { 
    width: 23%;
}
.block .content .hoverBox li img {
    width: 80px;
    height: 80px;
}

.block .content ul li > div .title {
    /* margin-top: 30px; */
    text-align: center;
    font-size: 22px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.block .content ul li > div .desc {
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    text-align: left;
}
.block .content p {
    text-align: center;
    font-size: 18px;
    color: rgba(125, 139, 134, .7);
    line-height: 1.89 !important;
    
}

.block .content .big {
    width: 1300px;
    margin-top: 68px;
}

.hoverBox,
.block .content .box {
    width: 100%;
    display: flex;
    align-items: center;
}
.hoverBox li {
    height: 250px;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 1px 3px 15px rgb(0 0 0 / 5%);
    box-shadow: 1px 3px 15px rgb(0 0 0 / 5%);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    background: #fff;
    padding: 24px 28px;
    cursor: default;
    justify-content: space-around;
    align-items: start !important;
}
.hoverBox li:hover {
    transform: translateY(-5%);
    box-shadow: 1px 3px 32px rgb(0 0 0 / 10%);
}

.hoverBox li .title {
    margin: 0 !important;
    /* margin-top: 20px!important;
    margin-bottom: 10px!important; */
    text-align: left;
}
.hoverBox li .desc {
    margin: 0!important;
    text-align: left;
}
.hoverBox li img {
    width: 40px !important;
    height: 40px !important;
}

.block .section-title {
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2D3D;
    line-height: 48px;
    text-align: center;
}
.block .content ul li .title {
    font-size: 22px!important;
    font-weight: 400!important;
    color: #1F2D3D !important;
}
.block .content .bigimg {
    width: 1200px;
    height: auto;
    margin-bottom: 20px;
}
.sd-button-default.blue {
    background: #2f54eb;
    color: #fff;
}
.sd-button-default.blue:hover {
    background: #4c6be8;
}

.block.bottom {
    padding-bottom: 0 !important;
}
.show_mobile {
    display: none !important;
}
.block .box {
    width: 1300px;
    flex-wrap: wrap;
}
.block .box li {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.block .box li:last-child {
    margin-bottom: 40px;
}
.block .box li:nth-child(even) {
    flex-direction: row-reverse !important;
}
.block .box li > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 44%;
    box-sizing: border-box;
    padding: 0 20px;
}
.block .box li > div > img {
    width: 110px;
    height: auto;
}
.block .box li > div .title {
    font-size: 30px;
    margin-top: -16px;
    margin-left: 12px;
    position: relative;
}
.block .box li > div .title::before {
    content: '';
    width: 6px;
    height: 26px;
    background-color: #375bfd;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.block .box li > div .desc {
    font-size: 18px;
}
.block .box li > div .icon {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.block .box li > div .icon img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}
.block .box li > img {
    width: 50%;
    height: auto;
}
.block .content.bg {
    background-color: #f9fcff;
    padding: 40px 0;
}
.block .box2 {
    width: 1200px;
    margin-bottom: 20px;
}
.block .box2 li {
    width: 26%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0px 0px 11px rgb(151 151 151 / 12%);
    border-radius: 4px;
    height: 366px;
    padding: 0 20px;
}
.block .box2 li img {
    width: 80px;
    height: 80px;
}
.block .box2 li .desc {
    text-align: left;
}
.swiper-container.pc-swiper {
    width: 1300px;
    text-align: center;
}
/* .swiper-container.m-swiper {
    display: none;
} */
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 24px;
    font-weight: 700;
    color: #bdbaba;
}
.swiper-button-next:hover:after, 
.swiper-button-prev:hover:after {
    color: #2f54eb;
}
.swiper-button-next {
    right: 30px;
}
.swiper-button-prev {
    left: 30px;
}
.swiper-button-next,
.swiper-button-prev {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 11px #cfcfcf;
}
.block .box2 .title.pc {
    display: block;
}
.block .box2 .title.m {
    display: none;
}
.carousel-indicators {
    display: flex;
    align-items: center;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    margin-right: 20px;
}
.carousel-indicators li.active {
    background: #333;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 33px;
}
.block .content ul li > div .title {
    text-align: left;
}
@media screen and (max-width: 1200px) {
    .scene-pagination {
        display: none;
    }
    .home-lingshou {
        height: 614px;
    }
    .block .content {
        width: 100% !important;
    }
    .block .box li:nth-child(even) {
        flex-direction: column !important;
    }
    /* box2 */
    .block .box2 {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .block .box2 li {
        width: 100%;
    }
    .block .box2 .title.pc {
        display: none;
    }
    .block .box2 .title.m {
        display: block;
        text-align: center!important;
    }
    .block .box2 li {
        height: 230px;
        margin-bottom: 20px;
    }
    /* .swiper-container.pc-swiper {
        display: none;
    }
    .swiper-container.m-swiper {
        display: block;
    } */
    .block.bottom {
        /* width: 100%; */
        padding: 0;
    }

    .hoverBox li {
        height: 206px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
        padding: 10px;
    }
    .hoverBox li .title {
        font-weight: 400!important;
        color: #1F2D3D !important;
        font-family: PingFangSC-Semibold,PingFang SC;
    }
    .hoverBox li .desc {
        font-size: 14px!important;
        line-height: 24px!important;
        color: #999;
    }
    .block .box li {
        flex-direction: column;
    }
    .block .box li > div,
    .block .box li > img {
        width: 100%;
    }
    .block .box li > img {
        margin-top: 20px;
    }
    .block .box li > div .icon {
        display: none;
    }
    .block .box li > div {
        padding: 0;
    }
    .block .content .box li .title {
        margin-bottom: 20px !important;
    }

    .block .content .hoverBox li { 
        width: 49%;
    }
    .block .content .hoverBox li img {
        width: 40px;
        height: 40px;
    }
    
    .block .content .bigimg {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .show_mobile {
        display: block !important;
    }
    .clue-components-form-list__item_g {
        display: none!important;
    }
    .section .block:first-child {
        padding-top: 40px !important;
    }
    .section .line-title {
        margin-bottom: 40px;
        line-height: 30px !important;
    }
    .outer {
        padding-left: 0 !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .outer img {
        width: 230px !important;
        margin: 0 auto!important;
        margin-left: 10px!important;
    }
    
    
    .home-lingshou .main_title {
        /* display: none; */
        font-size: 22px;
    }
    .home-lingshou .home-content {
        margin: 0 auto;
    }

    

    .home-lingshou .sub_title2 {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFF;
        line-height: 28px;
        margin-bottom: 0px;
        margin: auto;
    }
    .section .line-title::after {
        margin-top: 10px !important;
    }
    
    .home-left-title > div {
        padding: 0 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-lingshou .left-btn a {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        display: inline-block;
        width: auto;
        box-sizing: border-box;
        line-height: 1;
        cursor: pointer;
        text-decoration: none;
        outline: none;
        transition: all .3s;
        padding: 13px 35px;
        font-size: 12px;
        border-radius: 25px;
    }
    .home-right-img {
        margin-top: 30px;
    }
    .home-lingshou .sd-button-group {
        /* margin-top: 0; */
        margin: 23px auto;
        text-align: center;
    }
    .section .line-title {
        font-size: 20px;
    }
    
    .block {
        background: #fff;
        padding: 40px 20px;
        padding-bottom: 0;
        box-sizing: border-box;

    }
    .block .section-title {
        display: block;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 40px;
    }
    .block .section-title.m {
        display: block;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4;
        text-align: center;
    }
    .home-content .sd-button-group {
        margin-top: 30px !important;
    }
    .block .section-title.pc {
        display: none;
    }
    
    .block .content p {
        font-size: 14px !important;
    }
    
    .block ul li > div {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .block ul li > div .title {
        font-size: 15px!important;
        /* margin: 10px 0!important; */
    }
    .block ul li > div .desc {
        font-size: 14px!important;
        margin-top: 0!important;
        line-height: 24px!important;
    }
    .block .content .big {
        width: 100%;
    }
    .block .content ul li .title {
        font-size: 18px !important;
        text-align: left !important;
    }
    
    .block .content .box li .title {
        margin-bottom: 0;
        font-size: 18px!important;
    }
    /* 移动端轮播 */
    .m-swiper .swiper-slide {
        /* width: 100% !important; */
    }
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0px 0px 11px #cfcfcf;
        bottom: 0;
    }
    .swiper-button-next {
        right: 0px;
    }
    .swiper-button-prev {
        left: 0px;
    }
    .swiper-button-next:after, 
    .swiper-button-prev:after {
        font-size: 18px;
    }
    
    
    .swiper-out {
        width: 100vw !important;
    }
    .swiper-slide img {
        width: 90vw !important;
    }
    
}
