@import "../font/iconfont.css";
html {
  font-family: "AlibabaPuHuiTiM", "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: #333;
}
@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;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 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-over5,
.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;
}
.text-more-over5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.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: 1090px) {
  .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: #01529a;
  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.6;
  opacity: 0.7;
}
@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 2s 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;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #01529a;
}
.maincolor2 {
  color: #7ac141;
}
.op5 {
  opacity: 0.5;
}
.op6 {
  opacity: 0.6;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh15 {
  line-height: 1.5;
}
.mr10 {
  margin-right: 10px;
}
/* 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;
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
  width: 170px;
  height: 56px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  color: #333;
  background-color: #fff;
}
.more .char {
  margin-right: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 8;
}
.more .icon-box {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #7ac141;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: relative;
  z-index: 8;
}
.more::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background-color: #7ac141;
  transition: all 0.4s ease;
}
.more:hover {
  color: #fff;
}
.more:hover::before {
  width: 100%;
}
.more:hover .icon-box {
  color: #7ac141;
  background-color: #fff;
}
.more.spe-more {
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  border: none;
}
.more.spe-more:hover {
  color: #fff;
  background-color: #13bbaf;
}
.more.active-more {
  color: #fff;
}
.more.active-more::before {
  width: 100%;
}
.more.active-more .icon-box {
  color: #7ac141;
  background-color: #fff;
}
.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: #01529a;
  border-color: #01529a;
  opacity: 1;
}
.more.white-more {
  background-color: rgba(255, 255, 255, 0.1);
}
.more.white-more .dot {
  border-color: #fff;
}
.more.white-more .dot::after {
  background-color: #fff;
}
.more.white-more:hover {
  background-color: #01529a;
}
.more.new-more {
  width: auto;
  height: auto;
}
.more.new-more::before {
  display: none;
}
.more.new-more:hover .char {
  color: #01529a;
}
.more.new-more:hover .dot {
  border-color: #01529a;
}
.more.new-more:hover .dot::after {
  background-color: #01529a;
}
@media (max-width: 1024px) {
  .more {
    width: 132px;
    height: 48px;
  }
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go .char {
  text-transform: uppercase;
}
.go .icon-box {
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.go:hover {
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-color: #7ac141;
  margin-left: 0.5em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.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: #01529a;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(1, 82, 154, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(1, 82, 154, 0.3);
}
.same-circle.white-circle i {
  background-color: #fff;
}
.same-circle.white-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.same-circle.white-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
.mt70 {
  margin-top: -70px;
}
.mt100 {
  margin-top: -100px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop60 {
  margin-top: 60px;
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
  .f28 {
    font-size: 24px;
  }
  .f26 {
    font-size: 22px;
  }
  .f20 {
    font-size: 18px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26,
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 26px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .lh15 {
    line-height: 1.4;
  }
  .mt70 {
    margin-top: -30px;
  }
  .mt100 {
    margin-top: -60px;
  }
  .mtop60,
  .mtop70 {
    margin-top: 30px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  font-family: 'mont', sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.05rem);
  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: #01529a;
  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/arrow-icon1.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: #01529a;
}
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/arrow-icon2.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: #01529a;
}
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: 1080px) {
  .logo {
    max-width: 10em;
    min-width: 200px;
  }
}
@media (max-width: 800px) {
  .logo {
    max-width: 8em;
    min-width: 150px;
  }
}
.main {
  max-width: 1600px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1320px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1180px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1100px;
  }
  .main.spe-main {
    max-width: 1100px;
  }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1000px;
  }
  .main.spe-main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.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: #7ac141;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #7ac141;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: rgba(0, 0, 0, 0.3);
}
.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: #01529a;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #01529a;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #01529a;
}
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: #01529a;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #01529a;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s ease-in-out;
}
.swiper-change .btn:after {
  display: none;
}
.swiper-change .btn:hover {
  color: #01529a;
}
.swiper-change.spe-change .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  transition: all 0.3s ease;
}
.swiper-change.spe-change .btn:hover {
  border-color: transparent;
  background-image: -moz-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -webkit-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -ms-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 800px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-change.spe-change.white .btn {
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-change.spe-change.white .btn:hover {
  background-image: -moz-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -webkit-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -ms-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray2 .btn {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.swiper-change.spe-change.gray2 .btn:hover {
  color: #fff;
  border-color: transparent;
  background-image: -moz-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -webkit-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -ms-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray3 .btn {
  width: 55px;
  height: 55px;
  border: none;
  background-color: #c4c4c4;
}
.swiper-change.spe-change.gray3 .btn:hover {
  color: #fff;
  background-color: #7ac141;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
  transition: all 0.4s ease;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 5px;
  background-color: #01529a;
}
.swiper-change.spe-change2 .btn {
  color: #fff;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #01529a;
}
.swiper-change.spe-change4 .btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn:hover {
  color: #fff;
  background-color: #7ac141;
}
@media (max-width: 768px) {
  .swiper-change.spe-change4 .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change4.active .btn:hover {
  color: #fff;
  background-color: #01529a;
}
.swiper-change.spe-change4.gray .btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  box-shadow: none;
}
.swiper-change.spe-change4.gray .btn:hover {
  border-color: #01529a;
  background-color: #01529a;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 16px;
  height: 27px;
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse .icon {
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .scroll-en {
  margin-bottom: 25px;
}
.scroll-down .arrow-mouse {
  width: 40px;
  height: 40px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-animation: scrollDown 6s linear infinite;
  animation: scrollDown 6s 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 scrollDown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes arrow-down-animate {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  33.3333% {
    transform: translateY(10%);
    opacity: 1;
  }
  66.66666% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(30%);
    opacity: 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);
  }
}
#search {
  z-index: 299;
  width: 800px;
  right: 0;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 100px;
  height: 4em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
}
#search .search {
  font-size: 1.3em;
  color: #01529a;
  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: 14px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #01529a;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
#header {
  z-index: 100;
  overflow: visible;
  height: 106px;
  transform: all 0.4s ease-out;
  box-sizing: border-box;
  position: relative;
}
#header .nav {
  margin-right: 0.5rem;
}
#header .nav .subset:empty {
  display: none !important;
}
#header.fixed {
  position: fixed;
  animation: moveY 0.6s ease forwards;
}
@keyframes moveY {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
#header .search-box {
  width: 110px;
  height: 106px;
  background-color: #01529a;
  position: absolute;
  top: 0;
  right: 0;
}
#header .search-box .search {
  width: 100%;
  height: 100%;
}
#header .line {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header.fixed-header {
  background-color: #01529a;
}
#header.fixed-header .menu .cls {
  fill: #fff;
}
@media (min-width: 801px) {
  #header .main,
  #header .right-box,
  #header .right-box ul,
  #header .right-box ul li {
    height: 100%;
  }
  #header .right-box ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .right-box ul {
    align-items: center;
  }
  #header.inside {
    position: static;
  }
  #header .nav .fade {
    top: 100%;
    white-space: nowrap;
    margin-top: -12px;
    z-index: 999;
  }
  #header .nav .fade,
  #header .nav .subset:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .nav .subset {
    position: relative;
    background-color: #fff;
    padding: 2em 1.2em;
    border-radius: 0 0 1em 1em;
    white-space: nowrap;
    min-width: 10em;
    color: #777;
    box-shadow: 2.867px 7.469px 27px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #01529a;
    box-sizing: border-box;
  }
  #header .nav .subset:before {
    content: "";
    bottom: 100%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #01529a;
  }
  #header .nav .subset > a,
  #header .nav .subset .top-name {
    position: relative;
    padding-left: 1em;
  }
  #header .nav .subset > a:not(:last-child),
  #header .nav .subset .top-name:not(:last-child) {
    margin-bottom: 1.2em;
  }
  #header .nav .subset > a::after,
  #header .nav .subset .top-name::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #header .nav .subset > a:hover,
  #header .nav .subset .top-name:hover {
    color: #01529a;
  }
  #header .nav .subset > a:hover::after,
  #header .nav .subset .top-name:hover::after {
    background-color: #01529a;
  }
  #header .nav .touch:hover .fade {
    margin-top: -4px;
  }
}
@media (max-width: 1680px) {
    #header .right-box{
        margin-right: 5%;
    }
}
@media (max-width: 1080px) {
    #header .right-box{
        margin-right: 0;
    }
    #header .nav {
    margin-right: 0;
}
}
@media (max-width: 800px) {
  #header {
    height: 60px;
  }
  #header .line {
    display: none;
  }
  #header.inside .menu .cls {
    fill: #000;
  }
  #header.inside.scroll {
    border-color: transparent;
  }
  #header.inside.scroll .logo .l2 {
    display: none;
  }
  #header.inside.scroll .logo .l1 {
    display: block;
  }
  #header.scroll {
    background-color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  #header .menu .cls,
  #header.scroll .menu .cls,
  #header.on .menu .cls {
    fill: #000;
  }
  #header .logo,
  #header .menu {
    position: relative;
    z-index: 2;
  }
  #header .menu svg {
    width: 28px;
  }
  #header .menu .cls {
    transition: all 0.6s ease-out;
  }
  #header .menu .cls4 {
    font-size: 20px;
    text-anchor: middle;
    dominant-baseline: middle;
    font-family: 'Mont', sans-serif;
  }
  #header .nav {
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(100% - 58px);
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 30px;
    display: block;
    line-height: 60px;
  }
  #header .nav .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #header .nav .touch {
    margin: 0;
  }
  #header .nav .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: 'icon', sans-serif;
  }
  #header .nav .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #header .nav .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    display: none;
    transition: 0s none;
  }
  #header .nav .fade .subset {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 2;
  }
  #header .nav .fade .subset .pro-item ul li {
    width: 100%;
  }
  #header .mask {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  #header .main {
    transition: all 0.6s ease-out;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  #header.on .main {
    transform: translateX(calc(58px - 100%));
  }
  #header.on .mask {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
  #header.on .menu .cls1 {
    width: 73px;
    transform: rotateZ(32deg);
    transform-origin: left 6px;
  }
  #header.on .menu .cls2 {
    opacity: 0;
  }
  #header.on .menu .cls3 {
    width: 73px;
    transform: rotateZ(-32deg);
    transform-origin: left 40px;
  }
  #header .language-box {
    display: flex;
  }
}
.nav .top {
  height: 2.9em;
  line-height: 2.9em;
  position: relative;
  font-weight: 500;
}
.nav .touch {
  position: relative;
}
.nav .touch + .touch {
  margin-left: 0.5rem;
}
.nav .touch:hover .top,
.nav .touch.active .top {
  color: #01529a;
}
#footer {
  padding: 1rem 0 0.6rem;
  position: relative;
  background-color: #041d2c;
}
#footer .toTop {
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0.8;
  transition: all 0.4s ease;
}
#footer .toTop .icon {
  display: block;
  animation: scrollDown 2s infinite ease-in-out;
  margin-bottom: 10px;
}
#footer .toTop:hover {
  opacity: 1;
}
#footer .container .nav-ul {
  width: 60%;
}
#footer .container .nav-ul .touch {
  text-align: center;
}
#footer .container .nav-ul .touch .two-nav {
  margin-top: 30px;
}
#footer .container .nav-ul .touch .two-nav a {
  opacity: 0.5;
  margin-top: 15px;
}
#footer .container .nav-ul .touch .two-nav a:hover {
  opacity: 1;
}
#footer .bottom {
  margin-top: 60px;
  padding-bottom: 70px;
}
#footer .bottom .connect .item {
  margin-bottom: 15px;
}
#footer .bottom .connect .item img {
  margin-right: 10px;
}
#footer .bottom .connect .item:last-child {
  margin-bottom: 0;
}
#footer .bottom .info {
  padding-top: 50px;
}
#footer .bottom .info .form-box .box {
  margin-top: 10px;
}
#footer .bottom .info .form-box .box .input {
  background-color: #1b3545;
  width: 300px;
  height: 52px;
  border-radius: 26px;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  opacity: 0.8;
}
#footer .bottom .info .form-box .box .input::placeholder {
  color: #fff;
}
#footer .bottom .info .form-box .box .btn {
  width: 120px;
  height: 52px;
  background-color: #7ac141;
  border-radius: 26px;
  margin-left: 10px;
  cursor: pointer;
}
#footer .bottom .info .form-box .box .btn span {
  margin-right: 5px;
}
#footer .share-box {
  margin-right: 100px;
}
#footer .share-box .share {
  margin-top: 15px;
}
#footer .share-box .share .cc {
  position: relative;
  text-align: center;
  margin-right: 30px;
}
#footer .share-box .share .cc .icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #1b3545;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 48px;
}
#footer .share-box .share .cc .fade {
  position: absolute;
  left: 50%;
  margin-bottom: -20px;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: 88;
  padding-bottom: 20px;
}
#footer .share-box .share .cc .fade .content {
  background-color: #fff;
  border-radius: 6px;
  width: 140px;
  padding: 10px;
  box-sizing: border-box;
}
#footer .share-box .share .cc .fade .pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
#footer .share-box .share .cc .fade .pic img {
  width: 100%;
  height: 100%;
}
#footer .share-box .share .cc .fade::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #fff;
}
#footer .share-box .share .cc:hover .icon {
  background-color: #7ac141;
  color: #fff;
}
#footer .share-box .share .cc:hover .fade {
  margin-bottom: -8px;
}
#footer .copyright {
  padding-top: 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .copyright .left a {
  margin-right: 45px;
}
#footer .copyright a {
  opacity: 0.6;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1380px){
    .nav .touch + .touch {
  margin-left: 0.3rem;
}
}
@media (max-width: 1024px) {
  #footer .copyright {
    display: block;
    text-align: center;
  }
  #footer .copyright .left {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .copyright .left a {
    margin-right: 0;
  }
}
@media (max-width: 1080px) {
  #footer {
    background-size: cover;
  }
  #footer .container {
    flex-wrap: wrap;
  }
  #footer .container .left-box {
    width: 100%;
    justify-content: space-between;
  }
  #footer .container .nav-ul {
    display: none;
  }
  #footer .share-box {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #footer .share-box .share {
    margin-top: 10px;
  }
  #footer .bottom {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #footer .bottom .connect .item {
    margin-bottom: 10px;
  }
  #footer .bottom .info {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  #footer .bottom .info .form-box {
    width: 100%;
  }
  #footer .bottom .info .form-box .box .input {
    width: 70%;
  }
  #footer .bottom .info .form-box .box .btn {
    width: 29%;
  }
}
@media (max-width: 800px) {
  #footer {
    padding: 68px 0 20px;
  }
}
#banner {
  height: calc(100vh - 106px);
  position: relative;
}
#banner > .swiper {
  height: 100%;
  position: relative;
}
#banner > .swiper .swiper-slide .banner-txt {
  position: absolute;
  top: 30%;
  left: 8%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
  max-width: 80%;
}
#banner > .swiper .swiper-slide .banner-txt .title {
  font-size: 55px;
  line-height: 1.2;
}
#banner > .swiper .swiper-slide .banner-txt .desc {
  margin-top: 30px;
  max-width: 60%;
  opacity: 0.8;
  line-height: 1.6;
}
#banner > .swiper .swiper-slide .banner-txt .more {
  margin-top: 60px;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide .banner-txt {
    max-width: 90%;
    left: 20px;
  }
  #banner > .swiper .swiper-slide .banner-txt .title {
    font-size: 30px;
  }
  #banner > .swiper .swiper-slide .banner-txt .more {
    margin-top: 45px;
  }
  #banner > .swiper .swiper-slide .banner-txt .desc {
    margin-top: 20px;
    max-width: 100%;
    line-height: 1.6;
  }
}
#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 > .mask {
  left: auto;
  width: 110px;
  height: 100%;
  z-index: 2;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#banner > .mask > .swiper-pagination {
  top: 35%;
}
#banner > .mask > .swiper-pagination .circle {
  margin: 1em auto;
  display: block;
}
#banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 20;
  text-align: center;
  transform: translateX(-50%);
}
#banner .scroll-down a {
  position: relative;
  z-index: 10;
}
#banner .same-video-box {
  right: 8%;
}
@media (max-width: 1480px) {
  #banner .same-video-box {
    right: 9%;
  }
}
@media (max-width: 1080px) {
  #banner > .mask {
    width: 100%;
    top: auto;
    bottom: 80px;
    border-left: none;
    height: auto;
  }
  #banner > .mask > .swiper-pagination .circle {
    margin: 0 1em;
    display: inline-block;
  }
  #banner .scroll-down {
    display: none;
  }
}
@media (max-width: 800px) {
  #banner {
    height: calc(100vh - 60px);
  }
  #banner .same-video-box {
    right: 20px;
  }
  #banner > .swiper .swiper-pagination {
    max-width: 80%;
  }
  #banner > .mask {
    bottom: 50px;
  }
}
.same-video-box {
  position: absolute;
  bottom: 50px;
  z-index: 2;
  background-color: #7ac141;
  width: 340px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
}
.same-video-box .name {
  width: 50px;
}
.same-video-box .play-video {
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.same-video-box .play-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  padding-left: 8px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .same-video-box {
    width: 280px;
    height: 140px;
    bottom: 80px;
  }
  .same-video-box .name {
    width: 40px;
  }
  .same-video-box .play-video .play {
    width: 50px;
    height: 50px;
    padding-left: 4px;
  }
}
#banner.page-banner {
  position: relative;
  z-index: 9;
  height: 580px;
  overflow: hidden;
}
#banner.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);
  }
}
#banner.page-banner .banner-txt {
  width: 90%;
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 8%;
  transform: translateY(-50%);
}
#banner.page-banner .banner-txt .h2 {
  font-size: 55px;
  letter-spacing: 2px;
}
#banner.page-banner .spe-banner-txt {
  top: 40%;
}
#banner.page-banner .spe-banner-txt .text-node {
  width: 45%;
  margin-top: 30px;
}
#banner.page-banner  .top-links a {
  margin-top: 40px;
  width: 130px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    background: #7ac141;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}
#banner.page-banner .top-nav {
  width: 90%;
  position: absolute;
  bottom: 56px;
  z-index: 10;
  left: 8%;
  margin: 0;
}

#banner.page-banner .top-nav .nav-lists a {
  margin-right: 40px;
  margin-left: 0;
}
@media (max-width: 1480px) {
  #banner.page-banner {
    height: 500px;
  }
  #banner.page-banner .banner-txt .h2 {
    font-size: 40px;
  }
  #banner.page-banner .banner-txt .Mont {
    font-size: 70px;
  }
}
@media (max-width: 800px) {
  #banner.page-banner {
    height: 350px;
  }
  #banner.page-banner .banner-txt .h2 {
    font-size: 28px;
  }
  #banner.page-banner .banner-txt .Mont {
    font-size: 40px;
    margin-top: -20px;
  }
  #banner.page-banner .top-nav {
    bottom: 30px;
    left: 20px;
  }
  #banner.page-banner .top-nav .nav-lists a {
    margin-right: 30px;
  }
  #banner.page-banner .spe-banner-txt {
    top: 50%;
  }
  #banner.page-banner .spe-banner-txt .text-node {
    width: 90%;
    margin-top: 20px;
    font-size: 16px;
  }
}
#crumbs {
  white-space: nowrap;
}
#crumbs ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.6em;
  opacity: 0.7;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch .icon {
  margin-right: 5px;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  text-decoration: underline;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
.top-nav {
  margin: 30px 0 70px;
}
.top-nav .nav-lists a {
  position: relative;
  padding-left: 30px;
  margin-left: 40px;
}
.top-nav .nav-lists a:first-child {
  margin-left: 0;
}
.top-nav .nav-lists a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.top-nav .nav-lists a span {
  opacity: 0.7;
}
.top-nav .nav-lists a.active span,
.top-nav .nav-lists a:hover span {
  opacity: 1;
}
.top-nav .nav-lists a.active::before,
.top-nav .nav-lists a:hover::before {
  border-color: #7ac141;
}
@media (max-width: 800px) {
  .top-nav {
    margin: 20px 0 30px;
  }
  .top-nav .nav-lists {
    flex-wrap: wrap;
    margin-right: -10px;
    margin-top: 10px;
  }
  .top-nav .nav-lists a {
    padding-left: 18px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 8px;
  }
  .top-nav .nav-lists a::before {
    top: 4px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
  }
}
.same-title .h2 {
  font-size: 40px;
  margin-top: 10px;
  line-height: 1.2;
}
.same-title .mont {
  margin-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .same-title .mont {
    margin-top: 6px;
  }
}
@media (max-width: 1480px) {
  .same-title .h2 {
    font-size: 34px;
  }
}
@media (max-width: 800px) {
  .same-title .h2 {
    font-size: 28px;
    line-height: 1.6;
  }
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .item:hover .num {
  color: #01529a;
}
.datum .item:hover .num .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum .num {
  line-height: 1.6;
  height: 1.4em;
  overflow: hidden;
  position: relative;
  font-size: 72px;
  text-align: center;
  padding-right: 10px;
  font-family: 'adineueBold', sans-serif;
  width: fit-content;
}
.datum .num::before {
  content: attr(data-unit);
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Microsoft YaHei", sans-serif;
}
.datum .num::after {
  content: '';
  position: absolute;
  right: 14px;
  bottom: 5px;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.datum.gray .item .num {
  color: #747474;
}
.datum.gray .item .text {
  color: #747474;
}
.datum.gray .item:hover .num {
  color: #01529a;
}
.datum.gray .item:hover .num .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .num {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .num::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #01529a;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (max-width: 800px) {
  .datum .item {
    margin-bottom: 30px;
  }
  .datum .num {
    font-size: 40px;
  }
  .datum .num::before {
    font-size: 12px;
  }
  .datum .num::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .num::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .num::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
#product {
  background-image: url(../images/bg.jpg);
}
#product .content {
  margin-top: 80px;
}
#product .content .lists {
  width: 25%;
}
#product .content .lists .ul {
  position: relative;
}
#product .content .lists .ul::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 28px;
  width: 1px;
  height: 91%;
  border-left: 2px solid #e7eaec;
}
#product .content .lists .ul .item {
  position: relative;
  cursor: pointer;
}
#product .content .lists .ul .item:first-child {
  padding-bottom: 280px;
}
/*#product .content .lists .ul .item:last-child a .desc {*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*}*/
/*#product .content .lists .ul .item:last-child a .desc .icon-box {*/
/*  margin-top: 30px;*/
/*}*/
#product .content .lists .ul .item a {
  position: absolute;
  top: 8px;
  left: 70px;
  width: 80%;
}
#product .content .lists .ul .item a .title {
  opacity: 0.65;
}
#product .content .lists .ul .item a .desc {
  opacity: 0;
  margin-top: -20px;
  transition: all 0.4s ease;
}
#product .content .lists .ul .item a .desc .icon-box {
  width: 56px;
  height: 56px;
  color: #fff;
  background-color: #01529a;
  transform: rotate(-45deg);
  margin-top: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
}
#product .content .lists .ul .item .circle {
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
}
#product .content .lists .ul .item .circle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#product .content .lists .ul .item .circle svg {
  display: block;
  width: 100%;
}
#product .content .lists .ul .item .circle svg .cls-1 {
  fill: none;
  stroke: #01529a;
  stroke-width: 5px;
  stroke-dasharray: 0, 325;
}
#product .content .lists .ul .item .circle svg .cls-2 {
  fill: none;
  stroke: #e7eaec;
  stroke-width: 5px;
}
#product .content .lists .ul .item.on svg .cls-1 {
  animation: icon-animation 9s linear infinite;
}
@keyframes icon-animation {
  0% {
    stroke-dasharray: 0, 325;
  }
  100% {
    stroke-dasharray: 325, 0;
  }
}
#product .content .lists .ul .item.on .circle {
  color: #01529a;
}
#product .content .lists .ul .item.on a .title {
  opacity: 1;
}
#product .content .lists .ul .item.on a .desc {
  opacity: 1;
  margin-top: 10px;
}
/*#product .content .lists .ul .item.on:last-child a .desc {*/
/*  bottom: 130%;*/
/*}*/
#product .content .pro-swiper {
  width: 68%;
  margin: 0;
}
#product .content .pro-swiper .oppress {
  width: 100%;
  height: 495px;
  border-radius: 10px;
}
@media (max-width: 1480px) {
  #product .content .pro-swiper .oppress {
    height: 420px;
  }
}
@media (max-width: 800px) {
  #product .top {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #product .top .same-title {
    width: 100%;
  }
  #product .top .more {
    margin-top: 20px;
  }
  #product .content {
    margin-top: 10px;
    position: relative;
    height: 580px;
    align-items: flex-start;
  }
  #product .content .lists {
    width: 90%;
    position: relative;
    z-index: 99;
    padding: 20px 10% 20px 20px;
  }
  #product .content .lists .ul::before {
    height: 86%;
  }
  #product .content .lists .ul .item:first-child {
    padding-bottom: 100px;
  }
  #product .content .lists .ul .item:last-child a .desc .icon-box {
    margin-top: 20px;
  }
  #product .content .lists .ul .item a .desc .icon-box {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
  }
  #product .content .pro-swiper {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #product .content .pro-swiper .oppress {
    height: 320px;
  }
}
#case {
  background-image: url(../images/bg2.jpg);
}
#case .case-swiper {
  margin-top: 80px;
  padding-bottom: 100px;
}
#case .case-swiper a {
  height: 463px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 15px 0px rgba(11, 63, 139, 0.1);
  padding: 40px;
  box-sizing: border-box;
}
#case .case-swiper a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: url('../images/bg3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  transition: all 0.6s ease;
}
#case .case-swiper a .oppress {
  height: 280px;
  border-radius: 16px;
  position: relative;
  z-index: 88;
}
#case .case-swiper a .title {
  margin-top: 30px;
  position: relative;
  z-index: 88;
}
#case .case-swiper a:hover {
  color: #fff;
}
#case .case-swiper a:hover::before {
  height: 100%;
}
#case .case-swiper .swiper-change {
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 15px;
}
#case .case-swiper .swiper-progress {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 28%;
  transform: translateX(-50%);
}
#case .case-swiper .swiper-progress .swiper-pagination-progressbar {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.16);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
#case .case-swiper .swiper-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #01529a;
}
@media (max-width: 1480px) {
  #case .case-swiper a {
    height: 410px;
  }
  #case .case-swiper a .oppress {
    height: 240px;
  }
}
@media (max-width: 800px) {
  #case .top {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #case .top .same-title {
    width: 100%;
  }
  #case .top .more {
    margin-top: 20px;
  }
  #case .case-swiper {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  #case .case-swiper a {
    height: 360px;
    padding: 30px;
    box-shadow: none;
  }
  #case .case-swiper a .oppress {
    height: 220px;
  }
  #case .case-swiper a .title {
    margin-top: 20px;
  }
  #case .case-swiper .swiper-progress {
    bottom: 25px;
    left: auto;
    right: 0;
    width: 60%;
    transform: translateX(0);
  }
}
.case {
  background-image: url(../images/bg9.jpg);
  background-size: 100% 1090px;
  background-position: center top;
  background-repeat: no-repeat;
}
.case .case-lists {
  padding-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: -2.33%;
}
.case .case-lists li {
  width: 31%;
  margin-right: 2.33%;
  margin-bottom: 45px;
}
.case .case-lists li a {
  height: 463px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 15px 0px rgba(11, 63, 139, 0.1);
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.case .case-lists li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: url('../images/bg3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  transition: all 0.6s ease;
}
.case .case-lists li a .oppress {
  height: 280px;
  border-radius: 16px;
  position: relative;
  z-index: 88;
}
.case .case-lists li a .title {
  margin-top: 30px;
  position: relative;
  z-index: 88;
}
.case .case-lists li a:hover {
  color: #fff;
}
.case .case-lists li a:hover::before {
  height: 100%;
}
@media (max-width: 1480px) {
  .case .case-lists li {
    margin-bottom: 35px;
  }
  .case .case-lists li a {
    height: 410px;
  }
  .case .case-lists li a .oppress {
    height: 240px;
  }
}
@media (max-width: 800px) {
  .case .top-nav {
    flex-wrap: wrap;
  }
  .case .case-lists {
    padding-top: 30px;
    margin-right: 0;
  }
  .case .case-lists li {
    width: 100%;
    margin-bottom: 20px;
  }
  .case .case-lists li a {
    height: 360px;
    padding: 30px;
  }
  .case .case-lists li a .oppress {
    height: 220px;
  }
  .case .case-lists li a .title {
    margin-top: 20px;
  }
}
#news .news-box {
  height: 500px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news .news-box .ul {
  padding: 40px 0 40px 35px;
  width: 50%;
  box-sizing: border-box;
}
#news .news-box .ul li {
  width: 48%;
}
#news .news-box .ul li a .oppress {
  width: 100%;
  height: 250px;
  border-radius: 16px;
}
#news .news-box .ul li a .date {
  margin: 25px 0 10px;
}
#news .news-box .ul li a .watch {
  margin-top: 20px;
  color: #7ac141;
}
#news .news-box .ul li a .watch .icon {
  display: inline-block;
  transform: rotate(-45deg);
}
#news .top-news {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#news .top-news .oppress {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: relative;
}
#news .top-news .oppress::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -moz-linear-gradient(90deg, #7ac141 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #7ac141 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #7ac141 0%, transparent 100%);
  z-index: 8;
}
#news .top-news .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 40px;
  box-sizing: border-box;
  z-index: 99;
}
#news .top-news .desc .date {
  margin-bottom: 10px;
}
#news .top-news .icon-box {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #7ac141;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50px;
  right: 40px;
  transform: rotate(-45deg);
}
@media (max-width: 800px) {
  #news .top {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #news .top .same-title {
    width: 100%;
  }
  #news .top .more {
    margin-top: 20px;
  }
  #news .top-news {
    width: 100%;
    height: 300px;
  }
  #news .top-news .desc {
    padding: 30px 20px;
  }
  #news .top-news .icon-box {
    width: 44px;
    height: 44px;
    line-height: 44px;
    top: 20px;
    right: 20px;
  }
  #news .news-box {
    height: auto;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
  }
  #news .news-box .ul {
    padding: 20px 0;
    width: 100%;
  }
  #news .news-box .ul li {
    width: 48%;
  }
  #news .news-box .ul li a .oppress {
    height: 150px;
  }
  #news .news-box .ul li a .date {
    margin: 10px 0;
  }
  #news .news-box .ul li a .watch {
    margin-top: 15px;
  }
}
#about {
  background-image: url(../images/bg4.jpg);
}
#about .left-pic {
  width: 38%;
}
#about .left-pic .oppress {
  width: 100%;
  height: 720px;
  border-radius: 16px;
}
#about .info {
  width: 54%;
  position: relative;
}
#about .info .video-box {
  right: 0;
  bottom: -140px;
}
@media (max-width: 800px) {
  #about .main {
    flex-wrap: wrap;
  }
  #about .main .left-pic {
    width: 100%;
  }
  #about .main .left-pic .oppress {
    height: 320px;
  }
  #about .main .info {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 140px;
  }
  #about .main .info .video-box {
    bottom: -30px;
  }
}
#development .evolution-box {
  background-image: url(../images/bg6.jpg);
}
#development .evolution-box .main {
  position: relative;
}
#development .evolution-box .main .same-title {
  position: absolute;
  top: 100px;
  left: 0;
}
#development .evolution-box .main .gallery {
  padding-bottom: 20px;
}
#development .evolution-box .main .gallery .content {
  align-items: flex-end;
}
#development .evolution-box .main .gallery .content .big-year {
  position: relative;
  display: inline-block;
  letter-spacing: 4px;
  height: 260px;
}
#development .evolution-box .main .gallery .content .big-year .year-text {
  position: relative;
  z-index: 2;
  background-image: url(../pictures/banner2.jpg);
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 280px;
}
#development .evolution-box .main .gallery .content .info {
  width: 50%;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 2px 15px 0px rgba(11, 63, 139, 0.1);
  padding: 55px 55px 0;
  box-sizing: border-box;
}
#development .evolution-box .main .gallery .content .info .year .enb {
  font-size: 55px;
}
#development .evolution-box .main .gallery .content .info .year .unit {
  margin-top: -10px;
  margin-left: 8px;
}
#development .evolution-box .main .gallery .content .info .bottom {
  margin-top: 30px;
  padding-left: 40px;
  position: relative;
  padding-bottom: 55px;
}
#development .evolution-box .main .gallery .content .info .bottom::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#development .evolution-box .main .gallery .content .info .bottom .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
#development .evolution-box .main .gallery .content .info .bottom .circle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #01529a;
}
#development .evolution-box .main .gallery .content .info .bottom .oppress {
  border-radius: 16px;
  width: 320px;
  height: 192px;
  margin-top: 30px;
}
#development .thumb-box {
  padding: 45px 0;
  background-color: #01529a;
}
#development .thumb-box .main {
  position: relative;
}
#development .thumb-box .thumb {
  position: relative;
  padding-bottom: 40px;
  padding-top: 10px;
  z-index: 66;
}
#development .thumb-box .thumb::after {
  content: "";
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/line2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#development .thumb-box .thumb .swiper-slide {
  width: 11.11%;
  text-align: center;
  cursor: pointer;
}
#development .thumb-box .thumb-process {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11%;
  height: 100%;
  background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  z-index: 8;
  transition: all 0.6s ease;
}
#development .thumb-box .thumb-process .line {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 40px;
  height: 100%;
}
#development .thumb-box .thumb-process .line::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #fff;
}
#development .thumb-box .thumb-process .line::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  width: 2 px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 800px) {
  #development .evolution-box .main .same-title {
    top: 50px;
    left: 20px;
  }
  #development .evolution-box .main .gallery {
    padding-bottom: 0;
    padding-top: 90px;
  }
  #development .evolution-box .main .gallery .content {
    justify-content: center;
    flex-wrap: wrap;
  }
  #development .evolution-box .main .gallery .content .big-year {
    height: auto;
  }
  #development .evolution-box .main .gallery .content .big-year .year-text {
    font-size: 140px;
  }
  #development .evolution-box .main .gallery .content .info {
    width: 100%;
    padding: 25px 20px 0;
  }
  #development .evolution-box .main .gallery .content .info .year .enb {
    font-size: 50px;
  }
  #development .evolution-box .main .gallery .content .info .bottom {
    margin-top: 10px;
    padding-bottom: 35px;
  }
  #development .evolution-box .main .gallery .content .info .bottom .oppress {
    width: 100%;
    margin-top: 20px;
  }
  #development .thumb-box {
    padding: 25px 0;
  }
  #development .thumb-box .main {
    padding: 0;
  }
  #development .thumb-box .thumb {
    padding-bottom: 30px;
  }
  #development .thumb-box .thumb::after {
    height: 10px;
  }
  #development .thumb-box .thumb-process .line {
    right: -10px;
    width: 20px;
  }
  #development .thumb-box .thumb-process .line::after {
    width: 20px;
    height: 3px;
  }
  #development .thumb-box .thumb-process .line::before {
    left: 10px;
    width: 1px;
  }
}
#culture .enb {
  opacity: 0.5;
}
#culture .top-content .oppress {
  height: 442px;
  border-radius: 16px;
  width: 45%;
}
#culture .top-content .info {
  width: 50%;
}
#culture .top-content .info .title {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
#culture .top-content .info .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 4px;
  background-color: #7ac141;
  border-radius: 2px;
}
#culture .top-content .info .title .enb {
  margin-top: 10px;
}
#culture .lists {
  margin-top: -160px;
  padding-top: 210px;
  background-color: #f8f8f8;
}
#culture .lists .ul li {
  width: 31.5%;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
  min-height: 280px;
  padding: 30px 50px;
  box-sizing: border-box;
}
#culture .lists .ul li .top {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#culture .lists .ul li .top .txt {
  margin-left: 15px;
}
@media (max-width: 800px) {
  #culture .top-content {
    flex-wrap: wrap;
  }
  #culture .top-content .oppress {
    height: 300px;
    width: 100%;
  }
  #culture .top-content .info {
    width: 100%;
    margin-top: 20px;
  }
  #culture .top-content .info .title {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #culture .lists {
    margin-top: 30px;
    padding-top: 30px;
  }
  #culture .lists .ul {
    flex-wrap: wrap;
  }
  #culture .lists .ul li {
    width: 100%;
    min-height: auto;
    padding: 30px 40px;
    margin-bottom: 20px;
  }
  #culture .lists .ul li:last-child {
    margin-bottom: 0;
  }
  #culture .lists .ul li .top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#team {
  background-image: url('../images/bg7.jpg');
}
#team .content .info {
  width: 45%;
}
#team .content .info .desc {
  padding-left: 70px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
