@font-face {
    font-family: 'oper';
    src: url('oper.ttf');
}
@font-face {
    font-family: 'opeb';
    src: url('opeb.ttf');
}
@font-face {
    font-family: 'optb';
    src: url('optb.otf');
}

.suq {
    width: 820px;
    padding: 0px;
    font-family: 'oper', sans-serif;
    border: 1px solid #000;
    font-size: 13.7px;
    color: #fffff4;
    margin: auto;
    line-height: 18px;
}
.nd{
    padding: 45px 50px 30px 70px;
    background: url('2.png') no-repeat;
    background-size: 100% auto;
}
h1 {
    font-size: 27.5px;
    margin: 32px 0px -5px;
    line-height: normal;
    font-family: 'optb', sans-serif;
    font-weight: normal;
}
img{
    border: none
}
strong{
    font-weight: bold;
    font-family: 'opeb', sans-serif;
}
ul {
    padding-left: 0;
    margin-top: -8px;
    margin-bottom: 20px
}
a {
    color: inherit;
    text-decoration: none;
}
p{
    margin: 0px 0px 14px
}
li {
   background: url(3.png) no-repeat;
   background-position: left 10px;
   list-style-type: none;
   padding-left: 12px;
   text-align: left;
   padding-top: 2px;
   letter-spacing: .2px;
   font-size: 14px;
   margin-bottom: 4px;
}
.nd p {
    text-align: justify;
}
.left, .right {
    width: 50%;
    float: left;
}
.left {
    padding-right: 20px;
}
.right {
    padding-left: 22px;
}
.left p, .right p {
    font-size: 20px;
    margin: 25px 0 25px;
}
.ul_r {
    margin-bottom: 43px;
}
.fot {
    background: #a7afb5;
    text-align: center;
    color:#4f565c;
    padding-bottom: 20px;
}
.fot p {
    margin-bottom: 0;
}
.fot_t {
    background: #4c565c;
    padding: 4px;
    color: #c9c9ca;
    margin-bottom: 15px !important;
    font-size: 15px;
}
.pT {
    padding-right: 20px;
}
.pBw {
    font-size: 20px;
    margin: 38px 0 25px;
}


/*---------bootraps------------*/
div{
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-responsive{
    max-width: 100%;
    display: block;
}