/* CSS Document - 蓝绿色（对应commom.js，待废弃！） */
/* BODY样式 */
html{font-size:14px;font-family:Microsoft YaHei;color:#333;}
html,body{margin:0px;height:100%;background:#EFEDED;}
body{scroll-behavior:smooth;}
select{font-size:14px;font-family:Microsoft YaHei;}
input,textarea{font-family:Microsoft YaHei;}
/* 网站布局DIV样式 */
.header_main{width:1280px;margin:0 auto;position:relative;}
.main{width:1280px;margin:0 auto;}
.copyright{width:1280px;margin:0 auto;text-align:center;margin-top:10px;border-top:1px solid #DDD;line-height:25px;}
div.area{padding:10px 15px 10px 15px;background:#fff;border-radius:7px;}
div.area.pt5{padding-top:5px;}
div.area_content{padding:10px 10px 0;}
/* 公用封装样式 */
.nowrap{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;}
.tst_bg{transition:background 0.3s;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;-o-transition:background 0.3s;}
.tst_bc{transition:border-color 0.3s;-webkit-transition:border-color 0.3s;-moz-transition:border-color 0.3s;-o-transition:border-color 0.3s;}
.tst_color{transition:color 0.3s;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;-o-transition:color 0.3s;}
.tst_all{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;}
/* 功能标题样式 */
.ty_funcTitle{display:inline-block;min-width:230px;line-height:25px;padding:5px 0 10px;font-size:18px;color:#666;text-align:center;}
.ty_funcTitle:before{content:"—";padding-right:5px;}
.ty_funcTitle:after{content:"—";padding-left:5px;}

/* 搜索框 */
div.module_searchBox{display:inline-block;border:1px solid #DDD;background-color:#FFF;}
div.module_searchBox input{padding:0 12px;height:30px;line-height:30px;border:none;}
div.module_searchBox a.iBtn_search{display:inline-block;width:40px;height:30px;background:url("/images1/icon/searchGrayS.png") no-repeat center center;vertical-align:top;}
/* 归口栏 */
div.module_menuBar_head{line-height:27px;padding:5px 10px;border:1px solid #DDD;background-color:rgba(255, 255, 255, 0.6);}
div.module_menuBar_head a.menu{line-height:25px;padding:0 20px 0 10px;border:1px solid #FFF;border-radius:7px;background:url(/images1/icon/triangular3.png) no-repeat 98% center;}
ul.module_menuBar{margin-bottom:10px;padding-bottom:5px;background-color:#7e9cbd;box-shadow:2px 2px 5px #AAA;}
ul.module_menuBar li.line-parent{position:relative;}
ul.module_menuBar li.line-parent p{padding:10px 40px 10px 15px;font-size:15px;border-bottom:1px solid #ccc;color:#FFF;}
ul.module_menuBar li.line-parent p:hover{background-color:#a3bdda;cursor:pointer;}
ul.module_menuBar li.line-parent i{position:absolute;top:50%;right:10px;padding:0 6px;margin-top:-9px;margin-left:5px;line-height:18px;font-size:13px;color:#1F74AD;background-color:#FFF;border-radius:10px;box-shadow:1px 1px 1px #8fb0d4;font-weight:normal;font-style:normal;}
ul.module_menuBar li.line-parent.cur{background-color:#fff;box-shadow:inset 1px 1px 7px #8fb0d4;}
ul.module_menuBar li.line-parent.cur p{font-weight:bold;color:#6281a2;}
ul.module_menuBar li.line-parent.cur i{color:#FFF;background-color:#7e9cbd;}
ul.module_menuBar ul.module_menuBar_child li{padding:6px 0 6px 42px;line-height:18px;transition-duration:0.2s;}
ul.module_menuBar ul.module_menuBar_child li:hover{text-decoration:underline;cursor:pointer;}
ul.module_menuBar ul.module_menuBar_child li.cur{color:#FFF;background-color:#4a78ab;}
/* saap */
div.title{border-bottom:2px solid #7799FB;position:relative;color:#0f42af;font-size:14px;}
div.title b{display:inline-block;width:15px;height:30px;margin-bottom:2px;background:#70b2fc;border-right:7px solid #fff;}
div.title i{display:inline-block;height:30px;line-height:30px;margin-bottom:2px;padding:0 50px 0 10px;background:url(/images1/title_i.jpg) no-repeat, #70b2fc;background-position:right 0;font-size:16px;font-style:normal;vertical-align:top;}
div.title .btns{display:inline-block;position:absolute;top:-3px;right:6px;}
div.titlePs1{margin:0 auto;width:500px;border-bottom:2px solid #4481C1;text-align:center;}
div.titlePs1 b{display:inline-block;padding:5px 20px;border:2px solid #4481C1;border-bottom:none;border-radius:8px 8px 0 0;color:#4481C1;font-size:16px;vertical-align:top;}
/* 区域标题 */
div.titlePs{position:relative;color:#4476C3;}
div.titlePs:after{clear:both;content:'';display:block;}
div.titlePs i{display:inline-block;width:10px;height:30px;background:#4481C1;border-radius:15px;}
div.titlePs b{display:inline-block;height:30px;line-height:30px;padding-left:10px;font-size:20px;font-weight:normal;vertical-align:top;}
div.titlePs span.titleDes{display:inline-block;color:#888;line-height:30px;font-size:15px;margin-left:20px;vertical-align:top;}
div.titleSub{padding:4px 0;font-weight:bold;color:#1F74AD;}
/* 表单信息 */
p.input_club{display:inline-block;position:relative;border:2px solid #408DC1;vertical-align:top;}
p.input_club:after{clear:both;content:'';display:block;}
p.input_club b{display:inline-block;padding:0 20px;background-color:#408DC1;color:#fff;vertical-align:top;}
p.input_club input{margin-left:10px;border:none;vertical-align:top;}
p.input_club label{display:inline-block;color:#4476C3;vertical-align:top;}
p.input_club em{float:right;margin-right:10px;line-height:15px;color:#f00;font-size:20px;font-weight:900;}
p.input_club a.button{margin-top:4px;padding:3px 15px;font-size:12px;}
p.input_club a.club{float:right;display:inline-block;padding:0 10px;background-color:#408DC1;color:#fff;vertical-align:top;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;}
p.input_club a.club:hover{background-color:#519ACC;}

/* 超链接按钮样式 */
a.normal{color:#00B39D;text-decoration:underline;}
a.normal:hover{color:#29D6C1;}
a.normalRed{color:#FF6160;text-decoration:underline;}
a.normalRed:hover{color:#ff9291;}

a.button{display:inline-block;padding:8px 25px;border-radius:100px;font-size:16px;color:#fff;background:#00B39D;box-shadow:inset 0px 1px 0px #DDD, 1px 1px 2px #CCC;vertical-align:top;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;}
a.button.thin{padding:6px 20px;font-size:14px;}
a.button.thins{padding:3px 18px;font-size:14px;}
a.button.small{padding:0 10px 1px;font-size:13px;}
a.button:hover{background-color:#29D6C1;}
a.button.blue{background-color:#3394dc;}
a.button.blue:hover{background-color:#46acf7;}
a.button.darkBlue{background-color:#4A78AB;}
a.button.darkBlue:hover{background-color:#6FA9E3;}
a.button.grayBlue{background-color:#75a4da;}
a.button.grayBlue:hover{background-color:#4A78AB;}
a.button.red{background-color:#f74747;}
a.button.red:hover{background-color:#ff9090;}
a.button.orange{background-color:#F1B612;}
a.button.orange:hover{background-color:#D6AF41;}
a.button.gray{background-color:#CCC;cursor:default;}
a.button.gray:hover{background-color:#CCC;}
a.button.iBack{background-image:url(/images1/icon/back.png);background-position:15px center;background-repeat:no-repeat;padding-left:42px;padding-right:20px;}
a.button.iQuery{background-image:url(/images1/icon/query.png);background-position:23px center;background-repeat:no-repeat;padding-left:42px;}
a.button.iPrint{background-image:url(/images1/icon/print.png);background-position:23px center;background-repeat:no-repeat;padding-left:42px;}
a.button.iYes{background-image:url(/images1/icon/yes.png);background-position:23px center;background-repeat:no-repeat;padding-left:42px;}
a.button.iDown{background-image:url(/images1/icon/down.png);background-position:23px center;background-repeat:no-repeat;padding-left:42px;}
a.button.iUp{background-image:url(/images1/icon/up.png);background-position:16px center;background-repeat:no-repeat;padding-left:42px;}
a.button.iSave{background-image:url(/images1/icon/save2.png);background-position:23px center;background-repeat:no-repeat;padding-left:45px;}
a.button.iExtract{background-image:url(/images1/icon/btn_extract.png);background-size:15px;background-position:22px center;background-repeat:no-repeat;padding-left:45px;}
a.button.iImport{background-image:url(/images1/icon/btn_import.png);background-size:15px;background-position:22px center;background-repeat:no-repeat;padding-left:45px;}
a.button.iSearch{background-image:url(/images1/icon/btn_query.png);background-size:16px;background-position:22px center;background-repeat:no-repeat;padding-left:45px;}
a.button.thin.iBack,
a.button.thin.iExtract,
a.button.thin.iImport,
a.button.thin.iSearch{background-position:15px center;padding-left:40px;}
a.button.thin.iQuery{background-position:18px center;padding-left:35px;}
a.button.thin.iYes{background-position:18px center;padding-left:35px;}
a.button.thin.iDown{background-position:18px center;padding-left:35px;}
a.button.thin.iUp{background-position:18px center;padding-left:34px;}
a.button.thin.iSave,
a.button.thins.iSave{background-position:18px center;padding-left:40px;}


a.button1{display:inline-block;margin:0 10px;font-size:14px;border:1px solid #4481C1;color:#4481C1;border-radius:5px;padding:4px 18px;}
a.button1.thin{padding:2px 18px;}
a.button1:hover{background-color:#4481C1;color:#fff;}
a.button1.red{color:#FF6160;border-color:#FF6160;}
a.button1.red:hover{color:#fff;background-color:#FF6160;}
a.button1.green{color:#00B3A4;border-color:#2CACB3;}
a.button1.green:hover{color:#fff;background-color:#2CACB3;}

a.btn{display:inline-block;padding:4px 15px;color:#4A78AB;border-radius:5px;border:1px solid #7e9cbd;font-size:15px;font-weight:bold;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;}
a.btn:hover{color:#FFF;background-color:#4A78AB;}
a.btn.iSearch{padding-left:35px;background-image:url(/images1/icon/search2.png);background-position:10px center;background-repeat:no-repeat;}
a.btn.iSearch:hover{background-image:url(/images1/icon/search3.png);}
a.btn.iExport{padding-left:40px;background-image:url(/images1/icon/export5.png);background-position:15px center;background-repeat:no-repeat;}
a.btn.iExport:hover{background-image:url(/images1/icon/export6.png);}
a.btn.iAdd{padding-left:40px;background-image:url(/images1/icon/add5.png);background-position:12px center;background-repeat:no-repeat;}
a.btn.iAdd:hover{background-image:url(/images1/icon/add6.png);}
a.btn.downMenu{padding-right:30px;background-image:url(/images1/icon/triangular.png);background-position:right center;background-repeat:no-repeat;}
a.btn.export{padding-left:40px;background-image:url(/images1/icon/export2.png);background-position:15px center;background-repeat:no-repeat;}
a.btn.add{padding-left:40px;background-image:url(/images1/icon/add2.png);background-position:15px center;background-repeat:no-repeat;}
/* saap定制适配老系统 */
a.iBtn_title{display:inline-block;margin-right:1px;height:24px;line-height:24px;padding:0 10px;background-color:#1e8fc6;color:#FFF;border-radius:14px;font-weight:bold;font-size:15px;cursor:pointer;}
a.iBtn_title:hover{background-color:#1C81B3;}
a.iBtn_title.iBack{padding-left:25px;background-image:url(/images1/icon/back1.png);background-position:10px center;background-repeat:no-repeat;}
a.iBtn_title.iPrint{padding-left:30px;background-image:url(/images1/icon/print.png);background-position:10px center;background-repeat:no-repeat;}
a.iBtn_title.iExport{padding-left:30px;background-image:url(/images1/icon/up.png);background-position:10px center;background-repeat:no-repeat;}

a.img{padding:1px 11px;}
a.img.query{background:url(/images1/icon/query1.png) no-repeat;}
a.img.query:hover{background-image:url(/images1/icon/query2.png);}
a.img.add{background:url(/images1/icon/jia.png) no-repeat;}
a.img.edit{background:url(/images1/icon/modify.png) no-repeat;}
a.img.del{background:url(/images1/icon/delete.png) no-repeat;background-position:2px 2px;}

i.ty_del{padding:0 5px;font-style:normal;cursor:pointer;}
i.ty_del:hover{color:#F00;}
/*   */
a.checkbox{padding:4px 9px;border:2px solid #e4e6eb;color:blue;position:relative;}
a.checkbox:hover{border-color:#ff2121;}
a.checkbox i{position:absolute;right:0px;bottom:0px;width:12px;height:12px;background:url(/images/icon/rb_yes1.png);}
a.cbed{border-color:#ff2121;}
a.cbed i{background:url(/images/icon/rb_yes.png);}

/* 通用表格样式  */
ol.table{border-radius:8px;color:#195D57;}
ol.table li.thead{position:relative;border-bottom:2px solid #195D57;font-weight:bold;border-radius: 8px 8px 0 0;}
ol.table li.thead span{text-align:center;}
ol.table li.tbody{position:relative;}
ol.table li.tbody.sum{border-top:1px solid #195D57;}
ol.table li span{display:inline-block;padding:7px 8px;vertical-align:top;}
ol.table li span.title{border-right:2px solid;}
ol.table li span.icon{padding:7px 3px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;}
ol.table li span.error{color:#f00;font-weight:bold;}
ol.table li span.btns{position:absolute;z-index:11;right:0;padding:7px 15px;background-color:#FFF;box-shadow:1px 1px 5px #999;}
ol.table.pct li span{padding:7px 1%;}
ol.table.pct li span.icon{padding:7px 0.5%;}

ol.table li span.add{background:url(/images1/icon/+.png) no-repeat center center;cursor:pointer;}
ol.table li span.nAdd{background:url(/images1/icon/+N.png) no-repeat center center;cursor:default;}
ol.table li span.remove{background:url(/images1/icon/-.png) no-repeat center center;cursor:pointer;}
ol.table li span.edit{background:url(/images1/icon/pen.png) no-repeat center center;cursor:pointer;}
ol.table li span.nEdit{background:url(/images1/icon/penN.png) no-repeat center center;cursor:default;}
ol.table li span.query{background:url(/images1/icon/query3.png) no-repeat center center;cursor:pointer;}
ol.table li span.del{background:url(/images1/icon/delete2.png) no-repeat center center;cursor:pointer;}
ol.table li span.nDel{background:url(/images1/icon/delete2N.png) no-repeat center center;cursor:default;}
ol.table li span.budget{background:url(/images1/icon/write.png) no-repeat center center;cursor:pointer;}
ol.table li span.nBudget{background:url(/images1/icon/writeN.png) no-repeat center center;cursor:default;}
ol.table li span.truck{background:url(/images1/icon/truck.png) no-repeat center center;cursor:pointer;}
ol.table li span.nTruck{background:url(/images1/icon/truckN.png) no-repeat center center;cursor:default;}
ol.table li span.undo{background:url(/images1/icon/undo.png) no-repeat center center;cursor:pointer;}
ol.table li span.nUndo{background:url(/images1/icon/undoN.png) no-repeat center center;cursor:default;}
ol.table li span.down{background:url(/images1/icon/down2.png) no-repeat center center;cursor:pointer;}
ol.table li span.export{background:url(/images1/icon/export.png) no-repeat center center;cursor:pointer;}
ol.table li span.print{background:url(/images1/icon/print3.png) no-repeat center center;cursor:pointer;}
ol.table li span.card{background:url(/images1/icon/editCard.png) no-repeat center center;cursor:pointer;}
ol.table li span.copy{background:url(/images1/icon/copy.png) no-repeat center center;cursor:pointer;}
ol.table li.tbody span.add:hover,
ol.table li.tbody span.nAdd:hover,
ol.table li.tbody span.remove:hover,
ol.table li.tbody span.edit:hover,
ol.table li.tbody span.query:hover,
ol.table li.tbody span.del:hover,
ol.table li.tbody span.budget:hover,
ol.table li.tbody span.truck:hover,
ol.table li.tbody span.undo:hover,
ol.table li.tbody span.down:hover,
ol.table li.tbody span.export:hover,
ol.table li.tbody span.print:hover,
ol.table li.tbody span.card:hover,
ol.table li.tbody span.copy:hover{filter:alpha(opacity=40);opacity:0.4;}
ol.table li span.add:after,
ol.table li span.nAdd:after,
ol.table li span.remove:after,
ol.table li span.edit:after,
ol.table li span.nEdit:after,
ol.table li span.query:after,
ol.table li span.del:after,
ol.table li span.nDel:after,
ol.table li span.budget:after,
ol.table li span.nBudget:after,
ol.table li span.truck:after,
ol.table li span.nTruck:after,
ol.table li span.undo:after,
ol.table li span.nUndo:after,
ol.table li span.down:after,
ol.table li span.export:after,
ol.table li span.print:after,
ol.table li span.card:after,
ol.table li span.copy:after{content:'.';opacity:0;}

/* 表格内按钮 */
ol.table a.iBtn{display:inline-block;width:20px;height:20px;margin:0 2px;}
ol.table a.iBtn.edit{background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath d='M233.945 83.18V47.104C233.945 21.11 255.29 0 281.758 0c26.387 0 47.812 21.11 47.812 47.104V83.18h299.56V47.104C629.13 21.11 650.555 0 676.943 0c26.466 0 47.813 21.11 47.813 47.104V83.18h62.227c97.123 0 176.128 77.903 176.128 173.608v107.126a46.71 46.71 0 0 1 0 18.59v401.722c0 95.941-79.163 173.844-176.206 173.844l-621.253-.788c-89.325-8.27-159.508-82.628-159.508-172.82V256.71C6.144 161.083 85.15 83.18 182.43 83.18h51.515zm0 70.893H182.43c-57.66-.08-104.448 46-104.448 102.715v69.317a49.31 49.31 0 0 1 2.993 0h810.299v-69.317c0-56.714-46.79-102.873-104.37-102.873h-62.227v54.43c0 25.993-21.347 47.261-47.813 47.261a47.498 47.498 0 0 1-47.813-47.104v-54.587h-299.48v54.43c0 25.993-21.426 47.261-47.813 47.261a47.498 47.498 0 0 1-47.813-47.104v-54.587zM891.353 420.39H81.133l-2.994-.078v364.15c0 56.714 46.868 102.794 104.37 102.794h604.396c57.58 0 104.369-46.16 104.369-102.794V420.39zM507.746 768.315H462.06a47.498 47.498 0 0 1-47.813-47.183c0-25.994 21.347-47.104 47.813-47.104h45.686c26.388 0 47.813 21.11 47.813 47.104a47.42 47.42 0 0 1-47.813 47.183zM294.282 620.15h-45.686a47.498 47.498 0 0 1-47.813-47.183c0-25.993 21.346-47.104 47.813-47.104h45.686c26.388 0 47.813 21.11 47.813 47.104 0 26.073-21.425 47.183-47.813 47.183zm213.464 0H462.06a47.498 47.498 0 0 1-47.813-47.183c0-25.993 21.347-47.104 47.813-47.104h45.686c26.388 0 47.813 21.11 47.813 47.104 0 26.073-21.425 47.183-47.813 47.183zm212.914 0h-45.686a47.498 47.498 0 0 1-47.813-47.183c0-25.993 21.425-47.104 47.813-47.104h45.686c26.466 0 47.891 21.11 47.891 47.104 0 26.073-21.425 47.183-47.891 47.183zM294.282 768.236h-45.686a47.498 47.498 0 0 1-47.813-47.104c0-25.994 21.346-47.104 47.813-47.104h45.686c26.388 0 47.813 21.11 47.813 47.104a47.42 47.42 0 0 1-47.813 47.183zm426.378 0h-45.686a47.498 47.498 0 0 1-47.813-47.104c0-25.994 21.425-47.104 47.813-47.104h45.686c26.466 0 47.891 21.11 47.891 47.104 0 26.073-21.425 47.183-47.891 47.183z' fill='%23AAA'/%3E%3C/svg%3E") no-repeat center/90%;}
ol.table a.iBtn.edit:hover{background:url("data:image/svg+xml,%3Csvg height='300' width='300' fill='%2300B39D' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 3a1 1 0 0 1 1-1h9v2H4v16h16v-8h2v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3zm16-1a1 1 0 0 1 .707.293l2.828 2.828a1 1 0 0 1 0 1.415l-9.899 9.899a1 1 0 0 1-.707.293H8.1a1 1 0 0 1-1-1v-2.829a1 1 0 0 1 .293-.707l9.9-9.9A1 1 0 0 1 18 2zM9.1 13.314v1.414h1.415l8.9-8.9L18 4.414l-8.9 8.9z'/%3E%3C/svg%3E") no-repeat center/90%;}
ol.table a.iBtn.del{background:url("data:image/svg+xml,%3Csvg height='300' width='300' fill='%234A78AB' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' overflow='hidden'%3E%3Cpath d='M83.4 21.1l-8.5-8.5L48 39.5 21.1 12.6l-8.5 8.5L39.5 48 12.6 74.9l8.5 8.5L48 56.5l26.9 26.9 8.5-8.5L56.5 48z'/%3E%3C/svg%3E") no-repeat center/90%;}
ol.table a.iBtn.del:hover{background:url("data:image/svg+xml,%3Csvg height='300' width='300' fill='%23F00' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' overflow='hidden'%3E%3Cpath d='M83.4 21.1l-8.5-8.5L48 39.5 21.1 12.6l-8.5 8.5L39.5 48 12.6 74.9l8.5 8.5L48 56.5l26.9 26.9 8.5-8.5L56.5 48z'/%3E%3C/svg%3E") no-repeat center/90%;}

/* 表格样式 */
ol.table.color{background-color:#EAF9FF;}
ol.table.color li.thead{border-bottom:none;background-color:#408DC1;border-radius:10px;color:#fff;}
ol.table.color li.tbody{color:#0E5C5D;}

ol.table.lightblue{color:#1F74AD;}
ol.table.lightblue li.thead{border-color:#4481C1;}
ol.table.lightblue li.tbody:hover,
ol.table.lightblue li.tbody:hover input,
ol.table.lightblue li.tbody:hover select,
ol.table.lightblue li.tbody:hover textarea{background-color:#E3F6FD;}
ol.table.lightblue li.tbody.cur,
ol.table.lightblue li.tbody.cur:hover,
ol.table.lightblue li.tbody.cur input{background-color:#D0FFFA;}
ol.table.lightblue li.tbody input{border:1px solid #dde1e4;color:#333;}
ol.table.lightblue li.tbody select{border-color:#dde1e4;color:#1F74AD;}

ol.table.blueHead{color:#444;background-color:#FFF;border-radius:3px 3px 0 0;border:1px solid #DDD;}
ol.table.blueHead.loading{border-top:4px solid #A6C3E3}
ol.table.blueHead li.thead{border:none;color:#FFF;background-color:#4A78AB;border-radius:3px 3px 0 0;}
ol.table.blueHead li.thead span{background-color:#4A78AB;}
ol.table.blueHead li.tbodyBG{background-color:#f3f6f9;}
ol.table.blueHead li.tbodyBG input,
ol.table.blueHead li.tbodyBG select,
ol.table.blueHead li.tbodyBG textarea{background-color:#f3f6f9;}
ol.table.blueHead li.tbody:hover{background-color:#d2dde8;}
ol.table.blueHead li.tbody.cur{background-color:#D2E9F9;}

/* 各类控件样式  */
.txt{border:1px solid #ddd;padding-left:8px;padding-right:8px;box-sizing:border-box;}
.txt:hover{border:1px solid #A5D3E9;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);outline:none;}
.txt:focus{border:1px solid #0e419c;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);outline:none;}
.txt.txt_normal{height:30px;line-height:30px;width:240px;}
.txt.blue{border:1px solid #70B2FC;}
.txt.green{border:1px solid #A9DCDC;}
.txt.red{border:1px solid #E87272;}
.txt.red:hover{border:1px solid #E00707;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236, 82, 82, 0.6);}
.txt.red:focus{border:1px solid #E00707;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236, 82, 82, 0.6);}
.txtarea{border: solid 1px #BBB;line-height:20px;padding-left:10px;padding-top:5px;border-radius:4px;}
.txtarea:hover{border: solid 1px #A5D3E9;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);}
.txtarea:focus{outline: 0;border: solid 1px #408DC1;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);}

label.radio{display:inline-block;width:20px;height:17px;margin-left:10px;background:url(/images1/icon/radio0.png) no-repeat center center;cursor:pointer;vertical-align:top;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;}
label.radio.selected{background-image:url(/images1/icon/radio1.png);}
label.radio.disabled{background-image:url(../../images1/icon/radio0N.png);cursor:default;}
label.radio.disabled.selected{background-image:url(../../images1/icon/radio1N.png);cursor:default;}
label.checkbox{display:inline-block;width:20px;height:17px;margin-left:10px;background:url(/images1/icon/checkbox0.png) no-repeat center center;cursor:pointer;vertical-align:top;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;}
label.checkbox.selected{background-image:url(/images1/icon/checkbox1.png)}
label.checkbox.disabled{background-image:url(../../images1/icon/checkbox0N.png);cursor:default;}
label.checkbox.disabled.selected{background-image:url(../../images1/icon/checkbox1b.png);cursor:default;}

/* common.js弹窗 */
div.black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:#333;z-index:10;-moz-opacity: 0.8;opacity:.80;filter:alpha(opacity=88); }
div.black_overlay.transparent_overlay{background-color:transparent;}
div.white_content{display:none;position:absolute;padding:15px;background:#fff;border-radius:5px;z-index:11;box-shadow:0 0 20px #fff;}
div.white_content.noBlack{border:1px solid #ccc;box-shadow:2px 2px 5px #999;}
div.white_content .white_del{position:absolute;top:5px;right:10px;z-index:9;color:#666;font-weight:bold;font-size:18px;cursor:pointer;-webkit-transition:color 0.5s;-moz-transition:color 0.5s;-o-transition:color 0.5s;padding:4px 10px;}
div.white_content .white_del:hover{color:#FF6160;}
div.white_content .window_btns_top{position:absolute;right:30px;top:15px;}
div.white_content h2.window_head{margin-bottom:15px;padding-right:150px;color:#1F74AD;border-bottom:1px solid #badcff;}
div.white_content h2.window_head b{margin-bottom:-2px;border-bottom:3px solid #4481C1;}
div.confirm p.text{padding:30px 10px;max-height:50px;font-size:16px;line-height:25px;text-align:center;word-break:break-all;overflow:auto;}
div.confirm p.button{margin-top:10px;text-align:center;}
div.jMessage{position:absolute;z-index:20;max-width:400px;line-height:20px;background-color:#FFF;border:1px solid #DDD;box-shadow:1px 1px 3px #999;}
div.jMessage p.jMessage_head{padding:10px 15px;font-weight:bold;border-bottom:1px solid #ccc;}
div.jMessage div.jMessage_content{padding:10px 15px;}
div.jShowWindow{position:absolute;z-index:20;background-color:#FFF;border:1px solid #DDD;box-shadow:1px 1px 3px #999;}
div.jShowWindow_black{position:fixed;z-index:19;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.7);}
div.jShowWindow p.jShowWindow_head{padding:10px 15px;font-weight:bold;border-bottom:1px solid #ccc;}
div.jShowWindow div.jShowWindow_content{padding:10px 15px;height:85%;overflow-y:auto;}
/* 下拉菜单 */
a.jSelectBtn{display:inline-block;line-height:28px;height:30px;background-color:#FFF;border:1px solid #ddd;padding-left:12px;padding-right:28px;background:url(/images1/icon/triangular.png) no-repeat right center;overflow:hidden;transition-duration:0.3s;}
a.jSelectBtn:hover{background-color:#F7F7F7;}
a.jSelectBtn.readonly{color:#666;background-color:#EFEFEF;cursor:not-allowed;}
div.jMenuList{position:fixed;z-index:100;max-height:180px;overflow-y:auto;background-color:#FFF;opacity:0;border-radius:3px;border:1px solid #CCC;}
div.jMenuList ul.jSelect li{line-height:18px;padding:6px 24px 6px 12px;cursor:pointer;white-space:nowrap;}
div.jMenuList ul.jSelect li:hover{background-color:#E2E9F3;}
div.jMenuList ul.jSelect li.cur{background-color:#b5c9e4;}
div.jMenuList ul.jMenu{right:11px;border:none;box-shadow:3px 3px 8px #666;}
div.jMenuList ul.jMenu li{display:inline-block;width:60px;line-height:18px;padding:45px 8px 5px;text-align:center;cursor:pointer;}
div.jMenuList ul.jMenu li.btn_toAdd{background:url(/images1/icon/add4.png) no-repeat center 8px;}
div.jMenuList ul.jMenu li.btn_toAdd.disabled{background-image:url(/images1/icon/add4N.png);color:#DDD;cursor:default;}
div.jMenuList ul.jMenu li.btn_toExport{background:url(/images1/icon/export4.png) no-repeat center 10px;}
div.jMenuList ul.jMenu li.btn_toExport.disabled{background-image:url(/images1/icon/export4N.png);color:#DDD;cursor:default;}
div.jMenuList ul.jMenu li.btn_toImport{background:url(/images1/icon/import4.png) no-repeat center 10px;}
div.jMenuList ul.jMenu li.btn_toImport.disabled{background-image:url(/images1/icon/import4N.png);color:#DDD;cursor:default;}
div.jMenuList ul.jMenu li:hover{background-color:#EFEFEF;}
/* 人员弹窗 */
ol.jSrchLight{position:absolute;right:0;z-index:12;width:300px;max-height:300px;overflow:auto;background-color:#FFF;border:1px solid #B8B8B8;}
ol.jSrchLight li.jSrchLight_line{cursor:pointer;color:#000;padding:8px 14px;line-height:18px;border-bottom:1px solid #EFEFEF;}
ol.jSrchLight li.jSrchLight_line:hover{background-color:#EFEFEF;}
ol.jSrchLight li.cur{cursor:default;background-color:#f7f7f7;background:url(../../images1/icon/hook.png) no-repeat center right;}
/* 状态 & 提示样式 */
em.warning{display:none;z-index:20;max-width:550px;line-height:24px;padding:5px 15px;background-color:#FF6160;color:#fff;box-shadow:0 0 3px #333;}
em.warning a{display:inline-block;margin-top:5px;padding:0 10px;border:2px solid #FFF;color:#FFF;border-radius:3px;}

p.empty{padding:140px 5px 10px 5px;background:url(/images1/icon/empty3.png) no-repeat center 10px;text-align:center;font-size:14px;color:#ccc;}
p.empty_text{padding:20px 5px;text-align:center;font-size:16px;color:#AAA;}
p.error{padding:10px;text-align:center;color:#f00;font-weight:bold;}
.wait{width:150px;padding-top:114px;margin-left:auto;margin-right:auto;background:url("../../images1/icon/loadGif.gif") no-repeat center;font-weight:bold;color:#000;}

/* 加载样式 */
div.ty_wait_box{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;background-color:#FFF;filter:alpha(opacity=70);-moz-opacity: 0.7;opacity:0.7;text-align:center;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);}
/*进度条加载样式*/
/*div.ty_wait_box div.progress{position:relative;display:inline-block;box-sizing:border-box;width:70%;height:22px;padding:4px;border-radius:14px;background-color:#999;text-align:left;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}*/
/*div.ty_wait_box div.progress span.cur{display:inline-block;box-sizing:border-box;height:14px;border-radius:14px;background-color:#5BC0DE;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);*/
/*    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);*/
/*    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);*/
/*    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);*/
/*    background-size:40px 40px;-webkit-background-size:40px 40px;background-position:0 0;transition:width .6s ease;animation:reverse progress-bar 0.4s linear infinite, animate-positive 2s;*/
/*    -webkit-animation:reverse progress-bar 0.4s linear infinite, animate-positive 2s;}*/
/*div.ty_wait_box div.progress span.progress_msg{position:absolute;top:35px;left:0;width:100%;text-align:center;}*/
div.ty_wait_box div.progress.red span.cur{background-color:#D9534F;}
div.ty_wait_box div.progress.green span.cur{background-color:#5CB85C;}
div.ty_wait_box div.progress.orange span.cur{background-color:#F0AD4E;}

div.ty_wait_box div.progress_wrap{display:inline-block;width:200px;height:200px;margin:0 auto;background:#fff;}
div.ty_wait_box div.progress{position:relative;width:150px;height:150px;border-radius:50%;margin:0 auto;border:5px solid #e9ecef;background:#fff;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
div.ty_wait_box div.progress .circle_left,
div.ty_wait_box div.progress .circle_right{box-sizing:border-box;position:absolute;top:5px;right:5px;bottom:5px;left:5px;width:140px;height:140px;border:5px solid #6697c4;border-radius:50%;clip:rect(0, auto, auto, 70px);}
div.ty_wait_box div.progress .circle_left{/*transform:rotate(72deg);*/z-index:1;}
div.ty_wait_box div.progress .circle_right{/*transform:rotate(144deg);*/z-index:2;/*animation:rotate-active 2s linear;animation-delay:2s;*/transition:transform 1s linear;}
div.ty_wait_box div.progress .circle_mask{position:absolute;top:0;right:0;bottom:0;left:0;width:150px;height:150px;border-radius:50%;background:#fff;transform:rotate(0deg);clip:rect(0, auto, auto, 75px);animation:rotate-active 1s linear;transition:transform 1s linear;z-index:3;} /*transition:transform 0.6s linear;*/
div.ty_wait_box div.progress .mask{position:absolute;top:10px;left:10px;bottom:10px;right:10px;width:130px;height:130px;border-radius:50%;text-align:center;color:#4a78ab;z-index:4;}
div.ty_wait_box div.progress .mask span.pct{line-height:130px;font-size:30px;}
div.ty_wait_box div.progress .mask span.msg{position:absolute;top:150px;left:-200px;width:525px;}
div.ty_wait_box div.progress .mask span.msg:after{content:"";animation:progress-msg 2s linear infinite;}

/*进度条动画*/
@keyframes progress-bar {
    0% {background-position:0 0;}
    100% {background-position:40px 0;}
}
/*进度条宽度变化动画*/
@keyframes animate-positive {
    0% {width: 0;}
}
@keyframes rotate-active {
    0% {transform:rotate(0deg);}
}
/*进度条加载文字动画*/
@keyframes progress-msg {
    0% {content: "";}
    25% {content: ".";}
    50% {content: "..";}
    75% {content: "...";}
    100% {content: "";}
}

div.toolTitle{position:absolute;z-index:100;max-width:600px;padding:0 6px;line-height:20px;color:#444;background-color:#FFF;border:1px solid #666;font-size:13px;word-break:break-word;}

.rmvf:after{clear:both;content:'';display:block;}

.circle{width: 20px;height: 20px;background-color:red;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;}
.alert_div{width:400px;border:1px solid #E5E5E5;background:#FFF;}
.alert_div h4{line-height:30px;background:#F7F7F7;border:1px solid #E5E5E5;padding:0px 10px;color:#AAA;}
.ifr{position: relative;z-index:1003;overflow:auto;border-width:0px;}

/* 滚动条样式 */
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 12px;height: 16px;background-color: #f5f5f5;}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5;}
/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb{height:20px;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#999;}

ul.func li.funcs{background:url(/images1/funcA1.png) no-repeat 0 0;}ul.func li.funcs:hover{background:url(/images1/funcA2.png) no-repeat 0 0;}
ul.func li.funcs.fc10{background:url(/images1/funcA1.png) no-repeat 0 0;}ul.func li.funcs.fc10:hover{background:url(/images1/funcA2.png) no-repeat 0 0;}
ul.func li.funcs.fc20{background:url(/images1/funcA1.png) no-repeat 0 -72px;}ul.func li.funcs.fc20:hover{background:url(/images1/funcA2.png) no-repeat 0 -72px;}
ul.func li.funcs.fc21{background:url(/images1/funcA1.png) no-repeat 0 -72px;}ul.func li.funcs.fc21:hover{background:url(/images1/funcA2.png) no-repeat 0 -72px;}
ul.func li.funcs.fc22{background:url(/images1/funcA1.png) no-repeat 0 -72px;}ul.func li.funcs.fc22:hover{background:url(/images1/funcA2.png) no-repeat 0 -72px;}
ul.func li.funcs.fc25{background:url(/images1/funcA1.png) no-repeat 0 -144px;}ul.func li.funcs.fc25:hover{background:url(/images1/funcA2.png) no-repeat 0 -144px;}
ul.func li.funcs.fc30{background:url(/images1/funcA1.png) no-repeat 0 -216px;}ul.func li.funcs.fc30:hover{background:url(/images1/funcA2.png) no-repeat 0 -216px;}
ul.func li.funcs.fc50{background:url(/images1/funcA1.png) no-repeat 0 -288px;}ul.func li.funcs.fc50:hover{background:url(/images1/funcA2.png) no-repeat 0 -288px;}
ul.func li.funcs.fc51{background:url(/images1/funcA1.png) no-repeat 0 -288px;}ul.func li.funcs.fc51:hover{background:url(/images1/funcA2.png) no-repeat 0 -288px;}
ul.func li.funcs.fc59{background:url(/images1/funcA1.png) no-repeat 0 0;}ul.func li.funcs.fc59:hover{background:url(/images1/funcA2.png) no-repeat 0 0;}
ul.func li.funcs.fc1111{background:url(/images1/funcA1.png) no-repeat 0 -360px;}ul.func li.funcs.fc1111:hover{background:url(/images1/funcA2.png) no-repeat 0 -360px;}
ul.func li.funcs.fc1120{background:url(/images1/funcA1.png) no-repeat 0 -432px;}ul.func li.funcs.fc1120:hover{background:url(/images1/funcA2.png) no-repeat 0 -432px;}
ul.func li.funcs.fc1121{background:url(/images1/funcA1.png) no-repeat -90px 0;}ul.func li.funcs.fc1121:hover{background:url(/images1/funcA2.png) no-repeat -90px 0;}
ul.func li.funcs.fc1122{background:url(/images1/funcA1.png) no-repeat -90px -432px;}ul.func li.funcs.fc1122:hover{background:url(/images1/funcA2.png) no-repeat -90px -432px;}
ul.func li.funcs.fc1901{background:url(/images1/funcA1.png) no-repeat -90px -72px;}ul.func li.funcs.fc1901:hover{background:url(/images1/funcA2.png) no-repeat -90px -72px;}
ul.func li.funcs.fc1902{background:url(/images1/funcA1.png) no-repeat -90px -144px;}ul.func li.funcs.fc1902:hover{background:url(/images1/funcA2.png) no-repeat -90px -144px;}
ul.func li.funcs.fc1903{background:url(/images1/funcA1.png) no-repeat -90px -216px;}ul.func li.funcs.fc1903:hover{background:url(/images1/funcA2.png) no-repeat -90px -216px;}
ul.func li.funcs.fc1904{background:url(/images1/funcA1.png) no-repeat -90px -288px;}ul.func li.funcs.fc1904:hover{background:url(/images1/funcA2.png) no-repeat -90px -288px;}
ul.func li.funcs.fc1951{background:url(/images1/funcA1.png) no-repeat -90px -360px;}ul.func li.funcs.fc1951:hover{background:url(/images1/funcA2.png) no-repeat -90px -360px;}

ul.func li.funcs.fc2001{background:url(/images1/funcB1.png) no-repeat 0 0;}ul.func li.funcs.fc2001:hover{background:url(/images1/funcB2.png) no-repeat 0 0;}
ul.func li.funcs.fc2002{background:url(/images1/funcB1.png) no-repeat 0 -72px;}ul.func li.funcs.fc2002:hover{background:url(/images1/funcB2.png) no-repeat 0 -72px;}
ul.func li.funcs.fc2003{background:url(/images1/funcB1.png) no-repeat -90px -432px;}ul.func li.funcs.fc2003:hover{background:url(/images1/funcB2.png) no-repeat -90px -432px;}
ul.func li.funcs.fc2015{background:url(/images1/funcB1.png) no-repeat 0 -144px;}ul.func li.funcs.fc2015:hover{background:url(/images1/funcB2.png) no-repeat 0 -144px;}
ul.func li.funcs.fc2016{background:url(/images1/funcB1.png) no-repeat 0 -216px;}ul.func li.funcs.fc2016:hover{background:url(/images1/funcB2.png) no-repeat 0 -216px;}
ul.func li.funcs.fc2017{background:url(/images1/funcB1.png) no-repeat 0 -288px;}ul.func li.funcs.fc2017:hover{background:url(/images1/funcB2.png) no-repeat 0 -288px;}
ul.func li.funcs.fc2018{background:url(/images1/funcB1.png) no-repeat 0 -360px;}ul.func li.funcs.fc2018:hover{background:url(/images1/funcB2.png) no-repeat 0 -360px;}
ul.func li.funcs.fc2019{background:url(/images1/funcB1.png) no-repeat 0 -432px;}ul.func li.funcs.fc2019:hover{background:url(/images1/funcB2.png) no-repeat 0 -432px;}
ul.func li.funcs.fc2020{background:url(/images1/funcB1.png) no-repeat -90px 0;}ul.func li.funcs.fc2020:hover{background:url(/images1/funcB2.png) no-repeat -90px 0;}
ul.func li.funcs.fc2021{background:url(/images1/funcB1.png) no-repeat -90px -72px;}ul.func li.funcs.fc2021:hover{background:url(/images1/funcB2.png) no-repeat -90px -72px;}
ul.func li.funcs.fc2025{background:url(/images1/funcB1.png) no-repeat -90px -144px;}ul.func li.funcs.fc2025:hover{background:url(/images1/funcB2.png) no-repeat -90px -144px;}
ul.func li.funcs.fc2026{background:url(/images1/funcB1.png) no-repeat -90px -216px;}ul.func li.funcs.fc2026:hover{background:url(/images1/funcB2.png) no-repeat -90px -216px;}
ul.func li.funcs.fc2027{background:url(/images1/funcB1.png) no-repeat -90px -288px;}ul.func li.funcs.fc2027:hover{background:url(/images1/funcB2.png) no-repeat -90px -288px;}
ul.func li.funcs.fc2030{background:url(/images1/funcB1.png) no-repeat 0 0;}ul.func li.funcs.fc2030:hover{background:url(/images1/funcB2.png) no-repeat 0 0;}
ul.func li.funcs.fc2031{background:url(/images1/funcB1.png) no-repeat 0 0;}ul.func li.funcs.fc2031:hover{background:url(/images1/funcB2.png) no-repeat 0 0;}
ul.func li.funcs.fc2035{background:url(/images1/funcB1.png) no-repeat 0 0;}ul.func li.funcs.fc2035:hover{background:url(/images1/funcB2.png) no-repeat 0 0;}
ul.func li.funcs.fc2051{background:url(/images1/funcB1.png) no-repeat 0 0;}ul.func li.funcs.fc2051:hover{background:url(/images1/funcB2.png) no-repeat 0 0;}
ul.func li.funcs.fc2052{background:url(/images1/funcB1.png) no-repeat 0 0;}ul.func li.funcs.fc2052:hover{background:url(/images1/funcB2.png) no-repeat 0 0;}
ul.func li.funcs.fc2901{background:url(/images1/funcB1.png) no-repeat -90px -360px;}ul.func li.funcs.fc2901:hover{background:url(/images1/funcB2.png) no-repeat -90px -360px;}
ul.func li.funcs.fc2902{background:url(/images1/funcB1.png) no-repeat -90px -360px;}ul.func li.funcs.fc2902:hover{background:url(/images1/funcB2.png) no-repeat -90px -360px;}
ul.func li.funcs.fc2903{background:url(/images1/funcB1.png) no-repeat -90px -360px;}ul.func li.funcs.fc2903:hover{background:url(/images1/funcB2.png) no-repeat -90px -360px;}

ul.func li.funcs.fc3010{background:url(/images1/funcA1.png) no-repeat 0 0;}ul.func li.funcs.fc3010:hover{background:url(/images1/funcA2.png) no-repeat 0 0;}
ul.func li.funcs.fc3050{background:url(/images1/funcA1.png) no-repeat 0 0;}ul.func li.funcs.fc3050:hover{background:url(/images1/funcA2.png) no-repeat 0 0;}

ul.func li.funcs.fc9001{background:url(/images1/funcC1.png) no-repeat 0 0;}ul.func li.funcs.fc9001:hover{background:url(/images1/funcC2.png) no-repeat 0 0;}
ul.func li.funcs.fc9003{background:url(/images1/funcC1.png) no-repeat 0 -72px;}ul.func li.funcs.fc9003:hover{background:url(/images1/funcC2.png) no-repeat 0 -72px;}
ul.func li.funcs.fc9004{background:url(/images1/funcC1.png) no-repeat 0 -144px;}ul.func li.funcs.fc9004:hover{background:url(/images1/funcC2.png) no-repeat 0 -144px;}
ul.func li.funcs.fc9005{background:url(/images1/funcC1.png) no-repeat 0 -216px;}ul.func li.funcs.fc9005:hover{background:url(/images1/funcC2.png) no-repeat 0 -216px;}
ul.func li.funcs.fc9011{background:url(/images1/funcB1.png) no-repeat 0 -216px;}ul.func li.funcs.fc9011:hover{background:url(/images1/funcB2.png) no-repeat 0 -216px;}
ul.func li.funcs.fc9091{background:url(/images1/funcB1.png) no-repeat 0 -216px;}ul.func li.funcs.fc9091:hover{background:url(/images1/funcB2.png) no-repeat 0 -216px;}
ul.func li.funcs.fc9092{background:url(/images1/funcC1.png) no-repeat -90px 0;}ul.func li.funcs.fc9092:hover{background:url(/images1/funcC2.png) no-repeat -90px 0;}
ul.func li.funcs.fc9098{background:url(/images1/funcC1.png) no-repeat -90px 0;}ul.func li.funcs.fc9098:hover{background:url(/images1/funcC2.png) no-repeat -90px 0;}
ul.func li.funcs.fc9099{background:url(/images1/funcC1.png) no-repeat -90px -72px;}ul.func li.funcs.fc9099:hover{background:url(/images1/funcC2.png) no-repeat -90px -72px;}