@media screen and (max-width: 1280px) {
  main {
    width: calc(100% - 48px); }

  .pc-header .header-bottom main .navs {
    margin-left: 32px; }
    .pc-header .header-bottom main .navs .item {
      width: 88px; }
  .pc-header .header-bottom main .search input {
    width: 190px; } }
@media screen and (max-width: 1024px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden; }

  main {
    width: calc(100% - 40px); }

  .pc-header {
    display: none; }

  .mobile_header {
    display: block;
    height: 60px; }
    .mobile_header .mobile_nav .logo {
      left: 20px; }
    .mobile_header .mobile_nav_main {
      width: min(320px, 82vw); }

  .header-space {
    height: 0; }

  .home-page .page-title .t1 {
    font-size: 22px;
    line-height: 28px; }
  .home-page .page-title .t2 {
    margin-top: 2px;
    font-size: 16px;
    line-height: 24px; }
  .home-page .banner {
    height: clamp(560px, 82svh, 720px); }
    .home-page .banner .banner-bar {
      height: 100%; }
      .home-page .banner .banner-bar main {
        height: 100%; }
    .home-page .banner .swiper-slide {
      height: clamp(560px, 82svh, 720px); }
      .home-page .banner .swiper-slide main {
        width: calc(100% - 80px); }
        .home-page .banner .swiper-slide main .t1 {
          margin-top: 23vh;
          font-size: 38px;
          line-height: 1.35; }
        .home-page .banner .swiper-slide main .t2 {
          font-size: 27px;
          line-height: 1.3; }
        .home-page .banner .swiper-slide main .t3 {
          font-size: 17px;
          line-height: 1.6; }
      .home-page .banner .swiper-slide .pic {
        height: clamp(560px, 82svh, 720px); }
        .home-page .banner .swiper-slide .pic img {
          object-position: center; }
    .home-page .banner .banner-bar .banner-pagination {
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
  .home-page .s1 {
    padding-top: 60px;
    padding-bottom: 60px; }
    .home-page .s1 .list {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      overflow: visible; }
      .home-page .s1 .list .item,
      .home-page .s1 .list .item-on {
        width: 100%;
        height: 340px;
        margin: 0;
        padding: 28px;
        float: none; }
        .home-page .s1 .list .item .t1,
        .home-page .s1 .list .item-on .t1 {
          margin-top: 0;
          font-size: 20px; }
        .home-page .s1 .list .item .t2,
        .home-page .s1 .list .item-on .t2 {
          width: 100%; }
        .home-page .s1 .list .item .t3,
        .home-page .s1 .list .item-on .t3 {
          width: auto;
          left: 28px;
          right: 28px;
          bottom: 28px;
          font-size: 13px;
          line-height: 22px;
          opacity: 1;
          transform: none;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 7;
          overflow: hidden; }
        .home-page .s1 .list .item .bg img,
        .home-page .s1 .list .item-on .bg img {
          width: 100%;
          height: 100%;
          right: 0; }
        .home-page .s1 .list .item .mask,
        .home-page .s1 .list .item-on .mask {
          opacity: 0.25; }
        .home-page .s1 .list .item .mask2,
        .home-page .s1 .list .item-on .mask2 {
          width: 100%;
          opacity: 0.82; }
  .home-page .s2 {
    height: 680px; }
    .home-page .s2 > main {
      padding-top: 60px; }
    .home-page .s2 .mask {
      height: 220px; }
    .home-page .s2 #swiper2 .swiper-slide main {
      width: auto;
      left: 40px;
      right: 40px;
      transform: none; }
      .home-page .s2 #swiper2 .swiper-slide main .t1 {
        margin-top: 90px;
        font-size: 28px; }
      .home-page .s2 #swiper2 .swiper-slide main .t2 {
        width: min(300px, 72vw);
        font-size: 20px; }
    .home-page .s2 #swiper2 .swiper-slide .pic img {
      object-position: center; }
    .home-page .s2 > main #s2-l {
      left: 20px; }
    .home-page .s2 > main #s2-r {
      right: 20px; }
    .home-page .s2 .list {
      bottom: 28px;
      overflow: hidden; }
      .home-page .s2 .list > .line {
        display: none; }
      .home-page .s2 .list main {
        width: 100%;
        height: auto;
        padding: 0 20px 8px;
        display: flex;
        gap: 12px;
        overflow-x: auto;
        box-sizing: border-box;
        scrollbar-width: none; }
        .home-page .s2 .list main::-webkit-scrollbar {
          display: none; }
      .home-page .s2 .list .item {
        width: 150px;
        min-width: 150px;
        float: none; }
        .home-page .s2 .list .item .main-pic {
          display: none; }
        .home-page .s2 .list .item .title {
          font-size: 13px;
          white-space: normal; }
  .home-page .s3 {
    padding-top: 60px; }
    .home-page .s3 .bg {
      background-attachment: scroll; }
    .home-page .s3 .name {
      margin-top: 28px;
      font-size: 19px; }
    .home-page .s3 .profile {
      margin-top: 14px;
      line-height: 24px;
      text-align: left; }
    .home-page .s3 .list {
      margin-top: 44px;
      padding-bottom: 50px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 32px 48px; }
      .home-page .s3 .list .item {
        width: 100%; }
        .home-page .s3 .list .item .number {
          font-size: 36px; }
  .home-page .s4 {
    height: 280px;
    background-attachment: scroll; }
  .home-page .s5 {
    padding-top: 60px;
    padding-bottom: 52px; }
    .home-page .s5 .list .item {
      height: 142px; }

  footer .footer-part .content {
    margin-top: 40px;
    margin-bottom: 28px; }
    footer .footer-part .content .nav {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 34px 48px; }
      footer .footer-part .content .nav .nav-item,
      footer .footer-part .content .nav .nav-item-large {
        width: 100%;
        margin: 0; }
      footer .footer-part .content .nav .nav-item-large {
        grid-column: 1 / -1; }
  footer .footer-part .website-info #to_top {
    right: 20px;
    bottom: 20px; } }
