@charset "utf-8";
/* CSS Document */


/*主体*/
body { margin:0 auto 0 auto; font-size:12px;}
img { border:0;}
a { text-decoration:none;}
a:hover { text-decoration:underline;}


/*banner*/


* {
	margin:0;
	padding:0;
}


/* @group main_nav */
#main_nav ul {
	font-size: 13px;
	list-style: none;
}
#main_nav ul li a:hover {
	font-size: 13px;
	list-style: none;
	color:#fff;
	font-weight:bold;
}

#main_nav {
	height: 55px;
	width:980px;
	overflow: visible;
}

#main_nav li {
	float: left;
	position: relative;
	z-index: 1;
}

#main_nav li a {
	color: #fff;
	display: block;
	height: 55px;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
	margin-top: 2px;
}

#main_nav li ul li a {
	font-size: 12px;
	width: 89px;
	height: 25px;
	line-height: 25px;
	margin: 0px;
}

#main_nav li ul li a:hover, #main_nav li.focus ul li a:hover {
	background: #1D7BD0;
}


#main_nav li.focus ul li a {
	background: none;
}

#main_nav li ul {
	position: absolute;
	top: 45px;
	left: 15px;
	background: #5AA0E7;
	border-color: #5AA0E7;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	display: none;
	
	
}

#main_nav li ul li{
	float: none;
}

/*文字*/
.text_00 { line-height:22px;}
.text_0 { line-height:18px;}
.text_01 { color:#000;}
.text_01 a{ color:#000;}
.text_01 a:hover{ color:#000;}
.text_02 { color:#fff;}
.text_02 a{ color:#fff;}
.text_02 a:hover{ color:#fff;}
.text_03 { color:#000; font-size:14px; font-weight:bold;}
.text_03 a{ color:#000;}
.text_03 a:hover{ color:#000;}
.text_04 { color:#cc0000; font-size:14px; font-weight:bold;}
.text_04 a{ color:#cc0000;}
.text_04 a:hover{ color:#cc0000;}



/*背景*/
.bg_01 { background:url(../images/index_r1_c24.jpg) left top repeat-x; width:1002px; height:84px;}
.bg_02 { background:url(../images/index_r5_c1.jpg) left bottom repeat-x; width:1002px; height:291px;}
.bg_03 { background:url(../images/index_r25_c2.jpg) left top no-repeat; width:992px; height:71px;}
.bg_04 { background:url(../images/erji_r2_c6.jpg) left top no-repeat; height:35px; width:738px;}
.bg_05 { background:url(../images/erji_r10_c9.jpg) right bottom no-repeat;}




/*间距*/
.padding_01 { padding:10px;}


/*边距*/
.border_01 { border-bottom:#e3e3e3 1px dashed;}
.border_02 { border:#e3e3e3 1px solid;}

