/* 关于云顶贵宾会新增 */
.ab4 .top .ny_tit {
  text-align: center;
}

.ab4 .top .ny_tit:after {
  left: 50%;
  transform: translateX(-50%);
}

.ab4 .other {
  margin-bottom: 0.84rem;
  position: relative;
  padding: 0 1.1rem
}

.ab4 .other .tit {
  text-align: center;
  font-family: hb;
  margin-bottom: 0.55rem;
}

.ab4 .other .swiper-slide {
  position: relative;
}

.ab4 .other .swiper-slide .img {
  margin-bottom: 0.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ab4 .other .swiper-slide .img img {
  display: block;
  max-width: 100%;
}

.ab4 .other .swiper-slide p {
  text-align: center;
  display: none;
  font-family: hm;
  color: #111111;
  line-height: 1.33;
}

.ab4 .other .swiper-slide-active p {
  display: block;
}

.ab4 .other .prev {
  cursor: pointer;
  position: absolute;
  left: 34vw;
  bottom: -0.1rem;
  z-index: 4;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/static/img/ab3_prev1.png);
  background-size: 100% 100%;
  transition: all .3s;
}

.ab4 .other .prev:hover {
  background-image: url(/static/img/ab3_prev.png);
}

.ab4 .other .next {
  cursor: pointer;
  position: absolute;
  right: 34vw;
  bottom: -0.1rem;
  z-index: 4;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/static/img/ab3_next1.png);
  background-size: 100% 100%;
  transition: all .3s;
}

.ab4 .other .next:hover {
  background-image: url(/static/img/ab3_next.png);
}

.ab5 .box:nth-of-type(1) {
  padding: 1.9rem 0.4rem 1.66rem 1.85rem;
}

.ab5 .box:nth-of-type(1) .txt {
  width: 4.52rem;
  position: relative;
}

.ab5 .box:nth-of-type(1) .btn {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.ab5 .box:nth-of-type(1) .btn .prev {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/static/img/ab3_prev1.png);
  background-size: 100% 100%;
  transition: all .3s;
  margin-right: 0.35rem;
}

.ab5 .box:nth-of-type(1) .btn .prev:hover {
  background-image: url(/static/img/ab3_prev.png);
}

.ab5 .box:nth-of-type(1) .btn .next {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/static/img/ab3_next1.png);
  background-size: 100% 100%;
  transition: all .3s;
}

.ab5 .box:nth-of-type(1) .btn .next:hover {
  background-image: url(/static/img/ab3_next.png);
}

.ab5 .box:nth-of-type(1) .pics {
  width: calc(100% - 4.52rem);
  overflow: hidden;
}

.ab5 .box:nth-of-type(1) .pics .swiper-slide {
  padding: 0.16rem 0.16rem 0.27rem 0.16rem;
  background-color: #ffffff;
  border: 1px solid rgba(36, 54, 100, 0.1);
}

.ab5 .box:nth-of-type(1) .pics .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.ab5 .box:nth-of-type(1) .pics .swiper-slide .img img {
  display: block;
  width: 100%;
  max-height: 3.34rem;
  transition: all .3s;
}

.ab5 .box:nth-of-type(1) .pics .swiper-slide p {
  color: #111111;
  font-family: hb;
  text-align: center;
  height: 2.4em;
  line-height: 1.2;
}

.ab5 .box:nth-of-type(1) .pics .swiper-slide-active {
  background-image: url(/static/img/ab5_bg2.png);
  background-size: 100% 100%;
  border-color: transparent;
}

.ab5 .box:nth-of-type(1) .pics .swiper-slide-active p {
  color: #ffffff;
}

.ab5 .box {
  margin-bottom: 0;
  background-color: #ffffff;
}

/* 光伏新增 */
.pl_con .pl3_a {
  background-image: url(/static/img/pl3_a_bg.png);
  background-size: cover;
  padding: 0.68rem 1.1rem 0.88rem 1.1rem;
  position: relative;
  z-index: 6;
}

.pl_con .pl3_a .tit {
  text-align: center;
  font-family: hb;
  color: #111111;
  margin-bottom: 0.74rem;
}

.pl_con .pl3_a .part {
  display: flex;
  justify-content: space-between;
}

.pl_con .pl3_a .part .left {
  width: 9.6rem;
  position: relative;
  padding: 0 1.2rem;
}

.pl_con .pl3_a .part .left .swiper-slide {
  padding: 0.1rem 0.1rem 0.2rem 0.1rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
}

.pl_con .pl3_a .part .left .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  margin-bottom: 0.2rem;
}

.pl_con .pl3_a .part .left .swiper-slide .img img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.pl_con .pl3_a .part .left .swiper-slide:hover .img img {
  transform: scale(1.03);
}

.pl_con .pl3_a .part .left .swiper-slide p {
  text-align: center;
  color: #243664;
  font-family: hb;
  transition: all .3s;
}

.pl_con .pl3_a .part .left .swiper-slide:hover {
  /*background-image: -webkit-linear-gradient(right, #6391FF, #0023AF);*/
}

