/* 产品示例模块样式 igpp.html为示例 */
.productBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.productBox .titleText p {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
  color: rgb(0, 0, 0, 0.85);
}
@media (max-width: 750px) {
  .productBox .titleText p {
    font-size: 24px;
    padding-top: 50px;
    padding-bottom: 16px;
  }
}
.productBox .titleText .titleImg {
  width: 174px;
  padding-bottom: 40px;
}
@media (max-width: 750px) {
  .productBox .titleText .titleImg {
    padding-bottom: 30px;
  }
}
@media (max-width: 378px) {
  .productBox{
    margin-top: 24px;
  }
  .productBox .titleText .titleImg {
    width: 131px;
  }
}
.productContentBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1200px;
  overflow: hidden;
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .productBox{
    margin-top: 30px;
  }
  .productContentBox {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 100%;
  }
}
.productContentBox .arrowCard05 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
  margin: 0 25px;
}
.productContentBox .arrowCard05:hover {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 16px 0 rgb(0 182 176 / 20%);
}
@media (max-width: 750px) {
  .productContentBox .arrowCard05 {
    display: none;
  }
}
.productContentBoxContent {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  box-shadow: 0 2px 16px 0 rgb(0 182 176 / 20%);
}
.productContentBoxContentDiv {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-shrink: 0;
  background-color: white;
}
.productContentBoxContentDiv .productContent {
  padding: 60px 30px 10px 30px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .productContentBoxContentDiv .productContent {
    padding: 30px;
  }
}
.productContentBoxContentDiv .productContent .title05 {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .productContentBoxContentDiv .productContent .title05 {
    text-align: center;
  }
}
.productContentBoxContentDiv .productContent .text05 {
  opacity: 0.65;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .productContentBoxContentDiv {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
  }
}
.productContentBoxContentDiv .img05 {
  width: 70%;
}
.productContentBoxContentDiv .img05 img {
  width: 100%;
}
@media (max-width: 1024px) {
  .productContentBoxContentDiv .img05 {
    width: 100%;
  }
}
.productContentBoxContentDiv .productContent {
  width: 30%;
}
@media (max-width: 1024px) {
  .productContentBoxContentDiv .productContent {
    width: 100%;
  }
}
.imgStyle_4{
  width: 100%  !important;
  cursor: zoom-in !important;
}

