@charset "UTF-8";
/*调宽*/
.swiper-resource,
.product,
.operat,
.qv,
.examples,
.business {
  min-width: 1390px !important;
}

img {
  display: block;
}
/*轮播*/
.swiper-resource {
  position: relative;
}

.swiper {
  height: 530px !important;
  color: #fff;
  position: relative;
  background-color: #006BFF;
}

.swiper1, .swiper2, .swiper3 {
  background-image: url(../img/swiper1-bg.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}

.swiper2 {
  background-image: url(../img/plan_bg.png);
}
.swiper3 {
  background-image: url("../../static/img/swiper3-bg.png");
}
.sc-title {
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
  line-height: 40px;
}

.sc-info {
  margin-bottom: 10px;
}

.sc-info:nth-of-type(0) {
  color: red;
}

.sc-underline {
  text-decoration: underline;
  margin-top: 70px;
  margin-bottom: 9px;
}

.free-btn {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 2px;
  background-color: #fff;
  transition: opacity 0.5s;
}

.free-btn:hover {
  color: #006BFF;
  opacity: 0.9;
}

.sc-left {
  float: left;
  padding-top: 130px;
}

.sc-right {
  float: right;
  padding-top: 44px;
  padding-right: 25px;
}

.sc-right img {
  width: 468px;
}

.swiper-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.swiper-btn img {
  width: 18px;
  transition: transform 0.5s;
  cursor: pointer;
}

.swiper-btn img:hover {
  transform: scale(1.1);
}

.swiper-btn .next {
  position: absolute;
  right: -8%;
  top: -18px;
  transform: rotate(180deg);
}

.swiper-btn .prev {
  position: absolute;
  left: -8%;
  top: -18px;
}

#elpagination {
  bottom: 60px;
}

#elpagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0 8px;
}

#elpagination .swiper-pagination-bullet {
  opacity: 1;
}

#elpagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 资料*/
.resources {
  color: #333333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  z-index: 9;
  display: grid;
  grid-template-columns: repeat(4, 280px);
  grid-gap: 0 22px;
}

.res-item {
  padding: 22px 28px 17px 28px;
  background-image: url(../img/res2-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 10px 0px #ccc;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.4s ease;
}

.res-item p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.res-item .way {
  display: inline-block;
  width: 43px;
  height: 2px;
  background-color: #006BFF;
  position: relative;
  top: -5px;
}

.res-item .way::after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background-color: inherit;
  right: -12px;
  bottom: -2px;
  transform-origin: 0 0;
  transform: rotate(-150deg);
  position: absolute;
}

.res-item:hover {
  background-image: url(../img/res1-bg.png);
  top: -14px;
  box-shadow: none;
}

.res-item:hover .res-title, .res-item:hover .res-info {
  color: #fff;
}

.res-item:hover .way {
  background-color: #fff;
}

.res-title {
  font-weight: 700;
  margin-bottom: 13px;
}

.res-info {
  margin-bottom: 20px;
  color: #666;
}

