@charset "UTF-8";
.hjs {
  width: 100%;
}
.hjs img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.df-sb, .four-3, .one-2, .hjs21 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.image, .swiperFour .swiper-slide img, .four-3 .item > img, .boxContent .img img, #three > img, #one > img, .hjs1 img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.hjs1 {
  height: 400px;
  overflow: hidden;
}
.hjs2 {
  background-attachment: fixed;
  padding-top: 56px;
  overflow: hidden;
}

.hjs21 {
  margin-bottom: 60px;
}
.hjs21start {
  align-items: flex-start;
}
.hjs21 .name {
  width: 220px;
  padding-left: 18px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #314b76, #9ba7bc, transparent);
}
.hjs21 .xq {
  width: calc(100% - 240px);
}
.hjs21 .name2 {
  font-size: 20px;
  color: #c9a063;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 20px;
}
.hjs21 .name2:first-child {
  margin-top: 0;
}
.hjs21 .xq2 {
  display: flex;
  flex-wrap: wrap;
}
.hjs21 .xq2 a {
  font-size: 17px;
  color: #333;
  line-height: 35px;
  margin-right: 30px;
}
.hjs21 .xq2 a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #314b76;
}

.page-content {
  width: 100%;
  height: 100%;
  height: 100vh;
}
.page-content img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.page-wrapper {
  width: 100%;
  height: 100%;
}

.page-pagination {
  position: absolute;
  right: 18px;
  height: 100%;
  top: 0;
  z-index: 15;
  width: 12px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.page-pagination span {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.page-pagination span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
}
.page-pagination .swiper-pagination-bullet-active {
  border-color: #304a75;
}
.page-pagination .swiper-pagination-bullet-active::before {
  background: #304a75;
}
.page-pagination span.swiper-pagination-bullet-active:first-child {
  border-color: #f8ca83;
}
.page-pagination span.swiper-pagination-bullet-active:first-child::before {
  background: #f8ca83;
}

.page-slide {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  transform: scale(0.7, 0.7);
}
.page-slide.swiper-slide-active {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.page-slide .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#one {
  background-size: cover;
}
.one-1 {
  position: absolute;
  bottom: -20px;
  bottom: -200px;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: calc(100% - 40px);
  background: #fff;
  border-radius: 10px 0 10px 0;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
}
.one-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 40px);
  height: 100%;
  left: -20px;
  top: -20px;
  border-radius: 10px 10px 0 0;
  background: rgba(15, 53, 104, 0.5);
}
.one-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 10px 0;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.swiper-slide-active .one-1 {
  transition-delay: 1s;
  bottom: -20px;
  opacity: 1;
}

.one-2 {
  position: relative;
  z-index: 10;
  background: #fff;
}
.one-2 .item {
  flex: 1;
  padding: 0 17px;
  background: url(../img/0604-27.png) no-repeat right center;
}
.one-2 .item:first-child {
  padding-left: 0;
}
.one-2 .item:last-child {
  padding-right: 0;
  background: none;
}
.one-2 a {
  display: block;
  width: 100%;
  height: 140px;
  border-radius: 3px;
  transition: all 0.3s;
}
.one-2 a .img {
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.one-2 a p {
  text-align: center;
  font-size: 18px;
  color: #333;
}
.one-2 .item.on a,
.one-2 a:hover {
  background: #d6ae72;
}
.one-2 .item.on a img,
.one-2 a:hover img {
  animation: bounceIn 0.5s;
  filter: brightness(0) invert(1);
}
.one-2 .item.on a p,
.one-2 a:hover p {
  animation: fadeInUp 0.5s;
  color: #fff;
}

#two {
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-1 {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
}
.two-1 .bt {
  padding-bottom: 40px;
}
.two-1 .bt p {
  font-size: 5vh;
  color: #0f3568;
}
.two-1 .bt span {
  font-size: 15px;
  line-height: 34px;
  color: #0f3568;
  opacity: 0.6;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}
.two-1 .cont {
  padding: 0 15px;
}
.two-1 .cont p {
  font-size: 18px;
  line-height: 4.6vh;
  color: #222222;
  text-indent: 36px;
  text-align: justify;
}

#three {
  position: relative;
  background: #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
}
#three > img {
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.8) blur(4px);
}

