/*产品中心*/
#product .field_list {
  width: 100%;
  padding-top: 100px;
}
#product .field_list .field_item {
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  overflow: hidden;
  border: 1px solid #E4E4E4;
}
#product .field_list .field_item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  box-shadow: 0 -6px 12px rgba(74, 74, 74, 0.15);
}
#product .field_list .field_item .plan_img {
  width: 41.4%;
  overflow: hidden;
}
#product .field_list .field_item .plan_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#product .field_list .field_item .plan_img:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
#product .field_list .field_item .plan_text {
  width: 58.6%;
}
#product .field_list .field_item .plan_text .fa_pt_l {
  width: 100%;
  height: auto;
  opacity: 0;
}
#product .field_list .field_item .plan_text .plan_text_con {
  width: 80%;
  height: 100%;
  padding: 10px 10% 0 12%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
}
#product .field_list .field_item .plan_text .plan_text_con h5 {
  font-size: 26px;
  color: #000;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all 0.5s;
}
#product .field_list .field_item .plan_text .plan_text_con p {
  font-size: 14px;
  line-height: 25px;
  color: #808080;
  margin: 3% 0;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#product .field_list .field_item .plan_text .plan_text_con .details_a {
  font-size: 16px;
  color: #6EB92B;
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #6EB92B;
  border-radius: 100px;
  transition: all 0.5s;
}
#product .field_list .field_item .plan_text:hover .plan_text_con h5 {
  color: #6EB92B;
}
#product .field_list .field_item .plan_text:hover .plan_text_con .details_a {
  color: #fff;
  border-color: #6EB92B;
  background: #6EB92B;
}
/*产品详情*/
#product_detail .sub-tabs {
  position: relative;
  display: flex;
  justify-content: center;
}
#product_detail .sub-tabs .swiper-button-prev {
  background-image: url(../images/product/jt_left.png);
}
#product_detail .sub-tabs .swiper-button-next {
  background-image: url(../images/product/jt_right.png);
}
#product_detail .sub-tabs .swiper-button-prev,
#product_detail .sub-tabs .swiper-button-next {
  width: 49px;
  height: 49px;
  background-size: 100% 100%;
  position: initial;
  margin-top: 0;
}
#product_detail .sub-tabs .max-width {
  align-items: center;
  margin: 0;
}
#product_detail .sub-tabs .max-width .swiper-box {
  padding: 0 50px;
  width: calc(100% - 100px);
}
#product_detail .sub-tabs .mySwiper {
  width: 100%;
  overflow: hidden;
}
#product_detail .sub-tabs .mySwiper .swiper-slide {
  display: inline-flex;
  align-items: center;
  width: max-content;
}
#product_detail .sub-tabs .mySwiper .swiper-slide a {
  margin-right: 0;
  display: inline-block;
}
#product_detail .detail {
  padding: 78px 72px;
  background: #fff;
  margin: 37px 0 31px;
}
#product_detail .detail .f-26 {
  color: #333;
  margin-bottom: 18px;
}
#product_detail .detail .f-14 {
  color: #808080;
  line-height: 25px;
  margin-bottom: 20px;
}
#product_detail .detail img {
  margin-top: 40px;
  display: block;
  margin: auto;
  max-width: 100%;
}
#product_detail .list {
  padding: 78px 72px;
  background: #fff;
  margin-bottom: 70px;
}
#product_detail .list .f-26 {
  margin-bottom: 20px;
}
#product_detail .list .img {
  text-align: center;
}
#product_detail .list .img img {
  max-width: 100%;
}
/*资料下载*/
#down .down_list {
  padding: 5vw 0;
}
#down .down_list li {
  display: inline-block;
  width: 46%;
  background: #fff;
  border: 1px solid #E4E4E4;
  margin-bottom: 1.2vw;
  transition: all 0.5s;
}
#down .down_list li .d_content {
  padding: 46px 43px 39px;
}
#down .down_list li .d_content h2 {
  color: #333;
}
#down .down_list li .d_content p {
  color: #808080;
  margin: 15px 0 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#down .down_list li .d_content a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #6EB92B;
  color: #6EB92B;
  font-size: 14px;
}
#down .down_list li .d_content a img.active {
  display: none;
}
#down .down_list li .d_content a img.default {
  display: inline-block;
}
#down .down_list li:hover {
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.1);
}
#down .down_list li:hover .d_content h2 {
  color: #6EB92B;
}
#down .down_list li:hover .d_content a {
  color: #fff;
  background: #6EB92B;
}
#down .down_list li:hover .d_content a img.active {
  display: inline-block;
}
#down .down_list li:hover .d_content a img.default {
  display: none;
}
#down .down_list li:nth-child(even) {
  margin-left: 4%;
}
@media only screen and (max-width: 768px) {
  #down .down_list {
    padding: 30px 0;
  }
  #down .down_list li {
    width: 100%;
    margin-bottom: 13px;
  }
  #down .down_list li:nth-child(even) {
    margin-left: 0;
  }
  #down .down_list li .d_content {
    padding: 23px 17px 20px ;
  }
  #down .down_list li .d_content h2 {
    font-size: 17px;
  }
  #down .down_list li .d_content p {
    font-size: 12px;
    margin: 8px 0 16px;
    -webkit-line-clamp: 2;
  }
  #down .down_list li .d_content a {
    background: #6EB92B;
    color: #fff;
  }
  #down .down_list li .d_content a img {
    display: none;
  }
  #down .down_list li .d_content a img.active {
    display: block;
  }
  #product .field_list {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #product .field_list .field_item {
    flex-direction: column-reverse;
    margin-bottom: 20px;
    border: none;
  }
  #product .field_list .field_item .plan_img {
    width: 100%;
  }
  #product .field_list .field_item .plan_text {
    width: 100%;
  }
  #product .field_list .field_item .plan_text .plan_text_con {
    width: calc(100% - 34px);
    padding: 17px;
  }
  #product .field_list .field_item .plan_text .plan_text_con h5 {
    font-size: 15px;
  }
  #product .field_list .field_item .plan_text .plan_text_con p {
    font-size: 13px;
    line-height: 25px;
    height: auto;
    -webkit-line-clamp: 5;
  }
  #product .field_list .field_item .plan_text .plan_text_con .details_a {
    font-size: 14px;
    padding: 8px 20px ;
    background: #6EB92B;
    color: #fff;
  }
  #product_detail .sub-tabs .swiper-button-next,
  #product_detail .sub-tabs .swiper-button-prev {
    display: none;
  }
  #product_detail .sub-tabs .max-width .swiper-box {
    padding: 0;
    width: 100%;
  }
  #product_detail .sub-tabs .swiper-wrapper {
    overflow-x: scroll;
  }
  #product_detail .detail {
    padding: 20px 17px;
  }
  #product_detail .detail .f-26 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  #product_detail .detail .f-14 {
    font-size: 13px;
    line-height: 25px;
  }
  #product_detail .list {
    padding: 20px 17px;
  }
  #product_detail .list .f-26 {
    margin-bottom: 15px;
  }
  #product_detail .list .img {
    overflow-x: scroll;
  }
  #product_detail .list .img img {
    width: 800px;
    max-width: max-content;
  }
}
