#pd-banner{
    background-image: url('./../image/product/bannerbg.png');
    background-size: 100% 100%;
    background-position: center;
}
.card-item {
  height: 300px;
  cursor: pointer;
  transition: flex 0.3s ease;
}

.citem1,.citem3{
  background: linear-gradient( 180deg, #E4ECFB 0%, #F6FAFF 100%);
  border-radius: 20px 20px 20px 20px;
}
.citem2,.citem4{
  background: linear-gradient( 180deg, #D9F4FF 0%, #ECFAFF 100%);
  border-radius: 20px 20px 20px 20px;
}
.card-item img{
  width: 50px;
  height: auto;
  display: block;
  margin: auto;
  padding-top: 8vh;
}
/* .citem1:hover {
  flex: 2; 
  background:url('./../image/product/hx_activebg1.png'); 
  background-size: 100% 100%;
}
.citem2:hover {
  flex: 2; 
  background:url('./../image/product/hx_activebg2.png'); 
  background-size: 100% 100%;
}
.citem3:hover {
  flex: 2; 
  background:url('./../image/product/hx_activebg3.png'); 
  background-size: 100% 100%;
}
.citem4:hover {
  flex: 2; 
  background:url('./../image/product/hx_activebg4.png'); 
  background-size: 100% 100%;
} */
.card-item h5{
    position: relative;
    text-align: center;
    margin-top: 20px;
    color: #302D2D;
}
.card-item p{
  margin-top: 30px;
  text-align: center;
  color: #302D2D;
}
.card-item:hover{
  background-color: rgba(255, 255, 255, 0.4);
}
.card-item h5::after{
    position: absolute;
    content: "";
    width: 75px;
    height: 5px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 40px;
    border-radius: 22px 22px 22px 22px;
    transition: all 0.3s ease;
}

.card-item:hover h5::after{
    background-color: #0d6efd;
   
}
.card-item:hover {
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  transform: translateY(-3px);
}
.card-item:hover h5,.card-item:hover p{
  color: #0d6efd;
}

#pd-szhyy{
    width: 100%;
    height: auto;
    position: relative;
}
.cust-postion{
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.tab-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.tab-text{
    position: relative;
}
.nav-item .active p{
    color: #0d6efd;
}
.nav-item .active p::after{
    content: "";
    position: absolute;
    width: 75px;
    height: 3px;
    background-color: #0d6efd;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 30px;
    transition: all 0.3s ease;
}
.tab-pane{
    width: 100%;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 34px 34px 34px 34px;
    border: 4px solid #7FA2F8;
    padding: 3rem 2rem;
}
.tab-pane-swiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-wrapper{
    align-items: center;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: rgba(52,111,246,0.07);
  border-radius: 50%;
  color: #7FA2F8;
  z-index: 10;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #7FA2F8;
}

.button-prev{
  left: 0;
}
.button-next {
  right: 0;
}



#doa-banner{
    width: 100%;
    height: auto;
    background:url('./../image/product/doa/bannerbg.png'); /* 渐变背景 */
    background-size: 100% 100%;
}




/* bpm */
#bpm-banner{
    width: 100%;
    height: auto;
    background:url('./../image/product/bpm/bannerbg.png'); /* 渐变背景 */
    background-size: 100% 100%;
}


/* bpi */

.bpi-top {width: 100%;
    height: auto;
    background:url('./../image/product/bpi/bannerbg.png'); /* 渐变背景 */
    background-size: 100% 100%;
}


/* pe */
.pe-card{
    height: auto;
}
.pe-card-2{
    box-shadow: 6px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 29px 29px 29px 29px;
}
.pe-card-1 .pe-card-child-item{
  height: 120px;
  line-height: 120px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pe-card-1 .child-ietm1{
  background: url('./../image/other/peo-cardbg1.jpg');
  background-size: 100% 100%;

}
.pe-card-1 .child-ietm2{
  background: url('./../image/other/peo-cardbg2.jpg');
  background-size: 100% 100%;
  
}
.pe-card-1 .child-ietm3{
  background: url('./../image/other/peo-cardbg3.jpg');
  background-size: 100% 100%;
  
}
.pe-card-1 .child-ietm4{
  background: url('./../image/other/peo-cardbg4.jpg');
  background-size: 100% 100%;
  
}
.gpm_item{
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: center;
    height: 80px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid rgba(10, 18, 33, 0.16);
    font-size: 16px;
    color: rgba(10, 18, 33, 0.72);
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}
.gpm_item:last-child{
  margin-bottom: 0;
}
.gpm_item:hover{
    background: #f2f2f2;
    color: #0d6efd;
}
.gpm_item::before{
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #0d6efd;
}

@media screen and (max-width: 768px) {
    #pd-szhyy{
        width: 100%;
        height: 190px;
        background:url('./../image/product/main1.png'); /* 渐变背景 */
        background-size: 100% 100%;
        background-position: center;
    }
  .comm-title{
        font-size: 1rem !important;
    }
    .tab-container .tab-nav{
      padding-left: 0px;
    }
    .tab-container .bpa-item-tab img{
      width: 40px;
    }
     .tab-container .bpa-item-tab .tab-text{
        font-size: 0.65rem;
    }
    .tab-container .nav-item .active p::after{
        width: 40px;
    }
    .tab-container .tab-right{
        width: 15px;
    }
    .content-container .swiper-button{
      display: none;
    }
    .content-container .tab-pane{
        padding: 10px;
        border: 2px solid #7FA2F8;
    }
    #doa-banner{
      background-size: auto 100%;
    }

}
.doa-info-box-one{
  margin-right: 10vw;
  background: #0d6efd;
  color: #fff;
  border-radius: 8px;
  padding: 20px 20px;
  font-size: 15px;
  height: 15vw;
}
.doa-info-box-two{
  margin-left: 10vw;
  border-radius: 8px;
  color: #0d6efd;
  padding: 20px 20px;
  box-shadow: 3px 2px 6px 1px rgba(0,0,0,0.16);
  font-size: 15px;
  height: 15vw;
}
.doa-info-box-title{
  font-weight: 600;
}
.doa-info-box-title span{
  font-size: 18px;
}

.doa-one-left{
  text-align: right;
}
.doa-cust-xzbox{
  position: relative;
}
.doa-center-cust-box{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 15vw;
  height: 15vw;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-box-title{
  width: 12vw;
  height: 12vw;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  font-size: 52px;
  text-align: center;
  line-height: 12vw;
}
.doa-info-box-two .doa-info-box-content p{
  text-align: right;
}