@charset ;

/*--===加载字体===--*/
@font-face {font-family: Archive;
src: url(../fonts/archive.eot); /* ie */}

/*--===清空所有标签样式===--*/
html,body{background: #fff;color:#34404e;font:12px/24px "hiragino sans gb","微软雅黑","Archive","Microsoft YaHei",\9ED1\4F53,\5b8b\4f53,Tahoma,Arial,sans-serif;margin:0; -webkit-text-size-adjust:none;}  
div,dl,dd,dt,ul,li,ol,caption,table,tbody,thead,tfoot,th,td,tr,form,button,input,select,textarea,legend,a,p,big,small,span,strong,sub,sup,b,em,i,h1,h2,h3,h4,h5,h6,cite,q,samp,pre,code,tt,br,hr,address,img,area,map,object,del,s{ border:none; padding:0; margin:0; list-style:none;font-style:normal;-webkit-text-size-adjust:none; vertical-align: baseline;}
img,fieldset,table,input,textarea,button{border:none;}
input,textarea{outline:none;resize: none/* chrome */;}
textarea{resize: vertical/* chrome */;}
ol,ul,li{vertical-align:middle;/* ie去掉li排列下空隙 */list-style:none;}
u{ text-decoration:none;}
td{padding:6px 3px;}
/*--===全局链接===--*/
a{text-decoration:none;outline: none;color:#333;}
/*a{-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease; }*/
a:hover{text-decoration:underline; color:#f60;}

/*--===清空浮动===--*/
.clearfix:after,.wrapper:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix,* html .wrapper{ zoom: 1;} /* IE6 */
*:first-child+html .clearfix,*:first-child+html .wrapper{ zoom: 1;} /* IE7 */
.clearDiv{ clear:both; height:1px; overflow:hidden; font-size:1px; line-height:1px;}


/*--模糊滤镜--*/
.blur {/* firefox, chrome, opera */-webkit-filter: blur(10px); /* chrome, opera */-moz-filter: blur(10px);-ms-filter: blur(10px);filter: blur(10px);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);}


/*--底部--*/
.footer{background:#066BAF;padding:14px 0;margin-top: 20px;}
.footer-inner{margin:0 auto;width:998px;height:98px;overflow: hidden;}