/* 产品 */
.index-products {
  padding: 50px 0px 90px;
}
.index-product-detail {
  background-color: #f5f5f5;
  padding: 15px 15px;
  /* max-width: 280px; */
  margin-top: 30px;
}
.index-product-img {
  text-align: center;
}
.index-product-img > img {
  /* width: 250px; */
  width: 100%;
  max-width: 100%;
}
.index-product-name {
  margin: 12px 0px;
}
.index-product-detail-btn,
.index-product-detail-btn:hover {
  background-color: #1f2677;
  border-radius: 2px;
}
.hr-red {
  height: 15px;
  background-color: #e70012;
}
.index-about {
  position: relative;
  min-height: 450px;
  padding-bottom: 20px;
}
.index-about-title {
  margin: 55px 0px;
}
.index-about-contact {
  width: 340px;
  margin-top: 40px;
}
.index-about-contact-left {
  background-color: #e70012;
  width: 220px;
  height: 60px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  line-height: 26px;
}
.index-about-contact-right {
  background-color: #eacc1c;
  width: 120px;
  height: 60px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  padding-top: 6px;
  line-height: 22px;
  cursor: pointer;
}
.index-about-contact-right:hover {
  text-decoration: none;
}
.index-wecha-span {
  color: #7f6c00;
  font-size: 14px;
}
.about-cl {
  max-width: 90%;
  margin-top: 114px;
}
.index-about-cover-light {
  background-color: #333a87;
  height: 450px;
  position: absolute;
  left: 0px;
  top: 55px;
  width: 40%;
}
.index-about-cover-dark {
  background-color: #1c226a;
  height: 450px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.index-about-left {
  margin-top: 55px;
  padding-right: 50px;
  height: 450px;
  background: #333a87;
  padding-left: 0px;
}
.index-slzb {
  margin-top: 55px;
  position: relative;
  margin-bottom: 60px;
}
.index-slzb-detail {  
  margin: auto;
  text-align: center; 
}
.index-slzb-choose {
  position: absolute;
  top: 100px;
  top: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.index-slzb-left {
  left: -15px;
}
.index-slzb-right {
  right: -35px;
}
.index-slzb-show-body {
  overflow: hidden;
  margin-top: 24px;
}
.slzb-no-wrap {
  white-space: nowrap;
  position: relative;
}
.index-slzb-detail-fa {
  display: inline-block;
  float: none !important;
}
.index-slzb-detail > img {
  max-width: 100%;
  max-height: 185px;
}
.slzb-name {
  margin: 12px 0px;
}
.index-products-hidden{
  display: none;
}
@media (min-width: 991.78px) and (max-width: 1199.98px) {
  .about-cl {
    max-width: 95%;
    margin-top: 160px;
  }
}
/* @media (min-width:767.78px) and (max-width:991.78px){
    .about-cl{
        max-width: 95%;
        margin-top: 160px;
    }
} */
@media (max-width: 767.78px) {
  .index-about-contact-left {
    width: 180px;
  }
  .index-about-contact-right {
    width: 80px;
  }
  .index-about-contact {
    width: 260px;
  }
  .index-about-title {
    margin: 20px 0px;
  }
  .title-white-sm {
    display: block;
  }
  .index-about-left {
    padding-right: 10px;
  }
  .index-slzb-left {
    left: 15px;
  }
  .index-slzb-right {
    right: -5px;
  }
}
