@charset "UTF-8";
/** 框架布局 **/

/**public**/
.mg-b-0{
    margin-bottom: 0px;
}
.mg-b-5{
    margin-bottom: 5px;
}
.mg-b-10{
    margin-bottom: 10px;
}
.mg-t-0{
    margin-top: 0px;
}
.mg-t-5{
    margin-top: 5px;
}
.mg-t-10{
    margin-top: 10px;
}
.width-100{
    width: 100%;
}



.dg-products-section{
    background-color: #fff;
}

/**private**/
.search-product div form input{
    border: none;
    background-color: #eee;
    padding: 10px;
    width: 80%;

}
.search-product div form button{
    border: none;
    background-color: #00b181;
    color: #fff;
    padding: 10px;
    width: 18%;

}
.products-box{
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    padding:30px 0 ;

}
.products-box span{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #dddddd;
}

.dg-btn {
    display: inline-block;
    border: 2px solid #ddd;
    padding: .4em 1em;
    font-size: 16px;
    margin: .4em .4em .4em 0;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2em;
}

.dg-btn.dg-theme {
    color: #fff;
    background-color: #004159;
}

.dg-sider-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid #00b181;
    padding-left: .5em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    margin-top: 0;
}

.dg-side-weight {
    margin-bottom: 30px;
}

.dg-side-weight.dg-fixed {
    position: fixed;
    background-color: #fff;
    top: 10px;
    width: 270px;
}





.dg-layout-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.product-a-b-20{
    position: absolute;
    bottom: 20px;
}

.dg-layout-wrapper::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.dg-layout-main {
    padding-left: 15px;
    padding-right: 15px;
}

.dg-layout-sider {
    padding-left: 15px;
    padding-right: 15px;
}

.dg-sider-right .dg-layout-main {
    float: left;
    width: calc(100% - 300px);
}

.dg-sider-right .dg-layout-sider {
    float: left;
    width: 300px;
}

.dg-sider-left .dg-layout-main {
    float: right;
    width: calc(100% - 300px);
}

.dg-sider-left .dg-layout-sider {
    float: right;
    width: 300px;
}

@media (max-width: 996px) {
    .dg-sider-left .dg-layout-main,
    .dg-sider-right .dg-layout-main {
        float: none;
        width: 100%;
    }
    .dg-sider-left .dg-layout-sider,
    .dg-sider-right .dg-layout-sider {
        float: none;
        width: 100%;
    }
    .dg-side-weight.dg-fixed {
        position: relative;
        background-color: none;
        width: auto;
    }
}

/** 框架布局 END **/
/**
* 侧边导航 BEGIN
**/
.dg-weight-category-menu a {
    text-decoration: none;
    color: inherit;
}

.dg-weight-category-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dg-weight-category-menu .dg-sub-items {
    height: 0;
    display: none;
    overflow: hidden;
}

.dg-weight-category-menu .dg-list-items .dg-item li > span {
    padding-left: 2em;
}

.dg-weight-category-menu .dg-list-items .dg-item li li > span {
    padding-left: 4em;
}

.dg-weight-category-menu .dg-list-items .dg-item > span {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 10px;
}

.dg-weight-category-menu .dg-list-items .dg-item > span:before, .dg-weight-category-menu .dg-list-items .dg-item > span:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -10%;
    width: 120%;
    height: 2px;
}

.dg-weight-category-menu .dg-list-items .dg-item > span:before {
    bottom: auto;
    top: -2px;
}

.dg-weight-category-menu .dg-list-items .dg-item > span > a:before {
    content: '◈';
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    color: #333;
}

.dg-weight-category-menu .dg-list-items .dg-item > span > i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #ddd;
    width: 3em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
    color: inherit;
    background-color: #004159;
    color: #fff;
}

/** * 侧边导航 END **/
.dg-weight-hot-product ul, .dg-weight-hot-product ol, .dg-weight-hot-product li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dg-weight-hot-product a {
    text-decoration: none;
    color: inherit;
}

.dg-weight-hot-product .dg-list-items {
    border: 1px solid #ddd;
    padding: 10px;
}

.dg-weight-hot-product .dg-list-items .dg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dg-weight-hot-product .dg-list-items .dg-item:last-child {
    margin-bottom: 0;
}

.dg-weight-hot-product .dg-list-items .dg-item .dg-image {
    width: 80px;
}

.dg-weight-hot-product .dg-list-items .dg-item .dg-image img {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
}

