.control-box {
  width: 200px;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
}

.control-box ul {
  list-style: none;
  position: relative;
  padding-top: 45px;
}

.control-box ul li {
  position: absolute;
  top: 0px;
  cursor: pointer;
}

.xsleft {
  position: absolute;
  top: 50px;
  cursor: pointer;
}

.prev {
  top: 27%;
  position: absolute;
}

.next {
  top: 27%;
  right: 0;
  position: absolute;
}

.bigbox {
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

#switcher {
  height: 220px;
  left: 0px;
}

.content_1.content_2 {
  width: 100%;
  float: left;
}

.box {
  transition: all .7s ease 0s;
  width: 330px;
  height: 175px;
  float: left;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 20px;
}
.tit {
    position: relative;
    background: url(../images/zt-pic-bg1.png) top center no-repeat;
    background-size: 100%;
    margin-top: -65px;
    width: 100%;
    height: 120px;
    padding: 70px 28px 0;
	text-align:center;
	
}

.tit a {
    font-size: 18px;
    color: #444;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.box img {
  width: 100%;
  height: 175px;
}
.box:hover img {
   transform: scale(1.05); 
}

/*.box:hover{
 opacity:0.8; box-shadow: 0px 0px 10px rgba(126,18,9,0.8); transition: all 0.6s;
}*/
.shadow {
  width: 100%;
  height: 60px;
  /* opacity: 1; */
  /*background-color: rgba(126,18,9,0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#667e1209,endColorstr=#667e1209);*/
  margin-top: 218px;
  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;
}

.shadowtime {
  margin-left: 12px;
  line-height: 28px;
  padding-top: 10px;
  color: #c03129;
  font-size: 14px;
}

.shadowtime2 {
  margin-left: 12px;
  line-height: 28px;
  color: #c03129;
  font-size: 14px;
}

@media screen and (min-width: 1000px) and (max-width:1400px) {

  .lodhdnc {
    width: 100%;
    margin: 0 auto;
  }

  .bigbox {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }

}

@media screen and (max-width:1080px) {
  .xsleft {
    position: absolute;
    top: 800px;
    cursor: pointer;
  }

  .control-box {
    width: 100%;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .next {
    right: 0;
  }

  .bigbox {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }

}

@media screen and (max-width:800px) {
  .xsleft {
    position: absolute;
    top: 730px;
    cursor: pointer;
  }

  .control-box {
    width: 100%;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .bigbox {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }

  .next {
    right: 0;
  }

}