.content {
    position: relative;
    background: url("../img/header-bg.png");
    background-size: cover;
}
.head-banner{
    display: flex;
    /*position: relative;*/
    width:100%;
    height:673px;
    /*background-image: url("../img/head-banner.png");*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: flex-end;
    justify-content: center;
}

.head_footer{
    display: flex;
    width: 1190px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.38);
    overflow: hidden;
    align-items:center;
    justify-content: space-between;
}
.head_footer_left{
    display: flex;
    width: 257px;
    height: 80px;
    background-image: url("../img/head_footer_left.png");
    background-size: cover;
    align-items: center;
    justify-content: center;
}
.head_footer_left p{
    width: 128px;
    height: 40px;
    font-weight: bold;
    margin-left: -6%;
    font-size: 32px;
    color: #FFFFFF;
}
.head_footer_right{
    padding-right: 20px;
    font-size: 14px;
    color: #FFFFFF;
}
.rightImg{
    position: absolute;
    width: 484px;
    height: 576px;
    background-image: url("../img/RectangleRight.png");
    background-size: cover;
    right: 0;
    margin-top: 180px;
    opacity:20%;
}
.leftImg{
    position: absolute;
    width: 932px;
    height: 467px;
    background-image: url("../img/RectangleLeft.png");
    background-size: cover;
    left: 0;
    bottom:0;
    opacity:20%;
}

@media (max-width: 1200px) {
    .content-box{
        margin-top: 0;
    }
    .head-banner{
        height: 160px;
        width: 100%;
    }
    .head_footer{
        width: 100%;
        height: 32px;
        background-color: rgba(0, 0, 0, 0.38);
        align-items: center;
    }
    .head_footer p{
        margin-top: 15px;
    }
    .head_footer_left{
        background-image: url(../img/head_footer_left.png);
        width: 100px;
        height:31px;

    }
    .head_footer_left p{
        width: 64px;
        height: 20px;
        font-size: 16px;
        margin-left: -21%;
    }
    .head_footer_right{
        padding-right: 5px;
    }
    .head-banner{
        display: flex;
        width:100%;
        height:160px;

        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        align-items: flex-end;
        justify-content: center;
    }

    .leftImg{
        display: none;
    }
    .rightImg{
        display: none;
    }
}
