.content {
    margin-top: 90px;
    padding-top: 5px;
    overflow: hidden;
}

body {
    background: url(../images/pc/bg.png);
    background-size: contain;
    background-color: #fbf5e7;
}

.hover {
    display: none;
}

.linkBox a:hover .hover {
    display: block;
}

.nav li a {
    position: relative;
}

.nav li a.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: -10px;
}

.linkBox a:hover .unhover {
    display: none;
}

.linkBox a:hover dl {
    color: #FBF5E7;
}


/* music */

@-webkit-keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes rotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

#musicControl {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0, -50%);
    bottom: 0;
    margin: auto;
    display: inline-block;
    z-index: 99999999;
    cursor: pointer;
    height: 40px;
}

.wap #musicControl1 {
    right: 0;
    height: 0.4rem;
    top: 50%;
    position: absolute;
    margin: auto;
    display: inline-block;
    transform: translate(0, -50%);
}

#musicControl1 a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url('../images/pc/yinyue.png') no-repeat;
    background-size: 100%;
}

#musicControl a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url('../images/pc/yinyue.png') no-repeat;
    background-size: 100%;
}

#musicControl1 a audio {
    width: 100%;
    height: 56px;
}

#musicControl a audio {
    width: 100%;
    height: 56px;
}

#musicControl a.stop {
    background-position: left bottom;
}

#musicControl1 a.stop {
    background-position: left bottom;
}

#musicControl1 a.on {
    background-position: 0px 1px;
    -webkit-animation: reverseRotataZ 1.2s linear infinite;
}

#musicControl a.on {
    background-position: 0px 1px;
    -webkit-animation: reverseRotataZ 1.2s linear infinite;
}

#music_play_filter {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999998;
}

#musicControl a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url('../images/pc/yinyue.png') no-repeat;
    background-size: 100%;
}

#musicControl a audio {
    width: 100%;
    height: 56px;
}

#musicControl a.stop {
    background-position: left bottom;
}

#musicControl a.on {
    background-position: 0px 1px;
    -webkit-animation: reverseRotataZ 1.2s linear infinite;
}

#music_play_filter {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999998;
}

.content .row1 {
    position: relative;
    width: 1812px;
    margin: 0 auto;
}

.content .row1 .aside {
    position: absolute;
    width: 744px;
    top: 310px;
    right: 433px;
}

.content .row1 .aside h3 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #372626;
    line-height: 1em;
}

.content .row1 .aside p {
    font-size: 24px;
    font-weight: bold;
    color: #372626;
    text-align: center;
    line-height: 1em;
}

.content .row1 .aside .linkBox {
    display: flex;
    justify-content: center;
    margin-top: 69px;
}

.content .row1 .aside a {
    width: 229px;
    position: relative;
}

.content .row1 .aside a:first-child {
    margin-right: 93px;
}

.linkBox dt {
    width: 23px;
    margin-right: 10px;
}

.linkBox dl {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    line-height: 1em;
}

.content {
    position: relative;
}

.row2 {
    margin-top: 236px;
    position: relative;
    padding: 56px 43px 38px;
    background: url(../images/pc/3.png) no-repeat;
    background-size: 100% 100%;
}

.mainbox {
    position: relative;
}

.mainbox .title {
    background: url(../images/pc/title.png);
    background-size: cover;
    width: 191px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #FBF5E7;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
}

.row2 .box {
    background: #FFFBF2;
    min-height: 464px;
    padding: 62px 74px 55px;
}

.jieshao span {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #433231;
    padding: 0 26px;
    cursor: pointer;
    line-height: 1em;
    position: relative;
}

.jieshao span:first-child::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    background-color: #372626;
    right: 0;
}

.jieshao {
    margin-bottom: 27px;
    text-align: center;
}

.jieshao span.active {
    color: #88241F
}

.jsContent p.active {
    display: block;
}

.jsContent p {
    text-indent: 2em;
    font-size: 14px;
    font-weight: 400;
    color: #372626;
    line-height: 30px;
    display: none;
}

.p2 {
    width: 264px;
}

.row3 .jieshao {
    margin-bottom: 52px;
    text-align: center;
}

.maodian {
    position: absolute;
    top: -200px;
}

.row3 .people {
    display: flex;
    flex-flow: wrap;
}

.view {
    color: #88241f;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #88241f;
    width: 200px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    top: 40px;
}

.row3 {
    padding: 78px 100px 15px;
    background: url(../images/pc/3.png) no-repeat;
    background-size: 100% 100%;
}

