@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    text-align: inherit;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
button,
input,
select,
textarea {
    border: none;
    outline: none;
    color: #444;
    font: 14px/1.6 Tahoma, Arial, 'Hiragino Sans GB', '\5B8B\4F53', sans-serif;
}

input,
select,
textarea {
    font-size: 100%;
}

    button,
    input[type=button],
    a {
        outline: none;
    }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

img {
    border: none;
    display: block;
    vertical-align: middle;
}

iframe {
    display: block;
}

abbr,
acronym {
    border: none;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

ol,
ul,
li {
    list-style: none;
}

ins,
a,
a:link,
a:visited {
    color: #444;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

*:focus {
    outline: none;
}

.clearFix:before,
.clearFix:after {
    content: "";
    display: table;
}

.clearFix:after {
    clear: both;
}

.clearFix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.font-mic {
    font-family: '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', Arial, Tahoma, sans-serif;
}

.font-sim {
    font-family: '\5B8B\4F53', Arial, Tahoma, sans-serif;
}

.font-arial {
    font-family: Arial, Tahoma, sans-serif;
}




:-moz-placeholder {
    
    color: #999;
}

::-moz-placeholder {
    
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

body {
    margin: 0 auto;
    font-family: "microsoft yahei", tahoma, arial, 宋体, "iconfont" !important;
    font-size: 12px;
    line-height: 1.5;
    color: #848484;
    background-color: #f5f5f5;
    cursor: default
}

:focus {
    outline: none
}

h5,
h4,
h3,
h2,
h1 {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}

form,
ul,
ol,
dl,
dd,
p {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none
}

img {
    border: none
}

button,
input,
select,
textarea {
    font-size: 12px;
    margin: 0;
    color: #848484;
    font-family: tahoma, arial, 宋体;
    line-height: 1.5
}

a {
    color: #333;
    text-decoration: none
}

    a:hover {
        text-decoration: none;
        color: #da2626
    }

    a.underline {
        text-decoration: underline
    }

    a img,
    a span,
    a i,
    a s {
        cursor: pointer
    }

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom;
    *font-size: .8em;
    *position: relative;
    *top: -2px
}

.ie8 sub {
    vertical-align: bottom
}

del {
    color: #989898
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

blockquote {
    margin: 0;
    padding: 0;
    display: block
}

.red {
    color: #cc1f1f !important;
}

.redB {
    color: #da0523
}

.gray,
.hasDefaultText {
    color: #c2c2c2
}

.grayB {
    color: #999
}

.orange {
    color: #f52800
}

.orangeB {
    color: #ff3600
}

.green {
    color: #008902
}

.blue {
    color: #007ccf
}

.blueB {
    color: #007ccf
}

.pink {
    color: #dc3558
}

.yellow {
    color: #fcff11
}

.black {
    color: #000
}

.khaki {
    color: #cd8d26
}

.roseo {
    color: #870123
}

b {
    font-weight: normal;
    display: inline-block;
    margin: 0 8px
}

.fengetiao_10 {
    font-weight: normal;
    display: inline-block;
    margin: 0 8px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.pt10 {
    padding-top: 10px
}

.pb10 {
    padding-bottom: 10px
}

.p10 {
    padding: 10px
}

.p25 {
    padding: 25px
}

.p5_0 {
    padding: 5px 0
}

.p10_0 {
    padding: 10px 0
}

.p0_25 {
    padding: 0 25px
}

.p0_5 {
    padding: 0 5px
}

.p0_10 {
    padding: 0 10px
}

.p0_1000 {
    padding: 0 10px;
    font-weight: normal;
    display: inline-block;
    margin: 0 8px
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.pos_rel {
    position: relative
}

.pos_abs {
    position: absolute
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.inblock {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -20000px;
    vertical-align: middle;
    *text-indent: 0;
    *font-size: 0;
    *line-height: 0
}

.size3t4 {
    letter-spacing: .5em;
    margin-right: -.5em;
    white-space: nowrap
}

.size2t4 {
    letter-spacing: 2em;
    margin-right: -2em;
    white-space: nowrap
}

.size2t3 {
    letter-spacing: 1em;
    margin-right: -1em;
    white-space: nowrap
}

.size3t5 {
    letter-spacing: 1em;
    margin-right: -1em;
    white-space: nowrap
}

.fz14 {
    font-size: 14px
}

.fz16 {
    font-size: 16px
}

.fz18 {
    font-size: 18px
}

.fb {
    font-weight: bold
}

.col_180 {
    width: 180px
}

.col_290 {
    width: 290px
}

.col_720 {
    width: 720px
}

.col_800 {
    width: 800px
}

.col_900 {
    width: 900px
}

.col_970 {
    width: 972px
}

.col_220 {
    width: 220px
}

.col_980 {
    width: 980px
}

.btn-more {
    font-family: 'microsoft yahei';
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #fff !important;
    padding: 7px 26px;
    background: #fd504d;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}

.wraper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}



#footer {
    font-family: "microsoft yahei";
    padding: 0;
    zoom: 1;
    border-top: 1px solid #f1f1f1;
    background-color: #fff
}

    #footer .wraper {
        position: relative;
        *zoom: 1
    }

    #footer .aside {
        border-top: 1px solid #ebebeb;
        color: #999;
        *zoom: 1
    }

        #footer .aside .wraper {
            margin-top: -1px;
            background-color: #fff;
            border-top: 1px solid #ebebeb;
            padding-top: 20px
        }

        #footer .aside p {
            padding-bottom: 3px;
            font-family: "microsoft yahei", Arial
        }

        #footer .aside a {
            color: #848484
        }

            #footer .aside a:hover {
                color: #e52142
            }

.footerInfo {
    *zoom: 1
}

    .footerInfo .wraper {
        text-align: center;
        background-color: #fff;
        border-top: 1px solid #f1f1f1;
        margin-top: -1px
    }

    .footerInfo img {
        display: block;
        margin: 0 auto
    }

.footer {
    margin: 0 auto;
    background: #fff;
    color: #999;
    border-top: 1px solid #ebebeb;
    *zoom: 1
}

.footerLogo {
    position: absolute;
    left: 20px;
    top: 28px;
    color: #da2626
}

    .footerLogo .blogo {
        width: 140px;
        height: 43px;
        margin-top: 25px;
        overflow: hidden;
        text-indent: -500px;
    }

        .footerLogo .blogo>img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .footerLogo .p_number {
        font-size: 14px;
        color: #e12626;
        line-height: 1;
        margin-top: 16px;
    }

    .footerLogo .p_time {
        font-size: 12px;
        color: #999;
        line-height: 1;
        margin-top: 6px;
    }

.footer .wraper {
    margin-top: -1px;
    border-top: 1px solid #ebebeb;
    width: 1200px;
    padding: 25px 0 50px 240px;
    background-color: #fff
}

.footer dl {
    float: left;
    min-height: 105px;
    _height: 105px;
    padding: 25px 25px 0 0;
    *zoom: 1;
    *width: 115px
}

.footer dd {
    line-height: 22px;
    padding-left: 0;
    text-align: left;
    margin-left: 51px
}

    .footer dd a {
        color: #999;
        font-size: 12px;
        display: inline-block;
        padding-left: 0;
        white-space: nowrap
    }

        .footer dd a:hover {
            color: #e12228
        }

.footer dt {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    padding-left: 0;
    text-align: left;
    margin-left: 51px;
    font-weight: bold;
    white-space: nowrap
}

.footer .item1 {
    background-image: none
}

.footer .scanCode {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    top: 53px;
    color: #e12228
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden
}

