.recruit{
    word-break: break-all;
    box-sizing: border-box;
}
.floor-one{
    background-image: url(../images/job-banner.png);
}
.bgtext{
    background: url('../images/job-bg1.png')  50% 50% no-repeat;
    background-position: left top;
}
.recruit-hide{
    display: none;
}
.recruit-content{
    max-width: 14.4rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: .72rem;
}
.recruit-left{
    float: left;
    font-size:.16rem;
}
.recruit-right{
    width: 11rem;
    float: right;
}
.fixed{
    position: fixed;
    animation: reback .4s ease-in forwards;
}
.fixed-slider{
    padding-top: 1.2rem;
    z-index: 9;
}
.recruit-title{
    height: .4rem;
    color: #005BAC;
}
.recruit-title span{
    display: inline-block;
    padding-bottom: .05rem;
    border-bottom: .02rem solid #005BAC;
    font-weight: bold;
}
.recruit-slider > li{
    color: #595757;
    height: .17rem;
    line-height: .17rem;
    cursor: pointer;
    margin-top:.3rem;
}
.recruit-slider > li:first-child{
    margin-top: .23rem;
}
.recruit-slider .active a{
    color: #005BAC;
}
.recruit-right{
    padding-top: .8rem;
    border-top: .02rem solid #F2F2F2;
}

