@font-face {
  font-family: 'FZHZGBJW--GB';
  font-style: normal;
  font-weight: normal;
  src: url('../typeface/方正汉真广标简体.TTF') format('woff');
}
.indexbox {
  background: url(../images/banner.png) center top no-repeat #330200;
  padding-bottom: 50px;
}
.indexbox .banner {
  height: 375px;
}
.indexbox .picvideo {
  margin: 0 auto 118px;
  width: 880px;
  height: 500px;
  background-color: #414141;
  border: solid 6px #c2ae75;
}
.indexbox .xzlist {
  width: 1200px;
  margin: 0 auto;
  height: 90px;
}
.indexbox .xzlist ul {
  width: 100%;
  height: 100%;
}
.indexbox .xzlist ul li {
  width: 285px;
  height: 90px;
  background-color: #4f2418;
  border-radius: 6px;
  text-align: center;
  line-height: 90px;
  color: #c1ac76;
  font-size: 26px;
  float: left;
  margin-right: 20px;
  font-family: 'FZHZGBJW--GB';
}
.indexbox .xzlist ul li:last-child {
  margin-right: 0;
}
.indexbox .xzlist ul .active {
  background-color: #c1ac76;
  color: #2a251b;
}
.indexbox .items {
  margin: 44px auto 0;
  width: 1200px;
}
.indexbox .items .item {
  display: none;
  width: 100%;
}
.indexbox .items .item p {
  width: 100%;
  color: #fefefe;
  font-size: 18px;
  text-indent: 2em;
}
.indexbox .items .item .swiper-container {
  margin: 48px auto 0;
  width: 1200px;
}
.indexbox .items .item .swiper-container .swiper-slide ul {
  width: 100%;
}
.indexbox .items .item .swiper-container .swiper-slide ul li {
  display: inline-block;
  margin-right: 18px;
  width: 385px;
  height: 280px;
  margin-bottom: 44px;
}
.indexbox .items .item .swiper-container .swiper-slide ul li:nth-child(3n) {
  margin-right: 0;
}
.indexbox .items .item .swiper-container .swiper-slide ul li:hover a .text p {
  color: #ffe299;
}
.indexbox .items .item .swiper-container .swiper-slide ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.indexbox .items .item .swiper-container .swiper-slide ul li a .pic {
  background: url(../images/xtbj.png) center top no-repeat;
  width: 385px;
  height: 242px;
  text-align: center;
  padding-top: 13px;
}
.indexbox .items .item .swiper-container .swiper-slide ul li a .pic img {
  width: 350px;
  height: 197px;
  border-radius: 8px;
}
.indexbox .items .item .swiper-container .swiper-slide ul li a .play {
  background: url(../images/play.png) center top no-repeat;
  width: 72px;
  height: 72px;
  position: absolute;
  right: 23px;
  top: 133px;
}
.indexbox .items .item .swiper-container .swiper-slide ul li a .nq {
  position: absolute;
  left: 4px;
  top: 165px;
  max-width: 150px;
  height: 29px;
}
.indexbox .items .item .swiper-container .swiper-slide ul li a .nq img {
  width: 100%;
  height: 100%;
}
.indexbox .items .item .swiper-container .swiper-slide ul li a .text {
  width: 385px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.indexbox .items .item .swiper-container .swiper-slide ul li a .text p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #fefefe;
  text-indent: 0;
}
.indexbox .items .item .swiper-container .conter {
  width: 140px;
  margin: 0 auto;
  height: 50px;
  position: relative;
}
.indexbox .items .item .swiper-container .conter .prey {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/prey.png);
}
.indexbox .items .item .swiper-container .conter .prey:hover {
  background: url(../images/prey_on.png);
}
.indexbox .items .item .swiper-container .conter .next {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/next.png);
}
.indexbox .items .item .swiper-container .conter .next:hover {
  background: url(../images/next_on.png);
}
