/*.container{*/
/*background-image: url('../image/prodCenter.jpg');*/
/*width: 100%;*/
/*background-repeat:no-repeat;*/
/*background-size:100%;*/
/*!*background-color: white;*!*/
/*}*/
.content{
    width: 100%;
}
.prodCenter_banner{
    width: 100%;
    height: 40rem;
    padding-bottom: 2px;
    background: url(../image/prodCenter_nav.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.prodCenter_crumbs{
    /*padding: 110px 575px 0px 575px;*/
}
.prodCenter_crumbs_text{
    font-size: 6rem;
    color: white;
    text-align: center;
    width: 26rem;
    margin: auto;
    padding: 16rem 0px 2rem 0px;
    border-bottom: 2px solid #008080;
}
.prodCenter_crumbs_location{
    line-height: 1.4rem;
    color: white;
    display: flex;
    font-size: 2rem;
    margin: 0 auto;
    padding-top: 1.9rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.prodCenter_crumbs_location span{
    margin-left: 0.5rem;
}
.prodCenter_crumbs_location a{
    color: white;
}

/*产品选项卡*/
.content_tab{
    width: 72%;
    margin: auto;
    margin-top: 24px;
}
.content_tab:after{
    display: block;
    content: ' ';
    clear: both;
}
.content_tab_title{
    width: 21%;
    float: left;
}
.content_core_title{
    position: relative;
    top: 0;
    padding: 4px;
    border: 2px solid #007D75;
}
.content_core_title img:nth-child(1){
    position: absolute;
    top: 2px;
    left: -12px;
}
.content_core_title img:nth-child(2){
    position: absolute;
    top: -8px;
    right: 1rem;
}
.content_core_title span{
    margin-left: 46px;
    font-weight: 600;
    color: #007D75;
    font-size: 2rem;
}
.content_core ul{
    padding-left: 43px;
    padding-top: 10px;
    font-size: 1.5rem;
    border-right: 2px solid #007D75;
}
.content_core ul li{
    list-style-type: disc;
    line-height: 3.3rem;
    color: #B7B2AC;
    cursor:pointer
}
.content_core ul li a{
    color: #B7B2AC;
}
/*产品推荐*/
.content_recom{
    margin-top: 29px;
}
/*产品中心tab页内容*/
.content_tab_content{
    width: 75%;
    float: right;
    display: flex;
    flex-wrap: wrap;
}
.content_tab_content a{
    color: #333;
    width: 33%;
}
.content_tab_cont{
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 10px;
    float: left;
}
.content_tab_cont img{
   width: 100%;
   height: 100%;
}
.content_tab_cont .text{
    margin-top: 2.3rem;
    font-size: 1.7rem;
}
.content_tab_cont .text .cont{
    transform-origin: 0 0;
    transform: scale(0.88,0.88);
    color: rgb( 102, 102, 102 );
    margin-top: 5px;
}