.f60 {
    font-size: 60px;
}
.f42 {
    font-size: 42px;
}
.f36 {
    font-size: 36px;
}
.f34 {
    font-size: 34px;
}

h1,.h1 {
    font-size: 30px;
}

h2,.h2 {
    font-size: 28px;
}

h3,.h3 {
    font-size: 24px;
}

h4,.h4 {
    font-size: 20px;
}

h5,.h5 {
    font-size: 18px;
}

h6,.h6 {
    font-size: 16px;
}

.fc33 {
    color: #333;
}
.fc66 {
    color: #666;
}
.fc99 {
    color: #999;
}
.fcff{
    color: #fff;
}
.fl225{
    line-height: 2.25;
}
.fl1875{
    line-height: 1.875;
}

/* 富文本编辑器输出（TinyMCE） */
.richtext img {
    max-width: 100%;
    height: auto;
}

.richtext p {
    margin-bottom: 1em;
}

.richtext p:last-child {
    margin-bottom: 0;
}

.richtext p[style*="text-align: center"],
.richtext p[style*="text-align:center"] {
    text-indent: 0 !important;
}

.richtext p[style*="text-align: center"] img,
.richtext p[style*="text-align:center"] img {
    display: inline-block;
}

.fl172{
    line-height: 1.72;
}
.fw600{
    font-weight: 600;
}

@media only screen and (max-width: 1600px) {
    .f60 {
        font-size: 54px;
    }

}
@media only screen and (max-width: 1480px) {
    .f60 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 1400px) {
    .f60 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1280px) {
    .f60 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1200px) {
    .f60 {
        font-size: 32px;
    }
    .f42 { font-size: 40px; }
    .f36 { font-size: 34px; }
    .f34 { font-size: 32px; }
    h1,.h1 { font-size: 28px; }
    h2,.h2 { font-size: 26px; }
    h3,.h3 { font-size: 22px; }
    h4,.h4 { font-size: 18px; }
    h5,.h5 { font-size: 16px; }
    h6,.h6 { font-size: 15px; }
}

@media only screen and (max-width: 960px) {
    .f60 {
        font-size: 28px;
    }
    .f42 { font-size: 36px; }
    .f36 { font-size: 30px; }
    .f34 { font-size: 28px; }
    h1,.h1 { font-size: 26px; }
    h2,.h2 { font-size: 24px; }
    h3,.h3 { font-size: 20px; }
    h4,.h4 { font-size: 17px; }
}

@media only screen and (max-width: 640px) {
    .f60 {
        font-size: 24px;
    }
    .f42 { font-size: 28px; }
    .f36 { font-size: 24px; }
    .f34 { font-size: 20px; }
    h1,.h1 { font-size: 20px; }
    h2,.h2 { font-size: 18px; }
    h3,.h3 { font-size: 18px; }
    h4,.h4 { font-size: 16px; }
    h5,.h5 { font-size: 15px; }
    h6,.h6 { font-size: 14px; }
    
}

.width1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.width1270{
    max-width: 1270px;
    width: 80%;
    margin: 0 auto;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt55{
    margin-top: 55px;
}
.pt45 {
    padding-top: 45px;
}
.pb45{
    padding-bottom: 45px;
}
.pt60{
    padding-top: 60px;
}
.pb60{
    padding-bottom: 60px;
}

.bg {
    overflow: hidden;
    position: relative;
}

.bg_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: 1000000px;
    transform: translate(-50%, -50%);
    transition: all .4s;
}

.scroll_top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e20016;
    position: fixed;
    right: 1%;
    bottom: 20%;
    border-radius: 3px;
    z-index: 99;
    opacity: 0;
    transition: all .4s;
}
.scroll_top.active{
    opacity: 1;
}
.lists-hide{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.lists-hide img{
    max-width: 600px;
    margin: 80px 0 20px;
}
.lists-hide p{
    font-size: 16px;
}


.page_ftit {
    font-weight: 300;
    margin-top: 4px;
    color: #AAAAAA;
}


.bread {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}
.bread .width1400 {
    height: 70px;
}
.bread .width1400 .item-r{
    height: 100%;
}
.bread .item-r .item {
    position: relative;
    margin-right: 56px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
}
.bread .item-r .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #D80C1E;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .4s;
}
.bread .item-r .item:last-child{
    margin-right: 0;
}
.bread .item-r .item.active {
    color: #D80C1E;
}
.bread .item-r .item.active::after{
    transform: scale(1);
}
.bread .bread_box {
    height: 64px;
}
.bread .bread_box::before {
    content: "";
    display: block;
    width: 15px;
    height: 17px;
    background: url(../img/bread_home.png) no-repeat center / cover;
    margin-right: 10px;
}
.bread_box .item::after {
    content: "";
    display: block;
    width: 4px;
    height: 9px;
    background: url(../img/bread_next.png) no-repeat center/cover;
    margin: 0 12px;
    box-sizing: border-box;
}
.bread_box .item:last-child a {
    color: #D80C1E;
}
.bread_box .item:last-child:after {
    display: none;
}
.bread_box .item a {
    color: #333;
}

