.control-box {
  width: calc(100% - 80px);
  background-size: 1055px;
  background-repeat: no-repeat;
  background-position: 60px 165px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  padding-top: 32px;
  box-sizing: border-box;
  overflow: hidden;
}

.control-box ul {
  list-style: none;
  position: relative;
}

.control-box ul li {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  top: -25px;
}

.control-box ul li img {
  width: 100%;
  height: 100%;
}

.prev {
  right: 50px;
}

.next {
  right: 20px;
}

.bigbox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#switcher {
  height: 100%;
  left: 0px;
}

.content_1.content_2 {
  width: 100%;
  float: left;
}

/* .content_1 .box {
  padding-right: 18px;
} */

.box {
  transition: all 0.7s ease 0s;
  width: 350px;
  height: 127px;
  float: left;
  border-left: 3px white solid;
}

.box:hover {
  opacity: 0.5;
}

.shadow {
  width: 386px;
  height: 60px;
  /* opacity: 1; */
  background-color: rgba(0, 0, 0, 0.45);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  margin-top: 130px;
  color: white;
  font-size: 14px;
}

.shadow a {
  display: inline-block;
  width: 386px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}

.box:hover>a>.weiyuanrenOneName {
  height: 50px;
  z-index: 10000000;
}

.box>a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

/* .box>a>.fengcaiimg {
  position: relative;
  width: 237px;
  height: 139px;
}

.box:hover>a>.fengcaiimg>img {
  height: 110%;
  width: 110%;
  left: -5%;
  top: -5%;
  z-index: 10000000;
} */

.swiper-cont {
  width: 350px;
  height: 127px;
  /* padding: 0 10px; */
}

.swiper-cont img {
  width: 100%;
  height: 100%;
}