.f_l {
    float: left;
    display: inline-block;
}
.f_r {
    float: right;
    display: inline-block;
}
.bg0{ background-color: #ffffff; }
.bg1{ background-color: #f8f8f8; }
.bg2{ background-color: #f6f6f6; }
.bg3{ background-color: #f9f9f9; }
.colr_main{ color:#d79003 ; }
.colr_main2{ color:#0d4597; }
.colrf{ color:#fff; }
.colr0{ color:#000; }
.colr3{ color:#333; }
.colr6{ color:#666; }
.colr9{ color:#999; }


.imgBox{ position:relative; }
.imgBox img{  left:0; top:0; height:100%; width:100%; }

/**动画**/
*[data-animation]{ opacity: 0; }
.animated{ opacity: 1; }

.MoreBox{ text-align: center; }

.MoreBox .a{ font-size:14px; color:#ffffff; border:1px solid #c1893c; line-height:46px; padding:0 50px; display:inline-block; transition:all .3s; background:#c1893c; }


@media only screen and (min-width: 1200px){
    .MoreBox .a:hover{ background-color:#fff; border:1px solid #c1893c; color:#c1893c }
}
@media only screen and (max-width: 1200px){
    .MoreBox a,
    .MoreBox .a{ line-height:40px; }
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 768px){
}

.cont_1{
  padding:3.5% 0 1%;
}

.ProductInfoA-A{ padding-bottom: 20px; margin-bottom: 15px; width: 100%; overflow: hidden;}
.ProductInfoA-A .retrurn{ text-align: right; }
.ProductInfoA-A .retrurn a{ display: inline-block; font-size: 16px; line-height: 22px; color: #999999; }
.ProductInfoA-A .retrurn a:hover{ color: #1759bb; }
.ProductInfoA-A .clearBox{ padding-top: 10px; }
.ProductInfoA-A .imgs{ width: 42%; }
.ProductInfoA-A .imgBox{ border: 1px solid #e4e4e4; transition: all .3s; }
.ProductInfoA-A .imgBox::before{ content: ""; display: block; width: 100%; }
.ProductInfoA-A .swiper-box{ margin-top: 20px; position: relative; padding: 0 30px; }
.ProductInfoA-A .swiper-box .imgBox{ display: block; cursor: pointer; }
.ProductInfoA-A .swiper-box .on .imgBox,
.ProductInfoA-A .swiper-box .imgBox:hover{ border-color: #724b2d; }
.ProductInfoA-A .swiper-box .btn{ position: absolute; top: 0; height: 100%; width: 20px; cursor: pointer; background: no-repeat center/18px auto; }
.ProductInfoA-A .swiper-box .prev{ left: 0; background-image: url(../images/icon_jt2_1.png); }
.ProductInfoA-A .swiper-box .next{ right: 0; background-image: url(../images/icon_jt2_2.png); }
.ProductInfoA-A .swiper-box .prev:hover{ background-image: url(../images/icon_jt2_1_h.png); }
.ProductInfoA-A .swiper-box .next:hover{ background-image: url(../images/icon_jt2_2_h.png); }
.ProductInfoA-A .cont{ width: 52.5%; padding-top: 1.2%; }
.ProductInfoA-A .cont .h1{ font-weight: 400; font-size: 30px; line-height: 1.4em; color: #333333; }
.ProductInfoA-A .cont .des{ font-size: 16px; line-height: 1.4em; color: #999999; }
.ProductInfoA-A .cont .text{ margin-top: 25px; padding: 16px 0; margin-bottom: 50px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; font-size: 15px; line-height: 2em; color: #777777; }
.ProductInfoA-A .cont .text .p{ position: relative; margin-top: 10px; padding-left: 20px; color:#333 }
.ProductInfoA-A .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; }
.ProductInfoA-A .cont .MoreBox .a{ border-radius: 3px; padding:0 45px; font-size: 16px; }
.ProductInfoA-A .cont .text .tin{ text-indent:6.7em }

.ProductInfoA-A .cont .text .p span {
  width:100px;
  display:inline-flex;
  color:#888;
}

/*描述*/
.pro-main{
  width:100%;
  background:#f5f3f0;
  padding:3% 0;
}
.pro-main .proms{
  padding:3.5% 2%;
  background:#fff;
  border-radius:5px;
}
.mstit{
  border-bottom:1px solid #ddd;
  padding-bottom:2%;
}
.mstit h2 {
    font-size: 20px;
    border-left: 3px solid #c1893c;
    padding-left: 10px;
    line-height: 0.9;
}
.pro-main .proms .msmain{
  padding:2% 0;
}
.pro-main .proms .msmain img{
  max-width:100%;
  width:100%;
}
.proxg{
  padding:3.5% 2% 2%;
  background:#fff;
  border-radius:5px;
  margin-top:3.5%;
}
.proxg ul{
  display:flex;
  overflow:hidden;
  justify-content: space-between;
  padding-top:2.6%;
}
.proxg ul li {
  padding:1%;
}
.proxg ul li img{
  width:100%;
}
.proxg ul li p{
  text-align:center;
  padding-top:10px;
}


@media (max-width:1200px) {
  .ProductInfoA-A{ padding-top: 25px; padding-bottom: 40px; }
  .ProductInfoA-A .cont{ padding-top: 20px; }
  .ProductInfoA-A .cont .h1{font-size: 26px; }
  .ProductInfoA-A .cont .text{ margin-top: 10px; margin-bottom: 20px; padding-top: 5px; padding-bottom: 5px; font-size: 14px; line-height: 1.8em; }
  .ProductInfoA-A .cont .text .p{ margin-top: 12px;  }
  .ProductInfoA-A .cont .text .p::before{ top: 9px; }
  .ProductInfoA-A .cont .text .tin{ text-indent:7.1em }
}
@media (max-width:992px) {
  .ProductInfoA-A{ padding-top: 20px; padding-bottom: 30px; }
  .ProductInfoA-A .cont{ padding-top: 10px; }
  .ProductInfoA-A .cont .h1{ font-size: 20px; }
  .ProductInfoA-A .cont .text{ margin-top: 8px; }
  .ProductInfoA-A .cont .text .p{ margin-top: 10px; }
  .ProductInfoA-A .cont .text .p::before{ top: 7px; }
}
@media (max-width:768px) {
  .ProductInfoA-A{ padding-top: 15px; }
  .ProductInfoA-A .retrurn a{ font-size: 14px; }
  .ProductInfoA-A .imgs{ width: 100%; }
  .ProductInfoA-A .cont{ width: 100%; padding-top: 20px; }
  .ProductInfoA-A .cont .h1{ margin-bottom: 5px; font-size: 18px; }

  .spec-scroll .items{
    width:87% !important;
    height:86px !important;
  }
  .spec-scroll .next, .spec-scroll .prev{
    height:60px !important;
  }

  .spec-scroll .items ul li {
    width: 72px !important;
}
.spec-scroll .items ul li span{
  width:66px !important;
}
.pro-main .proms{
  padding:5% 3%;
  background:#fff;
  border-radius:5px;
}
.pro-main .proms .msmain{
  padding:3% 0;
}
}