﻿/* 产品板块 */

.m-i-product .title .cname {
  margin-top: 0;
}
#wrap {
  width: 100%;
  margin: 0 auto;
}
#wrap ul li .a1 img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}

#wrap ul li {
  width: 19%;
  height: 468px;
  list-style: none;
  position: relative;
  float: left;
  overflow: hidden;
  margin:5px;
}

#wrap ul li .a1 .divA {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 54px;
}

#wrap ul li .a1 .divA>.p1 {
  width: 312px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  color: #666;
}

#wrap ul li .a1 .divA>.p2 {
  font-size: 28px;
  color: #fff;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

#wrap ul li .a1 .divA>.p3 {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 108px;
  height: 28px;
  color: #f60;
}

#wrap ul li .a1 .divA>.p3>span {
  font-size: 24px;
  font-weight: 800;
}

/*遮罩*/

#wrap ul li .a2 {
  position: absolute;
  padding-top: 40px;
  top: 0;
  width: 100%;
  height: 468px;
  text-align: center;
  color: white;
  background: rgba(181, 143, 62, 0.5);
  transition: all 0.2s;
  text-decoration: none;
}


#wrap ul li .a2 .dec {
  width: 40%;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
}

#wrap ul li .a2 .inf {
  margin-top: 40px;
  padding: 0 10px;
  text-align: left;
  font-size: 15px;
  line-height: 30px;
}




#wrap ul li .a2 .p7 {
  position: absolute;
  bottom: -50px;
  left: 23%;
  color: #b58f3e;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
  background-color: #fff;
  transition: all 0.2s 0.5s;
}


/* 首页媒介查询 */

@media screen and (max-width: 768px) {
  * {
    cursor: pointer;
  }
  #wrap ul li {
    width: 42%;
    height: 320px;
  }
  .m-module .title {
    margin-bottom: 20px;
  }
}