.dg-weight-hot-product .dg-list-items .dg-item .dg-content {
    width: calc(100% - 100px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: center;
    padding-left: 1em;
}

.dg-weight-hot-product .dg-list-items .dg-item .dg-content .dg-title {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    font-weight: bold;
}

/**
* 图片滑块 BEGIN
**/
.dg-product-images-slider {
    padding-bottom: 20px;
}

.dg-product-images-slider img {
    width: 100%;
}

.dg-product-images-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dg-product-images-slider .dg-image-main {
    position: relative;
}

.dg-product-images-slider .dg-image-main .dg-image {
    border: 1px solid #ddd;
    position: relative;
}

.dg-product-images-slider .dg-image-main .dg-image .dg-mark {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    cursor: move;
    display: none;
    z-index: 1;
}

.dg-product-images-slider .dg-image-main .dg-zoom {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
    z-index: 999;
    overflow: hidden;
    display: none;
}

.dg-product-images-slider .dg-image-main .dg-zoom > img {
    position: absolute;
    max-width: 200%;
    width: 200%;
    top: 0;
    left: 0;
}

.dg-product-images-slider .dg-image-main:hover .dg-zoom,
.dg-product-images-slider .dg-image-main:hover .dg-image .dg-mark {
    display: block;
}

@media (max-width: 768px) {
    .dg-product-images-slider .dg-image-main .dg-zoom,
    .dg-product-images-slider .dg-image-main .dg-image .dg-mark {
        display: none !important;
    }
}

.dg-product-images-slider .dg-image-list {
    position: relative;
}

.dg-product-images-slider .dg-image-list .dg-button {
    position: absolute;
    top: 0;
    width: 5%;
    height: 100%;
    font-size: 1em;
    text-align: center;
    padding: 0;
    border: 1px solid #ddd;
}

.dg-product-images-slider .dg-image-list .dg-button.dg-prev {
    left: 0px;
}

.dg-product-images-slider .dg-image-list .dg-button.dg-next {
    right: 0px;
}

.dg-product-images-slider .dg-image-list .dg-list-wrap {
    width: calc(100% - 10%);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.dg-product-images-slider .dg-image-list .dg-list {
    white-space: nowrap;
    font-size: 0px;
    -webkit-transition: .3s;
    transition: .3s;
}

.dg-product-images-slider .dg-image-list .dg-image {
    display: inline-block;
    width: 20%;
    cursor: pointer;
    border: 2px solid #fff;
}

.dg-product-images-slider .dg-image-list .dg-image.active {
    border: 2px solid #004159;
}

/** * 图片滑块 END **/
.dg-product-description .dg-des-title {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.dg-product-description .dg-des-price strong {
    font-size: 16px;
    font-weight: bold;
}

.dg-product-description .dg-des-buttons {
    padding: 10px 0;
}

/*.dg-tab {*/
/*margin-bottom: 20px;*/
/*}*/

.dg-tab .dg-tab-nav {
    font-size: 0;
}

.dg-tab .dg-tab-action {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 10px 20px 7px 20px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #ddd;
    border-top-width: 3px;
    font-weight: bold;
}

.dg-tab .dg-tab-action.active {
    background-color: #fff;
    border-bottom-color: #fff;
    border-top-color: #004159;
    color: #004159;
}

.dg-tab .dg-tab-panel {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: -1px;
}

.dg-tab .dg-tab-content {
    display: none;
}

.dg-tab .dg-tab-content.active {
    display: block;
}

@media (max-width: 996px) {
    .dg-tab .dg-tab-action {
        display: inline-block;
        width: 100%;
        background-color: #eee;
        margin-bottom: 10px;
    }
    .dg-tab .dg-tab-action.active {
        border-bottom-color: #ddd;
    }
    .product-a-b-20{
        position: relative;
    }
}

.pagination{
    list-style: outside none none;
    margin: 35px 0 0;
    padding: 0;
    text-align: center;
    display: block;
}
.pagination li{
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
}
.pagination li a{
    background: #1a1a1a none repeat scroll 0 0;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 2px;
    min-width: 35px;
    padding: 5px;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
}
ul.pagination li a,
.pagination li.active a{
    padding: 6px 15px;
    color: #fff;
}
.pagination li.active a,
.pagination li > a:hover,
.pagination li.active a:hover{
    background: #00b181 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #00b181;
}
.content-box{
    background-color: #004159;
    padding: 0 25px;
    margin: 15px;
}
.content-box .title {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
}
.content-box .bread-crumb {
    position: relative;
    display: inline-block;
    float: right;
    top: 15px;
}
.content-box .bread-crumb li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.content-box .bread-crumb li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    transition: all 500ms ease;
}

/*面包线导航栏*/
.content-box{
    background-color: #004159;
    padding: 0 25px;
    margin: 15px;
    border-radius: 15px;
    box-shadow: 1px 5px 4px #bbbfc5;
}
.content-box .title {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
}
.content-box .bread-crumb {
    position: relative;
    display: inline-block;
    float: right;
    top: 15px;
}
.content-box .bread-crumb li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.content-box .bread-crumb li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    transition: all 500ms ease;
}
/*# sourceMappingURL=product.css.map */
.dg-single-project{
    margin-bottom: 20px;
}

.dg-single-project img{
    width: 100%;
    border: 1px #ddd solid;
}
.dg-single-project .text{
    background-color: #ccc;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    padding: 25px 25px 30px 25px;
    background: #f3f3f3;
    text-align: center;
    border-bottom:2px solid #333;
}
.dg-single-project .text h4{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
    height: auto !important;
}
.dg-single-project .text h4 a{
    text-decoration: none;
    color: #333;
}
.dg-single-project .text p{
    height: 5em;
    line-height: 1.8em;
    overflow: hidden;
}
.dg-single-project .button-box{
    margin-top: 20px;
}
.dg-single-project .link-button{
    border: 2px solid;
    padding: 0.5em 1em;
    margin-top: 10px;
    background-color: #004159;
    color: #fff;
    text-decoration: none;
}
.dg-single-project .text:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background-color: #00b181;
    transition: all .3s ease-in-out;
}
.dg-single-project:hover .text:before{
    height: 100%;
}
.dg-single-project:hover .text h4 a,
.dg-single-project:hover .text p,
.dg-single-project:hover .text h4 a{
    color: #fff;
}
.dg-single-project .image img{
    -webkit-transition: .5s;
}
.dg-single-project:hover .image img{

    -webkit-transform: scale(1.1);
}
.products-content {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 30px 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}