@charset "gb2312";

/*reset css*/
*{margin: 0;padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}

/*global css*/
body{
	color: rgb(51,51,51);
}
div{text-align:left}
img{border:0px;}
ul,ol,li{list-style-type:none;}/*增加li标签定义*/
table{ margin:0 auto;}
table,td,input{
}

/*layout.css*/
.w960{width:960px; margin:0 auto; clear:both;}

/*select,input,img,select{vertical-align:middle;}*/
select,input,select{vertical-align:middle;}
textarea {display:block; overflow:auto;}

/*height.css*/
.height1{height:1px;}
.height2{height:2px;}
.height4{height:4px;}
.height5{height:5px;}
.height8{height:8px;}
.height10{height:10px;}

/*padding.css*/
.pad1{padding-top:9px;}
.pad2{padding-right:5px;}
.pad4{padding:4px;}
.margintop5 { margin-top:5px;}
.margintop { margin-top:10px;}
.marginright {
	margin-right: 0px;
}



/*link css*/
a{text-decoration:none; color:#333;}
a:hover{text-decoration:underline;}

.white{color:#fff}
.white a{text-decoration:none; color:#fff;}
.white a:hover{text-decoration:underline;}

.black{color:#000}
.black a{text-decoration:none; color:#000;}
.black a:hover{text-decoration:underline;}

/*font css*/
div{word-wrap:break-word; word-break:break-all;}/*新增display:inline；属性*/
.f14{font-size:14px;}
.f12{font-size:14px;}
.f16{font-size:16px;}
.fb{font-weight:bold}

/*文字对齐方式*/
.txtLeft{text-align:left}
.txtRright{text-align:right}
.txtCenter{text-align:center}

/*行距样式*/
.lh15{line-height:15px}
.lh17{line-height:17px}
.lh20{line-height:20px}
.lh30{line-height:30px}

/*清除浮动*/
.clearkit{clear:both; font-size:0px; height:0px; line-height:0px;}
.fl{
	float: left;
	padding-left: 0px;
}
.fr{float:right}
.clear{clear:both}
.clean{overflow:hidden;}/*新增*/
.inline{display:inline;}/*ie6下marign-left的问题*/

/*常用方法*/
.show{display:block}/*可用在img中，避免ie6下图片下方出现4px距离*/
.hidden{display:none}
.hand{cursor:pointer;}

/*标题文字*/
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:14px;}
