@charset "utf-8";

#certify {
    position: relative;
    width: 1500px;
    margin: 50px auto 0px;
}

#certify .swiper-container {
    padding-bottom: 90px;
}

#certify  .swiper-slide {
    width: 780px;
    height: 100%;
    box-shadow: 0 8px 30px #ddd;
}

#certify  .swiper-slide img{
    display:block;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.swiper-button .swiper_certify_next,
.swiper-button .swiper_certify_prev  {
  color: transparent;
}
.swiper-button .swiper_certify_next {
}
.swiper-button .swiper_certify_prev {
}

.lecture .swiper-item {
    background: rgba(244, 245, 247, 1);
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
    opacity: 0.6;
}
.lecture .swiper-slide-active .swiper-item {
    opacity: 1;
}

.lecture .swiper-slide-visible {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.lab_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.lab_title>h3 {
    display: block;
    padding-left: 30px;
    background: url(../images/icon_laboratory-big.png) no-repeat 0px;
}
.lab_title>h3>a {
    font-size: 20px;
    color: #AE0C2A;
    line-height: 30px;
    font-weight: bold;
}
.lab_title>a {
    display: block;
    width: 25px;
    height: 8px;
    background: url(../images/icon_academic.png) no-repeat;
    margin-top: 10px;
}
.lab_item {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.lab_info {
    width: calc(100% - 51%);
}
.lab_introduction {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.lab_introduction>h3,
.lab_achievement>h3,
.lab_teacher>h3 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
    line-height: 20px;
    padding-left: 20px;
    background: url(../images/icon_produce.png) no-repeat 0px;
}
.lab_introduction>p {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 25px;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
}
.mySwiper .swiper-button {
    width: 100px;
    height: 40px;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
}
.lab_achievement {
    width: 100%;
    padding-top: 12px;
}
.lab_achievement>h3 {
    background: url(../images/icon_achievement.png) no-repeat 0px;
}
.lab_achie_list {
    margin-top: 12px;
}
.lab_achie_list>a {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 20px;
    background: url(../images/icon_journal.png) no-repeat 0px 5px;
}

.lab_teacher {
    width: calc(100% - 51%);
}
.lab_teacher>h3 {
    background: url(../images/icon_teacher.png) no-repeat 0px;
}

.lab_teacher_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.lab_teacher_list {
    width: 110px;
    height: auto;
    text-align: center;
}
.lab_teacher_list_pic {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.lab_teacher_list_pic>img {
    display: block;
    width: 100%;
}
.lab_teacher_list>a>h3 {
    display: block;
    font-size: 14px;
    color: #111111;
    line-height: 25px;
    font-weight: bold;
}

.mySwiper .swiper-button-prev {
    background: url('../images/left_lecture.png') no-repeat 4px center;
    height: 20px;
    float: right;
    width: 30px;
    margin-right: 10px;
    margin-top: 10px;
    top: 0;
}

.mySwiper .swiper-button-next {
     background: url(../images/right_lecture.png) no-repeat -4px center;
     height: 20px;
     float: left;
     width: 32px;
     margin-left: 10px;
     margin-top: 10px;
     top: 0;
}

@media screen and (max-width:1500px) {
    #certify{
        width: 100%;
    }

/*    #certify .swiper-slide{
        width: 100%;
    }*/


}

@media screen and (max-width:1160px) {
    #certify .swiper-slide {
        width: 100%;
    }
    .lab_title>h3>a {
        font-size: 14px;
    }
    .lab_item {
        flex-wrap: wrap;
    }
    .lab_info,
    .lab_teacher {
        width: 100%;
    }
    .lab_teacher {
        margin-top: 20px;
    }
}

