body {
    font-size: 14px;
    background-color: #F9F9F9;
}

[v-cloak]{
    display: none;
}

img {
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle
}

a {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

input {
    outline: none;
}

:root {
    --color: #023384;
}


/* 设置滚动条的样式 */
::-webkit-scrollbar {width:8px;height:8px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 4px rgba(0,0,0,0.0);background:nnoe; border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;} /* 滚动槽 */
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {background:#999999; border-radius:4px;/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */opacity:.5;-webkit-opacity:.5;-moz-opacity:.5;}
::-webkit-scrollbar-thumb:window-inactive {}
.lz-mt40 {
    margin-top: 30px;
}

.lz-mt15 {
    margin-top: 15px;
}

.lz-pb50 {
    padding-bottom: 50px;
}

a:hover {
    color: var(--color) !important;
}


input[type="radio"]::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

input[type="radio"]:checked::before {
    background-color: var(--color);
    background-clip: content-box;
    border: 1px solid var(--color);
    padding: 1px;
    box-sizing: border-box;
}

input[type="checkbox"] {
    margin-top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid var(--color);;
    color: var(--color);;
    font-size: 16px;
    font-weight: bold;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bx-text-p2 {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bx-text-p3 {
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bx-text-p4 {
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.bx-img-hover:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}


.header,#header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background-color: #fff;
    transition: all 0.5s;
    box-shadow: 0px 3px 10px 0px rgba(0, 46, 91, 0.05);

}

.header.active {
    box-shadow: 0 8px 20px 0px rgba(180, 184, 206, 0.14);
}

.header .header-hidebox {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    background-color: rgba(255,255,255,.9);
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 2;
    display: none;
}





.header001 {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header001-con {
    padding-left: 5vw;
    padding-right: 5vw;
    margin: 0 auto;
}

.header001-left {
    display: flex;
    align-items: center;
}

.header001 .bx-logo {
    max-height: 70px;
    position: relative;
    z-index: 1;
}

.header001 .bx-logo a {
    display: flex;
    align-items: center;
    max-height: 50px;
}

.header001 .bx-logo img {
    max-height: 65px;
    display: block;
}

.header001 .right {
    display: flex;
    align-items: center;
}



.header001 .bx-nav ul li {
    float: left;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    z-index: 400;
    text-align: center;
    padding: 0 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
}
.header001 .bx-nav ul li:nth-child(1){
    margin-left: 0;
}
.header001 .bx-nav{
    height: 100%;
}
.header001 .bx-nav ul li a {
    color: #000;
    display: block;
    width: 100%;
    position: relative;
}


.header001 .bx-nav ul li i {
    font-size: 20px;
    color: #000;
    vertical-align: middle;
    margin-left: 10px;
    display: none;
}

.header001 .bx-nav ul li .bx-nav-fd {
    width: 100%;
    display: none;
    position: absolute;
    top: 100px;
    line-height: 30px;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px 0;
    background-color: #fff;
}

.header001 .bx-nav ul li .bx-nav-fd p{
    display: inline-block;
    color: #000;
    font-size: 16px;
    padding: 0 2vw;
    position: relative;
}
.header001 .bx-nav ul li .bx-nav-fd p::after{
    content: '|';
    color: #D5D8D9;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.header001 .bx-nav ul li .bx-nav-fd p:nth-last-child(1):after{
    display: none;
}



.header001 .bx-navigation {
    display: none;
    margin-left: 20px;
}

.header001 .bx-nav ul li a:hover,
.header001 .bx-nav ul li a.active {
    font-weight: bold;
    color: var(--color);
}
.header001 .bx-nav ul li a.active::before{
    opacity: 1;
}
.bx-lang{
    font-size: 16px;
    margin-left: 1.3vw;
}
.bx-lang a{
    color: #000;
}
.bx-lang a.active{
    color: var(--color);
}
.bx-lang span{
    font-size: 14px;
    vertical-align: middle;
    color: #CCCCCC;
    margin: 0 5px;
}
.bx-header-tel{
    margin-left: 1vw;
    color: #6DAF31;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.bx-header-tel img{
    width: 20px;
    line-height: 1;
    margin-right: 10px;
}



.bx-navigation {
    display: none;
}

.bx-nav-dh {
    font-size: 18px;
    color: var(--color);
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.bx-nav-dh img {
    width: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.active .bx-nav-dh {
    color: #000;
}

.bx-nav-dh a {
    color: #000;
    display: inline;
    font-weight: 400;
    vertical-align: top;
}

.nav-hide {
    display: none;
}

.bx-header-but {
    position: relative;
}

.bx-header-but .but {
    min-width: 120px;
    line-height: 38px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 0 20px;
    border-radius: 20px;
    transition: all 0.5s;
    border: 1px solid #000000;
}

.bx-header-but .but:hover {
    background-color: var(--color);
    color: #fff !important;
    border-color: var(--color);
}

.bx-header-but .bx-header-ewm {
    position: absolute;
    right: 0;
    top: 70px;
    width: 140px;
    display: none;
}

.header-Solution{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.bx-nav .header-Solution ol li{
    float: none;
    line-height: 1.5;
    padding: 0;
    text-align: left;
    width: 100%;
    height: auto !important;
}

.header001  .bx-nav .header-Solution ol li p{
    padding: 0;
}
.header-Solution .left{
    width: 240px;
    text-align: left;
}

.bx-nav .header-Solution .left ol li p{
    padding: 13px 30px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
}
.bx-nav .header-Solution .left ol li.active p{
    background-color: #F9FAFB;
    color: var(--color);

}


.header-Solution .right{
    width: calc(100% - 240px);
}


.header-Solution-list{
    display: none;
    width: 100%;
}
.header-Solution-list ol{
    display: flex;
    flex-wrap: wrap;
}



.header-Solution-list ol li{
    width: 50% !important;
    margin-bottom: 40px;
}


.header-Solution-list ol li .header-Solution-l{
    margin-left: 4.2vw;
    display: flex !important;
    align-items: center;
    max-width: 85%;
}

.header-Solution-list ol li .header-Solution-l .icon{
    display: block;
    width: 68px;
    height: 68px;
    line-height: 66px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E8EBED;
    border-radius: 50%;
    overflow: hidden;
}
.header-Solution-list ol li .header-Solution-l .icon img{
    max-width: 40%;
    max-height: 40%;
}



.header-Solution-list ol li .header-Solution-l .text{
    width: calc(100% - 68px);
    padding-left: 30px;
}

.header-Solution-list ol li .header-Solution-l .text h3{
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}
.header-Solution-list ol li .header-Solution-l .text  p{
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
    font-weight: 400 !important;
    display: block;
}
.header-Solution-list ol li .header-Solution-l:hover .text h3{
    color: var(--color);
}



@media (max-width: 1600px) {
    .header001{
        height: 80px;
        line-height: 80px;
    }
  
    .bx-header-tel{
        font-size: 16px;
    }
    .header001 .bx-logo img{
        max-height: 35px;
    }
    .header001 .bx-nav ul li{
        height: 80px;
        padding: 0 15px;
    }
    .bx-header-tel img{
        width: 15px;
    }
    .bx-lang{
        font-size: 15px;
    }
    .header001 .bx-nav ul li .bx-nav-fd{
        top: 80px;
    }
}



@media (max-width: 1300px) {
    .bx-header-tel{
        display: none;
    }
    .header001 .bx-nav ul li{
        font-size: 14px;
        padding: 0 10px;
    }
    .header001 .bx-logo img{
        max-height: 30px;
    }
}



@media (max-width: 1000px) {

    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }


    .bx-header-but .bx-header-ewm {
        top: 60px;
    }


    .bx-nav-dh i {
        font-size: 16px;
    }

    .header001 {
        height: 60px;
        line-height: 60px;
    }
    .header001::before{
        transform: translate(-75%, 0);
    }

    .header001 .bx-logo img {
        max-height: 28px;
    }

    .header001 .bx-nav {
        position: fixed;
        top: 60px;
        z-index: 500;
        left: -100%;
        height:calc(100vh - 60px);
        z-index: 600;
        width: 100%;
        background-color: #fff;
        margin-left: 0;
        transition: all 0.5s;
        background-color: var(--color);
        overflow-y: scroll;
    }

    .header001 .bx-nav ul li {
        line-height: 50px;
        height: auto;
        text-align: left;
        float: none;
        border-bottom: 1px solid rgba(255,255,255,.5);
        position: relative;
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .header001 .bx-nav ul li i {
        display: block;
        width: 12px;
        height: 12px;
        color: #fff;
        transition: color .25s;
        position: absolute;
        right: 10px;
        top: 18px;
        display: block;
    }

    .header001 .bx-nav ul li i::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #fff;
        transform: translate(0, -50%);
    }

    .header001 .bx-nav ul li i::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #fff;
        transform: translate(-50%, 0);
    }

    .header001 .bx-nav ul li a {
        padding: 0 10px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        width: auto;
        display: inline-block;
        padding: 0;
    }
    .header001 .bx-nav ul li a::before{
        display: none;
    }

    .header001 .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: relative;
        top: 0px;
        width: 100%;
        background-color: transparent;
        padding: 0;
    }

    .header001 .bx-nav ul li .bx-nav-fd p {
        display: block;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.5);
        padding: 5px 0;
    }
    .header001 .bx-nav ul li .bx-nav-fd p:nth-child(1){
        border: none;
    }
    .header001 .bx-nav ul li .bx-nav-fd p::after{
        display: none;
    }

    .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 5px;
        font-size: 14px;
    }

    .header-Solution{
        flex-direction: column;
    }
    .header-Solution .left{
        width: 100%;
        overflow-x: scroll;
    }
    .bx-nav .header-Solution .left ol li p{
        color: #fff;
    }

    .header-Solution .left ol{
        width: max-content;
        display: flex;
        color: #fff;
    }
    .header-Solution .left ol li{
        line-height: 30px;
        padding: 0;
        width: auto;
        margin-right: 15px;
        border-bottom: none;
    }
    .bx-nav .header-Solution .left ol li p{
        padding: 5px 10px;
    }
    .header-Solution .right{
        width: 100%;
        margin-top: 10px;
    }
    .header-Solution-list{
        width: 100%;
    }

    .header-Solution-list ol{
        display: block;
    }

    .header-Solution-list ol li{
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-Solution-list ol li .header-Solution-l{
        text-align: left;
        display: block !important;
        padding: 0 !important;
        padding: 13px 0 !important;
    }
    .header-Solution-list ol li .header-Solution-l .icon{
        display: none;
    }
    .header-Solution-list ol li .header-Solution-l p{
        display: none !important;
    }
    .header-Solution-list ol li .header-Solution-l .text{
        display: block;
        padding-left: 0;
        width: 100%;
    }
    .header-Solution-list ol li .header-Solution-l .text h3{
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
    }

    .header-Solution-list ol li a{
        margin-left: 0 !important;
    }

    .bx-nav .header-Solution .left ol li p{
        padding: 2px 10px;
    }
    


    .hamburger .line {
        width: 20px;
        height: 1px;
        background-color: #000;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }



    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    .header001 .bx-nav ul li a:hover,
    .header001 .bx-nav ul li a.active {
        color: #fff !important;
        font-weight: bold;
    }
}


.buts {
    display: inline-block;
    min-width: 150px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    border: 1px solid var(--color);
    background-color: var(--color);
    cursor: pointer;
  }
  
  .buts.border{
    background-color: transparent;
    color: var(--color);
  }
  
  .buts:hover {
    opacity: 0.8;
    background-color: var(--color);
    color: #fff !important;
  }


  .banner{
    position: relative;
  }
.banner .img img{
    width: 100%;
}

.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,.2);
    border-radius: 50%;
    background-size: 13px 20px;
    transition: all 0.5s;
}
.banner .swiper-button-prev{
    left: 20px;
}
.banner .swiper-button-next{
    right: 20px;
}


/* @keyframes first{
    0% {width: 0;}
    100% {width: 100%;} 
  } */
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    /* animation:first 4.2s; */
    width: 100%;
}
.banner .swiper-pagination{
    padding-bottom: 30px;
}

.banner .swiper-pagination-bullet{
    width: 90px;
    height: 1px;
    border-radius: 0;
    background-color: #D8DADF;
    transition: all 0.5s;
    opacity: 1;
    position: relative;
}

.banner .swiper-pagination-bullet::before{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #D4000F;
    position: absolute;
    left: 0;
    bottom: 0;
}


.mt120{
    margin-top: 120px;
}
.mt50{
    margin-top: 50px;
}
.pt100{
    padding-top: 100px;
}
.pb100{
    padding-bottom: 100px;
}
.pb120{
    padding-bottom: 120px;
}

.box-title{
    text-align: center;
}
.box-title h3{
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}
.box-title p{
    font-size: 16px;
    color: #626262;
    margin-top: 20px;
}
.box-title p span{
    color: var(--color);
    text-decoration:underline;
}


.box-title.black h3{
    color: #000000;
}
.box-title.black p{
    color: #666666;
}
.index-title{
    text-align: center;
}
.index-title h3{
    font-size: 40px;;
    color: #023384;
    font-weight: 700;
}
.index-title h3 span{
    color: #D4000F;
}
.max1200{
    max-width: 1200px;
    margin: 0 auto;
}
.index-one-item{
    background-image: url(../images/index-one-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.index-one-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
   
}

.index-one-list .text{
    flex: 1;
    padding-right: 5vw;
}
.index-one-list .img{
    width: 430px;
}
.index-one-list .index-one-text-list{
    margin-top: 5.5%;
    font-size: 16px;
    color: #666666;
}
.index-one-list .index-one-text-list:nth-child(1){
    margin-top: 0;
}

.index-one-text-list h3{
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}
.index-one-text-list p{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.index-one-list .buts{
    margin-top: 47px;
}
.index-one-item{
    position: relative;
}

.index-one-item .index-one-pagination{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.index-one-item .index-one-pagination .index-one-pagination-list{
    display: inline-block;
    margin: 0 5%;
    cursor: pointer;

}

.index-one-item .index-one-pagination .index-one-pagination-list .icon{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.index-one-item .index-one-pagination .index-one-pagination-list p{
    font-size: 16px;
    color: #000000;
    margin-top: 8px;
}
.box-nav{
    text-align:center;
}

.box-nav ul li{
    display:inline-block;
    margin:0 10px;
}
    .box-nav ul li a {
        display:block;
        font-size: 16px;
        color: #000000 !important;
        line-height: 50px;
        border: 1px solid #D2D2D2;
        min-width:160px;
        padding:0 15px;
        transition:all 0.5s;
    }
     .box-nav ul li.active a {
            /* background-color: var(--color);
            color: #fff !important; */
            border-color: #023384;
            color: #023384 !important;
            border-bottom-width: 3px;
        }
        .index-pro-box ul{
            display: flex;
            width: 100%;
        
        }
        .index-pro-box ul li{
            flex-grow: 1;
            transition: all 0.3s;
            max-width: 80%;
        }
        
        .index-pro-list{
            width: 100%;
            display: block;
            position: relative;
        }
        
        .index-pro-box ul .img{
            height: 85vh;
            width: 100%;
            position: relative;
        }
        .index-pro-box ul .img::before{
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.4);
            position: absolute;
            left: 0;
            top: 0;
        }
        
        .index-pro-box ul .img .img-text{
            position: absolute;
            left: 0;
            bottom: 30px;
            width: 100%;
            text-align: center;
        }
        
        .index-pro-box ul .img .img-text .img-icon{
            width: 48px;
            margin: 0 auto;
            margin-top: 3vh;
        }
        .index-pro-box ul .img .img-text h3{
            font-size: 18px;
            color: #FFFFFF;
            padding: 0 15px;
        }
        
        .index-pro-box ul .img img{
            height: 100%;
        }
        .index-pro-box ul .text{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: baseline;
           
        }
        .index-pro-box ul .texts{
            width: calc(100% - 13vw);
            margin: 0 auto;
            display: none;
        }
        
        .index-pro-box ul li.active{
            flex-shrink: 0;
        }
        .index-pro-box ul li.active .img img{
            width: 100%;
        }
        
        
        .index-pro-box ul li .text h3{
            font-size: 40px;
            color: #FFFFFF;
        }
        .index-pro-box ul li .text p{
            font-size: 16px;
            color: #FFFFFF;
            margin-top: 3vh;
        }
        
        .index-pro-box ul li .text .buts{
            display: inline-block;
            margin-top: 5vh;
            background-color: #D4000F;
            border-color: #D4000F;
        }
        
        
        .index-pro-box ul li.active .texts{
            transition-delay: 0.1s;
            display: block;
        }
        .index-pro-box ul li.active .text{
            opacity: 1;
            transition: all 0.3s;
            transition-delay: 0.2s;
            background-color: rgba(0, 0, 0,0.5);
            
        }
        
        .index-pro-box ul li.active .img .img-text{
            transition-delay: 0.3s;
            opacity: 0;
        }
        
        .index-pro-box-list{
            margin-top: 5vh;
        }
        .index-pro-box-list ol li{
            flex-grow: inherit;
        }
        .index-pro-box-list .pro-box-list{
            display: block;
            padding-bottom: 65%;
            border-radius: 10px;
            overflow: hidden;
            margin:  1px 0;
        }
        
        .index-pro-box-list ol{
            margin: 0 -10px;
            display: flex;
            flex-wrap: wrap;
        }
        .index-pro-box-list ol li{
            width: 33.33%;
            padding: 0 10px;
        }
        
        .index-pro-box-list .list-text{
            background: linear-gradient(180.00deg, rgba(255, 255, 255, 0),rgba(0, 0, 0,.8) 100%);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-size: 16px;
            color: #FFFFFF;
            padding: 0 10px;
            text-align: center;
            line-height: 50px;
        }
        
        .img-padding{
            height: 0;
            padding-bottom: 100%;
            overflow: hidden;
            position: relative;
        }
        .img-padding img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            left: 0;
            top: 0;
            transition: all 0.5s;
        }
        .nei-nav{
            border-bottom: 1px solid #EEEEEE;
            text-align: center;
        }
        
        .nei-nav ul li{
            display: inline-block;
            margin: 0 30px;
        }
        
        .nei-nav ul li a{
            font-size: 18px;
            color: #000000;
            padding-bottom: 20px;
            border-bottom: 2px solid transparent;
        }
        
        .nei-nav ul li.active a{
            border-color: var(--color);
            color: var(--color);
        }
        .Case-one-box ul{
            overflow: hidden;
            margin: 0 -20px;
        }
        .Case-one-box ul li{
            float: left;
            width: 33.33%;
            padding: 0 20px;
            margin-top: 18px;
        }
        .Case-one-box ul li:nth-child(1){
            width: 45.6%;
        }

        .Case-one-box ul li:nth-child(2),.Case-one-box ul li:nth-child(3),.Case-one-box ul li:nth-child(4),.Case-one-box ul li:nth-child(5){
            width: 27.2%;
        }

        .Case-one-list{
            display: block;
        }
        .Case-one-list .img{
            padding-bottom: 62%;
        }
        .Case-one-list .text{
            margin-top: 15px;
        }
        .Case-one-list .text h3{
            font-size: 16px;
            color: #000;
            
            text-align: center;
        }
        .Case-one-list .text p{
            display: none;
        }

        .Case-one-box ul li:nth-child(1) .Case-one-list .text h3{
            font-size: 20px;
            text-align: left;
            font-weight: bold;
            color: #fff;
        }
        .Case-one-box ul li:nth-child(1) .Case-one-list .text p{
            display: block;
            margin-top: 14px;
            font-size: 16px;
            color: #fff;
        }
        .Case-one-box ul li:nth-child(1) .Case-one-list .text {
            background-color: var(--color);
            padding: 30px;
            margin-top: 0;
        }
        .index-about-text {
            margin-top: 50px;
            font-size: 16px;
            color: #333333;
            text-align:center;
        }
        
        .index-about-box .img{
            width:100%;
        }
        .index-about-item{
            max-width:1200px;
            margin:0 auto;
            transform:translateY(-50%);
           
        }
        .index-about-item ul {
            display: flex;
        }
        .index-about-item ul li{
            width:33.33%;
        }
        .index-about-list{
            background-color:var(--color);
            padding:60px;
            text-align:center;
            height:100%;
            position:relative;
            padding-top:90px;
        }
        
            .index-about-list .icons{
                width:120px;
                position:absolute;
                left:50%;
                top:0;
                transform:translate(-50%,-50%);
            }
            .index-about-list h3 {
                font-size: 24px;
                color: #FFFFFF;
            }
            .index-about-list p {
                font-size: 16px;
                color: #FFFFFF;
                margin-top:15px;
                white-space:pre-line;
            }
        .index-about-item ul li:nth-child(1) .index-about-list {
            background-color: #023384;
        }
        .index-about-item ul li:nth-child(2) .index-about-list {
            background-color: #003F97;
        }
        .index-about-item ul li:nth-child(3) .index-about-list {
            background-color: #0049AE;
        }
        
        .index-about-item ul li:nth-child(1) .index-about-list{
            border-radius:20px 0 0 20px;
        }
        .index-about-item ul li:nth-child(3) .index-about-list {
            border-radius: 0 20px 20px 0;
        }

        .index-newsBox{
            display: flex;
            justify-content: space-between;
        }
        .index-newsBox .news-flex-item{
            width: 66.66%;
        }
        .index-newsBox .news-list-item{
            width: 33.33%;
            padding-left: 20px;
        }
        
        .news-flex-item ul{
            margin: 0 -10px;
            display: flex;
            flex-wrap: wrap;
        
        }
        .news-flex-item ul li{
            width: 50%;
            padding: 0 10px;
        }
        
        .news-flex-list{
            display: block;
        }
        
        .news-flex-list .img{
            padding-bottom: 70%;
        }
        
        .news-flex-list .text{
            padding: 30px;
            background-color: #f9f9f9;
            transition: all 0.5s;
        }
        
        .news-flex-list .text h3{
            font-size: 20px;
            color: #000000;
            line-height: 30px;
            height: 60px;
            transition: all 0.5s;
        }
        .news-flex-list .text span{
            display: inline-block;
            font-size: 16px;
            color: #666666;
            margin-top: 10px;
            transition: all 0.5s;
        }
        .news-flex-list .text p{
            font-size: 16px;
            color: #666666;
            margin-top: 12px;
            transition: all 0.5s;
        }
        .news-flex-list .text small{
            margin-top: 20px;
            display: inline-block;
            font-size: 16px;
            color: #666666;
            transition: all 0.5s;
        }
        /* .news-flex-list:hover .text {
            background-color: var(--color);
        } */

        .news-flex-list:hover .text h3,.news-flex-list:hover .text small{
            color: var(--color);
            font-weight: bold;
        }
        
        .news-lists{
            display: flex;
            align-items: center;
            padding: 43px 0;
        }
        .news-lists .time{
            width: 100px;
            text-align: center;
            font-size: 16px;
            color: var(--color);
            transition: all 0.5s;
        
        }
        .news-lists .text{
            width: calc(100% - 100px);
            border-left: 1px solid #E2E2E2;
            padding-left: 20px;
            padding-right: 20px;
            transition: all 0.5s;
        }
        
        .news-lists .text h3{
            font-size: 18px;
            color: #000000;
            font-weight: bold;
            transition: all 0.5s;
        }
        .news-lists .text p{
            font-size: 16px;
            color: #666666;
            margin-top: 12px;
            transition: all 0.5s;
        }
        .news-lists .text small{
            margin-top: 19px;
            display: inline-block;
            font-size: 16px;
            color: #666666;
            transition: all 0.5s;
        }
        .news-lists:hover {
            background-color: #D4000F;
        }
        .news-lists:hover .time,.news-lists:hover .text h3,.news-lists:hover .text p,.news-lists:hover .text small{
            color: #fff;
        }
        .index-form{
            background-image: url(../images/index-form-bg.jpeg);
            background-repeat: no-repeat;
            background-size: cover;
        }
        .index-from-box ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    
            .index-from-box ul li {
                width: 24%;
                margin-bottom:15px;
            }
    
                .index-from-box ul li span {
                    display: block;
                    font-size: 16px;
                    color: #6A6A6A;
                    margin-bottom: 10px;
                }
    
                .index-from-box ul li input {
                    width: 100%;
                    background-color: #F8F9FB;
                    border: 1px solid #E4E5E8;
                    height: 50px;
                    font-size: 16px;
                    padding: 0 15px;
                    transition: all 0.5s;
                    outline: none;
                }
    
                    .index-from-box ul li input:focus, .index-from-box ul li textarea:focus {
                        border-color: var(--color);
                    }
    
    
                    .index-from-box ul li textarea {
                        width: 100%;
                        background-color: #F8F9FB;
                        border: 1px solid #E4E5E8;
                        height: 200px;
                        font-size: 16px;
                        padding: 10px 15px;
                        transition: all 0.5s;
                        outline: none;
                    }
                    .footer{
                        background-color: #303030;
                    }
                    
                    .footer-item{
                        padding-top: 70px;
                        padding-bottom: 40px;
                        display: flex;
                        justify-content: space-between;
                    }
                    
                    .footer-item .footer-logo{
                        width: 220px;
                    }
                    .footer-item .footer-nav{
                        width: 75%;
                        display: flex;
                        justify-content: space-between;
                        align-items: flex-start;
                    }
                   
                    .footer-nav-list{
                        /* width: 12%; */
                        max-width: 20%;
                        margin: 0 5px;
                    }
                    .footer-nav-list.con{
                        width: 30%;
                        max-width: 30%;
                    }
                    
                    .footer-nav-list .title{
                        font-size: 16px;
                        color: #FFFFFF;
                        font-weight: 400;
                        margin-bottom: 10px;
                        width: 100%;
                    }
                
                    .footer-nav-list p{
                        padding: 2px 0;
                    }
                    .footer-nav-list p,.footer-nav-list p a{
                        font-size: 14px;
                        color: #989898;
                    }
                    .footer-nav-list p a:hover{
                        color: #fff !important;
                    }
                    .footer-ewm{
                        display: flex;
                        text-align: center;
                        margin-top: 10px;
                    }
                    .footer-ewm .footer-ewm-list{
                        margin-right: 14px;
                        width: 120px;
                    }
                    .footer-ewm .footer-ewm-list img{
                        width: 100%;
                    }
                    .footer-bottom{
                        border-top: 1px solid #3B3F44;
                        padding: 18px;
                        font-size: 14px;
                        color: #989898;
                        text-align: center;
                    }

                    .nei-banner{
                        position: relative;
                    }
                    .nei-banner .img img{
                        width: 100%;
                    }
                    .nei-banner .text{
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        padding-top: 28vh;
                    }
                    .nei-banner .text h3{
                        font-size: 60px;
                        color: #fff;
                        line-height: 1;
                        font-weight: bold;
                        max-width: 600px;
                    }
                    .nei-banner .text p{
                        font-size: 30px;
                        color: #F5F5F5;
                        margin-top: 20px;
                        max-width: 600px;
                    }
                    .nei-banner .text.center{
                        text-align: center;
                    }
                    .nei-nav2{
                        position: relative;
                        z-index: 3;
                        background-color: #fff;
                    }
                
                    .nei-nav2-box{
                        min-height: 70px;
                        text-align: center;
                    }
                    .nei-nav2-box ul{
                        text-align: center;
                    }
                    .nei-nav2-box ul li{
                        display: inline-block;
                        padding: 0 25px;
                        position: relative;
                    }
                    .nei-nav2-box ul li::before{
                        content: '';
                        display: block;
                        width: 1px;
                        height: 18px;
                        background-color: #D5D8D9;
                        position: absolute;
                        right: 0;
                        top: 50%;
                        transform: translate(0,-50%);
                    }
                    .nei-nav2-box ul li:nth-last-child(1)::before{
                        display: none;
                    }
                    .nei-nav2-box ul li a{
                        font-size: 18px;
                        color: #000000;
                        line-height: 70px;
                        border-bottom: 2px solid transparent;
                    }
                    .nei-nav2-box ul li.active a{
                        color: var(--color) ;
                        font-weight: bold;
                        border-bottom-color:var(--color) ;
                    }
                    .pro-box-c{
                        margin-top: 80px;
                    }
                    .pro-box-c .title h3{
                        font-size: 24px;
                        color: #000000;
                        margin-bottom: 10px;
                        font-weight: bold;
                    }
            
                    .pro-box-items ul{
                        display: flex;
                        margin:0 -13px;
                        flex-wrap: wrap;
                    }
                    .pro-box-items ul li{
                        width: 25%;
                        padding: 0 13px;
                        margin-top: 26px;
                    }
                    .pro-box-list{
                        display: block;
                        width: 100%;
                        transition: all 0.5s;
                        background-color: #fff;
                    }
                    .pro-box-list .img{
                        object-fit: contain;
                    }
                    .pro-box-list:hover{
                        box-shadow: 0px 0px 15px 0px rgba(0, 46, 91, 0.05);
                    }
                    .pro-box-list h3{
                        line-height: 80px;
                        padding: 0 10px;
                        font-size: 18px;
                        color: #666666;
                        text-align: center;
                    }

                    .ProductsDetail-one{
                        padding: 80px 0;
                    }

                    .ProductsDetail-one-box{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }

                    .ProductsDetail-one-box .img{
                        width: 50%;
                        text-align: center;
                    }
                    .ProductsDetail-one-box .img img{
                        max-height: 540px;
                    }
                    .ProductsDetail-one-box .text{
                        width: 50%;
                    }
                    .ProductsDetail-one-box .text .title{
                        font-size: 40px;
                        color: #023384;
                        font-weight: bold;
                    }
                    .ProductsDetail-one-box .text .desc{
                        font-size: 16px;
                        color: #626262;
                        white-space: pre-line;
                        margin-top: 50px;
                    }
                    .ProductsDetail-one-box .text .desc b{
                        color: #000;
                    }

                    .ProductsDetail-two .desc{
                        text-align: center;
                        font-size: 16px;
                        color: #626262;
                    }
                    .flex3-box ul{
                        display: flex;
                        flex-wrap: wrap;
                        margin: 0 -20px;
                    }
                    .flex3-box ul li{
                        width: 33.33%;
                        padding: 0 20px;
                        margin-top: 40px;
                    }
                    .SolutionList-item ul li{
                        margin-bottom: 30px;
                    }
                    .SolutionList-list{
                        display:flex;
                        justify-content: space-between;
                        align-items: center;
                        background-color: #fff;
                        padding: 30px;
                    }
                    .SolutionList-list .img{
                        padding-bottom: 23%;
                        width: 35%;
                    }
                    .SolutionList-list .text{
                        width: 65%;
                        padding-left: 3vw;
                    }
                    .SolutionList-list .text h3{
                        font-size: 26px;
                        color: #000;
                    }
                    .SolutionList-list .text p{
                        font-size: 16px;
                        color: #666;
                        margin-top: 20px;
                    }
                    .SolutionList-list .text span{
                        display: inline-block;
                        font-size: 16px;
                        color: var(--color);
                        margin-top: 20px;
                    }
                    .SolutionList-list:hover .text h3{
                        color: var(--color);
                    }
                    .Solution-one-list{
                        padding: 60px;
                        border: 1px solid #EFEFEF;
                        background-color: #fff;
                        height: 100%;
                    }
            
                    .Solution-one-list .icon{
                        width: 5.9vw;
                        margin: 0 auto;
                        text-align: center;
                    }
            
                    .Solution-one-list  .text{
                        text-align: center;
                        margin-top: 40px;
                    }
                    
                    .Solution-one-list  .text h3{
                        font-size: 24px;
                        color: #000000;
                        font-weight: bold;
                    }
                    .Solution-one-list  .text p{
                        font-size: 16px;
                        color: #626262;
                        margin-top: 20px;
                    }
                    .proDetail-three-swiper{
                        padding-left: 110px;
                        padding-right: 110px;
                        position: relative;
                    }
                    .proDetail-three-swiper .swiper-button-prev,.proDetail-three-swiper .swiper-button-next{
                        width: 60px;
                        height: 60px;
                        background-color: #fff;
                        border-radius: 50%;
                        overflow: hidden;
                        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
                        background-size: 10px 44px;
                    }
            
                    .proDetail-three-swiper .img img{
                        width: 100%;
                        overflow: hidden;
                    }

                    .ProductsDetail-five-box ul{
                        display: flex;
                        flex-wrap: wrap;
                        margin: 0 -12px;
                    }
                    .ProductsDetail-five-box ul li{
                        width: 16.6%;
                        padding: 0 12px;
                        margin-top: 24px;
                    }
                    .ProductsDetail-five-list{
                        display: block;
                        background-color: #fff;
                    }
                    .ProductsDetail-five-list .img{
                        padding-bottom: 70%;
                    }
                    .ProductsDetail-five-list h3{
                        padding: 20px 10px;
                        font-size: 18px;
                        color: #000000;
                        text-align: center;
                    }
                    .Responsibility-Three-list{
                        display: block;
                    }
            
                    .Responsibility-Three-list .img{
                        padding-bottom: 63%;
                    }
                    .Responsibility-Three-list .text{
                        background-color: #F9F9F9;
                        padding: 20px;
                    }
                    .Responsibility-Three-list .text h3{
                        font-size: 18px;
                        font-weight: bold;
                        color: #000;
                    }
                    .Responsibility-Three-list .text p{
                        font-size: 16px;
                        color: #666666;
                        margin-top: 12px;
                    }
            
                    .Responsibility-Three-list:hover .text h3{
                        color: var(--color);
                    }
                    .swiper-one-box{
                        position: relative;
                    }

                    .swiper-one-box .swiper-button-prev,.swiper-one-box .swiper-button-next{
                        width: 60px;
                        height: 60px;
                        background-color: #fff;
                        border-radius: 50%;
                        overflow: hidden;
                        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
                        background-size: 10px 44px;
                        border: 1px solid var(--color);
                    }
                    .swiper-one-box .swiper-button-prev{
                        left: -100px;
                    }
                    .swiper-one-box .swiper-button-next{
                        right: -100px;
                    }

                    .detail-box-text{
                        font-size: 16px;
                        color: #666666;
                    }
                    .case-item-z{
                        display: flex;
                        justify-content: space-between;
                        align-items: flex-start;
                    }
                    .case-item-z .case-nav{
                        width: 260px;
                        position: sticky;
                        top: 110px;
                    }
                    .case-item-z .case-item{
                        width: calc(100% - 260px);
                        padding-left: 70px;
                    }

                    .case-nav h3{
                        line-height: 60px;
                        background-color: rgba(2, 51, 132,0.05);
                        padding: 0 20px;
                        font-size: 20px;
                        color: #000000;
                        font-weight: bold;
                        border-right: 3px solid #023384;
                    }
                    .case-nav ul li a{
                        display: block;
                        padding: 18px 20px 18px 40px;
                        font-size: 16px;
                        color: #000000;
                        border-bottom: 1px solid #DFDFDF;
                    }
                    .case-nav ul li.active a{
                        color: var(--color);
                        font-weight: bold;   
                    }

                    .case-filter .title{
                        font-size: 24px;
                        color: #000000;
                    }

                    .case-filter-list{
                        display: flex;
                        border-bottom: 1px dashed #EAEAEB;
                    }
                    .case-filter-list .h3{
                        width: 120px;
                        font-size: 16px;
                        color: #626262;
                        padding: 15px 0;
                    }
                    .case-filter-list .case-filter-span{
                        width: calc(100% - 120px);
                        font-size: 16px;
                        color: #626262;
                        padding: 10px 0;
                    }
                    .case-filter-list .case-filter-span span,.case-filter-list .case-filter-span select{
                        display: inline-block;
                        margin: 5px 30px 5px 0;
                        cursor: pointer;
                    }
                    .case-filter-list .case-filter-span span:nth-last-child(1){
                        margin-right: 0;
                    }
                    .case-filter-list .case-filter-span span.active{
                        color: #003F97;
                    }
                    .case-filter-list .case-filter-span select{
                        border: 1px solid #F1F1F1;
                        color: #626262;
                        outline: none;
                        min-width: 150px;
                        height: 36px;
                    }

                    .case-item-box ul{
                        display: flex;
                        justify-content: space-between;
                        flex-wrap: wrap;
                    }
                    .case-item-box ul li{
                        width: calc(50% - 25px);
                        margin-top: 30px;
                    }
                    .case-item-list{
                        display: block;
                        width: 100%;
                    }
                    .case-item-list .img{
                        padding-bottom: 59%;
                    }
                    .case-item-list .text h3{
                        text-align: center;
                        font-size: 20px;
                        color: #333333;
                        margin-top: 17px;
                    }
                    .page_div {
                        margin: 20px 10px 20px 0;
                        color: #666;
                        padding-top: 20px;
                        text-align: center;
                    }
                        .page_div button {
                            display: inline-block;
                            min-width: 30px;
                            height: 30px;
                            cursor: pointer;
                            color: #666;
                            font-size: 13px;
                            line-height: 28px;
                            background-color: #f9f9f9;
                            border: 1px solid #dce0e0;
                            text-align: center;
                            margin: 0 4px;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            appearance: none;
                            border-radius: 5px;
                        }
                    
                    #firstPage, #lastPage, #nextPage, #prePage {
                        width: 50px;
                        color: var(--color);
                        border: 1px solid var(--color)
                    }
                    
                    #nextPage, #prePage {
                        width: 70px
                    }
                    .page_div .current {
                        background-color: var(--color);
                        border-color: var(--color);
                        color: #FFF
                    }

                    .CaseDetail-box{
                        margin-top: 80px;
                        position: relative;
                        z-index: 2;
                        padding-left: 50px;
                        padding-right: 50px;
                    }

                    .CaseDetail-three-item ul{
                        display: flex;
                        flex-wrap: wrap;
                    }
                    .CaseDetail-three-item ul li{
                        width: 20%;
                    }

                    .CaseDetail-three-list{
                        display: block;
                        position: relative;
                     
                    }
                    .CaseDetail-three-list .img{
                           padding-bottom: 69%;
                    }
                    .CaseDetail-three-list .img img{
                        display: block;
                    }
                    .CaseDetail-three-list .text{
                        position: absolute;
                        left: 0;
                        top: 0;
                        background-color: rgba(0, 0, 0, 0.5);
                        width: 100%;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: 18px;
                        color: #FFFFFF;
                    }

                    .Download-box-item ul li{
                        margin-top: 20px;
                    }
                    .Download-list{
                        display: block;
                        border: 1px solid #F6F7F8;
                        padding: 27px 30px;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }
                    .Download-list .Download-list-title{
                        width: 70%;
                        max-width: calc(100% - 200px);
                        position: relative;
                        padding-left: 30px;
                        font-size: 20px;
                        color: #000000;
                    }
                    .Download-list .Download-list-title i{
                        position: absolute;
                        left: 0;
                        top: 0;
                        font-size: 20px;
                    }
                    .Download-list .Download-list-title h3{
                        font-size: 20px;
                    }
                    .Download-list .Download-list-but a{
                        display: inline-block;
                        width: 44px;
                        height: 44px;
                        text-align: center;
                        line-height: 37px;
                        border: 1px solid #DDDDDD;
                        border-radius: 50%;
                        font-size: 20px;
                        color: #999999;
                        margin-right: 15px;
                    }
                    .Download-list .Download-list-but a:hover{
                        border-color: var(--color);
                        background-color: var(--color);
                        color: #fff !important;
                    }

                    .table-box table{
                        width: 100%;
                    }
                    .table-box table td{
                        padding: 18px 10px 18px 30px;
                        font-size: 16px;
                        color: #666666;
                    }
                    .table-box table tr:nth-child(odd){
                        background-color: #F9FAFB;
                    }
                    .table-box table td strong{
                        color: #000000;
                        font-weight: bold;
                    }

                    .InvestorRelationsNews-list{
                        display: flex;
                        justify-content: space-between;
                        padding: 6px 0;
                        font-size: 16px;
                        color: #000000;
                        padding-left: 15px;
                        position: relative;
                    }
                    .InvestorRelationsNews-list::before{
                        content: '·';
                        display: block;
                        position: absolute;
                        left: 0;
                        top: 0;
                        color: #A4A4A4;
                        font-size: 28px;
                        line-height: 1;
                    }
                    .InvestorRelationsNews-list h3{
                        max-width: 70%;
                    }
                    .InvestorRelationsNews-list span{
                        color: #B1B1B1;
                    }

                    .InvestorRelationsNews-item ul li .border{
                        border: 1px dashed #D5DFE6;
                        margin: 20px 0;
                    }
                    .InvestorRelationsNews-list:hover h3,.InvestorRelationsNews-list:hover span, .InvestorRelationsNews-list:hover::before{
                        color: var(--color);
                    }

                    .about-news-list{
                        display: block;
                        width: 100%;
                    }
                    .about-news-list .img{
                        padding-bottom: 60%;
                    }
                    .about-news-list  .text{
                        background-color: #F9FAFB;
                        padding: 30px;
                    }
                    .about-news-list  .text h3{
                        font-size: 20px;
                        color: #000000;
                    }
                    .about-news-list  .text p{
                        font-size: 16px;
                        color: #666666;
                        margin-top: 10px;
                    }
                    .about-news-swiper  .swiper-button-prev, .about-news-swiper  .swiper-button-next{
                        left: auto;
                        right: auto;
                        position: relative;
                        display: inline-block;
                        margin: 0 15px;
                    }
                    .about-news-but{
                        text-align: center;
                        margin-top: 30px;
                    }
                    .about-culture-box{
                        text-align: right;
                        position: relative;
                    }
                    .about-culture-box img{
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                    .about-culture-box .about-culture-right{
                        display: inline-block;
                        width: 410px;
                        padding: 0 30px;
                        position: relative;
                        z-index: 2;
                    }
                    .about-culture-box .about-culture-right .about-culture-list{
                        padding: 40px 50px;
                        background-color: #fff;
                        margin: 30px 0;
                        text-align: left;
                        color: #000000;
                    }
                    .about-culture-box .about-culture-right .about-culture-list h3{
                        font-size: 25px;
                       
                        font-weight: bold;
                    }
                    .about-culture-box .about-culture-right .about-culture-list p{
                        font-size: 16px;
                        margin-top: 16px;
                    }
                    .about-culture-box .about-culture-right .about-culture-list:nth-child(2){
                        background-color: var(--color);
                        color: #fff;
                    }
                    .about-culture-box .about-culture-right .about-culture-list:nth-child(3){
                        background-color: #D4000F;
                        color: #fff;
                    }

                    .about-cooperation-item{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }

                    .about-cooperation-item .text{
                        width: 50%;
                        font-size: 16px;
                        color: #666666;
                        white-space: pre-line;
                        padding-right: 4.5vw;
                    }

                    .about-cooperation-item .img{
                        width: 50%;
                    }
                    .Join-box ul li {
                        margin-bottom: 20px;
                    }
                    
                    .Join-list .Join-title {
                        padding: 25px 0;
                        border-bottom: 1px solid #E5E5E5;
                        cursor: pointer;
                    }
                    
                        .Join-list .Join-title h3 {
                            font-size: 22px;
                            color: #000000;
                            font-weight: bold;
                        }
                    
                        .Join-list .Join-title .Join-text {
                            margin-top: 15px;
                            display: flex;
                            justify-content: space-between;
                            font-size: 16px;
                        }
                    
                            .Join-list .Join-title .Join-text .p1 {
                                color: #000;
                            }
                    
                            .Join-list .Join-title .Join-text .time {
                                color: #666666;
                            }
                    
                    .Join-list .Join-desc {
                        padding-top: 20px;
                        font-size: 16px;
                        color: #666666;
                        display: none;
                    }
                    
                    .Join-list.active .Join-title h3{
                        color:var(--color);
                    }
                    
                    .Join-box-title {
                        font-size: 18px;
                        color: #000000;
                        border-bottom: 1px solid #EEEEEE;
                        padding-bottom:20px;
                        padding-top:20px;
                    }
                    

                    .contact-one-item{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }

                    .contact-one-item .text{
                        width: 50%;
                        background-image: url(../images/con-bg.png);
                        background-repeat: no-repeat;
                        background-position: 80% top;
                    }
                    .contact-one-item .map{
                        width: 50%;
                    }

                    .contact-one-item .text .p1{
                        font-size: 24px;
                        color: #000000;
                        margin-top: 45px;
                        margin-bottom: 10px;
                    }

                    .contact-one-item .text .p2{
                        font-size: 16px;
                        color: #6E6E6E;
                    }

                    .contact-two-box ul{
                        display: flex;
                        flex-wrap: wrap;
                        margin: 0 -20px;
                    }
                    .contact-two-box ul li{
                        width: 33.33%;
                        padding: 0 20px;
                        margin-top: 40px;
                    }

                    .contact-two-list{
                        box-shadow: 0px 0px 50px 0px rgba(180, 184, 206, 0.14);
                        padding: 30px 40px;
                    }
                    .contact-two-list h3{
                        font-size: 24px;
                        color: #000000;
                        font-weight: bold;
                        padding-bottom: 20px;
                        margin-bottom: 20px;
                        position: relative;
                    }
                    .contact-two-list h3::after{
                        content: '';
                        display: block;
                        width: 48px;
                        height: 4px;
                        background-color: var(--color);
                        position: absolute;
                        bottom: 0;
                        left: 0;
                    }
                    .contact-two-list p{
                        font-size: 16px;
                        color: #626262;
                    }
                    .detail-title h3{
                        font-size: 32px;
                        font-weight: bold;
                        color: #000000;
                    }
                    .detail-title p{
                        font-size: 16px;
                        color: #666666;
                        margin-top: 15px;
                    }
                    .detail-text{
                        margin-top: 30px;
                        font-size: 16px;
                        color: #333333;
                    }
                
                    .detail{
                        width: 100%;
                        overflow: hidden;
                    }


                    @media (max-width: 1600px) {
                        .buts{
                            min-width: 130px;
                            line-height: 45px;
                            font-size: 15px;
                        }
                        .mt120{
                            margin-top: 100px;
                        }
                        .mt50{
                            margin-top: 40px;
                        }
                        .pt100{
                            padding-top: 80px;
                        }
                        .pb100{
                            padding-bottom: 80px;
                        }
                        .pb120{
                            padding-bottom: 100px;
                        }
                        .banner .swiper-pagination-bullet{
                            width: 70px;
                        }
                        .index-title h3{
                            font-size: 32px;
                        }
                        .box-nav ul li a{
                            min-width: 140px;
                            padding: 0 15px;
                            font-size: 15px;
                            line-height: 45px;
                        }
                        .index-one-text-list p{
                            font-size: 15px;
                        }
                        .index-one-text-list h3{
                            font-size: 24px;
                        }
                        .index-pro-box ul li .text h3{
                            font-size: 30px;
                        }
                        .index-pro-box ul li .text p{
                            font-size: 15px;
                        }
                        .index-pro-box ul .img .img-text .img-icon{
                            width: 40px;
                        }
                        .index-pro-box ul .img .img-text h3{
                            font-size: 16px;
                        }
                        .Case-one-box ul li:nth-child(1) .Case-one-list .text{
                            padding: 20px;
                        }
                        .Case-one-box ul li:nth-child(1) .Case-one-list .text h3{
                            font-size: 18px;
                        }
                        .news-flex-list .text{
                            padding: 20px;
                        }
                        .news-flex-list .text h3{
                            font-size: 18px;
                        }
                        .news-flex-list .text p,.news-flex-list .text span,.news-flex-list .text small{
                            font-size: 15px;
                        }
                        .news-lists{
                            padding: 27px 0;
                        }
                        .news-lists .text p,.news-lists .text small{
                            font-size: 15px;
                        }
                        .footer-nav-list .title{
                            font-size: 16px;
                        }
                        .footer-nav-list p, .footer-nav-list p a{
                            font-size: 14px;
                        }
                        .footer-link{
                            font-size: 14px;
                        }
                        .footer-bottom{
                            font-size: 14px;
                        }
                        .footer-item .footer-logo{
                            width: 190px;
                        }
                        .nei-banner .text{
                            padding-top: 20vh;
                        }
                        .nei-banner .text h3{
                            font-size: 45px;
                        }
                        .nei-banner .text p{
                            font-size: 20px;
                        }
                        .nei-nav2-box ul li{
                            padding: 0 15px;
                        }
                        .nei-nav2-box ul li a{
                            font-size: 16px;
                            line-height: 65px;
                        }
                        .pro-box-c .title h3{
                            font-size: 20px;
                        }
                        .pro-box-c{
                            margin-top: 60px;
                        }
                        .pro-box-list h3{
                            font-size: 16px;
                            line-height: 60px;
                        }
                        .swiper-one-box .swiper-button-prev, .swiper-one-box .swiper-button-next{
                            width: 50px;
                            height: 50px;
                        }
                        .ProductsDetail-one-box .text .title{
                            font-size: 32px;
                        }
                        .swiper-one-box .swiper-button-next{
                            right: -65px;
                          
                        }
                        .swiper-one-box .swiper-button-prev{
                            left: -65px;
                        }
                        .SolutionList-list{
                            padding: 25px;
                        }
                        .SolutionList-list .text h3{
                            font-size: 22px;
                        }
                        .SolutionList-list .text p{
                            font-size: 15px;
                        }
                        .Solution-one-list{
                            padding: 45px;
                        }
                        .Solution-one-list .text h3{
                            font-size: 20px;
                        }
                        .box-title h3{
                            font-size: 30px;
                        }
                        .Responsibility-Three-list .text h3{
                            font-size: 16px;
                        }
                        .ProductsDetail-five-list h3{
                            font-size: 16px;
                        }
                        .case-item-z .case-nav{
                            width: 220px;
                        }
                        .case-item-z .case-item{
                            width: calc(100% - 220px);
                            padding-left: 40px;
                        }
                        .case-filter-list .case-filter-span{
                            font-size: 14px;
                        }
                        .case-filter-list .case-filter-span span, .case-filter-list .case-filter-span select{
                            margin: 5px 20px 5px 0;
                        }
                        .case-filter-list .h3{
                            font-size: 14px;
                            padding: 10px 0;
                        }
                        .case-nav ul li a{
                            padding: 12px 15px 12px 30px;
                            font-size: 15px;
                        }
                        .case-filter .title{
                            font-size: 20px;
                        }
                        .case-nav h3{
                            line-height: 52px;
                            font-size: 18px;
                        }
                        .case-item-list .text h3{
                            font-size: 16px;
                        }
                        .Download-list{
                            padding: 20px 30px;
                        }
                        .Download-list .Download-list-title h3{
                            font-size: 18px;
                        }
                        .about-news-list .text{
                            padding: 20px;
                        }
                        .about-news-list .text h3{
                            font-size: 18px;
                        }
                        .about-news-list .text p{
                            font-size: 15px;
                        }
                        .contact-one-item .text .p1{
                            font-size: 20px;
                            margin-top: 35px;
                        }
                        .contact-two-box ul{
                            margin: 0 -15px;
                        }
                        .contact-two-box ul li{
                            padding: 0 15px;
                            margin-top: 30px;
                        }
                        .contact-two-list{
                            padding: 25px 30px;
                        }
                        .contact-two-list h3{
                            font-size: 20px;
                        }
                        .contact-two-list p{
                            font-size: 15px;
                        }
                    }

                    @media (max-width: 1000px) {
                        .max1200,.container{
                            padding-left: 15px;
                            padding-right: 15px;
                        }
                        .banner .swiper-pagination{
                            padding-bottom: 0px;
                        }
                        .banner .swiper-pagination-bullet{
                            width: 50px;
                        }
                        .buts{
                            min-width: 110px;
                            line-height: 40px;
                            font-size: 14px;
                        }
                        .mt120{
                            margin-top: 30px;
                        }
                        .mt50{
                            margin-top: 20px;
                        }
                        .pt100{
                            padding-top: 30px;
                        }
                        .pb100{
                            padding-bottom: 30px;
                        }
                        .pb120{
                            padding-bottom: 30px;
                        }
                        .banner .swiper-button-prev, .banner .swiper-button-next{
                            width: 45px;
                            height: 45px;
                            background-size: 7px 20px;
                        }
                        .index-title h3{
                            font-size: 22px;
                        }
                        .box-nav ul li{
                            margin: 5px;
                        }
                        .box-nav ul li a{
                            min-width: 120px;
                            padding: 0 10px;
                            font-size: 14px;
                            line-height: 38px;
                        }
                        .index-one-list{
                            flex-direction: column;
                        }
                        .index-one-text-list h3{
                            font-size: 18px;
                        }
                        .index-one-text-list p{
                            font-size: 14px;
                        }
                        .index-one-list .img{
                            width: 100%;
                            max-width: 300px;
                            text-align: center;
                        }
                        .index-pro-box ul{
                            display: block;
                        }
                        .index-pro-box ul>li{
                            width: 100%;
                            max-width: 100%;
                        }
                        .index-pro-box ul .img{
                            min-height: 60vh;
                        }
                        .index-pro-box ul li .text h3{
                            font-size: 20px;
                        }
                        .index-pro-box-list ol{
                            margin: 0 -5px;
                        }
                        .index-pro-box-list ol li{
                            width: 50%;
                            max-width: 100%;
                            padding: 0 5px;
                            margin-top: 10px;
                        }
                        .index-pro-box-list{
                            margin-top: 30px;
                        }
                        .index-pro-box ul li .text .buts{
                            margin-top: 25px;
                        }
                        .index-pro-box ul .text{
                            opacity: 1 !important;
                        }
                        .index-pro-box ul .texts{
                            display: block !important;
                        }
                        .index-pro-box ul .img .img-text{
                            display: none !important;
                        }
                        .Case-one-box ul li:nth-child(1){
                            width: 100% !important;
                            margin-top: 0;
                        }
                        .Case-one-box ul{
                            margin: 0 -5px;
                        }
                        .Case-one-box ul li{
                            width: 50% !important;
                            padding: 0 5px;
                        }
                        .Case-one-box ul li:nth-child(1) .Case-one-list .text h3{
                            font-size: 16px;
                        }
                        .Case-one-box ul li:nth-child(1) .Case-one-list .text p{
                            font-size: 14px;
                        }
                        .nei-nav ul li a{
                            font-size: 16px;
                            padding-bottom: 10px;
                        }
                        .nei-nav ul li{
                            margin: 0 20px;
                        }
                        
    .index-about-item {
        transform: translateY(0);
    }
    .box-title h3{
        font-size:20px;
    }
    .box-title p{
        font-size:14px;
    }
    .box-title span{
        font-size:9vw;
    }
    .index-about-text{
        margin-top:20px;
        font-size:14px;
    }
    .index-about-item ul{
        flex-direction:column;
    }
        .index-about-item ul li{
            width:100%;
            margin-top:45px;
        }
    .index-about-list p{
        font-size:14px;
    }
    .index-about-list {
        border-radius: 10px !important;
        padding: 25px;
        padding-top: 50px;
    }
        .index-about-list .icons{
            width:85px;
        }
        .index-about-list h3{
            font-size:20px;
        }
        .index-news{
            margin-top: 30px;
        }
        .index-newsBox{
            flex-direction: column;
        }
        .index-newsBox .news-flex-item{
            width: 100%;
        }
        .index-newsBox .news-list-item{
            width: 100%;
            padding-left: 0;
        }
        .news-flex-item ul{
            margin: 0 -5px;
        }
        .news-flex-item ul li{
            padding: 0 5px;
        }
        .news-flex-list .text{
            padding: 10px;
        }
        .news-flex-list .text h3{
            font-size: 16px;
            line-height: 25px;
        height: 50px;
        }
        .news-flex-list .text p{
            line-height: 23px;
            height: 69px;
        }
        .news-flex-list .text p, .news-flex-list .text span, .news-flex-list .text small{
            font-size: 14px;
            margin-top: 5px;
        }
        .news-lists{
            padding: 15px 0;
        }
        .news-lists .text h3{
            font-size: 16px;
        }
        .news-lists .text p, .news-lists .text small{
            font-size: 14px;
            margin-top: 5px;
        }
        .news-lists .text p{
            line-height: 23px;
            height: 46px;
        }
        .index-from-box ul li{
            width: 100%;
        }
        .index-from-box ul li input{
            height: 40px;
            font-size: 14px;
        }
        .index-from-box ul li textarea{
            height: 120px;
            font-size: 12px;
        }
       
    .footer-item{
        padding: 20px 0;
    }
    .footer-nav-list{
        width: 50%;
        margin-bottom: 20px;
        max-width: 50%;
        margin: 0;
        margin-bottom: 15px;
    }
    .footer-item .footer-nav{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-nav-list.con{
        width: 100%;
        max-width: 100%;
    }
    .footer-ewm{
        width: 100%;
        display: block;
    }
    .footer-nav-list:nth-last-child(1){
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .footer-ewm .footer-ewm-list{
        margin: 0 auto;
    }
    .footer-item .footer-logo{
        display: none;
    }
    .footer-item .footer-nav{
        width: 100%;
    }
    .nei-nav2{
        margin-top: 0;
    }
    .nei-nav2-box ul li{
        padding: 0 20px;
    }
    .nei-nav2-box{
        width: 100%;
        overflow-x: scroll;
        min-height: 50px;
    }
    .nei-nav2-box ul{
        width: max-content;
    }
    .nei-nav2-box ul li a{
        font-size: 14px;
        line-height: 50px;
    }
    .pro-box-items ul{
        margin: 0 -5px;
    }
    .pro-box-items ul li{
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }
    .pro-box-c{
        margin-top: 30px;
    }
    .pro-box-c .title h3{
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgb(239, 239, 239);
    }
    .pro-box-list h3{
        font-size: 14px;
        line-height: 40px;
    }
    .pro-box-c .title h3{
        font-size: 18px;
    }
    .nei-banner .text{
        padding-top: 30px;
    }
    .nei-banner .text h3{
        font-size: 20px;
    }
    .nei-banner .text p{
        font-size: 14px;
        margin-top: 15px;
    }
    .ProductsDetail-one{
        padding: 30px 0;
    }
    .ProductsDetail-one-box{
        flex-direction: column;
    }
    .ProductsDetail-one-box .img{
        width: 100%;
    }
    .ProductsDetail-one-box .text{
        width: 100%;
        margin-top: 15px;
    }
    .ProductsDetail-one-box .text .title{
        font-size: 20px;
    }
    .ProductsDetail-one-box .text .desc{
        margin-top: 15px;
        font-size: 14px;
    }
    .ProductsDetail-two .desc{
        font-size: 14px;
    }
    .flex3-box ul {
        margin: 0 -5px;
    }
    .flex3-box ul li{
        width: 50%;
        padding: 0 5px;
    }
    .SolutionList-list{
        flex-direction: column;
        padding: 15px;
        border-radius: 5px;
    }
    .SolutionList-item ul li{
        margin-bottom: 10px;
    }
    .SolutionList-list .img{
        width: 100%;
        padding-bottom: 65%;
    }
    .SolutionList-list .text{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .SolutionList-list .text h3{
        font-size: 20px;
    }
    .SolutionList-list .text p{
        margin-top: 10px;
    }
    .Solution-one-list{
        padding: 15px;
    }
    .Solution-one-list .icon{
        width: 50px;
    }
    .Solution-one-list .text{
        margin-top: 15px;
    }
    .Solution-one-list .text h3{
        font-size: 16px;
    }
    .Solution-one-list .text p{
        font-size: 14px;
        margin-top: 10px;
    }
    .proDetail-three-swiper{
        padding-left: 0;
        padding-right: 0;
    }
    .proDetail-three-swiper .swiper-button-prev, .proDetail-three-swiper .swiper-button-next,.swiper-one-box .swiper-button-prev, .swiper-one-box .swiper-button-next{
        width: 40px;
        height: 40px;
        background-size: 6px 44px;
    }
      .ProductsDetail-five-box ul{
        margin: 0 -5px;
      }
    .ProductsDetail-five-box ul li{
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }
    .ProductsDetail-five-list h3{
        padding: 10px;
    }
    .Responsibility-Three-list .text{
        font-size: 14px;
        padding: 15px;
    }
    .swiper-one-box .swiper-button-prev{
        left: 0;
    }
    .swiper-one-box .swiper-button-next{
        right: 0;
    }
    .detail-box-text{
        font-size: 14px;
    }

    .case-item-z{
        flex-direction: column;
    }
    .case-item-z .case-nav{
        width: 100%;
        overflow-x: scroll;
        position: relative;
        top: 0;
    }
    .case-nav h3{
        display: none;
    }
    .case-item-z .case-nav ul{
        width: max-content;
    }
    .case-item-z .case-nav li{
        display: inline-block;
        margin-right: 15px;
    }
    .case-item-z .case-nav li a{
        padding: 0;
    }
    .case-item-z .case-item{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .case-filter{
        margin-top: 15px;
    }
    .case-filter-list .h3{
        width: 100px;
    }
    .case-filter-list .case-filter-span{
        width: calc(100% - 100px);
    }
    .case-filter-list .case-filter-span select{
        min-width: 70px;
    height: 33px;
    }
    .case-filter-list .case-filter-span span, .case-filter-list .case-filter-span select{
        margin: 5px 10px 5px 0;
    }
    .case-item-box ul li{
        width: calc(50% - 5px);
        margin-top: 10px;
    }
    .CaseDetail-box{
        margin-top: 30px;
        position: relative;
        z-index: 2;
        padding-left: 0;
        padding-right: 0;
    }
    .CaseDetail-three-item ul li{
        width: 50%;
    }
    .CaseDetail-three-list .text{
        font-size: 16px;
    }
    .Download-list{
        padding: 10px;
        flex-direction: column;
    }
    .Download-list .Download-list-title{
        width: 100%;
        max-width: 100%;
    }
    .Download-list .Download-list-title h3{
        font-size: 16px;
    }
    .Download-list-but{
        width: 100%;
        margin-top: 10px;
        text-align: right;
    }
    .Download-list .Download-list-but a{
        margin-right: 0;
        width: 35px;
        height: 35px;
        line-height: 27px;
    }
    .table-box{
        width: 100%;
        overflow-x: scroll;
    }
    .table-box table{
        min-width: 800px;
    }
    .table-box table td{
        padding: 10px 10px 10px 20px;
        font-size: 14px;
    }
    .InvestorRelationsNews-list{
        font-size: 14px;
    }
    .InvestorRelationsNews-list h3{
        font-size: 14px;
    }
    .InvestorRelationsNews-item ul li .border{
        margin: 10px 0;
    }
    .about-news{
        margin-top: 30px;
    }
    .about-news-list .text h3{
        font-size: 16px;
    }
    .about-news-but{
        margin-top: 10px;
    }
    .about-culture-box .about-culture-right{
        width: 100%;
        max-width: 400px;
        padding: 15px;
    }
    .about-culture-box .about-culture-right .about-culture-list{
        padding: 20px 25px;
        margin: 10px 0;
    }
    .about-culture-box .about-culture-right .about-culture-list h3{
        font-size: 20px;
    }
    .about-cooperation-item{
        flex-direction: column;
    }
    .about-cooperation-item .text{
        width: 100%;
        padding-right: 0;
        font-size: 14px;
    }
    .about-cooperation-item .img{
        width: 100%;
        margin-top: 20px;
    }
    .Join-list .Join-title{
        padding:10px 0;
    }
    .Join-list .Join-title h3{
        font-size:16px;
    }
    .Join-list .Join-title .Join-text{
        font-size:14px;
        flex-direction:column;
        margin-top:10px;
    }
    .Join-list .Join-title .Join-text .time{
        margin-top:5px;
    }
    .Join-box ul li {
        margin-bottom: 10px;
    }
    .Join-box-title{
        font-size:16px;
    }
    .Join-list .Join-desc{
        font-size: 14px;
    }
    .contact-one-item{
        flex-direction: column;
    }
    .contact-one-item .text{
        width: 100%;
    }
    .contact-one-item .map{
        width: 100%;
        margin-top: 20px;
    }
    .contact-one-item .text .p1{
        font-size: 18px;
        margin-top: 20px;
    }
    .contact-one-item .text .p2{
        font-size: 14px;
    }
    .contact-two-box ul{
        margin: 0 ;
    }
    .contact-two-box ul li{
        width: 100%;
        padding: 0;
    }
    .contact-two-box ul li{
        margin-top: 10px;
    }
    .contact-two-list{
        padding: 15px;
    }
    .contact-two-list h3{
        font-size: 18px;
    }
    }
   