@charset 'utf-8';
.container {
  width: 100%;
  height: 100%;
}
.banner-swiper {
  position: relative;
}
.banner-swiper .swiper-slide img {
  width: 100%;
}
.banner-swiper .swiper-pagination-bullets {
  bottom: 36px;
}
.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 58px;
  height: 4px;
  opacity: 0.4;
  border-radius: 0;
  margin-right: 50px;
  background-color: #999;
}
.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #FFB400;
  opacity: 1;
}
.banner-swiper .swiper-btns {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  width: 320px;
  height: 80px;
  text-align: center;
}
.banner-swiper .swiper-btns > a {
  width: 30px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 28px;
}
.banner-swiper .swiper-btns > a:first-child {
  margin-right: 80px;
}
.banner-swiper .swiper-btns .prev {
  background-image: url('/dist/img/banner-left2.png');
}
.banner-swiper .swiper-btns .noPrev {
  background-image: url('/dist/img/banner-left1.png');
}
.banner-swiper .swiper-btns .next {
  background-image: url('/dist/img/banner-right2.png');
}
.banner-swiper .swiper-btns .noNext {
  background-image: url('/dist/img/banner-right1.png');
}
.index-what {
  padding-top: 140px;
  padding-bottom: 150px;
}
.index-what .content-top {
  overflow: hidden;
}
.index-what .content-top .what-slogan {
  width: 290px;
  height: 256px;
  margin-right: 300px;
  position: relative;
}
.index-what .content-top .what-slogan:after {
  content: "";
  width: 40px;
  height: 6px;
  background-color: #FFB400;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-what .content-top .what-stadium {
  width: 86px;
  height: 84px;
  margin-right: 60px;
}
.index-what .content-top .desc-wrap {
  width: 544px;
}
.index-what .content-top .desc-wrap .what-title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
}
.index-what .content-top .desc-wrap .what-title .load-more {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url('/dist/img/icon-more.png') no-repeat;
  float: right;
}
.index-what .content-top .desc-wrap .instruction {
  margin-top: 40px;
  font-size: 18px;
  color: #5c5c5c;
  text-indent: 2em;
  line-height: 30px;
}
.index-what .content-wrap {
  overflow: hidden;
  margin-top: 160px;
}
.index-what .content-wrap ul li {
  float: left;
  width: 300px;
  margin-right: 190px;
}
.index-what .content-wrap ul li:last-child {
  margin-right: 0;
}
.index-what .content-wrap ul li .imgWrap {
  width: 168px;
  height: 90px;
  position: relative;
  margin: 0 auto;
}
.index-what .content-wrap ul li .imgWrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.index-what .content-wrap ul li .title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.index-what .content-wrap ul li .desc {
  color: #5c5c5c;
  font-size: 18px;
  margin-top: 40px;
  height: 90px;
  line-height: 30px;
  overflow: hidden;
}
.index-what .content-wrap ul li .look-detail {
  color: #FFB400;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  display: block;
  width: 100%;
}
.index-what .content-wrap ul li .look-detail.noClick {
  color: #ccc;
  cursor: no-drop;
}
.index-news {
  padding: 90px 0 160px;
  background: #FBFBFB;
}
.index-news .title {
  text-align: center;
}
.index-news .title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-bottom: 30px;
  letter-spacing: 10px;
  position: relative;
}
.index-news .title h2:after {
  content: "";
  width: 56px;
  height: 6px;
  background: #FFB400;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.index-news .content-wrap {
  margin-top: 100px;
  position: relative;
}
.index-news .content-wrap .swiper-container {
  width: 100%;
  margin-left: -10%;
  padding: 10px;
}
.index-news .content-wrap .swiper-container .swiper-slide {
  box-shadow: 0 0 10px #ccc;
  height: auto;
  position: relative;
}
.index-news .content-wrap .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-news .content-wrap .swiper-container .swiper-slide .zhezhao {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
}
.index-news .content-wrap .swiper-container .swiper-slide .desc-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 2;
}
.index-news .content-wrap .swiper-container .swiper-slide .desc-wrap .biaoti {
  font-size: 20px;
}
.index-news .content-wrap .swiper-container .swiper-slide .desc-wrap .biaoti a {
  color: #fff;
}
.index-news .content-wrap .swiper-container .swiper-slide .desc-wrap .biaoti a:hover {
  color: #FFB400;
}
.index-news .content-wrap .swiper-container .swiper-slide .desc-wrap .time {
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.index-news .content-wrap .swiper-btns {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.index-news .content-wrap .swiper-btns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.index-news .content-wrap .swiper-btns .prev {
  background-image: url('/dist/img/icon-left.png');
  float: left;
  display: none;
}
.index-news .content-wrap .swiper-btns .next {
  background-image: url('/dist/img/icon-right.png');
  float: right;
}
.index-news .content-wrap .load-more {
  margin-top: 60px;
  text-align: right;
  width: 100%;
  position: absolute;
}
.index-news .content-wrap .load-more > a {
  color: #FFB400;
  font-size: 20px;
}
.index-video {
  padding: 140px 0 260px;
}
.index-video .content-wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.index-video .content-wrap .video-wrap {
  width: 880px;
  height: 495px;
  position: relative;
}
.index-video .content-wrap .video-wrap .play {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url('/dist/img/index_video_play.png') no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.index-video .content-wrap .video-wrap .desc {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 80%;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  text-shadow: 0 0 10px #000;
}
.index-video .content-wrap .title {
  width: 320px;
  height: 495px;
  position: relative;
}
.index-video .content-wrap .title > h2 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  text-align: right;
  position: relative;
  padding-bottom: 20px;
}
.index-video .content-wrap .title > h2:after {
  content: "";
  width: 56px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FFB400;
}
.index-video .content-wrap .title .load-more {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('/dist/img/icon-plus.png') no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
