.control-box {
    width: 100%;
    height: 44px;

    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
 
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1060px;
  height: 80px;
  margin: auto 80px auto;
}
#switcher {
  height: 80px;
  left: 0px;
  top:20px;
  }
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 200px;
  height: 44px;
  float: left;
  border-left: 3px white solid;
}
.box:hover {
 opacity:0.5;
}

