:root {
  --primary-color: #42409e;
  --gray-light: #c8c8c8;
  --gray-base: #313131;
  --gray-medium: #4b4b4b;
  --gray-border: #898989;
  --bg-service: #e2e2e2;
  --bg-white: #fff;
  --blue-secondary: #2d408d;
  --grid-col-desktop: 3;
  --grid-col-mobile: 1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* .container {
  max-width: 88%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
} */

.section-top {
  text-align: center;
}
.section-subtitle, .section-title, .section-desc {
  display: block;
  font-weight: normal;
}
.section-subtitle {
  font-size: 26px;
  color: var(--gray-light);
  text-transform: uppercase;
}
.section-title {
  font-size: 40px;
  color: var(--gray-base);
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}
.section-title .highlight {
  color: var(--primary-color);
}
.section-desc {
  font-size: 18px;
  color: var(--gray-medium);
}
@media (max-width: 1200px) {
  .section-subtitle {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-desc {
    font-size: 12px;
    padding-top: 5px;
  }
}

.company-section {
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  --bg-image: url("/assets/images/about_bg.jpg");
  background-image: var(--bg-image);
  background-position: center 76px;
}
@media (max-width: 1200px) {
  .company-section {
    padding: 40px 0;
  }
}
.company-section .wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  transform: translateY(10px);
}
.company-section .left {
  flex: 0 50%;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.company-section .left img {
  width: 100%;
}
.company-section .right {
  flex: 0 50%;
  padding: 10px;
}
.company-section .right .title {
  font-weight: bold;
  color: var(--primary-color);
  font-size: 24px;
}
.company-section .right .line {
  width: 145px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 6px;
  margin-bottom: 5px;
}
.company-section .right .subtitle {
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.company-section .right .content {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-top: 35px;
  margin-bottom: 30px;
}
.company-section .right .tips {
  display: block;
  font-size: 24px;
  color: #fff;
  width: 400px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background: var(--primary-color);
  overflow: hidden;
  border-radius: 20px 0;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .company-section {
    background-image: none;
  }
  .company-section .wrap {
    flex-direction: column;
    gap: 15px;
  }
  .company-section .right .content {
    margin-top: 10px;
    font-size: 14px;
  }
  .company-section .right .tips {
    display: none;
  }
}

.point-section {
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .point-section {
    padding: 40px 0;
  }
}
.point-section .wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.point-section ul {
  display: grid;
  --grid-column: 4;
  grid-template-columns: repeat(var(--grid-column), minmax(0, 1fr));
}
.point-section ul li .title {
  font-size: 17px;
  margin-bottom: 5px;
  color: var(--primary-color);
}
.point-section ul li .info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.point-section ul li .info .subtitle {
  font-size: 52px;
  font-weight: bold;
  color: var(--primary-color);
}
.point-section ul li .info .desc {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 999px;
  background-color: #fcef50;
  color: #fff;
}
@media (max-width: 1200px) {
  .point-section {
    display: none;
  }
}

.content-section {
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .content-section {
    padding: 40px 0;
  }
}
.content-section .wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content-section .list .item {
  margin-bottom: 90px;
  display: flex;
  align-items: flex-end;
}
.content-section .list .item .image {
  flex: 0 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.content-section .list .item .image img {
  width: 100%;
}
.content-section .list .item .text {
  flex: 0 50%;
  padding: 72px 25px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
}
.content-section .list .item .text .title {
  margin-top: -96px;
  background: #2e408e;
  color: #fff;
  text-align: center;
  height: 45px;
  width: 148px;
  line-height: 45px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.content-section .list .item .text .content {
  color: #666;
  line-height: 2;
  font-size: 16px;
}
.content-section .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.content-section .list .item:nth-child(2n) .text {
  align-items: end;
}
.content-section .list .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .content-section .list .item {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .content-section .list .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .content-section .list .item .text {
    flex: 1;
  }
  .content-section .list .item .text .content {
    font-size: 14px;
    line-height: 1.6;
  }
  .content-section .list .item .image {
    flex: 1;
  }
}

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