html, body {
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑","\5b8b\4f53",Arial,sans-serif;		line-height:30px;
}

body { margin: 0; }

p, h1, h2, h3, h4, h5 { margin: 0; }

ul, ol, dd {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
    outline:none;
    blr:expression(this.onFocus=this.blur());
}

a:focus { outline: 0; }

a:active,
a:hover { outline: 0; }

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
    transition: transform 1s;
}

img.hover{ transform: scale(1.15); }

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline:none;
}

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

i, em{ font-style: normal; }

/*清除浮动*/
.fl {
    float:left;
    display: inline;
}

.fr {
    float:right;
    display: inline;
}

.clearfix { clear: both; }
.clearfix:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}

/*小标题*/
.subtitle {
    padding: 10px 0;
    margin-bottom: 30px;
    width: 100%;
}

.subtitle h2 {
    margin-bottom: 6px;
    color: #212121;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
}

.subtitle p {
    width: 100%;
    text-align: center;
}

.subtitle p i.line {
    display: inline-block;
    width: 100px;
    height: 0;
    border-bottom: 1px solid #aaa;
    vertical-align: middle;
}

.subtitle p span {
    padding: 0 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 2em;
}