@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
body{ background:#4c9007; font-size:14px; line-height:28px;}
a{ text-decoration:none;color:#333;padding:0px 5px;}
a:hover{ color:red; text-decoration:underline;}
img{ border:none;}
.left{ float:left}
.right{ float:right;}
.clear{ clear:both;}
.mt10{ margin-top:10px;}
.mb{ margin-bottom:10px;}
p{text-indent:20px;}
.l475{ width:475px;}
.orange{ color:#F90;}

.top{ width:100%; height:40px; background:url(images/topbg.jpg) repeat-x; font-size:12px;}
.topc,.content{ width:980px; margin:0px auto;}
.topc span{ display:block; width:490px; line-height:40px;}
.content{ background:url(images/bgb.jpg) repeat-x; width:100%;}
.bt1{ background:url(images/bg1.jpg) center no-repeat; height:45px;}
.bt2{ background:url(images/bg2.jpg) center no-repeat; height:54px;}
.bt3{ background:url(images/bg3.jpg) center no-repeat; height:66px;}
.bt4{ background:url(images/bg4.jpg) center no-repeat; height:52px;}
.bt5{ background:url(images/bg5.jpg) center no-repeat; height:93px;}

.con{ width:980px; margin:0px auto; background:#fff;}
.conc{ padding:10px;}
.tit{ background:url(images/titbg.jpg) repeat-x; border:1px solid #3f7801; color:#fff; font-weight:bold; text-indent:20px; height:34px; line-height:34px;}
.tit2{ background:#c9e0ac;}

.table01{ border-collapse:collapse;}
.table01 tr td{ border:1px solid #999; padding:2px 6px;}
.table01 th{border:1px solid #999; background:#ccc; text-align:center;}
/*弹出窗口样式*/
.mesWindow{border:#4c9007 1px solid;background:#fff;}
.mesWindowTop{background:#4c9007;padding:3px; color:#fff;font-weight:bold;text-align:left;font-size:12px;}
.mesWindowContent{margin:4px;font-size:12px; line-height:22px;}
.mesWindow .close{height:15px;width:28px;border:none;cursor:pointer;text-decoration:underline;background:#4c9007; color:#fff;}

.bottom{ text-align:center; color:#fff; padding:10px;}