.fl {
  float: left; }

.fr {
  float: right; }

.main {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.ppCenter {
  padding-top: 30px;
  padding-bottom: 3.28125vw; }
  .ppCenter .ppTop {
    text-align: center; }
    .ppCenter .ppTop .title {
      font-size: 18px;
      line-height: 22px;
      color: #571675;
      font-weight: bold; }
    .ppCenter .ppTop .tit {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 30px; }
      .ppCenter .ppTop .tit a {
        padding: 0 20px;
        margin: 0 5px 10px;
        border-radius: 15px;
        background-color: #f2f2f2;
        font-size: 12px;
        line-height: 30px;
        color: #222;
        transition: all 0s;
        -webkit-transition: all 0s; }
        .ppCenter .ppTop .tit a span {
          color: #571675; }
        @media (min-width: 1024px) {
          .ppCenter .ppTop .tit a:hover {
            background-color: #571675;
            color: #fff; }
            .ppCenter .ppTop .tit a:hover span {
              color: #fff; } }
  .ppCenter .conLeft {
    width: 285px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    padding-bottom: 18px; }
    .ppCenter .conLeft .title {
      background-color: #571675;
      font-size: 18px;
      line-height: 40px;
      color: #fff;
      display: flex;
      align-items: center;
      font-weight: bold; }
      .ppCenter .conLeft .title img {
        margin-left: 12px;
        margin-right: 12px; }
    .ppCenter .conLeft .tit1 {
      width: 100%;
      box-sizing: border-box;
      position: relative;
      padding-top: 17px; }
      .ppCenter .conLeft .tit1 .t {
        font-size: 15px;
        line-height: 38px;
        font-weight: bold;
        color: #000;
        border-bottom: 1px solid #f4f4f4;
        box-sizing: border-box;
        padding-left: 40px; }
      .ppCenter .conLeft .tit1 .t1 {
        padding-left: 40px;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 0;
        margin-top: 16px; }
        .ppCenter .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 #e2e2e2;
          text-align: center;
          font-weight: bold;
          cursor: auto; }
          .ppCenter .conLeft .tit1 .t1 a span {
            color: #571675; }
          .ppCenter .conLeft .tit1 .t1 a.on {
            color: #571675;
            cursor: pointer; }
          @media (min-width: 1024px) {
            .ppCenter .conLeft .tit1 .t1 a.on:hover {
              color: #571675; } }
    .ppCenter .conLeft .itemBox {
      padding-left: 40px;
      margin-top: 24px; }
      .ppCenter .conLeft .itemBox .item {
        display: flex;
        align-items: flex-start; }
        .ppCenter .conLeft .itemBox .item .t {
          font-size: 12px;
          line-height: 30px;
          font-weight: bold;
          color: #571675; }
        .ppCenter .conLeft .itemBox .item .t1 {
          margin-left: 13px;
          flex: 1; }
          .ppCenter .conLeft .itemBox .item .t1 a {
            font-size: 12px;
            line-height: 30px;
            color: #333;
            display: block; }
            .ppCenter .conLeft .itemBox .item .t1 a span {
              color: #571675; }
            .ppCenter .conLeft .itemBox .item .t1 a.on {
              color: #571675; }
            @media (min-width: 1024px) {
              .ppCenter .conLeft .itemBox .item .t1 a:hover {
                color: #571675; } }
  .ppCenter .conRight {
    width: calc(100% - 285px - 80px);
    float: right;
    margin-top: 20px; }
    .ppCenter .conRight .item {
      margin-bottom: 6px; }
      .ppCenter .conRight .item .title {
        border-bottom: 1px solid #f3f3f3;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        color: #000;
        position: relative;
        color: #571675;
        padding-bottom: 10px; }
      .ppCenter .conRight .item ul {
        margin-top: 20px; }
        .ppCenter .conRight .item ul li {
          width: 23.5%;
          float: left;
          margin-right: 2%;
          overflow: hidden;
          margin-bottom: 20px;
          box-sizing: border-box;
          position: relative;
          border: 1px solid #c0c2c3;
          border-radius: 10px; }
          .ppCenter .conRight .item ul li:nth-child(4n) {
            margin-right: 0; }
          .ppCenter .conRight .item ul li a {
            position: relative;
            z-index: 5;
            width: 100%;
            height: auto;
            display: block;
            box-sizing: border-box;
            padding-bottom: 15px; }
            .ppCenter .conRight .item ul li a .pic {
              width: 100%;
              padding-bottom: 60px;
              position: relative;
              height: 0; }
              .ppCenter .conRight .item ul li a .pic img {
                max-height: 80%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
            .ppCenter .conRight .item ul li a .ccc {
              text-align: center; }
              .ppCenter .conRight .item ul li a .ccc .t {
                font-size: 14px;
                line-height: 16px;
                color: #737373;
                font-weight: bold; }
              .ppCenter .conRight .item ul li a .ccc .t1 {
                font-size: 12px;
                line-height: 14px;
                color: #000;
                margin-top: 2px; }
    .ppCenter .conRight .page1 {
      margin-top: 0.52083vw; }
  @media (max-width: 1365px) {
    .ppCenter .conRight {
      width: calc(100% - 285px - 30px); } }
  @media (max-width: 1150px) {
    .ppCenter .conLeft {
      display: none; }
    .ppCenter .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .ppCenter {
      padding-top: 20px; }
      .ppCenter .ppTop .title {
        font-size: 16px;
        line-height: 18px; }
      .ppCenter .ppTop .tit {
        margin-top: 10px; }
        .ppCenter .ppTop .tit a {
          font-size: 10px;
          padding: 0 10px; }
      .ppCenter .conRight {
        margin-top: 10px; }
        .ppCenter .conRight .item ul {
          margin-top: 10px; }
          .ppCenter .conRight .item ul li {
            width: 49%; }
            .ppCenter .conRight .item ul li:nth-child(4n) {
              margin-right: 2%; }
            .ppCenter .conRight .item ul li:nth-child(2n) {
              margin-right: 0; } }

.page1 {
  display: flex;
  align-items: center;
  justify-content: center; }
  .page1 a {
    padding: 0 17px;
    height: 45px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #404040;
    width: fit-content;
    margin: 0 3px;
    border: 1px solid #e9e9e9; }
    .page1 a.active {
      background-color: #e9e9e9; }
    .page1 a:hover {
      background-color: #e9e9e9; }
  @media (max-width: 768px) {
    .page1 a {
      padding: 0 10px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      font-size: 14px; } }

.brandInfo {
  padding-bottom: 58px; }
  .brandInfo .box1 {
    width: 100%;
    display: flex;
    align-items: center; }
    .brandInfo .box1 .pic {
      width: 26.5%;
      height: 205px;
      border: 1px solid #cfcfcf;
      position: relative; }
      .brandInfo .box1 .pic img {
        position: absolute;
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        object-fit: contain; }
    .brandInfo .box1 .con {
      flex: 1;
      margin-left: 2.08333vw; }
      .brandInfo .box1 .con .t {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        color: #1a1a1a; }
      .brandInfo .box1 .con .t1 {
        font-size: 11px;
        line-height: 21px;
        color: #222;
        margin-top: 10px; }
      .brandInfo .box1 .con .t2 {
        margin-top: 8px; }
        .brandInfo .box1 .con .t2 .c {
          font-size: 14px;
          line-height: 16px;
          color: #333;
          font-weight: bold; }
        .brandInfo .box1 .con .t2 .c1 {
          font-size: 0;
          margin-top: 13px; }
          .brandInfo .box1 .con .t2 .c1 a {
            border: 1px solid #bbb;
            font-size: 10px;
            line-height: 20px;
            padding: 0 6px;
            display: inline-block;
            margin-right: 7px;
            margin-bottom: 5px;
            border-radius: 2px; }
            @media (min-width: 1024px) {
              .brandInfo .box1 .con .t2 .c1 a:hover {
                background-color: #571675;
                color: #fff;
                border-color: #571675; } }
      .brandInfo .box1 .con .t3 {
        width: 295px;
        display: flex;
        align-items: center;
        font-size: 11px;
        line-height: 20px;
        color: #000;
        margin-top: 4px;
        justify-content: space-between; }
        .brandInfo .box1 .con .t3 .c span {
          color: #571675; }
        .brandInfo .box1 .con .t3 a {
          color: #571675; }
  .brandInfo .box2 {
    margin-top: 4.16667vw;
    margin-bottom: 2.76042vw; }
    .brandInfo .box2 .boxLeft {
      width: 23%;
      float: left; }
      .brandInfo .box2 .boxLeft .tits {
        font-size: 20px;
        line-height: 22px;
        color: #333;
        font-weight: bold; }
      .brandInfo .box2 .boxLeft .tit {
        margin-top: 13px; }
        .brandInfo .box2 .boxLeft .tit a {
          font-size: 15px;
          line-height: 32px;
          color: #222;
          display: flex;
          align-items: center;
          transition: all 0s; }
          .brandInfo .box2 .boxLeft .tit a span {
            width: 10px;
            height: 10px;
            border-radius: 100%;
            border: 1px solid #571675;
            display: flex;
            box-sizing: border-box;
            margin-right: 12px; }
          .brandInfo .box2 .boxLeft .tit a i {
            color: #571675;
            font-style: normal;
            margin-left: 5px; }
          .brandInfo .box2 .boxLeft .tit a.on {
            color: #571675; }
            .brandInfo .box2 .boxLeft .tit a.on span {
              background-color: #571675; }
          @media (min-width: 1024px) {
            .brandInfo .box2 .boxLeft .tit a:hover {
              color: #571675; }
              .brandInfo .box2 .boxLeft .tit a:hover span {
                background-color: #571675; } }
    .brandInfo .box2 .boxRight {
      width: 73.9%;
      float: right; }
      .brandInfo .box2 .boxRight .picBox {
        display: flex;
        width: 100%;
        overflow: hidden; }
        .brandInfo .box2 .boxRight .picBox .picLeft {
          width: 60%;
          margin-right: 4px;
          overflow: hidden; }
          .brandInfo .box2 .boxRight .picBox .picLeft ul li {
            width: 100%;
            height: 0;
            padding-bottom: 75%;
            overflow: hidden;
            position: relative; }
            .brandInfo .box2 .boxRight .picBox .picLeft ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .brandInfo .box2 .boxRight .picBox .picLeft .btns {
            display: flex;
            width: 100%;
            bottom: 25px;
            align-items: center;
            justify-content: center;
            position: absolute;
            z-index: 10; }
            .brandInfo .box2 .boxRight .picBox .picLeft .btns span {
              width: 12px;
              height: 12px;
              background: none;
              opacity: 1;
              border: 2px solid #fff;
              border-radius: 100%;
              display: block;
              margin: 0 3px;
              box-sizing: border-box; }
              .brandInfo .box2 .boxRight .picBox .picLeft .btns span.swiper-pagination-bullet-active {
                background-color: #fff;
                border-color: #fff; }
        .brandInfo .box2 .boxRight .picBox .picRight {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .brandInfo .box2 .boxRight .picBox .picRight .pic {
            width: 100%;
            padding-bottom: 56.6%;
            height: 0;
            position: relative;
            overflow: hidden;
            cursor: pointer; }
            .brandInfo .box2 .boxRight .picBox .picRight .pic .img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              top: 0;
              left: 0;
              position: absolute; }
            .brandInfo .box2 .boxRight .picBox .picRight .pic:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              background-color: rgba(0, 0, 0, 0.3);
              content: ''; }
            .brandInfo .box2 .boxRight .picBox .picRight .pic .tits {
              width: 100%;
              text-align: center;
              font-size: 35px;
              line-height: 37px;
              color: #fff;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              z-index: 5;
              font-weight: bold; }
            .brandInfo .box2 .boxRight .picBox .picRight .pic .icon {
              width: 44px;
              height: 44px;
              margin: 0 auto;
              display: flex;
              justify-content: center;
              align-items: center;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 5; }
              .brandInfo .box2 .boxRight .picBox .picRight .pic .icon img {
                width: 100%; }
  @media (max-width: 1200px) {
    .brandInfo .box2 .boxLeft .tit a {
      font-size: 13px;
      line-height: 28px; } }
  @media (max-width: 1024px) {
    .brandInfo .box2 .boxLeft {
      width: 100%;
      float: none; }
      .brandInfo .box2 .boxLeft .tit {
        display: grid;
        grid-template-columns: 1fr 1fr; }
    .brandInfo .box2 .boxRight {
      width: 100%;
      float: none;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .brandInfo {
      padding-bottom: 20px; }
      .brandInfo .box1 {
        display: block; }
        .brandInfo .box1 .pic {
          width: 100%;
          height: 88px; }
          .brandInfo .box1 .pic img {
            height: 60%;
            top: 20%; }
        .brandInfo .box1 .con {
          margin-top: 10px; }
      .brandInfo .box2 .boxLeft .tits {
        font-size: 16px;
        line-height: 1px; }
      .brandInfo .box2 .boxLeft .tit {
        display: block; }
      .brandInfo .box2 .boxRight .picBox {
        display: block; }
        .brandInfo .box2 .boxRight .picBox .picLeft {
          width: 100%; }
        .brandInfo .box2 .boxRight .picBox .picRight {
          width: 100%;
          flex-direction: row;
          margin-top: 5px;
          justify-content: space-between; }
          .brandInfo .box2 .boxRight .picBox .picRight .pic {
            width: calc(50% - 2px);
            padding-bottom: 28.6%; } }

.brandList .title {
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  font-size: 20px;
  line-height: 44px;
  color: #571675;
  position: relative; }
.brandList ul {
  margin-top: 40px;
  padding-bottom: 28px; }
  .brandList ul li {
    width: 17%;
    margin-right: 3.75%;
    margin-bottom: 3.75%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    float: left;
    border: 1px solid #c9c9c9;
    box-sizing: border-box; }
    .brandList ul li:nth-child(5n) {
      margin-right: 0; }
    .brandList ul li a {
      width: 100%;
      height: auto;
      display: block;
      padding-top: 0;
      padding-bottom: 20px; }
      .brandList ul li a .pic {
        width: 100%;
        height: 0;
        padding-bottom: 66.2%;
        position: relative; }
        .brandList ul li a .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .brandList ul li a .tits {
        font-size: 14px;
        line-height: 16px;
        width: calc(100% - 10px);
        padding: 0 5px;
        height: 16px;
        color: #222;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 15px;
        text-align: center; }
      .brandList ul li a .tit {
        font-size: 12px;
        line-height: 18px;
        padding: 0 25px;
        color: #999;
        margin-top: 10px;
        height: 72px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .brandList ul li a .more {
        width: 150px;
        margin: 15px auto 0;
        height: 25px;
        background-color: #571675;
        text-align: center;
        font-size: 11px;
        line-height: 25px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px; }
    @media (min-width: 1024px) {
      .brandList ul li:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); } }
@media (max-width: 1200px) {
  .brandList ul li {
    width: 23.5%;
    margin-right: 2%; }
    .brandList ul li:nth-child(5n) {
      margin-right: 2%; }
    .brandList ul li:nth-child(4n) {
      margin-right: 0; } }
@media (max-width: 1024px) {
  .brandList .title {
    font-size: 16px;
    line-height: 34px; }
    .brandList .title:after {
      width: 170px; }
  .brandList ul li {
    width: 32%;
    margin-right: 2%; }
    .brandList ul li:nth-child(4n) {
      margin-right: 2%; }
    .brandList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .brandList ul {
    margin-top: 15px;
    padding-bottom: 10px; }
    .brandList ul li {
      width: 100%;
      float: none; }
      .brandList ul li a {
        padding-top: 10px;
        padding-bottom: 10px; }
        .brandList ul li a .tits {
          margin-top: 8px; }
        .brandList ul li a .more {
          margin: 10px auto 0; } }

.cpCenter .conLeft {
  width: 322px;
  height: auto;
  background-color: #ebebeb;
  box-sizing: border-box;
  padding: 6px;
  float: left; }
  .cpCenter .conLeft .itemBox {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-top: none; }
    .cpCenter .conLeft .itemBox .item {
      margin-bottom: 10px;
      background-color: #fff; }
      .cpCenter .conLeft .itemBox .item:last-child {
        margin-bottom: 0; }
      .cpCenter .conLeft .itemBox .item .tits {
        padding-left: 50px;
        display: block;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 48px;
        color: #000;
        font-weight: bold;
        position: relative; }
        .cpCenter .conLeft .itemBox .item .tits span {
          color: #e79f26;
          position: relative;
          z-index: 5; }
        .cpCenter .conLeft .itemBox .item .tits b {
          position: relative;
          z-index: 5; }
        .cpCenter .conLeft .itemBox .item .tits i {
          width: 32px;
          height: 32px;
          border-radius: 100%;
          position: absolute;
          top: 8px;
          left: 10px;
          z-index: 5;
          background-color: #fff; }
          .cpCenter .conLeft .itemBox .item .tits i img {
            width: 90%;
            height: 90%;
            position: absolute;
            top: 5%;
            left: 5%;
            object-fit: contain; }
          .cpCenter .conLeft .itemBox .item .tits i span {
            width: 32px;
            height: 32px;
            border-radius: 100%;
            background-color: #e79f26;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5; }
        .cpCenter .conLeft .itemBox .item .tits.on {
          color: #e79f26;
          background-color: #571675; }
          .cpCenter .conLeft .itemBox .item .tits.on span {
            color: #e79f26; }
      .cpCenter .conLeft .itemBox .item .tit {
        border-top: 1px solid #ebebeb;
        margin-left: 30px;
        margin-right: 25px;
        padding-top: 7px;
        padding-bottom: 10px; }
        .cpCenter .conLeft .itemBox .item .tit a {
          display: block;
          font-size: 14px;
          line-height: 30px;
          color: #333;
          padding-left: 22px;
          position: relative;
          border-bottom: 1px solid #ebebeb; }
          .cpCenter .conLeft .itemBox .item .tit a:last-child {
            border-bottom: none; }
          .cpCenter .conLeft .itemBox .item .tit a i {
            font-style: normal; }
          .cpCenter .conLeft .itemBox .item .tit a span {
            font-weight: bold;
            color: #e79f26; }
          .cpCenter .conLeft .itemBox .item .tit a.on {
            color: #e79f26; }
            .cpCenter .conLeft .itemBox .item .tit a.on:after {
              background-color: #571675;
              border-color: #571675; }
  .cpCenter .conLeft .contactBox {
    margin-top: 20px; }
    .cpCenter .conLeft .contactBox .tits {
      width: 100%;
      height: 56px;
      box-sizing: border-box;
      border: 1px solid #999;
      background-color: #d2d2d2;
      font-size: 20px;
      line-height: 54px;
      color: #222;
      padding-left: 30px;
      text-transform: uppercase; }
    .cpCenter .conLeft .contactBox .ccc {
      width: 100%;
      border: 1px solid #999;
      border-top: none;
      box-sizing: border-box;
      padding: 15px 30px 3.80208vw;
      font-size: 16px;
      line-height: 32px;
      color: #555; }
      .cpCenter .conLeft .contactBox .ccc .t {
        margin-bottom: 8px; }
        .cpCenter .conLeft .contactBox .ccc .t:last-child {
          margin-bottom: 0; }
        .cpCenter .conLeft .contactBox .ccc .t span {
          color: #222;
          text-transform: uppercase;
          display: block; }
.cpCenter .conRight {
  width: calc(100% - 380px);
  float: right; }
  .cpCenter .conRight .box {
    margin-bottom: 36px; }
    .cpCenter .conRight .box .title {
      font-size: 26px;
      line-height: 54px;
      border-bottom: 2px solid #f5f5f5;
      font-weight: bold;
      position: relative;
      box-sizing: border-box; }
      .cpCenter .conRight .box .title span {
        display: block;
        position: relative;
        width: fit-content; }
        .cpCenter .conRight .box .title span:after {
          width: 100%;
          height: 5px;
          background-color: #e79f26;
          position: absolute;
          bottom: -2px;
          left: 0;
          content: ''; }
      .cpCenter .conRight .box .title .t {
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 165px;
        height: 31px;
        line-height: 26px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        background-image: url("../../images/t.png"); }
    .cpCenter .conRight .box .wordList {
      margin-top: 10px;
      margin-left: 84px;
      border-left: 1px solid #e7e6e6;
      padding-left: 1.5625vw;
      box-sizing: border-box;
      padding-top: 6px;
      padding-bottom: 6px;
      font-size: 0; }
      .cpCenter .conRight .box .wordList a {
        font-size: 17px;
        line-height: 22px;
        color: #000;
        margin-right: 17px;
        display: inline-block; }
        .cpCenter .conRight .box .wordList a:hover {
          color: #571675; }
        .cpCenter .conRight .box .wordList a.on {
          color: #571675; }
          .cpCenter .conRight .box .wordList a.on.active {
          padding: 0 5px;border-radius: 11px;background-color: #571675;color: #fff;font-weight: bold;  }
    .cpCenter .conRight .box .navList {
      position: relative; }
      .cpCenter .conRight .box .navList .item {
        display: flex;
        align-items: center; }
        .cpCenter .conRight .box .navList .item .tits {
          font-size: 17px;
          font-weight: bold;
          line-height: 18px;
          color: #333;
          width: 84px;
          text-align: center; }
        .cpCenter .conRight .box .navList .item .tit {
          border-left: 1px solid #e7e6e6;
          border-top: 1px solid #e7e6e6;
          flex: 1;
          padding: 14px 0; }
          .cpCenter .conRight .box .navList .item .tit .titNew {
            display: grid;
            overflow: hidden;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 160px; }
            .cpCenter .conRight .box .navList .item .tit .titNew a {
              font-size: 15px;
              line-height: 32px;
              color: #6e6b6b;
              padding-left: 1.45833vw;
              box-sizing: border-box; }
              .cpCenter .conRight .box .navList .item .tit .titNew a i {
                font-style: normal; }
              .cpCenter .conRight .box .navList .item .tit .titNew a span {
                color: #e79f26; }
              .cpCenter .conRight .box .navList .item .tit .titNew a.on {
                color: #e79f26; }
          .cpCenter .conRight .box .navList .item .tit.on .titNew {
            max-height: inherit; }
        .cpCenter .conRight .box .navList .item:nth-child(2) .tit .titNew {
          grid-template-columns: 0.8fr 0.9fr 1fr 205px; }
        .cpCenter .conRight .box .navList .item:nth-child(3) {
          border: none; }
          .cpCenter .conRight .box .navList .item:nth-child(3) .tit .titNew {
            grid-template-columns: 1fr 1fr 1fr 1fr; }
      .cpCenter .conRight .box .navList .item1 {
        display: flex;
        align-items: center;
        margin-left: 84px;
        border-left: 1px solid #e7e6e6;
        padding-left: 1.5625vw; }
        .cpCenter .conRight .box .navList .item1 .t {
          border: 1px dashed #e79f26;
          font-size: 14px;
          color: #6e6b6b;
          padding: 0 10px 0 5px;
          line-height: 32px;
          margin-right: 24px;
          box-sizing: border-box;
          cursor: pointer;
          display: none; }
          .cpCenter .conRight .box .navList .item1 .t span {
            color: #e79f26; }
          .cpCenter .conRight .box .navList .item1 .t i {
            color: #e79f26;
            font-style: normal;
            margin-left: 6px; }
        .cpCenter .conRight .box .navList .item1 .t1 {
          padding-left: 20px;
          color: #7b7878;
          font-size: 14px;
          line-height: 32px;
          color: #7b7878;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../../images/reset.png");
          display: none;
          cursor: pointer; }
      .cpCenter .conRight .box .navList .moreClick {
        display: flex;
        position: absolute;
        top: -35px;
        right: 0;
        font-size: 17px;
        line-height: 35px;
        color: #000;
        align-items: center; }
        .cpCenter .conRight .box .navList .moreClick img {
          margin-left: 3px; }
        .cpCenter .conRight .box .navList .moreClick.on img {
          transform: rotate(-180deg); }
  .cpCenter .conRight .brandList ul li {
    width: 32%;
    margin-right: 2%; }
    .cpCenter .conRight .brandList ul li:nth-child(4n) {
      margin-right: 2%; }
    .cpCenter .conRight .brandList ul li:nth-child(3n) {
      margin-right: 0; }
@media (max-width: 1500px) {
  .cpCenter .conRight .box .navList .item .tit .titNew a {
    font-size: 13px;
    line-height: 30px; }
  .cpCenter .conRight .box .wordList a {
    font-size: 15px;
    margin-right: 12px; } }
@media (max-width: 1400px) {
  .cpCenter .conRight .box .navList .item .tit .titNew {
    grid-template-columns: 1fr 1fr 1fr 1fr 160px; }
  .cpCenter .conRight .box .navList .item:nth-child(2) .tit .titNew {
    grid-template-columns: 1fr 1fr 220px; }
  .cpCenter .conRight .box .navList .item:nth-child(3) .tit .titNew {
    grid-template-columns: 1fr 1fr 220px; }
  .cpCenter .conRight .box .wordList a {
    margin-right: 8px; }
  .cpCenter .conRight .box .title {
    font-size: 20px; } }
@media (max-width: 1250px) {
  .cpCenter .conLeft {
    width: 310px; }
  .cpCenter .conRight {
    width: calc(100% - 330px); }
  .cpCenter .conRight .box .wordList a {
    padding: 0 3px; }
  .cpCenter .conRight .box .navList .item:nth-child(3) .tit .titNew {
    grid-template-columns: 1fr 1fr 185px; } }
@media (max-width: 1150px) {
  .cpCenter .conLeft {
    display: none; }
  .cpCenter .conRight {
    width: 100%;
    float: none; }
  .cpCenter .conRight .box .navList .item:nth-child(1) .tit .titNew a {
    padding-right: 20px; }
    .cpCenter .conRight .box .navList .item:nth-child(1) .tit .titNew a:after {
      right: 6px; } }
@media (max-width: 768px) {
  .cpCenter .conRight .box .title {
    font-size: 15px;
    line-height: 36px; }
  .cpCenter .conRight .box .wordList {
    margin-left: 0;
    padding: 10px 10px;
    border-left: none; }
    .cpCenter .conRight .box .wordList a {
      font-size: 14px;
      line-height: 16px; }
      .cpCenter .conRight .box .wordList a:last-child {
        margin-right: 0; }
  .cpCenter .conRight .box .navList .item {
    display: block; }
    .cpCenter .conRight .box .navList .item .tits {
      width: 100%;
      text-align: left;
      font-size: 14px;
      line-height: 36px;
      padding-left: 10px;
      box-sizing: border-box; }
      .cpCenter .conRight .box .navList .item .tits br {
        display: none; }
    .cpCenter .conRight .box .navList .item .tit {
      margin-top: 0;
      padding: 10px 10px;
      border-left: none; }
      .cpCenter .conRight .box .navList .item .tit .titNew {
        max-height: 96px; }
        .cpCenter .conRight .box .navList .item .tit .titNew a {
          font-size: 11px;
          line-height: 24px; }
      .cpCenter .conRight .box .navList .item .tit:nth-child(2) .titNew {
        grid-template-columns: 1fr 0.9fr; }
      .cpCenter .conRight .box .navList .item .tit:nth-child(3) .titNew {
        grid-template-columns: 1fr 1fr; }
  .cpCenter .conRight .box .navList .item1 {
    padding: 10px 10px; }
    .cpCenter .conRight .box .navList .item1 .t {
      margin-bottom: 5px;
      position: relative; }
      .cpCenter .conRight .box .navList .item1 .t i {
        position: absolute;
        right: 10px;
        top: 0; }
    .cpCenter .conRight .box .navList .item1.on {
      display: block; }
  .cpCenter .conRight .brandList ul li {
    width: 100%;
    margin-bottom: 10px; }
  .cpCenter .conRight .box {
    margin-bottom: 20px; }
  .cpCenter .proIndex dd {
    width: 100%; }
  .cpCenter .conRight .box .navList .item1 {
    margin-left: 0;
    display: block; } }

.cpCenterInfo {
  padding-top: 32px;
  padding-bottom: 58px; }
  .cpCenterInfo .box1 {
    width: 100%; }
    .cpCenterInfo .box1 .picBox {
      width: 50.3%;
      float: left;
      display: flex; }
      .cpCenterInfo .box1 .picBox .list {
        width: 136px;
        height: auto; }
        .cpCenterInfo .box1 .picBox .list ul li {
          width: 100%;
          height: 100px;
          border: 1px solid #f2f2f2;
          margin-bottom: 5px;
          box-sizing: border-box;
          position: relative;
          cursor: pointer; }
          .cpCenterInfo .box1 .picBox .list ul li:last-child {
            margin-bottom: 0; }
          .cpCenterInfo .box1 .picBox .list ul li img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            position: absolute;
            top: 0;
            left: 0; }
          .cpCenterInfo .box1 .picBox .list ul li.last:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-color: rgba(0, 0, 0, 0.59);
            z-index: 5; }
          .cpCenterInfo .box1 .picBox .list ul li .con {
            width: 100%;
            text-align: center;
            color: #fff;
            position: absolute;
            z-index: 6;
            font-weight: bold;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            margin-top: 0 !important; }
            .cpCenterInfo .box1 .picBox .list ul li .con .t {
              font-size: 28px;
              line-height: 28px; }
              /* font-size: 2.34375vw; */
              /* line-height: 2.44792vw; } */
            .cpCenterInfo .box1 .picBox .list ul li .con .t1 {
              font-size: 16px;
              /* font-size: 1.04167vw; */
              line-height: 1.14583vw;
              margin-top: 5px; }
          .cpCenterInfo .box1 .picBox .list ul li.on {
            border-color: #571675; }
      .cpCenterInfo .box1 .picBox .bigPic {
        flex: 1;
        height: 415px;
        margin-left: 5px;
        border: 1px solid #f2f2f2;
        position: relative;
        box-sizing: border-box; }
        .cpCenterInfo .box1 .picBox .bigPic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: contain; }
    .cpCenterInfo .box1 .con {
      width: 48.2%;
      float: right; }
      .cpCenterInfo .box1 .con .tits {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #bfbbbb;
        justify-content: space-between;
        padding-bottom: 10px; }
        .cpCenterInfo .box1 .con .tits .t {
          flex: 1;
          padding-left: 15px;
          font-size: 20px;
          line-height: 22px;
          color: #222; }
      .cpCenterInfo .box1 .con .tit {
        margin-top: 14px; }
        .cpCenterInfo .box1 .con .tit .t {
          padding-left: 25px;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 30px;
          color: #222; }
          .cpCenterInfo .box1 .con .tit .t .tt {
            width: 44%;
            float: left; }
            .cpCenterInfo .box1 .con .tit .t .tt:last-child {
              width: 56%; }
      .cpCenterInfo .box1 .con .buts {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 2.34375vw; }
        .cpCenterInfo .box1 .con .buts a {
          margin-right: 3.02083vw;
          width: 212px;
          height: 37px;
          border-radius: 10px;
          border: 1px solid #979696;
          display: flex;
          align-items: center;
          font-size: 18px;
          line-height: 35px;
          box-sizing: border-box;
          font-weight: bold;
          color: #222;
          justify-content: center; }
          .cpCenterInfo .box1 .con .buts a:last-child {
            margin-right: 0; }
          .cpCenterInfo .box1 .con .buts a img {
            margin-right: 10px; }
          @media (min-width: 1024px) {
            .cpCenterInfo .box1 .con .buts a:hover {
              border-color: #571675; } }
  .cpCenterInfo .box2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px; }
    .cpCenterInfo .box2 .top {
      width: 305px;
      background-color: #f4f4f4;
      box-sizing: border-box;
      padding: 14px 20px 12px;
      border-radius: 10px; }
      .cpCenterInfo .box2 .top .icon {
        width: 100%;
        height: 56px;
        position: relative; }
        .cpCenterInfo .box2 .top .icon img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: contain; }
      .cpCenterInfo .box2 .top .t {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        color: #333;
        margin-top: 8px; }
      .cpCenterInfo .box2 .top .t1 {
        font-size: 12px;
        line-height: 17px;
        color: #222;
        margin-top: 20px; }
      .cpCenterInfo .box2 .top .t2 {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        color: #333;
        margin-top: 7px; }
      .cpCenterInfo .box2 .top .t3 {
        font-size: 0;
        margin-top: 9px; }
        .cpCenterInfo .box2 .top .t3 a {
          font-size: 10px;
          line-height: 20px;
          border: 1px solid #bbb;
          margin-bottom: 8px;
          margin-right: 7px;
          display: inline-block;
          padding: 0 5px; }
    .cpCenterInfo .box2 .listBox {
      width: calc(100% - 305px);
      box-sizing: border-box; }
      .cpCenterInfo .box2 .listBox .title {
        font-size: 18px;
        line-height: 20px;
        color: #222;
        font-weight: bold;
        padding: 0 42px;
        box-sizing: border-box; }
      .cpCenterInfo .box2 .listBox .listItem {
        width: 100%;
        height: auto;
        margin-top: 14px;
        position: relative;
        box-sizing: border-box;
        padding: 0 42px; }
        .cpCenterInfo .box2 .listBox .listItem .a {
          width: 26px;
          height: 140px;
          border-radius: 5px;
          background-color: #ebebeb;
          position: absolute;
          top: 50%;
          margin-top: -70px;
          text-align: center;
          font-size: 20px;
          line-height: 140px;
          color: #571675;
          font-weight: bold; }
          .cpCenterInfo .box2 .listBox .listItem .a.prev {
            left: 10px; }
          .cpCenterInfo .box2 .listBox .listItem .a.next {
            right: 10px; }
        .cpCenterInfo .box2 .listBox .listItem .list dl dd {
          float: left;
          margin-right: 2.2%;
          box-sizing: border-box; }
          .cpCenterInfo .box2 .listBox .listItem .list dl dd:last-child {
            margin-right: 0; }
  .cpCenterInfo .infoTitle {
    display: flex;
    align-items: center; }
    .cpCenterInfo .infoTitle .t {
      font-size: 20px;
      line-height: 38px;
      color: #4c4c4c;
      font-weight: bold;
      margin-right: 7px; }
    .cpCenterInfo .infoTitle .img {
      width: 28px;
      height: 28px; }
    .cpCenterInfo .infoTitle .line {
      flex: 1;
      height: 2px;
      background-color: #dedede;
      margin-left: 6px;
      margin-right: 4px; }
    .cpCenterInfo .infoTitle .img1 {
      width: 150px; }
      /* width: 205px; } */
  .cpCenterInfo .content {
    width: 1110px;
    max-width: 100%; }
    /* margin: 12px auto 0; } */
    .cpCenterInfo .content .box3 .item {
      border-bottom: 1px solid #c9c9c9;
      padding-bottom: 17px;
      padding-top: 28px; }
      .cpCenterInfo .content .box3 .item .tits {
        font-size: 18px;
        line-height: 18px;
        color: #000;
        font-weight: bold; }
      .cpCenterInfo .content .box3 .item .tit {
        margin-top: 20px; }
        .cpCenterInfo .content .box3 .item .tit .t {
          width: 50%;
          float: left;
          display: flex;
          align-items: center; }
          .cpCenterInfo .content .box3 .item .tit .t .tt {
            width: 50%;
            /* width: 158px; */
            font-size: 14px;
            line-height: 28px;
            padding-right: 5px;
            color: #222; }
            .cpCenterInfo .content .box3 .item .tit .t .tt:nth-child(2) {
              flex: 1; }
    .cpCenterInfo .content .details {
      margin-top: 24px; }
      .cpCenterInfo .content .details .tits {
        font-size: 20px;
        /* font-size: 16px; */
        line-height: 20px;
        color: #000;
        font-weight: bold; }
      .cpCenterInfo .content .details .tableBox {
        margin-top: 33px; }
        .cpCenterInfo .content .details .tableBox table {
          width: 100%;
          border: 1px solid #e2e2e2; }
          .cpCenterInfo .content .details .tableBox table tr th {
            background-color: #ddd;
            height: 36px;
            font-size: 14px;
            color: #000;
            text-align: left; }
          .cpCenterInfo .content .details .tableBox table tr td {
            height: 27px;
            font-size: 14px;
            color: #000;
            border: 1px solid #ddd; }
          .cpCenterInfo .content .details .tableBox table tr th, .cpCenterInfo .content .details .tableBox table tr td {
            padding-left: 28px; }
            .cpCenterInfo .content .details .tableBox table tr th:nth-child(1), .cpCenterInfo .content .details .tableBox table tr td:nth-child(1) {
              padding-left: 28px; }
    .cpCenterInfo .content .opt {
      margin-top: 3.48958vw; }
      .cpCenterInfo .content .opt .optNew {
        margin-top: 28px; }
        .cpCenterInfo .content .opt .optNew .con {
          width: 26.6%;
          margin-left: 2.7%;
          float: left; }
          .cpCenterInfo .content .opt .optNew .con .item {
            display: flex;
            margin-bottom: 40px; }
            .cpCenterInfo .content .opt .optNew .con .item:last-child {
              margin-bottom: 0; }
            .cpCenterInfo .content .opt .optNew .con .item img {
              width: 10px;
              margin-right: 15px;
              height: 9px;
              display: block;
              margin-top: 8px; }
            .cpCenterInfo .content .opt .optNew .con .item .conn {
              flex: 1; }
              .cpCenterInfo .content .opt .optNew .con .item .conn .t {
                font-size: 18px;
                line-height: 22px;
                color: #4c4c4c;
                font-weight: bold; }
              .cpCenterInfo .content .opt .optNew .con .item .conn .t1 {
                font-size: 14px;
                line-height: 22px;
                color: #4c4c4c;
                margin-top: 9px;
                letter-spacing: -0.5px; }
        .cpCenterInfo .content .opt .optNew .picBox {
          width: 63.7%;
          display: flex;
          float: right;
          justify-content: space-between;
          flex-wrap: wrap; }
          .cpCenterInfo .content .opt .optNew .picBox .pic {
            width: calc(50% - 9px);
            /* margin-bottom: 15px; */
            height: 0;
            padding-bottom: 32.3%;
            position: relative; }
            .cpCenterInfo .content .opt .optNew .picBox .pic img {
              width: 100%;
              height: 85%;
              /* height: 100%; */
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
    .cpCenterInfo .content .ps {
      margin-top: 20px; }
      /* margin-top: 2.60417vw; } */
      .cpCenterInfo .content .ps .itemBox {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
        justify-content: space-between; }
        .cpCenterInfo .content .ps .itemBox .item {
          width: calc(50% - 7.5px);
          margin-bottom: 10px;
          border: 1px solid #b09dbc;
          box-sizing: border-box;
          padding: 15px 15px 5px; }
          .cpCenterInfo .content .ps .itemBox .item .picBox {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .cpCenterInfo .content .ps .itemBox .item .picBox .pic {
              margin-bottom: 7px;
              padding-bottom: 31.5%;
              width: calc(50% - 6px);
              position: relative;
              height: 0; }
              .cpCenterInfo .content .ps .itemBox .item .picBox .pic img {
                width: 100%;
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover; }
              .cpCenterInfo .content .ps .itemBox .item .picBox .pic:after {
                width: 100%;
                height: 4px;
                background-color: #4f266b;
                content: '';
                position: absolute;
                bottom: 0;
                left: 0; }
          .cpCenterInfo .content .ps .itemBox .item .tits {
            width: calc(100% + 26px);
            margin-left: -13px;
            background-color: #ebebeb;
            padding: 0 18px;
            box-sizing: border-box;
            font-size: 16px;
            /* font-size: 24px; */
            line-height: 36px;
            color: #4c4c4c;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative; }
            .cpCenterInfo .content .ps .itemBox .item .tits:after {
              width: 9px;
              height: 9px;
              border-radius: 100%;
              background-color: #4d4d4d;
              content: '';
              position: absolute;
              right: 18px;
              top: 13px; }
            .cpCenterInfo .content .ps .itemBox .item .tits img {
              margin-left: 8px; }
            .cpCenterInfo .content .ps .itemBox .item .tits span {
              flex: 1;
              height: 1px;
              background-color: #4d4d4d;
              display: block;
              margin-left: 2px; }
    .cpCenterInfo .content .twc {
      margin-top: 2.8125vw; }
      .cpCenterInfo .content .twc .pic {
        margin-top: 14px; }
        .cpCenterInfo .content .twc .pic img {
          display: block;
          max-width: 80%;
          /* max-width: 100%; */
          margin: 0 auto; }
    .cpCenterInfo .content .faq {
      background-color: #f9f0ff;
      padding: 20px 15px 30px;
      box-sizing: border-box;
      width: 100%;
      margin-top: 3.90625vw; }
      .cpCenterInfo .content .faq .itemBox {
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
        margin-top: 18px; }
        .cpCenterInfo .content .faq .itemBox .item {
          border-bottom: 1px solid #bcbbbd;
          padding-bottom: 12px;
          padding-top: 12px; }
          .cpCenterInfo .content .faq .itemBox .item:last-child {
            border-bottom: none; }
          .cpCenterInfo .content .faq .itemBox .item .t {
            padding-left: 20px;
            box-sizing: border-box;
            width: 100%;
            font-size: 16px;
            line-height: 24px;
            color: #4c4c4c;
            position: relative; }
            .cpCenterInfo .content .faq .itemBox .item .t:after {
              width: 11px;
              height: 10px;
              position: absolute;
              top: 8px;
              left: 0;
              content: '';
              background-image: url("../../images/xin1.png"); }
          .cpCenterInfo .content .faq .itemBox .item .t1 {
            font-size: 14px;
            line-height: 26px;
            color: #4c4c4c;
            margin-top: 8px; }
    .cpCenterInfo .content .ass {
      background-color: #f9f0ff;
      margin-top: 1.82292vw;
      width: 100%;
      padding: 25px 15px 10px;
      box-sizing: border-box; }
      .cpCenterInfo .content .ass .itemBox {
        margin-top: 8px; }
        .cpCenterInfo .content .ass .itemBox .item {
          display: flex;
          align-items: center;
          margin-bottom: 15px;
          justify-content: space-between; }
          .cpCenterInfo .content .ass .itemBox .item .pic {
            width: 257px;
            margin-right: 17px; }
          .cpCenterInfo .content .ass .itemBox .item .con {
            flex: 1; }
            .cpCenterInfo .content .ass .itemBox .item .con .t {
              font-size: 18px;
              line-height: 28px;
              font-weight: bold;
              color: #4c4c4c; }
            .cpCenterInfo .content .ass .itemBox .item .con .t1 {
              font-size: 14px;
              line-height: 22px;
              color: #4c4c4c;
              margin-top: 7px; }
          .cpCenterInfo .content .ass .itemBox .item:nth-child(2n) {
            flex-direction: row-reverse; }
            .cpCenterInfo .content .ass .itemBox .item:nth-child(2n) .pic {
              margin-right: 0;
              margin-left: 17px; }
            .cpCenterInfo .content .ass .itemBox .item:nth-child(2n) .con {
              text-align: right; }
    .cpCenterInfo .content .hoo {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      margin-top: 4.16667vw; }
      .cpCenterInfo .content .hoo .picBox {
        width: 49.5%;
        float: left;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .cpCenterInfo .content .hoo .picBox .pic {
          width: calc(50% - 8px);
          margin-bottom: 10px;
          padding-bottom: 32.5%;
          height: 0;
          position: relative; }
          .cpCenterInfo .content .hoo .picBox .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
      .cpCenterInfo .content .hoo .con {
        width: 46.7%;
        float: right;
        padding-top: 7px; }
        .cpCenterInfo .content .hoo .con .item {
          font-size: 14px;
          line-height: 22px;
          color: #4c4c4c;
          margin-bottom: 2.60417vw;
          position: relative; }
          .cpCenterInfo .content .hoo .con .item:last-child {
            margin-bottom: 0; }
          .cpCenterInfo .content .hoo .con .item:after {
            width: 10px;
            height: 9px;
            position: absolute;
            top: 5px;
            left: -20px;
            content: '';
            background-image: url("../../images/xin2.png"); }
    .cpCenterInfo .content .sc {
      margin-top: 20px;
      padding: 0 10px 30px; }
      .cpCenterInfo .content .sc .list {
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
        padding-right: 6px;
        flex-wrap: wrap; }
        .cpCenterInfo .content .sc .list .item {
          width: 24%;
          margin-bottom: 8px; }
          .cpCenterInfo .content .sc .list .item .pic {
            width: 100%;
            height: 0;
            padding-bottom: 66.8%;
            position: relative; }
            .cpCenterInfo .content .sc .list .item .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .cpCenterInfo .content .sc .list .item .pic:after {
              width: 100%;
              height: 4px;
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              background-color: #4f266b; }
          .cpCenterInfo .content .sc .list .item .tits {
            width: 100%;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 24px;
            color: #4d4d4d;
            height: 48px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 10px;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            .cpCenterInfo .content .sc .list .item .tits span {
              width: 8px;
              height: 8px;
              background-color: #ea5318;
              display: block;
              margin-top: 8px;
              margin-right: 10px; }
            .cpCenterInfo .content .sc .list .item .tits i {
              flex: 1;
              font-style: normal; }
  .cpCenterInfo .hotList {
    padding-top: 36px; }
    .cpCenterInfo .hotList dl dd {
      width: 23.1%;
      margin-bottom: 0; }
  @media (max-width: 1366px) {
    .cpCenterInfo .infoTitle .t {
      font-size: 24px; }
    .cpCenterInfo .content .ps .itemBox .item .tits {
      font-size: 18px; } }
  @media (max-width: 1024px) {
    .cpCenterInfo .hotList {
      padding-top: 20px; }
      .cpCenterInfo .hotList dl dd {
        width: 32%; }
        .cpCenterInfo .hotList dl dd:last-child {
          display: none; } }
  @media (max-width: 768px) {
    .cpCenterInfo {
      padding-top: 20px;
      padding-bottom: 25px; }
      .cpCenterInfo .box1 .picBox {
        width: 100%;
        float: none; }
      .cpCenterInfo .box1 .con {
        width: 100%;
        float: none;
        margin-top: 15px; }
        .cpCenterInfo .box1 .con .tits {
          display: block; }
          .cpCenterInfo .box1 .con .tits .t {
            width: 100%;
            padding-left: 0; }
          .cpCenterInfo .box1 .con .tits .share {
            margin-top: 5px; }
        .cpCenterInfo .box1 .con .tit .t {
          padding-left: 0; }
        .cpCenterInfo .box1 .con .buts a {
          font-size: 14px;
          width: 160px; }
          .cpCenterInfo .box1 .con .buts a img {
            margin-right: 5px;
            width: 20px; }
      .cpCenterInfo .box1 .picBox .list {
        width: 78px; }
        .cpCenterInfo .box1 .picBox .list ul li {
          height: 66px; }
      .cpCenterInfo .box1 .picBox .bigPic {
        height: 278px; }
      .cpCenterInfo .box2 {
        display: block;
        margin-top: 15px; }
        .cpCenterInfo .box2 .top {
          width: 100%; }
        .cpCenterInfo .box2 .listBox {
          width: 100%;
          margin-top: 10px; }
          .cpCenterInfo .box2 .listBox .title {
            padding: 0; }
          .cpCenterInfo .box2 .listBox .listItem .list dl dd {
            width: 100%; }
      .cpCenterInfo .content .twc .pic img {
        max-width: 100%; }      
      .cpCenterInfo .content .box3 .item {
        padding-top: 15px;
        padding-bottom: 10px; }
      .cpCenterInfo .content .box3 .item .tit .t {
        width: 100%; }
      .cpCenterInfo .content .details .tableBox table tr th, .cpCenterInfo .content .details .tableBox table tr td {
        padding-left: 10px; }
      .cpCenterInfo .content .details .tableBox table tr th:nth-child(1), .cpCenterInfo .content .details .tableBox table tr td:nth-child(1) {
        padding-left: 10px; }
      .cpCenterInfo .infoTitle .t {
        font-size: 18px; }
      .cpCenterInfo .infoTitle img {
        display: none; }
      .cpCenterInfo .infoTitle .line {
        display: none; }
      .cpCenterInfo .content .opt .optNew {
        margin-top: 10px; }
        .cpCenterInfo .content .opt .optNew .con {
          width: 100%;
          float: none;
          margin-left: 0; }
          .cpCenterInfo .content .opt .optNew .con .item {
            margin-bottom: 10px; }
            .cpCenterInfo .content .opt .optNew .con .item img {
              margin-right: 10px;
              margin-top: 4px; }
            .cpCenterInfo .content .opt .optNew .con .item .conn .t {
              font-size: 14px;
              line-height: 16px; }
            .cpCenterInfo .content .opt .optNew .con .item .conn .t1 {
              font-size: 13px;
              line-height: 22px; }
        .cpCenterInfo .content .opt .optNew .picBox {
          width: 100%;
          float: none;
          margin-top: 10px; }
          .cpCenterInfo .content .opt .optNew .picBox .pic {
            width: calc(50% - 4px);
            margin-bottom: 8px; }
      .cpCenterInfo .content .ps .itemBox {
        margin-top: 10px; }
        .cpCenterInfo .content .ps .itemBox .item {
          width: 100%;
          padding: 10px 10px 5px; }
          .cpCenterInfo .content .ps .itemBox .item .picBox .pic {
            width: calc(50% - 2px);
            margin-bottom: 4px; }
          .cpCenterInfo .content .ps .itemBox .item .tits {
            width: calc(100% + 16px);
            margin-left: -8px;
            padding: 0 10px;
            font-size: 14px; }
            .cpCenterInfo .content .ps .itemBox .item .tits img {
              width: 40px; }
      .cpCenterInfo .content .faq {
        padding: 10px 10px 15px; }
        .cpCenterInfo .content .faq .itemBox {
          padding: 0;
          margin-top: 10px; }
          .cpCenterInfo .content .faq .itemBox .item .t {
            font-size: 15px;
            line-height: 22px; }
          .cpCenterInfo .content .faq .itemBox .item .t1 {
            font-size: 13px;
            line-height: 20px;
            margin-top: 5px; }
      .cpCenterInfo .content .ass {
        padding: 10px; }
        .cpCenterInfo .content .ass .itemBox .item {
          display: block; }
          .cpCenterInfo .content .ass .itemBox .item .pic {
            width: 100%;
            margin-right: 0 !important;
            margin-left: 0 !important; }
          .cpCenterInfo .content .ass .itemBox .item .con {
            margin-top: 10px;
            text-align: left !important; }
            .cpCenterInfo .content .ass .itemBox .item .con .t {
              font-size: 16px;
              line-height: 18px; }
            .cpCenterInfo .content .ass .itemBox .item .con .t1 {
              font-size: 13px;
              line-height: 22px; }
      .cpCenterInfo .content .hoo {
        padding: 0; }
        .cpCenterInfo .content .hoo .picBox {
          width: 100%;
          float: none; }
          .cpCenterInfo .content .hoo .picBox .pic {
            width: calc(50% - 3px);
            margin-bottom: 5px; }
        .cpCenterInfo .content .hoo .con {
          width: 100%;
          margin-top: 0;
          padding-left: 20px;
          box-sizing: border-box; }
          .cpCenterInfo .content .hoo .con .item {
            font-size: 13px;
            line-height: 22px; }
      .cpCenterInfo .content .sc {
        margin-top: 10px;
        padding: 0; }
        .cpCenterInfo .content .sc .list {
          margin-top: 8px; }
          .cpCenterInfo .content .sc .list .item {
            width: 49%; }
            .cpCenterInfo .content .sc .list .item .tits {
              font-size: 14px;
              line-height: 20px;
              height: 40px; }
      .cpCenterInfo .hotList {
        padding-top: 10px; }
        .cpCenterInfo .hotList dl dd {
          width: 100%;
          margin-bottom: 10px; }
          .cpCenterInfo .hotList dl dd:last-child, .cpCenterInfo .hotList dl dd:nth-child(3) {
            display: none; }
      .cpCenterInfo .box1 .picBox .list ul li .con .t {
        font-size: 12px;
        line-height: 14px; }
      .cpCenterInfo .box1 .picBox .list ul li .con .t1 {
        font-size: 10px;
        line-height: 12px;
        margin-top: 5px; } }

.picTk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .picTk .box {
    width: 1250px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 50px 40px 70px 65px;
    box-sizing: border-box; }
    .picTk .box .close {
      font-size: 24px;
      width: 30px;
      line-height: 30px;
      display: block;
      position: absolute;
      top: 4px;
      right: 12px;
      color: #571675;
      font-weight: bold;
      text-align: center; }
    .picTk .box .boxLeft {
      width: 30.7%;
      float: left; }
      .picTk .box .boxLeft .tabs {
        border-bottom: 1px solid #d8d7d5;
        font-size: 16px;
        line-height: 40px;
        color: #000;
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .picTk .box .boxLeft .tabs a {
          color: #000;
          display: block;
          position: relative; }
          .picTk .box .boxLeft .tabs a:after {
            width: 100%;
            height: 3px;
            position: absolute;
            bottom: -1px;
            left: 0;
            background-color: #571675;
            content: '';
            display: none; }
          .picTk .box .boxLeft .tabs a.on:after {
            display: block; }
      .picTk .box .boxLeft .listBox {
        margin-top: 15px; }
        .picTk .box .boxLeft .listBox ul {
          height: 430px;
          overflow: hidden;
          overflow-y: auto;
          display: none; }
          .picTk .box .boxLeft .listBox ul::-webkit-scrollbar {
            width: 5px;
            height: 10px;
            z-index: 30;
            position: relative;
            background-color: #eee; }
          .picTk .box .boxLeft .listBox ul::-webkit-scrollbar-thumb {
            background: #571675;
            -webkit-box-shadow: inset 0 0 6px #571675; }
          .picTk .box .boxLeft .listBox ul::-webkit-scrollbar-thumb:window-inactive {
            background: #ccc; }
          .picTk .box .boxLeft .listBox ul li {
            width: 31.3%;
            padding-bottom: 80px;
            position: relative;
            float: left;
            margin-right: 2%;
            margin-bottom: 2%;
            cursor: pointer; }
            .picTk .box .boxLeft .listBox ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
    .picTk .box .boxRight {
      width: 62.4%;
      margin-top: 40px;
      float: right; }
      .picTk .box .boxRight .list {
        width: 100%;
        height: auto;
        position: relative;
        display: none; }
        .picTk .box .boxRight .list ul {
          margin: 0 auto; }
          .picTk .box .boxRight .list ul li {
            width: 100%;
            height: 445px;
            margin: 0 auto;
            position: relative; }
            .picTk .box .boxRight .list ul li img, .picTk .box .boxRight .list ul li video {
              width: calc(100% - 136px);
              height: 100%;
              position: absolute;
              top: 0;
              left: 68px;
              object-fit: cover; }
        .picTk .box .boxRight .list .a {
          width: 26px;
          height: 140px;
          background-color: #ebebeb;
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          line-height: 140px;
          position: absolute;
          top: 50%;
          margin-top: -70px;
          z-index: 10; }
          .picTk .box .boxRight .list .a.prev {
            left: 0; }
          .picTk .box .boxRight .list .a.next {
            right: 0; }
  @media (max-width: 1200px) {
    .picTk .box {
      padding: 20px; } }
  @media (max-width: 1100px) {
    .picTk .box .boxLeft {
      width: 36.7%; }
      .picTk .box .boxLeft .tabs {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .picTk .box .close {
      top: 0;
      right: 0; }
    .picTk .box .boxLeft {
      float: none;
      width: 100%; }
      .picTk .box .boxLeft .listBox {
        display: none; }
    .picTk .box .boxRight {
      width: 100%;
      float: none;
      margin-top: 10px; }
      .picTk .box .boxRight .list ul li {
        height: 30vh; }
        .picTk .box .boxRight .list ul li img {
          width: calc(100% - 20px);
          left: 10px; }
      .picTk .box .boxRight .list .a {
        height: 80px;
        margin-top: -40px;
        line-height: 80px; } }

.proIndex dd{
  margin-bottom: 10px;
}
/*# sourceMappingURL=productandbrand.css.map */
