.standardWidth {
    width: 1440px;
    margin: -40px auto 0;
    overflow: hidden;
}

.headImg {
    width: 100%;
    display: block;
}

.qywh {
    width: 100%;
    display: block;
}

.qywh_cont {
    width: 70.5%;
    display: block;
    margin: 40px auto 0;
}

.qyfc {
    width: 375px;
    height: 114px;
    display: block;
    margin: 90px auto 0;
}

.fc-box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 12px;
    margin-bottom: -60px;
}

.fc-box .item {
    width: 1185px;
    height: 538px;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/kcgroup/imgs/culture/box_back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 50px auto 0;
    position: relative;
}

.fc-box .item .text {
    width: 26%;
    position: absolute;
    bottom: 5%;
}

.fc-box .item .text h4 {
    text-align: center;
    font-size: 40px;
    color: #2E2E2E;
    margin-bottom: 13%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-box .item .text .right {
    float: right;
}

.fc-box .item .text .right ul {
    display: inline-block;
}

.fc-box .item .text .right ul .li1 {
    font-weight: bold;
    font-size: 31px;
    color: #BCBCBC;
}

.fc-box .item .text .right ul .li2 {
    font-size: 25px;
    color: #BCBCBC;
}

.fc-box .item .text .right em {
    display: inline-block;
    width: 1px;
    height: 113px;
    border-right: 1px solid #BCBCBC;
    margin-left: 10px;
    vertical-align: bottom;
}


.fc-box .item .imgs img {
    width: 780px;
    height: 438px;
    position: absolute;
    right: 50px;
    bottom: 62px;
    z-index: 9;
    cursor: pointer;
}

.fc-box .item .imgs div {
    width: 780px;
    height: 438px;
}

.fc-box .item .imgs .shen {
    background-color: #99A7BC;
    position: absolute;
    right: 38px;
    bottom: 48px;
    z-index: 7;
}

.fc-box .item .imgs .qian {
    background-color: #BBC6D5;
    position: absolute;
    right: 27px;
    bottom: 38px;
    z-index: 5;
}

.fc-box .item span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #17264A;
    border-radius: 50%;
    border: 1px solid #27365A;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    bottom: -12px;
    right: 0%;
    left: 0;
    margin: 0 auto;
}



/* 详情 */
.details-qyfc {
    width: 100%;
}

.details-box {
    width: 90%;
    margin: -350px auto 0;
    overflow: hidden;
}

.details-box .item {
    width: 96%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 auto 20px;
}

.details-box img {
    max-width: 49%;
    /* max-height: 327px; */
}

/*.details-box img:nth-child(odd) {
    float: left;
}

.details-box img:nth-child(even) {
    float: right;
} */