.map{
    display: none;
}
.map_show{
    display: block;
}
/* banner和面包屑样式在common.css中 */

/* 人力资源 */
.people-box {
    position: relative;
    width: 100%;
    height: 4.6rem;
    margin-top: 0.35rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
.people-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.people-box .text {
    position: absolute;
    left: 50%;
    top: 1.3rem;
    width: 11.08rem;
    transform: translateX(-50%);
}
.people-box .common-title {
    color: white;
}
.people-box .txt {
    margin-top: 0.35rem;
    font-size: var(--fon18);
    color: #FFFFFF;
    line-height: 2;
}



/* 人才发展 */
.dev-box {
    margin-top: 0.35rem;
    padding: 0.9rem 0 1.15rem;
}
.dev-box .text {
    margin-top: 0.7rem;
    font-size: var(--fon18);
    color: #666666;
    line-height: 2;
}
.dev-box .text p {
    font-size: var(--fon18);
    color: #666666;
    line-height: 2;
}
/* 轮播 */
.dev-box .devs {
    position: relative;
    width: 100%;
    margin-top: 1.3rem;
}
.dev-box .dev-swiper {
    width: 100%;
}
.dev-box .dev-swiper .swiper-slide {
    width: 4.8rem;
    height: 3.32rem;
}
/* 左右箭头 */
.dev-box .swiper-button-prev {
    left: -0.9rem;
}
.dev-box .swiper-button-next {
    right: -0.9rem;
}
/* 图片弹窗 */
.pic-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100;
    display: none;
}
.pic-box .pic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12rem;
    height: 6.3rem;
    border: 0.06rem solid white;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.pic-box .pic img {
    /*max-width: 100%;*/
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pic-box .close {
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    width: 0.6rem;
    height: 0.6rem;
    object-fit: contain;
    transform: translateX(-50%);
}


/* 薪酬福利 */
.salary {
    margin-top: 0.35rem;
    margin-bottom: 1.2rem;
}
.salary .text {
    margin-top: 0.7rem;
    font-size: var(--fon18);
    color: #666666;
    line-height: 2;
}
.salary .text p {
    font-size: var(--fon18);
    color: #666666;
    line-height: 2;
}
.salary .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.salary .list .li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.2rem;
    margin-top: 0.65rem;
    margin-right: 0.53rem;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.06);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    transition: all 0.3s;
}
.salary .list .li:nth-child(-n+4) {
    margin-top: 0;
}
.salary .list .li:nth-child(4n) {
    margin-right: 0;
}
.salary .list .img1 {
    /*height: 0.9rem;*/
    height: 1.24rem;
    object-fit: contain;
}
.salary .list .img2 {
    /*height: 0.9rem;*/
    height: 1.24rem;
    object-fit: contain;
    display: none;
}
.salary .list .txt {
    width: 100%;
    padding: 0 0.42rem;
    margin-top: 0.4rem;
    font-size: var(--fon18);
    font-weight: 500;
    color: #222222;
    text-align: center;
}
.salary .list .add {
    position: absolute;
    left: 50%;
    bottom: -0.23rem;
    transform: translateX(-50%);
    height: 0.8rem;
    object-fit: contain;
}
/* hover */
/*.salary .list .li:hover {*/
/*    background: #009B74;*/
/*}*/
/*.salary .list .li:hover .img1 {*/
/*    display: none;*/
/*}*/
/*.salary .list .li:hover .img2 {*/
/*    display: block;*/
/*}*/
/*.salary .list .li:hover .txt {*/
/*    color: white;*/
/*}*/
/* 薪酬弹窗 */
.salary-dialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100;
    display: none;
}
.salary-dialog .sala {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8.5rem;
    height: 6.3rem;
    border: 0.06rem solid white;
    transform: translate(-50%, -50%);
}
.mySwiper .swiper-slide img{
        object-fit: contain;
}
.salary-dialog .sala-swiper {
    width: 100%;
    height: 100%;
}
/* 左右箭头 */
.salary-dialog .swiper-button-prev {
    left: 4.8rem;
    top: auto;
    bottom: -0.8rem;
}
.salary-dialog .swiper-button-next {
    right: 4.7rem;
    top: auto;
    bottom: -0.8rem;
}
.salary-dialog .close {
    position: absolute;
    left: 50%;
    bottom: -0.8rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    transform: translateX(-40%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.salary-dialog .close img {
    width: 0.14rem;
    height: 0.14rem;
    
}
.salary-dialog .close:hover {
    background: #009B74;
}
.salary-dialog .close:hover img {
    filter: brightness(0) invert(1);
}


/* 人才招聘 */
.recruit {
    margin-top: 0.35rem;
    margin-bottom: 1.15rem;
}
/* 标题和搜索 */
.recruit .tit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recruit .tit-box .search {
    position: relative;
}
.recruit .tit-box .search input {
    width: 5rem;
    height: 0.5rem;
    padding: 0 0.5rem 0 0.32rem;
    border: 0.01rem solid #707070;
    transition: all 0.3s;
}
.recruit .tit-box .search input::placeholder {
    font-size: var(--fon16);
    color: #707070;
}
.recruit .tit-box .search input:focus {
    border: 0.01rem solid #009B74;
}
.recruit .tit-box .search .sear {
    position: absolute;
    right: 0.17rem;
    top: 50%;
    width: 0.2rem;
    height: 0.2rem;
    transform: translateY(-50%);
    object-fit: contain;
}
/* 文字描述 */
.recruit .text {
    margin-top: 0.7rem;
    font-size: var(--fon18);
    color: #666666;
}
.recruit .text p {
    font-size: var(--fon18);
    color: #666666;
}
/* tab切换 */
.recruit .tab-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.2rem;
}
.recruit .tab-box .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 0.53rem;
    margin: 0 0.25rem;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid #009B74;
    font-size: var(--fon17);
    color: #009B74;
    transition: all 0.3s;
}
.recruit .tab-box .active {
    background: #009B74;
    color: white;
}
/* 招聘列表 */
.recruit .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.recruit .list .li {
    width: 7.8rem;
    margin-top: 0.26rem;
    margin-right: 0.4rem;
    padding: 0.36rem 0.5rem;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.02rem solid #F1F4FA;
    transition: all 0.3s;
}
.recruit .list .li:nth-child(-n+2) {
    margin-top: 0;
}
.recruit .list .li:nth-child(2n) {
    margin-right: 0;
}
.recruit .list .li:hover {
    box-shadow: 0.05rem 0.05rem 0.15rem 0.01rem rgba(0,37,72,0.1);
}
.recruit .list .box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem dashed #B5B5B5;
}
.recruit .list .t1 {
    font-size: var(--fon22);
    font-weight: 500;
    color: #17181B;
}
.recruit .list .detail {
    font-size: var(--fon14);
    color: #009B74;
}
.recruit .list .box2 {
    margin-top: 0.2rem;
}
.recruit .list .job {
    font-size: var(--fon16);
    color: #17181B;
}
.recruit .list .texts {
    margin-top: 0.4rem;
    font-size: var(--fon14);
    color: #707070;
    line-height: 0.27rem;
}
.recruit .list .texts p {
   font-size: var(--fon14);
    color: #707070;
    line-height: 0.27rem;
}

