.control-box {
    width: 1400px;
    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;
	margin-top:40px;
	margin-bottom: 20px;
	
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}

.prev {
  left: 0px;
}
.next {
  right: 0px;
}

.bigbox {
  overflow: hidden;
  width: 1128px;
  height: 300px;
  margin: auto auto;
}
#switcher {
  height: 200px;
  left: 0px;
}
.content_1 .content_2 {
  width: 267px;
  float: left;
}

.box {
  /* transition:all .7s ease 0s; */
  width: 267px;
  height: 199px;
  float: left;
  margin: 0px 10px;
  position: relative;
  /* border-left: 20px white solid; */
  cursor: pointer;
}

.box div{
	width: 100%; 
	text-align: center; 
	position: absolute;
	bottom: -40px; 
	color: #666666;
	font-weight: 700;
}

.box:hover {
	opacity:0.5;
}