﻿body
{
}

ul, li
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/*顶部图标样式*/
.topIconMenu
{
    float: right;
    clear: both;
    margin: 6px 50px 3px 0px;
    color: rgb(0, 0, 0);
    font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    orphans: 2; 
      widows: 2;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
 
    word-spacing: 0px;
    -webkit-text-size-adjust: auto;
    -webkit-text-stroke-width: 0px;
}

.topIconLi
{
    margin: 0px;
    padding: 4px 0px 0px;
    display: block;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
    float: left;
    text-align: center;
    line-height: 1.6;
    width: 58px;
    height: 60px;

    background-position: initial initial;
    background-repeat: no-repeat no-repeat;
}

.topIconLiBg
{
    background-image: url(/images/icon/navlimov.png);
}

.imgwap
{
    width: 36px;
    height: 36px;
    margin: 0px auto;
}

.iconText
{
    text-decoration: none; color: rgb(0, 0, 0); outline: 0px;
}


.contentBox
{
    background: #fafafa;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    width: 500px;
}

.iconStyle
{
    display: block;
    width: 36px;
    height: 36px;
    margin: 0px auto;
    cursor: pointer;
    background-position: initial initial;
    background-repeat: no-repeat no-repeat;
}


.divMargin8px
{
    margin:8px;
}

.divFloatLeft
{
    float:left;
}
.divFloatRight
{
    float:right;
}

.indexPageDivMargin
{
    margin:5px;
}