@charset "utf-8";

/* CSS Document */
/*-----------------

*Filename:com.css
*Description:CSS
*Author:Carol
*Date:2016-08-15

-------------------*/


*{margin:0px; padding:0px; border:0; }

body{ font-family:"微软雅黑"; font-size:12px;}

.w1024{ width:1024px; margin:0 auto;}

li{list-style:none;}

a{ text-decoration:none; color:#666666; cursor:pointer;}

h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px;}

i{ font-style:normal;}



.clearfix:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    content: " ";

    clear: both;

    height: 0;

}

.clearfix { display: inline-table; }



* html .clearfix { height: 1%; }

.clearfix { display: block; }

.clear{clear:both}





/*返回顶部*/

.back{

    display: none;

    width: 25px;

    margin-right:-550px;

    position: fixed;

    right: 48%;

    top: 80%;

    _margin-right:-580px;

    _position:absolute;

    _margin-top:300px;

    _top:expression(eval(document.documentElement.scrollTop))

}

