.banner-head{
width: 100%;
height: 45vh !important;
background: url(./../image/bannerbg/aboutbg.png);
background-size: cover;
background-repeat: no-repeat;
display: flex;
align-items: center;
}
.banner-head h3{
    color: #4173EE;
}
.banner-head p{
    color: #64666A;
    margin-top: 1rem;
}
.cust-about{
    padding: 0 1rem;
    margin: 1rem 0;
}
.about-title{
    padding: 0 1rem;
    margin: 1rem 0;
}
.cust-about{
    background: #FFFFFF;
    box-shadow: 6px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 29px 29px 29px 29px;
}
.about-title{
    background: url(./../image/about/aboutus.png);
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 55px;
}
.about-content{
    background: url('./../image/about/logo.png');
    background-size: auto 283px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.text-line{
    position: relative;
}
.text-line::after{
    position: absolute;
    top: 15px;
    right: 0;
    content: '';
    width: 1px;
    height: 40px; 
    transform: rotate(10deg);
    border: 1px solid rgba(52,111,246,0.35);
}
#iso{
    background: url('./../image/about/aboutbg1.png');
    background-size:cover;
    background-repeat: no-repeat;
}
#team{
    height: 20rem;
    background: url('./../image/about/main2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.bz-item{
    width: 100%;
    height: 23rem;
    position: relative;
}
.bz-item1{
    background: url('./../image/about/bz1.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.bz-item2{
    background: url('./../image/about/bz2.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.bz-item3{
    background: url('./../image/about/bz3.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.bz-item4{
    background: url('./../image/about/bz4.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.bz-show{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient( 180deg, rgba(65,115,238,0) 0%, #4173EE 100%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
    padding: 0 2rem;
    border-radius: 10px;

}
.bz-show h6{
    text-align: left;
    padding-top: 160px;
    color: #fff;

}
.bz-show p{
    font-size: .85rem;

}
.bz-item:hover .bz-show{
    display: block;
}
.bz-item:hover .bz-title{
    display: none;
}
.bz-item .bz-title{
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    height: 5rem;
    color: #FFFFFF;
    width: 100%;
    background: linear-gradient( 180deg, rgba(65,115,238,0) 0%, #4173EE 100%);
    text-align: left;
    line-height: 6;
    padding-left: 1rem;
    display: block;
}
.bz-item p{
    color: #FFFFFF;
    text-align: left;
}
.bz-item:hover{
}
#innovate{
    background: url('./../image/about/slbg.png');
    background-size: 100% 100%;
    padding-bottom: 7rem;
}
.wrap_swiper{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 80px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.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;
}
#aboutCarousel{
    width: 100% !important;
    margin: auto;
}
#aboutCarousel .swiper-wrapper .swiper-slide{
    background: transparent;
}
#aboutCarousel .swiper-pagination-bullet{
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    margin: 0 5px;
}
@media screen and (max-width: 768px) {
#iso{
    background: url('./../image/about/aboutbg1.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.bz-show{
    display: block;
}
.bz-show h6{
    padding-top: 20vh;
}
/* .banner-head h3{
    color: #fff;
}
.banner-head p{
    color: #fff;
    margin-top: 1rem;
} */
.text-line::after{
    top: 15px;
    right: 0;
    content: '';
    width: 1px;
    height: 40px; 
    transform: rotate(10deg);
    border: 1px solid rgba(52,111,246,0.35);
    display: none;
}
#innovate{
    background: url('./../image/about/slbg.png');
    background-size: 100% 100%;
    padding-bottom: 15vw;
}
.wrap_swiper{
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.swiper-button{
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 14px;
}
.swiper-slide{
    width: 50% !important;
}
.culture{
    margin-bottom: 3rem;
}
}