* {
    letter-spacing: 1px;
}

.zero {
    padding: 0 !important;
}

.index {
    overflow: hidden;
}

/* 首页 index.html */


/* 轮播 */
.i_banner {
    position: relative;
}

.module {
    width: 100px;
    height: 82px;
    background: #FD2D55;
    position: absolute;
    bottom: 0;
    right: 20%;
    z-index: 1000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module .module_one {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 400;
}

.module .module_two {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 300;
}

.i_banner .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 720px;
    object-fit: cover;
}

.i_banner .swiper-pagination-bullet-active {
    background: #fff;
}

/* 1+3+n    知工惠“1+3+N”产品及服务体系*/
.i_service {
    background: url('../../../image/newIndex/server.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 80px;
    height: 936px;
    padding-top: 24px;
}

.i_service ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
}

.i_service ul li {
    text-align: center;
    padding: 0;
    cursor: pointer;
    height: 200px;
    background: linear-gradient(180deg, #FFF3F3 0%, #FFFFFF 100%);
    box-shadow: 0px 6px 20px 0px rgba(190, 77, 56, 0.06);
    border-radius: 20px 20px 20px 20px;
    position: relative;
    margin-top: 70px;
}

/* .i_service ul li:hover {
    animation-duration: 1s;
    animation-name: fadeIn
} */

.i_service ul li .con {
    padding: 34px 42px 33px 89px;
}

.i_service ul li img {
    width: 122px;
    height: 122px;
    position: absolute;
    top: -10%;
    left: -10%;
}

.i_service ul li .img_cur {
    display: none;
}

/* .i_service ul li:hover {
    margin-top: -20px;
}

.i_service ul li:hover .f14 {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

.i_service ul li:hover .con {
    padding: 110px 20px 0px 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #fff;
}

.i_service ul li:hover .red_line {
    display: none;
}

.i_service ul li:hover .one {
    display: none;
} */

.i_service ul li .f14 {
    display: none;
}

/* .i_service ul li:hover .f14 {
    display: inline;
}

.i_service ul li:hover .f29 {
    display: none;
} */

/* .i_design .right { 
    padding-top: 10%;
} */
.i_service .right .top p {
    /* background: url('../image/index/bgnew.png') no-repeat center; */
    /* background-size: 100% 100%;    */
    color: #151515;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
    /* width: 606px; */
    height: 74px;
    line-height: 74px;
}

.i_service .right .top p span {
    color: rgba(244, 86, 69, 1);
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

.i_service .right .dect {
    color: #676767;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
}

.i_service .right p:nth-of-type(2) {
    color: #151515;
    margin: 25px 0 18px 0;
}

.i_service .right p:nth-of-type(3) {
    color: #999999;
}


.i_service .button {
    text-align: center;
    margin-bottom: 87px;
    margin-top: 60px;
}

.i_service .more {
    display: inline-block;
    padding: 14px 85px;
    color: #F14D3C;
    border: 1px solid #F14D3C;
    box-shadow: 0px 3px 16px rgba(230, 42, 161, 0.06);
    border-radius: 31px;
    font-size: 18px;
}

.i_service .apply {
    display: inline-block;
    padding: 15px 85px;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(249, 132, 111, 1) 0%, rgba(241, 77, 60, 1) 100%);
    box-shadow: 0px 4px 12px 0px rgba(218, 155, 148, 1);
    border-radius: 31px;
    opacity: 0.81;
    font-size: 18px;
    margin-right: 39px;
}

.i_service .special_ul .con .dect {
    color: rgba(158, 158, 158, 1);
    margin-top: 10px;
}

/* 三部分 */
.i_service ul li {
    text-align: center;
    /* margin-bottom: 30px;
    margin-right: 2%; */
    width: 445px;
}

.i_service ul li:nth-of-type(1) {
    right: 7%;

}

.i_service ul li:nth-of-type(2) {
    right: -40%;
    top: 87px;

}

.i_service ul li:nth-of-type(3) {
    right: -22%;
    top: 178px;

}

/* .i_service ul li:last-of-type {
    margin-right: 0;
}

.i_service ul li:nth-of-type(1) {
    background: url(../image/index/01.png) no-repeat;
    background-size: 100% 100%;
}

.i_service ul li:nth-of-type(1):hover {
    background: url(../image/index/01on.png) no-repeat;
    background-size: 100% 100%;
}

.i_service ul li:nth-of-type(2) {
    background: url(../image/index/02.png) no-repeat;
    background-size: 100% 100%;
}

.i_service ul li:nth-of-type(2):hover {
    background: url(../image/index/02on.png) no-repeat;
    background-size: 100% 100%;
}

.i_service ul li:nth-of-type(3) {
    background: url(../image/index/03.png) no-repeat;
    background-size: 100% 100%;
}

.i_service ul li:nth-of-type(3):hover {
    background: url(../image/index/03on.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
}

.i_service ul li:nth-of-type(4) {
    background: url(../image/index/04.png) no-repeat;
    background-size: 100% 100%;
}

.i_service ul li:nth-of-type(4):hover {
    background: url(../image/index/04on.png) no-repeat;
    background-size: 100% 100%;
} */

/* .col-lg-3 {
        width: 23% !important;
    } */

.i_service .right {
    float: right;
}


/* 三部分 */
/* .i_service{ 
    margin-top: 50px;
    height: 179px;
    background: url('../image/index/delivery_bg.png') no-repeat;
    background-size: 100% 100%;
} */
.i_service .con {
    height: 100%;
    text-align: initial;
}

.i_service .con .i_deli {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 8px;
}

.i_service .con .dec {
    display: flex;
    flex: 1;
    align-items: center;
}

.i_service .con .dec p {
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
}

/* 设计 */
.i_design {
    margin-top: 80px;
}

.i_design ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.i_design ul li {
    text-align: center;
    padding: 0;
    cursor: pointer;
    height: 249px;
}

.i_design ul li:hover {
    animation-duration: 1s;
    animation-name: fadeIn
}

.i_design ul li .con {
    padding: 35px 14px 0px 14px;
}

.i_design ul li img {
    width: 77px;
    height: 103px;
}

.i_design ul li .img_cur {
    display: none;
}

.i_design ul li p.red_line {
    width: 46px;
    height: 4px;
    background: rgba(241, 77, 60, 1);
    margin: 15px auto 23px;
}

.i_design ul li p:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    line-height: 29px;
}

.i_design ul li:hover {
    /* margin-top: -20px; */
}

.i_design ul li:hover .f14 {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

.i_design ul li:hover .con {
    padding: 110px 20px 0px 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #fff;
}

.i_design ul li:hover .red_line {
    display: none;
}

.i_design ul li:hover .one {
    display: none;
}

.i_design ul li .f14 {
    display: none;
}

.i_design ul li:hover .f14 {
    display: inline;
}

.i_design ul li:hover .f29 {
    display: none;
}

/* .i_design .right { 
    padding-top: 10%;
} */
.i_design .right .top p {
    /* background: url('../image/index/bgnew.png') no-repeat center; */
    /* background-size: 100% 100%;    */
    /* color: #151515; */
    /* font-weight: bold; */
    margin: 0 auto;
    /* margin-bottom: 11px; */
    text-align: center;
    /* width: 606px; */
    /* height: 53px;
    line-height: 53px; */
}

.top_tit {
    color: #181818;
    font-weight: 700;
}

.top_dect {
    font-weight: 400;
    color: #676767;
    margin-top: 20px !important;
}

/* .i_design .right .top p.top_two {
    background: url('../image/index/two.png') no-repeat center;
} */

.i_design .right .top p.top_three {
    background: url('../image/index/three.png') no-repeat center;
    /* background-size: 100% 100%;    */
}

.i_design .right .top p.top_four {
    background: url('../image/index/ma.png') no-repeat center;
}

.i_design .right .top p.top_five {
    background: url('../image/index/news.png') no-repeat center;
    margin-top: 110px;
}

.i_design .right .top p.top_six {
    background: url('../image/index/cho.png') no-repeat center;
    margin-bottom: 35px;
}

/* .i_design .right p:nth-of-type(2) {
    color: #151515;
    margin: 25px 0 18px 0;
} */

.i_design .right p:nth-of-type(3) {
    color: #999999;
}

.i_design .button {
    text-align: center;
    margin-bottom: 87px;
    margin-top: 60px;
}

.i_design .more {
    display: inline-block;
    padding: 14px 85px;
    color: #F14D3C;
    border: 1px solid #F14D3C;
    box-shadow: 0px 3px 16px rgba(230, 42, 161, 0.06);
    border-radius: 31px;
    font-size: 18px;
}

.i_design .apply {
    display: inline-block;
    padding: 15px 85px;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(249, 132, 111, 1) 0%, rgba(241, 77, 60, 1) 100%);
    box-shadow: 0px 4px 12px 0px rgba(218, 155, 148, 1);
    border-radius: 31px;
    opacity: 0.81;
    font-size: 18px;
    margin-right: 39px;
}

