.control-box .prev {left: -30px;}
.control-box .next {right: -30px;}
.control-box {
    width: 1200px;
    height: 250px;
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin: 98px auto 70px auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 92px;
  cursor: pointer;
  z-index: 99;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1200px;
  height: 220px;
  margin: auto 0px auto;
}
#switcher {
  height: 250px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box1 {
  transition: all .7s ease 0s;
  height: 220px;
  float: left;
  border: 1px solid #d5d5d5;
  /* border-left: 40px white solid; */
  position: relative;
  margin-left: 31px;
  margin-right: 23px;
  border-radius: 15px;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.35);
  width: 345px;
}

.box2{
  position: absolute;
  top:36px;
  left: 20px;
  width: 190px;
}
.box2 h3{margin-bottom: 10px;}
.box2 p {height: 22px;}
.box1:hover {
 opacity:0.5;
}
.shadow {
  width: 255px;
  height: 36px;
  /* opacity: 1; */
  background-color: #005caa;
  margin-top: 190px;
  color: white;
  font-size: 14px;
  text-align: center;
    position: relative;
}
.shadow a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
    position: absolute;
    bottom: -27px;
    left:0%;
    font-size: 16px;
}
@media screen and ( max-width: 1440px){
  .control-box .prev {left: 0px;}
  .control-box .next {right: 0px;}
}