.page-header-wrap .header-nav-wrap > ul > li {
  color: #fff;
}
.page-header-wrap.active .header-nav-wrap > ul > li {
  color: #4d4d4d;
}
.page-header-wrap.active .mobile-menu-btn > img:first-child {
  display: none;
}
.page-header-wrap h1 {
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}
.page-header-wrap.active h1 {
  background: url(../images/logo3.png) no-repeat center;
  background-size: contain;
}

.swiper {
  width: 100%;
  height: 100vh;
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: unset;
  left: 30px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  border-radius: 50%;
  opacity: 1;
  z-index: 1000;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 16px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2),
.swiper-pagination-bullet.swiper-pagination-bullet-active:nth-last-child(2) {
  background: #0075C1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2)::after,
.swiper-pagination-bullet.swiper-pagination-bullet-active:nth-last-child(2)::after {
  border-color: #0075C1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active > .full-page-meta-title {
  display: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2) .full-page-meta-title,
.swiper-pagination-bullet.swiper-pagination-bullet-active:nth-last-child(2) .full-page-meta-title {
  color: #0075C1;
}
.full-page-meta-title {
  display: none;
  position: absolute;
  right: -120px;
  width: 100px;
  text-align: start;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  transform: translateY(-2px);
}



/* é¦–é¡µ */
.swiper.home {
  position: relative;
}
.swiper-slide.home > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide.home .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  overflow: hidden;
}
@keyframes transformTopShowAnimation {
  0% {
    transform: translateY(-100px);
  }
  form {
    transform: translateY(0);
  }
}
.swiper-slide.home .transform.active {
  /* transform: translateY(-100px); */
  animation: transformTopShowAnimation .3s ease-out;
}
.swiper-slide.home .transform.hide {
  transform: translateY(-100px);
}
.swiper-slide.home .page-header-wrap .header-nav-wrap > ul > li:hover::after,
.swiper-slide.home .page-header-wrap .active::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  transform: translateX(-50%);
}
.swiper-slide.home .content {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  padding: 14vw 0 0 17vw;
}
.swiper-slide.home .content h2 {
  margin: 0;
  font-size: 54px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFF;
}
.swiper-slide.home .content small {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.842);
  display: flex;
  margin: 28px 0 52px;
}
.swiper-slide.home .content a {
  width: 250px;
  height: 54px;
  background: rgba(255,255,255,0.1);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  transition: background .3s;
}
.swiper-slide.home .content a:hover {
  background: rgba(0, 116, 193, 0.1);
  border-color: #0075C1;
}
.swiper-slide.home .content img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 11px;
}
@media screen and (max-width: 1280px) {
  .swiper-slide.home .content {
    max-width: 957px;
    display: flex;
    flex-direction: column;
    padding: 14vw 0 0 10vw;
  }
  .swiper-slide.home .content h2 {
    margin: 0;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFF;
  }
  .swiper-slide.home .content small {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.842);
    display: flex;
    margin: 28px 0 52px;
  }
}




/* ç®€ä»‹ */
.swiper-slide.abstract > .container {
  display: flex;
  align-items: center;
}
.swiper-slide.abstract .map {
  width: 793px;
  min-width: 793px;
  height: 625px;
  margin-right: 70px;
}
.swiper-slide.abstract .map > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1670px) {
  .swiper-slide.abstract .map {
    width: 50%;
    min-width: 50%;
    height: 525px;
    margin-right: 30px;
  }
}

