@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%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
@media (max-width: 1280px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #fc4c01;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1480px) {
  .text-node {
    line-height: 1.6;
    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);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 12px;
}
.f16 {
  font-size: 14px;
}
.f18 {
  font-size: 16px;
}
.f20 {
  font-size: 18px;
}
.f22 {
  font-size: 20px;
}
.f24 {
  font-size: 22px;
}
.f26 {
  font-size: 24px;
}
.f28 {
  font-size: 26px;
}
.f30 {
  font-size: 28px;
}
.f32 {
  font-size: 30px;
}
.f36 {
  font-size: 30px;
}
.f40 {
  font-size:36px;
}
.f45 {
  font-size: 40px;
}
.bold {
  font-weight: bold;
}
.mtop60 {
  margin-top: 60px;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #fc4c01;
}
.maincolor2 {
  color: #fc4c01;
}
.same-bg {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.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: #fc4c01;
  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: #fc4c01;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
  width: 160px;
  height: 48px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.more .char {
  /*margin-right: 14px;*/
  position: relative;
  z-index: 8;
}
.more .icon-box {
  position: relative;
  z-index: 8;
  display: none;
}
.more .icon-box .white {
  display: none;
}
.more::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  transition: all 0.4s ease;
}
.more:hover {
  color: #fff;
  border-color: transparent;
}
.more:hover::before {
  width: 100%;
}
.more:hover .icon-box .white {
  display: block;
}
.more:hover .icon-box .default {
  display: none;
}
.more.spe-more {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
}
.more.spe-more:hover {
  background-color: transparent;
}
.more.active-more {
  color: #fff;
  border-color: transparent;
}
.more.active-more::before {
  width: 100%;
}
.more.active-more .icon-box {
  color: #fc4c01;
  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: #fc4c01;
  border-color: #fc4c01;
  opacity: 1;
}
.more.white-more {
  background-color: rgba(255, 255, 255, 0.1);
}
.more.white-more .dot {
  border-color: #fff;
}
.more.white-more .dot::after {
  background-color: #fff;
}
.more.white-more:hover {
  background-color: #fc4c01;
}
.more.new-more {
  width: auto;
  height: auto;
}
.more.new-more::before {
  display: none;
}
.more.new-more:hover .char {
  color: #fc4c01;
}
.more.new-more:hover .dot {
  border-color: #fc4c01;
}
.more.new-more:hover .dot::after {
  background-color: #fc4c01;
}
@media (max-width: 1024px) {
  .more {
    width: 132px;
    height: 48px;
  }
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go {
  border-radius: 16px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  width: 320px;
  height: 110px;
  padding: 30px ;
  box-sizing: border-box;
}
.go span{
   max-width: 80%;
   flex: 1;
}
.go .icon-box {
  width: 46px;
  height: 46px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.go:hover .icon-box {
  transform: rotate(-45deg);
}
.go.spe-go {
    color: #000;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.go.spe-go .icon-box {
  border-color: rgba(0, 0, 0, 0.2);
}
.go.spe-go:hover{
    color: #fff;
    border-color: transparent ;
    background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.go.spe-go:hover .icon-box {
  border-color: #fff;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
  .go {
    width: 240px;
    height: 80px;
    padding: 10px 15px;
  }
  .go .icon-box {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.same-title .mont {
  text-transform: uppercase;
  margin-top: 8px;
}
.same-title.t-center .title {
  display: inline-block;
}
.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: #fc4c01;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(252, 76, 1, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(252, 76, 1, 0.3);
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 30px;
  }
  .f24 {
    font-size: 18px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f16 {
    font-size: 14px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .mtop60 {
    margin-top: 30px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  color: #a7a7a7;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  line-height: 3.125em;
  font-size: 14px;
  width: 3.125em;
  height: 3.125em;
  font-family: 'mont', sans-serif;
  transition: all 0.4s ease;
  border-radius: 50%;
}
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-color: #fc4c01;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 3.125em;
  height: 3.125em;
}
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: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fc4c01;
  border-color: #fc4c01;
}
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: 160px;*/
    img{
        height: 80px;
    }
  }
@media (max-width: 768px) {
  .logo {
    /*max-width: 10em;*/
    /*min-width: 100px;*/
    img{
        height: 50px;
    }
  }
}
.main {
  max-width: 1720px;
  margin: 0 auto;
}
.main.spe-main {
  max-width: 1440px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1500px;
  }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1300px;
  }
  .main.spe-main {
    max-width: 1300px;
  }
}
@media (max-width: 1380px) {
  .main {
    max-width: 1200px;
  }
  .main.spe-main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
  .main.spe-main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main.spe-main {
    max-width: 100%;
  }
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}
.swiper-change .btn:after {
  display: none;
}
.swiper-change .btn:hover {
  color: #fc4c01;
}
.swiper-change .btn.colfff {
  color: rgba(255, 255, 255, 0.5);
}
.swiper-change .btn.colfff:hover {
  color: #fff;
}
.swiper-change.spe-change .btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  transition: all 0.3s ease;
}
.swiper-change.spe-change .btn:hover {
  border-color: transparent;
  background-color: #fc4c01;
}
@media (max-width: 800px) {
  .swiper-change.spe-change .btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-change.spe-change.white .btn {
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-change.spe-change.white .btn:hover {
  color: #fc4c01;
  background-color: #fff;
}
.swiper-change.spe-change.gray2 .btn {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.swiper-change.spe-change.gray2 .btn:hover {
  color: #fff;
  border-color: transparent;
  background-image: -moz-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -webkit-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -ms-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray3 .btn {
  width: 55px;
  height: 55px;
  border: none;
  background-color: #c4c4c4;
}
.swiper-change.spe-change.gray3 .btn:hover {
  color: #fff;
  background-color: #fc4c01;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
  transition: all 0.4s ease;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 5px;
  background-color: #fc4c01;
}
.swiper-change.spe-change2 .btn {
  color: #fff;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #fc4c01;
}
.swiper-change.spe-change4 .btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn:hover {
  color: #fff;
  background-color: #fc4c01;
}
@media (max-width: 768px) {
  .swiper-change.spe-change4 .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change.spe-change4.active .btn:hover {
  color: #fff;
  background-color: #fc4c01;
}
.swiper-change.spe-change4.gray .btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  box-shadow: none;
}
.swiper-change.spe-change4.gray .btn:hover {
  border-color: #fc4c01;
  background-color: #fc4c01;
}
.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: #fc4c01;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #fc4c01;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #fc4c01;
}
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: #fc4c01;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #fc4c01;
}
@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: #fc4c01;*/
/*  color: #fff;*/
/*}*/
/*.share .item.active .cc .icon,*/
/*.share .item:hover .cc .icon {*/
/*  opacity: 1;*/
/*}*/
.share  .cc .icon {
    display: inline-block;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
  border-radius: 50%;
}
.share  .cc:hover .icon{
    opacity: 1;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
#footer .share {
  align-items: flex-end;
}
#footer .share .cc {
  position: relative;
  color: #000;
  text-align: center;
  margin-left: 30px;
}
#footer .share .cc .fade {
  position: absolute;
  left: 50%;
  margin-bottom: -20px;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: 88;
  padding-bottom: 20px;
}
#footer .share .cc .fade .content {
  background-color: #fff;
  border-radius: 6px;
  width: 140px;
  padding: 10px;
  box-sizing: border-box;
}
#footer .share .cc .fade .pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
#footer .share .cc .fade .pic img {
  width: 100%;
  height: 100%;
}
#footer .share .cc .fade::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #fff;
}
#footer .share .cc:hover .fade {
  margin-bottom: -8px;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 24px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 4px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 4px;
  height: 4px;
  -webkit-animation: trackBallSlide 7s linear infinite;
  animation: trackBallSlide 7s linear infinite;
  border-radius: 50%;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.scroll-down .char {
  margin-top: 5px;
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.6) translateY(24px);
    transform: scale(0.6) translateY(24px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.6) translateY(-10px);
    transform: scale(0.6) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.6) translateY(24px);
    transform: scale(0.6) translateY(24px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.6) translateY(-10px);
    transform: scale(0.6) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
#search {
  z-index: 299;
  width: 800px;
  right: 8%;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 100px;
  height: 4em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
  border-radius: 4px;
}
#search .search {
  font-size: 1.3em;
  color: #fc4c01;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label,
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 14px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #fc4c01;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
#header {
  width: 100%;
  z-index: 206;
  position: absolute;
  padding: 35px 0;
}
#header .main {
  height: 100%;
}
#header .main .left-box {
  position: relative;
}
#header .logo-box {
  z-index: 206;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select #navbar {
  display: none;
}
#header .nav-btn {
  z-index: 206;
  position: relative;
}
#header .nav-btn .sitemap-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #f09600;
  border-radius: 50%;
}
#header .nav-btn .sitemap-btn .dotted-line {
  display: flex;
  justify-content: center;
  height: 5px;
  transition: all 0.4s ease;
}
#header .nav-btn .sitemap-btn .dotted-line .dotted {
  display: block;
  width: 5px;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 3px;
  transition: all 1s ease;
  animation: changecolor 6s linear infinite reverse;
}
@keyframes changecolor {
  0% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  100% {
    background-color: #fff;
  }
}
#header .nav-btn .sitemap-btn .dotted-line:nth-of-type(1) {
  margin-bottom: 8px;
}
#header .nav-btn .sitemap-btn .dotted-line:nth-of-type(1) .dotted:nth-of-type(2) {
  animation-delay: 1s;
}
#header .nav-btn .sitemap-btn .dotted-line:nth-of-type(2) .dotted:nth-of-type(1) {
  animation-delay: 2s;
}
#header .nav-btn .sitemap-btn .dotted-line:nth-of-type(2) .dotted:nth-of-type(2) {
  animation-delay: 3s;
}
#header .nav-btn.active .sitemap-btn .dotted-line:nth-child(1) {
  transform: translateY(5px) rotate(225deg);
}
#header .nav-btn.active .sitemap-btn .dotted-line:nth-child(2) {
  transform: translateY(-5px) rotate(-225deg);
}
#header .nav-btn.active .sitemap-btn .dotted-line .dotted {
  margin: 3px 0;
  width: 9px;
}
.language-menu {
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
  width: 175px;
  height: 46px;
border-width: 1px;
  border-color: rgba(255, 255, 255,.5);
  border-style: solid;
border-radius: 24px;
}
.language-menu__placeholder {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: color 0.3s ease;
  opacity: 0.8;
}
.language-menu__placeholder .icon-diqiu {
  margin-right: 5px;
  transition: transform 0.6s ease;
}
.language-menu__placeholder .icon-arrow-down {
  font-size: 14px;
  margin-left: 5px;
  transition: transform 0.4s ease;
}
.language-menu__dropdown {
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 9;
  width: 100%;
  padding-top: 15px;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.language-menu__dropdown ul {
  width: 100%;
  padding: 8px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.language-menu__dropdown a:hover {
  color: #fc4c01;
}
.language-menu:hover .language-menu__placeholder .icon-diqiu {
  transform: rotate(360deg);
}
.language-menu:hover .language-menu__placeholder .icon-arrow-down {
  transform: rotate(-180deg);
}
.language-menu:hover .language-menu__dropdown {
  visibility: visible;
  opacity: 1;
}
#footer .language-menu__placeholder {
border: none;
border-radius: 24px;
}
#header .search-box {
  margin: 0 25px 0 45px;
}
#header .search-box .search {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 1480px) {
  #header #navbar {
    padding-right: 2%;
  }
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
}
@media (max-width: 768px) {
   #header {
    padding-top: 20px;
  }
  #header .language-menu{
      display: none;
  }
  #header .logo-box{
      position: relative;
      top: 0;
      left: 0;
      transform: none;
  }
}
#navbar {
  height: 100%;
      position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
#navbar .interaction {
  padding: 0 60px;
  height: 100%;
  position: relative;
}
#navbar .interaction:nth-of-type(2){
    margin-right: 310px;
}

#navbar .interaction>a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#navbar .interaction:hover>a,
#navbar .interaction.active>a {
  color: #fc4c01;
}
@media (max-width: 1480px) {
  #navbar .interaction {
    padding: 0 20px;
  }
  #navbar .interaction:nth-of-type(2){
    margin-right: 250px;
}
}
@media (max-width: 1280px) {
  #navbar .interaction {
    padding: 0 10px;
  }
}
#footer {
  position: relative;
  overflow: hidden;
  background-color: #f7f6f6;
}
#footer .main {
  position: relative;
  z-index: 99;
}
#footer .main .top .right-box {
  width: 60%;
}
#footer .main .top .right-box .toTop .cc {
  width: 55px;
  height: 55px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.4s ease;
}
#footer .main .top .right-box .toTop:hover .cc {
  opacity: 1;
  color: #fff;
  border-color: #fc4c01;
  background-color: #fc4c01;
}
#footer .main .middle {
  align-items: flex-end;
}
#footer .bottom-nav {
  width: 70%;
}
#footer .bottom-nav li a:hover {
  text-decoration: underline;
}
#footer .bottom-nav li .two-ul {
  margin-top: 30px;
}
#footer .bottom-nav li .two-ul a {
  margin-bottom: 15px;
  opacity: 0.7;
}
#footer .bottom-nav li .two-ul a:last-child {
  margin-bottom: 0;
}
#footer .bottom-nav li .two-ul a:hover {
  opacity: 1;
}
#footer .wechat li {
  margin-right: 58px;
  text-align: center;
}
#footer .wechat li .pic {
  width: 111px;
  height: 111px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  margin:0 auto 10px;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
#footer .wechat li p {
  opacity: 0.8;
  line-height: 1.6;
}
#footer .links .blogroll {
  position: relative;
  cursor: pointer;
}
#footer .links .blogroll .static {
  width: 10.625em;
  height: 3.125em;
  box-sizing: border-box;
  text-align: center;
  line-height: 3.125em;
}
#footer .links .blogroll .fade {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  color: #232323;
  z-index: 100;
}
#footer .links .blogroll .fade .content {
  width: 220px;
  max-width: calc(100vw - 60px);
  background-color: #fff;
  padding: 1em;
  height: 180px;
  overflow-y: auto;
  border-radius: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
#footer .links .blogroll .fade .content a {
  font-size: 14px;
  padding: 5px 0.5em;
}
#footer .links .blogroll .fade .content a:hover {
  background-color: #f2f2f2;
  color: #fc4c01;
}
#footer .links .blogroll:hover .fade {
  margin-bottom: 0;
}
#footer .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1480px){
    #footer .main .top .right-box{
        width: 75%;
    }
    #footer .bottom-nav {
  width: 90%;
}
}
@media (max-width: 1024px) {
     #footer .main .top {
        align-items: center;
    }
  #footer .main .middle {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .main .top .right-box {
    justify-content: flex-end;
  }
  #footer .main .top .right-box .bottom-nav {
    display: none;
  }
  #footer .main .top .right-box .toTop .cc {
    width: 45px;
    height: 45px;
  }
  #footer .main .links .blogroll .fade {
    left: 50%;
    transform: translateX(-50%);
  }
  #footer .main .links .blogroll .fade .content {
    width: 140px;
    padding: 0.5em;
    height: 150px;
  }
  #footer .wechat {
    width: 80%;
    justify-content: space-between;
    margin: 30px auto 40px;
  }
  #footer .wechat li {
    margin-right: 0;
  }
  #footer .bg {
    object-fit: contain;
  }
   #footer .share {
    align-items: center;
    
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  #footer .share .cc:first-child {
    margin-left: 0;
}
}
.copyright {
  padding: 20px 0;
  background-color: #262626;
}
.copyright a {
  opacity: 0.5;
}
.copyright a:hover {
  opacity: 1;
}
@media (max-width: 1000px) {
  .copyright {
    padding: 15px 0;
  }
  .copyright .main {
    flex-wrap: wrap;
  }
  .copyright a {
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
}
#banner {
  height: 100vh;
  position: relative;
  z-index: 1;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide .bg {
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
}
#banner > .swiper .swiper-slide .bg-mask {
  position: absolute;
  left: -50%;
  top: 0;
  height: 100%;
  transition: all 1s linear;
  opacity: 0;
}
#banner > .swiper .swiper-slide .bg-mask img {
  height: 100%;
}
#banner > .swiper .swiper-slide .banner-txt {
  position: absolute;
  top: 55%;
  left: 5%;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
}
#banner > .swiper .swiper-slide .banner-txt .title {
  opacity: 0;
}
#banner > .swiper .swiper-slide .banner-txt .title {
  transform: translateY(100%);
  transition-duration: 1s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
  transition-delay: 0.8s;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .banner-txt .title {
    height: 160px;
  }
}
@media (max-width: 800px) {
  #banner > .swiper .swiper-slide .banner-txt {
    width: 90%;
    left: 20px;
    top: 70%;
    /*text-align: center;*/
  }
  #banner > .swiper .swiper-slide .banner-txt .title {
    height: 80px;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg-mask {
  left: 0;
  opacity: 1;
}
#banner > .swiper .swiper-slide.swiper-slide-active .title {
  transform: translateY(0);
  opacity: 1;
}
#banner > .swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1, 1) rotate(0.002deg);
}
#banner .swiper-horizontal > .swiper-pagination-bullets {
  width: 40px;
  left: auto;
  right: 6%;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
#banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  opacity: 1;
  height: 5px;
  width: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 20px 0 20px 27px;
  border-radius: 5px;
  transition: all 0.4s ease;
}
#banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  margin-left: 0;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
#banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 20;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
 #banner {
    height: 100vh;
  }
 #banner > .swiper .swiper-slide .bg-mask {
    left: -80%;
    top: auto;
    bottom: 0;
    height: 100vh;
  }
  #banner > .swiper .swiper-slide .bg-mask img {
    width: auto;
    height: 100vh;
    max-width: inherit;
  }
  #banner > .swiper .swiper-slide.swiper-slide-active .bg-mask {
    left: -60%;
  }
  #banner .scroll-down {
    display: none;
  }
}
.page-banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
   height: 900px;
}
.page-banner img {
  animation: bgScale 5s linear forwards;
  transition: transform 5s linear;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
.page-banner .banner-txt {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 10;
  width: 90%;
}
.page-banner .banner-txt .banner-title {
  display: inline-block;
}
.page-banner .banner-txt .icon-box {
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  background-image: -moz-linear-gradient(0deg, #4bbde3 0%, #0560ab 100%);
  background-image: -webkit-linear-gradient(0deg, #4bbde3 0%, #0560ab 100%);
  background-image: -ms-linear-gradient(0deg, #4bbde3 0%, #0560ab 100%);
}
.page-banner .banner-txt .title {
  font-size: 50px;
  margin-top: 20px;
}
.page-banner .banner-txt .bg {
  position: absolute;
  right: -38px;
  bottom: 0;
  animation: shake 5s linear infinite;
  display: none;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.page-banner .banner-txt.spe-banner-txt .icon-box {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.page-banner .banner-txt.spe-banner-txt .desc {
  width: 51%;
  margin-top: 40px;
  line-height: 1.8;
}
.page-banner .banner-txt.spe-banner-txt .spe-desc {
  margin-top: 20px;
}
.page-banner .banner-txt.green .icon-box {
  background-image: -moz-linear-gradient(0deg, #00cf73 0%, #009640 100%);
  background-image: -webkit-linear-gradient(0deg, #00cf73 0%, #009640 100%);
  background-image: -ms-linear-gradient(0deg, #00cf73 0%, #009640 100%);
}
.page-banner .banner-txt.purple .icon-box {
  background-image: -moz-linear-gradient(0deg, #bcafe5 0%, #445bcd 100%);
  background-image: -webkit-linear-gradient(0deg, #bcafe5 0%, #445bcd 100%);
  background-image: -ms-linear-gradient(0deg, #bcafe5 0%, #445bcd 100%);
}
@media (max-width: 1480px) {
    .page-banner {
    height: 700px;
  }
  .page-banner .banner-txt .title {
    font-size: 36px;
  }
  .page-banner .banner-txt.spe-banner-txt .desc {
    width: 92%;
  }
}
@media (max-width: 800px) {
  .page-banner {
    height: 300px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    top: 40%;
  }
  .page-banner .banner-txt .icon-box {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .page-banner .banner-txt .icon-box img {
    max-height: 25px;
  }
  .page-banner .banner-txt .title {
    font-size: 30px;
    margin-top: 10px;
  }
  .page-banner .banner-txt .bg {
    right: -15px;
    width: 70px;
  }
  .page-banner .banner-txt.spe-banner-txt .desc {
    margin-top: 20px;
    line-height: 1.6;
    display: none;
  }
  .page-banner .banner-txt.spe-banner-txt .spe-desc {
    margin-top: 10px;
  }
}
.page-nav {
  height: 85px;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.page-nav .item {
  flex: 1;
  height: 85px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.page-nav .item:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
.page-nav .item a {
  height: 100%;
  line-height: 85px;
  opacity: 0.8;
}
.page-nav .item:hover,
.page-nav .item.active {
  border-bottom: none;
  border-right: none;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  color: #fff;
  opacity: 1;
  background-color: #fc4c01;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    flex: auto;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
  }
  .page-nav .list .item a {
    padding: 0 10px;
    line-height: 50px;
  }
}
.same-title .top {
  margin-bottom: 20px;
}
.same-title .h2 {
  font-size: 36px;
}
.same-title .line-box {
  margin-top: 60px;
  display: none;
}
.same-title .line-box p {
  height: 6px;
  border-radius: 3px;
}
.same-title .line-box p.one {
  width: 40px;
  background-color: #fc4c01;
}
.same-title .line-box p.two {
  width: 20px;
  background-color: #009640;
  margin: 0 3px;
}
.same-title .line-box p.three {
  width: 20px;
  background-color: #0560ab;
}
@media (max-width: 1480px) {
  .same-title .top {
    margin-bottom: 10px;
  }
  .same-title .h2 {
    font-size: 28px;
  }
  .same-title .line-box {
    margin-top: 40px;
  }
}
@media (max-width: 800px) {
  .same-title .top {
    margin-bottom: 5px;
  }
  .same-title .h2 {
    font-size: 22px;
  }
  .same-title .line-box {
    margin-top: 20px;
  }
}
.phs {
  width: 9em;
  height: 9em;
  overflow: visible;
}
.phs .group {
  transform-origin: center center;
  animation: animate01 36s linear infinite;
}
@keyframes animate01 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.phs .cls2 {
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.25);
   stroke-width: 1.5px;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Microsoft YaHei", sans-serif;
}
.phs .cls4 {
  fill: none;
  transform: rotateZ(80deg);
  transform-origin: center center;
}
@media (max-width: 800px) {
  .phs {
    width: 5em;
    height: 5em;
  }
}
#news,
#story {
  position: relative;
}
#story .main {
  align-items: flex-end;
  position: relative;
  z-index: 99;
}
#story .left-box {
  width: 55%;
}
#story .left-box .pic-box {
  position: relative;
  margin-top: 35px;
  width: 750px;
  height: 420px;
}
#story .left-box .pic-box .oppress {
  width: 100%;
  height: 100%;
}
#story .left-box .pic-box .phs {
  position: absolute;
  bottom: -4em;
  right: -5em;
}
#story .right-info {
  width: 50%;
}
#story .right-info .more {
  margin-top: 50px;
}
#story .right-info .btn {
  margin-top: 110px;
}

#news .bg,
#story .bg {
  position: absolute;
  right: 0;
  top: 0;
}
#story.who {
  height: 840px;
}
#story.who .bg {
  right: auto;
  left: 20%;
  width: 40%;
}
#story.who .main {
  align-items: center;
  height: 100%;
}
#story.who .left-box .info-box .sub {
  margin: 50px 0 25px;
}
#story.who .right-pic {
  margin-right: -10%;
  width: 50%;
  height: 100%;
}
#story.who .right-pic .oppress {
  width: 100%;
  height: 100%;
}
@media (max-width: 1480px) {
   #story .left-box {
    width: 56%;
  }
  #story .right-info {
  width: 36%;
}
  #story .left-box .pic-box {
    width: 100%;
  }
  #news .bg,
  #story .bg {
    width: 50%;
  }
  #story.who {
    height: 700px;
  }
}
@media (max-width: 800px) {
  #story {
    padding-bottom: 0;
  }
  #story .main {
    flex-wrap: wrap;
  }
  #story .left-box {
    width: 100%;
  }
  #story .left-box .pic-box {
    margin-top: 30px;
    height: 256px;
  }
  #story .left-box .pic-box .phs {
    bottom: -2em;
    right: -2em;
  }
  #news .bg,
  #story .bg {
    width: 100%;
  }
  #story .right-info {
    width: 100%;
    margin-top: 50px;
  }
  #story .right-info .more {
    margin-top: 30px;
  }
  #story.who {
    height: auto;
  }
  #story.who .bg {
    right: 0;
    left: auto;
    width: 80%;
  }
  #story.who .left-box .info-box .sub {
    margin: 30px 0 15px;
  }
  #story.who .right-pic {
    margin-right: 0;
    width: 100%;
  }
}
#brand {
  background-image: url('../images/bg.jpg');
}
#brand .left-box {
    width: 30%;
}
#brand .left-box .more {
  margin-top: 250px;
}
#brand .brand-swiper {
  width: 72%;
  margin: 0;
  padding-top: 72px;
}
#brand .brand-swiper .swiper-change {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100px;
}
#brand .brand-swiper .swiper-slide {
  width: 30%;
  transition: all 0.4s ease;
  margin-right: 45px;
}
#brand .brand-swiper .swiper-slide .a {
  width: 100%;
  height: 480px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 45px 40px;
  box-sizing: border-box;
}
#brand .brand-swiper .swiper-slide .a .pic-box {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f7f6f6;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#brand .brand-swiper .swiper-slide .a .pic-box img {
  max-width: 90%;
  max-height: 90%;
  position: relative;
  z-index: 9;
}
#brand .brand-swiper .swiper-slide .a .pic-box .white {
  display: none;
}
#brand .brand-swiper .swiper-slide .a .pic-box::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  transition: all 0.5s ease-in-out;
}
#brand .brand-swiper .swiper-slide .a .title {
  margin-top: 50px;
  text-transform: uppercase;
}
#brand .brand-swiper .swiper-slide .a .text-node {
  margin: 10px 0 35px;
}
#brand .brand-swiper .swiper-slide .a .more-box .more:last-child{
    margin-left: 8px;
}
#brand .brand-swiper .swiper-slide:hover {
  width: 34%;
}
#brand .brand-swiper .swiper-slide:hover .a .pic-box .white {
  display: block;
}
#brand .brand-swiper .swiper-slide:hover .a .pic-box .default {
  display: none;
}
#brand .brand-swiper .swiper-slide:hover .a .pic-box::before {
  width: 100%;
  height: 100%;
}
#brand.zdsk .top-box {
  position: relative;
}
#brand.zdsk .top-box .swiper-change {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100px;
}
#brand.zdsk .brand-swiper {
  width: 100%;
  margin: 0;
  padding-top: 84px;
  height: 608px;
}
#brand.zdsk .brand-swiper .swiper-slide {
  width: auto;
  margin-right: 0;
}
#brand.zdsk .brand-swiper .swiper-slide a {
  width: 100%;
  height: auto;
  border-radius: 16px;
  background-color: transparent;
  padding: 0;
}
#brand.zdsk .brand-swiper .swiper-slide a .box {
  position: relative;
  padding-bottom: 140px;
}
#brand.zdsk .brand-swiper .swiper-slide a .box .oppress {
  width: 100%;
  height: 328px;
  border-radius: 16px;
  position: relative;
  transition: all 0.4s ease;
}
#brand.zdsk .brand-swiper .swiper-slide a .box .oppress::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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.4s ease;
}
#brand.zdsk .brand-swiper .swiper-slide a .box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  box-sizing: border-box;
}
#brand.zdsk .brand-swiper .swiper-slide a .box .info .title {
  margin-top: 0;
  text-transform: none;
  margin-bottom: 20px;
}
#brand.zdsk .brand-swiper .swiper-slide a .more {
  opacity: 0;
  margin-top: 0;
  transition: all 0.4s ease;
}
#brand.zdsk .brand-swiper .swiper-slide:hover {
  width: auto;
}
#brand.zdsk .brand-swiper .swiper-slide:hover a .box {
  padding-bottom: 0;
}
#brand.zdsk .brand-swiper .swiper-slide:hover a .box .oppress {
  height: 468px;
}
#brand.zdsk .brand-swiper .swiper-slide:hover a .box .oppress::after {
  height: 50%;
}
#brand.zdsk .brand-swiper .swiper-slide:hover a .box .info {
  color: #fff;
  padding: 30px;
}
#brand.zdsk .brand-swiper .swiper-slide:hover a .more {
  opacity: 1;
  margin-top: 82px;
}
@media (max-width: 1480px) {
  #brand .left-box .more {
    margin-top: 200px;
  }
  #brand .brand-swiper .swiper-slide {
    width: 31%;
    margin-right: 3%;
  }
  #brand .brand-swiper .swiper-slide .a {
    height: 400px;
    padding: 35px 30px;
  }
  #brand .brand-swiper .swiper-slide .a .pic-box {
    width: 150px;
    height: 150px;
  }
  #brand .brand-swiper .swiper-slide .a .title {
    margin-top: 40px;
  }
  #brand .brand-swiper .swiper-slide .a .text-node {
    margin: 10px 0 25px;
  }
}
@media (max-width: 800px) {
  
  #brand {
    padding-bottom: 0;
    background-position: left bottom;
  }
  #brand .main {
    flex-wrap: wrap;
  }
  #brand .left-box {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
  }
  #brand .left-box .more {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #brand .brand-swiper {
    width: 100%;
  }
  #brand .brand-swiper .swiper-change {
    top: 40px;
    width: 80px;
  }
  #brand .brand-swiper .swiper-slide {
    width: 100%;
    margin-right: 10px;
  }
  #brand .brand-swiper .swiper-slide:hover {
    width: 100%;
  }
  #brand.zdsk .top-box {
    position: relative;
  }
  #brand.zdsk .top-box .swiper-change {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100px;
  }
  #brand.zdsk .brand-swiper {
    width: 90%;
    margin: 0 auto;
    padding-top: 64px;
    height: 428px;
  }
  #brand.zdsk .brand-swiper .swiper-slide a {
    width: 100%;
    height: auto;
    border-radius: 16px;
    background-color: transparent;
    padding: 0;
  }
  #brand.zdsk .brand-swiper .swiper-slide a .box {
    position: relative;
    padding-bottom: 120px;
  }
  #brand.zdsk .brand-swiper .swiper-slide a .box .oppress {
    height: 300px;
  }
  #brand.zdsk .brand-swiper .swiper-slide:hover {
    width: auto;
  }
  #brand.zdsk .brand-swiper .swiper-slide:hover a .box .oppress {
    height: 300px;
  }
  #brand.zdsk .brand-swiper .swiper-slide:hover a .box .info {
    padding: 20px;
  }
  #brand.zdsk .brand-swiper .swiper-slide:hover a .more {
    margin-top: 42px;
  }
}
#effect {
  position: relative;
  padding-bottom: 200px;
}
#effect .top-content {
  background-image: url('../images/bg2.jpg');
  height: 960px;
  background-attachment: fixed;
}
#effect .info-box {
  width: 60%;
  height: 570px;
  padding: 94px 76px;
  box-sizing: border-box;
  position: absolute;
  bottom: 110px;
  right: 0;
  z-index: 100;
}
#effect .info-box .effect-nav {
  width: 30%;
}
#effect .info-box .effect-nav .item {
  opacity: 0.7;
  cursor: pointer;
}
#effect .info-box .effect-nav .item:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#effect .info-box .effect-nav .item .num {
  width: 46px;
  height: 46px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  line-height: 46px;
  transition: all 0.4s ease-in-out;
}
#effect .info-box .effect-nav .item .name{
    font-size: 18px;
    flex: 1;
}
#effect .info-box .effect-nav .item.on {
  opacity: 1;
}
#effect .info-box .effect-nav .item.on .num {
  color: #fc4c01;
  background-color: #fff;
  border-color: #fff;
}
#effect .info-box .effect-swiper {
  width: 60%;
  margin: 0;
}
#effect .info-box .effect-swiper .content .info .text-node {
  margin: 60px 0 100px;
}
@media (max-width: 1480px) {
  #effect .top-content {
    height: 760px;
  }
  #effect .info-box {
    width: 70%;
    height: 480px;
    padding: 64px 56px;
  }
  #effect .info-box .effect-nav {
    width: 36%;
  }
  #effect .info-box .effect-swiper {
    width: 60%;
  }
}
@media (max-width: 800px) {
  #effect {
    padding-bottom: 120px;
  }
  #effect .top-content {
    height: 760px;
  }
  #effect .info-box {
    width: 100%;
    height: 480px;
    padding: 34px 26px;
    flex-wrap: wrap;
    bottom: 0;
  }
  #effect .info-box .effect-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #effect .info-box .effect-nav .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #effect .info-box .effect-nav .item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #effect .info-box .effect-nav .item .num {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
  }
  #effect .info-box .effect-nav .item .name{
    font-size: 14px;
}
  #effect .info-box .effect-swiper {
    width: 100%;
    margin-top: 30px;
  }
  #effect .info-box .effect-swiper .content .info .text-node {
    margin: 20px 0;
  }
}
#news{
    padding-bottom: 40px;
}
@media (max-width: 800px) {
  #news {
    padding-top: 50px;
  }
}
#news .news-swiper {
  width: 100%;
  margin: -170px 0 0;
  padding-top: 270px;
}
#news .news-swiper .swiper-change {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100px;
}
#news .news-swiper .swiper-slide {
  width: 22%;
  transition: all 0.4s ease;
  position: relative;
}
#news .news-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#news .news-swiper .swiper-slide a {
  width: 100%;
}
#news .news-swiper .swiper-slide a .oppress {
  width: 100%;
  height: 340px;
  border-radius: 16px;
}
#news .news-swiper .swiper-slide a .title {
  margin: 30px 0 40px;
}
#news .news-swiper .swiper-slide:hover {
  width: 28%;
}
#news .news-swiper .swiper-slide:hover a .more {
  color: #fff;
  border-color: transparent;
}
#news .news-swiper .swiper-slide:hover a .more::before {
  width: 100%;
}
#news .news-swiper .swiper-slide:hover a .more .icon-box .white {
  display: block;
}
#news .news-swiper .swiper-slide:hover a .more .icon-box .default {
  display: none;
}
@media (max-width: 1480px) {
  #news .news-swiper .swiper-slide {
    width: 21%;
  }
  #news .news-swiper .swiper-slide a .oppress {
    height: 250px;
  }
  #news .news-swiper .swiper-slide a .title {
    margin: 20px 0 30px;
  }
   #news .news-swiper .swiper-change {
  
  top: 100px;
}
}
@media (max-width: 800px) {
  #news .news-swiper {
    margin-top: 0;
    padding-top: 40px;
  }
  #news .news-swiper .swiper-slide::after {
    display: none;
  }
  #news .news-swiper .swiper-slide a .title {
    margin: 20px 0;
  }
}
#news.ppnews .top-box {
  position: relative;
}
#news.ppnews .top-box .swiper-change {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100px;
}
#news.ppnews .news-swiper .swiper-slide a {
  width: 100%;
}
#news.ppnews .news-swiper .swiper-slide a .oppress {
  width: 100%;
}
#news.ppnews .news-swiper .swiper-slide a .title {
  margin: 30px 0 20px;
}
#news.ppnews .news-swiper .swiper-slide a .more {
  margin-top: 30px;
}
#global {
  background-image: url('../images/bg3.jpg');
  overflow: hidden;
}
#global .main {
  position: relative;
}
#global .map-lists {
  position: absolute;
  top: 190px;
  right: 0;
  width: 23%;
  min-height: 520px;
  overflow: hidden;
}
#global .map-lists .item {
  position: absolute;
  top: 0;
  right: -100%;
  border-radius: 16px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.6s ease;
  cursor: pointer;
}
#global .map-lists .item .oppress {
  width: 100%;
  height: 240px;
  border-radius: 16px;
}
#global .map-lists .item .pic-box {
  margin: 22px 0;
}
#global .map-lists .item .pic-box .flag-pic {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
#global .map-lists .item .pic-box .flag-pic img {
  width: 100%;
  height: 100%;
}
#global .map-lists .item .url {
  width: 100%;
  height: 46px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 24px;
  margin-top: 20px;
}
#global .map-lists .item .url img {
  margin-right: 10px;
}
#global .map-lists .item.active {
  right: 0;
  opacity: 1;
}
#global .map-lists .item.active>a {
  display: none;
}
#global .map-lists .item.active>a.on {
  display: block;
}
#global .map-lists .item:hover .url {
  color: #fc4c01;
}
#global .map-box {
  position: relative;
}
#global .map-box #map-tip {
  text-align: left;
  display: none;
  padding: 3px;
  border: 1px solid #EBECED;
  color: #edeef0;
  float: left;
  position: absolute;
  background: #494949;
  word-break: keep-all;
  white-space: nowrap;
  z-index: 1000;
}
#global .map-box #map-tip p {
  margin: 0 !important;
}
#global .map-box #map-tip img {
  float: left;
  padding: 3px;
}
#global .map-preview h1 {
  margin-top: 10px;
  margin-bottom: 14px;
  border: 1px solid #E2E2E2;
  padding: 6px 15px 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #F4F4F4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#global #map_base svg {
  max-width: 100%;
  margin: 0 auto;
}
#global #map_base svg .cls-5 {
  fill: #fff;
  font-size: 16px;
}
#global #map_base svg .map-points .item {
  position: relative;
  cursor: pointer;
}
#global #map_base svg .map-points .item .sign .ellipse {
  fill: #fff;
  animation: waves 6s linear infinite;
  cx: 765;
  cy: 175;
  rx: 2;
  ry: 2;
  opacity: 0;
  stroke: #fff;
  stroke-width: 2;
}
#global #map_base svg .map-points .item:nth-of-type(2) .sign .ellipse {
  cx: 875;
  cy: 390;
}
#global #map_base svg .map-points .item:nth-of-type(3) .sign .ellipse {
  cx: 800;
  cy: 250;
}

