.maxwidth {
  max-width: 1200px;
  margin: 0 auto;
}
.maxwidth_nav{
  min-width: 1400px;
  max-width: 1440px;
  width: calc(100vw - 200px);
  margin: 0 auto;
}
.pc_banner_content{
  display: block;
  height: 525px;
  position: relative;
}
.moble_banner_content{
  display: none;
}
.moble_banner_title{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 11px;
  color: #1D2129
}
.moble_banner_intro{
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #4E5969
}
.homeHead_appleStytle {
  font-weight: 600;
}
.registe_form_title {
  display: block;
}
.registe_form_text {
  font-weight: 600;
}
.homeHead_adver {
  width: 100%;
  height: 520px;
  overflow: hidden;
  position: relative;
  margin-top: 64px;
  /* margin-bottom: 80px; */
}
.homeHead_adverstyle {
  height: 700px;
  flex-wrap: nowrap;
  left: 0%;
  transition: 1s;
  position: relative;
}
.homeHead_adverList {
  background-size: cover;
  /* width: calc(100% - 120px); */
  height: 520px;
  padding-top: 175px;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
.homeHead_adverList_video {
  background-size: cover;
  width: calc(100% - 120px);
  height: 700px;
  padding: 0 0 0 120px;
  background-repeat: no-repeat;
}
.homeHead_adver1_title {
  font-size: 48px;
  width: 60%;
  color: #1D2129;
}
.homeHead_adver1_text {
  font-weight: 400;
  color: #4E5969;
  margin: 4px 0 50px 0;
  width: 50%;
}
.homeHead_adver1_text span {
  display: unset !important;
}
.banner_btn{
  width: 148px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: #005CEF;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 236px;
}
.banner_btn:after,
.banner_btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #005cef;
  z-index: -2;
  border-radius: 2px;
}

.banner_btn:hover {
  z-index: 1;
  background: transparent;
}

