@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	
	}
body {
	font-family: Arial, "Microsoft YaHei";
	font-size: 16px;
	background-image: url(bg.jpeg);
	line-height: 26px;
}
a{
	color: #0086CE;
	text-decoration: none;
	}
a:hover {
	color: #666;
}

li{
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 10px;
	line-height: 36px;
	}
.bian{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 5px;
	}
.auto{
	margin-right: auto;
	margin-left: auto;
	}
.juzhong{
	text-align: center;
	}

.left{
	float: left;	
	}
.right{
	float: right;	
	}

.tupian img{
	max-width:100%;
	}
.hg35{
	line-height: 35px;
	}
.w450 {
	max-width:450px;
	box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.4);

}
.block {
    display: block;
}
.ml10{
	margin-left: 10px;
	}
.mr10{
	margin-right: 10px;
	}
.mt5{
	margin-top: 5px;
	}
.mb5{
	margin-bottom: 5px;
	}
.mt10{
	margin-top: 10px;
	}
.mt15{
	margin-top: 15px;
	}
.mt20{
	margin-top: 20px;
	}
.pl10{
	padding-left: 10px;	
	}
.pl20{
	padding-left: 20px;	
	}
.pr10{
	padding-right: 10px;
	}
.font_hei{
	color: #333;	
	}
.font_hui{
	color: #7F7F7F;
	}
.font_bai{
	color: #BFBFBF;
	}
.font_lv{
	color: #409F00;
	}
.font_cheng{
	color: #F09100;
	}
.font_20{
	font-size: 20px;
	}

.font_12{
	font-size: 12px;
	}
.font_14 {
	font-size: 14px;
}

.bg_bai{
	background-color: #FFF;
	}
.bg_hei{
	background-color: #333;
	}
