/* 设置页面默认背景色 */
body {
    background-color: #F8F9FC;
}

/* 版心居中 */
.wrapper {
    width: 1560px;
    margin: 0 auto;
}

.header {
    width: 100%;
    background-color: #ffffff;
    /* 粘性定位*/
    position: sticky;
    left: 0;
    top: 0;
    z-index: 99
}

.header .wrapper {
    display: flex;
    justify-content: space-between;
}

/* logo区域 */
.header .logo a {
    display: block;
    width: 180px;
    height: 60px;
    background-image: url("../image/logo_white.png");
    background-size: cover;
    /* 隐藏文字 */
    font-size: 0;
}

/* 头部导航区域 */
.nav ul {
    display: flex;
}

.nav li {
    margin-right: 24px;
}

.nav li a {
    display: block;
    padding: 16px 8px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.layui-carousel>[carousel-item]>* {
    transition-duration: 0.7s;
}

/* 轮播Banner */
.layui-carousel-ind ul {
    background-color: rgba(0,0,0,0);
}

.layui-carousel-ind ul li {
    width: 60px;
    height: 3px;
    border-radius: 0;
    transition-duration: 0.7s;
}

.layui-carousel-ind ul li.layui-this {
    background-color: #1460F7;
}

/* 业务架构 */
.architecture {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-color: #ffffff;
}

.architecture img {
    width: 1340px;
    height: 764px;
    object-fit: cover;
    margin-top: 24px;
    margin-bottom: 120px;
    transition: all 0.5s;
    cursor: pointer;
}

.architecture p {
    color: rgba(0,0,0,0.7);
}

.architecture img:hover {
    transform: scale(1.05);
}

.title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
}

/* 场景化体验旅程 */
.scene {
    padding: 147px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

.scene .scene-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.scene-text .content {
    color: rgba(0, 0, 0, 0.70);
}

.scene .scene-content {
    display: flex;
    justify-content: center;
    gap: 36px;
}

.scene-content .scene-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    transition: transform 500ms ease;
}

.scene-content .scene-item:hover {
    transform: translateY(-20px);
}

.scene-item .scene-top {
    border-radius: 10px 10px 0 0;
    width: 220px;
    height: 110px;
}

.scene-item .scene-content {
    border-radius: 10px;
    width: 220px;
    height: 290px;
}

.scene-item .scene-bottom {
    border-radius: 0 0 10px 10px;
}

