/* banner */
.branerBox {
  /* height: 357px; */
  height: 146px;
  padding-top: 90px;
  transition: height .2s ease-in-out;
}
.branerBackground {
  background: url("../public/img/banner.jpg") center no-repeat;
  width: 100%;
  background-size: auto 146px;
  height: 100%;
  position: relative;
}
.branerBackground2{
  background: url("../public/img/swiperitem1.jpg") top no-repeat;
  background-size: auto 146px;
}
.branerBackground3{
  background: url("../public/img/swiperitem2.jpg") top no-repeat;
  background-size: auto 146px;
}
.branerBackground4{
  background: url("../public/img/swiperitem3.jpg") top no-repeat;
  background-size: auto 146px;
}
.branerBackground5{
  background: url("../public/img/swiperitem4.jpg") top no-repeat;
  background-size: auto 146px;
}
.braner_Text {
  padding-top: 30px;
  margin-left: 32px;
  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: 12px;
  margin-bottom: 5px;
  font-weight: 700;
}
.braner_Text_Title2{
  width: 400px;
  margin-bottom: 23px;
  color: #117865;
}
.braner_Text_Title3{
  color: #117865;
  margin-bottom: 0;
}
.braner_Text_Title4{
  margin-bottom: 16px;
}
.braner_Text_Title5{
  margin: 5px 0;
}
.braner_Text_Title6{
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
}
.braner_Text_Title7{
  margin-bottom: 21px;
}
.wrImg{
  display: none;
}
.braner_Text_msg {
  margin-bottom: 16px;
  display: none;
}
.braner_Text_msg2 {
  margin-bottom: 40px;
}
.braner_Text_msg3{
  width: 384px;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 51px;
}
.braner_Text_msg4{
  width: 537px;
  font-size: 16px;
  line-height: 32px;
}
.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: 80px;
  height: 26px;
  color: #fff;
  background: #117865;
  border-radius: 8px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  border: 1px solid #117865;
  font-size: 12px;
}
.braner_Text_buttonOne2{
  width: 80px;
  background: #008CFF;
  border: 1px solid #008CFF;
}
.braner_Text_buttonline {
  width: 100px;
  height: 26px;
  color: #117865;
  background: #fff;
  border: 1px solid #117865;
  border-radius: 8px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  margin-left: 5px;
}
.braner_Text_buttonline2{
  background: transparent;
}
.braner_Text_buttonline3{
  border: 1px solid #008CFF;
  color: #008CFF;
  background: transparent;
}
.xiaomin{
  width: 100px;
}
/* 联系我们 */
.form-rowbox{
  padding: 10px;
}
.form-row {
  flex-direction: column;
}
.form-row input,
.form-row textarea {
  min-width: auto;
  width: calc(100% - 24px);
  border: 1px solid #d9e8e5;
  border-radius: 6px;
  font-size: 14px;
  outline: #117865;
  padding: 8px 12px;
  margin-bottom: 10px;
  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;
  width: 100%;

}
.form-service-item{
   font-size: 12px;
}
.form-service-item img{
   width: 15px;
}
.service-bar {
  flex-direction: column;
}

.sidebar {
  right: 8px;
}

.sidebar-icon {
  width: 32px;
  height: 32px;
  font-size: 14px;
}

/* <!-- 数据展示 --> */

.box3-box-number ul{
  min-height: 330px;
 
}
.box3-box-number ul li{
  width: 100%;
  color: #333;
  text-align: center;
  padding-top:12px;
}
.box3-msg{
  margin-top: 10px;
}
.box3-title{
  display: flex;
  align-items: center;
  justify-content: center;

}
.box3-box-number ul li .box3-title span:nth-child(1){
  font-size: 40px;
  font-weight: 700;
  color: #7DFFE7;

}
.box3-box-number ul li .box3-title span:nth-child(2){
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-left: 12px;
}
/* 公司动态 */

.CompanyDynamic-list-img{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.CompanyDynamic-list-img img{
 width: 100%;
}
.CompanyDynamic-list{
  width:calc(100% - 72px) ;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .5s ease-in-out;
}
/* 我们的服务 */
.service-contentMobile{
  display: block;
}
.service-contentPC{
  display: none;
}
.service-title h2 {
  font-size: 24px; 
}

.service-nav {
  gap: 20px; 
  flex-wrap: wrap; 
  justify-content: center; 
}

.service-content {
  width: 95%; 
}
.service-item{
  margin-bottom: 16px;
}
.service-item h3 {
  font-size: 18px; 
}
.service-item img {
  max-height: 286px;
}
/* 我们的产品 */
.products-grid {
  gap: 20px;
}

.product-section {
  flex-direction: column;
}

.product-image {
  width: 100%;
}
/* 我们的客户 */
.customers-content-PC{
  display: none;
}
.customers-content-Mobile{
  display:block;
}
.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;
}
.form-service-bar{
  padding: 12px;
}


.carousel-item {
  flex: 0 0 auto;
  /* height: 260px; */
  margin: 15px 15px;
  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;
  /* overflow: auto; */
}
.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%;
}
.brands img {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* 立即咨询开始 */
.experienceheaderCon{
  left: 20px;
  width: calc(100% - 40px);
}
.experienceheaderConTitle{
  width: calc(100% - 20px);
}
.experienceheaderConTitle>p{
  font-size: 14px;
}
.experienceheaderConTitle>p:first-of-type{
  font-size: 16px;
  margin-bottom: 5px;
}
.experienceheaderCon>img{
  width: 20px;
}
.experienceIframeBox{
  padding: 20px 20px 0;
}
.experienceButtonBox{
  padding: 0 20px 25px;
}
/* 立即咨询结束 */