@charset "utf-8";

/*------------------main.css---------------------------*/
* {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body{
	margin:0;
	padding:0;
	background:#fff;/*--Leo 添加样式 0730--*/
	}

div{
	display:block;
	
}

img{
	border:0;
	vertical-align:bottom;
	}

h1,h2,h3,h4,h5,h6,p{
	font-family:Arial, Helvetica, sans-serif,"宋体";
}
h1{
	font-size:20px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
h5,p{
	font-size:12px;
}
h6{
	font-size:10px;
}

a:link{color:#E2DCDC;}a:visited{color:#E2DCDC;}a:hover{color:#E2DCDC;}a:active{color:#E2DCDC;}

.cl{
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
}

.ind{
	text-indent:26px;
	}

.fl{
	float:left;
	}
.fl_tj{ 
    float:left;
	 font-family:"微软雅黑";
	 font-size:30px;
	 font-weight:700;}

.fr{
	float:right;
	}

.center{
	margin:0 auto;
	}


/*-------颜色--------*/
.dark{
	color:#505050;
	}

.gray{
	color:#666;
	}

.black{
	color:#333;
	}

.green{
	color:#315b04;
	}
.blue{
	color:#125fa5;
	}

.white{
	color:#fff;
	}

.org{
	color:#f27b04;
	}

.org_r{
	color:#d84600;
	}

a.d_o{
	color:#505050;
	text-decoration:none;
	}

a.d_o:hover,a.d_o:active{
	color:#f27b04;
	text-decoration:none;
	}

a.g_o{
	color:#666;
	text-decoration:none;
	}

a.g_o:hover,a.d_o:active{
	color:#f27b04;
	text-decoration:none;
	white-space: nowrap;
	}

a.blue{
	color:#125fa5;
	}

a.green:hover,a.green:active{
	color:#125fa5;
	text-decoration:underline;
	}
a.green{
	color:#315b04;
	}
a.green:hover,a.green:active{
	color:#315b04;
	text-decoration:underline;
	}
a.blue:hover,a.blue:active{
	color:#125fa5;
	text-decoration:underline;
	}
a.white{
	color:#fff;
	}

a.white:hover,a.white:active{
	color:#fff;
	text-decoration:underline;
	}

a.b_o{
	color:#333;
	}

a.b_o:hover,a.b_o:active{
	color:#f27b04;
	text-decoration:underline;
	}

a.org{
	color:#f27b04;
	}

a.org:hover,a.org:active{
	color:#f27b04;
	text-decoration:underline;
	}

a.org_r{
	color:#d84600;
	}

a.org_r:hover,a.org_r:active{
	color:#d84600;
	text-decoration:underline;
	}


/*---------Other-------------*/
.b5{
	margin-bottom:5px;
	}

.b10{
	margin-bottom:10px;
	}

.b26{
	margin-bottom:14px;
	}

.t30{
	margin-top:30px;
	}
