@import "base.css";
@media only screen and (min-width: 1366px) {
  #main .job_box {
    background: url(../img/job_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 1.15rem;
    padding-top: 0.76rem;
  }
  #main .job_box .search {
    margin-bottom: 1.04rem;
    display: flex;
    justify-content: center;
  }
  #main .job_box .search_box {
    position: relative;
    width: 7.3rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .job_box .search_box select {
    width: 1.6rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.1rem;
    font-size: 16px;
    position: absolute;
    left: 0;
  }
  #main .job_box .search_box .text_input {
    width: 4.5rem;
    height: 0.5rem;
    position: absolute;
    left: 1.6rem;
    padding-left: 0.1rem;
  }
  #main .job_box .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 6.1rem;
  }
  #main .employ_type ul {
    display: flex;
    justify-content: space-between;
  }
  #main .employ_type ul li {
    cursor: pointer;
  }
  #main .employ_type ul li .img_box {
    width: 4.12rem;
    height: 2.32rem;
    overflow: hidden;
  }
  #main .employ_type ul li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .employ_type ul li .check_detail {
    width: 100%;
    height: 0.8rem;
    display: block;
    font-size: 24px;
    color: #18a0ae;
    background-color: #fff;
    text-align: center;
    line-height: 0.8rem;
  }
  #main .employ_type ul li.active .check_detail {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .employ_type ul li:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .employ_type ul li:hover .check_detail {
    background-color: #18a0ae;
    color: #fff;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 1366px) {
  #main .job_box .search_box select {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 767px) {
  #main .job_box .search_box select {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 1440px) {
  #main .employ_type ul li .check_detail {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 1200px) {
  #main .employ_type ul li .check_detail {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 1024px) {
  #main .employ_type ul li .check_detail {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 767px) {
  #main .employ_type ul li .check_detail {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  #main .job_box {
    background: url(../img/job_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 1.15rem;
    padding-top: 0.76rem;
  }
  #main .job_box .search {
    margin-bottom: 1.04rem;
    display: flex;
    justify-content: center;
  }
  #main .job_box .search_box {
    position: relative;
    width: 7.5rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .job_box .search_box select {
    width: 1.8rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.2rem;
    font-size: 14px;
    position: absolute;
    left: 0;
  }
  #main .job_box .search_box .text_input {
    width: 4.5rem;
    height: 0.5rem;
    position: absolute;
    left: 1.8rem;
    padding-left: 0.1rem;
  }
  #main .job_box .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 6.3rem;
  }
  #main .employ_type ul {
    display: flex;
    justify-content: space-between;
  }
  #main .employ_type ul li {
    cursor: pointer;
  }
  #main .employ_type ul li .img_box {
    width: 4.12rem;
    height: 2.32rem;
    overflow: hidden;
  }
  #main .employ_type ul li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .employ_type ul li .check_detail {
    width: 100%;
    height: 0.8rem;
    font-size: 20px;
    color: #18a0ae;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 0.8rem;
  }
  #main .employ_type ul li.active .check_detail {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .employ_type ul li:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .employ_type ul li:hover .check_detail {
    background-color: #18a0ae;
    color: #fff;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .job_box .search_box select {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .employ_type ul li .check_detail {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .employ_type ul li .check_detail {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .employ_type ul li .check_detail {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .job_box {
    background: url(../img/job_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 1.15rem;
    padding-top: 0.76rem;
  }
  #main .job_box .search {
    margin-bottom: 2.04rem;
    display: flex;
    justify-content: center;
  }
  #main .job_box .search .search_box {
    position: relative;
    width: 7.9rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .job_box .search .search_box select {
    width: 2.2rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.2rem;
    font-size: 14px;
    position: absolute;
    left: 0;
  }
  #main .job_box .search .search_box .text_input {
    width: 4.5rem;
    height: 0.5rem;
    position: absolute;
    left: 2.2rem;
    padding-left: 0.1rem;
  }
  #main .job_box .search .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 6.7rem;
  }
  #main .employ_type ul {
    display: flex;
    justify-content: space-between;
  }
  #main .employ_type ul li {
    cursor: pointer;
  }
  #main .employ_type ul li .img_box {
    width: 4.12rem;
    height: 2.32rem;
    overflow: hidden;
  }
  #main .employ_type ul li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .employ_type ul li .check_detail {
    width: 100%;
    height: 0.8rem;
    font-size: 18px;
    color: #18a0ae;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 0.8rem;
  }
  #main .employ_type ul li.active .check_detail {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .employ_type ul li:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .employ_type ul li:hover .check_detail {
    background-color: #18a0ae;
    color: #fff;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .job_box .search .search_box select {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .employ_type ul li .check_detail {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .employ_type ul li .check_detail {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #main .job_box {
    background: url(../img/job_bg_02.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
  }
  #main .job_box .search {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
  }
  #main .job_box .search .search_box {
    position: relative;
    width: 6.1rem;
    height: 0.5rem;
    border: 1px solid #18a0ae;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  #main .job_box .search .search_box select {
    width: 1.8rem;
    height: 0.5rem;
    border: none;
    border-right: 1px solid #eee;
    padding: 0 0.1rem;
    font-size: 12px;
    position: absolute;
    left: 0;
  }
  #main .job_box .search .search_box .text_input {
    width: 3.5rem;
    height: 0.5rem;
    position: absolute;
    left: 2.2rem;
    padding-left: 0.1rem;
  }
  #main .job_box .search .search_box .search_btn {
    width: 1.2rem;
    height: 0.5rem;
    background-color: #18a0ae;
    color: #fff;
    position: absolute;
    left: 4.9rem;
    font-size: 12px;
  }
  #main .employ_type ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #main .employ_type ul li {
    cursor: pointer;
  }
  #main .employ_type ul li .img_box {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  #main .employ_type ul li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .employ_type ul li .check_detail {
    width: 100%;
    height: 0.8rem;
    font-size: 18px;
    color: #18a0ae;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 0.8rem;
  }
  #main .employ_type ul li.active .check_detail {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .employ_type ul li:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .employ_type ul li:hover .check_detail {
    background-color: #18a0ae;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .employ_type ul li .check_detail {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .employ_type ul li .check_detail {
    font-size: 14px;
  }
}
