html{
    min-width:unset !important 
}

.re-design-body .main-new .main-video{
    height: 57.8vw;
    width: 100vw;
    margin-top: 5.5vw;
}

.re-design-body .main-new .main-video video{
    width: 100%;
    height: 57.8vw;
    object-fit: cover;
}

.re-design-body .main-new .main-video .swiper-slide img{
    width: 100%;
    height: 57.8vw;
    object-fit: cover;
}


.re-design-body .main-new .main-video .swiper-slide img.main-banner-mb{
    display: none;
}

/*activity*/
.re-design-body .main-new .acitivity-section.over-scope{
    position: fixed;
    top: unset;
    bottom: 0;
}

.re-design-body .main-new .acitivity-section{
    position: absolute;
    top: 58.5vw;
    height: 103px;
    width: 100vw;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
}

.re-design-body .main-new .acitivity-section .activity-list{
    
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 10vw;
    height: 103px;
    display: flex;
    align-items: flex-end;
}

.re-design-body .main-new .acitivity-section .acitivity-item{
    width: 174px;
    height: 103px;
    display: flex;
    position: relative;
}

.re-design-body .main-new .acitivity-section .acitivity-item.acitivity-pc{
    
}

.re-design-body .main-new .acitivity-section .acitivity-item.acitivity-mb{
    display: none;
}

.re-design-body .main-new .acitivity-section .acitivity-item img{
    width: 116px;
    height: 84.1px;
    object-fit: contain;
}

.re-design-body .main-new .acitivity-section .acitivity-item.cat-img img{
    width:92px;
    height: 80px;
}

.re-design-body .main-new .acitivity-section .acitivity-item.net-img img{
    width: 71.9px;
    height: 81.3px;
}

.re-design-body .main-new .acitivity-section .acitivity-item.product-img img{
    width: 92px;
    height: 98px;
}

