/**********公共样式的设定**********/
html, body, div,ul, li, dl,ol, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe { margin: 0; padding: 0; -webkit-text-size-adjust: none; }
body{
	font-size:14px;
	font-family:Arial,"Microsoft yahei";
	color:#333;
	background-color:#fff;
}
*{
	box-sizing:border-box;
}
table,td{
	font-size:12px;
}
ul,ol{ 
	list-style:none;
}

hr{
	height:2px;
	color: #d4d4d4;
}
/**html{background-image:url(about:blank);background-attachment:fixed;}*/
img { 
	border: 0 none; 
	vertical-align: top; 
	font-weight: normal; 
	font-size: 100%; 
}
a{
	text-decoration:none; 
	color:#333;
	outline:none;
	font-size: 16px;
}
a:active{
	star:expression(this.onfocus=this.blur());
}
a:hover{
	cursor:pointer;
}
a img {
	border:none;
}
p{ 
	margin:0px;
}
.left{
	float: left;
}
.right
{
	float: right;
}
.hover_after{
	color:#CC9E56;
}
.hover_after a{
	color: #135d93;
}
.hide{
    display:none;
}
.show{
    display: block;
}
