body {
    font-size: 14px;
    background-color: #F9FBFE;
}

[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: #004080;
    --color2: #6DAF31;
}


/* 设置滚动条的样式 */
::-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;
    width: 6vw;
    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 a{
    color: #6DAF31;
}
.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;
    }
    .header001 .bx-nav ul li a{
        font-size: 0.9vw;
    }
    .bx-header-tel{
        font-size: 16px;
    }
    .header001 .bx-logo img{
        max-height: 53px;
    }
    .header001 .bx-nav ul li{
        height: 80px;
    }
    .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;
    }
}



@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: 40px;
    }

    .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;
    border-radius: 50px;
    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 .img  a {
    width: 100%;
}

.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
    background-size: 13px 20px;
    transition: all 0.5s;
}
.banner .swiper-button-prev{
    left: 20px;
}
.banner .swiper-button-next{
    right: 20px;
}

.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{
    background-color: var(--color);
}

@keyframes first{
    0% {width: 0;}/*091*/
    100% {width: 100%;} /*0915*/
  }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    animation:first 4.2s;
}



.banner-pagination{
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.banner-pagination p{
    display: inline-block;
    width: 90px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 2.5px;
    padding: 10px 0;
    border-bottom: 1px solid #D8DADF;
    position: relative;
}

.banner-pagination p::before{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--color2);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.banner .banner-pagination p.active::before{
    animation:first 4.2s;
}

.mt120{
    margin-top: 120px;
}
.mt50{
    margin-top: 50px;
}
.pt100{
    padding-top: 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(--color2);
    text-decoration:underline;
}


.box-title.black h3{
    color: #000000;
}
.box-title.black p{
    color: #666666;
}

.index-one-list.img img{
    width: 100%;
}
.index-one-list{
    display: block;
    position: relative;
}

.index-one-list .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 11%;
}
.index-one-list .index-one-text-list{
    max-width: 600px;
    margin-top: 5.5%;
}
.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;
}
.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;
}

.index-pro-box ul{
    display: flex;
    width: 100%;

}
.index-pro-box ul li{
    flex-grow: 1;
    transition: all 0.3s;
    max-width: 70%;
}

.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;
}


.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;
}

.index-two{
    position: relative;
}
.index-two .box-title{
    position: absolute;
    left: 0;
    top:10vh;
    width: 100%;
    z-index: 3;
}
.index-two .img img{
    width: 100%;
    min-height: 600px;
}
.index-two .img{
    position: relative;
}
.index-two .index-two-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.index-two .index-two-box li{
    position: absolute;
    cursor: pointer;

}
.index-two .index-two-box li:nth-child(1){
    left: 19%;
    top: 29%;
    z-index: 5;
}
.index-two .index-two-box li:nth-child(2){
    right: 19%;
    top: 38%;
    z-index: 5;
}
.index-two .index-two-box li:nth-child(3){
    left: 15%;
    top: 50%;
    z-index: 4;
}
.index-two .index-two-box li:nth-child(4){
    left: 19%;
    top: 75%;
    z-index: 3;
}
.index-two .index-two-box li:nth-child(5){
    right: 13%;
    top: 70%;
    z-index: 3;
}

.index-two .index-two-box li .title{
    background-color: #fff;
    line-height: 60px;
    width: 240px;
    border-radius: 10px;
    font-size: 20px;
    color: #004080;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

.index-two .index-two-box li .desc{
    width: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    transition: all 0.5s;
    position: absolute;
    left: 50%;;
    top: 0;
    transform: translate(-50%,0);
    opacity: 0;
    transition: all 0.5s;
}

.index-two .index-two-box li .desc h3{
    font-size: 20px;;
    color: #004080;
    font-weight: bold;
    text-align: center;
}
.index-two .index-two-box li .desc p{
    white-space: pre-line;
    margin-top: 15px;
}
.index-two .index-two-box li:hover .title{
    opacity: 0;
}
.index-two .index-two-box li:hover .desc{
    opacity: 1;
}

.PaymentMethod-item ul {
    display: flex;
    justify-content: space-between;
}

.PaymentMethod-item ul li {
    width: calc(20% - 27px);
    margin-top: 65px;
}

.PaymentMethod-item ul li .PaymentMethod-list {
    height: 100%;
    position: relative;
}

.PaymentMethod-item ul li .PaymentMethod-list .icons {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
}

.PaymentMethod-item ul li .PaymentMethod-list .text {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 90px;
    border: 1px solid var(--color);
    text-align: center;
    padding: 20px;
    position: relative;
    padding-top: 30px;

}

.PaymentMethod-item ul li .PaymentMethod-list .text::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, 0);
}

.PaymentMethod-item ul li .PaymentMethod-list .text::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--color);
    border-radius: 50%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translate(0, -50%);
}

.PaymentMethod-item ul li:nth-last-child(1) .PaymentMethod-list .text::after,
.PaymentMethod-item ul li:nth-last-child(1) .PaymentMethod-list .text::before {
    display: none;
}

.PaymentMethod-item ul li .PaymentMethod-list .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #202020;
}

.PaymentMethod-item ul li .PaymentMethod-list .text p {
    font-size: 16px;
    color: #626262;
    margin-top: 10px;
}

.index-four{
    width: 100%;
    height: 85vh;
    background-image: url(../images/index-four-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-four-box{
    display: flex;  
    align-items: center;
}
.index-four-box .left{
    font-size: 18px;
    color: #666666;
}

.index-four-box .right{
    flex: 1;
    padding-left: 3vw;
}

.index-four-box .right img{
    width: 100%;
}

.index-news-box{
    display:flex;
    justify-content:space-between;
}

.index-news-left{
    width:45%;
}
    .index-news-left .img{
        padding-bottom:56%;
    }
    .index-news-left .text{
        background-color:#F9FAFB;
        padding:20px;
        transition:all 0.5s;
    }
        .index-news-left .text h3, .news-list .text h3 {
            font-size: 18px;
            color: #202020;
            transition:all 0.5s;
            font-weight:700;
        }
        .index-news-left .text p, .news-list .text p {
            font-size: 14px;
            color: #666666;
            margin-top: 14px;
            transition:all 0.5s;
        }
        .index-news-left .text span, .news-list .text span {
            display: inline-block;
            font-size: 14px;
            color: #878787;
            margin-top: 12px;
            margin-right:20px;
            transition:all 0.5s;
        }
             .news-list .text span img{
                vertical-align:middle;
                margin-right:5px;
            }
.news-list .text .buts {
    margin-top: 10px;
}
        .index-news-right {
            width: 55%;
            padding-left: 20px;
        }
        .news-list .text p {
            line-height: 20px;
            height: 40px;
        }
.news-list{
    display:flex;
    justify-content:space-between;
    background-color: #F9FAFB;
}
    .news-list .img{
        width:270px;
        padding-bottom:19.3%;
    }
    .news-list .text {
        width:calc(100% - 270px);
        background-color: #F9FAFB;
        padding: 20px;
        transition:all 0.5s;
    }
.index-news-right ul li:nth-child(1){
    margin-top:0;
}
.index-news-right ul li {
    margin-top: 20px;
}

.index-news-left:hover .text h3, .news-list:hover .text h3{
    color:var(--color);
}
.news-list:hover .text{
    background-color: #004080;
}

.news-list:hover .text h3,.news-list:hover .text p,.news-list:hover .text span{
    color: #fff !important;
}


.footer{
    background-color: #000000;
}

.footer-item{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}


.footer-item .footer-nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-nav-list{
    width: 9%;
}
.footer-nav-list.con{
    width: 20%;
}

.footer-nav-list .title{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 10px;
}

.footer-nav-list p{
    padding: 2px 0;
}
.footer-nav-list p,.footer-nav-list p a{
    font-size: 16px;
    color: #A4A4A4;
}
.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 #363636;
    padding: 18px;
    font-size: 16px;
    color: #989898;
    text-align: center;
}

.footer-link{
    font-size: 16px;
    color: #A4A4A4;
    padding-bottom: 20px;
}
.footer-link a{
    color: #A4A4A4;
    margin-left: 10px;
}
.footer-link a:hover{
    color: #fff !important;
}

.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);
}

.news-box ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2vw;
}
.news-box ul li{
    width: 33.33%;
    padding: 0 2vw;
    margin: 2vw 0;
}

.news-box-list{
    display: block;
}