.swiper-slide.abstract .desc > h2 {
  margin: 0cm;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.swiper-slide.abstract .desc > small {
  display: flex;
  margin: 6px 0 51px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
}
.swiper-slide.abstract .desc > p {
  margin: unset;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 28px;
}
.swiper-slide.abstract .desc > .row {
  display: flex;
  justify-content: space-between;
  margin: 68px 0 19px;
}
@media screen and (max-width: 1480px) {
  .swiper-slide.abstract .desc > .row {
    flex-wrap: wrap;
  }
  .swiper-slide.abstract .desc .col {
    width: 140px;
    text-align: center;
  }
}
.swiper-slide.abstract .desc > .row .t1 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4D4D4D;
}
.swiper-slide.abstract .desc > .row .t1 > span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.swiper-slide.abstract .desc > .row .small {
  margin-bottom: 70px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.swiper-slide.abstract .desc > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  transition: background 0.3s, color .3s;
}
.swiper-slide.abstract .desc > a:hover {
  background: #0075C1;
  border-color: #0075c1;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  /*.swiper-slide.abstract > .container {*/
  /*  flex-direction: column-reverse;*/
  /*  justify-content: center;*/
  /*}*/

  .swiper-slide.abstract .desc > small {
    margin: 6px 0 21px;
  }
  .swiper-slide.abstract .desc > .row {
    margin: 15px 0 19px;
  }
  .swiper-slide.abstract .desc > .row .small {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }
  .swiper-slide.abstract .desc > a {
    margin: 0 auto 30px;
  }
}



.swiper-slide.rc {
  position: relative;
}
.swiper-slide.rc > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide.rc > .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .25);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.swiper-slide.rc .container > h2 {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  /*margin: 0 0 22px;*/
  text-align: start;
}
.swiper-slide.rc .container > small {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: start;
}
.swiper-slide.rc .container > p {
  margin: 55px 0 79px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.swiper-slide.rc .container > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 52px;
  border: 1px solid #FFFFFF;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  transition: background .3s;
}
.swiper-slide.rc .container > a:hover {
  background: rgb(255, 255, 255, .2);
}
.swiper-slide.rc .container .row {
  display: flex;
  align-items: center;
}
.swiper-slide.rc .container .row > .col {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  transition: transform .3s;
}
.swiper-slide.rc .container .row > .col:hover {
  transform: scale(1.1);
}
.swiper-slide.rc .container .row > .col + .col {
  margin-left: 78px;
}
.swiper-slide.rc .container .row > .col img {
  height: 100%;
  object-fit: contain;
}
.swiper-slide.rc .container .row > .col .icon {
  height: 60px;
  margin-bottom: 17px;
}
.swiper-slide.rc .container .row .col .icon .small {
  line-height: 1.6;
}
.swiper-slide.rc:nth-child(5),
.swiper-slide.rc:nth-child(6) {
  cursor: pointer;
}