@media screen and (max-width: 640px) {
  main {
    width: calc(100% - 32px); }

  .mobile_header .mobile_nav {
    background: rgba(255, 255, 255, 0.94); }
    .mobile_header .mobile_nav .logo {
      left: 16px; }

  .home-page .page-title .t1 {
    font-size: 20px; }
  .home-page .page-title .t2 {
    font-size: 14px; }
  .home-page .banner {
    height: clamp(540px, 88svh, 680px); }
    .home-page .banner .swiper-slide {
      height: clamp(540px, 88svh, 680px); }
      .home-page .banner .swiper-slide main {
        width: calc(100% - 48px); }
        .home-page .banner .swiper-slide main .t1 {
          margin-top: 21vh;
          margin-bottom: 14px;
          font-size: 30px;
          line-height: 1.35; }
        .home-page .banner .swiper-slide main .t2 {
          margin-bottom: 14px;
          font-size: 20px;
          line-height: 1.4; }
        .home-page .banner .swiper-slide main .t3 {
          padding: 0 12px;
          box-sizing: border-box;
          font-size: 15px; }
      .home-page .banner .swiper-slide .pic {
        height: clamp(540px, 88svh, 680px); }
    .home-page .banner .banner-bar .banner-pagination {
      top: auto;
      right: 16px;
      bottom: 42px;
      transform: none; }
  .home-page .s1 {
    padding-top: 48px;
    padding-bottom: 48px; }
    .home-page .s1 .list {
      grid-template-columns: 1fr;
      gap: 12px; }
      .home-page .s1 .list .item,
      .home-page .s1 .list .item-on {
        height: 300px;
        padding: 24px; }
        .home-page .s1 .list .item .t1,
        .home-page .s1 .list .item-on .t1 {
          font-size: 18px; }
        .home-page .s1 .list .item .t3,
        .home-page .s1 .list .item-on .t3 {
          left: 24px;
          right: 24px;
          bottom: 24px;
          line-height: 21px;
          -webkit-line-clamp: 6; }
  .home-page .s2 {
    height: 620px; }
    .home-page .s2 > main {
      padding-top: 48px; }
    .home-page .s2 #swiper2 .swiper-slide main {
      left: 24px;
      right: 24px; }
      .home-page .s2 #swiper2 .swiper-slide main .t1 {
        margin-top: 90px;
        font-size: 24px; }
      .home-page .s2 #swiper2 .swiper-slide main .t2 {
        font-size: 17px;
        line-height: 1.4; }
    .home-page .s2 > main .s2-btn {
      top: 48%;
      width: 36px;
      height: 36px; }
      .home-page .s2 > main .s2-btn svg {
        width: 36px;
        height: 36px; }
    .home-page .s2 > main #s2-l {
      left: 16px; }
    .home-page .s2 > main #s2-r {
      right: 16px; }
    .home-page .s2 .list .item {
      width: 126px;
      min-width: 126px; }
  .home-page .s3 {
    padding-top: 48px; }
    .home-page .s3 .name {
      margin-top: 24px;
      font-size: 17px;
      line-height: 26px; }
    .home-page .s3 .profile {
      font-size: 13px;
      line-height: 23px; }
    .home-page .s3 .list {
      margin-top: 36px;
      gap: 28px 22px; }
      .home-page .s3 .list .item .number {
        font-size: 32px; }
      .home-page .s3 .list .item .title {
        font-size: 14px;
        white-space: normal;
        line-height: 20px; }
  .home-page .s4 {
    height: 210px; }
  .home-page .s5 {
    padding-top: 48px;
    padding-bottom: 40px; }
    .home-page .s5 .list {
      margin-top: 22px; }
      .home-page .s5 .list .item {
        width: 100%;
        height: auto;
        min-height: 152px;
        margin-right: 0;
        padding: 18px; }
        .home-page .s5 .list .item .title,
        .home-page .s5 .list .item .content {
          width: calc(100% - 52px); }
        .home-page .s5 .list .item .title {
          font-size: 15px; }
        .home-page .s5 .list .item .more {
          top: 18px;
          right: 18px; }

  footer .footer-part .content {
    margin-top: 34px;
    margin-bottom: 24px; }
    footer .footer-part .content .nav {
      gap: 30px 20px; }
      footer .footer-part .content .nav .nav-item .line {
        min-width: 0; }
      footer .footer-part .content .nav .nav-item .child {
        margin-right: 0; }
      footer .footer-part .content .nav .nav-item .child-large div {
        font-size: 13px;
        line-height: 20px;
        overflow-wrap: anywhere; }
  footer .footer-part .website-info {
    min-height: 42px; }
    footer .footer-part .website-info #to_top {
      right: 16px;
      bottom: 12px; } }
