.page1{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/page1-bg.jpg);
  background-size: cover;
  background-position: center;
}
.page1 .bg{
  width: 100%;
  height: 100%;
  background-color: #002050;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
.page1 .slogan{
  height: 35.85vh;
  position: absolute;
  z-index: 2;
  left: 5%;
  top: 22.09%;
}
.page1 .bottom-slogan-list{
  height: calc(100rem / 19.2);
  position: absolute;
  left: 10%;
  bottom: 15%;
  width: 70%;
  min-width: calc(900rem / 19.2);
}
.page1 .bottom-slogan-list .slogan-item{
  transition: all .3s;
  float: left;
  padding: 1.2% 2%;
  height: 100%;
  background-color: #002D5D;
  border-radius: calc(4rem / 19.2);
  width: 20%;
  margin-right: 1%;
  cursor: pointer;
  opacity: 0.9;
}
.page1 .bottom-slogan-list .slogan-item .text{
  font-size: calc(16rem / 19.2);
  font-weight: 500;
  color: #FFFFFF;
  float: left;
  width: 70%;
  margin-top: 5%;
}
.page1 .bottom-slogan-list .slogan-item .icon-area{
  float: right;
  line-height: calc(100rem / 19.2);
  width: 30%;
}
.page1 .bottom-slogan-list .slogan-item .icon-area img{
  width: 100%;
}
.page1 .bottom-slogan-list .slogan-item .icon-area .icon.act{
  display: none;
}
.page1 .bottom-slogan-list .slogan-item:hover .icon-area .icon.act{
  display: block;
}
.page1 .bottom-slogan-list .slogan-item:hover .icon-area .icon{
  display: none;
}
.page1 .bottom-slogan-list .slogan-item .text .en{
  font-size: calc(12rem / 19.2);
  height: 100%;
  font-weight: 300;
  opacity: 0.2;
  margin-top: 5%;
}
.page1 .bottom-slogan-list .slogan-item.act {
  background-color: #fff;
}
.page1 .bottom-slogan-list .slogan-item.act .text{
  color: #2779E5;
}
.page1 .bottom-slogan-list .slogan-item.act .text .en{
  opacity: 1;
}
.page1 .bottom-slogan-list .slogan-item.act .icon-area .icon.act{
  display: block;
}
.page1 .bottom-slogan-list .slogan-item.act .icon-area .icon{
  display: none;
}
.page1 .bottom-slogan-list .slogan-item:hover {
  background-color: #fff;
}
.page1 .bottom-slogan-list .slogan-item:hover .text{
  color: #2779E5;
}
.page1 .bottom-slogan-list .slogan-item:hover .text .en{
  color: #2779E5;
  opacity: 1;
}
.page2{
  overflow: hidden;
  height: 100%;
}
.page2 .data-item{
  float: left;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: calc(100% / 3);
  height: 50%;
  background-size: cover;
  font-weight: 100;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.page2 .data-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .7s;
  position: absolute;
  left: 0;
  top: 0;
}
.page2 .data-item .mask{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #002D5D;
  opacity: 0.66;
  transition: all .3s;
}
.data-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page2 .data-item-content > p{
  position: relative;
}
.page2 .data-item-content > p .num{
  font-size: calc(80rem / 19.2);
  font-weight: bold;
  color: #52ADFF;
  transition: color 0.3s;
}
.page2 .data-item-content > p .unit{
  font-size: calc(22rem / 19.2);
  color: #52ADFF;
  opacity: 0.6;
}
.page2 .data-item .text1{
  position: relative;
}
.page2 .data-item .text1 .text{
  font-size: calc(24rem / 19.2);
  font-weight: 400;
  color: #52ADFF;
  transition: color 0.3s;
}
.page2 .data-item .text1 .text-en{
  font-size: calc(12rem / 19.2);
  font-weight: 300;
  color: #52ADFF;
  opacity: 0.8;
  margin-top: calc(16rem / 19.2);
  transition: color 0.3s;
}
.page2 .data-item:hover img{
  transform: scale(1.1);
}
.page2 .data-item:hover .num,
.page2 .data-item:hover .unit{
  color: #fff;
}
.page2 .data-item:hover .mask{
  background: #0060DF;
  opacity: 0.6;
}
.page2 .data-item:hover>p .num{
  color: #fff;
}
.page2 .data-item:hover>p .unit{
  color: #fff;
}
.page2 .data-item:hover .text1 .text{
  color: #fff;
}
.page2 .data-item:hover .text1 .text-en{
  color: #fff;
}
.page3{
  width: 100%;
  height: 100%;
}
.page3 .left{
  position: relative;
  width: 50%;
  height: 100%;
}
.page3 .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page3 .left .representative-img{
  position: absolute;
  left: 0;
  top: 0;
}
.page3 .left .ai-img{
  position: absolute;
  left: 0;
  top: 0;
}
.page3 .right{
  position: relative;
  width: 50%;
  height: 100%;
}
.page3 .right .ai-box{
  width: 100%;
  height: 100%;
}
.page3 .right .ai-box .ai-box-bg{
  width: 100%;
  height: 100%;
  position: relative
}
.page3 .right .ai-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page3 .right .representative-box{
  /* width: 80%;
  height: 80%;
  position: absolute;
  left: 5%;
  top: 5%; */
  width: 100%;
  height: 100%;
  position: relative
}
.page3 .right .representative-box .vr-box-bg{
  width: 100%;
  height: 100%;
  position: relative
}
.page3 .right .representative-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page3 .right .representative-box .title{
  font-size: calc(40rem / 19.2);
  font-weight: 500;
  color: #FFFFFF;
}
.page3 .right .representative-box .title .en{
  font-size: calc(14rem / 19.2);
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.3;
}
.page3 .right .representative-box .text{
  margin-top: calc(20rem / 19.2);
  font-size: calc(20rem / 19.2);
  font-weight: 300;
  color: #FFFFFF;
  line-height: calc(36rem / 19.2);
  text-align: justify;
}
.page3 .right .representative-box .text p{
  margin-bottom: calc(20rem / 19.2);
}
.page3 .right .representative-box .text p span{
  opacity: 0.8;
}
.page3 .right .representative-box .text p span.bold{
  font-weight: bold;
  font-size: calc(22rem / 19.2);
  opacity: 1;
}
.page3 .right .representative-box .btn {
  border: calc(1rem / 19.2) solid #fff;
  border-radius: calc(20rem / 19.2);
  display: inline-block;
  padding: calc(6rem / 19.2) calc(10rem / 19.2);
}
.page3 .right .representative-box .btn img{
  width: calc(13rem / 19.2);
  height: calc(12rem / 19.2);
  display: inline-block;
  vertical-align: text-top;
  margin-left: calc(5rem / 19.2);
}
.page3 .bottom-btn{
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(540rem / 19.2);
  /* width: 30%; */
  height: 15.58%;
  transform: translate(-50%);
  background-color: rgba(0, 0, 0,.7);
}
.page3 .bottom-btn .btnl, .page3 .bottom-btn .btnr{
  width: 50%;
  padding: calc(25rem / 19.2) calc(35rem / 19.2);
  box-sizing: border-box;
  position: relative;
  height: 100%;
  cursor: pointer;
  transition: background-color .3s;
}
.page3 .bottom-btn .btnl:hover .title, .page3 .bottom-btn .btnr:hover .title{
  margin-top: calc(12rem / 19.2);
}
.page3 .bottom-btn .btnr.act {
  background-color: #0079ED;
  box-shadow: calc(0rem / 19.2) calc(0rem / 19.2) calc(24rem / 19.2) calc(0rem / 19.2) rgba(0, 96, 188, 0.44);
}
.page3 .bottom-btn .btnr .title .img2, .page3 .bottom-btn .btnl .title .img2{
  display: none;
}
.page3 .bottom-btn .btnr.act .title .img2,.page3 .bottom-btn .btnl.act .title .img2{
  display: inline-block;
}
.page3 .bottom-btn .btnr.act .title .img1, .page3 .bottom-btn .btnl.act .title .img1{
  display: none;
}
.page3 .bottom-btn .btnl .title img,
.page3 .bottom-btn .btnr .title img{
  width: calc(20rem / 19.2);
}
.page3 .bottom-btn .btnr.act .title {
  margin-top: calc(12rem / 19.2);
}
.page3 .bottom-btn .btnl.act {
  background-color: #9E46ED;
}
.page3 .bottom-btn .btnl.act .title {
  margin-top: calc(12rem / 19.2);
}
.page3 .bottom-btn .top-color{
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: calc(15rem / 19.2);
}
.page3 .bottom-btn .title{
  color: #fff;
  font-size: calc(16rem / 19.2);
  font-weight: 500;
  transition: margin .3s;
}
.page3 .bottom-btn .title-en{
  color: #fff;
  font-size: calc(12rem / 19.2);
  font-weight: 400;
  opacity: 0.6;
  margin-top: calc(10rem / 19.2);
}
.page3 .bottom-btn .arrow{
  position: absolute;
  left: 5%;
  bottom: 14.5%;
  width: calc(19rem / 19.2);
}
.page3 .bottom-btn .arrow img {
  width: 100%;
}
.page4{
  width: 100%;
  height: 100%;
  position: relative;
}
.page4 .content{
  width: 75%;
  height: 88%;
  position: relative;
  top: 6%;
  margin: 0 auto;
  overflow: hidden;
}
.page4 .content .title{
  height: calc(40rem / 19.2);
  /* margin-bottom: calc(10rem / 19.2); */
}
.page4 .content .title p{
  font-weight: 500;
  color: #00204D;
  line-height: calc(36rem / 19.2);
  font-size: calc(28rem / 19.2);
}
.page4 .content .title p span{
  font-weight: 300;
  color: #002050;
  opacity: 0.8;
  font-size: calc(12rem / 19.2);
  display:inline-block;
  vertical-align:middle;
  margin-left: calc(13rem / 19.2);
}
.page4 .content .content-area{
  width: 100%;
  height: calc(100% - calc(50rem / 19.2) - calc(40rem / 19.2));
}
.page4 .content .content-area .news-item{
  width: 30%;
  height: 45%;
  /* margin: calc(10rem / 19.2) 0; */
  background: #FFFFFF;
  border: calc(2rem / 19.2) solid #E9E9E9;
  border-radius: calc(5rem / 19.2);
  overflow: hidden;
  margin: 1% 0;
}
.page4 .content .content-area .news-item:nth-child(2) {
  margin: 1% 4%;
}
.page4 .content .content-area .news-item:nth-child(5) {
  margin: 1% 4%;
}
.page4 .content .content-area .news-item:hover .bottom .text{
  color: #2779E5;
}
.page4 .content .content-area .news-item .news-img{
  width: 100%;
  height: 62.5%;
}
.page4 .content .content-area .news-item .news-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page4 .content .content-area .news-item .bottom{
  width: 100%;
  height: 37.5%;
  padding: calc(5rem / 19.2) calc(10rem / 19.2);
  box-sizing: border-box;
  color: #333;
  font-size: calc(16rem / 19.2);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.page4 .content .content-area .news-item .bottom .text{
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
}
.page4 .content .content-area .news-item .bottom .time{
  color: #666;
  font-size: calc(12rem / 19.2);
}
.page4 .content .pageNumber{
  height: calc(24rem / 19.2);
  line-height: calc(24rem / 19.2);
  color: #333;
  font-size: calc(14rem / 19.2);
  overflow: hidden;
}
.page4 .content .pageNumber .page-num{
  margin: 0 calc(7rem / 19.2);
  cursor: pointer;
  padding: 0 calc(10rem / 19.2);
}
.page4 .content .pageNumber .page-num.act{
  background-color: #002050;
  border-radius: calc(17rem / 19.2);
  padding: 0 calc(20rem / 19.2);
  color: #fff;
}
.page4 .content .pageNumber .prev,
.page4 .content .pageNumber .next,
.page4 .content .pageNumber .end,
.page4 .content .pageNumber .start
{
  margin: 0 calc(17rem / 19.2);
  cursor: pointer;
}
.page4 .content .pageNumber .total{
  background-color: #002050;
  color: #fff;
  border-radius: calc(17rem / 19.2);
  padding: 0 calc(10rem / 19.2);
  margin-left: calc(17rem / 19.2);
}
.page5{
  width: 100%;
  height: 100%;
  position: relative;
}
.page5 .content{
  width: 100%;
  height: 90%;
  position: relative;
  top: 5%;
  margin: 0 auto;
  overflow: hidden;
}
.page5 .content .title{
  color: #00204D;
  font-size: calc(28rem / 19.2);
  text-align: center;
  height: calc(60rem / 19.2);
}
.page5 .content .title .en{
  font-size: calc(12rem / 19.2);
  font-weight: 300;
  color: #002050;
  line-height: calc(25rem / 19.2);
  opacity: 0.8;
}
.page5 .content .logo-wall{
  margin-top: calc(20rem / 19.2);
  width: 100%;
  height: calc(100% - calc(60rem / 19.2) - calc(20rem / 19.2));
}
.page5 .content .logo-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page5 .content .logo-wall .line-logos1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 25%;
}
.page5 .content .logo-wall .line-logos1 .single-logo,
.page5 .content .logo-wall .line-logos2 .single-logo{
  width: calc(100% / 6);
  height: 100%;
  cursor: pointer;
}
.page5 .content .logo-wall .line-logos1 .single-logo img,
.page5 .content .logo-wall .line-logos2 .single-logo img{
  transition: all .2s;
}
.page5 .content .logo-wall .line-logos1 .single-logo:hover img,
.page5 .content .logo-wall .line-logos2 .single-logo:hover img{
  transform: scale(1.1);
}
.page5 .content .logo-wall .line-logos2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 25%;
}
.page5 .content .logo-wall .line-logos1 .single-logo:nth-child(2n) {
  background-color: #E9E9E9;
}
.page5 .content .logo-wall .line-logos2 .single-logo:nth-child(2n + 1) {
  background-color: #E9E9E9;
}
.page6{
  width: 100%;
  height: 100%;
}
.page6 .content{
  width: 85%;
  height: 90%;
  position: relative;
  top: 5%;
  margin: 0 auto;
  /* overflow: hidden; */
  z-index: 2;
}
.page6 .content .title{
  color: #FFF;
  font-size: calc(28rem / 19.2);
  text-align: center;
}
.page6 .content .title .en{
  font-size: calc(12rem / 19.2);
  font-weight: 300;
  color: #fff;
  line-height: calc(25rem / 19.2);
  opacity: 0.8;
}
.page6 .content #certify{
  position: relative;
  width: 90%;
  margin: 5% auto;
  height: 60%;
}

