@charset "gb2312";
/* CSS Document */
/* 通用属性 */

body { font-family:"宋体"; font-size:12px; }
.float_clear { clear:both; }
.float_left { float:left; }
.float_right { float:right; }
img { border:none; }
.red { color:red; }
.green { color:green; }
.blue { color:blue; }
.gray { color:gray; }
.clear { clear:both; }
a { text-decoration:none; color:#444; }
a:hover { text-decoration:underline; color:#EF1001; }
p { line-height:18px; }

/* QQ在线客服 */
#customer_support{width:134px; position:absolute;}
#customer_support_title{background-image:url(QQ_support_title_bg.jpg); height:35px; line-height:35px; text-align:right; padding:0 10px;}
#customer_support_title a{color:#FFF;}
#customer_support_body{border:1px solid #1c5fae; background:#FFF; padding:10px 0 5px 0;}
#customer_support_body li{padding:3px 0; text-align:center; height:45px;}


