h1,h2,h3,h4,h5,ul,li{ margin:0; padding:0; list-style: none; }
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}
.header_top{ height: 100px; display: flex; justify-content: space-between; align-items: center; }
.header_top .web_brand{ height: 60px; display: block; }  
.header_top .header_phone{ font-size: 28px; display: flex; align-items: center; }
.index_title{ text-align:center; font-size:22px; line-height:18px; }
.index_line{ display:inline-block; width:100px; height:3px; border-radius:3px; background:#28a745; }
.index_section{ padding:40px 0; }
.index_pro{ background:#f8f8f8; }
.index_content{
    padding:30px 0 0;
    font-size: 14px;
}
.pro-img{ 
    display:block; 
    height:230px; 
    border-radius: 10px;
    display:flex; 
    justify-content:center; 
    align-items:center; overflow: hidden; 
    transition: transform 0.3s; 
    border-style: solid; 
    border-width: 2px 2px 2px 2px;    
    border-color: transparent; 
    background:#fff;
}
.pro-img img{ max-width:100%; max-height:100%; width:100%; height:100%;  }
.pro-img:hover{ border-color: #070c8d; }  
.pro-img:hover img{ transform: scale(1.08, 1.08) translateZ(0); transition: transform 0.6s; }  
.pro-title{ margin:0; padding:0; height:36px; line-height:36px; text-align:center; }
.index_case{ background: #1c5fa8; }
.index_case .index_title{ color:#fff; }
.index_case .pro-title a{ color:#fff; }
.index_news .article-item{ background:#f8f8f8; margin: 10px 0; }
.pro-section{
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, .125);
}
.pro-section a{
    display: block;
    text-align: center;
}
.pro-section .img{
    height: 87px; 
    width: 90px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-section .img img{
    max-height: 100%;
    max-width: 100%;
}
.pro-section .description{ 
    margin-left: 10px;
    padding: 10px;
    background: #f8f8f8;
    width: 100%;
}
.pro-section .description h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #222;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
}
.pro-section .description p{ 
    margin: 0;
    padding: 0;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}
.pro-section:hover a{ text-decoration:none; color:#1b43a5; } 

.news-section h3{ color:#222; }
.news-section p{ margin:0; padding:0; }
.news-section p.desc{ 
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}
.news-section:hover a{ text-decoration:none; } 

.media-body h3 a{ color:#000; }
footer{
    text-align: left;
}
footer h5{
    font-size:18px; margin-bottom:5px;
}
footer ul li{
    color:#6c757d;
    height:28px;
    line-height: 28px;
}
footer a {
    color: #6c757d;
}
footer .copyright{ 
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #dee2e6 !important;
    margin-top: 10px;
}
.code, .code img {
    height: 100px;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 22px;
    color: #fff;
}
.jumbotron p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 200;
    color: #f8f9fa !important;
}
@media (max-width: 768px) {
   .pro-img{ height:160px; } 
   .header_phone{ display:none !important; }
   .carousel-focus .item .carousel-img{ height:140px; }
   .main-content > .container > .category-title{ margin-top:0; }
}