/* #region Public Styles */
@font-face {
  font-family: "iconfont";
  src: url("iconfont.woff2?t=1765777637515") format("woff2"),
    url("iconfont.woff?t=1765777637515") format("woff"),
    url("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: "Lato-Bold";
  src: url("font/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato-Black";
  src: url("font/Lato-Black.ttf");
}
@font-face {
  font-family: "Lato-BlackItalic";
  src: url("font/Lato-BlackItalic.ttf");
}
@font-face {
  font-family: "Lato-Italic";
  src: url("font/Lato-Italic.ttf");
}
@font-face {
  font-family: "Lato-Light";
  src: url("font/Lato-Light.ttf");
}
@font-face {
  font-family: "Lato-LightItalic";
  src: url("font/Lato-LightItalic.ttf");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("font/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato-Thin";
  src: url("font/Lato-Thin.ttf");
}

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

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}
:root {
  --mainColor: #5e7164;
  --bg-c: #f7f1e7;
  --main-font: "Lato-Regular", system-ui, -apple-system, sans-serif;
}
body {
  font-family: var(--main-font);
}
.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}
/* #endregion  */

/* #region System style */
.system_com_title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.45rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .com-card {
    width: 100%;
    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;
  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;
}
.system_faq_item.active .tl .name {
  color: #fff;
}
.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;
}
.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;
  margin: 0.3125rem 0;
}
.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;
}
@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 {
    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 textarea {
    margin: 10px 0 20px 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;
  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;
  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;
  padding-left: 0.1875rem;
  border-radius: 0.0625rem;
  margin-bottom: 0.1875rem;
  color: #333;
  border: 1px solid #eee;
}
.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 input[type="submit"] {
  width: 1.9rem;
  height: 0.5875rem;
  border-radius: 0.0625rem;
  font-size: 0.225rem;
  padding: 0;
  color: #fff;
  text-align: center;
  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;
  }
  .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 {
    flex-wrap: wrap;
  }
  .system_newsDel_lt {
    flex: none;
    width: 100%;
  }
  .system_newsDel_rt {
    width: 100%;
    margin: 15px 0 0;
  }
  .system_newsDel_content table {
    display: inline-block;
    overflow-x: scroll;
  }
}

