/* 上市品牌 */
.iWraps {
  width: 1000px;
  margin: 0 auto;
}
.brand {
  width: 100%;
  background-color: #363b44;
  padding: 40px 0;
  text-align: left;
}
.brandName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.brandName_span {
  margin: 0 10px;
}
.brandName_p {
  font-weight: bold;
}
.brandName_i {
  color: #ec313a;
  font-style: normal;
}
.brandName_code {
  font-size: 22px;
  margin-top: 10px;
}
.brandText {
  background: #474e54;
  padding: 30px 50px;
  color: #fff;
  font-size: 16px;
  text-indent: 2em;
}
.brandText_p {
  margin: 5px 0;
  line-height: 24px;
}
.brand_list {
  width: 900px;
  margin: 20px auto 0;
  position: relative;
}
.brand_item {
  margin: 0 10px;
}
.brand_img {
  width: 160px;
  height: 120px;
}
.slick-prev,
.slick-next {
  display: inline-block;
  width: 25px;
  height: 47px;
  outline: none;
  border: 0px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev {
  left: -30px;
  background-image: url(http://static.wangxiao.cn/zhuanti/sem/img/left.jpg);
}
.slick-next {
  right: -40px;
  background-image: url(http://static.wangxiao.cn/zhuanti/sem/img/right.jpg);
}
/* 上市品牌end */
