/* banner */
.container-wrp {
    margin-top: 88px;
    position: relative;
    background: #F2F2F9;
}

.index-banner {
    width: 100%;
    height: 600px;
    position: relative
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide .slide {
    width: 100%;
    height: 100%;
}

.swiper-slide .slide-content {
    width: 100%;
    height: calc(100% - 150px);
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
    top: 0;
    left: 0;
}

.swiper-slide .slide-content .slide-title {
    font-weight: bold;
    font-size: 52px;
    color: #091221;
    letter-spacing: 2px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.swiper-slide .slide-content .slide-des {
    font-weight: 400;
    font-size: 20px;
    color: #555555;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.swiper-slide .slide-content .slide-btn {
    width: 120px;
    text-align: center;
    background: linear-gradient(270deg, #29ACFE 0%, #2468F2 100%);
    border-radius: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    font-style: normal;
    text-transform: none;
    padding: 10px 20px;
    margin-top: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.slide1 {
    background: url(../../web/images/index/banner-01.png) no-repeat center center;
    background-size: cover;
}

.slide2 {
    background: url(../../web/images/index/banner-02.png) no-repeat center center;
    background-size: cover;
}

.slide3 {
    background: url(../../web/images/index/banner-03.png) no-repeat center center;
    background-size: cover;
}

.slide4 {
    background: url(../../web/images/index/banner-04.png) no-repeat center center;
    background-size: cover;
}

.container-tab {
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: space-between;
    height: 110px;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.container-tab-item {
    width: calc((100% - 60px) / 4);
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px 8px 8px 8px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.container-tab-item:hover {
    background: url(../../web/images/index/news-bg.png) center/cover no-repeat;
}

.container-tab-item .container-tab-icon {
    width: 64px;
    height: 64px;
    margin-right: 10px;
}

.container-tab-item .container-tab-content {
    flex: 1;
}

.container-tab-item .title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.container-tab-item .des {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

/* banner */

.main-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    color: #1F2C3D;
    font-style: normal;
    text-transform: none;
}

.main-des {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    font-style: normal;
    text-transform: none;
}


/* 产品服务 */
.products-and-services {
    text-align: center;
}

.products-and-services .products-and-services-content {
    width: 1400px;
    margin: 0 auto;
}

.products-and-services ul {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products-and-services ul li {
    float: left;
    width: calc((100% - 40px)/3);
    height: 350px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.products-and-services ul li .products-and-services-item {
    padding: 40px 15px 0;
    box-sizing: border-box;
}

.products-and-services-item .services-item-img {
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 10px
}

.products-and-services ul li .services-item-title {
    margin-top: 18px;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.products-and-services ul li .services-item-desc {
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
}

.products-and-services .services-item-detail {
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CCCCCC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    font-style: normal;
    text-transform: none;
    margin: 30px auto 0;
    cursor: pointer;
}

/* 产品服务 */

/* 行业解决方案 */
.solution-box {
    width: 100%;
    background-size: 100%;
    opacity: .8;
    position: relative;
}

.solution-box-content {
    width: 100%;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-main {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
}

.content-main-left {
    width: 240px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
}

.content-main-left .spanView {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 54px;
    font-weight: 400;
    font-size: 16px;
    transition: 0.2s;
    color: #333333;
    padding-left: 24px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.content-main-left .spanView.selected {
    color: #ffffff;
}

.content-main-left .glider {
    position: absolute;
    top: 0;
    left: 0;
    width: 237px;
    height: 54px;
    background: /* 竖线：用更深的蓝色，比如 #0D47A1 */ linear-gradient(#0036ba, #0036ba) left center/3px 100% no-repeat,
        /* 渐变：用浅一点的蓝色，甚至带透明度 */ linear-gradient(90deg, rgb(99, 151, 255) 0%, rgba(255, 255, 255, 1) 100%);
    transition: 0.25s ease-out;
}

.content-main-right {
    width: 1120px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 40px;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 40px 20px;
    box-sizing: border-box;
}

.content-main-right .content-main-right-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-main-right.disNo {
    display: none !important;
    opacity: 0;
    transition: 0.5s;
}

.content-main-right .right-main-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 230px;
    z-index: 99;
}

.content-main-right .right-main-top .right-top-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 60%;
    align-items: flex-start;
}

.right-main-top .right-top-left .title {
    height: 33px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right-main-top .right-top-left .des {
    margin-top: 27px;
    width: 100%;
    max-height: 78px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right-main-top .right-top-left .tab {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #CCCCCC;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    width: auto;
    flex: 0 0 auto;
}

.right-main-top .right-top-left .tab .rec-img {
    height: 14px;
}

.right-main-top .right-top-left .tab .rec-line {
    height: 14px;
    border: 1px solid #CCCCCC;
    margin-left: 15px;
}

.right-main-top .right-top-left .tab a {
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    margin-left: 12px;
    padding: 4px 8px;
    font-size: 12px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-main-right .right-main-bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}

.content-main-right .right-main-bottom a {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 5px;
}

.content-main-right .right-main-bottom a:last-child {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.30);
    margin-left: 24px;
}

.content-main-right .right-main-bottom img {
    height: 20px;
}

/* 行业解决方案 */

/* 客户案例1 */
.customer-case {
    width: 100%;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.customer-case .customer-case-main {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.customer-case .customer-case-main .customer-case-left {
    width: calc((100% - 20px) / 2);
    height: 400px;
    border-radius: 8px;
    padding: 60px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.customer-case .customer-case-main .customer-case-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../web/images/index/case-tica-bg.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.customer-case .customer-case-main .customer-case-left .left-main-title {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.customer-case .customer-case-main .customer-case-left .left-main-des {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 60px;
}

.customer-case .customer-case-main .customer-case-left .left-main-btn {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DCDCDC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: inline;
    padding: 10px 20px;
    cursor: pointer;
}

.customer-case .customer-case-main .customer-case-right {
    width: calc((100% - 20px) / 2);
    height: 400px;
}

.customer-case .customer-case-main .customer-case-right .right-item {
    width: 100%;
    height: 190px;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
}

.customer-case .customer-case-main .customer-case-right .right-item:first-child {
    margin-bottom: 20px;
}

.customer-case .customer-case-main .customer-case-right .right-item .right-item-logo {
    height: 30px;
    margin-bottom: 15px;
}

.customer-case .customer-case-main .customer-case-right .right-item .right-item-des {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.customer-case .customer-case-main .customer-case-right .right-item .right-item-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.customer-case .customer-case-main .customer-case-right .right-item .right-item-btn img {
    height: 26px;
    cursor: pointer;
}
/* 客户案例 */

.ZCustomerCase {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ZCustomerCase .ZCustomerCase-main .ZtabsView {
    width: 100%;
    height: 100%;
    display: flex;
}

.disNo {
    display: none !important;
    opacity: 0;
    transition: 0.5s;
}

.ZCustomerCase .ZCustomerCase-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 424px;
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;
}

.ZCustomerCase .ZCustomerCase-main .ZtabsView .ZCustomerCase-main-left {
    width: 50%;
    background-image: linear-gradient(135deg, #00cfff 0%, #00aaff 50%, #0044ff 100%);
    background-size: 100%;
    height: 100%;
    position: relative;
}

.ZCustomerCase-main-left .leftZCustomerCase {
    position: absolute;
    right: 30px;
    top: 80px;
}

.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-top {
    color: white;
}

.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-top .ZCustomerCaseTitle {
    height: 33px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-top .ZCustomerCaseDes {
    margin-top: 24px;
    margin-bottom: 32px;
    width: 572px;
    color: #FFFFFF;
    height: 78px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ZCustomerCase-main-left .leftZCustomerCase .ZCustomerCase-main-left-bottom {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    width: 572px;
    padding-bottom: 10px;
}

.ZCustomerCase-main-left-button {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 30px;
    align-content: center;
    align-items: center;
}

.ZCustomerCase-main-left-button .left {
    width: 144px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ZCustomerCase-main-left-button .right {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.ZCustomerCase-a-left, .ZCustomerCase-a-right {
    cursor: pointer;
}

.ZCustomerCase-main-left-button .right img {
    width: 80px;
    height: 80px;
}

.ZCustomerCase-main-left-button .right .button-text {
    padding: 0;
}

.ZCustomerCase .ZCustomerCase-main .ZtabsView .ZCustomerCase-main-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    transform: scale(1);
    background: hsla(0, 0%, 100%, 0);
}

.ZCustomerCase .ZCustomerCase-main .ZtabsView .ZCustomerCase-main-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.Zserver-bg {
    display: flex;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
    background: #ffffff;
}

.Zserver-main {
    width: 100%;
    height: 450px;
    margin: 80px auto 80px;
    position: relative;
    overflow: hidden;
}

.imageViewDiv {
    z-index: 2;
    position: absolute;
    background-image: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 49%, #ffffff 100%);
    width: 100%;
    height: 100%;
}

/* 新闻中心 */
.news-center {
    width: 100%;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.news-center .news-center-main {
    width: 100%;
    height: 530px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.news-center .news-center-main .news-center-left {
    width: calc((100% - 20px) / 2);
    height: 530px;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    cursor: pointer;
}

.news-center .news-center-main .news-center-left .news-center-left-bg {
    width: 100%;
    height: 306px;
    border-radius: 8px 8px 8px 8px;
    object-fit: cover;
    margin-bottom: 30px;
}

.news-center .news-center-main .news-center-left .left-main-title {
    font-weight: 600;
    font-size: 18px;
    color: #212121;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.news-center .news-center-main .news-center-left .left-main-des {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.news-center .news-center-main .news-center-left .left-main-time .day {
    font-weight: 600;
    font-size: 20px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-center .news-center-main .news-center-left .left-main-time .month {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-center .news-center-main .news-center-right {
    width: calc((100% - 20px) / 2);
    height: 530px;
}

.news-center .news-center-main .news-center-right .right-item {
    position: relative;
    width: 100%;
    height: calc(490px / 3);
    border-radius: 8px;
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

/* 背景层 */
.news-center .news-center-main .news-center-right .right-item::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url(../../web/images/index/news-bg.png) center/cover no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}

/* 悬停时背景图淡入 */
.news-center .news-center-main .news-center-right .right-item:hover::before {
    opacity: 1;
}

.news-center .news-center-main .news-center-right .right-item:last-child {
    margin-bottom: 0;
}

.news-center .news-center-main .news-center-right .right-item .right-item-time .day {
    font-weight: 400;
    font-size: 32px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-center .news-center-main .news-center-right .right-item:hover .right-item-time .day {
    color: #2468F2;
}

.news-center .news-center-main .news-center-right .right-item .right-item-time .month {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-center .news-center-main .news-center-right .right-item:hover .right-item-time .month {
    color: #2468F2;
}

.news-center .news-center-main .news-center-right .right-item .right-item-line {
    width: 0;
    height: 40px;
    border: 1px solid #DCDCDC;
    margin: 0 20px;
}

.news-center .news-center-main .news-center-right .right-item .right-item-content {
    flex: 1;
}

.news-center .news-center-main .news-center-right .right-item .right-item-content .right-item-title{
    font-weight: 600;
    font-size: 18px;
    color: #212121;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.news-center .news-center-main .news-center-right .right-item:hover .right-item-content .right-item-title{
    background: linear-gradient(180deg, #29ACFE 0%, #2468F2 100%);
    -webkit-background-clip: text;   /* 裁剪背景到文字 */
    -webkit-text-fill-color: transparent; /* 文字填充透明 */
    background-clip: text;           /* 标准写法 */
    color: transparent;              /* 保险 */
}

.news-center .news-center-main .news-center-right .right-item .right-item-content .right-item-des{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/* 新闻中心 */

/* 合作伙伴 */
.ZserverImg {
    z-index: 1;
    position: absolute;
    width: 100%;
    animation: mymove 35s infinite linear;
    display: flex;
}

/* 使用 keyframes 定义平移动画 */
@keyframes mymove {
    0% {
        transform: translateX(0);
    }
    100% {
        /* 将图片平移至左边 */
        transform: translateX(-100%);
    }
}

.ZserverImg .userImg {
    height: 450px;
}

.ZserverImg .userImg:first-child {
    margin-right: 22px;
}

/* 合作伙伴 */

/* 权威认证 */
.Zauthoritative-main {
    width: 1400px;
    border-radius: 8px 8px 8px 8px;
    margin: 40px auto 80px auto;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Zauthoritative-main .ZauthoritativeTabs {
    text-align: center;
}

.Zauthoritative-main .ZauthoritativeTabs img {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
}

.Zauthoritative-main .ZauthoritativeTitle {
    text-align: center;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.Zauthoritative-main .ZauthoritativeDes {
    width: 200px;
    position: relative;
    background-color: white;
    color: #606266;
    border-radius: 10px;
    font-family: sans-serif;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    padding: 12px 15px;
    text-align: left;
    display: none;
}

/* 权威认证 */