#flowpath{
    padding: 40px;
}
#flowpath h1,#progm h1,#sma h1,#imcst h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0;
    color: #2C4670;
    letter-spacing: 2px;
}
#flowpath p,#progm p{
    text-align: left;
    color: #969696;
    font-size: 20px;
    line-height: 34px;
    width: 1280px;
    margin: 35px auto;
}
#flowpath img{
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}
#progm {
    background-image: url('../img/Solution/背景1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px;
}
.img_pr{
    display: flex;
    justify-content: center;
}
.img_pr img{
    margin: 0 30px;
}
#sma .erm{
    display: flex;
    justify-content: center;
    align-items: center;
}
#sma{
    background-image: url('../img/Solution/背景4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px;
}
#sma h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0;
    color: #fff;
    letter-spacing: 2px;
}
#sma .erm img{
    margin: 0 30px;
}
#imcst{
    background-image: url('../img/Solution/背景3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px;
}
#imcst img{
     margin: 30px auto;
     display: block;
}

#imcs{
    background-image: url('../img/Solution/背景2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px;
    color: #FBFBFC;
}
#imcs>h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0 0 0 ;
    color: #fff;
    letter-spacing: 2px;
}
#imcs>h2{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    color: #fff;
    letter-spacing: 2px;
}
#imcs ul{
   
    overflow: hidden;
    display: flex;
    justify-content: center;
    
}
#imcs ul li{
    float: left;
    width: 180px;
    height: 55px;
    cursor: pointer;
    border: 1px solid #019cff;
    line-height: 55px;
    text-align: center;
    background: #1083F6;
    margin: 0 20px;
}
#imcs ol{
    overflow: hidden;
    height: 500px;
}
#imcs ol li{
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    height: 500px;
    align-items: center;
}
#imcs ol li div{
    width: 50%;
    padding: 10px 110px 0 0;
     
}
#imcs ol li div h1{
    color: #8990A5;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
#imcs ol li div p{
    font-size: 20px;
    line-height: 40px;
    color: #D5D6DA;
    text-align: justify;
}

.hove{
    background-color: #2348CE !important;
  
}
.sy .butt{
    width: 145px;
    height: 40px;
    background: #007CFE;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 15px auto;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid;
}
.sy a:hover {
    border: 1px solid #007CFE;
}
.href_msg {
    width: 192px;
    height: 52px;
   
    background-color: #0171E3;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 24px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
    outline: none;
    display: block;
    margin-top: 68px;
}
.href_msg:hover{
    background-color: #0170E0;
}


.text__box {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 0;
    font-size: 40px;
    line-height: 44px;
    white-space: nowrap;
    animation: width 2s steps(13) forwards;
    -webkit-animation: width 2s steps(13) forwards;
}
  .text__box::after {
    content: "";
    position: absolute;
    right: 0px;
    height: 44px;
    border-right: 2px solid #fff;
    animation: showInfinite 0.5s infinite both;
  }
  .app-text-one {
    animation-delay: 0s;
  }
  
  
  @keyframes width {
    0% {
      width: 0;
    }
    100% {
      width: 10.5em; //  单位em,表示一个字体的宽度
    }
  }
  @keyframes showInfinite {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .href_msg3{
    width: 145px;
    height: 39px;
    background-color: #0171E3;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
    outline: none;
    display: block;
    margin-top: 68px;
  }
