/* #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: "NunitoSans";
  src: url("font/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf");
}

html {
  font-size: calc(100vw / 24) !important;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100vw / 19) !important;
  }
}
:root {
  --mainColor: #009ee2;
  --bg-c: #f5f4f4;
  --main-font: "NunitoSans", system-ui, -apple-system, sans-serif;
}
body {
  font-family: var(--main-font);
  font-weight: 400;
}
.com-card {
  width: 17.5rem;
  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;
}
.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;
}
.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 #eee;
  border-bottom: 1px solid #eee;
}
.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 #eee !important;
}
.system_newsDel_form form textarea {
  width: 100%;
  display: flex;
  height: 1.5rem;
  color: #333;
  font-size: 0.225rem;
  border-radius: 0.0625rem;
  border: 1px solid #eee;
  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 {
  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 .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;
}
.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;
  }
}

/* #endregion */

/* #region  Page style */
.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.55s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(2, 182, 236, 0.6);
  transform: translateY(-5px);
}
.com-tl {
  font-size: 0.6rem;
  color: #000;
  line-height: 0.6rem;
  font-weight: 900;
}
.com-tl.white {
  color: #fff;
}
.com-tl.min {
  font-weight: 700;
}
.com-ls30,
.com-ls30 p {
  font-size: 0.2rem;
  color: #000;
  line-height: 0.375rem;
}
.com-ls30.white,
.com-ls30.white p {
  color: #fff;
}
.com-ls30.grey,
.com-ls30.grey p {
  color: #585656;
}
.com-ls24,
.com-ls24 p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #ffffff;
}
.com-ls24.grey,
.com-ls24.grey p {
  color: #838383;
}
.com-ls24.black,
.com-ls24.black p {
  color: #000;
}
.com-mores {
  display: block;
  cursor: pointer;
  width: 2.725rem;
  height: 0.625rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.625rem;
  color: #f0f4ff;
  transition: all 0.3s;
}

.header {
  width: 100%;
  height: 1.475rem;
  padding: 0 0.75rem;
  background-color: #fff;
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.3s;
}

.header.active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  animation: slideDown 0.5s ease-out;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header .logo {
  display: flex;
  width: auto;
  height: 0.4rem;
}

.header .logo img {
  width: 100%;
  object-fit: cover;
  height: auto;
  vertical-align: bottom;
}

.menu-level1 > li,
.menu-level1,
.header .rt {
  height: 100%;
}
.menu-level1 > li > a {
  font-size: 0.225rem;
  color: #000;
}

.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}

.languageSwitching {
  cursor: pointer;
  width: fit-content;
  position: relative;
  height: auto;
}
.languageSwitching .text p {
  font-size: 14px;
  color: #00000f;
}
.languageSwitching::before {
  display: block;
  content: "";
  width: 1px;
  height: 0.5rem;
  background-color: #00000f;
  opacity: 0.1;
  margin-right: 0.1875rem;
}
.languageSwitching .text .icon {
  width: 22px;
  height: 18px;
  margin: 0 0.05rem;
  object-fit: cover;
}
.languageSwitching .text::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  transform: rotate(180deg);
  border-left: 7px solid transparent;
  border-bottom: 7px solid #000;
  border-right: 7px solid transparent;
  transition: all 0.4s;
}
.languageSwitching:hover .text::after {
  transform: rotate(0);
}
.languageSwitching .icon {
  width: 16px;
  height: auto;

  object-fit: cover;
}
.downsLanguage {
  position: absolute;
  display: none;
  left: 50%;
  z-index: 33;
  transform: translateX(-50%);
  top: 100%;
  min-width: 200px;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
}
.downsLanguage a {
  display: block;
  font-size: 0.225rem;
  line-height: 0.4375rem;
  text-align: center;
  width: 100%;
  color: #000;
  transition: all 0.3s;
}
.downsLanguage a:first-child {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.downsLanguage a:last-child {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.downsLanguage a:hover {
  color: #fff;
  background-color: var(--mainColor);
}
.header .search {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: auto;
  object-fit: cover;
  margin-right: 0.2125rem;
  filter: brightness(0);
}
.iderNav {
  width: 100%;
  height: auto;
  padding: 0.275rem 0;
  background-color: var(--bg-c);
}
.iderNav a {
  font-size: 0.2rem;
  color: #000;
}
.iderNav a:hover,
.iderNav a.active {
  color: var(--mainColor);
}
.iderNav a::before {
  font-size: 0.15rem;
  margin: 0 0.05rem;
  color: #000;
}
.iderDetailsBox1 {
  width: 100%;
  height: auto;
  padding-bottom: 0.75rem;
  background-color: var(--bg-c);
}
.iderDetailsBox1 .lt {
  width: 9.225rem;
  height: auto;
}
.detailBox1Swiper2 {
  width: 100%;
  height: 7.875rem;
  overflow: hidden;
}
.detailBox1Swiper1 {
  width: 100%;
  height: 1.4375rem;
  margin-top: 0.125rem;
}
.detailBox1Swiper1 .swiper-slide {
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}
.detailBox1Swiper1 .swiper-slide-thumb-active {
  opacity: 1;
}
.detailBox1Swiper1 .videos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}

.detailBox1Swiper1 .videos img {
  width: 0.375rem;
  height: 0.375rem;
  object-fit: cover;
}
.iderDetailsBox1 .rt {
  flex: 1;
  padding: 0.5rem 0 0 1.15rem;
}
.iderDetailsBox1 .rt .bto .Inquiry {
  width: 2.1rem;
  height: 0.625rem;
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.625rem;
  color: #f0f4ff;
  transition: all 0.3s;
}
.iderDetailsBox1 .rt .bto .downs {
  width: 2.725rem;
  height: 0.625rem;
  border-radius: 0.0625rem;
  border: solid 0.0125rem #434343;
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
  margin-left: 0.25rem;
}
.iderDetailsBox1 .rt .com-ls30 {
  margin: 0.25rem 0 0.4375rem 0;
}
.iderDetailsBox1 .rt .bto .downs::before {
  display: block;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  background: url(../images/im2-1.png) no-repeat;
  background-size: cover;
}
.iderDetailsBox2 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding-top: 0.1875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.iderDetailsBox2.fixed {
  position: fixed;
  top: 1.475rem;
  background-color: #fff;
  z-index: 333;
  box-shadow: 0 0 0.1875rem rgba(236, 236, 236, 0.7);
}
.iderDetailsBox2 a {
  display: block;
  font-size: 0.225rem;
  font-weight: 600;

  color: #000;
  transition: all 0.3s;
  margin-right: 0.525rem;
}
.iderDetailsBox2 a::after {
  display: block;
  content: "";
  width: 0;
  height: 0.0375rem;
  margin-top: 0.15rem;
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.iderDetailsBox2 a:hover::after,
.iderDetailsBox2 a.active::after {
  width: 100%;
}
.iderDetailsBox2 a:hover,
.iderDetailsBox2 a.active {
  font-weight: 700;
  color: var(--mainColor);
}
.iderDetailsBox3 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
}
.iderDetailsBox3Item1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderDetailsBox3Item1 .com-ls30 {
  margin-top: 0.1875rem;
  color: #072336;
}
.iderDetailsBox3Item2 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.75rem 0;
  border-bottom: 1px solid #dddddd;
}
.iderDetailsBox3Item2 ul {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderDetailsBox3Item2 ul li {
  width: calc((100% - 0.7125rem) / 4);
}
.iderDetailsBox3Item2 li .img {
  width: 100%;
  height: 5.1625rem;
  border-radius: 0.125rem;
  overflow: hidden;
  position: relative;
}
.iderDetailsBox3Item2 li .icon {
  position: absolute;
  right: 0.2375rem;
  bottom: 0.25rem;
  width: 0.65rem;
  height: 0.65rem;
}
.iderDetailsBox3Item2 li .name {
  width: 100%;
  height: 0.9625rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  font-size: 0.3rem;
  padding: 0.25rem 0 0 0.375rem;
  font-weight: 700;
  color: #000000;
}
.iderDetailsBox3Item3 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.6875rem 0;
  border-bottom: 1px solid #dddddd;
}
.iderDetailsBox3Item3 .table {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-top: 0.5rem;
}
table {
  width: 100%;
  height: auto;
  overflow: auto;
}
table tr:hover td {
  background-color: var(--mainColor);
  color: #fff;
}
table tr:first-child td {
  height: 0.75rem;
  font-size: 0.225rem;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--mainColor);
}
table tr td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 0.625rem;
  background-color: #e5e5e5;
  font-size: 0.2rem;
  color: #000000;
  padding: 0 0.375rem;
  transition: all 0.3s;
}
.iderDetailsBox3Item4 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.75rem 0;
  border-bottom: 1px solid #dddddd;
}
.iderDetailsBox3Item4 .img {
  width: 10.1875rem;
  overflow: hidden;
  height: 6.7rem;
  cursor: pointer;
}
.iderDetailsBox3Item4 .text {
  flex: 1;
  padding: 0.875rem 1.5rem 0 0;
}
.iderDetailsBox3Item4 .text .com-ls30 {
  color: #072336;
  margin-top: 0.3125rem;
}
.iderDetailsBox3Item5 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.875rem 0;

  border-bottom: 1px solid #dddddd;
}
.iderDetailsBox3Item5 .table {
  margin-top: 0.4375rem;
  width: 100%;
}
.iderDetailsBox3Item5 .table ul {
  width: 100%;
  background-color: #e5e5e5;
}
.iderDetailsBox3Item5 .table ul li:hover div {
  background-color: var(--mainColor);
  color: #fff;
}
.iderDetailsBox3Item5 .table ul li:hover .ls {
  background-color: transparent;
}
.iderDetailsBox3Item5 .table ul li > div {
  border-right: 1px solid #ffff;
  border-bottom: 1px solid #ffff;
  background-color: #e5e5e5;
  font-size: 0.225rem;
  padding: 0.1875rem 0.375rem;
  font-weight: 600;
  flex: 1;
  color: #000000;
  max-height: 300px;
  transition: all 0.3s;
}

