@charset "UTF-8";

li {
    list-style: none;
}

ul {
    padding: 0;
}

.index-technology .list {
    padding-top: 10px;
}

.index-technology .list li {
    width: 32px;
    text-align: center;
    min-height: 55px;
}

.index-technology .list li .ico {
    width: 25px;
    margin: 0 auto;
}

.index-technology .list li h3 {
    font-size: 3px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px 0 2.5px 0;
}

.index-technology .list li p {
    font-size: 1.8px;
    line-height: 3.2px;
    color: #666;
}

.index-technology .list li:hover .ico {
    animation: upDown 2s infinite linear;
    -webkit-animation: upDown 2s infinite linear;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-1px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-1px);
    }

    50% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

#technology .technology-1 .ganzhiceng {
    padding: 32px 0;
    background: url("../images/technology/ganzhicengBG.png") center no-repeat;
    background-size: 100% 100%;
}

#technology .technology-1 .renzhiceng {
    padding: 32px 0;
    background: url("../images/technology/renzhicengBG.png") center no-repeat;
    background-size: 100% 100%;
}

#technology .technology-1 .juececeng {
    padding: 32px 0;
    background: url("../images/technology/juececengBG.png") center no-repeat;
    background-size: 100% 100%;
}

#technology .technology-1 .technology-center-title {
    text-align: center;
}

#technology .technology-1 .technology-center-title .technology-center-title-cn {
    font-weight: bold;
    font-size: 18px;
    color: #323232;
    line-height: 22px;
    margin-bottom: 4px;
}

#technology .technology-1 .technology-center-title .technology-center-title-en {
    font-size: 14px;
    color: #505050;
    line-height: 16px;
    margin-bottom: 30px;
}





#technology .technologytop {
    width: 100%;
}

#technology .technologytop .topitem {
    display: flex;
    align-items: center;
    padding-top: 25px;
    /* 非rem数值，保持不变 */
    padding-bottom: 25px;
    /* 非rem数值，保持不变 */
    border-bottom: 1px solid #B6B6B6;
    /* 非rem数值，保持不变 */
}

#technology .technologytop .topitem:last-child {
    border-bottom: none;
}

#technology .technologytop .topitem-icon {
    margin-left: 8px;
    /* 非rem数值，保持不变 */
    width: 35px;
    /* 非rem数值，保持不变 */
    margin-right: 23px;
    /* 非rem数值，保持不变 */
}

#technology .technologytop .topitem-title {
    font-size: 15px;
    /* 非rem数值，保持不变 */
    color: #083D8F;
    line-height: 17px;
    /* 非rem数值，保持不变 */
    margin-bottom: 5px;
    /* 非rem数值，保持不变 */
}

#technology .technologytop .topitem-desc {
    font-size: 13px;
    /* 非rem数值，保持不变 */
    color: #505050;
    line-height: 17px;
    /* 非rem数值，保持不变 */
}

@keyframes rotate-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate-anim2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotate-anim2 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.technology-4 {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 60px;
}

.technology-4 .technology-title {
    padding: 58px 0 40px 0;
    position: relative;
    z-index: 2;
}

.technology-4 .technology-title h2 {
    font-weight: 500;
    font-size: 18px;
    color: #323232;
    line-height: 21px;
    font-weight: bolder;
    margin-bottom: 2px;
}

.technology-4 .technology-title p {
    font-weight: 400;
    font-size: 13px;
    color: #323232;
    line-height: 19px;
}

.technology-4 .list {
    min-height: 871px;
    position: relative;
    background: url("../images/technology/bada/nb.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 285px;
    transform: scale(0.9);
}

.technology-4 .list:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 871px;
    height: 871px;
    margin-left: -435.5px;
    background: url("../images/technology/bada/img871.png");
    background-size: 100%;
    animation: rotate-anim 60s infinite linear;
    -webkit-animation: rotate-anim 60s infinite linear;
}

.technology-4 .list:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1122px;
    height: 1122px;
    margin-left: -566px;
    margin-top: -566px;
    background: url("../images/technology/img1122.png") center no-repeat;
    background-size: 100%;
    animation: rotate-anim2 60s infinite linear;
    -webkit-animation: rotate-anim2 60s infinite linear;
}

