
/* 招聘 */
.join-con{
    padding-bottom: 1rem;
}
.join-con .layui-tab-content a h2{
    font-size: .53rem;
    color: #494949;
    position: relative;
    padding-left: 1rem;

}
.join-con .layui-tab-content a .p-type,
.join-con .layui-tab-content a .p-add,
.join-con .layui-tab-content li .p-time{
    padding-left: 1rem;
}
.join-con .layui-tab-content a .p-type{
    font-size: .4rem;
    color: #7d7d7d;
    margin-top: .33rem;
    margin-bottom: .34rem;
}


.join-con .layui-tab-content a .p-add{
    font-size: .4rem;
    color: #656565;
}
.join-con .layui-tab-content li{
    padding: .73rem 0;
}
.join-con .layui-tab-content li:nth-of-type(odd){
    background: #d2d2d2;
}
.join-con .layui-tab-content li:nth-of-type(even){
    background: #ededed;
}
.join-con .layui-tab-content li a{
    display: block;
}
.join-con .layui-tab-content li a:hover h2{
    color: #e74039;

}


.join-con .layui-tab-content li .p-time{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: .4rem;
    transform: translateY(-50%);
    color: #7d7d7d;
}

@media (max-width: 768px) {
    .join-con .layui-tab-content li .p-time{
        position: static;
        transform:  translateY(0);
        /* padding-left: 1rem; */
        margin-top: .2rem;
    }
    .join-con .layui-tab-content a .p-type{
        margin-top: .2rem;
        margin-bottom: .1rem;
    }
    
}

@media (max-width: 480px){
    .join-con{
        padding-bottom: .3rem;
    }
    /* .join-con .layui-tab-content a .p-type{
        margin: 0;
    } */

    .join-con .layui-tab-content a .p-add{
        margin-top: .21rem;
    }
}
    

