<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-scrollbar {
  width: 0px;
}

.banner {
  width: 100%;
  background-image: url("../images/bg.png");
  background-size: 100% 100%;
  height: 460px;
}

.banner .banner_nr {
  width: 1200px;
  margin: 0 auto;
  padding-top: 34px;
}

.banner .banner_nr ul li {
  display: flex;
  align-items: center;
}

.banner .banner_nr ul li img {
  width: 174px;
}

.banner .banner_nr ul li h5 {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 8px;
}

.banner .banner_nr ul li h6 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 5px;
  margin-left: 35px;
}

.banner .banner_nr ul li p {
  width: 803px;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  letter-spacing: 2px;
  text-align: justify;
  margin-top: 25px;
}

.banner .banner_nr ul li a {
  width: 220px;
  height: 50px;
  background: #fd9c3c;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 30px;
  transition: all 0.5s;
}

.banner .banner_nr ul li a:hover {
  background-color: #ffffff;
  color: #367bf0;
}

.banner .banner_nr ul .title {
  margin-top: 44px;
}

.Content_classification {
  width: 1200px;
  margin: 0 auto;
  margin-top: 38px;
}

.Content_classification ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Content_classification ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Content_classification ul li img {
  width: 80px;
  margin-bottom: 18px;
}

.Content_classification ul li p {
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 4px;
  cursor: default;
}

.Usage_scenario {
  width: 100%;
  margin-top: 38px;
  background: rgba(54, 123, 240, 0.03);
  padding-top: 30px;
}

.Usage_scenario .bt ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Usage_scenario .bt ul li img {
  width: 21px;
  margin: 0 20px;
}

.Usage_scenario .bt ul li h6 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 5px;
}

.Usage_scenario .nr {
  width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
}

.Usage_scenario .nr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Usage_scenario .nr ul li {
  width: 230px;
  height: 100px;
  background: rgba(54, 123, 240, 0.1);
  margin-bottom: 15px;
  transition: all 0.5s;
}

.Usage_scenario .nr ul li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 100px;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.3s;
}

.Usage_scenario .nr ul li:hover {
  background: rgba(54, 123, 240, 0.5);
}

.Usage_scenario .nr ul li:hover a {
  color: #fff;
}

.Usage_scenario .mobile_nr {
  display: none;
}

.Core_module {
  width: 100%;
  background: rgba(54, 123, 240, 0.03);
  padding-top: 38px;
  padding-bottom: 60px;
}

.Core_module .bt ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Core_module .bt ul li img {
  width: 21px;
  margin: 0 20px;
}

.Core_module .bt ul li h6 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 5px;
}

.Core_module .nr {
  width: 1200px;
  margin: 0 auto;
}

.Core_module .nr ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.Core_module .nr li {
  display: flex;
  width: 110px;
  margin-top: 36px;
  margin-right: 168px;
}

.Core_module .nr li a {
  font-size: 20px;
  color: #333333;
  letter-spacing: 2px;
}

.Core_module .nr li:hover a {
  color: #367bf0;
}

.Core_module .nr li:nth-child(5n) {
  margin-right: 0;
  width: 88px;
}

.Functional_highlights {
  width: 1200px;
  margin: 0 auto;
  padding-top: 28px;
}

.Functional_highlights .bt ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Functional_highlights .bt ul li img {
  width: 21px;
  margin: 0 20px;
}

.Functional_highlights .bt ul li h6 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 5px;
}

.Functional_highlights .nr {
  width: 100%;
  margin-top: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Functional_highlights .nr .box {
  width: 365px;
  margin-bottom: 60px;
}

.Functional_highlights .nr .box ul {
  display: flex;
  justify-content: space-between;
}

.Functional_highlights .nr .box ul li img {
  width: 90px;
  margin-right: 20px;
}

.Functional_highlights .nr .box ul li h6 {
  font-size: 18px;
  font-weight: bold;
  color: #367bf0;
  letter-spacing: 1px;
  margin-bottom: 13px;
  margin-top: 5px;
}

.Functional_highlights .nr .box ul li p {
  font-size: 14px;
  color: #4c5a7a;
  line-height: 19px;
  width: 255px;
  letter-spacing: 1px;
}

.Functional_highlights .nr .box ul li .zai {
  width: 239px;
}

.Functional_highlights .nr a:hover .box h6 {
  color: #fd9c3c;
}

.Functional_highlights .nr a:hover .box p {
  color: #367bf0;
}

.Successful_cases {
  width: 100%;
  padding-top: 29px;
  padding-bottom: 46px;
  background: rgba(54, 123, 240, 0.03);
}

.Successful_cases .bt ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Successful_cases .bt ul li img {
  width: 21px;
  margin: 0 20px;
}

.Successful_cases .bt ul li h6 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 5px;
}

