* {
    margin: 0;
    padding: 0
}

#bj {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#imgbox {
    position: absolute;
    width: 100%;
    z-index: 9999;
    text-align: center;
    display: table;
    background-color: rgba(0,0,0,1);


    left: 0;
    top: 0;
    display: none;
}

#imgbox div {
    width: 100%;
    position: relative;
    text-align: center;

}

#imgbox img {
    padding: 30px 0;

    vertical-align: middle;

}

#imgbox .next, #imgbox .prev {
    display: block;
    width: 50px;
    height: 45px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;

}

#imgbox .next {
    right: 10px;

    display: inline-block;
    background: url("../images/next.png");

}

#imgbox .prev {
    left: 10px;

    display: inline-block;
    background: url("../images/prev.png");

}

#imgbox span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: white;
    color: red;
    background: url("../images/close.png");
    position: absolute;
    right: 40px;
    top: 30px;
    cursor: pointer;
}

.probootstrap-main .card-columns .card span {
    text-align: center;
    position: absolute;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;

    top: 6%;
    right: 6%;
    font-size: 16px;

    z-index: 9999;
}

.dian {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 3px;
    background: grey;
}

.masage {
    list-style: none;
    margin: 0;
    padding: 0;

    font-size: 12px;


}
#webmasg{
    display: none;
    text-align: center;
    color: #CCCCCC;
    font-family:宋体;
    margin-bottom: 20px;
}

#webmasg li  {
    line-height: 18px;

}

#webmasg li span {

    font-size: .6em;
}

#webmasg li strong{
    line-height: 30px;
    font-size: .9em;
    font-weight: lighter;

}

.pubuliu {

    column-count: 4;
    column-gap: 0;
}

.pubucard {

    overflow: hidden;
    border: 2px solid white;

   

}

.pubucard img {

    width: 100%;
    display: block;

}

.pubucard img {
    transition: all 0.2s;

}

.pubucard img:hover {
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    transform: scale(1.14);
   /* opacity: .7;*/






}




/*.probootstrap-main .card-columns .card {
    overflow: hidden;

}

.probootstrap-main .card-columns .card img {
    transition: all 0.2s;
}

.probootstrap-main .card-columns .card img:hover {
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    transform: scale(1.14);
}

.probootstrap-main .card-columns .card .card-img-top {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
}

.probootstrap-main .card-columns .card .probootstrap-animate:hover {
    -webkit-transform: scale(1.24);
    -ms-transform: scale(1.24);
    transform: scale(1.24);
}*/



