/* 全局CSS定义 */
body {
	font-family:"宋体";
	margin:0;
	padding:0;
	background:#FFF;
	font-size:12px;
	color:#333;
	
}
div, ol, ul, li, sapn, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0;
	border:0;
}
img, a img {
	border:0;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
ul, ol, li {
	list-style:none
}
table, td, input {
	font-size:12px;
}
/* 默认链接颜色 */
a {
	outline-style:none;
	color:#333;
	text-decoration:none
}
a:hover {
	color:#c00;
	text-decoration:underline;
}
/* 通用属性 */
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	font-size:1px;
	width:1px;
	height:0;
	visibility:hidden;
	margin-top:0px!important;
*margin-top:-1px;
	line-height:0
}/*ie and firefox1.5 updata */
/*文字对齐方式*/
.txtLeft {
	text-align:left
}
.txtRight {
	text-align:right
}
.txtCenter {
	text-align:center
}
/*常用方法*/
.show {
	display:block
}
.hidden {
	display:none
}
.hand {
	cursor:pointer;
}
.fontArial {
	font-family:'Arial';
}
.b {
	font-weight:bold;
}
.width1000{ width:1200px; margin:0 auto; clear:both; }
.location{position:relative;}
.show_button a{ height:50px; line-height:50px; color:#fff; text-align:left; display:block;  background:url(../images/buttonbg.png) no-repeat 180px center #c99945; width:200px; padding-left:30px; font-size:20px; border-radius:3px; border:0;font-family:"微软雅黑";  }
.show_button a:hover{ box-shadow:0 -2px 0 rgba(0, 0, 0, 0.27) inset; text-decoration:none; }

.show_button2 a{ height:50px; line-height:50px; color:#fff; text-align:left; display:block;  background:url(../images/buttonbg.png) no-repeat 180px center ; background-color:rgba(217,69,48,0.5);  width:200px; padding-left:30px; font-size:20px; border-radius:3px; border:0;font-family:"微软雅黑";  }
.show_button2 a:hover{ box-shadow:0 -2px 0 rgba(0, 0, 0, 0.27) inset; text-decoration:none; }
.over{ overflow:hidden;}