.serverBlock{
    margin:0 auto;
    overflow: hidden;
    width:100%;
    padding-bottom:80px;
}
#serverPart1 .container{
    max-width:1440px;
    margin:0 auto;
    width: 80%;
}
.serverBlock *{
    box-sizing:border-box;
}
.serverBlock:nth-child(2n+1){
    background-color: #F5F5F5;
}
.serverBlock .bigTitle{
    font-size:26px;
    text-align:center;
    margin:100px 0 20px 0;
    font-weight: bold;
}
.serverBlock .smallTitle{
    font-size:16px;
    text-align:center;
    margin-bottom:50px;
}
#serverPart1 .items{
    width:100%;
}
#serverPart1 .itemContainer{
    padding:15px;
}
#serverPart1 .item{
    padding:30px 0;
    width:100%;
    height: 250px;
    background-color: #fff;
    text-align:center;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 0px #CCCCCC;
    -moz-box-shadow: 0px 0px 0px 0px #CCCCCC;
    box-shadow: 0px 0px 0px 0px #CCCCCC;
    transition:all .5s;
    -webkit-transition:all .5s;
}
#serverPart1 .item .text1{
    font-size:16px;
    line-height: 32px;
}
#serverPart1 .item .text2{
    font-size:16px;
    line-height: 30px;
}
#serverPart1 .item .intro{
    position:absolute;
    padding:15px;
    text-align:justify;
    top:100%;
    font-size:16px;
    transition:all .5s;
    -webkit-transition:all .5s;
}
#serverPart1 .item:hover{
    -webkit-box-shadow: 0px 0px 10px 0px #CCCCCC;
    -moz-box-shadow: 0px 0px 10px 0px #CCCCCC;
    box-shadow: 0px 0px 10px 0px #CCCCCC;
}
#serverPart1 .item:hover .intro{
    top:0;
    background-color: #fff;
    width:100%;
    height: 100%;
}
#serverPart1 .item .imgPart{
    padding:10px 0 20px 0;
}
#serverPart1 .item .imgPart img{
    width:80px;
    height: auto;
}
#serverPart2{

}
#serverPart2 .items{

}
#serverPart2 .item{
    height: 260px;
    padding:20px;
    text-align:center;
    position:relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 0px #CCCCCC;
    -moz-box-shadow: 0px 0px 0px 0px #CCCCCC;
    box-shadow: 0px 0px 0px 0px #CCCCCC;
}
#serverPart2 .item .text{
    font-size:15px;
    line-height: 40px;
}
#serverPart2 .item .intro{
    font-size:16px;
    line-height: 32px;
    text-align:justify;
    position: absolute;
    top:-100%;
    width:100%;
    left:0;
    height: 100%;
    padding:20px;
    transition:all .5s;
    -webkit-transition:all .5s;
    background-color: rgba(0,0,0,0.7);
    color:#eeeeee;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
    overflow: hidden;
}
#serverPart2 .item .intro p{
    text-align:center;

}
#serverPart2 .item .imgPart{
    padding:20px 0;
}
#serverPart2 .item .imgPart img{
    width:80px;
    height: auto;
}
#serverPart2 .item:hover{
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 10px 0px #CCCCCC;
    -moz-box-shadow: 0px 0px 10px 0px #CCCCCC;
    box-shadow: 0px 0px 10px 0px #CCCCCC;
}
#serverPart2 .item:hover .intro{
    top:0;
}
#serverPart3 .items{
    margin:30px auto;
    width:100%;
}
#serverPart3 .item{
    text-align:center;
    padding:10px;
    height: 240px;
}
#serverPart3 .item .imgPart{
    padding:20px 0;
}
#serverPart3 .item .imgPart img{
    width: 80px;
}
#serverPart3 .item .text1{
    font-size:16px;
    line-height: 30px;
}
#serverPart3 .item .text2{
    font-size:14px;
    line-height: 24px;
}

@media screen and (max-width: 767px){
    .serverBlock .bigTitle{
        margin: 70px auto 20px auto;
        font-size:40px;
    }
    .serverBlock .smallTitle{
        font-size:18px;
    }
}
@media screen and (max-width: 479px){


    #serverPart1 .item{
        height: auto;
    }
    .serverBlock .bigTitle{
        margin: 50px auto 10px auto;
        font-size:20px;
    }
    .serverBlock .smallTitle{
        font-size:14px;
    }
    #serverPart1 .item .text1{
        font-size:16px;
        font-weight: bold;
    }
    #serverPart1 .item .intro{
        font-size:14px;
        position: unset;
    }
    #serverPart1 .item .text2{
        font-size:14px;
    }
    #serverPart2 .item{
        padding:5px;
    }
    #serverPart3 .item .imgPart img{
        width:65px;
        height: auto;
    }
    #serverPart3 .item .text1{
        font-size:16px;
        font-weight: bold;
    }
    #serverPart3 .item .text2{
        font-size:14px;
    }
    #serverPart2 .item .imgPart{
        padding: 5px 0;
    }
    #serverPart2 .item .imgPart img{
        width: 65px;
    }
    #serverPart2 .item .text{

        font-size: 16px;
        font-weight: bold;
    }
#serverPart3 .item{
    height: 200px;
}
}