.Successful_cases .nr {
  width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
}

.Successful_cases .nr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Successful_cases .nr ul li .zgzt {
  width: 60px;
}

.Successful_cases .nr ul li .hfgd {
  width: 53.78px;
}

.Successful_cases .nr ul li .zl {
  width: 110.37px;
}

.Successful_cases .nr ul li .zgsh {
  width: 120.13px;
}

.Successful_cases .nr ul li .kdry {
  width: 103.94px;
}

.Successful_cases .nr ul li .zgdj {
  width: 177.88px;
}

.Successful_cases .nr ul li .wlj {
  width: 162.29px;
}

.Successful_cases .nr ul li .hmqc {
  width: 216px;
}

.Successful_cases .Free_registration a {
  width: 220px;
  height: 50px;
  background: #fd9c3c;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 4px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  transition: all 0.5s;
}

.Successful_cases .Free_registration a:hover {
  background-color: #367bf0;
}

@media screen and (max-width: 750px) {
  .banner {
    width: 7.5rem;
    background-image: url("../images/xay1.png");
    background-size: 100% 100%;
    height: 6.7rem;
  }
  .banner .banner_nr {
    width: 6.9rem;
    margin: 0 auto;
    padding-top: 0.6rem;
  }
  .banner .banner_nr ul li {
    display: flex;
    align-items: center;
  }
  .banner .banner_nr ul li img {
    width: 1.74rem;
  }
  .banner .banner_nr ul li h5 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.06rem;
  }
  .banner .banner_nr ul li h6 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.04rem;
    margin-left: 0.35rem;
  }
  .banner .banner_nr ul li p {
    width: 6.9rem;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.42rem;
    letter-spacing: 0.04rem;
    text-align: justify;
    margin-top: 0.25rem;
  }
  .banner .banner_nr ul li a {
    width: 3rem;
    height: 0.7rem;
    background: #fd9c3c;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.7rem;
    text-align: center;
    letter-spacing: 0.05rem;
    transition: all 0.5s;
    display: block;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  .banner .banner_nr ul li a:hover {
    background-color: #ffffff;
    color: #367bf0;
  }
  .banner .banner_nr ul .title {
    margin-top: 0.65rem;
  }
  .Content_classification {
    width: 6.9rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .Content_classification ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Content_classification ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Content_classification ul li img {
    width: 0.75rem;
    margin-bottom: 0.18rem;
  }
  .Content_classification ul li p {
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.26rem;
    letter-spacing: 0.04rem;
  }
  .Usage_scenario {
    width: 100%;
    margin-top: 0.5rem;
    background: rgba(54, 123, 240, 0.03);
    padding-top: 0.2rem;
  }
  .Usage_scenario .bt ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Usage_scenario .bt ul li img {
    width: 0.21rem;
    margin: 0 0.2rem;
  }
  .Usage_scenario .bt ul li h6 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.06rem;
  }
  .Usage_scenario .nr {
    display: none;
  }
  .Usage_scenario .mobile_nr {
    display: block;
    width: 6.9rem;
    margin: 0 auto;
    margin-top: 0.26rem;
  }
  .Usage_scenario .mobile_nr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .Usage_scenario .mobile_nr ul li {
    width: 1.66rem;
    height: 1rem;
    background: rgba(54, 123, 240, 0.1);
    margin-bottom: 0.1rem;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Usage_scenario .mobile_nr ul li a {
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 0.32rem;
    letter-spacing: 0.03rem;
    transition: all 0.3s;
  }
  .Usage_scenario .mobile_nr ul li.chang {
    width: 3.4rem;
  }
  .Usage_scenario .mobile_nr ul li:hover {
    background: rgba(54, 123, 240, 0.5);
  }
  .Usage_scenario .mobile_nr ul li:hover a {
    color: #fff;
  }
  .Core_module {
    width: 100%;
    background: rgba(54, 123, 240, 0.03);
    padding-top: 0.38rem;
    padding-bottom: 0.38rem;
  }
  .Core_module .bt ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Core_module .bt ul li img {
    width: 0.21rem;
    margin: 0 0.2rem;
  }
  .Core_module .bt ul li h6 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.06rem;
  }
  .Core_module .nr {
    width: 6.9rem;
    margin: 0 auto;
    margin-top: 0.29rem;
  }
  .Core_module .nr ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .Core_module .nr li {
    display: flex;
    width: 2.3rem;
    height: 0.62rem;
    margin-top: 0;
    margin-right: 0;
    border: 0.02rem solid rgba(54, 123, 240, 0.16);
  }
  .Core_module .nr li a {
    font-size: 0.24rem;
    color: #333333;
    letter-spacing: 0.02rem;
    line-height: 0.62rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .Core_module .nr li:hover a {
    color: #367bf0;
  }
  .Core_module .nr li.chang {
    width: 3.45rem;
  }
  .Core_module .nr li:nth-child(5n) {
    margin-right: 0;
    width: 2.3rem;
  }
  .Core_module .nr li:nth-child(3n) {
    border-left: none;
    border-bottom: none;
  }
  .Core_module .nr li:nth-child(2),
  .Core_module .nr li:nth-child(5),
  .Core_module .nr li:nth-child(8),
  .Core_module .nr li:nth-child(11) {
    border-bottom: none;
    border-left: none;
  }
  .Core_module .nr li:nth-child(1),
  .Core_module .nr li:nth-child(4),
  .Core_module .nr li:nth-child(7),
  .Core_module .nr li:nth-child(10) {
    border-bottom: none;
  }
  .Core_module .nr li:nth-child(13) {
    border-right: none;
  }
  .Functional_highlights {
    width: 6.9rem;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .Functional_highlights .bt ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Functional_highlights .bt ul li img {
    width: 0.21rem;
    margin: 0 0.2rem;
  }
  .Functional_highlights .bt ul li h6 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.06rem;
  }
  .Functional_highlights .nr {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .Functional_highlights .nr .box {
    margin-bottom: 0.34rem;
    padding-left: 0.4rem;
  }
  .Functional_highlights .nr .box ul {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .Functional_highlights .nr .box ul li img {
    width: 0.9rem;
    margin-right: 0.22rem;
  }
  .Functional_highlights .nr .box ul li h6 {
    font-size: 0.26rem;
    font-weight: bold;
    color: #367bf0;
    letter-spacing: 0.01rem;
    margin-bottom: 0.13rem;
  }
  .Functional_highlights .nr .box ul li p {
    font-size: 0.24rem;
    color: #4c5a7a;
    line-height: 0.31rem;
    width: 5.4rem;
    letter-spacing: 0.01rem;
  }
  .Functional_highlights .nr a:hover .box h6 {
    color: #fd9c3c;
  }
  .Functional_highlights .nr a:hover .box p {
    color: #367bf0;
  }
  .Successful_cases {
    width: 100%;
    padding-top: 0.35rem;
    padding-bottom: 0.57rem;
    background: rgba(54, 123, 240, 0.03);
  }
  .Successful_cases .bt ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Successful_cases .bt ul li img {
    width: 0.21rem;
    margin: 0 0.2rem;
  }
  .Successful_cases .bt ul li h6 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.06rem;
  }
  .Successful_cases .nr {
    width: 6.9rem;
    margin: 0 auto;
    margin-top: 0.54rem;
  }
  .Successful_cases .nr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .Successful_cases .nr ul li {
    margin: 0 0.1rem;
    margin-bottom: 0.34rem;
  }
  .Successful_cases .nr ul li .zgzt {
    width: 0.6rem;
  }
  .Successful_cases .nr ul li .hfgd {
    width: 0.5378rem;
  }
  .Successful_cases .nr ul li .zl {
    width: 1.1037rem;
  }
  .Successful_cases .nr ul li .zgsh {
    width: 1.2013rem;
  }
  .Successful_cases .nr ul li .kdry {
    width: 1.0394rem;
  }
  .Successful_cases .nr ul li .zgdj {
    width: 1.7788rem;
  }
  .Successful_cases .nr ul li .wlj {
    width: 1.6229rem;
  }
  .Successful_cases .nr ul li .hmqc {
    width: 2.16rem;
  }
  .Successful_cases .Free_registration a {
    width: 3rem;
    height: 0.7rem;
    background: #fd9c3c;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.7rem;
    letter-spacing: 0.05rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 0.6rem;
    transition: all 0.5s;
  }
  .Successful_cases .Free_registration a:hover {
    background-color: #367bf0;
  }
}
</pre></body></html>