@charset "UTF-8";
/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl, .nav-sub-list li, .nav-sub-news .tlist-item p {
  float: left;
}

.fr, .nav-sub-news .tlist-item span {
  float: right;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/* 多出部分用省略号表示 , 用于一行 */
.wes, .nav-sub-news .news-pic p, .nav-sub-news .tlist-item p, .news .swiper-slide .det .p1,
.news .swiper-slide .det .p2, .notice-list-item .det .p1, .ky-pics-item p, .ky-list-item p, .xg-list-item .det .p2, .xyfc .pics-list-item p {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* flex布局 */
.df-sb, .header .container, .header-r .btn, .nav-wrap, .nav-sub-wrap, .nav-sub-news, .banner .swiper_page, .normal-title1, .normal-title1 a, .normal-title2, .news, .news .swiper_page, .news-list-item a, .news-list-item .time, .notice_dj, .dj-one a, .dj-list, .dj-list-item, .ky_xg, .ky-pics, .ky-list-item a, .xg-list-item, .xyfc-wrap, .xyfc .pics, .xyfc .pics-banner .swiper-slide, .xyfc .pics-banner .swiper-slide .det .name, .xyfc .pics-banner .swiper-slide .det .p1, .xyfc .pics-list, .footer-top .container, .footer .options, .footer .flinks .swiper-slide, .footer-wrap, .footer-c p, .right-link-wrap, .right-link-wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, .header .container::before, .header-r .btn::before, .nav-wrap::before, .nav-sub-wrap::before, .nav-sub-news::before, .banner .swiper_page::before, .normal-title1::before, .normal-title1 a::before, .normal-title2::before, .news::before, .news .swiper_page::before, .news-list-item a::before, .news-list-item .time::before, .notice_dj::before, .dj-one a::before, .dj-list::before, .dj-list-item::before, .ky_xg::before, .ky-pics::before, .ky-list-item a::before, .xg-list-item::before, .xyfc-wrap::before, .xyfc .pics::before, .xyfc .pics-banner .swiper-slide::before, .xyfc .pics-banner .swiper-slide .det .name::before, .xyfc .pics-banner .swiper-slide .det .p1::before, .xyfc .pics-list::before, .footer-top .container::before, .footer .options::before, .footer .flinks .swiper-slide::before, .footer-wrap::before, .footer-c p::before, .right-link-wrap::before, .right-link-wrap a::before, .df-sb::after, .header .container::after, .header-r .btn::after, .nav-wrap::after, .nav-sub-wrap::after, .nav-sub-news::after, .banner .swiper_page::after, .normal-title1::after, .normal-title1 a::after, .normal-title2::after, .news::after, .news .swiper_page::after, .news-list-item a::after, .news-list-item .time::after, .notice_dj::after, .dj-one a::after, .dj-list::after, .dj-list-item::after, .ky_xg::after, .ky-pics::after, .ky-list-item a::after, .xg-list-item::after, .xyfc-wrap::after, .xyfc .pics::after, .xyfc .pics-banner .swiper-slide::after, .xyfc .pics-banner .swiper-slide .det .name::after, .xyfc .pics-banner .swiper-slide .det .p1::after, .xyfc .pics-list::after, .footer-top .container::after, .footer .options::after, .footer .flinks .swiper-slide::after, .footer-wrap::after, .footer-c p::after, .right-link-wrap::after, .right-link-wrap a::after {
  content: normal;
}
.df-sb > *, .header .container > *, .header-r .btn > *, .nav-wrap > *, .nav-sub-wrap > *, .nav-sub-news > *, .banner .swiper_page > *, .normal-title1 > *, .normal-title1 a > *, .normal-title2 > *, .news > *, .news .swiper_page > *, .news-list-item a > *, .news-list-item .time > *, .notice_dj > *, .dj-one a > *, .dj-list > *, .dj-list-item > *, .ky_xg > *, .ky-pics > *, .ky-list-item a > *, .xg-list-item > *, .xyfc-wrap > *, .xyfc .pics > *, .xyfc .pics-banner .swiper-slide > *, .xyfc .pics-banner .swiper-slide .det .name > *, .xyfc .pics-banner .swiper-slide .det .p1 > *, .xyfc .pics-list > *, .footer-top .container > *, .footer .options > *, .footer .flinks .swiper-slide > *, .footer-wrap > *, .footer-c p > *, .right-link-wrap > *, .right-link-wrap a > * {
  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%);
}

/* 阴影效果 */
/* 滚动条滑块 */
.obj2cov, .banner .swiper-slide .da img, .xyfc .video video, .footer .qrcode .pic img, .img2scl img, .nav-sub-wrap > .pic img, .nav-sub-news .news-pic .pic img, .news .swiper-slide .pic img, .dj-one .pic img, .ky-pics-item .pic img, .xg-list-item .pic img, .fzlc-banner .swiper-slide .pic img, .xyfc .pics-list-item .pic img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

[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;
}

.img2scl, .nav-sub-wrap > .pic, .nav-sub-news .news-pic .pic, .news .swiper-slide .pic, .dj-one .pic, .ky-pics-item .pic, .xg-list-item .pic, .fzlc-banner .swiper-slide .pic, .xyfc .pics-list-item .pic {
  overflow: hidden;
}
.img2scl img, .nav-sub-wrap > .pic img, .nav-sub-news .news-pic .pic img, .news .swiper-slide .pic img, .dj-one .pic img, .ky-pics-item .pic img, .xg-list-item .pic img, .fzlc-banner .swiper-slide .pic img, .xyfc .pics-list-item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img, .nav-sub-wrap > .pic:hover img, .nav-sub-news .news-pic .pic:hover img, .news .swiper-slide .pic:hover img, .dj-one .pic:hover img, .ky-pics-item .pic:hover img, .xg-list-item .pic:hover img, .fzlc-banner .swiper-slide .pic:hover img, .xyfc .pics-list-item .pic:hover img {
  transform: scale(1.2);
}

.img2cov img, .xyfc .pics-one .pic img, .xyfc .pics-banner .swiper-slide .pic img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

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;
}

