﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
}
body {
    font-family: "Microsoft YaHei", Helvetica, sans-serif;
    font-size: 0.22rem;
}
input, textarea {
    outline: 0;
    resize: none;
}
html, body {
}
#noResultTips {
    padding: 0.25rem 0;
    color: #333;
}
.turnpage_jobnum {
    display: block;;
}
.turnpage_pn {
    line-height: 2.5;
}
.turnpage_text {
    width: 0.8rem;
    text-align: center;
    border: 1px solid #ddd;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
.turnpage_button {
    -webkit-appearance: none;
    border: none;
    padding: 0.04rem 0.2rem;
    font-size: 0.22rem;
    color: #fff;
    background: #b9babd;
    text-align: center;
    text-decoration: none;
    border-radius: 0.1rem;
}
.loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: block;
    padding: 0.5rem;
    text-align: center;
    z-index: 9999999999999999999999999999999;
}
.index-bg {
    background: #dfe9f2;
    padding-bottom: 1.5rem;
}
.banner {
}
.banner img {
    width: 100%;
}
.body-box {
    padding: 0.4rem 0.56rem 0 0.56rem;
}
.body-box .title-h2 {
    color: #d31078;
    font-weight: bold;
    font-size: 0.36rem;
    line-height: 1.5;
    text-align: center;
}
.body-box .title-h3 {
    color: #2170aa;
    font-weight: bold;
    font-size: 0.28rem;
    line-height: 1.2;
    text-align: center;
    margin: 0.3rem auto;
}
.big-title {
    margin-bottom: 0.2rem;
}
.nav-wrap {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}
.nav-wrap .row-nav {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.nav-wrap a {
}
.nav-wrap a img {
    display: block;
}
.nav-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.23rem;
    background: #f4f4f4;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.9rem;
    z-index: 5;
}
.nav-fixed .bottom-nav-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    position: relative;
    /* background: red; */
}
.nav-fixed .bottom-nav-item .icon-wrap {
    margin-bottom: 0.12rem;
}
.nav-fixed .bottom-nav-item .icon-wrap.icon1 {
    background: url("images/icon.png") no-repeat top center;
    width: 0.49rem;
    height: 0.47rem;
    background-size: cover;
}
.nav-fixed .bottom-nav-item .icon-wrap.icon2 {
    background: url("images/icon2.png") no-repeat top center;
    width: 0.45rem;
    height: 0.47rem;
    background-size: cover;
}
.nav-fixed .bottom-nav-item .icon-wrap.icon3 {
    background: url("images/icon3.png") no-repeat top center;
    width: 0.44rem;
    height: 0.47rem;
    background-size: cover;
}
.nav-fixed .bottom-nav-item.active .icon-wrap.icon1 {
    background: url("images/icon-on.png") no-repeat top center;
}
.nav-fixed .bottom-nav-item.active .icon-wrap.icon2 {
    background: url("images/icon2-on.png") no-repeat top center;
    background-size: cover;
}
.nav-fixed .bottom-nav-item.active .icon-wrap.icon3 {
    background: url("images/icon3-on.png") no-repeat top center;
}
.nav-fixed .bottom-nav-item span {
    font-size: 0.24rem;
    color: #3e3a39;
    text-decoration: none;
    font-weight: bold;
}
.nav-fixed .bottom-nav-item.active span {
    color: #006ab6;
}
.nav-second-wrap {
    position: absolute;
    background: #f3f4f3;
    bottom: 1.3rem;
    width: 1.8rem;
    z-index: 6;
    display: none;
}
.nav-second-wrap:after {
    content: "";
    position: absolute;
    /* background: #f3f4f3; */
    left: 50%;
    width: 0;
    height: 0;
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
    border-top: 0.2rem solid #f3f4f3;
    margin-left: -0.2rem;
}
.nav-second-wrap.second1 {
    left: -0.4rem;
}
.nav-second-wrap.second2 {
    left: 50%;
    margin-left: -1.2rem;
    width: 2.4rem;
}
.nav-second-wrap.second3 {
    right: -0.8rem;
    width: 3rem;
}
.nav-second-wrap ul {
    padding: 0 0.02rem;
}
.nav-second-wrap ul li {
    padding: 0 0.2rem;
    border-bottom: 1px solid #a3a4a4;
}
.nav-second-wrap ul li:last-of-type {
    border: none
}
.nav-second-wrap ul li a {
    line-height: .7rem;
    color: #3e3a39;
}
.nav-second-wrap ul li a:link {
    text-decoration: none;
    color: #3e3a39;
}
.nav-second-wrap ul li a:hover {
    text-decoration: none;
    color: #3e3a39;
}
.nav-second-wrap ul li a:active {
    text-decoration: none;
    color: #3e3a39;
}
.nav-second-wrap ul li a:visited {
    text-decoration: none;
    color: #3e3a39;
}
.company-title {
    position: relative;
    margin-top: -0.6rem;
}
.company-title img {
}
.text-content {
}
.text-content p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    text-indent: 2em;
    color: #595757;
    text-align: justify;
    margin-bottom: 0.15rem;
}
.img {
    width: 100%;
    margin: 0.3rem auto;
}
.img img {
    width: 100%;
}
.more-btn {
    text-align: center;
}
.more-btn a {
}
.more-btn a img {
    margin: 0 auto;
}
.title-h3-bg {
    width: 6.53rem;
    height: 0.72rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.46rem;
    font-weight: bold;
    margin: 0.5rem auto 0.3rem auto;
}
.title-h3-bg.title-blue {
    background: url("images/t-bg-blue.png") no-repeat;
    background-size: cover;
}
.title-h3-bg.title-blue2 {
    background: url("images/t-bg-blue2.png") no-repeat;
    background-size: cover;
}
.title-h3-bg.title-green {
    background: url("images/t-bg-green.png") no-repeat;
    background-size: cover;
}
.title-h3-bg.title-orange {
    background: url("images/t-bg-orange.png") no-repeat;
    background-size: cover;
}
.title-h3-bg.title-orange2 {
    background: url("images/t-bg-orange2.png") no-repeat;
    background-size: cover;
}
.title-h3-bg.title-pink {
    width: 6.53rem;
    height: 0.88rem;
    background: url("images/t-bg-pink.png") no-repeat;
    background-size: cover;
}
.title-h3-bg.title-pink2 {
    background: url("images/t-bg-pink2.png") no-repeat;
    background-size: cover;
}
.logo-title {
    text-align: center;
    margin-top: 0.35rem;
}
.logo-title .title-h3-bg2 {
    color: #fff;
    text-align: center;
    line-height: 0.26rem;
    font-weight: bold;
    margin-top: 0.15rem;
}
.logo-title .title-h3-bg2 span {
    display: block;
    line-height: 1.8;
    font-size: 0.18rem;
    font-weight: bold;
    margin-top: 0.11rem;
    /*background: red;*/
}
.logo-title .title-h3-bg2 i {
    display: block;
    font-size: 0.16rem;
    line-height: 1.2;
    /*background: green;*/
}
.logo-title .title-h3-bg2.title-blue {
    width: 6.53rem;
    height: 0.85rem;
    background: url("images/t-bg-blue2.png") no-repeat;
    background-size: cover;
}
.strong-blue {
    color: #184c89;
    font-weight: bold;
}
.strong-green {
    color: #74bc1f;
    font-weight: bold;
}
.strong-orange {
    color: #f79622;
    font-weight: bold;
}
.btn-back {
    position: fixed;
    right: 0.2rem;
    top: 0.2rem;
}
.btn-back img {
    width: 0.29rem;
    position: relative;
}
.top-wrap {
}
.top-wrap .logo {
    width: 3.24rem;
    display: block;
}
.title-img {
}
.title-img img {
    display: block;
}
.job-text {
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.5;
}
.job-text strong {
    font-weight: bold;
}
.job-search-wrap {
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 0.35rem;
    margin-bottom: 0.5rem;
}
.job-search-wrap .select-item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 0.25rem;
}
.job-search-wrap .select-item.item-dsc{
    font-weight: bold;
}
.job-search-wrap .select-item select {
    display: block;
    width: 100%;
    border: 1px solid #626262;
    border-radius: 0.1rem;
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.26rem;
}
.btn-apply {
    background: #f79622;
    color: #fff;
    width: 1.36rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.22rem;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 0.1rem;
    font-weight: bold;
}
.btn-apply2 {
    background: #065998;
    color: #fff;
    width: 1.36rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.22rem;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 0.1rem;
    font-weight: bold;
}
.btn-apply3 {
    background: #74bc1f;
    color: #fff;
    width: 1.36rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.22rem;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 0.1rem;
    font-weight: bold;
}
.code-wrap{position: relative;text-align: center;width: 3.41rem;margin: 0.35rem auto;}
.code-wrap .code{
    display: block;;
    width: 3.41rem;
    margin: 0 auto;
}
.code-wrap .code-icon{position: absolute;right: -0.59rem;top: 0;display: block;width: 0.59rem;}
.job-apply{
    display: none;;
}