.header-top-block{
    width: 100%;
    background-color: #f2f2f2;
    height: 40px;
}
.header-top-content{
    height: 40px;
    font-size: 14px;
}
.header-top-scroll-all{
    width: 50%;
    overflow: hidden;
}
.header-top-scroll{
    /* width: 50%; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #777777;
}
.header-top-scroll span{
    display: inline-block;
}
.header-top-phone{
    color: var(--primary-color);
    /* font-weight: bold; */
    font-family: Impact;
    font-size: 22px;
}
.header-top-phone img{
    width: 26px;
    height: 26px;
    margin-right: 12px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}
.header-all{
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    height: 80px;
    border-bottom: 1px solid #eeeeee;
}

.header-all-content{
    width: 100%;
    height: 80px;
}
.header-all-content-logo-img{
    height: 80px;
    margin-right: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-all-content-logo-img img{
    height: 40%;
}
.header-all-content-logo-text{
    
}
.header-all-content-logo-text h3{
    color: #222222;
    font-size: 20px;
}
.header-all-content-logo-text p{
    color: #999999;
    font-size: 12px;
}
.header-all-content-single-all{
    height: 100%;
}
.header-all-content-s{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 0 24px;
    color: #222222;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    position: relative;
}
.header-all-content-subs{
    z-index: 2;
    width: 250%;
    position: absolute;
    top: 72px;
    opacity: 0;
    visibility: hidden;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    color: #222222;
    transition: .3s ease-in-out;
    border-radius: 0;
    max-height: 72vh;
    overflow: auto;
}
/* .header-all-content-subs a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    color: #222222;
    transition: .3s ease-in-out;
}
.header-all-content-subs a:hover{
    background-color: #182340;
} */
.ejl {
    line-height: 1.5 !important;
    text-align: left !important;
    border-top: 1px solid #E9E9E9;
    padding: 16px 24px;
    /* max-width: 20%;
    width: 20%; */
}
.eltxt1 {
    display: block;
    color: #222222;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    transition: .3s ease-in-out;
}
.eltxt1:hover {
    color: var(--primary-color);
}
.eltxt2 {
    display: block;
    color: #818181;
    font-size: 14px;
    margin-right: 0;
    margin-top: 10px;
    transition: .3s ease-in-out;
}
.eltxt2:hover {
    color: var(--primary-color);
}
.header-all-content-s:hover .header-all-content-subs{
    top: 80px;
    opacity: 1;
    visibility: visible;
}
.header-all-content-s h4{
    transition: .3s ease-in-out;
}
.header-all-content-s p{
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 4px;
    background-color: var(--primary-color);
    color: #cccccc;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.header-all-content-s-active{
    color: var(--primary-color);
    background-color: #ffffff;
}
.header-all-content-s:hover p{
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}
.header-all-content-s:hover{
    color: var(--primary-color);
    background-color: #ffffff;
}
.header-all-content-s:hover h4{
    transform: translateY(-8px);
}
.header-all-content-s h4{
    font-weight: normal;
}
.header-all-content-s-active h4{
    font-weight: bolder;
    /* transform: translateY(-8px); */
}
.header-all-content-s-active p{
    opacity: 1;
    visibility: visible;
    /* bottom: 20px; */
}

/* banner-1 */
.banner-all{
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    font-size: 0;
}
.swiper-img{
    width: 100%;
    height: 100%;
}
.swiper-img img{
    width: 100%;
    height: 100%;
}
.swiper-self-scroll .swiper-scrollbar-drag{
    background: rgb(255 255 255 / 77%) !important;
}
.swiper-self-pagination .swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    background-color: #ffffff !important;
}
.swiper-self-pagination .swiper-pagination-bullet-active{
    background-color: #ffffff !important;
}
.swiper-self-pagination{
    color: #ffffff !important;
}

