.Zproduct{
    width: 100%;
    background: #FFFFFF;
}
.Zproduct .title{
    width: 100%;
    text-align: center;
    color:#303133;
    padding-top: 80px;
    margin-bottom: 40px;
    font-weight: Regular;
    font-size: 32px;
}
.Zproduct .swiper{
    width: 1250px;
    height: 420px;
    /* border: 1px solid black; */
    margin: auto;
    margin-bottom: 80px;
}
.Zproduct .swiper .swiperDiv{
    display: flex;
    padding: 0px 50px;
    background: white;
}
.Zproduct .swiperDiv .swiperDiv-left{
    width: 600px;
    height: 420px;
    display: flex;
    align-items: center;
}
.Zproduct .swiperDiv .swiperDiv-left img{
    width: 100%;
}
.Zproduct .swiperDiv .swiperDiv-right{
    width: 520px;
    height: 420px;
    margin-left: 40px;
    box-sizing: border-box;
    padding-top: 40px;
}
.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-top{
    width: 100%;
    height: 96px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-top img{
    width: 160px;
}
.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-top .des{
    height: 38px;
    font-weight: 600;
    font-size: 24px;
    color: #303133;
    display: flex;
    margin-left: 16px;
}

.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-main{

}

.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-main .des{
    margin-bottom: 16px;
    line-height: 24px;
}
.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-main .desTabs{
    display: flex;
}
.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-main .desTabs span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    height: 25px;
    background: #EDEEEF;
    border-radius: 15.5px;
    margin-right: 12px;
}

.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-bottom{
    display: flex;
    margin-top: 101px;
}

.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-bottom div{
    width: 144px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-bottom .bottomView1{
    background: #009B69;
    color:white;
    transition: 0.3s;
}
.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-bottom .bottomView1:hover{
    background: #00B37A;
}

.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-bottom .bottomView2 a{
    box-sizing: border-box;
    border: 1px solid #00B37A;
    background: white;
    color:#009B69;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.Zproduct .swiperDiv .swiperDiv-right .swiperDiv-right-bottom .bottomView2 a:hover{
    background: #009B69;
    color: white;
}
.Zproduct .tabsIndex{
    width: 100%;
    margin-bottom: 80px;
    background: #F8F8F8;
}
.Zproduct .tabsIndex .title{
    width: 100%;
    font-size: 32px;
    color: #303133;
    text-align: center;
}







.Zproduct .tabsIndex .tabsList{
    width: 1200px;
    height: 68px;
    margin: auto;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 24px;
}
.Zproduct .tabsIndex .tabsList .leftTitle{
    margin-right: 32px;
}
.Zproduct .tabsIndex .tabsList .mainTitle{
    display: flex;
}
.Zproduct .tabsIndex .tabsList .mainTitle .rightTitleView{
    cursor: pointer;
    box-sizing: border-box;
    padding: 0px 12px;
    height: 28px;
    background: #EFEFEF;
    border-radius: 15.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    transition: 0.3s;
}
.Zproduct .tabsIndex .tabsList .mainTitle .rightTitleViewHover{
    background: #00B37A;
    color:white;
}
.Zproduct .tabsIndex .tabsList .mainTitle .rightTitleView:hover{
    background: #00B37A;
    color:white;
}
.Zproduct .tabsIndex .tabsList .rightTitle{
    margin-left: 19%;
}
.Zproduct .tabsIndex .tabsView{
    width: 1200px;
    margin: auto;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}
.Zproduct .tabsIndex .tabsView .viewDiv{
    width: 384px;
    height: 305px;
    background: #FFFFFF;
    border: 0.5px solid #EEF0F3;
    margin-bottom: 24px;
    position: relative;
    margin-right: 24px;
    transition: 0.3s;
    box-shadow:0 0px 0px 0 rgb(192 196 204 / 28%);
}

.Zproduct .tabsIndex .tabsView .viewDiv:nth-child(3n){
    margin-right: 0px
}
.Zproduct .tabsIndex .tabsView .hoverViewDiv{
    border: 0.5px solid #EEF0F3;
    box-shadow: 0 8px 24px 0 rgba(192,196,204,0.28);
}
.Zproduct .tabsIndex .tabsView .viewDiv img{
    width: 100%;
    height: 96px;
    margin-top: 16px;
}
.Zproduct .tabsIndex .tabsView .viewDiv .titleView{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #303133;
    font-weight: 600;
}
.Zproduct .tabsIndex .tabsView .viewDiv .tabsViewList{
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 20px;
}
.Zproduct .tabsIndex .tabsView .viewDiv .tabsViewList .tabsLeft{
    margin-right: 12px;
}
.Zproduct .tabsIndex .tabsView .viewDiv .tabsViewList div{
    height: 25px;
    background: #EDEEEF;
    border-radius: 15.5px;
    box-sizing: border-box;
    padding: 0px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Zproduct .tabsIndex .tabsView .viewDiv .des{
    margin: 0px 40px 40px 40px;
    color: #303133;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.Zproduct .tabsIndex .tabsView .hoverViewDiv .des{
    -webkit-line-clamp: 4;
}

.Zproduct .tabsIndex .tabsView .viewDiv .bottomView{
    margin: 0px 40px 40px 40px;
    justify-content: space-between;
    display: none;
}
.Zproduct .tabsIndex .tabsView .viewDiv:hover .bottomView{
    display: flex;
    background: white;
    margin: 0;
    justify-content: space-around;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: -59px;
    z-index: 1;
    border-bottom: 0.5px solid #EEF0F3;
    box-shadow: 0px 7px 12px 0px rgb(192 196 204 / 28%);
}

.Zproduct .swiper .layui-carousel:hover .layui-carousel-arrow{
    left: 0px
}
.Zproduct .swiper .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
    left: 0px;
    color: #565656;
    background: white;
    box-shadow: 0 4px 16px 0 rgb(192 196 204 / 16%);
}
.Zproduct .swiper .layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
    right: 0px
}
.Zproduct .tabsIndex .tabsView .viewDiv .bottomView div{
    width: 144px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.Zproduct .tabsIndex .tabsView .viewDiv .bottomView .bottomViewLeft{
    background: #00B37A;
    color:white;
    transition: 0.3s;
}
.Zproduct .tabsIndex .tabsView .viewDiv .bottomView .bottomViewLeft:hover{
    background: #009B69;
}
.Zproduct .tabsIndex .tabsView .viewDiv .bottomView .bottomViewRight a{
    width: 144px;
    height: 40px;
    border: 1px solid #EFEFEF;
    color:#565656;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.Zproduct .tabsIndex .tabsView .viewDiv .bottomView .bottomViewRight a:hover{
    border: 1px solid #00B37A;
    color:#00B37A;
}