@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;
  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 {
  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 {
    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 {
    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 {
  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 {
  color: var(--mainColor);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .system_nav_box a {
    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: space-between;
}
.system_category_navigation a {
  position: relative;
  font-size: 0.225rem;
  height: 100%;
  color: #000;
  display: flex;
  align-items: center;
}
.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;
  }
}
@media screen and (max-width: 768px) {
  .system_category_navigation a {
    margin: 0 10px 4px 0;
    padding-bottom: 4px;
  }
  .system_category_navigation .com-card {
    justify-content: flex-start;
  }
}
/* #endregion */

/* #region  Page style */
.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(50, 77, 54, 0.6);
  transform: translateY(-5px);
}
.com-mores {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4125rem;
  height: 0.6rem;
  line-height: 46px;
  border: solid 0.025rem #ffffff;
  font-size: 0.2rem;
  color: #eff4fa;
  text-align: center;
  transition: all 0.3s;
}
.com-tl {
  font-size: 0.45rem;
  color: var(--mainColor);
  font-family: Lato-Black;
}
.com-ls30 {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
}
.header {
  width: 100%;
  height: 1.3375rem;
  transition: all 0.3s;
  border-bottom: 0.0125rem solid rgba(255, 255, 255, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header.active {
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
  background-color: var(--mainColor);
}

.header .logo {
  display: flex;
  width: 0.825rem;
  height: auto;
  margin-left: 0.225rem;
}

.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-family: Lato-Bold;
  font-size: 0.2rem;
  color: #fff;
}

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

.languageSwitching {
  width: fit-content;
  height: auto;
}

.languageSwitching .icon {
  width: 16px;
  height: auto;
  object-fit: cover;
}

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

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.headerSwiper::after {
  position: absolute;
  top: 1.15rem;
  left: 3.05rem;
  display: block;
  content: "";
  width: 0.3875rem;
  height: 0.3875rem;
  background: url(../images/im2-10.png) no-repeat;
  background-size: cover;
  z-index: 55;
}
.headerSwiper::before {
  position: absolute;
  top: 0;
  left: 3.2375rem;
  display: block;
  content: "";
  width: 0.0125rem;
  height: 100%;
  z-index: 55;
  background-color: rgba(255, 255, 255, 0.2);
}
.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

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

.headerSwiper .text {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.headerSwiper .text .con {
  margin-left: 0.3125rem;
}
.headerSwiper .text .ls li {
  font-family: Lato-Italic;
  font-size: 0.2rem;
  padding-left: 0.35rem;
  line-height: 0.45rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
  background: url(../images/im1-14.png) left top no-repeat;
  background-size: 0.25rem 0.2125rem;
  background-position-y: 0.125rem;
}
.headerSwiper .text .ls li:nth-child(3) {
  margin-bottom: 0.0625rem;
}
.headerSwiper .text .con .title {
  position: relative;
  color: #ffffff;
  font-family: Lato-Black;
  font-size: 0.75rem;
}
.headerSwiper .text .con .title::after {
  position: absolute;
  content: "";
  left: -0.3312rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.025rem;
  height: 0.4625rem;
  z-index: 55;
  background-color: #fff;
}
.headerSwiper .text .ls {
  margin: 0.1875rem 0 0.3125rem 0;
}
.iderindexbox1 {
  width: 100%;
  height: auto;
  padding-top: 0.75rem;
  background-color: var(--bg-c);
}
.iderindexbox1 .com-card {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0d3c0;
}
.iderindexbox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.775rem;
}
.iderindexbox1Con .item {
  width: 100%;
  height: 6.75rem;
  margin-bottom: 0.375rem;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
}
.iderindexbox1Con .item .img {
  width: 9.8125rem;
  overflow: hidden;
  height: 100%;
}
.iderindexbox1Con .item .text {
  flex: 1;
  padding: 0.9375rem 1.125rem 0.25rem 0.5625rem;
}
.iderindexbox1Con .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderindexbox1Con .item .text .icon {
  width: 0.625rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.225rem;
}
.iderindexbox1Con .item .text .com-ls30 {
  margin: 0.1875rem 0 0.5rem 0;
}
.iderindexbox1Con .item .text .name {
  font-family: Lato-Bold;
  font-size: 0.3rem;
  color: var(--mainColor);
}
.iderindexbox1Con .item .text .com-mores {
  border: solid 0.025rem #000000;
  color: #000;
}
.iderindexbox1Con .item .com-mores:hover {
  background-color: var(--mainColor);
  color: #fff;
  border: solid 0.025rem var(--mainColor);
}

.iderindexbox2 {
  width: 100%;
  height: auto;
  padding: 1.0875rem 0 2.125rem 0;
  background-color: var(--bg-c);
}
.iderindexbox2 .img {
  position: relative;
  width: 8.4125rem;
  height: 10.1rem;
  margin-right: 1.0625rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
}
.iderindexbox2 .img .ls {
  position: absolute;
  left: 0.175rem;
  bottom: 0.2375rem;
  width: 3.825rem;
  height: 2.6125rem;
  font-size: 0.375rem;
  line-height: 0.45rem;
  color: #ffffff;
  padding: 0.25rem 0.25rem 0.125rem 0.5rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
}
.iderindexbox2 .text {
  flex: 1;
}
.iderindexbox2 .text .tl {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #000000;
  margin: 0.3125rem 0;
}
.iderindexbox2 .text li .name {
  font-size: 0.225rem;
  color: #000000;
  margin-bottom: 0.3125rem;
}
.iderindexbox2 .text ul {
  width: 100%;
  margin-top: 0.375rem;
}
.iderindexbox2 .text ul li {
  position: relative;
  width: calc(100% / 2);
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  border-bottom: 0.025rem solid rgba(0, 0, 0, 0.1);
}
.iderindexbox2 .text ul li::after {
  display: block;
  content: "";
  width: 0.9375rem;
  height: 0.025rem;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: -0.025rem;
}
.iderindexbox2 .text li p {
  font-family: Lato-Italic;
  font-size: 0.6rem;
  color: var(--mainColor);
}
.iderindexbox2 .text li span {
  font-size: 0.45rem;
  font-family: Lato-Italic;
  color: var(--mainColor);
}
.iderindexbox2 .text li:first-child .nu {
  align-items: anchor-center;
}
.iderindexbox2 .text li:nth-child(3n) .nu {
  align-items: baseline;
}
.iderindexbox2 .text li:nth-child(3n) span {
  font-size: 18px;
}
.iderindexbox2 .text .bto a {
  background-color: var(--mainColor);
  color: #fff;
  border-color: var(--mainColor);
  margin-right: 0.275rem;
}
.iderindexbox2 .text .bto .btnVideo {
  border-color: #000;
  color: #000;
}
.iderindexbox2 .text .bto .btnVideo::before {
  display: block;
  content: "";
  width: 0.35rem;
  margin-right: 0.075rem;
  height: 0.35rem;
  background: url(../images/im1-5.png) no-repeat;
  background-size: cover;
}
.iderindexbox3 {
  width: 100%;
  height: auto;
  padding: 1.175rem 0 0.9375rem 0;
  background: url(../picture/bg1.png) no-repeat;
  background-size: cover;
}
.iderindexbox3 .com-card {
  justify-content: space-between;
}
.com-tl.white,
.com-ls30.white {
  color: #fff;
}
.iderindexbox3 .text {
  width: 58%;
}
.iderindexbox3 .text .mores {
  text-decoration: underline;
  display: block;
  font-size: 0.2rem;
  color: #ffffff;
  margin-top: 0.5625rem;
}
.iderindexbox2Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 1.5rem;
}
.iderindexbox2Swiper .swiper-slide {
  width: 6.5rem;
}
.iderindexbox2Swiper .img {
  width: 100%;
  height: 5.625rem;
  overflow: hidden;
}
.iderindexbox2Swiper .name {
  display: flex;
  justify-content: center;
  width: 100%;
  text-decoration: underline;
  font-size: 0.2rem;
  margin-top: 0.25rem;
  color: #ffffff;
}
.iderindexbox2-pagination {
  margin-top: 0.75rem;
}
.iderindexbox2-pagination .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.0375rem;
  background-color: #ffffff;
  transition: all 0.3s;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
  border-radius: 0.025rem;
}
.iderindexbox4 {
  width: 100%;
  height: auto;
  padding-top: 1.125rem;
  background-color: var(--bg-c);
}
.iderindexbox4 .com-card {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #e0d3c0;
}
.iderindexbox4 ul {
  width: 100%;
  margin-top: 0.725rem;
}
.iderindexbox4 ul li {
  width: calc((100% - 0.3625rem) / 2);
  margin: 0 0.3625rem 0.35rem 0;
  height: 3.75rem;
  background-color: var(--bg-c);
  box-shadow: 0px 0px 0.225rem 0px rgba(101, 101, 101, 0.22);
  border-radius: 0.125rem;
  padding: 0.5rem 1.125rem 0.25rem 0.5rem;
}
.iderindexbox4 li .img {
  width: 1.25rem;
  border-radius: 50%;
  height: 1.25rem;
  margin-right: 0.3625rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.225rem 0px rgba(101, 101, 101, 0.22);
  border-radius: 0.625rem;
}
.iderindexbox4 li .img .icon {
  width: 0.725rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderindexbox4 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderindexbox4 li .text {
  flex: 1;
  margin-top: 0.375rem;
}
.iderindexbox4 li .name {
  font-family: Lato-Black;
  font-size: 0.3rem;
  margin-bottom: 0.15rem;
  color: var(--mainColor);
}
.iderindexbox4 li .com-ls30 {
  color: #000;
}
.iderindexbox4 ul li:hover .icon {
  transform: scale(1.1);
}
.iderindexbox5 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0 1.125rem 0;
  background-color: var(--bg-c);
}
.iderindexbox5 ul {
  width: 100%;
  margin-top: 0.4375rem;
}
.iderindexbox5 .tl a {
  font-family: Lato-Bold;
  text-decoration: underline;
  font-size: 0.225rem;
  color: #000000;
}
.iderindexbox5 ul li {
  width: calc((100% - 0.4rem) / 2);
  height: 9.425rem;
  background-color: var(--bg-c);
  padding: 0.125rem;
  box-shadow: 0px 0px 0.225rem 0px rgba(101, 101, 101, 0.22);
}
.iderindexbox5 li .img {
  width: 100%;
  height: 4.775rem;
  overflow: hidden;
  outline-color: #000;
}
.iderindexbox5 li .text .time {
  font-family: Lato-Bold;
  font-size: 0.225rem;
  color: #000000;
  opacity: 0.3;
}
.iderindexbox5 li .text .name {
  font-family: Lato-Bold;
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #000000;
  margin: 0.125rem 0;
}
.iderindexbox5 li .text .com-ls30 {
  color: #000;
}
.iderindexbox5 li .text {
  width: 100%;
  padding: 0.1875rem 0.625rem 0.75rem 0.35rem;
}
.iderindexbox5 li .text .mores {
  font-family: Lato-Bold;
  font-size: 0.225rem;
  color: #000000;
  opacity: 0.4;
  transition: all 0.3s;
}
.iderindexbox5 li:hover .mores {
  color: var(--mainColor);
  opacity: 1;
  text-decoration: underline;
}
.iderindexbox6 {
  width: 100%;
  height: auto;
  padding: 2rem 0 2.45rem 0;
  background: url(../picture/bg2.png) no-repeat;
  background-size: cover;
}
.iderindexbox6 .com-tl {
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #ffffff;
  width: 36%;
}
.iderindexbox6 .com-ls30 {
  margin: 0.125rem 0 0.3125rem 0;
}
.footer {
  width: 100%;
  height: auto;
  background-color: var(--mainColor);
}
.footer .top {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.75rem 0;
}
.footer .top::after {
  position: absolute;
  left: -0.1875rem;
  top: 0;
  display: block;
  content: "";
  height: 100%;
  width: 0.0125rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .top .logo {
  width: 0.825rem;
  height: auto;
  object-fit: cover;
}
.footer .top .lt {
  width: 25%;
  margin-right: 0.75rem;
}
.footer .top .lt .ls {
  font-size: 0.225rem;
  line-height: 0.3rem;
  color: #eff4fa;
}
.footer .top .lt .form {
  height: 0.6375rem;
  margin: 0.25rem 0 0.5625rem 0;
  width: auto;
}
.footer .top .lt input[type="email"] {
  width: 3.1875rem;
  height: 100%;
  background-color: rgba(245, 244, 244, 0.2);
  border-radius: 0.0125rem;
  font-size: 0.2rem;
  color: #fff;
  padding-left: 0.125rem;
}
.footer .top .lt input[type="email"]::placeholder {
  font-size: 0.2rem;
  color: #fff;
}
.footer .top .lt input[type="button"] {
  height: 100%;
  width: 1.1375rem;
  background-color: #f4f4f4;
  border-radius: 0.0125rem;
  font-size: 0.2rem;
  text-align: center;
  color: #5e7164;
}
.footerLink .tl {
  font-family: Lato-Black;
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  color: #ffffff;
}
.footerLink a {
  width: 35px;
  height: 35px;
  margin-right: 9px;
  background-color: rgba(245, 244, 244, 0.1);
  border-radius: 1px;
  transition: all 0.3s;
}
.footerLink a:hover {
  transform: translateY(-5px);
}
.footerLink a img {
  width: auto;
  height: 15px;
  object-fit: contain;
}
.footer .top ul {
  flex: 1;
  justify-content: space-between;
}
.footer .top ul li {
  flex-direction: column;
}
.footer .top li .name {
  font-family: Lato-Black;
  font-size: 0.2rem;
  margin-bottom: 0.4375rem;
  color: #ffffff;
}
.footer .top li a {
  text-decoration: underline;
  font-size: 0.2rem;
  line-height: 0.45rem;
  letter-spacing: 0.0125rem;
  display: block;
  color: #ffffff;
}
.footer .top li p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
  width: 3.925rem;
}
.footer .top li:last-child a {
  text-decoration: none;
}
.footer .bto {
  position: relative;
  width: 100%;
  height: 1rem;
  border-top: 0.0125rem solid rgba(255, 255, 255, 0.2);
}
.footer .bto::after {
  position: absolute;
  right: -0.375rem;
  bottom: 0.8rem;
  display: block;
  content: "";
  width: 0.3875rem;
  height: 0.3875rem;
  background: url(../images/im2-10.png) no-repeat;
  background-size: cover;
}
.footer .bto::before {
  position: absolute;
  left: -0.375rem;
  bottom: 0.8rem;
  display: block;
  content: "";
  width: 0.3875rem;
  height: 0.3875rem;
  background: url(../images/im2-10.png) no-repeat;
  background-size: cover;
}
.footer .bto .ls {
  font-size: 0.2rem;
  letter-spacing: 0.0125rem;
  color: rgba(255, 255, 255, 0.9);
}
.iderBanner {
  position: relative;
  width: 100%;
  height: auto;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderNav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.75rem;
}
.iderNav a {
  font-size: 0.2rem;
  color: #f7f0e7;
}
.iderNav a.active {
  font-weight: 700;
}
.iderNav a::before {
  font-size: 0.1375rem;
  margin: 0 0.025rem;
}

.iderProductBox1 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background-color: var(--bg-c);
}
.iderProductBox1 .com-card {
  align-items: baseline;
}
.iderProductBox1 .lt {
  position: sticky;
  top: 1.75rem;
  width: 4.1875rem;
  margin-right: 0.75rem;
}
.iderProductBox1 .rt {
  flex: 1;
}
.iderProductBox1 .lt .title {
  font-family: Lato-Black;
  font-size: 0.375rem;
  text-align: left;
  margin-bottom: 0.275rem;
  color: var(--mainColor);
}
.iderProductBox1 .menulist .item {
  width: 100%;

  border-bottom: 1px solid var(--mainColor);
}
.iderProductBox1 .menulist .item:first-child {
  border-top: 1px solid var(--mainColor);
}
.iderProductBox1 .menulist .item .tl {
  height: 0.8rem;
}
.iderProductBox1 .menulist .item .tl a {
  font-family: Lato-Bold;
  font-size: 0.25rem;
  display: block;
  color: var(--mainColor);
}
.iderProductBox1 .menulist .item .icon {
  width: 0.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
  transition: all 0.3s;
  height: 100%;
}
.iderProductBox1 .menulist .item.active .icon {
  transform: rotate(90deg);
}
.iderProductBox1 .menulist .item .downs {
  display: none;
}
.iderProductBox1 .menulist .item .downs a {
  font-size: 0.225rem;
  display: block;
  line-height: 0.375rem;
  margin: 0.125rem 0;
  color: #282828;
}
.iderProductBox1 .menulist .item .downs a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.iderProductBox1 .rt .com-ls30 {
  color: #000;
  margin: 0.1625rem 0 0.375rem 0;
}
.iderProductBox1Con {
  width: 100%;
}
.iderProductBox1Con .item {
  width: 3.9375rem;
  height: 5.875rem;
  background-color: var(--bg-c);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
  border-radius: 1px;
  margin: 0 0.375rem 0.4rem 0;
}
.iderProductBox1Con .item:nth-child(3n) {
  margin-right: 0;
}
.iderProductBox1Con .item .img {
  width: 100%;
  height: 4.25rem;
  padding: 0.375rem;
  overflow: hidden;
}
.iderProductBox1Con .item .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.iderProductBox1Con .item .text {
  width: 100%;
  height: auto;
  padding: 0.125rem 0.125rem 0.375rem 0.125rem;
}
.iderProductBox1Con .item .text .type {
  font-size: 0.2rem;
  color: #9e9e9e;
  text-align: center;
}
.iderProductBox1Con .item .text .name {
  font-family: Lato-Bold;
  font-size: 0.225rem;
  line-height: 0.375rem;
  transition: all 0.3s;
  text-align: center;
  margin: 0.1rem 0 0.1125rem 0;
  color: #282828;
}
.iderProductBox1Con .item:hover img {
  transform: scale(1.1);
}
.iderProductBox1Con .item .text .Inquiry {
  font-family: Lato-Bold;
  font-size: 0.2rem;
  text-align: center;
  color: #9e9e9e;
  transition: all 0.3s;
}
.iderProductBox1Con .item:hover .name,
.iderProductBox1Con .item:hover .Inquiry {
  color: var(--mainColor);
}
.iderProductBox1Con .item:hover .Inquiry {
  text-decoration: underline;
}
.iderProductBox2 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.3125rem 0 0.5625rem 0;
}
.iderProductBox2Con {
  width: 100%;
  height: 7.975rem;
  background-color: var(--bg-c);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
  border-radius: 1px;
}
.iderProductBox2 .text {
  flex: 1;
  height: 100%;
  padding: 0.9375rem 1.125rem 0.25rem 0.625rem;
}
.iderProductBox2 .text li {
  font-family: Lato-Bold;
  font-size: 0.2rem;
  line-height: 0.6rem;
  padding-left: 0.475rem;
  background: url(../images/im1-15.png) left top no-repeat;
  background-size: 0.225rem 0.1875rem;
  background-position-y: 0.225rem;
  color: #373737;
}
.iderProductBox2 .text ul {
  margin: 0.4625rem 0 0.625rem 0;
}
.com-mores.bg {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}
.iderProductBox2 .img {
  width: 9.3125rem;
  overflow: hidden;
  height: 100%;
  border-radius: 1px;
}
.iderProductBox3 {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0 1.75rem 0;
  background-color: var(--bg-c);
}
.iderProductBox3Con {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
  border-radius: 1px;
  padding: 0.25rem 0.6625rem;
}
.iderProductBox3Con .item .nu {
  width: 0.475rem;
  height: 0.475rem;
  background-color: rgba(98, 129, 112, 0.1);
  border-radius: 0.125rem;
  font-size: 0.25rem;
  text-align: center;
  line-height: 0.475rem;
  color: #5e7164;
  font-family: "Lato-Black";
  margin-right: 0.2375rem;
}
.iderProductBox3Con .item .name {
  font-family: Lato-Bold;
  flex: 1;
  font-size: 0.25rem;
  color: var(--mainColor);
}
.iderProductBox3Con .item {
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
}
.iderProductBox3Con .item .tl {
  width: 100%;
  height: 1.125rem;
}
.iderProductBox3Con .item:first-child .tl {
  border-top: 1px solid rgba(54, 54, 54, 0.1);
}
.iderProductBox3Con .item .icon {
  width: 0.4375rem;
  height: 0.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.225rem;
  color: var(--mainColor);
  transition: all 0.3s;
}
.iderProductBox3Con .item.active .icon {
  transform: rotate(90deg);
}
.iderProductBox3Con .item .text {
  padding-bottom: 0.25rem;
  display: none;
}
.iderProductBox3Con .item .text .ls strong {
  font-size: 0.225rem;
  line-height: 0.375rem;
  font-weight: normal;
  color: #373737;
}
.iderProductBox3Con .item .text .ls {
  flex: 1;
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderServcrBox1 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 1.125rem 0 1.6875rem 0;
}
.iderServcrBox1 .img {
  width: 13.275rem;
  height: 8.775rem;
  overflow: hidden;
}
.iderServcrBox1 .lt {
  flex: 1;
  padding: 0 0.875rem 0.125rem 3.25rem;
}
.iderServcrBox1 .lt li {
  margin-top: 0.6875rem;
}
.iderServcrBox1 .lt li:hover .icon {
  transform: scale(1.1);
}
.iderServcrBox1 .lt .img {
  width: 0.9125rem;
  height: 0.9125rem;
  border-radius: 50%;
  background-color: var(--mainColor);
  margin-right: 0.275rem;
}
.iderServcrBox1 .lt .img .icon {
  width: 0.575rem;
  transition: all 0.3s;
  height: auto;
  object-fit: contain;
}
.iderServcrBox1 .text {
  flex: 1;
}
.iderServcrBox1 .text .name {
  font-family: Lato-Bold;
  font-size: 0.3rem;
  margin-bottom: 0.1125rem;
  color: var(--mainColor);
}

