html
{
    width: 100%;
    min-width: 1200px; /*overflow-y: scroll;*/
}
body
{
    width: 100%;
    min-width: 1200px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-family: Myriad Pro, Microsoft YaHei, Verdana;
}

ul, ol
{
    list-style: none;
}
FORM, DL, DT, DD, UL, OL, INPUT, SELECT, TEXTAREA, H1, H2, H3, H4, H5, H6
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
INPUT, BUTTON, SELECT, TEXTAREA
{
    font-size: 12px;
    font-family: Arial, Verdana;
    color: #333;
    outline: none;
    vertical-align: middle;
}
IMG
{
    border: 0px;
    vertical-align: middle;
}
A
{
    color: #333;
    text-decoration: none;
}
A:hover
{
    color: #000;
    text-decoration: underline;
}

#menu
{
    width: 100%;
    height: 80px;
}
#menu DIV.menu_box
{
    width: 100%;
    height: 80px;
    background: #ffffff /**#1776d4*/;
}
#menu DIV.menu_box.fixed
{
    min-width: 1000px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
}

#menu DIV.container
{
    width: 1000px;
    margin: auto;
    position: relative;
}
#menu DIV.container UL
{
    margin: auto;
    border-left: #1363b2 0px solid;
}
#menu DIV.container UL LI
{
    width1: 107px;
    height: 80px;
    float: left;
    display: inline;
    font-size: 15px;
    border-left: #4991d8 0px solid;
    border-right: #1363b2 0px solid;
}
#menu DIV.container UL LI A
{
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #808080;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
#menu DIV.container UL LI A:hover
{
    background: #fff /**#0065c4*/;
    color: Black;
    font-weight: bold;
    text-decoration: none;
}
#menu DIV.container UL LI.member
{
    width: 107px;
    border-right: 0px;
    background: #4591dd;
    font-size: 12px;
}
#menu DIV.container UL LI.member SPAN
{
    display: block;
    line-height: 18px;
    padding-top: 16px;
}
#menu DIV.container UL LI.member SPAN EM
{
    display: block;
    height: 18px;
    background: url(/Style/bg.icon.1.png) center center no-repeat;
}
#menu DIV.container UL LI.tmall
{
    width: 106px;
    background: #74ade5;
    font-size: 12px;
}
#menu DIV.container UL LI.tmall SPAN
{
    display: block;
    line-height: 18px;
    padding-top: 16px;
}
#menu DIV.container UL LI.tmall SPAN EM
{
    display: block;
    height: 18px;
    background: url(/Style/bg.icon.2.png) center center no-repeat;
}
#menu DIV.menu_box_home DIV.container UL LI
{
     margin-left:30px;
}
#menu DIV.menu_box_home DIV.container UL LI.member
{
    width: 122px;
}
#menu DIV.menu_box_home DIV.container UL LI.tmall
{
    width: 122px;
}
.rfloat
{
    float: right;
}
.shuoming1 li
{
    margin: 10px 10px 10px 10%;
}
.shuoming .button
{
    height: 30px;
    width: 100px;
    margin-top: 20px;
    cursor: pointer;
}
.shuoming .button:hover
{
    background-color: #419ae3;
    color: White;
}
.title li
{
    color: #000000;
    font-size: 15px;
    display: block;
    background: url('/Images/') no-repeat;
}
