@charset "utf-8";


.head-page .item:nth-child(5) span {
    color: #C41A1F
}

.nav .item::after {
    content: "";
    display: block;
    width: 1px;
    height: 77px;
    background: url(../img/nav_line.png) no-repeat center/cover;
    position: absolute;
    right: -43px;
    top: -10px;
}

.nav .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 4.22%;
    position: relative;
    width: 30.52%;
    height: 435px;
    border: 2px solid #EEEEEE;
    padding: 35px 20px;
    box-sizing: border-box;
    transition: all .4s;
    border-radius: 8px;
}

.nav .item:nth-child(3n) {
    margin-right: 0;
}

.nav .item:last-child::after {
    display: none;
}

.nav .item .item_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .item img {
    transition: all .4s;
}

.nav .item .h_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.nav .item_text {
    margin-top: 14px;
    margin-bottom: 15px;
}

.nav .item_desc {
    font-size: 15px;
    height: 57px;
}

.nav .item:hover {
    border: 2px solid #FF0000;
}

.nav .item:hover .h_img {
    opacity: 1;
}

.nav .item:hover .p_img {
    opacity: 0;
}

.nav .item.active .h_img {
    opacity: 1;
}

.nav .item.active .p_img {
    opacity: 0;
}

.culture_pg01 .list {
    height: 602px;
    position: relative;
    display: none;
}

.culture_pg01 .list_advice {
    width: 603px;
    height: 428px;
    background: #FFFFFF;
    position: relative;
    left: 77px;
    top: 88px;
    padding: 36px 26px 36px 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.culture_pg01 .con {
    margin-top: 16px;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.culture_pg01 .list.active {
    display: block;
}

.culture_pg02 .width1440 {
    background: url(../img/culture02.jpg) no-repeat center/cover;
    height: 640px;
    display: flex;
    align-items: flex-end;
}


.target_pg02 .texts {
    width: 43%;
}

.target_pg02 .ftit {
    color: #C41A1F;
}
.target_pg02 .tit{
    margin: 10px 0 12px;
}
.target_pg02 .imgs {
    width: 53.75%;
}

.culture_pg02 .advice {
    height: 523px;
    width: 75%;
    background: rgba(196, 26, 31, .9);
    padding: 60px 80px;
    box-sizing: border-box;
    justify-content: space-between;
    max-width: 756px;
}

.culture_pg02 .advice .list {
    width: 48%;
}

.culture_pg02 .tit {
    margin: 10px 0 12px;
}

.culture_pg02 .desc {
    max-height: 72px;
    overflow-y: auto;
}






.culture_pg03 .width1440 {
    position: relative;
}

.culture_pg03 .list:nth-child(2n) {
    flex-direction: row-reverse;
}

.culture_pg03 .l {
    width: 50%;
}

.culture_pg03 .swiper-container {
    /* height: 440px; */
    position: relative;
}
.culture_pg03 .list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.culture_pg03 .list img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.culture_pg03 .list_advice {
    background: rgba(255, 255, 255, .9);
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
}

.culture_pg03 .list:nth-child(2n) .list_advice {
    padding-left: 0;
    padding-right: 40px;
}

.culture_pg03 .con {
    margin-top: 15px;
    max-height: 142px;
    overflow-y: auto;
    padding-right: 8px;
    box-sizing: border-box;
    text-indent: 2em;
}

.culture_pg03 .con p {
    margin-bottom: 9px;
}

.culture_pg03 .con p:last-child {
    margin-bottom: 0;
}

.culture_pg03 .swiper-pagination {
    bottom: 15px;
}

.culture_pg03 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
}

.culture_pg03 .swiper-pagination-bullet-active {
    background: #fff;
}
@media only screen and (max-width: 1366px) {
    .culture_pg03 .con{
        max-height: 106px;
    }
}
@media only screen and (max-width: 1280px) {
    .culture_pg03 .page_title {
        left: 11%;
    }
}

@media only screen and (max-width: 1200px) {
    .culture_pg01 .con {
        max-height: 210px;
    }

    .nav .item {
        height: 480px;
    }
}

@media only screen and (max-width: 1043px) {
    .culture_pg01 .list_advice {
        width: 462px;
        height: 368px;
        left: 50px;
    }

    .culture_pg01 .con {
        max-height: 168px;
    }

    .nav .item {
        height: 464px;
    }
    .culture_pg03 .con {
        max-height: 64px;
    }
}

@media only screen and (max-width: 750px) {
    .nav .item {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        padding: 25px 20px;
        height: auto;
    }

    .nav .item::after {
        right: -27px;
    }

    .nav .item img {
        height: 50px;
    }

    .nav .item_text {
        margin-top: 15px;
    }

    .culture_pg01 .list .bg_img {
        position: initial;
        transform: initial;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .culture_pg01 .list_advice {
        width: 100%;
        height: auto;
        left: 0;
        position: initial;
        padding: 25px 0 0;
    }

    .culture_pg01 .con {
        max-height: 112px;
        margin-top: 10px;
    }

    .culture_pg01 .list {
        height: auto;
    }

    .target_pg02 .texts {
        width: 100%;
    }

    .target_pg02 .tit {
        margin: 8px 0 5px;
    }

    .target_pg02 .imgs {
        width: 100%;
        margin-top: 25px;
    }

    .culture_pg03 {
        padding: 30px 0;
    }

    .culture_pg03 .page_title {
        position: initial;
    }

    .culture_pg03 .l {
        width: 100%;
    }

    .culture_pg03 .swiper-container {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .culture_pg03 .swiper-container .bg_img {
        position: initial;
        transform: initial;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .culture_pg03 .list_advice {
        height: auto;
        width: 100%;
        position: initial;
        padding: 20px 0 10px;
    }

    .culture_pg03 .con {
        max-height: 112px;
        line-height: 1.875;
        margin-top: 10px;
    }

    .culture_pg03 .list:nth-child(2n) .list_advice {
        padding-right: 0;
    }

    .culture_pg03 .swiper-pagination {
        bottom: 5px;
    }

    .culture_pg02 .advice {
        height: auto;
        width: 94%;
        padding: 25px 20px;
        max-width: 100%;
        text-align: center;
    }

    .culture_pg02 .advice .list {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-bottom: 15px;
    }

    .culture_pg02 .advice .list:last-child {
        margin-bottom: 0;
    }

    .culture_pg02 .width1440 {
        height: auto;
        padding: 35px 0 0;
    }
}