/* #region Public Styles */
@font-face {
  font-family: "iconfont";
  src: url("/assets/css/font/fontIcon/iconfont.woff2?t=1765777637515")
      format("woff2"),
    url("/assets/css/font/fontIcon/iconfont.woff?t=1765777637515")
      format("woff"),
    url("/assets/css/font/fontIcon/iconfont.ttf?t=1765777637515")
      format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "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%;
  }
  .system_com_title {
    font-size: 18px;
  }
}
/* faq */
.system_faq_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_faq_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.system_faq_item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.system_faq_item .tl {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 0.775rem;
  border-radius: 0.625rem;
  padding: 0 0.25rem;
  background-image: linear-gradient(320deg, #f7faff 0%, #f1f3f6 100%);
}
.system_faq_item .icon {
  display: block;
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  background-color: var(--mainColor);
  margin-right: 0.375rem;
}
.system_faq_item .icon::after {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  transform: rotate(90deg);
  background-color: var(--mainColor);
  transition: all 0.5s;
}
.system_faq_item .tl .name {
  font-size: 0.225rem;
  font-weight: 700;
  flex: 1;
  color: var(--mainColor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_faq_item .text {
  width: 100%;
  font-size: 0.2rem;
  display: none;
  line-height: 0.325rem;
  color: #a6adb5;
  padding: 0.25rem 0.5rem 0.375rem 0.625rem;
}
.system_faq_item.active .tl {
  background-color: var(--mainColor);
  background-image: none;
  height: auto;
  padding: 0.125rem 0.25rem;
}
.system_faq_item.active .tl .name {
  color: #fff;
  display: inline;
}
.system_faq_item.active .icon,
.system_faq_item.active .icon::after {
  background-color: #fff;
}
.system_faq_item.active .icon::after {
  transform: rotate(0);
}
@media screen and (max-width: 1024px) {
  .system_faq_box {
    padding: 20px 0;
  }
  .system_faq_con {
    margin-top: 15px;
  }
  .system_faq_item .text,
  .system_faq_item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .system_faq_item .tl .name {
    font-size: 15px;
  }
  .system_faq_item .tl {
    height: 35px;
  }
  .system_faq_item .icon,
  .system_faq_item .icon::after {
    height: 2px;
  }
}
@media screen and (max-width: 430px) {
  .system_faq_item.active .tl {
    height: auto;
  }
  .system_faq_item.active .tl .name {
    display: inline;
    padding: 6px 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* #region  Page style */
.tranImg {
  width: 100%;
  height: 100%;
  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 a {
  font-size: 14px;
  color: #ffffff;
  margin-right: 0.3125rem;
}
.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;
}
.languageSwitching {
  height: 100%;
  cursor: pointer;
}
.languageSwitching p {
  font-size: 14px;
  color: #ffffff;
}
.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;
  border-bottom: 1px solid rgba(240, 238, 238, 0.1);
}
.headerBto .lt {
  height: 100%;
}
.headerBto .rt {
  flex: 1;
  justify-content: flex-end;
}
.headerBto .rt .quote {
  display: block;
  width: 1.9875rem;
  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-family: Lato-Bold;
  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;
}

.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 {
  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 {
  font-size: 0.3rem;
  line-height: 40px;
  color: #ffffff;
  width: 45%;
}

.headerSwiper .text .ls {
  margin-top: 0.1875rem;
}
.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 .text .name {
  font-size: 0.3rem;
  color: var(--color-f);
}
.iderIndexBox1Con .text .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(../picture/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(../picture/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 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.45rem;
  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(../picture/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(../picture/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;
  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;
  font-size: 0.2rem;
  padding: 0 1.25rem 1.5rem 0.375rem;
  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(../picture/bg4.png) no-repeat;
  background-size: cover;
  padding: 0.8rem 0 1.125rem 0;
}
.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(3n) {
  margin-right: 0;
}
.iderIndexBox6 ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.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: 1.75rem;
}
.footer .top ul {
  flex: 1;
  justify-content: space-between;
}
.footer .top .logo {
  width: 6.2375rem;
  object-fit: cover;
  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 input[type="text"] {
  width: calc((100% - 0.875rem));
  height: 100%;
  background-color: transparent;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0.175rem;
}
.footer .top .lt .form input[type="submit"] {
  width: 0.85rem;
  height: 0.5625rem;
  border-radius: 0.05rem;
  cursor: pointer;
  background: url(../images/im2-13.png) center no-repeat;
  background-size: 0.275rem;
  background-color: var(--mainColor);
}
.footer .top .lt .form input[type="text"]::placeholder {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.1);
}
.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-left: 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;
}
.footer .top li a {
  font-size: 0.2rem;
  line-height: 0.45rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}
.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 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 {
  font-size: 0.2rem;
  color: #f2f2f2;
}
.iderNav a i::before {
  font-size: 0.15rem;
  margin: 0 0.05rem;
}
.iderNav a::before {
  font-size: 0.15rem;
  margin: 0 0.05rem;
}
.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 {
  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);
}
.iderComFormBox1 .com-card {
  width: 15rem;
}
.iderComFormBox1 .form {
  width: 100%;
  margin-top: 1.125rem;
}
.iderComFormBox1 .form .formList {
  width: 100%;
  margin-bottom: 0.2375rem;
}
.iderComFormBox1 .form .formList input {
  width: calc((100% - 0.25rem) / 2);
  height: 0.575rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding-left: 0.1625rem;
  color: rgba(0, 0, 0, 0.5);
}
.iderComFormBox1 .form textarea {
  width: 100%;
  height: 1.6625rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding: 0.1625rem 0 0 0.1625rem;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
.iderComFormBox1 .form .ls {
  font-size: 0.2rem;
  color: #000000;
  margin: 0.125rem 0 0.425rem 0;
}
.iderComFormBox1 .form .ls a {
  text-decoration: underline !important;
  color: var(--mainColor);
}
.iderComFormBox1 .form input[type="submit"] {
  width: 3rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

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

.iderSolutionDelBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.iderSolutionDelBox1 .top {
  width: 100%;
  align-items: baseline;
}
.iderSolutionDelBox1 .top .ls {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #000000;
  width: 57%;
}
.iderSolutionDelBox1 .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
}
.iderSolutionDelBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}
.iderSolutionDelBox2 .com-card {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid rgba(1, 68, 131, 0.1);
}
.iderSolutionDelBox2 .img {
  width: 9.9rem;
  height: 7.85rem;
  border-radius: 1px;
  overflow: hidden;
}
.iderSolutionDelBox2 .lt {
  flex: 1;
  padding: 0 2.75rem 0 0;
}
.iderSolutionDelBox2 .lt .com-ls30,
.iderSolutionDelBox2 .lt .com-ls30 p {
  color: #001d30;
}
.iderSolutionDelBox2 .lt .com-ls30 p {
  margin-top: 0.3125rem;
}
.iderSolutionDelBox2 .lt .quote {
  width: 2.8125rem;
  height: 0.525rem;
  line-height: 0.525rem;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 0.5rem;
}
.iderSolutionDelBox3 {
  width: 100%;
  height: auto;
  padding-top: 0.5625rem;
}
.iderSolutionDelBox3 .com-card {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(1, 68, 131, 0.1);
}
.iderSolutionDelBox3 .top .imgList {
  flex: 1;
  margin-right: 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 {
  width: 100%;
  margin: 0.375rem 0 1.5rem 0;
  align-items: flex-start;
}
.iderSolutionDelBox3 .top .rt {
  width: 10.275rem;
}
.iderSolutionDelBox3 .top .rt .name {
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000000;
  margin-bottom: 0.1875rem;
}
.iderSolutionDelBox3 .top .rt .item {
  position: relative;
  width: calc((100% - 0.225rem) / 2);
  margin: 0 0.225rem 0.25rem 0;
  padding-top: 0.25rem;
  border-top: 0.0125rem solid rgba(1, 68, 131, 0.2);
}
.iderSolutionDelBox3 .top .rt .item::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 .type {
  position: absolute;
  left: 0.2375rem;
  top: 0.1625rem;
  width: fit-content;
  height: 0.4125rem;
  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;
  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;
  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(../picture/bg9.png) no-repeat;
  background-size: cover;
}
.iderAboutBox3 .title p {
  font-size: 0.2rem;
  color: #000000;
  display: flex;
  align-items: center;
  margin-right: 1.2375rem;
}
.iderAboutBox3 .title {
  margin-bottom: 2.125rem;
}
.iderAboutBox3 .com-tl {
  color: var(--color-f);
}
.iderAboutBox3 .title p::before {
  display: block;
  content: "";
  width: 0.0875rem;
  height: 0.0875rem;
  border-radius: 50%;
  margin-right: 0.1125rem;
  background-color: var(--mainColor);
}
.iderAboutBox3Swiper1 {
  width: 1.25rem;
  overflow: hidden;
  height: 6.25rem;
  margin: 0.6875rem 0.4875rem 0 0;
}
.iderAboutBox3Swiper2 {
  overflow: hidden;
  height: auto;
  width: calc(100% - 1.25rem);
}
.iderAboutBox3Swiper1 .time {
  font-family: 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.3rem;
  color: #fff;
  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(../picture/logo4.png) no-repeat;
  background-size: contain;
}
.iderChooseBox1 .img {
  position: relative;
  width: 6.9375rem;
  margin-right: 0.75rem;
  height: 9.075rem;
  border-radius: 1px;
}
.iderChooseBox1 .img .text {
  position: absolute;
  right: -0.25rem;
  bottom: 0;
  width: 3.225rem;
  height: 1.6875rem;
  background-color: var(--mainColor);
  border-radius: 0.625rem 0.625rem 0px 0px;
  padding: 0.475rem 0.375rem 0.125rem;
}
.iderChooseBox1 .img .text .name {
  font-family: 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;
}
.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(../picture/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;

  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(../picture/bg12.png) right bottom no-repeat;
  background-size: 2.5rem 9rem;
  background-position-y: 1.25rem;
}
.iderCaseDelBox3 .bto .con {
  width: 100%;
  margin-top: 1rem;
}
.iderCaseDelBox3 .bto .con .img {
  width: 9.1625rem;
  height: 6.575rem;
  overflow: hidden;
}
.iderCaseDelBox3 .bto .con .text {
  flex: 1;
  margin-left: 0.875rem;
}
.iderCaseDelBox3 .bto .con .text .br {
  width: 7.3rem;
  height: 0.05rem;
  background: linear-gradient(to right, #1e98d3, transparent);
  border-radius: 0.025rem;
  margin-bottom: 0.625rem;
}
.iderCaseDelBox3 .bto .con .text .ls {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #000000;
}
.iderCaseDelBox3 .bto .con .text .ls strong {
  color: var(--mainColor);
}
.iderComProdeuct.inner {
  background-color: var(--bg-c);
}
.iderComProdeuct.inner .itemLi li {
  background-color: #fff;
}
.iderBanner .text .ls ul {
  margin-top: 0.1875rem;
}
.iderBanner .text .ls li {
  font-size: 0.3rem;
  font-family: 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 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 {
  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(3n) {
  margin-right: 0;
}
.iderProductBox1 .iderComProdeuct .itemLi li:nth-child(4n) {
  margin-right: 0.325rem;
}
.iderProductBox1 .iderComProdeuct .itemLi li .img {
  height: 3.9125rem;
  border-bottom: 1px solid var(--bg-c);
}
.iderProductBox1 .iderComProdeuct .itemLi .text {
  height: 2.675rem;
  padding: 0.25rem 0.25rem 0.3125rem 0.3125rem;
}
.iderProductBox2 {
  width: 100%;
  height: auto;
  padding: 1.675rem 0 1.7875rem 0;
  background: url(../picture/bg6.png) no-repeat;
  background-size: cover;
}
.iderProductBox2 .con {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.iderProductBox2 .con .item {
  width: calc(100% / 4);
  height: 4.2875rem;
  padding: 0.5625rem 0.5rem 0.125rem 0.425rem;
  border-right: 0.0125rem solid rgba(255, 255, 255, 0.8);
  border-bottom: 0.0125rem solid rgba(255, 255, 255, 0.8);
}
.iderProductBox2 .con .item: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;
  justify-content: space-around;
  flex: 1;
  z-index: 2;
  padding: 0 0.75rem 0 0.5625rem;
}
.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;
}
.detailBox1Swiper1 {
  height: 1.4625rem;
  margin-top: 0.125rem;
  overflow: hidden;
  margin: 0 0.275rem;
}
.ideDetailsBox1 .bto {
  width: 9.5rem;
  margin: 0 auto;
}
.detailBox1Swiper1 .img {
  width: 100%;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--bg-c);
  background-color: var(--bg-c);
}
.detailBox1Swiper1 .swiper-slide-thumb-active .img {
  border-color: var(--mainColor);
}
.detailBox1-prev,
.detailBox1-next {
  font-family: "Poppins";
  cursor: pointer;
  font-size: 0.45rem;
}
.detailBox1-next:hover,
.detailBox1-prev:hover {
  color: var(--mainColor);
}
.ideDetailsBox1 .rt .com-ls30 {
  margin-top: 0.25rem;
}
.ideDetailsBox1 .rt .Inquiry {
  cursor: pointer;
  width: 2rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  transition: all 0.3s;
  color: #ffffff;
  margin-right: 0.25rem;
}
.ideDetailsBox1 .rt .downs {
  width: 2.5rem;
  height: 0.575rem;
  border: solid 0.0125rem #262626;
  font-size: 0.2rem;
  text-align: center;
  transition: all 0.3s;

  color: #262626;
}
.ideDetailsBox1 .rt .downs::before {
  display: block;
  content: "";
  width: 0.3rem;
  height: 0.3625rem;
  margin-right: 0.125rem;
  background: url(../images/im3-9.png) no-repeat;
  background-size: contain;
}
.ideDetailsBox2 {
  height: 1.05rem;
  width: 100%;
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.ideDetailsBox2.fixed {
  position: fixed;
  top: 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%;
  height: auto;
  overflow: auto;
  border: none;
}
.ideDetailsBox3Item2 table td {
  height: 0.75rem;
  background-color: #e5e5e5;
  font-size: 0.225rem;
  color: #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.ideDetailsBox3Item2 table tr:nth-child(2n) td {
  background-color: #fff;
}
.ideDetailsBox3Item2 table tr:nth-child(2) td,
.ideDetailsBox3Item2 table tr:nth-child(1) td {
  font-family: 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 1.5rem 0.375rem;
}
.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;
}
/* #endregion */
/* #region  Response style */
@media screen and (max-width: 1024px) {
  .header,
  .footer .top li,
  .ideDetailsBox1::after {
    display: none;
  }
  .com-card {
    width: 100%;
    padding: 0 4%;
  }
  .footer .top li:last-child {
    display: flex;
  }
  body {
    padding-top: 60px;
  }
  .ideDetailsBox2.fixed {
    top: 60px;
  }
  .mobileHeader .search,
  .languageSwitching .icon {
    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;
  }
  .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 {
    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,
  .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);
  }
  .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 {
    margin: 0;
  }
  .iderCaseDelBox1 .bto .text {
    padding: 0;
  }
  .iderCaseDelBox1 .bto .img,
  .iderChooseBox2 .lt .conItem {
    margin: 10px 0 0;
    height: auto;
  }
  .iderCaseDelBox1 .bto .img img,
  .iderOdmBox1 .img img {
    position: static;
  }
  .iderCaseDelBox1 .bto .text .ls,
  .iderOdmBox1 .con .text .com-ls30 p {
    margin-top: 6px;
  }
  .iderCaseDelBox2 .title .com-ls30,
  .iderChooseBox4 .top .ls,
  .iderOdmBox2 .com-title .com-tl2 .iderOdmBox2 .com-title .com-tl2,
  .iderSolutionDelBox5 .com-title .com-ls30 {
    width: 100%;
    margin-top: 5px;
  }
  .iderCaseDelBox3 .bto .con .text {
    margin: 15px 0 0;
  }
  .iderChooseBox1 .img,
  .iderProductBox4Con .item {
    height: auto;
    margin: 0 0 10px 0;
  }
  .iderChooseBox2 .lt {
    width: 100%;
    margin: 0 15px 0;
  }
  .iderChooseBox4Con .item .tl {
    height: auto;
  }
  .iderChooseBox1 .rt .con .com-ls30 p,
  .ideDetailsBox3Item1 .con .text h3,
  .ideDetailsBox3Item4 ul li .img,
  .iderSolutionDelBox1 .top .ls,
  .iderSolutionDelBox2 .lt .com-ls30 p {
    margin-top: 8px;
  }
  .iderChooseBox4Con .item li {
    margin-bottom: 4px;
  }
  .iderChooseBox4Con .item .text .lt {
    padding: 10px 0;
  }
  .iderChooseBox4Con .item .nu {
    height: 30px;
    line-height: 30px;
    width: 80px;
  }
  .iderChooseBox4Con .item .tl .name {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .iderChooseBox4Con .item.active .name {
    display: inline;
  }
  .iderChooseBox1 .img .text {
    width: fit-content;
    height: auto;
    right: 0;
    padding: 4% 5%;
  }
  .iderOdmBox1 .con .text {
    flex: none;
    width: 100%;
    padding: 0 0 15px 0;
  }
  .iderOdmBox2Con ul li:nth-child(2n) {
    padding-right: 0;
    border: none;
  }
  .iderOdmBox2Con ul li {
    padding-right: 10px;
  }
  .iderOdmBox3 .top .item {
    padding: 4%;
    height: auto;
    margin-bottom: 10px;
  }
  .iderOdmBox3 .top .item .tl {
    margin: 5px 0 10px 0;
  }
  .iderOdmBox3 .top .item li {
    background-size: 20px;
    padding-left: 27px;
    background-position-y: 8px;
  }
  .iderOdmBox3 .bto {
    padding: 6% 0;
  }
  .iderOdmBox4 ul li {
    padding: 3% 2%;
    min-height: 160px;
  }
  .iderOdmBox5 .con {
    margin-top: 20px;
  }
  .iderOdmBox5 .con .lt,
  .iderSolutionBox1 .top .lt {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderOdmBox5 .lt .item {
    height: auto;
    padding: 10px;
  }
  .iderOdmBox5 .rt .com-tl2 {
    margin-bottom: 8px;
  }
  .iderOdmBox5 .lt .ltItem {
    padding: 10px 0;
  }
  .iderProductBox1 .lt .item {
    margin-bottom: 8px;
  }
  .iderBanner .icon {
    width: 45%;
  }
  .iderProductBox1 .lt .item .tl {
    padding: 10px 4%;
  }
  .iderProductBox1 .lt {
    position: static;
    width: 100%;
    padding: 0;
    border: none;
    margin: 0 0 10px 0;
  }
  .iderProductBox4Con .item .tl {
    height: auto;
    padding: 5px 0;
  }
  .ideDetailsBox1 .rt .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .ideDetailsBox1 .rt {
    padding: 15px 0 0;
  }
  .ideDetailsBox2 {
    height: auto;
    padding: 10px 0;
  }

  .ideDetailsBox2 a {
    height: 35px;
    line-height: 35px;
    margin: 0 3% 1% 0;
  }
  .ideDetailsBox3Item1 .con .img {
    margin: 15px 0 0;
  }
  .ideDetailsBox3Item4 .com-title .ls {
    width: 100%;
    padding: 10px 0 0;
  }
  .ideDetailsBox3Item4 ul li,
  .iderSolutionBox1 .top .lt,
  .iderSolutionDelBox6Swiper .text {
    padding: 4%;
  }
  .iderSolutionBox1 .top .lt .tl::after {
    margin: 15px 0 10px 0;
  }
  .iderSolutionDelBox4 .lt .ls {
    margin: 10px 0 15px 0;
  }
  .iderSolutionDelBox2 .lt {
    padding: 0 0 15px 0;
  }
  .iderSolutionDelBox3 .top {
    margin: 20px 0;
  }
  .iderSolutionDelBox3Bto .items .tl {
    height: auto;
    padding: 5px 0;
  }
  .iderSolutionDelBox4 .rt {
    width: 100%;
    margin: 15px 0 0;
  }
  .iderSolutionDelBox6Swiper {
    padding-bottom: 0;
  }
  .iderSolutionDelBox6Swiper .text .top {
    margin-bottom: 15px;
  }
  .ideDetailsBox3Item5 .text .icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .headerSwiper .text .con {
    margin: 0;
  }
  .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;
  }
}
@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 {
    width: 100%;
  }
  .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 {
    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 {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .ideDetailsBox2 a:nth-child(2n) {
    margin-right: 0;
  }
}
@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 */
