.control-box {
    width: 100%;
    height: 230px;
    background-image: url(../images/hots_bg.png);
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 92.5%;
  height: 205px;
  margin: auto 31px auto;
}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 204px;
  height: 220px;
  float: left;
  border-left: 3px white solid;
}
.box:hover {
 opacity:0.5;
}
.shadow {
  width: 202px;
  height: 31px;
  /* opacity: 1; */
  color: #000; text-align:center;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}
/* ÊÖ»ú³ß´ç */
@media (max-width:767px){
.control-box {
    width: 100%;
    height: 230px; overflow:hidden
}
.bigbox {
  overflow: hidden;
  width:81.5%;
  height: 190px;
  margin: auto 31px auto;
}
}