.map {
  max-height: 100%;
  position: relative;
  z-index: 5;
}
.map img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/970;
}
.map .tk {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  height: 2.96875vw;
  width: 11.6666666667vw;
  background-color: skyblue;
  opacity: 0.7;
  opacity: 0;
  pointer-events: none;
}
.map .tk * {
  display: none;
}
.map .tk .bt {
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 2.9688vw;
}
.map .tk1 {
  top: 7vw;
  left: 22.2917vw;
}
.map .tk2 {
  top: 25.6vw;
  left: 19.5vw;
  width: 9vw;
}
.map .tk3 {
  top: 40.6vw;
  left: 16vw;
  width: 8vw;
}
.map .tk4 {
  top: 36vw;
  left: 28.2917vw;
  width: 7vw;
}
.map .tk5 {
  top: 6vw;
  left: 44vw;
  width: 11vw;
}
.map .tk6 {
  top: 10vw;
  left: 37.9vw;
  width: 9vw;
}
.map .tk7 {
  top: 21.9vw;
  left: 38.9vw;
  width: 6vw;
}
.map .tk8 {
  top: 39vw;
  left: 38.99vw;
  width: 9vw;
}
.map .tk9 {
  width: 6.7vw;
  top: 45vw;
  left: 39.2917vw;
}
.map .tk10 {
  top: 9vw;
  left: 55.2917vw;
  width: 7vw;
}
.map .tk11 {
  top: 34.1vw;
  left: 59vw;
  width: 6vw;
}
.map .tk12 {
  top: 12.4vw;
  left: 68.2917vw;
  width: 7vw;
}
.map .tk13 {
  top: 25.7vw;
  left: 65.1917vw;
  width: 8vw;
}
.map .tk14 {
  top: 25.2vw;
  left: 80.9vw;
  width: 9vw;
}
.map .nk {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 2.5vw;
  height: 1.4vw;
  background: salmon;
  opacity: 0.5;
  font-size: 8px;
  opacity: 0;
  font-size: 0;
}
.map .nk1 {
  left: 69vw;
  top: 32.5vw;
}
.map .nk2 {
  left: 74.6vw;
  top: 26.8vw;
}
.map .nk3 {
  left: 72.6vw;
  top: 18.8vw;
}
.map .nk4 {
  left: 55.55vw;
  top: 13.6vw;
}
.map .nk5 {
  left: 51.5vw;
  top: 20.1vw;
}
.map .nk6 {
  left: 45.5vw;
  top: 16.4vw;
}
.map .nk7 {
  left: 34.7vw;
  top: 17vw;
}
.map .nk8 {
  left: 35.3vw;
  top: 25.8vw;
}
.map .nk9 {
  left: 41.7vw;
  top: 25.2vw;
}
.map .nk10 {
  left: 29.7vw;
  top: 32.1vw;
}
.map .nk11 {
  left: 36.3vw;
  top: 38.1vw;
}
.map .nk12 {
  left: 51.2vw;
  top: 30.7vw;
}
.map .nk13 {
  left: 52.05vw;
  top: 36.1vw;
}
.map .nk14 {
  left: 60vw;
  top: 41.4vw;
}
.map .nk15 {
  left: 67.7vw;
  top: 44.9vw;
}
.map .nk16 {
  left: 52.7vw;
  top: 46vw;
}
.map .nk17 {
  left: 46.5vw;
  top: 46vw;
}
.map .nk18 {
  left: 32.7vw;
  top: 46vw;
}

.hjsBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  display: none;
}

.boxContent {
  display: none;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  height: 556px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  position: absolute;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: url(../img/0604-9.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.boxContent .cls {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.boxContent .cls img {
  display: block;
}
.boxContent .img {
  width: 51.375%;
  height: 100%;
  height: 546px;
  overflow: hidden;
  float: left;
}
.boxContent .img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background: rgba(0, 0, 0, 0.2);
}
.boxContent .det {
  float: right;
  width: 48.625%;
  height: 100%;
  padding-left: 45px;
}
.boxContent .det .bt {
  position: relative;
  padding-top: 30px;
  padding-bottom: 35px;
  line-height: 1;
  font-size: 28px;
  color: #304a75;
  font-weight: bold;
}
.boxContent .det .bt::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #304a75;
  position: absolute;
  left: 0;
  bottom: 0;
}
.boxContent .js {
  width: calc(100% - 20px);
  margin-top: 30px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.boxContent .js::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #dce7e1;
  border-radius: 20px;
}
.boxContent .js::-webkit-scrollbar-track {
  border-radius: 20px;
}
.boxContent .js::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #3d547c;
}
.boxContent .js * {
  font-size: 17px;
  line-height: 36px;
  color: #333333;
  text-indent: 34px;
  text-align: justify;
}

.nav-wrap {
  background: url(../img/0604-4.png) repeat-x center top;
}

.page-slide .nav-wrap {
  position: absolute;
}

#four {
  background-size: cover;
}

.four-1 {
  display: flex;
  width: 100%;
  height: calc(100% - 80px);
  justify-content: center;
  align-items: center;
}

.four-2 {
  width: 1200px;
  max-width: calc(100% - 20px);
}
.four-2 .bt {
  text-align: center;
  color: #0f3568;
}
.four-2 .bt p {
  font-size: 5vh;
}
.four-2 .bt span {
  font-size: 15px;
  line-height: 34px;
  opacity: 0.6;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 2vh;
}

