﻿/*产品分类*/
.anli_type {
    width: auto;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #ca141d;
    padding: 10px 10px;
}

.nytype {
    width: 100%;
    float: left;
    margin-top: 5px;
    border: 1px dashed #E6E1E1;
    background: #f9f9f9;
    width: 98%;
    margin-left: 1%;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    display: none;
    margin-bottom: 15px;
}

    .nytype ul {
        width: 100%;
        float: left;
        list-style: none;
    }

        .nytype ul li {
            float: left;
            padding: 10px 15px;
            text-align: center;
        }

            .nytype ul li a {
                color: #333;
            }

            .nytype ul li ul {
                width: auto;
                height: 35px;
                line-height: 35px;
                position: absolute;
                padding-left: 0px;
                display: none;
                z-index: 2;
            }

                .nytype ul li ul li {
                    width: auto;
                    float: left;
                    padding-left: 0px;
                    padding-top: 20px;
                }

                    .nytype ul li ul li a {
                        color: #fff;
                    }

            .nytype ul li:hover ul {
                display: block;
            }
/*产品展示*/
.cp_content_box {
    width: 33.33%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cp_content_mr {
    margin: 5%;
    border: 1px solid #eae9e9;
}

.cp_content {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.cp_content_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .cp_content_img img {
        /*float: left;*/
        width: 100%;
        height: auto;
    }

.cp_content_box .cp_content_img a img {
    margin: 0 auto;
    display: block;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.cp_content_box:hover .cp_content_img a img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.cp_content_box:hover .cp_content_mr {
    border: 1px solid #292e39;
}

.cp_content_cont {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    /*padding: 0 10px;*/
    text-align: center;
}

    .cp_content_cont a {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 40px;
        /* background: rgba(0, 0, 0, 0.58); */
        position: relative;
        color: #333;
        font-size: 16px;
        text-align: center;
    }

.cp_content_price {
    height: auto;
    margin-bottom: 10px;
    color: #333;
    text-indent: 10px;
}

    .cp_content_price span {
        color: #ca141d;
        font-size: 14px;
        text-indent: 10px;
        float: left;
    }

    .cp_content_price a {
        color: #f10707;
        font-size: 16px;
    }

.cp_content_box:hover .wk_case_ico {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    /*background:rgba(0, 0, 0, 0.59);*/
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}

.cp_content_box:nth-child(4) {
    margin-right: 0px;
}

.cp_content_box:nth-child(8) {
    margin-right: 0px;
}

.cp_content_box:nth-child(12) {
    margin-right: 0px;
}
/*案例*/
.al_content_box {
    width: 25%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.al_content_mr {
    margin: 15px;
    border: 1px solid #7d7d7d;
}

.al_content {
    width: 100%;
    float: left;
    margin-top: 0px;
    position: relative;
}

.al_content_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .al_content_img img {
        /*float: left;*/
        width: 100%;
        height: auto;
    }

.al_content_box .al_content_img a img {
    margin: 0 auto;
    display: block;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.al_content_box:hover .al_content_img a img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.al_content_cont {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    /*padding: 0 10px;*/
    text-align: center;
}

    .al_content_cont a {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 40px;
        /* background: rgba(0, 0, 0, 0.58); */
        position: relative;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

.al_content_price {
    height: auto;
    margin-bottom: 10px;
    color: #333;
    text-indent: 10px;
}

    .al_content_price span {
        color: #ca141d;
        font-size: 14px;
        text-indent: 10px;
        float: left;
    }

    .al_content_price a {
        color: #f10707;
        font-size: 16px;
    }

.al_content_box:hover .wk_case_ico {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    /*background:rgba(0, 0, 0, 0.59);*/
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}

.al_content_box:nth-child(4) {
    margin-right: 0px;
}

.al_content_box:nth-child(8) {
    margin-right: 0px;
}

.al_content_box:nth-child(12) {
    margin-right: 0px;
}
