/* 
* @Author: shancha
* @Date:   2015-07-20 11:45:42
* @Last Modified by:   shancha
* @Last Modified time: 2016-03-16 11:27:47
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
    blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
    kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul,
    li, fieldset, form, label, legend, table, caption, tbody, tfoot,
    thead, tr, th, td, article, aside, canvas, details, figcaption,
    figure, footer, header, hgroup, menu, nav, section, summary, time,
    mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Microsoft Yahei";
    vertical-align: baseline;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
    blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
    kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul,
    li, fieldset, form, label, legend, table, caption, tbody, tfoot,
    thead, tr, th, td, article, aside, canvas, details, figcaption,
    figure, footer, header, hgroup, menu, nav, section, summary, time,
    mark, audio, video {
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

blockquote, q {
    quotes: none;
}

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

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

ul, ol, li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

em, strong, i {
    font-style: normal;
}

img {
    filter: sepia(0);
    -webkit-filter: sepia(0);
    -moz-filter: sepia(0);
    -o-filter: sepia(0);
    -ms-filter: sepia(0);
    vertical-align: bottom;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/* img:hover{
	   filter: sepia(0.5);
    -webkit-filter: sepia(0.5);
    -moz-filter: sepia(0.5);
    -o-filter: sepia(0.5);
    -ms-filter: sepia(0.5);
    transition: all 1.5s ease 0.01s;
} */
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

html, body, article {
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    font-family: microsoft yahei;
    color: #333;
}

.little-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

.big-text {
    font-size: 40px;
}

.middle-text {
    font-size: 22px;
}

.textgray {
    color: #666;
}

.textred {
    color: #dd403b;
}

.textblue {
    color: #2394eb;
}
.boldcenter{
    text-align: center!important;
    font-weight: bold;
}