.technology-4 .list .yuan {
    background: url("../images/technology/img583.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 583px;
    height: 583px;
    margin-left: -291.5px;
    margin-top: -291.5px;
    animation: rotate-anim2 60s infinite linear;
    -webkit-animation: rotate-anim2 60s infinite linear;
}

.technology-4 .list li {
    width: 116px;
    height: 116px;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
}

.technology-4 .list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/technology/img116.png") center no-repeat;
    background-size: 100%;
    animation: rotate-anim 300s infinite linear;
    -webkit-animation: rotate-anim 300s infinite linear;
}

.technology-4 .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/technology/img116on.png") center no-repeat;
    background-size: 100%;
    opacity: 0;
}

.technology-4 .list li .ico {
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
}

.technology-4 .list li .ico img:nth-child(2) {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    opacity: 0;
}

.technology-4 .list li .name {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #505050;
    z-index: 5;
    font-weight: bold;
}

.technology-4 .list li.li_01 {
    margin-left: -58px;
    margin-top: -344px;
}

.technology-4 .list li.li_02 {
    margin-left: 147px;
    margin-top: -248px;
}

.technology-4 .list li.li_03 {
    margin-left: 190px;
    margin-top: -200px;
}

.technology-4 .list li.li_04 {
    margin-left: 232px;
    margin-top: -48px;
}

.technology-4 .list li.li_05 {
    margin-left: 147px;
    margin-top: 147px;
}

.technology-4 .list li.li_06 {
    margin-left: 85px;
    margin-top: 192px;
}

.technology-4 .list li.li_07 {
    margin-left: -58px;
    margin-top: 228px;
}

.technology-4 .list li.li_08 {
    margin-left: -262px;
    margin-top: 147px;
}

.technology-4 .list li.li_09 {
    margin-left: -310px;
    margin-top: 100px;
}

.technology-4 .list li.li_10 {
    margin-left: -350px;
    margin-top: -48px;
}

.technology-4 .list li.li_11 {
    margin-left: -262px;
    margin-top: -248px;
}

.technology-4 .list li.li_12 {
    margin-left: -202px;
    margin-top: -305px;
}

.technology-4 .list li:hover:after {
    opacity: 0;
}

.technology-4 .list li:hover:before {
    opacity: 1;
}

.technology-4 .list li:hover .ico img:nth-child(1) {
    opacity: 0;
}

.technology-4 .list li:hover .ico img:nth-child(2) {
    opacity: 1;
}

.technology-4 .list li:hover .name {
    color: #073c8f;
}

