.home {
  position: relative;
  width: 100%; }
  .home .main {
    margin: 11.4583333333vw 10.4166666667vw 6.25vw 10.4166666667vw; }
    .home .main .links {
      display: flex; }
      .home .main .links a,
      .home .main .links p,
      .home .main .links span {
        color: #B8B8B8;
        font-size: 1.25vw;
        text-transform: uppercase; }
      .home .main .links a {
        transition: all 600ms; }
        .home .main .links a:hover {
          color: #E60012; }
      .home .main .links span {
        margin: 0 1vw; }
    .home .main .t {
      margin: 3vw 0 2vw 0;
      display: flex;
      align-items: center;
      color: #888;
      font-size: 1.25vw;
      letter-spacing: 0.125vw; }
      .home .main .t::before {
        content: '';
        display: block;
        width: 5.8854166667vw;
        height: 0.2083333333vw;
        background: #E60012;
        margin-right: 1.5vw; }
    .home .main .t2 {
      color: #000;
      font-size: 3.3333333333vw;
      font-weight: 600;
      text-transform: uppercase; }
    .home .main .intro {
      width: 65%;
      margin: 1.2vw 0; }
      .home .main .intro .des1, .home .main .intro .des2 {
        color: #000;
        font-size: 1.25vw;
        line-height: 1.7; }
      .home .main .intro .des2 {
        display: none; }
      .home .main .intro .btns {
        margin-top: 1.5vw; }
        .home .main .intro .btns .more {
          display: flex;
          align-items: center;
          display: none;
          cursor: pointer; }
          .home .main .intro .btns .more p {
            color: #004E78;
            font-size: 1.25vw;
            font-weight: 700;
            text-transform: capitalize; }
          .home .main .intro .btns .more svg {
            width: 1.1458333333vw;
            display: block;
            margin-left: 0.5vw; }
        .home .main .intro .btns .show {
          display: flex; }
    .home .main .pro_box {
      margin: 6vw 0; }
      .home .main .pro_box .ptitle {
        color: #000;
        font-size: 3.3333333333vw;
        font-weight: 600;
        text-transform: uppercase; }
      .home .main .pro_box .allItems {
        display: flex;
        flex-wrap: wrap;
        width: 103.2%;
        margin-left: -1.6%; }
        .home .main .pro_box .allItems a {
          display: block;
          width: 31%;
          background-color: white;
          margin-left: 1.6%;
          margin-top: 3vw; }
          .home .main .pro_box .allItems a .pic {
            overflow: hidden; }
            .home .main .pro_box .allItems a .pic img {
              width: 100%;
              display: block;
              object-fit: cover;
              transition: all 600ms; }
          .home .main .pro_box .allItems a .name {
            color: #000;
            font-size: 1.25vw;
            text-transform: uppercase;
            text-align: center;
            margin: 1.5vw 0;
            transition: all 600ms; }
          .home .main .pro_box .allItems a .more {
            width: 2.5vw;
            height: 2.5vw;
            position: relative;
            text-align: center;
            margin: auto;
            overflow: hidden; }
            .home .main .pro_box .allItems a .more svg {
              vertical-align: middle;
              transition: all 0.3s ease-out;
              width: 2.5vw;
              position: relative;
              left: 0; }
              .home .main .pro_box .allItems a .more svg path {
                transition: all 600ms; }
              .home .main .pro_box .allItems a .more svg:nth-child(2) {
                position: absolute;
                left: -2.5vw;
                top: 0; }
          .home .main .pro_box .allItems a:hover .pic img {
            transform: scale(1.05); }
          .home .main .pro_box .allItems a:hover .name {
            color: #E60012; }
          .home .main .pro_box .allItems a:hover .more svg:first-child {
            left: 2.5vw; }
          .home .main .pro_box .allItems a:hover .more svg:nth-child(2) {
            left: 0px; }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 100px; }
      .home .main {
        margin: 0 5%; }
        .home .main .links a, .home .main .links p, .home .main .links span {
          font-size: 16px; }
        .home .main .t {
          font-size: 18px;
          margin: 30px 0 20px 0; }
          .home .main .t::before {
            width: 40px;
            height: 2px; }
        .home .main .t2 {
          font-size: 32px; }
        .home .main .intro {
          width: 100%;
          margin: 15px 0; }
          .home .main .intro .des1, .home .main .intro .des2 {
            font-size: 16px; }
          .home .main .intro .btns {
            margin-top: 15px; }
            .home .main .intro .btns .more p {
              font-size: 16px; }
            .home .main .intro .btns .more svg {
              width: 15px;
              margin-left: 5px; }
        .home .main .pro_box {
          margin: 40px 0; }
          .home .main .pro_box .ptitle {
            font-size: 28px; }
          .home .main .pro_box .allItems {
            width: 100%;
            margin-left: 0;
            margin-top: 30px; }
            .home .main .pro_box .allItems a {
              width: 100%;
              margin-left: 0;
              margin: 0 0 30px 0; }
              .home .main .pro_box .allItems a .name {
                font-size: 18px;
                margin: 15px 0; }
              .home .main .pro_box .allItems a .more {
                width: 30px;
                height: 30px; }
                .home .main .pro_box .allItems a .more svg {
                  width: 30px; }
                  .home .main .pro_box .allItems a .more svg:nth-child(2) {
                    position: absolute;
                    left: -30px;
                    top: 0; }
              .home .main .pro_box .allItems a:hover .more svg:first-child {
                left: 30px; }
              .home .main .pro_box .allItems a:hover .more svg:nth-child(2) {
                left: 0px; } }

/*# sourceMappingURL=dInfo.css.map */
