.container {
  width: 1280px;
  margin: 0 auto;
}
@font-face {
  font-family: 'STXingKaiLight';
  src: url('../../../../public/gxrc/app/font/STXingKaiLight_And.ttf');
}

.common {
  overflow: hidden;
  height: 100vh;
}

/*导航*/

.nav {
  text-align: right;
  padding: 5px 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding:50px 100px;
}
.nav>a{
  color: #fff;
  display: block;
  border:1px solid #fff;
  border-radius: 50px;
  width: 120px;
  text-align:center;
  padding: 5px 0;
  float: right;
}
/*.nav img {*/
  /*width: 164px;*/
  /*height: 52px;*/
/*}*/


.top {
  position: relative;
}

.top h2 {
  font-weight: normal;
  width: 100%;
  height: 140px;
  text-align: center;
  z-index: 120;
  font-size: 105px;
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
  margin: auto;
}
.top h2 img {
  width: 25%;
}
.logo_middle {
  width: 160px;
  position: absolute;
  top:5%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
  margin: auto;
  z-index: 999;
}
.logo_middle img{
    width: 100%;
}
.logo_text {
  width: 213px;
  text-align: center;
  position: absolute;
  top: 22%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
  margin: auto;
  z-index: 999;
}

.logo_er {
  width:228px;
  position: absolute;
  top:35%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
  margin: auto;
  z-index: 999;
}

.top h2 span {
  color: #fff;
}

.arrows {
  position: absolute;
  bottom: 20px;
  width: 64px;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  margin-left: -38px;
  z-index: 121;
  font-size: 14px;
}

.arrows img {
  width: 58px;
  height: 77px;
  margin: 0 auto;
  animation: arrow 2s infinite linear;
  /*匀速 循环*/
}

.arrows a {
  color: #fff;
}

@keyframes arrow {
  0% {
    transform: skewX(0);
  }
  10% {
    transform: skewX(-20deg);
  }
  /*17% {*/
  /*transform: skewX(15deg);*/
  /*}*/
  20% {
    transform: skewX(0);
  }
  24% {
    transform: skewX(0);
  }
  28% {
    transform: translateY(1px) skewX(-2deg);
  }
  32% {
    transform: translateY(0px) skewX(0);
  }
  36% {
    transform: translateY(1px) skewX(-2deg);
  }
  40% {
    transform: translateY(0px) skewX(0);
  }
  /*38% {*/
  /*transform: skewX(0deg);*/
  /*}*/
}

.top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

.sharing {
  background: url(../images/sharing.jpg) left top no-repeat;
  text-align: center;
}

.sharing .container>p {
  font-size: 45px;
  padding: 45px 0 30px;
}

.sharing .container>span {
  font-size: 30px;
  display: block;
}

.sharing_content {
  margin-top: 70px;
}

.sharing_content>img {
  width: 421px;
  height: 581px;
  float: left;
}

.sharing_content_r {
  float: right;
  width: 525px;
}

.sharing_content_r ul {
  float: left;
}

.sharing_content_r ul li {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.08);
  width: 226px;
  padding: 55px 0;
  margin-bottom: 44px;
}

.sharing_content_r ul li img {
  width: 59px;
  height: 63px;
  margin: 0 auto;
  display: block;
}

.sharing_content_r ul li span {
  display: block;
  width: 100%;
  color: #2F2F2F;
  font-size: 20px;
  margin: 14px 0;
  font-weight: bold;
}

.sharing_content_r ul li p {
  color: #736E6E;
  font-size: 16px;
}

.sharing_content_r ul:nth-child(1) {
  margin-right: 70px;
  margin-top: 94px;
}

.harvest {
  height: 450px;
  position: relative;
  margin: 50px 0;
}

/*.harvest .harvest_circle img{
width: 100%;
}*/

.slide3_img div p {
  font-size: 16px;
}

.slide3_img {
  width: 100%;
  display: flex;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  /*justify-content: space-evenly;*/
  position: absolute;
  top: 50%;
}

.slide3_img div {
  position: relative;
  z-index: 99;
  padding: 0 3.5%;
  width: 12.1%;
  box-sizing: border-box;
  text-align: center;
  font-size: 11px;
}

.slide3_img div img {
  width: 100%;
}

.slide3_img div:nth-child(1) {
  top: -50px;
}

.slide3_img div:nth-child(2) {
  top: -85px;
}

.slide3_img div:nth-child(3) {
  top: -20px;
}

.slide3_img div:nth-child(4) {
  top: -85px;
}

.slide3_img div:nth-child(5) {
  top: 5px;
}

.slide3_img div:nth-child(6) {
  top: -35px;
}

.slide3_img div:nth-child(7) {
  top: -80px;
}

.harvest>p {
  font-size: 45px;
  text-align: center;
}

