.boxCn{
    font-size: 48px;
}
.banIn{
    height: 500px;
    max-height: 26.04vw;
}
.boxDes{
    font-size: 24px;
}
.banService{
    padding-top: 90px;
    box-sizing: content-box;
    max-height: 26vw;
}
.banService .inText{
    padding-top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
}
.inTop{
    max-width: 60%;
    font-size: 48px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 70px;
}
.inBot{
    max-width: 50%;
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
}
.inBot strong{
    font-size: 110%;
}
.inTag{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-top: .4rem;
}
.inTag span{
    display: block;
    min-width: 110px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 5px 10px;
    background-color: var(--baseColor);
    text-align: center;
    margin: 5px;
}
.boxCn{
    font-weight: 300;
}
.sysBtn{
    position: relative;
    display: block;
    width: 240px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    background: var(--baseColor);
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
}
.sysBtn::before{
    display: block;
    content: "";
    width: 10%;
    height: 120%;
    transform: skewX(-30deg);
    background-color: #FFFFFF;
    background: linear-gradient(to bottom,rgba(255,255,255,0.1),rgba(255,255,255,0.8),rgba(255,255,255,0.1));
    position: absolute;
    left: -12%;
    top: -10%;
    opacity: .5;
}
.sysBtn i{
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}
.sysBtn:hover::before{
    left: 110%;
    transition: all 0.6s;
}
.sysBtn:hover i{
    animation: zoomIn .6s linear;
}
.sysBtn.white{
    color: var(--baseColor);
    background-color: #FFFFFF;
}
.box3Bg{
    min-height: 0;
    height: auto;
}
.sysBg1{
    padding: 110px 0 80px;
}
.sys1Box{
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.sys1Box::before,
.sys1Box::after{
    display: block;
    content: "";
    width: 100%;
    height: 40%;
    z-index: -1;
    position: absolute;
    left: 0;
}
.sys1Box::before{
    top: 0;
    border: 2px solid var(--baseColor);
    border-bottom: none;
    height: 35%;
}
.sys1Box::after{
    bottom: 0;
    border: 2px solid #DDDDDD;
    border-top: none;
}
.sys1Box .boxTit{
    margin: 0;
    transform: translateY(-50%);
}
.sys1Box .boxCn span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #FFFFFF;
    padding: 0 .5rem;
    margin: 0 .3rem;
}
.sys1Text{
    max-width: 1080px;
    font-size: 20px;
    color: #222222;
    line-height: 2;
    margin: 20px auto;
    padding: 0 .3rem;
    font-weight: 300;
}
.sys1Text strong{
    color: #333655;
}
.sys1Text span{
    font-size: 160%;
    color: var(--baseColor);
}
.sys1Btn{
    margin: 0 auto;
    transform: translateY(50%);
}
.sysBg2{
    padding: 15px 0;
    background: linear-gradient(360deg, rgba(84,71,71,0) 0%, rgba(40,170,170,0.05) 100%);
}
.sys2List{
    list-style: none;
}
.sys2List li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}
.sys2Img{
    width: 41.75%;
    text-align: right;
    flex-shrink: 0;
    overflow: hidden;
}
.sys2Img img{
    max-width: 100%;
    height: auto;
}
.sys2Text{
    flex: auto;
    overflow: hidden;
    margin-right: 3%;
}
.sys2Tit{
    font-size: 32px;
    color: #333333;
    line-height: 1.4;
    font-weight: bold;
    margin: 10px 0;
}
.sys2Line{
    display: block;
    width: 50px;
    height: 5px;
    background: #333655;
    margin: 20px 0;
}
.sys2Des{
    font-size: 24px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 20px;
}
.sys2Con{
    font-size: 20px;
    color: #666666;
    line-height: 1.7;
    margin: 20px 0;
}
.sys2Btn{
    margin-top: 40px;
}
.sys2Con p strong{
    color: #333655;
}
.sys2List li:nth-child(2n + 1){
    flex-direction: row-reverse;
}
.sys2List li:nth-child(2n) .sys2Text{
    text-align: right;
    margin-right: 0;
    margin-left: 3%;
    max-width: 790px;
}
.sys2List li:nth-child(2n) .sys2Line{
    margin-left: auto;
}
.sys2List li:nth-child(2n) .sys2Btn{
    margin-left: auto;
}

.mergeBg{
    background: linear-gradient(360deg, rgba(40,170,170,0.1) 30%, rgba(255,255,255,0) 100%);
    overflow: hidden;
}
.sysBg3{
    margin: 100px 0;
}
.sys3List{
    list-style: none;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}
.sys3List li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    min-height: 400px;
    background-color: rgba(40, 170, 170, 0.05);
    padding: .2rem .3rem;
    text-align: center;
}
.sys3Icon{
    width: 64px;
    height: 64px;
    max-width: .64rem;
    max-height: .64rem;
    margin: .2rem auto;
}
.sys3Tit{
    position: relative;
    font-size: 32px;
    color: #222222;
    line-height: 1.2;
    margin: .2rem auto;
    /* background: #222222 -webkit-linear-gradient(left, var(--baseColor), var(--baseColor)) 0 0 no-repeat; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-size: 100% 0%;
    transition: all .5s;
    font-weight: normal;
}
.sys3Des{
    font-size: 18px;
    color: #222222;
    line-height: 1.6;
}
.sys3List li:nth-child(2n){
    background-color: rgba(51, 54, 85, 0.05);
}
.sys3List li:hover .sys3Icon img{
     animation: swing 1s linear;
}
.sys3List li:hover .sys3Tit{
    /* color: var(--baseColor); */
    /* background-size: 100% 100%; */
}
.sysBg4{
    margin: 100px 0;
}
.sys4List{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.sys4List li{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: auto;
    width: 18.42%;
    min-height: 250px;
    background-color: #FFFFFF;
    clip-path: polygon(86% 0%, 100% 50%, 86% 100%, 0% 100%, 14% 50%, 0% 0%);
}
.sys4List li::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(40, 170, 170, .1);
    transition: all .5s;
    z-index: -1;
}
.sys4List li + li{
    margin-left: -2.2%;
}
.sys4List li:last-child{
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 14% 50%, 0% 0%);
}
.sys4List li:hover::before{
    /* height: 100%; */
}
.sys4List li:hover .sys3Icon img{
     animation: swing 1s linear;
}
.sys4List li:hover .sys3Tit{
    /* color: var(--baseColor); */
    background-size: 100% 100%;
}

.sysBg5{
    margin: 100px 0;
}
.sys5Text{
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    color: #222222;
    line-height: 1.4;
    padding: 30px 40px 50px;
    background-color: #FFFFFF;
}
.sys5Item{
    /* display: flex; */
    /* align-items: center; */
    width: 25%;
    padding: 30px 10px;
    overflow: hidden;
}
.sys5Icon{
    /* float: left; */
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin-right: 12px;
    margin: 0 auto 1vw;
}
.sys5Con{
    flex: auto;
    overflow: hidden;
    text-align: center;
}
.sys5Con p{
    opacity: .5;
}
.sys5Tit{
    font-size: 24px;
    color: #222222;
    line-height: 1.2;
    font-weight: bold;
}
.sys5Btn{
    width: 280px;
    line-height: 60px;
    border-radius: 30px;
    transform: translateY(-50%);
    margin: 0 auto;
}

.sysBg6{
    position: relative;
    padding: 50px 0 0;
    overflow: hidden;
}
.sys6Box{
    position: relative;
    padding: 94px 0 100px;
}
.sys6Top{
    position: absolute;
    left: 0;
    top: 94px;
    width: 25%;
    height: 0;
    padding-bottom: 14.1%;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}
.sys6TopText{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sys6TopCon i{
    display: block;
    width: 90px;
    height: 10px;
    max-width: 1rem;
    max-height: .1rem;
    background: var(--baseColor);
    margin-bottom: .2rem;
}
.sys6Box::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 66.56%;
    height: 100%;
    background-color: rgba(40, 170, 170, 0.06);
}
.sys6List{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.sys6List li{
    width: 25%;
}
.sys6List li:first-child{
    margin-left: 25%;
}
.sys6List li a{
    position: relative;
    display: block;
    overflow: hidden;
}
.sys6Img .imgCover{
    padding-bottom: 56.25%;
    overflow: hidden;
}
.sys6Img .mask{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .2;
}
.sys6Text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.6;
    font-weight: 300;
    transform: translateY(100%);
    transition: all .3s;
}
.sys6Logo,
.sys6Tit,
.sys6Tag{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s;
}
.sys6Tag{
    transform: translateY(10px);
}
.sys6Logo{
    text-align: center;
}
.sys6Logo img{
    max-height: 38px;
    margin: 0 auto .1rem;
}
.sys6Tit{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.6;
    font-weight: 300;
    text-align: center;
}
.sys6Tag span{
    margin: 0 5px;
}
.sys6Btn{
    display: none;
}
.sys6List li a:hover .sys6Text{
    transform: translateY(0);
    background-color: rgba(40, 170, 170, .92);
}
.sys6List li a:hover .sys6Img img{
    transform: scale(1.1);
}
.sys6List li a:hover .sys6Logo,
.sys6List li a:hover .sys6Tit,
.sys6List li a:hover .sys6Tag{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sys6List li a:hover .sys6Logo{
    /* transition: all 0.5s linear .3s; */
}
.sys6List li a:hover .sys6Tit{
    transition: all 0.5s linear .1s;
}
.sys6List li a:hover .sys6Tag{
    transition: all 0.5s linear .1s;
}
.sys6More{
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 25%;
    height: 0;
    padding-bottom: 14.1%;
    background-color: #E9F6F6;
}
.sys6More a{
    display: block;
    font-size: 32px;
    color: #333655;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    transition: all .3s;
    font-size: 28px;
    line-height: 1;
}
.sys6More a i{
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/service/system/caseMore@2x.png) center center no-repeat;
    background-size: contain;
    /* margin: 0 auto; */
    margin-top: .1rem;
    max-width: .42rem;
    max-height: .42rem;
    width: 36px;
    height: 36px;
    margin-left: .1rem;
    margin-top: 0;
}
.sys6More a:hover{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.sys6More a:hover i{    
    background-image: url(../images/service/system/caseMore-white@2x.png);
}

.sysBg7{
    padding: 60px 0 0;
    padding: 0;
    overflow: hidden;
}
.sys7Bg{
    padding: 60px 0;
    background-color: rgba(40, 170, 170, 0.05);
}
.sys7Box{
    /* padding: 0 15px; */
    /* margin: 0 50px; */
    padding: 0;
    margin: 0;
}
.sys7Box .swiper-pagination{
    position: static;
    margin: 50px 0;
}
.sys7List{
    position: relative;
    list-style: none;
    margin: 0 -10px;
    overflow: hidden;
}
.sys7List::after{
    display: block;
    content: "";
    width: calc(25% - 20px);
    height: 24px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: var(--baseColor);
}
.sys7List li{
    float: left;
    width: 25%;
    padding: 10px;
}
.sys7Img{
    position: relative;
    /* border:rgba(40,170,170,0.7) solid 1px; */
   
}
.sys7Img .imgCover{
    padding-bottom: 59.45%;
}
.sys7List li:nth-child(5),
.sys7List li:nth-child(6),
.sys7List li:nth-child(7),
.sys7List li:nth-child(8){
    width: 18.75%;
}
.sys7List li:nth-child(1) .imgCover{
    padding-bottom: 152.6%;
}
.sys7List li:nth-child(5) .imgCover,
.sys7List li:nth-child(6) .imgCover,
.sys7List li:nth-child(7) .imgCover,
.sys7List li:nth-child(8) .imgCover{
    padding-bottom: 135.31%;
}
.sys7Img{
    height: 0;
    padding-bottom: 83.33%;
    padding-bottom: 80%;
    background-color: rgba(40, 170, 170, 0.06);
    overflow: hidden;
}
.sys7Img .imgCenter{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}
.sys7Img .imgCenter img{
    max-height: 90%;
}
.sys7Tit{
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0; */
    width: 100%;
    font-size: 18px;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    padding: 6px;
    /* background-color: rgba(40,170,170,0.7); */
    text-align: center;
    font-weight: normal;
}
.sys7Box .banBtn{
    display: none;
}
.sys7Box .banBtn span{
    width: 50px;
    height: 50px;
}
.sys7Box  .banPrev{
    left: auto;
    right: 100%;
}
.sys7Box  .banNext{
    right: auto;
    left: 100%;
}
.sys7Box .banPage{
    position: static;
    margin-top: .3rem;
}
.sys7Box .banPage .swiper-pagination-bullet-active{
    background-color: var(--baseColor);
}

.sysBg8{
    padding: 10px 0 70px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.03) 100%);
}
.sys8Lef{
    float: left;
    width: 49.34%;
}
.sys8Lef .sys8Text{
    min-height: 263px;
    background-color: #FFFFFF;
}
.sys8Lef .sys8Con{
    -webkit-line-clamp: 2;
}
.sys8Lef .sys8Img .imgCover{
    /* height: 485px;
    padding: 0; */
    padding-bottom: 54.26%;
}
.sys8Rig .sys8Img .imgCover{
    /* height: 230px;
    padding: 0; */
    padding-bottom: 54.26%;
}
.sys8Text{
    padding: 20px;
}
.sys8Tit{
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
    height: 3.2em;
    -webkit-line-clamp: 2;
    transition: all .3s;
}
.sys8Con{
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
    margin: 15px 0 30px;
}
.sys8More{
    font-size: 18px;
    color: #333655;
    line-height: 1.4;
    margin: 15px 0;
    margin: 0;
}
.sys8More i{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    background: url(../images/service/arrow-right@2x.png) center right no-repeat;
    background-size: contain;
    margin-left: 5px;
}
.sys8Rig{
    float: right;
    width: 48.16%;
}
.sys8List{
    list-style: none;
}
.sys8List li{
    margin-bottom: 20px;
}
.sys8List li:last-child{
    margin-bottom: 0;
}
.sys8List .sys8Img{
    float: left;
    width: 47.2%;
    width: 52.8%;
}
.sys8List .sys8Text{
    padding: 10px 20px;
    overflow: hidden;
}
.sys8List .sys8Con{
    font-size: 16px;
    line-height: 1.75;
    margin: 5px 0 0;
}
.sys8List .sys8More{
    display: none;
}
.sys8Box a:hover .sys8Img .imgCover img{
    transform: scale(1.1);
}
.sys8Box a:hover .sys8Tit{
    color: var(--baseColor);
}


