.products-list {
    margin: 0 -25px;
}
.products-list .item {
    width: 25%;
    padding: 0 18px;
    float:none;
    display:inline-block;
    margin:0 -3px;
    vertical-align: top;
}
.products-list .item:nth-child(4n+1) {
    margin:0 0px;
}
.products-list .item a {
    max-width: 321px;
    margin: 0 auto 60px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.products-list .item .pic{
  position: relative;
  margin: 0 auto;
  border: solid 1px #ddd;
}
.products-list .item a .pic:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/products/hover.png) no-repeat 50% 50% , rgba(255,255,255,0.7);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.products-list .item a:hover .pic:before{
  opacity: 1;
}
.products-list .name {
    position: relative;
    display: block;
    color: #333;
    margin-top: 10px;
    font-size: 18px;
    min-width: 26px;
    /*max-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;*/
}

.products-list + .btn-box {
    padding-top: 30px;
}
.products-detail{
  max-width: 1200px;
  margin: 0 auto;
}
.pro-dil-til{
  color: #333;
  font-size: 18px;
  text-align: left;
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  line-height: 1.2;
  position: relative;
}
.pd-dil-2:before{
	 content: '產品名稱';
  display: block;
  width: 107px;
  height: 28px;
  background: #1A6600;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 20px;
  color: #FFF;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}
/*
.pro-dil-til:before{
  content: '產品名稱';
  display: block;
  width: 107px;
  height: 28px;
  background: #1A6600;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 20px;
  color: #FFF;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
}*/
.gallery{
  float: left;
  width: 50%;
}

.stage .pic{
  border: solid 1px #ddd;
  max-width: 528px;
  margin: 0 auto;
}
.thumbnails{
  margin-top: 5px;
  padding: 0 30px;
}
.thumbnails li{
  box-sizing: border-box;
  padding: 5px;
}
.thumbnails .slick-prev,
.thumbnails .slick-next{
  width: 15px;
  height: 28px;
  text-indent: -999999px;
  background: url(../images/products/arrows.png) no-repeat ;
  display: block;
  position: absolute;
  left: -24px;
  top: 40%;
  background-position: 0 0;
  border: none;
}
.thumbnails .slick-next{
  left: inherit;
  right: -24px;
  background-position: 100% 0;
}
.thumbnails .slick-prev:hover,
.thumbnails .slick-next:hover{
  opacity: 0.7;
}
.thumbnails a{
  max-width: 98px;
  margin: 0 auto;
}
.thumbnails .pic{
  position: relative;
  border: solid 1px #ddd;
  max-width: 98px;
  margin: 0 auto;
}
.thumbnails li.active .pic:before,
.thumbnails a:hover .pic:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/products/hover_s.png) no-repeat 50% 50% , rgba(255,255,255,0.7);
}
.thumbnails a:hover .pic:after{
  content: '\e92d';
  font-family: 'icon-font';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 30px;
  text-align: center;
  color: #0d57c2;
  font-size: 20px;
}
.pro-dil-box{
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  text-align: left;
}
.pro-dil-box .btn.ask{
  float: left;
  margin-top: 10px;
}

.pro-dil-box .form-group{
  padding: 3px 0;
  display: inline-block;
  width: 100%;
}
.pro-dil-box .control-label{
  display: inline-block;
  width: 80px;
  float: left;
}
.pro-dil-box .control-box{
  float: left;
}
.pro-dil-box .form-control{
  width: 100%;
  max-width: 392px;
  height: 28px;
  background: transparent;
  border: solid 1px #dadada;
  border-radius: 0;
}
.pro-dil-box .one select.form-control{
  width: 392px;
}
.pro-dil-box .qty .form-control{
  max-width: 121px;
  text-align: center;
   border: none;
}
.pro-dil-box .required:before {
  display: none;
}

.intro-txt{
  padding-top: 30px;
  clear: both;
}
.btn-box{
  padding-top: 50px;
}
.intro-txt .til{
  border-bottom: solid 1px #ddd;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.intro-txt .til i{
  color: #1A6600;
  margin-right: 8px;
  position: relative;
  top:1px;
}
.pro-dil-box .btn.inqu{
  float: left;
}
.pro-dil-box .btn.inqu i{
  margin-right: 5px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top:1px;
}
.resault-box{
  text-align: left;
  font-size: 14px;
  color: #a5a5a5;
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 15px 25px;
  margin-bottom: 35px;
  width: 100%;
  display: inline-block;
  line-height: normal;
  height: auto;
}
.resault-box i{
  margin-right: 8px;
  color: #737373;
  font-weight: normal;
  font-size: 17px;
  position: relative;
  top:2px;
}
.resault-box span{
  color: #ff7f00;
}
.pd-id{
	       color: #2a9a03;
    font-size: 15px;
    line-height: 2.5em;
}


@media screen and (max-width: 1280px) {
    .products-list {
        margin: 0 -8px;
    }
}
@media screen and (max-width: 1000px) {
  .products-list .item {
      width: 50%;
      padding: 0 8px;
      margin:0 -4px;
  }
.products-list .item:nth-child(2n+1) {
    margin:0 0px;
}
}
@media screen and (max-width: 980px) {
  .stage,
  .pro-dil-til,
  .pro-dil-box,
  .pd-dil-2,
  .thumbnails,
  .gallery{
    float: none;
    width: 100%;
  }
  .pro-dil-til,
  .pd-dil-2{
    text-align: center;
    margin-bottom: 30px;
  }
  .pd-dil-2:before{
    margin: 0 auto 15px;
  }
  .thumbnails{
    max-width: 500px;
    margin: 10px auto 0;
  }

}
@media screen and (max-width: 767px) {

    .products-list {
        font-size: 20px;
    }
    .thumbnails li{
      width: 33.3333%;
    }
}
@media screen and (max-width: 590px) {
  .thumbnails{
    width: 100%;
    max-width: 300px;
  }

}
@media screen and (max-width: 522px) {
  .pro-dil-box .btn.inqu{
    width: 100%;
    border-right: solid 1px #ddd;
  }
  .pro-dil-box .one select.form-control{
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
    .products-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
  .thumbnails{
    max-width: 200px;
  }
}
