/* #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: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Light.ttf");
  font-display: swap;
} */

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

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

:root {
  --mainColor: #00469b;
  --bg: rgba(249, 249, 252, 1);
  --main-font: "Poppins", sans-serif;
}
body {
  font-family: var(--main-font);
  font-weight: 400;
}
.com-card {
  width: 87.5rem;
  height: 100%;
  margin: 0 auto;
}

/* #endregion  */

/* #region System style */
.system_com_title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 2.25rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px !important;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
  .system_com_title {
    font-size: 18px;
  }
}
/* faq */
.system_faq_box {
  width: 100%;
  height: auto;
  padding: 3.125rem 0;
}
.system_faq_con {
  width: 100%;
  height: auto;
  margin-top: 2.1875rem;
}
.system_faq_item {
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
}
.system_faq_item .tl {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 3.875rem;
  border-radius: 3.125rem;
  padding: 0 1.25rem;
  background-image: linear-gradient(320deg, #f7faff 0%, #f1f3f6 100%);
}
.system_faq_item .icon {
  display: block;
  width: 1.125rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: var(--mainColor);
  margin-right: 1.875rem;
}
.system_faq_item .icon::after {
  display: block;
  content: "";
  width: 1.125rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  transform: rotate(90deg);
  background-color: var(--mainColor);
  transition: all 0.5s;
}
.system_faq_item .tl .name {
  font-size: 1.125rem;
  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: 1rem;
  display: none;
  line-height: 1.625rem;
  color: #a6adb5;
  padding: 1.25rem 2.5rem 1.875rem 3.125rem;
}
.system_faq_item.active .tl {
  background-color: var(--mainColor);
  background-image: none;
  height: auto;
  padding: 0.625rem 1.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: 3.125rem 0;
}

.system_news_con {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.1875rem;
}
.system_news_item {
  position: relative;
  border-radius: 0.375rem;
  margin: 0 1.25rem 1.25rem 0;
  box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.08);
}
.system_news_con_cols4 .system_news_item {
  width: calc((100% - 3.75rem) / 4);
}
.system_news_con_cols3 .system_news_item {
  width: calc((100% - 2.5rem) / 3);
}
.system_news_con_cols2 .system_news_item {
  width: calc((100% - 1.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: 17.875rem;
  overflow: hidden;
  border-radius: 0.375rem 0.375rem 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: 15.3125rem;
  border-radius: 0 0 0.375rem 0.375rem;
  padding: 10%;
}
.system_news_item .text .name {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  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: 1rem;
  line-height: 1.5625rem;
  margin-bottom: 0.9375rem;
  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.9375rem;
  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.9375rem;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.system_news_item .bto .number::before {
  margin-right: 0.25rem;
  transition: all 0.3s;
  font-size: 1.125rem;
  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(2rem);
}
.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(-2rem);
  transform: translateY(-2rem);
}
.system_news_item .bto .author span {
  display: inline-block;
  margin-left: 0.3125rem;
  text-decoration: underline;
}
.system_news_item:hover .name {
  color: var(--mainColor);
}
.system_news_categories {
  position: absolute;
  display: inline-block;
  top: 1.0625rem;
  right: 1.25rem;
  width: fit-content;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.4);
  padding: 0.25rem 0.75rem;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
}
@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: 3.125rem 0;
}

.system_contact_con {
  margin-top: 2.1875rem;
}
.system_contact_con .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.system_contact_con .top li {
  position: relative;
  width: calc((100% - 3.75rem) / 3);
  height: auto;
  background-color: #f4f4f6;
  border-radius: 0.3125rem;
  display: flex;
  min-height: 19.3125rem;
  flex-direction: column;
  transition: all 0.3s;
  justify-content: center;
  padding: 2.5rem 1.875rem;
  border-bottom: 0.25rem solid var(--mainColor);
}
/* .system_contact_con .top li::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.25rem;
  left: 0;
  bottom: 0;
  border-radius: 0.3125rem;
  background-color: var(--mainColor);
} */
.system_contact_con .top li .icon {
  font-size: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
}
.system_contact_con .top li .name {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin: 1.875rem 0 0.625rem 0;
}
.system_contact_con .top li:hover {
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.3);
}
.system_contact_con .top li .ls {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #646c71;
}

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

