@charset "utf-8";

body.main {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.body_b {
    flex: 1;
    position: relative;
}

.body_b>.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main1 {
    position: relative;
    background: url(../images/main1bg1.svg )no-repeat center bottom 0.43rem/24.08rem auto;
}

.main1>.bg {
    position: absolute;
    width: 13.34rem;
    height: 13.34rem;
    background: url(../images/main1bg2.svg) no-repeat center/100% 100%;
    z-index: -1;
    left: 50%;
    margin-left: -6.67rem;
    top: 1.69rem;
}

.post-11 .news_list {
    display: flex;
    margin: 0 -0.515rem;
    flex-wrap: wrap;
}

.post-11 .news_list .news {
    width: 33.33%;
    transform: translateY(4rem);
    opacity: 0;
}

.post-11 .news_list .news a {
    height: 2.36rem;
    display: block;
    border-radius: 0.04rem;
    color: #fff;
    padding: 0.42rem 0.66rem 0.11rem 1.05rem;
    box-sizing: border-box;
    position: relative;
    top: 0;
    margin: 0 0.515rem;
    overflow: hidden;
}
.post-11 .news_list .news a:after{content:"";width: 100%;height: 100%;background: url(../images/newbg.jpg) no-repeat top / cover;left: 0;top: 0;position: absolute;z-index: -1;}

.post-11 .news_list .news .news_meta {
    margin-bottom: 0.2rem;
}

.post-11 .news_list .news a:before {
    content: "";
    width: 0.15rem;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0.66rem;
    background: url(../images/xian.svg) no-repeat top center/100% auto;
    top: 0.49rem;

}

.post-11 .news_list .news:nth-child(even) a {
    margin-top: 0.49rem;
}

.post-11 .news_list .news a:hover {
    top: -0.1rem;
    box-shadow: 0px 3px 16px 0px rgba(77, 0, 4, 0.42);
}

.post-11 .news_list .news.tis a {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.42rem;
    font-size: var(--titleSize);
    font-family: 'SourceHanSansCN-Medium';
    line-height: 1.7;
    z-index: 1;
    backdrop-filter: blur(0.16rem);
    color: rgb(255 255 255 / 70%);    margin-top: 0.25rem;
}
.post-11 .news_list .news.tis a:after,.post-11 .news_list .news a:before{opacity: 0.7;}
.main2 {
    background: url(../images/main2bg.png) no-repeat right top/auto 100vh;
    display: flex;
    align-items: center;
}

.post-21 .con {
    display: flex;
    align-items: center;
}

.post-21 .swiper1 {
    margin: 0;
    width: 3.52rem;
    flex: none;
    margin-right: 0.61rem;
    overflow: inherit;
}

.post-21 .swiper2 {
    width: 6.28rem;
    margin-right: 1.5rem;
    overflow: inherit;
}
.post-21 .swiper2 .swiper-slide{
    opacity: 0;
}
.post-21 .swiper1 .news .year {
    font-size: 1.28rem;
    font-family: 'Montserrat-Bold';
    color: #C7000B;
    text-align: center;
    line-height: 2.05rem;
    opacity: 0;
    transform: scale(0.5);
    transition: var(--transition);
}

.post-21 .swiper1 .news.swiper-slide-active .year {
    transform: scale(1);
    opacity: 1;
}

.post-21 .swiper1 .x {
    width: 1px;
    height: 3.53rem;
    position: absolute;
    left: 50%;
}

.post-21 .swiper1 .x1 {
    background: linear-gradient(-63.43deg, rgba(199, 0, 11, 1), rgba(199, 0, 11, 0) 100%);
    bottom: 100%;
    transform-origin: bottom;
}

.post-21 .swiper1 .x2 {
    background: linear-gradient(180.00deg, rgba(199, 0, 11, 1), rgba(199, 0, 11, 0) 100%);
    top: 100%;
    transform-origin: top;
}

.post-21 .swiper1 .bg {
    width: 16.13rem;
    height: 16.13rem;
    position: absolute;
    background: url(../images/main2bg2.svg) no-repeat center/100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.post-21 .swiper3 {
    flex: 1;
}

.post-21 .swiper2 .news .news_imgs a {
    padding-top: 66.56%;
    border-radius: 0.04rem;

}

.post-21 .swiper2 .news:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/newbg.jpg)no-repeat center /cover;
    border-radius: 0.04rem;
    transform: rotate(3deg);
    top: -0.11rem;
    right: -0.23rem;
    z-index: -1;
}

