/* 
    Created on : 2020-9-14, 15:06:28
    Author     : Administrator
*/
.pro-list{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
}
.pro-list li{
    width:25%;
    min-height: 260px;
    float:left;
    text-align: center;
    margin-bottom: 10px;
}
.item{
    position: relative;
    width:90%;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 0;
}
.item .pro-top{
    position: absolute;
    width:40px;
    right:15px;
    top:20px;
}
.item .pro-top img{
    width:100%;
}
.pro-list li img{
    width: 90%;
}
.pro-list li .imgs{    
    width:100%;
    background: #fff;
    padding-bottom:  10px;
    padding-top: 5px;
}
.pro-list li p{
    line-height: 25px;
    margin: 0 auto;
    color:#000;
    background: #fff;
    /*width:90%;*/
    border: none;
}

@media screen and (max-width:900px) {
    .pro-list{
        width:100%;
        padding: 10px 0;
    }
    .pro-list li{
        width:50%;
        min-height: 202px;
    }
    
}

.pro-search{
    width:1200px;
    margin: 10px auto;
    margin-bottom: 20px;
}

#vs-item{
    display: inline-block;
    float: left;
}

.s-item{
    display: inline-block;
    float:left;
}

.s-item label{
    float:left;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color:#777;
}

.s-item .s-input{
    float:left;
}
.s-item .s-input select{
    background: none;
    border:1px solid #ccc !important;
    width: auto;
    max-width:150px;
    /*-webkit-appearance: menu;*/
    /*background:url("http://www.santii.com/source/1507797721809079.gif") no-repeat scroll right center transparent;*/
}

.s-item .s-input input{
    width:180px;
    height: 34px;
    line-height: 34px;
    background: none;
    border:1px solid #ccc !important;
}

.s-btn{
    width:100px;
    text-align: center;
    float:left;
}
.s-btn .btn{
    padding: 5px 15px;
    margin-top: 1px;
}

@media screen and (max-width:768px) {
    .pro-search{
        /*display: none;*/
        width:95%;
        margin-top: 20px;
/*        background: #fff;
        border-radius: 5px;
        padding: 10px;*/
    }
    .s-item{
        width:100%;
    }
    .s-item label{
        width:25%;
        text-align: right;
        padding-right: 10px;
    }
    .s-item .s-input{
        width:70%;
        
    }
    .s-item .s-input input{
        width:100%;
        background: #fff;
    }
    .s-item .s-input select{
        width:100%;
        background: #fff;
    }
    .s-btn{
        width: auto;
        text-align: center;
        margin-left: 25%;
    }
}

.pro-show{
    width:1200px;
    margin: 40px auto;    
    background: #fff;
    padding: 40px;
}

.show-img{
    width:800px;
    height: 600px;
    float:left;
}

.show-img .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .show-img .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .show-img .swiper-slide img{
      width:100%;
      height: 100%;
  }

  .gallery-top {
    height: 80%;
    width: 100%;
  }

  .gallery-thumbs {
    height: 110px;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 90px;
    opacity: 0.4;
  }

  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  
  .pro-tit{
      width:240px;
      margin-left: 80px;
      float: right;
      padding-top: 220px;
  }
  .pro-tit h3{
      margin-bottom: 15px;
  }
  
  .pro-tab{
      margin: 40px auto;
  }
  
  .pro-tab ul li{
      width:50%;
      float:left;
      height: 60px;
      line-height: 60px;
      background: #e8e8e8;
      color:#000;
      cursor: pointer;
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
  }
  .pro-tab ul li.on{
      background: #095195;
      color:#fff;
  }
  
  .pro-params{
      margin: 40px 0;
  }
  
  .pro-params .ltd{
      width:30%;
  }
  
  .pro-info{
      margin: 40px 0;
  }
  
  .pr-info-tit{
      height: 60px;
      line-height: 60px;
      background: #e8e8e8;
      color:#666;
      cursor: pointer;
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
  }
  
  .pr-info-con{
      margin-top: 40px;
      min-height: 200px;
      background: #e8e8e8;
      padding: 30px;
  }
  
  @media screen and (max-width:768px) {
      .pro-show{
          width:95%;
          padding: 10px;
          margin: 20px auto;
      }
      .show-img{
          width:100%;
          height: auto;
          float:none;
      }
      .gallery-thumbs{
          display: none;
      }
      .pro-tit{
          width:100%;
          float: none;
          padding-top: 15px;
          margin: 0;
      }
      .swiper-button-next,.swiper-button-prev{
          display: none;
      }
      .pro-tab ul li,.pr-info-tit{
          height: 50px;
          line-height: 50px;
      }
      .pro-tit h3{
          font-size: 1.2rem;
      }
      .pro-tab{
          margin: 20px auto;
      }
  }
  
  #pro-file{
      display: none;
  }