/* #region Public Styles */
@font-face {
  font-family: "iconfont";
  src:
    url("../css/font/fontIcon/iconfont.woff2?t=1765777637515") format("woff2"),
    url("../css/font/fontIcon/iconfont.woff?t=1765777637515") format("woff"),
    url("../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: "Outfit-Bold";
  src: url("font/Outfit-Bold.ttf");
}

@font-face {
  font-family: "Outfit-Black";
  src: url("font/Outfit-Black.ttf");
}

@font-face {
  font-family: "Outfit-ExtraBold";
  src: url("font/Outfit-ExtraBold.ttf");
}

@font-face {
  font-family: "Outfit-ExtraLight";
  src: url("font/Outfit-ExtraLight.ttf");
}

@font-face {
  font-family: "Outfit-Light";
  src: url("font/Outfit-Light.ttf");
}

@font-face {
  font-family: "Outfit-Thin";
  src: url("font/Outfit-Thin.ttf");
}

@font-face {
  font-family: "Outfit";
  src: url("font/Outfit-Regular.ttf");
}

@font-face {
  font-family: "Outfit-SemiBold";
  src: url("font/Outfit-SemiBold.ttf");
}

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

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}

:root {
  --mainColor: #1e98d3;
  --bg-c: #f2f2f2;
  --color-f: #00284f;
  --main-font: "Outfit", system-ui, -apple-system, sans-serif;
}

body {
  font-family: var(--main-font);
}

.com-card {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}

/* #endregion  */

/* #region System style */
@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Regular.ttf");
}

.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% !important;
  }

  .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;
    border-radius: 10px;
  }

  .system_faq_item .text {
    padding: 0 4%;
  }

  .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;
    line-height: 25px;
    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_con .top li .ls span.text {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 0.375rem;
}

.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 !important;
  background-color: #fff !important;
  color: #192436 !important;
  font-size: 0.2rem !important;
  padding: 0 0.125rem !important;
  outline: none !important;
  transition: all 0.3s !important;
  transition: all 0.3s !important;
  border: none !important;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 1px !important;
}

.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% !important;
  height: 4.375rem !important;
  transition: all 0.3s !important;
  font-size: 0.2rem !important;
  background-color: #fff !important;
  border-radius: 0.0625rem !important;
  color: #192436 !important;
  padding: 0.125rem 0 0 0.125rem !important;
  border: none !important;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 1px !important;
}

.system_contact_form button[type="submit"] {
  width: 3rem !important;
  height: 0.575rem !important;
  font-size: 0.2rem !important;
  text-align: center !important;
  line-height: 0.575rem !important;
  color: #ffffff !important;
  display: block !important;
  background-color: var(--mainColor) !important;
  margin: 0 auto !important;
}

.system_contact_form button {
  cursor: pointer;
}

.system_contact_form .ls {
  font-size: 0.225rem;
  color: #000;
}

.system_contact_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;
  flex: 1;
  flex-wrap: wrap;
  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 {
  margin-top: 1.1875rem !important;
  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;
    margin-top: 0 !important;
  }

  .system_newsDel_table {
    display: none !important;
  }

  .system_newsDel_rt .title,
  .system_newsDel_content h2,
  .system_newsDel_content h3 {
    font-size: 18px;
  }

  .system_newsDel_form {
    display: none;
  }

  .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: 2.3;
}

h3 {
  font-size: 0.225rem;
  line-height: 2.2;
}

h4 {
  font-size: 0.2rem;
  line-height: 2;
}

.system_product_del_box2.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 333;
}

.system_nav_box .separator {
  font-family: "Poppins";
}

@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;
}

.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 {
}

.rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.single-product .rank-math-breadcrumb p span {
  color: #000;
}

@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;
}

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);
}

.comHover:hover {
  box-shadow: 0 0 15px rgba(4, 163, 211, 0.6);
  transform: translateY(-5px);
}

.com-tl {
  font-size: 0.45rem;
  color: #000000;
  line-height: 0.45rem;
}

.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: #000000;
}

.com-mores {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 0.525rem;
  border: solid 0.0125rem #00284f;
  font-family: Outfit-Light;
  font-size: 0.2rem;
  text-align: center;
  color: var(--mainColor);
  transition: all 0.3s;
  text-align: center;
}

body {
  padding-top: 39px;
}

.header {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 0.3s;
}

.headerTop {
  width: 100%;
  height: 39px;
  background-color: #00284f;
}

.headerTop .lt .icon {
  width: 16px;
  height: auto;
  object-fit: contain;
  margin-right: 10px;
}

.headerTop .lt .tel {
  display: flex;
}

.headerTop .lt .tel p {
  display: flex;
}

.headerTop .lt a {
  font-size: 14px;
  color: #ffffff;
  margin-right: 0.3125rem;
  display: flex;
}

.headerTop .rt .links {
  height: 100%;
  border-right: 1px solid rgba(8, 181, 224, 0.2);
  padding-left: 15px;
  margin-right: 25px;
}

.headerTop .rt .links a {
  display: flex;
  margin-right: 15px;
}

.headerTop .rt .links img {
  width: auto;
  height: 15px;
  object-fit: contain;
}

.header.active,
.header.inner {
  box-shadow: 0px 0px 15px 0px rgba(101, 101, 101, 0.14);
  background-color: #fff;
}

.header.active .logo img,
.header.inner .logo img {
  filter: none;
}

.headerBto {
  width: 100%;
  height: 1.1875rem;
  background-color: transparent;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(240, 238, 238, 0.1);
}

.headerBto:hover {
  background-color: #fff;
}

.headerBto:hover .menu-level1 > li > a,
.headerBto:hover .menu-level1 > li > a {
  color: #000;
}

.headerBto:hover .search {
  filter: brightness(0);
}

.headerBto .lt {
  height: 100%;
}

.headerBto .rt {
  flex: 1;
  justify-content: flex-end;
}

.headerBto .rt .quote {
  display: block;
  width: auto;
  padding: 0 0.2rem;
  height: 0.525rem;
  background-color: var(--mainColor);
  border-radius: 0.2625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.525rem;
  transition: all 0.3s;
  color: #ffffff;
}

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

.header .logo img {
  width: 100%;
  object-fit: cover;
  height: auto;
  filter: brightness(0) invert(1);
  vertical-align: bottom;
}

.menu-level1 > li,
.menu-level1,
.header .rt {
  height: 100%;
}

.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}

.menu-level1 > li > a {
  font-size: 0.2rem;
  color: #fff;
}

.header.active .menu-level1 > li > a,
.header.inner .menu-level1 > li > a {
  color: #000;
}

.header .search {
  display: inline-block;
  width: 20px;
  cursor: pointer;
  height: auto;
  object-fit: cover;
  margin-right: 0.2125rem;
}

.header.active .search,
.header.inner .search {
  filter: brightness(0);
}

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerBto:hover .logo img {
  filter: contrast(0.5);
}

.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 {
  margin-left: 1.175rem;
}

.headerSwiper .text .con .title,
.iderBannerBox1 .text .con .title {
  font-family: Outfit-Bold;
  font-size: 0.75rem;
  color: #ffffff;
}

.headerSwiper .text .con .tl {
  font-family: Outfit-Bold;
  font-size: 1.875rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.8rem;
}

.headerSwiper .text .con .ls,
.iderBannerBox1 .text .con .ls {
  font-size: 0.3rem;
  line-height: 0.5rem;
  color: #ffffff;
  width: 100%;
}

.headerSwiper .text .ls,
.iderBannerBox1 .text .con .ls {
  margin-top: 0.1875rem;
}

.headerSwiper .text .con .btn,
.iderBannerBox1 .text .con .btn {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.45rem;
}

.headerSwiper .text .con .btn .com-mores,
.iderBannerBox1 .text .con .btn .com-mores {
  flex-shrink: 0;
  border-color: #fff;
  color: #fff;
  padding: 0 0.25rem;
  min-width: 2.6875rem;
  height: 0.75rem;
  font-size: 0.25rem;
  width: auto;
}

.headerSwiper .text .con .btn .com-mores:hover,
.iderBannerBox1 .text .con .btn .com-mores:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.headerSwiper .text .con .btn .com-mores:first-child,
.iderBannerBox1 .text .con .btn .com-mores:first-child {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.headerSwiper .text .con .btn .com-mores:first-child:hover,
.iderBannerBox1 .text .con .btn .com-mores:first-child:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.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);
}

.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
  background-color: var(--bg-c);
}

.iderIndexBox1 .com-card {
  width: 21.875rem;
}

.iderIndexBox1Con {
  width: 100%;
  height: 10rem;
  margin-top: 0.625rem;
}

.iderIndexBox1Con .bto {
  width: 100%;
  height: auto;
}

.iderIndexBox1Con .bto .lt {
  flex: 1;
}

.iderIndexBox1Con .name {
  font-size: 0.3rem;
  display: block;
  width: 100%;
  margin-bottom: 4%;
  color: var(--color-f);
}

.iderIndexBox1Con .name::after {
  display: block;
  content: "";
  width: 0.55rem;
  height: 0.0125rem;
  margin-top: 0.1875rem;
  background-color: var(--mainColor);
  border-radius: 0px;
}

.iderIndexBox1Con .rt {
  width: 8.7875rem;
  height: 100%;
  padding: 0.3125rem 0.25rem 0.5rem 0.5625rem;
  background: linear-gradient(to top, rgba(4, 179, 233, 0.1) 0%, #ffffff 45%);
}

.iderIndexBox1Con .rt .text {
  height: calc((100% - 5.75rem));
}

.iderIndexBox1Con ul {
  flex: 1;
  margin-right: 0.275rem;
  height: 100%;
}

.iderIndexBox1Con ul li {
  width: calc((100% - 0.25rem) / 2);
  margin: 0 0.25rem 0.25rem 0;
  height: calc((100% - 0.25rem) / 2);
  background: url(../images/ic1-1.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  align-items: end;
  padding: 0.3125rem 0.225rem 0.375rem 0.375rem;
}

.iderIndexBox1Con ul li .text {
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.iderIndexBox1Con ul li .img {
  width: 2.875rem;
  height: auto;
}

.iderIndexBox1Con ul li .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s;
}

.iderIndexBox1Con ul li:hover {
  background: url(../images/ic1-5.png) no-repeat;
  background-size: cover;
}

.iderIndexBox1Con ul li:hover .name,
.iderIndexBox1Con ul li:hover .com-ls30 {
  color: #fff;
}

.iderIndexBox1Con ul li:hover .com-mores,
.iderIndexBox1Con .rt:hover .com-mores {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}

.iderIndexBox1Con .rt:hover .com-mores {
  box-shadow: 0 0 15px rgba(4, 163, 211, 0.6);
  transform: translateY(-5px);
}

.iderIndexBox1Con ul li:nth-child(2n) {
  margin-right: 0;
}

.iderIndexBox1Con .com-ls30 {
  margin: 0.1rem 0 0.1625rem 0;
}

.iderIndexBox1Con .rt .img {
  width: 100%;
  height: 5.75rem;
}

.iderIndexBox1Con .rt .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}

.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1rem 0;
  border-bottom: 1px solid rgba(4, 58, 128, 0.1);
}

.iderIndexBox2 .com-card {
  margin-bottom: 0.8rem;
}

.iderIndexBox2 .com-card .com-tl {
  text-align: center;
}

.iderIndexBox2 .com-tl {
  margin-bottom: 0.3rem;
}

.iderIndexBox2 .com-ls30 {
  text-align: center;
  margin-bottom: 0.5rem;
}

.iderIndexBox2 ul li {
  width: calc(100% / 4);
  position: relative;
  height: 7.25rem;
  overflow: hidden;
}

.iderIndexBox2 li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;

  height: auto;
  transition: all 0.5s;
}

.iderIndexBox2 li .text .ls {
  font-size: 0.225rem;
  line-height: 0.35rem;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}

.iderIndexBox2 li .name {
  font-family: Outfit-Bold;
  font-size: 0.225rem;
  color: #ffffff;
  width: 100%;
  padding-left: 0.375rem;
  margin-bottom: 0.375rem;
}

.iderIndexBox2 li .name::after {
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.575rem;
  background: url(../images/im2-6.png) center no-repeat;
  background-size: 0.3rem 0.1rem;
  filter: brightness(0) invert(1);
  background-color: rgba(255, 255, 255, 0.3);
}

.iderIndexBox2 li .mores {
  width: 2rem;

  background-color: var(--mainColor);
  font-size: 0.2rem;
  color: #ffffff;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
}

