.banking_content .banking_main {
  width: 14rem;
  margin: 0 auto;
  padding: 0.73rem 0 1rem 0;
  position: relative;
  overflow: hidden;
}

.banking_content .banking_main .solution_en {
  font-size: 3rem;
  white-space: nowrap;
  color: #999999;
  opacity: 0.06;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  left: 100%;
  top: 0;
}

.banking_content .banking_main .banking_tit {
  font-size: 0.6rem;
  color: #4c4c4c;
  line-height: 0.66rem;
  padding-bottom: 0.51rem;
  position: relative;
}

.banking_content .banking_main .banking_tit::after {
  content: '';
  width: 0.55rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background: #e8943c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banking_content .banking_main .banking_lunbo {
  position: relative;
  margin-top: 0.38rem;
}

.banking_content .banking_main .banking_lunbo .swiper {
  width: 100%;
  overflow: hidden;
}

.banking_content .banking_main .banking_lunbo .swiper .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banking_content .banking_main .banking_lunbo .swiper .swiper-slide .slide_left {
  width: 6.3rem;
}

.banking_content .banking_main .banking_lunbo .swiper .swiper-slide .slide_left p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #666666;
  margin-bottom: 0.3rem;
}

.banking_content .banking_main .banking_lunbo .swiper .swiper-slide .slide_left p a {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.4rem;
  border-radius: 0.6rem;
  background: #e8943c;
  font-size: 0.2rem;
  color: #ffffff;
}

.banking_content .banking_main .banking_lunbo .swiper .swiper-slide .slide_right {
  width: 6rem;
  height: 4.07rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.banking_content .banking_main .banking_lunbo .swiper .swiper-slide .slide_right img {
  width: 100%;
  height: 100%;
}

.banking_content .banking_main .banking_lunbo .swiper .swiper-slide .slide_right .slide_title {
  width: 100%;
  height: 1.9rem;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e8943c));
  background-image: linear-gradient(transparent, #e8943c);
  position: absolute;
  left: 0;
  bottom: 0;
}

.banking_content .banking_main .banking_lunbo .swiper .swiper-slide .slide_right .slide_title p {
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0.35rem;
}

.banking_content .banking_main .banking_lunbo .lunbo_btn {
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  background: #e8943c;
  position: relative;
}

.banking_content .banking_main .banking_lunbo .lunbo_btn .swiper-button-prev {
  width: 0.2rem;
  height: 0.2rem;
  background: url('../images/banking_lunbo_btn_left.png') no-repeat center center;
  background-size: 100% 100%;
  left: 0.45rem;
  top: 50%;
  margin-top: -0.1rem;
}

.banking_content .banking_main .banking_lunbo .lunbo_btn .swiper-button-prev:hover {
  opacity: 0.8;
}

.banking_content .banking_main .banking_lunbo .lunbo_btn .swiper-button-next {
  width: 0.2rem;
  height: 0.2rem;
  background: url('../images/banking_lunbo_btn_right.png') no-repeat center center;
  background-size: 100% 100%;
  right: 0.45rem;
  top: 50%;
  margin-top: -0.1rem;
}

.banking_content .banking_main .banking_lunbo .lunbo_btn .swiper-button-next:hover {
  opacity: 0.8;
}

.industry_point {
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
}

