* {
    margin: 0;
    padding: 0;
}

.sj-show {
    display: none;
}

/* 顶部栏 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 clamp(40px, 3.125vw, 60px);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
}

.header:hover,
.header.header-act {
    background: #fff;
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.08);
}

.header:hover .logo-show,
.header.header-act .logo-show {
    display: none;
}

.header:hover .logo-hide,
.header.header-act .logo-hide {
    display: block;
}

.header:hover .header-tel,
.header.header-act .header-tel {
    color: #333;
}

.header:hover .tel-line,
.header.header-act .tel-line {
    background: #333;
}

.header:hover ul li a,
.header.header-act ul li a {
    color: #333;
}

.header-left {
    display: flex;
    align-items: center;
    grid-gap: clamp(40px, 4vw, 80px);
    padding-left: 0.6rem;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: right;
    grid-gap: 0.225rem;
}

.header-left a img {
    width: 156px;
}

.logo-hide,
.menu-btn {
    display: none;
}

.menu-act {
    display: block;
}

.header-ul {
    display: flex;
    margin: 0;
}

.header-ul li {
    padding: 0 0.2rem;
}

.header-ul li a {
    transition: all 0.3s ease;
    font-size: max(16px, 0.12rem);
    color: #fff;
    line-height: max(80px, 0.8rem);
    display: block;
}

.header-ul li a img {
    width: auto;
    height: auto;
}

/* .jjfa {
    display: none;
} */

.product-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #eee;
    border-top: 1px solid #f6f7f8;
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.has-children:hover .product-menu {
    display: block;
}

.tel-search {
    cursor: pointer;
}

.tel-box {
    padding: 0.15rem 0.18rem;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    background: #fff;
}

.header-tel {
    position: relative;
    color: #fff;
    display: flex;
}

.tel-box p {
    margin: 0;
}

.header-mind::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
}

.header-ul li:hover a.has-hover {
    color: #272e89;

}

.header-ul li:hover a.has-hover::after {
    transform: scaleX(1);
    transition: all 0.3s;
    display: block;
}

.has-hover {
    position: relative;
}

.has-hover::after {
    position: absolute;
    bottom: 0;
    background: #272e89;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    transform: scaleX(0);

}

.menu-item-ej.nav-tab-act a {
    color: #fff !important;
    padding: 0 20px;
    display: block;
    /* width: 153px; */
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    background: #272e89;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-top {
    padding: 0.22rem 1.2rem;
    font-size: 16px;
    color: #333;
    border: 1px solid #eee;
}

.menu-box {
    background-color: #fff;
    display: flex;
    padding: 0.22rem 1rem;
}

.menu-bottom {
    display: flex;
    background-color: #fff;
    padding-bottom: 2.5vw;

}

.menu-left {
    padding: clamp(10px, 1.25vw, 20px) clamp(60px, 1.25vw, 120px) 0 clamp(80px, 7.8125vw, 150px);
    border-right: 1px solid #e6e6e6;
    opacity: 1;
    transform: translateY(-4px);
}

.menu-item a,
.menu-sj a {
    line-height: max(47px, 0.44rem) !important;
}

.menu-sj {
    padding: 37.5px 75px;
}

.menu-name {
    width: 100%;
    margin-bottom: 20px;
}
.jjfa .menu-op,.xwzx .menu-op{
    display: none;
}
.menu-name a:hover {
    color: #272e89 !important;
}
.meny-more{
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    background: #272e89;
}
.menu-right {
    width: calc(80% - 0.5rem);
    padding-bottom: 0.2rem;
}
.menu-sj.jjfa .menu-name:nth-child(3n){
    margin-right: 0;
}

.menu-sj.jjfa .menu-name {
    float: left;
    width: 32%;
    margin-right: 20px;
}
.menu-a {
    display: flex !important;
    justify-content: space-between;
    padding: 37.5px 75px;
    font-size: 28px !important;
    color: #333 !important;
    border-bottom: 1px solid #ddd;
}
.menu-more{
    font-size: 0.16rem;
    background: #272e89;
   width: 1.2rem;
    height: 38px;
    background-color: #272e89;
    color: #fff;
    overflow: hidden;
    text-align: center;
    line-height: 38px;
    border-radius: 21px;
}
.menu-tab-tit{
    display: inline-block;
}
.menu-fl {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: clamp(50px, 5.2vw, 100px);
    grid-row-gap: clamp(20px, 2.0833vw, 40px);
    max-height: calc(80vh - 180px);
    overflow: auto;
    width: calc(100% - 0.5rem);
}


