﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.amn3 {
  transition: all ease-out 0.3s 0s;
  -webkit-transition: all ease-out 0.3s 0s;
  -moz-transition: all ease-out 0.3s 0s;
  -o-transition: all ease-out 0.3s 0s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ov {
  overflow: hidden;
}
.flex-a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-e {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-s {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
/* body{ */
/* overflow: hidden; */
/* } */
body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
body {
  -ms-overflow-style: none;
  overflow: -moz-hidden-unscrollable;
  overflow: -moz-scrollbars-none;
}
#fullpage {
  position: relative;
}
.top {
  width: 100%;
  height: 80px;
  /* height: 4.166vw; */
  position: fixed;
  /* position: absolute; */
  top: 0;
  z-index: 9999;
}
.top:hover {
  background: rgba(255, 255, 255, 0.9);
}
.logo {
  /* width: 15.625vw; */
  width: 300px;
  height: 100%;
  /* background: #005bab; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.logo a {
  display: block;
  width: 168px;
  height: 46px;
  background-image: url("../images/logo.png");
  background-size: cover;
}
.top:hover .logo,
.top-bg .logo {
  background-color: transparent;
}
.top:hover .logo a,
.top-bg .logo a {
  background-image: url("../images/logo2.png");
}
.logo img {
  display: none;
  /* width: 8.75vw;
    height: 2.39vw; */
}
.top > .fr {
  width: calc(100vw - 300px);
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
}
.top-bg > .fr {
  background: none;
}
.top:hover > .fr {
  background: none;
}
.top-bg {
  background: rgba(255, 255, 255, 0.9) !important;
}
.nav {
  /* width: 40.989vw; */
  text-align: center;
}
.nav li {
  position: relative;
  width: 9.375vw;
}
.nav li > a {
  display: block;
  /*line-height: 4.166vw;*/
  line-height: 80px;
  font-size: 18px;
  /* font-size: 0.9375vw; */
  color: #fff;
}
.nav li:hover > a {
  background: url("../images/B06.jpg") no-repeat center top;
  color: #005bab;
}
.top:hover ul li > a,
.top-bg ul li > a {
  color: #333;
}
.top:hover ul li:hover > a,
.top-bg ul li:hover > a {
  color: #005bab;
}
.top:hover .search,
.top-bg .search {
  background: url("../images/S01.png") no-repeat center/cover;
}
.sub-nav {
  display: none;
  position: absolute;
  width: 9.375vw;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  /* transform: translate(-25%); */
  padding-top: 6px;
  /* top: 4.166vw; */
  top: 80px;
}
.sub-nav a {
  display: block;
  height: 48px;
  /* height: 2.5vw; */
  color: rgba(255, 255, 255, 0.7);
  /* font-size: 0.8333vw; */
  font-size: 16px;
  /* line-height: 2.5vw; */
  line-height: 48px;
}
.sub-nav a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.s-l {
  width: 13.59375vw;
}
.search {
  width: 1.25vw;
  height: 1.25vw;
  background: url("../images/S01.png") no-repeat center/cover;
  margin-right: 1.823vw;
  display: none;
}
.top:hover .search,
.top-bg .search {
  background: url("../images/S01.2.png") no-repeat center/cover;
}
.top:hover .language,
.top-bg .language {
  color: #333;
  background: url("../images/L01.2.png") no-repeat left center/1.25vw;
}
.language {
  width: 2.8125vw;
  height: 1.25vw;
  background: url("../images/L01.png") no-repeat left center/1.25vw;
  padding-left: 1.771vw;
  color: #fff;
  font-size: 0.8333vw;
  line-height: 1.25vw;
  margin-right: 2.396vw;
}
.language:hover {
  color: #005bab !important;
  background: url("../images/L01.3.png") no-repeat left center/1.25vw !important;
}
.s-box {
  cursor: pointer;
  position: absolute;
  bottom: 6.979vh;
  left: 48.75vw;
  width: 2.5vw;
  height: 2.5vw;
  background: url("../images/B36.png") no-repeat center/cover;
  z-index: 99999;
  -webkit-animation: moving alternate 0.5s infinite;
  animation: moving alternate 0.5s infinite;
}

@keyframes moving {
  0% {
    bottom: 6.979vh;
  }
  100% {
    bottom: calc(6.979vh - 10px);
  }
}
@-webkit-keyframes moving {
  0% {
    bottom: 6.979vh;
  }
  100% {
    bottom: calc(6.979vh - 10px);
  }
}

.panel {
  width: 100vw;
  /* height: 100vh; */
  overflow: hidden;
}
.section1 {
  position: relative;
}
.swiper1 {
  width: 100vw;
}
.swiper1 img {
  width: 100vw;
  height: 100vh;
}
.swiper1 .swiper-slide.active {
  animation: goleft 5s;
}
@keyframes goleft {
  0% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.swiper1 .swiper-slide.active .t-box {
  animation: boxleft 2s;
  opacity: 1;
}
@keyframes boxleft {
  0% {
    opacity: 0;
    margin-left: 36vw;
  }
  25% {
    opacity: 0.25;
    /* margin-left: 27vw; */
  }
  50% {
    opacity: 0.5;
    /* margin-left: 18vw; */
  }
  75% {
    opacity: 0.75;
    /* margin-left: 9vw; */
  }
  100% {
    opacity: 1;
    margin-left: 0vw;
  }
}
.swiper1 .swiper-slide:nth-child(2n + 1).active .t-box {
  animation: boxleft2 2s;
  opacity: 1;
}
@keyframes boxleft2 {
  0% {
    opacity: 0;
    margin-left: 36vw;
  }
  25% {
    opacity: 0.25;
    /* margin-left: 27vw; */
  }
  50% {
    opacity: 0.5;
    /* margin-left: 18vw; */
  }
  75% {
    opacity: 0.75;
    /* margin-left: 9vw; */
  }
  100% {
    opacity: 1;
    margin-left: 12.8vw;
  }
}
.t-box {
  opacity: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 21.71875vw;
  z-index: 3;
  /* display: none!important; */
}
.swiper1 .swiper-slide:nth-child(2n + 2) .t-box {
  top: 17.71875vw;
  padding-left: 25vw;
  text-align: left;
}
.swiper1 .swiper-slide:nth-child(2n + 2) .t-box p {
  font-size: 3.8vw;
  margin-top: 3.8vw;
  line-height: 3.8vw;
}
.swiper1 .swiper-slide:nth-child(2n + 2) .t-box h1 {
  text-align: left;
  font-size: 3.8vw;
  line-height: 3.8vw;
}
.swiper1 .swiper-slide:nth-child(2n + 2) .t-box span {
  background: url("../images/30.png");
  background-size: cover;
  width: 12.29vw;
  height: 12.5vw;
}
.swiper1 .swiper-slide:nth-child(2n + 1) .t-box {
  top: 23.71875vw;
  margin-left: 12.8vw;
  text-align: left;
  border-left: 0.28vw solid #fff;
  padding-left: 1.2vw;
}
.swiper1 .swiper-slide:nth-child(2n + 1) .t-box p {
  font-size: 2.3vw;
  margin-top: 0vw;
  line-height: 2.3vw;
  /* position: relative; */
  /* top: 1vw; */
}
.swiper1 .swiper-slide:nth-child(2n + 1) .t-box h1 {
  text-align: left;
  font-size: 2.9vw;
  line-height: 2.9vw;
  margin-top: 1.5vw;
}
.swiper1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper1 span {
  font-size: 13vw;
  line-height: 13vw;
  position: absolute;
  left: 10vw;
  color: #fff;
}
.swiper1 span b {
  font-weight: normal;
  font-size: 3.266vw;
  line-height: 3.666vw;
  width: 2em;
  position: absolute;
  top: 0;
  left: 15vw;
}
.swiper1 p {
  font-size: 1.666vw;
  color: #fff;
  line-height: 2.916vw;
}
.swiper1 h1 {
  text-align: center;
  font-size: 4.166vw;
  color: #fff;
  line-height: 5.521vw;
  font-weight: normal;
  margin-top: 1vw;
}
.colorbg {
  width: 100%;
  height: 100%;
  /* background-color: rgba(4,23,29,.3); */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.swiper1-pagination {
  display: block !important;
  position: absolute;
  top: 50vh;
  right: 0;
  width: 60px;
  height: auto;
  z-index: 999;
}
.swiper1-pagination span {
  font-size: 18px;
  display: block;
  color: #fff;
  background: none;
  line-height: 36px;
  height: 36px;
  margin-bottom: 10px;
  text-align: center;
  width: 60px;
  opacity: 1;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  position: relative;
}
.swiper1-pagination span hr {
  display: none;
  width: 100%;
  height: 2px;
  border: none;
  background: #fff;
  position: absolute;
  bottom: -2px;
}
.swiper1-pagination .swiper-pagination-bullet-active hr {
  display: block;
  animation: hra 15s;
}
@keyframes hra {
  0% {
    width: 0px;
  }
  100% {
    width: 100px;
  }
}
/* .btn {
  position: absolute;
  top: 50vh;
  width: 28px;
  height: 50px;
  background-position: center;
  z-index: 999;
  cursor: pointer;
}
.swiper1-button-prev {
  left: 3.958vw;
  background-image: url('../images/R01.png');
}
.swiper1-button-next {
  right: 3.958vw;
  background-image: url('../images/L02.png');
}
.swiper1-button-prev:hover {
  left: 3.958vw;
  background-image: url('../images/R01.2.png');
}
.swiper1-button-next:hover {
  right: 3.958vw;
  background-image: url('../images/L02.2.png');
} */
.section2 {
  background: url("../images/B01.jpg") no-repeat center/cover;
}
.j-box1 {
  width: 25vw;
  height: 100vh;
  padding: 7.34375vh 4.6875vw 0 4.1666vw;
  background: rgba(255, 255, 255, 0.2);
}
.box-cn p {
  text-transform: uppercase;
  font-size: 1.875vw;
  color: #bbc0ca;
  line-height: 3.125vw;
}
.box-cn h1 {
  font-size: 3.125vw;
  color: #333;
  font-weight: normal;
  line-height: 4.4792vw;
}
.box-cn hr {
  width: 1px;
  height: 6.771vh;
  border: none;
  background: #5181c2;
  margin-top: 1.771vh;
}
.box-cn span {
  display: block;
  /* font-size: 16px; */
  font-size: 0.8333vw;
  line-height: 1.5625vw;
  margin-top: 1.3021vw;
  color: #666;
}
.j-box2 {
  width: 75vw;
  flex-wrap: wrap;
}
.j-box2 li {
  width: 25vw;
  float: left;
  height: 50vh;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
}
.j-box2 li:nth-child(2n + 2) {
  background: rgba(239, 241, 242, 0.9);
}
.j-box2 li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 12.3958vh;
  position: absolute;
}
.j-box2 li:hover .a-active {
  top: 0;
}
.a-box1 {
  top: 0;
}
.j-box2 li:hover .a-box1 {
  /* display: none!important; */
  top: 50vh;
}
.a-active {
  width: 100%;
  position: absolute;
  top: -50vh;
  background-image: url("../images/B09.1.jpg");
  background-size: cover;
  color: #fff;
}
.j-box2 li:nth-child(2) .a-active {
  background-image: url("../images/B09.4.jpg");
}
.j-box2 li:nth-child(3) .a-active {
  background-image: url("../images/B09.2.jpg");
}
.j-box2 li:nth-child(4) .a-active {
  background-image: url("../images/B09.5.jpg");
}
.j-box2 li:nth-child(5) .a-active {
  background-image: url("../images/B09.3.jpg");
}
.a-active h1,
.a-active p {
  color: #fff !important;
}
.a-active hr {
  background: #fff !important;
}
.a-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 67, 97, 0.5);
  z-index: 1;
}
.a-box2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
  color: #fff;
}
.a-box3 {
  /* width: 32px;
height: 32px; */
  height: 1.666vw;
  width: 1.666vw;
  background: url("../images/B10.png");
  background-size: 1.666vw;
  margin-top: 1.875vh;
}
.j-box2 li:last-child .a-box3 {
  opacity: 0;
  background: url("../images/B10.2.png");
  background-size: 1.666vw;
  transition: all ease-out 0.2s 0s;
}
.j-box2 li:last-child:hover .a-box3 {
  opacity: 1;
  transition: all ease-out 0.2s 0s;
}
.j-box2 li a h1 {
  font-size: 1.1458vw;
  color: #333;
  font-weight: normal;
  line-height: 3.2292vw;
}
.j-box2 li a p {
  font-size: 0.8333vw;
  color: #666;
  line-height: 2.7083vw;
}
.j-box2 li a hr {
  width: 1.666vw;
  height: 1px;
  border: none;
  background: #005bab;
}
.j-box2 li a {
  background-repeat: no-repeat;
  background-position: center;
}
.j-box2 li a .icon-box {
  width: 5vw;
  height: 5vw;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin-bottom: 1.875vh;
}
.video-box {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.g-box1 {
  width: 50vw;
  height: 100vh;
  background: url("../images/B02.jpg") no-repeat center/cover;
}
.g-box1 li {
  width: 25vw;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 12.1875vh;
}
.g-box1 li div {
  display: flex;
  justify-content: center;
}
.g-box1 li h1 {
  font-size: 2.5vw;
  color: #fff;
  line-height: 4.0625vw;
}
.g-box1 li span {
  color: #fff;
  font-size: 1.042vw;
  line-height: 2.77vw;
}
.g-box1 li p {
  font-size: 0.9375vw;
  color: #d4deea;
  line-height: 0.9375vw;
}
.g-box2 {
  width: 50vw;
  height: 100vh;
  padding: 14.5833vh 8.073vw 0 5.0677vw;
  background: url("../images/B04.jpg") no-repeat center bottom/cover;
}
.m-btn {
  display: block;
  width: 7.8125vw;
  height: 4.792vh;
  border-radius: 4.792vh;
  line-height: 4.792vh;
  color: #fff;
  font-size: 0.8333vw;
  background: url("../images/B03.png") no-repeat 5.4166vw center #005bab;
  margin-top: 7.292vh;
  padding-left: 1.5625vw;
  transition: all ease-out 0.3s 0s;
}
.m-btn:hover {
  color: #fff;
  font-size: 0.8333vw;
  background: url("../images/B03.png") no-repeat calc(5.4166vw + 5px) center
    #005bab;
  margin-top: 7.292vh;
  padding-left: calc(1.5625vw + 5px);
  transition: all ease-out 0.3s 0s;
}
.g-box3 {
  margin-top: 17.9166vh;
}
.g-box3 ul {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: baseline;
  /* flex-wrap: wrap; */
}
.g-box3 li {
  margin-right: 2.865vw;
}
.g-box3 li p {
  white-space: nowrap;
  margin-top: 1.5625vh;
  font-size: 14px;
}
.g-box3 li img {
  display: block;
  margin: 0 auto;
}
.g-box3 li:nth-child(1) img {
  width: 6.458vw;
  height: auto;
}
.g-box3 li:nth-child(2) img {
  width: 4.166vw;
  height: auto;
}
.g-box3 li:nth-child(3) img {
  width: 3.229vw;
  height: auto;
}

.section5 {
  background: url("../images/B05.png") no-repeat left bottom/auto;
  background-color: #f4f5f6;
}
.n-box1 {
  width: 25vw;
  height: 100%;
}
.swiper2 {
  width: 75vw;
  height: 100vh;
  overflow: hidden;
}
.swiper2 .swiper-slide {
  width: 25vw;
  border-left: 1px solid #e3e6ea;
  padding: 18.958vh 2.5vw 0;
}
.sw2-imgbox {
  width: 19.792vw;
  height: auto;
  margin: 3.4375vh 0 2.708vh;
  overflow: hidden;
}
.swiper2 .swiper-slide img {
  width: 100%;
  transition: all ease-out 0.3s 0s;
  height: 13.055vw;
}
.swiper2 .swiper-slide:hover img {
  transform: scale(1.1);
  transition: all ease-out 0.3s 0s;
}
.swiper2 .swiper-slide span {
  display: block;
  font-size: 0.9375vw;
  color: #005bab;
  line-height: 2.8125vw;
}
.swiper2 .swiper-slide h1 {
  font-size: 1.1458vw;
  color: #333;
  line-height: 1.666vw;
  font-weight: normal;
}
.swiper2 .swiper-slide p {
  font-size: 0.8333vw;
  color: #333;
  line-height: 1.666vw;
  font-weight: normal;
  line-height: 1.458vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.more {
  width: 7.8125vw;
  height: 2.396vw;
  line-height: 2.292vw;
  border-radius: 2.396vw;
  color: #005bab;
  border: 1px solid #005bab;
  text-align: center;
  margin-top: 7.8125vh;
  font-size: 0.8333vw;
}
.swiper2 .swiper-slide:hover {
  background: #fdfdfd;
}
.swiper2 .swiper-slide:hover h1 {
  color: #005bab;
}
.swiper2 .swiper-slide:hover .more {
  background: #005bab;
  color: #fff;
}
.p-n-btn {
  margin-top: 8.021vh;
  justify-content: start;
}
.swiper2-btn {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  border: 1px solid #b2b6bb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.521vw auto;
  margin-left: 1.666vw;
  cursor: pointer;
}
.swiper2-btn:hover {
  background-color: #005bab;
  border: 1px solid #005bab;
}
.swiper2-button-prev {
  background-image: url("../images/B07.png");
  margin-left: 0.5vw;
}
.swiper2-button-prev:hover {
  background-image: url("../images/B07.2.png");
}
.swiper2-button-next {
  background-image: url("../images/B08.png");
}
.swiper2-button-next:hover {
  background-image: url("../images/B08.2.png");
}

.footer {
  width: 100vw;
  height: 41.666vh !important;
}
.bottom-box1 {
  height: 35.4166vh;
  background: #1f2c44;
  padding: 6.354vh 8.802vw 0 8.177vw;
  display: flex;
  justify-content: space-between;
}
.bottom-box2 {
  height: 6.25vh;
  background: #1b283f;
  padding: 0 8.802vw 0 8.177vw;
}
.bottom-nav {
  width: 56.094vw;
  align-items: flex-start;
}
.bottom-nav li {
  display: flex;
  justify-content: start;
  flex-direction: column;
}
.bottom-nav li > a {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.666vw;
}
.bottom-nav li hr {
  width: 15px;
  height: 1px;
  border: none;
  background: #8f96a2;
  margin: 5px 0;
}
.bottom-subnav a {
  display: block;
  font-size: 0.8333vw;
  color: #a9acb2;
  line-height: 1.666vw;
  position: relative;
  left: 0;
  transition: all ease-out 0.3s 0s;
}
.bottom-subnav a:hover {
  color: #fff;
  left: 5px;
  transition: all ease-out 0.3s 0s;
}
.ewm img {
  width: 6.875vw;
  height: 6.875vw;
}
.ewm p {
  text-align: center;
  color: #d6d7da;
  font-size: 0.729vw;
  margin-top: 15px;
}
.bottom-box2 p {
  color: #93969e;
  font-size: 0.729vw;
  line-height: 6.25vh;
}
.bottom-box2 p a {
  color: #93969e;
  font-size: 0.729vw;
}
.bottom-box2 img {
  width: 0.9375vw;
  height: auto;
}

.index-backtop {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("../images/B34.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #005bab;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
}

/* about */
.wh {
  width: 72.916vw;
  /* width: 1200px; */
  margin: 0 auto;
}
.ab-box1 {
  width: 100vw;
  height: 20.833vw;
}
.ab-box1 img {
  width: 100%;
  height: 100%;
}
.ab-box2 {
  height: 4.166vw;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.ab-nav a {
  display: block;
  height: 4.166vw;
  font-size: 0.9375vw;
  line-height: 4.166vw;
  color: #666666;
}
.ab-nav li {
  margin-left: 3.646vw;
}
.ab-nav li:first-child {
  margin-left: 0;
}
.ab-nav li:hover a {
  color: #005bab;
  /* border-bottom:4px solid #005bab ; */
  border-bottom: 0.20833vw solid #005bab;
}
.ab-nav li.active a {
  color: #005bab;
  border-bottom: 0.20833vw solid #005bab;
}
.backtop {
  display: flex;
  align-items: center;
  height: 4.166vw;
  /* width: 5.625vw; */
  width: 108px;
  padding-left: 1.66vw;
  /* padding-left: 32px; */
  font-size: 0.833vw;
  color: #666;
  background: url("../images/B12.png") no-repeat left center/1.25vw;
  flex-shrink: 0;
  white-space: nowrap;
}
.ab-box3 {
  width: 100vw;
  height: 37.5vw;
  background: url("../images/B13.jpg");
  background-size: cover;
  padding-top: 4.323vw;
}
.ab-box3 .fl {
  width: 34.271vw;
}
.ab-box3 .fl h1 {
  font-weight: normal;
  color: #333;
  font-size: 2.5vw;
  line-height: 5vw;
}
.ab-box3 .fl h2 {
  font-weight: normal;
  color: #005bab;
  font-size: 1.1458vw;
  line-height: 1.875vw;
}
.ab-box3 .fl hr {
  border: none;
  background: #005bab;
  height: 2px;
  width: 3.333vw;
  margin-bottom: 0.9896vw;
}
.ab-box3 .fl p {
  font-size: 0.8333vw;
  line-height: 1.5625vw;
  color: #505050;
  margin-bottom: 1.666vw;
  text-align: justify;
}
.ab-box3 .fl p:nth-child(5) {
  margin-top: 1.875vw;
}
.ab-box3 .fr {
  width: 33.33vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ab-box3 .fr img:first-child {
  width: 100%;
  height: auto;
  margin-bottom: 1.042vw;
}
.ab-box3 .fr img:nth-child(2) {
  width: 19.792vw;
}
.ab-box3 .fr img:last-child {
  width: 12.5vw;
}
.ab-box4 {
  width: 100vw;
  background: url("../images/B14.jpg");
  height: 39.583vw;
  background-size: cover;
  padding-top: 4.53125vw;
}
.ab-box4 .flex-e h1 {
  font-size: 2.5vw;
  color: #fff;
  font-weight: normal;
  line-height: 5vw;
  margin-bottom: 1.25vw;
}
.ab-box4 .flex-e ul {
  width: 33.33vw;
}
.ab-box4 .flex-e ul span {
  display: block;
  line-height: 2.1875vw;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-left: 2.8125vw;
  color: #fff;
  font-size: 1.042vw;
}
.ab-box4 .flex-e ul p {
  color: #fff;
  font-size: 1.25vw;
  line-height: 2.8125vw;
  margin-bottom: 1.094vw;
}
.ab-box5 {
  width: 100vw;
  background: url("../images/B19.jpg");
  height: 39.583vw;
  padding-top: 4.792vw;
}
.wh-box {
  width: 75.521vw;
  margin: 0 0 0 10.9896vw;
  position: relative;
}
.tit-box h1 {
  font-size: 2.5vw;
  color: #333;
  line-height: 5.625vw;
  font-weight: normal;
}
.tit-box hr {
  width: 3.333vw;
  height: 2px;
  background: #005bab;
  border: none;
  margin-bottom: 2.5vw;
}
.swiper3 {
  height: 18.75vw;
  width: 100%;
  overflow: hidden;
}
.swiper3 .swiper-slide {
  /* width: 15.67vw!important; */
  border-right: 1px solid #e0e0e0;
  padding: 0 3.125vw 0 2.916vw;
  padding-left: 2.916vw;
}
.swiper3 .swiper-slide h1 {
  font-size: 2.5vw;
  color: #005bab;
}
.swiper3 .swiper-slide p {
  font-size: 0.8333vw;
  color: #505050;
  line-height: 1.458vw;
}
.swiper3 .swiper-slide img {
  width: 12.5vw;
  height: auto;
  margin-top: 2.135vw;
}
.swiper3-pagination {
  width: 72.916vw;
  /* height: 4px; */
  height: 0.20833vw;
  margin-top: 1.6145vw;
  position: relative;
  left: 2.6042vw;
}
:root {
  --swiper-theme-color: #005bab;
}
.swiper3-button {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background-image: url("../images/B20.png");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.72916vw auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.swiper3-button-next:hover {
  background-image: url("../images/B22.png");
  background-color: #005bab;
}
.swiper3-button-next {
  right: -3.472vw;
}
.swiper3-button-prev {
  display: none;
  background-image: url("../images/B23.png");
  left: -1.5vw;
}
.swiper3-button-prev:hover {
  background-image: url("../images/B31.png");
  background-color: #005bab;
}
.ab-box6 {
  width: 100vw;
  height: 39.583vw;
  background: url("../images/B21.jpg");
  background-size: cover;
  padding-top: 6.1458vw;
}
.ab-box6 .wh {
  text-align: center;
  position: relative;
}
.ab-box6 h1 {
  font-size: 2.5vw;
  color: #333;
  font-weight: normal;
  line-height: 5vw;
}
.ab-box6 p {
  font-size: 0.8333vw;
  color: #666;
  line-height: 1.4583vw;
  margin-bottom: 3.125vw;
}
.swiper4 {
  /* width: 100%; */
  overflow-x: hidden;
  /* width: 73.229vw; */
  width: calc(72.916vw + 10px);
  height: calc(17.708vw + 10px);
}
.swiper4 .swiper-slide {
  padding: 5px;
}

.swiper4 .swiper-slide .slide-box {
  width: 16.666vw !important;
  height: 17.708vw;
  padding: 1.0416vw 1.0416vw 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-right: 2.083vw;
  background: #fff;
}
.img-box {
  width: 100%;
  height: 11.458vw;
  background: #eee;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-box img {
  max-width: 100%;
  max-height: 100%;
}
.slide-box span {
  display: block;
  font-size: 0.8333vw;
  color: #505050;
  line-height: 1.25vw;
  margin-top: 1.875vw;
}
.swiper4-btn {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.72916vw auto;
  background-color: #fff;
  position: absolute;
  top: 16.53125vw;
  cursor: pointer;
}
.swiper4-button-prev {
  background-image: url("../images/B23.png");
  left: -4.53125vw;
  transform: translateX(5px);
}
.swiper4-button-prev:hover {
  background-image: url("../images/B31.png");
  background-color: #005bab;
}
.swiper4-button-next {
  background-image: url("../images/B20.png");
  right: -4.375vw;
  transform: translateX(-10px);
}
.swiper4-button-next:hover {
  background-color: #005bab;
  background-image: url("../images/B22.png");
}
.ab-box7 {
  width: 100vw;
  height: 39.583vw;
}
.ab-box7 img {
  width: 50vw;
  height: 100%;
}
.js-box {
  width: 50vw;
  height: 100%;
  background: url("../images/B24.jpg");
  background-size: cover;
  padding: 4.948vw 0 0 6.875vw;
}
.js-box h1 {
  color: #fff;
  font-size: 2.5vw;
  font-weight: normal;
  line-height: 5vw;
  margin-bottom: 0.729vw;
}
.js-box h2 {
  font-size: 1.25vw;
  color: #fff;
  font-weight: normal;
  line-height: 2.5vw;
  margin-bottom: 0.365vw;
}
.js-box p {
  color: #fff;
  font-size: 0.8333vw;
  background: url("../images/B25.jpg") no-repeat left center;
  padding-left: 22px;
  line-height: 1.666vw;
}
.jn-box3 {
  background: url("../images/B26.jpg") no-repeat center 3.542vw;
  background-size: 100vw auto;
  padding-top: 2.5vw;
}
.jn-txt1 h1 {
  font-size: 2.5vw;
  color: #000;
  font-weight: normal;
  line-height: 4.583vw;
}
.jn-txt1 p {
  font-size: 0.8333vw;
  color: #666;
  line-height: 1.875vw;
}
.jn-txt2 h1 {
  font-size: 2.5vw;
  color: #005bab;
  font-weight: normal;
  line-height: 5vw;
}
.jn-txt2 {
  margin-top: 17.24vw;
  padding-bottom: 7.03125vw;
}
.jn-txt2 table {
  width: 100%;
  text-align: left;
  margin-top: 0.9896vw;
}
.jn-txt2 table tr {
  height: 3.6458vw;
  background: #f5f5f5;
  color: #505050;
  padding-left: 2.083vw;
}
.jn-txt2 table tr th {
  font-weight: normal;
}
.jn-txt2 table tr:nth-child(2n + 2) {
  background: #fff;
}
.jn-txt2 table .tr-txt {
  background: #005bab;
  color: #fff;
}
.jn-txt2 table tr td {
  font-size: 0.8333vw;
}
.jn-txt2 table tr td:first-child,
.jn-txt2 table tr th:first-child {
  padding-left: 2.083vw;
}
.jn-txt2 table tr:not(.jn-txt2 table tr:first-child) td:first-child {
  color: #333333;
  font-size: 0.9375vw;
  font-weight: bold;
  background: url("../images/B27.png") no-repeat 2.083vw center;
  background-size: 1.0416vw;
  padding-left: 3.6458vw;
  line-height: 3.6458vw;
  width: 25%;
}
.jn-txt2 table > tr td:nth-child(2) {
  width: 17%;
}
.jn-txt2 table > tr td:nth-child(3) {
  width: 17%;
}
.jn-txt2 table > tr td:nth-child(4) {
  width: 17%;
}
.jn-txt2 a {
  color: #005bab;
  font-size: 0.8333vw;
}
.cn {
  display: none;
}
.ct-box {
  padding-top: 2.29vw;
}
.ct-box > h1 {
  font-size: 2.5vw;
  color: #000;
  font-weight: normal;
  text-align: center;
  line-height: 5vw;
}
.ct-ul1 {
  margin: 1.71875vw 0 2.083vw;
}
.ct-ul1 li {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  width: 22.916vw;
  height: 13.5416vw;
  background-color: #f5f5f5;
  padding-top: 2.24vw;
}
.ct-ul1 li span {
  font-size: 0.8333vw;
  color: #666;
  line-height: 1.5625vw;
  margin-top: 0.9375vw;
}
.ct-ul1 li h1 {
  font-size: 1.25vw;
  color: #333;
  font-weight: normal;
  line-height: 3.229vw;
}
.ct-ul1 li h2 {
  font-size: 0.9375vw;
  color: #333;
  font-weight: normal;
  line-height: 1.41vw;
}
.ct-icon {
  width: 4.166vw;
  height: 4.166vw;
  border-radius: 50%;
  background-color: #005bab;
  background-position: center;
  background-repeat: no-repeat;
}
.icon1 {
  background-image: url("../images/B28.png");
  background-size: 1.71875vw auto;
}
.icon2 {
  background-image: url("../images/B29.png");
  background-size: 1.979vw auto;
}
.icon3 {
  background-image: url("../images/B30.png");
  background-size: 2.083vw auto;
}
.ct-ul2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ct-ul2 li {
  width: 22.916vw;
  height: 9.375vw;
  background-color: #f5f5f5;
  margin: 0 2.083vw 2.083vw 0;
  text-align: left;
  padding: 1.51vw 0 0 2.083vw;
  padding-top: 1.51vw;
}
.ct-ul2 li:nth-child(3n + 3) {
  margin-right: 0;
}
.ct-ul2 h1 {
  font-size: 1.25vw;
  color: #005bab;
  font-weight: normal;
  line-height: 2.7083vw;
}
.ct-ul2 p {
  font-size: 0.8333vw;
  color: #666666;
  line-height: 1.875vw;
}
.ct-ul2 p span {
  color: #333;
}
.ct-box2 {
  margin-top: 2.5vw;
  height: 33.333vw;
  width: 100vw;
}
.demo_main {
  height: 100%;
  width: 100vw !important;
}
.demo_content {
  height: 100%;
  width: 100vw !important;
  border: none;
}
#map {
  height: 100%;
  width: 100vw !important;
}
.BMap_stdMpCtrl.BMap_stdMpType0.BMap_noprint.anchorTL,
.BMap_cpyCtrl.BMap_noprint.anchorBL,
.BMap_scaleCtrl,
.anchorBL {
  display: none;
}
.list-box ul {
  flex-wrap: wrap;
  padding-top: 3.645vw;
  justify-content: flex-start;
}
.list-box ul .list-img-box {
  width: 22.916vw;
  height: 13.333vw;
  overflow: hidden;
}
.list-box ul .list-img-box img {
  width: 100%;
}
.list-box ul li {
  width: 22.916vw;
  height: 21.875vw;
  margin-bottom: 3.125vw;
  margin-left: 2.084vw;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
}
.list-box ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.list-box ul li p {
  font-size: 0.9375vw;
  color: #333;
  line-height: 1.5625vw;
  min-height: 3.125vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-s {
  width: 0;
  height: 1px;
  background: #005bab;
  position: absolute;
  bottom: -1px;
}
.list-box ul li:hover {
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
}
.list-box ul li:hover p {
  color: #005bab;
}
.list-box ul li:hover .list-s {
  width: 100%;
  transition: all ease-out 0.5s 0s;
}
.list-box ul li span {
  font-size: 0.8333vw;
  color: #999;
  margin-top: 1.5625vw;
}
.list-txt {
  height: 8.489vw;
  padding: 1.197vw 1.875vw 0 1.5625vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newspage {
  margin: 0 0 3vw;
}
.newspage ul li {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
}
.newspage ul li:first-child {
  width: 64px;
}
.newspage ul li:last-child {
  width: 64px;
}
.newspage ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #505050;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.newspage ul li.active {
  background: #005bab;
}
.newspage ul li.active a {
  color: #fff;
}
.page-btn {
  background-position: center;
  background-repeat: no-repeat;
}
.page-prev {
  background-image: url("../images/N01.png");
}
.page-next {
  background-image: url("../images/N02.png");
}
.mk-box1 {
  height: 50vw;
  overflow: hidden;
}
.mk-tit {
  text-align: center;
}
.mk-tit h1 {
  font-size: 2.5vw;
  color: #000;
  font-weight: normal;
  line-height: 5vw;
}
.mk-tit hr {
  width: 2.0833vw;
  height: 2px;
  margin: 0.3125vw auto 1.198vw;
  border: none;
  background: #005bab;
}
.mk-tit p {
  font-size: 0.8333vw;
  color: #505050;
  line-height: 1.5625vw;
}
.mk-box1 .mk-tit {
  margin-top: 2.292vw;
}
.mk-box1 > img {
  width: 100%;
  height: auto;
  margin-top: 1.25vw;
}
.mk-box2 {
  width: 100vw;
  height: 50vw;
  background-color: #f5f5f5;
  overflow: hidden;
}
.mk-box2 .mk-tit {
  margin-top: 2.9166vw;
}
.mk-box2 ul {
  flex-wrap: wrap;
  margin-top: 2.5vw;
}
.mk-box2 ul li {
  width: 6.25vw;
  height: 6.25vw;
  margin: 0 0 1.1458vw 1.1458vw;
}
.mk-box2 ul li:nth-child(10n + 1) {
  margin-left: 0;
}
.mk-box2 ul li img {
  width: 100%;
}
.rh-box1 {
  height: 48.4375vw;
}
.rh-box1 .mk-tit p {
  text-align: left;
}
.rh-box1 ul {
  flex-wrap: wrap;
  margin-top: 1.666vw;
}
.rh-box1 ul li {
  width: 22.9166vw;
  height: 14.5833vw;
  margin-bottom: 2.0833vw;
  overflow: hidden;
}
.rh-box1 ul li img {
  width: 100%;
  height: auto;
}
.rh-box2 {
  background: url("../images/B32.jpg") center top;
  background-size: cover;
  height: auto;
}
.rh-box2 .mk-tit p {
  text-align: left;
}
.swiper5 {
  width: calc(75vw + 10px);
  height: calc(19.792vw + 10px);
  overflow: hidden;
  margin: 1.979vw auto 0;
}
.swiper5 .swiper-slide {
  padding: 5px;
}
.swiper5 .slide-box {
  width: 16.666vw;
  height: 19.792vw;
  padding: 1.0416vw 1.0416vw 0;
  /* margin-right: calc(2.0833vw - 5px); */
  margin: 0 calc(1.042vw - 5px);
  background-color: #fff;
  text-align: center;
  /* cursor: pointer; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.swiper5 .slide-box img {
  max-width: 100%;
  max-height: 100%;
}
.swiper5 .slide-box span {
  margin-top: 1.25vw;
}
.swiper5 .img-box {
  width: 100%;
  height: 14.583vw;
}
.swiper5 .slide-box:hover span {
  color: #005bab;
}
.btn-wh {
  width: 72.916vw;
  margin: 0 auto;
  position: relative;
}

.swiper5-btn {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.72916vw auto;
  background-color: #fff;
  position: absolute;
  top: calc(-11.3545vw - 5px);
  cursor: pointer;
  z-index: 99;
}
.swiper5-btn:hover {
  background-color: #005bab;
}
.swiper5-button-prev {
  background-image: url("../images/B23.png");
  left: -4.427vw;
}
.swiper5-button-next {
  background-image: url("../images/B20.png");
  right: -4.427vw;
  /* transform: translateX(2.0833vw); */
}
.swiper5-button-prev:hover {
  background-image: url("../images/B31.png");
}
.swiper5-button-next:hover {
  background-image: url("../images/B22.png");
}
.ul-box {
  padding-bottom: 8.177vw;
}
.ul-box ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ul-box ul li {
  width: 10.416vw;
  height: 14.583vw;
  padding: 0.5208vw;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 2.083vw 2.083vw !important;
}
.ul-box ul li:nth-child(6n + 1) {
  margin-left: 0 !important;
}
.ul-box ul li img {
  width: 100%;
  height: 100%;
}
.SN-box h1,
.SN-box h2 {
  color: #000;
  font-weight: normal;
}
.SN-box hr {
  margin: 0 0 0.9375vw 0;
  height: 2px;
  width: 2.0833vw;
  border: none;
  background: #005bab;
}
.SN-box p {
  font-size: 0.8333vw;
  color: #666;
  line-height: 1.5625vw;
}

.sn-box1-1 {
  margin-top: 2.239vw;
}
.sn-box1-1 h1 {
  font-weight: normal;
  font-size: 2.5vw;
  line-height: 5vw;
}
.SN-box h2 {
  font-size: 1.666vw;
  line-height: 4.166vw;
}
.sn-box1-2,
.sn-box1-3 {
  margin-top: 1.25vw;
}
.sn-box1-3 ul {
  flex-wrap: wrap;
  margin-top: 1.25vw;
  justify-content: flex-start;
}
.sn-box1-3 ul li {
  width: 16.666vw;
  height: 10.416vw;
  overflow: hidden;
  margin: 0 0 2.0833vw 2.0833vw;
}
.sn-box1-3 ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.sn-box1-3 ul li img {
  width: 100%;
  height: 100%;
}
.sn-box2 ul li {
  background: #f5f5f5;
  height: 31.25vw;
}
.sn-box2 ul li .wh {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 100%;
}
.sn-box2 ul li:nth-child(2n + 2) {
  background: #fff;
}
.sn-box2 ul li:nth-child(2n + 2) .wh {
  flex-direction: row;
}

.sn-txt,
.sn-img-box {
  width: 35.416vw;
  height: 100%;
}
.sn-img-box img {
  max-width: 80%;
  max-height: 80%;
}
.sn-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sn-txt {
  margin-top: 4.948vw;
}
.sn-txt p {
  line-height: 1.875vw;
}
.sn-more {
  display: flex;
  align-items: center;
  width: 10.416vw;
  height: 2.916vw;
  border: 1px solid #005bab;
  color: #005bab;
  background-image: url("../images/B33.png");
  background-repeat: no-repeat;
  background-position: 2.5vw center;
  background-size: 1.0416vw auto;
  padding-left: 4.115vw;
  font-size: 0.8333vw;
  margin-top: 3.125vw;
}
.sn-more:hover {
  color: #fff;
  background-image: url("../images/B33.2.png");
  background-color: #005bab;
}
.NewsPage {
  text-align: center;
  font-size: 0.9375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.6vw;
}
.NewsPage p {
  width: auto !important;
  display: flex;
  justify-self: center;
  align-items: center;
}
.NewsPage a {
  display: block;
  width: 40px;
  height: 40px;
  background: #f4f4f4;
  font-size: 14px;
  margin: 0 3px;
  line-height: 40px;
}
.NewsPage a.active {
  color: #fff;
  background: #005bab;
}

.newshow-tit {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 2vw 0 1vw;
}
.newshow-tit h1 {
  font-size: 1.4583vw;
  line-height: 3.6vw;
  color: #333;
}
.newshow-tit p {
  font-size: 0.8333vw;
  color: #999;
}
.newshow-cn {
  font-size: 0.8333vw;
  color: #333;
  padding: 1vw 0 2vw;
}
.newshow-cn img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
/* ************************************************************* */
.cpinfo2022 {
  display: flex;
  justify-content: space-between;
  margin-top: 5.33vw;
}
.cpinfo2022_imgbox {
  width: 50%;
  padding: 0 2.08vw;
  box-sizing: border-box;
}
.cpinfo2022_imgbox_bigimg {
  width: 100%;
  height: 29.17vw;
  position: relative;
}
.cpinfo2022_imgbox_bigimg img {
  width: 29.17vw;
  height: 29.17vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cpinfo2022_imgbox_img {
  display: flex;
  flex-direction: row;
  margin-top: 2.08vw;
}
.cpinfo2022_imgbox_img li {
  width: 4.64vw;
  height: 4.64vw;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  margin-left: 1.15vw;
}
.cpinfo2022_imgbox_img li:first {
  margin-left: 1.15vw;
}
.cpinfo2022_imgbox_img li img {
  width: 100%;
  height: 100%;
}
.cpinfo2022info {
  width: 50%;
  padding-top: 4.17vw;
}
.cpinfo2022info > p {
  font-size: 1.88vw;
  color: #000;
  line-height: 3.65vw;
}
.cpinfo2022info ul li {
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  line-height: 3.65vw;
}
.cpinfo2022info ul li span {
  font-size: 0.94vw;
  color: #666666;
}
.cpinfo2022info ul li p {
  color: #333333;
  font-size: 0.94vw;
}
.cpinfo2022info > a {
  font-size: 0.94vw;
  width: 16.67vw;
  color: #fff;
  background: url(../images/pageic1.png) no-repeat 15%;
  display: block;
  background-color: #005bab;
  text-align: center;
  line-height: 3.33vw;
  margin-top: 1.82vw;
}
.cpfeature2022 {
  background-color: #f6f6f6;
  margin-top: 5.21vw;
}
.cpfeature2022 .wh > p {
  font-size: 1.88vw;
  color: #000;
}
.cpfeature2022 .wh {
  display: flex;
  justify-content: space-between;
  padding: 4.69vw 0 2.6vw;
}
.cpfeature2022 .wh ul {
  width: 89%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cpfeature2022 .wh ul li {
  width: 21.51vw;
  padding: 0 4.01vw;
  box-sizing: border-box;
  border-right: 1px solid #e9e8e8;
  margin-bottom: 2.86vw;
}
.cpfeature2022 .wh ul li:nth-child(3) {
  border-right: 0;
}
.cpfeature2022 .wh ul li span {
  font-size: 1.67vw;
  color: #005bab;
  display: block;
}
.cpfeature2022 .wh ul li p {
  font-size: 0.83vw;
  color: #505050;
  line-height: 1.51vw;
}
.cpcondition2022 {
  background: url(../images/pagepic.jpg) no-repeat center;
  background-size: cover;
}
.cpcondition2022 .wh > p {
  font-size: 1.88vw;
  color: #fff;
}
.cpcondition2022 .wh ul li span {
  font-size: 1.88vw;
  color: #fff;
  display: block;
}
.cpcondition2022 .wh ul li p {
  font-size: 0.94vw;
  color: #98c1e5;
}
.cpcondition2022 .wh ul {
  width: 89%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cpcondition2022 .wh {
  display: flex;
  justify-content: space-between;
  padding: 4.69vw 0 2.6vw;
}
.cpcondition2022 .wh ul li {
  width: 21.51vw;
  padding: 0 4.01vw;
  box-sizing: border-box;
  border-right: 1px solid #e9e8e8;
  margin-bottom: 2.86vw;
}
.cpcondition2022 .wh ul li:nth-child(3) {
  border-right: 0;
}
.cpabout2022 {
  background-color: #f6f6f6;
  padding: 3.65vw 0;
}
.cpabout2022 .wh>p {
  font-size: 1.88vw;
  color: #000;
}
.swiper6 {
  overflow: hidden;
  padding-top: 2.6vw;
  position: relative;
}
.swiper6 .swiper-slide {
  background-color: #fff;
}
.swiper6 .swiper-slide img {
  width: 100%;
  height: 22.92vw;
}
.swiper6-pagination {
  top: 0;
  right: 0;
  text-align: right;
}
.marketphone2022 {
  padding: 3.65vw 0;
}
.marketphone2022>p{
font-size: 1.88vw;
color: #333333;
}
.marketphone2022 ul {
  display:flex;
  flex-direction: row;
  margin-top: 1.04vw;

}
.marketphone2022 ul li {
  font-size: .83vw;
  display: flex;
  margin-right: 3.13vw;
}
.marketphone2022 ul li span {
color: #666666;
}
.marketphone2022 ul li p {
  color: #333333;
}
/* ********************************************************** */

@media screen and (max-width: 1440px) {
  .nav li > a {
    /* font-size: 16px; */
  }
  .sub-nav a {
    /* font-size: 14px; */
  }
  .language {
    font-size: 14px;
  }
  .box-cn span {
    font-size: 14px;
    line-height: 24px;
  }
  .j-box2 li a h1 {
    font-size: 20px;
  }
  .j-box2 li a p {
    font-size: 14px;
  }
  .g-box1 li p {
    font-size: 16px;
  }
  .g-box3 li p {
    font-size: 13px;
    white-space: pre-wrap;
    text-align: center;
  }
  .swiper2 .swiper-slide h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .swiper2 .swiper-slide p {
    font-size: 14px;
    line-height: 22px;
  }
  .bottom-nav li > a {
    font-size: 16px;
  }
  .bottom-subnav a {
    font-size: 14px;
    line-height: 26px;
  }
  .ewm p {
    font-size: 13px;
  }
  .bottom-box2 p {
    font-size: 13px;
  }
  .bottom-box2 p a {
    font-size: 13px;
  }
  .ab-nav a {
    font-size: 16px;
  }
  .backtop {
    font-size: 14px;
  }
  .ab-box3 .fl p {
    font-size: 14px;
    line-height: 24px;
  }
  .swiper3 .swiper-slide p {
    font-size: 13px;
    min-height: 55px;
  }
  .ab-box6 p {
    font-size: 14px;
  }
  .slide-box span {
    font-size: 14px;
  }
  .js-box p {
    font-size: 14px;
    line-height: 25px;
  }
  .ct-ul1 li span {
    font-size: 14px;
  }
  .ct-ul2 p {
    font-size: 14px;
  }
  .jn-txt1 p {
    font-size: 14px;
  }
  .jn-txt2 table tr th {
    font-size: 14px;
  }
  .jn-txt2 table tr td {
    font-size: 14px;
  }
  .jn-txt2 table tr:not(.jn-txt2 table tr:first-child) td:first-child {
    font-size: 15px;
  }
  .jn-txt2 a {
    font-size: 14px;
  }
  .mk-tit p {
    font-size: 14px;
  }
  .list-box ul li p {
    font-size: 16px;
    line-height: 26px;
  }
  .list-box ul li span {
    font-size: 14px;
    margin-top: 1.0625vw;
  }
  .SN-box p {
    font-size: 14px;
    line-height: 24px;
  }
  .sn-txt p {
    line-height: 29px;
  }
  .NewsPage {
    text-align: center;
    font-size: 16px;
  }
  .more {
    font-size: 14px;
  }
  .newshow-tit p {
    font-size: 16px;
    color: #999;
  }
  .newshow-cn {
    font-size: 15px;
    color: #333;
  }
  .cpinfo2022info > a {
    background-size: 22px 16px;
    font-size: 14px;
    background-position-x: 10%;
  }
  .cpinfo2022info ul li span,.cpinfo2022info ul li p {
    font-size: 15px;
  }
  .cpfeature2022 .wh ul li p,.cpcondition2022 .wh ul li p,.marketphone2022 ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .nav li > a {
    /* font-size: 14px; */
  }
  .sub-nav a {
    /* font-size: 13px; */
  }
  .cpinfo2022info > a {
  
    background-position-x: 5%;
  }
  .language {
    font-size: 13px;
  }
  .box-cn span {
    font-size: 13px;
    line-height: 22px;
  }
  .j-box2 li a h1 {
    font-size: 18px;
  }
  .j-box2 li a p {
    font-size: 13px;
  }
  .g-box1 li p {
    font-size: 14px;
  }
  .g-box3 li p {
    font-size: 12px;
    white-space: pre-wrap;
    text-align: center;
  }
  .swiper2 .swiper-slide span {
    font-size: 12px;
  }
  .swiper2 .swiper-slide h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .swiper2 .swiper-slide p {
    font-size: 13px;
    line-height: 20px;
  }
  .bottom-nav li > a {
    font-size: 14px;
  }
  .bottom-subnav a {
    font-size: 13px;
    line-height: 24px;
  }
  .ewm p {
    font-size: 12px;
  }
  .bottom-box2 p {
    font-size: 12px;
  }
  .bottom-box2 p a {
    font-size: 12px;
  }
  .ab-nav a {
    font-size: 14px;
  }
  .backtop {
    font-size: 13px;
  }
  .ab-box3 {
    padding-top: 1.323vw;
  }
  .ab-box3 .fl p {
    font-size: 13px;
    line-height: 22px;
  }
  .swiper3 .swiper-slide p {
    font-size: 12px;
    min-height: 50px;
  }
  .ab-box6 p {
    font-size: 13px;
  }
  .slide-box span {
    font-size: 12px;
  }
  .js-box p {
    font-size: 13px;
    line-height: 23px;
  }
  .ct-ul1 li span {
    font-size: 13px;
  }
  .ct-ul2 p {
    font-size: 13px;
  }
  .jn-txt1 p {
    font-size: 13px;
  }
  .jn-txt2 table tr th {
    font-size: 13px;
  }
  .jn-txt2 table tr td {
    font-size: 13px;
  }
  .jn-txt2 table tr:not(.jn-txt2 table tr:first-child) td:first-child {
    font-size: 14px;
  }
  .jn-txt2 a {
    font-size: 13px;
  }
  .mk-tit p {
    font-size: 13px;
  }
  .list-box ul li p {
    font-size: 13px;
    line-height: 22px;
  }
  .list-box ul li span {
    font-size: 13px;
    margin-top: 0.5625vw;
  }
  .SN-box p {
    font-size: 13px;
    line-height: 22px;
  }
  .sn-txt p {
    line-height: 27px;
  }
  .sn-more {
    font-size: 12px;
    background-position: 1.8vw center;
    background-size: 1.2416vw auto;
    padding-left: 3.515vw;
  }
  .NewsPage {
    text-align: center;
    font-size: 14px;
  }
  .more {
    font-size: 13px;
  }
  .newshow-tit p {
    font-size: 14px;
    color: #999;
  }
  .newshow-cn {
    font-size: 14px;
    color: #333;
  }
}
@media screen and (max-width: 1024px) {
  .nav li > a {
    /* font-size: 13px; */
  }
  .sub-nav a {
    /* font-size: 12px; */
  }
  .language {
    font-size: 12px;
  }
  .box-cn span {
    font-size: 12px;
    line-height: 20px;
  }
  .j-box2 li a h1 {
    font-size: 16px;
  }
  .j-box2 li a p {
    font-size: 12px;
  }
  .g-box1 li p {
    font-size: 13px;
  }
  .g-box3 li p {
    font-size: 11px;
    white-space: pre-wrap;
    text-align: center;
  }
  .swiper2 .swiper-slide span {
    font-size: 11px;
  }
  .swiper2 .swiper-slide h1 {
    font-size: 14px;
    line-height: 22px;
  }
  .swiper2 .swiper-slide p {
    font-size: 12px;
    line-height: 18px;
  }
  .bottom-nav li > a {
    font-size: 13px;
  }
  .bottom-subnav a {
    font-size: 12px;
    line-height: 22px;
  }
  .ewm p {
    font-size: 11px;
  }
  .bottom-box2 p {
    font-size: 11px;
  }
  .bottom-box2 p a {
    font-size: 11px;
  }
  .ab-nav a {
    font-size: 13px;
  }
  .backtop {
    font-size: 12px;
  }
  .ab-box3 {
    padding-top: 1.123vw;
    height: auto;
  }
  .ab-box3 .fl p {
    font-size: 12px;
    line-height: 20px;
  }
  .swiper3 .swiper-slide p {
    font-size: 11px;
    min-height: 45px;
  }
  .ab-box6 p {
    font-size: 12px;
  }
  .slide-box span {
    font-size: 11px;
  }
  .js-box {
    padding: 3.348vw 0 0 5.375vw;
  }
  .js-box p {
    font-size: 12px;
    line-height: 21px;
  }
  .ct-ul1 li span {
    font-size: 11px;
  }
  .ct-ul2 p {
    font-size: 11px;
  }
  .jn-txt1 p {
    font-size: 11px;
  }
  .jn-txt2 table tr th {
    font-size: 11px;
  }
  .jn-txt2 table tr td {
    font-size: 11px;
  }
  .jn-txt2 table tr:not(.jn-txt2 table tr:first-child) td:first-child {
    font-size: 13px;
  }
  .jn-txt2 a {
    font-size: 11px;
  }
  .mk-tit p {
    font-size: 11px;
  }
  .list-box ul li p {
    font-size: 11px;
    line-height: 18px;
  }
  .list-box ul li span {
    font-size: 10px;
    margin-top: 0.5625vw;
  }
  .SN-box p {
    font-size: 12px;
    line-height: 22px;
  }
  .sn-txt p {
    line-height: 25px;
  }
  .sn-more {
    font-size: 11px;
    background-position: 1.8vw center;
    background-size: 1.2416vw auto;
    padding-left: 3.515vw;
  }
  .NewsPage {
    text-align: center;
    font-size: 13px;
  }
  .more {
    font-size: 12px;
  }
  .newshow-tit p {
    font-size: 13px;
    color: #999;
  }
  .newshow-cn {
    font-size: 13px;
    color: #333;
  }
}

