.sec1 .data-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sec1 .data-item {
    text-align: center;
}

.sec1 .data-item .num {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #111130;
}

.sec1 .data-item .num span {
    vertical-align: bottom;
}

.sec1 .data-item .text {
    font-size: 14px;
    line-height: 24px;
}

.sec1 .case-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 47px;
}

.sec1 .case-box .case-item {
    cursor: pointer;
}

.sec1 .case-box .case-item .active {
    display: none;
}

.sec1 .case-box .case-item:hover .default {
    display: none;
}

.sec1 .case-box .case-item:hover .active {
    display: block;
}

.sec1 .img-box {
    /* margin-top: 140px; */
    text-align: center;
}

.sec1 .img-box img {
    width: 100%;
}

.sec1 .img-box .common-title {
    margin-bottom: 59px;
}

.sec2 {
    background: #F2F8FF;
    padding-bottom: 0;
}

.sec2 .sec-content {
    padding: 0;
}

.sec2 .item-container {
    padding: 100px 0;
}

.sec2 .item-container:nth-child(2n) {
    background: #fff;
}

.sec2 .item-container .item-content {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec2 .item-container .item-content .img-box {
    width: 590px;
}

.sec2 .item-container .item-content .img-box img {
    width: 100%;
}

.sec2 .item-container .item-content .img-box li {
    display: none;
}

.sec2 .item-container .item-content .img-box li.active {
    display: block;
}

.sec2 .item-container .item-content .text-box h3 {
    margin-left: 22px;
    font-size: 38px;
    font-weight: 600;
    line-height: 33px;
    color: #333;
    font-weight: 600;
    font-family: Alibaba-PuHuiTi;
}

.sec2 .item-container .item-content .text-box ul {
    margin-top: 26px;
}

.sec2 .item-container .item-content .text-box ul li {
    padding: 15px 22px;
    cursor: pointer;
    border: 1px solid transparent;
}

.sec2 .item-container .item-content .text-box ul li:first-child {
    margin-top: 0px;
}

.sec2 .item-container .item-content .text-box .title {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
}

.sec2 .item-container .item-content .text-box .desc {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.sec2 .item-container .item-content .btn {
    display: inline-block;
    padding: 17px 25px;
    border-radius: 6px;
    background: #004BE1;
    font-size: 16px;
    color: #fff;
    line-height: 14px;
    margin-top: 15px;
    cursor: pointer;
    margin-left: 22px;
}

.sec2 .item-container .item-content .text-box ul li.active::after {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    background: url(../images/triangle.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sec2 .item-container:nth-child(2n-1) .item-content .text-box ul li.active {
    background: #fff;
    border: 1px solid #E2EBFF;
    box-shadow: 0px 3px 10px rgba(196, 196, 196, 0.16);
    border-radius: 4px;
    position: relative;
}

.sec2 .item-container:nth-child(2n-1) .item-content .text-box ul li.active::after {
    right: 24px;
}

.sec2 .item-container:nth-child(2n) .item-content .text-box ul li.active {
    background: #F2F8FF;
    box-shadow: 0px 3px 10px rgba(173, 173, 173, 0.16);
    border: 1px solid #E4ECFF;
    border-radius: 4px;
    position: relative;
}

.sec2 .item-container:nth-child(2n) .item-content .text-box ul li.active::after {
    left: 24px;
    transform: rotate(180deg);
}

.sec2 .item-container:nth-child(2n) .item-content .text-box ul li {
    padding-left: 58px;
}

.sec2 .item-container:nth-child(2n) .item-content .btn,
.sec2 .item-container:nth-child(2n) .item-content h3 {
    margin-left: 58px;
}

.sec2 .item-container:nth-child(1) .item-content .text-box {
    width: 523px;
}

.sec2 .item-container:nth-child(2) .item-content .text-box {
    width: 512px;
}

.sec2 .item-container:nth-child(3) .item-content .text-box {
    width: 523px;
}

.sec2 .item-container:nth-child(4) .item-content .text-box {
    width: 523px;
}

.sec2 .item-container:nth-child(5) .item-content .text-box {
    width: 513px;
}

.sec2 .item-container:nth-child(6) .item-content .text-box {
    width: 523px;
}

.sec3 {
    background-color: #F2F8FF;
}

.sec3 .sec-content {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.sec3 .sec-content .swiper-slide {
    height: 396px;
    display: flex;
    align-items: center;
}

.sec3 .sec-content .swiper-slide .box {
    width: 100%;
    height: 320px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 15px rgba(131, 127, 127, 0.16);
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec3 .sec-content .swiper-slide .box .img-box {
    height: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .sec-content .swiper-slide .box .img-box .active {
    display: none;
}

.sec3 .sec-content .swiper-slide .box .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333;
    position: relative;
}

.sec3 .sec-content .swiper-slide .box .title::after {
    content: '';
    display: block;
    width: 23px;
    height: 2px;
    background: #3E8AFB;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.sec3 .sec-content .swiper-slide .box .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 28px;
    color: #666;
}

.sec3 .sec-content .swiper-slide .box:hover {
    height: 396px;
    background: linear-gradient(180deg, #438FFE 0%, #014CE1 100%);
}

.sec3 .sec-content .swiper-slide .box:hover .title,
.sec3 .sec-content .swiper-slide .box:hover .desc {
    color: #fff;
}

.sec3 .sec-content .swiper-slide .box:hover .title::after {
    background: #fff;
}

.sec3 .sec-content .swiper-slide .box:hover .img-box .active {
    display: block;
}

.sec3 .sec-content .swiper-slide .box:hover .img-box .default {
    display: none;
}

.sec3 .swiper-button-next {
    width: 42.5px;
    height: 42.5px;
    background: url(../images/next.png) no-repeat center;
    transform: translateY(50%);
}

.sec3 .swiper-button-prev {
    width: 42.5px;
    height: 42.5px;
    background: url(../images/prev.png) no-repeat center;
    transform: translateY(50%);
}

.sec4 .case-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sec4 .case {
    width: 180px;
    text-align: center;
    margin-top: 22px;
}

.sec4 .case img {
    width: 100%;
}

.sec4 .case:nth-child(-n+6) {
    margin-top: 0px;
}


.wh_95pre .item {
    width: 1750px;
    margin: 0px auto;
}

.wh_95pre .item .item-right {

}

.wh_95pre .item .item-right li {
    width: 20vw;
    height: 200px;
    flex-shrink: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(1, 47, 115, 0.12);
    margin: 0 5px 0;
    box-sizing: border-box;
    padding: 30px 40px;
    position: relative;
    border-radius: 12px;
    transition: all .3s;
    cursor: pointer;
    float: left;
    margin: 10px;
}

.wh_95pre .item .item-right li:hover {
    background-image: linear-gradient(to right, #f4f7fa, #fff);
    transform: translateY(-5px);
}


.wh_95pre .item .item-right li .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    white-space: normal;
}

.wh_95pre .item .item-right li .desc {
    font-size: 14px;
    line-height: 21px;
    margin-top: 8px;
    color: #fff;
    width: 265px;
}

.wh_95pre .item .item-right li .btn {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 40px;
    bottom: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.wh_95pre .item .item-right li:hover .btn {
    background: #1472ff;
}

.wh_95pre .item .item-right li .btn-r {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 130px;
    bottom: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.wh_95pre .item .item-right li:hover .btn-r {
    background: #fff;
    color: #1472ff;
}


.wh_95pre .item .item-right li.xcx_canyin {
    background: url(../images/xcx_canyin.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_daodian {
    background: url(../images/xcx_daodian.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_shangchao {
    background: url(../images/xcx_shangchao.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_yimeis {
    background: url(../images/xcx_yimeis.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_jiaopei {
    background: url(../images/xcx_jiaopei.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_jiazheng {
    background: url(../images/xcx_jiazheng.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_jianshen {
    background: url(../images/xcx_jianshen.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_wuye {
    background: url(../images/xcx_wuye.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_chongwu {
    background: url(../images/xcx_chongwu.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_zuyu {
    background: url(../images/xcx_zuyu.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_chaba {
    background: url(../images/xcx_chaba.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_jiudian {
    background: url(../images/xcx_jiudian.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_jingqu {
    background: url(../images/xcx_jingqu.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_xianlu {
    background: url(../images/xcx_xianlu.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_4s {
    background: url(../images/xcx_4s.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_fangchan {
    background: url(../images/xcx_fangchan.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_ktv {
    background: url(../images/xcx_ktv.png) no-repeat center/cover;
}

.wh_95pre .item .item-right li.xcx_guanwang {
    background: url(../images/xcx_guanwang.png) no-repeat center/cover;
}


.wh_95pre .pagination {
    margin-top: 20px;
    text-align: center;
}

.wh_95pre .pagination .pagination-bullet {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 0;
    margin: 0 4px;
    opacity: 1;
    cursor: pointer;
}

.wh_95pre .pagination .pagination-bullet.pagination-bullet-active {
    opacity: 0.3;
    cursor: no-drop;
}


/**价格**/

.main-content .pricebg {

    height: 55px;
    color: #333;
}

.main-content .serprice {
    margin: 0px auto 0px;
    width: 1510px;
    padding-bottom: 40px;
    height: 680px;
    padding-top: 50px;
}

.main-content .serprice li {
    width: 280px;
    height: 600px;
    float: left;
    border-radius: 20px;
    box-shadow: inset 0 10px 0 #093352, 0 17px 56px rgba(163, 183, 227, .6);
    flex-shrink: 0;
    margin-right: 22px;
    cursor: pointer;
    transition: all .3s;
    position: relative;

}

.main-content .serprice li .qbao {

    position: absolute;
    top: -109px;
    right: 20px;
    width: 209px;
}

.main-content .serprice li:hover {

    background-image: linear-gradient(to right, #e5f2ff, #fff);
    transform: translateY(-25px);
}


.main-content .serprice li.big-con {

    width: 480px;
    height: 600px;
    float: left;
    border-radius: 20px;
    box-shadow: inset 0 10px 0 #093352, 0 17px 56px rgba(163, 183, 227, .6);
    flex-shrink: 0;
    margin-right: 22px;
    cursor: pointer;
    transition: all .3s;
}


.main-content .serprice li.big-con .tagcon {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    width: 360px;
    margin: auto;
}


.main-content .serprice .sub_con {
    padding: 20px;
}

.main-content .serprice .sub_con .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 40px;
    text-align: center;
}

.main-content .serprice .sub_con .price {
    font-family: DIN;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    color: #004be1;
}

.main-content .serprice .sub_con .price span {
    font-size: 16px;
}

.main-content .serprice .sub_con .subtit {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.main-content .serprice .sub_con .tagcon {
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
}

.main-content .serprice .sub_con .tagcon .dian {
    line-height: 16px;
    background: url(../images/dian.png) no-repeat center/cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px; /* 根据圆点大小调整 */
    background-size: 16px 16px;
}

.main-content .serprice .sub_con .tagcon .ico {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(../images/quequan.png) no-repeat center/cover;
    float: right;
}


.main-content .serprice li .btn {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 100px;
    bottom: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.main-content .serprice li:hover .btn {
    background: #1472ff;
}

.main-content .serprice li .btn-b {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 195px;
    bottom: 30px;
    border: 1px solid #999;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.main-content .serprice li:hover .btn-b {
    background: #1472ff;
    color: #fff;
    border: 1px solid #fff;
}


.qu-cjwt {
    width: 750px;
    margin: 0 auto;
}

.qu-cjwt li.line {
    width: 100%;
    min-height: 69px;
    border-bottom: 1px solid #e8eaf1;
    padding: 18px 0px;
}

.qu-cjwt .tit {
    font-size: 20px;
    line-height: 32px;
    color: #3f4251;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
    cursor: pointer;
}

.qu-cjwt .tit .iconfont {
    font-size: 10px;
    color: #646b8a;
    font-weight: bold;
    transition: all 0.3s ease;
}

.qu-cjwt .desc {
    font-size: 16px;
    line-height: 24px;
    color: #7c829d;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 16px;
    display: none;
}

.qu-cjwt .line.shrink .iconfont {
    transform: rotate(180deg);
}

.qu-cjwt .line.shrink .desc {
    display: block;
}
