@charset "UTF-8";
.part1 {
  width: 100%;
  height: auto;
  min-height: 340px;
  background-image: url("../images/index/banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 100%;
  padding-top: 111px;
}
.part1 .nav-con {
  height: 61px;
  line-height: 61px;
  max-width: 1200px;
}
.part1 .nav-con .logo {
  width: 70px;
  height: 97px;
}
.part1 .nav-con .nav-box {
  display: inline-table;
  height: 61px;
}
.part1 .nav-con .nav-box a {
  display: inline-block;
  width: 127px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}
.part1 .nav-con .nav-box a:nth-child(1) {
  margin-left: 60px;
}
.part1 .nav-con .nav-box a:not(.no-active):hover {
  color: var(--main-color);
  background-color: #fff;
}
.part1 .nav-con .nav-box a.active {
  color: var(--main-color);
  background-color: #fff;
}

.part2 {
  width: 100%;
  height: 655px;
  position: relative;
  background-color: #fff;
}
.part2 .part2-top {
  height: 462px;
  padding-top: 46px;
}
.part2 .part2-top .company-info {
  width: 554px;
}
.part2 .part2-top .company-info .company-name {
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0d58b7;
  position: relative;
}
.part2 .part2-top .company-info .company-name::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  height: 4px;
  width: 47px;
  background: #0d58b7;
}
.part2 .part2-top .company-info .desc {
  text-indent: 32px;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  word-break: break-all;
}
.part2 .part2-top .company-info .desc:nth-child(2) {
  margin-top: 60px;
}
.part2 .part2-top .company-info .desc:nth-child(3) {
  margin-top: 32px;
}
.part2 .part2-top .company-info .more-info {
  display: inline-block;
  width: 159px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #FFFFFF;
  border: 1px solid #0D58B7;
  border-radius: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0D58B7;
  margin-top: 38px;
  cursor: pointer;
}
.part2 .part2-top .company-info-img {
  margin-left: 40px;
}
.part2 .part2-top .company-info-img img {
  width: 590px;
  height: 332px;
}
.part2 .part2-bottom {
  height: 192px;
  padding-bottom: 40px;
  display: table;
}
.part2 .part2-bottom li {
  width: 300px;
  padding: 30px 0 30px 16px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}
.part2 .part2-bottom li:nth-child(n+2) {
  border-left: none;
}
.part2 .part2-bottom li.active {
  background: #0D58B7;
}
.part2 .part2-bottom li img {
  width: 85px;
  height: 92px;
  float: left;
}
.part2 .part2-bottom li .left-text {
  width: 196px;
  padding: 24px 18px;
  float: left;
}
.part2 .part2-bottom li .left-text .strong-text {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}
.part2 .part2-bottom li .left-text .fine-text {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A0A0A0;
}
.part2 .fixed-box {
  width: 100px;
  height: 244px;
  position: absolute;
  right: 0;
  top: calc((100% - 244px) / 2);
  background-color: #fff;
  z-index: 10;
}
.part2 .fixed-box .fixed-item {
  height: 80px;
  background: #0D58B7;
  border-radius: 6px 0px 0px 6px;
  text-align: center;
  padding: 14px 0 18px;
}
.part2 .fixed-box .fixed-item:nth-child(n+2) {
  margin-top: 2px;
}
.part2 .fixed-box .fixed-item span {
  margin-top: 4px;
  display: block;
  height: 16px;
  line-height: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part2 .code-box {
  display: none;
  width: 158px;
  height: 159px;
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  transition: right 3s;
  top: calc((100% - 244px) / 2);
  background-color: #fff;
}
.part2 .code-box .code-inner-box {
  position: relative;
  padding: 4px 3px 5px;
}
.part2 .code-box .code-inner-box::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -15px;
  border: 8px solid;
  border-color: transparent transparent transparent #fff;
  z-index: 11;
}
.part2 .code-box .code-inner-box img {
  width: 150px;
  height: 152px;
}
.part2 .contact-group {
  display: none;
  width: 158px;
  height: 81px;
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  transition: right 3s;
  top: calc((100% - 76px) / 2);
  background-color: #fff;
}
.part2 .contact-group .contact-group-inner {
  position: relative;
  padding: 0 12px;
}
.part2 .contact-group .contact-group-inner::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -15px;
  border: 8px solid;
  border-color: transparent transparent transparent #fff;
  z-index: 11;
}
.part2 .contact-group .contact-group-inner .contact-item {
  padding: 18px 0;
  border-bottom: 1px solid #ECEDEE;
}
.part2 .contact-group .contact-group-inner .contact-item:last-child {
  border: none;
}
.part2 .contact-group .contact-group-inner .contact-item .contact-user {
  height: 16px;
  line-height: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}
