@charset "utf-8";
/* CSS Document */

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

*Filename:com.css
*Description:CSS
*Author:Matchmen-Carol
*Date:2016-09-12

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

*{margin:0px; padding:0px; border:0; }
body{ font-family:"微软雅黑"; font-size:16px;background:url(../images/bg-body.png) repeat;}
.w1024{ width:1024px; 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:16px;}
.fl{ float:left;}
.fr{ float:right;}
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}


.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 */