﻿/*产品分类*/
.anli_type {
    width: auto;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #ca141d;
    padding: 10px 10px;
}
/*横分类*/
/*.nytype {
    width: auto;
    float: left;
    text-align: center;
    font-size: 16px;
}

    .nytype ul {
        width: 100%;
        float: left;
        list-style: none;
    }

        .nytype ul li {
            float: left;
            padding: 0px 20px;
            text-align: center;
            background: #002b61;
            margin-right: 10px;
            height: 40px;
            line-height: 40px;
            border-radius: 25px;
        }

            .nytype ul li:hover {
                background: #e60012;
            }

    .nytype li ul li:hover {
        background: none;
    }

        .nytype li ul li:hover a {
            color: #054eb8;
        }

    .nytype ul li a {
        color: #fff;
    }

    .nytype ul li ul {
        width: auto;
        height: 40px;
        line-height: 40px;
        position: absolute;
        padding-left: 0px;
        display: none;
        z-index: 2;
    }

        .nytype ul li ul li {
            width: auto;
            float: left;
            padding-left: 0px;
            padding-top: 10px;
            background: none;
        }

            .nytype ul li ul li a {
                color: #333;
            }

    .nytype ul li:hover ul {
        display: block;
    }*/
/*竖向*/
.pro_left {
    width: 20%;
    margin-top: 10px;
}

.lx_t {
    width: 100%;
    border-bottom: 1px solid #333;
    text-align: left;
    font-size: 18px;
    text-indent: 10px;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.pro_right {
    width: 75%;
}

.nytype {
    width: 100%;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: 15px;
}

    .nytype ul {
        width: 100%;
        float: left;
        list-style: none;
    }

        .nytype ul li {
            float: left;
            padding: 7px 15px;
            text-align: center;
            background: #002b61;
            width: 100%;
            margin: 5px 0;
            position: relative;
        }

            .nytype ul li:hover {
                background: #e70012;
            }

    .nytype li ul li:hover {
        /*background: none;*/
    }

        .nytype li ul li:hover a {
            color: #fff;
        }

    .nytype ul li a {
        color: #fff;
        float: left;
        width: 100%;
    }

    .nytype ul li ul {
        width: 100%;
        height: 35px;
        line-height: 35px;
        position: absolute;
        /* padding-left: 0px; */
        display: none;
        z-index: 2;
        left: 100%;
    }

        .nytype ul li ul li {
            width: 100%;
            float: left;
            padding-left: 0px;
            background: none;
            margin: 0;
            padding: 0;
            background: #f9f9f9;
        }

            .nytype ul li ul li a {
                color: #0076de;
            }

    .nytype ul li:hover ul {
        display: block;
    }
/*产品展示*/
.cp_content_box {
    width: 25%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cp_content_mr {
    margin: 12px;
    /*border: 1px solid #7d7d7d;*/
    box-shadow: 2px 3px 15px #ececec;
}

.cp_content {
    width: 100%;
    position: relative;
    margin-top: 25px;
}

.cp_content_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .cp_content_img img {
        /*float: left;*/
        width: 100%;
        height: auto;
    }

.cp_content_box:hover .cp_content_cont {
    background: #002b61;
}

    .cp_content_box:hover .cp_content_cont a {
        color: #fff;
    }

.cp_content_box:hover .cp_content_cont_xou {
    color: #fff;
}

.cp_content_box:hover .cp_content_cont_you {
    width: 20px;
    height: 25px;
    background: url(../images/cp_more_hover.png) no-repeat right;
}

.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.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cp_content_cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 10px 15px;
    transition: 0.5s;
}

.cp_content_cont_zuo {
    width: 100%;
}

.cp_content_cont_you {
    width: 20px;
    height: 25px;
    background: url(../images/cp_more.png) no-repeat right;
}

.cp_content_cont_xou {
    width: 100%;
    height: 45px;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
}

.cp_content_cont a {
    float: left;
    width: 100%;
    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; */
    margin: 15px 15px;
}

.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;
    text-align: center;
    /*background: #ffffff;*/
    /*border-top: 1px solid #ddd;*/
}

    .al_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;
    }

.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;
}
