/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font-size: 1em;
    line-height: 1.4;
}
body {
    color: #333;
    background-color: #fff;
    min-width: 1200px
}
body, button, input, select, textarea {
    font-family: Helvetica,Tahoma,Arial,"Microsoft Yahei",STXihei,sans-serif;
}

a {
    color: #757575;
    text-decoration: none
}

a:hover {
    color: #ff6700;
    text-decoration: none
}

div3{
    border: 1px solid #0b3a58;
}
.wrap{
    width: 100%;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}





/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */
::-moz-selection { background: #b3d4fc;  text-shadow: none; }

::selection { background: #b3d4fc;  text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

audio, canvas, iframe, img, svg, video { vertical-align: middle; }

fieldset { border: 0; margin: 0; padding: 0;}

textarea { resize: vertical; }

.hidden { display: none !important;}

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px;  margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active , .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before , .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both;}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {    /* Style adjustments for viewports that meet the condition */  }

@media print,  (-webkit-min-device-pixel-ratio: 1.25),   (min-resolution: 1.25dppx),  (min-resolution: 120dpi) {     }

@media print {

    *, *:before, *:after, *:first-letter, *:first-line {background: transparent !important;color: #000 !important;box-shadow: none !important;text-shadow: none !important; }

    a, a:visited {  text-decoration: underline; }

    a[href]:after { content: " (" attr(href) ")"; }

    abbr[title]:after {  content: " (" attr(title) ")";    }

    a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }

    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

    thead { display: table-header-group;    }

    tr, img { page-break-inside: avoid;    }

    img { max-width: 100% !important; }

    p, h2, h3 {orphans: 3; widows: 3; }

    h2, h3 {page-break-after: avoid;}

}

/*=============================*/
