.control-box {
    width: 1180px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;


}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 15px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.prev:hover {
 opacity:0.7;
}
.next:hover {
 opacity:0.7;
}
.bigbox {
  overflow: hidden;
  width: 1040px;
  height: 100px;
  margin: auto 70px auto;
}
#switcher {
  height: 100px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box { 
  width: 200px;
  height: 94px;
  border:1px #c6291a solid;  
  float: left;
  margin-left:6px;
}

.shadow {
  width: 198px;
  height: 92px;
  /* opacity: 1; */

}
.shadow a {
  display: inline-block;
  width: 198px;
  height: 94px;
  line-height:94px;
  text-align:center;
  color: #c6291a;
  font-size: 15px;
  font-weight:bold;
  font-family:"Microsoft YaHei";

  text-decoration: none;
 
}
.shadow a:hover {
  display: inline-block;
  width: 196px;
  height: 90px;
  color:#ffffff;
  border:2px solid #f6a49c;
  background-color:#c6291a;

}
  /* 定义文字与下划线之间的距离*/
.text-x10 
{ 
    padding-bottom:5px;
	border-bottom:1px solid #ffffff;
} 
