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

.box .img{ width:100%; height:75px; vertical-align:middle; text-align:center;}
.box .img img{ width:100%; max-height:75px;}
.box p{font-size: 0.24rem;line-height:0.32rem; height:0.32rem;text-align:center;vertical-align:middle;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

  /* .shadow {
  width:100%;
  height:30px;
opacity: 1; 
  background-color: rgba(0, 0, 0, 0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top:60px;
  color: white;
  font-size: 0.18rem;
  line-height:0.26rem;
    text-align:center;
}
.shadow a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 0.18rem;
  line-height:0.26rem;
    text-align:center;
	vertical-align:middle;
}*/