@charset "UTF-8";

#top_panle {
	 position: relative;
	 height: 170px;
	 background: url("../images/logo_02.png") no-repeat 759px 0;
}
#header {
	height: 102px;
	/*background: url("../images/logo_01.png") no-repeat 30px 0;*/
}
#header .header_box {
	padding-top: 35px;
	padding-left: 120px;
}
#logo{
	height:55px;
	width:530px;
	background: url("../images/logo.png") no-repeat;
}
#logo .logo_box {
	
}
#logo_worming {
	float: right;
	padding-top: 32px;
}
#logo_worming span{
	color: #FFFFFF;
    font-family: "微软雅黑","黑体";
    font-weight: normal;
    font-size: 14px;
}
#nav {
	height: 68px
}
#menu {
	border: 1px solid #b2b2b2;
	border-width: 1px 1px 0;
	border-radius: 5px 5px 0 0;
	background: #7b0b0b;
}
#menu .menu_box {
	height:50px;
	padding-left: 20px;
	padding-right: 10px;
}

#menu .menu_box .menu_left{
	float:left;
	color: #FFFFFF;
      font-family: "微软雅黑","黑体";
    font-weight: normal;
    line-height: 50px;
}
#menu .menu_box .menu_left a{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
}
#menu .menu_box .menu_right {
	float:right;
	color: #FFFF99;
      font-family: "微软雅黑","黑体";
    font-weight: normal;
    line-height: 50px;
}
#menu .menu_box .menu_right a{
	color: #FFFF99;
    font-size: 13px;
    font-weight: normal;
    padding: 0 8px;
}


#buttom_panle {
	padding-top: 10px;
}
#buttom_panle .bottom_box{
	background: none repeat scroll 0 0 #F7F7F7;
    border-top: 1px solid #D9D9D9;
}
#links {
	position: relative;
	width: 1004px;
	margin: 0 auto; 
	padding: 5px;
}
#links dl{
    clear: both;
    overflow: hidden;
}
#links dl dt {
    color: #000000;
    float: left;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 100px;
    font-size: 14px
}
#links dl dd {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 860px;
}
#links dl dd span{
    display: block;
    float: left;
    height: 15px;
    line-height: 15px;
    margin-left: -1px;
    padding: 8px 0;
    white-space: nowrap;
}
#links dl dd span a{
	color: #5F5F5F;
    text-decoration: none;
	border-left: 1px solid #8D8D8D;
    line-height: 15px;
    padding: 0 9px;
    white-space: nowrap;
}
#links dl dd span a:hover{
	color: #7B0B0B;
}
#copyright {
	padding-top: 5px;
}
#copyright .copyright_box {
	border-top: 1px solid #D9D9D9;
}
#copyright .copyright_box .copyright_con {
	width: 1004px;
	margin: 0 auto; 
	padding: 10px;
}
#copyright .copyright_box .copyright_con p{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin: 0;
	padding: 5px;
}
#copyright .copyright_box .copyright_con a{
	border: 0;
}

.wait_dialog {
	padding: 10px;
}

.wait_dialog p{
	margin: 0;
	line-height: 2em;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