.cls:after {
    content: "";
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .cls {
    zoom: 1
}

*:first-child + html .cls {
    zoom: 1
}

.textnowrap {
    white-space: nowrap
}

.footerIcon {
    margin-top: 0 !important
}

    .footerIcon .wraper {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 10px
    }

        .footerIcon .wraper a img {
            display: inline-block;
        }





.layout {
    margin: 0 auto;
    width: 1200px;
}

.iconfont {
    vertical-align: middle;
    text-decoration: none !important;
}

a:hover .iconfont {
    text-decoration: none !important;
}


.br2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.br2-t {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.br2-r {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.br2-b {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.br2-l {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.br2-tl {
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
}

.br2-tr {
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
}

.br2-br {
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

.br2-bl {
    -webkit-border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
}

.wraper-title {
    text-align: left;
    font-size: 24px;
    color: #333;
    line-height: 1;
    padding: 0 0 14px;
}

.color-red {
    color: #da2626;
}

.wraper-title > span {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}

.pro-name {
    word-break: break-all;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    overflow: hidden;
    display: block;
    height: 42px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

a.pro-name {
    color: #666;
}

.pro-price .price-old {
    font-size: 14px;
    color: #aaa;
    text-decoration: line-through;
}

.pro-price .price-now {
    font-size: 16px;
    color: #ff2b2b;
    margin-right: 10px;
}

.pro-price-s .price-old {
    font-size: 12px;
    color: #aaa;
    text-decoration: line-through;
}

.pro-price-s .price-now {
    font-size: 14px;
    color: #ff2b2b;
    margin-right: 10px;
}

.title-wrapper {
    text-align: left;
    padding: 0 0 14px;
    line-height: 1;
}

    .title-wrapper > .title {
        display: inline-block;
        font-size: 20px;
        color: #333;
        position: relative;
        padding-left: 15px;
    }

        .title-wrapper > .title:before {
            content: "";
            position: absolute;
            top: 0;
            left: 1px;
            width: 5px;
            height: 100%;
            background-color: #f72a2a;
        }

    .title-wrapper .more-classify > li {
        float: left;
        padding: 0 8px;
        position: relative;
    }

        .title-wrapper .more-classify > li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background-color: #cfcfcf;
        }

        .title-wrapper .more-classify > li.noLine:before {
            display: none;
        }

        .title-wrapper .more-classify > li a {
            font-size: 14px;
            color: #888;
        }

            .title-wrapper .more-classify > li a:hover {
                color: #da2626;
            }


.navTips {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #757caa;
    padding: 3px 4px;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -9px;
    left: 88px;
    z-index: 2;
}

    .navTips > em {
        max-width: 5em;
        display: inline-block;
        overflow: hidden;
    }

    .navTips:after {
        content: "";
        border-width: 4px;
        border-style: solid;
        border-color: transparent transparent transparent #757caa;
        position: absolute;
        left: 4px;
        bottom: -4px;
        z-index: 1;
    }



.topbar {
    height: 30px;
    line-height: 29px;
    color: #888;
    position: relative;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eaeaea;
    z-index: 100
}

    .topbar b {
        width: 1px;
        height: 18px;
        margin: 0 11px;
        vertical-align: middle;
    }

    .topbar .topnav b {
        height: 27px;
        background-position: 0 -1895px
    }

    .topbar .topnav span {
        height: 27px;
        background-position: 0 -1895px
    }

    .topbar a {
        color: #999
    }

        .topbar a:hover {
            color: #da2626
        }

    .topbar .user > a:hover {
        text-decoration: none;
    }

.topnav > li {
    float: left;
    padding: 0 12px;
    position: relative;
}

    .topnav > li:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 1px;
        height: 13px;
        background-color: #dcdcdc;
    }

    .topnav > li:first-of-type:before {
        display: none;
    }

    .topnav > li.noLine:before {
        display: none;
    }

    .topnav > li a {
        color: #999
    }

.topnav .expand {
    border-style: none;
    border-width: 0;
    zoom: 1;
    position: relative;
}

    .topnav .expand:hover {
        background: #fff;
        padding: 0 12px 0 11px;
        margin: 0 -12px 0 -11px;
    }

        .topnav .expand:hover dd {
            display: block;
            top: 26px;
        }

    .topnav .expand dt a {
        display: inline-block;
        padding: 0 10px 0 0;
        position: relative;
        _white-space: nowrap
    }

    .topnav .expand dt s {
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 3px 3px 0;
        border-style: solid;
        border-color: #939393 transparent transparent;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 12px;
        *top: 12px;
    }

    .topnav .expand:hover dt s {
        border-width: 0 3px 3px;
        border-color: transparent transparent #939393;
        top: 12px;
        *top: 12px;
    }

    .topnav .expand dd {
        display: none;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        border: 1px solid #f5f5f5;
        border-top: none;
        margin-left: -1px;
        z-index: 1
    }

        .topnav .expand dd .inner {
            width: auto
        }

    .topnav .expand ol {
        margin: 1px
    }

        .topnav .expand ol li,
        .topnav .expand ol a {
            float: none;
            height: 25px;
            line-height: 25px;
            text-align: left
        }

        .topnav .expand ol a {
            display: block;
            padding-left: 10px
        }

            .topnav .expand ol a:hover {
                background-color: #f5f5f5;
                font-weight: normal;
                text-decoration: none;
                color: #999
            }

.topnav dt .icon {
    display: inline-block;
    background-repeat: no-repeat
}

.topnav .expand ol li.sec-nav {
    position: relative
}

    .topnav .expand ol li.sec-nav:hover ul {
        display: block;
    }

    .topnav .expand ol li.sec-nav .iconfont {
        display: inline-block;
        position: absolute;
        right: 3px;
        top: 0;
        font-size: 10px;
    }

    .topnav .expand ol li.sec-nav ul {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        width: 95px;
        background: #fff;
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
        border: 1px solid #f5f5f5;
        border-top: none;
        margin-left: -1px;
        z-index: 1
    }

.topnav .siteguide .expand {
    width: 71px;
    margin-right: 0
}

.topnav .siteguide dt a {
    padding-left: 0
}

.topnav .siteguide dd {
    left: auto;
    right: -1px;
    _right: -3px;
    width: 144px;
    padding-top: 0;
    top: 34px;
    background-position: 0 -1000px
}

    .topnav .siteguide dd .inner {
        width: 144px;
        background: url(http://www.kjt.com/Resources/themes/default/Nest/img/topnav_expand_bg) repeat-x scroll 0 bottom transparent
    }

.topnav .siteguide ol {
    width: 70px;
    float: left;
    background-image: none;
    margin-right: 1px;
    _margin-left: 0;
    _padding-left: 1px
}

    .topnav .siteguide ol li,
    .topnav .siteguide ol li a {
        width: 60px
    }

.topnav .siteguide .redbg {
    width: 100%;
    _width: 80px;
    height: 34px;
    top: 0;
    left: 0;
    right: auto;
    background-position: 0 0
}

.topnav .ex_hover {
    position: relative;
    background: #fff;
    padding-left: 10px;
    margin-left: -10px
}

    .topnav .ex_hover dt {
        position: relative;
        z-index: 2;
        background-color: transparent
    }

        .topnav .ex_hover dt s {
            background-position: left -554px
        }

        .topnav .ex_hover dt a {
            color: #e52142
        }

            .topnav .ex_hover dt a:hover {
                text-decoration: none
            }

    .topnav .icon_myorder:hover,
    .topnav .ex_hover .icon_myorder {
        background-position: 0 -1235px;
        background-position: 0 -1236px\9
    }

    .topnav .icon_myoy:hover,
    .topnav .ex_hover .icon_myoy {
        background-position: 0 -1296px;
        background-position: 0 -1297px\9
    }

.topnav .icon_service:hover {
    background-position: 0 -1390px;
    background-position: 0 -1391px\9
}

.topnav .ex_hover dd {
    display: block
}

.topbar .noticeSlider,
.topbar .slidearea,
.topbar .slidearea ul,
.topbar .slidearea li {
    transition: width .6s;
    -webkit-transition: width .6s;
    -moz-transition: width .6s;
    -ms-transition: width .6s;
    -o-transition: width .6s
}

.topbar .noticeSlider {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *vertical-align: -4px;
    _vertical-align: -6px;
    padding-left: 20px
}

.topbar .slidearea {
    position: relative;
    height: 29px;
    display: inline-block;
    overflow: hidden
}

    .topbar .slidearea marquee {
        position: relative;
        zoom: 1;
        white-space: nowrap;
        overflow: -webkit-marquee;
        -webkit-marquee-direction: backwards
    }

    .topbar .slidearea li {
        position: relative;
        height: 29px;
        width: 166px;
        _width: 146px;
        padding-right: 52px;
        overflow: hidden
    }

    .topbar .slidearea a {
        color: #888;
        vertical-align: baseline;
        *zoom: 1;
        _zoom: auto
    }

    .topbar .slidearea .func_more {
        position: absolute;
        display: inline-block;
        right: 0;
        top: 7px;
        font-weight: normal;
        color: #fff;
        font-size: 10px;
        background-color: #aaa;
        padding: 0 5px 4px;
        line-height: 1;
    }

        .topbar .slidearea .func_more:hover {
            color: #fff;
            text-decoration: none;
        }

:root .topbar .icon-top-notice {
    vertical-align: middle\0
}

.topbar .noticeSlider-large {
    width: 430px
}

.topbar .noticeSlider label .iconfont {
    font-size: 14px;
}

.topbar .noticeSlider-large .slidearea {
    margin-left: 5px;
}

.topbar .noticeSlider-large li {
    width: 380px
}


.header-index {
    background-color: #fff;
}

    .header-index .layout {
        background-color: #fff;
        height: 100px;
        position: relative;
    }

    .header-index .logoBar {
        float: left;
        height: 100%;
        position: relative;
        width: 256px;
        margin-left: -20px;
    }

        .header-index .logoBar a.logo {
            height: 52px;
            margin-top: -25px;
            overflow: hidden;
            position: absolute;
            left: 44px;
            top: 50%;
        }

            .header-index .logoBar a.logo img {
                display: none;
                height: 100%;
                width: auto;
            }

    .header-index .searchBar {
        position: relative;
        float: left;
        padding-top: 20px;
        width: 464px;
    }

        .header-index .searchBar > p {
            height: 30px;
            line-height: 30px;
            margin-left: -12px;
            width: 100%;
        }

            .header-index .searchBar > p em {
                color: #555;
                cursor: pointer;
                float: left;
                font-size: 14px;
                height: 100%;
                margin: 0 12px;
            }

            .header-index .searchBar > p i {
                background-color: #ddd;
                float: left;
                height: 10px;
                margin-top: 11px;
                width: 1px;
            }

            .header-index .searchBar > p em.on {
                color: #f02929;
            }

        .header-index .searchBar > div {
            height: 40px;
            width: 100%;
        }

            .header-index .searchBar > div form {
                display: block;
            }

            .header-index .searchBar > div input {
                color: #999;
                float: left;
            }

                .header-index .searchBar > div input.on {
                    color: #333;
                }

                .header-index .searchBar > div input[type=text] {
                    border-bottom-left-radius: 2px;
                    border-top-left-radius: 2px;
                    border: solid 2px #ff5252;
                    height: 40px;
                    line-height: 40px;
                    overflow: hidden;
                    padding: 5px 10px;
                    width: 424px;
                    font-size: 14px;
                }

                .header-index .searchBar > div input[type=submit] {
                    position: absolute;
                    top: 20px;
                    right: 0;
                    background: transparent;
                    cursor: pointer;
                    height: 40px;
                    width: 40px;
                    z-index: 10;
                }

    .header-index .search_btn {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #ff5252;
        text-align: center;
    }

    .header-index .icon-sousuo {
        font-size: 22px;
        color: #fff;
    }

.searchBar .hot {
    display: block;
    margin-top: 10px;
}

    .searchBar .hot > * {
        color: #888;
        margin-right: 5px;
    }

.header-index .cartBar {
    cursor: pointer;
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 14px;
    color: #da2626;
}

    .header-index .cartBar:hover {
        text-decoration: none;
    }

    .header-index .cartBar > i.icon-cart {
        color: #f02929;
        float: left;
        font-size: 23px;
        height: 100%;
        line-height: 36px;
        width: 30px;
    }

    .header-index .cartBar > em {
        height: 100%;
        padding-right: 5px;
    }

    .header-index .cartBar > p {
        float: left;
        height: 16px;
        line-height: 16px;
        margin-top: 11px;
    }

        .header-index .cartBar > p i {
            float: left;
            height: 100%;
        }

            .header-index .cartBar > p i.i1 {
                background-position: 0 0;
                width: 6px;
            }

            .header-index .cartBar > p i.i2 {
                background-position: -19px 0;
                width: 3px;
            }

        .header-index .cartBar > p em {
            position: absolute;
            top: -8px;
            right: 0;
            padding: 2px 5px;
            line-height: 1;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            background-color: #f02929;
            color: #fff;
            font-size: 12px;
            overflow: hidden;
        }

    .header-index .cartBar .iconfont {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 4px;
    }

.header-index .activity-img {
    display: none;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.header-index .hasImg .activity-img {
    display: block;
}

.header-index .activity-img img {
    width: 142px;
    height: 54px;
}

.hasImg .searchbar {
    left: 410px;
}

.hasImg .draw-qr-box {
    right: 150px;
}

.searchbar {
    height: 39px;
    width: 464px;
    position: absolute;
    left: 368px;
    top: 20px;
    background-position: left -44px
}

    .searchbar .inner {
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        border: solid 2px #ff5252;
        height: 40px;
        line-height: 40px;
        padding: 0 40px 0 70px;
    }

    .searchbar .btn_search {
        position: absolute;
        top: 0;
        right: -2px;
        background: #ff5252;
        cursor: pointer;
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: 40px;
        z-index: 10;
    }

        .searchbar .btn_search .iconfont {
            vertical-align: inherit;
        }

    .searchbar .intxt {
        width: 373px;
        border: none;
        overflow: hidden;
        padding: 5px 10px;
        width: 424px;
        font-size: 14px;
    }

    .searchbar .hasDefaultText {
        color: #ccc
    }

    .searchbar .hot {
        position: absolute;
        left: 0;
        top: 50px;
        height: 18px;
        overflow: hidden;
        width: 500px;
        zoom: 1;
        color: #999;
        line-height: 1.5;
        margin-left: -8px;
    }

        .searchbar .hot a {
            float: left;
            white-space: nowrap;
            margin-left: 8px;
            color: #999
        }

            .searchbar .hot a:hover {
                color: #da2626;
            }

    .searchbar .inselect .searchbar .inselect a,
    .searchbar .inselect a:hover,
    .searchbar .inselect a:active,
    .searchbar .inselect a:link,
    .searchbar .inselect a:focus {
        text-decoration: none
    }

    .searchbar .inner {
        position: relative
    }

    .searchbar .inselect {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        background: #f5f5f5;
        border-right: 1px solid #e5e5e5;
        z-index: 102;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .searchbar .inselect .icon_arrow {
            position: absolute;
            top: 14px;
            right: 0;
            display: block;
            width: 10px;
            height: 7px;
            background: url(../image/searchbar_arrow_left.png) center no-repeat;
        }

        .searchbar .inselect .icon_bottom {
            width: 13px;
            background: url(../image/searchbar_arrow.png) center no-repeat;
        }

        .searchbar .inselect .iconfont {
            position: absolute;
            right: 5px;
            top: 2px;
            font-size: 12px;
        }

        .searchbar .inselect.show {
            width: 69px;
            border-left: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5
        }

        .searchbar .inselect .inselect-item {
            text-align: center
        }

            .searchbar .inselect .inselect-item span {
                color: #909090;
                cursor: pointer
            }

            .searchbar .inselect .inselect-item:hover span {
                color: #d60b33
            }

    .searchbar .intxt {
        float: right;
        width: 350px;
        height: 36px;
        line-height: 26px;
    }

#searchtip {
    position: absolute;
    left: -2px;
    top: 36px;
    width: 425px !important;
    border: 1px solid #ff5252;
    background: #fff;
    z-index: 101;
}

    #searchtip li,
    #searchtip li a {
        height: 26px;
        line-height: 26px
    }

        #searchtip li a {
            padding: 0 15px 0 25px;
            display: block;
            color: #949494
        }

            #searchtip li a:hover {
                text-decoration: none;
                background-color: #f5f5f5;
                color: #da2626;
            }

        #searchtip li strong {
            color: #da2626;
        }

    #searchtip .word a {
        padding-left: 15px
    }

    #searchtip .line {
        border-bottom: 1px dotted #ccc
    }

.searchbar_w418 {
    width: 418px
}

    .searchbar_w418 .intxt {
        width: 310px
    }

    .searchbar_w418 .hot {
        width: 418px
    }

    .searchbar_w418 #searchtip {
        width: 329px
    }




