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: #003886;
}

.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: 9000000;
    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: 80px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header001-con {
    max-width: 1520px;
    margin: 0 auto;
}

.header001-left {
    display: flex;
    align-items: center;
}

.header001 .bx-logo {
    max-height: 50px;
    position: relative;
    z-index: 1;
}

.header001 .bx-logo a {
    display: flex;
    align-items: center;
    max-height: 50px;
}

.header001 .bx-logo img {
    max-height: 50px;
    display: block;
}

.header001 .right {
    display: flex;
    align-items: center;
}



.header001 .bx-nav ul li {
    float: left;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    z-index: 400;
    padding: 0 30px;
    /* position: relative; */
}

.header001 .bx-nav ul li a {
    color: #000;
    display: block;
    width: 100%;
    position: relative;
}
.header001 .bx-nav ul li>a::before{
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top:0;
    left: 0;
    transform: translate(0,60px);
    background-color: #003886;
    opacity: 0;
}

.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: 80px;
    line-height: 30px;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px 0;
    background-color: rgba(255,255,255,.9);
}

.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: 30px;
}
.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-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;
}

@media (max-width: 1600px) {
    .header001{
        padding: 0 5%;
    }
    .header001 .bx-nav ul li{
        padding: 0 20px;
    }
    .header001::before{
        transform: translate(-65%, 0);
    }
}

@media (max-width: 1300px) {
    .header001{
        padding-left: 3%;
        padding-right: 20px;
    }
    .header001::before{
        transform: translate(-80%, 0);
    }
    .header001 .bx-nav ul li {
        padding: 0 15px;
    }
}



@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: 35px;
    }

    .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;
        text-align: left;
        float: none;
        border-bottom: 1px solid rgba(255,255,255,.5);
        position: relative;
    }

    .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;
    }



    .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-list,
.nei-banner {
    position: relative;
}

.banner .img img,
.nei-banner .img img {
    width: 100%;
}

.banner .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
.banner .text .container,.banner .text .banner-texts{
    height: 100%;
}

.banner .text .banner-texts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.banner-texts h3{
    font-size: 72px;
    color: #FFFFFF;
}

.banner-texts p{
    font-size: 28px;
    color: #FFFFFF;
    margin-top: 3vh;
}
.index-one{
    margin-top: 20px;
}

.index-one .img img{
    width: 100%;
}

.index-one .swiper-button-prev,.index-one .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;
}
.index-one .swiper-button-prev{
    left: 20px;
}
.index-one .swiper-button-next{
    right: 20px;
}

.index-one .swiper-button-prev:hover,.index-one .swiper-button-next:hover{
    background-color: var(--color);
}

.index-one .swiper-pagination-bullet{
    width: 160px;
    height: 5px;
    border-radius: 2px;
    opacity: 1;
    background-color: rgba(255,255,255,.7);
    margin: 0 7px;
    overflow: hidden;
    position: relative;
}
.index-one .swiper-pagination-bullet::before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: var(--color);
    position: absolute;
    left: 0;
    top: 0;
}
@keyframes first{
    0% {width: 0;}/*091*/
    100% {width: 100%;} /*0915*/
  }
.index-one .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    animation:first 4.2s;
}

.pt150{
    padding-top: 70px;
}
.mt150{
    margin-top: 50px;
}
.mt100{
    margin-top: 100px;
}
.mb100{
    margin-bottom: 100px;
}
.mt50{
    margin-top: 70px;
}
.mt80{
    margin-top: 80px;
}

.title-text{
    text-align: center;
}

.title-text h3{
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}
.title-text p{
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
}

.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 .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;
    background-color: rgba(0, 56, 134,0.85);
    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:hover{
    flex-shrink: 0;
}
.index-pro-box ul li:hover .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 .but{
    display: inline-block;
    min-width: 150px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 16px;
    color: var(--color);
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 0 10px;
    margin-top: 5vh;
    transition: all 0.3s;
    border: 1px solid transparent;
}
.index-pro-box ul li .text .but:hover{
    opacity: 0.9;
    border-color: var(--color);
}
.index-pro-box ul li:hover .texts{
    transition-delay: 0.1s;
    display: block;
}
.index-pro-box ul li:hover .text{
    opacity: 1;
    transition: all 0.3s;
    transition-delay: 0.2s;
    
}

.index-pro-box ul li:hover .img .img-text{
    transition-delay: 0.3s;
    opacity: 0;
}

.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;
}
.CooperativeBrands-box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.CooperativeBrands-box ul{
    display: flex;
    flex-wrap: wrap;
}
.CooperativeBrands-box ul li{
    width: 20%;
}
.CooperativeBrands-list{
    display: block;
    position: relative;
    padding-bottom: 67%;
    border: 1px solid #F1F1F1;
}
.CooperativeBrands-list img{
    object-fit: contain;
}
.CooperativeBrands-list .text{
    position: absolute;
    left: 0;
    top:-110%;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10%;
    transition: all 0.3s;
    
}
.CooperativeBrands-list:hover .text{
    top: 0;
}

.index-newsBox{
    display: flex;
    justify-content: space-between;
}
.index-newsBox .news-flex-item{
    width: 66.66%;
}
.index-newsBox .news-list-item{
    width: 33.33%;
    padding-left: 20px;
}

.news-flex-item ul{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;

}
.news-flex-item ul li{
    width: 50%;
    padding: 0 10px;
}

.news-flex-list{
    display: block;
}

.news-flex-list .img{
    padding-bottom: 70%;
}

.news-flex-list .text{
    padding: 30px;
    background-color: #f9f9f9;
    transition: all 0.5s;
}

.news-flex-list .text h3{
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    transition: all 0.5s;
}
.news-flex-list .text span{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    transition: all 0.5s;
}
.news-flex-list .text p{
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
    transition: all 0.5s;
}
.news-flex-list .text small{
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    color: #666666;
    transition: all 0.5s;
}
.news-flex-list:hover .text {
    background-color: var(--color);
}

