.banner{
    background-size: cover;
    background-position: center right;
    background-image: url(../image/chanpinzhongxin/产品中心.png);
}
.title-img-box{
    /* position: absolute; */
    width: 240px;
    height: 240px;
    margin: auto;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center
}
.mySwiper1 .swiper-slide{
    background: #F6FBFF!important
}
.baihu_desc{
    display: flex;
    background-color: #F5F8FF;
    border-radius: 10px;
    height: 90px;
    margin-bottom: 10px;
    align-items: center;
}
.baihu_desc_text{
    margin-top: 10px;
    height: 80px;
}
.baihu_desc_img{
    margin-right: 20px;
}
.title{
    box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
}
.title-tab{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content:center;
    padding-bottom: 20px;
}
.title-tab-item{
    width: 100px;
    font-size: 14px;
    cursor: pointer;
    color: rgba(102,102,102,1);
}
.title-tab-item.active{
    color: rgba(51,128,255,1);
}