.section1 {
  position: relative;
  z-index: 1;
  height: 100vh
}

.section1 .swiper {
  height: 100%
}

.section1 .swiper .swiper-slide {
  overflow: hidden
}

.section1 .swiper .swiper-slide:after {
  /* content: ""; */
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.section1 .swiper .swiper-slide .slide-inner {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.section1 .swiper .swiper-slide .slide-inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.section1 .swiper .swiper-pagination {
  bottom: .58rem
}

.section1 .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  margin: 0 .11rem;
  border: .0rem solid rgba(0, 0, 0, 0);
  width: .35rem;
  height: .05rem
}



@media (max-width:1024px) {
  .section1 .swiper .swiper-pagination {
    bottom: 1rem;
  }
}

.section1 .swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  border-radius: 0.05rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.section1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #006a9b;
}

@media (max-width:1024px) {
  .section1 .swiper .swiper-pagination .swiper-pagination-bullet:after {}
}

.section1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff
}

.section1 .scroll-icon {
  border: 2px solid #fff;
  position: absolute;
  z-index: 10;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5%;
  left: 50%;
  width: 18px;
  height: 24px
}

@media (max-width:1024px) {
  .section1 .scroll-icon {
    display: none
  }
}

.section1 .scroll-icon:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  -webkit-animation: rain 2s infinite;
  -moz-animation: rain 2s infinite;
  animation: rain 2s infinite;
  width: 2px;
  height: 6px
}

.section1 .scroll-icon.hide {
  opacity: 0
}

@-webkit-keyframes rain {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1
  }

  80% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }
}

@-moz-keyframes rain {
  0% {
    -moz-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1
  }

  80% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }

  to {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }
}

@keyframes rain {
  0% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1
  }

  80% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }
}

.section2 {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3s cubic-bezier(.19, 1, .22, 1);
  transition: opacity 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: transform 3s cubic-bezier(.19, 1, .22, 1), opacity 1s cubic-bezier(.19, 1, .22, 1), -moz-transform 3s cubic-bezier(.19, 1, .22, 1);
  transition: transform 3s cubic-bezier(.19, 1, .22, 1), opacity 1s cubic-bezier(.19, 1, .22, 1);
  transition: transform 3s cubic-bezier(.19, 1, .22, 1), opacity 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3s cubic-bezier(.19, 1, .22, 1), -moz-transform 3s cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  margin-bottom: -.1rem
}

.section2 .cont .cont1 {
  background-color: #00b0ec;
  border-top-left-radius: .36rem;
  border-top-right-radius: .36rem;
  position: relative;
  padding: .6rem .7rem .6rem 19.8%
}

@media (max-width:767px) {
  .section2 .cont .cont1 {
    padding-left: 0;
    padding-right: 0;
    padding-top: .3rem;
    padding-bottom: .3rem
  }
}

.section2 .cont .cont1 .left-img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 3s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3s cubic-bezier(.19, 1, .22, 1);
  transition: opacity 3s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: transform 3s cubic-bezier(.19, 1, .22, 1), opacity 3s cubic-bezier(.19, 1, .22, 1), -moz-transform 3s cubic-bezier(.19, 1, .22, 1);
  transition: transform 3s cubic-bezier(.19, 1, .22, 1), opacity 3s cubic-bezier(.19, 1, .22, 1);
  transition: transform 3s cubic-bezier(.19, 1, .22, 1), opacity 3s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3s cubic-bezier(.19, 1, .22, 1), -moz-transform 3s cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  bottom: .87rem;
  left: 3.9%;
  width: 10.12%;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%)
}

@media (max-width:767px) {
  .section2 .cont .cont1 .left-img {
    display: none
  }
}

.section2 .cont .cont1 .left-img img {
  width: 100%;
  height: auto;
  display: block
}

.section2 .cont .cont1 .right-swiper {
  position: relative;
  padding-right: 0.2rem;
  padding-left: 0
}

