* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}

body, html {
  width: 100%;
  height: 100%;
}

#app {
  overflow-x: hidden;
}

.nav {
  width: 100%;
  height: 65px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(35, 73, 122, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .navContain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
}
.nav .navContain .navLeft {
  width: 168px;
  height: 46px;
}
.nav .navContain .navLeft img {
  width: 100%;
  height: 100%;
}
.nav .navContain .navRight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav .navContain .navRight a {
  display: block;
  text-decoration: none;
}
.nav .navContain .navRight a .navItem {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 31px;
  color: #000000;
  margin-left: 84px;
}
.nav .navContain .navRight a .active {
  color: #495AFF;
}
.nav .navContain .navRight a .navItem:hover {
  color: #495AFF;
}

.footer {
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #21282D;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 16px;
}
.footer span {
  padding: 0 15px;
  font-size: 16px;
  font-family: Source Han Sans CN;
}

.client {
  width: 100%;
}
.clientHeader {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientHeader-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 100%;
  margin-right: 160px;
  cursor: pointer;
}
.clientHeader-child img {
  width: 22px;
  height: 22px;
}
.clientHeader-child span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 31px;
  color: #000000;
  margin-left: 6px;
}
.clientHeader-child:last-child {
  margin-right: 0;
}
.clientHeader .active span {
  font-weight: bold;
  color: #495AFF;
}
.clientHeader-child:hover span {
  font-weight: bold;
  color: #495AFF;
}
.clientContain {
  width: 100%;
  height: 840px;
  background-color: #F4F7F9;
  padding-top: 47px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.clientContain-center {
  width: 461px;
  height: 752px;
  position: relative;
  background-image: url(../image/show1.png);
  background-size: 100% 100%;
}
.clientContain-center .clientContain-bg {
  width: 100%;
  height: 100%;
}
.clientContain-center .clientContain-bg img {
  width: 100%;
  height: 100%;
}
.clientContain-center .clientContain-introduce {
  position: absolute;
  top: 104px;
  z-index: 9;
}
.clientContain-center .clientContain-introduce .clientIntroduce-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.clientContain-center .clientContain-introduce .clientIntroduce-title h3 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 41px;
  color: #1B215D;
}
.clientContain-center .clientContain-introduce .clientIntroduce-title img {
  display: block;
  width: 120.2px;
  height: 12px;
  margin-left: 8px;
}
.clientContain-center .clientContain-introduce p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin-top: 11px;
}
.clientContain-center .clientContain-introduce:nth-child(1) {
  left: -136px;
}
.clientContain-center .clientContain-introduce:nth-child(1) .clientIntroduce-title h3 {
  animation-delay: 600ms;
  animation-duration: 500ms;
}
.clientContain-center .clientContain-introduce:nth-child(1) .clientIntroduce-title img {
  animation-delay: 100ms;
  animation-duration: 500ms;
}
.clientContain-center .clientContain-introduce:nth-child(1) p {
  animation-delay: 600ms;
  animation-duration: 500ms;
}
.clientContain-center .clientContain-introduce:nth-child(2) {
  top: 352px;
  left: -168px;
}
.clientContain-center .clientContain-introduce:nth-child(2) .clientIntroduce-title h3 {
  animation-delay: 1600ms;
  animation-duration: 500ms;
}
.clientContain-center .clientContain-introduce:nth-child(2) .clientIntroduce-title img {
  width: 168px;
  animation-delay: 1100ms;
  animation-duration: 500ms;
}
.clientContain-center .clientContain-introduce:nth-child(2) p {
  width: 203px;
  animation-delay: 1600ms;
  animation-duration: 500ms;
}
.clientContain-center .clientContain-introduce:nth-child(3) {
  top: 260px;
  right: -338px;
  width: 404px;
}
.clientContain-center .clientContain-introduce:nth-child(3) .clientIntroduce-title h3 {
  animation-delay: 2100ms;
  animation-duration: 500ms;
}
.clientContain-center .clientContain-introduce:nth-child(3) .clientIntroduce-title img {
  width: 168px;
  margin-right: 8px;
  margin-left: 0;
  animation-delay: 2100ms;
  animation-duration: 500ms;
}
.clientContain-center .clientContain-introduce:nth-child(3) p {
  width: 226px;
  float: right;
  animation-delay: 2600ms;
  animation-duration: 500ms;
}

