/* reset */
ul, ol, li, dl {
    list-style-type: none;
}

em, i, dfn, cite, strong, small {
    font-style: normal;
}

img {
    border: 0;
}

fieldset, button, input, select, option {
    vertical-align: middle;
    font: 12px/18px "ËÎÌå",arial,sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none
}
/* color */
a:link, a:visited {
    color: #575757;
    text-decoration: none;
}

a:hover {
    color: #ef4165;
    text-decoration: none;
}

a:active {
    color: #1d7400;
}
/* clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

*html .clearfix {
    zoom: 1;
}
/* smallImg */
.smallImg {
    position: relative;
    height: 52px;
    margin-top: 1px;
    background-color: #F1F0F0;
    padding: 6px 5px;
    width: 290px;
    overflow: hidden;
    float: left;
}

.scrollbutton {
    width: 14px;
    height: 50px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

    .scrollbutton.smallImgUp, .scrollbutton.smallImgUp.disabled {
        background: url(/static/cms/images/d_08.png) no-repeat;
    }

    .scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
        background: url(/static/cms/images/d_09.png) no-repeat;
        margin-left: 275px;
        margin-top: -50px;
    }

#imageMenu {
    height: 50px;
    width: 260px;
    overflow: hidden;
    margin-left: 0;
    float: left;
}

    #imageMenu li {
        height: 50px;
        width: 65px;
        overflow: hidden;
        float: left;
        text-align: center;
    }

        #imageMenu li img {
            width: 50px;
            height: 50px;
            cursor: pointer;
        }

        #imageMenu li#onlickImg img, #imageMenu li:hover img {
            width: 44px;
            height: 44px;
            border: 3px solid #959595;
        }
/* bigImg */
.bigImg {
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

    .bigImg #midimg {
        width: 300px;
        height: 300px;
    }

    .bigImg #winSelector {
        width: 235px;
        height: 210px;
    }

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}
/* bigView */
#bigView {
    position: absolute;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 999;
}

    #bigView img {
        position: absolute;
    }

/***********/

.news_cpzx_botm_tab {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .news_cpzx_botm_tab div {
        width: 60px;
        text-align: center;
        background-color: #555;
        padding: 4px 0;
        border-radius: 8px;
        margin-right: 8px;
        color: #fff;
        cursor: pointer;
    }

        .news_cpzx_botm_tab div:nth-last-child(1) {
            margin: 0;
        }

    .news_cpzx_botm_tab .news_cpzx_botm_tab_on {
        background-color: #0068b7;
    }

.ht_max_cpzx_vp .cpzx_box_cont_r_look_pt:nth-child(1) {
    box-sizing: content-box;
}