.industry_point .industry_inner {
  width: 14rem;
  margin: 0.48rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.industry_point .industry_inner li {
  float: left;
  background: #ffffff;
  border-radius: 0.15rem;
  padding: 0.6rem 0.6rem 1.1rem 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.industry_point .industry_inner li .industry_tit {
  padding-bottom: 0.3rem;
  border-bottom: 1PX solid #e5e5e5;
  position: relative;
}

.industry_point .industry_inner li .industry_tit::after {
  content: '';
  width: 0.55rem;
  height: 0.05rem;
  background: #e8943c;
  border-radius: 0.05rem;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
}

.industry_point .industry_inner li .industry_tit h3 {
  font-size: 0.3rem;
  color: #4c4c4c;
  line-height: 0.32rem;
}

.industry_point .industry_inner li .industry_txt {
  padding-top: 0.24rem;
}

.industry_point .industry_inner li .industry_txt p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #666666;
}

.industry_point .industry_inner li .industry_txt a {
  position: absolute;
  left: 0.6rem;
  bottom: 0.3rem;
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.4rem;
  border-radius: 0.6rem;
  background: #e8943c;
  font-size: 0.2rem;
  color: #ffffff;
}

.industry_point .industry_inner li:hover {
  background: url('../images/industry_item_bg.png') no-repeat #e8943c right top;
  background-size: 2.8rem 1.98rem;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(231, 148, 60, 0.3);
          box-shadow: 0 0.1rem 0.3rem 0 rgba(231, 148, 60, 0.3);
}

.industry_point .industry_inner li:hover .industry_tit {
  border-bottom: 1PX solid rgba(255, 255, 255, 0.25);
}

.industry_point .industry_inner li:hover .industry_tit::after {
  background: #ffffff;
}

.industry_point .industry_inner li:hover .industry_tit h3 {
  color: #ffffff;
}

.industry_point .industry_inner li:hover .industry_txt p {
  color: #ffffff;
}

.industry_point .industry_inner li:hover .industry_txt p a {
  background: #ffffff;
  color: #e8943c;
}

.industry_point .industry_inner.industry_four li {
  width: 6.85rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.industry_point .industry_inner.industry_four li:nth-child(2n) {
  margin-right: 0;
}

.industry_point .industry_inner.industry_three li {
  width: 4.45rem;
  margin-right: 0.32rem;
  margin-bottom: 0.3rem;
}

.industry_point .industry_inner.industry_three li:hover {
  background-size: 2.22rem 1.6rem;
}

.industry_point .industry_inner.industry_three li:nth-child(3n) {
  margin-right: 0;
}

.solution_content {
  overflow: hidden;
  position: relative;
}

.solution_content::before {
  content: '';
  width: 100%;
  height: 6.7rem;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
}

.solution_content .solution_content_inner {
  position: relative;
  width: 14rem;
  margin: 0.5rem auto 0;
  background: #ffffff;
  padding: 0.9rem 1rem 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem;
}

.solution_content .solution_content_inner .solution_txt {
  border-bottom: 1PX solid #e5e5e5;
  padding-bottom: 0.74rem;
}

.solution_content .solution_content_inner .solution_txt p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666666;
}

.solution_content .solution_content_inner .solution_info {
  padding: 0.8rem 0 0.9rem 0;
}

.solution_content .solution_content_inner .solution_info img {
  width: 100%;
}

.solution_advantage {
  width: 100%;
  background: #4c4c4c;
  overflow: hidden;
  padding-bottom: 0.5rem;
  position: relative;
}

.solution_advantage .advantage_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: blur(0.1rem);
          filter: blur(0.1rem);
}

.solution_advantage .advantage_bg img {
  width: 100%;
  height: 100%;
}

.solution_advantage .subPage_txt_title {
  color: #ffffff;
  position: relative;
}

