@charset "UTF-8";
/** @format */
.container-fluid {
  margin: 0;
  padding: 0;
}

.kf {
  position: fixed;
  top: 42%;
  right: 0;
  width: 60px;
  height: 120px;
  padding: 5px;
  background-color: #fff;
  border: #5b5959;
  border-radius: 15px;
  z-index: 999;
}
.kf .img1 {
  width: 80%;
}
.kf .pc-item2 {
  width: 100%;
  text-align: center;
}
.kf .pc-item2 .img2 {
  width: 80%;
}

.cursor-pointer {
  cursor: pointer;
}

.content .main {
  height: auto;
}
.content .main .group_1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #105d95;
  height: 100vh;
  max-height: 932px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .content .main .group_1 {
    height: 750px;
  }
}
.content .main .group_1 .slideBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.content .main .group_1 .slideBox .slide-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.content .main .group_1 .slideBox .slide-div .slide-img {
  position: relative;
  top: -60px;
  z-index: 1;
}
@media (min-width: 768px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -400px;
  }
}
@media (min-width: 1000px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -600px;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -600px;
  }
}
@media (min-width: 1500px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -1000px;
  }
}
@media (min-width: 1700px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -1000px;
  }
}
@media (max-width: 992px) {
  .content .main .group_1 .slideBox .slide-div .pc-b {
    display: none;
  }
}
@media (min-width: 992px) {
  .content .main .group_1 .slideBox .slide-div .pc-b {
    top: 0;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 居中对齐 */
    max-width: none; /* 允许图片超出容器 */
  }
}
.content .main .group_1 .slideBox .swiper-container {
  height: 100%;
}
.content .main .group_1 .slideBox .swiper-button-next,
.content .main .group_1 .slideBox .swiper-button-prev {
  display: none;
  position: absolute;
  z-index: 999;
  color: white;
  width: 30px;
}
.content .main .group_1 .content-box {
  z-index: 99;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.content .main .group_1 .content-box .logo-box {
  max-width: 1280px;
  margin: 0 auto;
}
.content .main .group_1 .content-box .logo-box .logo-img {
  width: 4.5rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .logo-box .logo-img {
    width: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .content-box .logo-box .logo-img {
    width: 6.5rem;
  }
}
.content .main .group_1 .content-box .logo-box .logo-text-1 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .logo-box .logo-text-1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .content-box .logo-box .logo-text-1 {
    font-size: 2.5rem;
  }
}
.content .main .group_1 .content-box .logo-box .logo-text-2 {
  font-size: 0.7rem;
  color: #edebeb;
  font-weight: 300;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .logo-box .logo-text-2 {
    font-size: 0.9rem;
  }
}
.content .main .group_1 .content-box .block-1-img {
  margin-top: 14rem;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  pointer-events: none;
}
@media (min-width: 450px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 9rem;
  }
}
@media (min-width: 600px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 7rem;
  }
}
@media (min-width: 650px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 12rem;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 120px;
  }
}
@media (min-width: 1500px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 70px;
  }
}
.content .main .group_1 .content-box .block-1-img .b-img-left {
  width: 80%;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-1-img .b-img-left {
    width: 40%;
  }
}
@media (min-width: 1300px) {
  .content .main .group_1 .content-box .block-1-img .b-img-left {
    width: 180px;
  }
}
.content .main .group_1 .content-box .block-1-img .b-img-right {
  width: 100%;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-1-img .b-img-right {
    width: 70%;
  }
}
@media (min-width: 1300px) {
  .content .main .group_1 .content-box .block-1-img .b-img-right {
    width: 80%;
  }
}
@media (min-width: 1500px) {
  .content .main .group_1 .content-box .block-1-img .b-img-right {
    width: 60%;
  }
}
.content .main .group_1 .content-box .block-2 {
  margin-top: 2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.content .main .group_1 .content-box .block-2 .block-2-img-1 {
  height: 3px;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 .block-2-img-1 {
    width: 10%;
  }
}
.content .main .group_1 .content-box .block-2 .block-2-text {
  font-size: 0.8rem;
  color: #e4e3e3;
  font-weight: 200;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 .block-2-text {
    font-size: 0.8rem;
  }
}
@media (min-width: 1300px) {
  .content .main .group_1 .content-box .block-2 .block-2-text {
    font-size: 1rem;
  }
}
.content .main .group_1 .block_bottom {
  width: 100%;
  position: absolute;
  z-index: 99;
  bottom: 1rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .block_bottom {
    bottom: 50px;
  }
}
.content .main .group_1 .block_bottom .block_5 {
  margin-top: 30px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.content .main .group_1 .block_bottom .block_5 .box_2 {
  box-shadow: 0px 6px 5px 2px rgba(2, 0, 6, 0.1);
  background-image: linear-gradient(-2deg, rgb(41, 133, 199) 0, rgba(41, 133, 199, 0.996078) 0, rgb(16, 93, 149) 100%, rgb(16, 93, 149) 100%);
  width: 160px;
  height: 46px;
  border-radius: 0.9rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .block_bottom .block_5 .box_2 {
    width: 170px;
    height: 60px;
  }
}
@media (min-width: 1000px) {
  .content .main .group_1 .block_bottom .block_5 .box_2 {
    width: 180px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .block_bottom .block_5 .box_2 {
    width: 200px;
    height: 60px;
  }
}
.content .main .group_1 .block_bottom .block_5 .box_2 .image_22 {
  width: 16.666667%;
}
@media (min-width: 768px) {
  .content .main .group_1 .block_bottom .block_5 .box_2 .image_22 {
    width: 15%;
  }
}
.content .main .group_1 .block_bottom .block_5 .box_2 .text_109 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.content .main .group_1 .block_bottom .block_5 .box_2 .text_110 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.content .main .group_1 .block_bottom .block_f {
  height: 80px;
}
.content .main .group_1 .block_bottom .block_f .image_24 {
  width: 30px;
  height: 20px;
}
@media (min-width: 768px) {
  .content .main .group_1 .block_bottom .block_f .image_24 {
    width: 40px;
    height: 30px;
  }
}
.content .main .group_1:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  height: 20rem;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(16, 93, 149, 0), #105d95 77%, #105d95);
}
@media (min-width: 768px) {
  .content .main .group_1:after {
    opacity: 0.85;
  }
}
.content .main .group_2 {
  width: 100%;
  height: 450px;
  background: url(./img/psfxzccl260s48h4qfvqlxyso4s6ab1tqa364cc89-bda9-4c50-a7e6-abe8dbc3c262.png) 50% 0 no-repeat;
  background-size: 230% auto;
  position: relative;
  background-color: #105d95;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .content .main .group_2 {
    background-size: 150% auto;
  }
}
@media (min-width: 1000px) {
  .content .main .group_2 {
    height: 500px;
    background-size: 100% auto;
    padding-top: 80px;
  }
}
.content .main .group_2 .section_2 {
  height: 100px;
  background: url(./img/bg-group_2-title.png) 0 no-repeat;
  background-size: 90%;
  background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .content .main .group_2 .section_2 {
    background-size: 45%;
  }
}
.content .main .group_2 .section_2 .image_1 {
  width: 65px;
  position: absolute;
  top: -15px;
}
.content .main .group_2 .section_2 .text_1 {
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 40px;
}
@media (min-width: 768px) {
  .content .main .group_2 .section_2 .text_1 {
    background-size: 60%;
    font-size: 1.5rem;
    top: 35px;
  }
}
.content .main .group_2 .section_2 .image_2 {
  width: 60px;
  position: absolute;
  top: 70px;
}
@media (min-width: 768px) {
  .content .main .group_2 .section_2 .image_2 {
    width: 80px;
    top: 80px;
  }
}
.content .main .group_2 .text-wrapper_1 {
  text-indent: 2em;
  margin-top: 25px;
  padding: 1.2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .content .main .group_2 .text-wrapper_1 {
    padding-top: 50px;
  }
}
.content .main .group_2 .text-wrapper_1 .text_2 {
  color: #fff;
  font-weight: 300;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .content .main .group_2 .text-wrapper_1 .text_2 {
    font-size: 1.2rem;
  }
}
.content .main .group_4 {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  position: relative;
  padding-top: 30px;
  background: url(./img/矩形-7.png) 0 0 no-repeat;
  background-size: 268%;
}
@media (min-width: 768px) {
  .content .main .group_4 {
    height: 850px;
    background-size: 100% auto;
  }
}
@media (min-width: 1000px) {
  .content .main .group_4 {
    padding-top: 80px;
    height: 850px;
    background-size: 100% auto;
  }
}
.content .main .group_4 .section_2 {
  height: 100px;
  background: url(./img/bg-group_4-title.png) 0 no-repeat;
  background-size: 90%;
  background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .content .main .group_4 .section_2 {
    background-size: 45%;
  }
}
.content .main .group_4 .section_2 .image_1 {
  width: 65px;
  position: absolute;
  top: -15px;
}
@media (min-width: 768px) {
  .content .main .group_4 .section_2 .image_1 {
    width: 80px;
    top: -30px;
  }
}
.content .main .group_4 .section_2 .text_1 {
  overflow-wrap: break-word;
  color: #000;
  font-size: 1.2rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 40px;
}
@media (min-width: 768px) {
  .content .main .group_4 .section_2 .text_1 {
    background-size: 60%;
    font-size: 1.5rem;
    top: 35px;
  }
}
.content .main .group_4 .section_2 .image_2 {
  width: 60px;
  position: absolute;
  top: 70px;
}
@media (min-width: 768px) {
  .content .main .group_4 .section_2 .image_2 {
    width: 80px;
    top: 80px;
  }
}
.content .main .group_4 .block_6 {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  padding: 30px;
}
.content .main .group_4 .block_6 .image_5 {
  width: 230px;
}
@media (min-width: 768px) {
  .content .main .group_4 .block_6 .image_5 {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .content .main .group_4 .block_6 .image_5 {
    width: 380px;
  }
}
.content .main .group_4 .block_6 .item-list .image-text_16 {
  padding: 10px;
}
@media (min-width: 768px) {
  .content .main .group_4 .block_6 .item-list .image-text_16 {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.content .main .group_4 .block_6 .item-list .image-text_16 .image-box .image-wrapper_1 {
  background: url(./img/psztqj3v1d1znqqgbl945e7os1x6xr7kjqea9abc46-6e29-43f8-b06a-4a6bb2c3a7bc.png) 0 0 no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
}
.content .main .group_4 .block_6 .item-list .image-text_16 .image-box .image-wrapper_1 .image_6 {
  width: 60%;
  height: 60%;
}
.content .main .group_4 .block_6 .text-group_18 {
  width: 220px;
  padding: 0 5px;
}
.content .main .group_4 .block_6 .text-group_18 .text_31 {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .content .main .group_4 .block_6 .text-group_18 .text_31 {
    font-size: 1rem;
  }
}
.content .main .group_4 .block_6 .text-group_18 .text_32 {
  font-size: 0.8rem;
  line-height: 1.2rem !important;
  display: inline-block;
}
@media (min-width: 768px) {
  .content .main .group_4 .block_6 .text-group_18 .text_32 {
    font-size: 0.8rem;
    line-height: 1.2rem !important;
  }
}
.content .main .group_5 {
  width: 100%;
  height: 660px;
  background: url(./img/bg-group_5.jpg) 0 0 no-repeat;
  background-size: 140% auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 350px) {
  .content .main .group_5 {
    height: 580px;
    background-size: 100% auto;
    background-position: 0;
  }
}
@media (min-width: 400px) {
  .content .main .group_5 {
    height: 640px;
    background-size: 100% auto;
    background-position: 0;
  }
}
@media (min-width: 500px) {
  .content .main .group_5 {
    height: 540px;
    background-size: 100% auto;
    background-position: 0;
  }
}
@media (min-width: 768px) {
  .content .main .group_5 {
    height: 660px;
    background-size: 100% auto;
    background-position: 0;
  }
}
@media (min-width: 1000px) {
  .content .main .group_5 {
    height: 600px;
    background-size: 100% auto;
    background-position: 0;
    padding-top: 80px;
  }
}
.content .main .group_5 .section_2 {
  height: 100px;
  background: url(./img/bg-group_5-title.png) 0 no-repeat;
  background-size: 90%;
  background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .content .main .group_5 .section_2 {
    background-size: 45%;
  }
}
.content .main .group_5 .section_2 .image_1 {
  width: 65px;
  position: absolute;
  top: -15px;
}
@media (min-width: 768px) {
  .content .main .group_5 .section_2 .image_1 {
    width: 80px;
    top: -30px;
  }
}
.content .main .group_5 .section_2 .text_1 {
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 40px;
}
@media (min-width: 768px) {
  .content .main .group_5 .section_2 .text_1 {
    background-size: 60%;
    font-size: 1.5rem;
    top: 35px;
  }
}
.content .main .group_5 .section_2 .image_2 {
  width: 60px;
  position: absolute;
  top: 70px;
}
@media (min-width: 768px) {
  .content .main .group_5 .section_2 .image_2 {
    width: 80px;
    top: 80px;
  }
}
.content .main .group_5 .text-wrapper_1 {
  text-indent: 2em;
  padding: 0.8rem;
  margin-top: 25px;
  background: url(./img/bg-group_5-logo.png) 0 no-repeat;
  background-size: 100%;
  background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 500px) {
  .content .main .group_5 .text-wrapper_1 {
    padding: 1rem;
    background-size: 60%;
    background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  }
}
@media (min-width: 768px) {
  .content .main .group_5 .text-wrapper_1 {
    padding-top: 50px;
    background-size: 30%;
    background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  }
}
@media (min-width: 1300px) {
  .content .main .group_5 .text-wrapper_1 {
    height: 50%;
    background-size: 30%;
    background-position: center; /* 让背景图片在元素内水平和垂直居中 */
    margin-top: 50px;
  }
}
.content .main .group_5 .text-wrapper_1 .text_2 {
  color: #fff;
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 0.4rem;
}
@media (min-width: 400px) {
  .content .main .group_5 .text-wrapper_1 .text_2 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media (min-width: 500px) {
  .content .main .group_5 .text-wrapper_1 .text_2 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media (min-width: 600px) {
  .content .main .group_5 .text-wrapper_1 .text_2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 768px) {
  .content .main .group_5 .text-wrapper_1 .text_2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.content .main .group_6 {
  width: 100%;
  height: auto;
  background: url(./img/矩形-7.png) 0 0 no-repeat;
  background-size: 128%;
  padding-bottom: 50px;
  box-sizing: border-box;
  padding-top: 30px;
}
.content .main .group_6 .block_7 {
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.content .main .group_6 .box_bg {
  background: url(./img/pszczh3kdwrfrqwiugsdcjgajwceea8w7o62a91d8e-78e9-4373-964f-3ffbed51b258.png) 0 no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (min-width: 768px) {
  .content .main .group_6 .box_bg {
    background-size: 96%;
  }
}
.content .main .group_6 .box_4 {
  position: relative;
  width: 100%;
  height: 330px;
}
@media (min-width: 468px) {
  .content .main .group_6 .box_4 {
    width: 100%;
    height: 420px;
  }
}
@media (min-width: 580px) {
  .content .main .group_6 .box_4 {
    width: 100%;
    height: 550px;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 {
    height: 420px;
    top: 50px;
  }
}
@media (min-width: 1300px) {
  .content .main .group_6 .box_4 {
    height: 500px;
    top: 50px;
  }
}
@media (min-width: 1500px) {
  .content .main .group_6 .box_4 {
    height: 560px;
    top: 50px;
  }
}
.content .main .group_6 .box_4 .text-wrapper_19 {
  width: 100%;
  padding-top: 60px;
}
@media (min-width: 468px) {
  .content .main .group_6 .box_4 .text-wrapper_19 {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 .text-wrapper_19 {
    padding-top: 60px;
  }
}
@media (min-width: 1000px) {
  .content .main .group_6 .box_4 .text-wrapper_19 {
    padding-top: 60px;
  }
}
@media (min-width: 1500px) {
  .content .main .group_6 .box_4 .text-wrapper_19 {
    padding-top: 70px;
  }
}
.content .main .group_6 .box_4 .text-wrapper_19 .box {
  width: 90%;
}
.content .main .group_6 .box_4 .text-wrapper_19 .text_181 {
  width: 100%;
  overflow-wrap: break-word;
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  font-family: HiraginoSansGB-W6;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  padding: 0 10px;
}
@media (min-width: 468px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .text_181 {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .text_181 {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 1000px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .text_181 {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }
}
.content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
  width: 100%;
  overflow-wrap: break-word;
  color: rgb(0, 0, 0);
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  text-align: left;
  line-height: 0.9rem;
  margin-top: 0.5rem;
  text-indent: 2em;
  padding: 0 10px;
}
@media (min-width: 360px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
}
@media (min-width: 380px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
}
@media (min-width: 380px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media (min-width: 478px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 580px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 1000px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.content .main .group_6 .box_4 .image_30 {
  width: 120px;
}
@media (min-width: 478px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 160px;
  }
}
@media (min-width: 580px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 120px;
  }
}
@media (min-width: 1000px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 200px;
  }
}
@media (min-width: 1300px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 230px;
  }
}
@media (min-width: 1600px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 230px;
  }
}
.content .main .group_6 .box_5 {
  margin-top: 30px;
}
.content .main .group_6 .box_5 .image_32 {
  width: 80%;
  height: auto;
}
.content .main .group_6 .box_6 {
  margin-top: 30px;
}
.content .main .group_6 .box_6 .text-wrapper_17 {
  box-shadow: 0px 6px 5px 2px rgba(2, 0, 6, 0.1);
  background-image: linear-gradient(-2deg, rgb(41, 133, 199) 0, rgba(41, 133, 199, 0.996078) 0, rgb(16, 93, 149) 100%, rgb(16, 93, 149) 100%);
  border-radius: 30px;
  height: 50px;
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content .main .group_6 .box_6 .text-wrapper_17 .text_190 {
  color: #fff;
}
.content .main .group_7 {
  width: 100%;
  height: 120px;
  padding: 5px 0;
  gap: 10px;
  background-color: #105d95;
}
@media (min-width: 768px) {
  .content .main .group_7 {
    height: 160px;
    gap: 20px;
    padding: 35px 0;
  }
}
.content .main .group_7 .image_16 {
  width: 67px;
  height: auto;
}
@media (min-width: 768px) {
  .content .main .group_7 .image_16 {
    width: 100px;
    height: auto;
  }
}
.content .main .group_7 .text-group_28 .text_103 {
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .content .main .group_7 .text-group_28 .text_103 {
    font-size: 1.8rem;
  }
}
.content .main .group_7 .text-group_28 .text_104 {
  color: #d7d7d7;
  font-size: 0.7rem;
  font-weight: 200;
}
@media (min-width: 768px) {
  .content .main .group_7 .text-group_28 .text_104 {
    font-size: 1rem;
  }
}
.content .main .group_7 .text_105 {
  color: #d7d7d7;
  font-size: 0.6rem;
  font-weight: 200;
}
@media (min-width: 768px) {
  .content .main .group_7 .text_105 {
    font-size: 0.9rem;
  }
}

.PopUp-back {
  width: 100%;
}
.PopUp-back .main {
  padding: 5px 30px;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
.PopUp-back .main .hide {
  display: none;
}
.PopUp-back .nav {
  height: 100px;
}
.PopUp-back .nav .nav-item {
  text-align: center;
}
.PopUp-back .content .close {
  position: absolute;
  right: 1rem;
  top: 0rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.PopUp-back .content .close img {
  width: 100%;
  height: auto;
}
.PopUp-back .content .title {
  line-height: 2rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
.PopUp-back .content .tit {
  height: 50px;
  line-height: 50px;
}
.PopUp-back .content .pic img {
  width: 100%;
}

.fixed {
  position: fixed;
  top: 42%;
  right: 8px;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
}
.fixed .pcDialog2 {
  width: 266px;
  position: absolute;
  top: -50px;
  right: 60px;
  z-index: 100;
}
.fixed .pcDialog2 .dialog-header {
  height: 40px;
  line-height: 40px;
  background: url(./img/download8.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.fixed .pcDialog2 .dialog-body {
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.fixed .pcDialog2 .dialog-body img {
  width: 100px;
  height: 100px;
}
.fixed .pcDialog2 .dialog-body .wx {
  width: 100%;
  height: 266px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fixed .pcDialog2 .dialog-body .wx img {
  width: 226px;
  height: 226px;
}
.fixed .pcDialog2 .dialog-body .wx .wx-text {
  font-size: 16px;
}
.fixed .pcDialog2 .dialog-body .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px;
}
.fixed .pcDialog2 .dialog-body .box .copy-text {
  width: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fixed .pcDialog2 .dialog-body .box .copy-text .pc-copy {
  background: #105d95;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-left: 8px;
}
.fixed .pcDialog2 .dialog-body .box .copy-text .copy-text {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 10px 0;
  float: right;
}/*# sourceMappingURL=index.css.map */