/* #region Public Styles */
@font-face {
  font-family: "iconfont";
  src:
    url("/assets/css/font/fontIcon/iconfont.woff2?t=1765777637515")
      format("woff2"),
    url("/assets/css/font/fontIcon/iconfont.woff?t=1765777637515")
      format("woff"),
    url("/assets/css/font/fontIcon/iconfont.ttf?t=1765777637515")
      format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("font/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  src: url("font/Poppins-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("font/Poppins-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("font/Poppins-ExtraLight.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("font/Poppins-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  src: url("font/Poppins-Thin.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("font/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("font/Poppins-SemiBold.ttf");
  font-display: swap;
}

html {
  font-size: calc(100vw / 24) !important;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: calc(100vw / 19) !important;
  }
}
:root {
  --mainColor: #563b20;
  --bg-c: #faf9f8;
  --color-f: #563b20;
  --main-font: "Poppins", system-ui, -apple-system, sans-serif;
}
body {
  font-family: var(--main-font);
}
.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}
/* #endregion  */

/* #region System style */

.system_com_title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.45rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
  .system_com_title {
    font-size: 18px;
  }
}
/* faq */
.system_faq_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_faq_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.system_faq_item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.system_faq_item .tl {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 0.775rem;
  border-radius: 0.625rem;
  padding: 0 0.25rem;
  background-image: linear-gradient(320deg, #f7faff 0%, #f1f3f6 100%);
}
.system_faq_item .icon {
  display: block;
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  background-color: var(--mainColor);
  margin-right: 0.375rem;
}
.system_faq_item .icon::after {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  transform: rotate(90deg);
  background-color: var(--mainColor);
  transition: all 0.5s;
}
.system_faq_item .tl .name {
  font-size: 0.225rem;
  font-weight: 700;
  flex: 1;
  color: var(--mainColor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_faq_item .text {
  width: 100%;
  font-size: 0.2rem;
  display: none;
  line-height: 0.325rem;
  color: #a6adb5;
  padding: 0.25rem 0.5rem 0.375rem 0.625rem;
}
.system_faq_item.active .tl {
  background-color: var(--mainColor);
  background-image: none;
  height: auto;
  padding: 0.125rem 0.25rem;
}
.system_faq_item.active .tl .name {
  color: #fff;
  display: inline;
}
.system_faq_item.active .icon,
.system_faq_item.active .icon::after {
  background-color: #fff;
}
.system_faq_item.active .icon::after {
  transform: rotate(0);
}
@media screen and (max-width: 1024px) {
  .system_faq_box {
    padding: 20px 0;
  }
  .system_faq_con {
    margin-top: 15px;
  }
  .system_faq_item .text,
  .system_faq_item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .system_faq_item .tl .name {
    font-size: 15px;
  }
  .system_faq_item .tl {
    height: 35px;
  }
  .system_faq_item .icon,
  .system_faq_item .icon::after {
    height: 2px;
  }
}
@media screen and (max-width: 430px) {
  .system_faq_item.active .tl {
    height: auto;
  }
  .system_faq_item.active .tl .name {
    display: inline;
    padding: 6px 10px;
  }
}

/* news */
.system_news_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_news_con {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4375rem;
}
.system_news_item {
  position: relative;
  border-radius: 0.075rem;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
.system_news_con_cols4 .system_news_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_news_con_cols3 .system_news_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_news_con_cols2 .system_news_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_news_con_cols4 .system_news_item:nth-child(4n),
.system_news_con_cols3 .system_news_item:nth-child(3n),
.system_news_con_cols2 .system_news_item:nth-child(2n) {
  margin-right: 0;
}

.system_news_item .img {
  width: 100%;
  height: 3.575rem;
  overflow: hidden;
  border-radius: 0.075rem 0.075rem 0 0;
}
.system_news_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_news_item:hover .img img {
  transform: scale(1.2);
}
.system_news_item .text {
  display: block;
  width: 100%;
  height: 3.0625rem;
  border-radius: 0 0 0.075rem 0.075rem;
  padding: 10%;
}
.system_news_item .text .name {
  font-size: 0.25rem;
  line-height: 0.325rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.system_news_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
}
.system_news_item .bto {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.system_news_item .bto .lt {
  width: 80%;
}
.system_news_item .bto .time,
.system_news_item .bto .author {
  font-size: 0.1875rem;
  font-weight: 700;
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.system_news_item .bto .number {
  font-size: 0.1875rem;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.system_news_item .bto .number::before {
  margin-right: 0.05rem;
  transition: all 0.3s;
  font-size: 0.225rem;
  color: red;
}
.system_news_item .bto .number:hover::before {
  transform: scale(1.2);
}
.system_news_item .bto .author {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0.4rem);
}
.system_news_item:hover .author {
  transform: translateY(0);
  opacity: 1;
  overflow: visible;
}
.system_news_item:hover .time {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.system_news_item .bto .author span {
  display: inline-block;
  margin-left: 0.0625rem;
  text-decoration: underline;
}
.system_news_item:hover .name {
  color: var(--mainColor);
}
.system_news_categories {
  position: absolute;
  display: inline-block;
  top: 0.2125rem;
  right: 0.25rem;
  width: fit-content;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.4);
  padding: 0.05rem 0.15rem;
  background-color: #fff;
  color: #000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .system_news_box {
    padding: 20px 0;
  }
  .system_news_con {
    margin-top: 15px;
  }
  .system_news_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_news_item .bto .time,
  .system_news_item .bto .author,
  .system_news_item .bto .number {
    font-size: 12px;
  }
  .system_news_con_cols4 .system_news_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n) {
    margin-right: 0;
  }

  .system_news_item .text {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .system_news_item .img {
    height: auto;
  }
  .system_news_con_cols4 .system_news_item,
  .system_news_con_cols3 .system_news_item {
    width: calc((100% - 10px) / 2);
  }
  .system_news_con_cols3 .system_news_item {
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n),
  .system_news_con_cols3 .system_news_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(2n),
  .system_news_con_cols3 .system_news_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_news_item .text {
    height: auto;
  }
  .system_news_con .system_news_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* Contact Us */
.system_contact_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_contact_con {
  margin-top: 0.4375rem;
}
.system_contact_con .top {
  display: flex;
  /* align-items: baseline; */
  justify-content: space-between;
}
.system_contact_con .top li {
  position: relative;
  width: calc((100% - 0.75rem) / 3);
  height: auto;
  background-color: #f4f4f6;
  border-radius: 0.0625rem;
  display: flex;
  min-height: 3.125rem;
  flex-direction: column;
  transition: all 0.3s;
  justify-content: center;
  padding: 0.5rem 0.375rem;
  border-bottom: 0.05rem solid var(--mainColor);
}
/* .system_contact_con .top li::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.05rem;
  left: 0;
  bottom: 0;
  border-radius: 0.0625rem;
  background-color: var(--mainColor);
} */
.system_contact_con .top li .icon {
  font-size: 0.575rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
}
.system_contact_con .top li .name {
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin: 0.375rem 0 0.125rem 0;
}
.system_contact_con .top li:hover {
  box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.3);
}
.system_contact_con .top li .ls {
  font-size: 0.225rem;
  line-height: 0.325rem;
  text-align: center;
  color: #646c71;
}

.system_contact_form {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  margin-top: 1.25rem;
  background-color: #f4f4f6;
}

.system_contact_form .title {
  font-size: 0.45rem;
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
}
.system_contact_form form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 0.3125rem;
}
.system_contact_form input {
  width: 100%;
  height: 0.6875rem;
  background-color: #fff;
  color: #192436;
  font-size: 0.2rem;
  padding: 0 0.125rem;
  outline: none;
  transition: all 0.3s;
  border-radius: 0.0625rem;
  transition: all 0.3s;
}
.system_contact_form input:focus,
.system_contact_form textarea:focus {
  border: 0.0125rem solid var(--mainColor);
}
.system_contact_form .formList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
}
.system_contact_form .formList input {
  width: calc((100% - 0.25rem) / 2);
}
.system_contact_form textarea {
  width: 100%;
  height: 4.375rem;
  transition: all 0.3s;
  font-size: 0.2rem;
  background-color: #fff;
  border-radius: 0.0625rem;
  color: #192436;
  padding: 0.125rem 0 0 0.125rem;
}
.system_contact_form input[type="submit"] {
  width: 30%;
  height: 0.65rem;
  font-size: 0.225rem;
  font-weight: 600;
  background-color: var(--mainColor);
  color: #fff;
  margin: 0 auto;
}
.system_contact_form button {
  cursor: pointer;
}
.system_form_ls {
  font-size: 0.225rem;
  color: #000;
}
.system_form_ls a {
  text-decoration: underline;
  color: var(--mainColor);
}
@media screen and (max-width: 1024px) {
  .system_contact_box,
  .system_contact_form {
    padding: 20px 0;
  }
  .system_contact_form .title {
    font-size: 18px;
  }
  .system_contact_con .top li .name {
    font-size: 16px;
  }
  .system_contact_con .top li .ls,
  .system_form_ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_contact_con .top {
    flex-wrap: wrap;
  }
  .system_contact_con .top li .icon {
    height: 30px;
  }
  .system_contact_con .top li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 15px 0;
  }
  .system_contact_form input {
    height: 35px;
    font-size: 14px;
  }
  .system_contact_form textarea {
    height: 120px;
    font-size: 14px;
  }
  .system_contact_con .top li:nth-child(2n) {
    margin-right: 0;
  }
  .system_contact_form input[type="submit"] {
    height: 40px;
    font-size: 16px;
  }
  .system_contact_form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .system_contact_con .top li {
    width: 100%;
    padding: 25px 20px;
    height: auto;
    margin-right: 0;
  }
  .system_contact_form form {
    margin-top: 15px;
  }
  .system_contact_form .formList {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .system_contact_form .formList input {
    width: 100%;
    margin-bottom: 10px;
  }
  .system_contact_form input[type="submit"] {
    width: 50%;
  }
}

/* List */
.system_list_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: var(--bg-c);
}
.system_list_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_list_item {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
  margin: 0 0.25rem 0.25rem 0;
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_list_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_list_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_list_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_list_item:nth-child(4n),
.system_list_con_col3 .system_list_item:nth-child(3n),
.system_list_con_col2 .system_list_item:nth-child(2n) {
  margin-right: 0;
}
.system_list_item .img {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_list_item:hover .img img {
  transform: scale(1.2);
}
.system_list_item .text {
  display: block;
  width: 100%;
  height: 2.2125rem;
  background-color: #fff;
  padding: 0.25rem 0.1875rem;
  border-radius: 0 0 0.0625rem 0.0625rem;
}
.system_list_item .text .name {
  font-size: 0.25rem;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
  transition: all 0.3s;
}
.system_list_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #a7a7a7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
}
.system_list_item .text .mores {
  display: block;
  position: relative;
  width: 1.9375rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 600;
  background-color: var(--mainColor);
  z-index: 1;
}
.system_list_item .text .mores::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 0.05rem;
  transition: all 0.3s;
  z-index: -1;
}
.system_list_item:hover .mores::after {
  width: 100%;
}
.system_list_item:hover .name {
  color: var(--mainColor);
}

@media screen and (max-width: 1024px) {
  .system_list_box {
    padding: 20px 0;
  }
  .system_list_con {
    margin-top: 15px;
  }
  .system_list_con_col4 .system_list_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n) {
    margin-right: 0;
  }
  .system_list_item .text .mores {
    font-size: 14px;
  }
  .system_list_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_list_item .text {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .system_list_item .img,
  .system_news_item .img {
    height: auto;
  }

  .system_aggregation_item .com-card {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .system_list_con {
    align-items: baseline;
  }
  .system_list_con_col4 .system_list_item,
  .system_list_con_col3 .system_list_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_list_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n),
  .system_list_con_col3 .system_list_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(2n),
  .system_list_con_col3 .system_list_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_list_con .system_list_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* 视频列表 */
.system_video_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_video_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_video_item {
  width: calc((100% - 0.75rem) / 4);
  height: auto;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.4);
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_video_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_video_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_video_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_video_item:nth-child(4n),
.system_list_con_col3 .system_video_item:nth-child(3n),
.system_list_con_col2 .system_video_item:nth-child(2n) {
  margin-right: 0;
}
.system_video_item .img {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_con_col3 .system_video_item .img {
  height: 3.75rem;
}
.system_list_con_col2 .system_video_item .img {
  height: 4.375rem;
}
.system_video_item .img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system_video_item .name {
  width: 100%;
  padding: 0.15rem 0.1875rem;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000;
  height: 1rem;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0 0 0.0625rem 0.0625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .system_video_box {
    padding: 20px 0;
  }
  .system_video_con {
    margin-top: 15px;
  }
  .system_video_item .name {
    font-size: 15px;
    line-height: 23px;
  }
  .system_list_con_col4 .system_video_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }

  .system_list_con_col4 .system_video_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .system_list_con_col4 .system_video_item,
  .system_list_con_col3 .system_video_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_video_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n),
  .system_list_con_col3 .system_video_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(2n),
  .system_list_con_col3 .system_video_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_video_con .system_video_item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* Download */
.system_down_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #f8f8f8;
}

.system_down_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
  display: flex;
  flex-wrap: wrap;
}
.system_down_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.3125rem;
  border-radius: 0.0625rem;
  padding: 0 0.25rem 0.3125rem 0.25rem;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.system_down_item:hover {
  border-bottom: 1px solid var(--mainColor);
}
.system_down_item .lt .icon1 {
  font-size: 0.35rem;
  color: var(--mainColor);
}
.system_down_item .name {
  font-size: 0.25rem;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  margin: 0 0.1875rem 0 0.375rem;
  transition: all 0.3s;
}
.system_down_item:hover .name {
  color: var(--mainColor);
}
.system_down_item .time {
  font-size: 0.2rem;
  color: #938f8d;
}
.system_down_item .lt {
  display: flex;
  align-items: center;
}
.system_down_item .rt {
  display: flex;
  align-items: center;
}
.system_down_item .rt .size {
  font-size: 0.2rem;
  margin-right: 0.125rem;
  color: #938f8d;
}
.system_down_item .rt .icon2 {
  font-size: 0.375rem;
  color: var(--mainColor);
}
@media screen and (max-width: 1024px) {
  .system_down_box {
    padding: 20px 0;
  }
  .system_down_con {
    margin-top: 15px;
  }
  .system_down_item .lt .icon1,
  .system_down_item .rt .icon2 {
    font-size: 20px;
  }
  .system_down_item .name {
    font-size: 16px;
  }

  .system_down_item .time,
  .system_down_item .rt .size {
    font-size: 14px;
  }
  .system_down_item {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .system_down_item {
    flex-wrap: wrap;
    justify-content: end;
  }
  .system_down_item .rt {
    margin-top: 10px;
  }
}
/* News details */
.system_newsDel_box {
  width: 100%;
  padding: 0.625rem 0;
  background-color: var(--bg-c);
}
.system_newsDel_box .com-card {
  display: flex;
}
.system_newsDel_lt {
  width: calc((100% - 25%));
}
.system_newsDel_nav,
.system_newsDel_nav .com-card {
  display: flex;
  align-items: center;
}
.system_newsDel_nav a {
  font-size: 0.2rem;
  color: #000;
}
.system_newsDel_rt {
  width: 25%;
  margin-left: 0.625rem;
}
.system_newsDel_category {
  width: fit-content;
  padding: 0.05rem 0.125rem;
  font-size: 0.2rem;
  background-color: var(--mainColor);
  color: #fff;
  margin: 0 auto;
  margin-top: 0.875rem;
}
.system_newsDel_box .system_com_title {
  margin: 0.1875rem 0;
}
.system_newsDel_name {
  width: 100%;
  font-size: 0.1875rem;
  color: #bbb;
  text-align: center;
}
.system_newsDel_link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5625rem 0;
}
.system_newsDel_content {
  margin-bottom: 0.625rem;
}
.system_newsDel_link a {
  display: flex;
  align-items: center;
  font-size: 0.325rem;
  margin-right: 0.125rem;
}
.system_newsDel_link a:last-child {
  margin-right: 0;
}
.system_newsDel_link a i {
  display: inline-block;
  width: 100%;
  font-size: 0.325rem;
  height: 100%;
  color: var(--mainColor);
}
.system_newsDel_content,
.system_newsDel_content p {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #000;
}
.system_newsDel_bto {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.system_newsDel_bto .lt_prev,
.system_newsDel_bto .rt_next {
  display: flex;
  align-items: center;
  width: 40%;
}
.system_newsDel_bto .icon {
  font-size: 0.475rem;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.5);
}
.system_newsDel_bto .lt_prev .icon {
  margin-right: 0.25rem;
}
.system_newsDel_bto .rt_next .icon {
  margin-left: 0.25rem;
}
.system_newsDel_bto .lt_prev:hover .ls,
.system_newsDel_bto .lt_prev:hover .icon,
.system_newsDel_bto .rt_next:hover .ls,
.system_newsDel_bto .rt_next:hover .icon,
.system_newsDel_bto .con:hover {
  color: var(--mainColor);
}

.system_newsDel_bto .text .name {
  font-size: 0.2rem;
  color: #bbb;
}
.system_newsDel_bto .text .ls {
  font-size: 0.2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.3rem;
  color: #333;
  margin-top: 0.05rem;
}
.system_newsDel_bto .con {
  font-size: 0.375rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.system_newsDel_rt .title {
  font-size: 0.45rem;
  color: #000;
  font-weight: 700;
}
.system_newsDel_rtItem {
  width: 100%;
  height: auto;
}
.system_newsDel_rtItem li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0.25rem 0;
}
.system_newsDel_rtItem li .img {
  width: 1.25rem;
  overflow: hidden;
  height: 1.125rem;
  border-radius: 0.05rem;
  margin-right: 0.1875rem;
}
.system_newsDel_rtItem li:hover img {
  transform: scale(1.2);
}
.system_newsDel_rtItem li:hover .name {
  color: var(--mainColor);
}
.system_newsDel_rtItem li .img a {
  display: flex;
  width: 100%;
  height: 100%;
}
.system_newsDel_rtItem li .text {
  display: inline-block;
  flex: 1;
}
.system_newsDel_rtItem li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_newsDel_rtItem li .name {
  font-size: 0.225rem;
  line-height: 0.325rem;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_newsDel_rtItem li .time {
  font-size: 0.2rem;
  color: #666;
  margin-top: 0.0625rem;
}
.system_newsDel_form {
  width: 100%;
  height: auto;
}
.system_newsDel_form .tl {
  font-size: 0.3rem;
  color: #333 !important;
  font-weight: 700;
  margin: 0.5rem 0 0.25rem 0;
}
.system_newsDel_form form {
  width: 100%;
  height: auto;
}
.system_newsDel_form form input {
  width: 100%;
  display: flex;
  height: 0.5875rem;
  font-size: 0.225rem !important;
  padding-left: 0.1875rem !important;
  border-radius: 0.0625rem !important;
  margin-bottom: 0.1875rem;
  color: #333 !important;
  border: 1px solid #fff !important;
}
.system_newsDel_form form textarea {
  width: 100%;
  display: flex;
  height: 1.5rem;
  color: #333;
  font-size: 0.225rem;
  border-radius: 0.0625rem;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0.125rem 0 0 0.1875rem;
}
.system_newsDel_form form .ls {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000;
  margin: 0.15rem 0 0.25rem 0;
}
.system_newsDel_form form .ls a {
  text-decoration: underline !important;
}
.system_newsDel_form form button,
.system_newsDel_form form input[type="submit"] {
  width: 1.9rem !important;
  height: 0.5875rem !important;
  border-radius: 0.0625rem !important;
  font-size: 0.225rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff !important;
  text-align: center;
  line-height: 0.5875rem;
  background-color: var(--mainColor);
}
.system_newsDel_table {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}

.system_newsDel_table .title {
  width: 100%;
  font-size: 0.3rem;
  color: #323232;
  font-weight: 700;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(110, 110, 110, 0.2);
}
.system_newsDel_tableCon {
  width: 100%;
  border-left: 1px solid rgba(110, 110, 110, 0.2);
  padding: 0.125rem 0;
}
.system_newsDel_tableCon .item {
  position: relative;
  font-size: 0.25rem;
  line-height: 0.325rem;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  padding-left: 0.1875rem;
  margin-bottom: 0.375rem;
  transition: all 0.3s;
}
.system_newsDel_content h2,
.system_newsDel_content h3 {
  font-size: 0.3rem;
  font-weight: 700;
  margin: 0.125rem 0;
}
.system_newsDel_content table {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  margin: 0.125rem 0;
  overflow: auto;
}
.system_newsDel_content table td {
  border-right: 1px solid #333;
  padding: 0 0.125rem;
  font-size: 0.2rem;
  height: 0.5625rem;
  border-bottom: 1px solid #333;
}
.system_newsDel_tableCon .item:hover,
.system_newsDel_tableCon .item.active {
  color: var(--mainColor);
}
.system_newsDel_tableCon .item:hover::after,
.system_newsDel_tableCon .item.active::after {
  background-color: var(--mainColor);
}
.system_newsDel_tableCon .item::after {
  position: absolute;
  top: 50%;
  left: -0.05rem;
  transform: translateY(-50%);
  display: flex;
  content: "";
  width: 0.1rem;
  transition: all 0.3s;
  height: 0.1rem;
  border-radius: 0.625rem;
  background-color: #000;
}
.system_newsDel_table.is-fixed {
  position: fixed;
  top: 0;
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  .system_newsDel_box {
    padding: 20px 0;
  }
  .system_newsDel_table {
    display: none !important;
  }
  .system_newsDel_rt .title,
  .system_newsDel_content h2,
  .system_newsDel_content h3 {
    font-size: 18px;
  }

  .system_newsDel_category,
  .system_newsDel_rtItem li .name,
  .system_newsDel_form form input[type="submit"] {
    font-size: 15px;
  }

  .system_newsDel_name,
  .system_newsDel_bto .text .name,
  .system_newsDel_rtItem li .time {
    font-size: 14px;
  }
  .system_newsDel_nav a,
  .system_newsDel_content,
  .system_newsDel_content p,
  .system_newsDel_bto .text .ls,
  .system_newsDel_form form .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_newsDel_category {
    margin-top: 20px;
  }
  .system_newsDel_box .com-card,
  .system_newsDel_box .com-card .e-con-inner {
    flex-wrap: wrap !important;
  }
  .system_newsDel_box .com-card .e-con-inner > div {
    padding: 0 !important;
  }
  .system_newsDel_lt {
    flex: none !important;
    width: 100% !important;
  }
  .system_newsDel_rt {
    width: 100% !important;
    margin: 15px 0 0;
  }
  .system_newsDel_content table {
    display: inline-block;
    overflow-x: scroll;
  }
  .system_newsDel_link {
    margin: 4% 0;
  }
}

@media screen and (max-width: 500px) {
  .system_newsDel_bto .lt_prev,
  .system_newsDel_bto .rt_next {
    width: 100%;
  }
  .system_newsDel_bto .con {
    margin: 15px 0;
  }
  .system_newsDel_bto {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Product aggregation page */
.system_aggregation_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_aggregation_con {
  margin-top: 0.4375rem;
}
.system_aggregation_item {
  width: 100%;
  height: 8.625rem;
  background-color: rgba(245, 245, 245, 1);
}

.system_aggregation_item .com-card {
  display: flex;
  align-items: center;
}
.system_aggregation_item .img {
  width: 50%;
  height: auto;
  margin-right: 1.25rem;
}
.system_aggregation_item .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) {
  background-color: #fff;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) .com-card {
  flex-direction: row-reverse;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) .img {
  margin-left: 1.25rem;
  margin-right: 0;
}
.system_aggregation_item .text {
  display: block;
  flex: 1;
}
.system_aggregation_item .text .name {
  font-size: 0.45rem;
  color: #000;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.system_aggregation_item .text .ls,
.system_aggregation_item .text .ls p {
  font-size: 0.2rem;
  color: #484848;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
}
.system_aggregation_item .mores {
  width: 2rem;
  height: 0.65rem;
  display: block;
  font-size: 0.225rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 0.375rem;
  background-color: var(--mainColor);
  line-height: 0.65rem;
  border-radius: 0.0625rem;
}
@media screen and (max-width: 1024px) {
  .system_aggregation_box {
    padding: 20px 0;
  }

  .system_aggregation_con {
    margin-top: 15px;
  }
  .system_aggregation_item .text .name {
    font-size: 18px;
  }

  .system_aggregation_item .more {
    font-size: 15px;
  }
  .system_aggregation_item .text .ls,
  .system_aggregation_item .text .ls p {
    font-size: 14px;
    line-height: 24px;
  }

  .system_aggregation_item .text .ls,
  .system_aggregation_item .text .ls p {
    margin-bottom: 4px;
  }
  .system_aggregation_item {
    height: auto;
    padding: 0.375rem 0;
  }
  .system_aggregation_item .img {
    width: 36%;
    height: auto;
    margin-right: 4%;
  }
  .system_aggregation_con .system_aggregation_item:nth-child(2n) .img {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .system_aggregation_item .com-card {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .system_aggregation_item .img {
    width: 100% !important;
    margin: 0 !important ;
  }
}
/* Product Details */
.system_product_del_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_product_del_box .com-card {
  display: flex;
}
.system_product_del_box .lt {
  width: 8.4875rem;
  height: auto;
  margin-right: 0.5625rem;
}
.systemdetailBox1Swiper2 {
  position: relative;
  width: 100%;
  height: 6.6625rem;
  overflow: hidden;
  border: 1px solid #eee;
}
.systemdetailBox1Swiper2 .img {
  width: 100%;
  height: 100%;
}
.systemdetailBox1Swiper2 img,
.systemdetailBox1Swiper1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.systemdetailBox1Swiper1 {
  width: 100%;
  height: 1.225rem;
  overflow: hidden;
}

.systemdetailBox1Swiper1 .img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #eee;
  height: 100%;
  transition: all 0.3s;
}

.systemdetailBox1-prev,
.systemdetailBox1-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0.5625rem !important;
  color: #fff;
  transition: all 0.3s;
}
.systemdetailBox1-prev {
  left: 0;
}
.systemdetailBox1-prev:hover,
.systemdetailBox1-next:hover {
  color: var(--mainColor);
}
.systemdetailBox1-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.systemdetailBox1Swiper1 .swiper-slide-thumb-active .img {
  border: 1px solid var(--mainColor);
}
.system_product_del_box .rt .ls {
  font-size: 0.225rem;
  line-height: 0.325rem;
  color: #000;
  margin: 0.1875rem 0 0.375rem 0;
}
.system_product_del_box .rt {
  flex: 1;
}
.system_product_del_box .rt .system_com_title {
  text-align: left;
}
.system_product_del_box .rt .table .tl {
  font-size: 0.2rem;
  color: #000;
  font-weight: 700;
  margin: 0.125rem 0;
}

.system_product_del_box .rt .table,
.system_product_del_box .rt table,
.system_product_del_box .rt table .con {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.system_product_del_box .rt .table td {
  font-size: 0.2rem;
  height: 0.625rem;
  border-bottom: 1px solid #eee;
  color: #000;
}
.system_product_del_box .rt .quotes {
  width: 2.6875rem;
  height: 0.5625rem;
  color: #fff;
  font-size: 0.225rem;
  cursor: pointer;
  text-align: center;
  margin-top: 0.4375rem;
  line-height: 0.5625rem;
  border-radius: 0.0625rem;
  background-color: var(--mainColor);
}
.system_product_del_box2 {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.system_product_del_box2 .com-card {
  display: flex;
  align-items: center;
  border-bottom: 0.0125rem solid #333;
}
.system_product_del_box2 a {
  position: relative;
  font-size: 0.225rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 0.25rem;
  display: block;
  margin-right: 0.4375rem;
}
.system_product_del_box2 a::after {
  display: block;
  content: "";
  width: 0;
  height: 0.025rem;
  position: absolute;
  left: 0;
  border-radius: 0.025rem;
  bottom: -0.0125rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
}
.system_product_del_box2 a:hover,
.system_product_del_box2 a.active {
  color: var(--mainColor);
}
.system_product_del_box2 a:hover::after,
.system_product_del_box2 a.active::after {
  width: 100%;
}
.system_product_del_box3 {
  width: 100%;
  height: auto;
}
.system_product_del_box3 a {
  font-style: italic;
  line-height: 2;
  text-decoration: underline !important;
}
.system_product_del_box3 ul,
.system_product_del_box3 ol,
.system_product_del_box3 li {
  list-style: inherit;
}
.system_product_del_box3 ul,
.system_product_del_box3 ol {
  padding-left: 0.25rem;
  margin-bottom: 0.1rem;
}
.system_product_del_box3 table {
  width: 100% !important;
  overflow: auto;
  height: auto;
  border: 1px solid #000;
}
.system_product_del_box3 table th,
.system_product_del_box3 table td {
  width: fit-content !important;
  font-size: 0.2rem !important;
  color: #000 !important;
}
.system_product_del_box3 table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4px 10px;
}
.system_product_del_box3 .system_com_title {
  font-size: 0.375rem;
  text-align: left;
  color: #000;
  font-weight: 700;
}
.system_product_del_box3 .item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}
.system_product_del_box3Item1 .con {
  margin-top: 0.4375rem;
}
.system_product_del_box3Item1 .con,
.system_product_del_box3Item1 .con p,
.system_product_del_box3Item2 .con,
.system_product_del_box3Item2 .con p,
.system_product_del_box3Item3 .con,
.system_product_del_box3Item3 .con p,
.system_product_del_box3Item4 .con,
.system_product_del_box3Item4 .con p,
.system_product_del_box3Item5 .con,
.system_product_del_box3Item5 .con p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000;
}
h2 {
  font-size: 0.3rem;
  line-height: 1;
}
h3 {
  font-size: 0.225rem;
  line-height: 1;
}
h4 {
  font-size: 0.2rem;
  line-height: 1;
}
.system_product_del_box2.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 333;
}
@media screen and (max-width: 1024px) {
  .system_product_del_box,
  .system_product_del_box3 .item {
    padding: 20px 0;
  }
  .system_product_del_box3 .system_com_title {
    font-size: 18px;
  }

  .system_product_del_box2 a {
    font-size: 16px;
  }
  .system_product_del_box .rt .table .tl,
  .system_nav_box a,
  .system_nav_box span {
    font-size: 15px;
  }

  .system_product_del_box .rt .table td {
    font-size: 14px;
  }
  .system_product_del_box .rt .ls,
  .system_product_del_box3Item1 .con,
  .system_product_del_box3Item1 .con p,
  .system_product_del_box3Item2 .con,
  .system_product_del_box3Item2 .con p,
  .system_product_del_box3Item3 .con,
  .system_product_del_box3Item3 .con p,
  .system_product_del_box3Item4 .con,
  .system_product_del_box3Item4 .con p,
  .system_product_del_box3Item5 .con,
  .system_product_del_box3Item5 .con p {
    font-size: 14px;
    line-height: 24px;
  }
  .systemdetailBox1Swiper1 {
    height: auto;
  }

  .system_product_del_box .com-card {
    flex-wrap: wrap;
  }
  .system_product_del_box .lt {
    width: 80%;
    margin: 0 0 10px 0;
  }
  .system_product_del_box .rt {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .system_product_del_box .lt {
    width: 100%;
  }
  .systemdetailBox1Swiper1,
  .systemdetailBox1Swiper2 {
    height: auto;
  }
  .system_product_del_box2 .com-card {
    flex-wrap: wrap;
  }
  .system_product_del_box2 a {
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
}
/* Navigation */
.system_nav_box {
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
}
.system_nav_box .com-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.system_nav_box a,
.system_nav_box span {
  font-size: 0.2125rem;
  color: #000;
  transition: all 0.3s;
}

.single-post .system_nav_box a,
.single-post .system_nav_box span {
  font-size: 0.2125rem;
  color: #000;
  transition: all 0.3s;
}

.system_nav_box a::before {
  font-size: 0.15rem;
  transition: all 0.3s;
  margin: 0 0.0375rem;
}
.system_nav_box a.active,
.system_nav_box a:hover,
.system_nav_box span.active,
.system_nav_box span:hover {
  color: var(--mainColor);
  font-weight: 700;
}
.rank-math-breadcrumb p span {
  font-family: "Poppins";
  display: inline-block;
  margin: 0 2px;
  font-size: 0.2rem;
  color: #fff;
}
.rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .system_nav_box a,
  .system_nav_box span {
    font-size: 15px;
  }
  .system_news_categories {
    font-size: 14px;
  }

  .system_nav_box .com-card {
    flex-wrap: wrap;
  }
}

/* 分类导航 */
.system_category_navigation {
  width: 100%;
  height: 0.875rem;
  background-color: #f4f4f6;
}
.system_category_navigation .com-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.system_category_navigation a {
  position: relative;
  font-size: 0.225rem;
  height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 0.5625rem;
}
.system_category_navigation a:last-child {
  margin-right: 0;
}
.system_category_navigation a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  content: "";
  width: 0;
  height: 0.0125rem;
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.system_category_navigation a:hover,
.system_category_navigation a.active {
  color: var(--mainColor);
}
.system_category_navigation a:hover::after,
.system_category_navigation a.active::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .system_category_navigation {
    height: auto;
    padding: 10px 0;
  }
  .system_category_navigation .com-card {
    flex-wrap: wrap;
  }
  .system_category_navigation a {
    font-size: 15px;
  }
}

/* 分页 */
.pagination {
  width: 100%;
  height: auto;
  margin-top: 3%;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li span,
.pagination .page-numbers li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li {
  width: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  height: 35px;
  transition: all 0.3s;
  margin-right: 8px;
  border: 1px solid var(--mainColor);
}
.pagination .page-numbers li:last-child {
  margin-right: 0;
}
.pagination .page-numbers li:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.pagination .page-numbers .current {
  color: #fff;
  background-color: var(--mainColor);
}
button {
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers li {
    margin-bottom: 4px;
  }
  .pagination .page-numbers {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
/* 单页 */
.system_single_page {
  width: 100%;
  height: auto;
  padding: 3% 0;
}
.system_single_pageText {
  width: 100%;
  height: auto;
  margin-top: 2%;
}
.system_single_pageText p,
.system_single_pageText,
.system_single_pageText p span,
.system_single_pageText span {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000;
}
.system_single_pageText img {
  margin: 0.125rem 0;
  width: auto;
}
table {
  width: 100%;
  height: auto;
  overflow: auto;
  border: 1px solid #000;
}
table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  transition: all 0.3s;
  min-height: 0.4375rem;
  padding: 0 0.125rem;
  font-size: 0.2rem;
}
table tr:hover td {
  background-color: var(--mainColor) !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  table {
    display: block;
  }
  .pagination .page-numbers {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .system_single_pageText img {
    width: 100%;
  }
}
/* #endregion */

/* #region  Page style */
.tranImg {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.com-mores2 {
  width: 2rem;
  height: 0.575rem;
  border: solid 0.0125rem var(--color-f);
  font-size: 0.2rem;
  color: var(--color-f);
  margin: 0 auto;
  margin-top: 0.475rem;
  transition: all 0.3s;
}
.com-mores2::after {
  filter: brightness(0.8);
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(158, 85, 24, 0.6);
  transform: translateY(-5px);
}
.com-tl {
  font-weight: normal;
  font-family: Poppins-Medium;
  font-size: 0.6rem;
  line-height: 0.625rem;
  color: var(--mainColor);
}
.com-tl.black {
  color: #000;
}
.com-tl.center {
  text-align: center;
}
.com-tl.normal {
  font-weight: normal;
}
.com-title {
  width: 100%;
  height: auto;
}
.com-title .ls {
  font-size: 0.225rem;
  color: #2a435c;
}
.com-ls30,
.com-ls30 p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #fff;
}
.com-ls30.black,
.com-ls30.black p {
  color: #1b1108;
}
.com-ls30 div {
  color: #000;
}
.com-ls24,
.com-ls24 p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #363636;
}
.min-tl {
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  text-align: center;
  color: var(--mainColor);
}
.com-mores {
  width: 2.075rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
  height: 0.625rem;
  line-height: 0.625rem;
  background-color: #563b20;
  border-radius: 0.0625rem;
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
}
.header {
  width: 100%;
  height: 1.25rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 0.3s;
}
.languageSwitching {
  cursor: pointer;
  width: auto;
  padding: 0 0.125rem;
  height: 0.575rem;
  background-color: #ffffff;
  border-radius: 0.2875rem;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
.languageSwitching p {
  font-size: 0.2rem;
}
.header.active .languageSwitching {
  background-color: var(--mainColor);
}
.header.active .languageSwitching p,
.header.active .languageSwitching::after {
  color: #fff;
}
/* .header.active .logo img,
.header.inner .logo img {
  filter: invert(1);
} */
.header.active .zjny-language-switcher.black .zjny-language::after {
  filter: invert(1);
}
/* .languageSwitching::after {
  display: block;
  content: ">";
  transform: rotate(90deg);
  font-size: 0.3rem;
  transition: all 0.3s;
  color: #000000;
  margin-left: 0.075rem;
}
.languageSwitching p {
  font-size: 0.175rem;
  color: #000000;
  transition: all 0.3s;
  margin-right: 0.075rem;
}
.languageSwitching .icon {
  width: 0.35rem;
  height: 0.225rem;
  object-fit: cover;
  vertical-align: bottom;
} */
.header.active,
.header.inner {
  box-shadow: 0px 0px 15px 0px rgba(101, 101, 101, 0.14);
  background-color: var(--mainColor);
}

.header .logo {
  display: flex;
  width: 1.35rem;
  height: auto;
  margin-right: 0.55rem;
}

.header .logo img {
  width: 100%;
  object-fit: cover;
  height: auto;
  vertical-align: bottom;
}

.menu-level1 > li,
.menu-level1,
.header .rt,
.header .lt {
  height: 100%;
}
.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}
.menu-level1 > li > a {
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  color: #fff;
}
/* .header.active .menu-level1 > li > a,
.header.inner .menu-level1 > li > a {
  color: #000;
} */

.header .searchbox {
  width: 0.575rem;
  cursor: pointer;
  height: 0.575rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.header .searchbox img {
  width: 0.2rem;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}
.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.headerSwiper .swiper-slide {
  position: relative;
}

.headerSwiper .text {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.headerSwiper .text .con {
  width: 100%;
  height: auto;
}

.headerSwiper .text .con .title {
  font-family: Poppins-SemiBold;
  font-size: 0.625rem;
  color: #ffffff;
}
.headerSwiper .text .lsbox {
  width: 6.6875rem;
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.125rem;
  margin-top: 0.15rem;
  padding: 0.3125rem 0.1875rem 0.2875rem 0.375rem;
}

.headerSwiper .text .lsbox .tl {
  font-family: Poppins-Medium;
  font-size: 0.225rem;
  color: #ffffff;
  margin-bottom: 0.1875rem;
}
.headerSwiper .text .lsbox li {
  width: calc((100% - 0.125rem) / 2);
  margin: 0 0.125rem 0.2375rem 0;
}
.headerSwiper .text .lsbox li:nth-child(2n) {
  margin-right: 0;
}
.headerSwiper .text .lsbox .img {
  width: 1.025rem;
  height: 1.025rem;
  margin-right: 0.225rem;
  border-radius: 50%;
  border: solid 0.025rem rgba(255, 255, 255, 0.9);
}
.headerSwiper .text .lsbox li:hover img {
  transform: scale(1.2);
}
.headerSwiper .text .lsbox .img .icon {
  width: auto;
  height: 0.5625rem;
  object-fit: contain;
  transition: all 0.3s;
}
.headerSwiper .text .lsbox .name {
  font-family: Poppins-Medium;
  font-size: 0.225rem;
  color: #ffffff;
  flex: 1;
}
.headerSwiper .text .lsbox .mores {
  display: block;
  cursor: pointer;
  width: 2.95rem;
  height: 0.75rem;
  transition: all 0.3s;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.75rem;
  color: #563b20;
  margin-top: 0.25rem;
}
.header-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 32px !important;
  z-index: 22;
}
.header-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: all 0.3s;
  opacity: 1;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}

.inderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.75rem 0;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.11);
}
.inderIndexBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.525rem;
}
.inderIndexBox1Con .item {
  cursor: pointer;
  position: relative;
  width: calc((100% - 3.75rem) / 7);
  margin: 0 0.625rem 0.1875rem 0;
}
.inderIndexBox1Con .item:nth-child(7n) {
  margin-right: 0;
}
.inderIndexBox1Con .item .img {
  width: 100%;
  max-height: 0.7875rem;
}
.inderIndexBox1Con .item img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
  filter: grayscale(1);
  object-fit: contain;
}
.inderIndexBox1Con .item:hover img {
  filter: none;
}
.inderIndexBox1Con .item .text {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5625rem;
  width: fit-content;
  min-width: 3.3625rem;
  height: 1.1625rem;
  background-color: #ffffff;
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding: 0 0.125rem;
  color: #1b1108;

  box-shadow: 0px 0.0625rem 0.3625rem 0px rgba(0, 0, 0, 0.13);
}

.inderIndexBox1Con .item .text::after {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.125rem;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
.inderIndexBox1Con .item:hover .text {
  display: flex;
}

.inderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.5rem 0;
}
.inderIndexBox2Con {
  width: 20rem;
  margin: 0.625rem auto 0 auto;
}
.inderIndexBox2Con .item {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.inderIndexBox2Con .item.active {
  height: auto;
  overflow: visible;
}
.inderIndexBox2 .top {
  width: 100%;
  height: auto;
}
.inderIndexBox2 .top .img {
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
}
.inderIndexBox2 .top .item {
  position: relative;
  cursor: pointer;
  margin: 0 0.625rem 0.125rem 0;
}
.inderIndexBox2 .top .item:hover .name,
.inderIndexBox2 .top .item.active .name {
  opacity: 1;
}
.inderIndexBox2 .top .item:hover .img .active,
.inderIndexBox2 .top .item.active .img .active {
  display: block;
}
.inderIndexBox2 .top .item:hover .img .icon,
.inderIndexBox2 .top .item.active .img .icon {
  display: none;
}
.inderIndexBox2 .top .item:last-child {
  margin-right: 0;
}
.inderIndexBox2 .top .img .active {
  display: none;
}
.inderIndexBox2 .top .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.inderIndexBox2 .top .name {
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  color: var(--mainColor);
  opacity: 0.7;

  transition: all 0.3s;
}
/* ======= */
.inderIndexBox2 .top .skms {
  position: absolute;
  top: -0.6875rem;
  width: 6.3125rem;
  display: none;
  right: -6.6875rem;
  height: auto;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.11);
  border-radius: 0.125rem;
  z-index: 22;
}
.inderIndexBox2 .top .item.active .skms {
  display: block;
}
.inderIndexBox2 .top .skms::after {
  position: absolute;
  left: -0.0625rem;
  top: 0.5625rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  transform: rotate(45deg);
  border-top: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #fff;
  border-radius: 0.025rem;
}
.inderIndexBox2 .top .imgs {
  width: 100%;
  height: 8.8625rem;
  padding: 0.5rem;
  border-radius: 0.125rem;
  background-color: #fff;
  overflow: hidden;
}
.inderIndexBox2 .top .imgs .bgimg {
  width: auto;
  height: 100%;
  transition: all 0.3s;
  object-fit: contain;
}
.inderIndexBox2 .top .imgs:hover img {
  transform: scale(1.1);
}
.inderIndexBox2 .top .skms .closes {
  position: absolute;
  right: 0.2125rem;
  top: 0.25rem;
  cursor: pointer;
  width: 0.1875rem;
  height: 0.025rem;
  background-color: #000;
  transform: rotate(45deg);
}
.inderIndexBox2 .top .skms .closes::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.1875rem;
  height: 0.025rem;
  transform: rotate(90deg);
  background-color: #000;
}
.inderIndexBox2 .top .text {
  width: 100%;
  height: 1.3rem;
  background-color: #f7d147;
  border-radius: 0.125rem;
  font-family: Poppins-SemiBold;
  font-size: 0.3rem;
  line-height: 0.45rem;
  padding: 0 0.125rem;
  color: #000000;
}
/* ---- */

