@import "../font/iconfont.css";
html {
  font-family: 'SourceHanSansSC', "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;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.clear:after,
.square:after,
.pos-cont:after,
.block-cont:after {
  content: "";
}
.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;
}
.pos-center {
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #f36f20;
  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: 20px;
  line-height: 1.5;
  opacity: 0.7;
  text-align: justify;
}
@media (max-width: 1480px) {
  .text-node {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .text-node {
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.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);
}
.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;
}
.f44 {
  font-size: 44px;
}
.f48 {
  font-size: 48px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop10 {
  margin-top: 10px;
}
.mright5 {
  margin-right: 5px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1480px) {
  .pa,
  .pt {
    padding-top: 70px;
  }
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1480px) {
  .pt,
  .pb {
    padding-bottom: 70px;
  }
}
@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: #f36f20;
}
.maincolor2 {
  color: #f36f20;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#aside {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #f36f20;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .cc,
#aside .item:hover .cc {
  background-color: #f36f20;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.watch {
  cursor: pointer;
}
.watch .char {
  margin-right: 10px;
}
.watch .icon {
  margin-top: 2px;
}
.more {
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}
.more .char {
  position: relative;
  z-index: 8;
  padding: 0 8px;
}
.more .char::after {
  content: '';
  position: absolute;
  top: 9px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid rgba(0, 0, 0, 0.9);
}
.more .char::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 120%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.7);
}
.more .icon-box {
  width: 64px;
  height: 64px;
  color: #fff;
  background-color: #f36f20;
  position: relative;
  z-index: 8;
  margin-right: 0.5em;
}
.more:hover .char {
  color: #f36f20;
}
.more:hover .char::after {
  border-left: 9px solid #f36f20;
}
.more:hover .char::before {
  background-color: #f36f20;
}
.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: #f36f20;
  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: #f36f20;
  border-color: #f36f20;
  opacity: 1;
}
.more.white-more .char::after {
  border-left: 9px solid rgba(255, 255, 255, 0.9);
}
.more.white-more .char::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.more.white-more:hover .char {
  color: #f36f20;
}
.more.white-more:hover .char::after {
  border-left: 9px solid #f36f20;
}
.more.white-more:hover .char::before {
  background-color: #f36f20;
}
.more.new-more {
  width: auto;
  height: auto;
}
.more.new-more::before {
  display: none;
}
.more.new-more:hover .char {
  color: #f36f20;
}
.more.new-more:hover .dot {
  border-color: #f36f20;
}
.more.new-more:hover .dot::after {
  background-color: #f36f20;
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
  .more .icon-box {
    width: 50px;
    height: 50px;
  }
}
.same-bg {
  background-image: -moz-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  background-image: -webkit-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
  background-image: -ms-linear-gradient(90deg, #022a9c 0%, #007dcb 100%);
}
.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 3px;
  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: #f36f20;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(243, 111, 32, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(243, 111, 32, 0.3);
}
@media (max-width: 1480px) {
  .f22 {
    font-size: 20px;
  }
  .f26 {
    font-size: 22px;
  }
  .f28 {
    font-size: 22px;
  }
  .f30 {
    font-size: 24px;
  }
  .f32 {
    font-size: 25px;
  }
  .f36 {
    font-size: 34px;
  }
  .f44 {
    font-size: 34px;
  }
  .f48 {
    font-size: 36px;
  }
  .f20 {
    font-size: 18px;
  }
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 14px;
  }
  .f20 {
    font-size: 16px;
  }
  .f22 {
    font-size: 16px;
  }
  .f24 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 22px;
  }
  .f36 {
    font-size: 24px;
  }
  .f40 {
    font-size: 25px;
  }
  .f44 {
    font-size: 25px;
  }
  .f48 {
    font-size: 30px;
  }
  .mtop70 {
    margin-top: 30px;
  }
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .num {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 52px;
}
.datum .num .data-rolling {
  transition: color 0.3s ease-out;
}
.datum .num::before {
  content: attr(data-unit);
  font-size: 24px;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .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: #f36f20;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .num {
    width: fit-content;
  }
}
@media (max-width: 1480px) {
  .datum .num {
    font-size: 40px;
  }
  .datum .num::before {
    font-size: 18px;
    bottom: 2px;
  }
}
@media (max-width: 800px) {
  .datum .num {
    font-size: 24px;
  }
  .datum .num::before {
    font-size: 12px;
  }
  .datum .num::after {
    font-size: 16px;
  }
}
.section {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
ul.pagination {
  text-align: center;
  padding-left: 0;
  font-size: 0;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  width: 58px;
  height: 58px;
  color: #a6b6c7;
  line-height: 60px;
  font-family: 'adineueBold', sans-serif;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -webkit-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -ms-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 1px solid #a6b6c7;
  box-sizing: border-box;
  width: 58px;
  height: 58px;
  line-height: 58px;
}
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: "icon";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  border-color: transparent;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -webkit-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
  background-image: -ms-linear-gradient(0deg, #2861ae 0%, #5cb7e6 100%);
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e85c";
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e85e";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
.logo {
    max-width: 10em;
    min-width: 140px;
  }
@media (max-width: 768px) {
  .logo {
    max-width: 10em;
    min-width: 120px;
  }
}
.main {
  max-width: 1600px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 90%;
}
.main.spe-main2 {
  max-width: 1400px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main2 {
    max-width: 1100px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
  .main.spe-main2 {
    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%;
  }
  .main.spe-main2 {
    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 8px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: rgba(255, 255, 255, 0.6);
}
.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 > .real.swiper-pagination-bullet-active > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #f36f20;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #f36f20;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #a6b6c7;
}
.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: #f36f20;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #f36f20;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #f36f20;
}
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: #f36f20;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #f36f20;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #f36f20;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
.swiper-change .btn:after {
  font-size: 16px;
}
.swiper-change .btn:hover {
  color: #f36f20;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f36f20;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 59%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineueBold", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #f36f20;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change {
  height: 76px;
}
.swiper-change.spe-change .btn {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.4s ease-out;
}
.swiper-change.spe-change .btn:after {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .swiper-change.spe-change .btn:after {
    font-size: 16px;
  }
}
.swiper-change.spe-change .btn:hover {
  background-color: #f36f20;
}
.swiper-change.spe-change.white .btn {
  width: 39px;
  height: 39px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  background-color: transparent;
}
.swiper-change.spe-change.white .btn:after {
  font-size: 14px;
}
.swiper-change.spe-change.white .btn:hover {
  color: #f36f20;
  background-color: #fff;
}
.swiper-change.spe-change2 .btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #f36f20;
  background-color: #f36f20;
}
.swiper-change.spe-change3 .btn.swiper-button-prev {
  left: 15%;
  top: 40%;
  transform: rotate(90deg);
}
.swiper-change.spe-change3 .btn.swiper-button-next {
  left: 15%;
  right: auto;
  transform: rotate(90deg);
  top: 65%;
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn {
  width: 69px;
}
.swiper-change.spe-change4 .swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-change.spe-change4 .swiper-pagination {
  bottom: -10px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  opacity: 0.5;
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
}
.swiper-change.spe-change4 .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/dot.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-change.spe-change4 .swiper-pagination.white .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-change.spe-change5 .btn {
  color: #a6b6c7;
}
.swiper-change.spe-change5 .btn:after {
  display: none;
}
.swiper-change.spe-change5 .btn:hover {
  color: #f36f20;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 50px;
  height: 50px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
}
.scroll-down .mouse .icon {
  animation: animate01 2s linear infinite;
}
@keyframes animate01 {
  0% {
    transform: translateY(-0.3em);
    opacity: 0;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0.3em);
    opacity: 0;
  }
  100% {
    transform: translateY(0.3em);
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#search {
  z-index: 299;
  width: 800px;
  right: 8%;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 100px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
  border-radius: 4px;
}
#search .formbox {
  width: 100%;
  height: 4em;
  padding: 0 1em;
  border-radius: 4px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
#search .search {
  font-size: 1.5em;
  color: #f36f20;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 16px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #f36f20;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
#search .hot-product {
  margin-top: 20px;
}
#search .hot-product .title .f12 {
  padding: 2px 4px;
  border-radius: 4px;
  background-color: red;
  position: relative;
  margin-left: 12px;
}
#search .hot-product .title .f12:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid red;
}
#search .hot-product .pro-tags {
  margin-top: 20px;
}
#search .hot-product .pro-tags a {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #f5f5f5;
  margin-right: 10px;
  margin-bottom: 10px;
}
#search .hot-product .pro-tags a:hover {
  background-color: #f36f20;
  color: #fff;
}
#search .db-lists .ul li {
  margin-top: 8px;
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
.pc-nav-open #header .nav {
  display: none;
}
#header {
  z-index: 800;
  overflow: visible;
  transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
