html {
    scroll-behavior: smooth;
    font-size: 625%
}

body {
    font: 18px/1.6 "Microsoft YaHei", sans-serif;
    color: #000
}

a {
    color: #000
}

a:hover {
    text-decoration: none;
}

.viewpoint_l a:hover,
.news_r a:hover {
    color: #c7a670;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination,
.swiper-wrapper {
    z-index: unset
}

.m_more,
.swiper-pagination {
    display: none
}

.video_show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow: hidden
}

.video_show video {
    height: 100vh
}

.m_banner {
    display: none
}

.banner {
    width: 100%;
    height: 100vh;
    background: url(../img/banner.jpg) no-repeat top center/auto 100%
}

.column_img {
    width: 1200px;
    margin: 50px auto;
    position: relative
}

.column_img>a {
    font-size: 14px;
    color: #aaa;
    position: absolute;
    bottom: 25px;
    right: 0
}

.column {
    width: 1200px;
    padding-bottom: 5px;
    margin: 45px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: end
}

.column h3 {
    display: inline-block;
    background-color: #d20000;
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.column h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -5px;
    background: #c7a670
}

.column a {
    font-size: 14px;
    color: #aaa
}

.wrapper {
    width: 1200px;
    margin: 0 auto
}

.history {
    display: flex;
    justify-content: space-between
}

.historySwiper {
    width: 775px;
    overflow: hidden
}

.historySwiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden
}

.historySwiper p {
    display: none
}

.historySwiper img {
    width: 100%
}

.history_r {
    width: 405px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.history_r li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #c9ae7e;
    padding: 0 0 0 10px;
    box-sizing: border-box
}

.history_r li:first-child {
    border-top: none
}

.history_r li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d7402e;
    margin-right: 10px;
    flex-shrink: 0
}

.history_r li {
    transition: all .3s
}

.history_r li.history_cur {
    background: #d7402e;
    color: #fff;
    border-radius: 10px
}

.history_r li.history_cur+li {
    border: none
}

.history_r li.history_cur::before {
    background: #fff
}

.talk {
    background: url("../img/bg2.jpg") no-repeat top center/auto 100%;
    padding: 20px calc((100% - 1200px)/2) 60px;
    box-sizing: border-box;
    position: relative
}

.talkSwiper {
    width: 1200px;
    overflow: hidden;
    position: relative
}

.talkSwiper .swiper-wrapper {
    flex-direction: row
}

.talk .swiper-slide {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.talk .swiper-slide a {
    color: #fff
}

.talk .swiper-slide p {
    text-align: center;
    margin-top: 10px
}

.talk .swiper-slide img {
    width: 100%;
    border-radius: 10px
}

.talk .swiper-button-next,
.talk .swiper-button-prev {
    width: 28px;
    height: 28px;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff
}

.talk .swiper-button-next::after,
.talk .swiper-button-prev::after {
    color: rgba(0, 0, 0, 0)
}

.talk .swiper-button-next {
    transform: rotate(135deg)
}

.talk .swiper-button-prev {
    transform: rotate(-45deg)
}

.talk-next {
    right: calc((100% - 1200px)/2 - 60px)
}

.talk-prev {
    left: calc((100% - 1200px)/2 - 60px)
}

.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.newsSwiper {
    width: 780px;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.newsSwiper img {
    width: 100%
}

.newsSwiper p {
    padding: 30px 30px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.796))
}

.newsSwiper a {
    color: #fff
}

.newsSwiper .news-prev,
.newsSwiper .news-next {
    width: 35px;
    height: 60px;
    background: #c9ae7e
}

.newsSwiper .news-prev::after,
.newsSwiper .news-next::after {
    color: #fff;
    font-size: 30px
}

.newsSwiper .news-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.newsSwiper .news-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.newsSwiper .news-pagination {
    width: 130px;
    right: 0;
    left: auto;
    display: block
}

.newsSwiper .news-pagination span {
    opacity: 1;
    background: #fff;
    width: 8px;
    height: 8px;
    transition: all .3s
}

.newsSwiper .news-pagination span.swiper-pagination-bullet-active {
    background: #c01b15;
    width: 20px;
    border-radius: 20px
}

