.swiper-container {
  width: 100%;
  height: 562px;
}
.swiper-container .swiper-button-next1,
.swiper-container .swiper-button-prev1 {
  display: none;
  color: #fff;
}
.swiper-container:hover .swiper-button-next1,
.swiper-container:hover .swiper-button-prev1 {
  display: block;
}
.swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 99;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  /* Center slide text vertically */
}
.swiper-container .swiper-slide img {
  position: absolute;
  left: calc(50% - 1271px);
}
.swiper-container .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-container .swiper-slide:nth-child(2n) {
  background-color: #99a9bf;
}
.swiper-container .swiper-slide:nth-child(2n+1) {
  background-color: #d3dce6;
}
.swiper-container .swiper-pagination-bullets {
  bottom: 10px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 81px;
  border-radius: 16px;
}
main {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0px 0;
  background-color: #fff;
}
main .productRecommend {
  width: 570px;
  position: relative;
}
main .productRecommend .productRecommend-top .title {
  width: 184px;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  font-size: 20px;
  color: #fff;
  font-family: MicrosoftYaHei;
  background-image: linear-gradient(to right, #106CBA, #42ABE8);
  border-top-right-radius: 48px;
}
main .productRecommend .productRecommend-top .more {
  width: calc(100% - 200px);
  height: 48px;
  line-height: 48px;
  border-bottom: 4px solid #158ACC;
  box-sizing: border-box;
}
main .productRecommend .productRecommend-top .more a {
  color: #158ACC;
  font-size: 14px;
}
main .productRecommend .productRecommend-bottom {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
main .productRecommend .productRecommend-bottom .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
main .productRecommend .productRecommend-bottom .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
main .productRecommend .productRecommend-bottom .product-swiper-pagination {
  position: absolute;
  right: 14px;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
main .productRecommend .productRecommend-bottom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  color: #999;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
}
main .productRecommend .productRecommend-bottom .swiper-pagination-bullet:last-child {
  margin-right: 22px;
}
main .productRecommend .productRecommend-bottom .swiper-pagination-bullet-active {
  color: #fff;
  background: #158ACC;
}
main .productRecommend .productRecommend-bottom .swiper-slide {
  background-color: #E9F6FF;
}
main .productRecommend .productRecommend-bottom .swiper-title {
  margin-bottom: 8px;
  color: #333;
  font-size: 20px;
}
main .productRecommend .productRecommend-bottom .swiper-text {
  color: #999;
  font-size: 14px;
  margin-bottom: 24px;
  text-align: left;
  line-height: 28px;
}
main .productRecommend .productRecommend-bottom .swiper-info {
  font-size: 16px;
  text-align: left;
}
main .news {
  width: 570px;
}
main .news .news-top .title {
  width: 184px;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  font-size: 20px;
  color: #fff;
  font-family: MicrosoftYaHei;
  background-image: linear-gradient(to right, #106CBA, #42ABE8);
  border-top-right-radius: 48px;
}
main .news .news-top .more {
  width: calc(100% - 200px);
  height: 48px;
  line-height: 48px;
  border-bottom: 4px solid #158ACC;
  box-sizing: border-box;
}
main .news .news-top .more a {
  color: #158ACC;
  font-size: 14px;
}
main .news .news-bottom .news-first {
  border-bottom: 1px dashed #d5d5d5;
  box-sizing: border-box;
  padding: 18px 0;
}
main .news .news-bottom .news-first .news-image {
  width: 192px;
  height: 108px;
  margin-right: 14px;
}
main .news .news-bottom .news-first .news-info {
  height: 84px;
  padding: 14px 0;
  line-height: 42px;
}
main .news .news-bottom .news-first .news-info div {
  font-size: 16px;
  color: #333;
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main .news .news-bottom .news-first .news-info a {
  font-size: 16px;
  color: #158ACC;
}
main .news .news-bottom .news-other {
  height: 50px;
  border-bottom: 1px dashed #d5d5d5;
  box-sizing: border-box;
  line-height: 50px;
}
main .news .news-bottom .news-other div {
  width: 510px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main .news .news-bottom .news-other a {
  font-size: 16px;
  color: #158ACC;
}
main .card-box {
  margin-top: 20px;
}
main .card-box .card {
  position: relative;
  width: 384px;
  height: 190px;
  margin-right: 24px;
}
main .card-box .card:last-child {
  margin-right: 0px;
}
main .card-box .card .card-text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #106CBA, #42ABE8);
  opacity: 0.8;
  visibility: hidden;
}
main .card-box .card .card-text div {
  padding-top: 25px;
  padding-bottom: 8px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
main .card-box .card .card-text span {
  width: 100%;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
main .card-box .card .title {
  position: absolute;
  bottom: 0;
  width: 128px;
  height: 48px;
  line-height: 48px;
  padding-left: 32px;
  font-size: 20px;
  color: #fff;
  font-family: MicrosoftYaHei;
  background-image: linear-gradient(to right, #106CBA, #42ABE8);
  border-top-right-radius: 48px;
}
main .card-box .card:hover .card-text {
  visibility: visible;
}
main .card-box .card:hover .title {
  visibility: hidden;
}
main .card-box .card-product {
  background-image: url('/static/img/index/product.png');
  background-size: cover;
}
main .card-box .card-system {
  background-image: url('/static/img/index/system.png');
  background-size: cover;
}
main .card-box .card-plan {
  background-image: url('/static/img/index/plan.png');
  background-size: cover;
}
.secondaryBtn {
  color: #158ACC !important;
}
.secondaryBtn:hover {
  color: #6BBAE8 !important;
}
.secondaryBtn:active {
  color: #1380BE !important;
}
