/*
Theme Name: 达丰
Theme URI: http://zengmang.com/
Author: 赠芒网团队
Author URI: http://zengmang.com/
Description: 由赠芒网团队打造, 主题使用 Bootstrap 框架进行响应式设计, 兼容桌面、平板与手机。
Version: 1.0
*/

/* 让Bootstrap支持多级菜单 */
.dropdown-menu {
    margin: 0px auto;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
}

.navbar ul.nav li:hover > ul.dropdown-menu {
    display: block;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
    display: none;
}

/* 通用CSS */
body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

a:link, a:visited {
    color: #333333;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.padding-right-0 {
    padding-right: 0;
}

.set-homepage {
    margin-top: 17px;
    color: #9d9d9f;
}

.set-homepage a:link, .set-homepage a:visited {
    color: #9d9d9f;
}

.set-homepage span {
    padding: 0 3px 0 3px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.index-product-type-img .title {
    color: #0257b6;
}

.index-product-type-img .description a:link, .index-product-type-img .description a:visited {
    color: #848589;
    font-size: 12px;
}

.product-news-about .title {
    padding-top: 20px;
    padding-bottom: 15px;
}

.product-news-about .list-group {
    margin-bottom: 0;
}

.product-news-about .list-group-item {
    padding: 3px 10px;
}

.product-news-about .list-unstyled > li {
    margin: 6px 0;
}

.main-content .pagination {
    margin-bottom: 0;
}

.main-content .left-content .panel-heading .text-muted a:link, .main-content .left-content .panel-heading .text-muted a:visited, .main-content .left-content .meta a:link, .main-content .left-content .meta a:visited {
    color: #777;
}

.main-content .left-content .max-img img {
	max-width: 662px;
}

.main-content .left-content .thumbnail {
    margin-bottom: 5px;
}

.main-content .article-list li {
    border-bottom: dashed 1px #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.right_products_categories {
    margin-left: 10px;
    padding-left: 0;
}

ul.right_products_categories li {
    line-height: 26px;
}

ul.right_products_categories > li {
    list-style-type: none;
}

ul.right_products_categories > li ul.children {
    margin-left: 0;
    padding-left: 0;
}

ul.right_products_categories > li ul.children li {
    list-style-type: none;
    padding-left: 12px;
}

footer.container p {
    text-align: center;
    border-top: dashed 1px #bbb;
    padding: 25px 0;
}

/* Customize container */
@media (min-width: 768px) {

    body {
        background: url("./images/bg.jpg") top left repeat-x;
    }

    .container {
        max-width: 952px !important;
    }

    .index-product-type-img {
        padding: 20px;
        background: url("./images/index-product-type-img-bg.jpg") top left repeat-x;
    }

    .product-news-about {
        background: url("./images/index-three-col-bg.png") top left repeat-x;
    }

    .product-news-about > .row > .col-md-4:first-child > .title, .product-news-about > .row > .col-md-4:first-child > .content {
        padding-left: 15px;
    }

    .product-news-about > .row > .col-md-4:last-child > .content {
        padding-right: 15px;
    }

    .product-news-about .col-md-4 {
        min-height: 260px;
    }

    .product-news-about > .row > .col-md-4:not(:last-child) {
        border-right:  dashed 1px #aaaaaa;
    }

    /* 浮动客服 */
    .izl-rmenu{
        margin-right: 0;
        width: 82px;
        position: fixed;
        right: 2px;
        top: 65%;
        -webkit-box-shadow: #DDD 0px 1px 5px;
        -moz-box-shadow: #DDD 0px 1px 5px;
        box-shadow: #DDD 0px 1px 5px;
        z-index:999;
    }
    .izl-rmenu .consult{
        background: url("./images/consult_icon.gif") no-repeat center -77px;
        display: block;
        height: 76px;
        width: 82px;
    }
    .izl-rmenu .consult .phone {
        background-color: rgb(247,247,255);
        position: absolute;
        width: 160px;
        left: -160px;
        top: 0px;
        line-height: 73px;
        color: #000;
        font-size: 18px;
        text-align: center;
        display: none;
        box-shadow: #DDD -1px 1px 4px;
    }
    .izl-rmenu a.consult:hover .phone{display:inline !important;}
    .izl-rmenu .cart {
        background: url("./images/consult_icon.gif") no-repeat center bottom;
        display: block;
        height: 16px;
        width: 16px;
        font-size: 12px;
        line-height: 16px;
        color: #45BDFF;
        text-align: center;
        padding: 15px 18px 47px 64px;
    }
    .izl-rmenu a.cart:hover .pic{display:block;}
    .izl-rmenu .btn_top {
        background: url("./images/float_top.gif") no-repeat center top;
        display: block;
        height: 39px;
        width: 82px;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }
    .izl-rmenu .btn_top:hover {
        background: url("./images/float_top.gif") no-repeat center bottom;
    }
    .izl-rmenu .cart .pic {
        display:none;
        position: absolute;
        left: -160px;
        top: 65px;
        width: 160px;
        height: 160px;
    }
    #udesk-feedback-tab {
        position: fixed;
        right: 2px;
        top: 65%;
        margin-top: -76px;
        -webkit-box-shadow: #DDD 0px -1px 5px;
        -moz-box-shadow: #DDD 0px -1px 5px;
        box-shadow: #DDD 0px -1px 5px;
        z-index: 10000;
        cursor: pointer;
        background: url("./images/consult_icon.gif") no-repeat center top;
        display: block;
        height: 76px;
        width: 82px;
        background-color: #FFF!important;
        z-index:999;
    }

}

@media (min-width: 992px) {
    .main-content .left-content {
        padding-right: 5px;
    }
}