.join-con .i-imp{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.21rem;
}
.join-con .layui-tab-title{
    border: 0;
    padding: .9rem 0;
    white-space: inherit;
    height: auto;

}
.join-con .layui-tab-title li{
    font-size: .4rem;
    background: #f9f9f9;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    width: 2.35rem;
    height: 1rem;
    line-height: 1rem;
    margin-right: 30px;
    padding: 0;
}
.join-con .layui-tab-title li.layui-this{
    background: #e74039;
    border-color: #e74039;
    color: #fff;
         
}
.layui-tab-title .layui-this:after{
    display: none;
    
}
@media (max-width: 992px) {
    .join-con .layui-tab-title {
        padding: .6rem .5rem;
        text-align: center;

        
    }
    .join-con .layui-tab-title li{

        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 768px) {
    .join-con .layui-tab-title{
        overflow: hidden;
        white-space: inherit;
        height: auto;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .join-con .layui-tab-title li{
        margin-top: 9px;
        margin-bottom: 9px;
        width: 2.7rem;
        margin-left: .5rem;
        margin-right: .5rem;
    }
}

@media (max-width: 600px) {
    .join-con .layui-tab-title li{
        margin-left: .2rem;
        margin-right: .2rem;
    }
    
}

@media (max-width: 520px) {
    .join-con .layui-tab-title{
        padding: .2rem .5rem;
       
    }
    
}

@media (max-width: 480px) {
    .join-con .i-imp{
        margin-top: -.24rem;
    }
    
}

/* 招聘列表 */
.join-detail-con{
    background: #ededed;
    font-size: .35rem;
    line-height: 28px;
    padding-bottom: 1.4rem;
    
}
.join-detail-con li{
    color: #666;
}
@media (max-width: 768px) {
    .join-detail-con{
        font-size: 14px;
        line-height: 24px;
    }
    
}


.join-detail-con .layui-container{
    background: #fff;
    padding-bottom: 1.5rem;
    padding-top: .9rem;

    padding: .9rem .8rem 1.5rem .8rem;

}



.join-detail-con .p-time{
    color: #999;
    margin-bottom: .22rem;
}
.join-detail-con .p-title{
    font-size: .53rem;
    color: #000000;
}

.i-imp{
    background: #e74039;
    color: #fff;
    font-style: normal;
    width: .8rem;
    height: .56rem;
    line-height: .56rem;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}
 .i-imp,
 .p-title span{
    display: inline-block;
    vertical-align: middle;
}

.join-detail-con .p-add{
    color: #666;
}



.p-type{
    color: #999;
    /* padding: .1rem 0; */
    margin-top: .25rem;
}
.p-type span:nth-child(2){
    border-left: 1px solid #999;
    padding-left: 10px;
}

.detail-top{
    position: relative;

}

.layui-container-return{
    padding: 0;
}
.return-up{
    position: absolute;
    z-index: 999;

    /* margin-top: -38px; */
    margin-top: 5px;
    margin-left: 5px;
}


@media (max-width: 768px) {
    
    .return-up{
        margin-top: -28px;
    }
}
@media (max-width: 767px) {
    
    .layui-container-return{
        padding: 0 .8rem;
    }
}


.join-detail-con .btn-apply{
    background: #359ded;
    color: #fff;
    display: inline-block;
    width: 2.84rem;
    height: .93rem;
    text-align: center;
    line-height: .93rem;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;

}

@media (max-width: 768px) {
    .join-detail-con .btn-apply{
        position: static;
        margin-top: .3rem;
    }
    
}


@media (max-width: 480px) {
    .i-imp{
        font-size: 12px;
        margin-right: 6px;
    }
    
}

.join-detail-con .f-title{
    margin-top: .4rem;
    margin-bottom: .1rem;
    display: block;
    position: relative;
}
.join-detail-con .f-title.f-zw::after{
    content: "";
    display: inline-block;
    width: calc(100% - 100px);
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    right: 0;
    top: 50%;;
}

/* 分享 */
.share{
    position: absolute;
    right: 0;   
    top: 4px;
}
#bsPanel{
    display: none;
}
.bshare-custom #bshare-shareto{
    font-size: 14px;
    color: #999!important;
    font-family: "微软雅黑";
    /* display: flex!important;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; */
    height: 18px;
    line-height: 18px;
    font-weight: normal!important;

}
.bshare-custom #bshare-shareto i{
    display: inline-block;
    width: 8px;;
    height: 8px;
    margin-top: -2px;
    background: url("../images/arrow-right1.png") no-repeat center right;
    vertical-align: middle;
    margin-left: 5px;
}

.show .bshare-custom #bshare-shareto i{
    transform: rotate(180deg);
}

.bshare-custom.icon-medium{
    text-align: right;
}

.share-con{
    margin-top: 6px;
}
#bsBox{
    display: none!important;
}


.owl-theme .owl-nav.disabled+.owl-dots{
    background: #ededed;
}

.owl-theme .owl-dots {
    padding-top: .2rem;
    padding-bottom: .2rem;
}


/* 地图 */
/* .shadow, .shadow img, .shadow div{
    display: none;
}
*/
#allmap{
    height: 690px;
}
.layui-contact{
    background: #ebebeb;
    padding: 2.88rem 0;
    background: url("../images/contact-bg.jpg") no-repeat center bottom;
} 


/* .BMap_bubble_pop{
    background-color: #c92720!important;
    padding-left: .56rem!important;
    padding-right: .56rem!important;
}
.BMap_bubble_title{
    font-size: 18px;
    font-weight: bold;
  
} */
/* .BMap_bubble_content{
    font-size: 14px;
}
.BMap_bubble_title,
.BMap_bubble_content{
    color: #fff!important;
    padding-top: 18px;
}

.BMap_bubble_pop{
    cursor: pointer!important;
    overflow: hidden;
}

.BMap_bubble_pop img{
    display: none;
} */
@media (max-width: 992px) {
    .layui-contact{
        padding: 1rem 0;
    }
    #allmap{
        height: 500px;
    }
    
}

@media (max-width: 480px) {

    #allmap{
        height: 400px;
    }
    
}



/* 谷歌地图 */

.amap-info-sharp{
    display: none;
}

.amap-info-content{
    background: #c92720;
    color: #fff;
    border-radius: 10px;
    padding: 19px 20px 25px 25px;
}
.map-title{
    font-size: 18px;
}
.input-item{
    font-size: 14px;
    margin-top: 5px;
}

