.control-box {
    width: 1170px;
    height: 230px;
    /*background-image: url(../images/hots_bg.png);*/
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: -5px;
    margin-right: 0px;
	margin-top:50px;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.prev1 {
  left: 0;
}
.next1 {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1032px;/*1055--23*/
  height: 190px;
  margin: auto 80px auto; /*ÉÏ ÓÒ ÏÂ ×ó*/
}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 258px;
  height: 121px;
  float: left;
  border-left: 3px white solid;
}
.box:hover {
 opacity:0.5;
}
.shadow {
  width: 253px;
  height: 60px;
  /* opacity: 1; */
  background-color: #ffffff;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 120px;
  color: #000000;
  font-size: 14px;
  border: 1px solid #E9E9E9;
}
.shadow a {
  display: inline-block;
  width: 255px;
  height: 60px;
  color: #000000;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}
