.sulution-fags .fags-textSwiper .item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sulution-fags .fags-imgSwiper .swiper-slide img, .solution-ywjz .ywjz-imgwarp img, .solution-appcase .case-list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.sulution-fags .fags-imgSwiper .swiper-slide:hover img, .solution-ywjz .ywjz-imgwarp:hover img, .solution-appcase .case-list .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.solution-ywtz .list .item img, .solution-ywjz .ywjz-nav .item img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.solution-ywtz .list .item:hover img, .solution-ywjz .ywjz-nav .item:hover img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.solution-ywtz, .sulution-fags, .solution-cyhys, .solution-ywjz, .solution-appcase {
  padding-bottom: 0.88rem;
}

.sulution-fags .fags-textwarp .dsc, .solution-ywjz .ywjz-nav .dsc {
  text-align: justify;
}

.solution-ywtz .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-size: 16px;
  color: #434343;
  line-height: 1.6;
  margin-top: -0.6rem;
}

.solution-ywtz .list .item {
  max-width: 4.8rem;
  min-width: 3rem;
  margin: 0 2%;
  margin-top: 0.6rem;
}

.solution-ywtz .list .dsc {
  margin-top: 0.44rem;
  text-align: left;
}

.sulution-fags {
  font-size: 16px;
  color: #535353;
  line-height: 1.7;
  background-color: #f1f0f0;
}

.sulution-fags .text {
  line-height: 2;
  margin-top: -.4em;
}

.sulution-fags .fags-content {
  padding-top: 2.6%;
}

.sulution-fags .fags-imgSwiper {
  float: left;
  width: 54.9%;
}

.sulution-fags .fags-imgSwiper .swiper-slide {
  overflow: hidden;
}

.sulution-fags .fags-imgSwiper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sulution-fags .fags-imgSwiper .swiper-pagination {
  font-size: 0;
}

.sulution-fags .fags-imgSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  opacity: 1;
  background-color: #898989;
}

.sulution-fags .fags-imgSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c9c9c9;
}

.sulution-fags .fags-textwarp {
  overflow: hidden;
  padding-left: 2.2%;
}

.sulution-fags .fags-textwarp .dsc {
  /* min-height: 3.68rem; */
}
.sulution-fags .fags-textwarp .dsc:empty + .fags-pros{
  margin-top: 0;
}
.sulution-fags .fags-pros{
  margin-top: 2%;
}
.sulution-fags .fags-pros .title {
  position: relative;
  margin-bottom: 0.48rem;
  font-size: 1.25em;
  line-height: 2;
  color: #fff;
  text-align: center;
  background-color: #0c1b35;
}

.sulution-fags .fags-pros .title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 0.26rem;
  border-style: solid;
  border-color: #0c1b35 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sulution-fags .fags-textSwiper {
  max-height: 360px;
}

.sulution-fags .fags-textSwiper .item {
  height: 56px;
  overflow: hidden;
  padding: 0 1%;
  line-height: 54px;
  text-align: center;
  border: solid 1px #b2b1b1;
}
.sulution-fags .fags-textSwiper .item:last-child{
  margin-bottom: 0 !important;
}
.sulution-fags .fags-textSwiper .item:hover{
  color: #fff;
  background-color: #0c1b35;
}
.sulution-fags .fags-textSwiper .item:hover a{
  color: #fff !important; 
}
.solution-ywjz {
  color: #fff;
  background-color: #626262;
}

.solution-ywjz .ywjz-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution-ywjz .ywjz-nav {
  width: 32.7%;
  padding-right: 5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 16px;
  line-height: 1.7;
}

.solution-ywjz .ywjz-nav .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10% 0;
}

.solution-ywjz .ywjz-nav .icon {
  display: block;
  width: 1rem;
  margin-right: 0.6rem;
}

.solution-ywjz .ywjz-nav .icon img {
  max-width: 100%;
}

.solution-ywjz .ywjz-nav .dsc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.solution-ywjz .ywjz-imgwarp {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.solution-appcase .case-list {
  position: relative;
  padding: 0 calc(1.8% + 40px);
}


.solution-appcase .case-list .item {
  font-size: 16px;
  color: #535353;
  line-height: 1.8;
  border: solid 1px #bfbfbf;
}

.solution-appcase .case-list .imgwarp {
  position: relative;
  z-index: 1;
  margin: -1px;
  overflow: hidden;
}

.solution-appcase .case-list .imgwarp::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.64);
}

.solution-appcase .case-list .imgwarp img {
  width: 100%;
  min-height: 3rem;
}

.solution-appcase .case-list .name {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  font-size: 1.3em;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solution-appcase .case-list .dsc {
  padding: 8%;
}

.solution-appcase .case-list .icon-leftarrow {
  top: 45%;
  font-size: 40px !important;
}

.solution-appcase .case-list .swiper-slide {
  height: auto;
}
.solution-appcase .swiper-button-disabled{
  opacity: 0;
}
/*# sourceMappingURL=solution.css.map */

