@import url("top.css");
@import url("banner.css");
@import url("bottom.css");
@import url("inside.css");

.zr_tj {
width:100%; float:left; margin-top:15px;}
    .zr_tj .title {
        background: url(../images/tit01.png) no-repeat center; height:52px; line-height:52px;
    }
        .zr_tj .title i {
            font-size: 20px;
            margin-left: 20px;
            float: left;
            color: #fff;
        }
        .zr_tj .title a {
            font-size: 20px;
            margin-right: 20px; color:#fff;
            float: right;
        }
        .zr_tj .cont { 
        }
            .zr_tj .cont ul li { padding:7px; box-sizing:border-box;
            width:20%; float:left;  text-align:center; }
                .zr_tj .cont ul li img {
                width:100%;  }
                .zr_tj .cont ul li p {
                    height: 30px;
                    line-height: 30px;
                    overflow: hidden;
                }

                .insidebanner {
                    background: url(/temp/lib/images/banner-4.jpg) no-repeat center;
                }

.inside_menu a {
    background-color: #f6f6f6;
    padding: 15px 0px;
    
    display: block;
    float: left;
    text-align: center;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    font-size: 15px;
}

    .inside_menu a:first-child {
        border-radius: 8px 0px 0px 8px;
    }

    .inside_menu a:last-child {
        border-right: 0px solid #fff;
        border-radius: 0px 8px 8px 0px;
    }


.zr_pro {
    width: 100%; margin:20px 0px;
    float: left;
}

    .zr_pro ul li {
        float: left;
        width: 285px;
        border: 1px solid #ddd;
        box-sizing: border-box; margin-bottom:10px;
        margin-right: 20px; border-radius:5px;
    }
        .zr_pro ul li:nth-child(4n) {
        margin-right:0px; }

        .zr_pro ul li .img {
            width: 265px;
            height: 265px;
            margin: 8px;
            float: left;
            overflow: hidden;
        }

            .zr_pro ul li .img img {
                width: 100%;
                border-radius: 10px;
                transition: all .6s;
                -ms-transition: all .6s;
                -webkit-transition: all .6s;
            }
            .zr_pro ul li .img img:hover { transform:scale(1.1);
             }

        .zr_pro ul li p {
            font-size: 20px;
            width: 100%;
            float: left;
            text-align: center;
            color: #333333;
            line-height: 35px;
            margin: 5px 0px;
        }

            .zr_pro ul li p label {
                width: 305px;
                float: left;
                text-indent: 20px;
                display: block;
                overflow: hidden;
            }

            .zr_pro ul li p em {
                display: block;
                float: right;
                width: 70px;
                height: 55px;
                background: #999999;
                font-size: 16px;
                color: #ffffff;
                text-align: center;
                padding-top: 15px;
                line-height: 20px;
                font-weight: normal;
            }

                .zr_pro ul li p em span {
                    display: block;
                }
.zr_pro_descr {
    line-height: 25px;
    margin: 10px 0px;
    font-size: 150%;
}
.pro_con1 {
 margin-bottom:20px;}
