*{ margin:0; padding:0;}/*清除标签默认的内外边距*/
.cle{ clear:both;}     /*清除浮动*/
a{ text-decoration:none;} /*去掉a标签默认的下线划*/
input,textarea,select{outline:medium;padding-left:5px;}  /*清除表单点击后的蓝色框 缩进5px*/
ul,li{ list-style:none;}  /*清除无序列表默认的原点*/
html{overflow-x:hidden;}   /*超出html框隐藏*/
img {border: 0 none;}    /*清除img的边框*/
body a{outline:none;blr:expression(this.onFocus=this.blur());}  /*清除a标签点击时出现的虚线框 （主要是在ie6-ie8）*/
body, button, input, select, textarea { font:12px/1.5 "/5b8b/4f53", Tahoma, Arial, sans-serif; vertical-align:middle;}
.font_title{font-size:18px; font-family:"微软雅黑"; text-align:center;}
.bor{ border:1px solid red;}
.ljgm{
	display:block;
	width: 150px;
	height: 40px;
	margin: 0 auto; 
	border: #000000 solid 1px; 
	border-radius: 10px; 
	text-align: center; 
	font-size: 22px; 
	color: #000; 
	line-height: 40px;
	margin-top: 80px;  
}
.ljgm:hover{
	color: #FF0000;
	border: #FF0000 solid 1px;
}
