/* 基本重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit; /* 使用父元素的颜色 */
}

body {
  color: #333;
  font-weight:normal;
}

.page {
  max-width: 1920px;
  margin: 0 auto;
}

.main {
  padding-top: 64px;
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
  .main {
    padding-top: 116px;
  }
}
  .home-wrap {
    display: block;
  }

  .phone-home-wrap {
    display: none;
  }
@media (max-width: 960px) {
  .home-wrap {
    display: none;
  }

  .phone-home-wrap {
    display: block;
  }

 /* 禁用缩放 */
      @supports (-webkit-touch-callout: none) {
        /* 此处使用非标准属性 -webkit-touch-callout 来检测是否为移动浏览器 */
        meta[name="viewport"] {
          content: "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no";
        }
      }
}
.main .home-wrap .bannerwrappper {
  min-width: 1200px;
  position: relative;
}
.main .home-wrap .bannerwrappper .txt {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #fff;
  transform: translateY(-50%);
  z-index: 1;
}
.main .home-wrap .bannerwrappper em{
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.13;
  margin-bottom: 38px;
}

.main .home-wrap .bannerwrappper h3{
  font-size: 28px;
  font-weight: normal;
  line-height: 1.54;
  position: relative;
  padding-top: 32px;
}
.banner-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 576px;
  display: flex;
  overflow: hidden;
}
.banner-swiper-wrapper .swiper-slide{
  width: 100%;
  height: 576px;
}
.banner-swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bannerwrappper .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 132px;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10;
}

.bannerwrappper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background-color: #9095a3;
  display: inline-block;
  opacity: .3;
  margin: 0 5px;
  border-radius: 2px
}

.bannerwrappper .swiper-pagination .swiper-pagination-bullet-active {
  background: #3778fa;
  opacity: 1;
}

.lists {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* z-index: 999; */
  background-color: hsla(0, 0%, 100%, .7);
}

.lists .list-item {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 100px
}

.lists .list-item .left-icon {
  width: 42px;
  height: 42px;
  margin-right: 14px;
}

.lists .list-item .left-icon img {
  width: 100%;
  height: 100%;
}

.lists .list-item .right-info {
  width: 240px;
}

.lists .list-item .right-info .title {
  display: flex;
  align-items: center;
}

.lists .list-item .right-info .title .label {
  color: #000;
  font-size: 16px;
  line-height: 28px
}

.lists .list-item .right-info .title .tag {
  margin-left: 12px;
  font-size: 12px;
  height: 18px;
  color: #ff4d4f;
  border: 1px solid #ff4d4f;
  text-shadow: none;
  border-radius: 2px;
  padding: 0 7px;
}

.lists .list-item .right-info .content {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #9196a4;
}

.matrix-wrap {
  height: 860px;
  position: relative;
  /* background-image: url(../imgs/matrix.81268f7.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; */
}

.matrix-wrap .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.matrix-wrap .bg-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matrix-wrap .basetitle {
  width: 100%;
  height: 135px;
  line-height: 135px;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: 500;
}

.matrix-wrap .warpBox .container {
  width: 1200px;
  margin: 0 auto;
}

.matrix-wrap .warpBox .container .list {
  padding-left: 8px;
  margin-top: 20px;
  position: relative;
}

.matrix-wrap .warpBox .container .list .list-item {
  margin-bottom: 104px;
  display: list-item;
}

.matrix-wrap .warpBox .container .list .list-item .list-item-inner {
  text-align: left;
  display: flex;
  width: 100%;
}

.matrix-wrap .warpBox .container .list .list-item .list-item-inner .icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-top: 1px;
  position: relative;
}

.matrix-wrap .warpBox .container .list .list-item .list-item-inner .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 9px;
}

.matrix-wrap .warpBox .container .list .list-item .list-item-inner .text-warp {
  display: flex;
}

.matrix-wrap .warpBox .container .list .list-item .list-item-inner .text-warp .text-wrap-title {
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-bottom: 15px;
  margin-right: 5px;
}

.matrix-wrap .warpBox .container .list .list-item .list-item-inner .text-warp .text-wrap-desc {
  font-size: 18px;
  color: #333;
}

.solution-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 52px;
}

.solution-wrap .container .basetitle {
  height: 135px;
  line-height: 135px;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: 500;
}

.solution-wrap .mainerrr {
  display: flex;
}