#team .content .info .desc::after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 28px;
  height: 4px;
  background-color: #7ac141;
  border-radius: 2px;
}
#team .content .oppress {
  height: 512px;
  border-radius: 16px;
  width: 50%;
}
@media (max-width: 800px) {
  #team .content {
    flex-wrap: wrap;
  }
  #team .content .info {
    width: 100%;
  }
  #team .content .info .desc {
    padding-left: 50px;
    line-height: 1.6;
  }
  #team .content .oppress {
    height: 300px;
    width: 100%;
    margin-top: 20px;
  }
}
#honnor {
  background-image: url('../images/bg8.jpg');
}
#honnor .honnor-swiper {
  width: 86%;
}
#honnor .honnor-swiper .swiper-slide {
  padding-top: 100px;
}
#honnor .honnor-swiper .swiper-slide a {
  text-align: center;
}
#honnor .honnor-swiper .swiper-slide a .pic-box {
  max-width: 100%;
  max-height: 310px;
  margin-bottom: 18px;
}
#honnor .honnor-swiper .swiper-slide a .pic-box .pic{
    max-width: 80%;
    max-height: 70%;
}
#honnor .honnor-swiper .swiper-slide a .pic-box img {
  max-height: 90%;
}

#honnor .honnor-swiper .swiper-slide:nth-of-type(2n) {
  padding-top: 10px;
}
#honnor .swiper-box {
  position: relative;
}
@media (max-width: 800px) {
  #honnor .honnor-swiper {
    width: 100%;
  }
  #honnor .honnor-swiper .swiper-slide {
    padding-top: 0;
  }
  #honnor .honnor-swiper .swiper-slide:nth-of-type(2n) {
    padding-top: 0;
  }
}
.business {
  background-color: #f3f7fa;
}
.business .business-lists li {
  background-image: url('../images/bg10.png');
  height: 730px;
  padding: 90px 0;
  box-sizing: border-box;
}
.business .business-lists li .main {
  height: 100%;
  position: relative;
}
.business .business-lists li .left-box {
  width: 43%;
}
.business .business-lists li .left-box .text-node {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.business .business-lists li .right-box {
  width: 48%;
}
.business .business-lists li .right-box .oppress {
  width: 100%;
  height: 500px;
  border-radius: 16px;
}
.business .business-lists li:nth-child(2n) .left-box {
  padding-left: 55%;
}
.business .business-lists li:nth-child(2n) .right-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.business .business-lists li:hover .title {
  color: #01529a;
}
.business .business-lists li:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 1480px) {
  .business .business-lists li {
    padding: 60px 0;
    height: 650px;
  }
  .business .business-lists li .right-box .oppress {
    height: 450px;
  }
}
@media (max-width: 800px) {
  .business .business-lists li {
    height: auto;
  }
  .business .business-lists li .main {
    flex-wrap: wrap;
    padding: 280px 20px 0;
    box-sizing: border-box;
  }
  .business .business-lists li .left-box {
    width: 100%;
  }
  .business .business-lists li .left-box .text-node {
    margin-top: 20px;
    padding-top: 20px;
  }
  .business .business-lists li .right-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
  }
  .business .business-lists li .right-box .oppress {
    height: 250px;
  }
  .business .business-lists li:nth-child(2n) .left-box {
    padding-left: 0;
    padding-right: 0;
  }
  .business .business-lists li:nth-child(2n) .right-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
  }
}
.details .article {
  margin: 70px auto 0;
  width: 60%;
}
.details .article .title {
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.7;
}
.details .article .desc {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
.details .article .desc a {
  display: inline-block;
}
.details .btn-box {
  margin-top: 90px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.details .btn-box a {
  opacity: 0.7;
  margin-bottom: 25px;
}
.details .btn-box a:hover {
  color: #01529a;
  opacity: 1;
}
.details .btn-box .back .icon {
  margin-right: 10px;
}
.details.page-news {
  padding-top: 55px;
}
.details.page-news .article {
  margin: 0;
  width: 64%;
}
.details.page-news .article .title .date {
  margin-top: 10px;
}
.details.page-news .content {
  margin-top: 70px;
  align-items: flex-start;
}
.details.page-news .content .right-news {
  width: 31%;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 30px 0px rgba(11, 63, 139, 0.15);
  padding: 50px 44px;
  box-sizing: border-box;
  height: auto;
}
.details.page-news .content .right-news .top-name {
  margin-bottom: 50px;
  position: relative;
  padding-left: 30px;
}
.details.page-news .content .right-news .top-name::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 6px;
  height: 35px;
  background-color: #7ac141;
}
.details.page-news .content .right-news .ul li {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.details.page-news .content .right-news .ul li a .title {
  margin-top: 10px;
}
.details.page-news .content .right-news .ul li a:hover .title {
  color: #01529a;
}
@media (max-width: 1480px) {
  .details .article .title {
    line-height: 1.6;
  }
}
@media (max-width: 800px) {
  .details .article {
    margin: 35px auto 0;
    width: 100%;
  }
  .details .article .title {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .details .article .desc {
    line-height: 1.6;
  }
  .details .btn-box {
    margin-top: 40px;
    padding-top: 20px;
  }
  .details.page-news {
    padding-top: 35px;
  }
  .details.page-news .article {
    width: 100%;
  }
  .details.page-news .content {
    margin-top: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .details.page-news .content .right-news {
    width: 100%;
    padding: 30px 24px;
  }
  .details.page-news .content .right-news .top-name {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .details.page-news .content .right-news .top-name::before {
    width: 3px;
    height: 25px;
  }
  .details.page-news .content .right-news .ul li {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.page-news .top-nav {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-news .top-swiper {
  position: relative;
  padding-bottom: 100px;
}
.page-news .top-swiper .swiper-timing.web svg .cls-1 {
  stroke-width: 3px;
}
.page-news .top-swiper .swiper-timing .swiper-pagination-bullet-active svg .cls-2 {
  opacity: 0;
}
.page-news .news-swiper {
  height: 500px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 30px 0px rgba(11, 63, 139, 0.15);
  border-radius: 16px;
  overflow: hidden;
}
.page-news .news-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.page-news .news-swiper .swiper-slide a .oppress {
  width: 50%;
  height: 100%;
  border-radius: 16px 0 0 16px;
}
.page-news .news-swiper .swiper-slide a .desc {
  padding: 70px 65px;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
}
.page-news .news-swiper .swiper-slide a .desc .title {
  margin: 10px 0 50px;
}
.page-news .news-swiper .swiper-slide a .desc .more {
  margin-top: 110px;
}
.page-news .news-swiper .swiper-slide a:hover .desc .title {
  color: #01529a;
}
.page-news .news-lists {
  position: relative;
  margin-right: -2.33%;
}
.page-news .news-lists li {
  width: 31%;
  margin-right: 2.33%;
  margin-bottom: 40px;
}
.page-news .news-lists li a .pic {
  width: 100%;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.page-news .news-lists li a .pic::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-image: -moz-linear-gradient(90deg, rgba(122, 193, 65, 0.6) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(122, 193, 65, 0.6) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(122, 193, 65, 0.6) 0%, transparent 100%);
  transition: all 0.4s ease;
  z-index: 99;
}
.page-news .news-lists li a .desc {
  padding: 30px;
  box-sizing: border-box;
}
.page-news .news-lists li a .desc .title {
  min-height: 60px;
  margin-bottom: 50px;
}
.page-news .news-lists li a .desc .date {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.page-news .news-lists li a .desc .date .day {
  font-size: 55px;
}
.page-news .news-lists li a .desc .date .right-date {
  text-align: right;
}
.page-news .news-lists li a:hover {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 30px 0px rgba(11, 63, 139, 0.15);
}
.page-news .news-lists li a:hover .pic::before {
  height: 50%;
}
.page-news .news-lists li a:hover .desc .date .day {
  color: #01529a;
}
@media (max-width: 1480px) {
  .page-news .news-lists li a .pic {
    height: 300px;
  }
  .page-news .news-lists li a .desc .title {
    margin-bottom: 30px;
  }
  .page-news .news-lists li a .desc .date {
    padding-top: 20px;
  }
}
@media (max-width: 800px) {
  .page-news .top-nav {
    padding-bottom: 20px;
  }
  .page-news .top-swiper {
    padding-bottom: 60px;
  }
  .page-news .news-swiper {
    height: auto;
  }
  .page-news .news-swiper .swiper-slide a {
    flex-wrap: wrap;
  }
  .page-news .news-swiper .swiper-slide a .oppress {
    width: 100%;
    height: 300px;
    border-radius: 16px 16px 0 0;
  }
  .page-news .news-swiper .swiper-slide a .desc {
    padding: 30px ;
    width: 100%;
  }
  .page-news .news-swiper .swiper-slide a .desc .title {
    margin: 10px 0 20px;
  }
  .page-news .news-swiper .swiper-slide a .desc .more {
    margin-top: 20px;
  }
  .page-news .news-lists {
    margin-right: 0;
  }
  .page-news .news-lists li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-news .news-lists li a .pic {
    height: 260px;
  }
  .page-news .news-lists li a .desc {
    padding: 20px;
  }
  .page-news .news-lists li a .desc .title {
    margin-bottom: 20px;
  }
  .page-news .news-lists li a .desc .date {
    padding-top: 10px;
  }
}
#connect {
  background-image: url(../images/bg11.jpg);
  padding: 40px 0;
}
#connect .earth-box {
  width: 45%;
}
#connect .earth-box .earth {
  animation: circle 20s linear infinite;
}
#connect .right-box {
  width: 52%;
}
#connect .right-box .address-box {
  border-radius: 16px;
  background-color: rgba(255, 254, 254, 0.6);
  padding: 50px 0;
}
#connect .right-box .address-box .name-lists {
  width: 18%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#connect .right-box .address-box .name-lists .item {
  opacity: 0.5;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
#connect .right-box .address-box .name-lists .item:last-child {
  margin-bottom: 0;
}
#connect .right-box .address-box .name-lists .item::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #01529a;
  transition: all 0.4s ease;
}
#connect .right-box .address-box .name-lists .item.on {
  opacity: 1;
  color: #01529a;
}
#connect .right-box .address-box .name-lists .item.on::after {
  height: 100%;
}
#connect .right-box .address-box .info-box {
  width: 82%;
  padding: 0 10px 0 50px;
  box-sizing: border-box;
}
#connect .right-box .address-box .info-box .box {
  display: none;
}
#connect .right-box .address-box .info-box .box .row {
  margin-top: 38px;
}
#connect .right-box .address-box .info-box .box .row .it {
  width: 50%;
}
#connect .right-box .address-box .info-box .box .row .it .icon-box {
  width: 58px;
  height: 58px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 50%;
  margin-right: 10px;
}
#connect .right-box .address-box .info-box .box .row .it .txt {
  flex: 1;
}
#connect .right-box .address-box .info-box .box .row .it .txt .op7 {
  margin-bottom: 8px;
}
#connect .right-box .address-box .info-box .box .row .it:last-child {
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 1480px) {
    #connect .right-box .address-box .info-box .box .row .it {
    width: 100%;
    margin-top: 20px;
  }
  #connect .right-box .address-box .info-box .box .row .it:first-child {
    margin-top: 0;
  }
   #connect .right-box .address-box .info-box .box .row .it:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  #connect .main {
    flex-wrap: wrap;
  }
  #connect .earth-box {
    width: 100%;
  }
  #connect .right-box {
    width: 100%;
    margin-top: 40px;
  }
  #connect .right-box .address-box {
    padding: 30px 0;
  }
  #connect .right-box .address-box .info-box {
    padding: 0 10px;
  }
  #connect .right-box .address-box .info-box .box .row {
    margin-top: 0;
  }
  
  #connect .right-box .address-box .info-box .box .row .it .icon-box {
    width: 45px;
    height: 45px;
  }
  #connect .right-box .address-box .info-box .box .row .it:first-child {
    margin-top: 20px;
  }
}
#product-top {
  height: 930px;
  background-image: url('../images/bg12.jpg');
}
#product-top .sub-title {
  margin: 25px 0 65px;
}
#product-top .datum {
  max-width: 70%;
  margin: 0 auto;
}
#product-top .datum .item:nth-of-type(2) {
  position: relative;
}
#product-top .datum .item:nth-of-type(2)::after {
  content: '';
  position: absolute;
  left: -50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#product-top .datum .item:nth-of-type(2)::before {
  content: '';
  position: absolute;
  right: -50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#product-top .datum .item .box img {
  margin-right: 10px;
}
@media (max-width: 1480px) {
  #product-top {
    height: 760px;
  }
  #product-top .datum {
    max-width: 80%;
  }
}
@media (max-width: 800px) {
  #product-top {
    height: 650px;
  }
  #product-top .sub-title {
    margin: 20px 0 35px;
  }
  #product-top .datum {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  #product-top .datum .num {
    width: auto;
  }
  #product-top .datum .item:nth-of-type(2) {
    margin-left: 40px;
  }
  #product-top .datum .item:nth-of-type(2)::after,
  #product-top .datum .item:nth-of-type(2)::before {
    display: none;
  }
}
.product-top2 {
  background-image: url(../images/bg16.png);
}
.product-top2 .sub-title {
  margin: 25px 0 65px;
}
.product-top2 .iconBox {
  margin: 70px auto 0;
  width: 1050px;
}
.product-top2 .iconBox li {
  float: left;
  width: 120px;
  margin-right: 186px;
  height: 144px;
}
.product-top2 .iconBox li:last-child {
  margin-right: 0;
}
.product-top2 .iconBox li .iconContent {
  width: 120px;
  height: 90px;
}
.product-top2 .iconBox li .iconTitle {
  text-align: center;
  font-size: 24px;
  color: #1f1f1f;
  margin-top: 6px;
}
@media (max-width: 1080px) {
  .product-top2 .sub-title {
    margin: 20px 0 30px;
  }
  .product-top2 .iconBox {
    margin: 30px auto 0;
    width: 100%;
  }
  .product-top2 .iconBox li {
    width: 50%;
    margin-right: 0;
  }
  .product-top2 .iconBox li .iconContent {
    margin: 0 auto;
  }
}
.product-page .same-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 56px;
}
.product-page .product-lists li {
  width: 48.5%;
  margin-bottom: 95px;
}
.product-page .product-lists li a {
  width: 100%;
  border-radius: 16px;
  height: 340px;
  background-image: url('../images/bg13.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px;
  box-sizing: border-box;
  position: relative;
}
.product-page .product-lists li a .desc .text-node {
  margin: 10px 0 50px;
}
.product-page .product-lists li a .desc .same-icon-box {
  transform: rotate(-45deg);
}
.product-page .product-lists li a .pic-box {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 45%;
  text-align: center;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
  height: 95%;
}
.product-page .product-lists li a .pic-box .pic {
  max-height: 100%;
}
.product-page .product-lists li a .pic-box .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-page .product-lists li a:hover .title {
  color: #01529a;
}
.product-page .product-lists li a:hover .icon-box {
  color: #fff;
  background-color: #01529a;
}
.product-page .product-lists li a:hover .pic-box {
  transform: translateY(-10px);
}
.product-page .bottom-panel .sub-title {
  margin: 20px 0 60px;
}
.product-page .bottom-panel .ul {
  margin-right: -2.5%;
}
.product-page .bottom-panel .ul li {
  width: 23.5%;
  margin-right: 2.5%;
  height: 460px;
}
.product-page .bottom-panel .ul li a {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.product-page .bottom-panel .ul li a .oppress {
  width: 100%;
  height: 100%;
}
.product-page .bottom-panel .ul li a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 35px;
  box-sizing: border-box;
  width: 100%;
  z-index: 11;
}
.product-page .bottom-panel .ul li a .icon-box {
  position: absolute;
  right: 35px;
  top: 35px;
  transition: all 0.4s ease;
}
.product-page .bottom-panel .ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-image: -moz-linear-gradient(90deg, rgba(122, 193, 65, 0.8) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(122, 193, 65, 0.8) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(122, 193, 65, 0.8) 0%, transparent 100%);
  transition: all 0.4s ease;
  z-index: 9;
}
.product-page .bottom-panel .ul li a:hover::before {
  height: 50%;
}
.product-page .bottom-panel .ul li a:hover .icon-box {
  transform: rotate(-45deg);
  color: #fff;
  background-color: #7ac141;
}
.product-page .bottom-panel .more {
  margin: 60px auto 0;
}
@media (max-width: 1480px) {
  .product-page .product-lists li {
    margin-bottom: 90px;
  }
  .product-page .product-lists li a {
    height: 320px;
    padding: 60px;
  }
  .product-page .bottom-panel .ul li {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .product-page .same-icon-box {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .product-page .product-lists li {
    margin-bottom: 50px;
    width: 100%;
  }
  .product-page .product-lists li a {
    height: 220px;
    padding: 40px 30px;
  }
  .product-page .product-lists li a .desc .text-node {
    margin: 10px 0 40px;
  }
  .product-page .product-lists li a .pic-box {
    width: 40%;
    padding-bottom: 30px;
  }
  .product-page .bottom-panel .sub-title {
    margin: 20px 0 30px;
  }
  .product-page .bottom-panel .ul {
    flex-wrap: wrap;
    margin-right: -2%;
  }
  .product-page .bottom-panel .ul li {
    height: 250px;
    width: 48%;
    margin-bottom: 10px;
    margin-right: 2%;
  }
  .product-page .bottom-panel .ul li a {
    border-radius: 10px;
  }
  .product-page .bottom-panel .ul li a .title {
    padding: 20px 15px;
  }
  .product-page .bottom-panel .ul li a .icon-box {
    right: 15px;
    top: 20px;
  }
  .product-page .bottom-panel .more {
    margin: 30px auto 0;
  }
}
.same-nav-box {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.same-nav-box .top-nav {
  margin: 0;
}
@media (max-width: 800px) {
  .same-nav-box .top-nav {
    flex-wrap: wrap;
  }
}
#prodetailTop .content .left-box {
  width: 45%;
}
#prodetailTop .content .left-box .nav {
  margin-top: 50px;
}
#prodetailTop .content .left-box .nav li {
  text-align: center;
}
#prodetailTop .content .left-box .nav li .icon-box img {
     width: 100px;
  margin: 0 auto 10px;
}
#prodetailTop .content .left-box .nav li .icon-box .active {
  display: none;
}
#prodetailTop .content .left-box .nav li.on .icon-box .active {
  display: block;
}
#prodetailTop .content .left-box .nav li.on .icon-box .default {
  display: none;
}
#prodetailTop .content .info-swiper {
  width: 735px;
  height: 430px;
  background-image: url('../images/pc-bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10px;
}
#prodetailTop .content .info-swiper .video-container {
  width: 78%;
  height: 88%;
  margin: 0 auto;
}
/*@media (max-width: 1480px) {*/
/*  #prodetailTop .content .left-box .nav li .icon-box img {*/
/*    width: 100px;*/
/*  }*/
/*}*/
@media (max-width: 1024px) {
  #prodetailTop .content {
    flex-wrap: wrap;
  }
  #prodetailTop .content .left-box {
    width: 100%;
  }
  #prodetailTop .content .left-box .nav {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #prodetailTop .content .left-box .nav li {
    width: 50%;
    margin-bottom: 20px;
  }
  #prodetailTop .content .left-box .nav li .icon-box img {
    width: 50px;
  }
  #prodetailTop .content .info-swiper {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }
}
.same-plat .top-ul {
  margin-bottom: 50px;
  padding: 0 9em 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.same-plat .top-ul ul li {
  opacity: 0.8;
  position: relative;
}
.same-plat .top-ul ul li span {
  position: relative;
  cursor: pointer;
}
.same-plat .top-ul ul li span::before {
  content: "";
  position: absolute;
  bottom: -28.5px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s ease-in-out;
  background-color: #01529a;
}
.same-plat .top-ul ul li:not(:last-child) {
  padding-right: 120px;
  box-sizing: border-box;
}
.same-plat .top-ul ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 16px;
  background-image: url('../images/tit-icon4.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.same-plat .top-ul ul li.on {
  opacity: 1;
  color: #01529a;
}
.same-plat .top-ul ul li.on span::before {
  width: 100%;
}
.same-plat .top-ul .spe-nav {
  display: flex;
  justify-content: center;
}
.same-plat .top-ul .spe-nav li {
  width: auto !important;
  padding-right: 0;
}
.same-plat .top-ul .spe-nav li.swiper-slide-thumb-active {
  opacity: 1;
  color: #0043cc;
}
.same-plat .top-ul .spe-nav li.swiper-slide-thumb-active span::before {
  width: 100%;
}
@media (max-width: 1680px) {
  .same-plat .top-ul {
    padding: 0 5em 28px;
  }
}
@media (max-width: 1480px) {
  .same-plat .top-ul {
    padding: 0 4em 28px;
  }
}
@media (max-width: 800px) {
  .same-plat .top-ul {
    padding: 0;
    margin-bottom: 25px;
  }
  .same-plat .top-ul .nav li {
    padding-bottom: 15px;
  }
  .same-plat .top-ul .nav li:not(:last-child) {
    padding-right: 80px;
  }
  .same-plat .top-ul .nav li:not(:last-child)::after {
    right: 2px;
    width: 70px;
    height: 10px;
  }
  .same-plat .top-ul .nav li span::before {
    bottom: -15.5px;
  }
  .same-plat .top-ul .spe-nav {
    justify-content: flex-start;
  }
}
#prodetailMiddle .info-swiper {
  max-width: 64%;
}
#prodetailMiddle .info-swiper .info {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1480px) {
  #prodetailMiddle .info-swiper {
    max-width: 76%;
  }
}
@media (max-width: 800px) {
  #prodetailMiddle .info-swiper {
    max-width: 100%;
  }
  #prodetailMiddle .info-swiper .info {
    line-height: 1.6;
  }
}
#prodetailMiddle2 {
  background-image: url('../images/bg14.jpg');
  overflow: hidden;
}
#prodetailMiddle2 .info-swiper {
  position: relative;
}
#prodetailMiddle2 .info-swiper .num-box {
  max-width: 88%;
  margin: 60px auto 0;
  padding-left: 11%;
  box-sizing: border-box;
}
#prodetailMiddle2 .info-swiper .num-box .item {
  margin-bottom: 60px;
  width: 33.33%;
}
#prodetailMiddle2 .info-swiper .num-box .item .text {
  margin-left: 14px;
}
#prodetailMiddle2 .info-swiper .num-box .item .text .number {
  font-size: 30px;
}
#prodetailMiddle2 .info-swiper .bottom-box {
  background-color: rgba(255, 255, 255, 0.502);
  box-shadow: inset 2.084px -11.818px 119.54px 19.46px rgba(255, 255, 255, 0.42), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.45), inset -0.707px -0.707px 1px 0px rgba(255, 255, 255, 0.45);
  height: 632px;
  backdrop-filter: blur(20px);
  padding: 80px 15%;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0;
}
#prodetailMiddle2 .info-swiper .bottom-box .content {
  height: 100%;
}
#prodetailMiddle2 .info-swiper .bottom-box .left-pic {
  width: 35%;
  max-height: 100%;
}
#prodetailMiddle2 .info-swiper .bottom-box .left-pic img {
  max-height: 100%;
}
#prodetailMiddle2 .info-swiper .bottom-box .right-table {
  width: 55%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
