<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
button {
  border: none;
  transition: all 0.3s ease-in-out;
}
button:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.unused {
  font-weight: lighter;
  font-weight: bolder;
  font-weight: 100;
  font-weight: 200;
  font-weight: 300;
  font-weight: 400;
  font-weight: 500;
  font-weight: 600;
  font-weight: 700;
  font-weight: 800;
  font-weight: 900;
  font-weight: inherit;
  font-weight: initial;
  font-weight: revert;
  font-weight: revert-layer;
  font-weight: unset;
}
@font-face {
  font-family: SourceHanSansCN;
  font-style: normal;
  font-weight: 900;
  src: local('SourceHanSansCN'), url('../font/woft/SourceHanSansCN-Heavy-Alphabetic.woff2') format('woff2'), url('../font/woft/SourceHanSansCN-Heavy-Alphabetic.woff') format('woff');
}
@font-face {
  font-family: SourceHanSansCN;
  font-style: normal;
  font-weight: 700;
  src: local('SourceHanSansCN'), url('../font/woft/SourceHanSansCN-Bold-Alphabetic.woff2') format('woff2'), url('../font/woft/SourceHanSansCN-Bold-Alphabetic.woff') format('woff');
}
@font-face {
  font-family: SourceHanSansCN;
  font-style: normal;
  font-weight: 600;
  src: local('SourceHanSansCN'), url('../font/woft/SourceHanSansCN-Medium-Alphabetic.woff2') format('woff2'), url('../font/woft/SourceHanSansCN-Medium-Alphabetic.woff') format('woff');
}
@font-face {
  font-family: SourceHanSansCN;
  font-style: normal;
  font-weight: 500;
  src: local('SourceHanSansCN'), url('../font/woft/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'), url('../font/woft/SourceHanSansCN-Regular-Alphabetic.woff') format('woff');
}
@font-face {
  font-family: SourceHanSansCN;
  font-style: normal;
  font-weight: 400;
  src: local('SourceHanSansCN'), url(../font/woft/sourcehansanscn-normal.4ba8148c-webfont.woff) format('opentype'), ;
}
@font-face {
  font-family: SourceHanSansCN;
  font-style: normal;
  font-weight: 200;
  src: local('SourceHanSansCN'), url('../font/woft/sourcehansanscn-light.a4813b5c-webfont.woff2') format('woff2'), url('../font/woft/sourcehansanscn-light.a4813b5c-webfont.woff') format('woff');
}
@font-face {
  font-family: SourceHanSansCN;
  font-style: normal;
  font-weight: 100;
  src: local('SourceHanSansCN'), url('../font/woft/SourceHanSansCN-ExtraLight-Alphabetic.woff2') format('woff2'), url('../font/woft/SourceHanSansCN-ExtraLight-Alphabetic.woff') format('woff');
}
* {
  font-family: SourceHanSansCN, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.width {
  max-width: 1200px;
  margin: 0 auto;
}
.root-box {
  box-shadow: 0 2px 10px #dfdfdf80;
}
.root-box .header {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.root-box .header .header-box {
  display: flex;
  align-items: center;
}
.root-box .header .header-box .logo {
  width: 113px;
  height: 38px;
}
.root-box .header .header-box .slogan {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  color: #999;
  margin-left: 20px;
}
.root-box .header .menu-list {
  /* display: block !important; */
}
.root-box .header .menu-list .pc-header-ul {
  display: flex;
}
.root-box .link {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  padding: 3px 27px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.root-box .link:hover {
  color: var(--el-text-color-primary);
}
.root-box .link.selected {
  text-decoration: underline;
}
.footer-box &gt; .header {
  background-image: url(../images/about/footerbg.png);
  background-position: 50%;
  background-size: cover;
  height: 262px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-box &gt; .header .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  display: flex;
  align-items: center;
  letter-spacing: -0.13px;
}
.footer-box &gt; .header .try {
  width: 153px;
  height: 53px;
  border-radius: 4px;
  opacity: 1;
  background: #0066ff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-box &gt; .footer .cys {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.08px;
  color: #000;
  margin: 62px 0;
}
.footer-box &gt; .footer .cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 40px;
}
.footer-box &gt; .footer .cols .col {
  overflow: hidden;
}
.footer-box &gt; .footer .cols .col .header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.footer-box &gt; .footer .cols .col .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: -0.07px;
  color: #000;
}
.footer-box &gt; .footer .cols .col .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: -0.06px;
  color: #666;
  padding: none;
  position: relative;
  margin-top: 27px;
  text-decoration: none;
}
.footer-box &gt; .footer .cols .col .subtitle.divider:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #dcdfe6;
}
.footer-box &gt; .footer .cols .col .subtitle a {
  display: inline-block;
  width: 100%;
  color: #666;
  display: block;
  /*内联对象需加*/
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 内容超出宽度时隐藏超出部分的内容 */
  text-overflow: ellipsis;
  /*溢出时显示省略标记...；需与overflow:hidden一起使用*/
}
.footer-box &gt; .footer .cols .col .subtitle span {
  display: block;
  width: 32%;
}
.footer-box .copyright {
  margin: 14px 0 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  color: #999;
}
.decorator {
  position: fixed;
  bottom: 0%;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10000;
}
.decorator .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.decorator .item .normal {
  display: none;
}
.decorator .hover,
.decorator .normal {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.decorator .item .hover,
.decorator .item:hover .normal {
  display: inline;
}
.decorator .item:hover .hover {
  display: none;
}
.decorator .item:hover .hb {
  display: block;
}
.decorator .hb {
  display: none;
  position: absolute;
  left: -160px;
  top: -50px;
  width: 106px;
  height: 141px;
  border-radius: 4px;
  opacity: 1;
  background: white;
  /* box-shadow: 0px 2px 17px 0px #e0e8f4; */
  padding: 0 22px;
  border: 1px solid #eee;
}
.decorator .hb .txt {
  font-family: '苹方-简-常规';
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
}
.decorator .hb .link {
  font-family: 思源黑体;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  color: #197cef;
}
.decorator .hb .tel {
  font-family: '苹方-简-常规';
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #818181;
}
.decorator .hb .divider {
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: #ececec;
}
.decorator .hb .wx {
  padding: 20px;
  padding-left: 13px;
}
.decorator .wx-box {
  /* left: -160px; */
  width: 153px;
  height: 167px;
  top: -65px;
  padding: 0;
}
.decorator .hb::after {
  z-index: -1;
  content: '';
  position: absolute;
  right: -10px;
  bottom: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  transform: translateY(50%);
}
a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .link.active:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    content: '';
    width: 47px;
    height: 4px;
    border-radius: 3px;
    opacity: 1;
    background: linear-gradient(270deg, #0259fa 0%, #55d9cc 100%);
  }
  .footer-box .col:not(:first-child) {
    margin-left: 89px;
  }
}
@media screen and (max-width: 1350px) {
  .root-box {
    box-shadow: 0 2px 10px #dfdfdf80;
  }
  .root-box .header {
    justify-content: space-between;
  }
  .root-box .slogan {
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    color: #999;
    margin-left: 20px;
    width: 240px;
  }
  .root-box .link {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #000;
    padding: 3px 25px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .root-box .link:hover {
    color: #999;
  }
  .root-box .link.selected {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1199px) {
  .footer-box .title {
    margin-left: 0;
    margin-right: 40px;
    text-align: center;
  }
  .footer-box .cols {
    flex-direction: column;
  }
  .footer-box .col {
    margin: 30px;
  }
  .footer-box .cys {
    margin: 62px 30px !important;
  }
}
/* 移动端和pc页面切换 */
@media screen and (max-width: 768px) {
  .decorator,
  .pc-avatars,
  .pc-footer,
  .pc-sider,
  .pc-site-cases,
  .pc-flow,
  .pc-cantact-header,
  .pc-role,
  .pc-index-cases,
  .pc-szene-content,
  .pc-bigScreen,
  .pc-template-ul {
    display: none !important;
  }
  .h5-footer,
  .h5-dropdown,
  .h5-site-cases,
  .h5-role,
  .h5-index-cases,
  .h5-szene-content {
    display: block !important;
  }
  .h5-footer {
    display: block;
  }
  .h5-footer &gt; .header {
    background-image: url(../images/about/footerbg.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 16.375rem;
  }
  .h5-footer &gt; .header .try {
    width: 16.75rem;
    height: 5.8125rem;
    border-radius: 4px;
    opacity: 1;
    background: #0066ff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .h5-footer &gt; .header .try a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h5-footer .footer {
    padding: 3.75rem 1.875rem 1.625rem;
  }
  .h5-footer .footer p,
  .h5-footer .footer h2 {
    margin: 0;
    padding: 0;
  }
  .h5-footer .footer p {
    margin-top: 2.5rem;
  }
  .h5-footer .footer h2 {
    font-family: '苹方-简-常规';
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 2.925rem;
    letter-spacing: 0px;
    margin-bottom: 3.125rem;
  }
  .h5-footer .footer .phone {
    font-family: '苹方-简-常规';
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.34rem;
    letter-spacing: 0px;
    color: #4e5969;
  }
  .h5-footer .footer a {
    color: #4e5969;
  }
  .h5-footer .footer .email {
    font-family: '苹方-简-常规';
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.34rem;
    letter-spacing: 0px;
    color: #4e5969;
  }
  .h5-footer .footer .address {
    font-family: '苹方-简-常规';
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.34rem;
    letter-spacing: 0rem;
    color: #4e5969;
    margin-bottom: 4.375rem;
  }
  .h5-footer .footer .subtitle {
    display: block;
    margin: 0 auto;
  }
  .h5-footer .footer .drive {
    margin: 2.5rem auto 0;
    width: 95%;
    height: 0.125rem;
    opacity: 1;
    background: #dfe1e8;
  }
  .h5-footer .footer .copyright {
    display: block;
    margin-top: 2.5rem;
    font-family: '苹方-简-常规';
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
    line-height: 2.4625rem;
    letter-spacing: 0rem;
    color: #000000;
  }
  .pc-header {
    padding: 0 1.875rem;
    position: relative;
    height: 7.5rem !important;
  }
  .pc-header .header-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pc-header .header-box .logo {
    width: 10.8125rem !important;
    height: 3.625rem !important;
    object-fit: contain;
  }
  .pc-header .header-box .h5-dropdown {
    width: 3.0625rem;
    height: 2.4375rem;
    object-fit: contain;
  }
  .pc-header .slogan {
    display: none;
  }
  .pc-header .menu-list {
    display: none;
    position: absolute;
    left: 0px;
    top: 7.5rem;
    width: 100%;
    opacity: 1;
    z-index: 10000;
    background: rgba(14, 15, 28, 0.9);
    padding: 2.5rem 0;
  }
  .pc-header .menu-list .pc-header-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pc-header .menu-list .pc-header-ul .pc-header-li {
    margin-bottom: 3.125rem;
  }
  .pc-header .menu-list .pc-header-ul .pc-header-li .link {
    position: relative;
    padding: 0;
    font-family: '苹方-简-常规';
    font-size: 2.25rem;
    font-weight: normal;
    line-height: 2.6325rem;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .pc-header .menu-list .pc-header-ul .pc-header-li .active {
    color: #0964f7;
  }
  .pc-header .menu-list .pc-header-ul .pc-header-li .active:after {
    position: absolute;
    bottom: -0.625rem;
    left: 50%;
    transform: translate(-50%);
    content: '';
    width: 100%;
    height: 0.25rem;
    border-radius: 0.1875rem;
    opacity: 1;
    background: linear-gradient(270deg, #0259fa 0%, #55d9cc 100%);
  }
}
.h5-avatars,
.h5-footer,
.h5-dropdown,
.h5-site-cases,
.h5-cantact-header,
.swiper-pagination-box,
.h5-flow,
.h5-role,
.h5-index-cases,
.h5-szene-content,
.h5-bigScreen,
.h5-template-cases {
  display: none;
}
.text-overflow {
  display: block;
  /*内联对象需加*/
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 内容超出宽度时隐藏超出部分的内容 */
  text-overflow: ellipsis;
  /*溢出时显示省略标记...；需与overflow:hidden一起使用*/
}
.text-overflow-mut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-overflow-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pagination-page {
  display: flex;
  justify-content: center;
  margin: 2.5rem auto;
}
</pre></body></html>