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('/cms_files/webhuzhoushisifajuxingzhengfuyiju/pubtplobject/defaultSet/IHE09gpRdSlznMBW9kyzU/images/wechat.eot?69109445');
    src: url('/cms_files/webhuzhoushisifajuxingzhengfuyiju/pubtplobject/defaultSet/IHE09gpRdSlznMBW9kyzU/images/wechat.eot?69109445#iefix') format('embedded-opentype'),
         url('/cms_files/webhuzhoushisifajuxingzhengfuyiju/pubtplobject/defaultSet/IHE09gpRdSlznMBW9kyzU/images/wechat.woff2?69109445') format('woff2'),
         url('/cms_files/webhuzhoushisifajuxingzhengfuyiju/pubtplobject/defaultSet/IHE09gpRdSlznMBW9kyzU/images/wechat.woff?69109445') format('woff'),
         url('/cms_files/webhuzhoushisifajuxingzhengfuyiju/pubtplobject/defaultSet/IHE09gpRdSlznMBW9kyzU/images/wechat.ttf?69109445') format('truetype'),
         url('/cms_files/webhuzhoushisifajuxingzhengfuyiju/pubtplobject/defaultSet/IHE09gpRdSlznMBW9kyzU/images/wechat.svg?69109445') 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('/cms_files/webhuzhoushisifajuxingzhengfuyiju/pubtplobject/defaultSet/IHE09gpRdSlznMBW9kyzU/images/wechat.svg?69109445') 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'; } /* '?' */