@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    background-color: #f5f5f5;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header {
    height: 450px;
    background: url("/images/fk_jlh_1.jpg") no-repeat center top;
}

.loc {
    padding-top: 25px;
    text-align: right;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.loc>a {
    color: #fff;
}

.govfootercontent {
  width: 100%;
  overflow: hidden;
  background-color: #0d65b2;
  height: 150px;
}

.govfootermain {
  position: relative;
  padding-left: 200px;
  width: 907px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}

.footer-error {
  position: absolute;
  left: 0;
  top: 55px;
}

.footer-right {
  position: absolute;
  right: 0;
  top: 55px;
}

.govFLinkBox {
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  margin-left: 37%;
}

.govFLinkBox li {
  float: left;
  overflow: hidden;
  margin-top: 13px;
  margin-right: 10px;
}

.govFLinkBox a {
  position: relative;
  color: #fff;
  font-size: 14px;
  display: block;
  padding-right: 10px;
}

.govFLinkLine {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  right: 0;
}

.govfootermain p {
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}

.footer-skip {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
}

.footer-skip > img {
  float: left;
  margin-top: 5px;
}

.footer-skip > span {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 5px 0px 0px 5px;
  color: #fff;
}

@media (max-width: 1100px) {
    .header {
        height: 370px;
        background-size: 165% auto;
    }
}


/* 移动端 */

@media (max-width: 767px) {
    .header {
        height: 170px;
    }
    .loc {
        font-size: 12px;
        margin-right: -10px;
        padding-top: 0;
    }
}