/*---------------------------------------------------- */
/* 永为公司伯明翰展会案例 */
/*----------------------------------------------------*/

/* 红色高亮样式 */
.highlight-red {
  color: red;
  font-weight: 700;
}

/* 基础工具类 */
.position-relative {
  position: relative !important;
}

.text-center {
  text-align: center;
}

/* 链接样式 */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* 段落样式 */
.pera-content p {
  margin-bottom: 0;
}

/* 标题字体 */
.nio-eight .headline h1,
.nio-eight .headline h2,
.nio-eight .headline h3,
.nio-eight .headline h4,
.nio-eight .headline h5,
.nio-eight .headline h6 {
  margin: 0;
}

@keyframes customer-showcase-floating {
  from {
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

.customer-showcase-section {
  padding: 60px 0px;
  position: relative;
}

.customer-showcase-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #f8f8f8;
}

.customer-showcase-counter {
  float: left;
  margin-right: 50px;
  margin-top: 25px;
}

.customer-showcase-counter-item {
  padding-bottom: 10px;
  margin-bottom: 50px;
  position: relative;
  min-width: 120px;
}

.customer-showcase-counter-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 2px;
  background-color: #e2e2e2;
}

.customer-showcase-counter-item:last-child:after {
  display: none;
}

.customer-showcase-counter-item h3 {
  color: #191728;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 5px;
  display: inline-block;
}

.customer-showcase-counter-item span {
  position: relative;
  top: -10px;
  font-size: 18px;
  font-weight: 700;
  color: #58a9f6;
  margin-left: 5px;
}

.customer-showcase-counter-item .unit-text {
  position: relative;
  top: -4px;
  margin-left: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #191728;
}

.customer-showcase-counter-item p {
  color: #3c4b62;
  margin: 0px;
}

.customer-showcase-counter-img {
  display: flex;
  align-items: center;
}