@media screen and (max-width: 1024px) {
  .product-search-page .s2 .result-search-form {
    margin-bottom: 24px; }
  .product-search-page .pageNav {
    margin-top: 38px; } }
@media screen and (max-width: 640px) {
  .product-search-page .s2 .result-search-form {
    height: 44px;
    margin-bottom: 20px; }
    .product-search-page .s2 .result-search-form input {
      padding: 0 14px;
      font-size: 14px; }
    .product-search-page .s2 .result-search-form button {
      width: 86px;
      font-size: 14px; }
  .product-search-page .pageNav {
    margin-top: 30px; }
    .product-search-page .pageNav .pagination {
      gap: 6px; }
      .product-search-page .pageNav .pagination > a,
      .product-search-page .pageNav .pagination > span {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        font-size: 13px; }
  .product-search-page .empty {
    min-height: 140px;
    padding: 20px 16px;
    font-size: 14px; } }
@media screen and (max-width: 1024px) {
  .product-type-list {
    top: 60px;
    margin-bottom: 14px; }
    .product-type-list main {
      width: 100%;
      height: auto;
      overflow: visible; }
      .product-type-list main .box .name {
        width: calc(100% - 40px);
        height: 48px;
        line-height: 48px;
        margin: 0 20px;
        float: none;
        font-size: 19px; }
        .product-type-list main .box .name img {
          width: 8px;
          margin-right: 9px; }
      .product-type-list main .box .list {
        width: 100%;
        height: 54px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        gap: 30px;
        float: none;
        overflow-x: auto;
        box-sizing: border-box;
        scrollbar-width: none; }
        .product-type-list main .box .list::-webkit-scrollbar {
          display: none; }
        .product-type-list main .box .list .item {
          height: 54px;
          line-height: 54px;
          margin: 0;
          float: none;
          flex: 0 0 auto; }
          .product-type-list main .box .list .item a {
            font-size: 14px;
            white-space: nowrap; }
        .product-type-list main .box .list .item-line-on {
          position: relative; }
          .product-type-list main .box .list .item-line-on:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 2px;
            background: #008ED6; }
        .product-type-list main .box .list .line-on {
          display: none; }

  .product-list-page .banner {
    height: 500px; }
    .product-list-page .banner .swiper-slide {
      height: 500px; }
      .product-list-page .banner .swiper-slide:after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
        pointer-events: none; }
      .product-list-page .banner .swiper-slide main {
        width: calc(100% - 80px); }
        .product-list-page .banner .swiper-slide main .t1 {
          padding-top: 100px;
          font-size: 40px;
          line-height: 1.3; }
        .product-list-page .banner .swiper-slide main .t2 {
          width: min(520px, 78vw);
          font-size: 21px;
          line-height: 32px; }
    .product-list-page .banner .banner-btns {
      right: 24px;
      bottom: 28px; }
    .product-list-page .banner .banner-pagination {
      left: 24px;
      bottom: 28px; }
  .product-list-page .s2 .type-list .item {
    margin-bottom: 32px; }
    .product-list-page .s2 .type-list .item .left-part {
      width: 100%;
      height: 340px;
      float: none; }
      .product-list-page .s2 .type-list .item .left-part .title {
        padding-top: 44px;
        padding-left: 36px;
        font-size: 28px; }
      .product-list-page .s2 .type-list .item .left-part .def1 {
        padding-left: 36px;
        padding-right: 36px; }
    .product-list-page .s2 .type-list .item .right-part {
      width: 100%;
      height: auto;
      margin-top: 8px;
      float: none;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px; }
      .product-list-page .s2 .type-list .item .right-part > a {
        min-width: 0; }
      .product-list-page .s2 .type-list .item .right-part .good {
        width: 100%;
        height: 230px;
        margin: 0;
        float: none; }
        .product-list-page .s2 .type-list .item .right-part .good:nth-child(1), .product-list-page .s2 .type-list .item .right-part .good:nth-child(2) {
          margin-bottom: 0; }
        .product-list-page .s2 .type-list .item .right-part .good .name {
          margin-top: 20px;
          padding-left: 22px;
          padding-right: 22px;
          font-size: 15px; }
          .product-list-page .s2 .type-list .item .right-part .good .name:before {
            left: 22px; }

  .product-list2-page {
    padding-bottom: 42px; }
    .product-list2-page .sub-banner {
      height: 340px; }
      .product-list2-page .sub-banner .t1 {
        font-size: 32px; }
      .product-list2-page .sub-banner .t2 {
        font-size: 16px; }
    .product-list2-page .s1 {
      padding-top: 30px;
      margin-bottom: 20px;
      font-size: 22px; }
    .product-list2-page .s2 .list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      overflow: visible; }
      .product-list2-page .s2 .list .item {
        width: 100%;
        height: 330px;
        margin: 0;
        float: none; }
        .product-list2-page .s2 .list .item .name {
          padding-left: 24px;
          padding-right: 20px; }
          .product-list2-page .s2 .list .item .name span {
            font-size: 17px; }

  .product-info-page .s1 .wrapper {
    display: block; }
    .product-info-page .s1 .wrapper .left-part {
      width: 100%;
      padding-top: 24px;
      float: none; }
      .product-info-page .s1 .wrapper .left-part .type-wrapper {
        margin-top: 24px; }
      .product-info-page .s1 .wrapper .left-part .title {
        font-size: 40px;
        line-height: 1.2; }
      .product-info-page .s1 .wrapper .left-part .type-value {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 30px; }
        .product-info-page .s1 .wrapper .left-part .type-value .value {
          height: auto;
          margin-right: 0; }
    .product-info-page .s1 .wrapper .right-part {
      width: 100%;
      float: none; }
      .product-info-page .s1 .wrapper .right-part .pic {
        width: 100%; } }