/*两大产品*/
.product {
  padding-top: 164px;
  padding-bottom: 76px;
  background-image: url(../img/product-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.prod-title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.09em;
  margin-bottom: 35px;
}

.prod-info {
  color: #333333;
  text-align: center;
  margin-bottom: 85px;
}

.prod-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.prod-content .prod-item {
  width: 580px;
  background-color: #fff;
  border: 1px solid #006BFF;
  border-radius: 10px;
  padding: 110px 59px 42px 59px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.prod-content .prod-item ul {
  margin-bottom: 30px;
}

.prod-content .prod-item li {
  margin-bottom: 12px;
  color: #333333;
}

.prod-content .prod-item .prod-item-header {
  width: 317px;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  background-image: url(../img/prod-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.prod-content .prod-item .prod-item-header::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 9px solid #061DAB;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 0;
  left: -3px;
  margin: 0;
  padding: 0;
}

.prod-content .prod-item .prod-item-header::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 9px solid #061DAB;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 0;
  right: -3px;
  margin: 0;
  padding: 0;
}

.prod-content .prod-item .prod-item-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.prod-content .prod-item .prod-item-title span {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: 1px;
  background-image: url(../img/prod-icon1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 center;
  margin-left: 10px;
}

.prod-content .prod-item img {
  height: 244px;
  position: absolute;
  top: 75px;
  left: 278px;
  z-index: -1;
}

/*一体化运营*/
.operat {
  padding-top: 83px;
  text-align: center;
  color: #333;
  padding-bottom: 60px;
}

.operat-title {
  font-weight: 700;
  margin-bottom: 39px;
  letter-spacing: 0.09em;
}

.operat-info {
  margin-bottom: 71px;
}

.operat-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.operat-item {
  width: 274px;
  box-shadow: 0 0 15px 0 #ccc;
  background-color: #fff;
  border-radius: 4px;
  transition: transform 0.5s;
  position: relative;
  z-index: 2;
}

.operat-item:hover {
  transform: scale(1.1);
}

.operat-item > div {
  padding: 7px;
}

.operat-item > div:nth-of-type(1) {
  margin-bottom: 12px;
}

.operat-item > div:nth-of-type(2) {
  margin-bottom: 10px;
}

.operat-item > div:last-child {
  margin-bottom: 0;
}

.operat-item .oi-title {
  color: #fff;
  font-weight: 700;
  line-height: 46px;
  background-image: linear-gradient(to bottom, #026CFF, #3B8EFF);
  margin-bottom: 19px;
  border-radius: 4px 4px 0 0;
}

.triangle {
  position: relative;
  z-index: 1;
}

.triangle::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #0059EE;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  z-index: -1;
}

/*运营子项*/
.oi-item-wrap {
  position: relative;
}

.oi-item-wrap > p {
  position: absolute;
  min-width: 100px;
  text-align: center;
  border: 1px dashed #BFBFBF;
  font-weight: 700;
  padding: 7px 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.oiw-item {
  border: 1px dashed #BFBFBF;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 32px 8px 15px 8px;
  box-sizing: border-box;
}

.oiw-item span {
  display: inline-block;
  width: 30%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #EBF4FF;
  border-radius: 2px;
  margin-bottom: 10px;
}

.operat-item2 > div:nth-of-type(1) {
  margin-bottom: 16px;
}

/*线上公域*/
.xsgy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xsgy span {
  width: 52px;
}

.xsgy span.toutiao {
  width: auto;
}

/*线下公域*/
.xxgy span {
  width: 48%;
}

/*公众号*/
.gzh span {
  width: 48%;
}

/*q企业微信*/
.qywx span {
  width: auto;
  padding: 0 4px;
}

.qywx span.qywx1 {
  flex-grow: 0.8;
}

.qywx span.qywx2, .qywx span.qywx3, .qywx span.qywx4, .qywx span.qywx5 {
  flex-grow: 0.4;
}

/*消息群发*/
.message {
  padding: 25px 8px 4px 8px;
}

/*用户分层*/
.yhfc {
  justify-content: space-around;
  padding: 25px 8px 4px 8px;
}

.yhfc span {
  width: auto;
  width: 40%;
}

/*用户标签*/
.yhbq {
  justify-content: space-around;
  padding: 25px 8px 4px 8px;
  margin-bottom: 6px;
}

.yhbq span {
  width: 40%;
}

.yhzh {
  justify-content: space-around;
  padding: 25px 8px 4px 8px;
}

.yhzh span {
  width: 30%;
}

/*客户管理*/
.khgl {
  justify-content: space-between;
}

.khgl span {
  width: auto;
  padding: 0 10px;
}

.khgl span.liusi1 {
  width: 40%;
  flex-grow: 0.9;
}

.khgl span.liusi2 {
  width: 40%;
}

/*社群管理*/
.sqgl {
  justify-content: space-around;
}

.sqgl span {
  width: 40%;
}

/*企业微信私域运营*/
.qv {
  background-color: #F4F7FF;
  padding: 76px 0;
  box-sizing: border-box;
}

.qv-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.09em;
}

.qv-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border: 1px solid #eee;
}

.qv-item {
  width: 20%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  position: relative;
  transition: all 0.4s;
  border-right: 1px solid #eee;
}

.qv-item:last-child {
  border: 0;
}

.qv-item .qv-header .qv-header-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/qv-header-icon.png);
  background-repeat: no-repeat;
  background-size: auto 200%;
  background-position: 0 0;
  margin-bottom: 23px;
  margin-left: 10px;
}

.qv-item .qv-header p {
  padding-left: 10px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #006BFF;
  margin-bottom: 40px;
}

.qv-item ul {
  margin-bottom: 45px;
}

.qv-item ul li {
  margin-bottom: 16px;
  padding-left: 36px;
  position: relative;
}

.qv-item ul li span {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/qv-icon1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 1000;
}

.qv-item .qv-btn a {
  display: block;
  line-height: 28px;
  border: 1px solid #FFF;
  width: 110px;
  margin-left: 5px;
  border-radius: 1px;
  text-align: center;
}

.qv-item .qv-btn .qv-free-btn {
  background-color: #fff;
  margin-bottom: 15px;
  visibility: hidden;
}

.qv-item .qv-btn .qv-think-btn {
  background-color: #0068ff;
  color: #fff;
  border: 1px solid transparent;
}

.qv-item:nth-of-type(1) li:nth-of-type(1) span,
.qv-item:nth-of-type(2) li:nth-of-type(1) span,
.qv-item:nth-of-type(3) li:nth-of-type(1) span,
.qv-item:nth-of-type(4) li:nth-of-type(1) span,
.qv-item:nth-of-type(5) li:nth-of-type(1) span {
  background-position: 0 0;
}

.qv-item:nth-of-type(1) li:nth-of-type(2) span,
.qv-item:nth-of-type(2) li:nth-of-type(2) span,
.qv-item:nth-of-type(3) li:nth-of-type(2) span,
.qv-item:nth-of-type(4) li:nth-of-type(2) span,
.qv-item:nth-of-type(5) li:nth-of-type(2) span {
  background-position: -19px 0;
}

