/* <!--------------------------------------------------------------------------------------------------> */
/* 服务项目 */
#ServiceItems {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ServiceItems {
      margin-top: 100px;
    background-color: rgb(255, 255, 255);
} 
#top-bg {
   flex: 1;
    width: inherit;
    height: 237px;
    background-color: rgb(51, 51, 51);
    background-image: url("../images/service-bg.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#top-bg span {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px;
    color: #fff;
    text-align: center;
    opacity: 0.9;
}

.ServiceItems .content {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 0;
}

.ServiceItems .solution-content {
    width: inherit;
    display: flex;
    justify-content: space-between;
}

.ServiceItems .solution-content .solution-content-left {
    height: 380px;
    padding-top: 20px;
    width: 20%;
    padding-left: 0;
    margin: 0;
    background-color: rgb(255, 255, 255);
}


.ServiceItems .solution-content-left li {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 40px;
}

.ServiceItems .solution-content-left li:hover {
    background: #eaeefd;
}

.ServiceItems .solution-content-left li:hover span {
    color: #2f54eb;
}


.ServiceItems .solution-content .solution-content-left li.active {
    background: #eaeefd;
}

.ServiceItems .solution-content-left li span {
    text-indent: 2em;
    font-size: 14px;
    padding-left: 1px;
    color: #555555;
    font-weight: normal;
}

.ServiceItems .solution-content .solution-content-right {
    width: 76%;
    min-height: 600px;
    box-sizing: border-box;
    position: relative;
}

.ServiceItems .solution-content .content-list {  
    line-height: 2;
}
.ServiceItems .solution-content .content-list p{
    font-size:16px !important;
    line-height: 1.5 !important;
	font-weight:bold;
}
.ServiceItems .solution-content .content-list span{
    font-size:16px !important;
}

.ServiceItems .content-list .right-header {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #222222; 
}

.ServiceItems .content-list .right-text { 
    font-size: 16px; 
    line-height: 2;
	text-indent: 2em;
}

.ServiceItems .content-list .right-text p{ 

}

.ServiceItems .content-list .right-text span{ 
}
.ServiceItems .content-list .right-text img{
max-width:100%;
}
.ServiceItems .solution-content-model {
    width: inherit;
    display: flex;
    flex-direction: column;
}

.ServiceItems .solution-content-model .solution-content-left {
    padding-left: 0;
    margin: 0;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.ServiceItems .solution-content-model .solution-content-right {
    box-sizing: border-box;
    position: relative;
}

.ServiceItems .solution-content-model .content-list {
/*    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}
/*手机端下拉列表*/
.el-input--suffix .el-input__inner {
    padding-right: 30px;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}