/*大屏幕*/
@media screen and (min-width: 1600px) {

  /* 1400px */
  * {
    margin: 0;
    padding: 0;
  }

  /*移动端隐藏部分*/
  .return {
    display: none;
  }

  .func_bar {
    display: none;
  }

  .select:hover>div {
    transition: all 0.7s;
    color: #FFFFFF !important;
    background: #FF9534;
  }

  .products-center {
    /* margin-top: 80px; */
    /* margin-bottom: 106px; */
    width: 100%;
  }

  .products-center .products-center-bg {
    width: 100%;
    margin: auto;
    /* height: 320px; */
    /* background: url('../img/products-center-bg.png') no-repeat center; */
  }

  .products-center .products-center-tab-bar {
    width: 100%;
    height: 80px;
    background: #D7D7D7;
  }

  .products-center .products-center-tab-bar .products-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }

  .products-center .products-center-tab-bar .products-wrapper span {
    /* height: 25px; */
    /* margin-left: 10.04%; */
    /* line-height: 82px; */
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }

  /*产品列表*/
  .products-center>.products-center-tab-bar>.products-wrapper>.products-list {
    display: flex;
    justify-content: space-between;
    /* position: absolute; */
    /* top: 423px; */
    /* left: 544px; */
    width: 700px;
    height: 36px;
    line-height: 36px;

  }

  .products-center>.products-center-tab-bar>.products-wrapper>.products-list a {
    margin-right: 10px;
    width: 72px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background: #D7D7D7;
  }

  .products-center>.products-center-tab-bar>.products-wrapper>.products-list a.item-active {
    text-align: center;
    width: 72px;
    height: 36px;
    color: #D7D7D7;
    background: #FFFFFF;
  }

  .products-center>.products-center-tab-bar>.products-wrapper>.products-list a:hover {
    text-align: center;
    width: 72px;
    height: 36px;
    color: #D7D7D7;
    background: #FFFFFF;
  }

  .products-center .products-center-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-start;
    margin: 57px auto 0;
    min-height: 400px;
  }

  .products-center .products-center-content a {
    margin-top: 50px;
    margin-left: 39px;
  }

  .products-center>.products-center-content a div img {
    width: 311px;
    /* height: 311px; */
    height: auto;
  }

  .products-center>.products-center-content a span {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #F2F2F2;
  }

  .products-center>.products-center-content a div {
    overflow: hidden;
  }

  .products-center>.products-center-content a:hover img {
    transform: scale(1.2);
  }

  .products-center>.products-center-content a:hover span {
    color: #FFFFFF;
    background: #333333;
  }
}

/*小屏幕*/
@media (max-width: 1599.9px) and (min-width: 1279px) {

  /* 1200px */
  * {
    margin: 0;
    padding: 0;
  }

  /*移动端隐藏部分*/
  .return {
    display: none;
  }

  .func_bar {
    display: none;
  }

  .select:hover>div {
    transition: all 0.7s;
    color: #FFFFFF !important;
    background: #FF9534;
  }

  .products-center {
    /* margin-top: 80px; */
    /* margin-bottom: 106px; */
    width: 100%;
    /* height: 1434px; */
  }

  .products-center .products-center-bg {
    width: 100%;
    margin: auto;
    /* height: 320px; */
    /* background: url('../img/products-center-bg.png') no-repeat center; */
  }

  .products-center .products-center-tab-bar {
    width: 100%;
    height: 80px;
    background: #D7D7D7;

  }

  .products-center .products-center-tab-bar .products-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .products-center .products-center-tab-bar .products-wrapper span {
    /* height: 25px; */
    /* margin-left: 8.04%; */
    /* line-height: 82px; */
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }

  /*产品列表*/
  .products-center>.products-center-tab-bar>.products-wrapper>.products-list {
    display: flex;
    justify-content: space-between;
    /* position: absolute; */
    /* top: 423px; */
    /* left: 544px; */
    width: 50%;
    height: 36px;
    line-height: 36px;

  }

  .products-center>.products-center-tab-bar>.products-wrapper>.products-list a {
    margin-right: 10px;
    width: 72px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background: #D7D7D7;
  }

  .products-center>.products-center-tab-bar>.products-wrapper>.products-list a.item-active {
    text-align: center;
    width: 72px;
    height: 36px;
    color: #D7D7D7;
    background: #FFFFFF;
  }

  .products-center>.products-center-tab-bar>.products-wrapper>.products-list a:hover {
    text-align: center;
    width: 72px;
    height: 36px;
    color: #D7D7D7;
    background: #FFFFFF;
  }

  /*图片列表*/
  .products-center .products-center-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-start;
    margin: 57px auto 0;
    min-height: 400px;
  }

  .products-center>.products-center-content a {
    width: 284.28px;
    height: 311px;
    margin-top: 50px;
    margin-left: 13px;
  }

  .products-center>.products-center-content a div img {
    width: 100%;
    /* height: 284.27px; */
    height: auto;
  }

  .products-center>.products-center-content a span {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #F2F2F2;
  }

  .products-center>.products-center-content a div {
    overflow: hidden;
  }

  .products-center>.products-center-content a:hover img {
    transform: scale(1.2);
  }

  .products-center>.products-center-content a:hover span {
    color: #FFFFFF;
    background: #333333;
  }
}

/*平板*/
@media (max-width: 1278.9px) {

  /* 百分制单位 */
  * {
    margin: 0;
    padding: 0;
  }

  .select:hover>div {
    transition: all 0.7s;
    color: #FFFFFF !important;
    background: #FF9534;
  }

  .products-center {
    /* margin-top: 80px; */
    /* margin-bottom: 106px; */
    width: 100%;
    /* height: 1434px; */
  }

  .products-center .products-center-bg {
    width: 100%;
    height: 63px;
    /* background: url('../img/products-center-bg.png') no-repeat center; */
    background-size: 100%;
  }

  .products-center .products-center-tab-bar {
    width: 100%;
    /* height: 82px; */
    /* background: rgba(51, 51, 51, 1); */
  }

  .products-center .products-center-tab-bar .products-wrapper span {
    display: none;
  }

  /*产品列表*/
  .products-center>.products-center-tab-bar>.products-wrapper>.products-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 90.13%;
    margin: 3.59% auto 0;
  }

  .products-center>.products-center-tab-bar>.products-wrapper>.products-list a {
    width: 14.8%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 1.67%;
    color: rgba(51, 51, 51, 0.5);
    background: #D7D7D7;
  }

  .products-center>.products-center-tab-bar>.products-wrapper>.products-list a.item-active {
    text-align: center;
    width: 14.8%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: #D7D7D7;
  }

  .products-center>.products-center-tab-bar>.products-wrapper>.products-list a:hover {
    text-align: center;
    width: 14.8%;
    height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: #D7D7D7;
  }

  /*图片列表*/
  .products-center .products-center-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-start;
    padding: 0 25px;
    margin: 40px auto 0;
    min-height: 400px;
  }

  .products-center>.products-center-content a {
    width: 48%;
    height: 9.87%;
    /* margin-left: 25px; */
    margin-bottom: 1.59%;
  }

  .products-center>.products-center-content a:nth-child(2n+2) {
    margin-left: 4%;
  }

  .products-center>.products-center-content a div img {
    width: 100%;
    height: 9.87%;
  }

  .products-center>.products-center-content a span {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #F2F2F2;
  }

  .products-center>.products-center-content a div {
    overflow: hidden;
  }

  .products-center>.products-center-content a:hover img {
    transform: scale(1.2);
  }

  .products-center>.products-center-content a:hover span {
    color: #FFFFFF;
    background: #333333;
  }
}