.home1 .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  color: #fff;
}

.home1 .intr h2 {
  font-weight: 400;
  font-size: 61px;
}

.home1 .intr p {
  font-size: 42px;
  margin-top: 40px;
  text-align: center;
}

.home1 .intr .more {
  margin-top: 30px;
}

.home1 img {
  width: 100%;
}

.home1 video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home1 .video-true img {
  opacity: 0;
}

.home1 {
  cursor: url('/static/img/pointer.svg') 0 0, pointer;
}

.home1 .swiper-button-next,
.home1 .swiper-button-prev {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  opacity: 1;
  margin-left: 25px;
}

.home1 .swiper-button-next::after,
.home1 .swiper-button-prev::after {
  font-family: "iconfont" !important;
  font-size: 14px;
  color: #fff;
  transition: color linear 0.3s, font-size 0.4s ease-out;
}

.home1 .swiper-button-next:hover,
.home1 .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0);
}

.home1 .swiper-button-next:hover::after,
.home1 .swiper-button-prev:hover::after {
  color: #00368F;
  font-weight: bold;
  font-size: 24px;
}

.home1 .swiper-button-prev::after {
  content: "\e604";
}

.home1 .swiper-button-next::after {
  content: "\e64f";
}

.home1 .more {
  opacity: 0;
}

.home1 .more.animated {
  opacity: 1;
}

.home1-contral {
  /* position: absolute;
  right: 40px;
  bottom: 26px;
  z-index: 5; */
}

.home2 {
  padding: 176px 0 161px;
}

.home2 .pic-group {
  align-items: flex-start;
  margin-top: 117px;
}

.home2 .pic-group img {
  margin-left: 70px;
  max-width: 100%;
}

.home2 .home2-desc {
  max-width: 645px;
  margin-top: -188px;
  font-size: 29px;
  color: #00368F;
  line-height: 1.5;
}

.home2 .more {
  margin-top: 87px;
}

.home3 {
  height: 1054px;
  overflow: hidden;
}

.home3 .left {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease 0.3s;
  cursor: url('/static/img/pointer-down.svg') 0 0, auto;
}

.home3 .left::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  background: url('/static/img/play.svg') no-repeat center/contain;
  z-index: 50;
  transition: all ease 0.3s;
}

.home3 .left video,
.home3 .left img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
  z-index: 4;
}

.home3 .left video {
  z-index: 3;
}

.home3 .right {
  width: 50%;
  overflow: hidden;
  padding: 136px 50px 0 129px;
  background: #02449B;
  color: #fff;
  position: relative;
  transition: all ease 0.3s;
}

.home3 .right h2 {
  line-height: 1.57;
  font-size: 48px;
  font-weight: normal;
  transition: all ease 0.3s;
}

.home3 .right .intr {
  max-width: 584px;
  margin-top: 33px;
  line-height: 1.9;
  font-size: 14px;
}

.home3 .linkPlatform {
  margin-top: 44px;
}

.home3 .linkPlatform a::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #FFFFFF;
  opacity: 0.16;
  margin: 0 19px;
}

.home3 .linkPlatform a:last-child::after {
  display: none;
}

.home3 .right .more {
  margin-top: 54px;
}

.home3 .right .imgbox {
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all ease 0.3s;
}

.home3 .right .imgbox img {
  width: 29vw;
  transition: all ease 0.3s;
}

.home3.play .left::before {
  opacity: 0;
}

.home3.play .left img {
  opacity: 0;
}

.home3.play .right h2 {
  font-size: 36px;
}

.home3.play .left {
  width: 100%;
}

.home3.play .right {
  display: none;
}

.home3.play .right .more {
  width: 127px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}

.home4 {
  padding: 176px 138px 96px;
}

.home4-title {
  padding-left: 59%;
}

.home4-title h2 {
  font-size: 48px;
  color: #00368F;
  font-weight: normal;
}

.home4-title p {
  margin-top: 73px;
  font-size: 20px;
  color: #857E78;
}

.home4-ev:nth-of-type(1) {
  margin-top: -30px;
}