.re-design-body .main-new .acitivity-section .acitivity-item img.more{
    width: 97px;
    height: 31px;
    object-fit: fill;
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right{
    position: absolute;
    left: 10px;
    top: 61px;
    
}

.re-design-body .main-new .acitivity-section .acitivity-item.product-img  .acitivity-item-right{
   /*top: 48px;*/
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right  .acitivity-item-inner{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 150px;
    align-items: end;
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right  .acitivity-item-inner span{
    position: absolute;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    padding-right: 20px;
    top: -25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.re-design-body .main-new .acitivity-section .acitivity-item.product-img  .acitivity-item-right  .acitivity-item-inner span{
    padding-right: 13px;
    /*top: -40px;*/
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right.acitivity-last-item {
    left: 15px;   
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right.acitivity-last-item  .acitivity-item-inner span{
    
    padding-right: 0;
    top: -30px;
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right.acitivity-last-item  .acitivity-item-inner span.more-text{
    
    padding-right: 20px;
    top: 5px;
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right  .acitivity-item-inner .more-text{
    position: absolute;
    right: 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    top: 5px;
}

.re-design-body .main-new .acitivity-section .acitivity-item.product-img  .acitivity-item-right  .acitivity-item-inner .more-text{
    right: 25px;
    top: 5px;
}




/* content section*/
.re-design-body .main-new,
.re-design-body .main-new .content-section {
    min-width: unset !important;
    max-width: 100vw;
}

.re-design-body .main-new .content-bg{
    padding-top: 13.85vw;
    background-size: cover !important;
    background: url(/redesign/img/home-redesign-bg.jpg) no-repeat;
}

.re-design-body .main-new .content-section{
  
}

.re-design-body .main-new .content-section .common-section:first-child{
    margin-top: 0;
}

.re-design-body .main-new .content-section .common-section{
    
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
       /*width: 70vw;*/

    margin-top: 9.85vw;
}

.re-design-body .main-new .content-section .common-section .common-content{
    border: 1px solid #333333;
    margin: 0 20px;
}

.re-design-body .main-new .content-section .common-section .common-title{
    position: absolute;
    left: 50px;
    top: -70px;
    padding: 0;
    width: 240px;
    background-color: #fff;

}

.re-design-body .main-new .content-section .common-section .common-more-link{
    position: absolute;
    right: 20px;
    top: -3vw;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.re-design-body .main-new .content-section .product-section.common-section .common-more-link{
    top: -6vw;
}

.re-design-body .main-new .content-section .product-section.common-section .common-more-link .common-more-link-item:first-child{
    margin-bottom: 1vw;
}

.re-design-body .main-new .content-section .common-section .common-more-link .common-more-link-item{
    display: flex;
    flex-direction: row;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    color: #000;
}

.re-design-body .main-new .content-section .common-section .common-more-link .common-more-link-item:hover{
    cursor: pointer;
}

.re-design-body .main-new .content-section .common-section .common-more-link .common-more-link-item img{
    width: 1.215vw;
    height: 1.736vw;
    object-fit: cover;
    margin-left: 0.5vw;
}

.re-design-body .main-new .content-section .product-section.common-section .common-title img{
    width: 105px;
    height: 98px;
    background-color: #fff;
}

.re-design-body .main-new .content-section .cba-section.common-section .common-title img{
    width: 124px;
    height:120px;
    background-color: #fff;
}

.re-design-body .main-new .content-section .video-section.common-section .common-title img{
    width: 114px;
    height: 95px;
    background-color: #fff;
}

.re-design-body .main-new .content-section .common-section .common-title img{
    width: 96px;
    height: 96px;
    background-color: #fff;
}


.re-design-body .main-new .content-section .common-section .common-title  .content-title-text{
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    /*text-shadow: 2px 2px 4px rgba(0 ,0,0,0.5);*/
}

.re-design-body .main-new .content-section .common-section .common-title  .content-title-text span{
    position: absolute;
    left: 75px;
    top: 25px;
}

.re-design-body .main-new .content-section .common-section .swiper-section{
    width: 100%;
    padding: 4.5vw 1.5vw 1.5vw 1.5vw;
}

.re-design-body .main-new .content-section .common-section .swiper-section .swiper-content-bg{
    background-color: unset;
    width: 100%;
}

.re-design-body .main-new .content-section .common-section .common-btn-prev{
    
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

.re-design-body .main-new .content-section .common-section .common-btn-prev:hover{
    cursor: pointer;
}

.re-design-body .main-new .content-section .common-section .common-btn-prev img{
    width: 2.6vw;
    height: 2.6vw;
object-fit: cover;
}

.re-design-body .main-new .content-section .common-section .common-btn-next{
        width: 2.6vw;
    height: 2.6vw;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
}

.re-design-body .main-new .content-section .common-section .common-btn-next:hover{
    cursor: pointer;
}

.re-design-body .main-new .content-section .common-section .common-btn-next img{
    width: 2.6vw;
    height: 2.6vw;
    object-fit: cover;
}

.re-design-body .main-new .content-section .common-section .swiper-section .new-content{
    display: flex;
    flex-direction: column;
    counter-reset: #000;
}

.re-design-body .main-new .content-section .common-section  .swiper-container .swiper-pagination{
    display: none;
}

.re-design-body .main-new .content-section .common-section .swiper-section .new-content a:hover{
       cursor: pointer;
}

.re-design-body .main-new .content-section .common-section .swiper-section .news-bottom .new-content{

    flex-direction: column-reverse;
}

.re-design-body .main-new .content-section .common-section  #news  .swiper-slide{
    height: 642px;
}

.re-design-body .main-new .content-section .common-section  #news.swiper-container{
    padding-bottom: 0;
}

.re-design-body .main-new .content-section .common-section  #news .swiper-slide a .new-img img{
    height: 461px;
    object-fit: fill;
    width: 100%;
}

.re-design-body .main-new .content-section .common-section #news .swiper-slide a .new-img img.news-content-m{
    display: none;
}



.re-design-body .main-new .content-section .common-section  #news .swiper-slide a .new-text{
    height: 181px;
    padding: 1.5vw 1vw;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    color: #000;
}

.re-design-body .main-new .content-section .common-section  #news .swiper-slide a .new-text h2{
    font-size: 18px; 
    margin-bottom: 1.27vw;
    line-height: 1.2; 
    font-weight: 400;
}

.re-design-body .main-new .content-section .common-section  #news .swiper-slide a .new-text span{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2; 
}

/* video news section */
.re-design-body .main-new .content-section #video-news{
    background: unset;
    padding-bottom: 0;
}



.re-design-body .main-new .content-section #video-news.common-section  .cbaVideo-card {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.re-design-body .main-new .content-section #video-news.common-section  .cbaVideo-card .video-container{
    width: 664px !important;
    height: 346px;
}

.re-design-body .main-new .content-section #video-news.common-section  .cbaVideo-card .video-container .cbaVideo{
    width: 100% !important;
    height: 100%;
}

.re-design-body .main-new .content-section #video-news.common-section  .cbaVideo-card .video-container .cbaVideo .cbaVideo-item-m{
    display: none;
}

.re-design-body .main-new .content-section #video-news.common-section  .cbaVideo-card .cbaVideo-content{
    width: 393px;
}

.re-design-body .main-new .content-section #video-news.common-section  .cbaVideo-card .cbaVideo-content{
    padding: 4.225vw 2.72vw;
    display: flex;
    flex-direction: column;
}

.re-design-body .main-new .content-section #video-news.common-section  .cbaVideo-card .cbaVideo-content h2{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0.92vw;
}

.re-design-body .main-new .content-section #video-news.common-section  .cbaVideo-card .cbaVideo-content p{
    font-size: 18px;
    line-height: 1.2;
}