/* ==========================
   移动端适配（750px 主流手机）
========================== */
@media (max-width: 750px) {
    .technology-4 {
        padding-bottom: 30px;
    }

    .technology-4 .title {
        padding: 60px 0 30px 0;
    }

    .technology-4 .title h2 {
        font-size: 28px;
    }

    .technology-4 .title p {
        font-size: 18px;
    }

    .technology-4 .list {
        min-height: 522.6px;
        background-size: 171px;
    }

    .technology-4 .list:before {
        width: 522.6px;
        height: 522.6px;
        margin-left: -261.3px;
        animation: rotate-anim 60s infinite linear;
        -webkit-animation: rotate-anim 60s infinite linear;
    }

    .technology-4 .list:after {
        width: 673.2px;
        height: 673.2px;
        margin-left: -336.6px;
        margin-top: -336.6px;
        animation: rotate-anim2 60s infinite linear;
        -webkit-animation: rotate-anim2 60s infinite linear;
    }

    .technology-4 .list .yuan {
        width: 349.8px;
        height: 349.8px;
        margin-left: -174.9px;
        margin-top: -174.9px;
        animation: rotate-anim2 60s infinite linear;
        -webkit-animation: rotate-anim2 60s infinite linear;
    }

    .technology-4 .list li {
        width: 80px;
        height: 80px;
    }

    .technology-4 .list li:after {
        animation: rotate-anim 300s infinite linear;
        -webkit-animation: rotate-anim 300s infinite linear;
    }

    .technology-4 .list li .ico {
        width: 30px;
        height: 30px;
    }

    .technology-4 .list li .name {
        font-size: 14px;
        line-height: 18px;
    }

    /* 位置按比例缩小 */
    .technology-4 .list li.li_01 {
        margin-left: -40px;
        margin-top: -206.4px;
    }

    .technology-4 .list li.li_02 {
        margin-left: 88.2px;
        margin-top: -148.8px;
    }

    .technology-4 .list li.li_03 {
        margin-left: 114px;
        margin-top: -120px;
    }

    .technology-4 .list li.li_04 {
        margin-left: 131.2px;
        margin-top: -28.8px;
    }

    .technology-4 .list li.li_05 {
        margin-left: 88.2px;
        margin-top: 88.2px;
    }

    .technology-4 .list li.li_06 {
        margin-left: 51px;
        margin-top: 115.2px;
    }

    .technology-4 .list li.li_07 {
        margin-left: -40px;
        margin-top: 136.8px;
    }

    .technology-4 .list li.li_08 {
        margin-left: -157.2px;
        margin-top: 88.2px;
    }

    .technology-4 .list li.li_09 {
        margin-left: -186px;
        margin-top: 60px;
    }

    .technology-4 .list li.li_10 {
        margin-left: -210px;
        margin-top: -28.8px;
    }

    .technology-4 .list li.li_11 {
        margin-left: -157.2px;
        margin-top: -148.8px;
    }

    .technology-4 .list li.li_12 {
        margin-left: -121.2px;
        margin-top: -183px;
    }

    /* 手机端触摸生效 */
    .technology-4 .list li:active:after {
        opacity: 0;
    }

    .technology-4 .list li:active:before {
        opacity: 1;
    }

    .technology-4 .list li:active .ico img:nth-child(1) {
        opacity: 0;
    }

    .technology-4 .list li:active .ico img:nth-child(2) {
        opacity: 1;
    }

    .technology-4 .list li:active .name {
        color: #073c8f;
    }
}

.technology-4 .list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================
   375px 小屏手机适配（精准适配iPhone SE/mini等）
