body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,div{ margin: 0; padding: 0; border: 0;}
html { color: #fff; }
html,body { width: 100%;}
body,button,input,select,textarea { font-size: 12px; font-family: 'Microsoft Yahei','微软雅黑', \5FAE\8F6F\96C5\9ED1,'宋体',\5b8b\4f53,arial,'Hiragino Sans GB',Tahoma,Arial,Helvetica; }
ul,ol,li,dl,dd,dt{list-style: none;}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    font-size: 14px;
}
em,i{ font-style: normal; }
a { text-decoration: none; }
/*a:hover { text-decoration: underline; }*/
fieldset,img { border: 0; }
label,button { cursor: pointer; }

/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; display: block;width:100%;}
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*单行文字超出显示省略号*/
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.w1270{width:1270px;margin:0 auto;}
.object{
    position: absolute;
}
/* 头部 */
.header{
    height: 86px;
    background: #1c1722;
}
.page-judian .header{
    background: #201A26;
}
.header h2{
    width: 269px;
    float: left;
    margin-top: 28px;
}
.header ul{
    width: 600px;
    float: left;
    margin-left: 50px;
}
.header ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    float: left;
    height: 86px;
    line-height: 86px;
}
.header ul li a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 60px;
    font-size: 16px;
    color: #999;
    border-bottom: 2px solid #1c1722;
}
.header ul li.on a,.header ul li a:hover{
    color: #fff;
    border-bottom: 2px solid #5ecdc7;
}
.header p{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: right;
    line-height: 30px;
    margin-top: 28px;
    color: #777;
}
.header p a{
    color: #777;
}
.header p a:hover{
    color: #fff;
}
.header p span{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 29px;
    text-align: center;
}
.footer{
    padding: 60px 0 70px;
    background: #27262d;
    line-height: 30px;
    font-size: 13px;
    color: #888;
    text-align: center;
}
.footer.fixed-bottom{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer span{
    color: #fff;
}
.footer img{
    width: 17px;
    margin-right: 3px;
}
.footer img,.footer em{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.commonality{
    padding: 30px;
}
.inbody{
    background: #2d2c34;
}
.commonality h3{
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.inlity{
    width:980px;
    margin: 30px auto;
}
.lity_left{
    width: 445px;
    float: left;
    font-size: 14px;
    line-height: 2.2;
    color: #ccc;
}
.lity_left p{
    margin-bottom: 20px;
}
.lity_right{
    width: 300px;
    float: right;
}