/*头部要改的地方*/
.head {
    /*要改的地方*/
    height: 550px;
    background: url(../images/banner4e.jpg) no-repeat;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .head {
        background-position: -302px center;
    }
}



/* 产品中心 */
.goods {
    height: 1566px;
    overflow: hidden;
}
.goods-c {
    width: 1300PX;
    margin: 0 auto;
}


/* Tab选项卡切换 */
#tabs {
    width: 1300px;
    height: 1350px;
}
#tabs ul {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
#tabs ul li {
    color: #666666;
    background: #ededed;
    cursor: pointer;
    float: left;
    line-height: 60px;
    list-style: none;
    height: 60px;
    /* 混合布局 */
    width: calc(22% + 14px);
    margin-right: 6px;
    display: inline-block;
    text-align: center;
}
#tabs ul li a {
    display: block;
    color: #666666;
    height: 60px;
    width: 100%;
}
#tabs ul li:nth-of-type(9) {
    margin-right: 0;
}
#tabs ul li.on a{
    background-color: #666666;
    color: white;
}
#tabs article {
    margin-top: 80px;
    /* height: 700px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#tabs article .temp {
    width: 32.5%;
    height: 430px;
}
#tabs article .temp .bjt img {
    width: 80%;
    margin: auto;
    display: block;
    margin-top: 10px;
}
#tabs article .temp .bjt {
    height: 70%;
    background: url(../images/gooddi.png) no-repeat;
    background-position: center center;
    overflow: hidden;
}
#tabs article .temp .di {
    position: relative;
} 
#tabs article .temp .di img{
    width: 100%;
} 
#tabs article .temp .di span{
    position: absolute;
    top: 12px;
    left: 24px;
    color: #fff;
    font-size: 18px;
} 











/* 新闻下面的按钮 */
.goods .cc_botton {
    width: 100%;
    display: flex;
  }
  .goods .pagination{
    display: flex;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 120px;
  font-size: 14px;
  }
  .btn-group {
  display: flex;
  }
  #page_center_botton {
  display: none;
  }
  .goods .pagination .btn{
  display: block;
    width: 100px;
    height: 40px;
    background-color: #2eb872;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-right: 1px;
    font-weight: bold;
    cursor: pointer;
  margin-right: 10px;
  }
  .btn-group a {
  /* background-color: #ec0a00; */
  }
  .goods .pagination .btn:hover{
    background-color: #cebdbd;;
  }
  



/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .goods-c {
        width: 1200PX;
    }
    #tabs {
        width: 1200px;
    }
}



/* 手机端 */
@media all and (max-width:550px) {
    .goods {
        height: auto;
    }
    .goods-c {
        width: 100%;
        margin-top: 100px;
    }
    #tabs {
        width: 100%;
        height: auto;
    }
    #tabs ul {
        display: none;
    }
    #tabs article {
        flex-wrap: wrap;
        padding: 0 10px;
        box-sizing: border-box;
        justify-content: space-between;
        height: auto;
    }
    #tabs article .box {
        width: 47.1%;
    }
    #tabs article .box:hover .ding {
        display: none;
    }
    #tabs article .box:nth-of-type(4n) {
        margin-right: 8px;
    }
    .goods .pagination .btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
    
}