@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-webkit-keyframes rotatebox{
    from{
        -webkit-transform:rotate(0deg);
    }       
    to{
        -webkit-transform:rotate(45deg);
    }                       
}
@keyframes largetomin{
    0%{
        transform: scale(1.2,1.2);  /*缩放*/
    }  /*起止状态*/
    100%{
        transform: scale(1,1);  /*放大*/
    }  /*终止状态*/
}
/*从右到左进入*/
@keyframes fadeInRight
{
    from {
        transform: translateX(50px);
        opacity: 0 
    }
    to {
        transform: translateX(0px);
        opacity: 1 
    }
}
/*从左到右进入*/
@keyframes fadeInleft
{
    from {
        transform: translateX(-50px);
        opacity: 0; 
    }
    to {
        transform: translateX(0px);
        opacity: 1; 
    }
}

.page-wrapper {
    overflow: hidden;
    flex: 1 0 auto;
    width: 100%;
    padding-top: 84px;
    flex-direction: column;
    display: flex;
    align-items: center;
    background: rgb(250, 250, 250);
}
.topBgShow{
    position: absolute;
    z-index: 0;
    top: 85px;
    right: 0;
    width: 270px;
    height: 270px;
}
.pageContent{
    flex-direction: column;
    display: flex;
    align-items: center;
}

h1{
    font-size: 3.125rem;
    font-weight: bold;
    line-height: 62px;
    letter-spacing: 0;
    color: #001b50;
    padding-top: 40px;
    text-align: center;
}
h2 {
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0;
    color: #001b50;
}
h3{
    color: #001b50;
}
p, a, li {
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: inherit;
    font-size: 1rem;
    /* text-align: center; */
    color: #001b50;
}

.score-button {
    font-weight: bold;
    line-height: 15px;
    display: inline-block;
    padding: 18px 32px 15px 32px;
    cursor: pointer;
    /* transition: all ease 0.3s; */
    text-align: center;
    color: #203367;
    /* border: none;
    font-size: .9375rem; */
}
.score-button.text-link {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background: transparent;
}
.score-button.text-link::after{
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    transition: all ease 0.3s;
    background-color: #00b8f1;
}
.score-button.text-link:hover::after {
    bottom: -12px;
    height: 6px;
  }
.score-stripe.by-solutions{
    position: relative;
    /* overflow: hidden; */
}
.score-stripe.by-solutions:after {
    /* position: absolute;
    z-index: 1;
    top: -400px;
    right: -450px;
    width: 700px;
    height: 700px;
    content: '';
    background-image: url(../images/solutions/flower-dots.svg);
    background-repeat: no-repeat;
    background-size: 700px 700px; */
}
.introduceTitle{
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #001b50;
    font-size: 1rem;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 28px;

}
.lineBottom{
    width: 45px;
    height: 1px;
    background: #00b8f1;
    margin-top: 10px;
}
.lineBottomLuminate{
    margin-top: 0px;
}
.leftTabView{
   width: 65%;
   flex-direction: column;
   display: flex; 
}
.rightTabView{
    width: 35%;
    flex-direction: column;
    display: flex;
    background-color: #f6f6f6;
}
.leftTopView{
    padding-left: 40px;
    width: 100%;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgb(250, 250, 250);
}
.leftTopItem{
   width: 190px;
   height: 53px;
   background: #00b8f1; 
   margin-right: 10px;
   color: #203367;
   text-align: center;
   line-height: 53px;
   font-size: 1.125rem;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   display: flex;
}
.leftTopItemCursor{
    cursor: pointer;
}
.leftTopItem.active{
    color: white;
    background: #203367; 
 }
