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;
}

img {
    border: 0;
    vertical-align: middle;
}

li {
    list-style: none;
}

iframe {
    border: none;
}

html {
    font-size: 16px;
}

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

table{
    border:1px solid #000000;
}
  table tr td{
    border:1px solid #000000;
}
input {
    outline: none;
    border: 0;
    border-radius: 0;
}
/* 鐩掓ā寮 */

.f-dn {
    display: none;
}

.f-db {
    display: block;
}

.f-dib {
    display: inline-block;
}

.f-di {
    display: inline;
}


/* 娴姩 */

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-cb {
    clear: both;
}

.f-oh {
    overflow: hidden;
}


/* 瀹氫綅 */

.f-pr {
    position: relative;
}

.f-pa {
    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: 'fontello';
    src: url('fontello.eot?77687746');
    src: url('fontello.eot?77687746#iefix') format('embedded-opentype'),
         url('fontello.woff?77687746') format('woff'),
         url('fontello.ttf?77687746') format('truetype'),
         url('fontello.svg?77687746#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
font-family: 'icomoon';
src:  url('icomoon.eot?23dz5g');
src:  url('icomoon.eot?23dz5g#iefix') format('embedded-opentype'),
  url('icomoon.ttf?23dz5g') format('truetype'),
  url('icomoon.woff?23dz5g') format('woff'),
  url('icomoon.svg?23dz5g#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}


[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    color: #e5e4ef;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* li鍔犵偣 list-style-type:disc */
/* overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;*/
/* overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;*/