@charset "UTF-8";
img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  display: inline-block;
}
a {
  color: #252b3a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
body {
  font-size: 14px;
  background-size: cover;
}
.product_banner {
  position: relative;
  overflow: hidden;
}
.product_banner img {
  width: 100%;
}
.product_banner .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}
.product_banner .text .w1440 {
  position: relative;
}
.product_banner .text h3 {
  margin-bottom: 8px;
  font-size: 42px;
}
.product_banner .text .banner-text {
  margin-bottom: 20px;
  font-size: 18px;
}
.product_choose {
  background-color: #fff;
  padding: 65px 0 0px;
  text-align: center;
}
.product_choose .colum_title {
  font-weight: bold;
  text-align: center;
}
.product_choose .product_list {
  padding: 52px 0 0;
  text-align: left;
}
.product_choose .product_list .swiper-wrapper{
  /* padding-bottom: 60px; */
  display: flex;
  justify-content: space-between;
  /* align-items: stretch; */
}
.product_choose.xxqy .product_list .swiper-slide:hover{
 box-shadow: 0 0 0.4rem 0 rgba(135, 140, 151, 0.22);
}
.product_choose.xxqy .product_list .swiper-slide{
  width:32% ;
}
.swiper-slide {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  width: 49%;
}
.product_choose.xxqy .product_list .swiper-slide:
.product_choose .product_list .swiper-slide {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  width: 49%;
}
.product_choose .product_list .swiper-slide .product-dis {
    text-align: left;
    margin: 16px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.product_choose .product_list .swiper-slide .tag-list {
  display: flex;
  align-items: center;
    flex-wrap: wrap;
  color: #6ea9e6;
}
.product_choose .product_list .swiper-slide .tag-list .tag {
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #e9f2fb;
  white-space: nowrap;
  text-align: center;
    margin-right: 10px;
}
.product_choose .product_list .swiper-slide .tag-list .tag:last-child{
  margin-right:0;
}
.product_choose .product_list .img {
  height: 48px;
}
.product_choose .product_list .img img {
  height: 100%;
  object-fit: cover;
}
.product_choose .product_list .product_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_choose .product_list .product_link a:nth-child(2){
    border: 1px solid transparent;
}
.product_choose .product_list .product_link a {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  height: 42px;
  line-height: 42px;
  color: #fff;
  width: 126px;
  text-align: center;
  border-radius: 5px;
}
.product_choose .product_list .product_link a::after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.product_choose .product_list .product_link a:hover::after {
  content: "\e683";
  margin-left: 5px;
}
.product_choose .product_list .product_link a:nth-child(2) {
  background-image: none;
  background-color: #fff;
  border-color: #575d6c;
  color: #252b3a;
  margin-left: 20px;
}
@media only screen and (max-width: 1280px) {
  .product_banner .text h2 {
    font-size: 36px;
  }
  .product_banner .text h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .product_banner img {
    height: 6.6rem;
    width: auto;
    position: relative;
    right: 0;
  }
  .product_banner .text {
    text-align: center;
  }
  .product_banner .text .fnt_42 {
    font-size: 24px;
  }
  .product_banner .text .banner-text {
    font-size: 16px;
  }
  .product_choose{
    padding: 15px 0;
  }
  .product_choose.xxqy{
    padding-top:30px ;
  }
  .product_choose.xxqy .product_list .swiper-slide{
    width: 100% !important;
  }
  .product_choose .product_list {
    padding:30px 0 0;

}


.product_choose .product_list .product_link a{
  margin-bottom: 10px;
}

.product_choose .product_list .swiper-slide .product-dis{
  margin: 15px 0 15px 0;
}
.product_choose .product_list .swiper-slide{
  padding: 15px 10px;
    width: 100% !important;
  margin-bottom: 20px;
}
.product_choose .product_list .swiper-wrapper {
   flex-wrap: wrap;
   padding-bottom: 30px;
}
.product_choose .product_list .swiper-slide .tag-list .tag{
  padding: 4px;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 16px;
}
}