.recruit-welfare > p{
    color: #595757;
    line-height: 30px;
    font-size: 16px;
    margin-top: .3rem;
    text-align: justify;
}
.welfare-title{
    position: relative;
    /* margin-top: .72rem; */
    height: 32px;
    line-height: 32px;
    margin-bottom: .1rem;
    color: #005BAC;
    text-align: center;
    font-size: 18px;
    font-weight:bold;
}
.welfare-title i{
    position: absolute;
    left: 50%;
    top: .34rem;
    margin-left: -.18rem;
    width: .42rem;
    height: .03rem;
    background: #005BAC;
}
.tour-pic{
    padding-top: 8rem;
}
.tour-pic-1{
    padding-top: .8rem;
}
.tour-pic .floor1{
    display: flex;
    height:5.16rem;
}
.tour-pic .floor1-left{
    width:34%;
    height: 100%;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tour-pic .floor1-left .floor-center{
    background: #fff;
    width:3.48rem;
    height:4.54rem;
    padding-right: 0.67rem;
    box-sizing: border-box;
    text-align: right;
}
.tour-pic .floor1-left .floor-center.floor1-center{
    text-align: left;
    padding-right: 0;
    padding-left: 0.67rem;
}
.tour-pic .floor1-left .floor-center .title{
    color: #333;
    font-size: 18px;
    margin-top: 0.56rem;
}
.tour-pic .floor1-left .floor-center .en-title{
    color: #CCCCCC;
    font-size: 12px;
    margin-top: 0.18rem;
    font-family:Roboto;
    font-style:italic;
    text-transform:uppercase;
}
.tour-pic .floor1-left .floor-center .line{
    width:1.94rem;
    height:1px;
    background: #EDEAEE;
    margin: 0.4rem 0 0 0.9rem;
}
.tour-pic .floor1-left .floor-center .line.line1{
    margin: 0.4rem 0 0 0;
}
.tour-pic .floor1-left .floor-center .info{
    min-width: 180px;
    margin: 0.3rem 0 0 0.5rem;
    font-size:16px;
    color: #333;
    font-family:Microsoft YaHei;
    line-height: 30px;
}
.tour-pic .floor1-left .floor-center .info.info1{
    margin: 0.3rem 0 0 0;
}
.tour-pic .floor1-left .floor-center .bg{
    text-transform:uppercase;
    font-size:.5rem;
    font-family:Roboto;
    font-weight:bold;
    font-style:italic;
    color: #CCCCCC;
    opacity: 0.2;
    margin-top: 0.4rem;
}
.tour-pic .floor1-right{
    width:66%;
    height: 100%;
    position: relative;
}
.tour-pic .floor1-right .left-arrow1{
    left: 0.1rem;
    top: 2.25rem;
    z-index:888;
}
.tour-pic .floor1-right .right-arrow1{
    right: 0.1rem;
    top: 2.25rem;
    z-index:888;
}
.tour-pic .floor1-right .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.tour-pic .floor1-right .pic>img{
    width: 100%;
    height: 100%;
    user-select: none;
}
.welfare-footer{
    margin-top: .8rem;
    display: flex;
    justify-content: space-between;
}
.welfare-footer > dl{
    flex: 1;
    font-size: 16px;
    margin-right: .3rem;
    cursor: pointer;
}
.welfare-footer dd{
    min-height: 122px;
    overflow-y: auto;
    text-align: center;
    box-sizing: border-box;
}
.welfare-footer dt , .welfare-footer dl img{
    width: 100%;
    font-size: 0;
}
.welfare-footer .info{
    color: #666666;
    margin-top: .15rem;
    padding: 0 .42rem;
    height: 1.18rem  !important;
}
.welfare-footer .title{
    margin-top: .15rem;
}
.welfare-footer dl:hover dd{
    background: #328AD9;
    color: #fff;
}
.welfare-footer dl:hover .info{
    color: #fff;
}
.welfare-bg{
    width: 100%;
    height: 5rem;
    margin-top: .84rem;
    position: absolute;
    left: 0;
}
.imgbox .mask{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(44, 44, 44, 0.6);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
.welfare-bg .imgbox{
    overflow: hidden;
    height: 100%;
}
.imgbox:hover .big-pic{
    transform: scale(1.1, 1.1);
}
.left-arrow1{
    position: absolute;
    left:0.1rem;
    top: 2rem;
    width: 0.6rem;
    height: 0.6rem;
    background: url('../images/lefta.png') no-repeat center/100%;
    cursor: pointer;
    z-index: 888;

}
.right-arrow1{
    position: absolute;
    right:0.1rem;
    top: 2rem;
    width: 0.6rem;
    height: 0.6rem;
    background: url('../images/righta.png') no-repeat center/100%;
    cursor: pointer;
    z-index: 888;
}
/* .imgbox:hover .mask{
  opacity: 1;
}
.imgbox:hover .tour-content .title{
    transform: translateY(0px);
    transition-delay:0.2s;
}
.imgbox:hover .tour-content .egtitle{
    transform: translateY(0px);
    transition-delay:0.2s;
}
.imgbox:hover .tour-content .content-text{
    transform: translateY(0px);
    transition-delay:0.2s;
}
.imgbox:hover .content-line{
    transition-delay:0.3s;
    opacity: 0.4;
    z-index: 99999;
}*/
.big-pic{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
} 
.small-box-pic{
    width: 5.6rem;
    height: 100%;
    position: absolute;
    top: 1.03rem;
    left:24%;
}
.small-pic{
    width: 100%;
    /* height: 5.2rem; */
    position: absolute;
    top: 0;
    left:0;
    display: none;
}
.small-pic>img{
    width: 100%;
}
.mask-info{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 0.52rem;
    background: #000000;
    opacity: 0.4;
    transition: all .3s;
    color: #fff;
    line-height: 0.52rem;
    padding: 0 0.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
/* .small-pic:hover .mask-info{
    opacity: 0.4;
    transform: translateY(0);
} */
.tour-content{
    position: absolute;
    top: .78rem;
    left:70%;
    width: 2.6rem;
    color: #fff;
}
.tour-content .title{
    font-size: 18px;
    transform: translateY(-1.5rem);
    transition: all 0.5s ease;
}
.tour-content .egtitle{
    font-size: 12px;
    opacity: 0.5;
    text-transform: uppercase;
    margin-top: .18rem;
    transform: translateY(-1.5rem);
    transition: all 0.5s ease;
}
.tour-content  .content-text{
    font-size: 16px;
    line-height: .4rem;
    margin-top: .8rem;
    transform: translateY(650px);
    transition: all 0.5s ease;
}
.content-line{
    width:6.35rem;
    height:.28rem;
    background:rgba(0,91,172,1);
    opacity:0;
    position: absolute;
    top: 1.72rem;
    right: 2.34rem;
    z-index: 888;
    transition: all 0.5s ease;
}
.job-demand{
    /* margin-top: .4rem; */
    overflow: hidden;
    font-size: 16px;
}
.job-demand .top > *{
    float: left;
}
.job-demand .top{
    color: #595757;
    overflow: hidden;
}
.job-demand .hr-list{
    margin-right: 1.08rem;
}
.job-demand .hr-list li{
    display: flex;
    height: 40px;
    line-height: 40px;
}
.job-demand .hr-list .perli{
    margin-left: 1.12rem;
}
.job-demand .hr-list i{
    display: inline-block;
    vertical-align: bottom;
    width: .16rem;
    height: .24rem;
    margin-right: .1rem;
}
.job-demand .hr-list .icon-phone{
    background: url(../images/icon-phone.png) 50% 50% no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.hr-list li span, .address > span{
    margin-right: .22rem;
}
.job-demand .address .icon-home{
    display: inline-block;
    width: .24rem;
    height: .24rem;
    background: url(../images/icon-home.png) 50% 50% no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: .13rem;
}
.job-demand .address{
    height: .4rem;
    line-height: .4rem;
}
.job-demand-title{
    position: relative;
    margin-top: 1.04rem;
    height: .32rem;
    line-height: .32rem;
    margin-bottom: .1rem;
    color: #005BAC;
    text-align: center;
    font-size: .18rem;
    font-weight: bold;
}
.job-demand-title i{
    position: absolute;
    left: 50%;
    top: .34rem;
    margin-left: -18px;
    width: .42rem;
    height: .03rem;
    background: #005BAC;
}
.job-item{
    color: #595757;
}
.job-item > h6{
    color: #005BAC;
    font-size: 18px;
    margin: .3rem 0 .2rem 0;
}
.job-content{
    padding: .2rem;
    background:rgba(250,250,250,1);
}
.job-content> div{
    display: flex;
    line-height: 32px;
    margin-bottom: .3rem;
}
.job-content > div > i{
    width: 1.2rem;
    font-style: normal;
}
.job-content > div > div{
    flex: 1;
}
.job-content > div > div.inport{
    font-weight: bold;
}
/* recruit-address */
.address-title{
    position: relative;
    /* margin-top: .74rem; */
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .1rem;
    color: #005BAC;
    text-align: center;
}
.address-title i{
    position: absolute;
    left: 50%;
    top: .32rem;
    margin-left: -.18rem;
    width: .42rem;
    height: .03rem;
    background: #005BAC;
}
.address-box{
    padding-top: 0;
    border-top: none;
}
.address-top{
    width:100%;
    border:0.01rem solid rgba(242,242,242,1);
    box-sizing: border-box;
    padding-left: 0.24rem;
    padding-bottom: 0.24rem;
    font-size:16px;
    color: #595757;
}
.recruit-right .address-table{
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}
.recruit-right .address-table tr{
    height: 40px;
    border-bottom: 1px solid  #ebeef5;
}
.address-top .title{
    font-weight: bold;
    font-size: 20px;
    color: #1367B2;
    padding: 0.74rem 0 0.4rem 0;
}
.address-top .tel{
    margin-bottom: 0.14rem;
}
.address-top .web{
    margin-bottom: 0.14rem;
}
.address-top .web>span{
    color: #1367B2;
}
.name-title{
    color: #595757;
    margin-top: .15rem;
    font-size: 20px;
}
.company-name{
    color:#595757;
    margin-top: .15rem;
    font-size:20px;
    font-weight: bold;
}
.address-name-company{
    font-weight: normal;
}
.address-top .mindl-50{
    width: 50%;
    float: left;
    border-top: .01rem solid rgba(242,242,242,1);
}
.address-top .right-border{
    border-right: .01rem solid rgba(242,242,242,1);
}
.address-top .company-website{
    margin-top: .15rem;
}
.address-top .company-website a{
    color: #005BAC;
}

.person-charge{
    margin-top: .6rem;
}
.person-charge > li{
    font-size: 16px;
    display: flex;
    height: 50px;
    line-height: 50px;
    border-bottom: .01rem solid rgba(242,242,242,1);
}
.person-charge > li > span{
    font-size: 16px;
    flex: 1;
    color: #595757;
}
.person-charge > li > span.title{
    color: #333;
    font-weight: bold;
}
.person-charge > li > span > img{
    width: .28rem;
    height: .28rem;
    vertical-align: middle;
    margin-right: .1rem;
}
.person-charge .person-title span{
    color:#333333;
}
#myMap{
    height: 6rem;
}
#myMap .BMapLabel {
    border: 1px solid #CCC !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
    margin-top: -10px !important;
    margin-right: -10px !important;
}
#myMap .anchorBL {
    display: none !important;
}
.sports-box{
    padding-top: .8rem;
    text-align: center;
}
.sports-box .title{
    font-size: 18px;
    color: #333;
}
.sports-box .info{
    font-size: 16px;
    color: #595757;
    padding-top: .2rem;
}
.sports-box .pic-box{
    padding-top: .2rem;
    height: 4.3rem;
    overflow: hidden;
}
.swiper3{
   height: 4rem;
}
.swiper-button-prev{
    left:22%;
}
.swiper-button-next{
    right: 22%;
}