.post-21 .swiper2 .news .news_imgs {
    transform: rotate(3deg);
    top: -0.11rem;
    right: -0.23rem;
    transition: var(--transition);
    opacity: 0;border-radius: 0.04rem;
}

.post-21 .swiper2 .news.swiper-slide-active .news_imgs {
    top: 0;
    right: 0;
    transform: none;
     opacity: 1;
}

.post-21 .tt {
    align-items: flex-start;
}

.post-21 .news_list .news_title {
    font-size: 0.24rem;
    font-weight: bold;
    font-family: 'SourceHanSansCN-Regular';
}

.post-21 .news_list .news_text {
    font-size: var(--titleSize);
    line-height: 1.7;
    color: #6C6153;
    margin: 0.3rem 0;
}

.post-21 .news_list .news_text a {
    color: #6C6153;
}

.post-21 .swiper3 .news_list .news>* {
    opacity: 0;
    transition: var(--transition);
}

.post-21 .swiper3 .news_list .news.swiper-slide-active>* {
    opacity: 1;
}

.post-21 .swiper-prev,
.post-21  .swiper-next {
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    border: 1px solid #C7000B;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition);
}

.post-21  .swiper-prev svg,
.post-21  .swiper-next svg {
    width: 0.3rem;
    height: auto;
    margin-top: -0.07rem;
    top: 50%;
    position: absolute;
}

.post-21  .swiper-prev {
    top: -1.35rem;
}

.post-21  .swiper-next {
    bottom: -1.35rem;
}

.post-21  .swiper-prev:hover,
.post-21 .swiper-next:hover {
    width: 1.59rem;
    height: 1.59rem;
    background: rgb(255 255 255 / 40%);
    border-color: transparent;
}

.main3 {
    background: url(../images/main3bg.jpg) no-repeat center top / cover;
}

.main3 .inner,
.main1 .inner,
.main4 .inner,
.main5 .inner {
    padding-top: 1.17rem;
}

.post-31 .con {
    display: flex;
    justify-content: space-between;
}

.post-31 .news_list.list1 {
    width: 8.4rem;
    flex: none;
    transform: translateX(-4rem);
    opacity: 0;
}

.post-31 .news_list.list2 {
    width: 7.9rem;
    display: flex;
    flex-direction: column;
    border-top: 1px dashed rgb(129 28 33 / 20%);
    transform: translateX(4rem);
    opacity: 0;
}

.post-31 .news_list .news_imgs a {
    border-radius: 0.04rem;
    padding-top: 56.3%;
}
.post-31 .news_list.list1 .news.active {
    display: block;
}
.post-31 .news_list.list1 .news_title {
    position: absolute;
    bottom: 0.28rem;
    padding: 0 0.35rem;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    font-family: 'SourceHanSansCN-Regular';
}

.post-31 .news_list.list1 .news {
    position: relative;    display: none;
}

.post-31 .news_list.list1 .news_title a {
    color: #fff;
}

.post-31 .news_list .news_imgs:after {
    height: 1.38rem;
    opacity: 0.8;
}

.post-31 .news_list.list2 .news {
    flex: 1;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgb(129 28 33 / 20%);
    position: relative;
}

.post-31 .news_list.list2 .news_date {
    margin-right: 0.27rem;
}

.post-31 .news_list.list2 .news:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: #c7000b4d;
    transition: var(--transition);
}

.post-31 .news_list.list2 .news:hover:after {
    width: 100%;
}
.post-31 .news_list.list2 .news:hover {
    border-bottom: 1px dashed rgb(255 255 255 / 0%);
}
.main4 {
    background: url(../images/main3bg.jpg) no-repeat center top / cover;
}

.post-41 .con {
    display: flex;
    justify-content: space-between;
}

.post-41 .news_list.list1 {
    width: 5.81rem;
    flex: none;
    transform: translateX(-4rem);
    opacity: 0;
}

.post-41 .news_list.list2 {
    width: 10.27rem;
    flex: none;
    display: flex;
    flex-wrap: wrap;
    transform: translateX(4rem);
    opacity: 0;
    margin: -0.33rem 0;
    align-items: flex-start;
}

