﻿/** 页面样式重置 2014 **/
html,body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
html,body{height:100%;width:100%;}
body{margin:0;padding:0;line-height:18px;border:0;font:12px/1.5 Arial;text-align:left;font-size:12px;background:#fff;color:#333;_behavior:url("csshover.htc");}
form,dl,dd,dt,ul,li,img{margin:0;padding:0;line-height:18px;border:0;font-family:"宋体";font-size:12px;list-style-type:none;white-space:normal;}img{vertical-align:middle;}select,textarea{margin:0;padding:0;resize:none;outline:none;}th,td{margin:0;padding:0;}p{margin:0;padding:0;font-weight:normal;font-size:12px;word-wrap:break-word;word-break:normal;}h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;list-style-position:outside;list-style-type:none;white-space:normal;}
a{text-decoration:none;cursor:pointer;outline:none;/*移除超链的虚线框  IE8,FF有用*/hide-focus:expression(this.hideFocus=true); /*IE6、IE7*/}
a:link,a:visited,a:active{color:#333;text-decoration:none;}a:hover{text-decoration:none;color:#0033cc;}
input,button,input[type=button],input[type=submit],input[type=reset],select{margin:0;padding:0;outline:none;hide-focus:expression(this.hideFocus=true);}
::selection{background:#6ECCF0;color:white;/* 全选时背景变色 Safari */}::-moz-selection{background:#6ECCF0;color:white;/* 全选时背景变色 Firefox */ }
.clear{clear:both;font-size:0;height:0;line-height:0;}/*清除浮动 、关div*/

/** index布局样式 **/
.header{width:960px;margin:0 auto;height:135px;}
.header .logo{float:left; margin-top:28px;}
.header .weibo{ float:right; width:250px; margin-top:45px; text-align:right;}
.header .weibo a{ padding-left:10px;}
.header .tel{ clear:right; float:right; width:250px; margin-top:10px; text-align:right; font-size:14px; color:#333; font-weight:bold; font-family:"微软雅黑";}
.header .tel b{ font-size:18px;}

.nav{width:960px;margin:10px auto 0; height:57px; position:relative; z-index:100;}
.nav li{float:left; margin-right:68px; _display:inline;font-size:16px;font-weight:bold; line-height:45px; position:relative;}
.nav li a,.nav li a:link,.nav li a:visited,.nav li a:active{ display:inline-block; padding:0 5px; height:57px; color:#010000; font-family:"微软雅黑";}
.nav li a:hover,.nav li a.cur,.nav li a:link.cur,.nav li a:visited.cur,.nav li a:active.cur,.nav li a:hover.cur{ background:url(../images/curBg.jpg) no-repeat center 45px;color:#010000;}
.nav li.last{ margin-right:0;}

.nav li .drop{ display:none; position:absolute; top:49px; left:0; z-index:999; width:100%; white-space:nowrap; _top:57px;}
.nav li .drop a,.nav li .drop a:link,.nav li .drop a:visited,.nav li .drop a:active{ display:inline-block; height:29px; line-height:29px; font-weight:normal; font-size:13px; color:#a6a6a6}
.nav li .drop a:hover{ background:none; font-size:14px; font-weight:bold; color:#fff;}
.nav li:hover .drop, .nav li.hover .drop{display:block;}

.banner{ width:100%; background:url(../images/bannerBg.jpg) no-repeat center top; height:615px; position:relative; overflow:hidden;}
.dropBg{ width:100%; background:url(../images/dropBg.png) repeat-x; height:29px; position:absolute; top:0; left:0; z-index:99;}

/** index正文 **/
.main{width:960px;margin:0 auto; padding-bottom:50px; overflow:hidden;}

.news{ float:left; width:450px; margin-top:6px;}
.news span{ float:left; width:70px; font-size:14px; font-weight:bold; color:#333; font-family:"微软雅黑";}
.news a{ float:right; width:375px; height:25px; line-height:25px; overflow:hidden;}
.search{ float:right; width:460px;}
.search #inputText{ float:left; width:326px; height:31px; padding:0 5px; line-height:31px; border:1px solid #ABABAB;}

.footBg{ width:100%; border-top:1px solid #D9D9D9; left:0; bottom:0; position:fixed; z-index:99; background:#fff;}
.footer{width:960px;margin:0 auto;padding:10px 0;color:#666; font-size:13px;}
.footer p{ float:left;}
.footer span{ float:right; width:180px; text-align:right;}.footer a,.footer a:link,.footer a:visited,.footer a:active,.footer a:hover{color:#666;}

*html body{ background-image:url(about:blank); background-attachment:fixed}
*html .footBg{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}