@charset "utf-8";
/* CSS Document */

.Frame_product_module ul,.Frame_product_module ol,.Frame_product_module li,.Frame_product_module p{ padding:0; margin:0; list-style: none;}
.Frame_product_module {
    padding-bottom: 40px;
  }
  .Frame_product_module .hd {
    background: #666666;
    height: 100px;
  }
  .Frame_product_module .hd ul {
    text-align: center;
  }
  .Frame_product_module .hd ul li {
    display: block;
    width: 25%;
    position: relative;
    padding: 0px 10px;
    background: url(light.png) no-repeat center bottom;
    -webkit-background-size: auto 0;
    background-size: auto 0;
    box-sizing: border-box;
    float: left;
  }
  .Frame_product_module .hd ul li .product_title {
    width: 206px;
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    height: 98px;
    line-height: 98px;
    border-bottom: 2px solid transparent;
  }
  .Frame_product_module .hd ul li i.hot {
    width: 18px;
    height: 22px;
    background: url(hot.png) no-repeat center;
    display: block;
    position: absolute;
    top: 34px;
    right: 53px;
  }
  .Frame_product_module .hd ul li.on .product_title {
    color: #eaba14;
    border-color: #eaba14;
  }
  .Frame_product_module .hd ul li.on {
    background: url(light.png) no-repeat center bottom;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .Frame_product_module .bd {
    margin-top: 30px;
    min-height: 560px;
  }
  .Frame_product_module .bd ul li {
    position: relative;
    text-align: center;
    margin-right: 30px;
  }
  
  .Frame_product_module .c2 .bd ul li:nth-child(2n) {
    margin-right: 0;
  }
  .Frame_product_module .c2 .bd ul li:nth-child(2) {
    margin-bottom: 40px;
  } 
  .Frame_product_module .c3 .bd ul li:nth-child(3n) {
    margin-right: 0;
  }
  .Frame_product_module .c3 .bd ul li:nth-child(3) {
    margin-bottom: 40px;
  } 
  .Frame_product_module .c4 .bd ul li:nth-child(4n) {
    margin-right: 0;
  }
  .Frame_product_module .c4 .bd ul li:nth-child(4) {
    margin-bottom: 40px;
  } 
  .Frame_product_module .bd ul li .pic img {
    width: 380px;
    height: 260px;
    vertical-align: bottom;
  }
  .Frame_product_module .bd ul li .text {
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: rgba(34, 34, 34, 0.9);
    position: absolute;
    bottom: -20px;
    left: 70px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .Frame_product_module .bd ul li .text p {
    font-size: 14px;
    color: #cccccc;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .Frame_product_module .bd ul li .border {
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 13px;
    right: 13px;
    border: 1px solid #ffffff;
    opacity: 0;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .Frame_product_module .bd ul li:hover .text {
    background: #eaba14;
  }
  .Frame_product_module .bd ul li:hover .text p {
    color: #ffffff;
  }
  .Frame_product_module .bd ul li:hover .border {
    opacity: 1;
  }