.one-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.container {
  width: 100%;
  min-width: 1200px;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.header {
  padding: 10px 0;
}

.header-logo .go_home {
  display: block;
  width: 184px;
  height: 63px;
  overflow: hidden;
}
.header-logo .go_home img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-nav-bar {
  height: 30px;
}
.home-nav-bar .nav-bar-link {
  margin: 0 35px;
  color: #444444;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
.home-nav-bar .nav-bar-link:hover {
  color: #0096eb;
}
.home-nav-bar .nav-bar-link.active{
    color: #0096eb;
}
.home-nav-bar .nav-bar-link:hover::after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  color: #0096eb;
  border-bottom: 2px solid;
}
.home-nav-bar .nav-bar-link.active::after{
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    color: #0096eb;
    border-bottom: 2px solid;
}
.nav-mobile {
  background: #ffffff;
  border: 1px solid #bdc5ca;
  box-shadow: 0px 2px 5px 0px rgba(109, 109, 109, 0.14);
  padding: 8px 18px;
  position:relative;
}
.nav-mobile:hover{
    border: 1px solid #bdc5ca;
}
.qra_code{
    display:none;
    position:absolute;
    top:50px;
    left:8px;
    width:100px;
    height:100px;
    overflow:hidden;
    z-index:100;
    box-shadow:0 2px 24px rgba(28,76,186,0.08)
}
.qra_code img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.nav-mobile .nav-span {
  font-size: 16px;
  font-weight: bold;
  color: #0096eb;
  margin-left: 8px;
}

.home-swiper {
  overflow: hidden;
  position: relative;
}
.home-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.model-title {
  margin: 0 auto;
  text-align: center;
}
.model-title .title-cn {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  display: inline-block;
  position: relative;
}
.model-title .title-cn::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: -13px;
  width: 100%;
  height: 12px;
  background-image: linear-gradient(to right, rgba(0, 150, 235, 0.7) 20%, rgba(0, 150, 235, 0) 80%);
  z-index: -1;
}
.model-title .title-zn {
  font-size: 15px;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  display: block;
  margin-top: 13px;
}

.default-margin {
  margin: 60px auto;
}

