.page-top {
  position: relative;
  height: 684px;
  background: #010834;
}

.page-top .banner {
  width: 100%;
  height: 684px;
  position: relative;
}

.page-top .banner .swiper-container {
  width: 100%;
  height: 684px;
  min-width: 1200px;
}

.page-top .banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 684px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 684px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.page-top .banner .swiper-container .swiper-pagination {
  width: 100%;
  height: 14px;
  bottom: 25px;
}

.page-top .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  cursor: pointer;
}

.page-top .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}

.page-product {
  height: 666px;
}

.page-product .product-con {
  width: 1200px;
  height: 666px;
  margin: 0 auto;
}

.page-product .product-con .public-title1 {
  background: url("../img/assets/title-logo-pro.png") 5px 67px no-repeat;
  background-size: 42px;
}

.page-product .product-con .product-list {
  width: 1200px;
  height: 396px;
  margin-top: 73px;
  /*margin-top: 35px;*/
}

.page-product .product-con .product-list .product-item {
  width: 386px;
  height: 179px;
  padding: 24px 30px 0;
  background: #fff;
  float: left;
  margin: 0 21px 19px 0;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 2px 10px rgba(45, 113, 233, 0.35);
          box-shadow: 0 2px 10px rgba(45, 113, 233, 0.35);
}

