
.gj_top  {

background-color: #f8f8f8;
}
.gj_top .nv_top {

        background: unset;
}
	
.gj_top .hngtmine .shghtxt {
    text-align: center;
    color: #05171f;
}
.gj_top .hngtmine .shghtxt2 {
    text-align: center;
	letter-spacing: 0px;
	color: #777777;
}
.gj_top .listgj ul {

    display: flex;
    align-items: center;
}

.gj_top .listgj ul li {
    width: 12.5%;
    height: 180px;
    transition: all 0.4s;
    padding: 15px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  
    
}

.gj_top .listgj ul li .tu {
margin: 0 auto;
    width: 50px;
    filter: invert(0.8);
    height: 50px;

}

.gj_top .listgj ul li h2 {

    text-align: center;
    	letter-spacing: 0px;
	color: #222222;
    transition: all 0.4s;
margin-top: 15px;
}

.gj_top .listgj ul li:hover {

    	background-color: #1b379b;
	border-radius: 20px;
}
.gj_top .listgj ul li:hover .tu {
    
        filter: unset;
}
.gj_top .listgj ul li:hover h2 {
    color: #ffffff;
}

.gj_top .listgj ul li.active {

    	background-color: #1b379b;
	border-radius: 20px;
}
.gj_top .listgj ul li.active  .tu {

    filter: unset;
  

}
.gj_top .listgj ul li.active h2 {
    color: #ffffff;
}
.gt_bottom .boxshow li a {
    width: 100%;
    display: flex
;

}
.gt_bottom .boxshow li a:hover .tit0 {
color: #1b379b;

}
.gt_bottom .boxshow li  {

    display: flex;

}
.gt_bottom .boxshow li .img {

   
    flex: 0 0 25%;
    border-radius: 20px;
    overflow: hidden;
    height: 0px;
    position: relative;
    padding-bottom: 14.25%;
    overflow: hidden;

}
.gt_bottom .boxshow li a .txt {

    flex: 1;
    padding-left: 3vw;
}
.gt_bottom .boxshow li a .txt .des {

    	letter-spacing: 0px;
	color: #777777;
    transition: all 0.4s;
}
.gt_bottom .boxshow li .img img {

    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.6s;
}
.gt_bottom .boxshow li:hover .img img {

    transform: scale(1.04);
}

.gt_bottom .boxshow li .txt .txt_mine {

    display: flex;
    align-items: center;
}

.gt_bottom .boxshow li .txt .txt_mine .tit {

    width: auto;

	background-color: #f7f9ff;
	border-radius: 5px;
    color: #1b379b;
	border: solid 1px #1b379b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 8px 12px;
} 

.gt_bottom .gt_bottommine .boxshow {

    display: none;
}

.gt_bottom .gt_bottommine .boxshow.active{
    display: block!important;
    animation: myfirst0 0.8s;
    -webkit-animation: myfirst0 0.8s
}

.cont {

    position: relative;
}

.cont:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 249, 249, 0.6));
    z-index: 1;
    transition: 0.4s all;
}
@keyframes myfirst0 {
    0% {
        opacity: 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}
@media screen and (max-width: 1200px) { 
.gt_bottom .boxshow li .img {
    flex: 0 0 30%;
        padding-bottom: 17.25%;
}

}

@media screen and (max-width: 768px) {

.gt_bottom .boxshow li a {
    flex-wrap: wrap;
}
.gt_bottom .boxshow li .img {
    padding-bottom: 200px;
        flex: 0 0 100%;
}

.gt_bottom .boxshow li a .txt {

    flex: 0 0 100%;
    padding-left: 0vw;
            margin-top: 15px;
}
.gj_top .listgj ul {
    
    flex-wrap: wrap;
}
.gj_top .listgj ul li .tu {
    height: 40px;
    width: 40px;
}
.gj_top .listgj ul li {
height: 130px;
        width: 33.3%;
        padding: 5px;
}
.gj_top .listgj ul li h2 {

    margin-top: 15px;
    font-size: 16px;
}

.gt_bottom .boxshow li .txt .txt_mine .tit {
margin-left: 0px;
        padding: 4px 10px;

             margin-bottom: 10px;
}
.gt_bottom .boxshow li .txt .txt_mine {

        margin-bottom: 10px;
}
.gt_bottom .boxshow li .txt .txt_mine .tit0 {

            font-size: 20px;
}
.gt_bottom .boxshow li .txt .txt_mine {
flex-direction: column-reverse;
        align-items: baseline;

}


}
<!--ºÄÊ±1773909587.5732Ãë-->