@import "../font/iconfont.css";
@font-face {
  font-family: 'SourceHanSansSC';
  src: url('../font/SourceHanSansSC-Regular.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansSCHeavy';
  src: url('../font/SourceHanSansSC-Heavy.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlibabaPuHuiTiLight";
  src: url("../font/AlibabaPuHuiTi-2-45-Light.woff2") format("woff2"), url("../font/AlibabaPuHuiTi-2-45-Light.woff") format("woff"), url("../font/AlibabaPuHuiTi-2-45-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("../font/AlibabaPuHuiTi-2-55-Regular.woff2") format("woff2"), url("../font/AlibabaPuHuiTi-2-55-Regular.woff") format("woff"), url("../font/AlibabaPuHuiTi-2-55-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url("../font/AlibabaPuHuiTi-2-95-ExtraBold.woff2") format("woff2"), url("../font/AlibabaPuHuiTi-2-95-ExtraBold.woff") format("woff"), url("../font/AlibabaPuHuiTi-2-95-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlibabaPuHuiTiSemiBold";
  src: url("../font/AlibabaPuHuiTi-2-75-SemiBold.woff2") format("woff2"), url("../font/AlibabaPuHuiTi-2-75-SemiBold.woff") format("woff"), url("../font/AlibabaPuHuiTi-2-75-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'alimamashuheitiBold';
  src: url('../font/alimamashuheiti-bold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TianShiYanTi';
  src: url('../font/TianShiYanTi.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ALight {
  font-family: "AlibabaPuHuiTiLight", sans-serif;
}
.ABold {
  font-family: "AlibabaPuHuiTiBold", sans-serif;
}
.ASemiBold {
  font-family: "AlibabaPuHuiTiSemiBold", sans-serif;
}
.AMBold {
  font-family: "alimamashuheitiBold", sans-serif;
}
.TSYT {
  font-family: "TianShiYanTi", sans-serif;
}
html {
  font-family: "AlibabaPuHuiTi", "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;
  color: #343434;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
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: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .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: #004099;
  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;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.7;
}
.text-node.spe-lh {
  line-height: 1.5;
}
@media (max-width: 1580px) {
  .text-node {
    line-height: 1.6;
    font-size: 15px;
  }
  .text-node.spe-lh {
    line-height: 1.4;
  }
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.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 7s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f29 {
  font-size: 29px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f35 {
  font-size: 35px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 0.6rem;
}
@media (max-width: 1580px) {
  .pa,
  .pt {
    padding-top: 40px;
  }
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 30px;
  }
}
.pt,
.pb {
  padding-bottom: 0.6rem;
}
@media (max-width: 1580px) {
  .pt,
  .pb {
    padding-bottom: 40px;
  }
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 30px;
  }
}
[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: #004099;
}
.maincolor2 {
  color: #ffb300;
}
.maincolor3 {
  color: #f3b758;
}
.redcolor {
  color: #d12a2a;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh16 {
  line-height: 1.6;
}
.lh15 {
  line-height: 1.5;
}
/* 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: #004099;
  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: #004099;
  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;
  width: 168px;
  height: 50px;
  color: #fff;
  background-color: #ffb300;
  position: relative;
  border-radius: 25px;
  box-sizing: border-box;
}
.more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 50px;
  border-radius: 25px;
  transition: all 0.6s ease;
  background-color: #004099;
  opacity: 0;
  transform: translateX(-50%);
}
.more .char {
  margin-right: 15px;
}
.more span,
.more .icon {
  position: relative;
  z-index: 9;
}
.more .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f6f6f6;
  color: #ffb300;
  text-align: center;
  line-height: 20px;
}
.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::before {
  width: 100%;
  opacity: 1;
}
.more.spe-more {
  color: #c9ccce;
  border-width: 2px;
  border-color: #c9ccce;
  border-style: solid;
  background-color: rgba(0, 64, 153, 0);
}
.more.spe-more .icon {
  background-color: #c9ccce;
  color: #fff;
}
.more.spe-more::before {
  top: -2px;
}
.more.spe-more.col34 {
  color: #343434;
  border-color: #343434;
  width: 110px;
  height: 31px;
  border-width: 1px;
}
.more.spe-more.col34::before {
  height: 31px;
}
.more.spe-more:hover {
  color: #fff;
  border-color: #004099;
}
.more.spe-more:hover.col34 {
  color: #fff;
  border-color: #004099;
}
.more.spe-more:hover.col34::before {
  width: 110px;
}
.more.spe-more:hover .icon {
  background-color: #f6f6f6;
  color: #ffb300;
}
.more.spe-more2 {
  background-color: #fff;
  box-shadow: 3.83px 3.214px 35px 0px rgba(0, 60, 98, 0.21);
  width: 158px;
  height: 44px;
  color: #005dd6;
}
.more.spe-more2 .icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #005dd6;
  line-height: normal;
}
.more.spe-more2::before {
  display: none;
}
.more.active-more {
  border-bottom: 1px solid #004099;
}
.more.active-more span {
  color: #004099;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #004099;
  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: #004099;
  border-color: #004099;
  opacity: 1;
}
.more.white-more,
.more.down {
  width: 156px;
  height: 46px;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.102);
}
.more.white-more:hover,
.more.down:hover {
  border-color: #004099;
  background-color: #004099;
}
.more.white-more:hover::before,
.more.down:hover::before {
  opacity: 0;
}
.more.down2 {
  color: #5b5b5b;
  border-color: #edad3c;
  background-color: #edad3c;
}
.more.down2:hover {
  color: #fff;
  border-color: #004099;
  background-color: #004099;
}
@media (max-width: 1580px) {
  .more {
    width: 146px;
  }
  .more .char {
    margin-right: 8px;
  }
}
@media (max-width: 800px) {
  .more {
    width: 128px;
    height: 40px;
    border-radius: 20px;
  }
  .more.white-more,
  .more.down {
    width: 100px;
    height: 40px;
  }
}
.go .char {
  position: relative;
  margin-right: 0.5em;
  opacity: 0.8;
}
.go .icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #004099;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s ease;
}
.go:hover .char {
  opacity: 1;
  color: #004099;
}
.go.red-go .icon {
  background-color: #ce2f1a;
}
.go.red-go:hover .char {
  color: #ce2f1a;
}
.go.red-go2 .icon {
  background-color: #f3b758;
}
.go.red-go2:hover .char {
  color: #f3b758;
}
.go.spe-go .icon {
  color: #004099;
  background-color: #fff;
}
.go.spe-go .icon:hover {
  color: #fff;
  background-color: #004099;
}
.go.spe-go2 .icon {
  color: #5c5c5c;
  background-color: transparent;
  border-width: 1px;
  border-color: #5c5c5c;
  border-style: solid;
}
.go.spe-go2 .icon:hover {
  border-color: #004099;
  color: #fff;
  background-color: #004099;
}
@media (max-width: 1580px) {
  .go .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 800px) {
  .go .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #004099;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(0, 64, 153, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(0, 64, 153, 0.3);
}
.mb10 {
  margin-bottom: 10px;
}
.mtop60 {
  margin-top: 60px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop100 {
  margin-top: 100px;
}
@media (max-width: 1580px) {
  .f18 {
    font-size: 16px;
  }
  .f22,
  .f20 {
    font-size: 18px;
  }
  .f24 {
    font-size: 20px;
  }
  .f25 {
    font-size: 21px;
  }
  .f26 {
    font-size: 21px;
  }
  .f28 {
    font-size: 22px;
  }
  .f29 {
    font-size: 22px;
  }
  .f30 {
    font-size: 22px;
  }
  .f35 {
    font-size: 28px;
  }
  .f36 {
    font-size: 28px;
  }
  .f40 {
    font-size: 30px;
  }
  .lh16 {
    line-height: 1.4;
  }
  .mtop60 {
    margin-top: 40px;
  }
  .mtop70 {
    margin-top: 40px;
  }
  .mtop100 {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  .f18 {
    font-size: 15px;
  }
  .f22,
  .f20 {
    font-size: 17px;
  }
  .f24 {
    font-size: 19px;
  }
  .f25 {
    font-size: 20px;
  }
  .f26 {
    font-size: 20px;
  }
  .f28 {
    font-size: 21px;
  }
  .f29 {
    font-size: 21px;
  }
  .f30 {
    font-size: 21px;
  }
  .f35 {
    font-size: 26px;
  }
  .f36 {
    font-size: 26px;
  }
  .f40 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 14px;
  }
  .f20 {
    font-size: 16px;
  }
  .f22 {
    font-size: 16px;
  }
  .f24 {
    font-size: 18px;
  }
  .f24.ABold {
    font-size: 16px;
  }
  .f25,
  .f26,
  .f28,
  .f29 {
    font-size: 18px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f35 {
    font-size: 22px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 26px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .lh16,
  .lh15 {
    line-height: 1.4;
  }
  .mtop60,
  .mtop70,
  .mtop100 {
    margin-top: 30px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  font-family: 'adineue', sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  font-size: 18px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-color: #004099;
  border: none;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
}
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 {
  content: "";
  width: 7px;
  height: 9px;
  background-image: url("../images/btn1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-color: #004099;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:first-child:hover > a:after,
ul.pagination li:last-child:hover > span:after,
ul.pagination li:first-child:hover > span:after {
  background-image: url("../images/btn2.png");
}
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 {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li:last-child:hover {
  color: #fff;
  background-color: #004099;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child:hover > a:after,
ul.pagination li:first-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
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;
}
@media (max-width: 1580px) {
  .logo {
    max-width: 90px;
  }
}
@media (max-width: 768px) {
  .logo {
    max-width: 60px;
  }
}
.main {
  max-width: 70.5%;
  margin: 0 auto;
  margin-left: 17%;
}
@media (max-width: 1580px) {
  .main {
    margin-left: 16%;
  }
}
@media (max-width: 800px) {
  .main {
    max-width: 100%;
    padding-left: 20px!important;
    padding-right: 20px!important;
    box-sizing: border-box;
    margin-left: 0;
  }
}
.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 {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #004099;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #004099;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #7f7f7f;
}
.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: #004099;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #004099;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #004099;
}
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: #004099;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #004099;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toTop {
  text-align: right;
  opacity: 0.3;
  cursor: pointer;
}
.toTop.on {
  transform: none;
  right: 0.3rem;
}
.toTop:hover {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
}
.swiper-change .btn:after {
  display: none;
}
.swiper-change .btn:hover {
  color: #004099;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  width: 14px;
  height: 14px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 59%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineueBold", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #004099;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change .swiper-pagination.color-pagination .swiper-pagination-bullet {
  background-color: #adadad;
  border: none;
  width: 9px;
  height: 9px;
}
.swiper-change .swiper-pagination.color-pagination .swiper-pagination-bullet-active {
  background-color: #004099;
}
.swiper-change .swiper-pagination.color-pagination2 .swiper-pagination-bullet {
  background-color: rgba(56, 125, 190, 0.451);
  border: none;
  display: inline-block;
  transition: all 0.4s ease;
}
.swiper-change .swiper-pagination.color-pagination2 .swiper-pagination-bullet-active {
  background-color: #004099;
  width: 28px;
  border-radius: 12px;
}
.swiper-change.spe-change .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.302);
  transition: all 0.4s ease;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}
.swiper-change.spe-change .btn:after {
  display: block;
  font-size: 16px;
}
.swiper-change.spe-change .btn:hover {
  background-color: #004099;
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #004099;
  border-color: #004099;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: none;
  width: 8px ;
  height: 8px;
  background-color: #ffffff;
  margin: 0 5px;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffb300;
  width: 26px;
  border-radius: 4px;
}
.swiper-change.spe-change2 .btn {
  color: #cdcdcd;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #004099;
}
.swiper-change.spe-change3 .btn {
  width: 57px;
  height: 111px;
  background-color: #b30f0e;
  color: #fff;
  top: 38%;
}
.swiper-change.spe-change3 .btn:after {
  font-size: 30px;
}
.swiper-change.spe-change3 .btn:hover {
  opacity: 0.8;
}
.swiper-change.spe-change3.gray .btn {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.swiper-change.spe-change3.gray .btn:hover {
  color: #fff;
  border-color: #004099;
  background-color: #004099;
}
@media (max-width: 800px) {
  .swiper-change.spe-change3 .btn {
    width: 37px;
    height: 81px;
  }
}
.swiper-change.spe-change4 .btn {
  width: 56px;
  height: 48px;
  background-color: #bfbfbf;
  color: #fff;
}
.swiper-change.spe-change4 .btn:hover {
  background-color: #004099;
}
.swiper-change.spe-change5 .btn {
  width: 65px;
  height: 48px;
  background-color: #bfbfbf;
  color: #fff;
}
.swiper-change.spe-change5 .btn:hover {
  background-color: #004099;
}
.swiper-change.spe-change5.red .btn:hover {
  background-color: #d12a2a;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 16px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 4px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 5px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@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 colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
#search {
  z-index: 299;
  width: 800px;
  right: 120px;
  top: 0;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 0;
  height: 120px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
  border-radius: 4px;
}
#search .search {
  font-size: 1.5em;
  color: #004099;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 16px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #004099;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
#search.inner-search {
  right: 60px;
}
#search.inner-search .container {
  height: 60px;
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
#header {
  height: 100vh;
  z-index: 206;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 0 0;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#header .logo {
  margin: 0 auto;
}
#header .logo .logo2 {
  display: none;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select .logo1 {
  display: none;
}
#header.select .logo2 {
  display: block;
}
#header.select #navbar {
  display: none;
}
#header .nav-btn {
  position: relative;
  z-index: 206;
  cursor: pointer;
  background-color: #004099;
  width: 60px;
}
#header .nav-btn .middle-item {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .nav-btn .middle-item > .full {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item > .full.top {
  width: 100%;
  right: 0;
  left: auto;
}
#header .nav-btn.active .full.top {
  width: 100%;
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn.active .full.middle {
  opacity: 0;
}
#header .nav-btn.active .full.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
#header.fixed-header {
  background-color: #004099;
}
#header.fixed-header .nav-btn .middle-item > .full {
  background-color: #fff;
}
#header.page-header {
  border-right: none;
  background-color: #578acf;
}
#header.page-header #navbar a {
  color: #fff;
}
#header.page-header #navbar .interaction:hover a,
#header.page-header #navbar .interaction.active a {
  background-color: #2662b3;
}
#header.changecolor {
  border-right: 1px solid rgba(0, 64, 153, 0.7);
}
#header.changecolor #navbar .interaction a {
  color: #004099;
}
#header.fixed {
  position: fixed;
  animation: moveY 0.6s ease forwards;
}
@keyframes moveY {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1580px) {
  #header {
    padding: 30px 0 0;
  }
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
}
@media (max-width: 800px) {
  #header {
    height: 60px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #header .nav-btn {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header .nav-btn .middle-item > .full {
    background-color: #fff;
  }
  #header.page-header {
    background-image: none;
    border-right: none;
    background-color: transparent;
  }
  #header #navbar {
    font-size: 16px;
  }
}
#navbar {
  margin-top: 120px;
}
#navbar .interaction a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 15px 60px;
}
#navbar .interaction:hover a,
#navbar .interaction.active a {
  opacity: 1;
  font-family: "AlibabaPuHuiTiBold";
}
@media (min-width: 2000px) {
  #navbar .interaction a {
    padding: 15px 80px;
  }
}
@media (max-width: 1580px) {
  #navbar {
    font-size: 18px;
    margin-top: 100px;
  }
  #navbar .interaction a {
    padding: 15px 50px;
  }
}
@media (max-width: 1280px) {
  #navbar {
    margin-top: 40px;
  }
  #navbar .interaction a {
    padding: 10px 40px;
  }
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #nav_fixed {
    padding-top: 0;
  }
  #nav_fixed > .list {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    padding: 22vh 30px;
    overflow-y: auto;
    box-sizing: border-box;
    display: block;
    line-height: 60px;
  }
  #nav_fixed > .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed > .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed > .list .touch:after {
    content: "\e666";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    font-size: 18px;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed > .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed > .list .touch .two-nav {
    line-height: 30px;
  }
  #nav_fixed > .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed > .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
  #nav_fixed .same-connect {
    display: none;
  }
}
@media (max-width: 768px) and (max-height: 800px) {
  #nav_fixed > .list .fade {
    padding: 10px;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#nav_fixed > .list .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  #nav_fixed > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item > .top {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#nav_fixed > .list > .item .secondary {
  margin-top: 12px;
  opacity: 0.9;
}
#nav_fixed > .list > .item .three-nav {
  padding: 10px 0;
}
#nav_fixed > .list > .item .three-nav a {
  margin-top: 8px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item .three-nav {
    padding: 10px;
  }
  #nav_fixed > .list > .item .three-nav a {
    height: 40px;
    line-height: 40px;
  }
}
#nav_fixed > .list > .item a:hover {
  text-decoration: underline;
}
#footer {
  position: relative;
  z-index: 7;
}
#footer .main {
  width: 74%;
  max-width: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .container .logo {
  max-width: 220px;
}
#footer .container .nav-ul {
  width: 60%;
  padding-right: 10%;
  box-sizing: border-box;
}
#footer .container .nav-ul .touch .two-nav {
  margin-top: 25px;
}
#footer .container .nav-ul .touch .two-nav a {
  opacity: 0.7;
  margin-top: 14px;
}
#footer .container .nav-ul .touch .two-nav a:hover {
  opacity: 1;
}
#footer .bottom {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .bottom .connect {
  width: 60%;
}
#footer .bottom .connect .item {
  margin-top: 10px;
}
#footer .bottom .connect .item .name {
  margin-right: 10px;
}
#footer .blogroll {
  position: relative;
  margin-top: 44px;
  width: 255px;
  height: 3em;
}
#footer .blogroll .static {
  width: 100%;
  height: 3em;
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
#footer .blogroll .static.gary {
  background-color: rgba(0, 0, 0, 0.3);
}
#footer .blogroll .static .char {
  padding-left: 1em;
}
#footer .blogroll .static .cc {
  width: 3em;
  height: 3em;
  background-color: #c39d60;
  color: #fff;
}
#footer .blogroll .fade {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  color: #232323;
  z-index: 100;
  width: 100%;
}
#footer .blogroll .fade .content {
  width: 100%;
  background-color: #fff;
  padding: 1em;
  height: 100px;
  overflow-y: auto;
  border-radius: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background-image: none;
}
#footer .blogroll .fade .content a {
  font-size: 14px;
  padding: 5px 0.5em;
  width: 100%;
  box-sizing: border-box;
}
#footer .blogroll .fade .content a:hover {
  background-color: #f2f2f2;
  color: #004099;
}
#footer .blogroll:hover .static {
  background-color: #004099;
  border-color: #004099;
  color: #fff;
}
#footer .blogroll:hover .static .char {
  opacity: 1;
}
#footer .blogroll:hover .static .cc {
  background-image: none;
  background-color: #fff;
  color: #004099;
}
#footer .blogroll:hover .fade {
  margin-bottom: 0;
}
#footer .wechat li {
  text-align: center;
  margin-left: 25px;
}
#footer .wechat li:first-child {
  margin-left: 0;
}
#footer .wechat li .pic {
  width: 130px;
  height: 130px;
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
#footer .copyright {
  padding: 0.2rem 0;
}
#footer .copyright .left {
  width: 80%;
}
#footer .copyright .left a {
  margin-left: 30px;
}
#footer .copyright .left .bah {
  color: #c39d60;
}
#footer .copyright .left .bah.colfff {
  color: rgba(255, 255, 255, 0.5);
}
#footer .copyright .left .bah.colfff:hover {
  color: #fff;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  #footer .copyright {
    text-align: center;
  }
  #footer .copyright .main {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer.page-footer {
  background-color: #484647;
  overflow: hidden;
}
#footer.page-footer .main {
  padding-top: 30px;
}
#footer.page-footer .bottom .connect {
  width: 46%;
}
#footer.page-footer .bottom .connect .item {
  margin-top: 0;
}
#footer.page-footer .bottom .connect .item .name {
  width: 26px;
  height: 26px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.4);
  border-style: solid;
  border-radius: 5px;
  margin-right: 10px;
}
#footer.page-footer .bottom .connect .item:last-child {
  margin-top: 45px;
}
@media (max-width: 1580px) {
  #footer .copyright {
    font-size: 14px;
  }
  #footer .copyright .left {
    width: 90%;
  }
  #footer .bottom .connect .item {
    margin-top: 15px;
    width: 100%;
  }
  #footer .bottom .connect .item:first-child {
    margin-top: 0;
  }
  #footer .bottom .connect .item:last-child {
    margin-top: 15px;
  }
  #footer .blogroll {
    width: 200px;
    margin-top: 30px;
  }
  #footer .wechat li .pic {
    width: 100px;
    height: 100px;
    padding: 4px;
    margin: 0 auto 8px;
  }
  #footer.page-footer .bottom .connect .item {
    margin-top: 15px;
  }
  #footer.page-footer .bottom .connect .item:first-child {
    margin-top: 0;
  }
  #footer.page-footer .bottom .connect .item:last-child {
    margin-top: 15px;
  }
}
@media (max-width: 800px) {
  #footer {
    padding-top: 0;
  }
  #footer .main {
    padding-bottom: 15px;
    width: 100%;
  }
  #footer .container .logo {
    max-width: 8em;
    min-width: 165px;
  }
  #footer .container {
    align-items: center;
    justify-content: center;
  }
  #footer .container .nav-ul {
    display: none;
  }
  #footer .bottom {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  #footer .bottom .connect {
    width: 100%;
  }
  #footer .bottom .connect .item .txt {
    flex: 1;
  }
  #footer .wechat {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  #footer .copyright {
    padding: 0.15rem 0 0;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
  }
  #footer .copyright span,
  #footer .copyright a {
    width: 100%;
  }
  #footer .copyright .left {
    width: 100%;
    flex-wrap: wrap;
  }
  #footer .copyright .left a {
    margin-left: 0;
  }
  #footer.page-footer .main {
    padding-top: 0;
  }
  #footer.page-footer .bottom .connect {
    width: 100%;
  }
}
.home-swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.home-swiper .vertical-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-swiper .vertical-slide .main {
  position: relative;
  z-index: 99;
  height: 100%;
  box-sizing: border-box;
  padding-top: 160px;
  max-width: 74%;
}
.home-swiper .vertical-slide .bg-box {
  width: 100%;
  height: 100%;
}
.home-swiper .vertical-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 8s linear;
}
.home-swiper .vertical-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
@media (max-width: 1580px) {
  .home-swiper .vertical-slide .main {
    padding-top: 100px;
  }
}
@media (max-width: 800px) {
  .home-swiper .vertical-slide .main {
    padding-top: 30px;
    max-width: 100%;
  }
}
.home-swiper .right-silde {
  position: fixed;
  top: 0;
  right: 0;
  width: 78px;
  height: 100vh;
  z-index: 99;
}
.home-swiper .right-silde .search-btn {
  width: 78px;
  height: 78px;
  background-color: rgba(40, 92, 164, 0.58);
  cursor: pointer;
  border-radius: 0 0 0 10px;
}
.home-swiper .right-silde .swiper-pagination {
  width: 100%;
  right: 0;
}
.home-swiper .right-silde .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  position: relative;
}
.home-swiper .right-silde .swiper-pagination .swiper-pagination-bullet .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 25px auto;
}
.home-swiper .right-silde .swiper-pagination .swiper-pagination-bullet-active .dot {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}
.home-swiper .pt {
  padding: 0.8rem 0;
}
@media (max-width: 1580px) {
  .home-swiper .pt {
    padding: 0.5rem 0;
  }
}
@media (max-width: 800px) {
  .home-swiper {
    height: auto;
  }
  .home-swiper .right-silde {
    display: none;
  }
  .home-swiper .vertical-slide {
    height: auto;
  }
  .home-swiper > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-swiper .pt {
    padding: 0.4rem 0;
  }
}
#banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1,1);
  transition: none;
}
#banner > .swiper .swiper-slide .banner-txt {
  width: 100%;
  position: absolute;
  top: 18%;
  left: 18%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
}
#banner > .swiper .swiper-slide .title {
  font-size: 60px;
  opacity: 0;
}
#banner > .swiper .swiper-slide .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 6px;
}
#banner > .swiper .swiper-slide .title .span2 {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
@media (max-width: 1580px) {
  #banner > .swiper .swiper-slide .title {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  #banner > .swiper .swiper-slide .banner-txt {
    width: 90%;
    left: 20px;
    top: 45%;
  }
  #banner > .swiper .swiper-slide .title {
    font-size: 30px;
  }
  #banner > .swiper .swiper-slide .title span {
    letter-spacing: 2px;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner > .swiper .swiper-slide.swiper-slide-active .title,
#banner > .swiper .swiper-slide.swiper-slide-active .title .span2 {
  transform: translateY(0);
  opacity: 1;
}
#banner .swiper-pagination {
  position: absolute;
  left: 18%;
  bottom: 44px;
  text-align: left;
  width: 80%;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(56, 125, 190, 0.451);
  border: none;
  display: inline-block;
  transition: all 0.4s ease;
  opacity: 1;
  margin: 0 5px;
  width: 14px;
  height: 14px;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004099;
  width: 28px;
  border-radius: 12px;
}
@media (max-width: 800px) {
  #banner {
    height: 400px;
  }
  #banner .swiper-slide {
    height: auto;
  }
  #banner .swiper-pagination {
    left: 0;
    bottom: 30px;
    text-align: center;
    width: 100%;
  }
  #banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.page-banner {
  position: relative;
  z-index: 9;
  height: 700px;
  overflow: hidden;
}
.page-banner > img {
  animation: bgScale 5s linear forwards;
  transition: transform 5s linear;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.page-banner .banner-txt .title {
  font-size: 48px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 3px;
}
.page-banner .banner-txt .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
.page-banner .banner-txt .en {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 20px;
}
.page-banner .spe-banner-txt {
  position: absolute;
  bottom: 100px;
  left: -25%;
  animation: move 3s ease forwards;
}
@keyframes move {
  0% {
    transform: translate(-400px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.page-banner .spe-banner-txt .line {
  width: 70%;
}
.page-banner .spe-banner-txt .line .bottom {
  margin-left: -10%;
}
.page-banner .spe-banner-txt .line .top {
  margin-top: -30px;
}
.page-banner .spe-banner-txt .title {
  font-size: 30px;
  font-weight: bold;
  margin-top: -50px;
}
.page-banner .spe-banner-txt .title .circle {
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  border-radius: 28px;
  margin: 20px auto 0;
  background: #ffb300;
  position: relative;
}
.page-banner .spe-banner-txt .title .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
}
.page-banner .banner-swiper {
  height: 100%;
}
@media (max-width: 1580px) {
  .page-banner {
    height: 550px;
  }
  .page-banner .banner-txt .title {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .page-banner {
    height: 400px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  .page-banner .banner-txt .title {
    font-size: 28px;
  }
  .page-banner .banner-txt .title::after {
    width: 70px;
    height: 2px;
    border-radius: 2px;
  }
  .page-banner .spe-banner-txt {
    position: absolute;
    bottom: 50px;
    left: -25%;
  }
  .page-banner .spe-banner-txt .line {
    width: 66%;
  }
  .page-banner .spe-banner-txt .title {
    font-size: 25px;
  }
  .page-banner .spe-banner-txt .title .circle {
    width: 45px;
    height: 45px;
    margin: 10px auto 0;
  }
  .page-banner .spe-banner-txt .title .circle::after {
    width: 10px;
    height: 10px;
  }
}
.same-title .zh {
  padding-bottom: 2px;
  position: relative;
  display: inline-block;
  font-size: 45px;
}
.same-title .zh::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffb300;
}
.same-title.spe-color .zh::after {
  background-color: #c39c60;
}
@media (max-width: 1580px) {
  .same-title .zh {
    font-size: 40px;
  }
  .same-title .zh::after {
    height: 3px;
  }
}
@media (max-width: 800px) {
  .same-title .zh {
    font-size: 24px;
  }
  .same-title .zh::after {
    height: 2px;
  }
}
.same-title.t-center {
  position: relative;
}
.same-title.t-center .top-tit {
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 800px) {
  .same-title.t-center {
    padding-top: 60px;
  }
}
.spe-pag-title {
  padding: 0 40px;
}
@media (max-width: 800px) {
  .spe-pag-title {
    padding: 0;
  }
}
.page-title {
  position: relative;
  align-items: flex-end;
}
.page-title.line-title {
  padding-left: 20px;
}
.page-title.line-title::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 34px;
  background-color: #f3b758;
}
@media (max-width: 800px) {
  .page-title.line-title {
    padding-left: 12px;
  }
  .page-title.line-title::after {
    width: 4px;
    height: 22px;
    top: 8px;
  }
}
.page-title.line-title2 {
  padding-left: 20px;
}
.page-title.line-title2::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 1.2px;
  height: 48px;
  background-color: #c0974f;
}
@media (max-width: 800px) {
  .page-title.line-title2 {
    padding-left: 10px;
  }
  .page-title.line-title2::after {
    width: 1px;
    height: 38px;
  }
}
.page-title.colfff .en-txt {
  background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.37) 80%, rgba(255, 255, 255, 0.37) 100%);
}
@media (max-width: 1280px) {
  .page-title {
    width: 100%;
  }
  .page-title img {
    width: auto;
    height: 8px;
  }
}
@media (max-width: 800px) {
  .page-title img {
    height: 5px;
  }
}
#about .content {
  margin-top: 35px;
}
#about .content .data-box li {
  padding: 15px 40px 30px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-image: url('../images/line-bg3.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-shadow: 3.83px 3.214px 7px rgba(10, 35, 131, 0.85);
}
#about .content .data-box li .num .tnumber {
  font-size: 82px;
  font-family: "AlibabaPuHuiTiBold", sans-serif;
}
#about .content .data-box li .num .unit {
  margin-left: 10px;
  margin-top: -10px;
}
#about .content .data-box li .text {
  margin-top: -10px;
}
@media (max-width: 1580px) {
  #about .content .data-box ul li .num .tnumber {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  #about .content .data-box {
    margin-top: 30px;
  }
  #about .content .data-box ul li {
    padding: 20px 30px 30px;
  }
  #about .content .data-box ul li .num .tnumber {
    font-size: 32px;
  }
  #about .content .data-box ul li .text {
    margin-top: 0;
  }
}
#about .left-info {
  width: 59%;
}
#about .left-info .desc-box {
  background-color: rgba(7, 92, 157, 0.4);
  padding: 10px;
  margin-bottom: 45px;
}
#about .left-info .text-node {
  margin-top: 20px;
  text-align: justify;
}
#about.company-profile .main {
  position: relative;
  padding-top: 20px;
}
#about.company-profile .main .bg {
  position: absolute;
  top: 0;
  left: -3%;
  width: 108%;
  height: 100%;
  max-width: 108%;
  object-fit: cover;
}
#about.company-profile .main .data-box .tnumber {
  text-shadow: 2.298px 1.928px 4px rgba(8, 86, 177, 0.53);
}
#about .about-content {
  margin-top: 45px;
  position: relative;
  z-index: 8;
}
#about .about-content .left-info {
  width: 65%;
}
#about .about-content .left-info .text-node {
  margin: 0;
  opacity: 1;
  letter-spacing: 2px;
}
#about .about-content .left-info .data-box {
  margin-top: 80px;
}
#about .about-content .left-info .data-box li {
  margin-right: 70px;
}
#about .about-content .left-info .data-box li .num .tnumber {
  font-size: 58px;
}
#about.gsbf {
  background-image: url('../images/bg51.jpg');
  background-size: 90% auto;
  background-position: right -400px;
}
#about.gsbf .desc {
  color: #555;
}
#about.gsbf .bf-content {
  margin-top: 100px;
}
#about.gsbf .bf-content .left-info {
  width: 48%;
}
#about.gsbf .bf-content .left-info .data-box {
  margin-top: 100px;
}
#about.gsbf .bf-content .left-info .data-box li {
  margin-right: 120px;
  position: relative;
}
#about.gsbf .bf-content .left-info .data-box li::after {
  content: '';
  position: absolute;
  right: -60px;
  top: 3cqb;
  width: 1px;
  height: 71px;
  background-color: #3e3e3e;
}
#about.gsbf .bf-content .left-info .data-box li:last-child {
  margin-right: 0;
}
#about.gsbf .bf-content .left-info .data-box li:last-child::after {
  display: none;
}
#about.gsbf .bf-content .left-info .data-box li .num {
  margin-bottom: 10px;
}
#about.gsbf .bf-content .video-box {
  width: 48%;
  height: 410px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
#about.gsbf .bf-content .video-box .play-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #32312d;
  text-align: center;
  line-height: 100px;
}
#about.gsbf .heart-content .top-nav {
  align-items: flex-start;
}
#about.gsbf .heart-content .top-nav .gsbf-info {
  width: 60%;
}
#about.gsbf .heart-content .top-nav .gsbf-info .title {
  position: relative;
  padding-left: 20px;
}
#about.gsbf .heart-content .top-nav .gsbf-info .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 35px;
  background-color: #f3b758;
}
#about.gsbf .heart-content .top-nav .gsbf-info .desc {
  margin: 60px 0 0;
}
#about.fzjjh {
  background-image: url('../images/bg52.jpg');
}
#about.fzjjh .bottom-content .title {
  position: relative;
  padding-left: 20px;
}
#about.fzjjh .bottom-content .title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 34px;
  background-color: #ffb300;
}
@media (max-width: 1580px) {
  #about .left-info {
    width: 56%;
  }
  #about .video-box {
    width: 38%;
  }
  #about .about-content {
    align-items: center;
  }
  #about .about-content .left-info .data-box {
    margin-top: 40px;
  }
  #about .about-content .video-box {
    height: 100%;
  }
  #about .about-lists li {
    width: 24%;
  }
  #about .about-lists li a {
    padding: 50px 10px 0;
    height: 350px;
  }
  #about .about-lists li a .icon-box img {
    height: 55px;
  }
  #about .about-lists li a .tit {
    margin: 30px 0 25px;
  }
  #about.gsbf .heart-content .top-nav .gsbf-info .title::before {
    top: 8px;
    height: 25px;
  }
  #about.fzjjh .bottom-content .title::after {
    top: 8px;
    height: 25px;
  }
}
@media (max-width: 800px) {
  #about .content {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  #about .left-info {
    width: 100%;
  }
  #about .left-info .desc-box {
    margin-bottom: 20px;
  }
  #about .left-info .text-node {
    margin-top: 15px;
  }
  #about .video-box {
    width: 100%;
    margin-top: 30px;
  }
  #about .video-box .play-box {
    width: 60px;
  }
  #about.company-profile .main .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  #about .about-content {
    margin: 25px 0 30px;
    flex-wrap: wrap;
  }
  #about .about-content .left-info {
    width: 100%;
  }
  #about .about-content .left-info .text-node a {
    margin-top: 15px;
  }
  #about .about-content .left-info .data-box {
    margin-top: 30px;
  }
  #about .about-content .left-info .data-box li {
    width: 48%;
    margin-right: 0;
  }
  #about .about-content .left-info .data-box li .num .tnumber {
    font-size: 30px;
  }
  #about .about-content .pic-box {
    width: 70%;
    margin: 30px auto 0;
  }
  #about .about-lists {
    flex-wrap: wrap;
  }
  #about .about-lists li {
    width: 49%;
  }
  #about .about-lists li a {
    padding: 60px 5px 0;
    height: 300px;
  }
  #about .about-lists li a .icon-box img {
    height: 45px;
  }
  #about .about-lists li a .tit {
    margin: 20px 0 15px;
  }
  #about.gsbf {
    background-size: cover;
  }
  #about.gsbf .about-content .left-info {
    width: 100%;
  }
  #about.gsbf .about-content .video-box {
    width: 100%;
    height: 250px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  #about.gsbf .bf-content {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #about.gsbf .bf-content .left-info .data-box {
    margin-top: 20px;
  }
  #about.gsbf .bf-content .left-info .data-box li {
    margin-right: 10px;
    position: relative;
  }
  #about.gsbf .bf-content .left-info .data-box li::after {
    display: none;
    right: -5px;
    top: 10px;
    width: 1px;
    height: 41px;
  }
  #about.gsbf .bf-content .left-info .data-box li .num {
    margin-bottom: 0;
  }
  #about.gsbf .heart-content .top-nav {
    flex-wrap: wrap;
  }
  #about.gsbf .heart-content .top-nav .gsbf-info {
    width: 100%;
  }
  #about.gsbf .heart-content .top-nav .gsbf-info .desc {
    margin: 20px 0 0;
  }
  #about.gsbf .heart-content .top-nav .same-nav {
    justify-content: flex-start;
  }
  #about.gsbf .heart-content .top-nav .same-nav .item {
    margin-right: 0;
    width: 90px;
  }
  #about.gsbf .heart-content .lists-swiper {
    margin-top: 20px;
  }
  #about.fzjjh {
    background-size: cover;
  }
  #about.fzjjh .about-content .video-box {
    width: 100%;
    height: 250px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  #about.fzjjh .bottom-content .top-title {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #about.fzjjh .bottom-content .top-title .more {
    margin-top: 15px;
  }
}
.company-profile-bottom {
  background-image: url('../images/bg9.png');
}
.company-profile-bottom .about-lists {
  width: 84%;
  margin: 60px auto 0;
}
.company-profile-bottom .about-lists li {
  width: 23.5%;
}
.company-profile-bottom .about-lists li a {
  width: 100%;
  padding: 66px 106px 95px 46px;
  background-image: url('../images/bg10.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.company-profile-bottom .about-lists li a .tit {
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 2px;
  border-bottom: 3px solid #fe980a;
}
@media (max-width: 1580px) {
  .company-profile-bottom .about-lists {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .company-profile-bottom .about-lists {
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .company-profile-bottom .about-lists li {
    width: 50%;
    margin-top: 10px;
  }
  .company-profile-bottom .about-lists li a {
    width: 100%;
    padding: 36px 66px 45px 26px;
    background-image: url('../images/bg10.png');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .company-profile-bottom .about-lists li a img {
    height: 30px;
  }
  .company-profile-bottom .about-lists li a .tit {
    margin-top: 15px;
    border-bottom: 2px solid #fe980a;
  }
}
#usiness .content ul li {
  width: 31.9%;
  height: 546px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 8px 32px 0px rgba(128, 191, 255, 0.3);
  overflow: hidden;
}
#usiness .content ul li a {
  width: 100%;
  height: 100%;
}
#usiness .content ul li a .oppress {
  height: 250px;
}
#usiness .content ul li .info {
  padding: 30px 26px;
  box-sizing: border-box;
}
#usiness .content ul li .title {
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  #usiness .content ul li {
    height: auto;
  }
}
@media (max-width: 800px) {
  #usiness .content ul {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  #usiness .content ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#news .news-content {
  padding-top: 45px;
}
#news .news-content .info-swiper {
  width: 70%;
  margin: 0;
}
#news .news-content .info-swiper a {
  width: 100%;
  height: 566px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 32px 0px rgba(128, 191, 255, 0.3);
}
#news .news-content .info-swiper a .oppress {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#news .news-content .info-swiper a .info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 30px;
  background-color: #004099;
  border-radius: 0;
  box-sizing: border-box;
}
#news .news-content .news-lists {
  width: 28%;
}
#news .news-content .news-lists .ul li:not(:last-child) {
  margin-bottom: 28px;
}
#news .news-content .news-lists .ul li a {
  width: 100%;
  box-shadow: 0px 8px 32px 0px rgba(128, 191, 255, 0.3);
}
#news .news-content .news-lists .ul li a .oppress {
  height: 269px;
  border-radius: 10px;
}
#news .right-go {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
#news .news-content2 .news-lists {
  width: 100%;
  padding-right: 0;
}
#news .news-content2 .news-lists .ul {
  margin-bottom: -50px;
  width: 100%;
}
#news .news-content2 .news-lists .ul li {
  width: 47%;
  margin-bottom: 50px;
}
#news .news-content2 .news-lists .ul li a {
  padding: 25px 30px 25px 0;
}
#news .news-content2 .news-lists .ul li a .date {
  background-color: transparent;
}
#news.page-news {
  background-image: url('../images/bg33.jpg');
  background-position: center -300px;
}
#news.page-news .watch .char {
  margin-right: 10px;
  color: #0159cb;
}
#news.page-news .watch .icon {
  color: #888888;
}
#news.page-news a:hover .title {
  color: #0159cb;
}
#news.page-news a:hover .watch .icon {
  color: #0159cb;
}
#news.page-news .news-lists .ul li a {
  padding: 30px 30px 0 45px;
  background-image: url('../images/bg11.png');
  background-position: center center;
  min-height: 160px;
}
#news.page-news .news-lists .ul li a .date {
  position: relative;
  left: 0;
  top: 0;
  background-color: transparent;
  padding-right: 0;
  opacity: 0.8;
}
#news.page-news .news-lists .ul li a .title {
  line-height: 1.5;
}
#news.page-news .group-news {
  background-image: url('../images/bg10.jpg');
}
#news.page-news .group-news .news-content .info-swiper {
  width: 66%;
}
#news.page-news .group-news .news-content .info-swiper a {
  height: 506px;
}
#news.page-news .group-news .news-content .info-swiper a .info-box {
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
#news.page-news .group-news .news-content .info-swiper a .info-box .title {
  margin-bottom: 0;
}
#news.page-news .group-news .news-content .news-lists {
  width: 32%;
}
#news.page-news .group-news .news-content .news-lists .ul li:not(:last-child) {
  margin-bottom: 17.5px;
}
#news.page-news .branch .content {
  position: relative;
  margin: 80px 0 0 0;
  padding: 0;
  box-sizing: border-box;
}
#news.page-news .branch .content .info-swiper a {
  height: 480px;
  background-color: #f6f6f6;
}
#news.page-news .branch .content .info-swiper a .oppress {
  width: 100%;
  height: 300px;
}
#news.page-news .branch .content .info-swiper a .info-box {
  padding: 20px 10px;
  box-sizing: border-box;
}
#news.page-news .branch .content .info-swiper a .info-box .title {
  margin-bottom: 15px;
  height: 52px;
}
#news.page-news .branch .content .info-swiper a .info-box .desc {
  color: #909090;
}
#news.page-news .page-branch .content {
  margin: 50px 0 0 0;
  padding: 0;
}
#news.page-news .page-branch .content .info-swiper a .info-box {
  padding-top: 26px;
}
#news.page-news .page-branch .content .info-swiper a .watch {
  margin-top: 50px;
}
#news.page-news .announcement {
  margin: 30px 0;
}
#news.page-news .announcement .swiper-box {
  margin: 80px -60px 0;
  background-image: -moz-linear-gradient(-1deg, #f1f1f1 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(-1deg, #f1f1f1 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(-1deg, #f1f1f1 0%, #ffffff 100%);
  padding: 40px 70px 45px;
  box-sizing: border-box;
}
#news.page-news .announcement .desc {
  color: #747474;
}
#news.page-news .announcement .date {
  width: 114px;
  height: 116px;
  background-color: #ffffff;
  padding: 10px 0 0 14px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
#news.page-news .announcement .date .day {
  color: #004099;
  font-size: 50px;
}
#news.page-news .announcement .date p {
  color: #747474;
  margin-top: -10px;
}
#news.page-news .announcement .date.active {
  color: #fff;
  background-color: #efa641;
}
#news.page-news .announcement .top-swiper a {
  width: 100%;
  position: relative;
}
#news.page-news .announcement .top-swiper a .info {
  width: 44%;
  margin-left: 40px;
}
#news.page-news .announcement .top-swiper a .info::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 29px;
  background-image: url('../images/dh.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#news.page-news .announcement .top-swiper a .info .title {
  margin-bottom: 20px;
  line-height: 1.2;
}
#news.page-news .announcement .top-swiper a .info .watch {
  margin-top: 30px;
}
#news.page-news .announcement .top-swiper .swiper-change {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 112px;
}
#news.page-news .announcement .top-swiper .swiper-change .swiper-button-prev {
  left: 0;
}
#news.page-news .announcement .top-swiper .swiper-change .swiper-button-next {
  right: 0;
}
#news.page-news .announcement .lists2 .ul li a {
  padding: 30px 14px;
  box-sizing: border-box;
}
#news.page-news .announcement .lists2 .ul li a .date {
  background-color: #f1f1f1;
}
#news.page-news .announcement .lists2 .ul li a .info {
  width: calc(100% - 140px);
}
#news.page-news .announcement .lists2 .ul li a .info .desc-box {
  width: 90%;
}
#news.page-news .announcement .lists2 .ul li a .info .desc-box .desc {
  margin-top: 10px;
}
#news.page-news .announcement .lists2 .ul li a .info .watch {
  margin-top: 35px;
}
#news.page-news .ztzl {
  margin: 30px 0;
  padding-left: 20px;
}
#news.page-news .ztzl .lists {
  width: 90%;
  margin: 60px auto 0;
}
#news.page-news .ztzl .lists a {
  width: 40%;
}
#news.page-news .ztzl .lists a .pic {
  width: 100%;
  height: 150px;
}
#news.page-news .ztzl .lists a .info {
  width: 100%;
  margin-top: 30px;
  align-items: flex-end;
}
#news.page-news .ztzl .lists a .info .desc {
  color: #818181;
  position: relative;
  padding-top: 20px;
}
#news.page-news .ztzl .lists a .info .desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #5c5c5c;
}
#news .gsyw {
  background-color: #fff;
  border-radius: 20px;
  border-bottom: 7px solid #075dd3;
  box-shadow: 3.83px 3.214px 16px 0px rgba(0, 60, 98, 0.27);
  margin: 40px -60px;
  padding: 0 20px 0;
  box-sizing: border-box;
}
#news .gsyw .gsxw-swiper {
  padding: 40px 0 40px;
  box-sizing: border-box;
}
#news .gsyw .gsxw-swiper .swiper-change {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
#news .gsyw .gsxw-swiper .news-content {
  padding-top: 0;
}
#news .gsyw .left-news {
  width: 66%;
}
#news .gsyw .left-news a {
  width: 47.5%;
}
#news .gsyw .left-news a .oppress {
  width: 100%;
  height: 320px;
}
#news .gsyw .left-news a .info-box {
  padding: 30px 25px;
  box-sizing: border-box;
  color: #575757;
  background-color: #ffffff;
  box-shadow: 3.83px 3.214px 35px 0px rgba(0, 60, 98, 0.21);
  position: relative;
}
#news .gsyw .left-news a .info-box .date {
  align-items: flex-end;
}
#news .gsyw .left-news a .info-box .date .date-day {
  color: #000;
  font-size: 33px;
}
#news .gsyw .left-news a .info-box .title {
  margin-top: 15px;
  height: 55px;
  line-height: 1.5;
}
#news .gsyw .left-news a .info-box .show-info {
  display: none;
  margin-top: 20px;
}
#news .gsyw .left-news a .info-box .more {
  position: absolute;
  left: 25px;
  bottom: 45px;
}
#news .gsyw .left-news a:hover {
  background-image: url('../images/bg32.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#news .gsyw .left-news a:hover .oppress {
  height: 0;
}
#news .gsyw .left-news a:hover .info-box {
  color: #fff;
  height: 100%;
  background-color: transparent;
}
#news .gsyw .left-news a:hover .info-box .date .date-day {
  color: #fff;
}
#news .gsyw .left-news a:hover .info-box .show-info {
  display: block;
}
#news .gsyw .left-news a:hover .info-box .title {
  color: #fff;
}
#news .gsyw .lists {
  width: 31%;
}
#news .gsyw .lists .ul li:not(:last-child) {
  margin-bottom: 25px;
}
#news .gsyw .lists .ul li a .oppress {
  width: 48%;
  height: 148px;
}
#news .gsyw .lists .ul li a .right-box {
  width: 48%;
}
#news .gsyw .lists .ul li a .right-box .title {
  color: #575757;
}
#news .gsyw .lists .ul li a .right-box .icon-box {
  margin-top: 35px;
}
#news .gsyw .lists .ul li a:hover .right-box .title {
  color: #0159cb;
}
#news.jtgg {
  padding-top: 40px;
  background-image: none;
}
#news.qydt {
  background-image: none;
}
#news.qydt .top-nav {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(90, 90, 90, 0.3);
}
#news.qydt .watch .char {
  color: #888888;
  margin-right: 5px;
}
#news.qydt a:hover .watch .icon {
  color: #888888;
}
#news.qydt .lists-swiper .ul li a {
  padding: 30px 0;
  border-bottom: 1px solid rgba(90, 90, 90, 0.2);
}
#news.qydt .lists-swiper .ul li a .oppress {
  width: 20%;
  height: 182px;
  border-radius: 15px;
}
#news.qydt .lists-swiper .ul li a .info-box {
  width: 78%;
}
#news.qydt .lists-swiper .ul li a .info-box .tag-box .tag {
  border-radius: 6px;
  background-color: #fef7ed;
  width: 120px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #b56b04;
}
#news.qydt .lists-swiper .ul li a .info-box .tag-box .date {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  color: #5c5c5c;
}
#news.qydt .lists-swiper .ul li a .info-box .tag-box .date::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 1.6px;
  height: 25px;
  background-color: #757172;
}
#news.qydt .lists-swiper .ul li a .info-box .title {
  margin: 10px 0 15px;
}
#news.qydt .lists-swiper .ul li a .info-box .desc {
  color: #5c5c5c;
}
#news.qydt .lists-swiper .ul li a .watch {
  margin-top: 10px;
}
#news.qydt .lists-swiper .ul li a .watch .char {
  color: #5c5c5c;
}
#news.qydt .lists-swiper .ul li a .watch .icon {
  color: #5c5c5c;
}
#news.qydt .lists-swiper .ul li a a:hover .watch .icon {
  color: #5c5c5c;
}
#news.qydt .wechat li {
  position: relative;
  text-align: center;
}
#news.qydt .wechat li:not(:last-child) {
  padding-right: 120px;
  margin-right: 100px;
}
#news.qydt .wechat li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: 243px;
  background-color: #676767;
}
#news.qydt .wechat li .pic {
  width: 280px;
  height: 270px;
  position: relative;
  margin: 0 auto 40px;
}
#news.qydt .wechat li .pic img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 88;
}
#news.qydt .wechat li .pic::before {
  content: '';
  background-color: #0159cb;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 286px;
  height: 276px;
}
#news.qydt .wechat li .tag {
  display: inline-block;
  border-radius: 10px;
  background-color: #f4f4f4;
  width: 134px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  margin: 10px auto;
}
#news.qydt .wechat li span,
#news.qydt .wechat li p {
  color: #b6b6b6;
}
@media (max-width: 1580px) {
  #news .news-content .info-swiper a {
    height: 560px;
  }
  #news .news-content .news-lists .ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #news.page-news .news-lists .ul li a {
    min-height: 159px;
    padding: 30px 30px 0 45px;
  }
  #news.page-news .announcement .swiper-box {
    margin: 60px -30px 0;
    height: auto;
    padding: 40px 30px;
  }
  #news.page-news .announcement .right-box .status-lists a .oppress {
    height: 160px;
  }
  #news.page-news .announcement .lists2 .ul li a {
    padding: 30px 0;
  }
  #news.page-news .branch .content {
    margin: 60px 0 0 0;
  }
  #news.page-news .branch .content .info-swiper a {
    height: 400px;
  }
  #news.page-news .branch .content .info-swiper a .oppress {
    height: 250px;
  }
  #news.page-news .page-branch .content {
    margin: 50px 0 0 0;
  }
  #news .gsyw {
    border-bottom: 5px solid #075dd3;
    margin: 20px -30px;
    padding: 0 20px 0;
  }
  #news .gsyw .left-news a .oppress {
    height: 303px;
  }
  #news .gsyw .lists .ul li a .oppress {
    height: 141px;
  }
}
@media (max-width: 800px) {
  #news > .top {
    flex-wrap: wrap;
    position: relative;
  }
  #news > .top .same-nav {
    margin-top: 20px;
  }
  #news .news-content {
    padding-top: 10px;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #news .news-content .info-swiper {
    width: 100%;
    margin: 0;
  }
  #news .news-content .info-swiper a {
    height: 360px;
  }
  #news .news-content .info-swiper a .info-box {
    padding: 10px 20px;
  }
  #news .news-content .news-lists {
    width: 100%;
    margin-top: 20px;
  }
  #news .news-content .news-lists .ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #news .right-go {
    margin-top: 10px;
  }
  #news .news-content2 .news-lists {
    margin-top: 20px;
  }
  #news .news-content2 .news-lists .ul {
    margin-bottom: -25px;
    width: 100%;
  }
  #news .news-content2 .news-lists .ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  #news .news-content2 .news-lists .ul li a {
    padding: 16px 20px 15px 0;
  }
  #news .news-content2 .news-lists .ul li a .date {
    background-color: #fff;
  }
  #news.page-news .date {
    margin-bottom: 5px;
  }
  #news.page-news .date .icon {
    margin-right: 6px;
  }
  #news.page-news .watch .char {
    margin-right: 8px;
  }
  #news.page-news .news-lists .ul li a {
    padding: 20px;
  }
  #news.page-news .news-lists .ul li a .title {
    line-height: 1.4;
  }
  #news.page-news .group-news .news-content {
    padding: 20px;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  #news.page-news .branch .page-title img {
    height: 3px;
  }
  #news.page-news .branch .content {
    margin: 30px 0 0 0;
  }
  #news.page-news .branch .content .info-swiper a {
    height: 340px;
  }
  #news.page-news .branch .content .info-swiper a .oppress {
    width: 100%;
    height: 200px;
  }
  #news.page-news .page-branch .content {
    margin: 20px 0 0 0;
    padding: 0;
  }
  #news.page-news .page-branch .content .info-swiper a .oppress {
    height: 220px;
  }
  #news.page-news .page-branch .content .info-swiper a .watch {
    margin-top: 20px;
  }
  #news.page-news .announcement {
    margin: 0;
  }
  #news.page-news .announcement .swiper-box {
    margin: 30px 0 0;
    height: auto;
    padding: 20px;
  }
  #news.page-news .announcement .desc {
    color: #747474;
  }
  #news.page-news .announcement .date {
    width: 80px;
    height: 80px;
    padding: 10px 0 0 14px;
  }
  #news.page-news .announcement .date .day {
    color: #004099;
    font-size: 30px;
  }
  #news.page-news .announcement .date p {
    color: #747474;
    margin-top: -10px;
  }
  #news.page-news .announcement .date.active {
    color: #fff;
    background-color: #efa641;
  }
  #news.page-news .announcement .top-swiper a {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #news.page-news .announcement .top-swiper a .date {
    display: none;
  }
  #news.page-news .announcement .top-swiper a .info {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
  }
  #news.page-news .announcement .top-swiper a .info::after {
    display: none;
  }
  #news.page-news .announcement .top-swiper a .info .title {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #news.page-news .announcement .top-swiper a .info .watch {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
  #news.page-news .announcement .lists2 .ul li a {
    padding: 20px 0;
  }
  #news.page-news .announcement .lists2 .ul li a .info {
    width: calc(100% - 100px);
  }
  #news.page-news .announcement .lists2 .ul li a .info .desc-box {
    width: 100%;
  }
  #news.page-news .announcement .lists2 .ul li a .info .desc-box .desc {
    margin-top: 10px;
  }
  #news.page-news .announcement .lists2 .ul li a .info .watch {
    display: none;
  }
  #news.page-news .ztzl {
    margin: 30px 0 0;
    padding-left: 0;
  }
  #news.page-news .ztzl .lists {
    width: 100%;
    margin-top: 30px;
  }
  #news.page-news .ztzl .lists a {
    width: 100%;
  }
  #news.page-news .ztzl .lists a:not(:last-child) {
    margin-bottom: 20px;
  }
  #news.page-news .ztzl .lists a .pic {
    height: 120px;
  }
  #news.page-news .ztzl .lists a .info {
    margin-top: 10px;
  }
  #news.page-news .ztzl .lists a .info .desc {
    padding-top: 10px;
  }
  #news .gsyw {
    padding: 0;
    margin: 10px 0;
  }
  #news .gsyw .gsxw-swiper {
    padding: 0 0 40px;
  }
  #news .gsyw .left-news {
    width: 100%;
    flex-wrap: wrap;
  }
  #news .gsyw .left-news a {
    width: 100%;
    margin-bottom: 20px;
    height: 320px;
  }
  #news .gsyw .left-news a .oppress {
    height: 242px;
  }
  #news .gsyw .left-news a .info-box {
    padding: 20px;
  }
  #news .gsyw .left-news a .info-box .date .date-day {
    font-size: 24px;
  }
  #news .gsyw .left-news a .info-box .more {
    left: 20px;
    bottom: 30px;
  }
  #news .gsyw .lists {
    width: 100%;
  }
  #news .gsyw .lists .ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #news .gsyw .lists .ul li a .oppress {
    height: 114px;
  }
  #news.qydt .top-nav {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  #news.qydt .lists-swiper {
    margin-top: 10px;
  }
  #news.qydt .lists-swiper .ul li a {
    padding: 20px 0;
    border-bottom: 1px solid rgba(90, 90, 90, 0.2);
  }
  #news.qydt .lists-swiper .ul li a .oppress {
    width: 30%;
    height: 122px;
    border-radius: 15px;
  }
  #news.qydt .lists-swiper .ul li a .info-box {
    width: 68%;
  }
  #news.qydt .lists-swiper .ul li a .info-box .tag-box .tag {
    width: 95px;
  }
  #news.qydt .lists-swiper .ul li a .info-box .tag-box .date {
    padding-left: 10px;
    margin-left: 10px;
  }
  #news.qydt .lists-swiper .ul li a .info-box .tag-box .date::after {
    top: 2px;
    width: 1px;
    height: 20px;
  }
  #news.qydt .lists-swiper .ul li a .info-box .title {
    margin: 10px 0;
  }
  #news.qydt .wechat {
    flex-wrap: wrap;
  }
  #news.qydt .wechat li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #news.qydt .wechat li:not(:last-child)::after {
    display: none;
  }
  #news.qydt .wechat li .pic {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
  }
  #news.qydt .wechat li .pic::before {
    width: 206px;
    height: 206px;
  }
}
.same-nav .item {
  min-width: 186px;
  height: 53px;
  margin-left: 20px;
  cursor: pointer;
  border-width: 2px;
  border-color: #c9ccce;
  border-style: solid;
  background-color: rgba(207, 201, 203, 0);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c9ccce;
  transition: all 0.3s ease-in-out;
}
.same-nav .item.on {
  color: #fff;
  background-color: #ffb300;
  border-color: #ffb300;
}
.same-nav.cfsy-nav .item {
  min-width: 210px;
  height: 60px;
  background-image: -moz-linear-gradient(-90deg, #cad5e7 0%, #e8edf5 100%);
  background-image: -webkit-linear-gradient(-90deg, #cad5e7 0%, #e8edf5 100%);
  background-image: -ms-linear-gradient(-90deg, #cad5e7 0%, #e8edf5 100%);
  margin-right: 15px;
  border-radius: 6px;
  color: #004099;
}
.same-nav.cfsy-nav .item:nth-of-type(3) {
  min-width: 210px;
}
.same-nav.cfsy-nav .item.on {
  color: #fff;
  background-color: #c39c60;
  background-image: none;
}
.same-nav.cfsy-nav .item.on span {
  padding-left: 0;
}
.same-nav.cfsy-nav .item.on span::after {
  opacity: 0;
}
.same-nav.jy-nav {
  border-radius: 9px;
  background-color: #faf9fe;
  width: 456px;
  height: 57px;
  padding: 5px;
  box-sizing: border-box;
}
.same-nav.jy-nav .item {
  min-width: inherit;
  width: 127px;
  border-radius: 7px;
  background-image: none;
  height: 100%;
  border: none;
  margin-left: 0;
}
.same-nav.jy-nav .item.on {
  color: #fff;
  border-radius: 7px;
  background-color: #edad3c;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.3);
}
.same-nav.dt-nav {
  width: 528px;
}
.same-nav.dt-nav .item.on {
  color: #004099;
  background-color: #ffffff;
}
@media (max-width: 800px) {
  .same-nav {
    width: 100%;
    flex-wrap: wrap;
  }
  .same-nav .item {
    height: 40px;
    margin-bottom: 10px;
    min-width: 110px;
    margin-left: 10px;
  }
  .same-nav .item:first-child {
    margin-left: 0;
  }
  .same-nav.cfsy-nav .item {
    min-width: 150px;
  }
  .same-nav.cfsy-nav .item:nth-of-type(3) {
    min-width: 150px;
  }
  .same-nav.jy-nav {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
  .same-nav.jy-nav .item {
    width: 80px;
  }
  .same-nav.dt-nav {
    width: 100%;
  }
}
.page-nav {
  position: relative;
  z-index: 9;
  color: #5c5c5c;
  background-color: #f5f7fa;
}
.page-nav .main {
  position: relative;
  z-index: 9;
}
.page-nav .list {
  min-width: 50%;
}
.page-nav .list.w100 {
  min-width: inherit;
}
.page-nav .list .item a {
  padding: 8px 45px;
  position: relative;
}
.page-nav .list .item a span {
  position: relative;
  z-index: 8;
}
.page-nav .list .item a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #d12a2a;
  transition: all 0.4s ease-in-out;
}
.page-nav .list .item:hover a,
.page-nav .list .item.active a {
  color: #fff;
}
.page-nav .list .item:hover a::before,
.page-nav .list .item.active a::before {
  height: 100%;
}
.page-nav .common-list .item a {
  width: 200px;
  padding: 8px 10px;
  box-sizing: border-box;
  text-align: center;
}
.page-nav .common-list .item a::before {
  background-color: #f3b758;
}
.page-nav .common-list .item:hover a,
.page-nav .common-list .item.active a {
  color: #004099;
}
.page-nav .two-list .item {
  margin-right: 25%;
}
.page-nav .two-list .item:last-child {
  margin-right: 0;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
  }
  .page-nav .main {
    flex-wrap: wrap;
  }
  .page-nav .list {
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: flex-start;
  }
  .page-nav .list .item a {
    padding: 5px 8px;
  }
  .page-nav .common-list .item a {
    width: auto;
    padding: 8px 10px;
  }
  .page-nav .two-list {
    justify-content: flex-start;
  }
  .page-nav .two-list .item {
    margin-right: 0;
  }
}
#crumbs {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
}
#crumbs .ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.4em;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch .icon {
  margin-right: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #15499a;
  text-align: center;
  line-height: 26px;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  opacity: 1;
  color: #ffb300;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
.same-top-bg {
  border-radius: 16px;
  background-image: url('../images/bg17.png');
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.inner-page {
  position: relative;
}
.inner-page .main {
  max-width: 76%;
}
.inner-page .load-more {
  text-align: right;
  margin-top: 25px;
}
.inner-page .top-box {
  overflow: hidden;
  background-image: none!important;
  position: relative;
}
.inner-page .top-box .banner-box {
  width: calc(100% - 200px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation: zoom-in 6s ease forwards;
}
@media (min-width: 2000px) {
  .inner-page .top-box .banner-box {
    width: calc(100% - 235px);
  }
}
@media (max-width: 1580px) {
  .inner-page .top-box .banner-box {
    width: calc(100% - 166px);
  }
}
@media (max-width: 1280px) {
  .inner-page .top-box .banner-box {
    width: calc(100% - 146px);
  }
}
@media (max-width: 1080px) {
  .inner-page .top-box .banner-box {
    width: 100%;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.inner-page .top-box .small {
  display: none;
}
.inner-page .top-box.small-banner .small {
  display: block;
}
.inner-page .top-box.small-banner .big {
  display: none;
}
.inner-page .top-box > .main {
  padding: 1.3rem 0;
  height: calc(756px - 56px);
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.inner-page .top-box .title1 {
  font-size: 46px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.inner-page .top-box .title1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 6px;
  background-color: #004099;
  display: none;
}
@media (max-width: 1580px) {
  .inner-page .top-box > .main {
    padding: 1rem 0;
    height: calc(556px - 56px);
  }
  .inner-page .top-box .title1 {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .inner-page .top-box > .main {
    padding: 0.9rem 0 0.6rem;
    height: calc(456px - 56px);
  }
  .inner-page .top-box .title1 {
    font-size: 28px;
    left: 20px;
    top: 60%;
  }
}
.inner-page .top-search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 88;
}
.inner-page .top-search .search-btn {
  width: 93px;
  height: 93px;
  background-color: rgba(40, 92, 164, 0.6);
  border-radius: 0 0 0 10px;
  cursor: pointer;
}
.inner-page .content .info-box .company-name {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #c9c9c9;
  color: #4e4e4e;
  font-size: 33px;
}
.inner-page .content .info-box .info {
  color: #4e4e4e;
  line-height: 1.6;
}
.inner-page .content .info-box .info .wrap-img,
.inner-page .content .info-box .info .wrap-video {
  float: right;
  margin: 0 0 10px 10px;
  height: auto;
}
.inner-page .content .info-box .info .wrap-video {
  position: relative;
  width: 40%;
  max-width: 560px;
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
}
.inner-page .content .info-box .info .wrap-video .video-media {
  display: block;
  width: 100%;
  height: auto;
  outline: none;
}
.inner-page .content .info-box .info .wrap-video .play-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  z-index: 2;
  cursor: pointer;
}
.inner-page .content .info-box .info .wrap-video .play-box img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 800px) {
  .inner-page .content .info-box .info .wrap-video {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .inner-page .content .info-box .info .wrap-video .play-box {
    width: 56px;
    height: 56px;
  }
}
.inner-page .zjjg-content {
  background-color: #f8fcff;
}
.inner-page .company-profile .info-box {
  margin: 30px auto 0;
  width: 94%;
}
.inner-page .leader-profile {
  background-color: #f8fcff;
  background-image: url('../images/bg59.jpg');
  background-position: center top;
  background-size: 110% 110%;
}
.inner-page .leader-profile .same-nav {
  margin: 100px 0 60px;
}
.inner-page .leader-profile .same-nav .item {
  min-width: 216px;
  height: 70px;
  margin-left: 120px;
  border-width: 1px;
  border-color: #f3b758;
  border-style: solid;
  background-color: #f3f7fc;
  color: #000;
  border-radius: 35px;
}
.inner-page .leader-profile .same-nav .item:first-child {
  margin-left: 0;
}
.inner-page .leader-profile .same-nav .item.on {
  background-color: #ffb300;
  border-color: #ffb300;
}
.inner-page .leader-swiper {
  width: 100%;
}
.inner-page .leader-swiper .leader {
  margin-bottom: 40px;
  text-align: center;
  padding-left: 20px;
}
.inner-page .leader-swiper .leader .name {
  display: inline-block;
  margin-right: 64px;
  min-width: 96px;
  text-align: justify;
  text-align-last: justify;
}
.inner-page .leader-swiper .leader .posititon {
  display: inline-block;
  color: #747474;
  min-width: 158px;
  text-align: left;
}
.inner-page .leader-swiper .leader:last-child {
  margin-bottom: 0;
}
.inner-page .leader-swiper .leader.four-leader {
  justify-content: space-between;
  padding-right: 2%;
  box-sizing: border-box;
}
.inner-page .leader-swiper .leader.four-leader .box {
  margin-right: 0;
}
.inner-page .leader-swiper .leader.four-leader .box:last-child {
  margin-right: 0;
}
.inner-page .leader-swiper .leader.three-leader .box {
  margin-right: 50px;
}
.inner-page .leader-swiper .leader.three-leader .box:last-child {
  margin-right: 50px;
}
.inner-page .leader-swiper .leader .box {
  width: 325px;
  box-sizing: border-box;
  margin-right: 325px;
  text-align: center;
}
.inner-page .leader-swiper .leader .box:last-child {
  margin-right: 0;
}
.inner-page .leader-swiper .leader .box .pic {
  width: 100%;
  height: 416px;
  box-shadow: 6.128px 5.142px 0px 0px rgba(243, 183, 88, 0.004);
  position: relative;
}
.inner-page .leader-swiper .leader .box .pic::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 99%;
  height: 99%;
  background-color: #ecb558;
  border-radius: 32px;
}
.inner-page .leader-swiper .leader .box .pic img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 7;
  object-fit: cover;
  border-radius: 32px;
}
.inner-page .leader-swiper .leader .box .name {
  margin-top: 30px;
}
.inner-page .leader-swiper .leader .box .posititon {
  color: #747474;
}
.inner-page .leader-swiper .spe-leader {
  justify-content: space-around;
}
.inner-page .leader-swiper .spe-leader .box {
  margin-right: 0;
}
.inner-page .develop-content {
  padding-bottom: 130px;
  background-image: url('../images/bg8.jpg');
  background-position: right top;
  position: relative;
}
.inner-page .develop-content .info-box {
  width: 100%;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 60px;
  box-sizing: border-box;
}
.inner-page .develop-content .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95%;
}
@media (max-width: 1580px) {
  .inner-page .main {
    max-width: 78%;
  }
  .inner-page .leader-swiper .leader .box {
    width: 245px;
  }
  .inner-page .leader-swiper .leader .box .pic {
    height: 316px;
  }
  .inner-page .top-search .search-btn {
    width: 80px;
    height: 80px;
  }
  .inner-page .top-search .search-btn img {
    width: 40px;
  }
}
@media (max-width: 800px) {
  .inner-page .main {
    max-width: 100%;
  }
  .inner-page .content .info-box .company-name {
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .inner-page .content .info-box .info {
    line-height: 1.4;
  }
  .inner-page .leader-profile {
    background-size: cover;
  }
  .inner-page .leader-profile .same-nav {
    margin: 30px 0 10px;
    font-size: 20px;
  }
  .inner-page .leader-profile .same-nav .item {
    min-width: 106px;
    height: 40px;
    margin-left: 10px;
    border-radius: 25px;
  }
  .inner-page .leader-profile .same-nav .item:first-child {
    margin-left: 0;
  }
  .inner-page .company-profile .info-box {
    margin: 20px auto 0;
    width: 100%;
  }
  .inner-page .leader-swiper {
    width: 100%;
  }
  .inner-page .leader-swiper .leader {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .inner-page .leader-swiper .leader:last-child {
    margin-bottom: 0;
  }
  .inner-page .leader-swiper .leader .box {
    width: 130px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .inner-page .leader-swiper .leader .box .pic {
    height: 155px;
  }
  .inner-page .leader-swiper .leader .box .pic img {
    border-radius: 20px;
  }
  .inner-page .leader-swiper .leader .box .pic::before {
    left: 5px;
    top: 5px;
    width: 99%;
    height: 99%;
    border-radius: 20px;
  }
  .inner-page .leader-swiper .leader .box .name {
    margin-top: 10px;
  }
  .inner-page .leader-swiper .leader.three-leader .box {
    margin-right: 0;
  }
  .inner-page .leader-swiper .leader.three-leader .box:last-child {
    margin-right: 0;
  }
  .inner-page .top-search .search-btn {
    width: 60px;
    height: 60px;
  }
  .inner-page .top-search .search-btn img {
    width: 35px;
  }
  .inner-page .develop-content .bg {
    width: 100%;
  }
}
.company-profile-middle {
  position: relative;
  padding-left: 15px;
}
.company-profile-middle .video-box {
  margin: 0 -4%;
  position: relative;
  width: 108.8%;
  overflow: hidden;
}
.company-profile-middle .video-box .show-video {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.company-profile-middle .video-box .show-video.show {
  opacity: 1;
}
.company-profile-middle .video-box .show-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s ease;
  box-sizing: border-box;
  background-color: #fff;
}
.company-profile-middle .video-box .show-logo .logo-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.company-profile-middle .video-box .show-logo .logo-pic .pic {
  height: 100%;
}
.company-profile-middle .video-box .show-logo.logo-hide {
  opacity: 0;
  pointer-events: none;
}
.company-profile-middle .video-box .bottom-box {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 8;
  width: 100%;
}
.company-profile-middle .video-box .bottom-box .play-box .txt {
  color: #6a6a6a;
  margin-top: 10px;
}
.company-profile-middle .video-box .bottom-box .spe-txt {
  font-size: 60px;
  background-image: linear-gradient(180deg, #004099 40%, #29b2d4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.5s ease;
}
.company-profile-middle .info-box {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  border-radius: 15px;
  background-color: #ffffff;
  width: 72%;
  height: 167px;
  border-bottom: 3px solid #e5aa2a;
  padding: 68px;
  box-sizing: border-box;
  z-index: 8;
}
.company-profile-middle .info-box .item {
  width: 50%;
}
.company-profile-middle .info-box .item .text {
  margin-left: 30px;
}
.company-profile-middle .info-box .item .text p {
  color: #888888;
  margin-top: 12px;
}
@media (max-width: 800px) {
  .company-profile-middle {
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .company-profile-middle .main {
    padding: 0 !important;
  }
  .company-profile-middle .video-box {
    width: 100%;
    margin: 0;
  }
  .company-profile-middle .video-box .play-box {
    width: 100%;
  }
  .company-profile-middle .video-box .play-box .play {
    width: 40px;
    margin: 0 auto;
  }
  .company-profile-middle .video-box .bottom-box {
    bottom: 10px;
  }
  .company-profile-middle .video-box .bottom-box .play-box {
    margin-top: 10px;
  }
  .company-profile-middle .video-box .bottom-box .play-box .txt {
    margin-top: 5px;
  }
  .company-profile-middle .video-box .bottom-box .spe-txt {
    font-size: 20px;
  }
  .company-profile-middle .info-box {
    bottom: -10px;
    width: 90%;
    height: auto;
    border-bottom: 2px solid #e5aa2a;
    padding: 20px;
  }
  .company-profile-middle .info-box .item {
    width: 49%;
  }
  .company-profile-middle .info-box .item .text {
    margin-left: 5px;
  }
  .company-profile-middle .info-box .item .text p {
    margin-top: 8px;
  }
}
.develop {
  padding: 0 5%;
  align-items: flex-start;
}
.develop .item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
  width: 30%;
  box-sizing: border-box;
}
.develop .item .text-node {
  color: #404040;
}
.develop .item .left-line {
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(-90deg, rgba(0, 64, 153, 0.4) 50%, transparent 70%);
  background-image: -moz-linear-gradient(-90deg, rgba(0, 64, 153, 0.4) 50%, transparent 70%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 64, 153, 0.4) 50%, transparent 70%);
}
.develop .item .left-line::before,
.develop .item .left-line::after {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #15499a;
  border-style: solid;
  border-radius: 50%;
  background-color: #fff;
}
.develop .item .left-line::after {
  top: auto;
  left: -11px;
  bottom: 0;
}
.develop .item .year {
  margin: 10px 0 30px -10px;
}
.develop .item .text-node {
  width: 90%;
  text-align: justify;
}
.develop .item:first-child {
  margin-top: 140px;
}
.develop .item:nth-of-type(2) {
  margin-top: 70px;
}
@media (max-width: 1580px) {
  .develop .item {
    width: 32%;
  }
}
@media (max-width: 800px) {
  .develop .item {
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .develop .item .left-line {
    height: 100%;
  }
  .develop .item .left-line::before {
    top: -5px;
  }
  .develop .item:first-child {
    margin-top: 0;
  }
  .develop .item:nth-of-type(2) {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.develop2 .item {
  position: relative;
  padding-bottom: 100px;
  padding-left: 30px;
  width: 30%;
  box-sizing: border-box;
}
.develop2 .item .left-line {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 474px;
  background-color: rgba(21, 73, 154, 0.2);
}
.develop2 .item .left-line::before,
.develop2 .item .left-line::after {
  content: '';
  position: absolute;
  left: -7px;
  top: 0;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-color: #004099;
  border-style: solid;
  border-radius: 50%;
  background-color: #f7f8fa;
}
.develop2 .item .left-line::after {
  top: auto;
  left: -11px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-width: 6px;
}
.develop2 .item .year {
  margin: 10px 0 30px -10px;
}
.develop2 .item .text-node {
  width: 90%;
  text-align: justify;
}
.develop2 .item:first-child {
  margin-top: 140px;
}
.develop2 .item:nth-of-type(2) {
  margin-top: 70px;
}
@media (max-width: 1580px) {
  .develop2 .item {
    width: 32%;
  }
  .develop2 .item .left-line {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .develop2 .item {
    width: 100%;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .develop2 .item .left-line {
    height: 100%;
  }
  .develop2 .item:first-child {
    margin-top: 0;
  }
  .develop2 .item:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.pagenation {
  margin: 80px auto 40px;
  overflow: hidden;
}
.pagenation .ellipsis {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.8);
  cursor: default;
}
.pagenation span {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border: 1px solid #6b6b6b;
  line-height: 50px;
  margin: 0 8px;
  text-align: center;
  border-radius: 5px;
}
.pagenation span:hover,
.pagenation span.active {
  color: #fff;
  background-color: #c0974f;
  border: 1px solid #c0974f;
}
.pagenation .pageNext,
.pagenation .pagePrev {
  width: 122px;
}
.pagenation.dj-pagenation span:hover,
.pagenation.dj-pagenation span.active {
  background-color: #ce2f1a;
  border: 1px solid #ce2f1a;
}
@media (max-width: 800px) {
  .pagenation {
    margin: 40px auto 10px;
  }
  .pagenation span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .pagenation .pageNext,
  .pagenation .pagePrev {
    width: 100px;
  }
}
.new-page .top-box {
  background-image: url('../images/bg9.jpg');
}
.new-page .company-news {
  background-image: url('../images/bg15.jpg');
}
.new-page .company-news .top-news {
  margin: 70px 0 40px;
}
.new-page .company-news .top-news a .oppress {
  width: 54%;
  height: 535px;
  border-radius: 16px;
  position: relative;
  z-index: 88;
}
.new-page .company-news .top-news a .right-box {
  width: 51%;
  margin-top: 10px;
  margin-left: -5%;
  background-image: url('../images/bg16.png');
  background-size: 100% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 90px 70px 110px 130px;
  box-sizing: border-box;
}
.new-page .company-news .top-news a .right-box .text-node {
  margin: 40px 0 70px;
}
.new-page .company-news .news-list {
  margin-top: 30px;
}
.new-page .company-news .news-list .ul li {
  margin-bottom: 20px;
}
.new-page .company-news .news-list .ul li a {
  padding: 24px 35px;
  box-sizing: border-box;
  border-radius: 23px;
  background-image: url('../images/bg53.png');
  background-size: 100% 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.new-page .company-news .news-list .ul li a .date {
  width: 93px;
  height: 89px;
  border-width: 1px;
  border-color: #c0974f;
  border-style: solid;
  border-radius: 13px;
  background-color: #fffbf5;
  text-align: center;
}
.new-page .company-news .news-list .ul li a .date .day {
  color: #cfa558;
}
.new-page .company-news .news-list .ul li a .date .date-year {
  margin-top: -10px;
}
.new-page .company-news .news-list .ul li a .desc {
  width: 90%;
}
.new-page .company-news .news-list .ul li a .desc .top {
  margin-bottom: 15px;
}
.new-page .company-news .news-list .ul li a .desc .top span {
  display: inline-block;
  padding: 0 8px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #cfa558;
  margin-right: 10px;
  height: 26px;
  line-height: 26px;
}
.new-page .company-news .news-list .ul li a .desc .desc {
  width: 100%;
}
.new-page .company-news .news-list2 .ul li a .desc .date {
  margin: 15px 0 0;
}
.new-page .zp-page {
  background-image: url('../images/bg41.jpg');
}
.new-page .zp-page .top-nav .same-nav {
  margin: 0;
}
.new-page .gzdt {
  background-image: url('../images/bg46.jpg');
  background-size: 90% auto;
  background-position: right top;
}
.new-page .gzdt .news-list2 {
  border-top: none;
  margin-top: -30px;
}
.new-page .news-details {
  background-image: none;
  position: relative;
  z-index: 100;
}
.new-page .news-details .article {
  margin-top: 80px;
}
.new-page .news-details .article .tag-box {
  margin: 30px 0 45px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.6);
  padding-bottom: 35px;
  color: #777777;
}
.new-page .news-details .article .tag-box .view {
  margin: 0 30px;
  padding: 0 30px;
  position: relative;
}
.new-page .news-details .article .tag-box .view::before,
.new-page .news-details .article .tag-box .view::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 2px;
  height: 15px;
  background-color: rgba(120, 120, 120, 0.6);
}
.new-page .news-details .article .tag-box .view::before {
  left: 0;
  right: auto;
}
.new-page .news-details .article .desc {
  color: #747474;
  line-height: 1.6;
  padding: 0 45px;
}
.new-page .news-details .article .desc a {
  display: inline-block;
}
.new-page .news-details .bottom-lists {
  margin-top: 80px;
}
.new-page .news-details .bottom-lists .top-title {
  padding-left: 45px;
}
.new-page .news-details .bottom-lists ul {
  margin-top: 25px;
}
.new-page .news-details .bottom-lists ul li a {
  border-top: 1px solid #a5a5a5;
  padding: 25px 0 25px 45px;
  box-sizing: border-box;
  color: #747474;
}
.new-page .news-details .bottom-lists ul li a .tit {
  width: 80%;
}
.new-page .news-details .bottom-lists ul li a:hover {
  color: #4c97e6;
}
@media (max-width: 800px) {
  .new-page .news-details .left-share {
    display: none;
  }
  .new-page .news-details .article {
    margin-top: 30px;
  }
  .new-page .news-details .article .tag-box {
    margin: 20px 0 25px;
    padding-bottom: 25px;
  }
  .new-page .news-details .article .tag-box .view {
    margin: 0 10px;
    padding: 0 10px;
  }
  .new-page .news-details .article .tag-box .view::before,
  .new-page .news-details .article .tag-box .view::after {
    top: 3px;
    width: 1px;
    height: 14px;
  }
  .new-page .news-details .article .desc {
    line-height: 1.6;
    padding: 0;
  }
  .new-page .news-details .bottom-lists {
    margin-top: 40px;
  }
  .new-page .news-details .bottom-lists .top-title {
    padding-left: 0;
  }
  .new-page .news-details .bottom-lists ul {
    margin-top: 15px;
  }
  .new-page .news-details .bottom-lists ul li a {
    padding: 10px 0;
  }
  .new-page .news-details .bottom-lists ul li a .tit {
    width: 65%;
  }
}
.new-page .news-details .cfsy-article {
  width: 100%;
}
.new-page .news-details .cfsy-article .tit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.new-page .news-details .cfsy-article .desc span {
  display: inline-block;
}
.new-page .news-details .cfsy-article .desc .span-tit {
  margin-left: 25px;
}
.new-page .news-details .cfsy-article .desc .main-tit {
  padding: 2px 40px;
  background-color: #004099;
  border-radius: 4px;
  margin: 40px 0 30px;
}
@media (max-width: 800px) {
  .new-page .news-details .cfsy-article .tit {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .new-page .news-details .cfsy-article .desc .main-tit {
    margin: 20px 0 10px;
  }
}
.new-page .gkyq {
  background-image: url('../images/bg50.jpg');
}
@media (max-width: 1580px) {
  .new-page .company-news .top-news a .oppress {
    height: 435px;
  }
  .new-page .company-news .top-news a .right-box {
    padding: 70px 50px 70px 100px;
  }
  .new-page .company-news .top-news a .right-box .text-node {
    margin: 25px 0 40px;
  }
  .new-page .company-news .news-list .ul li a {
    padding: 20px 30px;
  }
  .new-page .company-news .news-list .ul li a .f40 {
    font-size: 40px;
  }
  .new-page .company-news .news-list .ul li a .date .date-year {
    margin-top: -5px;
  }
  .new-page .company-news .news-list .ul li a .desc {
    width: 88%;
  }
}
@media (max-width: 800px) {
  .new-page .company-news .top-news {
    margin: 30px 0 10px;
  }
  .new-page .company-news .top-news a {
    flex-wrap: wrap;
  }
  .new-page .company-news .top-news a .oppress {
    width: 100%;
    height: 250px;
  }
  .new-page .company-news .top-news a .right-box {
    width: 100%;
    margin-left: 0;
    padding: 30px;
    background-image: url('../images/bg42.png');
  }
  .new-page .company-news .top-news a .right-box .text-node {
    margin: 20px 0;
  }
  .new-page .company-news .news-list .ul li {
    margin-bottom: 10px;
  }
  .new-page .company-news .news-list .ul li a {
    padding: 20px;
    background-size: cover;
  }
  .new-page .company-news .news-list .ul li a .f40 {
    font-size: 26px;
  }
  .new-page .company-news .news-list .ul li a .date {
    width: 60px;
    height: 60px;
    padding-top: 0;
    box-sizing: border-box;
  }
  .new-page .company-news .news-list .ul li a .date .date-year {
    margin-top: -6px;
  }
  .new-page .company-news .news-list .ul li a .date .f20 {
    font-size: 12px;
  }
  .new-page .company-news .news-list .ul li a .desc {
    width: 78%;
  }
  .new-page .company-news .news-list .ul li a .desc .top {
    flex-wrap: nowrap;
    margin-bottom: 5px;
  }
  .new-page .company-news .news-list .ul li a .desc .top .title {
    flex: 1;
  }
  .new-page .company-news .news-list .ul li a:hover {
    border-radius: inherit;
    border-top: inherit;
  }
  .new-page .zp-page .top-nav {
    flex-wrap: wrap;
  }
  .new-page .zp-page .top-nav .same-nav {
    margin: 20px 0 -10px 0;
  }
}
.dj-page .news-details .bottom-lists ul li a:hover {
  color: #d04334;
}
.dj-page .right-silde .search-btn {
  background-color: rgba(224, 144, 145, 0.6);
}
.dj-page .top-box {
  background-image: url('../images/bg60.jpg');
  background-position: right -10px;
}
.dj-page .top-box .title::after {
  background-color: #d12a2a;
}
.dj-page .content {
  background-image: url('../images/bg23.jpg');
  background-size: 100% 100%;
  background-position: right center;
}
.dj-page .ljfz .top-content {
  padding: 0 7% 0 50px;
  box-sizing: border-box;
  position: relative;
}
.dj-page .ljfz .top-content .oppress {
  width: 48%;
  height: 410px;
  position: relative;
  z-index: 8;
}
.dj-page .ljfz .top-content .right-box {
  width: 45%;
  position: relative;
  z-index: 8;
}
.dj-page .ljfz .top-content .right-box .top-title .title {
  font-size: 33px;
  margin-right: 45px;
}
.dj-page .ljfz .top-content .right-box .info {
  margin-top: 40px;
}
.dj-page .ljfz .top-content .right-box .info .left-desc p {
  color: #656565;
  padding-left: 15px;
}
.dj-page .ljfz .top-content .right-box .info .left-desc p::after {
  top: 5px;
  height: 24px;
}
.dj-page .ljfz .top-content .right-box .info .left-desc p:not(:last-child) {
  margin-bottom: 15px;
}
.dj-page .ljfz .top-content .right-code {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 129px;
  background-color: #b30f0e;
  padding: 15px 40px;
  box-sizing: border-box;
}
.dj-page .ljfz .top-content .right-code p {
  line-height: 2;
}
.dj-page .ljfz .top-content .right-code .pic {
  background-color: #ffffff;
  width: 104px;
  height: 104px;
  padding: 8px;
  box-sizing: border-box;
  margin-right: 25px;
}
.dj-page .ljfz .top-content .right-code .pic img {
  width: 100%;
  height: 100%;
}
.dj-page .ljfz .news-list .ul li a .date {
  border-color: #d12a2a;
  background-color: #fdf3f1;
}
.dj-page .ljfz .news-list .ul li a .date .day {
  color: #ce2f1a;
}
.dj-page .ljfz .news-list .ul li a:hover .desc .title {
  color: #ce2f1a !important;
}
.dj-page .djkg .kg-content {
  background-image: url('../images/bg61.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 54px 48px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.dj-page .djkg .kg-content .pic-box {
  width: 55%;
  height: 450px;
}
.dj-page .djkg .kg-content .right-box {
  width: 50%;
}
.dj-page .djkg .kg-content .right-box .text-node {
  text-align: justify;
}
.dj-page .djkg .kg-content .data-box {
  margin-top: 50px;
}
.dj-page .djkg .kg-content .data-box li {
  text-align: left;
  position: relative;
}
.dj-page .djkg .kg-content .data-box li:first-child {
  padding-right: 70px;
  margin-right: 70px;
}
.dj-page .djkg .kg-content .data-box li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #e5e5e5;
}
.dj-page .djkg .kg-content .data-box li:last-child::after {
  display: none;
}
.dj-page .djkg .kg-content .data-box li .icon-box {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #ce2f1a;
  margin-right: 20px;
}
.dj-page .djkg .kg-content .data-box li .num .spe-tumber,
.dj-page .djkg .kg-content .data-box li .num .tnumber {
  font-size: 48px;
  font-weight: 700;
  color: #c19c66;
}
.dj-page .djkg .kg-content .data-box li .num .unit {
  margin-left: 8px;
  margin-top: -10px;
}
.dj-page .djkg .kg-content .data-box li .unit,
.dj-page .djkg .kg-content .data-box li .text {
  color: #a3a2a1;
}
.dj-page .dj-ul a .title {
  position: relative;
  padding-left: 15px;
}
.dj-page .dj-ul a .title::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ce2f1a;
}
.dj-page .dj-ul a:hover .title {
  color: #ce2f1a !important;
}
.dj-page .middle-content .item-box {
  width: 100%;
  border-radius: 16px;
  background-image: -moz-linear-gradient(90deg, #fff9f0 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #fff9f0 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #fff9f0 0%, #ffffff 100%);
  border-top: 3px solid #951601;
  padding: 45px 30px;
  box-sizing: border-box;
}
.dj-page .middle-content .item-box .top-title {
  padding-bottom: 25px;
  border-bottom: 1px solid #951601;
  position: relative;
}
.dj-page .middle-content .item-box .top-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #951601;
}
.dj-page .middle-content .item-box .ul li a {
  padding: 30px 0 10px;
  border-bottom: 1px solid #8b8b8b;
}
.dj-page .middle-content .item-box .ul li a .title {
  position: relative;
  padding-left: 20px;
  min-height: 56px;
}
.dj-page .middle-content .item-box .ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.dj-page .fzzj {
  background-image: none;
  background-color: transparent !important;
}
.dj-page .fzzj .news-content {
  padding: 0 10%;
  position: relative;
}
.dj-page .fzzj .news-content .info-swiper {
  width: 100% !important;
}
.dj-page .fzzj .news-content .info-swiper a {
  height: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.dj-page .fzzj .news-content .info-swiper a .oppress {
  height: 230px !important;
  border-radius: 0 !important;
}
.dj-page .fzzj .news-content .info-swiper a .title {
  color: #656565;
  line-height: 2.25;
  margin-top: 10px;
}
.dj-page .fzzj .news-content .info-swiper a:hover .title {
  color: #d12a2a !important;
}
@media (max-width: 1780px) {
  .dj-page .djkg .kg-content .data-box ul {
    justify-content: flex-start;
  }
  .dj-page .djkg .kg-content .data-box li:first-child {
    padding-right: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1580px) {
  .dj-page .ljfz .top-content .oppress {
    height: 350px;
  }
  .dj-page .ljfz .top-content .right-box .info {
    margin-top: 25px;
  }
  .dj-page .djkg .kg-content {
    align-items: center;
  }
  .dj-page .djkg .kg-content .pic-box {
    width: 52%;
    height: 400px;
  }
  .dj-page .djkg .kg-content .data-box li:first-child {
    padding-right: 30px;
    margin-right: 20px;
  }
  .dj-page .djkg .kg-content .data-box li .icon-box {
    width: 74px;
    height: 74px;
  }
  .dj-page .djkg .kg-content .data-box li .num {
    flex: 1;
  }
  .dj-page .djkg .kg-content .data-box li .num .spe-tumber,
  .dj-page .djkg .kg-content .data-box li .num .tnumber {
    font-size: 40px;
  }
  .dj-page .fzzj .news-content .info-swiper a .oppress {
    height: 238px !important;
  }
}
@media (max-width: 800px) {
  .dj-page .top-box {
    background-position: right bottom;
  }
  .dj-page .content {
    background-size: cover;
  }
  .dj-page .djkg .kg-content {
    background-size: cover;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 20px;
  }
  .dj-page .djkg .kg-content .pic-box {
    width: 100%;
    height: 220px;
  }
  .dj-page .djkg .kg-content .right-box {
    width: 100%;
    margin-top: 20px;
  }
  .dj-page .djkg .kg-content .data-box {
    margin-top: 20px;
  }
  .dj-page .djkg .kg-content .data-box li .icon-box {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
  .dj-page .djkg .kg-content .data-box li .icon-box img {
    width: 20px;
  }
  .dj-page .djkg .kg-content .data-box li .num .spe-tumber,
  .dj-page .djkg .kg-content .data-box li .num .tnumber {
    font-size: 28px;
  }
  .dj-page .djkg .kg-content .data-box li .num .unit {
    margin-left: 5px;
  }
  .dj-page .middle-content {
    margin: 0;
  }
  .dj-page .middle-content .item-box {
    width: 100%;
    border-top: 2px solid #ce2f1a;
    padding: 20px 10px;
  }
  .dj-page .middle-content .item-box:not(:first-child) {
    margin-top: 20px;
  }
  .dj-page .middle-content .item-box .top-title {
    padding-bottom: 15px;
  }
  .dj-page .middle-content .item-box .top-title .go {
    position: absolute;
    top: 0;
    right: 0;
  }
  .dj-page .middle-content .item-box .ul li a {
    padding: 20px 0;
  }
  .dj-page .middle-content .item-box .ul li a .title {
    min-height: inherit;
  }
  .dj-page .middle-content .item-box .ul li a .title ::before {
    top: 7px;
  }
  .dj-page .fzzj .news-content .info-swiper {
    width: 100% !important;
  }
  .dj-page .fzzj .dj-ul {
    width: 100%;
    margin-top: 25px;
  }
  .dj-page .fzzj .dj-ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .dj-page .fzzj .dj-ul li a {
    height: auto;
  }
  .dj-page .ljfz .top-content {
    flex-wrap: wrap;
    padding: 0 20px 160px;
  }
  .dj-page .ljfz .top-content .oppress {
    width: 100%;
    height: 200px;
  }
  .dj-page .ljfz .top-content .right-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .dj-page .ljfz .top-content .right-box .top-title .title {
    font-size: 24px;
  }
  .dj-page .ljfz .top-content .right-box .info .left-desc p::after {
    top: 3px;
    height: 20px;
  }
  .dj-page .ljfz .top-content .right-box .info .left-desc p:not(:last-child) {
    margin-bottom: 10px;
  }
  .dj-page .ljfz .top-content .right-box .info .right-code .pic {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .dj-page .ljfz .top-content .right-box .info .right-code .pic img {
    width: 100%;
    height: 100%;
  }
  .dj-page .ljfz .news-list .ul li a .right-date {
    width: 25%;
  }
  .dj-page .ljfz .news-list .ul li a .desc {
    width: 70%;
  }
}
.usiness-page {
  position: relative;
  overflow: hidden;
}
.usiness-page .top-box {
  background-image: url('../images/bg18.jpg');
}
.usiness-page #usiness.page-usiness .item-box:not(:first-child) {
  margin-top: 30px;
}
.usiness-page #usiness.page-usiness .item-box a {
  margin: 70px auto 0;
  width: 90%;
}
.usiness-page #usiness.page-usiness .item-box a .left-info {
  width: 35%;
  position: relative;
}
.usiness-page #usiness.page-usiness .item-box a .left-info .title {
  position: relative;
  padding-bottom: 20px;
}
.usiness-page #usiness.page-usiness .item-box a .left-info .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43px;
  height: 3px;
  background-color: #f3b758;
}
.usiness-page #usiness.page-usiness .item-box a .left-info .desc {
  color: #909090;
  line-height: 1.4;
  margin: 20px 0 50px;
  text-align: justify;
}
.usiness-page #usiness.page-usiness .item-box a .left-info .tags {
  color: #909090;
  padding-right: 30%;
}
.usiness-page #usiness.page-usiness .item-box a .left-info .tags span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px;
  width: 30%;
}
.usiness-page #usiness.page-usiness .item-box a .left-info .tags span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  border-width: 1px;
  border-color: #f3b758;
  border-style: solid;
  border-radius: 50%;
}
.usiness-page #usiness.page-usiness .item-box a .left-info .go {
  position: absolute;
  left: 0;
  bottom: 0;
}
.usiness-page #usiness.page-usiness .item-box a .oppress {
  width: 54%;
  height: 380px;
}
.usiness-page #usiness.page-usiness .item-box a:hover .go .icon {
  border-color: #004099;
  color: #fff;
  background-color: #004099;
}
@media (max-width: 800px) {
  .usiness-page #usiness.page-usiness .content ul {
    flex-wrap: wrap;
  }
  .usiness-page #usiness.page-usiness .content ul li {
    width: 100%;
    height: 408px !important;
    margin-bottom: 20px;
  }
  .usiness-page #usiness.page-usiness .content ul li:last-child {
    margin-bottom: 0;
  }
  .usiness-page #usiness.page-usiness .content ul li .title {
    width: 94px;
    margin: 0 auto 50px;
    font-size: 40px;
  }
  .usiness-page #usiness.page-usiness .content ul li .title::before {
    width: 200px;
    height: 85px;
  }
  .usiness-page #usiness.page-usiness .content ul li a .show-info .text-node {
    display: block;
  }
  .usiness-page #usiness.page-usiness .content ul li a .show-info .icon-box {
    width: 42px;
    height: 42px;
  }
  .usiness-page #usiness.page-usiness .content ul li .icon-box {
    margin-top: 60px;
  }
  .usiness-page #usiness.page-usiness .content ul li:hover {
    height: 408px !important;
  }
  .usiness-page #usiness.page-usiness .item-box:not(:first-child) {
    margin-top: 0;
  }
  .usiness-page #usiness.page-usiness .item-box a {
    margin: 20px auto 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .usiness-page #usiness.page-usiness .item-box a .left-info {
    width: 100%;
  }
  .usiness-page #usiness.page-usiness .item-box a .left-info .desc {
    margin: 20px 0;
  }
  .usiness-page #usiness.page-usiness .item-box a .left-info .tags {
    padding-right: 0;
  }
  .usiness-page #usiness.page-usiness .item-box a .left-info .tags span {
    box-sizing: border-box;
  }
  .usiness-page #usiness.page-usiness .item-box a .left-info .go {
    display: none;
  }
  .usiness-page #usiness.page-usiness .item-box a .oppress {
    width: 100%;
    height: 200px;
  }
}
.usiness-page .main {
  position: relative;
  z-index: 8;
}
.usiness-page .bg {
  position: absolute;
  bottom: -300px;
  right: 0;
  opacity: 0.6;
}
.culture-page .right-silde .search-btn {
  background-color: rgba(224, 144, 145, 0.6);
}
.culture-page .load-more {
  color: #9c4e2e;
}
.culture-page .top-box {
  background-image: url('../images/bg29.jpg');
}
.culture-page .top-box .title {
  color: #9c4e2e;
}
.culture-page .top-box .title::after {
  background-color: #9c4e2e;
}
.culture-page .page-nav {
  color: #9c4e2e;
}
.culture-page .page-nav .list .item a {
  width: 200px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
.culture-page .page-nav .list .item a::before {
  background-color: #f3b758;
}
@media (max-width: 800px) {
  .culture-page .top-box {
    background-position: 87% bottom;
  }
  .culture-page .page-nav .list .item a {
    width: auto;
  }
}
.xxkg-page .top-box {
  background-image: url('../images/bg49.jpg');
}
.sk {
  height: 50px;
  background-color: #fcf9f7;
}
.sk.white {
  background-color: #fff;
}
@media (max-width: 800px) {
  .sk {
    height: 30px;
  }
}
#culture {
  background-image: url('../images/bg31.jpg');
  background-position: center top;
}
#culture .qyjs-lists li {
  width: 31.5%;
  min-height: 320px;
  border-radius: 20px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(180deg, rgba(0, 64, 153, 0.102) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(0, 64, 153, 0.102) 0%, transparent 100%);
  background-image: -ms-linear-gradient(180deg, rgba(0, 64, 153, 0.102) 0%, transparent 100%);
  border-bottom: 3px solid #ffb300;
  padding: 35px;
  box-sizing: border-box;
}
#culture .qyjs-lists li .tit {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#culture .qyjs-lists li .info p {
  font-weight: 600;
  margin-bottom: 6px;
}
#culture .qyjs-lists2 {
  padding-top: 55px;
  margin-top: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#culture .qyjs-lists2 li {
  width: 48%;
  min-height: 560px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(181, 132, 70, 0.2);
  padding: 45px 35px;
  box-sizing: border-box;
  background-image: url('../images/wh-bg1.jpg');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#culture .qyjs-lists2 li .sub-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 6px;
}
#culture .qyjs-lists2 li:last-child {
  background-image: url('../images/wh-bg2.jpg');
}
#culture.whln {
  background-image: url('../images/bg30.jpg');
}
#culture .brand-content .right-box {
  width: 55%;
}
#culture .brand-content .right-box .top-title {
  margin-bottom: 48px;
}
#culture .brand-content .right-box .go .icon {
  border-width: 1px;
  border-color: #7a7a7a;
  border-style: solid;
  width: 38px;
  height: 38px;
  color: #7a7a7a;
  line-height: 38px;
  margin-top: 45px;
  background-color: transparent;
}
#culture .brand-content .right-box .go:hover .icon {
  border-color: #15499a;
  color: #fff;
  background-color: #15499a;
}
#culture .culture-content {
  padding-top: 80px;
}
#culture .culture-content .lists li {
  width: 22%;
  margin-bottom: 20px;
  background-image: url('../images/wh-bg1.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#culture .culture-content .lists li a {
  padding: 66px 40px 75px 0;
  box-sizing: border-box;
  position: relative;
}
#culture .culture-content .lists li a .tit {
  position: absolute;
  top: -15px;
  left: 0;
  color: #e05f2a;
}
#culture .culture-content .lists li a .txt {
  color: #696969;
}
#culture .culture-content .lists li:nth-child(2) {
  background-image: url('../images/wh-bg2.png');
}
#culture .culture-content .lists li:nth-child(3) {
  background-image: url('../images/wh-bg3.png');
}
#culture .culture-content .lists li:nth-child(4) {
  background-image: url('../images/wh-bg4.png');
}
#culture .culture-content.sigle {
  padding-top: 60px;
}
#culture .culture-content.sigle .lists {
  width: 68%;
  margin: 0 auto 20px;
}
#culture .culture-content.sigle .lists li {
  width: 36%;
  margin-top: 90px;
  margin-bottom: 0;
}
#culture .middle-panel {
  background-image: url('../images/bg32.jpg');
}
#culture .middle-panel .images {
  position: relative;
}
#culture .middle-panel .images .page {
  display: flex;
  align-items: center;
}
#culture .middle-panel .images .page img {
  width: 100%;
  height: 100%;
}
#culture .middle-panel .images .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 88;
}
#culture .middle-panel .images .arrow .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.302);
  transition: all 0.4s ease;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}
#culture .middle-panel .images .arrow .btn:hover {
  background-color: #004099;
}
#culture.qypb .top-content {
  padding: 65px 30px 100px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  border-bottom: 5px solid #075dd3;
  box-shadow: 3.83px 3.214px 16px 0px rgba(0, 60, 98, 0.07);
  margin: 40px -60px 0;
  box-sizing: border-box;
}
#culture.qypb .top-content .title {
  font-size: 60px;
}
#culture.qypb .top-content .title span {
  position: relative;
  padding-left: 45px;
}
#culture.qypb .top-content .title span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 73px;
  background-color: #ffb300;
}
#culture.qypb .bottom-content .top-title {
  position: relative;
  padding-left: 15px;
}
#culture.qypb .bottom-content .top-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 23px;
  background-color: #ffb300;
}
#culture.qypb .bottom-content .content-box .row-box {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#culture.qypb .bottom-content .content-box .row-box ul li {
  width: 20%;
  margin-top: 65px;
}
#culture.qypb .bottom-content .content-box .middle-row-box {
  padding: 60px 0;
  margin: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#culture.qypb .bottom-content .content-box .middle-row-box ul li {
  width: 46%;
  margin-top: 65px;
}
#culture.xxkg {
  background-image: url('../images/bg50.jpg');
}
#culture.xxkg .top-content .gx-brand {
  margin-top: 0;
}
#culture.xxkg .top-content .top-info .sub-title {
  margin: 30px 0;
}
@media (max-width: 1580px) {
  #culture .culture-content .lists li a {
    padding: 50px 10px 55px 0;
  }
  #culture.qypb .bottom-content .top-title::after {
    top: 6px;
    height: 20px;
  }
}
@media (max-width: 800px) {
  #culture .brand-content {
    flex-wrap: wrap;
  }
  #culture .brand-content .logo-box {
    width: 100%;
    margin-bottom: 25px;
  }
  #culture .brand-content .logo-box.right {
    margin-top: 20px;
  }
  #culture .brand-content .right-box {
    width: 100%;
  }
  #culture .brand-content .right-box .top-title {
    margin-bottom: 18px;
  }
  #culture .brand-content .right-box .go .icon {
    margin-top: 25px;
  }
  #culture .culture-content {
    padding-top: 0;
    margin-top: 40px;
  }
  #culture .culture-content .lists {
    margin-bottom: -30px;
  }
  #culture .culture-content .lists li {
    width: 48%;
    margin-bottom: 30px;
  }
  #culture .culture-content .lists li a {
    padding: 20px 20px 20px 0;
  }
  #culture .culture-content .lists li a .tit {
    font-size: 15px;
    top: -10px;
  }
  #culture .culture-content.sigle {
    padding-top: 30px;
    margin-top: 0;
  }
  #culture .culture-content.sigle .lists {
    width: 100%;
    margin-bottom: 0;
  }
  #culture .culture-content.sigle .lists li {
    width: 48%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  #culture .middle-panel .top-title {
    position: relative;
  }
  #culture .middle-panel .top-title .down {
    position: absolute;
    top: 0;
    right: 0;
  }
  #culture .middle-panel .images .arrow {
    width: 110%;
    z-index: 88;
    left: -5%;
  }
  #culture .middle-panel .images .arrow .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #culture.qypb .top-content {
    padding: 30px 20px;
    margin: 30px 0 0;
  }
  #culture.qypb .top-content .title {
    font-size: 30px;
  }
  #culture.qypb .top-content .title span {
    padding-left: 20px;
  }
  #culture.qypb .top-content .title span::after {
    top: 6px;
    width: 5px;
    height: 30px;
  }
  #culture.qypb .bottom-content .content-box .row-box {
    padding-bottom: 20px;
  }
  #culture.qypb .bottom-content .content-box .row-box ul li {
    width: 45%;
    margin-top: 25px;
  }
  #culture.qypb .bottom-content .content-box .middle-row-box {
    padding: 30px 0;
    margin: 20px 0;
  }
  #culture.qypb .bottom-content .content-box .middle-row-box ul li {
    margin-top: 25px;
  }
  #culture.xxkg {
    background-image: url('../images/bg50.jpg');
  }
  #culture.xxkg .top-content .gx-brand {
    margin-top: 0;
  }
  #culture.xxkg .top-content .gx-brand .top-title::before,
  #culture.xxkg .top-content .gx-brand .top-title::after {
    top: 15px;
    width: 16%;
  }
  #culture.xxkg .top-content .top-info .sub-title {
    margin: 20px 0;
  }
}
#gx-brand .top-title {
  position: relative;
  padding-left: 30px;
}
#gx-brand .top-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #014d9f;
  border-style: solid;
  border-radius: 50%;
}
#gx-brand .top-content {
  padding: 0 0 8px 8px;
  box-sizing: border-box;
  margin: 50px -70px 0;
  position: relative;
}
#gx-brand .top-content::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 7px;
  width: 98%;
  height: 99.2%;
  border-radius: 20px;
  background-color: #075dd3;
  box-shadow: 3.83px 3.214px 16px 0px rgba(0, 60, 98, 0.27);
}
#gx-brand .top-content .box {
  width: 98.2%;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px 40px 90px;
  box-sizing: border-box;
  position: relative;
  z-index: 88;
}
#gx-brand .top-content .content-box {
  margin-top: 50px;
}
#gx-brand .top-content .content-box .oppress {
  width: 47%;
  height: 470px;
}
#gx-brand .top-content .top-info {
  width: 50%;
}
#gx-brand .top-content .top-info p {
  position: relative;
  padding-left: 16px;
  margin-bottom: 30px;
  color: #4a4a4a;
  line-height: 1.8;
  font-size: 20px;
  margin-top: 35px;
}
#gx-brand .top-content .top-info p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 21px;
  background-color: #ffb300;
}
#gx-brand .top-content .top-info p span {
  font-weight: 600;
}
#gx-brand .top-content.bottom-content .box {
  padding: 60px 40px;
}
#gx-brand .top-content.bottom-content .content-box {
  margin-top: 40px;
  padding-left: 30px;
}
#gx-brand .top-content.bottom-content .content-box .top-info {
  width: 100%;
}
#gx-brand .top-content.bottom-content .content-box .top-info .sub-title {
  margin-bottom: 40px;
}
@media (max-width: 1580px) {
  #gx-brand .top-title::before {
    top: 8px;
  }
  #gx-brand .top-content {
    margin: 30px -50px;
  }
  #gx-brand .top-content .top-info p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 18px;
    margin-top: 25px;
  }
  #gx-brand .top-content .top-info p::after {
    top: 3px;
  }
}
@media (max-width: 800px) {
  #gx-brand .top-title::before {
    top: 8px;
  }
  #gx-brand .top-content {
    margin: 20px 0;
  }
  #gx-brand .top-content .box {
    width: 100%;
    padding: 20px 20px 40px;
  }
  #gx-brand .top-content .content-box {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #gx-brand .top-content .content-box .oppress {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }
  #gx-brand .top-content .top-info {
    width: 100%;
  }
  #gx-brand .top-content .top-info p {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 15px;
  }
  #gx-brand .top-content .top-info p::after {
    top: 3px;
    height: 16px;
  }
  #gx-brand .top-content.bottom-content .box {
    padding: 30px 20px;
  }
  #gx-brand .top-content.bottom-content .content-box {
    margin-top: 20px;
    padding-left: 30px;
  }
  #gx-brand .top-content.bottom-content .content-box .top-info {
    width: 100%;
  }
  #gx-brand .top-content.bottom-content .content-box .top-info .sub-title {
    margin-bottom: 20px;
  }
}
.txfz .news-list2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 45px;
}
.txfz .news-list2 .ul {
  margin-right: -3.33%;
}
.txfz .news-list2 .ul li {
  width: 30%;
  margin-right: 3.33%;
  margin-top: 50px;
}
.txfz .news-list2 .ul li a .oppress {
  width: 100%;
  height: 260px;
  border-radius: 16px;
}
.txfz .news-list2 .ul li a .info {
  padding: 25px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.txfz .news-list2 .ul li a .info .bottom-box {
  margin-top: 30px;
}
.txfz .news-list2 .ul li a .info .bottom-box .date .icon {
  margin-right: 10px;
}
.txfz .news-list2 .ul li a:hover {
  box-shadow: 0px 8px 20px 0px rgba(0, 68, 130, 0.12);
}
.txfz .news-list2 .ul li a:hover .info {
  background-image: url('../images/bg34.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-bottom: none;
}
.txfz .news-list2 .ul li a:hover .info .title {
  color: #004099;
}
@media (max-width: 1580px) {
  .txfz .news-list2 .ul li a .oppress {
    height: 220px;
  }
  .txfz .news-list2 .ul li a .info {
    padding: 20px;
  }
  .txfz .news-list2 .ul li a .info .bottom-box {
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  .txfz .news-list2 {
    margin-top: 30px;
  }
  .txfz .news-list2 .ul {
    margin-right: 0;
    justify-content: space-between;
  }
  .txfz .news-list2 .ul li {
    width: 48%;
    margin-right: 0;
    margin-top: 20px;
  }
  .txfz .news-list2 .ul li a .info {
    padding: 20px 0;
  }
  .txfz .news-list2 .ul li a .info .bottom-box {
    margin-top: 10px;
  }
  .txfz .news-list2 .ul li a .info .bottom-box .date .icon {
    margin-right: 5px;
  }
  .txfz .news-list2 .ul li a .oppress {
    width: 100%;
    height: 100px;
  }
}
.heart-content.heart {
  padding-top: 40px;
}
.heart-content .same-pic-swiper {
  width: 48%;
  margin: 0;
}
.heart-content .same-pic-swiper a {
  height: 385px;
}
.heart-content .same-pic-swiper a .oppress {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.heart-content .same-pic-swiper a .info-box {
  padding: 10px 20px;
  background-image: none;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 16px 16px;
}
.heart-content .same-pic-swiper a .info-box .title {
  width: 85%;
  margin-bottom: 0;
}
.heart-content .same-pic-swiper .pagination-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
}
.heart-content .news-lists {
  width: 48%;
}
.heart-content .news-lists .ul li a {
  padding: 60px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.heart-content .news-lists .ul li a .date {
  margin-bottom: 10px;
}
.heart-content .news-lists .ul li a:hover .title {
  color: #15499a;
}
.heart-content .news-lists .ul li:first-child a {
  padding-top: 0;
}
.heart-content .swiper-box {
  width: 100%;
  padding: 0 6%;
  position: relative;
  box-sizing: border-box;
}
.heart-content .swiper-box .spe-change {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 88;
}
.heart-content .top-swiper {
  padding-bottom: 80px;
  width: 100%;
}
@media (min-width: 2000px) {
  .heart-content .top-swiper .swiper-wrapper {
    transform-style: inherit;
  }
}
.heart-content .top-swiper .ul .swiper-slide {
  width: 616px;
  height: 410px;
  border-radius: 16px;
}
.heart-content .top-swiper .ul .swiper-slide a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
@media (min-width: 2000px) {
  .heart-content .top-swiper .ul .swiper-slide a {
    transform: scale(0.85);
  }
}
.heart-content .top-swiper .ul .swiper-slide a .play-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
.heart-content .top-swiper .ul .swiper-slide a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.heart-content .top-swiper .ul .swiper-slide a .info-box {
  background-color: #c0974f;
}
.heart-content .top-swiper .ul .swiper-slide a .info-box .title {
  width: 100%;
}
@media (min-width: 2000px) {
  .heart-content .top-swiper .ul .swiper-slide.swiper-slide-active a {
    transform: scale(1);
  }
}
.heart-content .top-swiper .ul .swiper-slide.swiper-slide-active a::after {
  opacity: 0;
}
.heart-content .top-swiper .swiper-pagination {
  bottom: 10px;
}
@media (max-width: 1580px) {
  .heart-content .top-swiper .ul .swiper-slide {
    width: 500px;
    height: 360px;
  }
  .heart-content .top-swiper .ul .swiper-slide a .play-box {
    width: 60px;
  }
}
@media (max-width: 800px) {
  .heart-content {
    flex-wrap: wrap;
  }
  .heart-content .same-pic-swiper {
    width: 100%;
  }
  .heart-content .same-pic-swiper a {
    height: 250px;
  }
  .heart-content .same-pic-swiper a .info-box .title {
    width: 80%;
    margin-bottom: 0;
  }
  .heart-content .news-lists {
    width: 100%;
    margin-top: 20px;
  }
  .heart-content .news-lists .ul li a {
    padding: 30px 0 20px;
  }
  .heart-content .news-lists .ul li a .date {
    margin-bottom: 8px;
  }
  .heart-content .swiper-box {
    padding: 0;
    margin-top: 20px;
  }
  .heart-content .swiper-box .spe-change {
    display: none;
  }
  .heart-content .top-swiper {
    padding-bottom: 60px;
  }
  .heart-content .top-swiper .ul .swiper-slide {
    width: 100%;
    height: 260px;
  }
}
.recruit-page .top-box {
  background-image: url('../images/bg38.jpg');
}
.shzr-page .top-box {
  background-image: url('../images/bg44.png');
}
#recruit {
  background-image: url('../images/bg39.jpg');
  background-size: 90% 100%;
  background-position: right top;
}
#recruit .recruit-list li {
  width: 48%;
  border-radius: 10px;
  background-image: url('../images/rc-bg1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
  overflow: hidden;
  transition: all 0.4s ease;
}
#recruit .recruit-list li .box {
  height: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 120px;
}
#recruit .recruit-list li .box .tit {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#recruit .recruit-list li .box .icon-box {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffb300;
  background-color: #ffffff;
  position: absolute;
  left: 30px;
  bottom: 40px;
  transition: all 0.4s ease;
}
#recruit .recruit-list li .box:hover .icon-box {
  background-color: #ffb300;
  color: #fff;
}
#recruit .recruit-list li:nth-of-type(2) {
  background-image: url('../images/rc-bg2.jpg');
}
#recruit .recruit-list li:nth-of-type(3) {
  background-image: url('../images/rc-bg3.jpg');
}
#recruit .recruit-list li:nth-of-type(4) {
  background-image: url('../images/rc-bg4.jpg');
}
#recruit .shzr-list li {
  width: 30%;
  border-radius: 20px;
  background-image: url('../images/shzr-bg1.jpg');
}
#recruit .shzr-list li:nth-of-type(2) {
  background-image: url('../images/shzr-bg2.jpg');
}
#recruit .shzr-list li:nth-of-type(3) {
  background-image: url('../images/shzr-bg3.jpg');
}
#recruit .shzr-list li .box {
  padding: 30px;
  padding-bottom: 100px;
}
#recruit .shzr-list li .box .icon-box {
  bottom: 30px;
}
#recruit .shzr-list li .gzdt a {
  padding: 20px 0;
}
#recruit .shzr-list li .gzdt a .date {
  margin-bottom: 10px;
}
#recruit .shzr-list li .gzdt a:first-child {
  padding-top: 0;
}
#recruit .shzr-list li .gzdt a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#recruit .shzr-list li .gzdt a p {
  position: relative;
  padding-left: 18px;
}
#recruit .shzr-list li .gzdt a p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #fff;
}
#recruit.rcln {
  background-image: url('../images/bg40.jpg');
}
#recruit.rcln .info-box {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  padding: 100px 54px;
  box-sizing: border-box;
  line-height: 1.6;
  position: relative;
}
#recruit.rcln .info-box .dh {
  position: absolute;
  left: 55px;
  top: -35px;
}
#recruit.rcln .info-box .dh.bottom {
  left: auto;
  top: auto;
  bottom: -35px;
  right: 55px;
  transform: rotate(180deg);
}
#recruit.rczy {
  background-image: url('../images/bg41.jpg');
}
#recruit.rczy .ul li:not(:last-child) {
  margin-bottom: 45px;
}
#recruit.rczy .ul li .desc-box {
  width: 63%;
  padding: 65px 100px 65px 65px;
  box-sizing: border-box;
  background-image: url('../images/bg42.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 16px;
  box-shadow: 0px 8px 25px 0px rgba(0, 68, 130, 0.08);
}
#recruit.rczy .ul li .desc-box .title-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#recruit.rczy .ul li .desc-box .title-box img {
  margin-right: 10px;
}
#recruit.rczy .ul li .desc-box .info {
  position: relative;
  padding-left: 20px;
}
#recruit.rczy .ul li .desc-box .info::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 14px;
  border-radius: 2px;
  background-color: #ffb300;
}
#recruit.rczy .ul li .oppress {
  width: 40%;
  height: 400px;
  border-radius: 16px;
  margin-left: -3%;
  position: relative;
  z-index: 88;
}
#recruit.rczy .ul li:hover .oppress img {
  transform: scale(1.1);
}
#recruit.rczy .ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#recruit.rczy .ul li:nth-of-type(2n) .desc-box {
  padding: 65px 65px 65px 100px;
  background-image: url('../images/bg43.png');
}
#recruit.rczy .ul li:nth-of-type(2n) .oppress {
  margin-left: 0;
  margin-right: -3%;
}
@media (max-width: 1580px) {
  #recruit .recruit-list li .box {
    height: 100%;
  }
  #recruit .recruit-list li .box .tit {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #recruit .shzr-list li {
    width: 31%;
  }
}
@media (max-width: 800px) {
  #recruit {
    background-size: cover;
  }
  #recruit .recruit-list {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  #recruit .recruit-list li {
    width: 100%;
    height: auto;
    min-height: 350px;
  }
  #recruit .recruit-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  #recruit .recruit-list li .box {
    height: 100%;
    padding: 30px 20px 100px;
  }
  #recruit .recruit-list li .box .icon-box {
    left: 20px;
  }
  #recruit .recruit-list li .box .tit {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #recruit.rcln .info-box {
    padding: 50px 24px;
  }
  #recruit.rcln .info-box .dh {
    left: 30px;
    top: -15px;
    width: 60px;
  }
  #recruit.rcln .info-box .dh.bottom {
    left: auto;
    top: auto;
    bottom: -15px;
    right: 30px;
  }
}
.shzr-content {
  background-image: url('../images/bg12.jpg');
  overflow: hidden;
  background-position: center top;
}
.shzr-content.page-news {
  background-image: url('../images/bg58.jpg');
}
.shzr-content.page-news .company-news {
  background-image: none;
}
.shzr-content.page-news .company-news .news-list .ul li a .date {
  border-color: #d45806;
  background-color: #fbf1c9;
}
.shzr-content.page-news .company-news .news-list .ul li a .date .day {
  color: #e59e2e;
}
.shzr-content.page-news .company-news .news-list .ul li a .title {
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 800px) {
  .shzr-content.page-news .company-news .news-list .ul li a .title {
    margin-bottom: 5px;
  }
}
.shzr-content.fzzj-content {
  background-image: url('../images/bg62.jpg');
}
.shzr-content .gzdt-list a {
  box-shadow: 7.456px 10.649px 17px 0px rgba(22, 41, 137, 0.1);
  border-radius: 30px;
  overflow: hidden;
}
.shzr-content .gzdt-list a .oppress {
  width: 100%;
  height: 280px;
  border-radius: 30px;
}
.shzr-content .gzdt-list a .info-box {
  height: 390px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 45px;
  box-sizing: border-box;
  z-index: 88;
  margin-top: -50px;
  backdrop-filter: blur(10px);
  position: relative;
}
.shzr-content .gzdt-list a .info-box .title {
  height: 60px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.shzr-content .gzdt-list a .info-box .desc {
  line-height: 2;
  color: #5d5d5d;
}
.shzr-content .gzdt-list a .info-box .go {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.shzr-content .gzdt-list a:hover .title {
  color: #004099;
}
.shzr-content .gzdt-list a:hover .go .icon {
  border-color: #004099;
  color: #fff;
  background-color: #004099;
}
.shzr-content .gzdt-list li {
  width: 27%;
}
@media (max-width: 1580px) {
  .shzr-content .gzdt-list a .info-box {
    height: 350px;
  }
  .shzr-content .gzdt-list a .info-box .title {
    height: 60px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .shzr-content .gzdt-list a .info-box .desc {
    line-height: 1.8;
  }
  .shzr-content .gzdt-list li {
    width: 30%;
  }
}
@media (max-width: 800px) {
  .shzr-content .gzdt-list {
    flex-wrap: wrap;
  }
  .shzr-content .gzdt-list a .info-box {
    height: auto;
    padding: 30px 30px 80px;
  }
  .shzr-content .gzdt-list a .info-box .title {
    height: auto;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .shzr-content .gzdt-list a .info-box .desc {
    line-height: 1.6;
  }
  .shzr-content .gzdt-list li {
    width: 100%;
  }
  .shzr-content .gzdt-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bfgz .content-box {
  padding: 100px 0 100px 80px;
  background-image: url('../images/bg57.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 14%;
  box-sizing: border-box;
  width: 86%;
}
.bfgz .content-box .data-box {
  margin-top: 20px;
}
.bfgz .content-box .data-box li .num {
  margin-top: -15px;
}
.bfgz .content-box .data-box li .num .add,
.bfgz .content-box .data-box li .num .tnumber {
  font-size: 90px;
}
.bfgz .content-box .right-box {
  width: 70%;
  padding-top: 35px;
}
.bfgz .content-box .right-box .text-node {
  width: 86%;
}
.bfgz .content-box .right-box .swiper-box {
  margin-top: 30px;
  width: 80%;
}
.bfgz .content-box .right-box .swiper-box .swiper-slide {
  height: 204px;
  position: relative;
  padding-top: 8px;
  border-radius: 9px;
  overflow: hidden;
}
.bfgz .content-box .right-box .swiper-box .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 80%;
  background-color: #ffc05c;
  border-radius: 9px;
}
.bfgz .content-box .right-box .swiper-box .oppress {
  position: relative;
  z-index: 8;
  height: 204px;
  border-radius: 9px;
}
@media (max-width: 1580px) {
  .bfgz .content-box .data-box li .num {
    margin-top: -10px;
  }
  .bfgz .content-box .data-box li .num .add,
  .bfgz .content-box .data-box li .num .tnumber {
    font-size: 80px;
  }
}
@media (max-width: 800px) {
  .bfgz .content-box {
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 20px 50px 20px;
    background-size: cover;
  }
  .bfgz .content-box .data-box {
    margin-top: 20px;
    width: 100%;
  }
  .bfgz .content-box .data-box ul {
    display: flex;
    justify-content: space-between;
  }
  .bfgz .content-box .data-box li {
    margin-top: 0;
  }
  .bfgz .content-box .data-box li .num {
    margin-top: 0;
  }
  .bfgz .content-box .data-box li .num .add,
  .bfgz .content-box .data-box li .num .tnumber {
    font-size: 30px;
  }
  .bfgz .content-box .right-box {
    width: 100%;
    padding-top: 35px;
  }
  .bfgz .content-box .right-box .text-node {
    width: 100%;
  }
  .bfgz .content-box .right-box .swiper-box {
    width: 100%;
    margin-top: 30px;
  }
}
.fzjjh .watch {
  margin-top: 80px;
  justify-content: flex-end;
}
.fzjjh .watch .char {
  margin-right: 10px;
}
.fzjjh .content-box {
  margin-top: 20px;
}
.fzjjh .content-box .left-box {
  width: 367px;
  height: 552px;
  background-color: #edad3c;
  border-top-left-radius: 35px;
  padding-top: 122px;
  box-sizing: border-box;
}
.fzjjh .content-box .left-box .icon-box {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 auto 30px;
}
.fzjjh .content-box .left-box .tit {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.fzjjh .content-box .left-box .tit::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 46px;
  height: 4px;
  background-color: #fff;
}
.fzjjh .content-box .right-box {
  width: 65%;
}
.fzjjh .content-box .right-box .name {
  border-width: 1px;
  border-color: #f3b758;
  border-style: solid;
  border-radius: 26px;
  background-color: #fefcf3;
  display: inline-block;
  padding: 8px 18px;
  color: #b87909;
}
.fzjjh .content-box .right-box .top-desc {
  color: #5a5a5a;
  margin-top: 50px;
  padding-bottom: 90px;
  border-bottom: 1px solid #5a5a5a;
}
.fzjjh .content-box .right-box .icon-box {
  color: #5a5a5a;
  margin-top: 80px;
  text-align: center;
}
.fzjjh .content-box .right-box .icon-box p {
  margin-top: 30px;
}
.fzjjh .content-box .right-box .icon-box .item:hover {
  color: #004099;
}
@media (max-width: 800px) {
  .fzjjh .watch {
    margin-top: 20px;
  }
  .fzjjh .content-box {
    margin-top: 20px;
  }
  .fzjjh .content-box .left-box {
    width: 100%;
    height: 352px;
    padding-top: 52px;
  }
  .fzjjh .content-box .right-box {
    width: 100%;
    margin-top: 30px;
  }
  .fzjjh .content-box .right-box .top-desc {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .fzjjh .content-box .right-box .icon-box {
    margin-top: 30px;
  }
  .fzjjh .content-box .right-box .icon-box .icon {
    display: inline-block;
    height: 25px;
  }
  .fzjjh .content-box .right-box .icon-box p {
    margin-top: 5px;
  }
}
.contact {
  width: 90%;
}
.contact .name {
  color: #3879c0;
}
.contact .ul {
  margin: 70px 0 0;
  padding-left: 18%;
}
.contact .ul li {
  text-align: center;
}
.contact .ul li .icon-box {
  width: 76px;
  height: 76px;
  border-radius: 9px;
  background-color: #4f97e5;
  margin: 0 auto 30px;
}
@media (max-width: 1000px) {
  .contact {
    width: 100%;
  }
  .contact .ul {
    margin: 30px 0 0;
    padding-left: 0;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .contact .ul li {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact .ul li .icon-box {
    margin: 0 auto 10px;
  }
}
.images {
  position: relative;
  margin: 80px 40px;
}
.images .page {
  display: flex;
  align-items: center;
}
.images .page img {
  width: 100%;
  height: 100%;
}
.images .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 88;
}
.images .arrow .btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-color: #5a5a5a;
  border-style: solid;
  transition: all 0.4s ease;
  text-align: center;
  line-height: 100px;
  color: #5c5c5c;
}
.images .arrow .btn:hover {
  color: #fff;
  border-color: #004099;
  background-color: #004099;
}
@media (max-width: 800px) {
  .images {
    margin: 60px 10px;
  }
  .images .arrow {
    width: 100%;
    z-index: 88;
    left: 0;
  }
  .images .arrow .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.fzjjh .images #magazine::after,
.xcsc .images #magazine::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 47%;
  width: 66%;
  height: 300px;
  background-image: url(../images/light.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.fzjjh .images #magazine .gradient,
.xcsc .images #magazine .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fzjjh .images #magazine .even .gradient,
.xcsc .images #magazine .even .gradient {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
}
.fzjjh .images #magazine .odd .gradient,
.xcsc .images #magazine .odd .gradient {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
}
.social-share a {
  position: relative;
  margin: 10px 0;
  text-align: center;
}
.social-share a .font-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  width: 100px;
  box-sizing: border-box;
}
.social-share a:hover .font-box {
  opacity: 1;
}
.social-share a .font-box .font {
  border-width: 1px;
  border-color: #5a5a5a;
  border-style: solid;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
.social-share a .font-box .font.on {
  background: #15499a;
  color: #fff;
  border-color: #15499a;
}
.social-share a .font-box .font:nth-of-type(2) {
  margin: 18px 0;
}
.social-share .social-share-icon {
  position: relative;
  display: block;
  width: 40px;
  color: #474747;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon .icon-box {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f7f7;
}
.social-share a.on .icon-box,
.social-share .social-share-icon:hover .icon-box {
  background: #15499a;
  color: #fff;
}
.page-search {
  margin-top: -20px;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-search .inner-search {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}
.page-search .inner-search .container {
  height: 70px;
  padding: 0 30px;
}
.page-search .inner-search .container span {
  color: #ce2f1a;
}
.page-search .inner-search .container .tf {
  flex: 1;
}
.page-search .inner-search .container .tf input {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.page-search .inner-search .container .search {
  cursor: pointer;
}
@media (max-width: 800px) {
  .page-search .inner-search {
    width: 100%;
  }
  .page-search .inner-search .container {
    height: 50px;
    padding: 0 10px;
  }
  .page-search .inner-search .container .tf input {
    padding: 0 10px;
  }
}
.search-news {
  margin-top: -50px;
}
.search-news .news-list .ul li a {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-news .news-list .ul li a .desc {
  width: 70%;
}
.search-news .news-list .ul li a .date .icon {
  margin-right: 10px;
}
.search-news .news-list .ul li a:hover {
  color: #ce2f1a;
}
@media (max-width: 1580px) {
  .search-news {
    margin-top: -30px;
  }
}
@media (max-width: 800px) {
  .search-news .news-list .ul li a {
    padding: 15px 0;
  }
  .search-news .news-list .ul li a .date .icon {
    margin-right: 5px;
  }
}
.cfsy .top-page-content .oppress {
  width: 48%;
  height: 519px;
  border-radius: 37px;
}
.cfsy .top-page-content .left-info {
  width: 45%;
  padding-top: 40px;
  position: relative;
}
.cfsy .top-page-content .left-info .title {
  position: relative;
  padding-bottom: 20px;
}
.cfsy .top-page-content .left-info .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #f3b758;
}
.cfsy .top-page-content .left-info .desc {
  color: #909090;
  line-height: 1.4;
  margin-top: 30px;
  text-align: justify;
}
.cfsy .top-page-content .left-info .tag-icon {
  margin-top: 160px;
}
.cfsy .top-page-content .left-info .tag-icon .icon-box {
  text-align: center;
  margin-right: 40px;
}
.cfsy .top-page-content .left-info .tag-icon .icon-box p {
  padding: 0 10px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5c5c5c;
}
@media (max-width: 800px) {
  .cfsy .top-page-content {
    flex-wrap: wrap;
  }
  .cfsy .top-page-content .oppress {
    width: 100%;
    height: 250px;
    border-radius: 20px;
  }
  .cfsy .top-page-content .left-info {
    width: 100%;
    padding-top: 20px;
    position: relative;
  }
  .cfsy .top-page-content .left-info .desc {
    margin-top: 20px;
  }
  .cfsy .top-page-content .left-info .tag-icon {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .cfsy .top-page-content .left-info .tag-icon .icon-box {
    text-align: center;
    margin-right: 12px;
    margin-top: 20px;
  }
  .cfsy .top-page-content .left-info .tag-icon .icon-box:last-child {
    margin-right: 0;
  }
  .cfsy .top-page-content .left-info .tag-icon .icon-box p {
    padding: 0 5px 10px;
  }
  .cfsy .top-page-content .left-info .tag-icon .icon-box img {
    height: 30px;
  }
}
.cfsy-bottom {
  background-image: url(../images/bg54.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.cfsy-bottom .top-nav {
  padding: 80px 0 60px;
}
.cfsy-bottom .top-nav .item {
  color: #004099;
  opacity: 0.8;
  position: relative;
  padding: 0 12px 6px 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-right: 60px;
}
.cfsy-bottom .top-nav .item img {
  height: 40px;
}
.cfsy-bottom .top-nav .item.on {
  font-family: "AlibabaPuHuiTiSemiBold", sans-serif;
  opacity: 1;
  border-color: #004099;
}
.cfsy-bottom .cfsy-swiper .content-box .left-box {
  width: 25%;
  position: relative;
  padding: 38px;
  box-sizing: border-box;
}
.cfsy-bottom .cfsy-swiper .content-box .left-box .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cfsy-bottom .cfsy-swiper .content-box .left-box .title {
  position: relative;
  z-index: 131;
}
.cfsy-bottom .cfsy-swiper .content-box .left-box .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 67px;
  height: 2px;
  background-color: #fff;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul {
  width: 73%;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a {
  background-color: #ffffff;
  height: 330px;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .oppress {
  width: 38%;
  height: 100%;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box {
  width: 62%;
  padding: 30px 15px 0 38px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1580px) {
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .oppress {
  width: 44%;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box {
    width: 56%;
  }
}
@media (max-width: 1920px) {
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .oppress {
  width: 41%;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box {
    width: 59%;
  }
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .top {
  align-items: flex-start;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .top .tag {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #343434;
  border-radius: 30px;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .sub-title {
  padding-left: 10px;
  color: #9e9e9e;
  margin: 15px 0 10px;
  position: relative;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .sub-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 16px;
  background-color: #9e9e9e;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .desc {
  color: #909090;
  line-height: 1.429;
  text-align: justify;
  width: 95%;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .more {
  position: absolute;
  bottom: 20px;
  left: 38px;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a:hover .more {
  color: #fff;
  border-color: #004099;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a:hover .more::before {
  opacity: 1;
  width: 110px;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a:hover .info-box .top {
  color: #004099;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a:hover .info-box .top .tag {
  border: 1px solid #004099;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a:hover .info-box .sub-title {
  color: #004099;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a:hover .info-box .sub-title::before {
  background-color: #004099;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li:nth-of-type(2n) a {
  flex-direction: row-reverse;
}
.cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li:not(:first-child) {
  margin-top: 8px;
}
@media (max-width: 800px) {
  .cfsy-bottom .top-nav {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .cfsy-bottom .top-nav .item {
    padding: 0 4px 6px 0;
    border-bottom: 3px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cfsy-bottom .top-nav .item:last-child {
    margin-right: 0;
  }
  .cfsy-bottom .top-nav .item img {
    height: 20px;
  }
  .cfsy-bottom .info-box {
    padding: 0;
  }
  .cfsy-bottom .cfsy-swiper .content-box {
    flex-wrap: wrap;
  }
  .cfsy-bottom .cfsy-swiper .content-box .left-box {
    width: 100%;
    padding: 38px 30px 68px;
  }
  .cfsy-bottom .cfsy-swiper .content-box .left-box .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul {
    width: 100%;
    margin-top: 10px;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a {
    height: auto;
    flex-wrap: wrap;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .oppress {
    width: 100%;
    height: 200px;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box {
    width: 100%;
    padding: 30px 20px;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .top {
    flex-wrap: wrap;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .top .tag {
    margin-top: 10px;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .sub-title::before {
    height: 14px;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .desc {
    width: 100%;
  }
  .cfsy-bottom .cfsy-swiper .content-box .right-ul .ul li a .info-box .more {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
}
.page-fzzj .gzdt-list {
  position: relative;
  padding: 0 8%;
  box-sizing: border-box;
}
.page-fzzj .gzdt-list .info-swiper {
  padding: 20px;
  box-sizing: border-box;
}
.page-fzzj .gzdt-list .info-swiper a .oppress {
  height: 250px;
}
.page-fzzj .gzdt-list .info-swiper a .info-box {
  height: 180px;
}
.page-fzzj .gzdt-list .info-swiper a:hover .title {
  color: #d12a2a !important;
}
@media (max-width: 1580px) {
  .page-fzzj .gzdt-list .info-swiper a .oppress {
    height: 220px;
  }
  .page-fzzj .gzdt-list .info-swiper a .info-box {
    height: 150px;
  }
}
.fzzj-list {
  padding: 50px;
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: 2.298px 1.928px 4px 0px rgba(98, 23, 0, 0.23);
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-left: -4%;
}
.fzzj-list .ul {
  margin-bottom: -60px;
}
.fzzj-list .ul li {
  width: 45%;
  margin-bottom: 60px;
}
.fzzj-list .ul li a {
  height: 177px;
}
.fzzj-list .ul li a .oppress {
  border-radius: 14px;
  height: 100%;
  width: 45%;
}
.fzzj-list .ul li a .desc {
  width: 52%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fzzj-list .ul li a:hover .title {
  color: #d12a2a !important;
}
@media (max-width: 1580px) {
  .fzzj-list {
    margin-left: -2%;
  }
  .fzzj-list .ul {
    margin-bottom: -50px;
  }
  .fzzj-list .ul li {
    width: 46%;
    margin-bottom: 50px;
  }
  .fzzj-list .ul li a {
    height: 150px;
  }
}
@media (max-width: 800px) {
  .fzzj-list {
    margin-left: 0;
    padding: 20px 10px;
  }
  .fzzj-list .ul {
    margin-bottom: -20px;
  }
  .fzzj-list .ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .fzzj-list .ul li a {
    height: 100px;
  }
}
