.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz28 {
  font-size: 28px;
}
.fz30 {
  font-size: 30px;
}
.fz32 {
  font-size: 32px;
}
.fz34 {
  font-size: 34px;
}
.fz36 {
  font-size: 36px;
}
.fz38 {
  font-size: 38px;
}
.fz40 {
  font-size: 40px;
}
.fz42 {
  font-size: 42px;
}
.fz44 {
  font-size: 44px;
}
.fz46 {
  font-size: 46px;
}
.fz48 {
  font-size: 48px;
}
.fz50 {
  font-size: 50px;
}
.fz52 {
  font-size: 52px;
}
.fz54 {
  font-size: 54px;
}
.fz56 {
  font-size: 56px;
}
.fz58 {
  font-size: 58px;
}
.fz60 {
  font-size: 60px;
}
.fz62 {
  font-size: 62px;
}
.fz64 {
  font-size: 64px;
}
.fz66 {
  font-size: 66px;
}
.fz68 {
  font-size: 68px;
}
.fz70 {
  font-size: 70px;
}
.fz72 {
  font-size: 72px;
}
.fz74 {
  font-size: 74px;
}
.fz76 {
  font-size: 76px;
}
.fz78 {
  font-size: 78px;
}
.fz80 {
  font-size: 80px;
}
.fz82 {
  font-size: 82px;
}
.fz84 {
  font-size: 84px;
}
.fz86 {
  font-size: 86px;
}
.fz88 {
  font-size: 88px;
}
.fz90 {
  font-size: 90px;
}
.fz92 {
  font-size: 92px;
}
.fz94 {
  font-size: 94px;
}
.fz96 {
  font-size: 96px;
}
.fz98 {
  font-size: 98px;
}
.fz100 {
  font-size: 100px;
}
.col1 {
  width: 100%;
  float: left;
}
.col2 {
  width: 50%;
  float: left;
}
.col3 {
  width: 33.33333333%;
  float: left;
}
.col4 {
  width: 25%;
  float: left;
}
.col5 {
  width: 20%;
  float: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.fw6 {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pore {
  position: relative;
}
.content {
  padding: 0;
}
.block {
  display: block;
}
@media (min-width: 751px) {
  .picImg1 {
    overflow: hidden;
  }
  .picImg1:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    -webkit-transition: opacity 5s cubic-bezier(0.23, 1, 0.32, 1), height 5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 5s cubic-bezier(0.23, 1, 0.32, 1), height 5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  }
  .picImg1 img {
    -webkit-transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 100%;
  }
  .picImg1:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .picImg1:hover:before {
    opacity: 1;
  }
}
.all-container {
  background-color: #00081e;
  position: relative;
  overflow: hidden;
}
[class^=section] {
  background-color: #00081e;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
[class^=section]:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
[class^=section]:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1600px) {
  [class^=section] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  [class^=section] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 750px) {
}
.container {
  max-width: 1220px;
}
.h2-title {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.h2-title span {
  position: relative;
  background-size: contain;
  display: inline-block;
  padding: 20px 0;
}
.h2-title span::before,
.h2-title span::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 105px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}
.h2-title span::before {
  left: -120px;
}
.h2-title span::after {
  right: -120px;
}
@media (max-width: 1680px) {
  .h2-title {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .h2-title {
    font-size: 28px;
  }
}
@media (max-width: 750px) {
  .h2-title {
    font-size: 24px;
  }
  .h2-title span {
    padding: 10px 0;
  }
  .h2-title span::before,
  .h2-title span::after {
    width: 53px;
    height: 13px;
  }
  .h2-title span::before {
    left: -60px;
  }
  .h2-title span::after {
    right: -60px;
  }
  .h2-title img {
    width: 80%;
  }
}
.section1 {
  padding-top: 100px;
}
.section1:after {
  width: 14.4%;
  height: 100%;
  top: 140px;
  left: 0;
  background-image: url("../images/bg_03.png?ver=20190404");
  background-size: contain;
  z-index: 1;
}
.section1 .p-text {
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
  text-align: center;
}
.section1 .list-box {
  padding-top: 20px;
}
.section1 .ul {
  margin: 0 -15px;
}
.section1 .ul .li {
  padding: 15px;
}
.section1 .ul .li .list {
  position: relative;
  text-align: center;
}
.section1 .ul .li .list .img {
  margin: 0 auto;
  max-width: 273px;
  width: 100%;
  display: block;
}
.section1 .ul .li .list .p-text {
  font-size: 18px;
  line-height: 1.666;
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 750px) {
  .section1 {
    padding-top: 40px;
  }
  .section1:after {
    width: 13%;
    height: 19%;
    top: 180px;
    background-image: url("../images/bg_03_wap.png?ver=20190404");
  }
  .section1 .p-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .section1 .p-text span {
    display: block;
  }
  .section1 .ul {
    margin: 0 -7px;
  }
  .section1 .ul .li {
    padding: 7px;
  }
  .section1 .ul .li.col4 {
    width: 50%;
  }
  .section1 .ul .li .list .p-text {
    font-size: 14px;
  }
}
.section2:after {
  width: 30%;
  height: 100%;
  top: 55px;
  right: 0;
  background-image: url("../images/bg_10.png?ver=20190404");
  background-size: contain;
}
.section2 .agenda {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section2 .agenda .schedule {
  border: 1px solid #2d2f35;
  position: relative;
  background-color: #000b29;
}
.section2 .agenda .schedule .event,
.section2 .agenda .schedule .time,
.section2 .agenda .schedule .guests {
  float: left;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  padding: 25px;
}
.section2 .agenda .schedule .time {
  width: 20%;
}
.section2 .agenda .schedule .adaptation {
  float: left;
  width: 80%;
}
.section2 .agenda .schedule .adaptation:after {
  content: '';
  background-color: #2d2f35;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20%;
}
.section2 .agenda .schedule .adaptation:before {
  content: '';
  background-color: #2d2f35;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 40%;
}
.section2 .agenda .schedule .adaptation .event {
  width: 50%;
  text-align: left;
}
.section2 .agenda .schedule .adaptation .guests {
  width: 50%;
  text-align: left;
  padding-top: 10px;
}
.section2 .agenda .schedule .adaptation .guests span {
  display: block;
  font-size: 16px;
}
.section2 .agenda .schedule.title {
  background: url("../images/c_32.png?ver=20190404") no-repeat;
  background-size: contain;
  border: none;
}
.section2 .agenda .schedule.title .event,
.section2 .agenda .schedule.title .time,
.section2 .agenda .schedule.title .guests {
  padding: 5px;
}
.section2 .agenda .schedule.title .adaptation .event,
.section2 .agenda .schedule.title .adaptation .guests {
  text-align: center;
}
.section2 .agenda p.notes {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 30px;
  color: #999;
}
.section2 .agenda.pic .img {
  display: block;
  width: 100%;
}
.section2 .agenda.row2 .adaptation .event {
  width: 100%;
}
.section2 .agenda.row2 .adaptation:before {
  display: none;
}
.section2 .agenda.row2 .guests {
  display: none;
}
@media (max-width: 750px) {
  .section2:after {
    width: 24%;
    height: 19%;
    top: 60px;
    background-image: url("../images/bg_10_wap.png?ver=20190404");
    background-size: cover;
  }
  .section2 .agenda .schedule .event,
  .section2 .agenda .schedule .time,
  .section2 .agenda .schedule .guests {
    font-size: 14px;
    padding: 0;
  }
  .section2 .agenda .schedule .time {
    width: 30%;
    padding: 10px;
  }
  .section2 .agenda .schedule .adaptation {
    width: 70%;
    padding: 10px;
  }
  .section2 .agenda .schedule .adaptation:after {
    left: 30%;
  }
  .section2 .agenda .schedule .adaptation:before {
    display: none;
  }
  .section2 .agenda .schedule .adaptation .event,
  .section2 .agenda .schedule .adaptation .guests {
    width: 100%;
  }
  .section2 .agenda .schedule.title {
    background-image: url("../images/c_32_wap.png?ver=20190404");
    background-size: cover;
  }
  .section2 .agenda .schedule.title .time {
    padding: 10px;
  }
  .section2 .agenda .schedule.title .guests {
    display: none;
  }
  .section2 .agenda .schedule.title .event,
  .section2 .agenda .schedule.title .guests {
    padding: 0;
  }
}
.section3:before {
  width: 30%;
  height: 84%;
  top: -14%;
  left: 0;
  background-image: url("../images/bg_12.png?ver=20190409");
  background-size: contain;
}
.section3 .swiper-container {
  overflow: hidden;
}
.section3 .swiper-container .swiper-slide {
  height: auto;
}
.section3 .swiper-container .swiper-pagination-bullets {
  text-align: center;
}
.section3 .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #f0f0f0;
  border-radius: 4px;
}
.section3 .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
}
.section3 .swiper-container .swiper-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.section3 .swiper-container .swiper-arrow .prev,
.section3 .swiper-container .swiper-arrow .next {
  width: 60px;
  height: 60px;
  background: -webkit-linear-gradient(left, #e2234c 0%, #3564ff 100%), -webkit-linear-gradient(#384a60, #384a60);
  background: linear-gradient(90deg, #e2234c 0%, #3564ff 100%), linear-gradient(#384a60, #384a60);
  position: absolute;
  border-radius: 50%;
  text-align: center;
}
.section3 .swiper-container .swiper-arrow .prev .iconfont,
.section3 .swiper-container .swiper-arrow .next .iconfont {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
}
.section3 .swiper-container .swiper-arrow .prev {
  left: 150px;
}
.section3 .swiper-container .swiper-arrow .next {
  right: 150px;
}
@media (max-width: 1600px) {
  .section3 .swiper-container .swiper-arrow .prev {
    left: 80px;
  }
  .section3 .swiper-container .swiper-arrow .next {
    right: 80px;
  }
}
@media (max-width: 1200px) {
  .section3 .swiper-container .swiper-arrow {
    display: none;
  }
}
.section3 .pic {
  background-color: #060a0f;
}
.section3 .pic:after {
  position: absolute;
  background: url("../images/d_10.jpg?ver=20190404") top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
}
.section3 .pic .con {
  position: relative;
  padding-top: 17%;
  padding-bottom: 60px;
  z-index: 1;
}
.section3 .pic .con .p-box {
  max-width: 1000px;
  margin: 0 auto;
}
.section3 .pic .con .p-box .p-text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 751px) {
  .section3 .pic .con .p-box .p-text span {
    display: block;
  }
}
.section3 .pic .con .btn-box {
  padding-top: 30px;
}
.section3 .pic .con .btn-box .btn {
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: relative;
  display: inline-block;
}
.section3 .pic .con .btn-box .btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/d_19.png?ver=20190404") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 751px) {
  .section3 .pic .con .btn-box .btn:hover {
    background: -webkit-linear-gradient(left, #e2234c 0%, #3564ff 100%), -webkit-linear-gradient(#384a60, #384a60);
    background: linear-gradient(90deg, #e2234c 0%, #3564ff 100%), linear-gradient(#384a60, #384a60);
  }
}
@media (max-width: 1680px) {
  .section3:before {
    height: 75%;
  }
}
@media (max-width: 1240px) {
  .section3:before {
    height: 60%;
  }
}
@media (max-width: 750px) {
  .section3:before {
    width: 24%;
    height: 82%;
    top: -64%;
    left: -18px;
    background-image: url("../images/bg_12_wap.png");
  }
  .section3 .pic:after {
    background-image: url("../images/d_10_wap.jpg?ver=20190404");
    background-color: #060c1c;
  }
  .section3 .pic .con {
    padding-top: 32%;
    padding-bottom: 40px;
  }
  .section3 .pic .con .p-box .p-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .section3 .pic .con .btn-box {
    padding-top: 20px;
  }
  .section3 .pic .con .btn-box .btn {
    font-size: 14px;
    padding: 14px 18px;
  }
}
.section4:after {
  width: 14.8%;
  height: 62.6%;
  bottom: -28%;
  right: 0;
  background-image: url("../images/bg_39.png?ver=20190404");
  z-index: 1;
}
.section4 .list-box .ul {
  margin: 0 -10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.section4 .list-box .ul .li {
  padding: 10px;
}
.section4 .list-box .ul .li .list {
  display: block;
  position: relative;
  border: solid 1px #001a70;
  height: 100%;
  background-color: #01092e;
}
.section4 .list-box .ul .li .list .pic {
  position: relative;
  overflow: hidden;
}
.section4 .list-box .ul .li .list .pic:after {
  content: '';
  display: block;
  padding-bottom: 56.4%;
}
.section4 .list-box .ul .li .list .pic .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section4 .list-box .ul .li .list .con {
  position: relative;
  padding: 15px;
  z-index: 2;
}
.section4 .list-box .ul .li .list .con .p-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.section4 .list-box .ul .li .list .con .time {
  color: #999;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 751px) {
  .section4 .list-box .ul .li .list:hover .con .p-text {
    text-decoration: underline;
  }
}
.section4.big:after {
  display: none;
}
.section4.big:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/pro-bg.jpg") no-repeat bottom center;
  background-size: cover;
}
.section4.big .list-box .ul {
  margin: 0 -15px;
}
.section4.big .list-box .ul .li {
  padding: 15px;
}
.section4.big .list-box .ul .li .list .con {
  padding: 30px;
}
.section4.big .list-box .ul .li .list .con .p-text {
  font-size: 20px;
}
.section4.big .list-box .ul .li .list .con .time {
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 750px) {
  .section4 .list-box .ul {
    margin: 0 -7px;
  }
  .section4 .list-box .ul .li {
    padding: 7px;
  }
  .section4 .list-box .ul .li.col4 {
    width: 50%;
  }
  .section4 .list-box .ul .li.col2 {
    width: 100%;
  }
  .section4 .list-box .ul .li .list .con {
    padding: 10px;
  }
  .section4 .list-box .ul .li .list .con .p-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .section4 .list-box .ul .li .list .con .time {
    font-size: 12px;
  }
  .section4.big .list-box .ul .li .list .con {
    padding: 20px;
  }
  .section4.big .list-box .ul .li .list .con .p-text {
    font-size: 16px;
  }
  .section4.big .list-box .ul .li .list .con .time {
    font-size: 14px;
    padding-top: 10px;
  }
}
.section5 .box {
  z-index: 1;
}
.section5 .box .pic .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.section5 .box .pic:after {
  content: '';
  display: block;
  padding-bottom: 26%;
}
.section5 .box .con {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section5 .box .con .p-box .p-text {
  font-size: 30px;
  line-height: 1.33;
  color: #fff;
}
.section5 .box .con .btn-box {
  margin-top: 45px;
}
@media (max-width: 750px) {
  .section5 .box .pic:after {
    padding-bottom: 69.4%;
  }
  .section5 .box .con {
    width: 100%;
  }
  .section5 .box .con .p-box .p-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .section5 .box .con .p-box .p-text span {
    display: block;
  }
  .section5 .box .con .btn-box {
    margin-top: 10px;
  }
}
.section6 .p-title {
  font-size: 18px;
  line-height: 1;
  color: #999;
}
.section6 .pic {
  position: relative;
  display: block;
  background: url(../images/g_39.jpg?ver=20190404) center center no-repeat;
  width: 100%;
  height: 526px;
}
.section6 .pic .img {
  display: none;
  width: 100%;
}
.section6 .pic .linkA {
  display: block;
  position: absolute;
  width: 140px;
  height: 38px;
  top: 48%;
  left: 42.5%;
}
.section6 .pic .linkA .address {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section6 .pic .linkA .address .icon {
  position: relative;
  display: block;
  width: 1px;
  height: 1px;
}
.section6 .pic .linkA .address .icon:after {
  content: '';
  background: url("../images/f_53.png?ver=20190404") no-repeat;
  background-size: contain;
  width: 31px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
}
.section6 .pic .linkA .address .span {
  position: absolute;
  left: 36px;
  bottom: 0;
  color: #3564ff;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: color .4s;
  transition: color .4s;
}
@media (min-width: 751px) {
  .section6 .pic .linkA:hover .address .icon:after {
    bottom: 10px;
  }
  .section6 .pic .linkA:hover .address .span {
    color: #fff;
  }
}
@media (max-width: 1680px) {
  .section6 .pic .linkA {
    left: 41.5%;
  }
}
@media (max-width: 1400px) {
  .section6 .pic .linkA {
    left: 40%;
  }
}
@media (max-width: 1240px) {
  .section6 .pic {
    background: none;
    height: auto;
  }
  .section6 .pic .img {
    display: block;
  }
  .section6 .pic .linkA {
    width: 22%;
    height: 38%;
    top: 33%;
    left: 37%;
  }
}
@media (max-width: 750px) {
  .section6 .h2-title {
    padding-bottom: 0;
  }
  .section6 .p-title {
    font-size: 14px;
  }
  .section6 .pic {
    padding-top: 10px;
  }
  .section6 .pic .linkA {
    width: 38%;
    top: 30%;
    left: 58%;
  }
  .section6 .pic .linkA .address {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .section6 .pic .linkA .address .icon:after {
    width: 27px;
    height: 33px;
  }
  .section6 .pic .linkA .address .span {
    font-size: 14px;
    left: 32px;
  }
}
.section7 {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 70px;
}
.section7 figure {
  min-height: 161px;
  will-change: transform;
}
.section7 figure::before,
.section7 figure::after {
  position: absolute;
  display: block;
  content: '';
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
}
.section7 .figure-list {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 3552px;
  margin-right: 0;
  margin-left: 0;
}
.section7 .himg1::after {
  -webkit-animation-name: himg1Afterlarge;
          animation-name: himg1Afterlarge;
}
.section7 .himg1::before {
  -webkit-animation-name: himg1Beforelarge;
          animation-name: himg1Beforelarge;
}
.section7 .himg1::before,
.section7 .himg1::after {
  width: 3552px;
  height: 100%;
  -webkit-animation-duration: 300s;
          animation-duration: 300s;
  background-image: url("../images/g_51.png?ver=20190404");
  background-size: 3552px 161px;
}
@-webkit-keyframes himg1Afterlarge {
  0% {
    -webkit-transform: translate3d(3552px, 0, 0);
            transform: translate3d(3552px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-3552px, 0, 0);
            transform: translate3d(-3552px, 0, 0);
  }
}
@keyframes himg1Afterlarge {
  0% {
    -webkit-transform: translate3d(3552px, 0, 0);
            transform: translate3d(3552px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-3552px, 0, 0);
            transform: translate3d(-3552px, 0, 0);
  }
}
@-webkit-keyframes himg1Beforelarge {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-3552px, 0, 0);
            transform: translate3d(-3552px, 0, 0);
  }
  50.001% {
    -webkit-transform: translate3d(3552px, 0, 0);
            transform: translate3d(3552px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes himg1Beforelarge {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-3552px, 0, 0);
            transform: translate3d(-3552px, 0, 0);
  }
  50.001% {
    -webkit-transform: translate3d(3552px, 0, 0);
            transform: translate3d(3552px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 750px) {
  .section7 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .section7 figure {
    min-height: 81px;
  }
  .section7 .figure-list {
    max-width: 1776px;
  }
  .section7 .himg1::before,
  .section7 .himg1::after {
    width: 1776px;
    background-size: 1776px 81px;
  }
  @-webkit-keyframes himg1Afterlarge {
    0% {
      -webkit-transform: translate3d(1776px, 0, 0);
              transform: translate3d(1776px, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-1776px, 0, 0);
              transform: translate3d(-1776px, 0, 0);
    }
  }
  @keyframes himg1Afterlarge {
    0% {
      -webkit-transform: translate3d(1776px, 0, 0);
              transform: translate3d(1776px, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-1776px, 0, 0);
              transform: translate3d(-1776px, 0, 0);
    }
  }
  @-webkit-keyframes himg1Beforelarge {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(-1776px, 0, 0);
              transform: translate3d(-1776px, 0, 0);
    }
    50.001% {
      -webkit-transform: translate3d(1776px, 0, 0);
              transform: translate3d(1776px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @keyframes himg1Beforelarge {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(-1776px, 0, 0);
              transform: translate3d(-1776px, 0, 0);
    }
    50.001% {
      -webkit-transform: translate3d(1776px, 0, 0);
              transform: translate3d(1776px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
}
/* S-= quotes */
.section8 {
  background: #00081e;
  overflow: hidden;
}
.section8:after {
  width: 10.625%;
  height: 47.87%;
  left: 0;
  top: 17%;
  background-image: url("../images/bg_50.png?ver=20190409");
}
.section8 .h2-title {
  color: #fff;
}
.section8 .swiperframe {
  position: relative;
}
.section8 .swiperframe .swiper-container2 {
  height: auto;
  max-height: 560px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 33px;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .section8 .swiperframe .swiper-container2 {
    width: 98%;
    overflow: unset;
  }
}
.section8 .swiperframe .swiper-container2 .swiper-slide {
  max-height: 366px;
  width: 64.599%;
  position: relative;
}
.section8 .swiperframe .swiper-container2 .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.section8 .swiperframe .swiper-container2 .swiper-slide img {
  display: block;
  width: 100%;
  max-height: 366px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
}
.section8 .swiperframe .swiper-container2 .swiper-slide-active {
  position: static;
}
.section8 .swiperframe .swiper-container2 .swiper-slide-active:after {
  display: none;
}
.section8 .swiperframe .swiper-container2 .swiper-pagination2 {
  padding-top: 14px;
  text-align: center;
}
.section8 .swiperframe .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet {
  background: #7d88a7;
}
.section8 .swiperframe .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #ffffff;
}
.section8 .swiperframe .swiper-container2.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(82, 97, 171, 0.5)), to(rgba(82, 97, 171, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(82, 97, 171, 0.5), rgba(82, 97, 171, 0.5));
  background-image: linear-gradient(to left, rgba(82, 97, 171, 0.5), rgba(82, 97, 171, 0.5));
}
.section8 .swiperframe .swiper-container2.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(82, 97, 171, 0.5)), to(rgba(82, 97, 171, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(82, 97, 171, 0.5), rgba(82, 97, 171, 0.5));
  background-image: linear-gradient(to left, rgba(82, 97, 171, 0.5), rgba(82, 97, 171, 0.5));
}
.section8 .swiperframe .swiper-button-next,
.section8 .swiperframe .swiper-button-prev {
  width: 51px;
  height: 51px;
  margin-top: -51px;
  z-index: 10;
}
.section8 .swiperframe .swiper-button-prev {
  left: 9%;
  background: url("../images/btn-prev.png") no-repeat;
}
@media (min-width: 751px) {
  .section8 .swiperframe .swiper-button-prev:hover {
    background: url("../images/btn-prevhover.png") no-repeat;
  }
}
.section8 .swiperframe .swiper-button-next {
  right: 9%;
  background: url("../images/btn-next.png") no-repeat;
}
@media (min-width: 751px) {
  .section8 .swiperframe .swiper-button-next:hover {
    background: url("../images/btn-nexthover.png") no-repeat;
  }
}
.section8 .swiperframe .swiper-button-prev {
  left: 9%;
}
.section8 .swiperframe .swiper-button-next {
  right: 9%;
}
@media screen and (max-width: 960px) {
  .section8 .swiper-container2 {
    margin-bottom: 23px;
  }
  .section8 .swiper-container2 .swiper-slide {
    width: 100%;
  }
  .section8 .swiper-container2 .swiper-slide img {
    width: 100%;
  }
  .section8 .swiper-container2 .swiper-pagination2 {
    padding-top: 2px;
  }
  .section8 .swiper-button-prev,
  .section8 .swiper-button-next {
    display: none;
  }
}
.section8 .listul {
  margin-right: -40px;
  overflow: hidden;
}
.section8 .listul .li {
  padding-bottom: 40px;
  padding-right: 40px;
}
.section8 .listul .li .lia {
  display: block;
}
.section8 .listul .li .lia .pic {
  float: left;
  width: 46.6%;
  border: solid 1px #001a70;
  overflow: hidden;
}
.section8 .listul .li .lia .pic .img {
  max-width: 264px;
  -webkit-transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
.section8 .listul .li .lia .con {
  float: left;
  width: 53.4%;
  padding-left: 20px;
}
.section8 .listul .li .lia .con .p-text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 12px;
}
.section8 .listul .li .lia .con .depict {
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section8 .listul .li .lia .con .time {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}
.section8 .listul .li .lia:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section8 .listul .li .lia:hover .p-text {
  text-decoration: underline;
}
@media (max-width: 751px) {
  .section8 .listul {
    margin-right: 0;
  }
  .section8 .listul .li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .section8 .listul .li .lia .pic {
    width: 42%;
  }
  .section8 .listul .li .lia .con {
    width: 58%;
    padding-left: 10px;
    padding-top: 10px;
  }
  .section8 .listul .li .lia .con .p-text {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .section8 .listul .li .lia .con .depict {
    display: none;
  }
}
.section8 .listulmore {
  display: none;
}
.section8 .listul-btn {
  padding-top: 20px;
}
.section8 .listul-btn .morebtn {
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: relative;
  display: inline-block;
}
.section8 .listul-btn .morebtn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/d_19.png?ver=20190404") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 751px) {
  .section8 .listul-btn .morebtn:hover {
    background: -webkit-linear-gradient(left, #e2234c 0%, #3564ff 100%), -webkit-linear-gradient(#384a60, #384a60);
    background: linear-gradient(90deg, #e2234c 0%, #3564ff 100%), linear-gradient(#384a60, #384a60);
  }
}
@media (max-width: 751px) {
  .section8 .listul-btn .morebtn {
    font-size: 14px;
    padding: 14px 18px;
  }
}
.section8 .listul-btn .btnclose {
  display: none;
  cursor: pointer;
}
.section8 .listul-btn .btnclose i {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 751px) {
  .section8 .listul-btn {
    padding-top: 16px;
  }
}
/* E-= quotes*/
body.mask {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.mask:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
}
body.mask:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 100%;
  height: 260px;
  background: url("../images/mask.png") no-repeat bottom right;
  z-index: 10001;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxzLmxlc3MiLCI8aW5wdXQgY3NzIDM+IiwiaW5kZXgubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFVRTtFQUNFLGdCQUFBO0NDVEg7QURRQztFQUNFLGdCQUFBO0NDTkg7QURLQztFQUNFLGdCQUFBO0NDSEg7QURFQztFQUNFLGdCQUFBO0NDQUg7QUREQztFQUNFLGdCQUFBO0NDR0g7QURKQztFQUNFLGdCQUFBO0NDTUg7QURQQztFQUNFLGdCQUFBO0NDU0g7QURWQztFQUNFLGdCQUFBO0NDWUg7QURiQztFQUNFLGdCQUFBO0NDZUg7QURoQkM7RUFDRSxnQkFBQTtDQ2tCSDtBRG5CQztFQUNFLGdCQUFBO0NDcUJIO0FEdEJDO0VBQ0UsZ0JBQUE7Q0N3Qkg7QUR6QkM7RUFDRSxnQkFBQTtDQzJCSDtBRDVCQztFQUNFLGdCQUFBO0NDOEJIO0FEL0JDO0VBQ0UsZ0JBQUE7Q0NpQ0g7QURsQ0M7RUFDRSxnQkFBQTtDQ29DSDtBRHJDQztFQUNFLGdCQUFBO0NDdUNIO0FEeENDO0VBQ0UsZ0JBQUE7Q0MwQ0g7QUQzQ0M7RUFDRSxnQkFBQTtDQzZDSDtBRDlDQztFQUNFLGdCQUFBO0NDZ0RIO0FEakRDO0VBQ0UsZ0JBQUE7Q0NtREg7QURwREM7RUFDRSxnQkFBQTtDQ3NESDtBRHZEQztFQUNFLGdCQUFBO0NDeURIO0FEMURDO0VBQ0UsZ0JBQUE7Q0M0REg7QUQ3REM7RUFDRSxnQkFBQTtDQytESDtBRGhFQztFQUNFLGdCQUFBO0NDa0VIO0FEbkVDO0VBQ0UsZ0JBQUE7Q0NxRUg7QUR0RUM7RUFDRSxnQkFBQTtDQ3dFSDtBRHpFQztFQUNFLGdCQUFBO0NDMkVIO0FENUVDO0VBQ0UsZ0JBQUE7Q0M4RUg7QUQvRUM7RUFDRSxnQkFBQTtDQ2lGSDtBRGxGQztFQUNFLGdCQUFBO0NDb0ZIO0FEckZDO0VBQ0UsZ0JBQUE7Q0N1Rkg7QUR4RkM7RUFDRSxnQkFBQTtDQzBGSDtBRDNGQztFQUNFLGdCQUFBO0NDNkZIO0FEOUZDO0VBQ0UsZ0JBQUE7Q0NnR0g7QURq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 */