﻿@keyframes bannerToRight {
  0% {
    left: -150px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes bannerToLeft {
  0% {
    left: 700px;
  }
  100% {
    left: 546px;
    opacity: 1;
  }
}
@font-face {
  font-family: "dsf";
  src: url(../font/droidsansfallback.ttf);
}
@font-face {
  font-family: 'Light';
  /*重命名字体名 */
  src: url('https://www.nkhaitou.icu/static/font/alibaba-puhuiti-light.ttf');
  /*引入字体*/
}
@font-face {
  font-family: 'Medium';
  /*重命名字体名 */
  src: url('../font/alibaba-puhuiti-medium.ttf');
  /*引入字体*/
}
@keyframes bannerScroll {
  0% {
    left: 0;
  }
  40% {
    left: 0;
  }
  50% {
    left: -100%;
  }
  90% {
    left: -100%;
  }
  100% {
    left: -200%;
  }
}
.title-warpper {
  padding-top: 72px;
}
.title-warpper .title-container {
  margin: 0 auto;
  text-align: center;
}
.title-warpper .title-container h2 {
  font-size: 36px;
  color: #FFF;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-bottom: 14px;
}
.title-warpper .title-container p {
  font-size: 24px;
  color: #c5c5c5;
  line-height: 20px;
}
.banner-container {
  width: 100%;
  height: 700px;
  background: linear-gradient(298deg, #080808 0%, #2f2e2b 100%);
  animation: bannerScroll 15s linear infinite;
}
.banner-container .swiper-container {
  width: 100%;
  height: 100%;
}
.banner-container .swiper-container .swiper-pagination {
  bottom: 30px;
}
.banner-container .swiper-container .swiper-pagination > li {
  width: 12px !important;
  height: 12px !important;
  margin: 0 8px !important;
}
.banner-container .swiper-container {
  --swiper-theme-color: #000;
  --swiper-pagination-color: #fff;
}
.banner-container .swiper-bgi .item-warpper {
  background-image: linear-gradient(180deg, #1A5AD8 0%, rgba(56, 147, 238, 0.9) 100%);
}
.banner-container .swiper-bgi .banner-item {
  background-size: contain;
  background-image: url('https://www.gbcmarket.com/ws/static/images/%E4%BD%8D%E5%9B%BE.png');
}
.banner-container .banner-item {
  height: 100%;
  overflow: hidden;
}
.banner-container .banner-item .item-warpper {
  overflow: hidden;
  height: 100%;
  background-image: linear-gradient(180deg, #1A5AD8 0%, rgba(56, 147, 238, 0.9) 100%);
}
.banner-container .banner-item .item-warpper2 {
  overflow: hidden;
  height: 100%;
  background-image: none;
}
.banner-container .banner-item:nth-child(2) {
  background-size: contain;
  background-image: url('https://www.gbcmarket.com/ws/static/images/%E4%BD%8D%E5%9B%BE.png');
}
.banner-container .banner-item .banner {
  position: relative;
}
.banner-container .banner-item .banner .banner-text3 {
  font-family: PingFangSC-Semibold;
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 66px;
  font-weight: 600;
  margin-bottom: 2px;
}
.banner-container .banner-item .banner .banner-text4 {
  letter-spacing: 0;
  line-height: 66px;
  font-weight: 200;
  font-size: 56px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #fff;
}
.banner-container .banner-item .banner .banner-text5 {
  font-size: 18px;
  line-height: 58px;
  letter-spacing: 1px;
  font-family: 'pfsc';
  font-weight: 400;
  color: #ffffff;
}
.banner-container .banner-item .banner .banner-left {
  position: absolute;
  width: 546px;
  display: flex;
  flex-direction: column;
  left: -150px;
  opacity: 0;
  animation: bannerToRight 0.8s linear;
  animation-fill-mode: forwards;
}
.banner-container .banner-item .banner .banner-left .banner-text1 {
  box-sizing: border-box;
  padding-left: 2px;
  widows: 546px;
  height: 144px;
  font-size: 56px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #fff;
  line-height: 72px;
  margin-top: 185px;
}
.banner-container .banner-item .banner .banner-left .banner-text2 {
  height: 30px;
  font-size: 18px;
  font-family: 'pfsc';
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  opacity: 0.68;
  margin: 16px 0 80px;
}
.banner-container .banner-item .banner .banner-left .using-btn {
  cursor: pointer;
  width: 176px;
  height: 46px;
  background: linear-gradient(270deg, #ff9783 0%, #ff613d 100%);
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
}
.banner-container .banner-item .banner .banner-left .using-btn span {
  display: inline-block;
  transform: scale(0.83);
}
.banner-container .banner-item .banner .banner-left .using-btn:hover {
  box-shadow: 0px 12px 22px -4px rgba(234, 47, 0, 0.44);
}
.banner-container .banner-item .banner .banner-right {
  position: absolute;
  width: 567px;
  height: 432px;
  left: 700px;
  top: 104px;
  background-size: cover;
  background-image: url('https://www.gbcmarket.com/ws/static/images/%E4%B8%BB%E9%A1%B5banner.png');
  background-repeat: no-repeat;
  opacity: 0;
  animation: bannerToLeft 0.8s linear;
  animation-fill-mode: forwards;
}
.banner-container .banner-item .banner .banner-center {
  text-align: center;
}
.banner-container .banner-item .banner .banner-center .banner-text1 {
  text-align: center;
  box-sizing: border-box;
  padding-left: 2px;
  height: 78px;
  font-size: 56px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #fff;
  line-height: 72px;
  margin-top: 207px;
}
.banner-container .banner-item .banner .banner-center .banner-text1 b{font-size: 38px;color: #465ae7}
.banner-container .banner-item .banner .banner-center .banner-text2 {
  text-align: center;
  height: 22px;
  font-size: 18px;
  font-family: 'pfsc';
  font-weight: 400;
  color: #465ae7;
  line-height: 30px;
  opacity: 0.68;
  margin: 16px 0 80px;
}
.banner-container .banner-item .banner .banner-center .using-btn {
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  width: 132px;
  height: 46px;
  letter-spacing: 0;
  background-image: linear-gradient(270deg, #FF9783 0%, #FF613D 100%);
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
}
.banner-container .banner-item .banner .banner-center .using-btn span {
  display: inline-block;
  transform: scale(0.83);
}
.banner-container .banner-item .banner .banner-center .using-btn:hover {
  box-shadow: 0px 12px 22px -4px rgba(234, 47, 0, 0.44);
}
.banner-container .swiper-bgi .company-item {
  background-size: cover;
  background-image: url(../image/banner1214.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.banner-container .swiper-bgi .company-item .banner .banner-center {
  text-align: left;
}
.banner-container .swiper-bgi .company-item .banner .banner-text1 {
  text-align: left;
  height: auto;
  margin-top: 150px;
}
.banner-container .swiper-bgi .company-item .section {
  display: flex;
  align-items: center;
  margin-top: 50px;
  height: 60px;
  line-height: 30px;
}
.banner-container .swiper-bgi .company-item .section .name {
  width: 75px;
  padding-bottom: 18px;
  margin-right: 21px;
  font-family: PingFangSC-Regular;
  font-size: 44px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.banner-container .swiper-bgi .company-item .section .company {
  width: calc(100% - 75px);
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.count-container {
  background-color: #F8F9FB;
  width: 100%;
  height: 180px;
}
.count-container .count {
  height: 100%;
  display: flex;
}
.count-container .count > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.count-container .count > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.count-container .count > div > div .num {
  margin-right: 5px;
  margin-bottom: 0;
}
.count-container .count > div .num {
  height: 60px;
  font-size: 46px;
  color: #222222;
  line-height: 60px;
  margin-bottom: 6px !important;
  font-family: dsf !important;
}
.count-container .count > div .plus {
  font-family: dsf !important;
}
.count-container .count > div .descr {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.function-container {
  width: 100%;
  height: 872px;
  background-color: #000;
  border-top: #222 solid 1px;
}
.function-container .function {
  box-sizing: border-box;
  height: 100%;
}
.function-container .function .function-list-container {
  box-sizing: border-box;
  padding: 0 3px;
}
.function-container .function .function-list-container .function-list li {
  padding-top: 56px;
  width: 200px;
  justify-content: center;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 90px;
  box-sizing: border-box;
  /* &:nth-child(1) {
            width: 280px;
            // padding-left: 30px;
            position: relative;
            .img-warpper,.name,.desrc {
              margin-left: -60px !important;
            }
          }
          &:nth-child(5) {
            width: 280px;
            // padding-left: 30px;
            position: relative;
            .img-warpper,.name,.desrc {
              margin-left: -60px !important;
            }
          } */
}
.function-container .function .function-list-container .function-list li:nth-child(n+5) {
  padding-top: 64px;
}
.function-container .function .function-list-container .function-list li:nth-child(4) {
  margin-right: 0;
  /* width: 280px;
            padding-left: 100px;
            position: relative;
            .img-warpper,.name,.desrc {
              margin-left: -60px !important;
            } */
}
.function-container .function .function-list-container .function-list li:nth-child(8) {
  margin-right: 0;
  /* width: 280px;
            padding-left: 100px;
            position: relative;
            .img-warpper,.name,.desrc {
              margin-left: -60px !important;
            } */
}
.function-container .function .function-list-container .function-list li .img-warpper {
  width: 108px;
  height: 108px;
  overflow: hidden;
}
.function-container .function .function-list-container .function-list li .img-warpper img {
  width: 100%;
  height: 100%;
}
.function-container .function .function-list-container .function-list li .name {
  font-size: 18px;
  font-weight: 600;
  color: #465ae7;
  line-height: 25px;
  margin: 26px 0 12px;
}
.function-container .function .function-list-container .function-list li .desrc {
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 100;
  color: #fff;
  line-height: 28px;
}
.function-container .function .more-btn {
  cursor: pointer;
  margin: 48px auto 0;
  border-radius: 4px;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;	
  color: #fff;
  background: #465ae7;	
  text-align: center;
  padding: 0 54px;
  line-height: 50px;
  transition: 0.3s all linear;
}
.function-container .function .more-btn:hover {
  background: rgba(26, 90, 216, 0.06);
}
.solution-container {
  width: 100%;
  height: 670px;
  background: #111;
  border-top: #222 solid 1px;	
}
.solution-container .solution {
  height: 100%;
}
.solution-container .solution .solution-list {
  margin-top: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.solution-container .solution .solution-list li {
  background: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 82, 177, 0.08);
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 24px;
  width: 328px;
  height: 372px;
}
.solution-container .solution .solution-list li .title {
  text-align: center;
  font-size: 22px;
  color: #222222;
  line-height: 33px;
}
.solution-container .solution .solution-list li .img-warpper {
  margin-top: 32px;
  width: 328px;
  height: 180px;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}
.solution-container .solution .solution-list li .img-warpper img {
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: 0.5s all linear;
}
.solution-container .solution .solution-list li .img-warpper img:hover {
  transform: scale(1.1);
}
.solution-container .solution .solution-list li:nth-child(2) {
  margin: 0 60px;
  /*  .img-warpper {
            margin-top: 0;
            margin-bottom: 4px;
            height: 258px;
          } */
}
.solution-container .solution .solution-list li > div {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.solution-container .solution .solution-list li .desrc1 {
  height: 48px;
  color: #555;
  line-height: 24px;
}
.solution-container .solution .solution-list li .desrc2 {
  height: 24px;
  font-weight: 400;
  color: #555;
  line-height: 48px;
}
.solution-container .solution .solution-list li .desrc3 {
  height: 48px;
  color: #555555;
  line-height: 24px;
}
.service-container {
  margin-bottom: 55px;
}
.service-container .main-container {
  width: 1100px;
}
.service-container .title-warpper .title-container h2 {
  margin-bottom: 64px;
}
.service-container .service-list {
  font-size: 0;
}
.service-container .service-list img {
  width: 345px;
  height: 206px;
  margin-right: 32px;
}
.service-container .service-list img:last-child {
  margin-right: 0;
}
.selection-container {
  width: 100%;
  height: 489px;
  overflow: hidden;
  border-top: #222 solid 1px;
  background-color: #000;	
}
.selection-container .selection {
  height: 100%;
  box-sizing: border-box;
}
.selection-container .selection .features-list {
  margin-top: 40px;
  width: 1080px;
  display: flex;
  justify-content: space-between;
}
.selection-container .selection .features-list li {
  width: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.selection-container .selection .features-list li .img-warpper {
  width: 72px;
  height: 72px;
}
.selection-container .selection .features-list li .img-warpper img {
  width: 100%;
  height: 100%;
}
.selection-container .selection .features-list li .title {
  margin: 20px 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #465ae7;
  line-height: 25px;
}
.selection-container .selection .features-list li .desrc {
  text-align: center;
}
.selection-container .selection .features-list li .desrc p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 100;
  color: #FFF;
  line-height: 28px;
}
.selection-container .selection .features-list li:nth-child(2) .desrc {
  width: 217px;
}




.pain-points-body{
    width: 100%;
    height: 505px;
    background-color: #000;
	border-top: #222 solid 1px;
	text-align: center;
}
.chatlink{
    height: 50px;
    background: #465ae7;
    border-radius: 4px;
    color: #fff;
    padding: 0 54px;
    line-height: 50px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.pain-points{
	text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: auto;
	padding: 3% 0;
}
.pain-points .points-title
{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.pain-points .points-title p{
	margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #FFF;
}
.pain-points .points-title span
{
 width: 30px;
    height: 2px;
    margin-bottom: 32px;
    background: #465ae7;
}
.pain-points .ant-row {
	width: 100%;
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}
.pain-points .ant-row:after, .pain-points .ant-row:before {
  content: "";
  display: table
}
.pain-points .ant-row:after {
  clear: both
}
.pain-points .pain-box
{
    height: 160px;
    width: calc(25% - 40px);
    box-shadow: 5px 9px 20px 0 hsla(0, 0%, 60%, .1);
    margin: 10px 20px;
    background: #fff;
	float: left;
	
}

.pain-points .pain-box .box_n
{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding-top: 38px;
}
.pain-points .pain-box p{
	font-size: 54px;
    color: #465ae7;
	font-weight: 700;
}

.pain-points .pain-box .box_b 
{
	font-size: 16px;
    color: #333;
    margin-top: 26px;
    text-align: center;
}


@media (max-width: 992px)
{
	
.pain-points-body{
    width: 100%;
    min-height: 695px;
    background-color: #000;
	border-top: #222 solid 1px;
	text-align: center;
}
.pain-points-body .chatlink ,.business .chatlink{
    height: 50px;
    background: #465ae7;
    border-radius: 4px;
    color: #fff;
    padding: 0 54px;
    line-height: 50px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.pain-points{
	text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: auto;
	padding: 3% 0;
}
.pain-points .points-title
{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.pain-points .points-title p{
	margin-top: 30px;
    font-size: 30px;
	line-height: 180%;
    font-weight: 700;
    margin-bottom: 24px;
    color: #FFF;
}
.pain-points .points-title span
{
 width: 30px;
    height: 2px;
    margin-bottom: 32px;
    background: #465ae7;
}
.pain-points .ant-row {
	width: 100%;
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}
.pain-points .ant-row:after, .pain-points .ant-row:before {
  content: "";
  display: table
}
.pain-points .ant-row:after {
  clear: both
}
.pain-points .pain-box
{
    height: 160px;
    width: calc(50% - 40px);
    box-shadow: 5px 9px 20px 0 hsla(0, 0%, 60%, .1);
    margin: 10px 20px;
    background: #fff;
	float: left;
}

.pain-points .pain-box .box_n
{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding-top: 38px;
}
.pain-points .pain-box p{
	font-size: 34px;
    color: #465ae7;
	font-weight: 700;
}

.pain-points .pain-box .box_b 
{
	font-size: 16px;
    color: #333;
    margin-top: 26px;
    text-align: center;
}
	
.business{
	background: #111;
	border-top: #222 solid 1px;
	padding: 30px 0;
	text-align: center;
}
.business .business_box{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.business .business_box .mtitle{
	font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-top: 40px;
}
.business .business_box .stitle{
	height: 24px;
    font-size: 24px;
    padding-top: 22px;
    font-weight: normal;
    color: #fff;
	line-height: 220%;
}
.business .business-img{margin-bottom: 82px;
    display: flex;
    justify-content: center;
    align-items: center;}
.business .business-img-rig{display: flex;
    justify-content: start;
    flex-direction: column;}
.business .business_box span
{
    width: 30px;
    height: 2px;
    margin-top: 30px;
    background: #465ae7;
}	
	
	
	
}


.business{
	background: #111;
	border-top: #222 solid 1px;
	padding: 50px 0;
	text-align: center;
}
.business .business_box{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.business .business_box .mtitle{
	font-size: 30px;
	line-height: 180%;
    font-weight: 700;
    color: #fff;
    padding-top: 40px;
}
.business .business_box .stitle{
	height: 24px;
    font-size: 24px;
    padding-top: 22px;
    font-weight: normal;
    color: #fff;
	line-height: 220%;
}
.business .business-img{margin-bottom: 82px;
    display: flex;
    justify-content: center;
    align-items: center;}
.business .business-img-rig{display: flex;
    justify-content: start;
    flex-direction: column;}
.business .business_box span
{
    width: 30px;
    height: 2px;
    margin-top: 30px;
    background: #465ae7;
}

.m-business{
	background: #111;
	border-top: #222 solid 1px;
	padding: 20px 0;
	text-align: center;
}
.m-business .mbusiness_box{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.m-business .mbusiness_box .mtitle{
	font-size: 30px;
	line-height: 180%;
    font-weight: 700;
    color: #fff;
    padding-top: 40px;
}