.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 .box {
      margin: 3.125vw 0 4.1666666667vw 0;
      background: #F3F3F4;
      padding: 4.1666666667vw;
      display: flex;
      justify-content: space-between; }
      .home .main .box .l {
        width: 45%; }
        .home .main .box .l .t1 {
          color: #1a202c;
          font-size: 2.0833333333vw;
          text-transform: uppercase; }
        .home .main .box .l .t2 {
          color: #000;
          font-size: 1.0416666667vw;
          margin: 1.25vw 0 2.0833333333vw 0; }
        .home .main .box .l .email {
          margin-bottom: 1.6666666667vw;
          display: flex;
          justify-content: space-between;
          gap: 3%; }
          .home .main .box .l .email .sr {
            width: 75%; }
            .home .main .box .l .email .sr input {
              width: 100%;
              display: block;
              background: #FBFBFB;
              outline: none;
              border: none;
              text-indent: 0.8333333333vw;
              color: #B6B6B6;
              font-size: 1.0416666667vw;
              padding: 1.0416666667vw 0; }
          .home .main .box .l .email button {
            width: 25%;
            background: #E60012;
            padding: 1vw 0;
            outline: none;
            border: none;
            cursor: pointer;
            color: #FFF;
            font-size: 1.0416666667vw; }
        .home .main .box .l .notice {
          color: #000;
          font-size: 1.0416666667vw;
          margin-bottom: 3.125vw; }
      .home .main .box .r {
        width: 45%;
        display: flex;
        justify-content: space-between; }
        .home .main .box .r .k {
          width: 0.625vw;
          height: 0.625vw;
          border: 1px solid #000;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 0.4vw; }
          .home .main .box .r .k span {
            width: 0.46875vw;
            height: 0.46875vw;
            background: #F00;
            display: block; }
        .home .main .box .r .des {
          width: calc(100% - 1vw);
          color: #505050;
          font-size: 1.0416666667vw;
          line-height: 1.6;
          text-transform: capitalize; }
    .home .main .pro_box {
      margin: 3vw 0; }
      .home .main .pro_box .ptypes {
        display: flex; }
        .home .main .pro_box .ptypes a {
          border-radius: 50px;
          background: #F6F6F6;
          color: #000;
          font-size: 1.0416666667vw;
          font-weight: 500;
          padding: 0.8333333333vw 1.0416666667vw;
          min-width: 4.84375vw;
          text-align: center;
          margin-right: 1vw;
          transition: all 600ms; }
          .home .main .pro_box .ptypes a:hover {
            background: #E60012;
            color: white; }
        .home .main .pro_box .ptypes .active {
          background: #E60012;
          color: white; }
      .home .main .pro_box .allItems {
        display: flex;
        flex-wrap: wrap;
        width: 105%;
        margin-left: -2.5%; }
        .home .main .pro_box .allItems a {
          display: block;
          width: 30%;
          background-color: white;
          margin-left: 2.5%;
          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 .time {
            color: #626262;
            font-size: 0.78125vw;
            margin: 1.2vw 0 .8vw 0; }
          .home .main .pro_box .allItems a .des {
            color: #000;
            font-size: 0.9375vw;
            line-height: 1.5;
            transition: all 600ms; }
          .home .main .pro_box .allItems a:hover .pic img {
            transform: scale(1.05); }
          .home .main .pro_box .allItems a:hover .des {
            color: #E60012; }
      .home .main .pro_box .pager {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5vw 0; }
        .home .main .pro_box .pager .prev svg,
        .home .main .pro_box .pager .next svg {
          display: block;
          width: 1.1979166667vw; }
        .home .main .pro_box .pager .nums {
          display: flex;
          margin: 0 1vw; }
          .home .main .pro_box .pager .nums a {
            color: #8b8b8b;
            font-size: 1.0416666667vw;
            padding: 0.1vw 0.5vw;
            margin: 0 0.2vw; }
          .home .main .pro_box .pager .nums .active {
            color: #000;
            border-bottom: 2px solid #000;
            font-weight: 600; }
  @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 .box {
          margin: 20px 0 40px 0;
          padding: 30px 20px;
          flex-direction: column; }
          .home .main .box .l {
            width: 100%; }
            .home .main .box .l .t1 {
              font-size: 18px; }
            .home .main .box .l .t2 {
              font-size: 16px;
              margin: 10px 0 25px 0; }
            .home .main .box .l .email .sr input {
              font-size: 14px;
              padding: 10px 0;
              text-indent: 10px; }
            .home .main .box .l .email button {
              font-size: 14px; }
            .home .main .box .l .notice {
              font-size: 16px;
              margin-top: 10px; }
          .home .main .box .r {
            width: 100%;
            margin-top: 20px; }
            .home .main .box .r .k {
              width: 10px;
              height: 10px;
              margin-top: 5px; }
              .home .main .box .r .k span {
                width: 9px;
                height: 9px; }
            .home .main .box .r .des {
              font-size: 14px;
              width: calc(98% - 15px); }
        .home .main .pro_box {
          margin: 30px 0; }
          .home .main .pro_box .ptypes {
            flex-wrap: wrap; }
            .home .main .pro_box .ptypes a {
              font-size: 14px;
              min-width: 80px;
              margin: 0 10px 10px 0;
              padding: 8px 10px; }
          .home .main .pro_box .allItems {
            width: 100%;
            margin-left: 0; }
            .home .main .pro_box .allItems a {
              width: 100%;
              margin-left: 0;
              margin-bottom: 20px; }
              .home .main .pro_box .allItems a .time {
                font-size: 14px;
                margin: 15px 0 5px 0; }
              .home .main .pro_box .allItems a .des {
                font-size: 16px; }
          .home .main .pro_box .pager {
            margin: 20px 0 60px 0; }
            .home .main .pro_box .pager .prev svg, .home .main .pro_box .pager .next svg {
              width: auto; }
            .home .main .pro_box .pager .nums {
              margin: 0 10px; }
              .home .main .pro_box .pager .nums a {
                font-size: 16px;
                padding: 3px 5px;
                margin: 0 5px; } }

/*# sourceMappingURL=blog.css.map */
