body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
figure,
figcaption,
header,
footer,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  font: 14px/1 "Urbanist", sans-serif;
  color: #000;
  background: #fff;
  scroll-behavior: smooth;
}
button,
input,
textarea {
  font: 14px/1 "Urbanist", sans-serif;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 5027033 */
  src: url('/font/iconfont.woff2') format('woff2'), url('/font/iconfont.woff') format('woff'), url('font/iconfont.ttf') format('truetype');
}
button,
input,
select {
  vertical-align: middle;
  font-size: 100%;
  outline: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
}
em,
i,
var {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
button,
input[type=button],
input[type=search],
input[type=submit],
select,
textarea {
  -webkit-appearance: none;
  border-image: none;
  border-radius: 0;
  border: 0 none;
}
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
.lock {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
}
.view-more {
  padding: 2vw 0;
  text-align: center;
  border-radius: 10vw;
  color: #000;
  font-weight: 500;
  font-size: 4vw;
  background: rgba(0, 0, 0, 0.04);
}
.module {
  padding: 50px 20px;
  box-sizing: border-box;
}
.module.even {
  background: rgba(0, 0, 0, 0.02);
}
.module img {
  max-width: 100%;
}
.module .wrapper > header {
  text-align: center;
}
.module .wrapper > header.left {
  text-align: left;
}
.module .wrapper > header h1 {
  font-size: 9vw;
  line-height: 1.3;
  margin-bottom: 10px;
}
.module .wrapper > header h2 {
  margin-bottom: 10px;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1.2;
}
.module .wrapper > header h2.center {
  text-align: center;
}
.module .wrapper > header .title p {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.module .wrapper > header .title p em {
  color: #000;
}
.module .wrapper > header .desc {
  font-size: 4vw;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.module .wrapper > header .desc.special {
  margin: 5vw 0;
  color: #000;
  font-size: 4.5vw;
  font-weight: 500;
}
.module .wrapper > header .desc h3 {
  margin: 10px 0;
  font-size: 4vw;
  color: #000;
}
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  z-index: 99;
  box-sizing: border-box;
  background-color: #fff;
}
.site-header .logo {
  font-family: "iconfont";
  color: #000;
  font-size: 3vw;
}
.site-header .menu-wrap {
  display: flex;
  justify-content: end;
  box-sizing: border-box;
}
.site-header .menu-wrap .menu-expand-btn {
  padding: 5px;
  display: flex;
  flex-direction: column;
  width: 30px;
  height: 30px;
  justify-content: space-between;
  box-sizing: border-box;
}
.site-header .menu-wrap .menu-expand-btn .line {
  width: 100%;
  height: 2px;
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.site-header .menu-wrap .menu,
.site-header .menu-wrap .btn {
  display: none;
}
.site-header .menu-wrap.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 30% 0 10%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(100px);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
.site-header .menu-wrap.show .menu-expand-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.site-header .menu-wrap.show .menu-expand-btn .line {
  background-color: #000;
}
.site-header .menu-wrap.show .menu-expand-btn .line:nth-of-type(1) {
  transform: rotate(45deg) translate(18%, 0);
}
.site-header .menu-wrap.show .menu-expand-btn .line:nth-of-type(2) {
  transform: rotate(-45deg) translate(8%, 0);
}
.site-header .menu-wrap.show .menu-expand-btn .line:nth-of-type(3) {
  display: none;
}
.site-header .menu-wrap.show .menu,
.site-header .menu-wrap.show .btn {
  display: block;
}
.site-header .menu-wrap.show .menu {
  font-size: 30px;
  line-height: 1;
}
.site-header .menu-wrap.show .menu > li {
  margin-top: 27px;
  text-align: center;
}
.site-header .menu-wrap.show .menu > li em {
  color: #364AFF;
}
.site-header .menu-wrap.show .menu > li a {
  color: rgba(0, 0, 0, 0.5);
}
.site-header .menu-wrap.show .btn {
  display: flex;
  padding: 10px 10px 10px 25px;
  color: #fff;
  background: #000000;
  border-radius: 200px;
  font-size: 18px;
  line-height: 25px;
}
.site-header .menu-wrap.show .btn:after {
  margin-left: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  content: "\e61a";
  font-family: "iconfont";
  color: #000;
  background-color: #fff;
}
.site-footer {
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.04);
}
.site-footer .content,
.site-footer .copyright {
  padding: 0 20px;
}
.site-footer .contact > h3 {
  font-size: 5vw;
  font-weight: 600;
}
.site-footer .contact > p {
  margin: 2vw 0 3vw;
  font-size: 3vw;
  color: #8A8D9A;
}
.site-footer .contact .whatsapp {
  padding: 1vw 3vw;
  background-color: #000;
  display: inline-block;
  font-size: 3.5vw;
  line-height: 4.5vw;
  vertical-align: top;
  border-radius: 4.5vw;
  color: #fff;
}
.site-footer .contact .whatsapp:before {
  font-size: 4.5vw;
  margin-right: 10px;
  content: "\e618";
  font-family: "iconfont";
  vertical-align: top;
}
.site-footer .contact .mail {
  margin-top: 3vw;
  font-size: 3vw;
}
.site-footer .contact .mail > a {
  color: #000;
}
.site-footer .middle-message {
  padding: 50px 0 40px;
  display: flex;
  justify-content: space-between;
}
.site-footer .menus {
  font-size: 2.5vw;
  display: flex;
  flex-direction: column;
}
.site-footer .menus > a {
  margin-bottom: 2vw;
  color: #000;
}
.site-footer .categories {
  width: 58vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 2.5vw;
}
.site-footer .categories > a {
  padding: 1vw 2vw;
  border-radius: 40px;
  box-sizing: border-box;
  color: #000;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.site-footer .categories > a:nth-of-type(even) {
  margin-left: 2vw;
  flex: 1;
  text-align: center;
}
.site-footer .copyright {
  padding: 20px;
  border-top: 0.5px solid #D9D9D9;
  display: flex;
  font-size: 2.5vw;
  justify-content: space-between;
}
.site-footer .copyright a {
  display: none;
}
.view-more-btn {
  text-align: center;
  font-family: "iconfont";
  font-size: 7vw;
}
.banner {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.banner .content {
  padding: 10vw 20px;
  text-align: center;
}
.banner .content h3 {
  font-size: 7vw;
}
.banner .content .desc {
  margin: 5vw 0 8vw;
  font-size: 4vw;
}
.banner .content .btn > a {
  padding: 3vw 10vw;
  font-size: 3.5vw;
  color: #fff;
  background-color: #000;
  border-radius: 10vw;
}
.banner figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner figure:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 18, 55, 0) 0%, rgba(17, 18, 55, 0.9) 100%);
}
.banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.analysis {
  display: flex;
  flex-wrap: wrap;
}
.analysis > li {
  position: relative;
  margin-top: 10vw;
  padding-left: 3vw;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.analysis > li:before {
  position: absolute;
  left: 0;
  top: 20%;
  width: 2px;
  height: 70%;
  content: "";
  background-color: #000;
  border-radius: 2px;
}
.analysis > li h4 {
  font-size: 7vw;
  line-height: 1.5;
}
.analysis > li .desc {
  font-size: 4vw;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gained-trust {
  font-size: 4vw;
}
.gained-trust > header {
  margin: 15vw 0 5vw;
  padding: 0 3vw;
  text-align: center;
  font-size: 4vw;
  line-height: 1.8;
}
.gained-trust > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gained-trust > ul > li {
  margin: 2vw 0;
  display: flex;
  align-items: center;
  color: #001729;
  padding-left: 10vw;
}
.gained-trust > ul > li .icon {
  margin-right: 3vw;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  flex-shrink: 0;
  text-align: center;
  border-radius: 10vw;
  font-size: 10vw;
  color: #fff;
  font-family: "iconfont";
  background: #001729;
}
.production-list-wrap .video {
  margin-bottom: -11vw;
}
.production-list {
  display: flex;
  flex-wrap: wrap;
}
.production-list.gary li > a {
  border-color: rgba(141, 145, 154, 0.16);
  background: rgba(248, 248, 248, 0.7);
}
.production-list > li {
  margin-top: 5%;
  width: 50%;
  box-sizing: border-box;
}
.production-list > li:nth-of-type(odd) {
  padding-right: 2.5%;
}
.production-list > li:nth-of-type(even) {
  padding-left: 2.5%;
}
.production-list > li > a {
  padding: 8%;
  display: block;
  border-radius: 8%;
  border: 1px solid transparent;
  backdrop-filter: blur(40px);
  color: #000;
  text-align: center;
  font-size: 4vw;
  line-height: 1.5;
}
.production-list > li > a:hover {
  background: #fff;
  border-color: #000;
}
.production-list > li .desc {
  margin: 2vw 0;
  color: rgba(0, 0, 0, 0.5);
}
.service-wrap {
  padding: 10vw 0 10px;
  margin-right: -20px;
  overflow: auto;
}
.service-wrap .service-list {
  display: flex;
}
.service-wrap .service-list > li {
  margin-right: 5%;
  padding: 5% 5% 10%;
  position: relative;
  width: 85vw;
  flex-shrink: 0;
  border-radius: 10vw;
  height: 100vw;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 4vw;
}
.service-wrap .service-list > li > figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-wrap .service-list > li > figure::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(1, 13, 21, 0.3);
}
.service-wrap .service-list > li > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-wrap .service-list > li .content {
  padding: 5% 10% 0 0;
}
.service-wrap .service-list > li .content .title {
  font-weight: 500;
  font-size: 6vw;
}
.service-wrap .service-list > li .content .desc {
  margin-top: 5%;
  font-weight: 300;
  line-height: 1.5;
  text-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.service-wrap .service-list > li .tags-list {
  margin-bottom: 10vw;
}
.service-wrap .service-list > li .tags-list > li {
  margin: 2vw 0;
  display: flex;
  align-items: center;
}
.service-wrap .service-list > li .tags-list > li:before {
  margin-right: 2vw;
  width: 6vw;
  height: 6vw;
  line-height: 6vw;
  font-size: 6vw;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "\e630";
  font-family: "iconfont";
}
.service-wrap .service-list > li .more-btn > a {
  padding: 1vw 5vw;
  color: #fff;
  border-radius: 10vw;
  border: 2px solid #fff;
}
.article-wrap {
  margin-right: -20px;
  overflow: auto;
  padding: 10vw 0 10px;
}
.article-wrap .article-list {
  display: flex;
}
.article-wrap .article-list > li {
  width: 80vw;
  flex-shrink: 0;
  margin-right: 5%;
  box-sizing: border-box;
}
.article-wrap .article-list > li a {
  padding: 5%;
  background: rgba(251, 252, 255, 0.7);
  border: 1px solid rgba(141, 145, 154, 0.16);
  backdrop-filter: blur(40px);
  display: block;
  border-radius: 5vw;
  color: #000;
}
.article-wrap .article-list > li a > figure {
  margin-bottom: 5vw;
  border-radius: 5vw;
  overflow: hidden;
  width: 100%;
  height: 50vw;
}
.article-wrap .article-list > li a > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-wrap .article-list > li a .content {
  padding: 0 2%;
}
.article-wrap .article-list > li a .title {
  font-size: 4.5vw;
  line-height: 1.3;
}
.article-wrap .article-list > li a .desc {
  display: none;
}
.faq-list > li {
  margin: 5vw 0;
  font-size: 4vw;
  line-height: 1.5;
}
.faq-list > li .question {
  padding: 5%;
  background: rgba(255, 255, 255, 0.9);
  border: 0.5px solid rgba(141, 145, 154, 0.16);
  backdrop-filter: blur(15px);
  border-radius: 5vw;
  display: flex;
  align-items: center;
}
.faq-list > li .question:after {
  margin-left: 5vw;
  content: "+";
  font-size: 6vw;
  font-weight: 200;
}
.faq-list > li .answer {
  padding: 5% 5% 0;
  color: rgba(0, 0, 0, 0.5);
  max-height: 0;
  overflow: hidden;
}
.faq-list > li.expand .question:after {
  content: "-";
}
.faq-list > li.expand .answer {
  max-height: 500vw;
  transition: all 1s linear;
}
.intro-swiper-wrap {
  margin-right: -20px;
  overflow: auto;
  padding: 10vw 0 10px;
}
.intro-swiper-wrap .intro-swiper-list {
  display: flex;
}
.intro-swiper-wrap .intro-swiper-list > li {
  position: relative;
  flex-shrink: 0;
  width: 85vw;
  margin-right: 5%;
  height: 50vw;
  border-radius: 5vw;
  overflow: hidden;
  font-size: 4vw;
  line-height: 1.5;
}
.intro-swiper-wrap .intro-swiper-list > li > figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intro-swiper-wrap .intro-swiper-list > li > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-swiper-wrap .intro-swiper-list > li .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
}
.startup {
  position: relative;
  background: url("/images/startup.png") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.startup:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(37, 61, 104, 0.8);
}
.startup > .wrapper {
  position: relative;
  z-index: 1;
}
.startup h3 {
  font-size: 6vw;
}
.startup p {
  margin: 2vw 0 8vw;
  font-size: 4vw;
}
.startup .btn {
  line-height: 1;
}
.startup .btn > a {
  padding: 2vw 5vw;
  color: #fff;
  border-radius: 10vw;
  font-size: 4vw;
  border: 2px solid #fff;
}
.reviews-wrap {
  margin-right: -20px;
  overflow: auto;
  padding: 10vw 0 10px;
}
.reviews-wrap .reviews-list {
  display: flex;
}
.reviews-wrap .reviews-list > li {
  margin-right: 5%;
  width: 90vw;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 5%;
  background: rgba(248, 248, 248, 0.7);
  border: 1px solid rgba(141, 145, 154, 0.16);
  backdrop-filter: blur(40px);
  border-radius: 5vw;
}
.reviews-wrap .reviews-list > li > header {
  display: flex;
  align-items: center;
  font-size: 4vw;
  line-height: 1.2;
}
.reviews-wrap .reviews-list > li > header .avatar {
  margin-right: 4vw;
  width: 14vw;
  height: 14vw;
  border-radius: 50%;
  overflow: hidden;
}
.reviews-wrap .reviews-list > li > header .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-wrap .reviews-list > li > header .title {
  font-size: 3vw;
  color: rgba(0, 0, 0, 0.5);
}
.reviews-wrap .reviews-list > li .content {
  position: relative;
  margin: 20px 0 0;
  padding: 20px;
  font-size: 4vw;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
}
.reviews-wrap .reviews-list > li .content .icon {
  position: absolute;
  font-size: 20px;
  font-family: "iconfont";
  color: #eeeeee;
}
.reviews-wrap .reviews-list > li .content:before {
  position: absolute;
  font-size: 20px;
  font-family: "iconfont";
  color: #eeeeee;
  left: 0;
  top: 0;
  content: "\e639";
}
.reviews-wrap .reviews-list > li .content:after {
  position: absolute;
  font-size: 20px;
  font-family: "iconfont";
  color: #eeeeee;
  right: 0;
  bottom: 0;
  content: "\e62e";
}
.contact-flexbox {
  background: rgba(0, 0, 0, 0.02);
}
.card {
  margin-top: 4vw;
  padding: 15px 15px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(40px);
}
.card > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card > header .name {
  font-size: 6vw;
  line-height: 1.5;
}
.card > header .title {
  font-size: 3.5vw;
  color: rgba(0, 0, 0, 0.5);
}
.card > header .avatar {
  position: relative;
  flex-shrink: 0;
  width: 15vw;
  height: 15vw;
}
.card > header .avatar figure {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #8e909a;
}
.card > header .avatar::after {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 4vw;
  line-height: 4vw;
  text-align: center;
  content: "\e61e";
  font-family: "iconfont";
  color: #fff;
  border-radius: 2vw;
  font-size: 2vw;
  background-color: #000;
}
.card > footer {
  padding-top: 5vw;
}
.card > footer > a {
  margin-top: 3vw;
  color: #000;
  font-size: 4vw;
  display: flex;
}
.card > footer > a:before {
  margin-right: 1.5vw;
  width: 5vw;
  height: 5vw;
  font-size: 4vw;
  border-radius: 5vw;
  font-family: "iconfont";
}
.card > footer > a.whatsapp:before {
  content: "\e63b";
}
.card > footer > a.mail:before {
  font-size: 5vw;
  content: "\e62f";
}
.card .caption {
  margin: 5vw 0 3vw;
  font-size: 6vw;
}
.card .button {
  padding: 2.5vw 0;
  text-align: center;
  font-size: 4vw;
  background-color: #000;
  color: #fff;
  display: block;
  border-radius: 10vw;
}
.check-list li {
  font-size: 4vw;
  line-height: 1.4;
  display: flex;
  align-items: center;
  color: #000;
}
.check-list li:before {
  margin-right: 2vw;
  width: 3.5vw;
  height: 3.5vw;
  line-height: 3.5vw;
  font-size: 3vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 3.5vw;
  background-color: rgba(0, 0, 0, 0.06);
  content: "\e634";
  font-family: "iconfont";
  flex-shrink: 0;
}
.check-list li.checked::before {
  color: #fff;
  background-color: #000;
}
.form-list > li {
  margin-top: 5vw;
  background: rgba(255, 255, 255, 0.8);
  border: 0.5px solid rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
  display: flex;
  border-radius: 5vw;
  padding: 3vw 5vw;
}
.form-list > li > input,
.form-list > li > textarea {
  background-color: transparent;
  border: 0 none;
  font-size: 4vw;
  flex: 1;
  outline: none;
}
.submit {
  margin-top: 5vw;
  text-align: center;
}
.submit > button {
  padding: 3vw 25vw;
  border: 1.5px solid #000;
  font-size: 4vw;
  background: rgba(255, 255, 255, 0.8);
  outline: none;
  border-radius: 5vw;
}
