@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;
}

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;
}

[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, .jsxq-content, .jsxq-t .pic, .gk-img .pic, .jgsz-js-item span, .subpage-list2-item .pic, .subpage-pics2-item .pic, .subpage-pics2-item, .subpage-pics-item, .subpage-list-item p, .subpage .location .name, .subpage-l, .notice-item .time, .news-list-item .title p, .news-l, .normal-title1 .zn {
  float: left;
}

.fr, .subpage-list2-item .content, .subpage-pics2-item .content, .subpage-list-item span, .subpage .location-r, .subpage-r, .notice-item .title, .news-list-item .title span {
  float: right;
}

.cf {
  zoom: 1;
}
.cf :after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* 宽度 */
.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, .jsxq-content p, .subpage-pics2-item p, .subpage-list-item p, .xsbg-item p, .xsbg-item .title, .news-list-item .title p, .news-banner .swiper-slide .content .title, .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, .footer-wrap, .nav-wrap, .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, .footer-wrap::before, .nav-wrap::before, .header-wrap::before, .df-sb::after, .footer-wrap::after, .nav-wrap::after, .header-wrap::after {
  content: normal;
}
.df-sb > *, .footer-wrap > *, .nav-wrap > *, .header-wrap > * {
  float: left;
}

/* ie11-失效原因 */
.df-sa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.df-sa::before, .df-sa::after {
  content: normal;
}
.df-sa > * {
  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: #1357ac;
}

/* 滤镜 */
/* 模糊 */
/* 高亮 */
/* 鲜艳 */
/* 黑白 */
/* 颜色反转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);
}

body.bodyhid {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@font-face {
  font-family: "sy-h";
  src: url(../fonts/SOURCEHANSERIFCN-HEAVY-4.OTF);
}
.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.image {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.en {
  text-transform: uppercase;
}

.block {
  display: block;
}

.w12 {
  width: 1200px;
  margin: auto;
}

.w13 {
  width: 1300px;
  margin: auto;
}

.w136 {
  width: 1360px;
  margin: auto;
}

.w14 {
  width: 1400px;
  margin: auto;
}

.w145 {
  width: 1450px;
  margin: auto;
}

@media screen and (max-width: 1450px) {
  .w145 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .w14 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .w12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.w17 {
  width: 1700px;
  margin: auto;
}

.ab2center, .loading .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.obj2cov, .gk-img .pic img, .subpage-list2-item .pic img, .subpage-top img, .footer .qrcode .pic img, .banner .swiper-slide .da img, .img2scl img, .subpage-pics2-item .pic img, .subpage-pics-item .pic img, .xyfc .swiper-slide .pic img, .news-banner .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img2scl, .subpage-pics2-item .pic, .subpage-pics-item .pic, .xyfc .swiper-slide .pic, .news-banner .swiper-slide .pic {
  overflow: hidden;
}
.img2scl img, .subpage-pics2-item .pic img, .subpage-pics-item .pic img, .xyfc .swiper-slide .pic img, .news-banner .swiper-slide .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img, .subpage-pics2-item .pic:hover img, .subpage-pics-item .pic:hover img, .xyfc .swiper-slide .pic:hover img, .news-banner .swiper-slide .pic:hover img {
  transform: scale(1.2);
}

@keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  70% {
    opacity: 0.65;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(19, 87, 172, 0.6), 0 0 0 10px rgba(19, 87, 172, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(19, 87, 172, 0.3), 0 0 0 20px rgba(19, 87, 172, 0);
  }
}
@keyframes ripple_5 {
  0% {
    box-shadow: 0 0 0 0 rgba(19, 87, 172, 0.6), 0 0 0 10px rgba(19, 87, 172, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(19, 87, 172, 0.3), 0 0 0 20px rgba(19, 87, 172, 0);
  }
}
.menu {
  position: fixed;
  top: 3px;
  right: 0;
  transform: scale(0.65, 0.65);
  z-index: 950;
  width: 60px;
  height: 60px;
  background: #fff;
  animation: ripple_4 1s linear infinite;
  border-radius: 50%;
  cursor: pointer;
}
.menu1 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}
.menu1 span {
  position: absolute;
  width: 28px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  font-size: 0;
}
.menu1 span:before {
  width: 4px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
  background: #1357ac;
}
.menu1 span::after {
  right: 0;
  top: 0;
  width: 22px;
  height: 100%;
  border-radius: 50px;
  background: #1357ac;
}
.menu1 span:nth-child(1) {
  margin-top: -9px;
}
.menu1 span:nth-child(3) {
  margin-top: 9px;
}
.menu.cross {
  animation-name: ripple_5;
}
.menu.cross .menu1 span {
  margin: 0;
}
.menu.cross .menu1 span::before {
  width: 6px;
  border-radius: 50px 0 0 50px;
}
.menu.cross .menu1 span::after {
  border-radius: 0 50px 50px 0;
}
.menu.cross .menu1 span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu.cross .menu1 span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.menu.cross .menu1 span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
/* Bounce To Top */
@keyframes and_none1 {
  from {
    transform: scale3d(1.1, 1.1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jump {
  0%, 100% {
    transform: translateY(0);
    /* 跳跃的起点和终点 */
  }
  25% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(-30px);
    /* 在跳跃的中间点向上移动一些 */
  }
}
.xq .news {
  background: url(../images/xq-bg1.png) no-repeat center;
  background-size: cover;
}
.xq .xsbg {
  background: url(../images/xq-bg2.png) no-repeat center;
  background-size: cover;
}
.xq .notice {
  background: url(../images/xq-bg3.png) no-repeat center;
  background-size: cover;
}
.xq .xyfc {
  background: url(../images/xq-bg4.png) no-repeat center;
  background-size: cover;
}
.xq .normal-title1 .name {
  position: relative;
  height: 44px;
}
.xq .normal-title1 .xq-icon {
  display: block;
  position: absolute;
  left: 420px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.xq .notice .normal-title1 .xq-icon{
  left:460px;
}


a {
  text-decoration: none !important;
}

.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  z-index: 333;
  background-color: #052b53;
}
.loading .loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.loading .loader:before, .loading .loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}
.loading .loader:after {
  color: #2581e4;
  transform: rotateY(70deg);
  animation-delay: 0.3s;
}

.wrap.xq {
  background: url(../images/xq-bg1.png) no-repeat top center;
  background-size: cover;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../images/top-bg.png) repeat-x bottom center;
  height: 128px;
  z-index: 111;
  padding-top: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  animation: fadeInDown 1.5s ease-in-out;
}
.header-r {
  width: calc(100% - 486px);
}
.header-t {
  text-align: right;
  line-height: 20px;
}
.header-t a {
  font-size: 14px;
  color: #fff !important;
  margin-right: 25px;
  border: 1px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header-t a:hover {
  border-color: #fff;
  padding: 0 10px;
  border-radius: 3px;
}
.header .search-btn {
  width: 20px;
  height: 20px;
  float: right;
  background: url(../images/icon-search.png) no-repeat center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-btn:hover {
  border-color: #fff;
  border-radius: 3px;
  background-size: 60%;
}
.header.scroll {
  background: #024a95;
  height: auto;
  padding-bottom: 20px;
}

.nav {
  margin-top: 10px;
}
.nav-top {
  display: none;
}
.nav-wrap {
  flex-wrap:nowrap;
}
.nav-item {
  width: auto;
  text-align: center;
  font-size: 18px;
  position: relative;
  margin-left: 1.5%;
}
.nav-item > a {
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap;
}
.nav-item:hover .nav-sub {
  display: block;
  top: 100%;
  animation: fadeIn 0.5s;
}
.nav-sub {
  min-width: 120px;
  display: none;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  padding: 0.78vw 1vw;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 3px;
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 10px;
}
.nav-sub li {
  line-height: 30px;
  font-size: 16px;
}
.nav-sub li:last-child a {
  border: none;
}
.nav-sub li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.nav-sub li a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.nav-sub li a:hover {
  font-weight: bold;
  border-color: #fff;
}
.nav a {
  width: 100%;
  color: #fff !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.bodyhid .banner {
  width: 100vw;
}

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide .da {
  width: 100%;
  max-width: 100vw;
  height: 100vh;
}
.banner .swiper-slide .txt {
  position: absolute;
}
.banner .swiper-slide#slide1 .txt {
  opacity: 0;
  max-width: 90%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.banner .swiper-slide#slide1 .txt:first-child {
  transition-delay: 1500ms;
  top: 34%;
  left: 16.5625%;
  transform: translate(100px, -20px) scale(0.8);
}
.banner .swiper-slide#slide1 .txt:nth-child(2) {
  transition-delay: 2500ms;
  top: 47.7%;
  left: 11.197%;
  transform: translate(-100px, 20px) scale(0.8);
}
.banner .swiper-slide#slide2 .txt {
  top: 34%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  max-width: 90%;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition-delay: 100ms;
  transform: translate(100px, -20px) scale(0);
}
.banner .swiper-slide#slide3 .txt {
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  max-width: 90%;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition-delay: 100ms;
  transform: translate(100px, -20px) scale(0);
}