.row3 .view {
    left: auto;
    top: 20px;
    right: 20px;
    width: 150px;
    border: 0;
}

.row3 .people dl {
    width: 219px;
    margin-right: 107px;
    position: relative;
    margin-bottom: 70px;
}

.row3 .people {
    display: none;
}

.row3 .people.active {
    display: flex;
}

.row3 .people dl:nth-child(4n) {
    margin-right: 0;
}

.row3 .people dl:first-child dd {
    padding-left: 107px;
}

.row3 .people.second dl dd {
    padding-left: 70px;
}

.row3 .people dl dd {
    position: absolute;
    overflow: hidden;
    font-size: 16px;
    color: #FBF5E7;
    bottom: 0;
    padding-left: 92px;
    height: 30px;
    left: 0;
    right: 0;
}

.p3 {
    width: 343px;
}

.row4 {
    padding: 30px 0 80px;
    background: url(../images/pc/7.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 100px;
}

.p4 {
    width: 192px;
}

.row5 {
    padding: 91px 129px 50px;
    margin-bottom: 70px;
    background: url(../images/pc/7.png) no-repeat;
    background-size: 100%;
    border-bottom: 1px solid #000;
}

.subtitle {
    width: 224px;
    margin: 0 auto;
    background: url(../images/pc/sub.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    color: #372626;
    margin-top: 59px;
    margin-bottom: 44px;
}

.row4 .img {
    width: 1240px;
    margin: 0 auto 94px;
}

.mySwiper {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    --swiper-navigation-color: rgba(137, 39, 33);
    --swiper-navigation-size: 30px;
    margin-bottom: 100px;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-container-rtl .swiper-button-next {
    left: 64px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-container-rtl .swiper-button-prev {
    right: 64px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    top: 44%;
}

.mySwiper1 {
    position: relative;
}

.mySwiper1 .swiper-button-prev,
.mySwiper1 .swiper-container-rtl .swiper-button-next {
    left: 64px;
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-container-rtl .swiper-button-prev {
    right: 64px;
}

.mySwiper1 {
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 30px;
}

.news a dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newssource {
    margin-right: 97px;
}

.news a {
    display: block;
    padding: 27px 98px;
}

.news a dl {
    font-size: 16px;
    font-weight: 400;
    color: #372626;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news a:hover {
    background-color: #8B2A24;
}

.newstitle {
    max-width: 550px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news a:hover dl {
    color: #fff;
}

.p1 {
    position: absolute;
    width: 235px;
    bottom: 0;
    right: 0;
}

.mySwiper1 .swiper-slide .imgbox {
    position: relative;
}
.mySwiper1 .swiper-slide .imgbox::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}
.mySwiper1 .swiper-slide p {
    text-align: center;
    margin-top: 5px;
}

.mySwiper1 .swiper-slide.swiper-slide-active .imgbox::after {
    background: rgba(0, 0, 0, 0);
}

.more {
    display: none;
}

@media screen and (max-width:1596px) {
    .content .row1 {
        width: 100%;
    }
    .index {
        width: 120%;
        margin-left: -10%;
    }
    .row4 .img {
        width: 100%;
    }
    .content .row1 .aside {
        top: 24%;
        right: 11%;
    }
    .row3 .people dl {
        width: 23.5%;
        margin-right: 2%;
    }
}

@media screen and (max-width:1200px) {
    .mySwiper {
        width: 100%;
        overflow: visible;
    }
    .row4 .img {
        margin-bottom: 0;
    }
    .p2 {
        width: 2.23rem;
    }
    .p3 {
        width: 3rem;
    }
    .content {
        margin-top: 1rem;
        padding: 0;
    }
    .content .row1 {
        width: 100%;
        margin-top: 1.1rem;
    }
    .content .row1 .aside {
        width: 4.5rem;
        top: 2rem;
        z-index: 244;
        right: 0.7rem;
    }
    .one {
        width: 4rem;
        margin: 0 auto;
    }
    .content .row1 .aside h3 {
        font-size: 0.32rem;
        margin-bottom: 0.15rem;
    }
    .content .row1 .aside .content .row1 .aside p {
        margin-bottom: 0.14rem;
        font-size: 0.24rem;
    }
    .row2 .box {
        padding: 0.55rem 0.4rem;
        height: 100%;
    }
    .jsContent p {
        font-size: 0.24rem;
    }
    .jieshao span {
        font-size: 0.26rem;
    }
    .jieshao {
        margin-bottom: 0.45rem;
    }
    .row2 {
        padding: 0.59rem 0.26rem 0.28rem;
        margin-top: 2.89rem;
    }
    .row2,
    .row3,
    .row4,
    .row5 {
        background: none;
        border: 1px solid #333;
    }
    .jsContent {
        overflow: hidden;
        height: 4.85rem;
    }
    .more {
        display: block;
        width: 1.9rem;
        height: 0.57rem;
        border: 1px solid #372626;
        border-radius: 8px;
        font-size: 0.24rem;
        text-align: center;
        font-weight: 400;
        color: #372626;
        line-height: 0.57rem;
        margin: 0.67rem auto 0;
    }
    .row3 {
        padding: 0.7rem 0.25rem 0.1rem;
        height: auto;
    }
    .mySwiper .swiper-slide {
        position: relative;
    }
    .mySwiper .swiper-slide::after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }
    .mySwiper .swiper-slide.swiper-slide-active::after {
        background: rgba(0, 0, 0, 0);
    }
    .mySwiper1 .swiper-slide p {
       font-size: 12px;
       padding: 0 13%;
       text-align: left;
       margin-top: 8px;
    }
    .row3 .people dl {
        width: 49%;
        margin-right: 2%;
    }
    .row3 .jieshao {
        margin-bottom: 0.42rem;
    }
    .row3 .people dl:nth-child(2n) {
        margin-right: 0 !important;
    }
    .mainbox .title {
        width: 2rem;
        height: 0.56rem;
        line-height: 0.56rem;
        font-size: 0.28rem;
        top: -0.28rem;
    }
    .row3 .people dl:first-child dd {
        padding-left: 1rem;
    }
    .row3 .people dl dd {
        padding-left: 0.92rem;
    }
    .mySwiper1 {
        margin-bottom: 0.5rem;
    }
    .more.active {
        display: none;
    }
    .maodian {
        position: absolute;
        top: -2rem;
    }
    .mySwiper {
        margin-bottom: 0;
    }
    .row4 {
        height: auto;
        padding-bottom: 0rem;
        margin-bottom: 0.5rem;
    }
    .subtitle {
        margin: 0.6rem auto 0.44rem;
    }
    .row3 .people dl dd {
        font-size: 0.24rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .content .row1 .aside p {
        font-size: 0.24rem;
    }
    .linkBox dt {
        width: 0.23rem;
    }
    .content .row1 .aside a:first-child {
        margin-right: 0.4rem;
    }
    .linkBox dl {
        font-size: 0.24rem;
        top: 0.18rem;
    }
    .content .row1 .aside a {
        width: 2.29rem;
    }
    .mySwiper {
        --swiper-navigation-color: #fff;
        --swiper-navigation-size: 30px;
    }
    .mySwiper .swiper-button-next,
    .mySwiper .swiper-button-prev {
        top: 48%;
    }
    .mySwiper .swiper-button-prev,
    .mySwiper .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    .mySwiper .swiper-button-next,
    .mySwiper .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
    .mySwiper1 .swiper-button-prev,
    .mySwiper1 .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    .mySwiper1 .swiper-button-next,
    .mySwiper1 .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
    .a1 dd {
        padding-left: 1.2rem !important;
    }
    .a2 dd {
        padding-left: 1rem !important;
    }
    .a3 dd {
        padding-left: 0.9rem !important;
    }
    .a4 dd {
        padding-left: 0.7rem !important;
    }
    .a5 dd {
        padding-left: 1.2rem !important;
    }
    .a6 dd {
        padding-left: 1.2rem !important;
    }
    #musicControl1 a {
        width: 0.4rem;
        height: 0.4rem;
    }
    .index {
        width: 120%;
        margin-left: -0.8rem;
    }
    .p1 {
        width: 1.8rem;
    }
    .row1 .mainbox {
        bottom: -2.89rem !important;
    }
    .content .row1 .aside .linkBox {
        margin-top: 0.38rem;
    }
    .view {
        font-size: 0.28rem;
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 4px;
        top: 0.4rem;
    }
    .row3 .view {width: 1.8rem;right: 0;top: -0.6rem;}
}

@media screen and (max-width:414px) {
    .mySwiper .swiper-button-next,
    .mySwiper .swiper-button-prev {
        top: 50%;
    }
    .aside p {
        line-height: 1.5em !important;
    }
    .aside p span {
        display: block;
    }
    .linkBox dl {
        font-size: 0.24rem;
        top: 0.13rem;
    }
    .mySwiper,
    .mySwiper1 {
        --swiper-navigation-size: 0.3rem
    }
}