/* 首页 B */
/* banner */
.idnex-banner {
  position: relative;
  height: 500px;
}
.banner-swiper {
  width: 100%;
  height: 500px;
}
.banner-swiper .banner-slide {
  cursor: default;
}
.banner-swiper .banner-slide.pointer {
  cursor: pointer;
}
/*.banner1{background: url("../images/banner.png") no-repeat;}*/
/*.banner2{background: url("../images/banner.png") no-repeat;}*/
/*.banner3{background: url("../images/banner.png") no-repeat;}*/
.register-btn {
  position: absolute;
  top: 62%;
  left: 50%;
  width: 146px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-left: -73px;
  background-color: #0893ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.banner-swiper .swiper-slide {
  line-height: 500px;
  text-align: center;
  -webkit-background-size: 100% 100%;
  background-position: center center;
  background-size: cover;
}
.swiper-slide h2 {
  font-size: 50px;
  color: #fff;
}
.swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 60px;
}
/* 公告 */
.notice-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 90;
}
.notice-title {
  width: 58px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  margin-top: 11px;
  background-color: #589c10;
}
.more-btn a {
  font-size: 12px;
  color: #949596;
}
.more-btn a:hover {
  color: #fff;
}
.notice-swiper {
  width: 370px;
  height: 50px;
  font-size: 14px;
  margin-left: 28px;
  overflow: hidden;
}
.notice-swiper a {
  display: block;
  color: #c1c2c3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-swiper a:hover {
  color: #fff;
}
.baofu-introduction {
  width: 100%;
  height: 546px;
  font-size: 14px;
  text-align: center;
  padding-top: 77px;
  background: url("../images/map.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top right;
}
.baofu-introduction h1 {
  font-size: 36px;
}
.introduction-top {
  line-height: 30px;
  margin-top: 45px;
}
.introduction-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  margin: 0;
  list-style: none;
}
.introduction-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.3%;
  min-width: 180px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 0;
  float: none;
  text-align: left;
  background: none;
}
.introduction-title {
  position: relative;
  color: #343535;
  margin-left: 18px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.introduction-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #a8de04;
  border-radius: 50%;
}
.introduction-con {
  font-size: 36px;
  color: #1785cd;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.li-center {
  padding-left: 60px;
}
.li-right {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .introduction-list li {
    width: 50%;
    min-width: 140px;
    margin-top: 24px;
  }
  .li-center, .li-right {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .introduction-list {
    flex-direction: column;
    align-items: stretch;
  }
  .introduction-list li {
    width: 100%;
    min-width: 100px;
    margin-top: 16px;
    padding-left: 0 !important;
  }
}
/* 宝付产品 */
.baofu-product {
  text-align: center;
  padding: 73px 0 30px;
}
.same-title {
  position: relative;
  height: 90px;
  line-height: 90px;
  font-size: 34px;
}
.title-line {
  position: absolute;
  left: 50%;
  margin-left: -50px;
}
.title-line em {
  float: left;
  width: 50px;
  height: 5px;
  background-color: #0b93ec;
}
.same-title .title-line2 {
  background-color: #a8de04;
}
.product-title {
  height: 52px;
}
.baofu-product-tab {
  margin-top: 80px;
}
.baofu-product-header {
  width: 100%;
  font-size: 18px;
  padding: 0 80px;
  border-bottom: 1px solid #f3f3f3;
}
.product-header-btn {
  position: relative;
  width: 25%;
}
.product-header-btn i {
  display: block;
  width: 46px;
  height: 51px;
  margin: 0 auto;
  background: url("../images/baofu-product-spirit.svg") no-repeat 0 -65px;
  -webkit-background-size: 230px 120px;
  background-size: 230px 120px;
  cursor: pointer;
}
.product-header-btn.current {
  color: #1785cd;
}
.product-header-btn:hover {
  color: #1785cd;
}
i.baofu-p-1 {
  background-position: 0 -65px;
}
.product-header-btn.current .baofu-p-1 {
  background-position: 0 0;
}
.product-header-btn:hover .baofu-p-1 {
  background-position: 0 0;
}
i.baofu-p-2 {
  background-position: -60px -65px;
}
.product-header-btn.current .baofu-p-2 {
  background-position: -60px 0;
}
.product-header-btn:hover .baofu-p-2 {
  background-position: -60px 0;
}
i.baofu-p-3 {
  background-position: -120px -65px;
}
.product-header-btn.current .baofu-p-3 {
  background-position: -120px 0;
}
.product-header-btn:hover .baofu-p-3 {
  background-position: -120px 0;
}
i.baofu-p-4 {
  background-position: -180px -65px;
}
.product-header-btn.current .baofu-p-4 {
  background-position: -180px 0;
}
.product-header-btn:hover .baofu-p-4 {
  background-position: -180px 0;
}
.product-header-btn p {
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.product-header-btn.current p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 94px;
  width: 66px;
  height: 2px;
  background-color: #a8de04;
}
.product-con-item {
  display: none;
  width: 100%;
  height: 700px;
  text-align: center;
  padding-top: 80px;
}
.product-con-item h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.product-con-item h2 span {
  margin-left: 22px;
}
.product-wrapper {
  position: relative;
  width: 1200px;
  padding: 0 80px;
  margin-top: 40px;
}
.product-swiper {
  width: 1040px;
  height: 507px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 70px;
  background: url("../images/swiper-spirit.png");
}
.swiper-button-next {
  background-position: -45px 0;
}
.swiper-button-prev:hover {
  background-position: 0 -80px;
}
.swiper-button-next:hover {
  background-position: -45px -80px;
}
.baofu-product-list li {
  float: left;
  width: 25%;
}

.product-list-item {
  width: 220px;
  height: 443px;
  margin: 30px auto 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.17);
  -moz-box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.17);
  box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.17);
}
.zj-title {
  margin-top: 45px;
}
.product-list-item:hover .after-scale {
  display: block;
  -webkit-transform: scale(0.9) translateZ(0);
  -moz-transform: scale(0.9) translateZ(0);
  -ms-transform: scale(0.9) translateZ(0);
  -o-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}