.system_contact_form .title {
  font-size: 2.25rem;
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
}
.system_contact_form form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 1.5625rem;
}
.system_contact_form input {
  width: 100%;
  height: 3.4375rem !important;
  background-color: #fff !important;
  color: #192436 !important;
  font-size: 1rem !important;
  padding: 0 0.625rem !important;
  outline: none !important;
  transition: all 0.3s !important;
  border-radius: 0.3125rem !important;
  transition: all 0.3s !important;
}

.system_contact_form input:focus,
.system_contact_form textarea:focus {
  border: 0.0625rem solid var(--mainColor);
}
.system_contact_form .formList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5625rem;
}
.system_contact_form .formList input {
  width: calc((100% - 1.25rem) / 2);
}
.system_contact_form textarea {
  width: 100% !important;
  height: 21.875rem !important;
  transition: all 0.3s !important;
  font-size: 1rem !important;
  background-color: #fff !important;
  border-radius: 0.3125rem !important;
  color: #192436 !important;
  padding: 0.625rem 0 0 0.625rem !important;
  margin: 1.5625rem 0;
}
.system_contact_form button[type="submit"],
.system_contact_form button {
  width: 30% !important;
  height: 3.25rem !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  background: var(--baImgBr) !important;
  color: #fff !important;
  margin: 0 auto !important;
}
.system_contact_form button {
  cursor: pointer;
}
.system_contact_form .com-ls24 {
  font-size: 1.125rem;
  color: #000;
}
.system_contact_form .com-ls24 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: 3.125rem 0;
}
.system_list_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.1875rem;
}

