/* 产品中心css */



/* 中间信息 */



/* 中间左边按钮 */
.cpzx-body{
    display: flex;
    justify-content: space-between;
}

/* 左 */
.cpzx-left{
    width: 22%;
}
.cpzx-left>ul>li{
    height: 68px;
    width: 100%;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
}
.cpzx-left>ul>li>a{
    color: #555555;
    font-size: 16px;
    margin-left: 23px;
}
.cpzx-left>ul>li:hover a{
    color: #fff !important;
}

.cpzx-left>ul>li:hover{
    background-color: #e50112 !important;
}


.selected
{
    background-color: #e50112 !important;
}
.selected a
{
    color: #fff !important;
}

/* 点击后的样式 */
.li-bgk{
    background-color: #e50112 !important;
}
.span-clr{
    color: #fff !important;
}

/* 右 */
.cpzx-right{
    width: 77%;
}
.right-1>ul{
    flex-wrap: wrap;
    display: none;
}
.right-ul-show{
    display: flex !important;
}
.right-1>ul>li{
    width: 31%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 410px;
    justify-content:space-evenly;
	margin: 0px 1%;

}
.right-1>ul>li a{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content:space-evenly;

}
.right-1{
    width: 100%;
}
.right-1-show{
    display: block !important;
}


/* 文字 */
.right-text{
    text-align: center;
}
.right-text>h5{
    font-size: 18px;
    color: #242424;
    margin-bottom: 20px;
}
.right-text>div>span{
    font-size: 14px;
    color: #696969;
}
.right-img{
    height: 200px;
    display: flex;
    align-items: center;
}
.right-img img
{
    width: 100%;
    max-height: 175px;
}

/* :hover----------- */
.right-1>ul>li:hover{
    /* width: 100px; */

    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
    transform:scale(1.01);
}

.right-1>ul>li a:hover .right-text>h5{

    color: #e50112 !important;
}



