@import url(./operation.css);
* {
  font-family: PingFang SC;
}
.section .uk-panel {
  position: relative;
}
.section .uk-panel .uk-slideshow {
  position: absolute;
  left: 174px;
}
.section .uk-slideshow-items {
  width: 560px;
  height: 224px;
  min-height: 224px !important;
}
.section .uk-dotnav {
  margin-left: 0px !important;
  margin-top: 25px;
}
.section .uk-align-left {
  margin-right: 0;
}
.section .uk-align-left > b {
  font-weight: 600;
  font-size: 56px;
  line-height: 56px;
  color: #0C235B;
}
.section .uk-align-left > p {
  font-size: 16px;
  line-height: 32px;
  color: #0C235B !important;
  margin-top: 24px !important;
  margin-bottom: 48px !important;
}
.section .uk-align-left .free {
  width: 112px;
  height: 44px;
  line-height: 44px;
  background: linear-gradient(90deg, #00E0FF 0%, #00E0FF 14.99%, #0788FF 100%);
  border-radius: 2px;
  text-align: center;
  position: relative;
  font-size: 18px;
}
.section .uk-align-left .free a {
  position: relative;
  z-index: 5;
}
.section .uk-align-left .free:hover::before {
  width: 100%;
}
.section .uk-align-left .free::before {
  content: '';
  display: block;
  position: absolute;
  background: #008BF0;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  transition: width 0.5s;
  z-index: 2;
}
.section .uk-align-left > div {
  display: flex;
}
.section .uk-align-left .details {
  width: 112px;
  height: 42px;
  line-height: 44px;
  border: 1px solid #008BF0;
  border-radius: 2px;
  text-align: center;
  margin-left: 32px !important;
}
.section .uk-align-left .details a {
  font-size: 18px;
  line-height: 28px;
  color: #008BF0 !important;
}
.mation .information .uk-align-center::after {
  background: #008BF0 !important;
}
.mation .mation .uk-slideshow-items .systemIntegration {
  margin: auto;
  box-sizing: border-box;
}
.mation .information {
  height: 1038px;
  padding-top: 64px;
  width: 1200px;
  margin: 0 auto;
  position: relative !important;
  padding-top: 88px !important;
  box-sizing: border-box;
}
.mation .information h1 {
  color: #333333;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 42px;
}
.mation .information .uk-dotTab {
  width: 100%;
  padding: 0 20px !important;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.mation .information .uk-dotTab li {
  width: 290px !important;
  height: 218px !important;
  cursor: pointer;
  position: relative;
}
.mation .information .uk-dotTab li img {
  width: 120px;
  height: 130px;
}
.mation .information .uk-dotTab li p {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  margin-top: 20px !important;
}
.mation .information .uk-dotTab li:hover::before {
  width: 100%;
}
.mation .information .uk-dotTab li:hover p {
  color: #008BF0;
}
.mation .information .uk-dotTab li::before {
  content: '';
  display: block;
  position: absolute;
  background: #008BF0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  margin: auto;
  height: 4px;
  transition: all 0.4s;
  z-index: 2;
}
.mation .information .tab {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: auto;
}
.mation .information .uk-slideshow-items {
  width: 100%;
  height: 640px;
  min-height: 640px !important;
  margin: 0 auto;
}
.mation .information .uk-slideshow-items .systemIntegration {
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -20px 25px #FFFFFF, inset 0px 4px 30px rgba(155, 168, 191, 0.2);
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 {
  position: absolute;
  display: flex;
  width: 100%;
  height: 500px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateImg {
  width: 600px;
  height: 500px;
  box-sizing: border-box;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateImg img {
  width: 100%;
  height: 100%;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText {
  width: 600px;
  height: 500px;
  align-items: center;
  text-align: left;
  padding-top: 64px;
  margin: 0px !important;
  box-sizing: border-box;
  cursor: pointer;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p {
  color: #333333 !important;
  font-size: 20px;
  line-height: 32px;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p.big {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #333333;
  margin: 0  !important;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p.line {
  position: relative;
  margin-top: 8px!important;
  margin-bottom: 48px!important;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p.line span {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #008BF0;
  position: relative;
  width: 54px;
  height: 32px;
  text-align: center;
  display: block;
  margin-left: 34px;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p.line span::after {
  content: '';
  display: block;
  position: absolute;
  width: 64px;
  height: 2px;
  right: -75px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #008BF0;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p.line span::before {
  content: '';
  display: block;
  position: absolute;
  left: -34px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  background: #008BF0;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p.circular {
  width: 40px;
  height: 40px;
  border: 1px solid #409EFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px !important;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p.circular:hover {
  background: #409EFF;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p.circular:hover img {
  filter: brightness(500) grayscale(381%) contrast(5.5);
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText p.circular img {
  width: 20px;
  height: 20px;
}
.mation .information .uk-slideshow-items .systemIntegration .uk-width-2-1 .privateText > span {
  font-size: 16px;
  line-height: 32px;
  color: #777D8C;
  margin-top: 20px;
  display: block;
}
.mation .privateText .uk-width-1-1 p:nth-of-type(1) {
  color: #409EFF;
  font-style: italic;
  font-weight: bold;
  font-size: 64px;
  line-height: 87px;
  font-family: Noto Sans;
}
.mation .privateText .uk-width-1-1 p:nth-of-type(2) {
  color: #333333;
  font-size: 24px;
  line-height: 28px;
}
.mation .privateText .uk-width-1-1 p:nth-of-type(3) {
  width: 227px;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.programme {
  height: 1060px;
  width: 1200px;
  margin: 0 auto;
  padding: 88px 0 !important;
  box-sizing: border-box;
}
.programme h1 {
  color: #333333;
}
.programme .expand {
  width: 100%;
  height: 792px;
}
.programme .expand .expandLeft {
  width: 376px;
  height: 100%;
}
.programme .expand .expandLeft > div {
  width: 376px;
  height: 240px;
  margin-top: 36px;
  padding: 32px 36px;
  box-sizing: border-box;
  cursor: pointer;
}
.programme .expand .expandLeft > div p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}
.programme .expand .expandLeft > div span {
  font-size: 16px;
  line-height: 32px;
  color: #777D8C !important;
}
.programme .expand .expandLeft > div:hover {
  background: url(../img/index/hover.png) no-repeat center center;
  box-shadow: -6px -8px 14px rgba(248, 250, 255, 0.25), 6px 8px 20px rgba(0, 53, 91, 0.13);
  background-size: 100% 100%;
  border-radius: 4px;
}
.programme .expand .expandRight .uk-width-1-2:nth-of-type(n + 3) {
  margin-top: 35px !important;
}
.programme .expand .expandRight .uk-card {
  width: 376px;
  height: 240px;
  padding: 32px 36px;
  box-sizing: border-box;
  cursor: pointer;
}
.programme .expand .expandRight .uk-card p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}
.programme .expand .expandRight .uk-card span {
  font-size: 16px;
  line-height: 32px;
  color: #777D8C;
}
.programme .expand .expandRight .uk-card:hover {
  background: url(../img/index/hover.png) no-repeat center center;
  box-shadow: -6px -8px 14px rgba(248, 250, 255, 0.25), 6px 8px 20px rgba(0, 53, 91, 0.13);
  background-size: 100% 100%;
  border-radius: 4px;
}
.customer {
  margin: 0;
  margin-top: 88px;
}
.honor {
  height: 782px;
  width: 1200px;
  margin: 0 auto !important;
  padding-top: 104px !important;
  box-sizing: border-box;
}
.honor .honorBox {
  padding-top: 36px !important;
  height: 586px;
  box-sizing: border-box;
}
.honor .honorBox .honorTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.honor .honorBox .honorTop li {
  width: 240px;
  height: 220px;
}
.honor .honorBox .honorTop li img {
  width: 100%;
  height: 160px;
}
.honor .honorBox .honorTop li p {
  font-size: 16px;
  line-height: 24px;
  color: #777D8C;
  margin-top: 12px !important;
}
.honor .honorBox .honorTop li.float {
  position: relative;
}
.honor .honorBox .honorTop li.float > div {
  position: absolute;
  top: 36px;
}
.honor .honorBottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.honor .honorBottom li {
  width: 215px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.honor .honorBottom li:nth-of-type(4) {
  width: 240px;
  height: 220px;
}
.honor .honorBottom li:nth-of-type(4) img {
  width: 240px;
  height: 160px;
}
.honor .honorBottom li img {
  width: 180px;
  height: 220px;
}
.honor .honorBottom li p {
  font-size: 16px;
  line-height: 24px;
  color: #777D8C;
  margin-top: 12px !important;
  text-align: center;
}
.honor .honorBottom li.float {
  position: relative;
}
.honor .honorBottom li.float > div {
  position: absolute;
  top: 24px;
}
.honor .honorBottom li.top {
  padding-top: 28px !important;
  box-sizing: border-box;
}
.uk-active::before {
  width: 100% !important;
}
.uk-active p {
  color: #008BF0 !important;
}