.news_r {
    width: 405px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news_r li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #c9ae7e;
    padding: 0 0 0 10px;
    box-sizing: border-box
}

.news_r li:first-child {
    border-top: none
}

.news_r li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c9ae7e;
    margin-right: 10px;
    flex-shrink: 0
}

.news_r li:first-child {
    font-weight: bold
}

.specialSwiper .swiper-wrapper {
    display: flex;
    justify-content: space-between
}

.specialSwiper .swiper-slide>a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.specialSwiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.specialSwiper .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.796));
    color: #fff;
    padding: 30px 10px 10px;
    box-sizing: border-box
}

.specialSwiper .special1 {
    width: 581px;
    display: flex;
    justify-content: space-between
}

.specialSwiper .special1>a {
    width: 280px;
    height: 500px
}

.specialSwiper .special2 {
    width: 600px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.specialSwiper .special2 a:nth-child(1) {
    width: 600px;
    height: 150px;
    position: relative;
    margin-bottom: 20px
}

.specialSwiper .special2 a:nth-child(2),
.specialSwiper .special2 a:nth-child(3) {
    width: 250px;
    height: 155px
}

.specialSwiper .special2 a:nth-child(3) {
    bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.specialSwiper .special2 a:nth-child(4) {
    width: 330px;
    height: 330px
}

.special ul {
    position: relative;
    display: flex
}

.special ul li:nth-child(3),
.special ul li:nth-child(4),
.special ul li:nth-child(5),
.special ul li:nth-child(6) {
    position: absolute
}

.special ul li:nth-child(3) {
    top: 170px
}

.special ul li:nth-child(4) {
    bottom: 0
}

.live_box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #c9ae7e;
    overflow: hidden
}

.live_box>a {
    display: block;
    width: 775px;
    flex-shrink: 0
}

.live_box img {
    width: 100%
}

.live_r {
    width: 420px;
    color: #fff;
    padding: 55px 35px;
    box-sizing: border-box
}

.live_r a {
    color: #fff
}

.live_r h4 {
    font-size: 20px;
    margin-bottom: 30px
}

.live_r p {
    text-indent: 2em
}

.guest {
    position: relative
}

.guestSwiper {
    width: 100%;
    position: relative;
    overflow: hidden
}

.guestSwiper .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
    height: auto
}

.guestSwiper img {
    width: 100%;
    height: 500px
}

.guest_inform {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.796))
}

.guest .swiper-button-next,
.guest .swiper-button-prev {
    width: 28px;
    height: 28px;
    border-top: 8px solid #bb271b;
    border-left: 8px solid #bb271b
}

.guest .swiper-button-next::after,
.guest .swiper-button-prev::after {
    color: rgba(0, 0, 0, 0)
}

.guest .swiper-button-next {
    transform: rotate(135deg)
}

.guest .swiper-button-prev {
    transform: rotate(-45deg)
}

.guest-next {
    right: -60px
}

.guest-prev {
    left: -60px
}

.guest_inform {
    width: 100%;
    background: url("../img/bg4.jpg") no-repeat center/cover;
    padding: 25px;
    box-sizing: border-box
}

.guest_inform h4 {
    font-size: 18px;
    margin-bottom: 5px
}

.guest_inform h4 a {
    color: #ac2417
}

.viewpoint {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.viewpoint_l {
    width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.viewpoint_l li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #c9ae7e;
    padding: 0 0 0 10px;
    box-sizing: border-box
}

.viewpoint_l li:first-child {
    border-top: none
}

.viewpoint_l li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c9ae7e;
    margin-right: 10px;
    flex-shrink: 0
}

.viewpoint_r {
    width: 585px;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.viewpoint_r img {
    width: 100%
}

.viewpoint_r p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), #df3122);
    padding: 50px 0 10px;
    box-sizing: border-box;
    color: #fff;
    text-align: center
}

.pic {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.picSwiper {
    width: 3600px;
    min-width: 3600px;
    position: relative
}

.pic .swiper-slide {
    position: relative
}

.pic .swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all .6s
}

.pic .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.559));
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 50px 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}

.pic .swiper-slide img {
    width: 1200px;
    height: 675px;
}

.pic .swiper-slide.swiper-slide-active p {
    opacity: 1;
    visibility: visible;
}

