
/*banner*/
.bannerbox {
  height: 465px;
}

.banner {
  position: relative;
  width: 100%;
  height: 465px;
  overflow: hidden;
  margin: 0 auto;
}

.bannerContent {
  position: relative;
}

.banner_item {
  display: none;
  position: absolute;
  left: -960px;
  margin-left: 50%;
  /*切换动画*/
  transition-duration: .2s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.banner_item a,
.banner_item a img {
  display: block;
  width: 100%;
  height: 465px;
  text-align: center;
  margin: 0 auto;
}


/*banner 当前项目样式*/

.banner_active {
  display: block;
}

.navigator {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.navigator_list {
  width: 40%;
  text-align: center;
  margin: auto;
  font-size: 0;
  position: relative;
}

.navigator_item {
  /*指示器普通样式*/
  display: inline-block;
  margin-left: 15px;
  width: 20px;
  height: 6px;
  line-height: 12px;
  background: #ed8b05;
  opacity: 1;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.navigator_item {
  /*兼容ie7*/
  *display: inline;
}

.navigator_item_active {
  /*指示器活动样式*/
  border: 2px solid #ed8b05;
  opacity: 1;
  width: 20px;
  height: 4px;
  background: #fff;
  position: relative;
}


/*jdt*/

.box {
  width: 450px;
  height: 365px;
  overflow: hidden;
  position: relative;
}

.box-1 ul li {
  width: 450px;
  height: 365px;
  position: relative;
  overflow: hidden;
}

.box-1 ul li img {
  display: block;
  width: 450px;
  height: 285px;
}

.box-1 ul li h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60px;
  padding: 9px 5px;
  width: 440px;
  border-top: 2px solid #faad92;
  background: #f0f1f3;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  text-align: center;
}



.box-2 {
  position: absolute;
  right: 15px;
  bottom: 110px;
}

.box-2 ul li {
  float: left;
  width: 16px;
  height: 3px;
  overflow: hidden;
  margin: 0 5px;
  background: #bfbfbf;
  border-radius: 3px;
}

.box-2 ul .on {
  background: #faad92;
}

.box-3 span {
  position: absolute;
  color: white;
  background: rgba(125, 125, 120, .3);
  width: 50px;
  height: 80px;
  top: 50%;
  line-height: 80px;
  font-size: 60px;
  margin-top: -40px;
  text-align: center;
  cursor: pointer;
}

.box-3 .prev {
  left: 10px;
}

.box-3 .next {
  right: 10px;
}

.box-3 span::selection {
  background: transparent;
}

.box-3 span:hover {
  background: rgba(125, 125, 120, .8);
}