.banner_btn:before {
  transition: 0.3s;
  background: linear-gradient(270deg, #ffa328 0%, #ff761a 100%);
  z-index: -1;
}

.banner_btn:hover:after,
.banner_btn:hover:before {
  width: 100%;
}
.pc_banner-pagination{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: rgba(196, 204, 226, 0.50);
  backdrop-filter: blur(50px);
  display: flex;
  /* width: 700px; */
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: #4E5969;
  padding: 4px;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.moble_banner-pagination{
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  /* width: 48px; */
  padding: 2px;
  box-sizing: border-box;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.10);
  display: none;
  gap: 2px;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
.moble_banner-pagination_btn{
  width: 6px;
  height: 2px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.20);
  transition: 0.3s;
}
.moble_banner-pagination_active{
  width: 12px;
  height: 2px;
  border-radius: 100px;
  background: #FFF;
}
.banner-pagination_btn{
  cursor: pointer;
  padding: 6px 16px;
  transition: 0.3s;
}
.banner-pagination_active{
  color: #005CEF;
  background: #fff;
  border-radius: 4px;
}
/* .banner-pagination_active::before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #005CEF;
  position: absolute;
  left: 0;
  bottom: -5px
} */
.homeHead_adver1_but {
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  border-radius: 4px;
  padding: 13px 68px;
  width: 64px;
  color: #ffffff;
}
.homeHead_adver1_but:hover {
  opacity: 0.8;
}
.homeHead_tabs {
  position: absolute;
  bottom: 84px;
  width: 100%;
  margin: 0 auto;
}
.homeHead_tabs div {
  width: 30px;
  height: 4px;
  background: #bdc8de;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
}
.homeHead_tab {
  background: #005cef !important;
}
.homeHead_adver_bot {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(180deg, #f2f4f7 0%, #ffffff 100%);
  box-shadow: 0px 8px 20px 0px rgba(166, 180, 208, 0.1);
  border-radius: 4px;
  border: 1px solid #ffffff;
  padding: 25px 0px;
  transform: translateY(-60px);
}
.homeHead_adver_bot:hover {
  box-shadow: 0px 8px 20px 0px rgba(166, 180, 208, 0.3);
}
.homeHead_adver_botimg {
  width: 54px;
  height: 54px;
  transition: transform 0.3s;
}
.homeHead_adver_botimg:hover {
  transform: translateY(-6px);
}
.homeHead_adver_bottext {
  width: 183px;
  font-weight: 400;
  color: #888888;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.homeHead_adver_botstyle {
  width: 299px;
  border-right: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeHead_adver_botstyle:last-child {
  border-right: none;
}
.homeHead_adver_botright {
  margin-left: 16px;
  width: 183px;
}
.home_title,
.home_Enabtitle {
  
  margin-bottom: 20px;
}
.home_Enabtitle p{
  font-size: 36px;
}
.home_Enabtitle span{
  font-size: 26px;
  color:gray;
}
.home_Enabling {
  /* margin: 80px auto; */
  display: flex;
  gap: 16px;
  margin-top: 0;
}
.homeHead_more_btn{
  width: 176px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #005CEF;
  color: #fff;
  display: block;
}
.homeHead_more_btn:hover{
  background: #4380FF;
}
.home_Enabling_div{
  position: relative;
  box-shadow: 0px 4px 15px 0px #E5EAEE;
  overflow: hidden;
  flex: 0 0 13%;
  height: 288px;
  transition: 0.5s;
  border-radius: 4px;
  background-image: unset;
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.home_Enabling_title .icon{
  width: 24px;
  height: 24px;
  transform: translateX(-9999px);
  filter: drop-shadow(9999px 0 #fff);
  margin-right: 3px;
}

.enabling_avtive .home_Enabling_title{
  font-size: 26px;
  color: #000;
}
.enabling_avtive .home_Enabling_Subhead {
  color: #4E5969;
  margin: 8px 0 12px 0;
}

.enabling_avtive .home_Enabling_title .icon{
  width: 28px;
  height: 28px;
  margin-right: 6px;
  filter: drop-shadow(9999px 0 #000);
}

.enabling_avtive .home_Enabling_Subhead p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  min-width: 476px;
  max-width: 579px;
}
.enabling_avtive .home_Enabling_box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  box-sizing: border-box;
}
.enabling_avtive{
  flex: 0 0 43%
}
.home_Enabling_title {
  font-size: 24px;
  color: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}

.home_Enabling_Subhead {
  color: #FFF;
  margin: 8px 0 12px 0;
}

.home_Enabling_Subhead p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 13px;
  min-width: 130px;
  max-width: 163px;
}
.home_Enabling_img{
  width: 100%;
}
.home_Enabling_box{
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 6px;
  box-sizing: border-box;
}
.home_Enabling_rightimg {
  width: 640px;
  height: 400px;
}
.home_Enabling_left {
  margin: 0 50px 0 60px;
  width: calc(100% - 780px);
}
.home_Enabling_leftimg {
  width: 640px;
  height: 400px;
  z-index: 2;
}
.home_Enabling_right {
  margin: 18px 60px 0 80px;
  width: calc(100% - 810px);
}

.home_Enabling_contentImg {
  width: 300px;
  height: 188px;
  margin-top: 26px;
  display: block;
}
.home_Enabling_des {
  padding-top: 20px;
}
.home_Enabling_des p{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #000;
}
.home_Enabling_des p::before{
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background: url(/images/index/title.svg) no-repeat;
  background-size: 100%;
  
}
.home_Enabling_des a:hover{
  color: #007AFF;
}
.home_Enabling_text {
  margin: 10px 0 10px 25px;
  position: relative;
}
.home_Enabling_text::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  background: url(/images/index/true.png) no-repeat;
  background-size: 100%;
}

.home_Enabling_but {
  margin-top: 26px;
}
.home_Enabling_connect {
  margin: 0 142px 0 348px;
  position: relative;
  height: 86px;
}
.home_Enabling_connectimg {
  position: absolute;
  height: 187px;
  z-index: 1;
  top: -45px;
}
.home_product {
  background: url(https://51qqt.com/img/home39.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0px;
}

.home_product_title {
  font-size: 36px;
  margin-bottom: 40px;
  color: #020914
}
.home_product_saas {
  width: calc(100% - 413px);
  height: 204px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  background: url(https://51qqt.com/img/home78.png) no-repeat center center;
  background-size: cover;
  margin: 24px 0 0 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_product_saas_first {
  width: 378px;
  height: 432px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  background: url(https://51qqt.com/img/home161.png) no-repeat center center;
  background-size: cover;
  margin: 24px 27px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_product_saas:hover,
.home_product_saas_first:hover {
  transform: translateY(-10px);
}
.home_product_saasList {
  width: calc(100% - 409px);
}
.home_product_saasimg {
  width: 64px;
  height: 64px;
  margin: 31px auto;
}
.home_product_paasimg {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.home_product_saasTitle {
  font-size: 22px;
  margin: 31px 0 16px 0;
  text-align: left;
}
.home_product_saasText {
  color: #555555;
  margin-bottom: 24px;
  line-height: 22px;
}
.home_product_saasMoreicon {
  height: 11px;
  width: 16px;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_product_paas {
  padding: 32px 62px 32px 32px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  background: url(https://51qqt.com/img/home79.png) no-repeat center center;
  background-size: cover;
  margin-top: 24px;
  transition: all 0.3s;
}
.home_product_paas:hover {
  box-shadow: 0px 8px 20px 0px rgba(166, 180, 208, 0.3);
  transform: translateY(-10px);
  cursor: pointer;
}
.home_product_paasright {
  margin-left: 24px;
  width: 196px;
}
.home_product_paasTitle {
  font-size: 22px;
  margin-bottom: 16px;
}
.home_padd {
  padding: 30px 0px 34px 0;
  background: #F5F7FA;
}
.home_competitive_list {
  background: linear-gradient(180deg, #f2f4f7 0%, #ffffff 100%);
  border-radius: 4px;
  border: 2px solid #ffffff;
  margin: 12px;
  transition: transform 0.3s;
}
.home_competitive_list:hover {
  box-shadow: 0px 8px 20px 0px rgba(166, 180, 208, 0.5);
  transform: translateY(-10px);
}
.home_competitive_listleft {
  padding: 40px 69px;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_competitive_listleft2 {
  padding: 40px 62px;
  background: url(https://51qqt.com/img/home85.png) no-repeat center center;
  background-size: cover;
}
.home_competitive_listleft3 {
  padding: 40px 62px;
  background: url(https://51qqt.com/img/home86.png) no-repeat center center;
  background-size: cover;
}
.home_competitive_listleft4 {
  padding: 40px 62px;
  background: url(https://51qqt.com/img/home87.png) no-repeat center center;
  background-size: cover;
}
.home_competitive_listImg {
  width: 60px;
  height: 54px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.home_competitive_listright {
  padding: 29px 29px 20px 25px;
  width: 280px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.home_competitive_listtext {
  color: #555555;
  margin-top: 17px;
  line-height: 22px;
}
.home_Solution {
  padding: 80px 0px;
  /* background: url(https://51qqt.com/img/home159.png) no-repeat center center; */
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}

.home_Solution_title {
  color: #020914;
}
.solution_tab{
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.solution_tab_item{
  flex:1;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #FFF;
  padding: 16px 0;
  box-sizing: border-box;
  font-weight: 500;
  color: #1D2129;
  cursor: pointer;
  border: 1px solid #FFF;
}
.solution_tab_item_active{
    color: #fff;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: linear-gradient(98deg, #005CEF 2.7%, #05A5FF 100%);
}
.solution_tab_icon{
  width: 20px;
  height: 20px;
}
.solution_tab_title{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.solution_body{
  display: flex;
}
.solution_body_right{
  display: flex;
  background: #F8FCFE;
  flex: 1;
  padding: 24px;
  border-radius: 0px 5px 5px 0px;
  gap: 50px;
}
.solution_nav{
  border-radius: 5px 0 0 5px;
  width: 184px;
  flex: 0 0 184px;
  height: 457px;
  background: #F0F7FE;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.solution_nav_item{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.5s;
}
.solution_nav_item_active{
  border-radius: 4px;
  background: linear-gradient(98deg, #005CEF 2.7%, #05A5FF 100%);
  color: #fff;
  font-weight: 500;
}
.solution_nav_item_icon{
  width: 16px;
  height: 16px
}
.solution_nav_item_name{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.solution_content{
  flex: 1;
  opacity: 0;
  transition: 0.3s;
  /* animation: enter-left 0.4s ease-in-out 0.3s;
  animation-fill-mode:  forwards;
  transform: translateX(50px); */
}
.solution_body_right_box{
  position: relative;
  flex: 1;
  /* overflow: hidden; */
}
.solution_body_right_item{
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes enter-left{
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enter-right{
  to {
    opacity: 0;
    display: none;
    transform: translateX(-50px);
  }
}
.solution_content_fadeInRight{
    animation: enter-left 0.4s ease-in-out 0.3s;
    /* animation: enter-left 0.4s; */
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    transform: translateX(50px);
}
.solution_content_fadeOutLeft{
    opacity: 1;
    /* animation: enter-right 0.4s ease-in-out 0.3s; */
    animation: enter-right 0s;
    animation-fill-mode: forwards;
    transform: translateX(0px);
}
.solution_content_title{
  font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #1D2129;
    margin-bottom: 16px
}
.solution_content_intro{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #4E5969;
  height: 128px;
  margin-bottom: 45px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.solution_content_taps{
  margin-bottom: 24px;
  display: flex;
}
.solution_content_taps_item{
  padding: 24px 16px;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border: 1px solid #EAEFF6;
  border-right: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.solution_content_taps_item:last-child{
  border-right: 1px solid #EAEFF6;
}
.solution_content_taps_icon{
  width: 24px;
  height: 24px;
  margin-top: 10px
}
.solution_content_taps_text{
  font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center;
}
.solution_body_right_btn{
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #005CEF;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 2px;
}
.solution_logo{
  flex: 0 0 392px;
  height: 256px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 46px;
}
.solution_logo_img{
  width: 120px;
  height: 120px;
  border-radius: 4px;
}
.solution_logo_img:hover{
  box-shadow: 0px 4px 8.7px 0px #DDE6EE;
}
.solution_logo_img_one{
  width: 356px;
  height: 260px;
  margin-top: 46px;
}
.solution_body_right_line{
  width: 1px;
  height: 344px;
  background: #E5E6EB;
  margin-top: 46px;
}



.home_Solution_tabs {
  border-radius: 4px;
  margin-bottom: 24px;
}
.home_Solution_tabs > div {
  width: calc(50% - 1px);
  color: rgba(255, 255, 255, 0.7);
  padding: 14px 0;
  cursor: pointer;
}

.home_Solution_right_sel {
  background: #005cef;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #ffffff !important;
}
.home_Solution_left_sel {
  background: #005cef;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #ffffff !important;
}
.home_Solution_right_unSel {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-left: 0;
}
.home_Solution_left_unSel {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 0;
}

.home_Solution_left {
  padding: 16px;
  background: rgba(23, 24, 27, 0.5);
  backdrop-filter: blur(5px);
  height: 416px;
}
.home_Solution_left > div {
  padding: 15px 120px 15px 20px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  height: 22px;
  width: 80px;
}
.home_Solution_right {
  padding: 24px 22px;
  background: rgba(23, 24, 27, 0.5);
  backdrop-filter: blur(5px);
  width: 192px;
  height: 400px;
  align-content: flex-start;
}

.home_Solution_rightimg {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 4px;
  margin: 10px 8px;
}
.home_Solution_rightimg > img {
  -webkit-filter: opacity(70%);
  filter: opacity(70%);
  transition: transform 0.3s;
}
.home_Solution_rightimg > img:hover {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
  transform: scale(1.1);
}
.home_Solution_center {
  width: calc(100% - 356px);
  background: rgba(23, 24, 27, 0.3);
  backdrop-filter: blur(5px);
  padding: 50px 60px 60px 60px;
  max-height: 338px;
}
.home_Solution_rightwidth {
  width: calc(100% - 252px);
  display: none;
  background: url(https://51qqt.com/img/homephone_solutionBg.png) no-repeat
    center center;
  background-size: cover;
}

.moble_solution{
  padding: 30px 16px 34px 16px;
  background-position: center;
  background-size: cover;
  display: none;
}
.moble_solution_title{
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #1D2129;
  margin-bottom: 24px;
  text-align: center;
}
.moble_solution_tabs{
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 15px;
  color: #1D2129;
  padding: 8px 0 14px 0;
  border-bottom: 1px solid #E5E6EB;
}
.moble_solution_tabs_item{
  flex: 1;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.moble_solution_tabs_item_active{
  color: #005CEF
}
.moble_solution_tabs_item_active::before{
  content: '';
  background: #005CEF;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 2px
}

.moble_solution_nav{
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

}
.moble_solution_nav_item{
  border-radius: 4px;
  background: #FEFEFE;
  flex: 0 0 calc(33.3% - 8px);
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #1D2129
}
.moble_solution_nav_item_active{
  background: linear-gradient(98deg, #005CEF 2.7%, #05A5FF 100%);
  color: #fff;
}
.moble_solution_content{
  background: #fff;
  border-radius: 10px;
  padding: 1px;
  overflow: hidden;
}
.moble_solution_content_box{
  background: linear-gradient(179deg, #E2EDFE 0.76%, #F1F8FF 99.34%);
  padding: 16px;
  border-radius: 9px 9px 0 0 ;
}
.moble_solution_name{
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #1D2129;
  margin-bottom: 8px
}
.moble_solution_intro{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #4E5969;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.moble_solution_taps{
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.moble_solution_content_taps_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 calc(50% - 4px);
}
.moble_solution_content_taps_icon{
  width: 24px;
  height: 24px;
  margin: 16px 0 8px 0;
}
.moble_solution_content_taps_text{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #1D2129;
  margin-bottom: 8px
}
.moble_solution_logos{
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.moble_solution_logo{
  flex: 0 0 calc(33.3% - 12px);
  width: calc(33.3% - 12px);
  border-radius: 3.5px;
  border: 1px solid #E8F3FF;
}
.moble_solution_btn{
  margin: 16px;
  border-radius: 4px;
  background: #005CEF;
  box-shadow: 0px 4px 12px 0px #D9DAE5;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  display: block;
}
.moble_solution_logo_box{
  padding: 16px;
}
.moble_solution_logo_img_one{
  width: 100%;
}




.home_Solution_item {
  display: none;
}
.home_Solution_rightwidth2 {
  width: calc(100% - 252px);
}
.showitem {
  display: flex;
  position: relative;
}
.home_Solution_centerText {
  padding: 33px 0 56px 0;
  line-height: 24px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_Solution_centerImgs {
  width: 520px;
  margin-bottom: 40px;
}
.home_Solution_centerImg {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.home_Case {
  padding: 60px 0px;
  background: url(https://51qqt.com/img/home42.png) no-repeat center center;
  background-size: cover;
}
.home_Case_info {
  margin-bottom: 40px;
  background: linear-gradient(180deg, #f2f4f7 0%, #ffffff 100%);
  box-shadow: 0px 8px 20px 0px rgba(166, 180, 208, 0.1);
  border-radius: 4px;
  border: 2px solid #ffffff;
  display: none;
  height: 340px;
}
.home_Case_info_show {
  display: flex;
}
.home_Caseimg {
  width: 480px;
  height: 340px;
}
.home_Caseimg_not_index {
  width: 520px;
  height: 360px;
}
.home_Case_inforight {
  width: calc(100% - 640px);
  padding: 60px 60px 40px 60px;
}
.home_Case_inforight_title {
  position: relative;
  line-height: 28px;
}
.home_Case_inforight_title_case_tab {
  position: relative;
  line-height: 28px;
}
.home_Case_inforight_title::before {
  content: '';
  width: 48px;
  height: 40px;
  position: absolute;
  top: -30px;
  left: -30px;
  background: url(https://51qqt.com/img/home1.png) no-repeat center center;
  background-size: cover;
}

.home_Case_inforightImg {
  height: 46px;
  margin: 72px 0 16px 0;
}
.home_Case_tabs {
  width: 100%;
  margin: 0 auto;
}
.home_Case_tabs div {
  width: 30px;
  height: 4px;
  background: #bdc8de;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
}

.home_Case_tabs_ziZhi {
  width: 100%;
  margin: 0 auto;
}
.home_Case_tabs_ziZhi div {
  width: 30px;
  height: 4px;
  background: #bdc8de;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
}
.home_Case_tab {
  background: #005cef !important;
}
.home_company_title{
  margin-bottom: 50px
}
.home_company_title p {
  margin-top: 0
}
.home_Solution_tabs_nav {
  display: none;
  width: 100%;
  margin: 0 auto;
}
.home_Solution_tabs_nav div {
  width: 30px;
  height: 4px;
  background: #bdc8de;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
}

/* .home_Case_companylist>div{width: 120px;height: 44px;padding: 14px 16px;background: #FFFFFF;box-shadow: 0px 0px 30px 0px rgba(20,22,26,0.08);border-radius: 4px;margin: 10px;}    */

.scfMoreCase {
  margin: 50px 0;
}
.home_endorsed {
  padding: 60px 0px;
  height: 560px;
  box-sizing: border-box;
  position: relative;
  /* background: url(https://51qqt.com/img/home53.png) no-repeat center center; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_endorsed_title_num {
  font-size: 68px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #005CEF
}
.home_endorsed_title_text{
  color: #1D2129;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 4px
}
.home_endorsed_intro{
  color: #1D2129;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}
.home_endorsed_lists {
  margin: 0 auto;
  margin-top: 153px;
  max-width: 1280px;
}
.home_endorsed_list {
  /* width: 300px; */
}
.home_endorsed_botLists {
  position: absolute;
  width: 100%;
  bottom: -70px;
  left: 0;
}
.home_endorsed_botStyle {
  border-radius: 4px;
    border: 1px solid #FFF;
    background: linear-gradient(179deg, #EDF4FF 1.17%, #FEFFFF 98.83%);
    box-shadow: 0px 4px 50px 0px #E5EAEE;
  border: 2px solid #ffffff;
  padding: 24px 36px;
}
.home_endorsed_botStyle:hover {
  box-shadow: 0px 8px 20px 0px rgba(166, 180, 208, 0.2);
}
.home_endorsed_botList {
  width: 120px;
  height: 129px
}
.home_endorsed_botImg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin: 0 auto;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_endorsed_ying {
  position: absolute;
  width: 58px;
  height: 22px;
  bottom: 0;
  left: 65px;
}
.home_endorsed_bottext {
  color: #4E5969;
  /* height: 72px; */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
}
.home_information {
  padding: 126px 20px 60px 20px;
  background: url(https://51qqt.com/img/home54.png) no-repeat center center;
  background-size: cover;
}
.home_information_list {
  padding: 32px 24px 22px 24px;
  background: linear-gradient(180deg, #f2f4f7 0%, #ffffff 100%);
  border-radius: 4px;
  border: 2px solid #ffffff;
  margin: 12px;
  transition: transform 0.3s;
}
.home_information_list:hover {
  transform: translateY(-10px);
}
.home_information_list a img {
  transition: transform 0.1s;
}
.home_information_list a:hover img {
  transform: translateX(8px);
}
.home_information_bot {
  margin-top: 16px;
}
.home_information_Img {
  width: 120px;
  height: 130px;
  margin-right: 24px;
}
.home_information_text {
  width: 380px;
}
.home_information_text div {
  padding: 11px 0 17px 0;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_information_text div:first-of-type {
  padding-top: 0px;
}
.home_information_text div:hover {
  color: #005cef;
  cursor: pointer;
}

.home_register {
  padding: 81px 0px;
  background: url(https://51qqt.com/img/home113.png) no-repeat center center;
  background-size: cover;
  background-position: center center;
  font-size: 28px;
  height: 360px;
  box-sizing: border-box;
  display: block;
}
.home_register_but {
  padding: 16px 64px;
  background: #005CEF;
  border-radius: 4px;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 42px
}
.home_register_text_div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1D2129;
  font-size: 36px;
  font-weight: 500;
}
.home_register_text {
}
.tar {
  letter-spacing: 2px;
}
.register_modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  top: 0;
}
.registe_form {
  margin: auto;
  width: 460px;
  height: 394px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  padding: 50px 286px 56px 60px;
}
.registe_form_cancel {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
}
.Vidio_cancel {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 6px;
  right: -40px;
  cursor: pointer;
  z-index: 99;
}
.registe_form_bg {
  position: absolute;
  width: 320px;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.registe_form_title {
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  z-index: 2;
  position: relative;
  margin-bottom: 40px;
}
.registe_form_text {
  width: 90px;
}
.registe_form_input {
  padding: 10px 0 10px 16px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dadbdd;
  width: 340px;
}
.registe_form_input input {
  font-size: 16px;
}
.registe_form_magbot {
  margin-bottom: 20px;
}
.registe_form_Vercode {
  width: 190px;
  padding: 10px 0 10px 16px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dadbdd;
  margin-right: 10px;
}
.registe_form_codebut {
  width: 80px;
  padding: 11px 30px;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  border-radius: 4px;
  cursor: pointer;
}
.registe_form_Vercodemagbot {
  margin-bottom: 30px;
}
.registe_form_submit {
  width: 64px;
  padding: 13px 192px;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  border-radius: 4px;
  cursor: pointer;
}
.home_Case_companys {
  padding: 20px 0px;
  /* margin-bottom: 70px; */
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.company_left_shadow{
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  width: 300px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0
}
.company_right_shadow{
  background: linear-gradient(90deg,  rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
  width: 300px;
  height: 440px;
  position: absolute;
  top: 0;
  right: 0
}
.home_Case_companylistshow {
  /* height: 92px; */
  /* overflow: hidden; */
  margin: 0 auto;
  /* margin-bottom: 36px */
} /* width: 1440px; */
.home_Case_companylistshow:nth-child(odd) {
  padding-right: 215px;
} 
.home_Case_companylistshow:last-child {
  margin-bottom: 0;
} 
.home_Case_companylist {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  
}
.home_Case_companyImg {
  width: 240px;
  height: 61px;
  padding: 10px 0px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(220, 227, 233, 0.50);
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  text-align: center;
}
.home_Case_companyImg:hover {
  /* box-shadow: Opx 4px 8px 0px â– #FOF6FC; */
  box-shadow: 8px 9px 25px 0px rgba(104, 110, 133, 0.21);
}
.home_Case_companyImg:hover img {
  /* transform: scale(1.1); */
}
.Vidio_padd {
  width: 878px;
  height: 614px;
  background: #000000;
  margin: 0 auto;
  margin-top: 110px;
}
.Vidio_padd_wei {
  width: 1200px;
  height: 602px;
  background: #000000;
  margin: 0 auto;
  padding: 0;
}
.companyStyle {
  min-width: 1280px;
  width: 100%;
  height: 740px;
}
.companyStyle_ {
  min-width: 1280px;
  width: 100vw;
  height: 400px;
}
/* é¦–é¡µå®¢æˆ·è§£å†³æ–¹æ¡ˆå›¾æ ‡è¾¹è· */
.home_Solution_centerImgsleft {
  margin-left: 67px;
}
/* äº†è§£æ›´å¤šæ ·å¼ç‰¹æ•ˆ */
.information_more:hover .home_product_saasMoreicon {
  transform: translateX(-10px);
}
.home_more {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.home_more:hover .home_product_saasMoreicon {
  transform: translateX(10px);
}
.achieveCuststy {
  width: 100%;
  height: 639px;
}

div::-webkit-scrollbar {
  display: none;
}

.projection {
  box-shadow: 0px 8px 20px 0px rgba(166, 180, 208, 0.1);
  /*transition-property: box-shadow;transition-duration: 2s*/
}
.projection:hover {
  box-shadow: 0px 8px 20px 0px rgba(166, 180, 208, 0.3);
}

/*.home_Case_More{width: 96px;padding: 13px 52px;margin: 0 auto;background: linear-gradient(270deg, #0087FF 0%, #005CEF 100%);border-radius: 4px;display: block;cursor: pointer;}*/
/*.home_Case_More:hover{*/
/*    opacity: 0.8;background: linear-gradient(270deg, #FFA328 0%, #FF761A 100%);color: #FFFFFF;*/
/*    !* background: linear-gradient(270deg, rgba(0, 142, 255, 0.8) 0%, rgba(0, 92, 239, 0.8) 100%); *!*/
/*}*/

.home_Case_More {
  width: 96px;
  padding: 13px 52px;
  margin: 0 auto;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  border-radius: 4px;
  display: block;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
  text-align: center;
  text-decoration: none;
  margin-top: 50px
}

.home_Case_More:after,
.home_Case_More:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #005cef, #239bff);
  z-index: -2;
  border-radius: 4px;
}

.home_Case_More:hover {
  z-index: 1;
  background: transparent;
}

.home_Case_More:before {
  transition: 0.3s;
  background: linear-gradient(270deg, #ffa328 0%, #ff761a 100%);
  z-index: -1;
}

.home_Case_More:hover:after,
.home_Case_More:hover:before {
  width: 100%;
}

.register_bottom:hover {
  cursor: pointer;
  position: relative;
}
.register_bottom:after,
.register_bottom:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #005cef;
  z-index: -2;
  border-radius: 2px;
}

.register_bottom:hover {
  z-index: 1;
  background: transparent;
}

.register_bottom:before {
  transition: 0.3s;
  background: linear-gradient(270deg, #ffa328 0%, #ff761a 100%);
  z-index: -1;
}

.register_bottom:hover:after,
.register_bottom:hover:before {
  width: 100%;
}

/*.home_Solution_centerbut{padding: 10px 32px;width: 56px;background: linear-gradient(270deg, #0087FF 0%, #005CEF 100%);border-radius: 4px;cursor: pointer;}*/
/*.home_Solution_centerbut:hover{*/
/*    opacity: 0.8;background: linear-gradient(270deg, #FFA328 0%, #FF761A 100%);*/
/*}*/

.home_Solution_centerbut {
  padding: 10px 32px;
  width: 56px;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}
.home_Solution_centerbut:after,
.home_Solution_centerbut:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  z-index: -2;
  border-radius: 4px;
}

.home_Solution_centerbut:hover {
  z-index: 1;
  background: transparent;
}

.home_Solution_centerbut:before {
  transition: 0.3s;
  background: linear-gradient(270deg, #ffa328 0%, #ff761a 100%);
  z-index: -1;
}

.home_Solution_centerbut:hover:after,
.home_Solution_centerbut:hover:before {
  width: 100%;
}

.registe_form_submit {
  width: 64px;
  padding: 13px 192px;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}

.registe_form_submit:after,
.registe_form_submit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  z-index: -2;
  border-radius: 4px;
}

.registe_form_submit:hover {
  z-index: 1;
  background: transparent;
}

.registe_form_submit:before {
  transition: 0.3s;
  background: linear-gradient(270deg, #ffa328 0%, #ff761a 100%);
  z-index: -1;
}
.registe_form_submit:hover:after,
.registe_form_submit:hover:before {
  width: 100%;
}

.registe_form_codebut {
  width: 80px;
  padding: 11px 30px;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}

.registe_form_codebut:after,
.registe_form_codebut:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  z-index: -2;
  border-radius: 4px;
}
.product_banner_register {
  padding: 13px 68px;
}
.registe_form_codebut:hover {
  z-index: 1;
  background: transparent;
}

.registe_form_codebut:before {
  transition: 0.3s;
  background: linear-gradient(270deg, #ffa328 0%, #ff761a 100%);
  z-index: -1;
}
.registe_form_codebut:hover:after,
.registe_form_codebut:hover:before {
  width: 100%;
}

.home_competitive_list_about_us {
  background-color: #ffffff;
  border-radius: 4px;
  margin: 12px;
  transition: transform 0.3s;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.3);
}
.home_competitive_list_about_us:hover {
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}


/* .moble_footer_fixed {
  display: none;
  position: fixed;
  bottom: 0;
  height: 60px;
  padding: 0px 36px;
  width: calc(100% - 72px);
  background: linear-gradient(91deg, #015CEE 0.51%, #09306E 99.49%);
  z-index: 9999;
  justify-content: space-between;
}
.footer_fixed_btn{
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.footer_fixed_btn img{
  width: 20px;
  height: 20px
}
.footer_fixed_btn span{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #FFF
} */

.homephone_bot {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 10px 16px;
  background: #ffffff;
  box-shadow: 0px -4px 8px 0px rgba(55, 99, 170, 0.1);
  width: calc(100% - 32px);
  z-index: 9999;
}
.homephone_bot_img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.homephone_bot_left {
  padding: 10px 39px;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  border-radius: 4px;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
}
.homephone_bot_right {
  padding: 9px 39px;
  border-radius: 4px;
  border: 1px solid #005cef;
  color: #005cef;
  height: 20px;
  line-height: 20px;
}
.bothei {
  height: 40px;
  display: none;
}
.caseTabSty {
  width: 100%;
  height: 695px;
}
.phoneshow {
  display: none;
}
.anileftIn {
  animation: leftin 1s;
}
#newBridge .newicon-left-center,
#newBridge .newicon-right-center {
  width: 80px !important;
}
.videosize {
  width: 100%;
  height: 492px;
}
/* register */
.registe_formphone {
  padding: 0px 20px 155px 20px;
  background: url(../img/registe_formphone.png) no-repeat center;
  background-size: cover;
}
.registe_formphone_title {
  width: 100%;
  position: relative;
}
.registe_formphone_title img{
  width: 100%;
}
.registe_formphone_text{
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  background: linear-gradient(90deg, #056FF3 0%, #004BDB 38.5%, #003D98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.registe_formphone_pop{
  width: 100%;
  height: 93px;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.registe_formphone_magbot {
  margin-bottom: 12px;
}
.registe_formphone_input {
  padding: 11px 12px;
  border: 1px solid #dadbdd;
  border-radius: 4px;
  width: calc(100% - 26px);
}
.registe_formphone_inputbot {
  margin-bottom: 20px;
}
.registe_formphone_input input {
  font-size: 16px;
  height: 22px;
  line-height: 22px;
}
.registe_formphone_Vercode {
  margin-bottom: 30px;
}
.registe_formphone_Vercodeverify {
  margin-bottom: 10px;
}
.registe_formphone_VercodeInput {
  padding: 11px 12px;
  border: 1px solid #dadbdd;
  border-radius: 4px;
  width: calc(100% - 138px);
  margin-right: 12px;
}
.registe_formphone_submit {
  padding: 12px 0;
  height: 25px;
  line-height: 24px;
  width: 100%;
  background: linear-gradient(270deg, #0087ff 0%, #005cef 100%);
  border-radius: 4px;
  font-size: 17px;
}
.registe_formphone_verify {
  margin-left: 12px;
  height: 17px;
  line-height: 17px;
  margin-bottom: 3px;
  color: #ff2828;
}
.leftandright {
  position: absolute;
  top: calc(50% - 25px);
  width: calc(100% - 20px);
  padding: 0 10px;
}
.homeHead_left {
  width: 8px;
  height: 14px;
  padding: 11px 14px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(148, 169, 201, 0.1);
}

.home_Enabling_moble{
  display: none;
  padding: 0 16px 30px 16px;
}
.home_Enabling_moble_box{
  width: 100%;
  /* padding: 16px; */
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #FFF;
  margin-bottom: 16px;
  max-height: 94px;
  transition: 0.5s;
  overflow: hidden;
}
/* .home_Enabling_moble_box:hover{
 height: 466px
} */
.home_Enabling_moble_active{
  max-height: 500px
}
.home_Enabling_moble_top{
  display: flex;
  padding: 16px;
  background: linear-gradient(179deg, rgba(40, 116, 232, 0.20) 1.17%, rgba(40, 116, 232, 0.00) 98.83%);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.home_Enabling_moble_top0{
  background: linear-gradient(179deg, rgba(40, 116, 232, 0.20) 1.17%, rgba(40, 116, 232, 0.00) 98.83%);
}
.home_Enabling_moble_top1{
  background: linear-gradient(179deg, rgba(0, 163, 254, 0.20) 1.17%, rgba(0, 163, 254, 0.00) 98.83%);
}
.home_Enabling_moble_top2{
  background: linear-gradient(179deg, rgba(48, 76, 149, 0.20) 1.17%, rgba(48, 76, 149, 0.00) 98.83%);
}
.home_Enabling_moble_top3{
  background: linear-gradient(179deg, rgba(15, 186, 205, 0.20) 1.17%, rgba(15, 186, 205, 0.00) 98.83%);
} 
.home_Enabling_moble_top4{
  background: linear-gradient(179deg, rgba(39, 115, 231, 0.20) 1.17%, rgba(39, 115, 231, 0.00) 98.83%);
}
.home_Enabling_moble_title{
  color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 4px
}
.home_Enabling_moble_intro p{
  color: #4E5969;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 37px 
}
.home_Enabling_moble_icon{
  width: 24px;
  height: 24px;
  transition: 0.2s;
  transform: rotate(-90deg);
}
.home_Enabling_moble_icon_active{
  transform: rotate(0deg);
}
.home_Enabling_moble_bottom{
  padding: 0 16px;
}
.home_Enabling_moble_des p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #000;
  font-size: 13px;
}
.home_Enabling_moble_des p::before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background: url(/images/index/true.png) no-repeat;
  background-size: 100%;
}
.home_Enabling_moble_img{
  width: 300px;
  height: 188px;
  padding: 24px 0;;
}
.home_Enabling_moble_a{
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  background: #005CEF;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px #D9DAE5;
  color: #fff;
}

.home_evaluate{
  padding: 80px 0 0
}
.home_evaluate_bigtitle{
  color: #020914;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 50px;
}
.evaluate_swiper{
  height: 400px;
  width: 87%;
  box-shadow: 0px 0px 30px 0px #E3E8ED;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto;
  position: relative;
}
.evaluate_item{
  width: 100%;
  padding: 50px 86px;
  box-sizing: border-box;
  display: flex;
  gap: 50px;
  align-items: center;
  
  background: linear-gradient(179deg, #F4F5F8 1.17%, #FEFFFF 98.83%);
  
}
.evaluate_item_img{
  flex: 0 0 300px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
.evaluate_img{
  width: 100%;
  height: 100%;
}
.evaluate_body{
  padding: 16px 0;
  flex: 1
}
.evaluate_item_logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.evaluate_icon{
  width: 38px;
}
.evaluate_logo{
  width: 200px;
  height: 60px;
}
.evaluate_item_intro{
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin: 36px 0;
    color: #1D2129
}
.evaluate_item_company{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #4E5969;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: end;
}
.evaluate_item_company::before{
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background-color: #4E5969;
}
.evaluate_swiper_box{
  position: relative;
}
.swiper_prev,.swiper_next{
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.swiper_prev{
  left: -18px;
}
.swiper_next{
  right: -18px
}
.swiper_evaluate_btn{
  display: block;
}
.swiper_evaluate_page{
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.swiper_evaluate_page_item{
  width: 16px;
  height: 4px;
  border-radius: 100px;
  margin-top: 30px;
  background: #E5E6EB;
  transition: 0.3s;
}
.swiper_evaluate_page_item_active{
  width: 24px;
  background: #005CEF;
}

.home_endorsed_moreImg{
  width: 32px;
  height: 32px;
}
.home_endorsed_moreIcon{
  width: 16px;
  height: 16px
}
.home_endorsed_more{
  display: flex;
  align-items: center;
  justify-content: center;
}
.moble_home_endorsed_more{
  display: none;
}
.home_new{
  min-width: 1280px;
  margin: 170px 0 80px 0;
  display: flex;
}
.home_new_left{
  flex: 0 0 360px;
  height: 554px;
  background: #242933;
  position: relative;
  color: #fff;
  padding: 143px 50px 0 120px;
  box-sizing: border-box;
}
.home_new_left_title{
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.home_new_left_intro{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_new_left_btn{
  width: 139px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #fff;
  margin-top: 42px;
  border-radius: 4px;
}
.home_new_left_btn_icon, .home_new_left_btn_icon_hover{
  width: 5px;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
}
.home_new_left_btn_icon_hover{
  display: none;
}
.home_new_left_btn:hover{
  background: #fff;
  color: #242933
}
.home_new_left_btn:hover .home_new_left_btn_icon{
  display: none;
}
.home_new_left_btn:hover .home_new_left_btn_icon_hover{
  display: block;
}
.home_new_left_page{
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  right: 33px;
  bottom: 63px;
  line-height: 0;
}
.home_new_left_page div{
  line-height: 0;
}
.home_new_left_page img{
  width: 36px;
}
.home_new_left_page_click{
  cursor: pointer;
}
.home_new_right{
  flex: 0 0 calc(100% - 360px);
  box-sizing: border-box;
  padding: 60px 0 60px 41px;
  background: #005CEF;
  width: calc(100% - 360px);
  height: 554px
}
.home_new_nav{
  display: flex;
  gap: 40px;
  align-items: center;
}
.home_new_nav_item{
  width: 139px;
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 50px;
  text-align: center;
  line-height: 41px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}
.home_new_nav_item_active{
  background: #fff;
  color: #005CEF
}
.home_new_article{
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 41px;
  overflow-x: hidden;
}
.home_new_article:hover{
  overflow-x: auto;
}
.home_new_article_box{
  /* height: 350px; */
  width: 380px;
  overflow: auto;
  transform-origin: 178px 180px;
  transform: rotate(-90deg);
}
/* .home_new_article::-webkit-scrollbar {
  display: block;
} */
.home_new_article_item{
  padding: 16px;
  box-sizing: border-box;
  width: 361px;
  height: 350px;
  border-radius: 8px;
  background: linear-gradient(180deg, #F5F8FC 0%, #FFF 10000%);
  position: relative;
  cursor: pointer;
  transform: rotate(90deg);
  margin-bottom: 27px;
  margin-top: 11px;
  transition: 0.5s;
}
.home_new_article_item:hover{
  box-shadow: 0px 16px 16px 0px #074CBA;
  transform: rotate(90deg) translateY(-8px);
}
.home_new_article_img{
  width: 329px;
  height: 188px;
  border-radius: 8px;
}
.home_new_article_imgBox{
  position: relative;
  line-height: 0;
}
.home_new_article_video{
  width: 36px;
  height: 36px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.home_new_article_title{
  font-size: 20px;
  color: #1D2129;
  margin-top: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home_new_article_text{
  font-size: 16px;
  margin-top: 4px;
  color: #4E5969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home_new_article_time{
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 14px;
  color: #86909C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 328px;
}
.home_new_article_count{
  display: flex;
  align-items: center;
  gap: 9px
}
.home_new_article_watch{
  width: 16px;
  height: 16px
}

.moble_home_new{
  margin-top: 240px;
  display: none;
}
.moble_home_new_top{
  padding: 24px 16px;
  background: #000B20;;

}
.moble_home_new_tab{
  padding: 8px 0 14px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-bottom: 1px solid #4E5969;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #C9CDD4;
  margin-bottom: 36px;
}
.moble_home_new_tab_active{
  color: #FFFFFF;
  font-weight: 500;
  position: relative;
}
.moble_home_new_tab_active::before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #005CEF;
  position: absolute;
  left: 0;
  bottom: -14px;
}
.moble_home_new_info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.moble_home_new_infoTitle{
  font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 4px;
}
.moble_home_new_infoIntro{
  font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
}
.moble_home_new_infoBtn{
  border-radius: 2px;
  border: 1px solid #FFF;
  padding: 6px 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.moble_home_new_bottom{
  padding: 36px 16px 54px 16px;
  background: #005CEF;
  position: relative;
}
.moble_home_new_content{
  border-radius: 8px;
  background: #F5F9FD;
  padding: 16px;
  height: 324px;
  box-sizing: border-box;
  position: relative;
}
.moble_home_new_imgDiv{
  width: 100%;
  height: 178px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.moble_home_new_img{
  width: 100%;
  height: 100%;
}
.moble_home_new_video{
  width: 36px;
  height: 36px;
  position: absolute;
  right: 19px;
  bottom: 19px;
}
.moble_home_new_title{
  margin-top: 12px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #1D2129;
  margin: 12px 0 4px 0;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.moble_home_new_des{
font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
    color: #4E5969;
    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
}
.moble_home_new_timeDiv{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 32px);
  font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #86909C;
    position: absolute;
    left: 16px;
    bottom: 16px
}
.moble_home_new_num{
  display: flex;
  align-items: center;
  gap: 9px;
}
.moble_home_new_watch{
  width: 16px;
  height: 16px;
}
.moble_new_swiper{
  overflow: hidden;
  height: 324px;
}
.new_swiper_page_itemDiv{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 4px
}
.new_swiper_page_item{
  width: 16px;
  height: 4px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.30);
  transition: 0.3s;
}
.new_swiper_page_item_active{
  width: 24px;
  background: #fff;
}
.home_partners_{
      padding: 0px 120px;
      background: #f7f8fa;
      background-repeat: no-repeat;
      background-size: cover;
}
.home_partners_bgsty{
  padding: 24px 0;
}
.home_partners_img_{
  margin-bottom: 440px;
  margin-top: 26px;
}
.home_partners {
  padding: 30px 0px;
  background: #F5F7FA;
}
.home_partners_div{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.home_partners_item{
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF;
  /* å¡ç‰‡æŠ•å½± */
  box-shadow: 0px 4px 15px 0px #E5EAEE;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: calc(25% - 20px);
}

.home_partners_item2{
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF;
  /* å¡ç‰‡æŠ•å½± */
  box-shadow: 0px 4px 15px 0px #E5EAEE;
  padding: 12px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: calc(20% - 13px);
}
.home_partners_img{
  
  max-height: 60px;
  height: 40px;
  /* max-width: 140px; */
}
.home_partners_name{
font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #4E5969
}
.home_partners_btn_div{
  text-align: center;
}
.home_partners_btn{
  padding: 16px 46px;
  background: #005CEF;
  margin: 0 auto;
  font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    margin-top: 40px;
    border-radius: 2px;
    box-sizing: border-box;
    width: 200px;
    height: 52px;
    text-align: center;
}

@media screen and (max-width: 1240px) {
  .home_Enabling_rightimg,
  .home_Enabling_leftimg,
  .home_Caseimg {
    display: none;
  }
  .header {
    opacity: 1;
  }
  .home_Enabling_left,
  .home_Enabling_right,
  .home_Case_inforight {
    width: calc(100% - 30px);
  }
  .home_product_paasright {
    width: calc(100% - 88px);
  }
  .home_product_paas {
    width: 100%;
  }
  .home_Solution {
    /* padding: 60px 30px 0 30px; */
  }
  /* .padBg {
    padding: 30px 60px;
    width: calc(100% - 120px);
  } */
  .companyshei {
    height: 806px;
  }

  .home_information {
    padding: 190px 60px 30px 60px;
  }
  .home_information_list {
    width: calc(100% - 74px);
  }
  .home_information_text {
    width: calc(100% - 144px);
  }
  .showEnablingimg {
    display: none;
  }
  .home_product_saas_first {
    width: 100%;
    height: 204px;
    margin: 24px 0 0 0;
  }
  .home_product_saasList {
    width: 100%;
  }
  .homeHead_adver_bot {
    margin: 0px 30px 5px 30px;
  }
  .home_product_saas {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .homeHead_adverList {
    padding: 180px 20px 0 20px;
  }
  .Vidio_padd_wei {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .Vidio_cancel {
    top: -42px;
    right: 10px;
  }
  .videosize {
    height: auto;
  }
  .home_Solution_centerImgsleft {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1120px) {
    .Vidio_cancel {
        top: 10px;
        right: 10px;
      }
  .home_Enabling{
    display: none;
  }
  .home_Enabling_moble{
    display: block;
  }
    .pc_banner_content {
      display: none;
    }
    .pc_banner-pagination{
      display: none;
    }
  
    .moble_banner_content {
      display: block;
    }
    .moble_banner-pagination{
      display: flex;
    }
    .homeHead_adverList{
      padding: 48px 40px;
    }
    .homeHead_adverList{
      height: 500px
    }
    .homeHead_adver{
      height: 500px
    }
    .companyStyle{
      min-width: unset;
      width: 100%;
    }
    .home_new {
      min-width: unset;
  }
  .companyStyle_ {
    min-width: unset
  }
}
@media screen and (max-width: 946px) {
  .maxwidth_nav {
      min-width: unset;
      max-width: unset;
      width: unset;
    }
    .companyStyle_{
      min-width: unset
    }
  /* .home_endorsed_botLists {
    bottom: -285px;
  } */
  .home_Solution{
    display: none;
  }
  .moble_solution{
    display: block;
  }
  .home_evaluate{
    padding: 30px 16px
  }
  .swiper_evaluate_btn{
    display: none;
  }
  .evaluate_swiper{
    width: 100%;
    height: 427px;
    border-radius: 8px;
      border: 1px solid #FFF;
      background: linear-gradient(179deg, #F4F5F8 1.17%, #FEFFFF 98.83%);
      box-shadow: 0px 4px 15px 0px #E5EAEE;
  }
  .evaluate_item{
    flex-direction: column;
    padding: 16px 24px;
    gap: 16px;
  }
  .evaluate_item_img{
    width: 180px;
    height: 180px;
    flex: unset
  }
  .evaluate_img{
    width: 180px;
    height: 180px;
  }
  .evaluate_body{
    padding: 0
  }
  .evaluate_logo{
    width: 124px;
    height: 37px;
  }
  .evaluate_icon{
    width: 21px;
  }
  .evaluate_item_intro{
    margin: 16px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    -webkit-line-clamp: 5
  }
  .evaluate_item_company{
    font-size: 14px;
  }
  .swiper_evaluate_page{
    display: flex;
  }
  .home_new{
    display: none;
  }
  .moble_home_new{
    display: block;
  }
  .home_partners{
    padding: 30px 16px;;
  }
  .home_partners_div{
    gap: 12px;
  }
  .home_partners_item{
    width: calc(25% - 9px);
    margin-bottom: 4px;
    gap: 4px;
  }
    .home_partners_img{
      width: 57px;
      height: 24px;
    }
    .home_partners_name{
      font-size: 10px;
    }
    .home_partners_btn{
      margin-top: 24px;
    }
}
@media screen and (max-width: 906px) {
  .maxwidth_nav {
      min-width: unset;
      max-width: unset;
      width: unset;
    }
    .companyStyle_ {
        min-width: unset
      }
  .home_Solution_left {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    flex-flow: wrap;
  }
  .home_Solution_left > div {
    height: 35px;
    line-height: 35px;
    width: 130px;
    padding: 30px 20px;
  }
  .home_Solution_rightwidth,
  .home_Solution_center {
    width: 100%;
  }
  .home_Solution_right {
    width: 100%;
    height: auto;
  }
  .home_Solution_rightimg {
    width: 90px;
    height: 90px;
    margin: 15px;
  }
  .home_endorsed_list {
    width: 50%;
  }
  .homeHead_registertil {
    margin: 0 auto;
    margin-top: 10px;
  }
  .home_endorsed{
    height: 412px;
    padding: 30px 0 170px 0;
  }
  .home_endorsed_lists{
    margin-top: 0;
    margin: 0 16px;
  }
  .home_endorsed_bigtitle{
    font-size: 20px;
      margin-bottom: 24px;
  }
  .home_endorsed_list{
    margin-bottom: 24px;
  }
  .home_endorsed_title_num{
    font-size: 32px;
  }
  .home_endorsed_title_text{
    font-size: 14px;
  }
    .home_endorsed_intro{
      font-size: 16px;
    }
    .home_endorsed_botLists{
      bottom: unset;
      top: 260px;
    }
    .home_endorsed_moreList{
      display: none;
    }
  .home_endorsed_botStyle{
    margin: 0 16px;
    padding: 16px;
    gap: 12px;
  }
  .home_endorsed_botList{
    width: calc(33.3% - 10px);
    height: 119px;
    margin-bottom: 12px;
  }
  .home_endorsed_botImg{
    width: 60px;
    height: 60px
  }
  .moble_home_endorsed_more {
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
      border: 1px solid #005CEF;
      background: #FFF;
  }
  .moble_home_endorsed_moreImg{
    width: 32px;
    height: 32px;
  }
  .moble_home_endorsed_moreImg{
    width: 24px;
    height: 24px;
  }
  .moble_home_endorsed_moreText{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    flex: 1;
    text-align: left;
    color: #005CEF
  }
}
@media screen and (max-width: 780px) {
  .maxwidth_nav {
      min-width: unset;
      max-width: unset;
      width: unset;
    }
    .companyStyle_ {
      min-width: unset
    }
  .home_information {
    padding: 310px 10px 30px 10px;
  }
  .homeHead_adver1_title {
    width: 100%;
  }
  .phoneshow {
    display: block;
  }
}
@media screen and (max-width: 662px) {
  .homeHead_adver_bot {
    padding: 25px 20px;
  }
  .homeHead_adver_botright {
    width: calc(100% - 70px);
  }
  .homeHead_adver_botstyle,
  .homeHead_adver_bottext {
    width: 100%;
  }
  .homeHead_adver_botstyle {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .home_information {
    padding: 450px 10px 30px 10px;
  }
}
@media screen and (max-width: 582px) {
  .home_partners_{
    display: none;
  }
  .home_Case_companylistshow:nth-child(odd) {
      padding-right: 100px;
    }
  .home_company_title{
    margin-left: 16px;
    margin-right: 16px
  }

  .phonebai {
    background: #ffffff;
  }
  .homeHead_adver1_text {
    margin: 4px 0 22px 0;
    width: 100%;
    text-align: center;
  }

  /* .f14{font-size: 12px;} */
  .f20,
  .f22,
  .f24,
  .f26 {
    font-size: 18px;
  }
  .moble_solution_title {
    font-size: 20px;
  }
  .home_evaluate_bigtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    margin-bottom: 24px;
  }
  .homeHead_adver {
    margin-top: 57px;
    margin-bottom: 0px; 
  }
  .home_Enabling {
    margin: 0 15px 30px 15px;
    /* padding: 16px 16px 30px 16px; */
    border-radius: 8px;
  }
  .home_Enabling_Subhead {
    margin: 8px 0 16px 0;
    color: #4E5969;
  }

  .home_Enabling_title{
    color: #222
  }

  .home_Enabling_title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .home_product,
  .home_padd {
    padding: 30px 16px;
  }
  .home_product_saas {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .home_competitive_listright {
    padding: 15px 15px 10px 15px;
    width: calc(100% - 166px);
  }
  .home_Case {
    padding: 30px 0;
  }
  .home_Case_info {
    margin: 0 20px 30px 20px;
  }
  /* .padBg,
  .home_endorsed {
    padding: 30px 15px;
    width: calc(100% - 30px);
  } */
  .padBg{
    padding: 30px 0;
    width: 100%;
  }
  .home_endorsed_botStyle {
    margin: 0 16px;
    padding: 16px;
  }
  .home_endorsed_botLists {
    bottom: -145px;
  }
  .home_information {
    padding: 350px 10px 15px 10px;
  }
  .home_Case_More {
    width: 200px;
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #005CEF;
    box-shadow: 0px 4px 12px 0px #D9DAE5;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 24px;
  }

  .home_Case_companyImg {
    width: 79px;
    height: 29px;
    padding: 8px 10px;
  }
  .f18 {
    font-size: 16px;
  }
  .home_register {
    display: none;
  }
  .companyshei {
    height: 674px;
  }
  .home_Enabling_left {
    margin: 0;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
  }
  .home_Enabling_right {
    margin: 16px 0px 30px 0px;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
  }
  .achieveCuststy {
    height: 567px;
  }
  .companyStyle {
    height: 370px;
    width: 100%;
    min-width: unset;
  }
  .companyStyle_{
    height: 432px;
    width: 100vw;
  }
  .company_left_shadow,.company_right_shadow{
    width: 80px;
    height: 268px
  }
  .home_Case_companys{
    /* margin-bottom: 24px; */
    gap: 16px;
    padding: 0
  }
  .homeHead_adver_bot {
    margin: 0;
    transform: none;
    padding: 15px 0 9px 0;
    background: linear-gradient(180deg, #f2f4f7 0%, #ffffff 100%);
    box-shadow: 0px 4px 16px 0px rgba(55, 99, 170, 0.1);
    border: 1px solid #ffffff;
    justify-content: space-around;
  }
  .homeHead_adver_bottext {
    display: none;
  }
  .homeHead_adver_botimg {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .homeHead_adver_botstyle {
    display: block;
    width: auto;
  }
  .homeHead_adver_botright {
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin-left: 0;
  }
  .homeHead_adver_botright .f16 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home_title {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 16px 20px 16px;
  }
  .home_Enabtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0 20px 0;
    padding: 0 15px;
  }
  .homeHead_tabs {
    bottom: 15px;
  }
  .homeHead_adver1_title {
    font-size: 26px;
    text-align: center;
  }
  .homeHead_registertil {
    width: 56px;
    margin: 0;
    margin-top: 20px;
  }
  .home_product_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .home_product_saas_first {
    margin: 16px 0 0 0;
    height: 160px;
  }
  .home_product_paas {
    margin-top: 16px;
    height: 106px;
    padding: 16px;
  }
  .home_product_paasTitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .home_product_saasText {
    margin-bottom: 16px;
  }
  .home_competitive_listright {
    display: none;
  }
  .home_competitive_listImg {
    width: 50px;
    height: 45px;
  }
  .home_Case_companylist{
    gap: 16px
  }
  .home_endorsed_title {
    font-size: 28px;
  }
  .home_endorsed_list {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .home_endorsed_botImg {
    width: 60px;
    height: 60px;
  }
  .home_endorsed_ying {
    left: 55px;
  }
  .footer_rightstyle {
    display: none;
  }
  .home_endorsed_botList:last-of-type {
    width: 100%;
  }
  .home_endorsed_botList:last-of-type .porelative {
    display: none;
  }
  .home_Caseimg {
    display: block;
    width: 100%;
    height: 196px;
  }
  .home_Case_info {
    height: auto;
  }
  .home_product_saasTitle {
    font-size: 16px;
    margin: 16px 0 8px 0;
  }
  .home_product_saasimg {
    margin: 16px auto;
  }
  .home_product_saas {
    height: 160px;
  }
  .home_endorsed_bottext {
    font-size: 12px;
    margin-bottom: 20px;
    min-width: 96px;
    /* max-height: 56px; */
    line-height: 14px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  .home_Solution_right {
    display: none;
  }
  .home_Solution_center {
    max-height: none;
    padding: 30px 15px;
    backdrop-filter: initial;
  }
  .home_Solution {
    padding: 30px 15px;
    background: #f7f8fa;
  }
  .home_Solution_title {
    color: #222;
  }
  .home_Solution_tabs > div {
    padding: 11px 0;
    color: #005cef;
    font-size: 16px;
  }
  .home_Solution_right_unSel,
  .home_Solution_left_unSel {
    border: 1px solid #005cef;
  }
  .home_Solution_left,
  .phonehide {
    display: none;
  }
  .home_Solution_centerText {
    padding: 8px 0 59px 0;
  }
  .home_Solution_centerImgs {
    width: 100%;
    margin-bottom: 30px;
  }
  .home_Solution_centerImg {
    width: 20px;
    height: 20px;
  }
  .home_Solution_centerImgsleft {
    margin-left: 19px;
  }
  .home_Solution_centerImgs .f14 {
    font-size: 12px;
    max-width: 90px;
  }
  .home_Solution_centerbut {
    padding: 9px 32px;
  }
  .home_Solution_tabs_nav {
    display: flex;
    margin-top: 30px;
  }
  .registe_form {
    padding: 20px 20px 30px 20px;
    margin: auto 16px;
    z-index: 2;
    width: calc(100% - 72px);
    height: auto;
  }
  .registe_form_title {
    font-size: 20px;
    height: 56px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .registe_form_title span {
    display: block;
  }
  .registe_form_bg {
    width: 220px;
    z-index: -1;
  }
  .registe_form_magbot {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .registe_form_text {
    width: 70px;
    margin-right: 8px;
  }
  .registe_form_input {
    width: calc(100% - 96px);
  }
  .registe_form_codebut {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    line-height: 26px;
  }
  .registe_form_Vercode {
    width: calc(100% - 206px);
  }
  .registe_form_submit {
    font-size: 14px;
    padding: 10px;
    width: calc(100% - 20px);
    text-align: center;
  }
  .homephone_bot {
    display: flex;
  }
  .moble_footer_fixed{
    display: flex;
  }
  .bothei {
    display: block;
  }
  .product_banner_register {
    padding: 10px 42px;
    margin: 0 auto;
    margin-top: 0;
  }
  .home_Solution_rightwidth {
    animation: leftin 1s;
  }
  .home_Enabling_text {
    font-size: 14px;
    text-align: left;
  }
  .home_Caseimg_not_index {
    width: 100%;
    height: 191px;
  }
  .home_Case_inforight_title_case_tab {
    font-size: 14px;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .scfMoreCase {
    display: none;
  }
  .caseTabSty {
    height: 615px;
  }
  .phonesize16 {
    font-size: 16px;
  }
  .home_competitive_list_about_us {
    width: 100%;
  }

  .Vidio_padd {
    margin-top: 69px;
    padding: 0 16px;
  }
  .home_product_saas:hover,
  .home_product_saas_first:hover {
    transform: none;
  }
  .phone_achieve_postion {
    width: 100%;
    height: 74px;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 580px) {
  .maxwidth_nav{
    min-width: unset;
    max-width: unset;
    width: unset;
  }
  .home_information {
    padding: 200px 10px 0px 10px;
  }
  /* .home_endorsed {padding: 60px 30px;} */
  .home_Case_inforight {
    padding: 30px 20px 20px 20px;
  }
  .home_Case_inforightImg {
    margin: 16px 0 8px 0;
  }
  .home_Case_inforight_title::before {
    top: 0;
    left: 0;
    font-size: 14px;
  }
  .home_competitive_listleft {
    padding: 20px 44px 16px 44px;
  }
  .home_competitive_list {
    margin: 18px 0 0 0;
  }
}
@keyframes leftin {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  51% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* 公告 */

.content-block-2 {
  background-image: url('../images/content-block-2-background.png');
  background-size: cover;
  background-position: center;
  padding: 0 0 85px;
  margin: 0;
  overflow: hidden;
}

.announcements .tab-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}

.announcements .tabs {
  display: flex;
  flex-grow: 1;
}

.announcements .tab {
  font-family: 'Source Han Sans CN', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 16px 20px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex: 1;
  padding: 0;
  display: flex;
}

.announcements .tab > svg {
  width: 100%;
}

.announcements .tab .tab-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Source Han Sans CN;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  display: flex;
  gap: 16px;
  justify-items: center;
}

.announcements .tab .tab-label svg {
  color: #007aff80;
}

.announcements .tab.active .tab-label svg {
  color: #fff;
}

.announcements .tab svg.background path:nth-child(1) {
  display: none;
}

.announcements .tab svg.background path:nth-child(2) {
  display: block;
}

.announcements .tab.active svg.background path:nth-child(1) {
  display: block;
}

.announcements .tab.active svg.background path:nth-child(2) {
  display: none;
}

.announcements .tab.active .tab-label {
  color: #fff;
}

.announcements .tab.active .tab-label img {
  width: 26px;
  height: 26px;
}

@keyframes scroll {
  0% {
    transform: translateY(0%);
  }

  100% {
      transform: translateY(-50%);
    }
}
.announcements .tab-content {
  padding: 0 12px;
  background-color: #fff;
  margin-top: 16px;
  box-shadow: 0px 0px 16px 0px #0000001F;
  border-radius: 4px;
  position: relative;
  height: 210px;
  overflow: hidden;
  
}

.announcements .tab-content .more-button {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translate(-50%, 100%);
  /* background: linear-gradient(92.71deg, #F0515A -3.36%, #FF8A63 98.75%); */
  background: linear-gradient(90deg, #007AFF 0%, #007aff80 100%);
  width: 114px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 21px;
  display: none;
  text-decoration: none;
}

.announcements .tab-content .more-button.show {
  display: flex;
}

.announcements .tab-content:has(.more-button.show) {
  margin-bottom: 19px;
}

.announcement-list {
  min-height: 355px;
 
}

.announcement-list {
  padding: 0;
  margin: 0;
}

.announcement-list-animation{
  animation: scroll 10s linear infinite;
}
.announcement-list-animation:hover {
	animation-play-state: paused;
}

.announcement-item {
  display: inline-block;
  font-family: 'Source Han Sans CN', sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}

.announcement-item + .announcement-item {
  border-top: 1px solid #e0e0e0;
}

.announcement-item a {
  text-decoration: none;
  display: flex;
  height: 70px;
  align-items: center;
  padding-left: 36px;
  position: relative;
}

.announcement-item a:hover .announcement-title {
  color: #c7020b;
}

.announcement-item a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background-color: #F3A036;
  border-radius: 50%;
}

.announcement-title {
  flex: 1;
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.announcement-date {
  width: 30%;
  text-align: right;
  color: #999999;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}