.banner {
    height: 31.25vw;
    width: 100vw;
    background-image: url('../img/servers/serversBanner2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.servers {
    padding: 5.10vw 11.09vw;
    height: 56.25vw;
    box-sizing: border-box;
}

.servers .exhibitTitle {
    text-align: center;
    margin-left: 0;
}

.servers .exhBlackTit {
    left: 50%;
    transform: translateX(-50%);
}

.serverNet {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
    width: 70vw;
}

.serverNet img {
    width: 45vw;
    height: 35vw;
    display: flex;
}

.serverNetDescs {
    width: 23.85vw;
    color: #C61B24;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.serverNetDescs h3 {
    font-size: 1.88vw;
    font-weight: bold;
    margin-bottom: 2vw;
}

.serverNetDescs p {
    color: #3E3E3E;
    font-size: 1.46vw;
    font-weight: 400;
    line-height: 2.5vw;
}

.idea {
    background-image: url('../img/servers/serverBack.jpg');
    height: 56.25vw;
    width: 100vw;
    background-size: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.idea .exhibitTitle {
    color: rgba(0, 0, 0, 0.1);
}

.serversSub {
    text-align: center;
    color: #2B2B2B;
    font-size: 1.46vw;
    font-weight: 400;
    line-height: 3.13vw;
    margin: 2vw auto 3vw;
}

.ideaDesc {
    display: flex;
    justify-content: space-around;
}

.ideaBox {
    width: 19.58vw;
    height: 23.75vw;
    background-color: rgba(255, 255, 255, 0.8);
    /* padding: 4.5vw 5.21vw; */
    box-sizing: border-box;
    text-align: center;
    border-radius: 0.5vw;
    /* border-top-right-radius:2vw; */
}

.ideaTit {
    color: #C61B24;
    font-size: 1.88vw;
    font-weight: bold;
    line-height: 4.5vw;
}

.ideaBoxDesc {
    color: #000;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 2.19vw;
}

.ideaBox i {
    display: inline-block;
    width: 19.58vw;
    height: 13.58vw;
    background-size: 100%;
    background-repeat: no-repeat;
}

.zongzhi {
    background-image: url('../img/servers/ln1.png');
}

.xiangying {
    background-image: url('../img/servers/ln2.png');
}

.chengnuo {
    background-image: url('../img/servers/ln3.png');
}

.mcs {
    padding: 5.1vw 5.09vw;
    height: 50vw;
    box-sizing: border-box;
}

.imgBox {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.imgBox img {
    float: left;
    width: 45%;
    padding: 20px;
}

.serversSub {}