.pro_con1 .left {
    width: 500px;
    float: left;
    margin-left: 10px;
}
.pro_con1 .right {
    width: 650px;
    float: right;
}
    .pro_con1 .right h2 {
    text-align:center; line-height:40px; font-weight:bold; font-size:20px; background:#f6f6f6; }
    .pro_con1 .right .cp_jc {
    margin-top:15px; }
        .pro_con1 .right .cp_jc li {
            width: 49%; 
            color: #555; margin-right:2%;
            margin-bottom: 5px;
            line-height: 38px;
            border: 1px solid #f3f3f3;
            float: left;
            font-size: 14px;
            font-weight: bold;
            box-sizing: border-box;
        }
            .pro_con1 .right .cp_jc li:nth-child(2n) {
            margin-right:0px; }
            .pro_con1 .right .cp_jc li p {
                color: #999;
                float: left;
                margin-right: 5px;
                font-weight: normal;
                font-size: 14px;
                background: #f6f6f6;
                width: 100px;
                text-align: right;
            }
    .pro_con1 .right .pro_con2 {
        border-bottom: 1px solid #0261ff;
        width: 100%;
        float: left;
    }
        .pro_con1 .right .pro_con2 span {
            background-color: #0261ff;
            float: left;
            color: #fff;
            font-weight: bold;
            padding: 6px 18px;
            font-size: 15px;
        }
    .pro_con1 .right .pro_con3 {
        padding: 10px 0px;
        font-size: 14px;
        line-height: 160%;
    }
        .pro_con1 .right .pro_con3 .tag {
            color: #666;
        }
            .pro_con1 .right .pro_con3 .tag span {
            font-weight:bold; }
            .pro_con1 .right .pro_con3 .tag a {
                color: #666;
            }

        @media screen and (max-width:1200px) {
            .insidebanner {
        background: url(/temp/lib/images/mbanner-4.jpg) no-repeat center;
        background-size:100% 100%;
    }

    .inside_menu a {
        padding: 10px 0px;
        display: block;
        float: left;
        border: 2px solid #fff;
        box-sizing: border-box;
        font-size: 13px;
    }

        .inside_menu a:first-child {
            border-radius: 0px;
        }

        .inside_menu a:last-child {
            border-right: 0px solid #fff;
            border-radius: 0px;
        }

    .zr_pro {
        width: 100%;
        margin: 10px 0px;
        float: left;
    }
    .zr_pro ul li {
        float: left;
        width: 47vw;
        margin: 0px 2vw;
        border: 1px solid #ddd;
        box-sizing: border-box;
        margin-bottom: 10px;
        border-radius: 5px;
    }

        .zr_pro ul li:nth-child(4n) {
            margin-right: 0px;
        }
        .zr_pro ul li:nth-child(2n) {
            margin-left: 0px;
        }

        .zr_pro ul li .img {
            width: 47vw;
            height: 47vw;
            margin: 0px;
            float: left;
            overflow: hidden;
        }

            .zr_pro ul li .img img {
                width: 46vw; height:46vw;
                border: 1vw solid #fff;
                box-sizing: border-box;
                border-radius: 10px;
            }


            .zr_pro ul li p {
                font-size: 15px;
                line-height: 30px;
                height: 30px;
                overflow: hidden;
                margin: 5px 0px;
            }


    .zr_pro_descr {
        line-height: 20px;
        padding:5px; box-sizing:border-box;
        font-size: 130%;
    }
    .pro_con1 .left {
        width: 100%;
        float: left;
        margin-left: 0px;
    }

    .pro_con1 .right {
        width: 100%; margin-top:10px;
        float: right;
    }

        .pro_con1 .right h2 {
            text-align: center;
            line-height: 40px;
            font-weight: bold;
            font-size: 18px;
            background: #f6f6f6;
        }

        .pro_con1 .right .cp_jc {
            margin-top: 5px;
        }

            .pro_con1 .right .cp_jc li {
                width: 98%; 
                color: #555;
                margin-right: 0%; margin:0px 1%;
                margin-bottom: 5px;
                line-height: 30px;
                border: 1px solid #f3f3f3;
                float: left;
                font-size: 12px;
                font-weight: bold;
                box-sizing: border-box;
            }

                .pro_con1 .right .cp_jc li:nth-child(2n) {
                    margin-right: 0px;
                }

                .pro_con1 .right .cp_jc li p {
                    margin-right: 5px;
                    font-size: 12px;
                    width: 70px;
                }

            .pro_con1 .right .pro_con2 span {
                background-color: #f6f6f6;
                float: left;
                color: #333;
                font-weight: bold;
                padding: 4px 8px;
                font-size: 14px;
            }

        .pro_con1 .right .pro_con3 {
            font-size: 14px;
            line-height: 180%;
        }
            .zr_tj .title {
                height: 9vw;
                line-height: 9vw;
                background: url(../images/tit011.png) no-repeat center;
                background-size: 100% auto;
            }

                .zr_tj .title i {
                    font-size: 160%;
                    margin-left: 20px;
                }

                .zr_tj .title a {
                    font-size: 160%;
                    margin-right: 20px;
                }
                .zr_tj .cont ul li {
                    padding: 4px;
                    box-sizing: border-box;
                    width:50%;
                    float: left;
                    text-align: center;
                }

                    .zr_tj .cont ul li img {
                        width: 100%;
                    }

                    .zr_tj .cont ul li p {
                        height: 30px;
                        line-height: 30px;
                        overflow: hidden;
                    }

}









