@charset "utf-8";

:root {
    --pink: #D2618E;
}

body,
* {
    font-family: 'SourceHanSansCN-Normal', 'TaipeiSansTCBeta-Light', 'TaipeiSansTCBeta-Regular', 'ZauriSansL', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

body {
    background: #F9F9F9;
}
.colorzt { color: #D2618E; }
.color059 { color: #465059; }
.color76 { color: #767676; }
.color3d { color: #3d3d3d; }
.border-tbrl-20{
    border-top-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    overflow: hidden;
}
.border-tbrl-40{
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

ul li a:hover img{
    transform: scale(1.05);
    transition: all .5s;
}
.top {
    position: fixed;
    top: 90%;
    right: 1%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/top.png) no-repeat center center / cover;
}

#app{width: 100%; overflow: hidden;}

.container { width: 90%; margin: 0 auto; }

nav { position: fixed;top: 0;left: 0;z-index: 2; width: 13.3%; height: 100vh; background: #FFF;}

.homeA { width: 86%; background: #F9F9F9; }

.m2 {
    display: none !important;
}
nav .nav { padding: 0.61rem 0.41rem 0 0.42rem; }
.nav .logo a img { width: 100%; }
.sousuo .icon { 
    margin: 0 auto;
    width: 0.2rem;
    height: 0.2rem; 
    position: relative;
    cursor: pointer; 
}
.sousuo .icon::after { 
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../images/sousuo.svg) no-repeat center center / cover;
}
.sousuo .f-search {
    display: none;
    transition: all .5s;
}
.sousuo .search {
    width: 100%;
    border: none;
    border-bottom: 1px solid #EEE;
    font-size: 0.14rem;
    padding: 0.1rem 0.2rem;
    color: #333;
    transition: all .5s;
}
.sousuo .close {
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    transition: all .5s;
    background: url(../images/close.svg) no-repeat center center / cover;
}
.nav-list ul li a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 0.2rem 0;
}
.nav-list ul li.cur a {
    color: var(--pink);
    text-decoration: underline solid #D2618E;
    text-underline-offset: 0.06rem;
    text-decoration-thickness: 0.02rem;
}
.nav-list ul li:hover a {
    color: var(--pink);
    text-decoration: underline solid #D2618E;
    text-underline-offset: 0.06rem;
    text-decoration-thickness: 0.02rem;
}

.mb { display: none; }
.m-nav {
    width: 100%;
    background: #FFF;
}
.m-nav-list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.m-nav-list,.m-nav-list .m1 { display: none; }


.homeA,.homeB,.homeC,.homeD,footer { 
    margin-left: 13.3%;
}


.banner .bannerImg {
    width: 100%;
    height: 100vh;
}
.banner {
    width: 100%;
    overflow: hidden;
}
.mb{
    display: none !important;
}
.bannerA {
    position: absolute;
    /* 修改-1 */
    top: 36%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.banner .t1 { width: 50%;}
.banner .t2 { width: 35%;}

/* banner 翻页 */
.page {
    position: absolute;
    top: 91%;
    left: 0.9rem;
    transform: translateY(-50%);
}

.page .p-page {
    line-height: 0.55rem;
    font-weight: 600;
    margin-right: 0.3rem;
}

.page .p-page i {
    display: inline-block;
    width: 0.02rem;
    height: 0.12rem;
    background: rgba(102, 102, 102, 0.4);
    margin: 0 0.05rem;
    transform: rotate(15deg);
}

.page .p-page .prev {
    color: rgba(102, 102, 102, 1);
    margin-top: 0 !important;
}

.page .p-page .next {
    color: rgba(102, 102, 102, 0.4);
}

.page .n-page {
    line-height: 0.55rem;
}

.page .n-page .page-prev,
.page .n-page .page-next {
    display: block;
    float: left;
    position: relative;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #FFF;
    margin-top: 0 !important;
}

.page .n-page .page-next {
    margin-left: 0.1rem !important;
    right: 0 !important;
}

.page .n-page .page-prev {
    left: 0 !important;
}

.page .n-page .page-prev::after,
.page .n-page .page-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.12rem;
    height: 0.12rem;
}

.page .n-page .page-prev::after {
    background: url(../images/b-left.svg) no-repeat center center / cover;
}

.page .n-page .page-next::after {
    background: url(../images/b-right.svg) no-repeat center center / cover;
}
.swiper-pagination-fraction {
    bottom: auto !important;
    width: auto;
}


/* 右侧卡片 */
.homeA .banner .right .rightA .card:hover {
    background: #D2618E;
    cursor: pointer;
    transition: all .5s;
}

.homeA .banner .right .rightA .card:hover .tit .t {
    color: #FFF;
    transition: all .5s;
}

.homeA .banner .right .rightA .card:hover .tit .c {
    background: #FFF;
    transition: all .5s;
}
.homeA .banner .right {
    position: absolute;
    top: 28%;
    right: 40%;
    transform: translateY(-50%);
    z-index: 999;
}

.homeA .banner .right .rightA .card {
    position: absolute;
    top: 0;
    left: 50%;
    background: #FFF;
    padding: 0.1rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);;
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);;
}

.homeA .banner .right .rightA .card.cur {
    background: #D2618E;
}

.homeA .banner .right .rightA .card.cur .tit .t {
    color: #FFF;
}

.homeA .banner .right .rightA .card.cur .tit .c {
    background: #FFF;
}
.homeA .banner .right .rightA .card .card-img {
    width: 3.75rem;
    height: 2.42rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    overflow: hidden;
}

.homeA .banner .right .rightA .card:nth-child(n+1) .card-img img {
    transform: scale(1.03);
}

.homeA .banner .right .rightA .card .tit {
    padding: 0.1rem 0.2rem 0.05rem 0.2rem;
}

.homeA .banner .right .rightA .card .tit .t {
    padding-top: .06rem;
}

.homeA .banner .right .rightA .card .tit .c {
    width: 0.5rem;
    height: 0.4rem;
    background: #FAF1F6;
    border-radius: 0.9rem;
    position: relative;
}

.homeA .banner .right .rightA .card .tit .c::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.05rem;
    transform: translateY(-50%) rotate(4deg);
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/jt.svg) no-repeat center center / cover;
}

.homeA .banner .right .rightA .card .card-tip {
    position: relative;
}

.homeA .banner .right .rightA .card .card-tip::before {
    content: "";
    width: 1.56rem;
    height: 0.73rem;
    position: absolute;
    top: -.4rem;
    left: -.8rem;
    z-index: 88;
    background: url(../images/tip1.png) no-repeat center center;
    background-size: 1.3rem;
    transform: rotate(4deg);
}

.homeA .banner .right .rightA .card-1 {
    left: 35%;
    transform: translate(-50%, -45%) rotate(-4deg);
    z-index: 88;
}

.homeA .banner .right .rightA .card-2 {
    transform: translate(40%, -14%) rotate(4deg);
}

.homeA .banner .right .rightA .card-3 {
    left: 35%;
    transform: translate(-66%, 80%) rotate(4deg);
}

.homeA .banner .right .rightA .card-4 {
    left: 35%;
    transform: translate(32%, 100%) rotate(-4deg);
}

.homeA .banner .right .rightA .card-4 .card-tip::before {
    left: 2.9rem !important;
    transform: rotate(4deg);
    background: url(../images/suo2.png) no-repeat center center;
    background-size: .56rem;
}
.homeA .banner .right .rightA .card-2 .card-tip::before,
.homeA .banner .right .rightA .card-3 .card-tip::before{
    width:0;
}
/* 右侧卡片 */
/* links */

.homeA .banner .links {
    position: absolute;
    top: 48%;
    left: 5%;
    padding: 0.5rem 0 0;
    z-index: 1;
}

.homeA .banner .links .link {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 200px;
    margin-right: 0.16rem;
    transition: all .5s;
}

.homeA .banner .links .link:last-child {
    margin-right: 0;
}

.homeA .banner .links .link .circle-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #F6C9DD;
}

