* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "HONOR Sans CN";
  color: #333;
}
.w {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.h5 {
  display: none;
}
.blue {
  color: #0057e7;
}
input {
  height: 32px;
  width: 100%;
  border: none;
  outline: none;
}
textarea {
  min-height: 114px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}
.button {
  padding: 8px 22px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #76777D;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
}
.button:hover {
  background-color: rgba(230, 230, 230, 0.171);
}
.button:active {
  background-color: #dadada9a;
}
.button.primary {
  color: #fff;
  background-color: #0057e7;
}
.button.primary:hover {
  background-color: #0059e7d3;
}
.button.primary:active {
  background-color: #0044b1;
}
.button.primary.loading {
  background-color: #0059e7d3;
  cursor: not-allowed;
}
.button.primary.loading .loading-icon {
  display: inline-block;
}
.divider {
  display: inline-block;
  margin: auto 20px;
  width: 1px;
  height: 1em;
  background-color: #6b7280;
}
.title {
  text-align: center;
}
.title * {
  transition: all 0.3s;
}
.title h2 {
  margin: auto;
  margin-bottom: 18px;
  color: #45464d;
  font-weight: 400;
  max-width: 722px;
}
.title h3 {
  font-size: 36px;
}
.title .desc {
  margin: 0 auto;
  max-width: 756px;
  font-size: 20px;
  color: #6b7280;
}
header {
  position: relative;
  box-shadow: 0 1px 0 0 #c6c6cd;
  background-color: #f7f9fb;
  z-index: 1;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-shadow: 0 4px 6px -4px #0d2d6910;
}
.banner {
  padding: 130px 0 200px;
  transition: all 0.3s;
  background-image: url("/assets/images/banner.png");
  background-size: 1100px;
  background-position: 800px 0px;
  background-repeat: no-repeat;
}
.banner .container {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  flex-wrap: wrap;
}
.banner h1 {
  max-width: 638px;
  font-size: 42px;
}
.banner h2 {
  max-width: 688px;
  font-size: 18px;
  font-weight: 400;
  color: #4b5563;
}
.banner .left {
  max-width: 648px;
}
.banner .button-group {
  display: flex;
  gap: 17px;
  margin-top: 40px;
  font-weight: 600;
}
.banner .button-group .button {
  padding: 14px 32px;
}
.banner .button-group .layui-icon-return {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
  transform: rotateZ(180deg);
}
.competency {
  background-color: #edeff1;
  padding: 94px 0 96px;
}
.competency .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 57px;
}
.competency .item {
  padding: 32px 21px 70px 24px;
  width: 389px;
  border-radius: 12px;
  background-color: #fbfdff;
}
.competency .item-title {
  margin: 23px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.competency .description {
  margin-top: 16px;
  color: #4b5563;
  font-size: 16px;
}
.competency ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.competency ul li {
  list-style-image: url("/assets/images/tick-icon.png");
  list-style-position: inside;
}
.achievements {
  padding: 98px 0 76px;
}
.achievements .container {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 42px;
}
.achievements .item {
  max-width: 384px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f2f4f6;
}
.achievements .content {
  padding: 24px 24px 34px;
}
.achievements .item-title1 {
  margin-bottom: 6px;
  color: 191C1E;
  font-size: 20px;
  font-weight: 600;
}
.achievements .item-title2 {
  margin-bottom: 10px;
  color: #082055;
  font-size: 18px;
  font-weight: 700;
}
.achievements .desc {
  color: #45464d;
}
.achievements .contact {
  margin-top: 72px;
  text-align: center;
}
.achievements .contact .bg {
  margin: 0 auto;
  height: 169px;
  max-width: 1232px;
  background: url("/assets/images/bg-1.png") no-repeat;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
}
.achievements .contact .bg .bg-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.achievements .contact .bg .bg-item .big-number {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}
.achievements .contact .bg .bg-item .small-number {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.achievements .tag {
  margin-top: 44px;
  padding: 8px 16px;
  background-color: #cce0ff;
  width: fit-content;
  color: #191c1e;
  font-weight: 600;
}
.strengths {
  padding: 86px 0 105px;
  background-color: #edeff1;
}
.strengths .container {
  display: flex;
  margin-top: 78px;
}
.strengths .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.strengths .item-title {
  font-size: 14px;
  color: #191c1e;
  font-weight: 500;
  line-height: 1.2;
}
.strengths .desc {
  margin-top: 5px;
  color: #6b7280;
}
.strengths .reasons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 64px;
}
.strengths .reasons .reasons-item {
  padding: 32px;
  width: 389px;
  height: 221px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background-color: #fff;
}
.strengths .reasons .reasons-item .reasons-title {
  padding-bottom: 16px;
  min-height: 45px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #c6c6cd54;
}
.strengths .reasons .reasons-item .reasons-desc {
  color: #45464d;
}
.wenjuan {
  padding: 92px 0 89px;
  transition: all 0.3s;
}
.wenjuan .container {
  margin-top: 59px;
  padding: 32px 32px 42px;
  background-color: #fff;
  border-radius: 8px;
}
.wenjuan .form-item {
  margin-bottom: 24px;
}
.wenjuan .form-label {
  margin-bottom: 4px;
  color: #374151;
}
.wenjuan .form-input {
  padding: 4px 1px 4px 8px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  transition: all 0.3s;
}
.wenjuan .form-input:has(:focus) {
  border: 1px solid #0057e7;
}
.wenjuan .button {
  display: block;
  margin: auto;
  padding: 14px 0;
  max-width: 375px;
  border-radius: 25px;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-icon {
  display: none;
  color: #fff;
  animation: loading 1s linear infinite;
}
footer {
  padding: 24px 0 24px;
  background-color: #111827;
  text-align: center;
}
footer * {
  color: #cce0ff8e;
  font-weight: 100;
}
footer .about-us {
  display: flex;
}
footer .about-us .item {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: left;
}
footer .about-us .item:first-child dd {
  color: #cce0ff8e;
}
footer .about-us .item dt {
  margin-bottom: 24px;
  color: #fff;
  font-weight: 400;
}
footer .about-us .item dd {
  margin-bottom: 16px;
  color: #cce0ff;
  font-weight: 300;
}
footer .about-us .item dd img {
  margin-right: 8px;
}
footer .rights {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1200px) {
  .w {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .title h3 {
    font-size: 30px;
  }
  .title h2 {
    font-size: 18px;
  }
  .title .desc {
    font-size: 18px;
  }
  .banner {
    padding: 36px 40px 168px;
    background-size: 500px;
    background-position: 40px 370px;
  }
  .banner .w {
    padding: 0;
  }
  .banner h1 {
    font-size: 26px;
    line-height: 40px;
  }
  .banner .left {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .banner .button-group {
    margin: 0;
  }
  .competency,
  .achievements {
    padding: 68px 0 50px;
  }
  .competency .container,
  .achievements .container {
    margin-top: 48px;
    justify-content: center;
  }
  .strengths .container {
    grid-template-columns: 1fr;
  }
  .wenjuan {
    padding: 69px 0 42px;
  }
  .wenjuan .container {
    margin-top: 48px;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .h5 {
    display: block;
  }
  .pc {
    display: none;
  }
  header .logo-text1 {
    font-size: 20px;
    font-weight: 700;
    color: #0057e7;
  }
  header .logo-text2 {
    font-size: 14px;
    color: #6b7280;
  }
  .banner .button {
    width: fit-content;
  }
  .banner .button-group {
    flex-direction: column;
  }
  .banner .back {
    max-width: 323px;
    max-height: 226px;
  }
  .achievements .contact .bg {
    flex-direction: column;
    height: auto;
    background: url("/assets/images/bg-2.png") no-repeat;
    background-size: cover;
  }
  .strengths .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  footer {
    padding: 80px 24px;
  }
  footer .about-us {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  footer .rights {
    height: 80px;
    justify-content: end;
    align-items: center;
    flex-direction: column;
  }
}
