@charset "utf-8";

@font-face {
  font-family: DIN;
  src: url("../font/DIN-Medium.otf");
}

@font-face {
  font-family: "iconfont";
  src:
    url("iconfont/iconfont.woff2?t=1705108683799") format("woff2"),
    url("iconfont/iconfont.woff?t=1705108683799") format("woff"),
    url("iconfont/iconfont.ttf?t=1705108683799") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}
body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select,
td,
th,
em,
span,
i,
button,
code,
a {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
}
img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
ul,
li {
  list-style: none;
}
a,
p,
span,
i,
em {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
pre {
  word-break: break-word;
}
:focus {
  outline: none !important;
  border-color: inherit;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
}
input[type="button"] {
  border: none;
}
textarea {
  -webkit-appearance: none;
}
.auto {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
:hover {
  transition: all 0.2s;
}
.img_hover_wrap {
  overflow: hidden;
}
.img_hover {
  transition: all 0.3s;
}
.img_hover:hover {
  transform: scale(1.05, 1.05);
}
.img_traslate {
  transition: all 0.3s;
}
.img_traslate:hover {
  transform: translateY(-6px);
}
.img_rotate {
  transition: all 0.3s;
}
.img_rotate:hover {
  transform: rotate(-360deg);
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal !important;
}
.center {
  text-align: center !important;
}
.img {
  /* width: 100%; */
  display: block;
  height: auto;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ele {
  position: relative;
}
.ele:before,
.ele:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.ipt {
  display: block;
  border: none;
}
.ipt_button {
  cursor: pointer;
}
.item_scale .icon {
  transition: all 0.3s;
}
.item_scale:hover .icon {
  transform: scale(1.08, 1.08);
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important; /* display: -ms-flexbox; */
  -webkit-box-orient: vertical; /*-webkit-line-clamp: 3;*/
}

.imgbox {
  display: block;
  overflow: hidden;
}
.item .img {
  transition: all 1s;
  width: 100%;
  display: block;
}
.item:hover .imgbox .img {
  transform: scale(1.1, 1.1);
}

.zoomimg {
  position: relative;
  overflow: hidden;
  height: 0;
  display: block;
}
.zoomimg .img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flipx .icon {
  transition: all 0.3s;
}
.flipx:hover .icon {
  transform: scaleX(-1);
}
.scale .icon {
  transition: all 0.3s;
}
.scale:hover .icon {
  transform: scale(1.1, 1.1);
}

.underline {
  text-decoration: underline;
}
label {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.img_full {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.img_fit {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain !important;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-align-end {
  align-items: flex-end;
}
.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-pack-start {
  justify-content: flex-start;
}
.flex-pack-end {
  justify-content: flex-end;
}
.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
}
.flex-w {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  overflow-x: hidden;
  color: #7e878a;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  font-family:
    "Noto Sans SC", "Helvetica Neue", Helvetica, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
button,
input,
select,
textarea {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-size: inherit;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}

.squareimg {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.squareimg .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.item:hover .imgbox.squareimg .img {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.padding {
  padding: 90px 0;
}
.radius {
  border-radius: 36px;
  overflow: hidden;
}

.fz24 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.btn-default,
.btn-primary {
  border-radius: 10px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
}
.btn-default {
  border: 1px solid #00bfa6;
  color: #00bfa6;
}
.btn-primary {
  color: #fff;
  background: #00bfa6;
}
.btn-default:hover,
.btn-primary:hover {
  color: #fff;
  background: #01b69e;
  border-color: #01b69e;
}

/* 公共部分 */
.head {
  height: 75px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e9f1f8;
}
.head.scroll {
  background: #fff;
}
.head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.head .r {
  display: flex;
  align-items: center;
}

.hd-logo .img {
  height: 50px;
  width: auto;
}

.hd-contact {
  height: 44px;
  gap: 8px;
  padding: 0 22px;
}
.hd-contact:before {
  content: "\e607";
  font-family: "iconfont";
  font-size: 19px;
}

.hd-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 65px 0 0;
  position: relative;
}
.hd-nav li > a {
  display: block;
  font-size: 16px;
  color: #323f54;
  line-height: 75px;
  position: relative;
}
.hd-nav li:hover > a,
.hd-nav li.cur > a {
  color: #00bfa6;
}
.hd-nav li:hover .drop {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.hd-nav.show {
  display: block;
}

.hd-nav .drop {
  width: 160px;
  position: absolute;
  left: 50%;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s;
  transform-origin: center top;
  background-color: #fff;
  margin-left: -80px;
  border-radius: 6px;
}
.hd-nav .drop .lk {
  font-size: 15px;
  color: #333;
  padding: 10px 15px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #efefef;
  line-height: 1.4;
}
.hd-nav .drop .lk:hover {
  color: #00bfa6;
}
.hd-nav .drop .lk:last-child {
  border-bottom: none;
}

/* 
.hd-nav{display: flex;gap:50px;}
.hd-nav li{}
.hd-nav li>a{display: block;color:#000;line-height: 50px;position: relative;}
.hd-nav li>a::after{content:'';width:0;height:1px;background:#000;position: absolute;left:50%;bottom:0;transition: all 0.3s;}
.hd-nav li.cur>a::after,.hd-nav li:hover>a::after{width:100%;left:0;}
 */

.ft-contact {
  padding: 70px 0;
  background: url(../images/ft_01.jpg) no-repeat center;
  background-size: cover;
}
.ft-contact .button {
  box-shadow: 0 10px 29px rgba(0, 191, 166, 0.36);
}
.ft-contact .button:before {
  content: "\e607";
  font-family: "iconfont";
  margin: 1px 6px 0 0;
  font-size: 20px;
}

.foot {
  background: #fff;
  color: #939aa6;
  padding: 60px 0;
}
.foot .wrap {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.foot .smlogo {
  height: 50px;
  width: auto;
  margin-bottom: 25px;
}
.foot .txt {
  line-height: 1.6;
}
.foot .txt p .email-link {
  color: #939aa6;
  text-decoration: none;
  transition:
    color 0.2s ease,
    text-decoration 0.2s ease;
}
.foot .txt p:hover .email-link {
  color: #00bfa6;
  text-decoration: underline;
}
.foot .txt p {
  margin-bottom: 5px;
}
.foot .wxbox {
  display: flex;
  gap: 50px;
}
.foot .wxbox .grp {
  width: 114px;
  text-align: center;
}
.foot .wxbox .img {
  width: 100%;
  display: block;
}
.foot .wxbox .wz {
  margin-top: 8px;
}

/* 解决方案-智慧物业 */

.banner {
}
.banner .box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -55%);
}
.banner .title {
  font-size: 54px;
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
}
.banner .txt {
  color: #4d586a;
  margin-top: 10px;
}
.banner .btngrp {
  display: flex;
  gap: 10px;
  margin-top: 55px;
}
.banner .link {
  height: 50px;
}
.banner .link::after {
  content: "\ea65";
  font-family: "iconfont";
  transform: rotate(-40deg);
  margin-left: 7px;
  transition: all 0.2s;
}
.banner .link:hover::after {
  transform: rotate(0);
}

.inner-ban {
  height: 100vh;
  position: relative;
}

.idx-ban .item {
  height: 100vh;
  position: relative;
}
.idx-ban .smwz {
  color: #00bfa6;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
  font-weight: bold;
}
.idx-ban .smwz:before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/property_02.png) no-repeat center;
  background-size: contain;
}

.pub-tt {
  text-align: center;
  margin-bottom: 60px;
}
.pub-tt .lmwz {
  color: #00bfa6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 6px;
}
.pub-tt .lmwz:before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/property_02.png) no-repeat center;
  background-size: contain;
}
.pub-tt .bt {
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
.pub-tt .smwz {
  margin-top: 10px;
}
.pub-tt.white .bt {
  color: #fff;
}
.pub-tt.left {
  text-align: left;
}
.pub-tt.left .lmwz {
  justify-content: flex-start;
}

.solution-sass {
  background: #fafbfc;
}
.solution-sass .m {
  border: 1px solid #e8edf2;
  background: linear-gradient(#f1fbf9 0%, #fff 190px, #fff 100%);
}

.solution-sass .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.solution-sass .list .item {
  width: calc(50% - 16px);
}

.solution-sass .list .top {
  padding: 25px 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8edf2;
}
.solution-sass .list .wz {
  margin-top: 8px;
}
.solution-sass .list .icon {
  height: 80px;
  width: auto;
}
.solution-sass .list .more:hover {
  color: #00bfa6;
}

.solution-sass .list .box {
  padding: 30px;
}
.solution-sass .list .lks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.solution-sass .list .lks .lk {
  font-size: 18px;
  color: #939aa6;
  border-radius: 18px;
  border: 1px solid #e8edf2;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  background: #fff;
  padding: 8px 8px;
  text-align: center;
}
.solution-sass .list .lks .lk:hover {
  color: #00bfa6;
  border-color: #00bfa6;
}

.solution-sass .list .item3 {
  width: 100%;
  background: #fff;
}
.solution-sass .list .item3 .top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.solution-sass .list .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.solution-sass .list .tags .lk {
  color: #00bfa6;
  border: 1px solid #00bfa6;
  border-radius: 18px;
  background: #d6f5f1;
  padding: 0 25px;
  line-height: 36px;
}
.solution-sass .list .tags .lk:hover {
  color: #fff;
  background: #00bfa6;
}

.solution-service {
}
.solution-service .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.solution-service .list .item {
  border: 1px solid #e8edf2;
  width: calc(50% - 15px);
  text-align: center;
  padding: 20px 3% 45px;
}
.solution-service .list .icon {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.solution-service .list .title {
  margin-top: 15px;
}
.solution-service .list .txt {
  margin-top: 8px;
}

.solution-plat {
  background: url(../images/property_10.jpg) no-repeat center;
  background-size: cover;
}
.solution-plat .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.solution-plat .list .item {
  border: 1px solid #293034;
  text-align: center;
  padding: 20px 15px;
  background: rgba(22, 26, 32, 0.36);
}
.solution-plat .list .icon {
  height: 45px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.solution-plat .list .percent {
  font-size: 24px;
  line-height: 1;
  margin-top: 12px;
  font-family: "DIN";
}
.solution-plat .list .percent i {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}
.solution-plat .list .title {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}
.solution-plat .list .txt {
  margin: 4px auto 0;
  font-size: 14px;
  max-width: 175px;
}
.solution-plat .list .percent.up {
  color: #26d7c3;
}
.solution-plat .list .percent.down {
  color: #f44336;
}

/* 解决方案-鸿蒙生态 */
.solution-develop .item5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.solution-develop .grp {
  width: calc(50% - 10px);
  min-height: 140px;
  padding: 15px 15px;
  background: linear-gradient(#f1fbf9 0%, #fff 60px);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.solution-develop .grp .tit {
  font-size: 22px;
  color: #000;
  width: 100%;
  font-weight: bold;
}
.solution-develop .grp .font {
  width: 100%;
  margin-top: 6px;
}
.solution-develop .grp:last-child {
  width: 100%;
}

.solution-develop .item6 .top {
  height: 90px;
}
.solution-develop .lclist {
  padding: 23px 25px;
}
.solution-develop .lclist .row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.solution-develop .lclist .num {
  border: 1px solid #00bfa6;
  color: #00bfa6;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background: #d3f4ef;
}
.solution-develop .lclist .smbox {
  border: 1px solid #e8edf2;
  border-radius: 18px;
  padding: 16px 20px;
}
.solution-develop .lclist .tit {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.solution-develop .lclist .font {
  margin-top: 4px;
}
.solution-develop .lclist .row::after {
  content: "";
  width: 20px;
  height: 30px;
  background: url(../images/solu_07.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 7px;
  bottom: -25px;
}
.solution-develop .lclist .row:last-child::after {
  display: none;
}

.solution-kf {
  background: url(../images/solu_01.jpg) no-repeat center;
  background-size: cover;
}
.solution-kf .detail {
  padding: 0 5%;
}
.solution-kf .pic {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}

/* AI应用与算力服务 */
.ai-service {
  background: #fafbfc;
}
.ai-service .list {
  gap: 24px;
}
.ai-service .list .item {
  background: linear-gradient(#f1fbf9 0%, #fff 60px);
  width: calc(33.3% - 24px);
}
.ai-service .list .icon {
  height: 80px;
}

.ai-agent {
  background: url(../images/ai_08.jpg) no-repeat center;
  background-size: cover;
}
.ai-agent .list {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.ai-agent .list .item {
  width: calc(33.3% - 20px);
  padding: 20px 35px 35px;
  border: 1px solid #e8edf2;
  background: rgba(255, 255, 255, 0.7);
}
.ai-agent .list .top {
  display: flex;
  justify-content: flex-end;
}
.ai-agent .list .icon {
  height: 120px;
  width: auto;
}
.ai-agent .list .title {
  margin: 15px 0 6px;
}

.ai-agent .list:nth-child(2) {
  justify-content: flex-end;
}

.ai-plat {
  background: url(../images/ai_13.jpg) no-repeat center;
  background-size: cover;
}
.ai-plat .list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ai-plat .list .item {
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 0 40px;
  border: 1px solid #293034;
  gap: 20px;
  background: rgba(22, 26, 32, 0.36);
}
.ai-plat .list .icon {
  width: 48px;
  display: none;
}
.ai-plat .list .info {
  flex: 1;
  min-width: 0;
}
.ai-plat .list .title {
  font-size: 18px;
  color: #fff;
}
.ai-plat .list .txt {
  font-size: 14px;
  color: #7e878a;
  margin-top: 6px;
}
.ai-plat .list .tags {
}
.ai-plat .list .tag {
  color: #00bfa6;
  padding: 0 12px;
  line-height: 34px;
  border-radius: 8px;
  background: rgba(0, 191, 166, 0.16);
  display: inline-block;
  vertical-align: middle;
}
.ai-plat .list .item:hover {
  background: linear-gradient(
    to right,
    rgba(14, 103, 69, 0.36),
    rgba(0, 0, 0, 0.36)
  );
}
.ai-plat .list .item:hover .icon {
  display: block;
}
.ai-plat .list .item:hover .tags {
  display: none;
}

/* 解决方案-智慧城市 */
.solution-develop .item7 {
}
.solution-develop .item7 .top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.solution-develop .smtit {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.solution-develop .tracklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.solution-develop .tracklist li {
  border-radius: 18px;
  border: 1px solid #e8edf2;
  padding: 15px 10px;
  text-align: center;
}
.solution-develop .tracklist .fz1 {
  font-size: 18px;
  color: #00bfa6;
  font-weight: bold;
}
.solution-develop .tracklist .fz2 {
  color: #939aa6;
  margin-top: 2px;
}

.solution-develop .txtlist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 25px;
}
.solution-develop .txtlist li {
  border-radius: 18px;
  border: 1px solid #e8edf2;
  padding: 15px 20px;
}
.solution-develop .txtlist .fz1 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.solution-develop .txtlist .fz2 {
  color: #939aa6;
  margin-top: 2px;
}

.city-plat {
  background: url(../images/city_06.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.city-plat .detail {
  padding: 0 4%;
}
.city-plat .list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.city-plat .list .item {
  border: 1px solid #293034;
  padding: 30px 15px 25px;
  background: rgba(22, 26, 32, 0.36);
  text-align: center;
}
.city-plat .list .icon {
  height: 92px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.city-plat .list .title {
  font-size: 18px;
  margin-top: 12px;
}
.city-plat .list .txt {
  font-size: 14px;
  color: #7e878a;
  line-height: 1.4;
  margin-top: 5px;
}
.city-plat .cen-line {
  width: 100%;
  display: block;
  margin: 20px 0;
}

.city-plat .grps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 2%;
  border: 1px solid #293034;
  background: rgba(22, 26, 32, 0.36);
  text-align: center;
  min-height: 140px;
}
.city-plat .grps .grp {
  max-width: 200px;
  width: 15%;
}
.city-plat .grps .addicon {
  width: 30px;
}

/* index */
.idx-network {
  background: url(../images/idx_02.jpg) no-repeat center;
  background-size: cover;
}
.idx-network .detail {
  position: relative;
}
.idx-network .pic {
  width: 750px;
  display: block;
  margin: 0 auto;
}

.idx-network .list {
  width: 280px;
  position: absolute;
  top: 0;
  z-index: 10;
}
.idx-network .list-l {
  left: 0;
}
.idx-network .list-r {
  right: 0;
}
.idx-network .item {
  border: 1px solid rgba(41, 48, 52, 0.36);
  padding: 45px 35px;
  margin-bottom: 25px;
  background: rgba(22, 26, 32, 0.36);
  position: relative;
  min-height: 250px;
}
.idx-network .item .icon {
  height: 50px;
  width: auto;
}
.idx-network .item .num {
  color: #00bfa6;
  font-size: 26px;
  line-height: 1;
  margin-top: 8px;
}
.idx-network .item .num i {
  font-size: 56px;
  font-family: "DIN";
  font-weight: bold;
}
.idx-network .item .fz {
  font-size: 18px;
  margin-top: 6px;
}
.idx-network .item:hover {
  background: rgba(22, 26, 32, 0.8);
}

.idx-choose {
  background: #fafbfc;
}
.idx-choose .detail {
  position: relative;
}
.idx-choose .pic {
  width: 900px;
  display: block;
  margin: 0 auto;
}

.idx-choose .list {
  width: 400px;
  position: absolute;
  top: 0;
}
.idx-choose .list-l {
  left: 0;
}
.idx-choose .list-r {
  right: 0;
}
.idx-choose .item {
  border: 1px solid #e8edf2;
  padding: 35px 35px;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  min-height: 300px;
}
.idx-choose .item .icon {
  height: 70px;
  width: auto;
  position: absolute;
  right: 20px;
  top: 20px;
}
.idx-choose .item .wz {
  color: #00bfa6;
}
.idx-choose .item .twz {
  font-style: italic;
}
.idx-choose .item .title {
  margin: 10px 0 5px;
}
.idx-choose .item .txt {
  margin-top: 15px;
  line-height: 1.7;
}
.idx-choose .item:hover {
  box-shadow: 0 6px 15px #efefef;
}

.idx-eval {
}
.idx-eval .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.idx-eval .list .item {
  width: calc(33.33% - 20px);
  border: 1px solid #e8edf2;
  background: linear-gradient(#f1fbf9 0%, #fff 160px, #fff 100%);
}
.idx-eval .list .topbox {
  padding: 30px 30px 50px;
  align-items: flex-start;
}
.idx-eval .list .step {
  font-size: 14px;
  color: #00bfa6;
  font-weight: bold;
  letter-spacing: 3px;
}
.idx-eval .list .icon {
  height: 80px;
  width: auto;
  margin-top: 40px;
  display: block;
}
.idx-eval .list .tag {
  color: #00bfa6;
  border: 1px solid #00bfa6;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(0, 191, 166, 0.16);
  line-height: 34px;
  margin-top: 20px;
  display: inline-flex;
}
.idx-eval .list .title {
  margin-top: 15px;
}
.idx-eval .list .txt {
  margin-top: 12px;
}
.idx-eval .list .botbox {
  padding: 20px 20px;
  border-top: 1px solid #e8edf2;
}
.idx-eval .list .grps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.idx-eval .list .grps .grp {
  text-align: center;
}
.idx-eval .list .grps .num {
  font-size: 22px;
  color: #00bfa6;
  font-weight: bold;
}
.idx-eval .list .grps .wz {
  margin-top: 1px;
}
.idx-eval .list .more {
  margin: 30px 0 0 10px;
  color: #000;
  font-weight: bold;
  display: inline-flex;
}
.idx-eval .list .more:hover {
  color: #00bfa6;
}

.idx-system {
  background: url(../images/idx_17.jpg) no-repeat center;
  background-size: cover;
}
.idx-system .topbox {
  max-width: 500px;
}
.idx-system .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.idx-system .list .item {
  border: 1px solid #e8edf2;
  width: calc(33.3% - 20px);
  padding: 25px 35px 30px;
  background: #fff;
}
.idx-system .list .icon {
  height: 80px;
  width: auto;
}
.idx-system .list .title {
  margin-top: 10px;
}
.idx-system .list .txt {
  margin-top: 7px;
}

.idx-partner {
  background: url(../images/idx_22.jpg) no-repeat center;
  background-size: cover;
}
.idx-partner .detail {
  border: 1px solid #293034;
  background: rgba(46, 50, 57, 0.06);
  border-top: 0;
}
.idx-partner .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.idx-partner .list .item {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #293034;
  border-top: 1px solid #293034;
}
.idx-partner .list .item .pic {
  width: auto;
  max-width: 90%;
  max-height: 90%;
  transition: all 0.3s;
}
.idx-partner .list .item:nth-child(4n + 1) {
  border-left: 0;
}
.idx-partner .list .item:hover .pic {
  transform: translateY(-5px);
}

@media (max-width: 1260px) {
  .hd-nav li {
    margin-right: 45px;
  }

  .pub-tt .bt {
    font-size: 36px;
  }

  /* 解决方案-智慧物业 */
  .banner .box {
    transform: translate(0, -50%);
  }
  .banner .title {
    font-size: 46px;
  }

  .inner-ban {
    height: 600px;
  }

  .idx-ban .item {
    height: 600px;
  }

  /* 解决方案-鸿蒙生态 */
  .solution-develop .grp .tit {
    font-size: 20px;
  }

  /* 解决方案-ai应用与算力服务 */

  /* 解决方案-智慧城市 */
  .city-plat .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* index */
  .idx-network .list-box {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 35px;
  }
  .idx-network .list {
    position: static;
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .idx-network .item {
    padding: 35px 10px;
    margin: 0;
    text-align: center;
    min-height: auto;
  }
  .idx-network .item .num {
    font-size: 20px;
  }
  .idx-network .item .num i {
    font-size: 40px;
  }

  .idx-choose .pic {
    display: none;
  }
  .idx-choose .list {
    position: static;
    width: 100%;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .idx-partner .list .item {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .sj-menu {
    position: absolute;
    right: 2%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
  }
  .sj-menu::after {
    content: "\e700";
    font-family: "iconfont";
  }
  .sj-menu.close::after {
    content: "\e6b7";
  }

  .head {
    position: sticky;
    background: #fff;
  }

  .hd-contact {
    margin-right: 35px;
  }

  .hd-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 75px;
    bottom: 0;
    overflow-y: scroll;
    background-color: #fff;
    overflow-x: hidden;
    display: none;
  }
  .hd-nav li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #efefef;
    position: relative;
  }
  .hd-nav li > a {
    line-height: 70px;
    padding: 0 4%;
  }
  .hd-nav li > a::after {
    display: none;
  }

  .hd-nav li:hover .drop {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
  }
  .hd-nav .drop {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    transition: all 0s;
    border-top: 1px solid #efefef;
  }
  .hd-nav .drop.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0) scaleY(1) !important;
    position: static !important;
  }

  .hd-nav .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hd-nav .arrow::after {
    content: "\e625";
    font-family: "iconfont";
  }
  .hd-nav .arrow.this {
    transform: rotate(180deg);
  }

  .hd-nav .drop .lk {
    color: #000;
    line-height: 60px;
    padding: 0 4% 0 6%;
    text-align: left;
  }
  .hd-nav .drop .lk:hover {
    background: #00bfa6;
  }

  .foot {
    padding: 40px 0;
  }
  .foot .wxbox {
    gap: 30px;
  }
  .foot .wxbox .grp {
    width: 100px;
  }

  .padding {
    padding: 70px 0;
  }
  .fz24 {
    font-size: 21px;
  }
  .radius {
    border-radius: 26px;
  }

  .pub-tt {
    margin-bottom: 40px;
  }
  .pub-tt .lmwz:before {
    width: 15px;
    height: 15px;
  }
  .pub-tt .bt {
    font-size: 32px;
  }

  /* 解决方案-智慧物业 */
  .banner .box {
    transform: translate(0, -50%);
  }
  .banner .title {
    font-size: 32px;
  }
  .banner .btngrp {
    margin-top: 40px;
  }

  .inner-ban {
    height: 420px;
  }

  .idx-ban .item {
    height: 450px;
  }

  .solution-sass .list {
  }
  .solution-sass .list .item {
    width: 100%;
  }
  .solution-sass .list .top {
    padding: 15px 35px;
  }
  .solution-sass .list .lks .lk {
    font-size: 16px;
    min-height: 68px;
  }

  .solution-service .list .icon {
    height: 100px;
  }

  .solution-plat .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* 解决方案-鸿蒙生态 */

  /* 解决方案-ai应用与算力服务 */
  .ai-service .list .item {
    width: calc(50% - 12px);
  }

  .ai-agent .list .item {
    width: calc(50% - 10px);
  }
  .ai-agent .list .icon {
    height: 100px;
  }

  .ai-plat .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ai-plat .list .item {
    min-height: 80px;
    padding: 25px 30px;
  }

  /* 解决方案-智慧城市 */
  .city-plat .list .icon {
    height: 66px;
  }
  .city-plat .cen-line {
    display: none;
  }
  .city-plat .grps {
    margin-top: 25px;
    flex-wrap: wrap;
    padding: 45px 0;
  }
  .city-plat .grps .grp {
    max-width: 100%;
    width: 100%;
  }
  .city-plat .grps .addicon {
    margin: 25px auto;
    width: 24px;
  }

  /* index */
  .idx-network .list-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .idx-network .item .num {
    font-size: 20px;
  }
  .idx-network .item .num i {
    font-size: 36px;
  }

  .idx-choose .list {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .idx-choose .item {
    margin-bottom: 20px;
  }

  .idx-eval .list {
    gap: 24px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: calc(100% + 5%);
  }
  .idx-eval .list .item {
    width: 380px;
    flex-shrink: 0;
  }

  .idx-system .list {
    gap: 20px;
  }
  .idx-system .list .item {
    width: calc(50% - 10px);
  }

  .idx-partner .list .item {
    height: 130px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .head {
    height: 70px;
  }
  .hd-logo .img {
    height: 42px;
  }

  .head .hd-contact {
    font-size: 0;
    padding: 0;
    gap: 0;
    width: 38px;
    height: 38px;
    background: none;
  }
  .head .hd-contact:before {
    font-size: 22px;
    color: #333;
  }

  .hd-nav {
    top: 70px;
  }
  .hd-nav li > a {
    line-height: 56px;
  }
  .hd-nav .arrow {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
  .hd-nav .drop .lk {
    font-size: 14px;
    line-height: 50px;
  }

  .ft-contact {
    padding: 60px 0;
  }

  .foot .wrap {
    display: block;
    text-align: center;
  }
  .foot .smlogo {
  }
  .foot .wxbox {
    gap: 40px;
    margin-top: 45px;
    justify-content: center;
  }

  .padding {
    padding: 50px 0;
  }
  .fz24 {
    font-size: 20px;
  }
  .radius {
    border-radius: 16px;
  }

  .pub-tt {
    margin-bottom: 30px;
  }
  .pub-tt .bt {
    font-size: 24px;
  }
  .pub-tt .smwz {
    margin-top: 6px;
    line-height: 1.4;
  }

  .btn-default,
  .btn-primary {
    padding: 0 24px;
    height: 44px;
    border-radius: 8px;
  }

  /* 解决方案-智慧物业 */
  .banner .title {
    font-size: 26px;
  }
  .banner .btngrp {
    margin-top: 30px;
  }
  .banner .link {
    height: 46px;
    padding: 0 20px;
  }

  .inner-ban {
    height: 320px;
  }

  .idx-ban .item {
    height: 380px;
  }

  .solution-sass .list {
    gap: 20px;
  }
  .solution-sass .list .top {
    padding: 15px 20px !important;
  }
  .solution-sass .list .wz {
    margin-top: 5px;
  }
  .solution-sass .list .icon {
    height: 60px;
  }
  .solution-sass .list .box {
    padding: 20px 20px;
  }
  .solution-sass .list .lks {
    gap: 15px;
  }
  .solution-sass .list .lks .lk {
    border-radius: 10px;
    width: 100%;
    min-height: 48px;
    font-size: 15px;
  }
  .solution-sass .list .tags {
    gap: 15px;
  }
  .solution-sass .list .tags .lk {
    padding: 0 18px;
  }

  .solution-service .list {
    gap: 20px;
  }
  .solution-service .list .item {
    width: 100%;
    padding: 30px 25px;
  }
  .solution-service .list .icon {
    height: 94px;
  }
  .solution-service .list .title {
    margin-top: 12px;
  }

  .solution-plat .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .solution-plat .list .item {
    padding: 35px 30px;
  }
  .solution-plat .list .percent i {
    font-size: 42px;
  }
  .solution-plat .list .txt {
    max-width: 100%;
  }

  /* 解决方案-鸿蒙生态 */
  .solution-develop .item5 {
    gap: 14px;
  }
  .solution-develop .grp {
    width: 100%;
    min-height: auto;
    padding: 20px 20px;
  }
  .solution-develop .grp .tit {
    font-size: 18px;
  }
  .solution-develop .lclist .row {
    margin-bottom: 15px;
  }
  .solution-develop .lclist .smbox {
    border-radius: 10px;
  }
  .solution-develop .lclist .tit {
    font-size: 17px;
  }

  /* 解决方案-ai应用与算力服务 */
  .ai-service .list .item {
    width: 100%;
  }
  .ai-service .list .icon {
    height: 70px;
  }

  .ai-agent .list .item {
    width: 100%;
    padding: 20px 30px 25px;
  }
  .ai-agent .list .icon {
    height: 84px;
  }

  .ai-plat .list {
    gap: 15px;
  }
  .ai-plat .list .item {
    padding: 20px 25px;
    display: block;
    min-height: auto;
  }
  .ai-plat .list .icon {
    display: none !important;
  }
  .ai-plat .list .tags {
    margin-top: 15px;
    display: block !important;
  }
  .ai-plat .list .tag {
    font-size: 14px;
    line-height: 30px;
  }

  /* 解决方案-智慧城市 */
  .city-plat .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .city-plat .list .icon {
    height: 50px;
  }
  .city-plat .list .title {
    font-size: 17px;
  }
  .city-plat .grps {
    margin-top: 14px;
    padding: 30px 25px;
  }
  .city-plat .grps .addicon {
    margin: 25px auto;
    width: 20px;
  }

  /* 解决方案-智慧城市 */
  .solution-develop .tracklist {
    gap: 13px;
  }
  .solution-develop .tracklist li {
    border-radius: 10px;
  }
  .solution-develop .tracklist .fz1 {
    font-size: 16px;
  }

  .solution-develop .txtlist {
    gap: 13px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 15px;
  }
  .solution-develop .txtlist li {
    border-radius: 10px;
  }

  /* index */
  .idx-network .list-box {
    gap: 15px;
  }
  .idx-network .list {
    gap: 15px;
  }
  .idx-network .item {
    padding: 25px 10px;
  }
  .idx-network .item .icon {
    height: 40px;
  }
  .idx-network .item .num {
    font-size: 16px;
  }
  .idx-network .item .num i {
    font-size: 30px;
  }
  .idx-network .item .fz {
    font-size: 15px;
  }

  .idx-choose .list {
    gap: 15px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 15px;
  }
  .idx-choose .item {
    margin-bottom: 0;
    min-height: auto;
    padding: 25px 25px;
  }

  .idx-eval .list {
    display: block;
    width: 100%;
  }
  .idx-eval .list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .idx-eval .list .item:last-child {
    margin-bottom: 0;
  }
  .idx-eval .list .topbox {
    padding: 30px;
  }
  .idx-eval .list .icon {
    height: 65px;
    margin-top: 25px;
  }
  .idx-eval .list .tag {
    margin-top: 15px;
  }
  .idx-eval .list .grps .num {
    font-size: 18px;
  }

  .idx-system .list {
    gap: 15px;
  }
  .idx-system .list .item {
    width: 100%;
    padding: 25px 30px;
  }

  .idx-partner .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .idx-partner .list .item {
    height: 100px;
  }
  .idx-partner .list .item .pic {
    max-width: 75%;
    max-height: 75%;
  }
}