.inderIndexBox2Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inderIndexBox2Swiper .swiper-slide {
  width: 5.0375rem;
  height: auto;
}
.inderIndexBox2Swiper .swiper-slide-active .name {
  display: flex;
}
.inderIndexBox2Swiper .img {
  width: 100%;
  height: 6.4875rem;
  position: relative;
  border-radius: 0.125rem;
  overflow: hidden;
}
.inderIndexBox2Swiper .type {
  position: absolute;
  left: 0.25rem;
  top: 0.175rem;
  z-index: 2;
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  color: #ffffff;
}
.inderIndexBox2Bg {
  width: 100%;
  height: auto;
  background-position-y: 100% !important;
}
.inderIndexBox2Swiper .name {
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  width: 5.0375rem;
  display: none;
  margin-top: 0.25rem;
  color: var(--mainColor);
}

.inderIndexBox2 .bottom .ls {
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  width: 40%;
  margin: 0.25rem 0;
  line-height: 0.375rem;
  text-align: center;
  color: #563b20;
}
.inderIndexBox3 {
  position: relative;
  width: 100%;
  height: auto;
}
.inderIndexBox3Con {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1.0625rem;
  height: auto;
}
.inderIndexBox3 .imgList .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: none;
  opacity: 0;
  transition: display 0.5s ease-in-out;
  vertical-align: bottom;
}
.inderIndexBox3 .imgList .bg.active {
  opacity: 1;
  display: block;
  z-index: 2;
}
.inderIndexBox3Con .top {
  width: 10rem;
  height: auto;
  padding: 0.35rem 0.5625rem 0.75rem 0.5rem;
  background-color: #eeebe8;
  border-radius: 0.125rem;
}
.inderIndexBox3Con .top .tl {
  font-family: Poppins-SemiBold;
  font-size: 0.225rem;
  color: var(--mainColor);
}
.inderIndexBox3Swiper1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inderIndexBox3Swiper1 .swiper-slide {
  align-items: flex-start;
}
.inderIndexBox3Swiper1 .name {
  font-family: Poppins-Medium;
  font-size: 0.45rem;
  flex: 1;
  margin-top: 0.1875rem;
  line-height: 1;
  color: var(--mainColor);
}
.inderIndexBox3Swiper1 .com-ls30 {
  margin-bottom: 0.25rem;
}
.inderIndexBox3Swiper1 .text {
  width: 50%;
}
.inderIndexBox3Swiper1 .mores {
  font-family: Poppins-Medium;
  text-decoration: underline;
  display: block;
  font-size: 0.175rem;
  color: var(--mainColor);
}
.inderIndexBox3-next,
.inderIndexBox3-prev,
.inderIndexBox7-prev,
.inderIndexBox7-next {
  width: 0.6rem;
  cursor: pointer;
  height: 0.6rem;
  font-family: Poppins-ExtraLight;
  font-size: 0.45rem;
  color: var(--mainColor);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.125rem;
  transition: all 0.3s;
}
.inderIndexBox3-prev {
  margin-right: 0.025rem;
}
.inderIndexBox3-prev:hover,
.inderIndexBox3-next:hover,
.inderIndexBox7-prev:hover,
.inderIndexBox7-next:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.inderIndexBox3Con .bto {
  width: 100%;
  height: auto;
  height: 1.1625rem;
  padding: 0.25rem 0;
  margin-top: 0.375rem;
  border-radius: 0.125rem;
  backdrop-filter: blur(15px);
  border: solid 1px rgba(255, 255, 255, 0.19);
}
.inderIndexBox3Swiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.inderIndexBox3Swiper2 .name {
  width: 100%;
  cursor: pointer;
  font-family: Poppins-Light;
  font-size: 0.2rem;
  color: #ffffff;
  padding: 0 0.25rem;
  width: fit-content;
  height: 0.6625rem;
  border-radius: 0.0625rem;
  transition: all 0.3s;
  white-space: nowrap;
  text-align: center;
}
.inderIndexBox3Swiper2 .swiper-slide-thumb-active .name {
  background-color: #ffffff;
  color: var(--mainColor);
  border-radius: 0.0625rem;
  text-align: center;
}
.inderIndexBox3Swiper2 .swiper-slide-thumb-active .name {
  color: var(--mainColor);
}

.inderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.875rem 0;
}
.inderIndexBox4 .lt {
  width: 40%;
}
.inderIndexBox4 .top .rt {
  flex: 1;
  margin-left: 2.25rem;
}
.inderIndexBox4 .lt .tl {
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  margin-bottom: 0.15rem;
  color: var(--mainColor);
}
.inderIndexBox4 .lt .com-ls30 {
  margin: 0.375rem 0;
}
.inderIndexBox4 .lt .com-mores,
.inderIndexBox5Swiper2 .com-mores {
  width: 2.075rem;
  color: #fff;
  background-color: var(--mainColor);
  height: 0.75rem;
  line-height: 0.75rem;
}
.inderIndexBox4 .rt li {
  width: calc((100% - 0.5625rem) / 2);
  margin: 0 0.5625rem 0.625rem 0;
  border-top: 1px solid var(--mainColor);
  padding-top: 0.1875rem;
}
.inderIndexBox4 .rt li:nth-child(2n) {
  margin-right: 0;
}
.inderIndexBox4 .rt .name {
  font-size: 0.2rem;
  color: #1b1108;
  margin-bottom: 0.125rem;
}
.inderIndexBox4 .rt .counter,
.inderIndexBox4 .rt .nu p {
  font-family: Poppins-SemiBold;
  font-size: 0.6rem;
  color: var(--mainColor);
}
.inderIndexBox4 .bto {
  width: 100%;
  height: 6.075rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 0.125rem;
}
.inderIndexBox4 .bto .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.inderIndexBox5 {
  width: 100%;
  height: auto;
  border: solid 1px #e5e5e5;
  padding: 0.875rem 0 1.625rem 0;
  background-color: var(--bg-c);
}
.inderIndexBox5 .top {
  width: 100%;
  height: auto;
  padding-right: 23%;
  border-bottom: 1px solid rgba(170, 107, 34, 0.1);
}
.inderIndexBox5Swiper1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.375rem;
}
.inderIndexBox5Swiper1 .name {
  position: relative;
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  cursor: pointer;
  padding-bottom: 0.25rem;
  color: #000000;
  width: fit-content;
}
.inderIndexBox5Swiper1 .name::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  transition: all 0.3s;
  height: 0.0375rem;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
}

.inderIndexBox5Swiper1 .swiper-slide-thumb-active .name {
  color: var(--mainColor);
}
.inderIndexBox5Swiper1 .swiper-slide-thumb-active .name::after {
  width: 100%;
}
.inderIndexBox5Swiper2 {
  width: 100%;
  height: auto;
  overflow-x: clip;
  margin-top: 0.9375rem;
  padding: 0 0.1875rem 0.1875rem 0;
}
.inderIndexBox5Swiper2 .lt {
  flex: 1;
}
.inderIndexBox5Swiper2 .img {
  width: 10.1625rem;
  position: relative;
  height: 6.3875rem;
  margin-left: 1.125rem;
  background-color: var(--mainColor);
  border-radius: 0.125rem;
}
.inderIndexBox5Swiper2 img {
  position: absolute;
  right: -0.125rem;
  transition: all 0.3s;
  bottom: -0.125rem;
  border-radius: 1.25rem 0.125rem 0.125rem 0.125rem;
}
.inderIndexBox5Swiper2 .img:hover img {
  right: 0;
  bottom: 0;
}
.inderIndexBox5Swiper2 .tl {
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  color: #000000;
}
.inderIndexBox5Swiper2 .tl::before {
  display: block;
  content: "";
  width: 0.1125rem;
  height: 0.1125rem;
  background-color: var(--mainColor);
  margin-right: 0.0625rem;
  border-radius: 50%;
}
.inderIndexBox5Swiper2 .name {
  display: block;
  font-family: Poppins-SemiBold;
  text-decoration: underline;
  font-size: 0.3rem;
  line-height: 0.45rem;
  margin: 0.1875rem 0 0.25rem 0;
  color: #563b20;
}

.inderIndexBox5Swiper2 .mores {
  width: 3.1125rem;
  height: 0.75rem;
  display: block;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  border: solid 1px var(--mainColor);
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  text-align: center;
  margin-left: 0.175rem;
  transition: all 0.3s;
  line-height: 0.75rem;
  color: #000000;
}
.inderIndexBox5Swiper2 .bto {
  margin-top: 0.625rem;
}
.inderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.inderIndexBox6Con {
  position: relative;
  width: 100%;
  align-items: anchor-center;
  height: auto;
  margin-top: 1.7375rem;
}
.inderIndexBox6Con .lt {
  width: 50%;
  height: auto;
  background: linear-gradient(to right, #ffffff 30%, #f0eded 100%);
  padding: 0.5625rem 8.5% 0.125rem 3.25rem;
  clip-path: polygon(
    0% 0%,
    calc(100% - 2.2rem) 0%,
    100% 50%,
    calc(100% - 2.2rem) 100%,
    0% 100%
  );
  min-height: 7.15rem;
}
.inderIndexBox6Con .rt {
  width: 50%;
  height: auto;
  margin-top: 1.45rem;
  background: linear-gradient(to left, #ffffff 30%, #f0eded 100%);
  padding: 0.625rem 9% 0.125rem 3rem;
  min-height: 7.6rem;
  clip-path: polygon(2.2rem 0%, 100% 0%, 100% 100%, 2.2rem 100%, 0% 50%);
}
.inderIndexBox6Con .item .icon {
  width: auto;
  height: 0.75rem;
  display: block;
  margin-right: 0.525rem;
  object-fit: contain;
  transition: all 0.3s;
}
.inderIndexBox6Con .item .name {
  font-family: Poppins-Bold;
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: var(--mainColor);
}
.inderIndexBox6Con .item {
  margin-bottom: 1rem;
}
.inderIndexBox6Con .item .com-ls30 {
  color: #000;
  margin-top: 0.1rem;
}
.inderIndexBox6Con .item:last-child {
  margin-bottom: 0;
}
.inderIndexBox6Con .item .text {
  flex: 1;
}
.inderIndexBox6Con .con {
  position: absolute;
  left: 52.5%;
  top: 0;
  transform: translateX(-50%);
  width: 3.775rem;
  height: auto;
}

.inderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.inderIndexBox7Con {
  width: 100%;
  position: relative;
  height: 8.15rem;
  background-color: #ffffff;
  border-radius: 1px;
  margin-top: 0.5625rem;
  padding: 0.25rem 0.225rem;
  box-shadow: 0px 0px 0.2625rem 0px rgba(101, 101, 101, 0.15);
}
.inderIndexBox7Con .bottom {
  position: absolute;
  right: 0.3375rem;
  bottom: 0.5rem;
  z-index: 33;
}
.inderIndexBox7-prev {
  margin-right: 0.1375rem;
}
.inderIndexBox7Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inderIndexBox7Swiper .img {
  width: 8.175rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-right: 1.1875rem;
}
.inderIndexBox7Swiper .text {
  flex: 1;
  margin-bottom: 1.5375rem;
  padding: 0.625rem 0.375rem 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inderIndexBox7Swiper .text .com-ls30 {
  position: relative;
  font-size: 0.25rem;
  line-height: 0.45rem;
  color: #000000;
  padding: 0 0.4375rem 0 0.75rem;
}
.inderIndexBox7Swiper .text .com-ls30::before {
  position: absolute;
  top: 0.125rem;
  left: 0;
  display: block;
  content: "";
  width: 0.4375rem;
  height: 0.3625rem;
  background: url(../images/im1-6.png) no-repeat;
  background-size: contain;
}
.inderIndexBox7Swiper .text .com-ls30::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 0.4375rem;
  transform: rotate(180deg);
  height: 0.3625rem;
  background: url(../images/im1-6.png) no-repeat;
  background-size: contain;
}
.inderIndexBox8 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0 1.0625rem 0;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background-color: var(--bg-c);
}
.inderIndexBox8Con {
  width: 100%;
  height: auto;
  margin-top: 0.8125rem;
}
.inderIndexBox8Con .item {
  width: calc((100% - 1.05rem) / 3);
  margin: 0 0.525rem 0.125rem 0;
}
.inderIndexBox8Con .item:nth-child(3n) {
  margin-right: 0;
}
.inderIndexBox8Con .item .img {
  width: 100%;
  height: 3.925rem;
  border-radius: 0.0125rem;
  overflow: hidden;
}
.inderIndexBox8Con .item .text {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 4rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2625rem 0px rgba(101, 101, 101, 0.15);
  border-radius: 1px;
  padding: 0.125rem 0.625rem 0.5625rem 0.25rem;
}
.inderIndexBox8Con .item .time {
  font-family: Poppins-Light;
  font-size: 0.2rem;
  color: var(--mainColor);
}
.inderIndexBox8Con .item .name {
  font-family: Poppins-Medium;
  text-decoration: underline;
  font-size: 0.25rem;
  line-height: 0.45rem;
  margin: 0.075rem 0 0.25rem 0;
  color: var(--mainColor);
}
.inderIndexBox8Con .item .mores {
  font-size: 0.2rem;
  color: #1f1f1f;
  display: block;
  transition: all 0.3s;
}
.inderIndexBox8Con .item .text::after {
  display: block;
  width: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.1125rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.2625rem 0px rgba(101, 101, 101, 0.15);
  border-radius: 0.0125rem;
  transition: all 0.3s;
}
.inderIndexBox8Con .item:hover .text::after {
  width: 100%;
}
.inderIndexBox8Con .item:hover .mores {
  text-decoration: underline;
  color: var(--mainColor);
}
.inderIndexBox8 .btomores {
  margin: 0 auto;
  margin-top: 0.525rem;
  display: block;
  text-decoration: underline;
  font-size: 0.2rem;
  text-align: center;
  color: #1f1f1f;
}
.inderIndexBox9 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}
.inderIndexBox9 .com-tl {
  font-weight: normal;
}
.inderIndexBox9 .elementor-form {
  margin-top: 1.125rem;
}
.inderIndexBox9 .elementor-form input {
  height: 0.7rem !important;
  background-color: #f7f7f7 !important;
  border: solid 1px #e5e5e5 !important;
  font-family: Poppins-ExtraLight !important;
  font-size: 0.2rem !important;
  padding-left: 0.2375rem !important;
  color: #001421 !important;
}
.inderIndexBox9 .elementor-form select {
  width: 100% !important;
  height: 0.6625rem !important;
  cursor: pointer !important;
  display: flex !important;
  font-family: Poppins-ExtraLight !important;
  font-size: 0.2rem !important;
  padding-left: 0.2375rem !important;
  color: #001421 !important;
  background-color: #f7f7f7 !important;
  border: solid 1px #e5e5e5 !important;
}
.inderIndexBox9 .form .item input:nth-child(2n) {
  margin-right: 0;
}
.inderIndexBox9 .elementor-form textarea {
  width: 100% !important;
  display: flex !important;
  height: 1.7rem !important;
  background-color: #f7f7f7 !important;
  border: solid 1px #e5e5e5 !important;
  font-family: Poppins-ExtraLight !important;
  font-size: 0.2rem !important;
  padding: 0.2375rem 0 0 0.2375rem !important;
  color: #001421 !important;
}
.inderIndexBox9 .elementor-form button[type="submit"] {
  width: 2.9375rem !important;
  height: 0.75rem !important;
  cursor: pointer !important;
  background-color: var(--mainColor) !important;
  border-radius: 0.0625rem !important;
  font-family: Poppins-Medium !important;
  margin: 0 auto !important;
  display: flex !important;
  font-size: 0.2rem !important;
  text-align: center !important;
  line-height: 0.75rem !important;
  color: #ffffff !important;
  display: flex !important;
  justify-content: center !important;
}
.inderIndexBox9 .elementor-form .ls {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #363636;
  margin-bottom: 0.25rem;
}
.inderIndexBox9 .elementor-form .ls a {
  color: var(--mainColor);
  text-decoration: underline;
}
/* ======= */
.inderIndexBox9 .item .input {
  width: calc((100% - 0.25rem) / 2);
  margin: 0.2375rem 0.25rem 0 0;
  height: 0.7rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}
.hideInput {
  display: none;
}
.inderIndexBox9 .elementor-form .elementor-field-group.hs10-hide {
  display: none;
}
.inderIndexBox9 .elementor-form .elementor-field-type-upload {
  display: none;
}
.inderIndexBox9
  .elementor-form
  .elementor-field-group
  > label.elementor-field-label
  + input.elementor-field {
  flex: 1 !important;
  height: 100% !important;
  margin-bottom: 0 !important;
  background-color: #fff !important;
}
.inderIndexBox9 .item .input:nth-child(2n) {
  margin-right: 0;
}
.inderIndexBox9 .elementor-form .elementor-field-type-text {
  flex-wrap: nowrap;
}
.inderIndexBox9 .elementor-form label {
  font-size: 0.2rem !important;
  width: 2.15rem !important;
  height: 0.7rem !important;
  background-color: #f7f7f7 !important;
  border: solid 1px #e5e5e5 !important;
  border-right: none !important;
  color: #001421 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.inderIndexBox9 .elementor-form .upload-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 0.25rem;
}

.inderIndexBox9 .elementor-form .upload-wrapper input[type="file"] {
  display: none;
}
.inderIndexBox9 .elementor-form label.custom-upload-label {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.8375rem !important;
  height: 1.625rem !important;
  background-color: #f7f7f7 !important;
  border-radius: 0.125rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.inderIndexBox9 .elementor-form label.custom-upload-label:hover {
  background-color: #eeeeee !important;
}

/* 图标样式 */
.upload-icon {
  width: 0.35rem;
  height: 0.35rem;
  margin-bottom: 0.125rem;
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.upload-text {
  font-size: 0.2rem;
  color: #333;
}

.file-name-display {
  margin-top: 0.125rem;
  font-size: 0.2rem;
  color: #666;
  max-width: 2.25rem;
  word-wrap: break-word;
  text-align: center;
  min-height: 0.225rem;
}
/*  */

.inderfooter {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
  background-color: var(--mainColor);
}
.inderfooter .logo {
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(241, 189, 17, 0.1);
}
.inderfooter .logo img {
  width: 2.5rem;
  display: block;
  height: 0.8375rem;
  object-fit: cover;
}
.inderfooter .con {
  width: 100%;
  padding: 0.875rem 0;
  justify-content: space-between;
}
.inderfooter .con li {
  display: flex;
  flex-direction: column;
}
.inderfooter .con .name {
  font-family: Poppins-Bold;
  font-size: 0.225rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 0.25rem;
  color: #ffffff;
}
.inderfooter .con a {
  font-size: 0.2rem;
  display: inline-block;
  line-height: 0.45rem;
  color: #ffffff;
  transition: all 0.3s;
}
.inderfooter .con a:hover {
  text-decoration: underline;
}
.inderfooter .con li:last-child {
  width: 22%;
}
.inderfooter .bto {
  padding: 0.4625rem 0;
  position: relative;
  border-top: 0.0125rem solid rgba(255, 255, 255, 0.2);
}
.inderfooter .bto::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -0.0125rem;
  width: 1.525rem;
  height: 0.025rem;
  background-color: #ffffff;
  border-radius: 0.0125rem;
}
.footerLink a {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #ffffff;
  border-radius: 0.2125rem;
  margin-right: 0.1125rem;
  transition: all 0.3s;
}
.footerLink a:hover {
  transform: translateY(-10px);
}
.footerLink a img {
  width: auto;
  height: 0.1875rem;
  object-fit: contain;
}

.inderfooter .bto .lt .com-ls30 {
  width: 66%;
  margin-left: 0.9375rem;
}

/* ============ */

.iderBanner {
  position: relative;
  width: 100%;
  height: auto;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderNav {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0.275rem;
}
.iderNav a {
  font-size: 0.2rem;
  color: #f2f2f2;
}
.iderNav a i::before {
  font-size: 0.15rem;
  margin: 0 0.05rem;
}
.iderNav a::before {
  font-size: 0.15rem;
  margin: 0 0.05rem;
}
.iderNav.inner span {
  color: #000;
}
.iderSolutionBox1 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderSolutionBox1 .top {
  width: 100%;
  height: 8.1375rem;
  margin-bottom: 0.625rem;
}
.iderSolutionBox1 .top .lt {
  flex: 1;
  height: 100%;
  margin-right: 0.375rem;
  background: url(../picture/bg8.png) center no-repeat;
  background-size: cover;
  box-shadow: 0px 0.0875rem 0.225rem 0px rgba(108, 108, 108, 0.36);
  border-radius: 1px;
  overflow: hidden;
  background-color: #ffffff;
  background-position: 0 -3.25rem;
  padding: 0.75rem 0 1.1875rem 1.15rem;
  justify-content: space-between;
  align-items: baseline;
}

.iderSolutionBox1 .top .rt {
  position: relative;
  width: 6.4375rem;
  height: 100%;
  overflow: hidden;
  border-radius: 1px;
}
.iderSolutionBox1 .top .rt .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  top: 0;
  background-color: rgba(2, 49, 102, 0.8);
  padding: 0 1.25rem 0.75rem 0.4375rem;
  justify-content: end;
}
.iderSolutionBox1 .top .rt .text .name {
  font-family: Poppins-Medium;
  font-size: 0.375rem;
  color: #ffffff;
}
.iderSolutionBox1 .top .rt .text .ls {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #ffffff;
  margin: 0.375rem 0;
}
.iderSolutionBox1 .top .rt .text .com-mores2 {
  margin: 0;
  border: none;
  background-color: var(--mainColor);
  color: #fff;
}
.iderSolutionBox1 .top .rt .text .com-mores2::after {
  filter: brightness(0) invert(1);
}
.iderSolutionBox1 .top .lt .icon {
  width: 2.3625rem;
  height: auto;
  object-fit: cover;
}
.iderSolutionBox1 .top .lt .tl h2,
.iderSolutionBox1 .top .lt .tl {
  font-family: Poppins-SemiBold;
  font-size: 0.45rem;
  line-height: 0.75rem;
  color: var(--mainColor);
}

.iderSolutionBox1 .top .lt .tl::after {
  display: block;
  content: "";
  width: 1.375rem;
  height: 0.05rem;
  background-color: var(--mainColor);
  border-radius: 1px;
  margin: 0.5rem 0 0.125rem 0;
}
.iderSolutionBox1 .top .lt .com-ls30 {
  font-size: 0.225rem;
  width: 47%;
  line-height: 0.45rem;
  color: #000000;
}
.iderSolutionBox1Con {
  width: 100%;
  height: auto;
}
.iderSolutionBox1Con .item {
  position: relative;
  width: calc((100% - 0.75rem) / 3);
  margin: 0 0.375rem 0.4875rem 0;
  height: 8.1375rem;
  border-radius: 1px;
  overflow: hidden;
}
.iderSolutionBox1Con .item:nth-child(3n) {
  margin-right: 0;
}
.iderSolutionBox1Con .name {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  height: auto;
  padding-left: 0.375rem;
  font-family: Poppins-Medium;
  font-size: 0.3625rem;
  color: #ffffff;
}
.iderSolutionBox1Con .name::after {
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.575rem;
  background: url(../images/im2-6-2.png) center no-repeat;
  background-size: 0.3rem 0.1rem;
  background-color: var(--mainColor);
}
.iderComFormBox1 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background: url(../picture/bg7.png) center no-repeat;
  background-size: contain;
  background-color: var(--bg-c);
}
.iderComFormBox1 .com-card {
  width: 15rem;
}
.iderComFormBox1 .form {
  width: 100%;
  margin-top: 1.125rem;
}
.iderComFormBox1 .form .formList {
  width: 100%;
  margin-bottom: 0.2375rem;
}
.iderComFormBox1 .form .formList input {
  width: calc((100% - 0.25rem) / 2);
  height: 0.575rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding-left: 0.1625rem;
  color: rgba(0, 0, 0, 0.5);
}
.iderComFormBox1 .form textarea {
  width: 100%;
  height: 1.6625rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding: 0.1625rem 0 0 0.1625rem;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
.iderComFormBox1 .form .ls {
  font-size: 0.2rem;
  color: #000000;
  margin: 0.125rem 0 0.425rem 0;
}
.iderComFormBox1 .form .ls a {
  text-decoration: underline !important;
  color: var(--mainColor);
}
.iderComFormBox1 .form input[type="submit"] {
  width: 3rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

.iderNav.inner {
  position: static;
  padding: 0.3125rem 0;
  margin-top: 1.1875rem;
}
.iderNav.inner a {
  color: #000;
}

.iderSolutionDelBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.iderSolutionDelBox1 .top {
  width: 100%;
  align-items: baseline;
}
.iderSolutionDelBox1 .top .ls {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #000000;
  width: 57%;
}
.iderSolutionDelBox1 .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
}
.iderSolutionDelBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}
.iderSolutionDelBox2 .com-card {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid rgba(1, 68, 131, 0.1);
}
.iderSolutionDelBox2 .img {
  width: 9.9rem;
  height: 7.85rem;
  border-radius: 1px;
  overflow: hidden;
}
.iderSolutionDelBox2 .lt {
  flex: 1;
  padding: 0 3% 0 0;
}
.iderSolutionDelBox2 .lt .com-ls30,
.iderSolutionDelBox2 .lt .com-ls30 p {
  color: #001d30;
}
.iderSolutionDelBox2 .lt .com-ls30 p {
  margin-top: 0.3125rem;
}
.iderSolutionDelBox2 .lt .quote {
  width: 2.8125rem;
  height: 0.525rem;
  line-height: 0.525rem;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 0.5rem;
}
.iderSolutionDelBox3 {
  width: 100%;
  height: auto;
  padding-top: 0.5625rem;
}
.iderSolutionDelBox3 .com-card {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(1, 68, 131, 0.1);
}
.iderSolutionDelBox3 .top .imgList {
  flex: 1;
  margin-right: 3%;
}
.iderSolutionDelBox3 .top .imgList .img {
  width: 3.2125rem;
  overflow: hidden;
  height: 3.2rem;
  margin: 0 0.2625rem 0.275rem 0;
}
.iderSolutionDelBox3 .top .imgList .img:nth-child(2n) {
  margin-right: 0;
}
.iderSolutionDelBox3 .top {
  width: 100%;
  margin: 0.375rem 0 1.5rem 0;
  align-items: flex-start;
}
.iderSolutionDelBox3 .top .rt {
  align-items: baseline;
  width: 10.275rem;
}
.iderSolutionDelBox3 .top .rt .name {
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000000;
  margin-bottom: 0.1875rem;
}
.iderSolutionDelBox3 .top .rt .item {
  position: relative;
  width: calc((100% - 0.225rem) / 2);
  margin: 0 0.225rem 0.25rem 0;
  padding-top: 0.25rem;
  border-top: 0.0125rem solid rgba(1, 68, 131, 0.2);
}
.iderSolutionDelBox3 .top .rt .item .com-ls30,
.iderSolutionDelBox3 .top .rt .item .com-ls30 p {
  color: #000;
}
.iderSolutionDelBox3 .top .rt .item::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -0.0125rem;
  width: 0.75rem;
  height: 0.0125rem;
  background-color: var(--mainColor);
  border-radius: 0px;
}
.iderSolutionDelBox3 .top .rt .item:nth-child(2n) {
  margin-right: 0;
}
.iderSolutionDelBox3 .top .rt .item:last-child {
  width: 100%;
}
.iderSolutionDelBox3Bto {
  width: 100%;
  align-items: baseline;
  height: auto;
}
.iderSolutionDelBox3Bto .item {
  width: calc((100% - 0.65rem) / 2);
}

