/*头部要改的地方*/
.head {
    /*要改的地方*/
    height: 550px;
    background: url(../images/banner3e.jpg) no-repeat;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .head {
        background-position: -302px center;
    }
}


/* 生产车间 */
.workshop {
  height: 1414px;
}
.workshop .workshop-c {
  width: 1300px;
  margin: auto;
  margin-top: 109px;
}
#masonry {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.workshop .workshop-c .temp {
  width: 32.5%;
  height: 400px;
}
.workshop .workshop-c .temp img {
  width: 100%;
}
.workshop .workshop-c .temp .di {
  position: relative;
} 
.workshop .workshop-c .temp .di span{
  position: absolute;
  top: 12px;
  left: 24px;
  color: #fff;
  font-size: 18px;
} 



/* 新闻下面的按钮 */
.workshop .cc_botton {
  width: 100%;
  display: flex;
}
.workshop .pagination{
  display: flex;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 120px;
font-size: 14px;
}
.btn-group {
display: flex;
}
#page_center_botton {
display: none;
}
.workshop .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;
}
.workshop .pagination .btn-group a {
  /* background-color: #ec0a00; */
}
.workshop .pagination .btn:hover{
  background-color: #cebdbd;;
}


/* 适应1200-1400的屏幕 */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .workshop .workshop-c {
    width: 1200px;
  }
  
}