@-webkit-keyframes ro360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ro360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.homeA .banner .links .link .circle-progress {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/progress.png) no-repeat center center;
    background-size: contain;
    animation: ro360 3s linear infinite;
    -webkit-animation: ro360 3s linear infinite;
    -moz-animation: ro360 3s linear infinite;
    transform-origin: center;
}

.homeA .banner .links .link .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    width: 0.92rem;
    height: 0.92rem;
    background: #FFF;
    text-align: center;
    line-height: 0.92rem;
    border-radius: 50%;
}

.homeB .homeB-b .tc,
.homeB .homeB-b .tb{
    display: flex;
    justify-content: space-between;
}
.homeB {
    background: url(../images/homeBbg.png) no-repeat center center / cover;
}
.homeB .homeB-a,
.homeC .homeC-a,
.homeD .homeD-a {
    padding-top: 1.07rem;
    padding-bottom: 0.92rem;
}

.homeB .homeB-b .tb .word,
.homeB .homeB-b .tb .img {
    width: 50%;
}

.homeB .homeB-b .tb .word{
    margin-right: 0.45rem;
    text-align: justify;
}
.homeB .homeB-b .tb .word p {
    line-height: 0.35rem;
}
.homeB .homeB-c .tb .img{
    order: -1;
    width: 52%;
    background: url(../uploads/dcd56842201c26c320889ed7d6c35165a881a6a844ac54-fOwIGd@1x.png) no-repeat center center / cover;
}

