ul,li{
    list-style: none;
}
img{
    max-width: 100%;
}
.container{
    width: 90%;
}
.news-section{
    height: 840px;
    position: relative;
}
.news-section .box{
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    background: #0024C0FF;
}
.news-section .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-section .container .cotainer_Icon{
    height: 90px;
    width: 100%;
}
.news-section .container .Newnav{
    margin-top: 100px;
}
.introduce{
    color: #fff;
    
}
.introduce .introduce_title{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 11px;
    text-align: left;
}
.introduce_main{
    padding-left: 0;
    margin-top: 45px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
}
.re-box{
    display: flex;
    justify-content: center;
}
.timebg{
    height: 780px;
    max-width: calc( 50% + 700px);
    margin-right: auto;
    width: 95%;
}
.time_main{
    transform: translateY(-170px);
    max-width:calc( 50% + 700px);
    width: 95%;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.time_main .time_main_Item{
    width: 100%;
    padding: 0 60px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.time_main .time_main_Item h3{
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: inherit;
}
.time_main .time_main_Item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    margin-top: 30px;
    margin-top: 0;
}
.time_main .time_main_Item:nth-child(1){
    color: #FFFFFF;
    background: #0024C0;
}
.time_main .time_main_Item:nth-child(2){
    color: #FFFFFF;
    background: #000000;
}
.time_main .time_main_Item:nth-child(3){
    color: #000000;
    background: #F5F7FB;
}
.city{
    display: flex;
    gap: 30px;
    width: 100%;
}
.city .boxright,.city .boxleft{
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
}
.city .boxleft{
    transform: translateY(-70px);
}
.city .city_Item{
    width:100%;
    height: 440px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}
.city .city_Item .title{
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
}
.city .city_Item .city_Item_Text{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0;
    margin-left: 0;
}
.col-sm-6,.col-sm-12，.col-md-6,.col-md-12{
    padding: 0;
}
.flex_middle p{
    margin-left: 167px;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: left;
    margin-bottom: 86px;
}
.flex_middle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.serviceMain{
    position: relative;
}
.serviceMain .row{
    padding-bottom: 100px;
}
.serviceMain .main_bg{
    position: absolute;
    right: 0;
    top: -170px;
    width: 670px;
    height:460px;
}
.aptitude{
    padding: 100px 0;
}
.aptitude .aptitude_Item{
    display: flex;
    gap: 120px;
}
.aptitude .aptitude_Item:nth-child(1) .aptitude_Item_left:nth-child(1){
    padding-bottom: 50px;
    padding-top: 15px;
    width: fit-content;
}
.aptitude .aptitude_Item:nth-child(1){
    margin-left: auto;
}
.aptitude .aptitude_Item{
    max-width: calc( 50% + 700px );
    margin-top: 60px;
    width: 95%;
}
.aptitude .aptitude_Item .aptitude_Item_left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aptitude .aptitude_Item .aptitude_Item_left h3{
    font-weight: bold;
    font-size: 46px;
    color: #111111;
    text-align: left;
    margin-bottom: 60px;
}
.aptitude .aptitude_Item .aptitude_Item_left p{
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}
.serviceMain .main_Item{
    background: #F5F7FB;
    padding: 100px 0;
}

.main_Item h2{
    font-weight: bold;
    font-size: 46px;
    color: #111111;
    margin-bottom: 70px;
}
.main_Item h3{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.main_Item .platforms,.main_Item .mobile{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.main_Item .platforms .platforms_Items{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
    background: #FFFFFF;
}
.main_Item .platforms .platforms_Items img{
    height: 34px;
    width: unset;
}
.main_Item .platforms .platforms_Items span{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-left: 10px;
}
.main_Item .mobile .mobile_Item{
    background: #F5F7FB;
    padding: 30px 40px;
    width: 100%;
    display: flex;
}
.main_Item .mobile .mobile_Item .mobile_Itemleft{
    width: 100px;
    /*padding-right:  40px;*/
}
 .mobile_Itemleft .left_Icon{
     width: 100%;
     margin-bottom: 10px;
 }
 .mobile_Itemleft p{
     font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
     text-align: center;
     margin-bottom: 0;
     width: fit-content;
 }
 
 .mobile_Itemright{
     flex: 1;
     padding-left: 40px;
     border-left: 1px solid #CCD3E1;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
 .mobile_Itemright p{
     font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-left: 14px;
    white-space: nowrap;
    margin-bottom: 10px;
 }
 .mobile_Itemright p:nth-child(1){
     margin-left: 0;
 }
 .container .platforms_Items:nth-child(3) img{
     height: 39px;
 }
  .container .platforms_Items:nth-child(4) img{
      height: 62px;
  }
  .container .platforms_Items:nth-child(5) img{
      height: 48px;
  }
  @media(max-width:1000px){
      .news-section .box{
          width: 100%;
          height: 50%;
      }
      .news-section .container .cotainer_Icon{
          background-size: cover !important;
          height: 20px;
          margin-bottom:  20px;
      }
      .news-section .container .nav{
          margin-top: 0;
          flex: 1;
          gap: 70px;
      }
      .news-section .container{
          justify-content: flex-start;
          padding-top: 30px;
      }
      .timebg{
          width: 100%;
      }
      .time_main{
          width:100%;
          grid-template-columns: repeat(2,1fr);
          transform:translateY(0);
          margin-bottom: 30px;
      }
      .serviceMain .main_bg{
          display: none;
      }
      .flex_middle{
          margin-top: 30px;
      }
      .flex_middle p{
          margin-left: 0;
          font-size: 18px;
          margin-bottom: 18px;
      }
      .city{
          display: block;
      }
      .city .boxleft{
          transform:translateY(0);
          margin-bottom: 30px;
      }
      .container{
          width: 100%;
      }
      .main_Item .platforms, .main_Item .mobile{
          grid-template-columns: repeat(2,1fr);
          width:100%;
      }
      .main_Item .mobile .mobile_Item{
          padding: 10px 0;
      }
      .aptitude{
          padding: 30px 0;
      }
      .main_Item h2{
          font-size: 36px;
          margin-bottom: 30px;
      }
      .mobile_Itemright{
          flex: 1;
      }
      .mobile_Itemright p{
          margin-bottom: 10px;
      }
      .mobile_Itemleft{
          display: flex;
          flex-direction: column;
          align-items: center;
      }
      .mobile_Itemleft .left_Icon{
          width: fit-content;
      }
      .aptitude .aptitude_Item{
          gap: 30px;
          flex-wrap: wrap;
          width: 100%;
      }
      .serviceMain .main_Item{
          padding-top: 30px;
      }
     
      
  }
  @media(max-width:768px){
      .time_main{
          grid-template-columns: repeat(1,1fr);
          margin-bottom: 30px;
      }
      .main_Item .platforms, .main_Item .mobile{
          grid-template-columns: repeat(1,1fr);
      }
      .aptitude .aptitude_Item .box{
          margin: 0 15px;
      }
      .aptitude .aptitude_Item:nth-child(1){
          justify-content: center;
      }
  }
  .footer .row {
      margin: 0;
  }
  