.iderServcrBox2 {
  width: 100%;
  height: auto;
  background-color: #eee4d8;
  padding: 1.4375rem 0 1.125rem 0;
}
.iderServcrBox2 ul {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderServcrBox2 ul li {
  width: 100%;
  padding-bottom: 0.4375rem;
  margin-bottom: 0.375rem;
  border-bottom: 1px solid #e3d8ca;
}
.iderServcrBox2 li .img {
  width: 8.775rem;
  overflow: hidden;
  height: 5.9375rem;
}
.iderServcrBox2 li .text {
  flex: 1;
  padding: 0.5625rem 0 0.125rem 0.8625rem;
}
.iderServcrBox2 li .text .icon {
  width: auto;
  height: 1.125rem;
  display: block;
  transition: all 0.3s;
  object-fit: contain;
}
.iderServcrBox2 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.iderServcrBox2 li .text .name {
  font-family: Lato-Bold;
  font-size: 0.3rem;
  color: var(--mainColor);
  margin: 0.15rem 0 0.4375rem 0;
}
.iderServcrBox3 {
  width: 100%;
  height: auto;
  padding: 2rem 0 0.875rem 0;
  background-color: var(--bg-c);
}
.iderServcrBox3 .top {
  width: 100%;
  justify-content: space-between;
}
.iderServcrBox3 .top .com-ls30 {
  width: 65%;
}
.iderServcrBox3 ul {
  margin-top: 0.375rem;
}
.iderServcrBox3 ul li {
  position: relative;
  width: 5.6125rem;
  overflow: hidden;
  height: 4.475rem;
  border-radius: 0.25rem;
  margin: 0 0.325rem 0.325rem 0;
}
.iderServcrBox3 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderServcrBox3 li .name {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  padding: 0 0.25rem;
}
.iderServcrBox3 li .name .ls {
  font-size: 0.225rem;
  flex: 1;
  margin-right: 0.125rem;
  color: #ffffff;
}
.iderServcrBox3 li .nu {
  width: 0.7125rem;
  height: 0.5625rem;
  background-color: #f7f0e7;
  border-radius: 0.25rem;
  font-family: Lato-BoldItalic;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.5625rem;
  text-align: center;
  color: var(--mainColor);
  transition: all 0.3s;
}
.iderServcrBox3 li:hover .nu {
  background-color: var(--mainColor);
  color: #fff;
}
.iderServcrBox4 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.75rem 0 1.75rem 0;
}
.iderServcrBox4 ul {
  width: 100%;
  margin-top: 0.6875rem;
}
.iderServcrBox4 ul li {
  width: 5.5rem;
  height: auto;
  margin: 0 0.5rem 0 0;
}
.iderServcrBox4 li .img {
  width: 100%;
  height: 3.8625rem;
  overflow: hidden;
}
.iderServcrBox4 li .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 2.8125rem;
  background-color: var(--bg-c);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.13);
  padding: 0.15rem 0.5625rem 0.5rem 0.375rem;
}
.iderServcrBox4 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderServcrBox4 .text .name {
  font-family: Lato-Bold;
  font-size: 0.3rem;
  display: block;
  color: var(--mainColor);
  margin-bottom: 0.15rem;
}

