@charset "utf-8";
body {
	background-image: url(../images/top_bg.jpg); background-repeat:repeat-x; margin:0; padding:0;
}

img{ border:0
}

/*-------------------------------------------top---------------------------------------*/
.xx{
	width:1020px; height:35px; 
}

.hy{
	width:220px;font-family:"宋体"; font-size:12px; color:#555555; line-height:35px; text-align:left; float:left;
}

.top_dh{
	height: 35px; width: 300px; margin-left:500px; float:left
}

.vline{
	background: #999; width: 1px; height: 13px; margin-top:12px;
}

.top_dh ul{ 
    margin:0px; padding: 0px; list-style-type: none;
}

.top_dh li{
	float: left; font-family:"宋体"; font-size:12px; color:#555555; line-height:35px; text-align: center;
}

.top_dh li a{
	display: block; width: 70px; line-height: 35px;color:#555555;	text-decoration: none;
}
	
.top_dh li a:hover{
	color:  #e00024;
}


.xc{
    width:1020px; height:140px; margin-top:10px;
}
/*-------------------------------------------left---------------------------------------*/
.dh_menu{
	width:1020px; height:40px; margin-top:10px;}

/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
    font-family:"宋体"; width:210px; height:40px; margin:0; padding:0; float:left;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	padding:0; margin:0; list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	float:left; position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block; text-align:left; text-decoration:none; width:190px; height:40px; color:#fff; background-color:#b1191a; line-height:40px; font-weight:bold; font-size:15px; padding-left:20px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#fff;  background-color:#b1191a; filter:alpha(opacity=30);
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display:block; position:absolute; top:40px; left:0; width:105px; z-index:10000; filter: alpha(opacity=90);  opacity: 0.9;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	display:block; background:#c81623; color:#fff; border-bottom:1px dashed #617e26; font-size:13px;

}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	background:#960901; color:#fff; 
}

.top_right{
	 width:810px; height:40px;
}

.test ul{
	list-style:none; margin:0; padding:0;
} 

.test li{
	float:left;width:110px; cline-height:40px;
} 

.test a{
	display:block;text-align:center;height:40px; font-family:"宋体"; font-size:15px; line-height:40px; font-weight:bold;
} 

.test a:link{
	color: #333333;text-decoration:none;
} 

.test a:visited{
	color: #333333; text-decoration:none;
}
 
.test a:hover{
	color: #e00024; font-weight:bold;text-decoration:none; 
}



/*-------------------------------------------footer---------------------------------------*/


.dszq_footer{
	width:100%; height:200px; background-color:#f8f8f8; border-top: solid thin #ececec;
}

.lj_box{
	width:1020px; height:150px; margin-top:30px; 
}

.lj_nn{
	width:170px; height:150px; text-align:left; float:left;
}

.lj_top{
	 width:170px; height:25px; font-family:"宋体"; font-size:14px; color:#555555; line-height:20px; font-weight:bold; float:left
}

.lj_dh{
	height: 20px; width: 170px; float:left
}


.lj_dh ul{ 
    margin:0px; padding: 0px; list-style-type: none;
}

.lj_dh li{
	float: left; font-family:"宋体"; font-size:13px; color:#555555; line-height:25px; 
}

.lj_dh li a{
	display: block; width: 170px; line-height: 25px;color:#555555;	text-decoration: none;
}
	
.lj_dh li a:hover{
	color:  #e00024;
}