::-webkit-scrollbar {
    width: 5px;
    /* 滚动条的宽度 */
}

::-webkit-scrollbar-track {
    background: #fff;
    /* 滚动条轨道的颜色 */
}

::-webkit-scrollbar-thumb {
    background: #272e89;
    /* 滚动条滑块的颜色 */
}

::-webkit-scrollbar-thumb:hover {
    background: #272e89;
    /* 鼠标悬停在滑块上时的颜色 */
}

.menu-sj a {
    font-size: 15px !important;
    line-height: 0.4rem !important;
}

.menu-title {
    display: block;
}

.nav-fl {
    float: left;
    width: 23%;
    margin-right: 17px;
    text-align: center;
    margin-top: 0.2rem;
    transition: all 0.3s;
}
.nav-fl:hover{
     box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.18);
}
.nav-fl:nth-child(4n){
    margin-right: 0;
}
.nav-fl-img{
    width: 100%;
    height: 200px;
    padding: 0.2rem;
    background: #eee;
}
.nav-fl img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}


.menu-sj.jjfa .menu-name {
    float: left;
    width: 30%;
}
.jjfs{
        width: 100%;
    height: 100%;
}
.jjfa .nav-fl {
    width: 100%;
}
.xwzx .nav-fl{
    width: 32%;
    margin-right: 20px;
}
.xwzx .nav-fl:nth-child(3n){
    margin-right: 0;
}
/* banner */
.swiper-container {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    /* 初始放大状态 */
    transition: transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    /* 缓慢过渡 */
    will-change: transform;
    /* 优化性能 */
}

/* 当前活动幻灯片恢复正常大小 */
.swiper-slide-active img {
    transform: scale(1);
}

/* 导航按钮样式 */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

/* 分页器样式 */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: white;
    transform: scale(1.3);
}

/* 标题样式 */
.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.slide-box {
    width: 86vw;
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.slide-caption h3 {
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: bold;

}

.slide-caption p {
    font-size: 20px;
    opacity: 0.9;
    font-weight: 100;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .swiper-container {
        height: 350px;
    }

    .slide-caption {
        padding: 20px;
    }

    .slide-caption h3 {
        font-size: 20px;
    }

    .slide-caption p {
        font-size: 14px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px;
    }
}

/* 搜索 */
.header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}

.tel-line {
    width: 1px;
    height: 14px;
    background-color: #fff;
}

.search-top {
    height: 80px;
    position: relative;
    background-color: #fff;
    padding: 0 clamp(260px, 18.23vw, 350px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-logo {
    width: 148px;
    position: absolute;
    left: clamp(40px, 3.125vw, 60px);
    top: calc(50% - 25px);
}

#topsearch {
    width: 5rem;
    height: 48px;
    background: #eaeef2;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 50px;
    position: relative;
}

#titkeysearch {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 0 20px;
    background-color: transparent;
    color: #666;
    display: block;
    border: none;
}

#titkeybtn2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-search .top-box .close {
    opacity: 1 !important;
    position: absolute;
    right: clamp(40px, 3.125vw, 60px);
    top: calc(50% - 15px);
    cursor: pointer;
}

.bg {
    background: url(/static/jzweb2/pc/index_ab_bg.jpg)no-repeat center fixed;
    background-size: cover;
}

.cp {
    width: 86vw;
    margin: 0 auto;
    max-width: 1520px;
    padding: 1.2rem 0;
}

.cp-title {
    display: flex;
    justify-content: space-between;
}

.title-h2 {
    font-size: 0.36rem;
    color: #1d273f;
}

#formsearch {
    width: 5rem;
    height: 48px;
    background: #eaeef2;
    margin-top: 0.2rem;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 50px;
    position: relative;
}

#titkey {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 0 20px;
    background-color: transparent;
    color: #666;
    display: block;
    border: none;
}

#titkeybtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-links a {
    padding: 10px;
    text-decoration: none;
    color: #000;
    background: #eee;
    display: inline-block;
    margin-right: 5px;
}

.tab-links a.active {
    background: #272e89;
    color: #fff;
}

.tab {
    display: none;
}

#tab1 {
    position: relative;
}

.tab-content div.active {
    display: block;
}

.cp-nr {
    margin-top: max(20px, 0.3rem);
}

.tab-left {
    width: 60%;
    height: max(400px, 4.7rem);
    border-radius: 10px;
    position: relative;
    padding: 0.6rem;
    background-image: linear-gradient(120deg, #e9eaf3, #f0f7ff, #f3f9f5);
    margin-bottom: 20px;
}

.tab-tit {
    font-size: 0.36rem;
    color: #333;
}

.tab-p {
    font-size: max(16px, 00.2rem);
    color: #333;
    margin-top: 5px;
}

.tab-menu {
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    grid-gap: 0.2rem;
}

.tab-menu a {
    font-size: max(13px, 0.16rem);
    color: #333;
    transition: color .3s ease;
}

.tab-btn {
    position: absolute;
    bottom: 0.6rem;
    left: 0.6rem;
    display: flex;
}

.tab-btn:hover {
    bottom: 0.7rem;
    box-shadow: -1px 6px 10px #272e89;
}

.tab-btn a {
    color: #fff;
}

.tab-img {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.circle {
    height: 74%;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;

}

.circle i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/jzweb2/pc/img-9.png);
    opacity: 0;
    animation: wave-scale 2.1s linear infinite;
}

.circle i:nth-of-type(2) {
    animation-delay: 0.7s;
}

.circle i:nth-of-type(3) {
    animation-delay: 1.4s;
}

@keyframes wave-scale {
    0% {
        transform: scale(0.2);
        opacity: 0.8;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.controls {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-btn {
    width: max(100px, 1.4rem);
    height: max(36px, 0.42rem);
    display: flex;
    grid-gap: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #272e89;
    transition: all .3s ease;

}

.tab-right {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0.2rem;
    display: flex;
    flex-direction: column;
    grid-gap: 0.2rem;
}

.tab-li {
    height: calc(50% - 0.1rem);
    position: relative;
}

.tab-li a {
    position: relative;
}

.tab-photo {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background-color: #eaeef2;
    overflow: hidden;
}

.tab-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    transition: all .5s ease;
}

.tab-li:hover .tab-photo img {
    transform: scale(1.05);
}

.tab-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
}

.tab-right .tab-menu {
    margin-top: 0.2rem;
    color: #666;
}

.tab-fl {
    padding-left: 0.2rem;
    width: 47%;
}
.tab-fr{
    empty-cells: 52%;
}
   .case-swiper{
    display: none;
   }
.tab-li-tit {
    color: #333;
    font-size: 0.23rem;
    /* font-weight: bold; */
    text-transform: uppercase;
    line-height: 0.3rem;
}

.tab-li-p {
    padding: 0.1rem 0;
    color: #666;
    font-size: max(13px, 0.20rem);
}

.tab-right {}

.L-R1 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tab-li-btn {
    margin-top: 0.3rem;
    width: 1.2rem;
    height: 38px;
    background-color: #272e89;
    color: #fff;
    overflow: hidden;
    text-align: center;
    line-height: 38px;
    border-radius: 21px;
    transition: all .3s ease-in-out;
}

.tab-li:hover .tab-li-btn {
    color: #333;
}

.L-R1:before {
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    content: '';
    transition: 0.3s ease 0s;
    position: absolute;
    content: '';
    z-index: -1;
}

/* .cp1:hover .L-R1:before {
    right: auto;
    left: 0;
    width: 100%;
} */

.menu-item {
    display: none;
    width: 100%;
}

.menu-item.nav-tab-act {
    display: block;
}

.cp-bottom {
    border-radius: 10px;
    position: relative;
    padding: 0.6rem;
    background: url(/static/jzweb2/pc/img-10-1.jpg)no-repeat center;
    background-size: cover;
}

.tab-li-bt {
    font-size: 0.16rem;
    margin-top: 0.2rem;
}

.cp-fl {
    float: right;
    width: 70%;
    height: 100%;
    overflow: hidden;
}

.cp-fl .tab-li-bt {
    text-align: center;
}

.cp-fr {
    float: left;
    width: 30%;
    height: 100%;
}

.cp-cs {
    overflow: hidden;
}

.cp-tu {
    background: #fff;
}
/* 解决方案 */
.solution-container {
    position: relative;
}

.background-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.background-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-attachment: fixed;
}