.system_list_item {
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.1);
  margin: 0 1.25rem 1.25rem 0;
  border-radius: 0.3125rem;
}
.system_list_con_col4 .system_list_item {
  width: calc((100% - 3.75rem) / 4);
}
.system_list_con_col3 .system_list_item {
  width: calc((100% - 2.5rem) / 3);
}
.system_list_con_col2 .system_list_item {
  width: calc((100% - 1.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: 18rem;
  overflow: hidden;
  border-radius: 0.3125rem 0.3125rem 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: 11.0625rem;
  background-color: #fff;
  padding: 1.25rem 0.9375rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.system_list_item .text .name {
  font-size: 1.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.625rem;
  transition: all 0.3s;
}
.system_list_item .text .ls {
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #a7a7a7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.625rem;
}
.system_list_item .text .mores {
  display: block;
  position: relative;
  width: 9.6875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 1rem;
  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.25rem;
  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: 3.125rem 0;
}
.system_video_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.1875rem;
}

.system_video_item {
  width: calc((100% - 3.75rem) / 4);
  height: auto;
  margin: 0 1.25rem 1.25rem 0;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.4);
  border-radius: 0.3125rem;
}
.system_list_con_col4 .system_video_item {
  width: calc((100% - 3.75rem) / 4);
}
.system_list_con_col3 .system_video_item {
  width: calc((100% - 2.5rem) / 3);
}
.system_list_con_col2 .system_video_item {
  width: calc((100% - 1.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: 15.625rem;
  overflow: hidden;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.system_list_con_col3 .system_video_item .img {
  height: 18.75rem;
}
.system_list_con_col2 .system_video_item .img {
  height: 21.875rem;
}
.system_video_item .img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system_video_item .name {
  width: 100%;
  padding: 0.75rem 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000;
  height: 5rem;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0 0 0.3125rem 0.3125rem;
  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: 3.125rem 0;
  background-color: #f8f8f8;
}

.system_down_con {
  width: 100%;
  height: auto;
  margin-top: 2.1875rem;
  display: flex;
  flex-wrap: wrap;
}
.system_down_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.5625rem;
  border-radius: 0.3125rem;
  padding: 0 1.25rem 1.5625rem 1.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: 1.75rem;
  color: var(--mainColor);
}
.system_down_item .name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  margin: 0 0.9375rem 0 1.875rem;
  transition: all 0.3s;
}
.system_down_item:hover .name {
  color: var(--mainColor);
}
.system_down_item .time {
  font-size: 1rem;
  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: 1rem;
  margin-right: 0.625rem;
  color: #938f8d;
}
.system_down_item .rt .icon2 {
  font-size: 1.875rem;
  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: 3.125rem 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: 1rem;
  color: #000;
}
.system_newsDel_rt {
  width: 25%;
  margin-left: 3.125rem;
}
.system_newsDel_category {
  width: fit-content;
  padding: 0.25rem 0.625rem;
  font-size: 1rem;
  background-color: var(--mainColor);
  color: #fff;
  margin: 0 auto;
  margin-top: 4.375rem;
}
.system_newsDel_box .system_com_title {
  margin: 0.9375rem 0;
}
.system_newsDel_name {
  width: 100%;
  font-size: 0.9375rem;
  color: #bbb;
  text-align: center;
}
.system_newsDel_link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.8125rem 0;
}
.system_newsDel_content {
  margin-bottom: 3.125rem;
}
.system_newsDel_link a {
  display: flex;
  align-items: center;
  font-size: 1.625rem;
  margin-right: 0.625rem;
}
.system_newsDel_link a:last-child {
  margin-right: 0;
}
.system_newsDel_link a i {
  display: inline-block;
  width: 100%;
  font-size: 1.625rem;
  height: 100%;
  color: var(--mainColor);
}
.system_newsDel_content,
.system_newsDel_content p {
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #000;
}
.system_newsDel_bto {
  width: 100%;
  height: auto;
  padding: 1.875rem 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: 2.375rem;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.5);
}
.system_newsDel_bto .lt_prev .icon {
  margin-right: 1.25rem;
}
.system_newsDel_bto .rt_next .icon {
  margin-left: 1.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: 1rem;
  color: #bbb;
}
.system_newsDel_bto .text .ls {
  font-size: 1rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.25rem;
}
.system_newsDel_bto .con {
  font-size: 1.875rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.system_newsDel_rt .title {
  font-size: 2.25rem;
  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: 1.25rem 0;
}
.system_newsDel_rtItem li .img {
  width: 6.25rem;
  overflow: hidden;
  height: 5.625rem;
  border-radius: 0.25rem;
  margin-right: 0.9375rem;
}
.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: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_newsDel_rtItem li .time {
  font-size: 1rem;
  color: #666;
  margin-top: 0.3125rem;
}
.system_newsDel_form {
  width: 100%;
  height: auto;
}
.system_newsDel_form .tl {
  font-size: 1.5rem;
  color: #333 !important;
  font-weight: 700;
  margin: 2.5rem 0 1.25rem 0;
}
.system_newsDel_form form {
  width: 100%;
  height: auto;
}
.system_newsDel_form form input {
  width: 100%;
  display: flex;
  height: 2.9375rem;
  font-size: 1.125rem !important;
  padding-left: 0.9375rem !important;
  border-radius: 0.3125rem !important;
  margin-bottom: 0.9375rem;
  color: #333 !important;
  border: 1px solid #eee !important;
}
.system_newsDel_form form textarea {
  width: 100%;
  display: flex;
  height: 7.5rem;
  color: #333;
  font-size: 1.125rem;
  border-radius: 0.3125rem;
  border: 1px solid #eee;
  padding: 0.625rem 0 0 0.9375rem;
}
.system_newsDel_form form .ls {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  margin: 0.75rem 0 1.25rem 0;
}
.system_newsDel_form form .ls a {
  text-decoration: underline !important;
}
.system_newsDel_form form button {
  width: 9.5rem !important;
  height: 2.9375rem !important;
  border-radius: 0.3125rem !important;
  font-size: 1.125rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff !important;
  text-align: center;
  line-height: 2.9375rem;
  background-color: var(--mainColor);
}
.system_newsDel_table {
  width: 100%;
  height: auto;
  padding-top: 2.5rem;
}

.system_newsDel_table .title {
  width: 100%;
  font-size: 1.5rem;
  color: #323232;
  font-weight: 700;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.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.625rem 0;
}
.system_newsDel_tableCon .item {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.625rem;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  padding-left: 0.9375rem;
  margin-bottom: 1.875rem;
  transition: all 0.3s;
}
.system_newsDel_content h2,
.system_newsDel_content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.625rem 0;
}
.system_newsDel_content table {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  margin: 0.625rem 0;
  overflow: auto;
}
.system_newsDel_content table td {
  border-right: 1px solid #333;
  padding: 0 0.625rem;
  font-size: 1rem;
  height: 2.8125rem;
  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.25rem;
  transform: translateY(-50%);
  display: flex;
  content: "";
  width: 0.5rem;
  transition: all 0.3s;
  height: 0.5rem;
  border-radius: 3.125rem;
  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: 3.125rem 0;
}
.system_aggregation_con {
  margin-top: 2.1875rem;
}
.system_aggregation_item {
  width: 100%;
  height: 43.125rem;
  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: 6.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: 6.25rem;
  margin-right: 0;
}
.system_aggregation_item .text {
  display: block;
  flex: 1;
}
.system_aggregation_item .text .name {
  font-size: 2.25rem;
  color: #000;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.system_aggregation_item .text .ls,
.system_aggregation_item .text .ls p {
  font-size: 1rem;
  color: #484848;
  line-height: 1.5625rem;
  margin-bottom: 0.9375rem;
}
.system_aggregation_item .mores {
  width: 10rem;
  height: 3.25rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 1.875rem;
  background-color: var(--mainColor);
  line-height: 3.25rem;
  border-radius: 0.3125rem;
}
@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: 1.875rem 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: 3.125rem 0;
}
.system_product_del_box .com-card {
  display: flex;
}
.system_product_del_box .lt {
  width: 42.4375rem;
  height: auto;
  margin-right: 2.8125rem;
}
.systemdetailBox1Swiper2 {
  position: relative;
  width: 100%;
  height: 33.3125rem;
  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: 6.125rem;
  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: 2.8125rem !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: 1.125rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0.9375rem 0 1.875rem 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: 1rem;
  color: #000;
  font-weight: 700;
  margin: 0.625rem 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: 1rem;
  height: 3.125rem;
  border-bottom: 1px solid #eee;
  color: #000;
}
.system_product_del_box .rt .quotes {
  width: 13.4375rem;
  height: 2.8125rem;
  color: #fff;
  font-size: 1.125rem;
  cursor: pointer;
  text-align: center;
  margin-top: 2.1875rem;
  line-height: 2.8125rem;
  border-radius: 0.3125rem;
  background-color: var(--mainColor);
}
.system_product_del_box2 {
  width: 100%;
  height: auto;
  padding-top: 1.25rem;
}
.system_product_del_box2 .com-card {
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid #333;
}
.system_product_del_box2 a {
  position: relative;
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 1.25rem;
  display: block;
  margin-right: 2.1875rem;
}
.system_product_del_box2 a::after {
  display: block;
  content: "";
  width: 0;
  height: 0.125rem;
  position: absolute;
  left: 0;
  border-radius: 0.125rem;
  bottom: -0.0625rem;
  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: 1.875rem;
  text-align: left;
  color: #000;
  font-weight: 700;
}
.system_product_del_box3 .item {
  padding: 3.75rem 0;
  border-bottom: 1px solid #eee;
}
.system_product_del_box3Item1 .con {
  margin-top: 2.1875rem;
}
.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: 1rem;
  line-height: 1.875rem;
  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.75rem 0;
}
.system_nav_box .com-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.system_nav_box a,
.system_nav_box span {
  font-size: 1.0625rem;
  color: #000;
  transition: all 0.3s;
}