#prodetailMiddle2 .info-swiper .bottom-box .right-table table {
  width: 100%;
}
#prodetailMiddle2 .info-swiper .bottom-box .right-table table tr:nth-of-type(2n-1) {
  background-color: #f2f5f8;
}
#prodetailMiddle2 .info-swiper .bottom-box .right-table table tr td {
  width: 50%;
  padding: 20px 28px;
}
#prodetailMiddle2 .info-swiper .bottom-box .right-table table tr td:last-child {
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#prodetailMiddle2 .info-swiper .bottom-box .right-table table tr:hover {
  background-color: #7ac141;
  color: #fff;
}
#prodetailMiddle2 .info-swiper .swiper-change {
  width: 90%;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 969;
}
@media (max-width: 1480px) {
  #prodetailMiddle2 .info-swiper .num-box {
    max-width: 95%;
    padding-left: 10%;
  }
  #prodetailMiddle2 .info-swiper .bottom-box {
    height: 600px;
    padding: 80px 10%;
  }
  #prodetailMiddle2 .info-swiper .swiper-change {
    width: 98%;
  }
  #prodetailMiddle2 .info-swiper .num-box .item .text .number{
      font-size: 22px;
  }
}
@media (max-width: 800px) {
  #prodetailMiddle2 .info-swiper .num-box {
    max-width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  #prodetailMiddle2 .info-swiper .num-box .item {
    margin-bottom: 20px;
    width: 50%;
  }
  #prodetailMiddle2 .info-swiper .num-box .item:last-child {
    width: 100%;
  }
  #prodetailMiddle2 .info-swiper .num-box .item img {
    width: 40px;
  }
  #prodetailMiddle2 .info-swiper .num-box .item .text {
    margin-left: 10px;
  }
  #prodetailMiddle2 .info-swiper .num-box .item .text .number {
    font-size: 30px;
  }
  #prodetailMiddle2 .info-swiper .bottom-box {
    height: auto;
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
  #prodetailMiddle2 .info-swiper .bottom-box .content {
    height: 100%;
    flex-wrap: wrap;
  }
  #prodetailMiddle2 .info-swiper .bottom-box .left-pic {
    width: 100%;
    height: 300px;
  }
  #prodetailMiddle2 .info-swiper .bottom-box .left-pic img {
    max-width: 80%;
    max-height: 100%;
  }
  #prodetailMiddle2 .info-swiper .bottom-box .right-table {
    width: 100%;
  }
  #prodetailMiddle2 .info-swiper .bottom-box .right-table table tr td {
    padding: 10px 15px;
  }
  #prodetailMiddle2 .info-swiper .swiper-change {
    width: 100%;
    bottom: 45%;
  }
}
#prodetailMiddle3 .sub-title {
  max-width: 70%;
  margin: 20px auto 40px;
}
#prodetailMiddle3 .more {
  margin: 0 auto;
}
#prodetailMiddle3 .content {
  position: relative;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
