@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../font/SourceHanSansCN-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../font/SourceHanSansCN-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../font/SourceHanSansCN-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #102759;
  --secondary: #F5BE02;
  --title: #061C33;
  --text: #4A555E;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: 'SourceHanSansCN', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #EEF5FC, #FFFFFF);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
}
@keyframes arrow-top-bottom {
  0% {
    transform: translateY(-5px);
  }
  15% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-5px);
  }
  85% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.syedittext .subtitle {
  color: #858F9E;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}
.syedittext h1 {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 8.9rem;
}
.syedittext h1 span {
  display: block;
  font-weight: 300;
}
.syedittext h2 {
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 6.8rem;
}
.syedittext p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.btn {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: var(--title);
  font-size: 2rem;
  font-weight: 500;
  line-height: 6.2rem;
  background-color: transparent;
}
.btn.primary span {
  color: #fff;
  background-color: var(--primary);
}
.btn.primary i {
  background-color: var(--primary);
}
.btn.primary i::after {
  filter: contrast(0) brightness(2);
}
.btn.primary:hover span {
  color: var(--title);
  background-color: var(--secondary);
}
.btn.primary:hover i {
  background-color: var(--secondary);
}
.btn.primary:hover i::after {
  filter: none;
}
.btn span {
  padding: 0 4.2rem;
  min-width: 20.4rem;
  transition: all 0.3s;
  border-radius: 3.1rem;
  background-color: var(--secondary);
}
.btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 6.2rem;
  transition: all 0.3s;
  margin-left: -1.2rem;
  border-radius: 3.1rem;
  background-color: var(--secondary);
}
.btn i::after {
  content: '';
  display: block;
  width: 26%;
  height: 26%;
  transition: all 0.3s;
  background: url(../img/arrow-r-b.svg) no-repeat center / contain;
}
.btn:hover span {
  color: #fff;
  background-color: var(--primary);
  border-radius: 3.1rem 0 0 3.1rem;
}
.btn:hover i {
  background-color: var(--primary);
  border-radius: 0 3.1rem 3.1rem 0;
}
.btn:hover i::after {
  transform: translateX(-1.8rem);
  filter: contrast(0) brightness(2);
}
.btn_cir {
  gap: 2rem;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  line-height: 5rem;
  background-color: transparent;
}
.btn_cir i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: var(--primary);
}
.btn_cir i::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-r-b.svg) no-repeat center / contain;
}
.btn_cir:hover i {
  transform: scale(1.1);
  background-color: var(--secondary);
}
.btn_cir:hover i::after {
  filter: none;
}
.swiper_btns {
  gap: 3.2rem;
  display: flex;
}
.swiper_btns.middle {
  justify-content: space-between;
  width: 98%;
  max-width: 172rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-r-b.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns div:hover::after {
  filter: none;
}
.swiper_btns .btn_prev::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  border-color: rgba(22, 22, 22, 0.4);
  background-color: transparent;
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_controls div.swiper-pagination {
  width: auto;
  position: static;
  gap: 0.8rem;
  display: flex;
}
.swiper_controls div.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  border: 1px solid var(--title);
  background-color: var(--title);
}
.swiper_controls div.swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
}
.blog_list a {
  display: block;
  position: relative;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  border-radius: 2.2rem;
  padding-bottom: 76.666667%;
}
.blog_list .info .cat {
  position: absolute;
  top: 3rem;
  left: 2.4rem;
  z-index: 2;
  font-size: 1.7rem;
  border-radius: 100px;
  background-color: #fff;
  padding: 0.7rem 2rem 0.8rem;
}
.blog_list .info .date {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 2.4rem;
}
.blog_list .info .title {
  font-weight: 500;
  font-size: 2.8rem;
  margin-top: 0.6rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_list .info .desc {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 2rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_list a {
  display: block;
  position: relative;
}
.case_list a:hover .image i {
  background-color: var(--secondary);
}
.case_list a:hover .image i:hover {
  transform: scale(1.1) rotate(45deg);
}
.case_list a:hover .image i::after {
  filter: none;
}
.case_list a:hover img {
  transform: scale(1.03);
}
.case_list a:hover .info .title {
  text-decoration: underline;
}
.case_list .image {
  position: relative;
}
.case_list .image i {
  width: 12.280702%;
  padding-bottom: 12.280702%;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: all 0.3s;
  background-color: var(--title);
}
.case_list .image i::after {
  content: '';
  display: block;
  width: 34%;
  height: 34%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-r-b.svg) no-repeat center / contain;
}
.case_list .img {
  padding-bottom: 72.807018%;
  mask-image: url(../img/case-mask.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.case_list .info .cat {
  position: absolute;
  top: 2.4rem;
  left: 2.6rem;
  z-index: 2;
  font-size: 1.8rem;
  border-radius: 100px;
  background-color: #fff;
  padding: 0.8rem 1.7rem 0.9rem;
}
.case_list .info .date {
  color: #5C5C5C;
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-top: 3.2rem;
}
.case_list .info .title {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.8rem;
  margin-top: 1.4rem;
  max-width: 41rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company_list .active a .img,
.company_list a:hover .img {
  border-color: var(--secondary);
  outline-color: var(--secondary);
  box-shadow: 1rem 1rem 1rem rgba(216, 216, 216, 0.45);
}
.company_list .active a .info .title,
.company_list a:hover .info .title {
  transform: translate(0);
  text-decoration: underline;
}
.company_list .img {
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 1.6rem;
  border: 1px solid #DDE0E9;
  outline: 1px solid transparent;
  padding-bottom: 69.387755%;
}
.company_list .info {
  overflow: hidden;
}
.company_list .info .cat {
  font-size: 1.8rem;
  margin-top: 3.2rem;
}
.company_list .info .title {
  font-weight: 500;
  font-size: 2.4rem;
  transition: all 0.3s;
  gap: 1.2rem;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  margin-top: 1.6rem;
  transform: translateX(-4.4rem);
}
.company_list .info .title::before {
  content: '';
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  transform: translateY(0.4rem);
  border-radius: 50%;
  background: url(../img/arrow-r-b.svg) no-repeat center / 40% var(--secondary);
}
.company_list .info .address {
  color: #83858B;
  font-size: 1.8rem;
  margin-top: 1.6rem;
}
header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 996;
  transform: translateX(-50%);
  width: calc(100% - 44px);
  max-width: 187.6rem;
  padding: 10px 0;
  transition: all 0.4s;
  border-radius: 17px 17px 17px 0;
  background-color: #fff;
}
header.sticky {
  top: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
header.sticky::after {
  border-radius: 0;
  transform: translateY(-100%);
}
header.sticky .logo {
  transform: translate(0);
}
header::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  width: 42.8rem;
  height: 20px;
  transition: all 0.4s;
  border-bottom-left-radius: 17px;
  background: url(../img/header-mask.svg) no-repeat right bottom / cover;
}
header .content {
  max-width: 179.4rem;
  padding: 0 3rem;
}
header .flex {
  gap: 5rem;
}
header .logo {
  display: block;
  position: relative;
  transition: all 0.4s;
  transform: translateY(8px);
}
header .logo img {
  display: block;
  width: auto;
  height: 70px;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav {
  margin-left: auto;
}
header nav .menu {
  gap: 4rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 20px;
  line-height: 54px;
  transition: all 0.3s;
}
header nav .menu > li > a:hover {
  color: var(--secondary);
}
header nav .menu > li.current-menu-item,
header nav .menu > li.current-menu-parent {
  color: var(--secondary);
}
header nav .menu > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  padding: 16px 24px;
}
header nav .menu > li:hover > ul > li {
  transform: translate(0);
}
header nav .sub-menu {
  left: -24px;
  position: absolute;
  min-width: 200px;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px 24px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
header nav .sub-menu > li {
  transition: all 0.4s;
  margin-bottom: 5px;
  transform: translateY(-16px);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 8px 0;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: transparent;
}
header nav .sub-menu > li > a:hover {
  color: var(--secondary);
}
header nav .sub-menu > li.current-menu-item > a {
  color: var(--secondary);
}
header .btns {
  min-height: 54px;
  gap: 4.3rem;
  display: flex;
  align-items: center;
}
header .btn_search {
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_lang {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
header .btn {
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
  margin-left: 1rem;
}
header .btn:hover span {
  border-radius: 27px 0 0 27px;
}
header .btn:hover i {
  border-radius: 0 27px 27px 0;
}
header .btn span {
  padding: 0 4.3rem 4px;
  min-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
}
header .btn i {
  width: 54px;
  height: 54px;
  border-radius: 27px;
}
footer {
  position: relative;
  z-index: 9;
  background-color: #fff;
}
footer .main {
  padding: 10.8rem 0 17rem;
}
footer .foot_intro {
  width: 30.2rem;
}
footer .foot_intro .logo {
  display: block;
  position: relative;
  max-width: 25.8rem;
}
footer .foot_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .foot_intro .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .foot_intro .intro {
  color: var(--text);
  margin-top: 4.2rem;
}
footer .foot_intro .social {
  gap: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
footer .foot_intro .social li {
  position: relative;
}
footer .foot_intro .social li:hover .qrcode {
  transform: translate(-50%, -1rem);
}
footer .foot_intro .social a,
footer .foot_intro .social span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid #DBDBDB;
  background: no-repeat center / contain;
}
footer .foot_intro .social a:hover,
footer .foot_intro .social span:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
footer .foot_intro .social .qrcode {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform-origin: center bottom;
  transform: translateX(-50%) scale(0);
  width: 13.2rem;
  height: 13.2rem;
  padding: 0.5rem;
  transition: all 0.3s;
  border-radius: 1rem;
  border: 1px solid #DBDBDB;
  background-color: #fff;
}
footer .foot_intro .social .wechat span {
  background-image: url(../img/social-wechat.svg);
}
footer .foot_intro .social .weibo a {
  background-image: url(../img/social-weibo.svg);
}
footer .foot_intro .social .douyin a {
  background-image: url(../img/social-douyin.svg);
}
footer .foot_navs {
  flex: 1;
  max-width: 83.9rem;
  padding-top: 2.6rem;
}
footer .foot_nav {
  min-width: 27.890346%;
}
footer .foot_nav strong {
  display: block;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 2.5rem;
}
footer .foot_nav li + li {
  margin-top: 0.6rem;
}
footer .foot_nav a {
  vertical-align: auto;
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
  transition: all 0.3s;
}
footer .foot_nav a:hover {
  color: var(--secondary);
}
footer .copyright {
  opacity: 0.7;
  font-size: 1.5rem;
}
footer .bottom {
  padding: 2.2rem 0;
}
footer .bottom ul {
  display: flex;
  flex-wrap: wrap;
}
footer .bottom li {
  display: flex;
  align-items: center;
}
footer .bottom li:last-child::after {
  display: none;
}
footer .bottom li::after {
  content: '';
  display: block;
  width: 1px;
  height: 1.3rem;
  margin: 0 2.2rem;
  background-color: #DADDE1;
}
footer .bottom a {
  display: block;
  opacity: 0.68;
  font-size: 1.5rem;
  transition: all 0.3s;
}
footer .bottom .copyright a{
  display: inline-block;
}
footer .bottom a:hover {
  opacity: 1;
  color: var(--secondary);
}
.footer_gallery {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-bottom: -5.8rem;
  background-color: #fff;
}
.footer_gallery .mask {
  width: 113.958333%;
  max-width: 218.8rem;
  position: absolute;
  left: 50%;
  top: -20.2rem;
  z-index: 2;
  transform: translateX(-50%);
  filter: contrast(0) brightness(2);
}
.footer_gallery .footer_gallery_swiper {
  max-width: 256rem;
  margin: 0 auto;
}
.footer_gallery .footer_gallery_swiper .swiper-wrapper {
  transition: linear;
}
.footer_gallery .footer_gallery_swiper .img {
  border-radius: 2.2rem;
  padding-bottom: 81.762918%;
}
.footer_gallery .footer_gallery_swiper .img:hover img {
  transform: scale(1.03);
}
.footer_contact {
  width: calc(100% - 6rem);
  max-width: 164.8rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4rem;
  background-color: #E8F4F9;
  padding: 10.6rem 0 9.4rem;
  position: relative;
  z-index: 3;
}
.footer_contact .head {
  flex: 1;
  max-width: 46.6rem;
}
.section_banner {
  max-width: 256rem;
  margin: 0 auto;
}
.section_banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 39.166667%;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  background-image: linear-gradient(to right, #0B1B35, transparent);
}
.section_banner .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section_banner .flex {
  height: 100vh;
  max-height: 91.6rem;
  min-height: max-content;
  padding: 22.6rem 0 14.2rem;
}
.section_banner .head {
  color: #fff;
  max-width: 84rem;
}
.section_banner .head p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 3.5rem;
  max-width: 56rem;
  margin-top: 1.8rem;
  min-height: 4.8rem;
}
.section_banner .head .btn {
  margin-top: 3.2rem;
}
.default_head{
  padding: 15rem 0 9rem;
  background-color: #eee;
}
.default_head h1{
  font-size: 4.5rem;
}
.default_body{
  padding: 5rem 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #171717;
}

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}
.default_body ul li::before {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
  background-color: var(--theme_color);
  content: '';
}

div.search-block {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(150px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover {
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
} 

.jst-language-switcher.lang-icon{
  display: none;
}

.loading {
	position: relative;
}
.loading:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/load.gif') no-repeat center;
  background-size: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  header .logo img {
    height: 60px;
  }
  header nav .menu > li > a {
    font-size: 18px;
  }
  header nav .sub-menu > li > a {
    font-size: 16px;
  }
  header .btns {
    gap: 3rem;
  }
  header .btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  .swiper_content {
    padding: 1.5rem 3rem;
  }
  header::after {
    width: 37rem;
  }
  header .flex {
    gap: 3rem;
  }
  header .logo img {
    height: 50px;
  }
  header nav .menu {
    gap: 3rem;
  }
  header nav .menu > li > a {
    font-size: 16px;
  }
  header nav .sub-menu > li > a {
    font-size: 15px;
  }
  header .btn {
    height: 54px;
  }
  header .btn:hover span {
    border-radius: 27px;
  }
  header .btn i {
    display: none;
  }
  .footer_gallery .mask {
    top: -16rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .footer_gallery .mask {
    top: -12rem;
  }
}
@media screen and (max-width: 1024px) {
  .mega_menu,
  .mega_overlay {
    display: none !important;
  }
  header.sticky nav {
    top: 0;
    left: 0;
    width: 100%;
  }
  header nav {
    position: fixed;
    left: -22px;
    top: -16px;
    z-index: 999;
    width: calc(100% + 44px);
    height: 100vh;
    pointer-events: none;
    transition: all 0.4s;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  header nav .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li > a {
    color: var(--title);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  header nav .con .menu > li > a:hover {
    color: var(--secondary);
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--secondary);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title);
  }
  header nav .con .sub-menu li a::after {
    display: none;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--secondary);
  }
  header .btns {
    gap: 30px;
    min-height: 54px;
  }
  header .btn_search,
  header .btn_lang {
    width: 22px;
    height: 22px;
  }
  header .btn_menu {
    order: -1;
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 30px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .syedittext h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .syedittext h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .syedittext .desc,
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
  }
  .btn {
    font-size: 14px;
  }
  .btn span {
    padding: 0 20px;
    line-height: 42px;
    min-width: 120px;
  }
  .btn i {
    width: 42px;
    height: 42px;
  }
  .btn_cir {
    gap: 12px;
    font-size: 14px;
    line-height: 42px;
  }
  .btn_cir i {
    width: 42px;
    height: 42px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 42px;
    height: 42px;
  }
  .blog_list .img {
    border-radius: 10px;
  }
  .blog_list .info .cat {
    left: 10px;
    top: 10px;
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog_list .info .date {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_list .info .title {
    font-size: 16px;
  }
  .blog_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
  .case_list .info .cat {
    left: 10px;
    top: 10px;
    font-size: 14px;
    padding: 8px 16px;
  }
  .case_list .info .date {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .case_list .info .title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .case_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
  .company_list .info .cat {
    font-size: 14px;
    margin-top: 15px;
  }
  .company_list .info .title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
    gap: 8px;
    transform: translateX(-28px);
  }
  .company_list .info .title::before {
    width: 20px;
    height: 20px;
  }
  .company_list .info .address {
    font-size: 14px;
    margin-top: 12px;
  }
  header {
    padding: 9px 0;
    width: calc(100% - 40px);
    border-radius: 10px 10px 10px 0;
  }
  header::after {
    width: 200px;
    height: 10px;
    top: calc(100% - 1px);
    border-bottom-left-radius: 10px;
  }
  header .content {
    padding: 0 20px;
  }
  header .logo {
    transform: translateY(4px);
  }
  header .logo img {
    height: 40px;
  }
  header nav {
    width: calc(100% + 40px);
    left: -20px;
  }
  header .btns {
    gap: 26px;
    min-height: 46px;
  }
  header .btn {
    margin: 0;
    font-size: 14px;
  }
  header .btn span {
    padding: 0 20px 2px;
    line-height: 42px;
    min-width: 120px;
  }
  header .btn i {
    width: 42px;
    height: 42px;
  }
  footer .main {
    padding: 50px 0;
  }
  footer .foot_intro {
    width: 220px;
  }
  footer .foot_intro .logo {
    max-width: 160px;
  }
  footer .foot_intro .intro {
    margin-top: 20px;
  }
  footer .foot_intro .social {
    margin-top: 20px;
  }
  footer .foot_intro .social .qrcode {
    left: 100%;
  }
  footer .foot_navs {
    padding: 0;
  }
  footer .foot_nav strong {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  footer .foot_nav li + li {
    margin-top: 10px;
  }
  footer .foot_nav a {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .bottom {
    padding: 20px 0;
  }
  .footer_gallery {
    margin-bottom: -20px;
  }
  .footer_gallery .mask {
    top: 0;
    transform: translate(-50%, -70%);
  }
  .footer_gallery .footer_gallery_swiper .img {
    border-radius: 10px;
  }
  .footer_contact {
    padding: 50px 0;
    border-radius: 20px;
  }
  .section_banner .flex {
    height: auto;
    min-height: 30vh;
    max-height: unset;
    padding: 130px 0 50px;
  }
  .section_banner .head {
    max-width: 50%;
  }
  .section_banner .head p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .section_banner .head .btn {
    margin-top: 20px;
  }
  .default_head{
    padding: 5rem 0;
  }
  .default_head h1{
    font-size: 2rem;
  }
  .default_body{
    padding: 3rem 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  
  .default_body h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1rem 0 1rem;
  }
  .default_body h3 {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1rem 0;
  }
  .default_body p {
    margin: 1rem 0;
  }
  
  
  .default_body ul li {
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1rem;
  }
  .default_body ul li:last-child {
    margin-bottom: 0;
  }
  .default_body ul li::before {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    left: 0;
    top: 0.8rem;
    border-radius: 50%;
    background-color: var(--theme_color);
    content: '';
  }

  div.search-block .searchform {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  div.search-block input[type='text'] {
    flex: 1;
  }

  div.search-block input[type='submit'] {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 2.2vw 0 1.2vw;
    background: url(../img/page_home-header_search.svg) no-repeat center;
    background-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all ease;
    cursor: pointer;
    border: none;
    outline: none;
  }

  div.search-block div.content {
    position: unset;
  }

  div.search-block .searchform input[type='text'] {
    font-size: 22px;
    height: 70px;
  }

  .wd-action-btn {
    width: 25px;
    height: 25px;
    top: unset;
    right: 2rem;
    bottom: 2rem;
  }

  div.search-block {
    height: 100%;
    width: 100%;
    top: 120%;
    bottom: unset;
    display: none;
  }

  div.search-block.active {
    top: 20%;
    display: block;
    height: 80%;
    transform: translateY(0);
  }

  .search-block input[type="submit"]:not(:disabled):hover { 
    background-size: 1.4rem;
    border: none;
  }

 
}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }
  header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
    border-radius: 0;
  }
  header::after {
    display: none;
  }
  header .logo {
    transform: translate(0);
  }
  header nav {
    top: 0;
    left: 0;
    width: 100%;
  }
  header .btn_menu {
    order: unset;
  }
  header .btn {
    display: none;
  }
  footer .main {
    display: block;
    padding-bottom: 20px;
  }
  footer .foot_intro {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  footer .foot_navs {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  footer .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .foot_nav > div li + li {
    margin-top: 14px;
  }
  footer .foot_nav > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .bottom {
    flex-direction: column-reverse;
  }
  .footer_gallery {
    margin-bottom: 10px;
  }
  .footer_contact {
    width: 100%;
    border-radius: 0;
    padding: 30px 0;
  }
  .footer_contact .flex {
    display: block;
  }
  .footer_contact .btn {
    margin-top: 20px;
  }
  .section_banner::before {
    right: 0;
  }
  .section_banner .flex {
    padding: 40px 0;
  }
  .section_banner .head {
    max-width: 100%;
  }
}