.banner .swiper-slide#slide6 .txt {
  opacity: 0;
  max-width: 90%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.banner .swiper-slide#slide6 .txt:first-child {
  transition-delay: 1500ms;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(100px, -20px) scale(0.8);
}
.banner .swiper-slide#slide6 .txt:nth-child(2) {
  transition-delay: 2500ms;
  top: 51.5%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(-100px, 20px) scale(0.8);
}
.banner .swiper-slide-active .da {
  animation: and_none1 9s linear infinite;
}
.banner .swiper-slide-active#slide1 .txt, .banner .swiper-slide-active#slide6 .txt {
  opacity: 1;
}
.banner .swiper-slide-active#slide1 .txt:first-child, .banner .swiper-slide-active#slide6 .txt:first-child {
  transform: translate(0, 0) scale(1);
}
.banner .swiper-slide-active#slide1 .txt:nth-child(2), .banner .swiper-slide-active#slide6 .txt:nth-child(2) {
  transform: translate(0, 0) scale(1);
}
.banner .swiper-slide-active#slide2 .txt,
.banner .swiper-slide-active#slide3 .txt {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.banner .swiper-button-prev, .banner .swiper-button-next {
  margin: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 43px;
  height: 43px;
}
.banner .swiper-button-prev {
  left: 40px;
  background: url(../images/icon-left.png) no-repeat center;
}
.banner .swiper-button-next {
  right: 40px;
  background: url(../images/icon-right.png) no-repeat center;
}
.banner .swiper-pagination {
  width: auto;
  position: relative;
  overflow: hidden;
}
.banner .swiper-pagination span {
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 60px;
  height: 2px;
}
.banner .page {
  position: absolute;
  right: 13.541%;
  bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .page > * {
  float: left;
}
.banner .page-number {
  margin-left: 28px;
  float: right;
  position: relative;
  z-index: 10;
  color: #fff;
}
.banner .page-number .current {
  font-size: 48px;
}
.banner .page-number .all {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
}

.normal-title1 {
  background: url(../images/line1.png) no-repeat bottom left;
  padding-bottom: 16px;
  position: relative;
}
.normal-title1 .name {
  background: url(../images/icon-news.png) no-repeat left center;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 56px;
}
.normal-title1 .zn {
  font-weight: bold;
  font-size: 40px;
  padding-left: 63px;
  font-family: "sy-h";
  background: linear-gradient(90deg, #0db5e6 60%, #1357ac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  padding-right: 24px;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.normal-title1 .zn::after {
  width: 1px;
  height: 32px;
  background-color: #1357ac;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.normal-title1 .en span {
  display: block;
  color: #1357ac;
  font-size: 16px;
  line-height: 20px;
}
.normal-title1 .more {
  color: #1357ac;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.normal-title1 .more:hover {
  background-color: #1357ac;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
}
.normal-title1 .xq-icon {
  display: none;
}

.news {
  background: url(../images/bg1.png) no-repeat top center;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 60px;
}
.news-wrap {
  margin-top: 40px;
}
.news-l {
  width: 47.142%;
}
.news-banner .swiper-slide {
  height: 440px;
  position: relative;
}
.news-banner .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.news-banner .swiper-slide .content {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition-delay: 0.5s;
  opacity: 0;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -110px;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  width: 100%;
  padding-right: 147px;
  padding-top: 15px;
}
.news-banner .swiper-slide .content .title {
  font-size: 18px;
  font-weight: bold;
}
.news-banner .swiper-slide .content .info {
  margin-top: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
}
.news-banner .swiper-slide-active .content {
  bottom: 0;
  opacity: 1;
}
.news-banner .swiper-pagination {
  width: auto;
  left: auto;
  right: 23px;
  color: rgba(255, 255, 255, 0.4);
  bottom: 23px;
  font-size: 24px;
  vertical-align: bottom;
}
.news-banner .swiper-pagination span.swiper-pagination-current {
  font-size: 48px;
  color: #fff;
}
.news-r {
  width: 50%;
  float: right;
}
.news-list-item {
  display: block;
  overflow: hidden;
  padding: 16px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list-item .info {
  display: none;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
.news-list-item .title {
  overflow: hidden;
  line-height: 24px;
}
.news-list-item .title p {
  color: #333333;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  width: calc(100% - 90px);
}
.news-list-item .title p::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dddddd;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-list-item .title span {
  font-size: 14px;
  color: #777777;
}
.news-list-item.active {
  padding-top: 4px;
  border-bottom: 1px solid #eeeeee;
}
.news-list-item.active .info {
  display: block;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  animation: fadeInUp 0.5s;
  height: 48px;
}
.news-list-item.active .title span {
  color: #1357ac;
  font-weight: bold;
}
.news-list-item.active .title p {
  padding-left: 0;
  color: #1357ac;
  font-weight: bold;
}
.news-list-item.active .title p::before {
  display: none;
}
.news-list-item * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.xsbg {
  background: url(../images/bg2.png) no-repeat center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 20px;
}
.xsbg .normal-title1 .name {
  background: url(../images/icon-xsbg.png) no-repeat left center;
}
.xsbg-wrap {
  margin-top: 60px;
}
.xsbg .swiper-container {
  padding-top: 20px;
  padding-bottom: 30px;
}
.xsbg .swiper-pagination {
  bottom: 0;
}
.xsbg-item {
  display: block;
  float: left;
  width: 31.433%;
  margin-right: 2.85%;
  height: 220px;
  position: relative;
  background-color: #fff;
  padding-left: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding-right: 30px;
}
.xsbg-item:nth-child(3n) {
  margin-right: 0;
}
.xsbg-item .day {
  width: 160px;
  height: 40px;
  position: relative;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  color: #fff;
  background-color: #0250a2;
  text-align: center;
  line-height: 40px;
  font-family: cursive;
}
.xsbg-item .title {
  margin-top: 6px;
  padding-bottom: 23px;
  font-size: 18px;
  line-height: 2;
  color: #333333;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.xsbg-item .title::after {
  width: 20px;
  height: 2px;
  bottom: 0px;
  background-color: #0250a2;
  position: absolute;
  left: 0;
}
.xsbg-item p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  padding-left: 32px;
  margin-top: 13px;
}
.xsbg-item p.zj {
  margin-top: 23px;
  background: url(../images/icon-zjr.png) no-repeat left center;
}
.xsbg-item p.time {
  background: url(../images/icon-time.png) no-repeat left center;
}
.xsbg-item p.addres {
  background: url(../images/icon-addres.png) no-repeat left center;
}
.xsbg-item * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.xsbg-item:hover {
  box-shadow: 0 0 10px rgba(2, 80, 162, 0.5);
}
.xsbg-item:hover .title {
  font-weight: bold;
  color: #0250a2;
  animation: fadeInUp 0.5s;
}

.notice {
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 20px;
}
.notice .normal-title1 .name {
  background: url(../images/icon-tzgg.png) no-repeat left center;
}
.notice-wrap {
  margin-top: 30px;
}
.notice-item {
  display: block;
  float: left;
  width: 31.433%;
  margin-right: 2.85%;
  background-color: #fff;
  overflow: hidden;
  padding-left: 14px;
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 22px;
  margin-bottom: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.notice-item:nth-child(3n) {
  margin-right: 0;
}
.notice-item .time {
  text-align: right;
  color: #0250a2;
  line-height: 30px;
}
.notice-item .time p {
  font-size: 24px;
}
.notice-item .time span {
  font-size: 14px;
}
.notice-item .title {
  width: calc(100% - 67px);
  padding-left: 1.4vw;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.notice-item:hover {
  border-radius: 10px;
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(2, 80, 162, 0.5);
}
.notice-item:hover .title {
  animation: fadeIn 0.5s;
  font-weight: bold;
  color: #0250a2;
}

.xyfc {
  background: url(../images/bg4.png) no-repeat center;
  background-size: cover;
  padding-top: 58px;
  padding-bottom: 30px;
}
.xyfc .normal-title1 .name {
  background: url(../images/icon-xyfc.png) no-repeat left center;
}
.xyfc-banner {
  margin-top: 30px;
}
.xyfc .swiper-container {
  padding-bottom: 30px;
}
.xyfc .swiper-slide {
  height: 210px;
}
.xyfc .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.xyfc .swiper-pagination {
  bottom: 0;
}
.xyfc .swiper-pagination span {
  width: 10px;
  height: 10px;
}
.xyfc .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #1357ac;
}

.flinks {
  background-color: #024a95;
  line-height: 30px;
  padding: 9px 0;
}
.flinks a {
  font-size: 16px;
  color: #fff !important;
  margin-right: 3vw;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.flinks a::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #fff;
  width: 0;
  height: 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.flinks a:hover::after {
  width: 100%;
}
.flinks-wrap {
  padding-left: 40px;
  background: url(../images/icon-links.png) no-repeat left center;
}

.footer {
  background-color: #0250a2;
  padding-top: 36px;
}
.footer-wrap {
  color: #fff;
}
.footer-c p {
  font-size: 14px;
  line-height: 50px;
  padding-left: 48px;
  cursor: default;
}
.footer-c p.addres {
  background: url(../images/icon-addres1.png) no-repeat left center;
}
.footer-c p.phone {
  background: url(../images/icon-phone.png) no-repeat left center;
}
.footer-c p.email {
  background: url(../images/icon-email.png) no-repeat left center;
}
.footer .qrcode {
  text-align: center;
}
.footer .qrcode .pic {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.footer .qrcode p {
  font-size: 14px;
  line-height: 48px;
}
.footer-info {
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 48px;
  color: #fff;
  text-align: center;
}
.footer-info a {
  color: #fff !important;
  margin-left: 2.6vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  position: relative;
}
.footer-info a::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: #fff;
  width: 0;
  height: 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer-info a:hover::after {
  width: 100%;
}
.footer.in {
  padding-top: 10px;
}
.footer.in .footer-c p {
  line-height: 45px;
}
.footer.in .qrcode p {
  line-height: 36px;
}
.footer.in .footer-info {
  line-height: 38px;
  margin-top: 10px;
}

.menu {
  display: none;
}

/* subpage */
.subpage {
  background: url(../images/subpage-bg.png) no-repeat bottom center;
  padding-bottom: 120px;
}
.subpage-top {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.subpage-l {
  width: 260px;
  position: relative;
  top: -100px;
  z-index: 11;
}
.subpage-l .name {
  width: 100%;
  line-height: 100px;
  height: 100px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(2, 80, 162, 0.922);
  text-align: center;
}
.subpage-l ul {
  padding-bottom: 120px;
  background: url(../images/left-nav-bg.png) #ebeff9 no-repeat bottom center;
}
.subpage-l .l-item {
  font-size: 18px;
  position: relative;
}
.subpage-l .l-item i {
  position: absolute;
  right: 10px;
  top: 29px;
  background: url(../images/icon-add.png) no-repeat center;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage-l .l-item > a {
  padding: 27px 0;
  padding-left: 40px;
  width: 100%;
  color: #333333 !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border-bottom: 1px solid rgba(2, 80, 162, 0.102);
}
.subpage-l .l-item .l-sub {
  display: none;
  padding: 0 10px;
  border-bottom: 1px solid rgba(2, 80, 162, 0.102);
}
.subpage-l .l-item .l-sub a {
  background-color: #fff !important;
  padding-left: 40px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.subpage-l .l-item .l-sub a.on, .subpage-l .l-item .l-sub a:hover {
  color: #0250a2;
  animation: fadeIn 0.5s;
  font-weight: bold;
}
.subpage-l .l-item:last-child > a {
  border-bottom: none;
}
.subpage-l .l-item:first-child > a {
  border-bottom: 1px solid rgba(2, 80, 162, 0.102);
}
.subpage-l .l-item.on > a, .subpage-l .l-item:hover > a {
  color: #0250a2 !important;
  animation: fadeIn 0.5s;
  font-weight: bold;
}
.subpage-l .l-item.on i, .subpage-l .l-item:hover i {
  transform: rotate(90deg);
}
.subpage-l .l-item.on .l-sub, .subpage-l .l-item:hover .l-sub {
  display: block;
  animation: fadeInUp 0.6s;
}
.subpage-r {
  width: calc(100% - 300px);
}
.subpage .location {
  margin-top: 28px;
  line-height: 30px;
  padding-bottom: 13px;
  border-bottom: 2px solid #0250a2;
}
.subpage .location .name {
  font-size: 24px;
  color: #333333;
}
.subpage .location-r {
  font-size: 14px;
  color: #999;
}
.subpage .location-r * {
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage .location-r a:hover {
  animation: fadeInUp 0.5s;
  color: #0250a2;
  font-weight: bold;
}
.subpage-list {
  margin-top: 20px;
}
.subpage-list-item {
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: #333333;
  font-size: 18px;
  padding: 11px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage-list-item p {
  width: calc(100% - 120px);
  padding-left: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: url(../images/icon-list.png) no-repeat left center;
}
.subpage-list-item span {
  color: #999999;
}
.subpage-list-item:hover {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(2, 80, 162, 0.5);
}
.subpage-list-item:hover p {
  animation: fadeIn 0.5s;
  font-weight: bold;
  color: #0250a2;
}
.subpage-pics {
  margin-top: 20px;
}
.subpage-pics-item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 32px;
}
.subpage-pics-item:nth-child(4n) {
  margin-right: 0;
}
.subpage-pics-item .pic {
  width: 100%;
  height: 173px;
}
.subpage-pics-item p {
  margin-top: 11px;
  text-align: center;
  color: #333333;
  line-height: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage-pics-item:hover p {
  color: #024a95;
  font-weight: bold;
  animation: fadeInUp 0.5s;
}
.subpage-pics #page {
  margin-top: 0;
}
.subpage-pics2 {
  margin-top: 38px;
}
.subpage-pics2-item {
  padding: 20px;
  width: calc(50% - 20px);
  margin-right: 40px;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(211, 223, 240);
  border-style: solid;
  margin-bottom: 20px;
  transition: all 0.58s;
  -webkit-transition: all 0.58s;
  -moz-transition: all 0.58s;
  -ms-transition: all 0.58s;
}
.subpage-pics2-item:hover {
  box-shadow: 0px 0px 16px 0px rgba(211, 223, 240, 0.8);
  transform: translateY(-10px);
}
.subpage-pics2-item:nth-child(2n) {
  margin-right: 0;
}
.subpage-pics2-item .pic {
  width: 145px;
  height: 200px;
}
.subpage-pics2-item .content {
  width: calc(100% - 145px);
  padding-left: 1.5625vw;
}
.subpage-pics2-item .name {
  font-size: 18px;
  font-weight: bold;
  color: #0250a2;
  margin-bottom: 10px;
}
.subpage-pics2-item p {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
}
.subpage-pics2-item p span {
  color: #0250a2;
}
.subpage-pics2 #page {
  margin-top: 10px;
}
.subpage-list2 {
  margin-top: 38px;
}
.subpage-list2-item {
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: block;
  border-width: 1px;
  border-color: rgb(211, 223, 240);
  border-style: solid;
  padding: 20px;
  margin-bottom: 20px;
}
.subpage-list2-item .pic {
  width: 145px;
  height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(211, 223, 240);
  background-color: rgb(238, 238, 238);
}
.subpage-list2-item .content {
  padding-left: 1.5625vw;
  width: calc(100% - 145px);
  padding-top: 25px;
}
.subpage-list2-item .content .name {
  font-size: 18px;
  font-weight: bold;
  color: #0250a2;
}
.subpage-list2-item .content .gz {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
}
.subpage-list2-item .content p {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
}
.subpage-list2-item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 0px 16px 0px rgba(211, 223, 240, 0.8);
}

#page {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  /*  a {
      border-radius: 5px;
      line-height: 34px;
      color: #6a6868;
      background-color: #f3f3f3;
      padding: 0 15px;
      @include trans-(0.5s);
      &.on,
      &:hover {
          background-color: #0250a2;
          color: #fff;
      }
  } */
}
#page .p_pages {
  display: inline-block;
  height: auto;
}
#page .p_pages * {
  vertical-align: baseline !important;
}
#page .p_pages span {
  font-size: 15px;
  color: #6a6868 !important;
  background-color: #f3f3f3 !important;
}
#page .p_pages span.p_no, #page .p_pages span.p_fun {
  border-radius: 5px !important;
  line-height: 34px !important;
  height: 34px !important;
  color: #6a6868;
  background-color: #f3f3f3 !important;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin: 0 3px;
  border: none !important;
}
#page .p_pages span.p_no a, #page .p_pages span.p_fun a {
  padding: 0 15px !important;
  display: inline-block;
  line-height: 34px !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
#page .p_pages span.p_no:hover a, #page .p_pages span.p_fun:hover a {
  color: #fff !important;
  background-color: transparent !important;
}
#page .p_pages span.p_no_d, #page .p_pages span:hover {
  background-color: #0250a2 !important;
  color: #fff !important;
}
#page .p_pages .p_fun_d,
#page .p_pages .p_no_d {
  padding: 0 15px !important;
  display: inline-block;
  border-radius: 5px !important;
  height: 34px !important;
  line-height: 34px !important;
  margin: 0 3px;
  border: none !important;
}
#page .p_t {
  line-height: 34px !important;
  font-size: 15px !important;
}
#page .p_goto {
  color: #6a6868 !important;
  font-size: 15px !important;
}
#page .p_goto input {
  border: none !important;
  width: 48px !important;
  height: 34px !important;
  line-height: 34px !important;
  border: none !important;
  border-radius: 5px !important;
  background-color: #f3f3f3 !important;
  color: #6a6868 !important;
}
#page .p_goto a {
  border: none !important;
  height: auto !important;
  border-radius: 5px !important;
  line-height: 34px !important;
  background-color: #0250a2 !important;
  color: #fff !important;
  padding: 0 15px !important;
}

