body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #f7f7f7; }

* {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

.banner_brand {
  width: 100%;
  height: 100%;
  background: url("../images/banner_brand.jpg") no-repeat;
  background-size: 100% 100%;
  display: flex;
  position: absolute;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  align-content: flex-start; }
  .banner_brand h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(26, 85, 153, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    padding-top: 70px; }
  .banner_brand h4 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1A5599;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    padding-top: 15px; }
  .banner_brand .add {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    margin-top: 0.2083333333rem; }
    .banner_brand .add img {
      width: 0.2395833333rem; }

.cur {
  cursor: pointer; }

.brand_info p {
  width: calc(100% - 30px - 30px);
  margin: auto;
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 15px;
  text-indent: 2em; }

.banner_brandList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 30px; }
  .banner_brandList .bannerItem {
    width: 200px;
    height: 160px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer; }
    .banner_brandList .bannerItem .nums {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      align-content: flex-start;
      height: 45px; }
      .banner_brandList .bannerItem .nums p {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #1A5599;
        margin: 0;
        margin-left: 30px;
        margin-right: 30px; }
      .banner_brandList .bannerItem .nums span {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333; }
    .banner_brandList .bannerItem span {
      font-size: 0.09375rem;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #333333; }
    .banner_brandList .bannerItem p {
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      text-align: left;
      color: #333333;
      line-height: 18px;
      margin-left: 8px;
      margin-right: 8px; }

.banner_brandList {
  width: 100%;
  position: relative; }

.swiper-container {
  width: 100%;
  position: relative; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 130px;
  /* 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;
  transition: 300ms;
  transform: scale(0.9); }

.swiper-slide-active, .swiper-slide-duplicate-active {
  transform: scale(1); }

/*# sourceMappingURL=brand.css.map */