.qv-item:nth-of-type(1) li:nth-of-type(3) span,
.qv-item:nth-of-type(2) li:nth-of-type(3) span,
.qv-item:nth-of-type(3) li:nth-of-type(3) span,
.qv-item:nth-of-type(4) li:nth-of-type(3) span,
.qv-item:nth-of-type(5) li:nth-of-type(3) span {
  background-position: -38px 0;
}

.qv-item:nth-of-type(1) li:nth-of-type(4) span,
.qv-item:nth-of-type(2) li:nth-of-type(4) span,
.qv-item:nth-of-type(3) li:nth-of-type(4) span,
.qv-item:nth-of-type(4) li:nth-of-type(4) span,
.qv-item:nth-of-type(5) li:nth-of-type(4) span {
  background-position: -57px 0;
}

.qv-item:nth-of-type(1) li:nth-of-type(5) span,
.qv-item:nth-of-type(2) li:nth-of-type(5) span,
.qv-item:nth-of-type(3) li:nth-of-type(5) span,
.qv-item:nth-of-type(4) li:nth-of-type(5) span,
.qv-item:nth-of-type(5) li:nth-of-type(5) span {
  background-position: -76px 0;
}

.qv-item:nth-of-type(1) li:nth-of-type(6) span,
.qv-item:nth-of-type(2) li:nth-of-type(6) span,
.qv-item:nth-of-type(3) li:nth-of-type(6) span,
.qv-item:nth-of-type(4) li:nth-of-type(6) span,
.qv-item:nth-of-type(5) li:nth-of-type(6) span {
  background-position: -95px 0;
}

.qv-item:nth-of-type(2) .qv-header .qv-header-icon {
  background-position: -50px 0;
}

.qv-item:nth-of-type(2) li span {
  background-image: url(../img/qv-icon2.png);
}

.qv-item:nth-of-type(3) .qv-header .qv-header-icon {
  background-position: -100px 0;
}

.qv-item:nth-of-type(3) li span {
  background-image: url(../img/qv-icon3.png);
}

.qv-item:nth-of-type(4) .qv-header .qv-header-icon {
  background-position: -150px 0;
}

.qv-item:nth-of-type(4) li span {
  background-image: url(../img/qv-icon4.png);
}

.qv-item:nth-of-type(5) .qv-header .qv-header-icon {
  background-position: -200px 0;
}

.qv-item:nth-of-type(5) li span {
  background-image: url(../img/qv-icon5.png);
}

.qv-item:hover {
  transform: scale(1.02) translateY(-5px);
  background-color: #006BFF;
  color: #fff;
  z-index: 9;
}

.qv-item:hover:nth-of-type(1) .qv-header .qv-header-icon {
  background-position: 0px -50px;
}

.qv-item:hover:nth-of-type(2) .qv-header .qv-header-icon {
  background-position: -50px -50px;
}

.qv-item:hover:nth-of-type(3) .qv-header .qv-header-icon {
  background-position: -100px -50px;
}

.qv-item:hover:nth-of-type(4) .qv-header .qv-header-icon {
  background-position: -150px -50px;
}

.qv-item:hover:nth-of-type(5) .qv-header .qv-header-icon {
  background-position: -200px -50px;
}

.qv-item:hover:nth-of-type(1) li:nth-of-type(1) span, .qv-item:hover:nth-of-type(2) li:nth-of-type(1) span, .qv-item:hover:nth-of-type(3) li:nth-of-type(1) span, .qv-item:hover:nth-of-type(4) li:nth-of-type(1) span, .qv-item:hover:nth-of-type(5) li:nth-of-type(1) span {
  background-position: 0 -19px;
}

.qv-item:hover:nth-of-type(1) li:nth-of-type(2) span, .qv-item:hover:nth-of-type(2) li:nth-of-type(2) span, .qv-item:hover:nth-of-type(3) li:nth-of-type(2) span, .qv-item:hover:nth-of-type(4) li:nth-of-type(2) span, .qv-item:hover:nth-of-type(5) li:nth-of-type(2) span {
  background-position: -19px -19px;
}

.qv-item:hover:nth-of-type(1) li:nth-of-type(3) span, .qv-item:hover:nth-of-type(2) li:nth-of-type(3) span, .qv-item:hover:nth-of-type(3) li:nth-of-type(3) span, .qv-item:hover:nth-of-type(4) li:nth-of-type(3) span, .qv-item:hover:nth-of-type(5) li:nth-of-type(3) span {
  background-position: -38px -19px;
}

.qv-item:hover:nth-of-type(1) li:nth-of-type(4) span, .qv-item:hover:nth-of-type(2) li:nth-of-type(4) span, .qv-item:hover:nth-of-type(3) li:nth-of-type(4) span, .qv-item:hover:nth-of-type(4) li:nth-of-type(4) span, .qv-item:hover:nth-of-type(5) li:nth-of-type(4) span {
  background-position: -57px -19px;
}

