.science {

    width: 100%;
}
/* 自定义 CSS 动画 */
.slide-transition-start {
    animation: slide-in 0.8s ease-in-out;
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.science_mine {


    background-color: #f8f8f8;
}

.page2 .p_listt {

    display: flex;
    flex-wrap: wrap;
}

.page2 .p_listt .p_pome {
    height: 106px;
    width: 22%;
    background-image: url(../img/science_tp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: unset;
    margin-bottom: 3vw;
}

.page2 .p_listt .p_pome {

    background-image: url(../img/science_tp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: 4%;
}


.page2 .p_listt .p_pome .p_1 {
    text-align: center;
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0%;
    width: 80%;
    line-height: 1.5;
}

.page2 .p_listt .p_pome .p_2 {
    text-align: center;
    display: none;

}

.page2 .p_listt .p_pome:nth-child(4n) {
    margin-right: 0;

}

.science_sw {

    overflow: hidden;
    position: relative;
}

.science_sw .swiper-slide .e_image {
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);

}

.science_sw .swiper-slide .e_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;

}

.science_sw .swiper-slide .e_image:hover img {

    transform: scale(1.05);
}

.science_sw::before {
    background-image: url(../img/yingyin_l.png);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    top: 0%;
    left: -10%;
    background-position: center;
    background-size: 100% 100%;
    /* transform: translate(-50%, -50%); */
    height: 100%;
    width: 30%;
    z-index: 2;
}

.science_sw::after {
    background-image: url(../img/yingyin_r.png);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    top: 0%;
    right: -10%;
    background-position: center;
    background-size: 100% 100%;
    /* transform: translate(-50%, -0%); */
    height: 100%;
    width: 30%;
    z-index: 2;
}

@media screen and (max-width: 768px) { 
    .page2 .p_listt .p_pome {
        margin-right: 0%;
        width: 100%;
        margin-bottom: 20px;
    }

.page2 .p_listt .p_pome .p_1 {
    
            font-size: 18px;
        text-align: left;
}
.page2 .p_listt .p_pome {
    
    position: relative;
       background-image: unset;
               margin-right: 0%;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px dashed #333333;
}
.page2 .p_listt .p_pome .p_1::before {
        content: '';
        font-size: 20px;
        color: black;
        margin-right: 10px;
        width: 6px;
        height: 6px;
        flex: 0 0 6px;
        background-color: #d20000;
        border-radius: 50%;
        display: block;
        top: 10px;
        position: absolute;
        left: 0;
 
}


.page2 .p_listt .p_pome .p_1 {
    
    position: relative;
    width: 100%;
            font-size: 16px;
        text-align: left;
        padding-left: 15px;
}

.page2 .p_listt .p_pome {
             position: relative;
        background-image: unset;
        margin-right: 0%;
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px dashed #333333;
        padding: 15px 0;
        height: auto;
}







}

