/* 左侧边栏样式 */
#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 10px;
    text-align: left;
    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;
}





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

}
#product .product-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;
}
#product .product-content{
    width: 740px;
    height: auto;
}
#product .product-content .product-list .product-list-content{
    width: 740px;
    height:190px;
    box-sizing: border-box;
    margin: 10px 0;
box-shadow: 0 0 5px #ccc;
padding: 8px;
}
#product .product-content .product-img{
    width: 25%;
    height: 100%;
    overflow: hidden;
    float: left;
}
#product .product-content .product-img img{
    width: 100%;
    height: 100%;
}
#product .product-content .product-content{
    width: 70%;
    float: left;
margin-left: 10px;
height: 100%;
}
#product .product-content .product-content h3{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 5px;
    width: 100%;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
#product .product-content .product-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;
}
.product-content .content-content h4{
font-size: 16px;
font-weight: 500;
line-height: 30px;
}
.product-content .content-content img{
    padding: 20px 0;
    width: 100%;
}
.product-content .content-content p{
   font-size: 14px;
   line-height: 20px;
   /*text-indent: 25px; */
}
/* 工程案例样式 */
#case{
    width: 1000px;
    height: 310px; 
 }
 #case .case-head{
     width: 1000px;
     min-width: 1000px;
     height: 50px;
     background-color: #0044ff;
     box-sizing: border-box;
     padding: 0 30px;
 }
 .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-head .right .tel{
     font-family: '宋体';
     font-size:20px;
     font-weight: 600 ;
     color: #fff;
 }
 .case-head .right .text-tel{
     font-family: '宋体';
     font-size: 15px;
     font-weight: 600 ;
     color: rgb(204, 19, 19);
 }
 #case .swiper-container {
    width: 100%;
    height:225px;
    margin: 10px 0;
}
#case .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#case .swiper-slide a img{
    width: 100%;
    height: 260px;
}
/* 专利技术样式 */
#zl{
    width: 1000px;
    height: 310px; 
 }
 #zl .zl-head{
     width: 1000px;
     min-width: 1000px;
     height: 50px;
     background-color: #0044ff;
     box-sizing: border-box;
     padding: 0 30px;
 }
 .zl-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;
 }
 .zl-head .right .tel{
     font-family: '宋体';
     font-size:20px;
     font-weight: 600 ;
     color: #fff;
 }
 .zl-head .right .text-tel{
     font-family: '宋体';
     font-size: 15px;
     font-weight: 600 ;
     color: rgb(204, 19, 19);
 }
 #zl .swiper-container {
    width: 100%;
    height:225px;
    margin: 10px 0;
}
#zl .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#zl .swiper-slide a img{
    width: 100%;
    height: 260px;
}