.iderDetailsBox3Item5 .table ul li:first-child .name {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 0.225rem;
  font-weight: 700;
  height: 0.75rem;
  color: #ffffff;
}
.iderDetailsBox3Item5 .table ul li > div:first-child {
  max-width: 3.75rem;
}
.iderDetailsBox3Item5 ul li img {
  width: 1.8375rem;
  height: 1.8375rem;
  object-fit: cover;
  border-radius: 50%;
}
.iderDetailsBox3Item5 ul li .ls {
  width: 65%;
}
.iderDetailsBox3Item6 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  border-bottom: 1px solid #dddddd;
}
.iderDetailsBox3Item6 ul {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderDetailsBox3Item6 ul li {
  width: calc((100% - 0.4rem) / 2);
  margin: 0 0.4rem 0.25rem 0;
  background-color: #ffffff;
  height: 3.45rem;
}
.iderDetailsBox3Item6 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderDetailsBox3Item6 li .img {
  width: 3.7625rem;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.iderDetailsBox3Item6 li .text {
  flex: 1;

  padding: 0.3125rem;
}
.iderDetailsBox3Item6 li .text .name {
  font-size: 0.3rem;
  font-weight: 700;
  color: #000000;
}
.iderDetailsBox3Item6 li .text .ls {
  font-size: 0.225rem;
  line-height: 0.375rem;
  margin-top: 0.1875rem;
  color: #000000;
}
.iderDetailsBox3Item7 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.125rem 0;
  border-bottom: 1px solid #dddddd;
}
.iderDetailsBox3Item7 .btnVideo {
  margin-top: 0.375rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.iderDetailsBox3Item7 .btnVideo .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.iderDetailsBox3Item7 .btnVideo .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.3875rem;
  object-fit: cover;
  height: 1.3875rem;
}
.iderDetailsBox5 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding-top: 0.625rem;
}
.iderDetailsBox5 .com-card {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dddddd;
}
.iderDetailsBox5 ul {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderDetailsBox5 ul li {
  width: 4.175rem;
  height: 5.75rem;
  background-color: #ffffff;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(108, 108, 108, 0.1);
  border-radius: 0.0625rem;
  margin: 0 0.2625rem 0.25rem 0;
}
.iderDetailsBox5 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderDetailsBox5 li .img {
  width: 100%;
  height: 3.75rem;
  overflow: hidden;
  padding: 0.1875rem;
}
.iderDetailsBox5 li .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s;
}
.iderDetailsBox5 li:hover img {
  transform: scale(1.1);
}
.iderDetailsBox5 li .text {
  width: 100%;
  height: auto;
}
.iderDetailsBox5 li .name {
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 0.375rem;
  color: #000000;
  padding: 0 0.375rem;
}
.iderDetailsBox5 li .mores {
  display: block;
  width: 2.725rem;
  height: 0.625rem;
  line-height: 0.625rem;
  transition: all 0.3s;
  background-color: #f5f4f4;
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  color: #000000;
  margin: 0.125rem 0 0 0.375rem;
}
.iderDetailsBox5 li .mores:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.iderDetailsBox4 {
  width: 100%;
  background-color: var(--bg-c);
  height: auto;
  padding: 0.975rem 0;
}
.iderDetailsBox4Con {
  width: 100%;
  height: 8.9375rem;
}
.iderDetailsBox4 .img {
  flex: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-right: 0.1625rem;
}
.iderDetailsBox4 .form {
  width: 9.8rem;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(108, 108, 108, 0.28);
  border-radius: 0.125rem;
  padding: 0.5625rem 0.6875rem 0.25rem 0.75rem;
}
.iderDetailsBox4 .com-tl {
  margin-bottom: 0.375rem;
}
.iderDetailsBox4 .formitem .info {
  position: relative;
  width: calc((100% - 0.25rem) / 2);
  height: 0.575rem;
}
.iderDetailsBox4 .formitem input[type="text"] {
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  padding-left: 0.1125rem;
}
.iderDetailsBox4 .formitem input[type="text"],
.iderDetailsBox4 .formitem input[type="text"]::placeholder {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.5);

  width: 100%;
  height: 100%;
}
.iderDetailsBox4 .formitem select {
  font-size: 0.2rem;
  cursor: pointer;
  width: 100%;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  background-color: #fff;
  height: 100%;
  border: none;
  color: rgba(0, 0, 0, 0.5);
}
.iderDetailsBox4 .formitem {
  margin-bottom: 0.2375rem;
}
.iderDetailsBox4 textarea {
  width: 100%;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
  height: 1.6625rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  padding: 0.1125rem 0 0 0.1125rem;
}
.iderDetailsBox4 .form .ls {
  font-size: 0.2rem;
  line-height: 0.325rem;
  color: #000000;
  margin: 0.125rem 0 0.3125rem 0;
}
.iderDetailsBox4 .form .ls a {
  color: var(--mainColor);
  text-decoration: underline !important;
}

.iderDetailsBox4 .form input[type="submit"] {
  width: 4.5625rem;
  display: block;
  height: 0.625rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.625rem;
  color: #ffffff;
}
.footer {
  width: 100%;
  height: auto;
  background-color: #222020;
}
.footer .top {
  width: 100%;
  height: auto;
  padding-bottom: 0.175rem;
  border-bottom: 1px solid rgba(240, 235, 235, 0.1);
}
.footTop {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.5rem 0;
}
.footer .top .lt {
  width: 25%;
  margin-right: 14%;
}
.footer .top ul {
  flex: 1;
  justify-content: space-between;
}
.footer .top ul li {
  display: flex;
  flex-direction: column;
}
.footer .top .lt .logo {
  width: auto;
  height: 0.4rem;
  object-fit: cover;
}
.footer .top .lt .address {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #ffffff;
  margin-top: 0.375rem;
}
.footLink {
  width: 100%;
  height: auto;
}
.footLink a {
  width: 0.4rem;
  height: 0.4rem;
  transition: all 0.3s;
  margin-right: 0.1125rem;
}
.footLink a:hover {
  transform: translateY(-5px);
}
.footer .top li .name {
  font-size: 0.225rem;
  font-weight: 700;
  color: var(--mainColor);
  margin-bottom: 0.4375rem;
}
.footer .top li a {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #ffffff;
  transition: all 0.3s;
}
.footer .top li a:hover {
  color: var(--mainColor);
  text-decoration: underline !important;
}
.footer .top li:last-child {
  max-width: 30%;
}
.footer .bto {
  width: 100%;
  height: 1.125rem;
}
.footer .bto .ls {
  font-size: 14px;
  color: #ffffff;
}
#api-container {
  width: 100%;
  height: 100%;
}

.headerSwiper {
  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 {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 2.25rem;
}
.headerSwiper .text .title {
  font-size: 0.6rem;
  text-align: center;
  font-weight: 800;
  color: #f5f4f4;
}
.headerSwiper .text .con {
  width: 100%;
  justify-content: center;
  height: auto;
}
.headerSwiper .text .tl {
  font-size: 0.3rem;
  line-height: 0.375rem;
  margin: 0.075rem 0 0.25rem 0;
  text-align: center;
  color: #f5f4f4;
}
.header-pagination {
  position: absolute;
  bottom: 0.375rem !important;
  z-index: 22;
}
.header-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 2px;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 1px;
  transition: all 0.3sz;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background-color: var(--bg-c);
}
.iderIndexBox1 .top {
  width: 100%;
  height: auto;
}
.iderIndexBox1 .top .com-ls30 {
  width: 54%;
}
.iderIndexBox1 .top .mores {
  text-decoration: underline;
  font-size: 0.225rem;
  font-weight: 700;
  color: var(--mainColor);
}
.comIderIndexBox {
  width: 100%;
  margin-top: 0.6875rem;
}
.comIderIndexBox li {
  position: relative;
  width: 4.2rem;
  height: 5.1625rem;
  overflow: hidden;
  border-radius: 0.125rem;
  margin: 0 0.225rem 0.2rem 0;
}
.comIderIndexBox li:nth-child(4n) {
  margin-right: 0;
}
.comIderIndexBox li::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.comIderIndexBox li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  top: 0;
  padding: 0.3125rem 0.25rem 0.25rem 0.3125rem;
  z-index: 2;
}
.comIderIndexBox li .text .name {
  display: block;
  font-size: 0.3rem;
  font-weight: 700;
  color: #ffffff;
}
.comIderIndexBox li .text .com-ls24 {
  flex: 1;
  opacity: 0;
  transition: all 0.3s;
  margin-right: 0.0625rem;
}
.comIderIndexBox li .text .com-ls24::before {
  display: block;
  content: "";
  width: 0.65rem;
  height: 0.0125rem;
  margin-bottom: 0.1875rem;
  background: linear-gradient(
    to right,
    transparent,
    var(--mainColor),
    transparent
  );
}
.comIderIndexBox li .text .bto {
  align-items: end;
}
.comIderIndexBox li .text .mores {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  background: url(../images/im2-2.png) no-repeat;
  background-size: cover;
}
.comIderIndexBox li:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.comIderIndexBox li:hover .com-ls24 {
  opacity: 1;
}
.comIderIndexBox li:hover .mores {
  background: url(../images/im2-8.png) no-repeat;
  background-size: cover;
}
.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0 1.125rem 0;
}
.iderIndexBox2 .top {
  width: 100%;
  padding-bottom: 0.375rem;
  margin-bottom: 0.375rem;
  border-bottom: 1px solid #d8d8d8;
}
.iderIndexBox2 .top .mores {
  text-decoration: underline;
  font-size: 0.225rem;
  font-weight: 700;
  color: #000000;
}
.iderIndexBox2Swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  overflow-x: clip;
}
.iderIndexBox2Swiper .name {
  width: 100%;
  position: relative;
  height: 1.5rem;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(108, 108, 108, 0.1);
  border-radius: 0.125rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: var(--mainColor);
  padding: 0.075rem;
  text-align: center;
  transition: all 0.3s;
}
.iderIndexBox2Swiper .name::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  bottom: -0.1125rem;
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.1875rem solid transparent;
  border-right: 0.1875rem solid transparent;
  border-bottom: 0.1875rem solid var(--mainColor);
}
.iderIndexBox2Swiper .swiper-slide-thumb-active .name {
  background-color: var(--mainColor);
  color: #fff;
}
.iderIndexBox2Swiper .swiper-slide-thumb-active .name::after {
  display: block;
}
.iderIndexBox2Swiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 1.875rem;
}
.iderIndexBox2Swiper2 .name {
  font-size: 0.375rem;
  font-weight: 700;
  line-height: 0.45rem;
  color: #000000;
}
.iderIndexBox2Swiper2 .com-ls30 {
  margin: 0.3125rem 0 0.625rem 0;
}
.iderIndexBox2Swiper2 .text {
  flex: 1;
}
.iderIndexBox2Swiper2 .img {
  width: 11.8rem;
  height: auto;
}
.iderIndexBox2Swiper2 .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding: 1.5625rem 0 1.5rem 0;
  background-color: var(--bg-c);
}
.iderIndexBox3 .img {
  position: relative;
  width: 9.425rem;
  height: 8.85rem;
  overflow: hidden;
  margin-right: 1.375rem;
}
.iderIndexBox3 .text {
  flex: 1;
}
.iderIndexBox3 .img .nu {
  position: absolute;
  left: 0.125rem;
  top: 0.0875rem;
  width: 3.225rem;
  height: 2.575rem;
  background-color: rgba(3, 182, 236, 0.7);
  border-radius: 0.0625rem;
  padding: 0.5rem 0.125rem 0.125rem 0.4375rem;
}
.iderIndexBox3 .img .nu .top {
  margin-bottom: 0.3125rem;
}
.iderIndexBox3 .counter {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
}
.iderIndexBox3 em {
  font-size: 0.375rem;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}
