.banner {
    height: 8.6rem;
    max-height: 100vh;
    position: relative;
    display: flex;
    align-items: center
}

.banner .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease-out;
    left: 0;
    top: 0
}

.banner .basics-box {
    position: relative
}

.banner .basics-box .box p {
    color: #fff
}

.banner .basics-box .box p.p1 {
    font-size: 54px;
    line-height: 1.2
}

@media only screen and (max-width:1440px) {
    .banner .basics-box .box p.p1 {
        font-size: 38px
    }
}

@media only screen and (max-width:1024px) {
    .banner .basics-box .box p.p1 {
        font-size: 34px
    }
}

@media only screen and (max-width:767px) {
    .banner .basics-box .box p.p1 {
        font-size: 28px
    }
}

.banner .basics-box .box p.p2 {
    font-size: 22px;
    line-height: 1.7;
    margin-top: .2rem
}

@media only screen and (max-width:1440px) {
    .banner .basics-box .box p.p2 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .banner .basics-box .box p.p2 {
        font-size: 17px
    }
}

.detail .nav-box {
    position: sticky;
    top: 0;
    width: 100%;
    height: .6rem;
    min-height: 36px;
    background-color: #f1f1f1;
    z-index: 999
}

.detail .nav-box .basics-box {
    height: 100%;
    display: flex
}

.detail .nav-box .basics-box .box {
    font-size: 17px;
    color: #333;
    height: 100%;
    width: 20%;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:1366px) {
    .detail .nav-box .basics-box .box {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .detail .nav-box .basics-box .box {
        font-size: 12px
    }
}

.detail .nav-box .basics-box .box.active {
    color: #fff;
    background-color: #e70012
}

.detail .nav-box .basics-box .box:hover {
    color: #fff;
    background-color: #e70012
}

.detail .content {
    padding: 1rem 0 2rem;
    width: 100%;
    background-size: 100% auto;
    background-position: center 9rem;
    background-repeat: no-repeat
}

.detail .content .basics-box {
    overflow: hidden;
    display: flex
}

.detail .content .basics-box .box {
    width: 50%;
    box-sizing: border-box
}

.detail .content .basics-box .box.padRight {
    padding-right: 1.2rem
}
.detail .content .basics-box.en .box.padRight {
    padding-right: .2rem
}

.detail .content .basics-box .box.padLeft {
    padding-left: .8rem
}
.detail .content .basics-box.en .box.padLeft {
    padding-right: .2rem
}

.detail .content .basics-box .box .p1 {
    font-size: 24px;
    margin-top: .65rem;
    color: #e70012
}
.detail .content .basics-box.en .box .p1 {
    margin-top: .3rem;
}
.detail .content .basics-box .box .p1:after {
    position: absolute;
    display: block;
    content: "";
    width: .6rem;
    height: 4px;
    background: #e70012;
    bottom: -0.2rem;
}
@media only screen and (max-width:1440px) {
    .detail .content .basics-box .box .p1 {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .detail .content .basics-box .box .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .basics-box .box .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .basics-box .box .p1 {
        font-size: 17px
    }
}

.detail .content .basics-box .box .p2 {
    font-size: 36px;
    margin-top: .3rem
}
.detail .content .basics-box.en .box .p2 {
    font-size: 30px;
}
@media only screen and (max-width:1440px) {
    .detail .content .basics-box .box .p2 {
        font-size: 32px
    }
    .detail .content .basics-box.en .box .p2 {
        font-size: 28px;
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .basics-box .box .p2 {
        font-size: 26px
    }
    .detail .content .basics-box.en .box .p2 {
        font-size: 24px;
    }
}

@media only screen and (max-width:767px) {
    .detail .content .basics-box .box .p2 {
        font-size: 24px
    }
    .detail .content .basics-box.en .box .p2 {
        font-size: 20px;
    }
}

.detail .content .basics-box .box .p3 {
    font-size: 17px;
    color: #666666;
    line-height: 2
}
.detail .content .basics-box.en .box .p3 {
    line-height: 1.7
}
@media only screen and (max-width:1366px) {
    .detail .content .basics-box .box .p3 {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .basics-box .box .p3 {
        font-size: 14px
    }
}

.detail .content .img-box {
    overflow: hidden
}

.detail .content .img-box:hover img {
    transform: scale(1.1)
}

.detail .content .img-box img {
    float: left;
    width: 100%;
    height: auto;
    transition: all .4s ease-out
}

.detail .content .title {
    font-size: 36px;
    color: #e70012;
    font-weight: 600
}

@media only screen and (max-width:1440px) {
    .detail .content .title {
        font-size: 32px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .title {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .title {
        font-size: 24px
    }
}

.detail .content .explain {
    font-size: 24px;
    color: #555555;
    margin-top: .1rem
}

@media only screen and (max-width:1440px) {
    .detail .content .explain {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .detail .content .explain {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .explain {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .explain {
        font-size: 17px
    }
}

.detail .content .text {
    color: #333333
}

@media screen and (max-width:768px) {
    .detail .nav-box .basics-box {
        width: 100%
    }

    .detail .nav-box .basics-box .box {
        line-height: 36px;
        height: auto;
        font-size: 12px;
    }

    .detail .nav-box {
        top: 1rem;
        height: auto;
        min-height: auto
    }

    .detail .content .basics-box {
        flex-direction: column
    }

    .detail .content .basics-box:first-child {
        flex-direction: column-reverse;
        margin-bottom: .5rem
    }

    .detail .content .basics-box .box {
        width: 100%
    }

    .detail .content .basics-box .box.padRight {
        padding-right: 0
    }
    .detail .content .basics-box.en .box.padRight {
        padding-right: 0
    }
    .detail .content .basics-box .box.padLeft {
        padding-left: 0
    }
    .detail .content .basics-box.en .box.padLeft {
        padding-right: 0
    }
    .detail .content .img-box {
        float: none;
        margin-right: 0
    }

    .detail .content .img-box .img {
        width: 100%
    }
}

/*# sourceMappingURL=./culture.css.map */