.footer-all{
    box-sizing: border-box;
    background-color: var(--primary-color);
    padding: 44px 0 30px;
    background-image: url(../img/back-line-bg-bl.png);
    background-attachment: fixed;
    /* background-image: url('../img/footer.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer-all-content{
    width: 100%;
    margin-bottom: 20px;
}
.footer-all-content-info{
    max-width: 65%;
}
.footer-all-c-info-s{
    color: #eeeeee;
    font-size: 15px;
}
.footer-all-c-info-s p{
    margin-bottom: 16px;
}
.footer-all-content-qrcode-s{
    width: 128px;
    font-size: 0;
    margin-right: 24px;
}
.footer-all-content-qrcode-s img{
    width: 100%;
}
.footer-all-content-nav{
    
}
.footer-all-content-nav-s{
    color: #eeeeee;
    font-size: 15px;
    margin-left: 20px;
    transition: .3s ease-in-out;
}
.footer-all-content-nav-s:hover{
    color: var(--primary-color);
}
.footer-all-content-copy{
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
}
.footer-all-content-copy a{
    color: rgb(255 255 255 / 50%);
    transition: .3s ease-in-out;
}
.footer-all-content-copy a:hover{
    color: rgb(255 255 255 / 100%);
}
.footer-all-content-link{
    padding: 16px 16px 4px;
    background-color: rgba(255, 255, 255, .08);
    box-sizing: border-box;
    margin-bottom: 24px;
    border-radius: 0;
}
.footer-all-content-link h4{
    min-width: 120px;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin-right: 20px;
}
.footer-all-content-link-c a{
    font-size: 15px;
    color: #eeeeee;
    margin-bottom: 12px;
    margin-right: 16px;
    transition: .3s ease-in-out;
}
.footer-all-content-link-c a:hover{
    color: var(--primary-color);
}


.content-page-all{
    width: 100%;
    background-color: #ffffff;
    padding: 40px 60px;
    box-sizing: border-box;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content-page-nav-all-over{
    width: 880px;
}
.content-page-nav-all{
    width: auto;
    position: relative;
    width: 180px;
    box-sizing: border-box;
    padding-left: 16px;
    height: 36px;
    border-radius: 0;
    border: 1px solid #eeeeee;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    background-color: #ffffff;
    transition: .3s ease-in-out;
}
.content-page-nav-all:hover{
    background-color: #eeeeee;
}
.content-page-nav-all p{
    font-size: 14px;
    color: #444444;
    position: relative;
}
.content-page-nav-all::after{
    content: '→';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #444444;
}
.content-page-nav-all-contain{
    transition: .3s ease-in-out;
    background-color: #ffffff;
    position: absolute;
    top: 34px;
    left: 0;
    border: 1px solid #eeeeee;
    border-radius: 0;
    width: 100%;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.content-page-nav-all:hover .content-page-nav-all-contain{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.content-page-nav-all-contain a{
    display: block;
    font-size: 14px;
    color: #777777;
    transition: .3s ease-in-out;
    padding: 8px 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.content-page-nav-all-contain a:hover{
    background-color: #eeeeee;
}
.content-page-nav-all a:first-child{
    margin-left: 0;
}
.content-page-nav-all a:hover{
    color: var(--primary-color);
}
.content-page-title-navs{
    margin-bottom: 44px;
}
.content-page-title h3{
    font-size: 22px;
    color: #222222;
    font-weight: normal;
    position: relative;
}
.content-page-title h3::after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 40px;
    height: 4px;
    border-radius: 0;
    background-color: var(--primary-color);
}
.content-page-title h3 span{
    font-weight: normal;
    font-size: 14px;
    color: #aaaaaa;
    text-transform: capitalize;
}
.content-page-c{
    width: 100%;
}
.content-page-c-s{
    height:420px;
    overflow: hidden;
    box-sizing: border-box;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 36px;
    border: 1px solid #eeeeee;
    transition: .3s ease-in-out;
    box-shadow: 0 74px 72px -54px rgb(0 0 0 / 0%);
    border-radius: 0;
    background-color: #ffffff;
}
.content-page-c-s:nth-child(4n){
    margin-right: 0;
}
.content-page-c-s-img{
    display: block;
    font-size: 0;
    width: 100%;
    height: 250px;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-page-c-s-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s ease-in-out;
}
.content-page-c-s:hover{
    box-shadow: 0 44px 32px -24px rgb(0 0 0 / 16%);
    transform: translateY(-8px);
}
.content-page-c-s:hover .content-page-c-s-img img{
    transform: scale(1.03);
}
.content-page-c-s-info{
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    background-color: #eeeeee;
    transition: .3s ease-in-out;
    /* border-top: 1px solid #eeeeee; */
}
.content-page-c-s:hover .content-page-c-s-info{
    background-color: var(--primary-color);
}
.content-page-c-s:hover .content-page-c-s-info h3{
    color: #ffffff;
}
.content-page-c-s:hover .content-page-c-s-info p{
    color: #ffffff;
}
.content-page-c-s-info h3{
    transition: .3s ease-in-out;
    margin-bottom: 16px;
    font-size: 16px;
    color: #222222;
}
.content-page-c-s-info p{
    transition: .3s ease-in-out;
    margin-bottom: 16px;
    font-size: 14px;
    color: #999999;
}
.content-page-c-s-info a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 36px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 14px;
    transition: .3s ease-in-out;
    border-radius: 0;
}
.content-page-c-s:hover .content-page-c-s-info a{
    background-color: #1e2831;
}