.iderSolutionDelBox3Bto .items .tl {
  width: 100%;
  cursor: pointer;
  border-top: 1px solid #00284f;
  height: 0.7375rem;
}
.iderSolutionDelBox3Bto .items .tl .name {
  font-size: 0.225rem;
  color: #00284f;
}
.iderSolutionDelBox3Bto .items .tl::after {
  display: block;
  content: ">";
  font-family: "Poppins";
  font-size: 0.375rem;
  color: #00284f;
  transition: all 0.3s;
}
.iderSolutionDelBox3Bto .items.active .tl::after {
  transform: rotate(90deg);
  color: var(--mainColor);
}
.iderSolutionDelBox3Bto .items.active .name {
  color: var(--mainColor);
}
.iderSolutionDelBox3Bto .itemActive .items.active .tl::after {
  transform: rotate(0);
}
.iderSolutionDelBox3Bto .items .text {
  width: 100%;
  display: none;
  padding-bottom: 0.25rem;
}
.iderSolutionDelBox3Bto .items .text p,
.iderSolutionDelBox3Bto .items .text {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderSolutionDelBox3Bto .items .text p {
  margin-bottom: 0.25rem;
}
.iderComProdeuct {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
}
.iderComProdeuct .itemLi {
  width: 100%;
  margin-top: 0.65rem;
}
.iderComProdeuct .itemLi li {
  width: 4.125rem;
  height: auto;
  background-color: var(--bg-c);
  box-shadow: 0px 0px 0.3rem 0px rgba(4, 0, 0, 0.02);
  border-radius: 1px;
  margin: 0 0.325rem 0.1875rem 0;
}
.iderComProdeuct .itemLi li .img {
  width: 100%;
  position: relative;
  height: 4.2875rem;
  padding: 0.25rem;
  overflow: hidden;
}
.iderComProdeuct .itemLi li .img a {
  display: flex;
  height: 100%;
}
.iderComProdeuct .itemLi li .type {
  position: absolute;
  left: 0.2375rem;
  top: 0.1625rem;
  width: fit-content;
  line-height: 0.4125rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.175rem;
  text-align: center;
  padding: 0 0.1875rem;
  color: #ffffff;
  height: 0.4125rem !important;
}
.iderComProdeuct .itemLi li .img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderComProdeuct .itemLi li:nth-child(4n) {
  margin-right: 0;
}
.iderComProdeuct .itemLi .text {
  width: 100%;
  height: 2.95rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  justify-content: space-between;
  padding: 0.4375rem 0.375rem 0.4375rem 0.375rem;
}
.iderComProdeuct .itemLi .text .com-ls30,
.iderComProdeuct .itemLi .text .com-ls30 p {
  color: #000;
}
.iderComProdeuct .itemLi .text .name {
  font-size: 0.3rem;
  display: block;
  color: var(--color-f);
  transition: all 0.3s;
}
.iderComProdeuct .itemLi .text .mores {
  display: block;
  width: 1.9rem;
  height: 0.525rem;
  border: solid 0.0125rem var(--color-f);
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.525rem;
  color: var(--color-f);
  transition: all 0.3s;
}
.iderComProdeuct .itemLi li:hover .text {
  background-color: var(--mainColor);
}
.iderComProdeuct .itemLi li:hover .name,
.iderComProdeuct .itemLi li:hover .com-ls30 {
  color: #fff;
}
.iderComProdeuct .itemLi li:hover .mores {
  background-color: #fff;
  color: var(--mainColor);
  border-color: var(--mainColor);
}
.iderSolutionDelBox4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
  background-color: var(--bg-c);
}
.iderSolutionDelBox4 .lt {
  flex: 1;
}
.iderSolutionDelBox4 .rt {
  width: 65%;
  margin-left: 3%;
}
.iderSolutionDelBox4 .rt .item {
  width: 100%;
  display: none;
}
.iderSolutionDelBox4 .rt .tl {
  font-size: 0.3rem;
  width: 100%;
  padding-top: 0.2rem;
  margin-bottom: 0.2rem;
  border-top: 1px solid #00284f;
  color: #000000;
}
.iderSolutionDelBox4 .com-tl {
  line-height: 0.5625rem;
}
.iderSolutionDelBox4 .rt .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderSolutionDelBox4 .rt .text {
  width: 100%;
  padding-top: 0.25rem;
}
.iderSolutionDelBox4 .rt .text p,
.iderSolutionDelBox4 .rt .text {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderSolutionDelBox4 .rt .text p {
  margin-bottom: 0.0625rem;
}
.iderSolutionDelBox4 .rt .text p strong {
  color: var(--mainColor);
}
.iderSolutionDelBox4 .lt .ls {
  width: 100%;
  color: #000;
  margin: 0.3375rem 0 0.75rem 0;
}
.iderSolutionDelBox4 .lt .ls p {
  color: #000;
}

.iderSolutionDelBox4 .iderSolutionDelBox3Bto .item {
  width: 100%;
}
.iderSolutionDelBox5 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
}
.iderSolutionDelBox5 .title {
  font-size: 0.3rem;
  color: #000000;
}
.iderSolutionDelBox5 .com-title {
  align-items: baseline;
}
.iderSolutionDelBox5 .com-title .com-ls30 {
  width: 40%;
}
.iderSolutionDelBox5 ul {
  width: 100%;
  height: auto;
  align-items: baseline;
  margin: 0.425rem 0 0.875rem 0;
}
.iderSolutionDelBox5 ul li {
  width: 4.0125rem;
  margin: 0 0.475rem 0.125rem 0;
}
.iderSolutionDelBox5 ul li .com-ls30,
.iderSolutionDelBox5 ul li .com-ls30 p {
  color: #000;
}
.iderSolutionDelBox5 ul li .img {
  width: 100%;
  height: 3.225rem;
  border-radius: 0.025rem;
  overflow: hidden;
}
.iderSolutionDelBox5 ul li .name {
  display: block;
  font-size: 0.225rem;
  margin: 0.1625rem 0 0.25rem 0;
  color: #000000;
}

.iderSolutionDelBox5 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderSolutionDelBox5 .bto {
  width: 100%;
  height: 6.9875rem;
  border-radius: 0.025rem;
}
.iderSolutionDelBox5 .bto .img {
  position: relative;
  width: 55%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.025rem;
}
.iderSolutionDelBox5 .bto .logo {
  position: absolute;
  left: 0.5rem;
  top: 0.5625rem;
  width: 1.5875rem;
  height: 0.625rem;
  object-fit: cover;
  z-index: 2;
  transition: all 0.3s;
}
.iderSolutionDelBox5 .bto .text .name {
  font-size: 0.3rem;
  color: #000000;
}
.iderSolutionDelBox5 .bto .text {
  flex: 1;
  height: 100%;
  background-color: var(--bg-c);
  padding: 1rem 1.125rem 0.125rem 0.875rem;
}
.iderSolutionDelBox5 .bto .text .com-ls30,
.iderSolutionDelBox5 .bto .text .com-ls30 p {
  color: #000;
}
.iderSolutionDelBox5 .bto .text .com-ls30 p {
  margin-top: 0.3125rem;
}
.iderSolutionDelBox6 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  background-color: var(--bg-c);
}
.iderSolutionDelBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
  padding-bottom: 0.75rem;
}
.iderSolutionDelBox6-prev {
  margin-right: 0.125rem;
}
.iderSolutionDelBox6Swiper .text {
  width: 100%;
  height: 5.75rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.225rem 0px rgba(108, 108, 108, 0.13);
  border-radius: 0.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.625rem 0.5625rem 0.625rem 0.75rem;
}
.iderSolutionDelBox6Swiper .text .com-ls30,
.iderSolutionDelBox6Swiper .text .com-ls30 p {
  color: #000;
}
.com-tl2 {
  font-size: 0.3rem;
  color: #000000;
  transition: all 0.3s;
}
.iderSolutionDelBox6Swiper .text .com-ls30 {
  margin-top: 0.1875rem;
  width: 100%;
  transition: all 0.3s;
}
.iderSolutionDelBox6Swiper .text .tl::after {
  display: block;
  content: "";
  width: 0.6375rem;
  height: 0.6rem;
  background: url(../images/im4.png) no-repeat;
  background-size: cover;
}
.iderSolutionDelBox6Swiper .text .bto img {
  width: 1rem;
  height: 1rem;
  object-fit: cover;
  margin-right: 0.2375rem;
  border-radius: 50%;
}
.iderSolutionDelBox6Swiper .swiper-slide:hover .text {
  background-color: var(--mainColor);
}
.iderSolutionDelBox6Swiper .swiper-slide:hover .tl,
.iderSolutionDelBox6Swiper .swiper-slide:hover .com-ls30,
.iderSolutionDelBox6Swiper .swiper-slide:hover .com-ls30 p {
  color: #fff;
}
.iderComFormBox1.white {
  background-color: #fff;
}
.iderBanner .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.iderBanner .text .tl {
  font-family: Poppins-Bold;
  font-size: 0.75rem;
  color: #ffffff;
}
.iderBanner .text .ls {
  font-family: Poppins-Bold;
  font-size: 1.875rem;
  color: #ffffff;
}
.iderAboutBox1 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.iderAboutBox1 .top {
  width: 100%;
  align-items: baseline;
}
.iderAboutBox1 .top .com-ls30 {
  width: 65%;
}
.iderAboutBox1 .com-ls30,
.iderAboutBox1 .com-ls30 p {
  color: #000;
}
.iderAboutBox1 .top .com-ls30 p {
  margin-bottom: 0.25rem;
}
.iderAboutBox1 .img {
  width: 100%;
  height: auto;
  border-radius: 1px;
  overflow: hidden;
}
.iderAboutBox2 {
  width: 100%;
  height: 12.25rem;
  padding: 1.2rem 0;
  background: url(../picture/ic6-1.png) no-repeat;
  background-size: cover;
}
.iderAboutBox2 .logo {
  width: 2.7625rem;
  object-fit: contain;
  height: 0.7625rem;
}
.iderAboutBox2 .text {
  text-align: center;
}
.iderAboutBox2 .tl {
  font-family: Poppins-SemiBold;
  font-size: 0.375rem;
  color: #f2f2f2;
  margin: 1.25rem 0 0.5rem 0;
}
.iderAboutBox2 .name {
  font-family: Poppins-SemiBold;
  font-size: 0.75rem;
  color: #f2f2f2;
}
.iderAboutBox2 .ls {
  font-family: Poppins-Light;
  font-size: 0.6rem;
  line-height: 0.9rem;
  color: #f2f2f2;
  width: 60%;
  margin: 0 auto;
}
.iderAboutBox3 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0 3.4625rem 0;
  background: url(../picture/bg9.png) no-repeat;
  background-size: cover;
}
.iderAboutBox3 .title p {
  font-size: 0.2rem;
  color: #000000;
  display: flex;
  align-items: center;
  margin-right: 1.2375rem;
}
.iderAboutBox3 .title {
  margin-bottom: 2.125rem;
}
.iderAboutBox3 .com-tl {
  color: var(--color-f);
}
.iderAboutBox3 .title p::before {
  display: block;
  content: "";
  width: 0.0875rem;
  height: 0.0875rem;
  border-radius: 50%;
  margin-right: 0.1125rem;
  background-color: var(--mainColor);
}
.iderAboutBox3Swiper1 {
  width: 1.25rem;
  overflow: hidden;
  height: 6.25rem;
  margin: 0.6875rem 0.4875rem 0 0;
}
.iderAboutBox3Swiper2 {
  overflow: hidden;
  height: auto;
  width: calc(100% - 1.25rem);
}
.iderAboutBox3Swiper1 .time {
  font-family: Poppins-Light;
  font-size: 0.2rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
}
.iderAboutBox3Swiper2 .time {
  position: relative;
  font-family: Poppins-Light;
  font-size: 0.45rem;
  color: var(--color-f);
  width: 100%;
  padding: 0 0 0.25rem 1.75rem;
  border-bottom: 0.0125rem solid #d2d2d2;
}
.iderAboutBox3Swiper2 .time::after {
  display: block;
  content: "";
  width: 4.1125rem;
  height: 0.0125rem;
  position: absolute;
  left: 0;
  bottom: -0.0125rem;
  background-color: var(--color-f);
  border-radius: 0.0125rem;
}
.iderAboutBox3Swiper2 .text {
  width: 100%;
  padding-top: 0.6875rem;
}
.iderAboutBox3Swiper2 .text .lt {
  flex: 1;
}
.iderAboutBox3Swiper2 .text .name {
  font-size: 0.375rem;
  color: var(--color-f);
  margin-bottom: 0.25rem;
}

.iderAboutBox3Swiper2 .text .com-ls30 {
  color: var(--color-f);
}
.iderAboutBox3Swiper2 .text .com-ls30 p {
  color: inherit;
}
.iderAboutBox3Swiper2 .text .img {
  width: 7.725rem;
  overflow: hidden;
  height: 5.175rem;
  margin-left: 1.5rem;
  border-radius: 1px;
}
.iderAboutBox3Swiper1 .swiper-slide-thumb-active .time {
  color: var(--color-f);
}
.iderBanner .text .lss {
  font-size: 0.3rem;
  color: #fff;
  margin-top: 0.125rem;
}
.iderChooseBox1 {
  width: 100%;
  height: auto;
  padding: 3% 0;
}
.iderChooseBox1 .com-card {
  padding-bottom: 0.9375rem;
  border-bottom: 0.0375rem solid var(--mainColor);
}

.iderChooseBox1 .rt {
  position: relative;
  flex: 1;
}
.iderChooseBox1 .rt::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.1625rem;
  height: 0.6rem;
  background: url(../picture/logo4.png) no-repeat;
  background-size: contain;
}
.iderChooseBox1 .img {
  position: relative;
  width: 6.9375rem;
  margin-right: 0.75rem;
  height: 9.075rem;
  border-radius: 1px;
}
.iderChooseBox1 .img .text {
  position: absolute;
  right: -0.25rem;
  bottom: 0;
  width: 3.225rem;
  height: 1.6875rem;
  background-color: var(--mainColor);
  border-radius: 0.625rem 0.625rem 0px 0px;
  padding: 0.475rem 0.375rem 0.125rem;
}
.iderChooseBox1 .img .text .name {
  font-family: Poppins-Bold;
  font-size: 0.25rem;
  text-align: right;
  color: #f2f2f2;
}
.iderChooseBox1 .img .text .ls {
  font-family: Poppins-Thin;
  font-size: 0.225rem;
  margin-top: 0.1rem;
  text-align: right;
  color: #f2f2f2;
}

.iderChooseBox1 .rt .con {
  margin-top: 0.25rem;
  align-items: baseline;
}
.iderChooseBox1 .rt .con .com-ls30 {
  width: calc((100% - 0.6625rem) / 2);
  border-top: 1px solid rgba(5, 95, 148, 0.1);
}
.iderChooseBox1 .rt .con .com-ls30 div,
.iderChooseBox1 .rt .con .com-ls30 {
  color: #000;
}
.iderChooseBox1 .rt .con .com-ls30 p {
  margin-top: 0.25rem;
  color: var(--color-f);
}
.iderChooseBox2 {
  width: 100%;
  height: auto;
  padding: 1.75rem 0;
}
.iderChooseBox2 .rt {
  flex: 1;
}
.iderChooseBox2 .lt {
  width: 4.3125rem;
  margin-right: 1.375rem;
}
.iderChooseBox2 .lt .item {
  cursor: pointer;
  margin-bottom: 0.3125rem;
  width: 100%;
}
.iderChooseBox2 .lt .item .name {
  font-family: Poppins-Light;
  font-size: 0.225rem;
  text-align: left;
  flex: 1;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.5);
}
.iderChooseBox2 .lt .item::before {
  display: block;
  content: "\25CF";
  font-size: 0.25rem;
  margin-right: 0.275rem;
  color: #d2d2d2;
  transition: all 0.3s;
}
.iderChooseBox2 .lt .item .name::after {
  display: block;
  content: "\21C0";
  transition: all 0.3s;
  font-size: 0.375rem;
  color: #e5e5e5;
}
.iderChooseBox2 .lt .item:hover .name,
.iderChooseBox2 .lt .item:hover .name::after,
.iderChooseBox2 .lt .item:hover::before,
.iderChooseBox2 .lt .item.active .name,
.iderChooseBox2 .lt .item.active .name::after,
.iderChooseBox2 .lt .item.active::before {
  color: var(--mainColor);
}
.iderChooseBox2 .lt .item:hover .br,
.iderChooseBox2 .lt .item.active .br {
  text-decoration: underline;
}
.iderChooseBox2 .rt .item li {
  width: calc((100% - 0.5rem) / 2);
  margin: 0 0.5rem 0.275rem 0;
}
.iderChooseBox2 .rt .item li:nth-child(2n) {
  margin-right: 0;
}
.iderChooseBox2 .lt .conItem {
  margin-top: 0.8125rem;
}
.iderChooseBox2 .rt .item {
  display: none;
}
.iderChooseBox2 .rt .item .img {
  width: 100%;
  height: 4.7rem;
  overflow: hidden;
  border-radius: 1px;
}
.iderChooseBox2 .rt .item .name {
  font-size: 0.2rem;
  color: #000;
  padding: 0.15rem 0;
}
.iderChooseBox2 .rt .item .name::before {
  display: block;
  content: "/";
  font-size: 0.2rem;
  color: var(--mainColor);
  margin-right: 0.0625rem;
}
.iderChooseBox3 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0 1.125rem 0;
  background: url(../picture/bg16.png) no-repeat;
  background-size: cover;
}
.iderChooseBox3Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 1.0625rem;
}
.iderChooseBox3Swiper .img {
  width: 100%;
  height: 4.2375rem;
  padding: 0.075rem;
  background-color: #ffffff;
  border-radius: 1px;
  overflow: hidden;
}
.iderChooseBox3Swiper .name {
  width: 100%;
  font-size: 0.2rem;
  text-align: center;
  padding: 0.1875rem 0;
  color: #000000;
}
.iderChooseBox3-pagination {
  margin-top: 0.625rem;
}
.iderChooseBox3-pagination .swiper-pagination-bullet {
  width: 0.1375rem;
  opacity: 1;
  height: 0.1375rem;
  background-color: #9b9b9b;
}
.iderChooseBox3-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderChooseBox4 {
  width: 100%;
  height: auto;
  padding: 1.75rem 0;
}
.iderChooseBox4 .top {
  width: 100%;
}
.iderChooseBox4 .top .tl {
  font-size: 0.2rem;
  color: #000000;
}
.iderChooseBox4 .top .tl::before {
  display: block;
  content: "";
  width: 0.1375rem;
  height: 0.1375rem;
  border-radius: 50%;
  margin-right: 0.1125rem;
  background-color: var(--mainColor);
}
.iderChooseBox4 .top .ls {
  font-family: Poppins-Light;
  font-size: 0.45rem;
  line-height: 0.6rem;
  width: 77%;
  color: var(--color-f);
}
.iderChooseBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.8125rem;
}
.iderChooseBox4Con .item .tl {
  width: 100%;
  cursor: pointer;
  height: 1.5rem;
}

.iderChooseBox4Con .item .tl::after {
  display: block;
  content: "+";
  font-family: Poppins-Thin;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.iderChooseBox4Con .item .nu {
  width: 1.6rem;
  height: 0.625rem;
  margin-right: 0.3375rem;
  font-size: 0.3rem;
  background: url(../images/im4-1.png) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 0.625rem;
  color: #f2f2f2;
}
.iderChooseBox4Con .item .img {
  width: 7.1375rem;
  height: 4.6rem;
  overflow: hidden;
  border-radius: 1px;
}
.iderChooseBox4Con .item .text .lt {
  flex: 1;
  padding: 0.375rem 1.875rem 0 1.875rem;
}
.iderChooseBox4Con .item li {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: var(--color-f);
  padding-left: 0.4125rem;
  background: url(../images/im4-2.png) left center no-repeat;
  background-size: 0.225rem 0.1625rem;
  background-position-y: 0.125rem;
  margin-bottom: 0.25rem;
}
.iderChooseBox4Con .item {
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
.iderChooseBox4Con .item:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.iderChooseBox4Con .item.active .tl::after {
  content: "-";
  color: var(--mainColor);
}
.iderChooseBox4Con .item.active .tl {
  border-color: var(--color-f);
}
.iderChooseBox4Con .item .text {
  display: none;
  padding-bottom: 1rem;
}
.iderCaseDelBox1 {
  width: 100%;
  height: auto;
  padding-top: 0.875rem;
}
.iderCaseDelBox1 .com-tl::after {
  display: block;
  content: "";
  width: 1.3625rem;
  height: 0.075rem;
  margin-top: 0.1875rem;
  background-image:
    linear-gradient(90deg, #0c2442 0%, #4f7492 100%),
    linear-gradient(#294765, #294765);
  background-blend-mode: normal, normal;
}
.iderCaseDelBox1 .bto {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
  padding: 1.125rem 0 1.75rem 0;
  background-color: var(--bg-c);
}
.iderCaseDelBox1 .com-tl2 {
  line-height: 0.45rem;
}
.iderCaseDelBox1 .bto .text {
  padding: 0 1.25rem 0 0;
  flex: 1;
}
.iderCaseDelBox1 .bto .text .ls {
  font-size: 0.225rem;
  line-height: 0.375rem;
  letter-spacing: 0.0125rem;
  color: #0d1926;
  margin: 0.375rem 0 0.25rem 0;
}
.iderCaseDelBox1 .bto .text .Inquiry {
  width: 2rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.3s;
}
.iderCaseDelBox1 .bto .img {
  width: 9.7875rem;
  position: relative;
  height: 7.525rem;
  background-color: var(--mainColor);
  border-radius: 1.25rem 0.0125rem 0.0125rem 0.0125rem;
}
.iderCaseDelBox1 .bto .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0.125rem;
  top: 0.125rem;
  border-radius: 1.25rem 0.0125rem 0.0125rem 0.0125rem;
}
.iderCaseDelBox2 {
  width: 100%;
  height: auto;

  padding: 1.875rem 0 1.125rem 0;
  background: url(../picture/bg10.png) no-repeat;
  background-size: cover;
}
.iderCaseDelBox2 .com-tl {
  color: #fff;
}
.iderCaseDelBox2 .title {
  align-items: baseline;
}
.iderCaseDelBox2 .title .com-ls30 {
  width: 48%;
  font-size: 0.225rem;
}
.iderCaseDelBox2Swiper {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  overflow: hidden;
}
.iderCaseDelBox2Swiper .img {
  width: 100%;
  height: 4.3125rem;
  overflow: hidden;
}
.iderCaseDelBox3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.75rem 0;
  background: url(../images/bg11.png) left no-repeat;
  background-size: 2.5rem 8.5rem;
}

.iderCaseDelBox3 .top {
  width: 100%;
  height: auto;
}
.iderCaseDelBox3 .top .item {
  width: 100%;
  height: 7.65rem;
  background-color: var(--bg-c);
  border-radius: 1px;
  padding: 0.625rem;
}
.iderCaseDelBox3 .top .com-tl {
  color: var(--mainColor);
  margin-bottom: 0.3125rem;
}
.iderCaseDelBox3 .top .item .text {
  font-size: 0.225rem;
  line-height: 0.375rem;
  max-height: 5.225rem;
  overflow-y: auto;
  color: #292a2b;
}

.iderCaseDelBox3 .top .item .text strong {
  color: var(--mainColor);
  font-weight: normal;
}
.iderCaseDelBox3 .top .item .text ul {
  margin-left: 0.125rem;
  margin-top: 0.25rem;
}
.iderCaseDelBox3 .top .item:first-child .text {
  line-height: 0.6rem;
}
.iderCaseDelBox3 .top .item .text li {
  font-size: 0.225rem;
  line-height: 0.3rem;
  padding-left: 0.5rem;
  background: url(../images/im4-3.png) left top no-repeat;
  background-size: 0.3rem;
  color: #292a2b;
  margin-bottom: 0.25rem;
}
.iderCaseDelBox3 .bto {
  width: 100%;
  height: auto;
  padding-top: 2.1875rem;
  background: url(../images/bg12.png) right bottom no-repeat;
  background-size: 2.5rem 9rem;
  background-position-y: 1.25rem;
}
.iderCaseDelBox3 .bto .con {
  width: 100%;
  margin-top: 1rem;
}
.iderCaseDelBox3 .bto .con .img {
  width: 9.1625rem;
  height: 6.575rem;
  overflow: hidden;
}
.iderCaseDelBox3 .bto .con .text {
  flex: 1;
  margin-left: 0.875rem;
}
.iderCaseDelBox3 .bto .con .text .br {
  width: 7.3rem;
  height: 0.05rem;
  background: linear-gradient(to right, #1e98d3, transparent);
  border-radius: 0.025rem;
  margin-bottom: 0.625rem;
}
.iderCaseDelBox3 .bto .con .text .ls {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #000000;
}
.iderCaseDelBox3 .bto .con .text .ls strong {
  color: var(--mainColor);
}
.iderComProdeuct.inner {
  background-color: var(--bg-c);
}
.iderComProdeuct.inner .itemLi li {
  background-color: #fff;
}
.iderBanner .text .ls ul {
  margin-top: 0.1875rem;
}
.iderBanner .text .ls li {
  font-size: 0.3rem;
  font-family: Poppins-Light;
  line-height: 0.525rem;
  color: #ffffff;
}
.iderOdmBox1 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 0.625rem 0;
}
.iderOdmBox1 .con {
  width: 100%;
  height: auto;
  background: url(../picture/bg10.png) no-repeat;
  background-size: cover;
  padding: 0.725rem 0.35rem 0.7375rem 0.875rem;
}
.iderOdmBox1 .con .text {
  flex: 1;
  padding-right: 1.5rem;
}
.iderOdmBox1 .con .com-tl {
  line-height: 0.55rem;
  color: #fff;
}
.iderOdmBox1 .con .com-tl::after {
  display: block;
  content: "";
  width: 6.2125rem;
  height: 0.0125rem;
  background-color: #00284f;
  border-radius: 0.0125rem;
  margin-top: 0.375rem;
  opacity: 0.1;
}
.iderOdmBox1 .con .text .com-ls30 p {
  color: #fff;
  margin-top: 0.3125rem;
}
.iderOdmBox1 .img {
  position: relative;
  width: 9.7875rem;
  height: 7.525rem;
  background-color: #ffffff;
  border-radius: 1.25rem 1px 1px 1px;
}
.iderOdmBox1 .img img {
  position: absolute;
  left: 0.125rem;
  top: 0.125rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem 1px 1px 1px;
}
.iderOdmBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
}
.iderOdmBox2 .com-card {
  padding-bottom: 0.725rem;
  border-bottom: 1px solid rgba(5, 127, 197, 0.1);
}
.iderOdmBox2 .com-title {
  align-items: baseline;
}
.iderOdmBox2 .com-title .com-tl2 {
  width: 51%;
}
.iderOdmBox2Con {
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
}
.iderOdmBox2Con ul {
  width: 100%;
  margin-top: 0.375rem;
  align-items: baseline;
}
.iderOdmBox2Con ul li {
  width: 6.075rem;
  height: auto;
  border-right: 1px solid #eaeaea;
  padding-right: 0.4375rem;
  margin-right: 0.4375rem;
}
.iderOdmBox2Con ul li:nth-child(3n) {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.iderOdmBox2Con li .img {
  width: 100%;
  height: 3.675rem;
  border-radius: 1px;
  overflow: hidden;
}
.iderOdmBox2Con li .text {
  width: 100%;
  height: auto;
  padding: 0.1875rem 0.375rem 0 0.25rem;
}
.iderOdmBox2Con li .text .name {
  display: block;
  font-size: 0.225rem;
  margin-bottom: 0.0625rem;
  color: #000000;
}
.iderOdmBox3 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1.375rem 0;
}
.iderOdmBox3 .top {
  width: 100%;
  margin: 0.4375rem 0 0.6375rem 0;
}
.iderOdmBox3 .top .item {
  width: calc((100% - 0.675rem) / 2);
  height: 6.1rem;
  background-color: var(--bg-c);
  border-radius: 1px;
  padding: 0.625rem 1.25rem 0.125rem 0.8125rem;
}
.iderOdmBox3 .top .item .name {
  font-size: 0.375rem;
  color: var(--mainColor);
}
.iderOdmBox3 .top .item .tl {
  font-size: 0.225rem;
  color: #000000;
  margin: 0.15rem 0 0.375rem 0;
}
.iderOdmBox3 .top .item li {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
  background: url(../images/im4-3.png) top left no-repeat;
  background-size: 0.475rem;
  padding-left: 0.75rem;
  background-position-y: 0.0625rem;
}
.iderOdmBox3 .top .item li strong {
  font-family: Poppins-Medium;
  display: block;
}
.iderOdmBox3 .bto {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../picture/ic9-4.png) no-repeat;
  background-size: cover;
  padding: 1.7rem 0 2.275rem 0;
}

