*{
	padding:0;
	margin:0;
	word-break:break-all;
	word-wrap:break-word;
}
html body{
	margin:0 auto;
	font-family:'宋体';font-size:14px;
}
button {overflow:visible}
img{border:none;}
ol,ul,dl{list-style-type:none;padding:0;margin:0;}
body,td,th {
	font-size: 12px;
}
body{background:#ffffff;}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.nostyle{border:none;}
.clear{clear:both;}
/******************************以下为注册验证***************************************/
/*错误信息：边框加红，字加红*/
input.error,select.error{
	border:1px solid #C54442;
}
input.valid{
	border:1px solid #09b203;
}
span.error{
	color:#C54442;
	/*background:url('../images/home/unchecked.gif') no-repeat 5px 0;*/
	padding-left:25px;
}
span.success{
	/*background:url('../images/home/checked.gif') no-repeat 5px 0;
	padding-left:25px;*/	
}
/*弹出层*/
.tanchu_bj{
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;filter:alpha(opacity=50);
	display:none;
	}
#tanchu{
	position:absolute;
	border:7px solid #2d8701;
	left:50%;top:50%;
	background:#fff;
	z-index:999;
	display:none;	
}
.tanchu_head{
	padding:10px;
	border-bottom:1px dashed #ccc;
	text-align:left;
}
.tanchu_head span{float:right;display:inline;}
#tanchu_close{
	cursor:pointer;
}
.tanchu_info{padding:10px;height:auto;text-align:center;vertical-align:middle;}
.tanchu_info a:link,.tanchu_info a:visited{text-decoration:underline;color:blue;}


/*客服*/
.kefu{position:absolute;width:100px;height:auto;background:#ffff00;z-index:200;top:200px;}
.weixin{width:125px;height:auto;padding-bottom:5px;position:absolute;background:#ffffff;z-index:200;top:200px;right:0px;padding-top:5px;border:1px solid #cccccc;background:url('../images/home/kefu.jpg') top left no-repeat;}
.kefu p,.weixin p{padding:5px 0 5px 5px;font-size:12px;padding-left:5px;}
.shouting{padding-top:45px;}
.qq{padding:30px 0 0 10px;}
.qq p{padding-left:25px;}
.close_left{width:12px;height:12px;cursor:pointer;position:absolute;top:232px;right:2px;z-index:1000;}
.close_right{width:12px;height:12px;float:right;padding-right:5px;cursor:pointer;z-index:1000;}
.kefu_weibo_sina{background:url('../images/home/kefu_sinaweibo.jpg') 0 5px no-repeat;height:16px;display:block;}
.kefu_weibo_qq{background:url('../images/home/kefu_qqweibo.jpg') 0 5px no-repeat;height:16px;display:block;}
.kefu_qq{background:url('../images/home/kefu_qq.jpg') 0 5px no-repeat;height:16px;display:block;}
/*红色提醒文字*/
.tixing{color:red;font-size:12px;}
/*分页效果*/
.fenye a{border:1px solid #666;padding:0 4px;margin-left:5px;}
.fenye a:hover{background:#ccc;}