.page6 .content #certify .swiper-container {
  padding-bottom: calc(60rem / 19.2);
}

.page6 .content #certify .swiper-slide {
  /* width: calc(475rem / 19.2); */
  /* height: calc(318rem / 19.2); */
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 300ms;
  transform: scale(0.6);
}
.page6 .content #certify .swiper-slide .top-img{
  width: 100%;
}
.page6 .content #certify .swiper-slide-active,
.page6 .content #certify .swiper-slide-duplicate-active {
  transform: scale(1);
}
.page6 .content #certify .swiper-slide-next{
  transform: scale(0.8);
  z-index: 998 !important;
}
.page6 .content #certify .swiper-slide-prev{
  transform: scale(0.8);
}
.page6 .content #certify .swiper-slide-active {
  z-index: 999 !important;
}
.page6 .content #certify .swiper-slide p {
  line-height: calc(40rem / 19.2);
  padding-top: 0;
  text-align: center;
  color: #636363;
  margin: 0;
  background-color: #fff;
  width: 100%;
  font-size: calc(18rem / 19.2);
}

.page6 .content #certify .swiper-pagination {
  width: 100%;
}

.page6 .content #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 calc(5rem / 19.2);
  background-color: #d5d5d5;
  width: calc(8rem / 19.2);
  height: calc(8rem / 19.2);
  opacity: 1;
}

