/* CSS Document */
/*************************************************GLOBALS***/
* {
	word-break: break-all;
	word-wrap: break-word;
	font-style:normal;
}
body, th, td, input, select, textarea, button {	font-family: "宋体", Arial, Helvetica, sans-serif ; font-size:12px;  color:#333;}
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset { margin: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
ul li { list-style: none; }
var {
	font-style: normal;
}
img{border:0;}
input, textarea, button {font-family:"宋体"; font-size:12px;}
select  {font-size:12px; height:22px;  vertical-align:middle;}

/* Link */
a:link {color:#333; font-size:12px; text-decoration:none;}           /*连接平常的状态*/
a:visited{ font-size:12px; color:#333;text-decoration:none;}           /*连接被访问过之后*/
a:hover { font-size:12px; color:#ff7c24; text-decoration:none}           /*鼠标放到连接上的时候*/
a:active { font-size:12px; color:#333; }           /*连接被按下的时候*/

/* CSS 常用代码 */
.强制省略 {word-break:keep-all; text-overflow:ellipsis; overflow:hidden;}
.强制换行 {word-break:break-all;word-warp:warp;}

/*通用*/
.lashen { overflow:hidden; zoom:1;}
.lashendish { zoom:1;}
.float_left { float:left;} 			
.float_right { float:right;}
.clear{clear:both;}

.frame{margin:0 auto; width:985px;}
.hei10{margin-top:10px;}
.c2{color:#ff5705;}

/*  所在位置导航  */
#sitenav { margin:0 auto; font-size: 12px; line-height: 24px; width: 985px; height: 24px; padding-bottom: 4px; background: url(../images/itemtitlesbg.jpg) repeat-x left top;}
#sitenav span { background: url(../images/title_sign.gif) no-repeat left center; float: left; padding-left: 16px; margin-left: 8px; display: inline;}


.barbtm { clear: both; float: left; font-size: 1px; height: 8px; line-height:8px; width: 100%; }


.new_input{ border:1px solid #DAE2E7; height:18px; margin:5px 0; padding:0; width:100px;}

.fontSize14{font-size:14px;}

.jiange td{padding:0 5px; background:#fdfdfd}
.jiange th{padding:0 5px; background:#f9f8f6}

.jiange2 td{padding:0 5px;}
/*图片大小*/
.imgdx img{width:50px; height:50px;}

/*按钮背景*/
	.bg_input{ background:#999; color:#FFf; text-align:center; border:0; cursor:pointer; padding:0px 5px 10px;}
	.add_btn{padding:0px 5px 5px; background:#999; color:#FFF; line-height:22px; border:0; cursor:pointer;}
	.next_anniu{width:120px; height:32px; line-height:32px; text-align:center; background:url(../images/next_bg.gif) no-repeat; border:0; }
	.new_anniu{border:1px #97add8 solid; background:url(../images/btnbg.gif) left bottom repeat-x; padding:1px 5px; line-height:21px; height:21px; cursor:pointer;}
	.new_anniu01{border:1px #97add8 solid; background:url(../images/btnbg.gif) bottom left repeat-x; padding:1px 5px; line-height:23px; height:23px; cursor:pointer; color:#999}
	.new_anniu02{clear:both; border:1px #97add8 solid; background:url(../images/btnbg.gif) bottom left repeat-x; line-height:23px; height:23px; cursor:pointer; width:45px;}
	


/*部分公共样式*/
.pad5{padding:5px;}
.mar20{margin-bottom:20px;}
.mar10{margin-bottom:10px;}
.hander{cursor:pointer;}
.pad10{padding:10px 0;}