.dj {
  /* .header {
      &.scroll {
          background-color: #a32020;
      }
  } */
}
.dj .header.scroll {
  background-color: #a32020;
}
.dj .flinks,
.dj .footer {
  background-color: #a32020;
}
.dj .subpage-l .name {
  background-color: rgba(163, 32, 32, 0.922);
}
.dj .subpage-l .l-item .l-sub a.on, .dj .subpage-l .l-item .l-sub a:hover {
  color: #a32020;
}
.dj .subpage-l .l-item.on > a, .dj .subpage-l .l-item:hover > a {
  color: #a32020;
}
.dj .subpage-list-item:hover {
  box-shadow: 0 0 10px rgba(163, 32, 32, 0.5);
}
.dj .subpage-list-item:hover p {
  color: #a32020;
}
.dj .subpage-r a:hover {
  color: #a32020;
}
.dj .subpage-pics-item:hover p {
  color: #a32020;
}
.dj .location {
  border-color: #a32020;
}
.dj #page .p_pages span.p_no_d, .dj #page .p_pages span:hover {
  background-color: #a32020 !important;
  color: #fff !important;
}
.dj #page .p_goto a {
  background-color: #a32020 !important;
}

.jgsz-list {
  margin-top: 30px;
}
.jgsz-item {
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  width: 100%;
  border-width: 1px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
}
.jgsz-item .name {
  line-height: 48px;
  font-size: 18px;
  background-color: #0250a2;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
}
.jgsz-info, .jgsz-js {
  padding-left: 30px;
  padding-top: 14px;
  padding-bottom: 17px;
  padding-right: 30px;
}
.jgsz-info p {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}
.jgsz-js-item {
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  display: flex;
  flex-wrap: nowrap;
}
.jgsz-js-item span {
  color: #0250a2;
  white-space: nowrap;
}
.jgsz-js-item ul {
  display: inline-block;
}
.jgsz-js-item ul a {
  color: #333333;
  margin-right: 1.5vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.jgsz-js-item ul a:hover {
  color: #0250a2;
  font-weight: bold;
  animation: fadeInUp 0.5s;
}

.gk {
  margin-top: 50px;
}
.gk p {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  text-align: justify;
  text-indent: 2em;
  margin-top: 10px;
}
.gk-num {
  margin-bottom: 30px;
  background: url(../images/gk-bg.png) no-repeat bottom center;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
}
.gk-num-item {
  width: 33.333%;
  line-height: 40px;
  font-size: 18px;
  margin: 20px auto;
}
.gk-num-item span {
  color: #0250a2;
  font-size: 36px;
  font-weight: bold;
}
.gk-img {
  margin: 30px auto;
  overflow: hidden;
}
.gk-img .pic {
  width: calc(33.333% - 2.6666px);
  margin-right: 4px;
  overflow: hidden;
  height: 275px;
}
.gk-img .pic:last-child {
  margin-right: 0;
}

.jsxq-t {
  margin-top: 30px;
}
.jsxq-t .pic {
  position: relative;
}
.jsxq-t .pic::after {
  position: absolute;
  width: 200px;
  height: 276px;
  border-width: 1px;
  border-color: rgb(2, 80, 162);
  border-style: solid;
  left: 3px;
  top: 3px;
  opacity: 0.5;
}
.jsxq-t .pic img {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 276px;
  -o-object-fit: cover;
     object-fit: cover;
}
.jsxq-content {
  width: calc(100% - 200px);
  padding-left: 1.97vw;
}
.jsxq-content .name {
  font-size: 24px;
  font-weight: bold;
  color: #0250a2;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.jsxq-content .name::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #0250a2;
}
.jsxq-content p {
  font-size: 18px;
  line-height: 40px;
  color: #777777;
}
.jsxq-content p span {
  color: #0250a2;
}
.jsxq-jl {
  margin-top: 38px;
}
.jsxq-jl .title {
  position: relative;
}
.jsxq-jl .title p {
  font-size: 24px;
  line-height: 30px;
  color: #0250a2;
  font-weight: bold;
  display: inline;
}
.jsxq-jl .title::after {
  position: absolute;
  left: 119px;
  width: calc(100% - 119px);
  height: 4px;
  border: 1px solid rgba(8, 81, 175, 0.2);
  border-left: none;
  border-right: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
.jsxq-jl-info {
  margin-top: 16px;
}
.jsxq-jl p {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  text-indent: 2em;
}

.msfc-item {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 17px;
}
.msfc-item a {
  color: #333333;
  margin-right: 1.3vw;
}
.msfc-item a:hover {
  animation: fadeInUp 0.6s;
  font-weight: bold;
  color: #0250a2;
}
.msfc-item .title {
  margin-top: 19px;
  font-weight: bold;
  color: #0250a2;
}
.msfc-item-list {
  margin-top: 10px;
}

.article {
  margin-top: 50px;
}
.article-title {
  color: #333333;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.article-info {
  margin-top: 10px;
  line-height: 40px;
  background-color: #f3f3f3;
  text-align: center;
}
.article-info span {
  color: #777777;
  margin: 0 0.5vw;
}
.article-content {
  font-size: 18px;
}
.article-content p {
  line-height: 40px;
  color: #333;
  margin-top: 10px;
}
.article-content img {
  max-width: 99%;
  height: auto !important;
}
.article-content table {
  max-width: 100% !important;
}

.dialog {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2222;
}
.dialog .search-box {
  width: 500px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.dialog .search-txt {
  width: 500px;
  height: 40px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 10px rgba(2, 80, 162, 0.5);
  padding: 0 10px;
  padding-right: 80px;
}
.dialog .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 60px;
  background: url(../images/icon-search.png) #0250a2 no-repeat center;
  border: none;
  border-radius: 3px;
}

@media screen and (max-width: 1640px) {
  .banner .swiper-slide#slide1 .txt:first-child {
    left: 30px;
  }
  .banner .swiper-slide#slide1 .txt:last-child {
    left: auto;
    right: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .nav-item {
    font-size: 16px;
  }
  .normal-title1 .more {
    bottom: 16px;
  }
  .normal-title1 .more:hover {
    transform: translate(0);
  }
}
@media screen and (max-width: 1300px) {
  .menu {
    display: block;
    top: 25px;
  }
  .nav {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 11;
  }
  .nav-top {
    display: block;
    position: absolute;
    top: 0;
    width: 400px;
    right: 0;
    z-index: 2;
    overflow: hidden;
    padding: 10px 20px;
  }
  .nav-top a {
    float: left;
    width: auto;
    color: #fff;
  }
  .nav-top .search-btn {
    float: left;
    margin-left: 2vw;
  }
  .nav-wrap {
    padding: 60px 20px 10px;
    position: absolute;
    right: 0;
    width: 400px;
    display: block;
    background-color: #0250a2;
    height: 100vh;
    overflow-y: auto;
  }
  .nav-item {
    margin: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
  .nav-item a {
    color: #fff;
  }
  .nav-item > a {
    line-height: 40px;
    position: relative;
    padding-bottom: 10px;
  }
  .nav-item > a::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 50px;
    background-color: #fff;
  }
  .nav-sub {
    position: static;
    display: block;
    min-width: 100%;
    transform: translateX(0);
    background-color: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 10px 20px;
    overflow: hidden;
  }
  .nav-sub li {
    width: 50%;
    float: left;
    border: none;
    background: url(../images/icon-nav-item.png) no-repeat left center;
    background-size: 16px;
    padding-left: 20px;
  }
  .nav-sub li a {
    border: none;
  }
  .nav-sub li a:hover {
    color: #fff;
  }
  .header-t {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .gk-num {
    height: auto;
  }
  .gk-num-item {
    width: 50%;
  }
  .subpage-pics-item {
    width: 32%;
    margin-right: 2%;
  }
  .subpage-pics-item:nth-child(4n) {
    margin-right: 2%;
  }
  .subpage-pics-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer-r {
    display: none;
  }
  .flinks {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .subpage-pics-item {
    width: 49%;
    margin-right: 2%;
  }
  .subpage-pics-item:nth-child(4n), .subpage-pics-item:nth-child(3n) {
    margin-right: 2%;
  }
  .subpage-pics-item:nth-child(2n) {
    margin-right: 0;
  }
  .subpage-pics2-item {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .footer-l {
    display: none;
  }
  .footer-wrap > img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    padding: 10px 0;
    background-color: #0250a2;
  }
  .header.scroll {
    padding-bottom: 10px;
  }
  .header-l {
    width: 320px;
  }
  .header-l img {
    width: 100%;
  }
  .header-t {
    display: none;
  }
  .menu {
    top: 10px;
  }
  .banner {
    margin-top: 70px;
    height: 60vw;
  }
  .banner .swiper-slide .da {
    height: 60vw;
  }
  .banner .swiper-slide#slide6 .txt:first-child {
    top: 26%;
  }
  .banner .swiper-button-prev, .banner .swiper-button-next {
    display: none;
  }
  .banner .swiper-pagination {
    display: none;
  }
  .banner .page {
    bottom: 0;
    right: 10px;
  }
  .banner .page-number .current {
    font-size: 30px;
  }
  .banner .page-number .all {
    font-size: 18px;
  }
  .news {
    margin: 6vw auto;
  }
  .news-l, .news-r {
    width: 100%;
    float: none;
  }
  .news-wrap {
    margin-top: 4vw;
  }
  .news-r {
    margin-top: 4vw;
  }
  .news .swiper-slide {
    height: 57.3vw;
  }
  .news .swiper-slide .content {
    padding: 10px;
    padding-right: 100px;
    height: auto;
  }
  .news .swiper-slide .content .title {
    font-size: 16px;
  }
  .news .swiper-pagination {
    bottom: 8px;
    font-size: 20px;
  }
  .news .swiper-pagination span .swiper-pagination-current {
    font-size: 30px;
  }
  .news-list-item {
    padding: 10px 0;
  }
  .news-list-item .title p {
    font-size: 16px;
    padding-left: 14px;
  }
  .news-list-item:nth-child(6), .news-list-item:nth-child(7) {
    display: none;
  }
  .normal-title1 .name {
    background-size: 38px !important;
    height: 40px;
  }
  .normal-title1 .zn {
    font-size: 5.2vw;
    padding-left: 50px;
    padding-right: 3vw;
    margin-right: 3vw;
  }
  .normal-title1 .zn img {
    width: 20.7vw;
    min-width: 90px;
  }
  .normal-title1 .en span {
    font-size: 14px;
  }
  .xsbg {
    padding-top: 6vw;
    padding-bottom: 2vw;
  }
  .xsbg-wrap {
    margin-top: 40px;
  }
  .xsbg-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    height: auto;
  }
  .xsbg-item .day {
    width: 120px;
  }
  .xsbg-item .title {
    margin-top: 0;
    font-size: 16px;
    padding-bottom: 2vw;
  }
  .xsbg-item p.zj {
    margin-top: 2vw;
  }
  .notice {
    padding-top: 5vw;
    padding-bottom: 2vw;
  }
  .notice-wrap {
    margin-top: 3vw;
  }
  .notice-item {
    padding: 13px 10px;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .notice-item:nth-child(3n) {
    margin-right: 4%;
  }
  .notice-item:nth-child(2n) {
    margin-right: 0;
  }
  .notice-item:nth-child(5), .notice-item:nth-child(6) {
    display: none;
  }
  .notice-item .time p {
    font-size: 20px;
  }
  .notice-item .title {
    width: calc(100% - 56px);
    font-size: 16px;
  }
  .footer {
    padding-top: 2vw;
  }
  .footer-c p {
    line-height: 38px;
  }
  .footer-info {
    margin-top: 2vw;
    line-height: 30px;
    font-size: 12px;
  }
  .subpage {
    padding-bottom: 10vw;
  }
  .subpage-top {
    height: 60vw;
    min-height: 320px;
    margin-top: 78px;
  }
  .subpage-l, .subpage-r {
    width: 100%;
    float: none;
  }
  .subpage-l {
    top: -80px;
  }
  .subpage-l .name {
    line-height: 80px;
    height: 80px;
    font-size: 24px;
  }
  .subpage-l ul {
    background-size: 100% auto;
    padding-bottom: 10vw;
  }
  .subpage-l .l-item > a {
    padding: 14px 0 14px 4vw;
  }
  .subpage-r {
    margin-top: -80px;
  }
  .subpage .location {
    padding-bottom: 10px;
  }
  .subpage .location .name {
    width: 100%;
  }
  .subpage .location-r {
    margin-top: 10px;
    float: left;
  }
  .subpage-list {
    margin-top: 2vw;
  }
  .subpage-list-item {
    font-size: 16px;
    padding: 6px 0;
  }
  .subpage-list-item:hover {
    padding: 6px 10px;
  }
  .subpage-pics-item {
    margin-bottom: 3vw;
  }
  .subpage-pics-item .pic {
    height: 30vw;
  }
  .subpage-pics #page {
    margin-top: 3vw;
  }
  .subpage-pics2 {
    margin-top: 4vw;
  }
  .subpage-pics2-item {
    padding: 2vw;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .subpage-list2 {
    margin-top: 4vw;
  }
  .subpage-list2-item {
    margin-bottom: 14px;
    padding: 10px;
  }
  .subpage-list2-item .content {
    padding-top: 3vw;
    padding-left: 10px;
  }
  .subpage-list2-item .content .gz {
    margin-top: 1vw;
  }
  .subpage-list2-item .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .jgsz-item .name {
    padding-left: 10px;
  }
  .jgsz-info, .jgsz-js {
    padding: 2vw 10px;
  }
  .jgsz-info P {
    font-size: 14px;
    line-height: 34px;
  }
  .jgsz-js-item {
    font-size: 14px;
    line-height: 34px;
  }
  #page {
    margin-top: 4vw;
  }
  #page a {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 2px;
  }
  .gk {
    margin-top: 5vw;
  }
  .gk-num {
    margin-bottom: 4vw;
    height: auto;
  }
  .gk-num-item {
    font-size: 16px;
  }
  .gk-num-item span {
    font-size: 28px;
  }
  .gk-img {
    margin: 4vw auto;
  }
  .gk P {
    font-size: 16px;
    line-height: 34px;
    margin-top: 1vw;
  }
  .jsxq-content .name {
    font-size: 20px;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .jsxq-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .jsxq-jl {
    margin-top: 4vw;
  }
  .jsxq-jl .title p {
    font-size: 20px;
  }
  .jsxq-jl .title::after {
    width: calc(100% - 100px);
    left: 100px;
  }
  .jsxq-jl p {
    font-size: 16px;
    line-height: 30px;
  }
  .jsxq-jl-info {
    margin-top: 2vw;
  }
  .msfc-item {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .msfc-item .title {
    margin-top: 10px;
  }
  .article {
    margin-top: 5vw;
  }
  .article-title {
    font-size: 26px;
    line-height: 36px;
  }
  .article-info {
    line-height: 30px;
  }
  .article-info span {
    font-size: 14px;
  }
  .article-content {
    font-size: 16px;
  }
  .article-content p {
    line-height: 30px;
    margin-top: 1vw;
  }
  .xq .normal-title1 {
    position: relative;
  }
  .xq .normal-title1 .name {
    position: static;
  }
  .xq .normal-title1 .xq-icon {
    left: auto !important;
    right: 0;
    bottom: auto;
    width: 60px;
  }
  .xq .normal-title1 .more {
    bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .subpage-pics2-item {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .menu {
    top: 5px;
  }
  .header-l {
    width: 300px;
  }
  .normal-title1 .name {
    background-size: 30px !important;
    height: 34px;
  }
  .normal-title1 .zn {
    padding-left: 40px;
    font-size: 30px;
  }
  .normal-title1 .en span {
    font-size: 12px;
  }
  .news .swiper-slide .content {
    padding-right: 10px;
  }
  .news .swiper-slide .content .info {
    display: none;
  }
  .news .swiper-pagination {
    bottom: auto;
    top: 0px;
    right: 10px;
  }
  .jsxq-t .pic {
    width: 100%;
    float: none;
    padding: 2vw 0;
  }
  .jsxq-t .pic::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  .jsxq-t .pic img {
    display: block;
    margin: auto;
  }
  .jsxq-content {
    width: 100%;
    float: none;
    margin-top: 3vw;
  }
  .nav-wrap, .nav-top {
    width: 100%;
  }
  .dialog .search-box {
    width: 90%;
  }
  .dialog .search-box form {
    width: 100%;
  }
  .dialog .search-txt {
    width: 100%;
  }
  .subpage-top {
    margin-top: 74px;
  }
}
@media screen and (max-width: 450px) {
  .notice-item {
    width: 100%;
    margin-right: 0;
  }
  .xyfc {
    padding-top: 6vw;
    padding-bottom: 3vw;
  }
  .xyfc .swiper-slide {
    height: 60vw;
  }
  .gk-num-item {
    width: 100%;
    margin: 3vw auto;
  }
  .gk-img .pic {
    width: 100%;
    margin: auto;
    margin-top: 3vw;
  }
}/*# sourceMappingURL=index.css.map */
