/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-10-8, 9:07:25
    Author     : Administrator
*/
*{ margin:0; padding:0; font-size:12px;}
img{ border:0;}
a{text-decoration: none; color:#666;font-size:100%;}
a:hover{color: #2951a5; }/* color:#258eed; */
span{font-size:100%}
ul, li {list-style-type: none;}
/* 修正IE5.x和IE6的斜体溢出bug */
* html body{ overflow:visible;}
* html iframe, * html frame{ overflow:auto;}
* html frameset{ overflow:hidden;}
/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*解决IE6下不兼容 position:fixed 的问题*/
body{
    background:#fff;
    height:auto;
}
.wrap-body{
    width:100%;
    height:auto;
    margin:0px auto;
    overflow: hidden;
}
.right{
    float:right;
}
.left{
    float:left;
}
.no-left{
    padding-left:0;
    margin-left:0;
}
.no-right{
    padding-right:0;
    margin-right:0;
}
.clear{
    clear: both;
    background: none;
    border: 0;
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.red{
    color:red;
}
.blue{
    color:#006AD4;
}
@font-face {
    font-family: 'din';
    src: url('font/din.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:"Alte DIN 1451 Mittelschrift";
    src:url("font/din1451alt.eot?") 
        format("eot"),url("font/din1451alt.woff") 
        format("woff"),url("font/din1451alt.ttf") 
        format("truetype"),url("font/din1451alt.svg#AlteDIN1451Mittelschrift") 
        format("svg");
    font-weight:normal;
    font-style:normal;
}