.pl_con .pl3_a .part .left .swiper-slide:hover p {
  /*color: #ffffff;*/
}

.pl_con .pl3_a .part .left .prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(/static/img/ab3_prev1.png);
  background-size: 100% 100%;
  transition: all .3s;
}

.pl_con .pl3_a .part .left .prev:hover {
  background-image: url(/static/img/ab3_prev.png);
}

.pl_con .pl3_a .part .left .next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(/static/img/ab3_next1.png);
  background-size: 100% 100%;
  transition: all .3s;
}

.pl_con .pl3_a .part .left .next:hover {
  background-image: url(/static/img/ab3_next.png);
}

.pl_con .pl3_a .part .right {
  width: 6.75rem;
  position: relative;
  overflow: hidden;
}

.pl_con .pl3_a .part .right h3 {
  color: #111111;
  margin-bottom: 0.32rem;
  font-family: hb;
}

.pl_con .pl3_a .part .right ul {
  margin-bottom: 0.5rem;
}

.pl_con .pl3_a .part .right ul li {
  display: flex;
  align-items: center;
  color: #111111;
  font-family: hm;
  line-height: 2.2;
}

.pl_con .pl3_a .part .right ul li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1C42C5;
  margin-right: 0.1rem;
}

.pl_con .pl3_a .part .right .lc {
  padding: 0.5rem 0.7rem;
  background-image: -webkit-linear-gradient(right, #EFF1F7, #FFFFFF);
  border-radius: 0.2rem;
  border: 2px solid #FFFFFF;
}

.pl_con .pl3_a .part .right .lc .swiper-slide {
  padding: 4px;
  transition: all .3s;
}

.pl_con .pl3_a .part .right .lc .swiper-slide img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.pl_con .pl3_a .part .right .lc .swiper-slide:hover {
  /*background: -webkit-linear-gradient(right, #6391FF, #0023AF);*/
}

.pl_con .pl3_a .part .right .lc .swiper-slide:hover img {
  transform: scale(1.03);
}

/* 产品应用中心 */
.pl2_a {
  position: relative;
  background-image: url(/static/img/pl2_a_bg.png);
  background-repeat: no-repeat;
  padding: 2.07rem 0.75rem 0 0.75rem;
}

.pl2_a .tit {
  text-align: center;
  font-family: hb;
  color: #ffffff;
  margin-bottom: 1.7rem;
}

.pl2_a .part {
  border-radius: 0.2rem;
  background-color: #FBFCFF;
  overflow: hidden;
  padding: 0.65rem 0.35rem;
  box-shadow: 0 -30px 36px rgba(0, 35, 175, 0.03);
}

.pl2_a .part .swiper-slide {
  border-radius: 0.2rem;
  border: 1px solid rgba(36, 54, 100, 0.1);
  padding: 1rem 0.45rem 0.7rem 0.45rem;
  position: relative;
}

.pl2_a .part .swiper-slide::after {
  content: '';
  display: block;
  width: 1.91rem;
  height: 1.99rem;
  background-image: url(/static/img/pl2_a_icoa.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.pl2_a .part .swiper-slide .ico {
  height: 0.4rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.pl2_a .part .swiper-slide .word {
  margin-top: 0.2rem;
  text-align: center;
  position: relative;
  z-index: 5;
}

.pl2_a .part .swiper-slide .word .h {
  color: #111111;
  font-family: hb;
  margin-bottom: 0.18rem;
}

.pl2_a .part .swiper-slide .word .p {
  font-family: hr;
  line-height: 1.75;
  color: #333333;
  height: 1.11rem;
}

@media (max-width: 1366px) {
  .pl_con .pl3_a .part .right {
    width: 7rem;
  }

  .pl_con .pl3_a .part .left {
    width: 9rem;
    padding: 0 .6rem;
  }
}
@media (max-width: 1024px) {
.ab4 .other .swiper-slide p{
    min-height: 32px;
}
    .ab4 .other .prev{
        left: 20vw;
        bottom: 12px;
    }
    .ab4 .other .next{
        right: 20vw;
        bottom: 12px;
    }
  .ab4 .other{
      padding: 0;
  }
  .ab5 .box:nth-of-type(1){
      padding: 40px 20px;
  }
  .ab5 .box:nth-of-type(1) .txt{
      padding-bottom: 40px;
      margin-bottom: 20px;
  }
  .ab5 .box:nth-of-type(1) .pics{
      width: 100%;
  }
  .pl_con .pl3_a{
      padding: 60px 20px;
  }
  .pl_con .pl3_a .part .left{
      padding: 0;
      width:100%;
      margin-bottom: 40px;
  }
  .pl_con .pl3_a .part{
      display: block;
  }
  .pl_con .pl3_a .part .right{
      width: 100%;
  }
  .pl_con .pl3_a .part .right .lc{
      padding: 20px;
  }
  .pl2_a{
      padding: 60px 20px;
  }
  .pl2_a .tit{
      margin-bottom: 30px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}



















<!--0.00025820732116699-->