* {
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: none;
}

html,
body {
    background-color: #f6f6f6;
}

.head {
    width: 1200px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head ul li {
    padding: 0 5px;
    width: 255px;
    height: 91px;
    line-height: 91px;
    text-align: center;
}

.head ul li:first-of-type {
    padding-left: 0;
}

.head ul li a {
    display: block;
    padding-left: 30px;
    font-size: 24px;
    color: #000000;
}

.head ul li:hover {
    background: url(../img/active.png) no-repeat;
}

.head ul li:hover a {
    color: #fff;
}

.head ul li.active {
    background: url(../img/active.png) no-repeat;
}

.head ul li.active a {
    color: #fff;
}

.banner {
    width: 100%;
}

.center {
    /* background: url(../img/all-bg.jpg) no-repeat bottom center; */
    padding: 10px;
    padding-bottom: 300px;
}

.footer {
    background: #30a97e;
    font-size: 12px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
}

.cend {
    width: 1200px;
    margin: 30px auto;
}

.img {
    display: block;
    margin: 30px auto;
}

.title {
    display: block;
    margin: 60px auto;
}

.cend p {
    text-align: left;
    text-indent: 2em;
    font-size: 18px;
    color: #424242;
    line-height: 36px;
    padding-bottom: 20px;
}

.com1 {
    border-bottom: 1px dashed #bfbfbf;
    padding: 20px 10px;
}

.company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 380px;
    margin: 60px 0px;
}

.com2 {
    padding: 30px 30px;
    padding-right: 52%;
    background: #2fa97d;
}

.company p {
    color: #ffffff;
}

.company img {
    position: absolute;
    right: 20px;
    top: 20px;
}

.lb {
    margin: 30px auto;
    display: block;
}

.div_zc {
    display: flex;
    align-items: center;
}

.div_zc li {
    height: 83px;
    line-height: 64px;
    font-size: 20px;
    color: #424242;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}

.div_zc li:nth-child(1) {
    background: url(../img/z1.png) no-repeat;
    width: 415px;
}

.div_zc li:nth-child(2) {
    background: url(../img/z2.png) no-repeat;
    width: 244px;
}

.div_zc li:nth-child(3) {
    background: url(../img/z1.png) no-repeat;
    width: 415px;
}

.div_zc li:nth-child(1):hover {
    background: url(../img/a1.png) no-repeat;
}

.div_zc li:nth-child(1).active {
    background: url(../img/a1.png) no-repeat;
}

.div_zc li:nth-child(2):hover {
    background: url(../img/a2.png) no-repeat;
}

.div_zc li:nth-child(2).active {
    background: url(../img/a2.png) no-repeat;
}

.div_zc li:nth-child(3):hover {
    background: url(../img/a1.png) no-repeat;
}

.div_zc li:nth-child(3).active {
    background: url(../img/a1.png) no-repeat;
}

.com_div {
    margin: 30px auto;
    padding: 10px;
}

.com_div>div {
    padding: 20px;
    display: none;
}

.com_div div h3 {
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    color: #2fa97d;
    line-height: 50px;
    margin: 10px 0px;
}

.com_div div h3 img {
    margin-right: 5px;
}

.com_div div h4 {
    font-size: 24px;
    color: #424242;
    padding-left: 15px;
}

.com_div div p {
    font-size: 18px;
    color: #424242;
    padding-left: 15px;
}

.com_div div p strong {
    color: #0c8997;
}

.job {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.job .com_div {
    width: calc(100% - 240px);
    margin: 0px 0px;
}

.div_job {
    width: 220px;
    margin-right: 20px;
}

.div_job li {
    padding: 10px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    border: 4px solid #2fa97d;
    cursor: pointer;
}

.div_job li img {
    margin-right: 5px;
}

.div_job li:hover {
    background: linear-gradient(to right, #44b38b, #b8eedb);
}

.div_job li.active {
    background: linear-gradient(to right, #44b38b, #b8eedb);
}

.div_job li:nth-child(2) {
    border-bottom: 0px;
}

.div_job li:nth-child(1) {
    border-bottom: 0px;
}

.job .com_div h1 {
    font-size: 36px;
    text-align: center;
    line-height: 60px;
    color: #1cb0c1;
}

.job .com_div h2 {
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    color: #1cb0c1;
}

.div_list {
    padding: 20px;
    border: 1px dashed #363636;
    border-radius: 20px;
    margin: 10px 0px;
}

.job_top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.job_top li {
    padding: 10px 14px;
    border: 4px solid #2fa97d;
    font-size: 16px;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.job_top li:hover {
    background: linear-gradient(to right, #44b48b, #b7eeda);
}

.job_top li.active {
    background: linear-gradient(to right, #44b48b, #b7eeda);
}

.job_list img {
    display: block;
    margin: 20px auto;
}

.com_div .jobList h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.com_div .jobList h3 span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.com_div .jobList h3 span:last-child {
    background: #fff;
    padding: 0px 20px;
    color: #2fa97d;
    font-size: 16px;
}

.com_div .jobList h3 span:last-child img {
    margin-right: 10px;
}

.com_div .jobList h3 span:last-child input {
    outline: none;
    border: 0px;
    margin-right: 10px;
    width: 800px;
    background: transparent;
}

.com_div .jobList h3 span:last-child b {
    cursor: pointer;
}

.table {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    display: none;
}

.table_quan {
    display: flex;
    margin-top: 30px;
}

.flex {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.flex1 {
    font-size: 20px;
}

.flex1 p {
    text-indent: 0em;
    padding-left: 0px !important;
}

.flex2 .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18%;
    white-space: nowrap;
    color: #a4e4cd;
    background-color: #63c6a0;
    font-weight: bold;
    border-radius: 5px;
}

.com_div div .flex2 p {
    width: 74%;
    color: #585858;
    text-indent: 0em;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-card {
    width: 45%;
    background-color: #a4e4cd;
    border-radius: 10px;
    padding: 10px 20px;
    transition: all .3s;
    float: left;
    margin-right: 17px;
    margin-bottom: 10px;
    cursor: pointer;
}

.job-card:hover {
    background-color: #2fa97d;
}

.job-card:hover .flex2 .more {
    color: #2fa97d;
    background-color: #a4e4cd;
}

.job-card:nth-child(2n) {
    margin-right: 0px;
}

.left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}

.flex3 span img {
    margin-right: 5px;
}

#JobSearchMenu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 60px auto;
}