* {
    margin: 0px;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    margin: 12px 0px;
}

p {
    text-indent: 0em;
    text-transform: none;
    margin-bottom: 16px;
}

.bold {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    border: none;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

ul {
    margin: 0px 0px 16px 0px;
    padding: 0px 0px 0px 0px;
    list-style-image: url();
    list-style: none;
}

ul li {
    background: url(../img/icon.png) no-repeat 0px 6px;
    padding-left: 20px;
}

a {
    color: #0000ff;
    text-decoration: underline;
}

#wrapper {
    margin: 0px auto;
    border: 1px #000000 solid;
    width: 720px;
    color: #000;
    position: relative;
}

#header {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 0px 10px;
}

#content {
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
}

#footer {
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
}

h1 {
    font-size: 22px;
    margin: 0px 0px;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #036ab4;
    z-index: 999;
}

h1 span {
    opacity: 0.95;
}

h2 {
    font-size: 16px;
    color: #19375e;
    font-weight: normal;
    margin: 0px 0px 16px;
    line-height: 20px;
}

h3 {
    font-size: 22px;
    margin: 16px 0px;
    line-height: 26px;
}

h4 {
    font-size: 20px;
    margin: 16px 0px;
    line-height: 24px;
}

.jus {
    text-align: justify;
}

.cen {
    text-align: center;
}

.block {
    display: block;
}

.logo1 {
    float: left;
}

.logo2 {
    float: right;
}

.head {
    position: relative;
}
.head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
}

@media all and (max-width: 720px) {
    #wrapper {
        width: 98%;
        min-width: 200px !important;
        font-size: 11px;
        line-height: 16px;
        padding: 0px;
        border: none;
    }

    #header {
        height: auto;
        padding: 0%;
        width: auto;
        margin: 0px;
    }

    #content {
        margin: 0px 0px 0px 0px;
        padding: 3%;
    }

    #footer {
        margin: 0px 0px 0px 0px;
        padding: 3%;
    }

    h2 {
        font-size: 16px;
        line-height: 20px;
    }

    h1 {
        position: static;
        font-size: 18px;
        line-height: 22px;
        margin-left: 3%;
        margin-top: 1rem;
    }

    .no, .head:before {
        display: none;
    }
}
