


/* 列表 */

.pagelist h4 {
    font-family: rzzyFont;
    color: #333;
    font-size: 24px;
}
.pagelist h2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    /*color: rgba(35, 133, 253, 1);*/
    /*margin-bottom: 15px;*/
    margin-top: 50px;
    margin-left: 48px;
}


.lisTile {
    margin: 40px 0 0 0;
    text-align: center;
}

.lisTileUls {
    padding-left: 10px;
}

.lisTileUls li {
    float: left;
    margin-right: 26px;
    width: 275px;
    height: 186px;
    background-color: #ccc;
}

.lisTileUls li img {
    width: 100%;
    height: 100%;
}

.lisTileUls li:nth-child(4n) {
    margin-right: 0;
}

.lisTileUlsBoom {
    padding-left: 15px;
    margin-bottom: 80px;
}

.lisTileUlsBoom li {
    margin-top: 40px;
    float: left;
    margin-right: 14px;
    width: 222px;
    height: 144px;
    background-color: #ccc;
}

.lisTileUlsBoom li img {
    width: 100%;
    height: 100%;
}

.lisTileUls li:nth-child(5n) {
    margin-right: 0;
}

/* 点击图片放大 */
.certificateBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    z-index: 77;
}
.certificateBox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    z-index: 101;
}
.close{
    cursor: pointer;
    width: 40px;
    height: 40px;
    /*background-color: rgb(35, 133, 253);*/
    color: #fff;
    border-radius: 11px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    position: absolute;
    top: -12px;
    right: 27px;
    /*box-shadow:0px 0px 10px #666;*/
    /*border:1px solid green;*/

}
.close img{
    width: 100%;
    height: 100%;
}