/* banner */
.branerBox {
  height: 719px;
  transition: height 0.2s ease-in-out;
}
.branerBackground {
  background: url("/officialsite/public/img/banner.jpg") top no-repeat #eeeeec;
  width: 100%;
  background-size: auto 100%;
  height: 100%;
  position: relative;
}

.branerBackground2 {
  background: url("/officialsite/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 0.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: 10px 0 10px;
}
.braner_Text_msg {
  margin-bottom: 11px;
}
.braner_Text_msg2 {
  margin-bottom: 42px;
}
.braner_Text_msg3 {
  width: 403px;
  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;
  border-radius: 10px;
}

.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;
}

/* 数据展示样式 */
.Datadisplay {
  width: 100%;
  min-height: 440px;
  background: linear-gradient(90deg, #fff6ea 0%, #fbfdf3 53.37%, #edf9f7 100%);
  background-size: 100% 100%;
  position: relative;
}
.Datadisplay-Box {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.Datadisplay-Box-Top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.Datadisplay-Box-div-Left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37%;
}
.Datadisplay-Box-div-Right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 37%;
}
.Datadisplay-Box-div-Icon {
  width: 64px;
  height: 64px;
  margin-right: 50px;
}

.Datadisplay-Box-div-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 64px - 50px);
}
.Datadisplay-Box-div-title-Top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.Datadisplay-Box-div-title-Top-years {
  font-size: 40px;
  font-weight: 700;
  color: #117865;
}
.Datadisplay-Box-div-title-Top-title {
  font-size: 24px;
  font-weight: 700;
  margin-left: 12px;
}
.Datadisplay-Box-div-title-Bottom {
  margin-top: 25px;
}
.Datadisplay-Box-Bottom {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}




/* <!-- 数据展示 --> */

.box3-box-number ul {
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: space-between;
  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;
} */

.box3-box-number ul li:nth-child(1) {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  /* flex-wrap: wrap; */
  margin-top: 80px;
}
.box3-box-number ul li:nth-child(2) {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  /* flex-wrap: wrap; */
  margin-top: 80px;
}
.box3-box-number ul li:nth-child(3) {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  /* flex-wrap: wrap; */
  margin-top: 80px;
}
.box3-box-number ul li:nth-child(4) {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  /* flex-wrap: wrap; */
  margin-top: 80px;
}


.box3icon {
  margin-right: 50px;
}
.box3icon img{
  width: 64px;
}
.box3Content{
  width: calc(100% - 64px - 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 0.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 0.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: 119px;
  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, 0.6);
}
.carousel-shadow-left {
  left: 0;
  box-shadow: 36px 0px 83px #fff;
}
.carousel-shadow-right {
  right: 0;
  box-shadow: -36px 0px 83px #fff;
}
/* 公司地址 */
.company-address {
  max-width: 1200px;
  margin: 40px auto;
  text-align: center;
}
.datile-box {
  max-width: 1200px;
  margin: 0 auto;
}

.TitleBox {
  text-align: center;
  /* margin-top: 80px; */
  margin-bottom: 40px;
}
/* 地址卡片容器样式，采用弹性布局 */
.address-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* 单个地址卡片样式 */
.address-card {
  flex: 1 1 calc(20% - 20px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  transition: box-shadow 0.3s ease;
}
.address-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 卡片内图片样式 */
.address-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* 卡片内标题和文本样式 */
.address-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
  color: #333;
}

.address-card p {
  font-size: 14px;
  color: #666;
  margin: 0 15px 15px;
}

/* 总部标识样式 */
.headquarters {
  display: inline-block;
  background: linear-gradient(90deg, #e2f2b3 0%, #d1eb91 50%, #9edeb7 100%);
  color: #333;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
}