.homeB .homeB-c .tb .word {
    width: 45%;
    margin-right: 0;
    margin-left: 0.45rem;
}

.homeB .homeB-c .tb .img .Img {
    display: flex;
    justify-content: space-around;
    padding: 0.51rem 0.31rem;
}
.homeB .homeB-c .tb .img .Img:hover{
    transform: scale(1.02);
    transition: all .5s;
    cursor: pointer;
}
.homeB .homeB-c .tb .img .Img img:nth-child(2) {
    margin: 0 0.12rem;
}
.homeB .homeB-c .tb .img .Img img {
    width: 32%;
    background: linear-gradient(180deg, #F9F9F9 0%, #DEDEDE 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}
.homeB .homeB-b .tb i.iline,.homeB .homeB-b .tb em {
    color: var(--pink);
    font-weight: 700;
    font-style: italic;
    border-bottom: 4px solid #F6C9DD;
}

.homeB .homeB-b .tb .word i.t {
    color: #333;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #000;
}

.homeB .homeB-b .tb .word p {
    line-height: 0.32rem;
}
.homeB .homeB-b .tb .Img:hover img{
    transform: scale(1.02);
    transition: all .5s;
    cursor: pointer;
}
.homeC,.homeD {
    background: #FAF1F6;
}

.homeC .homeC-b ul{
    display: flex;
    flex-wrap: nowrap;
}
.homeC .homeC-b ul.card .swiper-slide:nth-child(1) li a {
    background: #799BAD
}
.homeC .homeC-b ul.card .swiper-slide:nth-child(2) li a {
    background: #668BA6;
}
.homeC .homeC-b ul.card .swiper-slide:nth-child(3) li a {
    background: #517D89
}
.homeC .homeC-b ul.card .swiper-slide:nth-child(4) li a {
    background: #708C93
}
.homeC .homeC-b ul.card .swiper-slide:nth-child(5) li a {
    background: #799BAD
}
.homeC .homeC-b ul.card .swiper-slide:nth-child(3) li a .counts {
    padding: 0.13rem 0;
}
.homeC .homeC-b ul.card .swiper-slide:nth-child(4) li a .counts {
    padding: 0.13rem 0;
}
.homeC .homeC-b ul.card .swiper-slide:nth-child(5) li a .counts {
    padding: 0.13rem 0;
}
.homeC .homeC-b ul .swiper-wrapper {
    display: flex;
}

.homeC .homeC-b ul li{
    margin-right: 0.16rem;
    overflow: hidden;
}

.homeC .homeC-b ul li:last-child {
    margin-right: 0;
}
.homeC .homeC-b ul li a {
    display: flex;
    flex-direction: column;
    padding: 0.6rem 0.2rem 0.23rem 0.3rem;
    background: #799BAD;
}

.homeC .homeC-b ul li a .e {
    margin-top: 0.18rem;
}
.homeC .homeC-b ul li a img{
    height: auto;
}
.homeC .homeC-b ul li:nth-child(3) .counts{
    padding-top: 0.26rem;
}
.homeC .homeC-b ul li:nth-child(4) .counts{
    padding-top: 0.26rem;
}
.homeC .homeC-b ul li:nth-child(5) .counts{
    padding-top: 0.26rem;
}
.homeD .homeD-a .font16 { line-height: 2; margin-top: 0.18rem; }


.homeA .nav-header { line-height: 3.6; margin-top: 0.55rem; }

.homeA .readA{
    margin-top: 0.23rem;
}
.homeA .readB {
    margin-top: 0.33rem;
}
.homeA .readB li a:hover,
.homeA .readA-a li a:hover  {
    background-color: var(--pink) !important;
    color: #FFF;
    transition: all .5s;
}
.homeA .readB li a:hover p,
.homeA .readB li a:hover .name{
    color: #FFF;
    transition: all .5s;
}
.homeA .readB li a:hover .tit,
.homeA .readA-a li a:hover .tit span{
    color: #FFF;
    text-decoration: underline solid #FFF;
    text-underline-offset: 0.06rem;
    text-decoration-thickness: 0.02rem;
    transition: all .5s;
}

.homeA .readB li {
    overflow: hidden;
    margin-bottom: 0.16rem;
}
.homeA .readB li:last-child {
    margin-bottom: 0;
}
.homeA .readB a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
    background: #FFF;
}
.homeA .readB a .img {
    width: 20%;
    overflow: hidden;
}
.homeA .readB a .word {
    width: 78%;
}
.homeA .readB a .word .desc {
    margin-top: 0.13rem;
}
.homeA .loading {
    margin: 0.8rem auto 1.22rem;
    width: 0.57rem;
    height: 0.66rem;
    position: relative;
}
.homeA .loading::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/loading.svg) no-repeat center center / cover;

}
.homeA .loading span  {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.homeA .readA .readA-d {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.homeA .readA .readA-a { width: 81%; overflow: hidden; }
.homeA .readA .readA-b { width: 27%; overflow: hidden; margin-left: 0.15rem; background-color: #FFF; height: 100%; }
.homeA .readA .readA-b ul li {
    padding-top: 0.3rem;
}
.homeA .readA .readA-d .readA-a .c { display: block; }
.homeA .readA .readA-d .c i { text-transform: none; }
.homeA .readA .readA-d .c1 { display: none;}
.homeA .readA .t {
    display: flex;
    justify-content: space-between;
}
.homeA .readA .ul ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    gap: 0 0.16rem;
}
.homeA .readA .ul ul li {
    overflow: hidden;
}
.homeA .readA .ul ul a {
    display: block;
    padding: 0.2rem;
    background: #FFF;
}
.homeA .readA .ul ul a .img {
    overflow: hidden;
}
.homeA .readA .ul ul a .tit {
    margin-top: 0.31rem;
    margin-bottom: 0.07rem;
}
.homeA .readA .readA-a .ul li {
    margin-bottom: 0.16rem;
}
.homeA .readA .readA-a .ul li.marginR16 {
    margin-right: 0.16rem;
}
.homeA .readA .readA-a .ul ul a .img {
    position: relative;
    
}
.homeA .readA .readA-a .ul ul a:hover .img::after{
    display: block;
    transition: all .5s;
}
.homeA .readA .readA-a .ul ul a .img::after{
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
    width: 0.65rem;
    height: 0.65rem;
    background: url(../images/play.svg) no-repeat center center / cover;
}
.homeA .readA .readA-a .ul ul {
    display: flex;
    flex-wrap: wrap;
}
.homeA .readA .readA-a .ul ul li {
    width: 32.22%;
}
.homeA .readA-d .readA-aa .ul ul li {
    width: 32.6%;
}

.homeA .readA .readA-b {
    padding: 0.35rem 0.34rem 0.3rem 0.28rem;
}

.homeA .readA .readA-b ul li a {
    display: block;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #EEE;
}
.homeA .readA .readA-b ul li:last-child a{
    padding-bottom: 0;
    border-bottom: none;
}
.homeA .readA .readA-b ul li a .desc {
    margin-top: 0.06rem;
    padding-right: 0.1rem;
}


.homeA .readB .read-card ul li {
    overflow: hidden;
    margin-bottom: 0.26rem;
}
.homeA .readB .read-card ul li a {
    display: block;
    padding: 0.29rem 0.4rem 0.27rem 0.4rem;
}

.homeA .readB .read-card ul li a .read-zh {
    padding-bottom: 0.25rem;
    color: #666;
    border-bottom: 1px solid #F7F7F7;
}
.homeA .readB .read-card ul li a .read-cn {
    padding-top: 0.25rem;
}
.homeA .readB .read-card ul li .name {
    margin-top: 0.4rem;
}


.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background-color: white;
    padding: 0;
    border-radius: 0.2rem;
    /*width: 90%;*/
    /*height: 64%;*/
    height: auto;
    max-width: 96%;
    max-height: 66%;
    z-index: 1001;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.modal-overlay.active {
    display: block;
}

.modal-content.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.modal-overlay span {
    position: absolute;
    right: 4.5%;
    top: 16.5%;
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    line-height: 0.3rem;
    z-index: 1002;
    background: url(../images/closews.svg) no-repeat center center / cover;
    cursor: pointer;
}

.homeA .musicA .musicA-d {
    display: block;
}
.homeA .musicA .musicA-a {
    width: 100%;
}
.homeA .musicA .musicA-a .t {
    align-items: flex-end;
}
.homeA .musicA .musicA-a .t1 {
    display: flex;
    flex-direction: column;
    margin-right: 0.74rem;
}
.homeA .musicA .musicA-a .t1 p {
    margin-top: 0.23rem;
    line-height: 2;
}
.homeA .musicA .musicA-d .c {
    padding: 0.1rem 0.15rem 0.1rem 0.24rem;
    background-color: #FAF1F6;
    border-radius: 0.15rem;
    overflow: hidden;
    width: 33%;
}
.homeA .musicA .c .c-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homeA .musicA .c .c-1 p {
    width: 60%;
    line-height: 1.6;
}
.homeA .musicA .c .c-1 .img {
    width: 1.15rem;
}
.homeA .musicA .musicA-a .ul ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.16rem;
}
.homeA .musicA .musicA-a .ul ul li {
    /*flex: 1 0 calc(33.33% - 0.16rem * 2/3);*/
    /*margin-right: 0.16rem;*/
}
.homeA .musicA .musicA-a1 .ul ul li {
    width: 32.6%;
}
.homeA .readA-d .readA-aa .ul ul li {
    flex: none;
    /*margin-right: 0.16rem;*/
}
.homeA .musicA .musicA-a .ul ul li:nth-child(3n){
    /*margin-right: 0;*/
}

.homeA .musicA .musicA-a .ul ul li a {
    padding: 0.22rem 0.22rem 1rem 0.22rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.homeA .musicA .musicA-a .ul ul li a .desc {
    margin-top: 0.13rem;
}
.homeA .musicA .musicA-a .ul ul li a:hover .desc{
    color: #FFF;
    transition: all .5s;
}

.aboutA {
    margin-top: 0.23rem;
    padding-bottom: 1.33rem;
}
.aboutA .desc {
    margin-top: 0.23rem;
    text-align: justify;
}
.aboutA .desc p {
    line-height: 1.8;
    margin-bottom: 0.4rem;
}
.aboutA .aboutA-a {
    position: inherit;
    z-index: 2;
}
.aboutA .aboutA-a .img,
.aboutB .aboutB-b .aboutBg {
    width: 100%;
    overflow: hidden;
    border-radius: 0.2rem;
}
.aboutA .aboutA-a .img img {
    width: 100%;
    height: auto;
    display: block;
}

.contact_b canvas {
    height: 12.23958vw !important;
}
.lizi canvas {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20vw !important;
}
.aboutB {
    padding-top: 1.32rem;
    padding-bottom: 1.3rem;
    background: #FAF1F6;
}
.aboutB .aboutB-b {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 0.2rem;
    background: url(../images/aboutBg.png) no-repeat center center / cover;
}
.aboutB .aboutB-b .aboutB-c {
    padding: 1.08rem 0 1.08rem 0.58rem;
    flex: 1;
}
.aboutB .aboutB-b .aboutB-c .name {
    margin-top: 0.24rem;
}
.aboutB .aboutB-b .aboutB-c .desc {
    margin-top: 0.03rem;
}
.aboutB .aboutB-b .aboutB-c .yh2 {
    margin-top: 0.75rem;
    transform: translateX(85%);
}
.aboutB .aboutB-d {
    flex: 0.8;
    position: relative;
}
.aboutB .aboutB-d img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.aboutC-a ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.16rem;
}
.aboutC-a li {
    width: 24.15%;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}
.aboutC-a li::after {
    content: "";
    height: 1px;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--pink);
}
.aboutC-a li:hover li::after {
    height: 0;
}
.aboutC-a li:hover .tc{
    background-color: var(--pink);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
    transition: all .5s;
}

