/* 产品展示页面CSS */

/* 头部 */
/* 导航栏 */
.nav>li:nth-child(2){
  background-color: #076ce0;
}
.navbar-default .navbar-nav>li:nth-child(2)>a {
  color: #fff;
}

/* 产品展示 */
.show{
  width: 68%;
  margin: 0 auto;
  position: relative;
  display: flex!important;
  flex-direction: column;
  align-items: center;
}

.show .tit{
  font-size: .71rem;
  color: #4c4c4c;
  text-align: center;
  font-family: lamp;
  line-height: 1.1rem;
  margin-bottom: 2.3rem;
}

.show .listul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 2rem;
}
.listul li{
  width: 9.83rem;
  height: 9.5rem;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 3.5rem;
}
.listul li a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
}
.listul li a img{
  display: block;
  width: 9.083rem;
  height: 8.625rem;
  margin: auto;
}
.listul li .listtit{
  width: 8.417rem;
  height: 2.67rem;
  border: 1px solid #d8d8d8;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.listul li .listtit p{
  font-size: .67rem;
  color: #232222;
  font-family: lamp;
  margin: auto;
}