.part2 .contact-group .contact-group-inner .contact-item .contact-phone {
  height: 18px;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  color: #0D58B7;
  margin-top: 12px;
}
.part2 .email-group {
  display: none;
  width: 158px;
  height: 81px;
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  transition: right 3s;
  top: calc((100% + 82px) / 2);
  background-color: #fff;
}
.part2 .email-group .email-group-inner {
  position: relative;
  padding: 0 12px;
}
.part2 .email-group .email-group-inner::after {
  content: "";
  position: absolute;
  top: 32px;
  right: -15px;
  border: 8px solid;
  border-color: transparent transparent transparent #fff;
  z-index: 11;
}
.part2 .email-group .email-group-inner .email-item {
  padding: 18px 0;
}
.part2 .email-group .email-group-inner .email-item .email-label {
  height: 16px;
  line-height: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}
.part2 .email-group .email-group-inner .email-item .email-number {
  height: 18px;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  color: #0D58B7;
  margin-top: 12px;
}
.part2 .add-animate {
  display: block;
  animation: mymove 3s ease 1;
  -webkit-animation: mymove 3s ease 1; /* Safari 和 Chrome */
}
.part2 .add-transition {
  display: block;
  right: 120px;
}

.part3 {
  width: 100%;
  height: 730px;
  background-color: #F5F5F5;
}
.part3 .product-service {
  height: 586px;
  background-image: url("../images/index/products-service.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.part3 .product-service .service-desc {
  position: absolute;
  width: 506px;
  height: 220px;
  top: 127px;
  left: 50%;
}
.part3 .product-service .service-desc .service-name {
  font-size: 26px;
  height: 26px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
}
.part3 .product-service .service-desc .service-name::after {
  content: "";
  position: absolute;
  width: 47px;
  height: 4px;
  background: #FFFFFF;
  top: 48px;
  left: 0;
}
.part3 .product-service .service-desc .detail-desc {
  margin-top: 60px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
.part3 .product-service .service-desc .detail {
  display: block;
  margin-top: 48px;
  width: 159px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.part3 .product-service .service-content {
  position: absolute;
  background-color: #fff;
  width: 1200px;
  height: 318px;
  top: 412px;
  left: calc((100% - 1200px) / 2);
  z-index: 10;
  display: table;
}
.part3 .product-service .service-content .service-content-item {
  width: 300px;
  height: 318px;
  text-align: center;
  float: left;
  padding: 60px 24px 43px;
  border-right: 2px solid #eee;
}
.part3 .product-service .service-content .service-content-item:last-child {
  border: none;
}
.part3 .product-service .service-content .service-content-item.active {
  position: relative;
}
.part3 .product-service .service-content .service-content-item.active::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 4px;
  background: #0D58B7;
  bottom: 0;
  left: 0;
  transform: translateX(-1px);
}
.part3 .product-service .service-content .service-content-item .service-img-box {
  height: 138px;
}
.part3 .product-service .service-content .service-content-item .service-title {
  width: 128px;
  margin: 0 auto;
  margin-top: 26px;
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  line-height: 20px;
  position: relative;
}
.part3 .product-service .service-content .service-content-item .service-title::before {
  content: "";
  width: 27px;
  height: 2px;
  background: #0D58B7;
  border-radius: 1px;
  position: absolute;
  top: 9px;
  left: -30px;
}
.part3 .product-service .service-content .service-content-item .service-title::after {
  content: "";
  width: 27px;
  height: 2px;
  background: #0D58B7;
  border-radius: 1px;
  position: absolute;
  top: 9px;
  left: calc(100% + 4px);
}
.part3 .product-service .service-content .service-content-item .platform-title {
  width: auto;
}
.part3 .product-service .service-content .service-content-item .platform-title::before {
  left: -16px;
}
.part3 .product-service .service-content .service-content-item .platform-title::after {
  left: calc(100% - 8px);
}
.part3 .product-service .service-content .service-content-item .software-title::before {
  left: -10px;
}
.part3 .product-service .service-content .service-content-item .software-title::after {
  left: calc(100% - 16px);
}
.part3 .product-service .service-content .service-content-item .service-small {
  margin-top: 16px;
  font-size: 12px;
  height: 14px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A0A0A0;
}

.part4 {
  width: 100%;
  background-color: #fff;
}
.part4 .example-content {
  width: 1200px;
  margin: 0 auto;
  padding: 42px 0;
  background-color: #fff;
}
.part4 .example-content .example-nav {
  height: 104px;
  line-height: 104px;
  display: table;
}
.part4 .example-content .example-nav li {
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.part4 .example-content .example-nav li img {
  vertical-align: sub;
  margin-right: 6px;
}
.part4 .example-content .example-nav li span {
  color: #a0a0a0;
}
.part4 .example-content .example-nav li.active {
  background: #0D58B7;
  color: #fff;
}
.part4 .example-content .example-container {
  background-color: #F5F5F5;
  height: 460px;
  overflow: hidden;
}
.part4 .example-content .example-container .example-con {
  width: 100%;
  height: 100%;
}
.part4 .example-content .example-container .example-con .example-item {
  width: 300px;
  height: 100%;
  float: left;
}
.part4 .example-content .example-container .example-con .example-item img {
  width: 300px;
  height: 230px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.part4 .example-content .example-text {
  height: 230px;
  text-align: center;
  padding: 40px 22px 44px;
  position: relative;
}
.part4 .example-content .example-text.arrow-top::after {
  content: "";
  position: absolute;
  border: 12px solid;
  border-color: transparent transparent #f5f5f5 transparent;
  top: -25px;
  right: 144px;
}
.part4 .example-content .example-text.arrow-bottom::after {
  content: "";
  position: absolute;
  border: 12px solid;
  border-color: #f5f5f5 transparent transparent transparent;
  top: 230px;
  right: 144px;
}
.part4 .example-content .example-text .example-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  height: 18px;
  line-height: 1;
}
.part4 .example-content .example-text .example-desc {
  margin-top: 16px;
  font-size: 14px;
  height: 38px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.part4 .example-content .example-text .example-detail {
  display: inline-block;
  width: 159px;
  margin: 0 auto;
  margin-top: 36px;
  height: 36px;
  border: 1px solid #BFBFBF;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A0A0A0;
  cursor: pointer;
}
.part4 .example-content .example-text .example-detail.active {
  border-color: #0D58B7;
  color: #0D58B7;
}

.part5 {
  width: 100%;
  background-color: #f5f5f5;
}
.part5 .news-content {
  width: 1200px;
  margin: 0 auto;
}
.part5 .news-content .news-list {
  width: 728px;
  height: 360px;
  background: #FFFFFF;
  padding: 18px 27px 40px;
  margin-left: 19px;
}
.part5 .news-content .news-list .news-item {
  padding: 48px 0 32px;
  border-bottom: 1px solid #ECEDEE;
  cursor: pointer;
}
.part5 .news-content .news-list .news-item .news-item-date {
  width: 97px;
  height: 70px;
}
.part5 .news-content .news-list .news-item .news-item-day {
  font-size: 20px;
  text-align: right;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0D58B7;
  position: relative;
}
.part5 .news-content .news-list .news-item .news-item-day::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: #ECEDEE;
}
.part5 .news-content .news-list .news-item .news-item-year {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  text-align: right;
  margin-top: 20px;
}
.part5 .news-content .news-list .news-item .news-item-con {
  width: 543px;
  margin-left: 33px;
  position: relative;
}
.part5 .news-content .news-list .news-item .news-item-title {
  font-size: 16px;
  line-height: 1;
  height: 16px;
  font-weight: 600;
  color: #343434;
}
.part5 .news-content .news-list .news-item .news-item-desc {
  max-width: 672px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /*自适应盒子*/
  -webkit-line-clamp: 2; /*此处为1行,如果是两行就改成2*/
  -webkit-box-orient: vertical;
  font-size: 14px;
  height: 44px;
  line-height: 22px;
  margin-top: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}
.part5 .news-content .news-list .news-item .news-item-detail {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0D58B7;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}

.part6 {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 30px;
}
.part6 .links-box {
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
}
.part6 .links-box .am-slides li {
  padding: 20px 0;
}
.part6 .links-box img {
  vertical-align: middle;
  margin-right: 50px;
}
.part6 .links-box img:nth-child(5n+5) {
  margin-right: 0;
}

.slide-box {
  width: 452px;
  overflow: hidden;
  height: 360px;
  position: relative;
}
.slide-box .slide-ul {
  height: 360px;
  position: absolute;
  left: 0;
  top: 0;
  width: 3000px;
  /*多留出一张图片的宽度！*/
  list-style: none;
}
.slide-box .slide-ul li {
  cursor: pointer;
  float: left;
  position: relative;
  height: 360px;
}
.slide-box .slide-ul li img {
  width: 452px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-box .slide-ul li .slide-bottom-text {
  font-weight: 600;
  padding-left: 15px;
  width: 100%;
  position: absolute;
  height: 54px;
  line-height: 54px;
  background: #FFFFFF;
  opacity: 0.7;
  bottom: 0;
  left: 0;
}
.slide-box .slide-btn {
  width: 100%;
  height: 30px;
}
.slide-box .slide-btn img {
  position: absolute;
  border: none;
  top: 146px;
  cursor: pointer;
}
.slide-box .slide-btn .slide-prev {
  left: 16px;
}
.slide-box .slide-btn .slide-next {
  right: 16px;
}

.top-title-box {
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  background-color: #F5F5F5;
}
.top-title-box .top-title {
  width: 110px;
  margin: 0 auto;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0D58B7;
  position: relative;
}
.top-title-box .top-title::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 43px;
  width: 80px;
  height: 13px;
  background-image: url("../images/index/title-front.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.top-title-box .top-title::after {
  content: "";
  position: absolute;
  left: 128px;
  top: 43px;
  width: 80px;
  height: 13px;
  background-image: url("../images/index/title-behind.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media screen and (min-width: 1200px) {
  .part1 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .part1 {
    padding-top: 100px;
    min-height: 617px;
  }
}
@keyframes mymove {
  from {
    right: 0px;
  }
  to {
    right: 1000px;
  }
}/*# sourceMappingURL=index.css.map */