@import url(iconfont/iconfont.css);
@font-face {
  font-family: "h_Black";
  src: url(font/HarmonyOS_Sans_SC_Black.ttf);
}
@font-face {
  font-family: "h_Bold";
  src: url(font/HarmonyOS_Sans_SC_Bold.ttf);
}
@font-face {
  font-family: "h_Light";
  src: url(font/HarmonyOS_Sans_SC_Light.ttf);
}
@font-face {
  font-family: "h_Medium";
  src: url(font/HarmonyOS_Sans_SC_Medium.ttf);
}
@font-face {
  font-family: "h_Regular";
  src: url(font/HarmonyOS_Sans_SC_Regular.ttf);
}
@font-face {
  font-family: "h_Thin";
  src: url(font/HarmonyOS_Sans_SC_Thin.ttf);
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  2%,
  6%,
  10%,
  14%,
  18% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  4%,
  8%,
  12%,
  16% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --themeColor: #0069EA;
  --container: 14rem;
  --container_margin: calc((100vw - var(--container)) / 2);
  --group: 1.2rem;
  --headerHeight: 1rem;
}
.iconfont {
  font-size: 0.16rem;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 0.16rem/1.73 h_Regular, Microsoft YaHei, Heiti SC, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #333;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
p,
div {
  font-family: h_Regular;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: h_Medium;
  font-weight: 400;
}
.bold {
  font-family: h_Bold;
  font-weight: 400;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #333;
}
/* 表单元素 */
textarea,
select,
button,
input {
  /* "\5B8B\4F53" => 宋体 */
  font-family: Regular, Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  border: none;
  outline: none;
  resize: none;
  background: none;
  transition: all 0.3s;
  /* chrome */
  /* 火狐浏览器 */
}
textarea::-webkit-outer-spin-button,
select::-webkit-outer-spin-button,
button::-webkit-outer-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-inner-spin-button,
button::-webkit-inner-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea[type="number"],
select[type="number"],
button[type="number"],
input[type="number"] {
  -moz-appearance: textfield;
}
textarea::placeholder,
select::placeholder,
button::placeholder,
input::placeholder {
  color: #CDCDCD;
}
/* 版芯 */
.container {
  width: var(--container);
  margin: 0 auto;
}
/* 单行文本 */
.dh_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 两行文本 */
.dh_text2 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 三行文本 */
.dh_text3 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 富文本 */
.rich img,
.rich video {
  width: 100%;
  margin: auto;
  max-width: 100% !important;
  height: auto !important;
}
.rich * {
  text-wrap: wrap !important;
  white-space: wrap !important;
  font-size: 0.2rem !important;
}
/* 手机 */
.app,
.moblie {
  display: none;
}
.fs-10 {
  font-size: 0.1rem;
}
.fs-11 {
  font-size: 0.11rem;
}
.fs-12 {
  font-size: 0.12rem;
}
.fs-13 {
  font-size: 0.13rem;
}
.fs-14 {
  font-size: 0.14rem;
}
.fs-15 {
  font-size: 0.15rem;
}
.fs-16 {
  font-size: 0.16rem;
}
.fs-17 {
  font-size: 0.17rem;
}
.fs-18 {
  font-size: 0.18rem;
}
.fs-19 {
  font-size: 0.19rem;
}
.fs-20 {
  font-size: 0.2rem;
}
.fs-21 {
  font-size: 0.21rem;
}
.fs-22 {
  font-size: 0.22rem;
}
.fs-23 {
  font-size: 0.23rem;
}
.fs-24 {
  font-size: 0.24rem;
}
.fs-25 {
  font-size: 0.25rem;
}
.fs-26 {
  font-size: 0.26rem;
}
.fs-27 {
  font-size: 0.27rem;
}
.fs-28 {
  font-size: 0.28rem;
}
.fs-29 {
  font-size: 0.29rem;
}
.fs-30 {
  font-size: 0.3rem;
}
.fs-31 {
  font-size: 0.31rem;
}
.fs-32 {
  font-size: 0.32rem;
}
.fs-33 {
  font-size: 0.33rem;
}
.fs-34 {
  font-size: 0.34rem;
}
.fs-35 {
  font-size: 0.35rem;
}
.fs-36 {
  font-size: 0.36rem;
}
.fs-37 {
  font-size: 0.37rem;
}
.fs-38 {
  font-size: 0.38rem;
}
.fs-39 {
  font-size: 0.39rem;
}
.fs-40 {
  font-size: 0.4rem;
}
.fs-41 {
  font-size: 0.41rem;
}
.fs-42 {
  font-size: 0.42rem;
}
.fs-43 {
  font-size: 0.43rem;
}
.fs-44 {
  font-size: 0.44rem;
}
.fs-45 {
  font-size: 0.45rem;
}
.fs-46 {
  font-size: 0.46rem;
}
.fs-47 {
  font-size: 0.47rem;
}
.fs-48 {
  font-size: 0.48rem;
}
.fs-49 {
  font-size: 0.49rem;
}
.fs-50 {
  font-size: 0.5rem;
}
.fs-51 {
  font-size: 0.51rem;
}
.fs-52 {
  font-size: 0.52rem;
}
.fs-53 {
  font-size: 0.53rem;
}
.fs-54 {
  font-size: 0.54rem;
}
.fs-55 {
  font-size: 0.55rem;
}
.fs-56 {
  font-size: 0.56rem;
}
.fs-57 {
  font-size: 0.57rem;
}
.fs-58 {
  font-size: 0.58rem;
}
.fs-59 {
  font-size: 0.59rem;
}
.fs-60 {
  font-size: 0.6rem;
}
.fs-61 {
  font-size: 0.61rem;
}
.fs-62 {
  font-size: 0.62rem;
}
.fs-63 {
  font-size: 0.63rem;
}
.fs-64 {
  font-size: 0.64rem;
}
.fs-65 {
  font-size: 0.65rem;
}
.fs-66 {
  font-size: 0.66rem;
}
.fs-67 {
  font-size: 0.67rem;
}
.fs-68 {
  font-size: 0.68rem;
}
.fs-69 {
  font-size: 0.69rem;
}
.fs-70 {
  font-size: 0.7rem;
}
.fs-71 {
  font-size: 0.71rem;
}
.fs-72 {
  font-size: 0.72rem;
}
.fs-73 {
  font-size: 0.73rem;
}
.fs-74 {
  font-size: 0.74rem;
}
.fs-75 {
  font-size: 0.75rem;
}
.fs-76 {
  font-size: 0.76rem;
}
.fs-77 {
  font-size: 0.77rem;
}
.fs-78 {
  font-size: 0.78rem;
}
.fs-79 {
  font-size: 0.79rem;
}
.fs-80 {
  font-size: 0.8rem;
}
.fs-81 {
  font-size: 0.81rem;
}
.fs-82 {
  font-size: 0.82rem;
}
.fs-83 {
  font-size: 0.83rem;
}
.fs-84 {
  font-size: 0.84rem;
}
.fs-85 {
  font-size: 0.85rem;
}
.fs-86 {
  font-size: 0.86rem;
}
.fs-87 {
  font-size: 0.87rem;
}
.fs-88 {
  font-size: 0.88rem;
}
.fs-89 {
  font-size: 0.89rem;
}
.fs-90 {
  font-size: 0.9rem;
}
.fs-91 {
  font-size: 0.91rem;
}
.fs-92 {
  font-size: 0.92rem;
}
.fs-93 {
  font-size: 0.93rem;
}
.fs-94 {
  font-size: 0.94rem;
}
.fs-95 {
  font-size: 0.95rem;
}
.fs-96 {
  font-size: 0.96rem;
}
.fs-97 {
  font-size: 0.97rem;
}
.fs-98 {
  font-size: 0.98rem;
}
.fs-99 {
  font-size: 0.99rem;
}
.fs-100 {
  font-size: 1rem;
}
.fs-101 {
  font-size: 1.01rem;
}
.fs-102 {
  font-size: 1.02rem;
}
.fs-103 {
  font-size: 1.03rem;
}
.fs-104 {
  font-size: 1.04rem;
}
.fs-105 {
  font-size: 1.05rem;
}
.fs-106 {
  font-size: 1.06rem;
}
.fs-107 {
  font-size: 1.07rem;
}
.fs-108 {
  font-size: 1.08rem;
}
.fs-109 {
  font-size: 1.09rem;
}
.fs-110 {
  font-size: 1.1rem;
}
.fs-111 {
  font-size: 1.11rem;
}
.fs-112 {
  font-size: 1.12rem;
}
.fs-113 {
  font-size: 1.13rem;
}
.fs-114 {
  font-size: 1.14rem;
}
.fs-115 {
  font-size: 1.15rem;
}
.fs-116 {
  font-size: 1.16rem;
}
.fs-117 {
  font-size: 1.17rem;
}
.fs-118 {
  font-size: 1.18rem;
}
.fs-119 {
  font-size: 1.19rem;
}
.fs-120 {
  font-size: 1.2rem;
}
.fs-121 {
  font-size: 1.21rem;
}
.fs-122 {
  font-size: 1.22rem;
}
.fs-123 {
  font-size: 1.23rem;
}
.fs-124 {
  font-size: 1.24rem;
}
.fs-125 {
  font-size: 1.25rem;
}
.fs-126 {
  font-size: 1.26rem;
}
.fs-127 {
  font-size: 1.27rem;
}
.fs-128 {
  font-size: 1.28rem;
}
.fs-129 {
  font-size: 1.29rem;
}
.fs-130 {
  font-size: 1.3rem;
}
.fs-131 {
  font-size: 1.31rem;
}
.fs-132 {
  font-size: 1.32rem;
}
.fs-133 {
  font-size: 1.33rem;
}
.fs-134 {
  font-size: 1.34rem;
}
.fs-135 {
  font-size: 1.35rem;
}
.fs-136 {
  font-size: 1.36rem;
}
.fs-137 {
  font-size: 1.37rem;
}
.fs-138 {
  font-size: 1.38rem;
}
.fs-139 {
  font-size: 1.39rem;
}
.fs-140 {
  font-size: 1.4rem;
}
.fs-141 {
  font-size: 1.41rem;
}
.fs-142 {
  font-size: 1.42rem;
}
.fs-143 {
  font-size: 1.43rem;
}
.fs-144 {
  font-size: 1.44rem;
}
.fs-145 {
  font-size: 1.45rem;
}
.fs-146 {
  font-size: 1.46rem;
}
.fs-147 {
  font-size: 1.47rem;
}
.fs-148 {
  font-size: 1.48rem;
}
.fs-149 {
  font-size: 1.49rem;
}
.fs-150 {
  font-size: 1.5rem;
}
.fs-151 {
  font-size: 1.51rem;
}
.fs-152 {
  font-size: 1.52rem;
}
.fs-153 {
  font-size: 1.53rem;
}
.fs-154 {
  font-size: 1.54rem;
}
.fs-155 {
  font-size: 1.55rem;
}
.fs-156 {
  font-size: 1.56rem;
}
.fs-157 {
  font-size: 1.57rem;
}
.fs-158 {
  font-size: 1.58rem;
}
.fs-159 {
  font-size: 1.59rem;
}
.fs-160 {
  font-size: 1.6rem;
}
.fs-161 {
  font-size: 1.61rem;
}
.fs-162 {
  font-size: 1.62rem;
}
.fs-163 {
  font-size: 1.63rem;
}
.fs-164 {
  font-size: 1.64rem;
}
.fs-165 {
  font-size: 1.65rem;
}
.fs-166 {
  font-size: 1.66rem;
}
.fs-167 {
  font-size: 1.67rem;
}
.fs-168 {
  font-size: 1.68rem;
}
.fs-169 {
  font-size: 1.69rem;
}
.fs-170 {
  font-size: 1.7rem;
}
.fs-171 {
  font-size: 1.71rem;
}
.fs-172 {
  font-size: 1.72rem;
}
.fs-173 {
  font-size: 1.73rem;
}
.fs-174 {
  font-size: 1.74rem;
}
.fs-175 {
  font-size: 1.75rem;
}
.fs-176 {
  font-size: 1.76rem;
}
.fs-177 {
  font-size: 1.77rem;
}
.fs-178 {
  font-size: 1.78rem;
}
.fs-179 {
  font-size: 1.79rem;
}
.fs-180 {
  font-size: 1.8rem;
}
.fs-181 {
  font-size: 1.81rem;
}
.fs-182 {
  font-size: 1.82rem;
}
.fs-183 {
  font-size: 1.83rem;
}
.fs-184 {
  font-size: 1.84rem;
}
.fs-185 {
  font-size: 1.85rem;
}
.fs-186 {
  font-size: 1.86rem;
}
.fs-187 {
  font-size: 1.87rem;
}
.fs-188 {
  font-size: 1.88rem;
}
.fs-189 {
  font-size: 1.89rem;
}
.fs-190 {
  font-size: 1.9rem;
}
.fs-191 {
  font-size: 1.91rem;
}
.fs-192 {
  font-size: 1.92rem;
}
.fs-193 {
  font-size: 1.93rem;
}
.fs-194 {
  font-size: 1.94rem;
}
.fs-195 {
  font-size: 1.95rem;
}
.fs-196 {
  font-size: 1.96rem;
}
.fs-197 {
  font-size: 1.97rem;
}
.fs-198 {
  font-size: 1.98rem;
}
.fs-199 {
  font-size: 1.99rem;
}
.fs-200 {
  font-size: 2rem;
}
.fs-201 {
  font-size: 2.01rem;
}
.fs-202 {
  font-size: 2.02rem;
}
.fs-203 {
  font-size: 2.03rem;
}
.fs-204 {
  font-size: 2.04rem;
}
.fs-205 {
  font-size: 2.05rem;
}
.fs-206 {
  font-size: 2.06rem;
}
.fs-207 {
  font-size: 2.07rem;
}
.fs-208 {
  font-size: 2.08rem;
}
.fs-209 {
  font-size: 2.09rem;
}
/* 遍历动画延迟 */
.swiper_btns {
  width: max-content;
  display: flex;
}
.swiper_btns .iconfont {
  width: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  background-color: #CBDAF3;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns .iconfont:hover {
  background-color: var(--themeColor);
}
.swiper_btns .iconfont + .iconfont {
  margin-left: 0.1rem;
}
/* 分页 */
.pagination,
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.7rem auto 0.3rem;
  /* disabled */
}
.pagination a,
.pages a,
.pagination span,
.pages span {
  display: block;
  width: 0.4rem;
  line-height: 0.38rem;
  border: 1px solid #E6E6E6;
  color: #999999;
  text-align: center;
  border-radius: 0.05rem;
  transition: all 0.3s;
}
.pagination a.iconfont,
.pages a.iconfont,
.pagination span.iconfont,
.pages span.iconfont {
  color: var(--themeColor);
}
.pagination a + a,
.pages a + a,
.pagination span + a,
.pages span + a,
.pagination a + span,
.pages a + span,
.pagination span + span,
.pages span + span {
  margin-left: 0.1rem;
}
.pagination li + li,
.pages li + li {
  margin-left: 0.1rem;
}
.pagination li.active span,
.pages li.active span,
.pagination a.active,
.pages a.active,
.pagination a:hover,
.pages a:hover {
  color: #fff;
  background-color: var(--themeColor);
  border-color: var(--themeColor);
}
.pagination li.disabled,
.pages li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* 顶部导航 */
.header {
  line-height: var(--headerHeight);
  background: rgba(255, 255, 255, 0.98);
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo {
  display: block;
  width: 2.11rem;
}
.header .container .logo img {
  width: 100%;
}
.header .container .nav {
  display: flex;
}
.header .container .nav > li.active > a,
.header .container .nav > li > a:hover {
  color: var(--themeColor);
}
.header .container .nav > li .menu_warp {
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.header .container .nav > li .menu_warp .menu {
  display: flex;
  line-height: 1.5;
}
.header .container .nav > li .menu_warp .menu .left {
  width: 25%;
  background-color: #F3F5F7;
  background-image: url(../image/header_menu_left_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-left: var(--container_margin);
  padding-top: 0.5rem;
  padding-bottom: 0.56rem;
  padding-right: 0.6rem;
}
.header .container .nav > li .menu_warp .menu .left p {
  margin: 0.18rem 0 0.5rem;
  color: #666;
}
.header .container .nav > li .menu_warp .menu .left a {
  color: var(--themeColor);
}
.header .container .nav > li .menu_warp .menu .left a .iconfont {
  font-size: 0.14rem;
}
.header .container .nav > li .menu_warp .menu .left .links .item {
  cursor: pointer;
}
.header .container .nav > li .menu_warp .menu .left .links .item.active,
.header .container .nav > li .menu_warp .menu .left .links .item:hover {
  color: var(--themeColor);
}
.header .container .nav > li .menu_warp .menu .left .links .item + .item {
  margin-top: 0.36rem;
}
.header .container .nav > li .menu_warp .menu .rights {
  flex: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
  padding-left: 0.9rem;
  padding-right: var(--container_margin);
  background-color: #fff;
  background-image: url(../image/header_menu_right_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  display: flex;
}

.header .container .nav > li .menu_warp .menu .rights dl {
    margin: 0 .5rem 0 0;
}

.header .container .nav > li .menu_warp .menu .rights dl dt {
  margin-bottom: 0.27rem;
}
.header .container .nav > li .menu_warp .menu .rights dl a {
  color: #666;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header .container .nav > li .menu_warp .menu .rights dl a .icon {
  margin-right: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .container .nav > li .menu_warp .menu .rights dl a .icon img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.header .container .nav > li .menu_warp .menu .rights dl a .icon::before {
  content: "";
  width: 62.5%;
  height: 62.5%;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -12.5%;
  z-index: -1;
  border-radius: 50%;
}
.header .container .nav > li .menu_warp .menu .rights dl a[hot]::after {
  content: "hot";
  color: #fff;
  background-color: red;
  line-height: 1.1;
  font-size: 0.12rem;
  width: 0.28rem;
  text-align: center;
  border-radius: 0 0.08rem 0 0.08rem;
  margin-left: 0.04rem;
}
.header .container .nav > li .menu_warp .menu .rights dl a:hover {
  color: var(--themeColor);
}
.header .container .nav > li .menu_warp .menu .rights dl a + a {
  margin-top: 0.2rem;
}
/*.header .container .nav > li .menu_warp .menu .rights dl + dl {*/
/*  margin-left: 1.28rem;*/
/*}*/
.header .container .nav > li .menu_warp .menu .rights.cases {
  padding-left: 0.5rem;
  display: block;
}
.header .container .nav > li .menu_warp .menu .rights.cases .list {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  line-height: 1.7;
}
.header .container .nav > li .menu_warp .menu .rights.cases .list a {
  border: 1px solid #E6E9EF;
  border-radius: 0.08rem;
  background: #F9F9F9;
  padding: 0.2rem;
  transition: all 0.3s;
}
.header .container .nav > li .menu_warp .menu .rights.cases .list a .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .nav > li .menu_warp .menu .rights.cases .list a .top .img {
  width: 0.78rem;
}
.header .container .nav > li .menu_warp .menu .rights.cases .list a .top .img img {
  width: 100%;
}
.header .container .nav > li .menu_warp .menu .rights.cases .list a .top .linkk {
  color: #999;
}
.header .container .nav > li .menu_warp .menu .rights.cases .list a p {
  margin-top: 0.24rem;
  color: #666;
}
.header .container .nav > li .menu_warp .menu .rights.cases .list a:hover {
  background: #FAFDFE;
}
.header .container .nav > li .menu_warp .menu .rights.cases .list.active {
  display: grid;
}
.header .container .nav > li .menu_warp .menu .rights.cases .btns {
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
  border-radius: 0.04rem;
  line-height: 0.5rem;
  padding: 0 0.4rem;
  width: max-content;
  margin: 0.5rem auto 0;
  display: block;
  transition: all 0.3s;
}
.header .container .nav > li .menu_warp .menu .rights.cases .btns:hover {
  background-color: var(--themeColor);
  color: #fff;
}
.header .container .nav > li + li {
  margin-left: 0.58rem;
}
.header .container .right {
  display: flex;
  line-height: 0.38rem;
}
.header .container .right .item {
  color: #fff;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
  padding: 0 0.17rem;
  border-radius: 0.04rem;
  cursor: pointer;
}
.header .container .right .lastss {
    background: rgba(227, 237, 251, 1) !important;
    border-radius: 50px !important;
    color: #000 !important;
}
.header .container .right .item + .item {
  margin-left: 0.15rem;
}
.header .container .right .app_menu_btn {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translateX(50%);
  display: none;
}
.header .container .right .app_menu_btn span,
.header .container .right .app_menu_btn::after,
.header .container .right .app_menu_btn::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: #444;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.header .container .right .app_menu_btn::after {
  transform-origin: right center;
  top: 25%;
}
.header .container .right .app_menu_btn::before {
  transform-origin: right center;
  top: 75%;
}
.header .container .right .app_menu_btn span {
  top: 50%;
}
.header .container .right .app_menu_btn.active span {
  opacity: 0;
}
.header .container .right .app_menu_btn.active::after {
  transform: rotate(-46deg);
}
.header .container .right .app_menu_btn.active::before {
  transform: rotate(46deg);
}
.header .container .right .app_menu_btn.active + ul {
  left: 0;
}
.header .container .right ul {
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: var(--themeColor);
  position: fixed;
  z-index: 9999999999;
  top: 60px;
  left: 100%;
  padding: 10px;
  transition: all 0.3s;
}
.header .container .right ul li {
  text-align: center;
  border-bottom: 1px solid #fff;
}
.header .container .right ul li > a {
  position: relative;
  display: block;
}
.header .container .right ul li.menu > a::after,
.header .container .right ul li.menu > a::before {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ddd;
  transition: all 0.3s;
}
.header .container .right ul li.menu > a::after {
  transform: rotate(90deg);
}
.header .container .right ul li.menu > a.kai::before,
.header .container .right ul li.menu > a.kai::after {
  transform: rotate(360deg);
}
.header .container .right ul li .list {
  margin-top: 5px;
  display: none;
}
.header .container .right ul li .list a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .right ul li .list a[hot]::after {
  content: "hot";
  color: #fff;
  background-color: red;
  line-height: 1.1;
  font-size: 12px;
  width: 28px;
  text-align: center;
  border-radius: 0 8px 0 8px;
  margin-left: 4px;
}
.header .container .right ul li a {
  color: #fff;
  line-height: 2;
  padding: 10px 0;
}
/* 侧边栏 */
.right_menu {
  width: 0.66rem;
  position: fixed;
  top: 50%;
  right: 0.3rem;
  z-index: 999;
  transform: translateY(-50%);
}
.right_menu .he {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.08rem;
  overflow: hidden;
  cursor: pointer;
  animation: shake 4s linear infinite;
}
.right_menu .he img {
  width: 100%;
}
.right_menu .he span {
  display: block;
  background-color: var(--themeColor);
  text-align: center;
  color: #fff;
}
.right_menu ul a,
.right_menu ul li {
  margin-top: 0.2rem;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.08rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.08rem 0;
  position: relative;
}
.right_menu ul a img,
.right_menu ul li img {
  width: 0.28rem;
}
.right_menu ul a span,
.right_menu ul li span {
  margin-top: 0.07rem;
}
.right_menu ul a .cont,
.right_menu ul li .cont {
  position: absolute;
  top: 50%;
  right: 120%;
  background-color: #eee;
  padding: 0.07rem;
  border-radius: 0.05rem;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  display: none;
  transform: translateY(-45%);
  transition: all 0.3s;
}
.right_menu ul a .cont a,
.right_menu ul li .cont a {
  white-space: nowrap;
  text-wrap: nowrap;
  margin-top: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  line-height: 1.2;
}
.right_menu ul a .cont img,
.right_menu ul li .cont img {
  width: 0.8rem;
}
.right_menu ul a .cont::after,
.right_menu ul li .cont::after {
  content: "";
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-left-color: #eee;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.right_menu ul a:hover .cont,
.right_menu ul li:hover .cont {
  opacity: 1;
  display: block;
  transform: translateY(-50%);
}
/* 底部 */
.footer {
  background: #F5F7FA;
  padding-top: 0.8rem;
}
.footer .top {
  display: flex;
  justify-content: space-between;
}
.footer .top .left {
  margin-right: 1.13rem;
}
.footer .top .left .tis {
  margin-bottom: 0.5rem;
}
.footer .top .left p {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.footer .top .left p .iconfont {
  color: var(--themeColor);
  margin-right: 0.1rem;
}
.footer .top .left .ercode {
  display: flex;
  margin-top: 0.5rem;
}
.footer .top .left .ercode .item {
  width: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
}
.footer .top .left .ercode .item img {
  width: 100%;
  margin-bottom: 0.1rem;
}
.footer .top .left .ercode .item + .item {
  margin-left: 0.1rem;
}
.footer .top .left a {
  margin: 0.5rem 0 0.76rem;
  display: block;
  width: max-content;
  padding: 0 0.73rem;
  border-radius: 0.04rem;
  line-height: 0.38rem;
  color: #fff;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
}
.footer .top .right {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.footer .top .right dl {
  display: flex;
  flex-direction: column;
}
.footer .top .right dl dt {
  margin-bottom: 0.2rem;
}
.footer .top .right dl a {
  margin-top: 0.3rem;
  color: #666;
  display: flex;
  align-items: center;
}
.footer .top .right dl a[hot]::after {
  content: "hot";
  color: #fff;
  background-color: red;
  line-height: 1.1;
  font-size: 0.12rem;
  width: 0.28rem;
  text-align: center;
  border-radius: 0 0.08rem 0 0.08rem;
  margin-left: 0.04rem;
}
.footer .top .right dl a:hover {
  color: var(--themeColor);
}
.footer .service {
  background: #F9FBFF;
  border-radius: 0.12rem;
  border: 1px solid #D9E5FF;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  padding-right: 1rem;
}
.footer .service .item {
  display: flex;
  padding: 0.38rem 0;
}
.footer .service .item .icon {
  width: 0.33rem;
  margin-right: 0.14rem;
}
.footer .service .item .icon img {
  width: 100%;
}
.footer .service .item .text {
  line-height: 1;
}
.footer .service .item .text p {
  margin-bottom: 0.1rem;
}
.footer .service .item .text span {
  color: #999;
}
.footer .service .bg {
  width: 8%;
  position: absolute;
  right: 0.18rem;
  bottom: 0;
}
.footer .btmss {
  margin-top: 0.7rem;
  border-top: 1px solid rgba(211, 215, 222, 0.6);
  text-align: center;
  padding: 0.4rem 0;
  color: #666;
}
.footer .btmss a {
  color: #666;
}
/* 内页banner */
.page_banner {
  position: relative;
  /*  */
  /*  */
  /*  */
}
.page_banner img {
  width: 100%;
}
.page_banner .text {
  width: var(--container);
  position: absolute;
  left: var(--container_margin);
  top: 50%;
  transform: translateY(-50%);
}
.page_banner .text h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.page_banner .text h2 .icon {
  margin-left: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_banner .text h2 .icon img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.page_banner .text h2 .icon::before {
  content: "";
  width: 62.5%;
  height: 62.5%;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -12.5%;
  z-index: -1;
  border-radius: 50%;
}
.page_banner .text p {
  width: 31%;
  color: #666;
  line-height: 1.9;
}
.page_banner .text > *:nth-child(1) {
  animation-delay: 0.13s;
}
.page_banner .text > *:nth-child(2) {
  animation-delay: 0.26s;
}
.page_banner .text > *:nth-child(3) {
  animation-delay: 0.39s;
}
.page_banner .text > *:nth-child(4) {
  animation-delay: 0.52s;
}
.page_banner .text > *:nth-child(5) {
  animation-delay: 0.65s;
}
.page_banner .text > *:nth-child(6) {
  animation-delay: 0.78s;
}
.page_banner .text > *:nth-child(7) {
  animation-delay: 0.91s;
}
.page_banner .text > *:nth-child(8) {
  animation-delay: 1.04s;
}
.page_banner .text > *:nth-child(9) {
  animation-delay: 1.17s;
}
.page_banner .text > *:nth-child(10) {
  animation-delay: 1.3s;
}
.page_banner .text > *:nth-child(11) {
  animation-delay: 1.43s;
}
.page_banner .text > *:nth-child(12) {
  animation-delay: 1.56s;
}
.page_banner .text > *:nth-child(13) {
  animation-delay: 1.69s;
}
.page_banner .text > *:nth-child(14) {
  animation-delay: 1.82s;
}
.page_banner .text > *:nth-child(15) {
  animation-delay: 1.95s;
}
.page_banner .text > *:nth-child(16) {
  animation-delay: 2.08s;
}
.page_banner .text > *:nth-child(17) {
  animation-delay: 2.21s;
}
.page_banner .text > *:nth-child(18) {
  animation-delay: 2.34s;
}
.page_banner .text > *:nth-child(19) {
  animation-delay: 2.47s;
}
.page_banner .text > *:nth-child(20) {
  animation-delay: 2.6s;
}
.page_banner .text > *:nth-child(21) {
  animation-delay: 2.73s;
}
.page_banner .text > *:nth-child(22) {
  animation-delay: 2.86s;
}
.page_banner .text > *:nth-child(23) {
  animation-delay: 2.99s;
}
.page_banner .text > *:nth-child(24) {
  animation-delay: 3.12s;
}
.page_banner .text > *:nth-child(25) {
  animation-delay: 3.25s;
}
.page_banner .text > *:nth-child(26) {
  animation-delay: 3.38s;
}
.page_banner .text > *:nth-child(27) {
  animation-delay: 3.51s;
}
.page_banner .text > *:nth-child(28) {
  animation-delay: 3.64s;
}
.page_banner .text > *:nth-child(29) {
  animation-delay: 3.77s;
}
.page_banner .text2 {
  position: absolute;
  left: var(--container_margin);
  top: 50%;
  transform: translateY(-50%);
}
.page_banner .text2 h2 {
  font-family: h_Bold;
  line-height: 1.1;
  /*font-size: 24px;*/
}
.page_banner .text2 h2 span {
  color: var(--themeColor);
}
.page_banner .text2 p {
  color: #666;
  margin-top: 0.2rem;
  line-height: 1.1;
}
.page_banner .text2 > *:nth-child(1) {
  animation-delay: 0.13s;
}
.page_banner .text2 > *:nth-child(2) {
  animation-delay: 0.26s;
}
.page_banner .text2 > *:nth-child(3) {
  animation-delay: 0.39s;
}
.page_banner .text2 > *:nth-child(4) {
  animation-delay: 0.52s;
}
.page_banner .text2 > *:nth-child(5) {
  animation-delay: 0.65s;
}
.page_banner .text2 > *:nth-child(6) {
  animation-delay: 0.78s;
}
.page_banner .text2 > *:nth-child(7) {
  animation-delay: 0.91s;
}
.page_banner .text2 > *:nth-child(8) {
  animation-delay: 1.04s;
}
.page_banner .text2 > *:nth-child(9) {
  animation-delay: 1.17s;
}
.page_banner .text2 > *:nth-child(10) {
  animation-delay: 1.3s;
}
.page_banner .text2 > *:nth-child(11) {
  animation-delay: 1.43s;
}
.page_banner .text2 > *:nth-child(12) {
  animation-delay: 1.56s;
}
.page_banner .text2 > *:nth-child(13) {
  animation-delay: 1.69s;
}
.page_banner .text2 > *:nth-child(14) {
  animation-delay: 1.82s;
}
.page_banner .text2 > *:nth-child(15) {
  animation-delay: 1.95s;
}
.page_banner .text2 > *:nth-child(16) {
  animation-delay: 2.08s;
}
.page_banner .text2 > *:nth-child(17) {
  animation-delay: 2.21s;
}
.page_banner .text2 > *:nth-child(18) {
  animation-delay: 2.34s;
}
.page_banner .text2 > *:nth-child(19) {
  animation-delay: 2.47s;
}
.page_banner .text2 > *:nth-child(20) {
  animation-delay: 2.6s;
}
.page_banner .text2 > *:nth-child(21) {
  animation-delay: 2.73s;
}
.page_banner .text2 > *:nth-child(22) {
  animation-delay: 2.86s;
}
.page_banner .text2 > *:nth-child(23) {
  animation-delay: 2.99s;
}
.page_banner .text2 > *:nth-child(24) {
  animation-delay: 3.12s;
}
.page_banner .text2 > *:nth-child(25) {
  animation-delay: 3.25s;
}
.page_banner .text2 > *:nth-child(26) {
  animation-delay: 3.38s;
}
.page_banner .text2 > *:nth-child(27) {
  animation-delay: 3.51s;
}
.page_banner .text2 > *:nth-child(28) {
  animation-delay: 3.64s;
}
.page_banner .text2 > *:nth-child(29) {
  animation-delay: 3.77s;
}
.page_banner .text3 {
  width: var(--container);
  position: absolute;
  left: var(--container_margin);
  top: 15%;
}
.page_banner .text3 h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.page_banner .text3 h2 .icon {
  margin-left: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_banner .text3 h2 .icon img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.page_banner .text3 h2 .icon::before {
  content: "";
  width: 62.5%;
  height: 62.5%;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -12.5%;
  z-index: -1;
  border-radius: 50%;
}
.page_banner .text3 p {
  width: 31%;
  color: #666;
  line-height: 1.9;
}
.page_banner .text3 > *:nth-child(1) {
  animation-delay: 0.13s;
}
.page_banner .text3 > *:nth-child(2) {
  animation-delay: 0.26s;
}
.page_banner .text3 > *:nth-child(3) {
  animation-delay: 0.39s;
}
.page_banner .text3 > *:nth-child(4) {
  animation-delay: 0.52s;
}
.page_banner .text3 > *:nth-child(5) {
  animation-delay: 0.65s;
}
.page_banner .text3 > *:nth-child(6) {
  animation-delay: 0.78s;
}
.page_banner .text3 > *:nth-child(7) {
  animation-delay: 0.91s;
}
.page_banner .text3 > *:nth-child(8) {
  animation-delay: 1.04s;
}
.page_banner .text3 > *:nth-child(9) {
  animation-delay: 1.17s;
}
.page_banner .text3 > *:nth-child(10) {
  animation-delay: 1.3s;
}
.page_banner .text3 > *:nth-child(11) {
  animation-delay: 1.43s;
}
.page_banner .text3 > *:nth-child(12) {
  animation-delay: 1.56s;
}
.page_banner .text3 > *:nth-child(13) {
  animation-delay: 1.69s;
}
.page_banner .text3 > *:nth-child(14) {
  animation-delay: 1.82s;
}
.page_banner .text3 > *:nth-child(15) {
  animation-delay: 1.95s;
}
.page_banner .text3 > *:nth-child(16) {
  animation-delay: 2.08s;
}
.page_banner .text3 > *:nth-child(17) {
  animation-delay: 2.21s;
}
.page_banner .text3 > *:nth-child(18) {
  animation-delay: 2.34s;
}
.page_banner .text3 > *:nth-child(19) {
  animation-delay: 2.47s;
}
.page_banner .text3 > *:nth-child(20) {
  animation-delay: 2.6s;
}
.page_banner .text3 > *:nth-child(21) {
  animation-delay: 2.73s;
}
.page_banner .text3 > *:nth-child(22) {
  animation-delay: 2.86s;
}
.page_banner .text3 > *:nth-child(23) {
  animation-delay: 2.99s;
}
.page_banner .text3 > *:nth-child(24) {
  animation-delay: 3.12s;
}
.page_banner .text3 > *:nth-child(25) {
  animation-delay: 3.25s;
}
.page_banner .text3 > *:nth-child(26) {
  animation-delay: 3.38s;
}
.page_banner .text3 > *:nth-child(27) {
  animation-delay: 3.51s;
}
.page_banner .text3 > *:nth-child(28) {
  animation-delay: 3.64s;
}
.page_banner .text3 > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 首页 */
.home {
  /* 首页banner轮播 */
  /* 首页板块标题 */
  /* 产品服务 */
  /* 客户案例 */
  /* 关于我们 */
  /* 合作服务商 */
  /* 智美新闻 */
}
.home .banner.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .banner.swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.home .banner.swiper .swiper-slide img {
  width: 100%;
}
.home .banner.swiper .swiper-slide .text {
  position: absolute;
  left: var(--container_margin);
  top: 50%;
  transform: translateY(-50%);
}
.home .banner.swiper .swiper-slide .text h2 {
  line-height: 1.1;
  /*font-size: 24px;*/
}
.home .banner.swiper .swiper-slide .text h2 span {
  color: var(--themeColor);
}
.home .banner.swiper .swiper-slide .text p {
  margin: 0.2rem 0 0.66rem;
  color: #666;
}
.home .banner.swiper .swiper-slide .text a {
  width: max-content;
  display: block;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
  color: #fff;
  padding: 0 0.4rem;
  border-radius: 0.04rem;
  line-height: 0.5rem;
  transition: all 0.3s;
}
.home .banner.swiper .swiper-slide .text a:hover {
  transform: translateY(-3px);
}
.home .banner.swiper .swiper-pagination span {
  width: 14px;
  height: 4px;
  border-radius: 28px;
  transition: all 0.3s;
  background-color: #fff;
  opacity: 1;
}
.home .banner.swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 26px;
  background-color: var(--themeColor);
}
.home .group_tis {
  text-align: center;
  margin-bottom: 0.6rem;
}
.home .group_tis h3 {
  font-family: h_Medium;
}
.home .group_tis p {
  width: 7rem;
  color: #666;
  margin: 0.26rem auto 0;
}
.home .product {
  padding: 1rem 0;
}
.home .product ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
}
.home .product ul li {
  border-radius: 0.12rem;
  overflow: hidden;
  background-image: url(../image/home_product_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.33rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.home .product ul li .cont .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.home .product ul li .cont .top .left {
  display: flex;
  flex-direction: column;
}
.home .product ul li .cont .top .left h4 {
  line-height: 1;
  margin-bottom: 0.23rem;
  transition: all 0.3s;
}
.home .product ul li .cont .top .left span {
  color: #666;
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
  transition: all 0.3s;
}
.home .product ul li .cont .top .left span::before {
  content: "✔";
  margin-right: 0.16rem;
  background-color: rgba(0, 105, 234, 0.12);
  color: var(--themeColor);
  width: 0.18rem;
  line-height: 0.18rem;
  border-radius: 50%;
  font-size: 0.12rem;
  text-align: center;
  transition: all 0.3s;
}
.home .product ul li .cont .top .img {
  width: 55%;
}
.home .product ul li .cont .top .img img {
  width: 100%;
}
.home .product ul li .cont .top::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  background: linear-gradient(90deg, rgba(0, 105, 234, 0) 0%, #0069EA 50%, rgba(0, 105, 234, 0) 100%);
}
.home .product ul li .cont .bottom h4 {
  margin-bottom: 0.2rem;
  transition: all 0.3s;
}
.home .product ul li .cont .bottom .list {
  display: flex;
  flex-wrap: wrap;
}
.home .product ul li .cont .bottom .list .item {
  color: #666;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-right: 0.25rem;
  margin-bottom: 0.14rem;
  transition: all 0.3s;
}
.home .product ul li .cont .bottom .list .item .icon {
  margin-right: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home .product ul li .cont .bottom .list .item .icon img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.home .product ul li .cont .bottom .list .item .icon::before {
  content: "";
  width: 62.5%;
  height: 62.5%;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -12.5%;
  z-index: -1;
  border-radius: 50%;
}
.home .product ul li .cont .bottom .list .item[hot]::after {
  content: "hot";
  color: #fff;
  background-color: red;
  line-height: 1.1;
  font-size: 0.12rem;
  width: 0.28rem;
  text-align: center;
  border-radius: 0 0.08rem 0 0.08rem;
  margin-left: 0.04rem;
}
.home .product ul li .btmss {
  display: flex;
  margin-top: 0.35rem;
}
.home .product ul li .btmss a {
  flex: 1;
  text-align: center;
  line-height: 0.36rem;
}
.home .product ul li .btmss a:first-child {
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
  color: #fff;
}
.home .product ul li .btmss a + a {
  margin-left: 0.16rem;
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
}
.home .product ul li:hover {
  background-image: url(../image/home_product_active_bg.png);
  transform: translateY(-0.13rem);
}
.home .product ul li:hover .cont .top .left h4 {
  color: #fff;
}
.home .product ul li:hover .cont .top .left span {
  color: #fff;
}
.home .product ul li:hover .cont .top .left span::before {
  background-color: #fff;
  opacity: 1;
}
.home .product ul li:hover .cont .top::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}
.home .product ul li:hover .cont .bottom h4 {
  color: #fff;
}
.home .product ul li:hover .cont .bottom .list .item {
  color: #fff;
}
.home .product ul li:hover .btmss a:first-child {
  color: var(--themeColor);
  background: #fff;
}
.home .product ul li:hover .btmss a + a {
  border-color: #fff;
  color: #fff;
}
.home .product ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .product ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .product ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .product ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .product ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .product ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .product ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .product ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .product ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .product ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .product ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .product ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .product ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .product ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .product ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .product ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .product ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .product ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .product ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .product ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .product ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .product ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .product ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .product ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .product ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .product ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .product ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .product ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .product ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .case {
  background-image: url(../image/home_case_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
}
.home .case .container .conts {
  display: flex;
  align-items: flex-start;
}
.home .case .container .conts .left {
  background: #EBF1FF;
  padding: 0.4rem 0;
  margin-right: 0.2rem;
  border-radius: 0.06rem;
  position: sticky;
  top: calc(var(--headerHeight) + 0.1rem);
}
.home .case .container .conts .left .item {
  line-height: 0.8rem;
  padding-left: 0.47rem;
  display: flex;
  align-items: center;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.home .case .container .conts .left .item .icon {
  margin-right: 0.32rem;
  width: 0.4rem;
}
.home .case .container .conts .left .item .icon img {
  width: 100%;
}
.home .case .container .conts .left .item .img {
  width: 35%;
  height: 100%;
  margin-left: 0.14rem;
  opacity: 0;
  transition: all 0.3s;
}
.home .case .container .conts .left .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.home .case .container .conts .left .item:hover,
.home .case .container .conts .left .item.active {
  background-color: #fff;
  position: relative;
}
.home .case .container .conts .left .item:hover .img,
.home .case .container .conts .left .item.active .img {
  opacity: 1;
}
.home .case .container .conts .left .item:hover::after,
.home .case .container .conts .left .item.active::after {
  content: "";
  width: 0.04rem;
  height: 0.5rem;
  background-color: var(--themeColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 4px 4px 0;
}
.home .case .container .conts .right {
  flex: 1;
  border: 1px solid #AFC4F6;
  border-radius: 0.06rem;
  background-image: url(../image/home_case_right_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  background-color: #fff;
  padding: 0.45rem 0.7rem 0.45rem;
  position: sticky;
  top: calc(var(--headerHeight) + 0.1rem);
}
.home .case .container .conts .right li {
  display: none;
}
.home .case .container .conts .right li .tabs {
  display: flex;
  flex-wrap: wrap;
}
.home .case .container .conts .right li .tabs .item {
  border-radius: 0.04rem;
  line-height: 0.5rem;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  padding: 0 0.25rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  margin-right: 0.14rem;
  margin-top: 0.14rem;
}
.home .case .container .conts .right li .tabs .item::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--themeColor);
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.home .case .container .conts .right li .tabs .item:hover::after {
  bottom: 0;
}
.home .case .container .conts .right li .tabs .item.active {
  color: #fff;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
}
.home .case .container .conts .right li .tabs .item.active::after {
  display: none;
}
.home .case .container .conts .right li .case_cont {
  display: none;
}
.home .case .container .conts .right li .case_cont .logos {
  margin: 0.47rem 0 0.27rem;
  width: 1.23rem;
}
.home .case .container .conts .right li .case_cont .logos img {
  width: 100%;
}
.home .case .container .conts .right li .case_cont .rich {
  color: #666;
  line-height: 2.1;
}
.home .case .container .conts .right li .case_cont a {
  width: max-content;
  display: block;
  border-radius: 0.04rem;
  margin-top: 0.4rem;
  line-height: 0.34rem;
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
  padding: 0 0.27rem;
  transition: all 0.3s;
}
.home .case .container .conts .right li .case_cont a:hover {
  background-color: var(--themeColor);
  color: #fff;
}
.home .case .container .conts .right li .case_cont.active {
  display: block;
}
.home .case .container .conts .right li.active {
  display: block;
}
.home .about {
  padding: 1rem 0;
  background-image: url(../image/home_about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.home .about .conts .tabs {
  display: flex;
}
.home .about .conts .tabs .item {
  border-radius: 0.06rem;
  line-height: 0.8rem;
  background: #FFFFFF;
  box-shadow: 1px 2px 14px 0px rgba(0, 90, 229, 0.11);
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  padding: 0 0.33rem;
  flex: 1;
  cursor: pointer;
  overflow: hidden;
}
.home .about .conts .tabs .item .icon {
  margin-right: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home .about .conts .tabs .item .icon img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.home .about .conts .tabs .item .icon::before {
  content: "";
  width: 62.5%;
  height: 62.5%;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -12.5%;
  z-index: -1;
  border-radius: 50%;
}
.home .about .conts .tabs .item + .item {
  margin-left: 0.34rem;
}
.home .about .conts .tabs .item:last-child {
  color: var(--themeColor);
}
.home .about .conts .tabs .item:last-child .icons {
  margin-right: 0.1rem;
}
.home .about .conts .tabs .item::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--themeColor);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.home .about .conts .tabs .item.active::after,
.home .about .conts .tabs .item:hover::after {
  transform: translateY(-2px);
}
.home .about .conts .tabs > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .about .conts .tabs > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .about .conts .tabs > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .about .conts .tabs > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .about .conts .tabs > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .about .conts .tabs > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .about .conts .tabs > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .about .conts .tabs > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .about .conts .tabs > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .about .conts .tabs > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .about .conts .tabs > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .about .conts .tabs > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .about .conts .tabs > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .about .conts .tabs > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .about .conts .tabs > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .about .conts .tabs > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .about .conts .tabs > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .about .conts .tabs > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .about .conts .tabs > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .about .conts .tabs > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .about .conts .tabs > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .about .conts .tabs > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .about .conts .tabs > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .about .conts .tabs > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .about .conts .tabs > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .about .conts .tabs > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .about .conts .tabs > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .about .conts .tabs > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .about .conts .tabs > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .about .conts .cont {
  background: linear-gradient(90deg, #EFF4FF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0.2rem;
  border: 1px solid #d9e5ff;
  padding: 0.5rem 0 0.5rem 0.65rem;
  display: none;
  align-items: center;
  position: relative;
  margin-top: 1rem;
}
.home .about .conts .cont .iconfont::before {
  color: var(--themeColor);
  font-size: 0.4rem;
  line-height: 1.4;
  position: absolute;
  top: 0.5rem;
  left: 0.65rem;
}
.home .about .conts .cont .rich {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 2.1;
  color: rgba(5, 31, 64, 0.7);
  margin-top: 0.5rem;
}
.home .about .conts .cont .rich span {
  color: var(--themeColor);
}
.home .about .conts .cont .rich .infos + .infos {
  margin-top: 0.2rem;
}
.home .about .conts .cont .img {
  width: 33%;
}
.home .about .conts .cont .img img {
  width: 100%;
}
.home .about .conts .cont.active {
  display: flex;
}
.home .cooperation {
  padding: 1rem 0;
  background-image: url(../image/home_cooperation_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.home .cooperation .cont {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.8rem;
}
.home .cooperation .cont .swiper-slide {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.home .cooperation .cont .swiper-slide img {
  width: 2.34rem;
  height: 1.23rem;
  object-fit: contain;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.3rem;
}
.home .cooperation .cont .swiper-slide img:nth-child(4n+1) {
  background-image: url(../image/home_cooperation_item_bg1.png);
}
.home .cooperation .cont .swiper-slide img:nth-child(4n+2) {
  background-image: url(../image/home_cooperation_item_bg2.png);
}
.home .cooperation .cont .swiper-slide img:nth-child(4n+3) {
  background-image: url(../image/home_cooperation_item_bg3.png);
}
.home .cooperation .cont .swiper-slide img:nth-child(4n+4) {
  background-image: url(../image/home_cooperation_item_bg4.png);
}
.home .cooperation .cont .swiper-pagination span {
  width: 14px;
  height: 4px;
  border-radius: 28px;
  transition: all 0.3s;
  background: rgba(0, 105, 234, 0.25);
  opacity: 1;
}
.home .cooperation .cont .swiper-pagination span.swiper-pagination-bullet-active {
  width: 26px;
  background-color: var(--themeColor);
}
.home .news {
  padding: 1rem 0;
}
.home .news .cont .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}
.home .news .cont .tops .tabs {
  display: flex;
}
.home .news .cont .tops .tabs .item {
  cursor: pointer;
}
.home .news .cont .tops .tabs .item.active,
.home .news .cont .tops .tabs .item:hover {
  color: var(--themeColor);
}
.home .news .cont .tops .tabs .item + .item {
  margin-left: 0.55rem;
}
.home .news .cont .tops a {
  width: max-content;
  display: none;
  border-radius: 0.04rem;
  line-height: 0.34rem;
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
  padding: 0 0.27rem;
  transition: all 0.3s;
}
.home .news .cont .tops a:hover {
  background-color: var(--themeColor);
  color: #fff;
}
.home .news .cont .tops a.active {
  display: block;
}
.home .news .cont .list {
  display: none;
}
.home .news .cont .list .left {
  width: 60%;
  position: relative;
}
.home .news .cont .list .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s;
}
.home .news .cont .list .left img.active {
  opacity: 1;
}
.home .news .cont .list .left img + img {
  position: absolute;
  top: 0;
  left: 0;
}
.home .news .cont .list .right {
  width: 40%;
  background: rgba(244, 246, 250, 0.62);
  padding: 0 0.43rem;
}
.home .news .cont .list .right a {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.home .news .cont .list .right a span {
  white-space: nowrap;
}
.home .news .cont .list .right a span:first-child {
  width: 75%;
}
.home .news .cont .list .right a.active {
  color: var(--themeColor);
}
.home .news .cont .list.active {
  display: flex;
}
/* 使用申请 */
.application {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-image: url(../image/application_bg.png);
  background-size: cover;
  background-position: right center;
}
.application .form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.application .form .tis {
  margin-bottom: 0.4rem;
  text-align: center;
}
.application .form .tis span {
  color: #666;
}
.application .form input {
    width: 100%;
  background-color: #fff;
  border-radius: 0.04rem;
  line-height: 0.56rem;
  padding: 0 0.28rem;
  border: 1px solid #DDDDDD;
}

.application .form div[req]{
    position: relative;
    margin-bottom: 0.2rem;
}

.application .form div[req]:after{
    content: "*";
    position: absolute;
    left: 0.2rem;
    top: 0.07rem;
    color: red;
    font-size: 14px;
}

.application .form input + input {
  margin-top: 0.2rem;
}
.application .form input:focus {
  border-color: var(--themeColor);
}
.application .form input:focus::placeholder {
  color: var(--themeColor);
}
.application .form button {
  margin-top: 0.5rem;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
  border-radius: 0.04rem;
  padding: 0 1.4rem;
  line-height: 0.56rem;
  color: #fff;
}
/* 产品详情 */
.product {
  /* 产品优势 */
  /* 产品介绍 */
}
.product .advantage {
  padding: 1rem 0;
  background-image: url(../image/home_about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.product .advantage h3 {
  text-align: center;
  margin-bottom: 0.62rem;
}
.product .advantage ul {
  display: flex;
}
.product .advantage ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #F3F5F9 0%, #FFFFFF 100%);
  border-radius: 0.13rem;
  border: 2px solid #FFFFFF;
  flex: 1;
  padding: 0.5rem 0 0.37rem;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.product .advantage ul li .icon {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product .advantage ul li .icon img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.product .advantage ul li .icon::before {
  content: "";
  width: 62.5%;
  height: 62.5%;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -12.5%;
  z-index: -1;
  border-radius: 50%;
}
.product .advantage ul li p {
  margin-top: 0.35rem;
  text-align: center;
  width: 70%;
}
.product .advantage ul li + li {
  margin-left: 0.3rem;
}
.product .advantage ul li::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  border-top: 3px solid var(--themeColor);
  border-radius: 0.13rem;
  transition: all 0.3s;
}
.product .advantage ul li.active,
.product .advantage ul li:hover {
  transform: translateY(-3px);
}
.product .advantage ul li.active::after,
.product .advantage ul li:hover::after {
  transform: translateY(3px);
}
.product .advantage ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.product .advantage ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.product .advantage ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.product .advantage ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.product .advantage ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.product .advantage ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.product .advantage ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.product .advantage ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.product .advantage ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.product .advantage ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.product .advantage ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.product .advantage ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.product .advantage ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.product .advantage ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.product .advantage ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.product .advantage ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.product .advantage ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.product .advantage ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.product .advantage ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.product .advantage ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.product .advantage ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.product .advantage ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.product .advantage ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.product .advantage ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.product .advantage ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.product .advantage ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.product .advantage ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.product .advantage ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.product .advantage ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.product .advantage .btms {
  margin-top: 1.2rem;
  background: linear-gradient(180deg, #F3F5F9 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  border-radius: 0.13rem;
  padding: 0.95rem 3rem 0.7rem 0.95rem;
  position: relative;
  display: none;
}
.product .advantage .btms p {
  color: #666;
}
.product .advantage .btms img {
  width: 2rem;
  position: absolute;
  right: 0.26rem;
  bottom: 0.26rem;
}
.product .advantage .btms .iconfont {
  position: absolute;
  top: 0.36rem;
  left: 0.5rem;
  color: var(--themeColor);
  font-size: 0.3rem;
}
.product .advantage .btms.active {
  display: block;
}
.product .js {
  padding: 1rem 0;
}
.product .js h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
/* 案例 */
.case {
  /* 精选案例 */
  /* 客户案例 */
}
.case .selected {
  padding-top: 1rem;
}
.case .selected .container h3 {
  text-align: center;
  margin-bottom: 0.62rem;
}
.case .selected .container .swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.8rem;
}
.case .selected .container .swiper .swiper-slide {
  display: flex;
}
.case .selected .container .swiper .swiper-slide .left {
  width: 50%;
}
.case .selected .container .swiper .swiper-slide .left img {
  width: 100%;
}
.case .selected .container .swiper .swiper-slide .right {
  width: 50%;
  padding: 0 0.8rem;
  background-color: #fff;
  border-top: 4px solid var(--themeColor);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case .selected .container .swiper .swiper-slide .right .tis {
  width: max-content;
  padding: 0 0.3rem;
  line-height: 0.5rem;
  border-radius: 0.6rem;
  background: rgba(0, 105, 234, 0.1);
  color: var(--themeColor);
}
.case .selected .container .swiper .swiper-slide .right p {
  margin: 0.5rem 0;
  color: #666;
}
.case .selected .container .swiper .swiper-slide .right img {
  width: 30%;
}
.case .selected .container .swiper .swiper-pagination span {
  width: 14px;
  height: 4px;
  border-radius: 28px;
  transition: all 0.3s;
  background: rgba(0, 105, 234, 0.25);
  opacity: 1;
}
.case .selected .container .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 26px;
  background-color: var(--themeColor);
}
.case .case_ {
  padding: 1rem 0;
}
.case .case_ .container h3 {
  text-align: center;
  margin-bottom: 0.62rem;
}
.case .case_ .container .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 0.6rem;
}
.case .case_ .container .tabs .item {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  line-height: 0.5rem;
  border-radius: 0.04rem;
  color: #666;
  cursor: pointer;
}
.case .case_ .container .tabs .item img {
  width: 0.28rem;
  margin-right: 0.1rem;
}
.case .case_ .container .tabs .item + .item {
  margin-left: 0.3rem;
}
.case .case_ .container .tabs .item.active {
  color: #fff;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
}
.case .case_ .container .tabs > *:nth-child(1) {
  animation-delay: 0.13s;
}
.case .case_ .container .tabs > *:nth-child(2) {
  animation-delay: 0.26s;
}
.case .case_ .container .tabs > *:nth-child(3) {
  animation-delay: 0.39s;
}
.case .case_ .container .tabs > *:nth-child(4) {
  animation-delay: 0.52s;
}
.case .case_ .container .tabs > *:nth-child(5) {
  animation-delay: 0.65s;
}
.case .case_ .container .tabs > *:nth-child(6) {
  animation-delay: 0.78s;
}
.case .case_ .container .tabs > *:nth-child(7) {
  animation-delay: 0.91s;
}
.case .case_ .container .tabs > *:nth-child(8) {
  animation-delay: 1.04s;
}
.case .case_ .container .tabs > *:nth-child(9) {
  animation-delay: 1.17s;
}
.case .case_ .container .tabs > *:nth-child(10) {
  animation-delay: 1.3s;
}
.case .case_ .container .tabs > *:nth-child(11) {
  animation-delay: 1.43s;
}
.case .case_ .container .tabs > *:nth-child(12) {
  animation-delay: 1.56s;
}
.case .case_ .container .tabs > *:nth-child(13) {
  animation-delay: 1.69s;
}
.case .case_ .container .tabs > *:nth-child(14) {
  animation-delay: 1.82s;
}
.case .case_ .container .tabs > *:nth-child(15) {
  animation-delay: 1.95s;
}
.case .case_ .container .tabs > *:nth-child(16) {
  animation-delay: 2.08s;
}
.case .case_ .container .tabs > *:nth-child(17) {
  animation-delay: 2.21s;
}
.case .case_ .container .tabs > *:nth-child(18) {
  animation-delay: 2.34s;
}
.case .case_ .container .tabs > *:nth-child(19) {
  animation-delay: 2.47s;
}
.case .case_ .container .tabs > *:nth-child(20) {
  animation-delay: 2.6s;
}
.case .case_ .container .tabs > *:nth-child(21) {
  animation-delay: 2.73s;
}
.case .case_ .container .tabs > *:nth-child(22) {
  animation-delay: 2.86s;
}
.case .case_ .container .tabs > *:nth-child(23) {
  animation-delay: 2.99s;
}
.case .case_ .container .tabs > *:nth-child(24) {
  animation-delay: 3.12s;
}
.case .case_ .container .tabs > *:nth-child(25) {
  animation-delay: 3.25s;
}
.case .case_ .container .tabs > *:nth-child(26) {
  animation-delay: 3.38s;
}
.case .case_ .container .tabs > *:nth-child(27) {
  animation-delay: 3.51s;
}
.case .case_ .container .tabs > *:nth-child(28) {
  animation-delay: 3.64s;
}
.case .case_ .container .tabs > *:nth-child(29) {
  animation-delay: 3.77s;
}
.case .case_ .container ul {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.case .case_ .container ul li {
  border-radius: 0.06rem;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 0.4rem 0.35rem;
  transition: all 0.3s;
}
.case .case_ .container ul li img {
  height: 0.35rem;
}
.case .case_ .container ul li p {
  margin: 0.38rem 0;
  color: #666;
}
.case .case_ .container ul li a {
  width: max-content;
  display: block;
  border-radius: 0.04rem;
  line-height: 0.34rem;
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
  padding: 0 0.27rem;
  transition: all 0.3s;
}
.case .case_ .container ul li a:hover {
  background-color: var(--themeColor);
  color: #fff;
}
.case .case_ .container ul li:hover {
  box-shadow: 2px 2px 26px 2px rgba(0, 0, 0, 0.22);
}
.case .case_ .container ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.case .case_ .container ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.case .case_ .container ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.case .case_ .container ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.case .case_ .container ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.case .case_ .container ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.case .case_ .container ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.case .case_ .container ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.case .case_ .container ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.case .case_ .container ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.case .case_ .container ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.case .case_ .container ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.case .case_ .container ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.case .case_ .container ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.case .case_ .container ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.case .case_ .container ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.case .case_ .container ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.case .case_ .container ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.case .case_ .container ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.case .case_ .container ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.case .case_ .container ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.case .case_ .container ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.case .case_ .container ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.case .case_ .container ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.case .case_ .container ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.case .case_ .container ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.case .case_ .container ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.case .case_ .container ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.case .case_ .container ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.case .case_ .container ul.active {
  display: grid;
}
/* 案例详情 */
.caseInfo {
  /* 简介 */
  /* 推荐产品 */
  /* 更多案例 */
}
.caseInfo .js {
  margin-bottom: 1.4rem;
}
.caseInfo .js .back {
  margin-top: 0.35rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  color: var(--themeColor);
}
.caseInfo .js .back::before {
  width: 0.5rem;
  margin-right: 0.1rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
  font-weight: bold;
  border-radius: 0.2rem;
  line-height: 1.8;
}
.caseInfo .js .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.caseInfo .js .cont .left {
  flex: 1;
  margin-right: 1.3rem;
}
.caseInfo .js .cont .left img {
  width: 1.77rem;
}
.caseInfo .js .cont .left p {
  color: #666;
  margin-top: 0.6rem;
}
.caseInfo .js .cont .right {
  width: 41%;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
  border-radius: 0.08rem;
}
.caseInfo .js .cont .right img {
  width: 100%;
  border-radius: 0.08rem;
  display: block;
  transform: translate(-0.2rem, -0.2rem);
}
.caseInfo .ingos {
  background: #F7F7F7;
}
.caseInfo .ingos .container {
  color: #646A73;
  padding: 0.8rem 1rem;
  position: relative;
}
.caseInfo .ingos .container::after,
.caseInfo .ingos .container::before {
  content: "\e67b";
  font-family: "iconfont";
  font-size: 0.4rem;
  color: #D8D8D8;
  position: absolute;
  line-height: 1;
}
.caseInfo .ingos .container::before {
  left: 0;
  top: 0.53rem;
}
.caseInfo .ingos .container::after {
  transform: rotateZ(180deg);
  right: 0;
  bottom: 0.53rem;
}
.caseInfo .recommendation {
  padding: 1rem 0;
}
.caseInfo .recommendation .container h3 {
  margin-bottom: 0.5rem;
}
.caseInfo .recommendation .container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.caseInfo .recommendation .container ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../image/recommendation_bg.png);
  background-size: 100% 100%;
  padding: 0.33rem 0 0.23rem;
  padding-left: 0.33rem;
}
.caseInfo .recommendation .container ul li .left div[hot] {
  color: #666;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.caseInfo .recommendation .container ul li .left div[hot] .icon {
  margin-right: 0.1rem;
  width: 0.33rem;
  height: 0.33rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.caseInfo .recommendation .container ul li .left div[hot] .icon img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.caseInfo .recommendation .container ul li .left div[hot] .icon::before {
  content: "";
  width: 62.5%;
  height: 62.5%;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -12.5%;
  z-index: -1;
  border-radius: 50%;
}
.caseInfo .recommendation .container ul li .left div[hot][hot]::after {
  content: "hot";
  color: #fff;
  background-color: red;
  line-height: 1.1;
  font-size: 0.12rem;
  width: 0.28rem;
  text-align: center;
  border-radius: 0 0.08rem 0 0.08rem;
  margin-left: 0.04rem;
}
.caseInfo .recommendation .container ul li .left a {
  display: block;
  width: max-content;
  margin-top: 0.33rem;
  margin-left: 0.45rem;
  color: var(--themeColor);
  line-height: 0.3rem;
  padding: 0 0.2rem;
  border: 1px solid var(--themeColor);
  transition: all 0.3s;
}
.caseInfo .recommendation .container ul li .left a:hover {
  color: #fff;
  background-color: var(--themeColor);
}
.caseInfo .recommendation .container ul li .right {
  width: 40%;
}
.caseInfo .recommendation .container ul li .right img {
  width: 70%;
}
.caseInfo .recommendation .container ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.caseInfo .recommendation .container ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.caseInfo .recommendation .container ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.caseInfo .recommendation .container ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.caseInfo .recommendation .container ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.caseInfo .recommendation .container ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.caseInfo .recommendation .container ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.caseInfo .recommendation .container ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.caseInfo .recommendation .container ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.caseInfo .recommendation .container ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.caseInfo .recommendation .container ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.caseInfo .recommendation .container ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.caseInfo .recommendation .container ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.caseInfo .recommendation .container ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.caseInfo .recommendation .container ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.caseInfo .recommendation .container ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.caseInfo .recommendation .container ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.caseInfo .recommendation .container ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.caseInfo .recommendation .container ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.caseInfo .recommendation .container ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.caseInfo .recommendation .container ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.caseInfo .recommendation .container ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.caseInfo .recommendation .container ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.caseInfo .recommendation .container ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.caseInfo .recommendation .container ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.caseInfo .recommendation .container ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.caseInfo .recommendation .container ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.caseInfo .recommendation .container ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.caseInfo .recommendation .container ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.caseInfo .more {
  background-image: url(../image/case_more_bg.png);
  background-size: cover;
  padding: 1rem 0;
}
.caseInfo .more .container h3 {
  margin-bottom: 0.6rem;
}
.caseInfo .more .container .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.caseInfo .more .container .swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 0.06rem;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 0.4rem 0.35rem;
  transition: all 0.3s;
}
.caseInfo .more .container .swiper .swiper-wrapper .swiper-slide img {
  height: 0.35rem;
}
.caseInfo .more .container .swiper .swiper-wrapper .swiper-slide p {
  margin: 0.38rem 0;
  color: #666;
}
.caseInfo .more .container .swiper .swiper-wrapper .swiper-slide a {
  width: max-content;
  display: block;
  border-radius: 0.04rem;
  line-height: 0.34rem;
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
  padding: 0 0.27rem;
  transition: all 0.3s;
}
.caseInfo .more .container .swiper .swiper-wrapper .swiper-slide a:hover {
  background-color: var(--themeColor);
  color: #fff;
}
.caseInfo .more .container .swiper .swiper-wrapper .swiper-slide:hover {
  box-shadow: 2px 2px 26px 2px rgba(0, 0, 0, 0.22);
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(1) {
  animation-delay: 0.13s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(2) {
  animation-delay: 0.26s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(3) {
  animation-delay: 0.39s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(4) {
  animation-delay: 0.52s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(5) {
  animation-delay: 0.65s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(6) {
  animation-delay: 0.78s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(7) {
  animation-delay: 0.91s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(8) {
  animation-delay: 1.04s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(9) {
  animation-delay: 1.17s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(10) {
  animation-delay: 1.3s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(11) {
  animation-delay: 1.43s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(12) {
  animation-delay: 1.56s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(13) {
  animation-delay: 1.69s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(14) {
  animation-delay: 1.82s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(15) {
  animation-delay: 1.95s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(16) {
  animation-delay: 2.08s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(17) {
  animation-delay: 2.21s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(18) {
  animation-delay: 2.34s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(19) {
  animation-delay: 2.47s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(20) {
  animation-delay: 2.6s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(21) {
  animation-delay: 2.73s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(22) {
  animation-delay: 2.86s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(23) {
  animation-delay: 2.99s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(24) {
  animation-delay: 3.12s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(25) {
  animation-delay: 3.25s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(26) {
  animation-delay: 3.38s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(27) {
  animation-delay: 3.51s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(28) {
  animation-delay: 3.64s;
}
.caseInfo .more .container .swiper .swiper-wrapper > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 解决方案 */
.solution {
  /* 行业现状与趋势 */
  /* 公安反诈行业介绍 */
  /* 客户案例 */
  /* 知识库 */
}
.solution .advantage {
  padding: 1rem 0;
  background-color: #F5F7FA;
}
.solution .advantage h3 {
  text-align: center;
  margin-bottom: 0.62rem;
}
.solution .advantage ul {
  display: flex;
}
.solution .advantage ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #F3F5F9 0%, #FFFFFF 100%);
  border-radius: 0.13rem;
  border: 2px solid #FFFFFF;
  flex: 1;
  padding: 0.5rem 0 0.37rem;
  overflow: hidden;
  transition: all 0.3s;
}
.solution .advantage ul li .icon {
  width: 0.7rem;
  height: 0.7rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.solution .advantage ul li .icon img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.solution .advantage ul li .icon::before {
  content: "";
  width: 62.5%;
  height: 62.5%;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -12.5%;
  z-index: -1;
  border-radius: 50%;
}
.solution .advantage ul li p {
  margin-top: 0.35rem;
  text-align: center;
  width: 70%;
}
.solution .advantage ul li + li {
  margin-left: 0.3rem;
}
.solution .advantage ul li::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  border-top: 3px solid var(--themeColor);
  border-radius: 0.13rem;
  transition: all 0.3s;
}
.solution .advantage ul li:hover {
  transform: translateY(-3px);
}
.solution .advantage ul li:hover::after {
  transform: translateY(3px);
}
.solution .advantage ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.solution .advantage ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.solution .advantage ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.solution .advantage ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.solution .advantage ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.solution .advantage ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.solution .advantage ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.solution .advantage ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.solution .advantage ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.solution .advantage ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.solution .advantage ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.solution .advantage ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.solution .advantage ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.solution .advantage ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.solution .advantage ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.solution .advantage ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.solution .advantage ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.solution .advantage ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.solution .advantage ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.solution .advantage ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.solution .advantage ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.solution .advantage ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.solution .advantage ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.solution .advantage ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.solution .advantage ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.solution .advantage ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.solution .advantage ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.solution .advantage ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.solution .advantage ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.solution .js {
  padding: 1rem 0;
}
.solution .js h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.solution .case {
  padding: 1rem 0;
  background-image: url(../image/solution_case_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.solution .case h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.solution .case .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.solution .case .swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 0.06rem;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 0.4rem 0.35rem;
  transition: all 0.3s;
}
.solution .case .swiper .swiper-wrapper .swiper-slide img {
  height: 0.35rem;
}
.solution .case .swiper .swiper-wrapper .swiper-slide p {
  margin: 0.38rem 0;
  color: #666;
}
.solution .case .swiper .swiper-wrapper .swiper-slide a {
  width: max-content;
  display: block;
  border-radius: 0.04rem;
  line-height: 0.34rem;
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
  padding: 0 0.27rem;
  transition: all 0.3s;
}
.solution .case .swiper .swiper-wrapper .swiper-slide a:hover {
  background-color: var(--themeColor);
  color: #fff;
}
.solution .case .swiper .swiper-wrapper .swiper-slide:hover {
  box-shadow: 2px 2px 26px 2px rgba(0, 0, 0, 0.22);
}
.solution .case .swiper .swiper-wrapper > *:nth-child(1) {
  animation-delay: 0.13s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(2) {
  animation-delay: 0.26s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(3) {
  animation-delay: 0.39s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(4) {
  animation-delay: 0.52s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(5) {
  animation-delay: 0.65s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(6) {
  animation-delay: 0.78s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(7) {
  animation-delay: 0.91s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(8) {
  animation-delay: 1.04s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(9) {
  animation-delay: 1.17s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(10) {
  animation-delay: 1.3s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(11) {
  animation-delay: 1.43s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(12) {
  animation-delay: 1.56s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(13) {
  animation-delay: 1.69s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(14) {
  animation-delay: 1.82s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(15) {
  animation-delay: 1.95s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(16) {
  animation-delay: 2.08s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(17) {
  animation-delay: 2.21s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(18) {
  animation-delay: 2.34s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(19) {
  animation-delay: 2.47s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(20) {
  animation-delay: 2.6s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(21) {
  animation-delay: 2.73s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(22) {
  animation-delay: 2.86s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(23) {
  animation-delay: 2.99s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(24) {
  animation-delay: 3.12s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(25) {
  animation-delay: 3.25s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(26) {
  animation-delay: 3.38s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(27) {
  animation-delay: 3.51s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(28) {
  animation-delay: 3.64s;
}
.solution .case .swiper .swiper-wrapper > *:nth-child(29) {
  animation-delay: 3.77s;
}
.solution .case .swiper .swiper_btns {
  margin: 0.64rem auto 0;
}
.solution .knowledge {
  padding: 1rem 0;
}
.solution .knowledge h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.solution .knowledge ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: 'a a c' 'a a f';
  gap: 0.25rem;
}
.solution .knowledge ul a {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}
.solution .knowledge ul a:first-child {
  grid-area: a;
}
.solution .knowledge ul a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.solution .knowledge ul a p {
  width: 95%;
  position: absolute;
  left: 0.1rem;
  bottom: 0.1rem;
  color: #fff;
  font-size: 21px;
  text-shadow: 0 0 4px #000;
}
.solution .knowledge ul a:hover img {
  transform: scale(1.1);
}
.solution .knowledge ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.solution .knowledge ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.solution .knowledge ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.solution .knowledge ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.solution .knowledge ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.solution .knowledge ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.solution .knowledge ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.solution .knowledge ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.solution .knowledge ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.solution .knowledge ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.solution .knowledge ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.solution .knowledge ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.solution .knowledge ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.solution .knowledge ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.solution .knowledge ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.solution .knowledge ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.solution .knowledge ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.solution .knowledge ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.solution .knowledge ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.solution .knowledge ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.solution .knowledge ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.solution .knowledge ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.solution .knowledge ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.solution .knowledge ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.solution .knowledge ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.solution .knowledge ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.solution .knowledge ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.solution .knowledge ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.solution .knowledge ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 知识库详情/新闻详情 */
.solutionInfo {
  background-color: #F8F9FA;
}
.solutionInfo .cont_box {
  --container: 11.97rem;
}
.solutionInfo .cont_box .tops_link {
  color: #666;
  margin: 0.3rem 0 0.3rem;
}
.solutionInfo .cont_box .tops_link a {
  color: #666;
}
.solutionInfo .cont_box .wrap {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.solutionInfo .cont_box .wrap .date,
.solutionInfo .cont_box .wrap h3 {
  text-align: center;
}
.solutionInfo .cont_box .wrap .date {
  color: #666;
  margin: 0.2rem auto 0.5rem;
}
.solutionInfo .cont_box .wrap .rich ul li span {
  color: var(--themeColor);
}
.solutionInfo .cont_box .wrap .rich ul li p {
  color: #666;
}
.solutionInfo .cont_box .wrap .rich ul li + li {
  margin-top: 0.3rem;
}
.solutionInfo .cont_box .wrap .btmss {
  line-height: 0.74rem;
  border: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  margin-top: 0.5rem;
}
.solutionInfo .cont_box .wrap .btmss a {
  color: #999;
  display: flex;
}
.solutionInfo .cont_box .wrap .btmss a span {
  max-width: 1.5rem;
}
.solutionInfo .cont_box .wrap .btmss a:first-child::before {
  font-family: "iconfont";
  content: "\e636";
  font-size: 0.15rem;
}
.solutionInfo .cont_box .wrap .btmss a:last-child::after {
  font-family: "iconfont";
  content: "\e634";
  font-size: 0.15rem;
}
.solutionInfo .cont_box .wrap .btmss a:hover {
  color: var(--themeColor);
}
.solutionInfo .cont_box .wrap .back {
  background: #F2F2F2;
  padding: 0.32rem 0.27rem;
  border-radius: 0 0.32rem 0.32rem 0;
  position: absolute;
  bottom: 0;
  left: 100%;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.solutionInfo .cont_box .wrap .back::before {
  margin-bottom: 0.1rem;
}
.solutionInfo .cont_box .wrap .back:hover {
  color: #fff;
  background-color: var(--themeColor);
}
/* 服务与支持 */
.service > ul {
  display: flex;
  padding: 1rem 0;
}
.service > ul li {
  flex: 1;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 0.1rem;
}
.service > ul li img {
  width: 100%;
  height: 4.84rem;
  object-fit: cover;
}
.service > ul li h4,
.service > ul li a {
  position: absolute;
  transition: all 0.3s;
}
.service > ul li h4 {
  max-width: 90%;
  color: #fff;
  bottom: 0.55rem;
  left: 50%;
  transform: translateX(-50%);
}
.service > ul li a {
  bottom: -0.36rem;
  left: 15%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
  border-radius: 0.04rem;
  line-height: 0.36rem;
  padding: 0 0.23rem;
  color: #fff;
}
.service > ul li:hover {
  flex: 2;
}
.service > ul li:hover h4 {
  left: 7%;
  bottom: 0.86rem;
  transform: none;
}
.service > ul li:hover a {
  bottom: 0.3rem;
  left: 15%;
  transition-delay: 0.2s;
}
.service > ul li + li {
  margin-left: 0.17rem;
}
.service > ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.service > ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.service > ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.service > ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.service > ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.service > ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.service > ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.service > ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.service > ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.service > ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.service > ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.service > ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.service > ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.service > ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.service > ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.service > ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.service > ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.service > ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.service > ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.service > ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.service > ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.service > ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.service > ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.service > ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.service > ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.service > ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.service > ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.service > ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.service > ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 服务与支持详情 */
.serviceInfo {
  /* 集中监控管理 */
  /* 专业运维制度与规范 */
  /* 客户服务 */
}
.serviceInfo > .container {
  margin: 1rem auto;
}
.serviceInfo > .container > h3 {
  margin-bottom: 0.5rem;
}
.serviceInfo .jz {
  position: relative;
}
.serviceInfo .jz img {
  width: 100%;
}
.serviceInfo .jz .text {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #fff;
  width: 85%;
  line-height: 2.6;
  display: flex;
}
.serviceInfo .jz .text::before {
  content: "";
  width: 0.04rem;
  height: 0.22rem;
  border-radius: 0 0.04rem 0.04rem 0;
  background: linear-gradient(270deg, #0069EA 0%, #0258C1 100%);
  margin-right: 0.16rem;
  margin-top: 0.15rem;
}
.serviceInfo .jz .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: var(--themeColor);
  transition: all 0.3s;
}
.serviceInfo .jz .iconfont.icon-Vector2 {
  left: -40px;
}
.serviceInfo .jz .iconfont.icon-Vector2 {
  right: -40px;
}
.serviceInfo .gf {
  display: flex;
}
.serviceInfo .gf li {
  flex: 1;
  box-shadow: 1px 2px 14px 0px rgba(36, 36, 36, 0.11);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  line-height: 1.5rem;
  color: #666;
}
.serviceInfo .gf li .icon {
  width: 0.42rem;
  height: 0.42rem;
  background: rgba(230, 239, 251, 0.7);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.serviceInfo .gf li .icon img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
.serviceInfo .gf li .icon::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -0.1rem;
  z-index: -1;
  border-radius: 50%;
}
.serviceInfo .gf li + li {
  margin-left: 0.15rem;
  border-radius: 0.1rem;
}
.serviceInfo .gf > *:nth-child(1) {
  animation-delay: 0.13s;
}
.serviceInfo .gf > *:nth-child(2) {
  animation-delay: 0.26s;
}
.serviceInfo .gf > *:nth-child(3) {
  animation-delay: 0.39s;
}
.serviceInfo .gf > *:nth-child(4) {
  animation-delay: 0.52s;
}
.serviceInfo .gf > *:nth-child(5) {
  animation-delay: 0.65s;
}
.serviceInfo .gf > *:nth-child(6) {
  animation-delay: 0.78s;
}
.serviceInfo .gf > *:nth-child(7) {
  animation-delay: 0.91s;
}
.serviceInfo .gf > *:nth-child(8) {
  animation-delay: 1.04s;
}
.serviceInfo .gf > *:nth-child(9) {
  animation-delay: 1.17s;
}
.serviceInfo .gf > *:nth-child(10) {
  animation-delay: 1.3s;
}
.serviceInfo .gf > *:nth-child(11) {
  animation-delay: 1.43s;
}
.serviceInfo .gf > *:nth-child(12) {
  animation-delay: 1.56s;
}
.serviceInfo .gf > *:nth-child(13) {
  animation-delay: 1.69s;
}
.serviceInfo .gf > *:nth-child(14) {
  animation-delay: 1.82s;
}
.serviceInfo .gf > *:nth-child(15) {
  animation-delay: 1.95s;
}
.serviceInfo .gf > *:nth-child(16) {
  animation-delay: 2.08s;
}
.serviceInfo .gf > *:nth-child(17) {
  animation-delay: 2.21s;
}
.serviceInfo .gf > *:nth-child(18) {
  animation-delay: 2.34s;
}
.serviceInfo .gf > *:nth-child(19) {
  animation-delay: 2.47s;
}
.serviceInfo .gf > *:nth-child(20) {
  animation-delay: 2.6s;
}
.serviceInfo .gf > *:nth-child(21) {
  animation-delay: 2.73s;
}
.serviceInfo .gf > *:nth-child(22) {
  animation-delay: 2.86s;
}
.serviceInfo .gf > *:nth-child(23) {
  animation-delay: 2.99s;
}
.serviceInfo .gf > *:nth-child(24) {
  animation-delay: 3.12s;
}
.serviceInfo .gf > *:nth-child(25) {
  animation-delay: 3.25s;
}
.serviceInfo .gf > *:nth-child(26) {
  animation-delay: 3.38s;
}
.serviceInfo .gf > *:nth-child(27) {
  animation-delay: 3.51s;
}
.serviceInfo .gf > *:nth-child(28) {
  animation-delay: 3.64s;
}
.serviceInfo .gf > *:nth-child(29) {
  animation-delay: 3.77s;
}
.serviceInfo .fw > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serviceInfo .fw > li .right,
.serviceInfo .fw > li .left {
  width: 6.34rem;
}
.serviceInfo .fw > li .right img,
.serviceInfo .fw > li .left img {
  width: 100%;
}
.serviceInfo .fw > li .right ul,
.serviceInfo .fw > li .left ul {
  width: 90%;
  margin-top: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DAD8E1;
  position: relative;
  padding-left: 0.2rem;
}
.serviceInfo .fw > li .right ul li,
.serviceInfo .fw > li .left ul li {
  color: #666;
  list-style-type: disc;
}
.serviceInfo .fw > li .right ul li::marker,
.serviceInfo .fw > li .left ul li::marker {
  color: var(--themeColor);
}
.serviceInfo .fw > li .right ul::after,
.serviceInfo .fw > li .left ul::after,
.serviceInfo .fw > li .right ul::before,
.serviceInfo .fw > li .left ul::before {
  content: "\e67b";
  font-family: "iconfont";
  color: #D2D1D9;
  font-size: 0.2rem;
  line-height: 1;
  position: absolute;
}
.serviceInfo .fw > li .right ul::before,
.serviceInfo .fw > li .left ul::before {
  left: 0;
  top: -0.5rem;
}
.serviceInfo .fw > li .right ul::after,
.serviceInfo .fw > li .left ul::after {
  right: -0.3rem;
  bottom: 0;
  transform: rotateZ(180deg);
}
.serviceInfo .fw > li .right > *:nth-child(1),
.serviceInfo .fw > li .left > *:nth-child(1) {
  animation-delay: 0.13s;
}
.serviceInfo .fw > li .right > *:nth-child(2),
.serviceInfo .fw > li .left > *:nth-child(2) {
  animation-delay: 0.26s;
}
.serviceInfo .fw > li .right > *:nth-child(3),
.serviceInfo .fw > li .left > *:nth-child(3) {
  animation-delay: 0.39s;
}
.serviceInfo .fw > li .right > *:nth-child(4),
.serviceInfo .fw > li .left > *:nth-child(4) {
  animation-delay: 0.52s;
}
.serviceInfo .fw > li .right > *:nth-child(5),
.serviceInfo .fw > li .left > *:nth-child(5) {
  animation-delay: 0.65s;
}
.serviceInfo .fw > li .right > *:nth-child(6),
.serviceInfo .fw > li .left > *:nth-child(6) {
  animation-delay: 0.78s;
}
.serviceInfo .fw > li .right > *:nth-child(7),
.serviceInfo .fw > li .left > *:nth-child(7) {
  animation-delay: 0.91s;
}
.serviceInfo .fw > li .right > *:nth-child(8),
.serviceInfo .fw > li .left > *:nth-child(8) {
  animation-delay: 1.04s;
}
.serviceInfo .fw > li .right > *:nth-child(9),
.serviceInfo .fw > li .left > *:nth-child(9) {
  animation-delay: 1.17s;
}
.serviceInfo .fw > li .right > *:nth-child(10),
.serviceInfo .fw > li .left > *:nth-child(10) {
  animation-delay: 1.3s;
}
.serviceInfo .fw > li .right > *:nth-child(11),
.serviceInfo .fw > li .left > *:nth-child(11) {
  animation-delay: 1.43s;
}
.serviceInfo .fw > li .right > *:nth-child(12),
.serviceInfo .fw > li .left > *:nth-child(12) {
  animation-delay: 1.56s;
}
.serviceInfo .fw > li .right > *:nth-child(13),
.serviceInfo .fw > li .left > *:nth-child(13) {
  animation-delay: 1.69s;
}
.serviceInfo .fw > li .right > *:nth-child(14),
.serviceInfo .fw > li .left > *:nth-child(14) {
  animation-delay: 1.82s;
}
.serviceInfo .fw > li .right > *:nth-child(15),
.serviceInfo .fw > li .left > *:nth-child(15) {
  animation-delay: 1.95s;
}
.serviceInfo .fw > li .right > *:nth-child(16),
.serviceInfo .fw > li .left > *:nth-child(16) {
  animation-delay: 2.08s;
}
.serviceInfo .fw > li .right > *:nth-child(17),
.serviceInfo .fw > li .left > *:nth-child(17) {
  animation-delay: 2.21s;
}
.serviceInfo .fw > li .right > *:nth-child(18),
.serviceInfo .fw > li .left > *:nth-child(18) {
  animation-delay: 2.34s;
}
.serviceInfo .fw > li .right > *:nth-child(19),
.serviceInfo .fw > li .left > *:nth-child(19) {
  animation-delay: 2.47s;
}
.serviceInfo .fw > li .right > *:nth-child(20),
.serviceInfo .fw > li .left > *:nth-child(20) {
  animation-delay: 2.6s;
}
.serviceInfo .fw > li .right > *:nth-child(21),
.serviceInfo .fw > li .left > *:nth-child(21) {
  animation-delay: 2.73s;
}
.serviceInfo .fw > li .right > *:nth-child(22),
.serviceInfo .fw > li .left > *:nth-child(22) {
  animation-delay: 2.86s;
}
.serviceInfo .fw > li .right > *:nth-child(23),
.serviceInfo .fw > li .left > *:nth-child(23) {
  animation-delay: 2.99s;
}
.serviceInfo .fw > li .right > *:nth-child(24),
.serviceInfo .fw > li .left > *:nth-child(24) {
  animation-delay: 3.12s;
}
.serviceInfo .fw > li .right > *:nth-child(25),
.serviceInfo .fw > li .left > *:nth-child(25) {
  animation-delay: 3.25s;
}
.serviceInfo .fw > li .right > *:nth-child(26),
.serviceInfo .fw > li .left > *:nth-child(26) {
  animation-delay: 3.38s;
}
.serviceInfo .fw > li .right > *:nth-child(27),
.serviceInfo .fw > li .left > *:nth-child(27) {
  animation-delay: 3.51s;
}
.serviceInfo .fw > li .right > *:nth-child(28),
.serviceInfo .fw > li .left > *:nth-child(28) {
  animation-delay: 3.64s;
}
.serviceInfo .fw > li .right > *:nth-child(29),
.serviceInfo .fw > li .left > *:nth-child(29) {
  animation-delay: 3.77s;
}
.serviceInfo .fw > li + li {
  margin-top: 0.5rem;
}
.serviceInfo .fw > li:nth-child(even) {
  flex-direction: row-reverse;
}
/* 关于智美 */
.about {
  /* 荣誉资质 */
}
.about .abouts {
  padding: 1rem 0;
  background: linear-gradient(180deg, #fafcfe, #e2effa, #eef2fa, #e8f1fa);
}
.about .abouts .container > h3 {
  margin-bottom: 0.6rem;
}
.about .abouts .container > h3 span {
  color: var(--themeColor);
}
.about .abouts .container .js {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .abouts .container .js .left,
.about .abouts .container .js .right {
  flex: 1;
}
.about .abouts .container .js .left {
  margin-right: 0.8rem;
  line-height: 2;
  color: #666;
  white-space: per-wrap;
}
.about .abouts .container .js .right {
  border: 1px solid #C1DAFC;
  border-radius: 0.17rem;
  position: relative;
  cursor: pointer;
  padding: 0.2rem;
}
.about .abouts .container .js .right .watpss {
  border-radius: 0.17rem;
  overflow: hidden;
}
.about .abouts .container .js .right .watpss img {
  width: 100%;
  transition: all 0.3s;
}
.about .abouts .container .js .right .watpss .iconfont {
  font-size: 0.3rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.53);
  border: 0.01rem solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.68rem;
  line-height: 0.66rem;
}
.about .abouts .container .js .right:hover img {
  transform: scale(1.1);
}
.about .abouts .container .js .right:active img {
  transform: scale(1);
}
.about .abouts .container .js .video_wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.about .abouts .container .js .video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .abouts .container .js .video_wrap .iconfont {
  font-size: 0.3rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
  transition: all 0.3s;
}
.about .abouts .container .js .video_wrap .iconfont:hover {
  transform: scale(1.1);
}
.about .abouts .container .js .video_wrap .iconfont:active {
  transform: scale(0.9);
}
.about .abouts .container .swiper {
  overflow: hidden;
  margin-top: 0.7rem;
}
.about .abouts .container .swiper .swiper_btns {
  width: 100%;
  margin-top: 0.3rem;
  justify-content: flex-end;
}
.about .abouts .container > h4 {
  margin-top: 0.67rem;
  padding-top: 0.67rem;
  border-top: 1px solid #DFDFDF;
}
.about .abouts .container > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  margin-top: 0.7rem;
}
.about .abouts .container > ul li {
  flex: 1;
}
.about .abouts .container > ul li > div {
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(0, 105, 234, 0.3);
  border-radius: 0.12rem;
  padding: 0.35rem;
  transition: all 0.3s;
}
.about .abouts .container > ul li > div img {
  width: 0.86rem;
}
.about .abouts .container > ul li > div .text {
  margin-left: 0.2rem;
}
.about .abouts .container > ul li > div .text p {
  margin-top: 0.1rem;
  color: #666;
}
.about .abouts .container > ul li > div:hover {
  transform: translateY(-0.2rem);
  background-color: #fff;
  border-color: #fff;
  box-shadow: 1px 2px 14px 0px rgba(36, 36, 36, 0.11);
}
.about .abouts .container > ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.about .abouts .container > ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.about .abouts .container > ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.about .abouts .container > ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.about .abouts .container > ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.about .abouts .container > ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.about .abouts .container > ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.about .abouts .container > ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.about .abouts .container > ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.about .abouts .container > ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.about .abouts .container > ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.about .abouts .container > ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.about .abouts .container > ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.about .abouts .container > ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.about .abouts .container > ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.about .abouts .container > ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.about .abouts .container > ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.about .abouts .container > ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.about .abouts .container > ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.about .abouts .container > ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.about .abouts .container > ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.about .abouts .container > ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.about .abouts .container > ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.about .abouts .container > ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.about .abouts .container > ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.about .abouts .container > ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.about .abouts .container > ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.about .abouts .container > ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.about .abouts .container > ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.about .zz {
  background: #F5F7FA;
  border-bottom: 1px solid #E1E4E9;
  padding: 1rem 0;
}
.about .zz .container > h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.about .zz .container .swiper {
  overflow: hidden;
}
.about .zz .container .swiper .swiper-wrapper .swiper-slide {
  border: 2px solid #FFFFFF;
  border-radius: 0.06rem;
  background-color: #fff;
}
.about .zz .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  padding: 0.85rem;
}
.about .zz .container .swiper .swiper-wrapper .swiper-slide .text {
  line-height: 1.04rem;
  text-align: center;
  background: #EEF4FF;
  transition: all 0.3s;
}
.about .zz .container .swiper .swiper-wrapper .swiper-slide:hover .text {
  background-color: #CBDAF3;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(1) {
  animation-delay: 0.13s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(2) {
  animation-delay: 0.26s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(3) {
  animation-delay: 0.39s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(4) {
  animation-delay: 0.52s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(5) {
  animation-delay: 0.65s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(6) {
  animation-delay: 0.78s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(7) {
  animation-delay: 0.91s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(8) {
  animation-delay: 1.04s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(9) {
  animation-delay: 1.17s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(10) {
  animation-delay: 1.3s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(11) {
  animation-delay: 1.43s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(12) {
  animation-delay: 1.56s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(13) {
  animation-delay: 1.69s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(14) {
  animation-delay: 1.82s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(15) {
  animation-delay: 1.95s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(16) {
  animation-delay: 2.08s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(17) {
  animation-delay: 2.21s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(18) {
  animation-delay: 2.34s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(19) {
  animation-delay: 2.47s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(20) {
  animation-delay: 2.6s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(21) {
  animation-delay: 2.73s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(22) {
  animation-delay: 2.86s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(23) {
  animation-delay: 2.99s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(24) {
  animation-delay: 3.12s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(25) {
  animation-delay: 3.25s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(26) {
  animation-delay: 3.38s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(27) {
  animation-delay: 3.51s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(28) {
  animation-delay: 3.64s;
}
.about .zz .container .swiper .swiper-wrapper > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 新闻列表 */
.news > .container .news_top_swiper {
  overflow: hidden;
  transform: translateY(-50%);
  margin-top: -2.6rem;
  padding: 0.1rem;
}
.news > .container .news_top_swiper .swiper-slide {
  display: flex;
  box-shadow: 1px 2px 14px 0px rgba(36, 36, 36, 0.11);
  border-radius: 0.06rem;
  background-color: #fff;
  overflow: hidden;
}
.news > .container .news_top_swiper .swiper-slide .left {
  width: 65%;
}
.news > .container .news_top_swiper .swiper-slide .left img {
  width: 100%;
}
.news > .container .news_top_swiper .swiper-slide .right {
  flex: 1;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news > .container .news_top_swiper .swiper-slide .right p {
  margin: 0.5rem 0;
  color: #666;
}
.news > .container .news_top_swiper .swiper-slide .right a {
  width: max-content;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
  border-radius: 0.04rem;
  line-height: 0.36rem;
  padding: 0 0.23rem;
  color: #fff;
}
.news > .container .list {
  margin: 1rem 0;
}
.news > .container .list a {
  /*margin-bottom: 0.5rem;*/
  border-bottom: 1px solid #E4E4E4;
  /*padding-bottom: 0.5rem;*/
  /*display: flex;*/
  /*align-items: center;*/
}
.news > .container .list a .left {
  flex: 1;
  margin-right: 0.5rem;
}
.news > .container .list a .left img {
  width: 100%;
  border-radius: 0.1rem;
}
.news > .container .list a .right {
  width: 65%;
}
.news > .container .list a .right p {
  width: 100%;
  margin-bottom: 0.4rem;
  transition: all 0.3s;
}
.news > .container .list a .right span {
  color: #666666;
}
.news > .container .list a:hover .right p {
  color: var(--themeColor);
}
/* 人才招聘 */
.recruit > .container {
  padding: 1rem 0;
}
.recruit > .container > h3 {
  margin-bottom: 0.6rem;
}
.recruit > .container > ul > li {
  border: 1px solid #E6E6E6;
  border-radius: 0.06rem;
  padding: 0 0.55rem 0.5rem;
  background: #fff;
}
.recruit > .container > ul > li .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2rem;
  border-bottom: 1px solid #E6E6E6;
}
.recruit > .container > ul > li .label p {
  color: #666666;
}
.recruit > .container > ul > li .des {
  max-height: 3.5rem;
  overflow: hidden;
  margin: 0.3rem 0;
}
.recruit > .container > ul > li .des h5 {
  margin: 0.3rem 0 0.16rem;
}
.recruit > .container > ul > li .des h5 .contact {
  color: var(--themeColor);
}
.recruit > .container > ul > li .des li {
  color: #666666;
}
.recruit > .container > ul > li .more {
  color: var(--themeColor);
  cursor: pointer;
}
.recruit > .container > ul > li .close {
  display: none;
}
.recruit > .container > ul > li.active {
  background: url(../image/zhaopin_bg.png);
  background-size: 100% 100%;
}
.recruit > .container > ul > li.active .label {
  border-color: #0069EA;
}
.recruit > .container > ul > li.active .des {
  max-height: none;
}
.recruit > .container > ul > li.active .kai {
  display: none;
}
.recruit > .container > ul > li.active .close {
  display: block;
}
.recruit > .container > ul > li + li {
  margin-top: 0.5rem;
}
/* 联系我们 */
.contact {
  /* 与我们联系 */
  /* 留言 */
}
.contact .contacts {
  background-image: url(../image/contact_bg.png);
  background-size: cover;
  background-position: top;
  padding: 1rem 0;
}
.contact .contacts .container > p {
  color: #666;
}
.contact .contacts .container ul {
  display: flex;
  margin: 0.5rem 0 0.35rem;
}
.contact .contacts .container ul li {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-radius: 0.12rem;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  padding: 0.25rem 0.4rem;
}
.contact .contacts .container ul li .left p {
  margin-bottom: 0.33rem;
}
.contact .contacts .container ul li .left .info {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.contact .contacts .container ul li .left .info .icon {
  margin-right: 0.1rem;
  width: 0.36rem;
  height: 0.36rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(0, 105, 234, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact .contacts .container ul li .left .info .icon img {
  width: 60%;
}
.contact .contacts .container ul li .left .info .icon::before {
  content: "";
  width: 62.5%;
  height: 62.5%;
  background: linear-gradient(90deg, #FFFFFF 0%, #0069EA 51%);
  position: absolute;
  left: -12.5%;
  z-index: -1;
  border-radius: 50%;
}
.contact .contacts .container ul li .right {
  width: 35%;
  position: relative;
}
.contact .contacts .container ul li .right img {
  width: 100%;
}
.contact .contacts .container ul li .right::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  position: absolute;
  top: 0;
  left: -50%;
}
.contact .contacts .container ul li + li {
  margin-left: 0.35rem;
}
.contact .contacts .container ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.contact .contacts .container ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.contact .contacts .container ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.contact .contacts .container ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.contact .contacts .container ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.contact .contacts .container ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.contact .contacts .container ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.contact .contacts .container ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.contact .contacts .container ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.contact .contacts .container ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.contact .contacts .container ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.contact .contacts .container ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.contact .contacts .container ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.contact .contacts .container ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.contact .contacts .container ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.contact .contacts .container ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.contact .contacts .container ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.contact .contacts .container ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.contact .contacts .container ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.contact .contacts .container ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.contact .contacts .container ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.contact .contacts .container ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.contact .contacts .container ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.contact .contacts .container ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.contact .contacts .container ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.contact .contacts .container ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.contact .contacts .container ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.contact .contacts .container ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.contact .contacts .container ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.contact .contacts .container .bottoms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--themeColor);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  border-radius: 0.22rem;
  padding: 0.4rem;
}
.contact .contacts .container .bottoms .left {
  color: #fff;
}
.contact .contacts .container .bottoms .left h4 {
  font-family: h_Bold;
}
.contact .from_wrap {
  position: relative;
}
.contact .from_wrap .container {
  display: flex;
  align-items: center;
  position: absolute;
  left: var(--container_margin);
  top: 50%;
  transform: translateY(-50%);
}
.contact .from_wrap .container h3 {
  color: #fff;
  margin-right: 2rem;
}
.contact .from_wrap .container .from {
  width: 5.2rem;
  background-color: #fff;
  padding: 0.56rem;
  border-radius: 0.09rem;
  display: flex;
  flex-direction: column;
}
.contact .from_wrap .container .from p {
  margin-bottom: 0.34rem;
}
.contact .from_wrap .container .from input {
  width: 100%;
  line-height: 0.55rem;
  margin-bottom: 0.2rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.04rem;
  padding-left: 0.3rem;
}

.contact .from_wrap .container .from div[req]{
    position: relative;
}

.contact .from_wrap .container .from div[req]:after{
    content: "*";
    position: absolute;
    left: 0.2rem;
    top: 0.07rem;
    color: red;
    font-size: 14px;
}

.contact .from_wrap .container .from input:focus {
  border-color: var(--themeColor);
}
.contact .from_wrap .container .from input:focus::placeholder {
  color: var(--themeColor);
}
.contact .from_wrap .container .from button {
  margin-top: 0.3rem;
  background: linear-gradient(90deg, #0069EA 0%, #5FA4FE 100%);
  color: #fff;
  line-height: 0.55rem;
  border-radius: 0.04rem;
  cursor: pointer;
}

.yd_menu {
    display: none !important;
    width: auto !important;
    top: 80% !important;
    right: 18px !important;
}

.yd_menu ul a, .yd_menu ul li {
    display: flex;
    align-items: center;
    justify-content: center;
   width: 55px;
   height: 55px;
   margin: 0 !important;
}

.yd_menu ul a img, .yd_menu ul li img {
    width: 25px;
}

@media (max-width: 1050px) {
  .product .advantage ul li p {
    font-size: 21px;
  }
  .product .advantage .btms p {
    font-size: 19px;
  }
  .rich * {
    font-size: 16px !important;
  }
}

@media (max-width: 900px) {
    .header .container .right .lastss {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
        .header .container .right .lastss img {
            display: 25px !important;
            width: auto !important;
        }
  .solutionInfo .cont_box,
  :root {
    --headerHeight: 60px;
    --container: 90vw;
  }
  body {
    font-size: 15px;
  }
  .fs-64 {
    font-size: 24px;
  }
  .fs-46 {
    font-size: 26px;
  }
  .fs-40 {
    font-size: 24px;
  }
  .fs-36 {
    font-size: 23px;
  }
  .fs-32 {
    font-size: 22px;
  }
  .fs-24 {
    font-size: 16px;
  }
  .fs-22,
  .fs-20 {
    font-size: 15px;
  }
  .fs-18 {
    font-size: 14px;
  }
  .fs-15,
  .iconfont,
  .fs-16 {
    font-size: 14px;
  }
  .fs-12,
  .fs-14 {
    font-size: 14px;
  }
  .home .group_tis p {
    width: var(--container);
  }
  .header .container .logo {
    width: 25vw;
  }
  .header .container .nav {
    display: none;
  }
  .header .container .right {
    line-height: 1.5;
  }
  .header .container .right .item {
    display: none;
  }
  .header .container .right .app_menu_btn {
    display: block;
  }
  .right_menu {
    display: none;
  }
  .yd_menu {
      display: block !important;
  }
  .home .banner.swiper .swiper-slide img {
    /*height: 100vw;*/
    /*object-fit: cover;*/
    display: none;
  }
  
  .home .banner.swiper .swiper-slide .app{
      display: block;
  }
  
  .home .banner.swiper .swiper-slide .text a {
    line-height: 2.3;
  }
  .home .product ul {
    grid-template-columns: 1fr;
  }
  .home .product ul li {
    padding: 20px;
  }
  .home .product ul li .cont .top .left h4 {
    margin-bottom: 20px;
  }
  .home .product ul li .cont .top .left span::before {
    width: 18px;
    line-height: 18px;
    font-size: 13px;
  }
  .home .product ul li .cont .bottom .list .item {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .home .product ul li .cont .bottom .list .item .icon {
    width: 25px;
    height: 25px;
  }
  .home .product ul li .btmss a {
    line-height: 2.3;
  }
  .home .case .container .conts .left {
    margin-right: 0;
    display: flex;
    overflow-x: auto;
  }
  .home .case .container .conts .left .item {
    line-height: 2.5;
    padding-right: 20px;
  }
  .home .case .container .conts .left .item .icon {
    width: 25px;
  }
  .home .case .container .conts .left .item .img {
    display: none;
  }
  .home .case .container .conts {
    display: block;
  }
  .home .case .container .conts .right li .tabs .item {
    line-height: 2.3;
    border-radius: 6px;
    padding: 0 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .home .case .container .conts .right li .case_cont .logos {
    width: 40vw;
  }
  .home .case .container .conts .right li .case_cont a {
    line-height: 2.3;
  }
  .home .product ul li .cont .bottom .list .item[hot]::after {
    width: 28px;
    font-size: 12px;
    border-radius: 0 8px 0 8px;
    margin-left: 10px;
  }
  .home .about .conts .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .home .about .conts .tabs .item .icon {
    width: 25px;
    height: 25px;
  }
  .home .about .conts .tabs .item {
    line-height: 3;
    white-space: nowrap;
  }
  .home .about .conts .tabs .item + .item {
    margin-left: 0;
  }
  .home .about .conts .cont .img {
    display: none;
  }
  .home .about .conts .cont .rich {
    margin-right: 10px !important;
  }
  .home .cooperation .cont .swiper-slide {
    grid-template-columns: repeat(3, 1fr);
  }
  .home .cooperation .cont .swiper-slide img {
    width: 100%;
    height: 13vw;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -5px;
  }
  .home .news .cont .tops a {
    line-height: 2.5;
  }
  .home .news .cont .list.active {
    display: block;
  }
  .home .news .cont .list .right,
  .home .news .cont .list .left {
    width: 100%;
  }
  .home .news .cont .list .right a span:first-child {
    width: 65%;
  }
  .home .news .cont .list .right a {
    line-height: 2.6;
  }
  .footer .top {
    display: block;
  }
  .footer .top .left .ercode .item {
    width: 100px;
  }
  .footer .top .left a {
    line-height: 2.4;
  }
  .footer .top .right {
    display: none;
  }
  .footer .top .left p {
    white-space: wrap;
  }
  .footer .service .bg {
    display: none;
  }
  .footer .service {
    padding-right: 0;
  }
  .footer .service .item .icon {
    width: 25px;
  }
  .footer .service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 5%;
  }
  .page_banner > img {
    /*height: 100vw;*/
    /*object-fit: cover;*/
    display: none;
  }
  
  .page_banner > .app{
      display: block;
  }
  
  .page_banner .text p {
    width: 100%;
    font-size: 14px;
  }
  .page_banner .text h2 {
    margin-bottom: 10px;
  }
  .page_banner .text h2 .icon {
    width: 30px;
    height: 30px;
  }
  .solution .advantage ul li .icon,
  .product .advantage ul li .icon {
    width: 40px;
    height: 40px;
  }
  .solution .advantage ul li p,
  .product .advantage ul li p {
    font-size: 14px;
  }
  .product .advantage .btms img {
    display: none;
  }
  .product .advantage .btms {
    padding-right: 0.95rem;
  }
  .page_banner .text2 p {
    margin-top: 15px;
  }
  .case .selected .container .swiper .swiper-slide {
    display: block;
  }
  .case .selected .container .swiper .swiper-slide .left,
  .case .selected .container .swiper .swiper-slide .right {
    width: 100%;
  }
  .case .selected .container .swiper .swiper-slide .right .tis {
    line-height: 1.8;
  }
  .case .selected .container .swiper .swiper-slide .right {
    padding: 0;
    padding-top: 15px;
  }
  .case .case_ .container .tabs .item img {
    width: 25px;
  }
  .case .case_ .container .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .case .case_ .container .tabs .item {
    line-height: 2.6;
  }
  .case .case_ .container .tabs .item + .item {
    margin-left: 0;
  }
  .case .case_ .container ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .case .case_ .container ul li a {
    line-height: 2;
  }
  .case .case_ .container ul li img {
    height: 20px;
  }
  .caseInfo .js .cont {
    display: block;
  }
  .caseInfo .js .cont .left {
    margin-right: 0;
  }
  .caseInfo .js .cont .right {
    width: 100%;
    margin-top: 20px;
    background: none;
  }
  .caseInfo .js .cont .right img {
    transform: none;
  }
  .caseInfo .js .cont .left img {
    width: 30%;
  }
  .caseInfo .recommendation .container ul {
    display: block;
  }
  .caseInfo .recommendation .container ul li {
    padding: 15px 0 15px 15px;
  }
  .caseInfo .recommendation .container ul li .left div[hot] .icon {
    width: 23px;
    height: 23px;
  }
  .caseInfo .recommendation .container ul li .left div[hot][hot]::after {
    font-size: 12px;
    width: 28px;
    border-radius: 0 8px 0 8px;
  }
  .solution .case .swiper .swiper-wrapper .swiper-slide a,
  .caseInfo .more .container .swiper .swiper-wrapper .swiper-slide a,
  .caseInfo .recommendation .container ul li .left a {
    line-height: 2.2;
  }
  .solution .case .swiper .swiper-wrapper .swiper-slide img,
  .caseInfo .more .container .swiper .swiper-wrapper .swiper-slide img {
    height: 20px;
  }
  .solution .knowledge ul {
    display: flex;
    flex-direction: column;
  }
  .solutionInfo .cont_box .wrap {
    background: none;
    padding: 0;
  }
  .solutionInfo .cont_box .wrap .back {
    position: static;
    flex-direction: row;
    border-radius: 0;
    margin-top: 10px;
  }
  .solutionInfo .cont_box .wrap .back::before {
    margin-right: 5px;
  }
  .solutionInfo .cont_box .wrap .btmss a {
    line-height: 2;
    align-items: center;
  }
  .solutionInfo .cont_box .wrap .btmss a:last-child::after,
  .solutionInfo .cont_box .wrap .btmss a:first-child::before {
    font-size: 14px;
  }
  .solutionInfo .cont_box .wrap .btmss a span {
    max-width: 20vw;
  }
  .service > ul {
    flex-direction: column;
  }
  .service > ul li img {
    height: auto;
  }
  .service > ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .service > ul li a {
    line-height: 2;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .service > ul li h4 {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .serviceInfo .jz .text {
    position: static;
    color: #555;
    line-height: 1.5;
    width: 100%;
  }
  .serviceInfo .gf li .icon {
    width: 30px;
    height: 30px;
  }
  .serviceInfo .gf li .icon::before {
    width: 20px;
    height: 20px;
  }
  .serviceInfo .gf {
    display: block;
  }
  .serviceInfo .gf li {
    line-height: 5;
    justify-content: flex-start;
  }
  .serviceInfo .gf li .icon {
    margin-left: 20vw;
    margin-right: 10px;
  }
  .serviceInfo .fw > li {
    display: block;
  }
  .serviceInfo .fw > li .right ul,
  .serviceInfo .fw > li .left ul,
  .serviceInfo .fw > li .right,
  .serviceInfo .fw > li .left {
    width: 100%;
  }
  .about .abouts .container .js {
    display: block;
  }
  .about .abouts .container .js .left {
    margin-right: 0;
  }
  .swiper_btns .iconfont {
    width: 30px;
    line-height: 30px;
  }
  .about .abouts .container > ul {
    display: block;
  }
  .about .abouts .container > ul li + li {
    margin-top: 10px;
  }
  .about .abouts .container > ul li > div img {
    width: 20%;
  }
  .about .zz .container .swiper .swiper-wrapper .swiper-slide .text {
    line-height: 2.3;
  }
  .recruit > .container > ul > li .label {
    display: block;
    padding: 12px 0;
  }
  .pagination a,
  .pages a,
  .pagination span,
  .pages span {
    width: 30px;
    line-height: 28px;
    border-radius: 5px;
  }
  .pagination a + a,
  .pages a + a,
  .pagination span + a,
  .pages span + a,
  .pagination a + span,
  .pages a + span,
  .pagination span + span,
  .pages span + span {
    margin-left: 7px;
  }
  .news > .container .news_top_swiper .swiper-slide {
    display: block;
  }
  .news > .container .news_top_swiper .swiper-slide .left {
    width: 100%;
  }
  .news > .container .news_top_swiper .swiper-slide .right a {
    line-height: 2.3;
  }
  .news > .container .news_top_swiper .swiper-slide .right {
    padding: 15px;
  }
  .news > .container .news_top_swiper {
    margin: 20px auto;
    transform: none;
  }
  .news > .container .list a {
    display: block;
  }
  .news > .container .list a .left {
    margin-right: 0;
  }
  .news > .container .list a .right {
    width: 100%;
  }
  .contact .contacts .container ul {
    display: block;
  }
  .contact .contacts .container ul li + li {
    margin-top: 12px;
    margin-left: 0;
  }
  .contact .contacts .container ul li .left .info .icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .contact .from_wrap > img {
    display: none;
  }
  .contact .from_wrap .container {
    display: block;
    position: static;
    transform: none;
  }
  .contact .from_wrap .container h3 {
    display: none;
  }
  .contact .from_wrap .container .form {
    width: 100%;
    padding: 20px 0;
  }
  .contact .from_wrap .container .form button,
  .contact .from_wrap .container .form input {
    line-height: 2.3;
  }
  
  .home .banner.swiper .swiper-slide .text{
      top: 60px;
      transform: none;
  }
  
  .page_banner .text3,
  .page_banner .text,
  .page_banner .text2{
      top: 60px;
      transform: none;
  }
  .page_banner p{
      max-width: var(--container);
  }
}

@media (max-width: 600px) {
  .rich img,
  .rich video {
    width: 100%;
  }
  
  .contact .from_wrap .container .from,
  .page_banner .text3 p{
      width: 100%;
  }
  
  .application .form{
      width: 90vw;
  }
  
  .application .form button,
  .application .form input,
  .contact .from_wrap .container .from button,
  .contact .from_wrap .container .from input{
      line-height: 2.6;
  }
  
  
}
