.suq{
    width: 960px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border:1px solid #000;
    font-size: 13px;
    color: #241f1f;
    margin: auto;
    line-height: 1.3;
    text-align: justify;
} 
.nd{
    padding: 51px 81px 60px;
    background: #f6f5f5;
}
.suq_l{
    width: 48%;
    float: left;
}
.suq_r{
    width: 48%;
    float: right;
}
ul{
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 14px;
}
li {
    padding-left: 23px;
    list-style-type: none;
    position: relative;
    text-align: left;
}
li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 4px;
    background: #241f1f;
}
img{
    border: none; 
} 
a {
    color: inherit;
    text-decoration: none;
}
p{
    margin: 0px 0px 14px;
}
h1{
    font-size: 29px;
    margin: 0px 0px 14px;
    line-height: 31px;
}
h2{
    font-size: 25px;
    margin: 0px 0px 0;
    font-weight: normal;
    background: #444041;
    border-bottom: 8px solid #d5d4d5;
    color: #fff;
    padding: 11px 77px;
} 
h3{
    font-size: 14px;
    margin: 0;
}
.k{
    position: relative;
}
.a{
    position: relative;
}
strong{
    font-weight: bold;
}
/*---------bootraps------------*/
div{
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
} 
.clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.img-responsive{
    max-width: 100%;
    display: block;
}
