@import "../font/iconfont.css";
html {
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
  background-color: #f2f2f2;
}
@media (max-width: 1480px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
@media (max-width: 1280px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #1b3886;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.text-node {
  font-size: 15px;
  line-height: 1.5;
  text-indent: 2em;
}
@media (max-width: 1440px) {
  .text-node {
    line-height: 1.4 !important;
    font-size: 12px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh16 {
  line-height: 1.6 !important;
}
.lh18 {
  line-height: 1.8 !important;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #1b3886;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#aside {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #1b3886;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .cc,
#aside .item:hover .cc {
  background-color: #1b3886;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.more {
  cursor: pointer;
}
.more .icon {
  font-size: 20px;
  margin-left: 0.5em;
  margin-top: 0.2em;
}
.more .icon-box {
  width: 30px;
  height: 30px;
  margin-left: 46px;
  transition: all 0.4s ease;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .more .icon-box {
    width: 25px;
    height: 25px;
    margin-left: 16px;
  }
}
.more:hover {
  color: #1b3886;
  opacity: 1;
}
.more.spe-more {
  color: #1b3886;
}
.more.spe-more .icon-box {
  transform: rotate(45deg);
  margin-right: 1em;
}
.more.spe-more:hover .icon-box {
  transform: rotate(0);
  margin-right: 0.5em;
}
.more.active-more {
  border-bottom: 1px solid #1b3886;
}
.more.active-more span {
  color: #1b3886;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #1b3886;
  margin-left: 0.5em;
}
.more.active-more:hover .icon-box {
  transform: rotate(-45deg);
  margin-left: 1em;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #1b3886;
  border-color: #1b3886;
  opacity: 1;
}
.more.white-more {
  color: #000;
  background-color: #fff;
  width: 132px;
  height: 46px;
}
.more.white-more > span {
  margin-right: 0.4em;
  font-size: 14px;
}
.more.white-more .icon {
  font-size: 18px;
}
.more.white-more:hover {
  background-color: #1b3886;
  color: #fff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .more > span {
    margin-right: 0.2em;
  }
  .more .icon {
    font-size: 16px;
  }
}
.go .char {
  position: relative;
  opacity: 0.9;
  margin-left: 0.5em;
}
.go .char::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.9);
}
.go .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fa8e22;
  color: #fff;
  transition: all 0.4s ease;
}
.go .icon-box img {
  width: 15px;
}
.go:hover .icon-box {
  transform: rotate(45deg);
  margin-left: 0.3em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
  .go .icon-box {
    width: 40px;
    height: 40px;
  }
}
.same-title .Mont {
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .same-title .Mont {
    font-size: 30px;
  }
}
.same-title .sub-title {
  margin-top: 38px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .same-title .sub-title {
    margin-top: 20px;
    line-height: 1.4;
  }
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: color 0.4s ease-out;
}
.datum .item:first-child {
  margin-right: 90px;
}
.datum .item:first-child .enb {
  width: 146px;
}
.datum .item:first-child .enb::before {
  right: 0;
  left: 65px;
}
.datum .item:hover .enb {
  opacity: 1;
  color: #fa8e22;
}
.datum .item .text {
  opacity: 0.9;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 50px;
  opacity: 0.8;
}
.datum .enb .data-rolling {
  transition: all 0.4s ease-out;
}
.datum .enb::before {
  content: attr(data-unit);
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
}
.datum .enb::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 36px;
  font-family: 'adineueBold', sans-serif;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .enb::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #1b3886;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .datum .item {
    margin-bottom: 30px;
  }
  .datum .item:first-child {
    margin-right: 20px;
  }
  .datum .item:first-child .enb {
    width: 110px;
  }
  .datum .enb {
    font-size: 40px;
  }
  .datum .enb::before {
    font-size: 12px;
  }
  .datum .enb::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .enb::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .enb::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f16 {
    font-size: 14px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
}
.mtop5 {
  margin-top: 5px;
}
.mtop10 {
  margin-top: 10px;
}
.mtop15 {
  margin-top: 15px;
}
.top20 {
  margin-top: 20px;
}
.top25 {
  margin-top: 25px;
}
.top30 {
  margin-top: 30px;
}
.top60 {
  margin-top: 60px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.w40 {
  width: 39%;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.h40 {
  height: 40%;
}
.h57 {
  height: 57%;
}
.h59 {
  height: 59%;
}
.hpic {
  width: 100%;
  height: 100%;
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  color: #a7a7a7;
  font-family: "adineueBold", sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(8px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: calc(2.5em - 4px);
  font-size: 20px;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e85c";
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e85e";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
.same-ul li a .active {
  display: none;
}
.same-ul li a.on .default,
.same-ul li a:hover .default {
  display: none;
}
.same-ul li a.on .active,
.same-ul li a:hover .active {
  display: block;
}
.spe-ul li a .active {
  display: none;
}
.spe-ul li.on a .default,
.spe-ul li:hover a .default {
  display: none;
}
.spe-ul li.on a .active,
.spe-ul li:hover a .active {
  display: block;
}
.top-same-title {
  color: #b7d5f3;
  position: absolute;
  top: -5px;
  left: 80px;
}
.same-title {
  display: inline-block;
  position: relative;
}
.same-title::before,
.same-title::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  background-image: url('../images/title-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.same-title.icon2::before,
.same-title.icon2::after {
  background-image: url('../images/title-icon3.png');
}
.same-title::before {
  left: -20px;
}
.same-title::after {
  right: -20px;
}
.same-title.spe-same-title {
  display: block;
}
.same-title.spe-same-title::before,
.same-title.spe-same-title::after {
  content: '';
  width: 40%;
  height: 5px;
  top: 8px;
  background-image: url('../images/title-icon2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.same-title.spe-same-title::before {
  left: 0;
}
.same-title.spe-same-title::after {
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 1480px) {
  .same-title::before,
  .same-title::after {
    top: 5px;
  }
}
@media (max-width: 1000px) {
  .same-title {
    transform: scale(0.7);
  }
}
.html5video {
  position: relative;
}
.html5video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 40px;
  height: 50px;
  background-image: url('../images/play.png');
  background-size: 100% 100%;
  cursor: pointer;
}
.block-img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .logo {
    max-width: 10em;
    min-width: 150px;
  }
}
.main {
  max-width: 96%;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.swiper-change {
  text-align: center;
  line-height: 2.4em;
}
.swiper-change > .circle {
  position: static;
  margin-top: 0;
  width: 2.4em;
  height: 2.4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #808185;
}
.swiper-change > .circle.swiper-button-prev {
  margin-right: 2em;
}
.swiper-change > .circle:after {
  display: none;
}
.swiper-change > .circle > .iconfont {
  font-size: 12px;
}
.swiper-change > .circle:hover {
  color: #1b3886;
  border-color: #fff;
  background-color: #fff;
}
.swiper-timing {
  height: auto !important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent !important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #1b3886;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #1b3886;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #c1c1c1;
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #1b3886;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #1b3886;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #1b3886;
}
body.handle-min,
body.handle-max,
body.handle-min .rang-box .handle,
body.handle-max .rang-box .handle {
  cursor: grabbing;
}
body.handle-min .rang-box.active .occupy,
body.handle-min .rang-box.active .handle.left {
  background-color: #1b3886;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #1b3886;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #1b3886;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
#toTop {
  text-align: right;
  opacity: 0.3;
  cursor: pointer;
}
#toTop.on {
  transform: none;
  right: 0.3rem;
}
#toTop:hover {
  opacity: 1;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 26px;
  height: 37px;
  background: #000 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::before,
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::before {
  width: 24px;
  height: 35px;
  background-color: #000;
  border-radius: 100px;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 4px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #222a30;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #222a30;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #222a30;
  }
  90% {
    color: #ffffff;
  }
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
}
.swiper-change .btn:after {
  display: none;
}
.swiper-change.spe-change {
  width: 80%;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.swiper-change.spe-change .btn {
  color: #fff;
  width: 50px;
  height: 100px;
  background-image: url('../images/zuo.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-change.spe-change .btn.swiper-button-next {
  background-image: url('../images/you.webp');
}
@media (max-width: 1480px) {
  .swiper-change.spe-change {
    height: 46px;
    top: 10%;
  }
}
@media (max-width: 1000px) {
  .swiper-change.spe-change .btn {
    width: 36px;
    height: 36px;
  }
}
.top-menu {
  height: 56px;
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.top-menu a,
.top-menu .btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.top-menu a .active,
.top-menu .btn .active {
  display: none;
}
.top-menu a:hover .default,
.top-menu .btn:hover .default {
  display: none;
}
.top-menu a:hover .active,
.top-menu .btn:hover .active {
  display: block;
}
.top-menu a:not(:last-child),
.top-menu .btn:not(:last-child) {
  margin-right: 25px;
}
.top-menu .music {
  background-image: url('../images/btn4.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top-menu .music:hover {
  background-image: url('../images/btna4.webp');
}
@media (max-width: 1480px) {
  .top-menu {
    height: 46px;
    top: 10%;
  }
}
@media (max-width: 1000px) {
  .top-menu a,
  .top-menu .btn {
    width: 36px;
    height: 36px;
  }
  .top-menu a:not(:last-child),
  .top-menu .btn:not(:last-child) {
    margin-right: 10px;
  }
}
.home {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-image: url('../images/same-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home .top-title {
  width: 96%;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  text-align: center;
}
.home .top-title img {
  min-width: 150px;
  height: 30px;
  margin: -25px auto 0;
}
.home .pic-swiper {
  width: 100%;
  margin: 0;
}
.home .pic-swiper .swiper-wrapper {
  align-items: center;
}
@media (max-width: 1480px) {
  .home .top-title {
    background-size: contain;
  }
}
@media (max-width: 1000px) {
  .home {
    width: 100%;
    height: auto;
  }
  .home .top-title {
    height: 25px;
    top: 10px;
  }
  .home .top-title img {
    min-width: 100px;
    height: 20px;
    margin: -5px auto 0;
  }
}
.home-panel {
  padding-top: 4vh;
}
.home-panel::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: url('../images/spebg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.home-panel .top-title {
  width: 96%;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  padding-top: 10px;
  transform: translateX(-50%);
  text-align: center;
}
.home-panel .top-title img {
  height: 46px;
  margin: -10px auto 0;
}
.home-panel .container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}
.home-panel .page-panel {
  padding: 10vh 60px 5vh;
  height: 90vh;
  box-sizing: border-box;
}
.home-panel .page-panel .content-bg {
  width: 100%;
  height: 100%;
}
.home-panel .page-panel .same-pic {
  width: 16%;
}
.home-panel .page-panel .same-pic .top-pic {
  position: relative;
  padding: 40px 30px 20px 20px;
}
.home-panel .page-panel .same-pic .top-pic .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-panel .page-panel .same-pic .top-pic .left-info {
  padding: 15px 10px 10px 10px;
}
.home-panel .page-panel .same-pic .top-pic .info {
  width: 100%;
  max-height: 100px;
  overflow-y: auto;
  box-sizing: border-box;
}
.home-panel .page-panel .same-pic .top-pic .pic {
  width: 100%;
  margin: 5px 0 10px;
}
.home-panel .page-panel .left-pic .top-pic {
  height: 48%;
}
.home-panel .page-panel .left-pic .top-pic .pop {
  width: 100%;
  height: 35px;
  cursor: pointer;
}
.home-panel .page-panel .left-pic .top-pic .pop img {
  width: 100%;
  height: 100%;
}
.home-panel .page-panel .left-pic .top-pic .pop .btn2 {
  display: none;
}
.home-panel .page-panel .left-pic .top-pic .pop:hover .btn1 {
  display: none;
}
.home-panel .page-panel .left-pic .top-pic .pop:hover .btn2 {
  display: block;
}
.home-panel .page-panel .left-pic .top-pic .pic {
  width: 100%;
  margin: 10px 0;
}
.home-panel .page-panel .left-pic .bottom-pic {
  height: 38%;
}
.home-panel .page-panel .right-pic .top-pic {
  height: 31%;
}
.home-panel .page-panel .right-pic .top-pic .pic {
  width: 100%;
  margin-top: 5px;
}
.home-panel .page-panel .right-pic .bottom-pic {
  height: 55%;
}
@media (max-width: 1480px) {
  .home-panel .page-panel .left-pic {
    width: 22%;
  }
  .home-panel .page-panel .left-pic .bottom-pic {
    height: 28%;
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .home-panel .page-panel {
    align-items: center;
  }
  .home-panel .page-panel .left-pic {
    width: 26%;
    transform: scale(0.9);
  }
  .home-panel .page-panel .left-pic .top-pic {
    height: 50%;
    padding: 30px 5px 5px;
  }
  .home-panel .page-panel .left-pic .top-pic .left-info {
    padding: 5px;
  }
  .home-panel .page-panel .left-pic .top-pic .info {
    max-height: 50px;
  }
  .home-panel .page-panel .left-pic .top-pic .pop {
    height: 25px;
  }
  .home-panel .page-panel .left-pic .top-pic .pic {
    margin: 5px 0;
  }
  .home-panel .page-panel .left-pic .bottom-pic {
    height: 20%;
    margin-top: 5px;
  }
  .home-panel .page-panel .right-pic {
    width: 76%;
  }
  .home-panel .page-panel .right-pic .content-bg {
    width: 100%;
    height: 70%;
  }
}
.home-panel .home-content {
  position: relative;
  width: 76%;
  height: 100%;
  margin: 0 auto;
  padding-top: 5vh;
}
.home-panel .home-content .map-box {
  width: 70%;
}
.home-panel .home-content .svg {
  width: 100%;
  position: relative;
  z-index: 200;
  margin-top: -100px;
}
.home-panel .home-content .svg a {
  position: relative;
}
.home-panel .news-box {
  position: absolute;
  top: -60px;
  right: -20px;
  transform: scale(0.8);
  z-index: 1;
  min-width: 700px;
  height: 100%;
}
.home-panel .news-box img {
  height: 30px;
}
.home-panel .news-box .top-tit {
  text-align: right;
  margin-bottom: 20px;
}
.home-panel .news-box .top-tit img {
  height: 50px;
}
.home-panel .news-box .lists-box {
  background-image: url(../images/news-bg.webp);
  background-size: 100% 100%;
  padding: 30px 40px 20px;
  display: none;
}
.home-panel .news-box .lists-box .news-lists {
  margin-bottom: 15px;
}
.home-panel .news-box .lists-box .news-lists .tit {
  position: relative;
}
.home-panel .news-box .lists-box .news-lists .tit::after {
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  width: 90%;
  height: 1px;
  background-color: #268edf;
}
.home-panel .news-box .lists-box .news-lists .box {
  line-height: 2.6;
  margin: 10px 0 15px;
  height: 180px;
  overflow: hidden;
}
.home-panel .news-box .lists-box .news-lists .box a {
  position: relative;
  padding-left: 14px;
}
.home-panel .news-box .lists-box .news-lists .box a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #7a839f;
}
.home-panel .news-box .lists-box .news-lists .more {
  text-align: center;
}
.home-panel .news-box .lists-box.active {
  display: block;
}
.home-panel .news-box.show {
  z-index: 999;
}
.home-panel .news-box .btn a .active {
  display: none;
}
.home-panel .news-box .btn a.on .default {
  display: none;
}
.home-panel .news-box .btn a.on .active {
  display: block;
}
.home-panel .news-box .btn .more {
  margin-right: 10px;
}
@media (max-width: 1680px) {
  .home-panel .home-content {
    height: 88%;
  }
}
@media (max-width: 1580px) {
  .home-panel .home-content {
    height: 74%;
  }
}
@media (max-width: 1480px) {
  .home-panel .home-content {
    height: 93%;
  }
  .home-panel .home-content .left-pic img {
    width: 80%;
  }
  .home-panel .menu a {
    width: 110px;
    height: 35px;
  }
}
@media (max-width: 1000px) {
  .home-panel .home-content {
    height: 112%;
  }
  .home-panel .home-content .left-pic img {
    width: 60%;
  }
  .home-panel .top-title {
    height: 50px;
    padding-top: 10px;
  }
  .home-panel .top-title img {
    height: 30px;
    margin: -10px auto 0;
  }
  .home-panel .menu {
    bottom: -15px;
  }
  .home-panel .menu a {
    width: 100px;
    height: 25px;
  }
}
.map-box {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 70%;
}
.map-box .map-panel {
  width: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.map-box .bg {
  width: 100%;
  transform-style: preserve-3d;
  animation: planet-rotate 20s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes planet-rotate {
  0% {
    transform: rotateZ(90deg) scaleX(0.5) rotate(0);
  }
  100% {
    transform: rotateZ(90deg) scaleX(0.5) rotate(360deg);
  }
}
.menu {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
}
.menu a {
  width: 120px;
  height: 40px;
}
.menu a:first-child {
  margin-right: 20px;
}
.menu a .a1 {
  display: none;
}
.menu a.active .a1,
.menu a:hover .a1 {
  display: block;
}
.menu a.active .d1,
.menu a:hover .d1 {
  display: none;
}
.menu .btn {
  width: 120px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.menu .music {
  background-image: url('../images/menu2.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.menu .music:hover {
  background-image: url('../images/menua2.webp');
}
@media (max-width: 1480px) {
  .menu a,
  .menu .btn {
    width: 100px;
    height: 30px;
  }
}
@media (max-width: 1000px) {
  .menu {
    bottom: 5px;
  }
  .menu a {
    width: 60px;
    height: 25px;
  }
  .menu a img {
    width: 60px;
    height: 25px;
  }
  .menu a:first-child {
    margin-right: 10px;
  }
  .menu .btn {
    width: 60px;
    height: 25px;
  }
}
.panel1 {
  width: 100%;
  height: 80vh;
  padding: 4vh 3% 0;
  box-sizing: border-box;
}
.panel1 .left-pic {
  width: 57%;
  height: 100%;
}
.panel1 .left-pic img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.panel1 .right-info {
  width: 38%;
  height: 100%;
  padding: 2% 4% 2% 0;
  box-sizing: border-box;
}
.panel1 .right-info ul {
  width: 41%;
  height: 100%;
}
.panel1 .right-info ul:first-child {
  margin-right: 10%;
}
.panel1 .right-info ul li {
  margin-bottom: 30px;
  text-align: center;
}
.panel1 .right-info ul li:last-child {
  margin-bottom: 0;
}
.panel1 .right-info ul li .title {
  display: inline-block;
  min-width: 120px;
  height: 35px;
  background-image: url('../pictures/pic3.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  color: #00f4fc;
  padding: 0 10px;
  box-sizing: border-box;
}
.panel1 .right-info ul li a {
  width: 100%;
  height: 44px;
  margin: 0 auto;
  margin-top: 20px;
}
.panel1 .right-info ul.right-ul .spe-li {
  margin-top: 25px;
}
@media (max-width: 1580px) {
  .panel1 {
    align-items: center;
  }
  .panel1 .left-pic {
    width: 52%;
  }
  .panel1 .right-info {
    width: 45%;
  }
  .panel1 .right-info ul {
    width: 48%;
  }
  .panel1 .right-info ul:first-child {
    margin-right: 5%;
  }
  .panel1 .right-info ul li {
    margin-bottom: 25px;
  }
  .panel1 .right-info ul li a {
    transform: scale(0.83);
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .panel1 {
    height: auto;
    padding: 2vh 20px 0;
  }
  .panel1 .left-pic {
    width: 35%;
    height: 100%;
  }
  .panel1 .right-info {
    width: 66%;
  }
  .panel1 .right-info ul {
    width: 50%;
  }
  .panel1 .right-info ul:first-child {
    margin-right: 2%;
  }
  .panel1 .right-info ul li {
    margin-bottom: 5px;
    text-align: center;
  }
  .panel1 .right-info ul li .title {
    height: auto;
    line-height: normal;
    padding: 0 5px;
    font-size: 12px;
  }
  .panel1 .right-info ul li a {
    height: auto;
    line-height: normal;
    margin: 5px auto 0;
    padding: 5px 2px;
    box-sizing: border-box;
  }
  .panel1 .right-info ul.right-ul .spe-li {
    margin-top: 5px;
  }
}
.mypanel {
  position: relative;
}
.mypanel .page-panel.same-pic-panel {
  margin-top: 20px;
}
.mypanel .home-content {
  width: 80%;
  padding-top: 17vh;
}
.mypanel .home-content .map-box {
  width: 60%;
  max-height: 50vh;
}
.mypanel .home-content .svg {
  margin-top: -10vh;
}
.kypanel {
  background-image: url('../images/bg2.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.kypanel .page-panel.same-pic-panel {
  margin-top: 30px;
}
.hypanel .page-panel.same-pic-panel,
.zypanel .page-panel.same-pic-panel {
  height: 78vh;
}
.spepanel {
  background-image: url('../images/bg7.webp');
}
.spepanel .spe-page-panel .content-bg {
  height: auto !important;
}
.spe-panel1 .right-info ul li {
  margin-bottom: 30px;
}
.spe-panel1 .right-info ul li a {
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .spe-panel1 .left-pic {
    width: 35%;
  }
  .spe-panel1 .right-info {
    width: 64%;
  }
  .spe-panel1 .right-info ul li {
    margin-bottom: 5px;
  }
  .spe-panel1 .right-info ul li a {
    margin-top: 5px;
  }
}
.ky-panel {
  background-image: url('../images/bg4.webp');
}
.zyfw-panel {
  background-image: url('../images/bg5.webp');
}
.spepanel2 {
  background-image: url('../images/beijing1.webp');
}
.spepanel2 .spe-page-panel .content-bg {
  height: auto !important;
}
@media (max-width: 1480px) {
  .spepanel2 {
    background-size: 100% 100%;
  }
}
.kychagebg {
  background-image: url('../images/beijing2.webp');
}
.spepanel3 {
  background-image: url('../images/bg6.webp');
}
.spepanel3 .spe-page-panel .content-bg {
  height: auto !important;
}
@media (max-width: 1480px) {
  .spepanel3 {
    background-size: 100% 100%;
  }
}
.page-panel {
  width: 95%;
  padding: 30px;
  margin: 0 auto;
  height: 72vh;
}
.page-panel .item .t-center {
  margin-bottom: 10px;
}
.page-panel .item .t-center .same-title::before,
.page-panel .item .t-center .same-title::after {
  top: 5px;
}
.page-panel .top-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  top: 27px;
}
.page-panel .content-bg {
  width: 99%;
  height: 96%;
  margin: 0 auto;
}
.page-panel.big-panel {
  height: 80vh;
}
@media (max-width: 1000px) {
  .page-panel {
    height: auto !important;
    padding: 10px 20px !important;
    transform: scale(0.9);
    width: 100%;
  }
  .page-panel .left-info {
    padding: 10px 5px;
  }
  .page-panel .left-info .info {
    max-height: 100px;
    padding-right: 5px;
  }
  .page-panel.same-pic-panel {
    height: auto !important;
    padding: 5px;
    margin-top: 10px !important;
  }
}
.content-page {
  padding: 0 55px 28px;
  margin: 11vh auto 0;
  height: 78vh;
  background-image: url('../images/info-bg3.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
}
.content-page .content-box {
  padding-top: 9vh;
  height: 97%;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .content-page {
    margin: 2vh auto 0;
  }
  .content-page .content-box {
    padding: 8px !important;
  }
}
.bigpanel .same-pic-panel,
.bigpanel .big-pic-panel {
  height: 80vh;
}
@media (max-width: 1000px) {
  .bigpanel .same-pic-panel,
  .bigpanel .big-pic-panel {
    height: auto;
  }
}
.bigpanel .page-panel.big-pic-panel {
  margin-top: 0;
}
.vrpanel {
  background-image: url('../images/bg8.webp');
  background-size: cover;
}
.vrpanel .top-title img {
  min-width: auto;
  height: 80px;
  margin: -35px auto 0;
}
.vrpanel .pop {
  position: absolute;
  bottom: 18%;
  right: 25%;
  width: 160px;
  height: 50px;
  cursor: pointer;
}
.vrpanel .pop img {
  cursor: pointer !important;
}
@media (max-width: 1480px) {
  .vrpanel .pop {
    position: absolute;
    bottom: 22%;
    right: 24%;
    width: 140px;
    height: 40px;
  }
}
@media (max-width: 1000px) {
  .vrpanel .top-title img {
    height: 60px;
    margin: -25px auto 0;
  }
  .vrpanel .page-panel {
    height: 300px !important;
  }
  .vrpanel .pop {
    position: absolute;
    bottom: 10%;
    right: 24%;
    width: 100px;
    height: 30px;
  }
}
.zy-homepanel .content-bg {
  width: 100%;
  height: 100%;
}
.zy-homepanel .bigpage-panel {
  width: 91%;
  height: 82vh;
  margin-top: 4vh;
}
@media (max-width: 1000px) {
  .zy-homepanel .bigpage-panel {
    width: 95%;
    height: auto;
    margin-top: 2vh;
  }
}
.hypanel .panel1 .left-pic {
  width: 65%;
}
.hypanel .panel1 .left-pic img {
  display: none;
}
.hypanel .panel1 .left-pic .total {
  display: block;
}
.hypanel .panel1 .right-info {
  width: 30%;
  text-align: center;
}
.hypanel .panel1 .right-info .top-pic {
  position: relative;
}
.hypanel .panel1 .right-info .top-pic .bg {
  width: 58%;
}
.hypanel .panel1 .right-info .bottom {
  margin-top: 20px;
}
.hypanel .panel1 .right-info .bottom .item {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hypanel .panel1 .right-info .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  cursor: pointer;
}
.hypanel .panel1 .right-info .item img {
  width: 90%;
  opacity: 0;
}
.hypanel .panel1 .right-info .item.on img {
  opacity: 1;
}
.hypanel .panel1 .right-info .item2 {
  top: 19%;
  left: 39.7%;
}
.hypanel .panel1 .right-info .item1 {
  top: 46.5%;
  left: 28.5%;
}
.hypanel .panel1 .right-info .item3 {
  top: 46.5%;
  left: 51%;
}
.hypanel .spe-li.show {
  display: block;
}
.hypanel .spe-li.hide {
  display: none;
}
.pop-content {
  position: absolute;
  top: 30%;
  left: 18%;
  width: 450px;
  height: 230px;
  padding: 30px 40px;
  z-index: 100;
  background-image: url('../images/pop-bg.webp');
  background-size: 100% 100%;
  display: none;
  z-index: 200;
}
.pop-content.active {
  display: block;
}
.pop-content .content .left-year {
  width: 15%;
  line-height: 1.8;
  color: #048bff;
  border-right: 1px solid #048bff;
}
.pop-content .content .right-info {
  width: 80%;
  color: #000;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 15px;
  box-sizing: border-box;
}
.pop-content .content .right-info .text-node {
  text-indent: 0;
}
.pop-content.spe-pop {
  position: absolute;
  top: 30%;
  left: auto;
  right: 8%;
  width: 270px;
  height: 430px;
  padding: 30px;
  background-image: url('../images/pop-bg2.webp');
}
.pop-content.spe-pop .links {
  width: 100%;
  color: #0a476c;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.pop-content.spe-pop .links a {
  padding-left: 20px;
  padding-bottom: 8px;
  background-image: url('../images/link-bg2.webp');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 90%;
  height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  box-sizing: border-box;
}
@media (max-width: 1480px) {
  .pop-content.spe-pop {
    top: 20%;
    right: 3%;
  }
}
@media (max-width: 1000px) {
  .pop-content {
    top: 10%;
    left: 23%;
    padding: 20px;
  }
  .pop-content .content .left-year {
    line-height: 2.1;
  }
  .pop-content .content .right-info {
    max-height: 220px;
  }
  .pop-content.spe-pop {
    top: 10%;
    right: 35%;
    width: 250px;
    height: 280px;
    padding: 20px;
  }
  .pop-content.spe-pop .links {
    max-height: 260px;
  }
}
.map-panel {
  position: relative;
}
.map-panel .spe-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-panel .spe-nav a {
  width: 20%;
  height: 10%;
  position: absolute;
  border-radius: 30%;
}
.map-panel .spe-nav a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0) scale(1.4);
  background: radial-gradient(rgba(0, 194, 203, 0.4), transparent, transparent);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s, top 0s, left 0s;
}
.map-panel .spe-nav a:hover::after {
  opacity: 1;
}
.map-panel .spe-nav .link1 {
  width: 20%;
  height: 45%;
  bottom: 10%;
  right: 35%;
  transform: rotate(-40deg);
}
.map-panel .spe-nav .link2 {
  width: 15%;
  height: 30%;
  bottom: 24%;
  right: 18%;
  transform: rotate(-40deg);
}
.map-panel .spe-nav .link3 {
  width: 12%;
  height: 18%;
  bottom: auto;
  top: 30%;
  right: 38%;
  transform: rotate(-30deg);
}
.map-panel .spe-nav .link4 {
  width: 32%;
  height: 14%;
  bottom: auto;
  top: 22%;
  right: 38%;
  transform: rotate(-30deg);
}
.map-panel .spe-nav .link5 {
  width: 13%;
  height: 14%;
  bottom: auto;
  top: 37%;
  right: 45%;
  transform: rotate(-30deg);
}
.map-panel .spe-nav .link6 {
  width: 10%;
  height: 13%;
  bottom: auto;
  top: 45%;
  right: 58%;
  transform: rotate(-30deg);
}
.map-panel .spe-nav .link7 {
  width: 10%;
  height: 20%;
  bottom: auto;
  top: 35%;
  right: auto;
  left: 18%;
  transform: rotate(-50deg);
}
.map-panel .spe-nav .link8 {
  width: 13%;
  height: 32%;
  bottom: auto;
  top: 0;
  right: auto;
  left: 26%;
  transform: rotate(-70deg);
}
.map-panel .spe-nav .link9 {
  width: 10%;
  height: 24%;
  bottom: auto;
  top: 18%;
  right: auto;
  left: 18%;
  transform: rotate(-70deg);
}
.panel3 .content-box .left-info .pic {
  height: 78%;
}
.panel3 .content-box .right-info .pic {
  height: 70.2%;
}
.left-line {
  position: relative;
}
.left-line::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 103%;
  border-left: 1px dotted #048bff;
  opacity: 0.7;
}
.top-line {
  position: relative;
  margin-top: 38px;
}
.top-line::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #048bff;
  opacity: 0.7;
}
.line-box {
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px dotted rgba(4, 139, 255, 0.6);
}
.lbigpanel .content-box .left-box {
  width: 63.5%;
}
.lbigpanel .content-box .right-box {
  width: 36%;
}
.lbigpanel .content-box .right-box .pic {
  height: 49.5%;
}
.lbigpanel .jy-content-box .left-box .bottom-box .pic:first-child {
  margin-right: 3%;
}
.lbigpanel .jy-content-box .right-box {
  width: 33%;
}
.lbigpanel .xjjdyq .middle-pic {
  height: 45%;
}
.lbigpanel .my-content-box .left-box {
  width: 52%;
}
.lbigpanel .my-content-box .left-box .bottom-box {
  height: 59%;
}
.lbigpanel .my-content-box .left-box .bottom-box .pic:first-child {
  margin-right: 5px;
}
.lbigpanel .my-content-box .right-box {
  width: 47%;
}
.lbigpanel .circle-title .cirlce {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #048bff;
  border-radius: 50%;
  margin-right: 10px;
}
.lbigpanel .circle-title .cirlce::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.lbigpanel .hpr .left-box {
  width: 77%;
}
.lbigpanel .hpr .left-box .top-box .info:first-child {
  width: 62%;
}
.lbigpanel .hpr .left-box .top-box .info:last-child {
  width: 35%;
}
.lbigpanel .hpr .left-box .top-box .pic {
  height: 58%;
}
.lbigpanel .hpr .left-box .top-box .left-line::after {
  height: 98%;
  right: -10px;
}
.lbigpanel .hpr .left-box.left-line::after {
  right: -20px;
}
.lbigpanel .hpr .left-box .bottom-pic {
  height: 39%;
}
.lbigpanel .hpr .right-box {
  width: 21%;
}
.lbigpanel .hpr .right-box .pic {
  height: 60%;
}
.lbigpanel .ncz .left-box {
  width: 71%;
}
.lbigpanel .ncz .left-box .bottom-pic {
  height: 81%;
}
.lbigpanel .ncz .right-box {
  width: 28%;
}
.tbpanel .top-box {
  height: 30%;
}
.tbpanel .top-box .text-node {
  width: 32%;
}
.tbpanel .top-box .pic {
  width: 67%;
  height: 100%;
}
.tbpanel .bottom-box {
  height: 69%;
}
.tbpanel .xpny .top-content {
  height: 48%;
}
.tbpanel .xpny .top-content .left-box {
  width: 72%;
}
.tbpanel .xpny .bottom-content {
  height: 45%;
}
.speline-title .title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.speline-title .title::before,
.speline-title .title::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 5px;
  top: 11px;
  background-image: url('../images/tit-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.speline-title .title::before {
  left: 120%;
  transform: rotate(-180deg);
}
.speline-title .title::after {
  right: 120%;
}
.panel6 .content-box .left-box {
  width: 50%;
}
.panel6 .content-box .left-box .left-info {
  width: 55%;
  height: 160px;
  margin-bottom: 20px;
}
.panel6 .content-box .left-box .left-info .info {
  max-height: 130px;
}
.panel6 .content-box .left-box .middle-pic {
  width: 43%;
  height: 150px;
  margin-top: 8px;
}
.panel6 .content-box .left-box .middle-pic img {
  width: 100%;
  height: 100%;
}
.panel6 .content-box .bottom-pic {
  height: 65%;
}
.panel6 .content-box .bottom-pic img {
  width: 100%;
  height: 100%;
}
.panel6 .content-box .right-pic {
  width: 49%;
}
@media (max-width: 1480px) {
  .panel6 .content-box .bottom-pic {
    height: 54%;
  }
  .panel6 .content-box .middle-pic {
    width: 21%;
  }
}
@media (max-width: 1000px) {
  .panel6 .content-box {
    height: 300px;
  }
  .panel6 .content-box .left-box .left-info {
    height: 150px;
    margin-bottom: 10px;
  }
  .panel6 .content-box .left-box .left-info .info {
    max-height: 130px;
  }
  .panel6 .content-box .middle-pic {
    height: 100%;
  }
  .panel6 .content-box .right-pic {
    width: 50%;
  }
  .panel6 .content-box .right-pic .row:not(:last-child) {
    margin-bottom: 5px;
  }
  .panel6 .content-box .right-pic .row .pic {
    margin-top: 5px;
  }
}
.panel7 .content-box .left-box {
  width: 33.3%;
}
.panel7 .content-box .left-box .left-info {
  width: 100%;
  margin-bottom: 30px;
}
.panel7 .content-box .right-pic {
  width: 64%;
}
.panel7 .content-box .right-pic .top-item {
  height: 165px;
}
.panel7 .content-box .right-pic .top-item .pic {
  width: 32%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.panel7 .content-box .right-pic .bottom-pic {
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .panel7 .content-box .left-box .left-info {
    margin-bottom: 10px;
  }
  .panel7 .content-box .right-pic .top-item {
    height: 115px;
  }
  .panel7 .content-box .right-pic .bottom-pic {
    margin-top: 10px;
  }
}
.panel8 .content-box {
  position: absolute;
  top: 10vh;
  left: 4vw;
  width: 25%;
}
.panel8 .content-box .left-info {
  padding-right: 20px;
}
.panel8 .content-box .info {
  max-height: 50px;
}
.panel9 .content-box .left-box {
  width: 36%;
  height: 100%;
}
.panel9 .content-box .left-box .left-info {
  width: 100%;
}
.panel9 .content-box .left-box .left-info .info {
  max-height: 80px;
}
.panel9 .content-box .left-box .middle-pic {
  height: 160px;
  margin: 20px 0;
}
.panel9 .content-box .left-box .middle-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.panel9 .content-box .left-box .bottom-pic {
  height: 220px;
}
.panel9 .content-box .left-box .bottom-pic .html5video {
  height: 100%;
}
.panel9 .content-box .right-pic {
  width: 63%;
}
.panel9 .content-box .right-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .panel9 .content-box .left-box .left-info {
    margin-bottom: 10px;
  }
  .panel9 .content-box .right-pic .top-item {
    height: 115px;
  }
  .panel9 .content-box .right-pic .bottom-pic {
    margin-top: 10px;
  }
}
.jdcontent-page .jd-top-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 99;
}
.jdcontent-page .jd-top-box a {
  height: 35px;
}
.jdcontent-page .jd-top-box a img {
  height: 100%;
}
.jdcontent-page .content-box .content-bg {
  margin: 15px auto 0;
}
.panel10 .content-box .left-box {
  width: 63%;
  height: 100%;
}
.panel10 .content-box .left-box .left-info {
  width: 50%;
}
.panel10 .content-box .left-box .left-info .info {
  max-height: 100px;
}
.panel10 .content-box .left-box .top-box .pic {
  width: 50%;
  margin-top: 8px;
}
.panel10 .content-box .left-box .bottom-pic {
  height: 395px;
  margin-top: 5px;
}
.panel10 .content-box .left-box .bottom-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.panel10 .content-box .right-pic {
  width: 35%;
}
.panel10 .content-box .right-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .panel10 .content-box .left-box .left-info {
    margin-bottom: 10px;
  }
  .panel10 .content-box .right-pic .top-item {
    height: 115px;
  }
  .panel10 .content-box .right-pic .bottom-pic {
    margin-top: 10px;
  }
}
.panel11 .content-box .left-box {
  width: 24%;
  height: 100%;
}
.panel11 .content-box .left-box .left-info {
  width: 102%;
}
.panel11 .content-box .left-box .left-info .info {
  max-height: 80px;
}
.panel11 .content-box .left-box .bottom-pic {
  height: 430px;
  margin-top: 15px;
}
.panel11 .content-box .left-box .bottom-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.panel11 .content-box .right-pic {
  width: 75%;
}
.panel11 .content-box .right-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .panel11 .content-box .left-box .left-info {
    margin-bottom: 10px;
  }
  .panel11 .content-box .right-pic .top-item {
    height: 115px;
  }
  .panel11 .content-box .right-pic .bottom-pic {
    margin-top: 10px;
  }
}
.info-line-box {
  padding: 30px 20px;
  position: relative;
  background-image: url('../images/info-line-bg.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.info-line-box.big-info-box {
  padding: 20px 30px;
  background-image: url('../images/content-bg.webp');
  height: 93%;
}
.zygk-panel .panel1 {
  padding: 8vh 3% 0;
  position: relative;
}
.zygk-panel .panel1 .left-pic {
  width: 78%;
  height: 100%;
}
.zygk-panel .panel1 .left-pic .map-box {
  max-height: 100%;
}
.zygk-panel .panel1 .left-pic .map-box .map-panel {
  width: 78%;
  left: 5%;
  transform: translateY(-50%);
}
.zygk-panel .panel1 .left-pic .map-box .bg {
  width: 90%;
}
.zygk-panel .panel1 .left-pic .two-item {
  display: none;
  width: 92%;
  margin: 0 auto;
}
.zygk-panel .panel1 .left-pic .zybj-box {
  width: 80%;
  padding-left: 9%;
}
.zygk-panel .panel1 .left-pic .zybj-box .title {
  height: 24px;
  margin: 20px auto 0;
}
.zygk-panel .panel1 .left-pic .zybj-box .box-info .left-pic-box {
  width: 55%;
  height: 70%;
  margin-top: -130px;
}
.zygk-panel .panel1 .left-pic .zybj-box .box-info .left-pic-box .it {
  height: 100%;
  display: none;
  position: relative;
}
.zygk-panel .panel1 .left-pic .zybj-box .box-info .left-pic-box .it > img {
  height: 100%;
}
.zygk-panel .panel1 .left-pic .zybj-box .box-info .left-pic-box .it:first-child {
  display: block;
}
.zygk-panel .panel1 .left-pic .zybj-box .box-info .left-pic-box .it:first-child .bottom {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 180px;
}
.zygk-panel .panel1 .left-pic .zybj-box .right-btn {
  margin-left: 0;
  box-sizing: border-box;
  width: 36%;
  margin-top: 30px;
}
.zygk-panel .panel1 .left-pic .zybj-box .right-btn .title {
  height: 35px;
  margin-bottom: 30px;
}
.zygk-panel .panel1 .left-pic .zybj-box .right-btn a {
  width: 33.33%;
  height: 40px;
  margin-bottom: 40px;
}
.zygk-panel .panel1 .right-info {
  width: 22%;
}
.zygk-panel .panel1 .right-info ul {
  width: 100%;
}
.zygk-panel .panel1 .right-info ul:first-child {
  margin-right: 0;
}
.zygk-panel .panel1 .right-info ul li {
  width: 140px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.zygk-panel .panel1 .right-info ul li .two-ul {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 90%;
  opacity: 0;
  transform: translateX(-50%);
}
.zygk-panel .panel1 .right-info ul li .two-ul a {
  margin-top: 5px;
  height: 25px;
}
.zygk-panel .panel1 .right-info ul li:hover .two-ul {
  opacity: 1;
}
.zygk-panel .panel1 .zygk-btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.zygk-panel .panel1 .zygk-btn a {
  height: 40px;
}
.zygk-panel .panel1 .zygk-btn a img {
  height: 100%;
}
.zygk-panel .panel1 .zygk-btn .active {
  display: none;
}
.zygk-panel .panel1 .zygk-btn:hover .default {
  display: none;
}
.zygk-panel .panel1 .zygk-btn:hover .active {
  display: block;
}
.zygk-panel .content-page {
  padding: 75px 55px 20px;
  margin: 8vh auto 0;
  background-image: url('../images/info-bg2.webp');
}
.zygk-panel .spe-content-box {
  height: 100%;
  box-sizing: border-box;
}
.zygk-panel .top-pic-title {
  width: 120px;
  height: 30px;
  margin: 0 auto;
}
.zygk-panel .first-panel {
  padding: 0 5% 0 2%;
}
.zygk-panel .first-panel .left-pic {
  width: 68%;
}
.zygk-panel .first-panel .right-pic {
  width: 22%;
}
.zygk-panel .first-panel .right-pic .title {
  display: inline-block;
  min-width: 130px;
  height: 30px;
  background-image: url('../pictures/pic3.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  color: #00f4fc;
  padding: 0 10px;
  box-sizing: border-box;
}
.zygk-panel .nav {
  width: 85%;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 99;
  padding: 0 15% 20px;
  box-sizing: border-box;
}
.zygk-panel .nav::after {
  content: '';
  width: 20px;
  height: 10px;
  background-image: url('../images/sj.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.zygk-panel .nav .spe-ul > li {
  position: relative;
}
.zygk-panel .nav .spe-ul > li:not(:last-child) {
  margin-right: 50px;
}
.zygk-panel .nav .spe-ul > li:not(:last-child)::after {
  content: '';
  width: 30px;
  height: 1px;
  background-image: url('../images/line2.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.zygk-panel .nav .spe-ul > li .bottom-nav {
  width: 300px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/nav-bg4.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  padding: 20px 20px 60px;
  text-align: center;
  display: none;
  z-index: 999;
}
.zygk-panel .nav .spe-ul > li .bottom-nav.w400 {
  width: 400px;
}
.zygk-panel .nav .spe-ul > li .bottom-nav::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #00f4fc;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.zygk-panel .nav .spe-ul > li .bottom-nav li {
  height: 35px;
}
.zygk-panel .nav .spe-ul > li .bottom-nav li a {
  padding: 10px 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zygk-panel .nav .spe-ul > li .bottom-nav li a:hover {
  background-image: url('../images/fl-bg.webp');
}
.zygk-panel .nav .spe-ul > li:hover .bottom-nav {
  display: block;
}
.zygk-panel .nav .spe-ul > li > a {
  width: 120px;
  height: 48px;
}
@media (max-width: 1480px) {
  .zygk-panel .nav {
    bottom: 68px;
  }
}
@media (max-width: 1000px) {
  .zygk-panel .nav {
    width: 90%;
    height: 35px;
    bottom: 40px;
    padding: 0 2%;
  }
  .zygk-panel .nav a {
    min-width: 60px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
}
.zygk-panel .same-panel {
  padding-top: 5vh;
}
.zygk-panel .same-panel .content-box {
  height: 70vh;
}
.zygk-panel .same-panel .content-box.one {
  margin-top: 40px;
}
.zygk-panel .same-panel .content-box {
  margin-top: 20px;
  height: 96%;
}
.zygk-panel .same-panel .content-box.big-content {
  height: 72vh;
  height: 100%;
}
.zygk-panel .same-panel.two .content-bg {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.zygk-panel .same-panel.info-page {
  height: 70vh;
  padding: 2vh 2vw;
  position: relative;
  background-image: url('../images/content-bg.webp');
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box;
}
.zygk-panel .same-panel.info-page .content-box {
  height: 100%;
}
.zygk-panel .same-panel.info-page .info-box {
  position: absolute;
  top: 17%;
  left: 0;
  width: 100%;
  height: 100%;
}
.zygk-panel .same-panel.info-page .info-box .item {
  position: absolute;
  top: 0;
  left: 33%;
  width: 200px;
  padding-right: 10px;
}
.zygk-panel .same-panel.info-page .info-box .item:nth-of-type(2n) {
  left: 55%;
}
.zygk-panel .same-panel.info-page .info-box .item:nth-of-type(3),
.zygk-panel .same-panel.info-page .info-box .item:nth-of-type(4) {
  top: 44%;
}
.zygk-panel .same-panel .spe-swiper {
  height: 67vh;
  padding: 2vh 10vh 10vh;
  position: relative;
  background-image: url('../images/content-bg.webp');
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box;
}
.zygk-panel .same-panel .spe-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.zygk-panel .same-panel .spe-swiper .swiper-slide img {
  display: block;
  width: 55%;
  margin: 0 auto;
}
.zygk-panel .same-panel.sc-info-panel .info-box .item:first-child {
  margin-bottom: 20px;
}
.zygk-panel .same-panel.sc-info-panel .info-box .box {
  padding: 10px;
  background-image: url('../images/content-bg.webp');
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box;
}
.zygk-panel .same-panel.sc-info-panel .info-box .left-box {
  width: 51%;
}
.zygk-panel .same-panel.sc-info-panel .info-box .left-box .box {
  height: 264px;
}
.zygk-panel .same-panel.sc-info-panel .info-box .left-box .box .pic {
  width: 60%;
}
.zygk-panel .same-panel.sc-info-panel .info-box .left-box .left-info {
  width: 38%;
  padding-right: 15px;
  margin-top: -9px;
}
.zygk-panel .same-panel.sc-info-panel .info-box .left-box .left-info .info {
  max-height: 170px;
}
.zygk-panel .same-panel.sc-info-panel .info-box .right-box {
  width: 48%;
  position: relative;
  margin-top: 10px;
}
.zygk-panel .same-panel.sc-info-panel .info-box .right-box .left-info {
  width: 320px;
  position: absolute;
  top: 30px;
  left: 20px;
  padding-right: 15px;
}
.zygk-panel .same-panel.sc-info-panel .info-box .right-box .box {
  padding: 20px;
}
.zygk-panel .same-panel.sc-info-panel .info-box .right-box .pic {
  width: 100%;
  margin: 0 auto;
}
.zygk-panel .same-panel.ts-info-panel .box {
  padding: 20px;
  background-image: url('../images/content-bg.webp');
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box;
  margin: 15px;
}
.zygk-panel .same-panel.ts-info-panel .left-pic {
  width: 27.5%;
}
.zygk-panel .same-panel.ts-info-panel .left-box {
  width: 23%;
}
.zygk-panel .same-panel.ts-info-panel .left-box .left-info {
  padding-right: 15px;
}
.zygk-panel .same-panel.ts-info-panel .left-box .left-info .info {
  max-height: 100px;
}
.zygk-panel .same-panel.ts-info-panel .left-box .bottom-pic {
  width: 100%;
  height: 100%;
  margin-top: 5px;
}
.zygk-panel .same-panel.ts-info-panel .right-pic {
  width: 48%;
  height: 99%;
}
.zygk-panel .ts-first-panel .right-pic {
  width: 18%;
  margin-left: 10%;
}
.zygk-panel .dsj-panel .spe-swiper {
  height: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  padding-right: 50px;
}
.zygk-panel .dsj-panel .spe-swiper .swiper-slide {
  overflow: hidden;
  width: auto;
}
.zygk-panel .dsj-panel .spe-swiper .swiper-slide img {
  max-width: initial;
  max-height: 98%;
}
.zygk-panel .same-panel.info-page {
  height: 68vh;
  padding: 2vh 3vw;
  margin-top: 0;
}
.zygk-panel .sz-content .left-nav {
  padding-left: 2vw;
}
.zygk-panel .sz-content .left-nav .item {
  width: 180px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.zygk-panel .sz-content .left-nav .item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 244, 250);
  opacity: 0;
}
.zygk-panel .sz-content .left-nav .item .active {
  display: none;
}
.zygk-panel .sz-content .left-nav .item.on .default,
.zygk-panel .sz-content .left-nav .item:hover .default {
  display: none;
}
.zygk-panel .sz-content .left-nav .item.on .active,
.zygk-panel .sz-content .left-nav .item:hover .active {
  display: block;
}
.zygk-panel .sz-content .left-nav .item.on::after,
.zygk-panel .sz-content .left-nav .item:hover::after {
  opacity: 1;
}
.zygk-panel .sz-content .left-nav .item:not(:last-child) {
  margin-bottom: 45px;
}
.zygk-panel .sz-content .right-pic {
  width: 80%;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.zygk-panel .sz-content .right-pic .pic {
  display: none;
  height: 100%;
}
.zygk-panel .sz-content .right-pic .pic.on {
  display: block;
}
.zygk-panel .sz-content .right-pic .desc-box {
  height: 100%;
}
.zygk-panel .sz-content .right-pic .desc-box .left-box {
  width: 45%;
}
.zygk-panel .sz-content .right-pic .desc-box .left-box .row {
  margin-bottom: 15px;
}
.zygk-panel .sz-content .right-pic .desc-box .left-box .row:last-child {
  margin-bottom: 0;
}
.zygk-panel .sz-content .right-pic .desc-box .left-box .row .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.zygk-panel .sz-content .right-pic .desc-box .left-box .row .title::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.zygk-panel .sz-content .right-pic .desc-box .left-box .row .text-node {
  font-size: 16px;
}
.zygk-panel .sz-content .right-pic .desc-box .right-box {
  width: 53%;
  height: 100%;
}
.zygk-panel .sz-content .right-pic .desc-box .right-box .top-pic {
  height: 60%;
}
.zygk-panel .sz-content .right-pic .desc-box .right-box .bottom-pic {
  height: 38.4%;
}
.zygk-panel .sz-content .right-pic .desc-box .right-box .bottom-pic .pic-box {
  width: 49.2%;
  height: 100%;
}
.zygk-panel .swiper-horizontal > .swiper-scrollbar {
  width: 90%;
  height: 16px;
  background-image: url(../images/scroll-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.zygk-panel .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: transparent;
  border-radius: 0;
  background-image: url(../images/scroll-btn.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zygk-panel .zdqy-slide .page-panel,
.zygk-panel .qyyl-slide .page-panel {
  padding: 30px 30px 20px;
  margin: 5px auto 0;
  height: 72vh;
}
.zygk-panel .zdqy-slide .content-page,
.zygk-panel .qyyl-slide .content-page {
  width: 100%;
  height: 76vh;
  padding: 60px 60px 40px;
}
.zygk-panel .zdqy-slide .top-box,
.zygk-panel .qyyl-slide .top-box {
  width: 100%;
  margin: -50px auto 0;
  height: 35px;
}
.zygk-panel .zdqy-slide .top-box a,
.zygk-panel .qyyl-slide .top-box a {
  height: 35px;
}
.zygk-panel .zdqy-slide .top-box a img,
.zygk-panel .qyyl-slide .top-box a img {
  height: 100%;
}
.zygk-panel .zdqy-slide .top-box .left-links a,
.zygk-panel .qyyl-slide .top-box .left-links a {
  margin-right: 10px;
}
.zygk-panel .zdqy-slide .top-box .left-links a.disabled,
.zygk-panel .qyyl-slide .top-box .left-links a.disabled {
  display: none;
}
.zygk-panel .zdqy-slide .top-box .pagenation span,
.zygk-panel .qyyl-slide .top-box .pagenation span {
  margin-left: 10px;
}
.zygk-panel .zdqy-slide .spe-box,
.zygk-panel .qyyl-slide .spe-box {
  height: 98%;
  padding-top: 15px;
  box-sizing: border-box;
}
.zygk-panel .zdqy-slide .spe-box .ul,
.zygk-panel .qyyl-slide .spe-box .ul {
  height: 100%;
}
.zygk-panel .zdqy-slide .spe-box li,
.zygk-panel .qyyl-slide .spe-box li {
  width: 100%;
  height: 100%;
}
.zygk-panel .zdqy-slide .spe-box li .big-info-box,
.zygk-panel .qyyl-slide .spe-box li .big-info-box {
  width: 100%;
  height: 100%;
}
.zygk-panel .zdqy-slide .spe-box li .info-line-box,
.zygk-panel .qyyl-slide .spe-box li .info-line-box {
  padding: 30px 40px;
}
.zygk-panel .pdf-page {
  margin: 30px auto 0;
}
.zygk-panel .pdf-page .news-lists {
  margin-top: 30px;
}
.zygk-panel .pdf-page .news-lists .tit {
  color: #00f4fc;
}
.zygk-panel .pdf-page .news-lists .box {
  line-height: 2;
  margin-top: 20px;
}
.zygk-panel .pdf-page .news-lists .box a {
  padding-left: 30px;
  position: relative;
}
.zygk-panel .pdf-page .news-lists .box a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url('../images/list-icon.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zygk-panel .pdf-page .news-lists .box.spe-box a {
  width: 48%;
}
.zygk-panel .pdf-page .news-lists .box.spe-box a.W100 {
  width: 100%;
}
.zygk-panel .pdf-page .news-lists .box.spe-box2 {
  position: relative;
}
.zygk-panel .pdf-page .news-lists .box.spe-box2 a:last-child {
  position: absolute;
  top: 0;
  left: 50%;
}
.zygk-panel .pdf-page .same-panel {
  height: 100%;
  margin-top: 0;
}
.zygk-panel .lypz-content .left-nav {
  width: 200px;
  padding-left: 0;
  position: relative;
}
.zygk-panel .lypz-content .left-nav::after {
  content: '';
  position: absolute;
  top: 0;
  right: -220px;
  width: 6px;
  height: 100%;
  background-image: url('../images/fl-lie.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zygk-panel .lypz-content .left-nav .top-tit {
  width: 180px;
  height: 40px;
  margin-bottom: 30px;
}
.zygk-panel .lypz-content .left-nav .item {
  position: relative;
}
.zygk-panel .lypz-content .left-nav .item .two-nav {
  position: absolute;
  top: -200px;
  left: 80%;
  min-width: 350px;
  height: 100%;
  line-height: 2;
  padding-left: 30px;
  display: none;
  transform: scale(0.8);
  z-index: 99;
}
.zygk-panel .lypz-content .left-nav .item .two-nav li {
  height: 30px;
}
.zygk-panel .lypz-content .left-nav .item .two-nav li a {
  padding: 0 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zygk-panel .lypz-content .left-nav .item .two-nav li a:hover {
  background-image: url('../images/fl-bg.webp');
}
.zygk-panel .lypz-content .left-nav .item .two-nav.spe-nav li {
  width: 38%;
}
.zygk-panel .lypz-content .left-nav .item.on .two-nav {
  display: block;
}
.zygk-panel .lypz-content .left-nav .item.first-item .two-nav {
  top: -150px;
}
.zygk-panel .lypz-content .left-nav .item:last-child .two-nav {
  top: -200px;
}
.zygk-panel .lypz-content .left-nav .item.spe-item .two-nav {
  top: -120px;
}
.zygk-panel .lypz-content .left-nav.pt50 {
  padding-top: 50px;
}
.zygk-panel .lypz-content .left-nav.spe-left-nav .item:not(:last-child) {
  margin-bottom: 25px;
}
.zygk-panel .lypz-content .left-nav.spe-left-nav .item .two-nav {
  top: 5px;
}
.zygk-panel .lypz-content .right-pic {
  width: 70%;
  overflow: hidden;
}
.zygk-panel .lypz-content .right-pic .pic {
  width: 100%;
}
.zygk-panel .lypz-content .right-pic .pic .spe-swiper {
  width: 100%;
  padding: 6vh 10vh;
  background-image: none;
}
.zygk-panel .lypz-content .right-pic .pic .spe-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.zygk-panel .lypz-content .right-pic .pic .spe-swiper .swiper-slide img {
  width: 55%;
  max-height: 100%;
}
.zygk-panel .jdyq-btn {
  position: absolute;
  top: 67px;
  right: 42px;
  width: 350px;
}
.zygk-panel .xxh-slide .spe-link-btn {
  position: absolute;
  top: 108px;
  right: 60px;
}
.zygk-panel .xxh-slide .spe-link-btn .left-links img {
  height: 40px;
}
.zygk-panel .xxh-slide .page-panel {
  padding: 5vh 0 30px;
  margin: 11vh auto 0;
  height: 90vh;
  box-sizing: border-box;
}
.zygk-panel .spe-line-box {
  padding: 30px;
  border: 1px solid #048bff;
  margin: 0 10px;
}
.zygk-panel .banpanel .left-box {
  width: 38%;
}
.zygk-panel .banpanel .left-box .pic {
  height: 68.5%;
}
.zygk-panel .banpanel .right-box {
  width: 60%;
  height: 100%;
}
.zygk-panel .szky .left-box {
  width: 26%;
}
.zygk-panel .szky .left-box .pic {
  height: 39%;
}
.zygk-panel .szky .left-box .mypic {
  height: 59%;
}
.zygk-panel .szky .right-box {
  width: 72.8%;
  height: 100%;
}
.zygk-panel .lyjdyq {
  height: 92%;
  margin-top: 15px;
}
.zygk-panel .lyjdyq .info {
  width: 32%;
}
.zygk-panel .lyjdyq .info .line-box {
  position: relative;
}
.zygk-panel .lyjdyq .info .line-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 20px;
  background-color: #0097fb;
}
.zygk-panel .lyjdyq .info .line-box:not(:last-child) {
  margin-bottom: 20px;
}
.zygk-panel .lyjdyq .pic {
  width: 32%;
  height: 49%;
}
.zygk-panel .gh-content-box {
  height: 100%;
}
.zygk-panel .gh-content-box .left-box {
  width: 22%;
}
.zygk-panel .gh-content-box .right-box {
  width: 76%;
  height: 100%;
}
.zygk-panel .gh-content-box .right-box.w77 {
  width: 77%;
}
.zygk-panel .gh-content-box .right-box a,
.zygk-panel .gh-content-box .right-box .pic {
  height: 100%;
}
.zygk-panel .gh-content-box .right-box .top-pic {
  height: 38%;
}
.zygk-panel .gh-content-box .right-box .top-pic a {
  width: 100%;
}
.zygk-panel .gh-content-box .right-box .top-pic .pic {
  width: 33%;
}
.zygk-panel .gh-content-box .right-box .bottom-pic {
  height: 61%;
}
.zygk-panel .gh-content-box .right-box .bottom-pic .pic:first-child {
  width: 60%;
}
.zygk-panel .gh-content-box .right-box .bottom-pic .pic:last-child {
  width: 39.5%;
}
.zygk-panel .qycontent-panel .left-box {
  width: 23%;
}
.zygk-panel .xy-content-box {
  height: 100%;
}
.zygk-panel .xy-content-box .left-box {
  width: 31%;
}
.zygk-panel .xy-content-box .left-box .text-node {
  line-height: 1.3;
}
.zygk-panel .xy-content-box .left-box .bottom-box {
  height: 43%;
}
.zygk-panel .xy-content-box .left-box .bottom-pic {
  height: 52.5%;
}
.zygk-panel .xy-content-box .right-box {
  width: 68%;
}
.zygk-panel .jkjy .left-box {
  width: 35%;
}
.zygk-panel .jkjy .left-box .bottom-pic {
  height: 50.5%;
}
.zygk-panel .jkjy .left-box .h67 {
  height: 67%;
}
.zygk-panel .jkjy .right-box {
  width: 64%;
}
.zygk-panel .sc-content-box {
  height: 100%;
}
.zygk-panel .sc-content-box .left-box {
  width: 23%;
}
.zygk-panel .sc-content-box .right-box {
  width: 76%;
  height: 100%;
}
.zygk-panel .qx-content-box {
  height: 100%;
}
.zygk-panel .qx-content-box .left-box {
  width: 30%;
}
.zygk-panel .qx-content-box .left-box .bottom-box {
  height: 57%;
}
.zygk-panel .qx-content-box .left-box .sndfpic {
  height: 35.6%;
}
.zygk-panel .qx-content-box .left-box .tyzypic {
  height: 42%;
}
.zygk-panel .qx-content-box .right-box {
  width: 69%;
  height: 100%;
}
.zygk-panel .zyzy-box .top-title-pic {
  height: 18px;
}
.zygk-panel .zyzy-box .top-title-pic img {
  height: 100%;
}
.zygk-panel .zyzy-box .xjjy {
  height: calc(100% - 38px);
}
.zygk-panel .zyzy-box .xjjy .left-box {
  width: 35%;
}
.zygk-panel .zyzy-box .xjjy .left-box .bottom-box {
  height: 76%;
}
.zygk-panel .zyzy-box .xjjy .right-box {
  width: 64%;
  height: 100%;
}
.zygk-panel .zyzy-box .tfry .left-box {
  width: 32%;
}
.zygk-panel .zyzy-box .tfry .left-box .bottom-box {
  height: 60.5%;
}
.zygk-panel .zyzy-box .tfry .right-box {
  width: 67%;
}
.zygk-panel .zyzy-box .pwn .left-box {
  width: 38%;
}
.zygk-panel .zyzy-box .pwn .left-box .bottom-box {
  height: 60.5%;
}
.zygk-panel .zyzy-box .pwn .right-box {
  width: 61%;
}
.zygk-panel .zyzy-box .pwhj .left-box {
  width: 38%;
}
.zygk-panel .zyzy-box .pwhj .left-box .bottom-box {
  height: 43.5%;
}
.zygk-panel .zyzy-box .pwhj .left-box .bottom-box > div {
  height: 100%;
}
.zygk-panel .zyzy-box .pwhj .left-box .bottom-box .left {
  width: 60%;
}
.zygk-panel .zyzy-box .pwhj .left-box .bottom-box .right {
  width: 39%;
}
.zygk-panel .zyzy-box .bcyzc .left-box {
  width: 40%;
}
.zygk-panel .zyzy-box .bcyzc .left-box .bottom-box {
  height: 73%;
}
.zygk-panel .zyzy-box .bcyzc .right-box {
  width: 59%;
}
.zygk-panel .zyzy-box .bcbsy .left-box {
  width: 28%;
}
.zygk-panel .zyzy-box .bcbsy .left-box .bottom-box {
  height: 48%;
}
.zygk-panel .zyzy-box .bcbsy .left-box .pwn-video {
  height: 37.5%;
}
.zygk-panel .zyzy-box .bcbsy .right-box {
  width: 71%;
}
.zygk-panel .zyzy-box .jyfz .left-box {
  width: 54%;
}
.zygk-panel .zyzy-box .jyfz .right-box {
  width: 45%;
}
.zygk-panel .zyzy-box .jyfz .right-box .text-node {
  text-indent: 0;
  font-size: 12px;
  line-height: 1.4;
}
.zygk-panel .zyzy-box .jyfz .right-box .text-node span {
  font-weight: 700;
  font-size: 16px;
}
.zygk-panel .zyzy-box .jyfz .right-box .bottom-box {
  height: 38.5%;
}
.zygk-panel .zyzy-box .pcmd .left-box {
  width: 45%;
}
.zygk-panel .zyzy-box .pcmd .left-box .bottom-box {
  height: 60.5%;
}
.zygk-panel .zyzy-box .pcmd .left-box .pwxlpic {
  height: 55.5%;
}
.zygk-panel .zyzy-box .pcmd .right-box {
  width: 54%;
}
.zygk-panel .zzzy-box .yzc {
  height: 100%;
}
.zygk-panel .zzzy-box .yzc .left-box {
  width: 42%;
}
.zygk-panel .zzzy-box .yzc .left-box .bottom-box {
  height: 51%;
}
.zygk-panel .zzzy-box .yzc .left-box .pwcpic {
  height: 53%;
}
.zygk-panel .zzzy-box .yzc .left-box .yzcpic {
  height: 46.5%;
}
.zygk-panel .zzzy-box .yzc .left-box .spe-bottom-box {
  height: 68%;
}
.zygk-panel .zzzy-box .yzc .left-box .spe-bottom-box .pic:first-child {
  height: 69%;
}
.zygk-panel .zzzy-box .yzc .left-box .spe-bottom-box .pic:nth-child(2) {
  height: 30%;
}
.zygk-panel .zzzy-box .yzc .right-box {
  width: 57%;
}
.zygk-panel .zzzy-box .yzc .wall-bottom-box {
  height: 76%;
}
.zygk-panel .zzzy-box .yzc.zfny .left-box .bottom-box {
  height: 48.5%;
}
.zygk-panel .zzzy-box .bcbsy .left-box {
  width: 38%;
}
.zygk-panel .zzzy-box .bcbsy .left-box .bottom-box {
  height: 67%;
}
.zygk-panel .zzzy-box .bcbsy .right-box {
  width: 61%;
}
.zygk-panel .zzzy-box .pwn .left-box {
  width: 62%;
}
.zygk-panel .zzzy-box .pwn .left-box .bottom-box {
  height: 67%;
}
.zygk-panel .zzzy-box .pwn .right-box {
  width: 34%;
}
.zygk-panel .zzzy-box .pwhj .left-box {
  width: 30%;
}
.zygk-panel .zzzy-box .pwhj .left-box .bottom-box {
  height: 62%;
}
.zygk-panel .zzzy-box .pwhj .right-box {
  width: 69%;
}
.zygk-panel .zzzy-box .zjsc .left-box {
  width: 32%;
}
.zygk-panel .zzzy-box .zjsc .left-box .pwhjpic {
  height: 61.5%;
}
.zygk-panel .zzzy-box .zjsc .right-box {
  width: 67%;
}
.zygk-panel .zzzy-box .lfy .left-box {
  width: 70%;
}
.zygk-panel .zzzy-box .lfy .left-box .bottom-box {
  height: 48%;
}
.zygk-panel .zzzy-box .lfy .left-box .top {
  height: 51%;
}
.zygk-panel .zzzy-box .lfy .left-box .top .info-box {
  width: 53%;
}
.zygk-panel .zzzy-box .lfy .left-box .top .info-box .text-node {
  line-height: 1.6;
}
.zygk-panel .zzzy-box .lfy .left-box .top .pic-box {
  width: 46%;
  height: 100%;
}
.zygk-panel .zzzy-box .lfy .right-box {
  width: 29%;
}
.zygk-panel .zzzy-box .fjsp .left-box {
  width: 34%;
}
.zygk-panel .zzzy-box .fjsp .left-box .bottom-box {
  height: 44%;
}
.zygk-panel .zzzy-box .fjsp .left-box .ytjqnm {
  height: 38.5%;
}
.zygk-panel .zzzy-box .fjsp .left-box .ytdhqypic {
  height: 48%;
}
.zygk-panel .zzzy-box .fjsp .right-box {
  width: 65%;
}
.zygk-panel .zzzy-box .ytsc .left-box {
  width: 23%;
}
.zygk-panel .zzzy-box .ytsc .right-box {
  width: 76%;
}
.zygk-panel .zzzy-box .slyy .left-box .bottom-box {
  height: 63%;
}
.zygk-panel .zzzy-box .myjy .left-box {
  width: 45%;
}
.zygk-panel .zzzy-box .myjy .left-box .bottom-box {
  height: 51%;
}
.zygk-panel .zzzy-box .myjy .right-box {
  width: 54%;
}
.spe-text-node .text-node {
  line-height: 1.45;
}
.lh45 {
  line-height: 1.45;
}
.same-info-panel .content-box {
  height: 70vh;
}
.same-info-panel .content-box.one {
  margin-top: 50px;
}
.same-info-panel .info-page {
  height: 78vh;
  padding: 4vh 3vw;
  position: relative;
  box-sizing: border-box;
}
.same-info-panel .info-page .content-box {
  height: 96%;
}
.ky-panel .panel1 .right-info ul li a {
  margin-top: 12px;
}
.ky-panel .info-page .info-box {
  position: absolute;
  top: 17%;
  left: 8%;
  width: 350px;
  height: 40%;
}
.ky-panel .info-page .info-box .left-info {
  padding-right: 15px;
}
.ky-panel .info-page .info-box .info {
  max-height: 100px;
}
.ky-panel .info-page .info-box.info-box1 {
  top: 23%;
  left: 5%;
  width: 500px;
}
.ky-panel .info-page .info-box.info-box1 .left-info {
  padding-right: 25px;
}
.ky-panel .info-page .info-box.info-box1 .info {
  max-height: 130px;
}
.ky-panel .info-page .info-box.info-box2 {
  top: 20%;
  left: 11%;
}
.ky-panel .info-page .info-box.info-box2 .info {
  max-height: 80px;
}
.ky-panel .info-page .info-box.info-box4 {
  top: 18%;
  left: 4%;
  width: 400px;
}
.ky-panel .info-page .info-box.info-box4 .left-info {
  padding-right: 20px;
}
.ky-panel .info-page .info-box.info-box6 {
  top: 15%;
}
.ky-panel .info-page .info-box.info-box6 .info {
  max-height: 100px;
}
.ky-panel .info-page .info-box.info-box7 {
  top: 15%;
}
.ky-panel .info-page .info-box.info-box8 {
  top: 18%;
  left: auto;
  right: 10%;
}
.ky-panel .info-page .info-box.info-box8 .info {
  max-height: 100px;
}
.ky-panel .info-page .info-box.info-box9 {
  top: 22%;
  left: 4%;
  width: 220px;
}
.ky-panel .info-page .info-box.info-box9 .info {
  max-height: 80px;
}
.ky-panel .panel11 .content-box .left-box {
  width: 24%;
}
.ky-panel .panel11 .content-box .left-box .left-info {
  padding-right: 20px;
}
.ky-panel .panel11 .content-box .left-box .left-item img {
  width: 60%;
  margin: 10px 0;
}
.ky-panel .panel11 .content-box .left-box .bottom-pic {
  height: 190px;
  margin-top: 15px;
  position: relative;
}
.ky-panel .panel11 .content-box .left-box .bottom-pic .info-box {
  position: absolute;
  top: auto;
  bottom: -15px;
  left: 5%;
  width: 180px;
  height: 20%;
}
.ky-panel .panel11 .content-box .left-box .bottom-pic .info-box .left-info {
  padding-right: 10px;
}
.ky-panel .panel11 .content-box .left-box .bottom-pic .info-box .info {
  max-height: 50px;
}
.ky-panel .panel11 .content-box .right-pic {
  width: 75%;
}
.ky-panel .panel11 .content-box .right-pic img {
  display: block;
  width: 100%;
  height: 96%;
}
@media (max-width: 1000px) {
  .ky-panel .panel11 .content-box .left-box .left-info {
    margin-bottom: 10px;
  }
  .ky-panel .panel11 .content-box .right-pic .top-item {
    height: 115px;
  }
  .ky-panel .panel11 .content-box .right-pic .bottom-pic {
    margin-top: 10px;
  }
}
.ky-panel .panel1 {
  padding: 4vh 2% 0 0;
}
.ky-panel .panel1 .info-box {
  width: 100%;
  height: 100%;
}
.ky-panel .panel1 .info-box .ul {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.ky-panel .panel1 .info-box .ul li {
  height: 100%;
  text-align: center;
  line-height: 2;
  position: absolute;
}
.ky-panel .panel1 .info-box .ul li .icon-box {
  width: 100px;
}
.ky-panel .panel1 .info-box .ul li .icon-box img {
  width: 55px;
  padding-right: 14px;
  box-sizing: border-box;
  margin: 0 auto;
  opacity: 0;
}
.ky-panel .panel1 .info-box .ul li .icon-box .active {
  display: none;
  width: 40px;
}
.ky-panel .panel1 .info-box .ul li a {
  font-size: 12px;
  height: 30px;
  padding: 0 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ky-panel .panel1 .info-box .ul li a:hover {
  background-image: url('../images/fl-bg.webp');
}
.ky-panel .panel1 .info-box .ul li .title {
  display: inline-block;
  min-width: 120px;
  height: 35px;
  background-image: url('../pictures/pic3.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  color: #00f4fc;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
}
.ky-panel .panel1 .info-box .ul li .title::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid rgba(0, 244, 250);
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(1) {
  top: 16%;
  left: 4%;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(2) {
  top: 24%;
  left: 18%;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(2) .icon-box .active {
  padding-top: 5px;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(3) {
  width: 500px;
  top: 0;
  left: 34%;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(3) .two-nav {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(3) .two-nav .title {
  padding: 0 10px 30px;
  margin-bottom: 30px;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(3) .two-nav .title::after {
  top: auto;
  bottom: -20px;
  border-top: 8px solid rgba(0, 244, 250);
  border-bottom: none;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(4) {
  z-index: 8;
  top: 0.5%;
  left: 64%;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(4) .icon-box .active {
  padding-top: 5px;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(5) {
  width: 400px;
  width: 350px;
  top: 34%;
  left: 79%;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(5) .icon-box .active {
  padding-top: 8px;
}
.ky-panel .panel1 .info-box .ul li:nth-of-type(5) .icon-box {
  margin: 0 0 0 424px;
}
.ky-panel .panel1 .info-box .ul li .two-nav {
  opacity: 0;
  margin: 0 auto;
}
.ky-panel .panel1 .info-box .ul li:hover {
  z-index: 8;
}
.ky-panel .panel1 .info-box .ul li:hover .two-nav {
  opacity: 1;
}
.ky-panel .panel1 .info-box .ul li:hover .icon-box .active {
  display: block;
}
.ky-panel .panel1 .info-box .ul li:hover .icon-box .default {
  display: none;
}
.ky-panel .kycontent-page {
  margin-top: 13vh;
  height: 74vh;
}
.ky-panel .kycontent-page .ky-top-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: -23px;
  z-index: 99;
  padding-right: 6%;
  box-sizing: border-box;
}
.ky-panel .kycontent-page .ky-top-box a {
  height: 35px;
  margin-left: 15px;
}
.ky-panel .kycontent-page .ky-top-box a img {
  height: 100%;
}
.ky-panel .kycontent-page .ky-top-box a.disabled {
  display: none;
}
.ky-panel .kycontent-page .content-box {
  padding-top: 10vh;
}
.zyfw-panel .panel1 .links-box {
  width: 80%;
  height: 600px;
  position: relative;
  margin: 0 auto;
  z-index: 99;
}
.zyfw-panel .panel1 .links-box .ul li {
  position: absolute;
  top: 60px;
  left: 18%;
  padding-top: 30px;
}
.zyfw-panel .panel1 .links-box .ul li > a {
  width: 200px;
  position: relative;
  z-index: -1;
}
.zyfw-panel .panel1 .links-box .ul li .info-box {
  position: absolute;
  top: -20px;
  left: 50%;
  display: none;
  width: 350px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 199;
}
.zyfw-panel .panel1 .links-box .ul li .info-box a {
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  line-height: normal;
  padding: 5px 20px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zyfw-panel .panel1 .links-box .ul li .info-box a:hover {
  background-image: url('../images/fl-bg.webp');
}
.zyfw-panel .panel1 .links-box .ul li .info-box.spe-info-box {
  width: 400px;
}
.zyfw-panel .panel1 .links-box .ul li .info-box.spe-info-box a {
  margin-top: 30px;
}
.zyfw-panel .panel1 .links-box .ul li .info-box.pdf-box {
  min-width: 800px;
  background-color: #fff;
  border: 8px solid #003f66;
  padding: 20px 0px;
  color: #000;
  text-align: left;
  top: auto;
  bottom: -40px;
}
.zyfw-panel .panel1 .links-box .ul li .info-box.pdf-box a {
  font-size: 12px;
  font-weight: normal;
  height: auto;
  transform: scale(0.9);
}
.zyfw-panel .panel1 .links-box .ul li .info-box.web-box {
  text-align: left;
  left: auto;
  right: -240%;
  top: -150px;
}
.zyfw-panel .panel1 .links-box .ul li .info-box.web-box a {
  font-size: 16px;
  height: auto;
  transform: scale(0.9);
}
.zyfw-panel .panel1 .links-box .ul li:hover .info-box {
  display: block;
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(2) {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(3),
.zyfw-panel .panel1 .links-box .ul li:nth-child(5) {
  left: auto;
  right: 17%;
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(4) {
  left: auto;
  right: -9%;
  top: 38%;
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(5) {
  top: auto;
  bottom: -20px;
  right: 17%;
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(5) .info-box {
  width: 400px;
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(6) {
  top: auto;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(6) .info-box {
  top: -50px;
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(7) {
  top: auto;
  bottom: -20px;
  left: 18%;
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(7) .info-box {
  top: -50px;
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(8) {
  top: 38%;
  left: -3%;
}
.zyfw-panel .panel1 .links-box .ul li:nth-child(8) .info-box {
  top: -140px;
}
.zyfw-panel .panel1 .map-box {
  width: 60%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
}
.zyfw-panel .panel1 .map-box .map {
  width: 40%;
  display: block;
  margin: -100px auto 0;
}
.zyfw-panel .panel1 .map-box .bg {
  height: 350px;
  animation: none;
}
.zyfw-panel .content-box {
  padding: 0 2vw;
  height: 64vh;
}
.zyfw-panel .panel2 .content-box {
  margin-top: 5vh;
  height: 55vh;
}
.zyfw-panel .panel3 .content-box {
  margin-top: 5vh;
  height: 55vh;
}
.zyfw-panel .panel3 .content-box .ul {
  margin-bottom: -50px;
}
.zyfw-panel .panel3 .content-box .ul li {
  width: 33.33%;
  margin-bottom: 80px;
}
.zyfw-panel .panel3 .content-box .ul li a {
  width: 280px;
  margin: 0 auto;
}
.zyqy-panel .nav li:not(:last-child)::after {
  display: none;
}
.zyqy-panel .top-pic-title {
  width: 150px;
  height: 30px;
}
.zyqy-panel .page-panel {
  height: 76vh;
}
.zyqy-panel .page-panel .top-box {
  margin: -17px auto 0;
}
.zyqy-panel .page-panel .content-box {
  margin-top: 50px;
  background-image: none;
  padding: 0;
}
.zyqy-panel .xm-panel1 {
  padding-top: 10vh;
}
.zyqy-panel .xm-panel1 .info-box.info-box4 {
  top: 26%;
  left: 5%;
}
.zyqy-panel .content-page {
  background-image: url(../images/info-bg3.webp);
}
.zyqy-panel .sc-panel {
  padding-top: 6vh;
}
.zyqy-panel .sc-panel.content-page {
  height: 82vh;
}
.zyqy-panel .sc-panel.content-page .content-box {
  height: 76vh;
}
.zyqy-panel .sc-panel .desc-box {
  height: 100%;
  margin-top: 10px;
}
.zyqy-panel .panel5 .content-box .middle-pic,
.zyqy-panel .panel5 .content-box .right-pic {
  height: 95.5%;
}
.zyqy-panel .panel5 .content-box .left-box .bottom-pic .middle-img {
  height: 102%;
}
.zyqy-panel .panel6 .content-box .bottom-pic {
  height: 64%;
}
.zyqy-panel .panel6 .content-box .right-pic {
  height: 95%;
}
.zyqy-panel .spe-one-swiper {
  overflow: visible;
  height: 82vh;
}
.zyqy-panel .panel1 .info-box {
  width: 100%;
}
.zyqy-panel .panel1 .info-box .spe-ul {
  width: 65%;
  height: 100%;
  margin: 0 auto;
}
.zyqy-panel .panel1 .info-box .spe-ul li {
  position: relative;
  width: 260px;
}
.zyqy-panel .panel1 .info-box .spe-ul li > a {
  position: relative;
}
.zyqy-panel .panel1 .info-box .spe-ul li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid rgba(0, 244, 250);
  border-left: none;
  opacity: 0;
}
.zyqy-panel .panel1 .info-box .spe-ul li > a img {
  width: 260px;
}
.zyqy-panel .panel1 .info-box .spe-ul li .two-nav {
  position: absolute;
  top: 50%;
  left: -130%;
  transform: translateY(-50%);
  line-height: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../images/info-bg7.webp');
  padding: 30px 10px;
  text-align: center;
  z-index: 9;
  max-height: 428px;
  overflow-y: auto;
  display: none;
}
.zyqy-panel .panel1 .info-box .spe-ul li .two-nav a {
  height: 30px;
  padding: 0 20px;
  font-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zyqy-panel .panel1 .info-box .spe-ul li .two-nav a:hover {
  background-image: url('../images/fl-bg.webp');
}
.zyqy-panel .panel1 .info-box .spe-ul li.on > a::after {
  opacity: 1;
}
.zyqy-panel .panel1 .info-box .spe-ul li.on > a img {
  width: 260px;
}
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(2) > a,
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(3) > a,
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(4) > a {
  position: relative;
}
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(2) > a::after,
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(3) > a::after,
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(4) > a::after {
  right: -20px;
  left: auto;
  border-left: 10px solid rgba(0, 244, 250);
  border-right: none;
}
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(2) .two-nav,
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(3) .two-nav,
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(4) .two-nav {
  left: auto;
  right: -135%;
}
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(3) .two-nav {
  left: auto;
  right: -130%;
}
.zyqy-panel .panel1 .info-box .spe-ul li:nth-child(4) .two-nav {
  left: auto;
  right: -130%;
}
.zyqy-panel .nav {
  padding: 0 15%;
  bottom: -5px;
}
.zyqy-panel .nav::after {
  display: none;
}
.new-zyqy-panel .zdqy-slide .page-panel {
  height: 76vh;
}
.new-zyqy-panel .zdqy-slide .page-panel .content-box {
  height: 100%;
  margin-top: 0;
}
.new-zyqy-panel .zdqy-slide .page-panel .content-box .spe-box {
  height: 100%;
}
.new-zyqy-panel .zdqy-slide .page-panel .content-box .same-pic-panel {
  height: 100%;
}
.new-zyqy-panel .zdqy-slide .page-panel .content-box .same-pic-panel .content-bg {
  height: 100%;
}
.new-zyqy-panel .zdqy-slide .page-panel .newqy-content-page {
  padding: 0 60px 50px;
  height: calc(100% - 2vh);
  margin: 2vh auto 0;
  background-image: url(../images/info-bg3.webp);
}
.new-zyqy-panel .zdqy-slide .page-panel .newqy-content-page .spe-box {
  padding-top: 10vh;
}
.new-zyqy-panel .zdqy-slide .page-panel .newqy-content-page .qy-top-box {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.imgViewDom {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url('../images/bg2.webp');
  width: 100%;
  height: 100%;
  z-index: 999;
}
.imgViewDom .bigWrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.imgViewDom .bigWrapper .bigImg {
  width: 100%;
}
.imgViewDom .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1000;
  padding: 5px;
  background-color: #ccc;
  border-radius: 50%;
}
.video-content {
  position: relative;
  z-index: 999;
}
.video-content .video-pop {
  width: 400px;
  height: 200px;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 99;
}
.video-content .video-pop a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-content .video-pop.video-pop2 {
  top: 10%;
  left: 38%;
}
.video-content .video-pop.video-pop3 {
  top: 6%;
  left: 28%;
  width: 500px;
  height: 300px;
}
.video-content .video-pop.video-pop4 {
  left: 27%;
}
.video-content .video-pop.video-pop5 {
  width: 600px;
}
.video-content .video-pop.right-video-pop {
  right: 0;
  height: 100%;
  top: 1%;
  left: auto;
}
.video-content .video-pop.left-video-pop {
  width: 500px;
  height: 300px;
  top: 40%;
  left: 0;
}
.video-content .video-pop.left-bottom-video-pop {
  width: 500px;
  height: 300px;
  top: auto;
  left: 0;
  bottom: 0;
}
.video-content .video-pop.left-bottom-video-pop.top {
  top: 0;
  bottom: auto;
}
.video-content .video-pop.left-bottom-video-pop.left30 {
  left: 30%;
}
.video-content .video-pop.video-pop6 {
  width: 500px;
  height: 300px;
  top: auto;
  left: 40%;
  bottom: 0;
}
.video-content .video-pop.video-pop6.video-pop6-1 {
  left: 45%;
}
.video-content .video-pop.video-pop7 {
  top: 25%;
  left: 37%;
}
.video-content .video-pop.video-pop8 {
  width: 600px;
  height: 400px;
  bottom: 5%;
  left: 5%;
}
.video-content .video-pop.top25 {
  top: 25%;
}
.video-content .video-pop.w50 {
  width: 50%;
  height: 500px;
}
.video-content .video-pop.w60 {
  width: 60%;
}
.video-content .video-pop.pdf-pop {
  width: 100%;
  bottom: 70px;
}
.video-content .video-pop.pdf-pop > div {
  width: 12%;
}
.video-content .video-pop.pdf-pop .pdf-pop1 {
  margin-left: 4%;
}
.video-content .video-pop.pdf-pop .pdf-pop5 {
  width: 14%;
}
.video-content .video-pop.pdf-pop .pdf-pop6 {
  width: 14%;
}
.video-content .video-pop.pdf-pop .pdf-pop7 {
  width: 14%;
}
.jdyq-page .panel1 .same-ul {
  padding: 80px 0;
  box-sizing: border-box;
}
.jdyq-page .pic-swiper.on {
  overflow: visible;
  z-index: 999;
}
.jdyq-page .same-pop-content {
  position: absolute;
  top: -5%;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.jdyq-page .same-pop-content .content {
  width: 100%;
  height: 100%;
}
.jdyq-page .same-pop-content .pic {
  width: 95%;
  height: 100%;
  position: relative;
  text-align: center;
}
.jdyq-page .same-pop-content .pic > img {
  width: 100%;
  height: 113%;
}
.jdyq-page .same-pop-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.jdyq-page .zz-btn {
  position: absolute;
  bottom: -4%;
  left: 10%;
}
.jdyq-page .zz-btn .circle {
  margin: 0 15px;
}
.jdyq-page .zz-btn .circle img {
  animation: circle 10s linear infinite;
}
.jdyq-page .zz-btn img {
  height: 40px;
}
.jdyq-page .zz-btn a img {
  width: 210px;
}
.jdyq-page .zz-btn a .active {
  display: none;
}
.jdyq-page .zz-btn a.on .default,
.jdyq-page .zz-btn a:hover .default {
  display: none;
}
.jdyq-page .zz-btn a.on .active,
.jdyq-page .zz-btn a:hover .active {
  display: block;
}
.jdyq-page .zz-btn.link-btn {
  bottom: auto;
  left: auto;
  top: 140px !important;
  right: 108px !important;
}
.jdyq-page .zz-btn.link-btn img {
  width: 300px;
  height: auto;
}
.jdyq-page .jdpop-page .zz-btn {
  position: absolute;
  bottom: auto;
  left: auto;
  top: -30px;
  right: 80px;
  z-index: 899;
}
.jdyq-page .jdpop-page .zz-btn.link-btn {
  top: 130px !important;
  right: 128px !important;
}
.jdyq-page .jdpop-page .same-pop-content {
  position: absolute;
  top: -10%;
}
.jdyq-page .jdpop-page .same-pop-content .pic {
  width: 100%;
  height: 100%;
}
.jdyq-page .jdpop-page .same-pop-content .pic > img {
  width: 100%;
  height: 113%;
}
.kj-home-panel {
  display: none;
}
.home-video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #000;
}
.home-video-box .video-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
}
.xj-panel .home-content .map-box {
  width: 80%;
}
.xj-panel .home-content .map-box .map-panel {
  width: 90%;
}
.xj-panel .home-content .map-box .bg {
  width: 80%;
}
.xj-panel .big-content {
  width: 80%;
  padding-top: 10vh;
}
.xj-panel .big-content .map-box {
  max-height: 40vh;
}
.xj-panel .big-content .map-panel {
  width: 100%;
}
.xj-panel .big-content .svg {
  margin-top: -30px;
}
.xj-panel .spe-link-btn {
  position: absolute;
  top: 50px;
  right: 60px;
}
.xj-panel .spe-link-btn .left-links img {
  height: 40px;
}
.xj-panel .spe-pdf-links {
  width: 100%;
  height: 250px;
}
.xj-panel .spe-pdf-links a {
  width: 100%;
  height: 25%;
}
.xj-panel .spe-pdf-links a:first-child {
  height: 40%;
}
.xj-panel .xj-panel1 {
  padding: 11vh 20px 5vh;
}
.xj-panel .xj-panel1 .video-content,
.xj-panel .xj-panel1 .vr-content {
  display: none;
}
.xj-panel .xj-panel1 .top-panel {
  height: 48vh;
}
.xj-panel .xj-panel1 .top-panel .map-box {
  margin-top: 10vh;
}
.xj-panel .xj-panel1 .top-panel .map-panel {
  width: 100%;
}
.xj-panel .xj-panel1 .top-panel .left-pic .bottom-pic {
  height: 35%;
  margin-top: 10px;
}
.xj-panel .xj-panel1 .top-panel .same-pic .top-pic .info {
  max-height: 80px;
}
.xj-panel .xj-panel1 .top-panel .right-pic {
  position: relative;
}
.xj-panel .xj-panel1 .top-panel .right-pic .pop {
  position: absolute;
  width: 80%;
  height: 40px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.xj-panel .xj-panel1 .svg {
  display: block;
  width: 100%;
  margin: -100px auto 0;
  overflow: visible;
}
.xj-panel .xj-panel1 .svg .ft {
  position: relative;
  display: none;
}
.xj-panel .xj-panel1 .svg .ft .bottom-nav {
  width: 600px;
  height: 95%;
  background-image: url('../images/nav-bg4.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90% 100%;
  padding: 40px 20px;
  text-align: center;
  display: none;
  z-index: 990;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.xj-panel .xj-panel1 .svg .ft .bottom-nav::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #00f4fc;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.xj-panel .xj-panel1 .svg .ft .bottom-nav.min-height::after {
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 30px solid #00f4fc;
  bottom: -32px;
}
.xj-panel .xj-panel1 .svg .ft .bottom-nav li {
  height: 50px;
}
.xj-panel .xj-panel1 .svg .ft .bottom-nav li a {
  padding: 10px 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xj-panel .xj-panel1 .svg .ft .bottom-nav li a:hover {
  background-image: url('../images/fl-bg.webp');
}
.xj-panel .xj-panel1 .svg .ft .bottom-nav.on {
  display: block;
}
.xj-panel .xj-panel1 .svg .ft.show {
  display: block;
}
.xj-panel .xj-panel1 .svg-nav-box {
  position: absolute;
  width: 100%;
  height: 500px;
  left: 0;
  bottom: 10%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav {
  width: 300px;
  position: absolute;
  bottom: 20%;
  left: 64%;
  background-image: url('../images/nav-bg4.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  padding: 20px 20px 60px;
  text-align: center;
  display: none;
  z-index: 990;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.w400 {
  width: 400px;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #00f4fc;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav li {
  height: 35px;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav li a {
  padding: 10px 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav li a:hover {
  background-image: url('../images/fl-bg.webp');
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.on {
  display: block;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.nav2 {
  bottom: 2%;
  left: 47.7%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.nav3 {
  bottom: 28%;
  left: 63.6%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.nav4 {
  bottom: 2%;
  left: 41%;
  background-size: 90% 94%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.nav5 {
  background-size: 90% 96%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.pwnav1 {
  bottom: 33%;
  left: 17%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.pwnav2 {
  bottom: 18%;
  left: 49.6%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.pwnav3 {
  bottom: 30%;
  left: 62.4%;
  width: 350px;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.jynav1 {
  bottom: 9%;
  left: 31.4%;
  width: 350px;
  background-size: 90% 80%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.jynav2 {
  bottom: 6%;
  left: 40.2%;
  background-size: 90% 80%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.jynav3 {
  bottom: 9%;
  left: 55%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.bcnav1 {
  bottom: 15%;
  left: 28.5%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.bcnav3 {
  bottom: 2%;
  left: 50.5%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.aznav1 {
  bottom: 6%;
  left: 40.2%;
}
.xj-panel .xj-panel1 .svg-nav-box .bottom-nav.aznav2 {
  bottom: 2%;
  left: 47.6%;
}
.xj-panel .xj-panel1 .top-nav {
  position: absolute;
  top: 10px;
  right: 20px;
}
.xj-panel .xj-panel1 .top-nav ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}
.xj-panel .xj-panel1 .top-nav ul li > a {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../images/vr-btn.webp');
}
.xj-panel .xj-panel1 .top-nav ul li > a.on,
.xj-panel .xj-panel1 .top-nav ul li > a:hover {
  background-image: url('../images/vr-btn2.webp');
}
.xj-panel .xj-panel1 .top-nav ul li .two-nav {
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  line-height: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../images/info-bg7.webp');
  padding: 30px 10px;
  text-align: center;
  z-index: 200;
  display: none;
}
.xj-panel .xj-panel1 .top-nav ul li .two-nav a {
  height: 30px;
  padding: 0 20px;
  font-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xj-panel .xj-panel1 .top-nav ul li .two-nav a:hover {
  background-image: url('../images/fl-bg.webp');
}
.xj-panel .xj-panel1 .top-nav ul li:hover .two-nav {
  display: block;
}
.xj-panel .xj-panel1 .top-nav ul li:nth-child(2) > a,
.xj-panel .xj-panel1 .top-nav ul li:nth-child(3) > a {
  position: relative;
}
.xj-panel .xj-panel1 .top-nav ul li:nth-child(2) > a::after,
.xj-panel .xj-panel1 .top-nav ul li:nth-child(3) > a::after {
  right: -20px;
  left: auto;
  border-left: 10px solid rgba(0, 244, 250);
  border-right: none;
}
.xj-panel .xj-panel1 .top-nav ul li:nth-child(2) .two-nav,
.xj-panel .xj-panel1 .top-nav ul li:nth-child(3) .two-nav {
  left: auto;
  right: -120%;
}
.xj-panel .xj-panel1 .video-content {
  padding-top: 0;
}
.xj-panel .xj-panel1 .video-content .video-box {
  height: 100%;
  background-image: url('../images/video-bg.webp');
  background-size: 100% 100%;
  padding: 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.xj-panel .xj-panel1 .video-content .video-nav {
  font-size: 12px;
  line-height: 2;
  margin-top: 40px;
}
.xj-panel .xj-panel1 .video-content .video-lists {
  width: 68%;
}
.xj-panel .xj-panel1 .video-content .video-lists ul {
  margin-bottom: -40px;
}
.xj-panel .xj-panel1 .video-content .video-lists ul li {
  width: 46%;
  height: 200px;
  background-color: #fff;
  margin-bottom: 40px;
}
.xj-panel .xj-panel1 .video-content .video-lists ul li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xj-panel .content-page {
  width: 96%;
  height: 76vh;
  padding: 60px 60px 40px;
}
.xj-panel .content-page .spe-content-box {
  padding-top: 4vh;
  box-sizing: border-box;
}
.xj-panel .zyfb-content {
  height: 100%;
}
.xj-panel .zyfb-content .left-pic {
  width: 34%;
  padding-left: 3%;
  padding-top: 2%;
  box-sizing: border-box;
}
.xj-panel .zyfb-content .right-info {
  width: 64%;
  height: 100%;
  background-image: url(../images/fb-bg.webp);
  background-size: 92% 93%;
  padding: 60px 87px 60px 79px;
  box-sizing: border-box;
  margin-top: 30px;
}
.xj-panel .zyfb-content .right-info .pic {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.xj-panel .zyfb-content .right-info .pic img {
  height: 100%;
}
.xj-panel .zyfb-content .right-info .bottom-pic {
  width: 100%;
  height: 89%;
  margin: 30px auto 0;
}
.xj-panel .zyfb-content .same-pic .pic {
  display: none;
}
.xj-panel .zyfb-content .same-pic .pic:first-child {
  display: block;
}
.xj-panel .zyfb-content .navs .item {
  width: 25%;
  height: 40px;
}
.xj-panel .zyfb-content .navs .item img {
  width: 100%;
  height: 100%;
}
.xj-panel .zyfb-content .navs .item .active {
  display: none;
}
.xj-panel .zyfb-content .navs .item.on .default {
  display: none;
}
.xj-panel .zyfb-content .navs .item.on .active {
  display: block;
}
.xj-panel .zycg .news-lists .box a {
  line-height: normal;
  margin-bottom: 40px;
}
.xj-panel .zycg .news-lists .box a::before {
  top: 5px;
}
.xj-panel .zycg .zc-box {
  width: 70%;
  height: 60vh;
  background-image: url('../images/zc-bg.webp');
}
.xj-panel .zycg .zc-box.spe-box {
  width: 66%;
  height: 100%;
  background-image: none;
}
.xj-panel .zycg .ztzycg {
  width: 92%;
  margin: 0 auto;
}
.xj-panel .zycg .ztzycg .news-lists .box a {
  margin-bottom: 24px;
}
.xj-panel .st-panel2 .left-box {
  width: 40%;
}
.xj-panel .st-panel2 .left-box .left-info {
  padding-right: 35px;
}
.xj-panel .st-panel2 .left-box .bottom-pic {
  width: 98%;
}
.xj-panel .st-panel2 .right-pic {
  text-align: center;
  width: 55%;
}
.xj-panel .st-panel2 .right-pic img {
  width: 95%;
}
.xj-panel .same-pic-panel {
  width: 100%;
}
.xj-panel .swiper-box {
  width: 95%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.xj-panel .swiper-box .swiper-change.spe-change {
  width: 100%;
}
.xj-panel .spe-swiper {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
.xj-panel .spe-swiper .swiper-slide {
  width: 18%;
  height: 80%;
  position: relative;
}
.xj-panel .spe-swiper .swiper-slide::after {
  content: '';
  background-image: url(../pictures/cg-bg1.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xj-panel .spe-swiper .swiper-slide:nth-of-type(2n)::after {
  background-image: url(../pictures/cg-bg2.webp);
}
.xj-panel .spe-swiper .swiper-slide:nth-of-type(2n+1)::after {
  background-image: url(../pictures/cg-bg3.webp);
}
.xj-panel .spe-swiper .swiper-slide:nth-of-type(4)::after {
  background-image: none !important;
}
.xj-panel .spe-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.xj-panel .yt-panel1 .content-box {
  height: 100%;
}
.xj-panel .yt-panel1 .left-box .left-info {
  padding-right: 18px;
}
.xj-panel .yt-panel1 .left-box .left-info .info {
  max-height: 130px;
}
.xj-panel .yt-panel1 .left-box .middle-pic {
  height: 25%;
  margin: 20px 0;
}
.xj-panel .yt-panel1 .left-box .html5video {
  height: 36%;
}
.xj-panel .yt-panel1 .right-pic {
  height: 96%;
}
.xj-panel .yx-panel1 .bottom-box {
  margin-top: 10px;
  height: 90%;
}
.xj-panel .yx-panel1 .left-box {
  width: 31%;
}
.xj-panel .yx-panel1 .left-box .left-info {
  padding-right: 25px;
}
.xj-panel .yx-panel1 .left-box .left-info .info {
  max-height: 100px;
}
.xj-panel .yx-panel1 .left-box .middle-pic {
  height: 25%;
  margin: 15px 0 5px;
}
.xj-panel .yx-panel1 .left-box .html5video {
  height: 46%;
}
.xj-panel .yx-panel1 .right-pic {
  width: 68%;
  height: 100%;
  margin-top: 5px;
}
.xj-panel .zt-panel2 .left-box {
  width: 35%;
}
.xj-panel .zt-panel2 .left-box .left-info {
  padding-right: 30px;
}
.xj-panel .zt-panel2 .left-box .bottom-pic {
  width: 98%;
  height: 64%;
}
.xj-panel .zt-panel2 .right-pic {
  width: 65%;
  height: 95%;
}
.xj-panel .jy-panel2 .left-box {
  width: 36%;
}
.xj-panel .jy-panel2 .left-box .left-info {
  padding-right: 30px;
}
.xj-panel .jy-panel2 .right-pic {
  width: 63%;
  height: 100%;
}
.xj-panel .jy-panel2 .right-pic .bottom-pic {
  margin-top: 15px;
  width: 99%;
  height: 64%;
}
.xj-panel .jyzycg .spe-swiper .swiper-slide {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xj-panel .jyzycg .spe-swiper .swiper-slide:nth-of-type(4)::after {
  background-image: url(../pictures/first-bg.webp) !important;
}
.xj-panel .jyzycg .spe-swiper .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90%;
}
.xj-panel .spe-zc-bg {
  width: 80%;
  height: 90%;
}
.xj-panel .ytzy-slide .content-page {
  width: 95%;
  margin: 5vh auto 0;
  padding: 12vh 40px 0;
  overflow: visible;
}
.xj-panel .ytzy-slide .content-page .top-box {
  margin: -140px auto 60px;
}
.xj-panel .ytzy-slide .content-page .top-box .left-links {
  margin-top: 10px;
}
.xj-panel .same-panel {
  padding: 0 60px 28px;
  margin: 8vh auto 0;
  height: 76vh;
  box-sizing: border-box;
  position: relative;
}
.xj-panel .same-panel .content-box {
  padding-top: 10vh;
  height: 97%;
  box-sizing: border-box;
}
.xj-panel .zdqy-slide .top-box .left-links,
.xj-panel .qyyl-slide .top-box .left-links {
  margin-right: 5%;
  margin-top: 80px;
}
.xj-panel .zdqy-slide .same-panel,
.xj-panel .qyyl-slide .same-panel {
  padding: 0;
  margin: 0 auto;
  height: 78vh;
  box-sizing: border-box;
  position: relative;
}
.xj-panel .zdqy-slide .same-panel .content-box,
.xj-panel .qyyl-slide .same-panel .content-box {
  padding-top: 11vh;
  height: 97%;
  box-sizing: border-box;
}
.xj-panel .zdqy-slide .same-panel .qycontent-panel,
.xj-panel .qyyl-slide .same-panel .qycontent-panel {
  padding: 0 60px 28px;
  height: 100%;
  box-sizing: border-box;
  background-image: url('../newpictures/zdqy-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xj-panel .zdqy-slide .same-panel .xjjdyq-panel,
.xj-panel .qyyl-slide .same-panel .xjjdyq-panel {
  background-image: url('../newpictures/jdyq-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xj-panel .zdqy-slide .same-panel .xjcybj-panel,
.xj-panel .qyyl-slide .same-panel .xjcybj-panel {
  background-image: url('../newpictures/cybj-bg.webp');
}
.xj-panel .zdqy-slide .same-panel .xjjdys-panel,
.xj-panel .qyyl-slide .same-panel .xjjdys-panel {
  background-image: url('../newpictures/jdjs-bg.webp');
}
.xj-panel .zdqy-slide .same-panel .shhfw-panel,
.xj-panel .qyyl-slide .same-panel .shhfw-panel {
  background-image: url('../newpictures/shhfw-bg.webp');
}
.xj-panel .zdqy-slide .same-panel .xjzyjs-panel,
.xj-panel .qyyl-slide .same-panel .xjzyjs-panel {
  background-image: url('../newpictures/zyjs-bg.webp');
}
.xjzyjs-panel {
  background-image: url('../newpictures/zyjs-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xjzyjs-panel .content-box .left-box {
  width: 37%;
}
.xjzyjs-panel .content-box .left-box .pic {
  height: 40%;
}
.xjzyjs-panel .content-box .right-box {
  width: 62%;
  height: 100%;
}
.xjzyjs-panel .ytjs .left-box {
  width: 30%;
}
.xjzyjs-panel .ytjs .left-box .bottom-pic {
  height: 54.5%;
}
.xjzyjs-panel .ytjs .right-box {
  width: 69%;
}
.xjzyjs-panel .hxxd .left-box .pic {
  height: 37.6%;
}
.xjzyjs-panel .htfh .left-box {
  height: 100%;
}
.xjzyjs-panel .htfh .left-box .pic {
  height: 50%;
}
.xjzyjs-panel .yxjs .left-box {
  width: 35%;
}
.xjzyjs-panel .yxjs .right-box {
  width: 64%;
}
.xjzyjs-panel .azjs .left-box {
  width: 22%;
}
.xjzyjs-panel .azjs .right-box {
  width: 77%;
}
.xjzyjs-panel .jyjs .left-box {
  width: 30%;
}
.xjzyjs-panel .jyjs .right-box {
  width: 66%;
}
.xjzyjs-panel .jyjs .right-box .top-content .info {
  width: 45%;
}
.xjzyjs-panel .jyjs .right-box .top-content .info:nth-of-type(2) {
  width: 52%;
}
.xjzyjs-panel .stjs .left-box {
  width: 40%;
}
.xjzyjs-panel .stjs .right-box {
  width: 55%;
}
.xjzyfb-panel {
  background-image: url('../newpictures/zyfb-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xjzyfb-panel .content-box .right-box {
  width: 58%;
  height: 100%;
}
.xjzyfb-panel .content-box .right-box .info {
  height: 98%;
}
.xjzyfb-panel .content-box .right-box .info .text-node {
  width: 38%;
}
.xjzyfb-panel .content-box .right-box .info .pic {
  width: 61%;
  height: 100%;
}
.xjjdyq-panel {
  background-image: url('../newpictures/jdyq-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xjjdyq-panel .azjd .left-box {
  width: 22%;
}
.xjjdyq-panel .azjd .left-box .text-node {
  font-size: 28px;
}
.xjjdyq-panel .azjd .right-box {
  width: 77%;
  height: 100%;
}
.kyzx-panel {
  background-image: url('../newpictures/kyzx-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.panel4 {
  height: 100%;
}
.panel4 .content-box .left-box {
  width: 36%;
  position: relative;
}
.panel4 .content-box .left-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 103%;
  border-left: 1px dotted #048bff;
  opacity: 0.7;
}
.panel4 .content-box .left-box .bottom-pic {
  height: 47%;
}
.panel4 .content-box .left-box .ztjdpic {
  height: 42.5%;
}
@media (max-width: 1480px) {
  .panel4 .content-box .left-box .bottom-pic {
    height: 44%;
  }
}
@media (max-width: 1000px) {
  .panel4 .content-box .left-box .bottom-pic {
    height: 150px;
  }
}
.panel4 .content-box .right-box {
  width: 60%;
}
.panel4 .content-box .right-box .bottom-box {
  margin-top: 6%;
  height: 60%;
  position: relative;
}
.panel4 .content-box .right-box .bottom-box::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #048bff;
  opacity: 0.7;
}
.panel4 .content-box .right-box .bottom-box .pic {
  width: 48%;
}
.panel4 .content-box .right-box.w63 {
  width: 63%;
}
.panel4 .xjztjs .left-box .bottom-pic {
  height: 44%;
}
.panel4 .xjztjs .right-box .bottom-box {
  height: 56%;
}
.panel4 .az-content-box .left-box::after {
  display: none;
}
.panel4 .jysz .left-box {
  width: 45%;
}
.panel4 .jysz .left-box .bottom-pic {
  height: 55%;
}
.panel4 .scfw .left-box {
  width: 39%;
}
.panel4 .scfw .left-box .pic {
  height: 79%;
}
.panel4 .tkdy .dypic {
  height: 75.5%;
}
.panel4 .tkdy .right-box {
  width: 63%;
}
.panel4 .az-content-box2 .left-box {
  width: 20%;
}
.panel4 .az-content-box2 .right-box {
  width: 78%;
}
.panel4 .hgxn .left-box {
  width: 21%;
}
.panel4 .hgxn .left-box .text-node {
  line-height: 1.7;
}
.panel4 .yx-content-box .left-box::after {
  display: none;
}
.panel4 .yx-content-box .left-box .pic {
  height: 65%;
  position: relative;
  margin-top: 50px;
}
.panel4 .yx-content-box .left-box .pic::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #048bff;
  opacity: 0.7;
}
.panel4 .yx-content-box .right-box {
  width: 62%;
}
.panel4 .yx-content-box2 .left-box {
  width: 58%;
}
.panel4 .yx-content-box2 .left-box .pic {
  height: 76.5%;
}
.panel4 .yx-content-box2 .right-box {
  width: 40%;
}
.panel4 .yztz .left-box {
  width: 59%;
}
.panel4 .yztz .left-box .pic {
  height: 57.5%;
}
.panel4 .zt-content-box .left-box {
  width: 38%;
}
.panel4 .zt-content-box .left-box::after {
  right: -18px;
  height: 100%;
}
.panel4 .zt-content-box .left-box .pic {
  height: 53%;
}
.panel4 .zt-content-box .right-box .item {
  width: 49.5%;
}
.panel4 .zt-content-box .right-box > .item {
  height: 40%;
}
.panel4 .zt-content-box .right-box .bottom-item {
  height: 59.5%;
}
.panel4 .zt-content-box .right-box .bottom-item > .item {
  height: 49%;
}
.panel4 .mx-content-box {
  height: 100%;
}
.panel4 .mx-content-box .left-box {
  width: 23%;
}
.panel4 .mx-content-box .left-box .text-node {
  line-height: 1.8;
}
.panel4 .mx-content-box .right-box {
  width: 76%;
  height: 100%;
}
.panel4 .tls-content-box {
  height: 100%;
}
.panel4 .tls-content-box .left-box {
  width: 22.5%;
}
.panel4 .tls-content-box .left-box .text-node {
  line-height: 1.6;
}
.panel4 .hpr-content-box .left-box .text-node {
  line-height: 1.5;
}
.panel4 .cz-content-box .left-box .pic {
  height: 42%;
}
.panel4 .cf-content-box .left-box {
  width: 27%;
}
.panel4 .cf-content-box .left-box .video-box {
  height: 35%;
}
.panel4 .cf-content-box .left-box .bottom {
  height: 21%;
}
.panel4 .cf-content-box .left-box .bottom img {
  width: 57%;
  height: 100%;
}
.panel4 .cf-content-box .left-box .bottom .info {
  width: 41%;
}
.panel4 .cf-content-box .left-box .bottom-box {
  height: 45%;
}
.panel4 .cf-content-box .left-box .bottom-box .pic {
  height: 71%;
}
.panel4 .cf-content-box .left-box .bottom-pic {
  height: 72.5%;
}
.panel4 .cf-content-box .right-box {
  width: 71.5%;
}
.panel4 .zqsys .left-box {
  width: 24%;
}
.panel4 .zqsys .left-box .top-line {
  margin-top: 48px;
}
.panel4 .zqsys .right-box {
  width: 74%;
}
.panel4 .jcy-content-box .left-box {
  width: 33%;
}
.panel4 .jcy-content-box .left-box .bottom {
  height: 57%;
}
.panel4 .jcy-content-box .left-box .bottom img:first-child {
  width: 68%;
  height: 100%;
}
.panel4 .jcy-content-box .left-box .bottom img:last-child {
  width: 30%;
  height: 100%;
}
.panel4 .jcy-content-box .left-box .xypic {
  height: 60%;
}
.panel4 .jcy-content-box .right-box {
  width: 65.6%;
}
.panel4 .sx-content-box .left-box {
  width: 29.6%;
}
.panel4 .sx-content-box .right-box {
  width: 69.5%;
  height: 100%;
}
.panel4 .sx-content-box .right-box img {
  width: 49.5%;
  height: 49.5%;
}
.panel4 .zzjd .left-box {
  width: 29.6%;
}
.panel4 .zzjd .left-box .pic {
  height: 74.5%;
}
.panel4 .zzjd .left-box .bottom-pic {
  height: 61.5%;
}
.panel4 .zzjd .right-box {
  width: 69.5%;
  height: 100%;
}
.panel4 .zzjg .left-box {
  width: 26%;
}
.panel4 .zzjg .left-box .pic {
  height: 66%;
}
.panel4 .zzjg .left-box .lcpic {
  height: 74.5%;
}
.panel4 .zzjg .left-box .xypic {
  height: 36.5%;
}
.panel4 .zzjg .right-box {
  width: 73%;
  height: 100%;
}
.panel4 .mxny .left-box {
  width: 33%;
}
.panel4 .mxny .left-box .spe-pic {
  height: 76%;
}
.panel4 .mxny .left-box .sxscpic {
  height: 48.2%;
}
.panel4 .mxny .right-box {
  width: 66%;
}
.panel4 .czhz .left-box {
  width: 38%;
}
.panel4 .czhz .left-box .bottom-box .text-node {
  width: 35%;
}
.panel4 .czhz .left-box .bottom-box .pic-box {
  width: 61%;
}
.panel4 .czhz .left-box .bottom-pic {
  height: 82%;
}
.panel4 .czhz .left-box .sbtpic {
  height: 48%;
}
.panel4 .czhz .left-box.w39 {
  width: 39%;
}
.panel4 .czhz .left-box .yfnjpic {
  height: 59.5%;
}
.panel4 .czhz .left-box .xnnjpic {
  height: 56%;
}
.panel4 .czhz .left-box .yznypic {
  height: 54%;
}
.panel4 .wasys .right-box {
  width: 61%;
}
.panel4 .mysf .left-box {
  width: 29%;
}
.panel4 .mysf .right-box {
  width: 70%;
}
.panel4 .kxmy .left-box {
  width: 28%;
}
.panel4 .kxmy .right-box {
  width: 71%;
}
.panel4 .jsyny .left-box {
  width: 20%;
}
.panel4 .jsyny .right-box {
  width: 79%;
}
.sds .content-box .left-box {
  width: 49%;
}
.sds .content-box .left-box .pic {
  height: 52.6%;
}
.sds .content-box .right-box {
  width: 50%;
  height: 100%;
}
.czny .left-box {
  width: 20%;
}
.czny .right-box {
  width: 79%;
  height: 100%;
}
.sczz .content-box .left-box {
  width: 32%;
}
.sczz .content-box .left-box .pic-box {
  height: 58.5%;
}
.sczz .content-box .left-box .cyt-box {
  height: 78%;
}
.sczz .content-box .right-box {
  width: 67%;
  height: 100%;
}
.sczz .content-box .cyspe-right {
  width: 65%;
}
.section .ban-panel .item {
  width: 49%;
}
.section .ban-panel .w50 {
  width: 50%;
}
.section .ban-panel .right-info .bottom-pic {
  height: 63.2%;
}
.section .ban-panel .right-info .bottom-pic > div {
  height: 100%;
}
.section .ban-panel .left-box .bottom-pic {
  height: 57%;
}
.section .ban-panel .left-box .ltnjpic {
  height: 55.4%;
}
.section .ban-panel .left-box .video-box {
  height: 65.4%;
}
.section .ban-panel .left-box .video-box a {
  width: 100%;
  height: 100%;
}
.section .ban-panel .left-box .h66 {
  height: 66%;
}
.section .ban-panel .left-box .pwyccpic {
  height: 51.5%;
}
.section .ban-panel .bcqy .left-line::after {
  height: 98%;
}
.section .ban-panel .bcqy .item {
  width: 48%;
}
.section .ban-panel .bcqy .item .bottom-box {
  height: 83%;
}
.section .threepanel .title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}
.section .threepanel .title::before,
.section .threepanel .title::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 5px;
  top: 11px;
  background-image: url('../images/tit-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section .threepanel .title::before {
  left: 120%;
  transform: rotate(-180deg);
}
.section .threepanel .title::after {
  right: 120%;
}
.section .threepanel .box {
  width: 30%;
}
.section .threepanel .middle-box {
  width: 38%;
}
.section .threepanel .middle-box .stszpic {
  height: 38%;
}
.section .threepanel .left-box .bottom {
  margin-top: 31px;
}
.section .threepanel .left-box .bottom .pic {
  width: 100%;
}
.section .threepanel .left-box .bottom .pic img {
  width: 50%;
}
.section .threepanel .left-box .stycpic {
  height: 66%;
}
.section .threepanel .right-box .bottom {
  margin-top: 35px;
}
.section .threepanel.szjd .title {
  margin-bottom: 0;
}
.section .threepanel.szjd .box {
  width: 20%;
}
.section .threepanel.szjd .middle-box {
  width: 18%;
}
.section .threepanel.szjd .middle-box .pic {
  height: 44%;
}
.section .threepanel.szjd .right-box {
  width: 60%;
}
.section .threepanel.szjd .right-box .pic-box {
  width: 100%;
}
.section .threepanel.szjd .right-box .pic-box .left {
  width: 58%;
}
.section .threepanel.szjd .right-box .pic-box .left .pic {
  height: 39.6%;
}
.section .threepanel.szjd .right-box .pic-box .right {
  width: 40%;
}
.section .threepanel.szjd .right-box .pic-box .right .pic {
  height: 26.2%;
}
.section .threepanel.szjd .tls .box {
  width: 26%;
}
.section .threepanel.szjd .tls .middle-box {
  width: 30%;
}
.section .threepanel.szjd .tls .middle-box .pic {
  height: 100%;
}
.section .threepanel.szjd .tls .right-box {
  width: 40%;
}
.section .threepanel.szjd .tls .right-box .tit img {
  height: 18px;
}
.section .threepanel.szjd .tls .right-box .boxs {
  height: calc(100% - 18px);
}
.section .threepanel.szjd .tls .right-box .text-node {
  width: 51%;
}
.section .threepanel.szjd .tls .right-box .text-node span {
  font-size: 18px;
  font-weight: bold;
}
.section .threepanel.szjd .tls .right-box .pic {
  width: 45%;
  height: 100%;
}
.section .threepanel.lyky .box {
  width: 28%;
}
.section .threepanel.lyky .middle-box {
  width: 25%;
}
.section .threepanel.lyky .middle-box .bottom .pic-box {
  width: 48%;
  height: 100%;
}
.section .threepanel.lyky .right-box {
  width: 44%;
}
.section .threepanel.lyky .right-box .top-pic {
  height: 62.5%;
}
.section .threepanel.lyky .xlkj .left-box {
  width: 45%;
}
.section .threepanel.lyky .xlkj .left-box .pic-box {
  height: 52%;
}
.section .threepanel.lyky .xlkj .box {
  width: 22%;
}
.section .threepanel.lyky .xlkj .middle-box {
  width: 31%;
}
.section .threepanel.lyky .xlkj .middle-box .top-pic {
  height: 54%;
}
.section .threepanel.lyky .mysf .left-box {
  width: 33%;
}
.section .threepanel.lyky .mysf .left-box .text-node {
  line-height: 1.6;
}
.section .threepanel.lyky .mysf .right-box {
  width: 66%;
}
.section .threepanel.lyky .mysf .right-box .bottom-box .pic:not(:last-child) {
  margin-right: 1%;
}
.section .threepanel.stkypt .middle-box {
  width: 40%;
}
.section .threepanel.stkypt .middle-box .pic {
  height: 37.5%;
}
.section .threepanel.stkypt .right-box {
  width: 28%;
}
.section .threepanel .bczyjs .middle-box {
  width: 30%;
}
.section .threepanel .bczyjs .right-box {
  width: 25%;
}
.section .hczy .left-box .bottom-pic {
  height: 48%;
}
.section .hczy .right-box {
  width: 50%;
}
.section .mbny .left-box .bottom-pic {
  height: 52.5%;
}
.section .fcgk .left-box {
  width: 37%;
}
.section .fcgk .left-box .pic {
  height: 42%;
}
.section .fcgk .right-box {
  width: 62%;
}
.section .jyky .left-box {
  width: 47%;
}
.section .jyky .right-box {
  height: 100%;
}
.section .jyky .right-box .pic {
  height: 60%;
}
.section .xlny .left-box {
  width: 46%;
}
.section .xlny .left-box .pic {
  height: 55.5%;
}
.section .xlny .left-box .pwhj-bottom {
  height: 45%;
}
.section .xlny .left-box .pwhj-bottom > div {
  height: 100%;
}
.section .xlny .left-box .pwhj-bottom .left {
  width: 60%;
}
.section .xlny .left-box .gmpic {
  height: 47.6%;
}
.section .xlny .right-box {
  width: 53%;
  height: 100%;
}
.sndf .bottom-box {
  height: 66%;
}
.sndf .bottom-box .left-box {
  width: 40%;
  height: 100%;
}
.sndf .bottom-box .right-box {
  width: 59%;
  height: 100%;
}
