.sub-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1720px) {
  .sub-main {
    padding-top: 70px;
  }
}

.sv-section {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .sv-section {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .sv-section {
    height: 280px;
  }
}
.sv-section .cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sv-section .cover .container {
  width: 95%;
  height: auto;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.sv-section .cover .container > span {
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 1280px) {
  .sv-section .cover .container > span {
    font-size: 16px;
  }
}
.sv-section .cover .container > h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 1280px) {
  .sv-section .cover .container > h1 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .sv-section .cover .container > h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .sv-section .cover .container > h1 {
    font-size: 28px;
  }
}

.sub-local-nav {
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fafafa;
}
@media (max-width: 1280px) {
  .sub-local-nav {
    height: 48px;
  }
}
.sub-local-nav .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .sub-local-nav .container {
    gap: 12px;
  }
}
.sub-local-nav .container .to-home {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10000rem;
  background: #002851;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .sub-local-nav .container .to-home {
    width: 24px;
    height: 24px;
  }
}
.sub-local-nav .container .to-home > svg {
  width: 80%;
  height: 80%;
  fill: white;
}
.sub-local-nav .container .arrow {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .sub-local-nav .container .arrow {
    width: 16px;
    height: 16px;
  }
}
.sub-local-nav .container .arrow > svg {
  width: 100%;
  height: 100%;
  fill: #002851;
}
.sub-local-nav .container > span {
  font-size: 16px;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .sub-local-nav .container > span {
    font-size: 14px;
  }
}

.title-wrap {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .title-wrap {
    padding: 40px 16px;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .title-wrap {
    padding: 24px 16px;
    gap: 12px;
  }
}
.title-wrap > h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #002851;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .title-wrap > h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .title-wrap > h1 {
    font-size: 24px;
  }
}
.title-wrap > p {
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  color: #3D3D3D;
}
@media (max-width: 1280px) {
  .title-wrap > p {
    font-size: 16px;
  }
}

.organization-section {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #F5FAFC;
}
@media (max-width: 1280px) {
  .organization-section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .organization-section {
    padding: 24px 0;
  }
}
.organization-section .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.organization-section .container > img {
  width: 100%;
  height: auto;
}
.organization-section .container > img:nth-of-type(2) {
  display: none;
}
@media (max-width: 768px) {
  .organization-section .container > img {
    display: none;
  }
  .organization-section .container > img:nth-of-type(2) {
    display: block;
  }
}

