@charset "UTF-8";
/*自定义参数*/
.icons-sprite {
  background-image: url('../images/icons-sbcc764f420.png');
  background-repeat: no-repeat; }

.page {
  overflow: hidden;
  *zoom: 1; }
  .page .page_btn {
    color: #afb1b2;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 17px;
    border: 2px solid #dfdfdf; }
    .page .page_btn:hover {
      color: #16a1d4;
      border-color: #16a1d4; }
  .page .first_btn {
    float: left;
    display: inline; }
  .page .last_btn {
    float: right;
    display: inline; }
  .page .pagination {
    width: 70%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto; }
    .page .pagination a {
      color: #16a1d4;
      font-size: 16px;
      font-family: 'arial';
      margin: 0 12px; }
      .page .pagination a:hover {
        color: #404040; }
      .page .pagination a.current {
        color: #404040; }

.product_content_module {
  padding: 50px 0 30px 0;
  background: #f3f3f3; }

.product_classify {
  position: relative;
  /** height: 50px; */
  line-height: 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 25px; }
  .product_classify .search_text {
    font-size: 14px;
    color: #939393; }
    .product_classify .search_text em {
      font-style: normal;
      color: #16a1d4;
      margin: 0 3px; }
  .product_classify .search_name {
    float: left;
    display: inline;
    margin-left: 24px; }
  .product_classify .search_result {
    float: right;
    display: inline;
    margin-right: 24px; }

.classify_list {
  overflow: hidden;
  *zoom: 1;
 /** height: 50px; */
  padding: 0 7px; }
  .classify_list .clf_item {
    position: relative;
    float: left;
    display: inline;
    padding: 0 18px;
    font-size: 14px; }
    .classify_list .clf_item.current .clf_item_text {
      color: #44c639; }
    .classify_list .clf_item .clf_item_text {
      color: #007abf; }
      .classify_list .clf_item .clf_item_text:hover {
        color: #44c639; }

.classify_sec_list .clf_list {
  position: absolute;
  top: 60px;
  display: none;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  background: #fff; }
  .classify_sec_list .clf_list .clf_sec_item {
    color: #404040;
    font-size: 14px;
    margin: 0 8px; }
    .classify_sec_list .clf_list .clf_sec_item:hover {
      color: #44c639; }
  .classify_sec_list .clf_list .trangle {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #e6e6e6 transparent; }
    .classify_sec_list .clf_list .trangle em {
      position: absolute;
      top: 1px;
      left: -6px;
      display: block;
      border-style: solid;
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #fff transparent; }

.search_product {
  padding: 200px 0; }
  .search_product .result_text {
    color: #939393;
    font-size: 16px;
    text-align: center; }
    .search_product .result_text a {
      color: #16a1d4;
      margin-left: 3px; }
      .search_product .result_text a:hover {
        text-decoration: underline; }

.product_list_module {
  margin-top: 75px; }

.product_list {
  overflow: hidden;
  *zoom: 1;
  margin-left: -45px;
  margin-bottom: -45px; }
  .product_list .product_item {
    float: left;
    display: inline;
    width: 300px;
    margin: 0 0 45px 45px;
    border: 1px solid #e6e6e6; }
    .product_list .product_item .pro_photo {
      display: block;
      width: 300px;
      height: 300px;
      line-height: 300px;
      overflow: hidden; }
    .product_list .product_item img {
      transition: all, 1s, ease-in, 0s;
       }
      .product_list .product_item img:hover {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .product_list .product_item p {
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #fff; }
      .product_list .product_item p a {
        color: #777; }
        .product_list .product_item p a:hover {
          color: #007abf; }

.product_number {
  color: #afb1b2;
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
  padding-right: 16px; }

.product_page {
  margin-top: 28px; }
