@charset "utf-8";
/* CSS Document */


.rollbox {
    width: 847px!important;
    height: 440px;
    float: left;
    overflow: hidden;
}
.imgtit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.imgroll {
    width: 100%;
    height: 440px;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}
.societyServer {
    width: 340px;
    float: right;
    height: 440px;
    border: 1px solid #DFDFDF;
    box-shadow: 0 0 2px 1px #DFDFDF;
    padding: 0 20px;
}
.serverTit {
    font-size: 20px;
    color: #38761D;
    font-weight: bold;
    border-bottom: 1px solid #DFDFDF;
    padding-top: 10px;
    line-height: 40px;
    margin-bottom: 30px;
}
.sitem {
    background: no-repeat left 15px center;
    background-size: 27px;
    padding-left: 50px;
    width: 132px;
    height: 46px;
    float: left;
    border: 1px solid #DFDFDF;
    margin-bottom: 20px;
    font-size: 16px;
    color: #777777;
    line-height: 46px;
}
.serverItemBox .sitem:nth-child(2n) {
    float: right;
}
.serverItemBox .sitem:hover {
    border: 1px solid red;
    cursor: pointer;
}
.xserver {
    display: block;
    width: 100%;
    height: 132px;
    background: url(../img/server.jpg) no-repeat center center;
    background-size: cover;
}
.serverItemBox:after {
    content: "";
    display: block;
    clear: both;
}

 @-webkit-keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