.pic .swiper-slide.swiper-slide-active::before {
    opacity: 0;
    visibility: hidden
}

.pic .swiper-button-next,
.pic .swiper-button-prev {
    width: 48px;
    height: 98px;
    background: hsla(0, 0%, 100%, .6);
    top: 289px
}

.pic .swiper-button-next::after,
.pic .swiper-button-prev::after {
    color: rgba(0, 0, 0, 0);
    width: 25px;
    height: 25px;
    border-top: 8px solid #bb271b;
    border-left: 8px solid #bb271b
}

.pic .swiper-button-next {
    right: calc((100% - 1200px)/2)
}

.pic .swiper-button-next::after {
    transform: rotate(135deg) translate(5px, 5px)
}

.pic .swiper-button-prev {
    left: calc((100% - 1200px)/2)
}

.pic .swiper-button-prev::after {
    transform: rotate(-45deg) translate(5px, 5px)
}

.coordinate img {
    width: 100%
}

.thing {
    position: relative;
    width: 100%;
    padding: 0 calc((100% - 1200px)/2);
    box-sizing: border-box
}

.thing::before {
    content: "";
    width: 100%;
    height: 680px;
    background: linear-gradient(#fbf3e5, #f4e0bf);
    position: absolute;
    bottom: 0;
    left: 0
}

.thingSwiper {
    overflow: hidden;
    position: relative;
    height: 680px;
    padding: 70px 50px;
    box-sizing: border-box
}

.thing .swiper-slide {
    width: 260px;
    display: flex;
    flex-direction: column;
    height: 281px;
    position: relative
}

.thing .swiper-slide:first-child {
    transform: translateX(0) !important
}

.thing .swiper-slide:last-child {
    width: 380px;
}

.thing .swiper-slide:last-child::after {
    width: 150%
}

.thing .swiper-slide::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 4px solid #ea363a;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    background: #fff;
    left: -7px
}

.thing .swiper-slide::after {
    content: "";
    width: 130%;
    height: 1px;
    background: #c7a670;
    position: absolute;
    left: -50px
}

.thing .swiper-slide h2 {
    width: 200px;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background: #e5373a;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    margin-left: 20px;
    position: relative;
    z-index: 2;
    text-align: center
}

.thing .swiper-slide h2::before {
    content: "";
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    border-right: 15px solid #e5373a;
    position: absolute;
    left: -18px;
    top: 16px
}

.thing .swiper-slide:hover .thing_summary {
    opacity: 1
}

.thing .swiper-slide .thing_summary {
    width: 420px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    opacity: .4;
    transition: all .3s
}

.thing .swiper-slide .thing_summary:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #e5373a;
    position: absolute;
    left: -1px
}

.thing .swiper-slide .thing_summary div {
    width: 420px;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff #e2e3e4;
    margin-left: -6px
}

.thing .swiper-slide .thing_summary p {
    font-size: 14px;
    margin-left: 20px
}

.thing .swiper-slide .thing_summary p:nth-child(odd) {
    display: inline-block;
    background: #c7a670;
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative
}

.thing .swiper-slide .thing_summary p:nth-child(odd)::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #e63738;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 13px
}

.thing .swiper-slide .thing_summary p:nth-child(even) {
    margin-top: 5px
}

.thing .swiper-slide .thing_summary p:first-child {
    margin-top: 0
}

.thing .swiper-slide:nth-child(odd) {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* transform: translateX(-50px) */
}

.thing .swiper-slide:nth-child(odd)::before {
    bottom: -7px
}

.thing .swiper-slide:nth-child(odd)::after {
    bottom: 0
}

.thing .swiper-slide:nth-child(odd) h2 {
    order: 1;
    margin-top: -26px
}

.thing .swiper-slide:nth-child(odd) .thing_summary {
    padding: 30px 5px 45px 0
}

.thing .swiper-slide:nth-child(odd) .thing_summary:before {
    top: 43px
}

.thing .swiper-slide:nth-child(even) {
    margin: 280px 0 0 0;
    padding-top: 10px;
    /* transform: translateX(-85px) */
}

.thing .swiper-slide:nth-child(even)::before {
    top: -7px
}

.thing .swiper-slide:nth-child(even)::after {
    top: 0
}

