.brand {

  margin: 130px 0;

}



.brand h3,
.suggest h3 {

  text-align: center;

  /* font-family: SofiaPro-ExtraLight; */

  font-size: 36px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 48px;

  letter-spacing: 0px;

  color: #434343;

}



.brandList {

  display: flex;

  flex-direction: column;

  height: 480px;

  flex-wrap: wrap;

  margin-left: -40px;

  margin-top: 60px;

}



.brandList li {

  display: flex;

  padding-left: 40px;

  box-sizing: border-box;

}



.brandList li h4 {

  /* font-family: SofiaPro-Bold; */

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 48px;

  letter-spacing: 0px;

  color: #434343;

  width: 30px;

  margin-right: 20px;

  text-align: center;

  box-sizing: border-box;

  padding: 10px 0 0;

}



.brandList li div {

  width: calc(100% - 50px);

}



.brandList li a {

  display: block;

  padding: 20px 0;

  border-bottom: 1px solid #dcdcdc;

}



.brandList li a:hover {

  border-bottom: 2px solid #dcdcdc;

}



.brandList li h5 {

  /* font-family: SofiaPro-Medium; */

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #434343;

}



.brandList li p {

  font-family: YuGothicUI-Regular;

  font-size: 12px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #434343;

}



.braDeta,
.suggest {

  position: relative;

}



.braSwiper {

  margin: 130px 0;

}



.braControl {

  display: flex;

  align-items: center;

  justify-content: space-evenly;

}



.braControl .swiper-button-next,

.braControl .swiper-pagination,

.braControl .swiper-button-prev {

  position: relative;

  top: 0;

  bottom: 0;

  right: 0;

  left: 0;

  margin: 0;

}



.braControl .swiper-pagination {

  width: auto;

  max-width: calc(100% - 80px);

  display: flex;

  align-items: center;

}



.braControl .swiper-button-next:after,

.braControl .swiper-button-prev:after {

  display: none;

}



.braControl .iconfont,

.braPag .iconfont {

  font-size: 40px;

  font-weight: 300;

  color: #434343;

}



.braControl .swiper-pagination-bullet,

.braPagNum a {

  width: 16px;

  height: 16px;

  border-radius: 50%;

  box-sizing: border-box;

  border: 1px solid #434343;

  background: none;

  opacity: 1;

}



.braControl .swiper-pagination-bullet.swiper-pagination-bullet-active,

.braPagNum .active {

  width: 10px;

  height: 10px;

  background: #434343;

}



.braInfo {

  display: flex;

  justify-content: space-between;

}



.braMg {

  width: 450px;

}



.braMg img {

  display: block;

  width: 100%;

}



.braTxt {

  width: calc(100% - 500px);

}



.braTxt h4 {

  background-color: #F8F8F8;

  /* font-family: SofiaPro-ExtraLight; */

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #434343;

  text-align: center;

  padding: 20px 0;

}



.braTxt p {

  font-family: YuGothicUI-Regular;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 24px;

  letter-spacing: 0px;

  color: #434343;

}



.braPagNum,

.braPag {

  display: flex;

  align-items: center;

  justify-content: space-evenly;

}



.braPag {

  margin-top: 60px;

}



.braPagNum a {

  margin: 0 5px;

}

.suggest h3 {
  padding: 60px 0;
  border-top: 1px solid #eee;
  margin-top: 60px;
}

.suggest .swiper-button-next,
.suggest .swiper-button-prev {
  background: #434343;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}


.suggest .swiper-button-next:after,
.suggest .swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
}

.suggest .swiper-button-next,
.suggest .swiper-rtl .swiper-button-prev {
  right: -70px;
  left: auto;
}

.suggest .swiper-button-prev,
.suggest .swiper-rtl .swiper-button-next {
  left: -70px;
  right: auto;
}



@media screen and (max-width:1500px) {



  .braSwiper {

    margin: 80px 0;

  }


  .suggest .swiper-button-next,
  .suggest .swiper-rtl .swiper-button-prev {
    right: 0;
  }

  .suggest .swiper-button-prev,
  .suggest .swiper-rtl .swiper-button-next {
    left: 0;
  }


}



@media screen and (max-width:1300px) {



  .brand {

    margin: 70px 0;

  }



  .brandList {

    height: 480px;

    margin-left: -40px;

    margin-top: 40px;

  }


  .suggest .swiper-button-next,
  .suggest .swiper-button-prev {
    background: #434343;
    width: 40px;
    height: 40px;
  }


  .suggest .swiper-button-next,
  .suggest .swiper-rtl .swiper-button-prev {
    right: -40px;
  }

  .suggest .swiper-button-prev,
  .suggest .swiper-rtl .swiper-button-next {
    left: -40px;
  }

}





@media screen and (max-width:1200px) {



  .brandList {

    margin-left: -20px;

    margin-top: 20px;

  }



  .brandList li h4 {

    margin-right: 10px;

  }



  .brandList li {

    padding-left: 20px;

  }



  .brandList li h4 {

    margin-right: 10px;

    font-size: 20px;

    width: 20px;

  }



  .brandList li h5 {

    font-size: 15px;

  }



  .brandList li a {

    padding: 10px 0;

    border-bottom: 1px solid #dcdcdc;

  }



  .braMg {

    width: 40%;

  }



  .braTxt {

    width: 58%;

  }



  .braControl .iconfont,

  .braPag .iconfont {

    font-size: 30px;

  }

  .suggest .swiper-button-next,
  .suggest .swiper-rtl .swiper-button-prev {
    right: -50px;
  }

  .suggest .swiper-button-prev,
  .suggest .swiper-rtl .swiper-button-next {
    left: -50px;
  }



}





@media screen and (max-width:1020px) {


  .suggest .swiper-button-next,
  .suggest .swiper-button-prev {
    background: #434343;
    width: 30px;
    height: 30px;
  }


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


  .suggest .swiper-button-next,
  .suggest .swiper-rtl .swiper-button-prev {
    right: 0;
  }

  .suggest .swiper-button-prev,
  .suggest .swiper-rtl .swiper-button-next {
    left: 0;
  }


  .suggest h3 {
    padding: 40px 0;
    margin-top: 40px;
  }

}





@media screen and (max-width:768px) {





  .brandList {

    margin-left: 0;

    margin-top: 20px;

    height: auto;

  }



  .brandList li {

    padding-left: 0;

  }



  .brand {

    margin: 30px 0;

  }



  .brand h3,
  .suggest h3 {

    font-size: 26px;

  }



  .brandList li a {

    padding: 5px 0;

    border-bottom: 1px solid #dcdcdc;

  }



  .brandList li h4 {

    margin-right: 10px;

    font-size: 18px;

    width: 20px;

    line-height: normal;

    padding: 2px 0 0;

  }



  .brandList li h5 {

    font-size: 14px;

  }



  .braInfo {

    flex-wrap: wrap;

  }



  .braMg,

  .braTxt {

    width: 100%;

  }



  .braSwiper {

    margin: 30px 0;

  }



  .braTxt h4 {

    font-size: 20px;

    padding: 10px 0;

    margin: 15px 0 0;

  }


  .suggest h3 {
    padding: 30px 0;
    border-top: 1px solid #eee;
    margin-top: 30px;
  }


}