.se2 {
  margin-top: 80px; }
  .se2 .box {
    margin-bottom: 120px; }
    .se2 .box .pro_left {
      width: 22.5%;
      float: left; }
      .se2 .box .pro_left .pro-sea {
        width: 100%;
        background: #358AC3;
        padding: 17px 50px;
        color: #fff;
        cursor: pointer;
        margin-bottom: 8px;
        font-size: 24px;
        font-family: Lato-Bold;
        font-weight: bold; }
    .se2 .box .one {
      list-style: none;
      width: 100%;
      transition: all 0.3s; }
      .se2 .box .one a {
        font-size: 18px;
        font-weight: 400;
        color: #262626;
        line-height: 36px; }
      .se2 .box .one:hover .one1 {
        background: linear-gradient(-23deg, #358ac3 0%, #00bcd4 100%); }
      .se2 .box .one:hover a {
        color: #fff; }
    .se2 .box .one1 {
      list-style: none;
      width: 100%;
      padding: 17px 50px;
      background: #f5f5f5;
      margin-bottom: 1px;
      position: relative; }
      .se2 .box .one1 span {
        position: absolute;
        display: block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        right: 40px;
        top: 50%;
        margin-top: -8px;
        transition: all .4s;
        cursor: pointer; }
        .se2 .box .one1 span .bottom {
          opacity: 0; }
      .se2 .box .one1.active {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: linear-gradient(-23deg, #358ac3 0%, #00bcd4 100%); }
        .se2 .box .one1.active span {
          transition: all .4s; }
          .se2 .box .one1.active span svg {
            display: none; }
          .se2 .box .one1.active span .bottom {
            opacity: 1;
            display: block; }
        .se2 .box .one1.active a {
          color: #fff; }
    .se2 .box .newm svg {
      margin-left: 30px;
      margin-top: -3px; }
    .se2 .box .newm .prosuo1 {
      visibility: hidden;
      display: none; }
    .se2 .box .newm:hover .prosuo {
      display: none;
      visibility: hidden; }
    .se2 .box .newm:hover .prosuo1 {
      visibility: unset;
      display: unset; }
    .se2 .box .pro_left .one:nth-last-child(1) > .one1 {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .se2 .box .two {
      margin: 0;
      padding-left: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      display: none; }
      .se2 .box .two li {
        margin-bottom: 0;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .se2 .box .two li a {
          display: block;
          font-size: 14px;
          color: #898989; }
          .se2 .box .two li a:hover {
            color: #000; }
        .se2 .box .two li.active {
          color: #000; }
          .se2 .box .two li.active a {
            color: #000; }
      .se2 .box .two li:last-child {
        border: none; }
      .se2 .box .two.active {
        display: block; }
    .se2 .box .pro_right {
      float: right;
      width: 75%;
      margin-left: 0px; }
      .se2 .box .pro_right .Title1, .se2 .box .pro_right .Title2, .se2 .box .pro_right .Title3 {
        margin-bottom: 30px; }
        .se2 .box .pro_right .Title1 p, .se2 .box .pro_right .Title2 p, .se2 .box .pro_right .Title3 p {
          font-size: 16px;
          font-family: 'Lato-Regular';
          color: #424242;
          line-height: 24px; }
        .se2 .box .pro_right .Title1 span, .se2 .box .pro_right .Title2 span, .se2 .box .pro_right .Title3 span {
          color: #424242;
          font-size: 16px;
          font-family: "Lato-Bold"; }
        .se2 .box .pro_right .Title1 b, .se2 .box .pro_right .Title2 b, .se2 .box .pro_right .Title3 b {
          color: #231f20; }
      .se2 .box .pro_right .list {
        position: relative;
        width: 340px;
        display: inline-block;
        overflow: hidden;
        margin-right: 11px; }
        .se2 .box .pro_right .list .pro-hover {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          transition: all .4s ease-in-out; }
        .se2 .box .pro_right .list a {
          display: inline-block;
          background: #f5f5f5;
          overflow: hidden; }
        .se2 .box .pro_right .list img {
          mix-blend-mode: multiply; }
        .se2 .box .pro_right .list p {
          position: absolute;
          top: 30px;
          left: 20px;
          color: #212121;
          font-size: 16px;
          font-family: 'Lato-Bold';
          text-transform: uppercase; }
          .se2 .box .pro_right .list p span {
            color: #666;
            font-size: 14px;
            font-family: 'Lato-Regular';
            text-transform: capitalize; }
        .se2 .box .pro_right .list .bottom-model {
          position: absolute;
          bottom: 20px;
          left: 20px;
          color: #666;
          font-size: 14px;
          font-family: 'Lato-Regular'; }
        .se2 .box .pro_right .list:hover img, .se2 .box .pro_right .list:hover p, .se2 .box .pro_right .list:hover span {
          opacity: 0; }
        .se2 .box .pro_right .list:hover .pro-hover {
          opacity: 1;
          transition: opacity 0.4s; }
      .se2 .box .pro_right .list:nth-child(3n) {
        margin-right: 0; }

.se2 .box .pro_left.active {
  position: fixed;
  top: 50px;
  width: 16.5%; }

.sorry {
  font-size: 20px;
  margin-top: 30px; }

.searchPro {
  width: 1100px;
  margin: 0 auto;
  margin-top: 80px; }
  .searchPro h3 {
    font-size: 16px;
    font-family: 'Lato-Regular';
    color: #424242;
    line-height: 24px;
    margin-bottom: 25px; }
  .searchPro .list {
    position: relative;
    width: 340px;
    display: inline-block;
    overflow: hidden;
    margin-right: 11px; }
    .searchPro .list .pro-hover {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      transition: all .4s ease-in-out; }
    .searchPro .list a {
      display: inline-block;
      background: #f5f5f5;
      overflow: hidden; }
    .searchPro .list img {
      mix-blend-mode: multiply; }
    .searchPro .list p {
      position: absolute;
      top: 30px;
      left: 20px;
      color: #212121;
      font-size: 16px;
      font-family: 'Lato-Bold';
      text-transform: uppercase; }
      .searchPro .list p span {
        color: #666;
        font-size: 14px;
        font-family: 'Lato-Regular';
        text-transform: capitalize; }
    .searchPro .list .bottom-model {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #666;
      font-size: 14px;
      font-family: 'Lato-Regular'; }
    .searchPro .list:hover img, .searchPro .list:hover p, .searchPro .list:hover span {
      opacity: 0; }
    .searchPro .list:hover .pro-hover {
      opacity: 1;
      transition: opacity 0.4s; }

@media screen and (min-width: 1200px) and (max-width: 1639px) {
  .banner .text {
    left: 33%; }

  .se2 {
    width: 1170px; }
    .se2 .box .pro_left .pro-sea {
      font-size: 26px; }
    .se2 .box .one a {
      font-size: 18px; }
    .se2 .box .pro_right {
      width: 70%; }
      .se2 .box .pro_right .list {
        width: 260px; }

  .searchPro {
    width: 1170px; }
    .searchPro .list {
      width: 260px; } }
@media screen and (max-width: 1199px) {
  .banner .text {
    left: 39%;
    width: 60%; }

  .se2 {
    width: 970px; }
    .se2 .box .pro_left .pro-sea {
      font-size: 22px;
      padding: 17px 10px; }
    .se2 .box .one1 {
      padding: 15px 10px; }
    .se2 .box .one a {
      font-size: 16px; }
    .se2 .box .pro_right {
      width: 70%; }
      .se2 .box .pro_right .list {
        width: 215px; }

  .searchPro {
    width: 970px; }
    .searchPro .list {
      width: 215px; } }
@media screen and (max-width: 999px) {
  .banner .text {
    left: 39%;
    width: 70%; }
    .banner .text section {
      padding: 20px; }

  .se2 .box .pro_left .pro-sea img {
    right: 10px; }

  .se2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .se2 .box .pro_right .list {
      width: 200px; }
      .se2 .box .pro_right .list p {
        top: 10px;
        left: 10px;
        width: 87%; }

  .searchPro {
    width: 100%; }
    .searchPro .list {
      width: 200px; } }
@media screen and (max-width: 768px) {
  .banner .text {
    padding: 10px;
    left: 49%; }
    .banner .text h2::before {
      top: 35%; }
    .banner .text h2 {
      font-size: 24px;
      line-height: 24px; }
    .banner .text p {
      font-size: 14px;
      margin-top: 30px; }

  .se2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .se2 .box .pro_left.active {
      width: 28%; }
    .se2 .box .pro_left {
      width: 28%; }
      .se2 .box .pro_left .pro-sea {
        font-size: 16px; }
    .se2 .box .pro_right {
      margin-left: 5px; }
      .se2 .box .pro_right .list {
        width: 158px; }
        .se2 .box .pro_right .list p {
          top: 10px;
          left: 10px; }

  .searchPro {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .searchPro .list {
      width: 158px; }
      .searchPro .list p {
        top: 10px;
        left: 10px; } }
@media screen and (max-width: 767px) {
  .banner .text h2::before {
    top: 25%; }
  .banner .text {
    padding: 10px; }
  .banner img {
    object-fit: cover;
    height: 350px; }

  .se2 {
    margin-top: 30px; }
    .se2 .box {
      margin-bottom: 30px; }
      .se2 .box .pro_left {
        display: none; }
      .se2 .box .pro_right {
        width: 100%; }
        .se2 .box .pro_right .list {
          width: 48%;
          margin-right: 1%; }
          .se2 .box .pro_right .list p {
            width: 90%; }
          .se2 .box .pro_right .list .bottom-model {
            left: 10px;
            bottom: 10px; }
        .se2 .box .pro_right .list:nth-child(2n) {
          margin-right: 0; }
        .se2 .box .pro_right .list:nth-child(3n) {
          margin-right: 1%; }

  .searchPro {
    margin-top: 30px; }
    .searchPro h3 {
      font-size: 14px; }
    .searchPro .list {
      width: 48%;
      margin-right: 1%; }
      .searchPro .list p {
        width: 90%; }
      .searchPro .list .bottom-model {
        left: 10px;
        bottom: 10px; }
    .searchPro .list:nth-child(2n) {
      margin-right: 0; }
    .searchPro .list:nth-child(3n) {
      margin-right: 1%; } }

/*# sourceMappingURL=pro.css.map */