.harvest>p span {
  color: rgb(67, 116, 251)
}

.harvest>p a {
  color: rgb(113, 84, 252)
}

.harvest_button {
  display: block;
  background: linear-gradient(-90deg, rgba(98, 98, 246, 1), rgba(72, 122, 247, 1));
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 8px 0;
  width: 180px;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  bottom:0px;
  left: 50%;
  margin-left: -90px;
  text-align: center;
}

.harvest_button:hover {
  box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.32);
}

.circle {
  position: relative;
  display: flex;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  align-items: center;
  justify-content: center;
}

.circle .content {
  position: absolute;
}

.circle .content .tit {
  background: linear-gradient(268deg, #5a7bef, #4149ef);
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 15px;
  display: inline-block;
}

.circle .content .dateils {
  font-size: 16px;
  line-height: 25px;
  padding-left: 5px;
  color: #444;
}

.circle .content1 {
  top: 17%;
  left: 62%;
}

.circle .content1 {
  top: 17%;
  left: 62%;
}

.circle .content2 {
  top: 50%;
  left: 65%;
}

.circle .content3 {
  bottom: 12%;
  left: 50%;
  margin-left: -190px;
  text-align: center;
}

.circle .content4 {
  top: 50%;
  right: 64%;
}

.circle .content5 {
  top: 17%;
  right: 62%;
}

.circleobg {
  width: 562px;
  /*margin: 0 auto;*/
  background: url(../images/slide5.png) 50% no-repeat;
  text-align: center;
  background-size: 52%;
}

.circleobg img {
  width: 70%;
  animation: circle 2s infinite linear;
  /*匀速 循环*/
}

@keyframes circle {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.slide6 {
  text-align: center;
  font-size: 45px;
}

.slide6 p {
  margin-bottom: 20px;
}

.slide6 .content {
  padding-top: 90px;
  display: flex;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  justify-content: space-evenly;
}

.slide6 .tradition {
  width: 50%;
  display: flex;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  align-items: center;
  /*justify-content: flex-end;*/
  padding-right: 15px;
  position: relative;
}

.slide6 .tradition .data {
  box-shadow: 0 0 8px #eee;
  padding: 22px 30px;
  width: 330px;
  position: absolute;
  top: 0;
  background: url(../images/head.png) #fff no-repeat;
  background-size: 100% !important;
}

.slide6 .sharingTalents {
  width: 50%;
  display: flex;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  align-items: center;
  padding-left: 15px;
  position: relative;
}

.slide6 .sharingTalents .data {
  background: url(../images/head1.png) #fff no-repeat;
  background-size: 100%;
}

.slide6 .tradition .data:first-child {
  right: 285px;
  transform-origin: 100% 0 0;
  animation: tradition 1.5s;
  height: 500px;
  margin-top: 20px;
}

.slide6 .tradition .data:nth-child(2) {
  right: 15px;
  height: 560px;
  transform-origin: 100% 0 0;
  animation: tradition1 1.5s;
}

.slide6 .sharingTalents .data {
  width: 330px;
}

.slide6 .sharingTalents .sharingTalents1 {
  left: 15px;
  height: 560px;
  transform-origin: 100% 0 0;
  animation: sharingTalents1 1.5s;
}

.slide6 .sharingTalents .sharingTalents2 {
  left: 285px;
  height: 500px;
  margin-top: 20px;
  transform-origin: 100% 0 0;
  animation: sharingTalents 1.5s;
}

.slide6 .line {
  border-bottom: 1px solid #a8a8a8;
}

.slide6 .data p {
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 10px;
  /*white-space: nowrap;*/
}

.slide6 .tit {
  height: 170px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}

.h20 {
  height: 15px;
}

.slide6 .data {
  box-shadow: 0 0 8px #eee;
  padding: 22px 30px;
  width: 230px;
  position: absolute;
  top: 0;
}

.slide7 {
  background: url(../images/slide7.png) center right no-repeat;
  background-size: 45%;
}
.slide7_text{
    width: 55%;justify-content: start; margin-top: 16%; 
    display: flex;
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    flex-direction: column;
    align-items: center;
}
.slide7 h1 {
  font-size: 60px;
  margin: 30px 0;
}

.slide7 h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
}

.slide7 .content {
  background: url(../images/slide7iPhone.png) center center no-repeat;
  flex-grow: 1;
  background-size: auto 78%;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.slide7 .data {
  width: 20%;
  background: #fff;
  box-shadow: 0 0 10px #eee;
  border-radius: 10px;
  padding: 14px;
  margin: 7px;
  white-space: nowrap;
}

.slide7 .data:nth-child(1) p {
  color: #fff;
}

.slide7 .data:first-child {
  background: linear-gradient(90deg, rgba(69, 79, 240, 1), rgba(89, 109, 247, 1));
  color: #fff;
}

.slide7 .data img {
  width: 60%;
  margin-bottom: 6px;
}

.slide8 {
  background: url(../images/slide8.png) top #FFFFFF no-repeat;
  background-size: 45%;
  background-position-x: 12%;
  background-size: 60%;
  padding: 0 12%;
}

.slide8 h2 {
  font-size: 45px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: normal;
}

.slide8 {
  padding: 6% 17% 12%;
  text-align: center;
}

.slide8 .video {
  background-size: cover;
  border-radius: 0 10px 10px 0;
  width: 50%;
}

.slide8 .content {
  background: #F3F5FF ;
  border-radius: 10px;
  width: 100%;
  height: 745px;
  overflow: hidden;
}

.slide8 .data {
  width: 50%;
  color: #657788;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slide8 .data .details {
  padding-bottom: 2%;
}

.slide8 .data .details h3 {
  font-size: 34px;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #333333;
}

.slide8 .data .details p {
  font-size: 18px;
  line-height: 40px;
  color: #333 !important;
}

.videoRight video {
  float: right;
}

.bottom {
  background: url(../images/footer_bg1.3898ffe.jpg) top no-repeat;
  z-index: 1;
  background-size: auto 63%;
  color: #fff
}


.bottom .content {
  background: url(../images/shape1.png) bottom no-repeat;
  background-size: 140% 50%;
  /*#505ff4*/
  height: 100%;
  padding: 20px 100px 0
}

.bottom .iphone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 22%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.iphone {
  padding-bottom: 40px;
}

.bottom .center,
.bottom .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around
}

.bottom .center {
  position: relative;
  height: 98%;
  width: 100%
}

.bottom .iphone {
  width: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.bottom .iphone,
.bottom .link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.bottom .link {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-align: left;
  margin-bottom: -5px
}

.bottom .link .logo {
  margin: 0 auto;
  height: auto;
  width: 280px;
  /*margin-bottom: 20px*/
}

.bottom .link .logo1 {
  margin: 0 auto;
  height: auto;
  width: 300px;
  margin-bottom: 30px;
}

.bottom .link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.bottom .link ul li {
  padding-right: 40px
}

.bottom .link ul img {
  width: 120px
}

.bottom .link ul li p {
  color: #fff;
}



.iphone p {
  padding-top: 12px;
  font-size: 28px;
  color: #fff;
  text-align: center
}

.iphone img {
  width: 100%
}


.f6 {
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  color: #fff;
}

.app {
  padding-top: 8px;
  text-align: center;
}

.app p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

.app img {
  margin: 5px 20px;
}


.bottom .link ul li:nth-child(4n) {
  padding-right: 0;
}
.icon img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.mask {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 28%;
  background: #fff;
  z-index: 1;
  -webkit-animation: mask 2s;
  /*匀速 循环*/
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  /* Safari 和 Chrome */
}

@keyframes mask {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}

@-webkit-keyframes mask {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}

@-o-keyframes mask {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}

@-moz-keyframes mask {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}
  .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .slide4 {
  position: relative;
  text-align: center;
      height: 600px;

      overflow-x: hidden;

  background: url(../images/slider4.jpg);
}

.slide4 .title {
  font-size: 45px;
  color: #000;
  line-height: 36px;
}
.slide4 .content{
  width: 80%;
 position: absolute;
 right: 0;
 top: 30%;
   padding: 20px 0;
   background: none;
}
.slide4 .workplace{
  width: 20%;
  border-radius: 50px 0 0 0;
  box-shadow: 0 0 10px #e9e9e9;
  width: 100%;;
  padding: 20px 15px;
  height: 276px;
  display: flex;
  justify-content: space-between;
      flex-direction: column;
    -webkit-box-pack: justify;
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.slide4 img {
  width: 58px;
  vertical-align: middle;
}
.slide4 h4{
    font-size: 20px;
    text-align: left;
    font-weight: normal ;
}
.slide4 p{font-size: 16px;
line-height: 30px
}
.slide4 .swiper-wrapper{
  padding: 20px 10px;
}
.slide4 .swiper-slide{
  background: none;
}
.workplace{
  background-size: 70px 57px !important;
  background-position: top 10px right 40px!important;
}
#integrity .swiper-slide-active{
     background-color: #603de1!important;
      border-radius: 50px 0 0 0;
}
#integrity .swiper-slide-active h4{
  color: #fff;
}
#integrity .swiper-slide-active p{
  color: #fff;
}
 .connect{
    position: relative;
    width: 0;
    left: -40px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    top: -100%;
    height: 100%;
    z-index: 1;
  }
  .connect img{
    position: relative;
    width: 50px !important;
    vertical-align: middle;
  }