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

a {
    text-decoration: none
}


/* 通用样式 */

body {
    background-color: #ebd1a0;
}

.header {
    height: 528px;
    background: url('/images/banner.png') center center no-repeat;
    background-size: 100% 100%;
}

.logo-img {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    height: 50px;
}

.nav {
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    padding: 5px 10px;
    text-align: center;
    font-size: 0;
}

.nav-bar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px;
}

.nav-bar::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 3px;
    right: -21px;
    top: 50%;
    margin-top: -1.5px;
    background-color: #fff;
}

.nav-bar:last-child::before {
    content: none;
}

.nav-name {
    display: block;
    line-height: 42px;
    padding: 2px 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

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


/* 1200以下 */

@media (max-width: 1199px) {
    .header {
        height: 620px;
        background-size: 160% auto;
        background-position: center 150px;
    }
}


/* 979 */

@media (max-width: 979px) {
    .logo-img {
        float: none;
        display: block;
        margin-top: 10px;
    }
    .nav {
        float: none;
        margin-top: 10px;
    }
    .govfootercontent {
        height: auto;
    }
    .govfootermain {
        width: 100%;
        padding-left: 0;
        padding-bottom: 100px;
    }
    .header {
        height: 500px;
    }
}


/* 767 */

@media (max-width: 767px) {
    .nav-bar {
        margin: 0 8px;
    }
    .nav-bar::before {
        right: -13px;
    }
    .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;
    }
    .header {
        height: 420px;
    }
}


/* 604 */

@media (max-width: 604px) {
    .nav-bar {
        width: 33.3333%;
        margin: 0;
    }
    .nav-bar::before {
        content: none;
    }
    .header {
        background-position: center 170px;
    }
}


/* 320 */

@media (max-width: 320px) {
    .nav-bar {
        width: 50%;
        margin: 0;
    }
    .header {
        height: 345px;
        background-position: center 215px;
    }
}