.background-slide.active {
    opacity: 1;
}

.content-overlay {
    position: relative;
    z-index: 10;
    height: 100%;
}

.solution-box {
    width: 86vw;
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.w-full {
    display: flex;
    width: 50%;
}

.fade-in {
    animation: fadeIn 0.8s ease-in;
}

.p-2 {
    padding: 2rem 0;
}

.text-white {
    color: #fff;
}

.soloution-tit {
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.line {
    width: 43px;
    height: 1px;
    background: #fff;
    margin-right: 20px;
}

.line2 {
    width: 288px;
    height: 1px;
    background: #fff;
    margin-left: 20px;
}

.solution-menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 0.4rem;
    position: absolute;
    bottom: 0;
    width: 48%;
    right: 0;
    background: #fff;
    padding: 17px 20px;
    /* border-top-right-radius: 30px; */
    border-top-left-radius: 30px;
}

.industry-button {
    background: #fff;
    border: none;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    color: #333 !important;
    font-size: max(13px, 0.16rem);
    width: 20%;
    left: 0;
    line-height: 1.5;
    display: ruby;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #eee;
}

.solution-menu span {
    color: #555;
    text-transform: uppercase;
    font-size: 12px;
}

.industry-button.active {
    display: ruby;
    margin-top: 0;
}


.solution-name {
    font-size: 0.36rem;
    font-weight: bold;
}

.solution-text {
    padding: 0.3rem 0;
    font-size: max(13px, 0.16rem);
    line-height: 1.7;
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function:
        cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.bg-blue-600 {
    color: #fff;
    display: inline-block;
    margin-top: 40px;
}

.py-2 {
    padding: 0.1rem 0.34rem;
}

.rounded-lg {
    border-radius: 5px;
    border: 1px solid #fff;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
}

.rounded-lg::after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transition: all 0.3s;
    z-index: -1;
}

.rounded-lg:hover::after {
    width: 100%;
}

.rounded-lg:hover {
    color: #272e89;
}

.industry-button .img-show {
    display: none;
}

.industry-button.active .img-show {
    display: block;
}

.industry-button.active .img-hide {
    display: none;
}

/* 简介 */
.about {
    position: relative;
}

.about-tit {
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
}

.about-bg {
    background: url(/static/jzweb2/pc/index_ab_bg.jpg)no-repeat center fixed;
    background-size: cover;
}

.about-title {
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    padding: 1.11rem;
}

.about-p0 {
    font-size: 0.16rem;
    margin: 0.5rem;
}


.about-p {
    text-align: center;
    font-size: 0.16rem;
    margin-top: 0.4rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.about-nr {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.about-item {
    background: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    width: 22%;
    border-radius: 10px;
    text-align: center;
    padding: 0.4rem 0;
    font-size: 0.16rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.number {
    font-size: 0.5rem;
    margin-right: 0.1rem;
    font-weight: bold;
}

.about-mind {
    position: absolute;
    bottom: -18px;
    right: -18px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #272e89;
    transition: all 0.8s;
}

.about-hover {
    z-index: 2;
    position: relative;
}

.about-item:hover .about-mind {
    transform: scale(20);
}

.about-item:hover .about-num {
    color: #fff;
}

.about-item:hover .about-text {
    color: #fff;
}

.about-text,
.number {

    transition: all 0.5s;
}

/* 新闻 */
.new-bg {
    background: url(/static/jzweb2/pc/new-bj.jpg)no-repeat center fixed;
    background-size: cover;
}

.new-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.new-name {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.new-text,
.new-p {
    font-size: 0.14rem;
    color: #555;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.new-flex {
    display: flex;
    justify-content: space-between;
}

.new {
    width: 86vw;
    margin: 0 auto;
    max-width: 1520px;
    padding: 1.2rem 0;
}

.new-img {
    width: 100%;
    height: 66%;

}

.new-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-fl {
    width: 80%;
    border-right: 1px solid #eee;
    padding-right: 10px;
}

.news-h2 {
    font-size: 0.36rem;
    color: #1d273f;
    text-align: center;
}

.new-links a {
    padding: 10px;
    text-decoration: none;
    color: #000;
    background: #eee;
    display: inline-block;
    margin-right: 5px;
}

.new-links a.active {
    background: #ccc;
}

.new-tab {
    display: none;
}

#new-tab1 {
    position: relative;
    height: 100%;
}

.new-content {
    height: 4.86rem;
}

.new-content div.newact {
    display: block;
}

.new-content div.new-act {
    display: block;
}

.new-links a.new-act {
    background: #272e89;
    color: #fff;
}

.new-box {
    height: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0.3rem;
    flex-wrap: wrap;
}

.new-left {
    width: 33%;
}

.new-right {
    width: 62%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-right a {
    display: contents;
}

.new-li {
    width: 47%;
    padding: 0.3rem 0.1rem 0.3rem 0.1rem;
    border-bottom: 1px #eeeeee solid;
}

.new-tit {
    font-size: 0.18rem;
    color: #333;
    transition: all 0.3s;
}

.new-li:hover .new-tit,
.new-fl:hover .new-name {
    color: #272e89;
}

.new-p {
    font-size: 0.14rem;
    color: #666666;
}

.new-fr {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 产品页面 */
.product {
    background: #f7f8f9;
}

.product-box {
    width: 86vw;
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
}

.product-left {
    width: 15%;
    padding: 0.4rem 0;
    position: sticky;
    top: 100px;
}

.product-nr {
    width: 85%;
    background: #fff;
    padding: 0.4rem;
}

.product-item {
    font-size: 0.16rem;
    color: #666;
    padding: 0.2rem 0.1rem;
}

.product-ul {
}

.product-li {
    float: left;
    padding: 20px;
    background: #f8fafc;
    transition: all 0.3s;
    width: 32%;
    margin-right: 18px;
    margin-bottom: 20px;
}

.product-li:nth-child(3n) {
    margin-right: 0;
}

.product-title {
    color: #272e89;
    font-size: 0.24rem;
    padding-left: 20px;
    margin-bottom: 30px;
}

.product-li:hover {
    box-shadow: 0px 0px 7px 3px rgba(39, 46, 137, 0.1);
}

.pro-act {
    background: #fff;
    border-left: 3px solid #272e89;
}

.product-img {
    width: 70%;
    margin: 0 auto;
    height: 218px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-flex {
    display: flex;
    justify-content: space-between;
}

.product-mind {
    padding: 20px 0 10px;
    border-bottom: 1px solid #c0c1ce;
}

.pro-title {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
}

.product-des {
    font-size: 0.16rem;
    /* color: #000999; */
    color: rgba(0, 0, 0, .6);
    margin-top: 20px;
}

.product-jt img {
    width: 25px;
}

.zx {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    /* display: none; */
}

.zx-top {
    width: 50px;
    padding-bottom: 6px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.zx-logo {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 4px solid #babdda;
    background-color: #272e89;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zx-logo img {
    width: 66%;
}

.zx-item {
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.zx-item::after {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #e6e6e6;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.zx-back {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 50px;
}

.zx-show {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zx-item:hover .zx-hide {
    opacity: 1;
    pointer-events: auto;
}

.zx-hide {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.tel-phone {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tel-phone span {
    display: block;
    font-size: 18px;
    color: #272e89;
    font-weight: 600;
    white-space: nowrap;
}

.ewm-box {
    width: 170px;
    background-image: linear-gradient(180deg, #e9eaf3, #fff, #f3f9f5);
    border-radius: 8px;
    padding: 30px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ewm-tu {
    width: 100px;
    margin: 10px auto 0;
    border: 1px solid #272e89;
    border-radius: 10px;
    overflow: hidden;
}

.hotspot-menu {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.w1520 {
    width: 86vw;
    max-width: 1520px;
    margin: 0 auto;
}

.hotspot-left {
    color: #999;
    grid-gap: 0.1rem;
    display: flex;
    align-items: center;
}

.hotspot-box {
    background: #eee;
}

.hotspot-right {
    display: flex;
}

.hotspot-right a {
    margin: 0 10px;
    color: #999;
}

.hotspot-ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.hotspot-li {
    width: 31%;
    margin: 20px 19px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.hotspot-li a {
    width: 100%;
}

.hotspot-li:nth-child(3n) {
    margin-right: 0;
}

.hotspot-img {
    height: 300px;
}

.hotspot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 公司简介 */
.company {
    padding: 60px 0;
    background: url(/static/jzweb2/pc/about.png) no-repeat right;
    background-size: cover;
}

#company-num {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.company-x {
    height: 2px;
    width: 50px;
    background: #272e89;
    margin: 30px 0;
}

.company-sz {
    width: 25%;
    font-size: 0.45rem;
    margin-top: 40px;
    color: #272e89;
    font-weight: bold;
}

.company-item {
    display: flex;
    justify-content: center;
}

.company-item span {
    font-size: 16px;
}

.company-mind {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

/* 联系 */
.lx {
    padding: 60px 0;
    background: url(/static/jzweb2/pc/lx.png) no-repeat left #fff;
}

.lx-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lx-left {
    width: 50%;
}

.lx-right {
    width: 50%;
}

.lx-ul {
    margin: 20px 0;
}

.lx-item {
    font-size: 0.16rem;
    line-height: 2;
    color: #555;
}

.hotspot-lb {
    height: 445px;
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.swiper-box {
    display: flex;
    justify-content: space-between;
}

.hot-left {
    width: 50%;
    height: 100%;
    border: 1px solid red;
}

.hot-text {
    width: 50%;
    height: 100%;
    border: 1px solid #000;
}

.p60 {
    padding: 60px 0;
}

/* 案例 */
.case-ul {
    display: flex;
    flex-wrap: wrap;
}

.case-li:nth-child(3n) {
    margin-right: 0;
}

.case-img {
    width: 100%;
    border-radius: 10px;
    height: 175px;
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.case-p h2 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-p p {
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
    margin: 13px 0;
}

.case-flex span {
    background: rgba(39, 46, 137, 0.1);
    color: #555;
    padding: 2px 10px;
    margin-right: 4px;
}

.case-li {
    width: 31%;
    margin: 20px 10px;
    padding: 20px;
    background: rgba(39, 46, 137, 0.05);
    border-radius: 10px;
    position: relative;
    bottom: 0;
    transition: all 0.3s;
}

.case-li:hover {
    box-shadow: 0px 0px 7px 3px rgba(39, 46, 137, 0.1);
    bottom: 3px;
}

.case-jt {
    text-align: right;
}

.case-title {
    font-size: 26px;
    /* font-weight: bold; */
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.case-menu {
    display: none;
    margin-top: 15px;
}

.case-menu a {
    background: #eee;
    display: block;
    width: 48%;
    line-height: 31px;
    text-align: center;
    color: #333;
}

.case-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.case-act {
    position: relative;
    background: #fff;
}

.case-item span {
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    margin-right: 10px;
}

.case-act span {
    width: 10px;
    height: 10px;
    background: #272e89;
    display: block;
    margin-right: 10px;
}

.hotspot-h2 h2 {
    font-size: 20px;
    color: #333;
    margin-top: 0;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.7;
}

.hotspot-data {
    font-size: 16px;
    color: #555;
    /* margin: 15px 0; */
}

.hotspot-text {
    padding: 20px;
}

.about-border {
    border-bottom: 1px #eeeeee solid;
    padding: 0.1rem 0;
}

.al-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.al-menu dt {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0.1rem;
}

.al-menu dt a {
    color: #333;
}

.case-nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 642px;
}

.case-cp {
    width: 49.7%;
    height: 320px;
    margin-bottom: 5px;
}

.case-cp:nth-child(3),
.case-cp:nth-child(4) {
    margin-bottom: 0;
}

.case-center {
    clear: both;
    width: 69%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.case-fl {
    width: 15%;
    height: 642px;
}

.case-fl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case .about-title {
    padding: 0;
    padding-bottom: 0.6rem;
}

.al-menu dt {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0.1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.al-menu dt span {
    background: #272e89;
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 10px;
}

.case-cp a {
    position: relative;
    display: block;
}

.case-bind {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 46, 138, 0.9);
    padding: 50px 40px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
}

.case-bind p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-bind h2 {
    font-size: 25px;
}

.case-bind p {
    font-size: 16px;
    line-height: 1.7;
}

.al-btn {
    margin-top: 50px;
    border: 1px solid #fff;
    width: 1.2rem;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
}

.case-cp:hover .case-bind {
    opacity: 1;
    cursor: pointer;
}

/* 产品 */
.por {
    position: relative;
}

.list-mind {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.list-86 {
    width: 86vw;
    margin: 0 auto;
    height: 100%;
}

.list-text {
    width: 60%;
    height: 100%;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.list-img {
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.list-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.list-86 .product-flex {
    width: 100%;
    height: 100%;
}

.list-text p {
    font-size: 32px;
    font-weight: bold;
}

.list-text span {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
}

.list_banner {
    position: relative;
}


.list-btn {
    display: flex;
    margin-top: 30px;
    font-size: 0.16rem;
}

.list-btn1 {
    border: 1px solid #fff;
    padding: 10px 30px;
}

.list-btn2 {
    padding: 10px 17px;
    background: #1d273f;
    color: #ffff;
    margin-left: 20px;
}

.tab-link {
    background: none;
    border: none;
    background: #fff;
    font-size: 0.16rem;
    color: #666;
    padding: 0.2rem 0.4rem;
}

.tab-link.active {

    border-bottom: 2px solid #272e89;
}

.pro-content {
    display: none;
}

.active {
    display: block;
}

.tab-pro {
    display: flex;
}

.tab-pad {
    padding: 0.4rem 0;
}

.tab-chanpin {
    /* width: 70%; */
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.tab-chanpin img {
    max-width: 100%;
    max-height: 80%;
}

/* 软件1 */
.cloud {
    width: 86vw;
    margin: 0 auto;
}

.cloud-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
    gap: 18px;
}

.cloud3-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    gap: 28px;
}

.cloud-item {
    background: #f7f8f9;
    padding: 20px;
}

.cloud-icon {
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloud-text {
    text-align: center;
}

.cloud-text h2 {
    font-size: 22px;
}

.cloud-text p {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    color: #666;
}

.cloud-xq {
    padding: 60px 0;
}

.blue {
    background: #f7f8f9;
}

.white {
    background: #fff;
}

.cloud2-flex {
    width: 86vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cloud-img {
    width: 48%;
    height: 100%;
}

.cloud-p {
    width: 48%;
    height: 100%;
}

.cloud-p h2 {
    color: #272e89;
    font-weight: bold;
    margin-bottom: 20px;
}

.cloud-p p {
    font-size: 16px;
    line-height: 2;
}

.cloud-p li {
    line-height: 2;
    font-size: 16px;
}

.cloud-p li span {
    font-weight: bold;
}

.cloud-bottom {
    width: 86vw;
    line-height: 2;
    font-size: 16px;
    margin: 0 auto;
}

.cloud-box {
    margin-top: 60px;
}

.cloud-li h2 {
    font-size: 20px;
}

.cloud-title h2 {
    font-size: 25px;
    color: #000;
}

.tab-bg {
    width: 86vw;
    margin: 0 auto;
}

.w86 {
    width: 86vw;
    margin: 0 auto;
}

.cp-swiper{
    display: none;
}
.tab-li-des{
    color: #333;
    line-height: 1.2;
    margin-top: 0.2rem;
    font-size: 0.16rem;
}
.cp-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp1 {
    width: 32.5%;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
    align-items: center;
    background-image: linear-gradient(120deg, #f1f2f8, #f3f9f5);
    position: relative;
    top: 0;
    transition: all 0.3s;
    height: 223px;
    position: relative;
}

.cp-text {
    width: 50%;
}

.cp-img {
    width: 40%;
}

.cp-text .tab-li-tit {
    font-size: 0.2rem;
}

.cp-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cp1:hover {
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.18);
    top: -10px;
}
.cp-bj{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.cp1:hover .cp-bj{
    opacity: 1;
}