#sideList_2 {
  width: 100%;
  text-align: left;
}
#sideList_2 li {
  margin-bottom: 2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
#sideList_2 li:first-child {
  width: 132px;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:first-child {
    width: 105px;
    margin-right: 2px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:first-child {
    width: 250px;
    margin-right: 2px;
  }
}
#sideList_2 li:nth-child(2) {
  width: 213px;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:nth-child(2) {
    width: 165px;
    margin-right: 2px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:nth-child(2) {
    width: 90px;
    margin-right: 2px;
  }
}
#sideList_2 li:nth-child(3) {
  width: 570px;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:nth-child(3) {
    width: 482px;
    margin-right: 2px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:nth-child(3) {
    width: 159px;
    margin-right: 2px;
  }
}
#sideList_2 li:last-child {
  width: 285px;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:last-child {
    width: 193px;
    margin-left: 10px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:last-child {
    width: 210px;
    margin-right: 2px;
  }
}
#sideList_2 li .part-title {
  width: 150px;
  height: 100px;
  margin: auto;
  text-align: center;  
}
#sideList_2 li .part-title h4 {
    display: block;
    float: left;
    /*width: 150px;*/
    height: 100px;
    color: #996633;
    font-size: 20px;
    font-weight: bold;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li .part-title h4 {
    font-size: 18px;
  }
}
#sideList_2 li .part-img {
  display: table-cell;
  vertical-align: bottom;
}
#sideList_2 li .part-img img {
  width: 80%;
}
#sideList_2 li:first-child .part-img {
  width: 132px;
  height: 280px;
  background: transparent url("../img/p080/machine_5_1.png") left bottom no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:first-child .part-img {
    width: 105px;
    height: 202px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:first-child .part-img {
    width: 250px;
    height: 202px;
  }
}
#sideList_2 li:first-child:hover .part-img {
  width: 132px;
  height: 280px;
  background: transparent url("../img/p080/machine_5_2.png") left bottom no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:first-child:hover .part-img {
    width: 105px;
    height: 202px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:first-child:hover .part-img {
    width: 250px;
    height: 202px;
  }
}
#sideList_2 li:nth-child(2) .part-img {
  width: 213px;
  height: 280px;
  background: transparent url("../img/p080/machine_6_1.png") left bottom no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:nth-child(2) .part-img {
    width: 165px;
    height: 202px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:nth-child(2) .part-img {
    width: 90px;
    height: 202px;
  }
}
#sideList_2 li:nth-child(2):hover .part-img {
  width: 213px;
  height: 280px;
  background: transparent url("../img/p080/machine_6_2.png") left bottom no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:nth-child(2):hover .part-img {
    width: 165px;
    height: 202px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:nth-child(2):hover .part-img {
    width: 90px;
    height: 202px;
  }
}
#sideList_2 li:nth-child(3) {
  margin-right: 0;
}
#sideList_2 li:nth-child(3) .part-img {
  width: 570px;
  height: 280px;
  background: transparent url("../img/p080/machine_7_1.png") left bottom no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:nth-child(3) .part-img {
    width: 482px;
    height: 202px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:nth-child(3) .part-img {
    width: 159px;
    height: 202px;
  }
}
#sideList_2 li:nth-child(3):hover .part-img {
  width: 570px;
  height: 280px;
  background: transparent url("../img/p080/machine_7_2.png") left bottom no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:nth-child(3):hover .part-img {
    width: 482px;
    height: 202px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:nth-child(3):hover .part-img {
    width: 159px;
    height: 202px;
  }
}
#sideList_2 li:last-child .part-img {
  width: 285px;
  height: 280px;
  background: transparent url("../img/p080/machine_8_1.png") left bottom no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:last-child .part-img {
    width: 193px;
    height: 202px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:last-child .part-img {
    width: 210px;
    height: 202px;
  }
}
#sideList_2 li:last-child:hover .part-img {
  width: 285px;
  height: 280px;
  background: transparent url("../img/p080/machine_8_2.png") left bottom no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #sideList_2 li:last-child:hover .part-img {
    width: 193px;
    height: 202px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  #sideList_2 li:last-child:hover .part-img {
    width: 210px;
    height: 202px;
  }
}
#sideList_2 li .prod-item {
  display: inline-block;
}


/*mobile*/
@media only screen and (max-width: 64em){
#sideList_2 {
  display: none;
}
}