/*字体颜色*/
.text-deep-blue {
  color: #0b3c54;
}
.text-deep-blue2 {
  color: #112e40;
}
.text-white {
  color: #ffffff;
}
/*加粗*/
.font-bold {
  font-weight: bold;
}
.font-thin {
  font-weight: 100;
}
/*字号*/
.font-28 {
  font-size: 28px;
}
.font-24 {
  font-size: 24px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.font-14 {
  font-size: 12px;
}
.font-12 {
  font-size: 12px;
}
/*行高*/
.line-height-15 {
  line-height: 1.5;
}
.line-height-17 {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .font-28 {
    font-size: 22px;
  }
}
/*外边距*/
.mt-24 {
  margin-top: 24px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-48 {
  margin-bottom: 48px;
}
/*内边距*/
.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}
.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pl-48 {
  padding-left: 48px;
}
.pr-48 {
  padding-right: 48px;
}

.text-break-all {
  word-break: break-all;
}

/*按钮*/
.page-block-button {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding: 0 2%;
  color: #0b3c54;
  border: 1px solid #0b3c54;
  background: transparent;
}
.page-block-button.blue {
  color: #0b3c54;
  border: 1px solid #0b3c54;
  background: transparent;
}

.page-block-button .download-button {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzM1NTE4NzQxNzA0IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjM5NzEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTgxMC42NjcgNTU0LjY2N2wwIDIxMy4zMzMtNTk3LjMzMyAwIDAtMjEzLjMzMy04NS4zMzMgMCAwIDI5OC42NjcgNzY4IDAgMC0yOTguNjY3ek01MTIgNjgyLjY2N2wxNzAuNjY3LTIxMy4zMzMtMTI4IDAgMC0yOTguNjY3LTg1LjMzMyAwIDAgMjk4LjY2Ny0xMjggMHoiIGZpbGw9IiMyNzI2MzYiIHAtaWQ9IjM5NzIiPjwvcGF0aD48L3N2Zz4=);
}
.page-block-button:hover {
  color: #fff;
  background: #ff8f00;
  border: 1px solid #ff8f00;
}
.page-block-button:hover .download-button {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzM1NTE4NzQxNzA0IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjM5NzEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTgxMC42NjcgNTU0LjY2N2wwIDIxMy4zMzMtNTk3LjMzMyAwIDAtMjEzLjMzMy04NS4zMzMgMCAwIDI5OC42NjcgNzY4IDAgMC0yOTguNjY3ek01MTIgNjgyLjY2N2wxNzAuNjY3LTIxMy4zMzMtMTI4IDAgMC0yOTguNjY3LTg1LjMzMyAwIDAgMjk4LjY2Ny0xMjggMHoiIGZpbGw9IiNmZmZmZmYiIHAtaWQ9IjM5NzIiPjwvcGF0aD48L3N2Zz4NCg==);
}

/*广告条*/
.ad-bar {
  width: 100%;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.adbar-bg {
  width: 100%;
  height: 100%;
}

.adbar-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transition: all 0.45s ease-out;
}

.ad-bar:hover .adbar-bg img {
  transform: scale(1.02);
}
.ad-bar a {
  display: block;
  width: 100%;
  height: 100%;
}
.ad-1 .ad-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 38px;
  font-weight: bold;
  transform: translateY(-50%) translateX(-30%);
  color: transparent; /* 确保文字颜色为透明 */
  background-image: linear-gradient(
    to right,
    #d0f2ae,
    #46dff2
  ); /* 定义渐变颜色 */
  -webkit-background-clip: text; /* 仅剪裁背景到文字 */
  background-clip: text; /* 兼容现代浏览器 */
  transition: all 0.45s ease-out;
}
.ad-1:hover .ad-text {
  color: #fff;
}
.ad-2 .adorn {
  width: 25%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.ad-2 .adorn img {
  width: 100%;
}
.ad-2 .ad-text {
  position: absolute;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  top: 50%;
  right: 15%;
  color: #fff;
  font-size: 18px;
  padding: 0 48px;
  transform: translateY(-50%);
  background: linear-gradient(to right, #079fdf, #d2db06);
}
/*卡片*/
.asc25-card {
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.asc25-card-head {
  background: #0b3c54;
  padding: 1.3% 4%;
}
.asc25-card-body {
  background: #fff;
  min-height: 500px;
}

/*链接样式*/
.text-link {
  text-decoration: underline;
}

/*内容*/
.asc25_banner_content {
  padding: 1.5% 0 7% 0;
}
.asc25_safe_width2 {
  width: 70%;
  max-width: 1346px;
  margin: 0 auto;
}
.asc25_page_main {
  padding: 48px 0;
  position: relative;
  background-image: url("../imgs/pre-round/bg1.png");
  background-size: cover;
  background-position: center bottom;
}
.asc25_page_main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 16px;
  background: linear-gradient(to right, #019de5, #67bb78, #d7dd01);
}

.asc25_page_main2 {
  padding: 48px 0;
}

.ad-1 img.hover {
  display: none !important;
}
.ad-1:hover img.hover {
  display: block !important;
}
.ad-1:hover img.normal {
  display: none !important;
}
.qa-list {
  line-height: 1.9;
  font-size: 16px;
}
.qa-list h6 {
  font-weight: bold;
  font-size: 16px;
}
.qa-list p {
  font-size: 16px;
}
.qa-list p strong {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 1366px) {
  .ad-1 .ad-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .media-font-size-16 {
    font-size: 16px;
  }
  .media-font-size-18 {
    font-size: 18px;
  }
  .m-mt-16 {
    margin-top: 16px;
  }
  .m-mt-32 {
    margin-top: 32px;
  }
  .m-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .m-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .page-block-button {
    padding: 0 4%;
    height: 48px;
  }

  .asc25_page_main .desc {
    padding: 0;
    text-align: left;
  }
  .asc25-card-body p {
    text-align: left;
  }
  .asc25-card-body p a {
    word-break: break-all;
  }

  .ad-bar {
    height: 220px;
  }

  .ad-1 .ad-text {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
  .ad-2 .adorn {
    left: 40px;
    top: 20px;
    width: 80%;
    transform: translateY(0);
  }
  .ad-2 .ad-text {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    right: auto;
    padding: 0 12px;
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .contact-us-content span {
    display: block;
  }
  .contact-us-content .divier {
    display: none;
  }
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