.aboutC-a li:hover span {
    color: #FFF;
    transition: all .5s;
}
.aboutC-a a {
    display: block;
}
.aboutC-a .img {
    overflow: hidden;
}
.aboutC-a a .tc {
    padding: 0.3rem;
    width: 100%;
    background: #FAF1F6;
}
.aboutC-a a .desc {
    margin-top: 0.03rem;
}
.aboutD-a {
    background-color: #FFF;
    border-radius: 0.2rem;
    padding: 0.3rem;
}
.aboutD-a .ul ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.18rem;
}
.aboutD-a .ul ul li {
    width: 24%;
     /*flex: 1 0 calc(24% - 0.18rem * 1/4); */
    padding: 0.24rem 0.22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FAF1F6;
    border-radius: 0.2rem;
    overflow: hidden;
    cursor: pointer;
}
.aboutD-a .ul ul li .lis {
    width: 100%;
}
.aboutD-a .ul ul li:nth-child(n+4):nth-child(-n+9){
    padding: 0.38rem 0.22rem;
}

.aboutD-a .desc {
    margin-top: 0.03rem;
    word-wrap: break-word;
}

.aboutC,.aboutD,.aboutE {
    padding: 1.3rem 0 1.73rem 0;
}
.aboutC .tit,
.aboutD .tit{
    display: flex;
    justify-content: space-between;
} 
.aboutC .btn,
.aboutD .btn {
    display: flex;
    align-items: center;
    gap: 0.12rem;
}
.aboutC .btn .prev,
.aboutD .btn .prev,
.aboutE .btn .prev,
.aboutC .btn .next,
.aboutD .btn .next,
.aboutE .btn .next {
    flex: 1;
    display: inline-block;
    padding: 0.15rem 0.2rem;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0.9rem;
}
.aboutC .swiper-button-prev, .aboutC .swiper-button-next,
.aboutD .swiper-button-prev, .aboutD .swiper-button-next,
.aboutE .swiper-button-prev, .aboutD .swiper-button-next {
    position: static;
    height: auto;
    width: auto;
    margin: auto;
}
.aboutC .btn .prev::after,
.aboutC .btn .next::after,
.aboutD .btn .prev::after,
.aboutD .btn .next::after,
.aboutE .btn .prev::after,
.aboutE .btn .next::after  {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
}
.aboutC .btn .next::after,
.aboutD .btn .next::after,
.aboutE .btn .next::after  {
    background: url(../images/a-left.png) no-repeat center center / cover;
    transform: rotate(180deg);
}
.aboutC .btn .prev::after,
.aboutD .btn .prev::after,
.aboutE .btn .prev::after {
    background: url(../images/a-left.png) no-repeat center center / cover;
}
.aboutC .btn span:hover,
.aboutD .btn span:hover,
.aboutE .btn span:hover {
    background: var(--pink);
    transition: all .5s;
}
.aboutC .btn span.prev:hover::after,
.aboutD .btn span.prev:hover::after,
.aboutE .btn span.prev:hover::after {
    background: url(../images/a-right.png) no-repeat center center / cover;
    transform: rotate(180deg);
}
.aboutC .btn span.next:hover::after,
.aboutD .btn span.next:hover::after,
.aboutE .btn span.next:hover::after {
    background: url(../images/a-right.png) no-repeat center center / cover;
    transform: rotate(360deg);
}
.aboutC .tc,
.aboutD .tc,
.aboutE .tc {
    margin-top: 0.24rem;
}