.news-flex-list:hover .text h3,.news-flex-list:hover .text p,.news-flex-list:hover .text span,.news-flex-list:hover .text small{
    color: #fff;
}

.news-lists{
    display: flex;
    align-items: center;
    padding: 43px 0;
}
.news-lists .time{
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: var(--color);
    transition: all 0.5s;

}
.news-lists .text{
    width: calc(100% - 100px);
    border-left: 1px solid #E2E2E2;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.5s;
}

.news-lists .text h3{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    transition: all 0.5s;
}
.news-lists .text p{
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
    transition: all 0.5s;
}
.news-lists .text small{
    margin-top: 19px;
    display: inline-block;
    font-size: 16px;
    color: #666666;
    transition: all 0.5s;
}
.news-lists:hover {
    background-color: var(--color);
}
.news-lists:hover .time,.news-lists:hover .text h3,.news-lists:hover .text p,.news-lists:hover .text small{
    color: #fff;
}

.index-bottom ul{
    display: flex;
    flex-wrap: wrap;
}
.index-bottom ul li{
    width: 50%;
}
.index-bottom-list{
    display: block;
    position: relative;

}
.index-bottom-list .img{
    padding-bottom: 52%;
}

.index-bottom-list .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-bottom-list .text .icon img{
    width: 100px;
    transform: scale(1) !important;
}
.index-bottom-list .text .icon{
    margin-bottom: 5vh;
}
.index-bottom-list .text h3{
    font-size: 28px;
    color: #FFFFFF;
}
.index-bottom-list .text p{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 18px;
}
.index-bottom-list .text .buts{
    border-color: #fff;
    color: #fff;
    margin-top: 5vh;
}
.index-bottom-list .text .buts:hover{
    border-color: #003886;
}

.footer{
    background-color: #282C31;
}