.page6 .content #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #0091FF;
}

.page6 .content #certify .swiper-button-prev {
  left: calc(-60rem / 19.2);
  width: calc(45rem / 19.2);
  height: calc(45rem / 19.2);
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}

.page6 .content #certify .swiper-button-prev:hover {
  background-position: 0 calc(-46rem / 19.2);
  background-size: 100%
}

.page6 .content #certify .swiper-button-next {
  right: calc(-60rem / 19.2);
  width: calc(45rem / 19.2);
  height: calc(45rem / 19.2);
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 calc(-93rem / 19.2);
  background-size: 100%;
  transform: translateY(-50%);
}

.page6 .content #certify .swiper-button-next:hover {
  background-position: 0 calc(-139rem / 19.2);
  background-size: 100%
}
.bgimg{
  position: absolute;
  left: 0;
  top: calc(70rem / 19.2);
  width: 100%;
  height: 100%;
}
.bgimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.page7 {
  width: 100%;
  height: 100%;
}
.page7 .left{
  position: relative;
  width: 45%;
  height: 100%;
}
.page7 .right{
  width: 55%;
  position: relative;
  height: 100%;
}
.page7 .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.page7 .bgcolor{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00246F;
  opacity: 0.15;
}
.page7 .contact-content-info{
  position: relative;
  left: 0%;
  top: 0%;
  padding-left: 40%;
  padding-top: 10%;
}
.page7 .contact-content-info .contact-header p{
  font-size: calc(28rem / 19.2);
  color: #fff;
}
.page7 .contact-content-info .contact-header span{
  font-size: calc(12rem / 19.2);
  opacity: 0.8;
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(13rem / 19.2);
}
.page7 .contact-content-info .content-info{
  margin-top: 4%;
}
.page7 .contact-content-info .content-info .title{
  font-size: calc(16rem / 19.2);
  font-weight: 400;
  opacity: 0.5;
  margin-top: calc(40rem / 19.2);
}
.page7 .contact-content-info .content-info .info{
  font-size: calc(16rem / 19.2);
  font-weight: 400;
  margin-top: calc(10rem / 19.2);
}
.page7 .contact-content-info .content-qrcode{
  margin-top: 4%;
}
.page7 .contact-content-info .content-qrcode .title{
  font-size: calc(16rem / 19.2);
  font-weight: 400;
  opacity: 0.5;
  margin-top: calc(53rem / 19.2);
}
.page7 .contact-content-info .content-qrcode .qrcode{
  width: calc(149rem / 19.2);
  height: calc(149rem / 19.2);
  margin-top: calc(10rem / 19.2);
}
.page7 .contact-content-info .content-qrcode .qrcode img{
  width: 100%;
  height: 100%;
}
.page7-bot{
  width: 100%;
  height: calc(50rem / 19.2);
  background-color: #002050;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: calc(50rem / 19.2);
}
.page7-bot .p7-content{
  text-align: center;
  font-size: calc(14rem / 19.2);
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.5;
}