* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: 'Microsoft YaHei', sans-serif;
    background: #F4F6F9;
    color: #333;
    line-height: 1.4;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #00A2FF !important;
}

img {
    vertical-align: middle;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

input[type=hidden] {
    display: none;
}

input, textarea {
    border: none;
    background: none;
    outline: none;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    resize: none;
}

table {
    border-collapse: collapse;
}

::-webkit-input-placeholder {
    color: #A7A7A7;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(151, 168, 190, .7);
}

::-webkit-scrollbar-thumb {
    background: rgba(151, 168, 190, .5);
    border-radius: 20px;
}

.clearfix:after {
    content: '';
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.main-head {
    background: #fff;
    margin-bottom: 16px;
}

.site-nav {
    width: 100%;
    padding-top: 8px;
    float: left;
}

.site-nav .city {
    float: left;
    margin-top: 5px;
}
.site-nav .city .switchCity {
    color: #00A2FF;
    cursor: pointer;  
    margin-left: 5px;  
    position: relative;
    padding: 10px 0;
}
.site-nav .city .switchCity:hover .city-box {
    display: block;    
}
.site-nav .city-box {
    width: 300px;
    height: 150px;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .12);
    border: 1px solid #EDEDED;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 9999;
    border-radius: 4px;
    display: none;
}
.site-nav .city-box a {
    padding: 5px 10px;
    border: 1px solid #EDEDED;
    float: left;
    margin: 5px;
}

.site-nav-item {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 20px;
    float: left;
    margin-right: 15px;
}

.site-nav-item.active {
    background: #00A2FF;
    color: #fff !important;
}

.site-nav .fr.user, .header .fr.user{
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
}

.site-nav .fr.user:hover span, .header .fr.user:hover span{
    color: #00A2FF;
}

.site-nav .fr.user:hover .icon-user, .header .fr.user:hover .icon-user{
    background-position: -39px -215px;
}

.site-nav .fr.user:hover .user-menu, .header .fr.user:hover .user-menu{
    display: block;
}

.site-nav .fr a, .header .fr a {
    color: #00A2FF;
    vertical-align: middle;
    margin-right: 30px;
}

.site-nav .fr span, .header .fr span {
    vertical-align: middle;
    color: #666;
}

.site-nav .user-menu, .header .user-menu {
    width: 100px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    border: 1px solid #EDEDED;
    padding: 5px 0;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -55px;
    z-index: 99;
    display: none;
}

.site-nav .user-menu:before, .header .user-menu:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 5px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    box-shadow: 2px -2px 8px rgba(0, 0, 0, 0.12);
    transform: rotate(-45deg);
    right: 44px;
    top: -4px;
}

.site-nav .user-menu a, .header .user-menu a {
    width: 100%;
    padding: 10px 0;
    color: #555;
    display: block;
    text-align: center;
}

