.content{

    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 1.74rem;
}
img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}



.industrybg{
    width: 100%;
    height: 4rem;
    background: url(../image/industrybg.png) no-repeat 0 -1px;
    background-size: 38.4rem 4.02rem;
}


.industry-title div span:nth-child(1){
    width: .34rem;
    height: .36rem;
    background: url(../image/industry-icon.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin-right: .2rem;
}
.industry-title div {
    font-weight: bold;
    font-size: .48rem;
    color: #1D2125;
    line-height: .68rem;
}
.industry-title div.industry-title-en{
    font-family: Abhaya Libre ExtraBold, Abhaya Libre ExtraBold;
    font-weight: 400;
    font-size: .3rem;
    color: #393939;
    line-height: .48rem;
    text-align: left;
}


.cont-right{
    width: 100%;
}





  /* 一楼 */
  

#wrap{
   
    overflow:hidden;
}
#wrap ul{
    display: flex;
    
}
#wrap ul li{
    list-style:none;
    width:1.74rem;
    height:8.57rem;
    transition: all 0.5s ease;
    box-sizing: border-box;
    overflow: hidden;

}
#wrap ul li.textcl{
    width: 15.3rem;
}
.warp-a{
    display: block;
    position: relative;
    width:15.3rem;
    height:8.57rem;
}
.warp-img{
    width: 100%;
    height: 100%;
}

.wrap-txt{
    position: absolute;
    left: 0%;
    top: 0%;
    background:rgba(0,0,0,.5);
    overflow:hidden;
    transition: all 0.5s ease;
    opacity: 1;
}


#wrap ul li .wrap-txt{
    width:1.74rem;
    height:8.57rem;
    background:rgba(0,0,0,.5);
    overflow:hidden;
    transition: all 0.5s ease;
    opacity: 1;
}

/* #wrap ul li.textcl .wrap-txt{
    width:15.3rem;
    height:1.74rem;
    background:rgba(0,0,0,.5);
    overflow:hidden;
    transition: all 0.5s ease;
   
} */


#wrap ul li .wrap-txt p{
    padding:.44rem 0;
    color:#fff;
    font-family:'Microsoft YaHei';
    font-size:.32rem;
    line-height: 1.74rem;
    /* word-spacing:.4rem; */
    letter-spacing:.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    writing-mode: vertical-rl;    
}



/* #wrap ul li.textcl .wrap-txt p{
    padding:0 .8rem;
    color:#fff;
    font-family:'Microsoft yahei';
    font-size:.32rem;
    line-height: 1.74rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;    
    writing-mode: horizontal-tb;
} */


/* 二楼 */

.item-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.item-box>div{
    width: 5.67rem;
    margin-bottom: .4rem;
}
.item-box>div a.item{
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: .3rem;
}


.item .item-img-box{
   width: 100%;
   height: 3.18rem; 
   box-sizing: border-box;
   overflow: hidden;

}
.item p{
   
    padding:0 .3rem;
}
.item p.title{
    font-size: .32rem;
    padding-top: .3rem;
    font-weight: 400;
color: #1D2125;
line-height: .46rem;
text-align: left;
}
.item p.subtitle{
    font-size: .32rem;
    padding-top: .3rem;
    line-height: .48rem;
}

.item-bs{

}

.more{
    text-align: center;
    font-weight: 400;
    font-size: .28rem;
    color: #9B9B9B;
    line-height: .42rem;
    /* margin-top: 1.4rem; */
}

.m-branch{
    display: none;
}

@media (max-width: 651px) {


    .industrybg {
        width: 100%;
        min-width: 100%;
        height: 1.88rem;
        background: url(../image/m-industrybg.png) no-repeat 0 -1px;
        background-size: 100% 1.88rem;
        margin-top: 1.2rem;
    }
    .content{
        padding: .32rem;
        margin-top: .2rem;
    }
    .industry-title div{
        font-size: .4rem;
        line-height: .48rem;
    }
    .industry-title div.industry-title-en{
        font-size: .22rem;
    }
    .one-floor{
        margin-top: .2rem;
        display: none;
    }

    .m-branch{
        display: block;
        box-sizing: border-box;
    }
    .m-branch-item{
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: .2rem;
        margin-bottom: .2rem;

    }
    .m-branch-item img{
        position: absolute;
        top: 0%;
        left: 0%;
        z-index: -1;
        width: 100%;
        height: auto;
    }
    .m-branch-item-box{
        
        padding: .7rem .4rem;
        color: #ffffff;
        background-color: rgba(0,0,0,.3);
    }

    .m-branch-item-box .subtitle{
        box-sizing: border-box;
        overflow: hidden;
        height: 0;
        transition: all 1s ease;
        font-weight: 400;
        font-size: .24rem;
        color: #FFFFFF;
        line-height: .4rem;
    }
    .m-branch-item-box .auheight{
        height: auto;
        padding-top: .32rem;
        height: 1.52rem;
    }

    .m-branch-item-box .m-branch-item-box-icon{
        transform: rotate(0deg);
        transition: all 1s ease;
   }
   .m-branch-item-box .m-branch-item-box-iconup{
        transform: rotate(90deg);
   }

   .item-box>div{
       width: 48%;
      
   }
   .item .item-img-box{
       height: auto;
       border-radius: .1rem;
       
   }
   .item p.title{
       font-size: .24rem;
       padding: .3rem 0 0 0;
   }

/*  */
}