.draw-qr-box {
    position: absolute;
    top: 10px;
    right: 170px;
    height: 76px;
}

    .draw-qr-box .draw-box {
        float: left;
    }

    .draw-qr-box .draw-line-qr {
        float: left;
        width: 0;
        height: 64px;
        margin: 5px 6px;
        border-left: 1px dotted #ddd;
    }

    .draw-qr-box .qr-box {
        float: left;
        width: 70px;
        cursor: pointer;
    }

        .draw-qr-box .qr-box .qr-img {
            width: 70px;
            text-align: center;
            float: left;
        }

            .draw-qr-box .qr-box .qr-img:hover .qr-box-hover {
                display: block;
            }

        .draw-qr-box .qr-box .qr-text {
            float: left;
            text-align: right;
            display: none;
        }

        .draw-qr-box .qr-box h1 {
            font-size: 12px;
            font-weight: 700;
            color: #000;
        }

        .draw-qr-box .qr-box h4 {
            font-size: 12px;
            font-weight: 700;
            color: #000;
        }

        .draw-qr-box .qr-box p {
            font-size: 12px;
            color: #999;
        }

        .draw-qr-box .qr-box img {
            margin: 0 auto;
            border: 1px solid #ddd;
        }

    .draw-qr-box .qr-box-hover {
        display: none;
        position: absolute;
        top: 76px;
        right: 0;
        z-index: 1000;
    }

        .draw-qr-box .qr-box-hover img {
            border: 1px solid #ddd;
        }

    .draw-qr-box.only-qr .draw-box {
        display: none;
    }

    .draw-qr-box.only-qr .qr-text {
        display: block;
        margin: 11px 10px 11px 0;
    }

    .draw-qr-box.only-qr .qr-img {
        width: auto;
    }

        .draw-qr-box.only-qr .qr-img h1 {
            display: none;
        }

        .draw-qr-box.only-qr .qr-img h4 {
            display: none;
        }

        .draw-qr-box.only-qr .qr-img img {
            margin: 10px auto;
        }

    .draw-qr-box.only-qr .qr-box {
        width: auto;
    }