.news-box-list .img{
    padding-bottom: 67%;
}
.news-box-list .text{
    background-color: #F9FAFB;
    padding: 30px;
}
.news-box-list .text h3{
    font-size: 16px;
    color: #000000;
}
.news-box-list .text span{
    display: inline-block;
    font-size: 16px;
    color: #878787;
    margin-top: 15px;
}
.news-box-list:hover .text  h3{
    color: var(--color);
}

.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
}
.News .news-flex-item ul li{
width: 33.33%;
margin-bottom: 20px;
}

.bx-mb-nav {
    line-height: 1;
    border-bottom: 0;
    padding:17px 0;
}

    .bx-mb-nav p, .bx-mb-nav p a{
        font-size: 16px;
        color: #666;
        line-height: 1.5;
        
    }
    .bx-mb-nav p span{
        display: inline-block;
        vertical-align: text-top;
    }

    .bx-mb-nav a:hover {
        color: var(--color);
    }

    .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-text img{
        width: 100%;
    }
    .detail-text a{
        color: #000;
    }

    .newsDetail-item{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .newsDetail-item .left{
        width: calc(100% - 400px);
        padding-right: 100px;
    }

    .newsDetail-item{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .newsDetail-item .detail-title{
        padding-bottom: 30px;
        border-bottom: 1px solid #EEEEEE;
    }

    .detail-updowm{
        border-top: 1px solid #EEEEEE;
        padding-top: 40px;
        margin-top: 40px;
        display: flex;
    }
    .detail-updowm .text{
        width: calc(100% - 200px);

    }
    .detail-updowm .text a{
        font-size: 16px;
        color: #666666;
        display: block;
        max-width: 100%;
    }
    .detail-updowm .text a span{
        color: #333;
    }

    .newsDetail-item .right{
        width: 400px;
        background-color: #FAFAFA;
        border-radius: 20px;
        padding: 30px ;
        position: sticky;
        top: 110px;
    }

    .newsDetail-item .right .title{
        font-size: 24px;
        color: #000000;
        font-weight: bold;
    }
    .newsDetail-news ul li{
        margin-top: 27px;
    }
    .newsDetail-news ul li a h3{
        font-size: 16px;
        color: #000;
    }
    .newsDetail-news ul li a p{
        font-size: 16px;
        color: #666666;
        margin-top: 10px;
    }
    .newsDetail-txt{
        padding: 80px 0;
    }

    .newsDetail-txt .news-box ul{
        margin: 0 -13px;
    }
    .newsDetail-txt .news-box ul li{
        width: 25%;
        padding: 0 13px;
    }

    .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: 64px;
        color: #fff;
        line-height: 1;
    }
    .nei-banner .text p{
        font-size: 18px;
        color: #F5F5F5;
        margin-top: 20px;
    }
    .nei-banner .text.center{
        text-align: center;
    }

    .about-one{
        display: flex;
        justify-content: space-between;
    }
    .about-one .about-one-text{
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 5vw 10vw;
        justify-content: center;
    }
    .about-one .about-one-text h3{
        font-size: 36px;
        color: #000000;
        font-weight: 700;
    }
    .about-one .about-one-text .desc{
        font-size: 16px;
        color: #626262;
        margin-top: 30px;
    }
    .about-one .about-one-text .desc span{
        color: var(--color);
        text-decoration: underline;
    }
    .about-one .about-one-img{
        width: 50%;
    }
    .about-one .about-one-img img{
        width: 100%;
    }

    .about-two ul{
        display: flex;
        justify-content: space-between;
    }
    .about-two ul li{
        flex: 1;
    }
    .about-two-list{
        position: relative;
        border-right: 1px solid rgba(255,255,255,.5);
    }
    .about-two-list .img img{
        width: 100%;
    }

    .about-two-list .text{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        padding: 17%;
        text-align: center;
        padding-top:80%;
        transition: all 0.5s;
    }

    .about-two-list .text h3{
        color: #FFFFFF;
        font-size: 36px;
        transition: all 0.5s;
    }
    .about-two-list .text p{
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 25px;
        transition: all 0.5s;
    }

    .about-two-list:hover .text{
        background-color: rgba(0,0,0,.6);
        
        
    }

    .about-two-list:hover .text h3,.about-two-list:hover .text p{
        transform: translateY(-8px);
    }

    .about-video video{
        width: 100%;
    }

    .max-w1300{
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-four-box{
        display: flex;
        align-items: center;
    }

    .about-four-box .text{
        width: 200px;
    }
    .about-four-box .text ul li{
        padding: 25px 0;
        border-bottom: 1px solid #E4E9EF;
    }
 
    .about-four-box .text ul li p{
        font-size: 25px;
        color: var(--color);
        line-height: 1;
       
    }
    .about-four-box .text ul li p span{
        font-size: 60px;
        vertical-align: middle;
    }
    .about-four-box .text ul li h3{
        font-size: 18px;
        color: #000000;
        margin-top: 15px;
    }
    .about-four-box .img{
        width: calc(100% - 200px);
        padding-left: 10vw;
        text-align: right;
    }

    .about-five-item ul{
        display: flex;
        margin: 0 -8px;
    }
    .about-five-item ul li{
        width: 14%;
        transition: all 0.3s;
        max-width: 70%;
        padding: 0 8px;
    }

    .about-five-item ul li.active{
        width: 25%;
    }
    .about-five-item ul li .img{
        height: 430px;
        overflow: hidden;
    }
    .about-five-item ul li .img img{
        width: 100%;
        height: 100%;
    }
    .about-five-item ul li .bottom{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 47px 25px 0 25px;
    }
    .about-five-list{
        display: block;
        width: 100%;
        position: relative;
    }

    .about-five-item ul li .bottom .text h3{
        font-size: 20px;
        font-weight: 400;
    }
    .about-five-item ul li .bottom .text p{
        font-size: 16px;
        color: #666666;
        margin-top: 20px;
    }

    .about-five-item ul li .bottom  .icon{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 210px;
    }

    .AboutUsHonor-top{
        margin-top: 11vh;
    }

    .AboutUsHonor-top ul{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .AboutUsHonor-top-list .txt h3{
        font-size: 18px;
        color: #666666;
        margin-top: 10px;
    }
    .AboutUsHonor-top-list .txt p{
        font-size: 25px;
        color: #004080;
        margin-top: 0;
    }
    .AboutUsHonor-top-list .img{
        margin-top: -25px;
    }
    .AboutUsHonor-top-list .txt span{
        font-size: 60px;
        line-height: 1;
        vertical-align: middle;
    }

    .nei-nav2{
        position: relative;
        margin-top: -70px;
        z-index: 3;
    }

    .nei-nav2-box{
        background-color: rgba(255,255,255,.95);
        min-height: 70px;
        text-align: center;
    }
    .nei-nav2-box ul{
        text-align: center;
        display: inline-block;
    }
    .nei-nav2-box ul li{
        display: inline-block;
        padding: 0 50px;
        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;
    }
    .nei-nav2-box ul li.active a{
        color: #004080;
        font-weight: bold;
    }

    .AboutUsHonor-one .swiper-slide{
        position: relative;
        height: 480px;
        margin: 30px 0;
    }
    .AboutUsHonor-one-list{
        background-color: #fff;
        width: 450px !important;
        height: 100%;
        box-shadow: 0px 0px 30px 0px rgba(84, 117, 151, 0.12);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
      
        padding: 80px 55px;
    }
    .AboutUsHonor-one-list .img{
        padding-bottom: 80%;
    }
    .AboutUsHonor-one-list .img img{
        width: 100%;
        object-fit: contain;
    }

    .AboutUsHonor-one-list p{
        text-align: center;
        font-size: 18px;
        color: #004080;
        font-weight: bold;
        margin-top: 20px;
    }
    .AboutUsHonor-one{
        padding-left: 100px;
        padding-right: 100px;
    }

    .AboutUsHonor-one .swiper-button-prev,.AboutUsHonor-one .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;

    }
    .AboutUsHonor-one .swiper-button-prev{
        left: -75px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }
    .AboutUsHonor-one .swiper-button-next{
        right: -75px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .AboutUsHonor-two-box{
        height: 55em;
        display: flex;
        margin-top: 25px;
    }

    .AboutUsHonor-two-box .left{
        height: 100%;
        width: 36.25%;
        margin-right: 12.13%;
        position: relative;
    }
    .AboutUsHonor-two-box .right{
        height: 100%;
        flex: 1;
    }

    .AboutUsHonor-two-left-swiper,.AboutUsHonor-two-right-swiper,.AboutUsHonor-two .swiper-container,.AboutUsHonor-two .swiper-wrapper{
        height: 100%;
    }

    .AboutUsHonor-two-left-swiper .txt{
        font-size: 10vw;
        line-height: 1;
        cursor: pointer;
    }
    .swiper-slide-active .txt{
        color: var(--color);
    }

    .AboutUsHonor-two-list {
        height: 100%;
        overflow-y: scroll;
    }
    .AboutUsHonor-two-img{
        position: absolute;
        top: 0;
        right: 5px;
        width: 300px;
        background-color: #fff;
        padding: 10px;
    }
    .AboutUsHonor-two-list::-webkit-scrollbar{
        width: 3px;
    }
    .AboutUsHonor-two-list::-webkit-scrollbar-thumb{
        background-color: var(--color);
    }
    .AboutUsHonor-two-list ul li{
        height: 80px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #E4E9EF;
        cursor: pointer;
    }
    .AboutUsHonor-two-list ul li span{
        font-size: 18px;
        color: #666666;
    }
    .AboutUsHonor-two-list ul li p{
        font-size: 18px;
        color: #000000;
    }
    .AboutUsHonor-two-list ul li.active{
        color: var(--color);
    }

    .AboutUsHonor-two-but{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 5;
    }
    .AboutUsHonor-two .swiper-button-next,.AboutUsHonor-two .swiper-button-prev{
        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;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .AboutUsHonor-two .swiper-button-next{
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
       
        transform: rotate(90deg);
    }
    .AboutUsHonor-two .swiper-button-prev{
        transform: rotate(90deg);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }


    .AboutUsHonor-three-swiper .swiper-slide{
        width: 320px;
        margin-right: 30px;
    }

    .AboutUsHonor-three{
        width: 100%;
        overflow: hidden;
    }

    .AboutUsHonor-three-list{
        display: block;
    }
    .AboutUsHonor-three-list .img{
        padding-bottom: 141%;
    }

    .AboutUsHonor-three-list .img img{
        object-fit: contain ;
    }

    .AboutUsHonor-three .swiper-container{
        overflow: visible;
      }

      .AboutUsHonor-three .swiper-slide.swiper-slide-active ~ .swiper-slide {
        opacity: 1;
    }
    .AboutUsHonor-three .swiper-slide.swiper-slide-active{
            opacity:1;
     }
     .AboutUsHonor-three  .swiper-slide{
        opacity: 0;
        transition: .2s opacity ease;
        }

        .flex-but .swiper-button-next,.flex-but .swiper-button-prev{
            display: inline-block;
            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;
            position: relative;
            left: auto;
            top: auto;
            right: auto;
            margin-top: 0;
            margin-left: 30px;
        }
        .flex .box-title{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .flex-but .swiper-button-prev{
           
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        }
        .flex-but .swiper-button-next{
           
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        }

        .Responsibility-One-box{
            display: flex;
            align-items: center;
        }

        .Responsibility-One-box .img{
            width: 52%;
            border-radius: 20px;
            overflow: hidden;
        }
        .Responsibility-One-box .img img{
            width: 100%;
        }
        .Responsibility-One-box .text{
            width: 48%;
            padding-left: 4vw;
        }
        .Responsibility-One-box .text ul{
            margin-top: 40px;
        }
        .Responsibility-One-box .text ul li{
            padding: 20px 0;
            padding-left: 60px;
            position: relative;
            font-size: 16px;
            color: #626262;
        }
        .Responsibility-One-box .text ul li img{
            position: absolute;
            left: 0;
            top: 15px;
        }

        .Responsibility-Two-item ul{
            display: flex;
            margin: 0 -13px;
            flex-wrap: wrap;
        }
        .Responsibility-Two-item ul li{
            width: 25%;
            padding: 0 13px;
        }
        .Responsibility-Two-list{
            padding: 65px 30px 85px 30px;
            box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
            height: 100%;
            transition: all 0.5s;
        }
        .Responsibility-Two-list .icon{
            width: 110px;
            height: 110px;
            text-align: center;
            background: rgba(0, 64, 128,.1);
            border-radius: 50%;
            margin: 0 auto;
            font-size: 24px;
            color: #004080;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
        }
        .Responsibility-Two-list .text{
            font-size: 28px;
            color: #000000;
            margin-top: 40px;
            font-weight: bold;
            white-space: pre-line;
            text-align: center;
        }
        .Responsibility-Two-list:hover{
            transform: translateY(-8px);
            background-color: var(--color);
        }

        .Responsibility-Two-list:hover .text {
            color: #fff;
        }

        .Responsibility-Two-list:hover .icon{
            background-color: #fff;
        }
        .Responsibility-Two-img{
            text-align: center;
        }

        .Responsibility-Three-list{
            display: block;
        }

        .Responsibility-Three-list .img{
            padding-bottom: 63%;
        }
        .Responsibility-Three-list .text{
            background-color: #fff;
            padding: 30px;
        }
        .Responsibility-Three-list .text h3{
            font-size: 20px;
            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);
        }
        .pro-box-c{
            margin-top: 80px;
        }
        .pro-box-c .title h3{
            font-size: 24px;
            color: #000000;
            margin-bottom: 30px;
        }

        .pro-box-items ul{
            display: flex;
            margin:0 -1px;
            flex-wrap: wrap;
        }
        .pro-box-items ul li{
            width: 25%;
            padding: 0 1px;
            margin-top: 2px;
        }
        .pro-box-list{
            display: block;
            width: 100%;
            border: 1px solid rgb(239, 239, 239);
            transition: all 0.5s;
        }
        .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;
        }


        .proDetail-banner{
            width: 100%;
            background-image: url(../images/proDetail-banner.jpeg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            padding-top: 120px;
            padding-bottom: 75px;
            position: relative;
        }
        .proDetail-mb{
            background-color: #F9FAFB;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 2;
        }


        .proDetail-banner-box{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .proDetail-banner-box .text{
            width: 50%;
            padding-right: 10vw;
        }
        .proDetail-banner-box .text h3{
            font-size: 40px;
            color: #000000;
        }
        .proDetail-banner-box .text .desc{
            font-size: 16px;
            color: #626262;
            margin-top: 25px;
        }
        .proDetail-banner-box .text .butarr {
            margin-top: 2vw;
        }
        .proDetail-banner-box .text .butarr .buts:nth-last-child(1){
            background-color: var(--color2);
            border-color: var(--color2);
            margin-left: 15px;
        }
        .proDetail-banner-box .proDetail-banner-swiper{
            width: 50%;
        }
        .proDetail-banner-box .proDetail-banner-swiper .img{
            padding-bottom: 77%;
        }
        .proDetail-banner-box .proDetail-banner-swiper .img img{
            object-fit: contain;
        }

        .proDetail-banner-swiper .swiper-button-prev{
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        }
        .proDetail-banner-swiper .swiper-button-next{
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        }


        .proDetail-one-box ul{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .proDetail-one-box ul li{
            width: 16.6%;
            margin-top: 50px;
        }
        .proDetail-one-list .icon{
            width: 5.3vw;
            margin: 0 auto;
        }
        .proDetail-one-list p{
            font-size: 16px;
            color: #000000;
            margin-top: 15px;
            text-align: center;
        }

        .proDetail-img img{
            width: 100%;
            
        }

        .proDetail-two-swiper{
            padding-left: 110px;
            padding-right: 110px;
            position: relative;
        }
        .proDetail-two-swiper .swiper-button-prev,.proDetail-two-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-two-swiper .img img{
            width: 100%;
            border-radius: 20px;
            overflow: hidden;
        }
        .Solution-banner.nei-banner .text h3{
            font-size: 40px;
            max-width: 840px;
        }
        .Solution-banner.nei-banner .text p{
            font-size: 16px;
            max-width: 840px;
            margin-top: 30px;
        }
        .Solution-banner.nei-banner .text .buts{
            margin-top: 6vh;
        }

        .flex3-box ul{
            display: flex;
            flex-wrap: wrap;
            margin: 0 -20px;
        }
        .flex3-box ul li{
            width: 33.33%;
            padding: 0 20px;
            margin-top: 40px;
        }

        .Solution-one-list{
            padding: 60px;
            box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
            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;
        }
        .Solution-two-box ul{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .Solution-two-box ul li{
            width: calc(50% - 50px);
            margin-top: 50px;

        }

        .Solution-two-list{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .Solution-two-list .img{
            width: 50%;
            padding-bottom: 31%;
        }
        .Solution-two-list .text{
            width: 50%;
            padding-left: 30px;
        }
        .Solution-two-list .text h3{
            font-size: 20px;
            color: #000000;
            font-weight: bold;
        }
        .Solution-two-list .text p{
            font-size: 16px;
            color: #626262;
            margin-top: 20px;
        }

        .Solution-four-list .img{
            padding-bottom: 62%;
        }

        .Solution-four-list  .text{
            padding: 20px;
            text-align: center;
        }
        .Solution-four-list  .text h3{
            font-size: 18px;
            color: #202020;
            font-weight: bold;
            
        }
        .Solution-four-list  .text .desc{
            font-size: 16px;
            color: #626262;
            white-space: pre-line;
            margin-top: 10px;
        }

        .Solution-five-box ul{
            display: flex;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        .Solution-five-box ul li{
            width: 25%;
            margin-top: 30px;
        }
        .Solution-five-list{
            text-align: center;
            margin: 0 20px;
        }
        .Solution-five-list .icon img{
            width: 9.4vw;
        }
        .Solution-five-list p{
            font-size: 18px;
            color: #202020;
            margin-top: 18px;
            font-weight: bold;
        }

        .case-banner-num{
            margin-top: 5vh;
        }

        .text .case-banner-num ul li{
            display: inline-block;
            margin-right: 3vw;
            text-align: center;
        }
        .text .case-banner-num ul li p{
            font-size: 40px;
            color: #F5F5F5;
        }
        .text .case-banner-num ul li h3{
            font-size: 20px;
            color: #F5F5F5;
         
        }

        .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;
            font-weight: bold;
        }
        .Case-one-list .text p{
            display: none;
        }

        .Case-one-box ul li:nth-child(1) .Case-one-list .text h3{
            font-size: 20px;
        }
        .Case-one-box ul li:nth-child(1) .Case-one-list .text p{
            display: block;
            margin-top: 14px;
            font-size: 16px;
            color: #666666;
        }
        .Case-one-box ul li:nth-child(1) .Case-one-list .text {
            background-color: #F9FAFB;
            padding: 30px;
            margin-top: 0;
        }

        .Case-two{
            display: flex;
            justify-content: space-between;
            background-color: #F9FAFB;
        }
        .Case-two .Case-two-left{
            width: 50%;
            background-color: #F9FAFB;
            padding: 7vw 5vw 7vw 10vw;
        }
        .Case-two .Case-two-img{
            width: 50%;
        }

        .Case-two .Case-two-img img{
            width: 100%;
        }

        .Case-two .Case-two-left .nei-nav{
            margin-top: 45px;
            width: 100%;
            overflow-x: auto;
        }
        .Case-two .Case-two-left .nei-nav ul{
            width: max-content;
            text-align: left;
        }
        .Case-two .Case-two-left .nei-nav ul li{
            margin-left: auto;
            
        }
        .Case-two .Case-two-left .Case-two-text{
            margin-top: 30px;
            font-size: 16px;
            color: #626262;
        }

        .Case-three-box{
            display: flex;
        }

        .Case-three-box .img{
            width: 50%;
        }
        .Case-three-box .text{
            width: 50%;
            padding-left: 50px;
            background-color: #F9FAFB;
        }

        .Case-three-list{
            display: block;
            padding: 26px 0;
            border-bottom: 1px solid #EEEEEE;
        }
        .Case-three-list h3{
            font-size: 20px;
            color: #000000;
            font-weight: bold;
        }
        .Case-three-list p{
            font-size: 16px;
            color: #666666;
            margin-top: 15px;
        }
        .Case-three-list:hover h3{
            color: var(--color);
        }

        .CaseDetail-text{
            padding: 50px;
            background-color: #F9FAFB;
        }

        .Service-one-box{
            padding-top: 40px;
            padding-bottom: 20px;
            text-align: center;
            padding-left: 10vw;
            padding-right: 10vw;
            position: relative;
        }

        .Service-one-box .title{
            font-size: 55px;
            color: #000000;
            font-weight: 200;
        }
        .Service-one-box .desc{
            font-size: 16px;
            color: #626262;
            margin-top: 50px;
        }

        .Service-one-box::before{
            content:'“';
            display: inline-block;
            line-height: 1;
            font-size: 10vw;
            color: var(--color2);
            font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            position: absolute;
            left: 0;
            top: 0;
            height: 0;
        }
        .Service-one-box::after{
            content:'”';
            display: inline-block;
            line-height: 1;
            font-size: 10vw;
            color: var(--color2);
            font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            position: absolute;
            right: 0;
            bottom: 3vw;
            height: 0;
        }

        .Service-two-img img{
            width: 100%;
        }
        .Service-two-img-list{
            display: none;
        }

        .Service-three-list{
            margin-top: 50px;
            display: flex;
            align-items: center;
        }
        .Service-three-list .title{
            font-size: 24px;
            color: #000000;
            font-weight: bold;
            width: 13%;
        }
        .Service-three-list .Service-three-box{
            flex: 1;
        
        }
        .Service-three-list .Service-three-box ul{
            display: flex;
            align-items: center;
        }
        .Service-three-list .Service-three-box ul li{
            flex: 1;
            margin-left: 25px;
        }


        .Service-three-text{
            box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
            padding: 90px 0;
            text-align: center;
        }

        .Service-three-text .icon{
            height: 50px;
            line-height: 50px;
        }
        .Service-three-text p{
            font-size: 18px;
            color: #000000;
            margin-top: 25px;
        }
        .TestReport-box ul{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            
        }
        .TestReport-box ul li{
            width: calc(50% - 20px);
            margin-top: 40px;
        }
        .TestReport-list{
            background-color: #F9FAFB;
            padding: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .TestReport-list .buts{
            background-color: #F1F1F1;
            color: #666666;
            border-color: #F1F1F1;
        }
        .TestReport-list .buts:hover{
            background-color: var(--color);
            border-color: var(--color);
            color: #fff !important;
        }
        .TestReport-list .text{
            width: calc(100% - 150px);
            padding-right: 10px;
        }
        
        .TestReport-list .text h3{
            font-size: 20px;
            color: #000000;
            font-weight: bold;
        }
        .TestReport-list .text p{
            font-size: 16px;
            color: #666666;
            margin-top: 15px;
        }
        .Join-one-item{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .Join-one-item .Join-one-list{
            width: calc(50% - 20px);
            box-shadow: 0px 0px 30px 0px rgb(241, 241, 241);
            padding: 50px;
            display: flex;
            justify-content: space-between;
        }

        .Join-one-item .Join-one-list .icon{
            width: 110px;
        }

        .Join-one-item .Join-one-list .text{
            width: calc(100% - 110px);
            padding-left: 30px;
        }

        .Join-one-item .Join-one-list .text h3{
            font-size: 28px;
            color: #000000;
            font-weight: bold;
        }
        .Join-one-item .Join-one-list .text p{
            font-size: 16px;
            color: #626262;
            margin-top: 20px;
        }
        .Join-one-item .Join-one-list .text span{
            display: block;
            font-size: 16px;
            color: var(--color);
            margin-top: 20px;
        }
        .Join-two-item{
            position: relative;
        }
        .Join-two-box{
            position: relative;
            z-index: 2;
            text-align: right;
        }
        .Join-two-boxs{
            display: inline-block;
            width: 50%;
        }
        .Join-two-boxs ul{
            display: flex;
            flex-wrap: wrap;
            padding: 15px 0;
        }
        .Join-two-boxs ul li{
            width: calc(50% - 30px);
            margin: 15px 0;
            margin-right: 30px;
        }
        .Join-two-list{
            background-color: #FFFFFF;
            text-align: left;
            height: 100%;
            padding: 80px 50px;
            color: #000;
        }
        .Join-two-list h3{
            font-size: 24px;
            font-weight: bold;
        }
        .Join-two-list p{
            font-size: 16px;
            margin-top: 15px;
        }

        .Join-two-img{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }
        .Join-two-img img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .Join-two-boxs ul li:nth-child(1) .Join-two-list{
            background-color: var(--color);
            color: #fff;
        }
        .Join-two-boxs ul li:nth-child(4) .Join-two-list{
            background-color: var(--color2);
            color: #fff;
        }

        .Join-three-item ul{
            display: flex;
            margin: 0 -2vw;
        }
        .Join-three-item ul li{
            width: 33.33%;
            padding: 0 2vw;
        }
        .Join-three-list .icon{
            margin: 0 auto;
            width: 100px;
        }
        .Join-three-list .text{
            margin-top: 40px;
            text-align: center;
        }
        .Join-three-list .text h3{
            font-size: 24px;
            color: #000000;
            font-weight: bold;
        }
        .Join-three-list .text p{
            font-size: 16px;
            color: #626262;
            white-space: pre-line;
            margin-top: 20px;
        }

        .Join-four-item ul{
            display: flex;
            margin: 0 -1.5vw;
        }
        .Join-four-item ul li{
            flex: 1;
            padding: 0 1.5vw;
        }

        .Join-four-list span{
            font-size: 14px;
            font-weight: bold;
            display: inline-block;
            margin-top: 15px;
            color: var(--color);
        }
        .Join-four-list h3{
            font-size: 20px;
            color: #000000;
            margin-top: 18px;
            font-weight: bold;
        }
        .Join-four-list p{
            font-size: 16px;
            color: #6A6A6A;
            margin-top: 10px;
        }

        .Join-four-icon{
            position: relative;
            padding-left: 4vw;
            height: 50px;
        }
        .Join-four-icon img{
            position: absolute;
            top: 0;
            left: 0;
        }
        .Join-four-icon::before{
            content: '';
            display: block;
            width: calc(100% - 80px);
            height: 4px;
            background-color: var(--color2);
            position: absolute;
            right: 0;
            top: calc(50% - 2px);
        }

        .Join-four  .ts{
            margin-top:50px ;
            font-size: 18px;
            color: #000000;
        }

        .Join-five-item ul{
            display: flex;
            flex-wrap: wrap;
            margin: 0 -20px;
        }
        .Join-five-item ul li{
            width: 25%;
            padding: 0 20px;
            margin-top: 40px;
        }

        .Join-five-list{
            background-color: #F9FAFB;
            padding: 40px;
            text-align: center;
        }
        .Join-five-list img{
            height: 48px;
        }
        .Join-five-list p{
            font-size: 20px;
            color: #1F1F1F;
            margin-top: 20px;
        }

        .ContactUs-one-box ul{
            display: flex;
            flex-wrap: wrap;
            margin: 0 -25px;
        }

        .ContactUs-one-box ul li{
            width: 33.33%;
            padding: 0 25px;
            margin-top: 50px;
        }

        .ContactUs-one-list{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .ContactUs-one-list .icon{
            width: 110px;
        }
        .ContactUs-one-list .text{
            width: calc(100% - 110px);
            padding-left: 30px;
        }

        .ContactUs-one-list .text h3{
            font-size: 24px;
            color: #000000;
            font-weight: bold;
        }
        .ContactUs-one-list .text p{
            font-size: 18px;
            color: #004080;
            margin-top: 20px;
        }

        .ContactUs-form{
            border-radius: 10px;
            overflow: hidden;
            padding: 50px 80px;
            background-color: #fff;
            box-shadow: 0px 0px 30px 0px rgba(0, 25, 51, 0.06);
            max-width: 1380px;
            margin-left: auto;
            margin-right: auto;
        }

        .ContactUs-form-box{
            margin-top: 50px;
            display: flex;
            justify-content: space-between;
        }
        .ContactUs-form-box .left{
            width: calc(100% - 450px);
            padding-right: 70px;
        }
        .ContactUs-form-box .right{
            width: 450px;
        }

        .ContactUs-form-item{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .ContactUs-form-item .ContactUs-form-input{
            width: 100%;
            margin-bottom: 20px;
        }
      
        .ContactUs-form-input p{
            font-size: 16px;
            color: #000000;
            margin-bottom: 13px;
        }
        .ContactUs-form-input p i{
            color: #FF0000;
        }
        .ContactUs-form-input input{
            width: 100%;
            border: 1px solid #E5E5E5;
            border-radius: 5px;
            height: 52px;
            padding: 0 15px;
            font-size: 16px;
            color: #000;
            transition: all 0.5s;
        }
        .ContactUs-form-input input:focus{
            border-color: var(--color);
        }

        .ContactUs-form-input.code{
            padding-right: 130px;
            position: relative;
        }
        .ContactUs-form-input.code .code-box{
            position: absolute;
            bottom: 0;
            right: 0;
            width: 130px;
            text-align: center;
            line-height: 50px;
            height: 52px;
            border: 1px solid #E5E5E5;
            border-left: none;
            border-radius: 0 5px 5px 0;
            cursor: pointer;
            font-size: 16px;
            color: #BABABA;
        }
        .ContactUs-form-input.code .code-box img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .ContactUs-form-input.code  input{
            border-radius: 5px 0 0 5px;
        }

        .ContactUs-form-box .buts{
            margin-top: 10px;
        }

        .ContactUs-info{
            background-image: url(../images/ContactUs-form-bg.jpeg);
            background-size: cover;
            background-position: center;
            border-radius: 20px;
            overflow: hidden;
            padding: 45px 50px;
        }

        .ContactUs-info-list .icon{
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            text-align: center;
            line-height: 60px;
            background-color: #fff;
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
        }

        .ContactUs-info-list .p1{
            font-size: 18px;
            color: #000000;
            margin-top: 18px;
        }
        .ContactUs-info-list .p2{
            font-size: 36px;
            color: var(--color);
            margin-top: 10px;
        }
        .ContactUs-info-list .p3{
            font-size: 20px;
            color: #666666;
            margin-top: 18px;
        }
        .ContactUs-info-list .p4{
            font-size: 24px;
            color: #000000;
        }
        .ContactUs-info-list .ewm{
            margin-top: 18px;
        }
        .ContactUs-info-list .ewm img{
            width: 138px;
        }

        .ContactUs-form{
            position: relative;
        }
        .ContactUs-form .icon-close{
            position: absolute;
            top: 20px;
            right: 20px;
            cursor: pointer;
        }

        .con-pop{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: transparent;
            z-index: 10;
            display: none;
        }
        .con-pop .ContactUs-form {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 1380px;
            
        }


        @media (max-width: 1600px) {
            .buts{
                min-width: 135px;
                line-height: 44px;
                font-size: 14px;
            }
            .mt120{
                margin-top: 100px;
            }
            .mt50{
                margin-top: 35px;
            }
            .pt100{
                padding-top: 80px;
            }
            .pb120{
                padding-bottom: 100px;
            }
            .box-title h3{
                font-size: 28px;
            }
            .box-title p{
                font-size: 15px ;
                margin-top: 15px;
            }
            .index-one-list .text{
                padding-top: 5%;
            }
            .index-one-text-list h3{
                font-size: 20px;
            }
            .index-one-text-list p{
                font-size: 15px;
                margin-top: 15px;
            }
            .index-one-list .index-one-text-list{
                margin-top: 5%;
            }
            .index-one-list .index-one-text-list{
                max-width: 525px;
            }
            .index-one-list .buts{
                margin-top: 35px;
            }
            .index-one-item .index-one-pagination .index-one-pagination-list .icon{
                width: 60px;
                height: 60px;
            }
            .index-one-item .index-one-pagination .index-one-pagination-list p{
                font-size: 15px;
            }
            .index-one-item .index-one-pagination .index-one-pagination-list{
                margin: 0 4%;
            }

            .index-two .index-two-box li .title{
                width: 210px;
                line-height: 50px;
                font-size: 18px;
            }
            .index-two .index-two-box li .desc{
                width: 320px;
                font-size: 15px;
                padding: 18px;
            }
            .index-two .index-two-box li .desc h3{
                font-size: 18px;
                
            }
            .index-two .index-two-box li .desc p{
                margin-top: 10px;
            }
            .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;
            }
            .PaymentMethod-item ul li .PaymentMethod-list .icons{
                width: 35px;
            }
            .PaymentMethod-item ul li{
                margin-top: 45px;
            }
            .PaymentMethod-item ul li .PaymentMethod-list .text{
                padding: 15px;
               padding-top: 25px;
            }
            .PaymentMethod-item ul li .PaymentMethod-list .text h3{
                font-size: 16px;
            }
            .PaymentMethod-item ul li .PaymentMethod-list .text p{
                font-size: 14px;
            }
            .index-four-box .left{
                font-size: 16px;
            }
            .index-news-left .text h3, .news-list .text h3{
                font-size: 16px;
            }
            .index-news-left .text p, .news-list .text p{
                margin-top: 10px;
            }
            .news-list .text p{
                margin-top: 10px;
            }
            .news-list .text{
                padding: 10px 20px;
            }
            .index-news-left .text{
                padding: 13px 20px;
            }
            .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;
            }

            .nei-banner .text h3{
                font-size: 42px;
            }
            .nei-nav2-box{
                min-height: 60px;
            }
            .nei-nav2-box ul li a{
                font-size: 16px;
                line-height: 60px;
            }
            .nei-nav2{
                margin-top: -60px;
            }
            .pro-box-c{
                margin-top: 60px ;
            }
            .pro-box-c .title h3{
                font-size: 20px;
            }
            .pro-box-list h3{
                line-height: 60px;
                font-size: 16px;
            }

            .bx-mb-nav{
                padding: 10px 0;
            }
            .bx-mb-nav p, .bx-mb-nav p a{
                font-size: 14px;
            }
            .proDetail-banner-box .text h3{
                font-size: 32px;
            }
            .proDetail-banner-box .text .desc{
                font-size: 15px;
            }
            .proDetail-two-swiper .swiper-button-prev, .proDetail-two-swiper .swiper-button-next,.flex-but .swiper-button-next, .flex-but .swiper-button-prev{
                width: 50px;
                height: 50px;
            }
            .flex-but .swiper-button-next, .flex-but .swiper-button-prev{
                margin-left: 20px;
            }
            .Responsibility-Three-list .text{
                padding: 20px;
            }
            .Responsibility-Three-list .text h3{
                font-size: 18px;
            }
            .Solution-banner.nei-banner .text h3{
                font-size: 28px;
            }
            .nei-banner .text{
                padding-top: 22vh;
            }
            .Solution-one-list .text h3{
                font-size: 20px;
            }
            .Solution-one-list .text p{
                font-size: 15px;
            }
            .Solution-two-list .text h3{
                font-size: 18px;
            }
            .Solution-two-list .text p{
                font-size: 15px;
            }
            .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;
            }
            .Case-two .Case-two-left{
                padding: 5vw 3vw 5vw 6vw;
            }
            .Case-two .Case-two-left .nei-nav{
                margin-top: 30px;
            }
            .nei-nav ul li a{
                font-size: 16px;
                padding-bottom: 10px;
            }
            .nei-nav ul li{
                margin: 0 24px;
            }
            .Case-two .Case-two-left .Case-two-text{
                font-size: 15px;
            }
            .Case-three-list h3{
                font-size: 18px;
            }
            .Case-three-list p{
                font-size: 14px;
                line-height: 20px;
                height: 60px;
            }
            .Case-three-list{
                padding: 20px 0;
            }
            .Case-three-list p{
                margin-top: 10px;
            }
            .CaseDetail-text{
                padding: 40px;
            }
            .detail-text{
                font-size: 15px;
            }
            .Service-one-box .title{
                font-size: 45px;
            }
            .Service-one-box .desc{
                font-size: 15px;
                margin-top: 30px;
            }
            .Service-three-list .title{
                font-size: 20px;
            }
            .Service-three-text p{
                font-size: 16px;
            }
            .Service-three-list .Service-three-box ul li{
                margin-left: 20px;
            }
            .TestReport-list .text h3{
                font-size: 17px;
            }
            .TestReport-list .text p{
                font-size: 14px;
                margin-top: 10px;
            }
            .TestReport-list{
                padding: 40px;
            }
            .TestReport-box ul li{
                margin-top: 30px;
            }
            .TestReport-box ul li{
                width: calc(50% - 15px);
            }
            .about-one .about-one-text h3{
                font-size: 24px;
            }
            .about-one .about-one-text .desc{
                font-size: 15px;
            }
            .about-two-list .text h3{
                font-size: 26px;
            }
            .about-two-list .text p{
                font-size: 15px;
            }
            .about-two-list .text{
                padding: 14%;
                padding-top: 65%;
            }
            .about-four-box .text ul li p span{
                font-size: 50px;
            }
            .about-four-box .text ul li h3{
                font-size: 16px;
            }

            .about-five-item ul li .bottom{
                padding: 40px 10px 0 10px;
            }
            .about-five-item ul li .bottom .text h3{
                font-size: 18px;
            }
            .about-five-item ul li .bottom .text p{
                font-size: 15px;
                margin-top: 15px;
            }
            .about-five-item ul li .img{
                height: 390px;
            }
            .AboutUsHonor-top-list .txt p{
                font-size: 20px;
            }
            .AboutUsHonor-top-list .txt span{
                font-size: 50px;
            }
            .AboutUsHonor-top-list .txt h3{
                font-size: 18px;
            }
            .AboutUsHonor-top{
                margin-top: 8vh;
            }
            .AboutUsHonor-one-list p{
                font-size: 16px;
            }
            .AboutUsHonor-one-list{
                width: 400px;
                padding: 50px 40px;
            }
            .AboutUsHonor-one .swiper-slide{
                height: 430px;
            }
            .AboutUsHonor-two-box{
                height: 
                40em;
            }
            .AboutUsHonor-two-list ul li{
                height: 65px;
            }
            .AboutUsHonor-two-list ul li p{
                font-size: 15px;
            }
            .AboutUsHonor-two-list ul li span{
                font-size: 15px;
            }
            .AboutUsHonor-two-img{
                width: 260px;
            }
            .AboutUsHonor-three-swiper .swiper-slide{
                width: 280px;
                margin-right: 20px;
            }
            .nei-banner .text p{
                font-size: 16px;
            }
            .Responsibility-One-box .text ul{
                margin-top: 30px;
            }
            .Responsibility-One-box .text ul li{
                padding: 15px 0;
                padding-left: 50px;
                font-size: 15px;
            }
            .Responsibility-One-box .text ul li img{
                width: 30px;
            }
            .Responsibility-Two-list .text{
                font-size: 20px;
            }
            .Responsibility-Two-list .icon{
                width: 100px;
                height: 100px;
                font-size: 20px;
            }
            .Responsibility-Two-list .text{
                margin-top: 30px;
            }
            .Responsibility-Two-list {
                padding: 55px 25px 75px 25px;
            }
            .ContactUs-one-list .icon{
                width: 90px;
            }
            .ContactUs-one-list .text{
                width: calc(100% - 90px);
                padding-left: 25px;
            }
            .ContactUs-one-list .text h3{
                font-size: 18px;
            }
            .ContactUs-one-list .text p{
                font-size: 16px;
                margin-top: 10px;
            }
            .ContactUs-form{
                padding: 40px 60px;
            }
            .ContactUs-form-box{
                margin-top: 40px;
            }
            .ContactUs-form-input input{
                height: 42px;
                font-size: 15px;
            }
            .ContactUs-form-input p{
                font-size: 15px;
            }
            .ContactUs-form-input.code .code-box{
                width: 110px;
                height: 42px;
                line-height: 40px;
                font-size: 14px;
            }
            .ContactUs-form-input.code{
                padding-right: 110px;
            }
            .ContactUs-form-item .ContactUs-form-input{
                margin-bottom: 15px;
            }
            .ContactUs-info{
                padding: 35px 40px;
            }
            .ContactUs-info-list .icon{
                width: 50px;
                height: 50px;
                line-height: 50px;
            }
            .ContactUs-info-list .p1{
                font-size: 16px;
            }
            .ContactUs-info-list .p2{
                font-size: 30px;
            }
            .ContactUs-info-list .p3{
                font-size: 18px;
            }
            .ContactUs-info-list .p4{
                font-size: 20px;
            }
            .ContactUs-info-list .ewm img{
                width: 125px;
            }
            .ContactUs-form-input p{
                margin-bottom: 10px;
            }
            .Join-one-item .Join-one-list{
                padding: 30px;
            }
            .Join-one-item .Join-one-list .icon{
                width: 90px;
            }
            .Join-one-item .Join-one-list .text{
                width: calc(100% - 90px);
            }
            .Join-one-item .Join-one-list .text h3{
                font-size: 22px;
            }
            .Join-one-item .Join-one-list .text p{
                font-size: 15px;
            }
            .Join-two-list{
                padding: 40px 30px;
            }
            .Join-two-list h3{
                font-size: 20px;
            }
            .Join-two-list p{
                font-size: 15px;
            }
            .Join-three-list .icon{
                width: 80px;
            }
            .Join-three-list .text h3{
                font-size: 20px;
            }
            .Join-three-list .text{
                margin-top: 20px;
            }
            .Join-three-list .text p{
                font-size: 15px;
            }
            .Join-four-list h3{
                font-size: 18px;
            }
            .Join-four-list p{
                font-size: 15px;
            }
            .Join-four-icon img{
                width: 40px;
            }
            .Join-four-icon{
                height: 40px;
            }
            .Join-four .ts{
                font-size: 16px;
            }
            .Join-five-list{
                padding: 30px;
            }
            .Join-five-list p{
                font-size: 18px;
            }
            .Join-five-list img{
                height: 38px;
            }
        }

        
@media (max-width: 1000px) {
    ::-webkit-scrollbar {display: none;width: 0;height: 0;}
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-pagination{
        bottom: 0;
        position: relative;
    }
    .banner-pagination p{
        color: #000;
    }
    .banner-pagination p{
        max-width: 24%;
        width: auto;
        margin: 0 10px;
    }


    .buts{
        min-width: 120px;
        line-height: 42px;
        font-size: 14px;
    }
    .mt120{
        margin-top: 30px;
    }
    .mt50{
        margin-top: 20px;
    }
    .pt100{
        padding-top: 30px;
    }
    .pb120{
        padding-bottom: 30px;
    }
    .box-title h3{
        font-size: 18px;
    }

    .index-one-list .text{
        position: relative;
    }
    .index-one-text-list h3{
        font-size: 18px;
    }

    .index-one-item .index-one-pagination{
        position: relative;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .index-two .img img{
        min-height: 300px;
        display: none;
    }
    .index-two .index-two-box{
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    .index-two .index-two-box li{
        position: relative;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin: 10px 0;
        box-shadow: 0 8px 20px 0px rgba(180, 184, 206, 0.14);
    }
    .index-two .index-two-box li .title{
        opacity: 0 !important;
        display: none;
    }
    .index-two .index-two-box li .desc{
        position: relative;
        width: 100%;

    }
    .index-two .index-two-box li .desc{
        opacity: 1 !important;
    }
    .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;
    }
    .index-two .box-title{
        position: relative;
        top: 0;
    }
    .index-two{
        margin-top: 30px;
    }
    .index-two .img{
        margin-top: 20px;
    }

    .PaymentMethod-item{
        width: 100%;
        overflow-x: scroll;
    }

    .PaymentMethod-item ul{
        width: 1200px;
    }

    .index-four-box{
        flex-direction: column;
    }
    .index-four-box .left{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .index-four-box .right{
        width: 100%;
        margin-top: 15px;
    }
    .index-news-box{
        flex-direction: column;
    }
    .index-news-left{
        width: 100%;
    }
    .index-news-right{
        width: 100%;
        padding-left: 0;
    }
    .news-list{
        flex-direction: column;
    }
    .news-list .img{
        width: 100%;
        padding-bottom: 56%;
    }
    .news-list .text{
        width: 100%;
        padding: 13px 20px;
    }

    .footer-item{
        padding: 20px 0;
    }
    .footer-nav-list{
        width: 33.33%;
        margin-bottom: 20px;
    }
    .footer-item .footer-nav{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-nav-list.con{
        width: 100%;
    }
    .footer-ewm{
        width: 100%;
        display: block;
    }
    .footer-nav-list:nth-last-child(1){
        width: 100%;
        text-align: center;
    }
    .footer-ewm .footer-ewm-list{
        margin: 0 auto;
    }
    .nei-nav2{
        margin-top: 0;
    }
    .nei-nav2-box ul li{
        padding: 0 20px;
    }
    .nei-nav2-box{
        width: 100%;
        overflow-x: scroll;
    }
    .nei-nav2-box ul{
        width: max-content;
    }
    .nei-banner .text{
        padding-top: 17%;
    }
    .nei-banner .text h3{
        font-size: 22px;
    }
    .nei-banner .text p{
        margin-top: 10px;
        font-size: 14px;
    }
    .pro-box-items ul li{
        width: 50%;
    }
    .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;
    }

    .proDetail-banner-box{
        flex-direction: column-reverse;
    }
    .proDetail-banner-box .text{
        width: 100%;
    }
    .proDetail-banner-box .proDetail-banner-swiper{
        width: 100%;
    }
    .proDetail-banner{
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .proDetail-banner-box .text{
        padding-right: 0;
        margin-top: 15px;
    }
    .proDetail-banner-box .text h3{
        font-size: 20px;
    }
    .proDetail-banner-box .text .desc{
        margin-top: 25px;
    }
    .proDetail-banner-box .text .butarr{
        margin-top: 20px;
    }
    .swiper-button-prev, .swiper-button-next{
        background-size: 15px 44px;
    }
    .proDetail-one-box ul li{
        width: 33.33%;
    }
    .proDetail-one-list .icon{
        width: 15vw;
    }
    .proDetail-one-box ul li{
        margin-top: 25px;
    }
    .proDetail-one-list p{
        font-size: 15px;
    }
    .proDetail-two-swiper{
        padding-left: 0;
        padding-right: 0;
    }
    .proDetail-two-swiper .swiper-button-prev, .proDetail-two-swiper .swiper-button-next, .flex-but .swiper-button-next, .flex-but .swiper-button-prev{
        width: 35px;
        height: 35px;
        background-size: 7px 44px;
    }
    .Responsibility-Three-list .text{
        padding: 15px;
        font-size: 16px;
    }
    .Responsibility-Three-list .text h3{
        font-size: 16px;
    }
    .flex-but .swiper-button-next, .flex-but .swiper-button-prev{
        margin-left: 10px;
    }
    .Solution-banner.nei-banner .text h3{
        font-size: 18px;
    }
    .Solution-banner.nei-banner .text p{
        font-size: 14px;
        margin-top: 10px;
    }

    .Solution-banner img{
        height: 300px;
    }
    .Solution-banner.nei-banner .text .buts{
        margin-top: 20px;
    }
    .Solution-banner.nei-banner .text .buts img{
        height: auto;
    }
    .flex3-box ul li{
        width: 100%;
        margin-top: 20px;
    }
    .Solution-one-list .icon{
        width: 15vw;
    }
    .Solution-one-list{
        padding: 30px;
    }
    .Solution-one-list .text h3{
        font-size: 16px;
    }
    .Solution-one-list .text{
        margin-top: 25px;
    }
    .flex3-box ul{
        margin: 0;
    }
    .flex3-box ul li{
        padding: 0;
    }
    .Solution-two-box ul li{
        width: 100%;
        margin-top: 25px;
    }
    .Solution-two-list .img{
        width: 180px;
    }
    .Solution-two-list .text{
        width: calc(100% - 180px);
        padding-left: 15px;
    }
    .Solution-two-list .text h3{
        font-size: 18px;
    }
    .Solution-two-list .text p{
        font-size: 14px;
        margin-top: 10px;
    }
    .Solution-five-box ul li{
        width: 33.33%;
    }
    .Solution-five-list .icon img{
        width: 15vw;
    }
    .Solution-five-box ul li{
        margin-top: 20px;
    }
    .Solution-five-list p{
        font-size: 16px;
    }
    .case-banner .img{
        height: 300px;
    }
    .nei-banner .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .text .case-banner-num ul li p{
        font-size: 25px;
    }
    .text .case-banner-num ul li h3{
        font-size: 15px;
    }
    .case-banner-num{
        margin-top: 20px;
    }
    .Case-one-box ul li:nth-child(1){
        width: 100% !important;
    }
    .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-two{
        flex-direction: column;
    }
    .Case-two .Case-two-left{
        width: 100%;
        padding: 20px 15px;
    }
    .Case-two .Case-two-img{
        width: 100%;
    }
    .Case-one-list .text h3{
        font-weight: 400;
    }
    .Case-three-box{
        flex-direction: column-reverse;
    }
    .Case-three-box .img{
        width: 100%;
        margin-top: 15px;
    }
    .Case-three-box .text{
        width: 100%;
        padding-left: 0;
    }
    .Case-three-list h3{
        font-size: 16px;
        font-weight: 400;
    }

    .Solution-banner .img{
        height: 300px;
    }
    .nei-nav2-box{
        min-height: 0;
    }
    .CaseDetail-text{
        padding: 0;
    }
    .Service-one-box .title{
        font-size: 20px;
    }
    .Service-one-box{
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 20px;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .Service-three-list{
        flex-direction: column;
    }
    .Service-three-list .title{
        width: 100%;
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .Service-three-list .Service-three-box ul{
        flex-wrap: wrap;
    }
    .Service-three-list{
        margin-top: 20px;
    }
    .Service-three-list .Service-three-box ul li{
        flex: none;
        width: calc(33.33% - 10px);
        margin: 0 5px;
    }
    .Service-three-text{
        padding: 40px 0;
    }
    .Service-three-text .img{
        width: 7vw;
        margin: 0 auto;
    }
    .TestReport-box ul{
        width: 100%;
    }
    .TestReport-box ul li{
        width: 100%;
    }
    .TestReport-list{
        padding: 15px;
    }
    .TestReport-list .buts{
        min-width: 95px;
        line-height: 37px;
    }
    .TestReport-list .text{
        width: calc(100% - 95px);
    }
    .TestReport-list .text h3{
        font-size: 16px;
    }
    .about-one{
        flex-direction: column;
    }
    .about-one .about-one-text{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-one .about-one-img{
        width: 100%;
    }
    .about-one .about-one-text h3{
        font-size: 18px;
    }
    .about-two ul li{
        flex: none;
        width: 50%;
    }
    .about-two ul{
        flex-wrap: wrap;
    }
    .about-two-list .text{
        padding-top: 30%;
    }
    .about-two-list .text h3{
        font-size: 20px;
    }
    .about-four-box{
        flex-direction: column;
    }
    .about-four-box .text{
        width: 100%;
    }
    .about-four-box .img{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .about-four-box .text ul li{
        width: 50%;
        padding: 15px;
    }
    .about-four-box .text ul{
        display: flex;
        flex-wrap: wrap;
    }
    .about-four-box .text ul li p span{
        font-size: 28px;
    }
    .about-five-item ul li.active{
        width: 50%;
    }
    .about-five-item ul li{
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }
    .about-five-item ul{
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .about-five-item ul li .img{
        height: 350px   ;
    }

    .AboutUsHonor-banner>.img{
        height: 400px;
    }
    .AboutUsHonor-top ul{
        flex-wrap: wrap;
    }
    .AboutUsHonor-top ul li{
        width: 50%;
        text-align: center;
        margin-top: 15px;
    }
    .AboutUsHonor-top-list{
        width: 120px;
        margin: 0 auto;
    }
    .AboutUsHonor-top-list .txt span{
        font-size: 30px;
    }
    .AboutUsHonor-banner.nei-banner .txt h3{
        font-size: 18px !important;
    }
    .AboutUsHonor-top{
        margin-top: 30px;
    }
    .AboutUsHonor-top-list .img{
        margin-top: -18px;
    }
    .AboutUsHonor-one .swiper-button-prev, .AboutUsHonor-one .swiper-button-next{
        width: 45px;
        height: 45px;
    }
    .AboutUsHonor-one{
        padding-left: 0;
        padding-right: 0;
    }
    .AboutUsHonor-one-list{
        width: 330px !important;
        padding: 20px;
    }
    .AboutUsHonor-one .swiper-slide{
        height: 320px;
    }
    .AboutUsHonor-one .swiper-button-next{
        right: 0;
    }
    .AboutUsHonor-one .swiper-button-prev{
        left: 0;
    }
    .AboutUsHonor-two-box{
        height: auto;
        flex-direction: column;
    }
    .AboutUsHonor-two-box .left{
        width: 100%;
        margin-right: 0;
    }

    .AboutUsHonor-two-img{
        display: none;
    }
    .AboutUsHonor-two-list ul li{
        height: auto;
        padding: 10px 0;
    }
    .AboutUsHonor-two-but{
        display: none;
    }
    .AboutUsHonor-two-left-swiper .txt{
        font-size: 20px;
    }
    .AboutUsHonor-three-swiper .swiper-slide{
        width: 180px;
    }
    .AboutUsHonor-two-box .right{
        margin-top: 20px;
    }

    .Responsibility-banner .img{
        height: 400px;
    }
    .Responsibility-One-box{
        flex-direction: column;
    }
    .Responsibility-One-box .img{
        width: 100%;
    }
    .Responsibility-One-box .text{
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .Responsibility-One-box .text ul{
        margin-top: 0;
    }
    .Responsibility-Two-item ul {
        margin: 0 -5px;
    }
    .Responsibility-Two-item ul li{
        width: 50%;
        padding: 0 5px;
    }
    .Responsibility-Two-list .text{
        margin-top: 20px;
        font-size: 16px;
    }
    .Responsibility-Two-list .icon{
        width: 80px;
        height: 80px;
    }
    .Responsibility-Two-list{
        padding: 40px 15px;
    }
    .Responsibility-Three-list .text p{
        font-size: 14px;
        margin-top: 5px;
    }
    .Responsibility-Three-list .text{
        padding: 10px;
        font-size: 15px;
    }
    .ContactUs-one-box ul li{
        width: 100%;
        margin-top: 25px;
    }
    .ContactUs-one-list .icon{
        width: 70px;
    }
    .ContactUs-one-list .text{
        width: calc(100% - 70px);
    }
    .ContactUs-form{
        padding: 20px ;
    }
    .box-title p{
        margin-top: 10px;
    }
    .ContactUs-form-box{
        flex-direction: column;
    }
    .ContactUs-form-box .left{
        width: 100%;
    }
    .ContactUs-form-box .right{
        width: 100%;
        margin-top: 20px;
    }
    .ContactUs-form-box .left{
        padding-right: 0;
    }
    .ContactUs-form-item .ContactUs-form-input{
        width: 100% !important;
    }
    .ContactUs-form-input p br{
        display: none;
    }
    .ContactUs-form-box{
        margin-top: 20px;
    }
    .ContactUs-info{
        padding: 15px;
    }
    .ContactUs-info-list .p1{
        margin-top: 10px;
    }
    .ContactUs-info-list .p2{
        font-size: 22px;
    }
    .ContactUs-info-list .p3{
        font-size: 16px;
        margin-top: 10px;
    }
    .ContactUs-info-list .p4{
        font-size: 18px;
    }
    .ContactUs-info-list .ewm{
        margin-top: 10px;
    }

    .con-pop .ContactUs-form{
        width: 90%;
    }
    .con-pop .ContactUs-info{
        display: none;
    }
    .ContactUs-form .icon-close{
        top: 10px;
        right: 10px;
        width: 20px;
    }
    .Join-one-item .Join-one-list{
        width: 100%;
        padding: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .Join-one-item .Join-one-list .text{
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 10px;
    }
    .Join-one-item .Join-one-list .icon{
        width: 80px;
    }
    .Join-one-item .Join-one-list .text h3{
        font-size: 16px;
    }
    .Join-one-item .Join-one-list .text p{
        font-size: 14px;
        margin-top: 10px;
    }
    .Join-one-item .Join-one-list .text span{
        font-size: 14px;
        margin-top: 10px;
    }
    .Join-two-boxs{
        width: 100%;
        padding: 15px;
    }
    .Join-two-boxs ul li{
        width: 100%;
        margin-right: 0;
        margin: 8px 0;
    }
    .Join-two-list{
        padding: 20px;
    }
    .Join-two-list h3{
        font-size: 16px;
    }
    .Join-three-item ul{
        flex-wrap: wrap;
    }
    .Join-two-list p{
        font-size: 14px;
        margin-top: 10px;
    }
    .Join-three-item ul li{
        width: 100%;
        margin: 8px 0;
    }
    .Join-three-list .icon{
        width: 70px;
    }
    .Join-three-list .text h3{
        font-size: 16px;
    }
    .Join-three-list .text p{
        font-size: 14px;
        margin-top: 10px;
    }
    .Join-four-item ul{
        flex-wrap: wrap;
    }
    .Join-four-item ul li{
        flex: none;
        width: 50%;
        margin: 10px 0;
    }
    .Join-four-icon img{
        width: 30px;
    }
    .Join-four-icon{
        height: 30px;
    }
    .Join-four-icon::before{
        width: calc(100% - 40px);
        height: 2px;
    }
    .Join-four-list h3{
        font-size: 16px;
    }
    .Join-four-list p{
        font-size: 14px;
    }
    .Join-four-item ul li:nth-last-child(1){
        width: 100%;
    }
    .Join-four .ts{
        margin-top: 20px;
        font-size: 14px;
    }
        .Join-five-item ul{
            margin: 0 -5px;
        }
    .Join-five-item ul li{
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }
    .Join-five-list{
        padding: 20px;
    }
    .Join-five-list img{
        height: 30px;
    }
    .Join-five-list p{
        font-size: 16px;
    }
}