.system_nav_box a::before {
  font-size: 0.75rem;
  transition: all 0.3s;
  margin: 0 0.1875rem;
}
.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: 4.375rem;
  background-color: #f4f4f6;
}
.system_category_navigation .com-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.system_category_navigation a {
  position: relative;
  font-size: 1.125rem;
  height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 2.8125rem;
}
.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.0625rem;
  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;
  }
}
.single .aligncenter {
  display: block;
  margin: 1.25rem auto;
  text-align: center;
}
.single .alignleft {
  float: left;
  margin: 0.625rem 1.25rem 0.625rem 0;
}
.single .alignright {
  float: right;
  margin: 0.625rem 0 0.625rem 1.25rem;
}

@media screen and (max-width: 768px) {
  .single .alignleft,
  .single .alignright {
    float: none;
    display: block;
    margin: 1rem auto;
    text-align: center;
  }
}
/* #endregion */

/* #region  Page style */
.tranImg {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.55s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.comHover:hover {
  box-shadow: 0 0 15px 4px rgba(0, 51, 102, 0.7);
  transform: translateY(-5px);
}
.com-mores {
  display: flex;
  cursor: pointer;
  width: 13.4375rem;
  height: 3.5rem;
  line-height: 3.5rem;
  opacity: 1;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #fff;
  background: var(--mainColor);
  transition: all 0.3s;
}
.com-mores::after {
  display: block;
  content: "";
  width: 1rem;
  height: 16px;
  background: url(../images/im1.png) no-repeat;
  background-size: contain;
  margin-left: 0.5625rem;
  transition: all 0.3s;
}
.com-mores:hover::after {
  transform: translateX(10px);
}

.com-tl {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--mainColor);
  text-align: center;
}
.com-tl.left {
  text-align: left;
}
.com-ls30,
.com-ls30 p,
.com-ls30 div {
  font-size: 1rem;
  line-height: 1.875rem;
  color: rgba(68, 71, 78, 1);
}
.com-ls24,
.com-ls24 p,
.com-ls24 div {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(68, 71, 78, 1);
}
.com-ls30.white,
.com-ls30.white p,
.com-ls30.white div {
  color: #fff;
}
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  transition:
    transform 0.4s ease-in-out,
    background 0.3s;
  top: 0;
  z-index: 9999;
}
.header.header-hide {
  transform: translateY(-150%);
}
.header.header-visible {
  transform: translateY(0);
}
.header.header-hidden {
  transform: translateY(-100%);
}