.customer-showcase-img {
  z-index: 1;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.customer-showcase-img:before {
  content: "";
  position: absolute;
  top: -35px;
  right: -35px;
  z-index: -1;
  width: 325px;
  height: 380px;
  border: 7px solid #066ae5;
  transition: all 2s ease;
  animation: customer-showcase-floating 7s linear infinite;
}

.customer-showcase-img .customer-showcase-img-wrap {
  overflow: hidden;
  position: relative;
}

.customer-showcase-img .customer-showcase-img-wrap .color-shape {
  position: absolute;
  right: -59px;
  bottom: -135px;
}

.customer-showcase-img .customer-showcase-img-wrap .color-shape img {
  max-width: 100%;
  height: auto;
}

.customer-showcase-text {
  padding-left: 50px;
}

.customer-showcase-text .customer-showcase-feature {
  padding-top: 25px;
}

h3.case-main-title {
  padding: 0;
  margin: 0;
}

.case-main-title a {
  font-size: 2.2rem !important;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: 800;
}

.key-data-title a {
  font-size: 1.2rem;
  color: #1a1a1a;
  font-weight: 700;
  padding-bottom: 15px;
}

.exhibition-results-title a {
  font-size: 1.2rem;
  color: #191728;
  font-weight: 700;
  padding-bottom: 15px;
}

.customer-showcase-text p {
  color: #464545;
}

.customer-showcase-feature-item {
  margin-bottom: 38px;
}

.customer-showcase-feature-item:last-child {
  margin-bottom: 0;
}

.customer-showcase-feature-item .customer-showcase-feature-icon {
  width: 65px;
  height: 65px;
  line-height: 80px;
  margin-right: 30px;
  border-radius: 100%;
  float: left;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow: 0px 24px 27px 0px rgba(0, 27, 54, 0.1);
}

.customer-showcase-feature-item .customer-showcase-feature-icon svg {
  height: 30px;
}

.customer-showcase-feature-item .customer-showcase-feature-text {
  display: inline-block;
}

.customer-showcase-feature-item .customer-showcase-feature-text h3 {
  color: #191728;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}

.customer-showcase-feature-item:hover .customer-showcase-feature-icon {
  transform: rotateY(360deg);
}

.nie-eig-about-text {
  padding-left: 20px;
}

.nie-eig-about-text .nio-eig-about-feature {
  padding-top: 42px;
}

.nio-eig-about-feature-item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.nio-eig-about-feature-item:last-child {
  margin-bottom: 0;
}

.nio-eig-about-feature-item .nio-eig-about-feature-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow: 0px 24px 27px 0px rgba(0, 27, 54, 0.1);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nio-eig-about-feature-item .nio-eig-about-feature-icon svg {
  height: 30px;
}

.nio-eig-about-feature-item .nio-eig-about-feature-text {
  flex: 1;
  line-height: 1.4;
  min-width: 0;
}

.nio-eig-about-feature-item .nio-eig-about-feature-text h3 {
  color: #191728;
  font-size: 20px;
  font-weight: 700;
  padding: 0px;
  margin: 0;
}

.nio-eig-about-feature-item:hover .nio-eig-about-feature-icon {
  transform: rotateY(360deg);
}

/* 平板端样式 - 最大屏幕 */
@media (max-width: 991px) {
  .nie-eig-about-text {
    max-width: 470px;
    margin: 0 auto;
  }

  .customer-showcase-section {
    padding: 45px 0;
  }

  .customer-showcase-section:before {
    width: 100%;
    height: 100%;
  }

  .customer-showcase-counter-img {
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .customer-showcase-counter {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: self-end;
    justify-content: space-between;
  }

  .customer-showcase-counter-item {
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
  }

  .customer-showcase-counter-item:after {
    display: none;
  }

  .customer-showcase-img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .customer-showcase-img:before {
    display: none;
  }

  .customer-showcase-counter-item h3 {
    font-size: 36px;
  }

  .customer-showcase-counter-item span {
    font-size: 20px;
    top: -7px;
  }

  .customer-showcase-counter-item .unit-text {
    font-size: 1.8rem;
    top: -3px;
  }

  .customer-showcase-img .customer-showcase-img-wrap {
    position: relative;
    overflow: visible;
  }

  .customer-showcase-img .customer-showcase-img-wrap img {
    width: 100%;
    height: auto;
  }

  .customer-showcase-img .customer-showcase-img-wrap .color-shape {
    right: 0;
    bottom: -60px;
    width: 100px;
  }

  .customer-showcase-img .customer-showcase-img-wrap .color-shape img {
    width: 100%;
    height: auto;
  }

  .customer-showcase-text .case-main-title a {
    font-size: 1.4rem;
    padding: 0;
  }

  .customer-showcase-text .key-data-title a,
  .customer-showcase-text .exhibition-results-title a {
    font-size: 1.1rem;
    padding: 0;
  }

  .case-main-title a {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .key-data-title a {
    font-size: 1.3rem;
  }

  .exhibition-results-title a {
    font-size: 1.3rem;
  }

  .customer-showcase-text {
    padding-left: 15px;
  }

  .customer-showcase-section-title h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}

/* 中等屏幕样式 - 769px-1024px */
@media (max-width: 1024px) and (min-width: 769px) {
  .customer-showcase-counter-item h3 {
    font-size: 32px;
  }

  .customer-showcase-counter-item span {
    font-size: 18px;
    margin: 0;
  }

  .customer-showcase-counter-item .unit-text {
    font-size: 1.6rem;
  }

  .case-main-title a {
    font-size: 1.6rem !important;
  }

  .key-data-title a {
    font-size: 1.1rem;
  }

  .exhibition-results-title a {
    font-size: 1.1rem;
    padding: 0;
  }
}

/* 中等移动端样式 - ≤768px */
@media (max-width: 768px) {
  .customer-showcase-section {
    padding: 40px 0;
  }

  .customer-showcase-section:before {
    height: 100%;
  }

  .customer-showcase-counter-item {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }

  .customer-showcase-counter-item h3 {
    font-size: 28px;
  }

  .customer-showcase-counter-item span {
    font-size: 16px;
    margin: 0;
  }

  .customer-showcase-counter-item .unit-text {
    font-size: 1.5rem;
    top: -2px;
  }

  .customer-showcase-counter {
    margin-bottom: 25px;
  }

  .customer-showcase-img .customer-showcase-img-wrap .color-shape {
    right: 0;
    bottom: -50px;
    width: 80px;
  }

  .customer-showcase-section-title h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .case-main-title a {
    font-size: 1.9rem !important;
    line-height: 1.3;
  }

  .key-data-title a {
    font-size: 1rem;
  }

  .exhibition-results-title a {
    font-size: 1rem;
  }
}

/* 小屏幕移动端样式 - ≤480px */
@media (max-width: 480px) {
  .customer-showcase-section {
    padding: 30px 0;
  }

  .customer-showcase-section:before {
    height: 100%;
  }

  .customer-showcase-counter-item {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .customer-showcase-counter-img {
    display: block;
    margin-bottom: 20px;
  }

  .customer-showcase-counter {
    margin-bottom: 0px;
  }

  .customer-showcase-counter-item h3 {
    font-size: 26px;
    margin-bottom: 0;
  }

  .customer-showcase-counter-item span {
    font-size: 16px;
    top: -6px;
    margin: 0;
  }

  .customer-showcase-counter-item .unit-text {
    font-size: 1.4rem;
    top: -2px;
  }

  .customer-showcase-counter-item p {
    margin-top: 5px;
    font-size: 13px;
  }

  .customer-showcase-img {
    width: 100%;
    max-width: 100%;
  }

  .customer-showcase-img .customer-showcase-img-wrap {
    text-align: center;
  }

  .customer-showcase-img .customer-showcase-img-wrap img {
    max-width: 100%;
    height: auto;
  }

  .customer-showcase-img .customer-showcase-img-wrap .color-shape {
    right: 0;
    bottom: -40px;
    width: 70px;
  }

  .customer-showcase-text {
    padding-left: 0;
    text-align: left;
  }

  .customer-showcase-section-title h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .customer-showcase-text .customer-showcase-feature {
    padding-top: 20px;
  }

  .customer-showcase-feature-item {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
  }

  .customer-showcase-feature-item .customer-showcase-feature-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    flex-shrink: 0;
  }

  .customer-showcase-feature-item .customer-showcase-feature-text {
    flex: 1;
    min-width: 0;
  }

  .customer-showcase-feature-item .customer-showcase-feature-text h3 {
    font-size: 16px;
    padding-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .customer-showcase-feature-item .customer-showcase-feature-text p {
    font-size: 13px;
    line-height: 1.4;
  }

  .nio-eig-about-feature-item {
    margin-bottom: 25px;
    gap: 15px;
  }

  .nio-eig-about-feature-item .nio-eig-about-feature-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

  .nio-eig-about-feature-item .nio-eig-about-feature-text h3 {
    font-size: 18px;
    padding-bottom: 8px;
  }

  .case-main-title a {
    font-size: 1.8rem !important;
    line-height: 1.3;
  }

  .key-data-title a {
    font-size: 0.95rem;
  }

  .exhibition-results-title a {
    font-size: 0.95rem;
  }
}

/* 最小屏幕移动端样式 - ≤375px */
@media (max-width: 375px) {
  .customer-showcase-counter-item h3 {
    font-size: 24px;
  }

  .customer-showcase-counter-item span {
    font-size: 14px;
  }

  .customer-showcase-counter-item .unit-text {
    font-size: 1.2rem;
    top: -1px;
  }

  .customer-showcase-text .case-main-title a {
    font-size: 1.3rem !important;
    padding: 0;
  }

  .customer-showcase-text .key-data-title a,
  .customer-showcase-text .exhibition-results-title a {
    font-size: 0.9rem !important;
    padding: 0;
  }

  .case-main-title a {
    font-size: 1.5rem !important;
    line-height: 1.3;
  }

  .key-data-title a {
    font-size: 0.9rem;
  }

  .exhibition-results-title a {
    font-size: 0.9rem;
  }

  .customer-showcase-img .customer-showcase-img-wrap .color-shape {
    bottom: -30px;
    width: 60px;
  }

  .customer-showcase-section-title h2 {
    font-size: 22px;
  }

  .customer-showcase-feature-item {
    display: flex;
    align-items: flex-start;
  }

  .customer-showcase-feature-item .customer-showcase-feature-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .customer-showcase-feature-item .customer-showcase-feature-text {
    flex: 1;
    min-width: 0;
  }

  .customer-showcase-feature-item .customer-showcase-feature-text h3 {
    font-size: 14px;
    padding-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .customer-showcase-feature-item .customer-showcase-feature-text p {
    font-size: 12px;
    line-height: 1.3;
  }

  .nio-eig-about-feature-item {
    margin-bottom: 20px;
    gap: 12px;
  }

  .nio-eig-about-feature-item .nio-eig-about-feature-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .nio-eig-about-feature-item .nio-eig-about-feature-text h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }
}

/*----------------------------------------------------*/
/* 公司案例展示区域 (8个板块) */
/*----------------------------------------------------*/

.nio-eight {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  float: left;
  list-style: none;
}

.team-page-team-section {
  padding: 100px 0px;
}

.team-page-team-section .nio-eig-team-img-text {
  margin-bottom: 40px;
}

.nio-eig-team-img-text .nio-eig-team-img {
  overflow: hidden;
}

.nio-eig-team-img-text .nio-eig-team-img img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.nio-eig-team-img-text .nio-eig-team-text {
  opacity: 1;
  visibility: visible;
  padding-bottom: 25px;
  transition: 0.3s all ease-in-out;
  box-shadow: -3.536px 3.536px 40px 0px rgba(29, 27, 76, 0.15);
}

.nio-eig-team-img-text .nio-eig-team-text .nio-eig-designation {
  color: #fff;
  font-size: 15px;
  padding: 6px 35px;
  display: inline-block;
  background-color: #066ae5;
}

.nio-eig-team-img-text .nio-eig-team-text h3 {
  color: #191728;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 0px 10px;
}

.nio-eig-team-img-text .nio-eig-team-text .nio-eig-team-social a {
  color: #c2c6cb;
  margin: 0px 5px;
}

.nio-eig-team-img-text .nio-eig-team-hover {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  padding: 25px;
  background-color: #191728;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}

.nio-eig-team-img-text .nio-eig-team-hover .nio-eig-designation {
  color: #ff6000;
  font-size: 15px;
}

.nio-eig-team-img-text .nio-eig-team-hover h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0px 12px;
}

.nio-eig-team-img-text .nio-eig-team-hover p {
  color: #bababa;
  font-size: 14px;
}

.nio-eig-team-img-text .nio-eig-team-hover .nio-eig-team-social {
  margin-top: 15px;
}

.nio-eig-team-img-text .nio-eig-team-hover .nio-eig-team-social a {
  color: #656570;
  margin: 0px 5px;
}

.nio-eig-team-img-text:hover .nio-eig-team-text {
  opacity: 0;
  visibility: hidden;
}

.nio-eig-team-img-text:hover .nio-eig-team-hover {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.nio-eig-team-img-text:hover .nio-eig-team-img img {
  transform: scale(1.2);
}

/* 平板端自适应 - 新增 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .team-page-team-section {
    padding: 60px 0px;
  }

  .nio-eig-team-img-text {
    margin-bottom: 30px;
  }

  .nio-eig-team-img-text .nio-eig-team-text h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .nio-eig-team-img-text .nio-eig-team-hover h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .nio-eig-team-img-text .nio-eig-designation {
    font-size: 12px;
    padding: 6px 12px;
  }

  .nio-eig-team-img-text .nio-eig-team-img img {
    width: 100%;
    height: auto;
  }
}

/* 作者原有样式 - 768px */
@media screen and (max-width: 768px) {
  .nio-eig-team-img-text {
    margin: 0 auto;
  }
}

/* 作者原有样式 - 480px */
@media screen and (max-width: 480px) {
  .nio-eig-team-section {
    padding: 50px 0px;
  }

  .team-page-team-section {
    padding: 50px 0px;
  }
}