.iderIndexBox2 li .mores::after,
.com-mores2::after {
  display: block;
  content: "";
  width: 0.3rem;
  height: 0.1rem;
  filter: brightness(0) invert(1);
  background: url(../images/im2-6.png) no-repeat;
  background-size: contain;
  margin-left: 0.1125rem;
}

.iderIndexBox2 li:hover .text .ls {
  overflow: visible;
  height: auto;
  opacity: 1;
}

.iderIndexBox2 li:hover .text {
  height: 100%;
  padding: 0.9375rem;
  background-color: rgba(3, 50, 110, 0.8);
}

.iderIndexBox2 li:hover .text .mores {
  height: 0.575rem;
  overflow: visible;
  opacity: 1;
  margin-top: 0.5625rem;
}

.iderIndexBox2 li:hover .text .name {
  padding-left: 0;
}

.iderIndexBox2 li:hover .text .name::after {
  display: none;
}

.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);
}

.iderIndexBox3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.125rem 0 2.375rem 0;
  background: url(../images/bg2.png) top right no-repeat;
  background-size: 2.2375rem auto;
  background-position-y: -0.375rem;
}

.iderIndexBox3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 10.9125rem;
  width: 3.7125rem;
  background: url(../images/bg1.png) left bottom no-repeat;
  background-size: contain;
  background-position-y: 2.75rem;
}

.iderIndexBox3 .com-card {
  width: 15rem;
}

.iderIndexBox3 .tl {
  font-size: 0.225rem;
  text-align: center;
  color: var(--mainColor);
}

.iderIndexBox3 ul {
  width: 60%;
  margin: 0.5625rem auto;
}

.com-tl.center {
  text-align: center;
}

.iderIndexBox3 .com-ls30 {
  text-align: center;
  font-size: 0.225rem;
  color: var(--color-f);
  margin-bottom: 0.875rem;
}

.iderIndexBox3 .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.iderIndexBox3 li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iderIndexBox3 li .nu {
  align-items: flex-start;
}

.iderIndexBox3 li .nu p {
  font-size: 0.9rem;
  line-height: 0.75rem;
  color: var(--mainColor);
}

.iderIndexBox3 li .nu i {
  font-size: 0.375rem;
  color: var(--mainColor);
}

.iderIndexBox3 li .ls {
  font-size: 0.225rem;
  color: var(--color-f);
  margin-top: 0.15rem;
}

.iderIndexBox3 .com-tl {
  color: var(--color-f);
  margin: 0.1125rem 0 0.25rem 0;
}

.iderIndexBox4 {
  width: 100%;
  height: 10.625rem;
}

.iderIndexBox4 .lt {
  flex: 1;
  position: relative;
  height: 100%;
  justify-content: end;
  background-color: var(--color-f);
}

.iderIndexBox4 .lt .text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.25rem 1.25rem 1.5rem 2rem;
  z-index: 2;
  height: 100%;
}

.iderIndexBox4 .lt .text .tl {
  font-size: 0.9rem;
  line-height: 0.9rem;
  width: 100%;
  color: #ffffff;
}

.iderIndexBox4 .lt .img {
  position: absolute;
  width: 5.5375rem;
  height: 100%;
  overflow: hidden;
}

.iderIndexBox4 .lt .img .bto {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  font-size: 0.2rem;
  padding: 4% 5% 10% 7%;
  line-height: 0.375rem;
  color: #ffffff;
}

.iderIndexBox4 .rt {
  width: 14.1625rem;
  height: 100%;
  background: url(../picture/bg3.png) no-repeat;
  background-size: cover;
  padding: 1.125rem 2rem 0 1.4375rem;
}

.iderIndexBox4 .rt ul {
  width: 100%;
  align-items: baseline;
}

.iderIndexBox4 .rt li .icon {
  width: 0.8875rem;
  height: 0.8875rem;
  object-fit: cover;
  margin-bottom: 0.1rem;
  transition: all 0.5s;
}

.iderIndexBox4 .rt li {
  width: calc((100% - 1.25rem) / 2);
  padding-bottom: 0.125rem;
  margin: 0 1.25rem 0.525rem 0;
  min-height: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.iderIndexBox4 .rt li:nth-child(2n) {
  margin-right: 0;
}

.com-ls30.white {
  color: #fff;
}

.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.625rem 0;
}

.iderIndexBox5 .com-title .mores {
  text-decoration: underline !important;
  font-size: 0.2rem;
  letter-spacing: 0.0125rem;
  color: var(--color-f);
  margin-right: 0.3125rem;
}

.iderIndexBox5-next,
.iderSolutionDelBox6-next {
  width: 0.625rem;
  height: 0.575rem;
  cursor: pointer;
  background: url(../images/im2-6.png) center no-repeat;
  background-size: 0.3rem 0.1rem;
  background-color: rgba(207, 205, 205, 0.8);
}

.iderIndexBox5-prev,
.iderSolutionDelBox6-prev {
  width: 0.625rem;
  height: 0.575rem;
  cursor: pointer;
  background: url(../images/im2-6-1.png) center no-repeat;
  background-size: 0.3rem 0.1rem;
  margin-right: 0.125rem;
  background-color: rgba(207, 205, 205, 0.8);
}

.iderIndexBox5-next:hover,
.iderSolutionDelBox6-next:hover {
  background: url(../images/im2-6-2.png) center no-repeat;
  background-color: var(--mainColor);
}

.iderIndexBox5-prev:hover,
.iderSolutionDelBox6-prev:hover {
  background: url(../images/im2-6-3.png) center no-repeat;
  background-color: var(--mainColor);
}

.iderIndexBox5Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.525rem;
  overflow: hidden;
  padding-bottom: 0.875rem;
}

.iderIndexBox5Swiper .swiper-slide {
  border-right: 1px solid rgba(7, 188, 243, 0.1);
}

.iderIndexBox5Swiper .img {
  width: 95%;
  height: 3.9rem;
  overflow: hidden;
}

.iderIndexBox5Swiper .time {
  font-size: 0.2rem;
  color: var(--color-f);
  transition: all 0.3s;
}

.iderIndexBox5Swiper .swiper-slide:last-child {
  border-right: none;
}

.iderIndexBox5Swiper .text {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 3.7625rem;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 0.25rem 0.5rem 0.625rem 0.4375rem;
  box-shadow: 0px 0.1125rem 0.475rem 0px rgba(108, 108, 108, 0.14);
}

.iderIndexBox5Swiper .name {
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: var(--color-f);
  display: block;
  margin: 0.05rem 0 0.1rem 0;
  transition: all 0.3s;
}

.iderIndexBox5Swiper .mores {
  font-size: 0.2rem;
  letter-spacing: 0.0125rem;
  color: var(--color-f);
  transition: all 0.3s;
}

.iderIndexBox5Swiper .mores::after {
  display: none;
  content: "";
  width: 0.3rem;
  height: 0.1rem;
  background: url(../images/im2-6-2.png) no-repeat;
  background-size: contain;
  margin-left: 0.1625rem;
}

.iderIndexBox5Swiper .swiper-slide:hover .text {
  background-color: var(--mainColor);
}

.iderIndexBox5Swiper .swiper-slide:hover .time,
.iderIndexBox5Swiper .swiper-slide:hover .com-ls30,
.iderIndexBox5Swiper .swiper-slide:hover .name,
.iderIndexBox5Swiper .swiper-slide:hover .mores {
  color: #fff;
}

.iderIndexBox5Swiper .swiper-slide:hover .mores::after,
.iderIndexBox5Swiper .swiper-slide-active .mores::after {
  display: block;
}

.iderIndexBox6 {
  width: 100%;
  height: auto;
  background: url(../images/bg4.png) no-repeat;
  background-size: cover;
  padding: 0.8rem 0 1.125rem 0;
}

.iderIndexBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 4%;
  padding-bottom: 0.375rem;
}

.iderIndexBox6Swiper .img {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0.1125rem 0.475rem 0px rgba(108, 108, 108, 0.14);
  height: 1.9375rem;
  padding: 0.1875rem;
}

.iderIndexBox6-pagination {
  margin-top: 3%;
}

.com-title2 {
  text-align: center;
  font-size: 0.225rem;
  color: #000000;
  margin-top: 0.25rem;
}

.iderIndexBox6 ul {
  width: 100%;
  margin-top: 0.5rem;
}

.iderIndexBox6 ul li {
  width: 3.925rem;
  height: 1.9375rem;
  background-color: #ffffff;
  margin: 0 0.375rem 0.125rem 0;
  padding: 0.1875rem;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0px 0.1125rem 0.475rem 0px rgba(108, 108, 108, 0.14);
}

.iderIndexBox6 ul li:nth-child(4n) {
  margin-right: 0;
}

.iderIndexBox6 ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../picture/bg5.png) no-repeat;
  background-size: cover;
}

.footer .top {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 0.325rem 0;
  border-bottom: 1px solid rgba(192, 190, 190, 0.1);
}

.footer .top .lt {
  width: 6.3125rem;
  margin-right: 5%;
}

.footer .top .lt > a {
  display: flex;
}

.footer .top ul {
  flex: 1;
  justify-content: space-between;
}

.footer .top .logo {
  width: 68%;
  object-fit: contain;
  height: 2.4625rem;
}

.footer .top .lt .form {
  width: 100%;
  margin-top: 0.3125rem;
}

.footer .top .lt .form .tl {
  font-family: Outfit-Bold;
  font-size: 0.2rem;
  color: #ffffff;
}

.footer .top .lt .form .con {
  width: 100%;
  height: 0.725rem;
  background-color: rgba(163, 161, 161, 0.1);
  border-radius: 1px;
  padding-right: 0.075rem;
  margin: 0.125rem 0 0.5625rem 0;
}

.footer .top .lt .form .con div {
  width: 100%;
}

.footer .top .lt .form .elementor-form .elementor-form-fields-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.footer
  .top
  .lt
  .form
  .elementor-form
  .elementor-form-fields-wrapper
  .elementor-field-type-submit {
  width: 0.85rem !important;
}

.footer .top .lt .form .elementor-form input {
  width: calc((100% - 0.875rem)) !important;
  height: 100% !important;
  background-color: transparent !important;
  font-size: 0.2rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
  padding-left: 0.175rem !important;
  border: none !important;
}

.footer .top .lt .form .elementor-form button[type="submit"] {
  width: 0.85rem !important;
  height: 0.5625rem !important;
  border-radius: 0.05rem !important;
  cursor: pointer !important;
  background: url(../images/im2-13.png) center no-repeat !important;
  background-size: 0.275rem !important;
  background-color: var(--mainColor) !important;
  text-indent: -9999px !important;
}

.footer .top .lt .form .elementor-form input::placeholder {
  font-size: 0.2rem !important;
  color: rgba(255, 255, 255, 0.1) !important;
  opacity: 1 !important;
}

.footLink {
  flex-wrap: wrap;
}

.footLink .tl {
  font-family: Outfit-Bold;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  color: #ffffff;
  width: 100%;
}

.footLink .bto {
  width: 100%;
}

.footLink a {
  width: 35px;
  height: 35px;
  background-color: rgba(167, 166, 166, 0.1);
  border-radius: 1px;
  margin-right: 0.125rem;
  transition: all 0.3s;
}

.footLink a:hover {
  transform: translateX(-10px);
  background-color: var(--mainColor);
}

.footLink a img {
  height: 15px;
  width: auto;
  object-fit: contain;
}

.footer .top li .name {
  font-family: Outfit-Bold;
  font-size: 0.2rem;
  margin-bottom: 0.35rem;
  color: #ffffff;
}

.footer .top li {
  position: relative;
  flex-direction: column;
  padding: 0 2% 0 0.3rem;
  border-left: 0.0125rem solid rgba(143, 142, 142, 0.1);
}

.footer .top li::after {
  display: block;
  content: "";
  width: 0.0375rem;
  position: absolute;
  left: -0.0187rem;
  top: 0;
  height: 0.5625rem;
  background-color: var(--mainColor);
  border-radius: 0.025rem;
}

.footer .top li:last-child {
  max-width: 5.125rem;
  padding-right: 0;
}

.footer .top li a,
.footer .top li .ls {
  font-size: 0.2rem;
  line-height: 0.45rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}

.footer .top li:last-child .tel2 {
  padding-left: 9%;
}

.footer .top li:last-child .wechat2 {
  padding-left: 19%;
}

.footer .top li .ls.icons {
  background: url(../images/footer_icons.svg) no-repeat;
  background-size: 0.375rem;
  padding-left: 0.4375rem;
  background-position-y: 0.1125rem;
}

