﻿* {
    padding: 0;
    margin: 0;
}
html {
    background: #FFFFFF;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    font: 13px/1.5 "Microsoft YaHei", tahoma, arial, Hiragino Sans GB, \5b8b\4f53;
    position: relative;
    height: 100%;
    width: 100%;
}
div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, p, span, a {
    border: 0;
    list-style: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
img, input {
    border: none;
    vertical-align: middle;
}
img {
    list-style: none;
    list-style-type: none;
}
a:link, a:visited {
    text-decoration: none;
    color: #333333;
}
a:hover, a:active {
    color: #4988D8;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

/* layout */
.layout {
    clear: both;
    width: 100%;
}
.zlayout {
    clear: both;
    margin:0 auto;
    width: 1200px;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* end layout */

/* header */
#header {
    height:35px;
    overflow:hidden;
    background:url(/images/head_bg.jpg) repeat-x 0 0;
}
    #header li.left {
        line-height:35px;
        color:#FFFFFF;
    }
    #header li.right a {
        float: right;
        padding:4px 5px;
    }
    #header li.cart {
        width: auto;
        height:35px;
        cursor:pointer;
        padding:0 50px 0 26px;
        background: url(/images/cart.png) no-repeat 0 10px;
        background-size:20px 20px;
    }
        #header li.cart i {
            display: inline-block;
            position:absolute;
            margin-left:-13px;
            margin-top:3px;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            font-size: 12px;
            font-style: normal;
            background: #9B6251;
            color: #FFFFFF;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
        }
    #header li.user {
        padding-right:20px;
    }
        #header li.user > a {
            margin-right: 10px;
            color: #CCCCCC;
            line-height: 25px;
            cursor:pointer;
        }
        #header li.user > i {
            float: right;
            line-height: 35px;
            width: 10px;
            color: #666666;
            font-style: normal;
        }
#nav {
    position: relative;
    height: 84px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
    z-index:11111;
}
    #nav li.nav {
        width:720px;
    }
    #nav li.nav span {
        float:left;
        padding:0 0 0 78px;
    }
        #nav li.nav span b a {
            display: block;
            height: 84px;
            line-height:84px;
            font-size:16px;
        }
            #nav li.nav span b a.cur, #nav li.nav span b a:hover {
                background: url(/images/ico1.png) no-repeat center 62px;
            }
        #nav li.nav span u {
            position: absolute;
            margin-left: 170px;
            margin-top: -30px;
            display: none;
            padding: 10px 0;
            width: 230px;
            background: #FFFFFF;
            text-decoration: none;
            -webkit-box-shadow: 0px 5px 15px #666666;
            -moz-box-shadow: 0px 5px 15px #666666;
            box-shadow: 0px 5px 15px #666666;
        }
            #nav li.nav span u i {
                display: block;
            }
                #nav li.nav span u i a {
                    display: block;
                    font-style:normal;
                    height:30px;
                    line-height:30px;
                    padding:0 20px;
                }
                    #nav li.nav span u i a.more {
                        background:url(/images/ico4.png) no-repeat 215px center;
                    }
        #nav li.nav span:hover > u {
            display: block;
        }
        #nav li.nav span u i:hover > u {
            display: block;
        }


#banner {
    height: 400px;
}
.flexslider {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: url(/images/loading.gif) 50% no-repeat;
}
.slides {
    position: relative;
    z-index: 1;
}
    .slides li {
        height: 400px;
    }
        .slides li a {
            display: block;
            width: 100%;
            height: 400px;
        }
.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
    .flex-control-nav li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
    }
    .flex-control-nav a {
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 40px;
        overflow: hidden;
        background: url(/images/dot.png) right 0 no-repeat;
        cursor: pointer;
    }
    .flex-control-nav .flex-active {
        background-position: 0 0;
    }
.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}
    .flex-direction-nav li a {
        display: block;
        width: 50px;
        height: 50px;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
    }
        .flex-direction-nav li a.flex-prev {
            left: 40px;
            background: url(/images/prev.png) center center no-repeat;
        }
        .flex-direction-nav li a.flex-next {
            right: 40px;
            background: url(/images/next.png) center center no-repeat;
        }