.home4-ev:nth-of-type(2) {
  margin-top: 224px;
}

.home4-ev:nth-of-type(3) {
  margin-top: -54px;
  margin-left: 15%;
}

.home4-ev .desc {
  padding: 40px 0;
  border-bottom: 1px solid #00368F;
}

.home4-ev .desc p {
  font-size: 22px;
  color: #2F4A73;
}

.home4-ev .desc p::before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 8px;
  height: 8px;
  background: #00368F;
  border-radius: 50%;
  vertical-align: middle;
}


.home4-ev {
  width: 35%;
}

.home4-ev .imgbox {
  position: relative;
}

.home4-ev .imgbox:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}

.home4-ev .imgbox::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url(/static/img/play.svg) no-repeat center/contain;
  z-index: 50;
  transition: all ease 0.3s;
}

.home4-ev .imgbox img {
  width: 100%;
}

.home4-lastdesc {
  max-width: 483px;
  margin-right: 90px;
  font-size: 30px;
  color: #00368F;
  margin-top: 330px;
}

.videoModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.87);
  display: none;
}

.videoModal button {
  font-size: 55px;
  outline: none;
  border: none;
  color: #fff;
  background: transparent;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 500;
  font-weight: bold;
}

.videoModal video {
  width: 70%;
  height: 100%;
}

.videoModal.open {
  display: flex;
}

.home5 img {
  width: 100%;
}

.home5 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  position: relative;
  margin: 0 10px !important;
}

.home5 .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.3s;
}

.home5 .swiper-pagination-bullet-active::before {
  opacity: 1;
}

.home6 {
  padding: 127px 0 106px;
}

.home6 main {
  padding: 38px 0 0;
}

.home6-ev {
  width: 23%;
  margin-right: calc(8% / 3);
}

.home6-ev:last-child {
  margin-right: 0;
}

.home6-ev img {
  width: 100%;
}

.home6-ev .intr {
  width: 100%;
}

.home6-ev h4 {
  margin: 21px 0 8px;
  font-weight: 400;
  font-size: 18px;
  color: #02449B;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.home6-ev p {
  line-height: 1.9;
  font-size: 14px;
  color: #B7B7B7;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home6-ev h5 {
  margin-top: 10px;
  font-size: 14px;
  color: #DEDEDE;
}