========================== */
@media (max-width: 375px) {
    .technology-4 {
        padding-bottom: 20px;
        /* 进一步减少底部间距 */
    }

    .technology-4 .title {
        padding: 40px 0 20px 0;
        /* 进一步压缩标题间距 */
    }

    .technology-4 .title h2 {
        font-size: 22px;
        /* 更小的标题字体 */
    }

    .technology-4 .title p {
        font-size: 14px;
        /* 更小的副标题字体 */
    }

    /* 核心容器缩小至40%，适配375px窄屏 */
    .technology-4 .list {
        min-height: 348.4px;
        /* 87.1 × 0.4 */
        background-size: 114px;
        /* 28.5 × 0.4 */
    }

    .technology-4 .list:before {
        width: 376px;
        height: 376px;
        margin-left: -188px;
        animation: rotate-anim 60s infinite linear;
        -webkit-animation: rotate-anim 60s infinite linear;
    }

    .technology-4 .list:after {
        width: 448.8px;
        height: 448.8px;
        margin-left: -224.4px;
        margin-top: -224.4px;
        animation: rotate-anim2 60s infinite linear;
        -webkit-animation: rotate-anim2 60s infinite linear;
    }

    .technology-4 .list .yuan {
        width: 233.2px;
        height: 233.2px;
        margin-left: -116.6px;
        margin-top: -116.6px;
        animation: rotate-anim2 60s infinite linear;
        -webkit-animation: rotate-anim2 60s infinite linear;
    }

    /* 列表项进一步缩小，保证触摸区域足够且不溢出 */
    .technology-4 .list li {
        width: 70px;
        height: 70px;
    }

    .technology-4 .list li:after {
        animation: rotate-anim 300s infinite linear;
        -webkit-animation: rotate-anim 300s infinite linear;
    }

    .technology-4 .list li .ico {
        width: 25px;
        height: 25px;
        /* 更小的图标尺寸 */
    }

    .technology-4 .list li .name {
        font-size: 12px;
        line-height: 16px;
        /* 更小的文字尺寸 */
    }

    /* 375px下列表项位置精准适配（按40%比例缩放） */
    .technology-4 .list li.li_01 {
        margin-left: -35px;
        margin-top: -137.6px;
        /* 34.4 × 0.4 */
    }

    .technology-4 .list li.li_02 {
        margin-left: 58.8px;
        /* 14.7 × 0.4 */
        margin-top: -99.2px;
        /* 24.8 × 0.4 */
    }

    .technology-4 .list li.li_03 {
        margin-left: 76px;
        /* 19 × 0.4 */
        margin-top: -80px;
        /* 20 × 0.4 */
    }

    .technology-4 .list li.li_04 {
        margin-left: 82.8px;
        /* 23.2 × 0.4 */
        margin-top: -19.2px;
        /* 4.8 × 0.4 */
    }

    .technology-4 .list li.li_05 {
        margin-left: 48.8px;
        /* 14.7 × 0.4 */
        margin-top: 58.8px;
        /* 14.7 × 0.4 */
    }

    .technology-4 .list li.li_06 {
        margin-left: 34px;
        /* 8.5 × 0.4 */
        margin-top: 76.8px;
        /* 19.2 × 0.4 */
    }

    .technology-4 .list li.li_07 {
        margin-left: -35px;
        margin-top: 91.2px;
        /* 22.8 × 0.4 */
    }

    .technology-4 .list li.li_08 {
        margin-left: -114.8px;
        /* 26.2 × 0.4 */
        margin-top: 58.8px;
        /* 14.7 × 0.4 */
    }

    .technology-4 .list li.li_09 {
        margin-left: -124px;
        /* 31 × 0.4 */
        margin-top: 40px;
        /* 10 × 0.4 */
    }

    .technology-4 .list li.li_10 {
        margin-left: -150px;
        /* 35 × 0.4 */
        margin-top: -19.2px;
        /* 4.8 × 0.4 */
    }

    .technology-4 .list li.li_11 {
        margin-left: -124.8px;
        /* 26.2 × 0.4 */
        margin-top: -99.2px;
        /* 24.8 × 0.4 */
    }

    .technology-4 .list li.li_12 {
        margin-left: -80.8px;
        /* 20.2 × 0.4 */
        margin-top: -122px;
        /* 30.5 × 0.4 */
    }
}

.technology-3 {
    background: url("../images/technology/dingwei.png") center no-repeat;
    background-size: cover;
    color: #FFFFFF;
    min-height: 920px;
    text-align: center;
}

.technology-3 .title {
    font-size: 18px;
    padding: 80px 0 90px 0;
    text-align: center;
}

.technology-3 .title h2 {
    font-size: 28px;
    padding-bottom: 28px;
    text-align: center;
    font-weight: bold;
}

.technology-3 .title p {
    line-height: 1.5;
}

.technology-3 .list {
    position: relative;
}

.technology-3 .list:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 1px;
    background: #0540D4;
}

.technology-3 .list .arrow a {
    display: block;
    width: 48px;
    height: 48px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -24px;
    background: #0540D4 center no-repeat;
    background-size: 100%;
}

.technology-3 .list .arrow a.prev {
    left: 0;
    background-image: url("https://www.cloudwalk.com/web2/image/prev48.png");
}

.technology-3 .list .arrow a.next {
    right: 0;
    background-image: url("https://www.cloudwalk.com/web2/image/next48.png");
}

.technology-3 .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url("https://www.cloudwalk.com/web2/image/img191.png") center no-repeat;
    background-size: 191px;
}

.technology-3 .list-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 220px;
    height: 220px;
    background: url("../images/technology/yuanb.png") center no-repeat;
    background-size: 100%;
    margin-left: -110px;
    animation: rotate-anim 2s infinite linear;
    -webkit-animation: rotate-anim 2s infinite linear;
}

.technology-3 .list-wrapper li {
    height: 220px;
    position: relative;
    background: url("../images/technology/yuana.png") center no-repeat;
    background-size: 24px;
}

.technology-3 .list-wrapper li .time {
    font-size: 20px;
    color: #fff;
    width: 116px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 150px;
    bottom: auto;
    margin-left: -50.8px;
    margin-top: 0;
}

