.bgtext{
    display: none !important;
}
.floor-one .slider-wrapper.theme-orman{
    display: block;
}
.floor-two{
    margin-top: .6rem;
    height: 5.6rem;
    position: relative;
}
.floor-two .floor-two-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 8.1rem;
    height: 4.6rem;
    z-index:8;
    overflow: hidden;
}
img{max-width: 100%;max-height: 100%;}
.floor-two .floor-two-left img{
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.floor-two .floor-two-left:hover img{
    transform: scale(1.2);
}

/* .floor-two .floor-two-left:hover .floor-2-img{
    transform: scale(1.2);
} */
.floor-two .floor-two-right{
    position: absolute;
    top: .72rem;
    right: 0;
    width: 7.2rem;
    height:4.46rem;
    background: #F9F9F9;
    border: .2rem solid #F2F2F2;
}
.floor-two .floor-two-right .text{
    position: absolute;
    left: 2.87rem;
    line-height: 1;
}
.floor-two .floor-two-right .can{
    top: .72rem;
    width: 3.75rem;
    font-size: .74rem;
    color: #EEEEEF;
}
.floor-two .floor-two-right .can1{
    top: .94rem;
}
.floor-two .floor-two-right .do{
    top: 1.7rem;
    font-size: 36px;
    font-weight: bold;
    color: #595757;
    font-family:Microsoft YaHei;
}
.floor-two .floor-two-right .thing{
    top: 2.23rem;
    font-size:16px;
    color: #595757;
}
.floor-two .floor-two-right .more{
    display: block;
    bottom: .88rem;
    width: 1.44rem;
    height:.27rem;
    background: #005BAC;
    font-size:14px;
    color: #fff;
    text-align: center;
    line-height: .27rem;
    border-radius: .14rem;
    position: absolute;
    z-index: 99;
}
.floor-two .floor-two-right .more:hover{
    background:#044f92 ;
}
.floor-three{
    margin-top: .6rem;
    display: flex;
    justify-content: space-between;
}
.floor-three .club{
    width: 24.3%;
    color: #595757;
    text-align: center;
}
.floor-three .club .top{
    width: 100%;
    height: 3.55rem;
    overflow: hidden;
}
.floor-three .club .top img{
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.floor-three .club:hover .top img{
    transform: scale(1.2);
}
.floor-three .club .bottom{
    width: 100%;
    height:1.2rem;
    background: #F4F4F4;
    overflow: hidden;
}
.floor-three .club .bottom .clubname{
    font-size: 18px;
    font-weight: bold;
    margin-top: .2rem;
}
.floor-three .club .bottom .info{
    font-size: .16rem;
    margin-top: .08rem;
}
.floor-three .club .bottom .more{
    display: block;
    width:1.44rem;
    height:.27rem;
    margin: .2rem auto;
    line-height: .27rem;
    font-size: .14rem;
}
.floor-three .club .bottom .more.active{
    background: #004098;
    border-radius: .14rem;
    color: #fff;
}
.floor-three .club:hover  .bottom .more{
    background: #004098;
    border-radius: .14rem;
    color: #fff;
}
/* .floor-three .club .bottom .more:hover{
    background: #004098;
    border-radius: 14px;
    color: #fff;
} */

.floor-four{
    margin-top: .6rem; 
    height: 3.6rem;
}
.floor-four .floor-four-left{
    width: 7rem;
    height: 100%;
    background: #F4F4F4;
    padding: 0 .3rem;
    box-sizing: border-box;
}
.floor-four .floor-four-left .hotbox{
    position: relative;
    top: .2rem;
    height: 1.1rem;
    color: #595757;
}
.floor-four .floor-four-left .hotbox .hotnews{
    position: absolute;
    top: 0;
    left: 0;
    color: #E9E9EB;
    font-size:.74rem;
}
.floor-four .floor-four-left .hotbox .hottext{
    position: absolute;
    top: .22rem;
    left: 0;
    font-size:30px;
    font-weight: bold;
    font-family:Microsoft YaHei;
}
.floor-four .floor-four-left .hotbox .more{
    position: absolute;
    top: .22rem;
    right: 0;
    font-size: 16px;
    width:1.44rem;
    height:.27rem;
    text-align: center;
    line-height: .27rem;
}
.floor-four .floor-four-left .hotbox .more:hover{
    color: #044f92;
}
.floor-four .floor-four-left .center{
    padding-right: .47rem;
    margin-top: .15rem;
}
.floor-four .floor-four-left .li-box {
    box-sizing: border-box;
    padding:.2rem 0;
}

.floor-four .floor-four-left .li-box:first-child{
    border-bottom: 1px dashed #595757;
    padding:0 0 .2rem 0;
}
.floor-four .floor-four-left .li-box .hot-left img{
    width: 1.28rem;
    height: .88rem;
}
.floor-four .floor-four-left .li-box .hot-right .title{
     color: #595757;
     font-size:16px;
     font-weight:bold;
     width: 3.13rem;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     cursor: pointer;
}
.floor-four .floor-four-left .li-box .hot-right .title>a:hover{
    color: #005BAC;
}
.floor-four .floor-four-left .li-box .hot-right .info{
    margin-top: .28rem;
}
.floor-four .floor-four-right {
    width: calc(100% - 7rem);
    min-width: 635px;
    height: 100%;
    overflow: hidden;
}

.floor-four .floor-four-right img {
    transition: all .4s;
}
.floor-four .floor-four-right:hover img{
    transform: scale(1.2);
}

.floor-five{
    height: 3.18rem;
    margin-top: .5rem;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.floor-five .floor-5-img{
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
}
.floor-five:hover .floor-5-img{
    transform: scale(1.2);
}
.floor-five:hover .more{
    background: #044f92;
}
.floor-five .jobs{
    position: absolute;
    top: 1.48rem;
    left: 7.8rem;
    font-size:36px;
    font-weight:bold;
}
.floor-five .jobsinfo{
    position: absolute;
    top: 2.2rem;
    left: 7.8rem;
    font-size:16px;
}
.floor-five .more{
    display: block;
    position: absolute;
    top: 2.60rem;
    left: 7.8rem;
    width:1.44rem;
    height:.27rem;
    background: #005BAC;
    font-size:14px;
    color: #fff;
    text-align: center;
    line-height: .27rem;
    border-radius: .14rem;
}
.floor-five .more:hover{
    background: #044f92;
}

  