@import url('');
.con {
  display: flex;
  justify-content: space-between; }
  .con .left {
    width: 24%; }
  .con .right {
    width: 73%; }
    .con .right ul {
      display: flex;
      /*justify-content: space-between;*/
      margin-right:-2%;
      flex-wrap: wrap; }
      .con .right ul li {
          margin-right:1%;
        width: 32%;
        margin-bottom: 3%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease; }
        .con .right ul li .img {
          width: 100%;
          height: 280px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #eee;
          padding: 5% 3%; }
        .con .right ul li .txt {
          width: 100%;
          /*height: 70px;*/
          padding: 6%; }
          .con .right ul li .txt p {
            font-size: 14px;
            color: #333;
            line-height: 20px;
            font-weight: 600;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: 100%; }

.con .right ul li:hover {
  box-shadow: 0 0 3px 1px #e5e5e5; }

.productNav {
  width: 100%;
  border: 4px solid #ee7700;
  border-radius: 5px; }
  .productNav .proTopTit {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: block;
    font-size: 30px;
    color: white; }
  .productNav .proTop {
    width: 100%;
    height: 90px;
    line-height: 90px;
    display: flex; }
    .productNav .proTop li {
      font-size: 20px;
      color: white;
      width: 50%;
      text-align: center;
      position: relative;
      cursor: pointer; }
    .productNav .proTop li.on::after {
      content: "";
      width: 22px;
      height: 22px;
      border-width: 11px;
      border-style: solid;
      border-color: transparent transparent white transparent;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -11px; }
  .productNav .proList .proItem .proParse {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;
    line-height: 56px;
    cursor: pointer; }
    .productNav .proList .proItem .proParse span {
      width: 90%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .productNav .proList .proItem .proParse i {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: transparent;
      border-style: solid;
      border-width: 1px;
      border-color: transparent transparent #333 #333;
      transform: rotateZ(-135deg);
      -webkit-transform: rotateZ(-135deg);
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }
  .productNav .proList .proItem .proChild {
    background: #f0f0f0;
    display: none; }
    .productNav .proList .proItem .proChild li a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 56px;
      padding: 0 10%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 14px;
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }

.productNav .proList .proItem .proChild li a:hover {
  transform: translateX(2px);
  -webkit-transform: translateX(2px); }

.proCount .proList:nth-child(2) {
  display: none; }

.productNav .proList .proItem:nth-child(1) .proParse i {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg); }

.productNav .proList .proItem:nth-child(1) .proChild {
  display: block; }

.hotTel {
  width: 100%;
  color: white;
  margin-top: 10%;
  padding: 6%;
  text-align: center; }
  .hotTel .hotTelTit {
    font-size: 16px; }
  .hotTel p {
    font-size: 32px;
    font-weight: 600; }

@media (max-width: 1200px) {
  .productNav .proTop, .productNav .proTopTit {
    height: 75px;
    line-height: 75px;
    font-size: 25px; }
  .con .right ul li .img {
    height: 225px; }
  .con .right ul li .txt {
    height: 65px; }
  .hotTel p {
    font-size: 28px; } }

@media (max-width: 996px) {
  .productNav .proTop, .productNav .proTopTit {
    height: 65px;
    line-height: 65px;
    font-size: 20px; }
  .productNav .proList .proItem .proParse {
    font-size: 16px; }
  .hotTel .hotTelTit {
    font-size: 14px; }
  .hotTel p {
    font-size: 22px; }
  .con .right ul li .img {
    height: 180px; }
  .con .right ul li .txt {
    height: 60px; }
  .productNav .proTop li {
    font-size: 16px; } }

@media (max-width: 768px) {
  .con {
    flex-direction: column; }
    .con .left {
      width: 100%; }
    .con .right {
      width: 100%;
      margin-top: 3%; }
  .hotTel {
    margin-top: 2%;
    padding: 3%; }
  .productNav .proList .proItem .proChild li a {
    line-height: 45px; }
  .con .right ul li .txt {
    height: 60px; } }

@media (max-width: 480px) {
  .productNav .proTop, .productNav .proTopTit {
    height: 55px;
    line-height: 55px;
    font-size: 18px; }
  .productNav .proList .proItem .proParse {
    font-size: 14px;
    line-height: 45px; }
  .productNav .proList .proItem .proChild li a {
    line-height: 35px;
    font-size: 12px; }
  .con .right ul li .img {
    height: 125px; }
  .con .right ul li .txt {
    height: 55px; }
    .con .right ul li .txt p {
      font-size: 12px; } }

.searLeft {
  width: 24%; }
  .searLeft li {
    width: 100%;
    color: #333;
    text-align: center;
    background: #ececeb;
    height: 55px;
    line-height: 55px;
    margin-bottom: 1px;
    font-size: 18px; }
    .searLeft li a {
      display: block;
      width: 100%;
      height: 100%; }

.searLeft li:nth-child(1) {
  height: 86px;
  line-height: 86px;
  color: white;
  font-size: 30px; }


@media (max-width: 1200px) {
    .con .searLeft li:nth-child(1) {
        height: 70px;
        line-height: 70px;
        font-size: 25px;
    }
    .con .searLeft li {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
}
@media(max-width:996px){
    .con .searLeft li:nth-child(1) {
        height: 56px;
        line-height: 56px;
        font-size: 20px;
    }
}
@media(max-width:768px){
    .con .searLeft {
        width: 100%;
        margin-bottom: 5%;
    }
}
@media(max-width:480px){
    .con .searLeft li:nth-child(1) {
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
    .con .searLeft li {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}