body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, group, menu, nav, section, p, div {
  margin: 0;
  padding: 0;
}

body,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #222;
}

body, button, input, select, textarea, .ant-input, .ant-modal, .ant-alert, .ant-btn, .ant-anchor-wrapper .ant-anchor, .ant-col {
  font-family: "Roboto", Arial, "Microsoft YaHei", sans-serif;
}

fieldset, img {
  border: 0;
}

ul, ol {
  list-style: none;
}

ins, a {
  text-decoration: none;
}

a {
  cursor: pointer;
  color: #222;
}
a:hover {
  color: #3e86c5;
}

textarea {
  resize: none;
}

input:focus {
  outline: 0 none;
}

.width-auto {
  max-width: 1920px;
  margin: 0 auto;
}

.cnt-auto {
  max-width: 1470px;
  margin: 0 auto;
}

.header-wrap {
  background: rgba(255, 255, 255, 0.6);
  height: 120px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9;
}
.header-wrap .header-cnt {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1920px;
  height: 120px;
  width: 100%;
  margin: 0 auto;
}
.header-wrap .header-logo {
  display: flex;
}
.header-wrap .header-nav {
  font-size: 20px;
  gap: 50px;
  display: flex;
  align-items: center;
  color: #333;
  height: 100%;
}
.header-wrap .header-nav .nav-par {
  position: relative;
}
.header-wrap .header-nav .nav-par.nav-active, .header-wrap .header-nav .nav-par:hover {
  color: #3e86c5;
}
.header-wrap .header-nav .nav-par.nav-active:after, .header-wrap .header-nav .nav-par:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 35px;
  height: 5px;
  background: #3e86c5;
  border-radius: 999px;
  transform: translateX(-50%);
}
.header-wrap .header-nav-cnt {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-wrap .header-nav-cnt:hover .header-sub-nav {
  display: flex;
}
.header-wrap .header-sub-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  background: #fff;
  display: none;
}
.header-wrap .header-sub-nav-cnt {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  padding: 30px 50px;
}
.header-wrap .nav-product {
  display: flex;
  align-items: center;
  gap: 30px;
  border-right: 2px solid #e2e2e2;
  margin-right: 60px;
  padding-right: 60px;
  flex-shrink: 0;
}
.header-wrap .nav-product span {
  color: #666;
  font-size: 24px;
}
.header-wrap .nav-product-list {
  font-size: 14px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.header-wrap .nav-product-list a {
  color: #666;
  width: calc(25% - 20px);
}
.header-wrap .nav-product-list a:hover {
  color: #3e86c5;
}
.header-wrap .search {
  display: flex;
  align-items: center;
}
.header-wrap .search .lang-switch {
  color: #333;
  font-size: 24px;
  border-right: 2px solid #333;
  padding-right: 15px;
  margin-right: 15px;
  box-sizing: border-box;
}

.footer-wrap {
  background: #3e86c5;
  padding: 95px 20px 80px;
  box-sizing: border-box;
  margin-top: 110px;
  color: #fff;
}
.footer-wrap .footer-cnt {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.footer-wrap .footer-cnt a {
  color: #fff;
}
.footer-wrap .footer-nav-list {
  display: flex;
  gap: 42px;
}
.footer-wrap .footer-nav-list .footer-nav-li {
  display: flex;
  flex-direction: column;
}
.footer-wrap .footer-nav-list .footer-nav-cnt {
  display: flex;
  flex-direction: column;
}
.footer-wrap .footer-nav-list .footer-nav-title {
  font-size: 18px;
  font-weight: bold;
}
.footer-wrap .footer-nav-list .footer-nav-cnt a {
  font-size: 14px;
  margin-top: 10px;
}
.footer-wrap .footer-nav-row {
  display: flex;
  gap: 20px;
}
.footer-wrap .footer-nav-right {
  margin-left: 30px;
  width: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-wrap .footer-nav-right .footer-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.footer-wrap .footer-nav-right .footer-contact-li {
  width: calc(50% - 10px);
  padding: 10px 0 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-wrap .footer-nav-right .footer-company {
  font-size: 24px;
  font-weight: bold;
}
.footer-wrap .footer-nav-right .footer-address {
  margin-top: 20px;
}
.footer-wrap .footer-nav-right .footer-contact {
  margin-top: 30px;
}

.about-banner {
  width: 100%;
  display: flex;
}
.about-banner img {
  width: 100%;
}

.navigation-wrap {
  background: #eeeded;
  color: #777;
  font-size: 18px;
}
.navigation-wrap .cnt-auto {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 12px;
  box-sizing: border-box;
}
.navigation-wrap .nav-icon {
  width: 32px;
  display: flex;
}
.navigation-wrap .nav-icon img {
  width: 100%;
}

.article-consult {
  margin-top: 26px;
  border-radius: 10px;
  padding: 24px 22px;
  background: #2f82c9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  box-sizing: border-box;
}
.article-consult:hover {
  color: #fff;
}

.text-block {
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media screen and (max-width: 1450px) {
  .footer-wrap .footer-nav-list {
    gap: 26px;
  }
}

/*# sourceMappingURL=public.css.map */
