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

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

.aboutUs {
  height: auto;
}
.aboutUs .aboutUsContentTitle {
  margin: 80px auto 40px;
  text-align: center;
}
.aboutUs .aboutUsContent {
  width: var(--main-width);
  margin: 0 auto;
  position: relative;
}
.aboutUsContentMain {
  display: flex;
  /* padding-top: 160px; */
  position: relative;
  align-items: center;
}
.aboutUs .title {
  font-size: 22px;
  font-weight: bold;
  color: #39bfc2;
  margin-bottom: 10px;
  text-align: left;
  
}
.aboutUs .text {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 20px;
  color: #717171;
  text-align: left;
}
.aboutUs .text::before {
  content: " ";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #39bfc2;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  top: 22px;
  left: 0px;
}
.aboutUs .aboutUsContentImg {
  height: 400px;
  flex-shrink: 0;
  margin-left: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}
.aboutUs .aboutUsContentImg img {
  width: 100%;
  height: 100%;
}
.aboutUs .aboutUsBg {
  background-size: 100% 100%;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 30px 0 50px;
}
.aboutUs .itemRadio {
  width: 200px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.aboutUs .itemRadio img{
  height: 60px;
  width: 100px;
  margin-bottom: 15px;
}
.aboutUs .itemRadio p{
  padding-left: 50px;
  margin: 4px 0;
}
.aboutUs .itemRadio .name{
  font-size: 24px;
  font-weight: bold;
  color: #39bfc2;
}
.aboutUs .itemRadio .tip{
  font-size: 15;

}

.businessBox{
  /* height: 700px; */
  min-height: 712px;
  width: 100%;
  min-width: var(--main-width);
  background: url(../img/about/businessBox.jpg) no-repeat;
  background-size: 100% 100%;
}
.businessBoxTitle{
  margin: 40px auto 40px;
  text-align: center;
}
.businessBoxMain{
  display: flex;
  /* height: 100%; */
}
.businessBoxMainLeft,.businessBoxMainRight{
  flex: 1;
  /* height: 100%; */
}
.businessBoxMainRight .businessBoxRow{
  display: flex;
}
.businessBoxMainRight .businessBoxRow .item{
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 180px;
  height: 140px;
  justify-content: center;
  margin-left: 80px;
}
.businessBoxMainRight .businessBoxRow .item .itemValue{
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #28afab;
  margin-bottom: 10px;

}
.businessBoxMainRight .businessBoxRow .item .itemValue .unit{
  font-size: 14px;
  line-height: 14px;
  color: #28afab;
}
.businessBoxMainRight .businessBoxRow .item .itemName{
  font-size: 15px;
  color: #fff;
}

.honor{
  /* height: 1172px; */
  width: 100%;
  min-width: var(--main-width);
  background: url(../img/about/honorbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 70px;
}
.honorTitle{
  margin: 80px auto 40px;
  text-align: center;
}
.honorMain{
  width: var(--main-width);
  margin: 0 auto;
  margin-top: 50px;

}
.honorTop{
  width: 100%;
  height: 360px;
  display: flex;
}
.honorTopLeft,.honorTopRight{
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}
.honorTopLeft {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honorTopLeft .honorItem{
  flex: 1;
  color: #fff;
  border-right: 1px solid #ffffff20;
  padding: 40px 0;
}
.honorTopLeft .honorItem .valueBox{
  color: #fff;
}
.honorTopLeft .honorItem .value{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-right: 4px;
}
.honorTopLeft .honorItem .name{
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.honorTopRight {
  background-color: rgba(205, 205, 205, 0.3);
  backdrop-filter: blur(1px);
  padding: 30px 40px;
  box-sizing: border-box;
}

.honorTopRight .title {
  font-size: 22px;
  font-weight: bold;
  color: #39bfc2;
  margin-bottom: 10px;
  text-align: left;
  
}
.honorTopRight .text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 20px;
  color: #fff;
  text-align: left;
}
.honorTopRight .text::before {
  content: " ";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  top: 22px;
  left: 0px;
}
.honorBottom{
  margin-top: 50px;
  
}
.honorBottom img{
  width: 100%;
}



.culture{
  height: 550px;
  background: url(../img/about/cultureBg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.cultureTitle{
  margin: 80px auto 100px;
  text-align: center;
}


.other {
  width: 100%;
}
.otherTitle {
  margin: 80px auto 40px;
  text-align: center;
}
.otherMain{
  display: flex;
  flex-direction: column;
  
}
.otherMainTop{
  display: flex;
  width: var(--main-width);
  margin-top: 20px;
  margin-bottom: 40px;
  margin: 40px auto 60px;
}
.otherMainTop .myIcon{
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.otherMainTop .myIcon img{
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.otherMainTop .myIcon .myIconName{
  font-size: 15px;
  font-weight: bold;
}
.otherMainBottom{
  width: 100%;
  display: flex;
  background-color: #f6f7fb;
}
.otherMainBottomLeft,.otherMainBottomRight{
  width: 50%;
  height: 500px;
}
.otherMainBottomLeft{
  background:url(../img/about/otherTbg.png) no-repeat;
  background-size: 100% 100%;
}
.otherMainBottomRight form{
  padding: 20px 80px;
}
.otherMainBottomRight .formTitle{
  font-size: 24px;
  font-weight: bold;
  padding: 40px;
}
.otherMainBottomRight textarea{
  padding: 20px;
  height: 100px;
  box-sizing: border-box;
}
.otherMainBottomRight .row{
  display: flex;
  margin-bottom: 15px;
}
.otherMainBottomRight .row input{
  width: 50%;
  margin-right: 15px;
  padding: 0 20px;
}
.otherMainBottomRight .row input:last-child{
  margin-right: 0;
}
.otherMainBottomRight .row button{
  border: none;
  background: #39bfc2;
  color: #fff;
  padding: 10px 60px;
  border-radius: 20px;
  cursor: pointer;
  margin: 30px auto;
}



a {
  text-decoration: none;
}
.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;
}
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  position: relative;
  background: #fff;
  text-align: center;
  min-width: var(--main-width);
}

.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);
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: row;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;

}
.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;
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: bold;

}
.et-hero-tab:hover {
  color:#2daead;
  /* background: rgba(102, 177, 241, 0.8); */
  transition: all 0.5s ease;
}

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


.product-section {
  position: relative;
}
.product-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
  color: #ffffff;
}
.product-wrapper {
  max-width: var(--main-width);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;

}
.product-features .product-body:after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../img/about/culture/productBase-features-model.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 0;
}
/*li*/
.features-item {
  position: relative;
  float: left;
}
.features-slide{
  height: 200px !important;
}
.features-slide .features-item > * {
  text-align: center;
}
.features-item h3 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.1s;
}
.features-item i {
  position: absolute;
  width: 75%;
  height: 33px;
  background: url(../img/about/culture/productBase-features-timeline.png) no-repeat;
  background-size: contain;
  background-position: right center;
  left: -25%;
  margin-left: 10px;
  top: 35px;
  z-index: 3;
}
.features-item .features-info {
  display: block;
  margin: 0 auto;
  padding: 20px 53px;
  transition: all 0.3s;
  border-radius: 2px;
}
.features-item .features-info .features-info-i {
  font-size: 14px;
  color: #a0a2a8;
  line-height: 22px;
  margin-bottom: 10px;
}
.features-item .features-info .features-info-s {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  overflow: hidden;
}
.features-item.dark i {
  background: url(../img/about/culture/productBase-features-timeline-dark.png) no-repeat;
  background-size: contain;
  background-position: right center;
}
/*鼠标悬浮效果*/
.features-item:hover h3 {
  font-size: 22px;
  line-height: 28px;
  opacity: 0.9;
}
.features-item:hover i {
  width: 75%;
  margin-left: 13px;
  background: url(../img/about/culture/productBase-features-timeline-hover.png) no-repeat;
  background-size: contain;
  background-position: right center;
}
.features-item:hover a {
  background: url(../img/about/culture/productBase-features-info.png) no-repeat;
  background-size: 100% 100%;
}
/*左右按钮*/
.product-features .swiper-button-prev {
  width: 30px;
  height: 40%;
  left: -15px;
  top: 60%;
  background: none;
}
.product-features .swiper-button-prev:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 30px;
  background: url(../img/about/culture/productBase-features-left.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px;
}
.product-features .swiper-button-next {
  width: 30px;
  height: 40%;
  right: -15px;
  top: 60%;
  background: none;
}
.product-features .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 30px;
  background: url(../img/about/culture/productBase-features-right.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px;
}
