<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
table,
td,
tr,
input,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  list-style: none;
}

.swimlane {
  padding: 55px 0;
}

a:hover {
  text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.text-with-hr {
  text-align: center;
  position: relative;
  z-index: 2;
}

.text-with-hr:before {
  position: absolute;
  content: '';
  top: 20px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid rgb(23, 104, 228);
  z-index: -1;
}

.text-with-hr .title {
  background: #ffffff;
}

.text-with-hr .title1 {
  color: #999999;
  font-size: 14px;
  margin: 21px 0;
  background-color: #ffffff;
}

.text-with-hr span {
  font-family: SourceHanSansCN-Regular;
  font-size: 28px;
  display: inline-block;
  color: #6e6e6e;
  padding: 0px 50px;
}



.header .container .navbar-collapse {
  margin-top: 10px;
}


.header .container .navbar-collapse {
  margin-top: 10px;
}

.gradientButton {
  color: #ffffff;
  width: 117px;
  height: 40px;
  border: transparent;
  border-radius: 30px;
  background: linear-gradient(45deg, #26A3FF, #12448F);
}

/* Carousel base class */


.banner {
  width: 100%;
  font-size: 60px;
}

.banner img {
  width: 100%;
  height: 100%;
}

.banner video {
  width: 100%;
}

.banner .title {
  left: 0;
  right: 0;
}

.banner .title p {
  font-size: 0.1rem;
}

.banner .title ul {
  width: 100%;
  text-align: center;
  position: relative;
}




@media (max-width:480px) {

  .caption {
    position: absolute;

    top: 10%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }

  .banner .lunbo ul li {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 2px;
    display: none;
    color: rgb(250, 250, 250);
    position: absolute;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swimlane {
    padding: 10px 0;
  }

  .function .main {
    padding-top: 20px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {

  .caption {
    position: absolute;

    top: 20%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }

  .banner .lunbo ul li {
    width: 100%;
    font-size: 2.5rem;
    letter-spacing: 2px;
    display: none;
    color: rgb(250, 250, 250);
    position: absolute;
  }

}

@media (min-width:768px) and (max-width: 991px) {

  .caption {
    position: absolute;
    top: 20%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }

  .banner .lunbo ul li {
    width: 100%;
    font-size: 3rem;
    letter-spacing: 2px;
    display: none;
    color: rgb(250, 250, 250);
    position: absolute;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .caption {
    position: absolute;

    top: 17%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }

  .banner .lunbo ul li {
    width: 100%;
    font-size: 4.5rem;
    letter-spacing: 2px;
    display: none;
    color: rgb(250, 250, 250);
    position: absolute;
  }
}

@media(min-width:1200px) {
  .caption {
    position: absolute;
    bottom: 20px;
    top: 39%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }

  .banner .lunbo ul li {
    width: 100%;
    font-size: 6rem;
    letter-spacing: 2px;
    display: none;
    color: rgb(250, 250, 250);
    position: absolute;
  }

  .function .main {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px;
  }
}

.header .navbar-header .logo {
  float: left;
  padding: 15px 15px;
  font-size: 24px;
  color: white;
  line-height: 20px;
}






/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing h2 {

  margin: 10% 0;
  font-size: 20px;
  font-weight: bold;

}

.marketing .body p {
  font-size: 15px;
}

.marketing .content {
  margin: 7% 0;
  padding: 15%;
  height: 300px;
  text-align: center;

  transition: color .2s;
  -moz-transition: color .2s;
  /* Firefox 4 */
  -webkit-transition: color .2s;
  /* Safari and Chrome */
  -o-transition: color .2s;
  /* Opera */
}

.marketing i {
  font-size: 50px;
}

.info-all {
  border-radius: 5px;
  padding: 40px 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

/* COREVALUE CSS
-----------------------------------------------------*/

.corevalue .content {
  padding: 0 10%;
}

.corevalue {
  background-color: #ffffff;
}

.corevalue ul {
  margin-top: 65px;
  text-align: center;
}

.corevalue li {
  display: inline-block;
  vertical-align: middle;

  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
}

.li2 {
  width: 280px;
  border-radius: 8px;
  background: #006ad0;
}

.li2 .li-div {
  width: 280px;
  border-radius: 8px;
  background: #006ad0;
  font-size: 24px;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

.corevalue img {
  width: 100%;
}

.li-div {
  position: absolute;
  left: 50px;
  top: 40px;
}

.li-div p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 120px;
}

.li2-div {
  position: relative;
  width: 280px;
  height: 260px;
  line-height: 260px;
}

.li2-div p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  opacity: 1;
  filter: Alpha(opacity=1);
}

.li-div-mask-t {
  top: 70px;
}

.li-div-mask {
  position: absolute;
  left: 10%;
  top: 25px;
  width: 80%;
  height: 200px;
  max-width: 80%;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.li-div-mask span {
  font-size: 2.2rem;
  color: #ffffff;
  line-height: unset;
}

.li-div-mask p {
  font-size: 1.7rem;
  color: #fff;
  line-height: 26px;
  margin-top: 20px;
  line-height: unset;
}

@media (max-width:465px) {
  .li-div-mask span {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: unset;
  }

  .li-div-mask p {
    font-size: 1.3rem;
    color: #fff;
    line-height: 26px;

    line-height: unset;
  }

  .li2-div {
    position: relative;
    width: 280px;
    height: 160px;
    line-height: 160px;
  }


}

/* PROTECT CSS
  -------------------------------------------------- */



/* PRICE CSS
-----------------------------------------------------*/

.price .thumbnail {
  position: relative;
  background: #fff;
  padding: 0;
  border: none;
  text-align: center;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .12);
}

.price-content .title {
  padding: 26px 30px;
  height: 130px;
  background: linear-gradient(139deg, #00acff 0%, #4be3fd 100%);
}

.price-content .title h3 {

  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.price-content .title div {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.price-content .title p {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.price-content .title span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.price-content .content {
  font-size: 15px;
  color: #888888;
  padding-top: 47px;
  padding-bottom: 30px;
  line-height: 25px;
  height: 300px;
}

.pbt {
  margin-bottom: 7%;
}

/* FUNCTION CSS
-----------------------------------------------------*/
@media (max-width:480px) {
  .main .main-text {
    text-align: left;
    max-width: 550px;
  }

  .function .main .til {
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(136deg, #9bd5ff, #003481);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
  }

  .function .main .desc {
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgb(49, 49, 49);

  }

  .function .main {
    padding-top: 23px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .main .main-text {
    text-align: left;
    max-width: 550px;
    margin-top: 15%;
  }

  .function .main .til {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(136deg, #9bd5ff, #003481);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
  }

  .function .main .desc {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgb(49, 49, 49);
    letter-spacing: 1px;
    line-height: 30px;
  }

  .function .main {
    padding-top: 23px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .main .main-text {
    text-align: left;
    max-width: 550px;
    margin-top: 15%;
  }

  .function .main .til {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(136deg, #9bd5ff, #003481);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
  }

  .function .main .desc {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgb(49, 49, 49);
    letter-spacing: 1px;
    line-height: 30px;
  }

  .function .main {
    padding-top: 23px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main .main-text {
    text-align: left;
    max-width: 550px;
    margin-top: 15%;
  }

  .function .main .til {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(136deg, #9bd5ff, #003481);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
  }

  .function .main .desc {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgb(49, 49, 49);
    letter-spacing: 1px;
    line-height: 30px;
  }

  .function .main {
    padding-top: 23px;
  }
}

@media(min-width:1200px) {

  .main .main-text {
    text-align: left;
    max-width: 550px;
    margin-top: 15%;
  }

  .function .main .til {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(136deg, #9bd5ff, #003481);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
  }

  .function .main .desc {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgb(49, 49, 49);
    letter-spacing: 1px;
    line-height: 30px;
  }

  .function .main {
    padding-top: 120px;
  }
}

.function .list1 {
  margin: 0 auto;
}

.function .con .item img {
  display: inline-block;
  vertical-align: baseline;
}

.function .home img {
  margin: 0 auto;
  max-width: 80%;
}


.noScorll {
  overflow-x: hidden;
}

.main .row {
  display: flex;
}

.main img {
  width: 100%;
  margin-bottom: 30px;
}


.inview {
  opacity: 1;
}

.image-left {

  right: 0;
}

.image-right {
  left: 0;
  order: 1;
}






/* CUSTOMER CASE CSS
  -------------------------------------------------- */

.case-content {
  margin: 30px 0;
}

.case-content .swiper-slide {
  text-align: center;
  padding: 0 calc((100vw - 816px) * .15);
  width: 816px;
}

.inner figure {
  width: 100%;
}

.inner figure video {
  width: 100%;
  border-radius: 6px;
}

.gallery-item-desc {
  width: 80%;
  text-align: center;
  display: inline-block;
  padding-top: 46px;
  opacity: 0;
  transition-duration: 1.2s;

}

.init .gallery-item-desc {
  opacity: 1;
}

.gallery-item-desc h3 {
  line-height: 1.16667;
  font-weight: 600;
  letter-spacing: .009em;
  color: #111;
  font-size: 20px;
}

.gallery-item-desc p {
  margin-top: 1em;
  color: #333;
  font-size: 15px;
}

.case-content .swiper-slide-prev .gallery-item-desc {
  transform: translateX(-70px);
}

.case-content .swiper-slide-next .gallery-item-desc {
  transform: translateX(70px);
}

.case-content .swiper-slide-active .gallery-item-desc {
  opacity: 1;
  transform: translateX(0);
}

@media only screen and (max-width: 1068px) {
  .case-content .swiper-slide {
    padding: 0 calc((100vw - 576px) * .15);
    width: 576px;
  }

  .gallery-item-desc {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 735px) {
  .case-content .swiper-slide {
    transform: scale(.9);
    padding: 0;
    width: 85vw;
    margin: 0 0;
    min-width: 272px;
  }

  .case-content .swiper-slide-active {
    transform: scale(1);
  }

  .gallery-item-desc {
    padding-top: 26px;
    width: 90%;
  }
}

.case-content .swiper-button-next,
.case-content .swiper-button-prev {
  top: 40%;
  background-color: rgba(210, 210, 210, .6);
  background-size: 15px 15px;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  transition: all .5s;
  outline: none;
  opacity: 0;
}

.mouse-hover .swiper-button-next,
.mouse-hover .swiper-button-prev {
  opacity: 1;
}

.case-content .swiper-button-next:hover,
.case-content .swiper-button-prev:hover {
  background-color: rgba(210, 210, 210, .8);
}

.case-content .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 20px;
}

.case-content .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 20px;
}

.case-content .swiper-container .swiper-button-next.swiper-button-disabled,
.case-content .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/*-news-*/
.news .news-img {
  width: 150px;
  height: 100px;
  overflow: hidden;
}

.news .news-img img {
  max-width: 100%;
}

.news .media-body .content2 {
  font-size: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999999;
}

/* FOOTER CSS
  -------------------------------------------------- */

.footer {
  background-color: rgb(30, 40, 50);
  color: #ffffff;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
}

.footer .slide {
  display: block;
  padding: 4px;
  line-height: 1.4;
  background: #ffffff;
}

.footer ul {
  margin-top: 2%;
}

.slide img {
  max-width: 100%;
  height: auto;
}

.footer a {
  color: #ffffff;
}

.footer .about {
  margin-bottom: 35px;
}

.footer .contact {
  line-height: 27px;
  color: rgb(196, 201, 205);
  margin-top: 5%;
}

.footer .login {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.footer .login p {
  font-size: 20px;
  margin-top: 10%;
}

.footer .login .logo {

  margin-bottom: 15%;
}

.col2 {
  margin: 2% 0 0 0;
}

#tbox {
  width: 54px;
  float: right;
  position: fixed;
  right: 50px;
  bottom: 15px;
  z-index: 1;
}

#gotop {
  background: url(../img/icon.png) no-repeat;
  width: 54px;
  height: 56px;
  display: block;
  z-index: 0;
}


#gotop {
  background-position: 0 -118px;
}

/*
 * æ¨¡æ€æ¡†
 */
.modal .code {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3%;
}

.modal .phone {

  color: rgb(0, 81, 164)
}

.modal .phone i {
  font-size: 24px;
  display: inline-block;
}

.modal .phone p {
  font-size: 24px;
  display: inline-block;
}

/*è§†é¢‘è½®æ’­*/</pre></body></html>