.section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sectionContain .sectionChild {
  animation-duration: 500ms;
  display: flex;
  justify-content: space-between;
}
.sectionContain .sectionChild-content {
  width: 492px;
  margin-left: 36px;
}
.sectionContain .sectionChild-content h3 {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  margin: 173px 0 36px;
  color: #1B215D;
  line-height: 28px;
}
.sectionContain .sectionChild-content p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #5E6577;
  margin-bottom: 28px;
}
.sectionContain .sectionChild-content p:last-child {
  margin-bottom: 0;
}
.sectionContain .sectionChild-img {
  width: 688px;
  height: 528px;
}
.sectionContain .sectionChild-img img {
  width: 100%;
  height: 100%;
}
.sectionContain .sectionChild:nth-child(1) {
  margin: -45px 0 81px;
}
.sectionContain .sectionChild:last-child {
  margin-bottom: 191px;
}
.sectionContain .sectionChild:last-child .sectionChild-content h3 {
  margin: 199px 0 36px;
}

.other {
  width: 100%;
  height: 840px;
  background: #F4F7F9;
  display: flex;
  justify-content: center;
}
.otherContain {
  width: 1200px;
}
.otherContain-title {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  padding: 80px 0 84px;
  color: #1B215D;
  text-align: center;
}
.otherContain-power {
  width: 1200px;
  height: 507px;
  background-image: url(../image/show4.png);
  background-size: 100% 100%;
  display: flex;
}
.otherContain-power .powerItem {
  width: 120px;
  height: 49px;
  background-image: url(../image/buttonBg.png);
  background-size: 100% 100%;
  padding-top: 12px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  margin: 4px 0 0 196px;
}
.otherContain-power .powerItem:nth-child(2) {
  margin: 0 0 0 228px;
}
.otherContain-power .powerItem:nth-child(3) {
  margin: 19px 0 0 233px;
}

.contain2 {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bigTitle {
  width: 100%;
  height: 500px;
  background: linear-gradient(204deg, #4967FF 0%, #495AFF 100%);
}
.bigTitle-contain {
  width: 1200px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.bigTitle-contain h3 {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  padding: 171px 0 36px 30px;
  color: #FFFFFF;
  margin: 0 auto;
  box-sizing: border-box;
}
.bigTitle-contain p {
  width: 564px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 28px;
  color: #FFFFFF;
  opacity: 0.8;
  padding-left: 30px;
  box-sizing: border-box;
}
.bigTitle-contain .appBg {
  position: absolute;
  top: 110px;
  right: -210px;
  width: 900px;
  height: 643px;
}
.bigTitle-contain .appBg img {
  width: 100%;
  height: 100%;
}

.appIntrodoce {
  width: 1200px;
  margin: 0 auto;
  height: 340px;
}
.appIntrodoce-left {
  display: inline-block;
  width: 142px;
  height: 142px;
  margin: 57px 0 0 4px;
  vertical-align: top;
}
.appIntrodoce-left img {
  width: 100%;
  height: 100%;
}
.appIntrodoce-right {
  display: inline-block;
  width: 470px;
  margin: 66px 0 0 8px;
  vertical-align: top;
}
.appIntrodoce-right h3 {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
}
.appIntrodoce-right p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 27px;
  color: #5E6577;
  margin-top: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.appIntrodoce-item {
  display: inline-block;
  width: 571px;
  height: 106px;
  z-index: 3;
  margin: 34px 0 0;
}
.appIntrodoce-item img {
  width: 100%;
  height: 100%;
}

.appOffice {
  width: 100%;
  background-color: #F4F7F9;
  padding-bottom: 61px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.appOffice .officeContain h3 {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 28px;
  padding: 70px 0 36px;
  color: #1B215D;
  text-align: center;
}
.appOffice .officeContain p {
  width: 732px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #5E6577;
  text-align: center;
  margin: 0 auto;
}
.appOffice .officeContain-img {
  width: 1130px;
  height: 510px;
  margin: 41px auto 0;
}
.appOffice .officeContain-img img {
  width: 100%;
  height: 100%;
}

.contain3 {
  display: none;
}
.contain3 .appBg {
  width: 1081px;
  height: 611px;
  right: -331px;
  top: 126px;
}
.contain3 .appOffice .officeContain-img {
  width: 1259px;
  height: 493px;
}

.contain {
  animation-duration: 500ms;
}

/*# sourceMappingURL=index.css.map */
