﻿/* 拉幕广告 */
.lamubox1 {
  padding: 2px 0;
  height: 0;
  overflow: hidden;
}

.lamubox2 {
  height: 0;
  overflow: hidden;
  position: relative;
}

.lamubox2 span {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 5px;
  border: 1px #000 solid;
  border-radius: 2px;
  cursor: pointer;
}
/* 联系方式 */
.contact{
  color: #be0614;
  text-align: right;
}
.contact a{
  color: #be0614;
}
/* 品牌贴片 */
.brandList{

}
.brandList li{
  float: left;
  margin-left: 12.5px;
  width: 230px;
  height: 120px;
}
.brandList li:first-child{
  margin-left: 0;
}