/* whyBg */
.whyBg{
    /* background-color: rgba(40, 170, 170, .04); */
    background-color: #f7fcfc;
    overflow: hidden;
}
.whyList{
    position: relative;
    margin: .5rem 0;
}
.whyList .swiper-slide{
    height: auto;
    background-color: #f7fcfc;
}
.whyList .swiper-pagination{
    position: static;
    text-align: left;
    margin: 0;
}
.whyList .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 4px;
}
.whyItem{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.whyLef{
    flex: auto;
    max-width: 730px;
    overflow: hidden;
    /* opacity: 0; */
    /* transform: translateY(-5%); */
    transition: all .4s;
}
.whyTit{
    font-size: 32px;
    color: #000000;
    line-height: 1.4;
    font-weight: normal;
}
.whyText{
    font-size: 18px;
    color: #333333;
    line-height: 2;
    margin: .3rem 0;
    min-height: 180px;
}
.whyText P{
    position: relative;
    padding-left: 22px;
    margin: .1rem 0;
}
.whyText P::before{
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--baseColor);
}
.whyBtn{
    margin: .3rem 0;
}
.whyRig{
    position: relative;
    /* width:581 */
    width: 39%;
    margin-left: 3%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
    /* opacity: 0; */
    /* transform: translateY(5%); */
    transition: all .4s;
}
.whyRig img{
    display: block;
    width: 100%;
    height: auto;
}
.whyImg{
    overflow: hidden;
}
.whyImg .imgCover{
    transition: all 1s;
}
.whyImg .imgCover:hover{
    transform: scale(1.1);
}
.whyImg:nth-child(1){
    width: 40%;
    margin-left: 8%;
}
.whyImg:nth-child(1) .imgCover{
    padding-bottom: 81.55%;
}
.whyImg:nth-child(2){
    width: 47%;
    margin-left: 5%;
}
.whyImg:nth-child(2) .imgCover{
    padding-bottom: 57.87%;
}
.whyImg:nth-child(3){
    width: 40.96%;
    margin-top: .1rem;
}
.whyImg:nth-child(3) .imgCover{
    padding-bottom: 69.75%;
}
.whyImg:nth-child(4){
    width: 36%;
    margin-left: 5%;
    margin-top: .1rem;
}
.whyImg:nth-child(4) .imgCover{
    padding-bottom: 93.3%;
}
.whyButton{
    position: absolute;
    right: 42%;
    bottom: 25px;
    display: flex;
    z-index: 1;
}
.whyButton span{
    display: block;
    width: 50px;
    height: 50px;
    max-width: .7rem;
    max-height: .7rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transform: rotate(-90deg);
}
.whyButton span.swiper-button-disabled{
    cursor: no-drop;
}
.whyButton span.prev{
    background-image: url(../images/service/up.png);
}
.whyButton span.next{
    margin-left: .1rem;
    background-image: url(../images/service/down.png);
}
.whyButton span.prev:not(.swiper-button-disabled):hover{
    background-image: url(../images/service/up-hover.png);
}
.whyButton span.next:not(.swiper-button-disabled):hover{
    background-image: url(../images/service/down-hover.png);
}
.whyList .ani-slide .whyLef,
.whyList .ani-slide .whyRig{
    transform:translateY(0);
    opacity:1;
}

/* technology */
.banTech{
    height: 500px;
    max-height: 26vw;
}
.banTech .inText{
    color: #333333;
}
.banTech .inTop{
    margin-bottom: .3rem;
}
.banTech .inBot{
    color: #00223B;
}
.banTech .inText.white{
    color: #FFFFFF;
}
.banTech .inText.white .inBot{
    color: #FFFFFF;
}
.techBg1{
    padding: .3rem 0;
    overflow: hidden;
}
.tech1List{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1454px;
    margin: 30px auto;
}
.tech1List li{
    flex: auto;
    width: 33.33%;
    padding: 0 20px;
    margin: .2rem 0;
}
.tech1Item{
    height: 100%;
    color: #333333;
    padding: 70px 15px;
    background-color: rgba(51, 54, 85, .03);
    transition: all .3s;
}
.tech1Ico{
    position: relative;
    width: 84px;
    height: 84px;
    max-width: .84rem;
    max-height: .84rem;
    margin: 0 auto .4rem;
}
.tech1Icon-Mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.tech1Text{
    font-size: 32px;
    line-height: 1.6;
}
.tech1Item:hover{
    color: #FFFFFF;
    background-color: #28AAAA;
}
.tech1Item:hover .tech1Ico > img{
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.tech1Item:hover .tech1Icon-Mask{
    opacity: 1;
    visibility: visible;
    animation: swing 1s linear 1;
}
.tech1BotBg{
    position: relative;
    padding: 50px 0 95px;
    border-top: 2px solid var(--baseColor);
    background-color: rgba(40, 170, 170, .04);
}
.tech1BotBg::before,
.tech1BotBg::after{
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    border: 2px solid var(--baseColor);
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-52%) rotate(45deg);
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0% 100%);
}
.tech1BotBg::after{
    border-color: #FFFFFF;
    margin-top: -2px;
}
.tech1Bot{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tech1Lef{
    max-width: 970px;
    flex: auto;
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    overflow: hidden;
}
.tech1Lef .title{
    font-size: 36px;
    color: #333655;
    line-height: 1.2;
    margin: .4rem 0;
}
.tech1Lef .zongzhi{
    font-size: 32px;
    margin: .2rem 0;
}
.tech1Lef .zongzhi strong{
    color: var(--baseColor);
}
.tech1Rig{
    flex-shrink: 0;
    margin-left: 5%;
}
.tech1Rig .title{
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
}
.tech1Rig .title i{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-color: var(--baseColor);
    animation: aniOpacity 1s linear infinite 1s;
}
.tech1Rig .title i:first-child{
    margin-left: 15px;
    animation-delay: .3s;
}
.tech1Rig .title i:nth-child(2){
    animation-delay: .6s;
}
.tech1Rig .tel{
    font-size: 48px;
    color: var(--baseColor);
    font-weight: bold;
    line-height: 1.2;
}
.tech1Rig .tel a{
    color: var(--baseColor);
}
.tech1Rig .tel i{
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    animation: aniTel 1.1s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate
}
.tech1Btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    margin: 0 auto;
}
.techBg2{
    padding: 10px 0 20px;
    overflow: hidden;
}
.tech2List{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: .3rem -12px;
}
.tech2List li{
    width: 33.33%;
    padding: 12px;
}
.tech2Item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 40px;
    background-color: rgba(51, 54, 85, .03);
}
.tech2Ico{
    flex-shrink: 0;
    float: left;
    width: 72px;
    height: 72px;
    width: 52px;
    height: 52px;
    max-width: .8rem;
    max-height: .8rem;
    margin-right: 20px;
    /* margin-top: 50px; */
}
.tech2Text{
    flex: auto;
    overflow: hidden;
}
.tech2Tit{
    font-size: 32px;
    color: #333333;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: .1rem;
    transition: all .3s;
}
.tech2Des{
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    font-weight: 300;
    max-width: 290px;
}
.tech2Item:hover .tech2Ico img{
    animation: swing 1s linear 1 backwards;
}
.tech2Item:hover .tech2Tit{
    color: var(--baseColor);
}

.techBg3{
    margin-top: 0 !important;
    overflow: hidden;
}
.techBg3 .sys4List li{
    display: block;
    padding: .1rem;
}
.tech3Icon{
    width: 40px;
    height: 40px;
    margin: .2rem auto;
}
.tech3Tit{
    font-size: 24px;
    color: #333333;
    line-height: 1.4;
    font-weight: 600;
}
.tech3Text{
    width: 80%;
    max-width: 177px;
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
    margin: .1rem auto;
}
.techBg4{
    padding: 0 0 3px;
    overflow: hidden;
}
.tech4TopBg{
    padding-bottom: 110px;
    background: url(../images/service/technology/tech4Top.webp) center center no-repeat;
    background-size: cover;
}
.tech4Top{
    color: #FFFFFF;
    padding: 100px 0;
}
.tech4Tit{
    font-size: 54px;
    color: #FFFFFF;
    line-height: 1.4;
}
.tech4Des{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.6;
}
.tech4Text{
    margin-top: -110px;
    padding: 110px 200px 60px;
    font-size: 18px;
    color: #333333;
    line-height: 2.5;
    background: #FFFFFF;
    box-shadow: 4px 3px 2px 0px rgba(237,237,237,0.5);
    text-align: center;
}
.tech4Btn{
    margin: .2rem auto 0;
}

/* human */
.humanBg1 .tech2List li{
    width: 25%;
}
.humanBg1 .tech2Item{
    padding: 30px;
}
.humanBg1 .tech2Ico{
    width: 50px;
    height: 50px;
    margin-top: 0;
}
.humanBg1 .tech2Tit{
    font-size: 24px;
}
.humanBg2 .tech3Icon{
    width: 44px;
    height: 44px;
}
/* 元宇宙metaverse */
.metaverseBg1{
    overflow: hidden;
}
.metaverse-yewu{
    list-style: none;
    display: flex;
    margin: 60px 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}
