﻿@charset "utf-8";
/*重置样式*/
@import url("reset.css");
/*主要样式*/
@import url("ietMain.css");
/*首頁佈局*/
*{ padding:0px; margin:0px;}
html,body{ height:100%; height:auto;}
body{ cursor:default;overflow:auto; font-size:12px; font-family:Arial, Helvetica, sans-serif,'宋体'}
.clean{ clear:both; height:0; font-size: 1px; line-height: 0px; overflow:hidden;}

#wait_div {position:fixed;top:0px;left: 0px;background:url(../images/loading_main.gif) no-repeat center;z-index: 99999999;
width:100%;height:100%;display: none;}
.wait_div {position:absolute; background:url(../images/wait_small.gif) no-repeat left; width:160px; height:32px; line-height:32px;text-align: left;text-indent: 20px;top:50%; left:50%; margin:-16px 0 0 -80px;}

checkbox{outline:none;blr:expression(this.onFocus=this.blur());}
<!--IE6下的实现  -->
/*{margin:0;padding:0;} 
html,body{padding:100px 0;width:100%;height:100%;overflow:hidden;} 
#index_top{position:absolute;top:0;width:100%;height:70px;line-height:70px;text-align:center;background:url(../images/bg_s_header.png) repeat-x left top;} 
#middle{position: relative;top:-70px;height:100%;bottom:30px;width:100%; text-align:center;overflow: auto;} 
#index_foot{position:absolute;bottom:0;width:100%;height:30px;line-height:30px; 
} 
<!-- IE7、IE8下的实现  -->
*{margin:0;padding:0;} 
html,body{width:100%; height:100%; overflow:hidden; } 
#index_top{position:absolute;top:0;width:100%; height:70px;background:url(../images/bg_s_header.png) repeat-x left top;} 
#middle{ position: absolute; top:70px;height:auto;bottom:100px;width:100%; text-align:center;overflow: auto; } 
#index_foot{ position:absolute; bottom:0; width:100%; height:100px; line-height:100px;} 
 */
<!--全部CSS代码  -->
*{margin:0;padding:0} 
html,body{padding:0 !important;padding:100px 0;width:100%;height:100%; height:auto;min-width:1000px;} 
#index_top{width:100%;height:32px; line-height:32px;text-align:left;} 
#main{position: relative;height:auto; min-height:600px;width:100%; text-align:center; } 
#ietMain_content{ margin:0 auto; text-align:center; width:1000px;}

/*弹框样式*/
#tk_bg{width:100%; height:100%; position:fixed; z-index:1599; top:0; left:0; background:#000;filter:alpha(opacity=30)/* for IE */;opacity:0.3/* CSS3 standard */; display:none;}
#bombBox{ text-align:center;width:950px; height:550px;position:fixed;z-index:1600; top:100px; left:50%;  margin:0px 0 0 -480px; border:5px solid #303030;background:#fff;}
#bombBox .bombBoxTit{color:#fff;line-height:35px;height:35px;background:#E52142;text-align:left;font-size:16px;font-family:"微软雅黑";z-index:1602;font-weight:bold;position:relative;text-indent:20px;}
#bombBox .bombBoxTit .bombClose{ position:absolute; top:10px; right:10px;height:16px; width:16px; background:url(../images/button/bombClose.png) no-repeat; display:inline-block;}/
#bombBox .bombBoxCon{margin:0 5px; position:relative;width:992px; height:560px; overflow:auto;}

/* 内页布局 */
/* pageList */
.listDiv{padding: 2px 10px 0px 10px;}
/* 标题 */
.listTitle{color: #333333;font-size: 16px;font-weight: bold;padding-top: 10px;text-align: left;vertical-align: top;border-bottom: 1px solid #ccc;margin-bottom: 10px;}
/* 模糊查询 */
.searchDiv{width: auto;text-align: left;padding:10px 0px;}
.searchDiv .searchItem{text-align: left;padding-right: 20px;}

/* 操作按钮 */
.listBtnDiv{width: auto;text-align: left;padding:10px 4px;}

/* edit */
.formDivTitle{color: #333333;font-size: 16px;font-weight: bold;padding-top: 10px;text-align: left;vertical-align: top;
border-bottom: 1px solid #ccc;margin-bottom: 10px;}
.formDiv{width: auto;text-align: center;}
.formMsg{width: 300px;height: 20px;margin-top: 2px;margin-bottom: 2px;margin-left: 5px;}
.viewDiv{text-align: left;}