.iderOdmBox3 .bto .logo {
  position: absolute;
  width: 1.5875rem;
  object-fit: cover;
  z-index: 2;
  height: 0.625rem;
  left: 0.3375rem;
  top: 0.3375rem;
}
.com-tl.white {
  color: #fff;
}
.iderOdmBox3 .bto .text {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
.iderOdmBox3 .bto .text .ls {
  font-family: Poppins-Thin;
  font-size: 0.375rem;
  line-height: 0.6rem;
  margin-top: 0.5rem;
  color: #ffffff;
}
.iderOdmBox3 .bto .text .ls strong {
  color: var(--mainColor);
  font-family: Poppins-SemiBold;
  text-decoration: underline;
}
.iderOdmBox4 {
  width: 100%;
  height: auto;
  background: url(../picture/bg10.png) no-repeat;
  background-size: cover;
  padding: 1.5625rem 0 1.8375rem 0;
}
.iderOdmBox4 ul {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderOdmBox4 ul li {
  position: relative;
  width: 3.125rem;
  height: 3.225rem;
  background-color: #fff;
  margin: 0 0.25rem 0.25rem 0;
  padding: 0.75rem 0.225rem 0.125rem 0.375rem;
  border-radius: 0.0625rem;
}
.iderOdmBox4 ul li:nth-child(6n) {
  margin-right: 0;
}
.iderOdmBox4 li img {
  width: auto;
  display: block;
  margin-bottom: 0.15rem;
  height: 0.625rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderOdmBox4 li .name {
  font-size: 0.225rem;
  line-height: 0.3rem;
  color: var(--color-f);
}
.iderOdmBox4 li::after {
  position: absolute;
  right: -0.3625rem;
  bottom: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 0.475rem;
  border-radius: 50%;
  height: 0.475rem;
  background: url(../images/im5-13.png) no-repeat;
  background-size: cover;
}
.iderOdmBox4 li:nth-child(6n)::after {
  display: none;
}
.iderOdmBox4 li .nu {
  position: absolute;
  right: 0.2375rem;
  bottom: 0.2375rem;
  font-size: 0.225rem;
  color: var(--color-f);
}
.iderOdmBox5 {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderOdmBox5 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderOdmBox5 .con {
  width: 100%;
  align-items: baseline;
  margin-top: 1.75rem;
}
.iderOdmBox5 .con .lt {
  width: 4.0625rem;
  margin-right: 1.1875rem;
}
.iderOdmBox5 .con .rt {
  flex: 1;
}
.iderOdmBox5 .lt .ltItem {
  width: 100%;
  margin-top: 0.1875rem;
  border-radius: 1px;
  padding: 0.25rem 0 0.625rem 0;
  background-color: var(--bg-c);
}
.iderOdmBox5 .lt .item {
  width: 100%;
  height: 0.875rem;
  cursor: pointer;
  padding: 0 0.175rem;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
}
.iderOdmBox5 .lt .item::after {
  display: block;
  opacity: 0;
  content: ">";
  font-family: "Poppins";
  font-size: 0.3rem;
  color: var(--mainColor);
  transform: translateX(-100%);
  transition: all 0.5s;
}
.iderOdmBox5 .lt .item.active,
.iderOdmBox5 .lt .item:hover {
  color: var(--mainColor);
  background-color: #fff;
}
.iderOdmBox5 .lt .item.active::after,
.iderOdmBox5 .lt .item:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.iderOdmBox5 .rt .item {
  width: 100%;
  height: auto;
  display: none;
}

.iderOdmBox5 .rt .com-tl2 {
  margin-bottom: 0.3125rem;
}
.iderOdmBox5 .rt .com-ls30 p {
  font-family: Poppins-Medium;
  font-size: 0.225rem;
  font-weight: 600;
  color: #000000;
}
.iderOdmBox5 .rt .com-ls30 ul {
  margin: 0.125rem 0 0.25rem 0;
}
.iderOdmBox5 .rt .com-ls30 li {
  font-family: Poppins-Light;
  font-size: 0.2rem;
  line-height: 0.45rem;
  background: url(../images/im5-12.png) top left no-repeat;
  background-size: 0.2rem 0.1375rem;
  padding-left: 0.375rem;
  color: #000000;
  background-position-y: 0.1625rem;
}
.iderOdmBox6 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 1.125rem 0;
}
.iderOdmBox6 ul {
  width: 100%;
  margin-top: 0.5rem;
}
.iderOdmBox6 ul li {
  position: relative;
  width: calc((100% - 0.4875rem) / 2);
  margin: 0 0.4875rem 0.125rem 0;
  height: 6.775rem;
  border-radius: 0.0625rem;
  overflow: hidden;
}
.iderOdmBox6 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderOdmBox6 li .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  justify-content: end;
  padding: 0 0.75rem 0.5rem 0.375rem;
  transition: all 0.5s;
}
.iderOdmBox6 li:hover .text {
  height: 100%;
  background: linear-gradient(to top, #00284f, 14%, transparent);
}
.iderOdmBox6 li:hover .mores,
.iderOdmBox6 li:hover .com-ls30 {
  display: flex;
}
.iderOdmBox6 li .name {
  display: block;
  font-size: 0.25rem;
  color: #ffffff;
}
.iderOdmBox6 li .com-ls30 {
  transition: all 0.5s;
  margin: 0.125rem 0 0.1875rem 0;
}
.iderOdmBox6 li .mores {
  font-size: 0.2rem;
  transition: all 0.5s;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}
.iderOdmBox6 li .mores::after {
  display: block;
  content: "\21C0";
  font-size: 0.3125rem;
  color: #fff;
  margin-left: 0.15rem;
}
.iderOdmBox6 li .com-ls30,
.iderOdmBox6 li .mores {
  display: none;
}
.iderBanner .icon {
  width: 8.375rem;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderProductBox1 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.75rem 0;
  background-color: var(--bg-c);
}
.iderProductBox1 .com-card {
  align-items: baseline;
}
.iderProductBox1 .lt {
  width: 4.9625rem;
  position: sticky;
  top: 2rem;
  z-index: 22;
  border-right: 1px solid #c8c8c8;
  padding-right: 0.625rem;
  margin-right: 0.7375rem;
}
.iderProductBox1 .lt .com-tl {
  font-size: 0.45rem;
}
.iderProductBox1 .lt .menu {
  width: 100%;
  margin-top: 0.3rem;
}
.iderProductBox1 .lt .item {
  width: 100%;
  height: auto;
  border-radius: 0.0625rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
  background-color: #fff;
}
.iderProductBox1 .lt .item .name {
  font-size: 0.225rem;
  color: #000000;
}
.iderProductBox1 .lt .item .tl {
  width: 100%;
  padding: 0.3125rem 0.2rem;
  border-bottom: 1px solid var(--bg-c);
}
.iderProductBox1 .lt .item .icon {
  width: 0.2375rem;
  height: 0.025rem;
  background-color: #000;
}
.iderProductBox1 .lt .item .icon::after {
  display: block;
  content: "";
  width: 0.2375rem;
  height: 0.025rem;
  background-color: #000000;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.iderProductBox1 .lt .item.active .icon::after {
  transform: rotate(0);
  background-color: var(--mainColor);
}
.iderProductBox1 .lt .item .downs {
  width: 100%;
  display: none;
  height: auto;
  padding: 0.25rem 0.2rem;
}
.iderProductBox1 .lt .item .downs a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.375rem;
  margin-bottom: 0.125rem;
  color: #000000;
  transition: all 0.3s;
}
.iderProductBox1 .lt .item .downs a:hover,
.iderProductBox1 .lt .item .downs a.active {
  color: var(--mainColor);
}
.iderProductBox1 .rt {
  flex: 1;
}
.iderProductBox1 .rt .com-ls30,
.iderProductBox1 .rt .com-ls30 p {
  color: #000;
}
.iderProductBox1 .rt .tl {
  font-size: 0.4125rem;
  color: #000000;
}
.iderProductBox1 .rt .com-ls30 {
  margin: 0.15rem 0 0.25rem 0;
}
.iderProductBox1 .rt .Inquire {
  width: 2rem;
  height: 0.575rem;
  cursor: pointer;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  text-align: center;
  transition: all 0.3s;
  line-height: 0.575rem;
  color: #ffffff;
}
.iderProductBox1 .iderComProdeuct {
  padding: 0;
  margin-top: 0.475rem;
}
.iderProductBox1 .iderComProdeuct .itemLi {
  margin-top: 0;
}
.iderProductBox1 .rt .iderComProdeuct .itemLi li {
  width: 3.75rem;
  margin: 0 0.275rem 0.3125rem 0;
  margin-bottom: 0.3125rem;
  background-color: #fff;
}
.iderProductBox1 .rt .iderComProdeuct .itemLi li:nth-child(3n) {
  margin-right: 0;
}
/* .iderProductBox1 .iderComProdeuct .itemLi li:nth-child(4n) {
  margin-right: 0.325rem;
} */
.iderProductBox1 .iderComProdeuct .itemLi li .img {
  height: 3.9125rem;
  border-bottom: 1px solid var(--bg-c);
}
.iderProductBox1 .iderComProdeuct .itemLi .text {
  height: 2.675rem;
  padding: 0.25rem 0.25rem 0.3125rem 0.3125rem;
}
.iderProductBox2 {
  width: 100%;
  height: auto;
  padding: 1.675rem 0 1.7875rem 0;
  background: url(../picture/bg6.png) no-repeat;
  background-size: cover;
}
.iderProductBox2 .con {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.iderProductBox2 .con .item {
  width: calc(100% / 4);
  height: 4.2875rem;
  padding: 0.5625rem 0.5rem 0.125rem 0.425rem;
  border-right: 0.0125rem solid rgba(255, 255, 255, 0.8);
  border-bottom: 0.0125rem solid rgba(255, 255, 255, 0.8);
}
.iderProductBox2 .con .item .com-ls30,
.iderProductBox2 .con .item .com-ls30 p {
  color: #000;
}
.iderProductBox2 .con .item:hover .icon {
  transform: translateY(-15%);
}
.iderProductBox2 .item .icon {
  width: auto;
  height: 0.7rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderProductBox2 .item .com-tl2 {
  color: var(--mainColor);
  margin: 0.325rem 0 0.125rem 0;
}
.iderProductBox3 {
  width: 100%;
  height: auto;
  margin-top: 1.125rem;
}
.iderProductBox3 ul {
  width: 100%;
  margin-top: 0.6875rem;
}
.iderProductBox3 ul li {
  width: calc(100% / 4);
  position: relative;
  height: 7.25rem;
  overflow: hidden;
}
.iderProductBox3 li .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.375rem;
  padding-left: 0.375rem;
  z-index: 2;
  font-family: Poppins-Bold;
  font-size: 0.225rem;
  color: #ffffff;
}
.iderProductBox3 li .name::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\21C0";
  font-size: 0.3125rem;
  color: #fff;
  width: 0.625rem;
  height: 0.575rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.iderProductBox4 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 1.0625rem 0;
}
.iderProductBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
}
.iderProductBox4Con .item {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.0875rem 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.375rem;
  padding: 0 0.35rem;
  cursor: pointer;
}
.iderProductBox4Con .item .name {
  font-size: 0.3rem;
  transition: all 0.3s;
  color: var(--mainColor);
}
.iderProductBox4Con .item .tl {
  width: 100%;
  transition: all 0.3s;
  height: 1.125rem;
}
.iderProductBox4Con .item .tl::after {
  display: block;
  content: ">";
  font-size: 0.4375rem;
  color: var(--color-f);
  font-family: "Poppins";
  transition: all 0.3s;
}
.iderProductBox4Con .item .text {
  width: 100%;
  display: none;
  padding-bottom: 0.375rem;
}
.iderProductBox4Con .item .text p {
  color: #000;
}
.iderProductBox4Con .item:hover .name,
.iderProductBox4Con .item.active .name {
  color: var(--mainColor);
}
.iderProductBox4Con .item.active .tl::after {
  transform: rotate(90deg);
  color: var(--mainColor);
}
.ideDetailsBox1 {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 1.5rem;
}
.ideDetailsBox1 .lt {
  width: 10.625rem;
}
.ideDetailsBox1 .rt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  z-index: 2;
  padding: 0 0.75rem 0 0.5625rem;
}
.ideDetailsBox1 .rt .com-ls30,
.ideDetailsBox1 .rt .com-ls30 p {
  color: #000;
}
.ideDetailsBox1::after {
  position: absolute;
  right: 0;
  top: -80px;
  content: "";
  display: block;
  width: 44.45%;
  height: 11.875rem;
  background-color: var(--bg-c);
}
.detailBox1Swiper2 {
  width: 9.5rem;
  height: 7.9125rem;
  margin: 0 auto;
  overflow: hidden;
}
.detailBox1Swiper2 .img {
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 3%;
}
.detailBox1Swiper2 .img img {
  object-fit: contain;
}
.detailBox1Swiper1 {
  height: 1.4625rem;
  margin-top: 0.125rem;
  flex: 1;
  overflow: hidden;
  margin: 0 0.275rem;
}
.ideDetailsBox1 .bto {
  width: 9.5rem;
  margin: 0 auto;
}
.detailBox1Swiper1 .img {
  width: 100%;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--bg-c);
  background-color: var(--bg-c);
}
.detailBox1Swiper1 .swiper-slide-thumb-active .img {
  border-color: var(--mainColor);
}
.detailBox1-prev,
.detailBox1-next {
  font-family: "Poppins";
  cursor: pointer;
  font-size: 0.45rem;
  z-index: 999;
}
.detailBox1-next:hover,
.detailBox1-prev:hover {
  color: var(--mainColor);
}
.ideDetailsBox1 .rt .com-ls30 {
  margin-top: 0.25rem;
}
.ideDetailsBox1 .rt .Inquiry {
  cursor: pointer;
  width: 2rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  transition: all 0.3s;
  color: #ffffff;
  margin-right: 0.25rem;
}
.ideDetailsBox1 .rt .downs {
  width: 2.5rem;
  height: 0.575rem;
  border: solid 0.0125rem #262626;
  font-size: 0.2rem;
  text-align: center;
  transition: all 0.3s;

  color: #262626;
}
.ideDetailsBox1 .rt .downs::before {
  display: block;
  content: "";
  width: 0.3rem;
  height: 0.3625rem;
  margin-right: 0.125rem;
  background: url(../images/im3-9.png) no-repeat;
  background-size: contain;
}
.ideDetailsBox2 {
  height: 1.05rem;
  width: 100%;
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.ideDetailsBox2.fixed {
  position: fixed;
  top: 1.25rem;
  z-index: 44;
  box-shadow: 0 0 15px rgba(2, 145, 170, 0.5);
}
.ideDetailsBox2 a {
  display: block;
  width: fit-content;
  padding: 0 0.3125rem;
  height: 0.675rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.3375rem;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.675rem;
  margin-right: 0.25rem;
  color: #f2f2f2;
  transition: all 0.3s;
}
.ideDetailsBox2 a:hover,
.ideDetailsBox2 a.active {
  background-color: #fff;
  color: var(--mainColor);
}
.ideDetailsBox3Item1 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.ideDetailsBox3Item1 .con {
  width: 100%;
  height: auto;
  margin-top: 0.3125rem;
}
.ideDetailsBox3Item1 .con .text {
  flex: 1;
}
.ideDetailsBox3Item1 .con .text,
.ideDetailsBox3Item1 .con .text p {
  color: #000;
}
.ideDetailsBox3Item1 .con .text h3 {
  font-family: Poppins-SemiBold;
  font-size: 0.2rem;
  margin-top: 0.3125rem;
  color: #000;
}
.ideDetailsBox3Item1 .con .img {
  width: 8.0375rem;
  height: 10rem;
  margin-left: 0.625rem;
  overflow: hidden;
  border-radius: 1px;
}
.ideDetailsBox3Item2 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 1.125rem 0;
}
.ideDetailsBox3Item2 .table {
  margin-top: 0.8125rem;
}
.ideDetailsBox3Item2 .table,
.ideDetailsBox3Item2 table {
  width: 100%;
  height: auto;
  overflow: auto;
  border: none;
}
.ideDetailsBox3Item2 table td {
  height: 0.75rem;
  background-color: #e5e5e5;
  font-size: 0.225rem;
  color: #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.ideDetailsBox3Item2 table tr:nth-child(2n) td {
  background-color: #fff;
}
/* .ideDetailsBox3Item2 table tr:nth-child(2) td, */
.ideDetailsBox3Item2 table tr:nth-child(1) td {
  font-family: Poppins-SemiBold;
  color: #fff;
  background-color: var(--mainColor);
}
.ideDetailsBox3Item2 .com-mores2 {
  border-color: var(--mainColor);
  color: #fff;
  background-color: var(--mainColor);
}

.ideDetailsBox3Item2 .com-mores2::after {
  filter: brightness(0) invert(1);
}
.ideDetailsBox3Item3 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}
.ideDetailsBox3Item3 ul {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ideDetailsBox3Item3 ul li {
  width: calc((100% - 0.8rem) / 3);
  margin: 0 0.4rem 0.125rem 0;
}
.ideDetailsBox3Item3 ul li:nth-child(3n) {
  margin-right: 0;
}
.ideDetailsBox3Item3 ul li .img {
  width: 100%;
  height: 4.8375rem;
  overflow: hidden;
}
.ideDetailsBox3Item3 ul li .name {
  display: block;
  font-family: Poppins-Light;
  font-size: 0.3rem;
  margin-top: 0.25rem;
  color: #5a5a5a;
}
.ideDetailsBox3Item4 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background-color: var(--bg-c);
}
.ideDetailsBox3Item4 .com-title {
  align-items: baseline;
}
.ideDetailsBox3Item4 .com-title .ls {
  width: 55%;
  padding-right: 2rem;
}
.ideDetailsBox3Item4 ul {
  width: 100%;
  margin-top: 0.6875rem;
}
.ideDetailsBox3Item4 ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 0.5rem) / 2);
  height: 6.05rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.15);
  border-radius: 1px;
  padding: 0.625rem 0.625rem 1.5rem 0.375rem;
}
.ideDetailsBox3Item4 li .name {
  font-size: 0.3rem;
  color: var(--mainColor);
}
.ideDetailsBox3Item4 .img {
  width: 100%;
  height: auto;
  margin-top: 5%;
}
.ideDetailsBox3Item4 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.ideDetailsBox3Item5 {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 11.5rem;
}
.ideDetailsBox3Item5 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.ideDetailsBox3Item5 .text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ideDetailsBox3Item5 .text .icon {
  width: 1.125rem;
  display: block;
  margin: 0 auto;
  height: 1.125rem;
}
.ideDetailsBox3Item5 .text p {
  font-size: 0.325rem;
  color: #fff;
  text-align: center;
  margin-top: 0.3125rem;
}
.ideDetailsBox3Item5 iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderProductBox3.inner {
  margin-top: 0;
  padding: 0.75rem 0;
}

.iderAboutBox7 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.4375rem 0 0.625rem 0;
}
.iderAboutBox7 .com-tl {
  color: #fff;
  text-align: center;
}

.iderAboutBox7Con {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 8.3375rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.05);
  border-radius: 0.0625rem;
  padding: 0.25rem 0.475rem;
}
.iderAboutBox7Con ul {
  margin-top: 0.8125rem;
}
.iderAboutBox7Con li .name {
  font-size: 0.375rem;
  text-align: center;
  /*   font-weight: 800; */
  color: var(--mainColor);
}
.iderAboutBox7Con li {
  width: 3.9375rem;
  height: 2.5625rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.0625rem;
  padding: 0.625rem 0.375rem 0.375rem;
}
.iderAboutBox7Con li .ls {
  font-size: 0.225rem;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.25rem;
  color: #000000;
}