#header .nav {
  margin-right: 0.2rem;
  transition: all 0.6s ease-out;
}
#header .nav .subset:empty {
  display: none !important;
}
#header .logo .active {
  display: none;
}
#header .search {
  margin: 0 35px 0 70px;
  cursor: pointer;
  padding-right: 35px;
  position: relative;
}
#header .search::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: rgba(249, 249, 249, 0.5);
}
#header.scroll {
  transform: translateY(-140%);
}
#header.show,
#header.on {
  transform: translateY(0);
  background-color: #f36f20;
}
#header.show .logo .default,
#header.on .logo .default {
  display: none;
}
#header.show .logo .active,
#header.on .logo .active {
  display: block;
}
#header.page-header {
  background-color: #fff;
  top: 0;
}
#header.fixed-header {
  background-color: #fff;
}
#header .logo .default {
  display: none;
}
#header .logo .active {
  display: block;
}
#header .menu .cls {
  fill: #000;
}
@media (min-width: 801px) {
  #header .main,
  #header .right-box,
  #header .right-box ul,
  #header .right-box ul li {
    height: 100%;
  }
  #header .right-box ul .touch {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .right-box ul {
    align-items: center;
  }
  #header.inside {
    position: static;
  }
  #header .nav .touch .top {
    position: relative;
    padding: 8px 18px;
    border-radius: 35px;
  }
  #header .nav .touch .top::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(0);
    bottom: 0;
    width: 72px;
    height: 8px;
    background-image: url(../images/tit-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0;
    transition: all 0.4s ease;
  }
  #header .nav .fade {
    top: 100%;
    white-space: nowrap;
    margin-top: -8px;
  }
  #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;
    white-space: nowrap;
    color: #777;
    box-shadow: 2.867px 7.469px 27px 0px rgba(0, 0, 0, 0.1);
    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 #fff;
  }
  #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: 12px;
    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: #f36f20;
  }
  #header .nav .subset > a:hover::after,
  #header .nav .subset .top-name:hover::after {
    background-color: #f36f20;
  }
  #header .nav .subset .list1 {
    width: 800px;
  }
  #header .nav .subset .list1 > li {
    width: 33.33%;
  }
  #header .nav .subset .list1 > li a:hover {
    color: #f36f20;
  }
  #header .nav .subset .list1 .oppress {
    width: 70%;
    height: 100px;
  }
  #header .nav .subset .list1 .row {
    margin: 15px 0;
  }
  #header .nav .subset .list1 ul li {
    margin-top: 5px;
  }
  #header .nav .touch.active .top,
  #header .nav .touch:hover .top {
    position: relative;
        background-color: #f36f20;
    color: #fff;
  }
  #header .nav .touch:hover .top::after {
    transform: translateX(-50%);
    opacity: 1;
  }
  #header .nav .touch:hover .fade {
    margin-top: 0;
  }
  #header .nav .touch.active .top {
    position: relative;
  }
  #header .nav .touch.active .top::after {
    transform: translateX(-50%);
    opacity: 1;
  }
}
@media (max-width: 1480px) {
  #header .search {
    margin-left: 70px;
  }
}
@media (max-width: 800px) {
  
  #header .main {
    height: 100%;
  }
  #header .search {
    display: none;
  }
  #header.inside .menu .cls {
    fill: #fff;
  }
  #header.inside.scroll {
    border-color: transparent;
  }
  #header.inside.scroll .logo .l2 {
    display: none;
  }
  #header.inside.scroll .logo .l1 {
    display: block;
  }
  #header .menu .cls,
  #header.scroll .menu .cls,
  #header.on .menu .cls {
    fill: #000;
  }
  #header .right-box,
  #header.scroll .right-box,
  #header.on .right-box {
    color: #333;
  }
  #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;
    font-size: 16px;
  }
  #header .nav .touch {
    margin: 0;
    
  }
   #header .nav .touch.no-after:after{
       display:none;
   } 
  #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: 10px 0;
    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.on .main {
    transform: translateX(calc(58px - 100%));
  }
  #header.on .mask {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
  #header.on .menu .cls {
    fill: #fff;
  }
  #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;
  }
}

@media (max-width: 800px) {
  #header {
    height: 60px;
  }
}
.nav .top {
  position: relative;
  font-weight: 500;
}
.nav .touch {
  position: relative;
}
.nav .touch + .touch {
  margin-left: 0.3rem;
}
.nav .touch .top {
  opacity: 1;
}
.nav .touch:hover .top,
.nav .touch.active .top {
  opacity: 1;
}
@media (max-width: 1480px) {
  .nav .touch + .touch {
    margin-left: 0.2rem;
  }
}
@media (max-width: 1380px) {
  .nav .touch + .touch {
    margin-left: 0.1rem;
  }
}
.same-bottom-panel {
  padding-bottom: 250px;
}
@media (max-width: 1480px) {
  .same-bottom-panel {
    padding-bottom: 180px;
  }
}
@media (max-width: 800px) {
  .same-bottom-panel {
    padding-bottom: 50px;
  }
}
#footer {
  position: relative;
  z-index: 10;
  padding-top: 350px;
  margin-top: -350px;
  background-color: transparent;
  overflow: hidden;
}
#footer .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#footer .content {
  background-color: #13284c;
  margin-top: -40px;
  position: relative;
  z-index: 88;
}
#footer .top-content .left-box {
  width: 50%;
}
#footer .top-content .left-box .top {
  width: 100%;
}
#footer .top-content .left-box .top .logo {
  width: 200px;
}
#footer .top-content .left-box .top .logo img {
  width: 100%;
}
#footer .right-box .bottom-connect .tel-li {
  margin-bottom: 50px;
}
#footer .right-box .bottom-connect .tel-li .f18 {
  color: #bfbfbf;
}
#footer .right-box .bottom-connect .tel-li .txt {
  text-align: right;
}
#footer .right-box .bottom-connect .tel-li .txt .enb {
  margin-top: 8px;
}
#footer .right-box .bottom-connect .tel-li .icon-box {
  width: 78px;
  height: 78px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-radius: 50%;
  margin-left: 20px;
}
#footer .right-box .bottom-connect .tel-li .icon-box .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f36f20;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .right-box .code-box {
  margin-top: 50px;
  justify-content: flex-end;
}
#footer .right-box .code-box .pic {
  width: 128px;
  height: 128px;
}
#footer .right-box .code-box .pic img {
  width: 100%;
  height: 100%;
}
#footer .nav-ul {
  width: 100%;
  margin-top: 50px;
}
#footer .nav-ul li .two-nav {
  margin-top: 30px;
}
#footer .nav-ul li .two-nav a {
  margin-bottom: 15px;
  color: #bfbfbf;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
#footer .nav-ul li .two-nav a:last-child {
  margin-bottom: 0;
}
#footer .nav-ul li .two-nav a:hover {
  color: #fff;
  border-bottom-color: #f36f20;
}
#footer .bottom-box .connect {
  width: 55%;
  background-color: rgba(255, 255, 255, 0.051);
  padding: 40px 8%;
  border-top-right-radius: 16px;
  box-sizing: border-box;
}
#footer .bottom-box .connect li:not(:first-child) {
  margin-left: 90px;
}
#footer .bottom-box .connect li .icon {
  margin-right: 8px;
}
#footer .copyright {
  text-align: right;
  padding-right: 8%;
}
#footer .copyright a {
  color: #bfbfbf;
}
#footer .copyright a:not(:first-child) {
  margin-top: 8px;
}
#footer .copyright a:hover {
  color: #fff;
}
@media (max-width: 1680px) {
  #footer {
    padding-top: 300px;
    margin-top: -300px;
  }
}
@media (max-width: 1480px) {
  #footer {
    padding-top: 260px;
    margin-top: -260px;
  }
  #footer .content {
    margin-top: -20px;
  }
  #footer .bottom-box .connect {
    padding: 40px 4% 40px 8%;
  }
  #footer .bottom-box .connect li:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 1400px) {
  #footer {
    padding-top: 240px;
    margin-top: -240px;
  }
}
@media (max-width: 1280px) {
  #footer {
    padding-top: 200px;
    margin-top: -200px;
  }
  #footer .main .nav-ul {
    display: none;
  }
}
@media (max-width: 800px) {
  #footer {
    padding-top: 72px;
    margin-top: -72px;
  }
  #footer .content {
    margin-top: -10px;
  }
  #footer .top-content,
  #footer .bottom-box {
    flex-wrap: wrap;
  }
  #footer .main {
    padding: 50px 0 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #footer .main .left-box {
    width: 100%;
  }
  #footer .main .left-box .top {
    width: 100%;
    justify-content: center;
  }
  #footer .main .right-box {
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  #footer .main .right-box .bottom-connect .tel-li {
    margin-bottom: 0;
  }
  #footer .main .right-box .bottom-connect .tel-li .icon-box {
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }
  #footer .main .right-box .bottom-connect .tel-li .icon-box .icon {
    width: 44px;
    height: 44px;
  }
  #footer .main .right-box .code-box {
    margin-top: 0;
  }
  #footer .main .right-box .code-box .pic {
    width: 100px;
    height: 100px;
  }
  #footer .bottom-box .connect {
    width: 90%;
    background-color: rgba(255, 255, 255, 0.051);
    padding: 14px 20px;
    border-radius: 16px;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #footer .bottom-box .connect li:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  #footer .bottom-box .connect li .icon {
    margin-right: 8px;
  }
  #footer .copyright {
    text-align: center;
    margin-top: 30px;
    padding: 0 20px 10px;
  }
  #footer .copyright a {
    width: 100%;
  }
}
#banner {
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden;
  margin-top: 70px;
}
#banner .swiper {
  width: 100%;
  height: 100%;
}
#banner .swiper .swiper-slide {
  overflow: hidden;
}
#banner .swiper .swiper-slide .banner-txt {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  height: 0;
  overflow: hidden;
  transition: all 1s linear;
  z-index: 199;
  width: 90%;
}
#banner .swiper .swiper-slide .banner-txt .txt {
  font-size: 55px;
  transition-delay: 0.3s;
}
#banner .swiper .swiper-slide .banner-txt .title {
  font-size: 86px;
  opacity: 0;
  line-height: 1.2;
  margin: 10px 0 50px;
  transition-delay: 0.6s;
}
#banner .swiper .swiper-slide .banner-txt .txt,
#banner .swiper .swiper-slide .banner-txt .title,
#banner .swiper .swiper-slide .banner-txt .words {
  transform: translateY(100%);
  transition-duration: 1s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner .swiper .swiper-slide .banner-txt .words {
  width: 36%;
  line-height: 1.8;
  transition-delay: 0.9s;
}
#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 .txt {
    font-size: 45px;
  }
  #banner .swiper .swiper-slide .banner-txt .title {
    font-size: 56px;
  }
  #banner .swiper .swiper-slide .banner-txt .words {
    width: 45%;
    line-height: 1.6;
  }
}
@media (max-width: 1080px) {
  #banner .swiper .swiper-slide .banner-txt {
    left: 20px;
  }
  #banner .swiper .swiper-slide .banner-txt .txt {
    font-size: 20px;
  }
  #banner .swiper .swiper-slide .banner-txt .title {
    font-size: 28px;
    margin: 10px 0 20px;
  }
  #banner .swiper .swiper-slide .banner-txt .words {
    width: 100%;
  }
}
#banner .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner .swiper .swiper-slide.swiper-slide-active .txt,
#banner .swiper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-slide.swiper-slide-active .words {
  transform: translateY(0);
  opacity: 1;
}
#banner .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner .swiper .left-scroll {
  position: absolute;
  bottom: 30px;
  left: 8%;
  z-index: 99;
}
#banner .swiper .swiper-pagination {
  bottom: 20px;
  text-align: right;
  left: auto;
  right: 8%;
}
@media (max-width: 800px) {
  #banner {
    position: relative;
     height: calc(100vh - 60px);
     margin-top: 60px;
  }
  
}
#banner.page-banner {
  position: relative;
  z-index: 9;
  height: 323px;
  overflow: hidden;
  margin-top: 70px;
}
#banner.page-banner .bg {
  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 {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 10;
}
#banner.page-banner .banner-txt .banner-title {
  font-size: 86px;
}
@media (max-width: 1480px) {
  /*#banner.page-banner {*/
  /*  height: 500px;*/
  /*}*/
  #banner.page-banner .banner-txt .banner-title {
    font-size: 56px;
  }
}
@media (max-width: 800px) {
  #banner.page-banner {
    /*height: 300px;*/
    margin-top: 60px;
  }
  #banner.page-banner .banner-txt {
    box-sizing: border-box;
    width: 80%;
  }
  #banner.page-banner .banner-txt .banner-title {
    font-size: 28px;
  }
}
#crumbs {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
}
#crumbs .ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.6em;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch .icon {
  margin-right: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 26px;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  color: #fff;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