.post-41 .news_list.list1 .news_imgs a {
    padding-top: 66.6%;
}

.post-41 .news_list.list1 .news {
    position: relative;
}
.post-41 .news_list.list2 .news:last-child,.post-41 .news_list.list2 .news:nth-last-child(2){
    border: none;
}
.post-41 .news_list.list1 .news_title {
    position: absolute;
    bottom: 0.2rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    width: 100%;
    overflow: inherit;
}

.post-41 .news_list .news_title {
    display: flex;
    align-items: center;
}

.post-41 .news_list .news_type {
    width: 1.2rem;
    height: 0.61rem;
    flex: none;
    position: relative;
    margin-right: 0.2rem;
    border: 0.04rem solid rgb(199 0 11 / 10%);
    box-sizing: border-box;
    transition: var(--transition);
}

.post-41 .news_list.list1 .news_title a {
    color: #fff;
}

.post-41 .news_list .news_type span {
    background: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.post-41 .news_list .news_type span img {
    max-width: 100%;
    max-height: 100%;
}


.post-41 .news_list.list2 .news_type{
    width: 1.62rem;
    height: 0.87rem;
}
.post-41 .news_list.list2 .news {
    width: 50%;
    display: flex;
    border-bottom: 1px dashed rgb(129 28 33 / 20%);
    position: relative;
    padding: 0.33rem 0;
}

.post-41 .news_list.list2 .news_title {
    padding-right: 0.6rem;
}

.post-41 .news_list .news:hover .news_type {
    border-color: rgb(199 0 11 / 50%);
}

.post-41 .news_list.list2 .news:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: #c7000b4d;
    transition: var(--transition);
}

.post-41 .news_list.list2 .news:hover:after {
    width: 100%;
}

.post-51 .tt {
}

.main5 {
    background: url(../images/main5bg2.png)no-repeat bottom -0.38rem left -0.11rem /9.26rem auto;
}

.main5>.bg {
    position: absolute;
    width: 16.13rem;
    height: 16.13rem;;
    background: url(../images/main1bg2.svg) no-repeat center / 100% 100%;
    z-index: -1;
    right: -8.065rem;
    top: 50%;
    margin-top: -8.065rem;
}

.post-51 .con {
    display: flex;
    align-items: center;
}

.post-51 .con .list1 {
    flex: 1;
    transform: translateX(4rem);
    opacity: 0;
}

.post-51 .con .list2 {
    width: 11.32rem;
    flex: none;
    padding: 0.27rem;
    box-sizing: border-box;
    background: url(../images/newbg2.svg) no-repeat no-repeat center/100% 100%;
    transform: translateX(4rem);
    opacity: 0;
}

.post-51 .con .list2 .news_imgs a {
    padding-top: 56.21%;
}

.post-51 {
    position: relative;
}

.post-51 .con .list1 .news a {
    height: 2.37rem;
    display: flex;
    line-height: 1.5;
    flex-direction: column;
    justify-content: center;
    font-size: 0.32rem;
    font-weight: bold;
    position: relative;
}

.post-51 .con .list1 .news a:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc(var(--innerWidth) / 2 - 50vw);
    background: url(../images/newbg3.svg)no-repeat;
    z-index: -1;
    right: 0;
    transition: all 1s ease-in-out;
    background-size: auto 100%;
    background-position: 0 0;
}

.post-51 .con .list1 .news a:hover:after {
    background-position: 84% 0;
}
.main5 .mbottom {
    display: flex;
}
.main5 .mbottom .bigtt {
    position: relative;
    height: 100%;
    color: #fff;
    padding-top: 0.47rem;
    padding-left: 0.37rem;
    box-sizing: border-box;
    background-image: url(../images/main5_tago.svg);
    background-repeat: no-repeat;
    background-size: 2.83rem;
    background-position: right -1.615rem bottom -1.415rem;
}

.main5 .mbottom .bigtt:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/main5_x.svg) no-repeat center/100% 100%;
}
.post-52 {
    width: 11.42rem;
    flex: none;
    border-radius: 0.04rem;
    height: 5.04rem;
    background: url(../images/bg5.jpg) no-repeat center/100% 100%;
    display: flex;
    margin-right: 0.8rem;
    transform: translateX(-4rem);
    opacity: 0;
}

