/* 左侧边栏样式 */
#leftmenu{
    width: 250px;
}
#leftmenu .leftmenu-head{
    width: 250px;
    height: 50px;
    background-color: #0044ff;
    box-sizing: border-box;
    padding:0 30px
}
#leftmenu .leftmenu-head .text-head{
    font-family: '宋体';
    text-align:left;
    width: 100%;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    letter-spacing: 10px;
}
#leftmenu .leftmenu-content{

}
#leftmenu .leftmenu-content .leftmenu-list{
    font-size: 14px;
    padding: 15px;
    text-align: center;
    box-shadow:  0 0 5px #ccc;
    height: 220px;
    box-sizing: border-box;
}
#leftmenu .leftmenu-content .leftmenu-list .leftmenu-list-style{
        padding: 2px 0;
    height: 20px;
    overflow: hidden;
  text-align:left;
}

/* 产品展示样式 */
#case{
    width: 740px;
    height: 1200px;
    height: 1000px;
}
#case .case-head{
    width: 740px;
    height: 50px;
    background-color: #0044ff;
    padding:0 30px;
    box-sizing: border-box;

}
#case .case-head .text-head{
    font-family: '宋体';
    text-align:left;
    width: 50%;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    letter-spacing: 10px;
}
#case .case-content{
    width: 740px;
    height: 1000px;
}
#case .case-content .case-list .case-list-content{
    width: 30%;
    height:196px;
    box-sizing: border-box;
    margin: 10px 0;
box-shadow: 0 0 5px #ccc;
padding: 8px;
float: left;
margin: 5px 12px;
}
#case .case-content .case-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}
#case .case-content .case-img img{
    width: 100%;
    height: 100%;
}
#case .case-content .case-content{
    width: 70%;
    float: left;
margin-left: 10px;
height: 100%;
}
#case .case-content .case-content h3{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 5px;
    width: 100%;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
#case .case-content .case-content p{
    font-size: 14px;
    font-weight: 500;
    padding-top:10px;
    letter-spacing: 2px;
}
.page-num, .page-pre, .page-next {
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #bcbcbc;
    display: inline-block;
    border-radius: 3px;
}
.page-num:hover, .page-pre:hover, .page-next:hover{
    margin: 0 3px;
    padding: 5px 10px;
    /* border: 1px solid #bcbcbc; */
    display: inline-block;
    border-radius: 3px;
    background: #0044ff;
    color: #fff;
}
.page-num:hover a, .page-pre:hover a, .page-next:hover a{
    color: #fff;
}
div .page-num-current {
    margin: 0 3px;
    padding: 5px 10px;
    /* border: 1px solid #bcbcbc; */
    display: inline-block;
    border-radius: 3px;
    background: #0044ff;
    color: #fff;
}
.case-content .content-content h4{
font-size: 16px;
font-weight: 500;
line-height: 30px;
}
.case-content .content-content img{
    padding: 20px 0;
    width: 100%;
}
.case-content .content-content p{
   font-size: 14px;
   line-height: 20px;
   text-indent: 25px; 
}