@charset ; /*CSS Document*/ /*init BEGIN*/ body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,/*structural elements 结构元素*/ dl,dt,dd,ul,ol,li,/*list elements 列表元素*/ pre,/*text formatting elements 文本格式元素*/ fieldset,lengend,button,input,textarea,/*form elements 表单元素*/ th,td{margin:0; padding:0; outline:none;}/*清除内外边距*/ a:focus{-moz-outline-style:none;}/*IE不支持*/ a:focus{outline:none;}/*很多网站都会加的属性*/ body,button,input,select,textarea{/*for ie*//*font:12px/1 tahoma,helvetica,arial,"宋体",sans-serif;*/font:12px/1 Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;}/*设置默认字体*/ address,cite,dfn,em,var{font-style:normal;}/*将斜体扶正*/ code,kbd,pre,samp,tt{font-family:"Courier New",Courier,monospace;}/*统一等宽字体*/ small{font-size:12px;}/*小于 12px 的中文很难阅读,让 small 正常化*/ ul,ol{list-style:none;}/*重置列表元素*/ a{text-decoration:none;}/*重置文本格式元素*/ abbr[title],acronym[title]{/*注:1.ie6 不支持 abbr; 2.这里用了属性选择符,ie6 下无效果*/border-bottom:1px dotted; cursor:help;} q:before,q:after{content:'';} /*重置表单元素*/ legend{color:#000;}/*for ie6*/fieldset,img{border:none;}/*img 搭车:让链接里的 img 无边框*/ /*注:optgroup 无法扶正*/ button,input,select,textarea{font-size:100%;} table{border-collapse:collapse; border-spacing:0;}/*重置表格元素*/ hr{border:none; height:1px;}/*重置 hr*/ html{overflow-y:scroll;}/*让非ie浏览器默认也显示垂直滚动条,防止因滚动条引起的闪烁*/ /*清除float BEGIN*/ .clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;} .clearfix{display:inline-block; display:block; zoom:1;} /*清除float END*/ /*init END*/ /*banner BEGIN*/ .index_banner .slides,.index_banner .slides .ulImage,.index_banner .slides .ulImage li{height:450px !important;}/*index banner height*/ .slides,.slides .ulImage,.slides .ulImage li{height:300px;}/*subpage banner height*/ .headKv{clear:both;} .slides .ulImage li .imgBox{height:0; width:960px; margin:-530px auto 0 auto; position:relative; z-index:0;} .slides .ulLink{margin:0px auto;} .ql_banner_an{position:absolute; z-index:1; bottom:15px; left:0px; width:100%; height:8px;} .slides .ulLink li{float:left; margin:0px 2px; width:22px; height:8px; cursor:pointer; background:#FFF;} .slides .ulLink li.liCurr{background:#d22f1a;} .bg_idxKv b{display:block; background:url(../images/blank.gif) no-repeat center top scroll; height:100px;} .slides{overflow:hidden; position:relative;} .slides .ulImage{position:absolute; z-index:0; left:0; top:0; overflow:hidden;} .slides .ulImage li{float:left; width:100%;} /*banner END*/ /*上下篇 BEGIN*/ .sub_updown{clear:both; font-family:"微软雅黑"; overflow:hidden; font-size:12px; padding:4px 0; width:100%;} .sub_updown .sub_updown_up,.sub_updown .sub_updown_down{clear:both; overflow:hidden; margin:6px 0px;} .sub_updown div a{color:#666;} .sub_updown .sub_updown_hover a:hover{color:#06F;} .sub_updown .sub_updown_hover a span{ cursor:pointer;} /*上下篇 END*/ /*分页 BEGIN*/ .ql_fenye{clear:both; width:100%; text-align:center; font-family:"微软雅黑"; font-size:12px;} .paginator a{color:#444;padding:2px 6px;border:1px solid #ccc;} .paginator a,.paginator span{margin:0px 3px;} .paginator a.sun_paging_hover:hover{color:#F00;} .paginator span{border:1px solid #ccc !important; color:#F00 !important; padding:2px 6px !important; font-weight:normal !important;}/*选中需要全部important一下*/ /*分页 END*/ .search { float: left; width: 280px; /*margin: 76px 0 0 356px;*/ position: relative; margin-left:270px; } .search form { position: absolute; right: 0; top: 120px; } .search .search_text { width: 242px; height: 38px; padding: 0 8px; line-height: 34px; border: 0; /*border-bottom: 1px #85b2d9 solid;*/ background:url(../images/searchtext.png) no-repeat; font-family: "微软雅黑"; color: #fff; font-size: 14px; } .search .search_btn { width: 28px; height: 38px; background: url(../images/search_ico.png) no-repeat center center; border: none; position: absolute; right: 6px; top: 1px; *top:2px; cursor: pointer; }