
body {
    width: 100%;
    height: 100%;
    background: url('../images/img_bg.png') no-repeat;
    background-size: 100% 100%;
}
.serviceIndex-page {
    width: 100%;
    height: 100%;
}
.serviceContainer{
    width: 1200px!important;
    height: auto;
    min-height: 706px;
    background: #f4f4f5;
    margin-bottom: 17px;
    padding: 0;
    overflow: hidden;
}
.service-title {
    width: 100%;
    height: 99px;
    background-image: url('../images/ke_bg.png');
    background-size: 100% 100%;
    text-align: center;
    margin-bottom: 15px;
}
.title-text {
    width: 214px;
    height: 18px;
    margin: auto;
}
.title-text img {
    width: 100%;
    height: 100%;
}
.serviceTitle-content {
    font-size: 30px;
    font-family: 'Source Han Sans SC';
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.14);
    padding: 19px 0 4px 0;
}
.leftTabMenu {
    width: 248px;
    min-height: 607px;
    background: #fff;
    border-right: 1px solid #E6E6E6;
    padding-bottom:50px;
    height: auto;
}
.leftTabMenu ul {
    /* padding-top:20px; */
    min-height: 575px;
}
.rightTabContent{
    width: 930px;
    float: right;
    min-height: 603px;
    height: auto;
    background: #fff;
    margin-bottom: 17px;
    float: right;
    padding-bottom:50px;
}
.tabMenuItem{
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #404040;
    text-align: left;
    line-height: 80px;
    cursor: pointer;
}
.tabMenuItem:hover {
    color: #018FFF;
}
.active {
    background: #e0e5eb;
    color: #018EFF;
}
.active:hover {
    color: #018EFF;
}
.rightTitle {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 62px;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid rgba(233,235,238,1);
}
.detailSolutionBox {
    /* margin-left: 24px; */
    /* background-color: pink; */
    font-size: 14px;
    margin: 30px 30px;
}
.dotIconBlue{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #DDDDDD;
    border-radius: 50%;
    margin-left: 25px;
    margin-right: 9px;
    vertical-align: top;
    margin-top: 8px;
}
.descriptionDetail {
    display: inline-block;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #404040;
    /* margin-bottom: 15px; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f4f4f4;
    font-weight: bold;
    font-size: 16px;
    height: auto;
    line-height: 30px;
}
.rightItemProblem {
    /* width: 945px; */
    width: 100%;
    cursor: pointer;
}
.rightItemProblem:hover {
    color: #018FFF;
}
.descriptionList {
    color: #666;
    line-height: 1.7;
    padding: 10px;
    padding: 10px;
}
/* .menuBox{
    height: 575px;
    overflow: hidden auto;
} */
.choose {
    background: #FAFAFA;
    /* padding-top: 10px; */
    margin-left: 5px;
    margin-bottom: 10px;
}
.choose .descriptionDetail {
    color: #018FFF;
    margin-bottom:0;
    font-size:15px
}
/* .descriptionDetail:hover {
    color: #018FFF;
} */
.choose .dotIconBlue {
    background:#018FFF ;
    margin-left: 20px;
}
.menuItem-name {
    display: inline-block;
    height: 100%;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 30px;
}
.descriptionDetail em{
    font-style: normal;
    color: #666666;
    padding-right: 5px;

}

/**
 * 修改浏览器的滚动条
 */
 ::-webkit-scrollbar-track-piece {
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-track-piece:hover {
    background-color: rgba(120, 130, 140, 0.33);
    border-left: 1px solid rgba(120, 130, 140, 0.33);
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: rgba(120, 130, 140, 0.23);
    background-clip: padding-box;
    border: 1px solid rgba(120, 130, 140, 0.23);
    min-height: 28px;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    border: 1px solid rgba(120, 130, 140, 0.23);
    background-color: rgba(120, 130, 140, 0.23);
  }