/* 本css包含通用top，友情链接，底部样式 */

/*默认*/

/* 选中文字的颜色 */
::-moz-selection{background: #036; color: #FFF;} 
::selection {background: #036; color: #FFF;} 


*{ margin:0; padding:0;}
body,html{  font-size:12px;}
ul,li{ list-style:none;}
a {
blr:expression(this.onFocus=this.blur());
text-decoration:none;
cursor:pointer;
color:#b40000;
}
a:link, a:visited {text-decoration:none; }
a:hover, a:active {text-decoration:underline;}
fieldset,img{border:0;}
.clear{clear:both;_ height:0; _line-height:0; _overflow:hidden; _font-size:0;}

.fl{float:left;}
.fr{float:right;}
img{border:0;}
.block{display:block;}
img a:hover{ text-decoration:none;}
.middle{ margin:0 auto;}
.bold{ font-weight:bold;}
.aline-5{ height:5px; overflow:hidden; width:100%;}/*5像素的高度*/
.aline-10{ height:10px; overflow:hidden; width:100%;}/*10像素的高度*/
.aline-15{ height:15px; overflow:hidden; width:100%;}/*15像素的高度*/
.aline-20{ height:20px; overflow:hidden; width:100%;}/*20像素的高度*/

.aline-105{ height:105px; overflow:hidden; width:100%;}/*105像素的高度*/

/*左右浮动、图片默认无边、居中对齐、加粗、5CM、10CM、15CM间距*/
.big-left{ float:left; width:px;}/*大的左侧*/
.big-right{ float:right; width:px;}/*大的右侧*/

.big-left .left{float:left; width:px;}/*大的左侧的左侧内容*/
.big-left .center{float:right; width:px;}/*大的左侧的右侧内容*/

/*清除浮动*/
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{display:inline-block;}/* Hides from IE-mac */
* html .clearfix{height:1%;}
.clearfix{display:block;}/* End hide from IE-mac */ 


.main { width:100%; background:url(../images/con-bg.jpg) repeat;}