/* 三部分 */
.i_design ul li {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 2%;
    width: 263px;
}

.i_design ul li:last-of-type {
    margin-right: 0;
}

.i_design ul li:nth-of-type(1) {
    background: url(../image/index/01.png) no-repeat;
    background-size: 100% 100%;
}

.i_design ul li:nth-of-type(1):hover {
    background: url(../image/index/01on.png) no-repeat;
    background-size: 100% 100%;
    /* text-align: left; */
}

.i_design ul li:nth-of-type(2) {
    background: url(../image/index/02.png) no-repeat;
    background-size: 100% 100%;
}

.i_design ul li:nth-of-type(2):hover {
    background: url(../image/index/02on.png) no-repeat;
    background-size: 100% 100%;
    /* text-align: left; */
}

.i_design ul li:nth-of-type(3) {
    background: url(../image/index/03.png) no-repeat;
    background-size: 100% 100%;
}

.i_design ul li:nth-of-type(3):hover {
    background: url(../image/index/03on.png) no-repeat;
    background-size: 100% 100%;
    /* text-align: left; */
}

.i_design ul li:nth-of-type(4) {
    background: url(../image/index/04.png) no-repeat;
    background-size: 100% 100%;
}

.i_design ul li:nth-of-type(4):hover {
    background: url(../image/index/04on.png) no-repeat;
    background-size: 100% 100%;
    /* text-align: left; */
}

/* .col-lg-3 {
        width: 23% !important;
    } */

.i_design .right {
    float: right;
}


/* 三部分 */
.i_delivery {
    margin-top: 50px;
    height: 179px;
    background: url('../image/index/delivery_bg.png') no-repeat;
    background-size: 100% 100%;
}

.i_delivery .con {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
}

.i_delivery .con .i_deli {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 8px;
}

.i_delivery .con .dec {
    display: flex;
    flex: 1;
    align-items: center;
}

.i_delivery .con .dec p {
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
}

