body {
  background: #fff;
  color: #434343; }

.brand-title {
  height: 130px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .brand-title .bg {
    position: absolute;
    bottom: 0;
    background: #f6f6f6;
    height: 130px;
    width: 100%;
    z-index: 1; }
  .brand-title img {
    width: 80px;
    margin: 15px auto;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    margin-left: -40px; }
  .brand-title span {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    text-align: center;
    width: 100%;
    text-align: center; }

.wrapper {
  padding-bottom: 50px; }

.brand-con.large .item {
  height: auto;
  display: inline-block;
  width: 45%;
  margin-left: 2.5%;
  height: auto;
  margin-top: 40px;
  vertical-align: top; }

.brand-con .item {
  display: inline-block;
  width: 45%;
  margin-left: 2.5%;
  height: auto;
  margin-top: 40px;
  position: relative; }
  .brand-con .item .detail {
    padding: 15px 5%;
    width: 90%;
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 14px; }
  .brand-con .item p {
    font-size: 12px; }
  .brand-con .item a {
    width: 100%;
    height: 100%;
    display: block; }
    .brand-con .item a img {
      width: 100%; }
    .brand-con .item a span {
      font-size: 12px;
      display: block;
      width: 75px;
      margin-top: 10px;
      background: url(../../images/arrow.png) 90% 50% no-repeat;
      background-size: 14px 10px;
      margin-left: auto; }