.iderledBox17 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.iderledBox17.inner {
  background-color: var(--bg-c);
}
.iderledBox17 ul {
  width: 100%;
  margin-top: 0.475rem;
}
.iderledBox17 ul li {
  width: calc((100% - 0.75rem) / 3);
  margin: 0 0.375rem 0.1875rem 0;
  padding: 0.1625rem;
  height: 6.7rem;
  background-color: var(--bg-c);
  border-radius: 0.125rem;
}
.iderledBox17.inner ul li {
  background-color: #fff;
}
.iderledBox17 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderledBox17 li .img {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.iderledBox17 li .text {
  width: 100%;
  height: auto;
  padding: 0.15rem 0.375rem 0.5625rem 0.375rem;
}
.iderledBox17.inner .text {
  background-color: #fff;
}
.iderledBox17 li .name {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderledBox17 li .mores {
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
}
.iderledBox17 li .bto {
  width: 100%;
  margin-top: 0.375rem;
}
.iderledBox17 li:hover .mores {
  color: var(--mainColor);
}
.iderledBox17 li .inquiry {
  font-size: 0.2rem;
  color: #7d7d7d;
  cursor: pointer;
}
.com-ls31,
.com-ls31 p,
.com-ls31 div {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #1b1108;
}
/* add */
.inderServiceBox1 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.inderServiceBox1 .img {
  width: 8.9375rem;
  height: 10.4375rem;
  overflow: hidden;
  margin-left: 1.25rem;
}
.inderServiceBox1 .lt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.inderServiceBox1 .lt .item:first-child {
  border-top: 1px solid var(--mainColor);
}
.inderServiceBox1 .lt .item {
  width: 100%;
  border-bottom: 1px solid var(--mainColor);
}
.inderServiceBox1 .lt .item .tl {
  width: 100%;
  cursor: pointer;
  height: auto;
  padding: 0.1625rem 0.0625rem;
}
.inderServiceBox1 .lt .item.active .dot {
  transform: rotate(90deg);
  color: #fff;
  background-color: var(--mainColor);
}
.inderServiceBox1 .lt .name {
  font-family: Poppins-Bold;
  font-size: 0.25rem;
  flex: 1;
  margin-right: 2%;
  color: var(--mainColor);
}
.inderServiceBox1 .lt .dot {
  width: 0.3875rem;
  height: 0.3875rem;
  background-color: #e8e8e8;
  border-radius: 50%;
  font-size: 0.3rem;
  color: var(--mainColor);
  transition: all 0.3s;
}
.inderServiceBox1 .lt .item .text {
  width: 100%;
  height: auto;
  display: none;
  padding: 0.125rem 0.125rem 0.5rem 0;
}
.inderServiceBox1 .lt .item .text li {
  font-size: 0.2rem;
  line-height: 0.45rem;
  padding-left: 0.4rem;
  color: #1b1108;
  background: url(../images/im6-7.png) no-repeat;
  background-size: 0.175rem 0.1375rem;
  background-position-y: 0.125rem;
}
.inderServiceBox2 {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0 1.25rem 0;
  background-color: #faf9f8;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.inderServiceBox2 .com-card {
  width: 18.0875rem;
}
.inderServiceBox2 ul {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
}
.inderServiceBox2 ul li {
  width: 2.9625rem;
  height: 3.4125rem;
  align-items: flex-start;
  margin: 0 0.0625rem 0.1rem 0;
  background: url(../images/im6-8.png) no-repeat;
  background-size: 100% 3.175rem;
}
.inderServiceBox2 li .con {
  width: 2.2625rem;
  padding: 0.375rem 0.075rem 0.125rem 0.0625rem;
  height: 2.6625rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.175rem 0.025rem rgba(101, 101, 101, 0.17);
  border-radius: 0.375rem;
  margin: 15px 0 0 0.175rem;
}
.inderServiceBox2 li .name {
  font-family: Poppins-SemiBold;
  font-size: 0.225rem;
  line-height: 0.3rem;
  color: var(--mainColor);
  text-align: center;
  width: 100%;
  margin-top: 0.375rem;
}
.inderServiceBox2 ul li:nth-child(n + 8):nth-child(-n + 12) {
  background: url(../images/im6-10.png) no-repeat;
  background-size: 100% 3.175rem;
}
.inderServiceBox2 ul li:nth-child(n + 8):nth-child(-n + 11) .con {
  margin: 0.1875rem 0 0 0.525rem;
}

.inderServiceBox2 ul li:nth-child(12) .con {
  margin-left: 0.525rem;
}
.inderServiceBox2 ul li:nth-child(7) {
  background: url(../images/im6-11.png) no-repeat;
  background-size: 96% 3.425rem;
}
.inderServiceBox2 ul li:nth-child(7) .con {
  margin-left: 0.3625rem;
}
.inderServiceBox2 ul li:nth-child(6n) {
  margin-right: 0;
}
.inderServiceBox2 ul li:nth-child(6) {
  background: url(../images/im6-9.png) no-repeat;
  background-size: 2.725rem 3.4125rem;
}
.inderServiceBox2 ul li:last-child {
  background: url(../images/im6-12.png) no-repeat;
  background-size: 2.725rem 3.15rem;
}
.inderServiceBox2 ul li .icon {
  width: auto;
  height: 0.7rem;
  object-fit: contain;
  transition: all 0.5s;
}
.inderServiceBox2 ul li:hover .icon {
  transform: translateY(-10px);
}
.inderServiceBox3 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0;
}
.inderServiceBox3 ul {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
}
.inderServiceBox3 ul li {
  width: calc((100% - 0.3625rem) / 2);
  margin: 0 0.3625rem 0.875rem 0;
}
.inderServiceBox3 ul li:nth-child(2n) {
  margin-right: 0;
}
.inderServiceBox3 li .img {
  width: 100%;
  height: 4.8125rem;
  overflow: hidden;
}
.inderServiceBox3 li .text {
  width: 100%;
  height: auto;
  padding: 0.1rem;
}
.inderServiceBox3 li .name {
  font-family: Poppins-Bold;
  font-size: 0.3rem;
  line-height: 0.375rem;
  color: #563b20;
  margin-bottom: 0.0625rem;
}
.inderServiceBox4 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  background-color: #faf9f8;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.inderServiceBox4Con {
  width: 100%;
  height: 7.8875rem;
  margin-top: 0.875rem;
}
.inderServiceBox4Con ul {
  flex: 1;
  height: 100%;
}
.inderServiceBox4Con ul li {
  width: calc((100% / 2));
  height: calc(100% / 2);
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 0.375rem;
}
.inderServiceBox4Con li .icon {
  width: 0.6875rem;
  transition: all 0.5s;
  height: 0.6125rem;
  object-fit: contain;
}
.inderServiceBox4Con li .top {
  margin-bottom: 0.125rem;
  transition: all 0.4s;
}
.inderServiceBox4Con li .name {
  font-family: Poppins-Bold;
  font-size: 0.3rem;
  margin-left: 0.25rem;
  color: var(--mainColor);
}
.inderServiceBox4Con li:hover .top {
  transform: translateX(10%);
}
.inderServiceBox4Con .img {
  width: 6.4375rem;
  height: 100%;
  overflow: hidden;
}
.inderSolutionBox1 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 0.25rem 0;
  background-color: #f0f0f0;
}
.inderSolutionBox1 ul li {
  width: 100%;
  height: 6.2375rem;
  border-radius: 0.025rem;
  margin-bottom: 0.5rem;
}
.inderSolutionBox1 ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.inderSolutionBox1 .img {
  width: 8.75rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.025rem;
}
.inderSolutionBox1 li .text {
  flex: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.175rem 0.025rem rgba(101, 101, 101, 0.08);
  border-radius: 0.025rem;
  padding: 0.375rem;
}
.inderSolutionBox1 li .text .com-ls31 {
  max-height: 4.5625rem;
  overflow-y: auto;
  margin-top: 0.25rem;
}
.inderSolutionBox2 {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0 1.625rem 0;
}
.inderSolutionBox2 .title {
  width: 50%;
  margin: 0 auto;
  margin-top: 0.15rem;
  text-align: center;
}
.inderSolutionBox2 ul {
  width: 100%;
  height: auto;
  margin-top: 0.8125rem;
}
.inderSolutionBox2 ul li {
  width: 3.375rem;
  padding: 0.5625rem 0.225rem 0.225rem;
  height: 4.6rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.05);
  border-radius: 0.25rem;
  margin: 0 0.15rem 0.125rem 0;
  transition: all 0.3s;
}
.inderSolutionBox2 ul li:nth-child(5n) {
  margin-right: 0;
}
.inderSolutionBox2 ul li .img {
  width: 1.1375rem;
  height: 1.1375rem;
  background-color: var(--mainColor);
  border-radius: 50%;
  margin: 0 auto;
}
.inderSolutionBox2 li .img img {
  width: 0.5625rem;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.inderSolutionBox2 li .name {
  font-family: Poppins-Bold;
  font-size: 0.25rem;
  text-align: center;
  line-height: 0.3rem;
  margin: 0.1rem 0 0.35rem 0;
  color: var(--mainColor);
}
.inderSolutionBox2 li .com-ls31 {
  text-align: center;
}
.inderSolutionBox3 {
  width: 100%;
  background-color: #f0f0f0;
  height: auto;
  padding: 1.125rem 0 0.3125rem 0;
}
.inderSolutionBox3 ul {
  width: 100%;
  margin-top: 0.5625rem;
}
.inderSolutionBox3 ul li {
  width: calc((100% - 1rem) / 3);
  margin: 0 0.5rem 0.125rem 0;
  height: 5.6125rem;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.05);
  border-radius: 0.25rem;
  padding: 0.6875rem 0.3125rem 0.3125rem;
  transition: all 0.3s;
}
.inderSolutionBox3 ul li:nth-child(3n) {
  margin-right: 0;
}
.inderSolutionBox3 li .icon {
  width: 0.8125rem;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  transition: all 0.5s;
}
.inderSolutionBox3 li .name {
  font-family: Poppins-Bold;
  text-align: center;
  font-size: 0.25rem;
  color: var(--mainColor);
  margin: 0.35rem 0 0.1875rem 0;
}
.inderSolutionBox3 li .com-ls31 {
  text-align: center;
  line-height: 0.3rem;
}
.inderSolutionBox4 {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  padding: 0.25rem 0 0.1875rem 0;
}
.inderSolutionBox4Con {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: -0.0125rem -0.1375rem 0.225rem 0.0375rem rgba(101, 101, 101, 0.04);
  border-radius: 0.5rem;
  padding: 0.6875rem 0.35rem 0.35rem;
}
.inderSolutionBox4Con .con {
  width: 100%;
  margin-top: 0.9375rem;
  align-items: flex-start;
}
.inderSolutionBox4Con .lt {
  width: 5.7375rem;
  height: auto;
  margin-right: 0.875rem;
}
.inderSolutionBox4Con .lt .tl {
  font-family: Poppins-Bold;
  font-size: 0.375rem;
  line-height: 0.45rem;
  color: var(--mainColor);
}
.inderSolutionBox4Con .lt .img {
  height: 7.4rem;
  overflow: hidden;
  margin-top: 0.15rem;
  width: 100%;
}
.inderSolutionBox4Con .rt {
  flex: 1;
  display: flex;
  align-items: baseline;
}
.inderSolutionBox4Con .rt .name {
  font-family: Poppins-Bold;
  font-size: 0.225rem;
  color: var(--mainColor);
}
.inderSolutionBox4Con .rt .items {
  width: calc((100% - 0.25rem) / 2);
}
.inderSolutionBox4Con .rt .item {
  width: 100%;
  height: auto;
  border-radius: 0.025rem;
  margin-bottom: 0.125rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}
.inderSolutionBox4Con .rt .tls {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 10px 0.225rem;
}
.inderSolutionBox4Con .rt .tls::after {
  display: block;
  content: "+";
  font-size: 0.375rem;
  color: var(--mainColor);
}
.inderSolutionBox4Con .rt .item .text {
  width: 100%;
  display: none;
  padding: 0.25rem;
}
.inderSolutionBox4Con .item.active {
  background-color: #ffffff;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.13);
  border-radius: 0.025rem;
  border: none;
}
.inderSolutionBox4Con .item.active .tls::after {
  content: "-";
}
.inderSolutionBox5 {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  padding: 0.1875rem 0 0.2875rem 0;
}
.inderSolutionBox5 .con {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, #fff, #efefef);
  box-shadow: -0.0125rem -0.1375rem 0.225rem 0.0375rem rgba(101, 101, 101, 0.04);
  border-radius: 0.5rem;
}
.inderSolutionBox5 .item {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0.4375rem 0.4375rem 0.625rem;
  border-bottom: 1px solid rgba(204, 108, 44, 0.1);
}
.inderSolutionBox5 .item .text {
  flex: 1;
}
.inderSolutionBox5 .item .img {
  width: 10.1875rem;
  height: 6.0375rem;
  margin-left: 0.525rem;
  overflow: hidden;
}
.inderSolutionBox6 {
  width: 100%;
  height: auto;
  padding: 0.2875rem 0 0.225rem 0;
  background-color: #f0f0f0;
}
.inderSolutionBox6 .title {
  text-align: center;
  margin: 0 auto;
  margin-top: 0.175rem;
  width: 60%;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: var(--mainColor);
}
.inderSolutionBox6 .con {
  width: 100%;
  height: auto;
  padding: 0.625rem 0.5625rem 0.5625rem;
  border-radius: 0.5rem;
  border: solid 1px #d9d9d9;
}
.inderSolutionBox6 .top {
  width: 100%;
  margin-top: 0.9375rem;
}
.inderSolutionBox6 .top .item {
  width: calc((100% - 0.875rem) / 2);
  margin: 0 0.875rem 0.5rem 0;
  align-items: flex-start;
  min-height: 2.375rem;
}
.inderSolutionBox6 .top .item:nth-child(2n) {
  margin-right: 0;
}
.inderSolutionBox6 .top .item .icon {
  width: 0.6rem;
  height: auto;
  object-fit: contain;
  display: block;
  margin-right: 0.275rem;
  transition: all 0.3s;
}
.inderSolutionBox6 .top .item .text {
  flex: 1;
}
.inderSolutionBox6 .top .item .name {
  font-family: Poppins-Bold;
  font-size: 0.25rem;
  margin-bottom: 0.1rem;
  color: var(--mainColor);
}
.inderSolutionBox6 .img {
  width: 73%;
  height: auto;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.inderSolutionBox6 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.inderSolutionBox7 {
  width: 100%;
  background-color: #f0f0f0;
  height: auto;
  padding: 0.225rem 0 0.3125rem 0;
}
.inderSolutionBox7 .title {
  width: 60%;
  margin: 0 auto;
  color: var(--mainColor);
  margin-top: 0.1875rem;
  text-align: center;
}
.inderSolutionBox7 .con {
  width: 100%;
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  padding: 0.6875rem 0.425rem 0.425rem;
  height: auto;
  box-shadow: -0.0125rem -0.1375rem 0.225rem 0.0375rem rgba(101, 101, 101, 0.04);
  border-radius: 0.5rem;
}
.inderSolutionBox7 .con .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 0.6875rem;
  padding: 0.5rem 0.625rem;
  background-color: var(--mainColor);
}
.inderSolutionBox8 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0;
  background-color: #f0f0f0;
}
.inderSolutionBox8 .con {
  width: 100%;
  height: auto;
  padding: 0.6875rem 1rem 1rem;
  background: linear-gradient(to bottom, #fff, #f0f0f0);
  box-shadow: -0.0125rem -0.1375rem 0.225rem 0.0375rem rgba(101, 101, 101, 0.04);
  border-radius: 0.5rem;
}
.inderSolutionBox8 .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.25rem;
}
.inderSolutionBox8 .bto {
  width: 100%;
  margin-top: 0.5625rem;
}
.inderSolutionBox8 .bto .lt {
  width: 10.4875rem;
  height: auto;
  margin-right: 0.625rem;
}
.inderSolutionBox8 .bto .lt .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.15rem;
  border-radius: 0.5rem;
}
.inderSolutionBox8 .bto .text .imgs {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.3125rem;
}
.inderSolutionBox8 .bto .text {
  flex: 1;
}
.inderSolutionBox8 .bto .text .imgs img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.inderSolutionBox8 .bto .text .tl {
  font-family: Poppins-SemiBold;
  font-size: 0.225rem;
  color: var(--mainColor);
}
.inderSolutionBox8 .bto .text .ls {
  font-family: Poppins-MediumItalic;
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: var(--mainColor);
  font-style: italic;
}
.inderSolutionBox9 {
  width: 100%;
  background-color: #f0f0f0;
  height: auto;

  padding: 0.3125rem 0 0.1625rem 0;
}
.inderSolutionBox9 .con,
.inderSolutionBox10 .con {
  width: 100%;
  padding: 0.6875rem;
  box-shadow: -0.0125rem -0.1375rem 0.225rem 0.0375rem rgba(101, 101, 101, 0.04);
  border-radius: 0.5rem;
  background: linear-gradient(to bottom, #fff, #f0f0f0);
}
.inderSolutionBox9 .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.1875rem;
}
.inderSolutionBox9 .img {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0.625rem;
}
.inderSolutionBox9 .img img {
  width: 100%;
  transition: all 0.5s;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.inderSolutionBox10 {
  width: 100%;
  height: auto;
  padding: 0.1625rem 0 0.2625rem 0;
  background-color: #f0f0f0;
}
.inderSolutionBox10 .text {
  flex: 1;
}
.inderSolutionBox10 .text .com-ls31 {
  margin-top: 0.25rem;
}
.inderSolutionBox10 .text .com-ls31 p {
  margin-bottom: 0.1875rem;
}
.inderSolutionBox10 .img {
  width: 8.2375rem;
  overflow: hidden;
  margin-left: 1.125rem;
}
.inderSolutionBox11 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.4625rem 0;
  background-color: #f0f0f0;
}
.inderSolutionBox11 .con {
  width: 100%;
  height: auto;

  box-shadow: -0.0125rem -0.1375rem 0.225rem 0.0375rem rgba(101, 101, 101, 0.04);
  border-radius: 0.5rem;
  padding: 0.6875rem 0.375rem 1.875rem 0.5875rem;
  background: linear-gradient(to bottom, #fff, #f0f0f0);
}
.inderSolutionBox11 .title {
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.125rem;
}
.inderSolutionBox11 .bto .img {
  width: 7.575rem;
  overflow: hidden;
  height: 8.9rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.2625rem;
  margin-left: 1rem;
}
.inderSolutionBox11 .bto {
  margin-top: 0.6875rem;
}
.inderSolutionBox11 .bto .lt {
  flex: 1;
}
.inderSolutionBox11 .bto .item {
  align-items: flex-start;
}
.inderSolutionBox11 .bto .item .icon {
  width: 0.4875rem;
  display: block;
  margin-right: 0.3125rem;
  height: auto;
  object-fit: contain;
}
.inderSolutionBox11 .bto .item .name {
  font-family: Poppins-Medium;
  font-size: 0.25rem;
  margin-bottom: 0.025rem;
  color: var(--mainColor);
}
.inderSolutionBox11 .bto .text {
  margin-top: 0.375rem;
}
.inderSolutionBox11 .bto .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
  vertical-align: bottom;
}
.inderSolutionBox12 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.625rem 0;
  background-color: #f0f0f0;
}
.inderSolutionBox12 .con {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  padding: 0.6875rem 0.5625rem 0.625rem 0.625rem;
  background-color: #fff;
}
.inderSolutionBox12 .title {
  width: 60%;
  margin: 0 auto;
  margin-top: 0.1875rem;
  text-align: center;
}
.inderSolutionBox12 .img {
  width: 100%;
  height: auto;
  margin-top: 0.525rem;
  overflow: hidden;
}
.inderSolutionBox12 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
/* 新增2222 */
.grids {
  display: grid;
}
.iderProductCapBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.iderProductCapBox1 ul {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  gap: 0.5rem 0.1875rem;
  grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
}
.iderProductCapBox1 li {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 2.75rem;
  background-color: #fff;
  border-radius: 0.0625rem;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
}
.iderProductCapBox1 ul li:nth-child(6)::after {
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: -0.1875rem;
}
.iderProductCapBox1 ul li:nth-child(7)::after,
.iderProductCapBox1 ul li:last-child::after {
  display: none;
}
.iderProductCapBox1 ul li:nth-child(8)::after,
.iderProductCapBox1 ul li:nth-child(9)::after,
.iderProductCapBox1 ul li:nth-child(10)::after,
.iderProductCapBox1 ul li:nth-child(11)::after,
.iderProductCapBox1 ul li:nth-child(12)::after {
  transform: translateY(-50%) rotate(-180deg);
}
.iderProductCapBox1 ul li:nth-child(7) {
  order: 12;
}
.iderProductCapBox1 ul li:nth-child(8) {
  order: 11;
}
.iderProductCapBox1 ul li:nth-child(9) {
  order: 10;
}
.iderProductCapBox1 ul li:nth-child(10) {
  order: 9;
}
.iderProductCapBox1 ul li:nth-child(11) {
  order: 8;
}
.iderProductCapBox1 ul li:nth-child(12) {
  order: 7;
}

