.control-box {
    width: 1180px;
    height: 230px;
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 80px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1080px;
  height: 230px;
  margin: auto 50px auto;
}
#switcher {
  height: 162px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 263x;
  height: 162px;
  float: left;
  border-left: 7px #f2f2f2 solid;
}
.box img{ width:293px; height:162px;}


/*.box:hover{
 opacity:0.8; box-shadow: 0px 0px 10px rgba(126,18,9,0.8); transition: all 0.6s;
}*/
.shadow {
  width: 263px;
  height: 60px;
  /* opacity: 1; */
  background:#d9d9d9;
  /*background-color: rgba(126,18,9,0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#667e1209,endColorstr=#667e1209);*/
  margin-top: 162px;
  color: #333333;
  font-size: 16px;
}
.shadow a {
  display: inline-block;
  width: 96%;
  height: 60px;
  color: #333333;
  text-decoration: none;
  margin-left: 12px;
  margin-top: 8px;
}


@media screen and (min-width: 1000px) and (max-width:1200px) {

.control-box {
    width: 1000px;
    height: 208px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 80px;
  cursor: pointer;
  z-index: 10000;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 90%;
  height: 208px;
  margin: auto 50px auto;
}
#switcher {
  height: 140px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 24%;
  height: 140px;
  float: left;
}
.box img{ width:100%; height:140px;}

.shadow {
  width: 100%;
  height: 60px;
  /* opacity: 1; */
  background:#d9d9d9;
  margin-top: 140px;
  color: #333;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 99%;
  height: 60px;
  color: #333;
  text-decoration: none;
  margin-left: 3px;
  margin-top: 10px;
}
}
@media screen and (max-width:1000px) {

.control-box {
    width: 800px;
    height: 175px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul li {
  position: absolute;
  top: 48px;
  cursor: pointer;
  z-index: 10000;
}
.bigbox {
  overflow: hidden;
  width: 90%;
  height: 175px;
  margin: auto 37px auto;
}
#switcher {
  height: 112px;
  left: 0px;
}
.box {
  transition:all .7s ease 0s;
  width: 24%;
  height: 112px;
  float: left;
}
.box img{ width:100%; height:112px;}

.shadow {
  width: 100%;
  height: 50px;
  /* opacity: 1; */
  background:#d9d9d9;
  margin-top: 112px;
  color: #333;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 99%;
  height: 50px;
  color: #333333;
  text-decoration: none;
  margin-left: 2px;
  margin-top: 4px;
}
}