/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background:url(../images/bg-index.jpg) repeat-x;
background-color:#E6F5FA;
}
img{
border:0;
}
#wapper{
margin:auto;
width:995px;
text-align:left;
background:#FFF;
}
#header{
width:995px;
height:78px;
background:#FFF;
}
#header-l{
float:left;
width:258px;
height:78px;
}
#header-r{
float:right;
padding-top:56px;
padding-right:8px;
width:120px;
font-size:14px;
text-align:right;
}
#header-r a{
font-size:12px;
color:#155A8C;
text-decoration:none;
}
#header-r a:hover{
font-size:12px;
color:#FF6600;
text-decoration:underline;
}
#navigator{
width:995px;
height:37px;
background-image:url(../images/index_r1_c2.gif);
background-repeat:no-repeat;
border-top:1px solid #fff;/*FF出现上方空白*/
overflow:hidden;
}
#navigator ul{
height:37px;
margin-left:103px;
padding:0px;
}
#navigator ul li{
float:left;
padding-top:0px!important;
margin-top:-11px!important;
*margin-top:0px!important;
*padding-top:5px!important;
text-align:center;
list-style:none;
width:84px;
color:#FFF;
font-size:14px;
font-weight:bold;
line-height:31px;
}
#navigator ul li a{
color:#FFF;
font-weight:bold;
text-decoration:none;
display:block;
width:82px;
height:30px;
}
#navigator ul li a:hover{
text-decoration:none;
background:#ACCDFF;
border-left:1px solid #0000BD;
border-top:1px solid #0000BD;
border-right:1px solid #0000BD;
display:block;
width:82px;
height:31px;
}
#flash{
width:995px;
height:210px;
overflow:hidden;
}




/*底部*/
#footer-blue{
clear:both;
width:100%;
height:36px;
background:#176091;
}
#footer-blue-info{
width:995px;
margin:auto;
color:#FFF;
font-size:12px;
height:18px;
overflow:hidden;
padding-top:9px;
padding-bottom:9px;
}
#footer{
width:100%;
padding-top:10px;
padding-bottom:30px;
background:#FFF;
}
#footer-last{
width:995px;
margin:auto;
color:#155A8C;
font-size:12px;
padding-bottom:4px;
}

.B{
font-weight:bold;
}
.Link a{
color:#155A8C;
font-size:12px;
text-decoration:none;
}
.Link a:hover{
color:#FF6600;
font-size:12px;
text-decoration:underline;
}
.linkfont{
font-size:14px;
color:#155A8C
}
.focus{
font-size:14px;
color:#FF6600;
font-weight:bold;
}
.unfocus{
font-size:12px;
color:#155A8C;
border-bottom:1px solid #155A8C;
}
.cls{
clear:both;
}
.textDIV{
font-size:12px;
color:#155A8C;
text-indent:24px;
line-height:24px;
text-align:justify;text-justify:inter-ideograph;
padding-bottom:12px;
}
.textdivL{
float:left;
width:100px;
_height:25px;/*如果不定义高度overflow在IE6中将不起作用引响文字排版*/
font-size:12px;
color:#155A8C;
text-align:left;
line-height:24px;
overflow:hidden;
text-align:justify;text-justify:inter-ideograph
}
.textdivR{
clear:right;
width:545px
float:right;
font-size:12px;
color:#155A8C;
text-align:left;
line-height:24px;
overflow:hidden;
text-align:justify;text-justify:inter-ideograph
}

.clearfix:after,.si_cont li:after{content:"";display:block;height:0;clear:both;visibility:hidden;/*zoom:1;*/}