.qv-item:hover:nth-of-type(1) li:nth-of-type(5) span, .qv-item:hover:nth-of-type(2) li:nth-of-type(5) span, .qv-item:hover:nth-of-type(3) li:nth-of-type(5) span, .qv-item:hover:nth-of-type(4) li:nth-of-type(5) span, .qv-item:hover:nth-of-type(5) li:nth-of-type(5) span {
  background-position: -76px -19px;
}

.qv-item:hover:nth-of-type(1) li:nth-of-type(6) span, .qv-item:hover:nth-of-type(2) li:nth-of-type(6) span, .qv-item:hover:nth-of-type(3) li:nth-of-type(6) span, .qv-item:hover:nth-of-type(4) li:nth-of-type(6) span, .qv-item:hover:nth-of-type(5) li:nth-of-type(6) span {
  background-position: -95px -19px;
}

.qv-item:hover .qv-free-btn {
  visibility: visible;
}

.qv-item:hover .qv-think-btn {
  border: 1px solid #fff;
}

/*行业案例*/
.examples {
  background-image: url(../img/examples-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 76px 0 80px 0;
}

.examples-title {
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.09em;
  margin-bottom: 70px;
}

.examples-tab {
  width: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}

.examples-tab span {
  display: block;
  width: 25%;
  line-height: 44px;
  border-right: 1px solid #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.examples-tab span:last-child {
  border: 0;
}

.examples-tab span:hover {
  background-color: #fff;
  color: #006bff;
  cursor: pointer;
}

.examples-tab span.tab-active {
  background-color: #fff;
  color: #006bff;
  cursor: pointer;
}

.exam-tablist {
  height: 420px;
  padding: 9px 0;
  position: relative;
  overflow: hidden;
}

.exam-tab-item {
  width: 100%;
  height: 420px;
  position: absolute;
  opacity: 0;
}

.exam-ti-count {
  width: 100%;
  position: absolute;
  background-color: #fff;
  color: #333;
}

.exam-ti-left {
  /* width: 440px; */
  /* height: 0; */
  /* border-top: 437px solid red;
  border-right: 165px solid transparent; */
  border-image: url(../img/tab-swiper1.png) 440 165 0 0;
  position: absolute;
  top: -9px;
  left: -1px;
  transform: translateY(-100%);
  z-index: 9;
}
.exam-ti-left img {
  width: 606px;
}

.exam-tablist .exam-tab-item:nth-of-type(2) .exam-ti-left {
  border-image: url(../img/tab-swiper2.png) 440 165 0 0;
}

.exam-tablist .exam-tab-item:nth-of-type(3) .exam-ti-left {
  border-image: url(../img/tab-swiper3.png) 440 165 0 0;
}

.exam-tablist .exam-tab-item:nth-of-type(4) .exam-ti-left {
  border-image: url(../img/tab-swiper4.png) 440 165 0 0;
}

.exam-tablist .exam-tab-item:nth-of-type(5) .exam-ti-left {
  border-image: url(../img/tab-swiper5.png) 440 165 0 0;
}

.exam-ti-right {
  height: 420px;
  width: 50%;
  background-color: inherit;
  float: right;
  padding-left: 35px;
  padding-right: 63px;
  padding-top: 52px;
  box-sizing: border-box;
  transform: translateY(110%);
  position: relative;
  z-index: 8;
}

.exam-ti-right .exam-icon {
  display: block;
  width: 166px;
  height: 58px;
  background-image: url(../img/exam-icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  margin-bottom: 56px;
}

.exam-ti-right .exam-item-title {
  margin-bottom: 25px;
  font-weight: 700;
}

.exam-ti-right .exam-item-info {
  color: #666;
  margin-bottom: 56px;
  letter-spacing: 0.03em;
  line-height: 22px;
}

.exam-ti-right a {
  padding: 7px 28px;
  border: 1px solid #006BFF;
}

.exam-tab-item:nth-of-type(2) .exam-icon {
  background-image: url(../img/exam-icon2.png);
}

.exam-tab-item:nth-of-type(3) .exam-icon {
  background-image: url(../img/exam-icon3.png);
  background-size: 100%;
}

.exam-tab-item:nth-of-type(4) .exam-icon {
  background-image: url(../img/exam-icon4.png);
}

.exam-tab-item:nth-of-type(5) .exam-icon {
  background-image: url(../img/exam-icon5.png);
}

.exam-tab-item.tab-show {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.exam-tab-item.tab-show .exam-ti-left, .exam-tab-item.tab-show .exam-ti-right {
  transition: 0.5s ease-in-out;
  transform: translateY(0);
}

/*合作企业*/
.business {
  padding-top: 77px;
  padding-bottom: 94px;
  color: #333;
}

.business-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 70px;
}

.business-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.business-content:nth-of-type(odd) .business-item:nth-of-type(even) {
  background-color: #fff;
}

.business-content:nth-of-type(odd) .business-item:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.business-content:nth-of-type(even) .business-item:nth-of-type(odd) {
  background-color: #fff;
}

.business-content:nth-of-type(even) .business-item:nth-of-type(even) {
  background-color: #F2F2F2;
}

.business-content .business-item {
  width: 16.66667%;
  height: 140px;
  position: relative;
}

.business-content .business-item .business-icon {
  display: inline-block;
  width: 100%;
  height: 100px;
  background-image: url(../img/business-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.business-content .business-item:nth-of-type(2) .business-icon {
  background-position: -201px 0;
}

.business-content .business-item:nth-of-type(3) .business-icon {
  background-position: -402px 0;
}

.business-content .business-item:nth-of-type(4) .business-icon {
  background-position: -603px 0;
}

.business-content .business-item:nth-of-type(5) .business-icon {
  background-position: -804px 0;
}

.business-content .business-item .business-icon {
  background-position: -1005px 0;
}

.business-content .business-item p {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.business-content1 .business-item:nth-of-type(1) .business-icon {
  background-position: 0 0;
}

.business-content2 .business-item .business-icon {
  background-position: 0 -101px;
}

.business-content2 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -101px;
}

.business-content2 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -101px;
}

.business-content2 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -101px;
}

.business-content2 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -101px;
}

.business-content2 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -101px;
}