@media screen and (max-width: 640px) {
  .product-type-list .box .name {
    width: calc(100% - 32px);
    margin: 0 16px;
    font-size: 17px; }
  .product-type-list .box .list {
    padding: 0 16px;
    gap: 24px; }

  .product-list-page .banner {
    height: 420px; }
    .product-list-page .banner .swiper-slide {
      height: 420px; }
      .product-list-page .banner .swiper-slide main {
        width: calc(100% - 48px); }
        .product-list-page .banner .swiper-slide main .t1 {
          padding-top: 72px;
          font-size: 31px; }
        .product-list-page .banner .swiper-slide main .t2 {
          width: 86vw;
          margin-top: 6px;
          font-size: 17px;
          line-height: 26px; }
        .product-list-page .banner .swiper-slide main .t3 {
          margin-top: 14px; }
    .product-list-page .banner .banner-btns {
      width: auto;
      left: 16px;
      right: 16px;
      bottom: 22px;
      display: flex;
      justify-content: space-between; }
      .product-list-page .banner .banner-btns .banner-btn {
        width: 84px;
        margin: 0; }
    .product-list-page .banner .banner-pagination {
      display: none; }
  .product-list-page .s2 .type-list .item {
    margin-bottom: 26px; }
    .product-list-page .s2 .type-list .item .left-part {
      height: 300px; }
      .product-list-page .s2 .type-list .item .left-part .title {
        padding-top: 34px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 24px; }
      .product-list-page .s2 .type-list .item .left-part .def1 {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 14px;
        line-height: 22px; }
      .product-list-page .s2 .type-list .item .left-part .more {
        right: 22px;
        bottom: 22px; }
    .product-list-page .s2 .type-list .item .right-part {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 6px; }
      .product-list-page .s2 .type-list .item .right-part .good {
        height: 190px;
        border-radius: 6px; }
        .product-list-page .s2 .type-list .item .right-part .good .name {
          margin-top: 16px;
          padding-left: 14px;
          padding-right: 14px;
          font-size: 13px;
          line-height: 20px; }
          .product-list-page .s2 .type-list .item .right-part .good .name:before {
            left: 14px; }

  .product-list2-page {
    padding-bottom: 34px; }
    .product-list2-page .sub-banner {
      height: 250px; }
      .product-list2-page .sub-banner .t1 {
        top: 40%;
        font-size: 27px; }
      .product-list2-page .sub-banner .t2 {
        top: 55%;
        padding: 0 28px;
        font-size: 14px;
        line-height: 22px; }
    .product-list2-page .s1 {
      padding-top: 24px;
      margin-bottom: 16px;
      font-size: 20px; }
    .product-list2-page .s2 .list {
      grid-template-columns: 1fr;
      gap: 10px; }
      .product-list2-page .s2 .list .item {
        height: 280px; }
        .product-list2-page .s2 .list .item .name {
          height: 58px;
          padding-left: 18px;
          padding-right: 14px; }
          .product-list2-page .s2 .list .item .name > .name-text {
            max-width: calc(100% - 100px);
            font-size: 16px;
            line-height: 21px; }
          .product-list2-page .s2 .list .item .name .more {
            width: 88px; }
            .product-list2-page .s2 .list .item .name .more span {
              max-width: none;
              white-space: nowrap; }

  .product-info-page .s1 .wrapper .left-part {
    padding-top: 20px; }
    .product-info-page .s1 .wrapper .left-part .back {
      font-size: 13px; }
    .product-info-page .s1 .wrapper .left-part .type-wrapper {
      margin-top: 20px; }
    .product-info-page .s1 .wrapper .left-part .type {
      font-size: 13px; }
    .product-info-page .s1 .wrapper .left-part .title {
      margin-top: 14px;
      font-size: 31px;
      line-height: 1.2;
      overflow-wrap: anywhere; }
    .product-info-page .s1 .wrapper .left-part .type-value {
      gap: 9px 18px;
      padding-bottom: 24px; }
      .product-info-page .s1 .wrapper .left-part .type-value .value {
        font-size: 13px;
        line-height: 20px; }
  .product-info-page .s1 .wrapper .right-part .pic {
    border-radius: 6px; } }