.leftBottomView{
   width: 100%;
   flex-direction: column;
   display:flex;
   align-items: center;
   background: #203367;
   /* height: 448px; */
}
.rightBottomView{
    width: 100%;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    background: #f6f6f6;
    /* height: 448px; */
    border-top: 3px solid #00b8f1;
    /* padding:  32px 42px 12px 42px; */
}
.leftBottomTitle{
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 0.9375rem !important;
    width: 100%;
}
.rightBottomTitle{
    color: #001b50;
    text-align: left;
    font-size: 0.9375rem !important;
    font-weight: bold;
}
.leftBottomTitleTop{
   margin-top: 0px;
   padding-left: 0;
   padding-right: 0;
}
.bottomListContent{
    width: 100%;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.bottomListContentItem{
    width: 50%;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 36px;
}
.imageIcon{
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
.petal-wrapper {
    display: none;
    margin-top: 160px;
}
.dotted-area{
    display: block;
}

  
.dotted-area{
    animation: rotation cubic-bezier(0.21, 0.95, 0.68, 0.95);
    animation-duration: 2.8s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}
.petal-container-outer{
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    display: none;
}
.info{
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: 276px;
    min-height: 111px;
    position: relative; 
    opacity: 0;
}
.infoAnimated0{
    animation: fadeInleft cubic-bezier(0.39, 0.06, 0.46, 0.91);
    animation-delay: 0.2s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; 
}
.infoAnimated1{
    animation: fadeInRight cubic-bezier(0.39, 0.06, 0.46, 0.91);
    animation-delay: 0.4s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; 
}
.infoAnimated2{
    animation: fadeInRight cubic-bezier(0.39, 0.06, 0.46, 0.91);
    animation-delay: 0.6s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; 
}
.infoAnimated3{
    animation: fadeInRight cubic-bezier(0.39, 0.06, 0.46, 0.91);
    animation-delay: 0.8s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; 
}
.infoAnimated4{
    animation: fadeInRight cubic-bezier(0.39, 0.06, 0.46, 0.91);
    animation-delay: 1s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; 
}
.infoAnimated5{
    animation: fadeInleft cubic-bezier(0.39, 0.06, 0.46, 0.91);
    animation-delay: 1.2s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; 
}
.infoAnimated6{
    animation: fadeInleft cubic-bezier(0.39, 0.06, 0.46, 0.91);
    animation-delay: 1.4s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; 
}
.infoAnimated7{
    animation: fadeInleft cubic-bezier(0.39, 0.06, 0.46, 0.91);
    animation-delay: 1.6s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; 
}
.petal-container-inner {
    display: none;
}

.leafIcon{
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2000;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(270deg);
    margin-left: 30px;

}
.analyticsinsights{
    background-image: url("../images/solutions/Towericon.svg"); 
    transform: rotate(45deg); 
}

.analyticsinsightsHover{
    background-image: url("../images/solutions/Towericonwhite.svg"); 
}

.datamanagement{
    background-image: url("../images/solutions/AI-MLicon.svg");
    transform: rotate(0deg); 
}
.datamanagementHover{
    background-image: url("../images/solutions/AI-MLiconwhite.svg"); 
}

.ux{
    background-image: url("../images/solutions/IoTnavy.svg");
    transform: rotate(-45deg);  
}
.uxHover{
    background-image: url("../images/solutions/IoTwhite.svg"); 
}

.workfloworchestration{
    background-image: url("../images/solutions/Integrationavy.svg"); 
    transform: rotate(-90deg);  
}
.workfloworchestrationHover{
    background-image: url("../images/solutions/Integrationwhite.svg"); 
}

.controltower{
    background-image: url("../images/solutions/AnalyticsMobilitynavy.svg"); 
    transform: rotate(-135deg); 
}
.controltowerHover{
    background-image: url("../images/solutions/AnalyticsMobilitywhite.svg"); 
}

.rtificialintelligencemachinelearning{
    background-image: url("../images/solutions/Ecosystemnavy.svg"); 
    transform: rotate(-180deg); 
}
.rtificialintelligencemachinelearningHover{
    background-image: url("../images/solutions/Ecosystemwhite.svg"); 
}
.internetofthings{
    background-image: url("../images/solutions/SupplyPlanicon.svg");
    transform: rotate(-225deg); 
}
.internetofthingsHover{
    background-image: url("../images/solutions/SupplyPlaniconwhite.svg"); 
}
.microservices{
    background-image: url("../images/solutions/APIServicesiconnavy.svg");
    transform: rotate(-270deg);  
}
.microservicesHover{
    background-image: url("../images/solutions/APIServicesiconwhite.svg"); 
}

.scaleTitleRow{
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 22px);
}

.bottomView{
    margin-top: 240px;
    width: 100%;
    /* height: 603px; */
    position: relative;
    flex-direction: row;
    display: flex;
    align-items: flex-end;
    justify-content: center; 
}

.globle{
    width: 100%;
    height: 100%;
    animation-name: largetomin;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: running;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.soluctionBottonBg{
    width: 100%;
    height: 100%;
}

.getStartNow{
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 15px;
    display: inline-block;
    padding: 18px 32px 15px 32px;
    cursor: pointer;
    transition: all ease 0.3s;
    text-align: center;
    text-decoration: none;
    color: #203367;
    border: 2px solid #00b8f1;
    border-radius: 5px;
    background: transparent;
    font-size: .9375rem;
    margin-top: 30px;
}
.getStartNow:hover{
    background-color: #00b8f1;
}
.bottomBlank{
    margin-bottom: 20px;
}
.noCircleView{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
}
.noCircleViewItem{
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin-top: 50px;
}
.noCircleViewItemImage{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.detailHeight{
    height: 50px;
    margin-top: 10px;
}

.leftBottomLine{
    border-bottom: 1px solid transparent; 
    width:auto;
    margin:0 auto;
    line-height:30px
}
.leftBottomLine.active{
    border-bottom: 1px solid #00b8f1;
}
.contactModule {
    overflow: hidden;
    background: url(../images/services/contaceBg.png) no-repeat;
    background-size: 125% 99%;
    transition: all .7s;
    background-position: center center;
  }
  
  .contactModule .c-container {
    position: relative;
  }
  
  .contactModule .c-container .contactText {
    padding-top: 100px;
    background: url(../images/services/promo-globe-mask.png) 0 0 no-repeat;
    background-size: cover;
    background-position-x: 250px;
    transition: all 1s;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  
  .contactModule .c-container .contactText::before {
    content: '';
    position: absolute;
    transition: all 2s;
    width: 100vw;
    height: 100%;
    background-color: white;
    top: 0;
    left: -62%;
  }
  
  .contactModule .c-container .contactText .CStitle {
    text-align: center;
  }
  
  .contactModule .c-container .contactText .score-bu {
    margin: 0 auto;
    width: 45%;
  }
  
  .contactModule .c-container .contactText .score-bu .button {
    position: relative;
    left: 20%;
    margin-top: 20px;
    transform: translate(-50%, 0);
  }
  
  .contactModule .c-container .contactText .score-bu .videoAction {
    left: 25%;
    font-size: 1rem;
    font-weight: bold;
    color: #004990;
    text-decoration: none;
    word-wrap: break-word;
    position: relative;
    line-height: 15px;
  }
  
  .contactModule .c-container .contactText .score-bu .videoAction::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    transition: all ease 0.3s;
    background-color: #00b8f1;
  }
  
  .contactModule .c-container .contactText .score-bu .videoAction:hover::after {
    bottom: -12px;
    height: 6px;
  }
  
@media (max-width:767px){
    .noCircleView{
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }
    .pageContent{
        width: 100vw;
        margin-top: 50px;
    }
    .noCircleViewItem{
       width: 90%;
    }
    .tabContentView{
        display: none;
    }
    .bottomView{
        position: relative;
        margin-top: 60px;
        height: 300px;
    }

    h2{
        text-align: center;
        font-size: 1.625rem;
    }
    h1{
       padding-top: 0px;
       font-size: 1.625rem;
       line-height: 2rem;
    }
    p{
        font-size: 1rem;
        width: 80%;
    }
    .mobileTabView{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .mobileTabViewItem{
        width: 84vw;
        min-height: 13vw;
        background-color: #001b50;
        color: white;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1rem;;
        border-radius: 3px;
    }
    .editImage{
        width: 14px;
        height: 14px;
        margin-right: 15px;
    }
    .boderColor{
        border: 1px solid #001b50; 
    }
    .mobileTitle{
        margin-left: 15px;
    }
    .mobileCommon{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #001b50;
        min-height: 13vw;
        flex-direction: column;
    }
    .commonView{
        background-color: #f6f6f6;
    }
    .mobileGrayView{
        background-color: #f6f6f6;
        color: #001b50;
    }
    .sonImage{
        width: 30px;
        height: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .sonFlex{
        justify-content: flex-start;
        margin-bottom: 4vw;
    }
    .mobileSonTitle{
       width: 90%;
       color: #fff;
       font-size: 1rem;
       padding-top: 15px;
       padding-bottom: 15px;
       border-top: 1px solid #00b8f1;
    }
    .mobileSonTitleColor{
        color: #001b50;
    }
    .score-button.text-link{
        margin-top: 10px;
    }
    .pTitle{
        max-width:100%;
    }
    .contactModule .c-container .contactText .CStitle{
        margin-bottom: 0px;
    }
}
@media (min-width:768px) {
    .noCircleView{
        margin-bottom: 0px;
    }
    .pTitle{
        max-width:61%;
    }
    .mobileTabView{
        display: none;
    }
    .tabContentView{
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        width: 100%;
        margin-top: 40px;
        margin-bottom: 110px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .leftTabView{
       width: 100%;
    }
    .rightTabView{
        width: 100%;
    }
    .leftTopView{
       padding-left: 0px;
       background-color: #203367;
       justify-content: center;
    }
    .bottomListContentItem{
        width: 33%;
    }
    .rightItem{
        width: 25%;
    }
    .pageContent{
        width: 750px;
    }
    .dotted-area{
        width: 740px;
        height: 740px;
        background: url(../images/solutions/flower-dots.svg) no-repeat center center;
        background-size: cover;
    }
    .petal-wrapper {
        display: none;
    }

    h2{
        text-align: center;
    }
    p{
        width: 95%;
    }
    .bottomView{
        /* height: 400px; */
        margin-top: 100px;
    }
}  
@media (min-width:992px) {
    .page-wrapper{
        /* padding-top: 0; */
    }
    h1{
        line-height: 62px;
        padding-top: 110px;
    }
    h2{
        /* font-size: 1.625rem; */
        line-height: 52px;
    }
    h3 {
        font-size: 1.25rem;
        line-height: 25px;
        margin-bottom: 10px;
        color: #001b50;
    }
    p {
        font-size: 1rem;
        line-height: 22px;
        margin-bottom: 10px;
        color: #001b50;
    }

    .introduceTitle{
        font-size: 1.0625rem;
        line-height: 25px;
    }
    .score-stripe.by-solutions{
        padding-top: 0px;
    }
    .pageContent{
        width: 970px;
    }
    .petal-wrapper {
       display: none;
    }
    .petal-container-outer {
        position: absolute;
        display: block;
        align-self: center;
        width: 740px;
        height: 740px;
        margin: 0 auto;
        border-radius: 50%;
        transform: rotate(180deg);
    }
    .petal-container-outer .content-box {
        position: absolute;
        margin: 0;
        padding: 0;
        z-index: 1;
        top: 322px;
        right: 232px;
        display: block;
        width: auto;
        height: auto;
    }
   
    .petal-container-inner {
        position: absolute;
        display: block;
        align-self: center;
        width: 440px;
        height: 440px;
        margin: 0 auto;
        animation: rotation cubic-bezier(0.21, 0.95, 0.68, 0.95);
        animation-duration: 1.6s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }
    
    .petal {
        position: absolute;
        top: 170px;
        left: 144px;
        width: 150px;
        height: 100px;
    }
    .leaf {
        position: relative;
        width: 150px;
        height: 100px;
        transform: rotate(180deg);
        background: url(../images/solutions/gray-petal.svg);
        background-repeat: no-repeat;
        background-size: contain;
        flex-direction: row;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .leaf:hover {
        background: url(../images/solutions/blue-petal.svg);
    }
    .contactModule .c-container .contactText .CStitle {
        max-width: 50%;
    }
    .contactModule .c-container {
        margin: 0 auto;
        margin-top: 176px;
    }
    /* .contactModule .c-container .contactText {
         padding-right: 10%;
    } */
}
@media screen and (max-width: 992px) {
    .contactModule {
      background-position: center top;
      background-size: 100%;
    }
    .contactModule .c-container {
      margin-top: 36px;
    }
    .contactModule .c-container .contactText {
      padding: 20px 0;
    }
    .contactModule .c-container .contactText::before {
      width: 100vh;
      left: -15% !important;
    }
}
.contactModule .imgAnimate {
    background-position: 93% !important;
  }
  
  .contactModule .imgAnimate::before {
    left: -100% !important;
  }
@media (min-width:1200px) {
    .tabContentView{
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        width: 100%;
        margin-top: 40px;
    }
    .leftTabView{
        width: 65%;
     }
     .rightTabView{
         width: 35%;
     }
     .leftTopView{
        padding-left: 40px;
        width: 100%;
        justify-content: flex-start;
        background-color: rgb(250, 250, 250);
    }
    .bottomListContentItem{
        width: 50%;
    }
    .rightItem{
        width: 50%;
    }
    .pageContent{
        width: 1170px;
    }
    .petal-wrapper {
        position: relative;
        display: grid;
        display: -ms-grid;
        align-content: center;
        justify-content: center;
        min-height: 700px;
        display: flex;
    }
    .noCircleView{
        display: none;
    }
   
    .bottomView{
        /* height: 603px; */
        margin-top: 200px;
    }
    .contactModule .c-container .imgAnimate {
        background-position: 100% !important;
    }
}

@media (min-width:1400px) {
    .pageContent{
        width: 1260px;
    }
}


.clickAnimation{
    animation: rotatebox cubic-bezier(0.1, 0.7, 1.0, 0.1);
    animation-duration: 0.5s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
}
.leftShowColor{
    background-color: rgb(250, 250, 250);
    justify-content: flex-start;
    padding-left: 40px;
}

  
@media screen and (max-width: 574px) {
    .contactModule {
      background-position: center top;
      background-size: 100%;
    }
    .contactModule .c-container {
      margin: 54px 0px 0 0px;
    }
    .contactModule .c-container .contactText {
      position: relative;
      left: 0;
      top: 0;
      transform: translate(0, 0);
      padding-top: 38px;
    }
}