@import url("auto.css");
*{ margin:0; padding:0;}
body{ font-size:14px; background:#333;font-family:"Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei", sans-serif;}a{ color:#444; text-decoration:none;}a:visited{ color:#444; text-decoration:none;}a:hover{ color:#0d4494; text-decoration:none;}ul,li{ list-style:none;}img{ border:0; display:block;}.clear{ clear:both;}


/************全屏幻灯片***************/


.iList { width:100%; position:relative; z-index:100;}
.iList .picLt{ height:100%;}
.iList .picLt li{ width:100%; height:100%;}
.iList .picLt li a{width:100%; height:100%; display:block;}

/*数字按钮样式
.iList .num { width:50px;position: absolute; bottom:15px; left:50%; margin-left:-25px; z-index:101}
.iList .num li { width: 5px; height: 5px; background: #fff; border:solid 1px #999; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; text-indent:-9999px;}
.iList .num li.on {width: 5px; height: 5px;background: #ccc; }*/

.iList .num { width:100%;position: absolute; bottom:8%; z-index:101;}
.iList .num table{ height:20px; line-height:20px; margin:auto;border-radius: 10px;}
.iList .num table td{ color:#fff; font-size:12px;cursor:pointer; position:relative;}
.iList .num table td em{ width:5px; height:5px; background:#acadae; display:block; margin:0 auto -5px auto;border-radius: 50%; z-index:102;}
.iList .num table td.on{ color:#f00; }
.iList .num table td.on em{background:#f00;}



/*上一个  下一个*/
.iList .next {width:5%; height:100%; background:url(/static/template/company/img/right.png) no-repeat right 50%; position: absolute; top:0; right:0px; z-index:2002;}
.iList .prev {width:5%; height:100%; background:url(/static/template/company/img/left.png) no-repeat left 50%; position: absolute; top:0; left:0px;}
/***************************/


/**********弹窗************/
.books{ width:100%; border-collapse:collapse;}
.books td{ padding:5px 0;}
#checkLogin a{ cursor:pointer;}
.login{ width:100%; border-collapse:collapse;}
.login td{ padding:10px 0;}
.login td input{ height:18px; line-height:18px; width:180px;}

.mesWindow{filter:alpha(opacity=100);opacity:1;}
.mesWindowContent{}
.mesWindowContent .wxexit{width:40px; height:45px; cursor:pointer; display:block; background:url(/static/template/default/img/xii.png) no-repeat left top; position:absolute; right:70px; top:15px;}
.windows_title{ height:30px; line-height:20px; margin:0 15px 15px 15px; position:relative; border-bottom:solid 1px #ddd;}
.windows_title strong{ position:absolute; left:0px; top:0;}
.windows_title span{ position:absolute; right:0px; top:0; cursor:pointer;}