<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cover-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hover-zoomin-bg {
  position: relative;
  overflow: hidden;
}
.hover-zoomin-bg::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s;
  will-change: transform;
}
.hover-zoomin-bg:hover::after {
  transform: scale(1.1);
}
.home-contact .contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn,
.form-control {
  border-radius: 0;
}
.modal.bsAlert {
  z-index: 1051!important;
}
.modal.bsAlert + .modal-backdrop.show {
  z-index: 1050!important;
}
.keep-lf {
  white-space: pre-wrap;
}
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  color: #101010;
  padding-bottom: env(safe-area-inset-bottom);
  padding-top: 75px;
}
a {
  text-decoration: none;
  color: #0057b8;
}
header {
  background-color: #0057b8;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 75px;
  z-index: 1050;
}
header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar .navbar-nav {
  --bs-nav-link-color: #fff;
  font-size: 18px;
  --bs-nav-link-padding-y: 23px;
}
header .navbar .navbar-nav .nav-link {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
header .navbar .navbar-nav .nav-link.active {
  border-color: #fff;
}
.home-banners .banner-swiper {
  --swiper-navigation-color: rgba(255, 255, 255, 0.5);
  --swiper-pagination-bullet-width: 44px;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-border-radius: 2px;
  --swiper-pagination-bullet-inactive-color: #fff;
}
.home-banners .banner-swiper .swiper-slide {
  position: relative;
  color: #fff;
}
.home-banners .banner-swiper .swiper-slide img {
  width: 100%;
}
.home-banners .banner-swiper .swiper-slide &gt; div {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right;
}
.home-banners .banner-swiper .swiper-slide &gt; div .title {
  font-size: 78px;
}
.home-banners .banner-swiper .swiper-slide &gt; div .sub-title {
  font-size: 48px;
}
.section-header {
  margin-bottom: 3rem;
}
.section-header .section-title {
  font-size: 36px;
}
.section-header .section-desc {
  width: 65%;
  margin: 2rem 0;
}
.section-header.section-header--center {
  text-align: center;
}
.section-header.section-header--center .section-desc {
  margin-right: auto;
  margin-left: auto;
}
.home-business {
  padding: 6rem 0;
}
.home-business .home-business-tiles .home-business-tile {
  height: 530px;
  width: 33.333%;
  position: relative;
  transition: width 0.3s;
  will-change: width;
}
.home-business .home-business-tiles .home-business-tile::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 90;
  opacity: 1;
  transition: opacity 0.3s;
}
.home-business .home-business-tiles .home-business-tile::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-image: inherit;
  z-index: 80;
  will-change: top bottom;
  transition: top 0.3s, bottom 0.3s;
}
.home-business .home-business-tiles .home-business-tile .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 30px;
  color: #fff;
  z-index: 100;
  transition: opacity 0.3s 0.1s;
}
.home-business .home-business-tiles:hover .home-business-tile {
  width: 28%;
}
.home-business .home-business-tiles:hover .home-business-tile:hover {
  width: 44%;
}
.home-business .home-business-tiles:hover .home-business-tile:hover::before {
  top: -1rem;
  bottom: -1rem;
}
.home-business .home-business-tiles:hover .home-business-tile:hover::after {
  opacity: 0;
}
.home-business .home-business-tiles:hover .home-business-tile:hover .title {
  opacity: 0;
}
.home-cases {
  padding: 6rem 0;
  background-color: #eee;
}
.case-card {
  color: #fff;
  height: 480px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.case-card::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s;
  will-change: transform;
}
.case-card:hover::after {
  transform: scale(1.1);
}
.case-card .wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  height: 148px;
}
.case-card .wrapper .title {
  font-size: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.case-card .wrapper .sub-title {
  margin-top: 6px;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-card2 {
  display: block;
  color: inherit;
}
.case-card2 .logo {
  position: relative;
  overflow: hidden;
}
.case-card2 .logo::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s;
  will-change: transform;
}
.case-card2 .logo:hover::after {
  transform: scale(1.1);
}
.case-card2 .wrapper {
  padding: 1.5rem;
  height: 128px;
  border: 1px solid #f1f1f1;
}
.case-card2 .wrapper .title {
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-card2 .wrapper .published-at {
  margin-top: 6px;
  font-size: 14px;
  color: #b5b5b5;
}
.case-card2 .wrapper .published-at img {
  height: 1em;
}
.case-card2 .wrapper .published-at span {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.home-news {
  padding: 6rem 0;
}
.news-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-card .logo {
  position: relative;
  overflow: hidden;
}
.news-card .logo::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s;
  will-change: transform;
}
.news-card .logo:hover::after {
  transform: scale(1.1);
}
.news-card .wrapper {
  padding: 1.5rem;
  height: 148px;
  border: 1px solid #f0f0f0;
}
.news-card .wrapper .title {
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-card .wrapper .published-at {
  margin-top: 6px;
  font-size: 14px;
  color: #b5b5b5;
}
.news-card .wrapper .published-at img {
  height: 1em;
}
.news-card .wrapper .published-at span {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.news-detail {
  padding: 6rem 0;
}
.news-detail .title {
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-detail .published-at {
  margin-top: 6px;
  font-size: 14px;
  color: #b5b5b5;
  text-align: center;
}
.news-detail .published-at img {
  height: 1em;
}
.news-detail .published-at span {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.news-detail .content {
  padding: 5rem 0;
}
.home-contact {
  padding: 6rem 0;
}
.home-contact .contact-card-list {
  display: flex;
}
.home-contact .contact-card-list .contact-card {
  text-align: center;
  padding: 2rem 0;
  width: 25%;
}
.home-contact .contact-card-list .contact-card .name {
  font-size: 30px;
}
.home-contact .contact-card-list .contact-card .name img {
  margin-right: 0.5rem;
}
.home-contact .contact-card-list .contact-card .value {
  padding: 0 1rem;
  margin-top: 1rem;
  font-size: 16px;
}
.home-contact .contact-card-list .contact-card .value a {
  color: inherit;
}
.home-contact .contact-card-list .contact-card .value a:hover {
  color: #0057b8;
}
.home-contact .contact-card-list .contact-card + .contact-card {
  border-left: 1px solid #d4d5d7;
}
.page-banner {
  height: 750px;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.page-banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner .container .title {
  font-size: 72px;
}
.page-banner .container .sub-title {
  font-size: 30px;
}
.smart-parks-business {
  padding: 6rem 0;
}
.smart-parks-business .business-card {
  height: 310px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 3rem;
  margin-bottom: 2em;
}
.smart-parks-business .business-card .title {
  font-size: 30px;
  margin-bottom: 2rem;
}
.smart-parks-business .business-card .abstract {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.smart-parks-business-models {
  padding: 6rem 0;
}
.smart-parks-business-models .business-model-wrapper {
  color: #fff;
  display: flex;
  padding: 10rem 0;
  background-position: center center;
  background-size: cover;
}
.smart-parks-business-models .business-model-wrapper .business-model {
  width: 50%;
  padding: 0 6rem;
  text-align: center;
}
.smart-parks-business-models .business-model-wrapper .business-model .title {
  font-size: 30px;
  margin-bottom: 0.5rem;
}
.smart-parks-business-models .business-model-wrapper .business-model .sub-title {
  font-size: 24px;
  margin-bottom: 1.5rem;
}
.smart-parks-business-models .business-model-wrapper .business-model .abstract {
  font-size: 16px;
}
.smart-parks-values {
  padding: 6rem 0;
}
.smart-parks-values .value-card {
  height: 360px;
  padding: 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  border: 1px solid #dde9f6;
  position: relative;
  overflow: hidden;
}
.smart-parks-values .value-card::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 87, 184, 0.15), rgba(0, 87, 184, 0) 50%);
  transition: top 0.3s;
}
.smart-parks-values .value-card .title {
  font-size: 30px;
}
.smart-parks-values .value-card .abstract {
  flex: none;
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
  will-change: height;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
}
.smart-parks-values .value-card:hover::before {
  top: 0;
}
.smart-parks-values .value-card:hover .abstract {
  height: 90px;
}
.smart-parks-cases {
  padding: 6rem 0;
}
.smart-parks-cases .smart-park-case {
  display: flex;
  height: 640px;
  align-items: stretch;
}
.smart-parks-cases .smart-park-case .photo {
  width: 0;
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
}
.smart-parks-cases .smart-park-case .wrapper {
  width: 0;
  overflow: hidden;
  transition: width 0.8s;
  will-change: width;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0057b8;
  color: #fff;
}
.smart-parks-cases .smart-park-case .wrapper .wrapper-body {
  width: 400px;
  padding: 2rem;
}
.smart-parks-cases .smart-park-case .wrapper .wrapper-body .title {
  font-size: 30px;
  margin-bottom: 1rem;
}
.smart-parks-cases .smart-park-case .wrapper .wrapper-body .abstract {
  font-size: 16px;
}
.smart-parks-cases .smart-park-case .wrapper .wrapper-body .more {
  color: inherit;
  margin-top: 2rem;
  border-color: #fff;
}
.smart-parks-cases .smart-park-case.in .wrapper {
  width: 432px;
}
.industrial-iot-cases {
  padding: 6rem 0;
}
.industrial-iot-sectors {
  padding: 6rem 0;
}
.industrial-iot-sectors .sector-list {
  display: flex;
}
.industrial-iot-sectors .sector-list .sector-item {
  width: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  font-size: 30px;
  align-items: center;
  height: 320px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.industrial-iot-sectors .sector-list .sector-item::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s;
  will-change: transform;
}
.industrial-iot-sectors .sector-list .sector-item:hover::after {
  transform: scale(1.1);
}
.industrial-iot-sectors .sector-list .sector-item &gt; * {
  z-index: 1;
}
.news-list {
  padding: 6rem 0;
}
.news-list .news-card {
  margin-bottom: 1.5rem;
}
.industrial-iot-solutions {
  padding: 6rem 0;
}
.industrial-iot-solutions .solution-card {
  border: 1px solid #c3d7ee;
  padding: 1.5rem;
  height: 180px;
  margin-bottom: 1.6rem;
}
.industrial-iot-solutions .solution-card .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 24px;
  color: #0057b8;
  margin-bottom: 0.5rem;
}
.industrial-iot-solutions .solution-card .abstract {
  color: #b5b5b5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.industrial-iot-advantages {
  padding: 6rem 0;
  background-color: #eee;
}
.industrial-iot-advantages .advantage-card {
  display: flex;
  gap: 4rem;
  padding: 2rem 3rem;
  height: 150px;
  margin-bottom: 1.5rem;
  border: 1px solid #c3d7ee;
  align-items: center;
  background: linear-gradient(-50deg, #e2f0ff, #fff, #fff);
}
.industrial-iot-advantages .advantage-card .logo {
  width: 80px;
  flex: none;
}
.industrial-iot-advantages .advantage-card .logo img {
  width: 80px;
}
.industrial-iot-advantages .advantage-card .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #0057b8;
  font-size: 24px;
  margin-bottom: 1rem;
}
.industrial-iot-advantages .advantage-card .abstract {
  color: #b5b5b5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.about-us {
  padding: 6rem 0;
}
.contact-us {
  padding: 6rem 0;
}
.contact-us .row {
  --bs-gutter-x: 3rem;
}
.contact-us .bmap {
  width: 100%;
  height: 553px;
  border: 1px solid #ccc;
}
.contact-us .company-name {
  font-size: 30px;
  margin-bottom: 2rem;
  font-weight: bold;
}
.contact-us .contact-card {
  display: flex;
  margin-bottom: 2rem;
}
.contact-us .contact-card .name img {
  margin-right: 0.6rem;
}
.contact-us .contact-card .value {
  margin-left: 1rem;
}
.contact-us .contact-card .value a {
  color: inherit;
}
.contact-us .contact-card .value a:hover {
  color: #0057b8;
}
footer {
  background-color: #0057b8;
  padding: 2rem 0;
  color: #fff;
}
footer .site-map {
  display: flex;
  flex-direction: row;
  padding-top: 12px;
}
footer .site-map .nav-link {
  padding: 0 8px;
}
.icp {
  font-size: 12px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
</pre></body></html>