/*#global #map_base svg .map-points .item:nth-of-type(3) .sign .ellipse {*/
/*  cx: 780;*/
/*  cy: 290;*/
/*}*/
/*#global #map_base svg .map-points .item:nth-of-type(3) .sign .ellipse {*/
/*  cx: 140;*/
/*  cy: 160;*/
/*}*/
#global #map_base svg .map-points .item .sign .ellipse:nth-of-type(2) {
  animation-delay: 2s;
}
#global #map_base svg .map-points .item .sign .ellipse:nth-of-type(3) {
  animation-delay: 4s;
}
#global #map_base svg .map-points .item.active .on .cls-5 {
  fill: #fc4c01;
}
#global #map_base svg .map-points .item.active .on .sign .ellipse {
  fill: #fc4c01;
  stroke: #fc4c01;
}
@keyframes waves {
  0% {
    rx: 2;
    ry: 2;
    opacity: 0.8;
  }
  100% {
    rx: 26;
    ry: 23;
    opacity: 0;
  }
}
#global #map_base svg .map-points .zg-item .sign .ellipse {
  cx: 810;
  cy: 210;
}
#global #map_base svg .map-points .az-item:nth-of-type(1) .sign .ellipse {
  cx: 920;
  cy: 378;
}
#global #map_base svg .map-points .az-item:nth-of-type(2) .sign .ellipse {
  cx: 920;
  cy: 405;
}
#global #map_base svg .map-points .az-item:nth-of-type(3) .sign .ellipse {
  cx: 900;
  cy: 430;
}
#global #map_base svg .map-points .child-item .cls-5 {
  font-size: 14px;
}
#global.gec-global .map-lists {
  position: absolute;
  top: 320px;
  right: auto;
  width: 30%;
  min-height: 520px;
  left: 0;
}
#global.gec-global .map-lists .item {
  right: auto;
  left: -100%;
  background-color: transparent;
  padding: 0;
}
#global.gec-global .map-lists .item .lists {
  margin-top: 67px;
  margin-right: -2.33%;
}
#global.gec-global .map-lists .item .lists a {
  width: 31%;
  border-radius: 10px;
  background-color: #ffffff;
  height: 80px;
  margin-right: 2.33%;
  margin-top: 15px;
}
#global.gec-global .map-lists .item .lists a .pic {
  width: 100%;
  height: 100%;
}
#global.gec-global .map-lists .item .lists a .pic img {
  max-height: 90%;
  max-width: 90%;
}
#global.gec-global .map-lists .item.active {
  right: auto;
  left: 0;
  opacity: 1;
}
#global.gec-global .map-box {
  margin-left: 20%;
}
#global.gec-global .map-countroy .item {
  width: 200px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  margin-left: 28px;
  cursor: pointer;
}
#global.gec-global .map-countroy .item .pic {
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
#global.gec-global .map-countroy .item .pic img {
  width: 100%;
  height: 100%;
}
#global.gec-global .map-countroy .item.active {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
#global.gec-global .map-countroy .item.active .pic {
  background-color: #fff;
}
#global.gec-global #map_base {
  justify-content: flex-end;
}
#global.gec-global #map_base svg {
  max-width: 100%;
  margin: 0;
}
@media (max-width: 1480px) {
  #global .map-lists {
    top: 100px;
    width: 25%;
    min-height: 420px;
  }
  #global .map-lists .item {
    padding: 20px;
  }
  #global .map-lists .item .oppress {
    height: 200px;
  }
  #global .map-lists .item .pic-box {
    margin: 15px 0;
  }
  #global .map-lists .item .pic-box .flag-pic {
    width: 40px;
    height: 40px;
  }
  #global .map-lists .item .url {
    margin-top: 15px;
  }
  #global .map-box {
    margin-top: 100px;
  }
  #global #map_base {
    justify-content: flex-start;
  }
  #global #map_base svg {
    margin: 0;
  }
}
@media (max-width: 800px) {
    #global {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #fc4c01 #f5f5f5;
}
#global::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#global::-webkit-scrollbar-track {
  background:#fc4c01;
}
#global::-webkit-scrollbar-thumb {
  background:#fc4c01;
  border-radius: 5px;
}
#global::-webkit-scrollbar-thumb:hover {
  background:#fc4c01;
}
  #global .map-lists {
    top: 190px;
    width: 80%;
    min-height: 340px;
    left: 50%;
    transform: translateX(-50%);
  }
  #global .map-lists .item {
    padding: 20px;
  }
  #global .map-lists .item .oppress {
    height: 150px;
  }
  #global .map-lists .item .pic-box {
    margin: 10px 0;
  }
  #global .map-lists .item .url {
    margin-top: 10px;
  }
  #global .map-box {
    margin-top: 400px;
  }
  #global.gec-global .top-box {
    flex-wrap: wrap;
  }
  #global.gec-global .map-lists {
    position: absolute;
    top: 260px;
    right: auto;
    width: 85%;
    min-height: 520px;
    left: 50%;
  }
  #global.gec-global .map-lists .item .lists {
    margin-top: 10px;
  }
  #global.gec-global .map-box {
    margin-top: 380px;
    margin-left: 0;
  }
  #global.gec-global .map-countroy {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #global.gec-global .map-countroy .item {
    width: 170px;
    height: 44px;
    border-radius: 22px;
    margin-left: 0;
    cursor: pointer;
    margin-bottom: 10px;
  }
  #global.gec-global .map-countroy .item .pic {
    width: 36px;
    height: 36px;
    padding: 2px;
    box-sizing: border-box;
  }
  #global.global-box .main{
        display: block;
    width: 800px;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
   #global.global-box .global-content{
      display: inline-block;
      width: auto;
    }
    #global .global-list{
        position: relative;
    }
    #global .map-lists,
    #global .map-box{
      width: 700px;
    }
    #global .map-lists .item{
        width: 300px;
    }
}
/*@media screen and (max-width: 480px) and (min-width: 401px) {*/
/*  #global #map_base svg {*/
/*    height: 170px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 568px) and (min-width: 481px) {*/
/*  #global #map_base svg {*/
/*    height: 210px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 685px) and (min-width: 569px) {*/
/*  #global #map_base svg {*/
/*    height: 252px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 767px) and (min-width: 686px) {*/
/*  #global #map_base svg {*/
/*    height: 310px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 979px) and (min-width: 768px) {*/
/*  #global #map_base svg {*/
/*    height: 360px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 1024px) and (min-width: 980px) {*/
/*  #global #map_base svg {*/
/*    height: 470px;*/
/*  }*/
/*}*/
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  #global #map_base svg {
    height: 470px;
  }
}
@media screen and (min-width: 1281px) {
  #global #map_base svg {
    height: 600px;
  }
}
.words {
  padding: 35px 0;
}
.words span {
  margin-left: 20px;
  font-style: italic;
}
@media (max-width: 800px) {
  .words {
    padding: 20px 0;
  }
  .words .txt {
    flex-wrap: wrap;
  }
  .words span {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.hp-scroll__nav {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  animation-delay: 0.3s;
  display: none;
}
@media (min-width: 768px) {
  .hp-scroll__nav {
    display: block;
    animation: animate-hp-scroll-nav 1s 0.5s forwards;
  }
}
.hp-scroll__nav li {
  text-align: right;
}
.hp-scroll__nav li.active a,
.hp-scroll__nav__item:hover {
  background-color: #fff;
  color: #fc4c01;
  box-shadow: -5px -5px 8px rgba(0, 0, 0, 0.15);
}
.hp-scroll__nav li.active .hp-scroll__nav__link,
.hp-scroll__nav__item:focus-within .hp-scroll__nav__link,
.hp-scroll__nav__item:hover .hp-scroll__nav__link {
  display: block;
  font-size: 16px;
  max-width: unset;
}
.hp-scroll__nav__item:hover:not(.active) a {
  opacity: 0.75;
}
.hp-scroll__nav li.active a:before {
  border-color: #fc4c01;
}
.hp-scroll__nav .active .hp-scroll__nav__link {
  margin-right: 13px;
  font-size: 17px;
}
.hp-scroll__nav__item {
  margin-right: 15px;
  padding: 12px 18px;
  border-radius: 20px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  color: #fc4c01;
  position: relative;
  font-size: 1rem;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.hp-scroll__nav__item:before {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  right: 8px;
}
.hp-scroll__nav__item:after,
.hp-scroll__nav__item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hp-scroll__nav__item:after {
  border: 1px solid #bfbfbf;
  background-color: #fc4c01;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 11px;
  margin-left: 13px;
}
.hp-scroll__nav__link {
  text-decoration: none;
  margin-right: 10px;
  margin-left: auto;
  font-weight: 600;
  font-size: 0;
  line-height: 1;
}
@keyframes animate-hp-scroll-nav {
  0% {
    transform: translateY(-50%) translateX(100%);
  }
  to {
    transform: translateY(-50%) translateX(0);
  }
}
.cpan {
  background-image: url('../images/bg4.jpg');
}
.cpan .left-info {
  width: 42%;
  padding-top: 50px;
}
.cpan .left-info .text-node {
  margin-top: 60px;
}
.cpan .oppress {
  border-radius: 16px;
  width: 50%;
  height: 530px;
}
.cpan.hzgc {
  background-image: url('../images/bg7.jpg');
}
.cpan.hzgc .left-info {
  padding-top: 0;
}
.cpan.hzgc .left-info .desc {
  margin-top: 80px;
}
.cpan.hzgc .left-info .text-node {
  margin-top: 40px;
}
@media (max-width: 1480px) {
  .cpan .oppress {
    height: 430px;
  }
}
@media (max-width: 800px) {
  .cpan .left-info {
    width: 100%;
    padding-top: 0;
  }
  .cpan .left-info .text-node {
    margin-top: 30px;
  }
  .cpan .oppress {
    width: 100%;
    height: 230px;
    margin-top: 20px;
  }
  .cpan.hzgc .main {
    flex-wrap: wrap;
  }
  .cpan.hzgc .left-info .desc {
    margin-top: 30px;
  }
  .cpan.hzgc .left-info .text-node {
    margin-top: 20px;
  }
}
.cpan-lists {
  background-image: url('../images/bg5.jpg');
  background-position: center top;
}
.cpan-lists .top-info .text-node {
  width: 47%;
}
.cpan-lists .ul {
  margin-top: 80px;
}
.cpan-lists .ul li {
  border-radius: 16px;
  background-color: #ffffff;
  min-height: 550px;
  padding: 75px 90px;
  box-sizing: border-box;
}
.cpan-lists .ul li .oppress {
  border-radius: 16px;
  width: 47%;
  height: 100%;
}
.cpan-lists .ul li .info-box {
  width: 47%;
}
.cpan-lists .ul li .info-box .desc {
  margin-top: 55px;
}
.cpan-lists .ul li .info-box .desc p {
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
}
.cpan-lists .ul li .info-box .desc p::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  position: absolute;
  top: 12px;
  left: 0;
}
.cpan-lists .ul li:not(:last-child) {
  margin-bottom: 70px;
}
.cpan-lists .ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.cpan-lists .ul li:hover .oppress img {
  transform: scale(1.1);
}
.cpan-lists .ul li:hover .tit {
  color: #fc4c01;
}
@media (max-width: 1480px) {
  .cpan-lists .ul li {
    height: auto;
    min-height: 450px;
    padding: 55px 70px;
    align-items: center;
  }
  .cpan-lists .ul li .oppress {
    border-radius: 16px;
    width: 47%;
    height: 100%;
  }
  .cpan-lists .ul li .info-box .desc {
    margin-top: 45px;
  }
  .cpan-lists .ul li:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 800px) {
  .cpan-lists .top-info .text-node {
    width: 100%;
    margin-top: 30px;
  }
  .cpan-lists .ul {
    margin-top: 30px;
  }
  .cpan-lists .ul li {
    height: auto;
    padding: 25px;
    flex-wrap: wrap;
  }
  .cpan-lists .ul li .oppress {
    width: 100%;
    height: 200px;
  }
  .cpan-lists .ul li .info-box {
    width: 100%;
    margin-top: 20px;
  }
  .cpan-lists .ul li .info-box .desc {
    margin-top: 15px;
  }
  .cpan-lists .ul li .info-box .desc p {
    margin-bottom: 8px;
    line-height: 1.6;
    padding-left: 15px;
  }
  .cpan-lists .ul li .info-box .desc p::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .cpan-lists .ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.same-disc-circle {
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
}
.same-disc-circle::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  position: absolute;
  top: 12px;
  left: 0;
}
.anx {
  background-color: #f6f6f6;
}
.anx .bg-box {
  height: 780px;
  background-image: url('../images/bg6.jpg');
  background-attachment: fixed;
}
.anx .content {
  padding: 70px 70px 30px;
  border-radius: 16px;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-top: -460px;
}
.anx .content ul {
  margin-right: -3%;
}
.anx .content ul li {
  width: 30.33%;
  margin-bottom: 40px;
  margin-right: 3%;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 36px 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  min-height: 270px;
  position: relative;
}
.anx .content ul li::before,
.anx .content ul li::after {
  content: '';
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 80%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
}
.anx .content ul li::after {
  width: 0;
  background-color: #fc4c01;
  transition: all 0.4s ease;
}
.anx .content ul li .num {
  font-size: 60px;
  position: relative;
  margin-top: -20px;
}
.anx .content ul li .num::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 0;
  height: 11px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  transition: all 0.4s ease;
  z-index: 1;
}
.anx .content ul li .num span {
  z-index: 9;
  position: relative;
}
.anx .content ul li .info {
  width: 78%;
}
.anx .content ul li .info .title {
  margin-bottom: 15px;
}
.anx .content ul li:hover::after {
  width: 80%;
}
.anx .content ul li:hover .num::before {
  width: 65px;
}
.anx.xstg {
  position: relative;
  z-index: 88;
  background-color: transparent;
}
.anx.xstg .bg-box {
  height: 780px;
  background-image: url('../images/bg13.jpg');
}
.anx.xstg .content {
  padding: 120px 90px;
}
.anx.xstg .content .left-box {
  width: 45%;
}
.anx.xstg .content .left-box .desc {
  margin-bottom: 60px;
}
.anx.xstg .content .circle-box {
  position: relative;
  width: 520px;
  height: 520px;
}
.anx.xstg .content .circle-box::after {
  content: '';
  width: 492px;
  height: 491px;
  position: absolute;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: dashed;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anx.xstg .content .circle-box::before {
  content: '';
  border-radius: 50%;
  background-color: #fef8f2;
  width: 416px;
  height: 415px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anx.xstg .content .circle-box .center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 27;
  width: 278px;
  height: 287px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.anx.xstg .content .circle-box .center-circle::after {
  content: '';
  width: 75%;
  height: 75%;
  position: absolute;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: dashed;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anx.xstg .content .circle-box .center-circle .circle-bg {
  border-radius: 50%;
  background-color: #ffffff;
  width: 114px;
  height: 113px;
}
.anx.xstg .content .circle-box .center-circle .circle-bg .txt {
  width: 48px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.anx.xstg .content .circle-box .circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 440px;
  height: 440px;
  animation: rotate 20s linear infinite;
  transform: translate(-50%, -50%);
}
.anx.xstg .content .circle-box .circle-icon .icon-box {
  position: absolute;
  width: 76px;
  height: 76px;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 50%;
}
.anx.xstg .content .circle-box .circle-icon .icon-box:nth-child(1) {
  top: 0;
  left: 0;
}
.anx.xstg .content .circle-box .circle-icon .icon-box:nth-child(2) {
  top: -80px;
  left: 200px;
}
.anx.xstg .content .circle-box .circle-icon .icon-box:nth-child(3) {
  top: 30px;
  left: 400px;
}
.anx.xstg .content .circle-box .circle-icon .icon-box:nth-child(4) {
  top: 240px;
  left: 420px;
}
.anx.xstg .content .circle-box .circle-icon .icon-box:nth-child(5) {
  top: 400px;
  left: 300px;
}
.anx.xstg .content .circle-box .circle-icon .icon-box:nth-child(6) {
  top: 390px;
  left: 70px;
}
.anx.xstg .content .circle-box .circle-icon .icon-box:nth-child(7) {
  top: 220px;
  left: -60px;
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (max-width: 1480px) {
  .anx .content {
    padding: 70px 50px 30px;
  }
  .anx .content ul li {
    padding: 36px 20px;
  }
  .anx .content ul li::before,
  .anx .content ul li::after {
    bottom: 35px;
  }
  .anx .content ul li::after {
    width: 0;
    background-color: #fc4c01;
    transition: all 0.4s ease;
  }
  .anx .content ul li .num {
    font-size: 50px;
    margin-top: -10px;
  }
  .anx .content ul li .num::before {
    top: 50px;
  }
}
@media (max-width: 1080px) {
  .anx.xstg .bg-box {
    height: 520px;
  }
  .anx.xstg .content {
    padding: 40px 20px 0;
    flex-wrap: wrap;
  }
  .anx.xstg .content .left-box {
    width: 100%;
  }
  .anx.xstg .content .left-box .desc {
    margin-bottom: 30px;
  }
  .anx.xstg .content .left-box .logo-box {
    width: 80%;
    margin: 0 auto;
  }
  .anx.xstg .content .circle-box {
    height: 480px;
    transform: scale(0.5);
    margin-top: -60px;
  }
}
@media (max-width: 800px) {
  .anx {
    padding-bottom: 40px;
  }
  .anx .bg-box {
    height: 520px;
  }
  .anx .content {
    padding: 20px;
    margin-top: -360px;
  }
  .anx .content ul {
    margin-right: 0;
  }
  .anx .content ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 25px 25px 45px;
    min-height: auto;
  }
  .anx .content ul li::before,
  .anx .content ul li::after {
    bottom: 25px;
  }
  .anx .content ul li .num {
    font-size: 40px;
    margin-top: -10px;
  }
  .anx .content ul li .num::before {
    top: 40px;
  }
  .anx .content ul li:hover .num::before {
    width: 45px;
  }
}
.kxx {
  background-image: url('../images/bg7.jpg');
}
.kxx .left-info {
  padding-top: 0;
}
@media (max-width: 800px) {
  .kxx .left-info {
    margin-top: 20px;
  }
  .kxx .oppress {
    margin-top: 0;
  }
}
.hgx {
  position: relative;
  height: 870px;
}
.hgx .left-info {
  width: 50%;
}
.hgx .left-info .text-node {
  width: 60%;
  margin-left: 60px;
}
.hgx .content {
  width: 78%;
  height: 448px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 99;
  margin: 70px auto 0;
}
.hgx .content .oppress {
  width: 50%;
  height: 100%;
}
.hgx .content .info-box {
  width: 50%;
  padding: 50px 70px 0;
  box-sizing: border-box;
}
.hgx .content .info-box .row {
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.hgx .content .info-box .row .name {
  margin-right: 10px;
}
.hgx .content .info-box .row::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  transition: all 0.4s ease;
}
.hgx .content .info-box .row:hover::after {
  width: 100%;
}
.hgx .content .info-box .row:hover .name {
  color: #fc4c01;
}
.hgx .bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1480px) {
  .hgx .content {
    width: 88%;
  }
  .hgx .content .info-box {
    padding: 50px 50px 0;
  }
}
@media (max-width: 800px) {
  .hgx {
    height: auto;
  }
  .hgx .left-info {
    width: 100%;
  }
  .hgx .left-info .text-node {
    width: 100%;
    margin-left: 20px;
  }
  .hgx .bg {
    display: none;
  }
  .hgx .content {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    margin: 30px auto 0;
  }
  .hgx .content .oppress {
    width: 100%;
    height: 250px;
  }
  .hgx .content .info-box {
    width: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
  }
  .hgx .content .info-box .row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .hgx .content .info-box .row .name {
    margin-right: 8px;
  }
  .hgx .content .info-box .row p.op7 {
    flex: 1;
  }
}
.brand-lists {
  background-color: #f6f6f6;
}
.brand-lists .right-links a {
  width: 240px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin-left: 35px;
  /*background-image: -moz-linear-gradient(180deg, #585d63 0%, #2d3238 100%);*/
  /*background-image: -webkit-linear-gradient(180deg, #585d63 0%, #2d3238 100%);*/
  /*background-image: -ms-linear-gradient(180deg, #585d63 0%, #2d3238 100%);*/
  border-radius: 32px;
}
/*.brand-lists .right-links a:hover,*/
/*.brand-lists .right-links a.active {*/
/*  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);*/
/*  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);*/
/*  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);*/
/*}*/
.home-news .right-links a{
    background-image: none;
}
.home-news .right-links a:hover{
    background-image: none;
}
.brand-lists .top-info {
  padding-bottom: 85px;
  margin-bottom: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.brand-lists .content .aside-nav {
  width: 280px;
}
.brand-lists .content .aside-nav .search-box {
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border-radius: 32px;
  padding-right: 30px;
  box-sizing: border-box;
}
.brand-lists .content .aside-nav .search-box input {
  line-height: 64px;
  padding-left: 30px;
  width: 96%;
  box-sizing: border-box;
}
.brand-lists .content .aside-nav .search-box .search {
  cursor: pointer;
}
.brand-lists .content .aside-nav .ul {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  margin-top: 45px;
  padding: 50px;
  box-sizing: border-box;
}
.brand-lists .content .aside-nav .ul li {
  margin-bottom: 45px;
}
.brand-lists .content .aside-nav .ul li a .icon-box {
  width: 100px;
  height: 100px;
  background-color: #f7f6f6;
  border-radius: 50%;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
}
.brand-lists .content .aside-nav .ul li a .icon-box .default,
.brand-lists .content .aside-nav .ul li a .icon-box .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}
.brand-lists .content .aside-nav .ul li a .icon-box .hover {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 100px);
}
.brand-lists .content .aside-nav .ul li a p {
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.brand-lists .content .aside-nav .ul li.active .icon-box,
.brand-lists .content .aside-nav .ul li:hover .icon-box {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.brand-lists .content .aside-nav .ul li.active .icon-box .default,
.brand-lists .content .aside-nav .ul li:hover .icon-box .default {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100px);
}
.brand-lists .content .aside-nav .ul li.active .icon-box .hover,
.brand-lists .content .aside-nav .ul li:hover .icon-box .hover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.brand-lists .content .lists-box {
  width: calc(100% - 325px);
}
.brand-lists .content .lists-box .box {
  width: 100%;
  margin-bottom: 35px;
  border-radius: 16px;
  background-color: #fff;
}
.brand-lists .content .lists-box .box:last-child {
  margin-bottom: 0;
}
.brand-lists .content .lists-box .box .top {
  height: 120px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  padding: 0 65px;
  border-radius: 16px;
  box-sizing: border-box;
}
.brand-lists .content .lists-box .box .top .left {
  transform: rotate(-180deg);
}
.brand-lists .content .lists-box .box .top span {
  margin: 0 20px;
}
.brand-lists .content .lists-box .lists {
  padding: 60px 60px 20px;
}
.brand-lists .content .lists-box .lists .ul {
  margin-right: -3%;
}
.brand-lists .content .lists-box .lists .ul li {
  width: 30.33%;
  margin-bottom: 40px;
  margin-right: 3%;
}
.brand-lists .content .lists-box .lists .ul li .a {
  background-color: #f6f6f6;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.brand-lists .content .lists-box .lists .ul li .a .oppress {
  height: 276px;
  width: 100%;
}
.brand-lists .content .lists-box .lists .ul li .a .pic-box {
  position: absolute;
  top: 220px;
  right: 30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
}
.brand-lists .content .lists-box .lists .ul li .a .pic-box img {
  max-width: 80%;
  max-height: 80%;
}
.brand-lists .content .lists-box .lists .ul li .a .info {
  padding: 35px 30px 40px;
}
.brand-lists .content .lists-box .lists .ul li .a .info .desc {
  margin: 15px 0 30px;
  position: relative;
  padding-left: 16px;
}
.brand-lists .content .lists-box .lists .ul li .a .info .desc::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  position: absolute;
  top: 10px;
  left: 0;
}
/*.brand-lists .content .lists-box .lists .ul li a:hover .more {*/
/*  color: #fff;*/
/*  border-color: transparent;*/
/*}*/
/*.brand-lists .content .lists-box .lists .ul li a:hover .more::before {*/
/*  width: 100%;*/
/*}*/
/*.brand-lists .content .lists-box .lists .ul li a:hover .more .icon-box .white {*/
/*  display: block;*/
/*}*/
/*.brand-lists .content .lists-box .lists .ul li a:hover .more .icon-box .default {*/
/*  display: none;*/
/*}*/
@media (max-width: 1480px) {
  .brand-lists .content .aside-nav {
    width: 240px;
  }
  .brand-lists .content .aside-nav .ul {
    margin-top: 35px;
    padding: 40px;
  }
  .brand-lists .content .aside-nav .ul li {
    margin-bottom: 35px;
  }
  .brand-lists .content .aside-nav .ul li a .icon-box {
    width: 80px;
    height: 80px;
  }
  .brand-lists .content .aside-nav .ul li a .icon-box .default,
  .brand-lists .content .aside-nav .ul li a .icon-box .hover {
    height: 35px;
  }
  .brand-lists .content .lists-box {
    width: calc(100% - 280px);
  }
  .brand-lists .content .lists-box .box {
    margin-bottom: 35px;
  }
  .brand-lists .content .lists-box .box .top {
    height: 90px;
  }
  .brand-lists .content .lists-box .lists {
    padding: 50px 50px 20px;
  }
  .brand-lists .content .lists-box .lists .ul {
    margin-right: -3%;
  }
  .brand-lists .content .lists-box .lists .ul li {
    width: 30.33%;
    margin-bottom: 30px;
    margin-right: 3%;
  }
  .brand-lists .content .lists-box .lists .ul li .a .oppress {
    height: 220px;
    width: 100%;
  }
  .brand-lists .content .lists-box .lists .ul li .a .pic-box {
    top: 178px;
    right: 10px;
    width: 90px;
    height: 90px;
  }
  .brand-lists .content .lists-box .lists .ul li .a .info {
    padding: 25px 20px 30px;
  }
}
@media (max-width: 800px) {
  .brand-lists .right-links {
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
  }
  .brand-lists .right-links a {
    width: 48%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-left: 0;
    border-radius: 24px;
  }
  .brand-lists .top-info {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .prScroll,
  .brand-lists .content .aside-nav {
    width: 100%;
  }
  .brand-lists .content .aside-nav .ul {
    margin-top: 20px;
    padding: 30px 20px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .brand-lists .content .aside-nav .ul li {
    margin-bottom: 20px;
    width: 33.33%;
  }
  .brand-lists .content .aside-nav .ul li a .icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
  }
  .brand-lists .content .aside-nav .ul li a .icon-box .default,
  .brand-lists .content .aside-nav .ul li a .icon-box .hover {
    height: 25px;
  }
  .brand-lists .content .aside-nav .ul li a p {
    width: 82px;
  }
  .brand-lists .content .lists-box {
    width: 100%;
    margin-top: 30px;
  }
  .brand-lists .content .lists-box .box {
    margin-bottom: 25px;
  }
  .brand-lists .content .lists-box .box .top {
    height: 70px;
    justify-content: center;
  }
  .brand-lists .content .lists-box .lists {
    padding: 30px 20px 10px;
  }
  .brand-lists .content .lists-box .lists .ul {
    margin-right: 0;
  }
  .brand-lists .content .lists-box .lists .ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .brand-lists .content .lists-box .lists .ul li .a .oppress {
    height: 220px;
    width: 100%;
  }
}
#crumbs {
  white-space: nowrap;
}
#crumbs a span,
#crumbs .split span {
  opacity: 0.7;
}
#crumbs .ul {
  flex: 1;
}
#crumbs .split {
  font-size: 18px;
  margin: 0 0.4em;
  opacity: 0.7;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch .icon {
  margin-right: 5px;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  opacity: 1;
  color: #fc4c01;
}
@media (max-width: 800px) {
  #crumbs {
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}
.same-details .top-box .back .char,
.brand-details .top-box .back .char {
  margin-left: 10px;
}
.same-details .top-box .back .icon,
.brand-details .top-box .back .icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 47px;
}
.same-details .top-box .back:hover,
.brand-details .top-box .back:hover {
  color: #fc4c01;
  opacity: 1;
}
.same-details .top-box .back:hover .icon,
.brand-details .top-box .back:hover .icon {
  color: #fff;
  background-color: #fc4c01;
}
.same-details .article,
.brand-details .article {
  margin: 50px auto 0;
}
.same-details .article .tit,
.brand-details .article .tit {
  font-size: 45px;
}
.same-details .article .tag-box,
.brand-details .article .tag-box {
  margin: 70px 0 65px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.same-details .article .tag-box .date,
.brand-details .article .tag-box .date {
  margin-right: 40px;
}
.same-details .article .desc,
.brand-details .article .desc {
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.8;
}
.same-details .article .desc a,
.brand-details .article .desc a {
  display: inline-block;
}
.same-details .btn-box,
.brand-details .btn-box {
  margin-top: 90px;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.same-details .btn-box a,
.brand-details .btn-box a {
  opacity: 0.9;
}
.same-details .btn-box a.btn,
.brand-details .btn-box a.btn {
  width: 30%;
}
.same-details .btn-box a.btn span,
.brand-details .btn-box a.btn span {
  flex: 1;
}
.same-details .btn-box a.btn .icon,
.brand-details .btn-box a.btn .icon {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 0.7;
}
.same-details .btn-box a.btn:hover .icon,
.brand-details .btn-box a.btn:hover .icon {
  opacity: 1;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  border-color: transparent;
}
.same-details .btn-box a.prev .icon,
.brand-details .btn-box a.prev .icon {
  margin-right: 10px;
}
.same-details .btn-box a.next .icon,
.brand-details .btn-box a.next .icon {
  margin-left: 10px;
}
.same-details .btn-box a:hover,
.brand-details .btn-box a:hover {
  color: #fc4c01;
  opacity: 1;
}
.same-details .btn-box .back .icon,
.brand-details .btn-box .back .icon {
  margin-right: 10px;
}
.same-details.yxl-details .article,
.brand-details.yxl-details .article {
  width: 90%;
  margin: 85px auto 0;
}
@media (max-width: 800px) {
  .same-details .top-box,
  .brand-details .top-box {
    flex-wrap: wrap;
    padding-top: 30px;
    position: relative;
  }
  .same-details .top-box .back,
  .brand-details .top-box .back {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .same-details .article,
  .brand-details .article {
    margin: 35px auto 0;
    width: 100%;
  }
  .same-details .article .tit,
  .brand-details .article .tit {
    font-size: 28px;
  }
  .same-details .article .tag-box,
  .brand-details .article .tag-box {
    margin: 15px 0 30px;
  }
  .same-details .article .tag-box .date,
  .brand-details .article .tag-box .date {
    margin-right: 10px;
  }
  .same-details .article .desc,
  .brand-details .article .desc {
    line-height: 1.6;
  }
  .same-details .btn-box,
  .brand-details .btn-box {
    margin-top: 40px;
    padding: 20px 0;
  }
  .same-details .btn-box a.btn,
  .brand-details .btn-box a.btn {
    width: 46%;
  }
  .same-details .btn-box a.btn .icon,
  .brand-details .btn-box a.btn .icon {
    display: none;
  }
  .same-details .btn-box .back,
  .brand-details .btn-box .back {
    display: none;
  }
  .same-details.yxl-details .article,
  .brand-details.yxl-details .article {
    width: 100%;
    margin: 35px auto 0;
  }
}
.qyzr-top ul li .oppress {
  border-radius: 16px;
  width: 47%;
  height: 530px;
}
.qyzr-top ul li .left-info {
  width: 47%;
}
.qyzr-top ul li .left-info .text-node {
  margin-top: 60px;
}
.qyzr-top ul li:not(:last-child) {
  margin-bottom: 90px;
}
.qyzr-top ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.qyzr-top ul li:hover .oppress img {
  transform: scale(1.1);
}
.qyzr-top.shyxl-top ul li a:hover .more {
  color: #fff;
  border-color: transparent;
}
.qyzr-top.shyxl-top ul li a:hover .more::before {
  width: 100%;
}
.qyzr-top.shyxl-top ul li a:hover .more .icon-box .white {
  display: block;
}
.qyzr-top.shyxl-top ul li a:hover .more .icon-box .default {
  display: none;
}
.qyzr-top.shyxl-top ul li:nth-child(even) a {
  flex-direction: row-reverse;
}
@media (max-width: 1480px) {
  .qyzr-top ul li .oppress {
    height: 430px;
  }
}
@media (max-width: 800px) {
  .qyzr-top ul li {
    flex-wrap: wrap;
  }
  .qyzr-top ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .qyzr-top ul li .left-info {
    width: 100%;
  }
  .qyzr-top ul li .left-info .text-node {
    margin-top: 20px;
  }
  .qyzr-top ul li .oppress {
    width: 100%;
    height: 230px;
    margin-top: 20px;
  }
  .qyzr-top.shyxl-top ul li a {
    flex-wrap: wrap;
  }
  .qyzr-top.shyxl-top ul li .oppress {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cjzc {
  background-image: url('../images/bg7.jpg');
}
.cjzc .left-box .info {
  width: 700px;
  min-height: 400px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 118px;
  box-sizing: border-box;
  margin-top: 165px;
  position: relative;
  z-index: 99;
}
.cjzc .left-box .info .icon-dh {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.cjzc .left-box .info .desc {
  line-height: 2.8;
  margin-top: 20px;
}
.cjzc .oppress {
  width: 68%;
  height: 530px;
  margin-left: -12%;
  border-radius: 16px;
}
@media (max-width: 1480px) {
  .cjzc .left-box .info {
    width: 600px;
    min-height: 320px;
    padding: 88px;
  }
  .cjzc .oppress {
    width: 76%;
    height: 500px;
  }
}
@media (max-width: 800px) {
  .cjzc .main {
    flex-wrap: wrap;
  }
  .cjzc .left-box .info {
    width: 100%;
    min-height: auto;
    padding: 88px 30px;
    margin-top: 35px;
  }
  .cjzc .left-box .info .icon-dh {
    width: 60px;
    top: -30px;
  }
  .cjzc .oppress {
    width: 100%;
    height: 300px;
    margin-left: 0;
    margin-top: -50px;
  }
}
.kh {
  background-image: url('../images/bg8.jpg');
}
.kh .top-box .txt span {
  font-style: italic;
  margin-left: 25px;
}
.kh .desc-content {
  height: 712px;
  width: 100%;
  margin-top: 95px;
}
.kh .desc-content .left-nav {
  padding: 40px 0;
  width: 30%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.kh .desc-content .left-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 27px;
  width: calc(100% - 27px);
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  border-radius: 16px 0 0 16px;
}
.kh .desc-content .left-nav .item {
  height: 80px;
  width: 92%;
  padding: 15px 50px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  margin-top: 10px;
  cursor: pointer;
}
.kh .desc-content .left-nav .item::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 30px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
}
.kh .desc-content .left-nav .item.on {
  background-image: url('../images/bg9.png');
  background-size: 100% 100%;
  background-position: -4.5px top;
  background-repeat: no-repeat;
}
.kh .desc-content .left-nav .item.on::before {
  opacity: 1;
}
.kh .desc-content .right-box {
  width: 70%;
  background-color: #fff;
  padding: 50px 84px;
  border-radius: 0 16px 16px 0;
  box-sizing: border-box;
}
.kh .desc-content .right-box .info-swiper2 {
  width: 100%;
}
.kh .desc-content .right-box .info-swiper2 .swiper-slide .tit {
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid #e5e5e5;
}
.kh .desc-content .right-box .info-swiper2 .swiper-slide .desc {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
@media (max-width: 1480px) {
  .kh .desc-content {
    height: 712px;
    width: 100%;
    margin-top: 95px;
  }
  .kh .desc-content .left-nav {
    width: 38%;
  }
  .kh .desc-content .left-nav .item {
    width: 98%;
    padding: 15px 30px 0 50px;
  }
  .kh .desc-content .right-box {
    width: 62%;
    padding: 50px 54px;
  }
  .kh .desc-content .right-box .info-swiper2 .swiper-slide .tit {
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
  .kh .desc-content .right-box .info-swiper2 .swiper-slide .desc {
    line-height: 1.6;
  }
}
@media (max-width: 800px) {
  .kh .top-box {
    flex-wrap: wrap;
  }
  .kh .top-box .txt {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .kh .top-box .txt span {
    margin-top: 10px;
    margin-left: 0;
  }
  .kh .desc-content {
    height: auto;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .kh .desc-content .left-nav {
    width: 100%;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    padding: 10px 0;
    background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
    background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
    background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
    border-radius: 10px;
  }
  .kh .desc-content .left-nav::before {
    display: none;
  }
  .kh .desc-content .left-nav .item {
    width: auto;
    display: inline-block;
    height: 100%;
    border-radius: 10px;
    padding: 20px 30px;
  }
  .kh .desc-content .left-nav .item::before {
    top: 28px;
    right: auto;
    left: 10px;
  }
  .kh .desc-content .left-nav .item.on {
    background-image: none;
  }
  .kh .desc-content .right-box {
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .kh .desc-content .right-box .info-swiper2 .swiper-slide .tit {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.smyj {
  background-image: url('../images/bg10.jpg');
}
.smyj .desc-content {
  width: 100%;
  margin-top: 95px;
  background-color: #fff;
  padding: 70px 10%;
  border-radius: 16px;
  box-sizing: border-box;
}
.smyj .desc-content .yj-nav {
  width: 45%;
}
.smyj .desc-content .yj-nav .item {
  cursor: pointer;
}
.smyj .desc-content .yj-nav .item .title {
  padding-left: 25px;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}
.smyj .desc-content .yj-nav .item .title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 13px;
  height: 12px;
  background-image: url('../images/star.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.smyj .desc-content .yj-nav .item .text-node {
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  transition: all 0.6s ease;
}
.smyj .desc-content .yj-nav .item:not(:last-child) {
  margin-bottom: 45px;
}
.smyj .desc-content .yj-nav .item.on .title {
  color: #fc4c01;
  padding-left: 0;
}
.smyj .desc-content .yj-nav .item.on .title::before {
  opacity: 0;
}
.smyj .desc-content .yj-nav .item.on .text-node {
  height: auto;
}
.smyj .desc-content .right-box {
  width: 46%;
}
.smyj .desc-content .right-box .info-swiper {
  width: 100%;
  height: 385px;
}
.smyj .desc-content .right-box .info-swiper .swiper-slide .oppress {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media (max-width: 1480px) {
  .smyj .desc-content {
    padding: 50px 6%;
  }
}
@media (max-width: 800px) {
  .smyj .desc-content {
    margin-top: 40px;
    padding: 30px 20px;
    flex-wrap: wrap;
  }
  .smyj .desc-content .yj-nav {
    width: 100%;
  }
  .smyj .desc-content .yj-nav .item .title::before {
    top: 8px;
  }
  .smyj .desc-content .yj-nav .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .smyj .desc-content .right-box {
    width: 100%;
    margin-top: 20px;
  }
  .smyj .desc-content .right-box .info-swiper {
    width: 100%;
    height: 250px;
  }
}
.jzg {
  background-image: url('../images/bg8.jpg');
}
.jzg .desc-content .nav-lists {
  margin: 70px 0 40px;
  background-color: #ffffff;
  height: auto;
  border-radius: 32px;
   flex-wrap:wrap;
}
.jzg .desc-content .nav-lists .item {
  padding: 14px 16px;
  line-height: normal;
  border-radius: 32px;
  cursor: pointer;
  font-size: 12px;
}
.jzg .desc-content .nav-lists .item.on {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.jzg .desc-content .info-swiper3 {
  width: 100%;
}
.jzg .desc-content .info-box .left {
  width: 52%;
  background-color: #fff;
  padding: 60px;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 66;
}
.jzg .desc-content .info-box .left .title {
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid #e5e5e5;
}
.jzg .desc-content .info-box .oppress {
  margin-left: -4%;
  width: 54%;
  min-height: 562px;
  border-radius: 16px;
}
@media (max-width: 1480px) {
    .jzg .desc-content .nav-lists {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    height: 50px;
    border-radius: 25px;
    margin: 40px 0 30px;
  }
  .jzg .desc-content .nav-lists .item {
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 800px) {
  
  .jzg .desc-content .info-box {
    flex-wrap: wrap;
  }
  .jzg .desc-content .info-box .left {
    width: 100%;
    padding: 30px 20px 40px;
  }
  .jzg .desc-content .info-box .left .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .jzg .desc-content .info-box .oppress {
    margin-left: 0;
    margin-top: -30px;
    width: 100%;
    min-height: 272px;
  }
}
.qyzr-bottom .links-box {
  width: 80%;
  margin: 0 auto;
}
.qyzr-bottom .links-box a {
  width: 48%;
}
.qyzr-bottom .links-box a .oppress {
  margin-bottom: 20px;
  width: 100%;
  height: 385px;
  border-radius: 16px;
}
.qyzr-bottom .links-box a .name .icon {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 20px;
  width: 35px;
  height: 35px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 24px;
}
.qyzr-bottom .links-box a:hover .name .icon {
  color: #fff;
  border-color: transparent;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.qyzr-bottom.shyxl-bottom {
  background-image: url('../images/bg7.jpg');
}
.qyzr-bottom.shyxl-bottom .links-box {
  margin-top: 85px;
  width: 100%;
}
.qyzr-bottom.shyxl-bottom .links-box a {
  width: 31%;
}
@media (max-width: 1480px) {
  .qyzr-bottom .links-box {
    width: 90%;
  }
  .qyzr-bottom .links-box a .oppress {
    height: 320px;
  }
}
@media (max-width: 800px) {
  .qyzr-bottom .links-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .qyzr-bottom .links-box a {
    width: 100%;
    margin-bottom: 30px;
  }
  .qyzr-bottom .links-box a:last-child {
    margin-bottom: 0;
  }
  .qyzr-bottom .links-box a .oppress {
    margin-bottom: 20px;
    height: 250px;
  }
  .qyzr-bottom .links-box a .name .icon {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 20px;
    width: 35px;
    height: 35px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
  }
  .qyzr-bottom.shyxl-bottom .links-box {
    margin-top: 35px;
  }
  .qyzr-bottom.shyxl-bottom .links-box a {
    width: 100%;
  }
}
.wlck .oppress {
  width: 45%;
  border-radius: 16px 16px 0 0;
}
.wlck .left-info {
  width: 50%;
}
.wlck .left-info .desc {
  margin-top: 90px;
}
.wlck .left-info .desc .item {
  cursor: pointer;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wlck .left-info .desc .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wlck .left-info .desc .item .info {
  height: 0;
  transition: all 0.6s ease;
}
.wlck .left-info .desc .item .top {
  padding: 40px 0;
  font-weight: bold;
}
.wlck .left-info .desc .item .top .icon-box {
  width: 20px;
  height: 20px;
  background-image: url('../images/add.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.wlck .left-info .desc .item.on {
  padding-bottom: 40px;
}
.wlck .left-info .desc .item.on .top {
  color: #fc4c01;
}
.wlck .left-info .desc .item.on .top .title{
    width: 80%;
}
.wlck .left-info .desc .item.on .top .icon-box {
  background-image: url('../images/reduce.png');
   transform: rotate(45deg) scale(.7);
}
.wlck .left-info .desc .item.on .info {
  height: auto;
  margin-top: -10px;
}
@media (max-width: 800px) {
  .wlck .main {
    flex-wrap: wrap;
  }
  .wlck .oppress {
    width: 100%;
    height: 320px;
    border-radius: 16px ;
  }
  .wlck .left-info {
    width: 100%;
    margin-top: 30px;
  }
  .wlck .left-info .desc {
    margin-top: 30px;
  }
  .wlck .left-info .desc .item .top {
    padding: 30px 0;
  }
  .wlck .left-info .desc .item.on {
    padding-bottom: 30px;
  }
}
.zrcn {
  background-image: url('../images/bg11.jpg');
}
.zrcn .top-box .text-node {
  width: 50%;
}
.zrcn .zrcn-lists {
  margin-right: -3%;
  margin-top: 80px;
}
.zrcn .zrcn-lists .item {
  width: 22%;
  margin-right: 3%;
  border-radius: 16px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.zrcn .zrcn-lists .item .oppress {
  height: 240px;
  width: 100%;
  border-radius: 16px;
}
.zrcn .zrcn-lists .item .title {
  margin: 35px 0;
}
.zrcn .zrcn-lists .item .title img {
  margin-right: 10px;
}
.zrcn .zrcn-lists .item:hover .title {
  color: #fc4c01;
}
.zrcn .zrcn-lists .item:hover .oppress img {
  transform: scale(1.1);
}
.zrcn.hjgl {
  background-image: url('../images/bg7.jpg');
}
.zrcn.hjgl .zrcn-lists {
  margin-right: 0;
}
.zrcn.hjgl .zrcn-lists .item {
  /*width: 30%;*/
  padding: 50px 40px;
  /*height: 570px;*/
  box-sizing: border-box;
}
.zrcn.hjgl .zrcn-lists .item .oppress {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 60px;
}
.zrcn.qqyw .zrcn-lists .item .oppress {
  font-size: 45px;
  background-image: -moz-linear-gradient(0deg, #00cf73 0%, #009640 100%);
  background-image: -webkit-linear-gradient(0deg, #00cf73 0%, #009640 100%);
  background-image: -ms-linear-gradient(0deg, #00cf73 0%, #009640 100%);
}
.zrcn.qqyw .zrcn-lists .item:nth-of-type(2n) .oppress {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.zrcn.qqyw .zrcn-lists .item:nth-of-type(3n) .oppress {
  background-image: -moz-linear-gradient(0deg, #4bbde3 0%, #0560ab 100%);
  background-image: -webkit-linear-gradient(0deg, #4bbde3 0%, #0560ab 100%);
  background-image: -ms-linear-gradient(0deg, #4bbde3 0%, #0560ab 100%);
}
.zrcn.ywfg {
  background-image: none;
}
.zrcn.ywfg .zrcn-lists {
  margin-bottom: -60px;
  margin-right: 0;
}
.zrcn.ywfg .zrcn-lists .item {
  width: 25%;
  margin-right: 0;
  padding: 0;
  margin-bottom: 60px;
}
.zrcn.ywfg .zrcn-lists .item .oppress {
  width: auto;
  height: auto;
  max-height: 367px;
  max-width: 367px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.zrcn.ywfg .zrcn-lists .item .title {
  height: 200px;
  padding-top: 15px;
  position: absolute;
  bottom: -180px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  box-shadow: inset 0px 3px 25px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #4bbde3 0%, #0560ab 100%);
  background-image: -webkit-linear-gradient(0deg, #4bbde3 0%, #0560ab 100%);
  background-image: -ms-linear-gradient(0deg, #4bbde3 0%, #0560ab 100%);
}
.zrcn.ywfg .zrcn-lists .item:hover .title {
  color: #fff;
}
.zrcn.ywfg .zrcn-lists .item:nth-of-type(2n) .title {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.zrcn.dsfx .zrcn-lists .item .pic {
  background-color: #f7f6f6;
  margin-bottom: 55px;
}
.zrcn.dsfx .zrcn-lists .item .pic img {
  max-width: 80%;
  max-height: 80%;
}
.zrcn.dsfx .zrcn-lists .item .title {
  margin: 35px 0;
}
.zrcn.dsfx .zrcn-lists .item .title img {
  margin-right: 10px;
}
.zrcn.dsfx .zrcn-lists .item:hover .title {
  color: #fc4c01;
}
.zrcn.dsfx .zrcn-lists .item:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 1680px) {
  .zrcn.ywfg .zrcn-lists .item {
    width: 25%;
    margin-right: 0;
    padding: 0;
    margin-bottom: 60px;
  }
  .zrcn.ywfg .zrcn-lists .item .oppress {
    max-height: inherit;
    max-width: 80%;
  }
}
@media (max-width: 1480px) {
  .zrcn .zrcn-lists {
    margin-right: -2%;
  }
  .zrcn .zrcn-lists .item {
    width: 23%;
    margin-right: 2%;
    padding: 20px;
  }
  .zrcn .zrcn-lists .item .oppress {
    height: 200px;
  }
  .zrcn .zrcn-lists .item .title {
    margin: 10px 0;
  }
   .zrcn.hjgl .zrcn-lists .item .oppress {
    margin-bottom: 40px;
  }
  .zrcn.ywfg .zrcn-lists .item .title {
  font-size:20px;
          bottom: -128px;
        padding: 22px 10%;
  box-sizing: border-box;
  }
}
@media (max-width: 800px) {
  .zrcn .top-box {
    flex-wrap: wrap;
  }
  .zrcn .top-box .text-node {
    width: 100%;
    margin-top: 30px;
  }
  .zrcn .zrcn-lists {
    margin-right: 0;
    margin-top: 30px;
  }
  .zrcn .zrcn-lists .item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
  .zrcn .zrcn-lists .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .zrcn .zrcn-lists .item .oppress {
    height: 200px;
  }
  .zrcn .zrcn-lists .item .title {
    margin: 20px 0;
  }
  .zrcn.hjgl .zrcn-lists {
    margin-right: 0;
  }
 .zrcn.hjgl .zrcn-lists .item {
    width: 100%;
    margin-right: 0;
    padding: 30px ;
    
     height: auto;
  }
 
  .zrcn.hjgl .zrcn-lists .item .oppress {
    width: 150px;
    height: 150px;
    margin: 0 auto 35px;
  }
  .zrcn.ywfg {
    background-image: none;
  }
  .zrcn.ywfg .zrcn-lists {
    margin-bottom: -30px;
  }
  .zrcn.ywfg .zrcn-lists .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .zrcn.ywfg .zrcn-lists .item .title {
    height: 100px;
    padding-top: 10px;
   bottom: -57px;
        font-size: 12px;
  }
}
.inclusion .inclusion-swiper {
  margin-top: 80px;
  min-height: 480px;
  margin-right: -6%;
}
.inclusion .inclusion-swiper .info-box {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #f7f6f6;
}
.inclusion .inclusion-swiper .info-box .oppress {
  width: 55%;
  border-radius: 16px;
}
.inclusion .inclusion-swiper .info-box .right {
  width: 45%;
  padding: 94px 42px;
  box-sizing: border-box;
}
.inclusion .inclusion-swiper .info-box .right .text-node {
  margin: 40px 0 45px;
}
.inclusion .inclusion-swiper .info-box .right .num-box {
  text-align: right;
}
.inclusion .inclusion-swiper .swiper-change {
  width: 78%;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.inclusion .inclusion-swiper .swiper-change .btn {
  width: 69px;
}
.inclusion .inclusion-swiper .swiper-change .swiper-button-prev {
  opacity: 0;
}
.inclusion.scfx .top-box .scfx-nav .item {
  width: 200px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 32px;
  margin-left: 28px;
  cursor: pointer;
}
.inclusion.scfx .top-box .scfx-nav .item .pic {
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.inclusion.scfx .top-box .scfx-nav .item .pic img {
  width: 100%;
  height: 100%;
}
.inclusion.scfx .top-box .scfx-nav .item.on {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.inclusion.scfx .top-box .scfx-nav .item.on .pic {
  background-color: #fff;
}
@media (max-width: 800px) {
  .inclusion .inclusion-swiper {
    margin-top: 40px;
    min-height: auto;
    margin-right: 0;
  }
  .inclusion .inclusion-swiper .info-box {
    flex-wrap: wrap;
  }
  .inclusion .inclusion-swiper .info-box .oppress {
    width: 100%;
    height: 250px;
  }
  .inclusion .inclusion-swiper .info-box .right {
    width: 100%;
    padding: 30px 20px;
  }
  .inclusion .inclusion-swiper .info-box .right .text-node {
    margin: 30px 0 20px;
  }
  .inclusion .inclusion-swiper .swiper-change {
    width: 100%;
  }
  .inclusion.scfx .top-box {
    flex-wrap: wrap;
  }
  .inclusion.scfx .top-box .scfx-nav {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }
  .inclusion.scfx .top-box .scfx-nav .item {
    width: 110px;
    height: 40px;
    border-radius: 20px;
    margin-left: 0;
  }
  .inclusion.scfx .top-box .scfx-nav .item .pic {
    width: 30px;
    height: 30px;
    padding: 2px;
    box-sizing: border-box;
  }
}
.datum .num {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 50px;
  font-weight: bold;
}
.datum .num::before {
  content: attr(data-content);
  font-size: 20px;
  font-weight: normal;
  padding-left: 0.5em;
}
.datum .num::after {
  content: attr(data-unit);
  font-size: 20px;
  font-weight: normal;
  padding-left: 0.8em;
}
@media (min-width: 801px) {
  .datum .num {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum {
    margin-top: 0;
  }
  .datum .num {
    font-size: 40px;
  }
  .datum .num:after {
    font-size: 16px;
  }
}
.whonum-box {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.whonum-box .datum {
  padding: 50px 0;
}
.whonum-box .datum .item {
  text-align: center;
}
.whonum-box .datum .item .name {
  margin-top: 10px;
}
@media (min-width: 801px) {
  .whonum-box .datum .line {
    height: 60px;
    width: 1px;
    border-left: 1px dashed #fff;
    margin: auto;
    position: relative;
  }
  .whonum-box .datum .line::before,
  .whonum-box .datum .line::after {
    content: '';
    position: absolute;
    left: -3px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
  }
  .whonum-box .datum .line:before {
    top: -0.5px;
  }
  .whonum-box .datum .line:after {
    bottom: -0.5px;
  }
}
@media (max-width: 800px) {
  .whonum-box .datum {
    flex-wrap: wrap;
    padding: 40px 30px 10px;
    box-sizing: border-box;
  }
  .whonum-box .datum .item {
    margin-bottom: 30px;
  }
  .whonum-box .datum .line {
    display: none;
  }
}
.jrxs .top-box .text-node {
  width: 50%;
}
.jrxs .content-box {
  margin-top: 85px;
  background-color: #f7f6f6;
  height: 500px;
}
.jrxs .content-box .oppress {
  width: 50%;
  height: 100%;
}
.jrxs .content-box .info-box {
  width: 50%;
}
.jrxs .content-box .info-box .tit {
  margin: 30px 0 15px;
}
.jrxs .content-box .info-box .more {
  margin: 35px auto 0;
}
.jrxs .content-box .info-box .top-pic{
    width:70%;
}
@media (max-width: 800px) {
  .jrxs .top-box {
    flex-wrap: wrap;
  }
  .jrxs .top-box .text-node {
    width: 100%;
    margin-top: 30px;
  }
  .jrxs .content-box {
    margin-top: 30px;
    height: auto;
  }
  .jrxs .content-box .oppress {
    width: 100%;
    height: 250px;
  }
  .jrxs .content-box .info-box {
    width: 100%;
    padding: 30px 20px ;
  }
  .jrxs .content-box .info-box .more {
    margin: 25px auto 0;
  }
}
.wmdls {
  position: relative;
}
.wmdls .content-box {
  background-image: url('../images/bg7.jpg');
  background-position: center top;
  position: relative;
  z-index: 9;
}
.wmdls .content-box .oppress {
  width: 50%;
  height: 530px;
  margin-top: -98px;
}
.wmdls .content-box .info-box {
  width: 46%;
}
.wmdls .content-box .info-box .text-node {
  margin: 55px 0 60px;
}
.wmdls .content-box .info-box .links .spe-go {
  margin-left: 30px;
}
.wmdls .top-bg {
  position: absolute;
  top: 30px;
  right: 0;
}
@media (max-width: 800px) {
  .wmdls .content-box {
    background-image: url('../images/bg7.jpg');
    background-position: center top;
    position: relative;
    z-index: 9;
  }
  .wmdls .content-box .oppress {
    width: 44%;
    height: 530px;
    margin-top: -48px;
  }
  .wmdls .content-box .info-box {
    width: 52%;
  }
  .wmdls .content-box .info-box .text-node {
    margin: 35px 0 30px;
  }
  .wmdls .content-box .info-box .links {
    flex-wrap: wrap;
  }
  .wmdls .content-box .info-box .links .spe-go {
    margin-left: 0;
    margin-top: 20px;
  }
  .wmdls .top-bg {
    width: 50%;
    top: 90px;
    right: 10px;
  }
}
#development .evolution-box {
  width: 100%;
}
#development .bottom-box {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  margin-top: 100px;
}
#development .bottom-box .main {
  position: relative;
}
#development .bottom-box .swiper-change {
  width: 100%;
  position: absolute;
  left: 0;
  top: 54px;
}
#development .gallery {
  margin-top: 80px;
  width: 100%;
}
#development .gallery .swiper-slide .oppress {
  width: 46%;
  height: 528px;
  border-radius: 16px;
}
#development .gallery .swiper-slide .info-box {
  width: 50%;
}
#development .gallery .swiper-slide .info-box .year {
  font-size: 72px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-position: 100% 100%;
}
#development .gallery .swiper-slide .info-box .desc {
  margin-top: 30px;
  line-height: 1.8;
}
#development .thumb {
  padding: 75px 0 40px;
  position: relative;
}
#development .thumb::after {
  content: "";
  width: 92%;
  height: 1px;
  position: absolute;
  top: 55px;
  left: 4%;
  background-color: #fff;
  transition: all 0.3s linear;
  opacity: 0.2;
}
#development .thumb .swiper-slide {
  text-align: center;
  cursor: pointer;
  position: relative;
  opacity: 0.5;
}
#development .thumb .swiper-slide::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.4s linear;
}
#development .thumb .swiper-slide .char {
  transition: all 0.4s linear;
}
#development .thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
@media (max-width: 800px) {
  #development .bottom-swiper {
    position: relative;
  }
  #development .content-box {
    flex-wrap: wrap;
  }
  #development .bottom-box {
    margin-top: 40px;
  }
  #development .bottom-box .main {
    position: relative;
  }
  #development .bottom-box .swiper-change {
    width: 100%;
    position: absolute;
    left: 0;
    top: 54px;
  }
  #development .gallery {
    width: 100%;
    margin-top: 30px;
  }
  #development .gallery .swiper-slide .content {
    flex-wrap: wrap;
    padding: 20px;
  }
  #development .gallery .swiper-slide .oppress {
    width: 100%;
    height: 250px;
  }
  #development .gallery .swiper-slide .info-box {
    width: 100%;
    margin-top: 20px;
  }
  #development .gallery .swiper-slide .info-box .year {
    font-size: 40px;
  }
  #development .gallery .swiper-slide .info-box .desc {
    margin-top: 20px;
    line-height: 1.6;
  }
}
#ywfw {
  background-image: url('../images/bg3.jpg');
}
#ywfw .map-box {
  margin-top: -60px;
}
#ywfw .map-box svg {
  width: 100%;
}
#ywfw .map-box svg .cls-3 {
  filter: url(#filter);
}
#ywfw .map-box svg .cls-4 {
  filter: url(#filter-2);
}
#ywfw .map-box svg .cls-5 {
  filter: url(#filter-3);
}
#ywfw .map-box svg .cls-1,
#ywfw .map-box svg .cls-2,
#ywfw .map-box svg .cls-3,
#ywfw .map-box svg .cls-4,
#ywfw .map-box svg .cls-5 {
  fill-rule: evenodd;
}
#ywfw .map-box svg .cls-2,
#ywfw .map-box svg .cls-3,
#ywfw .map-box svg .cls-4,
#ywfw .map-box svg .cls-5 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 8 4;
}
#ywfw .map-box svg .cls-6 {
  font-size: 20px;
  fill: #fff;
  font-weight: 500;
}
#ywfw.gec-top {
  background-image: url('../images/bg4.jpg');
}
#ywfw.gec-top .map-box {
  width: 44%;
  margin-top: 50px;
}
#ywfw.gec-top .map-box svg {
  width: 100%;
}
#ywfw.gec-top .map-box svg .cls-1 {
  font-size: 30px;
}
#ywfw.gec-top .text-node {
  width: 50%;
}
@media (max-width: 800px) {
  #ywfw {
    padding-bottom: 30px;
  }
  #ywfw .map-box {
    margin-top: 60px;
  }
  #ywfw .map-box svg {
    width: 100%;
    height: auto;
  }
  #ywfw.gec-top .content {
    flex-wrap: wrap;
  }
  #ywfw.gec-top .map-box {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #ywfw.gec-top .text-node {
    width: 100%;
  }
}
.company-news {
  background-image: url('../images/bg12.jpg');
}
.company-news .info-swiper a .oppress {
  width: 55%;
  height: 536px;
}
.company-news .info-swiper a .info {
  width: 40%;
  padding-top: 50px;
}
.company-news .info-swiper a .info .date {
  margin-bottom: 10px;
}
.company-news .info-swiper a .info .text-node {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 80px;
}
.company-news .info-swiper .swiper-change {
  position: absolute;
  bottom: 95px;
  width: 100px;
  left: 60%;
  margin-left: -10px;
}
@media (max-width: 1024px) {
  .company-news .info-swiper a .oppress {
    width: 40%;
    height: 220px;
  }
  .company-news .info-swiper a .info {
    width: 56%;
    padding-top: 20px;
  }
  .company-news .info-swiper a .info .date {
    margin-bottom: 10px;
  }
  .company-news .info-swiper a .info .text-node {
    margin-top: 20px;
  }
  .company-news .info-swiper .swiper-change {
    display: none;
  }
}
.page-news {
  background-color: #fff;
}