@media screen and (max-width: 1024px) {
  .apply-page .sub-banner {
    height: 340px; }
    .apply-page .sub-banner:after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      background: rgba(0, 30, 58, 0.3);
      pointer-events: none; }
    .apply-page .sub-banner .sub-title {
      padding: 0 24px;
      box-sizing: border-box;
      font-size: 32px; }
  .apply-page .common-back {
    top: 60px;
    height: 64px; }
    .apply-page .common-back main {
      width: calc(100% - 40px); }
    .apply-page .common-back .back {
      font-size: 17px; }
  .apply-page .section-1 {
    padding-top: 32px;
    padding-bottom: 16px; }
  .apply-page .list .item {
    height: 320px;
    margin-bottom: 20px;
    overflow: hidden; }
    .apply-page .list .item:after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, rgba(0, 37, 72, 0.82), rgba(0, 37, 72, 0.4));
      pointer-events: none; }
    .apply-page .list .item .content {
      z-index: 2;
      padding: 34px 36px;
      display: grid;
      grid-template-columns: 58px 140px minmax(0, 1fr);
      column-gap: 30px;
      align-items: start; }
      .apply-page .list .item .content .icon {
        margin: 0;
        float: none; }
      .apply-page .list .item .content .t1 {
        width: auto;
        margin: 3px 0 0;
        float: none;
        font-size: 21px;
        line-height: 30px; }
      .apply-page .list .item .content .t2 {
        width: auto;
        margin: 0;
        float: none;
        font-size: 15px;
        line-height: 25px; }
  .apply-page .footer-anchor-target {
    scroll-margin-top: 140px; }

  .news-page .news-list-section {
    padding-top: 56px;
    padding-bottom: 0; }
    .news-page .news-list-section .list {
      margin-top: 24px; }
      .news-page .news-list-section .list .item {
        width: 100%;
        height: auto;
        min-height: 142px;
        margin-right: 0;
        padding: 20px 24px; }
        .news-page .news-list-section .list .item .title,
        .news-page .news-list-section .list .item .content {
          width: calc(100% - 64px); }
        .news-page .news-list-section .list .item .title {
          font-size: 16px; }
        .news-page .news-list-section .list .item .content {
          font-size: 13px;
          line-height: 20px;
          height: 60px; }
        .news-page .news-list-section .list .item .more {
          top: 20px;
          right: 24px; }
  .news-page .text-secondary {
    gap: 20px;
    padding-top: 56px;
    padding-bottom: 64px; }
    .news-page .text-secondary .prev {
      margin-right: 0; }

  .newsinfo-page {
    padding-top: 64px; }
    .newsinfo-page main {
      width: calc(100% - 64px);
      max-width: 900px; }
    .newsinfo-page .time {
      font-size: 14px; }
    .newsinfo-page h2 {
      margin-bottom: 32px;
      font-size: 30px;
      line-height: 1.4; }
    .newsinfo-page .content {
      min-height: 32vh;
      font-size: 16px;
      line-height: 28px;
      overflow-wrap: anywhere; }
      .newsinfo-page .content img,
      .newsinfo-page .content video {
        max-width: 100%;
        height: auto !important; }
      .newsinfo-page .content iframe {
        max-width: 100%; }
      .newsinfo-page .content table {
        max-width: 100%;
        display: block;
        overflow-x: auto; }
    .newsinfo-page .products {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px; }
      .newsinfo-page .products .item {
        width: 100%;
        margin: 0;
        float: none; }
    .newsinfo-page .text-secondary {
      gap: 20px;
      padding-top: 64px;
      padding-bottom: 64px; }
      .newsinfo-page .text-secondary .prev {
        margin-right: 0; } }
