html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body *{
    box-sizing: border-box;
    font-family: "微软雅黑";
}
body{
    background: url(images/img_homebg.png) top no-repeat;
}
body, body a{
    font-size: 14px;
}
#content{
    line-height: 1;
}
.long-p {
    width: 654px;
    text-align: center;
    margin: 0 auto;
    color: #868686;
    font-size: 18px;
}
.section{
    padding-top: 80px;
}
.container{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
body, body a{
    font-size: 12px;
    color: #333;
}
body a{
    text-decoration: none;
}

#header{
    height: 66px;
    line-height: 66px;
}
#header a{
    padding: 4px 0px 0 0px;
    margin: 0 10px;
    line-height: 58px;
    display: inline-block;
    color: #333;
    font-size: 16px;
}
#header a.active, #header a:hover{
    border-bottom: 4px solid orange;
}
h1{
    color: #43484e;
    font-size: 40px;
    margin-bottom: 40px;
}
h1 span{
    color: #333;
}
p{
    font-size: 18px;
    line-height: 1.6;
}
img.logo{
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}
#title{
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
#title-1{
    font-size: 20px;
    font-weight: bold;
}
#title-2{
    font-size: 12px;
}
#footer{
    background: #222;
    padding-top: 48px;
    padding-bottom: 36px;
    text-align: center;
    margin-top: 240px;
}
#footer a{
    padding: 2px 14px;
    font-size: 16px;
    color: #c1c1c1;
    border-right: 2px solid;
}
#footer .ele-last{
    border: 0;
}
#footer a.last{
    border: none;
}
#copyright{
    font-size: 12px;
    color: #666;
    margin-top: 34px;
}


