.control-box {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
	min-height:160px;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 200px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}

.bigbox {overflow: hidden;  width: 1300px;margin: auto 50px auto;padding-bottom: 10px;padding-top: 10px;}
#switcher {
  height: auto;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
	display:block;
	text-align:center;
  transition:all .7s ease 0s;
  float: left;
  margin-right:20px;
  margin-left: 10px;
  border-radius: 5px;-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.shadow {
  width: 288px;
  color: #333;
  font-size: 14px;
  text-decoration: none; line-height:25px;
}
.shadow span{ color: #333; font-size: 16px; font-weight:bold;}
.shadow:hover, .shadow:hover span{color: #205ddb;}