.page-news .top-box .sub-title {
  font-size: 35px;
}
.page-news .top-box .search-box {
  margin-top: 55px;
  width: 560px;
  height: 64px;
  background-color: #f7f6f6;
  border-radius: 32px;
  padding-right: 30px;
  box-sizing: border-box;
}

.page-news .top-box .search-box .tf{
    width: 96%;
}
.page-news .top-box .search-box input {
  line-height: 64px;
  padding-left: 30px;
  width: 100%;
  box-sizing: border-box;
}
.page-news .top-box .search-box .search {
  cursor: pointer;
}
.jrxs-page-news .top-box .search-box{
    margin-top: 0;
}
@media (max-width: 1480px){
    .page-news .top-box .left-box{
    width: 50%;
}
.page-news .top-box .right-links a{
   width: 180px;
    height: 55px;
    line-height: 55px;
    margin-left: 25px;
}
}
@media (max-width: 1380px){
    .page-news .top-box .right-links{
    margin: 50px auto 0;
    justify-content: center;
}
}
@media (max-width: 1024px) {
  .page-news .top-box .left-box {
    width: 100%;
  }
  .page-news .top-box .sub-title {
    font-size: 22px;
  }
  .page-news .top-box .search-box {
    margin-top: 35px;
    width: 100%;
    height: 50px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .jrxs-page-news .top-box .search-box{
     margin-top: 35px;
}
  .page-news .top-box .search-box input {
    line-height: 50px;
  }
}
.page-news .news-lists .ul li:not(:last-child) {
  margin-bottom: 0;
}
.page-news .news-lists .ul li:not(:last-child) a .main {
  border-bottom: 1px solid #f4f4f4;
}
.page-news .news-lists .ul li a {
  background-color: #fff;
}
.page-news .news-lists .ul li a .main {
  position: relative;
  height: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
}
.page-news .news-lists .ul li a .oppress {
  width: 25%;
  height: 230px;
  border-radius: 16px;
}
.page-news .news-lists .ul li a .info {
  width: 62%;
  transition: all 0.4s ease;
}
.page-news .news-lists .ul li a .info .title {
  margin: 8px 0 40px;
}
.page-news .news-lists .ul li a:hover {
  background-color: #f6f6f6;
}
.page-news .news-lists .ul li a:hover .main {
  border-color: #f6f6f6;
}
.page-news .news-lists .ul li a:hover .date,
.page-news .news-lists .ul li a:hover .title {
  color: #fc4c01;
  opacity: 1;
}
.page-news .news-lists .ul li a:hover .more {
  color: #fff;
  border-color: transparent;
}
.page-news .news-lists .ul li a:hover .more::before {
  width: 100%;
}
.page-news .news-lists .ul li a:hover .more .icon-box .white {
  display: block;
}
.page-news .news-lists .ul li a:hover .more .icon-box .default {
  display: none;
}
@media (max-width: 1680px) {
  .page-news .news-lists .ul li a .info {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .page-news .news-lists .ul li a .main {
    position: relative;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-news .news-lists .ul li a .oppress {
    width: 25%;
    height: 140px;
  }
  .page-news .news-lists .ul li a .info {
    width: 70%;
  }
  .page-news .news-lists .ul li a .info .title {
    margin: 8px 0 30px;
  }
  .page-news .news-lists .ul li a .more {
    display: none;
  }
}
.page-news.page-search .ul li a .info {
  width: 80%;
}
@media (max-width: 1680px) {
  .page-news.page-search .ul li a .info {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .page-news.page-search .ul li a .info {
    width: 100%;
  }
  .page-news .top-box .right-links {
        margin: 30px auto 0;
        justify-content: flex-start;
    }
  .page-news .top-box .right-links a {
        /*width: 100px;*/
        height: 44px;
        line-height: 44px;
        margin-left: 0;
        margin-right: 20px;
    }
}
.zdsk-news .info-swiper {
  margin-right: -10%;
}
.zdsk-news .info-swiper .swiper-slide a {
  padding: 70px 20% 70px 90px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  border-radius: 16px;
}
.zdsk-news .info-swiper .swiper-slide a .bottom-box {
  margin-top: 65px;
}
.zdsk-news .info-swiper .swiper-slide a .bottom-box .oppress {
  width: 45%;
  height: 230px;
  border-radius: 16px;
}
.zdsk-news .info-swiper .swiper-slide a .bottom-box .info {
  width: 50%;
}
.zdsk-news .info-swiper .swiper-slide a .bottom-box .info .text-node {
  color: #fff;
  margin: 10px 0 35px;
}
.zdsk-news .info-swiper .swiper-slide a .bottom-box .info .more {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
}
.zdsk-news .info-swiper .swiper-slide.swiper-slide-active a {
  color: #000;
  padding-left: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-image: none;
  border-radius: 0;
}
.zdsk-news .info-swiper .swiper-slide.swiper-slide-active a .bottom-box {
  margin-top: 65px;
}
.zdsk-news .info-swiper .swiper-slide.swiper-slide-active a .bottom-box .oppress {
  width: 45%;
  height: 230px;
  border-radius: 16px;
}
.zdsk-news .info-swiper .swiper-slide.swiper-slide-active a .bottom-box .info {
  width: 50%;
}
.zdsk-news .info-swiper .swiper-slide.swiper-slide-active a .bottom-box .info .text-node {
  color: rgba(0, 0, 0, 0.8);
}
.zdsk-news .info-swiper .swiper-slide.swiper-slide-active a .bottom-box .info .more {
  color: #fff;
  border-color: transparent;
}
.zdsk-news .info-swiper .swiper-slide.swiper-slide-active a .bottom-box .info .more::before {
  width: 100%;
}
.zdsk-news .info-swiper .swiper-slide.swiper-slide-active a .bottom-box .info .more .icon-box .white {
  display: block;
}
.zdsk-news .info-swiper .swiper-slide.swiper-slide-active a .bottom-box .info .more .icon-box .default {
  display: none;
}
.zdsk-news .info-swiper .swiper-change {
  position: absolute;
  top: 50%;
  right: 43.8%;
  transform: translateY(-50%);
  z-index: 88;
  width: 150px;
   height: 40px;
}
.zdsk-news .info-swiper .swiper-change .btn {
  
  color: #fc4c01;
  
}
.zdsk-news .info-swiper .swiper-change .swiper-button-next{
    width: 70px;
    /*position: relative;*/
}
.zdsk-news .info-swiper .swiper-change .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 40px;
  background-image: url('../images/spe-bg.png');
  background-size: 70px 40px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.4s ease;
}
.zdsk-news .info-swiper .swiper-change .btn .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  margin-left: -30px;
  margin-top: -5px;
  position: relative;
  z-index: 9;
}
.zdsk-news .info-swiper .swiper-change .btn:hover::before {
  width: 70px;
}
.zdsk-news .info-swiper .swiper-change .swiper-button-prev {
  left: 10px;
}
@media (max-width: 1480px) {
  .zdsk-news .info-swiper .swiper-change {
    right: 43.3%;
  }
}
@media (max-width: 800px) {
  .zdsk-news .info-swiper {
    margin-right: 0;
  }
  .zdsk-news .info-swiper .swiper-slide a {
    padding: 30px 20px;
  }
  .zdsk-news .info-swiper .swiper-slide a .bottom-box {
    margin-top: 35px;
  }
  .zdsk-news .info-swiper .swiper-slide.swiper-slide-active a .bottom-box {
    margin-top: 35px;
  }
  .zdsk-news .info-swiper .swiper-change {
    display: none;
  }
}
.brand-zdsk-news {
  background-image: url('../images/bg7.jpg');
  padding-bottom: 60px;
}
.brand-zdsk-news .info-swiper2 {
  margin-right: -10%;
  /*padding-top: 180px;*/
  /*margin-top: -100px;*/
  /*height: 590px;*/
}
.brand-zdsk-news .info-swiper2 a {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  position: relative;
}
.brand-zdsk-news .info-swiper2 a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  border-radius: 16px;
  transition: all 0.6s ease;
}
.brand-zdsk-news .info-swiper2 a .oppress {
  height: 0;
  border-radius: 0 0 16px 16px;
}
.brand-zdsk-news .info-swiper2 a .date {
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #ffede5;
  border-radius: 15px;
}
.brand-zdsk-news .info-swiper2 a .title {
  margin-top: 30px;
  margin-bottom: 55px;
  padding-top: 45px;
  border-top: 1px solid #e5e5e5;
}
.brand-zdsk-news .info-swiper2 a .top-box {
  padding: 50px;
  position: relative;
  z-index: 99;
}
/*.brand-zdsk-news .info-swiper2 a:hover {*/
/*  margin-top: -160px;*/
/*}*/
.brand-zdsk-news .info-swiper2 a:hover .top-box {
  padding-bottom: 0;
}
.brand-zdsk-news .info-swiper2 a:hover::before {
  height: 100%;
}
.brand-zdsk-news .info-swiper2 a:hover .oppress {
  height: 270px;
}
.brand-zdsk-news .info-swiper2 a:hover .title {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.brand-zdsk-news .info-swiper2 a:hover .text-node {
  display: none;
}
.brand-zdsk-news .info-swiper2 a:hover .date {
  background-color: #fde6cc;
}
@media (max-width: 800px) {
  .brand-zdsk-news .info-swiper2 {
    margin-right: 0;
    padding-top: 130px;
    margin-top: -50px;
    height: 400px;
  }
  .brand-zdsk-news .info-swiper2 a {
    margin-top: -40px;
  }
  .brand-zdsk-news .info-swiper2 a .title {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-top: 25px;
  }
  .brand-zdsk-news .info-swiper2 a .top-box {
    padding: 30px 20px;
  }
  .brand-zdsk-news .info-swiper2 a .oppress {
    height: 200px;
    position: relative;
    z-index: 9;
  }
  .brand-zdsk-news .info-swiper2 a .title {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .brand-zdsk-news .info-swiper2 a .text-node {
    display: none;
  }
  .brand-zdsk-news .info-swiper2 a .date {
    background-color: #fde6cc;
  }
  .brand-zdsk-news .info-swiper2 a .top-box {
    padding-bottom: 0;
  }
  .brand-zdsk-news .info-swiper2 a::before {
    height: 100%;
  }
  .brand-zdsk-news .info-swiper2 a:hover {
    margin-top: -40px;
  }
  .brand-zdsk-news .info-swiper2 a:hover::before {
    height: 100%;
  }
  .brand-zdsk-news .info-swiper2 a:hover .oppress {
    height: 200px;
  }
}
.brand-zdsk-news .swiper-progress {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
}
.brand-zdsk-news .swiper-progress .swiper-pagination-progressbar {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.brand-zdsk-news .swiper-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.brand-zdsk-news .swiper-progress .btn {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 999;
  opacity: 0;
}
@media (max-width: 800px) {
  .brand-zdsk-news .swiper-progress {
    bottom: 20px;
  }
}
.xpp {
  background-image: url('../images/bg14.jpg');
  padding-top: 320px;
  margin-top: -300px;
}
.xpp .left-box {
  width: 30%;
  position: relative;
}
.xpp .left-box .text-node {
  margin-top: 70px;
}
.xpp .left-box .swiper-change {
  position: absolute;
  left: -10px;
  bottom: 60px;
  width: 120px;
}
.xpp .xpp-swiper {
  width: 70%;
  margin-right: -10%;
  margin-top: 100px;
}
.xpp .xpp-swiper a {
     height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.xpp .xpp-swiper a .oppress {
  height: 276px;
  width: 100%;
}
.xpp .xpp-swiper a .pic-box {
  position: absolute;
  top: 220px;
  right: 30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
}
.xpp .xpp-swiper a .pic-box img {
  max-width: 80%;
  max-height: 80%;
}
.xpp .xpp-swiper a .info {
  padding: 35px 30px 40px;
}
.xpp .xpp-swiper a .info .desc {
  margin-top: 15px;
  position: relative;
  line-height: 1.8;
}
@media (max-width: 1480px) {
  .xpp .xpp-swiper {
    width: 75%;
  }
  .xpp .xpp-swiper a .oppress {
    height: 220px;
  }
  .xpp .xpp-swiper a .pic-box {
    top: 165px;
  }
  .xpp .xpp-swiper a .info {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 1080px) {
  .xpp {
    padding-top: 340px;
    margin-top: -400px;
  }
  .xpp .main {
    flex-wrap: wrap;
  }
  .xpp .left-box {
    width: 100%;
  }
  .xpp .left-box .text-node {
    margin-top: 30px;
  }
  .xpp .left-box .swiper-change {
    bottom: -30px;
  }
  .xpp .xpp-swiper {
    width: 100%;
    margin-right: 0;
    margin-top: 80px;
  }
}
#job {
  background-color: #f6f6f6;
}
#job .top-box .txt img {
  margin-right: 30px;
}
#job .top-box .search-box {
  background-color: #fff;
  margin-top: 40px;
}
#job .top-box form {
  justify-content: flex-end;
}
@media (max-width: 800px) {
  #job .top-box .txt {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #job .top-box .txt img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #job .top-box .search-box {
    margin-top: 20px;
  }
}
#job .lists .li-box {
  width: 100%;
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #e5e5e5;
}
#job .lists .li-box:last-child {
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 800px) {
  #job .lists .li-box {
    padding-top: 30px;
    margin-top: 30px;
  }
  #job .lists .li-box:last-child {
    padding-bottom: 30px;
  }
}
#job .lists .li-box .top,
#job .lists .li-box .dt {
  text-align: center;
}
#job .lists .li-box .top .icon,
#job .lists .li-box .dt .icon {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #fc4c01;
  transition: all 0.4s ease-out;
}
#job .lists .li-box .top .name,
#job .lists .li-box .dt .name {
  width: 25%;
  padding-left: 40px;
  box-sizing: border-box;
}
#job .lists .li-box .top.on .icon,
#job .lists .li-box .dt.on .icon {
  transform: rotateZ(-90deg);
}
#job .lists .li-box .top span,
#job .lists .li-box .dt span {
  width: 10%;
  display: inline-block;
}
@media (max-width: 800px) {
  #job .lists .li-box .top span,
  #job .lists .li-box .dt span {
    width: 20%;
  }
  #job .lists .li-box .top span:nth-of-type(1),
  #job .lists .li-box .dt span:nth-of-type(1),
  #job .lists .li-box .top span:nth-of-type(2),
  #job .lists .li-box .dt span:nth-of-type(2),
  #job .lists .li-box .top span:nth-of-type(3),
  #job .lists .li-box .dt span:nth-of-type(3),
  #job .lists .li-box .top span:nth-of-type(4),
  #job .lists .li-box .dt span:nth-of-type(4),
  #job .lists .li-box .top span:nth-of-type(5),
  #job .lists .li-box .dt span:nth-of-type(5),
  #job .lists .li-box .top span:nth-of-type(6),
  #job .lists .li-box .dt span:nth-of-type(6) {
    display: none;
  }
}
@media (max-width: 800px) {
  #job .lists .li-box .top .name,
  #job .lists .li-box .dt .name {
    width: 50%;
    padding-left: 10px;
  }
}
#job .lists .li-box .top {
  color: #fff;
  height: 120px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
