@charset "utf-8";
/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl, .header .logo, .normal-title1 .name, .news, .news-pics-item, .news-list-item, .news-list-item span, .notice-list .time, .notice-list .det, .list-box, .footer-l p, .footer .links .name, .footer-b p {
  float: left;
}

.fr, .header .search-box, .normal-title1 .more, .news-pics-item:last-child, .news-list-item:nth-child(2n), .news-list-item p, .notice, .footer .links ul, .footer-b a {
  float: right;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/* 多出部分用省略号表示 , 用于一行 */
.wes, .news-pics-item .det .p1, .news-list-item p, .normal-list-item {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* flex布局 */
.df-sb, .header-t .container, .header .btn, .nav-wrap, .footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, .header-t .container::before, .header .btn::before, .nav-wrap::before, .footer-wrap::before, .df-sb::after, .header-t .container::after, .header .btn::after, .nav-wrap::after, .footer-wrap::after {
  content: normal;
}
.df-sb > *, .header-t .container > *, .header .btn > *, .nav-wrap > *, .footer-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%);
}

/* 阴影效果 */
/* 滚动条滑块 */
.obj2cov, .banner .swiper-slide .da img, .footer .qrcode .pic img, .img2scl img, .news-pics-item .pic img, .list-box-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, .news-pics-item .pic, .list-box-pic {
  overflow: hidden;
}
.img2scl img, .news-pics-item .pic img, .list-box-pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img, .news-pics-item .pic:hover img, .list-box-pic:hover img {
  transform: scale(1.2);
}

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: #4b0c77;
}

