@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";
}

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: 432px;
}

.logo {
  height: 432px;
  text-align: center;
  overflow: hidden;
  background: url("/images/yqbg.jpg") center top no-repeat;
}

.logo > img {
  opacity: 0;
}

.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;
}

.sec-loc {
  line-height: 20px;
  color: #0f7e00;
}

.sec-loc a {
  color: #0f7e00;
}

.sec-loc .home {
  color: #ff7e00;
}

.sec-loc-label {
  font-weight: bold;
  color: #ff7e00;
}

@media (max-width: 1200px) {
  #header {
    height: auto;
  }
  .logo {
    height: auto;
    background-size: 135% auto;
  }
  .logo > img {
    max-width: 135%;
    width: 135%;
  }
}

@media (max-width: 979px) {
  .search {
    width: 340px;
  }
  .govfootercontent {
    height: auto;
  }
  .govfootermain {
    width: 100%;
    padding-left: 0;
    padding-bottom: 100px;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  .footer-error {
    top: auto;
    left: 10px;
    bottom: 30px;
  }
  .footer-right {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
  .govFLinkBox {
    display: inline-block;
    vertical-align: top;
  }
  .govFLinkBox {
    margin-left: 0;
    text-align: center;
  }
}
