.serverBody{
    padding: 77px 12.3% 50px 12.3%;
    border-bottom: 1px solid #EAEAEA;
}

.serverBox{
display: flex;
flex-direction: column;
width: 190px;
}

/* 正六边形 */
.serverBoxImg .wrap{
    height:110px;
    width: 190px;
    position: relative;
    margin: 0 auto;
   background-size: auto 220px;
}
.serverBoxImg1 .wrap{
    background: url('../img/Artboard1.png') 50% 50% no-repeat;
}
.serverBoxImg2 .wrap{
    background: url('../img/Artboard2.png') 50% 50% no-repeat;
}
.serverBoxImg3 .wrap{
    background: url('../img/Artboard3.png') 50% 50% no-repeat;
}
.serverBoxImg4 .wrap{
    background: url('../img/Artboard4.png') 50% 50% no-repeat;
}
.serverBoxImg5 .wrap{
    background: url('../img/Artboard5.png') 50% 50% no-repeat;
}
.serverBoxImg .wrap:hover{
    box-shadow:black 0px 0px 10px;
}

.serverBoxImg .common{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left:0;

}
.serverBoxImg .common:before{
    content:'';
    position: absolute;
    background-size: auto 220px;
    width: 190px;
    height: 220px;
    
}
.serverBoxImg1 .common:before{
    background:url('../img/Artboard1.png') 50% 50% no-repeat;
}
.serverBoxImg2 .common:before{
    background:url('../img/Artboard2.png') 50% 50% no-repeat;
}
.serverBoxImg3 .common:before{
    background:url('../img/Artboard3.png') 50% 50% no-repeat;
}
.serverBoxImg4 .common:before{
    background:url('../img/Artboard4.png') 50% 50% no-repeat;
}
.serverBoxImg5 .common:before{
    background:url('../img/Artboard5.png') 50% 50% no-repeat;
}
.serverBoxImg .left{
    transform: rotate(60deg);
}
.serverBoxImg .left:before{
    transform: rotate(-60deg) translate(48px,-28px);
}
.serverBoxImg .right{
    transform: rotate(-60deg);
}
.serverBoxImg .right:before{
     transform: rotate(60deg) translate(48px,28px);
     bottom: 0;
}

.serverBox .serverBoxImg{
   position: relative;
}


.serverBody .serTit{
    text-align: center;
    margin-top: 70px;
	margin-bottom: 10px;
    height:24px;
    font-size:16px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.serverBody  .serInfo{
    font-size:14px;
font-weight:400;
color:rgba(136,136,136,1);
line-height:24px;
}