body {
    background-color: #EBEBEB;
}
.juzhongImg {
    width: calc(100vw - 352px);

}
.juzhongImg:nth-child(2) {
    margin-top: 40px;
}
.yxList {
    display: flex;
    width: 100%;
}
.yxList li {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #131415;
    flex: 1;
}
.yxList li div {
    margin-top: -50px;
}
.gxfwImg {
    height: 100%;
    width: 100%;
}
.contctway {
    display: flex;
}
.contctway li {
    flex: 1;
    text-align: center;
    height: 238px;
    position: relative;
}
.juzhongText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.juzhongText div:nth-child(1) {
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
}
.juzhongText div:nth-child(2) {
    font-size: 22px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    margin-top: 20px;
}