@charset "UTF-8";
html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.41285;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #FFF;
}
.flex-btw{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

img {
    border-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

a:active,
a:hover {
    outline: 0;
}

p {
    margin: 0;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

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;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

textarea {
    overflow: auto;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}
.fs-normal{
    font-style: normal;
}
[hidden],
.hidden {
    height: 100%;
    overflow: hidden;
    /* display: none; */
}

.bodyhid {
    width: 100%;
    height: 100% !important;
    overflow: hidden !important;
}

.bodyhid2 {
    width: 100%;
    height: 100% !important;
    overflow: hidden !important;
}

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}

/* .clear {
	clear: both;
} */
::before,
::after {
    content: "";
    position: absolute;
}

.clear::after, .clear::before {
    position: relative;
    height: 0;
    content: "";
    display: block;
    clear: both;
}

.container {
    max-width: 1680px;
    padding: 0 10px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.container::after {
    content: "";
    position: relative;
    clear: both;
    display: block;
}

/* function.css */
/* 禁止选中文本 */
.usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* 浮动 */
.fl, .news-center-r-list-item .list-item-title {
    float: left;
}

.fr, .news-center-r-list-item .list-item-time {
    float: right;
}

.cf {
    zoom: 1;
}
.cf :after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
/*单行省略*/
.e1 {
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis; /* 支持 IE */
}
/*多行省略*/
.e2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.e3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 宽度 */
.w100 {
    width: 100%;
}

.wh {
    width: 100%;
    height: 100%;
}

/* 元素类型 */
/*文字排版、颜色*/
.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tj {
    text-align: justify;
    text-justify: inter-ideograph;
}

.wn {
    /* 强制不换行 */
    word-wrap: normal;
    white-space: nowrap;
}

.wb {
    /* 强制换行 */
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

/* 保持空白序列*/
.wp {
    overflow: hidden;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

/* 多出部分用省略号表示 , 用于一行 */
.wes, .rdjg-pic-list-item p, .news-center-r-list-item .list-item-title p, .news-center-l .swiper-slide .news-banner-title, .news-top-title p, .normal-list-item a p, .a {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* 溢出样式 */
/* 定位方式 */
.ps {
    position: static;
}

.pr {
    position: relative;
    zoom: 1;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

/* 垂直对齐方式 */
/* 鼠标样式 */
/* flex布局 */
.df-sb, .b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.df-sb::before, .b::before, .df-sb::after, .b::after {
    content: normal;
}
.df-sb > *, .b > * {
    float: left;
}

/* ie11-失效原因 */
.df-sa, .b {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.df-sa::before, .b::before, .df-sa::after, .b::after {
    content: normal;
}
.df-sa > *, .b > * {
    float: left;
}

/* 垂直居中 */
.df-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tb-c {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.ts-c {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ts-mc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.ts-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ts-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* 辅助 */
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #DCE7E1;
    border-radius: 20px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius: 20px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #3972d3;
}

/* 滤镜 */
/* 模糊 */
/* 高亮 */
/* 鲜艳 */
/* 黑白 */
/* 颜色反转50% */
/* 颜色反转100% */
/* 白色滤镜 */
/* 生动鲜艳 */
/* 灰褐 */
/* 阴影效果 */
/*title提示框美化样式*/
.tooltip {
    font-size: 12px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
    opacity: 0.8;
    font-family: Microsoft Yahei;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px dashed #000;
    top: 0;
    left: 20%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-arrow-n {
    border-bottom-color: #6F8EC5;
}

.tipsy-inner {
    background-color: #6F8EC5;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
    border-radius: 3px;
}

.menu-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
    background: linear-gradient(135deg, #23ADB2, #329FDA);
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
    z-index: 999;
}

.bar {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.menu-button.cross {
    background: #1CAAAF;
    background: linear-gradient(135deg, #ACCE22, #1CAAAF);
}

.cross .bar:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
}

.b {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.block {
    display: block;
}

.w13 {
    width: 1300px;
    margin: auto;
}

.w136 {
    width: 1360px;
    margin: auto;
}

.w14 {
    width: 1400px;
    margin: auto;
}

@font-face {
    font-family: "al";
    src: url(../fonts/AlimamaShuHeiTi-Bold.woff);
}
@-mos-keyframes spinner {
50% {
    -mos-border-radius: 50%;
    -mos-transform: scale(0.5) rotate(360deg);
    background-color: #13a3a5;
}
100% {
    -mos-transform: scale(1) rotate(720deg);
    background-color: #435597;
}
}
@keyframes spinner {
    50% {
        border-radius: 50%;
        transform: scale(0.5) rotate(360deg);
        background-color: #13a3a5;
    }
    100% {
        transform: scale(1) rotate(720deg);
        background-color: #435597;
    }
}
@-mos-keyframes shadow {
50% {
    -mos-transform: scale(0.5);
    background-color: #322b27;
}
}
@keyframes shadow {
    50% {
        transform: scale(0.5);
        background-color: #322b27;
    }
}
@-mos-keyframes text {
0% {
    -mos-transform: scale(1, 1);
}
50% {
    -mos-transform: scale(0.5, 0.5);
}
100% {
    -mos-transform: scale(1, 1);
}
}
@keyframes text {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.5, 0.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes ripple_4 {
    0% {
        box-shadow: 0 0 0 0 rgba(39, 96, 183, 0.3), 0 0 0 10px rgba(39, 96, 183, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(39, 96, 183, 0.3), 0 0 0 20px rgba(39, 96, 183, 0);
    }
}
@keyframes ripple_5 {
    0% {
        box-shadow: 0 0 0 0 rgba(39, 96, 183, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
    }
}
/* loading */
.loading {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: #403833;
    z-index: 999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -mos-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}
.loader .text {
    position: absolute;
    top: 1.8em;
    left: 0.2em;
    z-index: 5;
    font-family: "al";
    font-size: 2em;
    color: #f2f2f2;
    text-transform: uppercase;
    animation: text 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}

.spinner {
    position: relative;
    width: 5em;
    height: 5em;
    color: #fff;
}

.spinner:before,
.spinner:after {
    content: "";
    position: relative;
    display: block;
}

.spinner:before {
    animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    width: 10em;
    height: 10em;
    background-color: #435597;
}

.spinner:after {
    animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    position: relative;
    bottom: -1.75em;
    height: 0.25em;
    border-radius: 50%;
    background-color: #322b27;
}

body.one {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
body.one .menu {
    top: 2vw;
}

.menu {
    display: none;
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 950;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2760b7;
    cursor: pointer;
    animation: ripple_4 1s linear infinite;
    transition: all 0.5s;
}
.menu .menu1 {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.menu .menu1 span {
    position: absolute;
    width: 18px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    font-size: 0;
}
.menu .menu1 span::before {
    content: "";
    position: absolute;
    width: 2px;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 50px;
}
.menu .menu1 span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 100%;
    border-radius: 50px;
}
.menu .menu1 span:nth-child(1) {
    margin-top: -6px;
}
.menu .menu1 span:nth-child(1)::before {
    background: #ffffff;
}
.menu .menu1 span:nth-child(1)::after {
    background: #ffffff;
}
.menu .menu1 span:nth-child(2)::before {
    background: #ffffff;
}
.menu .menu1 span:nth-child(2)::after {
    background: #ffffff;
}
.menu .menu1 span:nth-child(3) {
    margin-top: 6px;
}
.menu .menu1 span:nth-child(3)::before {
    background: #ffffff;
}
.menu .menu1 span:nth-child(3)::after {
    background: #ffffff;
}
.menu.on {
    animation-name: ripple_5;
}
.menu.on .menu1 span {
    margin: 0;
}
.menu.on .menu1 span::before {
    width: 6px;
    border-radius: 50px 0 0 50px;
}
.menu.on .menu1 span::after {
    border-radius: 0 50px 50px 0;
}
.menu.on .menu1 span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.menu.on .menu1 span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
}
.menu.on .menu1 span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.wrap {
    background: url(../images/bg.png) no-repeat top center;
    background-size: 100% auto;
    background-attachment: fixed;
    padding-top: 24px;
    min-width: 1400px;
}

.top {
    display: flex;
    justify-content: space-between;
}
.top-l {
    color: #fff;
    font-size: 16px;
}
.top-l a {
    color: #fff;
    position: relative;
    transition: all 0.5s;
}
.top-l a:nth-child(odd) {
    margin-right: 12px;
}
.top-l a:nth-child(even) {
    margin-left: 8px;
}
.top-l a::after {
    width: 0;
    height: 1px;
    bottom: -1px;
    right: 0;
    background-color: #fff;
    transition: all 0.5s;
}
.top-l a::before {
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #fff;
    transition: all 0.5s;
}
.top-l a:hover::after, .top-l a:hover::before {
    width: 100%;
}
.top-r .search-box {
    position: relative;
}
.top-r .search-ipt {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    width: 338px;
    height: 45px;
    border: none;
    padding: 15px;
    font-size: 16px;
}
.top-r .search-ipt::-moz-placeholder {
    color: #91add6;
}
.top-r .search-ipt::placeholder {
    color: #91add6;
}
.top-r .search-btn {
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    width: 53px;
    height: 38px;
    margin: auto;
    border-radius: 6px;
    background: url(../images/search-icon.png) #3972d3 no-repeat center;
}

.web-title {
    margin: auto;
    margin-top: 47px;
    display: block;
    margin-bottom: 64px;
}
.web-title img {
    display: block;
    max-width: 90%;
    margin-left: 0;
}

.nav {
    padding: 0 20px;
    position: relative;
    z-index: 11;
    padding-bottom: 20px;
}
.nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: #2760b7;
}
.nav-bg::before {
    top: 60px;
    left: 0;
    border: none;
    width: 0;
    height: 0;
    margin: auto;
    background-color: transparent;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-top: 22px solid rgb(17, 64, 134);
    transition: all 0.5s;
    z-index: 11;
}
.nav-bg::after {
    top: 60px;
    right: 0;
    border: none;
    width: 0;
    height: 0;
    margin: auto;
    background-color: transparent;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid rgb(17, 64, 134);
    transition: all 0.5s;
    z-index: 11;
}
.nav-wrap {
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 12;
    font-size: 0px;
    height: auto;
}
.nav-wrap-bg {
    position: absolute;
    left: 0;
    right: 0;
    height: 54px;
    top: 60px;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(172, 172, 172, 0.46);
    border-radius: 0 0 10px 10px;
    border-top: none;
    display: none;
}
.nav-wrap-bg.active {
    display: block;
    animation: fadeIn 1s;
}
.nav .line {
    left: 0;
    right: 0;
    width: 1360px;
    margin: auto;
    background-color: #fff;
    height: 22px;
    position: absolute;
    top: 60px;
    z-index: 1;
}
.nav-item {
    width: 16.6666666667%;
    height: auto;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
    font-size: 24px;
    position: relative;
}
.nav-item > a {
    width: 160px;
    line-height: 50px;
    display: block;
    margin: auto;
    color: #fff;
    transition: all 0.5s;
    position: relative;
}
.nav-item > a::after {
    display: none;
    position: absolute;
    z-index: 111;
    width: 0;
    height: 0;
    bottom: -5px;
    border-width: 6px;
    border-style: solid;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent white transparent;
    left: calc(50% - 6px);
}
.nav-item:hover > a {
    font-weight: bold;
    background-color: #6192e4;
    border-radius: 6px;
}
.nav-item:hover > a.has::after {
    display: block;
    animation: fadeIn 1s;
}
.nav-item:hover .sub-nav {
    display: flex;
    opacity: 1;
    animation: fadeIn 1s;
}
.nav-item:nth-child(5) .sub-nav, .nav-item:nth-child(6) .sub-nav {
    left: auto;
    right: 0%;
    transform: translateX(0);
}
.nav-item:nth-child(6) .sub-nav {
    left: auto;
    right: 10%;
    transform: translateX(0%);
}
.nav .sub-nav {
    display: none;
    opacity: 0;
    position: absolute;
    width: auto;
    height: 60px;
    top: 50px;
    left: 100%;
    z-index: 111;
    transform: translateX(-50%);
    justify-content: center;
    z-index: 111;
    overflow: hidden;
}
.nav .sub-nav li {
    display: inline-block;
    background-color: transparent;
    padding: 10px 0;
}
.nav .sub-nav li a {
    background-color: transparent;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #2760b7;
    margin: 0 4px;
    transition: all 0.5s;
    white-space: nowrap;
}
.nav .sub-nav li:hover a {
    background-color: #6192e4;
    color: #fff;
    border-radius: 5px;
}
.nav .sub-nav.active {
    display: block;
    opacity: 1;
    animation: fadeIn 1s;
}

.normal-list {
    display: none;
    margin-top: 15px;
}
.normal-list.active {
    display: block;
    animation: fadeInLeft 0.5s;
}
.normal-list-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    line-height: 42px;
    transition: all 0.5s;
}
.normal-list-item a p {
    background: url(../images/normal-icon.png) no-repeat left;
    padding-left: 20px;
    font-size: 18px;
    max-width: calc(95% - 120px);
    transition: all 0.5s;
    padding-right: 20px;
}
.normal-list-item a span {
    font-size: 16px;
    color: #888888;
    transition: all 0.5s;
}
.normal-list-item:hover a {
    box-shadow: 0px 0px 12px 0px rgba(50, 116, 189, 0.5);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
.normal-list-item:hover a p {
    color: #2760b7;
    font-weight: bold;
    padding-right: 0;
}

.news {
    padding: 0 30px;
    padding-bottom: 40px;
    background: linear-gradient(to bottom, #ffffff 30%, transparent);
    overflow: hidden;
}
.news.scl {
    background: #fff;
    margin-bottom: 40px;
}
.news-top-title {
    overflow: hidden;
    padding-top: 19px;
}
.news-top-title a {
    width: 100%;
}
.news-top-title a:hover p {
    color: #3972d3;
}
.news-top-title p {
    width: 100%;
    color: #222222;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    transition: all 0.5s;
}
.news-top-title p:first-child {
    font-weight: bold;
}
.news-top-title p:last-child {
    color: #333333;
    font-size: 18px;
    margin-top: 24px;
}
.news-center {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}
.news-center-l {
    width: 54%;
}
.news-center-l .swiper-slide {
    height: 447px;
    position: relative;
}
.news-center-l .swiper-slide .news-banner-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-center-l .swiper-slide .news-banner-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.news-center-l .swiper-slide .news-banner-pic:hover img {
    transform: scale(1.2);
}
.news-center-l .swiper-slide .news-banner-title {
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    height: 54px;
    line-height: 54px;
    bottom: 0;
    color: #fff;
    padding-left: 18px;
    z-index: 11;
}
.news-center-l .swiper-slide .news-banner-title:hover {
    font-weight: bold;
}
.news-center-l .swiper-slide::after {
    left: 0;
    width: 100%;
    right: 0;
    height: 54px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
}
.news-center-l .swiper-container-horizontal > .swiper-pagination-bullets {
    width: auto;
    right: 11px;
    bottom: 15px;
    left: auto;
}
.news-center-l .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    margin: 0 6px;
}
.news-center-l .swiper-pagination-bullet-active {
    background-color: #3972d3;
}
.news-center-r {
    width: calc(46% - 32px);
}
.news-center-r-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 26px;
    align-items: center;
    background: url(../images/title-bg.png) no-repeat bottom center;
}
.news-center-r-title ul {
    display: flex;
}
.news-center-r-title ul li {
    font-size: 24px;
    color: #888888;
    font-weight: bold;
    margin-right: 43px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}
.news-center-r-title ul li a {
    color: #888888;
}
.news-center-r-title ul li::after {
    width: 0;
    height: 3px;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #3972d3;
    opacity: 0;
    transition: all 0.3s;
}
.news-center-r-title ul li.active a, .news-center-r-title ul li:hover a {
    color: #2760b7;
}
.news-center-r-title ul li.active::after, .news-center-r-title ul li:hover::after {
    width: 50px;
    opacity: 1;
}
.news-center-r-title .more {
    float: right;
    font-size: 14px;
    transition: all 0.3s;
}
.news-center-r-title .more-item {
    color: #333333;
    display: none;
}
.news-center-r-title .more-item:hover {
    color: #2760b7;
}
.news-center-r-title .more-item.active {
    display: block;
    animation: fadeInRight 0.5s;
}
.news-center-r-list-item {
    display: none;
    margin-top: 15px;
}
.news-center-r-list-item.active {
    display: block;
}
.news-center-r-list-item .list-item {
    margin-top: 5px;
    padding-top: 19px;
    padding-bottom: 22px;
    padding-left: 16px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
    align-items: center;
    transition: all 0.5s;
    margin-bottom: 4px;
}
.news-center-r-list-item .list-item-title {
    width: calc(100% - 80px);
    padding-right: 20px;
    border-right: 1px solid #c7c7c7;
    margin-right: 20px;
    position: relative;
    transition: all 0.3s;
    height: 46px;
}
.news-center-r-list-item .list-item-title::before {
    left: -15px;
    width: 2px;
    height: 10px;
    top: 4px;
    background-color: #3972d3;
    transition: all 0.3s;
}
.news-center-r-list-item .list-item-title p {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    transition: all 0.3s;
}
.news-center-r-list-item .list-item-title p:last-child {
    font-size: 14px;
    color: #888888;
    margin-top: 14px;
}
.news-center-r-list-item .list-item-time {
    text-align: center;
    color: #888888;
    line-height: 1;
    transition: all 0.3s;
    cursor: default;
}
.news-center-r-list-item .list-item-time::after {
    transition: all 0.3s;
    background: #fff;
    width: 0;
}
.news-center-r-list-item .list-item-time .day {
    font-size: 20px;
}
.news-center-r-list-item .list-item-time .year {
    font-size: 14px;
    margin-top: 15px;
}
.news-center-r-list-item .list-item:hover {
    background-color: #3972d3;
}
.news-center-r-list-item .list-item:hover .list-item-title::before {
    background-color: #fff;
}
.news-center-r-list-item .list-item:hover .list-item-title p {
    color: #fff;
}
.news-center-r-list-item .list-item:hover .list-item-time {
    color: #fff;
}
.news-center-r-list-item .list-item:hover .list-item-time::after {
    left: 100%;
    width: 11px;
    height: 100%;
    background-color: #3972d3;
    top: 0;
    opacity: 1;
}
.news-bottom {
    margin-top: 48px;
}
/*.news-bottom #zt-banner1,*/
/*.news-bottom #zt-banner3 {*/
/*    display: none;*/
/*}*/
.news-bottom .swiper-slide a {
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.news-bottom .swiper-slide a img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}
.news-bottom .swiper-slide a:hover img {
    transform: scale(1.1);
}
.news-bottom .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: right;
    padding-right: 15px;
}
.news-bottom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #fff;
    margin: 0 5px;
}
.news-bottom .swiper-pagination-bullet-active {
    background-color: #f0a031;
}

.rdjg {
    background: url(../images/y_index_navbg_top.png) repeat-x top center, url(../images/bg2.png) no-repeat center;
    background-size: auto, cover;
    background-position-y: -3px, 23px;
    padding-top: 76px;
    padding-bottom: 64px;
}
.rdjg-title {
    background: url(../images/title-bg2.png) no-repeat center;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.rdjg-title li {
    width: 201px;
    cursor: pointer;
    height: 74px;
    transition: all 0.5s;
    background: url(../images/change-title1.png) no-repeat bottom center;
}
.rdjg-title li a {
    margin-top: 6px;
    width: 100%;
    height: 74px;
    display: block;
    padding-left: 70px;
    line-height: 74px;
    font-size: 24px;
    color: #3972d3;
    font-weight: bold;
    transition: all 0.5s;
}
.rdjg-title li:first-child a {
    background: url(../images/pic-icon.png) no-repeat 30px center;
}
.rdjg-title li:first-child.active a, .rdjg-title li:first-child:hover a {
    background: url(../images/pic-icon-fill.png) no-repeat 66px center;
}
.rdjg-title li:last-child {
    margin-left: 23px;
}
.rdjg-title li:last-child a {
    background: url(../images/strat-icon.png) no-repeat 35px center;
}
.rdjg-title li:last-child.active a, .rdjg-title li:last-child:hover a {
    background: url(../images/strat-icon-fill.png) no-repeat 66px center;
}
.rdjg-title li.active, .rdjg-title li:hover {
    width: 236px;
    height: 74px;
    background: url(../images/change-title2.png) no-repeat center;
}
.rdjg-title li.active a, .rdjg-title li:hover a {
    color: #fff;
    height: 68px;
    line-height: 68px;
    padding-left: 100px;
}
.rdjg-pic {
    margin-top: 40px;
}
.rdjg-pic-list {
    display: none;
}
.rdjg-pic-list.active {
    display: block;
}
.rdjg-pic-list-wrap {
    display: flex;
    gap: 15px;
}
.rdjg-pic-list .more {
    display: none;
    width: 60%;
    margin: auto;
    margin-top: 7vw;
    text-align: center;
    padding: 10px;
    background: #3a72d3;
    color: #fff;
    border-radius: 5px;
}
.rdjg-pic-list-l, .rdjg-pic-list-r {
    flex: 1;
}
.rdjg-pic-list-l .rdjg-pic-list-item {
    height: 480px;
}
.rdjg-pic-list-r {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.rdjg-pic-list-r .rdjg-pic-list-item {
    width: calc(50% - 7.5px);
    height: 233px;
}
.rdjg-pic-list-item {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.rdjg-pic-list-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.rdjg-pic-list-item:hover img {
    transform: scale(1.2);
}
.rdjg-pic-list-item p {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    z-index: 11;
    transition: all 0.5s;
}
.rdjg-pic-list-item p:hover {
    font-weight: bold;
}
.rdjg-pic-list-item::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.6509803922), #000);
    opacity: 0.8;
    height: 60px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.rdjg-news-list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.rdjg-news-item {
    width: calc(50% - 20px);
    display: flex;
    border: 1px solid #ced7e8;
    transition: all 0.5s;
}
.rdjg-news-item .pic {
    width: 180px;
    height: 134px;
    flex-shrink: 0;
}
.rdjg-news-item .content {
    padding: 17px 20px 17px 30px;
}
.rdjg-news-item .content a {
    font-size: 18px;
    line-height: 2;
    color: #333;
    transition: all 0.5s;
}
.rdjg-news-item .content a P:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.rdjg-news-item .content a P:last-child {
    font-size: 14px;
    color: #888;
}
.rdjg-news-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 12px 0px rgba(50, 116, 189, 0.5);
}
.rdjg-news-item:hover .content a {
    color: #2760b7;
}
.rdjg-news-item:hover .content a p:first-child {
    font-weight: bold;
}

.db {
    padding-top: 56px;
    background: url(../images/bg3.png) #fff no-repeat top center;
    background-attachment: fixed;
    /* padding-bottom: 64px; */
}
.db-top {
    display: flex;
    justify-content: space-between;
}
.db-top-l {
    width: 41%;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(50, 116, 189, 0.5);
    padding: 16px;
}
.db-top-l .zr {
    background-color: rgb(228, 238, 249);
    padding: 22px 16px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
    overflow: hidden;
}
.db-top-l .zr-l {
    width: 136px;
    height: 195px;
    overflow: hidden;
    margin-right: 25px;
    flex-shrink: 0;
}
.db-top-l .zr-l img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.db-top-l .zr-r {
    width: calc(100% - 161px);
    line-height: 1;
}
.db-top-l .zr-r a {
    font-size: 20px;
    color: #3972d3;
    font-weight: bold;
    margin-bottom: 17px;
}
.db-top-l .zr-r p {
    max-width: 100%;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.db-top-l .zr-r p:last-child {
    border-top: 1px solid #c1c1c1;
    margin-top: 20px;
    padding-top: 14px;
    font-size: 14px;
    line-height: 2;
    transition: all 0.5s;
    word-wrap: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    white-space: inherit;
    text-overflow: inherit;
}
.db-top-l .zr:hover {
    box-shadow: 0px 0px 12px 0px rgba(39, 96, 183, 0.5019607843);
    border-radius: 5px;
}
.db-top-l .zr:hover .zr-r p:last-child {
    color: #2760b7;
    border-top-color: #2760b7;
}
.db-top-l .zr:hover .zr-r a {
    animation: flipInX 1.5s;
}
.db-top-l .fzr-title {
    margin-top: 10px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(39, 96, 183, 0.4);
}
.db-top-l .fzr-title a {
    margin-left: 10px;
    font-size: 18px;
    line-height: 40px;
    color: #2760b7;
    font-weight: bold;
}
.db-top-l .fzr-title::before {
    width: 3px;
    height: 20px;
    left: 0;
    background-color: #2760b7;
    top: 0;
    bottom: 0;
    margin: auto;
}
.db-top-l .fzr-list {
    font-size: 0;
    margin-top: 18px;
    overflow-y: auto;
}
.db-top-l .fzr-list a {
    margin-bottom: 18px;
    width: 88px;
    height: 40px;
    background-color: rgb(236, 236, 236);
    border-radius: 8px 0 8px 0;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
    transition: all 0.3s;
}
.db-top-l .fzr-list a:nth-child(5n+1) {
    margin-left: 0;
}
.db-top-l .fzr-list a:hover {
    background-color: #2760b7;
    color: #fff;
    font-weight: bold;
}
.db-top-l .fzr-list.more {
    padding-right: 11px;
    max-height: 276px;
}
.db-top-l .fzr-list.more a {
    margin-left: 11px;
}
.db-top-l .fzr-list.more a:nth-child(5n+1) {
    margin-left: 0;
}
.db-top-r {
    width: calc(59% - 40px);
}
.db-top-r .db-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(39, 96, 183, 0.4);
}
.db-top-r .db-title span {
    font-size: 20px;
    line-height: 34px;
    padding-left: 36px;
    color: #2760b7;
    font-weight: bold;
}
.db-top-r .db-title .more {
    font-size: 15px;
    color: #2760b7;
}
.db-top-r .gzdb .db-title span {
    background: url(../images/db-icon.png) no-repeat left center;
}
.db-top-r .dbfc-list {
    display: none;
    justify-content: space-between;
    gap: 19px;
    padding-top: 22px;
}
.db-top-r .dbfc-list.active {
    animation: fadeInLeft 0.5s;
    display: flex;
}
.db-top-r .dbfc-item {
    width: calc(50% - 10px);
    flex: 1;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
}
.db-top-r .dbfc-item .pic {
    width: 150px;
    height: 206px;
    overflow: hidden;
}
.db-top-r .dbfc-item .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.db-top-r .dbfc-item .content {
    padding: 21px 17px 21px 21px;
    width: calc(100% - 150px);
}
.db-top-r .dbfc-item .content a {
    width: 100%;
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    color: #2760b7;
    position: relative;
    padding-bottom: 19px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.db-top-r .dbfc-item .content a::after {
    width: 50px;
    height: 3px;
    background-color: #2760b7;
    left: 0;
    bottom: -2px;
    transition: all 0.5s;
}
.db-top-r .dbfc-item .content a:hover::after {
    width: 100%;
}
.db-top-r .dbfc-item .content p {
    cursor: default;
    font-size: 16px;
    line-height: 2;
}
.db-top-r .dbfc-item .content p:last-child{
    overflow-y: auto;
    height: 77px;
}
.db-top-r .dbfc-item .content p span {
    display: inline-block;
    /* width: 129px; */
}
.db-top-r .dbfc-item:hover {
    box-shadow: 0px 0px 12px 0px rgba(39, 96, 183, 0.5019607843);
    border-radius: 5px;
    overflow: hidden;
}
.db-top-r .dbfc-item:hover .content {
    color: #2760b7;
}
.db-top-r .dbfc-item:hover .content a {
    animation: flipInX 1.5s;
}
.db-top-r .jy,
.db-top-r .gz {
    margin-top: 8px;
}
.db-top-r .ly {
    margin-top: 25px;
}
.db .jgsz-list {
    overflow: hidden;
    margin-top: 22px;
}
.db .jgsz-item {
    width: calc(33.33% - 12px);
    height: 86px;
    border-radius: 4px;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    border: 1px solid rgb(225, 225, 225);
    font-size: 14px;
    color: #222222;
    margin-right: 18px;
    margin-bottom: 22px;
    padding-top: 12px;
    transition: all 0.5s;
}
.db .jgsz-item:nth-child(3n) {
    margin-right: 0;
}
.db .jgsz-item:hover img {
    animation: tada 1s;
}
.db .jgsz-item:hover p {
    animation: fadeIn 0.5s;
    font-weight: bold;
    color: #1b6fe1;
}
.db-lists {
    display: flex;
    justify-content: space-between;
    padding-bottom: 36px;
}
.db-lists-l, .db-lists-r {
    width: calc((100% - 53px) / 2);
}
.db-lists-title {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(39, 96, 183, 0.4);
}
.db-lists-title::after {
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 20px;
    background-color: #2760b7;
    margin: auto;
}
.db-lists-title ul {
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.db-lists-title ul li {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding: 15px 10px 14px;
    cursor: pointer;
    margin-right: 12px;
    transition: all 0.5s;
}
.db-lists-title ul li a{
    color: #333333;
}
.db-lists-title ul li.active a{
    color: #fff;
}
.db-lists-title ul li.active {
    background-color: #2760b7;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
.db-lists-title .more {
    font-size: 15px;
}
.db-lists-title .more-item {
    color: #2760b7;
    display: none;
}
.db-lists-title .more-item.active {
    display: block;
    animation: fadeInRight 0.5s;
}
.db-lists-title .more-item:hover {
    font-weight: bold;
}
.db-lists .normal-list {
    display: none;
}
.db-lists .normal-list.active {
    display: block;
}
.db-bottom {
    margin-top: 55px;
    display: flex;
}
.db-bottom .book-options {
    flex-shrink: 0;
    margin-right: 35px;
}
.db-bottom .link-wrap {
    flex: 1;
}
.db-bottom .link-item {
    float: left;
    border-radius: 3px;
    width: calc(50% - 17.5px);
    height: 258px;
    font-family: "al";
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.db-bottom .link-item img {
    margin-bottom: 17px;
}
.db-bottom .link-item p {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    transition: all 0.5s;
}
.db-bottom .link-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 10px 0px rgba(50, 116, 189, 0.5);
}
.db-bottom .link-item:hover img {
    animation: tada 1s;
}
.db-bottom .link-item:hover p {
    font-weight: bold;
}
.db-bottom .link-item:nth-child(1) {
    background: url(../images/sjk-bg.png) no-repeat center;
    background-size: cover;
    margin-right: 35px;
}
.db-bottom .link-item:nth-child(2) {
    background: url(../images/tl-bg.png) no-repeat center;
    background-size: cover;
}

.book-options {
    display: flex;
    justify-content: space-between;
    width: 410px;
    height: 260px;
}
.book-options.gb {
    background-color: #d92629;
    padding: 15px 16px 17px 16px;
}
.book-options .pic {
    width: 170px;
    height: 226px;
    overflow: hidden;
    flex-shrink: 0;
}
.book-options .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.book-options .pic:hover img {
    transform: scale(1.2);
}
.book-options .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.db .book-options .mun-option{
    margin-bottom: 36px;
    margin-top: 32px;
}
.book-options .content {
    flex: 1;
    margin-left: 18px;
    background: url(../images/gd-top.png) no-repeat top center;
}
.book-options .title {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
}
.book-options #book-name {
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 42px;
}
.book-options .year-option,
.book-options .mun-option {
    width: 180px;
    margin: auto;
    height: 34px;
    color: #333;
    background-color: #fff;
    line-height: 34px;
    position: relative;
}
.book-options .year-option select,
.book-options .mun-option select {
    font-size: 16px;
    width: 100%;
    height: 34px;
    border: none;
    padding: 0 12px;
    background: url(../images/dwon-icon-r.png) no-repeat right center;
    background-position-x: 95%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.book-options .mun-option {
    margin-top: 14px;
}
.book-options .mun-option .mun-list-wrap .mun-list {
    display: none;
}
.book-options .mun-option .mun-list-wrap .mun-list.active {
    display: block;
}

.normal-xz {
    background: url(../images/bg4.png) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 61px;
}
.normal-xz .w13 {
    display: flex;
    justify-content: space-between;
}
.normal-xz .rdfz .lzpt {
    box-shadow: 0px 0px 10px 0px rgba(39, 96, 183, 0.18);
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.5s;
}
.normal-xz .rdfz .lzpt img {
    width: 100%;
    height: 100%;
    display: block;
}
.normal-xz .rdfz .lzpt:hover {
    transform: translateY(-10px);
}
.normal-xz .rdfz .more-options {
    margin-top: 27px;
    display: flex;
}
.normal-xz .rdfz .more-options .rd {
    background: #f4f8fc;
    padding: 15px 16px 17px 16px;
}
.normal-xz .rdfz .more-options .rd .content {
    background: url(../images/gd-top2.png) no-repeat top center;
}
.normal-xz .rdfz .more-options .rd .content .title {
    margin-top: 20px;
}
.normal-xz .rdfz .more-options .rd .content #book-name {
    margin-bottom: 50px;
    color: #333;
}
.normal-xz .rdfz .more-options .rd .year-option,
.normal-xz .rdfz .more-options .rd .mun-option {
    background-color: #f3f4f0;
}
.normal-xz .rdfz .more-options .rd#renda {
    border: 1px solid rgba(218, 213, 191, 0.502);
}
.normal-xz .rdfz .more-options .rd#renda .content .title {
    color: #d3131b;
}
.normal-xz .rdfz .more-options .rd#renda .year-option button,
.normal-xz .rdfz .more-options .rd#renda .mun-option button {
    border-top-color: #d3131b;
}
.normal-xz .rdfz .more-options .rd#diaocha {
    border: 1px solid rgba(218, 213, 191, 0.502);
    border-left: none;
}
.normal-xz .rdfz .more-options .rd#diaocha .content .title {
    color: #2760b7;
}
.normal-xz .rdfz .more-options .rd#diaocha .year-option select,
.normal-xz .rdfz .more-options .rd#diaocha .mun-option select {
    background-image: url(../images/dwon-icon-w.png);
}
.normal-xz .xz {
    width: 35%;
    background: url(../images/map-bg.png) #fdfefe no-repeat center;
    background-size: cover;
    border: 1px solid rgba(218, 213, 191, 0.502);
    position: relative;
}
.normal-xz .xz .title {
    position: relative;
    z-index: 11;
    margin-top: 17px;
    margin-left: 27px;
    width: 40px;
    background: url(../images/map-icon.png) no-repeat top center;
}
.normal-xz .xz .title a {
    font-size: 24px;
    font-weight: bold;
    color: #2760b7;
    text-align: center;
    padding-top: 50px;
}
.normal-xz .xz > img {
    max-width: calc(100% - 40px);
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.normal-xz .xz #map-container {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.fot-wrap {
    background-color: #f2f6fc;
    background-position-y: -3px;
    width: 100%;
}

.fot {
    height: 56px;
    position: relative;
}
.fot ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fot ul li {
    flex: 1;
    float: left;
}
.fot ul li > a {
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 18px;
    color: #1369c0;
    text-align: center;
    position: relative;
}
.fot ul li > a::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 7px;
    background: url(../images/slj-down.png) no-repeat center;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    transition: all 0.5s;
}
.fot ul li .sub {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 11;
    top: 57px;
    max-height: 160px;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
    background-size: cover;
}
.fot ul li .sub .fot-13 {
    width: 100%;
    height: auto;
    padding: 10px 10px 20px;
}
.fot ul li .sub .fot-13 a {
    display: inline-block;
    min-width: 14.285%;
    padding: 0 10px;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    transition: all 0.3s;
}
.fot ul li .sub .fot-13 a:hover {
    font-weight: 700;
    color: #1b6fe1;
    border-radius: 5 px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.5);
}
.fot ul li.ac > a::before {
    transform: rotate(180deg);
}
.fot ul li.ac .sub {
    display: block;
}

.footer {
    background: url(../images/footer-bg.png) no-repeat bottom center;
    background-size: cover;
}
.footer-wrap {
    display: flex;
    padding: 22px 0;
    justify-content: space-between;
    align-items: center;
}
.footer-wrap * {
    color: #fff;
}
.footer-wrap-l, .footer-wrap-c {
    flex: 1;
    background: url(../images/footer-border.png) no-repeat right center;
}
.footer-wrap-r {
    flex: 0.5;
}
.footer-wrap-l a {
    position: relative;
}
.footer-wrap-l a::after {
    width: 0;
    height: 1px;
    right: 0;
    background-color: #fff;
    bottom: 5px;
    transition: all 0.4s;
}
.footer-wrap-l a::before {
    width: 0;
    height: 1px;
    left: 0;
    background-color: #fff;
    bottom: 5px;
    transition: all 0.4s;
}
.footer-wrap-l a:hover::after, .footer-wrap-l a:hover::before {
    width: 100%;
}
.footer-wrap-l * {
    font-size: 15px;
    line-height: 40px;
}
.footer-wrap-l P a {
    margin-right: 10px;
}
.footer-wrap-l P a:first-child {
    background: url(../images/wj-icon.png) no-repeat left center;
    padding-left: 28px;
}
.footer-wrap-c {
    height: 120px;
    padding-left: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-wrap-c p {
    font-size: 15px;
    line-height: 40px;
}
.footer-wrap-c p:first-child {
    padding-left: 33px;
    background: url(../images/phone-icon.png) no-repeat left center;
}
.footer-wrap-c p:last-child {
    padding-left: 31px;
    background: url(../images/location-icon.png) no-repeat left center;
}
.footer-wrap-r {
    display: flex;
    justify-content: end;
    padding-left: 54px;
}
.footer-wrap-r a {
    margin-top: 11px;
}
.footer-wrap-r .qrcode {
    margin-left: 36px;
}
.footer-wrap-r .qrcode .pic {
    width: 92px;
    height: 92px;
    overflow: hidden;
}
.footer-wrap-r .qrcode .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-wrap-r .qrcode p {
    width: 100%;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
}

.pic,
.zr-l {
    overflow: hidden;
}
.pic img,
.zr-l img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pic:hover img,
.zr-l:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 1400px) {
    .w14 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrap {
        min-width: 100%;
    }
    .nav .line {
        width: calc(100% - 40px);
    }
    .news,
    .w136 {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 1360px) {
    .w136 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .news {
        width: calc(100% - 40px);
    }
    .news-bottom .swiper-slide a {
        height: 11vw;
    }
}
@media screen and (max-width: 1300px) {
    .news-bottom .swiper-slide a {
        height: 15vw;
    }
    .w13 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-item > a {
        width: 90%;
    }
    .db-top-l .fzr-list a {
        width: 86px;
        margin-left: 9px;
        margin-right: 9px;
        margin-bottom: 18px;
    }
    .db-top-l .fzr-list.more {
        max-height: 58px;
    }
    .db-top-l .fzr-list.more a {
        margin-left: 9px;
        margin-right: 9px;
    }
    .db-top-l .fzr-list.more a:nth-child(5n+1) {
        margin-left: 9px;
        margin-right: 9px;
    }
    .db-top-r .dbfc-item .pic {
        flex-shrink: 0;
    }
    .db-bottom .link-wrap .link-item img {
        margin-bottom: 10px;
    }
    .db-bottom .link-wrap .link-item P {
        font-size: 14px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1260px) {
    .normal-xz .w13 {
        display: block;
    }
    .normal-xz .w13 .rdfz,
    .normal-xz .w13 .xz {
        width: 100%;
    }
    .normal-xz .w13 .xz {
        margin-top: 40px;
        height: 560px;
        background-size: cover;
        background-position: top right;
    }
    .normal-xz .w13 .xz > img {
        left: 0;
        right: 0;
        margin: auto;
    }
    .normal-xz .w13 .xz .map1 {
        left: 39.4%;
        bottom: 38.3%;
    }
    .normal-xz .w13 .xz .map2 {
        left: 45.3%;
        bottom: 27.6%;
    }
}
@media screen and (max-width: 1200px) {
    .news-center-r-title ul li {
        font-size: 1.8vw;
        margin-right: 3.4vw;
    }
    .news-center-l .swiper-slide {
        height: 444px;
    }
}
@media screen and (max-width: 1150px) {
    .db-top {
        display: block;
    }
    .db-top-r, .db-top-l {
        width: 100%;
    }
    .db-top-r {
        margin-top: 40px;
    }
    .db-top-r .dbfc-item {
        margin: auto;
        padding: 10px;
        justify-content: center;
    }
}
@media screen and (max-width: 1120px) {
    .nav-item:nth-child(2) .sub-nav, .nav-item:nth-child(3) .sub-nav {
        left: 0;
        transform: translateX(-20%);
    }
    .nav-item:nth-of-type(6) .sub-nav {
        left: auto;
        right: 0;
    }
}
@media screen and (max-width: 920px) {
    .news-center-r-title ul {
        width: calc(100% - 60px);
        justify-content: space-between;
    }
    .news-center-r-title ul li {
        font-size: 16px;
        margin-right: 0;
    }
    .fot-wrap {
        display: none;
    }
    .db-lists {
        display: block;
    }
    .db-lists-l, .db-lists-r {
        width: 100%;
    }
    .db-lists-r {
        margin-top: 30px;
    }
}
@media screen and (max-width: 870px) {
    .nav-item:nth-child(2) .sub-nav {
        left: -50%;
        transform: translateX(0);
    }
    .nav-item:nth-child(3) .sub-nav {
        left: 0;
        transform: translateX(-30%);
    }
    .nav-item:nth-of-type(5) .sub-nav {
        left: auto;
        right: 0;
        transform: translateX(0);
    }
}
@media screen and (max-width: 850px) {
    .db-bottom {
        display: block;
    }
    .db-bottom .book-options {
        width: 100%;
    }
    .db-bottom .link-wrap {
        margin-top: 6vw;
        width: 100%;
        justify-content: space-evenly;
    }
    .db-bottom .link-wrap .link-item img {
        width: 60px;
        height: 60px;
    }
    .db-bottom .link-wrap .link-item p {
        font-size: 2.4vw;
    }
    .db-bottom .link-wrap .link-item:hover {
        box-shadow: none;
    }
    .normal-xz .rdfz .more-options .rd {
        width: 50%;
    }
}
@media screen and (max-width: 800px) {
    .nav {
        display: none;
        z-index: 111;
        position: fixed;
        padding: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(39, 96, 183, 0.3607843137);
        z-index: 111;
        height: 100vh;
    }
    .nav-bg,
    .nav .line {
        display: none;
    }
    .nav-wrap {
        min-width: 300px;
        height: 100vh;
        width: 40%;
        overflow-y: auto;
        background-color: #2760b7;
        padding: 40px 10px;
    }
    .nav-wrap-bg.active {
        display: none;
    }
    .nav-item {
        display: block;
        width: 100%;
        font-size: 20px;
        text-align: left;
    }
    .nav-item > a {
        width: 100%;
        padding: 0 10px;
    }
    .nav-item > a.has::after {
        display: none;
        top: 0;
        transform: translateY(4px) rotate(180deg);
        margin: auto;
        right: 10px;
        left: auto;
        transition: all 0.5s;
    }
    .nav-item .more-btn {
        transition: all 0.5s;
        position: absolute;
        right: 10px;
        top: 0;
        width: 40px;
        height: 50px;
        background: url(../images/icon-down.png) no-repeat center;
    }
    .nav-item .sub-nav {
        display: none;
        position: static;
        opacity: 1;
        height: auto;
        transform: translate(0) !important;
        padding: 0 10px;
    }
    .nav-item .sub-nav li {
        background-color: #fff;
        display: block;
        width: 100%;
    }
    .nav-item .sub-nav li a {
        width: 90%;
        display: block;
        margin: auto;
    }
    .nav-item:hover a.has::after, .nav-item.active a.has::after {
        display: none;
        transform: rotate(0) translateY(-2px);
    }
    .nav-item:hover .more-btn.has, .nav-item.active .more-btn.has {
        transform: rotate(180deg);
    }
    .nav-item:hover .sub-nav.active, .nav-item.active .sub-nav.active {
        display: block;
    }
    .news {
        padding-top: 22px;
    }
    .menu {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .nav-item:hover .sub-nav {
        transition: opacity 0.5s;
        display: none;
        overflow-x: auto;
    }
    .nav-item.active .sub-nav{
        display: block;
        white-space: nowrap;
        background-color: #fff;
        overflow-x: auto;
    }
    .nav-item.active .sub-nav li{
        display: inline-block;
        width: auto;
    }
    .web-title img{
        max-width: 70%;
        margin: auto;
    }
    .w136 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrap {
        background-size: auto 100%;
    }
    .web-title {
        margin-top: 5vw;
        margin-bottom: 8vw;
    }
    .top {
        align-items: center;
    }
    .news {
        padding-top: 2vw;
        width: calc(100% - 10px);
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-top-title {
        padding-top: 2vw;
    }
    .news-top-title p {
        font-size: 26px;
    }
    .news-top-title p:last-child {
        font-size: 15px;
    }
    .news-center {
        margin-top: 3vw;
        display: block;
    }
    .news-center-l, .news-center-r {
        width: 100%;
    }
    .news-center-l .swiper-slide {
        height: 54vw;
    }
    .news-center-r {
        margin-top: 6vw;
    }
    .news-center-r-title {
        background-size: 100% auto;
        padding-bottom: 3vw;
    }
    .news-center-r-title ul {
        justify-content: flex-start;
    }
    .news-center-r-title ul li {
        font-size: 24px;
        margin-right: 4vw;
    }
    .news-center-r-title ul li::after {
        bottom: -3vw;
    }
    .news-center-r-list-item .list-item {
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .news-center-r-list-item .list-item-title {
        width: calc(100% - 70px);
        flex: 1;
        padding-right: 10px;
        margin-right: 10px;
    }
    .news-center-r-list-item .list-item p {
        font-size: 16px;
    }
    .news-center-r-list-item .list-item p:last-child {
        font-size: 13px;
    }
    .news-center-r-list-item .list-item:hover{
        display: flex;
    }
    /*.news-center-r-list-item .list-item:hover::after {*/
    /*    display: none;*/
    /*}*/
    .news-center-r-list-item .list-item-time {
        flex-shrink: 0;
    }
    .news-center-r-list-item .list-item-time p:first-child {
        font-size: 18px;
    }
    .news-bottom {
        margin-top: 4.8vw;
    }
    .news-bottom #zt-banner1 .swiper-slide a,
    .news-bottom #zt-banner3 .swiper-slide a {
        height: 18vw;
    }
    .db {
        padding-top: 5.6vw;
        /* padding-bottom: 6.4vw; */
    }
    .db-top {
        display: block;
    }
    .db-top-l, .db-top-r {
        width: 100%;
    }
    .db-top-r {
        margin-top: 6vw;
    }
    .db-top-r .dbfc-item .pic {
        flex-shrink: 0;
    }
    .db-top-l {
        padding: 5px;
    }
    .db-top-l .fzr-list {
        padding: 0 5px;
    }
    .db-top-l .fzr-list a {
        margin-left: 2vw;
        margin-right: 2vw;
        margin-bottom: 3vw;
    }
    .db-top-l .fzr-list a:first-child {
        margin-left: 2vw;
    }
    .db-top-l .fzr-list.more {
        max-height: 200px;
        text-align: center;
    }
    .db-top-l .fzr-list.more a {
        margin-left: 1.5vw;
        margin-right: 1.5vw;
    }
    .db-top-l .fzr-list.more a:nth-child(5n+1) {
        margin-left: 1.5vw;
        margin-right: 1.5vw;
    }
    .db-center {
        padding: 0 10px;
    }
    .db-lists {
        display: block;
    }
    .db-lists-l, .db-lists-r {
        width: 100%;
    }
    .db-lists-r {
        margin-top: 6vw;
    }
    .db-bottom {
        margin-top: 5vw;
    }
    .db-bottom .link-item {
        width: 49%;
        height: 34vw;
        min-height: 160px;
    }
    .db-bottom .link-item:nth-child(1) {
        margin-right: 2%;
    }
    .rdjg {
        padding-top: 56px;
        padding-bottom: 6.4vw;
    }
    .rdjg-news-list {
        display: block;
    }
    .rdjg-news-item {
        width: 100%;
        margin-bottom: 4vw;
    }
    .rdjg-news-item .pic {
        width: 140px;
        height: 112px;
    }
    .rdjg-news-item .content {
        padding: 10px 20px;
    }
    .rdjg-news-item .content a p {
        font-size: 16px;
    }
    .rdjg-pic-list .more {
        display: block;
        margin-top: 20px;
    }
    .rdjg-pic-list-r {
        flex-direction: column;
    }
    .rdjg-pic-list-r .rdjg-pic-list-item {
        width: 100%;
    }
    .rdjg-pic-list-item {
        width: 100%;
    }
    .rdjg-pic-list-item:nth-child(3), .rdjg-pic-list-item:nth-child(4) {
        display: none;
    }
    .rdjg-pic-list-item p {
        font-size: 16px;
    }
    .book-options {
        justify-content: center;
        gap: 50px;
    }
    .book-options .content {
        flex: 0;
    }
    .normal-xz {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    .normal-xz .w13 {
        display: block;
    }
    .normal-xz .rdfz,
    .normal-xz .xz {
        width: 100%;
    }
    .normal-xz .rdfz .more-options {
        display: block;
    }
    .normal-xz .rdfz .more-options .rd {
        width: 100%;
    }
    .normal-xz .rdfz .more-options .rd:last-child {
        margin-top: 4vw;
    }
    .normal-xz .xz {
        margin-top: 6vw;
        background-size: cover;
        height: 560px;
        overflow: hidden;
    }
    .normal-list-item a p {
        font-size: 16px;
        max-width: calc(100% - 120px);
    }
    .normal-list-item a span {
        font-size: 14px;
    }
    .footer-wrap {
        display: block;
        padding: 10px 0;
    }
    .footer-wrap-l {
        text-align: center;
        background: none;
    }
    .footer-wrap-c, .footer-wrap-r {
        padding: 0;
        justify-content: center;
        background: none;
        height: auto;
    }
    .footer-wrap-c {
        align-items: center;
    }
}
@media screen and (max-width: 650px) {
    .db-top-r .dbfc-list {
        display: none;
    }
    .db-top-r .dbfc-list.active {
        display: block;
    }
    .db-top-r .dbfc-item {
        width: 80%;
        margin: auto;
        padding: 20px;
        justify-content: space-between;
    }
    .db-top-r .dbfc-item:last-child {
        margin-top: 4vw;
    }
    .rdjg-pic-list-wrap {
        display: block;
    }
    .rdjg-pic-list-l {
        width: 100%;
    }
    .rdjg-pic-list-l .rdjg-pic-list-item {
        height: 70vw;
    }
    .rdjg-pic-list-r {
        flex-direction: row;
        margin-top: 15px;
    }
    .rdjg-pic-list-r .rdjg-pic-list-item {
        width: calc(50% - 7.5px);
        height: 30vw;
    }
    .rdjg-pic-list-item:nth-child(3), .rdjg-pic-list-item:nth-child(4) {
        display: block;
    }
}
@media screen and (max-width: 560px) {
    .menu {
        top: 20px;
    }
    .top {
        flex-direction: column;
        justify-content: center;
    }
    .top-r {
        margin-top: 2vw;
    }
    .top-r .search-ipt {
        width: 260px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .top-r .search-ipt::-moz-placeholder {
        font-size: 14px;
    }
    .top-r .search-ipt::placeholder {
        font-size: 14px;
    }
    .top-r .search-btn {
        width: 40px;
        height: 28px;
        background-size: 50%;
    }
    .db-bottom .link-wrap .link-item img {
        margin-bottom: 10px;
    }
    .db-bottom .link-wrap .link-item p {
        max-width: 100%;
        font-size: 12px;
        line-height: 1.5;
    }
    .db .jgsz-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 3vw;
    }
    .db .jgsz-item p {
        font-size: 12px;
        line-height: 30px;
    }
    .db .jgsz-item:nth-child(3n) {
        margin-right: 4%;
    }
    .db .jgsz-item:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 500px) {
    .news-center-r-title ul li {
        font-size: 18px;
    }
    .rdjg-title {
        justify-content: space-evenly;
    }
    .rdjg-title li {
        width: 150px;
        height: 56px;
        background-size: 100% 46px;
    }
    .rdjg-title li:last-child {
        margin-left: 0;
    }
    .rdjg-title li a {
        line-height: 56px;
        height: 56px;
        font-size: 20px;
    }
    .rdjg-title li:first-child a {
        background-position-x: 12px;
        padding-left: 50px;
    }
    .rdjg-title li:first-child.active a, .rdjg-title li:first-child:hover a {
        background-position-x: 45px;
        padding-left: 80px;
    }
    .rdjg-title li:last-child a {
        background-position-x: 12px;
        padding-left: 50px;
    }
    .rdjg-title li:last-child.active a, .rdjg-title li:last-child:hover a {
        background-position-x: 45px;
        padding-left: 80px;
    }
    .rdjg-title li.active, .rdjg-title li:hover {
        width: 180px;
        height: 56px;
        background-size: 100% 100%;
    }
    .rdjg-title li.active a, .rdjg-title li:hover a {
        height: 56px;
        line-height: 56px;
    }
    .book-options {
        gap: 0px;
        height: auto;
        padding: 10px !important;
    }
    .normal-xz .rdfz .more-options .rd#diaocha{
        border-left: 1px solid rgba(218, 213, 191, 0.502);
    }
    .book-options .title {
        font-size: 18px;
    }

    .book-options .pic {
        flex: 1.3;
        height: 47vw;
    }
    .book-options .content {
        flex: 1.8;
    }
    .normal-xz .rdfz .more-options .rd .content #book-name{
        margin-bottom:6vw;
    }
    .book-options .year-option,
    .book-options .mun-option {
        width: 100%;
    }
    .db-top-l .zr {
        padding: 11px 8px;
    }
    .db-top-l .zr-l, .db-top-l .zr-r {
        flex: 1;
    }
    .db-top-l .zr-l {
        margin-right: 10px;
    }
    .db-top-l .zr-r a {
        font-size: 16px;
    }
    .db-top-l .zr-r p {
        font-size: 14px;
    }
    .db-top-r .dbfc-item .content{
        padding:10px;
    }
    .db-top-r .dbfc-item .content a {
        font-size: 16px;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }
    .db-top-r .dbfc-item .content p {
        font-size: 14px;
    }
    .db-top-r .dbfc-item .content p:last-child{
        height: 123px;
    }
    .db-lists-title ul li {
        font-size: 18px;
        white-space: nowrap;
        margin-right: 0;
        padding: 8px 5px 7px;
    }
    .db-lists-title .more {
        flex-shrink: 0;
        font-size: 14px;
    }
    .normal-xz .w13 .xz {
        height: 110vw;
    }
    .normal-xz .w13 .xz .title {
        font-size: 18px;
    }
    .normal-xz .rdfz-title ul {
        width: 100%;
        overflow-x: auto;
    }
    .normal-xz .rdfz-title ul::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        background-color: #DCE7E1;
        border-radius: 20px;
    }
    .normal-xz .rdfz-title ul li {
        margin-right: 0;
        font-size: 18px;
        white-space: nowrap;
    }
    .normal-xz .rdfz-title .more {
        display: none;
        flex-shrink: 0;
        font-size: 14px;
    }
    .normal-xz .rdfz .normal-list .more {
        display: block;
        margin: auto;
        margin-top: 15px;
        width: 60%;
        text-align: center;
        padding: 10px;
        color: #3a72d3;
        border-radius: 5px;
        border: 2px solid #3a72d3;
    }
    .normal-xz .w13 .xz .map1 {
        width: 24%;
        left: 22.5%;
        bottom: 39.2%;
    }
    .normal-xz .w13 .xz .map2 {
        width: 20%;
        left: 38.5%;
        bottom: 29.2%;
    }
    .footer-wrap * {
        font-size: 12px;
    }
    .footer-wrap-c p {
        font-size: 12px;
    }
}
@media screen and (max-width: 450px) {
    .db-top-r .dbfc-item {
        width: 100%;
        padding: 10px;
    }
    .db-bottom .link-wrap {
        flex-direction: row;
    }
    .db-bottom .link-wrap .link-item {
        width: calc(50% - 10px);
        background-size: cover !important;
    }
    .db-bottom .link-wrap .link-item p {
        font-size: 16px;
    }
    .db-bottom .link-wrap .link-item:hover {
        box-shadow: none;
    }
    .rdjg-pic-list-l {
        display: none;
    }
    .rdjg-pic-list-r {
        margin-top: 15px;
    }
    .rdjg-pic-list-item p {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .rdjg-news-item:nth-child(4), .rdjg-news-item:nth-child(5), .rdjg-news-item:nth-child(6) {
        display: none;
    }
}/*# sourceMappingURL=index.css.map */