.iderIndexBox3 .ls {
  font-size: 0.225rem;
  color: #ffffff;
}
.iderIndexBox3 .text .tl {
  font-size: 0.375rem;
  line-height: 0.45rem;
  margin: 0.3125rem 0;
  color: #585656;
}
.iderIndexBox3 .text ul {
  width: 100%;
  padding-top: 0.5rem;
  margin: 0.3125rem 0 0.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.iderIndexBox3 .text ul li {
  width: calc(100% / 2);
}
.iderIndexBox3 .text .counter {
  color: #000;
}
.iderIndexBox3 .text em {
  color: var(--mainColor);
}
.iderIndexBox3 .text .ls {
  color: #072336;
  margin-top: 0.125rem;
}
.iderIndexBox3 .text .videos {
  cursor: pointer;
  width: 2.725rem;
  height: 0.625rem;
  border-radius: 0.0625rem;
  border: solid 1px #434343;
  font-size: 0.2rem;
  color: #000000;
  margin-left: 0.2rem;
  transition: all 0.3s;
}
.iderIndexBox3 .text .videos::before {
  display: block;
  content: "";
  width: 0.3875rem;
  height: 0.3875rem;
  margin-right: 0.1125rem;
  background: url(../images/im2-7.png) no-repeat;
  background-size: contain;
}
.iderIndexBox4 {
  width: 100%;
  height: auto;
  background-color: #e1e1e1;
  padding: 1.125rem 0 1.5rem 0;
}
.iderIndexBox4 ul {
  width: 100%;
  margin-top: 0.6875rem;
}
.iderIndexBox4 ul li {
  position: relative;
  width: 4.175rem;
  height: 5.75rem;
  background-color: #ffffff;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(108, 108, 108, 0.1);
  border-radius: 0.0625rem;
  margin: 0 0.2625rem 0.125rem 0;
  transition: all 0.3s;
  padding: 0.525rem 0.375rem 0.125rem 0.375rem;
}
.iderIndexBox4 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderIndexBox4 ul li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0.05rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(108, 108, 108, 0.1);
  border-radius: 0.025rem;
}
.iderIndexBox4 ul li:hover::after {
  width: 100%;
}
.iderIndexBox4 ul li:hover .icon {
  transform: translateY(-10px);
}
.iderIndexBox4 li .icon {
  width: auto;
  height: 0.95rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderIndexBox4 li .name {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.375rem;
  color: #000000;
  margin: 0.35rem 0 0.375rem 0;
}
.iderIndexBox5 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.75rem 0 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderIndexBox5 .top .mores {
  text-decoration: underline;
  font-size: 0.225rem;
  color: var(--mainColor);
}
.iderIndexBox5Con {
  width: 100%;
  height: 8.4rem;
  margin-top: 0.4rem;
}
.iderIndexBox5Con .lt {
  width: 6.975rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0.5rem;
  background: url(../picture/bg1.png) no-repeat;
  background-size: cover;
  padding: 0.5625rem 0.3625rem 0.8125rem 0.3625rem;
}
.iderIndexBox5Con .lt .com-mores {
  width: 2rem;
  height: 0.5875rem;
  line-height: 0.5875rem;
}
.iderIndexBox5Con .rt {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);

  overflow: hidden;
}
.iderIndexBox5Con .lt .tops {
  width: 100%;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.iderIndexBox5Con .lt .type {
  font-size: 0.3rem;
  color: #ffffff;
}
.iderIndexBox5Con .lt .time {
  font-size: 0.2rem;
  color: #ffffff;
}
.iderIndexBox5Con .lt .name {
  font-size: 0.45rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
  display: block;
  line-height: 0.6rem;
  color: #ffffff;
}
.iderIndexBox5Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderIndexBox5Con .rt .title {
  font-size: 0.3rem;
  margin: 0.25rem 0;
  color: #081d2e;
}
.iderIndexBox5Swiper .img {
  width: 100%;
  height: 3.4375rem;
  overflow: hidden;
}
.iderIndexBox5Swiper .text {
  width: 100%;
  height: auto;
  padding: 0.1875rem 0.25rem 0.125rem 0;
}
.iderIndexBox5Swiper .time {
  font-size: 0.2rem;
  color: #4d4d4d;
}
.iderIndexBox5Swiper .name {
  font-size: 0.25rem;
  line-height: 0.375rem;
  font-weight: 600;
  color: #272727;
  margin: 0.15rem 0 0.1875rem 0;
}
.iderIndexBox5Swiper .mores {
  font-size: 0.2rem;
  display: block;
  margin-top: 0.25rem;
  letter-spacing: 0.0125rem;
  color: #838383;
  transition: all 0.3s;
}
.iderIndexBox5Swiper .swiper-slide:hover .mores {
  color: var(--mainColor);
}
.iderIndexBox5-prev,
.iderIndexBox5-next,
.iderAboutBox1-prev,
.iderAboutBox1-next {
  width: 0.6rem;
  cursor: pointer;
  height: 0.6rem;
  border-radius: 0.3rem;
  transition: all 0.3s;
}
.iderIndexBox5-prev {
  background: url(../images/im2-13.png) center no-repeat;
  background-size: 0.225rem 0.175rem;
  background-color: rgba(80, 79, 79, 0.1);
  margin-right: 0.1625rem;
}
.iderIndexBox5-next {
  background: url(../images/im2-13.png) center no-repeat;
  background-size: 0.225rem 0.175rem;
  transform: rotate(180deg);
  background-color: rgba(80, 79, 79, 0.1);
}
.iderIndexBox5-next:hover {
  transform: rotate(0);
  background: url(../images/im2-14.png) center no-repeat;
  background-color: var(--mainColor);
}
.iderIndexBox5-prev:hover {
  transform: rotate(-180deg);
  background: url(../images/im2-14.png) center no-repeat;
  background-color: var(--mainColor);
}

.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.125rem 0;
  background-color: var(--bg-c);
}
.iderIndexBox6Swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  overflow-x: clip;
  margin-top: 1.25rem;
}
.iderIndexBox6Swiper .img {
  width: 100%;
  height: 1.15rem;
  padding: 0.125rem;
  box-shadow: 0px 0.1625rem 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.iderIndexBox6-pagination {
  margin-top: 0.875rem;
}
.iderIndexBox6-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #000000;
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.3s;
}
.iderIndexBox6-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  opacity: 1;
}
.iderBanner {
  width: 100%;
  height: auto;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderNav.inner {
  background-color: #fff;
}
.iderAboutBox1 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0 0.25rem 0;
  background-color: var(--bg-c);
}
.iderAboutBox1 .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderAboutBox1Con {
  position: relative;
  width: 100%;
  height: 6.5625rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.05);
  border-radius: 0.0625rem;
  padding: 0.2875rem 0.25rem 0.1875rem 0.5rem;
}
.iderAboutBox1Con .text {
  flex: 1;
}
.iderAboutBox1Con .text .com-ls30 {
  margin: 0.3125rem 0 0.375rem 0;
}
.iderAboutBox1Con .text .ls {
  font-size: 0.225rem;
  font-weight: 600;
  line-height: 0.375rem;
  color: #ffffff;
}
.iderAboutBox1Swiper {
  width: 10.65rem;
  height: 5.3375rem;
  margin-left: 0.8125rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.05);
  border-radius: 0.0625rem;
}
.iderAboutBox1Con .bottom {
  position: absolute;
  right: 0.2375rem;
  bottom: 0.2125rem;
  height: auto;
}
.iderAboutBox1-prev,
.iderAboutBox1-next {
  background: url(../images/im2-14.png) center no-repeat;
  background-size: 0.225rem 0.175rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.iderAboutBox1-prev {
  transform: rotate(-180deg);
  margin-right: 0.125rem;
}
.iderAboutBox1Swiper .ls {
  position: absolute;
  left: 0.125rem;
  bottom: 0.125rem;
  width: 5.3rem;
  height: 2.7875rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.05);
  border-radius: 0.0625rem;
  z-index: 2;
  padding: 0.125rem 0.25rem 0.125rem 0.375rem;
}
.iderAboutBox1Swiper .ls .name {
  font-size: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.125rem;
  color: var(--mainColor);
}
.iderAboutBox2 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.4375rem 0;
}
.iderAboutBox2 .com-card {
  padding-bottom: 0.375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderAboutBox2 .top {
  width: 100%;
  padding-bottom: 0.1875rem;
  margin: 0.5875rem 0 0.6875rem 0;
  border-bottom: 0.0125rem solid #e7e7e7;
}
.iderAboutBox2 .top .item {
  position: relative;
  font-size: 0.3rem;
  font-weight: 700;
  cursor: pointer;
  margin-right: 0.875rem;
  color: #000000;
  transition: all 0.3s;
}
.iderAboutBox2 .top .item:hover,
.iderAboutBox2 .top .item.active {
  color: var(--mainColor);
}
.iderAboutBox2 .top .item::after {
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  transition: all 0.3s;
  display: block;
  content: "";
  width: 0;
  height: 0.0125rem;
  background-color: var(--mainColor);
}
.iderAboutBox2 .top .item:hover::after,
.iderAboutBox2 .top .item.active::after {
  width: 100%;
}
.iderAboutBox2Con,
.iderAboutBox2Con ul {
  width: 100%;
  height: auto;
}
.iderAboutBox2Con ul li {
  width: 5.6375rem;
  height: auto;
  margin: 0 0.2875rem 0.375rem 0;
}
.iderAboutBox2Con ul li:nth-child(3n) {
  margin-right: 0;
}
.iderAboutBox2Con li .img {
  width: 100%;
  height: 4.425rem;
  overflow: hidden;
  border-radius: 0.0625rem;
}
.iderAboutBox2Con li .name {
  width: 100%;
  height: auto;
  padding: 0.1875rem;
  font-size: 0.225rem;
  text-align: center;
  font-weight: 700;
  color: #545454;
}
.iderAboutBox2Con .item:first-child {
  display: block;
}
.iderAboutBox2Con .item {
  display: none;
  transition: all 0.3s;
}
.iderAboutBox3 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.75rem 0 0.375rem 0;
}
.iderAboutBox3Con {
  width: 100%;
  margin-top: 0.375rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.9375rem 0.8125rem 0.375rem 0.8125rem;
}
.iderAboutBox3Con ul {
  position: relative;
}
.iderAboutBox3Con ul::after {
  position: absolute;
  display: block;
  content: "";
  top: 109px;
  width: 100%;
  height: 146px;
  left: 0;
  background: url(../picture/bg2.png) center no-repeat;
  background-size: contain;
}
.iderAboutBox3Con li {
  margin-right: 1.875rem;
}
.iderAboutBox3Con li:nth-child(3n) {
  margin-right: 0;
}
.iderAboutBox3Con li:nth-child(4) {
  margin-left: 2.9375rem;
  margin-top: -1.6875rem;
}
.iderAboutBox3Con li:nth-child(5) {
  margin-top: -1.6875rem;
}
.iderAboutBox3Con .img {
  width: 4rem;
  height: 3.5375rem;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.iderAboutBox3Con .img img {
  object-fit: contain;
}
.iderAboutBox3Con ul li:first-child .name {
  padding-right: 0.25rem;
}
.iderAboutBox3Con .name {
  text-align: center;
  font-size: 0.225rem;
  font-weight: 700;
  color: var(--mainColor);
  margin-top: 0.15rem;
}
.iderAboutBox4 {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 0.5rem 0;
  background-color: var(--bg-c);
}
.iderAboutBox4 .text {
  flex: 1;
  padding: 0.875rem 0.375rem 0.125rem 0.5625rem;
  height: 6.5875rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
}
.iderAboutBox4 .text .com-ls30 {
  margin-top: 0.3125rem;
}
.iderAboutBox4 .img {
  width: 10.5rem;
  height: 6.5875rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  margin-left: 0.1rem;
}
.iderAboutBox5 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1rem 0;
  background-color: var(--bg-c);
}

