
.pro369 {
    padding: 55px 0 56px;
    min-height: 300px;
}
.pro369 .w369 {
    width: 1200px;
    margin: 0 auto;
}
.pro369 .project {
    overflow: hidden;
}
.pro369 .project .list {
    width: 105%;
}

.pro369 .prolist {
    width: 100%;
}
.pro369 .prolist .item {
    width: 280px;
    margin: 0 26px 30px 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.pro369 .prolist .item:first-child {
    margin-left: 0;
}
.pro369 .prolist .item img {
    width: 280px;
    height: 210px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.pro369 .prolist .item .bg {
    width: 280px;
    height: 210px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    background: url(/template/pc/skin/images/bj369.png) repeat 0 0;
    position: absolute;
    left: -100%;
    top: 0;
}
.pro369 .prolist .item .plus {
    width: 280px;
    height: 210px;
    display: block;
    transition: all ease .4s;
    background: url(/template/pc/skin/images/h669.png) no-repeat center center;
    position: absolute;
    left: -100%;
    top: 0;
}
.pro369 .prolist .item h3 {
    color: #000;
    line-height: 22px;
    text-align: center;
    padding-top: 12px;
    overflow: hidden;
    font-family: "microsoft yahei";
}
.pro369 .prolist .item:hover .bg {
    left: 0;
}
.pro369 .prolist .item:hover .plus {
    left: 0;
}
.pro369 .prolist .item:hover img {
    -webkit-filter: brightness(110%);
    filters: brightness(110%);
}
.pro369 .prolist .item:hover h3 {
    color: #da1f2e;
}
.pro369 .pages {
    padding: 30px 0 30px;
    width: 100%;
    text-align: center;
}
.pro369 .pages a {
    color: #666;
    padding: 0 14px;
    margin: 0 3px;
font-/weight: bold;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.pro369 .pages * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 30px;
    padding-bottom: 1px;
}
.pro369 .pages a:hover, .pro369 .pages .active a{
    display: inline-block;
    color: #fff;
    background: #da1f2e;
    border-color: #da1f2e;
}





