@charset "utf-8";

.pageBannerPanel{
  background: url('../images/product/pageBanner.png') no-repeat center center;
  background-size: cover;
}

/* 产品轮播 */
.productPageContent .prodSwiperContainer{
  margin-top: 80px;
  background: linear-gradient(
    to bottom,
    white 0,
    white 93%,
    #F6F6F6 0,
    #F6F6F6 141px
  );
  overflow: hidden;
}
.productPageContent .prodSwiperContainer .swiper-slide{
  width: 300px;
}
.productPageContent .prodSwiperContainer .prodItemWrap{
  position: relative;
  padding-bottom: 100px;
}
/* .productPageContent .prodSwiperContainer .prodItemWrap .prodImage{
  border: 5px solid #18b395;
  overflow: hidden;
  line-height: 0;
} */
.productPageContent .prodSwiperContainer .prodItemWrap .prodImage .prodIcon{ 
  width: 100%;
}
.productPageContent .prodSwiperContainer .prodItemWrap .smallIconWrap{
  position: absolute;
  top: 473px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.productPageContent .prodSwiperContainer .prodItemWrap .smallIconWrap img {
  width: 48px;
  object-fit: cover;
}
.productPageContent .prodSwiperContainer .prodItemWrap .prodTextWrap{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 532px;
}
.productPageContent .prodSwiperContainer .prodItemWrap .prodTextWrap .prodTitle{
  /* margin-top: 50px; */
  font-size: 18px;
  color: #2d2f4e;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
}
.productPageContent .prodSwiperContainer .prodItemWrap .prodTextWrap .prodEnTitle{
  font-size: 12px;
  color: #2d2f4eb3;
  /* margin-top: 14px; */
  line-height: 1.5;
}
.productPageContent .prodSwiperContainer .prodItemWrap .prodTextWrap .descText{
  /* margin-top: 26px; */
  line-height: 1.5;
  font-size: 14px;
  color: #2d2f4eb3;
  padding: 0 24px;
}
.swiperPanelWrap{
  position: relative;
}

.swiper-button-prev{
  position: absolute;
  left: 0;
  z-index: 100;
  top: 175px;
  left: -40px;
  transform: rotate(180deg);
  background: url('../images/joinUs/arrow_gray.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.swiper-button-prev:hover{
  background: url('../images/joinUs/arrow_hover.png') no-repeat center center;
  background-size: contain;
}

.swiper-button-next{
  position: absolute;
  z-index: 100;
  top: 175px;
  right: -40px;
  background: url('../images/joinUs/arrow_gray.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.swiper-button-next:hover{
  background: url('../images/joinUs/arrow_hover.png') no-repeat center center;
  background-size: contain;
}



/* 联系我们 */
.productPageContent .linkUsWrap{
  background-color: #2A303A;
  padding: 70px 0;
  text-align: center;
}
.productPageContent .linkUsWrap .questionText{
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: 4px;
}
.productPageContent .linkUsWrap .linkBtn{
  background-color: #FFFFFF;
  border-radius: 0;
  color: #18b395;
  font-size: 18px;
  width: 270px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  border:none;
  margin-left: 167px;
  letter-spacing: 4px;
}
/* 同心技术于产品 */
.technologyAndProd {
  margin: 100px 0;
  background: url('../images/index/technologyAndProd.png?v=20230907') no-repeat center center;
  background-size: cover;
}

.technologyAndProd .title,
.technologyAndProd .enTitle {
  color: #ffffff;
}

.technologyContent {
  text-align: center;
}

.technologyContent .prodTitle {
  font-size: 36px;
  color: #2D2F4E;
  font-weight: bold;
}

.technologyContent .enTitle {
  font-size: 14px;
  color: rgba(45, 47, 78, 0.7);
  margin-top: 30px;
  line-height: 1.5;
}

.technologyContent .enDesc {
  font-size: 14px;
  color: rgba(45, 47, 78, 0.7);
  margin-top: 10px;
}
/* 分割线 */
.divideLineWrap {
  margin-top: 30px;
}

.prodImage {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.prodImage img {
  width: 100%;
  object-fit: cover;
}

.prodImage .dotLine {
  height: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #999999;
}

.prodImage .learnMore {
  margin-top: 80px;
  text-align: center;
}

.prodImage .imageNone {
  width: 267px;
  height: 251px;
  margin-top: 20px;
}