BODY {
	background:#f1f1f1;
	MARGIN: 0px;
} 
A:link {
	COLOR: #333333;
	TEXT-DECORATION:none
}
A:visited {
	COLOR: #333333;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #0059c2;
	TEXT-DECORATION:none
}
A:active {
	COLOR: #333333;
	TEXT-DECORATION:none
}

.leftNav A:hover {
	FONT-SIZE: 10pt; TEXT-DECORATION: none; FONT-WEIGHT: bold; COLOR: #cc0000; LINE-HEIGHT: 200%;
}
.leftNav A:active {
	FONT-SIZE: 10pt; TEXT-DECORATION: none; FONT-WEIGHT: bold; COLOR: #cc0000; LINE-HEIGHT: 200%;
}
{
	}
/*--字体体样式--*/
.h1{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.h2{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.h3{
	color:#006600;
	font-size:14px;
	font-weight:bold;
}
.h4{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.h5{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.lanse12x{
	color:#06477f;
	font-size:12px;
	line-height:24px;
}
.lvse12x{
	color:#4a980e;
	font-size:12px;
	line-height:24px;
}
.baise12x{
	color:#ffffff;
	font-size:12px;
	line-height:24px;
}
.heise12x{
	color:#333333;
	font-size:12px;
	line-height:24px;
}
.heise14x{
	color:#333333;
	font-size:14px;
}



/*--窗体样式--*/
.endtable{
	border-top:#234c96 5px;
	background:#e9f4f8;
	font-size:12px;
	color:#666666;
	line-height:24px;
}
.centerbody{
	width:100%px;
	margin:auto;
	background:url(../images/bodybg2.gif);
	background-position:center top; 
	background-repeat:repeat-y;
}
.dtlanse{
	border-bottom:#234c96 1px solid;
}
.dthuise{
	border-bottom:#c7c7c7 1px solid;
}
/*--表格样式--*/
.tablea{ border:#a6d4f4 1px solid}
.tableb{ border:#cccccc 1px solid}
.tablec{ border-bottom:#a0d0ff 1px solid;border-left:#e0e0e0 1px solid;border-right:#e0e0e0 1px solid;}
.tabled{ border-top:#a0d0ff 1px solid;border-left:#a0d0ff 1px solid;border-right:#a0d0ff 1px solid;}

.more{
	width:20px;
	height:20px;
}
/*头部图片*/
.wrap1{height: 136px;
 background: #8d030a;}
  
  .toubu{
  margin: 0 auto;
  background:url(tpubupsd.jpg) center no-repeat;
  height: 136px;}
   .fl{ width:1000px; margin:0 auto;}
  .fl a{ display:block;padding-top: 40px;}
    .fl a img{ width:400px;}
	.menu0_0_{ display:block;    height: 50px;
    line-height: 50px;}	
	.menu0_0_:hover{ background:#830300;}
	/* 第八行 - 页脚 */
/* 页脚样式 */
        .footer {
           
          
            background-color: #920e07;
            color: #fff;
            padding: 10px 0 0px;
            border-radius: 8px 8px 0 0;
            box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .footer-container { width: 1000px;  margin: 0 auto;
            display: flex;
            justify-content: space-between;
            padding: 0 30px;
        }
        
        .footer ul {
            flex: 1;
            padding: 0 10px;
            position: relative;
        }
        
        /* 添加白色竖线分隔 */
        .footer ul:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.3);
        }
        
        .footer li {
            list-style: none;
            margin-bottom: 5px;
            line-height: 1.5;
        }
        
        .footer a {
            color: #e6e6e6;
            text-decoration: none;
            transition: color 0.3s;
            font-size: 14px;
        }
        
        .footer a:hover {
            color: #fff;
            text-decoration: underline;
        }
        
        .footer span {
            font-size: 14px;
            color: #e6e6e6;
        }
        
        .footer select {
            width: 100%;
            padding: 6px 10px;
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 4px;
            color: #fff;
            font-size: 14px;
            margin-top: 5px;
        }
        
        .footer select option {
            background-color: #920e07;
            color: #fff;
        }
        
        .hxst {
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6), transparent);
            margin: 10px 30px 15px;
        }
        
        .footer img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }
        
        .note {
            text-align: center;
            margin-top: 30px;
            padding: 15px;
            background-color: #e9f5ff;
            border-radius: 6px;
            color: #1a5fb4;
            font-size: 14px;
        }