﻿@import 'common.css';

.navbar-nav > li > a:hover {
    background-color: #fff;
}

.menu {
    height: 360px;
    background-color: #fafafa;
    border-radius: 5px;
}

.block {
    height: 600px;
}


.bg-default {
    background-color: transparent !important;
}
/* nav-wrap */
.nav-wrap {
    position: relative;
    *z-index: 2;
    width: 100%;
}

.nav-left {
    position: relative;
}

.goods {
}

    .goods h2 a {
        display: block;
        height: 40px;
        padding-left: 20px;
        line-height: 40px;
        color: #fff;
    }

        .goods h2 a:hover {
            text-decoration: none;
        }

.nav-list {
    height: 40px;
}

    .nav-list li {
        float: left;
        margin-right: 1px;
    }

    .nav-list a {
        display: block;
        height: 40px;
        float: left;
        padding: 0 15px;
        text-align: center;
        color: #fff;
        font: bold 15px/40px "microsoft yahei";
        text-decoration: none;
    }

        .nav-list a:hover {
            text-decoration: none;
        }

        .nav-list a.on {
            background: #d25400;
        }

.all-goods {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: visible;
}

    .all-goods .item {
        border-radius: 5px;
    }

    .all-goods .btnone {
        border-top: none;
    }

    .all-goods .item .product {
        position: absolute;
        z-index: 999;
        width: 100%;
    }

        .all-goods .item .product h3 {
            padding-left: 30px;
            padding-top: 10px;
        }

            .all-goods .item .product h3 a {
                color: #000;
                font-size: 18px;
            }

                .all-goods .item .product h3 a:hover {
                    text-decoration: none;
                }

        .all-goods .item .product s {
            display: block;
            position: absolute;
            top: 13px;
            left: 167px;
            width: 6px;
            height: 9px;
        }

    .all-goods .active .product h3 {
    }

    .all-goods .active.item {
        background-color: #e8eef3;
    }

        .all-goods .active.item .produc-tag li a {
            color: #6d6d6d;
        }

    .all-goods .active .product h3 a {
        color: #000;
    }

    .all-goods .product-wrap {
        position: absolute;
        width: 478px;
        z-index: 99;
        background: #fff;
        padding: 20px;
        display: none;
        height: 602px;
        border-radius: 5px;
        border-left: none;
        box-shadow: 0 0 20px 0 rgba(76, 76, 76, 0.64);
        margin-left: -5px;
    }

        .all-goods .product-wrap p {
            color: #999999;
        }

.pos01, .pos02, .pos03, .pos04 {
    left: 261px;
    top: -1px;
    bottom: -1px;
}


.all-goods .product-wrap h2 {
    font-size: 16px;
    color: #333;
}

    .all-goods .product-wrap h2 a {
        height: auto;
        line-height: 16px;
        color: #333;
        padding-left: 0;
    }

.all-goods .product-wrap ul {
    border-top: 2px solid #d2d2d2;
    padding: 0;
    margin: 0;
}

    .all-goods .product-wrap ul li {
        float: left;
        display: inline;
        margin-right: 15px;
        margin-top: 15px;
        white-space: nowrap;
        padding-left: 10px;
    }

        .all-goods .product-wrap ul li a {
            color: #333;
            display: inline-block;
            line-height: 18px;
            text-decoration: none;
            min-width: 120px;
            font-size: 14px;
        }

            .all-goods .product-wrap ul li a:hover {
                text-decoration: none;
                background-position: -8px -219px;
                color: #0089ff;
            }

.all-goods .product-wrap div dd, .all-goods .product-wrap div dl a {
    display: block;
    width: 185px;
    height: 120px;
    overflow: hidden;
}


#banner {
    position: relative;
    height: 360px;
    overflow: hidden;
    margin-left: -15px;
    background: #f6f7fb;
    border-radius: 5px;
}

#banner_list img {
    border: 0px;
    border-radius: 5px;
}

#banner_info {
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 15px;
    right: 35px;
}

    #banner ul li {
        float: left;
        display: block;
        background: rgba(105, 105, 105, 0.37);
        cursor: pointer;
        height: 8px;
        width: 35px;
        margin-left: 5px;
        border-radius: 3px;
    }

        #banner ul li.on {
            background-color: #f00;
        }

#banner_list a {
    position: absolute;
}



.banner-ad {
}

.ad-item {
    border-radius: 3px;
    height: 156px;
    margin-left: -15px;
    margin-right: 15px;
}

.produc-tag {
    padding-left: 30px;
}

    .produc-tag li {
        float: left;
        width: 50%;
    }

        .produc-tag li a {
            color: #333;
            line-height: 30px;
            font-size: 13px;
        }

.title h4 {
    font-size: 15px;
    font-weight: bold;
}

.user-upload-order {
    margin-top: 30px;
}
    .user-upload-order .media img {
        height: 52px;
        width: 52px;
        border: 1px #eee solid;
        border-radius: 26px;
    }

    .user-upload-order h5{
        font-size:14px;
    }

    .user-upload-order p {
        margin-top: 2px;
        font-size: 12px;
        color: #969696;
    }

.block .item {
    float: left;
    width: 49%;
    margin: 45px 0px;
    padding: 0px 15px 0 0;
    height: 100px;
}

    .block .item p {
        font-size: .8rem;
    }

    .block .item h4 {
        font-size: 14px;
        line-height: 23px;
        margin-top: -2px;
        max-height: 45px;
        overflow: hidden;
    }

        .block .item h4 a {
            text-align: justify;
            word-break: break-all;
            font-size: 16px;
            color:#000;
        }

.brand-img {
    border-radius: 3px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 85px;
}

.block .item .money {
    font-size: 12px;
    color: #ef0505;
}

.brand-img img {
    max-height: 100%;
    max-width: 100%;
    border: none;
    border-radius: 5px;
}

.brand-text {
    color: #cedcea;
    font-size: 12px;
}

.lh30 {
}

.right-list {
}

    .right-list .item {
        height: 120px;
        margin-top: 30px;
    }

    .right-list h4 {
        font-size: 14px;
        margin-top: -5px;
        line-height: 23px;
    }

    .right-list .img-item {
        overflow: hidden;
        height: 50px;
        border-radius: 3px;
        margin-right: 8px;
    }

    .right-list img {
        max-width: 90px;
    }

    .right-list .intro {
        margin-top: 10px;
        color: #888;
        line-height: 25px;
        font-size: 12px;
    }

    .right-list span {
        font-size: 12px;
        color: #aaa;
    }

.ad-item {
    padding: 30px 15px;
}

    .ad-item img {
        float: left;
        width: 80px;
        margin-top: 10px;
    }

    .ad-item .text {
        margin-left: 10px;
        float: left;
        margin-top: 5px;
    }

    .ad-item h3 {
        font-size: 16px;
        color: #4e4e4e;
    }

    .ad-item h5 {
        color: #aaa;
        margin-top: 20px;
    }

.links {
    padding-top: 30px;
}

    .links h3 {
        font-size: 18px;
        margin: 30px 0 20px 0;
    }

    .links ul li {
        float: left;
        line-height: 30px;
        min-width: 20%;
    }

        .links ul li a {
            color: #aaa;
            font-size: 12px;
        }


.navbar-nav > li > a {
    color: #333;
}

.case .item {
    background-color: #f5f7f9;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .case .item img {
        max-width: 100%;
        border-radius: 3px;
    }


    footer{
        font-size:13px;
    }
    
    footer a{
        color:#aaa;
    }