@media screen and (max-width: 640px) {
  .apply-page .sub-banner {
    height: 250px; }
    .apply-page .sub-banner .sub-title {
      font-size: 27px; }
  .apply-page .common-back {
    height: 58px; }
    .apply-page .common-back main {
      width: calc(100% - 32px); }
    .apply-page .common-back img {
      width: 7px;
      margin-right: 9px; }
    .apply-page .common-back .back {
      font-size: 16px; }
  .apply-page .section-1 {
    padding-top: 24px;
    padding-bottom: 8px; }
  .apply-page .list .item {
    height: auto;
    min-height: 420px;
    margin-bottom: 16px;
    border-radius: 6px; }
    .apply-page .list .item:after {
      background: linear-gradient(180deg, rgba(0, 31, 62, 0.7), rgba(0, 31, 62, 0.88)); }
    .apply-page .list .item .img {
      position: absolute;
      inset: 0; }
    .apply-page .list .item .content {
      position: relative;
      height: auto;
      min-height: 420px;
      padding: 28px 24px;
      display: block; }
      .apply-page .list .item .content .icon {
        width: 48px;
        height: 48px; }
      .apply-page .list .item .content .t1 {
        margin-top: 12px;
        font-size: 22px;
        line-height: 30px; }
      .apply-page .list .item .content .t2 {
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
        text-align: justify; }
  .apply-page .footer-anchor-target {
    scroll-margin-top: 130px; }

  .news-page .news-list-section {
    padding-top: 44px; }
    .news-page .news-list-section .list {
      margin-top: 20px; }
      .news-page .news-list-section .list .item {
        min-height: 158px;
        padding: 18px; }
        .news-page .news-list-section .list .item .time {
          margin-bottom: 7px; }
        .news-page .news-list-section .list .item .title,
        .news-page .news-list-section .list .item .content {
          width: calc(100% - 48px); }
        .news-page .news-list-section .list .item .title {
          margin-bottom: 7px;
          font-size: 15px;
          line-height: 21px; }
        .news-page .news-list-section .list .item .content {
          height: 66px;
          font-size: 13px;
          line-height: 22px; }
        .news-page .news-list-section .list .item .more {
          top: 18px;
          right: 18px;
          width: 28px;
          height: 28px; }
  .news-page .text-secondary {
    gap: 12px;
    padding-top: 38px;
    padding-bottom: 48px; }
    .news-page .text-secondary .btn {
      width: 112px;
      padding: 0 16px; }

  .newsinfo-page {
    padding-top: 36px; }
    .newsinfo-page main {
      width: calc(100% - 32px); }
    .newsinfo-page .time {
      margin-bottom: 10px;
      font-size: 13px;
      line-height: 20px; }
    .newsinfo-page h2 {
      margin-bottom: 24px;
      font-size: 24px;
      line-height: 1.42;
      overflow-wrap: anywhere; }
    .newsinfo-page .content {
      min-height: 28vh;
      font-size: 15px;
      line-height: 26px; }
      .newsinfo-page .content p {
        margin-top: 0;
        margin-bottom: 16px; }
    .newsinfo-page .products {
      grid-template-columns: 1fr;
      gap: 14px; }
      .newsinfo-page .products .item {
        padding-top: 16px;
        padding-bottom: 16px; }
        .newsinfo-page .products .item .pic {
          width: 180px;
          height: 180px; }
    .newsinfo-page .text-secondary {
      gap: 12px;
      padding-top: 48px;
      padding-bottom: 48px; }
      .newsinfo-page .text-secondary .btn {
        width: 112px;
        padding: 0 16px; } }