/* 内页 Banner */
.page-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 360px;
    margin-top: 0;
}

.page-banner__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.06);
    animation: pageBannerZoom 10s ease-out forwards;
}

@keyframes pageBannerZoom {
    to {
        transform: scale(1);
    }
}

.page-banner__mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .55));
    z-index: 1;
}

.page-banner__content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    padding: 0 24px;
    animation: pageBannerIn .9s ease-out .2s both;
}

@keyframes pageBannerIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-banner__title {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 16px;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}

.page-banner__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    opacity: .8;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1280px) {
    .width1270{
        width: 82%;
    }
}
@media only screen and (max-width: 1043px) {
    .bread .item-r .item{
        margin-right: 50px;
     }
}
@media only screen and (max-width: 960px) {
    .bread .item-r .item{
       margin-right: 45px;
    }
}
@media only screen and (max-width: 768px) {
    .fl225 {
        line-height: 1.875;
    }
}
@media only screen and (max-width: 960px) {
    .pb45 {
        padding-bottom: 40px;
    }
    .pt45 {
        padding-top: 35px;
    }
    .pb60 {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .width1270{
        width: 92%;
    }
    .bread{
       display: none;
    }
    .page-banner {
        height: 220px;
    }
    .page-banner__title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .page-banner__subtitle {
        font-size: 14px;
    }
    .mt40 {
        margin-top: 25px;
    }
    .pb60 {
        padding-bottom: 30px;
    }
    .pt60 {
        padding-top: 30px;
    }
    .mt55 {
        margin-top: 25px;
    }
    .mt30 {
        margin-top: 25px;
    }
    .pb45 {
        padding-bottom: 30px;
    }
    .pt45 {
        padding-top: 25px;
    }
    .page_desc{
        text-align: center;
    }
    .lists-hide img {
        margin: 25px 0 20px;
        width: 62%;
    }
    .page_tit{
        text-align: center;
    }
}


.culture_lists .list {
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1);
    padding: 0 2.5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 2.57%;
    margin-top: 40px;
    transition: all .4s;
}
.culture_lists .list .box {
    position: relative;
    width: 100%;
}
.culture_lists .tit {
    font-weight: bold;
    color: #D80C1E;
}
.culture_lists .text {
    margin-top: 28px;
}
.culture-page .text p {
    margin: 0 0 6px;
}
.culture-page .text p:last-child {
    margin-bottom: 0;
}
.culture_lists .list .icon {
    max-width: 128px;
    position: absolute;
    right: 2.25%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
}
.culture_lists2 .list {
    width: 48.715%;
}
.culture_lists2 .list:nth-child(2n) {
    margin-right: 0;
}
.culture_lists3 .list {
    width: 31.62%;
}
.culture_lists3 .list {
    width: 31.62%;
}
.culture_lists3 .list:nth-child(3n) {
    margin-right: 0;
}

@media only screen and (min-width: 961px) {
    .culture_lists .list:hover {
        box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
        transform: translateY(-4px);
    }

    .culture_lists .list:hover .icon {
        transform: translateY(-50%) scale(1.05);
    }
}

@media only screen and (max-width: 1400px) {
    .culture_lists .list {
        padding: 0 3%;
    }
    .culture_lists .list .icon {
        right: 0;
    }
}
@media only screen and (max-width: 1280px) {
    .culture_lists .list .icon {
        max-width: 120px;
    }
}
@media only screen and (max-width: 1200px) {
    .culture_lists .list {
        height: 242px;
    }
    .culture_lists .text {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    .culture_lists .list .icon {
        max-width: 96px;
    }
    .culture_lists .text {
        margin-top: 15px;
    }
    .culture_lists .list {
        height: 224px;
    }
}
@media only screen and (max-width: 960px) {
    .culture_lists .list {
        padding: 0 18px;
    }
    .culture_lists .list .icon {
        max-width: 82px;
    }
}
@media only screen and (max-width:768px) {
    .culture_lists .list {
        height: 196px;
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .culture_lists .list .icon {
        max-width: 70px;
    }
    .culture_lists .lists .list{
        text-align: center;
    }
}