@charset "UTF-8";
/**
 * @desc 公司新官网首页-理念文化
 * @author hongyu
 * @date 2022-5-30
 */


/* Comment 理念文化 S */
.index-culture {
    width: 100%;
    height: 798px;
    background-color: #f6f8fb;
    padding: 90px 170px 110px;
    box-sizing: border-box;
}

.index-culture .index-culture-content {
    margin-top: 50px;
    height: 496px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.culture-tabs-hide {
    visibility: hidden;
}

.index-culture-content-image {
    width: 333px;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.index-culture-content-image img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.index-culture-content-tabs {
    margin-left: 51px;
    padding: 30px 60px 34px;
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 4px;
}

.index-culture-content-tabs .layui-tab {
    margin: 0;
    height: 100%;
    width: 100%;
}

.index-culture-content-tabs li {
    font-family: Source Han Sans CN;
    color: #303030;
    font-size: 20px;
    padding: 0 30px 0 0;
}

.index-culture-content-tabs li:hover {
    color: #4977fb;
}

.index-culture-content-tabs .layui-this {
    font-family: Source Han Sans CN;
    color: #4977fb !important;
    font-size: 20px;
}

.index-culture-content-tabs .layui-this:after {
    border-bottom: 2px solid #4977fb !important;
    width: 80px;
    left: 0;
}

.index-culture-content-tabs .layui-tab-content {
    margin-top: 30px;
    padding: 0;
    height: calc(100% - 71px);
    width: 100%;
}

.index-culture-content-tabs .layui-tab-content .layui-tab-item {
    height: 100%;
    width: 100%;
}

.content-tabs-culture {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.content-tabs-culture .content-tabs-culture-important {
    width: 448px;
    height: 100%;
}

.content-tabs-culture .content-tabs-culture-other {
    margin-left: 60px;
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.content-tabs-culture-important .mySwiper3 {
    height: 100%;
    width: 100%;
}

.mySwiper3 .culture-important-img {
    width: 100%;
    height: 252px;
    border-radius: 4px;
    overflow: hidden;
}

.culture-important-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.culture-important-title {
    height: 84px;
    width: 100%;
    padding: 14px 0 20px;
    box-sizing: border-box;
}

.culture-important-title div {
    height: 48px;
    text-align: justify;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #303030;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
}

.culture-important-more {
    margin-top: 10px;
    height: 16px;
    width: 30%;
}

.culture-important-more span {
    font-family: Source Han Sans CN;
    color: #a7a7a7;
    font-size: 16px;
    cursor: pointer;
}

.culture-important-more img {
    margin-left: 11px;
    width: 19px;
    height: 12px;
    cursor: pointer;
}

.mySwiper3 .swiper-pagination {
    bottom: 0;
    left: auto;
    right: 0;
    width: 20%;
}

.mySwiper3 .swiper-button-next {
    top: 366px;
    right: 0;
    width: 8px;
    height: 14px;
    z-index: 99999;
    background-image: url();
}

.mySwiper3 .swiper-button-prev {
    top: 366px;
    left: 354px;
    width: 8px;
    height: 14px;
    z-index: 99999;
    background-image: url();
}

.mySwiper3 .swiper-button-next::after,
.mySwiper3 .swiper-button-prev::after {
    font-size: 16px;
    color: #a8a8a8;
}

.mySwiper3 .swiper-pagination-current,
.mySwiper3 .swiper-pagination-total {
    font-family: D-DIN;
    color: #303030;
    font-size: 20px;
}

.mySwiper3 .swiper-pagination-current {
    font-family: D-DIN;
    color: #4977fb;
}

.content-tabs-culture-other .content-tabs-culture-other-item {
    height: 108px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content-tabs-culture-other-item .culture-other-item-img {
    width: 192px;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.culture-other-item-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.content-tabs-culture-other-item .culture-other-item-content {
    margin-left: 28px;
    width: 100%;
    flex: 1;
    position: relative;
}

.culture-other-item-content .culture-other-item-title {
    width: 100%;
    height: 52px;
    font-family: Source Han Sans CN;
    color: #303030;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    cursor: pointer;
}

.culture-other-item-content .culture-other-item-title:hover {
    color: #4977fb;
}

.culture-other-item-content .culture-other-item-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17px;
    display: flex;
    justify-content: space-between;
}

.culture-other-item-time {
    font-family: D-DIN;
    color: #a7a7a7;
    font-size: 16px;
}

.culture-other-item-details {
    cursor: pointer;
}

.culture-other-item-details span {
    font-family: Source Han Sans CN;
    color: #a7a7a7;
    font-size: 16px;
}

.culture-other-item-details img {
    margin-left: 6px;
    width: 6px;
    height: 12px;
}

/* Comment 理念文化 E */