﻿.article_products {
  margin-top: 7%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.article_products .pro_right .pro_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article_products .pro_right .pro_info .pro_info_l {
  overflow: hidden;
  width: 41.88%;
}

.article_products .pro_right .pro_info .pro_info_l .img {
  overflow: hidden;
  width: 100%;
  height: 470px;
  position: relative;
  margin-bottom: 27px;
}

/* .article_products .pro_right .pro_info .pro_info_l  .img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.article_products .pro_right .pro_info .pro_info_l  .img .full-image {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  object-fit: cover;
} */
.article_products .pro_right .pro_info .pro_info_l .image-additional-wrap {
  position: relative;
  padding: 0 28px;

}

.article_products .pro_right .pro_info .pro_info_l .image-additional {
  position: relative;
}

.article_products .pro_right .pro_info .pro_info_l .image-additional .swiper-slide {
  width: 58px;
}

.article_products .pro_right .pro_info .pro_info_l .image-additional-wrap .innerPro-next,
.article_products .pro_right .pro_info .pro_info_l .image-additional-wrap .innerPro-prev {
  position: absolute;
  width: 9px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background-size: cover;
  background-repeat: no-repeat;
}

.article_products .pro_right .pro_info .pro_info_l .image-additional-wrap .innerPro-prev {
  left: 5px;
  background-image: url(../images/list/pagel.png);
}

.article_products .pro_right .pro_info .pro_info_l .image-additional-wrap .innerPro-next {
  right: 5px;
  background-image: url(../images/list/pager.png);
}

.article_products .pro_right .pro_info .pro_info_l .image-additional .image-item {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 15%;
}

.swiper-button-disabled {
  display: none;
}

.article_products .pro_right .pro_info .pro_info_l .image-additional .image-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}


.article_products .pro_right .pro_info .pro_info_r {
  flex: 1;
  margin-left: 86px;
}

.article_products .pro_right .pro_info .pro_info_r>.title {
  font-family: "Bold";
  font-size: 30px;
  color: var(--color-main);
}

.article_products .pro_right .pro_info .pro_info_r .desc {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin: 35px 0 44px;
}

.article_products .pro_right .pro_info .pro_info_r>ul {
  display: flex;
  flex-wrap: wrap;
}

.article_products .pro_right .pro_info .pro_info_r>ul li {
  width: 50%;
  display: flex;
  align-items: center;
}

.article_products .pro_right .pro_info .pro_info_r>ul li:nth-child(-n + 2) {
  margin-bottom: 30px;
}

.article_products .pro_right .pro_info .pro_info_r>ul li .img {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  margin-right: 5px;
}

.article_products .pro_right .pro_info .pro_info_r .btn_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 57px;
}

.article_products .pro_right .pro_info .pro_info_r .btn_list>div {
  padding: 20px 16px 18px;
  color: #f6f6f6;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}

.article_products .pro_right .pro_info .pro_info_r .btn_list .us {
  background: var(--color-main);
  margin-right: 13px;
  font-size: 18px;
}

.article_products .pro_right .pro_info .pro_info_r .btn_list .down {
  border: 2px solid var(--color-main);
  padding: 20px 53px 16px 43px;
  background: #fff;
  color: var(--color-main);
}

.article_products .pro_right .pro_info .pro_info_r .btn_list .down::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/article/down.png) no-repeat center;
  background-size: cover;
  margin-right: 10px;
}

.article_products .pro_right .a_title {
  margin-top: 30px;
  font-family: "Bold";
  font-size: 22px;
  color: #182c3a;
  line-height: 1.2;
}

.article_products .pro_right .a_desc {
  margin-top: 36px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 2.2;
}

.article_products .pro_right .a_img {
  padding-bottom: 41.5%;
  margin-top: 50px;
}

.article_products .pro_right .a_img:last-child {
  padding-bottom: 59.8%;
  margin-top: 92px;
}

.article_products .pro_right .a_l_img_r_info {
  margin-top: 25px;
  flex-wrap: wrap;
  --margin: 39px;
}

.article_products .pro_right .a_l_img_r_info:nth-child(even) .img {
  order: 2;
  margin-left: var(--margin);
  margin-right: 0;
}

.article_products .pro_right .a_l_img_r_info .img {
  width: 48.48%;
  height: 544px;
  flex-shrink: 0;
  margin-right: var(--margin);
  padding: 0;
}

.article_products .pro_right .a_l_img_r_info .info {
  width: calc(100% - 48.48% - var(--margin));
}

.article_products .pro_right .a_l_img_r_info .info .tit {
  font-family: "Bold";
  font-size: 22px;
  color: #182c3a;
}

.article_products .pro_right .a_l_img_r_info .info .title {
  font-family: "Bold";
  color: var(--color-main);
  line-height: 1;
  margin-top: 20px;
}

.article_products .pro_right .a_l_img_r_info .info .desc {
  margin-top: 35px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 2.1;
  max-height: 350px;
  overflow: auto;
}

@media screen and (max-width: 1600px) {
  .com_aside_left {
    display: none;
  }

  .pro_right {
    width: 100%;
  }

  .article_products .pro_right .a_title {
    margin-top: 6%;
  }
}

@media screen and (max-width: 1300px) {
  .layout_ {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .article_products .pro_right .pro_info .pro_info_r {
    margin-left: 36px;
  }
}

@media screen and (max-width: 950px) {
  .article_products .pro_right .pro_info .pro_info_r .btn_list .down {
    display: none;
  }

  .article_products .pro_right .pro_info .pro_info_l .product-image {
    display: none;
  }

  .article_products .pro_right .pro_info .pro_info_l .image-additional .image-item {
    padding-bottom: 100%;
  }

  .article_products .pro_right .pro_info .pro_info_l,
  .article_products .pro_right .pro_info .pro_info_r {
    width: 100%;
  }

  .article_products .pro_right .pro_info .pro_info_l>.img {
    display: none;
  }

  .article_products .pro_right .pro_info .pro_info_l .image-additional-wrap .innerPro-next,
  .article_products .pro_right .pro_info .pro_info_l .image-additional-wrap .innerPro-prev {
    top: 50%;
  }

  .article_products .pro_right .pro_info .pro_info_r {
    margin-left: 0;
    margin-top: 30px;
  }

  .article_products .pro_right .pro_info .pro_info_r .desc {
    max-height: unset;
    overflow: unset;
  }

  .article_products .pro_right .a_l_img_r_info {
    --margin: 0;
  }

  .article_products .pro_right .a_l_img_r_info:nth-child(even) .img {
    order: unset;
  }

  .article_products .pro_right .pro_info .pro_info_l .image-additional .img {
    padding-bottom: 0;
  }

  .article_products .pro_right .a_l_img_r_info .img,
  .article_products .pro_right .a_l_img_r_info .info {
    width: 100%;
  }

  .article_products .pro_right .a_l_img_r_info .img {
    margin-bottom: 20px;
    height: 0;
    padding-bottom: 100%;
  }

  .article_products .pro_right .a_l_img_r_info .info .desc {
    margin-top: 15px;
    max-height: unset;
    overflow: unset;
  }

  .com_pro_news {
    margin-top: 35px;
    margin-bottom: 4%;
  }

  .com_hot_pro {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {

  .article_products .pro_right .pro_info .pro_info_r>ul li {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .article_products .pro_right .pro_info .pro_info_r .btn_list {
    margin-top: 0;
  }

  .article_products .pro_right .pro_info .pro_info_r .btn_list>div {
    margin-top: 10px;
  }
}