@charset "UTF-8";
img {
  vertical-align: middle;
}

div {
  font-family: "Source Han Sans CN Light";
}

.title0 {
  font-size: 40px;
}

.title1 {
  font-size: 60px;
}

.title2 {
  font-size: 30px;
}

.number40 {
  font-family: "bahnschrift Condensed";
  font-size: 40px;
}

.number120 {
  font-family: "bahnschrift Condensed";
  font-size: 120px;
}

.big {
  height: 100%;
}
.big > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big > div img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 980px) {
  .pc {
    display: inherit;
  }
  .mobile {
    display: none;
  }
  #swiper-1 {
    width: 93%;
    margin: 95px auto auto;
    font-size: 21px;
  }
  #swiper-1 .swiper-slide {
    text-align: center;
  }
  #swiper-1 .swiper-slide img {
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
  }
  #swiper-1 .swiper-slide > div:nth-child(2) {
    margin-top: 2%;
  }
  #main-3 .shu {
    margin-top: -10%;
  }
  .big img {
    border-radius: 25px;
  }
  #footer .pc {
    display: initial;
  }
}
#swiper-2 {
  margin-top: 150px;
}
#swiper-2 .swiper-slide {
  background-color: #666;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#swiper-2 .swiper-slide .title {
  font-size: 30px;
  margin: 28px auto 46px;
}
#swiper-2 .swiper-slide .img img {
  margin-bottom: -5px;
}
#swiper-2 .swiper-slide .play-bg {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #373737;
  opacity: 0;
}
#swiper-2 .swiper-slide .play-bg span {
  background: url(/webstatic/images/play.png) center no-repeat #373737;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
}
#swiper-2 .swiper-slide:hover {
  background-color: #0066CC;
}
#swiper-2 .swiper-slide:hover .play-bg {
  opacity: 0.5;
}
#swiper-2 .swiper-slide.playing {
  background-color: #0066CC;
}
#swiper-2 .swiper-slide.playing .play-bg {
  opacity: 0.5;
}
#swiper-2 .swiper-slide.playing .play-bg span {
  background-image: url(/webstatic/images/pause.png);
}

/*手机端*/
@media (max-width: 767px) and (min-width: 768px), (max-width: 979px) {
  .pc {
    display: none;
  }
  .mobile {
    display: inherit;
  }
}
#xinghe-bg {
  width: 776px;
}

#xinghe-bg-1 {
  width: calc(100% - 776px);
}

#xinghe {
  width: 100%;
  display: table;
}

#xinghe > div {
  float: left;
  width: 178px;
  margin-right: 30px;
}

#xinghe > div img {
  width: 100%;
  /*height: 178px;*/
  margin-bottom: 36px;
  border-radius: 10px;
}

#xinghe > div:nth-child(2) {
  width: 330px;
}

#xinghe > div:nth-child(2) img {
  /*height: 330px;*/
  border-radius: 15px;
}

#xinghe > div:nth-child(3) {
  margin-top: 368px;
}

#countup {
  display: inline-block;
  height: 144px;
  width: 320px;
}

#score img {
  margin-bottom: 20px;
}

#article {
  animation: article 150s linear infinite;
}
@keyframes article {
  0% {
    background-position: right center;
  }
  100% {
    background-position: -100% center;
  }
}
#xinghe-bg {
  width: 776px;
}

#xinghe-bg-1 {
  width: calc(100% - 776px);
}

#xinghe {
  width: 100%;
  display: table;
}

#xinghe > div {
  float: left;
  width: 178px;
  margin-right: 30px;
}

#xinghe > div img {
  width: 100%;
  /*height: 178px;*/
  margin-bottom: 36px;
  border-radius: 10px;
}

#xinghe > div:nth-child(2) {
  width: 330px;
}

#xinghe > div:nth-child(2) img {
  /*height: 330px;*/
  border-radius: 15px;
}

#xinghe > div:nth-child(3) {
  margin-top: 368px;
}

#countup {
  display: inline-block;
  height: 144px;
  width: 320px;
}

#score img {
  margin-bottom: 20px;
}

#article {
  animation: article 150s linear infinite;
}
@keyframes article {
  0% {
    background-position: right center;
  }
  100% {
    background-position: -100% center;
  }
}
