﻿html {
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma, arial, "微软雅黑"
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

fieldset, img {
    border: 0
}

iframe {
    display: block
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:link {
    color: #08c
}

a:hover {
    color: #08c;
    text-decoration: none
}

ins, a {
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fn-clear {
    zoom: 1
}

body .fn-hide {
    display: none
}

.fn-left, .fn-right {
    display: inline
}

.fn-left {
    float: left
}

.fn-right {
    float: right
}

.fn-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fn-linear {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f1f1f1));
    background: -moz-linear-gradient(top, #fcfcfc, #f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1');
    background: -o-linear-gradient(top, #fcfcfc, #f1f1f1);
    background: -ms-linear-gradient(top, #fcfcfc, #f1f1f1);
    background: linear-gradient(to bottom, #fcfcfc, #f1f1f1)
}

.fn-linear-light {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f9f9f9));
    background: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f9f9f9');
    background: -o-linear-gradient(top, #fcfcfc, #f9f9f9);
    background: -ms-linear-gradient(top, #fcfcfc, #f9f9f9);
    background: linear-gradient(to bottom, #fcfcfc, #f9f9f9)
}

.fn-rmb {
    font-family: arial;
    font-style: normal;
    padding-right: 4px
}

.fn-webkit-adjust {
    -webkit-text-size-adjust: none
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

@font-face {
    font-family: iconfont;
    src: url(../fonts/font_25jof0cmg1vjwcdi.eot);
    src: url(../fonts/font_25jof0cmg1vjwcdi.eot) format('embedded-opentype'), url(../fonts/font_25jof0cmg1vjwcdi.woff) format('woff'), url(../fonts/font_25jof0cmg1vjwcdi.ttf) format('truetype'), url(../fonts/font_25jof0cmg1vjwcdi.svg#iconfont) format('svg')
}

.layout {
    margin: 0 auto;
    width: 1200px;
    overflow: visible
}

@media screen and (max-width: 1170px) {
    .layout {
        margin: 0 auto;
        width: 1170px
    }
}

@media screen and (min-width: 1170px) {
    .layout {
        margin: 0 auto;
        width: 1170px
    }
}

#wrapper {
    min-width: 1170px;
    overflow: hidden
}

.layout970 {
    margin: 0 auto;
    width: 970px
}

body {
    margin: 0 auto;
    font: 12px/1.5;
    /*font-family: PingFang SC, Helvetica, "思源黑体 CN Normal", Tahoma, Arial, DengXian, Microsoft YaHei, Simsun, SimHei, sans-serif*/
}

@media screen and (max-width: 1170px) {
    body {
        min-width: 970px
    }
}

@media screen and (min-width: 1170px) {
    body {
        min-width: 1170px
    }
}

a:link {
    outline: 0
}

a:active {
    outline: 0
}

::-webkit-input-placeholder {
    color: #c3c3c3;
    font-size: 12px
}

:-moz-placeholder {
    color: #c3c3c3;
    font-size: 12px
}

::-moz-placeholder {
    color: #c3c3c3;
    font-size: 12px
}

:-ms-input-placeholder {
    color: #c3c3c3;
    font-size: 12px
}

.text-muted {
    font-size: 12px;
    color: #c3c3c3
}