/* 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: 1400px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.container::after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

@media (max-width: 1420px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background-color: #DCE7E1;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #0080d4;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 20px;
}

@keyframes and_none1 {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 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);
  }
}
@keyframes ripple_5 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 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);
  }
}
.en {
  text-transform: uppercase;
}

.container {
  max-width: 1700px;
}

.menu {
  display: none;
  position: fixed;
  top: 0.2308rem;
  right: 0;
  z-index: 950;
  width: 0.9231rem;
  height: 0.9231rem;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.menu.scroll {
  transform: scale(0.8);
  top: 0;
}
.menu1 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}
.menu1 span {
  position: absolute;
  width: 0.4308rem;
  height: 0.0615rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  font-size: 0;
}
.menu1 span:before {
  width: 0.0615rem;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
  background: #fff;
}
.menu1 span::after {
  right: 0;
  top: 0;
  width: 0.3385rem;
  height: 100%;
  border-radius: 0.7692rem;
  background: #fff;
}
.menu1 span:nth-child(1) {
  margin-top: -0.1385rem;
}
.menu1 span:nth-child(3) {
  margin-top: 0.1385rem;
}
.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);
}

.top {
  position: fixed;
  background: url(../images/header-bg.png) no-repeat top center;
  height: 1.7rem;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  z-index: 111;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.top.scroll {
  background: transparent;
}
.top.scroll .header {
  background: #1059a6;
  height: 0.9rem;
  padding-top: 0;
}
.top.scroll .header .logo {
  width: 4.35rem;
}
.top.scroll .header .nav-item {
  padding: 0.1rem 0;
}

.header {
  padding-top: 0.16rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .logo {
  width: 5.57rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .logo a,
.header .logo img {
  width: 100%;
  display: block;
}
.header-r {
  flex: 1;
  margin-left: 1rem;
}
.header-r .btn {
  justify-content: flex-end;
  line-height: 0.17rem;
}
.header-r .btn .en {
  font-size: 0.15rem;
  color: #fff;
  position: relative;
  padding-right: 0.14rem;
}
.header-r .btn .en::after {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0.02rem;
  height: 0.16rem;
}
.header-r .btn .search-open {
  margin-left: 0.14rem;
  cursor: pointer;
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/icon-serch.png) no-repeat center;
  background-size: 0.17rem 0.17rem;
}

.nav-wrap {
  align-items: flex-start;
}
.nav-item {
  flex: 1;
  font-size: 0.18rem;
  padding: 0.23rem 0;
  text-align: center;
}
.nav-item > a {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 0.34rem;
  position: relative;
  white-space: nowrap;
}
.nav-item > a::after {
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -0.19rem;
  width: 0;
  height: 0;
  border-left: 0.07rem solid transparent;
  border-right: 0.07rem solid transparent;
  border-bottom: 0.1064rem solid #fff;
  /* 底边设置为红色 */
  /* 居中显示 */
}
.nav-item:hover > a {
  background-color: #1f6ec0;
  border-radius: 0.17rem;
  font-weight: bold;
  animation: fadeIn 0.3s ease-in-out;
}
.nav-item:hover > a::after {
  opacity: 1;
}
.nav-item:hover .nav-sub {
  display: block;
  animation: fadeInUp 0.5s ease-in-out;
}
.nav-item.no > a::after {
  display: none;
}
.nav-item:last-child .nav-sub-list li {
  min-width: 50%;
}
.nav-sub {
  top: 100%;
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  background: url(../images/nav-sub-bg.png) no-repeat top center;
  background-size: cover;
  box-shadow: 0px 0.03rem 0.07rem 0px rgba(0, 0, 0, 0.35);
}
.nav-sub::before {
  width: 100%;
  left: 0;
  top: 0;
  height: 0.03rem;
  background-image: linear-gradient(275deg, rgb(53, 160, 6) 0%, rgb(30, 109, 196) 100%);
}
.nav-sub-wrap {
  padding-top: 0.42rem;
  padding-bottom: 0.37rem;
}
.nav-sub-wrap > .pic {
  width: 3.9rem;
  height: 2.21rem;
}
.nav-sub-wrap .tip {
  width: 2.53rem;
  height: 1.3rem;
}
.nav-sub-wrap .tip img {
  width: 100%;
}
.nav-sub-wrap > img {
  width: 0.01rem;
  height: 2.21rem;
}
.nav-sub-list {
  align-self: flex-start;
  width: 6.23rem;
}
.nav-sub-list .name {
  font-size: 0.24rem;
  line-height: 0.4rem;
  position: relative;
  border-bottom: 0.01rem solid #8f8f8f;
  text-align: left;
  font-weight: bold;
  color: #1059a6;
  padding-bottom: 0.12rem;
}
.nav-sub-list .name::after {
  width: 0.6rem;
  left: 0;
  height: 0.03rem;
  bottom: -0.02rem;
  background-color: #1059a6;
}
.nav-sub-list ul {
  margin-top: 0.18rem;
}
.nav-sub-list li {
  min-width: 33.33%;
  font-size: 0.18rem;
  line-height: 2;
  text-align: left;
  margin-top: 0.05rem;
}
.nav-sub-list li a {
  color: #333333;
  position: relative;
  padding-left: 0.27rem;
}
.nav-sub-list li a::before {
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.07rem solid transparent;
  /* 上边的边框设置为透明 */
  border-bottom: 0.07rem solid transparent;
  /* 下边的边框设置为透明 */
  border-left: 0.1064rem solid #1059a6;
  /* 左边的边框设置为蓝色 */
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav-sub-list li a:hover {
  color: #1059a6;
  font-weight: bold;
  animation: fadeIn 0.3s ease-in-out;
}
.nav-sub-news {
  padding-top: 0.41rem;
  padding-bottom: 0.4rem;
}
.nav-sub-news > img {
  width: 0.01rem;
  height: 2.21rem;
}
.nav-sub-news .news-pic {
  display: block;
  width: 3.9rem;
  position: relative;
  height: 2.38rem;
  overflow: hidden;
}
.nav-sub-news .news-pic .pic {
  width: 100%;
  height: 100%;
}
.nav-sub-news .news-pic p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  line-height: 0.36rem;
  text-align: center;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.16rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-sub-news .tlist {
  width: 5.58rem;
}
.nav-sub-news .tlist-wrap {
  margin-top: 0.17rem;
}
.nav-sub-news .tlist-item {
  display: block;
  overflow: hidden;
  line-height: 0.36rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.nav-sub-news .tlist-item p {
  color: #333333;
  font-size: 0.16rem;
  padding-left: 0.15rem;
  position: relative;
  text-align: left;
  width: calc(100% - 1rem);
}
.nav-sub-news .tlist-item p::before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #1059a6;
}
.nav-sub-news .tlist-item span {
  font-size: 0.14rem;
  color: #888888;
}
.nav-sub-news .tlist-item:hover p {
  font-weight: bold;
  color: #1059a6;
  animation: fadeIn 0.3s ease-in-out;
}

/* banner */
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container {
  position: relative;
}
.banner .swiper-container::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.47rem;
  background: url(../images/banner-bottom.png) no-repeat top center;
  z-index: 4;
}
.banner .swiper-slide .da {
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide .txt {
  position: absolute;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.banner .swiper-slide .ba {
  position: absolute;
}
.banner .swiper-slide#slide1 .ba {
  width: 2.12rem;
  height: 3.64rem;
  left: 5rem;
  top: 0.78rem;
}
.banner .swiper-slide#slide1 .txt {
  opacity: 0;
}
.banner .swiper-slide#slide1 .txt:nth-child(1) {
  width: 1.13rem;
  height: 2.47rem;
  left: 0.66rem;
  top: 0.88rem;
  transition-delay: 1500ms;
  transform: translate(100px, -20px) scale(0.8);
  z-index: 2;
}
.banner .swiper-slide#slide1 .txt:nth-child(2) {
  width: 0.28rem;
  height: 0.45rem;
  right: 0.41rem;
  top: 0.87rem;
  transition-delay: 1700ms;
  transform: translate(10px, -20px) scale(0.8);
  z-index: 2;
}
.banner .swiper-slide#slide1 .txt:nth-child(3) {
  width: 2.12rem;
  height: 3.64rem;
  top: 0;
  left: 0;
  transition-delay: 1200ms;
  transform: translate(0, 0) scale(0.4);
}
.banner .swiper-slide#slide2 .ba {
  width: 2.12rem;
  height: 3.64rem;
  right: 3.35rem;
  top: 0.58rem;
}
.banner .swiper-slide#slide2 .txt {
  opacity: 0;
}
.banner .swiper-slide#slide2 .txt:nth-child(1) {
  width: 1.13rem;
  height: 2.47rem;
  left: 0.66rem;
  top: 0.88rem;
  transition-delay: 1500ms;
  transform: translate(100px, -20px) scale(0.8);
  z-index: 2;
}
.banner .swiper-slide#slide2 .txt:nth-child(2) {
  width: 0.28rem;
  height: 0.45rem;
  right: 0.41rem;
  top: 0.87rem;
  transition-delay: 1700ms;
  transform: translate(10px, -20px) scale(0.8);
  z-index: 2;
}
.banner .swiper-slide#slide2 .txt:nth-child(3) {
  width: 2.12rem;
  height: 3.64rem;
  top: 0;
  left: 0;
  transition-delay: 1200ms;
  transform: translate(0, 0) scale(0.4);
}
.banner .swiper-slide#slide3 .ba {
  width: 7.54rem;
  height: 2.27rem;
  top: 3.54rem;
  right: 1.43rem;
}
.banner .swiper-slide#slide3 .txt {
  opacity: 0;
}
.banner .swiper-slide#slide3 .txt:nth-child(1) {
  width: 6.8rem;
  height: 1.53rem;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition-delay: 1500ms;
  transform: translate(0, -20px) scale(0.8);
  z-index: 2;
}
.banner .swiper-slide#slide3 .txt:nth-child(2) {
  width: 100%;
  height: 0.68rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition-delay: 1700ms;
  transform: translate(10px, -20px) scale(0.8);
  z-index: 2;
}
.banner .swiper-slide-active .da {
  -o-object-position: top;
     object-position: top;
  animation: and_none1 9s linear infinite;
}
.banner .swiper-slide-active#slide1 .txt, .banner .swiper-slide-active#slide2 .txt, .banner .swiper-slide-active#slide3 .txt {
  opacity: 1;
}
.banner .swiper-slide-active#slide1 .txt:first-child, .banner .swiper-slide-active#slide2 .txt:first-child, .banner .swiper-slide-active#slide3 .txt:first-child {
  transform: translate(0, 0) scale(1);
}
.banner .swiper-slide-active#slide1 .txt:nth-child(2), .banner .swiper-slide-active#slide2 .txt:nth-child(2), .banner .swiper-slide-active#slide3 .txt:nth-child(2) {
  transform: translate(0, 0) scale(1);
}
.banner .swiper-slide-active#slide1 .txt:nth-child(3), .banner .swiper-slide-active#slide2 .txt:nth-child(3), .banner .swiper-slide-active#slide3 .txt:nth-child(3) {
  transform: translate(0, 0) scale(1);
}
.banner .swiper-button-prev, .banner .swiper-button-next {
  margin: 0;
  position: static;
  width: 0.39rem;
  height: 0.4rem;
}
.banner .swiper-button-prev {
  background: url(../images/icon-left1.png) no-repeat center;
  background-size: 100% 0.13rem;
}
.banner .swiper-button-next {
  background: url(../images/icon-right1.png) no-repeat center;
  background-size: 100% 0.13rem;
}
.banner .swiper-pagination {
  position: static;
  bottom: 0;
  margin: auto 0.5rem;
  height: 0.4rem;
}
.banner .swiper-pagination span {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  margin: 0 0.1rem;
  background-color: transparent;
  opacity: 1;
  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 {
  background-color: #026cb7;
  border-radius: 50%;
}
.banner .swiper_page {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0.4rem;
  height: 0.4rem;
  justify-content: center;
}

.normal-title1 .name {
  flex: 1;
  text-align: center;
}
.normal-title1 a {
  position: relative;
  justify-content: flex-start;
}
.normal-title1 a > img {
  max-width: 0.58rem;
}
.normal-title1 .zn {
  color: #333333;
  font-size: 0.4rem;
  line-height: 1;
  margin-left: 0.17rem;
}
.normal-title1 .en {
  padding-left: 0.11rem;
  font-size: 0.14rem;
  text-align: left;
  color: rgba(51, 51, 51, 0.4);
}
.normal-title1 .en span {
  display: block;
  line-height: 1;
  font-size: 0.22rem;
  color: #333333;
}
.normal-title1 .more {
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #0080d4;
  background: url(../images/icon-more1.png) no-repeat right center;
  background-size: 0.17rem 0.16rem;
  padding-right: 0.25rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.normal-title1 .more:hover {
  background: #0080d4;
  color: #fff;
  padding: 0 0.1rem;
  border-radius: 0.05rem;
}
.normal-title1.t1 a {
  justify-content: center;
}
.normal-title1.c1 .zn,
.normal-title1.c1 .more {
  color: #be3f40;
}
.normal-title1.c1 .en {
  color: rgba(190, 63, 64, 0.4);
}
.normal-title1.c1 .en span {
  color: #be3f40;
}
.normal-title1.c1 .more {
  background-image: url(../images/icon-more2.png);
}
.normal-title1.c1 .more:hover {
  background: #be3f40;
  color: #fff;
}
.normal-title1.c2 .zn,
.normal-title1.c2 .more {
  color: #fff;
}
.normal-title1.c2 .en {
  color: rgba(255, 255, 255, 0.4);
}
.normal-title1.c2 .en span {
  color: #fff;
}
.normal-title1.c2 .more {
  background-image: url(../images/icon-more3.png);
}
.normal-title1.c2 .more:hover {
  background: #fff;
  color: #026cb7;
}
.normal-title2 {
  border-bottom: 0.01rem solid #8f8f8f;
  text-align: left;
  -moz-column-rule-color: #1059a6;
       column-rule-color: #1059a6;
  padding-bottom: 0.07rem;
  line-height: 0.36rem;
}
.normal-title2 .name {
  font-size: 0.24rem;
  font-weight: bold;
  color: #1f6ec0;
  position: relative;
}
.normal-title2 .name::after {
  width: 0.6rem;
  left: 0;
  height: 0.03rem;
  bottom: -0.09rem;
  background-color: #1059a6;
}
.normal-title2 .more {
  font-size: 0.14rem;
  color: #0080d4;
  background: url(../images/icon-more1.png) no-repeat right center;
  background-size: 0.17rem 0.16rem;
  padding-right: 0.25rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.normal-title2 .more:hover {
  background: #0080d4;
  color: #fff;
  padding: 0 0.1rem;
  border-radius: 0.05rem;
}

.center {
  overflow: hidden;
}
.center-top {
  padding-top: 0.5rem;
  background: url(../images/bg1.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.79rem;
}
.center-bottom {
  background: url(../images/bg2.png) no-repeat center;
  background-size: cover;
}

.news {
  margin-top: 0.21rem;
  align-items: flex-start;
}
.news-banner {
  width: 54.058%;
  position: relative;
}
.news-banner::after {
  width: 9.8rem;
  height: 6.01rem;
  right: 0.5rem;
  top: 1.2rem;
  background: url(../images/news-bg.png) no-repeat center;
}
.news .swiper-container {
  padding-top: 0.2rem;
}
.news .swiper-slide {
  width: 100%;
  position: relative;
}
.news .swiper-slide .time {
  position: absolute;
  left: 0.4rem;
  transform: translateY(-0.2rem);
  text-align: center;
  width: 0.9rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #3ca2b4;
  color: #fff;
  z-index: 2;
}
.news .swiper-slide .time .p1 {
  font-size: 0.3rem;
  line-height: 1;
  font-weight: bold;
}
.news .swiper-slide .time .p2 {
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.news .swiper-slide .pic {
  width: 100%;
  height: 5.52rem;
}
.news .swiper-slide .det {
  width: calc(100% - 2.5rem);
  opacity: 0;
  color: #fff;
  padding-top: 0.32rem;
  transform: translateY(1rem);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .swiper-slide .det .p1,
.news .swiper-slide .det .p2 {
  line-height: 0.28rem;
}
.news .swiper-slide .det .p1 {
  padding-left: 0.05rem;
  font-size: 0.22rem;
  font-weight: bold;
}
.news .swiper-slide .det .p2 {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.702);
}
.news .swiper-slide-active .det {
  transform: translateY(0);
  opacity: 1;
}
.news .swiper_page {
  position: absolute;
  right: 0.88rem;
  width: 1.25rem;
  bottom: 0;
  height: 0.5rem;
  justify-content: center;
  align-items: flex-end;
  background: url(../images/icon-pagination.png) no-repeat top center;
  background-size: 0.26rem 0.24rem;
}
.news .swiper-button-prev, .news .swiper-button-next {
  position: static;
  width: 0.35rem;
  height: 0.35rem;
  margin: auto;
}
.news .swiper-button-prev {
  background: url(../images/icon-left2.png) no-repeat center;
  background-size: 0.15rem 0.27rem;
}
.news .swiper-button-next {
  background: url(../images/icon-right2.png) no-repeat center;
  background-size: 0.15rem 0.27rem;
}
.news .swiper-pagination {
  position: static;
  width: auto;
  color: #fff;
  font-size: 0.16rem;
}
.news-list {
  width: 43.529%;
  margin-top: 0.21rem;
}
.news-list-item {
  position: relative;
  box-shadow: 0px 0px 0.08rem 0px rgba(57, 57, 57, 0.25);
  background-color: rgba(254, 254, 254, 0.504);
  margin-bottom: 0.27rem;
}
.news-list-item:last-child {
  margin-bottom: 0;
}
.news-list-item::after {
  left: 0;
  width: 8.5rem;
  height: 100%;
  top: 0;
  background: url(../images/list-bg1.png) no-repeat center;
  background-size: cover;
  opacity: 0;
}
.news-list-item a {
  position: relative;
  z-index: 2;
}
.news-list-item .l {
  width: 1.05rem;
  border-right: 0.01rem solid #eaeaea;
  text-align: center;
}
.news-list-item .time {
  line-height: 0.34rem;
  flex-direction: column;
  justify-content: center;
  color: #0461be;
  padding-top: 0.2rem;
  padding-bottom: 0.28rem;
}
.news-list-item .time .p1,
.news-list-item .time .p2 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list-item .time .p1 {
  font-size: 0.3rem;
  font-weight: bold;
}
.news-list-item .time .p2 {
  font-size: 0.14rem;
  line-height: 1;
  margin-top: 0.04rem;
}
.news-list-item .more {
  display: none;
  width: 100%;
  height: 0.9rem;
  background: url(../images/icon-more4.png) no-repeat center;
  background-size: 0.24rem 0.24rem;
}
.news-list-item .det {
  width: calc(100% - 1.05rem);
  padding-left: 0.4rem;
  padding-right: 0.33rem;
}
.news-list-item .det .p1,
.news-list-item .det .p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list-item .det .p1 {
  font-size: 0.2rem;
  line-height: 0.34rem;
  height: 0.68rem;
  color: #333333;
  border-bottom: 0.01rem solid transparent;
}
.news-list-item .det .p2 {
  display: none;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #fff;
  height: 0.56rem;
}
.news-list-item.on {
  border-radius: 0.3rem 0 0 0;
}
.news-list-item.on::after {
  opacity: 1;
}
.news-list-item.on .more {
  display: block;
  animation: fadeInUp 0.5s ease-in-out;
}
.news-list-item.on .time .p1,
.news-list-item.on .time .p2 {
  color: #fff;
}
.news-list-item.on .det .p1 {
  color: #fff;
  font-weight: bold;
  border-bottom-color: rgba(255, 255, 255, 0.502);
  padding-bottom: 0.04rem;
}
.news-list-item.on .det .p2 {
  margin-top: 0.12rem;
  display: block;
  animation: fadeInUp 0.5s ease-in-out;
}

.notice_dj {
  margin-top: 0.68rem;
  align-items: flex-start;
}

.notice {
  width: 31.411%;
}
.notice-list {
  margin-top: 0.47rem;
}
.notice-list-item {
  position: relative;
  border-width: 0.01rem;
  border-color: rgb(189, 189, 189);
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.3rem;
}
.notice-list-item:last-child {
  margin-bottom: 0;
}
.notice-list-item::after {
  background: url(../images/list-bg2.png) no-repeat center;
  background-size: cover;
  right: 0;
  top: 0;
  width: 6.44rem;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.notice-list-item a {
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 0.25rem;
  padding-right: 0.26rem;
  padding-top: 0.18rem;
  padding-bottom: 0.58rem;
}
.notice-list-item .det .p1,
.notice-list-item .det .p2 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.notice-list-item .det .p1 {
  line-height: 0.32rem;
  color: #026cb7;
  font-size: 0.2rem;
}
.notice-list-item .det .p2 {
  line-height: 0.28rem;
  height: 0.56rem;
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666666;
  margin-top: 0.1rem;
}
.notice-list-item .time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.4rem;
  line-height: 0.36rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background-image: linear-gradient(275deg, rgb(53, 160, 6) 0%, rgb(30, 109, 196) 100%);
  height: 0.36rem;
  text-align: center;
  color: #fff;
}
.notice-list-item .time span {
  background: url(../images/icon-time1.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.23rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.notice-list-item .more {
  font-size: 0.16rem;
  position: absolute;
  right: 0.25rem;
  color: #026cb7;
  line-height: 0.28rem;
  padding-right: 0.28rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  bottom: 0.14rem;
  background: url(../images/icon-more5.png) no-repeat right center;
  background-size: 0.19rem 0.13rem;
}
.notice-list-item:hover::after {
  opacity: 1;
}
.notice-list-item:hover .det .p1,
.notice-list-item:hover .det .p2 {
  color: #fff;
}
.notice-list-item:hover .time {
  background: #89b87f;
}
.notice-list-item:hover .more {
  color: #fff;
  background-image: url(../images/icon-more6.png);
}

.dj {
  width: 63.5294%;
}
.dj-one {
  margin-top: 0.31rem;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dj-one a {
  align-items: flex-start;
}
.dj-one .pic {
  width: 4.7rem;
  height: 3.1rem;
}
.dj-one .det {
  width: calc(100% - 4.7rem);
  padding-left: 0.35rem;
  padding-top: 0.26rem;
}
.dj-one .det .p1,
.dj-one .det .p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.32rem;
}
.dj-one .det .p1 {
  font-size: 0.2rem;
  height: 0.64rem;
  font-weight: bold;
  color: #b62929;
}
.dj-one .det .p2,
.dj-one .det .time {
  font-size: 0.16rem;
  color: #888888;
}
.dj-one .det .time {
  line-height: 1;
  margin-top: 0.2rem;
}
.dj-one .det .p2 {
  margin-top: 0.23rem;
}
.dj-one .det .more {
  margin-top: 0.22rem;
  display: block;
  width: 1.54rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  background: url(../images/moer-bg1.png) no-repeat center;
  background-size: cover;
}
.dj-one:hover {
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem #b62929;
  overflow: hidden;
}
.dj-list {
  margin-top: 0.07rem;
}
.dj-list-item {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  width: calc(50% - 0.16rem);
  background-color: #faf7f5;
  margin-top: 0.34rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dj-list-item .time {
  width: 0.76rem;
  text-align: center;
  color: #b62929;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dj-list-item .time .p1 {
  font-size: 0.26rem;
  line-height: 1;
}
.dj-list-item .time .p2 {
  font-size: 0.14rem;
}
.dj-list-item > img {
  width: 0.01rem;
  height: 0.54rem;
}
.dj-list-item .det {
  width: calc(100% - 0.77rem);
  padding-left: 0.19rem;
  padding-right: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dj-list-item:hover {
  background-color: #b62929;
  box-shadow: 0 0 0.1rem 0 rgba(182, 41, 41, 0.56);
  border-radius: 0.1rem;
}
.dj-list-item:hover .time,
.dj-list-item:hover .det {
  color: #fff;
}

.ky_xg {
  align-items: flex-start;
}

.ky {
  width: 52.3529%;
}
.ky-pics {
  margin-top: 0.35rem;
  align-items: flex-start;
}
.ky-pics-item {
  width: calc(50% - 0.2rem);
  display: block;
  position: relative;
  height: 2.52rem;
}
.ky-pics-item .pic {
  width: 100%;
  height: 100%;
}
.ky-pics-item p {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 0 0.1rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
}
.ky-list {
  margin-top: 0.51rem;
  position: relative;
}
.ky-list::after {
  width: 4.58rem;
  height: 4.41rem;
  right: -1.5rem;
  bottom: -1.2rem;
  background: url(../images/list-fbg.png) no-repeat center;
  background-size: 100% 100%;
}
.ky-list-item {
  line-height: 0.8rem;
  font-size: 0.2rem;
  position: relative;
  padding-right: 0.23rem;
}
.ky-list-item::after {
  right: 0;
  top: 0;
  width: 10rem;
  height: 100%;
  background: url(../images/list-bg3.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ky-list-item a {
  position: relative;
  z-index: 2;
}
.ky-list-item p,
.ky-list-item span {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ky-list-item span {
  font-size: 0.16rem;
  color: #888888;
}
.ky-list-item p {
  color: #333;
  max-width: calc(100% - 1.2rem);
}
.ky-list-item:hover::after, .ky-list-item.on::after {
  opacity: 1;
}
.ky-list-item:hover p, .ky-list-item.on p {
  font-size: 0.22rem;
}
.ky-list-item:hover span, .ky-list-item.on span {
  font-size: 0.18rem;
}
.ky-list-item:hover p,
.ky-list-item:hover span, .ky-list-item.on p,
.ky-list-item.on span {
  color: #fff;
  font-weight: bold;
}

.xg {
  width: 44.3529%;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  position: relative;
}
.xg::after {
  background: url(../images/xg-bg.png) no-repeat center;
  width: 7.45rem;
  height: 7.17rem;
  left: 1.2rem;
  top: 0.6rem;
}
.xg .normal-title1 {
  height: 1.4rem;
  background: url(../images/title-bg.png) no-repeat center;
  background-size: cover;
  padding-left: 0.59rem;
  padding-right: 0.39rem;
  position: relative;
  z-index: 2;
}
.xg-list {
  padding-top: 0.07rem;
  padding-left: 0.59rem;
  padding-right: 0.39rem;
  padding-bottom: 0.56rem;
  background: url(../images/xg-bg1.png) no-repeat bottom right;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
.xg-list-item {
  border-bottom: 0.01rem solid #c8c8c8;
  padding-bottom: 0.24rem;
  padding-top: 0.29rem;
}
.xg-list-item .l {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.xg-list-item .l .time {
  font-size: 0.16rem;
  color: #026cb7;
  background: url(../images/icon-time2.png) no-repeat left center;
  padding-left: 0.31rem;
  line-height: 0.18rem;
  background-size: 0.19rem 0.18rem;
}
.xg-list-item .pic {
  display: none;
  width: 100%;
  height: 1.24rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.xg-list-item .det {
  width: calc(100% - 0.76rem);
  padding-left: 0.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.xg-list-item .det .p1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.xg-list-item .det .p2 {
  margin-top: 0.06rem;
  font-size: 0.16rem;
  color: #888888;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.xg-list-item .det .time {
  display: none;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #888888;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.xg-list-item:hover .det .p1 {
  font-weight: bold;
  color: #026cb7;
  animation: fadeIn 0.5s ease-in-out;
}
.xg-list-item.on .l {
  width: 1.94rem;
}
.xg-list-item.on .l .time {
  display: none;
}
.xg-list-item.on .l .pic {
  display: block;
}
.xg-list-item.on .det {
  width: calc(100% - 1.94rem);
  padding-left: 0.18rem;
}
.xg-list-item.on .det .p1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
}
.xg-list-item.on .det .p2 {
  display: none;
}
.xg-list-item.on .det .time {
  margin-top: 0.08rem;
  display: block;
}

.fzlc {
  padding-top: 0.66rem;
  background: url(../images/banner-bg.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 1.1rem;
}
.fzlc-banner {
  margin-top: 0.68rem;
  position: relative;
}
.fzlc-banner .swiper-container::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.16rem;
  width: 100%;
  background: url(../images/line1.png) repeat-x left center;
  background-size: auto 100%;
}
.fzlc-banner .swiper-slide {
  height: 5.7rem;
  position: relative;
}
.fzlc-banner .swiper-slide .time {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 0.01rem dashed #7faec7;
  text-align: center;
  line-height: 1.4rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
}
.fzlc-banner .swiper-slide .time::after {
  width: 1.26rem;
  height: 1.26rem;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #7faec7;
}
.fzlc-banner .swiper-slide .time span {
  position: relative;
  z-index: 2;
}
.fzlc-banner .swiper-slide .pic {
  width: 75.294%;
  position: absolute;
  height: 1.79rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fzlc-banner .swiper-slide .det {
  top: 0;
  width: 75.294%;
  max-height: 1.7rem;
  height: 1.7rem;
  padding-right: 0.12rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: justify;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  overflow-y: auto;
}
.fzlc-banner .swiper-slide .det ::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #3ca123;
}
.fzlc-banner .swiper-slide * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fzlc-banner .swiper-slide-active .pic {
  top: 0;
  bottom: auto;
}
.fzlc-banner .swiper-slide-active .det {
  top: auto;
  bottom: 0;
}
.fzlc-banner .swiper-slide:hover .time::after {
  background: url(../images/fz-bg.png) no-repeat center;
  background-size: cover;
}
.fzlc-banner .swiper-slide:hover .det {
  color: #1161ab;
  font-weight: bold;
  animation: fadeIn 0.3s ease-in;
}
.fzlc-banner .swiper-slide:hover .pic {
  animation: flipInX 1s ease-in-out;
  border: 0.03rem solid #fff;
  box-shadow: 0px 0px 0.1rem 0px rgba(17, 97, 171, 0.4);
}
.fzlc-banner .swiper-slide-next + .swiper-slide .pic {
  top: 0;
  bottom: auto;
}
.fzlc-banner .swiper-slide-next + .swiper-slide .det {
  top: auto;
  bottom: 0;
}
.fzlc-banner .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .pic {
  top: 0;
  bottom: auto;
}
.fzlc-banner .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .det {
  top: auto;
  bottom: 0;
}
.fzlc-banner .swiper-button-next, .fzlc-banner .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  margin: auto;
  transform: translateY(-50%);
  z-index: 11;
}
.fzlc-banner .swiper-button-prev {
  left: -0.4rem;
  background: url(../images/icon-left3.png) no-repeat center;
  background-size: cover;
}
.fzlc-banner .swiper-button-next {
  right: -0.4rem;
  background: url(../images/icon-right3.png) no-repeat center;
  background-size: cover;
}

.xyfc {
  padding-top: 0.64rem;
  padding-bottom: 0.75rem;
}
.xyfc-wrap {
  margin-top: 0.5rem;
}
.xyfc .video {
  width: 48.47%;
  height: 5.1rem;
  position: relative;
}
.xyfc .video .more {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 1.2rem;
  line-height: 0.36rem;
  height: 0.36rem;
  border-radius: 0 0 0 0.1rem;
  color: #fff;
  text-align: center;
  background-color: #026cb7;
  font-size: 0.16rem;
}
.xyfc .pics {
  width: 50%;
  align-items: flex-start;
}
.xyfc .pics-one {
  width: 37.647%;
  height: 5.1rem;
  position: relative;
}
.xyfc .pics-one .byz {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.xyfc .pics-one .pic {
  width: 100%;
}
.xyfc .pics-one .pic img {
  display: block;
  height: auto;
  min-height: 5.59rem;
}
.xyfc .pics-one .det {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  background: url(../images/xyfc-bg1.png) no-repeat left center;
  color: #fff;
  padding-left: 0.14rem;
  height: 1.02rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xyfc .pics-one .det .p1 {
  font-size: 0.2rem;
  font-weight: bold;
}
.xyfc .pics-one .det .p2 {
  display: block;
  font-size: 0.16rem;
}
.xyfc .pics-banner {
  width: 100%;
  height: 2.4rem;
}
.xyfc .pics-banner .swiper-slide {
  padding: 0.13rem;
  background: url(../images/xyfc-icon.png) no-repeat 90% center;
  background-color: #fff;
  align-items: flex-start;
}
.xyfc .pics-banner .swiper-slide .pic {
  width: 1.51rem;
  height: 2.11rem;
}
.xyfc .pics-banner .swiper-slide .det {
  width: calc(100% - 1.51rem);
  padding-left: 0.2rem;
}
.xyfc .pics-banner .swiper-slide .det .name {
  color: #1e6dc4;
  line-height: 0.4rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.13rem;
}
.xyfc .pics-banner .swiper-slide .det .name p {
  font-weight: bold;
  font-size: 0.16rem;
  color: #305d8f;
}
.xyfc .pics-banner .swiper-slide .det .name i {
  font-weight: normal;
  font-style: normal;
  font-size: 0.15rem;
  color: #333333;
}
.xyfc .pics-banner .swiper-slide .det .name span {
  font-size: 0.24rem;
  font-weight: bold;
  position: relative;
}
.xyfc .pics-banner .swiper-slide .det .name span::after {
  width: 0.5rem;
  height: 0.02rem;
  background-color: #1e6dc4;
  left: 0;
  bottom: -0.15rem;
}
.xyfc .pics-banner .swiper-slide .det .name.dy span {
  background: url(../images/dh-icon.png) no-repeat right center;
  background-size: 0.26rem auto;
  padding-right: 0.47rem;
}
.xyfc .pics-banner .swiper-slide .det .p1 {
  margin-top: 0.08rem;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  color: #305d8f;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.xyfc .pics-banner .swiper-slide .det .p1 span {
  font-weight: bold;
  white-space: nowrap;
}
.xyfc .pics-banner .swiper-slide .det .p1.fb {
  font-weight: bold;
}
.xyfc .pics-banner .swiper-slide .det .p2 {
  margin-top: 0.08rem;
  font-size: 0.15rem;
  color: #333333;
  line-height: 0.24rem;
}
.xyfc .pics-banner .swiper-slide .det .p2 span {
  color: #305d8f;
  font-size: 0.16rem;
  font-weight: bold;
}
.xyfc .pics-banner .swiper-slide .det .wes2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xyfc .pics-banner .swiper-pagination {
  width: auto;
  left: 0.18rem;
  right: auto;
  z-index: 4;
  bottom: 0.15rem;
}
.xyfc .pics-banner .swiper-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #1e6dc4;
  opacity: 0.5;
}
.xyfc .pics-banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.xyfc .pics-list {
  height: 5.1rem;
  width: 60%;
  flex-direction: column;
}
.xyfc .pics-list-item {
  height: 2.4rem;
  position: relative;
}
.xyfc .pics-list-item .pic {
  width: 100%;
  height: 100%;
}
.xyfc .pics-list-item p {
  position: absolute;
  background: url(../images/xyfc-bg2.png) no-repeat bottom center;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: center;
  color: #fff;
  padding: 0 0.1rem;
  font-size: 0.2rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 2;
  vertical-align: bottom;
}

.footer {
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
}
.footer-top {
  padding-top: 0.32rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.302);
}
.footer select {
  width: 2.58rem;
  height: 0.4rem;
  background: transparent;
  border-color: rgb(229, 229, 229);
  border-width: 0.01rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/icon-select.png) no-repeat 2.28rem center;
  background-size: 0.14rem 0.1rem;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  color: #fff;
}
.footer select:last-child {
  margin-left: 0.32rem;
}
.footer .flinks {
  width: 10rem;
}
.footer .flinks .swiper-slide {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.footer .flinks .swiper-slide .icon {
  height: 0.31rem;
}
.footer .flinks .swiper-slide img {
  max-width: 0.33rem;
  max-height: 0.31rem;
  display: block;
  margin: auto;
}
.footer .flinks .swiper-slide p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.06rem;
}
.footer .flinks .swiper-slide:hover img {
  animation: tada 0.5s ease-in-out;
}
.footer-wrap {
  padding-top: 0.33rem;
  padding-bottom: 0.45rem;
}
.footer-wrap p,
.footer-wrap a {
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #fff;
  overflow: hidden;
}
.footer-wrap p.ga,
.footer-wrap a.ga {
  background: url(../images/icon-ga.png) no-repeat center left;
  background-size: 0.18rem 0.2rem;
  padding-left: 0.3rem;
}
.footer-c .logo {
  width: 4.64rem;
}
.footer-c .logo a,
.footer-c .logo img {
  display: block;
  max-width: 100%;
}
.footer-c p {
  justify-content: flex-start;
}
.footer-c p span:first-child {
  min-width: 65%;
}
.footer .qrcode {
  width: 1.1rem;
}
.footer .qrcode .pic {
  width: 100%;
  height: 1.1rem;
}
.footer .qrcode p {
  text-align: center;
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.32rem;
  cursor: default;
}

.load {
  top: 50%;
  width: 100vw;
  height: 100vh;
  z-index: 850;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/news-bg.png) no-repeat center;
  background-size: cover;
}
.load .frame {
  top: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 2px;
  color: #fff;
  position: fixed;
  left: 50%;
}
.load .cen {
  width: 220px;
  height: 220px;
  top: 90px;
  left: 90px;
  position: absolute;
}
.load .dot-1, .load .dot-2, .load .dot-3 {
  border-radius: 50%;
  position: absolute;
background:url(/2025/images/logo.png) no-repeat left center / cover,#fff !important;
}
.load .dot-1 {
  z-index: 3;
  width: 30px;
  height: 30px;
  top: 95px;
  left: 95px;
  background: #fff;
  opacity: 0 !important;
  animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}
.load .dot-2 {
  z-index: 2;
  width: 60px;
  height: 60px;
  top: 80px;
  left: 80px;
  background: #fff;
  animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}
.load .dot-2 img {
  width: 100%;
  height: 100%;
}
.load .dot-3 {
  z-index: 1;
  width: 90px;
  height: 90px;
  top: 65px;
  left: 65px;
  background: #fff;
  animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}

.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: 60%;
  max-width: 500px;
  min-width: 400px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.dialog .search-txt {
  width: 100%;
  height: 50px;
  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: 50px;
  width: 60px;
  background: url(../images/icon-serch.png) #0250a2 no-repeat center;
  background-size: 17px;
  border: none;
  border-radius: 3px;
}

.right-link {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  right: 0.15rem;
  height: 2.71rem;
  width: 0.8rem;
  background-color: #fff;
  border-radius: 0.04rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.right-link .open {
  display: none;
  width: 0.78rem;
  height: 1.72rem;
  background: url(../images/right-nav.png) no-repeat center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.right-link .open span {
  position: absolute;
  right: 0.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.9rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  font-size: 0.18rem;
  width: 0.2rem;
  writing-mode: vertical-rl;
}
.right-link .open::after {
  width: 0.16rem;
  height: 0.17rem;
  background: url(../images/icon-lopen.png) no-repeat center;
  background-size: cover;
  right: 0.34rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.right-link.hide {
  width: 0.78rem;
  height: 1.72rem;
  right: 0;
  background: transparent;
  box-shadow: 0 0 0 black;
}
.right-link.hide .open {
  display: block;
  animation: fadeInLeft 0.5s ease-in-out;
}
.right-link.hide .right-link-wrap {
  display: none;
}
.right-link-wrap {
  width: 0.8rem;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.right-link-wrap a {
  padding-top: 0.13rem;
  padding-bottom: 0.1231rem;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-size: 0.15rem;
}
.right-link-wrap a span {
  position: absolute;
  right: 0;
  display: block;
  width: 0;
  opacity: 0;
  z-index: 0;
  padding: 0.1rem;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.right-link-wrap a img {
  max-width: 0.31rem;
  max-height: 0.28rem;
}
.right-link-wrap a p {
  font-size: 0.15rem;
  color: #333;
  margin-top: 0.07rem;
}
.right-link-wrap a:hover img {
  animation: tada 0.5s;
}
.right-link-wrap a:hover p {
  color: #0250a2;
  font-weight: bold;
}
.right-link-wrap a:hover span {
  opacity: 1;
  width: auto;
  z-index: 2;
  right: 100%;
}
.right-link .close {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  border-radius: 0.04rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  color: #fff;
  font-size: 0.15rem;
  cursor: pointer;
  background-image: linear-gradient(275deg, rgb(53, 160, 6) 0%, rgb(30, 109, 196) 100%);
}

@keyframes jump-jump-1 {
  0%, 70% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1);
  }
}
@keyframes jump-jump-2 {
  0%, 40% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1);
  }
}
@keyframes jump-jump-3 {
  0%, 10% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1);
  }
}
@media (max-width: 1720px) {
  .container {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    width: 100%;
  }
  .header-r {
    margin-left: 0.5rem;
  }
  .fzlc-banner .swiper-button-prev {
    left: 0;
  }
  .fzlc-banner .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 800px) {
  .top {
    background: transparent !important;
  }
  .header {
    height: 1.5385rem !important;
    background-color: #026cb7;
    padding: 0.1538rem 0;
  }
  .header .logo {
    flex: 1;
    max-width: 8.5692rem;
  }
  .header-r {
    margin-left: 0;
    flex: 0;
  }
  .header-r .btn a,
  .header-r .btn .search-open {
    display: none;
  }
  .menu {
    position: static;
    display: block;
  }
  .nav {
    display: none;
    position: fixed;
    top: 1.5385rem;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 1.5385rem);
    background-color: #fff;
  }
  .nav-wrap {
    display: block;
    padding: 0.1rem 0.1rem 0.3rem;
    overflow-y: auto;
    max-height: 100%;
  }
  .nav.cross {
    display: block;
    animation: fadeIn 0.3s;
  }
  .nav-item {
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 0;
  }
  .nav-item > a {
    color: #333;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    padding: 0 50px 0 10px;
  }
  .nav-item i {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .nav-item i::after, .nav-item i::before {
    width: 10px;
    height: 2px;
    background: #333;
    left: 13px;
    top: 50%;
  }
  .nav-item i::before {
    transform: rotate(45deg);
  }
  .nav-item i::after {
    transform: translate(5px, 0) rotate(-45deg);
  }
  .nav-item:hover .nav-sub {
    display: none;
  }
  .nav-item:hover > a {
    background-color: transparent;
    animation: none;
    color: #0080d4;
  }
  .nav-item.show > a {
    color: #fff;
    background-color: #0359ac;
    border-radius: 0;
  }
  .nav-item.show i {
    transform: rotate(-180deg);
  }
  .nav-item.show i::after, .nav-item.show i::before {
    background: #fff;
  }
  .nav-item.show .nav-sub ul {
    animation: none;
  }
  .nav-sub {
    padding-top: 0;
    display: none;
    width: 100%;
    position: static;
    transform: translateX(0);
    animation: none !important;
  }
  .nav-sub ul {
    margin-top: 0;
    box-shadow: none;
  }
  .nav-sub ul::before {
    display: none;
  }
  .nav-sub ul a {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
  }
  .nav-sub-wrap {
    display: block !important;
    overflow: hidden;
    padding: 0.1538rem;
  }
  .nav-sub-wrap > .pic {
    display: none;
  }
  .nav-sub-wrap > img {
    display: none;
  }
  .nav-sub-wrap .tip {
    display: none;
  }
  .nav-sub-list {
    width: 100%;
    overflow: hidden;
  }
  .nav-sub-list .name {
    display: none;
  }
  .nav-sub-list li {
    font-size: 18px;
  }
  .nav-sub-news {
    padding: 10px;
  }
  .nav-sub-news .news-pic {
    display: none;
  }
  .nav-sub-news > img {
    display: none;
  }
  .nav-sub-news .tlist {
    width: 100%;
  }
  .nav-sub-news .tlist:last-child {
    margin-top: 20px;
  }
  .nav-sub-news .tlist-item {
    padding: 0;
    line-height: 36px;
  }
  .nav-sub-news .tlist-item:nth-child(4), .nav-sub-news .tlist-item:nth-child(5) {
    display: none;
  }
  .nav-sub-news .tlist-item p {
    font-size: 16px;
    width: calc(100% - 100px);
  }
  .nav-sub-news .tlist-item span {
    font-size: 14px;
  }
  .normal-title1 a > img {
    max-width: 0.8rem;
  }
  .normal-title1 .zn {
    font-size: 0.5538rem;
    margin-left: 0.2308rem;
  }
  .normal-title1 .en {
    padding-left: 0.1538rem;
    font-size: 0.2154rem;
  }
  .normal-title1 .en span {
    font-size: 0.3077rem;
  }
  .normal-title1 .more {
    font-size: 0.2154rem;
    line-height: 0.5538rem;
    background-size: 0.2615rem 0.2462rem;
    padding-right: 0.3846rem;
  }
  .normal-title1 .more:hover {
    padding: 0 0.1538rem;
    border-radius: 0.0769rem;
  }
  .normal-title2 .name {
    font-size: 16px;
  }
  .normal-title2 .more {
    font-size: 14px;
    background-size: 17px 16px;
    padding-right: 25px;
  }
  .banner {
    height: 50vh;
  }
  .banner .swiper-slide {
    height: 50vh;
  }
  .banner .swiper-slide .da {
    height: 100%;
  }
  .banner .swiper-slide#slide1 .ba {
    left: 1rem;
    top: 1.5rem;
  }
  .banner .swiper-slide#slide3 .ba {
    width: 6.1538rem;
    height: 2.27rem;
    top: 2.3077rem;
    right: 0;
  }
  .banner .swiper-slide#slide3 .txt {
    filter: drop-shadow(0 0 0.1538rem white);
  }
  .banner .swiper-slide#slide3 .txt:nth-child(1) {
    width: 100%;
  }
  .news-banner, .news-list {
    width: 100%;
    float: none;
  }
  .news-banner::after {
    width: 100vw;
    right: -10px;
    top: 0;
    left: -10px;
    height: 100%;
  }
  .news .swiper-slide {
    padding-bottom: 0.4615rem;
  }
  .news .swiper-slide .time {
    left: 0.6154rem;
    transform: translateY(-0.3077rem);
    width: 1.3846rem;
    height: 1.3846rem;
  }
  .news .swiper-slide .time .p1 {
    font-size: 0.4308rem;
  }
  .news .swiper-slide .time .p2 {
    font-size: 0.2462rem;
    line-height: 0.4308rem;
  }
  .news .swiper-slide .pic {
    height: 45vw;
  }
  .news .swiper-slide .det {
    width: calc(100% - 3.0769rem);
    padding-top: 0.4615rem;
  }
  .news .swiper-slide .det .p1,
  .news .swiper-slide .det .p2 {
    line-height: 0.4308rem;
  }
  .news .swiper-slide .det .p1 {
    padding-left: 0.0769rem;
    font-size: 0.3077rem;
  }
  .news .swiper-slide .det .p2 {
    margin-top: 0.1538rem;
    font-size: 0.2462rem;
  }
  .news .swiper_page {
    right: 0;
    bottom: 0.4615rem;
    height: 0.7692rem;
    width: 3.0769rem;
    background-size: 0.4rem 0.3692rem;
  }
  .news .swiper-pagination {
    font-size: 0.2462rem;
  }
  .news .swiper-button-prev, .news .swiper-button-next {
    width: 0.5385rem;
    height: 0.5385rem;
    background-size: 0.2308rem 0.4154rem;
  }
  .news-list {
    display: none;
  }
  .news-list-item::after {
    width: 100%;
  }
  .news-list-item:last-child {
    margin-bottom: 0;
  }
  .news-list-item:nth-child(4), .news-list-item:nth-child(5) {
    display: none;
  }
  .news-list-item .l {
    width: 1.6154rem;
    border-right: 0.0154rem solid #eaeaea;
  }
  .news-list-item .time {
    line-height: 0.5231rem;
    padding-top: 0.3077rem;
    padding-bottom: 0.4308rem;
  }
  .news-list-item .time .p1 {
    font-size: 0.4615rem;
  }
  .news-list-item .time .p2 {
    font-size: 0.2154rem;
    margin-top: 0.0615rem;
  }
  .news-list-item .more {
    height: 1.3846rem;
    background-size: 0.3692rem;
  }
  .news-list-item .det {
    width: calc(100% - 1.6154rem);
    padding-left: 0.6154rem;
    padding-right: 0.5077rem;
  }
  .news-list-item .det .p1 {
    font-size: 0.3077rem;
    line-height: 0.5231rem;
    height: 1.0462rem;
    border-bottom: 0.0154rem solid transparent;
  }
  .news-list-item .det .p2 {
    font-size: 0.2462rem;
    line-height: 0.4308rem;
    height: 0.8615rem;
  }
  .news-list-item.on {
    border-radius: 0.4615rem 0 0 0;
    overflow: hidden;
  }
  .news-list-item.on .det .p1 {
    padding-bottom: 0.0615rem;
  }
  .news-list-item.on .det .p2 {
    margin-top: 0.1846rem;
  }
  .notice {
    width: 100%;
    float: none;
  }
  .notice-list {
    margin-top: 0.6154rem;
  }
  .notice-list-item {
    border-width: 0.0154rem;
    margin-bottom: 0.3077rem;
  }
  .notice-list-item::after {
    left: 0;
    width: 100%;
  }
  .notice-list-item a {
    padding-left: 0.3077rem;
    padding-right: 0.3077rem;
    padding-top: 0.3077rem;
    padding-bottom: 0.7692rem;
  }
  .notice-list-item .det .p1 {
    line-height: 0.4923rem;
    font-size: 0.3077rem;
  }
  .notice-list-item .det .p2 {
    line-height: 0.4308rem;
    height: 0.8615rem;
    font-size: 0.2462rem;
    margin-top: 0.1rem;
  }
  .notice-list-item .time {
    width: 2.1538rem;
    line-height: 0.5538rem;
    height: 0.5538rem;
  }
  .notice-list-item .time span {
    background-size: 0.2308rem;
    padding-left: 0.3538rem;
  }
  .notice-list-item .more {
    font-size: 0.2462rem;
    right: 0.3846rem;
    color: #026cb7;
    line-height: 0.4308rem;
    padding-right: 0.4308rem;
    bottom: 0.2154rem;
    background-size: 0.2923rem 0.2rem;
  }
  .dj {
    width: 100%;
    float: none;
    margin-top: 0.6154rem;
  }
  .dj-one {
    margin-top: 0.4615rem;
  }
  .dj-one .pic {
    width: 45%;
    height: 4rem;
  }
  .dj-one .det {
    width: 55%;
    padding-left: 0.2308rem;
    padding-top: 0.2308rem;
  }
  .dj-one .det .p1,
  .dj-one .det .p2 {
    line-height: 0.4923rem;
  }
  .dj-one .det .p1 {
    font-size: 0.3077rem;
    height: 0.9846rem;
  }
  .dj-one .det .p2,
  .dj-one .det .time {
    font-size: 0.2462rem;
  }
  .dj-one .det .time {
    margin-top: 0.3077rem;
  }
  .dj-one .det .p2 {
    margin-top: 0.3077rem;
  }
  .dj-one .det .more {
    margin-top: 0.1538rem;
    width: 2.3077rem;
    height: 0.6154rem;
    line-height: 0.6154rem;
    font-size: 0.2462rem;
  }
  .dj-one:hover {
    border-radius: 0.1538rem;
    box-shadow: 0 0 0.1538rem #b62929;
  }
  .dj-list-item {
    padding-top: 0.3077rem;
    padding-bottom: 0.2rem;
    width: 100%;
    margin-top: 0.3077rem;
  }
  .dj-list-item:nth-child(3), .dj-list-item:nth-child(4) {
    display: none;
  }
  .dj-list-item .time {
    width: 1.1692rem;
  }
  .dj-list-item .time .p1 {
    font-size: 0.4rem;
  }
  .dj-list-item .time .p2 {
    font-size: 0.2154rem;
  }
  .dj-list-item > img {
    width: 0.0154rem;
    height: 0.8308rem;
  }
  .dj-list-item .det {
    width: calc(100% - 1.1846rem);
    padding-left: 0.2923rem;
    padding-right: 0.2769rem;
    font-size: 0.3077rem;
    line-height: 0.4615rem;
    height: 0.9231rem;
  }
  .dj-list-item:hover {
    box-shadow: 0 0 0.1rem 0 rgba(182, 41, 41, 0.56);
    border-radius: 0.1rem;
  }
  .ky {
    width: 100%;
    float: none;
  }
  .ky-pics {
    margin-top: 0.4615rem;
  }
  .ky-pics-item {
    width: calc(50% - 0.3077rem);
    height: 3.0769rem;
  }
  .ky-pics-item p {
    padding: 0 0.0154rem;
    line-height: 0.6154rem;
    font-size: 0.2462rem;
  }
  .ky-list {
    margin-top: 0.7692rem;
  }
  .ky-list-item {
    line-height: 1.2308rem;
    font-size: 0.3077rem;
    position: relative;
    padding-right: 0.3538rem;
    padding-left: 0.1538rem;
  }
  .ky-list-item:nth-child(4), .ky-list-item:nth-child(5), .ky-list-item:nth-child(6) {
    display: none;
  }
  .ky-list-item::after {
    left: 0;
    width: 100%;
  }
  .ky-list-item span {
    font-size: 0.2462rem;
  }
  .ky-list-item p {
    max-width: calc(100% - 1.8462rem);
  }
  .ky-list-item:hover p {
    font-size: 0.3385rem;
  }
  .ky-list-item:hover span {
    font-size: 0.2769rem;
  }
  .xg {
    margin-top: 0.6154rem;
    width: 100%;
    float: none;
    box-shadow: 0px 0px 0.1538rem 0px rgba(0, 0, 0, 0.1);
  }
  .xg::after {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    left: 0;
    top: 0;
  }
  .xg .normal-title1 {
    height: 2.1538rem;
    background-size: cover;
    padding-left: 0.1538rem;
    padding-right: 0.1538rem;
  }
  .xg-list {
    padding-top: 0.1077rem;
    padding-left: 0.1538rem;
    padding-right: 0.1538rem;
    padding-bottom: 0.7692rem;
  }
  .xg-list-item {
    border-bottom: 0.0154rem solid #c8c8c8;
    padding-bottom: 0.3692rem;
    padding-top: 0.3077rem;
  }
  .xg-list-item .l .time {
    font-size: 0.2462rem;
    padding-left: 0.4615rem;
    line-height: 0.2769rem;
    background-size: 0.2923rem 0.2769rem;
  }
  .xg-list-item .pic {
    height: 1.8462rem;
  }
  .xg-list-item .det {
    width: calc(100% - 1.1692rem);
    padding-left: 0.3077rem;
  }
  .xg-list-item .det .p1 {
    font-size: 0.3077rem;
    line-height: 0.4615rem;
  }
  .xg-list-item .det .p2 {
    margin-top: 0.0923rem;
    font-size: 0.2462rem;
  }
  .xg-list-item .det .time {
    font-size: 0.2154rem;
    line-height: 0.4615rem;
  }
  .xg-list-item.on .l {
    width: 2.9846rem;
  }
  .xg-list-item.on .det {
    width: calc(100% - 2.9846rem);
    padding-left: 0.2769rem;
  }
  .xg-list-item.on .det .p1 {
    height: 0.9231rem;
  }
  .xg-list-item.on .det .time {
    margin-top: 0.1231rem;
  }
  .fzlc {
    padding-top: 0.9231rem;
    padding-bottom: 1.6923rem;
  }
  .fzlc-banner {
    margin-top: 6vw;
  }
  .fzlc-banner .swiper-container::after {
    height: 0.2462rem;
  }
  .fzlc-banner .swiper-slide {
    height: 6.9231rem;
  }
  .fzlc-banner .swiper-slide .time {
    width: 1.8462rem;
    height: 1.8462rem;
    border: 0.0154rem dashed #7faec7;
    line-height: 1.8462rem;
    font-size: 0.4308rem;
  }
  .fzlc-banner .swiper-slide .time::after {
    width: 1.5385rem;
    height: 1.5385rem;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .fzlc-banner .swiper-slide .det {
    max-height: 1.6923rem;
    height: 1.6923rem;
    padding-right: 0.1538rem;
    font-size: 0.2769rem;
    line-height: 0.4615rem;
  }
  .fzlc-banner .swiper-slide .pic {
    height: 20vw;
  }
  .fzlc-banner .swiper-slide:hover .pic {
    border: 0.0462rem solid #fff;
    box-shadow: 0px 0px 0.0154rem 0px rgba(17, 97, 171, 0.4);
  }
  .fzlc-banner .swiper-button-next, .fzlc-banner .swiper-button-prev {
    width: 0.6154rem;
    height: 0.6154rem;
  }
  .xyfc {
    padding-top: 0.64rem;
    padding-bottom: 0.75rem;
  }
  .xyfc-wrap {
    margin-top: 0.5rem;
  }
  .xyfc .video {
    width: 100%;
    height: 60vw;
    float: none;
  }
  .xyfc .video .more {
    width: 1.8462rem;
    line-height: 0.5538rem;
    height: 0.5538rem;
    border-radius: 0 0 0 0.1538rem;
    font-size: 0.2462rem;
  }
  .xyfc .pics {
    margin-top: 0.6154rem;
    width: 100%;
    float: none;
  }
  .xyfc .pics-one {
    width: 100%;
    height: 40vw;
    margin-bottom: 3vw;
  }
  .xyfc .pics-one .det {
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 0.2154rem;
    height: 1.5385rem;
  }
  .xyfc .pics-one .det .p1 {
    font-size: 0.3077rem;
  }
  .xyfc .pics-one .det .p2 {
    font-size: 0.2462rem;
  }
  .xyfc .pics-banner {
    width: 100%;
    height: auto;
    margin-bottom: 3vw;
  }
  .xyfc .pics-banner .swiper-slide {
    padding: 0.1846rem;
  }
  .xyfc .pics-banner .swiper-slide .pic {
    width: 2.3077rem;
    height: 3.2308rem;
  }
  .xyfc .pics-banner .swiper-slide .det {
    width: calc(100% - 2.3077rem);
    padding-left: 0.2308rem;
  }
  .xyfc .pics-banner .swiper-slide .det .name {
    line-height: 0.4615rem;
  }
  .xyfc .pics-banner .swiper-slide .det .name span {
    font-size: 0.3077rem;
  }
  .xyfc .pics-banner .swiper-slide .det .name span::after {
    width: 0.6154rem;
    height: 2px;
  }
  .xyfc .pics-banner .swiper-slide .det .name p {
    font-size: 0.2462rem;
  }
  .xyfc .pics-banner .swiper-slide .det .name i {
    font-size: 0.2308rem;
  }
  .xyfc .pics-banner .swiper-slide .det .name.dy span {
    background-size: 0.3077rem auto;
    padding-right: 0.6154rem;
  }
  .xyfc .pics-banner .swiper-slide .det .p1 {
    margin-top: 0.1231rem;
    font-size: 0.2462rem;
    line-height: 0.3692rem;
  }
  .xyfc .pics-banner .swiper-slide .det .p2 {
    margin-top: 0.1231rem;
    font-size: 0.2308rem;
    line-height: 0.3692rem;
  }
  .xyfc .pics-banner .swiper-slide .det .p2 span {
    font-size: 0.2462rem;
  }
  .xyfc .pics-banner .swiper-pagination {
    right: auto;
    bottom: 0.1538rem;
  }
  .xyfc .pics-banner .swiper-pagination span {
    width: 0.1846rem;
    height: 0.1846rem;
  }
  .xyfc .pics-list {
    height: auto;
    width: 100%;
  }
  .footer-top {
    padding-top: 0.4615rem;
    padding-bottom: 0.2462rem;
    border-bottom: 0.0154rem solid rgba(255, 255, 255, 0.302);
  }
  .footer-top .container {
    display: block;
    overflow: hidden;
  }
  .footer .options {
    width: 100%;
    float: none;
  }
  .footer select {
    width: 48%;
    height: 0.6154rem;
    border-width: 0.0154rem;
    background-position-x: 96%;
    background-size: 0.2154rem 0.1538rem;
    padding: 0 0.2308rem;
    font-size: 0.2462rem;
  }
  .footer select:last-child {
    margin-left: 0;
  }
  .footer .flinks {
    width: 100%;
    margin-top: 0.4615rem;
    float: none;
  }
  .footer .flinks .swiper-slide .icon {
    height: 0.4769rem;
  }
  .footer .flinks .swiper-slide img {
    max-width: 0.5077rem;
    max-height: 0.4769rem;
  }
  .footer .flinks .swiper-slide p {
    font-size: 0.2462rem;
    line-height: 0.4615rem;
  }
  .footer-wrap {
    padding-top: 0.4615rem;
    padding-bottom: 0.6154rem;
  }
  .footer-wrap p,
  .footer-wrap a {
    font-size: 0.2462rem;
    line-height: 0.6154rem;
  }
  .footer-wrap p.ga,
  .footer-wrap a.ga {
    padding-left: 0.4615rem;
    background-size: 0.2769rem 0.3077rem;
  }
  .footer-wrap > img {
    display: none;
  }
  .footer-c {
    display: none;
  }
  .footer .qrcode {
    display: none;
  }
  .right-link {
    right: 0.2308rem;
    height: 4.1692rem;
    width: 1.2308rem;
    border-radius: 0.0615rem;
    box-shadow: 0px 0px 0.1538rem 0px rgba(0, 0, 0, 0.35);
  }
  .right-link .open {
    width: 1.2rem;
    height: 2.6462rem;
  }
  .right-link .open span {
    right: 0.1538rem;
    height: 1.3846rem;
    font-size: 0.2769rem;
    width: 0.3077rem;
  }
  .right-link .open::after {
    width: 0.2462rem;
    height: 0.2615rem;
    right: 0.5231rem;
  }
  .right-link.hide {
    width: 1.2rem;
    height: 2.6462rem;
    box-shadow: 0 0 0 black;
  }
  .right-link-wrap {
    width: 1.2308rem;
  }
  .right-link-wrap a {
    padding-top: 0.2rem;
    font-size: 0.2308rem;
  }
  .right-link-wrap a img {
    max-width: 0.4769rem;
    max-height: 0.4308rem;
  }
  .right-link-wrap a p {
    font-size: 0.2308rem;
    margin-top: 0.1077rem;
  }
  .right-link .close {
    width: 100%;
    border-radius: 0.0615rem;
    height: 0.5231rem;
    line-height: 0.5231rem;
    text-align: center;
    color: #fff;
    font-size: 0.2308rem;
  }
}
@media (max-width: 768px) {
  .ky-pics-item {
    width: 100%;
    height: 50vw;
  }
  .ky-pics-item:last-child {
    display: none;
  }
  .ky-list {
    margin-top: 3vw;
  }
}
@media (max-width: 450px) {
  .fzlc {
    padding-bottom: 5vw;
  }
  .fzlc-banner .swiper-container::after {
    display: none;
  }
  .fzlc-banner .swiper-slide {
    height: auto;
  }
  .fzlc-banner .swiper-slide > * {
    position: static;
  }
  .fzlc-banner .swiper-slide .pic {
    position: static;
    height: 40vw;
  }
  .fzlc-banner .swiper-slide .time {
    position: relative;
    margin: 0.3077rem auto;
  }
  .fzlc-banner .swiper-slide .det {
    position: static;
    height: 110px;
    max-height: 110px;
  }
  .xyfc .pics {
    display: block;
  }
  .xyfc .pics-one {
    width: 100%;
    float: none;
  }
  .xyfc .pics-list {
    display: block;
    width: 100%;
    float: none;
    height: auto;
  }
  .xyfc .pics-list-item {
    width: 100%;
    float: none;
    height: 30vw;
  }
  .xyfc .pics-list-item:last-child {
    display: none;
  }
  .dialog .search-box {
    width: 90%;
  }
}/*# sourceMappingURL=index.css.map */




.df-sb,
        .a2 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .df-sb::before,
        .a2::before,
        .df-sb::after,
        .a2::after {
            content: normal;
        }

        .df-sb>*,
        .a2>* {
            float: left;
        }

        .image,
        .a2 .prev img,
        .a2 .next img,
        .swiper-fz .swiper-slide .img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s;
        }

        .a1 {
        }

        .a2 {
            align-items: flex-start;
            position: relative;
            margin-top: 0.5rem;
        }

        .a2::after {
            content: "";
            position: absolute;
            width: 100%;
            top: 0.08rem;
            left: 0;
            width: 100%;
            height: 0.16rem;
            background: url(../images/add-2.png) repeat-x center center;
            background-size: auto 100%;
        }

        .a2>* {
            position: relative;
            z-index: 10;
        }

        .a2 .left p {
            writing-mode: vertical-rl;
            font-size: 0.24rem;
            line-height: 0.3rem;
            font-weight: bold;
            color: #026cb7;
        }

        .a2 .prev,
        .a2 .next {
            width: 40px;
            height: 40px;
            cursor: pointer;
            margin-bottom: 64px;
            font-size: 0;
            opacity: 0.35;
            transition: all 0.3s;
        }

        .a2 .prev:hover,
        .a2 .next:hover {
            opacity: 1;
        }

        .swiper-fz {
            width: calc(100% - 90px - 70px);
            margin: 0;
        }

        .swiper-fz .swiper-slide {
            width: 3.28rem;
        }

        .swiper-fz .swiper-slide .time {
            margin: 0 auto;
            width: 1.2rem;
            line-height: 0.4rem;
            border-radius: 0.04rem;
            font-size: 0.22rem;
            color: #fff;
            font-weight: bold;
            text-align: center;
            background: linear-gradient(to right, #1e6dc4, #339c16);
        }

        .swiper-fz .swiper-slide .img {
            width: 2.65rem;
            height: 1.69rem;
            overflow: hidden;
            border-radius: 3px;
            border: 3px solid #fff;
            margin: 0 auto;
            margin-top: 0.18rem;
            box-shadow: 0 0 10px rgba(17, 97, 171, 0.5);
        }

        .swiper-fz .swiper-slide .det {
            margin: 0 auto;
            width: 2.65rem;
            margin-top: 0.15rem;
            overflow: hidden;
            overflow-y: auto;
            max-height: 0.9rem;
            /* 滚动槽 */
            /* 滚动条滑块 */
        }

        .swiper-fz .swiper-slide .det::-webkit-scrollbar {
            width: 6px;
            height: 6px;
            background-color: #dce7e1;
            border-radius: 20px;
        }

        .swiper-fz .swiper-slide .det::-webkit-scrollbar-track {
            border-radius: 20px;
        }

        .swiper-fz .swiper-slide .det::-webkit-scrollbar-thumb {
            background: #1161ab;
            border-radius: 50px;
        }

        .swiper-fz .swiper-slide .det p {
            font-size: 0.16rem;
            line-height: 0.3rem;
        }

        @media (max-width: 768px) {
            .a1 {
                padding: 0 15px;
            }

            .a2 {
                margin-top: 30px;
            }

            .a2 .prev,
            .a2 .next {
                display: none;
            }

            .a2 .left {
                width: 100%;
            }

            .a2 .left p {
                writing-mode: sideways-lr;
                font-size: 16px;
                line-height: 2;
            }

            .a2 .swiper-fz {
                width: 100%;
            }

            .a2 .swiper-fz .swiper-slide .time {
                width: 65px;
                font-size: 14px;
                line-height: 30px;
                border-radius: 5px;
            }

            .a2 .swiper-fz .swiper-slide .det {
                max-height: 70px;
            }

            .a2 .swiper-fz .swiper-slide .det p {
                font-size: 12px;
                line-height: 1.8;
            }
        }
