@charset "utf-8"; /*设置各项默认值*/ body {margin:0px; padding:0px; background-color:#E8E8E8; font-family:Verdana, Arial, Helvetica, Sans-Serif, "宋体"; font-size:12px; color:#666;} table {margin:0px;} th,td {line-height:180%; text-align:left;} img {border:0px;} dl,dt,dd,h1,h2,h3,h4,p,ul,form {margin:0px; padding:0px;} /*通用链接默认值*/ a:link{color:#0033FF;text-decoration: none;} a:visited{color:#0033FF;text-decoration: none;} a:hover,a:active{color:#0033FF;text-decoration:underline;} /*通用链接默认值*/ .normal a:link{color:#4E4E4E;text-decoration: none;} .normal a:visited{color:#4E4E4E;text-decoration: none;} .normal a:hover,.normal a:active{color:#009946;text-decoration:underline;} /* //CSS Hack property:value; 所有浏览器 _property:value; IE6 +property:value; IE7 *property:value; IE6/IE7 property:value \0; IE8/IE9 property:value \9; IE6/IE7/IE8 property:value \9\0; IE9 //最小高度HACK min-height:500px; height:auto !important; height:500px; overflow:visible; //溢出文字用省略号点代替(慎用) white-space:nowrap; text-overflow:ellipsis; overflow:hidden; //文字两端对齐 text-align:Justify;(火狐) text-justify:inter-ideograph;(IE) */ /*右侧漂浮*/ #rightPiaoFu {width:120px; height:auto; overflow:hidden; padding:6px; font-size:12px; position:absolute;right:0px;} #rightPiaoFu .content {width:120px; height:auto; overflow:hidden; background-color:#fff; position:relative;} #rightPiaoFu .close {width:20px; height:20px; overflow:hidden; position:absolute; right:0px; top:0px; color:#fff; cursor:pointer; line-height:20px; text-align:center; font-size:14px;} #rightPiaoFu ul {list-style:none;} #rightPiaoFu ul li.sort {width:118px; height:20px; overflow:hidden; border:1px solid #C0E6F9; line-height:20px; text-align:center; color:#fff;} #rightPiaoFu ul li.qq,#rightPiaoFu ul li.msn,#rightPiaoFu ul li.skype {width:110px; height:auto; overflow:hidden; padding:3px 0px; line-height:23px; text-indent:10px;} #rightPiaoFu ul li.tel,#rightPiaoFu ul li.email {width:110px; height:auto; overflow:hidden; line-height:23px; text-indent:10px; color:#333; text-align:center;} #rightPiaoFu a:link{color:#333;text-decoration: none;} #rightPiaoFu a:visited{color:#333;text-decoration: none;} #rightPiaoFu a:hover,#rightPiaoFu a:active{color:#ff0000;text-decoration:underline;} /*留言表单*/ #GuestBookForm {width:700px; height:auto;min-height:400px; overflow:hidden; margin:0px auto; margin-top:20px; margin-bottom:20px; padding:10px 0px; background-color:#FFF; border:1px solid #C9C9C9;} #GuestBookForm .title {font-size:14px; font-weight:bold;color:#CC0000; line-height:40px; text-indent:20px} #GuestBookForm table th { text-align:right; font-weight:normal; color:#454545;} #GuestBookForm table th,#GuestBookForm table td {padding:8px; line-height:21px;} /*留言列表*/ #GuestBookList {width:700px; height:auto; overflow:hidden; margin:0px auto; margin-top:15px;} #GuestBookList .one {padding-bottom:10px;} #GuestBookList .one table {background-color:#E4E4E4;} #GuestBookList .one table td {background-color:#FFFFFF; line-height:21px; padding:8px;} #GuestBookList .one table th,#GuestBookList .one table td.title {background-color:#F7F7F7; line-height:21px; padding:8px;} #GuestBookList .one table th {text-align:center; font-weight:normal; color:#454545;} #GuestBookList .one table td.repaly {color:#CC0000;} #GuestBookList .one table td.title em {float:left; color:#454545; font-style:normal;} #GuestBookList .one table td.title span {float:right; color:#666; font-size:11px;}