/* 滚动槽 */
::-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;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 11;
}
.header-t {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 11px 0 18px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header-t .container {
  position: relative;
}
.header .logo {
  max-width: 542px;
}
.header .logo a,
.header .logo img {
  display: block;
  width: 100%;
}
.header .tip {
  width: 24.142%;
  right: 17.142%;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.header .search-box {
  position: relative;
  width: 40px;
  height: 40px;
}
.header .search-box:hover .search-ipt {
  width: 260px;
  opacity: 1;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid #8a1a88;
}
.header .search-box:hover .search-btn {
  right: 5px;
}
.header .search form {
  width: 100%;
  display: block;
}
.header .search-ipt {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-btn {
  position: absolute;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: url(/jjgl/2024/images/icon-search.png) no-repeat center;
  width: 40px;
  height: 40px;
  border: none;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.header.scroll .header-t {
  background: #fff;
}
.header.scroll .nav {
  background-image: linear-gradient(270deg, rgb(35, 76, 226) 0%, rgb(138, 26, 136) 100%);
}
.header.scroll .nav::after {
  opacity: 0;
}
.nav {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.nav::after {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  left: 0;
  right: 0;
  margin: auto;
  top: -18px;
  width: 100%;
  max-width: 1920px;
  height: 63px;
  background: url(/jjgl/2024/images/nav-bg.png) no-repeat center;
}
.nav-wrap {
  height: 45px;
  position: relative;
  z-index: 2;
}
.nav-item {
  flex: 1;
  line-height: 45px;
  position: relative;
}
.nav-item > a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.nav-item:hover .nav-sub {
  display: block;
  z-index: 10;
}
.nav-item:hover .nav-sub ul {
  animation: fadeInUp 0.3s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-item i {
  display: none;
  position: relative;
}
.nav-sub {
  display: none;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 200px;
  padding-top: 14px;
  position: absolute;
}
.nav-sub ul {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.3);
  position: relative;
}
.nav-sub ul::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  margin-left: -7px;
  border-width: 7px;
  border-color: transparent transparent #fff;
}
.nav-sub li {
  text-align: center;
}
.nav-sub li:first-child a::before {
  display: none;
}
.nav-sub li:last-child a {
  border-bottom: none;
}
.nav-sub li:last-child a::after {
  display: none;
}
.nav-sub a {
  border-bottom: 1px solid #efefef;
  display: block;
  color: #58595b;
  line-height: 24px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding: 8px 0;
  font-size: 14px;
}
.nav-sub a::before, .nav-sub a::after {
  background: #8a1a88;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 0;
  height: 1px;
}
.nav-sub a::before {
  top: -1px;
  left: 0;
}
.nav-sub a::after {
  bottom: 0;
  right: 0;
}
.nav-sub a:hover {
  color: #8a1a88;
}
.nav-sub a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
  opacity: 1;
}

/* banner */
.banner {
  width: 100%;
  height: 580px;
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide .da {
  width: 100%;
  max-width: 100vw;
  height: 580px;
  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: 36.5625vw;
  height: 11.927vw;
  left: 15.625vw;
  top: 11.40625vw;
}
.banner .swiper-slide#slide1 .txt {
  opacity: 0;
}
.banner .swiper-slide#slide1 .txt:nth-child(1) {
  width: 19.7916vw;
  height: 3.28125vw;
  left: 7.6041vw;
  top: 3.6979vw;
  transition-delay: 1500ms;
  transform: translate(-100px, 0) scale(0.8);
  z-index: 2;
}
.banner .swiper-slide#slide1 .txt:nth-child(2) {
  width: 3.2291vw;
  height: 2.03125vw;
  top: 1.92708vw;
  left: 4.53125vw;
  transition-delay: 1700ms;
  transform: translate(10px, -20px) scale(0.8);
  z-index: 2;
}
.banner .swiper-slide#slide1 .txt:nth-child(3) {
  width: 36.5625vw;
  height: 11.927vw;
  top: 0;
  left: 0;
  transition-delay: 1200ms;
  transform: translate(0, 0) scale(0.4);
}
.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-pagination span {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border-radius: 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-pagination span.on {
  width: 40px;
  background-color: #8a1a88;
}

.normal-title1 {
  overflow: hidden;
}
.normal-title1 .name {
  position: relative;
  line-height: 1;
  max-width: calc(100% - 46px);
}
.normal-title1 .zn {
  font-size: 26px;
  color: #8a1a88;
  position: absolute;
  font-weight: bold;
  z-index: 2;
  bottom: 4px;
  left: 0;
}
.normal-title1 .en {
  font-size: 50px;
  color: rgba(212, 212, 212, 0.502);
}
.normal-title1 .more {
  line-height: 50px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  background: url(/jjgl/2024/images/icon-more1.png) no-repeat right center;
  background-repeat: no-repeat !important;
  padding-right: 18px;
  color: #222222;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.normal-title1 .more:hover {
  font-weight: bold;
  color: #8a1a88;
}
.normal-title1.m1 .more {
  background-image: url(/jjgl/2024/images/icon-more3.png);
}
.normal-title1.c1 .zn {
  color: #db261f;
}

.center {
  background: url(/jjgl/2024/images/bg1.png) no-repeat top center;
  background-size: cover;
}
.center-t {
  padding-bottom: 60px;
}
.center-b {
  background: url(/jjgl/2024/images/bg2.png) no-repeat top center;
  background-size: cover;
  padding-top: 62px;
  padding-bottom: 60px;
}

.news {
  margin-top: 42px;
  width: 66.1428%;
}
.news-pics {
  margin-top: 25px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.news-pics-item {
  width: 48.812%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-pics-item .pic {
  height: 292px;
}
.news-pics-item .det {
  padding-top: 20px;
  padding-bottom: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-pics-item .det .time {
  font-size: 15px;
  line-height: 1;
  color: #888888;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-pics-item .det .p1 {
  margin-top: 13px;
  font-size: 18px;
  color: #8a1a88;
  line-height: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-pics-item:hover {
  box-shadow: 0 0 10px rgba(138, 26, 136, 0.78);
  border-radius: 10px;
  overflow: hidden;
  background-color: #8a1a88;
}
.news-pics-item:hover .det {
  background-color: #8a1a88;
  padding-left: 10px;
  padding-right: 10px;
}
.news-pics-item:hover .det .time,
.news-pics-item:hover .det .p1 {
  color: #fff;
}
.news-pics-item:hover .det .p1 {
  font-weight: bold;
  animation: fadeIn 0.3s ease-in-out;
}
.news-list {
  margin-top: 18px;
}
.news-list-item {
  width: 48.812%;
  display: block;
  overflow: hidden;
  line-height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list-item span {
  font-size: 15px;
  color: #888888;
}
.news-list-item p {
  width: calc(100% - 42px);
  padding-left: 10px;
  color: #222222;
  font-size: 16px;
}
.news-list-item:hover {
  box-shadow: 0 0 10px 0 rgba(138, 26, 136, 0.78);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.news-list-item:hover p {
  font-weight: bold;
  color: #8a1a88;
  animation: fadeIn 0.3s ease-in-out;
}

.notice {
  padding-top: 42px;
  width: 30.3571%;
  background: url(/jjgl/2024/images/notice-bg.png) no-repeat top center;
  padding-left: 21px;
  padding-right: 19px;
  position: relative;
}
.notice::after {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: linear-gradient(275deg, rgb(35, 76, 226) 0%, rgb(138, 26, 136) 100%);
  height: 3px;
  width: 100%;
}
.notice-list {
  border-top: 1px solid rgb(230, 230, 230);
  margin-top: 21px;
}
.notice-list-item {
  overflow: hidden;
  display: block;
  padding: 26px 0;
  margin-bottom: 1px;
  border-top: 1px solid rgb(230, 230, 230);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.notice-list-item:last-child {
  margin-bottom: 0;
}
.notice-list-item:hover {
  background: #8a1a88;
}
.notice-list-item:hover .time .p1,
.notice-list-item:hover .time .p2 {
  color: #fff;
}
.notice-list-item:hover .det {
  color: #fff;
}
.notice-list .time {
  text-align: center;
  border-right: 1px solid rgb(230, 230, 230);
  padding-left: 7px;
  padding-right: 17px;
  padding-top: 5px;
}
.notice-list .time .p1 {
  font-size: 26px;
  color: #222222;
  line-height: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.notice-list .time .p2 {
  font-size: 14px;
  color: #888888;
  margin-top: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.notice-list .det {
  width: calc(100% - 81px);
  padding-left: 18px;
  line-height: 30px;
  font-size: 17px;
  color: #222222;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-box {
  width: 31.571%;
  margin-right: 2.6435%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(61, 61, 61, 0.17);
  padding-left: 21px;
  padding-right: 22px;
  padding-top: 14px;
}
.list-box:last-child {
  margin-right: 0;
}
.list-box .normal-title1 .more {
  background-image: url(/jjgl/2024/images/icon-more2.png);
}
.list-box .normal-title1 .more:hover {
  color: #db261f;
}
.list-box-pic {
  margin-top: 20px;
  width: 100%;
  height: 180px;
}
.list-box-pic a {
  display: block;
  height: 100%;
}

.normal-list {
  margin-top: 11px;
  padding-bottom: 14px;
}
.normal-list-item {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  color: #555555;
  padding-left: 17px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.normal-list-item::after {
  width: 3px;
  height: 3px;
  left: 0;
  top: 0;
  background-color: #888888;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.normal-list-item:hover {
  color: #8a1a88;
  font-weight: bold;
  animation: fadeIn 0.3s ease-in;
}

.footer {
  background-color: #4b0c77;
}
.footer p,
.footer a {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-wrap {
  padding-top: 38px;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.footer .logo {
  width: auto;
  max-width: 596px;
}
.footer .logo a,
.footer .logo img {
  width: 100%;
  display: block;
}
.footer-l p {
  min-width: 50%;
}
.footer-l p.addres {
  background: url(/jjgl/2024/images/icon-addres.png) no-repeat left center;
  padding-left: 26px;
}
.footer-l p.tel {
  background: url(/jjgl/2024/images/icon-tel.png) no-repeat left center;
  padding-left: 29px;
}
.footer-l p.email {
  background: url(/jjgl/2024/images/icon-email.png) no-repeat left center;
  padding-left: 28px;
}
.footer .links {
  overflow: hidden;
}
.footer .links .name {
  text-align: center;
  margin-right: 40px;
}
.footer .links .name p {
  line-height: 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.502);
}
.footer .links .name p:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer .links ul a {
  color: rgba(255, 255, 255, 0.502);
}
.footer .qrcode {
  text-align: center;
}
.footer .qrcode .pic {
  width: 112px;
  height: 112px;
}
.footer .qrcode p {
  margin-top: 10px;
}
.footer-b {
  padding-top: 13px;
  padding-bottom: 14px;
}
.footer-b p {
  color: rgba(255, 255, 255, 0.502);
}
.menu {
  display: none;
  /*     position: fixed;
  top: 3px;
  right: 0; */
  transform: scale(0.8, 0.8);
  z-index: 950;
  width: 60px;
  height: 60px;
  background: #fff;
  animation: ripple_4 1s linear infinite;
  border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  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: #8a1a88;
}
.menu1 span::after {
  right: 0;
  top: 0;
  width: 22px;
  height: 100%;
  border-radius: 50px;
  background: #8a1a88;
}
.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);
}

@media (max-width: 1200px) {
  .footer .qrcode {
    display: none;
  }
}
@media (max-width: 992px) {
  .list-box .normal-title1 .en {
    font-size: 5vw;
  }
  .header .tip {
    display: none;
  }
}
@media (max-width: 800px) {
  .news,
  .notice {
    width: 100%;
    float: none;
  }
  .center-t {
    padding-bottom: 6vw;
    overflow: hidden;
  }
  .center-b {
    padding-top: 6.2vw;
    padding-bottom: 6vw;
  }
  .news {
    margin-top: 5vw;
  }
  .news-pics-item .pic {
    height: 30vw;
  }
  .notice {
    margin-top: 5vw;
    padding-top: 4vw;
    padding-left: 0;
    padding-right: 0;
  }
  .notice-list {
    margin-top: 2.1vw;
  }
  .notice-list-item {
    padding: 16px 0;
  }
  .list-box {
    width: 100%;
    float: none;
    margin-bottom: 4vw;
  }
  .list-box:last-child {
    margin-bottom: 0;
  }
  .footer-wrap > img {
    display: none;
  }
  .footer-c {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    background-color: #fff;
  }
  .header-t {
    padding: 10px 0;
  }
  .header .logo {
    width: auto;
    max-width: calc(100% - 120px);
  }
  .header .btn {
    width: 100px;
  }
  .menu {
    display: block;
  }
  .nav {
    display: none;
    position: fixed;
    top: 90px;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff !important;
  }
  .nav.cross {
    display: block;
    animation: fadeIn 0.3s;
  }
  .nav::after {
    display: none;
  }
  .nav-wrap {
    display: block;
    padding-top: 20px;
  }
  .nav-item {
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .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.show {
    background-color: #8a1a88;
  }
  .nav-item.show > a {
    color: #fff;
  }
  .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);
  }
  .nav-sub ul {
    box-shadow: none;
  }
  .nav-sub ul::before {
    display: none;
  }
  .nav-sub a {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
  }
  .normal-title1 .en {
    font-size: 40px !important;
  }
  .normal-title1 .zn {
    font-size: 20px;
  }
  .normal-title1 .more {
    line-height: 40px;
  }
  .footer-wrap {
    display: block;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .footer-l {
    width: auto;
    float: none;
  }
  .footer-l ul {
    margin-top: 2vw;
  }
  .footer-b {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
@media (max-width: 678px) {
  .nav {
    top: 12vw;
  }
}
@media (max-width: 600px) {
  .nav {
    top: 80px;
  }
}
@media (max-width: 450px) {
  .news-pics-item {
    width: 100%;
    float: none;
    margin: auto;
  }
  .news-pics-item:last-child {
    display: none;
  }
  .news-pics-item .pic {
    height: 56vw;
  }
  .news-list {
    margin-top: 2vw;
  }
  .news-list-item {
    width: 100%;
    float: none;
  }
  .news-list-item:nth-child(4), .news-list-item:nth-child(5), .news-list-item:nth-child(6), .news-list-item:nth-child(7) {
    display: none;
  }
  .footer-b p,
  .footer-b a {
    width: 100%;
    float: none;
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */