.wrap {
    padding-top: 64px;
    overflow: hidden;
    background-color: #f8f8fb;
}

.banner {
    width: 1200px;
    height: 300px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;

    color: rgba(0, 0, 0, 0.8);
}
.banner .bg {
    width: 1200px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.banner p {
    font-weight: 500;
    font-size: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.content {
    background-color: #fff;
    width: 100%;
}

.con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.doubleCow .left {
    padding-bottom: 0;
}

.lf-item {
    font-weight: 400;
    cursor: pointer;
    display: block;
}

.lf-item-active {
    font-weight: 600;
}

/* 主体右侧 */
.right-list {
    flex: 1;
}

.right {
    margin-left: 0;
    padding-top: 56px;
    padding-left: 78px;
}

.desc-h3 {
    font-weight: 600;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}

.desc-p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 28px;
}

.mt40 {
    margin-bottom: 40px;
}

.r-img {
    width: 180px;
    /* height: 53px; */
    margin-right: 64px;
    margin-bottom: 65px;
}

.bg-fa {
    background-color: #fafafa;
    padding: 50px 78px 50px 24px;
    justify-content: space-between;
}

.desc-flex {
    margin-top: 30px;
    margin-bottom: 67px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.l-title {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
}

.l-place {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.lx-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lx-flex p {
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 32px;
}

.fixed-box {
    height: auto;
    padding-bottom: 250px;
}

.culture-title {
    font-weight: 600;
    font-size: 40px;
    padding: 51px 0 39px 0;
}

.cultureul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 109px;
}
.cultureul li {
    position: relative;
    width: 256px;
    height: 374px;
}
.cultureul li img {
    width: 256px;
    height: 374px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
}
.cultureul li .culture-txt1 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    bottom: 73px;
}
.cultureul li .culture-txt2 {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 34px;
}