.iderAboutBox5Con {
  width: 100%;
  height: auto;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  padding: 0.9375rem 0.5625rem 0.9375rem 0.625rem;
}
.iderAboutBox5 .tl {
  font-size: 0.225rem;
  margin-top: 0.125rem;
  line-height: 0.375rem;
  color: #ffffff;
}
.iderAboutBox5 .imgList {
  width: 100%;
  height: 4.7rem;
  margin-top: 0.5rem;
}
.iderAboutBox5 .imgList .item {
  width: calc((100% - 0.125rem) / 2);
  height: 100%;
  overflow: hidden;
}
.iderAboutBox6 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0;
  background-color: var(--bg-c);
}
.iderAboutBox6Con {
  width: 100%;
  background-color: #fff;
  height: 6.5625rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.05);
  border-radius: 0.0625rem;
  padding: 0.3125rem 0.25rem 0.3125rem 0.55rem;
}
.iderAboutBox6Con .img {
  position: relative;
  width: 9.6625rem;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.05);
  border-radius: 0.0625rem;
}
.iderAboutBox6Con .img::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.iderAboutBox6Con .img .icon {
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.7125rem;
  z-index: 22;
  object-fit: contain;
}

.iderAboutBox6Con .text {
  flex: 1;
  padding: 0.5rem 0.5rem 0 0;
}
.iderAboutBox6Con .text .com-ls30 {
  margin-top: 0.2125rem;
}
.iderAboutBox7 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.4375rem 0 0.625rem 0;
}
.iderAboutBox7Con {
  display: flex;
  justify-content: end;
  flex-direction: column;
  width: 100%;
  margin-top: 0.3125rem;
  height: 8.3375rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.05);
  border-radius: 0.0625rem;
  padding: 0.25rem 0.475rem;
}
.iderAboutBox7Con li .name {
  font-size: 0.375rem;
  text-align: center;
  font-weight: 800;
  color: var(--mainColor);
}
.iderAboutBox7Con li {
  width: 5.325rem;
  height: 3.1125rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.0625rem;
  padding: 0.625rem 0.375rem 0.375rem;
}
.iderAboutBox7Con li .ls {
  font-size: 0.225rem;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.25rem;
  color: #000000;
}