.iderProductCapBox1 ul li:nth-child(13) {
  order: 13;
}
.iderProductCapBox1 ul li:nth-child(14) {
  order: 14;
}
.iderProductCapBox1 ul li:nth-child(15) {
  order: 15;
}
.iderProductCapBox1 ul li:nth-child(16) {
  order: 16;
}
.iderProductCapBox1 ul li:nth-child(17) {
  order: 17;
}
.iderProductCapBox1 ul li:nth-child(18) {
  order: 18;
}
.iderProductCapBox1 li::after,
.iderProductCapBox1 li:nth-child(12)::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -0.3125rem;
  z-index: 2;
  content: "\2192";
  top: 50%;
  transform: translateY(-50%);
  width: 0.4375rem;
  background-color: var(--mainColor);
  font-size: 0.275rem;
  border-radius: 50%;
  color: #fff;
  height: 0.4375rem;
}
.iderProductCapBox1 li:nth-child(12)::before {
  top: auto;
  right: auto;
  left: 50%;
  bottom: -0.1875rem;
  transform: translateX(-50%) rotate(90deg);
}
.iderProductCapBox1 li .img {
  width: 100%;
  height: 2rem;
  border-radius: 0.0625rem 0.0625rem 0 0;
  overflow: hidden;
}
.iderProductCapBox1 li .type {
  width: fit-content;
  padding: 0 0.3125rem;
  height: 0.4375rem;
  line-height: 0.4375rem;
  font-size: 0.225rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  font-weight: 700;
  z-index: 2;
  top: -18px;
  transform: translateX(-50%);
  border-radius: 0.1875rem 0 0.1875rem 0;
  background-color: var(--mainColor);
}
.iderProductCapBox1 li .com-ls30 {
  display: none;
}
.iderProductCapBox1 li .text {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.1875rem;
}
.iderProductCapBox1 li .name {
  font-size: 0.225rem;
  line-height: 0.325rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.125rem;
}
.iderProductCapBox2 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0;
  background-color: var(--bg-c);
}
.iderProductCapBox2Con {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  gap: 0.25rem;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.iderProductCapBox2Con .item {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 0.25rem rgba(255, 255, 255, 0.7);
}
.iderProductCapBox2Con .item .img {
  width: 100%;
  height: 3.0625rem;
  overflow: hidden;
}
.iderProductCapBox2Con .item .text {
  width: 100%;
  position: relative;
  border-top: 0.125rem solid var(--mainColor);
  height: auto;
  padding: 0.3125rem 0.25rem;
}
.iderProductCapBox2Con .item .nu {
  font-size: 0.375rem;
  font-weight: 700;
  color: var(--mainColor);
}
.iderProductCapBox2Con .item .text::after {
  display: block;
  content: "";
  width: 0;
  position: absolute;
  left: 0.25rem;
  transform: rotate(-45deg);
  top: -0.3125rem;
  height: 0;
  border-top: 0.225rem solid transparent;
  border-right: 0.225rem solid transparent;
  border-bottom: 0.225rem solid var(--mainColor);
}
.iderProductCapBox2Con .item .name {
  font-size: 0.225rem;
  color: var(--mainColor);
  font-weight: 600;
  margin: 0.025rem 0 0.15rem 0;
}
.iderProductCapBox2Con .item .type {
  width: 0.4375rem;
  height: 0.4375rem;
  font-size: 0.2125rem;
  color: var(--mainColor);
  font-weight: 700;
  margin-right: 0.15rem;
  border-radius: 0.0625rem;
  border: 0.0125rem solid var(--mainColor);
}
.iderProductCapBox2Con .item .com-ls30 ul {
  padding-left: 0.25rem;
}
.iderProductCapBox2Con .item .com-ls30 li {
  list-style: disc;
}
.iderProductCapBox2Con .item .com-ls30 li::marker {
  color: var(--mainColor);
}
.iderProductCapBox2 .viewALL {
  width: fit-content;
  cursor: pointer;
  padding: 0 0.375rem;
  border-radius: 0.0625rem;
  height: 0.5rem;
  margin: 0 auto;
  margin-top: 0.4375rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: var(--mainColor);
  font-size: 0.225rem;
  color: #fff;
}
.iderProductCapBox3 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0;
}
.iderProductCapBox3 .top {
  width: 100%;
  height: auto;
  gap: 0.3125rem;
  margin-top: 0.6875rem;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.iderProductCapBox3 .top .item {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0.3125rem 0.3125rem;
  background-color: var(--bg-c);
  border-radius: 0.1875rem 0 0.1875rem 0;
}
.iderProductCapBox3 .top .icon {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  margin: 0 auto;
}
.iderProductCapBox3 .top .icon img {
  width: 0.5rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderProductCapBox3 .top .item:last-child img {
  width: 0.625rem;
}
.iderProductCapBox3 .top .text {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.1875rem;
}
.iderProductCapBox3 .top .text .name {
  font-size: 0.225rem;
  color: var(--mainColor);
  font-weight: 700;
  margin-bottom: 0.125rem;
  text-align: center;
}
.iderProductCapBox3 .top .text .com-ls30 {
  text-align: center;
}
.iderProductCapBox3 .title {
  margin-top: 0.4375rem;
}

.iderProductCapBox3 .imgList {
  width: 100%;
  height: auto;
  gap: 0.3125rem;
  margin-top: 0.4375rem;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.iderProductCapBox3 .imgList .item {
  width: 100%;
  height: auto;
}
.iderProductCapBox3 .imgList .item:hover .name {
  background-color: var(--mainColor);
  color: #fff;
}
.iderProductCapBox3 .imgList .img {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}
.iderProductCapBox3 .imgList .name {
  width: 100%;
  height: auto;
  transition: all 0.3s;
  padding: 0.15rem 0.3125rem;
  background-color: var(--bg-c);
  color: #000;
  font-size: 0.225rem;
  text-align: center;
}
.iderCoreBox1 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0;
}
.iderCoreBox1 ul {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  gap: 0.375rem;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}

.iderCoreBox1 ul li {
  width: 100%;
  height: auto;
}
.iderCoreBox1 li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.iderCoreBox1 li .nu {
  width: 0.5625rem;
  border-radius: 50%;
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  line-height: 0.5625rem;
  background-color: var(--mainColor);
  height: 0.5625rem;
}
.iderCoreBox1 li .text {
  width: 100%;
  min-height: 3rem;
  background-color: var(--bg-c);
  padding: 0.3125rem;
}
.iderCoreBox1 li .text .name {
  font-size: 0.225rem;
  color: #000;
  margin: 0.15rem 0;
}
.iderCoreBox2 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0;
  background-color: var(--bg-c);
}
.iderCoreBox2 .top {
  width: 100%;
  height: auto;
  margin: 0.6875rem 0 0.25rem 0;
  gap: 0.4375rem;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}
.iderCoreBox2 .top .item {
  width: 100%;
  height: auto;
  border-radius: 0.1875rem;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.iderCoreBox2 .top .item .img {
  width: 100%;
  height: auto;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.iderCoreBox2 .top .item .text {
  width: 100%;
  height: auto;
  padding: 0.3125rem;
  min-height: 3.3375rem;
  border-radius: 0 0 0.1875rem 0.1875rem;
}
.iderCoreBox2 .top .item .name {
  font-size: 0.225rem;
  color: var(--mainColor);
  font-weight: 600;
  margin-bottom: 0.125rem;
}
.iderCoreBox2 .bto {
  width: 100%;
  height: auto;
  border-top: 1px dashed var(--mainColor);
  padding-top: 0.4375rem;
  margin-top: 0.375rem;
}
.iderCoreBox2 .bto ul,
.iderCoreBox3 .top ul,
.iderCoreBox5 .bto ul {
  gap: 0.5625rem;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}
.iderCoreBox2 .bto ul li,
.iderCoreBox3 .top ul li,
.iderCoreBox5 .bto ul li {
  transition: all 0.3s;
}
.iderCoreBox2 .bto ul li:hover,
.iderCoreBox3 .top ul li:hover,
.iderCoreBox5 .bto ul li:hover {
  transform: translateY(-5px);
}
.iderCoreBox2 .bto .nu,
.iderCoreBox3 .top ul li .nu,
.iderCoreBox5 .bto ul .nu {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 0.125rem;
  margin-right: 0.4375rem;
  text-align: center;
  line-height: 0.8125rem;
  font-size: 0.3rem;
  color: var(--mainColor);
  font-weight: 700;
  border: 0.025rem solid var(--mainColor);
}
.iderCoreBox2 .bto li .com-ls30,
.iderCoreBox3 .top ul li .com-ls30,
.iderCoreBox5 .bto ul .com-ls30 {
  flex: 1;
}
.iderCoreBox3 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
}
.iderCoreBox3 .top ul {
  margin-top: 0.4375rem;
}
.iderCoreBox3 .top {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  padding-bottom: 0.4375rem;
  border-bottom: 1px dashed var(--mainColor);
}

.iderCoreBox3 .bto {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
  gap: 0.25rem;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.iderCoreBox3 .bto .item {
  width: 100%;
  height: auto;
}
.iderCoreBox3 .bto .item .img {
  width: 50%;
  height: 1.5rem;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.iderCoreBox3 .bto .item .text {
  flex: 1;
  margin-left: 0.25rem;
  height: auto;
}
.iderCoreBox3 .bto .item .name {
  font-size: 0.225rem;
  color: var(--mainColor);
  font-weight: 600;
}
.iderCoreBox3 .bto .item .icon {
  width: 0.5625rem;
  display: block;
  margin-bottom: 0.075rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderCoreBox3 .bto .item:hover .icon {
  transform: translateY(-8px);
}
.iderCoreBox4 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0;
  background-color: var(--bg-c);
}
.iderCoreBox4 .title {
  width: 90%;
  margin: 0 auto;
  margin-top: 0.1875rem;
  text-align: center;
}
.iderCoreBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  gap: 0.5625rem;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}
.iderCoreBox4Con .item {
  width: 100%;
  height: auto;
}
.iderCoreBox4Con .item .img {
  width: 100%;
  height: 4.15rem;
  overflow: hidden;
  border-radius: 0.1875rem;
}
.iderCoreBox4Con .item .text {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.3125rem;
}
.iderCoreBox4Con .item .text .name {
  font-size: 0.225rem;
  color: var(--mainColor);
  font-weight: 600;
  margin-bottom: 0.125rem;
}
.iderCoreBox4Con .item ul {
  padding-left: 0.25rem;
}
.iderCoreBox4Con .item ul,
.iderCoreBox4Con .item ul li {
  list-style: disc;
}
.iderCoreBox5 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
}
.iderCoreBox5 .title {
  width: 75%;
  margin: 0 auto;
  margin-top: 0.15rem;
  text-align: center;
}
.iderCoreBox5 .top {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  gap: 0.5rem 0.3125rem;
  grid-template-columns: repeat(auto-fill, minmax(26%, 1fr));
}
.iderCoreBox5 .top .item {
  width: 100%;
  height: auto;
}
.iderCoreBox5 .top .item .img {
  width: 100%;
  height: 4.525rem;
  overflow: hidden;
  border-radius: 0.1875rem;
}
.iderCoreBox5 .top .item .name {
  width: 100%;
  height: auto;
  padding: 0.1875rem;
  font-size: 0.225rem;
  color: var(--mainColor);
}
.iderCoreBox5 .bto {
  width: 100%;
  height: auto;
  border-top: 1px dashed var(--mainColor);
  padding-top: 0.4375rem;
  margin-top: 0.4375rem;
}
/* ========================================================================== */

/* - */
/* #endregion */
/* #region  Response style */
@media screen and (max-width: 1400px) {
  .inderIndexBox6Con .lt {
    padding-left: 4%;
  }
  .inderIndexBox6Con .rt {
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .header,
  .footer .top li,
  .ideDetailsBox1::after {
    display: none;
  }
  .inderIndexBox2 .top .skms {
    display: none !important;
  }
  .com-card {
    width: 100%;
    padding: 0 4%;
  }
  .footer .top li:last-child {
    display: flex;
  }
  body {
    padding-top: 60px;
  }
  .ideDetailsBox2.fixed {
    top: 60px;
  }
  .mobileHeader .search,
  .mobileHeader .logo img {
    filter: brightness(0);
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .headerSwiper .text .con .title,
  .iderBanner .text .tl,
  .iderAboutBox2 .name,
  .iderAboutBox2 .tl,
  .iderAboutBox3Swiper2 .time,
  .com-tl2,
  .iderChooseBox1 .img .text .name,
  .iderOdmBox3 .top .item .name,
  .iderProductBox1 .rt .tl,
  .iderSolutionBox1 .top .rt .text .name,
  .iderSolutionDelBox5 .bto .text .name,
  .min-tl {
    font-size: 18px;
  }
  .inderIndexBox4 .rt .counter,
  .inderIndexBox4 .rt .nu p {
    font-size: 25px;
  }
  .iderIndexBox1Con .text .name,
  .iderIndexBox5 .com-title .mores,
  .com-title2,
  .iderComProdeuct .itemLi .text .name,
  .iderComProdeuct .itemLi li .type,
  .iderChooseBox4Con .item .nu,
  .iderProductBox4Con .item .name,
  .ideDetailsBox3Item3 ul li .name,
  .ideDetailsBox3Item4 li .name,
  .iderSolutionBox1Con .name,
  .iderSolutionDelBox4 .rt .tl,
  .ideDetailsBox3Item5 .text p {
    font-size: 15px;
  }
  .com-tl,
  .iderSolutionBox1 .top .lt .tl h2,
  .iderSolutionBox1 .top .lt .tl,
  .inderIndexBox3Swiper1 .name {
    font-size: 18px;
    line-height: 25px;
  }
  .iderCaseDelBox1 .com-tl2,
  .iderOdmBox1 .con .com-tl {
    line-height: 26px;
  }
  .iderIndexBox5Swiper .name,
  .iderAboutBox2 .ls {
    font-size: 15px;
    line-height: 25px;
  }
  .headerSwiper .text .lsbox .mores {
    width: fit-content;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
  }
  .headerSwiper .text .con .tl,
  .iderBanner .text .ls,
  .inderIndexBox6Con .item .name,
  .inderServiceBox1 .lt .name,
  .inderServiceBox3 li .name,
  .inderServiceBox4Con li .name,
  .inderSolutionBox4Con .lt .tl,
  .inderSolutionBox6 .top .item .name {
    font-size: 16px;
  }
  .headerSwiper .text .con .ls,
  .iderIndexBox2 li .text .ls,
  .iderBanner .text .ls li {
    font-size: 14px;
    line-height: 24px;
  }
  .iderIndexBox4 .lt .text .tl,
  .iderAboutBox3Swiper2 .text .name,
  .iderChooseBox4 .top .ls,
  .iderOdmBox2 .com-title .com-tl2,
  .iderOdmBox3 .bto .text .ls,
  .iderSolutionDelBox1 .top .ls {
    font-size: 16px;
    line-height: 25px;
  }
  .com-ls30,
  .com-ls30 p,
  .footer .top li a,
  .iderCaseDelBox3 .top .item:first-child .text,
  .iderSolutionBox1 .top .lt .com-ls30,
  .iderSolutionBox1 .top .rt .text .ls,
  .iderSolutionDelBox3Bto .items .tl .name {
    line-height: 24px;
  }
  .iderIndexBox1,
  .iderIndexBox2,
  .iderIndexBox3,
  .iderIndexBox5,
  .iderIndexBox6,
  .footer .top,
  .iderAboutBox1,
  .iderAboutBox3,
  .iderComFormBox1,
  .iderCaseDelBox1 .bto,
  .iderCaseDelBox2,
  .iderCaseDelBox3,
  .iderComProdeuct,
  .iderChooseBox2,
  .iderChooseBox3,
  .iderChooseBox4,
  .iderOdmBox1,
  .iderOdmBox3,
  .iderOdmBox4,
  .iderOdmBox6,
  .iderProductBox1,
  .iderProductBox2,
  .iderProductBox4,
  .ideDetailsBox3Item1,
  .ideDetailsBox3Item2,
  .ideDetailsBox3Item3,
  .ideDetailsBox3Item4,
  .iderProductBox3.inner,
  .iderSolutionBox1,
  .iderSolutionDelBox4,
  .iderSolutionDelBox5,
  .iderSolutionDelBox6,
  .inderIndexBox1,
  .inderIndexBox2,
  .inderIndexBox4,
  .inderIndexBox5,
  .inderIndexBox6,
  .inderIndexBox7,
  .inderIndexBox8,
  .inderIndexBox9,
  .iderledBox17,
  .inderServiceBox1,
  .inderServiceBox2,
  .inderServiceBox3,
  .inderServiceBox4,
  .inderSolutionBox1,
  .inderSolutionBox2,
  .iderProductCapBox1,
  .iderProductCapBox2,
  .iderProductCapBox3 {
    padding: 20px 0;
  }
  .iderChooseBox1 .com-card,
  .iderChooseBox4Con .item .text,
  .iderOdmBox2 .com-card,
  .iderOdmBox5,
  .ideDetailsBox1,
  .iderSolutionDelBox1,
  .iderSolutionDelBox2 .com-card,
  .iderSolutionDelBox3 .com-card {
    padding-bottom: 20px;
  }
  .iderCaseDelBox3 .bto,
  .iderChooseBox1,
  .iderSolutionDelBox3,
  .inderSolutionBox3 {
    padding-top: 20px;
  }
  .iderProductBox3 {
    margin-top: 20px;
  }
  .iderCaseDelBox1,
  .iderOdmBox2,
  .iderSolutionDelBox1,
  .iderSolutionDelBox2,
  .inderSolutionBox4,
  .inderSolutionBox5,
  .inderSolutionBox6,
  .inderSolutionBox7,
  .inderSolutionBox8,
  .inderSolutionBox12 {
    padding-top: 0;
  }
  .iderIndexBox1Con .rt .text,
  .iderIndexBox1Con .rt .img,
  .iderIndexBox4,
  .iderIndexBox5Swiper .img,
  .iderAboutBox2,
  .iderCaseDelBox2Swiper .img,
  .iderCaseDelBox3 .top .item,
  .iderCaseDelBox3 .bto .con .img,
  .iderChooseBox2 .rt .item .img,
  .iderChooseBox4Con .item .img,
  .iderOdmBox1 .img,
  .iderOdmBox2Con li .img,
  .iderOdmBox6 ul li,
  .iderProductBox3 ul li,
  .ideDetailsBox3Item1 .con .img,
  .ideDetailsBox3Item3 ul li .img,
  .ideDetailsBox3Item4 ul li,
  .iderSolutionBox1 .top,
  .iderSolutionBox1Con .item,
  .iderSolutionDelBox2 .img,
  .iderSolutionDelBox3 .top .imgList .img,
  .iderSolutionDelBox5 ul li .img,
  .iderSolutionDelBox5 .bto,
  .iderSolutionDelBox5 .bto .img,
  .iderSolutionDelBox6Swiper .text,
  .inderIndexBox4 .bto,
  .inderIndexBox5Swiper2 .img,
  .inderIndexBox7Con,
  .inderServiceBox3 li .img,
  .inderServiceBox4Con,
  .inderServiceBox4Con .img,
  .inderSolutionBox1 ul li,
  .inderSolutionBox4Con .lt .img,
  .iderProductCapBox2Con .item .img {
    height: auto;
  }
  .iderIndexBox5Swiper,
  .iderIndexBox6 ul,
  .iderComFormBox1 .form,
  .iderCaseDelBox1 .bto,
  .iderCaseDelBox2Swiper,
  .iderCaseDelBox3 .bto .con,
  .iderComProdeuct .itemLi,
  .iderChooseBox3Swiper,
  .iderChooseBox3-pagination,
  .iderChooseBox4Con,
  .iderOdmBox1 .con .com-tl::after,
  .iderOdmBox2Con,
  .iderOdmBox2Con ul,
  .iderOdmBox4 ul,
  .iderOdmBox6 ul,
  .iderProductBox1 .iderComProdeuct,
  .iderProductBox3 ul,
  .iderProductBox4Con,
  .ideDetailsBox3Item1 .con,
  .ideDetailsBox3Item2 .table,
  .ideDetailsBox3Item3 ul,
  .ideDetailsBox3Item4 ul,
  .iderSolutionDelBox1 .img,
  .iderSolutionDelBox6Swiper,
  .inderIndexBox1Con,
  .inderIndexBox6Con,
  .inderIndexBox7Con,
  .inderIndexBox8Con,
  .inderIndexBox9 .form,
  .iderledBox17 ul,
  .inderServiceBox2 ul,
  .inderServiceBox3 ul,
  .inderServiceBox4Con,
  .inderSolutionBox2 ul,
  .inderSolutionBox3 ul,
  .inderSolutionBox4Con .con,
  .inderSolutionBox6 .top,
  .inderSolutionBox7 .con .img,
  .inderSolutionBox8 .bto,
  .inderSolutionBox12 .img,
  .iderProductCapBox2Con,
  .iderProductCapBox3 .title,
  .iderProductCapBox3 .top,
  .iderProductCapBox3 .imgList {
    margin-top: 15px;
  }
  .iderOdmBox3 .top {
    margin: 15px 0;
  }
  .com-title2,
  .iderSolutionDelBox5 .bto .text .com-ls30 p {
    margin-top: 5px;
  }
  .iderIndexBox1Con {
    height: auto;
    margin-top: 15px;
  }
  .iderIndexBox1Con,
  .com-title,
  .iderIndexBox4,
  .footer .top,
  .footer .bto,
  .iderAboutBox1 .top,
  .iderAboutBox3 .bto,
  .iderAboutBox3Swiper2 .text,
  .iderCaseDelBox1 .bto .com-card,
  .iderCaseDelBox2 .title,
  .iderCaseDelBox3 .top,
  .iderCaseDelBox3 .bto .con,
  .iderNav .com-card,
  .iderChooseBox1 .com-card,
  .iderChooseBox2 .com-card,
  .iderChooseBox4 .top,
  .iderChooseBox4Con .item .text .con,
  .iderOdmBox1 .con,
  .iderOdmBox2 .com-title,
  .iderOdmBox3 .top,
  .iderOdmBox5 .con,
  .iderProductBox1 .com-card,
  .iderProductBox3 ul,
  .ideDetailsBox1 .com-card,
  .ideDetailsBox2 .com-card,
  .ideDetailsBox3Item1 .con,
  .ideDetailsBox3Item4 .com-title,
  .iderSolutionBox1 .top,
  .iderSolutionDelBox1 .top,
  .iderSolutionDelBox2 .com-card,
  .iderSolutionDelBox3 .top,
  .iderSolutionDelBox3Bto,
  .iderSolutionDelBox4 .com-card,
  .iderSolutionDelBox5 .com-title,
  .iderSolutionDelBox5 .bto,
  .inderIndexBox4 .top,
  .inderIndexBox5Swiper1 .swiper-slide,
  .inderIndexBox5Swiper2 .swiper-slide,
  .inderIndexBox6Con,
  .inderIndexBox7Swiper .swiper-slide,
  .inderServiceBox1 .com-card,
  .inderServiceBox4Con,
  .inderSolutionBox1 ul li,
  .inderSolutionBox4Con .con,
  .inderSolutionBox5 .item,
  .inderSolutionBox8 .bto,
  .inderSolutionBox10 .con,
  .inderSolutionBox11 .bto {
    flex-wrap: wrap;
  }
  .inderIndexBox5Swiper2 .swiper-slide {
    flex-direction: column-reverse;
  }
  .iderIndexBox6 ul,
  .iderProductBox3 ul {
    justify-content: flex-start;
  }
  .iderIndexBox1Con ul,
  .iderIndexBox4 .lt,
  .iderAboutBox3Swiper2 .text .lt,
  .iderCaseDelBox1 .bto .text,
  .iderCaseDelBox3 .bto .con .text,
  .iderChooseBox1 .rt,
  .iderChooseBox4Con .item .text .lt,
  .ideDetailsBox1 .rt,
  .ideDetailsBox3Item1 .con .text,
  .iderSolutionDelBox2 .lt,
  .iderSolutionDelBox3 .top .imgList,
  .inderIndexBox4 .lt,
  .inderIndexBox4 .top .rt,
  .inderIndexBox5Swiper2 .lt,
  .inderServiceBox1 .lt,
  .inderServiceBox4Con ul,
  .inderSolutionBox1 li .text,
  .inderSolutionBox4Con .rt,
  .inderSolutionBox5 .item .text,
  .inderSolutionBox8 .bto .text,
  .inderSolutionBox10 .text,
  .inderSolutionBox11 .bto .lt {
    flex: none;
    width: 100%;
  }
  .header,
  .footer .top li,
  .iderAboutBox1 .top .com-ls30,
  .iderAboutBox3Swiper1,
  .iderCaseDelBox3 .top .item,
  .iderOdmBox2 .com-title .com-tl2,
  .iderOdmBox3 .top .item,
  .ideDetailsBox1 .lt,
  .iderSolutionBox1 .top .rt,
  .iderSolutionBox1 .top .lt .com-ls30,
  .iderSolutionDelBox1 .top .ls,
  .iderSolutionDelBox3 .top .rt,
  .iderSolutionDelBox3Bto .item,
  .iderSolutionDelBox5 .com-title .com-ls30,
  .iderSolutionDelBox5 .bto .img,
  .iderSolutionDelBox6Swiper .text .com-ls30,
  .inderIndexBox5Swiper2 .img,
  .inderIndexBox6Con .lt,
  .inderIndexBox6Con .rt,
  .inderIndexBox7Swiper .img,
  .inderIndexBox9 .item .input,
  .inderSolutionBox2 .title,
  .inderSolutionBox6 .title,
  .inderSolutionBox6 .top .item,
  .inderSolutionBox7 .title,
  .inderSolutionBox8 .title,
  .inderSolutionBox8 .bto .lt,
  .inderSolutionBox9 .title,
  .inderSolutionBox12 .title {
    width: 100%;
  }
  .inderIndexBox4 .top .rt,
  .inderSolutionBox5 .item .img,
  .inderSolutionBox8 .bto .lt,
  .inderSolutionBox11 .bto {
    margin: 15px 0 0;
  }
  .iderIndexBox1Con .rt,
  .iderIndexBox4 .rt,
  .footer .top .lt,
  .iderIndexBox5Swiper .swiper-slide,
  .iderIndexBox5Swiper .img,
  .iderIndexBox5Swiper .text,
  .iderSolutionBox1 .top .lt,
  .inderSolutionBox5 .item .img {
    width: 100%;
    height: auto;
  }
  .iderIndexBox2 ul li,
  .iderProductBox2 .con .item,
  .iderProductBox3 ul li {
    width: calc(100% / 3);
  }
  .iderIndexBox2 li:hover .text,
  .inderSolutionBox4Con,
  .inderSolutionBox6 .con,
  .inderSolutionBox7 .con,
  .inderSolutionBox7 .con .img,
  .inderSolutionBox8 .con,
  .inderSolutionBox9 .con,
  .inderSolutionBox10 .con,
  .inderSolutionBox11 .con,
  .iderIndexBox4 .rt,
  .iderOdmBox1 .con,
  .iderProductBox2 .con .item,
  .iderSolutionDelBox5 .bto .text,
  .inderSolutionBox5 .item,
  .inderSolutionBox12 .con {
    padding: 4%;
  }
  .iderIndexBox3 .com-ls30,
  .iderCaseDelBox3 .top .item {
    margin-bottom: 10px;
  }
  .iderIndexBox3 li .nu p {
    font-size: 26px;
    line-height: 30px;
  }
  .iderIndexBox3 li .ls {
    margin-top: 0;
  }
  .iderIndexBox4 .lt .text {
    position: static;
    padding: 4%;
    width: 100%;
  }
  .iderIndexBox4 .lt .img .bto {
    top: 50%;
    transform: translateY(-50%);
  }

  .iderIndexBox5Swiper {
    padding-bottom: 36px;
  }

  .iderIndexBox6 ul li,
  .iderComProdeuct .itemLi li,
  .iderOdmBox4 ul li,
  .iderProductBox1 .rt .iderComProdeuct .itemLi li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
    height: auto;
  }
  .iderChooseBox2 .rt .item li,
  .iderOdmBox2Con ul li,
  .ideDetailsBox3Item3 ul li,
  .iderSolutionBox1Con .item,
  .iderSolutionDelBox3 .top .imgList .img,
  .iderSolutionDelBox3 .top .rt .item,
  .iderSolutionDelBox5 ul li,
  .inderIndexBox8Con .item,
  .inderSolutionBox2 ul li,
  .inderSolutionBox3 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderProductBox1 .iderComProdeuct .itemLi li:nth-child(4n),
  .iderSolutionBox1Con .item:nth-child(3n),
  .inderIndexBox8Con .item:nth-child(3n),
  .inderSolutionBox2 ul li:nth-child(4n),
  .inderSolutionBox3 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox6 ul li:nth-child(3n),
  .iderComProdeuct .itemLi li:nth-child(3n),
  .iderChooseBox2 .rt .item li:nth-child(2n),
  .iderOdmBox2Con ul li:nth-child(2n),
  .iderOdmBox4 ul li:nth-child(3n),
  .ideDetailsBox3Item3 ul li:nth-child(2n),
  .iderSolutionBox1Con .item:nth-child(2n),
  .iderSolutionDelBox3 .top .imgList .img:nth-child(2n),
  .iderSolutionDelBox3 .top .rt .item:nth-child(2n),
  .iderSolutionDelBox5 ul li:nth-child(2n),
  .inderIndexBox8Con .item:nth-child(2n),
  .inderSolutionBox2 ul li:nth-child(2n),
  .inderSolutionBox3 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .inderSolutionBox2 li .img img {
    width: 30px;
  }
  .iderOdmBox4 ul li:nth-child(3n)::after {
    display: none;
  }
  .footer .top .logo {
    width: 26%;
    display: block;
    height: auto;
  }
  .footer .top .lt {
    margin: 0;
  }
  .footer .footLink .bto {
    height: auto;
    margin: 10px 0;
  }
  .footer .top li:last-child {
    max-width: 100%;
  }
  .footer .bto {
    height: auto;
    padding: 10px 0;
  }
  .footer .bto .ls {
    width: 100%;
    text-align: center;
  }
  .footer .top .lt .form .con {
    margin: 10px 0;
  }
  .iderAboutBox1 .top .com-ls30 p,
  .iderChooseBox2 .lt .item {
    margin-bottom: 5px;
  }
  .iderAboutBox1 .top .com-ls30 {
    margin: 10px 0;
  }
  .iderAboutBox2 .tl {
    margin: 10px 0 15px 0;
  }
  .iderAboutBox2 {
    padding: 6% 0;
  }
  .iderAboutBox3 .title,
  .iderCaseDelBox3 .bto .con .text .br {
    margin-bottom: 15px;
  }
  .iderAboutBox3Swiper1 {
    margin: 10px 0;
    height: auto;
  }
  .iderAboutBox3Swiper2 .text {
    padding-top: 15px;
  }
  .iderAboutBox3Swiper2 {
    width: 100%;
  }
  .iderAboutBox3Swiper2 .time {
    padding: 0 0 10px 0;
  }
  .iderAboutBox3Swiper2 .text .img {
    height: auto;
    margin: 10px 0 0;
  }
  .iderAboutBox3Swiper1 .time {
    text-align: center;
  }
  .iderComFormBox1 .form .ls {
    margin: 10px 0;
  }
  .iderNav.inner {
    margin: 0;
  }
  .iderCaseDelBox1 .bto .text {
    padding: 0;
  }
  .iderCaseDelBox1 .bto .img,
  .iderChooseBox2 .lt .conItem {
    margin: 10px 0 0;
    height: auto;
  }
  .iderCaseDelBox1 .bto .img img,
  .iderOdmBox1 .img img {
    position: static;
  }
  .iderCaseDelBox1 .bto .text .ls,
  .iderOdmBox1 .con .text .com-ls30 p {
    margin-top: 6px;
  }
  .iderCaseDelBox2 .title .com-ls30,
  .iderChooseBox4 .top .ls,
  .iderOdmBox2 .com-title .com-tl2 .iderOdmBox2 .com-title .com-tl2,
  .iderSolutionDelBox5 .com-title .com-ls30 {
    width: 100%;
    margin-top: 5px;
  }
  .iderCaseDelBox3 .bto .con .text {
    margin: 15px 0 0;
  }
  .iderChooseBox1 .img,
  .iderProductBox4Con .item {
    height: auto;
    margin: 0 0 10px 0;
  }
  .iderChooseBox2 .lt {
    width: 100%;
    margin: 0 15px 0;
  }
  .iderChooseBox4Con .item .tl {
    height: auto;
  }
  .iderChooseBox1 .rt .con .com-ls30 p,
  .ideDetailsBox3Item1 .con .text h3,
  .ideDetailsBox3Item4 ul li .img,
  .iderSolutionDelBox1 .top .ls,
  .iderSolutionDelBox2 .lt .com-ls30 p {
    margin-top: 8px;
  }
  .iderChooseBox4Con .item li {
    margin-bottom: 4px;
  }
  .iderChooseBox4Con .item .text .lt {
    padding: 10px 0;
  }
  .iderChooseBox4Con .item .nu {
    height: 30px;
    line-height: 30px;
    width: 80px;
  }
  .iderChooseBox4Con .item .tl .name {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .iderChooseBox4Con .item.active .name {
    display: inline;
  }
  .iderChooseBox1 .img .text {
    width: fit-content;
    height: auto;
    right: 0;
    padding: 4% 5%;
  }
  .iderOdmBox1 .con .text {
    flex: none;
    width: 100%;
    padding: 0 0 15px 0;
  }
  .iderOdmBox2Con ul li:nth-child(2n) {
    padding-right: 0;
    border: none;
  }
  .iderOdmBox2Con ul li {
    padding-right: 10px;
  }
  .iderOdmBox3 .top .item {
    padding: 4%;
    height: auto;
    margin-bottom: 10px;
  }
  .iderOdmBox3 .top .item .tl {
    margin: 5px 0 10px 0;
  }
  .iderOdmBox3 .top .item li {
    background-size: 20px;
    padding-left: 27px;
    background-position-y: 8px;
  }
  .iderOdmBox3 .bto {
    padding: 6% 0;
  }
  .iderOdmBox4 ul li {
    padding: 3% 2%;
    min-height: 160px;
  }
  .iderOdmBox5 .con {
    margin-top: 20px;
  }
  .iderOdmBox5 .con .lt,
  .iderSolutionBox1 .top .lt {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderOdmBox5 .lt .item {
    height: auto;
    padding: 10px;
  }
  .iderOdmBox5 .rt .com-tl2 {
    margin-bottom: 8px;
  }
  .iderOdmBox5 .lt .ltItem {
    padding: 10px 0;
  }
  .iderProductBox1 .lt .item {
    margin-bottom: 8px;
  }
  .iderBanner .icon {
    width: 45%;
  }
  .iderProductBox1 .lt .item .tl {
    padding: 10px 4%;
  }
  .iderProductBox1 .lt {
    position: static;
    width: 100%;
    padding: 0;
    border: none;
    margin: 0 0 10px 0;
  }
  .iderProductBox4Con .item .tl {
    height: auto;
    padding: 5px 0;
  }
  .ideDetailsBox1 .rt .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .ideDetailsBox1 .rt {
    padding: 15px 0 0;
  }
  .ideDetailsBox2 {
    height: auto;
    padding: 10px 0;
  }

  .ideDetailsBox2 a {
    height: 35px;
    line-height: 35px;
    margin: 0 3% 1% 0;
  }
  .ideDetailsBox3Item1 .con .img {
    margin: 15px 0 0;
  }
  .ideDetailsBox3Item4 .com-title .ls {
    width: 100%;
    padding: 10px 0 0;
  }
  .ideDetailsBox3Item4 ul li,
  .iderSolutionBox1 .top .lt,
  .iderSolutionDelBox6Swiper .text {
    padding: 4%;
  }
  .iderSolutionBox1 .top .lt .tl::after {
    margin: 15px 0 10px 0;
  }
  .iderSolutionDelBox4 .lt .ls {
    margin: 10px 0 15px 0;
  }
  .iderSolutionDelBox2 .lt {
    padding: 0 0 15px 0;
  }
  .iderSolutionDelBox3 .top {
    margin: 20px 0;
  }
  .iderSolutionDelBox3Bto .items .tl {
    height: auto;
    padding: 5px 0;
  }
  .iderSolutionDelBox4 .rt {
    width: 100%;
    margin: 15px 0 0;
  }
  .iderSolutionDelBox6Swiper {
    padding-bottom: 0;
  }
  .iderSolutionDelBox6Swiper .text .top {
    margin-bottom: 15px;
  }
  .ideDetailsBox3Item5 .text .icon {
    width: 35px;
    height: 35px;
  }
  .headerSwiper .text .lsbox {
    width: 100%;
  }
  .headerSwiper .text .lsbox .img {
    width: 60px;
    height: 60px;
  }
  .headerSwiper .text .lsbox .img .icon {
    height: 30px;
  }
  .inderIndexBox1Con .item .text,
  .inderIndexBox1Con .item:hover .text {
    display: none;
  }
  .inderIndexBox1Con .item {
    width: calc((100% - 80px) / 5);
    margin: 0 20px 10px 0;
  }
  .inderIndexBox1Con .item:nth-child(7n) {
    margin-right: 20px;
  }
  .inderIndexBox1Con .item:nth-child(5n) {
    margin-right: 0;
  }
  .header-pagination {
    bottom: 10px !important;
  }
  .inderIndexBox2Swiper .swiper-slide {
    width: auto;
  }
  .inderIndexBox2 .top .img img {
    width: 60px;
    height: 60px;
  }
  .inderIndexBox2 .top .img {
    width: 90px;
    height: 90px;
  }
  .inderIndexBox2Con {
    width: 100%;
    margin: 15px 0 0;
  }
  .inderIndexBox2 .bottom .ls {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0;
  }
  .inderIndexBox2Swiper .name,
  .inderIndexBox2 .bottom .ls {
    width: 100%;
  }
  .inderIndexBox3Con .top {
    width: 100%;
    height: auto;
    padding: 3%;
  }
  .inderIndexBox3 .imgList .bg {
    height: 50vh;
  }
  .inderIndexBox4 .rt li {
    margin-bottom: 4%;
  }
  .inderIndexBox4 .lt .com-ls30 {
    margin: 8px 0;
  }
  .com-mores,
  .inderIndexBox5Swiper2 .mores {
    width: fit-content !important;
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 20px;
  }
  .inderIndexBox4 .top .rt {
    align-items: baseline;
  }
  .inderIndexBox4 .bto .icon {
    width: 50px;
    height: 50px;
  }
  .inderIndexBox5 .top {
    padding-right: 0;
  }
  .inderIndexBox5Swiper1 .name {
    padding-bottom: 12px;
  }
  .inderIndexBox5Swiper2 .name {
    font-size: 18px;
    line-height: 25px;
  }
  .inderIndexBox5Swiper2 {
    padding: 0;
    margin-top: 15px;
  }
  .inderIndexBox5Swiper2 img {
    position: static;
  }
  .inderIndexBox5Swiper2 .img {
    margin: 0 0 15px 0;
  }
  .inderIndexBox5Swiper2 .bto,
  .inderIndexBox6Con .rt {
    margin-top: 15px;
  }
  .inderIndexBox6Con .item {
    margin-bottom: 5%;
  }
  .inderIndexBox6Con .lt,
  .inderIndexBox6Con .rt {
    min-height: auto;
    clip-path: border-box;
    padding: 4%;
  }
  .inderIndexBox6Con .con {
    display: none;
  }
  .inderIndexBox6Con .item .icon {
    margin-right: 3%;
  }
  .inderIndexBox6Con .item .icon {
    height: 40px;
  }
  .inderIndexBox7Swiper .img {
    margin: 0 0 15px 0;
  }
  .inderIndexBox7Swiper .text {
    padding: 5% 0;
    margin-bottom: 0;
  }
  .inderIndexBox7Con .bottom {
    position: static;
    margin-top: 15px;
  }
  .inderIndexBox8 .btomores {
    margin-top: 15px;
  }
  .inderfooter .con li {
    display: none;
  }
  .inderfooter {
    padding-top: 3%;
  }
  .inderfooter .logo {
    padding-bottom: 3%;
  }
  .inderfooter .con li:last-child {
    display: flex;
    width: 100%;
  }
  .inderfooter .bto .lt {
    width: 100%;
    flex: none;
    margin-bottom: 2%;
  }
  .inderfooter .bto {
    flex-wrap: wrap;
  }
  .inderfooter .con {
    padding: 4% 0;
  }
  .inderIndexBox7Swiper .text .com-ls30 {
    font-size: 14px;
    line-height: 24px;
  }
  .inderIndexBox9 .item .input {
    height: 35px;
    margin-right: 0;
  }
  .inderIndexBox9 .form textarea {
    margin: 15px 0;
  }
  .inderIndexBox9 .item .input input {
    height: 100% !important;
  }
  .iderAboutBox7 {
    padding: 20px 0;
  }
  .iderAboutBox7Con ul {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .iderAboutBox7Con ul li {
    height: auto;
  }
  .iderAboutBox7Con {
    height: auto;
    padding: 0;
  }
  .iderAboutBox7Con li .name {
    font-size: 16px;
  }
  .iderAboutBox7Con li {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 10px 0;
  }
  .iderledBox17 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderAboutBox7Con li:nth-child(2n),
  .iderledBox17 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .inderServiceBox1 .lt .con {
    margin: 15px 0;
  }
  .inderServiceBox1 .img {
    height: auto;
    margin: 0;
  }
  .inderServiceBox2 ul li {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
    height: auto;
    background: none !important;
  }
  .inderServiceBox2 ul li .con {
    width: 100%;
    height: auto;
    padding: 10% 4%;
    margin: 0 !important;
  }
  .inderServiceBox2 ul li .icon {
    height: 35px;
  }
  .inderServiceBox2 ul li:nth-child(6n) {
    margin-right: 10px;
  }
  .inderServiceBox2 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .inderServiceBox2 li .name {
    margin-top: 12px;
  }
  .inderServiceBox4Con li .icon {
    width: 28px;
    height: auto;
  }
  .inderServiceBox4Con ul li {
    min-height: 300px;
  }
  .inderSolutionBox4Con .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .inderSolutionBox6 .top .item {
    margin-right: 0 !important;
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }
  .inderSolutionBox6 .top .item .icon {
    width: 26px;
    margin-right: 10px;
  }
  .inderSolutionBox10 .img {
    margin: 15px 0 0;
  }
  .inderSolutionBox11 .bto .img {
    height: auto;
    margin: 15px 0 0;
  }
  .iderProductCapBox1 ul {
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  }
  .iderProductCapBox1 li {
    max-width: 100%;
  }
  .iderProductCapBox1 li::after,
  .iderProductCapBox1 li:nth-child(12)::before {
    display: none !important;
  }
  .iderProductCapBox2Con,
  .iderProductCapBox3 .top,
  .iderProductCapBox3 .imgList {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
  .iderProductCapBox2Con .item .nu {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .headerSwiper .text .con {
    margin: 0;
  }
  .iderAboutBox3 .title,
  .iderComFormBox1 .form .formList,
  .iderChooseBox1 .rt .con,
  .ideDetailsBox3Item4 ul,
  .inderIndexBox2 .top,
  .inderIndexBox3Swiper1 .swiper-slide,
  .inderIndexBox9 .item,
  .inderfooter .bto .lt,
  .iderledBox17 li .bto,
  .inderSolutionBox4Con .rt {
    flex-wrap: wrap;
  }
  .inderIndexBox2 .top {
    justify-content: flex-start;
  }
  .iderComFormBox1 .form .formList {
    margin-bottom: 0;
  }
  .iderChooseBox3Swiper .img,
  .detailBox1Swiper2,
  .detailBox1Swiper1,
  .inderIndexBox2Swiper .img,
  .inderIndexBox8Con .item .img,
  .inderIndexBox8Con .item .text,
  .iderledBox17 ul li,
  .iderledBox17 li .img,
  .inderSolutionBox1 .img,
  .inderSolutionBox3 ul li,
  .iderProductCapBox1 li .img {
    height: auto;
  }
  .iderProductCapBox1 ul {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
  .headerSwiper .text .con .ls,
  .iderIndexBox3 ul,
  .iderAboutBox2 .ls,
  .iderAboutBox3Swiper2 .text .img,
  .iderComFormBox1 .form .formList input,
  .iderCaseDelBox1 .bto .img,
  .iderCaseDelBox3 .bto .con .img,
  .iderCaseDelBox3 .bto .con .text .br,
  .iderChooseBox1 .rt .con .com-ls30,
  .iderChooseBox4Con .item .img,
  .iderOdmBox1 .img,
  .iderOdmBox3 .bto .text,
  .detailBox1Swiper2,
  .ideDetailsBox1 .bto,
  .ideDetailsBox3Item1 .con .img,
  .inderIndexBox3Swiper1 .text,
  .inderIndexBox9 .form .item input,
  .inderfooter .bto .lt .com-ls30,
  .inderServiceBox1 .img,
  .inderServiceBox3 ul li,
  .inderServiceBox4Con .img,
  .inderServiceBox4Con ul li,
  .inderSolutionBox1 .img,
  .inderSolutionBox3 ul li,
  .inderSolutionBox4Con .rt .items,
  .inderSolutionBox6 .img,
  .inderSolutionBox9 .img,
  .inderSolutionBox11 .title {
    width: 100%;
  }
  .inderfooter .bto .lt .com-ls30,
  .inderSolutionBox9 .img {
    margin: 10px 0 0;
  }
  .inderSolutionBox1 ul li {
    margin-bottom: 10px;
  }
  .inderfooter .bto .com-ls30 {
    text-align: center;
    width: 100%;
  }
  .inderServiceBox4Con ul li {
    min-height: auto;
  }
  .inderIndexBox9 .form textarea {
    margin-bottom: 5%;
  }
  .inderIndexBox9 .form .item input,
  .inderIndexBox9 .form select {
    height: 35px;
    margin-right: 0;
  }

  .iderAboutBox3 .title p,
  .iderOdmBox6 ul li,
  .ideDetailsBox3Item4 ul li {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .inderIndexBox3Swiper1 .text {
    margin: 10px 0;
  }
  .iderIndexBox3 ul {
    margin: 15px 0;
  }
  .iderIndexBox1Con ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .com-title .ls {
    margin-top: 5px;
  }
  .iderIndexBox2 ul li,
  .iderProductBox2 .con .item,
  .iderProductBox3 ul li {
    width: calc(100% / 2);
  }

  .iderIndexBox4 .rt li {
    width: 100%;
    min-height: auto;
    margin: 0 0 15px 0;
  }
  .iderIndexBox5Swiper .text,
  .inderIndexBox8Con .item .text,
  .iderledBox17 li .text {
    height: auto;
    padding: 4%;
  }
  .iderComFormBox1 .form .formList input,
  .iderCaseDelBox3 .top .com-tl {
    margin-bottom: 10px;
  }
  .iderIndexBox5Swiper .mores {
    margin-top: 15px;
  }
  .iderIndexBox6 ul li,
  .iderComProdeuct .itemLi li,
  .iderOdmBox4 ul li,
  .iderProductBox1 .rt .iderComProdeuct .itemLi li {
    width: calc((100% - 10px) / 2);
  }
  .inderIndexBox8Con .item .mores {
    margin-top: 15px;
  }
  .iderIndexBox6 ul li:nth-child(3n),
  .iderComProdeuct .itemLi li:nth-child(3n),
  .iderOdmBox4 ul li:nth-child(3n),
  .iderProductBox1 .rt .iderComProdeuct .itemLi li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox6 ul li:nth-child(2n),
  .iderComProdeuct .itemLi li:nth-child(2n),
  .iderOdmBox4 ul li:nth-child(2n),
  .iderProductBox1 .rt .iderComProdeuct .itemLi li:nth-child(2n) {
    margin-right: 0;
  }
  .inderSolutionBox3 ul li {
    margin-right: 0 !important;
  }
  .iderOdmBox4 ul li:nth-child(3n)::after {
    display: block;
  }
  .iderOdmBox4 ul li:nth-child(2n)::after {
    display: none;
  }
  .iderCaseDelBox3 .top .item,
  .iderOdmBox6 li .text {
    padding: 4%;
  }
  .iderOdmBox3 .bto {
    padding: 22% 0 5% 0;
  }
  .iderOdmBox3 .bto .text .ls {
    margin-top: 15px;
  }
  .headerSwiper .bg {
    height: 50vh;
  }
  .inderIndexBox1Con .item {
    width: calc((100% - 40px) / 3);
  }
  .inderServiceBox2 ul li {
    width: calc((100% - 20px) / 3);
  }
  .inderIndexBox1Con .item:nth-child(5n) {
    margin-right: 20px;
  }
  .inderServiceBox2 ul li:nth-child(4n) {
    margin-right: 10px;
  }
  .inderIndexBox1Con .item:nth-child(3n),
  .inderServiceBox2 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .inderServiceBox3 ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .inderIndexBox3Con .bto {
    height: auto;
    padding: 10px;
  }
  .inderSolutionBox8 .bto .lt .img {
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .iderProductCapBox3 .top {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media screen and (max-width: 500px) {
  .iderIndexBox1Con .rt .img img,
  .iderComProdeuct.inner .itemLi li,
  .iderChooseBox2 .rt .item li,
  .iderChooseBox1 .img,
  .iderOdmBox2Con ul li,
  .iderProductBox1 .iderComProdeuct .itemLi li,
  .iderProductBox2 .con .item,
  .iderProductBox3 ul li,
  .ideDetailsBox3Item3 ul li,
  .iderSolutionBox1Con .item,
  .iderSolutionDelBox3 .top .rt .item,
  .iderComProdeuct .itemLi li,
  .iderSolutionDelBox5 ul li,
  .iderIndexBox6 ul li,
  .inderIndexBox8Con .item,
  .iderAboutBox7Con ul li,
  .iderledBox17 ul li,
  .inderSolutionBox2 ul li,
  .inderSolutionBox10 .img,
  .inderSolutionBox11 .bto .img {
    width: 100%;
  }
  .inderIndexBox3Con {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .iderComProdeuct.inner .itemLi li,
  .iderChooseBox2 .rt .item li,
  .iderOdmBox2Con ul li,
  .iderProductBox1 .iderComProdeuct .itemLi li,
  .ideDetailsBox3Item3 ul li,
  .iderSolutionBox1Con .item,
  .iderComProdeuct .itemLi li,
  .iderSolutionDelBox5 ul li,
  .iderIndexBox6 ul li,
  .inderIndexBox8Con .item,
  .iderAboutBox7Con ul li,
  .iderledBox17 ul li,
  .inderSolutionBox2 ul li {
    margin-right: 0 !important;
    border: none;
  }
  .ideDetailsBox3Item5 {
    max-height: 140px;
  }
  .iderSolutionDelBox5 ul li .name {
    margin: 8px 0;
  }
  .iderIndexBox1Con .rt,
  .iderIndexBox1Con ul li,
  .iderComProdeuct .itemLi li:hover .text {
    padding: 4%;
  }
  .iderSolutionDelBox3 .top .rt .name {
    margin-bottom: 8px;
  }
  .iderIndexBox2 ul li,
  .iderComProdeuct .itemLi li .img,
  .iderComProdeuct .itemLi .text,
  .iderProductBox1 .iderComProdeuct .itemLi li .img,
  .iderComProdeuct .itemLi li:hover .text,
  .iderProductBox2 .con .item,
  .inderSolutionBox2 ul li,
  .iderProductCapBox3 .imgList .img {
    height: auto;
  }
  .iderProductBox2 .item .icon {
    height: 35px;
  }
  .iderComProdeuct .itemLi .text,
  .iderSolutionBox1 .top .rt .text,
  .inderSolutionBox2 ul li {
    padding: 4%;
  }
  .iderComProdeuct .itemLi .text .com-ls30 {
    margin: 10px 0;
  }
  .iderIndexBox1Con .text .name::after {
    margin-top: 5px;
  }
  .iderIndexBox1Con .rt .img {
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .iderIndexBox2 li .name {
    margin-bottom: 6px;
  }
  .iderIndexBox2 li .text {
    max-height: 275px;
    overflow-y: scroll;
  }
  .iderIndexBox3 .com-tl {
    margin: 4px 0 10px 0;
  }
  .iderIndexBox3 ul,
  .iderChooseBox4Con .item .tl .tls {
    flex-wrap: wrap;
  }
  .iderChooseBox4Con .item .tl .name {
    flex: none;
    width: 100%;
  }
  .iderIndexBox3 ul li {
    width: calc(100% / 2);
    margin-bottom: 15px;
  }
  .iderIndexBox4 .lt .img {
    display: none;
  }
  .iderIndexBox4 .rt li .icon {
    width: 35px;
    display: block;
    margin-bottom: 12px;
    height: 35px;
  }
  .iderChooseBox4Con .item .nu {
    display: none;
  }
  .iderComProdeuct .itemLi li .img img {
    display: block;
    width: 100%;
  }
  .ideDetailsBox2 a {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .ideDetailsBox2 a:nth-child(2n) {
    margin-right: 0;
  }
  .headerSwiper .text .lsbox .name {
    font-size: 13px;
  }
  .inderServiceBox2 ul li {
    width: calc((100% - 10px) / 2);
  }
  .inderIndexBox1Con .item {
    width: calc((100% - 20px) / 2);
  }
  .inderIndexBox1Con .item:nth-child(3n) {
    margin-right: 20px;
  }
  .inderServiceBox2 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .inderIndexBox1Con .item:nth-child(2n),
  .inderServiceBox2 ul li:nth-child(2n),
  .inderSolutionBox2 ul li {
    margin-right: 0;
  }
  .inderIndexBox2 .top .item {
    width: calc(100% / 2);
    margin-right: 0;
  }
  .iderProductCapBox2Con,
  .iderProductCapBox3 .imgList {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media screen and (max-width: 420px) {
  .headerSwiper .bg {
    height: 68vh;
  }
  .inderIndexBox4 .rt li,
  .iderProductBox1 .rt .iderComProdeuct .itemLi li {
    width: 100%;
    margin-right: 0;
  }
  .inderIndexBox3 .imgList .bg {
    height: 73vh;
  }
  .iderProductCapBox1 li .text {
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .iderOdmBox4 ul li {
    width: 100%;
    margin-right: 0 !important;
    min-height: 140px;
  }
  .ideDetailsBox2 a {
    width: 100%;
    margin-right: 0;
  }
  .iderOdmBox4 ul li::after {
    display: none !important;
  }
  .iderNav .com-card {
    flex-wrap: wrap;
  }
  .iderProductCapBox1 ul {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media screen and (max-width: 360px) {
  .iderIndexBox2 ul li,
  .iderIndexBox6 ul li,
  .inderServiceBox2 ul li {
    width: 100%;
  }
  .iderIndexBox6 ul li,
  .inderServiceBox2 ul li {
    margin-right: 0 !important;
  }
  .iderIndexBox2 li:hover .text {
    max-height: 100%;
  }
  .iderBanner .bg {
    height: 45vh;
  }
  .headerSwiper .bg {
    height: 86vh;
  }
}

/* #endregion  Response style */