#job .lists .li-box .top .pic {
  width: 38px;
  height: 38px;
  padding: 3px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
  box-sizing: border-box;
}
#job .lists .li-box .top .icon {
  color: #fff;
}
@media (max-width: 800px) {
  #job .lists .li-box .top {
    height: 80px;
  }
}
#job .lists .li-box .dt {
  background-color: #fff;
  height: 6em;
  cursor: pointer;
}
#job .lists .li-box .dt .name img {
  margin-right: 10px;
}
@media (max-width: 800px) {
  #job .lists .li-box .dt {
    height: 4em;
  }
}
#job .lists .li-box .dd .container {
  display: none;
  padding: 0.3rem 0.4rem;
  position: relative;
}
#job .lists .li-box .dd .container .bg {
  position: absolute;
  bottom: 100px;
  right: 100px;
}
@media (max-width: 1024px) {
  #job .lists .li-box .dd .container {
    padding: 24px;
  }
  #job .lists .li-box .dd .container .bg {
    width: 80%;
    bottom: 60px;
    right: 20px;
  }
}
#job .lists .li-box .dd .btn {
  margin-top: calc(20px + 0.2rem);
  position: relative;
  padding-left: 20px;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  border-radius: 25px;
  width: 218px;
  height: 50px;
  box-sizing: border-box;
}
#job .lists .li-box .dd .btn .icon-box {
  color: #fc4c01;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
