<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

i {
  font-style: normal;
}

input, textarea {
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #5E5E5E;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background: #fff;
  color: #202020;
  font-size: 14px;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.hand {
  cursor: pointer;
}

.pos-r {
  position: relative;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-x, .comm-title .title-hr::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hand {
  cursor: pointer;
}

.maxwh {
  width: 100%;
  height: 100%;
}

.maxw {
  width: 100%;
}

.maxh {
  height: 100%;
}

.max-wh {
  max-width: 100%;
  max-height: 100%;
}

.max-w {
  max-width: 100%;
}

.max-h {
  max-height: 100%;
}

.text-center {
  text-align: center;
}

.block-a, .mobile-header &gt; div:nth-child(3) .m-nav-item &gt; li a {
  display: block;
  width: 100%;
  height: 100%;
}

.auto-height {
  width: 100%;
  height: auto;
}

.auto-width {
  width: auto;
  height: 100%;
}

.header {
  background: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}
.header .s-header {
  background: #F6F6F6;
  height: 36px;
  line-height: 36px;
  color: #5E5E5E;
  font-size: 12px;
}
.header .s-header a:hover {
  color: #00A0E8;
}
.header .s-header .fr &gt; span {
  margin-right: 12px;
  display: inline-block;
  height: 100%;
}
.header .s-header .fr &gt; span .iconfont {
  vertical-align: bottom;
  margin-right: 17px;
}
.header .s-header .fr &gt; span.language-container {
  display: inline-block;
}
.header .s-header .fr &gt; span.language-container:hover .language-list {
  display: block;
}
.header .s-header .fr &gt; span .language-list {
  width: 100px;
  background: #fff;
  border: solid 1px #e5e5e5;
  top: 36px;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  z-index: 1;
}
.header .s-header .fr &gt; span .language-list span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.header .s-header .fr &gt; span .language-list span:hover {
  background: #e5e5e5;
}
.header .s-header .fr &gt; span .language-downicon {
  zoom: 0.6;
  margin-right: 0;
}
.header .s-header .fr &gt; span .icon-renwutuxiang {
  margin-right: 2px;
}
.header .nav {
  height: 70px;
  background: #fff;

}
.header .nav .logo {
  line-height: 70px;
}
.header .nav .logo img {
  height: 45px;
  vertical-align: middle;
}
.header .nav .nav-list {
  font-size: 0;
}
.header .nav .nav-list &gt; li {
  transition: all 0.3s;
  display: inline-block;
  font-size: 14px;
  width: 84px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  color: #393939;
  margin-left: 10px;
  position: relative;
  font-weight: bold;
}
.header .nav .nav-list &gt; li &gt; div {
  position: relative;
}
.header .nav .nav-list &gt; li &gt; div::after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00A0E8;
  transition: all 0.5s ease 0s;
}
.header .nav .nav-list &gt; li &gt; div:hover, .header .nav .nav-list &gt; li &gt; div.active {
  background: #f4f4f4;
}
.header .nav .nav-list &gt; li &gt; div:hover::after, .header .nav .nav-list &gt; li &gt; div.active::after {
  width: 100%;
}
.header .nav .nav-list &gt; li &gt; div a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav .nav-list &gt; li .nav-sub {
  display: none;
  position: absolute;
  min-width: 160px;
  background: #fff;
  z-index: 9999;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header .nav .nav-list &gt; li .nav-sub li {
  word-break: break-all;
  border-bottom: 1px solid #eee;
  color: #6f6f6f;
  padding: 10px 15px;
  line-height: 20px;
  text-align: left;
  font-weight: normal;
}
.header .nav .nav-list &gt; li .nav-sub li:last-child {
  border-bottom: none;
}
.header .nav .nav-list &gt; li .nav-sub li:hover {
  transition: all 0.3s;
  color: #00A0E8;
}
.header .nav .nav-list &gt; li .nav-sub li a {
  display: block;
}
.header .nav .oms-login {
  display: inline-block;
}
.header .nav .oms-login &gt; a {
  line-height: 70px;
}

.comm-title {
  height: 60px;
  text-align: center;
}
.comm-title .title-text {
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
}
.comm-title .title-hr {
  height: 1px;
  background: #D8D8D8;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.comm-title .title-hr::before {
  content: "";
  display: block;
  width: 42px;
  height: 7px;
  top: -3px;
  background: #00A0E8;
}

.footer {
  padding-top: 29px;
  background: #202020;
  color: #fff;
}
.footer .pc-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  padding-top: 34px;
}
.footer .pc-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div:nth-child(1) {
  font-size: 22px;
  padding-top: 8px;
  margin-bottom: 30px;
}
.footer .pc-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div:nth-child(n+2) {
  font-size: 14px;
  margin-bottom: 12px;
}
.footer .pc-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(1) {
  font-size: 22px;
  padding-top: 8px;
  margin-bottom: 30px;
}
.footer .pc-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(2) {
  display: flex;
}
.footer .pc-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(2) &gt; div {
  width: 110px;
  font-size: 12px;
  margin-left: 16px;
  text-align: center;
}
.footer .pc-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(2) &gt; div img {
  width: 100%;
}
.footer .pc-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(2) &gt; div &gt; div:nth-child(1) {
  margin-bottom: 10px;
}
.footer .pc-container &gt; div:nth-child(2) {
  display: flex;
  border-top: 1px solid #fff;
  justify-content: center;
  margin-top: 30px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.footer .pc-container &gt; div:nth-child(2) &gt; div:nth-child(2) {
  margin-left: 12px;
}

.footer .pc-container &gt;.footer-container:nth-child(1) &gt; div:nth-child(1)&gt;.pc-logo{
  height: 50px;
}
.footer .pc-container &gt;.footer-container:nth-child(1) &gt; div:nth-child(1)&gt;.pc-logo &gt;img{
  height: 100%;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) {
  padding-top: 0;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(1) {
  width: 260px;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(1) img {
  width: 100%;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(2) {
  margin-top: 10px;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div:nth-child(1) {
  font-size: 16px;
  padding-top: 8px;
  margin-bottom: 10px;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div:nth-child(n+2) {
  font-size: 14px;
  margin-bottom: 12px;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) {
  margin-top: 10px;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(1) {
  font-size: 16px;
  padding-top: 8px;
  margin-bottom: 10px;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(2) {
  display: flex;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(2) &gt; div {
  width: 110px;
  font-size: 12px;
  margin-right: 16px;
  text-align: center;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(2) &gt; div img {
  width: 100%;
}
.footer .mobile-container &gt; .footer-container:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(3) &gt; div:nth-child(2) &gt; div &gt; div:nth-child(1) {
  margin-bottom: 10px;
}
.footer .mobile-container &gt; .footer-container:nth-child(2) {
  border-top: 1px solid #fff;
  justify-content: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.mobile-header {
  height: 55px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.mobile-header &gt; div:nth-child(1) {
  margin-left: 20px;
  width: calc(100% - 65px);
  height: 100%;
}
.mobile-header &gt; div:nth-child(1) img {
  width: 244px;
  height: auto;
}
.mobile-header &gt; div:nth-child(2) {
  margin-right: 20px;
  width: 25px;
  height: 100%;
}
.mobile-header &gt; div:nth-child(3) {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  color: #fff;
}
.mobile-header &gt; div:nth-child(3) .mobile-mav-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 25px;
}
.mobile-header &gt; div:nth-child(3) .mobile-languate {
  position: absolute;
  left: 30px;
  bottom: 50px;
  font-size: 30px;
  color: #fff;
}
.mobile-header &gt; div:nth-child(3) .m-nav-item {
  margin-top: 75px;
  text-indent: 10%;
  width: 100%;
  height: calc(100% - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-header &gt; div:nth-child(3) .m-nav-item &gt; li {
  line-height: 50px;
  font-size: 16px;
  width: 100%;
}
.mobile-header &gt; div:nth-child(3) .m-nav-item &gt; li .m-nav-sub-item {
  margin-left: 55px;
  width: calc(100% - 80px);
  text-indent: 0;
  display: none;
}
.mobile-header &gt; div:nth-child(3) .m-nav-item &gt; li .m-nav-sub-item li {
  width: 100%;
}
.mobile-header &gt; div:nth-child(3) .m-nav-item &gt; li .m-nav-sub-item li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

@media (max-width: 800px) {
  body {
    padding-top: 55px;
  }
  .pc-container, .pc-inline-block {
    display: none;
  }
  .mobile-container {
    display: block;
  }
  .container {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  .comm-title {
    height: 30px;
    margin-bottom: 20px;
  }
  .comm-title .title-text {
    font-size: 18px;
  }
  .comm-title .title-hr {
    margin-top: 10px;
  }
  .comm-title .title-hr:before {
    width: 22px;
    height: 3px;
    top: -1px;
  }
  .language-en .comm-title .title-text.mobile-s-size {
    font-size: 12px;
  }
  .language-en .comm-title .title-text.mobile-xs-size {
    font-size: 14px;
  }
  .language-en .partners-tips {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (min-width: 801px) {
  body {
    min-width: 1200px;
    padding-top: 106px;
  }
  .pc-container {
    display: block;
  }
  .pc-inline-block {
    display: inline-block;
  }
  .mobile-container {
    display: none;
  }
  .container {
    width: 1300px;
    margin: 0 auto;
  }
}
.slider-nav {
  width: 45px;
  position: fixed;
  right: 27px;
  bottom: 150px;
  z-index: 99;
}
.slider-nav ul li {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-bottom: 8px;
  position: relative;
}
.slider-nav ul li:last-child {
  margin-bottom: 0;
}
.slider-nav ul li:nth-child(1) {
  background: #64B94D;
}
.slider-nav ul li:nth-child(1):hover .slider-nav-wx-qrcode {
  display: block;
}
.slider-nav ul li:nth-child(2) {
  background: #28AEF9;
}
.slider-nav ul li:nth-child(2) i {
  font-size: 30px;
}
.slider-nav ul li:nth-child(3) {
  background: #F9B128;
}
.slider-nav ul li:nth-child(3) i {
  font-size: 25px;
}
.slider-nav ul li:nth-child(3):hover .slider-nav-phone {
  display: block;
  right: 45px;
}
.slider-nav ul li:nth-child(4) {
  background: #434240;
}
.slider-nav ul li i {
  color: #fff;
  font-size: 20px;
}
.slider-nav ul li .slider-nav-wx-qrcode {
  display: none;
  position: absolute;
  right: 45px;
  top: -5px;
  width: 110px;
  height: 110px;
  background: #fff;
}
.slider-nav ul li .slider-nav-wx-qrcode img {
  margin: 5px auto;
}
.slider-nav ul li .slider-nav-phone {
  transition: all 0.3s;
  cursor: default;
  display: block;
  position: absolute;
  right: -500%;
  padding-left: 20px;
  padding-right: 20px;
  background: #F9B128;
  color: #fff;
  height: 45px;
  top: 0;
  line-height: 45px;
  font-size: 14px;
}

.paging {
  font-size: 14px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  display: inline-block;
}
.paging .my-page-prev,
.paging .my-page-next {
  float: left;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  background: #f2f2f2;
  border-radius: 4px;
}
.paging .my-page-prev:not(.my-page-forbid):hover, .paging .my-page-prev:not(.my-page-forbid):hover,
.paging .my-page-next:not(.my-page-forbid):hover,
.paging .my-page-next:not(.my-page-forbid):hover {
  background: #2EB797;
  color: #fff;
}
.paging .my-page-prev.my-page-forbid, .paging .my-page-prev.my-page-forbid,
.paging .my-page-next.my-page-forbid,
.paging .my-page-next.my-page-forbid {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.paging .my-page-group {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.paging .my-page-group li {
  float: left;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
}
.paging .my-page-group li:first-child {
  margin-left: 12px;
}
.paging .my-page-group .my-page-cell {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 4px;
}
.paging .my-page-group .my-page-omit {
  pointer-events: none;
}
.paging .my-page-group .my-page-cell:hover,
.paging .my-page-group .my-page-checked {
  border-color: #2EB797;
  background-color: #2EB797;
  color: #ffffff;
}

.word-textarea {
  white-space: pre-line;
}

.single-text{
  white-space: nowrap; /* ç¦æ­¢æ¢è¡Œ */
  overflow: hidden; /* éšè—æº¢å‡ºå†…å®¹ */
  text-overflow: ellipsis; /* æ˜¾ç¤ºçœç•¥å· */
}

.three-row-text{
  display: -webkit-box;
  -webkit-line-clamp: 3; /* æ˜¾ç¤ºæœ€å¤§è¡Œæ•° */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-show {
  display: none !important;
}/*# sourceMappingURL=comm.css.map */</pre></body></html>