.header .logo {
  width: 11.875rem;
  height: auto;
}
.header .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.languageSwitching {
  width: fit-content;
  cursor: pointer;
  height: auto;
}
.languageSwitching p {
  font-size: 1rem;
}
.languageSwitching .icons {
  font-size: 1.25rem;
  cursor: pointer;
  color: #000;
}
.header .search {
  cursor: pointer;
  font-size: 1.25rem;
  color: #000;
  margin: 0 0.75rem 0 1.875rem;
}
.menu-level1 > li,
.menu-level1,
.header .rt,
.header .rts {
  height: 100%;
}
.header .rt {
  flex: 1;
  justify-content: end;
}
.menu-level1 > li > a {
  font-size: 1.125rem;
  color: #000;
}

.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
}
.menu-level1 > li:last-child {
  margin-right: 0;
}
.header.active {
  top: 0;
  box-shadow: 0px 0px 1.875rem 0.3125rem rgba(32, 26, 15, 0.5);
}
.header .rts {
  margin-left: 6%;
}
.header .rts .quotes {
  width: fit-content;
  height: 42px;
  line-height: 1;
  display: flex;
  cursor: pointer;
  background-color: var(--mainColor);
  color: #fff;
  font-size: 1.125rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border-radius: 0.3125rem;
  transition: all 0.3s;
}

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

.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transform: scale(1.2);
  transition: transform 6s linear;
}
.headerSwiper .swiper-slide-active .bg {
  transform: scale(1);
}
.headerSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.headerSwiper .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  bottom: 4.0625rem;
}
.headerSwiper .title {
  font-size: 0.9375rem;
  color: #fff;
  width: fit-content;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  display: none;
  background-color: var(--mainColor);
  margin: 0.625rem 0 1.25rem 0;
}

.headerSwiper .text .tl {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 3.75rem;
  color: #000;
  /* color: rgba(255, 255, 255, 1); */
  vertical-align: top;
  border-radius: 0.125rem;
}
.headerSwiper .text .ls {
  font-size: 1.125rem;
  line-height: 1.875rem;
  display: none;
  color: rgba(224, 225, 230, 1);
  margin: 0.625rem 0 1.875rem 0;
}
.headerSwiper .bto {
  margin-top: 0.375rem;
}
.headerSwiper .bto .mores {
  display: block;
  width: fit-content;
  padding: 0 1.5625rem;
  height: 3.5rem;
  margin-left: 1.25rem;
  line-height: 3.5rem;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  text-align: center;
  border-radius: 0.25rem;
  transition: all 0.3s;
}

.headerSwiper .text .con {
  width: 100%;
  height: auto;
}
.headerSwiper .text .con .lt {
  width: 100%;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.header-pagination {
  position: absolute;
  bottom: 1.5625rem !important;
  z-index: 22;
}
.header-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.5rem;
  border-radius: 0.3125rem;
  opacity: 1;
  background-color: #ffff;
  transition: all 0.3s;
}

.header-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 2.5rem;
}
.header-prev,
.header-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
  width: 3.125rem;
  cursor: pointer;
  height: 3.125rem;
  border-radius: 50%;
  font-size: 1.625rem;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  font-weight: 100;
}
.header-prev {
  left: 4%;
}
.header-next {
  right: 4%;
}
.header-next:hover,
.header-prev:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}
.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 3rem 0;
}

