<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.viewmore-page {
  position: relative;
}
.viewmore-page header {
  position: absolute;
  height: 78px;
  width: 100%;
  background-color: #0C38DE;
  z-index: 99999;
  border-bottom: 1px solid #28282842;
}
.viewmore-page header .header {
  width: 100%;
  top: 0;
  z-index: 999;
  height: 78px;
}
.viewmore-page main {
  background-color: #ffffff;
  z-index: 9999;
  position: relative;
}
.viewmore-page main .breadcrumb-nav {
  font-size: 14px;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  margin: 76px auto 40px;
}
.viewmore-page main .breadcrumb-nav i {
  padding: 0 10px;
}
.viewmore-page main .breadcrumb-nav span {
  color: #666666;
}
.viewmore-page main .breadcrumb-nav .slide {
  position: relative;
}
.viewmore-page main .firh1 {
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #282828;
  margin-bottom: 40px;
  margin-top: 60px;
}
.viewmore-page section .firmod,
.viewmore-page section .senmod,
.viewmore-page section .thrmod {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.viewmore-page section .tit_box {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.viewmore-page section .tit_box .line {
  width: 100%;
  height: 2px;
  background-color: #1861e854;
}
.viewmore-page section .tit_box .tit {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 10px;
}
.viewmore-page section .tit_box .tit p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  color: #110e0f;
  white-space: nowrap;
  z-index: 99;
}
.viewmore-page section .tit_box .tit img.img1 {
  height: 25px;
  margin-right: -11px;
}
.viewmore-page section .tit_box .tit img.img2 {
  height: 30px;
  margin-left: -20px;
}
.viewmore-page section .info_item &gt; p {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  padding: 0 55px;
}
.viewmore-page section .info_item &gt; p.font16_12 {
  /* line-height: 30px; */
  font-size: 18px;
}
.viewmore-page section .info_item &gt; p.font16_12 &gt;b{
  font-size: 18px;
  visibility: hidden;
}
.viewmore-page section.dd_fullscreenslider article.slide {
  padding: 250px 0 0;
}
.viewmore-page footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #1B66E6;
}
.viewmore-page footer .foot {
  min-height: 120px;
  padding-top: 20px;
}
.viewmore-page footer .foot .footer-bottom {
  border-top: none;
}
.viewmore-page .tips {
  position: fixed;
  z-index: 9999;
  top: 64%;
  right: 20px;
  width: 20px;
  text-align: center;
  font-size: 13px;
  color: #000;
}
.viewmore-page .tips div {
  margin: 5px 0;
}
.viewmore-page .tips .line {
  margin: 10px auto 5px;
  width: 1px ;
  height: 100px;
  background-color: #000;
}

@media screen and (max-width: 1400px) {
  .viewmore-page main .breadcrumb-nav {
    margin: 76px auto 30px;
  }
  .viewmore-page main .firh1 {
    margin-top: 30px;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .viewmore-page .info_list {
    margin: auto;
    width: 85%;
  }
  .viewmore-page section .breadcrumb-nav {
    margin: 30px auto 10px;
  }
  .viewmore-page section .info_item &gt; p {
    padding: 0 ;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
  }
  .viewmore-page section .info_item &gt; p.font16_12{
    font-size: 14px;
    /* line-height: 22px; */
  }
  .viewmore-page section .info_item &gt; p.font16_12 &gt;b{
    font-size: 14px;
  }
  .viewmore-page section .tit_box {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .viewmore-page section .tit_box .tit p {
    text-align: center;
    font-size: 16px;
  }
  .viewmore-page section.dd_fullscreenslider article.slide {
    padding: 200px 0 0;
  }
  .viewmore-page footer .foot {
    padding-top: 10px;
    min-height: 60px;
    padding-bottom: 0;
  }
  .viewmore-page footer .foot .footer-bottom {
    padding-top: 0;
    border-top: none;
  }
  .viewmore-page .tips .line {
    height: 70px;
  }
}

/*250220*/
.viewmore-page section .info_item  p b{
  position: relative;
}
.viewmore-page section .info_item  p b::after{ position: absolute;
  content: '';
  display: block;
  width: 82%;
  height: 10px;
  top: 9px;
  background: #dce4ff;
  z-index: -1;
}
</pre></body></html>