.metaverse-yewu li{
    flex: 1;
    padding: 28px 0;
    transition: all .5s;
}
.metaverse-yewu-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 152px;
    height: 100%;
    background-color: rgba(51, 54, 85, 0.03);
}
.metaverse-yewu-img{
    position: relative;
    width: 52px;
    height: 52px;
    max-width: .6rem;
    max-height: .6rem;
    margin: 0 auto;
}
.metaverse-yewu-img .imgCenter{
    width: 100%;
    height: 100%;
}
.metaverse-yewu-img-hover{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    transition: all .5s;
}
.metaverse-yewu-title{
    width: 96%;
    font-size: 18px;
    color: #FFFFFF;
    color: #323333;
    line-height: 24px;
    /* height: 0; */
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    transition: all .3s;
}
.metaverse-yewu li:hover,
.metaverse-yewu li.active{
    background-color: #323333;
}
.metaverse-yewu li:hover .metaverse-yewu-img-hover,
.metaverse-yewu li.active .metaverse-yewu-img-hover{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.metaverse-yewu li:hover .metaverse-yewu-title,
.metaverse-yewu li.active .metaverse-yewu-title{
    height: 24px;
    margin-top: 10px;
    color: #FFFFFF;
}
.metaverseBg2{
    padding: 0 0 50px;
    overflow: hidden;
}
.metaverse-tedian{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.metaverse-tedian li{
    width: 33.33%;
}
.metaverse-tedian-img{
    padding-bottom: 64.8%;
}
.metaverse-tedian-text{
    position: relative;
    height: 0;
    padding-bottom: 64.8%;
    background-color: rgba(40, 170, 170, 0.03);
    overflow: hidden;
}
.metaverse-tedian-con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.metaverse-tedian-tit{
    display: block;
    width: 100%;
    font-size: 32px;
    color: #222222;
    line-height: 1.4;
    margin-bottom: 30px;
}
.metaverse-tedian li:nth-child(2n){
    display: flex;
    flex-direction: column-reverse;
}
.metaverse-tedian li:hover .metaverse-tedian-img img{
    transform: scale(1.1);
}
.metaverseBg3{
    padding: 0 0 50px;
    overflow: hidden;
}
.metaverse-lujing{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.metaverse-lujing li{
    width: 33.33%;
    padding: 0 7px;
}
.metaverse-lujing-item{
    position: relative;
}
.metaverse-lujing-img{
    padding-bottom: 64.39%;
}
.metaverse-lujing-tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.metaverse-lujing-tit span{
    display: inline-block;
    vertical-align: baseline;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 2;
    padding: 7px 10px;
    min-width: 270px;
    background-color: #28AAAA;
    text-align: center;
    font-weight: 300;
}
.metaverse-lujing li:hover .metaverse-lujing-img img{
    transform: scale(1.1);
}

.metaverse-service-bg{
    background-color: #FAFAFA;
}
.metaverse-tab-bg{
    /* position: sticky; */
    top: 0;
    border-bottom: 1px solid #D8D8D8;
    background-color: #FAFAFA;
    z-index: 5;
}
.metaverse-tab{
    list-style: none;
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    color: #222222;
    line-height: 2;
}
.metaverse-tab li span{
    position: relative;
    display: block;
    padding: 25px 0;
    cursor: pointer;
}
.metaverse-tab li span::before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 3px;
    background-color: var(--baseColor);
    transition: all .3s;
}
.metaverse-tab li.active span{
    color: var(--baseColor);
    font-weight: bold;
}
.metaverse-tab li span:hover:before,
.metaverse-tab li.active span::before{
    left: 0;
    width: 100%;
}

.metaverse-service-con{
    padding: 20px 0;
}
.metaverse-service-item{
    display: none;
}
.metaverse-service-text{
    max-width: 1054px;
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
    margin: 50px auto;
    text-align: center;
}
.metaverse-service-line{
    display: block;
    width: 100%;
    max-width: .3rem;
    height: 5px;
    background-color: var(--baseColor);
    margin: 50px auto;
}

/* 数字藏品 */
.metaverse-shuzi{
    display: flex;
    margin: 50px 0;
}
.metaverse-shuzi-item{
    position: relative;
    width: 34.47%;
    padding: .2rem;
    background-color: #FFFFFF;
    z-index: 1;
}
.metaverse-shuzi-title{
    font-size: 32px;
    color: #333333;
    line-height: 1.4;
    margin: .3rem 0;
}
.metaverse-shuzi-title span{
    font-size: 94%;
}
.metaverse-shuzi-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 340px;
    margin: .3rem auto;
    text-align: center;
}
.metaverse-shuzi-list li{
    width: 50%;
    padding: .1rem;
}
.metaverse-shuzi-icon{
    width: 64px;
    height: 64px;
    margin: 0 auto .3rem;
}
.metaverse-shuzi-name{
    font-size: 18px;
    color: #666666;
    line-height: 1.4;
    font-weight: normal;
}
.metaverse-shuzi-img{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: -1;
}
.metaverse-shuzi-item:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 31.06%;
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.metaverse-shuzi-item:nth-child(2) .metaverse-shuzi-title{
    color: #FFFFFF;
}
.metaverse-shuzi-list li:hover .metaverse-shuzi-icon img{
    animation: tada 1s linear;
}
.metaverse-shuzi-2 .metaverse-shuzi-item{
    display: flex;
    flex-direction: column;
}
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(3){
    flex-direction: column-reverse;
    z-index: 1;
}
.metaverse-shuzi-top{
    padding-left: .5rem;
}
.metaverse-shuzi-top .metaverse-shuzi-title{
    margin: .15rem 0;
}
.metaverse-shuzi-pic{
    margin: .3rem 0;
}
.metaverse-shuzi-pic img{
    max-width: 80%;
}
.metaverse-shuzi-text{
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: .3rem;
}
.metaverse-shuzi-text p{
    position: relative;
    padding-left: 30px;
    margin: .1rem 0;
}
.metaverse-shuzi-text p::before{
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--baseColor);
    position: absolute;
    left: 0;
    top: 4px;
}
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(1){
    z-index: 2;
}
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(1) .metaverse-shuzi-pic{
    margin-right: -.2rem;
    transform: translateX(50px);
    text-align: right;
}
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(3) .metaverse-shuzi-pic{
    margin-left: -.2rem;
    transform: translateX(-50px);
}
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(2)::before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #FFFFFF;
    opacity: .3;
    z-index: -1;
}
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(2) .metaverse-shuzi-title{
    position: relative;
    padding: .2rem 0;
    background-color: var(--baseColor);
}
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(2) .metaverse-shuzi-title::before,
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(2) .metaverse-shuzi-title::after{
    display: block;
    content: "";
    width: 50%;
    max-width: .3rem;
    height: 2px;
    background-color: #FFFFFF;
    opacity: .3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(2) .metaverse-shuzi-title::before{
    top: 0;
}
.metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(2) .metaverse-shuzi-title::after{
    bottom: 0;
}
/* 元宇宙智慧办公 */
.metaverse-office-top{
    display: flex;
    justify-content: space-between;
    margin: 80px -5px;
}
.metaverse-office-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 35%;
    margin: -5px 0;
}
.metaverse-office-list li{
    width: 50%;
    padding: 5px;
}
.metaverse-office-img{
    position: relative;
    overflow: hidden;
}
.metaverse-office-img .imgCover{
    padding-bottom: 102%;
}
.metaverse-office-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.8;
    padding: 6px .1rem;
    background-color: var(--baseColor);
    font-weight: normal;
}
.metaverse-office-text{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
    padding: .4rem;
    background-color: #FFFFFF;
    font-weight: 300;
}
.metaverse-office-img:hover img{
    transform: scale(1.1);
}
.metaverse-office-bot{
    display: flex;
    justify-content: space-between;
}
.metaverse-office-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    width: 34.86%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 2;
    padding: 70px;
    background-color: var(--baseColor);
}
.metaverse-office-left-line{
    display: block;
    width: 60px;
    height: 8px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.metaverse-office-swiper{
    flex-shrink: 0;
    width: 37%;
}
.metaverse-office-pic{
    position: relative;
    height: 100%;
}
.metaverse-office-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.metaverse-office-btn{
    position: relative;
    flex-shrink: 0;
    width: 13%;
    padding: 35px 0;
    background-color: var(--baseColor);
    text-align: center;
}
.metaverse-office-btn span{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    max-width: .8rem;
    max-height: .8rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 2px;
    cursor: pointer;
}
.metaverse-office-btn .swiper-button-disabled{
    cursor: no-drop;
}
.metaverse-office-btn .prev{
    background-image: url(../images/service/metaverse/btn-prev.png);
}
.metaverse-office-btn .prev:not(.swiper-button-disabled):hover{
    background-image: url(../images/service/metaverse/btn-prev-hover.png);
}
.metaverse-office-btn .next{
    background-image: url(../images/service/metaverse/btn-next.png);
}
.metaverse-office-btn .next:not(.swiper-button-disabled):hover{
    background-image: url(../images/service/metaverse/btn-next-hover.png);
}
.metaverse-office-right{
    flex-shrink: 0;
    width: 32%;
    padding: 118px 0 0;
    margin-left: -16.86%;
}
.metaverse-office-right-con{
    position: relative;
    padding: 50px;
    min-height: calc(100% - 46px);
    background-color: #FFFFFF;
    z-index: 1;
}
.metaverse-office-name{
    font-size: 24px;
    color: #666666;
    line-height: 1.4;
    font-weight: bold;
}
.metaverse-office-line{
    display: block;
    width: 30px;
    height: 5px;
    background: #28AAAA;
    margin: 10px 0 20px;
}
.metaverse-office-con{
    max-width: 332px;
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    font-weight: 300;
    -webkit-line-clamp: 8;
}
.metaverse-office-page{
    display: none;
    position: static;
}

/* AI沉浸式直播 */
.metaverse-ai-item .boxCn br{
    display: none;
}
.metaverse-ai-vs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.metaverse-ai-vs-item{
    width: 40.5%;
    padding: 88px 0 66px;
}
.metaverse-ai-vs-bg{
    padding: 1px 0 1px 11%;
    background-color: rgba(51, 51, 51, .14);
}
.metaverse-ai-vs-title{
    float: right;
    padding: .3rem .5rem;
    font-size: 24px;
    color: #333333;
    line-height: 1.25;
    text-align: center;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    min-height: 236px;
}
.metaverse-ai-vs-list{
    list-style: none;
    margin: -88px 0 -66px;
    overflow: hidden;
}
.metaverse-ai-vs-list li{
    display: flex;
    min-height: 180px;
    background-color: #FFFFFF;
}
.metaverse-ai-vs-list li + li{
    margin-top: 28px;
}
.metaverse-ai-vs-img{
    flex-shrink: 0;
    width: 51%;
}
.metaverse-ai-vs-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.metaverse-ai-vs-text{
    flex: auto;
    padding: 25px;
    overflow: hidden;
}
.metaverse-ai-vs-name{
    font-size: 24px;
    color: #666666;
    line-height: 33px;
    font-weight: bold;
}
.metaverse-ai-vs-line{
    display: block;
    width: 30px;
    height: 5px;
    background-color: var(--baseColor);
    margin: 10px 0;
}
.metaverse-ai-vs-con{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    font-weight: 300;
    -webkit-line-clamp: 2;
}
.metaverse-ai-vs-item:nth-child(2){
    width: 18.29%;
    padding: 0;
}
.metaverse-ai-vs-item:nth-child(2) .vsImg{
    display: block;
    max-width: 50%;
    height: auto;
    margin: 0 auto;
}
.metaverse-ai-vs-item:nth-child(3) .metaverse-ai-vs-bg{
    padding: 1px 11% 1px 0;
    background-color: var(--baseColor);
}
.metaverse-ai-vs-item:nth-child(3) .metaverse-ai-vs-title{
    float: left;
    color: #FFFFFF;
}
.metaverse-ai-vs-item:nth-child(3) .metaverse-ai-vs-list li{
    flex-direction: row-reverse;
}

.metaverse-ai-tedian{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem;
}
.metaverse-ai-tedian li{
    width: 25%;
    padding: .1rem;
}
.metaverse-ai-tedian-item{
    position: relative;
    overflow: hidden;
}
.metaverse-ai-tedian-img{
    padding-bottom: 62.74%;
}
.metaverse-ai-tedian-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.4;
    padding: .3rem .4rem;
}


.metaverse-ai-youshi{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    text-align: center;
}
.metaverse-ai-youshi li{
    width: 20%;
    padding: 6px;
}
.metaverse-ai-youshi-title{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 2;
    background-color: var(--baseColor);
    margin-bottom: -20px;
    z-index: 1;
}
.metaverse-ai-youshi-img{
    padding-bottom: 62.58%;
}
.metaverse-ai-youshi-text{
    max-width: 217px;
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 10px auto;
}
.metaverse-ai-youshi li:hover .metaverse-ai-youshi-img img{
    transform: scale(1.1);
}


/* 虚拟线上展馆 */
.metaverse-xuni-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 40px -.1rem;
}
.metaverse-xuni-list li{
    width: 50%;
    padding: .1rem;
}
.metaverse-xuni-item{
    position: relative;
    overflow: hidden;
}
.metaverse-xuni-img{
    padding-bottom: 36%;
}
.metaverse-xuni-text{
    position: absolute;
    left: 0;
    right: 10%;
    bottom: 0;
    max-width: 367px;
    color: #FFFFFF;
    padding: 10px 25px;
    background-color: rgba(40, 170, 170, .72);
    transition: all .5s;
}
.metaverse-xuni-tit{
    font-size: 24px;
    line-height: 1.6;
    font-weight: normal;
}
.metaverse-xuni-des{
    font-size: 16px;
    -webkit-line-clamp: 1;
}
.metaverse-xuni-item:hover .metaverse-xuni-img img{
    transform: scale(1.1);
}
.metaverse-xuni-item:hover .metaverse-xuni-text{
    border-radius: 0 10px 0 0;
    background-color: rgba(40, 170, 170, 1);
}
.metaverse-xuni-app{
    list-style: none;
    display: flex;
    margin: 50px -2px;
}
.metaverse-xuni-app li{
    width: 38.16%;
    padding: 2px;
}
.metaverse-xuni-app-img{
    position: relative;
    margin-bottom: 4px;
}
.metaverse-xuni-app-tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    padding: 0 .2rem;
    background-color: var(--baseColor);
    text-align: center;
    font-weight: normal;
}
.metaverse-xuni-app-text{
    color: #FFFFFF;
    background-color: var(--baseColor);
    margin-top: 30px;
    margin-left: 20px;
    padding: 40px;
    font-size: 20px;
    line-height: 1.4;
    min-height: 43.7%;
}
.metaverse-xuni-app-text h4{
    font-size: 32px;
}
.metaverse-xuni-app-text p{
    margin: 10px 0;
}
.metaverse-xuni-app-text ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
}
.metaverse-xuni-app-text ul li{
    position: relative;
    min-width: 40%;
    padding-left: 24px;
}
.metaverse-xuni-app-text ul li::before{
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 11px;
}
.metaverse-xuni-app li:nth-child(1) .metaverse-xuni-app-img:first-child{
    padding-bottom: 57.2%;
}
.metaverse-xuni-app li:nth-child(1) .metaverse-xuni-app-img:last-child{
    margin-left: 17%;
    padding-bottom: 53.4%;
}
.metaverse-xuni-app li:nth-child(2){
    width: 23.68%;
}
.metaverse-xuni-app li:nth-child(2) .metaverse-xuni-app-img{
    padding-bottom: 180%;
}
.metaverse-xuni-app li:nth-child(3) .metaverse-xuni-app-img:first-child{
    margin-right: 17%;
    padding-bottom: 57.2%;
}

