*
{
	margin: 0;
	padding: 0;
}
.block-service {
    width: 100%;
    overflow: hidden;
}
#service {
    width: 102.5641025641026%;
}
#service li {
    float: left;
    margin-right: 11px;
    margin-bottom: 14px;
}
#service ul {
    float: left;
    width: 100%;
}
.product-info {
    background: #FFFFFF;
    height: 111px;
    width: 100%;
    overflow: hidden;
}
.block-service > h2 {
    font-size: 18px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #000000;
    font-family: "MyriadPro-Regular";
    font-weight: normal;
    background: url("../images/bk_product.png") no-repeat 164px 28px;
}
.img-service {
    padding: 25px 15px 6px;
    width: 56px;
    height: 81px;
    float: left;
    border-right: 1px solid #EDEDED;
}
#service  div.product_title p a {
    margin-right: 4px;
    font-size: 12px !important;
    font-weight: normal !important;
}
#service  div.product_title p{
   float: left;
}
.product_title {
    float: right;
    width: 64%;
    height: 91px;
    padding: 10px;
}
.product_title > a {
    padding-bottom: 10px;
    float: left;
    font-size: 13px;
    height: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    overflow: hidden;
}
.product_title div.product_title_content {
    float: left;
    height: 37px;
    overflow: hidden;
}
.product_title .next {
    padding: 0px 0px 0px 20px;
    margin-top: 10px;
    margin-left: 90px;
    font-size: 12px;
    font-weight: normal !important;
    background: url("../images/icon-next.png")no-repeat left 5px;
    color: #00923f;
    float: right;
}
.product_title a:hover,.img-service a img:hover {
opacity: 0.7;
}
@media only screen and (min-width: 768px){
  
    #service li {
        width: 47.999999%;
    }
    .product_title {
        width: 71%;
   
    }
    .product_title .next {
        margin-left: 180px;  
    }
    
} 
@media only screen and (min-width: 992px){
  
  #service li {
        
        width: 23.5%;
       
    }
    .product_title {
        width: 54%;
   
    }
    .product_title .next {
        margin-left: 40px;
        display: none;      
    }
    
} 

@media only screen and (min-width:1200px){
    
    #service li {
        
        width: 23.75%;
       
    } 
    .product_title {
        width: 62%;
   
    }
    .product_title .next {
        margin-left: 90px;   
        display: block;   
    }
}

@media only screen and (max-width: 768px) {

    #service li {
        
        width: 97%;
       
    } 
    .product_title {
        width: 81%;
   
    }
    .product_title .next {
        margin-left: 365px;
        display: block;
    }
    .block-service {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    
}
@media only screen and (max-width: 600px) {
    
   #service li {
        
        width: 97%;
       
    } 
    .product_title {
        width: 76%;
   
    }
    .product_title .next {
        margin-left: 260px;
        display: block;
    }
    .block-service {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    
}
@media only screen and  (max-width:480px){
	#service li {
        
        width: 97%;
       
    } 
    .product_title {
        width: 63%;
   
    }
    .product_title .next {
        margin-left: 90px;   
        display: block;   
    }
}
  
  
  