@charset "UTF-8";

/* moblie 初始化 */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: PingHei, 'PingFang SC', STHeitiSC-Light, "微软雅黑", Arial, sans-serif;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
img_mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: PingHei, 'PingFang SC', STHeitiSC-Light, "微软雅黑", Arial, sans-serif;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    -webkit-text-size-adjust: none;
    max-width: 100%;
    height: 100%;
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
}

ol,
ul {
    list-style: none
}

a:hover,
a:active,
a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button {
    outline: 0
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

/* 公共样式 */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

/* ===   垂 直布局 header、footer、main========== */
/* 改全部 absolute 定位   */
body{
    background: #f1f1f1;
}
.ws-vertical {
    max-width: 1024px;
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.ws-vertical .ws-vertical-item {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
}

.ws-vertical .ws-vertical-item.footer,
.ws-vertical .ws-vertical-item.header {
    height: 60px;
}

.ws-vertical .ws-vertical-item.main {
    top: 60px;
    bottom: 60px;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}

.ws-vertical .ws-vertical-item.header {
    top: 0;
}

.ws-vertical .ws-vertical-item.footer {
    bottom: 0;
}

.ws-vertical .ws-vertical-item.footer .f-nav {
    border-top: 1px solid #ddd;
}

/* 改全部 absolute 定位   */

/* ===   垂 直布局 header、footer、main========== */
/* =======    flex    =========== */
.flex_box {
    display: -webkit-flex;
    display: flex;
}

.flex_box.wrap_box {
    flex-wrap: wrap;
}

.flex_box.center {
    justify-content: center;
}

.flex_box.space_between {
    justify-content: space-between;
}

.flex_box .flex_none {
    width: auto;
    flex: none;
    display: block;
}

.flex_box .flex_100 {
    width: 100%;
    display: block;
}

.mar_auto {
    margin: auto;
}

.mar_auto_y {
    margin: auto 0;
}

/* =======    flex    =========== */
.wrap-main {
    max-width: 1024px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
}

.content-warp10 {
    padding: 10px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    height: 100%;
}

.ct-w100 {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.content-main {
    width: 100%;
    position: relative;
    height: auto;
    min-height: calc(100vh - 100px);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-main.not-padding-bottom {
    padding-bottom: 0;
}

/* ======  color  ======== */
.color-bule {
    font-weight: 700;
    color: #0650f7;
    margin: 0 5px;
}

.color-red {
    font-weight: 700;
    color: #f70606;
    margin: 0 5px;
}

/* =======  header ====== */
.h-nav {
    position: relative;
    height: 100%;
    background: rgba(68, 97, 138, 1);
    display: -webkit-flex;
    display: flex;
}

.h-nav_logo,
.h-nav_right {
    flex: none;
    margin: auto;
}

.h-nav_logo {
    cursor: pointer;
}

.h-nav_logo a {
    color: #fff;
}

.h-nav_logo_title {
    font-weight: bold;
    text-align: center;
}

.h-nav_logo img {
    height: 5vh;
    object-fit: contain;
    margin: 0 0.5em;
}


.h-nav_logo .back .bi {
    width: 2em;
    height: 2em;
}

.h-nav_title {
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
}

.h-nav_right {
    right: 0;
}

.h-nav_right .top-menuwrapper {
    font-size: 16px;
    color: #212121;
    width: 32px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.h-nav_right .top-menuwrapper .open-menu-btn {
    color: #fff;
    cursor: pointer;
}

.h-nav_right .top-menuwrapper .top-menu {
    position: absolute;
    min-width: 185px;
    width: auto;
    max-width: 100vw;
    display: none;
    z-index: 999;
    right: 0;
    top: 46px;
    height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(4, 22, 74, 0.9);
}

.h-nav_right .top-menuwrapper .top-menu>.div_box {
    background: #213263;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
}

.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul {
    list-style: none;
}

.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul li {
    line-height: 45px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 5px;
}

.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul li .menu-down,
.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul li a {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul li .menu-down svg {
    width: 1em;
    height: 1em;
    transform: rotateX(0deg);
    transition: all .3s;
}

.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul li .ul-submenu {
    display: none;
}

.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul li .ul-submenu li:hover a {
    color: rgba(4, 22, 74, 1);
}

.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul>li.active {
    background: rgba(255, 255, 255, 0.9);
}

.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul>li.active .menu-down,
.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul>li.active a {
    color: #6b6868;
}

.h-nav_right .top-menuwrapper .top-menu>.div_box .top-menu_ul>li.active .menu-down svg {
    transform: rotate(-180deg);
    transition: all .3s;
}

/* =======  header ====== */
/* =======  footer ====== */
.footerpage {
    height: 100%;
}

.footerpage .f-nav {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}

.footerpage .f-nav_tab {
    width: auto;
    margin: auto;
}

.footerpage .f-nav_tab_box {
    color: #7f7c7c;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 100%;
}

.footerpage .f-nav_tab_box_icon .bi {
    width: 1.5em;
    height: 1.5em;
}

.footerpage .f-nav_tab_box_text {
    font-size: 14px;
}

.footerpage .f-nav_tab_box.active {
    color: rgb(6 74 175);
    background: #fff;
}

.footerpage .f-nav-text {
    font-size: 14px;
}

/* ======    copyinfo@    ======== */
.copyinfo-wrap {
    width: 100%;
    text-align: center;
    bottom: 0;
    background: rgba(68, 97, 138, 1);
}

.copyinfo-wrap p,
.copyinfo-wrap a {
    color: #fff;
    font-size: 0.25rem;
    line-height: 1.5;
}

/* ======    copyinfo@    ======== */
/* =======  right-aside     ========== */
.right-aside {
    position: fixed;
    bottom: 20%;
    right: 0;
    cursor: pointer;
    height: auto;
    z-index: 1;
}

.right-aside .show-a {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    background: rgb(16, 31, 88);
    padding: 5px 3px;
    border-radius: 3px;
    margin: 5px 0;
}

.right-aside .show-a svg {
    width: 2em;
    height: 2em;
}

.totop-wrap {
    position: fixed;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
}

.totop-wrap .toTop {
    margin: auto;
    display: none;
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.5rem;
    text-align: center;
    border-radius: 50%;
    background: rgba(10, 47, 128, 0.8);
    color: #ffffff;
}

.totop-wrap .toTop .bi {
    width: 1em;
    height: 1em;
    vertical-align: text-top;
}



/* =======  right-aside     ========== */
/* =======  footer ====== */
/* =====    面包屑导航 ======== */
.top-breadcrumb {
    width: 100%;
    height: auto;
    line-height: 2;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    background: transparent;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0.5em;
    font-size: 0.3rem;
}

.top-breadcrumb_item {
    position: relative;
    display: inline-block;
    width: auto;
}

.top-breadcrumb_item-inner {
    display: inline-block;
    color: #999;
    font-weight: 500;
}

.top-breadcrumb_item-inner.is-link {
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.top-breadcrumb_item-separator {
    color: #9aa9a9;
    display: inline-block;
}

.top-breadcrumb_item-separator .bi {
    width: 1em;
    height: 1em;
}

/* =====    面包屑导航 ======== */
/* =====    左图右文   ====== */


.pic_art_list {
    padding: 0.1rem 0;
    width: 100%;
}

.pic_art_list dl {
    border-bottom: solid 1px #eee;
    padding: 0.1rem;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}

.pic_art_list dl dt.flex-left {
    width: 1.8rem;
    margin: auto;
    flex: none;
    margin-right: 0.1rem;
}

.pic_art_list dl dt.flex-left img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding-right: 0.1rem;
}

.pic_art_list dl dd.flex-right {
    width: 100%;
    overflow: hidden;
}

.pic_art_list dl dd.flex-right h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.3rem;
    line-height: 1.5em;
    color: #007bff;
    width: 100%;
    display: block;
    font-weight: 500;
}

.pic_art_list dl dd.flex-right p {
    line-height: 1.5em;
    font-size: 0.25rem;
    color: #333;
    margin-bottom: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pic_art_list dl dd.flex-right .source_info {
    font-size: 0.25rem;
    color: #666;
    padding-left: 0.1rem;
    margin-right: 0.1rem;
    display: block;
    line-height: 0.5rem;
}

/* =====    左图右文   ====== */
/* =====    search   ====== */
.search-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.search-wrap .search-wrap-box {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #fff;
    border: 1px solid #3894f3;
    width: 90%;
    margin: 0.3rem auto;
    border-radius: 5px;
    overflow: hidden;
    color: #9fa0a5;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.search-wrap .search-wrap-box .width100 {
    width: 100%;
}

.search-wrap .search-wrap-box .search-wrap-box-input {
    padding: 0 10px;
    display: block;
    float: left;
    width: 100%;
    color: #333;
    height: 100%;
}

.search-wrap .search-wrap-box .search-wrap-box-btn {
    flex: none;
    display: block;
    border: 0;
    text-decoration: none;
    color: #fff;
    background: #3894f3;
    float: right;
    text-align: center;
    padding: 0 20px;
    height: 100%;
}

.search-wrap .search-wrap-box .search-wrap-box-btn:active {
    background: rgb(2, 60, 148, 1);
    color: #fff;
}

/* =====    search   ====== */
/* ==========     lay-alert  ============ */
.lay-alert {
    overflow: hidden;
    width: 100%;
    max-width: 1024px;
    height: auto;
    top: 0;
    position: fixed;
    z-index: 99;
    display: none;
}

.lay-alert_main {
    min-height: 50vh;
    display: -webkit-flex;
    display: flex;
}

.lay-alert_main_body {
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    color: #fff;
    width: auto;
    max-width: 80%;
    border-radius: 5px;
    padding: 15px;
}

/* ==========     lay-alert  ============ */
/* ======  分页 ========= */
.btn {
    padding: 0.1rem 0.2rem !important;
    font-size: 0.25rem !important;
    border-radius: 0.1rem !important;
}

.navigation {
    width: 100%;
    margin: 0.1rem 0 0.4rem;
}

.pagination {
    border-radius: .05rem;
    font-size: 0.15rem;
    justify-content: center;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .05rem;
    border-bottom-left-radius: .05rem;
}

.page-item:last-child .page-link {
    margin-right: 0;
    border-top-right-radius: .05rem;
    border-bottom-right-radius: .05rem;
}

.page-link {
    padding: 0.15rem 0.1rem;
}

nav[aria-label="Page navigation example"] {
    margin: 0 auto 25px !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

/* ======   关于我们   ======== */
.mine ul li {
    border-bottom: solid 1px #efefef;
    font-size: 0.3rem;
    color: #333;
    line-height: 2em;
    margin-top: 0.4rem;
    padding: 0.1rem 0.3rem;
    position: relative;
}

.mine ul li .right-box {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 0.4rem;
}

.mine ul li .right-box .bi {
    width: 1em;
    height: 1em;
}

/* =======   遮罩   ====== */
.img_mark {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: fixed;
    z-index: 99;
    margin: 0 auto;
    top: 0;
    left: 0;
    display: none;
}

.img_mark-main {
    width: 100%;
    height: 100vh;
    display: flex;
}

.img_mark-content {
    margin: auto;
    width: 95vw;
    height: 90vh;
    text-align: center;
    display: flex;
}

.img_mark-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: default;
    margin: auto;
    box-shadow: 0 0 10px 0 rgba(201, 201, 214, 0.5);
}

.img_mark .close {
    color: #000;
    font-size: 23px;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
}