.thing .swiper-slide:nth-child(even) h2 {
    margin-bottom: -26px
}

.thing .swiper-slide:nth-child(even) .thing_summary {
    padding: 45px 5px 30px 0
}

.thing .swiper-slide:nth-child(even) .thing_summary:before {
    top: -40px
}

.thing .swiper-button-next,
.thing .swiper-button-prev {
    width: 28px;
    height: 28px;
    border-top: 8px solid #bb271b;
    border-left: 8px solid #bb271b
}

.thing .swiper-button-next::after,
.thing .swiper-button-prev::after {
    color: rgba(0, 0, 0, 0)
}

.thing .swiper-button-next {
    transform: rotate(135deg)
}

.thing .swiper-button-prev {
    transform: rotate(-45deg)
}

.thing .swiper-button-next {
    right: calc((100% - 1200px)/2 - 60px)
}

.thing .swiper-button-prev {
    left: calc((100% - 1200px)/2 - 60px)
}

.foreign {
    position: relative
}

.foreignSwiper {
    position: relative;
    overflow: hidden
}

.foreignSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: auto
}

.foreignSwiper .swiper-slide img {
    width: 100%
}

.foreignSwiper .swiper-slide p {
    width: 100%;
    background: #bb271b;
    color: #f3d399;
    padding: 20px 25px;
    box-sizing: border-box
}

.foreign .swiper-button-next,
.foreign .swiper-button-prev {
    width: 28px;
    height: 28px;
    border-top: 8px solid #bb271b;
    border-left: 8px solid #bb271b
}

.foreign .swiper-button-next::after,
.foreign .swiper-button-prev::after {
    color: rgba(0, 0, 0, 0)
}

.foreign .swiper-button-next {
    transform: rotate(135deg)
}

.foreign .swiper-button-prev {
    transform: rotate(-45deg)
}

.foreign-next {
    right: -60px
}

.foreign-prev {
    left: -60px
}

.shadow {
    position: relative
}

.shadow:before {
    content: "";
    width: 180px;
    height: 132px;
    background: url("../img/icon.png") no-repeat center/100% auto;
    position: absolute;
    top: -20px;
    right: 48px
}

.shadow_top {
    width: 1200px;
    height: 447px;
    background: url("../img/bg3.jpg") no-repeat top center/100% auto;
    padding: 55px 0 0 45px;
    box-sizing: border-box;
    display: flex
}

.shadow_top img {
    width: 665px
}

.shadow_inform {
    width: 400px;
    margin: 0 0 0 60px
}

.shadow_inform h2 {
    font-size: 30px;
    margin-bottom: 10px
}

.shadow_inform p {
    font-size: 20px;
    line-height: 2
}

.shadow_bottom {
    width: 1469px;
    height: 377px;
    margin-left: -77px;
    background: url("../img/bg5.jpg") no-repeat center/cover;
    overflow: hidden
}

.shadowSwiper {
    width: 1201px;
    position: relative;
    overflow: hidden;
    margin: 82px 0 0 78px;
    background: #4d4d4d
}

.shadowSwiper .shadow_hide {
    display: none
}

.shadow .swiper-button-next,
.shadow .swiper-button-prev {
    width: 28px;
    height: 28px;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff
}

.shadow .swiper-button-next::after,
.shadow .swiper-button-prev::after {
    color: rgba(0, 0, 0, 0)
}

.shadow .swiper-button-next {
    transform: rotate(135deg)
}

.shadow .swiper-button-prev {
    transform: rotate(-45deg)
}

.shadow .swiper-button-next,
.shadow .swiper-button-prev {
    bottom: 150px;
    top: auto
}

.shadow .swiper-button-next {
    right: -40px
}

.shadow .swiper-button-prev {
    left: -40px
}

.footer {
    background: #cd3b34;
    color: #fff;
    font-weight: bold;
    padding: 40px 0;
    text-align: center;
    margin-top: 90px
}