@media screen and (max-width: 1024px) {
  .mobile_header .mobile_nav_main li {
    border-bottom: 1px solid #eeeeee; }
    .mobile_header .mobile_nav_main li .main_a {
      font-size: 15px;
      line-height: 58px; }
      .mobile_header .mobile_nav_main li .main_a span {
        padding-left: 28px; }

  .apply-page .list .item {
    background: #00345f; }
    .apply-page .list .item .img {
      position: absolute;
      inset: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .apply-page .list .item .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }

  .about-page .sub-banner {
    height: 340px; }
    .about-page .sub-banner:after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      background: rgba(0, 30, 58, 0.3);
      pointer-events: none; }
    .about-page .sub-banner .sub-title {
      padding: 0 24px;
      box-sizing: border-box;
      font-size: 32px; }
  .about-page .common-back {
    top: 60px;
    height: 64px; }
    .about-page .common-back main {
      width: calc(100% - 40px); }
    .about-page .common-back .back {
      font-size: 17px; }
  .about-page .section-1 {
    padding-top: 56px;
    padding-bottom: 24px; }
    .about-page .section-1 .bg {
      background-attachment: scroll; }
    .about-page .section-1 .part {
      display: block; }
      .about-page .section-1 .part .left-part {
        width: 100%; }
        .about-page .section-1 .part .left-part .t1 {
          font-size: 32px; }
        .about-page .section-1 .part .left-part .t2 {
          font-size: 19px;
          line-height: 28px; }
        .about-page .section-1 .part .left-part .profile {
          font-size: 14px;
          line-height: 25px; }
      .about-page .section-1 .part .right-part {
        width: 100%;
        height: 400px;
        margin-top: 32px;
        border-radius: 16px 0 16px 0; }
    .about-page .section-1 .list {
      margin-top: 52px;
      padding-bottom: 32px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px; }
      .about-page .section-1 .list .item {
        width: 100%; }
        .about-page .section-1 .list .item .number {
          font-size: 34px; }
        .about-page .section-1 .list .item .title {
          font-size: 14px;
          line-height: 20px;
          white-space: normal; }
  .about-page .section-bg {
    height: 260px;
    background-attachment: scroll; }
  .about-page .part-title {
    padding-top: 64px; }
    .about-page .part-title .t1 {
      font-size: 32px; }
    .about-page .part-title .line {
      width: min(440px, 100%); }
  .about-page .section-2 {
    height: auto;
    min-height: 0;
    padding-bottom: 64px; }
    .about-page .section-2 .bg img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 36px auto 0; }
  .about-page .section-3 {
    padding-bottom: 64px; }
    .about-page .section-3 .honor {
      display: block;
      width: 100%;
      height: auto;
      margin: 30px auto 0; }
  .about-page .section-4 .list {
    margin-top: 42px;
    padding-bottom: 64px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px; }
    .about-page .section-4 .list .item {
      width: 100%;
      height: auto;
      min-height: 84px;
      padding: 14px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 24px; }
  .about-page .footer-anchor-target {
    scroll-margin-top: 140px; } }