@media (max-width:1024px) {
  .section2 .cont .cont1 .right-swiper {
    padding-right: 0rem
  }
}

@media (max-width:991px) {
  .section2 .cont .cont1 .right-swiper {
    padding-right: 0rem
  }
}

@media (max-width:767px) {
  .section2 .cont .cont1 .right-swiper {
    padding-right: 0.3rem;
    padding-left: 0.3rem
  }
}

.section2 .cont .cont1 .right-swiper .swiper {
  overflow: hidden
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide {
  height: auto;
  background-color: #008cd6;
  color: #fff;
  border-radius: .1rem;
  text-align: center;
  cursor: pointer;
  overflow: hidden
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  padding: .3rem 0 .15rem 0
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon .iconfont {
  font-size: 0rem
}

@media (max-width:1024px) {
  .section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon .iconfont {
    font-size: .9rem
  }
}

@media (max-width:991px) {
  .section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon .iconfont {
    font-size: 1rem
  }
}

@media (max-width:767px) {
  .section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon .iconfont {
    font-size: .8rem
  }
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
  position: relative;
  z-index: 1;
  padding: .15rem 0;
  font-size: .2rem
}

@media (max-width:991px) {
  .section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
    padding: .2rem 0
  }
}

@media (max-width:767px) {
  .section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
    padding: .15rem 0
  }
}

@media (max-width:1024px) {
  .section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
    font-size: .3rem
  }
}

@media (max-width:991px) {
  .section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
    font-size: .4rem
  }
}

