@charset 'utf-8';

/* css reset */
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0
}

img {
  border: 0;
  vertical-align: top
}

li {
  list-style: none
}

iframe {
  border: none
}

html {
  height: 100%;
  font-size: 16px
}

body {
  height: 100%;
  font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
  background: #fff;
}

a {
  color: #333;
  text-decoration: none
}

a:hover {
  color: #407dd5
}

.cf:after,
.cf:before {
  content: " ";
  display: table
}

.cf:after,
.clearfix:after {
  clear: both
}

.fl {
  float: left
}

.fr {
  float: right
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal
}

.f12 {
  font-size: 12px
}

.f14 {
  font-size: 14px
}

.f16 {
  font-size: 16px
}

.f18 {
  font-size: 18px
}

.f20 {
  font-size: 20px
}

.bold {
  font-weight: bold
}

.l16 {
  line-height: 16px
}

.l18 {
  line-height: 18px
}

.l20 {
  line-height: 20px
}

.l22 {
  line-height: 22px
}

.l24 {
  line-height: 24px
}

.l26 {
  line-height: 26px
}

.l28 {
  line-height: 28px
}

.l30 {
  line-height: 30px
}

.dis {
  display: block
}

.undis {
  display: none
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* css start */

.layout {
  width: 1200px;
  margin: 0 auto;
}

.layout:after {
  display: block;
  content: "";
  clear: both;
}

.layout-title {
  margin: 80px 0 60px;
  text-align: center;
}

.layout-title h2 {
  height: 42px;
  font-family: Microsoft YaHei;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #333;
}

.layout-title .sub-title {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-top: 24px;
}

.app-section {
  margin-bottom: 80px;
  overflow: hidden;
}

/* Topbar */
.app-topbar {
  background: #031022;
  height: 60px;
}

.app-topbar .app-logo {
  margin: 10px 0;
}

.topbar-menu-item {
  float: left;
  width: 64px;
  height: 60px;
  line-height: 60px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  color: #fff;
  text-align: center;
  position: relative;
}

.topbar-menu-item+.topbar-menu-item {
  margin-left: 88px;
}

.topbar-menu-item.active {
  color: #407dd5;
  font-weight: bold;
}

.topbar-menu-item.active::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #407dd5;
  left: 0;
  bottom: 0;
}

/* Banner */
.app-banner {
  height: 500px;
  background: #040d23;
  position: relative;
}

.banner-img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

/* Data Count */
.data-count-box {
  position: relative;
  z-index: 1;
  width: 1200px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-top: -48px;
  padding: 60px 0;
}

.data-count-box .data-item {
  float: left;
  height: 108px;
  width: 400px;
  text-align: center;
  position: relative;
}

.data-count-box .data-item strong {
  display: block;
  height: 72px;
  font-family: Arial;
  font-size: 64px;
  font-stretch: normal;
  line-height: 72px;
  color: #333;
}

.data-count-box .data-item span {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  color: #666;
  margin-top: 16px;
}

.data-count-box .data-item .count-num {
  font-style: normal;
}

.data-count-box .data-item::before {
  content: '';
  width: 2px;
  height: 96px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -48px;
  background: #f5f5f5;
}

.data-count-box .data-item:first-child::before {
  display: none;
}

/* About Us */
.about-us-desc {
  width: 1052px;
  margin: 0 auto;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}

/* Software Section */

.software-section {
  background-color: #ebf7f7;
  padding-bottom: 80px;
  margin-bottom: 0;
}

.software-group {
  float: left;
  width: 336px;
  height: 282px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 0 24px;
}

.software-group+.software-group {
  margin-left: 24px;
}

.software-group-title {
  height: 32px;
  line-height: 32px;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  color: #333333;
  padding: 24px 0;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 26px;
}

.software-list {
  margin: -8px;
}

.software-item {
  float: left;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  margin: 8px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  background-color: #f6f7f9;
  border-radius: 4px;
}