.fixed {
    display: block;
    position: fixed;
    right: calc(50% - 850px);
    top: 120px;
    width: 155px;
    height: 670px;
    background: url("../img/nav.jpg") no-repeat top center/100% auto;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.fixed.fixed_cur {
    opacity: 1;
    visibility: visible
}

.fixed ul {
    height: 445px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px
}

.fixed li {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed li a {
    font-size: 16px;
    color: #fff
}

.fixed li:first-child::before {
    content: none
}

.fixed li::before {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #cfa568, transparent);
    position: absolute;
    top: 0;
    left: 0
}

.fixed>a {
    color: #ffc977;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px
}

.fixed>a::before {
    content: "";
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #ffc977;
    margin-bottom: 5px
}

@media screen and (max-width: 1710px) {
    .fixed {
        display: none
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 312.5%
    }

    body {
        font: .3rem/1.6 "Microsoft YaHei", sans-serif;
        color: #000;
        padding-top: 1.2rem
    }

    body.body_overflow {
        width: 100%;
        height: 100vh;
        overflow: hidden
    }

    .swiper-pagination {
        display: block
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }

    .video_show {
        display: none
    }

    .banner {
        display: none
    }

    .m_more {
        display: block;
        width: 100%;
        background: #f1f1f1;
        border-radius: .1rem;
        text-align: center;
        margin: .5rem auto .4rem
    }

    .m_more a {
        line-height: .75rem;
        color: #c50808;
        font-size: .3rem
    }

    .m_banner {
        display: block
    }

    .m_top {
        background: #c60909;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 1.2rem;
        padding: 0 .35rem 0 .25rem;
        box-sizing: border-box;
        box-shadow: 0 0 .1rem #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 100
    }

    .m_top img {
        width: 1rem
    }

    .m_btn {
        width: .6rem;
        height: .7rem;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        border-radius: .08rem
    }

    .m_btn::before {
        content: "";
        width: .02rem;
        height: 1.2rem;
        position: absolute;
        top: 0;
        right: 1.3rem;
        border-left: .01rem solid #e10b0b;
        background: #a00707
    }

    .m_btn span {
        width: 100%;
        height: .06rem;
        background: linear-gradient(#EADBB0, #CE9A53);
        border-radius: .03rem;
        transition: .3s;
        transform-origin: 100% 0
    }

    .m_btn.m_btn_active span {
        width: 112%
    }

    .m_btn.m_btn_active span:nth-child(2) {
        opacity: 0
    }

    .m_btn.m_btn_active span:nth-child(1) {
        transform: translate(-0.06rem, -0.01rem) rotate(-45deg)
    }

    .m_btn.m_btn_active span:nth-child(3) {
        transform: translate(-0.01rem, 0.01rem) rotate(45deg)
    }

    .m_nav {
        width: 100%;
        height: calc(100vh - 1.2rem);
        position: fixed;
        top: 1.2rem;
        left: 0;
        background: #f1f1f1;
        z-index: 99;
        transition: all .3s;
        transform: translateY(-120%)
    }

    .m_nav.m_nav_cur {
        transform: translateY(0)
    }

    .m_nav a {
        display: block;
        width: 100%;
        font-size: .34rem;
        text-align: center;
        line-height: 1.2rem;
        letter-spacing: .1rem;
        border-bottom: .01rem solid #dadada;
        border-top: .01rem solid #fff
    }

    .m_nav a:first-child {
        border-top: none;
        display: none;
    }

    .m_nav a:last-child {
        border-bottom: none
    }

    .m_nav a:hover {
        color: #c50707;
        background: #fff
    }

    .column_img {
        width: calc(100% - .3rem);
        margin: .5rem auto;
        display: flex;
        justify-content: center;
        overflow: hidden
    }

    .column_img a {
        display: none
    }

    .column_img img {
        max-width: 130%
    }

    .column {
        width: 100%;
        padding-bottom: .05rem;
        margin: .5rem auto .3rem
    }

    .column h3 {
        font-size: .34rem;
        padding: 0 .2rem;
        border-top-left-radius: .06rem;
        border-top-right-radius: .06rem
    }

    .column a {
        display: none
    }

    .same_page,
    .foreign-pagination,
    .pic-pagination,
    .guest-pagination,
    .special-pagination,
    .news .news-pagination,
    .talk-pagination,
    .history-pagination {
        width: 100%;
        position: relative;
        bottom: 0 !important;
        left: 0;
        top: 0;
        right: 0;
        margin-top: .1rem
    }

    .same_page span,
    .foreign-pagination span,
    .pic-pagination span,
    .guest-pagination span,
    .special-pagination span,
    .news .news-pagination span,
    .talk-pagination span,
    .history-pagination span {
        width: .18rem;
        height: .18rem;
        background: #bbb;
        border-radius: 50%;
        opacity: 1;
        margin: 0 .05rem
    }

    .same_page span.swiper-pagination-bullet-active,
    .foreign-pagination span.swiper-pagination-bullet-active,
    .pic-pagination span.swiper-pagination-bullet-active,
    .guest-pagination span.swiper-pagination-bullet-active,
    .special-pagination span.swiper-pagination-bullet-active,
    .news .news-pagination span.swiper-pagination-bullet-active,
    .talk-pagination span.swiper-pagination-bullet-active,
    .history-pagination span.swiper-pagination-bullet-active {
        width: .18rem;
        background: #b20000
    }

    .wrapper {
        width: 100%;
        padding: 0 .3rem;
        box-sizing: border-box
    }

    .history {
        flex-direction: column
    }

    .historySwiper {
        width: 100%
    }

    .historySwiper>a {
        display: none;
        border-radius: 10px;
        overflow: hidden
    }

    .historySwiper>a:first-child {
        display: block
    }

    .historySwiper p {
        display: block;
        font-size: .34rem;
        text-align: center
    }

    .history_r {
        display: none
    }

    .talk {
        background-size: cover;
        padding: 0 .3rem .3rem
    }

    .talkSwiper {
        width: 100%
    }

    .talk .swiper-slide {
        margin-top: 15px;
        height: calc((100% - 30px)/2) !important
    }

    .talk .swiper-slide p {
        margin-top: .1rem
    }

    .talk-pagination {
        display: block;
        margin-top: .1rem
    }

    .news {
        display: block
    }

    .newsSwiper {
        width: 100%
    }

    .newsSwiper p {
        position: relative;
        padding: 0;
        background: none
    }

    .newsSwiper a {
        color: #000
    }

    .news_r {
        margin-top: .3rem;
        width: 100%;
        display: block
    }

    .news_r li {
        height: auto;
        display: block;
        padding: .2rem 0 .2rem .2rem;
        position: relative
    }

    .news_r li::before {
        content: "";
        width: .08rem;
        height: .08rem;
        margin-right: 0;
        position: absolute;
        top: .4rem;
        left: 0
    }

    .specialSwiper {
        overflow: hidden;
        position: relative
    }

    .specialSwiper .swiper-slide img {
        height: auto
    }

    .specialSwiper .swiper-slide p {
        width: 100%;
        padding: .3rem .1rem .1rem
    }

    .specialSwiper .special1 {
        width: 100%
    }

    .specialSwiper .special1>a {
        width: 49%;
        height: auto
    }

    .specialSwiper .special2 {
        width: 100%
    }

    .specialSwiper .special2 a:nth-child(1) {
        width: 100%;
        height: auto;
        margin-bottom: .2rem
    }

    .specialSwiper .special2 a:nth-child(2),
    .specialSwiper .special2 a:nth-child(3) {
        width: 41%;
        height: fit-content;
    }

    .specialSwiper .special2 a:nth-child(4) {
        width: 55%;
        height: auto
    }

    .live {
        display: none
    }

    .guestSwiper img {
        height: auto
    }

    .guest .swiper-button-next,
    .guest .swiper-button-prev {
        width: 28px;
        height: 28px;
        border-top: 8px solid #bb271b;
        border-left: 8px solid #bb271b
    }

    .guest .swiper-button-next::after,
    .guest .swiper-button-prev::after {
        color: rgba(0, 0, 0, 0)
    }

    .guest .swiper-button-next {
        transform: rotate(135deg)
    }

    .guest .swiper-button-prev {
        transform: rotate(-45deg)
    }

    .guest_inform {
        padding: .1rem;
        transform: translateY(0)
    }

    .guest_inform h4 {
        font-size: .3rem;
        margin-bottom: .1rem
    }

    .guest_inform p {
        font-size: .26rem
    }

    .viewpoint_l {
        order: 1;
        width: 100%;
        display: block
    }

    .viewpoint_l li {
        height: auto;
        display: block;
        padding: .2rem 0 .2rem .2rem;
        position: relative
    }

    .viewpoint_l li::before {
        content: "";
        width: .08rem;
        height: .08rem;
        margin-right: 0;
        position: absolute;
        top: .4rem;
        left: 0
    }

    .viewpoint_r {
        width: 100%
    }

    .viewpoint .m_more {
        order: 2
    }

    .pic {
        padding: 0 .3rem;
        box-sizing: border-box
    }

    .picSwiper {
        min-width: 100%;
        width: 100%;
        overflow: hidden
    }

    .pic .swiper-slide::before {
        content: none
    }

    .pic .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .pic .swiper-slide p {
        font-size: .32rem
    }

    .thing {
        background: #f8ead3;
        overflow: hidden;
        margin-top: .5rem
    }

    .thing .column {
        margin-top: .3rem
    }

    .thingSwiper {
        height: 10rem;
        padding: 0
    }

    .thingSwiper::after,
    .thingSwiper::before {
        content: none
    }

    .thing .swiper-wrapper {
        display: block;
        overflow-y: auto
    }

    .thing .swiper-slide {
        display: block !important;
        width: 100%;
        height: auto;
        margin: 0 0 0 0 !important;
        border: unset !important;
        padding: .3rem 0 0 0 !important;
        transform: translate(0) !important
    }

    .thing .swiper-slide::after {
        content: none
    }

    .thing .swiper-slide::before {
        width: .01rem;
        height: 100%;
        background: #e5373a;
        border-radius: 0;
        border: unset;
        left: .07rem;
        top: .6rem !important;
        bottom: auto !important
    }

    .thing .swiper-slide h2 {
        width: 2rem;
        font-size: .34rem;
        letter-spacing: 0;
        border-radius: .1rem;
        padding: .05rem .1rem;
        margin: 0 0 0 .3rem !important
    }

    .thing .swiper-slide h2::before {
        width: .1rem;
        height: .1rem;
        border-radius: 50%;
        border: .04rem solid #e5373a;
        top: .25rem;
        left: -0.3rem;
        background: #fff
    }

    .thing .swiper-slide .thing_summary {
        width: calc(100% - .6rem);
        margin: .3rem 0 0 .3rem;
        box-shadow: unset;
        border-radius: 0;
        padding: .3rem !important;
        opacity: 1
    }

    .thing .swiper-slide .thing_summary::before {
        content: none
    }

    .thing .swiper-slide .thing_summary div {
        width: 100%;
        max-height: unset;
        overflow-y: unset;
        margin-left: 0
    }

    .thing .swiper-slide .thing_summary p {
        font-size: .28rem !important;
        padding: .02rem .05rem;
        border-radius: 0 !important;
        margin: 0 !important
    }

    .thing .swiper-slide .thing_summary p::after {
        content: none !important
    }

    .foreignSwiper .swiper-slide>a {
        display: block;
        height: 100%;
    }

    .foreignSwiper .swiper-slide p {
        padding: .2rem;
        height: 100%;
    }

    .shadow::before {
        content: none
    }

    .shadow_top {
        width: 100%;
        height: auto;
        background: none;
        padding: 0;
        display: block
    }

    .shadow_top>a {
        display: block;
        width: 100%
    }

    .shadow_top img {
        width: 100%
    }

    .shadow_inform {
        width: 100%;
        margin: 0
    }

    .shadow_inform h2 {
        font-size: .34rem;
        margin: .1rem auto
    }

    .shadow_inform p {
        font-size: .28rem
    }

    .shadow_bottom {
        width: 100%;
        height: auto;
        margin: .3rem 0 0;
        background: none
    }

    .shadowSwiper {
        width: 100%;
        margin: 0;
        background: none
    }

    .fixed {
        display: block;
        width: 2rem;
        height: 2rem;
        background: unset;
        right: 0.5rem;
        top: auto;
        bottom: 1.3rem;
        opacity: 1;
        visibility: visible;
    }

    .fixed>a,
    .fixed ul {
        display: none;
    }

    .ai-float {
        width: 100%;
    }

    .ai-float__circle {
        width: 100%;
        height: 2rem;
    }

    .podcast-drawer {
        top: auto;
        bottom: 0;
        height: calc(100vh - 1.2rem);
    }
}

/*# sourceMappingURL=home.min.css.map */