.menu {
    min-width: 1200px;
    z-index: 80;
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 3px solid #f72a2a;
}

    .menu .menubar {
        min-width: 1200px
    }

    .menu .wraper {
        height: 38px;
        position: relative;
    }

        .menu .wraper .fixBanner {
            position: absolute;
            top: 100%;
            right: 0;
        }

            .menu .wraper .fixBanner .ban-wrap {
                margin-top: 20px;
                overflow: hidden;
                width: 216px;
                height: 440px;
            }

                .menu .wraper .fixBanner .ban-wrap img {
                    width: 100%;
                }

    .menu .navigation {
        height: 38px;
        line-height: 38px;
        padding: 0;
        position: absolute;
        left: 250px;
    }

        .menu .navigation > ul {
            height: 100%;
        }

            .menu .navigation > ul > li {
                float: left;
                height: 100%;
                padding-left: 1px;
                position: relative;
                white-space: nowrap;
                position: relative;
            }

                .menu .navigation > ul > li:before {
                    content: "";
                    position: absolute;
                    top: 12px;
                    left: 0;
                    width: 1px;
                    height: 15px;
                    background-color: #e1e1e1;
                }

                .menu .navigation > ul > li.noLine:before {
                    display: none;
                }

                .menu .navigation > ul > li .item {
                    display: inline-block;
                    padding: 0 24px;
                    font-family: "microsoft yahei", Arial;
                    position: relative;
                    font-size: 16px;
                    color: #333;
                }

        .menu .navigation .item span {
            display: inline-block;
            height: 39px;
            padding-left: 25px;
            text-align: center;
        }

        .menu .navigation li .item:hover {
            color: #da2626;
            text-decoration: none
        }

        .menu .navigation .now .item {
            color: #da2626
        }

        .menu .navigation .sep {
            color: #eaeaea;
            margin: 0
        }

._account_phone {
    float: right;
    color: #cc1f1f;
    margin-top: 9px;
    overflow: hidden;
    line-height: 1;
}

    ._account_phone .iconfont {
        font-size: 20px;
    }

    ._account_phone span {
        font-size: 16px;
        color: #cc1f1f;
        margin-top: -1px;
        vertical-align: middle;
        display: inline-block;
    }

.nav .layout {
    position: relative;
    z-index: 2;
}

.nav .nav-side {
    background-color: #ccc;
    float: left;
    height: 42px;
    position: relative;
    width: 216px;
    margin-top: -1px;
}

    .nav .nav-side .navTitle {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        background-color: #da2626;
        color: #fff;
        float: left;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 13px;
        width: 216px;
    }

        .nav .nav-side .navTitle i {
            float: left;
            font-size: 18px;
            height: 44px;
            margin-right: 10px;
            width: 18px;
        }

    .nav .nav-side .navTagBar {
        display: none;
        position: absolute;
        left: 0;
        top: 42px;
        width: 100%;
        z-index: 2;
    }

    .nav .nav-side.on .navTagBar {
        display: block;
    }

    .nav .nav-side:hover .navTagBar {
        display: block;
    }

    .nav .nav-side .navTag {
        height: 60px;
        position: relative;
        width: 100%;
    }

        .nav .nav-side .navTag > i {
            background-color: #fff;
            height: 1px;
            filter: alpha(opacity=10);
            -moz-opacity: 0.1;
            opacity: 0.1;
            position: absolute;
            left: 40px;
            bottom: 1px;
            width: 180px;
            display: none;
        }

        .nav .nav-side .navTag > dl {
            background-color: #43454d;
            background-color: rgba(67, 69, 77, .9);
            cursor: default;
            display: block;
            height: 60px;
            padding: 6px 15px 0 40px;
            position: relative;
            width: 216px;
            z-index: 2;
        }

            .nav .nav-side .navTag > dl dt {
                color: #fff;
                height: 24px;
                line-height: 24px;
                position: relative;
                width: 100%;
            }

                .nav .nav-side .navTag > dl dt a {
                    color: #fff;
                    font-size: 15px;
                    height: 24px;
                }

                .nav .nav-side .navTag > dl dt i {
                    font-size: 20px;
                    line-height: 20px;
                    position: absolute;
                    left: -30px;
                    top: 3px;
                }

            .nav .nav-side .navTag > dl dd {
                font-size: 12px;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
                width: 167px;
            }

                .nav .nav-side .navTag > dl dd a {
                    color: #fff;
                    filter: alpha(opacity=80);
                    -moz-opacity: 0.8;
                    opacity: 0.8;
                    margin-right: 5px;
                }

        .nav .nav-side .navTag:hover > dl {
            background-color: #fff;
            z-index: 10;
        }

            .nav .nav-side .navTag:hover > dl dt i,
            .nav .nav-side .navTag:hover > dl dt a,
            .nav .nav-side .navTag:hover > dl dd a {
                color: #da2626;
            }

        .nav .nav-side .navTag .navCon {
            background-color: #f1f1f1;
            cursor: default;
            display: none;
            min-height: 480px;
            position: absolute;
            left: 216px;
            top: 0;
            width: 748px;
            z-index: 1;
        }
    .nav .nav-side .fullWidth .navCon {
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
    }

        .nav .nav-side .navTag:hover .navCon {
            display: block;
        }

        .nav .nav-side .navTag:after {
            content: "";
            position: absolute;
            width: 162px;
            left: 40px;
            bottom: -1px;
            height: 1px;
            background: #66655f;
            background: rgba(255, 255, 255, .1);
            z-index: 3;
        }

        .nav .nav-side .navTag.noLine:after {
            display: none;
        }

        .nav .nav-side .navTag:hover:after {
            background: none;
        }

        .nav .nav-side .navTag:last-child:after {
            background: none;
        }

    .nav .nav-side .navCon dl {
        border-top: solid 1px #f2f2f2;
        padding: 7px 0 5px;
        width: 100%;
        zoom: 1;
    }

        .nav .nav-side .navCon dl.first {
            border: none;
        }

        .nav .nav-side .navCon dl:before,
        .nav .nav-side .navCon dl:after {
            content: "";
            display: table;
        }

        .nav .nav-side .navCon dl:after {
            clear: both;
        }

        .nav .nav-side .navCon dl dt {
            float: left;
            padding: 0 0 0 4px;
            width: 78px;
        }

            .nav .nav-side .navCon dl dt > i {
                float: left;
                font-size: 10px;
                line-height: 21px;
                margin-left: 2px;
                overflow: hidden;
            }

            .nav .nav-side .navCon dl dt a {
                color: #555;
                display: block;
                float: left;
                height: 20px;
                line-height: 20px;
                font-size: 14px;
                overflow: hidden;
                width: 58px;
            }

                .nav .nav-side .navCon dl dt a p {
                    cursor: pointer;
                    display: inline-block;
                    width: 100%;
                    text-align: justify;
                    text-justify: distribute-all-lines;
                    text-align-last: justify;
                    -moz-text-align-last: justify;
                    -webkit-text-align-last: justify;
                }

                    .nav .nav-side .navCon dl dt a p:after {
                        content: "";
                        display: inline-block;
                        width: 100%;
                    }

        .nav .nav-side .navCon dl dd {
            display: block;
            padding-left: 82px;
        }

            .nav .nav-side .navCon dl dd a {
                color: #666;
                display: inline-block;
                font-size: 12px;
                height: 20px;
                line-height: 20px;
                margin: 1px 5px 1px 0;
                overflow: hidden;
                padding-left: 8px;
                position: relative;
            }

                .nav .nav-side .navCon dl dd a:before {
                    content: "";
                    position: absolute;
                    top: 5px;
                    left: 0;
                    width: 1px;
                    height: 10px;
                    background-color: #ddd;
                }

                .nav .nav-side .navCon dl dt a:hover,
                .nav .nav-side .navCon dl dd a:hover {
                    color: #f02929;
                }

    .nav .nav-side .navCon.navCon1 {
        top: 0;
    }

    .nav .nav-side .navCon.navCon2 {
        top: -60px;
    }

    .nav .nav-side .navCon.navCon3 {
        top: -120px;
    }

    .nav .nav-side .navCon.navCon4 {
        top: -180px;
    }

    .nav .nav-side .navCon.navCon5 {
        top: -240px;
    }

    .nav .nav-side .navCon.navCon6 {
        top: -300px;
    }

    .nav .nav-side .navCon.navCon7 {
        top: -360px;
    }

    .nav .nav-side .navCon.navCon8 {
        top: -420px;
    }

