* {
    margin: 0px;
    padding: 0px;
  }
  .product-center {
    width: 1200px;
    margin: 0px auto;
    text-align: center;
  }
  h4 {
    font-size: 28px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    margin-top: 32px;
  }
  hr {
    width: 35px;
    height: 5px;
    background: rgba(45, 122, 219, 1);
    border-radius: 3px;
    margin: 13px auto;
  }
  .product-item1 {
    width: 100%;
  }
  .products1 {
    width: 386px;
    height: auto;
    float: left;
    margin-right: 10px;
  }
  .img_position {
    width: 386px;
    height: 359px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
  }
  .img_position p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(45, 122, 219, 1);
    line-height: 80px;
    opacity: 0;
  }
  .img_position p a {
    font-size: 16px;
    font-family: pingfangsc-semibold, pingfang sc;
    color: rgb(247, 240, 240);
    text-decoration: none;
  }

  .products1 img {
    display: block;
    width: 384px;
    height: 359px;
    position: relative;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
  }
  .products1 img:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .products1 p {
    font-size: 18px;
    font-family: sourcehansanscn-bold, sourcehansanscn;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 17px 0px 8px 0px;
  }
  .products1 span {
    display: block;
    font-size: 14px;
    font-family: sourcehansanscn-normal, sourcehansanscn;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 26px;
  }
.pages{
  width: 1200px;
  margin:0px auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.pages ul{
  width: 300px;
  height: auto;
  margin: 0px auto;
}
.pages ul li{
  float: left;
  width:35px;
height:35px;
background:rgba(245,245,245,1);
border-radius:2px;
margin-right: 9px;
line-height: 35px;
text-align: center;
}
.disabled{
  background:rgba(45,122,219,1)!important;
}
.disabled .page-link{
 color: white!important;
}
.page-link{
  color: #999999;
}