body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color: #C3BEBC;
}
body, button, input, textarea {
 font-size: 12px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 text-decoration: none;
 color: #333333;
}
a:hover {
 color: #C70D0E;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 12px;
 margin: 0;
 padding: 0;
}
input, select {
 font-family: Microsoft Yahei;
 vertical-align: middle;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset !important;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 vertical-align: middle;
 border: 0;
}
label {
 cursor: pointer;
}
/* 主体框架
----------------------------------------------- */
#wrapper .wrap {
 width: 1200px;
 margin: 0px auto;
}
#wrapper .mb {
 margin-bottom: 50px;
}
/* -- page -- */
#pageLeft {
 float: left;
 width: 180px;
 margin-right: 20px;
}
#pageIn {
 float: left;
 width: 800px;
 overflow: hidden;
}

/* -- header -- */
#header {
 min-height: 159px;
 position: relative;
 z-index: 1000;
}
#header .wrap {
    width: 1200px;
    height: 159px;
    position: relative;
    z-index: 1000;
    background-color: #DF0010;
}
#header .logo {
    float: left;
    position: absolute;
    bottom: 20px;
}

/* -- mainNav -- */
#header .mainNav {
    left: 600px;
    top: 100px;
    position: absolute;
    font-size: 16px;
    color: #fff;
}
#header .mainNav li {
 width: 150px;
 float: left;
}

#header .mainNav a {
    font-size: 16px;
    color: #fff;
}
#header .mainNav a:hover {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom:1px solid #fff;
}


/* 首页样式
----------------------------------------------- */
/* -- slideShow -- */

.slideShow img
{
    min-width: 1200px;
    min-height: 350px;
    width: 100%;
    height: 100%;
}

#index .recProduct .list ul {
    width: 1200px;
}

#index .recProduct .list ul li {
    width: 300px;
    float: left;
}
#index .recProduct .list ul li:hover {
    width: 300px;
    float: left;
}

/*Footer*/
#footerNav
{
    height: 38px;
    width: 100%;
}

#footerNav .mainNavFooter {
    left: 350px;
    top: 10px;
    position: absolute;
    font-size: 16px;
    color: #fff;
}
#footerNav .mainNavFooter li {
 width: 86px;
 float: left;
}

#footerNav .mainNavFooter a {
    font-size: 16px;
    color: #fff;
}

.mainNavCopyright {
    left: 280px;
    top: 68px;
    position: absolute;
    font-size: 16px;
    color: #fff;
}
.mainNavCopyright a{
    font-size: 16px;
    color: #fff;
}
.mainNavCopyright li {
    height: 30px;
}