<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
  width: 92%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

header {
  width: 100%;
  height: 100px;
  padding: 0 4%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header .logo {
    height: 61px; }
    header .logo img {
      height: 61px;
      width: auto; }
  header .right {
    display: inline-flex;
    align-items: center; }
    header .right .nav {
      display: inline-flex;
      align-items: center; }
      header .right .nav .item {
        display: inline-block;
        padding: 0 24px;
        height: 34px;
        border-radius: 17px;
        border: 1px solid transparent;
        font-size: 16px;
        line-height: 32px;
        margin-left: 40px;
        transition-property: color border;
        transition-duration: 0.3s;
        white-space: nowrap; }
        header .right .nav .item:hover, header .right .nav .item.active {
          border-color: #0094ff;
          color: #0094ff; }
    header .right .lang {
      margin-left: 70px;
      height: 34px;
      padding: 0 24px;
      border: 1px solid #d5d5d5;
      border-radius: 17px;
      font-size: 16px;
      line-height: 32px;
      white-space: nowrap; }
      header .right .lang a {
        transition: color 0.3s; }
        header .right .lang a:hover, header .right .lang a.active {
          color: #0094ff; }

footer {
  width: 100%; }
  footer .navis {
    width: 100%;
    padding: 50px 0;
    background-color: #212a35; }
    footer .navis .main {
      display: flex;
      justify-content: space-between; }
    footer .navis .logo {
      width: 190px;
      flex-shrink: 0; }
      footer .navis .logo .img {
        width: 187px;
        height: auto; }
        footer .navis .logo .img img {
          width: 100%; }
      footer .navis .logo .items {
        width: 100%;
        overflow: hidden;
        margin-top: 28px; }
        footer .navis .logo .items a {
          display: block;
          width: 36px;
          height: 36px;
          float: left;
          margin-left: 14px;
          background-size: 100%;
          transition: all 0.3s; }
          footer .navis .logo .items a.item1 {
            background-image: url(../img/25.png); }
          footer .navis .logo .items a.item2 {
            background-image: url(../img/26.png); }
          footer .navis .logo .items a.item3 {
            background-image: url(../img/27.png); }
          footer .navis .logo .items a.item4 {
            background-image: url(../img/28.png); }
          footer .navis .logo .items a:hover.item1 {
            background-image: url(../img/29.png); }
          footer .navis .logo .items a:hover.item2 {
            background-image: url(../img/30.png); }
          footer .navis .logo .items a:hover.item3 {
            background-image: url(../img/31.png); }
          footer .navis .logo .items a:hover.item4 {
            background-image: url(../img/32.png); }
          footer .navis .logo .items a:nth-child(4n+1) {
            margin-left: 0; }
    footer .navis .foot-nav {
      width: 100%;
      margin-left: 7.7%;
      display: flex; }
      footer .navis .foot-nav .item {
        width: 100%;
        white-space: nowrap; }
        footer .navis .foot-nav .item .parent {
          display: block;
          width: 100%;
          font-size: 18px;
          line-height: 34px;
          color: #0094ff;
          position: relative; }
          footer .navis .foot-nav .item .parent::after {
            content: "";
            display: block;
            width: 27px;
            height: 1px;
            background-color: #0094ff;
            position: absolute;
            bottom: 0;
            left: 0; }
        footer .navis .foot-nav .item .sub {
          display: block;
          color: #bbb;
          margin-top: 14px;
          font-size: 14px;
          position: relative;
          padding: 0 10px 0 14px;
          transition: all 0.3s; }
          footer .navis .foot-nav .item .sub::before {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            background-color: #bbb;
            position: absolute;
            left: 0;
            top: 5px;
            border-radius: 50%;
            transition: all 0.3s; }
          footer .navis .foot-nav .item .sub:hover {
            color: #0094ff; }
            footer .navis .foot-nav .item .sub:hover::before {
              background-color: #0094ff; }
        footer .navis .foot-nav .item .c-line {
          width: 100%;
          height: 36px;
          margin-top: 14px;
          display: flex;
          align-items: center; }
          footer .navis .foot-nav .item .c-line img {
            width: 36px;
            height: 36px; }
          footer .navis .foot-nav .item .c-line span {
            font-size: 14px;
            color: #bbb;
            margin-left: 10px; }
  footer .tels {
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid #8e9093;
    background-color: #212a35; }
    footer .tels .main {
      display: flex;
      justify-content: space-between; }
      footer .tels .main .item {
        font-size: 14px;
        color: #bbb; }
  footer .powerd {
    width: 100%;
    padding: 24px 0;
    background-color: #1b212a;
    text-align: center; }
    footer .powerd p, footer .powerd a {
      color: #bbb;
      display: inline-block;
      margin: 0 20px; }

.inner-banner {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .inner-banner .main {
    height: 100%;
    position: relative; }
  .inner-banner .text {
    padding-left: 110px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .inner-banner .text .title {
      font-size: 40px;
      font-weight: bold;
      font-family: 'Arial';
      line-height: 88px;
      position: relative; }
      .inner-banner .text .title::after {
        content: "";
        display: block;
        width: 56px;
        height: 4px;
        background-color: #0094ff;
        position: absolute;
        bottom: 0;
        left: 0; }
    .inner-banner .text .desc {
      margin-top: 18px;
      font-size: 16px;
      text-transform: uppercase; }
  .inner-banner.white .text .title {
    color: #fff; }
    .inner-banner.white .text .title::after {
      background-color: #fff; }
  .inner-banner.white .text .desc {
    color: #fff; }

.humb {
  width: 100%;
  height: 82px;
  border-bottom: 1px solid #d5d5d5; }
  .humb .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    .humb .main .navi {
      display: inline-flex;
      align-items: center; }
      .humb .main .navi a {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 14px; }
      .humb .main .navi i {
        display: block;
        width: 14px;
        height: 10px;
        background-image: url(../img/54.png);
        background-size: 100%;
        margin: 0 12px; }
    .humb .main .q-search {
      width: 280px;
      height: 32px;
      border: 1px solid #0094ff;
      display: flex;
      align-items: center; }
      .humb .main .q-search input {
        width: 100%;
        height: 100%;
        border: none;
        background-color: #fff;
        padding: 0 10px; }
      .humb .main .q-search button {
        width: 40px;
        height: 32px;
        border: none;
        border-radius: 0;
        background-color: #0094ff;
        flex-shrink: 0;
        background-image: url(../img/56.png);
        background-position: center;
        background-repeat: no-repeat; }

.fixed-contact {
  width: 100px;
  text-align: center;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 1000; }
  .fixed-contact img {
    width: 70px;
    height: 70px;
    margin: 0 auto; }
  .fixed-contact span {
    font-size: 16px;
    margin-top: 8px; }

.readmore {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  transition: all 0.3s;
  transform: skewX(-30deg);
  margin-left: 10px; }
  .readmore.border {
    border: 1px solid #999; }
  .readmore p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    transform: skewX(30deg); }
    .readmore p span {
      transition: color 0.3s; }
    .readmore p i {
      display: block;
      width: 20px;
      height: 13px;
      background-image: url(../img/21.png);
      background-size: 100%;
      margin-left: 15px;
      transition: all 0.3s; }
  .readmore:hover {
    background-color: #0094ff; }
    .readmore:hover.border {
      border-color: #0094ff; }
    .readmore:hover p span {
      color: #fff; }
    .readmore:hover p i {
      background-image: url(../img/22.png); }

.com-main .main {
  display: flex; }

.com-left {
  width: 250px;
  flex-shrink: 0; }
  .com-left .mini-mod-title {
    width: 100%; }
    .com-left .mini-mod-title .tops {
      width: 100%;
      height: 38px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .com-left .mini-mod-title .tops .title {
        font-family: 'Arial';
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase; }
    .com-left .mini-mod-title .b-line {
      width: 100%;
      height: 1px;
      background-color: #d5d5d5; }
      .com-left .mini-mod-title .b-line i {
        display: block;
        width: 16%;
        height: 1px;
        background-color: #333; }
  .com-left .sub-nav {
    width: 100%; }
    .com-left .sub-nav .items {
      width: 100%;
      padding: 10px 0; }
      .com-left .sub-nav .items &gt;a {
        display: block;
        width: 100%;
        height: 44px;
        margin-top: 10px;
        border: 1px solid #d5d5d5;
        padding: 0 15px 0 38px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        line-height: 44px;
        transition: all 0.3s; }
        .com-left .sub-nav .items &gt;a span::before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          background-color: #808080;
          position: absolute;
          top: 50%;
          left: 15px;
          margin-top: -3px;
          transform: rotate(-45deg);
          transition: all 0.3s; }
        .com-left .sub-nav .items &gt;a:hover, .com-left .sub-nav .items &gt;a.active {
          border-color: #0094ff;
          background-color: #0094ff;
          color: #fff; }
.com-left .sub-nav .items &gt; a:hover:after, .com-left .sub-nav .items &gt; a.active:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../../static/img/104.png");
  background-size: 16px 16px;
  top: 14px;
  right: 20px; }
          .com-left .sub-nav .items &gt;a:hover span::before, .com-left .sub-nav .items &gt;a.active span::before {
            background-color: #fff; }
.com-left .sub-nav .items .down-box {
border: 1px solid #d5d5d5;
border-top: 0;
display: none; }
.com-left .sub-nav .items .down-box &gt; .down-item {
width: 100%;
height: 44px;
line-height: 44px;
display: block;
padding: 0 15px 0 38px;
border-bottom: 1px dashed #d5d5d5;
transition: all 0.6s; }
.com-left .sub-nav .items .down-box &gt; .down-item:last-of-type {
border-bottom: 0; }
.com-left .sub-nav .items .down-box &gt; .down-item:hover, .com-left .sub-nav .items .down-box &gt; .down-item.active {
  background-color: #e6e6e6; }
.com-left .sub-nav .items .down-box.active {
display: block; }
  .com-left .share {
    width: 100%; }
    .com-left .share .items {
      width: 100%;
      padding: 8px 0;
      display: flex;
      justify-content: space-between; }
      .com-left .share .items a {
        display: block;
        width: 40px;
        height: 40px;
        background-size: 100%;
        transition: all 0.3s;
        margin: 10px; }
        .com-left .share .items a.item1 {
          background-image: url(../img/46.png); }
        .com-left .share .items a.item2 {
          background-image: url(../img/47.png); }
        .com-left .share .items a.item3 {
          background-image: url(../img/48.png); }
        .com-left .share .items a.item4 {
          background-image: url(../img/49.png); }
        .com-left .share .items a:hover.item1 {
          background-image: url(../img/50.png); }
        .com-left .share .items a:hover.item2 {
          background-image: url(../img/51.png); }
        .com-left .share .items a:hover.item3 {
          background-image: url(../img/52.png); }
        .com-left .share .items a:hover.item4 {
          background-image: url(../img/53.png); }
  .com-left .related-swiper {
    width: 100%;
    margin-top: 20px; }
    .com-left .related-swiper .swiper-container {
      padding-bottom: 30px;
      height: 100%; }
      .com-left .related-swiper .swiper-container .swiper-slide {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .com-left .related-swiper .swiper-container .swiper-slide .item {
          width: 120px;
          height: 120px;
          border: 1px solid #d5d5d5;
          position: relative;
          margin-bottom: 10px; }
          .com-left .related-swiper .swiper-container .swiper-slide .item img {
            width: 100%;
            height: 100%; }
          .com-left .related-swiper .swiper-container .swiper-slide .item .mask {
            background-color: rgba(73, 77, 85, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: none;
            transition: all 0.6s;
            background-image: url("../../static/img/101.png");
            background-position: center;
            background-size: 30px 30px;
            background-repeat: no-repeat; }
          .com-left .related-swiper .swiper-container .swiper-slide .item:hover .mask {
            display: block; }
      .com-left .related-swiper .swiper-container .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border: 1px solid #666; }
      .com-left .related-swiper .swiper-container .swiper-pagination-bullet-active {
        background-color: #666; }

.com-right {
  width: calc(100% - 250px);
  margin-left: 60px; }

.page {
  display: flex;
  justify-content: center; }
  .page a {
    display: inline-block;
    height: 36px;
    border: 1px solid #999;
    line-height: 36px;
    font-size: 14px;
    padding: 0 20px;
    transform: skewX(-30deg);
    transition: all 0.3s;
    margin: 0 5px; }
    .page a p {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 34px;
      transform: skewX(30deg); }
      .page a p span {
        transition: color 0.3s; }
      .page a p i {
        display: block;
        width: 20px;
        height: 13px;
        background-image: url(../img/21.png);
        background-size: 100%;
        margin-left: 15px;
        transition: all 0.3s; }
    .page a.disabled {
      color: #999; }
      .page a.disabled:hover, .page a.disabled.active {
        border-color: #999;
        background-color: #fff; }
        .page a.disabled:hover p, .page a.disabled.active p {
          color: #999; }
    .page a:hover, .page a.active {
      border-color: #0094ff;
      background-color: #0094ff; }
      .page a:hover p, .page a.active p {
        color: #fff; }

.hide {
  display: none !important; }
</pre></body></html>