.control-box {
    width: 1370px;
    height: 380px;
    background-image: url(/gundong/images/hots_bg.png);
    background-size: 1255px;
    background-repeat: no-repeat;
    background-position: 60px 270px;
    margin-left: auto;
    margin-right: auto;
	margin-top:0px;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.prev {
  left: 0;
  margin-top:50px;
}
.next {
  right: 0;
  margin-top:50px;
}
.bigbox {
  overflow: hidden;
  width: 1232px;
  height: 300px;
  margin: auto 60px auto;
}
#switcher {
  height: 300px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 255px;
  height: 300px;
  float: left;
  margin-right:10px;
  
}

.box a {
  transition:all .7s ease 0s;
  width: 255px;
  height: 300px;
  float: left;

  display:block; 
  cursor:hand; 
}



.box:hover {
 opacity:0.7;
}
.shadow {
  width: 296px;
  height: 50px;
  /* opacity: 1; */
  background-color: rgba(0, 0, 0, 0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 250px;
  color: white;
  font-size: 14px;
  text-align:center;
  padding-top:12px;
  
}
.shadow a {
  display: inline-block;
  width: 300px;
  height: 50px;
  color: white;
  text-decoration: none;
  
  margin-top: 10px;

}

