@charset "utf-8";

.vis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.vis-l {
    width: 2.88rem;
    margin-right: .65rem;
    position: relative;
    padding: 0 .04rem;
}

.vis-qh {
    position: relative;
    padding-bottom: 1.5rem;
    background: url(/2024xz/style/../images/vis/vis-lbg.png) no-repeat center bottom;
    background-size: 100%;
}

.vis-qh ul {
    background-color: #011B8B;
}

.vis-l::before {
    content: '';
    width: 100%;
    height: .09rem;
    background: url(/2024xz/style/../images/vis/vis-line1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -0.04rem;
}

.vis-qh ul li a {
    line-height: .7rem;
    font-size: .2rem;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    display: block;
}

.vis-qh li:nth-child(odd) {
    background: url(/2024xz/style/../images/vis/vis-tbg.png) no-repeat;
    background-size: 100% 100%;
}

.vis-qh ul li a::after {
    content: '';
    width: 2.04rem;
    height: .13rem;
    background: url(/2024xz/style/../images/vis/vis-line2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -0.06rem;
    transform: translateX(-50%);
    z-index: 9;
}

.vis-r {
    flex: 1;
    min-width: 0;
}


.vis-qh li.on {
    background: #265FF6 !important;
}


.vis-tit h3 {
    font-size: .3rem;
    color: #1C2462;
    position: relative;
    padding: .1rem 0;
}

.vis-tit h3::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .03rem;
    background: #1C2462;
}

.vis-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(151, 151, 151, .3);
}

.vis-tit a {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #265FF6;
    transition: all 0.5s;
}

.vis-tit a:hover {
    transform: translateX(.1rem);
}

.vis-tit a img {
    margin-left: .17rem;
    width: .25rem;
}


.vis-qhc>h4 {
    font-size: .22rem;
    color: #000000;
    padding-left: .12rem;
    position: relative;
    margin-top: .4rem;
    margin-bottom: .15rem;
}

.vis-qhc>h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #1C2462;
    width: .03rem;
    height: .17rem;
}

.vis-qhc>p {
    font-size: .18rem;
    line-height: .28rem;
    margin-bottom: .15rem;
    color: #666666;
    text-align: justify;
}

.vis-pt {
    border: 1px solid rgba(38, 95, 246, 0.1446);
    padding: .4rem 0;
    margin-top: .2rem;
    margin-bottom: .6rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vis-lg img {
    display: block;
    margin: 0 auto;
    width: 2.73rem;
}
.vis-qhc1 .vis-lg img{
width: 7.73rem;

}
.vis-lg {
    margin: 0 .6rem;
}

.vis-lgifo {
    margin-top: .35rem;
}

.vis-lgifo p {
    font-size: .18rem;
    color: #666666;
    text-align: center;
    line-height: .3rem;
}

#vis-lg3 img {
    width: 6.31rem;
}




@media screen and (max-width: 1024px) {
    #vis-lg3 img {
        width: 4rem;
    }

    .vis-lg img {
        width: 1.5rem;
    }

    .vis-lg {
        margin: 0 .3rem;
    }
}

@media screen and (max-width: 768px) {
    .vis-l {
        width: 100%;
        margin: 0 auto;
        margin-bottom: .3rem;
    }

    .vis-r {
        flex: auto;
        width: 100%;
    }
    .vis-qh {
        background-size: 0;
        padding-bottom: 0;
    }

    .vis-lg img {
        max-width: 90%;
    }
    
}

@media screen and (max-width: 480px) {
    .vis-pt{
        margin-bottom: .4rem;
    }
}