.iderIndexBox1 .title,
.iderIndexBox2 .title {
  font-size: 1.5rem;
  color: #a4a4a4;
  margin-top: 0.3125rem;
}

.iderIndexBox1 .top {
  width: 100%;
  height: auto;
  gap: 0.9375rem;
  margin: 2.1875rem 0 2.8125rem 0;
}
.iderIndexBox1 .top li {
  width: 100%;
  height: 16.6875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.iderIndexBox1 .top li img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.iderIndexBox1 .top li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  z-index: 2;
  padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
}
.iderIndexBox1 .top li .name {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 600;
}
.iderIndexBox1 .top li .mores {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
}
.iderIndexBox1 .top li:hover .mores {
  text-decoration: underline;
  transform: translateX(1.25rem);
}

.iderIndexBox1 .bottom {
  width: 100%;
  height: auto;
  margin-top: 2.1875rem;
}

.iderIndexBox2-prev,
.iderIndexBox2-next,
.iderIndexBox5-prev,
.iderIndexBox5-next {
  width: 3.75rem;
  height: 2.8125rem;
  border: 1px solid #a4a4a4;
  font-size: 2.25rem;
  font-weight: 300;
  transition: all 0.3s;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.iderIndexBox2-next,
.iderIndexBox5-next {
  margin-left: 0.9375rem;
}
.iderIndexBox2-next:hover,
.iderIndexBox2-prev:hover,
.iderIndexBox5-next:hover,
.iderIndexBox5-prev:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.iderIndexBox2Swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  margin-top: 2.8125rem;
  overflow-x: clip;
}
.iderIndexBox2Swiper .con {
  width: 100%;
  height: 30.0625rem;
  border-radius: 0.25rem;
  padding: 1.0625rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(196, 198, 207, 1);
  transition: all 0.3s;
}
.iderIndexBox2Swiper .con:hover .name,
.iderIndexBox2Swiper .con:hover .mores {
  text-decoration: underline;
}
.iderIndexBox2Swiper .img {
  width: 100%;
  height: 18.625rem;
  overflow: hidden;
}
.iderIndexBox2Swiper .text {
  width: 100%;
  height: auto;
  padding: 0.9375rem 1.25rem 0 0;
}
.iderIndexBox2Swiper .text .name {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--mainColor);
  margin-bottom: 0.375rem;
  transition: all 0.3s;
}
.iderIndexBox2Swiper .text .mores {
  font-size: 1rem;
  transition: all 0.3s;
  border-top: 1px solid rgba(196, 198, 207, 1);
  padding-top: 0.625rem;
  margin-top: 0.625rem;
  color: var(--mainColor);
}
.iderIndexBox2Swiper .con:hover {
  border-color: var(--mainColor);
  box-shadow: 0 0 15px 5px rgba(170, 168, 168, 0.5);
}

.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 4.0625rem 0;
  background-color: var(--bg);
}

.iderIndexBox2 ul {
  width: 100%;
  height: auto;
  gap: 1.5625rem;
  margin-top: 2.8125rem;
}

.iderIndexBox2 ul li {
  width: 100%;
  height: auto;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 0.625rem;
  padding: 1.875rem 1.5625rem 1.5625rem;
}
.iderIndexBox2 li img {
  display: block;
  width: 60px;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderIndexBox2 li:hover img {
  transform: translateY(-10px);
}
.iderIndexBox2 li .name {
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #000;
  font-weight: 600;
  margin: 0.9375rem 0 0.5rem 0;
}

.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding-bottom: 4.0625rem;
}
.iderIndexBox3 .imgtop {
  width: 100%;
  height: auto;
}
.iderIndexBox3 .imgtop .com-ls30 {
  font-size: 1.5rem;
  color: #a4a4a4;
  text-align: center;
  margin: 1.5625rem 0;
}
.iderIndexBox3 .imgtop .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.iderIndexBox3 .top {
  width: 100%;
  height: auto;
}
.com-tl.br {
  position: relative;
}
.com-tl.br::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 6rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: var(--mainColor);
}
.iderIndexBox3 .bto ul {
  width: 100%;
  height: auto;
  gap: 1.5625rem;
}
.iderIndexBox3 .bto ul li .icon {
  width: 2.8125rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
  display: block;
  margin-right: 0.9375rem;
}
.iderIndexBox3 .bto ul li:last-child .icon {
  width: 2.1875rem;
}
.iderIndexBox3 .bto li {
  align-items: center;
  border-right: 1px solid #a4a4a4;
}
.iderIndexBox3 .bto li:last-child {
  border-right: none;
}
.iderIndexBox3 .bto li .counter {
  font-size: 3.125rem;
  color: #000;
  font-weight: 600;
}
.iderIndexBox3 .bto li .nu {
  align-items: anchor-center;
}