/* 招聘弹窗 */
.recruit-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 101;
    display: none;
}
.recruit-dialog .form {
    position: absolute;
    left: 50%;
    top: 1.4rem;
    width: 7.9rem;
    padding: 0.5rem 0.48rem;
    background: #FFFFFF;
    transform: translateX(-50%);
}
.recruit-dialog .box1 {
    width: 100%;
    height: 0.4rem;
    background: #F1F4FA;
    text-align: center;
    line-height: 0.4rem;
    font-size: var(--fon20);
    color: #009B74;
}
.recruit-dialog .box2 {
    width: 100%;
    margin-top: 0.43rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #B9B9B9;
}
.recruit-dialog .box2 .t1 {
    font-size: var(--fon18);
    font-weight: 500;
    color: #17181B;
}
.recruit-dialog .box2 .t2 {
    margin-top: 0.22rem;
    font-size: var(--fon14);
    color: #707070;
    line-height: 0.2rem;
}
.recruit-dialog .box2 .t2 p {
    font-size: var(--fon14);
    color: #707070;
    line-height: 0.2rem;
}
/* 按钮 */
/*.recruit-dialog .submit {*/
/*    display: block;*/
/*    width: 1.25rem;*/
/*    height: 0.38rem;*/
/*    margin: 0.43rem auto 0;*/
/*    background: white;*/
/*    border-radius: 1rem 1rem 1rem 1rem;*/
/*    border: 0.01rem solid #009B74;*/
/*    text-align: center;*/
/*    line-height: 0.38rem;*/
/*    font-size: 0.15rem;*/
/*    color: #009B74;*/
/*    transition: all 0.3s;*/
/*}*/
.recruit-dialog label {
    display: block;
    width: 2rem;
    height: 0.38rem;
    margin: 0.43rem auto 0;
    background: white;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid #009B74;
    text-align: center;
    line-height: 0.38rem;
    font-size: var(--fon15);
    color: #009B74;
    transition: all 0.3s;
    cursor: pointer;
}
.recruit-dialog .submit:hover {
    background: #009B74;
    color: #FFFFFF;
}
.recruit-dialog .tip {
    margin-top: 0.36rem;
    text-align: center;
    font-size: var(--fon13);
    color: #999999;
}
/* 全屏和关闭 */
.recruit-dialog .all-screen {
    position: absolute;
    right: 0.47rem;
    top: 0.16rem;
    width: 0.17rem;
    height: 0.17rem;
    object-fit: contain;
}
.recruit-dialog .close {
    position: absolute;
    right: 0.15rem;
    top: 0.16rem;
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
}

