@font-face {
    font-family: 'DouyinSansBold';
    src: url('../font/DouyinSansBold.otf');
}

@font-face {
    font-family: 'biao';
    src: url('../font/biao.ttf');
}

::selection {
    background-color: #00d4aa; /* 自定义选中背景颜色 */
    color: #fff; /* 自定义选中文字颜色 */
}
/* 启用GPU加速 */
.swiper-wrapper, .jieshaoright > div[style*="animation:"] {
    transform: translateZ(0);
    backface-visibility: hidden;
}

a{
    text-decoration: none;
    color: #2c3e50;
}

img {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;     /* Konqueror HTML */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* Internet Explorer/Edge */
    user-select: none;            /* Non-prefixed version, currently supported by most modern browsers */
}
.dingwei{
    position: relative;
}
.dwzi{
    position: absolute;
}
.juzhong{
    width: 1100px;
    margin: 0 auto;
}
.zong{
    width: 1280px;
    height: 2000px;
    margin: 0 auto;
    background: url(../img/1.png);
}
.Topone{
    position: fixed;
    /* background: url(../img/2.png); */
    width: 100%;
    height: 80px;
    /* background: #fff; */
    background-image: linear-gradient(to right,#F3FEFF, #F8FEFB, #FDFFF6);
    z-index: 999;
    opacity: 0.8;
}
.Topone a{
    display: inline-block;
    font-size: 27px; 
    font-weight: bold;
    color: #2f0031;
    width: 100px;
    margin: 0 auto; 
    line-height: 80px; 
}
.zhong{
    width: 1280px;
    margin: 0 auto;
    /* background: #ffeeee; */
}
.czjuzhong{
    margin: 0 auto;
}
.jieshao{
    margin-top: 72px;
    width: 1280px;
    margin: 0 auto;
    height: 800px;
    /* background: #ffeeee; */
    background: url(../img/1.png);
    background-size: 100% 140%;
}
.left{
    float: left;
}
.right{
    float: right;
}
a{
    text-decoration: none;
}
.clear{
    clear: both;
    height: 0;
    overflow: hidden;
}
.jieshaoleft{
    width: 50%;
}
.jieshaowenzi{
    width: 100%;
    font-size: 68px;
    font-weight: bold;
    line-height: 30px;
    color: #2f0031;
    padding-top: 1.5rem;
    font-family: 'DouyinSansBold';
}
.jieshaoright{
    /* width: 40%; */
    width: 35%;
    height: auto;
}
.margintop08{
    margin-top: 8rem;
}
.margintop10{
    margin-top: 10rem;
}
.margintop12{
    margin-top: 12rem;
}
.margintop20{
    margin-top: 20rem;
}
.margintop40{
    margin-top: 40rem;
}
.nrone{
    /* flex-direction: row; */
    width: 900px;
    height: auto;
    /* overflow: hidden; */
    border: 1px solid #ffffff;
    margin-top: 3rem;
    border-radius: 32px;
    /* background: url(../img/3.png); */
    /* background: #ffffff; */
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.zupinnr{
    padding: 2.7rem; 
    /* width: 860px; */
    width: 1200px;
    height: 180px; 
    margin: 30px auto;
    transition: all 0.5s;
    transition-delay: 0s;
    border-radius: 18px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff50;
    
    will-change: transform;
    backface-visibility: hidden;
    contain: strict;
}

@media (prefers-reduced-motion: no-preference) {
    .zupinnr {
        transition: transform 0.5s;
    }
}

.zpone{
    width: 320px;
    height: 180px;
    float: left;
    border-radius: 12px;
    background: linear-gradient(#FEFEFE, #549BDC);
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        opacity 0.3s linear;
}
.zpo01 div {
    transition: 
        transform 0.3s 0.1s, /* 延迟启动 */
        background-color 0.2s;
}

.zpo01 p {
    transition: 
        color 0.3s,
        text-shadow 0.2s;
} 
.zpo01{
    float: left;
    /* width: 480px; */
    width: 58%;
    height: 180px;
    margin-left: 50px;
}
.yidongquanbu{
    transform: translate(0px, 0px);
    cursor: pointer;
    transition: all 1s;
    transition-delay: 0s;
}
.yidongquanbu:hover .zupinnr{
    transform: translate3d(15px, 15px, 0);
    transition: 
        transform 1s cubic-bezier(0.18, 0.89, 0.32, 1.28),
        box-shadow 0.3s 0.1s;
    
    box-shadow: 0 4px 12px -2px rgba(141, 154, 174, 0.15);
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        border-radius: 27px;
        z-index: -1;
        transition: opacity 0.3s;
        opacity: 0;
    }
}

.yidongquanbu:hover .zupinnr::before {
    opacity: 1;
}
.zuopinqi{
    background: url(../img/xianzhi.png); 
    background-size: 100% 100%; 
}
.zuopinyi{
    background: url(../img/yidong.png); 
    background-size: 100% 100%; 
}
.zuopiner{
    background: url(../img/sgpc.png); 
    background-size: 100% 100%; 
    /* box-shadow: rgba(141, 154, 174, 0.2) 0px 8px 16px 0; */
}
.zuopinsan{
    background: url(../img/inczc.png); 
    background-size: 100% 100%; 
}
.zuopinsi{
    background: url(../img/shujuksh.png); 
    background-size: 100% 100%; 
}
.zuopinwu{
    background: url(../img/guanli.png); 
    background-size: 100% 100%; 
}

.zponesix{
    background: url(../img/shujuksh02.webp); 
    background-size: 100% 100%; 
}

.zpo01:hover div{
    transform:translate3d(0px, -10.5093px, 0px) rotate(-5.2547deg);
    transition: all 0.5s;
}

.bianqian{
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #00ffc8;
    width: 60px; height: 60px;
    text-align: center;
    line-height: 60px;
    transform: translate(0px, 0px);
    transition: all 0.5s;
    margin-right: 0.5rem;
    animation: slide 3s infinite alternate linear;
    opacity: 0.3;
}
.bianqian:hover{
    transform: translate(0px, 20px);
    transition: all 0.5s;
    border: 2px solid #ff00f2;
    opacity: 1;
}
/* @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
} */
.fanhui {
    position: fixed;
    top: 12rem;
    right: 12rem;
    transform: translate(0px, 0px);
    transition: all 0.5s;
    opacity: 1; /* 初始透明度 */
}

.fanhui:hover {
    transform: translate(6px, -6px);
    opacity: 1; /* 鼠标悬停时的透明度 */
}

.fanhui:hover p {
    background: #ebecf3;
    color: #222222 !important;
    cursor: pointer;
}

/* 鼠标移出时的过渡效果 */
.fanhui:not(:hover) {
    opacity: 1;
    transition: all 0.5s;
}
.fafafa{
    width: 64px;
    height: 64px;
    position: absolute;
    /* left: 270px; */
    right: -20px;
    top: 90px;
}
.zupinnr {
    will-change: transform, opacity;
    contain: layout paint style;
}

/* 修复Chrome字体渲染抖动 */
body {
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
} .yidongquanbu {
    position: relative;
    overflow: hidden;
}


