* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.container {}

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.head .head-inner {
    width: 87.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 6.75rem;

}

.head .head-inner .logo {
    height: 1.8125rem;
}

.head .head-inner .logo img {
    height: 100%;
}

.head .head-inner .tab-bar {
    display: flex;
    align-items: center;
}

.head .head-inner .tab-bar .item {
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    padding: 0 1.25rem;
    cursor: pointer;
}

.head .head-inner .tab-bar .item-active {
    font-weight: bold;
}

.main {
    width: 100%;
    height: 100vh;
}

.main .swiper-container {
    width: 100%;
    height: 100%;
}

.main .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    /* z-index: 1000; */
}

.main .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.main .swiper-container .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 100%;
}

.main .swiper-container .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    position: relative;
}

.main .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-inner {
    position: absolute;
    width: 77.5rem;
    height: 34rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-inner .text {
    text-align: justify;

}

.main .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-inner .text .text-1 {
    font-size: 1.125rem;
    color: #FFFFFF;
}

.main .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-inner .text .text-2 {
    font-weight: bold;
    font-size: 1.6875rem;
    color: #FFFFFF;
    padding-top: 1.1875rem;
}

.main .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-inner .text .text-3 {
    font-size: 1.125rem;
    color: #FFFFFF;
    padding-top: 2.3125rem;
    width: 24.75rem;
    line-height: 2.25rem;
}

.main .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-inner .banner {
    width: 36.25rem;
    height: 34rem;
}

.main .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-inner .banner img {
    width: 100%;
    height: 100%;
}

/* 智能制造 */
.swiper-slide-1 .swiper-slide-inner {
    /* height: 725px; */
}

.main .swiper-container .swiper-wrapper .swiper-slide-1 .swiper-slide-inner .text .text-3 {
    color: #BECDEF;
}

/* 智慧医疗 */
.main .swiper-container .swiper-wrapper .swiper-slide-2 .swiper-slide-inner .text .text-1 {
    color: #079A87;
}

.main .swiper-container .swiper-wrapper .swiper-slide-2 .swiper-slide-inner .text .text-2 {
    color: #079A87;
}

.main .swiper-container .swiper-wrapper .swiper-slide-2 .swiper-slide-inner .text .text-3 {
    color: #59B0A8;
}

.main .swiper-container .swiper-wrapper .swiper-slide-2 .swiper-slide-inner .banner {
    width: 28.375rem;
    height: 28.375rem;
    /* padding-right: 5.625rem; */
}

/* 智慧社区 */
.main .swiper-container .swiper-wrapper .swiper-slide-3 .swiper-slide-inner .text .text-1 {
    color: #2970E6;
}

.main .swiper-container .swiper-wrapper .swiper-slide-3 .swiper-slide-inner .text .text-2 {
    color: #2970E6;
}

.main .swiper-container .swiper-wrapper .swiper-slide-3 .swiper-slide-inner .text .text-3 {
    color: #84A8E5;
}

.main .swiper-container .swiper-wrapper .swiper-slide-3 .swiper-slide-inner .banner {
    width: 39.8125rem;
    height: 27.875rem;
}

/* 智慧康养 */
.main .swiper-container .swiper-wrapper .swiper-slide-4 .swiper-slide-inner .text .text-1 {
    color: #FB8D4A;
}

.main .swiper-container .swiper-wrapper .swiper-slide-4 .swiper-slide-inner .text .text-2 {
    color: #FB8D4A;
}

.main .swiper-container .swiper-wrapper .swiper-slide-4 .swiper-slide-inner .text .text-3 {
    color: #B98062;
}

.main .swiper-container .swiper-wrapper .swiper-slide-4 .swiper-slide-inner .banner {
    width: 30.875rem;
    height: 22.125rem;
    /* padding-right: 6.25rem; */
}

/* 智慧教育 */
.main .swiper-container .swiper-wrapper .swiper-slide-5 .swiper-slide-inner .text .text-1 {
    color: #1DAF5E;
}

.main .swiper-container .swiper-wrapper .swiper-slide-5 .swiper-slide-inner .text .text-2 {
    color: #1DAF5E;
}

.main .swiper-container .swiper-wrapper .swiper-slide-5 .swiper-slide-inner .text .text-3 {
    color: #63C186;
}

.main .swiper-container .swiper-wrapper .swiper-slide-5 .swiper-slide-inner .banner {
    /* width: 24.25rem;
    height: 24.875rem; */
    width: 40.25rem;
    /* height: 26.8125rem; */
    height: auto;
}

.main .move-icon {
    position: absolute;
    left: 50%;
    bottom: 86px;
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 999;
}

.main .move-icon img {
    width: 1.3125rem;
    height: 1.8125rem;
}

.main .move-icon p {
    font-size: 1rem;
    color: #FFFFFF;
    padding-top: .9375rem;
}

.foot {
    /* position: fixed; */
    /* left: 0; */
    /* bottom: 0; */
    width: 100%;
    height: 225px;
    display: flex;
    justify-content: center;
    /* z-index: 1000; */
    background: #242424;
}

.foot .foot-inner {
    width: 87.5rem;
}

.foot .foot-inner .foot-inner-top {
    display: flex;
    justify-content: space-between;
    padding-top: 43px;
    padding-bottom: 28px;
}

.foot .foot-inner .foot-inner-top .foot-inner-top-left {
    display: flex;
    justify-content: space-between;

}

.foot .foot-inner .foot-inner-top .foot-inner-top-left .logo {}

.foot .foot-inner .foot-inner-top .foot-inner-top-left .logo .icon {
    width: 178px;
    height: 40px;
}

.foot .foot-inner .foot-inner-top .foot-inner-top-left .logo p {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 16px;
}

.foot .foot-inner .foot-inner-top .foot-inner-top-left .text {
    font-size: 14px;
    color: #A5A5A5;
    line-height: 30px;
    padding-left: 46px;
}

.foot .foot-inner .foot-inner-top .foot-inner-top-left .text span {
    font-weight: bold;
}

.foot .foot-inner .foot-inner-top .call-us {}

.foot .foot-inner .foot-inner-top .call-us .text-1 {
    color: #A5A5A5;
    font-size: 16px;
}

.foot .foot-inner .foot-inner-top .call-us .text-2 {
    font-size: 22px;
    color: #FFFFFF;
    padding-top: 18px;
}

.foot .foot-inner-bottom {
    border-top: 1px solid #A5A5A5;
    padding-top: 20px;
    padding-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .foot-inner-bottom .Copyright {
    font-size: 12px;
    color: #A5A5A5;
}

.foot .foot-inner-bottom .address {
    font-size: 12px;
    color: #A5A5A5;
}

.foot .foot-inner-bottom .right {
    display: flex;
    align-items: center;
}

.foot .foot-inner-bottom .right .zip {
    font-size: 12px;
    color: #A5A5A5;
}

.foot .foot-inner-bottom .right .flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding: 0 50px; */
    width: 150px;
}

.foot .foot-inner-bottom .right .flex .platform-item {
    /* margin-right: 30px; */
    width: 19px;
    position: relative;
    cursor: pointer;
}

.foot .foot-inner-bottom .right .flex .platform-item .icon {
    height: 15px;
    position: relative;
}

.foot .foot-inner-bottom .right .flex .platform-item .icon img {
    height: 100%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    left: 50%;
}

.foot .foot-inner-bottom .right .flex .platform-item .icon img:first-of-type {
    display: none;
}

.foot .foot-inner-bottom .right .flex .platform-item .qr-box {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 102px;
    height: 110px;
    background: url('../images/box_bg.png') no-repeat;
    background-size: 100% 100%;
    display: none;
}

.foot .foot-inner-bottom .right .flex .platform-item .qr-box .qr {
    width: 100px;
    height: 100px;
    margin: 2px auto;
}

.foot .foot-inner-bottom .right .flex .qr-item-active .icon img:first-of-type {
    display: block;
}

.foot .foot-inner-bottom .right .flex .qr-item-active .icon img:last-of-type {
    display: none;
}

.foot .foot-inner-bottom .right .flex .qr-item-active .qr-box {
    display: block;
}



.hegto {
    height: 225px !important;
}


/* .swiper-pagination-bullet-active {
    font-weight: bold !important;
} */

.swiper-pagination-bullet-active i {
    font-weight: bold;
}

.swiper-pagination-bullet {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 20px;
    cursor: pointer;
    width: auto;
    height: auto;
    border-radius: unset;
    background: unset;
    opacity: 1;
}

.swiper-pagination-bullet i {
    font-style: normal;
}

.swiper-pagination {
    position: unset;

}