@import url(./big.css);
* {
  font-family: PingFang SC;
}
.serviceContent {
  width: 1100px;
  height: 500px;
  padding-top: 80px!important;
  box-sizing: border-box;
  margin: auto;
}
.serviceContent h1 {
  text-align: left;
  width: 136px;
}
.serviceContent .content {
  width: 1004px;
  box-sizing: border-box;
}
.serviceContent .content h1 {
  margin-bottom: 36px !important;
  box-sizing: border-box;
}
.serviceContent .content p {
  width: 512px;
  font-size: 16px;
  line-height: 32px;
  margin: unset !important;
  margin-bottom: 5px !important;
}
.serviceContent .content img {
  width: 420px;
  height: 320px;
}
.function {
  height: 640px;
  padding-top: 36px;
  width: 1000px;
}
.function > p {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  margin: 36px 0 !important;
}
.function .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.function .content > li {
  width: 184px;
  height: 368px;
  background: #fff;
  border-radius: 2px;
  padding: 20px 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.function .content > li > p {
  margin: 20px 0 !important;
}
.function .content > li img {
  width: 64px;
  height: 64px;
}
.function .content > li span {
  color: #777D8C;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.function .content > li span::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: url(../img/business/diamond.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 7px;
}
.orientation {
  width: 1000px;
  height: 585px;
  padding: 88px 0 !important;
  box-sizing: border-box;
}
.orientation .content {
  width: 100%;
  background: unset;
  box-sizing: border-box;
  margin-top: 55px !important;
  height: 300px;
}
.orientation .content > div {
  box-shadow: -2px 2px 8px 8px #F4F8FF;
  border-radius: 2px;
  width: 480px;
  height: 300px;
  height: 100%;
  padding-left: 20px !important;
  box-sizing: border-box;
}
.orientation .content .contentText {
  display: flex;
  justify-content: space-between;
}
.orientation .content .contentText:first-child {
  margin-right: 40px !important;
}
.orientation .content .contentText > div {
  margin-top: 50px;
  text-align: left;
  color: #333333;
}
.orientation .content .contentText > div > p {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
.orientation .content .contentText > div > span {
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.orientation .content .contentText > div > span::before {
  content: '';
  display: block;
  background: #333333;
  width: 5.5px;
  height: 5.5px;
  border-radius: 50%;
  margin: 0 10px;
}
.orientation .content .contentText > div > span.before::before {
  background: unset;
}
.orientation .content .contentText img {
  width: 174px;
  height: 174px;
  align-self: flex-end;
}
.scene .information {
  width: 1000px;
  height: 630px !important;
  box-sizing: border-box;
  padding: unset !important;
  padding-top: 36px !important;
  margin-bottom: 88px;
}
.scene .information .uk-scene {
  width: 100%;
  margin-top: 34px !important;
  margin-bottom: 42px !important;
  border-bottom: unset !important;
  display: flex;
  justify-content: center;
}
.scene .information .uk-scene li {
  font-size: 24px;
  line-height: 48px;
  color: #666666;
  width: 154px;
  margin-right: 20px;
  cursor: pointer;
}
.scene .information .sceneApp {
  height: 408px;
  width: 100%;
}
.scene .information .sceneApp .systemIntegration {
  height: 100%;
  width: 100%;
}
.scene .information .sceneApp .sceneAppNavRight {
  width: 600px;
}
.scene .information .sceneApp .sceneAppNavRight img {
  width: 600px;
  height: 410px;
}
.scene .information .sceneApp .sceneAppNavLeft {
  width: 400px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.scene .information .sceneApp .sceneAppNavLeft .privateText {
  width: 290px;
  height: 100%;
}
.scene .information .sceneApp .sceneAppNavLeft .privateText img {
  width: 290px;
  height: 100px;
}
.scene .information .sceneApp .sceneAppNavLeft .privateText div {
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  width: 100%;
  margin-top: 20px !important;
  margin-bottom: 32px !important;
}
.scene .information .sceneApp .sceneAppNavLeft .privateText span {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 8px;
  display: block;
}
