.opacity {
  opacity: 0;
}

.w {
  width: 96vw;
  margin: 0 auto;
}

.fast {
  display: none;
}

.gydh {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#011b39), color-stop(#012d5d), to(#011b39));
  background-image: -o-linear-gradient(#011b39, #012d5d, #011b39);
  background-image: linear-gradient(#011b39, #012d5d, #011b39);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.vid {
  display: block;
  width: 94%;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.header {
  position: relative;
}

.section {
  margin-top: 0.8rem;
}

.section .section-title {
  background: url(../images/title.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 0.48rem;
  width: 6.05rem;
  height: 1.35rem;
  line-height: 1.35rem;
}

.section .section-box {
  margin: 0 auto;
  margin-top: 0.4rem;
  background-size: 100% 100%;
  position: relative;
}

.section1 {
  margin-top: -.6rem;
}

.section1 .section-box {
  width: 100%;
  padding: 0.4rem 0.2rem;
  border: 1px solid #2f70d4;
}

.section1 .lists {
  width: 8.6rem;
  margin: 0 auto;
}

.section1 .lists .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3rem;
}

.section1 .lists .news .num {
  font-size: 0.4rem;
  color: #fff;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
  background-color: #2f70d4;
  text-align: center;
  line-height: .6rem;
}

.section1 .lists .news .title {
  margin-left: 5px;
  font-size: 0.3rem;
  line-height: 2.1;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.section1 .areas {
  display: none;
}

.section1 .infos {
  display: none;
}

.section2 .section-box .swiper1 {
  height: 6rem;
}

.section2 .section-box .swiper-slide {
  width: 100%;
  height: 6rem;
  position: relative;
}

.section2 .section-box .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section2 .section-box .swiper-slide .title {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  color: #fff;
  z-index: 9999;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: .3rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.section2 .section-box .list {
  border-bottom: 1px dashed #fff;
  color: #fff;
  margin-top: 0.4rem;
  display: block;
  padding: 0.2rem 0;
}

.section2 .section-box .list .time {
  display: none;
}

.section2 .section-box .list .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.4rem;
}

.section2 .section-box .list .summary {
  font-size: .35rem;
  -o-text-overflow: -o-ellipsis-lastline;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: .2rem;
}

.section2 .section-box .more {
  display: block;
  color: #fff;
  text-align: right;
  font-size: 0.4rem;
  margin-top: 0.3rem;
}

.section3 .pers {
  width: 96vw;
  margin: 0 auto;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section3 .pers .per {
  border: 1px solid #27609f;
  border-radius: 8px;
  overflow: hidden;
  width: 3rem;
  height: 4rem;
  margin-bottom: 0.3rem;
}

.section3 .pers .per .text {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.section3 .pers .per .text:hover {
  -webkit-transform: translateY(-4rem);
      -ms-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.section3 .pers .per img {
  width: 3rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.section3 .pers .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  height: 4rem;
  background: url(../images/per.png) no-repeat;
  background-size: 100% 100%;
  overflow-y: scroll;
}

.section3 .pers .info .inner {
  width: 90%;
  height: 90%;
  padding-bottom: 0.4rem;
}

.section3 .pers .info .line {
  text-align: center;
  margin-top: 5px;
}

.section4 .section-box {
  width: 100%;
  padding: 0.4rem 0.2rem;
  border: 1px solid #2f70d4;
}

.section4 .section-box .swiper2 .swiper-slide {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  width: 6rem;
  height: 5rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
}

.section4 .section-box .swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section4 .section-box .swiper2 .swiper-slide .title {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 0.6rem;
  line-height: .6rem;
  text-align: center;
  color: #fff;
  z-index: 9999;
  position: absolute;
  left: 0;
  font-size: .3rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  bottom: 0;
}

.section4 .section-box .swiper2 .swiper-slide-active, .section4 .section-box .swiper2 .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 999;
  opacity: 1;
}