.swiper-slide.news .container.standard {
  display: flex;
  align-items: center;
}
.swiper-slide.news .container.standard .content {
  width: 100%;
}
.swiper-slide.news h2 {
  display: flex;
  justify-content: space-between;
  margin: 120px 0 40px;
}
.swiper-slide.news .title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #262626;
}
.swiper-slide.news small {
  display: inline-block;
  margin-left: 17px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.swiper-slide.news h2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 52px;
  border: 1px solid #0075C1;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0075C1;
  transition: background .3s;
}
.swiper-slide.news h2 a:hover {
  background:rgba(0, 116, 193, 0.1);
}
.swiper-slide.news .row {
  display: flex;
  align-items: center;
}
.swiper-slide.news .col {
  /* max-width: 440px; */
  /* flex: 1; */
}
.swiper-slide.news .col + .col {
  /* margin-left: 42px; */
}
/* @media screen and (max-width: 1670px) {
  .swiper-slide.news .col + .col {
    margin-left: 21px;
  }
} */
#company {
  height: 62vh;
}
.swiper-slide.news .col > .cover {
  /* width: 440px; */
  width: 100%;
  height: 260px;
}
.swiper-slide.news .col > .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.swiper-slide.news .col:hover > .cover > img {
  transform: scale(1.01);
}
.swiper-slide.news .col > h3 {
  margin: 29px 0 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.swiper-slide.news .col > p {
  margin: 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
.swiper-slide.news .col > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 45px;
  border: 1px solid #E5E5E5;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0075C1;
  margin-top: 35px;
  transition: background .3s;
}
.swiper-slide.news .col > a:hover {
  background: rgba(0, 116, 193, 0.05);
}
.swiper-slide.news .col > a > img {
  width: 14px;
  object-fit: contain;
  margin-left: 16px;
}


.swiper-slide.footer {
  height: 661px;
}


@media screen and (max-width: 1080px) {
  .swiper-pagination {
    display: none;
  }
  .swiper-slide.footer {
    height: 598px;
  }

  .swiper-slide.home .content {
    padding: 30% 30px;
    margin: 0;
    max-width: unset;
    text-align: center;
  }
  .swiper-slide.home .content small {
    justify-content: center;
  }
  .swiper-slide.home .content a {
    margin: 0 auto;
  }
  .swiper-slide.abstract > .container {
    padding: 0 30px;
    justify-content: flex-end;
  }
  .swiper-slide.abstract .desc > h2 {
    margin-top: 10%;
    text-align: center;
  }
  .swiper-slide.abstract .desc > small {
    justify-content: center;
  }
  .swiper-slide.abstract .map {
    width: 100%;
    height: unset;
    display: none;
  }
  .swiper-slide.rc .container > h2 {
    /* text-align: center; */
  }
  .swiper-slide.rc .container > a {
    /*margin: 0 auto;*/
  }
  .swiper-slide.rc .container .row {
    display: flex;
    justify-content: space-between;
  }
  .swiper-slide.rc .container .row > .col {
    flex: 1;
  }
  .swiper-slide.rc .container .row > .col + .col {
    margin: unset;
  }
  .swiper-slide.rc .container > p {
    font-size: 4.5vw;
    line-height: 1.3;
    margin: 15px 0 50px;
  }
  .swiper-slide.rc .container > a {
    width: 53vw;
    height: 12vw;
    font-size: 4vw;
  }
  .swiper-slide.news .col > h3 {
    font-size: 3.5vw;
    line-height: 1.3;
    margin: 3vw 10px 2vw;
  }
  .swiper-slide.news .col > p {
    font-size: 2.5vw;
    line-height: 1.3;
    margin: 0 10px ;
  }
}



@media screen and (max-width: 1080px) {
  .page-header-wrap h1 {
    width: 16vw;
    height: 6vw;
  }
  .swiper-slide.home .content h2 {
    font-size: 6.5vw;
    line-height: 1.5;
  }
  .swiper-slide.home .content small {
    font-size: 3.5vw;
  }
  .swiper-slide.abstract .desc > h2 {
    font-size: 6.5vw;
    margin-top: 20vw;
  }
  .swiper-slide.abstract .desc > small {
    font-size: 3.5vw;
  }
  .swiper-slide.abstract .map {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30%;
    opacity: .2;
  }
  .swiper-slide.abstract .map > img {
    width: 50%;
    height: 50%;
  }
  .swiper-slide.abstract > .container {
    justify-content: center;
    align-items: center;
  }
  .swiper-slide.abstract .desc > a {
    margin-top: 15px;
  }
  .swiper-slide.rc .container > h2 {
    padding: 0 0 10px;
    font-size: 6.5vw;
    line-height: 1.5;
  }
  .swiper-slide.rc .container > small {
    font-size: 3.5vw;
    line-height: 1.3;
  }
  .swiper-slide.rc .container .row {
    align-items: unset;
  }
  .swiper-slide.rc .container .row > .col {
    font-size: 3vw;
  }
  .swiper-slide.rc .container .row > .col + .col {
    margin-left: 6px;
  }
  .swiper-slide.rc .container .row > .col .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
  .swiper-slide.news .left {
    display: flex;
    flex-direction: column;
  }
  .swiper-slide.news .title {
    font-size: 6.5vw;
  }
  .swiper-slide.news small {
    font-size: 3.5vw;
    margin: unset;
    margin-top: 6px;
  }
  .swiper-slide.news h2 {
    margin-bottom: 20px;
  }
  .swiper-slide.news h2 a {
    width: 40vw;
    height: 36px;
    font-size: 3.5vw;
  }
  .swiper-slide.news .col > a {
    margin: 30px 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .page-header-wrap h1 {
    width: 30vw;
    height: 10vw;
  }
  .page-header-wrap .mobile-menu-btn {
    width: 10vw;
    height: 10vw;
  }
  .swiper-slide.news .col > p {
    font-size: 10px;
  }
  .swiper-slide.footer {
    height: 660px;
  }
}