.iderServcrBox4 .text .mores {
  font-family: Lato-Bold;
  font-size: 0.225rem;
  display: block;
  color: #000000;
  opacity: 0.4;
  transition: all 0.3s;
}
.iderServcrBox4 li:hover .mores {
  color: var(--mainColor);
  opacity: 1;
  text-decoration: underline;
}
.iderAboutBox1 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0;
  background-color: var(--bg-c);
}
.iderAboutBox1Con {
  width: 100%;
  margin-top: 0.375rem;
}

.iderAboutBox1Con .img {
  position: relative;
  width: 9.375rem;
  height: 6.4rem;
  overflow: hidden;
}
.iderAboutBox1Con .text {
  flex: 1;
  margin-left: 0.5rem;
}
.iderAboutBox1Con .img .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.0875rem;
  height: 1.9375rem;
  background-color: rgba(67, 95, 76, 0.9);
}
.iderAboutBox1Con .img .icon img {
  width: 0.9375rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}

.iderAboutBox1Con .text .tl {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #000000;
  margin-bottom: 0.25rem;
}
.iderAboutBox1Con .text .ls p,
.iderAboutBox1Con .text .ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderAboutBox1Con .text .ls p {
  margin-bottom: 0.3125rem;
}
.iderAboutBox1Con .text .bto {
  font-family: Lato-Black;
  text-decoration: underline;
  font-size: 0.2125rem;
  color: var(--mainColor);
}
.iderAboutBox2 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: var(--bg-c);
}
.iderAboutBox2 ul {
  margin-top: 1rem;
}