#prodetailMiddle3 .content .oppress {
  width: 100%;
  height: 100%;
}
#prodetailMiddle3 .content .info-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 100%;
  padding: 95px 50px;
  box-sizing: border-box;
  z-index: 99;
  backdrop-filter: blur(20px);
  background-color: rgba(95, 104, 87, 0.2);
}
#prodetailMiddle3 .content .info-box .item .num {
  font-size: 52px;
  margin-right: 10px;
}
@media (max-width: 1480px) {
  #prodetailMiddle3 .content .info-box {
    width: 36%;
  }
}
@media (max-width: 800px) {
  #prodetailMiddle3 .sub-title {
    max-width: 100%;
    margin: 20px auto;
  }
  #prodetailMiddle3 .content {
    height: 500px;
  }
  #prodetailMiddle3 .content .info-box {
    width: 100%;
    height: 50%;
    padding: 30px;
  }
  #prodetailMiddle3 .content .info-box .item .num {
    font-size: 50px;
    margin-right: 10px;
  }
  #prodetailMiddle3 .content .info-box .item img {
    width: 60px;
  }
}
#prodetailBottom .thumb {
  margin-top: 30px;
}
#prodetailBottom .info-swiper {
  height: 500px;
  padding-top: 0;
}
#prodetailBottom .info-swiper .info {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 76px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#prodetailBottom .info-swiper .info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 10%;
  height: 300px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #7ac141 0%, #01529a 99%);
  background-image: -webkit-linear-gradient(90deg, #7ac141 0%, #01529a 99%);
  background-image: -ms-linear-gradient(90deg, #7ac141 0%, #01529a 99%);
}
#prodetailBottom .info-swiper .left-info {
  max-width: 100%;
  height: 330px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 50px 60px;
  box-sizing: border-box;
}
#prodetailBottom .info-swiper .left-info .title {
  margin-bottom: 22px;
}
#prodetailBottom .info-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
#prodetailBottom .info-swiper .swiper-slide.swiper-slide-active .info {
  opacity: 1;
}
#prodetailBottom .swiper-change {
  width: 52%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