#job .lists .li-box .dd .btn .icon-box .icon {
  font-size: 20px;
  transform: rotateZ(0deg) !important;
  margin-left: 0;
}
@media (max-width: 1024px) {
  #job .lists .li-box .dd .btn .icon-box {
    width: 30px;
    height: 30px;
  }
}
#job .lists .li-box .dd .double {
  line-height: 1.8;
  margin-bottom: 20px;
}
#job .lists .li-box .dd .tf {
  position: relative;
  z-index: 88;
  padding-right: 25%;
}
#job .lists .li-box .dd .tf .fixtop {
  position: absolute;
  top: 0;
  right: 30px;
}
@media (max-width: 1480px) {
  #job .lists .li-box .dd .tf {
  padding-right: 35%;
}
}
@media (max-width: 1024px) {
  #job .lists .li-box .dd .tf .fixtop {
    position: relative;
    padding: 24px;
  }
  #job .lists .li-box .dd .tf {
  padding-right: 0;
}
}
@media (min-width: 801px) {
  #job .lists .li-box .dd .double {
    display: none;
  }
}
#job .lists .li-box .row {
  margin-top: 25px;
}
@media (max-width: 800px) {
  #job .lists .li-box .row {
    margin-top: 15px;
  }
}
#job .lists .li-box .row-box {
  display: none;
}
.header-product-box{
       width: 10vw;
        position: absolute;
  left: 50%;
   top: 65%;
   display: none;
   z-index: 1999;
   transform: translateX(-50%);
   }
    
 
.header-product {
   position: relative; 
  box-sizing: border-box;
  text-align: center;
  width: 100%;
   
   box-shadow: 2.867px 7.469px 27px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #fc4c01;
   border-radius: 0 0 1em 1em;
   margin-top: 20px;
   padding-bottom: .4em;
  
  z-index: 1000;
}
.header-product::after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.3);
  backdrop-filter: blur(30px);
   border-radius: 0 0 1em 1em;
}
 .header-product:before {
    content: "";
    bottom: 100%;
    position: absolute;
        left: 50%;
        transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #fc4c01;
  }
.header-product-wrap {
  position: relative;
  z-index: 9;
}
.header-product-item {
  display: block;
  width: 100%;
  line-height: 1.6;
  margin: 5px 0;
}
#navbar .interaction:nth-of-type(1) .header-product-box{
    width: 14vw;
}
#navbar .interaction:nth-of-type(4) .header-product-box{
    width: 16vw;
}
.showChildren .icon{
    transform: rotate(-180deg);
    transition: all .4s ease;
}
.header-product-item:last-child {
  margin-right: 0;
}
.header-product-item dt {
  display: block;
  position: relative;
  /*padding-bottom: 10px;*/
  text-align: center;
}
.header-product-item dt:last-child {
  padding-bottom:  0;
}

