
.planImgBox{
  /* height: 500px; */
  padding-top: 130px;
  min-width: var(--main-width);
}

.planImgBox img{
  width: 100%;
  /* height: 100%; */
}

.introduce{
  height: 600px;
  width: 100%;
  background-color: #f6f7fb;
  min-width: var(--main-width);

}
.introduceMain{
  width: var(--main-width);
  margin: 0 auto;

}
.introduceMain .title{
  font-size: 36px;
  font-weight: bold;
  padding: 40px 0 20px;
}
.introduceTop{
  width: 100%;
  height: 360px;
  display: flex;
}
.introduceTopLeft,.introduceTopRight{
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}
.introduceTopLeft {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.introduceTopLeft img{
  width: 100%;
  height: 100%;
}

.introduceTopRight {
  background-color: #fff;
  padding: 40px 60px;
  box-sizing: border-box;
}

.introduceTopRight .plantitle {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
  
}
.introduceTopRight .text {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  position: relative;
  color: #858585;
  text-align: left;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
text-overflow: ellipsis;
overflow: hidden;
}



.scene{
  height: 580px;
  width: 100%;
  background-color: #fff;
  min-width: var(--main-width);


}
.sceneMain{
  width: var(--main-width);
  margin: 0 auto;

}
.sceneMain .title{
  font-size: 36px;
  font-weight: bold;
  padding: 40px 0 20px;
}
.sceneTop{
  width: 100%;
  height: 360px;
  display: flex;
}
.sceneTop img{
  height: 100%;
  width: 100%;
}

.feature{
  height: 500px;
  width: 100%;
  background-color: #f6f7fb;
  min-width: var(--main-width);

}
.featureMain{
  width: var(--main-width);
  margin: 0 auto;

}
.featureMain .title{
  font-size: 36px;
  font-weight: bold;
  padding: 40px 0 40px;
}
.featureTop{
  width: 100%;
  height: 360px;
  display: flex;
  flex-wrap: wrap;
}
.featureTop .featureItem{
  display: flex;
  width: 33%;
}
.featureTop .featureItem img{
  height: 40px;
  /* width: 40px; */
  margin-right: 20px;
}
.featureTop .featureItem .featureInfo{
  display: flex;
  flex-direction: column;
}
.featureTop .featureItem .featureInfo .featureName{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.featureTop .featureItem .featureInfo .featureText{
  font-size: 14px;
  color: #595a5c;
}


.application{
  /* height: 580px; */
  width: 100%;
  background-color: #fff;
  padding-bottom: 80px;
  min-width: var(--main-width);

}
.applicationMain{
  width: var(--main-width);
  margin: 0 auto;

}
.applicationMain .title{
  font-size: 36px;
  font-weight: bold;
  padding: 60px 0 40px;
}
.applicationTop{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.applicationbox {
  width: 32%;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
}

.applicationbox a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #535353;
  text-decoration: none;
}


.applicationimgBox {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.applicationbox  .textBox{
  border: 1px solid #eeeeee;
  padding: 20px 30px;
  height: 150px;
}
.applicationbox  .textBox .applicationboxtitle{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.applicationimgBox img {
  width: 100%;
  height: 100%;
  transition: all 0.6s linear;
}

.source {
  border: 1px solid #535353;
  padding: 6px 20px;
  border-radius: 25px;
  margin: 20px;
}

.title {
  margin-bottom: 20px;
  font-size: 20px;
}

.detail {
  font-size: 14px;
  text-align: justify;
  width: 100%;
  color: #858585;
}

/*鼠标hover效果*/

.applicationbox>a::after {
  content: '';
  width: 280px;
  position: absolute;
  background: #e52d67;
  bottom: 0;
  height: 0px;
  transition: height 0.3s linear;
  /*利用伪类高度，实现动画效果*/
}

.applicationbox>a:hover::after {
  height: 10px;
}

.applicationbox:hover img {
  transform: scale(1.15);
}

.customer{
  width: 100%;
  background-color: #f6f7fb;
  padding-bottom: 100px;
  min-width: var(--main-width);

}
.customerMain{
  width: var(--main-width);
  margin: 0 auto;

}
.customerMain .title{
  font-size: 36px;
  font-weight: bold;
  padding: 60px 0 40px;
}
.customerTop{
  width: 100%;
  height: 360px;
  display: flex;
}
.customer .swiper{
  height: 350px;
  width: 980px;
}
.customer .swiper .swiper-slide{
  display: flex;
}
.customer .swiper .swiper-slide img{
  height: 100%;
  width: 50%;
}
.customer .swiper .swiper-slide .customerinfo{
  height: 100%;
  width: 50%;
  background: #2dafad;
}

.customer .swiper .swiper-slide .customerinfo .solveContentMain{
  padding: 60px 40px 60px;
  color: #fff;
}
.customer .swiper .swiper-slide .customerinfo .solveContentMain .solveContentTitle{
  font-size: 20px;
  font-weight: bold;
  color: #fff;

}
.customer .swiper .swiper-slide .customerinfo .solveContentMain .text{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  position: relative;
  color: #fff;
  margin-top: 20px;

}

.customer .swiper .swiper-slide .customerinfo .solveContentMain .understand {
  width: 100px;
  height: 30px;
  border:1px solid #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
}
.customer .swiper .swiper-slide .customerinfo .solveContentMain .understand a {

  color: #fff;

}
.mySwiper .swiper-pagination-bullet {
  width: 30px !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: #fefdfd50 !important;
  opacity: 1 !important;
}
.mySwiper .swiper-pagination-bullet-active {
  background: #fff !important;
}


.et-hero-tabs{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 2em;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
}
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  position: relative;
  background: #fff;
  text-align: center;
}

.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {

  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 10;
  box-sizing: border-box;
}
.et-hero-tabs-main{
  width: var(--main-width);
  display: flex;
  flex-direction: row;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;

}
.et-hero-tabs-container--top {
  position: fixed;
  top: 130px;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #6d6d6d;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-right: 1px solid #eeeeee;
  height: 28px;
}
.et-hero-tab:last-child{
  border-right: 0;
}
.et-hero-tab.active{
  color: #2daead;
}
.et-hero-tab:hover {
  color:#2daead;
  /* background: rgba(102, 177, 241, 0.8); */
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
}
