﻿@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; border:0; }
body{ font-family:"微软雅黑"; font-size:12px;}
.w1024{ width:1200px; margin:0 auto;}
li{list-style-type:none;}
a{ text-decoration:none; color:#666666; cursor:pointer;}
h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px;}
.fl{ float:left;}
.fr{ float:right;}
i{ font-style:normal;}





.clearfix:before,.clearfix:after{
    content:'';
    display:table;
    clear:both;
}
.clearfix{
    *zoom:1;
}
* html .clearfix { height: 1%; }
.clear{clear:both}


/*返回顶部*/
.back{
    display: none;
    width: 25px;
    margin-right:-550px;
    position: fixed;
    right: 49%;
    top: 80%;
    _margin-right:-580px;
    _position:absolute;
    _margin-top:300px;
    _top:expression(eval(document.documentElement.scrollTop))
}




.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

