@media screen and (max-width: 1199px){
    .qiye{
        width: 100%;
        height: 7.48rem;
        background: #1A59DF;
        position: relative;
    }

    .qiye img{
        width: calc(100% - .6rem);
        height: 4.10rem;
        position: absolute;
        left: .30rem;
        right: .30rem;
        border-radius: 10px;
        top: 5.88rem;
    }
    .qiye_content{
        padding-top: 3.10rem;
        background-color: #fff;

    }
    .qiye_content h2{
        color: #1A59D9;
        font-size: .40rem;
        text-align: center;
        font-weight: normal;
        margin-bottom: .10rem;
        line-height: .60rem;
        margin-top: .60rem;
    }
    .qiye_word{
        color: #333333;
        font-size: .28rem;
        text-align: center;
        line-height: .42rem;
        margin-bottom: .32rem;
        padding: 0 .60rem;
    }
    .qiye_img{
        width:100%;
        padding: 0 .30rem;
        height: 8.50rem;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
    }
    .qiye_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: .20rem;
    }
    .qiye_blue{
        width: calc(100% - .60rem);
        background: rgba(26, 89, 233, 0.8);
        position: absolute;
        left: .30rem;
        bottom: 0;
        border-radius: 0 0 .20rem .20rem;
        text-align: left;
        color: #fff;
        font-size: .20rem;
        padding: .50rem .40rem;
        box-sizing: border-box;
        /*display: none;*/
        line-height: .30rem;

    }

}
@media screen and (min-width: 1920px){
    .qiye{
        width: 100%;
        height: 790px;
        background: #1A59DF;
        position: relative;
    }

    .qiye img{
        width: 1344px;
        height: 800px;
        position: absolute;
        left: calc( (100% - 1344px) / 2);
        top: 510px;
        object-fit: cover;
        border-radius: 18px;
    }
    .qiye_content{
        padding-top: 740px;
        background-color: #fff;

    }
    .qiye_content h2{
        color: #1A59D9;
        font-size: 60px;
        text-align: center;
        font-weight: normal;
        padding-bottom: 30px;
    }
    .qiye_word{
        color: #333333;
        font-size: 26px;
        text-align: center;
        margin-bottom: 90px;
    }
    .qiye_img{
        width: 1344px;
        height: 750px;
        margin: 0 auto;
        margin-bottom: 164px;
        position: relative;
        cursor: pointer;
    }
    .qiye_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 18px;
    }
    .qiye_blue{
        width: 1344px;
        height: 300px;
        background: rgba(26, 89, 233, 0.8);
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 0 0 18px 18px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        padding: 90px 0;
        box-sizing: border-box;
        /*display: none;*/
        line-height: 36px;

    }
    /*.qiye_img:hover .qiye_blue{*/
    /*    display: block;*/
    /*}*/
}
@media all and (max-width: 1919px)and (min-width: 1200px){
    .qiye{
        width: 100%;
        height: 474px;
        background: #1A59DF;
        position: relative;
    }

    .qiye img{
        width: 960px;
        height: 500px;
        position: absolute;
       left: 0;
       right: 0;
       margin: auto;
        top: 320px;
        object-fit: cover;
        border-radius: 18px;
    }
    .qiye_content{
        padding-top: 440px;
        background-color: #fff;

    }
    .qiye_content h2{
        color: #1A59D9;
        font-size: 60px;
        text-align: center;
        font-weight: normal;
        padding-bottom: 18px;
    }
    .qiye_word{
        color: #333333;
        font-size: 26px;
        text-align: center;
        margin-bottom: 56px;
    }
    .qiye_img{
        width: 960px;
        height: 468px;
        margin: 0 auto;
        margin-bottom: 50px;
        position: relative;
        cursor: pointer;
    }
    .qiye_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 18px;
    }
    .qiye_blue{
        width: 960px;
        height: 187px;
        background: rgba(26, 89, 233, 0.8);
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 0 0 18px 18px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding: 52px 0;
        box-sizing: border-box;
        /*display: none;*/
        line-height: 26px;

    }
    /*.qiye_img:hover .qiye_blue{*/
    /*    display: block;*/
    /*}*/
}