.page-nav {
  position: relative;
  z-index: 9;
  background-image: url('../images/nav-bg.png');
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 0 140px;
}
.page-nav .list .item {
  margin-left: 40px;
  padding-left: 40px;
  position: relative;
}
.page-nav .list .item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.page-nav .list .item:not(:first-child)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.502);
}
.page-nav .list .item a {
  padding-bottom: 6px;
  position: relative;
  opacity: 0.8;
}
.page-nav .list .item a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.page-nav .list .item:hover a,
.page-nav .list .item.active a {
  opacity: 1;
}
.page-nav .list .item:hover a::after,
.page-nav .list .item.active a::after {
  width: 100%;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
    padding: 20px 0;
    background-image: none;
    background-color: #13284c;
  }
  .page-nav .main {
    flex-wrap: wrap;
  }
  .page-nav .list {
    flex-wrap: wrap;
    width: 100%;
  }
  .page-nav .list .item {
    margin-left: 10px;
    padding-left: 10px;
  }
  .page-nav .list .item a {
    padding: 10px 0 6px;
  }
  .page-nav .list .item:not(:first-child)::after {
    top: 16px;
    transform: none;
  }
}
.same-title {
  position: relative;
  display: inline-block;
}
.same-title .bg {
  min-width: 212px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  .same-title .bg {
    min-width: 160px;
  }
}
.go .char {
  position: relative;
  margin-right: 0.5em;
}
.go .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f36f20;
  color: #fff;
  transition: all 0.4s ease;
}
.go:hover .char {
  color: #f36f20;
}
#case {
  background-color: #f9f9f9;
}
#case .top-title {
  font-size: 228px;
  color: transparent;
  background-image: url("../images/txt-bg.jpg");
  background-position: 150px 38%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: text;
  text-transform: uppercase;
}
#case .case-swiper {
  height: 500px;
}
#case .case-swiper a {
  width: 100%;
  height: 100%;
  position: relative;
}
#case .case-swiper .info {
  position: absolute;
  width: 45%;
  bottom: -120px;
  right: -20px;
  /*transform: translateY(-50%);*/
  transform: scale(.8);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
#case .case-swiper .left-info {
  max-width: 100%;
  min-height: 140px;
  /*max-height: 220px;*/
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  padding: 35px 30px;
  box-sizing: border-box;
}
#case .case-swiper .left-info .text-node {
  margin: 25px 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#case .case-swiper .left-info .text-node p{
    flex: 1;
}
#case .case-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
#case .case-swiper .swiper-slide.swiper-slide-active .info {
  bottom: -10px;
  opacity: 1;
}
#case .swiper-change {
  width: 58%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
@media (max-width: 1480px) {
  #case .top-title {
    font-size: 200px;
  }
  #case .case-swiper {
    height: 420px;
  }
  #case .case-swiper .info {
    /*width: 35%;*/
    /*right: 20px;*/
  }
  #case .case-swiper .left-info {
    padding: 30px 25px;
    min-height: 250px;
    /*max-height: 280px;*/
  }
}
@media (max-width: 800px) {
  #case .top-title {
    font-size: 70px;
    background-position: 10px 38%;
    margin-bottom: 20px;
  }
  #case .case-swiper {
    width: 90%;
    height: 280px;
    margin: 30px auto 0;
  }
  #case .case-swiper .info {
    width: 40%;
    right: 10px;
  }
  #case .case-swiper .left-info {
    padding: 20px 15px;
    min-height: 220px;
    /*max-height: 240px;*/
  }
  #case .case-swiper .left-info .text-node {
    margin: 15px 0;
  }
  #case .swiper-change {
    width: 110%;
    display: none;
  }
}
#case.page-case {
  position: relative;
  background-color: #f5f5f7;
}
#case.page-case .case-swiper {
  height: auto;
  padding-bottom: 80px;
}
#case.page-case .case-swiper .swiper-wrapper {
  align-items: center;
}
#case.page-case .case-swiper a {
  /*max-width: 550px;*/
  width: 100%;
  height: 410px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
#case.page-case .case-swiper .info {
  width: 70%;
  top: auto;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#case.page-case .case-swiper .left-info {
  width: 100%;
  max-width: inherit;
  min-height: inherit;
  max-height: inherit;
  backdrop-filter: blur(0);
  padding: 30px;
}
#case.page-case .case-swiper .left-info .text-node {
  margin: 25px 0 0;
  padding: 0;
  border-bottom: none;
  border-top: none;
}
#case.page-case .case-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
#case.page-case .case-swiper .swiper-slide.swiper-slide-active .info {
  top: auto;
  bottom: 30px;
  opacity: 1;
}
#case.page-case .swiper-change {
  width: 400px;
  top: auto;
  transform: translateX(-50%);
  bottom: 20px;
}
#case.page-case .words-box {
  position: absolute;
  top: 380px;
  left: 0;
  width: 100%;
  z-index: 1;
}
#case.page-case .words-box .bd ul li {
  font-size: 400px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #a8afba;
  text-stroke: 1px #a8afba;
  color: transparent;
  letter-spacing: 20px;
  margin: 0 200px;
}
#case.page-case .bottom-lists {
  margin-bottom: 100px;
}
#case.page-case .bottom-lists .list-title {
  color: #13284c;
  position: relative;
  padding-left: 206px;
  margin-top: -60px;
}
#case.page-case .bottom-lists .list-title .bg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 420px;
}
#case.page-case .bottom-lists .ul {
  margin-right: -2%;
  margin-top: 90px;
}
#case.page-case .bottom-lists .ul li {
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 35px;
}
#case.page-case .bottom-lists .ul li a {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#case.page-case .bottom-lists .ul li a .oppress {
  width: 100%;
  height: 310px;
}
#case.page-case .bottom-lists .ul li a .bottom-info {
  width: 100%;
  padding: 35px 30px;
  background-color: #ffffff;
  box-sizing: border-box;
}
#case.page-case .bottom-lists .ul li a:hover .bottom-info {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
}
#case.page-case .bottom-lists .ul li a:hover .bottom-info .watch {
  color: #f36f20;
}
#case.page-case.top-case .main {
  position: relative;
}
#case.page-case.top-case .bottom-lists {
  margin-bottom: 0;
}
#case.page-case.top-case .swiper-change {
  left: auto;
  top: 85px;
  right: 0;
  transform: none;
  width: 170px;
}
#case.page-case.page-news .bottom-lists .ul li a {
  border-radius: 0;
}
#case.page-case.page-news .bottom-lists .ul li a .oppress {
  height: 312px;
  border-radius: 16px;
  margin-bottom: 20px;
}
#case.page-case.page-news .bottom-lists .ul li a .desc .title {
  margin: 15px 0;
}
#case.page-case.page-news3 {
  background-color: #fff;
}
#case.page-case.page-news3 .bottom-lists .ul {
  margin-top: 0;
}
#case.page-case.page-news3 .bottom-lists .ul li a {
  border-radius: 0;
}
#case.page-case.page-news3 .bottom-lists .ul li a .oppress {
  height: 360px;
}
#case.page-case.page-news3 .news-list .ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#case.page-case.page-news3 .news-list .ul li a {
  padding: 45px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#case.page-case.page-news3 .news-list .ul li a .right-box {
  width: 70%;
}
#case.page-case.page-news3 .news-list .ul li a .right-box .title {
  margin: 10px 0 40px;
}
#case.page-case.page-news3 .news-list .ul li a .oppress {
  width: 27%;
  height: 272px;
  border-radius: 16px;
}
#case.page-case.page-news3 .news-list .ul li a:hover {
  border-radius: 16px;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