.nav .nav-main {
    float: right;
    width: 950px;
}

    .nav .nav-main > ul {
        float: left;
        height: 44px;
        overflow: hidden;
        padding: 0 30px;
        width: 890px;
    }

        .nav .nav-main > ul > li {
            float: left;
            height: 44px;
            text-align: center;
            width: 16.6666666666666%;
        }

            .nav .nav-main > ul > li a {
                color: #333;
                display: block;
                font-size: 16px;
                height: 44px;
                line-height: 42px;
                overflow: hidden;
                margin: 0 10%;
                width: 80%;
            }

                .nav .nav-main > ul > li a:hover {
                    color: #f02929;
                }

.w920 {
    width: 920px;
}

.navTag .navCon .list_wrap {
    float: left;
    width: 496px;
    min-height: 480px;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #fff;
}

.navTag .navCon .nav_ban_warp {
    float: right;
    width: 251px;
    min-height: 480px;
    background-color: #f8f8f8;
    background-color: #f1f1f1;
    padding: 15px;
}

.navCon .nav_ban_warp .ban-small {
    width: 221px;
    overflow: hidden;
}

    .navCon .nav_ban_warp .ban-small .nav-rt-list {
        width: 222px;
    }

        .navCon .nav_ban_warp .ban-small .nav-rt-list > li {
            float: left;
            margin-top: 1px;
            margin-right: 1px;
            background-color: #aaa;
            width: 110px;
            height: 50px;
        }

            .navCon .nav_ban_warp .ban-small .nav-rt-list > li a {
                display: block;
                text-align: center;
                width: 100%;
                height: 100%;
                background: #fff;
            }

                .navCon .nav_ban_warp .ban-small .nav-rt-list > li a:hover {
                    opacity: 0.9;
                }

            .navCon .nav_ban_warp .ban-small .nav-rt-list > li img {
                display: inline-block;
                height: 50px;
            }

.navCon .ban-lg {
    position: absolute;
    bottom: 5px;
    width: 221px;
}

    .navCon .ban-lg .nav-ban a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

        .navCon .ban-lg .nav-ban a img {
            width: 221px;
            height: 133px;
        }




.main-page {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}




.topbanner {
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .topbanner .device {
        width: 100% !important;
        height: 100%;
        background: #fff;
        position: relative;
    }

    .topbanner .banner-list {
        width: 100%;
        height: 480px;
        overflow: hidden;
    }

.bx-wrapper .bx-viewport {
    border: none;
    left: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 13px;
    padding-top: 0;
}

.topbanner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 20px;
    background: url(http://www.kjt.com/Resources/themes/default/Nest/img/banner_btn.png) center no-repeat;
}

    .topbanner .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: url(../image/banner_btn_a.png) center no-repeat;
    }

.bx-wrapper {
    margin: 0 auto;
}

.dots {
    position: absolute;
    bottom: 13px;
    width: 100%;
    text-align: center;
}

    .dots .dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url(../image/switch-icon.png);
        background-repeat: no-repeat;
        background-position: 0 -20px;
        margin: 0 5px;
        font-size: 0;
        cursor: pointer;
    }

        .dots .dot.active {
            background-position: -20px -20px;
        }

.topbanner .dots .dot {
    width: 20px;
    height: 20px;
    background-position: 0 0;
}

    .topbanner .dots .dot.active {
        background-position: -20px 0;
    }

.switch-prev,
.switch-next {
    width: 32px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    display: none;
}

    .switch-prev:hover,
    .switch-next:hover {
        opacity: 0.8;
    }

.switch-prev {
    left: 0;
    background: url("../image/switch-lf.png") no-repeat;
}

.switch-next {
    right: 0;
    background: url("../image/switch-rt.png") no-repeat;
}

.limit-box .right-wrap:hover .switch-btn, .recommend-box .tab-bd > .item:hover .switch-btn {
    display: block;
}