.software-item:hover {
  color: #fff;
  background: #407dd4;
}

/* Solution */
.solution-section {
  overflow: initial;
  margin-bottom: 0;
}

.solution-box {
  text-align: center;
}

.app-tabs {
  display: inline-block;
  margin-bottom: 60px;
  padding: 0 18px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.app-tabs .tab-item {
  float: left;
  height: 20px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 17px;
  position: relative;
  cursor: pointer;
}

.app-tabs .tab-item.active:after,
.app-tabs .tab-item:hover:after {
  content: '';
  background: #407dd5;
  width: 64px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -32px;
}

.tab-item+.tab-item {
  margin-left: 64px;
}

.solution-box .app-tabs {
  margin-bottom: 60px;
}

.solution-cards-box {
  position: relative;
  overflow: hidden;
  padding: 0 30px 30px;
}

.solution-cards-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 150px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  background: #fff url(../imgs/icon-arrow-1.png) no-repeat center center;
  z-index: 10;
}

.solution-cards-btn.btn-prev {
  left: 0;
}

.solution-cards-btn.btn-next {
  right: 0;
  transform: rotate(180deg);
}

.solution-cards-btn:hover {
  background: #407dd5 url(../imgs/icon-arrow-1-hover.png) no-repeat center center;
}

.solution-card {
  position: relative;
  width: 384px;
  height: 300px;
  background-color: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.solution-card+.solution-card {}

.solution-card-header {
  height: 180px;
  line-height: 180px;
  text-align: center;
  background: url(../imgs/solution.png) no-repeat;
  position: relative;
}

.solution-card-title {
  display: block;
  height: 100%;
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6)
}

.solution-card-footer {
  padding: 24px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: left;
}

/* Join Us */
.join-us-box {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.img-slide-box {
  width: 480px;
  padding-left: 64px;
  overflow: hidden;
}

.img-slide-box .slide-item {
  height: 300px;
}

.text-slide-box {
  width: 656px;
  overflow: hidden;
}

.text-slide-box p {
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  margin: 24px 0 0 104px;
}

.text-slide-box .slide-item {
  height: 300px;
}

.join-us-box .slide-btn {
  position: absolute;
  left: 648px;
  top: 216px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../imgs/icon-arrow-2.png) no-repeat;
  cursor: pointer;
  z-index: 10;
}

.join-us-box .slide-btn:hover {
  background: url(../imgs/icon-arrow-2-hover.png) no-repeat;
}

.join-us-box .slide-btn.btn-next {
  left: 708px;
  transform: rotate(180deg);
}

/* Footer */
.footer-container {
  background: #0b1131;
  color: #fff;
}

.footer-container .layout {
  padding: 60px 0;
}

.footer-container-logo {
  width: 180px;
}

.footer-container-logo .app-logo {
  display: block;
  width: 180px;
  height: 40px;
}

.footer-container-menu {
  margin: 0 40px;
  width: 740px;
}

.menu-box {
  float: left;
  width: 112px;
  margin-right: 16px;
}

.menu-box .menu-title {
  width: inherit;
  height: 24px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 24px;
}

.menu-box .menu-list {
  width: inherit;
}

.menu-box .menu-item {
  display: block;
  width: inherit;
  height: 20px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  color: #fff;
  margin-bottom: 16px;
}

.menu-box .menu-item:hover {
  text-decoration: underline;
}

.menu-box.w144 {
  margin: 0 40px;
  width: 144px;
}

.footer-container-phone {
  width: 194px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  color: #fff;
}

.icon-phone {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url('../imgs/phone.png') no-repeat;
  margin-top: -2px;
  margin-right: 5px;
}

.footer-copyright {
  background: #031022;
}

.footer-copyright .footer-copyright-text {
  text-align: center;
  height: 20px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  color: #fff;
  padding: 20px 0;
}