.aboutC .tc .swiper-pagination,
.aboutD .tc .swiper-pagination,
.aboutE .tc .swiper-pagination {
    bottom: -0.52rem;
    height: 0.04rem;
    left: 50%;
    width: auto;
    border-radius: 0.4rem;
    transform: translateX(-50%);
    background: rgba(156, 156, 156, 0.2);
    overflow: hidden;
}

.aboutC .tc .swiper-pagination .swiper-pagination-bullet ,
.aboutD .tc .swiper-pagination .swiper-pagination-bullet ,
.aboutE .tc .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 0.04rem;
    border-radius: 0;
    margin: 0;
    transition: all .2s;
    background: none;
}
.aboutC .tc .swiper-pagination .swiper-pagination-bullet-active,
.aboutD .tc .swiper-pagination .swiper-pagination-bullet-active,
.aboutE .tc .swiper-pagination .swiper-pagination-bullet-active {
    width: 1rem;
    height: 0.04rem;
    border-radius: 0.4rem;
    margin: 0;
    background: var(--pink);
    transition: all .2s;
    border: 0;
}
.swiper-pagination-bullets {
  display: flex;       
  flex-wrap: nowrap;   
  align-items: center; 
  justify-content: center;
}

.aboutC .tc .item,
.aboutD .tc .item  {
    display: block;
    padding-bottom: 0.3rem;
    background: #FAF1F6;
    border-radius: 0.2rem;
    overflow: hidden;
}
.aboutC .tc .item .img {
    border-radius: 0.2rem;
    overflow: hidden;
}
.aboutC .tc .item .img:hover img{
    transform: scale(1.02);
    transition: all .5s;
    cursor: pointer;
}
.aboutC .tc .item .t {
    margin-top: 0.3rem;
    padding-left: 0.3rem;
}

