.head-page .item.tm-pro>a span {
  color: #299AB1;
}

.head-page .item.tm-pro>a::after {
  transform: scale(1);
  opacity: 1;
}


.pro_lists .list {
  width: 30.36%;
  height: 500px;
  border: 1px solid #E5E5E5;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 50px;
  margin-right: 4.46%;
}

.pro_lists .list:nth-child(3n) {
  margin-right: 0;
}

.pro_lists .list .imgs {
  height: 404px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_lists .list .imgs img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.pro_lists .list .texts {
  height: calc(100% - 404px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #E5E5E5;
}


.scale_tit {
  height: 38px;
  background: url(/img/scale_tit.png) no-repeat center/cover;
  padding: 0 30px;
  box-sizing: border-box;
}

.scale_tit span {
  width: 20px;
  height: 20px;
  background: #079DAB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 18px;
}

.scale_tit span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;

}

.prodel_pg01 {
  padding: 10px 0 70px;
  box-sizing: border-box;
}

.prodel_pg01 .l {
  width: 38.85%;
}

.mySwiper2 .swiper-container {
  border: 1px solid #EEEEEE;
}

.mySwiper2 .swiper-slide {
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper2 .swiper-slide img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.mySwiper {
  margin-top: 25px;
  padding: 0 35px;
  box-sizing: border-box;
  position: relative;
}

.mySwiper .swiper-container {
  position: initial;
}

.mySwiper .swiper-slide {
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .4s;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  color: #666666;
}

.mySwiper .swiper-slide-thumb-active {
  border: 1px solid #079DAB;
}

.prodel_pg01 .r {
  width: 42.2%;
  margin-right: 6.5%;
  box-sizing: border-box;
}

.pro_tit {
  border-bottom: 2px solid #079DAB;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.prodel_pg01 .r_items .r_item {
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0;
  box-sizing: border-box;
}

.prodel_pg01 .r_items .r_item:last-child {
  border-bottom: none;
}

.prodel_pg01 .r_items .item_tit {
  width: 110px;
  padding-right: 10px;
  box-sizing: border-box;
}

.prodel_pg01 .r_items .item_text {
  width: calc(100% - 110px);
}

.content_lsts .list .con {
  margin: 16px 0;
  padding: 0 30px;
  box-sizing: border-box;
}

.prodei_pg02 {
  background: #FCFCFC;
}

.down_btn {
  width: 174px;
  height: 48px;
  background: #079DAB;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.down_btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(/img/down_btn.png) no-repeat center/cover;
  margin-left: 9px;
}


@media only screen and (max-width: 1366px) {
  .pro_lists .list .imgs{
    height: 328px;
  }
  .pro_lists .list .texts {
    height: calc(100% - 328px);
  }
  .pro_lists .list{
    height: 408px;
  }
}
@media only screen and (max-width: 1200px) {
  .mySwiper2 .swiper-slide{
    height: 386px;
  }
  .mySwiper .swiper-slide{
    height: 78px;
  }
}
@media only screen and (max-width: 1043px) {
  .pro_lists .list .imgs {
    height: 238px;
  }
  .pro_lists .list .texts {
    height: calc(100% - 238px);
  }
  .pro_lists .list{
    height: 308px;
  }


  .mySwiper .swiper-slide{
    height: 68px;
  }
  .mySwiper2 .swiper-slide {
    height: 346px;
  }
  .prodel_pg01 .r{
    width: 48.2%;
  }
}

@media only screen and (max-width: 750px) {
  .pro_lists .list {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .pro_lists .list .imgs {
    height: 248px;
  }
  .pro_lists .list .texts {
    height: calc(100% - 248px);
  }
  .product header{
    justify-content: center;
    margin-bottom: 10px;
  }

  .content_lsts .list .con{
    padding: 0;
  }
  .scale_tit{
    padding: 0 15px;
  }
  .scale_tit span{
    margin-right: 10px;
    width: 15px;
    height: 15px;
  }
  .scale_tit span::before{
    width: 5px;
    height: 5px;
  }
  .prodel_pg01 .l {
    width: 100%;
  }
  .prodel_pg01 .r{
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
  }
  .mySwiper2 .swiper-slide {
    height: 306px;
  }
  .prodel_pg01 .r_items .r_item:last-child{
    padding-bottom: 0;
  }
  .prodel_pg01 {
    padding: 0 0 30px;
  }
  .prodel_pg01 .r_items .r_item {
    padding: 15px 0;
  }
  .mySwiper .swiper-slide {
    height: 60px;
    padding: 5px;
  }
  .content_lsts .list:last-child .con{
    margin-bottom: 0;
  }
}