.solution-wrap .mainerrr .leftBox .titleBox {
  width: 240px;
  height: 180px;
  color: #5a5b61;
  font-size: 18px;
  background-color: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-wrap .mainerrr .leftBox .titleBox:first-child {
  margin-bottom: 24px;
}

.active-titleBox {
  height: 236px !important;
  background-color: rgba(55, 120, 255, .8) !important;
  border-radius: 2px;
  color: #fff !important;
}

.solution-wrap .mainerrr .rightBox {
  margin-left: 24px;
  height: 440px;
  position: relative;
  /* background-image: url(../imgs/jie_jue_fang_an___bei_jing_1.fb370a7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative; */
}

.solution-wrap .mainerrr .rightBox .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.solution-wrap .mainerrr .rightBox .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.solution-wrap .mainerrr .rightBox .top-box {
  position: relative;
}

.solution-wrap .mainerrr .rightBox .top-box .desc {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 0 50px;
  text-align: left;
  text-indent: 2em;
  margin-top: 60px;
}

.solution-wrap .mainerrr .rightBox .top-box .gotoDetail {
  position: absolute;
  left: 50px;
  bottom: -54px;
  color: #fff;
}

.solution-wrap .mainerrr .rightBox #contentBoxOne,
.solution-wrap .mainerrr .rightBox #contentBoxTwo {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.solution-wrap .mainerrr .rightBox .contentBox {
  /* bottom: 0; */
  /* position: absolute; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}

.solution-wrap .mainerrr .rightBox .hiddennn {
  display: none;
}

.solution-wrap .mainerrr .rightBox .visibleee {
  display: block;
}

.solution-wrap .mainerrr .rightBox .contentBox .contentItem {
  width: 20%;
  height: 90px;
  color: #fff;
  background-color: rgba(245, 247, 250, .16);
  border: 1px solid hsla(0, 0%, 100%, .18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentItemTwo {
  width: 33.3% !important;
}

.contentItemActive {
  background-color: rgba(245, 247, 250, .46) !important;
}

.ksolution-wrap {
  width: 100%;
  height: 620px;
  position: relative;
  /* background-image: url(../imgs/ke_hu_an_li___yin_hang_bei_jing.376166e.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}

.ksolution-wrap .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ksolution-wrap .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.ksolution-wrap .container {
  width: 1200px;
  margin: 0 auto;
}

.ksolution-wrap .basetitle {
  width: 100%;
  height: 135px;
  line-height: 135px;
  text-align: center;
  font-size: 28px;
  color: #fff;
}

.ksolution-wrap .ksolution-main .visibleee {
  display: block;
}

.ksolution-wrap .ksolution-main .hiddennn {
  display: none;
}

.ksolution-wrap .ksolution-main .tabLists {
  height: 48px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ksolution-wrap .ksolution-main .tabLists .tabItem {
  font-size: 18px;
  color: #fff;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color .3s cubic-bezier(.645, .045, .355, 1);
}

.activeTabItem {
  border-bottom: 2px solid #3778fa;
}

.ksolution-wrap .ksolution-main .contents {
  margin-top: 40px;
}

.ksolution-wrap .ksolution-main .contents .title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1;
  margin-bottom: 30px;
}

.ksolution-wrap .ksolution-main .contents .article {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  width: 630px;
}

.ksolution-wrap .ksolution-main .contents .content-footer {
  margin-top: 50px;
}

.ksolution-wrap .ksolution-main .contents .content-footer .button {
  width: 140px;
  height: 42px;
  line-height: 42px;
  border-radius: 2px;
  color: #fff;
  background: transparent;
  border-color: #fff;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}

.warp-x {
  /* background-image: url(../imgs/icon_a130f9.4aa86cb.png); */
  /* background-position: 50%; */
  padding-bottom: 49px;
  position: relative;
}

.warp-x .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.warp-x .bg-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.warp-x .letter-support-wrap {
  background-position: 50%;
  background-size: contain;
}

.warp-x .letter-support-wrap .container {
  width: 1200px;
  margin: 0 auto;
}

.warp-x .letter-support-wrap .container .header .title2 {
  font-size: 28px;
  color: #333;
  padding-top: 55px;
  text-align: center;
}

.warp-x .letter-support-wrap .container .header .title3 {
  text-align: center;
  font-size: 14px;
  color: #5a5b61;
  margin-top: 20px;
  margin-bottom: 20px;

}