.i_modular {
    margin-top: 83px;
    background: url(../../../image/newIndex/sectionBg.png) no-repeat center;
    height: 605px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.i_modularTow {
    margin-top: 83px;
    background: url(../../../image/newIndex/sectionBg1.png) no-repeat center;
    height: 605px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.i_modular .modular-left {
    margin-left: 84px;
}

.i_modularTow .modular-left {
    margin-left: 84px;
}
@media (min-width: 1200px) {
    .i_modular {
        width: 1308px !important;
    }

    .i_modularTow {
        width: 1308px !important;
    }

    .i_welfare {
        width: 1458px !important;
    }

    .i_welfareTwo {
        width: 1428px !important;
    }
}

@media (max-width: 1669px) {

    .i_container {
        gap: 30px !important;
    }

}

@media (max-width: 1470px) {
    .i_container {
        gap: 20px !important;
    }

}

.i_modular,
.i_modularTow .title {
    font-weight: 700;
    font-size: 50px;
    color: #1A1A1A;
    margin-bottom: 9px;
}

.i_modular .describe {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #767676;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 33px;
}

.i_modularTow .describe {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #767676;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 33px;
}

.i_modular .content_ul {
    width: 90%;
    display: inline-block;
    margin-bottom: 0;
}

.i_modularTow .content_ul {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

.i_modular .content_ul li {
    width: 40%;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.i_modularTow .content_ul li {
    width: 40%;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.i_modular .content_ul li img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

.i_modularTow .content_ul li img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

/* .i_modular .content_ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(241, 77, 60, 1);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
} */

.i_modular .button {
    text-align: left;
    margin-top: 28px;
}

.i_modular .button a {
    display: inline-block;
    padding: 11px 36px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(241, 77, 60, 1);
}

.i_modular .button a.experience {
    border-radius: 31px;
    border: 1px solid rgba(241, 77, 60, 1)
}

.i_modular .button a.experience:hover {
    color: #fff;
    background-color: rgba(241, 77, 60, 1);
}

.i_modular .button a.know {
    margin-right: 6px;
}

.i_modular .button a.know img {
    width: 6px;
    height: 15px;
    margin-bottom: 5px;
}

.i_modular .bgimg img {
    text-align: center;
    /* width: 100%; */
    object-fit: cover;
    width: 865px;
    height: 553px;

}

.i_modular .setRig img {
    text-align: center;
    /* width: 100%; */
    object-fit: cover;
    width: 281px;
    height: 179px;

}

.i_modularTow .bgimg .bgimgCen {
    text-align: center;
    /* width: 100%; */
    object-fit: cover;
    width: 964px;
    height: 561px;

}


.i_modular .bgimg {
    position: absolute;
    right: -6.5%;

}

.i_modular .setRig {
    position: absolute;
    right: 1%;
    bottom: 12%;
    z-index: 111;
}




.i_modularTow .bgimg {
    position: absolute;
    right: -10%;
    bottom: 0;

}

.i_modularTow .bgimgLef {
    position: absolute;
    bottom: 32px;
    left: 39%;
    z-index: 11;
}

.i_modularTow .bgimgLef img {
    text-align: center;
    /* width: 100%; */
    object-fit: cover;
    width: 151px;
    height: 145px;

}

.i_modularTow .bgimgRig {
    position: absolute;
    top: 11%;
    right: 15%;
    z-index: 111;
}

.i_modularTow .bgimgRig img {
    text-align: center;
    /* width: 100%; */
    object-fit: cover;
    width: 97px;
    height: 97px;

}

.i_welfare {
    display: flex;
    align-items: center;
}

.i_welfare .bgimg img {
    text-align: center;
    /* width: 100%; */
    object-fit: cover;
    width: 704px;
    height: 650px;

}

.i_welfareTwo .bgimg {
    text-align: right !important;
}

.i_welfare .title {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 700;
    font-size: 52px;
    color: #181818;
    line-height: 71px;
    position: relative;
}

.i_welfare .title::after {
    content: "";
    width: 139px;
    height: 16px;
    background: linear-gradient(270deg, rgba(241, 77, 60, 0) 0%, #F14D3C 100%);
    position: absolute;
    right: 63%;
    bottom: 12%;
}

.i_welfare .describe {
    font-weight: 400;
    font-size: 29px;
    color: #1A1A1A;
    margin-top: 33px;
}

.i_welfare .ption {
    width: 589px;
    font-weight: 400;
    font-size: 21px;
    color: #6F7886;
    margin-top: 71px;
}

.i_welfare .button {
    width: 170px;
    height: 56px;
    background: #E52629;
    border-radius: 205px 205px 205px 205px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px;
}

/* .i_middle {
    width: 100%;
    height: 261px;
    background: url(../image/index/bgimg4.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -40px;
    position: relative;
} */

.i_design_three {
    margin-top: 78px;
    position: relative;
}

.i_design_three .why {
    position: absolute;
    top: -92px;
    right: 10%;
    width: 207px;
    height: 94px;
    object-fit: cover;
}

.i_active {
    background: url(../../../image/newIndex/1.png) no-repeat center;
    padding: 179px 189px 0 216px;
}

.i_active .totally {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.i_actDect {
    /* background: url(../../../image/newIndex/activeBg.svg) no-repeat center; */
    /* height: 724px;
    background-size: 100% 100%; */
    margin-top: 87px;
}

.i_actDect-right {
    width: 658px;
    height: 658px;
}

.i_actDect-right img {
    text-align: center;
    object-fit: cover;
    width: 658px;
    height: 658px;
}

.i_actDect-ico {
    width: 50px;
    height: 50px;
    margin-bottom: 36px;
}

.i_actDect-dect {
    font-weight: 500;
    font-size: 44px;
    color: #1A1A1A;
}

.i_actDect-dect span {
    color: rgba(229, 38, 41, 1);
}

.i_actDect-detail {
    margin-top: 21px;
    display: flex;
}

.detail-left {
    width: 46px;
    height: 4px;
    background: #F14D3C;
    border-radius: 0px 0px 0px 0px;
    margin-top: 12px;
}

.detail-right {
    font-weight: 400;
    font-size: 20px;
    color: #6F7886;
    width: 564px;
    margin-left: 23px;
}

/* 六部分 */
.i_six {
    width: 100%;
    margin-bottom: 70px;
}

.i_container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
    align-items: stretch;
}

.i_six .six li {
    text-align: center;
    height: 353px;
    width: 30%;
    /* padding: 44px 60px 0; */
    padding-top: 44px;
    position: relative;
}

.i_six .six li:nth-of-type(1) {
    background: linear-gradient(180deg, #FFB06E 0%, #FFD29C 100%);
    border-radius: 20px 20px 20px 20px;
}

.i_six .six li:nth-of-type(2) {
    background: linear-gradient(164deg, #FFD354 0%, #FFEDB8 96.15%);
    border-radius: 20px 20px 20px 20px;
}

.i_six .six li:nth-of-type(3) {
    background: linear-gradient(161deg, #4C8FFF 0%, #B2CBFF 100%);
    border-radius: 20px 20px 20px 20px;
}

.i_six .six li:nth-of-type(4) {
    background: linear-gradient(156deg, #5DDAD9 0%, #ABF2F2 100%);
    border-radius: 20px 20px 20px 20px;
}

.i_six .six li:nth-of-type(5) {
    background: linear-gradient(157deg, #FFB270 0%, #FFCE97 100%);
    border-radius: 20px 20px 20px 20px;
}

.i_six .six li:nth-of-type(6) {
    background: linear-gradient(159deg, #4C6AFF 0%, #BEB2FF 100%);
    border-radius: 20px 20px 20px 20px;
}

.i_six .six li:hover {
    box-shadow: 0px 4px 12px 2px rgba(146, 139, 139, 0.13);
}





.i_six .six li .img {
    /* width: 366px; */
    height: 254px;
    margin: 0 auto;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11%;
}

.i_six .six li .title {
    font-weight: 700;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 47px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 7px;

}

.i_six .six li .detail {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    /* padding: 0 22px; */
}

/* 解决方案 */
.lunbo {
    height: 570px;
}

.lunbo .swiper-container {
    height: 570px;
}

.lunbo .lunbo-slide {
    position: relative;
    background: url(../image/index/bannerbg.png) no-repeat;
    background-size: 100% 100%;
}

.small_content .title {
    height: 68px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 540;
    color: rgba(255, 255, 255, 1);
    line-height: 34px;
    background: url(../image/index/case.png) no-repeat center;
    text-align: center;
    margin-top: 72px;
    position: relative;
}

.small_content .banner_word {
    width: 1170px;
    margin: 47px auto 0;
}

.banner_word .button {
    padding: 9px 33px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 22px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.banner_word .titlea {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 29px;
    margin-bottom: 23px;
}

.banner_word .contenta {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 44px;
}

.banner_word .red_button {
    width: 162px;
    height: 53px;
    background: rgba(241, 77, 60, 1);
    border-radius: 2px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

.lunbo .swiper-pagination-bullet {
    width: 9px;
    height: 2px;
    background: rgba(251, 251, 251, 1);
    border-radius: 0;
    opacity: 1;
}

.lunbo .swiper-pagination-bullet-active {
    width: 41px;
    height: 2px;
    background: rgba(255, 255, 255, 1);
}

/* 信赖之选 */

#banner {
    margin: 100px auto 0;
    position: relative;
    width: 1170px;
}

.lunbotwo .swiper-slide {
    width: 477px;
    padding-bottom: 23px;
    background: #DADADA;
    border-radius: 6px;
    border: 1px solid rgba(218, 213, 213, 1);
}

.lunbotwo .swiper-slide-active {
    background: #fff;
}

.lunbotwo .swiper-slide .image {
    width: 100%;
    height: 132px;
    object-fit: cover;
}

.lunbotwo .swiper-slide .word {
    font-size: 15px;
    font-weight: 400;
    color: rgba(107, 103, 100, 1);
    line-height: 21px;
    padding: 18px 25px;
}

.lunbotwo .swiper-slide .title {
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    text-align: right;
    padding-right: 35px;
}

.lunbotwo .swiper-button-next {
    right: 23%;
    position: absolute;
    background: url(../image/index/xiangyou.png) no-repeat;
    width: 61px;
    height: 61px;
}

.lunbotwo .swiper-button-prev {
    left: 23%;
    position: absolute;
    width: 61px;
    height: 61px;
    background: url(../image/index/xiangzou.png) no-repeat;

}

/* 新闻发布 */
.i_news {
    overflow: hidden;
}

.i_news .i_design {
    margin-top: 0;
}

.i_news .new_content {
    margin: 0 auto;
    /* width: 1170px; */
    text-align: center;
    padding: 0 10px;
}

.new_content .new_ul {
    width: 601px;
    display: inline-block;
    margin: 0 auto 40px;
}

.new_content .new_ul li {
    height: 44px;
    line-height: 44px;
    width: 25%;
    border-bottom: 2px solid rgba(241, 77, 60, .1);
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: rgba(50, 50, 49, 1);
    cursor: pointer;
}

.new_content .new_ul li.click {
    font-size: 20px;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    border-bottom: 2px solid rgba(241, 77, 60, 1);
}

.lunbothree .swiper-container {
    width: 1100px;
}

.lunbothree .swiper-container .swiper-slide {
    width: 289px;
}

.lunbothree .swiper-container .swiper-slide .img {
    width: 289px;
    height: 134px;
    object-fit: cover;
    margin-bottom: 13px;
    border-radius: 6px;
}

.lunbothree .swiper-container .swiper-slide .title {
    text-align: left;
    width: 289px;
    display: flex;
    margin-bottom: 9px;
    color: rgba(107, 103, 100, 0.4);
}

.time_span_small {
    display: none;
}

.swiper-slide .title .title_span {
    display: inline-block;
    /* width:206px; */
    font-size: 16px;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.swiper-slide .title .title_time {
    font-size: 15px;
    font-weight: bold;
    color: rgba(107, 103, 100, 1);
}

.lunbothree .swiper-slide .content_div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 400;
    color: rgba(107, 103, 100, 1);
}

/* 新闻发布new */
.new_bg {
    /* height: 937px;
    background: url('../../../image/newIndex/plan.svg') no-repeat center;
    background-size: 100% 100%;
    display: flex;
    padding: 96px 0 125px 0; */
    /* align-items: center; */
}

.new-three {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    /* padding-top: 42px; */
}

.new-left {
    /* width: 200px;
    height: 273px; */
}

.new-three .new-lefts {
    justify-content: space-between;
    display: none !important;
    /* display: flex !important; */
    margin-bottom: 20px;
}

.new-lefts .title {
    height: 48px;
    font-weight: 700;
    font-size: 58px;
    color: #1A1A1A;
    font-size: 50px;
}

.new-lefts .more {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    /* margin-top: 15px; */
    text-align: center;
}

.new-lefts .title-bottom {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.new-lefts .title-bottom img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    margin-right: 10px;
}

.new-lefts .title-bottom span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    /* margin-top: 30px; */
    /* margin-left: -5px; */
}

.new-lefts .title-bottom span {
    line-height: 22px;
    color: #fff;
}

.new-three .new-rights {
    display: none;
}

.new-three .new-rights .item {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.new-three .new-rights .item>img {
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    object-fit: cover;
    margin-bottom: 9px;
}

.new-three .new-rights .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    text-align: left;
}

.new-three .new-rights .item .title img {
    width: 12px;
    height: 11px;
    object-fit: cover;
}

.new-rights .item .border_b {
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
}

.new-rights .item .border_b img {
    width: 20px;
    object-fit: cover;
}

.new-rights .title .title_span {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #FFFFFF;
    font-family: PingFang SC;
}

.new-rights .title .title_time {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-family: PingFang SC;
}

/* pc */
.new-left .title {
    /* height: 48px; */
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 58px;
    color: #1A1A1A;
    margin-top: 96px;
    margin-bottom: 82px;
}

.new-left .new-num {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1385px;
    margin: 0 auto;
}

.new-num_item {
    text-align: center;
}

.new-num_item .num_item-value {
    font-weight: 500;
    font-size: 54px;
    color: #E52629;
}

.new-num_item .num_item-label {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
}

.new-left .title span {
    color: rgba(229, 38, 41, 1);
}

.new-left .more {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    margin-top: 15px;
    text-align: center;
}

.new-left .title-bottom {
    cursor: pointer;
}

.new-left .title-bottom img {
    width: 16px;
    object-fit: cover;
    margin-right: 10px;
}

.new-left .title-bottom span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 30px;
    margin-left: -5px;
}

.new-left .title-bottom span {
    line-height: 22px;
    color: #fff;
}

/* .new-three .new-right {
    display: flex;
    justify-content: space-between;
    padding: 91px 133px 26px 173px;
}

.new-three .new-right1 {
    display: flex;
    justify-content: space-between;
    padding: 0px 171px 26px 135px !important;
}

.new-three .new-right2 {
    display: flex;
    justify-content: space-between;
    padding: 0px 47px 125px 259px !important;
} */
/* 基础流式布局设置 */
.new-three .new-right,
.new-three .new-right1,
.new-three .new-right2 {
    display: flex;
    flex-wrap: wrap;
    /* 关键：允许换行，防止遮挡 */
    justify-content: flex-start;
    /* 配合 padding 使用 */
    gap: 20px 30px;
    /* 元素之间的间距 */
    box-sizing: border-box;
}

/* 内部每个 item 的宽度设置（假设每行想放 5 个左右） */
.new-three .new-right>div,
.new-three .new-right1>div,
.new-three .new-right2>div {
    flex: 0 0 calc(20% - 30px);
    /* 根据 gap 调整 */
    max-width: calc(20% - 30px);
    box-sizing: border-box;
}

/* === 保持错落感的百分比 Padding === */

/* 第一行：左边缩进多 */
.new-three .new-right {
    padding: 5% 7% 1.5% 9%;
    /* 原: 91px 133px 26px 173px */
}

/* 第二行：右边缩进多，与第一行反向 */
.new-three .new-right1 {
    padding: 0 9% 1.5% 7% !important;
    /* 原: 0px 171px 26px 135px */
}

/* 第三行：左边缩进非常多，形成大错落 */
.new-three .new-right2 {
    padding: 0 2.5% 6.5% 13.5% !important;
    /* 原: 0px 47px 125px 259px */
}

/* === 响应式调整（防止小屏幕下 padding 太大导致内容太窄） === */
@media (max-width: 1669px) {

    /* 第一行：左边缩进多 */
    .new-three .new-right {
        padding: 5% 6% 1% 8%;
        /* 原: 91px 133px 26px 173px */
    }

    /* 第二行：右边缩进多，与第一行反向 */
    .new-three .new-right1 {
        padding: 0 8% 1% 6% !important;
        /* 原: 0px 171px 26px 135px */
    }

    /* 第三行：左边缩进非常多，形成大错落 */
    .new-three .new-right2 {
        padding: 0 1.5% 6% 12.5% !important;
        /* 原: 0px 47px 125px 259px */
    }

    .new-three .new-right .item {
        width: 257px !important;
        height: 97px !important;
    }
}


/* 笔记本屏幕 (1200px - 1440px) */
@media (max-width: 1680px) {
    .new-three .new-right {
        padding: 4.72% 6.94% 1.39% 9.03%;
    }

    .new-three .new-right1 {
        padding: 0 8.89% 1.39% 7.01% !important;
    }

    .new-three .new-right2 {
        padding: 0 1.74% 6.53% 13.47% !important;
    }

    .new-three .new-right .item {
        width: 227px !important;
        height: 77px !important;
    }

    .new-three .new-num_item .num_item-value {
        font-size: 41px;
    }

    .new-three .new-num_item .num_item-label {
        font-size: 15px;
    }

    .new-three .new-left .new-num {
        max-width: 1037px;
    }

    .new-left .title {
        margin-top: 72px;
        margin-bottom: 62px;
        font-size: 44px;
    }

    /* 支付宝 */
    .container {
        max-width: 1072px;
    }

    .i_welfare .title {
        font-size: 39px;
    }

    .i_welfare .title::after {
        width: 104px;
        height: 12px;
        right: 63%;
    }

    .i_welfare .describe {
        margin-top: 25px;
        font-size: 22px;
    }

    .i_welfare .ption {
        width: 442px;
        font-size: 16px;
        margin-top: 16px;
    }

    .i_welfare .button {
        margin-top: 85px;
        width: 128px;
        height: 42px;
        font-size: 15px;
    }

    .i_welfare .bgimg img {
        width: 528px;
        height: 488px;
    }

    .i_design .right .top .top_tit {
        font-size: 38px;
    }

    .i_design .right .top .top_dect {
        font-size: 15px;
        margin-top: 14px !important;
    }

    /* 峰行 活动 */
    .i_active {
        padding: 135px 11.25% 0 11.25%;
    }

    .i_actDect {
        margin-top: 112px;
    }

    .i_actDect-ico {
        width: 38px;
        height: 38px;
        margin-bottom: 27px;
    }

    .i_actDect-dect {
        font-size: 33px;
    }

    .i_actDect-detail {
        margin-top: 16px;
    }

    .detail-right {
        font-size: 15px;
        width: 423px;
        margin-left: 17px;
    }

    .detail-left {
        width: 35px;
        height: 3px;
    }

    .i_actDect-right {
        width: 548px;
        height: 494px;
    }

    .i_actDect-right img {
        width: 548px;
        height: 494px;
    }

    .i_six .six li {
        height: 265px;
        margin-top: 33px;
    }

    .i_six .six li .title {
        font-size: 26px;
    }

    .i_six .six li .detail {
        font-size: 14px;
    }

    .i_six .six li .img {
        width: 252px;
        height: 192px;
    }

    /* 服务 */
    .i_modularTow .bgimg .bgimgCen {
        width: 723px;
        height: 421px;
    }

    .bgimgRig {
        top: 33% !important;
        right: 13% !important;
    }

    .i_modularTow .bgimgRig img {
        width: 73px;
        height: 73px;
    }

    .bgimgLef {
        bottom: 24px !important;
        left: 43% !important;
    }

    .i_modularTow .bgimgLef img {
        width: 113px;
        height: 109px;
    }

    .i_modular,
    .i_modularTow .title {
        font-size: 38px;
        margin-bottom: 7px;
    }

    .i_modularTow .describe {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .i_modularTow .content_ul li img {
        width: 21px;
        height: 21px;
        margin-right: 9px;
    }

    .i_modularTow .content_ul li {
        font-size: 15px;
    }

    .i_modularTow {
        height: 454px;
    }

    .i_modular .bgimg img {
        width: 649px;
        height: 415px;
    }

    .i_modular .setRig img {
        width: 211px;
        height: 134px;
    }

    .i_modular .describe {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .i_modular .content_ul li img {
        width: 21px;
        height: 21px;
        margin-right: 9px;
    }

    .i_modular .content_ul li {
        font-size: 15px;
    }

    .i_modular {
        height: 454px;
    }

    .i_service .right .top p {
        font-size: 38px;
    }

    .i_service .right .dect {
        font-size: 15px;
    }

    .i_service ul li {
        width: 334px;
        height: 150px;
        margin-top: 53px;
    }

    .i_service ul li img {
        width: 92px;
        height: 92px;
    }

    .i_service .special_ul .con .tit {
        font-size: 21px;
    }

    .i_service .special_ul .con .dect {
        font-size: 14px;
    }

    .i_service ul li .con {
        padding: 18px 31px 25px 67px;
    }

    .i_service ul li:nth-of-type(2) {
        margin-top: 136px;
    }

    .i_service ul li:nth-of-type(3) {
        top: 413px;
        right: 43%;
    }
}







/* 笔记本屏幕 (1200px - 1440px) */
@media (max-width: 1440px) {
    .new-three .new-right {
        padding: 4.72% 6.94% 1.39% 9.03%;
    }

    .new-three .new-right1 {
        padding: 0 8.89% 1.39% 7.01% !important;
    }

    .new-three .new-right2 {
        padding: 0 1.74% 6.53% 13.47% !important;
    }

    .new-three .new-right .item {
        width: 227px !important;
        height: 77px !important;
    }

    .new-three .new-num_item .num_item-value {
        font-size: 41px;
    }

    .new-three .new-num_item .num_item-label {
        font-size: 15px;
    }

    .new-three .new-left .new-num {
        max-width: 1037px;
    }

    .new-left .title {
        margin-top: 72px;
        margin-bottom: 62px;
        font-size: 44px;
    }

    /* 支付宝 */
    .container {
        max-width: 1072px;
    }

    .i_welfare .title {
        font-size: 39px;
    }

    .i_welfare .title::after {
        width: 104px;
        height: 12px;
        right: 63%;
    }

    .i_welfare .describe {
        margin-top: 25px;
        font-size: 22px;
    }

    .i_welfare .ption {
        width: 442px;
        font-size: 16px;
        margin-top: 16px;
    }

    .i_welfare .button {
        margin-top: 85px;
        width: 128px;
        height: 42px;
        font-size: 15px;
    }

    .i_welfare .bgimg img {
        width: 528px;
        height: 488px;
    }

    .i_design .right .top .top_tit {
        font-size: 38px;
    }

    .i_design .right .top .top_dect {
        font-size: 15px;
        margin-top: 14px !important;
    }

    /* 峰行 活动 */
    .i_active {
        padding: 135px 11.25% 0 11.25%;
    }

    .i_actDect {
        margin-top: 112px;
    }

    .i_actDect-ico {
        width: 38px;
        height: 38px;
        margin-bottom: 27px;
    }

    .i_actDect-dect {
        font-size: 33px;
    }

    .i_actDect-detail {
        margin-top: 16px;
    }

    .detail-right {
        font-size: 15px;
        width: 423px;
        margin-left: 17px;
    }

    .detail-left {
        width: 35px;
        height: 3px;
    }

    .i_actDect-right {
        width: 548px;
        height: 494px;
    }

    .i_actDect-right img {
        width: 548px;
        height: 494px;
    }

    .i_six .six li {
        height: 265px;
        margin-top: 33px;
    }

    .i_six .six li .title {
        font-size: 26px;
    }

    .i_six .six li .detail {
        font-size: 14px;
    }

    .i_six .six li .img {
        width: 252px;
        height: 192px;
    }

    /* 服务 */
    .i_modularTow .bgimg .bgimgCen {
        width: 723px;
        height: 421px;
    }

    .bgimgRig {
        top: 33% !important;
        right: 13% !important;
    }

    .i_modularTow .bgimgRig img {
        width: 73px;
        height: 73px;
    }

    .bgimgLef {
        bottom: 24px !important;
        left: 43% !important;
    }

    .i_modularTow .bgimgLef img {
        width: 113px;
        height: 109px;
    }

    .i_modular,
    .i_modularTow .title {
        font-size: 38px;
        margin-bottom: 7px;
    }

    .i_modularTow .describe {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .i_modularTow .content_ul li img {
        width: 21px;
        height: 21px;
        margin-right: 9px;
    }

    .i_modularTow .content_ul li {
        font-size: 15px;
    }

    .i_modularTow {
        height: 454px;
    }

    .i_modular .bgimg img {
        width: 649px;
        height: 415px;
    }

    .i_modular .setRig img {
        width: 211px;
        height: 134px;
    }

    .i_modular .describe {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .i_modular .content_ul li img {
        width: 21px;
        height: 21px;
        margin-right: 9px;
    }

    .i_modular .content_ul li {
        font-size: 15px;
    }

    .i_modular {
        height: 454px;
    }

    .i_service .right .top p {
        font-size: 38px;
    }

    .i_service .right .dect {
        font-size: 15px;
    }

    .i_service ul li {
        width: 334px;
        height: 150px;
        margin-top: 53px;
    }

    .i_service ul li img {
        width: 92px;
        height: 92px;
    }

    .i_service .special_ul .con .tit {
        font-size: 21px;
    }

    .i_service .special_ul .con .dect {
        font-size: 14px;
    }

    .i_service ul li .con {
        padding: 18px 31px 25px 67px;
    }

    .i_service ul li:nth-of-type(2) {
        margin-top: 136px;
    }

    .i_service ul li:nth-of-type(3) {
        top: 413px;
        right: 43%;
    }
}

/* 平板/小笔记本 (768px - 1199px) */
@media (max-width: 1199px) {

    .new-three .new-right,
    .new-three .new-right1,
    .new-three .new-right2 {
        /* 适当减小百分比，防止内容被挤没 */
        padding-left: 5% !important;
        padding-right: 5% !important;
        gap: 15px;
    }

    .new-three .new-right>div,
    .new-three .new-right1>div,
    .new-three .new-right2>div {
        flex: 0 0 calc(33.333% - 15px);
        /* 每行3个 */
        max-width: calc(33.333% - 15px);
    }
}

/* 手机端 (小于 768px) */
@media (max-width: 767px) {

    .new-three .new-right,
    .new-three .new-right1,
    .new-three .new-right2 {
        /* 手机端取消错落感，统一 padding，保证内容可读 */
        padding: 20px 3% !important;
    }

    .new-three .new-right>div,
    .new-three .new-right1>div,
    .new-three .new-right2>div {
        flex: 0 0 calc(50% - 10px);
        /* 每行2个 */
        max-width: calc(50% - 10px);
    }
}

.new-three .new-right a {
    margin-right: 52px;
}

.new-three .new-right a:last-of-type {
    margin-right: 0;
}

.new-three .new-right .item {
    width: 302px;
    height: 102px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.new-three .new-right .item:hover {
    width: 302px;
    height: 102px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.new-three .new-right .item:hover .item_img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.new-three .new-right .item_img {
    width: 100%;
    height: 100% !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.new-three .new-right .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    text-align: left;
}

.new-three .new-right .item .title img {
    width: 16px;
    height: 12px;
    object-fit: cover;
}

.new-right .item .border_b {
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
}

.new-right .item .border_b img {
    width: 20px;
    object-fit: cover;
}

.new-right .title .title_span {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #FFFFFF;
    font-family: PingFang SC;
}

.new-right .title .title_time {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-family: PingFang SC;
}

/* 下载app */
.i_down .oneleft {
    padding-top: 116px;
}

.i_down .oneleft .title {
    font-size: 24px;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
}

.i_down .oneleft .from {
    margin-top: 30px;
    width: 308px;

}

.i_down .oneleft .from .el-input__inner {
    border-radius: 26px;
    border: 1px solid rgba(246, 88, 72, 1);
}

.i_down .oneleft .from .el-input__inner::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: rgba(147, 147, 147, 1);
}

.i_down .oneleft .from .line .el-input__inner {
    padding-left: 102px;
}

.i_down .oneleft .from .line_two .el-input__inner {
    padding-left: 33px;
    padding-right: 114px;
}

.i_down .oneleft .from .line {
    position: relative;
    margin-bottom: 20px;
}

.i_down .oneleft .from .line_two {
    position: relative;
    margin-bottom: 20px;
}

.i_down .oneleft .from .line .number {
    position: absolute;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(197, 197, 197, 1);
    line-height: 25px;
    left: 29px;
    top: 8px;
    padding-right: 17px;
    border-right: 1px solid #E8E8E8;
}

.i_down .oneleft .from .line_two .img_i {
    position: absolute;
    right: 30px;
    top: 6px;
    padding-left: 24px;
    border-left: 1px solid #E8E8E8;
}

.from .line_two .img_i .codeimg {
    width: 60px;
    height: 27px;
    object-fit: cover;
}

.oneleft .down {
    width: 177px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 26px;
    border: 1px solid rgba(241, 77, 60, 1);
    font-size: 18px;
    color: #F65848;
    display: inline-block;
}

.oneleft .down:hover {
    font-size: 18px;
    background-color: #F65848;
    color: #fff;
    display: inline-block;
}

/* 了解 */
.i_knwo {
    width: 100%;
    background: url(../image/index/red_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 53px 0 59px 0;
    margin-top: 20px;
}

.i_knwo .title {
    font-size: 32px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 21px;
}

.i_knwo .two_title {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 45px;
}

.i_knwo a {
    display: inline-block;
    width: 142px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 31px;
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
}

.i_knwo a.zx {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(255, 163, 153, 1);
    color: #F45645;
    margin-right: 29px;
}

.i_knwo a.sy {
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    height: 43px;
    line-height: 43px;
}

/* 伙伴 */
.titLeft {
    color: #151515;
    font-weight: bold;
}

.i_partner {
    margin-top: 80px;
}

.i_partner .con {
    margin-top: 40px;
}

.i_partner>div {
    position: relative;
}

.i_partner>div img {
    width: 100%;
}

.i_partner>div .img_l {
    height: 460px;
}

.i_partner>div .img_r {
    height: 230px;
}

.i_partner>div .mb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 22, 43, 0.25);
    display: block;
    transition: 2s;
}

.i_partner>div:hover .mb {
    background: rgba(11, 22, 43, 0);
}

.i_partner>div .mb img {
    width: auto;
    position: absolute;
    bottom: 23px;
    left: 34px;
}

.i_partner .hover {
    overflow: hidden;
}

.i_partner .hover img {
    transition: 1s;
}

.i_partner .hover:hover img {
    transform: scale(1.2)
}

.i_partner .hover:hover .mb img {
    transform: scale(1)
}

.i_partner>div .mb img.img_logo2 {
    left: 0;
    bottom: 20px;
}

.i_partner>div .mb img.img_logo3 {
    bottom: 20px;
    left: 25px;
}

/* 新闻 */
.i_news {
    /* height: 370px; */
    /* width: 100%;
    margin-bottom: 70px;
    background: url(../image/index/bg3.png) no-repeat;
    background-size: cover; */
    /* height: 937px; */
    width: 100%;
    background: url('../../../image/newIndex/plan.svg') no-repeat center;
    background-size: cover;
}

/* 信赖 */
.i_trust {
    margin-top: 80px;
}

.i_trust .top {
    text-align: center;
}

.i_trust .con img {
    width: 90%;
}

.i_trust .f18 p {
    color: #666;
}

.i_trust .f18 p:nth-of-type(2) {
    color: #151515;
    margin: 40px 0 6px 0;
}

.i_design .f15 {
    width: 888px;
    margin: 0 auto;
    text-align: center;
    color: #9E9E9E;
    margin-bottom: 52px;
    padding-bottom: 20px;
    line-height: 30px;
}

.i_trust .myswiper {
    height: 90px;
    line-height: 90px;
    margin-top: 30px;
    width: 100%;
}

.i_trust .myswiper .swiper-wrapper {
    padding: 0 38px;
}

.i_trust .myswiper .swiper-button-next {
    right: 0;
    background-size: 11px;
    background: url('../image/index/trust_next.svg') no-repeat center;
}

.i_trust .myswiper .swiper-button-prev {
    background-size: 11px;
    left: 0;
    background: url('../image/index/trust_prev.svg') no-repeat center;
}

.i_trust .myswiper img {
    width: 80%;
    height: 90px;
}


/* solution页面 */
.pos_dom .top {
    text-align: center;
}

.pos_dom .top .solCenter {
    margin-top: 63px;
    display: inline-block;
    background: url('../image/index/logo.svg') no-repeat;
    background-size: contain;
    color: #151515;
    padding-left: 70px;
    margin-bottom: 27px;
    font-weight: bold;
}

.pos_dom .solu_content {
    width: 100%;

}

.solu_left1 {
    /* display: inline-block; */
    float: right;
    width: 55%;
}

.solu_left1 img {
    width: 100%;
}

.solu_right1 {
    /* display: inline-block; */
    float: left;
    width: 44%;
    text-align: center;
    position: relative;

}

.solu_right1 .top_line {

    display: inline-block;
    width: 98px;
    border: 3px solid black;
    /* margin: auto; */
    margin-bottom: 60px;
    margin-top: 60px;

}

.solu_right1 .right_content {

    width: 80%;
    margin: auto;
    text-align: center;
}

.solu_right1 .solu_title {
    margin-bottom: 20px;
}

.solu_right1 .solu_know {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    width: 100px;
    height: 40px;
    background-color: #E62AA1;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}

/* ////////////////////222222222222 */
.solu_left2 {
    /* display: inline-block; */
    float: left;
    width: 55%;
}

.solu_left2 img {
    width: 100%;
}

.solu_right2 {
    /* display: inline-block; */
    float: right;
    width: 44%;
    text-align: center;
    position: relative;

}

.solu_right2 .top_line {

    display: inline-block;
    width: 98px;
    border: 3px solid black;
    /* margin: auto; */
    margin-bottom: 60px;
    margin-top: 60px;

}

.solu_right2 .right_content {

    width: 80%;
    margin: auto;
    text-align: center;
}

.solu_right2 .solu_title {
    margin-bottom: 20px;
}

.solu_right2 .solu_know {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    width: 100px;
    height: 40px;
    background-color: #E62AA1;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}

.float_bottom {
    position: fixed;
    z-index: 999;
    bottom: 90px;
    right: 30px;
    width: 98px;
    /* height: 247px; */
    text-align: center;
}

.float_bottom .gotop {
    display: none;
}

.float_bottom img {
    width: 98px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}

.float_bottom .bimg {
    width: 38px;
    height: 38px;
    margin-bottom: 5px;
    object-fit: cover;
    cursor: pointer;
}

.float_bottom p {
    position: relative;
    top: -25px;
    left: 15px;
    width: 68px;
    height: 187px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float_bottom p span {
    cursor: pointer;
}

/* 新增轮播图 */
.content_lunbo {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.lunbonew {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.lunbonew .swiper-container {
    margin-top: 110px;
    margin-bottom: 70px;
    overflow: visible;
}

.lunbonew .swiper-container .img img {
    width: 100%;
    object-fit: cover;
}

.lunbonew .swiper-container .swiper-slide {
    background-color: #fff;
    transition: all linear 0.3s;
    padding-bottom: 20px;
}

.lunbonew .swiper-container .swiper-slide .word {
    opacity: 0;
    transition: all linear 0.2s;
}

.lunbonew .swiper-container .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
    box-shadow: 4px 7px 8px 0px rgba(13, 4, 9, 0.1);
    z-index: 5;
}

.lunbonew .swiper-container .swiper-slide.swiper-slide-active .word {
    opacity: 1;
}

.lunbonew .swiper-container .swiper-slide .word .detail {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(107, 103, 100, 1);
    line-height: 21px;
    padding: 30px 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.lunbonew .swiper-container .swiper-slide .word .lb_title {
    text-align: right;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    padding: 14px 30px;
}

.content_lunbo .swiper-button-next {
    right: -30px;
    position: absolute;
    background: url(../image/index/xiangyou.png) no-repeat;
    width: 61px;
    height: 61px;
    top: 30%;
}

.content_lunbo .swiper-button-prev {
    left: -30px;
    position: absolute;
    width: 61px;
    height: 61px;
    background: url(../image/index/xiangzou.png) no-repeat;
    top: 30%;

}

.layui-layer-page .layui-layer-content {
    border-radius: 6px;
}

.layui-layer-setwin .layui-layer-close2 {
    background: url(../image/index/closea.png) no-repeat !important;
    width: 15px !important;
    height: 15px !important;
    margin-left: 0;
    background-position: -149px -31px;
    right: 22px !important;
    top: 22px !important;
}

.tc_box .close {
    width: 15px;
    height: 15px;
    position: absolute;

}

.tc_box .tc_image {
    width: 126px;
    height: 42px;
    display: block;
    margin: 47px auto 16px;
}

.tc_box .testimg {
    width: 206px;
    height: 206px;
}

.tc_box .tc_p {
    font-size: 18px;
    font-weight: 500;
    color: rgba(36, 41, 48, 1);
    margin: 12px auto 0;
    text-align: center;
}

.tc_box .bottom_word {
    width: 100%;
    height: 55px;
    background: rgba(168, 170, 173, .1);
    border-radius: 0px 0px 6px 6px;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
    margin-top: 7px;
}

/* 注册弹窗 */
.tc_box_login .title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(36, 41, 48, 1);
    margin-top: 46px;
}

.tc_box_login .from_login {
    margin-top: 24px;
    margin-bottom: 29px;
}

.tc_box_login .from_login .line {
    position: relative;
}

.tc_box_login .from_login .line .el-input {
    width: 329px;
}

.tc_box_login .from_login .line .el-input__inner {
    line-height: 59px;
    height: 59px;
    border: 0;
    border-bottom: 1px solid #F7F7F7;
}

.tc_box_login .from_login .line:last-of-type .el-input__inner {
    padding-right: 117px;
}

.tc_box_login .from_login .line .getcode {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(241, 77, 60, 1);
    position: absolute;
    right: 46px;
    top: 18px;
}

.tc_box_login .register_a {
    display: block;
    width: 350px;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(90deg, rgba(249, 132, 111, 1) 0%, rgba(241, 77, 60, 1) 100%);
    box-shadow: 0px 2px 6px 0px rgba(255, 163, 153, 1);
    border-radius: 23px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
}

.tc_box_login .agreement {
    margin-top: 16px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(168, 170, 173, 1);
}

.tc_box_login .agreement a {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(91, 101, 109, 1);
}

.tc_box_login .have {
    width: 440px;
    height: 46px;
    background: #F4F6F9;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(36, 41, 48, 1);
    margin-top: 68px;
}

.tc_box_login .have a {
    color: #F14D3C;
    cursor: pointer;
}

/* 登录弹窗 */
.tc_box_loginnew .tc_image {
    width: 126px;
    height: 42px;
    display: block;
    margin: 42px auto 16px;
}

.tc_box_loginnew .code_img {
    width: 81px;
    height: 36px;
    position: absolute;
    right: 54px;
    top: 10px;
}

.tc_box_loginnew .have {
    margin-top: 40px;
}

@media screen and (max-width: 1550px) {
    .solu_right1 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 40px;
        margin-top: 40px;

    }

    .solu_right2 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 40px;
        margin-top: 40px;

    }
}

@media screen and (max-width: 1410px) {
    .solu_right1 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 20px;
        margin-top: 20px;

    }

    .solu_right2 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 20px;
        margin-top: 20px;

    }

    .f30 {
        font-size: 28px;
    }

    .f16 {
        font-size: 14px;
    }

}

@media screen and (max-width: 1550px) {
    .lunbonew {
        width: 1200px;
    }
}

@media screen and (min-width: 1201px) {
    .content_lunbo {
        width: 90%;
    }

    .lunbonew {
        width: 1000px;
    }

    /* 交付中心 */
    .i_delivery .con .dec:last-child {
        flex: 2;
    }

    /* 信赖 */
    .i_trust .f18 p:nth-of-type(1) {
        line-height: 40px;
    }

    .i_trust .con {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 1200px) {
    .new_content .new-right {
        display: flex;
        flex-wrap: wrap;
    }

    .content_lunbo {
        width: 90%;
    }

    .lunbonew {
        width: 900px;
    }

    /* 业务 */
    .i_business .imgshow img:first-child {
        width: 80%;
    }

    .i_business .imgshow img:last-child {
        width: 22%;
    }

    /* 信赖 */
    .i_trust .con img {
        width: 100%;
    }

    .i_trust .con .f18:nth-of-type(2) {
        padding-left: 20px !important;
    }

    /* 轮播 */
    .i_banner .swiper-slide {
        height: auto;
        max-height: 720px;
    }

    /* 定位 */
    /* .i_design .right{
        padding-top: 30px;
    } */
    .i_design .more {
        margin-top: 20px;
    }

    .i_design ul {
        margin-bottom: 0;
        margin-top: 20px;
    }


    /* 交付 */
    .i_delivery {
        height: auto;
        padding: 30px 0;
    }

    /* 伙伴 */
    .i_partner>div .mb img.img_logo1 {
        width: 60%;
    }

    .i_partner>div .mb img.img_logo2,
    .i_partner>div .mb img.img_logo3 {
        width: 30%;
    }

    .i_partner .titLeft {
        text-align: center;
    }

    .i_design .right .top {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .i_design .right .top p {
        width: 100%;
    }

    .i_design .f15 {
        width: 100%;
    }

    .i_partner>div .img_l {
        height: 300px;
    }

    .i_partner>div .img_r {
        height: 150px;
    }

    .solu_title2 {
        display: inline-block;
        width: 90%;
    }

    .solu_left1 {
        /* display: inline-block; */
        float: none;
        width: 100%;
    }

    .solu_right1 {
        /* display: inline-block; */
        float: none;
        width: 100%;
        text-align: center;
        position: relative;

    }

    .solu_right1 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 20px;
        margin-top: 20px;

    }

    .solu_right1 .solu_know {
        margin-top: 20px;
        display: inline-block;
        color: #fff;
        width: 100px;
        height: 40px;
        background-color: #E62AA1;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .solu_left2 {
        /* display: inline-block; */
        float: none;
        width: 100%;
    }

    .solu_right2 {
        /* display: inline-block; */
        float: right;
        width: 100%;
        text-align: center;
        position: relative;

    }

    .solu_right2 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 20px;
        margin-top: 20px;

    }

    .solu_right2 .solu_know {
        margin-top: 20px;
        display: inline-block;
        color: #fff;
        width: 100px;
        height: 40px;
        background-color: #E62AA1;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 10px;
    }

    /* 修改 */
    .i_design ul li {
        width: 220px;
    }

    .small_content .banner_word {
        width: 888px;
    }

    #banner {
        width: 100%;
    }

    .lunbothree .swiper-container {
        width: 100%;
    }

    /* 1/3 */
    .i_banner .module {
        width: 78px;
        height: 66px;
    }

    .i_active {
        padding: 79px 90px 0 90px !important;
    }

    .i_container {
        gap: 30px;
    }

    .i_six .six li .img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        object-fit: cover;
        position: absolute;
        right: 20%;
        bottom: -8%;
    }

}

@media screen and (max-width: 840px) {
    .float_bottom {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .special_ul {
        width: 80%;
        margin: 0 auto;
    }

    .special_ul ul {
        padding-left: 18%;
    }

    .special_ul ul li {
        margin-right: 11%;
    }

    .special_ul ul li:nth-of-type(2n) {
        margin-right: 0;

    }

    .i_news .new_content {
        width: 888px;
    }

    #banner {
        width: 100%;
    }

    .new-left .title {
        font-size: 18px;
    }

    .new-three .new-left {
        display: flex;

    }

    .new-three .new-left {
        flex-wrap: wrap;
    }

    .new_content {
        justify-content: center;
    }

    .new-three .new-left {
        display: none;
    }

    .new-three .new-right {
        /* display: none; */
    }

    .new-three .new-lefts {
        display: block !important;
        display: flex !important;
    }

    .new-three .new-rights {
        width: 100%;
        display: block;

    }

    .new-three {
        justify-content: center;
    }

    /* 1/3 */
    .module {
        width: 60px;
        height: 50px;
    }

    .module .module_one {
        font-size: 20px;
    }

    .module .module_two {
        font-size: 16px;
    }

    .right .mb_more {
        width: 145px;
        line-height: 45px;
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .i_trust .con .f18:nth-of-type(2) {
        padding-left: 0 !important;
        margin-top: 20px;
    }

    .special_ul {
        width: 100%;
        margin: 0 auto;
    }

    .small_content .banner_word {
        width: 80%;
    }

    .i_news .new_content {
        width: 80%;
    }

    .content_lunbo {
        width: 90%;
    }

    .lunbonew {
        width: 700px;
    }
}

@media screen and (max-width: 769px) {

    /* 信赖 */
    .i_trust .con .f18:nth-of-type(2) {
        padding-left: 0px !important;
    }

    .i_experience ul li {
        width: 50%;
        padding: 0;
    }

    .i_modular .bgimg img {
        width: 100%;
    }

    .lunbothree .swiper-container {
        width: 100%;
    }

    .content_lunbo .swiper-button-next {
        display: none;
    }

    .content_lunbo .swiper-button-prev {
        display: none;

    }
}

@media screen and (max-width: 640px) {
    .i_six {
        margin-bottom: 0;
    }

    .i_modular .button a.know img {
        margin-bottom: 4px;
    }

    .i_news .new_content {
        padding: 0;
    }

    .new-three .new-rights .item {
        width: 100%;
    }

    .i_six {
        margin-bottom: 1 !important;
    }

    /* .new-three .new-rights{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    } */
    .new-lefts .title {
        line-height: 48px;
    }

    .new-three .new-lefts {
        align-items: center;

    }

    .i_modular .button {
        text-align: center;
    }

    .right .mb_more {
        display: none;
    }

    /* 1/3 */
    .i_banner .module {
        width: 50px;
        height: 40px;
        right: 0;
        display: none;
    }

    .module .module_one {
        font-size: 18px;
    }

    .module .module_two {
        font-size: 14px;
    }

    .titCenter {
        padding-left: 40px;
    }


    .i_experience ul li {
        margin-top: 30px;
    }

    .i_business,
    .i_experience,
    .i_partner,
    .i_news,
    .i_trust,
    .i_online {
        margin-top: 50px;
    }


    .i_experience ul li img {
        width: 50px;
        height: 50px;
    }


    .i_delivery {
        padding: 20px 0;
    }

    .i_delivery .dec img {
        width: 30px;
        height: 30px;
    }

    .i_delivery .dec p {
        font-size: 14px;
    }

    .i_delivery .i_del_img {
        /* width: 40px; */
        height: 40px;
        object-fit: cover;
    }

    .i_delivery .con .i_deli {
        font-size: 13px;
    }

    /* 定位 */
    .i_design {
        margin-top: 55px;
    }

    .i_design .right .top p {
        line-height: 44px;
        height: 44px;
        background-size: contain;
    }

    /* .i_design ul li .con {
        padding: 10px 14px;
    }
    .i_design ul li img{
        width: 40px;
        height: 40px;
    } */
    .special_ul ul {
        padding-left: 0;
    }

    .special_ul ul li {
        margin-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .float_bottom {
        display: none !important;
    }

    .i_design ul li .f14 {
        display: inline-block;
        font-size: 13px;
        line-height: 21px;
    }

    .i_design ul li .con {
        padding: 35px 21px;
    }

    .i_design .f15 {
        margin-bottom: 10px;
    }

    .i_design .button {
        margin-bottom: 50px;
    }

    .i_delivery {
        margin-top: 35px;
    }

    .i_modular .title {
        font-size: 18px;
        margin-top: 22px;
        text-align: center;
        color: #323231;
    }

    .i_modular {
        margin-top: 15px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
        width: 90%;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .i_middle {
        display: none;
    }

    .i_modular .red_line {
        height: 3px;
        display: none;
    }

    .i_design_three {
        margin-top: 120px;
    }

    .i_modular .content_ulone {
        text-align: center !important;
    }

    .i_modular .content_ulthree {
        display: flex;
        justify-content: center;
    }

    .i_modular .button a {
        padding: 5px 12px;
        margin-bottom: 10px;
        text-align: center;
    }

    .i_modular .content_ul li {
        font-size: 15px;
        width: 50%;
    }

    .i_modular .bgimg img.bgimg {
        width: 90%;
        margin-top: 20px;

    }

    .i_design_three .why {
        position: absolute;
        top: -75px;
        right: 3%;
        width: 187px;
        height: 80px;
        object-fit: cover;

    }

    .i_design ul li p:nth-of-type(2) {
        text-align: justify;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }

    .i_design ul li p.red_line {
        border-radius: 50px;
        width: 34px;
    }

    .i_design ul li img {
        width: 67px;
        height: 93px;
    }

    .lunbo .swiper-container,
    .lunbo {
        height: 494px;
    }

    .i_design .right .top p.top_five {
        margin-top: 10px;
    }

    .new_content .new_ul li.click {
        font-size: 16px;
    }

    .i_news .new_content {
        width: 100%;
        margin-top: 10px;
    }

    .new_content .new_ul li {
        font-size: 14px;
    }

    .new_content .new_ul {
        width: 100%;
        padding: 0 20px;
    }

    .lunbothree {
        padding-bottom: 40px;
    }

    .lunbothree .swiper-container .swiper-slide {
        padding: 0 24px;
    }

    .lunbothree .swiper-container .swiper-slide .img {
        width: 100%;
        margin-bottom: 21px;
    }

    .lunbothree .swiper-container .swiper-slide .title .time_span {
        display: none;
    }

    .lunbothree .swiper-container .swiper-slide .time_span_small {
        display: block;
        font-size: 13px;
        text-align: left;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        color: rgba(107, 103, 100, 1);
        line-height: 38px;
    }

    .small_content .title {
        background-size: 74%;
        line-height: 43px;
        font-size: 19px;
        margin-top: 27px;
    }

    .banner_word .titlea {
        margin-top: 29px;
    }

    .lunbo .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }

    .i_six .six li {
        padding: 27px 13px;
        height: auto;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
        margin-top: 20px;
    }

    .i_six .six li .detail {
        font-size: 14px;
    }

    .small_content .banner_word {
        width: 80%;
        text-align: center;
        margin-top: 27px;
    }

    .banner_word .contenta {
        -webkit-line-clamp: 4;
    }

    .i_six .six li .title {
        font-size: 16px;
    }

    .i_design .right .top {
        justify-content: flex-start;
    }

    .i_design .right .top p {
        padding-left: 0;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .i_design .right {
        text-align: center;
        padding: 0;
    }

    .i_design .right p {
        font-size: 14px;
    }

    .i_design .right p.f28 {
        margin-top: 5px;
    }

    .i_design .right p:nth-of-type(2) {
        margin: 15px 0 0 0;
    }

    .i_design .more {
        padding: 5px 20px;
        margin-top: 15px;
    }

    .i_design .apply {
        padding: 5px 20px;
        margin-top: 15px;
    }

    .i_design ul li p:nth-of-type(1) {
        margin-bottom: 12px;
        margin-top: 15px;
    }

    .i_news {
        height: auto;
    }

    #banner {
        margin-top: 10px;
    }

    .i_down .oneleft {
        padding-top: 0;
        margin-top: -10px;
    }

    /* 业务 */
    .titCenter {
        margin-bottom: 15px;
    }

    .i_business .change {
        justify-content: space-around;
        margin-top: 20px;
    }

    .i_business .change li {
        padding: 10px;
        text-align: center;
        margin: 0;
    }

    .i_business .top {
        text-align: left;
    }

    .i_business .top .f28 {
        font-size: 14px;
    }

    .i_business ul.ulshow {
        margin: 10px 0 0 0;
    }

    .i_business ul .f18 {
        font-size: 13px;
    }

    /* 体验 */
    .i_experience {
        text-align: left;
    }

    .i_experience ul li {
        margin-top: 15px;
        text-align: center;
    }

    .i_experience ul li {
        padding: 0 10px;
    }

    .i_experience .f14 {
        text-align: justify;
    }

    .i_experience ul li .f14 {
        font-size: 12px;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }


    /* 合作伙伴 */
    .i_partner>div .img_l {
        height: 200px;
    }

    .i_partner>div .img_r {
        height: 100px;
    }

    .i_partner .titLeft {
        text-align: left;
    }

    .i_partner .con {
        margin-top: 15px;
    }

    .i_partner>div .mb img.img_logo1 {
        left: 15px;
        bottom: 15px;
    }

    .i_partner>div .mb img.img_logo2 {
        left: 5px;
        bottom: 10px;
    }

    .i_partner>div .mb img.img_logo3 {
        bottom: 15px;
        left: 18px;
    }

    /* 信赖 */
    .i_trust .con {
        display: inline-block;
    }

    .i_trust .myswiper {
        height: 40px;
        line-height: 40px;
    }

    .i_trust .myswiper .swiper-wrapper {
        padding: 0;
    }

    .i_trust .swiper-slide {
        text-align: center;
    }

    .i_trust .myswiper img {
        width: 80%;
        height: 40px;
    }

    .i_trust .top {
        text-align: left;
    }

    .i_trust .f18 p {
        color: #666;
        font-size: 14px;
    }

    .i_trust .f18 p:nth-of-type(2) {
        color: #151515;
        margin: 15px 0 6px 0;
    }

    .i_down .oneleft .title {
        font-size: 16px;
    }

    .i_down .oneleft .from .line .number {
        font-size: 16px;
    }

    .i_down .oneleft .from .el-input__inner::placeholder {
        font-size: 16px;
    }

    .oneleft .down {
        font-size: 16px;
    }

    .i_knwo .title {
        font-size: 16px;
    }

    .i_knwo .two_title {
        font-size: 14px;
        width: 342px;
        margin: 0 auto 43px;
    }

    .lunbothree .swiper-slide .content_div {
        text-align: left;
    }

    .lunbotwo .swiper-slide-active {
        padding: 0 50px 20px;
        border: 0;
    }

    .lunbotwo .swiper-slide .image {
        height: 147px;
    }

    .lunbotwo .swiper-slide .word {
        padding-top: 40px;
    }

    .lunbotwo .swiper-button-prev {
        left: 10%;
        top: 60%;
    }

    .lunbotwo .swiper-button-next {
        right: 10%;
        top: 60%;
    }

    .i_down .oneleft .title {
        display: none;
    }

    .i_down .oneleft .from {
        width: 100%;
    }

    .oneleft .down {
        width: 100%;
        background: linear-gradient(90deg, rgba(249, 132, 111, 1) 0%, rgba(241, 77, 60, 1) 100%);
        box-shadow: 0px 2px 14px 0px rgba(218, 155, 148, 1);
        border-radius: 45px;
        border: 0;
        color: #fff;
    }

    .small_phone {
        width: 100%;
        display: none;
    }

    .i_design ul li:nth-of-type(1) {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(1):hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(2) {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(2):hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(3) {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(3):hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(4) {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(4):hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:hover .con {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        color: #fff;
        padding: 35px 41px;
    }

    .i_design ul li:hover .one {
        display: initial;
    }

    .i_design ul li:hover .red_line {
        display: block;
    }

    .i_design ul li:hover .f14 {
        color: #6B6764;
    }

    .i_design ul li:hover .f29 {
        display: block;
    }

    .lunbonew {
        width: 100%;
    }

    .content_lunbo {
        width: 100%;
    }

    .lunbonew .swiper-container .swiper-slide .word .detail {
        padding: 0;
        letter-spacing: 0px;
        transform: scale(0.8);
        line-height: 18px;
    }

    .lunbonew .swiper-container .swiper-slide .word .lb_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 0;

    }

    .lunbonew .swiper-container .swiper-slide.swiper-slide-active {
        transform: scale(1.5);
    }

    .lunbonew .swiper-container .swiper-slide .word .lb_title {
        padding: 0;
        letter-spacing: 0px;
        transform: scale(0.8);
    }

    .lunbonew .swiper-container .swiper-slide.swiper-slide-active .word {
        margin-top: 10px;
    }

    .i_design .right .top p.top_six {
        margin-bottom: 5px;
    }

    .i_news {
        margin-top: 0;
        padding-top: 50px;
        background-size: auto;
    }

    .i_six .six li .img {
        width: 80px;
        height: 80px;
    }

    .i_delivery {
        padding: 30px 0 20px;
    }

    .i_design .right p.f15 {
        font-size: 13px;
    }

    .i_design .f15 {
        line-height: 24px;
        padding: 0 20px;

    }

    .i_design .apply {
        font-size: 14px;
        padding: 10px 30px;
        margin-top: 15px;
        margin-right: 10px;
    }

    .i_design .more {
        font-size: 14px;
        padding: 9px 30px;
        margin-top: 15px;
    }

    /* .i_knwo{
    margin-top: 60px;
} */
}

@media (max-width:1200px) {
    .i_banner .module {
        display: none;
    }

    .news_content .news_list_a {
        margin-bottom: 20px;
    }

    .mb .zhe_text {
        font-size: 28px;
    }

    .new_bg {
        height: auto;
        align-items: center;
    }
}


.shownew {
    display: flex !important;
}