@charset "UTF-8";

/*
 @Name: NMGKX
 @Author: HAIFAN
 @Site: http://www.imast.org.cn/
 @version:1.0
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    text-align: left;
}

main {
    display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

table td {
    border: 1px solid #ddd;
}

a:active,
a:hover,
a:focus {
    outline: 0;
}

form {
    margin: 0;
}

input {
    background: none;
}

i,
cite {
    font-style: normal;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form,
pre {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.6;
    background: #fff;
    color: #333333;
    font-size: .24rem;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

a cite {
    font-style: normal;
    *cursor: pointer;
}

label {
    font-weight: normal !important;
    margin-bottom: 0 !important;
}

html,
body {
    max-width: 750px;
    min-width: 320px;
    overflow-x: hidden;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

.r {
    float: right;
}

.l {
    float: left;
}

.container {
    width: 6.9rem;
    margin: 0 auto;
}

select,
input,
textarea {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}


/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none;
    }
}


/*苹果手机字体兼容设置完成*/


/*--footer--*/

footer {
    background-color: #163b72;
    color: #80a5dc;
    font-size: 0.24rem;
    padding: 0.36rem 0.3rem;
}

footer a {
    color: #80a5dc;
}

footer .copy {
    text-align: center;
    padding-top: 0.3rem;
}

footer .copy p {
    line-height: 0.5rem;
}

footer .copy p .img-gan {
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: middle;
    margin-left: 0.36rem;
    margin-right: 0.1rem;
}

footer .copy p .img-dz {
    width: 0.6rem;
    height: 0.74rem;
    margin-top: 0.28rem;
}


/*--公共header--*/

