/*S 品牌推荐区块*/
.brand-box {

}

.brand-box h2 , .all-brand-box h2{
  text-align: center;
  height: 50px;
  font: 400 28px/50px "microSoft Yahei";
  color: #888;
  letter-spacing: 2px;
} 
.brand-tit span {
  margin: 0 auto;
  display: block;
  width: 218px;
  height: 50px;
  background: url(../img/pp1.fw.png) no-repeat;
}
.brand-box .brand-tit span {
  background-position: 0 -68px;
}
.all-brand-box .brand-tit span {
  background-position: 0 -170px;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand-content {
  overflow: hidden;
  background-color: #F1F1F1; 
  padding: 10px 10px 0 10px;
}
.brand-content ul {
  overflow: hidden;
}
.brand-content ul li {
  width: 198px;
  height: 60px;
  background: #fff;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  background-color: #F1F1F1; 
}
.brand-content ul li a {
  display: inline-block;
  width: 160px;
  height: 60px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  position: relative;
  padding:10px;
}
.brand-content ul li a img {
  height: 100%;
  width:100%;
}
.brand-content ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font: 18px/60px "microSoft Yahei";
  color: #463b7f;
  display: none;
}
/*E 品牌推荐区块*/

/*S 全部品牌*/

.all-brand-tit {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.all-brand-div .letters {
  width: 1210px;
  margin: 0 auto;
}
.all-brand {
  background-color: #fff;
}
.all-brand .letters strong {
    color: #000;
    line-height: 16px;
}
.all-brand .letters a {
    padding: 0px 10px;
    min-width: 9px;
    text-align: center;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    color: #000;
    font-family: microsoft yahei;
    margin-right: 10px;
}
/*.all-brand .letters a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}*/
.letters a.active {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.letters-cont dl {
    padding: 13px 0px 15px 90px;
    min-height: 77px;
    height: auto;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.letters-cont dl dt {
    position: absolute;
    left: 0px;
    _left: -90px;
    top: 7px;
    font: 48px "microsoft yahei";
    width: 50px;
    text-align: center;
    color: #000;
}
.letters-cont dl dd ul {
  overflow: hidden;
}
.letters-cont dl dd ul li {
  width: 200px;
  height: 60px;
  background: #fff;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
.letters-cont dl dd ul li a {
  display: inline-block;
  width: 160px;
  height: 60px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  position: relative;
  padding:10px;
}
.letters-cont dl dd ul li img {
  height: 100%;
  width:100%;
}
.letters-cont dl dd ul li span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font: 18px/60px "microSoft Yahei";
  color: #463b7f;
  display: none;
}
/*E 全部品牌*/
.span-a {
  display: block;
  height: 60px;
}
.brand-content ul li a span.disblok {
  display: block;
}
.letters-cont dl dd ul li span.disblok {
  display: block;
}