﻿body {
    font-size: 14px;
    font-family: 微软雅黑, sans-serif;
    color: rgb(51, 51, 51);
    padding: 0px;
    margin: 0px;
    background: url(../Content/HomeO/IMG/body_bg.png) left 44px repeat-x #fff;
}

a {
    text-decoration: none;
}

img {
    border: none;
    margin: 0px;
}

.slt-top-bac {
    position: relative;
    min-width: 1140px;
    height: 45px;
    background: url(../Content/HomeO/IMG/top-bac.png) repeat-x;
    z-index: 10;
    overflow: hidden;
}

.slt-top {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
}

.slt-g-container {
    width: 1140px;
    margin: 0 auto;
}

.welcome-note {
    margin-left: 30px;
    color: #2577bd;
}

.lf {
    float: left;
}

.top-date {
    position: relative;
    padding-left: 24px;
    color: #666;
    cursor: pointer;
    width: 430px;
}

.rt {
    float: right;
}

.top-date .time {
    float: left;
    margin-right: 10px;
    font-size: 14px;
}
/*每页的标题栏*/
.is-banner {
    height: 180px;
    /*   background: url(../Content/HomeO/IMG/banner-bg.png) top center no-repeat;*/
    margin-top: 1px;
}

.m-banner {
    position: relative;
    width: 1140px;
    height: 180px;
    margin: 0 auto;
}

/*菜单栏*/
.m-nav {
    height: 62px;
    background: #005389;
}

.m-nav .nav {
    height: 62px;
    width: 1140px;
    margin: 0 auto;
}

ul, ol, li, dl, dd, th, td, form, textarea, input, p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.m-nav li {
    float: left;
    border-right: 1px dashed #2782bd;
}

.m-nav li a {
    display: block;
    height: 58px;
    border-top: 2px solid #005389;
    line-height: 58px;
    width: 95px;
    padding-left: 66px;
    color: #fff;
    font-size: 18px;
    background-image: url(../Content/HomeO/IMG/m-nav.png);
    background-repeat: no-repeat;
}

a {
    color: #333;
    text-decoration: none;
}

.m-nav .nav1 {
    background-position: 20px 15px;
}

.m-nav .nav2 {
    background-position: 20px -48px;
}

.m-nav .nav3 {
    background-position: 20px -111px;
}

.m-nav .nav4 {
    background-position: 20px -173px;
}

.m-nav .nav5 {
    background-position: 20px -232px;
}

.m-nav .nav6 {
    background-position: 20px -297px;
}

.m-nav .nav7 {
    background-position: 20px -357px;
}

.m-nav .nav .active {
    background-color: #fff;
    color: #005389;
    background-image: url(../Content/HomeO/IMG/m-nav_hover.png);
    border-color: #dc8c00;
    text-decoration: none;
}
/*z正常内容*/
.RCContent {
    width: 1180px;
    margin: 0px auto;
    margin-top: 5px;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,.15);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.15);
}

/*购物车*/
#settleup {
    float: left;
    margin-left: 10px;
}

#settleup .cw-icon {
    width: 130px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    text-align: center;
    border-color: #eee;
    margin-top: 4px;
}

.cw-icon {
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
    border: 1px solid #e3e4e5;
}

#settleup .cw-icon .iconfont, #settleup .cw-icon a {
    color: #e1251b;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    font-size: 14px;
    margin-left: 12px;
}

#settleup .cw-icon .iconfont {
    margin-right: 13px;
    font-size: 16px;
}

#settleup .ci-count {
    position: absolute;
    top: 1px;
    left: 29px;
    right: auto;
    display: inline-block;
    padding: 1px 3px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #e1251b;
    border-radius: 7px;
    min-width: 11px;
    text-align: center;
}

.cart_pop {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
} 