.search-bar {
    padding-left: 287px;
    padding-bottom: 40px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.search-bar .search-wrap {
    width: 760px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #00A2FF;
    overflow: hidden;
    margin-top: 12px;
}

.search-bar .search-input {
    width: 640px;
    height: 100%;
    font-size: 18px;
    float: left;
    padding: 0 20px;
}

.search-bar .search-btn {
    width: 110px;
    height: 100%;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #00A2FF;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.search-bar .logo {
    height: 83px;
    position: absolute;
    left: 0;
    top: -5px;
}

.menu-nav {
    padding-left: 302px;
    overflow: hidden;
}

.menu-nav-item {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 5px 12px 0;
    float: left;
    margin-right: 26px;
    position: relative;
}

.zixun_img {
    margin-right:5px !important;
}

.menu-nav-item.active {
    color: #00A2FF;
}

.menu-nav-item.active:after {
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 40px;
    background: #00A2FF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-container .section {
    clear: both;
}

.header {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

.header .logo {
    margin-top: 2px;
    float: left;
    height: 55px;
}

.header .menu-nav {
    padding-left: 0;
    float: left;
    margin-top: 12px;
    margin-left: 40px;
}

.header .menu-nav-item {
    margin-right: 25px;
}

.header .fr {
    margin-top: 18px;
}

/* icon鏍峰紡  */

.icon {
    background-image: url('/img/icons.png?v=20210412');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}

.icon-shipin {
    width: 22px;
    height: 22px;
    background-image: url('/img/shipin-icon.png');
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.icon-map {
    width: 16px;
    height: 16px;
    background-position: -174px -72px;
    top: -1px;
    margin-right: 7px;
}

.icon-zph {
    width: 21px;
    height: 15px;
    background-position: -202px -73px;
    top: -2px;
}

.icon-search {
    width: 24px;
    height: 24px;
    background-position: -136px -66px;
    top: -2px;
    margin-right: 10px;
}

.icon-horn {
    width: 22px;
    height: 20px;
    background-position: -38px -70px;
    top: -1px;
}

.icon-build-sm {
    width: 23px;
    height: 20px;
    background-position: -101px -70px;
    top: -1px;
}

.icon-hottown {
    width: 75px;
    height: 25px;
    background-position: -12px -104px;
    position: absolute;
    left: 0;
    top: -2px;
}

.icon-hottag {
    width: 75px;
    height: 25px;
    background-position: -96px -104px;
    position: absolute;
    left: 0;
    top: -2px;
}

.icon-weixin {
    width: 50px;
    height: 50px;
    background-position: -303px -98px;
}

.icon-fire {
    width: 13px;
    height: 17px;
    background-position: -234px -72px;
}

.icon-tit1 {
    width: 31px;
    height: 29px;
    background-position: -12px -140px;
    top: 3px;
}

.icon-tit2 {
    width: 25px;
    height: 28px;
    background-position: -49px -140px;
    top: 2px;
}

.icon-tit3 {
    width: 33px;
    height: 26px;
    background-position: -80px -142px;
    top: 2px;
}

.icon-tit4 {
    width: 30px;
    height: 30px;
    background-position: -121px -139px;
    top: 2px;
}

.icon-recommend {
    width: 41px;
    height: 19px;
    background-position: -178px -108px;
    top: -10px;
    left: -5px;
}

.icon-app {
    background-position: -260px -134px;
}

.icon-wxdy {
    background-position: -267px -176px;
}

.icon-xcx {
    background-position: -288px -150px;
}

.icon-msg {
    background-position: -310px -175px;
}

.icon-user-active {
    width: 15px;
    height: 15px;
    background-position: -39px -215px;
}

.icon-user {
    width: 15px;
    height: 15px;
    background-position: -14px -215px;
}

.icon-tel {
    width: 12px;
    height: 15px;
    background-position: -65px -215px;
}

.icon-auth {
    width: 21px;
    height: 23px;
    background-position: -266px -105px;
    margin-left: 15px;
}

.icon-addr {
    width: 14px;
    height: 16px;
    background-position: -108px -214px;
    top: -2px;
}

.icon-clock {
    width: 18px;
    height: 18px;
    background-position: -106px -187px;
}

.icon-money {
    width: 18px;
    height: 18px;
    background-position: -129px -187px;
}

.icon-indu {
    width: 16px;
    height: 16px;
    background-position: -60px -188px;
}

.icon-scale {
    width: 19px;
    height: 16px;
    background-position: -83px -188px;
}

.icon-phone {
    width: 15px;
    height: 19px;
    background-position: -204px -186px;
}

.icon-person {
    width: 17px;
    height: 16px;
    background-position: -155px -188px;
}

.icon-email {
    width: 16px;
    height: 15px;
    background-position: -179px -189px;
}

.icon-star {
    width: 20px;
    height: 19px;
    background-position: -215px -145px;
    top: -2px;
    margin-right: 10px;
}

.icon-star-active {
    width: 20px;
    height: 19px;
    background-position: -238px -145px;
    top: -2px;
    margin-right: 10px;
}

.icon-build {
    width: 21px;
    height: 17px;
    background-position: -12px -187px;
    top: -2px;
    left: -2px;
    margin-right: 0;
}

.icon-locate {
    width: 15px;
    height: 18px;
    background-position: -38px -186px;
    top: -2px;
}

.icon-arrow {
    width: 12px;
    height: 6px;
    background-position: -86px -219px;
    top: 1px;
    margin-left: 5px;
}

.icon-refresh {
    width: 36px;
    height: 36px;
    background-position: -133px -208px;
    margin: 0;
}

.icon-edit {
    width: 36px;
    height: 36px;
    background-position: -176px -208px;
    margin: 0;
}

.icon-home {
    width: 22px;
    height: 22px;
    background-position: -188px -253px;
}
.icon-bag {
    width: 22px;
    height: 22px;
    background-position: -192px -279px;
}
.icon-mobile {
    width: 22px;
    height: 22px;
    background-position: -218px -254px;
}
.icon-wxzp {
    width: 22px;
    height: 22px;
    background-position: -219px -278px;
}
.icon-zph {
    width: 22px;
    height: 22px;
    background-position: -249px -252px;
}
.icon-talent {
    width: 22px;
    height: 22px;
    background-position: -248px -279px;
}
.icon-build {
    width: 22px;
    height: 22px;
    background-position: -280px -253px;
}

/* 绱ф€ユ嫑鑱?鐣鍚嶄紒 */

.jobBox {
    width: 287px;
    height: 606px;
    background: #fff;
    float: left;
    position: relative;
    top: -57px;
    margin-bottom: -57px;
}

.jobBox-tab {
    border: 1px solid #E6E6E6;
    overflow: hidden;
    position: relative;
}

.jobBox-tab li {
    width: 50%;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    color: #747474;
    position: relative;
    z-index: 0;
    cursor: pointer;

}

.jobBox-tab li img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 1px;
}

.jobBox-tab li.fl {
    padding-left: 15px;
}

.jobBox-tab li.fr {
    padding-right: 20px;
    text-align: right;
}

.jobBox-tab li.active {
    color: #fff;
}

.jobBox-tab li.fl.active .icon-horn {
    background-position: -10px -70px;
    top: 0;
}

.jobBox-tab li.fr.active .icon-build-sm {
    background-position: -70px -70px;
}

.jobBox-tab li.fl.active:before {
    content: '';
    width: 158px;
    height: 100%;
    background-position: -13px -14px;
    background-image: url('/img/icons.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.jobBox-tab li.fr.active:before {
    content: '';
    width: 158px;
    height: 100%;
    background-position: -169px -14px;
    background-image: url('/img/icons.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.jobBox .posItem {
    padding: 13px 0;
    border-bottom: 1px solid #EDEDED;
}

.jobBox .posItem .posName {
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    float: left;
}

.jobBox .posItem .salary {
    max-width: 60px;
    font-size: 13px;
    color: #FF4D4F;
    float: right;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobBox .posItem .comName {
    padding-top: 8px;
    color: #666;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    clear: both;
}

.jobBox .swiper-container {
    height: 519px;
}

.jobBox .swiper-wrapper {
    transition-timing-function: linear;
}

.jobBox .swiper-slide {
    padding: 0 16px;
    height: auto !important;
}

.jobBox-btn {
    width: 240px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #00A2FF;
    border-radius: 20px;
    text-align: center;
    color: #00A2FF;
    margin: 7px auto;
    cursor: pointer;
    display: block;
}

.jobBox-btn:hover {
    color: #fff !important;
    background: #00A2FF;
}

.jobBox .comItem {
    padding: 12px 0;
}

.jobBox .comItem .comName {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* banner/鐑棬闀囪/鐑棬鏍囩 */

.banner-wrap {
    width: 720px;
    float: left;
    margin-left: 15px;
}

.banner-wrap .swiper-container {
    width: 100%;
    height: 304px;
    border-radius: 2px;
}

.banner-wrap .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-wrap .swiper-pagination-bullet {
    background: #000;
    border: 1px solid #fff;
    opacity: 0.4;
}

.banner-wrap .swiper-pagination-bullet-active {
    opacity: 1;
}

.hot-spot {
    height: 90px;
    padding: 18px 20px 0;
    background: #fff;
    border-radius: 2px;
    margin-top: 16px;
}

.hot-spot a {
    color: #00A2FF;
    font-size: 15px;
    margin-right: 18px;
    white-space: nowrap;
    margin-bottom: 10px;
    display: inline-block;
}

.hot-spot a:hover {
    color: #333 !important;
}

.hot-town {
    padding-left: 100px;
    position: relative;
}

.hot-tag {
    padding-left: 100px;
    position: relative;
}

/* 鐢ㄦ埛鐧诲綍/娉ㄥ唽 */

.user-box {
    height: 410px;
    background: #fff;
    border-radius: 2px;
    padding: 30px;
}

.user-box .avatar {
    text-align: center;
}

.user-box .avatar img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.user-box .avatar p {
    color: #444;
    margin-bottom: 30px;
}

.user-box .btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    display: block;
}

.user-box .btn.log {
    background: #00A2FF;
    color: #fff;
}

.user-box .btn.log:hover {
    background: #0098EF;
}

.user-box .btn.reg {
    line-height: 36px;
    color: #00A2FF;
    border: 1px solid #00A2FF;
}

.user-box .btn.reg:hover {
    background: #EEF8FE;
    color: #00A2FF;
}

.user-box .wx-login {
    text-align: center;
    margin-top: 30px;
}

.user-box .wx-login p {
    color: #807E7E;
    margin-bottom: 25px;
}

.user-box .wx-login p:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #EDEDED;
    display: block;
}

.user-box .wx-login p span {
    padding: 5px 15px;
    background: #fff;
    position: relative;
    top: 8px;
}

.user-box .user-data {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.user-box .user-data li {
    width: 40%;
    cursor: pointer;
    padding: 8px 0;
}

.user-box .user-data li:hover {
    background-color: #F6F6F6;
}

.user-box .user-data .num {
    display: block;
    font-size: 30px;
    color: #00A2FF;
    font-weight: bold;
    margin-bottom: 5px;
}

.user-box .user-data .txt {
    font-size: 15px;
    color: #444;
    display: block;
}

.user-box .user-data .icon {
    margin-bottom: 10px;
}

/* 鍚嶄紒鎷涜仒涓撳尯 */

.section-title {
    padding: 30px 0;
}

.section-title h1 {
    font-size: 30px;
    color: #000;
    display: inline;
    margin-right: 25px;
    font-weight: 500;
    vertical-align: middle;
}

.section-title .titsm {
    color: #666;
    vertical-align: middle;
    position: relative;
    top: 5px;
    font-size: 16px;
}

.adBox {
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
}

.adBox.xl {
    margin-right: 0;
}

.adBox.xl img {
    width: 100%;
    height: 86px;
}

.adBox-lg, .adBox-md, .adBox-sm, .adBox-xs {
    margin-right: -15px;
}

.adBox.lg img {
    width: 640px;
    height: 86px;
}

.adBox .hotJob {
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    background: #F7F7F7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adBox .hotJob span {
    color: #FF4D4F;
}

.adBox .hotJob a {
    margin-right: 10px;
}

.adBox.md img {
    width: 421px;
    height: 86px;
}

.adBox.md.fl, .adBox.sm.fl {
    margin-right: 15px;
}

.adBox.sm img {
    width: 421px;
    height: 127px;
}

.adBox.xs img {
    width: 201px;
    height: 127px;
}

.adBox.xs.fl {
    margin-right: 16px;
}

/* 閲嶇偣鎷涜仒涓撳尯 */

.comBox {
    width: 312px;
    height: 102px;
    background: #fff;
    float: left;
    margin-bottom: 20px;
    margin-right: 16px;
    padding: 20px 16px;
    border-radius: 2px;
    position: relative;
    transition: all .3s ease;
}

.comBox:hover {
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

.comBox .hd a {
    font-size: 16px;
    display: inline-block;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-right: 5px;
}

.comBox .pos {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 16px;
}

.comBox .pos a {
    color: #666;
    margin-right: 8px;
}

/* 鏈€鏂版嫑鑱樹笓鍖?*/

.comulBox {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    padding: 15px 0;
}

.comulBox ul li {
    width: 25%;
    float: left;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #E6E8EC;
}

.comulBox ul li:nth-of-type(4n) {
    border-right: 0;
}

.comulBox ul li:last-child {
    margin-bottom: 0;
}

.comulBox ul li a {
    font-size: 16px;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

/* 鐣璧勮涓撳尯 */

.newsulBox {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 16px;
    margin-bottom: 25px;
}

.newsulBox .title, .main-title {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    border-bottom: 1px solid #EDECEC;
    background: #fff;
    color: #000;
}

.main-title {
    padding-left: 15px;
}

.newsulBox .title:before, .main-title:before {
    content: '';
    width: 3px;
    height: 20px;
    display: inline-block;
    background: #00A2FF;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.newsulBox ul {
    padding: 10px 0;
    overflow: hidden;
}

.newsulBox ul.talent li {
    width: 33.3%;
}

.newsulBox ul li {
    width: 50%;
    float: left;
    padding: 10px 30px 10px 0;
    overflow: hidden;
    border-right: 1px solid #E6E8EC;
}

.newsulBox ul:not(.talent) li:nth-of-type(2n){
    border-right: 0;
    padding-left: 30px;
}

.newsulBox ul.talent li:nth-of-type(3n-1) {
    padding-left: 30px;
}

.newsulBox ul.talent li:nth-of-type(3n) {
    border-right: 0;
    padding-left: 30px;    
}

.newsulBox ul.article li a {
    max-width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.newsulBox ul.talent li .pos {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 80px;
    color: #00A2FF;
    display: inline-block;
    vertical-align: text-bottom;
}

.newsulBox .links {
    padding: 15px 0 0;
}

.newsulBox .links a {
    margin-bottom: 15px;
    margin-right: 20px;
    display: inline-block;
}

/* 鍏徃璇︽儏 */

.company-desc-wrap {
    width: 100%;
    height: 220px;
    background: #444C5F;
    padding-top: 35px;
    margin-top: 60px;
}

.company-desc {
    padding-left: 145px;
    position: relative;
    margin-bottom: 22px;
}

.company-desc .logo {
    width: 116px;
    height: 116px;
    border-radius: 14px;
    position: absolute;
    left: 0;
    object-fit: contain;
    background: #fff;
}

.company-desc h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 5px;
    font-weight: 500;
}

.company-desc li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.company-desc .value {
    color: #FF8000;
    font-size: 18px;
}

.company-desc .key {
    color: #D1D4DB;
    font-size: 13px;
    margin-top: 5px;
}

.company-desc .line {
    width: 1px;
    height: 35px;
    background: #9A9A9A;
    margin: 0 30px;
}

.company-tab {
    width: 100%;
    padding: 10px 0;
    background: #444C5F;
}

.company-tab.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}

.company-tab li {
    color: #fff;
    display: inline-block;
    padding: 6px 30px;
    font-size: 18px;
    border-radius: 18px;
    margin-right: 10px;
    cursor: pointer;

}

.company-tab li span {
    color: #FF8000;
    font-weight: normal;
}

.company-tab li.active {
    background: #00A2FF;
}

.company-tab li.active span {
    color: #fff;
}

.company-main, .job-main {
    width: 921px;
    float: left;
    background: #fff;
    margin-top: 18px;
    padding: 0 30px;
    margin-bottom: 20px;
}

.item-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.item-title:before {
    content: '';
    width: 3px;
    height: 18px;
    background: #00A2FF;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: -10px;
}

.item-title span {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-right: 10px;
    color: #000;
}

.item-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #EDEDED;
    display: block;
    position: relative;
    top: -12px;
}

.company-intro .content {
    color: #555;
    line-height: 2;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 15px;
}

.company-intro .swiper-container {
    margin-top: 50px;
}

.company-intro .swiper-slide {
    width: 478px;
    height: 268px;
}

.company-intro .swiper-slide:not(.swiper-slide-active):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.company-intro .swiper-slide img {
    width: 478px;
    height: 268px;
    display: block;
    object-fit: cover;
}

.company-intro .swiper-pagination {
    width: 100%;
    bottom: 0;
    position: relative;
    margin-top: 30px;
}

.company-intro .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #E0E2E6;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.company-intro .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #00A2FF;
}

.company-intro .swiper-button-prev {
    left: 200px;
    width: 42px;
    height: 100px;
    margin-top: -80px;
    background: url('/img/prev.png') no-repeat;
}

.company-intro .swiper-button-next {
    right: 200px;
    width: 42px;
    height: 100px;
    margin-top: -80px;
    background: url('/img/next.png') no-repeat;
}

.company-map #map {
    height: 284px;
}

.company-map .address {
    border: solid #E6E8EC;
    border-width: 0 1px 1px 1px;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 15px;
}

.position-item {
    padding: 15px 28px 15px 18px;
    border: 1px solid #E6E8EC;
    overflow: hidden;
    margin-bottom: 16px;
}

.position-item:hover {
    background: #F7F7F7;
}

.position-item .posName {
    font-size: 16px;
    font-weight: bold;
    max-width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
}

.position-item .hires {
    padding: 0 8px;
    line-height: 20px;
    color: #fff;
    background: #E62129;
    font-size: 12px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 10px;
}

.position-item .comName {
    font-size: 16px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 15px;
    color: #444;
}

.position-item .num {
    padding: 2px 6px;
    background: #00B38A;
    color: #fff;
    font-size: 12px;
    border-radius: 13px 13px 13px 0px;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.position-item .salary {
    color: #FF4D4F;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.position-item .posReq {
    color: #888;
    margin-top: 15px;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.position-item .posReq .line {
    margin: 0 10px;
    color: #ddd;
}

.position-item .posDate {
    color: #888;
    margin-top: 15px;
}

.company-side, .job-side {
    width: 261px;
    float: right;
    margin-top: 18px;
}

.company-side .item-title, .job-side .item-title {
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 0;
}

.company-side .item-title span, .job-side .item-title span {
    padding-left: 3px;
}

.company-side .item-box, .job-side .item-box {
    background: #fff;
    padding: 0 15px 20px 25px;
    margin-bottom: 18px;
}

.company-side .info-item, .job-side .info-item {
    padding-left: 28px;
    position: relative;
    margin-top: 25px;
}

.company-side .info-item .value, .job-side .info-item .value {
    color: #666;
    margin-top: 5px;
}

.company-side .info-item .icon, .job-side .info-item .icon {
    position: absolute;
    left: 0;
    top: 1px;
}

.company-side .qrcode img {
    width: 160px;
    height: 160px;
}

.company-contact .btn, .job-contact .btn {
    color: #00A2FF;
    border: 1px solid #00A2FF;
    display: inline-block;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 12px;
}

.company-contact .btn:hover, .job-contact .btn:hover{
    background: #00A2FF;
    color: #fff;
}

.company-simi li, .job-industry li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 25px;
}

/* 鑱屼綅璇︽儏 */

.position-info-wrap {
    width: 100%;
    height: 190px;
    background: #444C5F;
    padding-top: 30px;
    color: #fff;
    margin-top: 60px;
}

.position-info-wrap .position-bar {
    width: 100%;
    padding: 15px 0;
    line-height: 46px;
    background: #444C5F;
}

.position-info-wrap .position-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 6px 0;
}

.position-info-wrap .comName {
    font-size: 16px;
    color: #D1D4DB;
}

.position-bar .posName {
    font-size: 30px;
    display: inline-block;
    line-height: 1.1;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    position: relative;
    top: 4px;
}

.position-bar .salary {
    color: #FF8000;
    font-size: 26px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
    vertical-align: middle;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.position-bar .btn {
    width: 134px;
    height: 46px;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    display: inline-block;
}

.position-bar .btn.collect {
    border: 1px solid #00A2FF;
    background: #2D6B96;
    line-height: 44px;
}

.position-bar .btn.apply {
    background: #00A2FF;
    line-height: 46px;
    margin-right: 50px;
}

.position-info-wrap .posReq li {
    display: inline-block;
    font-size: 16px;
    color: #D1D4DB;
    vertical-align: middle;
}

.position-info-wrap .posReq .line {
    width: 1px;
    height: 16px;
    background: #9A9A9A;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.position-info-wrap .posReq .drop {
    color: #D1D4DB;
    margin-right: 16px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.position-info-wrap .posReq .drop:hover {
    color: #FF962D;
}

.icon-wx {
    width: 16px;
    height: 13px;
    background-position: -94px -257px;
    top: -1px;
}

.position-info-wrap .posReq .drop:hover .icon-wx {
    background-position: -94px -284px;     
}

.position-info-wrap .posReq .drop:hover .qrcode {
    display: block;
}

.position-info-wrap .posReq .link {
    color: #D1D4DB;
    margin-right: 20px;
    margin-top: 5px;
}
.position-info-wrap .posReq .link:hover {
    color: #FF962D !important;     
}
.position-info-wrap .posReq .link:hover .icon-card {
    background-position: -125px -283px;     
}
.position-info-wrap .posReq .icon-card {
    width: 18px;
    height: 14px;
    background-position: -125px -255px;
    margin-top: -2px;
}

.position-info-wrap .posReq .icon-report {
    width: 16px;
    height: 14px;
    background-position: -64px -256px;
    margin-top: -2px;
}

.position-info-wrap .posReq .link:hover .icon-report {
    background-position: -64px -283px;
}

.position-info-wrap .qrcode {
    padding: 5px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    position: absolute;
    left: -10px;
    top: 30px;
    border-radius: 4px;
    display: none;
}

.position-info-wrap .qrcode img {
    width: 120px;
    height: 120px;
}

.position-info-wrap .qrcode:before {
    content: '';
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    display: block;
    position: absolute;
    top: -6px;
    left: 57px;
}

.job-welfare ul {
    overflow: hidden;
}

.job-welfare li {
    min-width: 84px;
    height: 32px;
    line-height: 32px;
    color: #00A2FF;
    background: #EEF8FE;
    float: left;
    padding: 0 15px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.job-desc .content {
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify;
    line-height: 32px;
    color: #444;
}

.job-contact p {
    color: #444;
    padding-bottom: 20px;
    font-size: 15px;
}

.job-side .company-info {
    padding-top: 18px;
}

.job-side .logo {
    width: 70px;
    height: 70px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
}

.job-side .logo img {
    width: 100%;
    height: 100%;
}

.job-side .company-info .comName {
    display: block;
    color: #444;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

.job-side .company-info .comIntro {
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify;
    line-height: 32px;
    color: #444;
    padding-right: 10px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.job-side .company-info .btn {
    width: 120px;
    height: 26px;
    line-height: 24px;
    color: #00A2FF;
    border: 1px solid #00A2FF;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 42px;
    margin-top: 20px;
    text-align: center;
}

.job-side .company-info .btn:hover {
    color: #fff !important;
    background: #00A2FF;
}

.news-main {
    width: 800px;
    float: left;
    padding: 35px 45px;
    background: #fff;
    margin-top: 80px;
    margin-bottom: 20px;
}

.news-main .news-title {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
}

.news-main .news-info {
    color: #999;
    margin: 30px 0;
}

.news-main .news-content {
    text-align: justify;
    line-height: 40px;
    word-break: break-all;
    word-wrap: break-word;
}

.news-main .news-content img {
    max-width: 100%;
}

.news-main .news-next {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #EDEDED;    
}

.news-side {
    width: 360px;
    float: right;
    margin-top: 80px;
}

.news-side .item-box {
    margin-bottom: 20px;
    background: #fff;
    padding: 0 35px;
    overflow: hidden;
}

.news-side .item-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.news-side .item-title span {
    padding-left: 5px;
}

.news-side ul li a {
    font-size: 16px;
    color: #414a60;
}

.news-side ul li {
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
}

.news-side ul li:last-child {
    border: 0;
}

.filter-wrap {
    padding: 0 15px 15px 15px;
    background: #fff;
    margin-top: 10px;
}

.filter-bar {
    position: relative;
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid #eee;
}

.filter-bar .label {
    position: absolute;
    left: 0;
    font-weight: 600;
    line-height: 25px;
}

.filter-bar ul {
    overflow: hidden;
}

.filter-bar ul li {
    float: left;
    margin-right: 5px;
}

.filter-bar ul li a {
    line-height: 25px;
    padding: 0 10px;
    display: block;
}

.filter-bar ul li.active a {
    background: #00A2FF;
    color: #fff !important;
}

.filter-select-wrap {
    position: relative;
    margin-right: 20px;
    float: left;
}

.filter-select {
    background: #f7f7f7;
    padding: 5px 15px;
    cursor: pointer;
    border: solid #f7f7f7;
    border-width: 1px 1px 0 1px;
    position: relative;
}

.filter-select-wrap:hover .filter-select {
    background: #fff;
    border-color: #e6e8ec;
    z-index: 11;
}

.filter-select-wrap:hover .filter-list {
    display: block;
}

.filter-select:after {
    content: '';
    width: 12px;
    height: 6px;
    background-position: -86px -219px;
    background-image: url('/img/icons.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.filter-select-wrap .filter-list {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #e6e8ec;
    box-shadow: 0 0 4px 0 rgba(166, 172, 184, .2);
    padding: 10px;
    display: none;
    white-space: nowrap;
}

.filter-select-wrap dl {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

.filter-select-wrap dl.welfare {
    width: 240px;
}

.filter-select-wrap dd {
    margin: 5px 0;
}

.filter-select-wrap dl.welfare dd {
    float: left;
    width: 120px;
}

.filter-select-wrap dl a {
    padding: 0 5px;
    line-height: 22px;
    color: #666;
    display: inline-block;
    border-radius: 2px;
    font-size: 13px;
}

.filter-select-wrap dd.active a {
    color: #fff !important;
    background: #00A2FF;
}

.filter-select-wrap .jobClass {
    width: 165px;
}

.filter-select-wrap .jobSubClass {
    width: 180px;
    margin-left: 20px;
    padding-top: 27px;
    display: none;
}

.filter-select-wrap .jobItem {
    width: 420px;
    max-height: 350px;
    overflow: auto;
    padding-top: 27px;
    display: none;
}

.filter-select-wrap .jobItem dd {
    width: 200px;
    float: left;
}

.search-main {
    background: #fff;
    margin-top: 10px;
}

.position-list .position-item {
    border-width: 0 0 1px 0;
    border-color: #eee;
    position: relative;
    margin: 0;
    padding-bottom: 5px;
    background: #fff;
}

.position-list .position-item .posName {
    font-weight: 500;
    color: #000;
    max-width: 500px;
}

.position-list .position-item .posReq {
    max-width: 600px;
}

.position-list .position-item .fl {
    margin-bottom: 15px;
}

.position-list .position-item .salary {
    display: inline;
    margin-right: 20px;
    font-weight: 500;
}

.position-list .position-item:hover {
    background: #fff;
}

.position-list .position-item:hover .apply-btn {
    display: block;
}

.position-item .date {
    color: #999;
    text-align: right;
}

.position-item .hire {
    padding: 2px 9px;
    background: #C50909;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.position-item .welfare {
    clear: both;
    padding-right: 100px;
}

.position-item .welfare-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 25px;
    color: #00A2FF;
    background: #EEF8FE;
    font-size: 12px;
}

.position-item .apply-btn {
    padding: 10px 20px;
    background: #00A2FF;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 28px;
    bottom: 14px;
    line-height: 1;
    box-shadow: 0 4px 14px 0 rgba(25, 90, 255, .25);
    margin-top: -5px;
    display: none;
}

.position-item .apply-btn:hover {
    background: #0098EF;
    color: #fff !important;
}

.search-tab {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.search-tab-item {
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 14px;
    margin: 0 20px;
}

.search-tab-item.active {
    color: #00A2FF;
    border-bottom: 2px solid #00A2FF;
}

.resume-list {
    margin-right: -15px;
    margin-top: 15px;
}

.resume-item {
    width: 390px;
    background: #fff;
    float: left;
    border-radius: 2px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
    transition: all .3s ease;
}

.resume-item:hover {
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

.resume-item .resume-name a {
    font-size: 16px;
    color: #000;
}

.resume-item .date {
    color: #888;
    float: right;
}

.resume-job {
    color: #FF4D4F;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resume-info {
    color: #888;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resume-info .line {
    margin: 0 10px;
    color: #ddd;    
}

.pagination {
    text-align: center;
    background: #fff;
    padding: 20px 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    padding: 5px 10px;
    display: inline-block;
    margin: 0 5px;     
    cursor: pointer;
}
.pagination li a:hover {
    background: #EEF8FE;
}
.pagination li.active a {
    background: #EEF8FE;
    color: #00A2FF;
    border: 1px solid #00A2FF;
    border-radius: 2px;
}

.index-mq-side {
    width: 290px;
    height: 660px;
    float: left;
    background: #fff;
    position: relative;
}

.index-mq-main {
    width: 989px;
    height: 659px;
    float: right;
    background: #fff;
    overflow: hidden;
}

.index-mq-box-list {
    width: 990px;
    height: 660px;
}

.index-mq-box {
    width: 165px;
    height: 165px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.index-mq-box:hover .index-mq-pop {
    top: 0;
}

.index-mq-box:hover .comName {
    color: #00A2FF;
}

.index-mq-box .comLogo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.index-mq-box .comName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    margin-top: 20px;
}

.index-mq-pop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 162, 255, .8);
    padding: 0 15px;
    transition: all 0.3s ease;
}

.index-mq-pop a:not(.more) {
    color: #fff !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.index-mq-pop a:hover {
    text-decoration: underline;
}

.index-mq-pop li a {
    font-size: 12px;
    margin: 12px 0;
    text-align: left;
}

.index-mq-pop p {
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
}

.index-mq-pop p:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #ffc600;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.index-mq-pop a.more {
    color: #ffc600 !important;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 15px;     
}

.index-mq-banner {
    width: 100%;
    height: 190px;
}

.index-mq-banner img {
    width: 100%;
    height: 100%;
}

.index-mq-hot {
    padding-left: 15px;
}

.index-mq-hot .tit {
    font-size: 18px;
    color: #00A2FF;
    padding: 20px 0 15px;
}

.index-mq-hot ul {
    overflow: hidden;
    height: 330px;    
}

.index-mq-hot li {
    float: left;
    margin-right: 30px;
    font-size: 15px;
    line-height: 40px;
}

.index-mq-side .jobBox-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -120px;
}

.no-data {
    width: 300px;
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.no-data img {
    width: 270px;
    margin-left: -15px;
}

.no-data p {
    color: #6CB2FE;
    margin-top: 20px;
}

/*修改登录样式开始*/
.hr_login {
    line-height: 28px;
    background: #fff;
    border: 1px solid #00A2FF;
    opacity: 1;
    border-radius: 16px;
    text-align: center;
    color: #00A2FF;
    vertical-align: middle;
    margin-right: 30px;
    display: inline-block;
}

.my-login {
    height: 44px;
    line-height: 44px;
    opacity: 1;
    border-radius: 2px 2px 0px 0px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    display: inline-block;
    width: 126px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.my-login.active {
    color: #00A2FF;
    font-weight: bold;
    background: #fff;
}

.nochange:hover {
    color: #fff !important;
}


.password-login {
    display: none;
}

.login_input {
    width: 239px;
    height: 40px;
    border: 1px solid #CCC7C7;
    border-radius: 4px;
    margin: 30px auto 0;
    line-height: 40px;
}

.code_input {
    width: 239px;
    height: 40px;
    border: 1px solid #CCC7C7;
    border-radius: 4px;
    margin: 15px auto 0;
    line-height: 40px;
}

.forget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 239px;
    margin: 13px auto 0;
}

.login_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 239px;
    border-radius: 4px;
    margin: 26px auto 0;
}

.login_now {
    width: 117px;
    height: 40px;
    background: #00A2FF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}
.login_now>span{
    color: #fff; 
    font-size: 16px;
    cursor:pointer
}

.login_register {
    width: 117px;
    height: 40px;
    background: #00B38A;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}

