﻿@charset "utf-8";


.head-page .item:nth-child(4) span {
    color: #186EAE;
}
.head-page .item:nth-child(4) span::before{
    transform: scale(1);
}
.head-page .item:nth-child(4) span::after{
    opacity: 1;
}
.culture-page01 .lists{
    padding: 20px 0 40px;
}
.culture-page01 .list {
    width: 31.9%;
    margin-right: 2.15%;
}
.culture-page01 .list:nth-child(3n){
    margin-right: 0;
}
.culture-page01 .img{
    position: relative;
    overflow: hidden;
    height: 312px;
}
.culture-page01 .img .bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}
.culture-page01 .advice{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
    opacity: 0;
}
.culture-page01 .texts{
    height: 77px;
    background: #F5F5F5;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.culture-page01 .tit{
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.culture-page01 .desc{
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
}
.culture-page01 .item{
    height: 56px;
    background: #F7F7F7;
    margin-top: 25px;
}
.culture-page01 .item-l{
    width: 267px;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    color: #333333;
}
.culture-page01 .item-l::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 28px;
    background:  #CDCDCD;
}
.culture-page01 .item-l span{
    margin-right: 15px;
}
.culture-page01 .item-l span img{
    height: 25px;
}
.culture-page01 .item-r{
    width: calc(100% - 267px);
    color: #333333;
    padding-left: 7.5%;
    box-sizing: border-box;
}
.culture-page02 .more{
    font-size: 14px;
    color: #333333;
    margin-left: auto;
    transition: all .3s;
}
.culture-page02 .lists{
    justify-content: space-between;
    margin-top: 16px;
}
.culture-page02 .hide{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(32, 32, 32, .4);
    z-index: 3;
    padding: 0 8px;
    box-sizing: border-box;
    transition: all .3s;
}
.culture-page02 .hide .tit{
    color: #fff;
}
.culture-page02 .hide .con{
    color: #fff;
}
.culture-page02 .text{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.culture-page02  .icon{
   width: 17px;
   height: 15px;
   background: url(../img/culture-icon.png) no-repeat center/cover;
}
.culture-page02 .item-l{
    width: 48.6%;
    height: 365px;
    overflow: hidden;
    position: relative;
}
.culture-page02 .item-l img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}
.culture-page02 .item-r{
    width: 48.8%;
    justify-content: space-between;
    height: 365px;
    align-content: space-between;
}
.culture-page02 .item-r .list{
    overflow: hidden;
    position: relative;
    width: 47.54%;
    height: 174px;
}
.culture-page02 .item-r .list img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}
@media only screen and (min-width: 960px) {
    .culture-page01 .list:hover .img .bg{
        height: 110%;
    } 
    .culture-page01 .list:hover .advice{
        opacity: 1;
    }
    .culture-page02 .list:hover .hide{
        transform: translateY(0);
    }
    .culture-page02 .more:hover{
        color: #186EAE;
        transform: translateX(-5px);
    }
}
@media only screen and (max-width: 768px) {
    .culture-page01 .img{
        height: auto;
    }
    .culture-page01 .img .bg {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .culture-page01 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .culture-page01 .lists {
        padding: 10px 0 10px;
    }
    .culture-page01 .texts{
        padding: 0 15px;
    }
    .culture-page01 .item-l{
        width: 100%;
        padding: 0;
    }
    .culture-page01 .item-r {
        width: 100%;
        padding-left: 0;
        margin-top: 5px;
    }
    .culture-page01 .item{
        height: auto;
        background: transparent;
        border-bottom: 1px #CDCDCD dashed;
        margin-top: 0;
        padding: 20px 0;
    }
    .culture-page01 .item-l::after{
        display: none;
    }
    .culture-page01 .item-l span {
        margin-right: 10px;
    }
    .culture-page01 .item:first-child{
        padding-top: 0;
    }
    .culture-page02 .item-l {
        width: 100%;
        height: auto;
    }
    .culture-page02 .item-l img {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .culture-page02 .hide{
        transform: translate(0);
    }
    .culture-page02 .item-r .list {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .culture-page02 .item-r .list img {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .culture-page02 .item-r {
        width: 100%;
        height: auto;
    }
}