body,html{
  margin:0;
  padding:0;
  font-family: Microsoft Yahei;
  font-size: 14px;
  background-color: #FFFFFF;
}

a{
  color:#000;
  text-decoration: none;
}

@keyframes bounce{
  0% {
    transform: scale(1)
  }
  30%{
    transform: scale(0.5)
  }
  80%{
    transform: scale(1.5)
  }  
  100%{
    transform: scale(1)
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes shake {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }    
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes fadeInUpXs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUpXs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUpXs {
  -webkit-animation-name: fadeInUpXs;
  animation-name: fadeInUpXs
}

@-webkit-keyframes fadeInRightXs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRightXs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInRightXs {
  -webkit-animation-name: fadeInRightXs;
  animation-name: fadeInRightXs
}

@-webkit-keyframes bgSlideLeft {
  from {
    width: 836px
  }

  to {
    width: 861px
  }
}

@keyframes bgSlideLeft {
  from {
    width: 836px
  }

  to {
    width: 861px
  }
}

.bgSlideLeft {
  -webkit-animation-name: bgSlideLeft;
  animation-name: bgSlideLeft
}



.wrapper{
  min-width:1400px;
  overflow: hidden;
  color: #1F2126;
}
.wrap{
  width: 1400px;
  margin: 0 auto;
}
.head{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.head .fn{
  flex: 1;
  text-align: right;
}
.login-btn{
  display: inline-block;
  width: 100px;
  line-height: 40px;
  background: linear-gradient( 90deg, #0560FF 0%, #0391FF 100%);
  border-radius: 8px;
  text-align: center;
  color: #fff;
  transition: background 200ms linear;
}
.login-btn i{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url(../images/arrow-up-short.png) no-repeat 0 0;
  position: relative;
  left: 0px;
  transition: left 200ms linear;
}
.login-btn:hover{
  filter:brightness(1.1);
}
.login-btn:hover i{
  left: 4px;
}
.logo{
  background: url(../images/logo.png) no-repeat 0 0;
  width: 86px;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden; 
}
.section .ani-box{
  display: none;
}
.section.show .ani-box{
  display: block;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.section-head{
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  padding: 70px 0 20px;
}
.section-desc{
  text-align: center;
  font-size: 16px;
  color: #8A9099;
  line-height: 19px;
}
.section-body{
  position: relative;
  padding-top: 30px;
}
.section-foot{
  text-align: center;
  color: #B4C0D1;
  font-size: 14px;
}
.label-btn{
  display: inline-block;
  white-space: nowrap;
  line-height: 88px;
  background: linear-gradient( 94deg, #0561FF 0%, #039EFF 100%);
  border-radius: 16px;
  padding: 0 35px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  cursor: default;
  transition: filter 200ms linear;
}
.label-btn:hover{
  filter: brightness(1.1);
}
.feature-group{
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
.feature-group .tab-box{
  width: 220px;
  margin-right: 52px;
}
.feature-group .tab-box span, .feature-group .tab-box em{
  display: block;
  line-height: 72px;
  font-style: normal;
  text-align: center;
  margin-bottom: 32px;
  border-radius: 12px;
  box-sizing: border-box;
}

.feature-group .tab-box span{
  background: linear-gradient( 90deg, #F4FAFF 0%, #E6F0FF 100%);
  cursor: pointer;
  transition: background 200ms linear;
}

.feature-group .tab-box .active, .feature-group .tab-box span:hover{
  background: linear-gradient( 94deg, #0561FF 0%, #039EFF 100%);
  color: #fff;
}

.feature-group .tab-box em{
  background: #FFFFFF;
  border: 1px solid #F5F7FA;
  cursor: default;
}
.feature-group .tab-body-group {
  background: conic-gradient( from 89.36484140143807deg at 67.39704310894012% 4.461030662059784%, #F6FBFF 0%, #E0F7FD 29%, #EFFAEF 69%, #F8FCFF 100%);
  height: 458px;
  border-radius: 24px;  
  position: relative;
  flex: 1;
}
.feature-group .tab-body{
  display: flex;
  flex-direction: row;
  padding: 0 64px;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 100ms linear;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.feature-group .tab-body.show{
  opacity: 1;
}
.feature-group .tab-body .hd{
  width: 256px;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
}
.feature-group .tab-body .desc{
  font-size: 16px;
  color: #8A9099;
  line-height: 32px;
}
.feature-group .tab-body .photo{
  text-align: center;
  width: 496px;
}
.section.c01{
  background: url(../images/bg.jpg) no-repeat center center / 100% 100%;
  height: 948px;
}
.section.c02{
  height: 776px;
}
.section.c03{
  height: 860px;
  background-color: #F6FAFF;
}
.section.c04{
  height: 716px;
}
.section.c05{
  height: 665px;
  background-color: #F6FAFF;
}
.section.c06{
  height: 310px;
  background: url(../images/c06-bg.png) no-repeat center center  / 100% 100%;
  text-align: center;
}
.c03-pic{
  height: 559px;
  background: url(../images/c03-pic.png) no-repeat 0 0;
  margin-top: 20px;
}
.c04-pic{
  height: 364px;
  background: url(../images/c04-pic.png) no-repeat 0 0;
  margin: 40px 0 30px;
}
.c05 .label-btn{
  position: absolute;
}
.c05 .label-btn:nth-child(4n+1){
  left: 835px;
  top: 150px;
}
.c05 .label-btn:nth-child(4n+2){
  left: 1130px;
  top: 150px;
}
.c05 .label-btn:nth-child(4n+3){
  left: 795px;
  top: 260px;
}
.c05 .label-btn:nth-child(4n+4){
  left: 1010px;
  top: 260px;
}
.c05-pic{
  width: 823px;
  height: 435px;
  margin-left: -105px;
  background: url(../images/c05-pic.png) no-repeat 0 0;
}


.c06 p{
  font-weight: bold;
  font-size: 36px;
  line-height: 1.9;
  margin: 0;
}
.c06 p:first-child{
  padding-top: 85px;
}
.c06 p strong{
  color: #FF702C;
}
.container{
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 200px 0 100px;
}
.container .txt01{
  width: 317px;
  height: 85px;
  position: absolute;
  left: 500px;
  top: -170px;
  background: url(../images/txt01.png) no-repeat 0 0;
  z-index: 10;
}
.container .txt02{
  width: 302px;
  height: 85px;
  position: absolute;
  left: 140px;
  top: -30px;  
  background: url(../images/txt02.png) no-repeat 0 0;
  z-index: 10;
}
.container .txt03{
  width: 278px;
  height: 85px;
  position: absolute;
  left: 500px;
  top: 85px;  
  background: url(../images/txt03.png) no-repeat 0 0;
  z-index: 10;
}
.container .txt04{
  width: 151px;
  height: 85px;
  position: absolute;
  left: 90px;
  top: 120px;   
  background: url(../images/txt04.png) no-repeat 0 0;
  z-index: 10;
}
.container .photos{
  position: relative;
  flex: 1;
  height: 100%;
  position: relative;
}
.container .photos .pic01{
  position: absolute;
  top: 50%;
  margin-top: -120px;
  right: 120px;
  z-index: 10;
  width: 622px;
  height: 480px;
  background: url(../images/photo01.png) no-repeat 0 0;
}
.container .photos .pic02{
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -380px;
  right: -400px;
  width: 1061px;
  height: 696px;
  background: url(../images/photo02.png) no-repeat 0 0;
}
.container .name{
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 30px;
}
.container .desc{
  font-size: 28px;
}
.container .name em{
  display: inline-block;
  vertical-align: top;
  width: 54px;
  line-height: 28px;
  background: linear-gradient( 90deg, #0560FF 0%, #0391FF 100%);
  border-radius: 8px 8px 8px 0px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  margin-left: 8px;
}

.download-btn{
  width: 256px;
  line-height: 80px;
  color: #FFF;
  background: linear-gradient( 90deg, #0560FF 0%, #0391FF 100%);
  border-radius: 12px;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 90px 0;
  transtion: all 200ms linear;
}
.download-btn:hover{
  filter:brightness(1.1);
}
.download-btn:hover i{
  animation: bounce 500ms linear 0s forwards;
}
.download-btn i{
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  width: 24px;
  height: 26px;
  background: url(../images/icon-window.png) no-repeat 0 0;
}
.foot{
  font-size: 12px;
  color: #8A9099;
  text-align: center;
  padding: 12px 0;
  min-width: 1400px;
  line-height: 24px;
}
.foot p{
  margin: 0;
}
.foot .f-link{
  margin: 0 18px;
  color: #8A9099;
}
.foot .f-link:hover{
  text-decoration: underline;
}
.foot .icon-web-record{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 6px;
  background: url(../images/icon-web-record.png) no-repeat 0 0;
}

/*
body{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content:center;
  background: url(../images/bg.jpg) no-repeat center center / 100% 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100%{
    opacity: 1;
    transform:  translateY(0);
  }
}


@keyframes slideFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
.light{
  position: absolute;
  right: 0;
  top: 0;
  width: 988px;
  height: 734px;
  transform-origin: top right;
  background: url(../images/light.png) no-repeat 0 0 / 100% 100%;
  animation: slideFromRight 500ms linear forwards;
}


.head{
  padding: 24px 0;
}




*/