.iderAboutBox2 li {
  width: calc((100% - 2.7rem) / 4);
  height: 3.6875rem;
  border-radius: 50%;
  flex-direction: column;
  border: solid 1px var(--mainColor);
  transition: all 0.5s;
}
.iderAboutBox2 li .icon {
  width: auto;
  height: 0.775rem;
  object-fit: contain;
}
.iderAboutBox2 li .name {
  font-family: Lato-Bold;
  font-size: 0.3rem;
  color: var(--mainColor);
  text-align: center;
  margin-top: 0.1875rem;
}
.iderAboutBox2 li:hover {
  transform: translateX(10%);
}
.iderAboutBox3 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1.125rem 0;
  background-color: var(--bg-c);
}
.iderAboutBox3 .com-tl {
  margin-bottom: 0.375rem;
}
.iderAboutBox3Swiper {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin-top: 0.8125rem;
}
.iderAboutBox3Swiper .swiper-slide {
  overflow: hidden;
}
.iderAboutBox3Swiper img {
  width: 100%;
  height: 5.475rem;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.iderAboutBox3-pagination {
  margin-top: 0.6875rem;
}
.iderAboutBox3-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderAboutBox4 {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 1.4375rem;
  background-color: #eee4d8;
}
.iderAboutBox4::after {
  position: absolute;
  top: 0;
  left: 3.225rem;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.iderAboutBox4 .com-card {
  align-items: flex-start;
}
.iderAboutBox4 .lt {
  align-items: end;
}
.iderAboutBox4 .ltImg {
  width: 5.5125rem;
  height: 6.5375rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
.iderAboutBox4 .com-tl {
  text-align: center;
}
.iderAboutBox4 .con {
  padding: 0 0.4625rem 0 0.4125rem;
}
.iderAboutBox4 .con .text p,
.iderAboutBox4 .con .text {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
  text-align: center;
}
.iderAboutBox4 .con .text p {
  margin-top: 0.3125rem;
}
.iderAboutBox4 .rt {
  margin-top: 1.125rem;
}
.iderAboutBox4 .rt img:first-child {
  width: 5.0125rem;
  height: 3.1rem;
  border-radius: 0.625rem;
  display: block;
  margin-bottom: 1rem;
}
.iderAboutBox4 .rt img:last-child {
  width: 4.4125rem;
  height: 2.7375rem;
  border-radius: 0.625rem;
}
.iderAboutBox5 {
  width: 100%;
  height: auto;
  padding: 1.625rem 0 2.125rem 0;
  background-color: var(--bg-c);
}
.iderAboutBox5 ul {
  margin-top: 0.875rem;
}
.iderAboutBox5 ul li {
  width: 5.625rem;
  height: auto;
  margin: 0 0.3125rem 0.375rem 0;
}
.iderAboutBox5 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderAboutBox5 li .img {
  width: 100%;
  height: 4.2625rem;
  overflow: hidden;
}
.iderAboutBox5 li .name {
  width: 100%;
  height: 0.8625rem;
  background-color: var(--bg-c);
  font-size: 0.2rem;
  text-align: center;
  color: #000000;
  box-shadow: 0px 0px 0.225rem 0px rgba(101, 101, 101, 0.22);
}
.iderAboutBox6 {
  width: 100%;
  background-color: var(--bg-c);
  height: auto;
  padding: 0.625rem 0 0.9375rem 0;
  box-shadow: 0px 0px 0.225rem 0px rgba(101, 101, 101, 0.22);
}
.iderAboutBox6 .com-tl {
  text-align: center;
}
.iderAboutBox6 .text {
  width: 80%;
  margin: 0 auto;
}
.iderAboutBox6 .text,
.iderAboutBox6 .text p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
  text-align: center;
}
.iderAboutBox6 .text p {
  margin-top: 0.3125rem;
}
.iderAboutBox6 .imglist {
  margin-top: 0.5625rem;
}
.iderAboutBox6 .imglist .minImg {
  width: 4.3625rem;
  height: 3.6rem;
  border-radius: 0 0.5rem 0px 0.5rem;
}
.iderAboutBox6 .imglist .maxImg {
  width: 7.8rem;
  height: 4.225rem;
  border-radius: 0 0.5rem 0px 0.5rem;
}
.iderNav.inner {
  position: static;
  margin-top: 1.3375rem;
}
.header.inner {
  background-color: var(--mainColor);
}
.iderNav.inner {
  background-color: var(--bg-c);
}
.iderNav.inner a {
  color: #000;
}
.iderDetailsBox1 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding-bottom: 1.5rem;
}
.iderDetailsBox1 .lt {
  width: 8.725rem;
  height: auto;
  margin-right: 0.875rem;
}
.iderDetailsBox1 .rt {
  flex: 1;
}
.iderDetailsBox1 .rt .table,
.iderDetailsBox1 .rt .table .con {
  width: 100%;
}
.iderDetailsBox1 .rt table {
  width: 100%;
  overflow-x: scroll;
}
.detailBox1Swiper2 {
  width: 100%;
  height: 8.1875rem;
  background-color: var(--bg-c);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
  border-radius: 1px;
}
.detailBox1Swiper2 .img {
  width: 100%;
  height: 100%;
}
.detailBox1Swiper1 {
  width: 100%;
  height: 1.4rem;
  overflow: hidden;
  margin-top: 0.125rem;
}
.detailBox1Swiper1 .img {
  width: 100%;
  height: 100%;
  border-radius: 1px;
  transition: all 0.3s;
  border: solid 1px #e5e5e5;
}

.detailBox1Swiper1 .swiper-slide-thumb-active {
  border: solid 1px var(--mainColor);
}

.iderDetailsBox1 .rt .title {
  width: 100%;
  padding-bottom: 0.1875rem;
  margin: 0.2125rem 0 0.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderDetailsBox1 .rt .table .tl {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #4a4a4a;
  margin-bottom: 0.15rem;
}
.iderDetailsBox1 .rt table {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-bottom: 0.375rem;
}
.iderDetailsBox1 .rt table tr td {
  font-size: 0.2rem;
  color: #4a4a4a;
  padding-left: 0.125rem;
  height: 0.4125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderDetailsBox1 .rt table tr:first-child td {
  height: 0.5625rem;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
  font-size: 0.2rem;

  color: #ffffff;
}
.iderDetailsBox1 .rt .Inquiry {
  width: 1.9125rem;
  height: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.6rem;
  text-align: center;
  color: #eff4fa;
  transition: all 0.3s;
  background-color: var(--mainColor);
}
.iderDetailsBox1 .rt .downs {
  width: 2.4125rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #f7f0e7;
  font-size: 0.2rem;
  color: var(--mainColor);
  border: solid 1px #4a4a4a;
  transition: all 0.3s;
  margin-left: 0.25rem;
}
.iderDetailsBox1 .rt .downs::before {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.3625rem;
  background: url(../images/im1-18.png) no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}
.iderDetailsBox2 {
  padding-top: 0.3125rem;
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
}
.iderDetailsBox2.fixed {
  position: fixed;
  top: 1.3375rem;
  z-index: 33;
}
.iderDetailsBox2 .com-card {
  border-bottom: 0.0125rem solid #bfbfbf;
}
.iderDetailsBox2 a {
  position: relative;
  font-size: 0.225rem;
  margin-right: 0.625rem;
  display: block;
  padding-bottom: 0.3125rem;
  color: #282828;
}
.iderDetailsBox2 a:hover,
.iderDetailsBox2 a.active {
  color: var(--mainColor);
  font-weight: 600;
}
.iderDetailsBox2 a::after {
  display: block;
  content: "";
  width: 0;
  height: 0.0625rem;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: -0.0313rem;
  transition: all 0.3s;
}
.iderDetailsBox2 a.active::after {
  width: 100%;
}
.iderDetailsBox3 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
}
.iderDetailsBox3Item1 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 0.75rem 0;
  border-bottom: 1px solid rgba(134, 133, 133, 0.4);
}
.iderDetailsBox3Item1 .com-ls30 {
  margin: 0.3125rem 0;
}
.iderDetailsBox3Item1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderDetailsBox3Item2 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.8125rem 0;
  border-bottom: 1px solid rgba(134, 133, 133, 0.4);
}
.iderDetailsBox3Item2 .con {
  width: 100%;
  height: 6.4625rem;
  margin-top: 0.4rem;
  background-color: #f7f0e7;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
  border-radius: 1px;
}
.iderDetailsBox3Item2 .con .com-ls30 {
  flex: 1;
  padding: 1.125rem 1.25rem 0.25rem 0.375rem;
}
.iderDetailsBox3Item2 .img {
  width: 7.7875rem;
  height: 100%;
  overflow: hidden;
}
.iderDetailsBox3Item3 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1rem 0;
  border-bottom: 1px solid rgba(134, 133, 133, 0.4);
}
.iderDetailsBox3Item3 .com-ls30 {
  margin: 0.3rem 0 0.0625rem 0;
}
.iderDetailsBox3Item3 .table,
.iderDetailsBox3Item3 .table table {
  width: 100%;
  height: auto;
  overflow: auto;
}
.iderDetailsBox3Item3 table td,
.iderDetailsBox3Item5 table td {
  font-size: 0.2rem;
  height: 0.6875rem;
  padding-left: 0.25rem;
  color: #2b2b2b;
  background-color: rgba(209, 198, 184, 0.4);
  border-right: 1px solid #fff;
}
.iderDetailsBox3Item3 table tr:nth-child(2n) td,
.iderDetailsBox3Item5 table tr:nth-child(2n) td {
  background-color: #dcd1c3;
}
.iderDetailsBox3Item3 table tr:first-child td,
.iderDetailsBox3Item5 table tr:first-child td {
  height: 0.7875rem;
  background-color: var(--mainColor);
  border-radius: 1px;
  font-family: Lato-Bold;
  font-size: 0.225rem;
  color: #f7f0e7;
  border-right: 1px solid #fff;
}
.iderDetailsBox3Item4 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(134, 133, 133, 0.4);
}
.iderDetailsBox3Item4 ul {
  margin-top: 0.625rem;
}
.iderDetailsBox3Item4 ul li {
  width: 5.475rem;
  height: auto;
  margin: 0 0.5375rem 0.4rem 0;
}
.iderDetailsBox3Item4 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderDetailsBox3Item4 li .img {
  width: 100%;
  height: 3.9rem;
  border-radius: 0.0125rem;
  overflow: hidden;
  border: solid 0.0125rem #dcd1c3;
}
.iderDetailsBox3Item4 li .text {
  width: 100%;
  height: 2.125rem;
  background-color: var(--bg-c);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
  border-radius: 1px;
}
.iderDetailsBox3Item4 li .text {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
  padding: 0.125rem 0.375rem;
}
.iderDetailsBox3Item5 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 0.675rem 0;
  border-bottom: 1px solid rgba(134, 133, 133, 0.4);
}
.iderDetailsBox3Item5 .table {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-top: 0.4375rem;
}
.iderDetailsBox3Item5 table {
  width: 100%;
  height: auto;
}
.iderDetailsBox3Item5 table tr td:first-child {
  text-align: center;
  padding-left: 0;
}
.iderDetailsBox3Item5 table tr td:nth-child(3),
.iderDetailsBox3Item5 table tr td:nth-child(4) {
  text-align: center;
}
.iderDetailsBox4 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 0.75rem 0;
}
.iderDetailsBox4 .iderProductBox1Con {
  margin-top: 0.625rem;
}
.iderDetailsBox4 .iderProductBox1Con .item {
  width: 4.1875rem;
  margin-right: 0.25rem;
}
.iderDetailsBox4 .iderProductBox1Con .item:nth-child(4n) {
  margin-right: 0;
}
.iderDetailsBox5 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 1.375rem 0;
  background-color: var(--bg-c);
}
.iderDetailsBox5 .com-tl {
  text-align: center;
}
.iderDetailsBox5 .tl {
  font-family: Lato-Bold;
  font-size: 0.225rem;
  text-align: center;
  color: #666666;
  margin: 0.125rem 0 0.375rem 0;
}
.iderDetailsBox5 .con {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.09);
  border-radius: 1px;
  padding: 0.8125rem 1.3125rem 0.675rem 1.175rem;
}
.iderDetailsBox5 form .item {
  width: 100%;
  height: 0.575rem;
  margin-bottom: 0.2375rem;
}
.iderDetailsBox5 form .item input {
  width: calc((100% - 0.25rem) / 2);
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  height: 100%;
  font-size: 0.2rem;
  padding-left: 0.15rem;
  color: rgba(0, 0, 0, 0.5);
}
.iderDetailsBox5 form input[type="button"] {
  width: 3rem;
  height: 0.575rem;
  font-family: Lato-Bold;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: #ffffff;
  display: block;
  background-color: var(--mainColor);
  margin: 0 auto;
}
.iderDetailsBox5 textarea {
  width: 100%;
  height: 1.4rem;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding: 0.15rem 0 0 0.15rem;
  color: rgba(0, 0, 0, 0.5);
}
.iderDetailsBox5 .ls {
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.3125rem;
}
.iderDetailsBox5 .ls a {
  text-decoration: underline;
  font-size: 0.2rem;
  color: #005ce0;
}
.magic-hover,
html,
body,
a,
a:hover,
button,
button:hover,
input,
textarea {
  cursor: none !important;
}
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("../images/im1-2.png") no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  background-position: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999999 !important;
  transition: transform 0.1s ease;
}
/* #endregion */