#case.page-case.page-news3 .news-list .ul li a:hover .rq,
#case.page-case.page-news3 .news-list .ul li a:hover .title {
  opacity: 1;
  color: #f36f20;
}
@media (max-width: 1480px) {
  #case.page-case .words-box {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  #case.page-case .words-box .bd ul li {
    font-size: 280px;
  }
  #case.page-case .case-swiper a {
    /*max-width: 400px;*/
    height: 360px;
  }
  #case.page-case .bottom-lists {
    margin-bottom: 50px;
  }
  #case.page-case .bottom-lists .list-title {
    margin-top: 30px;
  }
  #case.page-case .bottom-lists .ul {
    margin-top: 50px;
  }
  #case.page-case .bottom-lists .ul li a .oppress {
    width: 100%;
    height: 250px;
  }
  #case.page-case .bottom-lists .ul li a .bottom-info {
    padding: 25px 20px;
  }
  #case.page-case.top-case .swiper-change {
    top: 55px;
    transform: scale(0.9);
  }
  #case.page-case.page-news3 .bottom-lists .ul li a .oppress {
    height: 250px;
  }
  #case.page-case.page-news3 .news-list .ul li a .oppress {
    height: 200px;
  }
}
@media (max-width: 800px) {
  #case.page-case .swiper-change {
    width: 400px;
    top: auto;
    transform: translateX(-50%);
    bottom: 20px;
    display: block;
  }
  #case.page-case .swiper-change.spe-change4 .btn {
    display: none;
  }
  #case.page-case .words-box {
    top: 200px;
  }
  #case.page-case .words-box .bd ul li {
    font-size: 60px;
  }
  #case.page-case .case-swiper {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  #case.page-case .case-swiper a {
    max-width: 100%;
    height: 280px;
  }
  #case.page-case .bottom-lists {
    margin-bottom: 20px;
  }
  #case.page-case .bottom-lists .list-title {
    padding-left: 166px;
  }
  #case.page-case .bottom-lists .list-title .bg {
    width: 100%;
  }
  #case.page-case .bottom-lists .ul {
    margin-right: 0;
    margin-top: 40px;
  }
  #case.page-case .bottom-lists .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #case.page-case .bottom-lists .ul li a .oppress {
    height: 230px;
  }
  #case.page-case .bottom-lists .ul li a .bottom-info {
    padding: 20px 15px;
  }
  #case.page-case.top-case .swiper-change {
    top: 35px;
    width: 120px;
  }
  #case.page-case.page-news3 .news-list .ul li a {
    padding: 20px 0;
  }
  #case.page-case.page-news3 .news-list .ul li a .right-box .title {
    margin: 5px 0 10px;
  }
  #case.page-case.page-news3 .news-list .ul li a .oppress {
    height: 120px;
    border-radius: 16px;
  }
}
#business {
  background-color: #f9f9f9;
  background-image: url("../images/bg.png");
}
#business .content .box {
  width: 45%;
}
#business .content .box .item {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  position: relative;
}
#business .content .box .item .oppress {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: relative;
}
#business .content .box .item .oppress::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(90deg, rgba(243, 111, 32, 0.7) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(243, 111, 32, 0.7) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(243, 111, 32, 0.7) 0%, transparent 100%);
  transition: all 0.6s ease-in-out;
}
#business .content .box .item .title {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
#business .content .box .item .title img {
  margin-right: 0.5em;
}
#business .content .box .item:hover .oppress::after {
  height: 40%;
}
#business .content .box .item a {
  width: 100%;
  height: 100%;
}
#business .content .left-box .more {
  margin: 60px auto 50px;
}
#business .content .right-box .item:first-child {
  margin-bottom: 48px;
}
@media (max-width: 1480px) {
  #business .content .box .item {
    height: 380px;
  }
}
@media (max-width: 800px) {
  #business .main {
    padding-top: 20px;
  }
  #business .content .box {
    width: 100%;
  }
  #business .content .box .item {
    height: 242px;
    margin-bottom: 20px;
  }
  #business .content .box .item .title {
    bottom: 20px;
  }
  #business .content .left-box .more {
    margin: 20px auto;
    justify-content: center;
  }
  #business .content .right-box .item:first-child {
    margin-bottom: 20px;
  }
}
#business.page-business .main {
  position: relative;
}
#business.page-business .swiper-change {
  position: absolute;
  top: 85px;
  right: 0;
  width: 170px;
}
#business.page-business .swiper {
  width: 100%;
  padding-top: 76px;
}
#business.page-business .swiper-slide {
  width: 640px;
  overflow: hidden;
}
#business.page-business .swiper-slide .box {
  width: 100%;
  border-radius: 16px;
  padding: 5% 14%;
  box-sizing: border-box;
  overflow: hidden;
}
#business.page-business .swiper-slide .box .item {
  height: 100%;
}
#business.page-business .swiper-slide .box .item .oppress {
  width: 100%;
  height: 400px;
  border-radius: 16px;
}
#business.page-business .swiper-slide .box .item .title {
  opacity: 0;
}
#business.page-business .swiper-slide .text-node {
  opacity: 0;
  margin-top: 27px;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
}
#business.page-business .swiper-slide.swiper-slide-active .box {
  padding: 0;
}
#business.page-business .swiper-slide.swiper-slide-active .box .item .title {
  opacity: 1;
}
#business.page-business .swiper-slide.swiper-slide-active .text-node {
  opacity: 1;
  transform: translateY(0);
}
#business.page-business .swiper-slide.swiper-slide-active .oppress::after {
  height: 40%;
}
@media (max-width: 1480px) {
  #business.page-business .swiper-change {
    top: 55px;
    transform: scale(0.9);
  }
  #business.page-business .swiper-slide {
    width: 500px;
  }
  #business.page-business .swiper-slide .box {
    padding: 8% 14% ;
  }
  #business.page-business .swiper-slide .box .item .oppress {
    height: 330px;
  }
  #business.page-business .swiper-slide .text-node {
    margin-top: 18px;
  }
}
@media (max-width: 800px) {
  #business.page-business .main {
    padding-top: 50px;
  }
  #business.page-business .swiper {
    padding-top: 36px;
  }
  #business.page-business .swiper-change {
    top: 35px;
    width: 120px;
  }
  #business.page-business .swiper-slide {
    width: 100%;
  }
  #business.page-business .swiper-slide .box .item {
    margin-bottom: 10px;
  }
  #business.page-business .swiper-slide .box .item .oppress {
    height: 250px;
  }
  #business.page-business .swiper-slide .text-node {
    margin-top: 8px;
  }
}
.same-top-nav .item {
  min-width: 120px;
  height: 44px;
  margin-right: 10px;
  border-radius: 22px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.same-top-nav .item span {
  position: relative;
}
.same-top-nav .item span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f36f20;
  opacity: 0;
  transition: all 0.4s ease;
}
.same-top-nav .item.on {
  color: #f36f20;
  background-color: rgba(243, 111, 32, 0.1);
}
.same-top-nav .item.on span {
  padding-left: 15px;
}
.same-top-nav .item.on span::after {
  opacity: 1;
}
@media (max-width: 800px) {
  .same-top-nav {
    width: 100%;
    flex-wrap: wrap;
  }
  .same-top-nav .item {
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 100px;
  }
}
#news {
  background-color: #f5f5f7;
}
#news .content .left-box {
  width: 40%;
  /*height: 560px;*/
}
#news .content .left-box a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
#news .content .left-box a .oppress {
  width: 100%;
  height: 430px;
  border-radius: 16px;
}
/*#news .content .left-box a .oppress::after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 40%;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  left: 0;*/
/*  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);*/
/*  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);*/
/*  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);*/
/*  transition: all 0.6s ease-in-out;*/
/*}*/
#news .content .left-box a .desc {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  width: 100%;
  padding: 20px ;
  box-sizing: border-box;
}
#news .content .left-box a .desc .title {
  margin-top: 10px;
}
#news .content .left-box a .desc .title p {
  width: 76%;
}
#news .content .left-box a:hover  .desc{
    color: #f36f20;
}
#news .content .new-lists {
  width: 59%;
}
#news .content .new-lists ul li a {
  width: 100%;
  height: 272px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 35px 34px;
  box-sizing: border-box;
}
#news .content .new-lists ul li a::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f36f20;
  transition: all 0.6s ease-in-out;
}
#news .content .new-lists ul li a::after {
  content: "";
  width: 199px;
  height: 211px;
  position: absolute;
  bottom: 0;
  right: -80px;
  background-image: url('../images/logo.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
#news .content .new-lists ul li a .date,
#news .content .new-lists ul li a .title {
  position: relative;
  z-index: 99;
}
#news .content .new-lists ul li a .date {
  margin-bottom: 20px;
}
#news .content .new-lists ul li a .watch {
  position: absolute;
  bottom: 35px;
  left: 34px;
}
#news .content .new-lists ul li a:hover {
  color: #fff;
}
#news .content .new-lists ul li a:hover::before {
  height: 100%;
}
#news .content .new-lists ul li a:hover::after {
  opacity: 1;
}
#news .content .new-lists ul li:first-child {
  width: 65%;
}
#news .content .new-lists ul li:last-child {
  width: 33.5%;
}
#news .content .new-lists ul:last-child {
  margin-top: 17px;
  flex-direction: row-reverse;
}
@media (max-width: 1480px) {
  #news .content .left-box a .oppress{
    height: 370px;
  }
  /*#news .content .left-box a .desc {*/
  /*  padding: 40px 30px;*/
  /*}*/
  #news .content .new-lists ul li a {
    height: 242px;
  }
}
@media (max-width: 800px) {
  #news .content {
    flex-wrap: wrap;
  }
  #news .content .left-box {
    width: 100%;
    /*height: 300px;*/
  }
  #news .content .left-box a .oppress {
      height: 300px;
  }
  #news .content .left-box a .desc {
    padding: 20px;
  }
  #news .content .left-box a .desc .title {
    margin-top: 5px;
  }
  #news .content .left-box a .desc .title p {
    width: 70%;
  }
  #news .content .new-lists {
    width: 100%;
    margin-top: 20px;
  }
  #news .content .new-lists ul li a {
    height: 182px;
    padding: 25px 14px;
  }
  #news .content .new-lists ul li a .date {
    margin-bottom: 8px;
  }
  #news .content .new-lists ul li a .watch {
    position: absolute;
    bottom: 25px;
    left: 14px;
  }
  #news .content .new-lists ul li:first-child {
    width: 58%;
  }
  #news .content .new-lists ul li:last-child {
    width: 40%;
  }
  #news .content .new-lists ul:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  #news {
    padding-top: 30px;
  }
  #news .top-box {
    flex-wrap: wrap;
  }
  #news .top-box .same-top-nav {
    margin-top: 45px;
  }
}
.same-top-panel {
  margin-top: -250px;
  padding-top: 180px;
}
@media (max-width: 800px) {
  .same-top-panel {
    margin-top: 0;
    padding-top: 0;
  }
}
/*#companyInfo {*/
/*  background-image: url('../images/bg3.png');*/
/*  background-position: right -10%;*/
/*  background-size: 100% 985px;*/
/*  background-repeat: no-repeat;*/
/*}*/
/*#companyInfo .top-content {*/
/*  width: 924px;*/
/*}*/
/*#companyInfo .top-content .box {*/
/*  width: 100%;*/
/*  height: 440px;*/
/*  background-image: url('../images/bg2.png');*/
/*  background-position: center center;*/
/*  background-size: 100% 100%;*/
/*  background-repeat: no-repeat;*/
/*  position: relative;*/
/*  margin-bottom: 25px;*/
/*}*/
/*#companyInfo .top-content .box .top-title {*/
/*  padding: 60px 54px 102px;*/
/*  box-sizing: border-box;*/
/*}*/
/*#companyInfo .top-content .box .right-title {*/
/*  width: 220px;*/
/*  height: 69px;*/
/*  background-color: #f36f20;*/
/*  position: absolute;*/
/*  left: 100%;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  z-index: 80;*/
/*  border-radius: 0 10px 10px 0;*/
/*}*/
/*#companyInfo .top-content .datum {*/
/*  border-top: 1px solid rgba(255, 255, 255, 0.2);*/
/*}*/
/*#companyInfo .top-content .datum .item {*/
/*  width: 33.33%;*/
/*  height: 180px;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/
/*#companyInfo .top-content .datum .item .item-box {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  height: 100%;*/
/*  transform: translateX(-50%);*/
/*  padding: 45px 0;*/
/*  box-sizing: border-box;*/
/*  white-space: nowrap;*/
/*  transition: all 0.8s;*/
/*}*/
/*#companyInfo .top-content .datum .item .item-box.item1hide {*/
/*  opacity: 0;*/
/*  bottom: -174px;*/
/*}*/
/*#companyInfo .top-content .datum .item .item-box.hide {*/
/*  opacity: 0;*/
/*  bottom: -174px;*/
/*}*/
/*#companyInfo .top-content .datum .item:first-child .item0 .num {*/
/*  width: 190px;*/
/*}*/
/*#companyInfo .top-content .datum .item .line {*/
/*  width: 40px;*/
/*  height: 5px;*/
/*  background-color: rgba(255, 255, 255, 0.2);*/
/*  margin-top: 10px;*/
/*}*/
/*#companyInfo .top-content .datum .item:nth-of-type(2) {*/
/*  border-left: 1px solid rgba(255, 255, 255, 0.2);*/
/*  border-right: 1px solid rgba(255, 255, 255, 0.2);*/
/*}*/
/*#companyInfo .bottom-content .top-title {*/
/*  color: #13284c;*/
/*  position: relative;*/
/*  justify-content: flex-end;*/
/*}*/
/*#companyInfo .bottom-content .top-title .bg {*/
/*  position: absolute;*/
/*  bottom: -10px;*/
/*  right: 0;*/
/*}*/
/*#companyInfo .bottom-content .desc-box .desc {*/
/*  line-height: 1.8;*/
/*  color: rgba(0, 0, 0, 0.9);*/
/*  margin-top: 45px;*/
/*}*/
/*#companyInfo .bottom-content .desc-box .desc .wrap-img {*/
/*  float: right;*/
/*  margin: 0 0 50px 50px;*/
/*  height: auto;*/
/*}*/
/*#companyInfo .bottom-content .desc-box .desc:last-child .wrap-img {*/
/*  float: left;*/
/*  margin: 0 50px 50px 0;*/
/*}*/
/*@media (max-width: 1480px) {*/
/*  #companyInfo .top-content {*/
/*    width: 724px;*/
/*  }*/
/*  #companyInfo .top-content .box {*/
/*    height: 400px;*/
/*  }*/
/*  #companyInfo .top-content .datum .item .item-box {*/
/*    padding: 35px 0;*/
/*  }*/
/*  #companyInfo .top-content .datum .item:first-child .item0 .num {*/
/*    width: 150px;*/
/*  }*/
/*  #companyInfo .bottom-content .top-title .bg {*/
/*    width: 450px;*/
/*  }*/
/*  #companyInfo .bottom-content .desc-box .desc {*/
/*    line-height: 1.6;*/
/*  }*/
/*  #companyInfo .bottom-content .desc-box .desc .wrap-img {*/
/*    float: right;*/
/*    margin: 0 0 30px 30px;*/
/*  }*/
/*  #companyInfo .bottom-content .desc-box .desc:last-child .wrap-img {*/
/*    margin: 0 30px 30px 0;*/
/*  }*/
/*}*/
/*@media (max-width: 1024px) {*/
/*  #companyInfo .top-content {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    padding-top: 60px;*/
/*  }*/
/*  #companyInfo .top-content .box {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    position: static;*/
/*    margin-bottom: 15px;*/
/*  }*/
/*  #companyInfo .top-content .box .top-title {*/
/*    padding: 30px 20px;*/
/*  }*/
/*  #companyInfo .top-content .box .right-title {*/
/*    width: 160px;*/
/*    height: 40px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    transform: none;*/
/*    border-radius: 10px;*/
/*  }*/
/*  #companyInfo .top-content .datum .item {*/
/*    height: 90px;*/
/*  }*/
/*  #companyInfo .top-content .datum .item .item-box {*/
/*    padding: 20px 0;*/
/*  }*/
/*  #companyInfo .top-content .datum .item:first-child .item0 .num {*/
/*    width: 95px;*/
/*  }*/
/*  #companyInfo .top-content .datum .item .line {*/
/*    width: 30px;*/
/*    height: 3px;*/
/*    margin-top: 8px;*/
/*  }*/
/*  #companyInfo .bottom-content .top-title {*/
/*    margin-top: 40px;*/
/*  }*/
/*  #companyInfo .bottom-content .top-title .bg {*/
/*    right: 16px;*/
/*    width: 95%;*/
/*  }*/
/*  #companyInfo .bottom-content .top-title p {*/
/*    font-size: 20px;*/
/*    padding-right: 17px;*/
/*  }*/
/*  #companyInfo .bottom-content .desc-box .desc {*/
/*    margin-top: 35px;*/
/*  }*/
/*  #companyInfo .bottom-content .desc-box .desc .wrap-img {*/
/*    margin: 0 0 10px 10px;*/
/*  }*/
/*  #companyInfo .bottom-content .desc-box .desc:last-child .wrap-img {*/
/*    margin: 0 10px 10px 0;*/
/*  }*/
/*}*/
#zorg {
  background-image: url('../images/bg4.png');
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mCSB_inside > .mCSB_container {
  margin-right: 35px;
}
.mCSB_scrollTools {
  opacity: 1;
  width: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #b1b7c3;
  width: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px !important;
  background-color: #f36f20 !important;
}
#company {
  background-color: #f5f5f7;
  position: relative;
}
#company .top-desc {
  width: 58.5%;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.9);
  margin: 45px auto 125px;
}
#company .top-bg {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
}
#company .content {
  position: relative;
  z-index: 9;
}
#company .content ul li {
  height: 560px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
