.header .top {
    position: relative;
    z-index: 10;
    height: 65px;
    padding-top: 24px;
}

.orange {
    color: #df5138 !important;
    font-weight: bold;
}

.header .title a:hover {
    color: #333;
    text-decoration: none;
}

.header .logo {
    padding: 0 20px;
}

.header .search {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 585px;
}

.header .hot-search {
    position: absolute;
    right: 80px;
    top: 9px;
}

.header .hot-key {
    padding: 0 9px;
    float: left;
    height: 24px;
    margin-right: 10px;
    line-height: 2;
    background: #f2f2f2;
}

.header .search-txt {
    float: left;
    height: 18px;
    width: 486px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    border-top-color: #c4c4c4;
    border-right: 0;
    border-radius: 2px 0 0 2px;
}

    .header .search-txt:focus {
        border: 2px solid #296d0b;
        border-right: 0;
        padding: 9px 10px 9px 9px;
    }

.input-sm {
    width: 200px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    border-top-color: #c4c4c4;
}

    .input-sm:focus {
        border: 2px solid #296d0b;
        padding: 5px ;
    }

.header .search-btn {
    float: left;
    height: 40px;
    width: 78px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #007d3b;
    border-radius: 0 2px 2px 0;
    background: #007d3b;
    cursor: pointer;
}

    .header .search-btn:hover {
        background: #2277e6;
    }

.header {
    /*border: 1px solid #e3e3e3;
    border-bottom-color: #c8cace;*/
    border-radius: 4px;
    /*background: #fff;*/
    position: relative;
    z-index: 200;
    width: 1198px;
    margin: 0 auto;
}

.header-wrap {
    padding-top: 30px;
}

.header .nav {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
   background-color:#007d3b;
 
}

.header .nav-itm {
    position: relative;
    float: left;
    padding: 0 21px;
}
    .header .nav-itm a {
    color:#fff;font:normal 18px/55px 'Microsoft YaHei UI'; 
    }
.header .nav-idx {
    padding: 0 30px;
}

.header .hot {
    position: absolute;
    top: 9px;
    left: 81px;
    height: 15px;
    width: 20px;
}

.unit {
    border: 1px solid #e3e3e3;
    border-bottom-color: #c8cace;
    border-radius: 4px;
    background: #fff;
}

.footer {
    background: #262626;
    color: gray;
}

    .footer a {
        color: gray;
    }

        .footer a:hover {
            color: gray;
            text-decoration: underline;
        }

    .footer .layout {
        overflow: hidden;
    }

    .footer .f-top {
        position: relative;
        padding-top: 34px;
        padding-bottom: 10px;
        width: 1275px;
        border-bottom: 1px solid #3a3a3a;
    }

    .footer .f-nav {
        width: 180px;
        margin-right: 75px;
        float: left;
    }

    .footer .tit {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        border-bottom: 1px solid #3a3a3a;
    }

    .footer .f-lst {
        padding-top: 10px;
    }

    .footer .f-itm {
        height: 27px;
        line-height: 27px;
        overflow: hidden;
    }

    .footer .f-sp {
        display: inline-block;
        width: 70px;
    }

    .footer .f-btm {
        padding-top: 14px;
        padding-bottom: 45px;
        text-align: center;
    }

    .footer .links {
        line-height: 26px;
    }

    .footer .f-cert {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .footer .c-name {
        display: none;
    }

.icon-tooltip {
    display: none;
    height: 22px;
    line-height: 22px;
    padding: 0 9px;
    border-radius: 2px;
    background: gray;
    position: absolute;
    z-index: 400;
    color: #333;
}

.footer .f-itm a, .footer .links a {
    color: #fff;
}

    .footer .f-itm a:hover, .footer .links a:hover {
        color: #fff;
        text-decoration: underline;
    }

.footer .links span {
    color: #fff;
    padding: 0 3px;
}

.footer .copyright {
    color: #fff;
    line-height: 26px;
    margin-bottom: 12px;
}

.btn-green, .btn-blue, .btn-gray {
    cursor: pointer;
}

    .btn-blue, .btn-blue:hover, .btn-green, .btn-green:hover {
        color: #fff;
        text-decoration: none;
    }

.btn-blue, .btn-green, .btn-gray {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
}

.btn-green {
    border: 1px solid #3da632;
    background-color: #32b324;
}

    .btn-green:hover {
        border-color: #39992e;
        background-color: #3da632;
    }

.btn-blue {
    background: #247ef2;
    border: 1px solid #2277e6;
}

    .btn-blue:hover {
        background-color: #2170d9;
    }

.btn-dis, .btn-dis:hover {
    cursor: default!important;
    color: #b2b2b2!important;
    background-color: #f7f7f7!important;
    border-color: #dbdbdb!important;
}

.btn-gray {
    border: 1px solid #dbdbdb;
    background-color: #f7f7f7;
}

    .btn-gray:hover {
        color: #333;
        background-color: #ededed;
    }

body {
    min-width: 1200px;
    background: #fff;
    font-family: "microsoft yahei",SimSun,arial,sans-serif;
}

input[type=submit], input[type=button], input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    font-family: "microsoft yahei",SimSun,arial,sans-serif;
}

