.img-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}






.ul-new {
  float: left;
  width: 579px;
  padding-left: 0px !important;
}

.ul-new li {
  margin-bottom: 12px;
  padding: 32px 0 25px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}

.ul-new .time {
  float: left;
  width: 132px;
  padding-left: 40px;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  color: #999999;
  margin-right: 26px;
}

.ul-new .time .day {
  font-size: 33px;
  color: #999999;
  font-weight: bold;
}

.ul-new .time i {
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5px 0 8px;
}

.ul-new .txt {
  padding-right: 40px;
  overflow: hidden;
}

.ul-new .tit {
  font-size: 16px;
  color: #313131;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ul-new .desc {
  font-size: 15px;
  color: #A3A3A3;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media only screen and (max-width: 1560px) {

  .ul-new li {
    padding: 19px 0;
  }

}

@media only screen and (max-width: 1430px) {

  .row1,
  .row3 {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1230px) {
  .ul-new {
    width: auto;
    padding-left: 0;
  }

  .ul-new {
    padding: 10px 0;
  }
}




.g-prod {
  margin: 30px 0;
  overflow: hidden;
}

.g-prod .left {
  width: 260px;
  float: left;
  margin-right: 40px;
}

.g-prod .info {
  overflow: hidden;
  padding: 0 10px;
}

.g-prod .left .title {
  background-color: #0a80d8;
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}

.ul-pact a {
  line-height: 45px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #eee;
  transition: all .3s;
}

.ul-pact a:hover {
  background: #0a80d8;
  color: #fff;
  padding-left: 30px;
}

.mb30 {
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-bottom: none;
}

.g-prod .left .p3 {
  margin-bottom: 30px;
}

.g-prod .left .p3 .img {
  display: block;
  width: 100%;
  height: 150px;
  background: url(../images/product_1.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.g-prod .left .p3 ul {
  background: #0a80d8;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  padding: 20px;
}


@media only screen and (max-width: 1230px) {
  .g-prod .left {
    width: 260px;
    margin-right: 20px;
  }

}

@media only screen and (max-width: 1023px) {
  .g-prod .left {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .g-prod .info{
      padding:0;
  }

  .g-prod .left .p2,
  .g-prod .left .p3 {
    display: none;
  }

  .ul-pact {
    overflow: hidden;
  }

  .ul-pact li {
    width: 33.333%;
    float: left;
  }

}

@media only screen and (max-width: 767px) {

  .ul-pact li {
    width: 50%;
  }

  .ul-pact a {
    text-align: center;
    padding-left: 0;
    font-size: 14px;
    height: 42px;
    /* line-height: 1.2; */
    position: relative;
    display: block;
  }

  .ul-pact a span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .g-prod .left .title {
    padding-left: 0;
    text-align: center;
  }
}

.xgcase {
  margin-bottom: 20px;
}

.xgcase .pic {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
}

.xgcase .tit {
  background: #eee;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.ul-new .swiper-slide {
  padding: 3px;
}

.ul-new .swiper-slide a {
  display: block;
  padding: 25px 0;
  box-shadow: 0px 0px 9px 1px rgb(4 0 0 / 6%);
  background-color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 1230px) {
  .xgcase .tit {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .xgcase .tit {
    font-size: 12px;
  }

  .g-prod .ul-new {
    display: block;
  }

  .ul-new .time {
    width: 72px;
    margin-right: 10px;
    padding-left: 0;
    text-align: center;
  }

  .ul-new .time i {
    margin: 0 auto;
  }

  .g-prod .ul-new {
    display: block;
  }

  .ul-new .time {
    width: 72px;
    margin-right: 10px;
    padding-left: 0;
    text-align: center;
  }

  .ul-new .time i {
    margin: 0 auto;
  }

  .ul-new .tit {
    margin-bottom: 4px;
  }

  .ul-new .swiper-slide a {
    padding: 10px 0;
    box-shadow: none;
  }

  .ul-new .txt {
    padding-right: 0;
  }

  .g-prod {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .ul-pact li {
    width: 100%;
  }
}

/* 标题 */
.pi_nav {
  overflow: hidden;
}

.pi_nav li {
  float: left;
  cursor: pointer;
}

.pi_nav {
  font-size: 0;
  -webkit-text-size-adjust: none;
  background: #DDD;
  margin-bottom: 20px;
}


.pi_nav span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-align: center;
  background-color: #0a80d8;
}

.pi_nav .on span {
  background: #00AEB7;
}
@media only screen and (max-width: 960px){
  .pi_nav span {
    padding-left: 15px;
    padding-right: 15px;
  }

}
/* 标题 */
/* 简介 */
.m-content {
  overflow: hidden;
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
  padding: 20px;
  margin-bottom: 20px;
}

.m-content .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.m-content .desc {
  line-height: 2;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 1023px){
  .m-content .tit {
    font-size: 20px;
  
  }
}@media only screen and (max-width: 767px){
  .m-content .tit {
    font-size: 17px;
  
  }
}

/*左侧*/

    .p_class {
      width: 283px;
      float: left;
      position: relative;
      border: 10px solid var(--theme-color);
    }

    .p_class .pc_left {
      width: 100%;
      padding: 11px 0 10px 7px;
      background:  var(--theme-color);
    }

    .p_class .pc_left p {
      margin: 0;
      color: #FFF;
      /*padding-left: 33px;*/
    }

    .p_class .pc_left p:first-child {
      background:  no-repeat left center;
      font-size: 30px;
      font-weight: bold;
      height: 36px;
      line-height: 34px;
    }

    .p_class .pc_left p:last-child {
      font-size: 14px;
      font-family: Arial;
      height: 20px;
      line-height: 20px;
      margin-top: 8px;
    }

    .p_class .pc_right {
      width: calc(100% - 150px);
      float: right;
      padding-right: 50px;
      background: #e6e6e6;
      height: 50px;
      line-height: 50px;
      position: relative;
      text-align: center;
      font-size: 16px;
      display: none;
    }

    .p_class .pc_right em {
      display: block;
      width: 50px;
      height: 50px;
      background: url(../images/icon/navarrow.png) no-repeat center center;
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      position: absolute;
      right: 0;
      top: 0;
    }

    .p_class .pc_right.on em {
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .p_class .pc_ul {
      background: #F7F5F5;
      padding: 0 0 10px;
    }

    .p_class .pc_ul ul {
      margin: 0;
    }

    .p_class .pc_ul ul li {
      margin-top: 5px;
    }

    .p_class .pc_ul ul li p {
      margin: 0;
      width: 100%;
      height: 46px;
      line-height: 46px;
      font-size: 16px;
      color: #FFF;
      background: no-repeat right 20px center #666;
      padding-left: 10px;
    }

    .p_class .pc_ul ul li p a {
      color: #FFF;
      width: 100%;
      height: 100%;
      display: block;
    }

    .p_class .pc_ul ul li dl {
      margin: 0;
      padding-top: 6px;
    }

    .p_class .pc_ul ul li dl dd {
      margin-top: 6px;
      width: 100%;
      height: 42px;
      line-height: 42px;
      background: #fff;
      padding-left: 10px;
      font-size: 15px;
      color: rgba(10, 128, 208, 0.6);
      font-size: 13px;
    }

    .p_class .pc_ul ul li dl dd:first-child {
      margin-top: 0;
    }

    .p_class .pc_ul ul li dl dd a {
      display: block;
      width: 100%;
      height: 100%;
      color:rgba(10, 128, 208, 1);
    }

    .p_class .pc_ul .pc_bottom {
      margin-top: 9px;
      padding: 10px 10px 10px 20px;
      background: #666;
    }

    .p_class .pc_ul .pc_bottom .p_txt {
      background:  no-repeat left center;
      padding-left: 53px;
    }

    .p_class .pc_ul .pc_bottom .p_txt p {
      margin: 0;
      color: #FFF;
      height: 22px;
      line-height: 22px;
    }

    .p_class .pc_ul .pc_bottom .p_txt p:first-child {
      font-size: 14px;
    }

    .p_class .pc_ul .pc_bottom .p_txt p:last-child {
      font-size: 16px;
      margin-top: 1px;
    }

    .p_class .pc_ul .pc_bottom .p_phone {
      margin-top: 9px;
    }

    .p_class .pc_ul .pc_bottom .p_phone p {
      margin: 0;
      color: #FFF;
      font-size: 18px;
      height: 27px;
      line-height: 27px;
    }

    .p_class .pl_erweima {
      width: 100%;
      /* background: #F7F5F5; */
      padding: 10px 0 0;
      margin-top: 10px;
    }

    .p_class .pl_erweima img {
      width: 100%;
      height: 100%;
      display: block;
    }
    .p_class .pl_erweima p{
      padding: 10px 0;
      text-align: center;
    }
    .p_class .pc_ul {
      padding: 0px 0 10px;
    }

    .p_class .pc_ul ul li p {
      height: 44px;
      line-height: 44px;
      font-size: 15px;
    }

    .p_class .pc_ul ul li dl {
      height: auto;
      padding-top: 5px;
    }

    .p_class .pc_ul ul li dl dd {
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      margin-top: 5px;
    }

    .p_class .pc_ul .pc_bottom {
      display: none;
    }

    @media screen and (max-width:1023px) {
      .p_class {
        width: 100%;
        float: none;
        border: none;
        margin-bottom: 10px;
      }

      .p_class .pc_left {
        width: 150px;
        float: left;
        padding: 0 0 0 15px;
      }

      .p_class .pc_left p {
        padding-left: 25px;
      }

      .p_class .pc_left p:first-child {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        background-size: auto 15px;
      }

      .p_class .pc_left p:last-child {
        display: none;
      }

      .p_class .pc_right {
        display: block;
      }

      .p_class .pc_ul {
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 10;
        width: 100%;
        float: none;
        display: none;
        padding: 0 0 10px;
      }

      .p_class .pc_ul ul li dl {
        height: auto;
      }

      .p_class .pl_erweima {
        display: none;
      }
    }

    @media screen and (max-width:499px) {
      .p_class .pc_left {
        display: none;
      }

      .p_class .pc_right {
        width: 100%;
        float: none;
      }
    }