.footer .top li .ls.factory {
  background: url(../images/factory.svg) no-repeat;
  background-size: 0.375rem;
  padding-left: 0.4375rem;
  background-position-y: 0.1125rem;
}

.system_contact_con .top li .ls .tl {
  background: url(../images/footer_icons.svg) no-repeat;
  background-size: 0.3125rem;
  padding-left: 0.375rem;
  text-align: left;
}

.system_contact_con .top li .ls .text {
  text-align: left;
  padding-left: 0.375rem;
}

.system_contact_con .top li .ls .item {
  margin-bottom: 2%;
}

.system_contact_con .top li .ls .item:first-child .tl {
  background: url(../images/factory.svg) no-repeat;
  background-size: 0.3125rem;
}

.footer .top li .emails {
  padding: 0.15rem 0;
  margin: 0.125rem 0;
  border-top: 1px solid rgba(143, 142, 142, 0.5);
  border-bottom: 1px solid rgba(143, 142, 142, 0.5);
}

.footer .top li .emails2 {
  border-top: none;
  padding-top: 0;
}

.footer .top li a:hover {
  text-decoration: underline !important;
}

.footer .bto {
  width: 100%;
  height: 1.125rem;
}

.footer .bto .ls {
  font-size: 0.175rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}

.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,
.iderNav span {
  font-size: 0.2rem;
  color: #f2f2f2;
}

.single .iderNav a,
.single .iderNav span,
.iderNav.inner span {
  color: #000;
}

.single-power .iderNav a,
.single-power .iderNav span {
  color: #f2f2f2;
}

.iderNav span {
  margin: 0 0.05rem;
}

.iderNav a::before {
  font-size: 0.15rem;
  margin: 0 0.05rem;
}

.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: Outfit-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: 0.925rem;
  object-fit: cover;
}

.iderSolutionBox1 .top .lt .tl h2,
.iderSolutionBox1 .top .lt .tl {
  font-family: Outfit-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 p {
  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: Outfit-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);
}

input,
textarea,
button {
  font-family: var(--main-font) !important;
}

.iderComFormBox1 .com-card {
  width: 15rem;
}

.iderComFormBox1 .form {
  width: 100%;
  margin-top: 1.125rem;
}

.iderComFormBox1 .form .formList {
  width: 100%;
  margin-bottom: 0.2375rem;
}

.iderComFormBox1 .form .elementor-form input {
  width: calc((100% - 0.25rem) / 2) !important;
  height: 0.575rem !important;
  background-color: #fff !important;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 1px !important;
  font-size: 0.2rem !important;
  padding-left: 0.1625rem !important;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
}

.iderComFormBox1 .form .elementor-form input::placeholder {
  opacity: 1 !important;
}

.iderComFormBox1 .form .elementor-form textarea {
  width: 100% !important;
  height: 1.6625rem !important;
  background-color: #fff !important;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 1px !important;
  font-size: 0.2rem !important;
  padding: 0.1625rem 0 0 0.1625rem !important;
  display: block !important;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
}

.iderComFormBox1 .form .elementor-form textarea::placeholder {
  opacity: 1 !important;
}

.iderComFormBox1 .form .elementor-form .ls {
  font-size: 0.2rem;
  color: #000000;
  margin: 0.125rem 0 0.425rem 0;
}

.iderComFormBox1 .form .elementor-form .ls a {
  text-decoration: underline !important;
  color: var(--mainColor);
}

.iderComFormBox1 .form .elementor-form button[type="submit"] {
  width: 3rem !important;
  height: 0.575rem !important;
  background-color: var(--mainColor) !important;
  font-size: 0.2rem !important;
  text-align: center !important;
  line-height: 0.575rem !important;
  color: #ffffff !important;
  cursor: pointer !important;
  margin: 0 auto !important;
  display: block !important;
}

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

.single .iderNav.inner {
  margin-top: 0;
}

.single-product .iderNav.inner {
  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.22rem;
  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);
  gap: 0.75rem;
}

.iderSolutionDelBox2 .img {
  width: 9.9rem;
  height: 7.85rem;
  border-radius: 1px;
  overflow: hidden;
}

.iderSolutionDelBox2 .lt {
  flex: 1;
}

.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: 1.25rem;
}

.iderSolutionDelBox3 .top .imgList .img {
  width: 4.1rem;
  overflow: hidden;
  height: 3.2rem;
  margin: 0 0.2625rem 0.275rem 0;
}

.iderSolutionDelBox3 .top .imgList .img:nth-child(2n) {
  margin-right: 0;
}

.iderSolutionDelBox3 .top .imgList.single .img {
  width: 100%;
  height: auto;
  margin: 0;
}

.iderSolutionDelBox3 .top .imgList.single .img img {
  width: 100%;
  height: auto;
  display: block;
}

.iderSolutionDelBox3 .top {
  width: 100%;
  margin: 0.375rem 0 1.5rem 0;
  align-items: flex-start;
}

.iderSolutionDelBox3 .top .rt {
  width: 10.275rem;
  align-items: baseline;
}

.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::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.75rem;
  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;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.iderComProdeuct .itemLi li .type {
  position: absolute;
  left: 0.2375rem;
  top: 0.1625rem;
  width: fit-content !important;
  height: 0.4125rem !important;
  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;
}

.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; */
  height: auto;
  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 .name {
  font-size: 0.3rem;
  display: block;
  min-height: 1.125rem;
  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: 12rem;
  margin-left: 1.5rem;
}

.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%;
  margin: 0.3375rem 0 0.75rem 0;
}

.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.6375rem;
  margin: 0 0.475rem 0.125rem 0;
}

.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: 12.4125rem;
  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 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;
}

.com-tl2 {
  font-size: 0.3rem;
  color: #000000;
  transition: all 0.3s;
}

.iderSolutionDelBox6Swiper .text .com-ls30 {
  margin-top: 0.1875rem;
  width: 85%;
  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 {
  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: Outfit-Bold;
  font-size: 0.75rem;
  color: #ffffff;
}

.iderBanner .text .ls {
  font-family: Outfit-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 .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: Outfit-SemiBold;
  font-size: 0.375rem;
  color: #f2f2f2;
  margin: 1.25rem 0 0.5rem 0;
}

.iderAboutBox2 .name {
  font-family: Outfit-SemiBold;
  font-size: 0.75rem;
  color: #f2f2f2;
}

.iderAboutBox2 .ls {
  font-family: Outfit-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(../images/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: Outfit-Light;
  font-size: 0.2rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
}

.iderAboutBox3Swiper2 .time {
  position: relative;
  font-family: Outfit-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 .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.25rem;
  color: #fff;
  line-height: 0.375rem;
  width: 70%;
  margin-top: 0.125rem;
}

.iderChooseBox1 {
  width: 100%;
  height: auto;
  padding-top: 1.5rem;
}

.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(../images/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: Outfit-Bold;
  font-size: 0.3rem;
  text-align: right;
  color: #f2f2f2;
}

.iderChooseBox1 .img .text .ls {
  font-family: Outfit-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 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: Outfit-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: Outfit-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: Outfit-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;
}

.iderCaseDelBox2 .title .com-ls30 p {
  color: #fff;
}

.iderCaseDelBox2Swiper {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  overflow: hidden;
}

.iderCaseDelBox2Swiper .img {
  width: 100%;
  height: 6.15rem;
  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: calc((100% - 0.675rem) / 2);
  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.875rem;
  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;
}

.iderComProdeuct.inner .itemLi .text .com-ls30 {
  margin: 2% 0;
}

.iderBanner .text .ls ul {
  margin-top: 0.1875rem;
}

.iderBanner .text .ls li {
  font-size: 0.3rem;
  font-family: Outfit-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: Outfit-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: Outfit-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: Outfit-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: Outfit-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: Outfit-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 .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.active {
  display: block;
}

.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 .tl {
  font-size: 0.4125rem;
  color: #000000;
}

.iderProductBox1 .rt .com-ls30 {
  min-height: 0.75rem;
  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 .iderComProdeuct .itemLi li {
  width: 4.55rem;
  margin-bottom: 0.3125rem;
  background-color: #fff;
}

.iderProductBox1 .iderComProdeuct .itemLi li:nth-child(4n) {
  margin-right: 0.325rem;
}

.iderProductBox1 .iderComProdeuct .itemLi li:nth-child(3n) {
  margin-right: 0;
}

.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-repeat: no-repeat;
  background-size: cover;
}

.iderProductBox2 .com-tl {
  color: #fff;
  text-align: center;
}

.iderProductBox2 .con {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5rem;
}

.iderProductBox2 .con .item {
  width: calc(100% / 3);
  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: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(--color-f);
  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: Outfit-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(--color-f);
}

.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: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;
  flex: 1;
  z-index: 2;
  padding: 0 0.75rem 0 0.5625rem;
}

.ideDetailsBox1 .rt .top {
  margin-bottom: 5%;
}

.ideDetailsBox1::after {
  position: absolute;
  right: 0;
  top: -80px;
  content: "";
  display: block;
  width: 47.45%;
  height: 11.875rem;
  background-color: var(--bg-c);
}

.detailBox1Swiper2 {
  width: 9.5rem;
  height: 7.9125rem;
  margin: 0 auto;
  overflow: hidden;
}

.detailBox1Swiper2 .img {
  width: 100%;
  height: 100%;
  padding: 3%;
  overflow: hidden;
}

.detailBox1Swiper2 .img img {
  object-fit: contain !important;
}

.detailBox1Swiper1 {
  height: 1.4625rem;
  margin-top: 0.125rem;
  overflow: hidden;
  flex: 1;
  margin: 0 0.275rem;
}

.detailBox1Swiper1 img {
  object-fit: contain;
}

.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;
}

.detailBox1-next:hover,
.detailBox1-prev:hover {
  color: var(--mainColor);
}

.ideDetailsBox1 .rt .com-ls30 {
  margin-top: 0.25rem;
}

.ideDetailsBox1 .rt .ideDetailsIconRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.25rem;
}

.ideDetailsBox1 .rt .ideDetailsIconRow .iconItem {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ideDetailsBox1 .rt .ideDetailsIconRow .iconItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.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: calc(39px + 1.1875rem);
  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 h3 {
  font-family: Outfit-SemiBold;
  font-size: 0.2rem;
  margin-top: 0.3125rem;
  color: #000;
}

.ideDetailsBox3Item1 .con .img {
  width: 10rem;
  height: 8.0375rem;
  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% !important;
  height: auto !important;
  overflow: auto;
  border: none;
}
table tr {
  height: auto !important;
}
table td {
  width: fit-content !important;
}
.ideDetailsBox3Item2 table td {
  height: 0.75rem !important;
  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(1) td {
  font-family: Outfit-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: Outfit-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 3% 0.375rem;
}

.ideDetailsBox3Item4 ul li .img {
  max-width: 8.75rem;
  max-height: 4rem;
}

.ideDetailsBox3Item4 ul li .img img {
  object-fit: contain;
}

.ideDetailsBox3Item4 li .name {
  font-size: 0.3rem;
  color: var(--mainColor);
}

.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;
}

.iderIndexBox3 .com-ls30 p,
.iderIndexBox4 .rt li .com-ls30,
.iderIndexBox4 .rt li .com-ls30 p,
.iderIndexBox4 .lt .img .bto {
  font-size: 0.225rem;
}

/* 下拉菜单 */
.menuDowns {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1.625rem;
  display: none;
  max-height: 9.9rem;
  z-index: 333;
  overflow-y: auto;
  background-color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0.625rem 0;
  border-top: 1px solid #eee;
}

.product_down_menu .item {
  padding: 0 0.25rem;
  width: calc(100% / 3);
  border-right: 1px dashed #acaaaaee;
  margin-bottom: 3%;
  align-items: inherit;
}

.product_down_menu .com-card {
  align-items: flex-start;
}

.product_down_menu .item:nth-child(3n) {
  border-right: none;
  justify-content: flex-end;
}

.product_down_menu .item .img {
  width: 33%;
  height: auto;
  overflow: hidden;
  padding: 0.1875rem;
  margin-right: 0.3125rem;
}

.product_down_menu .item .img img {
  object-fit: contain;
}

.product_down_menu .item .rts {
  flex: 1;
}

.product_down_menu .item .rts .name {
  display: block;
  font-weight: 700;
  font-size: 0.25rem;
  transition: all 0.3s;
  margin-bottom: 0.1875rem;
}

.product_down_menu .item .rts .con {
  width: 100%;
  height: auto;
}

.product_down_menu .item .rts .con .items {
  margin-bottom: 0.125rem;
}

.product_down_menu .item .rts .icons {
  width: 0.4375rem;
  height: auto;
  display: block;
  margin-right: 0.15rem;
  object-fit: contain;
  transition: all 0.3s;
}

.product_down_menu .item .rts a:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

.product_down_menu .item .rts .item_name {
  font-size: 0.225rem;
  transition: all 0.3s;
  color: #000;
}

.solution_down_men .com-card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3125rem 0.4375rem;
}

.solution_down_men .item .name {
  font-size: 0.2125rem;
  color: #000;
  height: 0.5625rem;
  margin-top: 2.5%;
  transition: all 0.3s;
}

.solution_down_men .item .name:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

.solution_down_men .item .img {
  width: 100%;
  display: block;
  border-radius: 0.125rem;
  height: 2.5rem;
  margin-bottom: 0.15rem;
  overflow: hidden;
}

/* == */
/* #endregion */
/* #region  Response style */
@media screen and (max-width: 1440px) {
  html {
    font-size: calc(100vw / 19) !important;
  }

  .com-card {
    width: 100% !important;
    padding: 0 5%;
  }
  .iderProductBox1 .iderComProdeuct .itemLi li {
    width: 3.3125rem;
  }
  .footer .top .lt {
    width: 25%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }

  .header,
  .footer .top li,
  .ideDetailsBox1::after {
    display: none;
  }

  .footer .top li:last-child {
    display: flex;
  }

  body {
    padding-top: 60px;
  }

  .footer .top li:last-child .wechat2 {
    padding-left: 64px;
  }

  .ideDetailsBox2.fixed {
    top: 60px;
  }

  .mobileHeader .search {
    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 {
    font-size: 18px;
  }

  .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;
  }

  .iderIndexBox1Con .text .name {
    font-weight: 600;
  }

  .com-tl,
  .iderSolutionBox1 .top .lt .tl h2,
  .iderSolutionBox1 .top .lt .tl {
    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 .con .tl,
  .iderBanner .text .ls {
    font-size: 20px;
    line-height: 26px;
  }

  .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,
  .iderExhibitionBox1 .iderBannerBto {
    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 {
    padding-top: 20px;
  }

  .iderProductBox3 {
    margin-top: 20px;
  }

  .iderCaseDelBox1,
  .iderOdmBox2,
  .iderSolutionDelBox1,
  .iderSolutionDelBox2 {
    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 {
    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 {
    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 {
    flex-wrap: wrap;
  }

  .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 {
    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 p,
  .iderSolutionDelBox1 .top .ls,
  .iderSolutionDelBox3 .top .rt,
  .iderSolutionDelBox3Bto .item,
  .iderSolutionDelBox5 .com-title .com-ls30,
  .iderSolutionDelBox5 .bto .img,
  .iderSolutionDelBox6Swiper .text .com-ls30 {
    width: 100%;
  }

  .iderIndexBox1Con .rt,
  .iderIndexBox4 .rt,
  .footer .top .lt,
  .iderIndexBox5Swiper .swiper-slide,
  .iderIndexBox5Swiper .img,
  .iderIndexBox5Swiper .text,
  .iderSolutionBox1 .top .lt {
    width: 100%;
    height: auto;
  }

  .iderIndexBox2 ul li,
  .iderProductBox2 .con .item,
  .iderProductBox3 ul li {
    width: calc(100% / 3);
  }

  .iderProductBox2 .con {
    margin-top: 14px;
  }

  .iderIndexBox2 li:hover .text {
    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%);
  }

  .iderIndexBox4 .rt,
  .iderOdmBox1 .con,
  .iderProductBox2 .con .item,
  .iderSolutionDelBox5 .bto .text {
    padding: 4%;
  }

  .iderIndexBox5Swiper {
    padding-bottom: 36px;
  }

  .iderIndexBox6 ul li,
  .iderComProdeuct .itemLi li,
  .iderOdmBox4 ul li,
  .iderProductBox1 .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 {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }

  .iderProductBox1 .iderComProdeuct .itemLi li:nth-child(4n),
  .iderSolutionBox1Con .item: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) {
    margin-right: 0;
  }

  .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,
  .single-product .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 .com-card {
    gap: 15px;
  }

  .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;
  }

  .ideDetailsBox1 .rt .top {
    margin-bottom: 5%;
  }

  .iderIndexBox1Con .text .name {
    font-weight: 600;
  }
}

@media screen and (max-width: 768px) {
  .headerSwiper .text .con {
    margin: 0;
  }
  .headerSwiper {
    height: 45vh;
  }
  .headerSwiper .bg {
    height: 100%;
  }
  .headerSwiper .text .con .btn .com-mores {
    padding: 0 10px;
    min-width: 140px;
    height: 35px;
    font-size: 14px;
  }
  .headerSwiper .text .con .btn {
    margin-top: 0.25rem;
    gap: 0.12rem;
    flex-wrap: wrap;
  }

  .iderBanner .text .lss {
    width: 100%;
  }

  .iderAboutBox3 .title,
  .iderComFormBox1 .form .formList,
  .iderChooseBox1 .rt .con,
  .ideDetailsBox3Item4 ul {
    flex-wrap: wrap;
  }

  .iderComFormBox1 .form .formList {
    margin-bottom: 0;
  }

  .iderChooseBox3Swiper .img,
  .detailBox1Swiper2,
  .detailBox1Swiper1 {
    height: auto;
  }

  .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 {
    width: 100%;
  }

  .iderAboutBox3 .title p,
  .iderOdmBox6 ul li,
  .ideDetailsBox3Item4 ul li {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .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 {
    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 .iderComProdeuct .itemLi li {
    width: calc((100% - 10px) / 2);
  }

  .iderIndexBox6 ul li:nth-child(3n),
  .iderComProdeuct .itemLi li:nth-child(3n),
  .iderOdmBox4 ul li:nth-child(3n),
  .iderProductBox1 .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 .iderComProdeuct .itemLi li:nth-child(2n) {
    margin-right: 0;
  }

  .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;
  }

  .iderBanner .bg {
    height: 45vh;
  }
}

@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,
  .iderIndexBox2 ul li {
    width: 100%;
  }

  .footer .top .logo {
    width: 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,
  .iderIndexBox2 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 {
    height: auto;
  }

  .iderProductBox2 .item .icon {
    height: 35px;
  }

  .iderComProdeuct .itemLi .text,
  .iderSolutionBox1 .top .rt .text {
    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 {
    font-size: 14px;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }

  .ideDetailsBox2 a:nth-child(2n) {
    margin-right: 0;
  }

  .iderIndexBox1Con ul li .text {
    flex: none;
    width: 100%;
  }

  .iderIndexBox1Con ul li {
    flex-wrap: wrap;
  }

  .iderIndexBox1Con ul li .img {
    width: 75%;
    margin: 0 auto;
    margin-top: 15px;
  }
}

@media screen and (max-width: 375px) {
  .headerSwiper .bg {
    height: 45vh;
  }

  .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;
  }
}

@media screen and (max-width: 360px) {
  .iderIndexBox2 ul li,
  .iderIndexBox6 ul li {
    width: 100%;
  }

  .iderIndexBox6 ul li {
    margin-right: 0 !important;
  }

  .iderIndexBox2 li:hover .text {
    max-height: 100%;
  }

  .iderBanner .bg {
    height: 45vh;
  }
}

/* #endregion */

.iderAboutBox4 {
  border-bottom: none;
}

.iderAboutBox5 {
  width: 100%;
  position: relative;
  padding: 0.8rem 0;
}

.iderAboutBox5 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #e9eff6;
  z-index: 1;
}

.iderAboutBox5 .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.iderAboutBox5 .img .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid var(--mainColor);
}

.iderAboutBox5 .img .dot::after {
  display: block;
  content: "";
  position: absolute;
  top: -0.075rem;
  left: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  border-radius: 50%;
  border: 0.075rem solid var(--mainColor);
  opacity: 0.8;
  z-index: -1;
  animation: dotPulse 2s infinite ease-out;
}

.iderAboutBox5 .img .dot {
  position: absolute;
  width: 0.2625rem;
  height: 0.2625rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.075rem solid var(--mainColor);
  animation: dotBreath 2s infinite ease-in-out;
}

.iderAboutBox5 .img .dot1 {
  left: 4.5rem;
  top: 3.8125rem;
  animation-delay: 0.1s;
}

.iderAboutBox5 .img .dot2 {
  top: 4.25rem;
  left: 4rem;
  animation-delay: 0.2s;
}

.iderAboutBox5 .img .dot3 {
  top: 4.425rem;
  left: 2.3375rem;
  animation-delay: 0.3s;
}

.iderAboutBox5 .img .dot4 {
  top: 5.175rem;
  left: 2.0625rem;
  animation-delay: 0.4s;
}

.iderAboutBox5 .img .dot5 {
  right: 2.125rem;
  top: 4.5rem;
  animation-delay: 0.5s;
}

.iderAboutBox5 .img .dot6 {
  right: 5rem;
  top: 4.775rem;
  animation-delay: 0.6s;
}

.iderAboutBox5 .img .dot7 {
  right: 5.5rem;
  bottom: 4.625rem;
  animation-delay: 0.7s;
}

.iderAboutBox5 .img .dot8 {
  right: 2.75rem;
  bottom: 5.7125rem;
  animation-delay: 0.8s;
}

@keyframes dotPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes dotBreath {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.iderAboutBox5 .com-card {
  position: relative;
  z-index: 2;
}

.iderAboutBox5 .top {
  width: 100%;
  height: 7.925rem;
  align-items: center;
}

.iderAboutBox5 .top .lt,
.iderAboutBox5 .top .rt {
  width: 50%;
}

.iderAboutBox5 .top .lt {
  padding-right: 0.8rem;
}

.iderAboutBox5 .com-tl {
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: 0.625rem;
}

.iderAboutBox5 .com-tl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0875rem;
  height: 0.375rem;
  background: var(--mainColor);
}

.iderAboutBox5 .top .rt .img {
  width: 100%;
}

.iderAboutBox5 .top .rt .img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1440px) {
  .iderIndexBox1 .com-card {
    width: 20rem;
  }
}

@media screen and (max-width: 1024px) {
  .iderAboutBox5 {
    padding: 0.6rem 0;
  }

  .iderAboutBox5 .top {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .iderAboutBox5 .top .lt,
  .iderAboutBox5 .top .rt {
    width: 100%;
  }

  .iderAboutBox5 .top .lt {
    padding-right: 0;
  }

  .iderAboutBox5 .top .rt {
    margin-top: 0.4rem;
  }

  .iderAboutBox5 .img {
    position: static;
    width: 100%;
    height: auto;
  }

  .iderAboutBox5 .bg {
    width: 100%;
    height: 50%;
  }
}

@media screen and (max-width: 768px) {
  .iderAboutBox5 {
    padding: 0.5rem 0;
  }

  .iderAboutBox5 .bg {
    display: none;
  }

  .iderAboutBox5 .top .lt {
    background: #e9eff6;
    padding: 0.4rem;
    border-radius: 0.08rem;
  }

  .iderAboutBox5 .top .rt {
    margin-top: 0.3rem;
  }

  .iderAboutBox5 .com-tl {
    padding-left: 0.25rem;
  }

  .iderAboutBox5 .com-tl::before {
    height: 0.26rem;
  }
}

.iderAboutBox6 {
  width: 100%;
  padding: 0.75rem 0 1.125rem;
  background: #f2f2f2;
}

.iderAboutBox6 .com-card {
  text-align: center;
}

.iderAboutBox6 .com-tl {
  margin-bottom: 0.5rem;
}

.iderAboutBox6 .list {
  width: 100%;
  justify-content: space-between;
}

.iderAboutBox6 .list li {
  width: calc((100% - 1.05rem) / 4);
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.45rem 0.3rem;
  border: 0.0125rem solid #ededed;
  height: 6.5875rem;
}

.iderAboutBox6 .list li .icon {
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  background: var(--mainColor);
  margin: 0 auto 0.5rem auto;
}

.iderAboutBox6 .list li .icon img {
  width: 0.5rem;
  height: 0.5rem;
}

.iderAboutBox6 .list li .name {
  font-size: 0.275rem;
  color: #000;
  margin-bottom: 0.1rem;
  font-weight: bold;
  height: 0.75rem;
}

.iderAboutBox6 .list li .desc {
  font-size: 0.2125rem;
  color: #666666;
  line-height: 0.375rem;
}

@media screen and (max-width: 1024px) {
  .iderAboutBox6 {
    padding: 0.6rem 0;
  }

  .iderAboutBox6 .list li {
    width: calc((100% - 0.24rem) / 2);
    margin-bottom: 0.24rem;
  }
}

@media screen and (max-width: 768px) {
  .iderAboutBox6 {
    padding: 0.5rem 0;
  }

  .iderAboutBox6 .com-tl {
    margin-bottom: 0.35rem;
  }

  .iderAboutBox6 .list li {
    width: 100%;
    padding: 0.4rem 0.25rem;
    height: auto;
  }

  .iderAboutBox6 .list li .icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .iderAboutBox6 .list li .icon img {
    width: 0.4rem;
    height: 0.4rem;
  }

  .iderAboutBox6 .list li .name {
    font-size: 0.275rem;
  }

  .iderAboutBox6 .list li .desc {
    font-size: 0.2125rem;
    line-height: 0.375rem;
  }
}

.iderAboutBox7 {
  width: 100%;
  padding: 0.9rem 0;
}

.iderAboutBox7 .com-card {
  text-align: center;
}

.iderAboutBox7 .text {
  margin: 0.3rem auto 0.5rem;
  color: #666666;
  text-align: left;
}

.iderAboutBox7 .text p {
  color: #666;
}

.iderAboutBox7 .list {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.iderAboutBox7 .list li {
  width: calc((100% - 1.2rem) / 4);
  background: #f6f6f6;
  padding: 0.35rem 0.25rem;
  border-radius: 0.08rem;
}

.iderAboutBox7 .list li .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto 0.2rem auto;
}

.iderAboutBox7 .list li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iderAboutBox7 .list li .name {
  font-size: 0.45rem;
  color: var(--mainColor);
  margin-bottom: 0.1rem;
}

.iderAboutBox7 .list li .name .num {
  font-weight: 700;
}

.iderAboutBox7 .list li .name .plus {
  margin: 0 -4px;
}

.iderAboutBox7 .list li .name .unit {
  font-size: 0.3rem;
}

.iderAboutBox7 .list li .desc {
  font-size: 0.225rem;
  color: #666666;
}

.iderAboutBox7 .bto {
  width: 100%;
  gap: 0.15rem;
}

.iderAboutBox7 .bto .item {
  position: relative;
  flex: 1;
  height: 6rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: flex 0.3s;
}

.iderAboutBox7 .bto .item:hover,
.iderAboutBox7 .bto .item.is-active {
  flex: 2;
}

@media screen and (max-width: 768px) {
  .iderAboutBox7 .bto .item:hover,
  .iderAboutBox7 .bto .item.is-active {
    flex: none;
  }
}

.iderAboutBox7 .bto .item .float {
  position: absolute;
  left: 0.25rem;
  bottom: 0.25rem;
  right: 0.25rem;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  padding: 0.2rem;
}

.iderAboutBox7 .bto .item .tl {
  font-size: 0.25rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.iderAboutBox7 .bto .item .ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
}

@media screen and (max-width: 1024px) {
  .iderAboutBox7 .list li {
    width: calc((100% - 0.4rem) / 2);
    margin-bottom: 0.3rem;
  }

  .iderAboutBox7 .bto {
    flex-direction: column;
  }

  .iderAboutBox7 .bto .item,
  .iderAboutBox7 .bto .item:hover {
    width: 100%;
    flex: none;
    height: 3rem;
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .iderAboutBox7 {
    padding: 0.6rem 0;
  }

  .iderAboutBox7 .list li {
    width: 100%;
  }
}

.iderPartnerBox1 {
  width: 100%;
  padding: 1.4rem 1rem 0.625rem;
  background-color: #f1f9fc;
  position: relative;
  overflow: hidden;
}

.iderPartnerBox1 .response-transition {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px rgba(58 130 198 / 11%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.iderPartnerBox1 .response-transition span {
  line-height: 1;
  color: #333;
  position: relative;
  padding-bottom: 0.4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.6rem;
}

.iderPartnerBox1 .response-transition span::before {
  content: "";
  width: 80px;
  height: 2px;
  background: var(--mainColor);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.iderPartnerBox1 .com-card {
  position: relative;
}

.iderPartnerBox1 .iderPartnerBox1Swiper {
  width: 100%;
}

.iderPartnerBox1 .brands .brand {
  transform: scale(0);
  opacity: 0;
  transition:
    transform 0.6s,
    opacity 0.6s;
}

.iderPartnerBox1 .swiper-slide.is-enter .brands .brand {
  transform: scale(1);
  opacity: 1;
}

.iderPartnerBox1 .swiper-slide.is-leave .brands .brand {
  transform: scale(0);
  opacity: 0;
}

.iderPartnerBox1 .brand-map {
  position: relative;
  width: 100%;
  height: 9.875rem;
}

.iderPartnerBox1 .brands {
  width: 100%;
  height: 100%;
  position: relative;
}

.iderPartnerBox1 .brands .brand {
  position: absolute;
  height: 2.4rem;
  width: 2.4rem;
  background: rgba(255, 255, 255);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(58 130 198 / 11%);
  /* opacity: 0; */
  transition: 1.5s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iderPartnerBox1 .brands .brand img {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.iderPartnerBox1 .brands .p1 {
  left: 7%;
  top: 10%;
}

.iderPartnerBox1 .brands .p2 {
  left: 20%;
  top: 10%;
}

.iderPartnerBox1 .brands .p3 {
  left: 33.33%;
  top: 10%;
}

.iderPartnerBox1 .brands .p4 {
  left: 45%;
  top: 0;
}

.iderPartnerBox1 .brands .p5 {
  left: 57%;
  top: 10%;
}

.iderPartnerBox1 .brands .p6 {
  left: 70%;
  top: 10%;
}

.iderPartnerBox1 .brands .p7 {
  left: 83%;
  top: 10%;
}

.iderPartnerBox1 .brands .p8 {
  left: 0;
  top: 37%;
}

.iderPartnerBox1 .brands .p9 {
  left: 14%;
  top: 37%;
}

.iderPartnerBox1 .brands .p10 {
  left: 28%;
  top: 37%;
}

.iderPartnerBox1 .brands .p11 {
  left: 61.9%;
  top: 37%;
}

.iderPartnerBox1 .brands .p12 {
  left: 76%;
  top: 37%;
}

.iderPartnerBox1 .brands .p13 {
  right: 0;
  top: 37%;
}

.iderPartnerBox1 .brands .p14 {
  left: 7%;
  top: 64%;
}

.iderPartnerBox1 .brands .p15 {
  left: 20%;
  top: 64%;
}

.iderPartnerBox1 .brands .p16 {
  left: 33.33%;
  top: 64%;
}

.iderPartnerBox1 .brands .p17 {
  left: 45%;
  bottom: 0;
}

.iderPartnerBox1 .brands .p18 {
  left: 57%;
  top: 64%;
}

.iderPartnerBox1 .brands .p19 {
  left: 70%;
  top: 64%;
}

.iderPartnerBox1 .brands .p20 {
  left: 83%;
  top: 64%;
}

.iderPartnerBox1 .swiper-pagination {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}

.iderPartnerBox1 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #b9d8d1;
  opacity: 1;
  border-radius: 0.05rem;
}

.iderPartnerBox1 .swiper-pagination-bullet-active {
  width: 0.4rem;
  background: var(--mainColor);
}

@media screen and (max-width: 1024px) {
  .iderPartnerBox1 .brand-map {
    height: auto;
  }

  .iderPartnerBox1 .brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2rem;
  }

  .iderPartnerBox1 .brands .brand {
    position: static;
    width: 1.1rem;
    height: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .iderPartnerBox1 {
    padding: 0.3rem 4% 0.2rem;
  }

  .iderPartnerBox1 .response-transition {
    position: static;
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    transform: none;
    margin: 0 0 0.3rem 0;
    display: block;
    text-align: left;
    background: none !important;
  }

  .iderPartnerBox1 .response-transition::after {
    display: none;
  }

  .iderPartnerBox1 .response-transition span {
    width: auto;
    padding-bottom: 0.2rem;
    font-size: 0.28rem;
    text-align: left;
  }

  .iderPartnerBox1 .response-transition span::before {
    width: 0.6rem;
    height: 0.03rem;
    left: 0;
    transform: none;
  }

  .iderPartnerBox1 .brands {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.12rem;
  }

  .iderPartnerBox1 .brands .brand {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.08rem;
  }

  .iderPartnerBox1 .swiper-pagination {
    margin-top: 0.6rem;
  }
}

/* 友 2026年2月13日 */
.iderAboutBox1Bto {
  width: 100%;
  height: auto;
  align-items: self-start;
  clip-path: polygon(1.25rem 0, 100% 0, 100% 100%, 0 100%, 0 1.25rem);
  background-color: var(--mainColor);
  padding: 1.625rem 1.25rem 0.75rem 2.5rem;
  margin-top: 1rem;
}

.iderAboutBox1Bto .logo {
  display: block;
  width: 5.4375rem;
  height: auto;
  object-fit: contain;
  margin-right: 1.25rem;
}

.iderAboutBox1Bto .text {
  flex: 1;
}

.iderAboutBox4 .top .com-ls30 p {
  margin-bottom: 0;
}

.com-ls24,
.com-ls24 p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #ffffff;
}

.com-ls24.black,
.com-ls24.black p {
  color: #000;
}

.iderAboutBox1Bto .text .tl {
  font-family: Outfit-Bold;
  font-size: 0.275rem;
  color: #ffffff;
  margin: 0.3125rem 0 0.1125rem 0;
}

.iderAboutBox5 {
  width: 100%;
  height: 11.5rem;
  background: url(../images/abg1.png) no-repeat;
  background-size: cover;
}

.iderAboutBox5 .lt {
  width: 28%;
  margin-right: 14%;
}

.iderAboutBox5 .lt .logo {
  width: 5.525rem;
  height: auto;
  display: block;
  object-fit: contain;
}

.iderAboutBox5 .lt .title {
  font-size: 0.5rem;
  font-family: Outfit-Bold;
  color: var(--mainColor);
  margin-top: 0.5rem;
}

.iderAboutBox5 .rt {
  flex: 1;
  padding-right: 1.25rem;
}

.iderAboutBox5 .rt .name {
  font-family: Outfit-Bold;
  font-size: 0.275rem;
  margin-bottom: 0.075rem;
  display: flex;
  align-items: center;

  color: #1c1a1a;
}

.iderAboutBox5 .rt .item {
  margin-bottom: 0.75rem;
}

.iderAboutBox5 .rt .name::before {
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.275rem;
  background-color: #1e98d3;
  border-radius: 50%;
}

.iderAboutBox5 .rt .ls {
  font-size: 0.225rem;
  line-height: 0.3rem;
  color: #1c1a1a;
  padding-left: 0.475rem;
}

.iderAboutBox6 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}

.iderAboutBox6 .top {
  align-items: flex-start;
}

.iderAboutBox6 .top .com-ls24 {
  width: 35%;
}

.iderAboutBox6Con {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
}

.iderAboutBox6Con .item {
  width: calc((100% - 0.75rem) / 4);
  margin: 0 0.25rem 0.1875rem 0;
}

.iderAboutBox6Con .item:nth-child(4n) {
  margin-right: 0;
}

.iderAboutBox6Con .item .img {
  width: 100%;
  height: 3.875rem;
  overflow: hidden;
}

.iderAboutBox6Con .item .text {
  width: 100%;
  max-height: 2.95rem;
  overflow-y: auto;
  padding: 0.25rem;
  background-color: #ffffff;
  transition: all 0.3s;
  box-shadow: 0px 0px 0.1125rem 0px rgba(0, 0, 0, 0.06);
}

.iderAboutBox6Con .item .name {
  display: block;
  font-size: 0.25rem;
  color: #000000;
  transition: all 0.3s;
}

.iderAboutBox6Con .item .com-ls30 {
  margin-top: 0.1rem;
}

.iderAboutBox6Con .item:hover .text {
  background-color: var(--mainColor);
}

.iderAboutBox6Con .item:hover .name,
.iderAboutBox6Con .item:hover .com-ls30 {
  color: #fff;
}

.iderAboutBox7 {
  width: 100%;
  /*   background-color: #f5f5f5; */
  height: auto;
  padding: 0.875rem 0;
}

.iderAboutBox7 .title {
  width: 85%;
  margin: 0 auto;
  margin-top: 0.35rem;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #1c1a1a;
  text-align: center;
}

.iderAboutBox7Con {
  width: 100%;
  margin-top: 0.6875rem;
}

.iderAboutBox7Con .img {
  width: 10.05rem;
  overflow: hidden;
  height: 7.6625rem;
  border-radius: 0.375rem;
  margin-right: 0.9375rem;
}

.iderAboutBox7Con .text {
  flex: 1;
}

.iderAboutBox7Con .text li {
  font-size: 0.225rem;
  position: relative;
  line-height: 0.375rem;
  color: #1c1a1a;
  margin-bottom: 0.25rem;
  padding-left: 0.475rem;
}

.iderAboutBox7Con .text li::before {
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-color: var(--mainColor);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.1125rem;
}

.iderAboutBox7Con .text li strong {
  font-size: 0.275rem;
  display: block;
  margin-bottom: 0.125rem;
  font-family: Outfit-Bold;
  color: #1c1a1a;
}

.iderAboutBox7Con .text .bto {
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #1c1a1a;
}

.iderAboutBox7Con .text .bto strong {
  display: block;
  margin-bottom: 0.125rem;
  font-size: 0.3125rem;
  color: #1c1a1a;
}

.iderComFormBox1.whtie {
  background-color: #fff;
}

.iderAboutBox8 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  background-color: #f5f5f5;
}

.iderAboutBox8 ul {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

.iderAboutBox8 ul li {
  width: calc(100% / 4);
  height: 3.05rem;
  transition: all 0.3s;
  padding-top: 0.3125rem;
  border-right: 1px solid rgba(153, 153, 153, 0.4);
}

.iderAboutBox8 li .icon {
  display: block;
  width: auto;
  height: 0.675rem;
  transition: all 0.3s;
  object-fit: contain;
}

.iderAboutBox8 li .name {
  font-size: 0.3rem;
  transition: all 0.3s;
  margin: 0.3125rem 0 0.3125rem 0;
  color: #000;
  font-family: Outfit-Bold;
}

.iderAboutBox8 li .mores {
  display: block;
  width: 1.8125rem;
  height: 0.5875rem;
  line-height: 0.5625rem;
  border-radius: 0.2875rem;
  border: solid 1px #848484;
  font-size: 0.2rem;
  color: #000;
  text-align: center;
  margin: 0px auto;
  transition: all 0.3s;
}

.iderAboutBox8 ul li:hover {
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
}

.iderAboutBox8 ul li:hover .icon {
  filter: brightness(0) invert(1);
}

.iderAboutBox8 ul li:hover .name {
  color: #fff;
}

.iderAboutBox8 ul li:hover .mores {
  color: #fff;
  border-color: #fff;
}

.iderAboutBox8 li:last-child {
  border-right: none;
}

.iderAoreBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  background-color: #f6f6f6;
}

.iderAoreBox1Swiper {
  position: relative;
  width: 100%;
  height: 6.85rem;
  overflow: hidden;
  margin-top: 0.625rem;
}

.iderAoreBox1Swiper .swiper-slide {
  position: relative;
  width: 4.7625rem;
  display: flex;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}

.iderAoreBox1Swiper .img {
  width: 4.7625rem;
  height: 100%;
  overflow: hidden;
}

.iderAoreBox1Swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.iderAoreBox1Swiper .name {
  position: relative;
  font-size: 0.25rem;
  font-family: Outfit-Bold;
  line-height: 0.375rem;
  color: #ffffff;
  text-align: center;
}

.iderAoreBox1Swiper .text {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 0.1875rem;
  flex: 1;
}

.iderAoreBox1Swiper .com-ls30 {
  display: none;
  overflow-y: auto;
}

.iderAoreBox1Swiper .com-ls30,
.iderAoreBox1Swiper .com-ls30 p {
  color: #666666;
}

.iderAoreBox1Swiper .com-ls30 p {
  margin-top: 0.3125rem;
}

.iderAoreBox1Swiper .swiper-slide-active {
  width: 11.1875rem;
}

.iderAoreBox1Swiper .swiper-slide-active .text {
  position: static;
  height: 100%;
  background-color: #fff;
  padding: 0.5rem 0.25rem 0.25rem;
}

.iderAoreBox1Swiper .swiper-slide-active .name::after {
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: -0.2875rem;
  content: "";
  width: 0;
  transform: rotate(135deg);
  height: 0;
  border-top: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  border-bottom: 0.25rem solid #fff;
}

.iderAoreBox1Swiper .swiper-slide-active .name {
  color: #163b75;
  text-align: left;
}

.iderAoreBox1Swiper .swiper-slide-active .com-ls30 {
  display: block;
}

.iderAoreBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.9375rem;
}

.iderAoreBox2Con .item .lt {
  width: 10.275rem;
  position: relative;
  height: 4.5875rem;
  margin-right: 1.5rem;
  background-color: #e1f2fa;
}

.iderAoreBox2Con .item .img {
  width: 7.225rem;
  position: absolute;
  right: -0.55rem;
  top: 1.75rem;
  overflow: hidden;
  height: 6.2rem;
}

.iderAoreBox2Con .item .text {
  flex: 1;
  padding-top: 5%;
}

.iderAoreBox2Con {
  margin-top: 0.875rem;
}

.iderAoreBox2Con .item {
  margin-bottom: 6%;
  padding-right: 2.125rem;
}

.iderAoreBox2Con .item:nth-child(2n) {
  flex-direction: row-reverse;
  padding: 0 0 0 2.125rem;
}

.iderAoreBox2Con .item:last-child {
  padding-bottom: 0;
}

.iderAoreBox2Con .item .name {
  font-size: 0.375rem;
  font-family: Outfit-Bold;
  text-align: right;
  color: var(--mainColor);
}

.iderAoreBox2Con .item .tl {
  font-size: 0.375rem;
  text-align: right;
  text-decoration: underline;
  color: #232323;
  margin-bottom: 0.3125rem;
}

.iderAoreBox2Con .item .com-ls30 {
  text-align: right;
  color: #666666;
}

.iderAoreBox2Con .item .com-ls30 p {
  color: #666666;
  margin-bottom: 0.15rem;
  text-align: right;
}

.iderAoreBox2Con .item:nth-child(2n) .lt {
  margin: 0 0 0 1.5rem;
}

.iderAoreBox2Con .item:nth-child(2n) .img {
  right: 0;
  left: -0.55rem;
}

.iderAoreBox2Con .item:nth-child(2n) .name,
.iderAoreBox2Con .item:nth-child(2n) .tl,
.iderAoreBox2Con .item:nth-child(2n) .com-ls30,
.iderAoreBox2Con .item:nth-child(2n) .com-ls30 p {
  text-align: left;
}

.iderAoreBox3 {
  width: 100%;
  height: auto;
  background-image:
    linear-gradient(#163b75, #163b75), linear-gradient(#ed6015, #ed6015);
  background-blend-mode: normal, normal;
}

.iderAoreBox3 .rt {
  width: 15.0125rem;
  height: 9.45rem;
  background-color: #ffffff;
  border-radius: 1.25rem 0px 0px 0px;
  transform: translateY(-1rem);
}

.iderAoreBox3 .rt .img {
  width: 100%;
  display: none;
  height: 100%;
  border-radius: 1.25rem 0px 0px 0px;
  overflow: hidden;
}

.iderAoreBox3 .rt .img.active {
  display: block;
}

.iderAoreBox3 .lt {
  flex: 1;
  padding: 1.75rem 0.625rem 0.25rem 2.125rem;
}

.iderAoreBox3 .lt .item {
  position: relative;
  width: 100%;
  padding-left: 0.275rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  border-left: 0.05rem solid rgba(255, 255, 255, 0.4);
}

.iderAoreBox3 .lt .item.active {
  border-color: #fff;
}

.iderAoreBox3 .lt .item.active::before {
  display: block;
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 0;
  width: 0.1625rem;
  height: 0.1625rem;
  background-color: #ffffff;
  border-radius: 50%;
}

.iderAoreBox3 .lt .name {
  cursor: pointer;
  font-size: 0.375rem;
  font-family: Outfit-Bold;
  line-height: 0.275rem;
  margin-bottom: 0.1875rem;
  color: #ffffff;
}

.iderAoreBox3 .lt .text {
  display: none;
}

.iderAoreBox1Swiper .bottom {
  position: absolute;
  bottom: 0;
  right: 40.5%;
  z-index: 33;
}

.iderAoreBox1-prev,
.iderAoreBox1-next {
  cursor: pointer;
  width: 0.625rem;
  height: 0.6375rem;
  font-size: 0.25rem;
  color: #fff;
  font-family: Poppins;
  background-image:
    linear-gradient(#163b75, #163b75), linear-gradient(#1d5837, #1d5837);
  background-blend-mode: normal, normal;
  transition: all 0.3s;
}

.iderAoreBox1-next:hover,
.iderAoreBox1-prev:hover {
  background-image: none;
  background-color: var(--mainColor);
}

.aboutBox4 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

.aboutBox4 .top {
  width: 100%;
  height: auto;
  border-top: 0.0125rem solid rgba(0, 0, 0, 0.2);
  margin-top: 0.6875rem;
}

.aboutBox4Swiper1 {
  width: 100%;
  height: auto;
  overflow: visible;
  overflow-x: clip;
  margin-bottom: 0.5rem;
}

.aboutBox4Swiper1 .time {
  color: rgba(33, 41, 58, 1);
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: center;
  font-weight: 600;
  margin-top: 0.3125rem;
  transition: all 0.3s;
}

.aboutBox4Swiper1 .swiper-slide {
  cursor: pointer;
  position: relative;
}

.aboutBox4Swiper1 .dot {
  position: absolute;
  top: -0.05rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.0875rem;
  height: 0.0875rem;
  border-radius: 50%;
  background: rgba(126, 126, 126, 1);
  transition: all 0.3s;
}

.aboutBox4Swiper1 .swiper-slide-thumb-active .time {
  color: var(--mainColor);
}

.aboutBox4Swiper1 .swiper-slide-thumb-active .dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  top: -0.125rem;
  border: 0.075rem solid var(--mainColor);
}

.aboutBox4Swiper2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.aboutBox4Swiper2 .con {
  width: 100%;
  height: 5.4875rem;
  border-radius: 0.075rem;
  background-color: #fff;
}

.aboutBox4Swiper2 .img {
  width: 8.1125rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0px 0.075rem 0.075rem 0px;
}

.aboutBox4Swiper2 .text {
  flex: 1;
  padding: 0.75rem;
}

.aboutBox4Swiper2 .com-tl {
  margin-bottom: 0.375rem;
}

.aboutBox4Swiper2 .com-tl::after {
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.1375rem;
  background: url(../images/ic5-10.webp) no-repeat;
  background-size: cover;
  margin-top: 0.1875rem;
}

.aboutBox4Swiper2 .bto {
  position: absolute;
  left: 0.75rem;
  bottom: 0.25rem;
  z-index: 66;
}

.aboutBox4Swiper2 .text .com-ls24 {
  max-height: 2.75rem;
  overflow-y: auto;
}

.aboutBox4-next,
.aboutBox4-prev {
  cursor: pointer;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../images/ic1-38.svg) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.aboutBox4-next {
  transform: rotate(180deg);
  margin-left: 0.125rem;
}

.aboutBox4-next:hover {
  background: url(../images/ic1-39.svg) no-repeat;
  background-size: cover;
  transform: rotate(0);
}

.aboutBox4-prev:hover {
  background: url(../images/ic1-39.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

.aboutBox5 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}

.aboutBox5 .com-ls24 {
  margin: 0.25rem 0 0.375rem 0;
}

.aboutBox5 li {
  width: 3.8375rem;
  height: auto;
  margin: 0 0.2rem 0.2rem 0;
  padding: 0.125rem;
  background: rgba(247, 247, 247, 1);
  border-radius: 0.075rem;
  transition: all 0.3s;
}

.aboutBox5 li:nth-child(5n) {
  margin-right: 0;
}

.aboutBox5 li .img {
  width: 100%;
  display: flex;
  align-items: center;
  height: 4.625rem;
  background: rgba(247, 247, 247, 1);
  padding: 0.1875rem;
  border-bottom: 1px solid #fff;
}

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

.aboutBox5 li .name {
  width: 100%;
  height: 0.875rem;
  line-height: 0.875rem;
  color: rgba(0, 0, 0, 1);
  font-size: 0.3rem;
  font-weight: 600;
  transition: all 0.3s;
  text-align: center;
}

.aboutBox5 li:hover {
  cursor: pointer;
  transform: translateY(-10px);
  background-color: var(--mainColor);
}

.aboutBox5 li:hover .name {
  color: #fff;
}

.iderServicesBox1 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
}

.iderServicesBox1 .com-card {
  width: 17.5rem;
}

.iderServicesBox1 .text {
  flex: 1;
}

.iderServicesBox1 .img {
  width: 50%;
  height: auto;
  margin-left: 0.875rem;
}

.iderServicesBox1 .text li {
  padding: 5% 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.iderServicesBox1 .title {
  width: 30%;
  margin: 0 auto;
  text-align: center;
  color: #666;
  margin-bottom: 0.5rem;
  margin-top: 0.1875rem;
}

.iderServicesBox1 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.iderServicesBox1 .icon {
  display: block;
  width: auto;
  height: 0.625rem;
  margin-right: 0.5rem;
  object-fit: contain;
}

.iderServicesBox1 .counter {
  font-size: 0.5625rem;
  font-family: Outfit-Bold;
  color: var(--mainColor);
}

.iderServicesBox1 li .ls {
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000;
  margin-top: 0.1875rem;
}

.iderServicesBox1 .nu p {
  font-size: 0.3rem;
  font-family: Outfit-Bold;
  color: var(--mainColor);
}

.iderServicesBox2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}

.iderServicesBox2 .item {
  width: 100%;
  height: auto;
  margin-bottom: 0.3125rem;
}

.iderServicesBox2 .item .img {
  width: 50%;
  height: auto;
}

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

.iderServicesBox2 .item .text {
  flex: 1;
  padding: 5%;
}

.iderServicesBox2 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.iderServicesBox2 .item .nu {
  font-size: 0.375rem;
  font-weight: 600;
  color: var(--mainColor);
}

.iderServicesBox2 .item .name {
  font-size: 0.375rem;
  color: #000;
  margin: 0.1875rem 0;
}
/* 新增 */
.iderBannerBox1 {
  width: 100%;
  height: auto;
  position: relative;
}
.iderBannerBox1 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderBannerBox1 .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}

.iderExhibitionBox1 .iderBannerBto {
  padding: 0.5875rem 0 1.375rem 0;
}
.iderExhibitionBox1 .iderBannerBto .imgs {
  width: 9.375rem;
  height: auto;
  overflow: hidden;
  margin-right: 1.0625rem;
}
.iderExhibitionBox1 .iderBannerBto .imgs img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}

.iderExhibitionBox1 .iderBannerBto .text {
  flex: 1;
}
.iderExhibitionBox1 .iderBannerBto .text .tel {
  margin: 1rem 0 0.375rem 0;
}
.iderExhibitionBox1 .iderBannerBto .text .tel .img {
  width: 0.975rem;
  height: 0.975rem;
  background-color: #ffffff;
  border-radius: 0.475rem;
  border: solid 0.1375rem var(--mainColor);
  margin-right: 0.25rem;
}
.iderExhibitionBox1 .iderBannerBto .text .tel .img img {
  width: 0.5rem;
  height: auto;
  object-fit: contain;
}
.iderExhibitionBox1 .iderBannerBto .text .tel p {
  margin-bottom: 0.075rem;
  font-size: 0.2rem;
  color: #000000;
}
.iderExhibitionBox1 .iderBannerBto .text .tel .nu {
  font-weight: 600;
  font-size: 0.45rem;
  color: var(--mainColor);
  line-height: 0.425rem;
}
.iderExhibitionBox1 .iderBannerBto .text .com-ls30 {
  margin-top: 0.075rem;
}
.iderExhibitionBox1 .com-mores {
  cursor: pointer;
}
.iderContent {
  padding: 0.7125rem 0 0 0;
  background-color: var(--mainColor);
}

.iderBox1 {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 2.775rem;
}
.iderBox1Con {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.875rem 0 0.75rem 0;
}
.iderBox1 .com-card {
  width: 17.5rem;
}
.iderBox1 li {
  width: 100%;
  padding-bottom: 0.4375rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.05rem solid var(--mainColor);
}
.iderBox1 li .text {
  width: 40%;
  margin-right: 5%;
  padding-right: 3%;
}
.iderBox1 li .tl {
  width: 5.075rem;
  height: 0.625rem;
  line-height: 0.625rem;
  text-align: left;
  background-color: var(--mainColor);
  border-radius: 0.0625rem 0.1125rem 0.0625rem 0.0625rem;
  font-weight: 500;
  font-size: 0.375rem;
  color: #ffffff;
  padding-left: 0.3rem;
  margin-bottom: 0.3125rem;
}

.iderBox1 li .name {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #000000;
  margin-bottom: 0.125rem;
}

.iderBox1 li .ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
  font-weight: 400;
  color: #000000;
}

.iderBox1 li .img {
  width: 55%;
  height: auto;
  max-height: 5.625rem;
  overflow: hidden;
}
.iderBox1 li:hover img {
  transform: scale(1.1);
}
.iderBox1 li .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}