.post-52 .bigtt {
    width: 1.65rem;
    flex: none;
}

.main5 .mbottom .zy {
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0.09rem;
    box-sizing: border-box;
}
.main5 .mbottom .bigtt .title {
    writing-mode: tb;
    font-size: 0.26rem;
    font-weight: bold;
    font-family: "微软雅黑";
    letter-spacing: 0.05rem;
    line-height: 1.4;
}

.main5 .mbottom .zy.y1 {
    top: 0;
    left: 0;
}
.main5 .mbottom .zy.y2{
    bottom: 0;
}

.main5 .mbottom .zy:after, .main5 .mbottom .zy:before {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background-size: 100% 100%;
    background-repeat:no-repeat
}
.main5 .mbottom .bigtt a {
    color: #fff;
    font-size: var(--smailSize);
}
.main5 .mbottom .zy.y1:before {
    background-image: url(../images/zy1.svg);
}
.main5 .mbottom .zy.y1:after {
    background-image: url(../images/zy2.svg);
}
.main5 .mbottom .zy.y2:before {
    background-image: url(../images/zy3.svg);
}
.main5 .mbottom .zy.y2:after {
    background-image: url(../images/zy4.svg);
}
.main5 .mbottom .bigttt {
    position: relative;
}
.post-52 .bigtt .more_btn {
    position: absolute;
    right: 0.13rem;
    bottom: 0.54rem;
}

.post-52 .con {
    padding: 0.91rem;
    flex: 1;
    width: 0;
    position: relative;
    box-sizing: border-box;
}

.post-52 .swiper .news_imgs a {
    padding-top: 42.58%;
}
.post-52 .swiper-button-next,.post-52  .swiper-button-prev {
    --swiper-navigation-color: #fff;
    opacity: 0.4;
    --swiper-navigation-sides-offset: 0.3rem;
    --swiper-navigation-size: 0.35rem;
}

.post-52 .swiper-button-next:hover, .post-52 .swiper-button-prev:hover {
    opacity: 1;
    
}

.post-52 .swiper-button-next:hover, .post-52 .swiper-button-prev:hover {
    opacity: 1;
    
}

.post-53 {
    flex: 1;
}

.post-53 .news_list {
    height: 100%;
    display: flex;
    gap: 0.36rem;
}

.post-53 .news_list .news {
    height: 100%;
    flex: 1;
    background-color: #902024;
    border-radius: 0.04rem;
    transform: translateX(-2rem);
    opacity: 0;
}

.post-53 .news_list .news .title {
    height: 3.87rem;
    writing-mode: vertical-lr;    text-orientation: upright;
}

.post-53 .news_list .news:after {
    height: 3.14rem;
    top: 0.36rem;
    right: 0.44rem;
}

.post-53 .news_list .news a img {
    width: 0.35rem;
}
.post-53 .news_list .news a {
    position: absolute;
    right: 0.39rem;
    bottom: 0.42rem;
}
.main7 {
    background: url(../images/main7bg.jpg) no-repeat center bottom / cover;
}
.main7 .inner{
    padding-top: 1.16rem;
}
.post-71{
    display: flex;
}
.post-71 .tt{
    width: 2.77rem;
    flex: none;
    margin-bottom: 0;
    align-items: flex-start;
    margin-top: 0.96rem;
}
.post-71 .tt .vr{margin-top: 0.44rem;line-height: 0.41rem;border-bottom: 1px solid #C7000B;font-size: var(--smailSize);position: relative;width: 100%;z-index: 2;}
.post-71 .tt .vrIocn{
    position: absolute;
    width: 0.81rem;
    height: 0.81rem;
    right: -0.405rem;
    bottom:-0.405rem;
    transform: translateX(-2.77rem);
}
.post-71 .tt .vrIocn img{width: 100%;height: 100%;}
.post-71 .news_list{
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}
.post-71 .news_list .news{
    padding: 0.1rem;
    background-color: #FCF7F0;
    border-radius: 3.05rem;
    border: 1px solid #EDD2AD;
    box-sizing: border-box;
    flex: 1;
    transform: translateX(-2rem);
    opacity: 0;
}
.post-71 .news_list .news a{position: relative;border-radius: 3.05rem;overflow: hidden;display: block;}
.post-71 .con{flex: 1;}
.post-71 .news_list .news_imgs span{
    padding-top: 154.34%;
}
.post-71 .news_list .news_title{
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    writing-mode: tb;
    align-items: center;
    justify-content: space-between;
    gap: 0.49rem;
}
.post-71 .news_list .news_title .title{
    transition: var(--transition);
    flex: none;
}
.post-71 .news_list  a:hover .news_title .title{
    opacity: 0;
}
.post-71 .news_list .news a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #004098;
    opacity: 0.4;
    top: 0;
    left: 0;
}