.amap-info-close{
    top: 10px;
    right: 12px!important;
}

/* join2 */
.layui-job{
    padding-top: .45rem;
}
.job-banner{
    position: relative;
    overflow: hidden;
}
.job-banner video{
    width: 100%;
    /* height: 500px; */
}
.job-banner .txt{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.job-banner .txt h2{
    font-size: 1.06rem;
}

@media (max-width:1280px) {
    .job-banner .txt h2{
        font-size: .9rem;
    }
    
}




.job-banner .txt p{
    font-size: .4rem;
    font-family: "arial";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .8rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
}
.job-banner .txt p::after,
.job-banner .txt p::before{
    content: "";
    display: inline-block;
    width: 66px;
    height: 2px;
    vertical-align: middle;
}
.job-banner .txt p::before{
    background: url("../images/left-line.png") no-repeat center;
}
.job-banner .txt p::after{
    background: url("../images/right-line.png") no-repeat center;
}
@media (max-width:768px) {
    .job-banner .txt h2{
        font-size: .79rem;
    }
    .job-banner .txt p{
        letter-spacing: .5rem;
    }
}
@media (max-width:480px) {
    .job-banner .txt h2{
        font-size: .5rem;
    }
    .job-banner .txt p{
        letter-spacing: .3rem;
        font-size: 14px;
        margin-bottom: .7rem;
    }
}



.btn-video{
    display: block;
}


.join-type{
    background-color: #ededed;
    padding-bottom: 2.2rem;
}

@media (max-width: 768px) {
    .join-type{
        padding-bottom: 1.2rem;
    }
    
}

.join-type .layui-title::before,
    .join-type .layui-title::after{
    content: "";
    display: inline-block;
    width: 66px;
    height: 2px;
    vertical-align: middle;
    margin: 0 10px;


}

.join-type .layui-title::before{
    background: url("../images/line.png") no-repeat center;
}
.join-type .layui-title::after{
    background: url("../images/line2.png") no-repeat center;
}






.join-type .layui-container{
    width: 1200px;
}


@media (max-width: 1280px) {
    .join-type .layui-container{
        width: 900px;
    }
    
}

@media (max-width: 1024px) {
    .join-type .layui-container{
        width: 90%;
    }
    
}

.join-type a{
    display: block  ;
    background-color: #fff;;
    text-align: center;
    padding-top: 1.66rem;
    transition: all .3s ease-in-out;
    border: 1px solid #dadada;

    padding-bottom: 1.44rem;
    /* margin: .3rem 0; */
}
.join-type h3{
    font-size: .53rem;
    margin-bottom: .45rem;

}
.join-type p{
    font-size: 14px;
    background-color: #e74039  ;
    display: inline-block;
    color: #fff;
    padding: .16rem .7rem;
    opacity: .5;
    transition: all .3s ease-in-out;

    
}
.join-type a:hover{
    box-shadow: 0 0 25px #ccc;

}

.join-type a:hover p{
    opacity: 1;
}


.join-type .layui-col-space30>*{
    padding: .9rem;
}

.join-type  .layui-row{
    margin: -.9rem;
}

@media (max-width: 1480px) {
    .join-type .layui-col-space30>*{
        padding: .6rem;
    }
    .join-type  .layui-row{
        margin: -.6rem;
    }
}

@media (max-width: 1280px) {
    .join-type .layui-col-space30>*{
        padding: .5rem;
    }
    .join-type  .layui-row{
        margin: -.5rem;
    }
}

@media (max-width: 480px) {
    .join-type h3{
        font-size: 15px;
    }

    .join-type .layui-col-space30>*{
        padding: .3rem;
    }
    .join-type .layui-row{
        margin: -.3rem -.6rem;
    }

    .join-type a{
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
    }
    .join-type p{
        padding-left: .5rem;
        padding-right: .5rem;
        font-size: 13px;
    }
}


.video-wrap{
    font-size: 0;
}


@media (min-width: 992px) {
    video::-webkit-media-controls {
        display:none !important;
      }
}