@media (max-width: 1480px) {
  #prodetailBottom .info-swiper {
    height: 450px;
  }
  #prodetailBottom .info-swiper .info {
    left: 46px;
    width: 70%;
  }
  #prodetailBottom .info-swiper .info::before {
    height: 280px;
  }
  #prodetailBottom .info-swiper .left-info {
    height: 300px;
    padding: 30px 40px;
  }
  #prodetailBottom .swiper-change {
    width: 54%;
  }
}
@media (max-width: 1080px) {
  #prodetailBottom .info-swiper {
    height: 350px;
  }
  #prodetailBottom .info-swiper .info {
    width: 80%;
  }
  #prodetailBottom .info-swiper .left-info {
    padding: 20px 30px;
  }
}
@media (max-width: 800px) {
  #prodetailBottom .info-swiper {
    height: 350px;
  }
  #prodetailBottom .info-swiper .info {
    width: 80%;
    left: 30px;
  }
  #prodetailBottom .info-swiper .info::before {
    height: 250px;
  }
  #prodetailBottom .info-swiper .left-info {
    padding: 20px 10px;
    height: 270px;
  }
  #prodetailBottom .swiper-change {
    display: none;
  }
}
.same-rjpanel {
  background-image: url('../images/bg15.jpg');
}
.same-rjpanel .pic-box {
  width: 948px;
  height: 490px;
  background-image: url('../images/pc-bg2.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 18px;
  margin: 0 auto;
}
.same-rjpanel .pic-box .pic {
  width: 78%;
  height: 93%;
  margin: 0 auto;
}
.same-rjpanel .pic-box .pic img {
  max-height: 100%;
}
.same-rjpanel .desc {
  margin-top: 50px;
  line-height: 1.8;
}
.same-rjpanel .num {
  margin-top: 50px;
}
@media (max-width: 1480px) {
  .same-rjpanel .pic-box {
    width: 848px;
    height: 400px;
  }
}
@media (max-width: 1080px) {
  .same-rjpanel .pic-box {
    width: 100%;
    height: 170px;
  }
  .same-rjpanel .desc {
    margin-top: 30px;
    line-height: 1.6;
  }
}
.same-rjpanel2 {
  background-image: url('../images/bg17.png');
}
.same-rjpanel2 .oppress {
  width: 50%;
  height: 548px;
  border-radius: 16px;
}
.same-rjpanel2 .pic {
  width: 50%;
}
.same-rjpanel2 .desc {
  width: 42%;
}
.same-rjpanel2 .desc .title {
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .same-rjpanel2 .main {
    flex-wrap: wrap;
  }
  .same-rjpanel2 .oppress {
    width: 100%;
    height: 280px;
  }
  .same-rjpanel2 .pic {
    width: 100%;
  }
  .same-rjpanel2 .desc {
    width: 100%;
    margin-top: 20px;
  }
  .same-rjpanel2 .desc .title {
    margin-bottom: 10px;
  }
}
.same-rjpanel3 {
  background-image: url('../images/bg17.png');
}
.same-rjpanel3 .desc {
  width: 100%;
  border-width: 1px;
  border-color: #01529a;
  border-style: solid;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 25px 0px rgba(11, 63, 139, 0.15);
  padding: 50px 10%;
  box-sizing: border-box;
  margin-top: 80px;
}
.same-rjpanel3 .desc .title {
  margin-bottom: 30px;
}
.same-rjpanel3 .desc .text-node {
  opacity: 1;
}
.same-rjpanel3 .pic-swiper {
  position: relative;
  padding-bottom: 40px;
}
.same-rjpanel3 .pic-swiper .pic {
  width: 100%;
  height: 400px;
}
.same-rjpanel3 .pic-swiper .pic img {
  max-height: 100%;
}
@media (max-width: 1080px) {
  .same-rjpanel3 .desc {
    padding: 20px;
    margin-top: 30px;
  }
  .same-rjpanel3 .desc .title {
    margin-bottom: 10px;
  }
  .same-rjpanel3 .pic-swiper .pic {
    height: auto;
  }
}
.same-rjpanel5 {
  background-image: url('../images/bg17.png');
}
.same-rjpanel5 .bottom-swiper {
  width: 50%;
  height: 548px;
  margin: 0;
}
.same-rjpanel5 .right-box {
  width: 42%;
}
.same-rjpanel5 .right-box .top-info {
  margin: 25px 0 20px;
}
.same-rjpanel5 .right-box .nav-lists {
  padding-left: 30px;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
}
.same-rjpanel5 .right-box .nav-lists .item {
  position: relative;
  opacity: 0.5;
  margin-bottom: 20px;
}
.same-rjpanel5 .right-box .nav-lists .item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background-color: #01529a;
  transition: height 0.4s;
}
.same-rjpanel5 .right-box .nav-lists .item .name {
  margin-bottom: 8px;
}
.same-rjpanel5 .right-box .nav-lists .item .name img {
  margin-right: 10px;
}
.same-rjpanel5 .right-box .nav-lists .item.on {
  opacity: 1;
}
.same-rjpanel5 .right-box .nav-lists .item.on::after {
  height: 100%;
}
@media (max-width: 1080px) {
  .same-rjpanel5 .main {
    flex-wrap: wrap;
  }
  .same-rjpanel5 .bottom-swiper {
    width: 100%;
    height: auto;
  }
  .same-rjpanel5 .right-box {
    width: 100%;
    margin-top: 20px;
  }
  .same-rjpanel5 .right-box .top-info {
    margin: 10px 0;
  }
}
.same-rjpanel6 {
  background-image: url('../images/bg18.jpg');
}
.same-rjpanel6 .desc .text-node {
  margin: 40px 0 50px;
}
@media (max-width: 1080px) {
  .same-rjpanel6 .desc .text-node {
    margin: 20px 0 30px;
  }
}
.rjpanel-middle .ul li {
  width: 31.33%;
  height: 548px;
}
.rjpanel-middle .ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.rjpanel-middle .ul li a .oppress {
  width: 100%;
  height: 100%;
}
.rjpanel-middle .ul li a .top-info {
  position: absolute;
  width: 100%;
  padding: 45px 35px;
  box-sizing: border-box;
  z-index: 88;
  top: 0;
  left: 0;
}
.rjpanel-middle .ul li a .top-info .tags {
  margin-top: 20px;
}
.rjpanel-middle .ul li a .top-info .tags span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
}
.rjpanel-middle .ul li a .icon-box {
  position: absolute;
  bottom: 50px;
  right: 35px;
  transition: all 0.4s ease;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 56px;
  z-index: 88;
}
.rjpanel-middle .ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-image: -moz-linear-gradient(90deg, rgba(122, 193, 65, 0.8) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(122, 193, 65, 0.8) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(122, 193, 65, 0.8) 0%, transparent 100%);
  transition: all 0.4s ease;
  z-index: 9;
}
.rjpanel-middle .ul li a:hover::before {
  height: 50%;
}
@media (max-width: 800px) {
  .rjpanel-middle .ul {
    flex-wrap: wrap;
  }
  .rjpanel-middle .ul li {
    width: 100%;
    height: 348px;
    margin-bottom: 20px;
  }
  .rjpanel-middle .ul li:last-child {
    margin-bottom: 0;
  }
  .rjpanel-middle .ul li a .top-info {
    padding: 25px;
  }
  .rjpanel-middle .ul li a .top-info .tags {
    margin-top: 20px;
  }
  .rjpanel-middle .ul li a .top-info .tags span {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
  }
  .rjpanel-middle .ul li a .icon-box {
    bottom: 30px;
    right: 25px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.down-box {
  margin-top: 70px;
}
.down-box .top-nav {
  margin: 40px auto 0;
  max-width: 70%;
}
.down-box .top-nav ul {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.down-box .top-nav ul li {
  padding: 0 60px;
  position: relative;
  cursor: pointer;
}
.down-box .top-nav ul li::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01529a;
  transition: width 0.4s;
}
.down-box .top-nav ul li.on {
  color: #01529a;
}
.down-box .top-nav ul li.on::after {
  width: 100%;
}
.down-box .downloadParts .download_item {
  display: none;
  margin-top: 20px;
}
.down-box .downloadParts .download_item .content .item-wrap {
  width: 48.5%;
  margin-top: 30px;
}
.down-box .downloadParts .download_item .content .item-wrap a {
  padding: 30px 40px;
  background-color: #f5f5f5;
}
.down-box .downloadParts .download_item .content .item-wrap a:hover .soft-title {
  color: #01529a;
}
@media (max-width: 800px) {
  .down-box {
    margin-top: 50px;
  }
  .down-box .top-nav {
    margin: 20px auto 0;
    max-width: 100%;
  }
  .down-box .top-nav ul li {
    padding: 0 30px;
  }
  .down-box .downloadParts .download_item .content .item-wrap {
    width: 100%;
    margin-top: 10px;
  }
  .down-box .downloadParts .download_item .content .item-wrap a {
    padding: 20px;
  }
}