@media (max-width:767px) {
  .section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
    font-size: .24rem
  }
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#e8d000), color-stop(23%, #ffe608), color-stop(58%, #ffe60a), to(#ce912c));
  background-image: -webkit-linear-gradient(left, #e8d000, #ffe608 23%, #ffe60a 58%, #ce912c);
  background-image: -moz-linear-gradient(left, #e8d000, #ffe608 23%, #ffe60a 58%, #ce912c);
  background-image: linear-gradient(90deg, #e8d000, #ffe608 23%, #ffe60a 58%, #ce912c);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
  -moz-transition: all .3s cubic-bezier(.785, .135, .15, .86);
  transition: all .3s cubic-bezier(.785, .135, .15, .86)
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text>div {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide.active .item-icon {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide.active .item-text:after {
  top: 0
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide.active .item-text>div {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #008cd6
}

.section2 .cont .cont1 .right-swiper .swiper-btn {
  right: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute
}

@media (max-width:767px) {
  .section2 .cont .cont1 .right-swiper .swiper-btn {
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next,
.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev {
  border-color: #fff;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

@media (max-width:767px) {

  .section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next,
  .section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next .icon:after,
.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev .icon:after {
  color: #fff
}

.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next {
  right: auto;
  margin-bottom: .15rem
}

@media (max-width:767px) {
  .section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next {
    right: .1rem;
    margin-bottom: 0
  }
}

.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev {
  left: auto
}

@media (max-width:767px) {
  .section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev {
    left: .1rem
  }
}

.section2 .cont .cont2 {
  overflow: hidden;
  background: #dcf4fe url(../images/pro_bg.png) bottom center no-repeat;
  background-size: 100% auto;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.section2 .cont .cont2 .swiper .swiper-slide {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}

@media (max-width:991px) {
  .section2 .cont .cont2 .swiper .swiper-slide {
    display: block
  }
}

.section2 .cont .cont2 .swiper .swiper-slide .item-text {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 42%;
  padding: 1.6rem 0rem 0rem 0.9rem
}

@media (max-width:991px) {
  .section2 .cont .cont2 .swiper .swiper-slide .item-text {
    width: 100%
  }
}

@media (max-width:767px) {
  .section2 .cont .cont2 .swiper .swiper-slide .item-text {
    padding: .5rem;
  }
}

.section2 .cont .cont2 .swiper .swiper-slide .item-text .title {
  font-size: .5rem;
  margin-bottom: .45rem;
  position: relative;
  font-weight: 600;
}

.section2 .cont .cont2 .swiper .swiper-slide .item-text .title::after {
  position: absolute;
  bottom: -0.18rem;
  left: 0;
  width: .44rem;
  height: .04rem;
  background: #ffc001;
  content: "";
}

@media (max-width:1024px) {
  .section2 .cont .cont2 .swiper .swiper-slide .item-text {
    padding: 0.8rem 0rem 0rem 0.7rem;
  }

  .section2 .cont .cont2 .swiper .swiper-slide .item-text .title::after {
    bottom: -0.2rem;
  }

  .section2 .cont .cont2 .swiper .swiper-slide .item-text .title {
    font-size: .4rem
  }
}

@media (max-width:991px) {
  .section2 .cont .cont2 .swiper .swiper-slide .item-text .title {
    font-size: .76rem
  }
}

@media (max-width:767px) {
  .section2 .cont .cont2 .swiper .swiper-slide .item-text .title {
    font-size: .5rem
  }

  .section2 .cont .cont2 .swiper .swiper-slide .item-text {
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;
  }
}

.section2 .cont .cont2 .swiper .swiper-slide .item-text .desc {
  line-height: 1.9;
  margin-bottom: .45rem;
  font-size: 0.18rem;
}

.section2 .cont .cont2 .swiper .swiper-slide .item-text .link {
  text-align: left
}

@media (max-width:991px) {
  .section2 .cont .cont2 .swiper .swiper-slide .item-text .link {
    text-align: right
  }
}

@media (max-width:767px) {
  .section2 .cont .cont2 .swiper .swiper-slide .item-text .desc {
    margin-bottom: .4rem;
    font-size: 0.28rem;
  }
}

.section2 .cont .cont2 .swiper .swiper-slide .item-img {
  display: flex;
  align-items: center;
  justify-content: left;
  min-height: 33.8vw;
  width: 58%;
  padding-top: .1rem;
  text-align: left;
}

@media (max-width:991px) {
  .section2 .cont .cont2 .swiper .swiper-slide .item-img {
    padding-top: .3rem;
    width: 100%
  }
}

.section2 .cont .cont2 .swiper .swiper-slide .item-img img {
  display: block;
  height: auto;
  margin-left: -0.4rem;
  max-width: 100%;
}

@media (max-width:767px) {
  .section2 .cont .cont2 .swiper .swiper-slide .item-img {
    padding: 0.3rem;
    box-sizing: border-box;
  }

  .section2 .cont .cont2 .swiper .swiper-slide .item-img img {
    margin-left: -0rem;
  }
}

.section2.is-inview {
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: translateY(-.9rem);
  -moz-transform: translateY(-.9rem);
  -ms-transform: translateY(-.9rem);
  transform: translateY(-.9rem)
}

.section2.is-inview .cont .cont1 .left-img {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.section3 .cont {
  border-radius: .36rem;
  overflow: hidden;
  background-color: #dbf0fb;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}

@media (max-width:991px) {
  .section3 .cont {
    display: block
  }
}

.section3 .cont .sec3-text {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 45.65%;
  padding: 1.22rem .6rem 1.22rem .7rem
}

@media (max-width:991px) {
  .section3 .cont .sec3-text {
    width: 100%
  }
}

@media (max-width:767px) {
  .section3 .cont .sec3-text {
    padding: .5rem
  }
}

.section3 .cont .sec3-text .tag {
  margin-bottom: .3rem
}

.section3 .cont .sec3-text .tag span {
  display: inline-block;
  color: #00b0ec;
  background-color: hsla(0, 0%, 100%, .5);
  border-radius: 50px;
  padding: .1rem .2rem;
  font-size: .16rem
}

@media (max-width:1024px) {
  .section3 .cont .sec3-text .tag span {
    font-size: .26rem
  }
}

@media (max-width:991px) {
  .section3 .cont .sec3-text .tag span {
    font-size: .36rem
  }
}

@media (max-width:767px) {
  .section3 .cont .sec3-text .tag span {
    font-size: .26rem
  }
}

.section3 .cont .sec3-text .title {
  margin-bottom: .4rem;
  font-size: .64rem;
  font-weight: 600;
}

@media (max-width:1024px) {
  .section3 .cont .sec3-text .title {
    font-size: .48rem;
  }
}

@media (max-width:991px) {
  .section3 .cont .sec3-text .title {
    font-size: .8rem
  }
}

@media (max-width:767px) {
  .section3 .cont .sec3-text .title {
    font-size: .48rem
  }
}

.section3 .cont .sec3-text .desc {
  line-height: 1.9;
  margin-bottom: .5rem;
  font-size: 0.18rem;
}

.section3 .cont .sec3-text .link {
  text-align: left
}

@media (max-width:991px) {
  .section3 .cont .sec3-text .link {
    text-align: right
  }
}

@media (max-width:767px) {
  .section3 .cont .sec3-text .desc {
    font-size: 0.28rem;
  }
}


.section3 .cont .sec3-text .circle-bg-img {
  z-index: -1;
  top: 0;
  right: 0
}

.section3 .cont .sec3-text .circle-bg-img.circle3 {
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  transform: translate3d(-50%, 50%, 0);
}

.section3 .cont .sec3-img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 54.35%;
  min-height: 41.67vw;
  background-repeat: no-repeat;
}

@media (max-width:1024px) {
  .section3 .cont .sec3-img {
    background-size: 100% auto;
  }

  .section3 .cont .sec3-text {
    padding: 0.8rem .5rem 0.8rem .6rem;
  }
}

@media (max-width:991px) {
  .section3 .cont .sec3-img {
    width: 100%;
    min-height: 55vw
  }
}

@media (max-width:767px) {
  .section3 .cont .sec3-img {
    min-height: 60vw
  }
}

.section4 {
  margin-top: .8rem;
  margin-bottom: 0.77rem
}

@media (max-width:767px) {
  .section4 {
    margin-bottom: .8rem;
    margin-top: 0;
  }
}

.section4 .cont {
  overflow: hidden;
  position: relative;
}

@media (max-width:767px) {
  .section4 .cont {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .0rem;
    padding-right: .0rem
  }
}

.section4 .cont:after {
  content: "";
  width: 80%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  background: url(../images/circle3.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0;
  -webkit-transform: translate3d(-10%, -10%, 0) scale(.8);
  -moz-transform: translate3d(-10%, -10%, 0) scale(.8);
  transform: translate3d(-10%, -10%, 0) scale(.8);
  -webkit-transition: opacity 3s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3s cubic-bezier(.19, 1, .22, 1);
  transition: opacity 3s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: transform 3s cubic-bezier(.19, 1, .22, 1), opacity 3s cubic-bezier(.19, 1, .22, 1), -moz-transform 3s cubic-bezier(.19, 1, .22, 1);
  transition: transform 3s cubic-bezier(.19, 1, .22, 1), opacity 3s cubic-bezier(.19, 1, .22, 1);
  transition: transform 3s cubic-bezier(.19, 1, .22, 1), opacity 3s cubic-bezier(.19, 1, .22, 1), -webkit-transform 3s cubic-bezier(.19, 1, .22, 1), -moz-transform 3s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  top: -10%;
  left: 0;
  width: 13.35rem;
  height: 8.16rem
}

@media (max-width:767px) {
  .section4 .cont:after {
    width: 6.35rem
  }
}

@media (max-width:767px) {
  .section4 .cont:after {
    height: 4.16rem
  }
}

.section4 .cont .common-title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.section4 .cont .common-title h1 {
  width: 100%;
  font-size: 0.44rem;
  font-weight: 600;
}

.section4 .cont .common-title .swiper-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 2px;
  margin-right: 2px;
}

.section4 .cont .common-title .swiper-btn .swiper-button-next,
.section4 .cont .common-title .swiper-btn .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto
}

.section4 .cont .common-title .swiper-btn .swiper-button-prev {
  margin-right: .15rem
}

.section4 .cont .swiper {
  overflow: visible
}

.section4 .cont .swiper .swiper-slide {
  height: auto;
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: .22rem;
  margin-bottom: .2rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86),
    -webkit-box-shadow .6s cubic-bezier(.785, .135, .15, .86);
  transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86),
    -webkit-box-shadow .6s cubic-bezier(.785, .135, .15, .86);
  -moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86),
    box-shadow .6s cubic-bezier(.785, .135, .15, .86),
    -moz-transform .6s cubic-bezier(.785, .135, .15, .86);
  transition: transform .6s cubic-bezier(.785, .135, .15, .86),
    box-shadow .6s cubic-bezier(.785, .135, .15, .86);
  transition: transform .6s cubic-bezier(.785, .135, .15, .86),
    box-shadow .6s cubic-bezier(.785, .135, .15, .86),
    -webkit-transform .6s cubic-bezier(.785, .135, .15, .86),
    -moz-transform .6s cubic-bezier(.785, .135, .15, .86),
    -webkit-box-shadow .6s cubic-bezier(.785, .135, .15, .86)
}

.section4 .cont .swiper .swiper-slide:hover {
  -webkit-transform: translate3d(-.01rem, -.12rem, 0);
  -moz-transform: translate3d(-.01rem, -.12rem, 0);
  transform: translate3d(-.01rem, -.12rem, 0);
  -webkit-box-shadow: .04rem .08rem .15rem rgba(0, 59, 86, 0.38);
  box-shadow: .04rem .08rem .15rem rgba(0, 59, 86, 0.38)
}

.section4 .cont .swiper .swiper-slide:after {
  content: "";
  display: block;
  background-color: #c4deec;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: url(../images/group_bg.png) no-repeat;
  background-size: cover;
}



.section4 .cont .swiper .swiper-slide a {
  display: block;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section4 .cont .swiper .swiper-slide a .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.section4 .cont .swiper .swiper-slide a .img img {
  display: block;
  width: auto;
  height: auto;
  transition: all .4s;
}

.section4 .cont .swiper .swiper-slide:hover a .img img {
  /* transform: scale(1.05); */
}

@media (max-width:1024px) {
  .section4 .cont .swiper .swiper-slide a .img img {}
}

@media (max-width:991px) {
  .section4 .cont .swiper .swiper-slide a .img img {}
}

@media (max-width:767px) {
  .section4 .cont .swiper .swiper-slide a .img img {
    max-height: 70%
  }
}

.section4 .cont .swiper .swiper-slide a .t {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
  line-height: 0.84rem;
  font-size: 0.22rem;
  color: #fff;
}

.section4.is-inview .cont:after {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

.section5 .common-title {
  margin-top: .6rem;
  margin-bottom: .5rem;
  width: 100%;
  text-align: center;
}

.section5 .common-title h1 {
  width: 100%;
}

.section5 .common-title a {
  color: #00b0ec;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s
}

.section5 .common-title a:hover {
  color: #163f57
}

.section5 ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + .3rem);
  width: -moz-calc(100% + .3rem);
  width: calc(100% + .3rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.section5 ul li {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-calc(33.33% - .3rem);
  width: -moz-calc(33.33% - .3rem);
  width: calc(33.33% - .3rem);
  margin-right: .3rem;
  border-radius: .28rem;
  overflow: hidden;
  text-align: left;
}

.section5 ul li:hover {
  box-shadow: 1px 0 16px rgba(4, 103, 177, .77);
}

/* .section5 ul li:not(:last-child) a {
  border-bottom: .01rem solid rgba(0, 140, 214, .2)
} */

@media (max-width:1024px) {
  .section5 ul li:not(:last-child) a {
    border-bottom-width: 1px
  }
}


.section5 ul li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: border-bottom-color .5s cubic-bezier(.785, .135, .15, .86);
  -moz-transition: border-bottom-color .5s cubic-bezier(.785, .135, .15, .86);
  transition: border-bottom-color .5s cubic-bezier(.785, .135, .15, .86);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media (max-width:1024px) {
  .section5 ul li a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width:767px) {
  .section5 ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .section5 ul {
    width: calc(100% + .0rem);

  }

  .section5 ul li {
    width: calc(100% - .0rem);
  }
}

/* .section5 ul li a .item-img {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transition: all .5s;
  z-index: 2;
  position: relative;
} */
.section5 ul li a>img {
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  max-width: 100%;
}

.section5 ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 103, 177, .7);
  z-index: 2;
  opacity: 0;
  content: "";
  transition: all .5s;
}

.section5 ul li:hover a>img {
  opacity: 1;
  transform: scale(1.1);
}

.section5 ul li:hover a:after {
  opacity: 1;
}



@media (max-width:1024px) {
  .section5 ul li a .item-img {
    height: 10.5vw
  }
}

@media (max-width:991px) {
  .section5 ul li a .item-img {
    height: 13.5vw
  }
}

@media (max-width:767px) {
  .section5 ul li a .item-img {
    height: 50vw
  }
}

@media (max-width:1024px) {
  .section5 ul li a .item-img {
    width: 20%
  }
}

@media (max-width:991px) {
  .section5 ul li a .item-img {
    width: 25%
  }
}

@media (max-width:767px) {
  .section5 ul li a .item-img {
    width: 100%
  }
}

@media (max-width:1024px) {
  .section5 ul li a .item-img {
    margin-right: 0
  }
}

@media (max-width:767px) {
  .section5 ul li a .item-img {
    margin-bottom: .3rem
  }
}

.section5 ul li a .item-img b {
  display: block;
  width: 100%;
  height: 100%
}

.section5 ul li a .item-text {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 0.5rem 0.4rem 0;
  text-align: left;
}



.section5 ul li a .item-text .mob-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  display: block;
  margin-bottom: 0
}

@media (max-width:767px) {
  .section5 ul li {
    margin-right: 0;
  }

  .section5 ul li a .item-text {
    padding-top: 1rem;
  }
}

.section5 ul li a .item-text .date {
  color: #666;
  margin-bottom: .16rem;
  font-size: .16rem
}

.section5 ul li a .item-text .title {
  font-size: 0.32rem;
  line-height: 0.44rem;
  margin-bottom: 0.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section5 ul li a .item-text .p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-bottom: 0.28rem;
  margin-bottom: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.section5 ul li a .item-text .link {
  height: 7px;
  background: url(../images/ico_jt.png) no-repeat;
}

.section5 ul li:hover a .item-text .date,
.section5 ul li:hover a .item-text .title,
.section5 ul li:hover a .item-text .p {
  color: #fff;
}

.section5 ul li:hover a .item-text .link {
  background: url(../images/ico_jt_white.png) no-repeat;
}


.section5 .link {
  margin-top: 0.58rem;
  text-align: center;
}

@media (max-width:767px) {
  .section5 ul li a .item-text .date {
    margin-bottom: 0
  }

  .section5 ul li a .item-text .p {
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
}

@media (max-width:1024px) {
  .section5 ul li a .item-text .date {
    font-size: .26rem
  }

  .section5 ul li a .item-text .link {
    background-size: .2rem auto;
  }
}

@media (max-width:991px) {
  .section5 ul li a .item-text .date {
    font-size: .36rem
  }
}

@media (max-width:767px) {
  .section5 ul li a .item-text .date {
    font-size: .26rem
  }
}

.section5 ul li a .item-text .tag {
  margin-bottom: .25rem
}

@media (max-width:767px) {
  .section5 ul li a .item-text .tag {
    margin-bottom: 0
  }
}

.section5 ul li a .item-text .tag span {
  display: inline-block;
  color: #00b0ec;
  background-color: #dff2fb;
  border-radius: 50px;
  padding: .1rem .2rem;
  font-size: .16rem
}

@media (max-width:1024px) {
  .section5 ul li a .item-text .tag span {
    font-size: .26rem
  }
}

@media (max-width:991px) {
  .section5 ul li a .item-text .tag span {
    font-size: .36rem
  }
}

@media (max-width:767px) {
  .section5 ul li a .item-text .tag span {
    font-size: .26rem
  }
}


@media (max-width:767px) {
  .section5 ul li a .item-text .title {
    line-height: 1.4;
    white-space: wrap;
    overflow: visible
  }
}

@media (max-width:1024px) {
  .section5 ul li a .item-text .title {
    font-size: .32rem
  }
}

@media (max-width:991px) {
  .section5 ul li a .item-text .title {
    font-size: .42rem
  }
}

@media (max-width:767px) {
  .section5 ul li {
    margin-bottom: .3rem;
  }

  .section5 ul li a .item-text .title {
    font-size: .36rem;
    margin-top: .1rem;
  }

  .section5 ul li a:after {
    opacity: 1;
  }

  .section5 ul li a>img {
    opacity: 1;
    width: 100%;
    height: 100%;
  }

  .section5 ul li a .item-text .date,
  .section5 ul li a .item-text .title,
  .section5 ul li a .item-text .p {
    color: #fff;
  }

  .section5 ul li:hover a>img {
    opacity: 1;
    transform: scale(1);
  }

  .section5 ul li a .item-text .link {
    background: url(../images/ico_jt_white.png) no-repeat;
  }
}

.section5 ul li a .item-btn {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(.785, .135, .15, .86), -webkit-transform .5s cubic-bezier(.785, .135, .15, .86);
  transition: opacity .5s cubic-bezier(.785, .135, .15, .86), -webkit-transform .5s cubic-bezier(.785, .135, .15, .86);
  -moz-transition: opacity .5s cubic-bezier(.785, .135, .15, .86), transform .5s cubic-bezier(.785, .135, .15, .86), -moz-transform .5s cubic-bezier(.785, .135, .15, .86);
  transition: opacity .5s cubic-bezier(.785, .135, .15, .86), transform .5s cubic-bezier(.785, .135, .15, .86);
  transition: opacity .5s cubic-bezier(.785, .135, .15, .86), transform .5s cubic-bezier(.785, .135, .15, .86), -webkit-transform .5s cubic-bezier(.785, .135, .15, .86), -moz-transform .5s cubic-bezier(.785, .135, .15, .86);
  -webkit-transform: translateY(-50%) scale(.8);
  -moz-transform: translateY(-50%) scale(.8);
  -ms-transform: translateY(-50%) scale(.8);
  transform: translateY(-50%) scale(.8);
  right: .2rem
}

@media (max-width:1024px) {
  .section5 ul li a .item-btn {
    display: none
  }
}

.section5 ul li a .item-btn .common-btn:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.section5 ul li a .item-btn .common-btn .icon:after,
.section5 ul li a .item-btn .common-btn .icon:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.section5 ul li:hover:after {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: .05rem .1rem .2rem #dff2fb;
  box-shadow: .05rem .1rem .2rem #dff2fb
}

.section5 ul li:hover a {
  border-bottom-color: rgba(0, 0, 0, 0)
}

.section5 ul li:hover a .item-btn {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1)
}

.section5 ul li .bg-cover {
  opacity: 0;
  position: relative;
}



.section5 ul li:hover .bg-cover {
  opacity: 1;
}

.section6 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 0.86rem
}

@media (max-width:991px) {
  .section6 {
    display: block
  }
}

@media (max-width:767px) {
  .section6 {
    margin-top: .6rem
  }
}

.section6 .sec6-left {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 48.43%;
  height: 23vw;
  margin-bottom: 0
}

@media (max-width:991px) {
  .section6 .sec6-left {
    width: 100%;
    height: 40vw
  }
}

@media (max-width:767px) {
  .section6 .sec6-left {
    height: 50vw
  }
}

@media (max-width:991px) {
  .section6 .sec6-left {
    margin-bottom: .6rem
  }
}

@media (max-width:767px) {
  .section6 .sec6-left {
    margin-bottom: .4rem
  }
}

.section6 .sec6-left .t {
  position: absolute;

  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
  z-index: 1;
  top: -1px;
  left: -1px;
  bottom: -1px;
  padding: 0.9rem .0rem 0 0.6rem;
  width: 64%
}

@media (max-width:1024px) {
  .section6 .sec6-left .t {}
}

@media (max-width:991px) {
  .section6 .sec6-left .t {
    padding: 1.5rem .7rem
  }
}

@media (max-width:767px) {
  .section6 .sec6-left .t {
    padding: .5rem
  }
}

.section6 .sec6-left .t .title {
  font-size: .4rem;
  margin-bottom: .18rem;
  color: #082d43;
  font-weight: 600;
}

@media (max-width:1024px) {
  .section6 .sec6-left .t .title {
    font-size: .42rem
  }
}

@media (max-width:991px) {
  .section6 .sec6-left .t .title {
    font-size: .52rem
  }
}

@media (max-width:767px) {
  .section6 .sec6-left .t .title {
    font-size: .38rem
  }
}

.section6 .sec6-left .t .desc {
  line-height: 1.9;
  font-size: 0.16rem;
  color: #082d43;
}

.section6 .sec6-left .img {
  height: 100%;
  border-radius: .2rem;
  overflow: hidden;
  position: relative
}

.section6 .sec6-left .img b {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background-size: 100% auto;
}

.section6 .sec6-left:hover .img b {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.section6 .sec6-right {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: .2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 48.43%;
  height: 23vw
}

@media (max-width:991px) {
  .section6 .sec6-right {
    width: 100%;
    height: 40vw
  }
}

@media (max-width:767px) {
  .section6 .sec6-right {
    height: 50vw
  }

  .section6 .sec6-left .t .desc {
    font-size: 0.24rem;
  }
}

.section6 .sec6-right .t {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  padding: 0.9rem .0rem 0 0.7rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 64%;
}

@media (max-width:767px) {
  .section6 .sec6-right .t:after {
    width: 130%
  }

  .section6 .sec6-right .t {
    padding: .5rem;
  }
}

.section6 .sec6-right .t .title {
  font-size: .38rem;
  margin-bottom: .18rem;
  font-weight: 600;
}

@media (max-width:1024px) {
  .section6 .sec6-right .t .title {
    font-size: .42rem
  }
}

@media (max-width:991px) {
  .section6 .sec6-right .t .title {
    font-size: .52rem
  }
}

@media (max-width:767px) {
  .section6 .sec6-right .t .title {
    font-size: .38rem
  }
}

.section6 .sec6-right .t .desc {
  line-height: 1.9;
  font-size: 0.16rem;
}

@media (max-width:767px) {
  .section6 .sec6-right .t .desc {
    font-size: 0.24rem;
    line-height: 1.9;
  }
}

.section6 .sec6-right .img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  position: relative;
}



@media (max-width:767px) {}

.section6 .sec6-right .img b {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background-size: 100% auto;
}

.section6 .sec6-right:hover .img b {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

@media (max-width:1024px) {
  .banner-txt {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background: #00b0ec;
}

.swiper-button-next .icon:before,
.swiper-button-prev .icon:before,
.swiper-button-next .icon:after,
.swiper-button-prev .icon:after {
  color: #fff;
}

/*# sourceMappingURL=6a992d5529f459a44fee58c733255e86.css.map*/