body.no-scroll {
    overflow: hidden!important;
}
.cont .index_banner {
  width: 100%;
  height: 100%;
}
.cont .index_banner .swiper-pagination {
  bottom: 5%;
}
.cont .index_banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 0;
  width: 40px;
  height: 2px;
  margin: 0 5px;
}
.cont .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0047ba;
}
.cont .index_banner .swiper-slide {
  overflow: hidden;
}
.cont .index_banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
}
.cont .index_banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont .index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .index_banner .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.07);
  transition: all ease-out 10s;
}
.cont .index_banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}
.cont .index_banner .swiper-slide .text em {
  display: block;
  width: 70px;
  height: 10px;
  background: #b21f23;
  margin-bottom: 3%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.cont .index_banner .swiper-slide .text p {
  font-size: 60px;
  width: 100%;
  display: block;
  line-height: 1.3;
  transform: translateY(50px);
  font-weight: 600;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  letter-spacing: 2px;
}
.cont .index_banner .swiper-slide .text span {
  font-size: 72px;
  line-height: 1.3;
  display: block;
  width: 100%;
  transform: translateY(50px);
  font-weight: 600;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  letter-spacing: 2px;
}
.cont .index_banner .swiper-slide .text i {
  display: inline-block;
  margin-top: 2%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  letter-spacing: 4px;
}
.cont .index_banner .swiper-slide.swiper-slide-active .img img {
  transform: scale(1.001);
}
.cont .index_banner .swiper-slide.swiper-slide-active .text em {
  transition-delay: 0.6s;
}
.cont .index_banner .swiper-slide.swiper-slide-active .text p {
  transition-delay: 0.8s;
}
.cont .index_banner .swiper-slide.swiper-slide-active .text span {
  transition-delay: 1.2s;
}
.cont .index_banner .swiper-slide.swiper-slide-active .text i {
  transition-delay: 1.6s;
}
.cont .index_banner .swiper-slide.swiper-slide-active .text em,
.cont .index_banner .swiper-slide.swiper-slide-active .text p,
.cont .index_banner .swiper-slide.swiper-slide-active .text span,
.cont .index_banner .swiper-slide.swiper-slide-active .text i {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2s;
}
.cont .title_g::before {
  content: '';
  display: block;
  width: 75px;
  height: 10px;
  background: #0047ba;
}
.cont .title_g p {
  display: block;
  color: #171717;
  font-family: "SourceHanSansCN-Bold";
  margin-top: 20px;
}
.cont .title_g span {
  display: block;
  color: #171717;
  margin-top: 25px;
}
.cont .more_h5{
    display: none;
}
.cont .title_g a {
  display: inline-block;
  border: 1px solid #0047ba;
  padding: 5px 16px;
  color: #0047ba;
  margin-top: 40px;
  transition: all 0.3s;
}
.cont .title_g a:hover {
  background: #0047ba;
  color: #fff;
}
.cont .page1 {
  position: relative;
  background: #fff;
  z-index: 5;
}
.cont .page1 .item_box {
  margin-left: calc((100% - 1440px) / 2);
  height: 80%;
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.cont .page1 .item_box .title_g {
  width: 225px;
}
.cont .page1 .item_box .sw1 {
  width: calc(100% - 300px);
  margin: 0;
}
.cont .page1 .item_box .sw1 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.cont .page1 .item_box .sw1 .swiper-slide .item {
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.cont .page1 .item_box .sw1 .swiper-slide .item .img {
  width: calc(100% - 214px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .page1 .item_box .sw1 .swiper-slide .item .img img {
  width: 44.2%;
  height: 100%;
  object-fit: cover;
}
.cont .page1 .item_box .sw1 .swiper-slide .item .txt {
  width: 214px;
  padding: 20px 20px;
  background: #f3f3f3;
  position: relative;
}
.cont .page1 .item_box .sw1 .swiper-slide .item .txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 102%;
  left: 0;
  bottom: 0;
  background: #0047ba;
  transition: all 0.3s;
}
.cont .page1 .item_box .sw1 .swiper-slide .item .txt .ic {
  width: 100%;
  position: relative;
  z-index: 5;
}
.cont .page1 .item_box .sw1 .swiper-slide .item .txt p {
  display: block;
  margin-top: 10px;
  color: rgba(24, 24, 24, 0.8);
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.cont .page1 .item_box .sw1 .swiper-slide .item .txt span {
  display: block;
  color: rgba(24, 24, 24, 0.8);
  margin-top: 30px;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.cont .page1 .item_box .sw1 .swiper-slide .item:nth-child(3) .img,
.cont .page1 .item_box .sw1 .swiper-slide .item:nth-child(4) .img {
  order: 3;
}
.cont .page1 .item_box .sw1 .swiper-slide .item:hover .img img {
  transform: scale(1.05);
}
.cont .page1 .item_box .sw1 .swiper-slide .item:hover .txt::after {
  right: 0;
}
.cont .page1 .item_box .sw1 .swiper-slide .item:hover .txt .ic img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cont .page1 .item_box .sw1 .swiper-slide .item:hover .txt p {
  color: #fff;
}
.cont .page1 .item_box .sw1 .swiper-slide .item:hover .txt span {
  color: #fff;
}
.cont .page1 .item_box .sw1 .arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 214px;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: #0047ba;
}
.cont .page1 .item_box .sw1 .arr .swiper-button-prev,
.cont .page1 .item_box .sw1 .arr .swiper-button-next {
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .page1 .item_box .sw1 .arr .swiper-button-prev::after,
.cont .page1 .item_box .sw1 .arr .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
}
.cont .page1 .item_box .sw1 .arr .swiper-button-next.swiper-button-disabled,
.cont .page1 .item_box .sw1 .arr .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.cont .page2 {
  position: relative;
  background: #fff;
  z-index: 5;
}
.cont .page2 .bg {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.cont .page2 .w1440 {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: initial;
  height: 80%;
  margin-top: 4%;
}
.cont .page2 .w1440 .tit_top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cont .page2 .w1440 .tit_top .title_g {
  width: 31%;
  padding-bottom: 25px;
}
.cont .page2 .w1440 .new_l {
  width: 62.5%;
  height: 70%;
}
.cont .page2 .w1440 .new_l a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.cont .page2 .w1440 .new_l a img {
  height: 100%;
  object-fit: cover;
}
.cont .page2 .w1440 .new_l a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67%;
  background: #fff;
  padding: 0 20px 0 3vw;
  height: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cont .page2 .w1440 .new_l a .txt p {
  display: block;
  color: #0047ba;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.cont .page2 .w1440 .new_l a .txt p i {
  display: inline-block;
  color: #797979;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #c8c8c8;
  line-height: 1;
  transition: all 0.3s;
}
.cont .page2 .w1440 .new_l a .txt span {
  display: block;
  color: #171717;
  margin-top: 1vw;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.cont .page2 .w1440 .new_l a .txt::after {
  content: '';
  position: absolute;
  height: 100%;
  right: 100%;
  bottom: 0;
  width: 9vw;
  background: #0047ba;
}
.cont .page2 .w1440 .new_l a .txt::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  bottom: 0;
  background: #0047ba;
  transition: all 0.5s;
}
.cont .page2 .w1440 .new_l a:hover .txt::before {
  width: 100%;
}
.cont .page2 .w1440 .new_l a:hover .txt p {
  color: #fff;
}
.cont .page2 .w1440 .new_l a:hover .txt p i {
  color: #fff;
  border-left: 1px solid #fff;
}
.cont .page2 .w1440 .new_l a:hover .txt span {
  color: #fff;
}
.cont .page2 .w1440 .new_r {
  width: 31%;
}
.cont .page2 .w1440 .new_r .item-sol {
  padding-right: 30px;
  width: 100%;
  height: 22.8vw;
  overflow: overlay;
}
.cont .page2 .w1440 .new_r .item-sol a {
  display: block;
  padding: 0.9vw 0;
  border-top: 1px solid #c8c8c8;
  /* &:nth-last-child(1){
                            border-bottom: 1px solid #c8c8c8;
                        } */
}
.cont .page2 .w1440 .new_r .item-sol a p {
  display: block;
  color: #0047ba;
}
.cont .page2 .w1440 .new_r .item-sol a p i {
  display: inline-block;
  color: #797979;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #c8c8c8;
  line-height: 1;
}
.cont .page2 .w1440 .new_r .item-sol a span {
  display: block;
  color: #171717;
  margin-top: 0.5vw;
  transition: all 0.3s;
}
.cont .page2 .w1440 .new_r .item-sol a:hover span {
  color: #0047ba;
}
.cont .page2 .w1440 .new_r .item-sol .sw2 {
  height: 100%;
  padding-right: 15px;
}
.cont .page2 .w1440 .new_r .more {
  display: inline-block;
  border: 1px solid #0047ba;
  padding: 5px 16px;
  color: #0047ba;
  margin-top: 40px;
  transition: all 0.3s;
}
.cont .page2 .w1440 .new_r .more:hover {
  background: #0047ba;
  color: #fff;
}
.cont .page3 {
  position: relative;
  background: #fff;
  z-index: 5;
}
.cont .page3 .item_box {
  margin-left: calc((100% - 1440px) / 2);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 80%;
  margin-top: 4%;
  padding-top: 6.5vw;
}
.cont .page3 .item_box .bg {
  width: 86.2%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.cont .page3 .item_box .title_g {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 32.77%;
}
.cont .page3 .item_box .item_l {
  width: 32.77%;
  overflow: hidden;
}
.cont .page3 .item_box .item_l:hover img {
  transform: scale(1.05);
}
.cont .page3 .item_box .item_r {
  width: 67.23%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cont .page3 .item_box .item_r video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont .page3 .item_box .item_r .video_bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 8;
  overflow: hidden;
}
.cont .page3 .item_box .item_r .video_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont .page3 .item_box .item_r .ic {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}
.cont .page3 .item_box .item_r .ic img {
  width: 8%;
}
@media screen and (max-width: 1600px) {
  .cont .page1 .item_box,
  .cont .page3 .item_box {
    margin-left: 10%;
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item .img img {
    width: 50%;
  }
}
/* 125% */
@media screen and (max-width: 1366px) {
  .cont .page1 .item_box .sw1 .swiper-slide .item .img img {
    width: 68%;
  }
}
@media screen and (max-width: 1280px) {
    .cont .page1 .item_box{
        margin-top: 0;
        padding-top: 1%;
    }
    .cont .page1 .item_box .sw1 .arr{
        right: 190px;
    }
    .cont .page1 .item_box .sw1 .swiper-slide .item .img img{
        object-fit: contain;
    }
    .cont .page1 .item_box .sw1 .swiper-slide .item .txt span{
            margin-top: 10px;
    }
    .cont .page2 .w1440 .new_l a .txt span{
            margin-top: 0;
    }
    
    
    .cont .page2 .w1440 .new_r .item-sol a span{margin-top:0;}
  .cont .page1 .item_box .sw1 {
    width: calc(100% - 260px);
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item .txt {
    width: 190px;
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item .img {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 1200px) {
  .cont .page1 .item_box,
  .cont .page3 .item_box {
    margin-left: 5%;
  }
  .cont .page2 .w1440 .new_l a .txt::after {
    width: 4vw;
  }
  .cont .page3 .item_box {
    padding-top: 8vw;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
    
    
  .cont .footer .btm_bottom .footer_pic {
    height: 100%;
  }
  .cont .footer .btm_bottom {
    height: 350px;
  }
  .cont .page1 .item_box {
    flex-wrap: wrap;
    margin-right: 5%;
  }
  .cont .page1 .item_box .title_g {
    width: 100%;
  }
  .cont .title_g::before {
    width: 60px;
    height: 7px;
  }
  .cont .title_g p {
    font-size: 32px;
    line-height: 1.1;
    margin-top: 10px;
  }
  .cont .title_g span {
    margin-top: 15px;
  }
  .cont .title_g a {
    margin-top: 20px;
  }
  .cont .page1 {
    padding: 40px 0;
  }
  .cont .page1 .item_box .sw1 {
    width: 100%;
  }
  .cont .page1 .item_box .sw1 .arr {
    display: none;
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item .img {
    width: 100%;
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item .img img {
    width: 40%;
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item .txt {
    width: 100%;
    order: 4;
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item .txt .ic img {
    width: 190px;
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item .txt span {
    margin-top: 10px;
  }
  .cont .page1 .item_box .sw1 .swiper-wrapper {
    display: block;
    height: auto;
  }
  .cont .page2 .w1440 .tit_top {
    justify-content: flex-start;
  }
  .cont .page2 .w1440 .tit_top .title_g {
    width: 100%;
  }
  .cont .page2 .w1440 .new_l {
    width: 100%;
  }
  .cont .page2 .w1440 .new_r {
    width: 100%;
  }
  .cont .page2 .w1440 .new_r .item-sol {
    height: auto;
    padding-right: 0;
  }
  .cont .page2 .w1440 .new_r .item-sol a {
    padding: 15px 20px;
  }
  .cont .page2 .w1440 .new_l a .txt {
    position: static;
    width: 100%;
    height: auto;
    padding: 15px 20px;
  }
  .cont .page2 .w1440 .new_l a .txt::before {
    display: none;
  }
  .cont .page2 .w1440 .new_l a .txt::after {
    display: none;
  }
  .cont .page2 .w1440 .new_l a .txt p {
    color: #0047ba !important;
  }
  .cont .page2 .w1440 .new_l a .txt p i {
    color: #797979 !important;
  }
  .cont .page3 .item_box .title_g {
    position: static;
    width: 100%;
    order: 1;
  }
  .cont .page3 .item_box {
    flex-wrap: wrap;
    padding-top: 0;
    margin-right: 5%;
  }
  .cont .page3 .item_box .item_l {
    width: 100%;
    order: 3;
    margin-top: 10px;
  }
  .cont .page3 .item_box .item_r {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .cont .page3 {
    padding: 40px 0;
  }
  .cont .index_banner {
    height: 90vh;
  }
  .cont .page1 .item_box .sw1 .swiper-slide:nth-last-child(1){
      display: none;
  }
  .cont .page1 .item_box .sw1 .swiper-slide .item:nth-last-child(1){
      display: none;
  }
  .cont .title_g a{
      display: none;
  }
  .cont .more_h5{
    display: block;
    padding-left: 5%;
}
.cont .more_h5 a {
  display: inline-block;
  border: 1px solid #0047ba;
  padding: 5px 16px;
  color: #0047ba;
  margin-top: 40px;
  transition: all 0.3s;
}
}
@media screen and (max-width: 768px) {
  
}
/*# sourceMappingURL=./index.css.map */