.topbanner .banner-list .banner-slide {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

    .topbanner .banner-list .banner-slide > a {
        display: block;
        height: 100%;
    }

.slide-box {
    min-height: 320px;
}





.limit-box .wraper > .inner {
    height: 280px;
    line-height: 1;
}

.limit-box .left-wrap {
    width: 215px;
    height: 100%;
    text-align: center;
    position: relative;
}

    .limit-box .left-wrap > a {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    .limit-box .left-wrap h5 {
        padding-top: 40px;
        font-size: 24px;
        color: #000;
    }

    .limit-box .left-wrap p {
        font-size: 16px;
        color: #000;
    }

    .limit-box .left-wrap ._line {
        background: #000;
        opacity: 0.3;
        width: 20px;
        height: 2px;
        display: inline-block;
        margin: 8px 0 10px;
    }

.limit-box .time-wrapper {
    font-family: Arial;
    font-size: 22px;
    color: #43454d;
    padding-left: 22px;
    position: absolute;
    top: 140px;
    left: 0;
}

    .limit-box .time-wrapper > span, .limit-box .time-wrapper > em {
        float: left;
        line-height: 32px;
    }

    .limit-box .time-wrapper > span {
        width: 14px;
    }

    .limit-box .time-wrapper .time-wrap {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #43454d;
        background: rgba(67, 69, 77, .8);
        color: #fff;
    }

.limit-box .left-wrap .more-btn-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.limit-box .right-wrap {
    position: relative;
    width: 985px;
    height: 280px;
    overflow: hidden;
}

    .limit-box .right-wrap .img-list {
        overflow: hidden;
        height: 280px;
        width: 985px;
    }

        .limit-box .right-wrap .img-list .item {
            overflow: hidden;
            float: left;
            height: 280px;
            width: 985px !important;
        }

        .limit-box .right-wrap .img-list .item-inner {
            float: left;
            padding: 15px;
            width: 196px;
            height: 100%;
            background-color: #fff;
            margin-left: 1px;
            position: relative;
        }

            .limit-box .right-wrap .img-list .item-inner .sellOut {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.3);
                text-align: center;
                padding-top: 85px;
            }

                .limit-box .right-wrap .img-list .item-inner .sellOut .text-wrap {
                    font-size: 21px;
                    color: #fff;
                    line-height: 1;
                }

        .limit-box .right-wrap .img-list .sellOut-wrap .sellOut {
            display: block;
        }


        .limit-box .right-wrap .img-list .item-inner a {
            display: block;
        }

        .limit-box .right-wrap .img-list img:hover {
            opacity: 0.9;
        }

        .limit-box .right-wrap .img-list .img-wrap > a {
            display: block;
        }

        .limit-box .right-wrap .img-list .img-wrap img {
            width: 166px;
            height: 166px;
            margin: 0 auto;
        }

    .limit-box .right-wrap .pro-name {
        margin: 10px 0;
    }




.coupon-box {
}

    .coupon-box .left-wrap {
        width: 215px;
        height: 160px;
        text-align: left;
    }

        .coupon-box .left-wrap > a {
            background-color: #ff5252;
            display: block;
            width: 100%;
            padding: 15px 20px;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            position: relative;
            overflow: hidden;
        }

        .coupon-box .left-wrap h5 {
            font-size: 24px;
            color: #fff;
            filter: alpha(opacity=85);
            -moz-opacity: .85;
            opacity: .85;
        }

        .coupon-box .left-wrap p {
            font-size: 14px;
            color: #fff;
            filter: alpha(opacity=85);
            -moz-opacity: .85;
            opacity: .85;
        }

        .coupon-box .left-wrap .line {
            background: #fff;
            filter: alpha(opacity=30);
            -moz-opacity: .3;
            opacity: .3;
            width: 48px;
            height: 2px;
            display: inline-block;
            margin: 8px 0 8px;
        }

    .coupon-box .right-wrap {
        height: 160px;
        width: 984px;
    }

    .coupon-box .coupon-item {
        background-color: #fff;
        border-right: solid 1px #f0f0f0;
        float: left;
        height: 160px;
        padding-left: 18px;
        padding-right: 18px;
        position: relative;
        text-align: center;
        width: 20%;
    }

        .coupon-box .coupon-item:before,
        .coupon-box .coupon-item:after {
            background: url(../image/bg_quan_r.png) no-repeat;
            content: "";
            height: 100%;
            width: 2px;
            position: absolute;
            top: 0;
        }

        .coupon-box .coupon-item:before {
            left: 0;
        }

        .coupon-box .coupon-item:after {
            right: 0;
        }

        .coupon-box .coupon-item.last:after {
            display: none;
        }

        .coupon-box .coupon-item > a {
            display: block;
            height: 100%;
            width: 100%;
        }

    .coupon-box .coupon-r-t {
        height: 119px;
        padding-top: 20px;
        width: 100%;
    }

        .coupon-box .coupon-r-t .cou-tt {
            color: #ff5252;
            font-size: 36px;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
        }

            .coupon-box .coupon-r-t .cou-tt .yen {
                font-size: 24px;
            }

        .coupon-box .coupon-r-t .cou-type {
            color: #ff5252;
            font-size: 14px;
            font-weight: 700;
            height: 28px;
            line-height: 36px;
            overflow: hidden;
        }

        .coupon-box .coupon-r-t .cou-about {
            color: #888;
            font-size: 12px;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
        }

    .coupon-box .coupon-r-b {
        border-top: dashed 1px #dedede;
        height: 40px;
        width: 100%;
    }

        .coupon-box .coupon-r-b .cou_btn {
            color: #888;
            font-size: 14px;
            line-height: 40px;
            -webkit-transition: .3s all;
            -moz-transition: .3s all;
            -ms-transition: .3s all;
            -o-transition: .3s all;
            transition: .3s all;
        }

    .coupon-box .coupon-item > a:hover .cou_btn {
        color: #ff5252;
        line-height: 36px;
    }

    .coupon-box .coupon-r-b .cou_btn .font-sim {
        margin-left: 3px;
    }




.recommend-box {
    line-height: 1;
}

    .recommend-box .tab-box .tab-hd {
        width: 1201px;
    }

        .recommend-box .tab-box .tab-hd > .item {
            float: left;
            width: 240px;
            border-right: 1px solid #f5f5f5;
            height: 40px;
            line-height: 40px;
            background-color: #ff5252;
            color: #fff;
            font-size: 16px;
            text-align: center;
        }

            .recommend-box .tab-box .tab-hd > .item > * {
                display: block;
                color: #fff;
            }

            .recommend-box .tab-box .tab-hd > .item.active {
                position: relative;
                width: 241px;
                background-color: #fff;
            }

                .recommend-box .tab-box .tab-hd > .item.active > * {
                    color: #ff5252;
                }

                .recommend-box .tab-box .tab-hd > .item.active:after {
                    content: "";
                    position: absolute;
                    top: -3px;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    background-color: #ff5252;
                }

    .recommend-box .tab-bd > .item {
        display: none;
        position: relative;
    }

        .recommend-box .tab-bd > .item.active {
            display: block;
        }

    .recommend-box .tab-bd .pro-list {
        width: 1200px;
        height: 260px;
        overflow: hidden;
    }

        .recommend-box .tab-bd .pro-list > li {
            float: left;
            width: 1200px;
            min-width: 1200px;
            height: 260px;
            overflow: hidden;
            background-color: #fff;
        }

            .recommend-box .tab-bd .pro-list > li p {
                width: 240px;
                height: 130px;
                padding: 10px 0;
                border-bottom: 1px solid #f5f5f5;
                border-right: 1px solid #f5f5f5;
                float: left;
            }

                .recommend-box .tab-bd .pro-list > li p a {
                    height: 110px;
                    display: block;
                    margin-top: -1px;
                    text-align: center;
                }

                    .recommend-box .tab-bd .pro-list > li p a:hover {
                        opacity: 0.8;
                    }

                .recommend-box .tab-bd .pro-list > li p img {
                    display: block;
                    margin: 0 auto 6px;
                    height: 60px;
                    width: 90px;
                }

                .recommend-box .tab-bd .pro-list > li p em {
                    display: block;
                    text-align: center;
                    color: #474747;
                    font-size: 14px;
                    font-weight: bold;
                    padding-bottom: 5px;
                    font-style: normal;
                }

                .recommend-box .tab-bd .pro-list > li p span {
                    color: #a3a3a3;
                }

    .recommend-box .pro-list-p {
        padding: 20px 0;
        background-color: #fff;
    }

        .recommend-box .pro-list-p > li {
            float: left;
            width: 240px;
            height: 300px;
            padding: 3px 13px;
        }

            .recommend-box .pro-list-p > li > .inner {
                width: 100%;
                height: 100%;
                padding: 10px;
                -webkit-transition: .4s;
                -moz-transition: .4s;
                -ms-transition: .4s;
                -o-transition: .4s;
                transition: .4s;
            }

                .recommend-box .pro-list-p > li > .inner:hover {
                    -webkit-box-shadow: 0 0 15px 5px #eee;
                    -moz-box-shadow: 0 0 15px 5px #eee;
                    box-shadow: 0 0 15px 5px #eee;
                }

        .recommend-box .pro-list-p .img-wrap > a {
            display: block;
        }

        .recommend-box .pro-list-p .img-wrap img {
            height: 194px;
            width: 194px;
        }

            .recommend-box .pro-list-p .img-wrap img:hover {
                opacity: 0.9;
            }

        .recommend-box .pro-list-p .pro-name {
            margin: 10px 0;
        }







.f-col {
    float: left;
    background: #fff;
}

.f-col300 {
    width: 300px;
}

.height200 {
    height: 200px;
    overflow: hidden;
}

.height400 {
    height: 400px;
}

.w300-h400 {
    width: 300px;
    height: 400px;
}

.w300-h200 {
    width: 300px;
    height: 200px;
}

.f-col240 {
    width: 240px;
}

.f-col480 {
    width: 480px;
}

.f-col960 {
    width: 960px;
}

.height240 {
    height: 240px;
}

.w240-h240 {
    width: 240px;
    height: 240px;
}

.w480-h240 {
    width: 480px;
    height: 240px;
}

.border-b,
.border-r,
.border-l {
    position: relative;
}

    .border-b:after {
        content: " ";
        position: absolute;
        height: 1px;
        background: #eee;
        width: 100%;
        bottom: 0px;
        left: 0;
    }

    .border-r:after,
    .border-l:before {
        content: " ";
        position: absolute;
        width: 1px;
        height: 100%;
        background: #eee;
        top: 0px;
        z-index: 1;
    }

    .border-r:after {
        right: 0px;
    }

    .border-l:before {
        left: 0px;
    }




.f-hotpro {
    background: #fff;
    height: 480px;
}

    .f-hotpro .hotpro-item {
        padding: 19px 19px 0 19px;
    }

        .f-hotpro .hotpro-item .img img {
            width: 74px;
            height: 74px;
            float: left;
            margin-right: 10px;
        }

        .f-hotpro .hotpro-item .pro-name {
            font-size: 13px;
            line-height: 20px;
        }

        .f-hotpro .hotpro-item .price-now {
            font-size: 14px;
            display: block;
            line-height: 16px;
        }

        .f-hotpro .hotpro-item .price-old {
            font-size: 12px;
            display: block;
            line-height: 14px;
        }




.fourPicall {
    width: 100%;
    overflow: hidden;
}

.fourPic {
    width: 105%;
}

    .fourPic .fourPic-item {
        width: 290px;
        height: 387px;
        float: left;
        margin-right: 10px;
        background: #fff;
    }

        .fourPic .fourPic-item img {
            width: 290px;
            height: 387px;
        }




.fiveCol-sevenPic-pro a.tu,

.fourCol-sevenPic a.tu,

.fourCol-eightPic a.tu,

.fourCol-sixPic a.tu,

.fourCol-fourPic a.tu,

.fourCol-sixPic a.tu,

.enghtPic a.tu
 {
    display: inline-block;
    position: relative;
}

    .fiveCol-sevenPic-pro a.tu:hover img,
    
    .fourCol-sevenPic a.tu:hover img,
    
    .fourCol-eightPic a.tu:hover img,
    
    .fourCol-sixPic a.tu:hover img,
    
    .fourCol-fourPic a.tu:hover img,
    
    .fourCol-sixPic a.tu:hover img,
    
    .enghtPic a.tu:hover img
     {
        opacity: 0.8;
    }

    .fiveCol-sevenPic-pro a.tu:after,
    
    .fourCol-sevenPic a.tu:after,
    
    .fourCol-eightPic a.tu:after,
    
    .fourCol-sixPic a.tu:after,
    
    .fourCol-fourPic a.tu:after,
    
    .fourCol-sixPic a.tu:after,
    
    .enghtPic a.tu:after
     {
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
        
        left: 0;
        top: 0;
        opacity: 1;
    }




.enghtPic .img-item {
    background: #fff;
    width: 150px;
    height: 170px;
    float: left;
    display: inline-block;
    overflow: hidden;
}

    .enghtPic .img-item img {
        width: 150px;
        height: 170px;
    }




.guessLike .title {
    width: 100%;
    text-align: center;
}

    .guessLike .title span {
        line-height: 1;
        display: inline-block;
        font-size: 20px;
        color: #333;
        background: #f5f5f5;
        padding: 0 10px;
        position: relative;
        text-align: center;
    }

        .guessLike .title span:after {
            content: " ";
            position: absolute;
            left: -50%;
            top: 50%;
            background: #ddd;
            height: 1px;
            width: 200%;
            z-index: -1;
        }

.guessLike .proLike {
    width: 100%;
    overflow: hidden;
}

.guessLike .prolist {
    width: 105%;
}

    .guessLike .prolist .proLike-item {
        width: 232px;
        height: 362px;
        margin-right: 10px;
        padding-bottom: 10px;
        float: left;
        display: block;
    }

        .guessLike .prolist .proLike-item .proall {
            background: #fff;
            padding: 10px;
            overflow: hidden;
            position: relative;
        }

            .guessLike .prolist .proLike-item .proall .tag-country {
                display: block;
                margin-top: 5px;
            }

.proall .tag-country .img-wrap {
    margin-right: 5px;
}

.proall .tag-country img {
    width: 27px;
    height: 16px;
}

.proall .tag-country .country-name {
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}

.proall .tag-country .country-des {
    font-size: 12px;
    color: #999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guessLike .prolist .proLike-item .proall .img img {
    width: 212px;
    height: 212px;
    display: block;
}

    .guessLike .prolist .proLike-item .proall .img img:hover {
        opacity: 0.8;
    }

.fiveCol-sevenPic-pro .img-list-outer {
    position: relative;
}

.fiveCol-sevenPic-pro .img-list {
    overflow: hidden;
}

    .fiveCol-sevenPic-pro .img-list > li {
        float: left;
        width: 480px !important;
        height: 100%;
    }

.activity-box .wraper a {
    display: block;
    width: 100%;
}

    .activity-box .wraper a img {
        width: 100%;
        height: 100%;
    }

.activity-box .wraper .list {
    width: 1212px;
}

    .activity-box .wraper .list li {
        float: left;
        width: 392px;
        height: 120px;
        margin-right: 12px;
    }

.activity-box .list li a {
    width: 100%;
    height: 100%;
    background: inherit;
    padding-left: 0;
}

.swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.cartBar-layout {
    display: none;
    position: absolute;
    right: 0;
    _right: -1px;
    top: 39px;
    z-index: 999;
    min-height: 135px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 1px #dcdcdc;
    -moz-box-shadow: 0 0 10px 1px #dcdcdc;
    box-shadow: 0 0 10px 1px #dcdcdc;
    cursor: default;
}

.Data-wrap {
    width: 333px;
    padding-top: 0;
}

.cartBar:hover .cartBar-layout {
    display: block;
}

.noData .noData-wrap {
    display: block;
}

.noData .Data-wrap {
    display: none;
}


.Data-wrap .mycart_list {
    border-style: none;
    border-width: 0;
    background-color: #fff;
    padding: 0 10px;
    overflow: auto;
    max-height: 228px;
}

.Data-wrap ul li.no-line {
    border-top: none;
}

.Data-wrap ul li {
    border-top: 1px solid #EEEEEE;
    height: 76px;
    padding: 8px 0;
}

    .Data-wrap ul li.last_li {
        border: none;
    }

.Data-wrap h3 {
    position: relative;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    padding: 0 10px;
}

.Data-wrap p.cart-img {
    float: left;
    height: 60px;
    width: 60px;
    margin-right: 10px;
}

    .Data-wrap p.cart-img img {
        height: 60px;
        width: 60px;
    }

.Data-wrap span.price-l1 {
    font-size: 13px;
    line-height: 20px;
    display: block;
}

.Data-wrap span em {
    color: #666666;
    margin-left: 5px;
}

.Data-wrap p.cart-name {
    height: 38px;
    margin: 0;
    line-height: 17px;
    padding: 1px 0 0 10px;
}

    .Data-wrap p.cart-name > a {
        word-break: break-all;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        height: 35px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .Data-wrap p.cart-name > a:hover {
            color: #da2626;
        }


.Data-wrap p.cart-del {
    float: right;
    text-align: right;
    margin-top: -10px;
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
}

    .Data-wrap p.cart-del > a {
        font-size: 13px;
        color: #333333;
    }

        .Data-wrap p.cart-del > a:hover {
            color: #da2626;
        }

.Data-wrap p.cart-price {
    padding-top: -10px;
    float: left;
    text-align: left;
    color: #ff2b2b;
}

.Data-wrap .cart-account {
    height: 53px;
    background-color: #f5f5f5;
}

    .Data-wrap .cart-account span {
        line-height: 53px;
    }

        .Data-wrap .cart-account span.account-left {
            float: left;
            margin-left: 10px;
            font-size: 14px;
            color: #333333;
            max-width: 212px;
            white-space: nowrap;
            overflow: hidden;
        }

            .Data-wrap .cart-account span.account-left em {
                font-weight: bold;
                color: #333333;
                padding-left: 5px;
            }

    .Data-wrap .cart-account a.go-cart {
        display: inline-block;
        color: #FFFFFF;
        font-size: 14px;
        float: right;
        padding: 0 15px;
        background-color: #da2626;
        margin-right: 10px;
        line-height: 35px;
        overflow: hidden;
        margin-top: 10px;
    }

        .Data-wrap .cart-account a.go-cart:hover {
            background-color: #c62626;
        }

.noData-wrap {
    padding-top: 0;
    display: none;
    width: 310px;
}

    .noData-wrap p.no-cart {
        height: 44px;
        width: 52px;
        background-position: 0 -579px;
        display: inline-block;
        margin-top: -5px;
        vertical-align: middle;
        margin-right: 10px;
        background: url(../image/no-cart.png) no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -40px;
        margin-left: -22px;
    }

    .noData-wrap p.no-cart-word {
        text-align: center;
        margin-top: 80px;
        font-size: 14px;
        color: #999999;
    }


#top_ad {
    width: 100%;
    min-width: 1200px;
    height: 64px;
    position: relative;
}

    #top_ad .top_btn_close {
        z-index: 12;
        position: absolute;
        right: 0;
        top: 50%;
        display: inline-block;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        background: url("../image/_top_close.png") no-repeat center;
    }

    #top_ad .layout {
        height: 100%;
        position: relative;
    }

    #top_ad .ad-img-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: 11;
    }