.iderAboutBox8 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.625rem 0;
}
.iderAboutBox8Con {
  width: 100%;
  height: 6.525rem;
  margin-top: 0.4375rem;
  border-radius: 0.125rem;
  padding: 0.9375rem 1.875rem 0.375rem 1.75rem;
}
.iderAboutBox8Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderAboutBox8Swiper .con {
  align-items: flex-start;
}
.iderAboutBox8Swiper .years {
  font-size: 0.375rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.iderAboutBox8Swiper .years::after {
  display: block;
  content: "";
  width: 0.4875rem;
  height: 0.025rem;
  transition: all 0.3s;
  margin: 0 0.4375rem 0 0.2375rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.iderAboutBox8Swiper .swiper-slide-active .years::after {
  width: 1.375rem;
  background-color: #fff;
}
.iderAboutBox8Swiper .swiper-slide-active .years {
  color: #fff;
}
.iderAboutBox8Swiper .com-ls30 {
  opacity: 0;
}
.iderAboutBox8Swiper .swiper-slide-active .com-ls30 {
  opacity: 1;
}
.iderAboutBox9 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: var(--bg-c);
}
.iderAboutBox9Con {
  width: 100%;
  height: 8.325rem;
}
.iderAboutBox9Con .img {
  width: 9.8625rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.0625rem;
  margin-left: 0.05rem;
}
.iderAboutBox9Con .text {
  flex: 1;
  height: 100%;
  background-color: rgba(2, 174, 226, 0.1);
  border-radius: 0.0625rem;
  padding: 0.75rem 0.3625rem 0.125rem 0.3125rem;
}
.iderAboutBox9Con .text li {
  width: 3.375rem;
  height: 2.5625rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  margin: 0 0.125rem 0.1375rem 0;
  padding: 0.25rem 0.15rem 0.125rem 0.3rem;
}
.iderAboutBox9Con .text ul {
  width: 100%;
  margin-top: 0.5rem;
}
.iderAboutBox9Con .text li:nth-child(2n) {
  margin-right: 0;
}
.iderAboutBox9Con .text li .icon {
  width: 0.5625rem;
  object-fit: contain;
  height: 0.5625rem;
  display: block;
  transition: all 0.3s;
}
.iderAboutBox9Con .text li .name {
  font-size: 0.225rem;
  font-weight: 700;
  margin: 0.15rem 0;
  line-height: 0.3rem;
  color: #000000;
}
.iderAboutBox9Con .text li:hover .icon {
  transform: translateY(-10px);
}
.iderIndexBox6.inner {
  padding: 0.625rem 0 1rem 0;
  background-color: var(--bg-c);
}
.iderServiceBox1 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0 0.375rem 0;
  background-color: var(--bg-c);
}
.iderServiceBox1Con {
  width: 100%;
  height: 6.5625rem;
  background-color: #003b54;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.05);
  border-radius: 0.0625rem;
}
.iderServiceBox1 .com-card {
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderServiceBox1Con .text {
  padding: 1.125rem 0 0.125rem 0.6875rem;
}
.iderServiceBox1Con .text .com-ls30 {
  font-size: 0.225rem;
  margin-top: 0.25rem;
}
.iderServiceBox2 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.5rem 0;
  background-color: var(--bg-c);
}
.iderServiceBox2 ul {
  width: 100%;
  margin-top: 0.625rem;
}
.iderServiceBox2 ul li {
  width: 3.25rem;
  height: 4.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.11);
  border-radius: 0.125rem;
  margin: 0 0.3rem 0.125rem 0;
  transition: all 0.3s;
  padding: 0.5rem 0.1875rem 0.1875rem;
}
.iderServiceBox2 ul li:nth-child(5n) {
  margin-right: 0;
}
.iderServiceBox2 li .icon {
  width: auto;
  height: 0.75rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderServiceBox2 li:hover .icon {
  transform: translateY(-10px);
}
.iderServiceBox2 li .name {
  font-size: 0.225rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.3rem;
  margin: 0.5625rem 0 0.0875rem 0;
  color: #000000;
}
.iderServiceBox2 li .com-ls30 {
  text-align: center;
}
.iderServiceBox3 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: var(--bg-c);
}
.iderServiceBox3 .table {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.iderServiceBox3 table {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
.iderServiceBox3 table tr td {
  height: 0.7125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-size: 0.2rem;
  color: #000000;
}
.iderServiceBox3 table tr:hover td {
  background-color: var(--mainColor);
  color: #fff;
}
.iderServiceBox3 table tr:first-child td {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  background-color: var(--mainColor);
  color: #fff;
}
.iderServiceBox4 {
  background-color: var(--bg-c);
  width: 100%;
  height: auto;
  padding-top: 0.75rem;
}
.iderServiceBox4 .com-card {
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderServiceBox4Con {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.625rem 0.25rem;
  background-color: var(--mainColor);
  border-radius: 0.125rem;
  margin-top: 0.5625rem;
}
.iderServiceBox4Con .item {
  width: calc((100% - 0.3rem) / 4);
  margin: 0 0.1rem 0 0;
}
.iderServiceBox4Con .item .img {
  width: 100%;
  height: 3.975rem;
  background: url(../picture/bg4.png) no-repeat;
  background-size: contain;
  padding: 0.1125rem;
}
.iderServiceBox4Con .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.iderServiceBox4Con .item:last-child .img {
  background: none;
  border: 0.0125rem solid #fff;
  border-radius: 50%;
  padding: 0.05rem;
}
.iderServiceBox4Con .item:nth-child(4n) {
  margin-right: 0;
}
.iderServiceBox4Con .item .name {
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.iderServiceBox4Con .item .dot {
  position: relative;
  width: 0.225rem;
  height: 0.225rem;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0.15rem auto;
}
.iderServiceBox4Con::after {
  display: block;
  content: "";
  width: 74%;
  height: 0.0125rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 1.2625rem;
  transform: translateX(-50%);
}
.iderServiceBox5 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.4375rem 0 0.375rem 0;
}
.iderServiceBox5 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderServiceBox5 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 0.4375rem;
}
.iderServiceBox6 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 1.25rem 0;
  background-color: var(--bg-c);
}
.iderServiceBox6Con {
  width: 100%;
  margin-top: 0.625rem;
}
.iderServiceBox6Con .item {
  width: calc((100% - 1.125rem) / 3);
  margin: 0 0.5625rem 0.1875rem 0;
}
.iderServiceBox6Con .item:nth-child(3n) {
  margin-right: 0;
}
.iderServiceBox6Con .item .img {
  width: 100%;
  height: 3.6625rem;
  overflow: hidden;
  border-radius: 0.125rem;
}
.iderServiceBox6Con .item .text {
  width: 100%;
  height: 3.1125rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  margin-top: 0.0375rem;
  padding: 0.35rem 0.3125rem 0.5rem 0.3125rem;
}
.iderServiceBox6Con .item .name {
  display: block;
  font-size: 0.25rem;
  font-weight: 600;
  line-height: 0.375rem;
  color: #272727;
}
.iderServiceBox6Con .item .com-ls24 {
  margin: 0.1875rem 0 0.3125rem 0;
}
.iderServiceBox6Con .item .mores {
  display: block;
  font-size: 0.2rem;
  letter-spacing: 0.0125rem;
  color: #838383;
  transition: all 0.3s;
}
.iderServiceBox6Con .item:hover .mores {
  color: var(--mainColor);
}
.iderApplicationBox1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.iderApplicationBox2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.625rem 0;
  background-color: var(--bg-c);
}
.iderApplicationBox2 .tl {
  font-size: 0.225rem;
  margin-top: 0.0875rem;
}
.iderApplicationBox2 ul {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.iderApplicationBox2 ul li {
  width: calc((100% - 0.625rem) / 3);
  margin: 0 0.3125rem 0.375rem 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.11);
  border-radius: 0.125rem;
  height: 4.2125rem;
  padding: 0.5rem 0.25rem 0.25rem;
  transition: all 0.3s;
}
.iderApplicationBox2 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderApplicationBox2 li .icon {
  width: 0.8125rem;
  height: 0.8125rem;
  display: block;
  object-fit: contain;
  transition: all 0.3s;
}
.iderApplicationBox2 li:hover .icon {
  transform: translateY(-10px);
}
.iderApplicationBox2 li .name {
  font-size: 0.25rem;
  font-weight: 700;
  margin: 0.15rem 0;
  text-align: center;
  color: #000000;
}
.iderApplicationBox2 li .com-ls30 {
  text-align: center;
}
.iderApplicationBox3 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.75rem 0 0.3125rem 0;
}
.iderApplicationBox3 .tl {
  font-size: 0.225rem;
  margin-top: 0.125rem;
  color: #000000;
}
.iderApplicationBox3Con {
  width: 100%;
  height: auto;
  margin-top: 0.3125rem;
}
.iderApplicationBox3Con .item {
  width: 100%;
  height: 5.05rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.11);
  border-radius: 0.125rem;
  margin-bottom: 0.25rem;
  padding: 0.3125rem 0.375rem 0.3125rem 0.25rem;
}
.iderApplicationBox3Con .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderApplicationBox3Con .item .img {
  width: 8.475rem;
  height: 100%;
  overflow: hidden;
}
.iderApplicationBox3Con .item .text {
  flex: 1;
  padding: 0.0875rem 0.125rem 0 0.5625rem;
}
.iderApplicationBox3Con .item .name {
  font-size: 0.25rem;
  font-weight: 700;
  margin-bottom: 0.175rem;
  color: #000000;
}
.iderApplicationBox3Con .item:nth-child(2n) .text {
  padding: 0.0875rem 0.6125rem 0 0;
}
.iderApplicationBox3Con .item:nth-child(2n) {
  padding: 0.3125rem;
}
.iderApplicationBox3Con .item .com-ls24 p {
  margin-bottom: 0.1875rem;
}
.iderApplicationBox3Con .item .com-ls24 strong {
  color: var(--mainColor);
}
.iderApplicationBox4 table td {
  width: calc(100% / 4) !important;
}
.iderApplicationBox4 table tr:first-child td {
  font-size: 0.225rem;
}
.iderApplicationBox5 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.875rem 0;
  background-color: var(--bg-c);
}
.iderApplicationBox5Con {
  width: 100%;
  height: 11.925rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.11);
  border-radius: 0.125rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iderApplicationBox5Con .text {
  width: 40%;
  padding-left: 0.4375rem;
}
.iderApplicationBox5Con .text .com-ls24 {
  margin-top: 0.625rem;
}
.iderApplicationBox6 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 0.5rem 0;
  background-color: var(--bg-c);
}
.iderApplicationBox6 .com-card {
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderApplicationBox6 .img {
  width: 8.525rem;
  overflow: hidden;
  height: 6.4875rem;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
}
.iderApplicationBox6 .text {
  flex: 1;
  padding-left: 0.6rem;
}
.iderApplicationBox6 .text .com-ls24 {
  margin-top: 0.25rem;
}
.iderApplicationBox6 .text .com-ls24 strong {
  color: var(--mainColor);
}
.iderApplicationBox6 .text .com-ls24 p {
  margin-bottom: 0.1875rem;
}
.iderApplicationBox7 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1.25rem 0;
  background-color: var(--bg-c);
}
.iderApplicationBox7Con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.iderApplicationBox7Con .items {
  width: calc((100% - 0.475rem) / 2);
}
.iderApplicationBox7Con .name {
  font-size: 0.225rem;
  font-weight: 700;
  color: #000000;
  margin-right: 0.125rem;
  flex: 1;
}
.iderApplicationBox7Con .dot {
  width: 0.3625rem;
  height: 0.3625rem;
  background-color: #afafaf;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.iderApplicationBox7Con .dot::after,
.iderApplicationBox7Con .dot::before {
  display: block;
  content: "";
  width: 0.1875rem;
  height: 0.025rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.iderApplicationBox7Con .dot::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.iderApplicationBox7Con .item {
  padding: 0 0.375rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  margin-bottom: 0.1125rem;
}
.iderApplicationBox7Con .item .tl {
  cursor: pointer;
  width: 100%;
  padding: 0.2375rem 0;
  height: auto;
}
.iderApplicationBox7Con .item.active .name {
  color: var(--mainColor);
  display: inline;
}

.iderApplicationBox7Con .item.active .dot {
  background-color: var(--mainColor);
}
.iderApplicationBox7Con .item.active .dot::before {
  transform: translate(-50%, -50%) rotate(0);
}
.iderApplicationBox7Con .item .text {
  width: 100%;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.3375rem 0;
}

.iderProductBox1 {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0 0.125rem 0;
  background-color: var(--bg-c);
}
.iderProductBox1 .com-card {
  align-items: baseline;
  align-items: flex-start;
}
.iderProductBox1 .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox1 .lt {
  position: sticky;
  top: 1.625rem;
  width: 4.5rem;
  z-index: 22;
  margin-right: 0.6125rem;
}
.iderProductBox1 .rt {
  flex: 1;
}
.iderProductBox1 .lt .name {
  display: block;
  width: 80%;
  font-size: 0.25rem;
  color: #000000;
}
.iderProductBox1 .lt .title {
  width: 100%;
  height: 0.6625rem;
  line-height: 0.6625rem;
  background-color: var(--mainColor);
  border-radius: 1px;
  font-size: 0.3rem;
  font-weight: 700;
  padding: 0 0.25rem;
  color: #ffffff;
}
.iderProductBox1 .lt .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.15rem 0.125rem 0.15rem 0;
}
.iderProductBox1 .lt .tl::after {
  content: ">";
  font-family: Poppins;
  font-size: 0.3rem;
  color: #081d2e;
  transition: all 0.3s;
}
.iderProductBox1 .lt .downList a {
  font-size: 0.2rem;
  width: 100%;
  color: #000000;
  flex: 1;
  transition: all 0.3s;
}
.iderProductBox1 .lt .con .item:hover .name,
.iderProductBox1 .lt .con .item.active .name {
  color: var(--mainColor);
}
.iderProductBox1 .lt .con {
  padding-top: 0.125rem;
}
.iderProductBox1 .lt .con .item {
  width: 100%;
  border-bottom: 1px solid #545454;
}
.iderProductBox1 .lt .con .item:hover .tl::after {
  color: var(--mainColor);
}
.iderProductBox1 .lt .con .item.active .tl::after {
  transform: rotate(90deg);
  color: var(--mainColor);
}
.iderProductBox1 .lt .downList .items {
  width: 100%;
  margin-bottom: 0.25rem;
}
.iderProductBox1 .lt .downList .dot {
  position: relative;
  width: 0.275rem;
  height: 0.275rem;
  border-radius: 0.025rem;
  transition: all 0.3s;
  margin-right: 0.1rem;
  border: solid 0.025rem #cccccc;
}
.iderProductBox1 .lt .downList {
  display: none;
}
.iderProductBox1 .lt .downList .dot::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.0625rem;
  top: 0px;
  transition: all 0.3s;
  width: 0.1125rem;
  height: 0.1875rem;
  border: solid #fff;
  border-width: 0 0.0375rem 0.0375rem 0;
  transform: rotate(45deg);
}
.iderProductBox1 .lt .downList .items:hover .dot,
.iderProductBox1 .lt .downList .items.active .dot {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.iderProductBox1 .lt .downList .items:hover a,
.iderProductBox1 .lt .downList .items.active a {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderProductBox1 .lt .downList .items:hover .dot::after,
.iderProductBox1 .lt .downList .items.active .dot::after {
  display: block;
}
.iderProductBox1 .rt .title {
  font-size: 0.45rem;
  font-weight: 700;
  color: #000000;
}
.iderProductBox1 .rt .tl {
  width: 100%;
  margin-top: 0.1rem;
}
.iderProductBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.iderProductBox1Con .item {
  width: 6.0625rem;
  height: 7.1625rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.11);
  border-radius: 0.125rem;
  margin: 0 0.2625rem 0.25rem 0;
}
.iderProductBox1Con .item:nth-child(2n) {
  margin-right: 0;
}
.iderProductBox1Con .item .img {
  width: 100%;
  height: 4.25rem;
  padding: 0.2rem;
}
.iderProductBox1Con .item .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderProductBox1Con .item .text {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.25rem 0.375rem 0.25rem;
}
.iderProductBox1Con .item .name {
  display: block;
  font-size: 0.25rem;
  font-weight: 800;
  color: #000000;
}
.iderProductBox1Con .item .com-ls30 {
  margin: 0.1rem 0 0.3125rem 0;
}
.iderProductBox1Con .item .com-mores {
  background-color: transparent;
  color: var(--mainColor);
  border: 0.0125rem solid var(--mainColor);
}
.iderProductBox1Con .item:hover .com-mores {
  background-color: var(--mainColor);
  color: #fff;
}

.iderProductBox2 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.25rem 0;
  background-color: var(--bg-c);
}
.iderProductBox2 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox2Con {
  width: 100%;
  height: auto;
  margin-top: 0.525rem;
}
.iderProductBox2Con .item {
  width: 3.25rem;
  height: 4.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(101, 101, 101, 0.11);
  border-radius: 0.125rem;
  margin: 0 0.3rem 0.125rem 0;
  padding: 0.4375rem 0.25rem 0.25rem;
  transition: all 0.3s;
}
.iderProductBox2Con .item:nth-child(5n) {
  margin-right: 0;
}
.iderProductBox2Con .item .icon {
  display: block;
  width: auto;
  height: 0.75rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderProductBox2Con .item:hover .icon {
  transform: translateY(-10px);
}
.iderProductBox2Con .item .name {
  font-size: 0.225rem;
  font-weight: 600;
  line-height: 0.3rem;
  color: #000000;
  text-align: center;
  margin: 0.375rem 0 0.1875rem 0;
}
.iderProductBox2Con .item .com-ls24 {
  text-align: center;
}
.iderProductBox3 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.625rem 0 0.25rem 0;
}
.iderProductBox3 .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox4 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.25rem 0;
  background-color: var(--bg-c);
}
.iderProductBox4 .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
}
.iderProductBox4Con .item {
  width: calc((100% - 1.3rem) / 3);
  margin: 0 0.65rem 0.1875rem 0;
}
.iderProductBox4Con .item .img {
  width: 100%;
  height: 4.0625rem;
  border-radius: 0.0625rem;
  overflow: hidden;
}
.iderProductBox4Con .item .text {
  width: 100%;
  height: auto;
  transition: all 0.3s;
  padding: 0.1875rem 0.375rem 0.125rem 0;
}
.iderProductBox4Con .item:nth-child(3n) {
  margin-right: 0;
}
.iderProductBox4Con .item .time {
  font-size: 0.2rem;
  color: #4d4d4d;
}
.iderProductBox4Con .item .name {
  display: block;
  font-size: 0.25rem;
  font-weight: 600;

  margin: 0.075rem 0 0.3125rem 0;
  color: #272727;
}
.iderProductBox4Con .item .mores {
  display: block;
  font-size: 0.2rem;
  letter-spacing: 0.0125rem;
  color: #838383;
  transition: all 0.3s;
  margin-top: 0.25rem;
}
.iderProductBox4Con .item:hover .mores {
  color: var(--mainColor);
}
.iderProductBox4Con .item:hover .text {
  background-color: #fff;
  border-radius: 0.0625rem;
  padding-left: 0.25rem;
}

