@media screen and (max-width: 1439px) {
  .banner {
    width: 100%;
  }
  .banner .bannerContainer {
    width: 100%;
  }
  .banner .bannerContainer .cornerLeft {
    display: none;
  }
  .banner .bannerContainer .bannerContent {
    float: none;
    margin: 0 auto;
    padding-top: 71px;
  }
  .banner .bannerContainer .cornerRight {
    display: none;
  }
  .about {
    width: 100%;
  }
  .about .aboutTitle {
    width: 100%;
  }
  .about .aboutContent {
    width: 100%;
  }
  .about .aboutContent .aboutContentLeft, .about .aboutContent .aboutContentRight {
    width: 50%;
    margin: 0;
  }
  .about .aboutContent .aboutContentHistoryLeft {
    width: 30%;
  }
  .about .aboutContent .aboutContentHistoryRight {
    width: 68%;
    margin-left: 2%;
    padding-top: 0;
  }
  .about .timeLine {
    width: 100%;
    margin-top: 84px;
  }
  .about .timeLine .timeYear {
    float: none;
    margin-top: 24px;
  }
  .about .timeLine .timeYear:first-child {
    margin-left: 32px;
  }
  .about .timeLine .timeYear .timeTop .mobileDashed {
    display: block;
  }
  .about .ideaContent {
    width: 100%;
  }
  .about .advantage {
    width: 100%;
  }
  .about .advantage .advantageRow1 .advantageRow1Card:first-child + div + div {
    margin-top: 26px;
    margin-left: 0;
  }
  .about .advantage .advantageRow2 .advantageRow2Card:first-child + div {
    margin-top: 26px;
  }
  .about .culture {
    width: 100%;
  }
  .about .culture .cultureCard:first-child + div + div {
    margin-top: 26px;
    margin-left: 0;
  }
  .family {
    width: 100%;
  }
  .family .familyWrap {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .banner .cornerLeft, .banner .cornerRight {
    display: none;
  }
  .idea .ideaTitle .ideaTitleWrap {
    width: 100%;
  }
  .idea .ideaContent p:first-child, .idea .ideaContent p:first-child + p {
    width: 100%;
  }
  .about .advantage .advantageRow1 .advantageRow1Card {
    float: none;
    margin: 0 auto;
  }
  .about .advantage .advantageRow1 .advantageRow1Card p:first-child {
    margin-top: 0;
    padding-top: 60px;
  }
  .about .advantage .advantageRow1 .advantageRow1Card:first-child + div {
    margin-top: 26px;
  }
  .about .advantage .advantageRow1 .advantageRow1Card:first-child + div + div {
    margin: 26px auto;
  }
  .about .advantage .advantageRow2 .advantageRow2Card {
    float: none;
  }
  .about .advantage .advantageRow2 .advantageRow2Card p:first-child {
    margin-top: 0;
    padding-top: 60px;
  }
  .about .advantage .advantageRow2 .advantageRow2Card:first-child {
    margin: 0 auto;
  }
  .about .advantage .advantageRow2 .advantageRow2Card:first-child + div {
    margin: 26px auto;
  }
  .about .culture .cultureCard {
    float: none;
    margin: 26px auto;
    padding-top: 24px;
  }
  .about .culture .cultureCard:first-child + div + div {
    margin: 26px auto;
  }
}

@media screen and (max-width: 800px) {
  .banner .bannerContainer .bannerContent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about .aboutContent .aboutContentLeft {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
  .about .aboutContent .aboutContentRight {
    float: none;
    margin: 0 auto;
    width: 80%;
    height: auto;
  }
  .about .aboutContent .aboutContentHistoryLeft {
    float: none;
    margin: 0 auto;
    width: 80%;
    height: auto;
  }
  .about .aboutContent .aboutContentHistoryRight {
    float: none;
    margin: 0 auto;
    width: 80%;
    height: auto;
  }
  .about .timeLine .timeYear {
    margin-left: 10%;
  }
  .about .timeLine .timeYear:first-child {
    margin-left: 10%;
  }
}

@media screen and (max-width: 800px) {
  .banner {
    height: auto;
  }
  .about .timeLine .timeYear .timeTop .dashed {
    width: 70%;
  }
  .about .advantage .advantageRow1 .advantageRow1Card {
    width: 80%;
    height: auto;
  }
  .about .advantage .advantageRow1 .advantageRow1Card p:first-child {
    margin-left: 0;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .about .advantage .advantageRow1 .advantageRow1Card p:first-child + p {
    margin-left: 0;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .about .advantage .advantageRow2 .advantageRow2Card {
    width: 80%;
    height: auto;
  }
  .about .advantage .advantageRow2 .advantageRow2Card p:first-child {
    margin-left: 0;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .about .advantage .advantageRow2 .advantageRow2Card p:first-child + p {
    margin-left: 0;
    width: auto;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 460px) {
  .about {
    height: auto;
  }
  .about .aboutTitle .aboutTitleWrap {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .about .culture .cultureCard {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    height: auto;
    padding-bottom: 40px;
  }
  .about .culture .cultureCard p:first-child {
    margin-top: 20px;
  }
  .idea .ideaTitle .ideaTitleWrap p:first-child {
    width: 44%;
  }
  .idea .ideaTitle .ideaTitleWrap p:first-child + p {
    width: 44%;
    margin-left: 12%;
  }
  .idea .ideaContent {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .family {
    height: auto;
  }
  .family .familyWrap {
    top: 0;
    height: auto;
  }
  .family .familyWrap p {
    font-size: 18px;
  }
  .family .familyWrap p:first-child {
    padding-top: 19px;
  }
}
/*# sourceMappingURL=introductionAdapt.css.map */