.footer-item{
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer-item .footer-logo{
    width: 120px;
}
.footer-item .footer-nav{
    width: calc(100% - 240px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-nav-list:nth-child(3){
    width: 20%;
}
.footer-nav-list{
    width: 12%;
}
.footer-nav-list.con{
    width: 20%;
}

.footer-nav-list .title{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 10px;
}
.footer-nav-list:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.footer-nav-list:nth-child(3) p{
    width: 50%;
    margin-bottom: 10px;
}
.footer-nav-list p{
    padding: 2px 0;
}
.footer-nav-list p,.footer-nav-list p a{
    font-size: 14px;
    color: #989898;
}
.footer-nav-list p a:hover{
    color: #fff !important;
}
.footer-ewm{
    display: flex;
    text-align: center;
    margin-top: 10px;
}
.footer-ewm .footer-ewm-list{
    margin-right: 14px;
    width: 120px;
}
.footer-ewm .footer-ewm-list img{
    width: 100%;
}
.footer-bottom{
    border-top: 1px solid #3B3F44;
    padding: 18px;
    font-size: 14px;
    color: #989898;
    text-align: center;
}

.nei-banner{
    position: relative;
}
.nei-banner .img img{
    width: 100%;
}
.nei-banner .title-text{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
    text-align: center;
}

.nei-banner .title-text .text h3{
    font-size: 62px;
    color: #FFFFFF;
    font-weight: 400;
}

.nei-banner .title-text .text p{
    font-size: 22px;
    margin-top: 25px;
    color: #fff;
}

.bx-mb-nav {
    line-height: 1;
    border-bottom: 0;
    padding:20px 0;
}
.bx-mb-nav p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bx-mb-nav p, .bx-mb-nav p{
    color: #666;
}
    .bx-mb-nav p, .bx-mb-nav p a{
        font-size: 16px;
        color: #666;
        line-height: 1.5;
        padding: 0 5px;
        
    }
    .bx-mb-nav p span{
        display: inline-block;
        vertical-align: text-top;
        padding: 0 5px
    }

    .bx-mb-nav a:hover {
        color: var(--color);
    }
    .bx-siteMAbout003{
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .bx-siteMAbout003-item{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .bx-siteMAbout003-item .text{
        width: 60%;
        padding-right: 6vw;
    }
    .bx-siteMAbout003-item .text .title{
        position: relative;
    }
    .bx-siteMAbout003-item .text h3{
        font-size: 36px;
        color: #000000;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .bx-siteMAbout003-item .text .title small{
        font-size: 6vw;
        color: #F6F6F6;
        line-height: 0.8;
    }
    .bx-siteMAbout003-item .text span{
        color: var(--color);
        font-size: 18px;
        font-weight: bold;
    }
    .bx-siteMAbout003-item .text .desc{
        font-size: 16px;
        color: #333333;
        margin-top: 35px;
    }
    .bx-siteMAbout003-item .img{
        width: 40%;
        overflow: hidden;
        transition: all 0.5s;
    }
    .bx-siteMAbout003-item .img img{
        width: 100%;
        transition: all 0.5s;
    }

    .about-num-item{
        padding: 50px;
    }
    .about-num-item ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    
    .about-num-item ul li{
        width: 25%;
        padding: 0 10px;
    }
    .about-num-item2 ul li{
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-num-list{
        display: block;
        border: 1px solid #F9FBFE;
        text-align: center;
        /* padding: 20px 0; */
    }
    .about-num-list p{
        font-size: 54px;
        color: #003886;
        line-height: 1;
    }
    .about-num-list p span{
        font-size: 16px;
    }
    .about-num-list h3{
        font-size: 18px;
        color: #333333;
        margin-top: 25px;
    }

    .about-introduce-list{
        display: flex;
        justify-content: space-between;
    }

    .about-introduce-list .img{
        width: 50%;
        overflow: hidden;
    }
    .about-introduce-list .img img{
        width: 100%;
    }
    .about-introduce-list .text{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vw;
    }
    .about-introduce-list .text h3{
        font-size: 32px;
        color: #000000;
    }
    .about-introduce-list .text .desc{
        font-size: 16px;
        color: #333333;
        margin-top: 28px;
        line-height: 1.8;
    }

    .about-introduce-item ul li:nth-child(even) .about-introduce-list{
        flex-direction: row-reverse;
    }
    .about-introduce-item ul li{
        margin: 80px 0;
    }
    .mb70{
        margin-bottom: 70px;
    }

    .AboutUsHistory-box ul{
        display:flex;
        flex-wrap:wrap;
        margin:0 -12px;
    }
    .AboutUsHistory-box ul li{
        width:33.33%;
        padding:0 12px;
        margin-bottom:30px;
    }
    .AboutUsHistory-list{
        display:block;
    }
    .AboutUsHistory-list .img{
        padding-bottom:72%;
    }
    
        .AboutUsHistory-list .img img{
            object-fit:contain;
        }
        .AboutUsHistory-list .text{
            margin-top:20px;
        }
        .AboutUsHistory-list .text h3 {
            font-size: 18px;
            color: #000000;
            text-align: center;
            line-height: 1.5;
        }
        .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;
    }

    .containers{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .detail-title h3{
        font-size: 32px;
        font-weight: bold;
        color: #000000;
    }
    .detail-title p{
        font-size: 16px;
        color: #666666;
        margin-top: 15px;
    }
    .detail-text{
        margin-top: 30px;
        font-size: 16px;
        color: #333333;
    }

    .detail{
        width: 100%;
        overflow: hidden;
    }
    /*.correlation-item .swiper-container{*/
    /*    overflow: visible;*/
    /*  }*/
    /*  .correlation-item .swiper-slide{*/
    /*    width: 23vw;*/
    /*    margin-right: 30px;*/
    /*  }*/
      
@keyframes opacity{
    0%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
  }
  .correlation-item .swiper-slide ,.index-five-item .swiper-slide{
    opacity: 0;
    transition: .2s opacity ease;
  }
  
  .correlation-item .swiper-slide.swiper-slide-active ~ .swiper-slide {
        opacity: 1;
    }
    .correlation-item .swiper-slide.swiper-slide-active{
            opacity:1;
  }

  .correlation-news-list{
    display: block;
    width: 100%;
  }

  .correlation-news-list .img{
    padding-bottom: 71%;
  }

  .correlation-news-list .text{
    padding: 30px;
    background-color: #f9f9f9;
  }
  .correlation-news-list .text h3{
    font-size: 18px;
    color: #000000;
  }
  .correlation-news-list .text p{
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
  }

  .nei-flex-box{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
  }
  .nei-flex-box .nei-flex-nav{
    width: 200px;
    padding: 10px 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 46, 91, 0.05);
    position: sticky;
    top: 80px;
  }
  .nei-flex-box .nei-flex-nav ul li a{
        display: block;
        font-size: 16px;
        color: #000000;
        border-bottom: 1px solid #EBEBEB;
        padding: 18px 0;
        text-align: center;
  }
  .nei-flex-box .nei-flex-nav ul li.active a{
    font-weight: bold;
    color: var(--color);
  }
  .nei-flex-box .nei-flex-item{
    width: calc(100% - 260px);
  }

.Layout-list{
    display: flex;
    justify-content: space-between;
}

.Layout-list .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vw;
    background-color: var(--color);
}
.Layout-list .text h3{
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
}

.Layout-list .text .desc{
    font-size: 16px;
    color: rgba(255,255,255,.6);
    margin-top: 30px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.Layout-list .text .desc::before{
    content:'“';
    display: inline-block;
    line-height: 1;
    font-size: 60px;
    color: #fff;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
}
.Layout-list .text .desc::after{
    content:'”';
    display: inline-block;
    line-height: 1;
    font-size: 60px;
    color: #fff;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: absolute;
    right: 0;
    bottom: -35px;
}

.Layout-list .img{
    width: 50%;
    overflow: hidden;
}

.Layout-list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Layout-box ul li{
    margin-top: 50px;
}
.Layout-box ul li:nth-child(even) .Layout-list{
    flex-direction: row-reverse;
}
.bx-mb-nav .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bx-mb-nav .flex .retrieval{
    flex: 1;
    text-align: right;
}
.bx-search{
    display: inline-block;
    width: 20vw;
    border: 1px solid #DCE1E4;
    border-radius: 50px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    vertical-align: middle;
}
.bx-search input{
    width: 100%;
    border: none;
    height: 50px;
    font-size: 16px;
    color: #000;
}

.bx-search span{
    position: absolute;
    right: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.bx-search span img{
    width: 20px;
}

.retrieval .select{
    display: inline-block;
    vertical-align: middle;
}

.retrieval .select p{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    
}
.retrieval .select p select{
    border: 1px solid #DCE1E4;
    border-radius: 50px;
    height: 50px;
    overflow: hidden;
    padding: 0 20px;
    width: 150px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/no_select.png") no-repeat scroll right 10px center transparent;
}

.retrieval .select p span{
    font-size: 16px;
    color: #000000;
    margin-right: 10px;
}
.retrieval .select p span i{
    color: #FF0000;
}

.pro-navOne{
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 2;
    text-align: center;
}

.pro-navOne ul li{
    display: inline-block;
    color: #000;
    font-size: 16px;
    padding: 0 2vw;
    position: relative;
}
.pro-navOne ul li a{
    line-height: 80px;
}
.pro-navOne ul li.active a{
    color:var(--color);
    font-weight: bold;
}


.pro-navOne ul li::after{
    content: '|';
    color: #D5D8D9;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.pro-navOne ul li:nth-last-child(1):after{
    display: none;
}


.pro-navTwo{
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
}
.pro-navTwo ul li{
    display: inline-block;
    margin:10px;
}

.pro-navTwo ul li a{
    display: block;
    min-width: 150px;
    line-height: 50px;
    padding: 0 20px;
    border: 1px solid rgb(213, 216, 217);
	border-radius: 25px;
    font-size: 16px;
    color: #666666;
    transition: all 0.5s;
}
.pro-navTwo ul li.active a,.pro-navTwo ul li a:hover{
    background-color: var(--color);
    color: #fff !important;
    border-color: var(--color);
}

.pro-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.pro-list .img-swiper{
    width: 500px;
}
.pro-list .img-swiper .pro-img {
    border: 1px solid #EFEFEF;
}
.pro-list .text{
    width: calc(100% - 500px);
    padding-left: 50px;
    padding-top: 3vw;
}

.pro-list .text h3{
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.pro-list .text .text-nav{
    margin-top: 40px;
    text-align: center;
    border-bottom: 1px solid #DCDCDC;
}

.pro-list .text .text-nav p{
    display: inline-block;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    margin: 0 8%;
    line-height: 40px;
    border-bottom: 2px solid transparent;
}
.pro-list .text .text-nav p.active{
    border-color: var(--color);
    color: var(--color);
    font-weight: bold;
}
.pro-list .text .text-box {
    margin-top: 20px;
    font-size: 16px;
    color: #626262;
}
.pro-list .text .text-box .txt{
    display: none;
}
.pro-list .img-swiper .pro-swiper-box{
    margin-top: 15px;
    position: relative;
    padding-left: 37px;
    padding-right: 37px;
}
.pro-swiper-box .img{
    border: 1px solid #F0F0F0;
    cursor: pointer;
}

.pro-swiper-box .img.active{
    border-color: var(--color);
}

.pro-swiper-box .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'%23003886'%2F%3E%3C%2Fsvg%3E");
    right: 0;
}
.pro-swiper-box .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'%23003886'%2F%3E%3C%2Fsvg%3E");
    left: 0;
}

.pro-swiper-box .swiper-button-next,.pro-swiper-box .swiper-button-prev{
    opacity: 1;
    background-size: 15px 44px;
}
.pro-swiper-box  .swiper-button-disabled{
   opacity: 0.2;
}

.Liability-box{
    padding-left: 22vw;
    position: relative;
    padding-top: 60px;
}
.Liability-box .Liability-title{
    width: 25vw;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    padding: 3vw;
    padding-right: 4vw;
}
.Liability-box .Liability-title p{
    font-size: 20px;
    color: #FFFFFF;
}
.Liability-box .Liability-title h3{
    font-size: 3.5vw;
    color: #FFFFFF;
    line-height: 1.2;
    margin-top: 10px;
}
.Liability-box .Liability-item{
    position: relative;
    z-index: 3;
    background-color: #fff;
    box-shadow: 3px 3px 30px 0px rgba(46, 49, 64, 0.08);
}
input::-webkit-input-placeholder{
    color: #666;
}

.Liability-box .Liability-item ul{
    display: flex;
    flex-wrap: wrap;
}
.Liability-box .Liability-item ul li{
    width: 50%;
    
}

.Liability-list{
    padding: 3.7vw 4vw;
    border: 1px solid #F0F0F0;
    height: 100%;
}

.Liability-list .icon img{
    height: 48px;
}

.Liability-list  h3{
    font-size: 24px;
    color: #202020;
    margin-top: 25px;
}
.Liability-list .desc{
    font-size: 16px;
    color: #5C5C5C;
    margin-top: 18px;
}

.box-flex2 ul{
    display: flex;
    flex-wrap: wrap;
}
.box-flex2 ul li{
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}

.box-flex2-list{
    display: block;
    width: 100%;
}

.box-flex2-list .img{
    border-radius: 20px;
    padding-bottom: 60%;
}
.box-flex2-list .text{
    text-align: center;
    margin-top: 20px;
}
.box-flex2-list .text h3{
    font-size: 20px;
    color: #333333;
}

.box-flex3 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-top: -40px;
}

.box-flex3 ul li{
    width: 33.33%;
    padding: 0 20px;
    margin-top: 40px;
}

.Sales-list{
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(180, 184, 206, 0.14);
    padding: 35px 50px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.Sales-list .img{
    width: 120px;
}
.Sales-list .img img{
    width: 100%;
}
.Sales-list .text{
    width: calc(100% - 120px);
    padding-right: 15px;
}
.Sales-list .text h3{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.Sales-list .text p{
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    white-space: pre-line;
}


.Stores-list{
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(180, 184, 206, 0.14);
    padding: 40px;
    height: 100%;
}
.Stores-list .text h3{
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}
.Stores-list .text h3::after{
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    bottom: 0;

}
.Stores-list .text p{
    font-size: 16px;
    color: #626262;
    margin-top: 20px;
    background: url(../images/icon-dz.png) no-repeat left center;
    background-size: 25px;
    padding-left: 35px;
}
.Stores-list .text p a{
    color: #626262;
}

.box-flex4 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}   
.box-flex4 ul li{
    width: 25%;
    padding: 0 13px;
    margin-bottom: 13px;
}
.box-flex4 ul.ul li{
    width: 16.6%;
    padding: 0 13px;
    margin-bottom: 13px;
}
.Authorization-list{
    display: block;

}

.Authorization-list .img{
    padding-bottom: 133%;
    background-color: #f9f9f9;
}
.box-flex4 ul.ul .img{
    padding-bottom: 100%;  
}
.Authorization-list .img img{
    object-fit: contain;
}
.Authorization-list .text{
    padding: 15px 0;
    text-align: center;
}

.Authorization-list .text h3{
    font-size: 20px;
    color: #000000;
}
.Authorization-list .text p{
    font-size: 16px;
    color: #666666;
    margin-top: 7px;
}

.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: #fff;
    padding: 50px;
    box-shadow: 0px 0px 50px 0px rgba(180, 184, 206, 0.14);
    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;
}
.Faq-list{
    margin-bottom: 40px;
    padding-left: 40px;
    display: block;
    position: relative;
}
.Faq-list::before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.Faq-list .title{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.Faq-list .desc{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.Faq-list:hover .title{
    color: var(--color);
}

.Investment-one-item .text{
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.Investment-one-item .swiper-slide {
    width: 58%;
}

.Investment-one-item .Investment-swiper{
    margin-top: 30px;
}

.Investment-one-item .swiper-slide .img{
    padding-bottom: 58%;
}
.Investment-one-item .swiper-slide .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
}
.Investment-one-item .swiper-slide.swiper-slide-active .text{
    opacity: 1;
}

.Investment-two .form-box{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.form-input p{
    font-size: 16px;
    color: #000000;
}
.form-input p i{
    color: #ff0000;
}

.form-input{
    margin-bottom: 25px;
}

.form-input input,.form-input select{
    width: 100%;
    height: 50px;
    border: 1px solid #DCE1E4;
    margin-top: 8px;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
}
.form-input select{
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/no_select.png") no-repeat scroll right 10px center transparent;
}

.form-box .flex{
    display: flex;
    justify-content: space-between;
}
.form-box .flex .form-input{
    width: calc(50% - 10px);
}

.form-box .but{
    width: 100%;
    line-height: 50px;
    background-color: var(--color);
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;
}
.form-box .but:hover{
    opacity: 0.8;
}
.form-box .ts{
    margin-top: 15px;
    font-size: 16px;
    color: #CCCCCC;
}

.Join-box ul li{
    margin-bottom: 20px;
}

.Join-list .Join-title{
    padding: 25px 0;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}
.Join-list .Join-title h3{
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}
.Join-list .Join-title .Join-text{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.Join-list .Join-title .Join-text .p1{
    color: #000;
}
.Join-list .Join-title .Join-text .time{
    color: #666666;
}
.Join-list .Join-desc{
    padding-top: 20px;
    font-size: 16px;
    color: #666666;
    display: none;
}

.Join-list.active .Join-title h3{
    color: var(--color);
}
.banner{
    position: relative;
}
.banner video{
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.banner .banner-img{
    display: none;
}
.banner .v-but{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: none;
}
@media (max-width: 1600px) {
    .banner-texts h3{
        font-size: 52px;
    }
    .banner-texts p{
        font-size: 20px;
    }
    .index-one .swiper-button-prev, .index-one .swiper-button-next{
        width: 50px;
        height: 50px;
        background-size: 10px 20px;
    }
    .index-one .swiper-pagination-bullet{
        width: 120px;
    }
    .pt150{
        padding-top: 50px;
    }
    .mt150{
        margin-top: 50px;
    }
    .mt100{
        margin-top: 80px;
    }
    .mb100{
        margin-bottom: 80px;
    }
    .mt50{
        margin-top: 40px;
    }
    .mt80{
        margin-top: 60px;
    }
    .title-text h3{
        font-size: 32px;
    }
    .index-pro-box ul .img .img-text h3{
        font-size: 16px;
    }
    .index-pro-box ul .img .img-text .img-icon{
        width: 38px;
    }
    .index-pro-box ul li .text h3{
        font-size: 32px;
    }
    .index-pro-box ul li .text p{
        font-size: 15px;
    }
    .index-pro-box ul li .text .but{
        min-width: 135px;
        line-height: 45px;
        font-size: 15px;
    }
    .news-flex-list .text{
        padding: 20px;
    }
    .news-flex-list .text h3{
        font-size: 18px;
    }
    .news-flex-list .text p,.news-flex-list .text span,.news-flex-list .text small{
        font-size: 15px;
    }
    .news-lists{
        padding: 27px 0;
    }
    .news-lists .text p,.news-lists .text small{
        font-size: 15px;
    }
    .index-bottom-list .text h3{
        font-size: 24px;
    }
    .index-bottom-list .text p{
        font-size: 15px;
    }
    .index-bottom-list .text .icon img{
        width: 100px;
    }
    .buts{
        min-width: 135px;
        line-height: 45px;
        font-size: 15px;
    }

    .nei-banner .title-text .text h3{
        font-size: 52px;
    }
    .nei-banner .title-text .text p{
        font-size: 20px;
    }
    .bx-siteMAbout003-item .text h3{
        font-size: 32px;
    }
    .bx-siteMAbout003-item .text span{
        font-size: 16px;
    }
    .bx-siteMAbout003-item .text .desc{
        font-size: 15px;
    }
    .bx-siteMAbout003{
        margin-top: 60px;
    }
    .about-num-item{
        padding: 35px;
    }
    /* .about-num-list{
        padding: 60px 0;
    } */
    .about-num-list p{
        font-size: 36px;
    }
    .about-num-list h3{
        font-size: 16px;
        margin-top: 18px;
    }
    .about-introduce-list .text .desc{
        font-size: 15px;
    }
    .about-introduce-list .text h3{
        font-size: 28px;
    }
    .AboutUsHistory-list .text h3{
        font-size: 16px;
    }
    .AboutUsHistory-list .text{
        margin-top: 15px;
    }
    .detail-title h3{
        font-size: 28px;
    }
    .detail-text{
        font-size: 15px;
    }
    .correlation-news-list .text{
        padding: 20px;
    }
    .correlation-news-list .text h3{
        font-size: 16px;
    }
    .Layout-list .text h3{
        font-size: 28px;
    }
    .Layout-list .text .desc{
        font-size: 15px;
    }
    .pro-navTwo ul li a{
        min-width: 135px;
        line-height: 45px;
        font-size: 15px;
    }

    .pro-list .img-swiper{
        width: 400px;
    }
    .pro-list .text{
        width: calc(100% - 400px);
    }
    .pro-list .text .text-box{
        font-size: 15px;
    }
    .pro-list .text .text-nav{
        margin-top: 25px;
    }
    .pro-list .text h3{
        font-size: 24px;
    }
    .pro-list{
        margin-bottom: 40px;
    }
    .box-flex2-list .text h3{
        font-size: 18px;
    }
    .box-flex3 ul li{
        padding: 0 10px;
        margin-top: 20px;
    }
    .box-flex3 ul{
        margin: 0 -10px;
        margin-top: -20px;
    }
    .Sales-list{
        padding: 25px 35px;
    }
    .Sales-list .text h3{
        font-size: 18px;
    }
    .Sales-list .text p{
        font-size: 14px;
    }
    .Sales-list .img{
        width: 100px;
    }
    .Sales-list .text{
        width: calc(100% - 100px);
    }
    .Stores-list{
        padding: 25px;
    }
    .Stores-list .text h3{
        font-size: 19px;
        padding-bottom: 15px;
    }
    .Stores-list .text p{
        font-size: 15px;
        margin-top: 15px;
    }
    .Authorization-list .text h3{
        font-size: 18px;
    }
    .Authorization-list .text p{
        font-size: 15px;
    }
    .TestReport-box ul li{
        width: calc(50% - 15px);
        margin-top: 30px;
    }
    .TestReport-list{
        padding: 35px;
    }
    .TestReport-list .text h3{
        font-size: 18px;
    }
    .TestReport-list .text p{
        font-size: 15px;
        margin-top: 10px;
    }
    .Faq-list .title{
        font-size: 18px;
    }
    .Faq-list .desc{
        font-size: 15px;
        margin-top: 15px;
    }
    .Faq-list{
        margin-bottom: 30px;
        padding-left: 30px;
    }
    .Faq-list::before{
        width: 10px;
        height: 10px;
        top: 8px;
    }
    .Liability-list .icon img{
        height: 40px;
    }
    .Liability-list h3{
        font-size: 22px;
        margin-top: 20px;
    }
    .Liability-list .desc{
        font-size: 15px;
    }
    .Investment-one-item .swiper-slide .text{
        font-size: 28px;
    }
    .Join-list .Join-title h3{
        font-size: 19px;
    }
    .Join-list .Join-title .Join-text{
        font-size: 15px;
        margin-top: 10px;
    }
    .Join-list .Join-title{
        padding: 20px 0;
    }
    .Join-box ul li{
        margin-bottom: 10px;
    }
    .Join-list .Join-desc{
        font-size: 15px;
    }
    .retrieval .select p{
        margin-right: 15px;
    }
    .bx-search{
        width: 15vw;
    }
    .bx-search input{
        height: 40px;
        font-size: 15px;
    }
    .bx-search span{
        width: 40px;
        line-height: 37px;
    }
    .retrieval .select p select{
        font-size: 15px;
        height: 40px;
        width: 130px;
    }
    .retrieval .select p{
        font-size: 15px;
    }
    .retrieval .select p span{
        margin-right: 5px;
    }
}

@media (max-width: 1000px) {

    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pt150{
        padding-top: 40px;
    }
    .mt150{
        margin-top: 40px;
    }
    .mt100{
        margin-top: 30px;
    }
    .mb100{
        margin-bottom: 30px;
    }
    .mt50{
        margin-top: 10px;
    }
    .mt80{
        margin-top: 30px;
    }
    .banner-texts h3{
        font-size: 20px;
    }
    .banner-texts p{
        font-size: 15px;
        margin-top: 15px;
    }
    .banner .img{
        height: 280px;
    }
    .banner .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-one{
        margin-top: 10px;
    }
    .index-one .swiper-button-prev, .index-one .swiper-button-next{
        width: 35px;
        height: 35px;
    }
    .index-one .swiper-pagination-bullet{
        width: 30px;
        height: 2px;
    }
    .title-text h3{
        font-size: 22px;
    }
    .title-text p{
        font-size: 14px;
        margin-top: 10px;
    }

    .index-pro-box ul{
        flex-wrap: wrap;
    }
    .index-pro-box ul li{
        max-width: 50%;
        width: 50%;
    }
    .index-pro-box ul .img{
        height: 300px;
    }
    .index-pro-box ul li .text p{
        display: none !important;
    }
    .index-pro-box ul li .text h3{
        font-size: 20px;
        text-align: center;
    }
    .index-pro-box ul li .text .but{
        min-width: 125px;
        line-height: 38px;
        font-size: 14px;
        margin-top: 20px;
    }
    .index-pro-box ul .texts{
        text-align: center;
    }
    .CooperativeBrands-box ul li{
        width: 50%;
    }
    .CooperativeBrands-list .text{
        font-size: 15px;
    }
    .index-newsBox{
        flex-direction: column;
    }
    .index-newsBox .news-flex-item{
        width: 100%;
    }
    .index-newsBox .news-list-item{
        width: 100%;
        padding-left: 0;
    }
    .news-flex-item ul{
        margin: 0 -5px;
    }
    .news-flex-item ul li{
        padding: 0 5px;
    }
    .news-flex-list .text{
        padding: 10px;
    }
    .news-flex-list .text h3{
        font-size: 16px;
        line-height: 25px;
    height: 50px;
    }
    .news-flex-list .text p{
        line-height: 23px;
        height: 69px;
    }
    .news-flex-list .text p, .news-flex-list .text span, .news-flex-list .text small{
        font-size: 14px;
        margin-top: 5px;
    }
    .news-lists{
        padding: 15px 0;
    }
    .news-lists .text h3{
        font-size: 16px;
    }
    .news-lists .text p, .news-lists .text small{
        font-size: 14px;
        margin-top: 5px;
    }
    .news-lists .text p{
        line-height: 23px;
        height: 46px;
    }
    .index-bottom ul li{
        width: 100%;
    }
    .index-bottom-list .text .icon img{
        width: 85px;
    }
    .index-bottom-list .text .icon{
        margin-bottom: 20px;
    }
    .index-bottom-list .text h3{
        font-size: 18px;
    }
    .index-bottom-list .text p{
        font-size: 14px;
        margin-top: 10px;
    }
    .buts{
        min-width: 100px;
        line-height: 38px;
        font-size: 14px;
    }
    .index-bottom-list .text .buts{
        margin-top: 25px;
    }

    .footer-item{
        padding: 20px 0;
        flex-direction: column;
    }
    .footer-item .footer-nav{
        width: 100%;
        margin-top: 15px;
    }
    .footer-item .footer-nav{
        flex-wrap: wrap;
    }
    .footer-nav-list:nth-child(3) p{
        width: 100%;
        margin-bottom: 0;
    }
    .footer-nav-list{
        width: 25%;
    }
    .footer-nav-list.con,.footer-nav-list:nth-last-child(1){
        width: 100%;
        margin-top: 15px;
    }
    .footer-nav-list:nth-last-child(1){
        text-align: center;
    }
    .footer-ewm{
        display: block;
        margin: 0 auto;
    }
    .footer-ewm .footer-ewm-list{
        display: inline-block;
        margin: 0 5px;
    }
    .footer-nav-list .title{
        padding-bottom: 0;
    }
    .footer-item .footer-logo{
        margin: 0 auto;
    }

    .nei-banner .img{
        height: 240px;
    }

    .nei-banner .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .nei-banner .title-text .text h3{
        font-size: 20px;
    }
    .nei-banner .title-text .text p{
        font-size: 15px;
        margin-top: 15px;
    }
    .bx-mb-nav{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bx-mb-nav p, .bx-mb-nav p a{
        font-size: 14px;
        vertical-align: text-top;
    }
    .bx-siteMAbout003{
        margin-top: 30px;
    }
    .bx-siteMAbout003-item{
        flex-direction: column;
    }
    .bx-siteMAbout003-item .text{
        width: 100%;
        padding-right: 0;
    }
    .bx-siteMAbout003-item .text .title small{
        font-size: 36px;
    }
    .bx-siteMAbout003-item .text h3{
        font-size: 24px;
    }
    .index-bottom-list .img {
        padding-bottom: 70%;
    }
    .bx-siteMAbout003-item .img{
        width: 100%;
        margin-top: 20px;
    }
    .about-num-item{
        padding: 20px 0 0 0;
    }
    .about-num-item ul li{
        width: 50%;
    }
    .about-num-item ul li:last-child{
        width: 100%;
    }
    /* .about-num-list{
        padding: 30px 0;
    } */
    .about-num-list p{
        font-size: 28px;
    }
    .about-num-list h3{
        font-size: 14px;
        margin-top: 10px;
    }
    .about-introduce-item ul li{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .about-introduce-list{
        flex-direction: column !important;
    }
    .about-introduce-list .text,.about-introduce-list .img{
        width: 100%;
    }
    .about-introduce-list .text h3{
        font-size: 20px;
    }
    .about-introduce-list .text .desc{
        margin-top: 15px;
    }
    .mb70{
        margin-bottom: 20px;
    }
    .AboutUsHistory-box ul{
        margin: 0 -5px;
    }
    .AboutUsHistory-box ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .AboutUsHistory-list .text h3{
        font-size: 14px;
    }
    .AboutUsHistory-list .text{
        margin-top: 10px;
    }
    .News .news-flex-item ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .containers{
        padding-left: 15px;
        padding-right: 15px;
    }
    .detail-title h3{
        font-size: 18px;
    }
    .detail-title p{
        font-size: 14px;
        margin-top: 10px;
    }
    .detail-text{
        margin-top: 10px;
    }
    /*.correlation-item .swiper-slide{*/
    /*    width: 240px;*/
    /*    margin-right: 10px;*/
    /*}*/
    .nei-flex-box{
        flex-direction: column;
    }
    .nei-flex-box .nei-flex-nav{
        width: 100%;
        overflow-x: auto;
        padding: 0;
        z-index: 5;
        background-color: #fff;
        padding: 0 10px;
        top: 60px;
        box-shadow: none;
    }
    .nei-flex-box .nei-flex-nav ul{
        width: max-content;
    }
    .nei-flex-box .nei-flex-nav ul li{
        display: inline-block;
        margin-right: 15px;
    }
    .nei-flex-box .nei-flex-nav ul li:nth-last-child(1){
        margin-right: 0;
    }

    .nei-flex-box .nei-flex-item{
        width: 100%;
        margin-top: 20px;
    }
    .nei-flex-box .nei-flex-nav ul li a{
        padding: 10px 0;
    }
    .Layout-list{
        flex-direction: column !important;
    }
    .Layout-list .text,.Layout-list .img{
        width: 100%;
    }
    .Layout-list .text h3{
        font-size: 20px;
    }
    .Layout-list .text .desc::before{
        font-size: 36px;
    }
    .Layout-list .text .desc::after{
        font-size: 36px;
        bottom: -5px;
    }
    .Layout-list .text .desc{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .Layout-box ul li{
        margin-top: 20px;
    }
    .bx-mb-nav .flex{
        flex-direction: column;
        align-items: baseline;
    }
    .bx-search{
        width: 100%;
    }
    .bx-mb-nav .flex .retrieval{
        flex: none;
        width: 100%;
        margin-top: 10px;
    }
    .bx-search input{
        height: 40px;
        font-size: 15px;
    }
    .bx-search span{
        line-height: 38px;
    }

    .retrieval .select{
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        
    }

    .retrieval .select p span{
        display: block;
        text-align: left;
        font-size: 14px;
    }
    .retrieval .select p{
        margin-right: 0;
        width: 32%;
      
    }
    .retrieval .select p select{
        width: 100%;
        background-size: 10px;
    }
    .pro-navTwo{
        text-align: left;
    }
    .pro-navTwo ul li{
        margin: 2px;
    }
    .pro-navTwo ul li a{
        min-width: 110px;
        line-height: 40px;
        padding: 0 10px;
        text-align: center;
    }
    .pro-list{
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }
    .pro-list .img-swiper{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .pro-list .text{
        width: 100%;
        padding-left: 0;
    }
    .pro-list .text h3{
        font-size: 20px;
    }
    .pro-list .text .text-nav p{
        margin: 0 4%;
    }
    .box-flex2 ul{
        margin: 0 -5px;
    }
    .box-flex2 ul li{
        padding: 0 5px;
    }
    .box-flex2-list .img{
        border: 5px;
    }
    .box-flex2-list .text{
        margin-top: 10px;
    }
    .box-flex2-list .text h3{
        font-size: 16px;
    }
    .box-flex2 ul li{
        margin-bottom: 10px;
    }
    .box-flex3 ul li{
        width: 100%;
    }
    .Sales-list{
        padding: 15px 20px;
    }
    .Stores-list{
        padding: 20px;
    }
    .Stores-list .text h3{
        font-size: 18px;
    }
    .box-flex4 ul{
        margin: 0 -5px;
    }
    .box-flex4 ul li{
        width: 50%;
        padding: 0 5px;
    }
    .Authorization-list .text h3{
        font-size: 16px;
    }
    .TestReport-box ul li{
        width: 100%;
        margin-top: 20px;
    }
    .TestReport-list{
        padding: 20px ;
    }
    .TestReport-list .text{
        width: calc(100% - 100px);
    }
    .TestReport-list .text h3{
        font-size: 16px;
    }
    .TestReport-list .text p{
        font-size: 14px;
    }
    .Faq-list .title{
        font-size: 16px;
    }
    .Faq-list{
        margin-bottom: 20px;
    }

    .Liability-box{
        padding-left: 0;
        padding-top: 0;
    }
    .Liability-box .Liability-title{
        width: 100%;
        background-color: transparent;
        position: relative;
        text-align: center;
    }
    .Liability-box .Liability-title p{
        color: #000;
        font-size: 16px;
    }
    .Liability-box .Liability-title h3{
        color: #000;
        font-size: 24px;
    }
    .Liability-box .Liability-title h3 br{
        display: none;
    }
    .Liability{
        margin-top: 10px;
    }
    .Liability-box .Liability-item ul li{
        width: 100%;
    }
    .Liability-list h3{
        font-size: 20px;
        margin-top: 10px;
    }
    .Liability-list .desc{
        margin-top: 10px;
    }
    .Investment-one-item .text{
        font-size: 14px;
    }
    .Investment-one-item .swiper-slide.swiper-slide-active .text{
        font-size: 16px;
    }
    .Investment-two .form-box{
        margin-top: 20px;
    }
    .form-input p{
        font-size: 15px;
    }
    .form-input input, .form-input select{
        height: 40px;
        font-size: 15px;
    }
    .form-input{
        margin-bottom: 15px;
    }
    .form-box .ts{
        font-size: 14px;
        margin-top: 10px;
    }
    .form-box .but{
        font-size: 14px;
    }
    .Join-list .Join-title{
        padding: 15px 0;
    }
    .Join-list .Join-title h3{
        font-size: 16px;
    }
    .Join-list .Join-title .Join-text{
        display: block;
        font-size: 14px;
        margin-top: 5px;
    }
    .Join-list .Join-title .Join-text .time{
        margin-top: 5px;
    }
    .box-flex4 ul.ul li{
        width: 50%;
        padding: 0 5px;
    }

    .banner video{
        display: none;
    }
    .banner .banner-img{
        display: block;
        height: 70vh;
        object-fit: cover;
    }
    .banner .v-but{
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        display: block;
    }
}

.tc-video{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.tc-video .tc-bj{
    background: #00000080;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.tc-video .tc-video-div{
    background: #fff;
    padding: 10px;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.tc-video .tc-video-div video{
    width: 100%;
}

.huastix-m1an{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.huastix-m1an .input-a{
    position: relative;
    border: solid 1px #ddd;
    height: 50px;
    outline: none;
    font-size: 16px;
    padding-left: 10px;
    width: 20%;
    border-radius: 25px;
    margin-right: 20px;
    color: #666;
}
.huastix-m1an .select-a{
    position: relative;
    border: solid 1px #ddd;
    height: 50px;
    outline: none;
    font-size: 16px;
    padding:0 10px;
    width: 20%;
    border-radius: 25px;
    margin-right: 20px;
    color: #666;
    -webkit-appearance: none;
}
.huastix-m1an .select-a::before{
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #000;
}
.el-select{
    margin-right:20px ;
    width: 20%;
}
.huastix-m1an  .el-input__inner{
    border: solid 1px #ddd;
    height: 50px;
    outline: none;
    font-size: 16px;
    padding:0 10px;
    border-radius: 25px;
    margin-right: 20px;
}

.huastix-m1an .picker{
    border: solid 1px #ddd;
    height: 50px;
    outline: none;
    font-size: 16px;
    padding:0 0px;
    width: 40%;
    border-radius: 25px;
    margin-right: 20px; 
    background-color: #fff;
}
.huastix-m1an .picker .picker-selections::before{
    display: none !important;
    top: -5px;
}

.huastix-m1an .picker .picker-placeholder{
    top: 10px;
}
.huastix-m1an .picker  .picker-selections{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: none;
    border-radius: 25px;
    background: none;
    padding: 0 5px;
    overflow: auto;
}

.huastix-m1an .but{
    width: 100px;
    height: 50px;
    background-color: #003886;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    outline:none;
    border: none;
}


.huastix-m1an  .div-input{
    position: relative;
   width: 20%;
}
.huastix-m1an  .div-input input{
    width: 100%;
}
.huastix-m1an  .div-input ul{

    position: absolute;
    top: 55px;
    width: 100%;
    background-color: #fff;
    border:solid 1px #003886;
    max-height: 200px;
    overflow: auto;
}
.huastix-m1an  .div-input ul li{
    font-size: 14px;
    color: #666;
    margin-bottom: 1px;
}
.huastix-m1an  .div-input ul li a{
    color: #666;
    display: block;
    padding: 10px;
}
.huastix-m1an  .div-input ul li.cur a{
    background-color:#003886 ;
    color: #fff;
}
.xaiyiye{
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
.xaiyiye a{
    display: inline-block;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.xaiyiye a:hover{
    color: #003886;
}
.input-w100{
    width: 60% !important;
}

.el-input--suffix .el-input__inner::-webkit-input-placeholder{
    color: #666 !important;
}

@media (max-width: 1000px){
   
.huastix-m1an{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
}
.huastix-m1an .input-a{
    border: solid 1px #ddd;
    height: 40px;
    outline: none;
    font-size: 14px;
    padding-left: 10px;
    width: 48%;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.huastix-m1an .select-a{
    border: solid 1px #ddd;
    height: 40px;
    outline: none;
    font-size: 14px;
    padding-left: 10px;
    width: 48%;
    border-radius: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.huastix-m1an .picker{
    width: 60%;
}
.huastix-m1an .but{
    width: 100px;
    height: 40px;
    background-color: #003886;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    outline:none;
    border: none;
} 
.input-w100{
    width: 100% !important;
}
}

#translate{
    display: none;
}