.product-l-cate{
    width: 22%;
}
.product-l-cate .product-l-tit{
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.product-l-cate>ul{
    margin-top: 30px;
    border-top: 2px solid #333;
}
.product-l-cate .product-l-cate-item .product-l-cate-item-name1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.product-l-cate .product-l-cate-item .product-l-cate-item-name{
    border-bottom: 1px solid rgba(153, 153, 153, 0.301);
}
.product-l-cate .product-l-cate-item .product-l-cate-item-name1 a{
    width: 100%;
}
.product-l-cate .product-l-cate-item .product-l-cate-item-name1 .product-l-cate-item-act{
    color: #333;
    font-weight: bold;
}
.product-l-cate .product-l-cate-item a{
    display: inline-block;
    font-size: 17px;
    padding: 12px 0;
}
.product-l-cate .product-l-cate-item .product-l-cate-item-sechid{
    display: none;
}
.product-l-cate .product-l-cate-item a{
    display: inline-block;
    font-size: 17px;
    color: #333;
    padding: 12px 0;
}
.product-l-cate .product-l-cate-item .product-l-cate-item-sechid a{
    padding-left: 12px;
    color: #666;
}
.fa img{
    width: 15px;
}
.fa-rotate-180{
    transform: rotate(180deg);
}
.product-l-cate .product-l-cate-item .product-l-cate-item-name1 i{
    font-size: 25px;
    transition: 0.7s;
    margin-right: 5px;
}
/* 列表 */

.product-list{
    width: 75%;
    margin-left: 3%;
    margin-top: 5%;
}
.product-list .product-list-ul .product{
    border: 1px solid #eee;
    width: 29%;
    height: 254px;
    padding: 0;
    float: left;
    margin: 0 5px 15px 5px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    margin-right: 3%;
    margin-bottom: 3%;
}
.product-list .product-list-ul .product .product-item-img{
    overflow: hidden;
}
.product-list .product-list-ul .product a img{
    height:153px;
      transition: 0.4s;
    
  }
.product-list .product-list-ul .product a img:hover{
    transform: scale(1.3);
}
.product-list .product-list-ul .product .product-tit{
    padding: 10px 5px;
    margin-bottom: 5px;
    font-weight: normal;
    min-height: 25px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_contact_img,
.product_contact_list {
    width: 50%;
    margin: auto 0;
}
.product_contact_list{
    padding-left: 4%;
}
.product_contact_list .product_contact_input {
    background: #f5f5f5;
    height: 34px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding: 8px;
    border: 1px solid #eee;
    vertical-align: middle;
    border-radius: 17px;
    margin-bottom: 15px;
}

.product_contact_list textarea {
    background: #f5f5f5;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 17px;
    line-height: 180%;
}
.product_contact_list .code>*{vertical-align:top;font-size:0}
.product_contact_list .code img{width:100px;height:40px}
.product_contact_list .code input{  background: #ffffff;height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #eee;

    }
textarea::-webkit-input-placeholder {
    text-align: left;
    line-height: 20px;
}
textarea::-moz-input-placeholder{
    text-align: left;
    line-height: 20px;
  }/*webkit 内核浏览器*/
.product_contact_list .product_contact_btn {
    background: #4f77b4;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    height: 40px;
    margin: 10px auto;
    border: 0;
}
/* page */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination ul {
  display: flex;
}

.pagination ul a:first-child {
    margin-left: 0;
}

.pagination ul a {
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    border: solid 1px #d2d2d2;
}

.pagination ul a li {
    color: #898989;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 50%;
    position: relative;
    box-sizing: border-box;
}

.pagination ul a:hover {
  border-color: transparent;
  background: #4f77b4;
}

.pagination ul a:hover li {
  color: #fff;
}

.pagination ul .current {
  border-color: transparent;
  background: #4f77b4;
}

.pagination ul .current li {
  color: #fff;
}