@charset "UTF-8";
:root {
  --huang: #e6b904 ;
  --hui:#615f60;
}
/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1200{
  max-width: 1600px;
  margin: 0 auto;
  /* padding: 10px; */
  padding-left: 15px;
  padding-right: 15px;
}




/* 产品范围 */
.pro-bg{
  /* background: #f5f5f5; */
  /* margin-top: 4.16666666666667vw; */
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
}

.put{
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.put::before{
  content: '';
  position: absolute;
  width: 208px;
  height: 158px;
  border: 2px solid #f8ec01;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.put .put1{
  color: #333333;
  font-size: 24px;
  line-height: 1;
}

.put .put2{
  margin: 1vw 0;
  position: relative;
}

.put .put3{
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}


.plist1 li{
  width: 15.9%;
  background: #fff;
  padding-bottom: 40px;
}

.plist1 li .img1{
  height: 95%;
  padding: 8px 0;
}

.plist1 li .img1 img{
  object-fit: scale-down;
  width: 100%;
}

.plist1 li .wz{
  text-align: center;
}

.plist1 li .wz .wza{
  color: #333333;
  font-size: 18px;
}

.plist1 li .wz .wzb{
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}

.plist1 li:hover{
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
}

.plist1 li:hover .wz .wza{
  font-weight: 600;
  color: var(--huang);
}



@media(max-width: 995px){

  .pro-bg{
    margin-top: 40px;
    padding: 40px 0;
  }

  .put::before{
    height: 125px;
  }

  .plist1{
    /* margin-top: 55px; */
  }
  .plist1{
    flex-wrap: wrap;
  }
  .plist1 li{
    width: 48%;
    margin-bottom: 4%;
  }
  .plist1 li .wz .wza{
    font-size: 16px;
  }
  .plist1 li .wz .wzb{
    margin-top: 5px;
  }
  .recom-pro{
    margin-top: 55px;
  }
}