/* 全屏弹窗 */
.all-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 10000;
    display: none;
}
.all-dialog .center {
    width: 12rem;
    margin: 0 auto;
    padding: 0.6rem 0;
}
.all-dialog .box1 {
    width: 100%;
    height: 0.5rem;
    background: #F1F4FA;
    text-align: center;
    line-height: 0.5rem;
    font-size: var(--fon22);
    color: #009B74;
}
.all-dialog .box2 {
    width: 100%;
    margin-top: 0.43rem;
}
.all-dialog .box2 .t1 {
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #B9B9B9;
   font-size: var(--fon20);
    font-weight: bold;
    color: #17181B;
}
.all-dialog .box2 .t2 {
    margin-top: 0.42rem;
    font-size: var(--fon16);
    color: #707070;
    line-height: 0.3rem;
}
.all-dialog .box2 .t2 p {
    font-size: var(--fon16);
    color: #707070;
    line-height: 0.3rem;
}
/* 按钮 */
/*.all-dialog .submit {*/
/*    display: block;*/
/*    width: 1.55rem;*/
/*    height: 0.47rem;*/
/*    margin: 0.5rem auto 0;*/
/*    background: white;*/
/*    border-radius: 1rem 1rem 1rem 1rem;*/
/*    border: 0.01rem solid #009B74;*/
/*    text-align: center;*/
/*    line-height: 0.47rem;*/
/*    font-size: 0.17rem;*/
/*    color: #009B74;*/
/*    transition: all 0.3s;*/
/*}*/

.all-dialog label {
    display: block;
    width: 1.55rem;
    height: 0.47rem;
    margin: 0.5rem auto 0;
    background: white;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid #009B74;
    text-align: center;
    line-height: 0.47rem;
    font-size: var(--fon17);
    color: #009B74;
    transition: all 0.3s;
    cursor: pointer;
}

