* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html,
body {
    font-family: "Microsoft YaHei", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "sans-serif", "Arial";
    font-size: 14px;
    min-height: 100%;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
}

/* 隐藏滚动条 */

.ele::-webkit-scrollbar {
    display: none
}

/* 滚动条样式 */

.scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

.areaScroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.areaScroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
}

/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* a标签样式 */

a {
    color: inherit;
    text-decoration: none;
    /* display: block; */
    border: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-user-focus: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

::selection {
    background: #FFF;
    color: #333;
}

::-moz-selection {
    background: #FFF;
    color: #333;
}

::-webkit-selection {
    background: #FFF;
    color: #333;
}

/* banners */

.banners {
    width: 100%;
    height: 7.5rem;
    position: relative;
    overflow: hidden;
}

.banners .swiper {
    --swiper-theme-color: #F33A2F;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 0.22rem;
    /* 设置按钮大小 */
    width: 100%;
    height: 7.5rem;
    position: relative;
}

.banners .swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.banners .swiper .swiper_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banners .swiper .swiper_img>img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    margin: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.banners .swiper video {
    position: relative;
    /* height: calc(100 vh - var(--browser-address-bar, 0px)); */
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    
}

.banners .swiper-button-next::after {
    margin-right: 0.72rem;
}

.banners .swiper-button-prev::after {
    margin-left: 0.72rem;
}

.banners .swiper-horizontal .swiper-pagination {
    width: 0.94rem;
    height: 0.01rem;
    margin-top: 5.76rem;
    margin-left: 1.95rem;
    background-color: #fff;
}

.banners .swiper-slide {
    position: relative;
}

.banners .swiper .swiper_text {
    width: 4rem;
    position: absolute;
    z-index: 1;
    top: 2.5rem;
    right: 2.3rem;
    text-align: right;
}

.banners .swiper_text>h1 {
    width: 4rem;
    height: 0.4rem;
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.2rem;
    padding: 0.3rem 0rem 0.1rem;
}

.banners .swiper_text>p:nth-of-type(1) {
    width: 4rem;
    height: 0.27rem;
    font-size: 0.22rem;
    font-family: Arial;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.25rem;
}

.banners .swiper_text>p:nth-of-type(2) {
    width: 4rem;
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0.25rem;
    margin-bottom: 0rem;
}

.custom-pagination {
    position: absolute;
    z-index: 5;
    bottom: 0.5rem;
    left: 8.8rem;
    width: 3.5rem;
    height: 1rem;
    padding: 0.08rem;
    background: #D3D1D1;
    display: flex;
    justify-content: space-between;
}

.custom-pagination>img {
    width: 49%;
}

/* nav */

.nav1 nav {
    width: 100%;
    height: 98px;
    background: url(/static/special/images/navback.png) no-repeat;
    background-size: 100% 100%;
}

.nav1 nav>ul {
    width: 70%;
    height: 98px;
    line-height: 98px;
    margin: 0 auto;
}

.nav1 nav>ul>li {
    float: left;
    font-size: 0.18rem;
    font-weight: 500;
    color: #FFFFFF;
    /* padding: 0px 12px; */
    text-align: center;
}

.nav1 nav>ul>li:nth-of-type(odd):hover {
    color: #555;
    transition: all 0.5s;
}

.nav1 nav>ul>li:nth-of-type(2n) {
    width: 14%;
}

.history {
    width: 100%;
    height: 6.26rem;
    background: url(/static/special/images/historyback.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.history_text {
    height: 5.25rem;
    width: 80%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history_text>.text_box {
    width: 6.9rem;
    height: 3.5rem;
    margin: 0.82rem 0.7rem;
}

.history_text>.text_box>.top {
    width: 100%;
    height: 0.9rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.text_box>.top>.left {
    height: 59px;
}

.text_box>.top>.left>span:nth-of-type(1) {
    display: inline-block;
    vertical-align: top;
    width: 0.64rem;
    height: 0.44rem;
    font-family: Microsoft YaHei;
    background: url(/static/special/images/history20.png) no-repeat;
    background-size: 100% 100%;
}

.text_box>.top>.left>span:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
    margin: 0.06rem;
    font-size: 0.26rem;
    font-weight: bold;
}

.text_box>.top>.right {
    height: 0.36rem;
}

.text_box>.top>.right>span {
    display: inline-block;
    vertical-align: top;
    width: 0.36rem;
    height: 0.36rem;
    margin: 0.05rem 0.1rem;
    background: url(/static/special/images/arrow.png) no-repeat;
    background-size: 100% 100%;
}

.text_box>.top>.right>span:nth-of-type(2) {
    transform: rotate(180deg);
}

.text_box>.bottom {
    margin-top: 0.5rem;
    width: 100%;
    height: 2rem;
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.28rem;
}

.text_box>.bottom>p {
    margin-bottom: 0.3rem;
}

.history .year {
    width: 4.43rem;
    height: 3.57rem;
    background: url(/static/special/images/historyboxback.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 1.01rem;
}

.history .year>span:nth-of-type(1) {
    font-family: ITCAvantGardeW1G;
    display: block;
    width: 1.6rem;
    height: 0.56rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #CCBDA2;
    margin: 0.3rem 0.58rem;
}

.history .year>span:nth-of-type(2),
.history .year>span:nth-of-type(3) {
    font-family: DINOT;
    width: 1.3rem;
    height: 0.25rem;
    font-size: 0.25rem;
    color: #FFFFFF;
    display: block;
    text-align: right;
}

.history .year>span:nth-of-type(2) {
    margin: 1rem 1.1rem;
    margin-bottom: 0rem;
}

.history .year>span:nth-of-type(3) {
    margin: 0rem 1.1rem;
}

.history .year>span:nth-of-type(4) {
    width: 1.5rem;
    height: 0.25rem;
    font-size: 0.15rem;
    display: block;
    font-family: Microsoft YaHei;
    margin: 0.3rem 1.1rem;
    color: #FFFFFF;
}

.area {
    width: 100%;
    height: 6.58rem;
    background: url(/static/special/images/swiperback.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.area .area_swiper {
    width: 6.06rem;
    height: 4.12rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.area_swiper .oSwiper {
    width: 100%;
    height: 100%;
}

.area img {
    width: 100%;
    height: 100%;
}

.area .swiper-button-prev:after,
.area .swiper-button-next:after {
    font-size: 0.2rem!important;
    color: #fff;
    font-weight: bold;
}

.area .prev {
    transform: rotate(90deg);
    position: absolute;
    top: -0.5rem;
    left: 7.2rem;
}

.area .next {
    transform: rotate(90deg);
    position: absolute;
    top: 4.6rem;
    left: 7.2rem;
}

.area .area-pagination {
    width: 2.32rem;
    height: 4.12rem;
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translateY(-50%) translateX(-50%);
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    /* overflow: scroll; */
    overflow: auto;
}

.area .area-pagination div {
    width: 100%;
    height: 18%;
    font-size: 0.15rem;
    background-color: #fff;
    padding: 0rem 0.2rem;
    display: inline-flex;
    align-items: center;
    font-weight: bolder;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0.06rem 0rem;
}

.area .area-pagination div:nth-of-type(1) {
    margin-top: 0rem;
}

.area .area-pagination div:last-of-type {
    margin-bottom: 0rem;
}

.area .area-pagination div span {
    margin-left: 0.2rem;
}

/* 选中切换背景色的类 */

.area .area-pagination .area_active {
    background-color: #CCBDA2;
    color: #fff;
    transition: all 0.5s;
}

.area .area-pagination .m_active {
    margin-left: 0.5rem;
    transition: all 0.5s;
}

.area .area_text {
    width: 2.5rem;
    height: 4.12rem;
    /* background-color: #fff; */
    position: absolute;
    top: 50%;
    right: 0.1rem;
    transform: translateY(-50%) translateX(-50%);
}

.area .area_text .title {
    width: 100%;
    height: 0.44rem;
}

.area .area_text .title span:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    width: 0.64rem;
    height: 0.44rem;
    background: url(/static/special/images/swiper20.png) no-repeat;
    background-size: 100% 100%;
}

.area .area_text .title span:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    margin: 0.06rem;
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
}

.area .area_text>div:nth-child(2) {
    width: 0.37rem;
    height: 0.06rem;
    margin: 0.5rem 0;
    background: #FFFFFF;
}

.area .area_text ul {
    width: 100%;
}

.area .area_text ul>li {
    width: 100%;
    color: #fff;
}

.area .area_text ul>li:nth-of-type(1) {
    font-size: 0.12rem;
    font-family: Source Han Serif CN;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
}

.area .area_text ul>li:nth-of-type(2),
.area .area_text ul>li:nth-of-type(3),
.area .area_text ul>li:nth-of-type(4) {
    font-size: 0.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.05rem;
}

/* heart */

.heart {
    width: 100%;
    height: 9.22rem;
    background: url(/static/special/images/heartback.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.heart .title {
    width: 100%;
    height: 0.44rem;
    text-align: center;
    padding: 0.5rem;
}

.heart .title span:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    width: 0.64rem;
    height: 0.44rem;
    background: url(/static/special/images/history20.png) no-repeat;
    background-size: 100% 100%;
}

.heart .title span:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    font-family: Microsoft YaHei;
    margin: 0.06rem;
    font-size: 0.26rem;
    font-weight: bold;
}

.heart .heart_box {
    width: 80%;
    height: 7.02rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.heart .heart_box .left {
    width: 29%;
    height: 100%;
    background-color: #fff;
    padding: 0.53rem 0.36rem;
    box-sizing: border-box;
    overflow: scroll;
}

.heart .personIntro {
    padding: 0.4rem 0;
    border-bottom: 0.01rem solid rgba(224, 224, 224, 1);
}

.heart .personIntro:nth-of-type(1) {
    padding: 0;
    padding-bottom: 0.4rem;
}

.heart .personIntro:last-of-type {
    border: none;
    padding-bottom: 0rem;
}

.heart .personIntro>div:nth-child(1) {
    display: flex;
}

.heart .personIntro>div:nth-child(1)>img {
    width: 0.57rem;
    height: 0.57rem;
}

.heart .personIntro>div:nth-child(1)>ul {
    margin-left: 0.2rem;
}

.heart .personIntro>div:nth-child(1) li {
    width: 1.7rem;
    height: 0.17rem;
    font-size: 0.2rem;
    font-weight: 600;
}

.heart .personIntro>p {
    width: 100%;
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.25rem;
    margin-top: 0.2rem;
}

.heart .personIntro>div:nth-child(1) li:nth-of-type(2) {
    background: url(/static/special/images/heartbot.png) no-repeat;
    margin-top: 0.3rem;
}

.heart .heart_box .right {
    width: 69%;
    height: 100%;
    background-color: #fff;
    padding: 0.66rem 0.53rem;
    box-sizing: border-box;
}

.heart .right article {
    width: 100%;
    height: 5.5rem;
    padding-right: 0.1rem;
    overflow: scroll;
}

.heart .heart_box .right .head {
    width: 100%;
    height: 0.5rem;
    border-bottom: 0.01rem solid rgba(224, 224, 224, 1);
    display: inline-flex;
    justify-content: space-between;
}

.heart .heart_box .right .head span:hover {
    color: #CC0212;
    transition: all 0.3s;
    cursor: pointer;
}

.heart .right article>.title {
    margin-top: 0.3rem;
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #221815;
    padding: 0;
    text-align: left;
}

.heart .right article>.author {
    text-align: right;
    font-size: 0.11rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 0.15rem;
}

.heart .right article>div>p {
    margin-top: 0.5rem;
    font-size: 0.12rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.28rem;
}

/* show */

.show {
    width: 100%;
    height: 7.87rem;
    background-color: #fff;
    overflow: hidden;
}

.show .title {
    width: 100%;
    height: 0.44rem;
    text-align: center;
    padding: 0.5rem;
    padding-bottom: 0.8rem;
}

.show .title span:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    width: 0.64rem;
    height: 0.44rem;
    background: url(/static/special/images/history20.png) no-repeat;
    background-size: 100% 100%;
}

.show .title span:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    font-family: Microsoft YaHei;
    margin: 0.06rem;
    font-size: 0.26rem;
    font-weight: bold;
}

.show .show_swiper {
    width: 70%;
    height: 4.55rem;
    margin: 0 auto;
    position: relative;
}

.show .show_swiper .sSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.show .show_swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show .show_swiper img:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.show .next::after,
.show .prev::after {
    font-size: 0!important;
}

.show .next,
.show .prev {
    position: absolute;
    top: 2.5rem;
    width: 0.36rem;
    height: 0.36rem;
    background: url(/static/special/images/arrow.png) no-repeat;
    background-size: 100% 100%;
}

.show .next {
    transform: rotate(180deg);
    left: 10.2rem;
}

.show .prev {
    left: -0.5rem;
}
<!--0.00017809867858887-->