@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;
overflow-x:hidden;
}

body,html {
 scrollbar-face-color:#f6f6f6; /*滚动条3D表面（ThreedFace）的颜色*/
 scrollbar-highlight-color:#fff; /*滚动条3D界面的亮边（ThreedHighlight）颜色*/
 scrollbar-shadow-color:#eeeeee; /*滚动条3D界面的暗边（ThreedShadow）颜色*/
 scrollbar-3dlight-color:#eeeeee; /*滚动条亮边框颜色*/
 scrollbar-arrow-color:#000; /*滚动条方向箭头的颜色 */
 scrollbar-track-color:#000; /*滚动条的拖动区域(TrackBar)颜色*/
 scrollbar-darkshadow-color:#fff; /*滚动条暗边框（ThreedDarkShadow）颜色*/
 }

body { margin:0 auto; padding:0;
font-size:13px;
color:#fff;
font-family: "微软雅黑";
line-height:23px;
width:95%;
height:95%;



/*background:rgba(3, 20, 63, 0.8);*/
}


td,li,p,div,span{font-family: "微软雅黑";font-size:13px; }
.p3020{padding:30px 20px;}
a{ 
blr:expression(this.onFocus=this.blur()); 
outline: none;
text-decoration:none;}

a {color:#fff;font-family: "微软雅黑"; font-size:13px; text-decoration:none;}
a:hover{ color:#e60013;font-family: "微软雅黑";font-size:13px;}

.txti{ padding:0 20px 10px 20px; line-height:25px;margin:0 auto;color:#fff !important; font-size:13px;}
li{list-style:none;}
img{border:0;}

.bt{background:url(l2.gif) bottom center no-repeat; text-align:center; height:40px; margin-bottom:30px; font-size:18px; font-weight:bold;color:#fff}

.clear{clear:both;overflow:hidden; zoom:1;}



