﻿@import url(iconfont.css);
@font-face {
  font-family: "p_Heavy";
  src: url(../font/SourceHanSansSC-Heavy.woff2);
  font-style: normal;
}
@font-face {
  font-family: "p_Bold";
  src: url(../font/SourceHanSansSC-Bold.woff2);
  font-style: normal;
}
@font-face {
  font-family: "p_Medium";
  src: url(../font/SourceHanSansSC-Medium.woff2);
  font-style: normal;
}
@font-face {
  font-family: "p_Regular";
  src: url(../font/SourceHanSansSC-Regular.woff2);
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
}
:root {
  --themeColor: #0C7BFF;
  --headerHeight: 0.81rem;
  --container: 14.37rem;
  --container_margin: calc((100vw - var(--container)) / 2);
  --group: 1.2rem;
}
.iconfont {
  font-size: 0.16rem;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 0.16rem/1.73 p_Regular, Microsoft YaHei, Heiti SC, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #262A47;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-style: normal;
}
p,
div {
  font-family: p_Regular;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: p_Heavy;
}
.bold {
  font-family: p_Bold;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #262A47;
}
/* 表单元素 */
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% !important;
  height: auto !important;
}
.rich * {
  text-wrap: wrap !important;
  white-space: wrap !important;
}
/* 手机 */
.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;
}
.fs-280 {
  font-size: 2.8rem;
}
/* 遍历动画延迟 */
.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);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  transition: all 0.3s;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo {
  display: block;
  width: 2rem;
}
.header .container .logo img {
  width: 100%;
}
.header .container .head_right {
  display: flex;
  align-items: center;
}
.header .container .nav {
  display: flex;
  margin-right: 0.63rem;
}
.header .container .nav > li {
  position: relative;
}
.header .container .nav > li.active > a,
.header .container .nav > li > a:hover {
  color: var(--themeColor);
}
.header .container .nav > li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--themeColor);
  width: 0;
  height: 0.03rem;
  transition: all 0.3s;
}
.header .container .nav > li:hover::after,
.header .container .nav > li.active::after {
  left: 0;
  width: 100%;
}
.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(https://img-website.huaerai.cn/web/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(https://img-website.huaerai.cn/web/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 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.47rem;
}
.header .container .right {
  display: flex;
  line-height: 0.38rem;
}
.header .container .right .item {
  color: #fff;
  background: linear-gradient(83.67deg, #00CFF3 -0.98%, #8455FF 98.39%);
  width: 1rem;
  line-height: 2;
  vertical-align: middle;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
  font-family: auto;
}
.header .container .right .item + .item {
  margin-left: 0.3rem;
  background: transparent;
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
}
.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;
}
.header.active {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
/* 侧边栏 */
.right_menu {
  width: 0.9rem;
  position: fixed;
  top: 50%;
  right: 0.3rem;
  z-index: 999;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right_menu .he {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  animation: daxiao 1s 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 .he .tou_logo {
  width: 30%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  animation: xuan 1s linear infinite;
}
@keyframes xuan {
  100% {
    transform: translateX(-50%) rotateZ(-360deg);
  }
}
@keyframes daxiao {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.05);
  }
}
.right_menu ul {
  width: 80%;
  transform: translateY(-0.2rem);
}
.right_menu ul li {
  width: 100%;
  margin-top: 0.06rem;
  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.11rem;
  position: relative;
  border: 1px solid #E2F3FF;
  background: #B5E0FF33;
  backdrop-filter: blur(5px);
}
.right_menu ul li:first-child {
  padding: 0.04rem 0.11rem;
}
.right_menu ul li img {
  width: 0.28rem;
}
.right_menu ul li span {
  font-size: 0.12rem;
  font-weight: 600;
  color: var(--themeColor);
  white-space: nowrap;
}
.right_menu ul li .cont {
  position: absolute;
  top: 50%;
  right: 120%;
  border: 1px solid #E2F3FF;
  background: #B5E0FF66;
  padding: 0.07rem;
  border-radius: 0.05rem;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(-45%);
  display: none;
  transition: all 0.3s;
}
.right_menu ul li .cont a {
  white-space: nowrap;
  text-wrap: nowrap;
}
.right_menu ul li .cont img {
  width: 0.8rem;
}
.right_menu ul li .cont::after {
  content: "";
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-left-color: #B5E0FF66;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.right_menu ul li:hover .cont {
  opacity: 1;
  display: block;
  transform: translateY(-50%);
}
/* 底部栏 */
.bottom_menu {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  left: var(--container_margin);
  right: var(--container_margin);
  background: linear-gradient(90deg, #3C95FF 0%, #0C7BFF 100%);
  height: 0.9rem;
  display: flex;
  align-items: center;
  border-radius: 0.6rem;
  padding: 0 1rem 0 0.55rem;
}
.bottom_menu img:first-child {
  width: 0.6rem;
}
.bottom_menu h2 {
  color: #fff;
  margin-left: 0.4rem;
  padding-right: 0.45rem;
  margin-right: 0.58rem;
  border-right: 1px solid #FFFFFF;
  line-height: 1;
}
.bottom_menu p {
  color: #fff;
}
.bottom_menu p span {
  font-family: p_Bold;
  font-weight: 700;
}
.bottom_menu .shuru {
  border-radius: 40px;
  border: 0.07rem solid transparent;
  display: flex;
  background: #FFFFFFcc;
  margin-left: 0.85rem;
}
.bottom_menu .shuru .input {
  border-radius: 40px;
  display: flex;
  align-items: center;
  background: #EFF6FF;
  padding-left: 0.17rem;
  margin-right: 0.1rem;
}
.bottom_menu .shuru .input img {
  width: 0.22rem;
  margin-right: 0.12rem;
}
.bottom_menu .shuru .input input {
  line-height: 0.54rem;
  width: 2.5rem;
}
.bottom_menu .shuru .input input::placeholder {
  color: var(--themeColor);
}
.bottom_menu .shuru .btn {
  width: 1.5rem;
  border-radius: 40px;
  background: linear-gradient(83.67deg, #00CFF3 -0.98%, #8455FF 98.39%);
  line-height: 0.54rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.bottom_menu .cha {
  width: 0.2rem;
  position: absolute;
  right: -0.25rem;
  top: 0;
  cursor: pointer;
}
/* 底部 */
.footer {
  background-image: url(../image/bottom_bac.png);
  padding-top: 0.8rem;
}
.footer .top {
  display: flex;
  justify-content: space-between;
}
.footer .top .left {
  flex: 1;
  margin-left: 2rem;
}
.footer .top .left .tis {
  color: #FFFFFF;
  font-family: p_Heavy;
  font-weight: 400;
}
.footer .top .left p {
  color: #FFFFFF;
  margin: 0.1rem 0;
}
.footer .top .left .ercode {
  display: flex;
}
.footer .top .left .ercode .item {
  width: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.footer .top .left .ercode .item img {
  width: 100%;
}
.footer .top .left .ercode .item .icon {
  width: 0.32rem;
  height: 0.32rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0.07rem auto 0.03rem;
}
.footer .top .left .ercode .item .icon img {
  padding: 0.07rem;
}
.footer .top .left .ercode .item + .item {
  margin-left: 0.2rem;
}
.footer .top .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.footer .top .right dl {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.footer .top .right dl dt {
  font-family: p_Bold;
  margin-bottom: 0.1rem;
  color: #fff;
}
.footer .top .right dl a {
  margin-top: 0.1rem;
  color: #fff;
  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 .btmss {
  margin-top: 0.7rem;
  border-top: 1px solid #D0D0D033;
}
.footer .btmss span {
  display: block;
  line-height: 0.6rem;
  color: #fff;
}
.footer .btmss a {
  color: #fff;
}
/* 内页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: p_Bold;
  line-height: 1.1;
}
.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;
}
/* 联系我们 */
.contact_blk {
  display: flex;
  align-items: center;
}
.contact_blk .left {
  flex: 1.5;
}
.contact_blk .left img {
  width: 100%;
}
.contact_blk .right {
  flex: 1.1;
  padding: 0.83rem var(--container_margin) 0.74rem 0.54rem;
  background-image: url(../image/lianxi_bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 70%;
}
.contact_blk .right h3 {
  font-family: p_Bold;
}
.contact_blk .right .from .row {
  display: flex;
}
.contact_blk .right .from .row .item {
  flex: 1;
}
.contact_blk .right .from .row .item .label {
  font-family: p_Bold;
  line-height: 1;
}
.contact_blk .right .from .row .item .label::after {
  content: "*";
  color: red;
}
.contact_blk .right .from .row .item .input {
  width: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 0.06rem;
  margin-top: 0.26rem;
}
.contact_blk .right .from .row .item .input input {
  width: 100%;
  line-height: 0.5rem;
  padding: 0 0.13rem;
}
.contact_blk .right .from .row .item + .item {
  margin-left: 0.4rem;
}
.contact_blk .right .from .row.row {
  margin-top: 0.4rem;
}
.contact_blk .right .from .btn {
  width: max-content;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  color: #fff;
  background-color: var(--themeColor);
  padding: 0 1.37rem;
  margin-top: 0.4rem;
  cursor: pointer;
  font-family: p_Heavy;
  font-weight: 400;
  transition: all 0.3s;
}
.contact_blk .right .from .btn:hover {
  transform: translateY(-3px);
}
/* 预约演示/免费试用弹窗 */
.mfmodel,
.yymodel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.mfmodel .cont,
.yymodel .cont {
  width: 90vw;
  max-width: 450px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.mfmodel .cont h3,
.yymodel .cont h3 {
  font-size: 22px;
}
.mfmodel .cont .from .row .item,
.yymodel .cont .from .row .item {
  margin-top: 20px;
}
.mfmodel .cont .from .row .item .label,
.yymodel .cont .from .row .item .label {
  font-family: p_Bold;
  line-height: 1;
  font-size: 16px;
}
.mfmodel .cont .from .row .item .label::after,
.yymodel .cont .from .row .item .label::after {
  content: "*";
  color: red;
}
.mfmodel .cont .from .row .item .input,
.yymodel .cont .from .row .item .input {
  width: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 0.06rem;
  margin-top: 5px;
}
.mfmodel .cont .from .row .item .input textarea,
.yymodel .cont .from .row .item .input textarea,
.mfmodel .cont .from .row .item .input input,
.yymodel .cont .from .row .item .input input {
  width: 100%;
  line-height: 2.8;
  padding: 0 0.13rem;
  font-size: 15px;
}
.mfmodel .cont .from .btn,
.yymodel .cont .from .btn {
  width: 100%;
  line-height: 3.2;
  border-radius: 0.3rem;
  color: #fff;
  background-color: var(--themeColor);
  padding: 0 1.37rem;
  margin-top: 0.4rem;
  cursor: pointer;
  font-family: p_Heavy;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s;
}
.mfmodel .cont .from .btn:hover,
.yymodel .cont .from .btn:hover {
  transform: translateY(-3px);
}
/* 首页 */
.home {
  /* 首页板块标题 */
  /* 首页banner轮播 */
  /* 产品功能 */
  /* 特色功能 */
  /* 技术实力 */
  /* 服务优势 */
  /* 合作品牌 */
}
.home .group_tis {
  margin-bottom: 0.6rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home .group_tis h3 {
  color: #262A47;
  margin-bottom: 0.1rem;
  font-family: p_Bold;
}
.home .group_tis span {
  display: block;
  margin-top: 0.2rem;
  color: #262A47;
  font-family: p_Medium;
}
.home .group_tis p {
  max-width: 7rem;
  color: #616B90;
  line-height: 1.5;
  font-family: p_Medium;
}
.home .banner.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .banner.swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.home .banner.swiper .swiper-slide .imgss {
  width: 100%;
  overflow: hidden;
}
.home .banner.swiper .swiper-slide .left {
  width: 40%;
  position: absolute;
  right: var(--container_margin);
  top: 50%;
  transform: translateY(-50%);
}
.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;
  color: #262A47;
  display: flex;
  align-items: center;
  font-family: p_Bold;
}
.home .banner.swiper .swiper-slide .text h2 span {
  padding: 0 0.1rem 0;
  vertical-align: middle;
  line-height: 1.4;
  border-radius: 0.1rem;
  margin: 0 0.05rem;
  color: #fff;
  background: linear-gradient(83.67deg, #00CFF3 -0.98%, #8455FF 98.39%);
  font-family: auto;
}
.home .banner.swiper .swiper-slide .text p {
  color: #262A47;
  font-family: p_Medium;
}
.home .banner.swiper .swiper-slide .text ul {
  margin: 0.1rem 0 0;
  padding-left: 0.2rem;
}
.home .banner.swiper .swiper-slide .text ul li {
  color: #616B90;
}
.home .banner.swiper .swiper-slide .text ul li::marker {
  content: "◆";
  color: var(--themeColor);
  margin-right: 0.1rem;
}
.home .banner.swiper .swiper-slide .text .btns {
  margin-top: 0.63rem;
}
.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-slide .btns {
  display: flex;
}
.home .banner.swiper .swiper-slide .btns a {
  width: 1.9rem;
  line-height: 0.6rem;
  text-align: center;
  font-weight: 600;
  border-radius: 0.3rem;
  border: 1px solid var(--themeColor);
  background: var(--themeColor);
}
.home .banner.swiper .swiper-slide .btns a + a {
  margin-left: 0.25rem;
  background: #fff;
  color: var(--themeColor);
}
.home .banner.swiper .swiper-pagination {
  bottom: 30%;
}
.home .banner.swiper .swiper-pagination span {
  width: 30px;
  height: 4px;
  border-radius: 28px;
  transition: all 0.3s;
  background-color: #DFEEFF;
  opacity: 1;
}
.home .banner.swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 66px;
  background-color: var(--themeColor);
}
.home .banner.swiper .btm_warp {
  position: relative;
  z-index: 8;
}
.home .banner.swiper .btm_warp ul {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px #3D69881A;
  border-radius: 0.3rem;
  padding: 0.3rem 0.64rem;
  transform: translateY(-80%);
  position: relative;
  z-index: 9;
}
.home .banner.swiper .btm_warp ul li {
  display: flex;
  align-items: center;
}
.home .banner.swiper .btm_warp ul li .left {
  width: 0.75rem;
}
.home .banner.swiper .btm_warp ul li .left img {
  width: 100%;
}
.home .banner.swiper .btm_warp ul li .right {
  line-height: 1;
  margin-left: 0.07rem;
}
.home .banner.swiper .btm_warp ul li .right div {
  font-family: p_Bold;
  font-weight: 900;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.home .banner.swiper .btm_warp ul li .right div span:first-child {
  line-height: 0.8;
  text-align: left;
}
.home .banner.swiper .btm_warp ul li .right div::after {
  content: "+";
  font-size: 0.3rem;
}
.home .banner.swiper .btm_warp ul li .right p {
  color: var(--themeColor);
}
.home .product {
  background-image: url(../image/product_bac.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0.2rem 0 0.8rem;
}
.home .product .conta .tab {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0.5rem;
}
.home .product .conta .tab .item {
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.home .product .conta .tab .item::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--themeColor);
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home .product .conta .tab .item:hover,
.home .product .conta .tab .item.active {
  color: var(--themeColor);
}
.home .product .conta .tab .item:hover::after,
.home .product .conta .tab .item.active::after {
  width: 100%;
  left: 0;
}
.home .product .conta .tab > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .product .conta .tab > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .product .conta .tab > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .product .conta .tab > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .product .conta .tab > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .product .conta .tab > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .product .conta .tab > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .product .conta .tab > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .product .conta .tab > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .product .conta .tab > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .product .conta .tab > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .product .conta .tab > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .product .conta .tab > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .product .conta .tab > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .product .conta .tab > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .product .conta .tab > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .product .conta .tab > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .product .conta .tab > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .product .conta .tab > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .product .conta .tab > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .product .conta .tab > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .product .conta .tab > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .product .conta .tab > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .product .conta .tab > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .product .conta .tab > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .product .conta .tab > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .product .conta .tab > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .product .conta .tab > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .product .conta .tab > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .product .conta ul li {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.home .product .conta ul li .left {
  width: 35%;
}
.home .product .conta ul li .left h3 {
  color: var(--themeColor);
  line-height: 1.2;
  font-family: p_Medium;
}
.home .product .conta ul li .left p {
  font-family: p_Bold;
  line-height: 1.2;
}
.home .product .conta ul li .left .list {
  margin-top: 0.35rem;
}
.home .product .conta ul li .left .list .item {
  display: flex;
  align-items: center;
}
.home .product .conta ul li .left .list .item .lefts {
  width: 0.42rem;
}
.home .product .conta ul li .left .list .item .lefts img {
  width: 100%;
}
.home .product .conta ul li .left .list .item .right {
  flex: 1;
  line-height: 1.2;
  margin-left: 0.11rem;
}
.home .product .conta ul li .left .list .item .right span {
  color: #616B90;
}
.home .product .conta ul li .left .list .item + .item {
  margin-top: 0.24rem;
}
.home .product .conta ul li .left a {
  width: 3.27rem;
  display: block;
  background: var(--themeColor);
  color: #fff;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  font-family: p_Heavy;
  font-weight: 400;
  text-align: center;
  margin-top: 0.38rem;
  transition: all 0.3s;
}
.home .product .conta ul li .left a:hover {
  transform: translateY(-3px);
}
.home .product .conta ul li > .right {
  width: 62%;
}
.home .product .conta ul li > .right img {
  width: 100%;
}
.home .product .conta ul li.active {
  display: flex;
}
.home .characteristic {
  background-image: url(../image/home_tese_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.8rem 0;
}
.home .characteristic .conta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.1rem 0.7rem;
}
.home .characteristic .conta .item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem 0 0.55rem;
  border-radius: 0.16rem;
  transition: all 0.3s;
  overflow: hidden;
}
.home .characteristic .conta .item > div img {
  width: 1.16rem;
}
.home .characteristic .conta .item > div p {
  margin: 0.18rem auto 0.07rem;
  color: var(--themeColor);
  font-weight: 700;
}
.home .characteristic .conta .item > div span {
  width: 78%;
  height: 3em;
  color: #616B90;
  margin: auto;
  position: relative;
  z-index: 2;
}
.home .characteristic .conta .item > div:hover {
  transform: scale(1.2);
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px #59B2D933;
}
.home .characteristic .conta .item > div:hover .icon {
  opacity: 0.7;
}
.home .characteristic .conta .item > div .icon {
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
}
.home .characteristic .conta .item > div .icon:first-of-type {
  width: 1.25rem;
  top: -5%;
  left: 0;
}
.home .characteristic .conta .item > div .icon:nth-of-type(2) {
  width: 0.53rem;
  top: 0;
  left: -5%;
}
.home .characteristic .conta .item > div .icon:nth-of-type(3) {
  width: 1.25rem;
  right: 10%;
  bottom: -5%;
}
.home .characteristic .conta > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .characteristic .conta > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .characteristic .conta > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .characteristic .conta > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .characteristic .conta > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .characteristic .conta > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .characteristic .conta > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .characteristic .conta > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .characteristic .conta > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .characteristic .conta > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .characteristic .conta > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .characteristic .conta > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .characteristic .conta > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .characteristic .conta > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .characteristic .conta > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .characteristic .conta > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .characteristic .conta > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .characteristic .conta > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .characteristic .conta > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .characteristic .conta > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .characteristic .conta > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .characteristic .conta > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .characteristic .conta > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .characteristic .conta > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .characteristic .conta > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .characteristic .conta > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .characteristic .conta > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .characteristic .conta > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .characteristic .conta > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .tech {
  padding: 0.8rem 0 2.16rem;
}
.home .tech .conta {
  display: flex;
  margin-top: 1.14rem;
}
.home .tech .conta .item {
  --jd: 180deg;
  --sb: 0;
  --ed: 70.85%;
  --sc: #00C4E7;
  --bc: #22BBB240;
  --blur: 20px;
  height: 4.7rem;
  flex: 1;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  box-shadow: 0 2px var(--blur) 0 var(--bc);
}
.home .tech .conta .item .box {
  position: relative;
  padding: 0.25rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--jd), var(--sc) var(--sb), transparent var(--ed));
  transition: all 0.3s;
}
.home .tech .conta .item .box h4 {
  font-family: p_Bold;
  color: #fff;
  transition: color 0.3s;
}
.home .tech .conta .item .box .min {
  width: calc(100% - 0.5rem);
  color: #fff;
  margin-top: 0.3rem;
  text-align: justify;
  position: absolute;
  right: 0.25rem;
  top: 14%;
  transition: all 0.3s;
  font-family: p_Bold;
}
.home .tech .conta .item .box .big {
  width: calc(100% - 0.5rem);
  color: #426B90;
  margin-top: 0.3rem;
  position: absolute;
  left: 100%;
  top: 14%;
  transition: all 0.3s;
  font-family: p_Bold;
}
.home .tech .conta .item .box a {
  width: 3.27rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
  background-color: var(--themeColor);
  border-radius: 0.3rem;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.home .tech .conta .item .box a:hover {
  transition-delay: 0s !important;
  transform: translateX(-50%) translateY(-3px);
}
.home .tech .conta .item + .item {
  margin-left: 0.2rem;
}
.home .tech .conta .item:nth-child(2) {
  --bc: #448BCD40;
  --sc: #07B5FF;
}
.home .tech .conta .item:nth-child(3) {
  --bc: #1465AF40;
  --sc: #0075FF;
}
.home .tech .conta .item:nth-child(4) {
  --bc: #2379C940;
  --sc: #656BFF;
}
.home .tech .conta .item:nth-child(5) {
  --bc: #486ED040;
  --sc: #7DC1FF;
}
.home .tech .conta .item:last-child,
.home .tech .conta .item:hover {
  flex: 2.8;
  --jd: 240.03deg;
  --sb: 8.26%;
  --ed: 92.06%;
  --blur: 30px;
}
.home .tech .conta .item:last-child .box,
.home .tech .conta .item:hover .box {
  padding: 0.25rem 0.48rem;
}
.home .tech .conta .item:last-child .box h4,
.home .tech .conta .item:hover .box h4 {
  color: #426B90;
}
.home .tech .conta .item:last-child .box .min,
.home .tech .conta .item:hover .box .min {
  width: calc(100% - 0.96rem);
  right: 100%;
}
.home .tech .conta .item:last-child .box .big,
.home .tech .conta .item:hover .box .big {
  width: calc(100% - 0.96rem);
  left: 0.48rem;
}
.home .tech .conta .item:last-child .box a,
.home .tech .conta .item:hover .box a {
  transition-delay: 0.25s;
  opacity: 1;
}
.home .tech .conta .item:last-child .box a:hover,
.home .tech .conta .item:hover .box a:hover {
  transition-delay: 0s;
}
.home .tech .conta:has(.item:not(:last-child):hover) .item:last-child {
  flex: 1;
  --jd: 180deg;
  --sb: 0;
  --ed: 70.85%;
  --blur: 20px;
}
.home .tech .conta:has(.item:not(:last-child):hover) .item:last-child .box h4 {
  color: #fff;
}
.home .tech .conta:has(.item:not(:last-child):hover) .item:last-child .box .min {
  width: calc(100% - 0.5rem);
  right: 0.25rem;
}
.home .tech .conta:has(.item:not(:last-child):hover) .item:last-child .box .big {
  left: 100%;
}
.home .tech .conta:has(.item:not(:last-child):hover) .item:last-child .box a {
  transition: all 0.1s;
  opacity: 0;
}
.home .tech .conta > *:nth-child(1) {
  animation-delay: 0.13s;
}
.home .tech .conta > *:nth-child(2) {
  animation-delay: 0.26s;
}
.home .tech .conta > *:nth-child(3) {
  animation-delay: 0.39s;
}
.home .tech .conta > *:nth-child(4) {
  animation-delay: 0.52s;
}
.home .tech .conta > *:nth-child(5) {
  animation-delay: 0.65s;
}
.home .tech .conta > *:nth-child(6) {
  animation-delay: 0.78s;
}
.home .tech .conta > *:nth-child(7) {
  animation-delay: 0.91s;
}
.home .tech .conta > *:nth-child(8) {
  animation-delay: 1.04s;
}
.home .tech .conta > *:nth-child(9) {
  animation-delay: 1.17s;
}
.home .tech .conta > *:nth-child(10) {
  animation-delay: 1.3s;
}
.home .tech .conta > *:nth-child(11) {
  animation-delay: 1.43s;
}
.home .tech .conta > *:nth-child(12) {
  animation-delay: 1.56s;
}
.home .tech .conta > *:nth-child(13) {
  animation-delay: 1.69s;
}
.home .tech .conta > *:nth-child(14) {
  animation-delay: 1.82s;
}
.home .tech .conta > *:nth-child(15) {
  animation-delay: 1.95s;
}
.home .tech .conta > *:nth-child(16) {
  animation-delay: 2.08s;
}
.home .tech .conta > *:nth-child(17) {
  animation-delay: 2.21s;
}
.home .tech .conta > *:nth-child(18) {
  animation-delay: 2.34s;
}
.home .tech .conta > *:nth-child(19) {
  animation-delay: 2.47s;
}
.home .tech .conta > *:nth-child(20) {
  animation-delay: 2.6s;
}
.home .tech .conta > *:nth-child(21) {
  animation-delay: 2.73s;
}
.home .tech .conta > *:nth-child(22) {
  animation-delay: 2.86s;
}
.home .tech .conta > *:nth-child(23) {
  animation-delay: 2.99s;
}
.home .tech .conta > *:nth-child(24) {
  animation-delay: 3.12s;
}
.home .tech .conta > *:nth-child(25) {
  animation-delay: 3.25s;
}
.home .tech .conta > *:nth-child(26) {
  animation-delay: 3.38s;
}
.home .tech .conta > *:nth-child(27) {
  animation-delay: 3.51s;
}
.home .tech .conta > *:nth-child(28) {
  animation-delay: 3.64s;
}
.home .tech .conta > *:nth-child(29) {
  animation-delay: 3.77s;
}
.home .service {
  background-image: url(../image/home_service_bac.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.9rem 0 1.82rem;
}
.home .service .conta {
  margin-top: 1.86rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .service .conta .right,
.home .service .conta .left {
  width: 28%;
}
.home .service .conta .right .item,
.home .service .conta .left .item {
  display: flex;
  align-items: flex-start;
}
.home .service .conta .right .item .img,
.home .service .conta .left .item .img {
  width: 1.2rem;
  position: relative;
}
.home .service .conta .right .item .img img,
.home .service .conta .left .item .img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.home .service .conta .right .item .img::after,
.home .service .conta .left .item .img::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(273.18deg, #FFFFFF -1.83%, #D3ECFF 97.33%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.home .service .conta .right .item .text,
.home .service .conta .left .item .text {
  flex: 1;
  margin-left: 0.15rem;
  margin-top: 0.1rem;
}
.home .service .conta .right .item .text h4,
.home .service .conta .left .item .text h4 {
  font-family: p_Bold;
  color: #262A47;
}
.home .service .conta .right .item .text ul,
.home .service .conta .left .item .text ul {
  padding-left: 0.15rem;
}
.home .service .conta .right .item .text ul li,
.home .service .conta .left .item .text ul li {
  color: #616B90;
}
.home .service .conta .right .item .text ul li::marker,
.home .service .conta .left .item .text ul li::marker {
  content: "◆";
  color: var(--themeColor);
}
.home .service .conta .right .item + .item,
.home .service .conta .left .item + .item {
  margin-top: 1rem;
}
.home .service .conta .center {
  flex: 1;
  margin: 0 0.3rem;
}
.home .service .conta .center img {
  width: 100%;
}
.home .pp {
  background-color: #f7f9ff;
  padding: 0.7rem 0 1.7rem;
}
.home .pp > .container > p {
  margin: 0.4rem auto;
  color: #616B90;
}
.home .pp .sws {
  overflow: hidden;
}
.home .pp .sws .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.home .pp .sws .swiper .swiper-slide {
  background: #fff;
  box-shadow: 0px 4px 20px 0px #0000000F;
  border-radius: 0.1rem;
  height: 1.3rem;
}
.home .pp .sws .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.1rem;
}
.home .pp .sws .swiper + .swiper {
  margin-top: 0.2rem;
}
/* 产品中心 */
.product .banner {
  position: relative;
}
.product .banner img {
  width: 100%;
}
.product .banner .text {
  position: absolute;
  left: var(--container_margin);
  top: 50%;
  transform: translateY(-50%);
}
.product .banner .text h1 {
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: p_Bold;
}
.product .banner .text h1 span {
  padding: 0 0.2rem;
  margin-left: 0.1rem;
  color: #fff;
  background: linear-gradient(84deg, #00CFF3 0%, #8455FF 66%);
  border-radius: 0.1rem;
  line-height: 1.4;
  font-family: auto;
}
.product .banner .text p {
  margin: 0.1rem 0 0.5rem;
  color: #616B90;
  font-family: p_Medium;
}
.product .banner .text .btns {
  display: flex;
}
.product .banner .text .btns .btn {
  line-height: 0.58rem;
  border-radius: 0.3rem;
  padding: 0 0.6rem;
  border: 1px solid var(--themeColor);
  background-color: var(--themeColor);
  color: #fff;
  font-family: p_Heavy;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}
.product .banner .text .btns .btn:hover {
  transform: translateY(-3px);
}
.product .banner .text .btns .btn + .btn {
  margin-left: 0.25rem;
  background-color: #fff;
  color: var(--themeColor);
}
.product .banner .product_banner_right {
  width: 36%;
  position: absolute;
  right: var(--container_margin);
  top: 50%;
  transform: translateY(-50%);
}
.product .contss {
  --container: 13rem;
  margin: 0.9rem auto;
  position: relative;
}
.product .contss .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1.5rem;
}
.product .contss .item .left {
  width: 50%;
  position: relative;
  padding-top: 1rem;
  animation-delay: 0.5s;
}
.product .contss .item .left h3 {
  line-height: 1.2;
  color: var(--themeColor);
  font-family: p_Bold;
}
.product .contss .item .left h4 {
  line-height: 1.2;
  font-family: p_Medium;
  font-weight: 400;
}
.product .contss .item .left ul {
  margin: 0.35rem 0 0.5rem;
}
.product .contss .item .left ul li {
  line-height: 1.3;
  padding-left: 0.5rem;
  position: relative;
}
.product .contss .item .left ul li::before {
  content: "";
  width: 0.42rem;
  height: 0.37rem;
  background-image: url(../image/solution_pt_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product .contss .item .left ul li h4 {
  color: #262A47;
}
.product .contss .item .left ul li p {
  color: #616B90;
}
.product .contss .item .left ul li + li {
  margin-top: 0.3rem;
}
.product .contss .item .left .tags {
  width: 40%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.15rem 0.2rem;
}
.product .contss .item .left .tags p {
  width: max-content;
  display: flex;
  align-items: center;
  color: #616B90;
  white-space: nowrap;
}
.product .contss .item .left .tags p img {
  width: 0.23rem;
  margin-right: 0.15rem;
}
.product .contss .item .left a {
  width: max-content;
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  color: #fff;
  background-color: var(--themeColor);
  line-height: 0.6rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
}
.product .contss .item .left a:hover {
  transform: translateY(-3px);
}
.product .contss .item .left .num {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.6rem;
  height: 1rem;
  overflow: hidden;
}
.product .contss .item .left .num span {
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 0.8rem;
  border-radius: 50%;
  background-color: var(--themeColor);
  border: 0.1rem solid #9BC9FF;
  color: #fff;
  padding-left: 25%;
  font-weight: bold;
}
.product .contss .item .right {
  width: 45%;
  animation-delay: 0.5s;
}
.product .contss .item .right h2 {
  color: rgba(38, 42, 71, 0.2);
  margin-bottom: 0.4rem;
  line-height: 1rem;
  font-family: p_Bold;
}
.product .contss .item .right img {
  width: 100%;
}
.product .contss .item::before,
.product .contss .item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #DBE3EC;
  position: absolute;
  left: 50%;
  top: 0;
}
.product .contss .item::before {
  height: 0;
  transition: all 2s linear;
  background-color: var(--themeColor);
  z-index: 9;
}
.product .contss .item:nth-child(even) {
  flex-direction: row-reverse;
}
.product .contss .item:nth-child(even) .left {
  padding-left: 0.8rem;
}
.product .contss .item:nth-child(even) .left .num {
  right: auto;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
.product .contss .item:nth-child(even) .left .num span {
  flex-shrink: 0;
  text-align: center;
}
.product .contss .item:nth-child(even) .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product .contss .item:nth-child(even) .right h2 {
  text-align: right;
}
.product .contss .item.active::before {
  height: 100%;
}
.product .contss .item:nth-child(3) .right img,
.product .contss .item:nth-child(4) .right img,
.product .contss .item:nth-child(5) .right img,
.product .contss .item:nth-child(6) .right img {
  width: 110%;
}
.product .contss .after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: var(--themeColor);
}
/* 新闻 */
.news {
  background-color: #F3F3F3;
}
.news .banner {
  position: relative;
}
.news .banner h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-family: p_Bold;
  white-space: nowrap;
}
.news .tab {
  display: flex;
  justify-content: center;
  margin: 0.9rem auto;
}
.news .tab a {
  line-height: 0.44rem;
  border-radius: 0.2rem;
  padding: 0 0.3rem;
  font-family: p_Bold;
}
.news .tab a + a {
  margin-left: 0.3rem;
}
.news .tab a.active {
  background-color: var(--themeColor);
  color: #fff;
}
.news .list a {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.24rem;
  display: flex;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.news .list a .img {
  width: 30%;
  margin-right: 0.3rem;
  position: relative;
  overflow: hidden;
}
.news .list a .img::after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.news .list a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.news .list a .right {
  width: 66%;
}
.news .list a h2 {
  margin-bottom: 0.07rem;
  font-family: p_Bold;
}
.news .list a h2,
.news .list a p {
  transition: all 0.3s;
}
.news .list a .btm {
  display: flex;
  margin-top: 0.35rem;
}
.news .list a .btm .item i,
.news .list a .btm .item span {
  transition: all 0.3s;
  color: #616B90;
}
.news .list a .btm .item + .item {
  margin-left: 0.1rem;
}
.news .list a + a {
  margin-top: 0.4rem;
}
.news .list a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: 0.1rem;
  height: 100%;
  background-color: var(--themeColor);
  transition: all 0.3s;
}
.news .list a:hover {
  box-shadow: 0px 4px 20px 0px rgba(161, 165, 175, 0.15);
  transform: translateY(-0.02rem);
}
.news .list a:hover * {
  color: var(--themeColor) !important;
}
.news .list a:hover::after {
  left: 0;
}
/* 新闻详情 */
.newsInfo {
  background-color: #F8F9FA;
}
.newsInfo .cont_box {
  --container: 11.97rem;
  margin-top: calc(var(--headerHeight) + 0.5rem);
}
.newsInfo .cont_box .tops_link {
  color: #666;
  margin: 0.3rem 0 0.3rem;
}
.newsInfo .cont_box .tops_link a {
  color: #666;
}
.newsInfo .cont_box .wrap {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.newsInfo .cont_box .wrap .date,
.newsInfo .cont_box .wrap h3 {
  text-align: center;
}
.newsInfo .cont_box .wrap .date {
  color: #666;
  margin: 0.2rem auto 0.5rem;
}
.newsInfo .cont_box .wrap .rich ul li span {
  color: var(--themeColor);
}
.newsInfo .cont_box .wrap .rich ul li p {
  color: #666;
}
.newsInfo .cont_box .wrap .rich ul li + li {
  margin-top: 0.3rem;
}
.newsInfo .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;
}
.newsInfo .cont_box .wrap .btmss a {
  color: #999;
  display: flex;
}
.newsInfo .cont_box .wrap .btmss a span {
  max-width: 1.5rem;
}
.newsInfo .cont_box .wrap .btmss a:first-child::before {
  font-family: "iconfont";
  content: "\e636";
  font-size: 0.15rem;
}
.newsInfo .cont_box .wrap .btmss a:last-child::after {
  font-family: "iconfont";
  content: "\e634";
  font-size: 0.15rem;
}
.newsInfo .cont_box .wrap .btmss a:hover {
  color: var(--themeColor);
}
.newsInfo .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;
}
.newsInfo .cont_box .wrap .back::before {
  margin-bottom: 0.1rem;
}
.newsInfo .cont_box .wrap .back:hover {
  color: #fff;
  background-color: var(--themeColor);
}
/* 关于我们 */
.about {
  /* 公司介绍 */
  /* 发展历程 */
  /* 荣誉资质 */
  /* 企业使命&企业价值观 */
}
.about .banner {
  position: relative;
}
.about .banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.about .banner .text h1 {
  width: 100%;
  white-space: nowrap;
  font-family: p_Bold;
}
.about .banner .text h2 {
  width: 100%;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: center;
  font-family: p_Medium;
}
.about .banner .text h2 span + span {
  margin-left: 0.2rem;
}
.about .tiss {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 900;
}
.about .tiss span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  color: var(--themeColor);
  top: -0.3rem;
}
.about .tiss::before,
.about .tiss::after {
  content: "\e648";
  font-family: "iconfont";
  color: var(--themeColor);
  margin: 0 0.1rem;
  font-weight: 500;
}
.about .tiss::after {
  transform: rotateY(180deg);
}
.about .js {
  margin-top: 1rem;
}
.about .js .cont {
  display: flex;
  margin-top: 1rem;
}
.about .js .cont .left {
  width: 45%;
  margin-right: 0.5rem;
}
.about .js .cont .left img {
  width: 100%;
}
.about .js .cont .right {
  flex: 1;
}
.about .js .cont .right h3 {
  font-weight: bold;
  margin-bottom: 0.3rem;
  position: relative;
  margin-top: 0.25rem;
}
.about .js .cont .right h3::after {
  content: attr(ata);
  position: absolute;
  left: 10%;
  top: 0;
  transform: translateY(-30%);
  font-size: 0.7rem;
  color: #0C7BFF;
  opacity: 0.1;
  line-height: 1;
}
.about .js .cont .right .rich * {
  color: #616B90;
  line-height: 1.8;
  text-align: justify;
}
.about .js .cont .right .rich p + p {
  margin-top: 2em;
}
.about .history {
  margin-top: 0.9rem;
  padding: 0.8rem 0 1.7rem;
  background: #F2F5F9;
}
.about .history .cont .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.about .history .cont .top .num {
  font-weight: bold;
  font-family: p_Heavy;
  color: rgba(97, 107, 144, 0.12);
  letter-spacing: 0;
  line-height: 1.3;
  display: flex;
}
.about .history .cont .top .iconfont {
  cursor: pointer;
  color: rgba(97, 107, 144, 0.3);
}
.about .history .cont .top .iconfont:hover {
  color: var(--themeColor);
}
.about .history .cont .top .texts {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.about .history .cont .top .texts div {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.12rem;
  text-align: center;
  padding: 0.45rem 0.75rem;
  display: none;
}
.about .history .cont .top .texts div.active {
  display: block;
}
.about .history .cont .btm {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 0.3rem;
  margin-top: 1.55rem;
}
.about .history .cont .btm::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C2D3DA;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.about .history .cont .btm div {
  position: relative;
  z-index: 2;
  transform: translateY(-0.095rem);
}
.about .history .cont .btm div span {
  color: #616B90;
  font-weight: 200;
}
.about .history .cont .btm div span:first-child {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 1px solid #C2D3DA;
  background-color: #fff;
}
.about .history .cont .btm div span:last-child {
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translateX(-50%);
}
.about .history .cont .btm div.active span {
  color: #262A47;
}
.about .history .cont .btm div.active span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .history .cont .btm div.active span:first-child::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #000;
}
.about .history .cont .btm div.active span:last-child {
  top: auto;
  bottom: 200%;
}
.about .hroe {
  padding: 1rem 0;
}
.about .hroe .swiper {
  overflow: hidden;
  margin-top: 1.2rem;
  padding: 15px;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(1) {
  animation-delay: 0.13s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(2) {
  animation-delay: 0.26s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(3) {
  animation-delay: 0.39s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(4) {
  animation-delay: 0.52s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(5) {
  animation-delay: 0.65s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(6) {
  animation-delay: 0.78s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(7) {
  animation-delay: 0.91s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(8) {
  animation-delay: 1.04s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(9) {
  animation-delay: 1.17s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(10) {
  animation-delay: 1.3s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(11) {
  animation-delay: 1.43s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(12) {
  animation-delay: 1.56s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(13) {
  animation-delay: 1.69s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(14) {
  animation-delay: 1.82s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(15) {
  animation-delay: 1.95s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(16) {
  animation-delay: 2.08s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(17) {
  animation-delay: 2.21s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(18) {
  animation-delay: 2.34s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(19) {
  animation-delay: 2.47s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(20) {
  animation-delay: 2.6s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(21) {
  animation-delay: 2.73s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(22) {
  animation-delay: 2.86s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(23) {
  animation-delay: 2.99s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(24) {
  animation-delay: 3.12s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(25) {
  animation-delay: 3.25s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(26) {
  animation-delay: 3.38s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(27) {
  animation-delay: 3.51s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(28) {
  animation-delay: 3.64s;
}
.about .hroe .swiper .swiper-wrapper > *:nth-child(29) {
  animation-delay: 3.77s;
}
.about .hroe .swiper .swiper-slide {
  background: #F4F4F4;
  border-radius: 0.1rem;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  overflow: hidden;
}
.about .hroe .swiper .swiper-slide img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
.about .hroe .swiper .swiper-slide p {
  color: #616B90;
  white-space: nowrap;
}
.about .hroe .swiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 0.16rem;
  position: absolute;
  left: 0;
  bottom: -0.16rem;
  background-color: var(--themeColor);
  transition: all 0.3s;
}
.about .hroe .swiper .swiper-slide:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.about .hroe .swiper .swiper-slide:hover::after {
  bottom: 0;
}
.about .hroe .swiper .swiper-slide > *:nth-child(1) {
  animation-delay: 0.13s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(2) {
  animation-delay: 0.26s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(3) {
  animation-delay: 0.39s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(4) {
  animation-delay: 0.52s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(5) {
  animation-delay: 0.65s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(6) {
  animation-delay: 0.78s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(7) {
  animation-delay: 0.91s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(8) {
  animation-delay: 1.04s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(9) {
  animation-delay: 1.17s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(10) {
  animation-delay: 1.3s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(11) {
  animation-delay: 1.43s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(12) {
  animation-delay: 1.56s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(13) {
  animation-delay: 1.69s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(14) {
  animation-delay: 1.82s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(15) {
  animation-delay: 1.95s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(16) {
  animation-delay: 2.08s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(17) {
  animation-delay: 2.21s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(18) {
  animation-delay: 2.34s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(19) {
  animation-delay: 2.47s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(20) {
  animation-delay: 2.6s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(21) {
  animation-delay: 2.73s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(22) {
  animation-delay: 2.86s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(23) {
  animation-delay: 2.99s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(24) {
  animation-delay: 3.12s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(25) {
  animation-delay: 3.25s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(26) {
  animation-delay: 3.38s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(27) {
  animation-delay: 3.51s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(28) {
  animation-delay: 3.64s;
}
.about .hroe .swiper .swiper-slide > *:nth-child(29) {
  animation-delay: 3.77s;
}
.about .hroe .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.7rem;
}
.about .hroe .btns .num {
  margin: 0 0.5rem;
}
.about .hroe .btns .num span:first-child {
  color: #262A47;
  font-weight: bold;
}
.about .hroe .btns .num span:last-child {
  color: #666666;
}
.about .hroe .btns .iconfont {
  background-color: #eee;
  width: 0.57rem;
  line-height: 0.57rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.about .hroe .btns .iconfont:hover {
  background-color: var(--themeColor);
  color: #fff;
}
.about .sm {
  padding: 0.8rem 0;
  background: #F2F5F9;
}
.about .sm .sf {
  position: relative;
  margin: 0.5rem 0 0.7rem;
}
.about .sm .sf h2 {
  font-family: p_Heavy;
  position: absolute;
  color: #fff;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.about .sm .sl {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
}
.about .sm .sl div {
  width: 2.26rem;
  height: 2.26rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 0.1rem;
  border: 4px solid transparent;
  transition: all 0.3s;
}
.about .sm .sl div:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-color: var(--themeColor);
}
.about .sm .sl > *:nth-child(1) {
  animation-delay: 0.13s;
}
.about .sm .sl > *:nth-child(2) {
  animation-delay: 0.26s;
}
.about .sm .sl > *:nth-child(3) {
  animation-delay: 0.39s;
}
.about .sm .sl > *:nth-child(4) {
  animation-delay: 0.52s;
}
.about .sm .sl > *:nth-child(5) {
  animation-delay: 0.65s;
}
.about .sm .sl > *:nth-child(6) {
  animation-delay: 0.78s;
}
.about .sm .sl > *:nth-child(7) {
  animation-delay: 0.91s;
}
.about .sm .sl > *:nth-child(8) {
  animation-delay: 1.04s;
}
.about .sm .sl > *:nth-child(9) {
  animation-delay: 1.17s;
}
.about .sm .sl > *:nth-child(10) {
  animation-delay: 1.3s;
}
.about .sm .sl > *:nth-child(11) {
  animation-delay: 1.43s;
}
.about .sm .sl > *:nth-child(12) {
  animation-delay: 1.56s;
}
.about .sm .sl > *:nth-child(13) {
  animation-delay: 1.69s;
}
.about .sm .sl > *:nth-child(14) {
  animation-delay: 1.82s;
}
.about .sm .sl > *:nth-child(15) {
  animation-delay: 1.95s;
}
.about .sm .sl > *:nth-child(16) {
  animation-delay: 2.08s;
}
.about .sm .sl > *:nth-child(17) {
  animation-delay: 2.21s;
}
.about .sm .sl > *:nth-child(18) {
  animation-delay: 2.34s;
}
.about .sm .sl > *:nth-child(19) {
  animation-delay: 2.47s;
}
.about .sm .sl > *:nth-child(20) {
  animation-delay: 2.6s;
}
.about .sm .sl > *:nth-child(21) {
  animation-delay: 2.73s;
}
.about .sm .sl > *:nth-child(22) {
  animation-delay: 2.86s;
}
.about .sm .sl > *:nth-child(23) {
  animation-delay: 2.99s;
}
.about .sm .sl > *:nth-child(24) {
  animation-delay: 3.12s;
}
.about .sm .sl > *:nth-child(25) {
  animation-delay: 3.25s;
}
.about .sm .sl > *:nth-child(26) {
  animation-delay: 3.38s;
}
.about .sm .sl > *:nth-child(27) {
  animation-delay: 3.51s;
}
.about .sm .sl > *:nth-child(28) {
  animation-delay: 3.64s;
}
.about .sm .sl > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 价格套餐 */
.service {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.service .banner {
  margin: 2.34rem auto 0.95rem;
  text-align: center;
}
.service .banner h1 {
  color: #283489;
}
.service .banner p {
  color: #616B90;
}
.service .tab {
  display: flex;
  justify-content: center;
}
.service .tab div {
  line-height: 0.63rem;
  border-radius: 0.6rem;
  padding: 0 0.33rem;
  cursor: pointer;
}
.service .tab div.active {
  background-color: var(--themeColor);
  color: #fff;
}
.service .swiper {
  margin: 0.36rem auto 0.5rem;
}
.service .swiper .swiper-slide .container {
  box-shadow: 0px 10px 50px 0px rgba(108, 121, 152, 0.17);
  border-radius: 0.2rem;
  padding: 0.4rem;
  background-color: #fff;
}
.service .swiper .swiper-slide .container img {
  width: 100%;
}
/* 解决方案 */
.solution {
  /* 合作品牌 */
  /* 支持服务 */
  /* 立即体验 */
}
.solution .banner {
  position: relative;
}
.solution .banner img {
  width: 100%;
}
.solution .banner .container {
  position: absolute;
  left: var(--container_margin);
  right: var(--container_margin);
  bottom: 0.36rem;
  display: flex;
  align-items: center;
}
.solution .banner .container .left {
  flex: 1;
}
.solution .banner .container .left h2 {
  color: #262A47;
}
.solution .banner .container .left p {
  color: #616B90;
  margin: 0.36rem 0 0.72rem;
}
.solution .banner .container .left a {
  width: max-content;
  background-color: var(--themeColor);
  color: #fff;
  text-align: center;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  display: block;
  box-shadow: 0px 4px 12px 0px rgba(50, 109, 181, 0.67);
  padding: 0 1.23rem;
  font-family: p_Heavy;
  font-weight: 400;
  transition: all 0.3s;
}
.solution .banner .container .left a:hover {
  transform: translateY(-3px);
}
.solution .banner .container .right {
  width: 50%;
  background-color: #fff;
  padding: 0.3rem;
  box-shadow: 0px 4px 20px 0px rgba(55, 91, 160, 0.25);
  border-radius: 0.17rem;
  margin-left: 0.74rem;
}
.solution .banner .container .right .logoas {
  width: 1.45rem;
  transform: translateY(-0.1rem);
}
.solution .banner .container .right .logoas img {
  width: 100%;
}
.solution .banner .container .right > img {
  width: 100%;
  border-radius: 0 0 0.2rem 0.2rem;
}
.solution .tiss {
  text-align: center;
}
.solution .tiss h2 {
  color: #262A47;
  font-family: p_Bold;
}
.solution .tiss p {
  color: #616B90;
}
.solution .pt {
  padding: 0.8rem 0 1.1rem;
  background-image: url(../image/solution_bg.png), url(../image/solution_bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-size: auto 80%, auto 80%;
  background-position: left top, right bottom;
}
.solution .pt .tab {
  display: flex;
  justify-content: center;
  margin: 0.7rem 0 0.5rem;
}
.solution .pt .tab div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.46rem;
  height: 1.46rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.solution .pt .tab div img:first-child {
  width: 0.4rem;
}
.solution .pt .tab div span {
  margin-top: 0.22rem;
  transition: all 0.3s;
}
.solution .pt .tab div img:last-child {
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  position: absolute;
  bottom: -0.02rem;
  right: -0.3rem;
  transform: rotateZ(-30deg);
  transition: all 0.3s;
}
.solution .pt .tab div::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #ECF6FF 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.solution .pt .tab div + div {
  margin-left: 0.1rem;
}
.solution .pt .tab div:hover span,
.solution .pt .tab div.active span {
  color: var(--themeColor);
}
.solution .pt .tab div:hover img:last-child,
.solution .pt .tab div.active img:last-child {
  opacity: 0.3;
}
.solution .pt .tab div:hover::after,
.solution .pt .tab div.active::after {
  opacity: 1;
}
.solution .pt .tab > *:nth-child(1) {
  animation-delay: 0.13s;
}
.solution .pt .tab > *:nth-child(2) {
  animation-delay: 0.26s;
}
.solution .pt .tab > *:nth-child(3) {
  animation-delay: 0.39s;
}
.solution .pt .tab > *:nth-child(4) {
  animation-delay: 0.52s;
}
.solution .pt .tab > *:nth-child(5) {
  animation-delay: 0.65s;
}
.solution .pt .tab > *:nth-child(6) {
  animation-delay: 0.78s;
}
.solution .pt .tab > *:nth-child(7) {
  animation-delay: 0.91s;
}
.solution .pt .tab > *:nth-child(8) {
  animation-delay: 1.04s;
}
.solution .pt .tab > *:nth-child(9) {
  animation-delay: 1.17s;
}
.solution .pt .tab > *:nth-child(10) {
  animation-delay: 1.3s;
}
.solution .pt .tab > *:nth-child(11) {
  animation-delay: 1.43s;
}
.solution .pt .tab > *:nth-child(12) {
  animation-delay: 1.56s;
}
.solution .pt .tab > *:nth-child(13) {
  animation-delay: 1.69s;
}
.solution .pt .tab > *:nth-child(14) {
  animation-delay: 1.82s;
}
.solution .pt .tab > *:nth-child(15) {
  animation-delay: 1.95s;
}
.solution .pt .tab > *:nth-child(16) {
  animation-delay: 2.08s;
}
.solution .pt .tab > *:nth-child(17) {
  animation-delay: 2.21s;
}
.solution .pt .tab > *:nth-child(18) {
  animation-delay: 2.34s;
}
.solution .pt .tab > *:nth-child(19) {
  animation-delay: 2.47s;
}
.solution .pt .tab > *:nth-child(20) {
  animation-delay: 2.6s;
}
.solution .pt .tab > *:nth-child(21) {
  animation-delay: 2.73s;
}
.solution .pt .tab > *:nth-child(22) {
  animation-delay: 2.86s;
}
.solution .pt .tab > *:nth-child(23) {
  animation-delay: 2.99s;
}
.solution .pt .tab > *:nth-child(24) {
  animation-delay: 3.12s;
}
.solution .pt .tab > *:nth-child(25) {
  animation-delay: 3.25s;
}
.solution .pt .tab > *:nth-child(26) {
  animation-delay: 3.38s;
}
.solution .pt .tab > *:nth-child(27) {
  animation-delay: 3.51s;
}
.solution .pt .tab > *:nth-child(28) {
  animation-delay: 3.64s;
}
.solution .pt .tab > *:nth-child(29) {
  animation-delay: 3.77s;
}
.solution .pt .swiper {
  overflow: hidden;
}
.solution .pt .swiper .swiper-slide .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.solution .pt .swiper .swiper-slide .container .left {
  flex: 1;
}
.solution .pt .swiper .swiper-slide .container .left li {
  line-height: 1.3;
  padding-left: 0.5rem;
  position: relative;
}
.solution .pt .swiper .swiper-slide .container .left li::before {
  content: "";
  width: 0.42rem;
  height: 0.37rem;
  background-image: url(../image/solution_pt_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.solution .pt .swiper .swiper-slide .container .left li h4 {
  color: #262A47;
}
.solution .pt .swiper .swiper-slide .container .left li p {
  color: #616B90;
}
.solution .pt .swiper .swiper-slide .container .left li + li {
  margin-top: 0.3rem;
}
.solution .pt .swiper .swiper-slide .container .right {
  width: 50%;
  margin-left: 0.2rem;
}
.solution .pt .swiper .swiper-slide .container .right img {
  width: 100%;
}
.solution .jj {
  padding: 0.8rem 0 1.1rem;
  background-color: #F2F5F9;
}
.solution .jj .cont {
  display: flex;
  padding: 0 1rem;
  margin-top: 0.5rem;
}
.solution .jj .cont .left {
  width: 72%;
  margin-right: 0.5rem;
}
.solution .jj .cont .left .img {
  background-color: #E0EEFF;
  padding: 0.2rem;
  border-radius: 0.1rem;
}
.solution .jj .cont .left .img img {
  width: 100%;
}
.solution .jj .cont .left ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.solution .jj .cont .left ul li {
  border: 1px solid var(--themeColor);
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0.15rem 0;
  cursor: pointer;
  transition: all 0.3s;
}
.solution .jj .cont .left ul li img {
  width: 0.25rem;
}
.solution .jj .cont .left ul li h4 {
  color: var(--themeColor);
  line-height: 1;
  margin: 0.1rem 0;
  transition: all 0.3s;
}
.solution .jj .cont .left ul li p {
  color: #616B90;
  line-height: 1;
  transition: all 0.3s;
}
.solution .jj .cont .left ul li + li {
  margin-left: 0.16rem;
}
.solution .jj .cont .left ul li:hover {
  background-color: var(--themeColor);
}
.solution .jj .cont .left ul li:hover img {
  filter: brightness(100);
}
.solution .jj .cont .left ul li:hover h4,
.solution .jj .cont .left ul li:hover p {
  color: #fff;
}
.solution .jj .cont .left ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.solution .jj .cont .left ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.solution .jj .cont .left ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.solution .jj .cont .left ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.solution .jj .cont .left ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.solution .jj .cont .left ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.solution .jj .cont .left ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.solution .jj .cont .left ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.solution .jj .cont .left ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.solution .jj .cont .left ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.solution .jj .cont .left ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.solution .jj .cont .left ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.solution .jj .cont .left ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.solution .jj .cont .left ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.solution .jj .cont .left ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.solution .jj .cont .left ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.solution .jj .cont .left ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.solution .jj .cont .left ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.solution .jj .cont .left ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.solution .jj .cont .left ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.solution .jj .cont .left ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.solution .jj .cont .left ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.solution .jj .cont .left ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.solution .jj .cont .left ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.solution .jj .cont .left ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.solution .jj .cont .left ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.solution .jj .cont .left ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.solution .jj .cont .left ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.solution .jj .cont .left ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.solution .jj .cont .right .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.solution .jj .cont .right .item .top {
  width: 1.27rem;
  position: relative;
  top: 0.5rem;
  z-index: 3;
}
.solution .jj .cont .right .item .btm {
  width: 3rem;
  padding: 0.73rem 0 0.16rem;
  text-align: center;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.solution .jj .cont .right .item .btm h4 {
  font-family: P_Medium;
  font-weight: 400;
}
.solution .jj .cont .right .item .btm p {
  color: #616B90;
}
.solution .jj .cont .right .item .btm img {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.solution .jj .cont .right .item .btm::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #F1F8FF 0%, #C9DEFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.solution .jj .cont .right .item:hover {
  transform: scale(1.05);
}
.solution .jj .cont .swiper {
  width: 100%;
}
.solution .mb {
  padding: 1.2rem 0 2.4rem;
}
.solution .mb .tiss {
  margin-bottom: 1.2rem;
}
.solution .mb .cont {
  overflow: hidden;
}
.solution .mb .cont .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.solution .mb .cont .swiper .swiper-wrapper .swiper-slide {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.solution .mb .cont .swiper .swiper-wrapper .swiper-slide > div {
  position: relative;
  padding-bottom: 60%;
}
.solution .mb .cont .swiper .swiper-wrapper .swiper-slide > div img {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.solution .mb .cont .swiper .swiper-wrapper .swiper-slide a {
  background: rgba(11, 11, 11, 0.5);
  line-height: 0.5rem;
  border: 1px solid #fff;
  border-radius: 0.1rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  padding: 0 0.25rem;
  opacity: 0;
  transition: all 0.3s;
}
.solution .mb .cont .swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}
.solution .mb .cont .swiper .swiper-wrapper .swiper-slide:hover a {
  opacity: 1;
}
.solution .mb .cont .swiper + .swiper {
  margin-top: 0.2rem;
}
.solution .case {
  padding: 0.7rem 0 0.88rem;
  background-image: linear-gradient(to right, #E9F3FF, #C3DBF8);
}
.solution .case .tiss {
  margin-bottom: 0.45rem;
}
.solution .case .container {
  display: flex;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solution .case .container .left {
  width: 2rem;
  background-color: var(--themeColor);
  line-height: 0.7rem;
}
.solution .case .container .left div {
  display: flex;
  padding-left: 0.3rem;
  color: #fff;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.solution .case .container .left div img {
  width: 0.32rem;
  filter: brightness(100);
  margin-right: 0.1rem;
  transition: all 0.3s;
}
.solution .case .container .left div.active {
  border-radius: 0.1rem 0 0 0.1rem;
  background-color: #fff;
  color: var(--themeColor);
  box-shadow: 0px 4px 0px 0px #2352CA;
}
.solution .case .container .left div.active img {
  filter: none;
}
.solution .case .container .right {
  flex: 1;
  background-color: #fff;
  background-image: url(../image/service_case_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  padding: 0.7rem 0.9rem;
}
.solution .case .container .right .item {
  display: none;
  justify-content: space-between;
}
.solution .case .container .right .item .fir {
  flex: 1;
  margin-right: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution .case .container .right .item .fir p {
  color: #616B90;
}
.solution .case .container .right .item .fir .num {
  color: var(--themeColor);
  line-height: 1;
}
.solution .case .container .right .item .fir .num span {
  font-family: p_Bold;
  font-weight: 600;
}
.solution .case .container .right .item .fir .num:first-of-type {
  margin-top: 0.8rem;
}
.solution .case .container .right .item .fir a {
  width: max-content;
  background-color: var(--themeColor);
  color: #fff;
  text-align: center;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  display: block;
  box-shadow: 0px 4px 12px 0px rgba(50, 109, 181, 0.67);
  padding: 0 1.23rem;
  font-family: p_Heavy;
  font-weight: 400;
}
.solution .case .container .right .item .img {
  width: 2.5rem;
  position: relative;
  z-index: 2;
}
.solution .case .container .right .item .img img:first-child {
  width: 100%;
  position: relative;
  z-index: 9;
}
.solution .case .container .right .item .img img:last-child {
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  width: 98%;
  height: 98%;
  object-fit: cover;
  left: 1%;
  top: 1%;
  z-index: -1;
}
.solution .case .container .right .item.active {
  display: flex;
}
.solution .group_tis {
  margin-bottom: 0.6rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.solution .group_tis h3 {
  color: #262A47;
  font-family: p_Bold;
  margin-bottom: 0.1rem;
}
.solution .group_tis span {
  display: block;
  margin-top: 0.2rem;
  color: #262A47;
  font-family: p_Medium;
  font-weight: 400;
  line-height: 1.3;
}
.solution .group_tis p {
  max-width: 7rem;
  color: #616B90;
  line-height: 1.5;
}
.solution .pp {
  background-image: url(../image/home_pp_ba.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.7rem 0 1.7rem;
}
.solution .pp > .container > p {
  margin: 0.4rem auto;
  color: #616B90;
}
.solution .pp .sws {
  overflow: hidden;
}
.solution .pp .sws .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.solution .pp .sws .swiper .swiper-slide {
  background: #fff;
  box-shadow: 0px 4px 20px 0px #0000000F;
  border-radius: 0.1rem;
  height: 1.3rem;
}
.solution .pp .sws .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.1rem;
}
.solution .pp .sws .swiper + .swiper {
  margin-top: 0.2rem;
}
.solution .zc {
  padding: 0.8rem 0 1.2rem;
}
.solution .zc .container {
  margin-top: 0.3rem;
  display: flex;
}
.solution .zc .container .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.solution .zc .container .swiper .iconfont {
  display: none;
  position: absolute;
  top: 18%;
  z-index: 999999998;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--themeColor);
  font-size: 16px;
  box-shadow: 4px 4px 10px rgba(161, 165, 175, 0.15);
}
.solution .zc .container .swiper .iconfont.icon-left {
  left: 10px;
}
.solution .zc .container .swiper .iconfont.icon-right {
  right: 10px;
}
.solution .zc .container .swiper .iconfont.swiper-button-disabled {
  opacity: 0.4;
}
.solution .zc .container .item {
  flex: 1;
}
.solution .zc .container .item img {
  width: 100%;
  transition: all 0.3s;
  border-radius: 10px;
}
.solution .zc .container .item img:hover {
  transform: scale(1.05);
}
.solution .zc .container .item h5 {
  margin: 0.2rem 0 0.1rem;
}
.solution .zc .container .item h5 span {
  color: var(--themeColor);
}
.solution .zc .container .item p {
  color: #616B90;
  min-height: 7em;
  overflow: hidden;
}
.solution .zc .container .item div {
  margin: 0.4rem 0;
}
.solution .zc .container .item a {
  background-color: var(--themeColor);
  line-height: 0.4rem;
  color: #fff;
  display: block;
  padding: 0 0.2rem;
  width: max-content;
  border-radius: 0.2rem;
  transition: all 0.3s;
}
.solution .zc .container .item a:hover {
  transform: translateY(-3px);
}
.solution .zc .container .item + .item {
  margin-left: 0.8rem;
}
.solution .zc .container > *:nth-child(1) {
  animation-delay: 0.13s;
}
.solution .zc .container > *:nth-child(2) {
  animation-delay: 0.26s;
}
.solution .zc .container > *:nth-child(3) {
  animation-delay: 0.39s;
}
.solution .zc .container > *:nth-child(4) {
  animation-delay: 0.52s;
}
.solution .zc .container > *:nth-child(5) {
  animation-delay: 0.65s;
}
.solution .zc .container > *:nth-child(6) {
  animation-delay: 0.78s;
}
.solution .zc .container > *:nth-child(7) {
  animation-delay: 0.91s;
}
.solution .zc .container > *:nth-child(8) {
  animation-delay: 1.04s;
}
.solution .zc .container > *:nth-child(9) {
  animation-delay: 1.17s;
}
.solution .zc .container > *:nth-child(10) {
  animation-delay: 1.3s;
}
.solution .zc .container > *:nth-child(11) {
  animation-delay: 1.43s;
}
.solution .zc .container > *:nth-child(12) {
  animation-delay: 1.56s;
}
.solution .zc .container > *:nth-child(13) {
  animation-delay: 1.69s;
}
.solution .zc .container > *:nth-child(14) {
  animation-delay: 1.82s;
}
.solution .zc .container > *:nth-child(15) {
  animation-delay: 1.95s;
}
.solution .zc .container > *:nth-child(16) {
  animation-delay: 2.08s;
}
.solution .zc .container > *:nth-child(17) {
  animation-delay: 2.21s;
}
.solution .zc .container > *:nth-child(18) {
  animation-delay: 2.34s;
}
.solution .zc .container > *:nth-child(19) {
  animation-delay: 2.47s;
}
.solution .zc .container > *:nth-child(20) {
  animation-delay: 2.6s;
}
.solution .zc .container > *:nth-child(21) {
  animation-delay: 2.73s;
}
.solution .zc .container > *:nth-child(22) {
  animation-delay: 2.86s;
}
.solution .zc .container > *:nth-child(23) {
  animation-delay: 2.99s;
}
.solution .zc .container > *:nth-child(24) {
  animation-delay: 3.12s;
}
.solution .zc .container > *:nth-child(25) {
  animation-delay: 3.25s;
}
.solution .zc .container > *:nth-child(26) {
  animation-delay: 3.38s;
}
.solution .zc .container > *:nth-child(27) {
  animation-delay: 3.51s;
}
.solution .zc .container > *:nth-child(28) {
  animation-delay: 3.64s;
}
.solution .zc .container > *:nth-child(29) {
  animation-delay: 3.77s;
}
.solution .liji {
  position: relative;
}
.solution .liji .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution .liji .text h1 {
  color: #fff;
}
.solution .liji .text p {
  color: #fff;
}
.solution .liji .text a {
  line-height: 0.6rem;
  text-align: center;
  background-color: #fff;
  color: var(--themeColor);
  margin-top: 0.7rem;
  border-radius: 0.6rem;
  padding: 0 1.2rem;
  font-family: p_Heavy;
  transition: all 0.3s;
}
.solution .liji .text a:hover {
  transform: translateY(-3px);
}
@media (max-width: 900px) {
  .solutionInfo .cont_box,
  :root {
    --headerHeight: 60px;
    --container: 90vw;
  }
  body {
    font-size: 15px;
  }
  .fs-64 {
    font-size: 40px;
  }
  .fs-50 {
    font-size: 30px;
  }
  .fs-48 {
    font-size: 29px;
  }
  .fs-46 {
    font-size: 28px;
  }
  .fs-40 {
    font-size: 26px;
  }
  .fs-36 {
    font-size: 25px;
  }
  .fs-30,
  .fs-32 {
    font-size: 24px;
  }
  .fs-28 {
    font-size: 22px;
  }
  .fs-26 {
    font-size: 19px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-22,
  .fs-20 {
    font-size: 17px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-15,
  .iconfont,
  .fs-16 {
    font-size: 15px;
  }
  .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;
    align-items: center;
  }
  .header .container .right .item {
    white-space: nowrap;
    width: 5em;
    line-height: 2;
    border-radius: 30px;
    font-size: 13px;
  }
  .header .container .right .app_menu_btn {
    display: block;
  }
  .right_menu {
    display: none;
  }
  .home .banner.swiper .swiper-slide img:first-child {
    height: 150vw;
    object-fit: cover;
  }
  .home .banner.swiper .swiper-slide .left {
    width: var(--container);
    transform: none;
    top: 45%;
  }
  .home .banner.swiper .swiper-slide .text {
    top: 30%;
    width: var(--container);
  }
  .home .banner.swiper .swiper-slide .text h2 {
    font-size: 30px;
  }
  .home .banner.swiper .swiper-slide .text p {
    font-size: 20px;
  }
  .home .banner.swiper .swiper-slide .btns a {
    width: auto;
  }
  .home .banner.swiper .swiper-slide .text a {
    line-height: 2.3;
  }
  .home .banner.swiper .btm_warp ul {
    flex-wrap: wrap;
    padding: 20px 10px;
    transform: translateY(-25%);
  }
  .home .banner.swiper .btm_warp ul li {
    width: 50%;
  }
  .home .banner.swiper .btm_warp ul li .left {
    width: 40px;
  }
  .home .banner.swiper .btm_warp ul li:nth-child(3),
  .home .banner.swiper .btm_warp ul li:nth-child(4) {
    margin-top: 20px;
  }
  .home .banner.swiper .btm_warp ul li .right div span:first-child {
    font-size: 30px;
  }
  .home .banner.swiper .btm_warp ul li .right div span:last-child {
    font-size: 20px;
  }
  .home .banner.swiper .btm_warp ul li .right div::after {
    font-size: 15px;
  }
  .home .group_tis h3 {
    font-size: 28px;
  }
  .home .group_tis p {
    max-width: 100%;
  }
  .home .product .conta .tab .item {
    font-size: 18px;
    margin-right: 14px;
    white-space: nowrap;
  }
  .home .product .conta .tab {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .home .product .conta ul li.active {
    display: block;
  }
  .home .product .conta ul li .right,
  .home .product .conta ul li .left {
    width: 100%;
  }
  .home .product .conta ul li .left .list .item .lefts {
    width: 40px;
  }
  .home .product .conta ul {
    margin-top: 30px;
  }
  .home .product .conta ul li .left a {
    line-height: 1.7;
    border-radius: 30px;
  }
  .home .characteristic .conta {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .characteristic .conta .item > div img {
    width: 70%;
  }
  .home .tech .conta .item .box {
    padding: 15px;
  }
  .home .tech .conta .item + .item {
    margin-left: 0;
    margin-top: 14px;
  }
  .home .characteristic .conta .item span {
    width: 100%;
    font-size: 14px;
  }
  .home .tech .conta {
    display: block;
  }
  .home .tech .conta .item .box a,
  .home .tech .conta .item .box .big,
  .home .tech .conta .item .box .min {
    width: 100%;
    position: static;
    transform: none;
    opacity: 1 !important;
  }
  .home .tech .conta .item {
    height: auto;
  }
  .home .tech .conta .item .box .big {
    margin-bottom: 10px;
  }
  .home .tech .conta .item:last-child .box,
  .home .tech .conta .item:hover .box {
    padding: 15px;
  }
  .home .tech .conta .item .box a {
    padding: 5px 15px;
    margin-top: 15px;
    border-radius: 30px;
  }
  .home .service .conta {
    display: block;
  }
  .home .service .conta .right,
  .home .service .conta .left {
    width: 100%;
  }
  .home .service .conta .right .item .img,
  .home .service .conta .left .item .img {
    width: 50px;
  }
  .home .service .conta .right .item .text ul li::marker,
  .home .service .conta .left .item .text ul li::marker {
    content: "";
  }
  .home .pp .sws .swiper .swiper-slide {
    height: 100px;
  }
  .home .pp .sws .swiper .swiper-slide img {
    padding: 15px;
  }
  .contact_blk {
    display: block;
  }
  .contact_blk .right .from .btn {
    line-height: 1.8;
    border-radius: 30px;
  }
  .footer .top {
    display: block;
  }
  .footer .top .right {
    width: 100%;
  }
  .footer .top .left {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer .top .right dl {
    display: none;
  }
  .footer .top .right dl:last-child {
    display: flex;
    width: 100%;
  }
  .footer .top .right dl a {
    width: 100% !important;
  }
  .footer .top .right dl a:nth-child(even) {
    margin-top: 10px;
  }
  .footer .top .left .ercode .item {
    width: 30%;
  }
  .footer .top .left .ercode .item img {
    margin-bottom: 10px;
  }
  .footer .top .left .ercode .item .icon {
    display: none;
  }
  .footer .btmss {
    padding: 7px 0;
  }
  .product .banner {
    height: 100vw;
  }
  .product .banner img {
    height: 100%;
    object-fit: cover;
  }
  .product .banner .text .btns .btn {
    line-height: 2;
  }
  .product .contss .item:nth-child(even) .left .num,
  .product .contss .item .left .num,
  .product .contss .item::after,
  .product .contss .item::before {
    display: none;
  }
  .product .contss .item .left,
  .product .contss .item .right {
    width: 100%;
  }
  .product .contss .item:nth-child(even),
  .product .contss .item {
    flex-direction: column-reverse;
  }
  .product .contss .item .left ul li::before {
    display: none;
  }
  .product .contss .item .left ul li {
    padding-left: 0;
  }
  .product .contss .item .left .tags p img {
    width: 15px;
  }
  .product .contss .item .left a {
    line-height: 2;
  }
  .product .contss .item:nth-child(even) .left {
    padding-left: 0;
  }
  .solution .banner > img {
    height: 100vw;
    object-fit: cover;
  }
  .solution .banner .container {
    bottom: 50%;
    transform: translateY(50%);
  }
  .solution .banner .container .right {
    position: fixed;
    top: -9999999px;
    left: -99999999px;
  }
  .solution .banner .container .left a {
    line-height: 2;
  }
  .solution .pt .swiper .swiper-slide .container {
    display: block;
    padding: 0;
  }
  .solution .pt .swiper .swiper-slide .container .left li::before {
    display: none;
  }
  .solution .pt .swiper .swiper-slide .container .right {
    width: 100%;
    margin-top: 10px;
  }
  .solution .pt .tab {
    margin: 20px auto 15px;
    width: var(--container);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .solution .pt .tab div {
    width: 100%;
    height: 18vw;
    border: 1px solid #0C7BFF33;
    border-radius: 7px;
  }
  .solution .pt .tab div span {
    margin-top: 15px;
    line-height: 1;
    font-size: 13px;
  }
  .solution .pt .tab div img:first-child {
    width: 30%;
  }
  .solution .pt .swiper .swiper-slide .container .left li + li {
    margin-top: 14px;
  }
  .solution .jj .cont {
    display: block;
  }
  .solution .jj .cont .left {
    width: 100%;
  }
  .solution .jj .cont {
    padding: 0;
  }
  .solution .jj .cont .left ul li img {
    width: 30px;
  }
  .solution .jj .cont .left ul li h4 {
    font-size: 15px;
    margin: 8px 0;
  }
  .solution .jj .cont .left ul li p {
    font-size: 13px;
  }
  .solution .jj .cont .right .item .top {
    width: 100px;
  }
  .solution .jj .cont .right .item .btm {
    width: 100%;
  }
  .solution .mb .cont .swiper .swiper-wrapper .swiper-slide a {
    line-height: 2;
  }
  .solution .pp .sws .swiper .swiper-slide {
    height: 100px;
  }
  .solution .case .container {
    display: block;
  }
  .solution .case .container .left {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .solution .case .container .left div {
    white-space: nowrap;
    line-height: 3;
    padding: 0 10px;
  }
  .solution .case .container .left div img {
    width: 20px;
  }
  .solution .case .container .right .item.active {
    display: block;
  }
  .solution .case .container .right .item .fir {
    margin-right: 0;
  }
  .solution .case .container .right .item .fir a {
    line-height: 2;
    margin: 15px 0;
    border-radius: 30px;
  }
  .solution .group_tis p {
    max-width: var(--container);
  }
  .solution .case .container .right .item .img {
    width: 100%;
  }
  .solution .zc .container {
    display: block;
    margin-top: 30px;
  }
  .solution .zc .container .item + .item {
    margin-left: 0;
    margin-top: 15px;
  }
  .solution .zc .container .item a {
    line-height: 2;
    border-radius: 30px;
    padding: 0 15px;
  }
  .solution .liji {
    height: 100vw;
  }
  .solution .liji img {
    height: 100%;
    object-fit: cover;
  }
  .solution .liji .text a {
    line-height: 1.7;
  }
  .solution .liji .text {
    width: 90%;
    text-align: center;
    align-items: center;
  }
  .service .tab {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .service .tab div {
    line-height: 1.8;
    white-space: nowrap;
  }
  .news .tab a {
    line-height: 1.8;
  }
  .news .list a {
    display: block;
    padding: 10px;
  }
  .news .list a .img {
    width: 100%;
  }
  .pagination a,
  .pages a,
  .pagination span,
  .pages span {
    width: 30px;
    line-height: 28px;
  }
  .newsInfo .cont_box {
    --container: 90vw;
  }
  .newsInfo .cont_box .wrap .btmss {
    border: none;
    display: block;
  }
  .newsInfo .cont_box .wrap .btmss a {
    line-height: 1.8;
    white-space: nowrap;
  }
  .newsInfo .cont_box .wrap .btmss a span {
    max-width: none;
  }
  .newsInfo .cont_box .wrap .btmss {
    padding: 0;
  }
  .newsInfo .cont_box .wrap .btmss a:last-child::after,
  .newsInfo .cont_box .wrap .btmss a:first-child::before {
    display: none;
  }
  .newsInfo .cont_box .wrap .back {
    display: none;
  }
  .about .banner {
    height: 100vw;
  }
  .about .banner img {
    height: 100%;
    object-fit: cover;
  }
  .about .js .cont {
    display: block;
  }
  .about .js .cont .left {
    width: 100%;
    margin-right: 0;
  }
  .about .hroe .swiper {
    padding: 0;
  }
  .about .hroe .btns .iconfont {
    width: 30px;
    line-height: 30px;
  }
  .about .sm .sl {
    display: block;
  }
  .about .sm .sl div {
    width: 100%;
    height: auto;
  }
  .about .sm .sl div + div {
    margin-top: 10px;
  }
  .about .history .cont .top .iconfont {
    font-size: 20px;
  }
  .about .history .cont .btm div {
    transform: translateY(-6px);
  }
  .about .history .cont .btm div span:first-child {
    width: 10px;
    height: 10px;
  }
  .about .history .cont .btm div span:last-child {
    transform: translateX(-50%) rotateZ(70deg);
  }
  .about .history .cont .top .texts {
    bottom: -50%;
  }
  .about .history .cont .btm {
    margin-top: 100px;
  }
  .about .history {
    padding-bottom: 70px;
  }
  .solution .case .container .right .item .img img:last-child {
    border-radius: 40px;
  }
  .home .service .conta .right .item .img,
  .home .service .conta .left .item .img {
    width: 100px;
  }
  .contact_blk .right .from .row .item .input {
    margin-top: 10px;
    border-radius: 5px;
  }
  .contact_blk .right .from .row .item .input input {
    line-height: 1.7;
    font-size: 15px;
  }
  .contact_blk .right .from .row.row {
    margin-top: 20px;
  }
  .footer .top .left .tis,
  .footer .top .right dl dt {
    font-size: 22px;
  }
  .product .banner .product_banner_right {
    width: 40%;
    height: auto;
    bottom: 20px;
    right: 20px;
    transform: none;
    top: auto;
  }
  .service .banner {
    margin: 65px auto 15px;
  }
  .solution .banner .container .left h2 {
    font-size: 25px;
    white-space: nowrap;
  }
  .service .banner p {
    width: var(--container);
    margin: auto;
    font-size: 15px;
  }
  .news .list a h2 {
    font-size: 20px;
    margin: 10px 0 5px;
  }
  .news .banner {
    height: 100vw;
  }
  .news .banner img {
    height: 100%;
    object-fit: cover;
  }
  .news .banner h1 {
    font-size: 25px;
    font-weight: 400;
    width: var(--container);
    white-space: wrap;
    text-align: center;
  }
  .about .tiss span {
    font-size: 30px;
    line-height: 1;
  }
  .about .hroe .swiper .swiper-slide img {
    height: auto;
  }
  .about .banner .text h1 {
    font-size: 20px;
  }
  .about .js .cont .right {
    margin-top: 20px;
  }
  .about .js .cont .right h3::after {
    left: 14%;
  }
  .bottom_menu {
    height: auto;
    display: block;
    padding: 10px;
    bottom: 10px;
  }
  .bottom_menu h2 {
    margin: 0;
    margin-left: 1em;
    padding: 0;
    border: none;
    margin-bottom: 5px;
    font-size: 17px;
  }
  .bottom_menu .cha {
    width: 15px;
    right: -5px;
    top: -20px;
  }
  .bottom_menu .shuru {
    margin: 0;
    line-height: 2;
    padding: 5px;
  }
  .bottom_menu .shuru .input input {
    width: auto;
    flex: 1;
  }
  .bottom_menu .shuru .input {
    padding-left: 10px;
    flex: 1;
  }
  .bottom_menu .shuru .btn {
    width: max-content;
    line-height: 2;
    padding: 0 20px;
  }
  .bottom_menu .shuru .input img {
    width: 15px;
  }
  .bottom_menu img:first-child {
    display: none;
  }
  .bottom_menu p,
  .product .contss .after {
    display: none;
  }
  .home .characteristic .conta .item > div:hover {
    transform: none;
  }
  .home .product .conta ul li .left .list {
    margin-top: 20px;
  }
  .home .product .conta ul li .left .list .item + .item {
    margin-top: 10px;
  }
  .home .product .conta ul li .left a {
    margin-top: 20px;
  }
  .home .service .conta .center {
    display: none;
  }
  .home .service .conta .right .item {
    margin-top: 1rem;
  }
  .product .contss .item .left .tags {
    display: none;
  }
  .product .contss .item .left ul {
    margin-top: 20px;
  }
  .product .contss .item .left ul li {
    margin-top: 10px;
  }
  .home .product .conta ul li > .right {
    margin-top: 20px;
  }
  .home .characteristic .conta .item > div span {
    height: auto;
  }
  .home .characteristic .conta .item > div {
    box-shadow: none;
    padding: 0;
  }
  .home .characteristic .conta .item > div span {
    width: 100%;
    text-align: center;
  }
  .home .characteristic .conta .item > div:hover {
    background: none;
    box-shadow: none;
  }
  .product .contss .item:nth-child(3) .right img,
  .product .contss .item:nth-child(4) .right img,
  .product .contss .item:nth-child(5) .right img,
  .product .contss .item:nth-child(6) .right img {
    width: 100%;
  }
  .solution .jj .cont .left ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .solution .jj .cont .left ul li {
    border-radius: 7px;
  }
  .solution .jj .cont .left ul li + li {
    margin-left: 0;
  }
  .product .contss .item .left ul li h4 {
    line-height: 1.5;
  }
  .solution .zc .container .swiper .iconfont {
    display: flex;
  }
  .solution .mb .cont .swiper .swiper-wrapper .swiper-slide {
    border-radius: 7px;
  }
  .product .contss .item .left h3,
  .product .contss .item .left h4 {
    line-height: 1.5;
  }
  .solution .jj .cont .right .item .btm {
    overflow: visible;
  }
  .solution .jj .cont .right .item .btm::before,
  .solution .jj .cont .right .item .btm img {
    border-radius: 0 0 7px 7px;
    overflow: hidden;
  }
  .news .list a .right {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer .btmss span {
    line-height: 1.5;
    text-align: center;
  }
  .solution .jj .cont .right .item {
    margin-top: 20px;
  }
  .home .banner.swiper .swiper-slide .text ul li {
    font-size: 16px;
  }
}