#footer {
    background: #272727;
    padding:20px 0;
}
    #footer li.menu {
        width: 710px;
        border-right: 1px solid #5D5D5D;
    }
        #footer li.menu span {
            float:left;
            width:350px;
            padding:0 0 0 5px;
        }
        #footer li.menu span b {
            display:block;
            height:50px;
        }
            #footer li.menu span a {
                display: block;
                color: #B7B7B7;
                line-height:26px;
                padding: 0 0 0 28px;
            }
                #footer li.menu span a:hover {
                    color:#FFFFFF;
                }
    #footer li.contact {
        width:300px;
    }
        #footer li.contact b {
            display: block;
            height: 50px;
        }
        #footer li.contact label {
            display: block;
            height: 36px;
            color: #B7B7B7;
            padding:0 0 0 32px;
        }
            #footer li.contact label.tel {
                background: url(/images/ioc2.jpg) no-repeat 0 0;
            }
            #footer li.contact label.mail {
                background: url(/images/ioc3.jpg) no-repeat 0 0;
            }

    #footer li.txt {
        clear:both;
        padding:30px 0 0 0;
        color: #B7B7B7;
        line-height:26px;
    }

#scroll-top {
    width: 36px;
    height: 36px;
    background: url("/images/scroll-top.png") no-repeat 0 0;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 1000;
    display: none;
    cursor: pointer;
}
    #scroll-top:hover {
        background-position: -36px 0;
    }

#goods {
    padding:0;
}
    #goods b {
        display:block;
        padding: 24px 0 0 0;
        height: 70px;
        text-align:center;
    }
    #goods span {
        display:block;
    }
        #goods span a {
            display: inline-block;
            margin: 5px 10px 5px 0;
            font-size:16px;
            cursor:pointer;
            border:1px solid #E1E1E1;
            padding:3px 10px;
            border-radius:30px;
        }
            #goods span a.cur {
                color: #9A6251;
                border: 1px solid #9A6251;
            }
    #goods div.list {
        height:820px;
    }
    #goods div.list a {
        float: left;
        margin-top:30px;
        margin-right:50px;
        width: 244px;
        height: 354px;
        padding: 8px;
        border: 1px solid #D8D8D8;
    }
        #goods div.list a:hover {
            -webkit-box-shadow: 0px 5px 15px #E5E5E5;
            -moz-box-shadow: 0px 5px 15px #E5E5E5;
            box-shadow: 0px 5px 15px #E5E5E5;
        }
        #goods div.list a img {
            display: block;
            width: 244px;
            height: 244px;
        }
        #goods div.list a h4 {
            display: block;
            margin-bottom:10px;
            height: 50px;
            padding: 10px 0;
            font-weight: normal;
            word-break: break-all;
            word-wrap: break-word;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }
    #goods div.list a label {
        display:block;
        font-size:15px;
        color:#333333;
    }
    #goods div.more {
        clear: both;
        height: 47px;
        padding: 25px 0;
        text-align: center;
    }
        #goods div.more a {
            display: inline-block;
            width: 130px;
            height: 37px;
            color: #9B6251;
            font-size: 16px;
            line-height: 37px;
            text-align: center;
            background: #E9E8E4;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
            #goods div.more a:hover {
                color:#FFFFFF;
                background:#9B6251;
            }

#about {
    padding: 48px 0;
    background: #F6F4F5;
}
    #about b.title {
        display: block;
        height:90px;
        text-align:center;
    }
    #about div.text {
        line-height: 26px;
        color: #4F4F4F;
    }

#news {
    height:395px;
}
    #news b {
        display: block;
        text-align: center;
        height:82px;
        padding:25px 0 0 0;
    }
    #news a {
        float: left;
        margin-right:60px;
        width: 254px;
        height: 288px;
    }
        #news a img {
            display: block;
            width: 254px;
            height: 190px;
        }
        #news a:hover img {
            filter: alpha(opacity=90);
            -moz-opacity: 0.9;
            -khtml-opacity: 0.9;
            opacity: 0.9;
        }
        #news a h4 {
            padding:5px 0;
            font-size: 15px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        #news a label {
            display: block;
            color: #666666;
            word-break: break-all;
            word-wrap: break-word;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

