.productList{
    display: flex;
    width: 80%;
    margin: auto;
}

.search_box{
    display: flex;
    width: 80%;
    margin: auto;
    background-color: white;
}
div#plugin_4382733938243110{

    justify-items: flex-end;
    margin-left: auto;
}
.left_menu{
    width: 20%;
    background-color: #ebf5f1;
    height: 1200px;
    letter-spacing: 3px;
    font-size: 1em;

}
.right_content{
    width: 80%;
    background-color: white;
    height: 1200px;
    border-left: 1px solid #1bd3a4;
}

.path_box{
    color: black;
    background-color: blanchedalmond;
    height: 49px;
    font-size: 16px;
    line-height: 2.9;
    padding-left: 30px;

}
.full_page{
    background-color: #e1e6e6fe;
}

#el_5156429983458973{
    background-color: black;
}


/* 中间菜单栏的样式 - */
.plugin_8849659911114791 .mod-first:hover {
    background-color: #4c4848 ;
    border-bottom: 10px solid  rgb(108, 228, 134) ;
	border-bottom: 1px solid #e0e0e0; 
	transition: background-color 0.3s ease;
}

.plugin_8849659911114791 .menu{
    letter-spacing: 5px;
}

/* 产品列表模版的文档列表区的样式 */
#el_4126306153288665 {
    padding: 10px 10px 10px 10px;
}

.art_content{

    width: 90%;
    margin: auto;
    margin-top: 20px;
    height: 1200px;
    /* background-color:#4c4848; */
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 27px;
    color: black;
}
.art-title{
    font-size: 1.5em;
}
.art-digest{
    text-indent: 2em;
    padding-top: 1px;
}
.art-item{
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #dddddd;

}
.pro_title{
    background-color: #999191;;
    height: 200px;
}

.product_title{
    color: rgba(16, 250, 8, 0.995);
    font-size: 1.2em;
    line-height: 2.5em;
    list-style-type: none;
    padding-left: 30px;
    background-color: #005f59;;
    height: 180px;
    letter-spacing: 10px;
}
*{
    padding: 0;
    margin: 0;
}


.pro_detials {
    display: flex;
    list-style-type: none;
    padding: 0;
    cursor: pointer;

    
}

.pro_detials li:hover {
        background-color: #4c4848; /* 默认的鼠标悬停时背景色 */
        transition: background-color 0.3s ease;
    }
.pro_detials li {
    padding: 10px 20px;
    cursor: pointer;
    background-color: black;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid white;
    font-size: 1.2em;
    color: white;
    letter-spacing: 10px;
}
.pro_detials :first-child{
    border: 0;
}
.content-block {
    display: none;
    /* margin-top: 20px; */
    height: 800px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    height: 1200px;
    /* background-color:#4c4848; */
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 27px;
    color: black;
    overflow: auto;
    max-height: 900px;

}

#segment{
    color: rgba(16, 250, 8, 0.995);

}

#neirong{
    color: white;
    letter-spacing: 1px;
}

/* head 样式 */
.topBanner{
    width: 100%;
    height: 300px;
    color: white;
    margin: auto;
    background-color: #4c4848;
    /* background-image: url(http://www.bstelec.com/uploads/materials/background-pic.jpg) ; */
}
.leftBanner{
    height: 300px;
    width: 50%;
    background-color: #f09f5c;
    float: left;
    padding: 80px 50px 50px 50px;
    line-height: 3em;
    letter-spacing: 2px;

}
.rightBanner{
    height: 300px;
    width: 49%;
    background-color: #f0f2e6;
    float: right;
    padding: 80px 50px 50px 50px;
    line-height: 3em;

}
.companyName{
    font-size: 2em;
}
.contactPhone{
    font-size: 2em;
}
*{
    box-sizing: border-box;
}