.content-about-page-infos{
    width: 60%;
}
.content-about-page-infos-cc{
    overflow: hidden;
    max-height: 250px;
}
.content-about-page-infos h4{
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 24px;
}
.content-about-page-infos p{
    margin-bottom: 10px;
    color: #eeeeee;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.content-about-page-infos a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 36px;
    border: 1px solid #ffffff;
    margin-top: 28px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    transition: ease-in-out .3s;
    border-radius: 0;
}
.content-about-page-infos a:hover{
    background-color: rgb(255 255 255/.24);
    transform: translateX(-4px);
}
.content-about-page-img{
    width: 36%;
    height: 250px;
}
.content-about-page-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    border-radius: 0;
    border: 2px solid #ffffff;
}
.content-about-page-img::after{
    
}
.content-news-l-all{
    width: 48%;
}
.content-news-title{
    margin-bottom: 8px;
}
.content-news-title h4{
    font-size: 16px;
    color: #222222;
    font-weight: bold;
}
.content-news-title p{
    font-size: 14px;
    color: #cccccc;
    text-transform: capitalize;
}
.content-news-articles{
    width: 100%;
}
.content-news-a-s{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    border-bottom: 1px dashed #dddddd;
}
.content-news-a-s-tit{
    color: #777777;
    font-size: 14px;
    transition: .3s ease-in-out;
    width: 480px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content-news-a-s-date{
    color: #aaaaaa;
    font-size: 14px;
}
.content-news-a-s:hover .content-news-a-s-tit{
    transform: translateX(4px);
    color: var(--primary-color);
}
.content-news-c-list{
    margin-top: 0;
}
.content-news-market-list{
    margin-top: 58px;
}
.content-news-r-all{
    width: 48%;
}

.bottom-side-bar{
    display: none;
    height: 56px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    z-index: 1000;
    /* border-top: 1px solid #eeeeee; */
}
.bottom-side-bar-single{
    flex: 1;
    height: 56px;
    border-right: 1px solid var(--primary-hover-color);
}
  .bottom-side-bar-single span{
    font-size: 20px;
    color: #ffffff;
  }
  .bottom-side-bar-single p{
    font-size: 13px;
    color: #ffffff;
    margin: 0;
  }
  .bottom-side-bar-block-all{
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
  }
  .bottom-side-bar-block-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .77);
  }
  .bottom-side-bar-block-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .wechat-block-all{
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .wechat-block-all-img{
    width: 160px;
  }
  .wechat-block-all-img img{
    display: block;
    width: 160px;
  }
  
  .phone-block-all{
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .phone-block-all-content{
    width: 240px;
    /* padding: 16px; */
    box-sizing: border-box;
    border-radius: 0;
    background-color: #ffffff;
  }
  .phone-block-all-content-number{
    color: #333333;
    padding: 12px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-family: 'Impact';
    font-weight: normal;
  }
  .phone-block-all-content-operate{
    width: 100%;
  }
  .phone-block-all-content-operate-single{
    font-size: 14px;
    color: #333333;
    padding: 12px;
    width: 50%;
    border-right: 1px solid #eeeeee;
  }
  .phone-block-all-content-operate-single:last-child{
    border: none;
  }
  .phone-block-tips{
    margin-top: 24px;
    color: #ffffff;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
  }
  .phone-block-tips-active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .message-block-all{
    opacity: 0;
    visibility: hidden;
  }
  .message-block-all-content{
    width: 240px;
    box-sizing: border-box;
    padding: 16px;
    background-color: #eeeeee;
    border-radius: 0;
  }
  .message-block-all-content-single{
    width: 100%;
    height: 36px;
  }
  .close-block-all{
    margin-top: 16px;
    width: 120px;
    height: 36px;
    border-radius: 0;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #eeeeee;
    background-color: rgba(255, 255, 255, .16);
  }
  .side-bar-block-all-active{
    opacity: 1;
    visibility: visible;
  }
  .inner-bar-block-all-active{
    opacity: 1;
    visibility: visible;
    display: flex;
  }
  .side-service-block-all{
    display: none;
  }


.header-all-m{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    z-index: 999;
    padding: 0 12px;
    box-sizing: border-box;
}
.header-all-m-icon{
    width: 24px;
    height: 20px;
    /* background-color: #eeeeee; */
}
.header-all-m-icon p{
    width: 100%;
    height: 3px;
    background-color: #444444;
}
.header-all-m-nav{
    top: -100px;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 999;
    padding: 80px 0;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.header-all-m-nav-active{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.header-all-m-nav-s{
    width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #444444;
}
.content-advan-c-s{
    width: 32.4%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 72px 40px;
    filter: grayscale(80%);
    cursor: pointer;
    transition: .5s ease-in-out;
}
.content-advan-c-s:hover{
    filter: grayscale(10%);
    background-size: 110%;
}
.content-advan-c-s-con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
}
.content-advan-c-s-con-tran{
    transition: .3s ease-in-out;
    transform: translateY(24px);
}
.content-advan-c-s:hover .content-advan-c-s-con-tran{
    transform: translateY(-24px);
}
.content-advan-c-s-con-icon{
    width: 80px;
}
.content-advan-c-s-con-icon img{
    width: 100%;
}
.content-advan-c-s-con-tit{
    font-size: 28px;
    margin-top: 20px;
    color: #ffffff;
    font-weight: bolder;
}
.content-advan-c-s-con-line{
    margin-top: 20px;
    width: 64px;
    height: 4px;
    background-color: #ffffff;
}
.content-advan-c-s-tit{
    font-size: 18px;
    color: #222222;
    margin: 24px 0 12px 0;
    text-align: center;
}
.content-advan-c-s-tit:hover{
    color: var(--primary-color);
}
.content-advan-c-s-art{
    font-size: 14px;
    color: #666666;
    margin: 6px 0;
    text-align: center;
    line-height: 26px;
}
.content-advan-c-s-href{
    margin: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border: 1px solid #cccccc;
    color: var(--primary-color);
    width: 140px;
    height: 44px;
    border-radius: 0;
}
.content-advan-c-s-href:hover{
    color: #ffffff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.content-page-c-service{
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .3s ease-in-out;
}
.content-page-c-service:hover{
    transform: translateY(-8px);
}
.content-page-c-service-img{
    width: 120px;
}
.content-page-c-service-img img{
    width: 100%;
}
.content-page-c-service-tit{
    font-size: 20px;
    font-weight: bolder;
    color: #222222;
    margin-top: 16px;
}
.content-page-c-service-btn{
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    background-color: var(--primary-color);
    padding: 10px 20px;
    transition: .3s ease-in-out;
    margin-top: 20px;
}
.content-page-c-service-btn:hover{
    opacity: .88;
}
.go_top{
    cursor: pointer;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #303941;
    /* border: 1px solid var(--primary-color); */
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    transition: 0.25s ease-in-out;
    z-index: 997;
}
.go_top img {
    width: 24px;
    /* margin-top: 8px; */
}


@media (max-width: 640px){
    .container{
        width: 100%;
    }
    .header-all-m{
        display: flex;
    }
    .header-top-block{
        display: none;
    }
    .header-all{
        display: none;
    }
    .banner-all{
        height: 120px;
        margin-top: 56px;
    }
    .content-page-all{
        padding: 24px 12px;
    }
    .content-page-title-navs{
        margin-bottom: 32px;
    }
    .content-page-c-s-info{
        /* padding: 8px; */
    }
    .content-page-c-s{
        width: 100%;
        margin-right: 0;
    }
    .content-about-page-infos{
        width: 100%;
    }
    .content-about-page-img{
        width: 100%;
        display: none;
    }
    .content-news-l-all{
        width: 100%;
    }
    .content-news-r-all{
        width: 100%;
    }
    .content-news-title{
        margin-bottom: 0;
    }
    .content-news-c-list{
        margin-top: 24px;
    }
    .content-news-market-list{
        margin-top: 24px;
    }
    .content-page-c-s{
        margin-bottom: 24px;
    }
    .footer-all{
        padding: 24px 12px 16px;
    }
    .footer-all-content-nav{
        display: none;
    }
    .footer-all-content-link{
        display: none;
    }
    .footer-all-content-qrcode-s{
        display: none;
    }
    .header-all-content-logo-text h3{
        font-size: 16px;
    }
    .footer-all-content-info{
        max-width: 100%;
    }
    .content-about-page-infos-cc{
        max-height: 240px;
    }
    .bottom-side-bar{
        display: flex;
    }
}