header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  z-index: 99;
  padding: 0 112px;
  box-sizing: border-box;
  background: rgba(151, 157, 177, 0.5);
}
@media (max-width: 1280px) {
  header {
    padding: 0 48px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0 28px;
  }
}
@media (max-width: 375px) {
  header {
    padding: 0 16px;
  }
}
header .title {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 60px;
}
@media (max-width: 1279px) {
  header .list {
    display: none;
  }
}
header .list ul {
  display: flex;
}
header .list ul li {
  margin-left: 46px;
  font-weight: 500;
  font-size: 17px;
  line-height: 38px;
  white-space: nowrap;
  cursor: pointer;
}
header .list ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.65);
}
header .list ul .active {
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
header .list ul .active a {
  color: #FFFFFF;
}
header .menu-img {
  display: none;
}
@media (max-width: 1279px) {
  header .menu-img {
    display: inline-block;
  }
}
header .menu-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 812px;
  background: #fff;
  padding: 22px;
  box-sizing: border-box;
}
header .menu-list .top {
  display: flex;
  justify-content: space-between;
}
header .menu-list .top img {
  width: 17px;
  height: 17px;
}
header .menu-list ul {
  padding-top: 69px;
  width: 100%;
}
header .menu-list ul li {
  text-align: center;
  margin-top: 36px;
}
header .menu-list ul li a {
  font-family: 'Noto Sans SC';
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
}
@media (max-width: 1280px) {
  header .menu-list ul li .active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 26px;
    background: #262626;
  }
}
.section-one {
  margin-top: -72px;
  height: 520px;
}
.section-one .back-img {
  height: 520px;
  background: url('../images/after-sales-service-back.png') no-repeat center center;
}
.section-two {
  height: 603px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-two h1 {
  margin: 60px 0 120px;
}
.section-two article {
  width: 100%;
  padding: 0 30%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1380px) {
  .section-two article {
    padding: 0 15%;
  }
}
@media (max-width: 800px) {
  .section-two article {
    padding: 0 10%;
  }
}
@media (max-width: 500px) {
  .section-two article {
    padding: 5%;
    flex-direction: column;
  }
}
.section-two article .left p span {
  display: block;
}
.section-two article .left p span:nth-of-type(1) {
  font-weight: 700;
  font-size: 14px;
  color: #262626;
}
.section-two article .left p span:nth-of-type(2) {
  margin-top: 12px;
}
.section-two article .left p:nth-of-type(2) {
  margin-top: 23px;
}
.section-two article .right {
  text-align: center;
}
@media (max-width: 500px) {
  .section-two article .right {
    margin-top: 20px;
  }
}
.section-two article .right p {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
footer .one {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 87px 0;
  background: #F5F7FA;
}
@media (max-width: 850px) {
  footer .one {
    display: none;
  }
}
footer .one .text > p {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 24.8201px;
  line-height: 29px;
  color: #2947A9;
}
footer .two {
  display: none;
  width: 100%;
  padding: 19px;
  box-sizing: border-box;
  background: #F5F7FA;
}
@media (max-width: 850px) {
  footer .two {
    display: block;
  }
}
footer .two .logo {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 24.8201px;
  line-height: 29px;
  color: #2947A9;
}
footer .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 278px;
  height: 204px;
  font-family: 'Work Sans';
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 850px) {
  footer .text {
    height: auto;
  }
}
footer .text p {
  font-weight: 400;
  color: #292E3D;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
footer .text p i {
  font-weight: 500;
  font-variant: small-caps;
  color: #2947A9;
}
@media (max-width: 850px) {
  footer .map {
    margin: 28px 0;
  }
}
@media (max-width: 850px) {
  footer .map img {
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=afterSalesService.css.map */