.control-box {
    width: 1100px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {

  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
    top: 35px;
    cursor: pointer;
    z-index: 999;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 0px 30px 30px 0px;
}
.prev {
  left: -45px;
background: url(../img/to_left1.png) no-repeat;
background-size: 100% 100%;
}
.prev:hover{
background: url(../img/to_left2.png) no-repeat;
background-size: 100% 100%;
}
.prev img{
	position: relative;
    top: -22px;
    left: -5px;
}
.next {
  right: -45px;
background: url(../img/to_right1.png) no-repeat;
background-size: 100% 100%;
}
.next:hover{
background: url(../img/to_right2.png) no-repeat;
background-size: 100% 100%;
}
.next img{
	width: 100%;
}
.bigbox {
	overflow: hidden;
    width: 1100px;
    height: 110px;
    margin: 0px auto;
    background-color: white;
}
#switcher {
    height: 110px;
    margin-top: 10px;
	left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 200px;
  height: 110px;
  float: left;
  border-left: 3px white solid;
}
.box img{
	width: 100%;
	height: 100%;
}
.box:hover {
 opacity:0.5;
}
.shadow {
  width: 255px;
  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: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}





.control-box2 {
    width: 1100px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
}
.control-box2 ul {

  list-style: none;
  position: relative;
}
.control-box2 ul li {
  position: absolute;
    top: 35px;
    cursor: pointer;
    z-index: 999;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 0px 30px 30px 0px;
}
.prev2 {
  left: -45px;
background: url(../img/to_left1.png) no-repeat;
background-size: 100% 100%;
}
.prev2:hover{
background: url(../img/to_left2.png) no-repeat;
background-size: 100% 100%;
}
.prev2 img{
	position: relative;
    top: -22px;
    left: -5px;
}
.next2 {
  right: -45px;
background: url(../img/to_right1.png) no-repeat;
background-size: 100% 100%;
}
.next2:hover{
background: url(../img/to_right2.png) no-repeat;
background-size: 100% 100%;
}
.next2 img{
	width: 100%;
}
.bigbox2 {
	overflow: hidden;
    width: 1100px;
    height: 110px;
    margin: 0px auto;
    background-color: white;
}
#switcher2 {
    height: 110px;
    margin-top: 10px;
	left: 0px;
}
.content_12.content_22 {
  width: 100%;
  float: left;
}
.box2 {
  transition:all .7s ease 0s;
  width: 200px;
  height: 110px;
  float: left;
  border-left: 3px white solid;
}
.box2 img{
	width: 100%;
	height: 100%;
}
.box2:hover {
 opacity:0.5;
}
.shadow2 {
  width: 255px;
  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;
}
.shadow2 a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}





.box2{
	
   }
   .box2 a{
	width: 260px;
	  height: 120px;
	  background: #f9f9f9;
	  border-radius: 10px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color: #3473b6;
	  font-size: 20px;
	  font-weight: bold;
   }
   .box2 img{
	width: auto;
	height: auto;
   }
   .bigbox2{
	background-color:initial;
	height: 130px
   }
   .control-box2{
	height: 130px;
   }
   .control-box2 ul li{
	top:46px
   }