.main-nav{
    display: none;
}
.wrapper{
    background: no-repeat url(/hurc/assets/new/images/index/a_bg_pc.png) left top / 1000px;
}
.index-content-inner{
    max-width: 1264px;
}
.index-content{
    float: none;
    padding-top: 40px;
}
.popupBox{
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.75);
}
.popupContent{
    /* height: 75%; */
    position: relative;
    top:50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 90%;
    max-width: 1264px;
}
.popupContent .closeBtn{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    display: block;
    z-index: 9;
    cursor: pointer;
}
.popupContent img{
    max-width: 100%;
}
.popupContent .popupInner{
    height: 100%;
    margin-bottom: 40px;
    overflow-y: auto;
}
/*��*/
.bg-blue .mtitle{
    background-color: rgba(0,159,222,1);
}
.bg-blue .mlist a:not(:last-child){
    border-bottom: 1px solid #009fde;
}
.bg-blue i{
    color:#009fde;
}  
.bg-blue b{
    color:#009fde;
}  
/*暺*/
.bg-yel .mtitle{
    background-color: rgba(255,177,0,1);
}
.bg-yel .mlist a:not(:last-child){
    border-bottom: 1px solid #ffb100;
}
.bg-yel i{
    color:#ffb100;
}
.bg-yel b{
    color:#ffb100;
}  
/*蝬*/
.bg-green .mtitle{
    background-color: rgba(130,220,0,1);
}
.bg-green .mlist a:not(:last-child){
    border-bottom: 1px solid #82dc00;
}
.bg-green i{
    color:#8dc43d;
}
.bg-green b{
    color:#8dc43d;
}  
/*瘛梁�*/
.bg-dgreen .mtitle{
    background-color: rgba(0,127,90,1);
}
.bg-dgreen .mlist a:not(:last-child){
    border-bottom: 1px solid #007f5a;
}
.bg-dgreen i{
    color:#007f5a;
}
.bg-dgreen b{
    color:#007f5a;
}  
/*蝎�*/
.bg-pink .mtitle{
    background-color: rgba(253,49,97,1);
}
.bg-pink .mlist a:not(:last-child){
    border-bottom: 1px solid #fd3161;
}
.bg-pink i{
    color:#fd3161;
}
.bg-pink b{
    color:#fd3161;
}  
.ninecategories{
    display: flex;
    flex-wrap: wrap;
}
.category-intro{
    position: relative;
    width: calc((100% - 50px) / 3);
    margin-bottom: 20px;
}
.category-intro:nth-child(3n + 2){
    margin-left: 25px;
    margin-right: 25px;
}
.mtitle img,.titlex-box img{
    width: auto;
    height: auto;
}
.mtitle h3{
    font-size: 1.5em;
}
.mlist b{
    width: 2em;
    font-size: 1.25em;
}   
.mlist a{
    position: relative;
    display: flex;
    align-items: center;
    color: #333333;
    padding:  16px 0;
    padding-right: 1.5em;
    font-size: 1.125em;
}
.mlist a strong{
    height: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mlist i{
    font-style: normal;
    transition: all 0.6s;
    background-color: rgba(0,0,0,0);
    width: 1.2em;
    text-align: center;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.more{
    background: -webkit-linear-gradient(right,#3dc496,#009fde);
    background: -o-linear-gradient(right,#3dc496,#009fde);
    background: -webkit-gradient(linear,left top,right top,from(#3dc496),to(#009fde));
    background: -webkit-linear-gradient(left,#3dc496,#009fde);
    background: -o-linear-gradient(left,#3dc496,#009fde);
    background: linear-gradient(90deg,#3dc496,#009fde);
    color:white;
    font-size: 1.25em;
    text-align: center;
    display: block;
    width: 240px;
    padding:20px 0;
    margin:0 auto;
    position: relative;
}
.more strong{
    position: relative;
    z-index: 5;
}
.more:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: #009fde;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.6s;
}
#topBtn{
    position: fixed;
    bottom: 20px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s;
}
#topBtn img{
    width: 100px;
}
#topBtn img.hover{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    transition: opacity 0.6s;
}
#topBtn.open{
    opacity: 1;
    visibility: visible;
}
#topBtn.change{
    position: absolute;
}
#ant{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    color:#007f5a;
    font-size: 1.25em;
    font-family: Arial, Helvetica, sans-serif;
}
.timebox{
    position: absolute;
    top:10px;
    right: 10px;
    width: 50px;
    height: 52px;
    z-index: 10;
    font-weight: bold;
    background:no-repeat url(/hurc/assets/new/images/index/hexagon.png) center / contain;
}
/*ad*/
.newcase-wrap{
    margin-top: 40px;
    margin-bottom: 60px;
}
.newcase-wrap .slick-slider {
    margin:0 -12px;
}
.newcase-wrap .slick-slide {
    margin-right:12px;
    margin-left:12px;
}
/*vidoe*/
.titlex-box{
    text-align: center;
    color:#333
}
.titlex-box b{
    display: block;
    margin:10px 0;
}
.titlex-box h2{
    font-size: 2em;
    margin: 0 auto 40px;
}
.socailhousing::after{
    content: "";
    position: absolute;
    bottom:130px;
    left:0;
    width: 100%;
    height: 100%;
    background:no-repeat url(/hurc/assets/new/images/index/videobg.webp) 60% 100% / 880px;
    z-index: -1;
}
.socailhousing::before{
    content: "";
    position: absolute;
    bottom:130px;
    left:0;
    width: 100%;
    height: 100%;
    background:no-repeat url(/hurc/assets/new/images/index/c_bg_mo.webp) 0% 80% / contain;
    z-index: -1;
}
.socailhousing {
    padding-bottom: 80px;
}
.socailhousing-video{
    float: none;
    width: 100%;
    margin:0 auto 60px;
    position: relative;
}
.socailhousing-video .box{
    box-shadow: 0px 0px 6px rgba(85,85,85,0.6);
    background-color: white;
    padding:40px;
}
.newest-case-pic{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 44.31%;
}
.newest-case-pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
}
.video-wrap, .newcase-wrap{
    float:none;
}
.video-wrap .slick-slider {
    margin:0 -10px;
}
.video-wrap .slick-slide {
    padding:10px;
}
.video-wrap .slick-prev,
.newcase-wrap .slick-prev{
    background-image: url(/hurc/assets/new/images/index/kv_arr_prev.png);
    left:-25px;
}
.video-wrap .slick-next,
.newcase-wrap .slick-next{
    background-image: url(/hurc/assets/new/images/index/kv_arr_next.png);
    right:-25px;
}
.video-wrap .slick-prev, 
.video-wrap .slick-next,
.newcase-wrap .slick-prev,
.newcase-wrap .slick-next{
    width: 50px;
    height: 100px;
}   
.videoname{
    font-size: 1em;
    line-height: 1.5;
    color: #333333;
    padding-left: 24px;
    margin-top: 12px;
    margin-bottom: 0;
    height: 3em;
    float: none;
    width: auto;
    position: relative;
    background:no-repeat url(/hurc/assets/new/images/index/item.png) left 0.1em / 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.embed-responsive{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive iframe{
    position: absolute;
    top:0;
    left:0;
    width:100% ;
    height: 100%;
}

.embed-responsive:before{
    content:"";
    display: block;
    /*padding-top:56.25%;*/
  }
@media (min-width: 992px){     
    .wrapper{
        background-size: contain;
        background-size: top center;
    }
    .index-content{
        float: none;
        padding-top: 20px;
    }
    .newcase-slder.pc_use{
        display: flex;
        flex-wrap: wrap;
    }
    .newcase-intro{
        flex:0 0 calc((100% - 50px) / 3);
        width:calc((100% - 50px) / 3);
        margin-bottom: 25px;
    }
    .newcase-intro:nth-child(3n + 2){
        margin-left: 25px;
        margin-right: 25px;
    }
    .newcase-slder.mo_use{
        display: none;
    }
    .ninecategories.mo_use{
        display: none;
    }
    .mtitle{
        text-align: center;
        color: white;
        padding-top: 5px;
        height: 75px;
    }
    .mtitle h3{
        display: inline-block;
        margin-left: 30px;
    }
    .mtitle img{
        max-height: 80%;
        vertical-align: -20px;
    }
    .mlist{        
        background-color: rgba(255,255,255,0.88);
        padding: 0px 40px;
        height: 232px;
    }
    .mlist b{
        width: 3em;
        flex: 0 0 3em;
    }   
    .bg-blue .mlist a:hover{
        color: #009fde;
    }
    .bg-blue .mlist a:hover i{
        background-color:#009fde;
        color:white;
    }
    
    .bg-yel .mlist a:hover{
        color: #ffb100;
    }
    .bg-yel .mlist a:hover i{
        background-color:#ffb100;
        color:white;
    }
    
    .bg-green .mlist a:hover{
        color: #74a90c;
    }
    .bg-green .mlist a:hover i{
        background-color:#8dc43d;
        color:white;
    }
    
    .bg-dgreen .mlist a:hover{
        color: #007f5a;
    }
    .bg-dgreen .mlist a:hover i{
        background-color:#007f5a;
        color:white;
    }    
    .bg-pink .mlist a:hover{
        color: #fd3161;
    }
    .bg-pink .mlist a:hover i{
        background-color:#fd3161;
        color:white;
    }   
    .videoname{        
        font-size: 1.25em;
        padding-left: 2em;
        margin-top: 25px;
        margin-bottom: 0;
        background-size: 20px;
    }  
    .socailhousing{
        padding-bottom: 120px;
    }
    .socailhousing::before{
        background-image: url(/hurc/assets/new/images/index/c_bg_pc.png);
        background-position: left 80%;
        background-size: 767px;
    }
    .socailhousing::after{
        background-size: 100vw;
        background-position: center bottom;
        bottom:190px;
    }    
    .titlex-box h2{
        margin-bottom: 40px;
    }
    .popupContent .mflex{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .popupContent .mflex span:nth-child(1){
        flex:0 0 31%;
    }
    .popupContent .mflex span:nth-child(2){
        flex:0 0 66%;
    }
}
@media (max-width: 991px){ 
    .newcase-slder.pc_use{
        display: none;
    }
    .ninecategories.pc_use{
        display: none;
    }
    .newcase-intro:nth-child(3n + 2){
        padding-top: 20px;
    }    
    .category-intro{
        position: relative;
        width: calc((100% - 16px) / 3);
        margin-bottom: 8px;
    }
    .category-intro:nth-child(3n + 2){
        margin-left: 8px;
        margin-right: 8px;
    }
    .category-intro.fx100{
        margin:12px 0 24px;
        width:100%;
    }
    .mtitle{
        display: flex;
        flex-direction:column;
        text-align: center;
        padding:16px 0 0;
    }
    .mtitle h3{
        color: white;
        margin:0;
        padding:12px 0;
    }
        
    .mtitle img{
        max-width: 50%;
    }
    .mlist{        
        background-color: rgba(255,255,255,0.88);
        padding: 6px 30px;
    }
    .mlist a{
        padding:12px 0;
    }
    .mlist a strong{
        flex:1;
        padding-right: 1.2em;
        padding-left: 1em;
    }
    .popupContent .mflex span:nth-child(1){
        margin:5px 0;
        display: block;
    }     
}
@media (min-width: 768px){   
    .more:hover:before,
    #topBtn:hover img.hover{
        opacity: 1;
    }  
    .newcase-wrap{
        margin-top: 60px;
        margin-bottom: 90px;
    }  
}
@media (min-width: 768px) and (max-width:991px){ 
    .socailhousing::after{
        bottom: 150px;
        background-size: 1000px;
    }

}
@media (min-width:1200px){     
    .socailhousing-video .box{
        padding:80px;
    }
    .video-wrap .slick-prev, 
    .video-wrap .slick-next,
    .newcase-wrap .slick-prev,
    .newcase-wrap .slick-next{
        width: 70px;
        height: 120px;
    }   
    #topBtn{
        bottom: 40px;
        right: 50px;
    }
}
@media (max-width: 576px){  
    .mtitle h3{
        font-size: 0.875em;
    }
    .mlist b{
        font-size: 1.125em;
    }
    .mlist a strong{
        font-size: 1em;
    }
    .category-intro{
        background-size: 200%;
    }
    .more{
        width:175px;
        padding:8px 0;
    }   
    .video-wrap{
        width: 90%;
        margin:0 auto;
    }
    .video-wrap .slick-prev{
        left:-15px;
    }
    .video-wrap .slick-next{
        right: -15px;
        background-position: right;
    }
    .newcase-wrap .slick-prev{
        left:4px;
    }
    .newcase-wrap .slick-next{
        right: 4px;
        background-position: right;
    }
    .video-wrap .slick-prev, 
    .video-wrap .slick-next,
    .newcase-wrap .slick-prev,
    .newcase-wrap .slick-next{
        background-size: 24px;
        width: 40px;
        height: 80px;
    }   
    .socailhousing-video .box{
        padding:30px 30px 60px;
    }
    #topBtn{
        right:10px;
        bottom:10px;
    }
    .popupContent .closeBtn{
        width: 30px;
        top:0;
        right:0;
    }
    .popupContent{
        /* height: 73%; */
        padding:15px 0;
    }
    .popupContent .popupInner{
        margin-bottom: 20px;
    }
    .timebox{
        width: 41px;
        top:-8px;
        right: 29px;
    }
}
