﻿@charset "UTF-8";

/* 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: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
}

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: rgba(238, 243, 255, 0.5);
}

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

.logo-img {
    float: left;
    margin-top: 25px;
    height: 98px;
}

.nav {
    float: right;
    margin-top: 50px;
    text-align: right;
    font-size: 0;
}

.nav-bar {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.nav-bar + .nav-bar {
    margin-left: 32px;
}
.nav-bar.active::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -14px;
    width: 28px;
    height: 2px;
    background-color: #fff;
}
.nav-name {
    display: block;
    line-height: 42px;
    padding: 2px 0;
    font-size: 18px;
    color: #fff;
}
.page-title {
    margin-top: 70px;
    clear: both;
    text-align: center;
}
.page-title img {
    max-width: 100%;
}

.footer {
    padding-bottom: 33px;
    background: #015293 url('../images/footer_bg.jpg') no-repeat center bottom;
}

.footer-link {
    height: 57px;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-link-skip {
    line-height: 57px;
    font-size: 15px;
}

.footer-link-situation {
    padding-left: 37px;
    margin-left: 18px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer-link-situation:nth-child(1) {
    background-image: url('../images/footer_icon1.png');
}

.footer-link-situation:nth-child(2) {
    background-image: url('../images/footer_icon2.png');
}

.footer-link-situation:nth-child(3) {
    background-image: url('../images/footer_icon3.png');
}

.footer-link-situation:nth-child(4) {
    background-image: url('../images/footer_icon4.png');
}

.footer-link-box {
    float: left;
    width: calc(100% - 495px);
}

.footer-link-select {
    float: left;
    height: 27px;
    margin-top: 15px;
    width: 16.2%;
}

.footer-link-select:nth-child(4) {
    width: 19%;
}

.footer-link .ewb-sel {
    display: none;
    width: 100%;
    height: 27px;
    line-height: 27px;
    border: none;
    background-color: transparent;
}

.footer-link .chosen-container {
    width: 100%;
    height: 27px;
    line-height: 27px;
}

.footer-link .chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 27px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
}

.footer-link .chosen-container-single .chosen-default {
    color: #fff;
}

.footer-link .chosen-container-single .chosen-single.cur {
    color: #fff;
}

.footer-link .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
}

.footer-link .chosen-container-single .chosen-single span {
    margin-right: 30px;
    height: 27px;
    line-height: 27px;
}

.footer-link .chosen-container-single .chosen-single div {
    width: 30px;
    padding: 0;
}

.footer-link .chosen-container-single .chosen-single div b {
    width: 30px;
    height: 27px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.footer-link .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.footer-link .chosen-container-single .chosen-drop {
    top: 27px;
    border: none;
    border-radius: 0;
}

.footer-link .chosen-container .chosen-search {
    display: none;
}

.footer-link .chosen-container .chosen-results {
    max-height: 180px;
    margin: 0;
    padding: 0;
    color: #676767;
}

.footer-link .chosen-container .chosen-results li {
    padding: 10px;
    line-height: 20px;
}

.footer-link .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.footer-infor {
    margin-top: 47px;
}

.footer-infor-list {
    line-height: 29px;
    font-size: 15px;
    color: #fff;
}

.footer-infor-list li {
    float: left;
}

.footer-infor-list li:first-child .footer-infor-box {
    margin-left: 0;
}

.footer-infor-box {
    margin: 0 12px;
    font-size: 15px;
    color: #fff;
}

.footer-infor-name {
    margin-right: 22px;
    line-height: 29px;
    color: #fff;
    font-size: 15px;
}

.footer-right {
    margin-top: 74px;
}

.footer-right-icon {
    width: 52px;
    height: 64px;
    margin-right: 34px;
    background: url('../images/footer_icon4.png') no-repeat;
}

.footer-right-error {
    width: 110px;
    height: 55px;
    background: url('../images/footer_icon5.png') no-repeat;
}

.footer-chosen {
    width: 16.66%;
    margin-top: 15px;
}

.footer-sel-val > span {
    color: #fff;
    line-height: 27px;
    font-size: 16px;
    padding-right: 20px;
    background: url('../images/sel_ico.png') no-repeat right center;
}

.footer-link-box {
    position: relative;
}

.footer-options {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(79, 113, 157, 0.16);
    max-height: 223px;
    overflow-y: auto;
}

.footer-option {
    float: left;
    width: 25%;
    line-height: 30px;
}

.footer-option a {
    display: block;
    color: #333;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-chosen:hover .footer-sel-val > span {
    background-image: url('../images/sel_ico_cur.png');
}

.footer-chosen:hover .footer-options {
    display: block;
}

@media (max-width: 767px) {
    .footer-sel-val > span {
        padding-right: 15px;
    }
    .footer-chosen {
        width: 33.33%;
    }
    .footer-options {
        bottom: 75px;
    }
    .footer-option {
        width: 50%;
    }
}

/* 980以下 */

@media (max-width: 1200px) {
    .footer-link {
        height: auto;
        padding-bottom: 10px;
    }
    .footer-link-box,
    .footer-link-skip {
        width: 100%;
    }
}
/* 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;
    }
    .govfootercontent {
        height: auto;
    }
    .govfootermain {
        width: 100%;
        padding-left: 0;
        padding-bottom: 100px;
    }
    /* .header {
        height: 500px;
    } */
}

/* 767 */

@media (max-width: 767px) {
    .govFLinkBox {
        display: inline-block;
        vertical-align: top;
    }
    .govFLinkBox {
        margin-left: 0;
        text-align: center;
    }
}
