@media screen and (min-width: 992px) {
    .hire-topBlankBox {
        height: 63px;
    }

    .hire-title {
        text-align: center;
        color: #666666;
        padding: 45px 0px;
    }

    .hire-subtitle {
        color: #555;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .hire-subtitle1 {
        color: #555;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .hire-hr {
        height: 1px;
        border: none;
        border-top: 1px dashed #E8E8E8;
    }

    .hire-container-pContainer {
        padding: 20px;
        display: none;
    }

    .hire-container-pContainer img {
        max-width: 100%;
    }

    .hire-container p {
        padding: 5px 0;
        color: #555;
    }

    .hire-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 60px;
    }

    .hire-content-text1 {
        width: 18%;
        font-weight: 400;
        color: #555555;
    }

    .hire-content-text2 {
        width: 18%;
        font-weight: 400;
        color: #EB4E00;
    }

    .hire-content-text3 {
        width: 18%;
        font-weight: 400;
        color: #555;
    }

    .hire-content-text4 {
        width: 26%;
        font-weight: 400;
        color: #555;
    }

    .hire-content-text5 {
        width: 20%;
        text-align: right;
    }

    .hire-button {
        display: none;
        margin: 0 0 20px 30px;
        height: 35px;
        width: 100px;
        background-color: #1787fb;
        border: none;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
    }

    .hire-content-arrow {
        display: inline-block;
        margin-right: 25px;
        font-weight: 300;
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .hire-title {
        font-size: 22px;
    }

    .hire-subtitle {
        font-size: 12px;
    }

    .hire-subtitle1 {
        font-size: 12px;
    }

    .hire-container p {
        font-size: 12px;
    }

    .hire-content-text1 {
        font-size: 16px;
    }

    .hire-content-text2 {
        font-size: 12px;
    }

    .hire-content-text3 {
        font-size: 12px;
    }

    .hire-content-text4 {
        font-size: 12px;
    }
}

@media (min-width:1441px) and (max-width: 1680px) {
    .hire-title {
        font-size: 23px;
    }

    .hire-subtitle {
        font-size: 13px;
    }

    .hire-subtitle1 {
        font-size: 13px;
    }

    .hire-container p {
        font-size: 13px;
    }

    .hire-content-text1 {
        font-size: 17px;
    }

    .hire-content-text2 {
        font-size: 13px;
    }

    .hire-content-text3 {
        font-size: 13px;
    }

    .hire-content-text4 {
        font-size: 13px;
    }
}

@media (min-width: 1681px) {
    .hire-title {
        font-size: 24px;
    }

    .hire-subtitle {
        font-size: 14px;
    }

    .hire-subtitle1 {
        font-size: 14px;
    }

    .hire-container p {
        font-size: 14px;
    }

    .hire-content-text1 {
        font-size: 18px;
    }

    .hire-content-text2 {
        font-size: 14px;
    }

    .hire-content-text3 {
        font-size: 14px;
    }

    .hire-content-text4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .hire-topBlankBox {
        height:90px;
    }

    .hire-title {
        font-size: 22px;
        text-align: center;
        color: #666666;
        padding: 45px 0px;
    }

    .hire-subtitle {
        font-size: 12px;
        color: #555;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .hire-subtitle1 {
        font-size: 12px;
        color: #555;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .hire-hr {
        height: 1px;
        border: none;
        border-top: 1px dashed #E8E8E8;
    }

    .hire-container-pContainer {
        padding: 20px;
        display: none;
    }

    .hire-container-pContainer img {
        max-width: 100%;
    }

    .hire-container p {
        font-size: 12px;
        color: #555;
    }

    .hire-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* align-items: center; */
        min-height: 60px;
    }

    .hire-content-text1 {
        padding: 5px 0;
        width: 65%;
        font-size: 13px;
        font-weight: 400;
        color: #555555;

    }

    .hire-content-text2 {
        padding: 5px 0;
        text-align: right;
        width: 35%;
        font-size: 12px;
        font-weight: 400;
        color: #EB4E00;

    }

    .hire-content-text3 {
        font-size: 12px;
        font-weight: 400;
        color: #555;
        width: 100%;
    }

    .hire-content-text4 {
        font-size: 12px;
        font-weight: 400;
        color: #555;
        width: 100%;
    }

    .hire-content-text5 {
        display: none;
    }

    .hire-button {
        display: none;
        margin: 0 0 20px 30px;
        height: 35px;
        width: 100px;
        background-color: #1787fb;
        border: none;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
    }

    .hire-content-arrow {
        display: inline-block;
        margin-right: 25px;
        font-weight: 300;
        width: 16px;
        height: 16px;
    }
}

.rotate {

    transform-origin: center center;
    /* 旋转中心要是正中间 才行 */

    transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transition: transform 0.2s;
    /* 过度时间 可调 */

    -moz-transition: -moz-transform 0.2s;

    -moz-transition: -moz-transform 0.2s;

    -o-transition: -o-transform 0.2s;

    -ms-transition: -ms-transform 0.2s;

}

.rotate1 {

    transform-origin: center center;

    transform: rotate(0deg);
    /* 返回原点 */

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transition: transform 0.2s;

    -moz-transition: -moz-transform 0.2s;

    -moz-transition: -moz-transform 0.2s;

    -o-transition: -o-transform 0.2s;

    -ms-transition: -ms-transform 0.2s;

}

.hire-container #content img {
    display: inline-block;
}
.ban{
    width: 100%;
    height: 200px;
    background: url(../../img/image.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 25px;
    box-sizing: border-box;
}
.ban .title{
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
.ban .text{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ban .bot .bot1{
    font-size: 18px;
    border: 1px solid #fff;
    width: 270px;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}
.ban .marginleft{
    margin-left: 20px;
}
