﻿.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 100px;
}
.banner .swiper-pagination-bullet {
  width: 3%;
  height: 4px;
  border-radius: 4px;
  background: #fff;
}
/* å¹³å° */
.platform {
  width: 100%;
  background-color: #fff;
  padding-top:50px;
}
.platform .platform-card {
  position: relative;
  display: block;
  margin-top: -70px;
  margin-bottom: 50px;
  width: 100%;
  z-index: 99;
}
.platform-card .platform-card-item {
  width: 366px;
  height: 240px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  background: #fff;
  box-shadow: 0px 6px 32px 1px rgba(167, 178, 192, 0.26);
  border-radius: 8px;
}
.platform-card .platform-card-item .platform-item-img {
  width: 100%;
  overflow: hidden;
}
.platform-card .platform-card-item .platform-item-img .platform-item-img-wrap {
  width: 200%;
}

.platform .platform-article {
  padding: 5px 0 5px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #4c4c4c;
/*  background: url(../images/bg-logo.svg) no-repeat right top 30px;*/
}
.platform-card .platform-card-item h5 {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  color: #333;
  line-height: 40px;
}
.platform-card .platform-card-item .platform-item-btn {
  display: none;
  width: 100%;
}
.platform-card .platform-card-item .platform-item-btn a {
  display: inline-block;
  width: 135px;
  height: 35px;
  font-size: 14px;
  background-color: #fff;
  color: #00b0c6;
  line-height: 35px;
}
.platform-card .platform-card-item:hover .platform-item-img-wrap {
  transform: translateX(-50%);
}
.platform-card .platform-card-item:hover {
  background-color: #00b0c6;
}
.platform-card .platform-card-item:hover h5 {
  margin-top: 0;
  color: #fff;
}
.platform-card .platform-card-item:hover .platform-item-btn {
  display: block;
}
/* äº§å“ä¸ŽæœåŠ¡ä½“ç³» */
.product {
  width: 100%;
  padding-top:20px;
}
.product .product-cont {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
.swiper-father .swiper-button-prev,
.swiper-father .swiper-button-next {
  width: 48px;
  height: 48px;
  font-size: 26px;
  text-align: center;
  line-height: 48px;
  background: #079cb1;
  border-radius: 50%;
  color: #fff;
}
.swiper-father .swiper-button-prev {
  left: -70px;
}
.swiper-father .swiper-button-next {
  right: -70px;
}
.product .product-cont .swiper {
  /* padding: 30px 40px; */
  margin: 0 -12px;
  /* border: 1px solid transparent; */
  overflow: hidden;
}
.product .product-cont .swiper-slide {
  padding: 26px 13px;
  width: 306px;
}
.product .product-cont .swiper-slide .swiper-slide-wrap {
  position: relative;
  height: 340px;
  padding: 50px 0 40px;
  background: #fff;
  box-shadow: 0px 6px 10px 1px rgba(167, 178, 192, 0.26);
  border-radius: 8px;
}

.product .product-cont .swiper-slide .product-sign {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product .product-cont .swiper-slide .product-sign .product-sign-wrap {
  position: relative;
  width: 200%;
  overflow: hidden;
}
.product .product-cont .swiper-slide .product-sign .product-sign-wrap > div {
  width: 50%;
  float: left;
}
.product .product-cont .swiper-slide h4 {
  margin-bottom: 0;
  color: #4c4c4c;
  font-size: 20px;
  line-height: 40px;
}
.product .product-cont .swiper-slide:hover .swiper-slide-wrap {
  background-color: #05a7bc;
}
.product .product-cont .swiper-slide:hover h4 {
  color: #fff;
}
.product .product-cont .swiper-slide:hover .btn {
  border-color: #fff;
  color: #fff;
}
.product .product-cont .swiper-slide:hover .product-sign-wrap {
  transform: translate(-50%, 0);
}
/* åº”ç”¨ä»·å€¼  */
.application {
  padding: 30px 0 40px;
  background-color: #f8f8f8;
}
.application .application-cont {
  width: 100%;
  overflow: hidden;
}
.application .application-cont .application-item {
  position: relative;
  float: left;
  margin-bottom: 15px;
  margin-left: 30px;
  width: 270px;
  background-color: #fff;
  box-shadow: 0px 6px 32px 1px rgba(167, 178, 192, 0.26);
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.application .application-cont .application-item:nth-child(4n + 1) {
  margin-left: 0;
}
.application .application-cont .application-item .application-item-img img {
  width: 100%;
}
.application .application-cont .application-item h4 {
  margin-bottom: 0;
  padding: 12px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.application .application-cont .application-item .application-item-text {
  position: absolute;
  left: 0;
  top: -100%;
  height: 100%;
  padding: 0 14px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  background-color: #05a7bc;
  transition: all 0.3s;
}
.application .application-cont .application-item:hover .application-item-text {
  top: 0;
}
/* æˆ‘ä»¬çš„æœåŠ¡ */
.ServiceAdvantages
{
        background-color: #f8f8f8;
    }
.ServiceAdvantages-cont
{
    text-align:center;
    }
.ServiceAdvImg
{
    width:100%;
    }


.ourser {
  width: 100%;
  padding:50px 0 50px;
  background-image: url(../images/home/bg-ourService.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ourser .m-title .m-tit-cont {
  color: #fff;
}
.ourser .m-title .m-tit-line {
  width: calc(100% - 20px);
  left: 10px;
  background: #ffffff;
  opacity: 0.3;
}
.ourser .m-title p {
  color: #fff;
}
.ourser .ourser-cont {
  width: 100%;
  margin-top: 30px;
}
.ourser .ourser-cont .ourser-item {
  position: relative;
  margin-bottom: 100px;
  cursor: pointer;
  overflow: hidden;
}
.ourser .ourser-cont .ourser-item .ourser-item-img {
  margin: 0 auto;
  width: 105px;
  height: 105px;
  background-color: #fff;
  border-radius: 50%;
}
.ourser .ourser-cont .ourser-item h4 {
  padding: 15px;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ourser .ourser-cont .ourser-item .ourser-item-text {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 8px;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.ourser .ourser-cont .ourser-item:hover {
  overflow: visible;
}
/* æˆ‘ä»¬çš„ä¼˜åŠ¿ */
.ouradv {
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}
.ouradv .ouradv-item {
  margin-bottom: 30px;
  width: 185px;
  text-align: center;
}
.ouradv .ouradv-item .ouradv-item-img {
  width: 56px;
  margin: 0 auto;
}
.ouradv .ouradv-item h4 {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 40px;
}
.ouradv .ouradv-item p {
  line-height: 25px;
  font-size: 14px;
  color: #666;
}
/* å…¸åž‹æ¡ˆä¾‹ */
.typical {
  width: 100%;
  padding: 30px 0 70px;
  background-color: #f8f8f8;
}
.typical .typical-cont {
  margin-top: 30px;
}

.typical .typical-cont .swiper-slide {
  width: 208px;
}
.typical .typical-cont .typical-item {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  /* height: 110px; */
  background: #ffffff;
  cursor: default;
}
.typical .typical-cont .typical-item:hover .typical-item-cont {
  display: block;
}
.typical .typical-cont .typical-item:last-child {
  margin-bottom: 0;
}
.typical .typical-cont .typical-item .typical-item-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 16px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #05a7bc;
  text-align: center;
}
.typical .typical-cont .typical-item .typical-item-cont h4 {
  font-size: 16px;
}
.typical .typical-cont .typical-item .typical-item-cont p {
  font-size: 15%;
  word-break: break-all;
}
.honorary {
  width: 100%;
  padding: 30px 0 70px;
  background-color: #fff;
  background-color: #f8f8f8;
}
.honorary .honorary-cont {
  margin-top: 30px;
}
.honorary .swiper-father .swiper {
  overflow: hidden;
}
.honorary .swiper-slide {
  padding: 0 15px;
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .swiper-father .swiper-button-prev {
    left: 0;
  }
  .swiper-father .swiper-button-next {
    right: 0;
  }
  .swiper-father .swiper {
    padding: 0 30px;
  }
  .product .product-cont .swiper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 55px;
  }
  .platform .platform-card {
    margin-top: -50px;
    margin-bottom: 30px;
  }
  .platform-card .platform-card-item {
    width: 30%;
  }
  .platform-card .platform-card-item img {
    width: 80px;
  }
  .platform-card .platform-card-item h5 {
    font-size: 16px;
  }
  .platform-card .platform-card-item .platform-item-btn a {
    width: 120px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .platform .platform-article {
    padding: 10px 0 20px;
    font-size: 16px;
    line-height: 25px;
    background-size: 90px;
    background-position: right top 20px;
  }
  .platform  .platform-article p.platform-article-p
  {
      text-align:left;
      }
  .product .product-cont {
    margin-bottom: 30px;
  }
  .product .product-cont .swiper-slide {
    padding: 20px 13px;
    width: 200px;
  }
  .product .product-cont .swiper-slide .swiper-slide-wrap {
    padding: 20px;
    height: 260px;
  }
  .product .product-cont .product-sign-wrap img {
    width: 50px;
  }
  .product .product-cont .swiper-slide h4 {
    font-size: 16px;
  }
  .product .product-cont .swiper-slide .btn {
    width: 110px;
    height: 35px;
    font-size: 12px;
    line-height: 20px;
  }
  .swiper-father .swiper-button-prev,
  .swiper-father .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .application .application-cont .application-item {
    width: 48%;
    margin-left: 0;
        cursor: default;
  }
  .application .application-cont .application-item:nth-child(2n + 1) {
    float: right;
  }
  .application .application-cont .application-item h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .application .application-cont .application-item .application-item-text {
    font-size: 12px;
    line-height: 20px;
  }
  .ourser .ourser-cont .ourser-item .ourser-item-img {
    width: 80px;
    height: 80px;
  }
  .ourser .ourser-cont .ourser-item h4 {
    font-size: 14px;
    line-height: 25px;
  }
  .ourser .ourser-cont .ourser-item .ourser-item-text {
    font-size: 12px;
  }
  .ouradv .ouradv-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .ouradv .ouradv-item .ouradv-item-img {
    width: 46px;
  }
  .ouradv .ouradv-item h4 {
    font-size: 14px;
    line-height: 25px;
  }
  .ouradv .ouradv-item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 35px;
  }
  .platform .platform-card {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .platform-card .platform-card-item {
    width: 32%;
    height: 200px;
    padding: 24px 0 20px;
  }
  .platform-card .platform-card-item img {
    width: 60px;
  }
  .platform-card .platform-card-item h5 {
    font-size: 13px;
  }
  .platform-card .platform-card-item .platform-item-btn{
    padding: 0 12px;
  }
  .platform-card .platform-card-item .platform-item-btn a {
    width: 100%;
  }
  .application .application-cont .application-item {
    width: 49%;
    margin-left: 0;
  }
  .application .application-cont .application-item:nth-child(2n + 1) {
    float: right !important;
  }
  .ourser .ourser-cont .ourser-item .ourser-item-img {
    width: 50px;
    height: 50px;
  }
  .application .application-cont .application-item .application-item-text {
    padding: 0 5px;
    line-height: 18px;
    overflow: hidden;
  }
  .typical .typical-cont .swiper-slide {
    width: 150px;
  }
  .ourser .ourser-cont .ourser-item {
    width: 30%;
    margin-bottom: 30px;
  }
  .ourser .ourser-cont .ourser-item h4 {
    margin-bottom: 0;
  }
  .ourser .ourser-cont .ourser-item .ourser-item-text {
    position: static;
    display: block;
  }
  .honorary .honorary-cont {
    margin-top: 10px;
  }
  .honorary .swiper-slide {
    width: 180px;
  }
}

.flex-fill-custom
{
    color:#8aa1ae;
    line-height: 30px;
    }