.iderIndexBox3 .bto li .em {
  font-size: 1.875rem;
  color: #000;
  font-weight: 600;
}
.iderIndexBox3 .bto li .ls {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #a4a4a4;
}

.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 4.0625rem 0;
  background-color: var(--bg);
}
.iderIndexBox4 .top {
  width: 100%;
  height: auto;
}
.iderIndexBox4 .top .videos {
  width: 50%;
  border-radius: 0.3125rem;
  height: auto;
}
.iderIndexBox4 .top .videos video {
  width: 100%;
  border-radius: 0.3125rem;
  height: auto;
}
.iderIndexBox4 .top .text {
  flex: 1;
  padding: 2.1875rem 0 0 3.125rem;
}
.iderIndexBox4 .top .text .title {
  font-size: 1.625rem;
  line-height: 1.5625rem;
  color: #000;
  margin: 0.3125rem 0 0.625rem 0;
}

.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 4.0625rem 0;
  background-color: var(--bg);
}
.iderIndexBox5Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 2.8125rem;
}
.iderIndexBox5 ul {
  width: 100%;
  height: auto;
  gap: 1.25rem;
  margin-top: 2.8125rem;
}
.iderIndexBox5 ul li {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.iderIndexBox5Swiper .img {
  width: 100%;
  height: 16.75rem;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.iderIndexBox5 .bottom {
  width: 100%;
  margin-top: 2.1875rem;
}
.com-tl.white {
  color: #fff;
}
.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 5rem 0;
}
.iderIndexBox6 .title {
  font-size: 1.5rem;
}
.iderIndexBox6 ul {
  width: 100%;
  height: auto;
  gap: 0.9375rem;
  margin-top: 2.1875rem;
}
.iderIndexBox6 ul li {
  width: 100%;
  height: 15.625rem;
}
.iderIndexBox6 li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0.25rem solid #ffff;
}

.iderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 4.6875rem 0;
}
.iderIndexBox7 ul {
  width: 100%;
  height: auto;
}
.iderIndexBox7 ul li {
  width: 12.0625rem;
  height: 14rem;
  background: url(../picture/bg3.png) no-repeat;
  background-size: cover;
}
.iderIndexBox7 ul li img {
  width: 50%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox7 ul li:hover img {
  transform: scale(1.1);
}
.iderIndexBox7 ul li:nth-child(n + 7):nth-child(-n + 11) {
  margin-left: 7.1875rem;
  margin-top: -2.5rem;
}

.iderIndexBox8 {
  width: 100%;
  height: auto;
  padding: 4.6875rem 0;
  background-color: var(--bg);
}

.iderIndexBox8Con {
  width: 100%;
  height: auto;
  margin-top: 3.4375rem;
}

.iderIndexBox8Con .top {
  width: 100%;
  height: 29.375rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.iderIndexBox8Con .top .img {
  display: block;
  width: 55%;
  overflow: hidden;
  border-radius: 0.3125rem;
  margin-right: 0.9375rem;
}

.iderIndexBox8Con .top .text {
  flex: 1;
  background-color: #fff;
  height: 100%;
  padding: 3.75rem 2.5rem 1.25rem 2.5rem;
  box-shadow: 0px 0.5625rem 2.375rem 0px rgba(108, 108, 108, 0.14);
}
.iderIndexBox8Con .type {
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: var(--mainColor);
}
.iderIndexBox8Con .type::before {
  display: block;
  content: "";
  width: 2.1875rem;
  border-radius: 0.125rem;
  margin-right: 0.25rem;
  height: 0.125rem;
  background-color: var(--mainColor);
}
.iderIndexBox8Con .name {
  font-size: 1.125rem;
  color: #000;
}
.iderIndexBox8Con .top .com-ls30 {
  margin-bottom: 2.1875rem;
}
.iderIndexBox8Con .top .name {
  margin: 0.9375rem 0 1.5625rem 0;
  font-weight: 600;
}
.iderIndexBox8Con .time {
  font-size: 1rem;
  color: #000;
}
.iderIndexBox8Con ul {
  width: 100%;
  height: auto;
  gap: 0.9375rem;
  margin-top: 0.9375rem;
}
.iderIndexBox8Con ul .name {
  margin: 0.75rem 0 1.25rem 0;
  font-weight: 600;
}
.iderIndexBox8Con ul li {
  width: 100%;
  height: 18.75rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  box-shadow: 0px 0.5625rem 2.375rem 0px rgba(108, 108, 108, 0.14);
}
.iderIndexBox8Con li .text {
  flex: 1;
  height: 100%;
  padding: 1.5625rem 1.875rem 1.25rem 1.875rem;
}
.iderIndexBox8Con li .mores {
  font-size: 1rem;
  color: #000;
  display: block;
  transition: all 0.3s;
  margin-top: 1.5625rem;
}
.iderIndexBox8Con li:hover .mores {
  color: var(--mainColor);
  transform: translateX(15px);
}
.iderIndexBox8Con li .img {
  display: block;
  width: 55%;
  height: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.iderIndexBox9 {
  width: 100%;
  height: auto;
  padding: 5.3125rem 0;
}
.iderIndexBox9 .text {
  width: 50%;
}
.iderIndexBox9 .text .title {
  font-size: 3rem;
  color: #fff;
  line-height: 3.75rem;
}
.iderIndexBox9 .text .ls {
  font-size: 1.625rem;
  color: #fff;
}
.iderIndexBox9 .img {
  width: 50%;
  height: auto;
  position: relative;
}
.iderIndexBox9 .img .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox9 .form {
  width: 35%;
  height: auto;
  margin-top: 2.8125rem;
}
.iderIndexBox9 form {
  width: 100%;
}
.iderIndexBox9 form input {
  width: 100%;
  height: 45px;
  font-size: 1rem;
  color: #fff;
  padding-left: 0.75rem;
  border-radius: 0.3125rem;
  background-color: transparent;
  margin-bottom: 0.9375rem;
  border-bottom: 0.125rem solid #fff;
}
.iderIndexBox9 form input::placeholder,
.iderIndexBox9 form textarea::placeholder {
  color: #fff;
}
.iderIndexBox9 form textarea {
  font-size: 1rem;
  color: #fff;
  padding: 0.75rem 0 0 0.75rem;
  height: 2.8125rem;
  border-radius: 0.3125rem;
  width: 100%;
  background-color: transparent;
  border-bottom: 0.125rem solid #fff;
}
.iderIndexBox9 form button {
  width: fit-content;
  padding: 0 1.875rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  font-size: 1.125rem;
  color: var(--mainColor);
  text-align: center;
  display: block;
  background-color: #fff;
  cursor: pointer;
  border-radius: 0.3125rem;
  margin-top: 2.1875rem;
}
.footer {
  width: 100%;
  height: auto;
  background-color: var(--bg);
}
.footer .top {
  width: 100%;
  height: auto;
  padding: 2.8125rem 0;
}
.footer .top ul {
  width: 100%;
  justify-content: space-between;
}
.footer .top ul li {
  display: flex;
  flex-direction: column;
}
.footer .top ul li .name {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1.5625rem;
  font-weight: 600;
}
.footer .top ul li a,
.footer .top ul li div {
  cursor: pointer;
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  transition: all 0.3s;
}
.footer .top ul li:last-child {
  width: 30%;
}
.footer .top ul li a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.footer .con {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.footLink a {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.3125rem;
  background-color: var(--mainColor);
  border: 0.0625rem solid #fff;
  transition: all 0.3s;
  margin-right: 0.5625rem;
}
.footLink a:hover {
  transform: translateY(-8px);
}
.footLink a img {
  height: 1.5625rem;
  width: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.footer .con .rt .ls {
  font-size: 1rem;
  color: #000;
  margin-right: 0.9375rem;
}
.footer .con .rt .ls a:hover {
  text-decoration: underline;
}
.footer .con .rt img {
  width: 9.5rem;
  height: 2.5rem;
  object-fit: contain;
}
.footer .bottom {
  width: 100%;
  height: auto;
  padding: 1.625rem 0;
  border-top: 1px solid #a4a4a4;
}
/* #endregion  Page style */

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

/* #endregion  Response style */
