/*.gui_hea {
    position: fixed;
    width: 100%;
    padding: 30px 40px;
    z-index: 2;
}*/

/*20200727*/
.gui_hea {
    position: absolute;
    width: 100%;
    padding: 30px 40px;
    z-index: 2;
    top: 0;
}

.gui_cons>div {
    width: 50%;
    overflow: hidden;
    position: relative;
}
.gui_pic{
    width: 100%;
    height: 100%;
}
.gui_pic.on {
    filter: blur(3px);
    overflow: hidden;
}
.gui_tetx h1{
    font-size: 36px;
    margin-bottom: 24px;
    color: #fefefe;
    font-weight: bold;
    transition: all 0.4s;
}
.gui_tetx p{
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}
.gui_tetx{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    width: 400px;
    max-height: 188px;
}

.gui_cons>div:hover .gui_tetx h1{
    margin-left: -50px;
}