.after-scale {
  display: none;
}
.product-list-item:hover {
  width: 220px;
  height: 443px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  -o-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);

  background: url("../images/product1.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.product-list-top {
  width: 100%;
  height: 140px;
  line-height: 140px;
  text-align: center;
  background-image: -webkit-linear-gradient(left top, #ebf7fc, #ebf5f9);
  background-image: -moz-linear-gradient(left top, #ebf7fc, #ebf5f9);
  background-image: -o-linear-gradient(left top, #ebf7fc, #ebf5f9);
  background-image: -ms-linear-gradient(left top, #ebf7fc, #ebf5f9);
  background-image: linear-gradient(left top, #ebf7fc, #ebf5f9);
}

.product-list-bottom {
  font-size: 14px;
  padding: 0 10px;
}
.product-list-item:hover .product-list-bottom {
  font-size: 14px;
}
.product-list-bottom i {
  display: block;
  width: 47px;
  height: 42px;
  margin: 90px auto 45px;
  background: url(../images/product-list-spirite.svg);
  -webkit-background-size: 673px 42px;
  background-size: 673px 42px;
}
.product-list-bottom p {
  line-height: 28px;
}
i.product-list-icon2 {
  background-position: -58px 0;
}
i.product-list-icon3 {
  background-position: -117px 0;
}
i.product-list-icon4 {
  background-position: -178px 0;
}
i.product-list-icon5 {
  background-position: -240px 0;
}
i.product-list-icon6 {
  background-position: -295px 0;
}
i.product-list-icon7 {
  background-position: -355px 0;
}
i.product-list-icon8 {
  background-position: -410px 0;
}
i.product-list-icon9 {
  background-position: -462px 0;
}
i.product-list-icon10 {
  background-position: -510px 0;
}
i.product-list-icon11 {
  background-position: -569px 0;
}
i.product-list-icon12 {
  background-position: -626px 0;
}
.after-scale-top {
  height: 162px;
  color: #fff;
  font-size: 12px;
  padding: 20px 14px 0 14px;
}
.after-scale-top h3 {
  font-size: 16px;
}
.after-scale-top p {
  text-align: left;
  margin-top: 15px;
  line-height: 18px;
}
.after-scale-bottom {
  text-align: left;
  font-size: 12px;
  padding: 10px 14px 0 14px;
}

.scale-bottom-item {
  margin-top: 15px;
}
.after-scale-bottom h4 {
  font-size: 15px;
}
.after-scale-bottom p {
  line-height: 18px;
  margin-top: 8px;
}
/* 行业解决方案 */
.solution-box {
  position: relative;
  width: 100%;
  height: 800px;
  text-align: center;
  background-color: #fafafa;
}
.slution-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 630px;
  padding-top: 90px;
  background-color: #134684;
  background-image: url("../images/programme1.jpg");
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-background-size: cover;
  background-size: cover;
}
.solution-box h1 {
  color: #fff;
}
.solution-tab {
  width: 960px;
  height: 530px;
  margin: 40px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.3);
  -moz-box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.3);
  box-shadow: 0px 0px 13px rgba(180, 181, 183, 0.3);
}
.solution-header {
  height: 60px;
  line-height: 60px;
}
.solution-header-btn {
  width: 25%;
  font-size: 14px;
  text-align: center;
  background-color: #e6e6e6;
  border-right: 1px solid #d9d9d9;
  cursor: pointer;
}
.solution-header-btn i {
  display: inline-block;
  width: 30px;
  height: 31px;
  margin-right: 10px;
  background: url("../images/solution-spirit.svg") no-repeat;
  vertical-align: middle;
  -webkit-background-size: 160px 70px;
  background-size: 160px 70px;
}

i.solution-header-icon2 {
  background-position: -35px 0;
}
i.solution-header-icon3 {
  background-position: -68px 0;
}
i.solution-header-icon4 {
  background-position: -100px 0;
}
i.solution-header-icon5 {
  background-position: -132px 0;
}
.solution-header-btn.current {
  color: #000;
  background-color: #fff;
}
.solution-header-btn.current .solution-header-icon1 {
  background-position: 0 -39px;
}
.solution-header-btn.current .solution-header-icon2 {
  background-position: -35px -39px;
}
.solution-header-btn.current .solution-header-icon3 {
  background-position: -68px -40px;
}
.solution-header-btn.current .solution-header-icon4 {
  background-position: -100px -40px;
}
.solution-header-btn.current .solution-header-icon5 {
  background-position: -132px -40px;
}
.last-solution-btn {
  border-right: none;
}
.solution-con {
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 70px 126px 0 228px;
}
.solution-con img {
  width: 100%;
}
.solution-con .same-title {
  height: 40px;
  line-height: 50px;
  font-size: 16px;
}
.solution-title-line {
  left: 0;
  margin-left: 0;
}
.solution-title-line em {
  width: 43px;
  height: 3px;
  background-color: #1785cd;
}
.solution-title-line .title-line2 {
  width: 6px;
  height: 3px;
  margin-left: 3px;
  background-color: #08e5fc;
}
.solution-con p {
  line-height: 22px;
}
.solution-con-item {
  display: none;
}
.solution-item-bottom {
  margin-top: 80px;
}
/* 广告 */
.advertisement-box {
  width: 100%;
  height: 324px;
  background: url("../images/ad-bg.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.info-wrapper {
  position: relative;
  width: 1000px;
  padding: 70px;
}
.info-swiper {
  width: 800px;
  height: 176px;
}

.aditem {
  width: 360px;
  float: left;
  height: 174px;
  text-align: center;
  margin-right: 77px;
}
.swiper-slide .aditem:nth-child(2) {
  margin-right: 0;
}

.aditem a {
  display: block;
  width: 360px;
  height: 174px;
}
.aditem img {
  display: block;
  width: 360px;
  height: 174px;
  margin: 0 auto;
  border-radius: 10px;
}

.info-prev,
.info-next {
  width: 32px;
  height: 32px;
  background: url("../images/swiper-spirit.png");
}
.info-prev {
  background-position: 0 -155px;
}
.info-next {
  background-position: 0 -195px;
}
.info-prev:hover {
  background-position: -40px -155px;
}
.info-next:hover {
  background-position: -40px -195px;
}
/* 首页 E */

.d-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.direction-column {
  flex-direction: column;
}
.w-100 {
  width: 100%;
}
.p-t-8 {
  padding-top: 8px;
}
.p-t-40 {
  padding-top: 40px;
}
