﻿.control-box {
    position:relative;
    width: 1170px;
    height: 411px;
    margin-left: auto;
    margin-right: auto;
	margin-top:36px;
}
.control-box .bigbox ul {
  /*position:absolute;
  width: 1440px;*/
  height: 75px;
  float:left;
  z-index:10;
}
.control-box ul li {
  position: absolute;
  /*top: 130px;*/
  cursor: pointer;
}
.control-box ul.arrowbox {
  position:absolute;
  width: 1170px;
  height: 75px;
  top:168px;
  z-index:1;
}
.prev {
  left: 28px;
}
.next {
  right: 28px;
}
.bigbox {
  /*background:url(../edimg/ind_honorBG.png) repeat center;*/
  /*padding-top:40px;*/
  position:relative;
  overflow: hidden;
  background:none;
  width: 1080px;
  height: 369px;
  z-index:10;
  margin: 0 auto;
}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
    padding:0 16px;
  width: 100%;
  float: left;
}
.box {
  width: 360px;
  height: 253px;
  float: left;
}
.box img {
  padding:0 16px;
  width: 360px;
  height: 253px;
  float: left;
}
/*.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;
}

@media (min-width: 1600px) {
    .control-box {
        position:relative;
        width: 1360px;
        height: 411px;
        margin-left: auto;
        margin-right: auto;
    }
    .control-box .bigbox ul {
      /*position:absolute;
      width: 1440px;*/
      height: 75px;
      float:left;
      z-index:10;
    }
    .control-box ul li {
      position: absolute;
      /*top: 130px;*/
      cursor: pointer;
    }
    .control-box ul.arrowbox {
      position:absolute;
      width: 1360px;
      height: 75px;
      top:168px;
      z-index:1;
    }
    .prev {
      left: 28px;
    }
    .next {
      right: 28px;
    }
    .bigbox {
      /*background:url(../edimg/ind_honorBG.png) repeat center;*/
      /*padding-top:40px;*/
      position:relative;
      overflow: hidden;
      background:none;
      width: 1200px;
      height: 411px;
      z-index:10;
      margin: 0 auto;
    }
    #switcher {
      height: 190px;
      left: 0px;
    }
    .content_1.content_2 {
        padding:0 16px;
      width: 100%;
      float: left;
    }
    .box {
      width: 360px;
      height: 253px;
      float: left;
    }
    .box img {
      padding:0 16px;
      width: 360px;
      height: 253px;
      float: left;
    }
    /*.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;
    }
}