

/*产品内容*/
.prodet-img{ padding-top: 32px; padding-bottom: 80px; }
.prodet-img .retrurn{ text-align: right; }
.prodet-img .retrurn a{ display: inline-block; font-size: 16px; line-height: 22px; color: #999999; }
.prodet-img .retrurn a:hover{ color: #3f6cbd; }
.prodet-img .clearBox{ padding-top: 10px; }/*
.prodet-img .imgs{ width: 40%; float: left; }*/
.prodet-img .imgBox{ border: 1px solid #e4e4e4; transition: all .3s; }
/*.prodet-img .imgBox::before{ content: ""; display: block; width: 100%; padding-top: 100%; }*/
.prodet-img .imgBox{ border: 1px solid #e4e4e4; transition: all .3s; }
/*
.prodet-img .imgBox::before{ content: ""; display: block; width: 100%; padding-top: 100%; }
*/
.prodet-img .swiper-box{ margin-top: 20px; position: relative; padding: 0 30px; }
.prodet-img .swiper-box .imgBox{ display: block; cursor: pointer; }
.prodet-img .swiper-box .on .imgBox,
.prodet-img .swiper-box .imgBox:hover{ border-color: #d11304; }
.prodet-img .swiper-box .btn{ position: absolute; top: 0; height: 100%; width: 20px; cursor: pointer; background: no-repeat center/10px auto; }
.prodet-img .swiper-box .prev{ left: 0; background-image: url(../images/icon_jt2_1.png); }
.prodet-img .swiper-box .next{ right: 0; background-image: url(../images/icon_jt2_2.png); }
.prodet-img .swiper-box .prev:hover{ background-image: url(../images/icon_jt2_1_h.png); }
.prodet-img .swiper-box .next:hover{ background-image: url(../images/icon_jt2_2_h.png); border: 0; }

.prodet-img .cont{ width: 52.5%; padding-top: 0; float: right; }
.prodet-img .cont .h1{ font-weight: 400; font-size: 32px; line-height: 1.4em; color: #333333; }
.prodet-img .cont .des{ font-size: 16px; line-height: 1.4em; color: #999999; }
.prodet-img .cont .text{ margin-top: 25px; margin-bottom: 50px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding-top: 8px; padding-bottom: 8px; font-size: 15px; line-height: 2em; color: #777777; }
.prodet-img .cont .text .p{ position: relative; margin-top: 14px; margin-bottom: 14px; padding-left: 20px; }
.prodet-img .cont .text .p::before{ content: ""; display: block; position: absolute; left: 5px; top: 11px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 7px solid #e3e3e3; }
.prodet-img .cont .MoreBox .a{ border-radius: 3px; padding:0 45px; font-size: 16px; }


@media (max-width:1200px) {
  .prodet-img{ padding-top: 25px; padding-bottom: 40px; }
  .prodet-img .cont{ padding-top: 20px; }
  .prodet-img .cont .h1{font-size: 26px; }
  .prodet-img .cont .text{ margin-top: 10px; margin-bottom: 20px; padding-top: 5px; padding-bottom: 5px; font-size: 14px; line-height: 1.8em; }
  .prodet-img .cont .text .p{ margin-top: 12px; margin-bottom: 12px; }
  .prodet-img .cont .text .p::before{ top: 9px; }
}
@media (max-width:992px) {
  .prodet-img{ padding-top: 20px; padding-bottom: 30px; }
  .prodet-img .cont{ padding-top: 10px; }
  .prodet-img .cont .h1{ font-size: 20px; }
  .prodet-img .cont .text{ margin-top: 8px; }
  .prodet-img .cont .text .p{ margin-top: 8px; margin-bottom: 8px; }
  .prodet-img .cont .text .p::before{ top: 7px; }
}
@media (max-width:768px) {
  .prodet-img{ padding-top: 15px; }
  .prodet-img .retrurn a{ font-size: 14px; }
  .prodet-img .imgs{ width: 100%; }
  .prodet-img .cont{ width: 100%; padding-top: 20px; }
  .prodet-img .cont .h1{ margin-bottom: 5px; font-size: 18px; }
}