/* product section */
.re-design-body .main-new .content-section .product-section.common-section a{
    color: #000;
}

.re-design-body .main-new .content-section .product-section.common-section .product-card{
    display: flex;
    flex-direction: row;
}

.re-design-body .main-new .content-section .product-section.common-section  .product-card .product-card-title{
    padding: 4.225vw 2.72vw;
    display: flex;
    flex-direction: column;
    width: 360px;
    
    color:#000;
}

.re-design-body .main-new .content-section .product-section.common-section  .product-card .product-card-title h2{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0.92vw;
}

.re-design-body .main-new .content-section .product-section.common-section  .product-card .product-card-title span{
     font-size: 18px;
    line-height: 1.2;
}

.re-design-body .main-new .content-section .product-section.common-section  .product-card .product-card-img{
    width:  730px;
    height:  355px;
}

.re-design-body .main-new .content-section .product-section.common-section  .product-card .product-card-img img{
    width:  730px;
    height:  355px;
    object-fit: fill;
}

   .re-design-body .main-new .content-section .product-section.common-section  .product-card .product-card-img img.product-card-img-m{
        display: none;
    }

/*video section*/

.re-design-body .main-new .content-section .video-section.common-section .video-card video{
    height:323px
}

.re-design-body .main-new .content-section .video-section.common-section .video-card video.video-item-m{
  display: none;
}


.re-design-body .main-new .content-section .video-section.common-section .video-card .autoVideo-content{
    height: 4.98vw;
    padding: 1.6vw 0;
    display: flex;
    justify-content: center;
}

.re-design-body .main-new .content-section .video-section.common-section .video-card .autoVideo-content h2{
     font-size: 24px;
    line-height: 1.2;
}

.re-design-body .main-new .content-section #video-news.video-section.common-section .video-container .paly-video{
    top: 42%;
    width: 3.925vw;
}

.re-design-body .main-new  #video-news .video-container .paly-video{
    width: 3.925vw;
}

/*company-section*/
.re-design-body .main-new .company-section{
    width: 88.13vw;
    margin: 10vw auto 0 auto;
    padding-bottom: 5vw;
}

.re-design-body .main-new .company-section .company-title{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    font-size: 24px;
    line-height: 1.5;
}

.re-design-body .main-new .company-section .company-content{
    font-size: 18px;
     line-height: 1.5;
}

.re-design-body .main-new .company-section .company-title .company-title-text{
    width: 22vw;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1vw;
}

.re-design-body .main-new .company-section .company-title .company-title-image{
    display: flex;
    flex-direction: row;
    width: 66.13vw;
    justify-content:space-between;
}

.re-design-body .main-new .company-section .company-title-image-mb{
    display: none;
}

.re-design-body .main-new .company-section .company-title .company-title-image .company-title-image-item{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.re-design-body .main-new .company-section .company-title .company-title-image .company-title-image-item img{
    margin-right: 1.2vw;
}

.re-design-body .main-new .company-section .company-title .company-title-image .company-title-image-item #people{
    width: 4.39vw;
    height: 4.86vw;
    object-fit: fill;
    margin-bottom: 1vw;
}

.re-design-body .main-new .company-section .company-title .company-title-image .company-title-image-item #sales{
    width: 4.63vw;
    height: 3.53vw;
    object-fit: fill;
    margin-bottom: 1vw;
}

.re-design-body .main-new .company-section .company-title .company-title-image .company-title-image-item #equipment{
    width: 3.646vw;
    height: 3.646vw;
    object-fit: fill;
    margin-bottom: 0.7vw;
}

.re-design-body .main-new .company-section .company-title .company-title-image .company-title-image-item .company-title-image-item-text h3{
    font-size: 3vw;
    color: #FFCD11;
    font-weight: 600;
}

.re-design-body .main-new .company-section .company-title .company-title-image .company-title-image-item .company-title-image-item-text h3 span{
    font-size: 1.5vw;
    color: #000;
    font-weight: 400;
}

/*main video*/
.re-design-body .main-new .main-video .swiper-section{
    width: 100%;
}

.re-design-body .main-new .main-video .swiper-section .swiper-pagination{
    display: none;
}

.re-design-body .main-new .main-video .common-btn-prev{
    width: 1.793vw;
    height: 2.604vw;
    position: absolute;
    top: 60%;
    left: 7vw;
    z-index: 2;
}

.re-design-body .main-new .main-video .common-btn-next{
    width: 1.793vw;
    height: 2.604vw;
    position: absolute;
    top: 60%;
    right: 7vw;
    z-index: 2;
}

@media (min-width: 768px) and (max-width: 1024px){
    .re-design-body .main-new .content-section .common-section .swiper-container .swiper-pagination{
        bottom: 1vw !important;
    }  
}

