.hire_box {
    width: 100%;
    padding: calc(17px + 3rem) 0;
}

.hire {
    max-width: 1500px;
    width: 90%;
    margin: auto;
}

.hire_detail {
    width: 100%;
    height: calc(80px + 15rem);
    background: #FFFFFF;
    box-shadow: 0px calc(2px + 0.1rem) calc(5px + 0.25rem) 0px rgba(0, 0, 0, 0.1);
    border-radius: calc(10px + 0.5rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(15px + 2rem);
}

.hire_detail_pic {
    width: 41.3333%;
    height: 100%;
    overflow: hidden;
    border-radius: calc(10px + 0.5rem);
}
.hire_detail_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    border-radius: calc(10px + 0.5rem);
}
.hire_detail_right{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: calc(5px + 4rem);
}
.hire_detail_right .p1{
    width: 100%;
font-family: Source Han Sans, Source Han Sans;
font-weight: 500;
font-size: calc(8px + 2rem);
color: #333333;
line-height: calc(10px + 3rem);
}
.hire_detail_right .p2{
    width: 100%;
font-family: Source Han Sans, Source Han Sans;
font-weight: 350;
font-size: calc(10px + 0.5rem);
color: #999999;
line-height: calc(10px + 1.5rem);
margin-top: calc(5px + 0.5rem);
}

.hire_more{
    width: calc(4px + 4rem);
height: calc(4px + 4rem);
background: #007BA3;
border-radius: 50%;
margin-top: calc(15px + 3rem);

}
.hire_more a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hire_more a img{
    width: calc(10px + 1.5rem);
}

.hire_2_box{
    width: 100%;
    padding-top: calc(4px + 4rem);
    padding-bottom: calc(24px + 5rem);
    background-color: #F6F9FE;
}

.hire_2{
    max-width: 1500px;
    width: 90%;
    margin: auto;
}
.hire_2_main_box{
    margin-top: calc(2px + 2rem);
}
.hire_2_main{
    width: 100%;
height: calc(80px + 20rem);
background: #FFFFFF;
box-shadow: 0px calc(2px + 0.1rem) calc(5px + 0.25rem) 0px rgba(0,0,0,0.1);
border-radius: calc(10px + 0.5rem);
display: flex;
justify-content: space-between;
align-items: center;
padding-left: calc(10px + 4rem);
padding-right: calc(3px + 1rem);
display: none;
}
.hire_2_main:nth-of-type(1){
    display: flex;
}
.hire_2_left{
    flex: 1;
}

.hire_2_left .p1{
height: calc(10px + 1.5rem);
font-family: Source Han Sans, Source Han Sans;
font-weight: 700;
font-size: calc(4px + 1rem);
color: #007BA3;
line-height: calc(5px + 1.5rem);
border-left: calc(2px + 0.1rem) #007BA3 solid;
padding-left: calc(2px + 1rem);
}

.hire_2_left .p2{
font-family: Source Han Sans, Source Han Sans;
font-weight: 350;
font-size: calc(8px + 0.5rem);
color: #333333;
line-height: calc(18px + 2rem);
margin-top: calc(10px + 1rem);
}
.hire_2_left .p2 p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hire_2_left .p2 p::before{
    content: "";
    display: inline-block;
    width: calc(4px + 0.25rem);
height: calc(4px + 0.25rem);
background: #007BA3;
border-radius: 50%;
margin-right: calc(7px + 0.5rem);
}
.hire_2_pic{
    width: 28.4%;
    
}
.hire_2_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company_pic_box{
    width: 100%;
    padding: calc(9px + 4rem) 0;
}
.company_pic{
    max-width: 1740px;
    width: 90%;
    margin: auto;
}
.company_pic_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(2px + 1.5rem);
    margin-top: calc(10px + 3rem);
}
.company_pic_item{
    width: 23.6207%;
    height: calc(26px + 15rem);
}
.company_pic_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1100px){
    .about_nav_box{
        padding-right: 0 !important;
    }
    .hire_detail{
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .hire_detail_pic{
        width: 100%;
        height: auto;
    }
    .hire_detail_right{
        padding: 0 calc(10px + 1rem);
        padding-bottom: calc(10px + 1rem);
    }
    .hire_detail_right .p1{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
      
    }
    .hire_detail_right .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .hire_more {
        width: calc(18px + 4rem);
        height: calc(18px + 4rem);
      
    }
    .hire_more a img {
        width: calc(19px + 1.5rem);
    }
    .hire_2_main{
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
        padding: calc(10px + 5rem) calc(10px + 1rem) ;
    }
    .hire_2_left .p1{
        font-size: calc(14px + 1rem);

    }
    .hire_2_left .p2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }
    .hire_2_left .p2 p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .hire_2_pic{
        width: 100%;
    }
    .company_pic_item {
        width: 48.5%;
        height: calc(26px + 26rem);
    }
}