@charset "utf-8";
body{
    color:#333;
    font-family:'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size:14px;
    height:100%;
    margin:0 auto;
    padding:0;
    width:100%;
	min-width:1200px;
	background:url(../images/bg.jpg);
}

html,body,div,dl,dt,dd,ul,ol,li,th,p{
    margin:0;
    padding:0;
}

img,body,html{
    border:0;
}

address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:400;
}

ol,ul{
    list-style:none;
}

caption,th{
    text-align:left;
}

q:before,q:after{
    content:'';
}

a,a:visited{
    color:#333;
    text-decoration:none;
}

a:hover,a:active{
    color:#ac0916;
    text-decoration:none;
}

.fl{
    float:left;
}

.fr{
    float:right;
}

.center{
    margin:0 auto;
    text-align:center;
}

.bring-to-top{
    position:relative;
    z-index:500;
}

.clear{
    clear:both;
}

.hidden{
    display:none;
}

.fit-parent{
    height:100%;
    width:100%;
}

.inline-block{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.w{
	width: 1200px;
	margin: 0 auto;	
}
.w1{
	width: 1200px;
	margin: 0 auto;	
}


.clearfix:after { visibility:hidden; display:block; font-size:0;content:" "; clear:both; height:0; }
.clearfix { zoom:1; }