.gqh_div1{
    padding-top: 4.8%;
    padding-bottom: 4.8%;
}

.gqh_title{
    display: flex;
    align-items: flex-end;
}

.gqh_logo{
    width: 10%;
    max-width: 146px;
    padding-left: 3%;
    min-width: 50px;
    width: ;
}

.gqh_desc1{
    line-height: 2.5;
    color: #333;
    padding-top: 2.14%;
    padding-bottom: 2.14%;
}

.gqh_qingdian{
    position: relative;
}

.gqh_qingdian img{
    position: relative;
    z-index: 1;

}

.gqh_qingdian .gqh_text{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    width: 100%;
}




@media screen and (max-width:800px ) {
    .gqh_qingdian .gqh_text{
    height: 42px;
    }

}
@media screen and (max-width:500px ) {
    .gqh_qingdian .gqh_text{
    height: 34px;
    }

}

.gqh_shiming{
    padding-top: 2.28%;
    padding-bottom: 2.28%;
    line-height: 2.5;
    color: #333;
}

.gqh_title2{
    padding-top:2.86% ;
    padding-bottom:2.86% ;
    line-height: 1;
    color: #333;
}

.gqh_qianyi_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gqh_qiayi_item{
    width: 32%;
    display: flex;
    margin-bottom: 1%;
    cursor: pointer;



}





.qianyi_text{
    padding-left: 2%;
}



@media screen and (max-width:900px ) {
    .gqh_qiayi_item{
       
        flex-direction: column;

        align-items: center;
        justify-content: flex-start;

    }
    .qianyi_text_top{
        text-align: center;
    }
    .qianyi_text_bot{
        text-align: center;
    }

}


@media screen and (max-width:500px ) {
    .gqh_qiayi_item{
       
        width: 48%;

    }

}

.huodong_list_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.huodong_list_item{
    width: 32%;
    position: relative;
    margin-bottom: 2%;


}





.huodong_list_item img{
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
}


.huodong_list_item .item_text{
    width: 100%;
    height: 50px;
    
    color: #fff;
    display: flex;

  

    align-items: center;
    justify-content: center;



}















.huodong_list_item .item_text .span{
    line-height: 1;

}


.item_desc{
   
    display: none;
    transition: all linear .5s;
}

.huodong_list_item:hover .item_desc{
    display: block;
}
.gqh_item_bg{
    width: 100%;
    height: 50px;
    background: rgba(24,116,206,.8);
    z-index: 2;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all linear .5s;
}
.item_descx{
    color: #fff;
    
    
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all linear .5s;
}


.item_descx>div{
     padding-left: 10%;
    padding-bottom: 10%;
    line-height: 1.875;
    padding-top: 2%;
    padding-right: 10%;
}





@media screen and (max-width:900px ) {
    .huodong_list_item .item_text{
        height: 40px;
    }
    .gqh_item_bg{
    
    height: 40px;
}
   .huodong_list_item{ width: 48%; }

}


@media screen and (max-width:500px ) {
    .huodong_list_item .item_text{
        height: 30px;
    }
        .gqh_item_bg{
    
    height: 30px;
}
     .huodong_list_item{ width: 100%; }

}



.gqh_item_wenzi{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all linear .5s;
}

.huodong_list_item:hover .gqh_item_bg,.huodong_list_item.on .gqh_item_bg{
    
    height: 100%;
  

}
.huodong_list_item:hover .gqh_item_wenzi,.huodong_list_item.on .gqh_item_wenzi{
   
    bottom: 0;
}

.huodong_list_item:hover  .item_descx,.huodong_list_item.on  .item_descx{
   
    opacity: 1;
    height: auto;

}