.flx {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

header {
    height: 1.9rem;
    background: url("../images/head-bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.2);
}

header .logo {
    width: 5.56rem;
    height: 1.43rem;
    padding-top: 0.5rem;
    box-sizing: border-box;
    margin-left: .8rem;
}

header .logo img {
    vertical-align: top;
    width: 5.56rem;
    height: 0.87rem;
}

header .logo h3 {
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.4rem;
    color: #0c2b8c;
}

header #header_cont {
    margin: 0;
    padding: 0;
    position: absolute;
    /* width: 100%;
    height: 100%; */
    width: 1.2rem;
    height: 1.04rem;
    right: 0;
    top: 0;
    z-index: 10;
}

header .header_cont_top {
    width: 1.2rem;
    height: 1.04rem;
    position: absolute;
    top: 0.3rem;
    right: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 0.4rem;
}

header .header_cont_top .ResMenu {
    width: 0.5rem;
    height: 0.32rem;
    position: relative;
    z-index: 999;
}

header .header_cont_top .ResMenu span {
    width: 0.5rem;
    height: 0.04rem;
    background: #0d2e8b;
    border-radius: 0.02rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

header .header_cont_top .ResMenu span:nth-child(2) {
    width: 0.38rem;
    top: 0.15rem;
}

header .header_cont_top .ResMenu span:nth-child(3) {
    top: 0.3rem;
}

header .header_cont_top .ResMenu.on span:nth-child(1) {
    top: 50%;
    background-color: #fff;
    transform: translateY(-50%) rotate(-45deg);
}

header .header_cont_top .ResMenu.on span:nth-child(2) {
    width: 0;
}

header .header_cont_top .ResMenu.on span:nth-child(3) {
    top: 50%;
    background-color: #fff;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
}

header .header_cont_top nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    z-index: 100;
}

header .header_cont_top nav::after {
    content: '';
    position: absolute;
    right: -30rem;
    top: -30rem;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    background: #0d2e8b;
    transition: all 0.5s;
    z-index: 100;
}

header .header_cont_top nav .container {
    position: relative;
    z-index: 200;
    width: 100%;
    padding: 0.3rem 0;
    height: 100%;
}

header .header_cont_top nav .container .hd {
    padding-left: 0.4rem;
}

header .header_cont_top nav .container .hd .menu-logo {
    width: 5.7rem;
    height: 0.9rem;
    line-height: 0.9rem;
}

header .header_cont_top nav .container .hd .menu-logo img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

header .header_cont_top nav ul {
    padding-top: 0.35rem;
}

header .header_cont_top nav ul li {
    list-style: none;
    line-height: 1rem;
    border-bottom: 0.01rem solid #284bb2;
    position: relative;
}

header .header_cont_top nav ul li a {
    display: block;
    font-size: 0.34rem;
    font-weight: 700;
    color: #ffffff;
    padding-left: 0.8rem;
}

header .header_cont_top nav ul li i {
    position: absolute;
    top: 0.4rem;
    right: 0.8rem;
    width: 0.28rem;
    height: 0.28rem;
    display: block;
    background: url("../images/menu-icon-arrow-down.png") no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

header .header_cont_top nav ul li .dropdown-menu {
    padding: 0 0.3rem;
    display: none;
    transition: all 0.3s;
}

header .header_cont_top nav ul li .dropdown-menu a {
    font-weight: normal;
}

header .header_cont_top nav ul li .dropdown-menu li:last-child {
    border: none;
}

header .header_cont_top nav ul li.on .dropdown-menu {
    display: block;
}

header .header_cont_top nav ul li.on i {
    transform: rotate(180deg);
}

header .header_cont_top nav ul li.search-box {
    border-bottom: none;
}

header .header_cont_top nav ul li.search-box input {
    width: calc(100% - 1rem);
    height: 0.9rem;
    line-height: 0.9rem;
    background-color: #ffffff;
    border: none;
    outline: none;
    font-size: 0.26rem;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: .5rem;
    padding-left: 0.3rem;
}

header .header_cont_top nav ul li.search-box .search-btn {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    font-size: 0;
    top: 0.8rem;
    right: 0.8rem;
    width: 0.35rem;
    height: 0.35rem;
    border: none;
    background: url(../images/retrieval-search-icon.png) no-repeat;
    background-size: 0.35rem 0.35rem;
}

header .header_cont_top nav.show {
    opacity: 1;
    pointer-events: auto;
}

header .header_cont_top nav.show::after {
    top: -50%;
    right: -50%;
}

header::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.03rem;
    background: #0d2e8b;
    position: absolute;
    top: 0;
    left: 0;
}

#header_swiper {
    position: relative;
}


/* 头部返回 */

.fh {
    display: block;
    position: absolute;
    top: 0.42rem;
    left: 0.3rem;
    font-size: 0.5rem;
}

.fh img {
    width: 0.2rem;
}

.swiper {
    --swiper-theme-color: #ffffff;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
    width: 100%;
    height: 4.28rem;
}

.swiper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.swiper .swiper-bottom-bg {
    width: 100%;
    height: 0.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/swiper-bottom-bg.png") no-repeat;
    background-size: 100% auto;
    z-index: 999999999;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    width: 0.66rem;
    height: 0.66rem;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    width: 0.66rem;
    height: 0.66rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0.36rem;
}

.swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.08rem;
    border-radius: 0;
}

.swiper-pagination-bullet {
    background-color: #ffffff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.46rem;
}