/* 游戏 */
.metaverse-youxi-title{
    font-size: 36px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    margin: 50px 0;
}
.metaverse-youxi-list{
    margin: 50px -7px;
}
.metaverse-youxi-list .metaverse-lujing-tit span{
    min-width: 390px;
    text-align: left;
    padding: 7px 30px;
    background-color: rgba(40, 170, 170, 0.7);
}


/* 物联网 */
.iotTit{
    max-width: 1284px;
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    margin: 10px auto;
}
.iotLine{
    display: block;
    width: 30px;
    height: 3px;
    background: #28AAAA;
    margin: 10px auto;
}
.iotDes{
    max-width: 1090px;
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    margin: 10px auto;
}
.iotBg1{
    padding: 30px 0;
    overflow: hidden;
}
.iotBg1 .boxDes{
    opacity: 1;
}
.iot1List{
    max-width: 1284px;
    margin: 0 auto;
}
.iot1List li{
    margin: 70px 0;
}
.iot1List li:nth-child(2n) .sys2Con{
    margin-left: auto;
}
.iot1List .sys2Img{
    width: 49.2%;
}
.iot1List .sys2Con{
    max-width: 441px;
}
.iotBg2{
    padding: 50px 0 90px;
    background-color: #FAFAFA;
    overflow: hidden;
}
.iot2{
    display: flex;
}
.iot2Tab{
    list-style: none;
    width: 20%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.iot2Tab li{
    font-size: 24px;
    color: #333333;
    line-height: 1.7;
    padding: 15px;
    padding-left: 72px;
    margin-bottom: 40px;
    background-color: #F0F0F0;
    cursor: pointer;
}
.iot2Tab li:last-child{
    margin-bottom: 0;
}
.iot2Tab li span{
    display: block;
}
.iot2Tab li span i{
    font-style: normal;
}
.iot2Tab li.active{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.iot2List{
    flex: auto;
    margin-left: 2%;
    overflow: hidden;
}
.iot2Item{
    display: flex;
    min-height: 400px;
}
.iot2Img{
    position: relative;
    width: 54.9%;
    overflow: hidden;
}
.iot2Img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iot2Text{
    flex: auto;
    padding: 30px 20px 30px 50px;
    font-size: 20px;
    color: #333333;
    line-height: 1.8;
    background-color: #FFFFFF;
    overflow: hidden;
}
.iot2Text h3{
    font-size: 20px;
    color: var(--baseColor);
    line-height: 1.1;
    border-left: 5px solid var(--baseColor);
    padding-left: .1rem;
    margin: .2rem 0 .1rem;
}
.iot2Text .sysBtn{
    margin-top: 30px;
}
/* 小程序 */
.banProgram br{
    display: none;
}
.programBg{
    padding: 50px 0;
}
.programBg + *{
    padding-top: 0 !important;
}
.program-vs{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .4rem;
}
.program-vs + .sysBtn{
    margin: 0 auto;
}
.program-vs-tit{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    background-color: #4F4F4F;
    background-color: rgba(79, 79, 79, 0.3);
    font-weight: normal;
}
.program-vs-list{
    list-style: none;
    font-size: 18px;
    color: #333333;
    color: rgba(51, 51, 51, .75);
    line-height: 2;
    text-align: center;
}
.program-vs-list li{
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.program-vs-list li:last-child{
    border-bottom: none;
}
.program-vs-item1{
    width: 274px;
    background-color: rgba(40, 170, 170, 0.03);
}
.program-vs-item1 .program-vs-tit{
    color: #333333;
    background-color: rgba(40, 170, 170, .16);
}
.program-vs-item1 .program-vs-list{
    padding: 0 37px;
}
.program-vs-item2{
    width: 420px;
    width: 490px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 8px 2px rgba(221,221,221,0.5);
    z-index: 1;
}
.program-vs-item2 .program-vs-tit{
    padding: .1rem 0;
    background-color: var(--baseColor);
}
.program-vs-item2 .program-vs-list{
    padding: 0 40px 20px;
}
.program-vs-item2 .program-vs-list li span,
.program-vs-item2 .program-vs-list li::after{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-left: 40px;
    display: block;
    content: "vs";
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: var(--baseColor);
    text-align: center;
    z-index: 1;
}
.program-vs-item2 .program-vs-list li::after{ display: none;}
.program-vs-item2 .program-vs-list li span{
    width: 90px;
    height: 32px;
    line-height: 32px;
    background: #28AAAA;
    border-radius: 20px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 86px;
    transform: translate(-100%,-50%);
}
.program-vs-item2 .program-vs-list li span::before{
    display: block;
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    left: -4px;
    top: -4px;
    border-radius: 40px;
    background-color: rgba(40,170,170,0.2);
}
.program-vs-item3{
    width: 390px;
    background-color: rgba(237, 237, 237, .36);
}
.program-vs-item3 .program-vs-list{
    padding: 0 45px;
}
.program-val-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.program-val-list li{
    width: 20%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column-reverse;
}
.program-val-list li:nth-child(2n){
    flex-direction: column;
}
.program-val-img{
    padding-bottom: 78.95%;
}
.program-val-text{
    position: relative;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.8;
    padding-bottom: 78.95%;
    background-color: var(--baseColor);
    overflow: hidden;
}
.program-val-con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
}
.program-val-list li:hover .program-val-img img{
    transform: scale(1.1);
}
.programBg3 .boxCn span i{
    font-style: normal;
}
.program-ser-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.12rem;
    text-align: center;
}
.program-ser-list li{
    width: 33.33%;
    padding: .12rem;
}
.program-ser-item{
    display: block;
    position: relative;
    height: 100%;
    padding: 80px 20px 40px;
    padding: 60px 20px 40px;
    background-color: rgba(51, 54, 85, 0.05);
    transition: all .3s;
    overflow: hidden;
}
.program-ser-item::before{
    display: block;
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    transition: all .5s;
    z-index: -1;
}
.program-ser-icon{
    position: relative;
    width: 96px;
    height: 96px;
    max-width: 1rem;
    max-height: 1rem;
    margin: 0 auto .5rem;
    margin-bottom: .2rem;
    transition: all .4s;
}
.program-ser-icon img.show{
    display: block;
}
.program-ser-icon img.hide{
    display: none;
}
.program-ser-text{
    position: relative;
    color: #333333;
    transition: all .3s;
    z-index: 1;
}
.program-ser-tit{
    font-size: 32px;
    line-height: 1.4;
    margin: .1rem 0;
}
.program-ser-des{
    max-width: 290px;
    font-size: 24px;
    line-height: 1.7;
    margin: 10px auto;
}
.program-ser-item .sysBtn{
    opacity: 0;
    margin: 0 auto;
    transform: translateY(-10px);
    transition: all .4s;
}
.program-ser-item:hover::before{
    /* height: 100%; */
    background-color: var(--baseColor);
}
.program-ser-item:hover .program-ser-icon{
    transform: translateY(-10px);
}
.program-ser-item:hover .program-ser-icon img.show{
    display: none;
}
.program-ser-item:hover .program-ser-icon img.hide{
    display: block;
}
.program-ser-item:hover .program-ser-text{
    color: #FFFFFF;
    transform: translateY(-10px);
}
.program-ser-item:hover .sysBtn{
    opacity: 1;
    transform: translateY(0);
}
.program-case-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}
.program-case-list li{
    width: 33.33%;
    padding: .15rem;
}
.program-case-item{
    position: relative;
    display: block;
    overflow: hidden;
}
.program-case-img{
    padding-bottom: 56.33%;
}
.progarm-case-hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 170, 170, 0.94);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.program-case-con{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .2rem;
    color: #FFFFFF;
}
.program-case-logo{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: center;
    /* opacity: 0; */
    /* visibility: hidden; */
    /* transform: translateX(-50%); */
    transition: all .3s;
}
.program-case-logo img{
    display: block;
    width: auto;
    height: 52px;
    margin: 0 auto .1rem;
}
.program-case-logo p{
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.program-case-title{
    font-size: 20px;
    margin-bottom: 5px;
    transform: translateY(-10px);
}
.program-case-tag{
    transform: translateY(10px);
}
.program-case-line{
    display: block;
    width: 2px;
    height: 28px;
    background-color: #FFFFFF;
    margin: 0 50px;
}
.program-case-wx{
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50%);
    transition: all .3s;
}
.program-case-wx img{
    display: block;
    width: 98px;
    height: auto;
    margin: 0 auto 5px;
}
.program-case-more{
    margin: 30px auto;
}
.program-case-btn{
    display: none;
}
.program-case-item:hover .progarm-case-hover{
    opacity: 1;
    visibility: visible;
}
.program-case-item:hover .program-case-logo,
.program-case-item:hover .program-case-wx{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .3s linear .1s;
}
.program-case-item:hover .program-case-logo p{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .3s linear .1s;
}

/* 时代创信为您提供 */
.appBg{
    padding: 50px 0;
}
.appBg + *{
    padding-top: 0 !important;
}
.app-ser-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem;
    text-align: center;
}
.app-ser-list li{
    width: 25%;
    padding: .1rem;
}
.app-ser-item{
    height: 100%;
    padding: .7rem .3rem;
    background-color: rgba(40, 170, 170, 0.03);
}
.app-ser-icon{
    width: 84px;
    height: 84px;
    max-width: .84rem;
    max-height: .84rem;
    margin: .2rem auto;
}
.app-ser-tit{
    font-size: 24px;
    color: #000000;
    line-height: 1.6;
    margin: .1rem 0;
}
.app-ser-con{
    max-width: 290px;
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
    margin: .1rem auto;
}
.app-ser-list li:nth-child(2n) .app-ser-item{
    background-color: rgba(51, 54, 85, 0.03);
}
.app-ser-item:hover .app-ser-icon img{
    animation: swing 1s linear 1;
}
/* .appBg2 .sys6Top{
    width: 33.33%;
    padding-bottom: 18.8%;
}
.appBg2 .sys6TopText{
    right: 0;
    max-width: 80%;
    margin: 0 auto;
}
.appBg2 .sys6Box::before{
    width: 61.72%;
}
.appBg2 .sys6List li{
    width: 33.33%;
}
.appBg2 .sys6List li:first-child{
    margin-left: 33.33%;
}
.appBg2 .sys6Img .mask{
    opacity: 0;
}
.appBg2 .sys6More{
    width: 33.33%;
    padding-bottom: 18.8%;
} */
/*  */
.webBg{
    padding: 50px 0;
}
.webBg + *{
    padding-top: 0 !important;
}
.web-solu-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -.15rem;
    text-align: center;
}
.web-solu-list li{
    width: 25%;
    padding: .15rem;
    margin: .45rem 0;
}
.web-solu-icon{
    width: 76px;
    height: 76px;
    max-width: .76rem;
    max-height: .76rem;
    margin: 0 auto .4rem;
}
.web-solu-tit{
    font-size: 32px;
    color: #333333;
    line-height: 1.4;
    font-weight: normal;
}
.web-solu-item:hover .web-solu-icon img{
    animation: swing 1s linear;
}
/* .webBg2 .sys6List li:first-child{
    margin-left: 0 !important;
} */