.business-content3 .business-item .business-icon {
  background-position: 0 -202px;
}

.business-content3 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -202px;
}

.business-content3 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -202px;
}

.business-content3 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -202px;
}

.business-content3 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -202px;
}

.business-content3 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -202px;
}

.business-content4 .business-item .business-icon {
  background-position: 0 -303px;
}

.business-content4 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -303px;
}

.business-content4 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -303px;
}

.business-content4 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -303px;
}

.business-content4 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -303px;
}

.business-content4 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -303px;
}

.business-content5 .business-item .business-icon {
  background-position: 0 -404px;
}

.business-content5 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -404px;
}

.business-content5 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -404px;
}

.business-content5 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -404px;
}

.business-content5 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -404px;
}

.business-content5 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -404px;
}

.business-content6 .business-item .business-icon {
  background-position: 0 -505px;
}

.business-content6 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -505px;
}

.business-content6 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -505px;
}

.business-content6 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -505px;
}

.business-content6 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -505px;
}

.business-content6 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -505px;
}

.business-content7 .business-item .business-icon {
  background-position: 0 -606px;
}

.business-content7 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -606px;
}

.business-content7 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -606px;
}

.business-content7 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -606px;
}

.business-content7 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -606px;
}

.business-content7 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -606px;
}

/*研发实力*/
.power {
  text-align: center;
  background-image: url(../img/power-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding-top: 80px;
  padding-bottom: 77px;
}

.power-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 70px;
}

.power-title p {
  margin-bottom: 20px;
}

.power-title span {
  font-weight: normal;
  letter-spacing: normal;
}

.power-info {
  color: #fff;
}

.power-data {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: left;
  margin-bottom: 64px;
}

.power-item {
  position: relative;
  padding-left: 16px;
}

.power-item p:nth-of-type(1) {
  margin-bottom: 10px;
}

.power-item p:nth-of-type(1) span {
  margin-left: 4px;
}