.kx-mian {
    width: 100%;
    background: url("../images/main-bg.png") no-repeat #f1f8ff;
    background-size: 100% auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.breadcrumb {
    padding: 0.46rem 0.3rem;
    background-color: #daebff;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666;
    display: flex;
    align-items: center;
    display: none;
}

.breadcrumb::before {
    content: '';
    width: 0.21rem;
    height: 0.3rem;
    margin-right: 0.2rem;
    display: inline-block;
    background: url("../images/icon-location.png") no-repeat center center;
    background-size: 100% 100%;
}

.breadcrumb a {
    display: inline-block;
    font-size: 0.3rem;
    color: #666;
}

.breadcrumb a::after {
    content: '>';
    display: inline-block;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.breadcrumb a:last-child::after {
    display: none;
}

.breadcrumb a:active {
    color: #0c2b8c;
}


/* title */

.kx-title {
    height: 1.36rem;
    line-height: 1.36rem;
    position: relative;
}

.kx-title::after {
    content: '';
    display: block;
    height: 0.05rem;
    width: 58%;
    position: absolute;
    top: 0.68rem;
    right: 0;
    background: url("../images/kx-title-bg.png") repeat-x;
    background-size: auto 0.05rem;
    margin-right: 0.8rem;
}

.kx-title .text {
    font-size: 0.4rem;
    color: #0d2e8b;
    position: relative;
    z-index: 3;
    display: inline-block;
    /* background: #f1f8ff; */
    padding-right: 0.1rem;
}

.kx-title .text::after {
    content: '';
    display: inline-block;
    width: 0.4rem;
    height: 0.26rem;
    background: url("../images/title-style-icon.png") no-repeat;
    background-size: 0.36rem 0.26rem;
    margin-left: 0.2rem;
}

.kx-title .more {
    width: 0.76rem;
    display: block;
    position: absolute;
    top: 0rem;
    right: 0;
    background: url("../images/icon-return.png") no-repeat right center;
    background-size: 0.16rem 0.15rem;
}

.kx-title .more a {
    font-size: 0.24rem;
    color: #999;
}

.kx-title .more a:active {
    color: #0d2e8b;
}

.kx-title.kx-title-bg-lg::after {
    width: 70%;
    margin-right: 0rem;
}


/* --子页列表-- */

.article-list {
    position: relative;
}

.article-list .item {
    line-height: 0.7rem;
    height: 0.7rem;
    text-align: left;
    font-size: 0.3rem;
    position: relative;
    color: #999999;
    padding-left: 0.32rem;
    transition: all 0.3s;
}

.article-list .item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0.32rem;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #e3e4e6;
    border-radius: 100%;
}

.article-list .item:active {
    transform: translateX(5px);
}

.article-list .item a {
    display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-list .item a:active {
    color: #0d2e8b;
}

.article-list .item .list-time {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 0.24rem;
}


/* --子页列表end-- */


/* --子页查看更多-- */

.kx-more {
    width: calc(100% - 0.6rem);
    height: 0.84rem;
    line-height: 0.84rem;
    margin-left: 0.3rem;
    background-color: #ffffff;
    margin-top: 0.3rem;
}

.kx-more a {
    font-size: 0.26rem;
    display: block;
    text-align: center;
    color: #999;
}

.kx-more a:active {
    background-color: #0d2e8b;
    color: #ffffff;
}


/* --子页查看更多end-- */

.line {
    width: 100%;
    height: 0.01rem;
    background-color: #e3e4e6;
    display: block;
    margin-top: 0.4rem;
}


/*--公用btn--*/

.btn-container {
    text-align: center;
    font-size: 0;
}

.btn {
    display: inline-block;
    border: none;
    width: 3.25rem;
    height: 0.76rem;
    line-height: 0.76rem;
    border-radius: 0.1rem;
    transition: all 0.3s;
    background-color: #0d2e8b;
    font-size: 0.28rem;
    text-align: center;
    color: #ffffff;
}

.btn:hover {
    opacity: 0.85;
}

.btn:active {
    opacity: 0.85;
}

.btn-bg {
    width: 3.8rem;
}

.btn-grey {
    background-color: #ccc;
}

.btn+.btn {
    margin-left: 0.4rem;
}


/*--通用Input--*/

.kx-input {
    border: 0.01rem solid #d8e2ff;
    border-radius: 0.06rem;
    height: 0.76rem;
    line-height: 0.76rem;
    width: 100%;
    background-color: #ffffff;
    padding-left: 0.32rem;
    font-size: 0.28rem;
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: 0.28rem;
}

textarea {
    min-height: 2rem;
    height: auto;
    line-height: 0.48rem;
    padding: 0.12rem;
    resize: vertical;
}