.fl {
  float: left; }

.fr {
  float: right; }

.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  /*visibility:hidden;*/
  overflow: hidden;
  content: "."; }

.main {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

a:hover {
  text-decoration: none; }

ul {
  padding-left: 0 !important;
  margin-bottom: 0; }

.brand {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  padding-top: 15px; }
  .brand .conLeft {
    width: 354px;
    box-sizing: border-box; }
    .brand .conLeft .title {
      background-color: #132958;
      font-size: 20px;
      line-height: 70px;
      color: #fff;
      font-weight: bold;
      padding-left: 24px;
      box-sizing: border-box;
      text-transform: uppercase; }
    .brand .conLeft .con {
      border: 1px solid #132958;
      border-top: none; }
    .brand .conLeft .tit1 {
      padding-left: 53px;
      padding-right: 70px;
      box-sizing: border-box;
      padding-top: 20px; }
      .brand .conLeft .tit1 .t {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        font-weight: bold; }
      .brand .conLeft .tit1 .t1 {
        margin-top: 15px; }
        .brand .conLeft .tit1 .t1 a {
          margin-right: 6px;
          margin-bottom: 6px;
          display: inline-block;
          font-size: 14px;
          line-height: 18px;
          color: #c4c4c4;
          height: 20px;
          width: 20px;
          box-sizing: border-box;
          border: 1px solid #c4c4c4;
          text-align: center;
          cursor: auto; }
          .brand .conLeft .tit1 .t1 a.on {
            color: #333;
            cursor: pointer; }
    .brand .conLeft .itemBox {
      padding-left: 23px;
      box-sizing: border-box;
      margin-top: 7px;
      padding-bottom: 38px; }
      .brand .conLeft .itemBox .item {
        display: flex;
        align-items: flex-start; }
        .brand .conLeft .itemBox .item .t {
          font-size: 14px;
          line-height: 30px;
          font-weight: bold;
          color: #d71101; }
        .brand .conLeft .itemBox .item .t1 {
          margin-left: 22px;
          flex: 1; }
          .brand .conLeft .itemBox .item .t1 a {
            display: block;
            font-size: 14px;
            line-height: 30px;
            color: #333; }
            .brand .conLeft .itemBox .item .t1 a span {
              color: #132958;
              margin-left: 5px; }
            @media (min-width: 1024px) {
              .brand .conLeft .itemBox .item .t1 a:hover {
                color: #132958; } }
  .brand .conRight {
    flex: 1;
    margin-left: 30px; }
    .brand .conRight .title {
      text-align: center; }
      .brand .conRight .title .t {
        font-size: 30px;
        line-height: 32px;
        color: #132958; }
      .brand .conRight .title .line {
        background-color: #132958;
        width: 40px;
        height: 4px;
        margin: 16px auto 0; }
    .brand .conRight .list ul {
      border-top: 1px solid #dadada;
      padding-left: 0;
      margin-top: 40px; }
      .brand .conRight .list ul li {
        border-bottom: 1px solid #dadada;
        margin-bottom: 0; }
        .brand .conRight .list ul li a {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .brand .conRight .list ul li a .pic {
            width: 215px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .brand .conRight .list ul li a .pic img {
              max-width: 70%;
              max-height: 60%; }
          .brand .conRight .list ul li a .con {
            flex: 1;
            margin-right: 35px; }
            .brand .conRight .list ul li a .con .t {
              font-weight: bold;
              text-transform: uppercase;
              font-size: 18px;
              line-height: 20px;
              color: #222; }
            .brand .conRight .list ul li a .con .t1 {
              font-size: 14px;
              line-height: 18px;
              height: 36px;
              color: #555;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 13px; }
          .brand .conRight .list ul li a .btnBox {
            width: 155px;
            text-align: center; }
            .brand .conRight .list ul li a .btnBox .t {
              font-size: 14px;
              line-height: 16px;
              color: #000; }
              .brand .conRight .list ul li a .btnBox .t span {
                color: #132958; }
            .brand .conRight .list ul li a .btnBox .t1 {
              width: 100%;
              font-size: 14px;
              line-height: 31px;
              color: #222;
              background-color: #e1e1e1;
              margin-top: 13px; }
          @media (min-width: 1024px) {
            .brand .conRight .list ul li a:hover .con .t {
              color: #132958; }
            .brand .conRight .list ul li a:hover .btnBox .t1 {
              background-color: #132958;
              color: #fff; } }
  @media (max-width: 1280px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      margin-left: 0; } }
  @media (max-width: 768px) {
    .brand .conRight .title .t {
      font-size: 24px;
      line-height: 26px; }
    .brand .conRight .list {
      margin-top: 20px; }
      .brand .conRight .list ul {
        margin-top: 0; }
        .brand .conRight .list ul li a {
          padding: 15px 0;
          display: block;
          text-align: center; }
          .brand .conRight .list ul li a .pic {
            width: 100%;
            height: auto; }
          .brand .conRight .list ul li a .con {
            margin-right: 0;
            margin-top: 10px; }
          .brand .conRight .list ul li a .btnBox {
            margin: 10px auto 0; } }

.bottom {
  width: 100%;
  background-color: #132958;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 11.875vw; }
  .bottom .con {
    margin-left: 8.3%;
    color: #fff;
    font-weight: bold; }
    .bottom .con .t {
      font-size: 2.08333vw;
      line-height: 2.1875vw; }
    .bottom .con .t1 {
      font-size: 1.04167vw;
      line-height: 1.14583vw;
      margin-top: 12px; }
  .bottom .share {
    display: flex;
    margin-right: 7.8%; }
    .bottom .share a {
      width: 6.66667vw;
      border-radius: 5px;
      padding: 7px;
      background-color: rgba(255, 255, 255, 0.2);
      display: block;
      margin-left: 12px; }
      .bottom .share a img {
        width: 100%; }
  @media (max-width: 768px) {
    .bottom {
      display: block;
      padding: 15px 12px 30px;
      height: auto; }
      .bottom .con {
        margin-left: 0; }
        .bottom .con .t {
          font-size: 18px;
          line-height: 20px; }
        .bottom .con .t1 {
          font-size: 13px;
          line-height: 15px;
          margin-top: 5px; }
      .bottom .share {
        margin-top: 20px;
        margin-right: 0; }
        .bottom .share a {
          width: 50px;
          margin-left: 0;
          margin-right: 10px;
          padding: 4px; } }

.brandInfo {
  padding-top: 16px;
  padding-bottom: 60px; }
  .brandInfo .box {
    display: flex;
    justify-content: space-between; }
    .brandInfo .box .boxLeft {
      flex: 1; }
      .brandInfo .box .boxLeft .top {
        background-size: cover;
        background-image: url("../../images/brand_bg1.jpg");
        width: 100%;
        padding: 28px 18px 25px;
        box-sizing: border-box;
        width: 100%;
        box-shadow: 0px 0px 8.91px 0.09px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 5; }
        .brandInfo .box .boxLeft .top .logo {
          height: 34px; }
        .brandInfo .box .boxLeft .top .t {
          font-size: 18px;
          line-height: 20px;
          color: #222;
          font-weight: bold;
          margin-top: 20px; }
        .brandInfo .box .boxLeft .top .t1 {
          font-size: 12px;
          line-height: 16px;
          height: 80px;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #222;
          max-width: 90%;
          margin-top: 10px; }
        .brandInfo .box .boxLeft .top .t2 {
          margin-top: 20px; }
          .brandInfo .box .boxLeft .top .t2 p {
            font-size: 14px;
            line-height: 16px;
            color: #333;
            font-weight: bold;
            margin-bottom: 0; }
          .brandInfo .box .boxLeft .top .t2 .tt {
            font-size: 0;
            margin-top: 8px; }
            .brandInfo .box .boxLeft .top .t2 .tt a {
              border: 1px solid #bbb;
              color: #666;
              border-radius: 3px;
              margin-right: 6px;
              margin-bottom: 7px;
              padding: 0 6px;
              display: inline-block;
              font-size: 12px;
              line-height: 20px;
              box-sizing: border-box; }
        .brandInfo .box .boxLeft .top .t3 {
          font-size: 14px;
          line-height: 16px;
          margin-top: 8px; }
          .brandInfo .box .boxLeft .top .t3 span {
            font-weight: bold;
            color: #132958; }
          .brandInfo .box .boxLeft .top .t3 a {
            margin-left: 60px;
            font-weight: bold;
            color: #132958; }
      .brandInfo .box .boxLeft .con {
        background-color: #f7f7f7;
        border: 1px solid #e1e1e1;
        border-top: none;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 18px 9px; }
        .brandInfo .box .boxLeft .con .t {
          font-size: 14px;
          font-weight: bold;
          line-height: 16px;
          color: #333; }
        .brandInfo .box .boxLeft .con .t1 {
          font-size: 0;
          margin-top: 2px; }
          .brandInfo .box .boxLeft .con .t1 a {
            margin-right: 18px;
            font-size: 12px;
            line-height: 26px;
            color: #000;
            display: inline-block; }
            .brandInfo .box .boxLeft .con .t1 a span {
              color: #132958; }
    .brandInfo .box .boxRight {
      width: 64.4%;
      margin-left: 20px;
      height: auto;
      display: flex;
      justify-content: space-between; }
      .brandInfo .box .boxRight .picBox {
        width: 62.8%; }
        .brandInfo .box .boxRight .picBox .big {
          width: 100%;
          height: calc(100% - 98px);
          position: relative; }
          .brandInfo .box .boxRight .picBox .big img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .brandInfo .box .boxRight .picBox .sPic {
          margin-top: 8px;
          overflow: hidden;
          position: relative; }
          .brandInfo .box .boxRight .picBox .sPic ul {
            width: 100%;
            padding-left: 0 !important;
            margin: 0 !important; }
            .brandInfo .box .boxRight .picBox .sPic ul li {
              width: 24%;
              float: left;
              margin-right: 1.3%;
              height: 90px;
              position: relative;
              cursor: pointer; }
              .brandInfo .box .boxRight .picBox .sPic ul li:last-child {
                margin-right: 0; }
              .brandInfo .box .boxRight .picBox .sPic ul li img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
          .brandInfo .box .boxRight .picBox .sPic a {
            width: 18px;
            height: 18px;
            position: absolute;
            top: 50%;
            margin-top: -9px;
            display: block;
            z-index: 10;
            background-color: #fff;
            border-radius: 3px;
            overflow: hidden; }
            .brandInfo .box .boxRight .picBox .sPic a.swiper-button-disabled {
              display: none; }
            .brandInfo .box .boxRight .picBox .sPic a img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; }
            .brandInfo .box .boxRight .picBox .sPic a.prev {
              left: 0; }
            .brandInfo .box .boxRight .picBox .sPic a.next {
              right: 0; }
      .brandInfo .box .boxRight .picRight {
        flex: 1;
        margin-left: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .brandInfo .box .boxRight .picRight a {
          width: 100%;
          display: block;
          height: calc(50% - 5px);
          position: relative; }
          .brandInfo .box .boxRight .picRight a .img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .brandInfo .box .boxRight .picRight a:after {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.3);
            position: absolute;
            top: 0;
            z-index: 5;
            left: 0;
            content: ''; }
          .brandInfo .box .boxRight .picRight a .icon {
            width: 43px;
            height: 43px;
            background-color: rgba(0, 0, 0, 0.6);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10; }
            .brandInfo .box .boxRight .picRight a .icon img {
              width: 20px;
              height: 22px; }
          .brandInfo .box .boxRight .picRight a .t {
            text-align: center;
            width: 100%;
            font-size: 32px;
            line-height: 34px;
            color: #fbf8f4;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            z-index: 10;
            font-weight: bold; }
  .brandInfo .content {
    padding-top: 42px; }
    .brandInfo .content .title {
      text-align: center; }
      .brandInfo .content .title .t {
        font-size: 30px;
        line-height: 32px;
        color: #132958; }
      .brandInfo .content .title .line {
        width: 40px;
        height: 4px;
        background-color: #132958;
        margin: 16px auto 0; }
    .brandInfo .content #pagesize {
      margin-top: 20px; }
  @media (max-width: 1280px) {
    .brandInfo .box {
      display: block; }
      .brandInfo .box .boxRight {
        width: 100%;
        margin-left: 0;
        margin-top: 15px; }
        .brandInfo .box .boxRight .picBox .big {
          padding-bottom: 68.5%;
          height: 0; } }
  @media (max-width: 768px) {
    .brandInfo {
      padding-bottom: 30px; }
      .brandInfo .box {
        display: block; }
        .brandInfo .box .boxRight {
          display: block; }
          .brandInfo .box .boxRight .picBox {
            width: 100%; }
            .brandInfo .box .boxRight .picBox .big {
              padding-bottom: 68.5%;
              height: 0; }
            .brandInfo .box .boxRight .picBox .sPic {
              margin-top: 5px; }
              .brandInfo .box .boxRight .picBox .sPic ul li {
                height: 60px; }
          .brandInfo .box .boxRight .picRight {
            flex-direction: row;
            width: 100%;
            margin-left: 0;
            margin-top: 5px; }
            .brandInfo .box .boxRight .picRight a {
              width: calc(50% - 2.5px);
              height: 0;
              padding-bottom: 35.6%; }
      .brandInfo .content {
        padding-top: 25px; }
        .brandInfo .content .title .t {
          font-size: 24px;
          line-height: 26px; }
      .brandInfo .box .boxLeft .top {
        padding: 15px; } }

.proList {
  margin-top: 40px; }
  .proList ul li {
    width: 19.1%;
    float: left;
    margin-right: 1.125%;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    margin-bottom: 30px; }
    .proList ul li:nth-child(5n) {
      margin-right: 0; }
    .proList ul li a {
      width: 100%;
      display: block;
      background-color: #f9f9f9; }
      .proList ul li a .pic {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        position: relative;
        overflow: hidden;
        background-color: #fff; }
        .proList ul li a .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          transition: all 1.2s; }
      .proList ul li a .con {
        padding: 23px 20px 22px;
        box-sizing: border-box;
        width: 100%; }
        .proList ul li a .con .tits {
          font-size: 14px;
          line-height: 18px;
          height: 36px;
          color: #222;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: bold; }
        .proList ul li a .con .tit {
          font-size: 12px;
          line-height: 16px;
          color: #777;
          height: 48px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 11px; }
        .proList ul li a .con .line {
          width: 100%;
          height: 1px;
          background-color: #f2f2f2;
          margin-top: 23px; }
        .proList ul li a .con .more {
          width: 156px;
          height: 30px;
          background-color: #e1e1e1;
          text-align: center;
          font-size: 14px;
          line-height: 30px;
          margin: 12px auto 0;
          color: #222; }
    @media (min-width: 1024px) {
      .proList ul li:hover {
        border-color: #132958; }
        .proList ul li:hover a {
          background-color: #132958; }
          .proList ul li:hover a .pic img {
            transform: scale(1.1); }
          .proList ul li:hover a .con {
            background-color: #132958; }
            .proList ul li:hover a .con .tits {
              color: #fff; }
            .proList ul li:hover a .con .tit {
              color: #fff; }
            .proList ul li:hover a .con .line {
              background-color: #77839c; }
            .proList ul li:hover a .con .more {
              background-color: #f0f0f0;
              color: #132958; } }
  @media (max-width: 1280px) {
    .proList ul li {
      width: 24%;
      margin-right: 1.33%; }
      .proList ul li:nth-child(5n) {
        margin-right: 1.33%; }
      .proList ul li:nth-child(4n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .proList ul li {
      width: 32%;
      margin-right: 2%; }
      .proList ul li:nth-child(4n) {
        margin-right: 2%; }
      .proList ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .proList {
      margin-top: 20px; }
      .proList ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px; }
        .proList ul li:nth-child(3n) {
          margin-right: 3%; }
        .proList ul li:nth-child(2n) {
          margin-right: 0; }
        .proList ul li a .con {
          padding: 10px; } }

.product {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 50px; }
  .product .conLeft {
    width: 354px;
    box-sizing: border-box; }
    .product .conLeft .title {
      background-color: #132958;
      font-size: 20px;
      line-height: 70px;
      color: #fff;
      font-weight: bold;
      padding-left: 25px;
      box-sizing: border-box;
      text-transform: uppercase; }
    .product .conLeft .itemBox {
      border: 1px solid #132958;
      border-top: none;
      padding-left: 25px;
      box-sizing: border-box;
      width: 100%;
      padding-bottom: 22px; }
      .product .conLeft .itemBox .item .tits {
        font-size: 18px;
        line-height: 58px;
        border-bottom: 1px solid #dadada;
        font-weight: bold;
        color: #222;
        display: block;
        position: relative; }
        .product .conLeft .itemBox .item .tits:after {
          width: 53px;
          height: 4px;
          background-color: #132958;
          content: '';
          position: absolute;
          left: 0;
          bottom: -2px; }
        .product .conLeft .itemBox .item .tits i {
          font-weight: bold; }
        .product .conLeft .itemBox .item .tits span {
          color: #132958; }
        .product .conLeft .itemBox .item .tits.on {
          color: #132958; }
      .product .conLeft .itemBox .item .tit {
        padding-top: 11px; }
        .product .conLeft .itemBox .item .tit a {
          display: block;
          padding-left: 30px;
          font-size: 14px;
          line-height: 32px;
          color: #222;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../../images/icon2.png"); }
          .product .conLeft .itemBox .item .tit a span {
            color: #132958; }
          .product .conLeft .itemBox .item .tit a.on {
            background-image: url("../../images/icon2_h.png");
            color: #132958; }
  .product .conRight {
    flex: 1;
    margin-left: 30px; }
    .product .conRight .top {
      background-color: #f0f0f0;
      padding-left: 5%;
      padding-right: 4.4%;
      box-sizing: border-box;
      display: flex;
      width: 100%;
      height: 84px;
      box-sizing: border-box;
      align-items: center;
      position: relative;
      z-index: 10; }
      .product .conRight .top .t {
        font-size: 18px;
        line-height: 20px;
        color: #132958;
        font-weight: bold;
        margin-right: 30px; }
      .product .conRight .top .selBox {
        flex: 1;
        display: grid;
        grid-gap: 5px;
        grid-template-columns: 1fr 1fr 1fr; }
        .product .conRight .top .selBox .sel {
          cursor: pointer;
          position: relative; }
          .product .conRight .top .selBox .sel .tits {
            width: 100%;
            height: 43px;
            border-radius: 4px;
            background-color: #fff;
            display: flex;
            align-items: center;
            padding: 0 10px 0 9px;
            align-items: center; }
            .product .conRight .top .selBox .sel .tits i {
              width: 20px;
              height: 20px;
              background-color: #132958;
              border-radius: 100%;
              text-align: center;
              color: #fff;
              font-size: 14px;
              line-height: 20px; }
            .product .conRight .top .selBox .sel .tits span {
              flex: 1;
              margin-left: 8px;
              margin-right: 5px;
              font-size: 14px;
              line-height: 43px;
              color: #333;
              white-space: nowrap; }
            .product .conRight .top .selBox .sel .tits img {
              width: 16px;
              height: 8px; }
          .product .conRight .top .selBox .sel ul {
            width: 100%;
            position: absolute;
            top: 45px;
            left: 0;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 2.264px 1.968px 6px 0px rgba(11, 3, 6, 0.03);
            border: 1px solid #eeeeee;
            overflow: hidden;
            max-height: 250px;
            overflow: auto;
            padding-left: 14px;
            box-sizing: border-box;
            padding-top: 8px;
            padding-bottom: 15px;
            margin-top: 0;
            display: none;
            background-color: #fff; }
            .product .conRight .top .selBox .sel ul li a {
              display: block;
              font-size: 13px;
              line-height: 25px;
              color: #333;
              box-sizing: border-box;
              padding-left: 9px; }
              @media (min-width: 1024px) {
                .product .conRight .top .selBox .sel ul li a:hover {
                  color: #132958; } }
            .product .conRight .top .selBox .sel ul::-webkit-scrollbar {
              width: 5px;
              height: 5px; }
            .product .conRight .top .selBox .sel ul::-webkit-scrollbar-button:vertical {
              display: none; }
            .product .conRight .top .selBox .sel ul::-webkit-scrollbar-track:vertical {
              background-color: black; }
            .product .conRight .top .selBox .sel ul::-webkit-scrollbar-track-piece {
              background: #fff; }
            .product .conRight .top .selBox .sel ul::-webkit-scrollbar-thumb:vertical {
              background-color: #d1d1d1;
              border-radius: 30px; }
            .product .conRight .top .selBox .sel ul::-webkit-scrollbar-thumb:vertical:hover {
              background-color: #3B3B3B; }
            .product .conRight .top .selBox .sel ul::-webkit-scrollbar-corner:vertical {
              background-color: #fff; }
            .product .conRight .top .selBox .sel ul::-webkit-scrollbar-resizer:vertical {
              background-color: #FF6E00; }
          .product .conRight .top .selBox .sel.on {
            z-index: 5; }
      .product .conRight .top .right {
        margin-left: 32px;
        display: flex;
        align-items: center; }
        .product .conRight .top .right .searchClick {
          width: 94px;
          height: 43px;
          border-radius: 4px;
          background-color: #023dbb;
          display: flex;
          justify-content: center;
          font-size: 20px;
          line-height: 43px;
          color: #fff; }
          .product .conRight .top .right .searchClick span {
            margin-left: 10px;
            font-size: 18px; }
        .product .conRight .top .right .reset {
          font-size: 14px;
          line-height: 18px;
          color: #132958;
          text-decoration: underline;
          display: block;
          margin-left: 18px; }
    .product .conRight .proList {
      margin-top: 30px; }
      .product .conRight .proList ul li {
        width: 23%;
        margin-right: 2.6%; }
        .product .conRight .proList ul li:nth-child(5n) {
          margin-right: 2.6%; }
        .product .conRight .proList ul li:nth-child(4n) {
          margin-right: 0; }
        .product .conRight .proList ul li a .con {
          padding-bottom: 12px; }
    .product .conRight #pagesize {
      margin-top: 20px; }
  @media (max-width: 1366px) {
    .product .conLeft {
      width: 320px; }
    .product .conRight .top {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 1280px) {
    .product .conLeft {
      display: none; }
    .product .conRight {
      margin-left: 0; } }
  @media (max-width: 1024px) {
    .product .conRight .proList ul li {
      width: 32%;
      margin-right: 2%; }
      .product .conRight .proList ul li:nth-child(5n) {
        margin-right: 2%; }
      .product .conRight .proList ul li:nth-child(4n) {
        margin-right: 2%; }
      .product .conRight .proList ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 960px) {
    .product .conRight .top {
      display: block;
      height: auto;
      padding: 15px; }
      .product .conRight .top .t br {
        display: none; }
      .product .conRight .top .selBox {
        margin-top: 10px; }
      .product .conRight .top .right {
        margin-left: 0px;
        margin-top: 10px; } }
  @media (max-width: 768px) {
    .product {
      padding-bottom: 30px; }
      .product .conRight .top .selBox {
        grid-template-columns: 1fr; }
      .product .conRight .proList ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px; }
        .product .conRight .proList ul li:nth-child(3n) {
          margin-right: 3%; }
        .product .conRight .proList ul li:nth-child(2n) {
          margin-right: 0; }
      .product .conRight #pagesize {
        margin-top: 10px; } }

.productInfo {
  padding-top: 16px;
  padding-bottom: 20px; }
  .productInfo .box1 .title {
    display: flex;
    justify-content: space-between; }
    .productInfo .box1 .title .t {
      font-size: 30px;
      line-height: 32px;
      font-weight: bold;
      color: #222;
      flex: 1;
      margin-right: 15px; }
    .productInfo .box1 .title .share {
      width: 158px;
      position: relative; }
      .productInfo .box1 .title .share .aBox {
        width: 100%;
        position: absolute;
        top: 0;
        display: flex;
        justify-content: space-between; }
        .productInfo .box1 .title .share .aBox a {
          width: 28px;
          height: 27px;
          display: block; }
  .productInfo .box1 .boxNew {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    border-top: 1px solid #f5f5f5; }
    .productInfo .box1 .boxNew .picBox {
      width: 57.6%;
      display: flex;
      justify-content: space-between; }
      .productInfo .box1 .boxNew .picBox .bigImg {
        flex: 1;
        margin-right: 30px;
        height: 490px;
        position: relative;
        border: 1px solid #ebebeb;
        background-color: #fff;
        box-sizing: border-box; }
        .productInfo .box1 .boxNew .picBox .bigImg img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: contain; }
      .productInfo .box1 .boxNew .picBox .sImg {
        width: 148px;
        height: 490px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .productInfo .box1 .boxNew .picBox .sImg a {
          width: 100%;
          height: 110px;
          display: block;
          position: relative; }
          .productInfo .box1 .boxNew .picBox .sImg a img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: contain; }
          .productInfo .box1 .boxNew .picBox .sImg a:last-child:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.56);
            content: '';
            z-index: 5; }
          .productInfo .box1 .boxNew .picBox .sImg a span {
            width: 100%;
            text-align: center;
            font-size: 18px;
            line-height: 20px;
            color: #fff;
            position: absolute;
            display: block;
            z-index: 10;
            font-weight: bold;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
    .productInfo .box1 .boxNew .conBox {
      width: 35%;
      padding-top: 32px; }
      .productInfo .box1 .boxNew .conBox .tit .t {
        font-size: 18px;
        line-height: 34px;
        color: #666;
        display: flex; }
        .productInfo .box1 .boxNew .conBox .tit .t .tt {
          width: 50%; }
          .productInfo .box1 .boxNew .conBox .tit .t .tt:last-child {
            color: #222; }
      .productInfo .box1 .boxNew .conBox .btns {
        display: flex;
        margin-top: 50px; }
        .productInfo .box1 .boxNew .conBox .btns a {
          width: 188px;
          height: 50px;
          text-align: center;
          font-size: 18px;
          line-height: 50px;
          color: #222;
          display: block;
          margin-right: 28px;
          background-color: #e1e1e1; }
          .productInfo .box1 .boxNew .conBox .btns a:nth-child(1) {
            background-color: #132958;
            color: #fff; }
  .productInfo .content {
    display: flex;
    justify-content: space-between;
    margin-top: 45px; }
    .productInfo .content .conLeft {
      width: 63.1%;
      overflow: hidden; }
      .productInfo .content .conLeft ul {
        margin: 0; }
      .productInfo .content .conLeft .info {
        border-top: 1px solid #f2f2f2; }
        .productInfo .content .conLeft .info .item {
          border-bottom: 1px solid #f2f2f2;
          padding: 17px 0; }
          .productInfo .content .conLeft .info .item .tits {
            font-size: 20px;
            line-height: 22px;
            color: #000;
            font-weight: bold; }
          .productInfo .content .conLeft .info .item .tit {
            margin-top: 11px; }
            .productInfo .content .conLeft .info .item .tit .t {
              width: 50%;
              float: left;
              display: flex;
              align-items: center; }
              .productInfo .content .conLeft .info .item .tit .t .tt {
                width: 50%;
                font-size: 15px;
                line-height: 26px;
                color: #222; }
                .productInfo .content .conLeft .info .item .tit .t .tt:nth-child(2) {
                  flex: 1; }
      .productInfo .content .conLeft .details {
        margin-top: 17px; }
        .productInfo .content .conLeft .details .tits {
          font-size: 20px;
          line-height: 22px;
          color: #333;
          font-weight: bold; }
        .productInfo .content .conLeft .details .tableBox {
          margin-top: 22px; }
          .productInfo .content .conLeft .details .tableBox table {
            width: 100%;
            border: 1px solid #f2f2f2; }
            .productInfo .content .conLeft .details .tableBox table tr th {
              background-color: #e4e4e4;
              height: 63px;
              font-size: 18px;
              color: #000;
              text-align: left; }
            .productInfo .content .conLeft .details .tableBox table tr td {
              height: 35px;
              font-size: 15px;
              color: #000;
              border: 1px solid #f2f2f2; }
              .productInfo .content .conLeft .details .tableBox table tr td:nth-child(1) {
                border-left: none; }
              .productInfo .content .conLeft .details .tableBox table tr td:last-child {
                border-right: none; }
            .productInfo .content .conLeft .details .tableBox table tr th, .productInfo .content .conLeft .details .tableBox table tr td {
              padding: 0 15px;
              overflow-wrap: break-word; }
      .productInfo .content .conLeft .conBox {
        margin-top: 28px; }
        .productInfo .content .conLeft .conBox .title {
          font-size: 20px;
          line-height: 22px;
          font-weight: bold;
          color: #333; }
        .productInfo .content .conLeft .conBox .titleX {
          width: calc(100% - 15px);
          position: relative; }
          .productInfo .content .conLeft .conBox .titleX img {
            width: 100%; }
          .productInfo .content .conLeft .conBox .titleX p {
            position: absolute;
            height: 100%;
            width: 100%;
            box-sizing: border-box;
            left: 14px;
            top: 0;
            display: flex;
            align-items: center;
            font-size: 22px;
            /* font-size: 26px; */
            line-height: 28px;
            color: #fff;
            font-weight: bold;
            margin: 0; }
        .productInfo .content .conLeft .conBox .conNew {
          width: 750px;
          margin: 25px auto 0;
          max-width: 100%; }
          .productInfo .content .conLeft .conBox .conNew li {
            height: 0;
            position: relative;
            overflow: hidden; }
            .productInfo .content .conLeft .conBox .conNew li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .productInfo .content .conLeft .conBox .conNew .ps .itemBox {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 12px;
            padding: 0 15px; }
            .productInfo .content .conLeft .conBox .conNew .ps .itemBox .item {
              width: calc(50% - 7px); }
              .productInfo .content .conLeft .conBox .conNew .ps .itemBox .item .tits {
                font-size: 14px;
                line-height: 30px;
                color: #fff;
                padding-left: 8px;
                box-sizing: border-box;
                width: 100%;
                background-image: -moz-linear-gradient(180deg, #dd0215 0%, #142959 100%);
                background-image: -webkit-linear-gradient(180deg, #dd0215 0%, #142959 100%);
                background-image: -ms-linear-gradient(180deg, #dd0215 0%, #142959 100%); }
              .productInfo .content .conLeft .conBox .conNew .ps .itemBox .item ul {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                background-color: #142959;
                margin-top: 0;
                margin-bottom: 14px; }
                .productInfo .content .conLeft .conBox .conNew .ps .itemBox .item ul li {
                  padding-bottom: 31.5%;
                  margin-bottom: 5px;
                  width: calc(50% - 2.5px); }
                  .productInfo .content .conLeft .conBox .conNew .ps .itemBox .item ul li:nth-child(3), .productInfo .content .conLeft .conBox .conNew .ps .itemBox .item ul li:nth-child(4) {
                    margin-bottom: 0; }
          .productInfo .content .conLeft .conBox .conNew .oa .oaNew {
            width: 100%;
            position: relative;
            margin-top: 10px; }
            .productInfo .content .conLeft .conBox .conNew .oa .oaNew .itemBox {
              width: 100%;
              display: flex;
              flex-wrap: wrap;
              position: absolute;
              top: 37px;
              left: 0; }
              .productInfo .content .conLeft .conBox .conNew .oa .oaNew .itemBox .item {
                width: 25%;
                text-align: center;
                margin-bottom: 40px; }
                .productInfo .content .conLeft .conBox .conNew .oa .oaNew .itemBox .item img {
                  display: block;
                  margin: 0 auto; }
                .productInfo .content .conLeft .conBox .conNew .oa .oaNew .itemBox .item p {
                  font-size: 12px;
                  line-height: 18px;
                  color: #000;
                  margin-top: 6px;
                  margin-bottom: 0; }
                  .productInfo .content .conLeft .conBox .conNew .oa .oaNew .itemBox .item p span {
                    font-size: 16px;
                    color: #e6171f;
                    font-weight: bold; }
          .productInfo .content .conLeft .conBox .conNew .of {
            margin-top: 10px; }
            .productInfo .content .conLeft .conBox .conNew .of .ofNew {
              padding: 0 15px;
              margin-top: 14px; }
              .productInfo .content .conLeft .conBox .conNew .of .ofNew .itemBox {
                width: 100%;
                display: flex;
                justify-content: space-between; }
                .productInfo .content .conLeft .conBox .conNew .of .ofNew .itemBox .item {
                  width: 30.6%;
                  display: flex;
                  font-size: 12px;
                  line-height: 15px;
                  color: #4c4c4c;
                  align-items: flex-start; }
                  .productInfo .content .conLeft .conBox .conNew .of .ofNew .itemBox .item img {
                    width: 11px;
                    margin-left: 8px;
                    margin-right: 6px;
                    display: block;
                    margin-top: 7px; }
                  .productInfo .content .conLeft .conBox .conNew .of .ofNew .itemBox .item .t {
                    flex: 1; }
              .productInfo .content .conLeft .conBox .conNew .of .ofNew ul {
                display: flex;
                justify-content: space-between;
                width: 100%;
                flex-wrap: wrap;
                margin-top: 10px; }
                .productInfo .content .conLeft .conBox .conNew .of .ofNew ul li {
                  width: 23.9%;
                  padding-bottom: 16%;
                  margin-bottom: 6px;
                  box-sizing: border-box;
                  border: 1px solid #e52e3d; }
          .productInfo .content .conLeft .conBox .conNew .sc {
            margin-top: 5px; }
            .productInfo .content .conLeft .conBox .conNew .sc .list {
              margin-top: 10px;
              padding: 0 10px;
              box-sizing: border-box;
              width: 100%;
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap; }
              .productInfo .content .conLeft .conBox .conNew .sc .list .item {
                width: 24%;
                background-color: #e8eef8;
                margin-bottom: 10px; }
                .productInfo .content .conLeft .conBox .conNew .sc .list .item .pic {
                  width: 100%;
                  height: 0;
                  position: relative;
                  overflow: hidden;
                  padding-bottom: 74.3%; }
                  /* padding-bottom: 66.3%; } */
                  .productInfo .content .conLeft .conBox .conNew .sc .list .item .pic img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
                .productInfo .content .conLeft .conBox .conNew .sc .list .item .t {
                  padding: 0 5px;
                  box-sizing: border-box;
                  font-size: 11px;
                  line-height: 13px;
                  height: 26px;
                  box-sizing: content-box;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  color: #1d2088;
                  margin: 6px 0; }
          .productInfo .content .conLeft .conBox .conNew .ass .assNew {
            background-color: #e8eef8;
            padding: 10px;
            display: flex;
            justify-content: space-between;
            margin-top: 10px; }
            .productInfo .content .conLeft .conBox .conNew .ass .assNew .item {
              width: 24%; }
              .productInfo .content .conLeft .conBox .conNew .ass .assNew .item .t {
                font-size: 18px;
                line-height: 20px;
                color: #142959;
                font-weight: bold;
                margin-top: 6px; }
              .productInfo .content .conLeft .conBox .conNew .ass .assNew .item .t1 {
                font-size: 12px;
                line-height: 15px;
                color: #4c4c4c;
                margin-top: 6px; }
          .productInfo .content .conLeft .conBox .conNew .oc {
            margin-top: 10px;
            margin-bottom: 9px; }
            .productInfo .content .conLeft .conBox .conNew .oc .list {
              margin-top: 15px;
              display: flex;
              justify-content: space-between;
              padding: 0 18px;
              box-sizing: border-box; }
              .productInfo .content .conLeft .conBox .conNew .oc .list .item {
                width: 13.5%; }
                .productInfo .content .conLeft .conBox .conNew .oc .list .item .t {
                  text-align: center;
                  font-size: 10px;
                  line-height: 12px;
                  color: #979797;
                  margin-top: 13px; }
          .productInfo .content .conLeft .conBox .conNew .twc {
            margin-top: 10px; }
          .productInfo .content .conLeft .conBox .conNew .opt {
            margin-top: 10px; }
            .productInfo .content .conLeft .conBox .conNew .opt .optNew {
              padding: 0 18px;
              box-sizing: border-box; }
              .productInfo .content .conLeft .conBox .conNew .opt .optNew .item {
                padding: 0 20px;
                box-sizing: 0;
                font-size: 12px;
                line-height: 18px;
                color: #4c4c4c;
                padding-top: 15px; }
                .productInfo .content .conLeft .conBox .conNew .opt .optNew .item .t {
                  margin-bottom: 7px; }
                  .productInfo .content .conLeft .conBox .conNew .opt .optNew .item .t span {
                    color: #c30d23;
                    display: block;
                    font-weight: bold; }
              .productInfo .content .conLeft .conBox .conNew .opt .optNew .pic {
                width: 100%;
                margin-top: 11px; }
          .productInfo .content .conLeft .conBox .conNew .co {
            margin-top: 23px; }
            .productInfo .content .conLeft .conBox .conNew .co .coNew {
              display: flex;
              padding: 0 30px;
              box-sizing: border-box;
              justify-content: space-between;
              margin-top: 21px; }
              .productInfo .content .conLeft .conBox .conNew .co .coNew .con {
                width: 49.3%;
                padding-top: 18px;
                position: relative; }
                .productInfo .content .conLeft .conBox .conNew .co .coNew .con .img {
                  position: absolute;
                  top: 18px;
                  right: 0; }
                .productInfo .content .conLeft .conBox .conNew .co .coNew .con .t .tt {
                  font-size: 12px;
                  line-height: 18px;
                  display: flex;
                  align-items: center; }
                  .productInfo .content .conLeft .conBox .conNew .co .coNew .con .t .tt span {
                    color: #ff0016;
                    margin-right: 5px; }
                  .productInfo .content .conLeft .conBox .conNew .co .coNew .con .t .tt strong {
                    color: #4c4c4c;
                    font-weight: bold;
                    margin-right: 5px; }
                .productInfo .content .conLeft .conBox .conNew .co .coNew .con .t1 {
                  margin-bottom: 5px; }
                  .productInfo .content .conLeft .conBox .conNew .co .coNew .con .t1 .tt {
                    font-size: 12px;
                    line-height: 18px;
                    color: #4c4c4c;
                    display: flex;
                    align-items: flex-start; }
                    .productInfo .content .conLeft .conBox .conNew .co .coNew .con .t1 .tt img {
                      margin-right: 4px;
                      margin-top: 2px; }
                .productInfo .content .conLeft .conBox .conNew .co .coNew .con .share {
                  position: relative;
                  margin-top: 6px;
                  width: 275px; }
                  .productInfo .content .conLeft .conBox .conNew .co .coNew .con .share .aBox {
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    display: flex;
                    justify-content: space-between; }
                    .productInfo .content .conLeft .conBox .conNew .co .coNew .con .share .aBox a {
                      width: 42px;
                      height: 42px;
                      display: block; }
              .productInfo .content .conLeft .conBox .conNew .co .coNew .picBox {
                width: 47.2%;
                display: flex;
                justify-content: space-between; }
                .productInfo .content .conLeft .conBox .conNew .co .coNew .picBox .item {
                  width: calc(50% - 0.5px); }
                  .productInfo .content .conLeft .conBox .conNew .co .coNew .picBox .item .pic {
                    width: 100%; }
                    .productInfo .content .conLeft .conBox .conNew .co .coNew .picBox .item .pic img {
                      width: 100%; }
                    .productInfo .content .conLeft .conBox .conNew .co .coNew .picBox .item .pic:nth-child(1) {
                      margin-bottom: 1px; }
          .productInfo .content .conLeft .conBox .conNew .faq {
            margin-top: 5px; }
            .productInfo .content .conLeft .conBox .conNew .faq .itemBox {
              background-color: #e8eef8;
              padding: 14px 32px 10px 20px; }
              .productInfo .content .conLeft .conBox .conNew .faq .itemBox .item {
                border-bottom: 1px solid #142959;
                padding-bottom: 9px;
                padding-top: 6px; }
                .productInfo .content .conLeft .conBox .conNew .faq .itemBox .item:last-child {
                  border-bottom: none; }
                .productInfo .content .conLeft .conBox .conNew .faq .itemBox .item .tits {
                  display: flex;
                  align-items: flex-start;
                  font-size: 15px;
                  line-height: 24px;
                  font-weight: bold;
                  color: #4c4c4c; }
                  .productInfo .content .conLeft .conBox .conNew .faq .itemBox .item .tits img {
                    margin-top: 7px;
                    width: 11px;
                    height: 11px; }
                .productInfo .content .conLeft .conBox .conNew .faq .itemBox .item .tit {
                  font-size: 12px;
                  line-height: 18px;
                  color: #4c4c4c; }
    .productInfo .content .conRight {
      width: 34.9%; }
      .productInfo .content .conRight .top {
        background-size: cover;
        background-image: url("../../images/x5.jpg");
        background-position: right bottom;
        width: 100%;
        padding: 28px 25px 25px;
        box-sizing: border-box;
        width: 100%;
        box-shadow: 0px 0px 8.91px 0.09px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 5; }
        .productInfo .content .conRight .top .logo {
          height: 34px;
          position: absolute;
          top: 28px;
          right: 24px; }
        .productInfo .content .conRight .top .t {
          font-size: 18px;
          line-height: 20px;
          color: #222;
          font-weight: bold;
          max-width: 65%; }
        .productInfo .content .conRight .top .t1 {
          font-size: 12px;
          line-height: 16px;
          height: 80px;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #222;
          max-width: 90%;
          margin-top: 10px;
          max-width: 65%; }
        .productInfo .content .conRight .top .t2 {
          margin-top: 20px; }
          .productInfo .content .conRight .top .t2 p {
            font-size: 14px;
            line-height: 16px;
            color: #333;
            font-weight: bold;
            margin-bottom: 0; }
          .productInfo .content .conRight .top .t2 .tt {
            font-size: 0;
            margin-top: 8px;
            max-width: 80%; }
            .productInfo .content .conRight .top .t2 .tt a {
              border: 1px solid #bbb;
              color: #666;
              border-radius: 3px;
              margin-right: 6px;
              margin-bottom: 7px;
              padding: 0 6px;
              display: inline-block;
              font-size: 12px;
              line-height: 20px;
              box-sizing: border-box; }
        .productInfo .content .conRight .top .t3 {
          font-size: 14px;
          line-height: 16px;
          margin-top: 8px; }
          .productInfo .content .conRight .top .t3 span {
            font-weight: bold;
            color: #132958; }
          .productInfo .content .conRight .top .t3 a {
            margin-left: 60px;
            font-weight: bold;
            color: #132958; }
      .productInfo .content .conRight .proList {
        margin-top: 43px; }
        .productInfo .content .conRight .proList ul li {
          width: 100%;
          float: none;
          margin-bottom: 40px; }
          .productInfo .content .conRight .proList ul li a {
            display: flex; }
            .productInfo .content .conRight .proList ul li a .pic {
              width: 50%;
              height: 182px;
              padding-bottom: 0; }
            .productInfo .content .conRight .proList ul li a .con {
              width: 50%;
              padding: 16px 22px 0; }
              .productInfo .content .conRight .proList ul li a .con .line {
                margin-top: 12px; }
  .productInfo .hotList {
    margin-top: 36px; }
    .productInfo .hotList .title {
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      color: #333; }
    .productInfo .hotList .proList {
      margin-top: 24px; }
  @media (max-width: 1280px) {
    .productInfo .hotList .proList ul li:last-child {
      display: none; }
    .productInfo .box1 .title .t {
      font-size: 22px;
      line-height: 24px; }
    .productInfo .box1 .boxNew .picBox .bigImg {
      height: 380px; }
    .productInfo .box1 .boxNew .picBox .sImg {
      width: 120px;
      height: 380px; }
      .productInfo .box1 .boxNew .picBox .sImg a {
        height: 90px; }
    .productInfo .box1 .boxNew .conBox {
      padding-top: 20px; }
      .productInfo .box1 .boxNew .conBox .tit .t {
        font-size: 14px;
        line-height: 28px; }
      .productInfo .box1 .boxNew .conBox .btns {
        margin-top: 18px; }
        .productInfo .box1 .boxNew .conBox .btns a {
          width: 150px;
          height: 40px;
          font-size: 14px;
          line-height: 40px; }
    .productInfo .content .conLeft {
      margin-right: 0;
      width: 100%; }
    .productInfo .content .conRight {
      display: none; } }
  @media (max-width: 1024px) {
    .productInfo .hotList .proList ul li:nth-child(4) {
      display: none; } }
  @media (max-width: 768px) {
    .productInfo .hotList .proList ul li:nth-child(4) {
      display: block; }
    .productInfo .content {
      display: block; }
      .productInfo .content .conRight {
        width: 100%;
        display: block;
        margin-top: 15px; }
        .productInfo .content .conRight .proList {
          display: none; }
        .productInfo .content .conRight .top {
          padding: 15px; }
          .productInfo .content .conRight .top .logo {
            position: relative;
            top: auto;
            right: auto;
            margin-bottom: 10px; }
          .productInfo .content .conRight .top .t {
            max-width: 100%; }
    .productInfo .box1 .title {
      display: block; }
      .productInfo .box1 .title .t {
        font-size: 18px;
        line-height: 24px; }
      .productInfo .box1 .title .share {
        margin-top: 10px; }
    .productInfo .box1 .boxNew {
      display: block;
      border-top: none; }
      .productInfo .box1 .boxNew .picBox {
        width: 100%;
        display: block;
        margin-right: 0; }
      .productInfo .box1 .boxNew .conBox {
        width: 100%;
        height: auto;
        flex-direction: row; }
    .productInfo .box1 .boxNew .picBox .bigImg {
      height: 25vh;
      width: 100%; }
    .productInfo .box1 .boxNew .picBox .sImg {
      margin-top: 5px;
      width: 100%;
      height: auto;
      justify-content: space-between;
      flex-direction: row; }
      .productInfo .box1 .boxNew .picBox .sImg a {
        width: 24%;
        height: 80px; }
        .productInfo .box1 .boxNew .picBox .sImg a span {
          font-size: 14px; }
    .productInfo .content .conLeft .info .item .tits {
      font-size: 18px;
      line-height: 22px; }
    .productInfo .content .conLeft .info .item .tit .t {
      width: 100%; }
      .productInfo .content .conLeft .info .item .tit .t .tt {
        font-size: 14px;
        line-height: 22px; }
    .productInfo .content .conLeft .details .tableBox {
      margin-top: 10px;
      width: 100%;
      overflow-x: auto; }
      .productInfo .content .conLeft .details .tableBox table {
        width: 600px; }
        .productInfo .content .conLeft .details .tableBox table tr th {
          font-size: 16px;
          height: 40px; }
        .productInfo .content .conLeft .details .tableBox table tr td {
          font-size: 14px; }
        .productInfo .content .conLeft .details .tableBox table tr th, .productInfo .content .conLeft .details .tableBox table tr td {
          padding: 0 10px; }
    .productInfo .content .conLeft .conBox .titleX {
      width: 530px; }
      .productInfo .content .conLeft .conBox .titleX p {
        font-size: 18px;
        line-height: 20px; }
    .productInfo .content .conLeft .conBox .conNew .ps .itemBox {
      padding: 0; }
      .productInfo .content .conLeft .conBox .conNew .ps .itemBox .item {
        width: 100%; }
    .productInfo .content .conLeft .conBox .conNew .oa .oaNew {
      overflow: hidden; }
      .productInfo .content .conLeft .conBox .conNew .oa .oaNew .img {
        width: 300%;
        margin-left: -100%;
        max-width: 300%; }
      .productInfo .content .conLeft .conBox .conNew .oa .oaNew .itemBox {
        top: 15px; }
        .productInfo .content .conLeft .conBox .conNew .oa .oaNew .itemBox .item {
          width: 50%;
          margin-bottom: 15px; }
    .productInfo .content .conLeft .conBox .conNew .of .ofNew {
      padding: 0; }
      .productInfo .content .conLeft .conBox .conNew .of .ofNew .itemBox {
        display: block; }
        .productInfo .content .conLeft .conBox .conNew .of .ofNew .itemBox .item {
          width: 100%;
          margin-bottom: 15px; }
      .productInfo .content .conLeft .conBox .conNew .of .ofNew ul li {
        width: 49%;
        padding-bottom: 32%; }
    .productInfo .content .conLeft .conBox .conNew .sc .list {
      padding: 0; }
      .productInfo .content .conLeft .conBox .conNew .sc .list .item {
        width: calc(50% - 2.5px); }
    .productInfo .content .conLeft .conBox .conNew .ass .assNew {
      flex-wrap: wrap; }
      .productInfo .content .conLeft .conBox .conNew .ass .assNew .item {
        margin-bottom: 10px;
        width: 48%; }
    .productInfo .content .conLeft .conBox .conNew .oc .list {
      flex-wrap: wrap; }
      .productInfo .content .conLeft .conBox .conNew .oc .list .item {
        width: 32%;
        margin-bottom: 10px; }
        .productInfo .content .conLeft .conBox .conNew .oc .list .item .t {
          font-size: 12px;
          margin-top: 5px; }
    .productInfo .content .conLeft .conBox .conNew .co .coNew {
      padding: 0;
      display: block;
      margin-top: 0; }
      .productInfo .content .conLeft .conBox .conNew .co .coNew .con {
        width: 100%; }
        .productInfo .content .conLeft .conBox .conNew .co .coNew .con .share {
          width: 185px; }
          .productInfo .content .conLeft .conBox .conNew .co .coNew .con .share .aBox a {
            width: 29px;
            height: 29px; }
      .productInfo .content .conLeft .conBox .conNew .co .coNew .picBox {
        width: 100%;
        margin-top: 15px; }
        .productInfo .content .conLeft .conBox .conNew .co .coNew .picBox .item .pic {
          width: 100%; } }

.photoTK {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .photoTK .box {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 3.22917vw;
    padding-top: 2.60417vw; }
    .photoTK .box .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 25px;
      right: 25px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../../images/close1.png"); }
    .photoTK .box .title {
      font-size: 1.5625vw;
      line-height: 1.77083vw;
      color: #222;
      font-weight: bold;
      padding: 0 3.125vw; }
    .photoTK .box .boxNew {
      width: 100%;
      box-sizing: border-box;
      margin-top: 1.71875vw; }
      .photoTK .box .boxNew .tabs {
        border-bottom: 1px solid #dedede;
        padding: 0 3.125vw; }
        .photoTK .box .boxNew .tabs a {
          font-size: 1.04167vw;
          line-height: 3.4375vw;
          color: #000;
          float: left;
          margin-right: 8.33333vw;
          position: relative; }
          .photoTK .box .boxNew .tabs a:after {
            width: 100%;
            height: 5px;
            background-color: #132958;
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            display: none; }
          .photoTK .box .boxNew .tabs a.on {
            color: #132958; }
            .photoTK .box .boxNew .tabs a.on:after {
              display: block; }
      .photoTK .box .boxNew .itemBox {
        margin-top: 2.1875vw;
        padding: 0 3.125vw; }
        .photoTK .box .boxNew .itemBox .item {
          height: 60vh;
          width: 100%;
          overflow: auto;
          display: none; }
          .photoTK .box .boxNew .itemBox .item .pic {
            width: 32.8%;
            margin-right: 0.8%;
            margin-bottom: 30px;
            height: 0;
            padding-bottom: 23.9%;
            position: relative;
            float: left;
            cursor: pointer; }
            .photoTK .box .boxNew .itemBox .item .pic:nth-child(3n) {
              margin-right: 0; }
            .photoTK .box .boxNew .itemBox .item .pic img, .photoTK .box .boxNew .itemBox .item .pic video {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: contain; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar {
            width: 5px;
            height: 5px; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-button:vertical {
            display: none; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-track:vertical {
            background-color: black;
            display: none; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-track-piece {
            background: #fff; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-thumb:vertical {
            background-color: #7d7d7d;
            border-radius: 30px; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-thumb:vertical:hover {
            background-color: #3B3B3B; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-corner:vertical {
            background-color: #fff; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-resizer:vertical {
            background-color: #FF6E00; }
  @media (max-width: 768px) {
    .photoTK .box {
      padding: 0;
      width: calc(100% - 24px); }
    .photoTK .box .title {
      font-size: 16px;
      line-height: 20px;
      padding: 10px; }
    .photoTK .box .close {
      top: 10px;
      right: 10px; }
    .photoTK .box .boxNew {
      padding: 0 10px; }
      .photoTK .box .boxNew .tabs {
        margin-top: 5px;
        padding: 0; }
        .photoTK .box .boxNew .tabs a {
          font-size: 13px;
          line-height: 26px;
          margin-right: 10px; }
    .photoTK .box {
      padding-bottom: 15px; }
    .photoTK .box .boxNew .itemBox {
      padding: 0; }
    .photoTK .box .boxNew .itemBox .item {
      height: auto;
      max-height: 65vh; }
      .photoTK .box .boxNew .itemBox .item .pic {
        width: 49%;
        margin-right: 2%;
        padding-bottom: 38%;
        margin-bottom: 6px; }
        .photoTK .box .boxNew .itemBox .item .pic:nth-child(3n) {
          margin-right: 2%; }
        .photoTK .box .boxNew .itemBox .item .pic:nth-child(2n) {
          margin-right: 0; } }

.videoInfo {
  width: 960px;
  max-width: 92%;
  margin: 45px auto 85px; }
  .videoInfo .title {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: bold; }
  .videoInfo .tit {
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7e7e7e;
    margin-top: 20px; }
    .videoInfo .tit .t span {
      margin-right: 25px; }
    .videoInfo .tit .share {
      display: flex;
      align-items: center; }
      .videoInfo .tit .share a {
        width: 24px;
        display: block;
        margin-right: 10px; }
        .videoInfo .tit .share a:last-child {
          margin-right: 0; }
  .videoInfo .videoItem {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 15px; }
    .videoInfo .videoItem .videoBox {
      width: 100%;
      background-color: #000;
      padding-bottom: 56.2%;
      position: relative; }
      .videoInfo .videoItem .videoBox video, .videoInfo .videoItem .videoBox iframe {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
    .videoInfo .videoItem .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 10;
      left: 0;
      background-image: url("../images/video_bg2.png"); }
    .videoInfo .videoItem .tits {
      font-size: 18px;
      line-height: 48px;
      display: flex;
      width: 100%;
      padding-left: 20px;
      padding-right: 95px;
      align-items: center;
      font-weight: bold;
      color: #fff;
      z-index: 15;
      position: absolute;
      top: 25px;
      left: 0; }
      .videoInfo .videoItem .tits img {
        width: 48px;
        margin-right: 15px; }
    .videoInfo .videoItem .share {
      position: absolute;
      top: 28px;
      right: 36px;
      z-index: 15;
      cursor: pointer; }
      .videoInfo .videoItem .share img {
        width: 35px;
        display: block;
        margin: 0 auto; }
      .videoInfo .videoItem .share p {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        margin-top: 13px; }
    .videoInfo .videoItem .click {
      z-index: 20;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 143px; }
    .videoInfo .videoItem .tag {
      position: absolute;
      left: 0;
      bottom: 20px;
      background-color: rgba(0, 0, 0, 0.73);
      width: fit-content;
      padding: 0 32px 0 20px;
      font-size: 16px;
      color: #fff;
      line-height: 56px;
      align-items: center; }
  .videoInfo .paging {
    display: flex;
    align-items: center;
    margin-top: 40px; }
    .videoInfo .paging .left {
      flex: 1;
      margin-right: 15px; }
      .videoInfo .paging .left a {
        display: flex;
        font-size: 16px;
        line-height: 30px;
        align-items: center;
        color: #000; }
        .videoInfo .paging .left a img {
          width: 18px;
          margin-right: 10px; }
        @media (min-width: 1024px) {
          .videoInfo .paging .left a:hover {
            color: #d5a763; } }
    .videoInfo .paging .return {
      width: 145px;
      height: 42px;
      background-color: #132958;
      text-align: center;
      font-size: 18px;
      line-height: 42px;
      color: #fff;
      font-weight: bold; }
  @media (max-width: 1200px) {
    .videoInfo .tits {
      font-size: 20px;
      line-height: 26px; }
    .videoInfo .videoItem .tits {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .videoInfo {
      margin: 0 auto 30px; }
      .videoInfo .title {
        font-size: 16px;
        line-height: 24px; }
      .videoInfo .tit {
        display: block;
        margin-top: 10px; }
      .videoInfo .videoItem .videoBox {
        height: 240px;
        padding-bottom: 0; }
      .videoInfo .videoItem .tits, .videoInfo .videoItem .share, .videoInfo .videoItem .tag {
        display: none; }
      .videoInfo .videoItem .click {
        width: 65px; }
      .videoInfo .paging {
        display: block;
        margin-top: 15px; }
        .videoInfo .paging .left a {
          font-size: 14px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .videoInfo .paging .return {
          display: block;
          margin-top: 10px; } }

#spotlight {
  background-color: #fff !important; }

#spotlight .header div {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 30px;
  height: 50px;
  padding-right: 20px;
  opacity: .5; }

.videoBox1 {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none; }
  .videoBox1 .video {
    width: 66.66667vw;
    height: 31.25vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
    background-color: #fff; }
    .videoBox1 .video video {
      width: 100%;
      height: 100%; }
    .videoBox1 .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #e1b26c;
      cursor: pointer; }
      .videoBox1 .video .videoClose:after {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
        content: ''; }
      .videoBox1 .video .videoClose:before {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        content: ''; }
  @media (max-width: 768px) {
    .videoBox1 .video {
      width: 100%;
      height: 100%; }
      .videoBox1 .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoBox1 .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoBox1 .video .videoClose:before {
          width: 14px;
          height: 2px; } }

/*# sourceMappingURL=productandbrand.css.map */