#center{
    padding:20px 0;
}
#center div.left {
    width:260px;
}
    #center div.menu a {
        display: block;
        padding: 10px 30px;
        background: #272727 url(/images/ico2.png) no-repeat 230px center;
        color: #FFFFFF;
        font-size: 16px;
        border-bottom: 1px solid #FFFFFF;
        transition: All 0.2s ease-in-out;
        -webkit-transition: All 0.2s ease-in-out;
        -moz-transition: All 0.2s ease-in-out;
        -o-transition: All 0.2s ease-in-out;
    }
        #center div.menu a:hover, #center div.menu a.cur {
            background: #9B624F url(/images/ico3.png) no-repeat 255px center;
        }
    #center div.menu i.l2 {
        display: block;
    }
        #center div.menu i.l2 a {
            font-size:14px;
            padding: 8px 30px;
            font-style: normal;
            background: #666666 url(/images/ico2.png) no-repeat 230px center;
        }
            #center div.menu i.l2 a:hover, #center div.menu i.l2 a.cur {
                background: #9B624F url(/images/ico3.png) no-repeat 255px center;
            }
    #center div.menu i.l3 {
        display: block;
    }
        #center div.menu i.l3 a {
            padding: 7px 30px;
            font-size:13px;
            background: #999999 url(/images/ico2.png) no-repeat 230px center;
            font-style: normal;
        }
            #center div.menu i.l3 a:hover, #center div.menu i.l3 a.cur {
                background: #9B624F url(/images/ico3.png) no-repeat 255px center;
            }

    #center div.hot {
        padding: 0;
    }
        #center div.hot a {
            display:block;
            margin-top: 20px;
            width: 244px;
            height: 354px;
            padding: 8px;
            border: 1px solid #D8D8D8;
        }
            #center div.hot a:hover {
                -webkit-box-shadow: 0px 5px 15px #E5E5E5;
                -moz-box-shadow: 0px 5px 15px #E5E5E5;
                box-shadow: 0px 5px 15px #E5E5E5;
            }
            #center div.hot a img {
                display: block;
                width: 244px;
                height: 244px;
            }
            #center div.hot a h4 {
                display: block;
                margin-bottom: 10px;
                height: 50px;
                padding: 10px 0;
                font-weight: normal;
                word-break: break-all;
                word-wrap: break-word;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }
            #center div.hot a label {
                display: block;
                font-size: 15px;
                color: #333333;
            }

#center div.view {
    width: 890px;
}
    #center div.cur {
        height:30px;
        line-height:30px;
        border-bottom: 1px solid #272727;
    }
        #center div.cur a {
            color:#5D5D5D;
        }
            #center div.cur a:hover {
                color:#333333;
            }
        #center div.cur i {
            font-style: normal;
            padding: 0 5px;
            color: #5D5D5D;
        }
        #center div.cur b {
            color: #333333;
            font-weight:normal;
        }
    #center div.text {
        padding:10px 0;
        line-height: 26px;
        color: #333333;
    }
    #center h1.title {
        display:block;
        padding:20px 0 15px 0;
        text-align:center;
        font-weight:normal;
        font-size:22px;
    }
    #center div.item {
        text-align:center;
        height:26px;
        color:#666666;
        border-bottom:1px dotted #E2E2E2;
    }
        #center div.item label {
            padding: 0 10px;
        }
    #center div.nlist{
        padding:20px 3px;
    }

    #center div.ulist {
        padding: 0 0 20px 2px;
    }
        #center div.ulist a {
            float: left;
            margin-top: 20px;
            margin-right: 50px;
            margin-bottom:10px;
            width: 244px;
            height: 354px;
            padding: 8px;
            border: 1px solid #D8D8D8;
        }
            #center div.ulist a:hover {
                -webkit-box-shadow: 0px 5px 15px #E5E5E5;
                -moz-box-shadow: 0px 5px 15px #E5E5E5;
                box-shadow: 0px 5px 15px #E5E5E5;
            }
            #center div.ulist a img {
                display: block;
                width: 244px;
                height: 244px;
            }
            #center div.ulist a h4 {
                display: block;
                margin-bottom: 10px;
                height: 50px;
                padding: 10px 0;
                font-weight: normal;
                word-break: break-all;
                word-wrap: break-word;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }
            #center div.ulist a label {
                display: block;
                font-size: 15px;
                color: #333333;
            }

    #center div.per {
        clear:both;
        padding:10px 0;
    }


    #center div.detail {
        clear:both;
        padding:10px 0 0 0;
    }
        #center div.img-box {
            width: 352px;
            height: 440px;
            overflow:hidden;
        }
            #center div.img-box div.pic {
                width: 340px;
                height: 340px;
                padding:5px;
                border: 1px solid #D8D8D8;
            }
                #center div.img-box div.pic img {
                    display: block;
                    width: 340px;
                    height: 340px;
                    cursor:pointer;
                }

#dowebok {
    overflow: hidden;
    height: 72px;
    padding: 10px 0 0 0;
}
.box-slider .box-slider-seta-left {
    float: left;
    width: 20px;
    height: 72px;
    background: url(/images/seta-left.png) no-repeat left center;
}
.box-slider .box-slider-seta-right {
    float: right;
    width: 20px;
    height: 72px;
    background: url(/images/seta-right.png) no-repeat right center;
}
.box-slider .box-slider-content {
    float: left;
    width: 312px;
    height: 72px;
    overflow: hidden;
}
.box-slider .box-slider-move {
    position: relative;
    top: 0;
    left: 0;
    width: 10000px;
    height:72px;
}
.box-slider div.item {
    float: left;
    margin:0 4px;
    width: 72px;
    height: 72px;
    cursor: pointer;
}
.box-slider .item img {
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #E2E2E2;
}
    .box-slider .item img:hover {
        border: 1px solid #999999;
    }
    .box-slider .item.first {
        margin-left: 0;
    }