.direction-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.direction-section .maps-area {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #F5FAFC;
}
@media (max-width: 1280px) {
  .direction-section .maps-area {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .direction-section .maps-area {
    padding: 24px 0;
  }
}
.direction-section .maps-area .inner-wrap {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .direction-section .maps-area .inner-wrap {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .direction-section .maps-area .inner-wrap {
    grid-template-columns: 1fr;
  }
}
.direction-section .maps-area .inner-wrap > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.direction-section .maps-area .inner-wrap > a .map-text-wrap {
  width: 100%;
  height: auto;
  padding: 28px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: white;
}
@media (max-width: 1280px) {
  .direction-section .maps-area .inner-wrap > a .map-text-wrap {
    padding: 20px 12px;
  }
}
.direction-section .maps-area .inner-wrap > a .map-text-wrap > img {
  width: auto;
  height: 52px;
}
@media (max-width: 1280px) {
  .direction-section .maps-area .inner-wrap > a .map-text-wrap > img {
    height: 48px;
  }
}
.direction-section .maps-area .inner-wrap > a .map-text-wrap > b {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #002851;
}
@media (max-width: 1280px) {
  .direction-section .maps-area .inner-wrap > a .map-text-wrap > b {
    font-size: 18px;
  }
}
.direction-section .maps-area .inner-wrap > a .map-text-wrap > p {
  font-size: 16px;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
  text-align: center;
}
@media (max-width: 1280px) {
  .direction-section .maps-area .inner-wrap > a .map-text-wrap > p {
    font-size: 14px;
  }
}
.direction-section .maps-area .inner-wrap > a .map-box {
  width: 100%;
  height: auto;
}
.direction-section .maps-area .inner-wrap > a .map-box > img {
  width: 100%;
  height: auto;
}
.direction-section .contact-info-area {
  width: 100%;
  height: 84px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #1184AF;
}
@media (max-width: 1280px) {
  .direction-section .contact-info-area {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .direction-section .contact-info-area {
    height: auto;
    padding: 12px 0;
  }
}
.direction-section .contact-info-area .inner-wrap {
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .direction-section .contact-info-area .inner-wrap {
    justify-content: space-evenly;
    gap: unset;
  }
}
@media (max-width: 768px) {
  .direction-section .contact-info-area .inner-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}
.direction-section .contact-info-area .inner-wrap > dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1280px) {
  .direction-section .contact-info-area .inner-wrap > dl {
    gap: 16px;
  }
}
.direction-section .contact-info-area .inner-wrap > dl > dt {
  flex: 0 0 auto;
}
.direction-section .contact-info-area .inner-wrap > dl > dt > svg {
  width: 36px;
  height: auto;
  fill: white;
}
@media (max-width: 1280px) {
  .direction-section .contact-info-area .inner-wrap > dl > dt > svg {
    width: 24px;
  }
}
.direction-section .contact-info-area .inner-wrap > dl > dd {
  flex: 0 1 auto;
  font-size: 18px;
  line-height: 1.2;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .direction-section .contact-info-area .inner-wrap > dl > dd {
    font-size: 16px;
  }
}
.direction-section .bottom-image-area {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .direction-section .bottom-image-area {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .direction-section .bottom-image-area {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .direction-section .bottom-image-area {
    padding: 16px 0;
  }
}
.direction-section .bottom-image-area .inner-wrap {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.direction-section .bottom-image-area .inner-wrap > img {
  width: 100%;
  height: auto;
}

.business-section {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .business-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .business-section {
    padding-bottom: 32px;
  }
}
.business-section .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1280px) {
  .business-section .container {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .business-section .container {
    gap: 16px;
  }
}
.business-section .container .business-box {
  width: 100%;
  height: auto;
  border: 1px solid #002851;
  display: flex;
  flex-direction: column;
}
.business-section .container .business-box .box-head {
  padding: 22px 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
  background: #002851;
}
@media (max-width: 1280px) {
  .business-section .container .business-box .box-head {
    padding: 16px 32px;
    gap: 20px;
  }
}
.business-section .container .business-box .box-head .b-title-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1280px) {
  .business-section .container .business-box .box-head .b-title-wrap {
    gap: 8px;
  }
}
.business-section .container .business-box .box-head .b-title-wrap .b-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .business-section .container .business-box .box-head .b-title-wrap .b-title {
    font-size: 20px;
  }
}
.business-section .container .business-box .box-head .b-title-wrap .b-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .business-section .container .business-box .box-head .b-title-wrap .b-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.business-section .container .business-box .box-head .link-to-more {
  flex: 0 0 auto;
  width: 160px;
  height: 48px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  border: 1px solid white;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .business-section .container .business-box .box-head .link-to-more {
    width: 120px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.business-section .container .business-box .box-head .link-to-more:hover {
  background: white;
  color: #002851;
}
.business-section .container .business-box .box-body {
  width: 100%;
  height: auto;
  padding: 28px 40px;
}
@media (max-width: 1280px) {
  .business-section .container .business-box .box-body {
    padding: 16px;
  }
}
.business-section .container .business-box .box-body > img {
  width: 100%;
  height: auto;
}

.partnership-section {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .partnership-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .partnership-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .partnership-section {
    margin-bottom: 40px;
  }
}
.partnership-section .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
@media (max-width: 1280px) {
  .partnership-section .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .partnership-section .container {
    gap: 32px;
  }
}
.partnership-section .container .customer-article {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .partnership-section .container .customer-article {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .partnership-section .container .customer-article {
    gap: 16px;
  }
}
.partnership-section .container .customer-article .customer-head {
  width: 100%;
  height: auto;
  padding: 12px 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-top: 2px solid #002851;
  border-bottom: 2px solid #002851;
}
@media (max-width: 1280px) {
  .partnership-section .container .customer-article .customer-head {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .partnership-section .container .customer-article .customer-head {
    gap: 8px;
  }
}
.partnership-section .container .customer-article .customer-head .fi {
  font-size: 24px;
}
@media (max-width: 1280px) {
  .partnership-section .container .customer-article .customer-head .fi {
    font-size: 20px;
  }
}
.partnership-section .container .customer-article .customer-head > p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #002851;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .partnership-section .container .customer-article .customer-head > p {
    font-size: 20px;
  }
}
.partnership-section .container .customer-article .customer-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1280px) {
  .partnership-section .container .customer-article .customer-body {
    gap: 20px;
  }
}
.partnership-section .container .customer-article .customer-body .logo-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media (max-width: 1280px) {
  .partnership-section .container .customer-article .customer-body .logo-grid {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .partnership-section .container .customer-article .customer-body .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.partnership-section .container .customer-article .customer-body .logo-grid > li {
  width: 100%;
  height: auto;
}
.partnership-section .container .customer-article .customer-body .logo-grid > li > img {
  width: 100%;
  height: auto;
}
.partnership-section .container .customer-article .customer-body .customer-description {
  width: 100%;
  height: auto;
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #f0f0f0;
}
@media (max-width: 1280px) {
  .partnership-section .container .customer-article .customer-body .customer-description {
    padding: 24px 1rem;
  }
}
.partnership-section .container .customer-article .customer-body .customer-description > b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .partnership-section .container .customer-article .customer-body .customer-description > b {
    font-size: 18px;
  }
}
.partnership-section .container .customer-article .customer-body .customer-description > p {
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #3D3D3D;
}
@media (max-width: 1280px) {
  .partnership-section .container .customer-article .customer-body .customer-description > p {
    font-size: 16px;
  }
}

.tongcoding {
  width: 100%;
  height: auto;
}
.tongcoding > img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=sub.css.map */