.hoverImg {
  display: block;
  overflow: hidden;
}
.hoverImg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hoverImg > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.defaultBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.textAlign {
  word-break: break-all;
  overflow-wrap: anywhere;
}
.fix-nav-style {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.fix-nav-style .main-menu-ul-list .main-menu > a {
  color: #222222;
}
.fix-nav-style .main-menu-ul-list .has-child {
  color: #222222;
}
.fix-nav-style .nav-icon-item {
  color: #222222;
}
.fix-nav-style .nav-logo .abs-log {
  opacity: 1;
  top: 0;
}
.common-nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.common-nav .main-menu-ul-list .main-menu > a {
  color: #222222;
}
.common-nav .main-menu-ul-list .has-child {
  color: #222222;
}
.common-nav .nav-icon-item {
  color: #222222;
}
.common-nav .nav-logo .abs-log {
  opacity: 1;
  top: 0;
}
.bg-body {
  background-color: #e9eef3;
}
.detail-header-banner-con {
  width: 100%;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: var(--nav-height);
}
.detail-header-banner-con .banner-con {
  width: var(--main-width);
  margin: 1.2rem auto 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e8f3;
}
.detail-header-banner-con .main-title {
  font-size: 0.48rem;
  font-family: "gilroy-bold-4";
}
.detail-header-banner-con .detail-text {
  font-size: 0.16rem;
  margin-top: 0.3rem;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.detail-header-banner-con .button-con {
  margin-top: 0.6rem;
}
.detail-header-banner-con .left-con {
  width: 7.2rem;
}
.detail-header-banner-con .right-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.detail-header-banner-con .image-item {
  width: 3rem;
  height: 3rem;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}
.detail-header-banner-con .image-item:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.detail-header-banner-con .image-item > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.img-list {
  margin-top: 0.9rem;
  padding-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.img-list .img-item-con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 5rem;
  border-radius: 20px;
  display: block;
  overflow: hidden;
}
.img-list .img-item-con:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.img-list .img-item-con > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.detail-content-con {
  width: 100%;
  height: 6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product-weater/05.png");
}
.detail-content-con .info-list {
  margin-top: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.detail-content-con .info-list > li {
  height: 1.5rem;
  padding: 0.5rem 0.3rem 0 0.3rem;
  font-size: 0.18rem;
  color: #ffffff;
  word-break: break-all;
  overflow-wrap: anywhere;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.detail-content-con .info-list > li:hover {
  font-weight: bold;
}
.list-info-ul {
  width: 100%;
  margin-top: 0.5rem;
}
.list-info-ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding: 0.25rem 0.5rem 0.25rem 0.2rem;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283a51;
  border-radius: 6px;
}
.list-info-ul > li:hover {
  background: -webkit-gradient(linear, left top, right top, from(#3f8f2a), color-stop(40%, #4c8f6f), color-stop(70%, #3f6f8f), to(#2f6aa3));
  background: linear-gradient(to right, #3f8f2a 0%, #4c8f6f 40%, #3f6f8f 70%, #2f6aa3 100%);
  color: #ffffff;
}
.list-info-ul > li:hover .right-con {
  color: #ffffff;
}
.list-info-ul .left-con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-info-ul .right-con {
  color: #283a51;
}
.list-info-ul .right-con .iconfont {
  font-size: 0.3rem;
}
.list-info-ul .main-title {
  font-size: 0.24rem;
  font-family: "gilroy-bold-4";
}
.list-info-ul .sub-title {
  margin-top: 0.15rem;
  font-size: 0.14rem;
}
.solutions-con {
  padding-top: 1.6rem;
}
.more-button-con {
  width: 100%;
  margin-top: 1rem;
  position: relative;
}
.more-button-con > a {
  margin: 0 auto;
}
.products-con {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.connect-us-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.connect-us-dialog .common-container-con {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.65rem 0.7rem;
  position: relative;
}
.connect-us-dialog .common-container-con .common-container-title {
  font-size: 0.36rem;
}
.connect-us-dialog .close-abs {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
}
.connect-us-dialog .close-abs .iconfont {
  font-size: 0.3rem;
  cursor: pointer;
}
.connect-us-dialog .close-abs .iconfont:hover {
  color: #00228e;
}
.connect-us-dialog .from-con .input-con > input {
  background-color: #e9eef3;
}
.connect-us-dialog .from-con .textarea-con > textarea {
  background-color: #e9eef3;
}
.connect-us-dialog .button-con {
  margin-top: 0.4rem;
}
@media screen and (max-width: 760px) {
  .detail-header-banner-con {
    height: auto;
  }
  .detail-header-banner-con .detail-text {
    font-size: 0.24rem;
  }
  .detail-header-banner-con .banner-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail-header-banner-con .right-con {
    margin-top: 0.6rem;
    gap: 0.2rem;
  }
  .detail-header-banner-con .right-con .image-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .introduction-con .img-list {
    gap: 0.2rem;
    padding-bottom: 0.8rem;
  }
  .introduction-con .img-list .img-item-con {
    height: auto;
  }
  .bg-body .detail-content-con {
    height: auto;
  }
  .bg-body .info-list {
    margin-top: 0.4rem;
    padding-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