.iderBox1 li:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderBox1 li .mores {
  display: block;
  margin-top: 0.1875rem;
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
}
.iderBox1 li:hover .mores {
  text-decoration: underline;
  color: var(--mainColor);
}
.iderBox1 li:nth-child(2n) .text {
  margin: 0 0 0 5%;
  padding: 0 0 0 3%;
}

.idercomRt .dot {
  position: relative;
  width: 0.8125rem;
  height: 0.25rem;
  background-color: #ffffff;
  border-radius: 0.1625rem;
  transform: rotate(-45deg);
}

.idercomRt .dot::before {
  position: absolute;
  top: -0.3125rem;
  display: block;
  content: "";
  right: 0;
  width: 0.5rem;
  height: 0.2125rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.idercomRt .com-tl2 {
  font-size: 0.9rem;
  color: #ffffff;
  writing-mode: vertical-lr;
  margin: 0.4375rem 0;
}
.idercomRt {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
  right: 0.375rem;
}

.idercomRt .dot2 {
  transform: rotate(135deg);
}

.iderBox2 {
  position: relative;
  width: 100%;
  height: auto;
}

.iderBox2Con {
  width: 100%;
  height: auto;
  background-color: #efefef;
}
.iderBox2 .iderIndexBox2 li:hover .text {
  padding: 10% 7%;
}

.iderBox3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
}
.iderBox3 .com-tl,
.iderBox5 .com-tl,
.iderBox6 .com-tl {
  text-align: center;
}
.iderBox3Con {
  width: 100%;
  height: auto;

  background-color: #fff !important;
}