/* 下拉菜单 */
.menuDowns {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1.4625rem;
  display: none;
  max-height: 9.9rem;
  z-index: 333;
  overflow-y: auto;
  background-color: var(--bg-c);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0.625rem 0;
}
.menuDowns .item {
  width: calc((100% - 0.75rem) / 3);
  height: auto;
  background-color: #ffffff;
  border-radius: 0.125rem;
  margin: 0 0.375rem 0.375rem 0;
  padding: 0.1875rem;
}
.menuDowns .item:nth-child(3n) {
  margin-right: 0;
}
.menuDowns .item .name {
  display: block;
  transition: all 0.3s;
  font-size: 0.225rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.25rem;
}
.menuDowns .item .bottom {
  width: 100%;
  height: auto;
}
.menuDowns .item .img {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
.menuDowns .item .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.menuDowns .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.menuDowns .item .btoRt {
  width: 100%;
  overflow-y: auto;
  padding: 0.15rem 0.125rem 0 0;
}
.menuDowns .item .btoRt a:hover,
.menuDowns .item .name:hover {
  color: var(--mainColor);
  text-decoration: underline;
}
.menuDowns .item .btoRt .tl {
  display: block;
  font-size: 0.2125rem;
  transition: all 0.3s;
  color: #000000;
  margin-bottom: 0.125rem;
}
.menuDowns .item .btoRt .items {
  margin-bottom: 0.125rem;
}
.menuDowns .item .btoRt .btoName {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.0875rem;
  color: #000;
}

/* #endregion */
/* #region  Page style */

@media screen and (max-width: 1024px) {
  .header,
  .footer .top ul li,
  .iderServiceBox4Con .item .dot,
  .iderServiceBox4Con::after {
    display: none;
  }
  .com-card {
    width: 100%;
    padding: 0 4%;
  }
  body {
    padding-top: 60px !important;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .com-tl,
  .headerSwiper .text .title {
    font-size: 18px;
    line-height: 20px;
  }
  .comIderIndexBox li .text .name,
  .iderIndexBox5Con .lt .type,
  .iderAboutBox7Con li .name,
  .iderApplicationBox2 li .name,
  .iderAboutBox1Swiper .ls .name,
  .iderAboutBox2 .top .item,
  .iderProductBox1Con .item .name,
  .iderProductBox4Con .item .name,
  .iderServiceBox3 table tr:first-child td,
  .iderServiceBox4Con .item .name {
    font-size: 16px;
  }
  .iderIndexBox5Con .rt .title,
  .iderProductBox1 .rt .title {
    font-size: 18px;
  }
  .headerSwiper .text .tl,
  .iderIndexBox2Swiper2 .name,
  .iderIndexBox3 .text .tl,
  .iderIndexBox4 li .name,
  .iderIndexBox5Con .lt .name,
  .iderIndexBox5Swiper .name {
    font-size: 16px;
    line-height: 24px;
  }
  .iderAboutBox7Con li .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .iderIndexBox3 .counter {
    font-size: 24px;
  }
  .iderIndexBox3 em,
  .iderProductBox1 .lt .title {
    font-size: 20px;
  }
  .com-ls30 {
    line-height: 24px;
  }
  .com-mores {
    width: fit-content !important;
    padding: 0 20px;
    height: 35px !important;
    line-height: 35px !important;
  }
  .iderDetailsBox2.fixed {
    top: 60px;
  }
  .iderDetailsBox1,
  .iderDetailsBox5 .com-card {
    padding-bottom: 20px;
  }
  .iderDetailsBox1 .com-card,
  .iderDetailsBox2 .com-card,
  .iderDetailsBox3Item4,
  .iderDetailsBox4Con,
  .iderIndexBox1 .top,
  .iderIndexBox2Swiper2 .swiper-slide,
  .iderIndexBox3 .com-card,
  .iderIndexBox5Con,
  .iderAboutBox6Con,
  .iderAboutBox7Con ul,
  .iderAboutBox8Swiper .con,
  .iderApplicationBox3Con .item,
  .iderApplicationBox6 .com-card,
  .iderApplicationBox7Con,
  .iderAboutBox1Con,
  .iderAboutBox4 .com-card,
  .iderAboutBox5 .imgList,
  .iderProductBox1 .com-card {
    flex-wrap: wrap;
  }
  .iderIndexBox3 .text,
  .iderIndexBox5Con .rt,
  .iderDetailsBox1 .rt,
  .iderDetailsBox3Item4 .text,
  .iderAboutBox6Con .text,
  .iderAboutBox9Con .text,
  .iderApplicationBox3Con .item .text,
  .iderApplicationBox6 .text,
  .iderAboutBox4 .text {
    flex: none;
    width: 100%;
  }
  .iderDetailsBox3Item2 ul {
    flex-wrap: wrap;
    justify-content: start;
  }

  .iderDetailsBox3Item1,
  .iderDetailsBox3Item2,
  .iderDetailsBox3Item3,
  .iderDetailsBox3Item4,
  .iderDetailsBox3Item5,
  .iderDetailsBox3Item6,
  .iderDetailsBox3Item7,
  .iderDetailsBox4,
  .footTop,
  .iderIndexBox1,
  .iderIndexBox2,
  .iderIndexBox3,
  .iderIndexBox4,
  .iderIndexBox5,
  .iderIndexBox6.inner,
  .iderApplicationBox7,
  .iderAboutBox5,
  .iderServiceBox6 {
    padding: 20px 0;
  }
  .iderIndexBox6,
  .iderAboutBox6,
  .iderAboutBox7,
  .iderAboutBox8,
  .iderAboutBox9,
  .iderApplicationBox2,
  .iderServiceBox3,
  .iderApplicationBox5,
  .iderApplicationBox6,
  .iderApplicationBox3,
  .iderAboutBox1,
  .iderAboutBox2,
  .iderAboutBox3,
  .iderAboutBox4,
  .iderProductBox2,
  .iderProductBox1,
  .iderProductBox3,
  .iderProductBox4,
  .iderServiceBox1,
  .iderServiceBox2,
  .iderServiceBox4,
  .iderServiceBox5 {
    padding: 20px 0 0;
  }
  .iderApplicationBox6 .com-card,
  .iderAboutBox1 .com-card,
  .iderAboutBox2 .com-card,
  .iderProductBox1 .com-card,
  .iderProductBox2 .com-card,
  .iderProductBox3 .com-card,
  .iderProductBox4 .com-card,
  .iderServiceBox1 .com-card,
  .iderServiceBox4 .com-card,
  .iderServiceBox5 .com-card {
    padding-bottom: 20px;
  }
  .iderDetailsBox5 {
    padding-top: 20px;
  }
  .iderDetailsBox3Item2 ul,
  .iderDetailsBox3Item3 .table,
  .iderDetailsBox3Item5 .table,
  .iderDetailsBox3Item7 .btnVideo,
  .iderDetailsBox5 ul,
  .comIderIndexBox,
  .iderIndexBox4 ul,
  .iderIndexBox5Con,
  .iderIndexBox6-pagination,
  .iderIndexBox6Swiper,
  .iderAboutBox7Con,
  .iderAboutBox8Con,
  .iderAboutBox9Con,
  .iderAboutBox9Con .text ul,
  .iderApplicationBox2 ul,
  .iderApplicationBox3Con,
  .iderServiceBox3 .table,
  .iderApplicationBox5Con .text .com-ls24,
  .iderApplicationBox7Con,
  .iderAboutBox3Con,
  .iderAboutBox5 .imgList,
  .iderProductBox1Con,
  .iderProductBox2Con,
  .iderProductBox4Con,
  .iderServiceBox2 ul,
  .iderServiceBox4Con,
  .iderServiceBox6Con {
    margin-top: 15px;
  }
  .mobileHeader .logo img,
  .iderIndexBox1 .top .com-ls30,
  .iderApplicationBox3Con .item .img,
  .iderApplicationBox7Con .items {
    width: 100%;
  }
  .iderDetailsBox3Item2 li .img,
  .iderDetailsBox3Item4 .img,
  .iderDetailsBox4Con,
  .detailBox1Swiper2,
  .iderIndexBox5Con,
  .iderAboutBox6Con,
  .iderAboutBox7Con,
  .iderAboutBox8Con,
  .iderAboutBox9Con,
  .iderApplicationBox3Con .item,
  .iderApplicationBox5Con,
  .iderApplicationBox6 .img,
  .iderAboutBox1Con,
  .iderAboutBox2Con li .img,
  .iderAboutBox4 .text,
  .iderAboutBox4 .img,
  .iderAboutBox5 .imgList,
  .iderServiceBox1Con,
  .iderServiceBox4Con .item .img,
  .iderServiceBox6Con .item .img,
  .iderServiceBox6Con .item .text {
    height: auto;
  }
  .iderDetailsBox1 .rt {
    padding: 0;
    margin-top: 15px;
  }
  .iderDetailsBox1 .rt .com-ls30 {
    margin: 10px 0;
  }
  .iderDetailsBox2 {
    padding-top: 5px;
  }
  .iderDetailsBox2 a {
    padding-bottom: 4px;
  }
  .mobileHeader .logo {
    width: 50%;
  }

  .iderIndexBox1 .top .com-ls30 {
    margin: 10px 0 5px 0;
  }

  .iderDetailsBox3Item2 ul li,
  .iderAboutBox7Con li,
  .iderApplicationBox2 ul li,
  .iderProductBox1Con .item,
  .iderProductBox4Con .item,
  .iderServiceBox6Con .item {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 14px 0;
  }
  .comIderIndexBox li,
  .iderDetailsBox5 ul li,
  .iderIndexBox4 ul li,
  .iderAboutBox9Con .text li,
  .iderAboutBox2Con ul li,
  .iderProductBox2Con .item,
  .iderServiceBox2 ul li,
  .iderServiceBox4Con .item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .comIderIndexBox li:nth-child(4n),
  .iderAboutBox9Con .text li:nth-child(2n),
  .iderApplicationBox2 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderDetailsBox3Item2 ul li:nth-child(2n),
  .comIderIndexBox li:nth-child(3n),
  .iderDetailsBox5 ul li:nth-child(3n),
  .iderIndexBox4 ul li:nth-child(3n),
  .iderAboutBox7Con li:nth-child(2n),
  .iderAboutBox9Con .text li:nth-child(3n),
  .iderApplicationBox2 ul li:nth-child(2n),
  .iderAboutBox2Con ul li:nth-child(3n),
  .iderProductBox1Con .item:nth-child(2n),
  .iderProductBox2Con .item:nth-child(3n),
  .iderProductBox4Con .item:nth-child(2n),
  .iderServiceBox2 ul li:nth-child(3n),
  .iderServiceBox4Con .item:nth-child(3n),
  .iderServiceBox6Con .item:nth-child(2n) {
    margin-right: 0;
  }
  .iderDetailsBox3Item2 li .name {
    font-size: 15px;
    height: auto;
    padding: 10px;
  }
  .iderDetailsBox3Item2 li .icon {
    width: 30px;
    height: 30px;
  }
  table tr:first-child td {
    height: 35px;
  }
  table tr td {
    height: 35px;
  }
  .iderDetailsBox3Item4 .text {
    padding: 0 0 15px 0;
  }
  .iderDetailsBox3Item4 .text .com-ls30,
  .iderAboutBox4 .text .com-ls30 {
    margin-top: 10px;
  }
  .iderDetailsBox3Item5 .table ul {
    overflow-x: scroll;
  }

  .iderDetailsBox3Item5 .table ul li > div {
    min-width: 400px;
  }
  .iderDetailsBox3Item5 .table ul li > div:first-child {
    min-width: 180px;
  }
  .iderDetailsBox3Item5 ul li img {
    width: 90px;
    height: 90px;
  }
  .iderDetailsBox3Item6 ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderDetailsBox3Item6 li .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .iderDetailsBox3Item6 li .text .ls {
    margin-top: 6px;
  }
  .iderDetailsBox3Item6 li .text .name {
    font-size: 15px;
  }
  .iderDetailsBox3Item7 .btnVideo .icon {
    width: 45px;
    height: 45px;
  }
  .iderDetailsBox5 li .name {
    font-size: 15px;
    line-height: 25px;
  }

  .iderDetailsBox5 li .img,
  .iderDetailsBox5 ul li {
    height: auto;
  }
  .iderDetailsBox5 li .mores {
    margin: 0 auto;
  }
  .iderDetailsBox5 ul li {
    padding: 15px 10px;
  }

  .iderDetailsBox5 ul {
    align-items: baseline;
  }
  .iderDetailsBox4 .form {
    width: 100%;
    padding: 4%;
  }
  .iderDetailsBox4 .img {
    width: 50%;
    flex: none;
    height: auto;
    margin: 0 0 10px 0;
  }
  .footer .top ul li:last-child {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .mobileHeader .search,
  .languageSwitching .icon {
    cursor: pointer;
    filter: brightness(0);
  }
  .headerSwiper .text {
    top: 15%;
  }
  .comIderIndexBox li .text .mores {
    width: 35px;
    height: 35px;
  }
  .iderIndexBox2 .top {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .iderIndexBox2Swiper2 .com-ls30 {
    margin: 10px 0;
  }
  .iderIndexBox2Swiper2 .img {
    width: 100%;
    margin-top: 15px;
    height: auto;
  }
  .iderIndexBox2Swiper2 {
    margin-top: 25px;
  }
  .iderIndexBox3 .img .nu {
    width: fit-content;
    height: auto;
    padding: 4%;
  }
  .iderIndexBox3 .img .nu .top {
    margin-bottom: 15px;
  }
  .iderIndexBox3 .img {
    height: auto;
    margin: 0 0 15px 0;
  }
  .iderIndexBox3 .text .tl {
    margin: 10px 0;
  }
  .iderIndexBox3 .text ul {
    padding-top: 10px;
    margin: 10px 0 15px 0;
  }
  .iderIndexBox3 .text .videos {
    height: 35px;
    width: fit-content;
    padding: 0 20px;
  }
  .iderIndexBox3 .text .videos::before {
    width: 20px;
    height: 20px;
  }
  .iderIndexBox4 li .icon {
    height: 45px;
  }
  .iderIndexBox5Con .lt {
    width: 100%;
    margin: 0;
  }
  .iderIndexBox5Con .lt .com-mores {
    margin-top: 15px;
  }
  .iderIndexBox5Con .rt .title {
    margin: 10px 0;
  }
  .iderIndexBox5Con .rt {
    border-top: none;
  }
  .iderIndexBox5Con .rt .bottom {
    margin-top: 15px;
  }
  .iderAboutBox6Con,
  .iderAboutBox8Con,
  .iderAboutBox9Con .text,
  .iderAboutBox5Con {
    padding: 4%;
  }
  .iderAboutBox6Con .text,
  .iderApplicationBox5Con .text {
    padding: 0;
  }
  .iderAboutBox6Con .img {
    width: 100%;
    height: auto;
    margin: 15px 0 0;
  }
  .iderAboutBox9Con .img {
    width: 100%;
    margin: 0;
  }
  .iderAboutBox8Swiper .com-ls30 {
    opacity: 1;
  }
  .iderApplicationBox2 li .icon {
    width: 40px;
    height: auto;
  }
  .iderApplicationBox3Con .item .com-ls24 p,
  .iderApplicationBox6 .text .com-ls24 p {
    margin-bottom: 5px;
  }
  .iderApplicationBox3Con .item .text,
  .iderApplicationBox6 .text {
    padding: 15px 0 0;
  }
  .iderServiceBox3 table {
    display: block;
  }
  .iderServiceBox3 table tr td {
    white-space: nowrap;
  }
  .iderApplicationBox5Con {
    padding: 5% 4%;
  }
  .iderAboutBox1Con .text .com-ls30 {
    margin: 10px 0;
  }
  .iderAboutBox1Con {
    padding: 3%;
  }
  .iderAboutBox1Swiper {
    width: 100%;
    height: auto;
    margin: 15px 0 0;
  }
  .iderAboutBox1Con .bottom {
    position: static;
    margin: 15px auto 0 auto;
  }
  .iderAboutBox2 .top {
    margin: 10px 0 15px 0;
    padding-bottom: 5px;
  }
  .iderAboutBox2 .top .item::after {
    bottom: -6px;
  }
  .iderAboutBox3Con ul::after {
    display: none;
  }
  .iderAboutBox3Con li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0 !important;
  }
  .iderAboutBox3Con .img {
    width: 100%;
    height: auto;
  }
  .iderAboutBox3Con li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .iderAboutBox4 .text {
    padding: 3%;
  }
  .iderServiceBox1Con .text {
    padding: 0;
  }
  .iderAboutBox4 .img {
    height: auto;
    width: 100%;
    margin: 0;
  }
  .iderProductBox1 .lt {
    width: 100%;
    position: static;
    margin: 0 0 15px 0;
  }
  .iderProductBox1 .lt .downList .items {
    margin-bottom: 10px;
  }
  .iderProductBox2Con .item .icon {
    height: 40px;
  }
  .iderServiceBox1Con {
    padding: 7% 3%;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 48px;
  }
  .iderDetailsBox1 .lt,
  .iderIndexBox3 .img,
  .iderApplicationBox2 ul li {
    width: 100%;
  }
  .iderApplicationBox2 ul li {
    margin-right: 0 !important;
  }
  .detailBox1Swiper1,
  .iderIndexBox5Swiper .img,
  .iderAboutBox7Con li,
  .iderApplicationBox2 ul li,
  .iderProductBox1Con .item .img,
  .iderProductBox1Con .item,
  .iderProductBox4Con .item .img {
    height: auto;
  }
  .iderDetailsBox3Item4 .img,
  .iderDetailsBox4 .formitem .info,
  .footer .top .lt,
  .footer .bto .ls,
  .iderAboutBox7Con li,
  .iderApplicationBox6 .img {
    width: 100%;
  }
  .footer .bto {
    padding: 4% 0;
  }
  .footer .bto .ls {
    text-align: center;
  }
  .iderDetailsBox3Item6 ul li,
  .iderDetailsBox4 .formitem,
  .footTop,
  .footer .bto,
  .iderNav .com-card {
    flex-wrap: wrap;
    height: auto;
  }
  .iderDetailsBox4 .formitem .info {
    margin-bottom: 10px;
  }
  .iderDetailsBox4 .form input[type="submit"] {
    width: 50%;
  }
  .iderDetailsBox4 .formitem {
    margin-bottom: 0;
  }
  .iderDetailsBox5 ul li,
  .comIderIndexBox li,
  .iderIndexBox4 ul li,
  .iderAboutBox9Con .text li,
  .iderAboutBox2Con ul li,
  .iderProductBox2Con .item,
  .iderServiceBox2 ul li,
  .iderServiceBox4Con .item {
    width: calc((100% - 10px) / 2);
  }
  .iderDetailsBox5 ul li:nth-child(3n),
  .comIderIndexBox li:nth-child(3n),
  .iderIndexBox4 ul li:nth-child(3n),
  .iderAboutBox9Con .text li:nth-child(3n),
  .iderAboutBox2Con ul li:nth-child(3n),
  .iderProductBox2Con .item:nth-child(3n),
  .iderServiceBox2 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderDetailsBox5 ul li:nth-child(2n),
  .comIderIndexBox li:nth-child(2n),
  .iderIndexBox4 ul li:nth-child(2n),
  .iderAboutBox7Con li,
  .iderAboutBox9Con .text li:nth-child(2n),
  .iderAboutBox2Con ul li:nth-child(2n),
  .iderProductBox2Con .item:nth-child(2n),
  .iderServiceBox2 ul li:nth-child(2n),
  .iderServiceBox4Con .item:nth-child(2n) {
    margin-right: 0;
  }
  .footer .top .lt .address {
    margin-top: 10px;
  }
  .footer .top li .name {
    margin-bottom: 12px;
  }
  .footer .top .lt {
    margin: 0 0 15px 0;
  }
  .iderIndexBox4 li .name {
    margin: 15px 0;
  }
  .iderIndexBox5Con .lt .tops {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .iderIndexBox5Con .lt,
  .iderAboutBox7Con {
    padding: 4%;
  }
  .iderIndexBox5Con .lt .name {
    margin-bottom: 12px;
  }
  .iderAboutBox6Con .img .icon {
    width: 40px;
    height: auto;
  }
  .iderApplicationBox7Con .item {
    padding: 0 12px;
  }
  .iderAboutBox1Swiper .ls {
    position: static;
    width: 100%;
    height: auto;
    padding: 3%;
  }
  .iderAboutBox3Con li {
    width: calc((100% - 10px) / 2);
  }
  .iderAboutBox3Con {
    padding: 3%;
  }
  .iderAboutBox3Con li:nth-child(3n) {
    margin-right: 10px !important;
  }
  .iderAboutBox3Con li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .iderProductBox4Con .item .name {
    margin: 5px 0 10px 0;
  }
  .iderServiceBox2 li .icon {
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .iderDetailsBox3Item2 ul li,
  .iderDetailsBox5 ul li,
  .comIderIndexBox li,
  .iderIndexBox4 ul li,
  .iderAboutBox9Con .text li,
  .iderAboutBox2Con ul li,
  .iderProductBox1Con .item,
  .iderProductBox2Con .item,
  .iderProductBox4Con .item,
  .iderServiceBox2 ul li,
  .iderServiceBox6Con .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderIndexBox4 ul li,
  .iderAboutBox9Con .text li,
  .iderProductBox2Con .item,
  .iderServiceBox2 ul li {
    height: auto;
  }
  .iderIndexBox4 ul li {
    padding: 5%;
  }
  .iderProductBox2Con .item .name {
    margin: 15px 0;
  }
  .iderDetailsBox2 a {
    width: calc((100% - 10%) / 2);
    margin: 0 10% 0 0;
  }
  .iderDetailsBox2 a:nth-child(2n) {
    margin-right: 0;
  }
  .iderDetailsBox5 li .name {
    text-align: center;
  }
  .iderDetailsBox3Item6 li .img,
  .iderDetailsBox4 .img {
    width: 100%;
    height: auto;
  }
  .iderDetailsBox3Item6 li .text {
    flex: none;
    padding: 3%;
    width: 100%;
  }
  .iderDetailsBox5 li .mores {
    margin-top: 5px;
  }
  .headerSwiper .text .tl {
    margin: 5px 0;
  }
  .header-pagination {
    bottom: 4px !important;
  }
  .iderAboutBox9Con .text li .icon {
    width: 24px;
  }
  .iderApplicationBox3Con .item:last-child {
    margin-bottom: 0;
  }
  .iderServiceBox2 li .name {
    margin: 15px 0 10px 0;
  }
  .iderServiceBox4Con,
  .iderServiceBox6Con .item .text {
    padding: 3%;
  }
}
@media screen and (max-width: 420px) {
  .iderApplicationBox5Con .text {
    width: 52%;
  }
  .iderAboutBox5 .imgList .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .headerSwiper .bg {
    height: 35vh;
  }
  .iderApplicationBox5Con .text {
    width: 60%;
  }
}
@media screen and (max-width: 360px) {
  .iderDetailsBox2 a,
  .iderServiceBox4Con .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .headerSwiper .bg {
    height: 50vh;
  }
  .iderAboutBox3Con li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderApplicationBox5Con .text {
    width: 70%;
  }
}
/* #endregion */