.all-dialog .submit:hover {
    background: #009B74;
    color: #FFFFFF;
}
.all-dialog .tip {
    margin-top: 0.26rem;
    text-align: center;
    font-size: 0.15rem;
    color: #999999;
}
/* 全屏和关闭 */
.all-dialog .not-all {
    position: absolute;
    right: 0.66rem;
    top: 0.36rem;
    width: 0.17rem;
    height: 0.17rem;
    object-fit: contain;
}
.all-dialog .close {
    position: absolute;
    right: 0.34rem;
    top: 0.36rem;
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
}


/* 联系方式 */
.contact {
    padding: 0.25rem 0 0.53rem;
}
.contact .location1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.77rem;
}
.contact .location1 .item {
    width: 1.32rem;
}
.contact .location1 .img1 {
    width: 100%;
    height: 1.32rem;
    object-fit: contain;
    display: block;
}
.contact .location1 .img2 {
    width: 100%;
    height: 1.32rem;
    object-fit: contain;
    display: none;
}
.contact .location1 .txt {
    margin-top: 0.15rem;
    text-align: center;
    font-size: var(--fon23);
    color: #17181B;
}
/* active */
.contact .location1 .active .img1 {
    display: none;
}
.contact .location1 .active .img2 {
    display: block !important;
}

.contact .location2 {
    margin-top: 0.8rem;
}
.contact .location2 .local-swiper {
    width: 100%;
}
.contact .location2 .swiper-slide {
    /*display: flex;*/
    /*align-items: center;*/
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.02rem solid #F1F4FA;
}
.contact .location2 .swiper-slide >div{
    display: flex;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.02rem solid #F1F4FA;
    align-items: center;
}
.contact .location2 .swiper-slide >div:first-child{
    margin-bottom: .4rem;
}
.contact .location2 .swiper-slide >div:last-child{
    margin-bottom: 0;
}
.contact .location2 .swiper-slide::after {
    content: '';
    display:  block;
    width: 0.01rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #F1F4FA;
}
.contact .location2 .company-img {
    width: 7.9rem;
    height: 5rem;
    margin-right: 0.93rem;
}
.contact .location2 .company-info {
    width: 6.5rem;
}
.contact .location2 .name {
    padding-bottom: 0.16rem;
    border-bottom: 0.01rem dashed #B5B5B5;
    font-size: var(--fon26);
    font-weight: 500;
    color: #17181B;
}
.contact .location2 .text {
    margin-top: 0.4rem;
    font-size: var(--fon17);
    color: #707070;
}
.contact .location2 .first {
    margin-top: 0.2rem;
}
.contact .location2 .text p {
    margin-top: 0.15rem;
    font-size: var(--fon17);
    color: #707070;
}
.contact .location2 .text b {
    color: #17181B;
}

/* 地图导航 */
.map-box {
    padding: 0.9rem 0 1rem;
}
.map-box .map {
    width: 100%;
    height: 5.21rem;
    margin-top: 1rem;
}


