/***********************************************/
/* style.css                                   */
/***********************************************/

/* HTML tag styles*/
*{margin:0;padding:0}
body {
	border:0;
	font-family: Arial,sans-serif;
	color: #DFDFDE;
	background-color: #404548;
	line-height: 1.166;
	/*word-break:break-all;*/
	background-image:url(../images/bg_pic.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
body,div,p,th,td,li,dd,a,span,input {
	font-size:12px !important;
	font-family: Arial, Helvetica, sans-serif,宋体;
}
div {
	color:#DFDFDE;
}
h1 {
	color:#FF3300;
	font-size:18px;
	font-weight:700;
	padding:10px 0 30px 0;
}
h2 {
	color:#DFDFDE;
	font-size:16px;
	font-weight:700;
	padding:20px 0 10px 0;
}
h5 {
	font-weight:700;
	font-size:12px;
	color:#DFDFDE;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#D3D4D5;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}
ul{list-style:none;}
a img{border:0;}/*去除带链接图片的边框*/
p{
	line-height:160%;
	margin-top: 5px;
	margin-bottom: 5px;
}
select {
	margin:0;
	padding:0;
	font-size:12px;
	vertical-align:middle;
}

/*=====页面结构与公共调用========*/
.f_l{float:left;}/*向左浮动*/
.f_r{float:right;}/*向右浮动*/
.c{height:1%;}/*清除浮动用于IE*/
.c:after {content: ".";display: block;height:0;clear: both;visibility:hidden;}/*清除浮动用于FireFox*/
.ell{overflow:hidden;white-space :nowrap;text-overflow:ellipsis;}/*超出范围的文字以省略号替的换*/
.h{height:100%}
.dn{display:none}/*消失*/
.dn_show{display:}
.ac{text-align:center}/*内元素居中*/
.ar{text-align:right}/*内元素居右*/
.al{text-align:left}/*内元素居左*/
.fwb{font-weight:bold}
.ch{cursor:pointer;cursor:hand}/*指针为手形状*/
.red{color:red !important}
.error_info{margin:10px 0 10px 0;width:100%;height:auto;color:#FF0000 !important;}/*提示信息*/
/***********************************************/
/* 超级链接样式                                  */
/***********************************************/	
a {
	color: #DFDFDE;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

a.white {
	color: white;
	text-decoration: none;
}
a.white:hover {
	color: black;
}
a.orange {
	color:#FF6600;
	text-decoration: none;
}
a.orange:hover {
	color: black;
}
a.blue {
	color:#0099FF;
	text-decoration: none;
}
a.blue:hover {
	color: black;
}

.DivLeftList a {
	color: #DFDFDE;
	text-decoration: none;
}
.DivLeftList a:hover {
	color: #999999;
}
.DivLeftList2 a {
	color: #DFDFDE;
	text-decoration: none;
}
.DivLeftList2 a:hover {
	color: #999999;
}
.DivLeftListHome a {
	color: #DFDFDE;
	text-decoration: none;
}
.DivLeftListHome a:hover {
	color: #999999;
}
