body {
    font-size: 15px;
    background-color: #fcfcfc;
    font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light","Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
h1{
   font-size: 3rem;
}
#index{
   overflow: hidden;
}
.bg {
    background-color: #FFF;
}
.bigtitle{
   padding:100px 0 80px 0 !important;
  }
  
  .bigtitle a:hover h2{
    color: #0054FF !important;
  }
  
  .bigtitle h2{
    letter-spacing: 20px;color:#a5a5a5;text-align:center;font-size:2.5rem;
  }
.about_bg{
   width: 100%;
   position: relative;
}
.about_bg .about_title{
  position: absolute;
  left:0;
  bottom: 0;
  z-index: 3;
  color: #FFF;
  background-color: #FFF;
  height: 60px;
  line-height: 60px;
  padding-left: 4.025rem;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.about_bg .about_title a{
   color: #000;
   display: inline-block;
    height: 100%;
    font-size: 16px;
    font-weight: 450;
    margin-right: 2.875rem;
    position: relative;
   
}
.about_bg .about_title a:hover{
   transition: all 0.5s;
   color: #0048ff;
}


.about_bg .about_title a:hover::after{
   transition: all 0.5s;
   animation-name: aboutline;
   animation-duration: 0.5s;
   animation-fill-mode: forwards;
   color: #0048ff;
   content: "";
   height: 4px;
   position: absolute;
   bottom: 0;
   left: 0;
   background: #0048ff;
}
 


@keyframes aboutline{
  from{ width: 0%;}
  to{ width: 100%;}
}

h6 {
    font-weight: bold;
    font-size: 19px;

}

.index_swaperbox{
   padding:0rem 3rem 0 3rem;
   margin-bottom:0;
   margin-top:3rem;
  }
.index_swaper-div{
   position:absolute;
   top:20px;
   left:3%;
   height: 100%;
   width: 30%;
   z-index: 888;
   font-size:2.0rem;
}
.index_swaper .swiper-wrapper{
    height: auto !important;
}
.index_swaper{
   background-image: url('../images/about/ln_bg.jpg') !important;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   height: 680px;
}
.index_swaper .swiper-slide .content{
   margin-left: 50%;
   width: 50%;
   background-color: rgba(0, 0, 0, 0.53);
   color: #FFF;
   padding: 40px;
   font-size: 2.0rem;
}
.index_swaper .swiper-slide .content div{
  font-size: 1.1rem;
  font-weight: 200;
}
.content_left h1{
   font-size: 3.5rem;
   font-weight: 500;

}





.index_swaper-page{
    margin: 10% 0;
}
 
.index_swaper ul{
    list-style: none;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    border-left: solid 1px #CCC;
}

.index_swaper ul li{
   /* background-color: #CCC; */
   display: inline-block;
   display: -webkit-inline-box;
   margin-bottom: 20px;
}
.index_swaper ul li.active .tag_line span::before{
    /* background-color: #0054FF; */
    content: '---------';
 
 }




 /* @media (max-width: 1024px) {
     .index_swaper ul li div{
        background-color: #CCC;
        width: 5%;
        height:50px;
     }
     .index_swaper ul li.active div{
        background-color: #0054FF;
        width: 10%;
        height:50px;
     }
} */
.index_swaper ul li div{
    color: #000;
    /* width: 100%; */
    margin-left: 10px;
  }
  .index_swaper ul li span{
   color: #000;
   font-size: 1.5rem;
 }
 .index_swaper ul li.active div{
     color: #0048ff;
     font-weight: bold;
    /* width: 60%; */
  }
  .index_swaper ul li.active div::before{
   /* content: '';
   margin-left: 100px;  */
}

.tag_line{
   display: flex;
   flex-direction: row;
   justify-content: center;
   justify-items: center;
   align-items: flex-start;
}
.index_swaper ul li.active span{
   color: #0048ff;
   font-weight: bold;
}


 .index_swaper-page .swiper-pagination-bullet{
  width: auto;
  height: auto;
  opacity:100;
  border-radius:0;
  background: none;
}
.index_swaper-page.swiper-pagination-custom{

}

/* 历史 */
.historybox{
   padding: 0 3rem;
}
.history_swaper{
  width: 100%;
  height:800px;
  overflow: hidden;
}


.history_swaper .left{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.history_swaper .left h6{
   margin-left: 5%;
   color:#0060ff;
}
.history_swaper .left h3{
   margin-left: 5%;
   font-size: 3.0rem;
   width: 70%;
}


.history_swaper .right{
   width: 50%;
   height: 100%;
   display: flex;
   flex-direction: column;
   -webkit-box-pack: flex-start;
   -ms-flex-pack: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-box-align: flex-start;
   -ms-flex-align: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
 }
 .history_swaper .right h6{
   font-size: 17rem;
   font-weight: bold;
   display: block;
   color: #acacac;
   width: 85%;
   text-align: center;
   line-height: 100%;
}
.history_swaper .right .list{
   text-align: center;
  width: 85%;
  border-radius: 30px;
  border: 1px solid #004eff;
  padding: 30px;
  background: -webkit-linear-gradient( rgba(255,255,255,0),#cacaca);
  background: -o-linear-gradient( rgba(255,255,255,0),#cacaca);
  background: -moz-linear-gradient( rgba(255,255,255,0),#cacaca);
  background: linear-gradient( rgba(255,255,255,0),#cacaca);
  min-height: 420px;
}
.history_swaper .right .list .memo{
   margin-bottom: 5px;
}
.history_swaper .right .list .memo img{
   width: 38%;
}

.history_swaper .right .list h3{
  color: #004eff;
  font-size: 1.6rem;
 }
 

.history_swaper-div{
   position:absolute;
   top:300px;
   left:3%;
   width: 30%;
   z-index: 888;
   font-size:2.0rem;
}

.history_swaper .swiper-wrapper{
    height: auto !important;
}


.history_swaper-page{
    margin: 5% 0;
}
 
.history_swaper ul{
    list-style: none;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;

}

.history_swaper ul li{
   /* background-color: #CCC; */
   display: inline-block;
   display: -webkit-inline-box;
   margin-bottom: 10px;
}
.history_swaper ul li.active{
    /* background-color: #0054FF; */
 
 }

.history_swaper ul li div{
    color: #000;
    /* width: 100%; */
    margin-left: 10px;
  }
  .history_swaper ul li span{
   color: #000;
   font-size: 2.4rem;
 }
 .history_swaper ul li.active div{
     color: #0048ff;
     font-weight: bold;
     font-size: 2.8rem;
    /* width: 60%; */
  }
  .history_swaper ul li.active div::before{
   /* content: '';
   margin-left: 100px;  */
}

/* 历或左侧年份 */
.history_swaper_year{
   position: absolute;
   top:0;
   left:0;
   z-index: 99;
   margin: 200px 0 0 60px;
}
.history_swaper_year .swiper{
   width: auto;
}
.history_swaper_year .swiper-slide{
  height: auto;
}
.history_swaper_year .tag_line{
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   justify-items: center;
   align-items: center;
   z-index: 99999;
}
.history_swaper_year span{
   font-weight: bold;
   font-size: 1.8rem;
}
.history_swaper_year .swiper-slide-active span{
   color: #0048ff;
   font-weight: bold;
   font-size: 2.8rem;
}

.history_swaper_year .tag_line  .imgbg{
   width: 20px;
   height: 20px;
   margin: 0 5px;
   background-image: url('../images/history/arrow1.png');
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center center;
}

.history_swaper_year .swiper-slide-active  .imgbg{
   width: 20px;
   height: 20px;
   margin: 0 5px;
   background-image: url('../images/history/arrow2.png');
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center center;
}
 


.history_swaper .swiper {
   /* width: 100%; */
   height: 100%;
 }

.history_swaper .swiper-slide {
   text-align: left;
   font-size: 18px;
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;

 }


/* 简介 */

.about_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
 }   
 .about_div .about-right-tag-top{
    color:#0054FF;
    font-size: 2rem !important;
    text-align: center;
 }
 .about_div .about-right-tag-bottom{
    color:#000;
    text-align: center;
    font-weight: bold;
 }

/* 品牌荣耀 */
.divsize{
   position: relative;
   width: 100%;
   height: 100%;
   margin:0;
 
   background: -webkit-linear-gradient(#bec4c8, rgba(255,255,255,0));
   background: -o-linear-gradient(#bec4c8, rgba(255,255,255,0));
   background: -moz-linear-gradient(#bec4c8, rgba(255,255,255,0));
   background: linear-gradient(#bec4c8, rgba(255,255,255,0));
} 
.brand_div{
   height: 30vw;
}
.brand-wrapper {
   width:90%;
   height: 100%;


 }
 .brand-wrapper .swiper-wrapper{

 }


 

 .brand-wrapper .swiper-slide {
   text-align: left;
   font-size: 18px;
   /* background: #fff; */
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;

 }

 .brand-wrapper .swiper-slide img {
   display: block;
   width: 100%;
   height: auto;
   object-fit: cover;
 }

 .brand-wrapper .swiper-slide .content{
   width: 100%;
   display: flex;
   flex-direction: column;
   -webkit-box-pack: flex-start;
   -ms-flex-pack: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-box-align: flex-start;
   -ms-flex-align: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;

 }
 .ih-item a{
   width: 100%;
 }
.brand-wrapper .content a .item{
   width: 100%;
   overflow: hidden;
}
.brand-wrapper .content a .item h5{
   /* font-weight: bold; */
}
.brand-wrapper .content a .item .single_line,.ih-item-news.brand-wrapper .content a .item .single_line{
   width: 100%;
   white-space: nowrap;
   overflow: hidden; /*超出部分溢出*/
   text-overflow: ellipsis; /*溢出的部分使用省略号*/
 }
 
 .divsize .swiper-button-prev{
   color:#FFF;
   background-color:#0060ff;
   width:50px;
   height:50px;
   border-radius: 50%;
 }

 .divsize .swiper-button-next{
   color:#FFF;
   background-color:#0060ff;
   width:50px;
   height:50px;
   border-radius: 50%;

 }
 .divsize .swiper-button-next:after,.divsize .swiper-button-prev:after{
   font-size: 20px !important;
 }


 .ih-item-news.circle {
   position: relative;
   width: 100%;
   height: auto;
   border-radius:0;
 }
 .ih-item-news.circle .img {
   position: relative;
   width: 100%;
   height: auto;
   border-radius: 0;
 
 }
 .ih-item-news.circle .img img{
     border-radius: 0; 
 }
 .ih-item-news.circle .img:before{
     border-radius: 0; 
 }
 .ih-item-news.square {
   position: relative;
   width: 100%;
   height: auto;
   margin: 0;
   border: 8px solid #fff;
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
 }
 .ih-item.circle.effect1 .info{
   background-color: #0060FF;
   border-radius:0;
   top:0;
   left: 0;
   display: flex;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   color: #FFF;
 }
 
 .brand-wrapper .item_bg{
    width: 100%;
   height: 60px;
   background: -webkit-linear-gradient(rgba(190,196,200,0.5), rgba(255,255,255,0));
   background: -o-linear-gradient(rgba(190,196,200,0.5), rgba(255,255,255,0));
   background: -moz-linear-gradient(rgba(190,196,200,0.5), rgba(255,255,255,0));
   background: linear-gradient(rgba(190,196,200,0.5), rgba(255,255,255,0));
}
 
#abouttag{
   min-height:660px;padding:50px 0; background:url(../images/about_bg.jpg) no-repeat center center;background-size:cover;
  }
  #abouttag h6{
    font-weight: normal; margin-bottom: 20px;
  }
  .index_swaperbox_mob{
   display: none;
 }

@media (max-width: 1024px) {
 
   h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h5, .h6{
      font-size: 1.6rem;
    } 
   .bigtitle{
      padding:20px 0 20px 0 !important;
     }

     .bigtitle h2{
       letter-spacing: 2px;color:#a5a5a5;text-align:center;font-size:1.0rem;
     }
   .history_swaper-div{
      position:absolute;
      top:30px;
      left:3%;
      height: 100%;
      width: 30%;
      z-index: 888;
      font-size:12px;
   }
   .history_swaper ul li span{
      color: #000;
      font-size:12px !important;
    }
    .history_swaper-page{
      margin: 10% 0;
      
  }
 
  .history_swaper ul li{
   /* background-color: #CCC; */
   display: inline-block;
   display: -webkit-inline-box;
   margin-bottom: 5px !important;
}
   .index_swaper-div{
      position:absolute;
      top:30px;
      left:3%;
      height: 100%;
      width: 30%;
      z-index: 888;
      font-size:12px;
   }
   .index_swaper ul li span{
      color: #000;
      font-size:12px !important;
    }
    .index_swaper-page{
      margin: 10% 0;
  }
  .index_swaper ul li{
   /* background-color: #CCC; */
   display: inline-block;
   display: -webkit-inline-box;
   margin-bottom: 5px !important;
}

#abouttag{
   min-height:660px;padding:10px 0; background:url(../images/about_bg.jpg) no-repeat center center;background-size:cover;
  }
 #abouttag h1{
   font-size: 1.4rem;
 }
 #abouttag h2{
   font-size: 1.0rem;
 }
 #abouttag h5{
   font-size: 1.0rem;
 }
 #abouttag h6{
   font-weight: normal; margin-bottom: 20px;font-size: 1.0rem;
 }

  .index_swaperbox{
   padding:5rem;
}
 .index_swaperbox_mob{
   display: block;
   padding: 5%;
   font-size: 1.0rem;
 }
 .index_swaperbox_mob h3{
   font-size: 1.2rem;
 }
 .index_swaperbox_mob .title h1{
   font-size: 1.4rem;
 }
 .index_swaperbox_mob .swiper-slide .content{
   width: 96%;
   margin: 2%;
 }
 .index_swaper_mob {
   height: 580px;
 }
 .index_swaper_mob .swiper-slide .content div{
   font-size: 0.8rem;
   
 }
 .index_swaperbox_mob .index_swaper_mob{
   background-image: url('../images/about/ln_bg.jpg') !important;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: 80% center;
   
   
}
.index_swaper_mob .swiper-slide .content{
   font-weight: normal;
   width: 96%;
   margin: 0 2%;
   background-color: rgba(0, 0, 0, 0.53);
   color: #FFF;
   padding: 18px;
 
}

.index_swaper_mob .index_swaper-div{
   position:absolute;
   top:30px;
   left:3%;
   height: 100%;
   width: 30%;
   z-index: 888;
   font-size:12px;
}
.index_swaper_mob ul li span{
   color: #000;
   font-size:12px !important;
 }
 .index_swaper_mob .index_swaper-page{
   margin: 10% 2%;
}
.index_swaper_mob ul li{
/* background-color: #CCC; */
display: inline-block;
display: -webkit-inline-box;
margin-bottom: 5px !important;
}
 
.index_swaper_mob ul{
   list-style: none;
   display: flex;
   height: auto;
   flex-direction: column;
   justify-content: flex-start;
   justify-items: flex-start;
   align-items: flex-start;
   border-left: solid 1px #CCC;
}

.index_swaper_mob ul li{
  /* background-color: #CCC; */
  display: inline-block;
  display: -webkit-inline-box;
  margin-bottom: 20px;
}
.index_swaper_mob ul li.active .tag_line span::before{
   /* background-color: #0054FF; */
   content: '---------';

}


.index_swaper_mob ul li div{
   color: #000;
   /* width: 100%; */
   margin-left: 10px;
 }
 .index_swaper_mob ul li span{
  color: #000;
  font-size: 1.5rem;
}
.index_swaper_mob ul li.active div{
    color: #0048ff;
    font-weight: bold;
   /* width: 60%; */
 }
 .index_swaper_mob ul li.active div::before{
  /* content: '';
  margin-left: 100px;  */
}

.tag_line{
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: flex-start;
}
.index_swaper_mob ul li.active span{
  color: #0048ff;
  font-weight: bold;
}


.index_swaper_mob .index_swaper-page .swiper-pagination-bullet{
 width: auto;
 height: auto;
 opacity:100;
 border-radius:0;
 background: none;
}
.index_swaper_mob .index_swaper-page.swiper-pagination-custom{

}


 
/* 历史 */
.historybox{
   padding:3%;
}
.history_swaper{
   width: 100%;
   height:650px;
   overflow: hidden;
 }
 .history_swaper .left{
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   -webkit-box-pack: flex-start;
   -ms-flex-pack: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-box-align: flex-start;
   -ms-flex-align: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   position: absolute;
   top:0;
   left:0;
 }
 .history_swaper .left h6{
    margin-left: 0;
    color:#0060ff;
    font-size: 1.2rem;

 }
 .history_swaper .left h3{
    margin-left: 0;
    font-size: 1.4rem;
    width: 70%;
 }
 
 
 .history_swaper .right{
    width:80%;
    margin-left: 20%;
    margin-top: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

  }
  .history_swaper .right h6{
    font-size:4rem;
    font-weight: bold;
    display: block;
    color: #acacac;
    width: 100%;
    text-align: right;
    line-height: 100%;
 }
 .history_swaper .right .list{
    text-align: center;
   width: 100%;
   border-radius: 10px;
   border: 1px solid #004eff;
   padding: 20px;
   background: -webkit-linear-gradient( rgba(255,255,255,0),#cacaca);
   background: -o-linear-gradient( rgba(255,255,255,0),#cacaca);
   background: -moz-linear-gradient( rgba(255,255,255,0),#cacaca);
   background: linear-gradient( rgba(255,255,255,0),#cacaca);
   min-height: 460px;
 }
 .history_swaper .right .list .memo{
    margin-bottom: 5px;
 }
 .history_swaper .right .list .memo img{
    width: 80%;
 }
 
 .history_swaper .right .list h3{
   color: #004eff;
   font-size: 1.2rem;
  }
  
 
 .history_swaper-div{
    position:absolute;
    top:300px;
    left:3%;
    width: 30%;
    z-index: 888;
    font-size:2.0rem;
 }
 
 .history_swaper .swiper-wrapper{
     height: auto !important;
 }
 
 
 .history_swaper-page{
     margin: 5% 0;
 }
  
 .history_swaper ul{
     list-style: none;
     display: flex;
     height: auto;
     flex-direction: column;
     justify-content: flex-start;
     justify-items: flex-start;
     align-items: flex-start;
 
 }
 
 .history_swaper ul li{
    /* background-color: #CCC; */
    display: inline-block;
    display: -webkit-inline-box;
    margin-bottom: 10px;
 }
 .history_swaper ul li.active{
     /* background-color: #0054FF; */
  
  }
 
 .history_swaper ul li div{
     color: #000;
     /* width: 100%; */
     margin-left: 10px;
   }
   .history_swaper ul li span{
    color: #000;
    font-size: 2.4rem;
  }
  .history_swaper ul li.active div{
      color: #0048ff;
      font-weight: bold;
      font-size: 2.8rem;
     /* width: 60%; */
   }
   .history_swaper ul li.active div::before{
    /* content: '';
    margin-left: 100px;  */
 }
 
 /* 历或左侧年份 */
 .history_swaper_year{
    position: absolute;
    top:120px;
    left:0;
    z-index: 99;
    margin:0;
 }
 .history_swaper_year .swiper{
    width: auto;
 }
 .history_swaper_year .swiper-slide{
   height: auto;
 }
 .history_swaper_year .tag_line{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    z-index: 99999;
 }
 .history_swaper_year span{
    font-weight: bold;
    font-size: 1.0rem;
 }
 .history_swaper_year .swiper-slide-active span{
    color: #0048ff;
    font-weight: bold;
    font-size: 1.0rem;
 }
 
 .history_swaper_year .tag_line  .imgbg{
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background-image: url('../images/history/arrow1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
 }
 
 .history_swaper_year .swiper-slide-active  .imgbg{
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background-image: url('../images/history/arrow2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
 }
  
 
 
 .history_swaper .swiper {
    /* width: 100%; */
    height: 100%;
  }
 
 .history_swaper .swiper-slide {
    text-align: left;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
 
  }
  .divsize{
   padding: 0;
   background: none;
  }
  .brand_div{
   height: 60vw;
}
  .divsize .swiper-button-prev{
   color:#FFF;
   background-color:#0060ff;
   width:38px;
   height:38px;
   border-radius: 50%;
 }

 .divsize .swiper-button-next{
   color:#FFF;
   background-color:#0060ff;
   width:38px;
   height:38px;
   border-radius: 50%;

 }
 .divsize .swiper-button-next:after,.divsize .swiper-button-prev:after{
   font-size: 18px !important;
 }
 .brand-wrapper .swiper-slide .content{
   width: 75%;


 }
 .brand-wrapper .swiper-slide img {
   display: block;
   width: 100%;
 
 }
}