@media ( max-width:1600px){
    .boxCn{
        font-size: 40px;
        font-size: 36px;
    }
    .boxDes{
        font-size: 20px;
        font-size: 16px;
    }
    .banService{
        padding-top: 80px;
    }
    .inTop{
        font-size: 2.5vw;
        margin-bottom: 3.65vw;
    }
    .inBot{
        font-size: .94vw;
        font-size: 1.1vw;
    }
    .inTag{
        margin-top: 2.08vw;
    }
    .inTag span{
        font-size: 16px;
        padding: 3px 8px;
        margin: 2px;
    }
    .sysBg1{
        padding: 5.73vw 0 4.17vw;
    }
    .sys1Box{
        max-width: 60vw;
    }
    .sys1Text{
        font-size: 1.04vw;
        margin: 1.04vw auto;
    }
    .sysBtn{
        width: 12.5vw;
        line-height: 2.6vw;
        font-size: .94vw;
    }
    .sys2List li{
        margin: 5.2vw 0;
    }
    .sys2Tit{
        font-size: 1.67vw;
    }
    .sys2Line{
        width: 2.6vw;
        height: .26vw;
        margin: 1.04 0;
    }
    .sys2Des{
        font-size: 1.25vw;
        margin-bottom: 1.04vw;
    }
    .sys2Con{
        font-size: 1.04vw;
        margin: 1.04vw 0;
    }
    .sys2Btn{
        margin-top: 2.08vw;
    }
    .sysBg3,
    .sysBg4,
    .sysBg5{
        margin: 5.2vw 0;
    }
    .sys3List li{
        min-height: 24vw;
        padding: 1.04vw 1.56vw;
    }
    .sys3Icon{
        width: 3.33vw;
        height: 3.33vw;
        margin: 1.04vw auto;
    }
    .sys3Tit{
        font-size: 1.67vw;
        margin: 1.04vw auto;
    }
    .sys3Des{
        font-size: .94vw;
    }
    .sys4List li{
        min-height: 13vw;
    }
    .sys5Text{
        font-size: 1.04vw;
        padding: 1.56vw 2.08vw 2.6vw;
    }
    .sys5Item{
        padding: 1.56vw .52vw;
    }
    .sys5Icon{
        width: 2.5vw;
        height: 2.5vw;
        /* margin-right: .52vw; */
    }
    .sys5Tit{
        font-size: 1.25vw;
    }
    .sys5Btn{
        width: 14.58vw;
        line-height: 3.125vw;
    }
    .sysBg6{
        padding: 2.6vw 0 0;
    }
    .sys6Box{
        padding: 4.9vw 0 5.2vw;
    }
    .sys6Top{
        top: 4.9vw;
        font-size: 1.25vw;
    }
    .sys6TopCon i{
        width: 4.69vw;
        height: .52vw;
    }
    .sys6More{
        bottom: 5.2vw;
    }
    .sys6More a{
        font-size: 1.67vw;
        font-size: 1.45vw;
    }
    .sys6More a i{
        width: 2.19vw;
        height: 2.19vw;
        width: 1.875vw;
        height: 1.875vw;
    }
    .sys6Logo img{
        max-height: 1.98vw;
    }
    .sys6Text,
    .sys6Tit{
        font-size: 0.94vw;
    }
    .sys6Tit{
        font-size: 1.2vw;
    }
    .sysBg7{
        padding: 3.125vw 0 0;
        padding: 0;
    }
    .sys7Bg{
        padding: 3.125vw 0;
    }
    .sys7List{
        margin: 0 -.52vw;
    }
    .sys7List::after{
        left: .52vw;
        bottom: .52vw;
        width: calc(25% - 1.04vw);
        height: 1.25vw;
    }
    .sys7List li{
        padding: .52vw;
    }
    .sys7Box{
        /* margin: 0 2.6vw; */
    }
    .sys7Box .swiper-pagination{
        margin: 2.6vw 0;
    }
    .sys7Tit{
        font-size: 1.1vw;
        padding: .4vw;
    }
    .sys7Box .banBtn span{
        width: 2.6vw;
        height: 2.6vw;
    }
    .sysBg8{
        padding: .52vw 0 3.65vw;
    }
    .sys8Lef .sys8Img .imgCover{
        padding-bottom: 55.26%;
    }
    .sys8List li{
        margin-bottom: 1.04vw;
    }
    .sys8Lef .sys8Text{
        min-height: 13.7vw;
    }
    .sys8Text{
        padding: 1.04vw;
    }
    .sys8Tit{
        font-size: 1.25vw;
    }
    .sys8Con{
        font-size: .94vw;
        margin: 0.9vw 0 1vw;
    }
    .sys8More{
        font-size: .94vw;
        margin: .78vw 0;
    }
    .sys8More i{
        width: 1.04vw;
        height: .78vw;
    }
    .sys8List .sys8Text{
        padding: .52vw 1.04vw;
    }
    .sys8List .sys8Con{
        font-size: .84vw;
    }

    .whyTit{
        font-size: 1.67vw;
    }
    .whyText{
        min-height: 9.375vw;
        font-size: 1.1vw;
    }
    .whyText p{
        padding-left: 1.145vw;
    }
    .whyText P::before{
        width: .625vw;
        height: .625vw;
        top: .8vw;
    }
    .whyButton span{
        width: 2.6vw;
        height: 2.6vw;
        margin-top: .5vw;
    }

    .techBg1{
        padding: 1.56vw 0;
    }
    .tech1List{
        margin: 1.56vw auto;
        max-width: 75.73vw;
    }
    .tech1List li{
        padding: 0 1vw;
        margin: 1.04vw 0;
    }
    .tech1Item{
        padding: 3.65vw 1vw;
    }
    .tech1Ico{
        width: 4.375vw;
        height: 4.375vw;
        margin: 0 auto 2.08vw;
    }
    .tech1Text{
        font-size: 1.67vw;
    }
    .tech1BotBg{
        padding: 2.6vw 0 4.95vw;
    }
    .tech1BotBg::before,
    .tech1BotBg::after{
        width: 2.6vw;
        height: 2.6vw;
    }
    .tech1Lef{
        max-width: 58vw;
        font-size: 1.1vw;
    }
    .tech1Lef .title{
        font-size: 1.875vw;
        margin: 2.08vw 0;
    }
    .tech1Lef .zongzhi{
        font-size: 1.67vw;
        margin: 1vw 0;
    }
    .tech1Rig .title{
        font-size: 1.25vw;
    }
    .tech1Rig .title i{
        width: .625vw;
        height: .625vw;
    }
    .tech1Rig .tel{
        font-size: 2.5vw;
    }
    .tech2List{
        margin: 1.56vw .625vw;
    }
    .tech2List li{
        padding: .625vw;
    }
    .tech2Item{
        padding: 2.08vw;
    }
    .tech2Ico{
        width: 3.75vw;
        height: 3.75vw;
        /* margin-top: 2.6vw; */
        margin-right: 1vw;
    }
    .tech2Tit{
        font-size: 1.67vw;
    }
    .tech2Des{
        font-size: 1.1vw;
    }

    .tech3Icon{
        width: 2.1vw;
        height: 2.1vw;
    }
    .tech3Tit{
        font-size: 1.25vw;
    }
    .tech3Text{
        font-size: 1.1vw;
    }
    .tech4TopBg{
        padding-bottom: 5.73vw;
    }
    .tech4Top{
        padding: 5.2vw 0;
    }
    .tech4Tit{
        font-size: 2.8vw;
    }
    .tech4Des{
        font-size: 1.25vw;
    }
    .tech4Text{
        margin-top: -5.73vw;
        padding: 5.73vw 10vw 3vw;
        font-size: 1.1vw;
    }

    .humanBg1 .tech2Item{
        padding: 1.56vw;
    }
    .humanBg1 .tech2Ico{
        width: 2.6vw;
        height: 2.6vw;
    }
    .humanBg1 .tech2Tit{
        font-size: 1.25vw;
    }
    .humanBg2 .tech3Icon{
        width: 2.3vw;
        height: 2.3vw;
    }
    .metaverse-yewu{
        margin: 3.125vw 0;
    }
    .metaverse-yewu li{
        padding: 1.45vw 0;
    }
    .metaverse-yewu-item{
        min-height: 7.92vw;
    }
    .metaverse-yewu-img{
        width: 2.7vw;
        height: 2.7vw;
    }
    .metaverse-yewu-title{
        font-size: 1.04vw;
    }
    .metaverse-tedian-tit{
        font-size: 1.67vw;
        margin-bottom: 1.56vw;
    }
    .metaverse-lujing-tit span{
        min-width: 14vw;
        font-size: 1.04vw;
    }
    .metaverse-tab{
        font-size: 1.04vw;
    }
    .metaverse-tab li span{
        padding: 1.3vw 0;
    }
    .metaverse-tab li span::before{
        height: 2px;
    }
    .metaverse-service-text{
        max-width: 55vw;
        font-size: 1.25vw;
        margin: 2.6vw auto;
    }
    .metaverse-service-line{
        margin: 2.6vw auto;
    }
    .metaverse-shuzi{
        margin: 2.6vw 0;
    }
    .metaverse-shuzi-title{
        font-size: 1.67vw;
        margin: 1.56vw 0;
    }
    .metaverse-shuzi-icon{
        width: 3.33vw;
        height: 3.33vw;
        margin: 0 auto 1.56vw;
    }
    .metaverse-shuzi-name{
        font-size: 16px;
    }
    .metaverse-shuzi-top{
        padding-left: 2.6vw;
    }
    .metaverse-shuzi-top .metaverse-shuzi-title{
        margin: 1vw 0;
    }
    .metaverse-shuzi-text{
        font-size: 16px;
    }
    .metaverse-shuzi-text p{
        padding-left: 24px;
    }
    .metaverse-shuzi-text p::before{
        width: 12px;
        height: 12px;
    }
    .metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(1) .metaverse-shuzi-pic{
        transform: translateX(2.6vw);
    }
    .metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(3) .metaverse-shuzi-pic{
        transform: translateX(-2.6vw);
    }
    .metaverse-office-top{
        margin: 4.17vw -5px;
    }
    .metaverse-office-title{
        font-size: 14px;
    }
    .metaverse-office-text{
        font-size: 16px;
        padding: 2.08vw;
    }
    .metaverse-office-left{
        font-size: 16px;
        padding: 3.65vw;
    }
    .metaverse-office-left-line{
        width: 50px;
        height: 4px;
    }
    .metaverse-office-btn{
        padding: 1.8vw 0;
    }
    .metaverse-office-btn span{
        width: 2.6vw;
        height: 2.6vw;
    }
    .metaverse-office-right{
        padding-top: 6.15vw;
    }
    .metaverse-office-right-con{
        min-height: calc(100% - 2.4vw);
        padding: 2.6vw;
    }
    .metaverse-office-name{
        font-size: 1.25vw;
    }
    .metaverse-office-line{
        height: 2px;
        margin: .5vw 0 1vw;
    }
    .metaverse-office-con{
        font-size: 16px;
    }
    .metaverse-ai-vs-item{
        padding: 4.58vw 0 3.45vw;
    }
    .metaverse-ai-vs-title{
        font-size: 1.25vw;
        padding: 1.56vw 2.6vw;
        min-height: 12.3vw;
    }
    .metaverse-ai-vs-list{
        margin: -4.58vw 0 -3.45vw;
    }
    .metaverse-ai-vs-list li{
        min-height: 9.375vw;
    }
    .metaverse-ai-vs-list li + li{
        margin-top: 1.45vw;
    }
    .metaverse-ai-vs-text{
        padding: 1.3vw;
    }
    .metaverse-ai-vs-name{
        font-size: 1.25vw;
    }
    .metaverse-ai-vs-line{
        width: 24px;
        height: 3px;
        margin: 5px 0;
    }
    .metaverse-ai-vs-con{
        font-size: 14px;
    }
    .metaverse-ai-tedian-text{
        font-size: 16px;
        padding: 1.56vw 2.08vw;
    }
    .metaverse-ai-youshi-title{
        font-size: 1.2vw;
        margin-bottom: -1.04vw;
    }
    .metaverse-ai-youshi-text{
        font-size: 14px;
    }
    .metaverse-xuni-list{
        margin: 2.08vw -.1rem;
    }
    .metaverse-xuni-text{
        padding: .1rem .2rem;
    }
    .metaverse-xuni-tit{
        font-size: 1.25vw;
    }
    .metaverse-xuni-des{
        font-size: 14px;
    }
    .metaverse-xuni-app{
        margin: 2.6vw -2px;
    }
    .metaverse-xuni-app-tit{
        font-size: 14px;
        line-height: 36px;
    }
    .metaverse-xuni-app-text{
        font-size: 16px;
        padding: 2.08vw;
        margin-top: 1.56vw;
        margin-left: 1.04vw;
    }
    .metaverse-xuni-app-text h4{
        font-size: 1.67vw;
    }
    .metaverse-xuni-app-text ul{
        font-size: 16px;
        margin-top: 1vw;
    }
    .metaverse-xuni-app-text ul li{
        padding-left: 18px;
    }
    .metaverse-xuni-app-text ul li::before{
        width: 10px;
        height: 10px;
        top: 10px;
    }
    .metaverse-youxi-title{
        font-size: 1.875vw;
        margin: 2.6vw 0;
    }
    .metaverse-youxi-list{
        margin: 2.6vw -4px;
    }
    .metaverse-lujing li{
        padding: 0 4px;
    }
    .metaverse-youxi-list .metaverse-lujing-tit span{
        min-width: 80%;
    }

    .iot1List{
        max-width: 66.875vw;
    }
    .iot1List .sys2Con{
        max-width: 22.96vw;
    }
    .iotDes{
        width: 60vw;
        font-size: 16px;
        font-size: .9375vw;
    }
    .iotBg2{
       padding: 2.6vw 0  4.68vw;
    }
    .iot2Tab li{
        font-size: 1.25vw;
        padding: .78vw;
        padding-left: 3.75vw;
        margin-bottom: 2.08vw;
    }
    .iot2Item{
        min-height: 20.8vw;
    }
    .iot2Text{
        padding: 1.56vw 1.04vw 1.56vw 2.6vw;
        font-size: 1.04vw;
    }
    .iot2Text h3{
        font-size: 1.04vw;
        border-left-width: 3px;
        line-height: 1.2;
    }
    .iot2Text .sysBtn{
        margin-top: 1.56vw;
    }
    .programBg{
        padding: 2.6vw 0;
    }
    .program-vs-tit{
        font-size: 1.25vw;
        line-height: 3.125vw;
    }
    .program-vs-list{
        font-size: .94vw;
    }
    .program-vs-list li{
        padding: .625vw 0;
    }
    .program-vs-item1{
        width: 14.27vw;
    }
    .program-vs-item1 .program-vs-list{
        padding: 0 2.34vw;
    }
    .program-vs-item2{
        width: 21.875vw;
        width: 25.52vw;
    }
    .program-vs-item2 .program-vs-list{
        padding: 0 2.08vw 1.04vw;
    }

    .program-vs-item3{
        width: 20.315vw;
    }
    .program-vs-item3 .program-vs-list{
        padding: 0 2.34vw;
    }
    .program-vs-item2 .program-vs-list li::after{
        width: 2.08vw;
        height: 2.08vw;
        line-height: 2.08vw;
        margin-left: 2.08vw;
    }
    .program-vs-item2 .program-vs-list li span{
        width: 2.08vw;
        height: 2.08vw;
        line-height: 2.08vw;
        margin-left: 2.08vw;
        width: 4.69vw;
        height: 1.67vw;
        line-height: 1.67vw;
        margin-left: calc(4.69vw - 3px);
        font-size: .94vw;
    }
    .program-vs-item2 .program-vs-list li span::before{
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        left: -3px;
        top: -3px;
        border-radius: 2.08vw;
    }
    .program-val-text{
        font-size: 1.04vw;
    }
    .program-ser-list{
        margin: 0 -1.5vw;
    }
    .program-ser-list li{
        padding: 1.5vw;
    }
    .program-val-con{
        padding: 1.56vw;
    }
    .program-ser-item{
        padding: 4.18vw 1.04vw 2.09vw;
    }
    .program-ser-icon{
        width: 5vw;
        height: 5vw;
        margin-bottom: 2.6vw;
    }
    .program-ser-tit{
        font-size: 1.67vw;
    }
    .program-ser-des{
        max-width: 15.1vw;
        font-size: 1.25vw;
    }
    .program-case-list{
        margin: 0 -.78vw;
    }
    .program-case-list li{
        padding: .78vw;
    }
    .program-case-logo{
        font-size: 1.04vw;
        font-size: .94vw;
    }
    .program-case-logo img{
        max-height: 2.7vw;
    }
    .program-case-title{
        font-size: 1.2vw;
    }
    .program-case-line{
        margin: 0 2.6vw;
        max-height: 1.5vw;
    }
    .program-case-wx{
        font-size: .94vw;
    }
    .program-case-wx img{
        max-width: 5.2vw;
    }

    .appBg{
        padding: 2.6vw 0;
    }
    .app-ser-item{
        padding: 3.64vw 1.56vw;
    }
    .app-ser-icon{
        width: 4.375vw;
        height: 4.375vw;
        margin: 1.04vw auto;
    }
    .app-ser-tit{
        font-size: 1.25vw;
    }
    .app-ser-con{
        font-size: .94vw;
    }
    .webBg{
        padding: 2.6vw 0;
    }
    .web-solu-list li{
        margin: 2.34vw 0;
    }
    .web-solu-icon{
        width: 4vw;
        height: 4vw;
        margin-bottom: 2.08vw;
    }
    .web-solu-tit{
        font-size: 1.67vw;
    }

}
@media (max-width:1400px) {
    /* .boxCn{
        font-size: 32px;
    }
    .boxDes{
        font-size: 16px;
    } */
    .inTag span{
        font-size: 14px;
        padding: 2px 5px;
        margin: 2px;
        min-width: 80px;
    }
    .metaverse-shuzi-name{
        font-size: 14px;
    }
    .metaverse-shuzi-text{
        font-size: 14px;
    }
    .metaverse-shuzi-text p{
        padding-left: 20px;
    }
    .metaverse-shuzi-text p::before{
        width: 10px;
        height: 10px;
    }
    .metaverse-office-text{
        font-size: 14px;
    }
    .metaverse-office-left{
        font-size: 14px;
    }
    .metaverse-office-con{
        font-size: 14px;
    }
    .metaverse-ai-tedian-text{
        font-size: 14px;
    }
    .metaverse-xuni-des{
        font-size: 12px;
    }

}
@media (max-width:1200px) {
    .boxCn{
        font-size: 28px;
    }
    .boxDes{
        font-size: 14px;
    }
    .banService{
        padding-top: 60px;
    }
    .inTop{
        font-size: .28rem;
        margin-bottom: .2rem;
    }
    .inBot{
        font-size: 14px;
    }
    .sysBtn{
        width: 180px;
        line-height: 36px;
        font-size: 16px;
    }
    .sysBg1{
        padding: .8rem 0;
    }
    .sys1Box{
        max-width: 90%;
    }
    .sys1Text{
        font-size: 16px;
        margin: .2rem auto;
    }
    .sys2List li{
        margin: .6rem 0;
    }
    .sys2Tit{
        font-size: 22px;
    }
    .sys2Line{
        width: 50px;
        max-width: .6rem;
        height: 4px;
        max-height: .04rem;
        margin: .2rem 0;
    }
    .sys2Des{
        font-size: 16px;
    }
    .sys2Con{
        font-size: 14px;
        margin: .1rem 0;
    }
    .sys2Btn{
        margin-top: .2rem;
    }
    .sysBg3,
    .sysBg4,
    .sysBg5{
        margin: .6rem 0;
    }
    .sys3List li{
        min-height: 2.6rem;
    }
    .sys3Icon{
        width: 50px;
        height: 50px;
    }
    .sys3Tit{
        font-size: 16px;
    }
    .sys3Des{
        font-size: 14px;
    }
    .sys4List li{
        height: auto;
        min-height: 1.6rem;
    }
    .sys5Text{
        font-size: 14px;
        padding: .2rem .1rem .4rem;
    }
    .sys5Item{
        padding: .2rem;
    }
    .sys5Icon{
        width: 32px;
        height: 32px;
        max-width: .5rem;
        max-height: .5rem;
        /* margin-right: .1rem; */
    }
    .sys5Tit{
        font-size: 16px;
    }
    .sysBg6{
        padding: .3rem 0 0;
    }
    .sys6Box{
        padding: .3rem 0 .5rem;
    }
    .sys6Box::before{
        width: 60%;
    }
    .sys6Top{
        top: .3rem;
        width: 33.33%;
        padding-bottom: 18.8%;
        font-size: 18px;
    }
    .sys6More{
        width: 33.33%;
        padding-bottom: 18.8%;
        bottom: .5rem;
    }
    .sys6More a{
        font-size: 18px;
    }
    .sys6More a i{
        width: 30px;
        height: 30px;
    }
    .sys6List li{
        width: 33.33%;
    }
    .sys6List li:first-child{
        margin-left: 33.33%;
    }
    .sys6Logo img{
        max-height: .4rem;
    }
    .sys6Text{
        font-size: 14px;
    }
    .sys6Tit{
        font-size: 16px;
    }
    .sys6Tag span{
        margin: 0 2px;
    }
    .sysBg7{
        padding: .4rem 0 0;
        padding: 0;
    }
    .sys7Bg{
        padding: .6rem 0;
    }
    .sys7Box{
        padding: 0;
        margin: 0;
    }
    .sys7Tit{
        padding: .1rem;
    }
    .sys7List{
        margin: 0 -2px;
    }
    .sys7List::after{
        left: 2px;
        bottom: 2px;
        width: calc(25% - 4px);
        height: .1rem;
    }
    .sys7List li{
        padding: 2px;
    }
    .sys7Box .swiper-pagination{
        margin: .3rem 0;
    }
    .sys7Box .banBtn span{
        max-width: 40px;
        height: 40px;
        width: .6rem;
        height: .6rem;
    }
    .sys7Box .banPrev{
        left: 0;
        right: auto;
    }
    .sys7Box .banNext{
        left: auto;
        right: 0;
    }
    .sysBg8{
        padding: .1rem 0 .4rem;
    }
    .sys8Box .baseLink{
        display: flex;
    }
    .sys8List li{
        margin-bottom: .3rem;
    }
    .sys8Lef{
        float: none;
        width: 100%;
        margin-bottom: .2rem;
        animation-name: fadeInUp;
    }
    .sys8Img{
        width: 47.2%;
        max-width: 244px;
        max-width: 253px;
        flex-shrink: 0;
    }
    .sys8Lef .sys8Text{
        min-height: 0;
    }
    .sys8Lef .sys8Img .imgCover{
        height: 0;
        padding-bottom: 64.78%;
        padding-bottom: 54.26%;
    }
    .sys8Rig .sys8Img .imgCover{
        height: 0;
        padding-bottom: 64.78%;
        padding-bottom: 54.26%;
    }
    .sys8Text{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: .2rem !important;
        background-color: #FFFFFF;
        overflow: hidden;
    }
    .sys8Tit{
        font-size: 16px;
    }
    .sys8Con{
        font-size: 14px;
        margin: 0;
        -webkit-line-clamp:2;
    }
    .sys8More{
        margin: 0;
        display: none;
    }
    .sys8Rig{
        float: none;
        width: 100%;
        animation-name: fadeInUp;
    }
    .sys8List .sys8More{
        /* display: block; */
    }

    .whyTit{
        font-size: 20px;
    }
    .whyText{
        font-size: 16px;
        min-height: 1.4rem;
    }
    .whyText p{
        padding-left: 12px;
    }
    .whyText p::before{
        width: 6px;
        height: 6px;
        top: 12px;
    }
    .whyImg:nth-child(1){
        width: 43%;
        margin-left: 5%;
    }
    .whyImg:nth-child(3){
        width: 44%;
    }
    .whyImg:nth-child(4){
        width: 40%;
        margin-left: 3%;
    }

    .techBg1{
        padding: .3rem 0;
    }
    .tech1Item{
        padding: .4rem .2rem;
    }
    .tech1List{
        max-width: none;
        margin: .1rem -.1rem .2rem;
    }
    .tech1List li{
        padding: .1rem;
        margin: .1rem 0;
    }
    .tech1Ico{
        width: 54px;
        height: 54px;
        margin: 0 auto .2rem;
    }
    .tech1Text{
        font-size: 18px;
    }
    .tech1BotBg{
        padding: .2rem 0;
    }
    .tech1Bot{
        display: block;
    }
    .tech1Lef,
    .tech1Rig{
        width: 100%;
        max-width: 100%;
        margin: .3rem 0;
    }
    .tech1Lef .title{
        font-size: 22px;
        margin: .2rem 0;
    }
    .tech1Lef .zongzhi{
        font-size: 18px;
        margin: .1rem 0;
    }
    .tech1Lef{
        font-size: 14px;
    }
    .tech1Rig .title{
        font-size: 16px;
    }
    .tech1Rig .title i{
        width: 8px;
        height: 8px;
    }
    .tech1Rig .tel{
        font-size: .36rem;
        line-height: 2;
    }
    .tech1BotBg::before,
    .tech1BotBg::after{
        max-width: .3rem;
        max-height: .3rem;
        width: 30px;
        height: 30px;
    }
    .tech2List{
        margin: .2rem -.1rem;
    }
    .tech2List li{
        padding: .1rem;
    }
    .tech2Item{
        padding: .2rem;
    }
    .tech2Ico{
        margin-top: 0;
        width: 40px;
        height: 40px;
        margin-right: .1rem;
    }
    .tech2Tit{
        font-size: 18px;
    }
    .tech2Des{
        font-size: 12px;
    }
    .tech3Icon{
        width: 24px;
        height: 24px;
    }
    .tech3Tit{
        font-size: 16px;
    }
    .tech3Text{
        font-size: 12px;
    }
    .tech4TopBg{
        padding-bottom: 1rem;
    }
    .tech4Top{
        padding: .6rem 0;
    }
    .tech4Tit{
        font-size: .32rem;
    }
    .tech4Des{
        font-size: 14px;
    }
    .tech4Text{
        font-size: 14px;
        line-height: 2;
        margin-top: -1rem;
        padding: .5rem;
    }

    .humanBg1 .tech2Item{
        padding: .2rem;
    }
    .humanBg1 .tech2Ico{
        width: 40px;
        height: 40px;
    }
    .humanBg1 .tech2Tit{
        font-size: 18px;
    }
    .humanBg2 .tech3Icon{
        width: 28px;
        height: 28px;
    }

    .metaverse-yewu{
        flex-wrap: wrap;
        margin: .3rem 0 .5rem;
    }
    .metaverse-yewu li{
        flex: auto;
        width: 20%;
        background-color: #323333;
        border: 1px solid #FFFFFF;
    }
    .metaverse-yewu-img{
        width: 40px;
        height: 40px;
    }
    .metaverse-yewu-img-hover{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .metaverse-yewu-title{
        height: auto;
        font-size: 14px;
        margin-top: .1rem;
        color: #FFFFFF;
    }
    .metaverse-yewu li:hover .metaverse-yewu-title,
    .metaverse-yewu li.active .metaverse-yewu-title{
        height: auto;
        margin-top: .1rem;
    }
    .metaverse-tedian-tit{
        font-size: 16px;
    }
    .metaverse-lujing-tit{
        text-align: center;
    }
    .metaverse-lujing-tit span{
        width: 80%;
        font-size: 14px;
        min-width: 80%;
    }
    .metaverse-tab{
        font-size: 16px;
    }
    .metaverse-tab li span{
        padding: .1rem 0;
    }
    .metaverse-service-text{
        max-width: 1054px;
        font-size: 16px;
        margin: .3rem 0;
    }
    .metaverse-service-line{
        margin: .3rem auto;
        height: 3px;
    }
    .metaverse-shuzi-title{
        font-size: 18px;
    }
    .metaverse-shuzi-icon{
        width: 36px;
        height: 36px;
    }
    .metaverse-shuzi-top{
        padding-left: .2rem;
    }
    .metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(1) .metaverse-shuzi-pic{
        transform: translateX(.2rem);
    }
    .metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(3) .metaverse-shuzi-pic{
        transform: translateX(-.2rem);
    }
    .metaverse-office-top{
        margin: .3rem -5px;
    }
    .metaverse-office-left{
        padding: .2rem;
    }
    .metaverse-office-left-line{
        width: 40px;
        height: 3px;
        margin-bottom: .1rem;
    }
    .metaverse-office-btn{
        padding: .2rem 0;
    }
    .metaverse-office-btn span{
        width: 30px;
        height: 30px;
    }
    .metaverse-office-right{
        padding-top: calc(.4rem + 30px);
    }
    .metaverse-office-right-con{
        padding: .2rem;
        height: calc(100% - .2rem);
    }
    .metaverse-office-name{
        font-size: 16px;
    }
    .metaverse-ai-vs-title{
        font-size: 16px;
        padding: .2rem .1rem;
        min-height: 180px;
    }
    .metaverse-ai-vs-list li{
        min-height: 1rem;
    }
    .metaverse-ai-vs-text{
        padding: .15rem;
    }
    .metaverse-ai-vs-name{
        font-size: 16px;
    }
    .metaverse-ai-vs-line{
        height: 2px;
    }
    .metaverse-ai-vs-con{
        font-size: 12px;
    }
    .metaverse-ai-youshi{
        justify-content: center;
    }
    .metaverse-ai-youshi li{
        width: 33.33%;
    }
    .metaverse-ai-youshi-title{
        font-size: 14px;
        margin-bottom: -15px;
        min-width: 80%;
    }
    .metaverse-xuni-tit{
        font-size: 16px;
    }
    .metaverse-xuni-app{
        margin: .5rem -2px;
    }
    .metaverse-xuni-app-text{
        font-size: 14px;
    }
    .metaverse-xuni-app-text h4{
        font-size: 16px;
    }
    .metaverse-xuni-app-text ul{
        font-size: 14px;
        margin-top: .1rem;
    }
    .metaverse-youxi-title{
        font-size: .24rem;
    }

    .iotDes{
        width: 100%;
        font-size: 14px;
    }
    .iot1List{
        max-width: 100%;
    }
    .iot1List .sys2Con{
        max-width: 90%;
    }
    .iotBg2{
        padding: .5rem 0;
    }
    .iot2{
        display: block;
    }
    .iot2Tab{
        width: 100%;
        flex-direction: row;
    }
    .iot2Tab li{
        flex: 1;
        font-size: 14px;
        padding: .15rem !important;
        margin: 0 !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .iot2List{
        margin: .3rem 0;
    }
    .iot2Item{
        min-height: 0;
    }
    .iot2Text{
        font-size: 14px;
        padding: .3rem;
    }
    .iot2Text h3{
        font-size: 16px;
    }
    .iot2Text .sysBtn{
        margin-top: .3rem;
    }
    .programBg{
        padding: .5rem 0;
    }
    .program-vs-tit{
        font-size: 16px;
        line-height: 3;
    }
    .program-vs-list{
        font-size: 14px;
    }
    .program-vs-list li{
        padding: .12rem 0;
    }
    .program-vs-item1{
        width: 20%;
    }
    .program-vs-item2{
        width: 45%;
    }
    .program-vs-item3{
        width: 35%;
    }
    .program-vs-item1 .program-vs-list{
        padding: 0 .2rem;
    }
    .program-vs-item2 .program-vs-list{
        padding: 0 .3rem .2rem;
    }
    .program-vs-item3 .program-vs-list{
        padding: 0 .2rem;
    }
    .program-vs-item2 .program-vs-list li::after{
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-left: .3rem;
    }
    .program-vs-item2 .program-vs-list li span{
        width: 50px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        margin-left: 50px;
    }
    .program-vs-item2 .program-vs-list li span::before{
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        left: -2px;
        top: -2px;
        border-radius: 20px;
    }
    .program-val-list{
        justify-content: center;
    }
    .program-val-list li{
        width: 50%;
    }
    .program-val-list li:nth-child(5){
        width: 100%;
        flex-direction: row-reverse;
    }
    .program-val-list li:nth-child(5) .program-val-img{
        flex: auto;
        padding-bottom: 40%;
    }
    .program-val-list li:nth-child(5) .program-val-text{
        width: 50%;
        padding-bottom: 40%;
    }
    .program-val-text{
        font-size: .18rem;
    }
    .program-val-con{
        padding: .3rem;
    }
    .program-ser-list{
        margin: 0 -.1rem;
    }
    .program-ser-list li{
        padding: .1rem;
    }
    .program-ser-item{
        padding: .6rem .3rem;
        padding: .4rem .3rem;
    }
    .program-ser-icon{
        width: 60px;
        height: 60px;
    }
    .program-ser-tit{
        font-size: 18px;
    }
    .program-ser-des{
        font-size: 14px;
        max-width: 200px;
    }
    .program-ser-item .sysBtn{
        opacity: 1;
        transform: translateY(0);
        margin-top: .2rem;
    }
    .program-case-list{
        margin: 0 -.1rem;
    }
    .program-case-list li{
        padding: .1rem;
    }
    .program-case-item{
        height: 100%;
        background-color: rgba(40, 170, 170, 1);
    }
    .progarm-case-hover{
        position: static;
        opacity: 1;
        visibility: visible;
        height: auto;
        background-color: rgba(40, 170, 170, 1);
    }
    .program-case-logo,
    .program-case-wx{
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        font-size: 12px;
        width: 100%;
    }
    .program-case-logo img{
        max-height: .4rem;
    }
    .program-case-logo p{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .program-case-title{
        font-size: 16px;
    }
    .program-case-wx img{
        max-width: .8rem;
    }
    .program-case-line{
        margin: 0 .3rem;
        max-height: .5rem;
    }
    .appBg{
        padding: .5rem 0;
    }
    .app-ser-item{
        padding: .3rem .2rem;
    }
    .app-ser-icon{
        width: 50px;
        height: 50px;
        margin: .1rem auto;
    }
    .app-ser-tit{
        font-size: 18px;
    }
    .app-ser-con{
        font-size: 14px;
    }
    /* .appBg2 .sys6Top{
        font-size: 16px;
    }
    .appBg2 .sys6TopText{
        max-width: 100%;
    } */
    .webBg{
        padding: .5rem 0;
    }
    .web-solu-list li{
        margin: .3rem 0;
    }
    .web-solu-icon{
        width: 50px;
        height: 50px;
        margin-bottom: .2rem;
    }
    .web-solu-tit{
        font-size: 18px;
    }


}
@media (max-width:991px) {
    .inTop{
        max-width: 55%;
        font-size: .24rem;
    }
    .inTag{
        display: none;
    }
    .sys1Text{
        margin: 0 auto;
    }
    .sys2List li{
        display: block;
        margin: .4rem 0;
    }
    .sys2Img{
        width: 100%;
        margin: .1rem 0 !important;
        text-align: center;
    }
    .sys2Img img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .sys2Text{
        max-width: 630px !important;
        margin: .1rem auto !important;
        text-align: center !important;
    }
    .sys2Tit{
        font-size: 20px;
    }
    .sys2Line{
        margin: .2rem auto;
    }
    .sys2Btn{
        margin: .2rem auto 0;
    }
    .sys2List li:nth-child(2n + 1) .sys2Img{
        text-align: left;
    }
    .sys2List li:nth-child(2n) .sys2Text{
        margin-left: auto !important;
    }
    .sys4List{
        padding-left: .2rem;
    }
    .sys4List li{
        width: 30%;
        margin-top: .2rem;
        margin-left: -.2rem;
    }
    .sys5Item{
        width: 33.33%;
    }
    .sys5Tit{
        font-size: 18px;
    }
    .sys6Top{
        font-size: 16px;
    }
    .sys7Tit{
        font-size: 16px;
        padding: .1rem;
    }
    .whyItem{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .whyRig{
        width: 80%;
        max-width: 570px;
        margin: 0 auto .3rem;
    }
    .whyLef{
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    .whyButton{
        position: static;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .whyButton span{
        width: 36px;
        height: 36px;
        margin: 0 5px;
        transform: rotate(-90deg);
    }
    .whyList .swiper-pagination{
        text-align: center;
    }
    .whyBtn{
        margin: .3rem auto;
    }
    .humanBg1 .tech2List li{
        width: 50%;
    }



    .iot1List .sys2Img{
        width: 100%;
    }
    .iot2Item{
        position: relative;
        overflow: hidden;
    }
    .iot2Img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        filter: blur(5px);
    }
    .iot2Text{
        position: relative;
        background-color: rgba(255, 255, 255, 0.65);
    }
    .iot2Text .sysBtn{
        margin: .3rem auto 0;
    }
    .app-ser-list li{
        width: 50%;
    }
    /* .appBg2 .sys6Top{
        width: 50%;
        padding-bottom: 28.1%;
    }
    .appBg2 .sys6List li{
        width: 50%;
    }
    .appBg2 .sys6List li:first-child{
        margin-left: 50%;
    }
    .appBg2 .sys6More{
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        background-color: transparent !important;
        margin-top: .6rem;
    }
    .appBg2 .sys6More a{
        position: static;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: transparent !important;
    }
    .appBg2 .sys6More a i{
        margin: 0;
        margin-left: .1rem;
    } */
    .web-solu-list li{
        width: 33.33%;
    }
    .techBg4{
        padding: 0 0 .6rem;
    }

}
@media (max-width:767px) {
    .banIn{
        height: 3rem;
        max-height: none;
    }
    .banIn .inImg img{
        width: 120%;
        margin-left: -20%;
    }
    .boxCn{
        font-size: 24px;
    }
    .banService{
        padding-top: 0;
    }
    .banTech{
        height: 3rem;
        max-height: none;
    }
    .inBot{
        display: none;
    }
    .sys5Text{
        font-size: 12px;
    }
    .sys5Item{
        width: 50%;
    }
    .sys5Tit{
        font-size: 16px;
    }
    .sys7Box .banBtn span{
        display: block;
    }
    .whyTit{
        font-size: 18px;
    }
    .whyText{
        font-size: 14px;
        margin: .2rem 0;
        min-height: 0;
    }
    .tech1List li{
        margin: .1rem 0;
    }
    .tech1Item{
        padding: .2rem;
    }
    .tech1Text{
        font-size: 16px;
    }
    .tech2List li{
        width: 100%;
    }
    .metaverse-tedian li{
        display: flex;
        width: 100%;
    }
    .metaverse-tedian-img{
        width: 50%;
        padding-bottom: 50%;
    }
    .metaverse-tedian-text{
        width: 50%;
        padding-bottom: 50%;
    }
    .metaverse-tedian li:nth-child(2n){
        flex-direction: row-reverse;
    }
    .metaverse-shuzi{
        display: block;
    }
    .metaverse-shuzi-item{
        width: 100%;
        padding: .3rem;
    }
    .metaverse-shuzi-item:nth-child(2){
        position: relative;
        width: 100%;
        min-height: 2rem;
        overflow: hidden;
    }
    .metaverse-shuzi-top{
        padding-left: 0;
    }
    .metaverse-shuzi-pic{
        margin: 0;
    }
    .metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(1) .metaverse-shuzi-pic{
        transform: translate(-.3rem,.5rem);
        text-align: left;
    }
    .metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(3) .metaverse-shuzi-pic{
        transform: translate(.3rem,-.5rem);
        text-align: right;
    }
    .metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(3) .metaverse-shuzi-top{
        text-align: right;
    }
    .metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(3) .metaverse-shuzi-top p{
        padding-left: 0;
        padding-right: 20px;
    }
    .metaverse-shuzi-2 .metaverse-shuzi-item:nth-child(3) .metaverse-shuzi-text p::before{
        left: auto;
        right: 0;
    }
    .metaverse-office-top{
        display: block;
        margin: .3rem 0;
    }
    .metaverse-office-list{
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
    .metaverse-office-text{
        width: 100%;
        padding: .5rem .3rem;
    }
    .metaverse-office-bot{
        display: block;
    }
    .metaverse-office-left{
        width: 100%;
        padding: .5rem .3rem;
    }
    .metaverse-office-swiper{
        width: 100%;
    }
    .metaverse-office-pic{
        padding-bottom: 80%;
        height: 0;
        overflow: hidden;
    }
    .metaverse-office-pic img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .metaverse-office-btn{
        display: none;
    }
    .metaverse-office-right{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .metaverse-office-right-con{
        padding: .5rem .3rem;
    }
    .metaverse-office-line{
        margin: .2rem 0 .3rem;
    }
    .metaverse-office-page{
        display: block;
    }
    .metaverse-ai-vs{
        display: block;
    }
    .metaverse-ai-vs-item{
        width: 100%;
    }
    .metaverse-ai-vs-bg{
        padding: .3rem !important;
    }
    .metaverse-ai-vs-title{
        float: none;
        font-size: 18px;
        writing-mode: initial;
        min-height: 0;
    }
    .metaverse-ai-vs-list{
        margin: 0;
    }
    .metaverse-ai-vs-list li{
        align-items: center;
    }
    .metaverse-ai-vs-img{
        max-width: 218px;
    }
    .metaverse-ai-vs-item:nth-child(2){
        width: 100%;
    }
    .metaverse-ai-vs-item:nth-child(2) .vsImg{
        width: 1rem;
    }
    .metaverse-ai-vs-item:nth-child(3) .metaverse-ai-vs-title{
        float: none;
    }
    .metaverse-ai-tedian li{
        width: 50%;
    }
    .metaverse-xuni-list li{
        width: 100%;
    }  
    .metaverse-xuni-text{
        right: 0;
        max-width: 90%;
        margin: 0 auto;
    }
    .metaverse-xuni-app{
        flex-wrap: wrap;
    }
    .metaverse-xuni-app li:nth-child(1){
        width: 61%;
    }
    .metaverse-xuni-app li:nth-child(1) .metaverse-xuni-app-img:last-child{
        margin-left: 0;
    }
    .metaverse-xuni-app li:nth-child(2){
        width: 38%;
    }
    .metaverse-xuni-app li:nth-child(2) .metaverse-xuni-app-img{
        padding-bottom: 182.5%;
    }
    .metaverse-xuni-app li:nth-child(3){
        width: 100%;
    }
    .metaverse-xuni-app li:nth-child(3) .metaverse-xuni-app-img:first-child{
        margin-right: 0;
    }
    .metaverse-xuni-app-text{
        padding: .3rem;
        margin-top: 2px;
        margin-left: 0;
        min-height: 0;
    }
    .metaverse-xuni-app-text ul{
        display: block;
    }

    .program-ser-list li{
        width: 50%;
        flex: auto;
    }
    .program-ser-item{
        display: flex;
        flex-wrap: wrap;
        padding: .3rem;
    }
    .program-ser-icon{
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        max-width: .6rem;
        max-height: .6rem;
        margin: 0;
        margin-right: .15rem;
        margin-top: .1rem;
    }
    .program-ser-text{
        flex: auto;
        overflow: hidden;
        text-align: left;
    }
    .program-ser-des{
        max-width: 100%;
        margin: .1rem 0;
    }
    .program-ser-list li:hover .program-ser-icon,    
    .program-ser-list li:hover .program-ser-text{
        transform: translateY(0);
    }
    
    .banHuman .inTag{
        display: flex;
        max-width: 60%;
    }


}
@media (max-width:640px) {
    .sys1Box::before,
    .sys1Box::after{
        border-width: 1px;
    }
    .sys1Text{
        font-size: 14px;
    }
    .sys1Text span{
        font-size: 140%;
    }
    .sys2Tit{
        font-size: 18px;
    }
    .sys3List{
        flex-wrap: wrap;
    }
    .sys3List li{
        width: 50%;
    }
    .sys3List li:nth-child(4n){
        background-color: rgba(40, 170, 170, 0.05);
    }
    .sys3List li:nth-child(4n-1){
        background-color: rgba(51, 54, 85, 0.05);
    }
    .sys5Tit{
        font-size: 16px;
    }
    .sys6List li{
        width: 50%;
    }
    .sys6List li:first-child{
        margin-left: 50%;
    }
    .sys6Top,
    .sys6More{
        width: 50%;
        padding-bottom: 28.1%;
    }

    .sys7List{
        display: flex;
        flex-wrap: wrap;
    }
    .sys7List::after{
        display: none;
    }
    .sys7List li{
        width: 33.33%;
        order: 1;
    }
    .sys7List li:first-child{
        display: none;
    }
    .sys7List li:nth-child(1) .imgCover{
        padding-bottom: 135.31%;
    }
    .sys7List li:nth-child(1) .imgCover img{
        object-fit: contain;
    }
    .sys7List li:nth-child(5),
    .sys7List li:nth-child(6),
    .sys7List li:nth-child(7),
    .sys7List li:nth-child(8){
        width: 25%;
        order: 3;
    }
    .sys7Tit{
        font-size: 14px;
    }
    .sys8Text{
        justify-content: space-evenly;
    }
    .sys8Con{
        line-height: 1.6;
        -webkit-line-clamp:2;
    }
    .sys8More{
        display: none !important;
    }
    .banTech .inTop{
        max-width: 36%;
        font-size: .36rem;
    }
    .banTech .inTop p span{
        display: none;
    }
    .tech1Lef{
        font-size: 12px;
    }
    .tech1Lef .title{
        font-size: 18px;
    }
    .tech1Lef .zongzhi{
        font-size: 16px;
    }

    
    .banMetaverse .inTop{
        max-width: 55%;
        font-size: .36rem;
    }
    .metaverse-yewu li{
        width: 25%;
    }
    .metaverse-lujing{
        margin: 0 -2px;
    }
    .metaverse-lujing li{
        width: 100%;
        padding: 2px;
    }
    .metaverse-lujing-img{
        padding-bottom: 42%;
    }
    .metaverse-youxi-list .metaverse-lujing-tit span{
        text-align: center;
    }
    .metaverse-tab{
        margin: 0 -.1rem;
        text-align: center;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .metaverse-tab li{
        padding: 0 .1rem;
    }
    .metaverse-tab li span{
        height: 100%;
        line-height: 1.2;
        padding: .25rem 0;
        white-space: nowrap;
    }
    .metaverse-ai-item .boxCn br{
        display: block;
    }
    .metaverse-youxi-title{
        font-size: .32rem;
    }

    
    .banProgram .inTop{
        max-width: 55%;
        font-size: .36rem;
    }
    .banProgram br{
        display: block;
    }
    .program-vs-item1{
        display: none;
    }
    .program-vs-item2{
        width: 51%;
    }
    .program-vs-item3{
        width: 49%;
    }
    .programBg3 .boxCn span i{
        display: block;
        font-size: 0;
        height: 0;
        overflow: hidden;
    }
    .program-case-list li{
        width: 50%;
    }
    .progarm-case-hover{
        position: absolute;
        right: 0;
        bottom: 0;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        display: none;
    }
    .program-case-con{
        display: block;
        padding: .1rem;
    }
    .program-case-logo,
    .program-case-line{
        display: none;
    }
    .program-case-wx{
        text-align: center;
    }
    .program-case-wx img{
        width: 100%;
        max-width: 1rem;
    }
    .program-case-wx p{
        display: none;
    }
    .banApp .inTop{
        margin-bottom: .1rem;
    }
    .banApp .inBot{
        display: block;
        max-width: 60%;
    }
    .banApp .inBot p:nth-child(1){
        display: none;
    }
    .banApp br{
        display: none;
    }
    /* .appBg2 .sys6Box::before{
        width: 100%;
    }
    .appBg2 .sys6Top{
        position: static;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .appBg2 .sys6TopCon i{
        margin: 0 auto .2rem;
    }
    .appBg2 .sys6List li{
        width: 100%;
    }
    .appBg2 .sys6List li:first-child{
        margin-left: 0;
    } */
    .sys6Text{
        display: none;
    }
    .sys6Btn{
        display: block;
        margin: .4rem auto .3rem;
    }
    .webBg1 .boxTit{
        max-width: 300px;
        margin: 0 auto;
    }
    .web-solu-tit{
        font-size: 16px;
    }
    .banIot .inTop{
        max-width: 60%;
        font-size: .36rem;
    }
    .iot2Tab li span i{
        display: none;
    }
    .banHuman .inTop{
        max-width: 55%;
        font-size: .36rem;
        margin-bottom: .1rem;
    }
    .banHuman .inTag span{
        min-width: 0;
        font-size: 12px;
        line-height: 1.8;
        padding: 2px 5px;
    }
    .banConsult .inTop{
        max-width: 60%;
        font-size: .36rem;
    }
}
@media (max-width:460px) {
    .sysBtn{
        width: 160px;
        font-size: 14px;
    }
    .sys2Tit{
        font-size: 16px;
    }
    .sys2Des{
        font-size: 14px;
        font-weight: bold;
    }
    .sys3Tit{
        font-size: 14px;
    }
    .sys5Tit{
        font-size: 14px;
    }
    .sys6Top{
        font-size: 14px;
    }
    .sys6More a{
        font-size: 16px;
    }
    .sys6Text{
        font-size: 12px;
    }
    .sys6Tit{
        font-size: 14px;
    }
    .sys7Tit{
        font-size: 12px;
    }
    /* .sys7List li:nth-child(6),
    .sys7List li:nth-child(7),
    .sys7List li:nth-child(8){
        width: 33.33%;
    }
    .sys7List li:nth-child(5),
    .sys7List li:first-child{
        width: 50%;
    } */

    .sys8List .sys8Img,
    .sys8Img{
        width: 40%;
    }
    .sys8Img .imgCover{
        padding-bottom: 73%;
    }
    .sys8Tit{
        font-size: 14px;
        -webkit-line-clamp:3;
    }
    .sys8Con{
        display: none;
    }

    .whyTit{
        font-size: 16px;
        font-weight: bold;
    }
    .techBg1{
        padding: .3rem 0 .5rem;
    }
    .tech1Rig .tel{
        font-size: .48rem;
    }
    .tech1Text{
        font-size: 14px;
    }
    .tech2Tit{
        font-size: 16px;
    }
    .techBg3 .sys4List li{
        width: 50%;
    }
    .tech4Tit{
        font-size: .4rem;
    }
    .tech4Text{
        padding: .3rem;
    }


    .humanBg1 .tech2List li{
        width: 100%;
    }
    .humanBg1 .tech2Tit{
        font-size: 16px;
    }
    .metaverse-yewu li{
        width: 50%;
    }
    .metaverse-service-text{
        font-size: 14px;
    }
    .metaverse-tab{
        font-size: 15px;
    }
    .metaverse-ai-youshi li{
        width: 50%;
    }
    .metaverse-ai-youshi li:nth-child(5){
        display: none;
    }
    .metaverse-youxi-title{
        font-size: .36rem;
    }

    .program-vs-tit{
        line-height: 2.2;
    }
    .program-vs-list{
        font-size: 12px;
    }
    .program-vs-item2 .program-vs-list li::after{
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .program-vs-item3 .program-vs-list li{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .program-vs-item2 .program-vs-list li span{
        margin-left: calc(50px - .15rem);
    }
    .program-val-img{
        padding-bottom: 85%;
    }
    .program-val-text{
        font-size: .24rem;
        padding-bottom: 85%;
    }
    .program-ser-list li{
        width: 100%;
    }
    .program-ser-tit{
        font-size: 16px;
    }
    /* .program-case-list li{
        width: 100%;
    } */
    .program-case-wx img{
        max-width: 1.6rem;
    }
    .program-case-btn{
        display: block;
        width: 50%;
        min-width: 70px;
        line-height: 2;
        margin: .2rem auto .3rem;
    }
    .program-case-more{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        font-size: 16px;
        color: #333655;
        font-weight: bold;
        background-color: transparent;
    }
    .program-case-more::before{
        display: none;
    }
    .program-case-more::after{
        display: block;
        content: "";
        width: 30px;
        height: 30px;
        max-width: .42rem;
        max-height: .42rem;
        margin-left: .1rem;
        background: url(../images/service/system/caseMore@2x.png) center center no-repeat;
        background-size: contain;
    }
    .app-ser-tit{
        font-size: 16px;
    }
    .app-ser-con{
        font-size: 12px;
    }
    /* .appBg2 .sys6Top{
        font-size: 12px;
    } */
    .web-solu-list li{
        width: 50%;
    }
    .web-solu-tit{
        font-size: 14px;
    }
}