@media screen and (max-width: 640px) {
  .mobile_header .mobile_nav_main {
    width: min(300px, 82vw); }

  .about-page .sub-banner {
    height: 250px; }
    .about-page .sub-banner .sub-title {
      font-size: 27px; }
  .about-page .common-back {
    height: 58px; }
    .about-page .common-back main {
      width: calc(100% - 32px); }
    .about-page .common-back img {
      width: 7px;
      margin-right: 9px; }
    .about-page .common-back .back {
      font-size: 16px; }
  .about-page .section-1 {
    padding-top: 40px;
    padding-bottom: 16px; }
    .about-page .section-1 .part .left-part .t1 {
      margin-bottom: 10px;
      font-size: 27px; }
    .about-page .section-1 .part .left-part .line .s1 {
      width: 120px; }
    .about-page .section-1 .part .left-part .t2 {
      margin-top: 17px;
      font-size: 17px;
      line-height: 26px; }
    .about-page .section-1 .part .left-part .profile {
      margin-top: 9px;
      font-size: 13px;
      line-height: 24px;
      text-align: justify; }
    .about-page .section-1 .part .right-part {
      height: 220px;
      margin-top: 24px;
      border-radius: 12px 0 12px 0; }
    .about-page .section-1 .list {
      margin-top: 40px;
      padding-bottom: 24px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px 18px; }
      .about-page .section-1 .list .item .number {
        margin-bottom: 8px;
        font-size: 31px; }
        .about-page .section-1 .list .item .number .plus {
          font-size: 19px; }
      .about-page .section-1 .list .item .line {
        margin-bottom: 8px; }
      .about-page .section-1 .list .item .title {
        font-size: 13px;
        line-height: 19px; }
  .about-page .section-bg {
    height: 170px; }
  .about-page .part-title {
    padding-top: 48px; }
    .about-page .part-title .t1 {
      margin-bottom: 10px;
      font-size: 27px; }
    .about-page .part-title .line {
      height: 4px; }
      .about-page .part-title .line .s1 {
        width: 96px;
        height: 4px; }
  .about-page .section-2 {
    padding-bottom: 44px; }
    .about-page .section-2 .bg img {
      margin-top: 24px; }
  .about-page .section-3 {
    padding-bottom: 48px; }
    .about-page .section-3 .honor {
      margin-top: 24px; }
  .about-page .section-4 .list {
    margin-top: 30px;
    padding-bottom: 48px;
    grid-template-columns: 1fr;
    gap: 12px; }
    .about-page .section-4 .list .item {
      min-height: 72px;
      border-radius: 10px;
      padding: 12px 18px;
      font-size: 15px;
      line-height: 23px; }
  .about-page .footer-anchor-target {
    scroll-margin-top: 130px; } }

/*# sourceMappingURL=media.css.map */