#company .content ul li:not(:last-child) {
  margin-bottom: 70px;
}
#company .content ul li .oppress {
  width: 50%;
  height: 100%;
  border-radius: 16px;
}
#company .content ul li .left-info {
  width: 50%;
  height: 100%;
  padding: 50px;
  box-sizing: border-box;
}
#company .content ul li .left-info .name {
  color: #13284c;
  margin-bottom: 40px;
}
#company .content ul li .left-info .light {
  height: 100%;
}
#company .content ul li .top-title {
  width: 207px;
  height: 54px;
  background-image: url('../images/tit-bg3.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 22px;
  padding-left: 30px;
  box-sizing: border-box;
  position: absolute;
  top: -30px;
  left: 0;
}
#company .content ul li .top-title .num {
  width: 40px;
  height: 22px;
  background-color: #13284c;
  margin-right: 10px;
  border-radius: 11px;
  text-align: center;
  line-height: 24px;
}
#company .content ul li:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 1480px) {
  #company .content ul li {
    height: 450px;
  }
}
@media (max-width: 800px) {
  #company .top-desc {
    width: 100%;
    line-height: 1.6;
    margin: 25px auto 45px;
  }
  #company .top-bg {
    top: 200px;
  }
  #company .content ul li {
    height: auto;
    flex-wrap: wrap;
    padding: 15px;
  }
  #company .content ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  #company .content ul li .oppress {
    width: 100%;
    height: 220px;
  }
  #company .content ul li .left-info {
    width: 100%;
    height: 300px;
    padding: 20px 10px;
  }
  #company .content ul li .left-info .name {
    margin-bottom: 15px;
  }
  #company .content ul li .top-title {
    width: 180px;
    height: 48px;
    padding-top: 10px;
    padding-left: 20px;
    top: -22px;
  }
  #company .content ul li .top-title .num {
    width: 40px;
    height: 22px;
    line-height: 22px;
  }
}
.case-details .article {
  width: 90%;
  margin: 0 auto;
}
.case-details .article .tag-box {
  margin: 45px 0 70px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.case-details .article .tag-box .item {
  margin-right: 60px;
}
.case-details .article .tag-box .item:last-child {
  margin-right: 0;
}
.case-details .article .desc {
  color: #424348;
  line-height: 1.8;
}
.case-details .article .desc a {
  display: inline-block;
}
.case-details .btn-box {
  margin-top: 90px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.case-details .btn-box a {
  opacity: 0.8;
}
.case-details .btn-box a.text-over {
  width: 30%;
}
.case-details .btn-box a:hover {
  opacity: 1;
  color: #f36f20;
}
.case-details .btn-box a.next {
  text-align: right;
}
.case-details .btn-box .back .icon {
  margin-right: 10px;
}
@media (max-width: 800px) {
  .case-details .article {
    width: 100%;
  }
  .case-details .article .tag-box {
    margin: 15px 0 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case-details .article .tag-box .item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .case-details .article .tag-box .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .case-details .article .desc {
    line-height: 1.6;
  }
  .case-details .btn-box {
    margin-top: 40px;
    padding: 20px 0;
  }
  .case-details .btn-box a.text-over {
    width: 46%;
  }
  .case-details .btn-box .back {
    display: none;
  }
}
.page-news .same-date {
  width: 120px;
  height: 32px;
  background-color: rgba(243, 111, 32, 0.102);
  color: #f36f20;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
}
.page-news .same-date.white {
  background-color: rgba(255, 255, 255, 0.102);
  color: #fff;
}
.page-news a .date {
  transition: all 0.3s ease-in-out;
}
.page-news a:hover .watch {
  color: #f36f20;
}
.page-news a:hover .date {
  background-color: #f36f20;
  color: #fff;
}
.page-news .top-news a {
  height: 480px;
}
.page-news .top-news a .oppress {
  width: 49%;
  height: 100%;
  border-radius: 16px;
}
.page-news .top-news a .desc {
  width: 49%;
  border-radius: 16px;
  background-color: #f5f5f7;
  padding: 62px;
  box-sizing: border-box;
}
.page-news .top-news a .desc .title {
  margin: 20px 0 35px;
}
.page-news .top-news a .desc .watch {
  margin-top: 60px;
}
.page-news .bottm-lists {
  margin-right: -2%;
}
.page-news .bottm-lists li {
  width: 31.33%;
  margin-right: 2%;
  margin-top: 45px;
}
.page-news .bottm-lists li a {
  width: 100%;
}
.page-news .bottm-lists li a .oppress {
  width: 100%;
  height: 312px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.page-news .bottm-lists li a .title {
  margin: 12px 0 15px;
}
.page-news .list-content {
  padding-top: 10px;
}
.page-news .list-content .left-nav {
  width: 140px;
}
.page-news .list-content .left-nav .ul {
  position: relative;
}
.page-news .list-content .left-nav .ul::after {
  content: '';
  position: absolute;
  right: 10px;
  top: -4px;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.102);
}
.page-news .list-content .left-nav .ul li {
  padding-bottom: 45px;
  position: relative;
}
.page-news .list-content .left-nav .ul li::after {
  content: '';
  position: absolute;
  right: 10px;
  top: -4px;
  width: 6px;
  height: 0;
  border-radius: 3px;
  background-color: #f36f20;
  transition: all 0.3s ease-in-out;
}
.page-news .list-content .left-nav .ul li a {
  opacity: 0.8;
  padding-left: 20px;
  position: relative;
}
.page-news .list-content .left-nav .ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f36f20;
  opacity: 0;
}
.page-news .list-content .left-nav .ul li.active::after {
  height: 120%;
}
.page-news .list-content .left-nav .ul li.active a {
  color: #f36f20;
  opacity: 1;
  font-size: 30px;
  font-family: 'adineueBold', sans-serif;
}
.page-news .list-content .left-nav .ul li.active a::before {
  opacity: 1;
}
.page-news .list-content .news-list {
  width: 87%;
}
.page-news .list-content .news-list .ul li {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-news .list-content .news-list .ul li a .left-box {
  padding: 50px 0;
  box-sizing: border-box;
  width: 66%;
}
.page-news .list-content .news-list .ul li a .left-box .box {
  width: 20%;
  color: #13284c;
}
.page-news .list-content .news-list .ul li a .left-box .info {
  width: 80%;
  border-left: 1px solid rgba(0, 0, 0, 0.102);
  padding-left: 5%;
  box-sizing: border-box;
}
.page-news .list-content .news-list .ul li a .left-box .info .text-node {
  margin: 20px 0 40px;
}
.page-news .list-content .news-list .ul li a .oppress {
  width: 29%;
  height: 272px;
  border-radius: 16px;
}
.page-news .list-content .news-list .ul li a:hover {
  border-radius: 16px;
  background-color: #f5f5f7;
}
.page-news .list-content .news-list .ul li a:hover .box .day {
  color: #f36f20;
}
.page-news .list-content .news-list .ul li a:hover .title {
  color: #f36f20;
}
.page-news .gsgg-content .news-list .ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-news .gsgg-content .news-list .ul li a {
  padding-right: 40px;
  box-sizing: border-box;
}
.page-news .gsgg-content .news-list .ul li a .left-box {
  padding: 40px 0;
  box-sizing: border-box;
  width: 80%;
}
.page-news .gsgg-content .news-list .ul li a .left-box .box {
  width: 15%;
}
.page-news .gsgg-content .news-list .ul li a .left-box .info {
  width: 85%;
}
.page-news .gsgg-content .news-list .ul li a .left-box .info .tags span {
  margin-right: 40px;
}
.page-news .gsgg-content .news-list .ul li a .left-box .info .zw {
  height: 26px;
  margin-top: 15px;
}
.page-news .gsgg-content .news-list .ul li a .left-box .info .text-node {
  margin: 0;
}
.page-news .gsgg-content .news-list .ul li a .left-box .info .tags {
  margin-top: 20px;
}
.page-news .gsgg-content .news-list .ul li:hover {
  border-color: transparent;
}
@media (max-width: 1480px) {
  .page-news .top-news a {
    height: 400px;
  }
  .page-news .top-news a .desc {
    padding: 52px;
  }
  .page-news .bottm-lists li a .oppress {
    height: 250px;
  }
  .page-news .list-content .news-list .ul li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page-news .list-content .news-list .ul li a .left-box {
    padding: 30px 0;
  }
  .page-news .list-content .news-list .ul li a .oppress {
    height: 220px;
  }
}
@media (max-width: 800px) {
  .page-news .same-date {
    width: 100px;
  }
  .page-news .top-news a {
    height: auto;
    flex-wrap: wrap;
  }
  .page-news .top-news a .oppress {
    width: 100%;
    height: 230px;
  }
  .page-news .top-news a .desc {
    width: 100%;
    padding: 32px 20px;
    margin-top: 6px;
  }
  .page-news .top-news a .desc .title {
    margin: 10px 0 15px;
  }
  .page-news .top-news a .desc .watch {
    margin-top: 20px;
  }
  .page-news .bottm-lists {
    margin-right: 0;
  }
  .page-news .bottm-lists li {
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
  }
  .page-news .bottm-lists li a {
    width: 100%;
  }
  .page-news .bottm-lists li a .oppress {
    height: 220px;
    margin-bottom: 15px;
  }
  .page-news .bottm-lists li a .title {
    margin: 12px 0 15px;
  }
  .page-news .list-content {
    padding-top: 10px;
  }
  .page-news .list-content .left-nav {
    width: 100%;
  }
  .page-news .list-content .left-nav .ul {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .page-news .list-content .left-nav .ul::after {
    right: 0;
    top: auto;
    bottom: 4px;
    width: 100%;
    height: 2px;
  }
  .page-news .list-content .left-nav .ul li {
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
  }
  .page-news .list-content .left-nav .ul li::after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 0;
    height: 2px;
  }
  .page-news .list-content .left-nav .ul li a::before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
  .page-news .list-content .left-nav .ul li.active::after {
    width: 120%;
    height: 2px;
  }
  .page-news .list-content .left-nav .ul li.active a {
    font-size: 24px;
  }
  .page-news .list-content .news-list {
    width: 100%;
  }
  .page-news .list-content .news-list .ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-news .list-content .news-list .ul li a .left-box {
    padding: 20px 0;
    width: 66%;
  }
  .page-news .list-content .news-list .ul li a .left-box .box {
    display: none;
  }
  .page-news .list-content .news-list .ul li a .left-box .info {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  .page-news .list-content .news-list .ul li a .left-box .info .text-node {
    margin: 5px 0 10px;
  }
  .page-news .list-content .news-list .ul li a .oppress {
    width: 29%;
    height: 120px;
  }
  .page-news .gsgg-content .news-list .ul {
    margin-top: 26px;
  }
  .page-news .gsgg-content .news-list .ul li a {
    padding-right: 0;
  }
  .page-news .gsgg-content .news-list .ul li a .left-box {
    padding: 0;
    width: 100%;
  }
  .page-news .gsgg-content .news-list .ul li a .left-box .info {
    width: 100%;
  }
  .page-news .gsgg-content .news-list .ul li a .left-box .info .tags span {
    margin-right: 20px;
  }
  .page-news .gsgg-content .news-list .ul li a .left-box .info .zw {
    height: auto;
    margin-top: 15px;
  }
  .page-news .gsgg-content .news-list .ul li a .left-box .info .text-node {
    margin: 0;
  }
  .page-news .gsgg-content .news-list .ul li a .watch {
    display: none;
  }
  .page-news .gsgg-content .news-list .ul li:hover {
    border-color: transparent;
  }
}
.page-news2 {
  background-image: url('../images/bg5.jpg');
}
.page-news2 .gsgg-lists {
  margin-right: -1.5%;
}
.page-news2 .gsgg-lists li {
  width: 23.5%;
  margin-right: 1.5%;
}
.page-news2 .gsgg-lists li a {
  width: 100%;
  height: 471px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 40px 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.page-news2 .gsgg-lists li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  border-radius: 2px;
  background-color: #f36f20;
  transition: all 0.3s ease-in-out;
}
.page-news2 .gsgg-lists li a .title {
  margin: 15px 0 30px;
}
.page-news2 .gsgg-lists li a .watch {
  position: absolute;
  bottom: 36px;
  left: 30px;
}
.page-news2 .gsgg-lists li a:hover::after {
  width: 100%;
}
@media (max-width: 1480px) {
  .page-news2 .gsgg-lists li a {
    height: 400px;
  }
  .page-news2 .gsgg-lists li a .title {
    margin: 15px 0 20px;
  }
}
@media (max-width: 800px) {
  .page-news2 .gsgg-lists {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .page-news2 .gsgg-lists li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-news2 .gsgg-lists li:last-child {
    margin-bottom: 0;
  }
  .page-news2 .gsgg-lists li a {
    height: 300px;
  }
}
.company-news {
  background-image: url('../images/bg6.jpg');
}
.company-news .content {
  height: 590px;
}
.company-news .content .news-swiper {
  margin: 0;
  width: 68%;
  height: 100%;
}
.company-news .content .news-swiper a {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.company-news .content .news-swiper a .oppress {
  width: 100%;
  height: 100%;
}
.company-news .content .news-swiper a .desc {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: 480px;
  height: 190px;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
  background-image: url('../images/bg7.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.company-news .content .news-swiper a .desc .title {
  margin: 15px 0;
}
.company-news .content .news-swiper .swiper-change {
  position: absolute;
  right: 48px;
  bottom: 48px;
  width: 300px;
}
.company-news .content .news-swiper .swiper-change .swiper-pagination {
  width: 100%;
  text-align: right;
}
.company-news .content .right-lists {
  width: 30%;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.company-news .content .right-lists li {
  margin-bottom: 35px;
}
.company-news .content .right-lists li .title {
  margin: 15px 0 10px;
}
.company-news .content .right-lists li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .company-news .content {
    height: 500px;
  }
  .company-news .content .right-lists {
    padding: 30px 20px;
  }
  .company-news .content .right-lists li {
    margin-bottom: 20px;
  }
  .company-news .content .right-lists li .title {
    margin: 10px 0 5px;
  }
}
@media (max-width: 800px) {
  .company-news .content {
    height: auto;
  }
  .company-news .content .news-swiper {
    width: 100%;
    height: 450px;
  }
  .company-news .content .news-swiper a .desc {
    left: 5%;
    bottom: 48px;
    width: 90%;
    height: 180px;
    padding: 30px 30px 20px 20px;
  }
  .company-news .content .news-swiper .swiper-change {
    right: auto;
    bottom: 25px;
    width: 100%;
  }
  .company-news .content .news-swiper .swiper-change .swiper-pagination {
    text-align: center;
  }
  .company-news .content .right-lists {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .company-news .content .right-lists li {
    margin-bottom: 20px;
  }
}
.jtyw .top-news a {
  height: 590px;
}
.jtyw .top-news a .oppress {
  width: 65%;
}
.jtyw .top-news a .desc {
  width: 40%;
  margin-left: -5%;
  background-color: #f36f20;
  position: relative;
  z-index: 8;
}
.jtyw .top-news a:hover .watch {
  color: #fff;
}
.jtyw .top-news a:hover .date {
  background-color: inherit;
  color: #fff;
}
.jtyw .top-news .swiper-change {
  position: absolute;
  right: 48px;
  bottom: 88px;
  width: 120px;
}
@media (max-width: 1480px) {
  .jtyw .top-news a {
    height: 500px;
  }
  .jtyw .top-news .swiper-change {
    bottom: 68px;
  }
}
@media (max-width: 800px) {
  .jtyw .top-news a {
    height: auto;
    flex-wrap: wrap;
  }
  .jtyw .top-news a .oppress {
    width: 100%;
    height: 250px;
  }
  .jtyw .top-news a .desc {
    width: 90%;
    margin: -40px auto 0;
  }
  .jtyw .top-news .swiper-change {
    bottom: 0;
  }
}
.dqhd {
  background-image: url('../images/bg8.jpg');
}
.dqhd a .title {
  position: relative;
  padding-left: 15px;
}
.dqhd a .title::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ce2f1a;
}
.dqhd .news-content .info-swiper {
  width: 49%;
  margin: 0;
}
.dqhd .news-content .info-swiper a {
  width: 100%;
  height: 460px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.dqhd .news-content .info-swiper a .oppress {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.dqhd .news-content .info-swiper a .info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  background-image: url('../images/bg9.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.dqhd .news-content .info-swiper a .info-box .title {
  width: 80%;
  padding-left: 0;
}
.dqhd .news-content .info-swiper a .info-box .title::before {
  display: none;
}
.dqhd .news-content .info-swiper .swiper-pagination {
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 22px;
  width: 180px;
  text-align: right;
}
.dqhd .news-content .info-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: none;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  margin: 0 5px;
}
.dqhd .news-content .info-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c39c60;
  width: 26px;
  border-radius: 4px;
}
.dqhd .news-content .dj-ul {
  width: 49%;
}
.dqhd .news-content .dj-ul li:not(:last-child) {
  margin-bottom: 20px;
}
.dqhd .news-content .dj-ul li a {
  border-radius: 10px;
  background-image: -moz-linear-gradient(0deg, #ffe0ac 0%, #fff1e2 100%);
  background-image: -webkit-linear-gradient(0deg, #ffe0ac 0%, #fff1e2 100%);
  background-image: -ms-linear-gradient(0deg, #ffe0ac 0%, #fff1e2 100%);
  padding: 25px 30px;
  box-sizing: border-box;
  height: 100px;
}
.dqhd .news-content .dj-ul li a .title {
  width: 80%;
}
.dqhd .news-content .dj-ul li a .rq {
  margin-top: 2px;
}
.dqhd .news-content .dj-ul li a:hover {
  background-image: -moz-linear-gradient(0deg, #d41816 0%, #fdc479 100%);
  background-image: -webkit-linear-gradient(0deg, #d41816 0%, #fdc479 100%);
  background-image: -ms-linear-gradient(0deg, #d41816 0%, #fdc479 100%);
}
.dqhd .news-content .dj-ul li a:hover .title {
  color: #fff;
}
.dqhd .news-content .dj-ul li a:hover .title::before {
  background-color: #fff;
}
.dqhd .news-content .dj-ul li a:hover .rq {
  opacity: 1;
  color: #fff;
}
@media (max-width: 1480px) {
  .dqhd .news-content .info-swiper a {
    height: 396px;
  }
  .dqhd .news-content .dj-ul {
    width: 49%;
  }
  .dqhd .news-content .dj-ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  .dqhd .news-content .dj-ul li a {
    padding: 18px 20px;
    height: 85px;
  }
}
@media (max-width: 800px) {
  .dqhd a .title::before {
    top: 10px;
  }
  .dqhd .news-content {
    flex-wrap: wrap;
  }
  .dqhd .news-content .info-swiper {
    width: 100%;
  }
  .dqhd .news-content .info-swiper a {
    height: 280px;
  }
  .dqhd .news-content .info-swiper a .info-box {
    padding: 20px ;
  }
  .dqhd .news-content .info-swiper .swiper-pagination {
    right: 20px;
  }
  .dqhd .news-content .dj-ul {
    width: 100%;
    margin-top: 20px;
  }
  .dqhd .news-content .dj-ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  .dqhd .news-content .dj-ul li a {
    padding: 18px 20px;
    height: auto;
  }
}
.qlcc {
  background-image: url('../images/bg12.jpg');
}
.qlcc .content {
  height: 630px;
}
.qlcc .left-box {
  width: 66%;
  border-radius: 16px;
  background-image: -moz-linear-gradient(135deg, #ffe8b3 0%, #ffffff 77%);
  background-image: -webkit-linear-gradient(135deg, #ffe8b3 0%, #ffffff 77%);
  background-image: -ms-linear-gradient(135deg, #ffe8b3 0%, #ffffff 77%);
  box-shadow: 0px 4px 10px 0px rgba(99, 70, 5, 0.2);
  padding: 45px;
  box-sizing: border-box;
  background-image: url('../images/bg10.png');
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.qlcc .left-box .top-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ce2f1a;
  position: relative;
}
.qlcc .left-box .top-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #ce2f1a;
}
.qlcc .left-box .dj-ul li {
  width: 47%;
  margin-top: 38px;
}
.qlcc .left-box .dj-ul li .title {
  margin-top: 10px;
}
.qlcc .left-box .dj-ul li:hover .title {
  color: #ce2f1a;
}
.qlcc .right-pic {
  width: 32%;
  height: 100%;
}
.qlcc .right-pic .oppress {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media (max-width: 1480px) {
  .qlcc .left-box {
    padding: 40px;
  }
  .qlcc .left-box .top-box {
    padding-bottom: 30px;
  }
  .qlcc .left-box .dj-ul li {
    margin-top: 26px;
  }
  .qlcc .content {
    height: 520px;
  }
}
@media (max-width: 800px) {
  .qlcc .left-box {
    padding: 30px 20px;
    width: 100%;
  }
  .qlcc .left-box .top-box {
    padding-bottom: 20px;
  }
  .qlcc .left-box .dj-ul li {
    margin-top: 16px;
  }
  .qlcc .left-box .dj-ul li .title {
    margin-top: 5px;
  }
  .qlcc .right-pic {
    width: 100%;
    height: 500px;
    margin-top: 30px;
  }
  .qlcc .content {
    height: auto;
  }
}
.contact-us {
  background-color: #f8f8f8;
  position: relative;
}
.contact-us .connect-info {
  position: relative;
  z-index: 99;
}
.contact-us .connect-info .ul {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(168, 175, 186, 0.15);
  padding: 60px;
  box-sizing: border-box;
}
.contact-us .connect-info .ul li {
  height: 248px;
  width: 18%;
  padding: 34px 50px;
  box-sizing: border-box;
  position: relative;
  background-image: url('../images/lx-bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us .connect-info .ul li:first-child {
  width: 60%;
}
.contact-us .connect-info .ul li:first-child .info .f24 {
  margin: 0 0 10px;
}
.contact-us .connect-info .ul li:not(:first-child) {
  padding: 50px 20px;
}
.contact-us .connect-info .ul li:not(:first-child) .info .f24 {
  margin: 20px 0 10px;
}
.contact-us .connect-info .ul li:nth-of-type(2) {
  background-image: url('../images/lx-bg2.jpg');
}
.contact-us .connect-info .ul li:nth-of-type(3) {
  background-image: url('../images/lx-bg3.jpg');
}
.contact-us .connect-info .ul li .bootom-code {
  margin-top: 25px;
}
.contact-us .connect-info .ul li .bootom-code img {
  width: 88px;
  height: 88px;
}
.contact-us .connect-info .ul li .bootom-code .txt {
  padding: 10px 0;
  margin-left: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-us .map-height {
  height: 340px;
}
@media (max-width: 1480px) {
  .contact-us .connect-info .ul {
    padding: 40px ;
    box-sizing: border-box;
  }
  .contact-us .connect-info .ul li {
    height: 220px;
    width: 20%;
    padding: 24px 40px;
  }
  .contact-us .connect-info .ul li:first-child {
    width: 57%;
  }
  .contact-us .connect-info .ul li:first-child .info .f24 {
    margin: 0 0 5px;
  }
  .contact-us .connect-info .ul li:not(:first-child) {
    padding: 40px 10px;
  }
  .contact-us .connect-info .ul li:not(:first-child) .info .f24 {
    margin: 20px 0 10px;
  }
  .contact-us .connect-info .ul li .bootom-code {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .contact-us .connect-info .ul {
    height: auto;
    flex-wrap: wrap;
    padding: 20px;
  }
  .contact-us .connect-info .ul li {
    height: auto;
    width: 100%;
  }
  .contact-us .connect-info .ul li:nth-of-type(2) {
    margin: 20px  0;
  }
  .contact-us .connect-info .ul li:first-child {
    width: 100%;
    padding: 24px ;
  }
  .contact-us .connect-info .ul li:first-child .info .f24 {
    margin: 0 0 5px;
  }
  .contact-us .connect-info .ul li .info .f24 {
    margin: 20px 0 15px;
  }
  .contact-us .connect-info .ul .icon-box {
    width: 42px;
    margin: 0 auto;
  }
  .contact-us .map-height {
    height: 80px;
  }
}
#map {
  z-index: 0;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  width: 100%;
}
/*.contact-us {*/
/*  background-color: #f8f8f8;*/
/*  position: relative;*/
/*}*/
/*.contact-us .connect-info {*/
/*  position: relative;*/
/*  z-index: 99;*/
/*}*/
/*.contact-us .connect-info .ul {*/
/*  height: 340px;*/
/*  border-radius: 16px;*/
/*  background-color: #ffffff;*/
/*  box-shadow: 0px 8px 20px 0px rgba(168, 175, 186, 0.15);*/
/*}*/
/*.contact-us .connect-info .ul li {*/
/*  height: 100%;*/
/*  flex: 1;*/
/*  padding-left: 60px;*/
/*  padding-top: 70px;*/
/*  box-sizing: border-box;*/
/*  border-right: 1px solid rgba(0, 0, 0, 0.1);*/
/*  position: relative;*/
/*}*/
/*.contact-us .connect-info .ul li::before,*/
/*.contact-us .connect-info .ul li::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 0;*/
/*  height: 3px;*/
/*  background-color: #f36f20;*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/
/*.contact-us .connect-info .ul li::before {*/
/*  top: auto;*/
/*  bottom: 0;*/
/*}*/
/*.contact-us .connect-info .ul li:last-child {*/
/*  border-right: none;*/
/*}*/
/*.contact-us .connect-info .ul li .info .f30 {*/
/*  margin: 30px 0 15px;*/
/*}*/
/*.contact-us .connect-info .ul li:hover .icon-box {*/
/*  background-color: #f36f20;*/
/*}*/
/*.contact-us .connect-info .ul li:hover .info {*/
/*  color: #f36f20;*/
/*}*/
/*.contact-us .connect-info .ul li:hover .info .op8 {*/
/*  opacity: 1;*/
/*}*/
/*.contact-us .connect-info .ul li:hover::before,*/
/*.contact-us .connect-info .ul li:hover::after {*/
/*  width: 100%;*/
/*}*/
/*.contact-us .connect-info .ul .icon-box {*/
/*  width: 62px;*/
/*  height: 62px;*/
/*  border-radius: 50%;*/
/*  background-color: #a8afba;*/
/*}*/
/*.contact-us .connect-info .ul .icon-box .icon {*/
/*  color: #fff;*/
/*  font-size: 30px;*/
/*}*/
/*.contact-us .map-height {*/
/*  height: 340px;*/
/*}*/
/*@media (max-width: 1480px) {*/
/*  .contact-us .connect-info .ul li {*/
/*    padding-left: 40px;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .contact-us .connect-info .ul {*/
/*    height: auto;*/
/*    flex-wrap: wrap;*/
/*  }*/
/*  .contact-us .connect-info .ul li {*/
/*    height: auto;*/
/*    flex: auto;*/
/*    width: 100%;*/
/*    padding: 20px;*/
/*    border-right: none;*/
/*    border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*  }*/
/*  .contact-us .connect-info .ul li:last-child {*/
/*    border-bottom: none;*/
/*  }*/
/*  .contact-us .connect-info .ul li .info .f30 {*/
/*    margin: 20px 0 15px;*/
/*  }*/
/*  .contact-us .connect-info .ul .icon-box {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*  }*/
/*  .contact-us .connect-info .ul .icon-box .icon {*/
/*    font-size: 20px;*/
/*  }*/
/*}*/
/*#map {*/
/*  z-index: 0;*/
/*  top: auto;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  left: auto;*/
/*  width: 100%;*/
/*  height: 800px;*/
/*}*/
/*@media (min-width: 1025px) {*/
/*  #map {*/
/*    mask-image: url(../images/map.png);*/
/*    mask-size: 200% 100%;*/
/*    -webkit-mask-image: url(../images/map.png);*/
/*    -webkit-mask-size: 200% 100%;*/
/*    right: -1rem;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  #map {*/
/*    height: 400px;*/
/*  }*/
/*}*/
/*#map .amap-marker .dot {*/
/*  width: 6.5em;*/
/*  height: 0.9em;*/
/*  border-radius: 100%;*/
/*  background-image: -moz-linear-gradient(180deg, #e14724 0%, #fdc479 100%);*/
/*  background-image: -webkit-linear-gradient(180deg, #e14724 0%, #fdc479 100%);*/
/*  background-image: -ms-linear-gradient(180deg, #e14724 0%, #fdc479 100%);*/
/*}*/
/*#map .amap-marker .pic-box {*/
/*  width: 80%;*/
/*  height: 80%;*/
/*  border-radius: 50%;*/
/*  background-color: #fff;*/
/*}*/
/*#map .amap-marker img {*/
/*  max-width: 80% !important;*/
/*}*/
/*#map .amap-marker .box {*/
/*  bottom: 100%;*/
/*  margin-bottom: 1em;*/
/*  width: 5.5em;*/
/*  height: 5.5em;*/
/*  background-image: -moz-linear-gradient(180deg, #e14724 0%, #fdc479 100%);*/
/*  background-image: -webkit-linear-gradient(180deg, #e14724 0%, #fdc479 100%);*/
/*  background-image: -ms-linear-gradient(180deg, #e14724 0%, #fdc479 100%);*/
/*  filter: drop-shadow(0 2px 1.5em rgba(0, 0, 0, 0.2));*/
/*}*/
/*#map .amap-marker .box,*/
/*#map .amap-marker .box:after {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/
/*#map .amap-marker .box:after {*/
/*  content: "";*/
/*  top: 98.6%;*/
/*  border-left: 0.6em solid transparent;*/
/*  border-right: 0.6em solid transparent;*/
/*  border-top: 0.8em solid #f36f20;*/
/*}*/
#companyInfo2 .new-top-content .left-info {
  width: 70%;
}
#companyInfo2 .new-top-content .left-info .light {
  max-height: 354px;
}
#companyInfo2 .new-top-content .datum {
  width: 80%;
}
#companyInfo2 .new-top-content .datum .item {
  width: 33.33%;
  height: 180px;
  position: relative;
  overflow: hidden;
}
#companyInfo2 .new-top-content .datum .item .item-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 45px 0;
  box-sizing: border-box;
  white-space: nowrap;
  transition: all 0.8s;
}
#companyInfo2 .new-top-content .datum .item .item-box.item1hide {
  opacity: 0;
  bottom: -174px;
}
#companyInfo2 .new-top-content .datum .item .item-box.hide {
  opacity: 0;
  bottom: -174px;
}
#companyInfo2 .new-top-content .datum .item .line {
  width: 40px;
  height: 5px;
  background-color: #f36f20;
  margin-top: 10px;
}
#companyInfo2 .new-top-content .datum .item:nth-of-type(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#companyInfo2 .new-top-content .right-box {
  width: 26%;
}
#companyInfo2 .new-top-content .right-box .top-txt {
  color: #cccccc;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 1.2;
}
#companyInfo2 .new-top-content .right-box .top-txt .big {
  font-size: 70px;
}
#companyInfo2 .new-top-content .right-box .pic {
  height: 300px;
  margin-top: 50px;
}
@media (max-width: 1480px) {
  #companyInfo2 .new-top-content .datum .item .item-box {
    padding: 35px 0;
  }
  #companyInfo2 .new-top-content .right-box .top-txt {
    font-size: 30px;
  }
  #companyInfo2 .new-top-content .right-box .top-txt .big {
    font-size: 60px;
  }
  #companyInfo2 .new-top-content .right-box .pic {
    height: 250px;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  #companyInfo2 .new-top-content .left-info {
    width: 100%;
  }
  #companyInfo2 .new-top-content .datum {
    width: 100%;
  }
  #companyInfo2 .new-top-content .datum .item {
    height: 90px;
  }
  #companyInfo2 .new-top-content .datum .item .item-box {
    padding: 20px 0;
  }
  #companyInfo2 .new-top-content .datum .item .line {
    width: 30px;
    height: 3px;
    margin-top: 8px;
  }
  #companyInfo2 .new-top-content .right-box {
    width: 100%;
    margin-top: 10px;
  }
  #companyInfo2 .new-top-content .right-box .top-txt {
    font-size: 20px;
  }
  #companyInfo2 .new-top-content .right-box .top-txt .big {
    font-size: 40px;
  }
  #companyInfo2 .new-top-content .right-box .pic {
    margin-top: 20px;
  }
}
#company.companyInfo-bottom-panel {
  padding-top: 30px;
}
#company.companyInfo-bottom-panel .content ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#company.companyInfo-bottom-panel .content ul li:nth-of-type(2n) .top-title {
  background-image: url(../images/tit-bg4.png);
  padding-left: 40px;
  left: auto;
  right: 0;
}
#company.companyInfo-bottom-panel .content ul li:nth-of-type(2n) .left-info {
  padding-right: 20px;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  #company.companyInfo-bottom-panel {
    padding-top: 10px;
  }
  #company.companyInfo-bottom-panel .content ul li:nth-of-type(2n) .top-title {
    padding-left: 20px;
    left: 0;
    right: auto;
    background-image: url(../images/tit-bg3.png);
  }
  #company.companyInfo-bottom-panel .content ul li:nth-of-type(2n) .left-info {
    padding: 20px 10px;
  }
}

.new-company .left-nav {
  width: 35%;
}
.new-company .left-nav .item {
  margin-bottom: 10px;
  cursor: pointer;
}
.new-company .left-nav .item .num {
  width: 40px;
  height: 22px;
  background-color: #13284c;
  border-radius: 11px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  margin-right: 10px;
}
.new-company .left-nav .item.on {
  color: #f36f20;
}
.new-company .left-nav .item.on .num {
  background-color: #f36f20;
}
.new-company .info-swiper {
  width: 63%;
  margin: 0;
}