/* #region  Response style */
@media screen and (max-width: 1024px) {
  .header,
  .headerSwiper::before,
  .headerSwiper::after,
  .headerSwiper .text .con .title::after,
  .footer .bto::before,
  .footer .bto::after,
  .footer .top::after,
  .footer .top ul li,
  .iderAboutBox4::after {
    display: none;
  }
  .com-card {
    width: 100%;
    padding: 0 4%;
  }
  body {
    padding-top: 60px;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .mobileHeader .search,
  .languageSwitching .icon {
    filter: brightness(0);
  }
  .iderindexbox1,
  .iderindexbox4 {
    padding-top: 20px;
  }
  .iderindexbox1 .com-card,
  .iderindexbox4 .com-card,
  .iderAboutBox4,
  .iderDetailsBox1 {
    padding-bottom: 20px;
  }
  .iderindexbox2,
  .iderindexbox3,
  .iderindexbox5,
  .iderAboutBox1,
  .iderAboutBox2,
  .iderAboutBox3,
  .iderAboutBox5,
  .iderAboutBox6,
  .iderDetailsBox3Item1,
  .iderDetailsBox3Item2,
  .iderDetailsBox3Item3,
  .iderDetailsBox3Item4,
  .iderDetailsBox3Item5,
  .iderDetailsBox4,
  .iderDetailsBox5,
  .iderProductBox1,
  .iderProductBox2,
  .iderProductBox3,
  .iderServcrBox2,
  .iderServcrBox3,
  .iderServcrBox4 {
    padding: 20px 0;
  }
  .iderindexbox1Con,
  .iderindexbox4 ul,
  .iderindexbox5 ul,
  .iderAboutBox1Con,
  .iderAboutBox2 ul,
  .iderAboutBox3Swiper,
  .iderAboutBox5 ul,
  .iderDetailsBox3Item2 .con,
  .iderDetailsBox3Item4 ul,
  .iderDetailsBox3Item5 .table,
  .iderDetailsBox4 .iderProductBox1Con,
  .iderServcrBox2 ul,
  .iderServcrBox3 ul,
  .iderServcrBox4 ul {
    margin-top: 15px;
  }
  .iderindexbox5 li .img,
  .iderindexbox1Con .item .img img,
  .iderindexbox1Con .item,
  .iderindexbox5 li .text,
  .iderindexbox5 ul li,
  .footer .bto,
  .iderAboutBox1Con .img,
  .iderAboutBox3Swiper img,
  .iderAboutBox4 .ltImg,
  .iderAboutBox5 li .img,
  .iderAboutBox6 .imglist .minImg,
  .iderAboutBox6 .imglist .maxImg,
  .iderDetailsBox3Item2 .con,
  .iderDetailsBox3Item4 li .img,
  .iderProductBox1Con .item .img,
  .iderProductBox1Con .item,
  .iderProductBox2Con,
  .iderServcrBox3 ul li,
  .iderServcrBox4 li .img,
  .iderServcrBox4 li .text {
    height: auto;
  }
  .iderindexbox2 .com-card,
  .iderindexbox3 .com-card,
  .footer .bto,
  .iderAboutBox1Con,
  .iderAboutBox2 ul,
  .iderAboutBox4 .com-card,
  .iderAboutBox5 .top,
  .iderAboutBox6 .imglist,
  .iderDetailsBox1 .com-card,
  .iderDetailsBox2 .com-card,
  .iderProductBox1 .com-card,
  .iderServcrBox3 .top {
    flex-wrap: wrap;
  }
  .iderindexbox2 .text,
  .iderindexbox3 .text,
  .iderAboutBox1Con .text,
  .iderDetailsBox1 .rt {
    flex: none;
    width: 100%;
  }
  .iderindexbox4 ul li,
  .iderServcrBox3 .top .com-ls30 {
    width: 100%;
  }
  .headerSwiper .text .con .title,
  .com-tl {
    font-size: 18px;
  }
  .iderindexbox1Con .item .text .name,
  .iderindexbox2 .text li span,
  .iderindexbox4 li .name,
  .iderDetailsBox1 .rt .title,
  .iderProductBox3Con .item .name,
  .iderServcrBox1 .text .name,
  .iderServcrBox4 .text .name {
    font-size: 16px;
  }
  .iderindexbox2Swiper .name,
  .iderDetailsBox2 a,
  .iderProductBox1Con .item .text .Inquiry {
    font-size: 15px;
  }
  .iderindexbox2 .text li p {
    font-size: 26px;
  }
  .com-ls30 {
    line-height: 24px;
  }
  .iderindexbox2 .img .ls,
  .iderindexbox2 .text .tl,
  .iderindexbox5 li .text .name,
  .iderAboutBox1Con .text .tl,
  .iderAboutBox2 li .name {
    font-size: 16px;
    line-height: 24px;
  }
  .iderDetailsBox3Item4 li .text {
    line-height: 24px;
    height: auto;
    padding: 4%;
  }
  .iderDetailsBox3Item4 ul,
  .iderProductBox1Con,
  .iderServcrBox4 ul {
    align-items: baseline;
  }
  .iderindexbox1Con .item {
    margin-bottom: 10px;
  }
  .headerSwiper .text .ls li {
    line-height: 25px;
  }

  .iderindexbox1Con .item .img {
    width: 49%;
    height: auto;
  }
  .iderindexbox1Con .item .text {
    padding: 15px;
  }
  .iderindexbox2 .text .tl {
    margin: 10px 0;
  }
  .iderindexbox2 .img {
    width: 60%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .iderindexbox2 .img .ls {
    width: fit-content;
    height: auto;
    padding: 3%;
  }
  .iderindexbox2 .text ul li {
    margin-bottom: 4%;
  }
  .iderindexbox3 .text .mores,
  .iderAboutBox3-pagination,
  .iderServcrBox1 .lt li {
    margin-top: 15px;
  }
  .iderindexbox3 .text .com-ls30,
  .iderServcrBox4 .text .mores {
    margin-top: 10px;
  }
  .iderindexbox2Swiper,
  .iderindexbox2-pagination {
    margin-top: 20px;
  }
  .iderindexbox4 ul li {
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .iderindexbox5 li .text {
    padding: 4%;
  }
  .iderindexbox6 .com-tl {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
  .iderindexbox6 {
    padding: 7% 0;
  }
  .footer .top {
    padding: 4% 0;
  }
  .footer .top ul li:last-child {
    display: flex;
  }
  .footer .top li p {
    width: 100%;
  }
  .footer .top .lt {
    width: 45%;
    margin-right: 5%;
  }
  .footer .bto {
    padding: 2% 0;
  }
  .iderAboutBox1Con .text {
    margin: 10px 0 0;
  }
  .iderAboutBox3 .com-tl {
    margin-bottom: 10px;
  }
  .iderAboutBox2 li {
    width: 200px;
    height: 200px;
    margin-bottom: 3%;
  }
  .iderAboutBox4 .lt {
    align-items: center;
  }
  .iderAboutBox4 .rt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
  }
  .iderAboutBox4 .rt img {
    height: auto !important;
    margin: 0 !important;
  }
  .iderAboutBox5 ul li,
  .iderDetailsBox3Item4 ul li,
  .iderServcrBox3 ul li,
  .iderServcrBox4 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderAboutBox5 ul li:nth-child(3n),
  .iderDetailsBox3Item4 ul li:nth-child(3n),
  .iderServcrBox3 ul li:nth-child(3n),
  .iderServcrBox4 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderAboutBox5 ul li:nth-child(2n),
  .iderDetailsBox3Item4 ul li:nth-child(2n),
  .iderServcrBox3 ul li:nth-child(2n),
  .iderServcrBox4 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .iderAboutBox5 li .name {
    height: auto;
    font-size: 15px;
    padding: 3% 2%;
  }
  .iderAboutBox6 .text p {
    margin-top: 5px;
  }
  .iderNav.inner {
    margin: 0;
  }
  .iderDetailsBox1 .lt {
    width: 70%;
    margin: 0 0 10px 0;
  }
  .iderDetailsBox2.fixed {
    top: 60px;
  }
  .iderDetailsBox2 a {
    padding-bottom: 8px;
    margin-bottom: 5px;
  }
  .iderDetailsBox3Item1 .com-ls30,
  .iderDetailsBox3Item3 .com-ls30,
  .iderProductBox1 .rt .com-ls30 {
    margin: 8px 0;
  }
  .iderDetailsBox3Item2 .con .com-ls30 {
    padding: 4%;
  }
  .iderDetailsBox3Item2 .img {
    width: 40%;
  }
  .iderProductBox1Con .item {
    width: calc((100% - 20px) / 3) !important;
    margin: 0 10px 10px 0 !important;
  }
  .iderProductBox1Con .item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .iderDetailsBox5 .con,
  .iderProductBox2 .text,
  .iderProductBox3Con {
    padding: 4%;
  }
  .iderProductBox1 .lt {
    width: 100%;
    margin: 0 0 10px 0;
    position: static;
  }
  .iderProductBox1 .lt .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .iderProductBox1 .menulist .item .tl {
    height: 40px;
    font-size: 16px;
  }
  .iderProductBox1 .menulist .item .downs a {
    margin: 4px 0;
  }
  .iderProductBox2 .img img,
  .iderServcrBox1 .img img,
  .iderServcrBox2 li .img img {
    height: auto;
  }
  .iderProductBox2 .text li {
    line-height: 24px;
  }
  .iderProductBox2 .text ul {
    margin: 8px 0 15px 0;
  }
  .iderProductBox2 .img,
  .iderServcrBox1 .img,
  .iderServcrBox2 li .img {
    width: 40%;
    height: auto;
  }
  .iderProductBox2 .text li {
    padding-left: 15px;
    background-size: 10px;
    background-position-y: 8px;
  }
  .iderProductBox3Con .item .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .iderProductBox3Con .item.active .name {
    display: inline;
  }
  .iderServcrBox1 {
    padding: 20px 4%;
  }
  .iderServcrBox2 li .text {
    padding: 0 0 0 2%;
  }
  .iderServcrBox2 li .text .name {
    margin: 8px 0 10px 0;
  }
  .iderServcrBox2 ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .iderServcrBox2 li .text .icon {
    height: 45px;
  }
  .iderServcrBox1 .lt {
    padding: 0 4% 0 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 48px;
  }
  .headerSwiper .text .con {
    margin: 0;
    width: 100%;
  }
  .com-mores {
    width: fit-content;
    height: 35px;
    font-size: 15px;
    padding: 0 15px;
  }
  .iderindexbox1Con .item,
  .iderindexbox5 ul,
  .footer .top,
  .iderAboutBox4 .lt,
  .iderNav.inner .com-card,
  .iderDetailsBox3Item2 .con,
  .iderDetailsBox5 form .item,
  .iderProductBox2Con,
  .iderServcrBox1,
  .iderServcrBox2 ul li {
    flex-wrap: wrap;
  }
  .iderDetailsBox3Item2 .con .com-ls30 {
    flex: none;
    width: 100%;
  }
  .iderindexbox1Con .item .img,
  .iderindexbox2 .img,
  .iderindexbox5 ul li,
  .footer .top .lt,
  .iderAboutBox1Con .img,
  .iderAboutBox6 .text,
  .iderDetailsBox1 .lt,
  .iderDetailsBox3Item2 .img,
  .iderDetailsBox5 form .item input,
  .iderProductBox2 .img,
  .iderServcrBox1 .img,
  .iderServcrBox2 li .img {
    width: 100%;
  }
  .detailBox1Swiper2,
  .detailBox1Swiper1,
  .iderDetailsBox5 form .item {
    height: auto;
  }
  .iderindexbox1Con .item .text .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderindexbox2 .text li .name {
    margin-bottom: 5px;
  }
  .iderindexbox4 li .img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .iderindexbox4 ul li,
  .iderServcrBox4 li .text {
    padding: 4%;
  }
  .iderindexbox4 li .text {
    margin-top: 0;
  }
  .iderindexbox5 ul li {
    margin-bottom: 10px;
  }
  .iderindexbox4 li .img .icon {
    width: 30px;
  }
  .iderindexbox5 li .text .mores {
    display: block;
    margin-top: 5%;
  }
  .footer .top .lt {
    margin: 0;
  }
  .footer .top ul,
  .iderServcrBox1 .img {
    margin-top: 15px;
  }
  .footer .top .lt input[type="button"] {
    width: 100px;
  }
  .footer .top .lt input[type="email"] {
    width: calc(100% - 100px);
  }
  .footer .top li .name {
    margin-bottom: 15px;
  }
  .footer .bto .ls {
    line-height: 24px;
    width: 100%;
    text-align: center;
  }
  .iderAboutBox1Con .img .icon {
    width: fit-content;
    height: auto;
    padding: 4%;
  }
  .iderAboutBox1Con .img .icon img {
    width: 35px;
  }
  .iderAboutBox1Con .text .ls p {
    margin-bottom: 5px;
  }
  .iderAboutBox4 .ltImg {
    display: none;
  }
  .iderAboutBox4 .con .text p {
    margin-top: 8px;
  }
  .iderAboutBox4 {
    padding: 20px 0;
  }
  .iderAboutBox4 .rt img {
    width: calc((100% - 10px) / 2) !important;
  }
  .iderAboutBox6 .imglist img {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .detailBox1Swiper1 {
    max-height: 100px;
  }
  .iderNav.inner {
    height: auto;
    padding: 10px 0;
  }
  .iderProductBox1Con .item .img img {
    width: 100%;
  }
  .iderProductBox1Con .item {
    width: calc((100% - 10px) / 2) !important;
  }
  .iderProductBox1Con .item:nth-child(3n) {
    margin-right: 10px !important;
  }
  .iderProductBox1Con .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .iderDetailsBox3Item3 table td,
  .iderDetailsBox3Item5 table td {
    padding: 0 15px !important;
    text-align: center;
    white-space: nowrap;
  }
  .iderDetailsBox5 form .item {
    margin: 0;
  }
  .iderDetailsBox5 form .item input {
    margin-bottom: 10px;
    height: 38px;
  }
  .iderProductBox3Con .item .tl {
    height: auto;
    padding: 10px 0;
  }
  .iderServcrBox1 .lt .img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .iderServcrBox1 .lt .img .icon {
    width: 32px;
  }
  .iderServcrBox2 li .text {
    padding: 3% 0 0;
  }
}
@media screen and (max-width: 500px) {
  .headerSwiper .bg {
    height: 45vh;
  }
  .iderAboutBox2 li {
    width: 120px;
    height: 120px;
  }
  .iderDetailsBox3Item4 ul li,
  .iderProductBox1Con .item,
  .iderServcrBox3 ul li,
  .iderServcrBox4 ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .iderAboutBox2 li .icon {
    height: 30px;
  }
}
@media screen and (max-width: 430px) {
  .iderindexbox2 .text ul li {
    width: 100%;
  }
  .iderDetailsBox1 .rt table {
    display: block;
  }
  .detailBox1Swiper1 .img {
    height: 90px;
  }
  .detailBox1Swiper1 .img img {
    object-fit: contain;
  }
  .iderDetailsBox1 .rt table tr td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 420px) {
  .iderAboutBox5 ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 375px) {
  .headerSwiper .bg {
    height: 63vh;
  }
}
@media screen and (max-width: 360px) {
  .headerSwiper .bg {
    height: 80vh;
  }
}
/* #endregion */
