.scient-swiper01 {
    position: relative;
    overflow: hidden;
    padding: 70px 0px 70px;
}

.scient-swiper01::before,
.scient-swiper01::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    /*width: 70px;*/
    /* transform: translateY(-50%); */
    height: calc(100% - 60px);
    /* background-image: radial-gradient(#f7f7f7,#f1f1f1); */
    background-image: linear-gradient(#f7f7f7, #efefef);
    z-index: 9;
}

.scient-swiper01::after {
    left: auto;
    right: 0;
}

.scient-swiper01 .swiper-slide {
    /* width: 57.98%; */
    width: 30%
}

.scient-swiper01 .pic01 {
    /* margin-bottom: 20px; */
    padding-top: 61.28%;
    position: relative;
    /* overflow: hidden; */
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    /* border-radius: 10px; */
    padding-bottom: 60px;
}


.scient-swiper01 .pic01:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(10, 51, 93, 0.3); */
    /* background-color: rgba(163, 164, 165, 0.7); */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.scient-swiper01 .swiper-slide-active .pic01::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 1;
    height: 20%;
   
    background-size:100%;
    opacity:.5;
    
}

.scient-swiper01 .pic01 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 60px);
    object-fit: cover;
    object-fit: contain;
    filter: blur(3px);
}

.scient-swiper01 .swiper-slide-active .pic01 img {
    filter: blur(0px);
}

.scient-swiper01 .pic01 .title2 {
    z-index: 11;
    display: none;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 0px calc(3% + 70px);
    max-width: 1400px;
}

.scient-swiper01 .swiper-slide-active .title2 {
    display: block;
}

.scient-swiper01 .txt {
    padding: 0 6%;
    font-size: 20px;
    color: #000;
    line-height: 37px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.scient-swiper01 .swiper-slide-next .pic01:after,
.scient-swiper01 .swiper-slide-prev .pic01:after {
    /* background-color: rgba(10, 51, 93, .6); */
}

.scient-swiper01 .swiper-slide-active .pic01:after {
    opacity: 0
}

.scient-swiper01 .swiper-slide-active .txt {
    opacity: 1
}

.scient-swiper01 .swiper-button-next,
.scient-swiper01 .swiper-button-prev {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    position: absolute;
    top: auto;
    /* transform: translateY(-50%); */
    left: 0px;
    background: url(../images/d-right.png) no-repeat center #91cbc1;
    border-radius: 50%;
    z-index: 19;
    bottom:10px;
}

.scient-swiper01 .swiper-button-prev {
    left: 50%;
    background: url(../images/d-left.png) no-repeat center #91cbc1;
    margin-left: -25%;
}

.scient-swiper01 .swiper-button-next {
    left: auto;
    right: 50%;
    background: url(../images/d-right.png) no-repeat center #91cbc1;
    z-index: 19;
    margin-right: -25%;
}

.scient-swiper01 .swiper-button-prev:hover {
    /* left: 0px; */
    background: url(../images/d-left.png) no-repeat center #1f8776;
}

.scient-swiper01 .swiper-button-next:hover {
    /* left: auto; */
    /* right: 0px; */
    background: url(../images/d-right.png) no-repeat center #1f8776;
    z-index: 10;
}

.yxgy .title2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 10px 20px;
    color: #ffffff;
    width: 100%;
    display: none;
    z-index: 2;
}

.yxgy .swiper-slide-active .title2 {

    display: block;
}

.scient-swiper01 .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background: #bcd9d5;
    border-radius: 0;
    opacity: 1;
}

.scient-swiper01 .swiper-pagination-bullet-active {
    background: #1f8776;

}

.scient-swiper01 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 23px;
    z-index:2;
}

@media screen and (max-width: 1279px) {
.scient-swiper01 .swiper-button-prev{
    margin-left: -35%;
}
.scient-swiper01 .swiper-button-next{
    margin-right: -35%;
}
}

@media screen and (max-width: 1000px) {
    .scient-swiper01 .swiper-slide {
        width: 60%;
    }
}

 @media screen and (max-width: 800px) {
.scient-swiper01 .swiper-button-prev {
        margin-left: 0%;
        left: 0;
        width:40px;
        height:40px;
    }

    .scient-swiper01 .swiper-button-next {
        margin-right: 0%;
        right: 0;
        width: 40px;
            height: 40px;
    }
        .scient-swiper01 .swiper-pagination-bullet{
            width:15px;
            height:4px;
        }
        .scient-swiper01{
            padding:40px 0 40px;
        }

   
} 