.control-box {
    width: 1400px;
    height:330px;
    background-image: url(../images/hots_bg.png);
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
	margin-top:60px;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 86px;
  cursor: pointer;
}
.prev {
  left: 0;z-index: 9999999;
}
.next {
  right: 0;z-index: 9999999;
}
.bigbox {
  overflow: hidden;
  width: 1400px;
  height:300px;
  margin: 0 auto;
  z-index: 66;
}
#switcher {
  height:300px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  /*width: 335px !important;
  height: 400px;*/
  float: left;
  border-left: 3px white solid;
/* margin-right: 8px;*/
}
.box:hover {
 opacity:0.5;
}
.shadow {
  width: 332px;
  height: 60px;
  /* opacity: 1; */
  /*background-color: rgba(0, 0, 0, 0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);*/
  margin-top: 237px;
  color: #333333;
  font-size:20px;
    text-align: center;
}
.shadow a {
  display: inline-block;
  width: 317px;
  height: 60px;
  color: #333333;
  text-decoration: none;
  text-align: center;
 
}