.iderBox3 ul {
  display: grid;
  gap: 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  margin-top: 0.625rem;
}
.iderBox3 li {
  width: 100%;
  max-width: 4.6875rem;
  height: auto;
}

.iderBox3 li .img {
  width: 100%;
  height: 5.9375rem;
  overflow: hidden;
}
.iderBox3 li:hover img {
  transform: scale(1.1);
}
.iderBox3 li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}
.iderBox3 li .name {
  position: relative;
  width: 100%;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
  padding: 0.1875rem 0;
  margin-bottom: 0.125rem;
  border-bottom: 0.025rem solid #bebebe;
}
.iderBox3 li .name::after {
  display: block;
  content: "";
  width: 1.1rem;
  position: absolute;
  left: 0;
  bottom: -0.025rem;
  height: 0.025rem;
  background-color: var(--mainColor);
}
.iderBox3 li .mores {
  display: block;
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
  margin-top: 0.25rem;
}
.iderBox3 li:hover .mores {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderBox3 li .ls {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.3rem;
  color: #717171;
}

.iderBox4 {
  width: 100%;
  height: auto;
  background-color: var(--mainColor);
}
.iderBox4 .img {
  width: 14.8375rem;
  object-fit: cover;
  vertical-align: bottom;
  height: 10.1625rem;
}
.iderBox4 .text {
  flex: 1;
  padding: 0 1.8125rem 0 0.525rem;
}

.iderBox4 .com-tl {
  font-size: 1.25rem;
  color: #ffffff;
}
.iderBox4 .text .name {
  font-size: 0.45rem;
  color: #ffffff;
  margin: 0.25rem 0 0.375rem 0;
}
.iderBox4 .text .ls {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #ffffff;
}

.iderBox4 .text .com-mores {
  background-color: #fff;
  color: var(--mainColor);
  margin-top: 1.125rem;
  transition: all 0.3s;
  cursor: pointer;
}
.iderBox5 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
  background-color: #efefef;
}

