@charset "utf-8";
/* CSS Document */


/*　banner　*/
.banner_bg{ height:329px; background-image:url("../images/main_bg_27.jpg");}
.banner_inner{width:980px; height:300px; margin:0 auto; background-image:url(../images/banner_hk_11.jpg); background-repeat:no-repeat; z-index:10;}
.banner_dh{width:980px; height:300px; margin:0 auto; overflow:hidden;}

/*　内容　*/
.main{background-image:url(../images/main_bg_27.jpg); padding:8px 0 15px 0;}
.main_xiankuang{width:896px;height:auto; margin:0 auto; border:2px #9f0e0e solid; padding:40px;}
.main_xiankuang h2{font-family:"宋体"; font-size:20px; line-height:30px;}
.main_xiankuang h3{font-family:"宋体"; font-size:20px; text-align:center; font-weight:normal; line-height:30px;}

.main_xiankuang p{}

.left_kuang{width:138px; height:450px; float:left; background-color:#fff;}
.left_kuang_bt{width:138px; height:42px;}


.right_kuang{width:720px;height:auto; float:right;}
.right_kuang_bt{width:720px; height:28px; border-bottom:2px #9f0e0e solid;}
.right_kuang_nr ul li{width:638px; height:35px; line-height:35px;border-bottom:1px #999 dotted;}
.right_kuang_nr ul li a{display:block; width:500px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333; font-size:12px; padding-left:16px; background-image:url(../images/lby_xtb_06.gif); background-repeat:no-repeat; background-position:center left; }
.right_kuang_nr ul li span{float:right; width:95px;}
.right_kuang_nr .fy{width:638px; height:30px; padding-top:10px; text-align:center;}

/*导航*/

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 140px;
}
	
.suckerdiv ul li{
position: relative;
text-align:center;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 125px;
_left:135px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
}

.suckerdiv ul li a{
	width:100px;
display:inline-block;
color: black;
text-decoration: none;
font-size:14px;
font-weight:bold;
background: #ffffff;
padding: 5px 5px;
border-bottom: 1px solid #9b1d21;
line-height:30px;
}
.suckerdiv ul li ul li a{
	width:150px;
display:inline-block;
color: black;
text-decoration: none;
font-size:12px;
background: #ffffff;
padding: 5px 5px;
border-bottom: 1px solid #9b1d21;
line-height:24px;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: white;
background-color:#9b1d21;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }