/*
 一些比较通用的变量。根据项目配置
*/
.hTitle {
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #262626;
}
.hTitle::before,
.hTitle::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #262626;
  display: inline-block;
  position: relative;
  top: -7px;
}
.hTitle::before {
  left: -20px;
}
.hTitle::after {
  right: -20px;
}
.pText {
  font-size: 16px;
  text-align: center;
  color: #262626;
}
.banner {
  width: 100%;
  height: 400px;
  background: url("../../images/about-us/banner.png?v=1.0.2") no-repeat top center /
    cover;
	font-size: 32px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	text-align: center;
}
.banner__imgBox {
  margin: 0 auto;
  padding-top: 162px;
  width: 762px;
}
.banner__imgBox > img {
  width: 100%;
}
.banner__title {
  margin-top: 14px;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}
.intro1 {
  width: 100%;
  /* height: 340px; */
  /* background: url('../../images/about-us/intro1-bg.png') no-repeat top right / auto 100%; */
}

.swiper-1 {
  margin-bottom: 30px;
  min-height: 178px;
}
.swiper-1 .swiper-slide {
  width: 346px;
}
.swiper-1 .swiper-slide .s-img {
  width: 100%;
	height: 190px;
}

.brand-box {
  width: 100%;
  height: 818px;
  background: url("../../images/about-us/banner_5.png") no-repeat 0 0;
  background-size: cover;
  padding-top: 80px;
  box-sizing: border-box;
  position: relative;
}
.brand-box > .desc {
  width: 990px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
  margin: 15px auto 45px;
}
.brand-box .swiper-2 {
  width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.brand-box .swiper-2 .swiper-slide {
  height: 421px;
  background: #fff;
  border-radius: 10px !important;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 0;
}
.brand-box .swiper-2 .swiper-slide .num {
  position: absolute;
  right: 0;
  top: 0;
}
.brand-box .swiper-2 .swiper-slide .s-content {
  height: 100%;
  margin-top: 70px;
  margin-left: 20px;
}
.brand-box .swiper-2 .swiper-slide .s-content .s-title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #262626;
  max-width: 254px;
  line-height: 23px;
}
.brand-box .swiper-2 .swiper-slide .s-content .t-desc {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.brand-box .swiper-2 .swiper-slide .s-content .gw {
  font-size: 14px;
  color: #262626;
  line-height: 16px;
}
.brand-box .swiper-2 .swiper-slide .s-content .gw a {
  color: #2247c8;
}
.brand-box .swiper-2 .swiper-slide .s-content .btn {
  width: 180px;
  height: 46px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.brand-box .swiper-2 .swiper-slide .s-content .btn:hover {
  opacity: 0.85;
}
.brand-box .tab-box {
  width: 1155px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.brand-box .tab-box .line {
  width: 1px;
  height: 72px;
  background-color: #e6e6e6;
  position: absolute;
  left: 385px;
  top: 50%;
  transform: scaleX(0.5) translateY(-50%);
}
.brand-box .tab-box .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  cursor: pointer;
  height: 100%;
  position: relative;
}
.brand-box .tab-box .tab-item::after {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: var(--a-color);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.brand-box .tab-box .tab-item .tab-msg {
  margin-left: 15px;
}
.brand-box .tab-box .tab-item .tab-title {
  font-size: 24px;
  color: #262626;
  line-height: 38px;
}
.brand-box .tab-box .tab-item .tab-desc {
  font-size: 16px;
  color: #262626;
  line-height: 26px;
}
.brand-box .tab-box .tab-active {
  background: var(--bg-c);
}
.brand-box .tab-box .tab-active .tab-desc,
.brand-box .tab-box .tab-active .tab-title {
  color: #fff;
}
.brand-box .tab-box .tab-active::after {
  opacity: 1;
}

.intro1__wrapper {
  padding: 80px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro1__title {
  padding-left: 31px;
  position: relative;
  display: inline-block;
}

.intro1__wrapper .desc {
  font-size: 16px;
  color: #262626;
  line-height: 38px;
  margin-top: 35px;
  max-width: 585px;
}

.intro1__title::before,
.intro1__title::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
}
.intro1__title::before {
  border-top: 8px solid #7249e6;
  border-left: 8px solid #7249e6;
  top: -11px;
  left: 0;
}
.intro1__title::after {
  border-bottom: 8px solid #7249e6;
  border-right: 8px solid #7249e6;
  bottom: 0px;
  right: -28px;
}
.intro1__title h1 {
  font-size: 36px;
  font-weight: 800;
}
.intro1__title h2 {
  font-size: 24px;
  color: #dedede;
}

.intro3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
  height: 465px;
  background: url("../../images/about-us/intro3-bg.png") no-repeat top center /
    100% 100%;
}
.intro3 .hTitle {
  color: #ffffff;
}
.intro3 .hTitle::before,
.intro3 .hTitle::after {
  background-color: #ffffff;
}
.intro3__con {
  width: 1200px;
	height: 345px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro3__con-item {
  width: 380px;
  height: 316px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}
.intro3__con-item:nth-child(1){
	background: url("../../images/about-us/q_1.png") no-repeat center /
	cover;
}
.intro3__con-item:nth-child(2){
	background: url("../../images/about-us/q_2.png") no-repeat center /
	cover;
}
.intro3__con-item:nth-child(3){
	background: url("../../images/about-us/q_3.png") no-repeat center /
	cover;
}
.intro3__con-item > i {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 81px;
  width: 50px;
  height: 50px;
}
.intro3__con-item .ico1 {
  background: url("../../images/about-us/intro3-ico1.png") no-repeat center /
    cover;
}
.intro3__con-item .ico2 {
  background: url("../../images/about-us/intro3-ico2.png") no-repeat center /
    cover;
}
.intro3__con-item .ico3 {
  background: url("../../images/about-us/intro3-ico3.png") no-repeat center /
    cover;
}
.intro3__con-item h2 {
  margin-top: 18px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.intro3__con-item .line_space {
  margin: 0 auto;
  margin-top: 16px;
  width: 32px;
  height: 4px;
  background: #7249e6;
}
.intro3__con-item p {
  margin-top: 21px;
  text-align: center;
  font-size: 16px;
  color: #595e64;
}
.intro3__con-item:hover {
  background: #7249e6;
  height: 345px;
}
.intro3__con-item:hover .ico1 {
  background: url("../../images/about-us/intro3-active-ico1.png") no-repeat
    center / cover;
}
.intro3__con-item:hover .ico2 {
  background: url("../../images/about-us/intro3-active-ico2.png") no-repeat
    center / cover;
}
.intro3__con-item:hover .ico3 {
  background: url("../../images/about-us/intro3-active-ico3.png") no-repeat
    center / cover;
}
.intro3__con-item:hover h2,
.intro3__con-item:hover p {
  color: #ffffff;
}
.intro3__con-item:hover .line_space {
  background-color: #ffffff;
}
.intro4 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  background: url("../../images/about-us/intro4-bg.jpg") no-repeat top center /
    100% 100%;
}
.intro4 .hTitle {
  color: #ffffff;
}
.intro4 .hTitle::before,
.intro4 .hTitle::after {
  background-color: #ffffff;
}
.intro4 .pText {
  margin-top: 20px;
  color: #ffffff;
}
.intro4__swiper {
  width: 1200px;
  margin: 0 auto;
  margin-top: 51px;
}
.intro4__swiper .item {
  width: 1140px;
  height: 580px;
  margin: 0 auto;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.intro4__swiper .item__left {
  padding-top: 32px;
  padding-left: 40px;
  width: 330px;
}
.intro4__swiper .item__left-logo {
  width: 171px;
}
.intro4__swiper .item__left h2 {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}
.intro4__swiper .item__left p {
  margin-top: 12px;
  font-size: 14px;
  color: #595e64;
}
.intro4__swiper .item__left h3 {
  margin-top: 24px;
  font-size: 14px;
  color: #000000;
}
.intro4__swiper .item__left h3 a {
  color: #2247c8;
}
.intro4__swiper .item__left-end {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.intro4__swiper .item__left-end > img {
  width: 100px;
}
.intro4__swiper .item__left-end h4 {
  margin-top: 12px;
  font-size: 14px;
  color: #262626;
}
.intro4__swiper .item__right {
  width: 756px;
}
.intro4__swiper .item__right > img {
  display: block;
  width: 700px;
  margin: 0 auto;
  margin-top: 50px;
}
.intro4__swiper .item__right > ul {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.intro4__swiper .item__right > ul li {
  text-align: center;
  position: relative;
}
.intro4__swiper .item__right > ul li::after {
  content: "";
  width: 0;
  height: 56px;
  border-left: 1px solid #dde1e7;
  position: absolute;
  top: 7px;
}
.intro4__swiper .item__right > ul li:last-of-type::after {
  display: none;
}
.intro4__swiper .item__right i {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.intro4__swiper .item__right .ico1 {
  background-image: url("../../images/about-us/intro4-swiper/WINDOWS@2x.png");
}
.intro4__swiper .item__right .ico2 {
  background-image: url("../../images/about-us/intro4-swiper/MAC@2x.png");
}
.intro4__swiper .item__right .ico3 {
  background-image: url("../../images/about-us/intro4-swiper/pad@2x.png");
}
.intro4__swiper .item__right .ico4 {
  background-image: url("../../images/about-us/intro4-swiper/WEB@2x.png");
}
.intro4__swiper .item__right .ico5 {
  background-image: url("../../images/about-us/intro4-swiper/WEB@2x.png");
}
.intro4__swiper .item__right .ico6 {
  background-image: url("../../images/about-us/intro4-swiper/miniapp@2x.png");
}
.intro4__swiper .item_whale {
  background: linear-gradient(188deg, #ffffff 0%, #ecf6f1 100%);
}
.intro4__swiper .item_whale .item__right {
  background: #f6f6f6;
}
.intro4__swiper .item_whale .item__right ul > li:hover .ico1 {
  background-image: url("../../images/about-us/intro4-swiper/WINDOWS-active@2x.png");
}
.intro4__swiper .item_whale .item__right ul > li:hover .ico2 {
  background-image: url("../../images/about-us/intro4-swiper/MAC-active@2x.png");
}
.intro4__swiper .item_whale .item__right ul > li:hover .ico3 {
  background-image: url("../../images/about-us/intro4-swiper/pad-active@2x.png");
}
.intro4__swiper .item_whale .item__right ul > li:hover .ico4 {
  background-image: url("../../images/about-us/intro4-swiper/WEB-active@2x.png");
}
.intro4__swiper .item_whale .item__right ul > li:hover a {
  color: #2ace71;
}
.intro4__swiper .item_whale .item__right ul > li::after {
  right: -65px;
}
.intro4__swiper .item_kanlu {
  background: linear-gradient(188deg, #ffffff 0%, #fffcf3 100%);
}
.intro4__swiper .item_kanlu .item__right {
  background: #fcfbf8;
}
.intro4__swiper .item_kanlu .item__right ul > li::after {
  right: -143px;
}
.intro4__swiper .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.intro4__swiper .swiper-pagination-bullet-active {
  background: #7249e6;
}
.intro4__swiper .swiper-horizontal > .swiper-pagination-bullets,
.intro4__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.intro4__swiper .swiper-button-next,
.intro4__swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: url("../../images/about-us/intro4-arrow.png") no-repeat center /
    contain;
}
.intro4__swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.intro4__swiper .swiper-button-next:after {
  content: "";
}
.intro4__swiper .swiper-button-prev:after {
  content: "";
}
.intro5 {
  position: relative;
}
.intro5__title {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 13;
}
.intro5__title .pText {
  margin-top: 20px;
}
.intro5__swiper {
  width: 100%;
  height: 860px;
}
.intro5__swiper .bg {
  width: 100%;
  height: 860px;
  object-fit: cover;
}
.intro5__swiper .swiper-slide {
  position: relative;
}
.intro5__swiper .ctn {
  position: absolute;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  top: 288px;
}
.intro5__swiper .ctn__logo {
  width: 130px;
  margin-left: -30px;
  position: relative;
  top: 10px;
}
.intro5__swiper .ctn h2 {
  font-size: 20px;
  color: #262626;
}
.intro5__swiper .ctn p {
  margin-top: 12px;
  width: 226px;
  height: 100px;
  font-size: 14px;
  color: #595e64;
}
.intro5__swiper .ctn__end > img {
  width: 100px;
  height: 100px;
}
.intro5__swiper .ctn__end h4 {
  margin-top: 12px;
  font-size: 14px;
}
.intro5__swiperThumbnail {
  /* width: 100px; */
  /* height: 550px; */
  position: absolute;
  top: 300px;
  right: calc(18.75% - 80px);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 60px 60px 60px 60px;
  background-color: #fff;
}
.intro5__swiperThumbnail .swiper-slide {
  box-sizing: content-box;
  transform: scale(0.8);
  box-sizing: border-box;
  width: 62px;
  height: 62px;
  padding: 5px;
}
.intro5__swiperThumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}
.intro5__swiperThumbnail .swiper-slide-thumb-active {
  transform: scale(1);
}
.intro5__swiperThumbnail .swiper-slide-thumb-active img {
  filter: drop-shadow(0px 3px 5px rgba(100, 100, 100, 0.5));
}
.intro6 {
  width: 100%;
  padding-top: 100px;
  background: url("../../images/about-us/intro6-bg.png") no-repeat top center /
    100% 100%;
}
.intro6 .pText {
  margin-top: 20px;
}
.intro6__tabs {
  margin: 0 auto;
  margin-top: 60px;
  width: 392px;
  height: 50px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro6__tabs-item {
  width: 50%;
  height: 50px;
  text-align: center;
  line-height: 49px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #dde1e7;
  border-radius: 6px;
}
.intro6__tabs-item:first-child {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.intro6__tabs-item:last-child {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.intro6__tabs-item.is-active {
  border-color: #7249e6;
  background-color: #7249e6;
  color: #ffffff;
}
.intro6__swiper {
  margin: 0 auto;
  margin-top: 55px;
  width: 1200px;
}
.intro6__swiper .item {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.intro6__swiper .item__left {
  width: 746px;
  height: 560px;
}
.intro6__swiper .item__left > img {
  width: 746px;
  height: 560px;
}
.intro6__swiper .item__right {
  padding-top: 46px;
  text-align: center;
  width: 419px;
  height: 492px;
  background: url("../../images/about-us/intro6-itembg.png") no-repeat top
    center / 100% 100%;
  border-radius: 6px;
  color: #ffffff;
}
.intro6__swiper .item__right-logo {
  width: 160px;
}
.intro6__swiper .item__right h2 {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 600;
}
.intro6__swiper .item__right p {
  margin: 0 auto;
  margin-top: 12px;
  width: 355px;
  height: 115px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 25px;
  text-align: left;
}
.intro6__swiper .item__right h3 {
  font-size: 14px;
}
.intro6__swiper .item__right-end > img {
  margin-top: 35px;
  width: 80px;
  height: 80px;
}
.intro6__swiper .item__right-end h4 {
  margin-top: 12px;
  font-size: 14px;
}
.intro7 {
  width: 100%;
  padding-top: 140px;
}
.intro7__con {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro7__con h3 {
  font-size: 22px;
  font-weight: 500;
  color: #262626;
}
.intro7__con p {
  margin-top: 2px;
  font-size: 16px;
}
.intro7__con-left {
  width: 600px;
  display: flex;
  align-items: center;
}
.intro7__con-left--ico {
  margin-right: 20px;
  width: 66px;
  height: 66px;
}
.intro7__con-left--ico > img {
  width: 100%;
  height: 100%;
}
.intro7__con-right {
  display: flex;
  align-items: center;
}
.intro7__con-right--ico {
  margin-right: 20px;
  width: 66px;
  height: 66px;
}
.intro7__con-right--ico > img {
  width: 100%;
  height: 100%;
}

.intro8 {
  width: 100%;
  height: 570px;
  background: url("../../images/about-us/intro7-bg.png") no-repeat top center;
  background-size: cover;
  padding-top: 50px;
  box-sizing: border-box;
}

.intro8 .rt-box {
  width: 1200px;
  height: 428px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
	padding: 24px;
	box-sizing: border-box;
}


.set-white::before, .set-white::after{
	background-color: #fff;
}