.solution_advantage .advantage_list {
  width: 14rem;
  margin: 0.5rem auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.solution_advantage .advantage_list li {
  float: left;
  width: 4.5rem;
  /* height: 3.25rem; */
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  border: 1PX solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.2rem;
  padding: 0.6rem 0.5rem .6rem 0.68rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.solution_advantage .advantage_list li::before {
  content: '';
  width: 0.1rem;
  height: 0.33rem;
  background: #e8943c;
  position: absolute;
  left: 0;
  top: 0.7rem;
}

.solution_advantage .advantage_list li h3 {
  font-size: 0.3rem;
  line-height: 0.46rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.solution_advantage .advantage_list li p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #ffffff;
  padding-right: 0.1rem;
}

.solution_advantage .advantage_list li:nth-child(3n) {
  margin-right: 0;
}

.solution_advantage .advantage_list li:hover {
  background: url('../images/solution_advantage_bg.png') no-repeat center center;
  background-size: 100% 100%;
  border: 1PX solid transparent;
  border: none;
}

.solution_advantage .advantage_list li:hover::before {
  background: #ffffff;
}

.solution_advantage .advantage_list li:hover h3 {
  color: #ffffff;
}

.solution_advantage .advantage_list li:hover p {
  color: #ffffff;
}

.solution_advantage .advantage_list.advantage_list_four li {
  width: 6.8rem;
  height: 3rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.solution_advantage .advantage_list.advantage_list_four li:nth-child(3n) {
  margin-right: 0.3rem;
}

.solution_advantage .advantage_list.advantage_list_four li:nth-child(2n) {
  margin-right: 0;
}

.solution_value {
  width: 100%;
  background: url('../images/solution_show_bg4.jpg') no-repeat center top;
  background-size: 100% 100%;
  overflow: hidden;
  padding-bottom: 1rem;
  position: relative;
}

.solution_value .solution_value_inner {
  width: 14rem;
  margin: 0.5rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution_value .solution_value_inner li {
  float: left;
  margin-right: 0.4rem;
  width: 3.2rem;
  height: 4.7rem;
  background: #ffffff;
  border-radius: 0.15rem;
  overflow: hidden;
  padding: 0.7rem 0.2rem 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.solution_value .solution_value_inner li .value_icon {
  width: 1.02rem;
  height: 1.02rem;
  display: inline-block;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(231, 148, 60, 0.3);
          box-shadow: 0 0.1rem 0.3rem 0 rgba(231, 148, 60, 0.3);
  border-radius: 50%;
  overflow: hidden;
}

.solution_value .solution_value_inner li .value_icon img {
  width: 100%;
  height: 100%;
}

.solution_value .solution_value_inner li .value_icon img.icon1 {
  display: block;
}

.solution_value .solution_value_inner li .value_icon img.icon2 {
  display: none;
}

.solution_value .solution_value_inner li .value_tit {
  margin-top: 0.46rem;
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #4c4c4c;
  padding-bottom: 0.38rem;
  position: relative;
}

.solution_value .solution_value_inner li .value_tit::after {
  content: '';
  width: 0.55rem;
  height: 0.06rem;
  background: #e8943c;
  border-radius: 0.06rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.solution_value .solution_value_inner li .value_txt {
  margin-top: 0.27rem;
  padding: 0 0.3rem;
}

.solution_value .solution_value_inner li .value_txt p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #666666;
}
.solution_value .solution_value_inner li .value_txt p.ellipsis3{-webkit-line-clamp: 6;}

.solution_value .solution_value_inner li:nth-last-child(1) {
  margin-right: 0;
}

.solution_value .solution_value_inner li:hover {
  background: url('../images/solution_value_item_bg.png') no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(231, 148, 60, 0.3);
          box-shadow: 0 0.1rem 0.3rem 0 rgba(231, 148, 60, 0.3);
}

.solution_value .solution_value_inner li:hover .value_icon .icon1 {
  display: none;
}

.solution_value .solution_value_inner li:hover .value_icon .icon2 {
  display: block;
}

.solution_value .solution_value_inner li:hover .value_tit {
  color: #ffffff;
}

.solution_value .solution_value_inner li:hover .value_txt p {
  color: #ffffff;
}
.solution_value .solution_value_inner li:hover .value_tit::after {background: #fff;}

@media only screen and (max-width: 768px) {
  .banking_content .banking_main {
    width: auto;
    margin: 0 0.4rem;
    padding: 0.5rem 0;
  }

  .banking_content .banking_main .banking_lunbo {
    position: relative;
    margin-top: 0.38rem;
  }

  .banking_content .banking_main .banking_lunbo .swiper {
    width: 100%;
    overflow: hidden;
  }

  .banking_content .banking_main .banking_lunbo .swiper .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .banking_content .banking_main .banking_lunbo .swiper .swiper-slide .slide_left {
    width: 100%;
  }

  .banking_content .banking_main .banking_lunbo .swiper .swiper-slide .slide_right {
    width: 100%;
    height: 4.07rem;
  }

  .banking_content .banking_main .banking_lunbo .lunbo_btn {
    width: 1.6rem;
    margin: 0.4rem auto 0;
  }

  .industry_point .industry_inner {
    width: auto;
    margin: 0.48rem 0.4rem 0;
  }

  .industry_point .industry_inner li {
    float: inherit;
    padding: 0.6rem 0.6rem 1.1rem 0.6rem;
  }

  .industry_point .industry_inner.industry_four li {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .industry_point .industry_inner.industry_three li {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .solution_content .solution_content_inner {
    width: auto;
    margin: 0.6rem 0.4rem 0 0.4rem;
    padding: 0.4rem 0.5rem;
  }

  .solution_content .solution_content_inner .solution_txt {
    padding-bottom: 0.4rem;
  }

  .solution_content .solution_content_inner .solution_info {
    padding: 0.4rem 0 0.5rem 0;
  }

  .solution_advantage {
    background-size: auto 100%!important;
    padding-bottom: 0;
    position: relative;
  }

  .solution_advantage .advantage_bg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .solution_advantage .advantage_bg img {
    width: auto;
    height: 100%;
  }

  .solution_advantage .advantage_list {
    width: auto;
    margin: 0.5rem 0.4rem;
  }

  .solution_advantage .advantage_list li {
    float: left;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.25rem;
    padding: 0.3rem 0.48rem 0.4rem 0.48rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .solution_advantage .advantage_list li::before {
    top: 0.4rem;
  }

  .solution_advantage .advantage_list li h3 {
    margin-bottom: 0.1rem;
  }

  .solution_advantage .advantage_list li:nth-child(3n) {
    margin-right: 0;
  }

  .solution_advantage .advantage_list li:nth-child(2n) {
    margin-right: 0%;
  }

  .solution_advantage .advantage_list li p {
    font-size: 0.2rem;
  }

  .solution_advantage .advantage_list.advantage_list_four li {
    float: inherit;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 0.3rem 0.48rem 0.4rem 0.48rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .solution_advantage .advantage_list.advantage_list_four li:nth-child(3n) {
    margin-right: 0;
  }

  .solution_advantage .advantage_list.advantage_list_four li:nth-child(2n) {
    margin-right: 0;
  }

  .solution_value {
    padding-bottom: 0.5rem;
  }

  .solution_value .solution_value_inner {
    width: auto;
    margin: 0.5rem 0.4rem 0 0.4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .solution_value .solution_value_inner li {
    float: left;
    margin-right: 4%;
    width: 48%;
    height: 4.7rem;
    margin-bottom: 0.2rem;
  }

  .solution_value .solution_value_inner li:nth-child(2n) {
    margin-right: 0;
  }

  .solution_value .solution_value_inner li:nth-last-child(1) {
    margin-right: 0;
  }
}