/* 内部审计 */
.inner-box {
    background: #F8F8F8;
}
.inner-box .center {
    position: relative;
    width: 16rem;
    margin: 0 auto;
    padding: 0.9rem 0 1.16rem;
}
.inner-box .info-box {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    background: white;
    padding: 0.5rem 0;
    box-sizing: border-box;
}
.inner-box .info {
    flex: 1;
    padding: 0 1.05rem;
}
.inner-box .info .text:nth-child(2) {
    margin-top: 0.75rem;
}
.inner-box .info .t1 {
    font-size: var(--fon30);
    font-weight: bold;
    color: #222222;
}
.inner-box .info .t2 {
    margin-top: 0.4rem;
    font-size: var(--fon18);
    color: #666666;
    line-height: 2;
}
.inner-box .info .t2 p {
    font-size: var(--fon18);
    color: #666666;
    line-height: 2;
}
.inner-box .pic {
    width: 7rem;
    height: 5.88rem;
    overflow: hidden;
    
    padding-right: 0.5rem;
    box-sizing: border-box;
}
.inner-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 在线留言 */
.online {
    width: 100%;
}
.online .center {
    width: 9rem;
    margin: 0 auto;
    padding: 0.9rem 0 1.08rem;
}
.online .common-title {
    margin: 0 auto;
}
.online .info-box {
    margin-top: 0.94rem;
}
.online .item {
    margin-top: 0.6rem;
}
.online .item .label {
    font-size: var(--fon20);
    color: #333333;
}
.online .item .label span {
    font-size: var(--fon20);
    color: #FF0000;
}
.online .item input {
    width: 100%;
    height: 0.5rem;
    margin-top: 0.2rem;
    padding: 0 0.32rem;
    border: 0.01rem solid #707070;
    transition: all 0.3s;
}
.online .item input::placeholder {
    font-size: var(--fon16);
    color: #999999;
}
.online .item input:focus {
    border: 0.01rem solid #009B74;
}
.online .item textarea {
    display: block;
    width: 100%;
    height: 1.5rem;
    margin-top: 0.2rem;
    padding: 0.17rem 0.32rem;
    resize: none;
    outline: none;
}
.online .item textarea:focus {
    border: 0.01rem solid #009B74;
}
.online .item textarea::placeholder {
    font-size: var(--fon16);
    color: #999999;
}
.online button {
    display: block;
    width: 1.85rem;
    height: 0.53rem;
    margin: 0.64rem auto 0;
    background: #009B74;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid #009B74;
    text-align: center;
    line-height: 0.53rem;
    font-size: var(--fon17);
    color: #FFFFFF;
    cursor: pointer;
}








@media only screen and (max-width: 1024px) {
    .people-box{
        height: 3.6rem;
    }
    .people-box .text{
       width: 100%;
        padding: 0 0.4rem;
        box-sizing: border-box;
        top: 0.6rem;
    }

    .dev-box .swiper-button-prev{
        left: 0;
    }
    .dev-box .swiper-button-next{
        right: 0;
    }
    .salary .list .li{
        width: 47%;
        margin-top: 0.4rem;
        margin-right: 0.4rem;
    }
    .salary .list .li:nth-child(2n){
        margin-right: 0;
    }
    .salary .list .li:nth-child(-n+4){
         margin-top: 0.4rem;
    }
    .salary .list .txt,
    .recruit .list .t1{
        font-size: var(--fon28);
    }


    .recruit .tit-box .search input{
        width: 100%;
    }
    .recruit .list .job{
        font-size: var(--fon24);
    }
    .recruit .list .texts,
    .recruit .list .texts p{
        font-size: var(--fon22);
        line-height: 1.5;
    }
    .recruit .list .detail{
        font-size: var(--fon22);
    }
    .recruit .list .li{
        width: 100%;
        margin-right: 0 !important;
        margin-top: 0.26rem !important;
    }
    
    .recruit-dialog .form{
        width: 90%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 0.6rem 0.48rem;
    }
    .recruit-dialog .box1{
        font-size: var(--fon30);
        height: auto;
        padding: 0.16rem 0;
    }
    .recruit-dialog .box2 .t1{
        font-size: var(--fon28);
    }
    .recruit-dialog .box2 .t2,
    .recruit-dialog .box2 .t2 p{
        font-size: var(--fon22);
        line-height: 1.8;
    }
    .recruit-dialog label{
        font-size: var(--fon22);
        width: 2rem;
        height: 0.5rem;
        line-height: 0.5rem;
    }
    .recruit-dialog .tip{
        font-size: var(--fon22);
    }
    .recruit-dialog .all-screen,
    .recruit-dialog .close{
        width: 0.24rem;
        height: 0.24rem;
    }
    
    
    
    
    
    .contact .location2 .swiper-slide >div{
        flex-wrap: wrap;
    }
    .contact .location2 .company-img{
        width: 100%;
        margin: 0 0.2rem;
    }
    .contact .location2 .company-info{
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    
    .inner-box .center,
    .online .center{
        width: 100%;
        padding: 0.4rem;
        box-sizing: border-box;
    }
    .inner-box .info-box{
        flex-wrap: wrap;
    }
    .inner-box .info{
        padding: 0.4rem;
        box-sizing: border-box;
    }

}









