/* banner */
.branerBox {
  height: 719px;
  transition: height .2s ease-in-out;
}
.branerBackground {
  background: url("../public/img/banner.jpg") top no-repeat  #EEEEEC ;
  width: 100%;
  background-size: auto 100% ;
  height: 100%;
  position: relative;
}

.branerBackground2{
  background: url("../public/img/swiperitem1.jpg") top no-repeat #E4E8EC;
  background-size:  auto 100%;
}
.branerBackground3{
  background: url("../public/img/swiperitem2.jpg") top no-repeat #E4E8EC ;
  background-size:  auto 100%;
}
.branerBackground4{
  background: url("../public/img/swiperitem3.jpg") top no-repeat #DBEBFA;
  background-size:  auto 100%;
}
.branerBackground5{
  background: url("../public/img/swiperitem4.jpg") top no-repeat #EBF3F6;
  background-size:  auto 100%;
}
.braner_Text {
  padding-top: 337px;
  transition: padding-top .3s ease-in-out;
  color: #000000;
}
.braner_Text2{
  padding-top: 230px;
}
.braner_Text3{
  padding-top: 200px;
}
.braner_Text4{
  padding-top: 185px;
}
.braner_Text_Title {
  font-size: 32px;
  margin-bottom: 33px;
  font-weight: 700;
}
.braner_Text_Title2{
  width: 384px;
  margin-bottom: 23px;
  color: #117865;
}
.braner_Text_Title3{
  color: #117865;
  margin-bottom: 0;
}
.braner_Text_Title4{
  margin-bottom: 16px;
}
.braner_Text_Title5{
  margin: 24px 0;
}
.braner_Text_Title6{
  font-size: 32px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 24px;
}
.braner_Text_Title7{
  margin-bottom: 21px;
}
.braner_Text_Title8{
  font-size: 38px;
}
.wrImg{
  margin: 20px 0 31px;
}
.braner_Text_msg {
  margin-bottom: 11px;
}
.braner_Text_msg2 {
  margin-bottom: 42px;
}
.braner_Text_msg3{
  width: 400px;
  font-size: 16px;
  line-height: 32px;
}
.braner_Text_msg4{
  width: 537px;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 51px;
}
.braner_Text_msgL{
  display: inline-block;
  vertical-align: top;
  width: 153px;
}
.braner_Text_msgR{
  display: inline-block;
}
.braner_Text_button {
  display: flex;
  justify-self: flex-start;
}
.braner_Text_buttonOne {
  width: 120px;
  height: 47px;
  color: #fff;
  background: #117865;
  border-radius: 8px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  border: 1px solid #117865;
}
.braner_Text_buttonOne2{
  width: 130px;
  background: #008CFF;
  border: 1px solid #008CFF;
}
.braner_Text_buttonline {
  width: 148px;
  height: 47px;
  color: #117865;
  background: #fff;
  border: 1px solid #117865;
  border-radius: 8px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  margin-left: 24px;
}
.braner_Text_buttonline2{
  background: transparent;
}
.braner_Text_buttonline3{
  border: 1px solid #008CFF;
  color: #008CFF;
  background: transparent;
}

/* 联系我们 */
.form-rowbox{
  display: flex;
  justify-content: flex-start;
  padding: 10px 10px 0px 10px;
  flex-wrap: wrap;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.form-row input{
   width: 236px;
   outline: #117865;
   padding: 15px 12px;
   border: 1px solid #d9e8e5;
   border-radius: 6px;
   font-size: 14px;
   color: #666;
}
.form-row-1{
  width: 544px;
}

  
.form-row textarea {
  flex: 2;
  width: 363px;
  padding: 8px 12px;
  border: 1px solid #d9e8e5;
  outline: #117865;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
  resize: none;
  height: calc(100% - 19px);
  font-family: 'HanSansSC';

}
.form-row button {
  background: #00b386;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-left: 10px;
  height:100%;
  width: 97px;
}

.form-row button:hover {
  background: #009966;
}

/* <!-- 数据展示 --> */

.box3-box-number ul{
  display: flex
  ;
          justify-content: space-evenly;
          align-items: center;
          /* min-height: 330px; */
          flex-wrap: wrap;
          align-content: center;
}
.box3-box-number ul li{
  width: 40%;
  display: flex
;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        margin-top: 80px;

}
.box3icon{
  margin-right: 50px;
}
.box3-msg{
  margin-top: 25px;
}
.box3-title{
  overflow: hidden;
}
.box3-box-number ul li .box3-title span:nth-child(1){
  font-size: 40px;
  font-weight: 700;
  color: #117865;
  float: left;
}
.box3-box-number ul li .box3-title span:nth-child(2){
  font-size: 24px;
  font-weight: 700;
  float: left;
  margin-left: 12px;
  margin-top: 12px;
}
/* 公司动态 */
.CompanyDynamic-Box-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all .5s ease-in-out;
}
.CompanyDynamic-list-img{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.CompanyDynamic-list-img img{
 height: 100%;
}
.CompanyDynamic-list{
  width: 25%;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  transition: all .5s ease-in-out;
}
/* 我们的服务 */
.service-content {
  grid-template-columns: 1fr 1fr; 
}
.service-contentMobile{
  display: none;
}
.service-contentPC{
  display: grid;
}

 .service-item img{
     max-width: 500px;
     max-height: 286px;
  }
  /* 我们的客户 */
  .customers-content-PC{
    display: block;
  }
  .customers-content-Mobile{
    display: none;
  }
  .customers-filter {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.customers-filter-item {
    margin: 0 10px;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 20px;
}

.customers-active {
    background-color: #F1F9F7;
    color: #117865;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.carousel {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    /* 添加过渡效果 */
}

.carousel-item {
    flex: 0 0 auto;
    width: 500px;
    height: 260px;
    margin: 0 10px;
    padding:48px 24px;
    border-radius: 20px;
    text-align: left;
    background: #F1F9F7;
}
.carousel-item h3 {
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 8px;
}
.carousel-item p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.carousel-logo-Type{
  display: flex;
  justify-content: space-between;
}
.carousel-logo-Type-right{
  cursor: pointer;
}
.brands {
    display: flex;
    flex-wrap: wrap;
    margin-top: 57px;
}
.carousel-logo{
  width: 120px;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  margin-right: 6px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 60px;
}
.carousel-logo img {
  width: 100%;
}
.carousel-logoMarginright0{
  margin-right: 0px;
}
.brands img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 99;
    display: none;
}

.prev-btn {
    left: 50px;
}

.next-btn {
    right: 50px;
}
.carousel-shadow{
   width: 60px;
   height: 100%;
   position: absolute;
   top: 0px;
   background: rgba(255, 255, 255, .6)
}
.carousel-shadow-left{
  left: 0;
  box-shadow: 36px 0px 83px #fff;
}
.carousel-shadow-right{
  right: 0;
  box-shadow: -36px 0px 83px #fff;
}
