/*CSS��ʼ��*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

code, kbd, pre, samp {
    font-family: Microsoft YaHei, couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    text-align: justify;
    text-justify: distribute;
}

/*Ϊ��ʹ�ı������������߶���*/
textarea {
    resize: none;
}

/*�������ı��������������ڹȸ���*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}

/*���IE6��*/
/**/

body {
    background: #f5f5f5;
    position: relative;
}

.header {
    width: 100%;
    background-color: #fff;
    min-width: 1120px;
    height: 90px;
    border-bottom: 2px solid #cccccc;
}

.m-header {
    width: 1230px;
    margin: 0 auto;
    height: 90px;
    border-bottom: 2px solid #cccccc;
}

.m-header:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
}

.header .logo {
    width: 200px;
    height: 90px;
    margin-top: 20px;
    float: left;
    background: url(../image/logo.png) no-repeat;
}

.header .top-nav {
    float: left;
    margin-left: 50px;
    height: 50px;
    padding: 20px 0;
}

.header .active a {
    background: #ccc;
}

.header .menu {
    position: relative;
    float: left;
    margin-left: 5px;
}

/*.header .menu li{*/
/*margin-left: 15px;*/
/*}*/

.header .menu a {
    color: #000;
    font-weight: 700;
}

.header .menu a:hover {
    color: #04d151;
}

.header .menu .menu-link {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    font-size: 16px;
}

.top-nav .sub-nav {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50px;
    width: 200px;
    border: 1px solid #ddd;
    background: #fff;
}

.top-nav .sub-nav .sub-menu {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}

.top-nav .sub-nav .sub-menu:hover {
    background: #edf1f2;
}

.top-nav .sub-nav .sub-menu a {
    display: block;
    color: #666;
}

.top-nav .menu:hover .menu-link {
    background: #e7e7e7;
}

.top-nav .menu:hover .sub-nav {
    display: block;
}

.header .top-users {
    float: right;
    font-size: 0;
}

.top-users a {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    color: #000;
    font-weight: 700;
}

.top-users a:hover {
    color: #04d151;
}

.top-users .reg, .top-users .log, .top-users .shop {
    line-height: 87px;
    padding: 0 10px;
}

.top-users span {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    vertical-align: middle;
}

.index-img {
    width: 100%;
    height: 100%;
    min-width: 1120px;
    display: block;
    vertical-align: top;
}

/*--------------------------------------------------------------------------*/


.copyright p {
    color: #666666;
    height: 80px;
    line-height: 80px;
    text-align: center;
}