.floatFunc {
    display: none;
    width: 35px;
    width: 30px;
    overflow: visible;
    position: fixed;
    top: 151px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    _position: absolute;
    _top: expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-1);
    _height: expression(document.documentElement.clientHeight-151);
    z-index: 101;
}

    .floatFunc .item {
        position: relative;
        display: block;
        border-bottom: 1px solid #f5f5f5;
        _zoom: 1;
        *float: left;
        _vertical-align: top;
        _float: none;
    }

        .floatFunc .item a {
            display: block;
        }

            .floatFunc .item a:hover {
                text-decoration: none;
                color: #fff;
            }

    .floatFunc .item_topTop {
        position: absolute;
        bottom: -1px;
        *float: none;
        left: 0;
        border-top: 1px solid #f5f5f5;
    }

    .floatFunc .iconLink {
        display: block;
        width: 30px;
        height: 40px;
        overflow: hidden;
        letter-spacing: 0;
        padding-left: 9px;
        line-height: 1.2;
        background-color: #fff;
        _margin-bottom: -2px;
    }

        .floatFunc .iconLink s {
            display: block;
            width: 30px;
            height: 40px;
            margin-left: -12px;
            background-image: url(../image/float_wiget_icons.png);
            background-repeat: no-repeat;
        }

        .floatFunc .iconLink .icon_CS {
            height: 35px;
            background-position: -25px 1px;
        }

        .floatFunc .iconLink .icon_subscribe {
            height: 35px;
            background-position: -25px -41px;
        }

        .floatFunc .iconLink .icon_shop {
            background-position: 4px -87px;
        }

    .floatFunc .item-curr .icon_shop {
        background-position: -27px -87px;
    }

    .floatFunc .iconLink .icon_weixin {
        background-position: 4px -122px;
    }

    .floatFunc .item-curr .icon_weixin {
        background-position: -27px -122px;
    }

    .floatFunc .iconLink .icon_feedback {
        background-position: 4px -161px;
    }

    .floatFunc .item-curr .icon_feedback {
        background-position: -27px -161px;
    }

    .floatFunc .iconLink .icon_topArrow {
        background-position: 4px -202px;
    }

    .floatFunc .iconLink:hover .icon_topArrow {
        background-position: -27px -202px;
    }

    .floatFunc .iconLink:hover,
    .floatFunc .item-curr .iconLink {
        background-color: #e03357;
    }

    .floatFunc .toCS,
    .floatFunc .toSubscribe {
        color: #fff;
        height: auto;
        padding-bottom: 10px;
        padding-right: 1px;
        width: 30px;
        background-color: #e03357;
    }

    .floatFunc .toSubscribe {
        margin-top: -1px;
        background-image: url(../image/float_wiget_icons.png);
        background-position: -60px 0;
        background-repeat: no-repeat;
    }

    .floatFunc .popItem {
        display: none;
        position: absolute;
        right: 30px;
        top: 0;
        min-height: 100%;
        _height: 100%;
    }

        .floatFunc .popItem > * {
            background: #f2f2f2;
        }

        .floatFunc .popItem .icon_arrow {
            background: transparent;
        }

    .floatFunc ul li .input_text {
        width: 190px;
        padding: 5px;
    }

    .floatFunc .popItem .icon_arrow {
        position: absolute;
        display: block;
        text-decoration: none;
        width: 10px;
        height: 20px;
        right: -10px;
        top: 10px;
        overflow: hidden;
    }

        .floatFunc .popItem .icon_arrow i {
            display: block;
            margin-left: -8px;
            font-size: 16px;
            line-height: 20px;
            font-style: normal;
            font-family: "\5b8b\4f53",Tahoma;
            color: #f2f2f2;
            width: 20px;
            height: 20px;
            display: block;
        }

    .floatFunc .pop-subscribe ul {
        padding: 20px;
    }

    .floatFunc .pop-subscribe .btn_subscribe {
        background-color: #e03357;
        color: #fff;
        display: inline-block;
        padding: 2px 10px;
        margin-top: 10px;
        white-space: nowrap;
    }

    .floatFunc .pop-cmntxt {
        color: #e03357;
    }

        .floatFunc .pop-cmntxt .singleline-txt {
            line-height: 40px;
        }