.layout {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mt-30 {
    margin-top: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px;
}

a:hover {
    color: #2277e6;
    text-decoration: none;
}

.a-block {
    display: block;
}

.em {
    color: #296d0b;
}

.ft-green {
    color: #46ad3b;
}

.ft-gray {
    color: #999;
}

.ft-dark {
    color: #666;
}

.ft-num {
    font-family: arial,sans-serif;
}

.header .or {
    position: absolute;
    top: 24px;
    line-height: 40px;
    right: 175px;
}

.header .search {
    right: 197px;
}

.header .consult {
    position: absolute;
    right: 17px;
    top: 24px;
}

.header .nav {
    position: relative;
}

.header .nav-spec {
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    right: 20px;
    top: 20px;
    font: 14px/1.5 tahoma,arial,"Hiragino Sans GB",\5b8b\4f53;
}
    .header .nav-spec a {
    color:#fff;
    }

    .header .nav-spec .line {
        padding: 0 3px;
        color: #ccc;
    }

.header .site-title {
    float: left;
    display: inline;
    height: 62px;
    width: 220px;
    overflow: hidden;
}

.header .description {
    float: left;
    display: none;
    height: 39px;
    width: 182px;
    background: url(../img/6cAr5rUu8v.jpg) no-repeat 10px 3px;
    text-indent: -999em;
}

.consult-btn {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 147px;
    background-color: #007d3b;
    border-radius: 2px;
    border: 1px solid #007d3b;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

    .consult-btn:hover {
        color: #fff;
        border-color: #1279ff;
        background-color: #1279ff;
    }

.show-box .consult-btn {
    color: #fff;
    border-color: #2277e6;
}

.consult-box {
    position: absolute;
    right: 0;
    top: 39px;
    padding-top: 11px;
    display: none;
}

.sc-head {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    text-align: center;
}

.sc-wrap {
    width: 259px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 2px rgba(6,0,1,.15);
}

.sc-list {
    padding-left: 4px;
    padding-top: 3px;
}

.sc-item {
    padding-left: 60px;
    position: relative;
    padding-top: 12px;
    height: 45px;
}

.i-avatar1, .i-avatar2, .i-avatar3, .i-avatar4 {
    position: absolute;
    left: 14px;
    height: 38px;
    width: 38px;
}

.i-avatar1 {
    background-image: url(../img/img.png);
    background-repeat: no-repeat;
    background-position: 0 -570px;
}

.i-avatar2 {
    background-image: url(../img/img.png);
    background-repeat: no-repeat;
    background-position: 0 -610px;
}

.i-avatar3 {
    background-image: url(../img/img.png);
    background-repeat: no-repeat;
    background-position: 0 -650px;
}

.i-avatar4 {
    background-image: url(../img/img.png);
    background-repeat: no-repeat;
    background-position: 0 -690px;
}

.sc-title {
    font-size: 14px;
    line-height: 22px;
}

.sc-btn-wrap {
    padding: 10px 0 20px 24px;
}

.sc-btn {
    height: 40px;
    line-height: 40px;
    width: 211px;
    font-size: 14px;
}

.footer .cert-item {
    margin-right: 3px;
    /*opacity: .6;*/
    filter: alpha(opacity=60);
    width:90px;height:32px;
}

.nav .hot {
    left: auto;
    right: 0;
    height: 14px;
    width: 18px;
    background: url(../img/img.png) no-repeat 0 -120px;
}

.nav .fast {
    position: absolute;
    top: 4px;
    left: auto;
    right: 4px;
    height: 19px;
    width: 19px;
    background: url(../img/rZHl3Ngw72.jpg) no-repeat center center;
}

:focus {
    outline: 0;
}

.title {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.price {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 14px;
    color: #2277e6;
}

    .price em {
        font-size: 16px;
    }

    .price .ft-num {
        font-size: 12px;
    }

.img {
    overflow: hidden;
}

.img-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    line-height: 0;
}

    .img-box img {
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
    }

    .img-box a {
        display: inline-block;
    }

.unit-slider {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .unit-slider .next, .unit-slider .prev {
        height: 22px;
        width: 22px;
        z-index: 10;
        position: absolute;
        background: #f7f7f7 url(../img/img.png) no-repeat 6px 4px;
        border: 1px solid #ededed;
        border-radius: 2px;
    }

        .unit-slider .next:hover, .unit-slider .prev:hover {
            background-color: #ededed;
        }

    .unit-slider .next {
        background-position: -26px 4px;
    }

.content {
    float: none;
    width: auto;
    margin: 0;
   background-color:#deefd7;
   padding-bottom:10px;
}

.adbanner {
    padding-top:10px;
    padding-bottom:10px;
     float: none;height:95px;
    width: auto;
    margin: 0;
   background-color:#ecf5e9;
}

.col-l, .col-m, .col-r {
    float: left;
    overflow: hidden;
}

.col-l {
    width: 198px;
    margin-right: 10px;
}

.col-m {
    width: 738px;
    margin-right: 10px;
}

.col-r {
    width: 238px;
}

.primary {
    padding: 10px 0;
}

.category, .user-mod {
    height: auto;
}

.category {
    position: relative;
    background: #f7f7f7;
    overflow: visible;
    z-index: 100;
}

    .category .cate-hd {
        line-height: 37px;
        height: 33px;
        padding-left: 15px;
        color: gray;
        font-size: 14px;
    }

        .category .cate-hd a {
            color: gray;
        }

            .category .cate-hd a:hover {
                color: #2277e6;
            }

.cate-item {
    height: 34px;
    width: 100%;
}

    .cate-item .cate-head {
        position: relative;
        padding: 4px 0 5px 15px;
        height: 25px;
        line-height: 25px;
        cursor: pointer;
    }

    .cate-item .cate-scroll {
        position: absolute;
        left: 109px;
        top: 0;
        height: 34px;
        line-height: 34px;
        overflow: hidden;
    }

        .cate-item .cate-scroll .cs-itm {
            height: 34px;
            line-height: 34px;
        }

    .cate-item .cate-a {
        font-size: 14px;
        margin-right: 12px;
    }

    .cate-item .em:hover {
        text-decoration: underline;
    }

    .cate-item .ico {
        display: inline-block;
        height: 18px;
        width: 18px;
        background: url(../img/cate.png) no-repeat -26px 0;
        float: left;
        margin-top: 3px;
        margin-right: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform .9s;
        transition: -webkit-transform .9s;
        transition: transform .9s;
        transition: transform .9s,-webkit-transform .9s;
    }

    .cate-item .i-c2 {
        background-position: -26px -30px;
    }

    .cate-item .i-c3 {
        background-position: -26px -60px;
    }

    .cate-item .i-c4 {
        background-position: -26px -90px;
    }

    .cate-item .i-c5 {
        background-position: -26px -120px;
    }

    .cate-item .i-c6 {
        background-position: -26px -150px;
    }

    .cate-item .i-c7 {
        background-position: -26px -180px;
    }

    .cate-item .i-c8 {
        background-position: -26px -210px;
    }

    .cate-item .i-c9 {
        background-position: -26px -240px;
    }

    .cate-item .i-c10 {
        background-position: -26px -270px;
    }

    .cate-item .i-c11 {
        background-position: -26px -300px;
    }

    .cate-item .i-c12 {
        background-position: -26px -330px;
    }

    .cate-item .i-c13 {
        background-position: -26px -360px;
    }

    .cate-item .i-c14 {
        background-position: -26px -390px;
    }

    .cate-item .i-c15 {
        background-position: -26px -420px;
    }

    .cate-item .i-c16 {
        background-position: -26px -450px;
    }

    .cate-item .i-c17 {
        background-position: -26px -480px;
    }

    .cate-item .i-good {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url(../img/img.png) no-repeat 0 -30px;
    }

.cate-hover {
    background: #2277e6;
}

    .cate-hover .cate-a {
        color: #fff;
    }

    .cate-hover .ico {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .cate-hover .i-c1 {
        background-position: 0 0;
    }

    .cate-hover .i-c2 {
        background-position: 0 -30px;
    }

    .cate-hover .i-c3 {
        background-position: 0 -60px;
    }

    .cate-hover .i-c4 {
        background-position: 0 -90px;
    }

    .cate-hover .i-c5 {
        background-position: 0 -120px;
    }

    .cate-hover .i-c6 {
        background-position: 0 -150px;
    }

    .cate-hover .i-c7 {
        background-position: 0 -180px;
    }

    .cate-hover .i-c8 {
        background-position: 0 -210px;
    }

    .cate-hover .i-c9 {
        background-position: 0 -240px;
    }

    .cate-hover .i-c10 {
        background-position: 0 -270px;
    }

    .cate-hover .i-c11 {
        background-position: 0 -300px;
    }

    .cate-hover .i-c12 {
        background-position: 0 -330px;
    }

    .cate-hover .i-c13 {
        background-position: 0 -360px;
    }

    .cate-hover .i-c14 {
        background-position: 0 -390px;
    }

    .cate-hover .i-c15 {
        background-position: 0 -420px;
    }

    .cate-hover .i-c16 {
        background-position: 0 -450px;
    }

    .cate-hover .i-c17 {
        background-position: 0 -480px;
    }

    .cate-hover .em {
        color: #fff;
    }

    .cate-hover .i-good {
        background-position: -20px -30px;
    }

.cate-more {
    -webkit-backface-visibility: hidden;
    position: absolute;
    height: 585px;
    width: 715px;
    padding-left: 34px;
    left: 198px;
    top: -1px;
    display: none;
    overflow: hidden;
    box-shadow: 0 1px rgba(204,204,204,.43);
    border: 1px solid #e6e6e6;
    border-bottom-color: #ccced1;
    background: #fff;
}

    .cate-more .cm-left {
        width: 495px;
        float: left;
        height: 100%;
        position: relative;
    }

    .cate-more .cm-head {
        padding-top: 23px;
    }

    .cate-more .cm-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 48px;
        height: 48px;
    }

    .cate-more .cm-row {
        padding: 11px 0 12px 91px;
        width: 376px;
        position: relative;
        border-top: 1px solid #e6e6e6;
    }

    .cate-more .cm-product {
        position: absolute;
        left: 0;
        height: 221px;
        bottom: 28px;
    }

    .cate-more .cm-pro-item {
        float: left;
        height: 220px;
        width: 224px;
        margin-right: 19px;
        border-top: 1px solid #247ef2;
    }

    .cate-more .cm-pro-name {
        height: 22px;
        padding-top: 8px;
        line-height: 22px;
        overflow: hidden;
        font-size: 14px;
        color: #333;
    }

    .cate-more .cm-pro-brand {
        color: #999;
    }

    .cate-more .cm-pro-price {
        font-size: 14px;
        color: #0f69dc;
        font-family: arial,sans-serif;
    }

        .cate-more .cm-pro-price span {
            font-size: 12px;
        }

    .cate-more .cm-name {
        position: absolute;
        left: 0;
        width: 62px;
        padding-right: 29px;
        top: 12px;
        color: #666;
        font-size: 14px;
        font-weight: 700;
        text-align: right;
        line-height: 26px;
        background: url(../img/img.png) no-repeat 69px -743px;
    }

    .cate-more .cm-item {
        height: 26px;
        padding: 0 8px 0 9px;
        float: left;
        display: inline-block;
        overflow: visible;
        *display: inline;
        *zoom: 1;
        white-space: nowrap;
        line-height: 26px;
        background: url(../img/img.png) no-repeat -199px -743px;
    }

    .cate-more .cm-a {
        float: left;
        display: inline-block;
        white-space: nowrap;
        height: 26px;
        color: #666;
    }

        .cate-more .cm-a:hover {
            color: #0f69dc;
        }

    .cate-more .cm-em {
        padding-right: 6px;
    }

        .cate-more .cm-em .cm-a {
            color: #0f69dc;
            padding-right: 10px;
            background: url(../img/JdKqO8FM6W.png) no-repeat right 5px;
        }

            .cate-more .cm-em .cm-a:hover {
                color: #0f69dc;
            }

    .cate-more .cm-right {
        position: relative;
        float: left;
        width: 220px;
        height: 100%;
        background: #fafafa;
    }

    .cate-more .cm-brand {
        padding: 70px 0 0 10px;
    }

    .cate-more .cm-brand-li {
        float: left;
        margin-right: -1px;
        margin-bottom: -1px;
        height: 38px;
        width: 98px;
        border: 1px solid #e6e6e6;
        overflow: hidden;
        background: #fff;
    }

    .cate-more .cm-brand-a {
        display: table-cell;
        *display: block;
        text-align: center;
        vertical-align: middle;
        height: 38px;
        width: 98px;
    }

    .cate-more .cm-brand-li img {
        max-height: 38px;
        max-width: 98px;
        _height: 38px;
        _width: 98px;
        vertical-align: middle;
    }

    .cate-more .cm-banner {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 220px;
        overflow: hidden;
        line-height: 1;
    }

        .cate-more .cm-banner img {
            display: block;
        }

.i-cate {
    float: left;
    margin-top: 12px;
    margin-right: 3px;
    width: 24px;
    height: 24px;
    background: url(../img/cate.png) no-repeat -53px 0;
}

.i-cate2 {
    background-position: -53px -30px;
}

.i-cate3 {
    background-position: -53px -60px;
}

.i-cate4 {
    background-position: -53px -90px;
}

.i-cate5 {
    background-position: -53px -120px;
}

.i-cate6 {
    background-position: -53px -150px;
}

.i-cate7 {
    background-position: -53px -180px;
}

.i-cate8 {
    background-position: -53px -210px;
}

.i-cate9 {
    background-position: -53px -240px;
}

.i-cate10 {
    background-position: -53px -270px;
}

.i-cate11 {
    background-position: -53px -300px;
}

.i-cate12 {
    background-position: -53px -330px;
}

.i-cate13 {
    background-position: -53px -360px;
}

.i-cate14 {
    background-position: -53px -390px;
}

.i-cate15 {
    background-position: -53px -420px;
}

.i-cate16 {
    background-position: -53px -450px;
}

.i-cate17 {
    background-position: -53px -480px;
}

.banner {
    height: 587px;
    width: 740px;
}

    .banner .a-d {
        height: 200px;
        overflow: hidden;
    }

    .banner .a-d-item {
        margin-bottom: 10px;
        float: left;
        margin-right: 15px;
        height: 94px;
        width: 135px;
        overflow: hidden;
    }

        .banner .a-d-item img {
            height: 92px;
            width: 133px;
            border: 1px solid #e6e6e6;
        }

            .banner .a-d-item img:hover {
                height: 92px;
                width: 133px;
                border: 1px solid #296d0b;
            }

    .banner .last {
        margin-right: 0;
    }

.jd_ad_slide {
    width: 738px;
    height: 370px;
    float: left;
    position: relative;
}

.jd_ad_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 738px;
    height: 370px;
    display: none;
}

.jd_ad_btn {
    position: absolute;
    right: 8px;
    bottom: 12px;
}

.jd_ad_btn_a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    text-align: center;
    border-radius: 12px;
    background-color: #999;
    color: #fff;
    float: left;
}

    .jd_ad_btn_a:hover {
        text-decoration: none;
    }

.jd_ad_btn .active {
    background-color: #289006;
    color: #fff;
}

.gallery {
    height: 370px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-bottom-color: #c8cace;
}

.user-mod .u-wrap {
    height: 84px;
    padding-top: 19px;
    padding-left: 15px;
}

.user-mod .u-avatar {
    height: 65px;
    width: 65px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.user-mod .u-info {
    float: left;
    width: 143px;
}

.user-mod .u-name {
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-mod .u-event {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.user-mod .i-coin {
    /*width: 12px;*/
    height: 14px;
    /*background: url(../img/img.png) no-repeat 0 -150px;*/
    display: inline-block;
    float: left;
    margin-top: 5px;
    /*margin-right: 6px;*/
}

.user-mod .u-ops {
    height: 42px;
    background: #f7f7f7;
    border: 1px solid #ededed;
    border-left: 0;
    border-right: 0;
}

.user-mod .u-fos {
    height: 42px;
    background: #F60;
    border: 1px solid #ededed;
    border-left: 0;
    border-right: 0;
}

.user-mod .u-manage {
    height: 39px;
    padding-left: 17px;
    line-height: 39px;
    background: #f8f8f8;
    border-bottom: 1px solid #ededed;
}

.user-mod .m-link {
    color: #666;
}

    .user-mod .m-link:hover {
        color: #666;
        text-decoration: underline;
    }

.user-mod .u-btn {
    height: 42px;
    line-height: 42px;
    float: left;
    font-size: 14px;
}

.user-mod .u-btn2 {
    width: 78px;
    height: 42px;
    float: left;
    line-height: 42px;
    border-right: 1px solid #e6e6e6;
    text-align: center;
}

.user-mod .last {
    border-right: 0;
}

.user-mod .u-line {
    padding: 0 2px;
    color: #ccc;
}

.user-mod .login-btn {
    /*width: 60px;*/
    padding-left: 25px;
    background: url(../img/img.png) no-repeat 5px -238px;
}

.user-mod .menunav {
    width: 160px;
    padding-left: 54px;
    background: url(../img/img.png) no-repeat 32px -238px;
}

.user-mod .sign-btn {
    width: 80px;
    padding-left: 42px;
    border-left: 1px solid #ededed;
    background: url(../img/img.png) no-repeat 22px -299px;
}

.user-mod .u-search {
    padding: 20px 17px 0 16px;
    margin-bottom: 10px;
}

.user-mod .u-s-hd {
    height: 25px;
    margin-bottom: 6px;
    line-height: 25px;
}

    .user-mod .u-s-hd span {
        color: #666;
        padding: 0 2px;
    }

.user-mod .u-form {
    position: relative;
}

.user-mod .u-text {
    height: 22px;
    padding: 6px 0px 6px 10px;
    width: 159px;
    border: 1px solid #d7d7d7;
    border-top-color: #c4c4c4;
    border-radius: 2px;
}

    .user-mod .u-text:focus {
        border-color: #2277e6;
    }

.user-mod .u-submit {
    text-indent: -99px;
    height: 34px;
    width: 34px;
    background: url(../img/img1.png) no-repeat;
    border: 0;
    position: absolute;
    float: left;
    left: auto;
    cursor: pointer;
}

.user-mod .user-msg {
    display: none;
    margin-left: 2px;
    padding: 0 4px;
    background: #46ad3b;
    color: #fff;
    border-radius: 2px;
    font-family: arial,sans-serif;
}

.apps {
    width: 238px;
    overflow: hidden;
}

.app-list {
    width: 240px;
    border-top: 1px solid #ededed;
}

    .app-list .app-item {
        border: 1px solid #ededed;
        border-left: 0;
        border-top: 0;
        float: left;
        height: 80px;
        width: 79px;
        text-align: center;
    }

    .app-list .app {
        display: block;
        height: 100%;
        width: 100%;
    }

    .app-list .app-name {
        color: #666;
    }

.i-app {
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: 16px 0 4px;
    background: url(../img/tool.png) no-repeat 0 -440px;
}

.app2 {
    background-position: 0 -40px;
}

.app3 {
    background-position: 0 -80px;
}

.app4 {
    background-position: 0 -120px;
}

.app5 {
    background-position: 0 -160px;
}

.app6 {
    background-position: 0 -200px;
}

.app7 {
    background-position: 0 -240px;
}

.app8 {
    background-position: 0 -280px;
}

.app9 {
    background-position: 0 -320px;
}

.app:hover .app-name {
    color: #2277e6;
}

.app:hover .i-app {
    background-position: -57px -440px;
}

.app:hover .app2 {
    background-position: -57px -40px;
}

.app:hover .app3 {
    background-position: -57px -80px;
}

.app:hover .app4 {
    background-position: -57px -120px;
}

.app:hover .app5 {
    background-position: -57px -160px;
}

.app:hover .app6 {
    background-position: -57px -200px;
}

.app:hover .app7 {
    background-position: -57px -240px;
}

.app:hover .app8 {
    background-position: -57px -280px;
}

.app:hover .app9 {
    background-position: -57px -320px;
}

.notice {
    padding-top: 10px;
    padding-left: 10px;
    line-height: 26px;
}

    .notice p {
        height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.notice-logged {
    padding-top: 10px;
}

.info {
    margin-bottom: 2px;
}

    .info .unit {
        height: 325px;
    }

    .info .date {
        color: #d2d2d2;
    }

.info-reco {
    background-color: #f7f7f7;
}

    .info-reco .img-wrap {
        display: block;
        height: 260px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .info-reco .img-wrap:hover .ir-title {
            height: 42px;
        }

    .info-reco .ir-title {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 36px;
        width: 158px;
        padding: 0 20px;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        background: rgba(0,0,0,.8);
        _background: #000;
        line-height: 36px;
        text-align: center;
        -webkit-transition: height .1s linear .1s;
        transition: height .1s linear .1s;
    }

    .info-reco .info-fav {
        padding: 8px 0 6px;
        height: 52px;
    }

    .info-reco .fav-btn {
        float: left;
        width: 65px;
        text-align: center;
        height: 50px;
        cursor: pointer;
    }

        .info-reco .fav-btn .i-fav {
            height: 24px;
            width: 24px;
            background: url(../img/img.png) no-repeat -40px -30px;
            display: inline-block;
        }

    .info-reco .fav-desc {
        float: left;
        padding-left: 20px;
        width: 112px;
        height: 50px;
        border-left: 1px solid #e6e6e6;
    }

        .info-reco .fav-desc b {
            font-size: 14px;
        }

.i9-dh {
    padding-top: 16px;
    padding-left: 22px;
    height: 88px;
    overflow: hidden;
}

    .i9-dh .dh-img {
        float: left;
        height: 68px;
        width: 68px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 15px;
    }

    .i9-dh .dh-quote {
        float: left;
        width: 616px;
        position: relative;
    }

    .i9-dh .i-quote {
        height: 25px;
        width: 32px;
        background: url(../img/img.png) no-repeat 0 -450px;
        position: absolute;
        right: 0;
        top: 5px;
    }

    .i9-dh .dh-hd {
        padding-top: 6px;
        height: 30px;
        overflow: hidden;
        font-size: 14px;
    }

        .i9-dh .dh-hd .ft-gray {
            font-size: 12px;
            margin-left: 10px;
        }

    .i9-dh .dh-con {
        height: 25px;
        line-height: 25px;
        width: 500px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

.expert {
    position: relative;
    padding: 29px 0 0 24px;
    height: 191px;
    border-bottom: 1px solid #e6e6e6;
    background: url(../img/yObK5dXD0E.png) no-repeat 452px 0;
}

    .expert .ex-head {
        height: 29px;
        margin-bottom: 22px;
        line-height: 29px;
        font-size: 24px;
        color: #247ef2;
        background: url(../img/cMy1QPniUI.png) no-repeat 193px center;
    }

    .expert .i-ex {
        height: 29px;
        width: 29px;
        margin-right: 9px;
        float: left;
        background: url(../img/img.png) no-repeat -172px -670px;
    }

    .expert .ex-li {
        height: 29px;
        width: 425px;
        overflow: hidden;
        line-height: 29px;
        font-size: 14px;
    }

        .expert .ex-li a {
            color: #666;
        }

            .expert .ex-li a:hover {
                color: #2277e6;
            }

    .expert .ex-code {
        position: absolute;
        width: 100px;
        padding: 18px 18px 0;
        height: 166px;
        top: 35px;
        right: 63px;
        background: #fff;
        border: 1px solid #ededed;
        border-bottom: 0;
        text-align: center;
    }

.ex-code p {
    padding-top: 5px;
    color: #999;
}

.expert .mk {
    height: 29px;
    width: 43px;
    float: left;
    font-size: 12px;
    padding-left: 8px;
    background: url(../img/img.png) no-repeat -155px -584px;
}

.expert .mk-gray {
    color: #999;
}

.expert .mk-blue {
    background-position: -155px -624px;
    color: #1d7ffc;
}

.expert-new {
    position: relative;
    float:left;
    height: 216px;
    width:365px;
}
    .expert-new p {
    height:40px; width:365px;background-color:#63ba3d; color:#fff; text-indent:20px;font:normal 16px/40px 'Microsoft YaHei UI';
    }
        .expert-new p a {
        text-align:right;display:block;width:100px;float:right;font:normal 14px/50px 'Microsoft YaHei UI';color:#fff;
        }
      
    .expert-new .ex-side {
        width: 200px;
        height: 188px;
        float: left;
        padding-top: 28px;
        background: #ebefff url(../img/kee71AjqKK.png) no-repeat right 28px;
    }

    .expert-new .ex-link {
        width: 144px;
        height: 184px;
        display: block;
        margin: 0 auto;
        -webkit-transition: margin .3s;
        transition: margin .3s;
        background: url(../img/ry2PPBIYQC.png) no-repeat 0 -184px;
    }

        .expert-new .ex-link:hover {
            margin-top: -6px;
            background-position: 0 0;
        }

    .expert-new .ex-list {
        float: left;
        width: 365px;
        /*padding-left: 26px;
        padding-top: 28px;*/
    }

    .expert-new .ex-a {
        display: block;
        height: 30px;
        width: 350px;
        padding: 0px 10px 0;
        position: relative;
        margin-top: 0;
        float: left;
        -webkit-transition: margin .3s;
        transition: margin .3s;
        cursor: pointer;
    }

        .expert-new .ex-a:hover {
        }

            .expert-new .ex-a:hover .ex-tit {
                color: #ea631f;
            }

            .expert-new .ex-a:hover .ex-con {
                color: #ea631f;
            }

            .expert-new .ex-a:hover .ex-date {
                color: #ea631f;
            }

    .expert-new .ex-tit {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        float: left;
    }

    .expert-new .ex-con {
        line-height: 30px;
        font-size: 14px;
        height: 30px;
        width: 310px;
        overflow: hidden;
        float: left;
    }

        .expert-new .ex-con a {
            color: #666;
        }

    .expert-new .ex-date {
        float: left;
        font-size: 14px;
        color: #999;
        line-height: 30px;
        text-align: center;
    }

    .expert-new .ex-more {
        top: 92px;
        right: 20px;
        position: absolute;
        height: 32px;
        width: 32px;
        background: url(../img/C4i6NeYgdT.png) no-repeat 0 0;
    }

        .expert-new .ex-more:hover {
            background-position: 0 -32px;
        }

.real-buy {
    padding: 15px 15px 0;
}

    .real-buy .r-head {
        position: relative;
        margin-bottom: 16px;
    }

        .real-buy .r-head b {
            font-size: 14px;
        }

    .real-buy .r-list {
        padding-left: 5px;
        overflow: hidden;
    }

    .real-buy .r-item {
        padding-left: 13px;
        border-left: 2px solid #e6e6e6;
        padding-bottom: 20px;
        position: relative;
        background: #fff;
    }

    .real-buy .i-local {
        height: 12px;
        width: 8px;
        position: absolute;
        left: -5px;
        _left: -18px;
        top: 0;
        background: url(../img/img.png) no-repeat 0 -60px;
    }

    .real-buy .r-hd {
        height: 20px;
        line-height: 1.2;
        position: relative;
    }

        .real-buy .r-hd .city {
            color: #666;
        }

        .real-buy .r-hd .state {
            position: absolute;
            right: 0;
            top: 0;
            color: #999;
        }

    .real-buy .r-product {
        height: 25px;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .real-buy table td {
        width: 67px;
        height: 27px;
        padding-left: 9px;
        border: 1px solid #ededed;
    }

    .real-buy .real-time-scroll {
        height: 284px;
        position: relative;
        margin-bottom: 28px;
        overflow: hidden;
    }

    .real-buy .r-hot a {
        color: #666;
    }

        .real-buy .r-hot a:hover {
            text-decoration: underline;
        }

    .real-buy .r-hot .em {
        color: #2277e6;
    }

.js-footprint {
    display: none;
}

.footprint {
    padding: 0 17px 0 18px;
}

    .footprint .fp-head {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        position: relative;
    }

    .footprint .link {
        position: absolute;
        height: 24px;
        line-height: 24px;
        right: 0;
        top: 13px;
        color: #999;
    }

        .footprint .link:hover {
            color: #999;
            text-decoration: underline;
        }

    .footprint .fp-list {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border-top: 1px solid #ededed;
        border-left: 1px solid #ededed;
    }

    .footprint .fp-li {
        float: left;
        width: 100px;
        height: 127px;
        border-bottom: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }

    .footprint .img-wrap {
        height: 100px;
        width: 100px;
        overflow: hidden;
    }

    .footprint .img-box {
        height: 100px;
        width: 100px;
    }

    .footprint img {
        max-height: 100px;
        max-width: 100px;
        _height: 100px;
        _width: 100px;
    }

    .footprint .fp-price {
        padding-left: 8px;
        height: 27px;
        line-height: 27px;
        color: #2270d6;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.recommend {
    margin-bottom: 30px;
    overflow: hidden;
    background: url(../img/jw1n1b6TjO.gif) no-repeat center center;
    height: 329px;
    width: 1200px;
}

.r-main {
    display: none;
    background: #f5f5f5;
    width: 1210px;
}

    .r-main .r-box {
        width: 230px;
        float: left;
        margin-right: 10px;
        height: 327px;
        overflow: hidden;
    }

    .r-main .img {
        height: 226px;
        width: 230px;
        padding-bottom: 4px;
    }

    .r-main .img-box {
        height: 226px;
        width: 230px;
    }

    .r-main img {
        max-width: 200px;
        max-height: 200px;
    }

    .r-main .title {
        height: 40px;
    }

.floor-container {
    background-color:#deefd7;
}

.floor-wrap {
    height: 634px;
    margin-bottom: 30px;
    position: relative;
    background: url(../img/jw1n1b6TjO.gif) no-repeat center center;
}

.floor {
    width: 1198px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: none;
}

    .floor .f-head {
        height: 68px;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }

    .floor .f-wrap {
        height: 561px;
        position: relative;
        overflow: hidden;
    }

    .floor .f-left {
        width: 231px;
        float: left;
    }

    .floor .f-main {
        display: none;
        float: left;
        width: 967px;
        height: 564px;
    }

    .floor .f-box {
        float: left;
        height: 280px;
        overflow: hidden;
        border: 1px solid #ededed;
        border-left: 0;
        border-top: 0;
    }

    .floor .f-brand {
        position: absolute;
        right: 0;
        bottom: 0;
        border: 0;
    }

    .floor .last {
        border-right: 0;
    }

.f-head .f-hd {
    height: 68px;
    padding-left: 20px;
    line-height: 68px;
    font-size: 18px;
    float: left;
    display: inline;
    margin-right: 15px;
}

    .f-head .f-hd span {
        float: left;
        height: 28px;
        margin-top: 20px;
        margin-right: 7px;
        line-height: 28px;
        border-bottom: 2px solid #333;
    }

.f-head .f-hd-scroll {
    margin-top: 22px;
    float: left;
    height: 30px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    _width: 300px;
}

    .f-head .f-hd-scroll li {
        height: 30px;
    }

.f-head .f-tab {
    position: absolute;
    right: 0;
    left: auto;
    top: 24px;
    z-index: 10;
}

.f-head .tab-nav {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 14px;
}

.f-head .f-selected {
    color: #2277e6;
    border-bottom: 2px solid #2277e6;
}

.f-wrap .f-g1 {
    width: 208px;
}

.f-wrap .f-g2 {
    border-right-color: #e5e5e5;
    width: 230px;
    height: 561px;
    background: #f0fcf8;
}

.f-wrap .f-g3 {
    width: 340px;
    position: relative;
}

.f-wrap .title {
    height: 20px;
    padding-top: 25px;
}

.f-wrap .brand {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #9e9e9e;
    padding: 0 20px;
}

.f-wrap .price {
    height: 30px;
    overflow: hidden;
    color: #2277e6;
}

.f-g2 .f-img {
    display: block;
    line-height: 0;
}

.f-g2 .f-gcd-wrap {
    margin-left: 22px;
    padding-top: 23px;
    overflow: hidden;
}

.f-g2 .f-gcd-head {
    height: 37px;
    padding-left: 27px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    background: #68bd61 url(../img/eYBaRmQBOh.png) no-repeat 68px center;
    font-size: 14px;
}

.f-g2 .f-active {
    padding-bottom: 14px;
    height: 58px;
    font-size: 16px;
    line-height: 29px;
}

.f-g2 .f-gcd p {
    height: 20px;
    line-height: 20px;
}

.f-g2 .f-gcd-list {
    padding-top: 4px;
    line-height: 25px;
    margin-left: -8px;
}

.f-g2 .f-gcd-li {
    float: left;
    padding-right: 9px;
    padding-left: 8px;
    background: url(../img/mNvo73D26q.png) no-repeat 0 center;
    white-space: nowrap;
}

.f-g2 .ft-em {
    color: #387df6;
}

.f-g1 .img-box, .f-g1 .img, .f-g3 .img-box, .f-g3 .img {
    height: 174px;
    width: 208px;
}

.f-g1 .img-box, .f-g3 .img-box {
    *display: block;
    *padding-top: 7px;
}

.f-g3 .img {
    position: absolute;
    right: 6px;
    bottom: 11px;
}

.f-g3 .title {
    padding-left: 28px;
}

.f-g3 .brand {
    padding-left: 28px;
}

.f-g3 .price {
    padding-left: 28px;
}

.f-brand {
    width: 208px;
}

    .f-brand .slider-wrap {
        position: relative;
        width: 134px;
        margin: 0 auto;
        overflow: hidden;
        height: 100%;
    }

    .f-brand .slider-item {
        width: 134px;
        height: 281px;
    }

    .f-brand .prev, .f-brand .next {
        top: 129px;
    }

    .f-brand .prev {
        left: 13px;
    }

    .f-brand .next {
        right: 13px;
    }

    .f-brand .brand-wrap {
        vertical-align: middle;
        text-align: center;
        width: 134px;
        height: 281px;
    }

    .f-brand .brand-item {
        display: inline-block;
        height: 38px;
        width: 98px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #ededed;
        border-radius: 2px;
        margin: 5px 0;
        overflow: hidden;
    }

    .f-brand .img-box {
        height: 38px;
        width: 98px;
    }

        .f-brand .img-box img {
            max-height: 38px;
            max-width: 98px;
            _height: 38px;
            _width: 98px;
        }

.f-g3 .title {
    width: 278px;
}

.f-g3 .slider-item {
    height: 281px;
    width: 417px;
    float: none;
}

.f-g3 .slider-first {
    z-index: 5;
}

.f-g3 .prev {
    left: 29px;
}

.f-g3 .next {
    left: 64px;
}

.f-g3 .prev, .f-g3 .next {
    top: 238px;
}

.floor .show {
    display: block;
}

.fav-head {
    height: 49px;
    text-align: center;
}

    .fav-head span {
        display: inline-block;
        width: 152px;
        padding-left: 25px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        color: #666;
        background: url(../img/CZsD7IYm6p.png) no-repeat center center;
    }

.fav-main {
    width: 1200px;
    overflow: hidden;
    padding-bottom: 20px;
}

.fav-list {
    width: 1210px;
}

.fav-item {
    position: relative;
    float: left;
    width: 230px;
    height: 312px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

    .fav-item .img {
        padding: 10px;
        height: 210px;
        width: 210px;
    }

    .fav-item .img-box {
        height: 210px;
        width: 210px;
    }

    .fav-item .price {
        padding-left: 10px;
    }

    .fav-item .pro-title {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }

        .fav-item .pro-title a {
            color: #666;
        }

            .fav-item .pro-title a:hover {
                color: #2277e6;
            }

    .fav-item .slogan {
        color: #f77712;
    }

    .fav-item .xj {
        position: absolute;
        top: 236px;
        right: 10px;
        height: 19px;
        width: 80px;
        overflow: hidden;
        line-height: 19px;
        text-align: center;
        border-radius: 10px;
        background: #f4f5fa;
        color: gray;
    }

.events-wrap {
    height: 219px;
}

    .events-wrap .layout {
        width: 1200px;
        overflow: hidden;
    }

.events {
    height: 219px;
    width: 1210px;
}

    .events .e-box {
        width: 230px;
        height: 217px;
        float: left;
        margin-right: 10px;
        text-align: center;
    }

    .events .title {
        padding-top: 18px;
        height: 20px;
    }

    .events .desc {
        padding-top: 5px;
        color: #666;
    }

    .events .e-scroll {
        position: relative;
        height: 168px;
        overflow: hidden;
    }

    .events .e-show {
        text-align: left;
        padding-left: 17px;
        padding-right: 18px;
        height: 168px;
    }

    .events .e-hd {
        height: 49px;
        line-height: 48px;
        font-size: 14px;
        text-align: left;
        padding-left: 17px;
    }

    .events .e-quote {
        height: 90px;
        overflow: hidden;
        background: #f8f8f8;
        margin-bottom: 24px;
        position: relative;
    }

    .events .i-quote {
        width: 13px;
        height: 10px;
        background: url(../img/img.png) no-repeat 0 -210px;
        right: 9px;
        bottom: 7px;
        position: absolute;
    }

    .events .s-img {
        height: 88px;
        width: 88px;
        border: 1px solid #ededed;
        border-bottom-color: #ccc;
        float: left;
    }

    .events .s-con {
        float: left;
        width: 79px;
        padding: 17px 13px 0;
    }

        .events .s-con .con {
            line-height: 18px;
            height: 54px;
            overflow: hidden;
            color: #666;
        }

    .events .e-avatar {
        height: 28px;
        width: 28px;
        border-radius: 50%;
        overflow: hidden;
        float: left;
        margin-right: 10px;
    }

        .events .e-avatar img {
            height: 28px;
            width: 28px;
        }

    .events .e-usr {
        width: 150px;
        overflow: hidden;
        float: left;
        white-space: nowrap;
    }

.bottom {
    padding-top: 0px;
    padding-bottom: 10px;
    background: #fff;
}

    .bottom .fls-lab {
        float: left;
        width: 93px;
        font-size: 16px;font:normal 16px/37px 'Microsoft YaHei UI';
    }

    .bottom .fls-con {
        margin-left: 93px;font:normal 16px/37px 'Microsoft YaHei UI';
        overflow: hidden;
    }

.partner {
    padding-top: 10px;
    padding-left:10px;
}

    .partner .fls-lab {
       font:normal 16px/37px 'Microsoft YaHei UI';
        line-height: 37px;
    }

    .partner .fls-con {
        height: 37px;font:normal 16px/37px 'Microsoft YaHei UI';
        position: relative;
        padding-bottom: 15px;
    }

.friend-link {
     padding-top: 10px;
    padding-left:10px;font:normal 16px/37px 'Microsoft YaHei UI';
}

    .friend-link .a-item, .friend-link span {
        float: left;
    }

    .friend-link .a-item {
        color: #666;
        white-space: nowrap;
    }

        .friend-link .a-item:hover {
            color: #666;
            text-decoration: underline;
        }

    .friend-link span {
        padding: 0 8px;
        color: #ccc;
    }

    .friend-link .a-more {
        margin-left: 13px;
    }

        .friend-link .a-more, .friend-link .a-more:hover {
            color: #b2b2b2;
        }

.time {
    position: absolute;
    background: url(../img/img.png) no-repeat 0 -540px;
    right: 0;
    top: 0;
    width: 75px;
    height: 16px;
    _display: none;
}

.digits .dots, .digits .t {
    float: left;
    color: #fff;
}

.digits .t {
    width: 9px;
    line-height: 16px;
    text-align: center;
}

.digits .dots {
    width: 10px;
    height: 16px;
}

.x-popup-main {
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}

.index-full-adimg {
    overflow: hidden;
    width: 1198px;
    height: 68px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    border-radius: 4px;
}

    .index-full-adimg img {
        overflow: hidden;
        width: 1198px;
        height: 68px;
        border-radius: 4px;
    }

.search-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 52px;
    background: rgba(27,112,221,.95);
    z-index: 500;
    margin-top: -55px;
    _display: none;
    -webkit-transition: margin .2s;
    transition: margin .2s;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e51b70dd', endColorstr='#e51b70dd');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e51b70dd', endColorstr='#e51b70dd')";
}

.search-bar-wrap {
    position: relative;
    padding-left: 113px;
    max-width: 1087px;
    margin: 0 auto;
}

.search-bar-form {
    padding-top: 8px;
    width: 800px;
    margin: 0 auto;
    position: relative;
}

    .search-bar-form .hot-search {
        position: absolute;
        right: 241px;
        top: 14px;
    }

    .search-bar-form .hot-key {
        padding: 0 9px;
        float: left;
        height: 24px;
        margin-right: 10px;
        line-height: 2;
        background: #f2f2f2;
    }

    .search-bar-form form {
        float: left;
        position: relative;
        padding-left: 2px;
        font-size: 14px;
    }

.search-bar .search-tips {
    top: 38px;
}

.search-bar .logo {
    width: 113px;
    height: 31px;
    padding-top: 10px;
    margin-right: 240px;
    position: absolute;
    left: 0;
    top: 0;
}

.search-bar input {
    border: 0;
}

.search-bar .bar-text {
    width: 537px;
    padding: 6px 10px;
    height: 24px;
    float: left;
    background: #fff;
    border-radius: 2px 0 0 2px;
}

.search-bar .bar-submit {
    width: 80px;
    height: 36px;
    float: left;
    background: #015cd1;
    color: #fff;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}

    .search-bar .bar-submit:hover {
        background: #0357c3;
    }

.search-bar .bar-or {
    float: left;
    width: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #7fb6fe;
}

.search-bar .sc-a {
    float: left;
    color: #7fb6fe;
    line-height: 36px;
}

    .search-bar .sc-a:hover {
        color: #a5ccff;
    }

.search-bar .ico-sc {
    height: 36px;
    width: 36px;
    float: left;
    margin-right: 8px;
    border-radius: 2px;
    background: #015cd1 url(../img/img.png) no-repeat -172px -538px;
}

.search-bar .sc-a:hover .ico-sc {
    background-color: #0357c3;
}

.floor-nav {
    height: 381px;
    width: 72px;
    position: fixed;
    left: 50%;
    margin-left: -690px;
    top: 130px;
    display: none;
    _display: none!important;
}

.floor-nav-bottom {
}

.floor-nav .fnl-li {
    height: 37px;
    border-bottom: 1px solid #e6e6e6;
}

.floor-nav .fnl-a {
    display: block;
    padding-left: 36px;
    position: relative;
    height: 37px;
    cursor: pointer;
}

.floor-nav i {
    position: absolute;
    left: 10px;
    top: 0;
    height: 37px;
    width: 20px;
    background: url(../img/floor.png) no-repeat 0 10px;
}

.fnl-a:hover .i-fnl1, .fnl-active .i-fnl1 {
    background-position: -30px 10px;
}

.floor-nav .i-fnl2 {
    background-position: 0 -26px;
}

.fnl-a:hover .i-fnl2, .fnl-active .i-fnl2 {
    background-position: -30px -26px;
}

.floor-nav .i-fnl3 {
    background-position: 0 -65px;
}

.fnl-a:hover .i-fnl3, .fnl-active .i-fnl3 {
    background-position: -30px -65px;
}

.floor-nav .i-fnl4 {
    background-position: 0 -103px;
}

.fnl-a:hover .i-fnl4, .fnl-active .i-fnl4 {
    background-position: -30px -103px;
}

.floor-nav .i-fnl5 {
    background-position: 0 -142px;
}

.fnl-a:hover .i-fnl5, .fnl-active .i-fnl5 {
    background-position: -30px -142px;
}

.floor-nav .i-fnl6 {
    background-position: 0 -178px;
}

.fnl-a:hover .i-fnl6, .fnl-active .i-fnl6 {
    background-position: -30px -178px;
}

.floor-nav .i-fnl7 {
    background-position: 0 -218px;
}

.fnl-a:hover .i-fnl7, .fnl-active .i-fnl7 {
    background-position: -30px -218px;
}

.floor-nav .i-fnl8 {
    background-position: 0 -255px;
}

.fnl-a:hover .i-fnl8, .fnl-active .i-fnl8 {
    background-position: -30px -255px;
}

.floor-nav .i-fnl9 {
    background-position: 0 -293px;
}

.fnl-a:hover .i-fnl9, .fnl-active .i-fnl9 {
    background-position: -30px -293px;
}

.floor-nav .i-fnl10 {
    background-position: -3px -330px;
}

.fnl-a:hover .i-fnl10, .fnl-active .i-fnl10 {
    background-position: -33px -330px;
}

.floor-nav .fnl-nor {
    line-height: 37px;
    display: block;
    width: 36px;
    text-align: center;
    font-weight: 700;
    color: gray;
    font-size: 14px;
}

.floor-nav .fnl-act {
    display: none;
    color: #0f69dc;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 0 0 4px;
}

.fnl-active .fnl-nor, .fnl-a:hover .fnl-nor {
    display: none;
}

.fnl-active .fnl-act, .fnl-a:hover .fnl-act {
    display: block;
}

.header .search-box {
    position: relative;
    z-index: 10;
}

.header .hot-search {
    z-index: 11;
}

.search-label {
    position: absolute;
    width: 179px;
    height: 66px;
    cursor: pointer;
    background: url(../img/0S6yHaPAcI.gif) no-repeat 0 0;
    right: 0;
    bottom: 0;
}

.action-tip {
    display: none;
    position: absolute;
    width: 172px;
    height: 59px;
    top: 50px;
    right: -33px;
    background: url(../img/zz5LVTyfys.png) no-repeat 0 0;
}

.product_kinds {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .product_kinds h5 {
        overflow: hidden;
        height: 33px;
        line-height: 33px;
        border-bottom: solid 2px #05542E;
        padding-right: 8px;
    }

        .product_kinds h5 span, .product_kinds h5 div {
            float: left;
            overflow: hidden;
        }

            .product_kinds h5 div a {
                display: block;
                width: 75px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                color: #666;
                background: #DCDDDD;
                float: left;
                margin-right: 3px;
            }

                .product_kinds h5 div a:hover, .product_kinds h5 div a.active {
                    color: #fff;
                    background: #8FB721;
                }

        .product_kinds h5 span {
            display: block;
            width: 89px;
            height: 33px;
            text-align: center;
            background: #05542E;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            margin-right: 3px;
        }

        .product_kinds h5 a {
            float: right;
            color: #666;
        }

.product_tab_box .liebiao {
    overflow: hidden;
    background: #fff;
    border-top: 0px; /*border:solid 1px #EEEEEE;*/
    display: none;
    _width: 990px;
    font: normal 14px/14px 'Microsoft YaHei UI';
    padding-bottom:10px;
}

    .product_tab_box .liebiao dl {
        float: left;
        /*width: 135px;*/
        height: auto;
        margin: 10px 0px 0px 11px; /*overflow:hidden;*/
        _display: inline;
    }

    .product_tab_box .liebiao dt {
        width: 135px;
        height: 135px;
        background: #fff;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .product_tab_box .liebiao .dt1 {
        width: 121px;
        height: 121px;
    }

    .product_tab_box .liebiao dt a {
        display: block;
        border: 1px solid #e6e6e6;
    }

        .product_tab_box .liebiao dt a:hover {
            border: 1px solid #296d0b; /*border-top:3px solid #fff;*/
        }

.content dl dt a:hover {
}

.product_tab_box .liebiao dt img {
    vertical-align: middle;
}

.product_tab_box .liebiao dt.active /*, .product_kinds .liebiao dt:hover*/ {
    background: #CACACA;
}

.product_tab_box .liebiao dd {
    padding: 0 8px;
}

    .product_tab_box .liebiao dd i {
        font-style: normal;
    }

    .product_tab_box .liebiao dd p {
        line-height: 16px;
        height: 25px;
        font: normal 12px/25px 'Microsoft YaHei UI';
        overflow: hidden;
    }

        .product_tab_box .liebiao dd p b {
            color: #f70202;
            font: normal 12px/25px 'Microsoft YaHei UI';
        }

    .product_tab_box .liebiao dd strong {
        font: normal 12px/25px 'Microsoft YaHei UI';
        color: #0D542C;
        margin-right: 20px;
    }

    .product_tab_box .liebiao dd span {
        color: #9A9A9A;
        text-decoration: line-through;
    }

    .product_tab_box .liebiao dd p em {
        color: #8FB720;
    }

.product_box {
    width: 1200px;
    margin: auto 0;
    background: #fff;
    font: normal 16px/30px 'Microsoft YaHei UI'; /*margin-bottom:10px;*/
    min-height:140px;
}

.product_tab_menu {
    overflow: hidden;
    padding-left: 0px;
    height: 40px;
    background-color: #fff;
    overflow: hidden;
    line-height: 38px;
    border-bottom: solid 2px #5EA643;
    padding-right: 8px;
}

    .product_tab_menu p a {
        float: right;
        right: 10px;
        font: normal 16px/40px 'Microsoft YaHei UI';
        padding-top: 10px;
        color:#fff;
    }

    .product_tab_menu li {
        width: 90px;
        float: left;
        height: 40px;
        margin-left: 0px;
        /*margin-top: 5px;*/
        width:130px;
        line-height: 40px;
        /*background: #f7f7f7;*/
        text-align: center;
        cursor: pointer;
        font: normal 16px/40px 'Microsoft YaHei UI';
    }

        .product_tab_menu li.current {
            color: #fff;
            background: #289006;
            padding-left: 10px;
            padding-right: 10px;
            font: normal 16px/40px 'Microsoft YaHei UI';
            width: 110px;
            height: 40px;
        }

.demo1 ul li.current {color: #fff; font: normal 16px/40px 'Microsoft YaHei UI';}
.demo1 ul li.current a {color: #fff; font: normal 16px/40px 'Microsoft YaHei UI';}
.demo1 ul li a {  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo1 .product_tab_menu { background-color:#007d3b;}
.demo1 .product_tab_menu li a {color: #fff;  font: normal 16px/40px 'Microsoft YaHei UI';}

.demo2 ul li.current {color: #fff; font: normal 16px/40px 'Microsoft YaHei UI';}
.demo2 ul li.current a {color: #fff;  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo2 ul li a {  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo2 .product_tab_menu { background-color:#007d3b;}
.demo2 .product_tab_menu li a {color: #45AEFF; font: normal 16px/40px 'Microsoft YaHei UI';}

.demo3 ul li.current {color: #fff; font: normal 16px/40px 'Microsoft YaHei UI';}
.demo3 ul li.current a {color: #fff;  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo3 ul li a {  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo3 .product_tab_menu { background-color:#007d3b;}
.demo3 .product_tab_menu li a {color: #45AEFF; font: normal 16px/40px 'Microsoft YaHei UI';}

.demo4 ul li.current {color: #fff; font: normal 16px/40px 'Microsoft YaHei UI';}
.demo4 ul li.current a {color: #fff;  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo4 ul li a {  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo4 .product_tab_menu { background-color:#007d3b;}
.demo4 .product_tab_menu li a {color: #45AEFF; font: normal 16px/40px 'Microsoft YaHei UI';}

.demo5 ul li.current {color: #fff; font: normal 16px/40px 'Microsoft YaHei UI';}
.demo5 ul li.current a {color: #fff;  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo5 ul li a {  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo5 .product_tab_menu { background-color:#007d3b;}
.demo5 .product_tab_menu li a {color: #45AEFF; font: normal 16px/40px 'Microsoft YaHei UI';}

.demo6 ul li.current {color: #fff; font: normal 16px/40px 'Microsoft YaHei UI';}
.demo6 ul li.current a {color: #fff;  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo6 ul li a {  font: normal 16px/40px 'Microsoft YaHei UI';}
.demo6 .product_tab_menu { background-color:#007d3b;}
.demo6 .product_tab_menu li a {color: #45AEFF; font: normal 16px/40px 'Microsoft YaHei UI';}
.product_tab_menu li a {
    color: #018925;
    text-decoration: none;
}

.product_tab_menu li.current a {
    color: #fff;
    font: normal 16px/30px 'Microsoft YaHei UI';
}

.product_tab_box {
    height: auto;
}

    .product_tab_box .product_pad {
        height: auto;
    }
    /*.product_tab_box .product_pad p {float: right;font: 100 14px/20px "ËÎÌå"; text-align:right;padding-right:5px;width: 888px;}*/
    .product_tab_box li {
        float: left;
        width: 150px;
        padding: 6px;
        height: 180px;
        overflow: hidden;
    }

        .product_tab_box li img {
            width: 135px;
            height: 135px;
        }

        .product_tab_box li span {
            text-align: center;
            margin: 0 5px 0 0;
            float: left;
            width: 150px;
            font: 400 14px/14px "ËÎÌå";
            color: #fff;
        }

    .product_tab_box p a {
        color: #289006;
    }

    .product_tab_box .hide {
        display: none;
        height: 360px;
    }
/*.product_tab_box .hide p {float: right;font: 100 14px/20px "ËÎÌå"; text-align:right;padding-right:5px;width: 950px;}*/
.promise_img {
    overflow: hidden;
    border: solid 1px #EEEEEE; /*margin-bottom:-22px;*/
    background: #fff;
    width: 988px;
}

.scrollleft {
    width: 1000px; /*padding:5px 20px 0px 20px;margin:20px auto;*/
    height: 250px;
}

.helper a {
    background: rgba(0,0,0,0.1);
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    font-family: "simsun";
    text-decoration: none;
    line-height: 62px;
}

.carouselbox {
    /*background: #ffdecf;*/
    width: 1200px;
    /*border-top: 1px solid #e5a286;*/
    /*border-bottom: 1px solid #e5a286;*/
    /*margin: 20px;*/
    position: relative;
    overflow: hidden;
    height: auto;
    zoom: 1;
}

    .carouselbox li {
        /*margin-left:13px;*/
        margin-top: 10px;
        /*margin-right:10px;*/
        margin-bottom: 10px;
        padding: 0px;
    }

.default .prev {
    /*background-position: 0px 0px;*/
    left: 0px;
}

.default .next {
    /*background-position: -3px -69px;*/
    right: 0px;
}

.default .carousel {
    margin-left: 10px;
}

.next, .prev {
    z-index: 94;
    cursor: pointer;
    /*background-image: url(../style/images/btns.png);*/
    background-repeat: no-repeat;
    background-color: transparent;
    width: 28px;
    height: 62px;
    position: absolute;
    top: 35%;
    border: none;
}

#a_box {
    /*background: url(../images/index_bg3.png) no-repeat;*/
    height: auto;
    width: 100%;
    float: left;
}

    #a_box p {
        position: relative;
        border: solid 1px #ccc;
        border-bottom: 0px;
        font: bold 16px/33px 'Microsoft YaHei';
        text-indent: 25px;
        height: 35px;
        line-height: 35px;
        color: #000;
        font-weight: bold;
    }

        #a_box p span {
            position: absolute;
            top: 0;
            right: 10px;
        }

            #a_box p span a {
                font: normal 12px/35px 'Microsoft YaHei';
                line-height: 35px;
                color: #878787;
            }

    #a_box ul {
        border: solid 1px #ccc;
        border-top: 0px;
        width: 100%;
        height: auto;
    }

        #a_box ul li {
            cursor: pointer;
            font: normal 16px/135px 'Microsoft YaHei';
            text-align: center;
            float: left;
            margin-left: 7px;
            margin-right: 5px;
            margin-bottom: 4px;
            background-color: #fff;
            width: 107px;
            height: 80px;
        }
            /*#a_box ul li:hover{cursor:pointer; font:normal 16px/26px 'Microsoft YaHei'; text-align:center; float:left; margin-left:5px; margin-right:5px; margin-bottom:4px; background-color:#f6fbf7; width:107px; height:30px; }*/
            #a_box ul li a {
                color: #fff;
                font: normal 16px/26px 'Microsoft YaHei';
            }

                #a_box ul li a:hover {
                    color: #0f69dc;
                    font: normal 16px/26px 'Microsoft YaHei';
                }


#a_box1 {
    height: auto;
    width: 100%;
    float: left;
   background: #ecf5e9;
}

    #a_box1 p {
        position: relative;
        border: solid 1px #ccc;
        border-bottom: 0px;
        font: bold 16px/33px 'Microsoft YaHei';
        text-indent: 25px;
        height: 35px;
        line-height: 35px;
        color: #000;
        font-weight: bold;
    }

        #a_box1 p span {
            position: absolute;
            top: 0;
            right: 10px;
        }

            #a_box1 p span a {
                font: normal 12px/35px 'Microsoft YaHei';
                line-height: 35px;
                color: #878787;
            }

    #a_box1 ul {
        border: solid 1px #ccc;
        border-top: 0px;
        width: 100%;
        height: auto;
    }

        #a_box1 ul li {
            cursor: pointer;
            font: normal 16px/26px 'Microsoft YaHei';
            text-align: center;
            float: left;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 4px;
            /*background-color: #fff;*/
            width: 107px;
            height: 30px;
        }

            #a_box1 ul li:hover {
                cursor: pointer;
                font: normal 16px/26px 'Microsoft YaHei';
                text-align: center;
                float: left;
                margin-left: 5px;
                margin-right: 5px;
                margin-bottom: 4px;
                background-color: #f6fbf7;
                width: 107px;
                height: 30px;
            }

            #a_box1 ul li a {
                color: #000;
                font: normal 16px/26px 'Microsoft YaHei';
            }

                #a_box1 ul li a:hover {
                    color: #F60;
                    font: normal 16px/26px 'Microsoft YaHei';
                }

.izl-rmenu {
    margin-right: 0;
    width: 82px;
    position: fixed;
    right: 2px;
    top: 35%;
    -webkit-box-shadow: #DDD 0px 1px 5px;
    -moz-box-shadow: #DDD 0px 1px 5px;
    box-shadow: #DDD 0px 1px 5px;
    z-index: 999;
}

    .izl-rmenu .consult {
        background-image: url(../img/consult_icon.gif);
        background-repeat: no-repeat;
        background-position: center -77px;
        display: block;
        height: 76px;
        width: 82px;
    }

        .izl-rmenu .consult .phone {
            background-color: rgb(247,247,255);
            position: absolute;
            width: 160px;
            left: -160px;
            top: 0px;
            line-height: 30px;
            color: #000;
            font-size: 14px;
            text-align: center;
            display: none;
            padding:10px 0;
            box-shadow: #DDD -1px 1px 4px;
        }

    .izl-rmenu a.consult:hover .phone {
        display: inline !important;
    }

    .izl-rmenu .cart {
        background-image: url(../img/consult_icon.gif);
        background-repeat: no-repeat;
        background-position: center bottom;
        display: block;
        height: 16px;
        width: 16px;
        font-size: 12px;
        line-height: 16px;
        color: #45BDFF;
        text-align: center;
        padding-top: 15px;
        padding-right: 18px;
        padding-bottom: 47px;
        padding-left: 48px;
    }

    .izl-rmenu a.cart:hover .pic {
        display: block;
    }

    .izl-rmenu .btn_top {
        background-image: url(../img/float_top.gif);
        background-repeat: no-repeat;
        background-position: center top;
        display: block;
        height: 39px;
        width: 82px;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }

        .izl-rmenu .btn_top:hover {
            background-image: url(../img/float_top.gif);
            background-repeat: no-repeat;
            background-position: center bottom;
        }

    .izl-rmenu .cart .pic {
        display: none;
        position: absolute;
        left: -160px;
        top: 65px;
        width: 160px;
        height: 160px;
        background: url(../img/weixin.jpg);
        background-size:contain;
    }

#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 35%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../img/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index: 999;
}

.navbg {
background-color:#63ba3d;
}

.navhui {
background-color:#ecf5e9;
}