.f_28 {
  font-size: 1.4583333333vw; }

.more {
  width: fit-content;
  border-radius: 2.5vw;
  padding: 0 3.5416666667vw;
  height: 2.34375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1875BC;
  color: #FFF;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.6s;
  border: 2px solid transparent;
  cursor: pointer; }
  .more:hover {
    border-color: #162D52;
    background: #FFF;
    color: #162D52; }

.sec1 {
  padding: 14.8958333333vw 0 0;
  display: flex;
  align-items: center; }
  .sec1 .l {
    width: 49.4270833333vw;
    height: 34.2708333333vw;
    overflow: hidden; }
    .sec1 .l img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 1s; }
    .sec1 .l:hover img {
      transform: scale(1.1); }
  .sec1 .r {
    width: 35.9895833333vw;
    margin-left: 4.1666666667vw; }
    .sec1 .r .title {
      color: #162D52;
      font-weight: 700; }
    .sec1 .r .text {
      margin: 1.5625vw 0 3.125vw;
      color: #162D52;
      font-weight: 400;
      line-height: 1.55; }

.sec2 {
  width: 100%;
  overflow: hidden;
  padding: 5.15625vw 0 3.125vw; }
  .sec2 .select_box {
    width: 62.5vw;
    margin: 0 auto 2.2395833333vw;
    padding: 1.5625vw 4.1666666667vw 1.1979166667vw;
    background: #EDF0F6; }
    .sec2 .select_box .select_box_title {
      color: #162D52;
      font-weight: 600;
      margin-bottom: 1.71875vw;
      text-align: center;
      text-transform: capitalize; }
    .sec2 .select_box .select_list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1.1458333333vw; }
      .sec2 .select_box .select_list .select_item {
        width: 16.9270833333vw;
        height: 2.7083333333vw;
        border-radius: 1.3541666667vw;
        background: #FFF;
        cursor: pointer;
        transition: 0.6s;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #54565A;
        font-weight: 400; }
        .sec2 .select_box .select_list .select_item.on {
          background: #1875BC;
          color: #FFFFFF; }
  .sec2 .reset {
    width: 9.375vw;
    height: 2.5vw;
    border-radius: 5.2083333333vw;
    background: #54565A;
    color: #FFF;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1.09375vw auto 0;
    cursor: pointer;
    transition: 0.6s; }
    .sec2 .reset:hover {
      background: #1875BC; }
  .sec2 .btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 3.125vw 0 0;
    gap: 0 1px; }
    .sec2 .btns .jt {
      width: 8.3333333333vw;
      height: 2.4479166667vw;
      flex-shrink: 0;
      background: #1875BC;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: 0.6s; }
      .sec2 .btns .jt img {
        display: block;
        width: 1.0416666667vw; }
      .sec2 .btns .jt:nth-child(1) img {
        transform: rotate(180deg); }
      .sec2 .btns .jt.none {
        background: #AADAFF;
        pointer-events: none; }
  .sec2 .table {
    display: flex;
    margin: 0.9375vw 0 0; }
    .sec2 .table .th {
      width: 19.7916666667vw; }
    .sec2 .table .td {
      height: 3.4895833333vw;
      padding: 0 1.0416666667vw;
      display: flex;
      align-items: center;
      color: #000;
      font-weight: 600;
      border-left: 1px solid #54565A;
      border-top: 1px solid #54565A; }
      .sec2 .table .td img {
        max-height: 90%;
        max-width: 70%;
        transition: all 600ms; }
        .sec2 .table .td img:hover {
          transform: scale(1.05); }
      .sec2 .table .td:nth-child(1) {
        height: 9.8958333333vw;
        align-items: center;
        justify-content: center; }
      .sec2 .table .td:nth-last-child(1) {
        height: 4.2708333333vw;
        border-bottom: 1px solid #54565A;
        align-items: center;
        justify-content: center; }
    .sec2 .table .scroll {
      display: flex;
      overflow: hidden;
      width: 80.2vw; }
      .sec2 .table .scroll .scroll_box {
        display: flex;
        transition: 0.6s; }
      .sec2 .table .scroll .td {
        font-weight: 400; }
      .sec2 .table .scroll .th:nth-last-child(1) .td {
        border-right: 1px solid #54565A; }

.proInfo_box {
  width: 100%;
  overflow: hidden; }
  .proInfo_box .title {
    color: #162D52;
    font-weight: 700;
    text-align: center; }
  .proInfo_box .part1 {
    padding: 5.2083333333vw 0 0;
    margin: 0 10.4166666667vw; }
    .proInfo_box .part1 .title {
      margin-bottom: 2.0833333333vw; }
    .proInfo_box .part1 .list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 4.1666666667vw 6.1458333333vw; }
      .proInfo_box .part1 .list a {
        display: block;
        width: 100%; }
        .proInfo_box .part1 .list a .pic {
          overflow: hidden; }
          .proInfo_box .part1 .list a .pic img {
            width: 100%;
            height: 20.5208333333vw;
            object-fit: cover;
            transition: all 600ms; }
        .proInfo_box .part1 .list a .text {
          color: #162D52; }
          .proInfo_box .part1 .list a .text .pt {
            font-weight: 700;
            line-height: 1.25;
            margin: 0.9375vw 0 0.7291666667vw;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .proInfo_box .part1 .list a .text .des {
            line-height: 1.44;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: 2.6041666667vw; }
          .proInfo_box .part1 .list a .text .tags {
            display: flex;
            gap: 0.625vw;
            margin-top: 2.0833333333vw; }
            .proInfo_box .part1 .list a .text .tags span {
              padding: 0.5208333333vw;
              border-radius: 20px;
              background: #1875BC;
              color: white; }
        .proInfo_box .part1 .list a:hover .pic img {
          transform: scale(1.05); }
      .proInfo_box .part1 .list a:not(:nth-child(3n)) {
        position: relative; }
        .proInfo_box .part1 .list a:not(:nth-child(3n))::after {
          content: '';
          display: block;
          position: absolute;
          right: -3.125vw;
          top: 0;
          width: 1px;
          height: 100%;
          background: #162D52;
          transform: scale(0.99); }
  .proInfo_box .part2 {
    padding: 5.2083333333vw 0; }
    .proInfo_box .part2 .proInfo_table {
      width: fit-content;
      margin: 1.6145833333vw auto 0; }
      .proInfo_box .part2 .proInfo_table table {
        width: 57.2916666667vw;
        border: 1px solid #54565A; }
        .proInfo_box .part2 .proInfo_table table tr th {
          color: #162D52;
          font-weight: 600;
          text-transform: capitalize;
          height: 4.6875vw;
          text-align: left;
          background: #F7F7F7;
          padding: 0 0 0 4.0625vw; }
        .proInfo_box .part2 .proInfo_table table tr td {
          color: #162D52;
          font-weight: 400;
          text-transform: capitalize;
          height: 3.125vw;
          padding: 0 0 0 4.0625vw;
          background: #FFF; }
        .proInfo_box .part2 .proInfo_table table tr:nth-child(2n-1) td {
          background: #F7F7F7; }
  .proInfo_box .part3 {
    padding: 5.2083333333vw 0;
    background: #EDF0F6; }
    .proInfo_box .part3 .imgs {
      margin: 3.125vw 9.4791666667vw 0; }
      .proInfo_box .part3 .imgs .swiper {
        width: 100%;
        overflow: hidden; }
        .proInfo_box .part3 .imgs .swiper .swiper-slide .img {
          width: 100%;
          height: 30.7291666667vw;
          border: 1px solid #1875BC;
          background: #FFFFFF;
          display: block;
          align-items: center;
          justify-content: center;
          overflow: hidden; }
          .proInfo_box .part3 .imgs .swiper .swiper-slide .img img {
            display: block;
            width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: 1s; }
  .proInfo_box .part4 {
    padding: 5.2083333333vw 0 5.7291666667vw;
    margin: 0 10.4166666667vw; }
    .proInfo_box .part4 .title {
      margin-bottom: 1.5625vw; }
    .proInfo_box .part4 .list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 4.1666666667vw 6.1458333333vw; }
      .proInfo_box .part4 .list a {
        display: block;
        width: 100%; }
        .proInfo_box .part4 .list a .pic {
          overflow: hidden; }
          .proInfo_box .part4 .list a .pic img {
            width: 100%;
            height: 20.5208333333vw;
            object-fit: cover;
            transition: all 600ms; }
        .proInfo_box .part4 .list a .text {
          color: #162D52; }
          .proInfo_box .part4 .list a .text .pt {
            font-weight: 700;
            line-height: 1.25;
            margin: 0.9375vw 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .proInfo_box .part4 .list a .text .des {
            line-height: 1.44;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: 2.6041666667vw; }
          .proInfo_box .part4 .list a .text .tags {
            display: flex;
            gap: 0.625vw;
            margin-top: 2.0833333333vw; }
            .proInfo_box .part4 .list a .text .tags span {
              padding: 0.5208333333vw;
              border-radius: 20px;
              background: #1875BC;
              color: white; }
        .proInfo_box .part4 .list a:hover .pic img {
          transform: scale(1.05); }
      .proInfo_box .part4 .list a:not(:nth-child(3n)) {
        position: relative; }
        .proInfo_box .part4 .list a:not(:nth-child(3n))::after {
          content: '';
          display: block;
          position: absolute;
          right: -3.125vw;
          top: 0;
          width: 1px;
          height: 100%;
          background: #162D52;
          transform: scale(0.99); }

.fixed {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s; }
  .fixed.show {
    opacity: 1;
    pointer-events: auto; }
  .fixed .fixed_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.79);
    z-index: -1; }
  .fixed .fixed_content {
    width: 76.6666666667vw; }
    .fixed .fixed_content .top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 2.6041666667vw; }
      .fixed .fixed_content .top .title {
        color: #FFF;
        font-weight: 700; }
      .fixed .fixed_content .top .close {
        cursor: pointer; }
        .fixed .fixed_content .top .close img {
          display: block;
          width: 2.6041666667vw; }
    .fixed .fixed_content .box {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .fixed .fixed_content .box .l {
        width: 35.15625vw; }
        .fixed .fixed_content .box .l img {
          display: block;
          width: 100%; }
      .fixed .fixed_content .box .r {
        width: 38.9583333333vw;
        margin: -1.5625vw 0 0; }
        .fixed .fixed_content .box .r input {
          display: block;
          height: 5.1041666667vw;
          width: 100%;
          background: unset;
          border: none;
          border-bottom: 1px solid #D9D9D9;
          color: #FFFFFF;
          text-transform: capitalize; }
          .fixed .fixed_content .box .r input::placeholder {
            color: #FFFFFF;
            text-transform: capitalize; }
        .fixed .fixed_content .box .r textarea {
          width: 100%;
          height: 5.2083333333vw;
          background: unset;
          border: none;
          border-bottom: 1px solid #D9D9D9;
          margin: 2.0833333333vw 0 0;
          resize: none; }
          .fixed .fixed_content .box .r textarea::placeholder {
            color: #FFFFFF;
            text-transform: capitalize; }
        .fixed .fixed_content .box .r .btn {
          width: fit-content;
          line-height: 2.2916666667vw;
          padding: 0 2.9166666667vw;
          border-radius: 1.1458333333vw;
          background: #FFF;
          color: #696969;
          font-weight: 400;
          cursor: pointer;
          margin: 3.125vw 0 0;
          transition: 0.6s;
          border: none; }
          .fixed .fixed_content .box .r .btn:hover {
            background: #1875BC;
            color: #FFFFFF; }

@media screen and (max-width: 768px) {
  .f_28 {
    font-size: 18px; }

  .more {
    height: 40px;
    padding: 0 20px;
    border-radius: 20px; }

  .sec1 {
    width: 100%;
    padding: 80px 5vw 0;
    display: block; }
    .sec1 .l {
      width: 100%;
      margin-bottom: 30px;
      height: auto; }
    .sec1 .r {
      width: 100%;
      margin: 0; }
      .sec1 .r .title {
        margin-bottom: 15px; }
      .sec1 .r .text {
        margin: 0 0 30px; }

  .sec2 {
    padding: 30px 5vw 40px; }
    .sec2 .select_box {
      width: 100%;
      padding: 40px 25px;
      margin-bottom: 20px; }
      .sec2 .select_box .select_box_title {
        margin-bottom: 20px; }
      .sec2 .select_box .select_list {
        gap: 10px; }
        .sec2 .select_box .select_list .select_item {
          height: 40px;
          border-radius: 20px;
          padding: 0 15px;
          width: fit-content; }
    .sec2 .reset {
      height: 40px;
      border-radius: 20px;
      padding: 0 15px;
      width: fit-content;
      margin: 30px auto 0; }
    .sec2 .btns {
      margin: 40px 0 0; }
      .sec2 .btns .jt {
        width: 100px;
        height: 40px; }
        .sec2 .btns .jt img {
          width: 18px; }
    .sec2 .table {
      margin: 20px 0 0; }
      .sec2 .table .th {
        width: 44vw; }
        .sec2 .table .th .td {
          height: 80px;
          padding: 0 10px;
          font-size: 16px; }
          .sec2 .table .th .td:nth-child(1) {
            height: 150px; }
      .sec2 .table .scroll {
        width: 46vw; }

  .proInfo_box .title {
    margin-bottom: 40px !important; }
  .proInfo_box .part1, .proInfo_box .part4 {
    padding: 20px 0 60px;
    margin: 0 5vw; }
    .proInfo_box .part1 .list, .proInfo_box .part4 .list {
      display: block; }
      .proInfo_box .part1 .list a:not(:last-child), .proInfo_box .part4 .list a:not(:last-child) {
        margin-bottom: 40px; }
      .proInfo_box .part1 .list a:after, .proInfo_box .part4 .list a:after {
        display: none !important; }
      .proInfo_box .part1 .list a .pic img, .proInfo_box .part4 .list a .pic img {
        height: 310px; }
      .proInfo_box .part1 .list a .text .pt, .proInfo_box .part4 .list a .text .pt {
        font-size: 18px;
        margin: 15px 0 7px 0; }
      .proInfo_box .part1 .list a .text .des, .proInfo_box .part4 .list a .text .des {
        font-size: 14px;
        height: auto;
        -webkit-line-clamp: 3; }
      .proInfo_box .part1 .list a .text .tags, .proInfo_box .part4 .list a .text .tags {
        margin-top: 20px;
        gap: 10px; }
        .proInfo_box .part1 .list a .text .tags span, .proInfo_box .part4 .list a .text .tags span {
          padding: 8px;
          font-size: 12px; }
  .proInfo_box .part2 {
    padding: 60px 5vw; }
    .proInfo_box .part2 .proInfo_table {
      width: 100%;
      overflow-x: scroll; }
      .proInfo_box .part2 .proInfo_table table {
        width: 100%; }
        .proInfo_box .part2 .proInfo_table table tr th {
          padding: 20px 15px;
          white-space: nowrap; }
        .proInfo_box .part2 .proInfo_table table tr td {
          padding: 15px;
          white-space: nowrap; }
  .proInfo_box .part3 {
    padding: 50px 5vw;
    width: 100%; }
    .proInfo_box .part3 .imgs {
      gap: 15px;
      margin: 0; }
      .proInfo_box .part3 .imgs .swiper .swiper-slide .img {
        height: 70vw; }
  .proInfo_box .part4 {
    padding: 30px 0 60px; }

  .fixed .fixed_content {
    width: 90%; }
    .fixed .fixed_content .top {
      margin-bottom: 15px; }
      .fixed .fixed_content .top .close img {
        width: 26px; }
    .fixed .fixed_content .box {
      display: block; }
      .fixed .fixed_content .box .l {
        width: 100%;
        margin-bottom: 15px; }
      .fixed .fixed_content .box .r {
        width: 100%; }
        .fixed .fixed_content .box .r input {
          height: 60px; }
        .fixed .fixed_content .box .r textarea {
          height: 80px; }
        .fixed .fixed_content .box .r .btn {
          line-height: 40px;
          padding: 0 20px;
          border-radius: 20px;
          margin: 15px 0 0; } }

/*# sourceMappingURL=proInfo.css.map */