.services {
  margin-bottom: 80px;
}
.services .service-box {
  width: 220px;
  min-height: 280px;
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0 0 12px 1px rgba(183, 174, 174, 0.2);
  box-sizing: border-box;
  padding: 30px;
}
.services .service-link {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.services .service-link .service-name {
  font-size: 24px;
  font-weight: 400;
  color: #414141;
  line-height: 26px;
  padding-top: 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}
.services .service-link .service-name::after {
  content: " ";
  display: block;
  width: 30px;
  height: 2px;
  background: #3f3f3f;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.services .service-link .service-zn {
  font-size: 16px;
  color: #b2b2b2;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 20px;
  display: block;
  width: 100%;
}
.services .service-link .service-img {
  width: 90px;
  height: 90px;
  background: #ebf8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 36px;
}
.services .service-link .service-img img {
  max-width: 50px;
  max-height: 50px;
}

.wx-applets {
  height: 670px;
  background: url(../images/bg1.png) no-repeat center bottom/auto 100%;
}
.wx-applets .applets {
  height: 385px;
}
.wx-applets .app-description {
  width: 666px;
}
.wx-applets .app-description h4 {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 30px;
  position: relative;
}
.wx-applets .app-description h4::after {
  content: " ";
  display: block;
  width: 27px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wx-applets .app-description p {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 34px;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wx-applets .app-decs {
  margin-bottom: 56px;
}
.wx-applets .btn {
  width: 180px;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(109, 109, 109, 0.15);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wx-applets .btn .btn-icon-img {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wx-applets .btn .btn-icon-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wx-applets .btn .btn-span {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}
.wx-applets .qr_code {
  display: flex;
  flex-direction: column;
}
.wx-applets .qr_code img {
  width: 112px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wx-applets .qr_code .qr-span {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-top: 14px;
}

.news-wrapper {
  padding-bottom: 70px;
}
.news-wrapper .news-slide {
  width: 369px;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 0px rgba(109, 109, 109, 0.15);
}
.news-wrapper .news-slide a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-wrapper .news-img {
  width: 100%;
  height: 215px;
  overflow: hidden;
}
.news-wrapper .news-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-wrapper .news-desc {
  flex: 1;
  height: 245px;
  padding: 20px;
  box-sizing: border-box;
}
.news-wrapper .news-desc h3 {
  font-size: 20px;
  color: #343333;
  line-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
.news-wrapper .news-desc p {
  font-size: 15px;
  color: #777777;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-wrapper .news-desc span {
  font-size: 15px;
  color: #777777;
}
.news-wrapper .news-more {
  width: 204px;
  height: 60px;
  background: #eff3fb;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 17px;
  color: #0097e9;
  line-height: 28px;
  margin-top: 50px;
}
.news-wrapper .news-more img {
  width: 52px;
  height: 17px;
  margin-left: 25px;
  display: block;
}

.footer {
  height: 220px;
  background: #161616;
  color: #b5b5b5;
  box-sizing: border-box;
  padding-top: 30px;
}
.footer .foot-logo {
  width: 505px;
}
.footer .foot-nav {
  margin-top: 35px;
}
.footer .foot-nav a {
  padding: 0 15px;
  display: inline-block;
  color: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .foot-nav a:last-child {
  border-right: none;
}
.footer .foot-connect {
  width: 412px;
  padding: 0 50px;
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .foot-connect .con {
  display: flex;
  align-items: center;
  margin-bottom:10px;
}
.footer .foot-connect .icon {
  width: 26px;
  display: inline-block;
}
.footer .foot-connect .con-text {
  width: 256px;
  display: -webkit-box;
  display: inline-block;
}
.footer .foot-app {
  width: 284px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .foot-app .tip {
  width: 105px;
  padding: 11px 20px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 18px;
  color: #b5b5b5;
  margin-left: 10px;
  background: url(../images/bg2.png) no-repeat center center/100% 100%;
}

.footer-copyright {
  height: 73px;
  background: #232323;
  font-size: 15px;
  color: #727272;
}
.footer-copyright .center {
  height: 100%;
}
.footer-copyright span {
  margin: 0 5px;
}
.footer-copyright a {
  color: inherit;
}
/* 内页框架 */
.quick_links {
    width: 100%;
    min-width: 1200px;
  }
  .quick_links .quick_list {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
  }
  .quick_links .quick_list .qu_link {
    line-height: 90px;
    height: 90px;
    color: #666666;
    margin-right: 75px;
    box-sizing: border-box;
    font-size: 17px;
    display: block;
  }
  .quick_links .quick_list .qu_link:hover {
    color: #0096eb;
    border-bottom: 2px solid #0096eb;
  }
  .quick_links .quick_list .qu_link-active {
    color: #0096eb;
    border-bottom: 2px solid #0096eb;
  }


  .prise_custo {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .prise_custo .prise_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .solution_box {
    width: 100%;
    min-width: 1200px;
  }
  .solution_box .center_box {
    width: 1200px;
    margin: 0 auto;
    padding-top:30px;
    padding-bottom:50px;
  }
  .concat_desc {
    padding: 65px 0;
    display: flex;
  }
  .concat_desc .ci {
      padding:0 10px;
      box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    border-right:1px solid #0096eb;

  }
  .concat_desc .ci:last-child{
      border-right:0;
  }
  .concat_desc .ci .conicon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #0096eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .concat_desc .ci .conname {
    color: #666666;
  }
  .concat_desc .ci .con_text {
    margin-top: 14px;
    display: block;
    font-size: 18px;
    color: #333333;
  }

  .banner {
    width: 100%;
    min-width: 1200px;
  }
  .banner img {
    width: 100%;
  }
  .jianjie_box {
    width: 1200px;
    margin: 0 auto;
    padding:20px 0;
  }
  .jianjie_box p {
    color: #666666;
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 44px;
  }
  .jianjie_box img {
    max-width: 100%;
  }
  /* 新闻中心 */
  .news_box {
    width: 100%;
    min-width: 1200px;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .news_box .news_content {
    width: 1200px;
    margin: 0 auto;
  }

  .news_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .news_list .news_li {
    width: 378px;
    height: 405px;
    margin-right: 30px;
    margin-bottom: 60px;
    box-shadow:0 2px 24px rgba(28,76,186,0.08);
    border-radius:5px;
    overflow:hidden;
  }
  .news_list .news_li:nth-child(3n) {
    margin-right: 0;
  }
  .news_list .news_li .news_img {
    width: 380px;
    height: 278px;
    overflow: hidden;
  }
  .news_list .news_li .news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news_list .news_li .news_p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin: 10px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    padding:0 10px;
    box-sizing: border-box;
  }
  .news_list .news_li .news_time {
    font-size: 17px;
    color: #999999;
    padding:0 10px;
  }
/* 服务 */
.case_box {
    width: 100%;
    min-width: 1200px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .case_box .case_center {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom:40px;
  }

  .case_types {
    padding: 30px 0;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
  }
  .case_types a {
    color: #333333;
    font-size: 18px;
    margin: 0 25px;
  }
  .case_types a:hover {
    color: #004999;
    font-weight: bold;
  }

  .case_list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    padding-bottom: 0;
  }
  .case_list .case_li {
    width: 370px;
    height: 400px;
    background-color: #f3f3f3;
    margin-right: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
  }
  .case_img{
      width:100%;
      height:220px;
      overflow:hidden;
      border-radius:5px;
  }
  .case_img img{
      width:100%;
      height:100%;
      object-fit: cover;
  }
  .case_list .case_li:nth-child(3n) {
    margin-right: 0;
  }

  .case_cenbox {
    width: 100%;
    padding: 25px 35px;
    box-sizing: border-box;
  }
  .case_cenbox .case_top {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .case_cenbox .case_text {
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 100px;
  }
  .case_cenbox .case_footer {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .case_cenbox .case_footer .case_ld {
    font-size: 18px;
    color: #999999;
  }
/* 文章详情 */
.history {
    font-size: 17px;
    color: #999999;
    padding: 25px 0;
  }
  .history a {
    color: inherit;
  }
  .history span {
    display: inline-block;
    margin: 0 5px;
  }
  .section-x {
    display: flex;
    justify-content: space-between;
  }
  .section-x .section-left {
    width: 840px;
    min-height: 700px;
    background-color: #fff;
  }
  .section-x .section-right {
    width: 347px;
    background-color: #fff;
    align-self: flex-start;
  }

  .section-title {
    font-size: 28px;
    color: #333333;
    font-weight: bold;

  }
  .sec_box{
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #d8d9da;
    width: 100%;
  }
.section_sub{
    line-height:26px;
    margin-top:20px;
    color:#999;
    font-weight:300;
}
  .section-img {
    width: 100%;
    height: 327px;
    overflow: hidden;
    border-radius: 25px;
    margin: 25px 0;
  }
  .section-img img {
    width: 100%;
    height: 100%;
  }

  .section-btn {
    height: 45px;
    width: 100%;
    background-color: #0454ab;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
  }

  .section-tip {
    margin: 25px 0;
  }
  .section-tip span {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: block;
    padding-left: 15px;
    box-sizing: border-box;
    border-left: 3px solid #004999;
  }
  .section-tip p {
    color: #868383;
    margin-top: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .section-desc {
    color: #858484;
    line-height: 25px;
    margin-top: 20px;
  }

  .section-r-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding: 30px 0;
    border-bottom: 1px solid #d3d7da;
  }
    .er_code_img{
      width:99px;
      height:99px;
      overflow:hidden;
  }
  .er_code_img img{
    width:100%;
    height:100%;
    object-fit: contain;
}