@charset "UTF-8";
/* 关于本元样式 */
.page {
  margin-top: 8rem;
}
.page .page-img-logo {
  padding-top: 16rem;
  height: 50rem;
  background-image: url("../img/aboutus/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fbfbfc;
}
.page .page-img-logo .title {
  font-size: 6rem;
}
.page .page-img-logo .title-desc {
  font-size: 2.8rem;
}
.page .tabs {
  height: 5.8rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.page .tabs .tab-item {
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  height: 5.7rem;
  line-height: 5.7rem;
}
.page .tabs .tab-item a {
  color: #212529;
}
.page .tabs .tab-item:hover {
  background-color: #fafafa;
}
.page .tabs .tab-item:hover a {
  color: #1097c6;
}
.page .tabs .active {
  background-color: #fafafa;
}
.page .tabs .active a {
  color: #1097c6;
}
@media only screen and (max-width: 767px) {
  .page .tabs .tab-item {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.page .jieshao {
  background: #f0f6f7;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page .jieshao .container {
  padding-left: 0;
  padding-right: 0;
  border: 0.1rem solid #e7eeef;
  background: #f3f5f6;
}
.page .jieshao .container .row {
  height: 100%;
}
.page .jieshao .container .left-tab {
  height: 100%;

}
.page .jieshao .container .left-tab .item-tab {
  width: 120%;
  padding-left: 10px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #212529;
  /* padding-left: 1rem; */
}
.page .jieshao .container .left-tab .item-tab:hover {
  background: #fff;
  color: #1097c6;
  cursor: pointer;
}
.page .jieshao .container .left-tab .active {
  background: #fff;
  color: #1097c6;

}
.page .jieshao .container .right-content {
  background-color: #fff;
  padding: 2rem;
  height: 100%;
}
.page .jieshao .container .right-content .img img {
  width: 100%;
}
.page .jieshao .container .right-content .text {
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 3.6rem;
}
.page .jieshao .container .right-content .text .text-title {
  color: #1097c6;
  font-size: 2.8rem;
  font-weight: bold;
}
.page .jieshao .container .right-content .text .text-subtitle {
  color: #1097c6;
  font-size: 1.8rem;
  font-weight: bold;
}
.page .jieshao .container .right-content .text .tech-item {
  margin-bottom: 0;
}
.page .jieshao .container .right-content .text .tech-item img {
  margin-right: 0.4rem;
}
.page .jieshao .container .right-content #shuban .title .text-title {
  color: #212529;
  font-size: 2.8rem;
  margin: 0 0 1rem 0;
}
.page .jieshao .container .right-content #shuban .text {
  padding-left: 0;
}
.page .jieshao .container .right-content #shuban .text .text-introduce {
  margin-top: 1rem;
  text-indent: 3.4rem;
}
.page .products {
  background: #ffffff;
}
.page .products .title {
  font-size: 4rem;
  font-weight: bold;
  color: #212529;
  margin: 6rem;
  text-align: center;
}
.page .products .product-list {
  position: relative;
}
.page .products .arrow-left {
  position: absolute;
  left: -4rem;
  top: 40%;
  margin-top: 0rem;
  z-index: 100;
}
.page .products .arrow-left i {
  font-size: 5rem;
  color: #c6cbcc;
}
.page .products .arrow-left:hover i {
  color: #1097c6;
}
.page .products .arrow-right {
  position: absolute;
  right: -4rem;
  top: 40%;
  margin-top: 0rem;
  z-index: 100;
}
.page .products .arrow-right i {
  font-size: 5rem;
  color: #c6cbcc;
}
.page .products .arrow-right:hover i {
  color: #1097c6;
}
.page .products .product-list .swiper-container {
  height: 50rem;
  color: #fff;
}
.page .products .product-list .swiper-container .swiper-slide {
  height: 100%;
}
.page .products .product-list .swiper-container .swiper-slide .item {
  display: block;
  box-shadow: 0rem 0rem 1.2rem 0rem rgba(0, 0, 0, 0.05);
  margin: 0.8rem;
  padding: 0.8rem;
}
.page .products .product-list .swiper-container .swiper-slide .item .img {
  width: auto;
  height: 15.2rem;
}
.page .products .product-list .swiper-container .swiper-slide .item .img img {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page .products .product-list .swiper-container .swiper-slide .item:hover {
  background-color: #1097c6;
}
.page
  .products
  .product-list
  .swiper-container
  .swiper-slide
  .item:hover
  .product-name {
  color: #fff;
}
.page
  .products
  .product-list
  .swiper-container
  .swiper-slide
  .item:hover
  .product-introduce {
  color: #fff;
}
.page
  .products
  .product-list
  .swiper-container
  .swiper-slide
  .item:hover
  .more {
  color: #fff;
}
.page .products .product-list .swiper-container .swiper-slide .item:hover img {
  transform: translate(0, -1rem);
  -webkit-transform: translate(0, -1rem);
}
.page
  .products
  .product-list
  .swiper-container
  .swiper-slide
  .item
  .product-name {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 4.8rem;
  color: #212529;
  line-height: 2.4rem;
  font-size: 2.2rem;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.page
  .products
  .product-list
  .swiper-container
  .swiper-slide
  .item
  .product-introduce {
  height: 12rem;
  font-size: 1.6rem;
  color: #7f7f7f;
  line-height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.page .products .product-list .swiper-container .swiper-slide .item .more {
  margin-top: 5rem;
  font-size: 1.6rem;
  line-height: 5rem;
  color: #1097c6;
}
.page .jianjie {
  background-color: #f0f6f7;
  padding: 3.6rem;
  line-height: 3.8rem;
}
.page .jianjie img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page .jianjie .text-desc {
  margin-left: 3.6rem;
}
.page .jianjie .title {
  color: #1097c6;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.page .jianjie .title .en {
  margin-left: 1rem;
  font-size: 2.4rem;
  color: #7f7f7f;
}
.page .jianjie .sub-title {
  color: #212529;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
}
.page .jianjie .desc {
  color: #212529;
  font-size: 1.8rem;
  line-height: 3rem;
}
.page .jianjie .name {
  color: #1097c6;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
.page .jianjie .company-desc {
  color: #212529;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .header .navbar .navbar-header {
    height: 8rem;
    /* position: fixed; */
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  /* padding-left: 15px; */
}
.container {
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#backToTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.top-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* 移动端适配 */
@media (max-width: 768px) {
  #backToTop {
    bottom: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}

/* 悬停状态 */
#backToTop:hover {
  opacity: 1;
  transform: translateY(-3px);
}

/* 点击状态 */
#backToTop.active .top-icon {
  content: url("img/aboutus/2.png");
}
#topIcon {
  transition: opacity 0.3s ease;
}

/* 点击时的闪烁效果 */
#backToTop:active #topIcon {
  opacity: 0.8;
  transform: scale(0.95);
}
/*# sourceMappingURL=aboutus.css.map */
@media only screen and (max-width: 767px) {
  .header .navbar .nav li a {
    padding-top: 0;
    padding-bottom: 0;
    height: 5rem;
    line-height: 4rem;
    color: #081624;
    font-weight: bold;
  }
}
.icon-arrowleft:before {
  content: "\e693";
  margin-left: 1rem;
}
.icon-arrowright:before {
  content: "\e694";
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .page .page-img-logo {
    padding-top: 8rem;
    height: 30vh;
    background-position: center;
  }
}
@media only screen and (max-width: 767px) {
  .page .page-img-logo .title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page .page-img-logo .title-desc {
    font-size: 1.6rem;
  }
}
.phone-center {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  min-height: 100px; /* 按需调整容器高度 */
}

.content-wrapper {
  text-align: center; /* 内部文本居中 */
}

.phone-line {
  font-size: 2rem;
  margin: 8px 0; /* 行间距控制 */
  display: inline-block; /* 保持内容整体性 */
}

.nowrap {
  white-space: nowrap; /* 强制不换行 */
  display: inline-block; /* 配合nowrap使用 */
}

/* 图标与文字间距调整 */
.icon-telephone {
  margin-right: 5px;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .phone-center {
    padding: 10px;
  }
  .phone-line {
    display: block; /* 小屏幕下强制换行 */
  }
}
.sub-nav {
  padding-left: 25%;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 1px;
  
}
