.control-box {

    width: 100%;

    height: 450px;

    background-image: url(../images/hots_bg.png);

    background-size: 100%;

    background-repeat: no-repeat;

    background-position: 60px 165px;

    margin-left: auto;

    margin-right: auto;

	margin-top:30px;

}

.control-box ul {

  list-style: none;

  position: relative;

}

.control-box ul li {

  position: absolute;

	

  top: 150px;

  cursor: pointer;

}

.prev {

  left: 0;

}

.next {

  right: 0;

}

.bigbox {

  overflow: hidden;

  width: 92%;

  height: 393px;

  margin: auto 70px auto;



}

#switcher {

  height: 400px;

  left: 0px;



}

.content_1.content_2 {

  width: 100%;

  float: left;

}

.box {

  transition:all .7s ease 0s;

  width: 31%;

  height: 442px;

  float: left;
	margin-right: 1%;
	margin-left: 1%;

}

.box:hover {

 opacity:0.5;



}

.shadow {

  width: 400px;

  height: 40px;

	text-align: center;

  /* opacity: 1; */

  

  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);

  margin-top: 320px;

  color: #666666;

  font-size: 16px;

	padding-top: 40px;

}

.shadow a {

  display: inline-block;

  width: 225px;

  height: 60px;

	font-size: 16px;

  color: white;

  text-decoration: none;

  margin-left: 18px;

  margin-top: 10px;

}

