.gywm_bg{
    width: 100%;
    padding: 0 160px;
    background: #FFFFFF;
    box-sizing: border-box;

}
.gywm{
    width: 100%;
    margin-top: 106px;
    margin-bottom: 166px;
}
.gywm_title{
    text-align: center;
    margin-bottom: 85px;
}
.gywm_title>.title{
    font-size: 48px;
    font-weight: 600;
    color: #333333;
    line-height: 67px;
}
.gywm_title>.two_title{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}

.cont_one{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.cont_one>.one{
    cursor: pointer;
    position: relative;
    width: 49%;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
}
.cont_one>.one>img{
    width: 100%;
    height: 420px;
}
.cont_one>.one>span{
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
