<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}
.w_10{
    width: 1000px;
    margin: 0 auto;
}
.w_11{
    width: 1100px;
    margin: 0 auto;
}
.w_12{
    width: 1200px;
    margin: 0 auto;
}
.w_13{
    width: 1300px;
    margin: 0 auto;
}
.w_14{
    width: 1400px;
    margin: 0 auto;
}
.w_15{
    width: 1500px;
    margin: 0 auto;
}
.w_16{
    width: 1600px;
    margin: 0 auto;
}
img {
    border: 0;
    vertical-align: middle;
}

li {
    list-style: none;
}

iframe {
    border: none;
}

html {
    height: 100%;
    font-size: 16px;
}

body {
    height: 100%;
    font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
.middle{
    vertical-align: middle;
}
a {
    color: #333;
    text-decoration: none;
}

/* a:visited {
    color: #333;
} */

a:hover {
    /* transition: ease-in 0.5s; */
}

input {
    outline: none;
    border: 0;
    border-radius: 0;
}


/* 鐩掓ā寮� */

.f-dn {
    display: none;
}
.none{
    display: none;
}
.f-db {
    display: block;
}
.block{
    display: block;
}
.f-dib {
    display: inline-block;
}
.inlineblock{
    display: inline-block;
}
.f-di {
    display: inline;
}
.inline{
    display: inline;
}

/* 娴姩 */

.f-fl {
    float: left;
}
.fl{
    float: left;
}
.f-fr {
    float: right;
}
.fr{
    float: right;
}
.f-cb {
    clear: both;
}
.clear{
    clear: both;
}
.f-oh {
    overflow: hidden;
}

.pd{
    padding-top: 0.1px;
}
.textcenter{
    text-align: center;
}
/* 瀹氫綅 */

.f-pr {
    position: relative;
}

.relative{
    position: relative;
}
.f-pa {
    position: absolute;
}
.absolute{
    position: absolute;
}

/* 琛屾暟鐪佺暐 */

.f-to1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 鎵嬫満鐗堜娇鐢� */

.f-to2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.f-to3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@font-face {
    font-family: 'wechat';
    src: url('wechat.eot');
    src: url('wechat.eot') format('embedded-opentype'),
         url('wechat.woff2') format('woff2'),
         url('wechat.woff') format('woff'),
         url('wechat.ttf') format('truetype'),
         url('wechat.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'wechat';
      src: url('wechat.svg') format('svg');
    }
  }
  */
   
   [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "wechat";
    font-style: normal;
    font-weight: normal;
    speak: never;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
   
  .icon-menu:before { content: '\e800'; } /* '顮€' */
  .icon-phone:before { content: '\e801'; } /* '顮�' */
  .icon-share:before { content: '\e802'; } /* '顮�' */
  .icon-home:before { content: '\e803'; } /* '顮�' */
  .icon-mail:before { content: '\e804'; } /* '顮�' */
  .icon-layers:before { content: '\e805'; } /* '顮�' */
  .icon-list:before { content: '\e806'; } /* '顮�' */
  .icon-th-list:before { content: '\e807'; } /* '顮�' */
  .icon-up:before { content: '\e808'; } /* '顮�' */
  .icon-right:before { content: '\e809'; } /* '顮�' */
  .icon-left:before { content: '\e80a'; } /* '顮�' */
  .icon-down:before { content: '\e80b'; } /* '顮�' */
  .icon-right-bold:before { content: '\e80c'; } /* '顮�' */
  .icon-up-bold:before { content: '\e80d'; } /* '顮�' */
  .icon-down-bold:before { content: '\e80e'; } /* '顮�' */
  .icon-left-bold:before { content: '\e80f'; } /* '顮�' */
  .icon-down-hand:before { content: '\e810'; } /* '顮�' */
  .icon-reply:before { content: '\e811'; } /* '顮�' */
  .icon-minus-circle:before { content: '\e812'; } /* '顮�' */
  .icon-plus-circle:before { content: '\e813'; } /* '顮�' */
  .icon-cancel-circle:before { content: '\e814'; } /* '顮�' */
  .icon-call:before { content: '\e815'; } /* '顮�' */
  .icon-mail-circled:before { content: '\e816'; } /* '顮�' */
  .icon-home-circled:before { content: '\e817'; } /* '顮�' */
  .icon-home-1:before { content: '\e818'; } /* '顮�' */
  .icon-torso:before { content: '\e819'; } /* '顮�' */
  .icon-user:before { content: '\e81a'; } /* '顮�' */
  .icon-group:before { content: '\e81b'; } /* '顮�' */
  .icon-group-circled:before { content: '\e81c'; } /* '顮�' */
  .icon-search:before { content: '\e81d'; } /* '顮�' */
  .icon-eye:before { content: '\e81e'; } /* '顮�' */
  .icon-home-2:before { content: '\e81f'; } /* '顮�' */
  .icon-clock:before { content: '\e820'; } /* '顮�' */
  .icon-location:before { content: '\e821'; } /* '顮�' */
  .icon-down-dir:before { content: '\e822'; } /* '顮�' */
  .icon-left-dir:before { content: '\e823'; } /* '顮�' */
  .icon-right-dir:before { content: '\e824'; } /* '顮�' */
  .icon-up-dir:before { content: '\e825'; } /* '顮�' */
  .icon-spin4:before { content: '\e834'; } /* '顮�' */
  .icon-spin5:before { content: '\e838'; } /* '顮�' */
  .icon-chat:before { content: '\f03d'; } /* '飥�' */</pre></body></html>