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: 9vw;
    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: 100vw;
    padding: 0 10vw;
    height: 8vw;
    display: flex;
    align-items: flex-end;
}

.re-design-body .main-new .acitivity-section .acitivity-item{
    width: 12.03vw;
    height: 7.12vw;
    display: flex;
    align-items: flex-end;
    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: 6.395vw;
    height: 5.497vw;
    object-fit: contain;
}

.re-design-body .main-new .acitivity-section .acitivity-item img.more{
    width: 6.713vw;
    height: 2.141vw;
    object-fit: fill;
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right{
    position: absolute;
    left: 0.3vw;
    top: 5.8vw;
    
    
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right.acitivity-last-item{

}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right span{
  
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right  .acitivity-item-inner{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 10.837vw;
    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: 1.3888vw;
    line-height: 1.2;
    font-weight: 600;
    padding-right: 1vw;
    top: -2vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right.acitivity-last-item  .acitivity-item-inner span{
    
    padding-right: 0;
}

.re-design-body .main-new .acitivity-section .acitivity-item  .acitivity-item-right  .acitivity-item-inner .more-text{
    position: absolute;
    right: 1.6vw;
    font-size: 0.868vw;
    line-height: 1.2;
    color: #000;
    top: 0.3vw;
}


/* 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{
    border: 1px solid #333333;
    position: relative;
       width: 70vw;
    margin: 0 auto;
    margin-top: 9.85vw;
}

.re-design-body .main-new .content-section .common-section .common-title{
    position: absolute;
    left: 3vw;
    top: -3.5vw;
    padding: 0;
    width: 14vw;
    background-color: #fff;

}

.re-design-body .main-new .content-section .common-section .common-more-link{
    position: absolute;
    right: 0;
    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: 1.5vw;
    font-weight: 700;
    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: 6.076vw;
    height: 5.671vw;
    background-color: #fff;
}

.re-design-body .main-new .content-section .cba-section.common-section .common-title img{
    width: 7.176vw;
    height: 6.945vw;
    background-color: #fff;
}

.re-design-body .main-new .content-section .video-section.common-section .common-title img{
    width: 6.597vw;
    height: 5.498vw;
    background-color: #fff;
}

.re-design-body .main-new .content-section .common-section .common-title img{
    width: 5.555vw;
    height: 5.555vw;
    background-color: #fff;
}


.re-design-body .main-new .content-section .common-section .common-title  .content-title-text{
    font-size: 1.852vw;
    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: 4vw;
    top: 1.2vw;
}

.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: -1.2vw;
}

.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: -1.2vw;
    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: 39.81vw;
}

.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: 27.66vw;
    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: 12.15vw;
    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: 1.27vw; 
    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: 1.5vw;
    font-weight: 700;
    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: 42.24vw !important;
    height: 22vw;
}

.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: 25vw;
}

.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: 1.5vw;
    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: 1.5vw;
    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: 21.53vw;
    
    color:#000;
}

.re-design-body .main-new .content-section .product-section.common-section  .product-card .product-card-title  h2{
    font-size: 1.5vw;
    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: 1.5vw;
    line-height: 1.2;
}

.re-design-body .main-new .content-section .product-section.common-section  .product-card .product-card-img{
    width: 44.56vw;
    height: 22.16vw;
}

.re-design-body .main-new .content-section .product-section.common-section  .product-card .product-card-img img{
    width: 44.56vw;
    height: 22.16vw;
    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:19.67vw
}

.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: 1.5vw;
    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: 1.5vw;
    line-height: 1.5;
}

.re-design-body .main-new .company-section .company-content{
    font-size: 1.5vw;
     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;
}
