/*bannner*/
.slide {
  width: 100%;
  height: 11rem;
  padding: 0.96rem 0 0.44rem 0;
  background-image: url("../image/index/bg_1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-title {
  width: auto;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.tencent-in {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #1996FF;
  margin: 0.32rem 0;
}
.tencent-img {
  width: 3.58rem;
  height: 0.4rem;
  margin: 0.32rem auto;
  display: block;
}
.slide-title-t {
  width: auto;
  height: 0.4rem;
  font-size: 14px;
  color: #dbdbdb;
  text-align: center;
}
.slide-btn {
  width: 2.4rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  background-color: #1869ff;
  font-size: 14px;
  margin: 0.9rem auto 0.8rem auto;
  border-radius: 0.08rem;
}
.slide .main-swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.slide .main-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 0.4;
}

/*视频样式*/
.swiper-container-video {
  width: 6.7rem;
}
.slide-video {
  width: 6.7rem;
  height: 3.76rem;
  margin: auto;
}
.slide .video-js .vjs-big-play-button {
  font-size: 4em;
  line-height: 1.1em;
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  cursor: pointer;
  font-weight: 200;
  border: 2px solid #fff;
  background-color: #2b333f;
  background-color: transparent;
  border-radius: 50%;
  transition: none;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  opacity: 0.8;
}
.slide .video-js {
  width: 100%;
  height: 100%;
}
.slide .vjs-has-started .vjs-control-bar {
  /* display: none; */
}
.slide .video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: none;
  border: none;
}
:focus-visible {
  outline: none !important;
}
/*提供全生命周期客户管理*/
.main {
  width: 100%;
  background: #fff;
  padding-top: 0.4rem;
}
.main-list {
  display: flex;
  justify-content: center;
}
.main-title {
  width: auto;
  margin: auto;
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0.28rem;
  margin-top: 0.58rem
}
.main-xtitle {
  width: auto;
  margin: auto;
  color: #666;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0.58rem;
  margin-top: 0.28rem
}
.main-content {
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.main-list-img {
  width: 1.36rem;
  height: 0.86rem;
}
.main-line {
  border: none;
  width: 0.48rem;
  height: 0.04rem;
  background: #1869ff;
  display: none;
}
.main-list-item {
  width: 1.36rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-list-item:nth-child(1) {
  background-image: url("../image/index/efficient-1.png");
}
.main-list-item:nth-child(2) {
  background-image: url("../image/index/efficient-2.png");
}
.main-list-item:nth-child(3) {
  background-image: url("../image/index/efficient-3.png");
}
.main-list-item:nth-child(4) {
  background-image: url("../image/index/efficient-4.png");
}
.main-list-item:nth-child(5) {
  background-image: url("../image/index/efficient-5.png");
}
.main-list-item p {
  text-align: center;
  margin: 0.92rem 0 0.16rem;
  font-size: 13px;
  color: #888;
}
.main .main-list-item.active p {
  color: #1869ff;
}
.main .main-list-item.active .main-line {
  display: block;
}
.main-list-item.active:nth-child(1) {
  background-image: url("../image/index/efficient-1-active.png");
}
.main-list-item.active:nth-child(2) {
  background-image: url("../image/index/efficient-2-active.png");
}
.main-list-item.active:nth-child(3) {
  background-image: url("../image/index/efficient-3-active.png");
}
.main-list-item.active:nth-child(4) {
  background-image: url("../image/index/efficient-4-active.png");
}
.main-list-item.active:nth-child(5) {
  background-image: url("../image/index/efficient-5-active.png");
}
.main-wrap {
  padding: 0.6rem 0.3rem;
  background-color: #f8f9fb;
  display: none;
}
.main-wrap.active {
  display: block;
}
.main-con-title {
  color: #333;
  font-size: 20px;
  line-height: 0.56rem;
}
.main-context {
  font-size: 12px;
  color: #888888;
  line-height: 0.4rem;
  margin-top: 0.12rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px dashed #dbdbdb;
}
.main-con-img {
  width: 100%;
  height: 4.36rem;
  margin-top: 0.4rem;
}
.main-bot-text {
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-top: 0.32rem;
  line-height: 0.36rem;
}
.main-btn {
  width: 2.4rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  border-radius: 0.08rem;
  border: 1px solid #1869ff;
  margin: 0.88rem auto 0 auto;
  color: #1869ff;
  font-size: 14px;
}
.main-grow {
  padding: 0.3rem 0 1.6rem 0.1rem;
}
.main-grow-title {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0.88rem;
}
.main-grow-item {
  width: 5.2rem;
  box-shadow: 0 0.08rem 0.32rem rgba(0, 0, 0, 0.15);
  border-radius: 0.12rem;
  transform: translate3d(0, 0, 0);
}
.main-grow-brand-img {
  width: 100%;
  height: 4.2rem;
}
.main-grow-logo-img {
  width: 2.3rem;
  height: 0.96rem;
}
.main-grow-desc {
  width: 4.56rem;
  line-height: 0.44rem;
  font-size: 13px;
  color: #888;
}
.main-grow-desc span {
  color: #333;
  font-weight: 500;
}
.main-grow-bottom {
  margin-top: 0.48rem;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-grow-bot-left {
  display: inline-block;
  color: #999;
}
.main-grow-bot-right {
  display: inline-block;
  line-height: 0.24rem;
  color: #333;
  margin-right: 0.5rem;
}
.main-arrow-right {
  width: 0.14rem;
  height: 0.24rem;
  margin-left: 0.12rem;
  position: relative;
  top: 1px;
}
.main-grow-content {
  padding: 0 0.32rem 0.4rem 0.32rem;
}
.main-grow-more {
  color: #1869ff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.14rem;
}
.main-grow-more a {
  color: #1869ff;
}
.main-grow-icon {
  width: 0.14rem;
  height: 0.24rem;
  margin-left: 0.1rem;
}
.main-job {
  padding: 0.88rem 0.44rem;
  background-color: #f8f9fb;
}
.main-job-wrap {
  display: flex;
  justify-content: space-between;
}
.main-job-item-img {
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  display: block;
}
.mg6 {
  margin-top: 0.6rem;
}
.main-job-item-title {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 0.44rem;
  margin: 0.2rem auto;
  text-align: center;
}
.main-job-item-con {
  width: 2.9rem;
  margin: auto;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 0.34rem;
  text-align: center;
}
.main .swiper-container-horizontal > .main-swiper-pagination {
  /* bottom:2.3rem */
}
.swiper-container {
  padding-bottom: 0.5rem;
}
.main .main-swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.08rem;
  background: #000000;
  border-radius: 0.02rem;
  opacity: 0.09;
  margin: 0 0.04rem;
}
.main .main-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #1869ff;
}
/*动态和荣誉*/
.main-dynamic {
  padding: 1.6rem 0.3rem 0 0.3rem;
}
.main-dynamic-big-img {
  width: 6.9rem;
  height: 3.72rem;
  border-radius: 0.08rem;
  background-image: url("../image/index/dynamic-big.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main-dynamic-big-title {
  width: 100%;
  height: 0.72rem;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-image: url("../image/index/dynamic-big-mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.72rem;
}
.main-dynamic-item {
  display: flex;
  margin-top: 0.48rem;
  justify-content: space-between;
}
.main-dynamic-item-img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.05rem;
}
.main-dynamic-item-content {
  width: 5.1rem;
}
.main-dynamic-item-title {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  line-height: 0.44rem;
}
.main-dynamic-item-desc {
  font-size: 12px;
  color: #888;
  margin-top: 0.2rem;
}

.main-brand {
  padding: 0.5rem 0.3rem;
}

.main-brand-wall {
  width: 6.9rem;

}
.main-brand-wrap {
  padding-bottom: 0.2rem;

}
.main-free-btn {
  width: 3.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  text-align: center;
  background-color: #1869ff;
  margin: 0.88rem auto 0 auto;
  font-size: 14px;
  border-radius: 0.08rem;
}
@media screen and (max-width: 370px) {
  .slide-title {
    font-size: 24px;
  }
}