.post-71 .news_list .news_title:before,.post-71 .news_list .news_title:after {
    content: "";
    width: 1px;
    transition: var(--transition);
    flex: 1;
}

.post-71 .news_list .news_title:before {
    background-image: -moz-linear-gradient(-270.00deg,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(-270.00deg, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(-270.00deg, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0) 100%);
    transform-origin: bottom;
}
.post-71 .news_list .news_title:after {
    background-image: -moz-linear-gradient(-270.00deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 1) 100%);
    background-image: -webkit-linear-gradient(-270.00deg, rgba(255, 255, 255, 0),rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(-270.00deg, rgba(255, 255, 255, 0),rgba(255, 255, 255, 1) 100%);
    transform-origin: top;
}
.post-71 .news_list .news .imgs2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    clip-path: ellipse(0% 0% at 50% 50%);
    transition: var(--transition);
}
.post-71 .news_list .news a:hover .imgs2{
    /* animation: circle-expand 0.6s ease-out forwards; */
    clip-path: ellipse(65% 56% at 50% 50%);
}

@keyframes circle-expand {
  0% {
    clip-path: ellipse(0% 0% at 50% 50%);
  }
  100% {
    clip-path: ellipse(65% 56% at 50% 50%);
  }
}

.post-71 .news_list a:hover .news_title:after,.post-71 .news_list a:hover .news_title:before {
    transform: scaleY(0);
}
.dbox {
    position: fixed;
    z-index: 9;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    top: 50%;
    margin-top: -0.8rem;
    transform: scale(0);
    transform-origin: right;
}

.dbox .con {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/rbg.png)no-repeat center/100% 100%;
    color: #fff;
    display: flex;
    right: -0.8rem;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: -0.8rem;
    transition: var(--transition);
    cursor: pointer;
}

.dbox .cr {
    width: 1.86rem;
    height: 1.86rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.93rem;
    margin-top: -0.93rem;
    border: 1px solid #FDD108;
    border-radius: 50%;
    -webkit-animation: rotate linear 10s 0s infinite;
    -moz-animation: rotate 10s linear 0s infinite;
    -o-animation: rotate 10s linear 0s infinite;
    animation: rotate 10s linear 0s infinite;
}

.dbox .cr:before {
    content: "";
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: #FDD108;
    position: absolute;
    left: -0.07rem;
    top: 50%;
}

.dbox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/br_bg.png) no-repeat center / 100% 100%;
    left: 0.68rem;
    top: 0;
    opacity: 0.3;
    transition: var(--transition);
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dbox .tis {
    position: absolute;
    font-size: 0.2rem;
    font-weight: bold;
    writing-mode: tb;
    left: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    height: max-content;
    transition: var(--transition);
}

.dbox .box {
    opacity: 0;
    position: relative;
    left: 0.6rem;
    transition: var(--transition);
}

.dbox .box span {
    display: block;
    text-align: center;
    font-size: 0.18rem;
}

.dbox .box span.num {
    font-family: 'Montserrat-Bold';
    font-size: 0.4rem;
    line-height: 1.5;
}

.dbox .con:hover {
    right: -0.28rem;
}

.dbox .con:hover .bg {
    left: 0;
}

.dbox .con:hover .tis {
    opacity: 0;
    left: 0;
}

.dbox .con:hover .box {
    opacity: 1;
    transform: none;
    left: 0;
}

.box {}


.post-11 .news_list .slick-list.draggable {
    width: 100%;    padding: 0.25rem 0;
}

@media screen and (max-width:790px){

.post-11 .news_list .slick-list.draggable {
    width: 100%;
}

}