.box {
  width: 100%;
  margin: 20px auto;
  height: 430px;

}
.boxx img{
  height: initial ;
	max-width: initial ;
	vertical-align: initial ;
}
.left-pro {
  width: 100%;
  text-align: left;
  float: left;
  height: 100%;

}

@media (max-width: 768px) {
  .left-pro {
    overflow: hidden;
  }
}

.left-pro .t1 {
  width: 100px;
  float: left
}

.left-pro .t1 a {
  display: block;
  text-align: center;
}

.left-pro .t2 {
  width: calc(100% - 100px);
  text-indent: 0;
  float: left;
  padding-left: 10px;
  height: 430px;
  background-color: #fff;

}

@media (max-width: 768px) {
  .left-pro .t2 {
    width: calc(100%);
    height: 350px;
  }
}

.left-pro .t2 img {
  text-indent: 0;
}

#showArea a {
  cursor: pointer;
  display: block;
  width: calc(100%);
  margin-bottom: 9px;
  padding: 1px;
  border: 1px solid #ccc;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#showArea a.ac {
  border-color: #eb7106;
}

#showArea img {
  max-width: 100%;
  max-height: 100%;
}

#main_img {
  cursor: pointer;
  display: block
}

#gotop {
  cursor: pointer;
  display: block;
}

#gobottom {
  cursor: pointer;
  display: block;
}

#showArea {
  height: 379px;
  margin: 10px;
  overflow: hidden
}


.MagicZoom .main_img {
  max-height: 430px;
  max-width: 100%;
}