.power-item::before {
  content: '';
  display: block;
  width: 6px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.power-sort .power-sort-item:last-child {
  margin-bottom: 0;
}

.power-sort-item {
  min-height: 150px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0 50px 0 30px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  transition: all 0.5s;
}

.power-sort-item .power-sort-title {
  font-weight: 700;
  margin-bottom: 29px;
}

.power-sort-item img {
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}

.power-sort-item:hover img {
  left: -10px;
}
@media screen and (max-width: 1200px) {
  .swiper-btn .next {
    right: 50px;
  }
  .swiper-btn .prev {
    left: 50px;
  }
  .swiper-resource,
  .product,
  .operat,
  .qv,
  .examples,
  .business,
  .power,
  .footer {
    width: 1390px;
    box-sizing: border-box;
  }
}
/* 设置plan轮播样式 */
.plan-swiper i{
  font-style: italic;
  margin-right: 8px;
}
.plan-swiper .sc-info {
  margin-bottom: 12px;
}
.plan-swiper .sc-info span {
  display: inline-block;
  margin: 0 20px;
}
.plan-swiper .free-btn {
  color: #3125D2;
  margin-top: 80px;
}

/*行业板块*/

.industry {
  text-align: center;
  padding: 80px 0 70px 0;
  background-color: #F4F7FF;
}
.industry-title {
  font-weight: 550;
  margin-bottom: 67px;
}
.industry-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.industry-itme {
  width: 32%;
  height: 246px;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.5s;
}
.industry-itme:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
.industry-itme img {
  width: 100%;
  height: 100%;
}
.industry-itme p {
  width: 100%;
  line-height: 36px;
  color: #fff;
  background-color: #7A9BF3;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*新版页面新增*/
.growth-wrap {
  text-align: center;
  color: #333;
  padding-top: 160px;
  background-color: #f4f7ff;
}

.growth-wrap .growth-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.growth-wrap .growth-info {
  font-size: 18px;
  margin-bottom: 60px;
}

.growth-wrap .growth-img {
  margin-bottom: 20px;
}

.growth-wrap .growth-img:last-of-type {
  margin-bottom: 0;
}

.growth-wrap img {
  display: block;
  width: 100%;
}

.operat-item .qywx span {
  padding: 0;
}

.operat-item .qywx span.qywx1 {
  flex-grow: 0.6;
  margin-right: 5px;
}

.operat-item .qywx span.qywx2 {
  flex-grow: 0.7;
  margin-right: 5px;
}

.operat-item .qywx span.qywx3 {
  flex-grow: 0.5;
}

.operat-item .qywx span.qywx4 {
  flex-grow: 1;
  margin-right: 10px;
}

.operat-item .qywx span.qywx5 {
  flex-grow: 1;
  margin-right: 10px;
}

.operat-item .qywx span.qywx6 {
  flex-grow: 1;
}

.operat-item .qywx span.qywx7 {
  flex-grow: 0.8;
  margin-right: 10px;
  margin-bottom: 0;
}

.operat-item .qywx span.qywx8 {
  flex-grow: 1;
  margin-bottom: 0;
}

.operat-item .sph span {
  padding: 0;
  width: auto;
}

.operat-item .sph span.sph1 {
  flex-grow: 0.5;
}

.operat-item .sph span.sph2 {
  flex-grow: 0.1;
}

.operat-item .sph span.sph3 {
  flex-grow: 0.1;
}

.operat-item .sph span.sph4 {
  flex-grow: 0.4;
  margin-bottom: 0;
}

.operat-item .sph span.sph5 {
  flex-grow: 0.4;
  margin-bottom: 0;
}

.operat-item .gzh {
  width: auto;
}

.operat-item .gzh span {
  padding: 0;
  width: auto;
}

.operat-item .gzh span.gzh1 {
  width: 35%;
  flex-grow: 1;
  margin-right: 5px;
}

.operat-item .gzh span.gzh2 {
  flex-grow: 1;
  margin-right: 5px;
}

.operat-item .gzh span.gzh3 {
  flex-grow: 1;
}

.operat-item .gzh span.gzh4 {
  flex-grow: 1;
  width: 35%;
  margin-right: 5px;
}

.operat-item .gzh span.gzh5 {
  flex-grow: 1;
  margin-right: 5px;
}

.operat-item .gzh span.gzh6 {
  flex-grow: 1;
  margin-bottom: 0;
}

.operat-item .gzh span.gzh7 {
  flex-grow: 0.2;
  margin: 0 auto;
}

.operat-item .oiw-item.qywx,
.operat-item .oiw-item.sph,
.operat-item .oiw-item.gzh {
  padding: 26px 8px 7px 8px;
}

.new-business {
  background-color: #f4f7ff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.new-business .business-title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 60px;
}

.new-business .bussiness-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.new-business .bussiness-flex:last-of-type {
  margin-bottom: 0;
}

.new-business .business-item {
  width: 150px;
  height: 75px;
  background-color: #fff;
  background-image: url(../img/business-logo.png);
  background-size: 903.75px 538.5px;
}

.new-business .business-item:nth-of-type(2) {
  background-position: -150.75px 0;
}

.new-business .business-item:nth-of-type(3) {
  background-position: -301.5px 0;
}

.new-business .business-item:nth-of-type(4) {
  background-position: -452.25px 0;
}

.new-business .business-item:nth-of-type(5) {
  background-position: -603px 0;
}

.new-business .business-item:nth-of-type(6) {
  background-position: -753.75px 0;
}

.new-business .business-item:nth-of-type(7) {
  background-position: 0 -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(1) {
  background-position: -150.75px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(2) {
  background-position: -301.5px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(3) {
  background-position: -452.25px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(4) {
  background-position: -603px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(5) {
  background-position: -753.75px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(6) {
  background-position: 0 -151.5px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(7) {
  background-position: -150.75px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(1) {
  background-position: -301.5px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(2) {
  background-position: -452.25px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(3) {
  background-position: -603px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(4) {
  background-position: -753.75px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(5) {
  background-position: 0 -227.25px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(6) {
  background-position: -150.75px -226.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(7) {
  background-position: -301.5px -226.5px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(1) {
  background-position: -452.25px -227.25px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(2) {
  background-position: -603px -227.25px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(3) {
  background-position: -753.75px -227.25px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(4) {
  background-position: 0 -303px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(5) {
  background-position: -150.75px -303px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(6) {
  background-position: -302.25px -303px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(7) {
  background-position: -452.25px -303px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(1) {
  background-position: -603px -303px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(2) {
  background-position: -753.75px -303px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(3) {
  background-position: 0 -378.75px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(4) {
  background-position: -150.75px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(5) {
  background-position: -302.25px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(6) {
  background-position: -452.25px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(7) {
  background-position: -603px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(1) {
  background-position: -753.75px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(2) {
  background-position: 0 -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(3) {
  background-position: -150.75px -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(4) {
  background-position: -302.25px -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(5) {
  background-position: -452.25px -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(6) {
  background-position: -603px -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(7) {
  background-position: -753.75px -454.5px;
}

.new-power {
  padding: 50px 0 0 0;
  background-color: #006BFF;
  text-align: center;
}

.new-power .power-title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.new-power .power-info {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}

.new-power .new-power-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #fff;
}

.new-power .new-power-left {
  width: 400px;
  text-align: center;
  margin-right: 20px;
}

.new-power .new-power-left .left-item {
  padding: 30px 0 40px 0;
  background-image: linear-gradient(-30deg, #1455d9 0%, #275eee 99%);
}

.new-power .new-power-left .title {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.new-power .new-power-left .info {
  font-size: 16px;
}

.new-power .new-power-left .info span,
.new-power .new-power-left .info .lt {
  font-size: 60px;
  line-height: normal;
  font-weight: bold;
}

.new-power .new-power-left .info i {
  font-style: normal;
  position: relative;
  top: -4px;
}

.new-power .new-power-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.new-power .new-power-right .right-item {
  flex: 1;
  padding: 60px 20px 20px 20px;
  background-image: url(../img/web-index-new/power1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.new-power .new-power-right .right-item .right-icon {
  display: block;
  width: 90px;
  height: 92px;
  margin: 0 auto 30px auto;
  background-image: url(../img/web-index-new/icons.png);
  background-size: 353.33px 328px;
  background-position: 0 0;
}

.new-power .new-power-right .right-item:nth-of-type(2) {
  background-image: url(../img/web-index-new/power2.png);
}

.new-power .new-power-right .right-item:nth-of-type(2) .right-icon {
  background-position: -90px 0px;
}

.new-power .new-power-right .right-item:nth-of-type(3) {
  background-image: url(../img/web-index-new/power3.png);
}

.new-power .new-power-right .right-item:nth-of-type(3) .right-icon {
  background-position: -181px 0px;
}

.new-power .new-power-right .right-item:hover {
  background-image: linear-gradient(180deg, #63a5ff 0%, rgba(70, 148, 255, 0) 100%);
}

.new-power .new-power-right .right-item:hover .info {
  height: auto;
}

.new-power .new-power-right .title {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 40px;
}

.new-power .new-power-right .info {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.certificate {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f7ff;
}

.certificate .title {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  margin-bottom: 70px;
}

.certificate .certificate-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.certificate .certificate-flex .certificate-item .icon {
  display: inline-block;
  width: 117px;
  height: 117px;
  margin-bottom: 5px;
  background-image: url(../img/web-index-new/icons.png);
  background-size: 353.33px 328px;
  background-position: 0 -90px;
}

.certificate .certificate-flex .certificate-item:nth-of-type(2) .icon {
  background-position: -118px -92.6667px;
}

.certificate .certificate-flex .certificate-item:nth-of-type(3) .icon {
  background-position: -236px -92.6667px;
}

.certificate .certificate-flex .certificate-item:nth-of-type(4) .icon {
  background-position: 0 -210.6667px;
}

.certificate .certificate-flex .certificate-item:nth-of-type(5) .icon {
  background-position: -118px -210.6667px;
}

.certificate .certificate-flex .certificate-item:nth-of-type(6) .icon {
  background-position: -236px -210.6667px;
}
/*新版页面新增*/


/*8月20日新增 冲突样式解决 */
.swiper-slide,
.swiper-content {
  height: 100%;
  position: relative;
}

.swiper-slide .sc-right {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 468px;
}

.swiper-slide .sc-right img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .swiper-slide .sc-right {
    right: 100px;
  }
}

/* 10年微信生态 */
.swiper-wxst {
  background-image: url(../img/web-index-new/years_10.png);
}

.swiper-wxst .sc-right::before {
  content: "";
  display: block;
  width: 909px;
  height: 328px;
  background-image: url(../img/web-index-new/years_9_ref.png);
  position: absolute;
  right: -38%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-wxst .themes-color {
  color: #FF2514;
}

/* 微信增长 */
.swiper-wxzz .sc-right {
  width: 395px;
  top: 43%;
}

/* 小店分销 */
.swiper-xdfx {
  background-image: url(../img/web-index-new/xdfx.png);
}

.swiper-xdfx .qr_code {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.swiper-xdfx .qr_code img {
  width: 90px;
  height: 90px;
  background-color: pink;
  margin-right: 4px;
}

.swiper-xdfx .qr_code span {
  width: 0px;
  white-space: wrap;
}

/* swiper资料按钮 */
.resources {
  color: #333333;
}

.resources .res-item:hover {
  color: #fff;
}

.resources .res-item:hover .review-btn::before {
  background-position: -17px 0;
}

.resources .res-item .review-btn {
  font-size: 14px;
  color: inherit;
  position: relative;
}

.resources .res-item .review-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  padding-left: 2px;
  box-sizing: border-box;
  line-height: 14px;
  font-size: 12px;
  position: absolute;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.resources .res-item .review-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* 裂变增长图片遮罩 */
.growth-wrap {
  padding-bottom: 80px;
}

.growth-img {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
}

.growth-img:hover .growth-mask {
  opacity: 1;
}

.growth-img .growth-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}

.growth-img .growth-mask .growth-btn {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  background-color: #006BFF;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* 行业案例 */
.industry {
  background-image: url(../img/web-index-new/industry_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.industry .industry-example-wrap {
  position: relative;
  height: 486px;
  overflow: hidden;
  background-color: #fff;
}

.industry .title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
}

.industry .left {
  width: 650px;
  height: 486px;
  position: relative;
}

.industry .left::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 486px solid #fff;
  border-right: 0 solid transparent;
  border-left: 40px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.industry .left img {
  width: 100%;
  height: 100%;
}

.industry .right {
  flex: 1;
  background-color: #fff;
  padding: 60px 40px 0 15px;
  position: relative;
  text-align: left;
}

.industry .right .icon {
  width: 60px;
  height: 69px;
  margin-bottom: 47px;
}

.industry .right .right-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333333;
}

.industry .right .right-info {
  font-size: 18px;
  color: #666666;
  letter-spacing: 2px;
  margin-bottom: 38px;
}

.industry .right .action a {
  margin-right: 20px;
  background-color: #fff;
  color: #006BFF;
}

.industry .right .action a:last-of-type {
  margin-right: 0;
}

.industry .right .action a.bgc {
  background-color: #006BFF;
  color: #fff;
}

.industry .right .free-use,
.industry .right .understand {
  font-size: 16px;
  padding: 7px 28px;
  border: 1px solid #006BFF;
  background-color: #fff;
  color: #006BFF;
}

.industry .right .free-use.bgc,
.industry .right .understand.bgc {
  background-color: #006BFF;
  color: #fff;
}

.industry .right .tips {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #6E4204;
  line-height: 25px;
  padding: 0 20px;
  box-sizing: border-box;
  background-image: url(../img/web-index-new/industry_tips_icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 20px;
  right: 0;
}

.industry .tabs {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.industry .tabs .tab-item {
  color: #fff;
  font-size: 16px;
  padding: 10px 40px;
  cursor: pointer;
  box-sizing: border-box;
}

.industry .tabs .tab-item.active {
  background-color: #006BFF;
  border-radius: 6px;
}

.industry .industry-examp-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  z-index: 1;
}

.industry .industry-examp-item .left {
  top: 486px;
  left: 0;
  transition: all 0.5s;
}

.industry .industry-examp-item .right {
  top: -486px;
  right: 0;
  transition: all 0.5s;
}

.industry .industry-examp-item.active {
  z-index: 4;
}

.industry .industry-examp-item.active .left {
  top: 0;
}

.industry .industry-examp-item.active .right {
  top: 0;
}

.industry .industry-examp-item[type="jy"] .right .icon {
  width: 164px;
  height: 53px;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: 0 -18px;
}

.industry .industry-examp-item[type="ym"] .right .icon {
  width: 115px;
  height: 69px;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: 0 -71px;
}

.industry .industry-examp-item[type="ls"] .right .icon {
  width: 149px;
  height: 60px;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: 0 -141px;
}

.industry .industry-examp-item[type="jd"] .right .icon {
  width: 126px;
  height: 59px;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: 0 -202px;
}

.industry .industry-examp-item[type="ds"] .right .icon {
  width: 116px;
  height: 68px;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: 0 -262px;
}

.industry .industry-examp-item[type="fw"] .right .icon {
  width: 135px;
  height: 43px;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: 0 -331px;
}

.industry .industry-examp-item[type="sx"] .right .icon {
  width: 75px;
  height: 77px;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: 0 -375px;
}

/* 提供的服务 */
.service-offer {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}

.service-offer .service-offer-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.service-offer .service-offer-info {
  font-size: 18px;
  margin-bottom: 60px;
}

.service-offer .service-offer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.service-offer .service-item {
  width: 32%;
  border-radius: 8px;
  padding: 25px 18px;
  box-sizing: border-box;
  background-color: #F4F7FF;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.service-offer .service-item:hover .info-item-mask {
  opacity: 1;
}

.service-offer .service-item:nth-of-type(1) .icon {
  background-position: -535px 0;
}

.service-offer .service-item:nth-of-type(2) .icon {
  background-position: -535px -66px;
}

.service-offer .service-item:nth-of-type(3) .icon {
  background-position: -535px -132px;
}

.service-offer .service-item:nth-of-type(4) .icon {
  background-position: -535px -198px;
}

.service-offer .service-item:nth-of-type(5) .icon {
  background-position: -535px -264px;
}

.service-offer .service-item:nth-of-type(6) .icon {
  background-position: -535px -330px;
}

.service-offer .top-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: initial;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-offer .top-content .icon {
  width: 65px;
  height: 65px;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.service-offer .top-content .right {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-offer .top-content .top-content-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-offer .top-content .top-content-info {
  color: #666666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-offer .info-list {
  text-align: initial;
  font-size: 15px;
}

.service-offer .info-list .info-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.service-offer .info-list .info-item:last-of-type {
  margin-bottom: 0;
}

.service-offer .info-list .info-item .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/web-index-new/icons_v2.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: -45px 0;
  margin-right: 5px;
}

.service-offer .info-list .info-item span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-offer .info-item-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #9bbcff 0%, rgba(167, 198, 255, 0) 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}

.service-offer .info-item-mask span {
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #006BFF;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}