.suq{
    max-width: 520px;
    padding: 0px;
    font-family: "l";
    border: 3px solid #231f20;
    font-size: 15px;
    color: #231f20;
    margin: auto;
    line-height: 1.4;
    background: #fff;
    text-align: justify;
}
strong{
    font-family: "b";
}
img{
    border: none;
    max-width: 100%
}
img.img1 {
    width: 277px;
}
ul.ul1 {
	float: left;
    width: 47%;
}
ul.ul2 {
	float: right;
    width: 47%;
}
ul{
    margin: 0 0 13px 18px;
    padding: 0;
}
li {
    list-style-type: none;
    padding-left: 16px;
    text-align: left;
    position: relative;
}
li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #231f20;
}
li.l2 {
    margin-top: 12px;
}
a {
    color: inherit;
    text-decoration: none
}
h1{
	font-size: 15px;
	margin: 6px 0 5px;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	position: relative;
	padding: 0 145px 0 21px;
}

h1:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 10px;
    background: #231f20;
}
p{
    margin: 0px 0px 0px;
}

p.p1 {
    background: #36342F;
    color: #fff;
    text-align: center;
    margin: 0 0 0;
    padding: 16px 10px 11px;
    font-size: 15px;
}
.nd{
    padding: 7px 35px 7px 25px;
    position: relative;
}
h1 span{
    font-size: 24px;
}
h2{
    font-weight: normal;
    margin: 13px 0 0 0;
    line-height: normal;
    font-size: 15px;
} 
p.p2 {
   font-weight: normal;
   margin: 0 0 0 0;
   line-height: normal;
   background: #36342F;
   color: #fff;
   text-align: center;
   font-size: 46px;
   padding: 3px 5px 4px;
}
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: normal;
} 
h1 strong{
    
}

/*---------bootraps------------*/
div{
    display: block;
}

img.img3 {
    position: absolute;
    right: -2px;
    bottom: 6px;
    width: 146px;
}

.a p {
    margin: 0 0 0;
}

.a {
    position: relative;
    margin-top: 14px;
}

img.img2 {
    position: absolute;
    right: 0;
    top: 107px;
    width: 161px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
    margin-bottom: 5px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-responsive{
    max-width: 100%;
    display: block;
}
body {
}

body{
    margin: 8px 0px
}


@media screen and (max-width: 520px){
    .suq{
        width: 100%;
        text-align: left;
    }

    .a img {
        position: static;
        margin: 8px 0 0;
    }

    .a {
        text-align: center;
    }

    h1 {
        padding: 0 0 12px 18px;
    }
    img.img2 {
        position: static;
        display: block;
        margin: 15px auto 0;
    }
    .nd{
        padding: 7px 15px;
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    .m_in{
        display: inline-block;
    }
	ul.ul1 {
	    float: none;
	    width: auto;
	}
	ul.ul2 {
	    float: none;
	    width: auto;
	}
	li.l2 {
	    margin: 0;
	}
	a {
	    display: inline-block;
	}
}