.technology-3 .list-wrapper li:nth-child(even) .time {
    top: 23px;
}

.technology-3 .list-wrapper li.swiper-slide-active {
    background-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .technology-3 .list-wrapper li:nth-child(even).swiper-slide-active{
    top: 25px;
} */

.technology-3 .list-wrapper li.swiper-slide-active .time {
    background: rgba(0, 0, 0, 0);
    color: #0540D4;
    font-size: 22px;
    line-height: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    width: 120px;
    margin-left: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technology-3 .list-wrapper li .time img {
    display: none;
    width: 40px;
}

.technology-3 .list-wrapper li.swiper-slide-active .time span {
    display: none;
}

.technology-3 .list-wrapper li.swiper-slide-active .time img {
    display: block;
}

.technology-3 .list-2 {
    padding: 45px 0;
    color: #FFFFFF;
}

.technology-3 .list-2 h3 {
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: bold;
}

.technology-3 .list-2 p {
    font-size: 18px;
    line-height: 32px;
    min-height: 100px;
}

/* 基础动画定义 */
@keyframes rotate-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate-anim2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotate-anim2 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

/* 750px 主流手机适配 (等比缩放60%) */
@media screen and (max-width: 750px) {
    .technology-3 {
        min-height: 312px;
    }

    .technology-3 .title {
        text-align: center;
        font-size: 14px;
        padding: 20px 0 10px 0;
    }

    .technology-3 .title h2 {
        font-size: 20px;
        padding-bottom: 18px;
    }

    .technology-3 .list .arrow a {
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
    }

    .technology-3 .list-wrapper {
        background-size: 115px;
    }

    .technology-3 .list-wrapper:after {
        width: 132px;
        height: 132px;
        margin-left: -66px;
    }

    .technology-3 .list-wrapper li {
        height: 132px;
        background-size: 15px;
    }

    .technology-3 .list-wrapper li .time {
        font-size: 16px;
        width: 80px;
        height: 22px;
        line-height: 22px;
        top: 90px;
        margin-left: -40px;
    }

    /* .technology-3 .list-wrapper li:nth-child(even) .time {
        top: 28px;
    } */

    .technology-3 .list-wrapper li.swiper-slide-active .time {
        font-size: 18px;
        width: 90px;
        margin-left: -45px;
        line-height: 22px;
    }

    .technology-3 .list-2 {
        padding: 30px 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .technology-3 .list-2 h3 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .technology-3 .list-2 p {
        font-size: 14px;
        line-height: 24px;
        min-height: 80px;
    }
}

/* 375px 小屏手机适配 (等比缩放40%) */
@media screen and (max-width: 375px) {
    .technology-3 {
        min-height: 312px;
    }

    .technology-3 .title {
        font-size: 12px;
        padding: 20px 0 0px 0;
        padding-left: 15px;
    }

    .technology-3 .title h2 {
        font-size: 16px;
        padding-bottom: 12px;
    }

    .technology-3 .list .arrow a {
        width: 25px;
        height: 25px;
        margin-top: -12.5px;
    }

    .technology-3 .list-wrapper {
        background-size: 76px;
    }

    .technology-3 .list-wrapper:after {
        width: 88px;
        height: 88px;
        margin-left: -44px;
    }

    .technology-3 .list-wrapper li {
        height: 88px;
        background-size: 10px;
    }

    .technology-3 .list-wrapper li .time {
        font-size: 14px;
        width: 60px;
        height: 18px;
        line-height: 18px;
        top: 60px;
        margin-left: -30px;
    }

    /* .technology-3 .list-wrapper li:nth-child(even) .time {
        top: 18px;
    } */

    .technology-3 .list-wrapper li.swiper-slide-active .time {
        font-size: 16px;
        width: 70px;
        margin-left: -35px;
        line-height: 18px;
    }

    .technology-3 .list-2 {
        padding: 20px 0 0 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .technology-3 .list-2 h3 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .technology-3 .list-2 p {
        font-size: 12px;
        line-height: 20px;
        min-height: 60px;
    }
}