.floatFunc {
    top: 236px;
}

.fixHeader {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20000;
}

    .fixHeader .layout {
        height: 50px;
    }

    .fixHeader .logoBar a.logo {
        width: 97px !important;
        height: 30px !important;
        margin-top: 0;
        top: 10px;
        left: 20px;
        background: inherit;
    }
    .fixHeader .logoBar a.logo img{
        display: block;
        height: 100%;
        width: auto;
    }

    .fixHeader .hasImg .activity-img {
        display: none;
    }

    .fixHeader .searchbar, .fixHeader .hasImg .searchbar {
        left: 368px;
    }

    .fixHeader .searchbar {
        height: 32px;
        top: 9px;
    }

        .fixHeader .searchbar .inner {
            border-width: 1px;
            height: 32px;
            line-height: 32px;
            padding-right: 30px;
        }

        .fixHeader .searchbar .hot {
            display: none;
        }

        .fixHeader .searchbar .inselect {
            height: 30px;
            line-height: 30px;
        }

        .fixHeader .searchbar .intxt {
            height: 30px;
            line-height: 20px;
            float: left;
            width: 364px;
        }

        .fixHeader .searchbar .btn_search {
            height: 30px;
            line-height: 30px;
            width: 30px;
        }

    .fixHeader .draw-qr-box {
        display: none;
    }

    .fixHeader .cartBar {
        height: 32px;
        line-height: 32px;
        top: 9px;
        background-color: #ff5252;
        color: #fff;
        border: none;
        padding: 0 10px;
    }

        .fixHeader .cartBar > em {
            display: none;
        }

        .fixHeader .cartBar > p {
            float: none;
            display: inline-block;
            margin-top: 0;
        }

            .fixHeader .cartBar > p em {
                position: static;
                background-color: #ff7d7d;
            }

    .fixHeader .cartBar-layout {
        top: 32px;
    }

    .fixHeader .icon-sousuo {
        font-size: 17px;
    }

    .fixHeader #searchtip {
        border-top: none;
        left: -1px;
        top: 30px;
        width: 435px !important;
    }

    .fixHeader .searchbar .inselect .icon_arrow {
        top: 12px;
    }


.nav .nav-side .navTag.fullWidth .navCon {
    width: 984px;
}

.navTag.fullWidth .navCon .list_wrap {
    width: 733px;
}


.stfloor_authors {
    background-color: #fff;
}

.stfloor h2 {
    float: left;
    color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.stfloor_authors .floorTit {
    padding-left: 15px;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #f5f5f5;
}

    .stfloor_authors .floorTit h2 {
        line-height: 53px;
    }

.authorBox {
    width: 376px;
    overflow: hidden;
}

.authorList,
.partnerList {
    margin-bottom: 20px;
}

.authorList {
    width: 376px;
}

    .authorList li {
        float: left;
        padding-bottom: 4px;
        border-right: 1px solid #f2f2f2;
        border-bottom: 1px solid #f5f5f5;
    }

    .authorList .item_CIQ {
        width: 221px;
    }

    .authorList .item_CHO {
        width: 167px;
    }

    .authorList .item_AEC {
        width: 209px;
    }

    .authorList img {
        margin: 0 auto;
    }

    .authorList a {
        display: block;
        text-align: center;
        color: #382171;
    }

        .authorList a:hover {
            text-decoration: none;
        }

    .authorList strong {
        font-size: 18px;
        font-weight: normal;
        display: block;
        margin-top: 10px;
    }

    .authorList span {
        font-size: 18px;
        font-weight: normal;
        display: block;
        margin-top: 10px;
    }

    .authorList em {
        font-size: 11px;
        font-style: normal;
        letter-spacing: -1px;
    }

.partnerBox {
    position: relative;
    width: 824px;
}

.partnerList {
    float: left;
    width: 825px;
}

    .partnerList li {
        float: left;
        width: 165px;
        height: 85px;
        border-right: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
    }

        .partnerList li img {
            display: block;
            margin: 16px auto 0;
        }

.partnerBox .movearea {
    width: 824px;
    position: relative;
    overflow: hidden;
}

.partnerBox .mover {
    position: relative;
    width: 6040px;
    height: 172px;
    overflow: hidden;
}

.partnerBox .slidenav {
    position: absolute;
    right: 10px;
    top: 19px;
    visibility: hidden;
}

    .partnerBox .slidenav a {
        display: inline-block;
        float: left;
        width: 17px;
        height: 17px;
        background: url(../image/home_sprites.png) -5px -363px no-repeat;
    }

    .partnerBox .slidenav .current {
        background-position: -5px -387px;
    }