#container {
  background: #f2f4f7;
}
/* 主体 */
/* banner============================================================================================== */
#container .banner {
  width: 100%;
  height: 3.2rem;
  background: url(../img/introduce/banner-m.png) no-repeat center center;
  background-size: 100%;
}
#container .banner .container {
  width: 100%;
  height: 100%;
}
#container .banner .container h3 {
  font-size: 0.32rem;
  font-weight: 500;
  color: #fff;
}
#container .banner .container .tips {
  font-size: 0.24rem;
  font-weight: 500;
  color: #fff;
}
/* 公司介绍============================================================================================== */
#container .introduce {
  width: 100%;
  margin-top: 0.4rem;
}
#container .introduce h3 {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
}
#container .introduce .tips {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.36rem;
  margin-bottom: 0.4rem;
}
#container .introduce .center-tips {
  width: 100%;
  height: 1.34rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
  background: url(../img/introduce/introducebg-m.png) no-repeat center center;
  background-size: 100%;
  margin-bottom: 0.4rem;
}
#container .introduce .center-tips .year {
  font-size: 0.34rem;
  color: #f2f4f7;
}
#container .introduce .center-tips .year span {
  font-size: 0.8rem;
}
#container .introduce .center-tips .cret {
  width: 1px;
  height: 0.6rem;
  border-right: 1px solid #f2f4f7;
}
#container .introduce .center-tips .text {
  font-size: 0.32rem;
  font-weight: 600;
  color: #f2f4f7;
}
#container .introduce img {
  /* width: 100%; */
  height: 4.52rem;
}
/* 发展历程============================================================================================== */
#container .history {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: url(../img/introduce/history-m.png) no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
#container .history h3 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.4rem;
}
#container .history #historyBanner {
  width: 100%;
  height: 6rem;
}
#container .history #historyBanner .carousel-inner {
  width: 4.98rem;
  margin: 0 auto;
  height: 6rem;
}
#container .history #historyBanner .allline {
  width: 100%;
  height: 1px;
  border: 1px solid;
  border-image: linear-gradient(
      41deg,
      rgba(234, 234, 234, 0.2),
      rgba(199, 199, 199, 1),
      rgba(208, 208, 208, 0.2)
    )
    3 3;
  position: absolute;
  top: 1.32rem;
  left: 0;
  z-index: 99999;
}
#container .history #historyBanner .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.4rem;
  text-align: center;
  border-radius: 0.08rem;
}
#container .history #historyBanner .carousel-inner .carousel-item h4 {
  font-size: 0.48rem;
  font-weight: 600;
  color: #0060eb;
}
#container .history #historyBanner .carousel-inner .carousel-item .line {
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
  width: 100%;
  height: 1px;
  border: 1px solid;
  border-image: linear-gradient(
      41deg,
      rgba(234, 234, 234, 0.2),
      rgba(199, 199, 199, 1),
      rgba(208, 208, 208, 0.2)
    )
    3 3;
}
#container
  .history
  #historyBanner
  .carousel-inner
  .carousel-item
  .line
  .circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #0060eb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -9px;
}
#container
  .history
  #historyBanner
  .carousel-inner
  .carousel-item
  .line
  .circle
  .circle-heart {
  width: 8px;
  height: 8px;
  background: #0060eb;
  display: block;
  border-radius: 50%;
}
#container
  .history
  #historyBanner
  .carousel-inner
  .carousel-item
  .items-content {
  text-align: center;
  width: 4.2rem;
  margin: 0 auto;
}
#container
  .history
  #historyBanner
  .carousel-inner
  .carousel-item
  .items-content
  h4 {
  font-size: 0.36rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.2rem;
}
#container
  .history
  #historyBanner
  .carousel-inner
  .carousel-item
  .items-content
  p {
  text-align: left;
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
}
#container .history #historyBanner .carousel-inner .carousel-item.active {
  background: url(../img/introduce/historyactive.png) no-repeat center center;
}
#container .history #historyBanner .carousel-inner .carousel-item.active h4,
#container .history #historyBanner .carousel-inner .carousel-item.active p {
  color: #fff;
}
#container
  .history
  #historyBanner
  .carousel-inner
  .carousel-item.active
  .line
  .circle {
  border-color: #fff;
}
#container
  .history
  #historyBanner
  .carousel-inner
  .carousel-item.active
  .line
  .circle
  .circle-heart {
  background: #fff;
}
#container .history .direct {
  position: absolute;
  top: 80%;
  width: 0.76rem;
  height: 0.76rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 1;
}
#container .history .direct:hover {
  top: 81%;
  box-shadow: 0 0 10px rgb(214, 214, 214);
}
#container .history .direct.left {
  transform: rotate(180deg);
  left: 20%;
}
#container .history .direct.right {
  right: 20%;
}
#container .history .direct img {
  cursor: pointer;
  width: 0.18rem;
  height: 0.3rem;
}

/* 资质============================================================================================== */
#container .tech {
  padding-bottom: 0.8rem;
}
#container .tech .tab {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 0.2rem;
}
#container .tech .tab span {
  display: inline-block;
  padding-bottom: 0.28rem;
  box-sizing: border-box;
  height: 0.8rem;
  cursor: pointer;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-size: 0.32rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  font-weight: 500;
  color: #333333;
  transition: all 0.2s;
}
#container .tech .tab span:hover,
#container .tech .tab span.active {
  border-bottom: 0.14rem solid #0060eb;
}
#container .tech .tab-content {
  width: 100%;
  height: 3.24rem;
}
#container .tech .tab-content img {
  width: 100%;
  height: 3.24rem;
  /* border: 1px dashed #666; */
}
