
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, hr{
    margin:0;
    padding:0;
}
body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei";
}
a{
    text-decoration: none;
    color: #333;
}
em,i {
    font-style: normal;
}
a:hover{
    text-decoration: none;
    color:#cd2c3c ;
}
a:focus{outline:none;}
ul li {
    list-style: none;
}
/*自定义字体+*/
/*@font-face {*/
    /*/!*自定义字体的名字*!/*/
    /*font-family: 'EXTRALIGHT';*/
    /*/!*引入自定义字体所需的字体文件 format（声明字体文件的类型）*!/*/
    /*src: url('../fonts/syht/SOURCEHANSANSCN-EXTRALIGHT.OTF');*/
    /*font-family: 'HEAVY';*/
    /*src: url('../fonts/syht/SOURCEHANSANSCN-HEAVY.OTF');*/
    /*font-family: 'LIGHT';*/
    /*src: url('../fonts/syht/SOURCEHANSANSCN-LIGHT.OTF');*/
    /*font-family: 'MEDIUM';*/
    /*src: url('../fonts/syht/SOURCEHANSANSCN-MEDIUM.OTF');*/
    /*font-family: 'NORMAL';*/
    /*src: url('../fonts/syht/SOURCEHANSANSCN-NORMAL.OTF');*/
    /*font-family: 'REGULAR';*/
    /*src: url('../fonts/syht/SOURCEHANSANSCN-REGULAR.OTF');*/
    /*font-family: 'HUMANST';*/
    /*src: url('../fonts/HUMANST/Humanst521-Lt-BT-Light.ttf');*/
/*}*/
　　　　.clearfix:after{
    　　　　content:"";
　　　　　　height:0;
　　　　　　line-height:0;
　　　　　　display:block;
　　　　　　visibility:hidden;
　　　　　　clear:both
　　　　　}


