﻿html, *
{
    padding:0;margin:0;
}
body 
{
    font-size:12px;font-family:Arial,"宋体";color:#333;
}
img
{
    border:none;
}
a
{
    text-decoration:none;
}
h1
{
    font-size:22px;
}
h2
{
    font-size:20px;
}
h3
{
    font-size:18px;
}
h4
{
    font-size:16px;
}
h5
{
    font-size:14px;
}
h6
{
    font-size:12px;
}

.fl
{
    float:left;
}
.fr
{
    float:right;
}
.cb
{
    clear:both;
}


.header
{
    width:980px;margin:0 auto;float:none;margin-top:40px;
}
.center
{
    width:980px;margin:0 auto;float:none;
}
.more
{
    height:30px;line-height:30px;padding-left:110px;
}
.productimg
{
    padding:10px;float:left;position:relative;
}



/* footer
------------------------------ */
.footer
{
    width:100%;margin-top:90px;background-color:#efefef;text-align:center;
}
    .footer p
    {
        line-height:30px;font-size:14px;
    }