@charset "gb18030";
/* CSS Document */


h2{ font-family:'微软雅黑';
}
.money{ color:red; font-weight:bold;
}
.blue{ color:blue;
}
.jdwz{ font-size:14px; text-align:center; text-indent:0;
}
p{ padding-left:4px; padding-right:4px; word-break:break-all; /*支持IE，chrome，FF不支持*/
word-wrap:break-word;/*支持IE，chrome，FF*/
}
p[align=center]{  padding-left:0; padding-right:0; text-indent:0;
}
h2{ height:auto;
}
.gray{ color:gray; font-size:14px;
}
.red{ color:red;
}
.qing{ color:#2ca6e0;
}
a:link,a:visited,a:active{ color:#00baff;
}
p{ text-indent:36px;
}

p[style*="text-align:center"],p[style*="text-align: center"]{
  text-indent: 0; margin-top:8px; color:gray; line-height:1;
}

#floorsNav{ position:fixed; top:0; left:0; right:0; min-height:50px; background:#fff; padding-top:2px; padding-bottom:2px; border-bottom:#f00 solid 1px;
}
#floorsNav ul{ text-align:center; width:280px; margin:0 auto;
}
#floorsNav li{ display:inline-block; width:48px; height:48px; line-height:48px; text-align:center; font-size:12px; border-radius:25px; border:#ccc solid 1px; cursor:pointer; background:#fff;
}
#floorsNav li.on{ border:#FFFF00 solid 1px; background:#f00; color:#FFFF00;
}

#content{ font-size:18px;
}
#content p:has(> img) {
  text-indent: 0; 
}

#top_blank_gl{ height:55px;
}
#top_blank_gl2{ height:105px;
}