@charset "utf-8";
.about-profile .con {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #666;
    line-height: 2.4;
}
.about-profile .profile-img {
    width: 100%;
}
.about-profile .bg-fixed {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 250px;
}

.culture .list {
    display: flex;
    flex-direction: column;
}
.culture .list li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
}
.culture .list li img {
    width: 40px;
}
.culture .list li .text {
    margin-left: 15px;
}
.culture .list li .text h2 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
}
.culture .list li .text p {
    color: #666;
    line-height: 1.7;
}

.certificate-list {
    position: relative;
    max-width: 1440px;
    padding: 0 60px;
    margin: 40px auto 0;
}
.certificate-list a.swiper-navigation {
    position: absolute;
    top: 50%;
    margin-top: -21.5px;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.certificate-list a.swiper-navigation:hover {
    border: 1px solid #b61a86;
    background-color: #b61a86;
}
.certificate-list .swiper-prev {
    left: 10px;
}
.certificate-list .swiper-next {
    right: 10px;
}
.certificate-list a.swiper-navigation i {
    display: inline-block;
    width: 7px;
    height: 14px;
}
.certificate-list a.swiper-navigation i.prev {
    background-position: -27px 0;
}
.certificate-list a.swiper-navigation i.next {
    background-position: -36px 0;
}
.certificate-list a.swiper-navigation:hover i.prev {
    background-position: -27px -15px;
}
.certificate-list a.swiper-navigation:hover i.next {
    background-position: -36px -15px;
}