.aboutD {
    background: #FAF1F6;
}
.aboutD .t {
    padding: 0.24rem 0.33rem 0.3rem 0.33rem;
    background: #FFF;
}
.aboutD .tc a:hover .t {
    background: var(--pink);
}
.aboutD .tc a:hover .t span,
.aboutD .tc a:hover .t p {
    color: #FFF;
    transition: all .5s;
}
.aboutD .t .desc {
    margin-top: 0.12rem;
}
.aboutD .tc .item {
    padding-bottom: 0;
}
.aboutD .tc .item .img { overflow: hidden; }
.aboutD .tc .item .img:hover img {
    transform: scale(1.02);
    transition: all .5s;
    cursor: pointer;
}
.aboutE {
    background: none;
}
.aboutE .tc ul li {
    position: relative;
    width: 100%;
    background: #FFF;
    height: 2.28rem;
    margin-bottom: 0.16rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.aboutE .tc ul li:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.aboutE .tc ul li .img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.aboutE .tc ul li .img img {
    width: auto;
    max-height: 1.1rem;
}





footer {
    bottom: 0;
    width: 90%;
    text-align: center;
    padding: 0.4rem 0;
    background-color: #111E26;
}
footer p {
    width: 95%;
}
footer .copy {
    display: block;
    color: #FFF;
}

@media (min-width:1100px) {
    .m-nav-list { display: none !important;transition: all .5s; }
}

@media (max-width: 1100px) {
    .m1,
    .pc{
        display: none !important;
    }
    .mb,.m-nav,.m2 { display: block !important; }
    .m2 { height: 0.26rem; }
    .m-nav .logo { 
        padding: 10px 0;
    }
    .m-nav .logo img {
        width: auto;
        height: 26px;
    }
    
    .menu .menuBtn { margin-top: -2px; }
    .menu .menuBtn .menu-btn,
    .menu .menuBtn .menu-close{
        width: 50px;
        height: 50px;
        position: relative;
        display: block;
        background: none;
        border: 0;
        float: left;
        left: 3%;
    }
    .menu .menuBtn .menu-close{ display: none; }
    .menu .menuBtn .menu-btn .menu-i,
    .menu .menuBtn .menu-btn .menu-c {
        height: 2px;
        right: 0;
        position: absolute;
        font-style: normal;
        background-color: #000;
        display: block;
        border-radius: 2px;
        transition: all .5s;
    }
    .menu .menuBtn .menu-btn .menu-i .menu-i-1{ width: 24px; top: 15px; }
    .menu .menuBtn .menu-btn .menu-i .menu-i-1{ width: 32px; top: 25px; }
    .menu .menuBtn .menu-btn .menu-i .menu-i-1{ width: 24px; top: 35px; }
    .menu .menuBtn .menu-btn .menu-c .menu-c-1{ width: 24px; top: 25px; transform: rotate(45deg);}
    .menu .menuBtn .menu-btn .menu-c .menu-c-2{ width: 24px; top: 25px; transform: rotate(-45deg);}
    .m-nav-list {
        display: none;
        position: fixed;
        top: 5%;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #FFF;
        z-index: 999;
    }
    .m-nav-list .nav { padding: 0.4rem 0.2rem 0 0.2rem; }
    .m-nav-list .logo { padding-left: .25rem; }
    .banner .img img { width: 100%; height: auto; }
    .bannerA { top: 30%; }
    .bannerA .t1.font76 { font-size: 0.5rem; }
    .bannerA .t2.font24 { font-size: 0.15rem; }
    .bannerA .t1 { width: 60%; }
    .bannerA .t2 { width: 50%; }
    .homeA ,.homeB, .homeC,.homeD{margin-left: 0; width: 100%;}
    .homeA .banner .right { display: none; }
    .homeA .banner .links { top: 42%; }
    .homeB .homeB-b .tb {flex-direction: column; }
    .homeB .homeB-b .tc .c { width: 35%; }
    .homeB .homeB-b .tb .word,.homeB .homeB-b .tb .img { width: 100%; }
    .homeB .homeB-b .tb .word { margin-bottom: 0.4rem; margin-right: 0;}
    .homeB .homeB-b .tb .img { order: 1; }
    .homeB .homeB-c .tb .word { margin-left: 0; }
    .homeB .homeB-a { padding-top: 0.6rem; padding-bottom: 0.4rem; }

    .homeC .homeC-b ul .swiper-wrapper .swiper-slide {
        flex: 1 0 calc(40% - 0.16rem * 1 / 3);
    }

    .homeA .readB a .img { width: 30%; }
    .homeA .readB a .word { width: 68%; }

    .homeA .readA .readA-d {
        flex-direction: column;
        align-items: center;
    }
    .homeA .readA .readA-d .readA-a .c {
        display: none;
        text-transform: none;
    }
    .homeA .readA .readA-d .c1 {
        display: block;
        margin: 0.2rem;
        text-transform: none;
    }
    .homeA .readA .readA-a,
    .homeA .readA .readA-b {
        width: 100%;
    }
    .homeA .readA .readA-a .ul li {
        width: 47% !important;
    }
    .homeA .musicA .c .c-1 p { width: 30%; }
    .homeA .musicA .musicA-d .c { width: 100%; }
    .homeA .musicA .musicA-d .c1 { margin: 0.2rem 0; }

    .homeA .musicA .musicA-a .ul ul li { flex: 1 0 calc(50% - 0.16rem * 2/3); }

    .aboutB .aboutB-b { flex-direction: column;  overflow: hidden; }
    .aboutB .aboutB-b .aboutB-d img{ width: 60%; bottom: 0; }
    /* .aboutB .aboutB-b .aboutB-c { margin-bottom: 4.3rem; } */
    .aboutB .aboutB-b .aboutB-c .t span { display: block; width: 100%; }
    .aboutB .aboutB-b .aboutB-c .t span.font60 { font-size: 0.56rem; }
    .aboutB .aboutB-b .aboutB-c { padding: 0.67rem 0.34rem 4.2rem 0.34rem; }
    .aboutB .aboutB-b .aboutB-c .yh2 { transform: translateX(90%); }
    .aboutB .aboutB-b .aboutB-c .desc span.font18{ font-size: 0.2rem; }
    .aboutB .aboutB-b .aboutB-c .name { margin-top: .3rem; }

    .aboutC-a .ul ul li {
        border-radius: 0.2rem;
        box-sizing: border-box;
        overflow: hidden;
        width: 48.2%;
    }
    .aboutD-a .ul ul { flex-wrap: wrap; }
    .aboutD-a .ul ul li  { width: 48%; }
    .tit .font50 { font-size: 0.4rem; }
    .aboutE .tc ul li { height: 0.9rem; }
    .aboutE .tc ul li .img img {
        width: auto;
        max-height: 0.6rem;
    }
    footer { width: 100%; margin-left: 0; }
}
@media (max-width: 1600px) {
    .homeA .musicA .musicA-a .desc.font16 {
        font-size: 0.16rem;
    }
}
@media (max-width:1900px) {
    .homeA .readA .readA-a .ul li {
        width: 30%;
    }
    
}
@media (max-width:768px) {
    .homeA .readA .readA-a .ul {
        flex-direction: column;
    }
    .homeA .readA .readA-a .ul li {
        width: 100% !important;
    }
    .homeA .musicA .musicA-a .ul ul li { flex: 1 0 calc(100% - 0.16rem * 2/3); }

}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 1000;
}
.modal-overlay span {
    position: absolute;
    right: 4.5%;
    top: 16.5%;
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    line-height: 0.3rem;
    z-index: 1002;
    background: url(../images/closews.svg) no-repeat center center / cover;
    cursor: pointer;
}
.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    padding: 0;
    /*width: 26%;*/
    width: 58%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(0,0,0,1);
}

.modal-overlay.active { display: block; }
.modal-content.active { opacity: 1; transform: translate(-50%, -50%) scale(1); }
@media(max-width: 1100px){
    .modal-content { width: 70%; }
}
@media (max-width: 1100px) {
    .modal-content {
        width: 88%;
    }
}
.banner.ms {
    display: none;
}