.scene-item .scene-item-text {
    padding: 30px;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.scene-item-text .title-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.scene-item-text .scene-item-check {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

/* 服务 */
.service {
    padding-top: 102px;
    padding-bottom: 91px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-color: #ffffff;
}

.service .service-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.service .service-content {
    padding-top: 66px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.service-text .content {
    color: rgba(0,0,0,0.7);
}

.service-content .service-item {
    width: 148px;
    height: 169px;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.service-content .service-item:hover {
    cursor: pointer;
}

.service-content .service-item.layui-this {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(19, 35, 80, 0.08);
    color: #1460f7;
    font-weight: 600;
}

.service-item img {
    width: 72px;
    height: 72px;
}

.service-item p {
    color: rgba(0, 0, 0, 0.60);
}

.service-item.layui-this p{
    color: #1460f7;
    font-weight: 600;
}

.service-introduction .introduction-item {
    display: none;
}

.introduction-item .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introduction-item .item-content h2 {
    font-size: 28px;
    color: #262626;
}

.introduction-item .item-content p {
    font-size: 16px;
    color: #8c8c8c;
}

.introduction-item .introduction-container {
    margin-top: 76px;
    display: inline-flex;
    align-items: center;
}

.introduction-container .item-content-left {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 410px;
    position: relative;
}

.item-content-left .introduction-image {
    width: 576px;
    height: 389px;
    position: absolute;
    padding: 0;
}

.item-content-left .device-border {
    width: 600px;
    height: 410px;
    position: absolute;
    padding: 0;
}

.item-content-left .group-function {
    width: 265px;
    height: 120.8px;
    position: absolute;
    right: -51px;
    top: 96px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .group-organization {
    width: 160px;
    height: 188px;
    position: absolute;
    left: -65px;
    bottom: 63px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .profile-manage {
    width: 265px;
    height: 120px;
    position: absolute;
    right: -51px;
    top: 56px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .profile-mobile {
    width: 171px;
    height: 250px;
    position: absolute;
    left: -50px;
    bottom: -40px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.item-content-left .scene-process {
    width: 160px;
    height: 174px;
    position: absolute;
    right: -34.8px;
    top: -25px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .scene-card {
    width: 160px;
    height: 45px;
    position: absolute;
    left: -51px;
    bottom: 164px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .scene-info {
    width: 160px;
    height: 174px;
    position: absolute;
    left: -51px;
    bottom: -21px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .site-project {
    width: 160px;
    height: 270px;
    position: absolute;
    right: -40px;
    top: 35px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .site-mobile {
    width: 171px;
    height: 250px;
    position: absolute;
    left: -50px;
    bottom: -40px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.item-content-left .content-function {
    width: 265px;
    height: 120px;
    position: absolute;
    right: -51px;
    top: 56px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .content-schedule {
    width: 168px;
    height: 100px;
    position: absolute;
    right: 29px;
    bottom: 26px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .content-mobile {
    width: 171px;
    height: 250px;
    position: absolute;
    left: -50px;
    bottom: -40px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.item-content-left .data-bar {
    width: 356px;
    height: 164px;
    position: absolute;
    right: -59px;
    top: 36px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.item-content-left .data-pie {
    width: 218px;
    height: 160px;
    position: absolute;
    left: -44px;
    bottom: 30px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 11.6px 0 rgba(19, 35, 80, 0.20);
    overflow: hidden;
}

.introduction-container .item-content-right {
    display: flex;
    width: 750px;
    height: 358px;
    padding: 48px 20px 48px 120px;
    align-items: center;
    align-content: center;
    gap: 32px 20px;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-left: -32px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(19, 35, 80, 0.10);
    overflow: hidden;
}

.item-content-right .content-text {
    display: flex;
    gap: 9px;
}

.content-text .content-text-detail {
    width: 240px;
}

.content-text .content-text-detail h3 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    margin-bottom: 2px;
}

.content-text .content-text-detail p {
    font-size: 14px;
    color: #8C8C8C;
    line-height: normal;
}

.item-content-right .content-text img {
    width: 24px;
    height: 24px;
    padding: 0;
}

.introduction-item h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 34px;
    margin-bottom: 12px;
    color: #262626;
}

.introduction-item p {
    font-size: 14px;
    color: #8C8C8C;
    line-height: 24px;
}

.introduction-item img {
    width: 1440px;
    display: inline-flex;
    padding: 12px 36px 19px 40px;
    justify-content: flex-end;
    align-items: center;
}

/* 生态 */
.ecology {
    padding: 96px 0 140px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 74px;
}

.ecology .ecology-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.ecology-text .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ecology .ecology-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
}

.ecology-content .ecology-horizontal {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.ecology-horizontal .ecology-left {
    padding-top: 99px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.ecology-content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1460f7;
}

.ecology-content h3 {
    font-weight: 600;
}

.ecology-left,.ecology-right .text-content {
    width: 389px;
}

.ecology-left p {
    text-align: right;
    font-size: 14px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.60);
}

.ecology-right p {
    font-size: 14px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.60);
}

.ecology-horizontal img {
    width: 360px;
    height: 360px;
}

.ecology-horizontal .ecology-right {
    padding-top: 99px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ecology-content .ecology-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.ecology-vertical .text-content {
    display: flex;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    color: rgba(0, 0, 0, 0.60);
}

/* 版权 */
.footer {
    padding-top: 60px;
    height: 273px;
    background-color: #ffffff;
}

.footer .wrapper {
    display: flex;
    justify-content: space-between;
}

.footer .left {
    width: 480px;
}

.footer .left .data-cube {
    display: block;
    width: 180px;
    height: 60px;
    background-image: url("../image/logo.jpg");
    background-size: cover;
    /* 隐藏文字 */
    font-size: 0;
}

.footer .left p {
    margin-top: 24px;
    margin-bottom: 14px;
    font-weight: normal;
}

.footer .left .download {
    display: block;
    width: 120px;
    height: 36px;
    color: #1460F7;
    border: 1px solid #1460F7;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
}

.footer .right {
    display: flex;
}

.footer .right dl {
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .right dt {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 23px;
}

.footer .right a {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.footer .online-contact {
    width: 108px;
    height: 34px;
    background: #0072E6;
    border: 1px solid #666666;
    border-radius: 17px;
    font-family: 'SourceHanSansCN-Medium', 'mac os', 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer .subscribe {
    width: 108px;
    height: 34px;
    background: #fff;
    border: 1px solid #666666;
    border-radius: 17px;
    font-family: 'SourceHanSansCN-Medium', 'mac os', 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0072E6;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer img {
    width: 120px;
    height: 120px;
    padding: 4px;
    border: 1px solid #666666;
    border-radius: 5px;
}

.footer a:hover {
    color: #1460F7;
}

/* 动画区域 */
@keyframes zoom-in {
    0% {
        opacity: 0.5;
        transform: scale(1.075);
    }
    100% {
        transform: scale(1);
    }
}

.introduction-image {
    animation: zoom-in 0.8s;
}