.four-3 {
  margin-top: 6vh;
  height: 58vh;
}
.four-3 .item {
  width: 24.1666%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 3px;
  transition: all 0.3s;
  border: 1px solid #92a1b6;
  cursor: pointer;
}
.four-3 .item .txt {
  position: absolute;
  right: 17px;
  top: 23px;
}
.four-3 .item .txt img {
  display: block;
  transition: all 0.3s;
}
.four-3 .item:hover {
  border-color: #314b76;
  box-shadow: 0 0 13px 1px rgba(49, 75, 118, 0.82);
}
.four-3 .item:hover > img {
  transform: scale(1.1);
}
.four-3 .item:hover .txt img {
  animation: bounceIn 1s;
  filter: drop-shadow(0 0 10px #314b76);
}

.hjsBox2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 300;
  background: rgba(0, 0, 0, 0.88);
  display: none;
}

.boxContent2 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.boxContent2 .item {
  position: relative;
  width: 100%;
  display: none;
}
.boxContent2 .item .prev,
.boxContent2 .item .next {
  width: calc(50vw - 400px);
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.boxContent2 .item .prev {
  right: auto;
  left: 0;
}
.boxContent2 .item .close {
  position: absolute;
  top: -50px;
  right: calc(50vw - 400px);
  cursor: pointer;
}
.swiperFour {
  width: 795px;
  padding-bottom: 50px;
  height: calc(59vh + 50px);
  margin: 0 auto;
}
.swiperFour .swiper-pagination {
  color: #fff;
  font-size: 16px;
  width: auto;
  left: auto;
  right: 0;
}
.swiperFour .swiper-slide {
  background: rgba(255, 255, 255, 0.2);
}
.swiperFour .swiper-slide img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-width: 992px) {
  .swiperFour {
    width: calc(100vw - 100px);
  }
  .boxContent2 .item .prev,
  .boxContent2 .item .next {
    width: 50px;
  }
  .boxContent2 .item .prev img,
  .boxContent2 .item .next img {
    width: 20px;
  }
  .boxContent2 .item .close {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .page-content {
    overflow-y: auto;
  }
  .page-slide {
    transform: none;
    height: auto !important;
  }
  .page-pagination {
    display: none;
  }
  .page-wrapper {
    height: auto;
    transform: none !important;
  }
  #one {
    padding-top: 60px;
  }
  .one-1 {
    opacity: 1;
    position: relative;
    bottom: auto;
    max-width: calc(100% - 10px);
    padding: 10px 5px;
    margin-bottom: 20px;
  }
  .one-1::before {
    top: -10px;
  }
  .one-2 .item {
    background-size: auto 100%;
    padding: 0 2px;
  }
  .one-2 a {
    height: 80px;
  }
  .one-2 a .img {
    height: 50px;
  }
  .one-2 a .img img {
    max-width: 25px;
    max-height: 25px;
  }
  .one-2 a p {
    font-size: 12px;
  }
  .two-1 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .two-1 .bt {
    padding-bottom: 20px;
  }
  .two-1 .bt p {
    font-size: 24px;
  }
  .two-1 .bt span {
    font-size: 12px;
    margin-top: 0;
  }
  .two-1 .cont p {
    font-size: 14px;
    line-height: 2.5;
    line-height: 22px;
    text-indent: 28px;
  }
  .four-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .four-2 .bt p {
    font-size: 24px;
  }
  .four-2 .bt span {
    font-size: 12px;
    margin: 0;
  }
  .four-3 {
    margin-top: 30px;
    height: 50vw;
  }
  .four-3 .item .txt {
    right: 5px;
    top: 5px;
  }
  .four-3 .item .txt img {
    width: 30px;
  }
  .hjsBox {
    z-index: 999999;
  }
  .boxContent {
    height: 80vh;
  }
  .boxContent .cls {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .boxContent .img {
    float: none;
    width: 100%;
    height: 30vh;
  }
  .boxContent .det {
    padding-left: 0;
    height: 50vh;
    width: 100%;
    float: none;
  }
  .boxContent .det .bt {
    padding: 0;
    line-height: 60px;
    font-size: 18px;
  }
  .boxContent .js {
    width: 100%;
    margin-top: 20px;
    max-height: calc(50vh - 110px);
  }
  .boxContent .js * {
    font-size: 14px;
    line-height: 2;
    text-indent: 28px;
    text-align: left;
  }
  .swiperFour {
    height: calc(35vh + 50px);
  }
  .hjs1 {
    height: auto;
    margin-top: 60px;
  }
  .hjs2 {
    padding-top: 40px;
  }
  .hjs21 {
    margin-bottom: 30px;
  }
  .hjs21 .name {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .hjs21 .xq {
    width: 100%;
    padding-left: 10px;
  }
  .hjs21 .name2 {
    margin-top: 15px;
    font-size: 16px;
  }
  .hjs21 .xq2 a {
    font-size: 14px;
    line-height: 2.5;
    margin-right: 15px;
  }
}