.warp-x .letter-support-wrap .container .contonts .list {
  margin-top: 35px;
  /* background-image: url(../imgs/img_d3354.e37a62d.png);
  background-size: 100% 100%; */
  padding: 28px 0 33px 18px;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1200px;
  position: relative;
}

.warp-x .letter-support-wrap .container .contonts .list .bg-img {
  position: absolute;
  top: 0;
  left: 0;
}

.warp-x .letter-support-wrap .container .contonts .list .bg-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.warp-x .letter-support-wrap .container .contonts .list .list-item {
  padding-left: 12px;
  width: 25%;
  display: list-item;
}

.warp-x .letter-support-wrap .container .contonts .list .list-item .list-item-panel {}

.warp-x .letter-support-wrap .container .contonts .list .list-item .list-item-panel .list-item-panel-title {
  font-size: 16px;
}

.warp-x .letter-support-wrap .container .contonts .list .list-item .list-item-panel .list-item-panel-desc {
  margin-top: -12px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.warp-x .letter-support-wrap .container .contonts .list .list-item .list-item-panel .list-item-panel-desc .desc-wrap {
  width: 128px;
  height: 40px;
  background-image: linear-gradient(0deg, #fafbfd, #fff), linear-gradient(#fff, #fff);
  box-shadow: 2px 4px 7px 1px rgba(61, 75, 102, .1);
  border-radius: 2px;
  border: 2px solid #fff;
  margin: 12px 8px 0 0;
  line-height: 40px;
  color: #9196a4;
  font-size: 14px;
}

.warp-x .scoll-wrap .container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.warp-x .scoll-wrap .container .swiper-container {
  margin-top: 55px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.warp-x .scoll-wrap .container .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition: transform 0.5s ease;
}

.warp-x .scoll-wrap .container .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  transform: scale(.8);
  width: 20%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.warp-x .scoll-wrap .container .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.warp-x .scoll-wrap .container .swiper-container .swiper-slide-active {
  transform: scale(1)
}

.warp-x .scoll-wrap .container .swiper-button-prevs {
  cursor: pointer;
  position: absolute;
  top: 150px;
  left: -50px;
  width: 40px;
  height: 40px;
  transform: scale(1.2);
  /* background: url(../imgs/prev.8309d5e.png) 50% no-repeat; */
}

.warp-x .scoll-wrap .container .swiper-button-nexts {
  cursor: pointer;
  position: absolute;
  top: 150px;
  right: -50px;
  width: 40px;
  height: 40px;
  transform: scale(1.2);
  /* background: url(../imgs/next.6653ca1.png) 50% no-repeat; */
}



.indexnews-wrap {
  /* background-image: url(../imgs/newsbg.a359b2f.png); */
  height: 622px;
  position: relative;
}

.indexnews-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.indexnews-wrap .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.indexnews-wrap .container {
  width: 1200px;
  margin: 0 auto;
}

.indexnews-wrap .container .basetitle .title-wrap {
  height: 135px;
  padding-top: 59px;
  text-align: center;
}

.indexnews-wrap .container .basetitle .title-wrap .maintitle {
  font-size: 28px;
  line-height: 1;
  color: #333;
  letter-spacing: 1.4px;
  font-weight: 500;
}
.indexnews-wrap .container .main-content .tabLists {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e7eb;
  margin: 0 0 16px;
}

.indexnews-wrap .container .main-content .tabLists .new-tab-item {
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color .3s cubic-bezier(.645, .045, .355, 1);
  font-size: 18px;
  color: #000000;
}

.tabItem-active {
  color: #3778fa !important;
  text-shadow: 0 0 .25px currentColor;
  border-bottom: 2px solid #3778fa;
}


.indexnews-wrap .container .main-content .cardLists {
  width: 1200px;
  margin: 0 auto;
  margin-top: 19px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
}

.indexnews-wrap .container .main-content .visibleee {
  display: block;
}

.indexnews-wrap .container .main-content .hiddennn {
  display: none;
}

.indexnews-wrap .container .main-content .cardLists .card-item {
  background-color: #fff;
  width: 386px;
  height: 360px;
  box-shadow: 0 6px 16px 4px rgba(61, 75, 102, .1);
  border-radius: 4px;
  margin-right: 17px;
  cursor: pointer;
}

.indexnews-wrap .container .main-content .cardLists .card-item .top-img {
  width: 386px;
  height: 200px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.indexnews-wrap .container .main-content .cardLists .card-item .top-img img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.indexnews-wrap .container .main-content .cardLists .card-item .bottom-info {
  width: 346px;
  margin: 20px auto
}

.indexnews-wrap .container .main-content .cardLists .card-item .bottom-info .title {
  color: #333;
  white-space: nowrap;
  font-size: 18px;
  margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexnews-wrap .container .main-content .cardLists .card-item .bottom-info .text {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #9196a4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexnews-wrap .container .main-content .cardLists .card-item .arrow {
  position: absolute;
  right: 0;
  opacity: 0;
}
.indexnews-wrap .container .main-content .cardLists .card-item:hover .arrow {
  opacity: 1;
  transition-duration: 0s;
}
.indexnews-wrap .container .main-content .cardLists .card-item .bottom-info .time {
  margin-top: 20px;
  font-size: 14px;
  position:relative;
  /* line-height: 24px; */
  color: #9196a4;
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
}

.indexnews-wrap .container .main-content .cardLists .card-item .bottom-info .time .timeicon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.indexnews-wrap .container .main-content .cardLists .card-item .bottom-info .time .timeicon img {
  width: 100%;
  height: 100%;
}

/* .indexnews-wrap .container .main-content .cardLists .card-item .bottom-info .time::before {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  content: "";
  vertical-align: middle;
  display: inline-block;
  background: url(../imgs/newsicon.44a4b8a.png) no-repeat;
  background-size: contain
} */

.customer-logo-wrap {
  padding-top: 49px;
  text-align: left;
  overflow: hidden;
}

.customer-logo-wrap .relative {
  position: relative;
}

.customer-logo-wrap .container {
  width: 1200px;
  margin: 0 auto;
}

.customer-logo-wrap .container .scroll-wrap {
  width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
  /* position: relative; */
}

.customer-logo-wrap .container .scroll-wrap .swiper-wrapper {
  display: flex;
  /* 使用弹性布局 */
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0 auto;
  white-space: nowrap;
  transition: transform 0.5s ease-in-out;
}

.customer-logo-wrap .container .scroll-wrap .swiper-wrapper .swiper-slide {
  width: 180px;
  height: 72px;
  border-radius: 6px;
  box-shadow: 3px 5px 9px 1px rgba(61, 75, 102, .1);
  border: 2px solid #fff;
  margin: 10px;
  flex-shrink: 0;
}

.customer-logo-wrap .container .scroll-wrap .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
}

.customer-logo-wrap .container .linear {
  position: absolute;
  width: 150px;
  height: 100%;
  z-index: 3;
  top: 0;
}

.customer-logo-wrap .container .left {
  left: -150px;
  background-image: linear-gradient(90deg, #fff, #fff, hsla(0, 0%, 100%, .2));
}

.customer-logo-wrap .container .right {
  right: -150px;
  background-image: linear-gradient(270deg, #fff, #fff, hsla(0, 0%, 100%, .2));
}

.customer-logo-wrap .container .no-linear {
  position: absolute;
  width: calc(50vw - 750px);
  height: 100%;
  z-index: 3;
  top: 0;
  background-color: #fff;
}

.customer-logo-wrap .container .left2 {
  left: calc(-50vw - -600px);
  background-image: linear-gradient(90deg, #fff, #fff, hsla(0, 0%, 100%, .2));
}

.customer-logo-wrap .container .right2 {
  right: calc(-50vw - -600px);
  background-image: linear-gradient(90deg, #fff, #fff, hsla(0, 0%, 100%, .2));
}

    .visibleee {
      display: block;
    }

    .hiddennn {
      display: none;
    }

    .phone-home-wrap .basetitle .title-wrap {
      height: 60px;
      line-height: 60px;
      text-align: center;
    }

    .phone-home-wrap .basetitle .maintitle {
      font-size: 20px;
      color: #333;
      letter-spacing: 1.4px;
      font-weight: 500;
      position: relative;
    }
    .phone-home-wrap .basetitle .maintitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 44px;
    height: 3px;
    background-color: #3778fa;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }

    .phone-banner .customer-box {
      height: 160px;
      position: relative;
    }

    .phone-banner .customer-box .bg-img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      overflow: hidden;
    }

    .phone-banner .customer-box .bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* object-position: 50% 50%; */
    }

    .phone-banner .container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      color: #fff;
      margin: 0 0 0 33px;
    }

    .phone-banner .container em {
      font-size: 20px;
      font-family: arial;
      text-transform: uppercase;
    }

    .phone-banner .container h3 {
      font-size: 20px;
      font-weight: normal;
    }

    /* 新闻动态 */
    .phone-home-wrap .phone-indexnews-wrap {
      margin: 0 auto;
      padding: 0 15px;
      position: relative;
    }

    .phone-home-wrap .phone-indexnews-wrap .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
    }

    .phone-home-wrap .phone-indexnews-wrap .bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

       .phone-home-wrap .phone-indexnews-wrap .boxs {
      height: auto;
      text-align: center;
      background-color: #fff;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: space-around;
    }

    .phone-home-wrap .box-item {
      text-align: center;
      vertical-align: middle;
      margin: 10px 0 20px;
      font-size: 14px;
      padding-right: 10px;
      font-size: 14px;
      color: #888;
      position: relative;
    }

    .phone-home-wrap .boxs .box-item:not(:last-child) span:after {
      content: '';
      position: absolute;
      right: -17px;
      top: 50%;
      width: 1px;
      height: 16px;
      background-color: #888;
      margin-top: -8px;
    }

    .phone-home-wrap .box-item:hover {
      color: #3778fa;
    }

    .phone-home-wrap .boxs .boxItem-active{
      color: #3778fa;
    }

    .phone-home-wrap .news-list .news-item {
      margin-bottom: 15px;
      padding: 12px;
		cursor: pointer;
    }

    .phone-home-wrap .news-list .news-item .pic {
      width: 100%;
    }

    .phone-home-wrap .news-list .news-item .pic img {
      width: 100%;
      height: 100%;
    }

    .phone-home-wrap .news-list .news-item .txt {
      padding-top: 13px;
    }

    .phone-home-wrap .news-list .news-item .txt h3 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 8px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
    }

    .phone-home-wrap .news-list .news-item .desc {
      font-size: 14px;
      color: #888;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }

    .phone-home-wrap .moreBtn {
      width: 200px;
      height: 46px;
      font-size: 14px;
      margin: 0 auto;
      border-radius: 33px;
      color: #0F3C76;
      background-color: #DAE5F2;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .phone-home-wrap .moreBtn .icon {
      margin-left: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .phone-home-wrap .moreBtn .icon img {
      width: 100%;
      height: 100%;
    }

    .phone-home-wrap .phone-ksolution-wrap {
      width: 100%;
      position: relative;
    }

    .phone-home-wrap .phone-ksolution-wrap .bg-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
    }

    .phone-home-wrap .phone-ksolution-wrap .bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
    }

    .phone-home-wrap .phone-ksolution-wrap .container {
      margin: 0 auto;
    }

    .phone-home-wrap .phone-ksolution-wrap .ksolution-main {
      width: auto;
      padding: 0 15px;
      margin: 0 auto;
      margin-top: 15px;
    }

    .phone-home-wrap .phone-ksolution-wrap .ksolution-main ul li {
      margin-bottom: 15px;
      display: inline-block;
    }

    .phone-home-wrap .phone-ksolution-wrap .ksolution-main .ksolution-item {
      width: auto;
      padding: 20px;
      background-color: rgba(234, 237, 240, 1);
      margin: 0;
      display: block;
      border-radius: 10px;
      overflow: hidden;
      color: #333;
      text-align: center;
    }

    .phone-home-wrap .phone-ksolution-wrap .ksolution-main .ksolution-item .ico {
      display: block;
      width: 80px;
      height: 80px;
      margin-bottom: 10px;
      margin: 0 auto 19px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto;
    }

    .phone-home-wrap .phone-ksolution-wrap .ksolution-main .ksolution-item h3 {
      font-size: 18px;
      margin-bottom: 10px;
      line-height: 1.4;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

    .phone-home-wrap .phone-ksolution-wrap .ksolution-main .ksolution-item .desc {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1.75;
      color: #666;
      height: 5.25em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
    }

    .phone-home-wrap .phone-ksolution-wrap .ksolution-main .ksolution-item .btn {
      font-size: 14px;
      color: #111;
      opacity: 1;
      transition: .3s;
      -ms-transition: .3s;
      -moz-transition: .3s;
      -webkit-transition: .3s;
    }

    /* 轮播图 */
    .phone-home-wrap .phone-warp-x {
      padding-bottom: 25px;
      position: relative;
    }

    .phone-home-wrap .phone-warp-x .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }

    .phone-home-wrap .phone-warp-x .bg-img img {
      max-width: 100%;
      max-height: 100%;
      display: block;
    }

    .phone-home-wrap .phone-warp-x .letter-support-wrap {
      background-position: 50%;
      background-size: contain;
    }

    .phone-home-wrap .phone-warp-x .letter-support-wrap .container {
      margin: 0 auto;
    }

    .phone-home-wrap .phone-phone-warp-x .letter-support-wrap .container .header .title2 {
      font-size: 28px;
      color: #333;
      padding-top: 55px;
      text-align: center;
    }

    .phone-home-wrap .phone-warp-x .letter-support-wrap .container .header .title3 {
      text-align: center;
      font-size: 14px;
      color: #5a5b61;
      margin-top: 20px;
      margin-bottom: 20px;

    }

    .phone-home-wrap .phone-warp-x .letter-support-wrap .container .contonts .list {
      margin-top: 35px;
      /* background-image: url(../imgs/img_d3354.e37a62d.png);
  background-size: 100% 100%; */
      padding: 28px 0 33px 18px;
      text-align: left;
      display: flex;
      justify-content: center;
      flex-wrap: nowrap;
      max-width: 1200px;
      position: relative;
    }

    .phone-home-wrap .phone-warp-x .letter-support-wrap .container .contonts .list .bg-img {
      position: absolute;
      top: 0;
      left: 0;
    }

    .phone-home-wrap .phone-warp-x .letter-support-wrap .container .contonts .list .bg-img img {
      max-width: 100%;
      max-height: 100%;
      display: block;
    }

    .phone-home-wrap .phone-warp-x .letter-support-wrap .container .contonts .list .list-item {
      padding-left: 12px;
      width: 25%;
      display: list-item;
    }

    .phone-home-wrap .phone-warp-x .letter-support-wrap .container .contonts .list .list-item .list-item-panel {}

    .phone-home-wrap .phone-warp-x .letter-support-wrap .container .contonts .list .list-item .list-item-panel .list-item-panel-title {
      font-size: 16px;
    }

    .phone-home-wrap .phone-warp-x .letter-support-wrap .container .contonts .list .list-item .list-item-panel .list-item-panel-desc {
      margin-top: -12px;
      margin-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      text-align: center;
    }

    .phone-home-wrap .warp-x .letter-support-wrap .container .contonts .list .list-item .list-item-panel .list-item-panel-desc .desc-wrap {
      width: 128px;
      height: 40px;
      background-image: linear-gradient(0deg, #fafbfd, #fff), linear-gradient(#fff, #fff);
      box-shadow: 2px 4px 7px 1px rgba(61, 75, 102, .1);
      border-radius: 2px;
      border: 2px solid #fff;
      margin: 12px 8px 0 0;
      line-height: 40px;
      color: #9196a4;
      font-size: 14px;
    }

    .phone-home-wrap .phone-warp-x .scoll-wrap .container {
      margin: 0 auto;
      position: relative;
    }

    .phone-home-wrap .phone-warp-x .scoll-wrap .container .swiper-container {
      margin-top: 25px;
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .phone-home-wrap .phone-warp-x .scoll-wrap .container .swiper-container .swiper-wrapper {
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      transition: transform 0.5s ease;
    }

    .phone-home-wrap .phone-warp-x .scoll-wrap .container .swiper-container .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .3s;
      transform: scale(.8);
      width: 33.3%;
      height: 100%;
      flex-shrink: 0;
      position: relative;
    }

    .phone-home-wrap .phone-warp-x .scoll-wrap .container .swiper-container .swiper-slide img {
      width: 100%;
      height: 100%;
    }

    .phone-home-wrap .phone-warp-x .scoll-wrap .container .swiper-container .swiper-slide-active {
      transform: scale(1)
    }

    .phone-home-wrap .phone-warp-x .scoll-wrap .container .swiper-button-prevs {
      cursor: pointer;
      position: absolute;
      top: 70px;
      left: 0px;
      width: 30px;
      height: 30px;
      z-index: 999;
      /* background: url(../imgs/prev.8309d5e.png) 50% no-repeat; */
    }

    .phone-home-wrap .phone-warp-x .scoll-wrap .container .swiper-button-nexts {
      cursor: pointer;
      position: absolute;
      top: 70px;
      right: 0px;
      width: 30px;
      height: 30px;
      z-index: 999;
      /* background: url(../imgs/next.6653ca1.png) 50% no-repeat; */
    }