.box-slider-move {
    overflow: hidden;
    *zoom: 1;
}

    #center div.items {
        width: 500px;
        height: 440px;
        text-align: left;
    }
        #center div.items h1.title {
            font-weight: normal;
            font-size: 16px;
            display: block;
            padding: 0;
            text-align: left;
            color: #4D4D4D;
            line-height: 24px;
        }
        #center div.items em.price {
            display: block;
            padding: 30px 0;
            font-size: 20px;
            color: #575757;
            font-style: normal;
        }
        #center div.items span.size {
            display: block;
            height:30px;
            padding: 0 0 0 40px;
        }
            #center div.items span.size b {
                position:absolute;
                margin-left:-40px;
                line-height:30px;
                font-weight:normal;
            }
            #center div.items span.size select {
                width: 300px;
                height: 30px;
                border: 1px solid #CCCCCC;
            }
        #center div.items em.prices {
            display: block;
            padding: 15px 0;
            font-size: 24px;
            color: #575757;
            font-style: normal;
        }
            #center div.items em.prices i {
                font-style: normal;
                padding:0 10px 0 0;
                color:#9B6251;
            }
                #center div.items em.prices i.op {
                    text-decoration: line-through;
                    color: #D0AFA6;
                }
        #center div.items span.quantity {
            display: block;
            height: 62px;
            padding: 0 0 0 65px;
        }
            #center div.items span.quantity b {
                position: absolute;
                margin-left: -65px;
                line-height: 32px;
                font-weight: normal;
            }
        #center div.items span.quantity input {
            width:50px;
            height:30px;
            padding:0 5px;
            border:1px solid #CCCCCC;
        }
            #center div.items span.quantity i {
                position: absolute;
                display: inline-block;
                margin-left: -16px;
                margin-top: 1px;
                width: 15px;
                height: 15px;
                font-size:12px;
                font-style:normal;
                text-align:center;
                line-height:15px;
                overflow:hidden;
                background: #EEEEEE;
                cursor:pointer;
            }
                #center div.items span.quantity i.down {
                    margin-top: 16px;
                }
                #center div.items span.quantity i:hover {
                    background: #E2E2E2;
                }
        #center div.items a.add-cart {
            display: inline-block;
            width: 150px;
            height: 40px;
            color: #FFFFFF;
            line-height: 40px;
            text-align: center;
            background: #9F9F9F;
            font-size: 16px;
            cursor: pointer;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
            #center div.items a.add-cart:hover {
                background: #9B6251;
            }

        #center div.detail div.title {
            clear: both;
            padding:40px 0 0 5px;
            height:29px;
            text-align:left;
            border-bottom: 1px solid #CACACA;
        }
        #center div.detail div.txt {
            clear: both;
            padding: 10px 5px;
            text-align: left;
            line-height:26px;
            color:#333333;
        }

.winbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 99999;
}
#userbox {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 350px;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 999999;
}
    #userbox > b {
        display: block;
        position: relative;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        font-size: 16px;
        color: #666666;
        border-bottom: 1px solid #E2E2E2;
    }
        #userbox > b > i {
            position: absolute;
            top: 15px;
            right: 10px;
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            text-align: center;
            line-height: 18px;
            font-style: normal;
            color: #999999;
            cursor: pointer;
            border: 1px solid #999999;
        }
            #userbox > b > i:hover {
                color: #9B6251;
                border: 1px solid #9B6251;
            }
    #userbox > span {
        display: block;
        padding: 0 30px;
    }
        #userbox > span > input {
            margin-top: 20px;
            display: block;
            width: 100%;
            height: 40px;
            box-sizing: border-box;
            border: 1px solid #999999;
            padding: 0 10px;
            border-radius: 3px;
            outline: none;
        }
        #userbox > span > a {
            display: block;
            margin-top: 20px;
            width: 100%;
            height: 40px;
            line-height: 40px;
            border-radius: 3px;
            outline: none;
            background: #9B6251;
            color: #FFFFFF;
            font-size: 14px;
            text-align: center;
            cursor: pointer;
            transition: All 0.3s ease-in-out;
            -webkit-transition: All 0.3s ease-in-out;
            -moz-transition: All 0.3s ease-in-out;
            -o-transition: All 0.3s ease-in-out;
        }
            #userbox > span > a:hover {
                background:#222222;
            }
            #userbox > span > a.showreg {
                background:#999999;
            }

#paymsg {
    margin:0 auto;
    width:1200px;
    height:150px;
    text-align:center;
    line-height:30px;
    padding:150px 0;
}
    #paymsg > b {
        display:block;
        font-size:22px;
    }
    #paymsg > label {
        color: #666666;
    }