.home6 .more {
  margin-top: 60px;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {
  .home4-title {
    padding-left: 46%;
  }
}

@media screen and (max-width:1519px) {

  .home1 .intr h2 {
    font-size: 55px;
  }

  .home1 .intr p {
    font-size: 38px;
    margin-top: 30px;
  }

  .home2 .pic-group img {
    margin-left: 60px;
    width: 30%;
  }

  .home2 .home2-desc {
    max-width: 545px;
    margin-top: -100px;
    font-size: 26px;
  }

  .home3 .right h2 {
    font-size: 44px;
  }

  .home3 .right h2 br {
    display: none;
  }

  .home4 {
    padding: 176px 5% 96px;
  }

  .home4-lastdesc {
    margin-right: 50px;
    max-width: 380px;
    font-size: 28px;
    margin-top: 220px;
  }
}

@media screen and (max-width:1366px) {
  .home2 {
    padding: 136px 0 121px;
  }

  .home3 .right h2 {
    font-size: 38px;
  }

  .home3 {
    height: 954px;
  }

  .home3 .right {
    padding: 106px 50px 0 99px;
  }

  .home4 {
    padding: 136px 5% 56px;
  }

  .home4-ev .desc p {
    font-size: 16px;
  }

  .home4-lastdesc {
    font-size: 24px;
  }

  .home4-title h2 {
    font-size: 42px;
  }

  .home4-title p {
    margin-top: 33px;
    font-size: 18px;
    font-size: 16px;
  }

  .home4-title {
    padding-left: 55%;
  }
}

@media screen and (max-width:1250px) {
  .home4-ev {
    width: 45%;
  }

  .home4-ev:nth-of-type(3) {
    margin-left: 0%;
  }

  .home6-ev {
    width: 30%;
    margin-right: calc(10% / 3);
  }

  .home6-ev:nth-child(4) {
    display: none;
  }

  .home4-title{
    padding-left: 0;
  }

  .home4-ev:nth-of-type(1){
    margin-top: 60px;
  }
}

@media screen and (max-width:991px) {
  .home2 .home2-desc {
    max-width: 345px;
    margin-top: -80px;
    font-size: 18px;
  }

  .home2 .pic-group {
    margin-top: 77px;
  }

  .home2 {
    padding: 96px 0 81px;
  }

  .home3 {
    height: auto;
  }

  .home3 .left {
    height: 400px;
    width: 100%;
  }

  .home3 .right {
    width: 100%;
    padding: 116px 79px;
  }

  .home3 .left::before {
    width: 74px;
    height: 74px;
  }

  .home3.play .left {
    width: 100%;
    height: 500px;
  }

  .home3.play .right {
    width: 100%;
    padding: 39px 59px 59px;
  }

  .home4 {
    padding: 96px 5% 16px;
  }

  .home6 {
    padding: 87px 0;
  }

  .home1 .intr p {
    font-size: 32px;
    margin-top: 20px;
  }

  .home1 .intr h2 {
    font-size: 44px;
  }

  .home1 .swiper-button-next,
  .home1 .swiper-button-prev {
    width: 40px;
    height: 40px;
  }


  .home6-ev {
    width: 48%;
    margin-right: calc(4% / 2);
  }

  .home6-ev:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .home1 .video-true img {
    opacity: 1;
  }

  .home1 video {
    display: none;
  }

  .common-title h2 {
    font-size: 28px;
  }

  .home1 .intr h2 {
    font-size: 36px;
  }

  .home1 .intr p {
    font-size: 26px;
  }

  .home1 .intr p {
    font-size: 26px;
    margin-top: 20px;
  }

  .home6 .more {
    margin-top: 30px;
  }

  .home1 .swiper-button-next:hover::after,
  .home1 .swiper-button-prev:hover::after {
    color: #00368F;
    font-weight: bold;
    font-size: 18px;
  }

  header .logo {
    width: 65px;
  }

  .home2 {
    padding: 40px 0 40px;
  }

  .home2 .home2-desc {
    margin-top: 30px;
    font-size: 16px;
  }

  .home2 .pic-group {
    margin-top: 37px;
  }

  .home2 .more {
    margin-top: 47px;
  }

  .home3 .right {
    padding: 66px 5%;
  }

  .home3.play .right {
    padding: 39px 7%;
  }

  .home3 .right h2 {
    font-size: 28px;
  }

  .home3.play .right h2 {
    font-size: 26px;
  }

  .home3 .left::before {
    width: 54px;
    height: 54px;
  }

  .home4-title h2 {
    font-size: 30px;
  }

  .home4-title p {
    margin-top: 13px;
    font-size: 14px;
  }

}

@media screen and (max-width:480px) {

  .home6-ev {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .home6-ev:nth-child(3) {
    display: block;
  }

  .home1 .intr h2 {
    font-size: 26px;
  }

  .home1 .intr p {
    font-size: 20px;
    margin-top: 20px;
  }

  .common-title h2 {
    font-size: 22px;
  }

  .home3 .right h2 {
    font-size: 22px;
  }

  .home3.play .right h2 {
    font-size: 20px;
  }

  .home3.play .right {
    padding: 39px 7%;
  }

  .home4-title p{
    font-size: 12px;
  }

  .home4-ev {
    width: 100%;
  }

  .home4-ev:nth-of-type(1),
  .home4-ev:nth-of-type(2),
  .home4-ev:nth-of-type(3) {
    margin-top: 30px;
  }

  .home4-ev .desc {
    padding: 20px 0;
  }

  .home4-ev .desc p {
    font-size: 13px;
  }

  .home4-lastdesc {
    margin-right: 0;
    max-width: none;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .home6 {
    padding: 40px 0;
  }

  .home6-ev h4 {
    font-size: 16px;
  }

  .home6-ev p {
    font-size: 12px;
  }

  .home1 img {
    min-height: 33vh;
    object-fit: cover;
  }
}