.iderBox5Con {
  width: 100%;
  height: auto;
}
.iderBox5 ul {
  width: 100%;
  display: grid;
  gap: 0.125rem;
  margin-top: 3%;
  grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
}
.iderBox5Con ul li {
  width: 100%;
  max-width: 3.75rem;
  height: auto;
  padding: 0.125rem;
  transition: all 0.3s;
}
.iderBox5Con ul li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderBox5Con ul li:hover {
  transform: translateY(-10px);
  background-color: var(--mainColor);
}
.iderBox5Con ul li:hover .name {
  color: #fff;
}
.iderBox5Con ul li .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.iderBox5Con ul li .name {
  width: 100%;
  padding: 0.15rem 0.125rem;
  font-size: 0.225rem;
  text-align: center;
  color: #000;
}
.iderBox6 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
  background-color: #fff;
}
.iderBox6Con {
  width: 100%;

  height: auto;
}
.iderBox6Con ul {
  display: grid;
  gap: 0.25rem;
  margin-top: 3%;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.iderBox6Con ul li {
  width: 100%;
  height: auto;
  max-width: 6.4875rem;
}
.iderBox6Con ul li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderBox6Con ul li .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.iderBox6Con ul li .name {
  width: 100%;
  font-size: 0.225rem;
  padding: 0.15rem 0.125rem;
  text-align: center;
}
/*  */

@media screen and (max-width: 1024px) {
  .iderAboutBox1Bto {
    margin-top: 15px;
    padding: 5%;
  }

  .iderAboutBox1Bto,
  .iderAboutBox5 .com-card,
  .iderAboutBox6 .top,
  .iderAboutBox7Con,
  .iderAoreBox3,
  .aboutBox4Swiper2 .con {
    flex-wrap: wrap;
  }

  .iderAboutBox1Bto .text {
    margin-top: 4%;
  }

  .iderAboutBox6,
  .iderAboutBox7,
  .iderAboutBox8,
  .iderAoreBox1,
  .iderAoreBox2,
  .aboutBox4,
  .aboutBox5,
  .iderServicesBox1,
  .iderServicesBox2,
  .iderExhibitionBox1 .iderBannerBto,
  .iderBox1Con {
    padding: 20px 0;
  }

  .iderAoreBox1Swiper,
  .iderAoreBox2Con {
    margin-top: 15px;
  }

  .iderAboutBox6 .top .com-ls24,
  .iderServicesBox1 .title {
    width: 100%;
  }

  .iderAboutBox6Con .item .img,
  .aboutBox4Swiper2 .con,
  .aboutBox5 li .img {
    height: auto;
  }
  .iderExhibitionBox1 .iderBannerBto,
  .iderBox1 li,
  .iderBox4 {
    flex-wrap: wrap;
  }
  .iderAboutBox1Bto .text,
  .iderAboutBox5 .rt,
  .iderExhibitionBox1 .iderBannerBto .text {
    flex: none;
    width: 100%;
  }

  .iderAboutBox5 .lt .title {
    font-size: 18px;
    margin-top: 3%;
  }

  .iderServicesBox1 .title {
    padding: 0 4%;
  }

  .iderServicesBox1 .counter {
    font-size: 26px;
  }

  .iderAboutBox5 .rt .name,
  .iderAboutBox6Con .item .name,
  .iderAboutBox7Con .text li strong,
  .iderAboutBox7Con .text .bto strong,
  .iderAboutBox8 li .name,
  .iderAoreBox2Con .item .name,
  .iderAoreBox3 .lt .name,
  .iderServicesBox2 .item .name {
    font-size: 16px;
  }
  .iderBannerBox1 .text .con .ls {
    font-size: 16px;
    line-height: 25px;
  }
  .aboutBox5 li .name {
    height: auto;
    font-size: 15px;
    line-height: 1;
    padding: 15px 10px;
  }

  .iderAoreBox2Con .item .tl,
  .iderBannerBox1 .text .con .title,
  .iderBox1 li .name {
    font-size: 18px;
  }

  .iderAboutBox5 .rt .item {
    margin-bottom: 4.2%;
  }

  .iderAoreBox3 .lt .item {
    margin-bottom: 15px;
  }

  .iderAboutBox1Bto .logo {
    height: auto;
    margin: 0 auto;
  }

  .iderAboutBox5 {
    height: auto;
    padding: 4% 0;
  }

  .iderAboutBox5 .lt {
    width: 100%;
    margin: 0;
  }

  .iderAboutBox6Con .item,
  .aboutBox5 li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }

  .iderAboutBox7 .title {
    width: 100%;
    margin-top: 10px;
  }

  .aboutBox5 li:nth-child(5n) {
    margin-right: 10px;
  }

  .iderAboutBox6Con .item:nth-child(3n),
  .aboutBox5 li:nth-child(3n) {
    margin-right: 0;
  }

  .iderAboutBox7Con .text {
    flex: none;
    width: 100%;
    margin-top: 15px;
  }

  .iderAboutBox7Con .img {
    height: auto;
    margin: 0;
  }

  .iderAboutBox8 ul li {
    width: calc(100% / 3);
  }

  .iderAboutBox8 li .icon {
    height: 35px;
  }

  .iderAoreBox2Con .item .img {
    position: static;
    height: auto;
    margin: 0;
  }

  .iderAoreBox2Con .item .text {
    flex: none;
    width: 100%;
  }

  .iderAoreBox2Con .item .lt {
    height: auto;
    width: 100%;
    margin: 0 !important;
  }

  .iderAoreBox2Con .item {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 15px 0 !important;
    padding: 0 4% !important;
  }

  .iderAoreBox3 .lt {
    flex: none;
    width: 100%;
    padding: 4%;
  }

  .aboutBox4Swiper2 .text {
    padding: 4%;
    flex: none;
    width: 100%;
  }

  .aboutBox4Swiper2 .bto {
    position: static;
    margin-top: 15px;
    justify-content: center;
  }

  .iderAoreBox3 .rt {
    transform: translate(0);
    height: auto;
    width: 100%;
  }
  .iderExhibitionBox1 .iderBannerBto .imgs {
    width: 80%;
    margin: 0 0 15px 0;
  }
  .iderExhibitionBox1 .iderBannerBto .text .tel {
    margin: 15px 0;
  }
  .idercomRt {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: static;
    transform: translate(0);
    margin: 15px 0;
  }
  .iderBox1,
  .iderBox2,
  .iderBox3,
  .iderBox5,
  .iderBox6 {
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .idercomRt .com-tl2 {
    font-size: 20px;
    writing-mode: lr;
    margin: 0 0;
  }
  .idercomRt .dot::before {
    display: none;
  }
  .iderContent {
    padding: 0;
  }
  .iderBox1 li .text {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .iderBox1 li .img {
    width: 100%;
    max-height: none;
  }
  .iderBox1 li .tl {
    width: fit-content;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .iderBox1 li:nth-child(2n) .text {
    padding: 0;
    margin: 0 0 15px 0;
  }
  .iderBox1 li {
    margin-bottom: 10px;
  }
  .iderBox3Con,
  .iderBox5Con,
  .iderBox6Con {
    padding: 20px 0;
  }
  .iderBox3 ul {
    margin-top: 15px;
  }
  .iderBox3 li .img {
    height: auto;
  }
  .iderBox3 li .name {
    font-size: 16px;
    line-height: 25px;
  }
  .iderBox3 li,
  .iderBox5Con ul li,
  .iderBox6Con ul li {
    max-width: 100%;
  }
  .iderBox3 ul,
  .iderBox6Con ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderBox5 ul {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
  .iderBox4 .img {
    width: 100%;
    height: auto;
  }
  .iderBox4 .com-tl {
    font-size: 18px;
  }
  .iderBox4 .text {
    flex: none;
    width: 100%;
    padding: 4%;
  }
  .iderBox4 .text .name {
    font-size: 16px;
    margin: 6px 0 10px 0;
  }
  .iderBox4 .text .com-mores {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .iderAboutBox6Con .item,
  .aboutBox5 li {
    width: calc((100% - 10px) / 2);
  }

  .iderAoreBox1Swiper {
    height: auto;
  }

  .aboutBox4Swiper2 .img,
  .iderExhibitionBox1 .iderBannerBto .imgs {
    width: 100%;
  }

  .iderAoreBox1Swiper .swiper-slide,
  .iderServicesBox1 .com-card,
  .iderServicesBox2 .item {
    flex-wrap: wrap;
  }

  .iderServicesBox2 .item .img {
    width: 100%;
  }

  .iderServicesBox2 .item .text {
    flex: none;
    width: 100%;
    padding: 3% 0;
  }

  .iderAboutBox8 ul li {
    width: calc(100% / 2);
  }

  .iderAoreBox1Swiper .img {
    width: 60%;
    height: auto;
  }

  .iderAoreBox1Swiper .text {
    flex: none;
    width: 100%;
    height: auto;
    padding: 4%;
  }

  .iderAoreBox1Swiper .com-ls30 p {
    margin-top: 10px;
  }

  .iderAoreBox1Swiper .bottom {
    position: static;
    margin-top: 15px;
  }

  .iderAboutBox7Con .img,
  .iderAoreBox2Con .item .img {
    width: 100%;
  }

  .iderAboutBox6Con .item:nth-child(3n),
  .aboutBox5 li:nth-child(3n) {
    margin-right: 10px;
  }

  .iderAboutBox6Con .item:nth-child(2n),
  .aboutBox5 li:nth-child(2n) {
    margin-right: 0;
  }

  .iderServicesBox1 .com-tl {
    padding: 0 4%;
  }

  .iderServicesBox1 .img {
    width: 100%;
    margin: 15px 0 0;
  }
  .iderBannerBox1 .text .con .btn .com-mores {
    width: fit-content;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
  .iderBannerBox1 .text .con .btn {
    margin-top: 2%;
    flex-wrap: wrap;
  }
  .iderBox5 ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
}

@media screen and (max-width: 500px) {
  .iderAboutBox6Con .item,
  .iderAboutBox8 ul li,
  .iderAoreBox1Swiper .img {
    width: 100%;
    margin-right: 0 !important;
  }

  .iderAboutBox1Bto .logo,
  .iderAboutBox5 .lt .logo {
    width: 80%;
  }

  .iderAboutBox8 li .name {
    margin: 15px 0;
  }

  .iderAboutBox8 ul li {
    border-right: none;
    height: auto;
    padding: 5% 0;
  }

  .iderAboutBox5 .rt {
    padding: 5% 0 0;
  }

  .iderAboutBox5 .rt .name,
  .iderAboutBox5 .rt .ls {
    color: #fff;
  }

  .iderProductBox1 .com-card {
    flex-direction: column-reverse;
  }

  .iderProductBox1 .lt {
    margin: 15px 0 0;
  }
  .iderBannerBox1 .bg {
    height: 45vh;
  }
  .iderBox3 ul,
  .iderBox5 ul,
  .iderBox6Con ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
@media screen and (max-width: 375px) {
  .iderBannerBox1 .bg {
    height: 66vh;
  }
}

@media screen and (max-width: 360px) {
  .aboutBox5 li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderBannerBox1 .bg {
    height: 90vh;
  }
}

.contact_info_list_box,
.contact_info_list_box li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact_info_list_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact_info_list_box li {
  width: 32%;
  height: auto;
  margin-top: 50px;
  margin-left: 2%;
}

.contact_info_list_box li:nth-of-type(3n + 1) {
  margin-left: 0;
}

.contact_info_list_box li h4 {
  font-size: 24px;

  font-weight: 700;
  color: #4f4f4f;
  margin-bottom: 10px;
  display: block;
}

.contact_info_list_box li p img {
  width: 18px;
  height: auto;
  display: block;
  margin-right: 20px;
}

.contact_info_list_box li p {
  align-items: center;
  font-size: 18px;
  color: #002e6d;

  font-weight: 300;
}

.contact_info_list_box li p a {
  color: #002e6d;
}

.contact_info_list_box li p a:hover {
  color: #c10230;
  text-decoration: underline;
}

.contact_info_list_box li p + p {
  margin-top: 10px;
}

@media (max-width: 1768px) {
  .contact_info_list_box li h4 {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .contact_info_right_content {
    width: 84%;
  }
}

@media (max-width: 1200px) {
  .contact_info_list_box {
    justify-content: space-between;
  }

  .contact_info_list_box li {
    margin-left: 0;
    width: 48.5%;
  }
}

@media (max-width: 990px) {
  .contact_info_list_box li h4 {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .contact_info_right {
    padding: 5% 0;
  }

  .contact_info_list_box li {
    width: 100%;
    margin-top: 5.8vw;
    padding: 0 4%;
  }

  .contact_info_list_box li h4 {
    font-size: 4.2vw;
    margin-bottom: 3.8vw;
  }

  .contact_info_list_box li p {
    font-size: 3.6vw;
  }

  .contact_info_list_box li p img {
    width: 3vw;
    margin-right: 3.2vw;
  }

  .contact_info_list_box li p + p {
    margin-top: 3.6vw;
  }
}

/* 2026年2月13日 */

.headerBto .menu-level1 > li#menu-item-279 .menu-level2,
.headerBto .menu-level1 > li#menu-item-1301 .menu-level2 {
  display: none !important;
}

.iderproductBox7Content {
  width: 100%;
  padding: 1.25rem 0 1.75rem;
}

.iderproductBox7Content .iderproductBox7Item + .iderproductBox7Item {
  margin-top: 1.2rem;
}

.iderproductBox7Content .com-tl.center {
  text-align: center;
  margin-bottom: 0.45rem;
}

.iderproductBox7Content .com-ls30 {
  color: #1d2a43;
  line-height: 1.85;
}

.iderproductBox7Content .com-ls30 * {
  color: inherit;
  line-height: inherit;
}

.iderproductBox7Content .com-ls30 p,
.iderproductBox7Content .com-ls30 li,
.iderproductBox7Content .com-ls30 ul,
.iderproductBox7Content .com-ls30 ol {
  font-size: inherit;
}

.iderproductBox7Content .com-ls30 p {
  margin: 0 0 0.14rem;
}

.iderproductBox7Content .com-ls30 p:last-child {
  margin-bottom: 0;
}

.iderproductBox7Content .com-ls30 ul,
.iderproductBox7Content .com-ls30 ol {
  margin: 0.12rem 0 0.16rem;
  padding-left: 1.35em;
}
.iderproductBox7Content .com-ls30 ul {
  list-style: disc;
}
.iderproductBox7Content .com-ls30 ol {
  list-style: decimal;
}

.iderproductBox7Content .com-ls30 li {
  list-style: inherit;
}

.iderproductBox7Content .com-ls30 li + li {
  margin-top: 0.08rem;
}

.iderproductBox7Content .com-ls30 .aligncenter,
.iderproductBox7Content .com-ls30 p[style*="text-align:center"],
.iderproductBox7Content .com-ls30 p[style*="text-align: center"] {
  text-align: center;
}

.iderproductBox7Content .com-ls30 .aligncenter,
.iderproductBox7Content .com-ls30 img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.iderproductBox7Content .com-ls30 .alignleft,
.iderproductBox7Content .com-ls30 img.alignleft {
  float: left;
  margin: 0 0.24rem 0.12rem 0;
}

.iderproductBox7Content .com-ls30 .alignright,
.iderproductBox7Content .com-ls30 img.alignright {
  float: right;
  margin: 0 0 0.12rem 0.24rem;
}

.iderproductBox7Content .com-ls30::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .iderproductBox7Content {
    padding: 8vw 0 10vw;
  }

  .iderproductBox7Content .iderproductBox7Item + .iderproductBox7Item {
    margin-top: 8vw;
  }

  .iderproductBox7Content .com-tl.center {
    margin-bottom: 4vw;
  }

  .iderproductBox7Content .com-ls30 {
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .iderproductBox7Content .com-ls30 p {
    margin-bottom: 2.6vw;
  }

  .iderproductBox7Content .com-ls30 ul,
  .iderproductBox7Content .com-ls30 ol {
    margin: 2.6vw 0 3vw;
    padding-left: 1.4em;
  }

  .iderproductBox7Content .com-ls30 li + li {
    margin-top: 1.8vw;
  }

  .iderproductBox7Content .com-ls30 .alignleft,
  .iderproductBox7Content .com-ls30 img.alignleft,
  .iderproductBox7Content .com-ls30 .alignright,
  .iderproductBox7Content .com-ls30 img.alignright {
    float: none;
    display: block;
    margin: 2.4vw auto;
  }
}