.header-product-item dt a {
  display: inline-block;
  color: #333333;
  line-height: 1.2;
  
}
.header-product-item dt a:hover {
  color: #fc4c01;
}
.nav-3dep{
    max-width: 100%;
   position: absolute;
     top: -8px;
    right: -99%;
    min-width: 100%;
    min-height: 100%;
    padding: 10px 0;
    display: none;
    box-sizing: border-box;
    border-radius:0 1em 1em 0;
   background-color: rgba(255,255,255,.3);
    backdrop-filter: blur(30px)!important;
    /*transition: all .4s ease;*/
}
.nav-3dep a{
    color: #333333;
    line-height: 1.6;
    text-align: left;
    padding-left: 20px ;
    padding-right: 20px ;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.nav-3dep a:hover{
    color: #fc4c01;
}

.load-box{
    margin-top: 80px;
}
.load-box .load-more{
    cursor: pointer;
}
.load-box .load-more,.no-data {
  width: 240px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin-left: 35px;
  background-image: -moz-linear-gradient(180deg, #585d63 0%, #2d3238 100%);
  background-image: -webkit-linear-gradient(180deg, #585d63 0%, #2d3238 100%);
  background-image: -ms-linear-gradient(180deg, #585d63 0%, #2d3238 100%);
  border-radius: 32px;
}
.load-box .load-more:hover,
.load-box .load-more.active {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}

.zljg .top-box .text-node {
  width: 50%;
}
.zljg .zljg-lists {
  margin-right: -3.33%;
  margin-top: 80px;
  margin-bottom: -60px;
}
.zljg .zljg-lists .item {
  width: 30%;
  margin-right: 3.33%;
  margin-bottom: 60px;
}
.zljg .zljg-lists .item .oppress {
  height: 450px;
  width: 100%;
  border-radius: 16px;
}
.zljg .zljg-lists .item .info-box {
  border-radius: 16px;
  height: 586px;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 50px;
  box-sizing: border-box;
  position: relative;
  margin-top: -60px;
}
.zljg .zljg-lists .item .title {
  margin-bottom: 20px;
}
.zljg .zljg-lists .item .line {
  position: absolute;
  left: 30px;
  bottom: 45px;
  width: calc(100% - 60px);
}
.zljg .zljg-lists .item:hover .title {
  color: #fc4c01;
}
.zljg .zljg-lists .item:hover .oppress img {
  transform: scale(1.1);
}
.zljg.qyry .zljg-lists {
  margin-right: -3.5%;
  margin-top: 0;
  margin-bottom: 0;
}
.zljg.qyry .zljg-lists .item {
  width: 29.83%;
  margin-right: 3.5%;
  margin-bottom: 65px;
}
.zljg.qyry .zljg-lists .item .info-box {
  height: 340px;
  background-color: #f6f6f6;
  box-shadow: none;
  padding: 35px 40px;
}
.zljg.qyry .zljg-lists .item .info-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 16px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  transition: all 0.6s ease;
}
.zljg.qyry .zljg-lists .item .more {
  margin-top: 30px;
}
.zljg.qyry .zljg-lists .item .title,
.zljg.qyry .zljg-lists .item .text-node,
.zljg.qyry .zljg-lists .item .more {
  position: relative;
  z-index: 9;
}
.zljg.qyry .zljg-lists .item:hover .title,
.zljg.qyry .zljg-lists .item:hover .text-node {
  color: #fff;
}
.zljg.qyry .zljg-lists .item:hover .info-box::before {
  height: 100%;
}
.zljg.qyry .zljg-lists .item:hover .more {
  color: #000;
  border-color: transparent;
}
.zljg.qyry .zljg-lists .item:hover .more::before {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  background-image: none;
}
.zljg.qyry .zljg-lists .item:hover .more .icon-box .white {
  display: none;
}
.zljg.qyry .zljg-lists .item:hover .more .icon-box .default {
  display: block;
}
.zljg.mtsc .zljg-lists .item .oppress {
  height: 380px;
}
.zljg.mtsc .zljg-lists .item .info-box {
  height: 303px;
  background-color: #fff;
  padding: 35px 40px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
}
.zljg.mtsc .zljg-lists .item .info-box .links {
  margin-top: 45px;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
  position: relative;
  z-index: 9;
}
.zljg.mtsc .zljg-lists .item .info-box .links a {
  width: 158px;
  height: 46px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 24px;
  margin-right: 20px;
}
.zljg.mtsc .zljg-lists .item .info-box .links a span {
  margin-left: 10px;
}
.zljg.mtsc .zljg-lists .item:hover .links {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.zljg.mtsc .zljg-lists .item:hover .links a {
  border-color: rgba(255, 255, 255, 0.7);
}
.zljg.mtsc .zljg-lists .item:hover .links a img {
  filter: brightness(0) invert(1);
}
.zljg.mtsc .zljg-lists .item:hover .links a span {
  color: #fff;
}
.zljg.fzjg {
  background-image: url('../images/bg5.jpg');
  background-position: center top;
}
.zljg.fzjg .zljg-lists {
  margin-top: 80px;
  margin-bottom: -65px;
}
.zljg.fzjg .zljg-lists .item .info-box {
  height: 385px;
  padding: 35px 0 35px 28px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  margin-top: -130px;
}
.zljg.fzjg .zljg-lists .item .info-box .name-lists {
  position: relative;
  z-index: 9;
  height: 145px;
}
.zljg.fzjg .zljg-lists .item .info-box .name-lists p {
  margin-bottom: 10px;
}
.zljg.fzjg .zljg-lists .item .info-box .name-lists p:last-child {
  margin-bottom: 0;
}
.zljg.fzjg .zljg-lists .item .info-box .email-box {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
  position: relative;
  z-index: 9;
}
.zljg.fzjg .zljg-lists .item .info-box .email-box .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, rgba(240, 147, 0, 0.1) 0%, rgba(252, 76, 1, 0.1) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(240, 147, 0, 0.1) 0%, rgba(252, 76, 1, 0.1) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(240, 147, 0, 0.1) 0%, rgba(252, 76, 1, 0.1) 100%);
  margin-right: 10px;
}
.zljg.fzjg .zljg-lists .item:hover .name-lists {
  color: #fff;
}
.zljg.fzjg .zljg-lists .item:hover .email-box {
  color: #fff;
}
.zljg.fzjg .zljg-lists .item:hover .email-box img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1680px) {
  .zljg.fzjg .zljg-lists .item .info-box .name-lists {
    font-size: 16px;
  }
}
@media (max-width: 1480px) {
  .zljg .zljg-lists .item .oppress {
    height: 380px;
  }
  .zljg .zljg-lists .item .info-box {
    padding: 30px 30px 50px;
    height: 560px;
  }
  .zljg .zljg-lists .item .info-box .line {
    position: absolute;
    left: 30px;
    bottom: 35px;
    width: calc(100% - 60px);
  }
  .zljg.fzjg .zljg-lists .item .info-box {
    padding: 25px 0 25px 10px;
  }
  .zljg.fzjg .zljg-lists .item .info-box .name-lists {
    font-size: 16px;
    height: 180px;
  }
  .zljg.fzjg .zljg-lists .item .info-box .name-lists p {
    margin-bottom: 6px;
  }
  .zljg.fzjg .zljg-lists .item .info-box .email-box {
    margin-top: 40px;
    padding-top: 15px;
  }
}
@media (max-width: 800px) {
  .zljg .top-box {
    flex-wrap: wrap;
  }
  .zljg .top-box .text-node {
    width: 100%;
    margin-top: 30px;
  }
  .zljg .zljg-lists {
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .zljg .zljg-lists .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .zljg .zljg-lists .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .zljg .zljg-lists .item .oppress {
    height: 300px;
  }
  .zljg .zljg-lists .item .info-box {
    padding: 20px 20px 50px;
    height: inherit;
  }
  .zljg .zljg-lists .item .info-box .line {
    left: 20px;
    bottom: 25px;
    width: calc(100% - 40px);
  }
  .zljg .zljg-lists .item .title {
    margin-bottom: 14px;
  }
  .zljg.qyry .zljg-lists {
    margin-right: 0;
  }
  .zljg.qyry .zljg-lists .item {
    width: 100%;
    margin-right: 0;
  }
  .zljg.qyry .zljg-lists .item .info-box {
    padding: 20px 20px 30px;
    height: inherit;
  }
  .zljg.qyry .zljg-lists .item .more {
    margin-top: 20px;
  }
  .zljg.mtsc .zljg-lists .item .oppress {
    height: 300px;
  }
  .zljg.mtsc .zljg-lists .item .info-box {
    height: auto;
    padding: 30px ;
  }
  .zljg.mtsc .zljg-lists .item .info-box .links {
    margin-top: 25px;
    padding-top: 30px;
  }
  .zljg.mtsc .zljg-lists .item .info-box .links a {
    width: 138px;
    height: 40px;
    border-radius: 20px;
  }
  .zljg.fzjg .zljg-lists .item .info-box {
    height: auto;
    padding: 25px 10px;
  }
  .zljg.fzjg .zljg-lists .item .info-box .name-lists {
    font-size: 16px;
    height: auto;
  }
  .zljg.fzjg .zljg-lists .item .info-box .name-lists p {
    margin-bottom: 6px;
  }
  .zljg.fzjg .zljg-lists .item .info-box .email-box {
    margin-top: 40px;
    padding-top: 25px;
  }
}
.commitment .content-box {
  background-image: url('../images/new-bg1.jpg');
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 85px;
  padding-top: 85px;
  height: 1010px;
  box-sizing: border-box;
}
.commitment .content-box .top-info {
  width: 50%;
}
.commitment .content-box .lists {
  margin-top: 340px;
}
.commitment .content-box .lists .item {
  flex: 1;
  margin-right: 38px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  height: 400px;
  text-align: center;
  padding: 100px 0;
  box-sizing: border-box;
  transition: all 0.6s ease;
  overflow: hidden;
}
.commitment .content-box .lists .item .icon-box {
  margin-bottom: 20px;
  height: 60px;
  line-height: 60px;
}
.commitment .content-box .lists .item .icon-box img{
    height: 100%;
}
.commitment .content-box .lists .item .info {
  display: none;
  margin-top: 20px;
}
.commitment .content-box .lists .item .title span {
  display: block;
}
.commitment .content-box .lists .item:hover {
  flex: 2;
  padding: 50px 40px;
  text-align: left;
}
.commitment .content-box .lists .item:hover .title span {
  display: inline-block;
}
.commitment .content-box .lists .item:hover .info {
  display: block;
}
@media (max-width: 1480px) {
  .commitment .content-box {
    height: 880px;
  }
  .commitment .content-box .lists {
    margin-top: 180px;
  }
  .commitment .content-box .lists .item {
    flex: 1;
    margin-right: 18px;
  }
  .commitment .content-box .lists .item:hover {
    flex: 2;
    padding: 30px 20px;
  }
}
@media (max-width: 800px) {
  .commitment .content-box {
    height: auto;
    margin-top: 40px;
    padding-top: 25px;
    background-size: cover;
  }
  .commitment .content-box .top-info {
    width: 100%;
  }
  .commitment .content-box .lists {
    margin-top: 180px;
  }
  .commitment .content-box .lists .item {
    width: 100%;
    height: auto;
    flex: inherit;
    margin-right: 0;
    text-align: left;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .commitment .content-box .lists .item .icon-box {
    margin-bottom: 10px;
    height: auto;
    line-height: normal;
  }
  .commitment .content-box .lists .item .icon-box img {
    width: 40px;
  }
  .commitment .content-box .lists .item .info {
    display: block;
    margin-top: 20px;
  }
  .commitment .content-box .lists .item:hover {
    flex: inherit;
    padding: 50px;
  }
}
.hqzzjg .top-txt {
  width: 50%;
}
.hqzzjg .desc-content {
  height: 612px;
  width: 100%;
}
.xqqyw.qqyw .zrcn-lists {
  margin-bottom: -60px;
  margin-right: -3%;
}
.xqqyw.qqyw .zrcn-lists .item {
     width: 30%;
  margin-bottom: 60px;
  margin-right: 3%;
}
.xqqyw.qqyw .zrcn-lists .item .oppress {
  margin: 0 auto 45px;
  width: 240px;
  height: 240px;
}
@media (max-width: 1480px) {
  .xqqyw.qqyw .zrcn-lists .item .oppress {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 800px) {
  .xqqyw.qqyw .zrcn-lists {
    margin-bottom: -30px;
    margin-right: 0;
  }
  .xqqyw.qqyw .zrcn-lists .item {
       width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .xqqyw.qqyw .zrcn-lists .item .oppress {
    margin: 0 auto 25px;
    width: 180px;
    height: 180px;
  }
  .hqzzjg .top-txt {
  width: 100%;
  margin-top: 40px;
}

.hqzzjg .desc-content{
    height: auto;
}
}
.newjrxs .spe-content-box .left-box {
  width: 45%;
}
.newjrxs .spe-content-box .left-box .text-node {
  margin-top: 60px;
}
.newjrxs .spe-content-box .right-box {
  width: 50%;
  height: 530px;
}
.newjrxs .spe-content-box .right-box .oppress {
  border-radius: 16px;
}
.newjrxs .spe-content-box .right-box .left-img {
  width: 49%;
  height: 100%;
}
.newjrxs .spe-content-box .right-box .right {
  width: 49%;
}
.newjrxs .spe-content-box .right-box .top-img {
  width: 100%;
  height: 210px;
}
.newjrxs .spe-content-box .right-box .info-box {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 45px 0 40px;
  box-sizing: border-box;
  margin-top: 16px;
}
.newjrxs .spe-content-box .right-box .info-box .top-pic {
  height: 85px;
}
.newjrxs .spe-content-box .right-box .info-box .tit {
  margin: 20px 0 28px;
}
.newjrxs .spe-content-box .right-box .info-box .more {
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .newjrxs .spe-content-box .left-box {
    width: 42%;
  }
  .newjrxs .spe-content-box .right-box {
    width: 54%;
    height: 520px;
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .newjrxs .spe-content-box .left-box {
    width: 100%;
  }
  .newjrxs .spe-content-box .left-box .text-node {
    margin-top: 30px;
  }
  .newjrxs .spe-content-box .right-box {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .newjrxs .spe-content-box .right-box .left-img {
    width: 100%;
    height: 280px;
  }
  .newjrxs .spe-content-box .right-box .right {
    width: 100%;
    margin-top: 15px;
  }
}
.newwmdls .content-box .oppress {
  width: 45%;
  border-radius: 16px;
  margin-top: 0;
}
.newwmdls .content-box .info-box {
  width: 50%;
}
@media (max-width: 1480px) {
  .newwmdls .content-box .oppress {
    height: 450px;
  }
}
.ghsk {
  background-image: url(../images/bg8.jpg);
}
.ghsk .top-box .search-box {
  margin-top: 0;
}
.ghsk .ghsk-swiper {
  height: 584px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 140px;
  margin-top: 80px;
}
.ghsk .ghsk-swiper .swiper-slide {
  opacity: 0.5;
  transform: scale(0.86);
  margin-top: -28px;
}
.ghsk .ghsk-swiper .swiper-slide a {
  border-radius: 16px;
  background-color: #ffffff;
  height: 397px;
  padding: 65px 45px;
  box-sizing: border-box;
}
.ghsk .ghsk-swiper .swiper-slide a .left-info {
  width: 46%;
}
.ghsk .ghsk-swiper .swiper-slide a .left-info .text-node {
  margin: 15px 0 40px;
}
.ghsk .ghsk-swiper .swiper-slide a .oppress {
  width: 46%;
  height: 100%;
  border-radius: 16px;
}
.ghsk .ghsk-swiper .swiper-slide a .more {
  color: #fff;
  border-color: transparent;
}
.ghsk .ghsk-swiper .swiper-slide a .more::before {
  width: 100%;
}
.ghsk .ghsk-swiper .swiper-slide a .more .icon-box .white {
  display: block;
}
.ghsk .ghsk-swiper .swiper-slide a .more .icon-box .default {
  display: none;
}
.ghsk .ghsk-swiper .swiper-slide a:hover .title {
  color: #fc4c01;
}
.ghsk .ghsk-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  margin-top: 0;
}
.ghsk .ghsk-swiper .swiper-slide.swiper-slide-active a {
  height: 480px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 84px 60px;
}
.ghsk .ghsk-swiper .swiper-slide.swiper-slide-active a .left-info .text-node {
  margin: 20px 0 40px;
}
.ghsk .ghsk-swiper .swiper-change {
  position: absolute;
  width: 440px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.ghsk .ghsk-swiper .swiper-change .btn {
  width: 69px;
}
.ghsk .ghsk-swiper .swiper-change .swiper-button-prev {
  transform: rotate(180deg);
}
.ghsk .ghsk-swiper .swiper-change .swiper-pagination {
  bottom: -6px;
}
.ghsk .ghsk-swiper .swiper-change .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
}
.ghsk .ghsk-swiper .swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  position: relative;
}
.ghsk .ghsk-swiper .swiper-change .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/new-circle.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1480px) {
  .ghsk .ghsk-swiper {
    height: 524px;
  }
  .ghsk .ghsk-swiper .swiper-slide {
    transform: scale(0.8);
    margin-top: -34px;
  }
  .ghsk .ghsk-swiper .swiper-slide a {
    height: 370px;
    padding: 55px 35px;
  }
  .ghsk .ghsk-swiper .swiper-slide.swiper-slide-active a {
    height: 400px;
    padding: 74px 50px;
  }
  .ghsk .ghsk-swiper .swiper-slide.swiper-slide-active a .left-info .text-node {
    margin: 20px 0 30px;
  }
}
@media (max-width: 800px) {
  .ghsk .ghsk-swiper {
    height: auto;
    margin-top: 20px ;
    padding-bottom: 120px;
  }
  .ghsk .ghsk-swiper .swiper-slide {
    transform: scale(1);
    margin-top: 0;
  }
  .ghsk .ghsk-swiper .swiper-slide a {
    height: auto;
    padding: 300px 10px 30px;
    flex-wrap: wrap;
  }
  .ghsk .ghsk-swiper .swiper-slide a .oppress {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ghsk .ghsk-swiper .swiper-slide a .left-info {
    width: 100%;
  }
  .ghsk .ghsk-swiper .swiper-slide a .left-info .text-node {
    margin: 20px 0 ;
  }
  .ghsk .ghsk-swiper .swiper-slide.swiper-slide-active a {
    height: auto;
    padding: 300px 10px 30px;
    flex-wrap: wrap;
  }
  .ghsk .ghsk-swiper .swiper-slide.swiper-slide-active a .oppress {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ghsk .ghsk-swiper .swiper-slide.swiper-slide-active a .left-info {
    width: 100%;
  }
  .ghsk .ghsk-swiper .swiper-slide.swiper-slide-active a .left-info .text-node {
    margin: 20px 0 ;
  }
  .ghsk .ghsk-swiper .swiper-change {
    bottom: 60px;
  }
  .ghsk .ghsk-swiper .swiper-change .btn {
    display: none;
  }
}
@media (max-width: 800px) {
  .ghsk .top-box .search-box {
    margin-top: 40px;
  }
  .ghsk .zdsk-news {
    padding: 0 20px;
  }
}
.down-page {
  background-image: url(../images/bg7.jpg);
}
.down-page .content-box {
  margin-top: 80px;
}
.down-page .content-box .links a {
  width: 158px;
  height: 46px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 23px;
  margin-right: 20px;
}
.down-page .content-box .links a span {
  margin-left: 10px;
}
.down-page .content-box .links a:hover {
  border-color: transparent;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.down-page .content-box .links a:hover img {
  filter: brightness(0) invert(1);
}
.down-page .content-box .links a:hover span {
  color: #fff;
}
.down-page .content-box .left-box {
  width: 48%;
}
.down-page .content-box .left-box .oppress {
  width: 100%;
  height: 530px;
  border-radius: 16px;
}
.down-page .content-box .left-box .title {
  margin: 50px 0 54px;
}
.down-page .content-box .left-box:hover .title {
  color: #fc4c01;
}
.down-page .content-box .left-box:hover .oppress img {
  transform: scale(1.1);
}
.down-page .content-box .right-box {
  width: 46%;
}
.down-page .content-box .right-box li {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 16px;
  padding-left: 30px;
}
.down-page .content-box .right-box li:last-child {
  margin-bottom: 0;
}
.down-page .content-box .right-box li .info {
  width: 54%;
}
.down-page .content-box .right-box li .info .title {
  margin-bottom: 50px;
}
.down-page .content-box .right-box li .oppress {
  width: 42%;
  height: 220px;
  border-radius: 16px;
}
.down-page .content-box .right-box li:hover .title {
  color: #fc4c01;
}
.down-page .content-box .right-box li:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 800px) {
  .down-page .content-box {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .down-page .top-box .right-links {
  flex-wrap: wrap;
  justify-content: space-between;
}
 .down-page .top-box .right-links a{
      width: 48%; 
      margin-right: 0;
      margin-bottom: 10px;
      font-size: 14px;
    }
  .down-page .content-box .links a {
    width: 138px;
    height: 40px;
    border-radius: 20px;
  }
  .down-page .content-box .left-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .down-page .content-box .left-box .oppress {
    width: 100%;
    height: 300px;
  }
  .down-page .content-box .left-box .title {
    margin: 20px 0 24px;
  }
  .down-page .content-box .right-box {
    width: 100%;
  }
   .down-page .content-box .right-box li {
    margin-bottom: 20px;
    padding:0 20px;
  }
  .down-page .content-box .right-box li:last-child {
    margin-bottom: 0;
  }
  .down-page .content-box .right-box li .links {
    flex-wrap: wrap;
  }
  .down-page .content-box .right-box li .links a {
    margin-right: 0;
    margin-top: 10px;
  }
  .down-page .content-box .right-box li .info .title {
    margin-bottom: 15px;
  }
  .down-page .content-box .right-box li .info {
  padding: 20px  20px 20px 0;
}
}
.kycx {
  background-image: url(../images/bg7.jpg);
}
.kycx-lists {
  background-image: none;
}
.kycx-lists .ul li {
  padding: 0;
  height: 530px;
}
.kycx-lists .ul li .line-box {
  margin-top: 10px;
  position: relative;
  height: 100%;
}
.kycx-lists .ul li .line-box .box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: url('../images/new-circle3.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}
.kycx-lists .ul li .line-box .line {
  border-left: 1px dashed #f09300;
  height: 117.5%;
  margin-left: 7.5px;
}
.kycx-lists .ul li .line-box .spe-line {
  position: absolute;
  top: 14px;
  left: 7.5px;
  width: 2px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  transition: all 0.6s linear;
}
.kycx-lists .ul li .top-title {
  margin-bottom: 15px;
}
.kycx-lists .ul li:not(:first-child) .line-box {
  margin-top: 30px;
}
.kycx-lists .ul li:not(:first-child) .line-box .box:first-child {
  display: none;
}
.kycx-lists .ul li:not(:first-child) .line-box .spe-line {
  top: 0;
}
.kycx-lists .ul li:not(:first-child) .info-box {
  padding-top: 5px;
}
.kycx-lists .ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .kycx-lists .ul li {
    height: 480px;
    align-items: flex-start;
  }
}
@media (max-width: 800px) {
  .kycx-lists .ul li {
    height: auto;
  }
  .kycx-lists .ul li .line-box {
    display: none;
  }
  .kycx-lists .ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .kycx-lists .ul li:not(:first-child) .info-box {
    padding-top: 0;
  }
}
.kycx-lists .arrow-box {
  padding: 60px 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 12;
}
.kycx-lists .words-box {
  background-image: url(../images/bg15.jpg);
  padding: 50px 110px 96px;
  border-radius: 16px;
  position: relative;
}
.kycx-lists .words-box .desc {
  line-height: 1.8;
  margin-top: -50px;
}
.kycx-lists .words-box .icon-dh2 {
  position: absolute;
  right: 110px;
  bottom: 50px;
  transform: rotate(180deg);
}
@media (max-width: 800px) {
  .kycx-lists .arrow-box {
    padding: 40px 0;
  }
  .kycx-lists .words-box {
    padding: 30px 20px 66px;
  }
  .kycx-lists .words-box .desc {
    line-height: 1.6;
    margin-top: 10px;
    font-size: 18px;
  }
  .kycx-lists .words-box .icon-dh {
    width: 30px;
  }
  .kycx-lists .words-box .icon-dh2 {
    right: 20px;
    bottom: 30px;
  }
}
[data-aos="height"] {
  height: 0;
}
[data-aos="height"].aos-animate {
  height: 118%;
}
.yszc {
  background-image: none;
}
.yszc .line-underline {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fc4c01;
}
.yszc .line-underline2 {
  padding-bottom: 0;
}
.yszc .top-box .title {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .yszc .top-box {
    flex-wrap: wrap;
  }
  .yszc .top-box .left,
  .yszc .top-box .title {
    margin-bottom: 20px;
  }
}
.yszc .content-info .left-nav {
  width: 20%;
  margin-top: 70px;
}
.yszc .content-info .left-nav .item {
  margin-bottom: 22px;
}
.yszc .content-info .left-nav .item a {
  width: 320px;
  height: 64px;
  background-color: #f0f0f0;
  border-radius: 32px;
  padding: 0 30px;
  box-sizing: border-box;
  opacity: 0.8;
}
.yszc .content-info .left-nav .item a .icon {
  transform: rotate(90deg);
}
.yszc .content-info .left-nav .item a.active,
.yszc .content-info .left-nav .item a:hover {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.yszc .content-info .yszc-details {
  width: 74%;
}
.yszc .content-info .yszc-details .item {
  cursor: pointer;
  overflow: hidden;
}
.yszc .content-info .yszc-details .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.yszc .content-info .yszc-details .item .info {
  height: 0;
  transition: all 0.6s ease;
  padding: 0 40px;
}
.yszc .content-info .yszc-details .item .info .row {
  margin-top: 45px;
}
.yszc .content-info .yszc-details .item .top {
  padding: 50px 40px;
  border-top: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0.02);
}
.yszc .content-info .yszc-details .item .top .icon-box {
  width: 18px;
  height: 18px;
  background-image: url('../images/reduce.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(45deg);
}
.yszc .content-info .yszc-details .item.on .top {
  background-color: #fff;
}
.yszc .content-info .yszc-details .item.on .info {
  height: auto;
  padding-bottom: 50px;
}
.yszc .content-info .yszc-details .item.on .spe-info {
  margin-top: -50px;
}
.yszc .content-info .yszc-details .item.on .spe-info > p {
  margin-bottom: 45px;
}
.yszc .content-info .yszc-details .item .row-item {
  overflow: hidden;
  margin-bottom: 20px;
}
.yszc .content-info .yszc-details .item .row-item .text-node {
  height: 0;
  transition: all 0.6s ease;
}
.yszc .content-info .yszc-details .item .row-item.show .top {
  background-color: #fff;
}
.yszc .content-info .yszc-details .item .row-item.show .text-node {
  height: auto;
  padding: 20px 25px;
}
@media (max-width: 1480px) {
  .yszc .content-info .left-nav .item a {
    width: 250px;
  }
}
@media (max-width: 800px) {
  .yszc .content-info {
    flex-wrap: wrap;
    margin-top: 34px ;
  }
  .yszc .content-info .left-nav {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .yszc .content-info .left-nav .item {
    margin-bottom: 22px;
  }
  .yszc .content-info .left-nav .item a {
    width: 160px;
    height: 44px;
    border-radius: 22px;
    padding: 0 20px;
  }
  .yszc .content-info .yszc-details {
    width: 100%;
    margin-top: 20px ;
  }
  .yszc .content-info .yszc-details .item .info {
    padding: 0 10px;
  }
  .yszc .content-info .yszc-details .item .info .row {
    margin-top: 25px;
  }
  .yszc .content-info .yszc-details .item .top {
    padding: 20px 10px;
  }
  .yszc .content-info .yszc-details .item .top .icon-box {
    width: 14px;
    height: 14px;
  }
  .yszc .content-info .yszc-details .item.on .info {
    padding-bottom: 20px;
  }
  .yszc .content-info .yszc-details .item.on .spe-info {
    margin-top: -10px;
  }
  .yszc .content-info .yszc-details .item.on .spe-info > p {
    margin-bottom: 25px;
  }
  .yszc .content-info .yszc-details .item .row-item {
    margin-bottom: 10px;
  }
  .yszc .content-info .yszc-details .item .row-item.show .text-node {
    padding: 20px 10px;
  }
}
.wztk .content-info {
  margin-top: 65px;
}
.wztk .content-info .left-nav {
  margin-top: 0;
}
.wztk .content-info .wztk-details {
  width: 74%;
}
.wztk .content-info .wztk-details .item {
  padding: 65px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wztk .content-info .wztk-details .item:last-child {
  padding-bottom: 0;
}
.wztk .content-info .wztk-details .item .info {
  margin: 45px 0 30px;
}
.wztk .content-info .wztk-details .item .circle-row {
  position: relative;
  padding-left: 18px;
}
.wztk .content-info .wztk-details .item .circle-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  border-radius: 50%;
}
@media (max-width: 800px) {
  .wztk .content-info {
    margin-top: 35px;
  }
  .wztk .content-info .wztk-details {
    width: 100%;
    margin-top: 25px;
  }
  .wztk .content-info .wztk-details .item {
    padding: 30px 0;
  }
  .wztk .content-info .wztk-details .item .info {
    margin: 25px 0 ;
  }
  .wztk .content-info .wztk-details .item .circle-row::before {
    top: 9px;
  }
}
.op85 {
  opacity: 0.85;
}
.contact {
  background-image: url('../images/bg7.jpg');
}
.contact .left-box {
  width: 54%;
  position: relative;
}
.contact .left-box .oppress {
  width: 70%;
  height: 820px;
  border-radius: 16px;
}
.contact .left-box .small-pic {
  position: absolute;
  bottom: 5%;
  right: 0;
}
.contact .right-box {
  width: 45%;
  padding-top: 44px;
}
.contact .right-box .desc {
  margin-top: 45px;
}
.contact .right-box .desc .row-box {
  margin: 25px 0;
}
.contact .right-box .desc .row-box .circle-row {
  margin-top: 15px;
  position: relative;
  padding-left: 18px;
}
.contact .right-box .desc .row-box .circle-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  border-radius: 50%;
}
.contact .right-box .desc .tips a {
  display: inline-block;
  text-decoration: underline;
}
.contact .right-box .desc .check-box {
  margin-top: 50px;
  cursor: pointer;
}
.contact .right-box .desc .check-box input[type="checkbox"] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.851);
  border-style: solid;
  box-sizing: border-box;
  margin-right: 10px;
  margin-top: 4px;
}
.contact .right-box .desc .check-box input[type="checkbox"]:checked {
  background: url("../pictures/gou.png") no-repeat center center;
  background-size: 11px 17px;
  background-color: #fc4c01;
}
@media (max-width: 800px) {
  .contact .main {
    flex-wrap: wrap;
  }
  .contact .left-box {
    width: 100%;
  }
  .contact .left-box .oppress {
    width: 100%;
    height: 320px;
  }
  .contact .left-box .small-pic {
    position: relative;
    bottom: auto;
    right: 0;
    margin-top: 20px;
  }
  .contact .right-box {
    width: 100%;
    padding-top: 20px;
  }
  .contact .right-box .desc {
    margin-top: 25px;
  }
  .contact .right-box .desc .row-box {
    margin: 15px 0;
  }
  .contact .right-box .desc .row-box .circle-row {
    margin-top: 10px;
  }
  .contact .right-box .desc .row-box .circle-row::before {
    top: 10px;
  }
  .contact .right-box .desc .check-box {
    margin-top: 30px;
  }
}
.contact-lists {
  background-color: #fff;
}
.contact-lists .content {
  margin-top: 60px;
}
.contact-lists .content .lists-box {
  width: 100%;
}
.contact-lists .content .lists-box .lists {
  padding: 0;
}
.contact-lists .content .lists-box .lists .ul {
  margin-right: -2.5%;
  margin-bottom: -50px;
}
.contact-lists .content .lists-box .lists .ul li {
  width: 22.5%;
  margin-bottom: 50px;
  margin-right: 2.5%;
}
.contact-lists .content .lists-box .lists .ul li .a {
  background-color: transparent;
}
.contact-lists .content .lists-box .lists .ul li .a .oppress {
  height: 320px;
}
.contact-lists .content .lists-box .lists .ul li .a .pic-box {
  z-index: 19;
  top: 220px;
}
.contact-lists .content .lists-box .lists .ul li a .info {
  padding: 35px 25px 45px;
  background-color: #f6f6f6;
  border-radius: 16px;
  margin-top: -45px;
  position: relative;
  box-sizing: border-box;
}
.contact-lists .content .lists-box .lists .ul li a .info .desc {
  margin-bottom: 0;
  box-sizing: border-box;
}
.contact-lists .content .lists-box .lists .ul li a .info .desc::before {
  top: 13px;
}
.contact-lists .content .lists-box .lists .ul li a:hover .title {
  color: #fc4c01;
}
@media (max-width: 1480px) {
  .contact-lists .content .lists-box .lists .ul li .a .oppress {
    height: 280px;
  }
  .contact-lists .content .lists-box .lists .ul li .a .pic-box {
    top: 190px;
  }
  .contact-lists .content .lists-box .lists .ul li a .info .desc {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .contact-lists .content {
    margin-top: 30px;
  }
  .contact-lists .content .lists-box {
    width: 100%;
  }
  .contact-lists .content .lists-box .lists {
    padding: 0;
  }
  .contact-lists .content .lists-box .lists .ul {
    margin-right: 0;
    margin-bottom: -20px;
  }
  .contact-lists .content .lists-box .lists .ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.zypbfx .top-box .text-node {
  width: 50%;
}
.zypbfx .zypb-lists {
  margin: 40px 0 70px;
}
.zypbfx .zypb-lists .item {
  width: 48.6%;
  height: 300px;
  border-radius: 16px;
  background-color: #f6f6f6;
  overflow: hidden;
  margin-top: 45px;
}
.zypbfx .zypb-lists .item .left-info {
  width: 50%;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
}
.zypbfx .zypb-lists .item .left-info::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  transition: all 0.5s ease;
}
.zypbfx .zypb-lists .item .left-info .num,
.zypbfx .zypb-lists .item .left-info .title {
  position: relative;
  z-index: 10;
}
.zypbfx .zypb-lists .item .left-info .num {
  margin-bottom: 6px;
}
.zypbfx .zypb-lists .item .left-info::after {
  content: '';
  position: absolute;
  left: 10%;
  bottom: 50px;
  width: 80%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.zypbfx .zypb-lists .item .oppress {
  width: 50%;
  height: 100%;
}
.zypbfx .zypb-lists .item:hover .num,
.zypbfx .zypb-lists .item:hover .title {
  color: #fff;
}
.zypbfx .zypb-lists .item:hover .left-info::before {
  width: 100%;
}
.zypbfx .zypb-lists .item:hover .left-info::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.zypbfx .zypb-lists .item:hover .oppress img {
  transform: scale(1.1);
}
.zypbfx .contact-box {
  width: 100%;
  height: 443px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.zypbfx .contact-box .line {
  width: 100%;
  height: 8px;
}
.zypbfx .contact-box .box {
  height: 98%;
  padding: 60px 48px ;
  box-sizing: border-box;
}
.zypbfx .contact-box .box .contact-content {
  height: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.zypbfx .contact-box .box .contact-content .lists {
  width: 80%;
}
.zypbfx .contact-box .box .contact-content .lists ul {
  margin-bottom: -58px;
}
.zypbfx .contact-box .box .contact-content .lists li {
  width: 33.33%;
  margin-bottom: 58px;
}
.zypbfx .contact-box .box .contact-content .lists li .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, rgba(240, 147, 0, 0.1) 0%, rgba(252, 76, 1, 0.1) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(240, 147, 0, 0.1) 0%, rgba(252, 76, 1, 0.1) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(240, 147, 0, 0.1) 0%, rgba(252, 76, 1, 0.1) 100%);
  margin-right: 10px;
  margin-top: -10px;
  transition: all 0.4s ease;
}
.zypbfx .contact-box .box .contact-content .lists li .info{
    flex: 1;
}
.zypbfx .contact-box .box .contact-content .lists li .info p {
  margin-bottom: 6px;
  
}
.zypbfx .contact-box .box .contact-content .lists li:hover .icon-box {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.zypbfx .contact-box .box .contact-content .lists li:hover .icon-box img {
  filter: brightness(0) invert(1);
}
.zypbfx.middle-page {
  background-image: url('../images/bg16.jpg');
}
.zypbfx.middle-page .content-box {
  margin-bottom: 70px;
}
.zypbfx.middle-page .left-box {
  width: 43%;
}
.zypbfx.middle-page .left-box .oppress {
  margin-top: 90px;
  width: 100%;
  height: 820px;
  border-radius: 16px;
}
.zypbfx.middle-page .right-box {
  width: 50%;
}
.zypbfx.middle-page .right-box .lists {
  margin: 50px 0 5px;
}
.zypbfx.middle-page .right-box .lists .item {
  width: 48%;
  height: 252px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 40px 44px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}
.zypbfx.middle-page .right-box .lists .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  transition: all 0.5s ease;
}
.zypbfx.middle-page .right-box .lists .item .title {
  margin: 28px 0 10px;
}
.zypbfx.middle-page .right-box .lists .item .title,
.zypbfx.middle-page .right-box .lists .item .text-node,
.zypbfx.middle-page .right-box .lists .item .top-info {
  position: relative;
  z-index: 9;
}
.zypbfx.middle-page .right-box .lists .item:hover {
  color: #fff;
}
.zypbfx.middle-page .right-box .lists .item:hover::before {
  height: 100%;
}
.zypbfx.middle-page .right-box .lists .item:hover .icon-box {
  filter: brightness(0) invert(1);
}
.zypbfx.middle-page .right-box .lists .item:hover .text-node {
  color: #fff;
}
.zypbfx.bottom-page .contact-email {
  margin: 40px 0 74px;
}
.zypbfx.bottom-page .contact-email .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, rgba(240, 147, 0, 0.1) 0%, rgba(252, 76, 1, 0.1) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(240, 147, 0, 0.1) 0%, rgba(252, 76, 1, 0.1) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(240, 147, 0, 0.1) 0%, rgba(252, 76, 1, 0.1) 100%);
  margin-right: 10px;
  margin-top: -10px;
  transition: all 0.4s ease;
}
.zypbfx.bottom-page .contact-email:hover .icon-box {
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.zypbfx.bottom-page .contact-email:hover .icon-box img {
  filter: brightness(0) invert(1);
}
.zypbfx.bottom-page .ul {
  margin-right: -2.5%;
}
.zypbfx.bottom-page .ul li {
  width: 22.5%;
  margin-right: 2.5%;
}
.zypbfx.bottom-page .ul li .oppress {
  width: 100%;
  height: 320px;
  border-radius: 16px;
}
.zypbfx.bottom-page .ul li .pic-box {
  z-index: 19;
  top: 220px;
}
.zypbfx.bottom-page .ul li .info {
  height: 337px;
  padding: 30px 28px;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  margin-top: -45px;
  position: relative;
  box-sizing: border-box;
}
.zypbfx.bottom-page .ul li .info .text-node {
  margin-top: 15px;
}
.zypbfx.bottom-page .ul li:hover .title {
  color: #fc4c01;
}
.zypbfx.bottom-page .ul li:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 1480px) {
  .zypbfx .zypb-lists .item {
    height: 280px;
  }
  .zypbfx .zypb-lists .item .left-info {
    padding: 50px 27px;
  }
  .zypbfx.middle-page .right-box .lists .item {
    width: 48%;
    height: 242px;
    padding: 40px 24px;
  }
  .zypbfx.bottom-page .ul li .info {
    height: 345px;
  }
}
@media (max-width: 800px) {
  .zypbfx .top-box {
    flex-wrap: wrap ;
  }
  .zypbfx .top-box .text-node {
    width: 100%;
    margin-top: 40px;
  }
  .zypbfx .zypb-lists {
    margin: 10px 0 40px;
  }
  .zypbfx .zypb-lists .item {
    width: 100%;
    height: 250px;
    border-radius: 16px;
    background-color: #f6f6f6;
    overflow: hidden;
    margin-top: 20px;
  }
  .zypbfx .zypb-lists .item .left-info {
    width: 50%;
    padding: 50px 20px;
  }
  .zypbfx .contact-box {
    width: 100%;
    height: auto;
  }
  .zypbfx .contact-box .box {
    height: auto;
    padding: 40px 20px ;
    box-sizing: border-box;
  }
  .zypbfx .contact-box .box .contact-content {
    height: 100%;
    position: relative;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  .zypbfx .contact-box .box .contact-content .lists {
    width: 100%;
    margin-top: 40px;
  }
  .zypbfx .contact-box .box .contact-content .lists ul {
    margin-bottom: -28px;
  }
  .zypbfx .contact-box .box .contact-content .lists li {
    width: 100%;
    margin-bottom: 28px;
  }
  .zypbfx.middle-page {
    background-position: center top;
  }
  .zypbfx.middle-page .content-box {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .zypbfx.middle-page .left-box {
    width: 100%;
  }
  .zypbfx.middle-page .left-box .oppress {
    margin: 30px 0 20px;
    width: 100%;
    height: 300px;
  }
  .zypbfx.middle-page .right-box {
    width: 100%;
  }
  .zypbfx.middle-page .right-box .lists {
    margin: 30px 0 5px;
  }
  .zypbfx.middle-page .right-box .lists .item {
    width: 100%;
    height: auto;
    padding: 40px 44px;
    margin-bottom: 20px;
  }
  .zypbfx.bottom-page .contact-email {
    margin: 30px 0 44px;
  }
  .zypbfx.bottom-page .ul {
    margin-right: 0;
  }
  .zypbfx.bottom-page .ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .zypbfx.bottom-page .ul li:last-child {
    margin-bottom: 0;
  }
  .zypbfx.bottom-page .ul li .oppress {
    height: 320px;
  }
  .zypbfx.bottom-page .ul li .info {
    height: auto;
    padding: 30px 28px;
  }
}

.home-news .news-content {
  margin-top: 85px;
}
.home-news .news-content .news-swiper {
  width: 48%;
  height: 600px;
  border-radius: 16px;
  margin: 0;
}
.home-news .news-content .news-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.home-news .news-content .news-swiper .swiper-slide a .oppress {
  width: 100%;
  height: 100%;
}
.home-news .news-content .news-swiper .swiper-slide a .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  padding: 35px 45px;
  box-sizing: border-box;
}
.home-news .news-content .news-swiper .swiper-slide a .info .more {
  margin-top: 24px;
  color: #000;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
}
.home-news .news-content .news-swiper .swiper-slide a .info .more::before {
  background-image: none;
}
.home-news .news-content .news-swiper .swiper-slide a .info .more .icon-box .white {
  display: none;
}
.home-news .news-content .news-swiper .swiper-slide a .info .more .icon-box .default {
  display: block;
}
.home-news .news-content .news-swiper .swiper-slide a:hover .info .more {
  color: #fff;
  background-color: transparent;
}
.home-news .news-content .news-swiper .swiper-slide a:hover .info .more::before {
  width: 100%;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.home-news .news-content .news-swiper .swiper-slide a:hover .info .more .icon-box .white {
  display: block;
}
.home-news .news-content .news-swiper .swiper-slide a:hover .info .more .icon-box .default {
  display: none;
}
.home-news .news-content .news-swiper .swiper-pagination {
  width: 28%;
  left: auto;
  right: 6%;
  bottom: 40px;
  text-align: right;
  z-index: 99;
}
.home-news .news-content .news-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 5px;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.home-news .news-content .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 10px;
  background-image: -moz-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -webkit-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
  background-image: -ms-linear-gradient(0deg, #f09300 0%, #fc4c01 100%);
}
.home-news .news-content .right-box {
  width: 48%;
}
.home-news .news-content .right-box ul li:last-child {
  margin-top: 40px;
}
.home-news .news-content .right-box ul li a {
  width: 100%;
  height: 279px;
  border-radius: 16px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.home-news .news-content .right-box ul li a .oppress {
  width: 40%;
  height: 100%;
  border-radius: 16px;
}
.home-news .news-content .right-box ul li a .info {
  padding: 50px 45px;
  box-sizing: border-box;
  width: 58%;
}
.home-news .news-content .right-box ul li a .info .text-node {
  margin: 20px 0 35px;
}
.home-news .news-content .right-box ul li a:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.home-news .news-content .right-box ul li a:hover .more {
  color: #fff;
  border-color: transparent;
}
.home-news .news-content .right-box ul li a:hover .more::before {
  width: 100%;
}
.home-news .news-content .right-box ul li a:hover .more .icon-box .white {
  display: block;
}
.home-news .news-content .right-box ul li a:hover .more .icon-box .default {
  display: none;
}
@media (max-width: 1480px) {
  .home-news .news-content {
    margin-top: 65px;
  }
  .home-news .news-content .news-swiper {
    height: 530px;
  }
  .home-news .news-content .right-box ul li:last-child {
    margin-top: 30px;
  }
  .home-news .news-content .right-box ul li a {
    height: 250px;
  }
}
@media (max-width: 800px) {
  .home-news .news-content {
    margin-top: 45px;
  }
  .home-news .news-content .news-swiper {
    width: 100%;
    height: 400px;
  }
  .home-news .news-content .news-swiper .swiper-slide a .info {
    width: 100%;
    padding: 25px ;
    bottom: 50px;
  }
  .home-news .news-content .right-box {
    width: 100%;
    margin-top: 30px;
  }
  .home-news .news-content .right-box ul li:last-child {
    margin-top: 20px;
  }
  .home-news .news-content .right-box ul li a {
    height: auto;
    position: relative;
    padding-top: 260px;
  }
  .home-news .news-content .right-box ul li a .oppress {
    width: 100%;
    height: 260px;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-news .news-content .right-box ul li a .info {
    padding: 20px 20px 30px;
    width: 100%;
  }
  .home-news .news-content .right-box ul li a .info .text-node {
    margin: 20px 0 ;
  }
}
.zrcn.hjgl.ldtd .zrcn-lists .item{
    width: 46%;
    padding: 5%;
}
.zrcn.ldtd .zrcn-lists .item .title{
    margin-top: 0;
}
.zrcn.hjgl.ldtd .zrcn-lists .item .oppress{
    border-radius: 20px;
    width: 100%;
    height: 400px;
    margin-bottom: 35px;
}
.ldtd .big-txt{
    font-size: 20em;
    color: #ccc;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 30px;
}
@media (max-width: 1480px) {
    .ldtd .big-txt{
    font-size: 15em;
}
.zrcn.hjgl.ldtd .zrcn-lists .item .oppress{
   
    height: 300px;
}
}
@media (max-width: 800px) {
    .ldtd .big-txt{
    font-size: 4em;
}
.zrcn.hjgl.ldtd .zrcn-lists .item{
    padding: 30px;
    width: 100%;
}
.zrcn.hjgl.ldtd .zrcn-lists .item .oppress{
    
    height: 200px;
}
}