.page-product .product-con .product-list .product-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-product .product-con .product-list .product-item a .product-title {
  width: 100%;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  height: 47px;
  line-height: 47px;
  text-indent: 65px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-product .product-con .product-list .product-item a .product-info {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding-top: 10px;
  width: 326px;
  height: 82px;
  overflow: hidden;
}

.page-product .product-con .product-list .product-item a .product-info span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-product .product-con .product-list .product-item:hover a .product-title {
  color: #207BFF;
}

.page-product .product-con .product-list .product-item:nth-of-type(3n) {
  margin-right: 0;
}

.page-product .product-con .more {
  width: 130px;
  height: 51px;
  display: block;
  color: #0c71f9;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border: 1px solid #9ac7fb;
}

.page-product .product-con .more:hover {
  background: #0c71f9;
  color: #fff;
}

.page-solve {
  height: 743px;
  background: #f7f8f9;
}

.page-solve .solve-con {
  width: 1200px;
  height: 743px;
  margin: 0 auto;
}

.page-solve .solve-con .public-title1 {
  background: url("../img/assets/title-logo-solve.png") 15px 67px no-repeat;
  background-size: 42px;
}

.page-solve .solve-con .accordion-box {
  width: 100%;
  height: 492px;
  padding-top: 50px;
}

.page-solve .solve-con .accordion-box .accordion-list {
  width: 100%;
  height: 492px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: table;
  position: relative;
}

.page-solve .solve-con .accordion-box .accordion-list .item {
  width: 205px;
  height: 492px;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: table-cell;
}

.page-solve .solve-con .accordion-box .accordion-list .item .solve-title {
  font-size: 28px;
  color: #06316c;
  font-weight: 500;
  line-height: 1;
  padding: 66px 0 0 55px;
  margin-bottom: 80px;
}

.page-solve .solve-con .accordion-box .accordion-list .item .solve-title span {
  display: block;
  font-size: 16px;
  padding-top: 14px;
}

.page-solve .solve-con .accordion-box .accordion-list .item .solve-info {
  padding-left: 55px;
  line-height: 30px;
  color: #02478c;
  font-size: 18px;
  width: 325px;
}

.page-solve .solve-con .accordion-box .accordion-list .active {
  width: 360px;
}

.page-case {
  /*height: 860px;*/
  background: #fff;
  padding-bottom: 68px;
}

.page-case .case-con {
  width: 1200px;
  margin: 0 auto;
}

.page-case .case-con .public-title1 {
  background: url("../img/assets/title-logo-case.png") left 67px no-repeat;
  background-size: 42px;
}

.page-case .case-con .item-title-list {
  width: 100%;
  height: 65px;
  font-size: 0;
  text-align: center;
  padding-top: 13px;
  margin-top: 26px;
}

.page-case .case-con .item-title-list .item {
  display: inline-block;
  width: 110px;
  height: 40px;
  border: 1px solid #dddcdd;
  border-radius: 20px;
  margin: 0 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.page-case .case-con .item-title-list .item a {
  display: block;
  height: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  color: #323032;
}

.page-case .case-con .item-title-list .item.active, .page-case .case-con .item-title-list .item:hover {
  background: #0c71f9;
  border: 1px solid transparent;
}

.page-case .case-con .item-title-list .item.active a, .page-case .case-con .item-title-list .item:hover a {
  color: #fff;
}

.page-case .case-con .swiper-container {
  width: 100%;
}

.page-case .case-con .swiper-container .swiper-wrapper {
  width: 100%;
}

.page-case .case-con .swiper-container .swiper-wrapper .swiper-slide {
  background: #fff;
  width: 1200px;
  opacity: 0!important;
}

.page-case .case-con .swiper-container .swiper-wrapper .swiper-slide-active {
  opacity: 1!important;
}
.page-case .case-con .swiper-container .swiper-wrapper .swiper-slide>div {
  overflow: hidden;
}
.page-case .case-con .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 181px;
  height: 93px;
  float: left;
  margin-right: 73px;
  margin-top: 34px;
}

.page-case .case-con .swiper-container .swiper-wrapper .swiper-slide .item:nth-child(5n) {
  margin-right: 0;
}

.page-case .case-con .swiper-container .swiper-wrapper .swiper-slide .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-case .case-con .swiper-container .swiper-wrapper .swiper-slide .item a img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-case .case-con .swiper-container .swiper-nav {
  width: 100%;
  height: 74px;
  text-align: center;
  padding-top: 25px;
  font-size: 0;
  position: relative;
  z-index: 5;
}

.page-case .case-con .swiper-container .swiper-nav a {
  display: inline-block;
  position: static;
  width: 48px;
  height: 48px;
  margin: 0 15px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}

.page-case .case-con .swiper-container .swiper-nav a.swiper-button-prev {
  background-image: url("../img/assets/btn_prev.png");
}

.page-case .case-con .swiper-container .swiper-nav a.swiper-button-prev:hover {
  background-image: url("../img/assets/btn_prev_active.png");
}

.page-case .case-con .swiper-container .swiper-nav a.swiper-button-next {
  background-image: url("../img/assets/btn_next_active.png");
}

.page-news {
  height: 592px;
  background: #f7f8f9;
}

.page-news .news-con {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.page-news .news-con .public-title1 {
  background: url("../img/assets/title-logo-news.png") left 67px no-repeat;
  background-size: 42px;
}

.page-news .news-con .con-left {
  margin-top: 22px;
  width: 603px;
  height: 380px;
  padding-top: 27px;
}

.page-news .news-con .con-left .news-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-news .news-con .con-left .news-list .news-item {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.page-news .news-con .con-left .news-list .news-item .news-img {
  width: 100%;
  height: 204px;
  display: block;
}

.page-news .news-con .con-left .news-list .news-item .news-link {
  display: block;
  width: 100%;
  height: 110px;
}

.page-news .news-con .con-left .news-list .news-item .news-link .news-title {
  font-size: 16px;
  color: #323032;
  font-weight: normal;
  line-height: 1;
  padding-top: 33px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.page-news .news-con .con-left .news-list .news-item .news-link .news-info {
  font-size: 14px;
  color: #666362;
  line-height: 24px;
  padding-top: 12px;
}

.page-news .news-con .con-left .news-list .news-item .news-more {
  font-size: 18px;
  font-weight: 900;
  color: #42526b;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.page-news .news-con .con-left .news-list .news-item .news-more:hover {
  color: #0c71f9;
}

.page-news .news-con .con-left .news-list .news-item.active {
  display: block;
  width: 100%;
}

.page-news .news-con .con-right {
  width: 561px;
  height: 380px;
  margin-top: 14px;
}

.page-news .news-con .con-right .news-list {
  width: 100%;
  height: 100%;
}

.page-news .news-con .con-right .news-list .news-item {
  width: 100%;
  height: 123px;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 30px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.page-news .news-con .con-right .news-list .news-item a {
  display: block;
  height: 100%;
}

.page-news .news-con .con-right .news-list .news-item a .news-time {
  display: block;
  float: left;
  width: 68px;
  height: 76px;
}

.page-news .news-con .con-right .news-list .news-item a .news-time i {
  font-style: normal;
  display: block;
  text-align: center;
}

.page-news .news-con .con-right .news-list .news-item a .news-time i.day {
  font-size: 30px;
  color: #bbd9fb;
  font-weight: 900;
  line-height: 42px;
}

.page-news .news-con .con-right .news-list .news-item a .news-time i.year {
  font-size: 14px;
  color: #42526b;
  line-height: 32px;
}

.page-news .news-con .con-right .news-list .news-item a .news-title {
  float: right;
  width: 475px;
  font-size: 18px;
  color: #323032;
  line-height: 28px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-news .news-con .con-right .news-list .news-item a .news-info {
  padding-top: 6px;
  width: 475px;
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: #666362;
  height: 50px;
  overflow: hidden;
}

.page-news .news-con .con-right .news-list .news-item:hover .news-title, .page-news .news-con .con-right .news-list .news-item.active .news-title {
  color: #0c71f9;
}
