@charset "utf-8";

/* ========== 头部样式 ========== */
.header {
    background: url(../images/banner.png) no-repeat center center;
    width: 100%;
    height: 262px;
}

.header-top {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.header-top .welcome {
    color: #fff;
}

.header-top .tools {
    color: #fff;
}

.header-top .tools span {
    margin: 0 8px;
    color: #fff;
}

.header-main {
    margin-top: 42px;
}

.header-main .logo {
    padding-top: 5px;
}

.header-main .logo h1 {
    font-family: FZDHTJW--GB1, FZDHTJW--GB1;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    line-height: 65px;
    letter-spacing: 3px;
    text-align: left;
    font-style: normal;
}

.header-main .logo h2 {
    font-family: FZDHTJW--GB1, FZDHTJW--GB1;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    line-height: 43px;
    letter-spacing: 17px;
    text-align: left;
    font-style: normal;
}

.header-main .search-box {
    margin-top: 15px;
}

.header-main .search-box .search-input {
    width: 236px;
    height: 38px;
    border-radius: 4px 0 0 4px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 0 10px;
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
    outline: none;
    margin-right: -4px;
}
.header-main .search-box .search-input::placeholder {
    color: #999999;
}

.header-main .search-box .search-btn {
    width: 64px;
    height: 40px;
    background: #2985EF;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #2985EF;
    cursor: pointer;
    vertical-align: middle;
}
.header-main .search-box .search-btn:active {
    background: #0063D5;
}
.header-main .search-box .search-btn:hover {
    background: #0063D5;
}
.header-main .search-box .search-btn img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

/* ========== 一级导航菜单 ========== */
.nav {
    background: #0063D5;
    height: 60px;
    line-height: 60px;
}
.nav>div{
    height: 60px;
    line-height: 60px;
}
.nav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.nav ul.clearfix::after {
    content: none;
    display: none;
}

.nav ul li {
    display: table-cell;
    width: 1%;
    text-align: center;
    vertical-align: middle;
}

.nav ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.nav ul li a:hover,
.nav ul li.active a {
    background: #0E7EFF;
}

/* ========== 面包屑导航 ========== */
.breadcrumb {
    height: 40px;
    line-height: 40px;
}

.breadcrumb span {
    font-size: 14px;
    color: #444444;
}

.breadcrumb a {
    font-size: 14px;
    color: #444444;
}

.breadcrumb a:hover {
    color: #1e8cff;
}

/* ========== 底部样式 ========== */
.footer {
    background: #0063D5;
    padding-top: 36px;
}

.footer-links {
    border-bottom: 1px solid;
    padding-bottom: 34px;
    border-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) 1 1;
}

.footer-links .link-group {
    width: 23%;
    margin-right: 2.6%;
}

.footer-links .link-group:last-child {
    margin-right: 0;
}

.footer-links .link-group .link-select:not(.link-select-native) {
    width: 100%;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 2px;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    color-scheme: light;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.footer-links .link-group .link-select:not(.link-select-native) option {
    background-color: #fff;
    color: #333;
}

.footer-links .link-group .link-select.link-select-native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.footer-links .link-group .link-select-wrap {
    position: relative;
    width: 100%;
}

.footer-links .link-group .link-select-dd {
    position: relative;
    width: 100%;
}

.footer-links .link-group .link-select-btn {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 2px;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    padding-right: 32px;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    font-family: inherit;
    line-height: 1.2;
    position: relative;
}

.footer-links .link-group .link-select-btn::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(../images/icons/arrow-down.png) no-repeat center;
    background-size: 12px;
    transition: transform 0.2s ease;
    pointer-events: none;
}

.footer-links .link-group .link-select-wrap.is-open .link-select-btn::after {
    transform: rotate(180deg);
}

.footer-links .link-group .link-select-btn-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.footer-links .link-group .link-select-btn.is-disabled,
.footer-links .link-group .link-select-btn:disabled {
    cursor: default;
    opacity: 0.75;
}

.footer-links .link-group .link-select-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: 4px;
    max-height: 260px;
    overflow-y: auto;
    padding: 4px 0;
    list-style: none;
    background: #fff;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
    z-index: 200;
    font-size: 14px;
}

.footer-links .link-group .link-select-item {
    padding: 10px 12px;
    cursor: pointer;
    line-height: 1.4;
    word-break: break-all;
}

.footer-links .link-group .link-select-item:hover,
.footer-links .link-group .link-select-item:focus {
    background: #0063D5;
    outline: none;
    color: #fff;
}

.footer-links .link-group .link-select-item.is-selected {
    background: #0063D5;
    /* font-weight: bold; */
    color: #fff;
}

.footer-nav {
    padding: 20px 0 0 0;
    text-align: center;
}

.footer-nav a {
    color: #fff;
    font-size: 14px;
    margin: 0 15px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-nav span {
    color: rgba(255,255,255,0.3);
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-info {
    padding: 25px 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 2;
}

.footer-info .gov-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.footer-info .gov-logo img {
    height: 50px;
}

.footer-info .info-text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.footer-info p {
    margin: 3px 0;
}

.footer-info a {
    color: #FFFFFF;
}

/* ========== 分页样式 ========== */
#page {
text-align: center;
font-weight: 400;
font-size: 14px;
color: #444444;
}
.layui-laypage a {
margin-left:5px!important;
margin-right:5px!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
background-color:#2878FF!important ;
}
.header,
.nav,
.footer {
    box-sizing: border-box;
    min-width: 1200px;
}

@media screen and (max-width: 1200px) {
    .header {
        background-size: cover;
        background-position: center center;
    }
}