@import "../font/iconfont.css";
html {
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
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,
li {
  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%;
  }
}
.object-over{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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: unset;
}
.circle {
  -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%);
}
@media screen and (max-width: 768px) {
  .hide-mob {
    display: none !important;
  }
  #page_anchor {
    position: fixed;
    z-index: 5000;
    display: none;
  }
  #page_anchor > .masking {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #page_anchor > .container {
    transform: translateY(100%);
    opacity: 0;
    top: auto;
    padding: 20px;
    background-color: #fff;
    font-size: 0;
    color: #000;
    z-index: 2;
  }
  #page_anchor > .container > .middle-item {
    font-size: 15px;
    line-height: 40px;
    width: 50%;
    text-align: center;
  }
  #page_anchor > .container > .belong {
    position: relative;
  }
  #page_anchor > .container > .belong > .top50 {
    right: -16px;
    height: 1px;
    width: 32px;
    margin-top: -0.5px;
    background-color: #c6c5c5;
  }
  #page_anchor > .container > .scroll-container {
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  #page_anchor > .container > .scroll-container > .masking {
    z-index: 2;
    pointer-events: none;
    background-image: -webkit-linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
    background-image: linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
  }
  #page_anchor > .container > .scroll-container > .swiper {
    padding: 80px 0;
    height: 40px;
  }
  #page_anchor > .container > .scroll-container > .swiper .swiper-slide-active {
    color: #136c90;
    font-weight: bold;
  }
  #page_anchor.active > .container {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
  #page_anchor {
    text-align: center;
    position: static;
  }
  #page_anchor > .container {
    position: static;
  }
  #page_anchor > .container > .scroll-container {
    display: block;
  }
  #page_anchor > .container > .scroll-container > .full {
    position: static;
  }
  #page_anchor > .container > .scroll-container > .swiper > .swiper-wrapper > .swiper-slide {
    flex-shrink: unset;
  }
}
.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: unset;
}
#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;
}
.text-node {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.7;
}
.text-node.text-more-over {
  height: 50px;
}
.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: #136c90;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f45 {
  font-size: 45px;
}
.f48 {
  font-size: 48px;
}
.spe-font {
  font-family: "Mont", sans-serif;
}
.bold {
  font-weight: bold;
}
[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: #136c90;
}
.same-circle span {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transition: all .4s ease-in-out;
}
.same-circle span:nth-of-type(1) {
  
  animation: glimmer 4s ease-in-out infinite;
  
}
.same-circle span:nth-of-type(2) {
  margin-left: -10px;
  animation: glimmer2 4s ease-in-out infinite;
  
  
}

@media (max-width: 768px) {
  .same-circle span {
    width: 12px;
    height: 12px;
  }
  .same-circle span:nth-of-type(2) {
    margin-left: -8px;
  }
}
.same-circle.spe span {
  animation: glimmer3 3s ease-in-out infinite;
}
.same-circle.spe span:nth-of-type(2) {
  animation: glimmer4 3s ease-in-out infinite;
}
@keyframes glimmer {
  0% {
    background-color: #ffffff33;
    
  }
  100% {
    background-color: #136c90;
    
  }
  
}
@keyframes glimmer2 {
  0% {
    background-color: #136c90;
  }
  
  100% {
    background-color: #ffffff33;
  }
}
@keyframes glimmer3 {
  0% {
    background-color: #cccccc;
  }
 
  100% {
    background-color: #136c90;
    
  }
  
}
@keyframes glimmer4 {
  0% {
    background-color: #136c90;
    
  }
  100% {
    background-color: #cccccc;
    
  }
}
.text-center {
  text-align: center;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1370px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1370px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
.text,
.txt {
  line-height: 1.6;
  opacity: 0.7;
}
.text.ell2,
.txt.ell2 {
  height: 3.6em;
}
@media (max-width: 1440px) {
  .text,
  .txt {
    line-height: 1.6;
  }
  .text.ell2,
  .txt.ell2 {
    height: 3.2em;
  }
}
.text *,
.txt * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.op6 {
  opacity: 0.6;
}
.op7 {
  opacity: 0.7;
}
.text {
  font-size: 14px;
}
@media (max-width: 800px) {
  .text {
    font-size: 13px;
  }
}
.more {
  width: 158px;
  height: 48px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  transition: all 0.3s;
}
.more > span {
  font-size: 0.7em;
  margin-right: 0.5em;
}
.more svg .cl1 {
  fill: rgba(0, 0, 0, 0.8);
}
.more:hover {
  background-color: #136c90;
  color: #fff;
}
.more:hover svg .cl1 {
  fill: #fff;
}
.more.white-more:hover {
  background-color: #136c90;
  color: #fff;
}
.more.spe-more {
  color: #136c90;
}
.more.spe-more svg .cl1 {
  fill: #136c90;
}
.more.spe-more:hover {
  background-color: transparent;
}
.more.active-more {
  background-color: #136c90;
  color: #fff;
}
.more.active-more svg .cl1 {
  fill: #fff;
}
.more.active-more:hover {
  background-color: #fff;
  color: #136c90;
}
.more.active-more:hover svg .cl1 {
  fill: #136c90;
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  color: #a7a7a7;
  font-family: 'adineueBold', sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(8px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: calc(2.5em - 4px);
  font-size: 20px;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #136c90;
  text-decoration: underline;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #136c90;
  background-color: #fff;
}
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;
  }
}
#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;
  right: 0.3rem;
  z-index: 1000;
}
#aside .item {
  margin-top: 0.75em;
  position: relative;
}
#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;
  right: 100%;
  padding-right: 0.5em;
  margin-right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .fill{
    width: 100%;
    height: 100%;
} 
#aside .item .content {
  background-color: #136c90;
  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: #136c90;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-right: 0;
}
.fill {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
    right: 20px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 60px;
  }
  #aside .fill {
    display: none;
  }
}
/*@media (max-width: 768px) {*/
/*  #aside {*/
/*    display: none;*/
/*  }*/
/*}*/
/*.html5video .img {*/
/*  padding-top: 68.75%;*/
/*}*/
.html5video,.html5video .video-media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.html5video .play-icon {
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  cursor: pointer;
}
.html5video .play-icon::after {
  content: "";
  border-width: 8px 0 8px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.html5video .play-icon.spe-play-icon {
  width: 6em;
  height: 6em;
}
.html5video .play-icon.spe-play-icon::after {
  border-color: transparent transparent transparent #797979;
}
.html5video .play-icon .circle {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: aniamte02 40s linear infinite;
}
@keyframes aniamte02 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  .html5video .img {
    padding-top: 100%;
  }
  .html5video .play-icon.spe-play-icon {
    width: 4em;
    height: 4em;
  }
}
.main {
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1780px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.spe-main {
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .spe-main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .spe-main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .spe-main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .spe-main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 16px;
  }
  .f22 {
    font-size: 18px;
  }
  .f30 {
    font-size: 24px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 28px;
  }
  .f45 {
    font-size: 26px;
  }
  .f48 {
    font-size: 30px;
  }
  .dot .box img {
    width: 100px;
  }
}
#nav .logo {
  max-width: 169px;
}
#nav .logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1280px) {
  #nav .logo {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  #nav .logo {
    max-width: 100px;
  }
}
.title-01 {
  font-size: 1.8em;
}
@media (max-width: 1500px) {
  .title-01 {
    font-size: 1.6em;
  }
}
@media (max-width: 1200px) {
  .title-01 {
    font-size: 1.4em;
  }
}
@media (max-width: 1000px) {
  .title-01 {
    font-size: 1.25em;
  }
}
.title-02 {
  font-size: 1.5em;
}
@media (max-width: 1500px) {
  .title-02 {
    font-size: 1.35em;
  }
}
@media (max-width: 1200px) {
  .title-02 {
    font-size: 1.2em;
  }
}
.title-03 {
  font-size: 1.3em;
}
@media (max-width: 1500px) {
  .title-03 {
    font-size: 1.2em;
  }
}
@media (max-width: 1200px) {
  .title-03 {
    font-size: 1.1em;
  }
}
.swiper-pagination {
  line-height: 1;
  height: 8px;
}
.swiper-pagination > .swiper-pagination-bullet {
  vertical-align: top;
}
.swiper-pagination.default {
  position: static;
  margin-top: 20px;
}
.swiper-pagination.white > .swiper-pagination-bullet {
  background-color: #fff;
}


header > .masking {
  z-index: 2;
  opacity: 0.5;
}
header > .masking.left {
  width: 36%;
  min-width: 200px;
  background-image: -webkit-linear-gradient(left, #000, transparent);
  background-image: linear-gradient(left, #000, transparent);
}
header > .masking.top {
  height: 100px;
  background-image: -webkit-linear-gradient(top, #000, transparent);
  background-image: linear-gradient(top, #000, transparent);
}
.point {
  font-size: 14px;
}
.point a {
  display: inline;
}
.link {
  overflow: hidden;
  width: 2.15em;
  height: 2.15em;
  line-height: 2.15em;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .link {
    width: 1.9em;
    height: 1.9em;
    line-height: 1.9em;
  }
}
.link,
.link > .iconfont {
  position: relative;
}
.link > .iconfont {
  z-index: 3;
  display: block;
}
.link.active {
  border-color: #136c90;
  background-color: #136c90;
}
.link.lucency {
  border-color: #fff;
}
.link > .bg {
  z-index: 2;
  transform: scale(0);
  background-color: #fff;
}
.link.default {
  border-color: #a8a8a8;
  color: #a8a8a8;
}
.link.default > .bg {
  background-color: #136c90;
}
.link.gray {
  border-color: #dfdfdf;
  background-color: #dfdfdf;
}
.link > .down {
  animation: arrow-down-animate2 2s linear infinite;
}
@keyframes arrow-down-animate2 {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.link:hover > .bg {
  transform: scale(1);
}
.link.lucency:hover,
.link.active:hover {
  color: #136c90;
}
.link.default:hover {
  border-color: #136c90;
  color: #fff;
}
.mouse {
  width: 24px;
  height: 31px;
  /*background: url(../images/mouse.png) no-repeat scroll;*/
  background-size: 48px 31px;
}
.mouse.active {
  background-position: 0 0;
}
.mouse.default {
  background-position: -24px 0;
}
.section-title {
  line-height: 1;
  margin-bottom: 0.64rem;
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 1000px) {
  .section-title {
    margin-bottom: 35px;
    padding-bottom: 18px;
  }
}
.section-title .zh {
  font-size: 18px;
}
.contact > .item {
  line-height: 2em;
}
.contact > .item .iconfont {
  display: inline-block;
  width: 1.25em;
}
.contact > .item a.tel {
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact > .item a.tel {
    font-size: 1em;
  }
}
.contact > .item > .fl {
  width: 6.25em;
}
.contact > .item > .right {
  margin-left: 6.25em;
}
.wechat {
  font-size: 12px;
}
.wechat:not(:last-child) {
  margin-right: 0.4rem;
}
.wechat img {
  width: 100px;
}
.scroll-down {
  width: 22px;
  text-align: center;
}
.scroll-down > .mouse {
  width: 22px;
  height: 33px;
  animation: mouse-animate 6s linear infinite;
}
@keyframes mouse-animate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-down > .iconfont {
  font-size: 12px;
  display: inline-block;
  animation: arrow-down-animate 6s linear infinite;
}
@keyframes arrow-down-animate {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  33.3333% {
    transform: translateY(10%);
    opacity: 1;
  }
  66.66666% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(30%);
    opacity: 0;
  }
}
.row-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0.2rem;
  padding-bottom: 30px;
}
.row-title .line {
  width: 50px;
  height: 4px;
  background-color: #cacaca;
  margin: 6px auto 0;
}
.row-title .line:after {
  margin: 0 auto;
  background-color: #136c90;
  height: 100%;
  width: 12px;
}
.row-title.white {
  color: #fff;
}
.row-title.white .line {
  background-color: #fff;
}
.more-button {
  width: 4.9em;
  padding: 0 2em;
  height: 2.3em;
  line-height: 2.3em;
  text-align: justify;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
}
.more-button > span {
  font-size: 14px;
}
.more-button > .iconfont {
  font-size: 20px;
}
.more-button.lucency {
  border-color: #fff;
  color: #fff;
}
.more-button.lucency:hover {
  background-color: #136c90;
  border-color: #136c90;
  -webkit-filter: drop-shadow(4px 4px 0 rgba(87, 171, 255, 0.5));
  filter: drop-shadow(4px 4px 0 rgba(87, 171, 255, 0.5));
}
.page {
  background-color: #136c90;
  color: #fff;
  height: 64px;
  line-height: 64px;
  padding: 0 16px;
  text-align: center;
}
.page .iconfont {
  font-size: 12px;
}
.page a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page {
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
  }
}
.full-content {
  max-width: 100%;
  padding: 0 146px 0 100px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .full-content {
    padding: 0 20px;
  }
}
#nav {
  position: absolute;
  z-index: 100;
  bottom: auto;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
#nav .search {
  margin-left: 84px;
}
#nav .search > .content {
  width: 198px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-radius: 22px;
  height: 40px;
  line-height: 40px;
  padding-right: 15px;
}
#nav .search:hover > .content {
    border-color: #136c90;
}
#nav .search > .content > input {
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
}
#nav .search:hover > .content {
    
    border-color: #fff;
}
#nav .search > .content .iconfont:hover{
    /*color:#136c90;*/
    opacity: .6;
    cursor: pointer;
}
/*#nav .search:hover > .content > input{*/
/*    color: #fff;*/
/*}*/

#nav .search > .content > input::placeholder {
  color: #fff;
  font-size: 12px;
}


#nav .logo .spe-logo {
  display: none;
}
#nav.scroll #navbar .interaction {
  color: #000000b3;
}
#nav.scroll #navbar .interaction:hover,
#nav.scroll #navbar .interaction.active {
  color: #136c90;
}
#nav.scroll #navbar .interaction:hover::before,
#nav.scroll #navbar .interaction.active::before {
  background-color: #136c90;
}
#nav.scroll #navbar .interaction:hover::after,
#nav.scroll #navbar .interaction.active::after {
  border-color: transparent transparent #136c90 transparent;
}
#nav.scroll .search {
  color: #000000b3;
}
#nav.scroll .search > .content {
  border-color: rgba(0, 0, 0, 0.5);
}
#nav.scroll .search > .content > input {
  color: #000000b3;
}
#nav.scroll .search > .content > input::placeholder {
  color: #000000b3;
}
#nav.scroll .nav-btn {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0);
  background-color: transparent;
}
#nav.scroll .nav-btn .middle-item > .full {
  background-color: #000;
}
#nav.changelogo .logo img:first-child {
  display: none;
}
#nav.changelogo .logo .spe-logo {
  display: block;
}
#nav.addbg {
  padding-bottom: 140px;
  background: linear-gradient(#136c90 0%, transparent 100%);
}
#nav.addbg .nav-btn {
  backdrop-filter: blur(0);
  background-color: transparent;
}
#nav.select {
  transform: translateY(0);
  background-color: transparent;
}
#nav.select .substitution {
  -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;
}
#nav.scroll {
  transform: translateY(0);
}
#nav.home-nav.closenav #navbar{
    display: none;
}
@media (max-width: 1380px) {
  #nav .search {
    margin-left: 0;
  }
}
@media (max-width: 1180px) {
  #nav .search {
    display: none;
  }
}
@media (max-width: 1024px) {
  #nav {
    padding-top: 15px;
    padding-bottom: 30px;
    position: fixed;
    background: linear-gradient(#136c90 0%, transparent 100%);
  }
  #nav.addbg {
    padding-bottom: 20px;
  }
}
#nav.home-nav {
  position: fixed;
}

.nav-btn {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 96px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: none;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1000px) {
  .nav-btn {
    width: 90px;
    height: 50px;
    border-left: none;
    display: block;
    backdrop-filter: blur(0);
    background-color: transparent;
  }
}
.nav-btn .middle-item {
  z-index: 2;
  width: 30px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
    .nav-btn .hide-pc{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
  .nav-btn .middle-item {
    /*width: 20px;*/
    position: absolute;
    top: 50%;
    left: auto;
    
    right: 20px;
    transform: translateY(-50%);
  }
}
.nav-btn .middle-item > .full {
  background-color: #fff;
  width: 100%;
  height: 2px;
}
.nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
.nav-btn .middle-item.active .top {
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
.nav-btn .middle-item.active .middle {
  opacity: 0;
}
.nav-btn .middle-item.active .bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
.home-btn {
  display: block;
}
#navbar .interaction {
  margin-right: 38px;
  position: relative;
}
#navbar .interaction:hover::before,
#navbar .interaction.active::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background-color: #fff;
}
#navbar .interaction:hover::after,
#navbar .interaction.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-width: 0 5px 8px 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
@media (max-width: 1000px) {
  #navbar {
    display: none;
  }
}
#navbar > .relative:not(:last-child) {
  margin-right: 0.32rem;
}
#navbar > .relative > .full {
  top: auto;
  height: 2px;
  background-color: #fff;
}
#nav_fixed {
  display: none;
  z-index: 90;
  position: fixed;
  /*background-color: rgba(0, 0, 0, 0.9);*/
  color: #fff;
}
#nav_fixed .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #nav_fixed {
    padding-top: 90px;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .bg {
  margin: 1rem;
  z-index: 1;
  opacity: 0.01;
}
#nav_fixed > .full {
  z-index: 2;
  top: 0;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  -webkit-align-conten: space-between;
  align-content: space-between;
  
}
/*@media (max-width: 1200px) {*/
/*  #nav_fixed > .full {*/
/*    top: 20%;*/
/*  }*/
/*}*/
#nav_fixed  > .list {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
@media (max-width: 1200px) {
  #nav_fixed  > .list {
    display: block;
  }
}
@media (max-height: 650px) {
  #nav_fixed  > .list {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  #nav_fixed  > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed  > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}
@media (max-height: 768px) {
  #nav_fixed  > .list > .item > .top {
    font-size: 112.5%;
  }
}
@media (max-height: 650px) {
  #nav_fixed > .list > .item > .top {
    margin-bottom: 0;
  }
}
#nav_fixed > .list > .item > .secondary {
  margin-top: 12px;
  opacity: 0.7;
}
@media (max-width: 1200px) {
  #nav_fixed  > .list > .item > .secondary {
    display: none;
  }
}
#nav_fixed  > .list > .item > a:hover {
  text-decoration: underline;
}
#nav_fixed  > .bottom {
  width: 100%;
  padding-bottom: 50px;
}
#nav_fixed  > .bottom > .contact {
  margin-bottom: -18px;
}
#nav_fixed > .full > .bottom > .contact > .item {
  margin-bottom: 18px;
}
#nav_fixed > .full > .bottom > .right {
  text-align: center;
}
@media (max-height: 750px) {
  #nav_fixed > .full > .bottom > .right {
    display: none;
  }
}
#nav_fixed > .full > .bottom > .right > .clear {
  width: 250px;
}
#nav_fixed > .full > .bottom > .right img {
  margin-bottom: 10px;
}
#banner {
  position: relative;
}
#banner .main {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
#banner .main .title {
  font-size: 3.4em;
}
#banner .main .desc {
  margin: 30px auto 50px;
  line-height: 1.8;
}
#banner .main .right-scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
@media (max-width: 1480px) {
  #banner {
    height: 600px;
  }
}
@media (max-width: 768px) {
  #banner {
    height: 400px;
  }
  #banner .main {
    width: 90%;
  }
  #banner .main .title {
    font-size: 2em;
  }
  #banner .main .desc {
    margin: 20px auto 40px;
    line-height: 1.5;
  }
}
.nav-links {
  height: 85px;
  background-color: #FFF;
}
.nav-links a {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.7;
  height: 100%;
  line-height: 85px;
}
.nav-links a:last-child {
  border-right: none;
}
.nav-links a:hover,
.nav-links a.active {
  opacity: 1;
  border-right: none;
  color: #fff;
  background-color: #136c90;
}
@media (max-width: 768px) {
  .nav-links {
    height: auto;
    flex-wrap: wrap;
  }
  .nav-links a {
    width: 48%;
    flex: auto;
    line-height: 50px;
  }
  .nav-links a:nth-of-type(1),
  .nav-links a:nth-of-type(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .nav-links a:nth-of-type(2) {
    border-right: none;
  }
}
.home-swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home-swiper .vertical-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-swiper .vertical-slide .top-info .h1 {
  font-size: 3em;
}
@media (max-width: 1680px) {
  .home-swiper .vertical-slide .top-info .h1 {
    font-size: 2.5em;
  }
}
.home-swiper .vertical-slide .top-info .same-circle {
  margin: 20px 0;
}
.home-swiper .vertical-slide .top-info .tit {
  margin-bottom: 20px;
}
@media (max-width: 1480px) {
  .home-swiper .vertical-slide .top-info .h1 {
    font-size: 2.1em;
  }
  .home-swiper .vertical-slide .top-info .same-circle {
    margin: 10px 0;
  }
  .home-swiper .vertical-slide .top-info .tit {
    margin-bottom: 10px;
  }
}
.home-swiper .vertical-slide:nth-of-type(odd) .top-info .more {
  margin: 0 auto 60px;
  border-color: #fff;
}
.home-swiper .vertical-slide:nth-of-type(odd) .top-info .more svg .cl1 {
  fill: #fff;
}
.home-swiper .vertical-slide:nth-of-type(odd) .top-info .more:hover {
  border-color: #136c90;
}
.home-swiper .vertical-slide:nth-of-type(odd) .top-info .more:hover svg .cl1 {
  fill: #fff;
}
.home-swiper .vertical-slide:nth-of-type(even) .top-info .more {
  margin: 30px 0 40px;
}
.home-swiper .banner-swiper {
  position: relative;
}
.home-swiper .banner-swiper .swiper-slide {
  height: 100vh;
}
.home-swiper .banner-swiper .banner-txt {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  width: 34%;
  padding-left: 52px;
  border-left: 4px solid #136c90;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  transition: all .4s linear;
}
.home-swiper .banner-swiper .banner-txt .title {
  font-size: 55px;
  opacity: 0;
}
.home-swiper .banner-swiper .banner-txt .title .span2,
.home-swiper .banner-swiper .banner-txt .same-circle,
.home-swiper .banner-swiper .banner-txt .desc{
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
.home-swiper .banner-swiper .banner-txt .title .span1,
.home-swiper .banner-swiper .banner-txt .title .span2{
  display: inline-block;
}


.home-swiper .banner-swiper .banner-txt .same-circle {
  margin: 35px 0;
  transition-delay: 1s;
}
.home-swiper .banner-swiper .banner-txt .desc {
  line-height: 1.8;
  transition-delay: 1.2s;
}
.home-swiper .banner-swiper .swiper-slide-active .banner-txt {
    height: auto;
}
.home-swiper .banner-swiper .swiper-slide-active .banner-txt  .title ,
.home-swiper .banner-swiper .swiper-slide-active .banner-txt  .title .span2,
.home-swiper .banner-swiper .swiper-slide-active .banner-txt .same-circle,
.home-swiper .banner-swiper .swiper-slide-active .banner-txt .desc{
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1680px) {
  .home-swiper .banner-swiper .banner-txt {
    width: 40%;
  }
}
@media (max-width: 1480px) {
  .home-swiper .banner-swiper .banner-txt {
    width: 40%;
  }
  .home-swiper .banner-swiper .banner-txt .title {
    font-size: 40px;
  }
  .home-swiper .vertical-slide:nth-of-type(even) .top-info .more {
      margin: 20px 0 30px;
    }
    .home-swiper .vertical-slide:nth-of-type(odd) .top-info .more {
  margin: 0 auto 30px;
  
}
}
@media (max-width: 1080px) {
  .home-swiper .banner-swiper .banner-txt {
    width: 80%;
  }
  .home-swiper .banner-swiper .banner-txt .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .home-swiper .banner-swiper .banner-txt {
    width: 90%;
  }
}
.home-swiper .banner-swiper .right-scroll {
  position: absolute;
  bottom: 77px;
  right: 150px;
  z-index: 99;
}
.home-swiper .swiper-horizontal > .swiper-pagination-bullets,
.home-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.home-swiper .swiper-pagination-custom,
.home-swiper .swiper-pagination-fraction {
  bottom: -10px;
}
@media (max-width: 768px) {
  .home-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .home-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .home-swiper .swiper-pagination-custom,
  .home-swiper .swiper-pagination-fraction {
    bottom: -4px;
    width: 50%;
    left:50%;
    transform: translateX(-50%);
  }
}
.home-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  margin: 0 8px !important;
  opacity: 1;
}
.home-swiper .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #136c90;
  border-radius: 3px;
}
/*.home-swiper .banner-swiper .swiper-slide-active .banner-txt {*/
/*  -webkit-animation: commonnext 1s forwards;*/
/*  -o-animation: commonnext 1s forwards;*/
/*  animation: commonnext 1s forwards;*/
/*}*/
@media (max-width: 768px) {
  .home-swiper {
    height: auto;
  }
  .home-swiper .vertical-slide {
    height: auto;
  }
  .home-swiper > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-swiper .banner-swiper {
    height: 100vh;
  }
  .home-swiper .banner-swiper .swiper-slide {
    height: auto;
  }
  .home-swiper .banner-swiper .banner-txt {
      width: 80%;
      top: auto;
    bottom: 120px;
    left: 20px;
    /*padding-left: 20px;*/
    border-left: 3px solid #136c90;
    transform: translateY(0);
    padding: 10px 10px 10px 20px;
  }
  .home-swiper .banner-swiper .banner-txt::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.3);
  }
  .home-swiper .banner-swiper .banner-txt .same-circle {
    margin: 10px 0;
    z-index: 9;
    position: relative;
  }
  .home-swiper .banner-swiper .banner-txt .title {
    position: relative;
     z-index: 9;
  }
  .home-swiper .banner-swiper .banner-txt .desc {
    line-height: 1.6;
     z-index: 9;
     position: relative;
  }
  .home-swiper .banner-swiper .right-scroll {
    position: absolute;
    bottom: 77px;
    right: 150px;
    z-index: 99;
  }
}
.swiper-change {
  left: 100px;
  right: auto;
  top: auto;
  bottom: 77px;
  width: 16%;
  z-index: 100;
}
.swiper-change .btn {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-width: 1px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .swiper-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change .btn:hover {
  border-color: #136c90;
  background-color: #136c90;
}
.swiper-change .btn:after {
  content: "";
}
.swiper-change.spe-change .btn:hover {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change.spe-change .btn:hover .iconfont {
  color: #136c90;
}
.swiper-change.spe-change2 .btn {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change.spe-change2 .btn .iconfont {
  color: #136c90;
}
.swiper-change.spe-change2 .btn:hover {
  border-color: #136c90;
  background-color: #136c90;
}
.swiper-change.spe-change2 .btn:hover .iconfont {
  color: #fff;
}
@media (max-width: 1080px) {
  .swiper-change {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .swiper-change {
    width: 60%;
    left: 0;
    bottom: 60px;
  }
}
@keyframes commonnext {
  0% {
    transform: translateY(400px);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
#about {
  background-image: url(../images/about-bg2.jpg);
}
#about .container{
    width: 100%;
}
#about .data-box {
  width: 34%;
  height: 100vh;
  padding-top: 22vh;
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
#about .data-box ul li {
  margin-bottom: 68px;
}
#about .data-ul li:nth-of-type(1) .num,
#about .data-ul li:nth-of-type(2) .num,
#about .data-ul li:nth-of-type(4) .num {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .data-ul li:nth-of-type(1) .num .unit,
#about .data-ul li:nth-of-type(2) .num .unit,
#about .data-ul li:nth-of-type(4) .num .unit {
  margin-top: -8px;
}
#about .data-ul .tnumber {
  font-size: 3em;
  font-weight: bold;
  font-family: "Mont", sans-serif;
}
#about .data-ul .num {
  position: relative;
  text-align: center;
}
#about .data-ul .name {
  text-align: center;
}
#about .data-ul .num .unit {
  font-size: 24px;
  margin-left: 20px;
}
#about .info-box {
  width: 50%;
  padding-top: 12vh;
  padding-left: 14%;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  #about .info-box {
    padding-top: 10vh;
    padding-left: 14%;
  }
}
#about .info-box .video {
  height: 19em;
}
@media (max-width: 1480px) {
  #about .info-box .video {
    height: 230px;
  }
  #about .info-box {
    padding-top: 3vh;
    
  }
}
@media (max-width: 768px) {
  #about .container {
    flex-wrap: wrap;
  }
  #about .data-box {
    width: 100%;
    height: auto;
    padding: 60px 0 20px;
  }
  #about .data-ul li {
    margin-bottom: 28px;
  }
  #about .data-ul .tnumber {
    font-size: 2.5em;
  }
  #about .data-ul .num .unit {
    font-size: 20px;
    margin-left: 10px;
  }
  #about .info-box {
    width: 100%;
    padding: 50px 20px 60px;
  }
}
.video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.same-top-info .title span {
  color: #797979;
}
.same-top-info .same-circle {
  margin: 40px 0;
}
.same-top-info .h3 {
  opacity: 0.8;
}
.same-top-info .txt {
  margin: 40px 0 80px;
}
@media (max-width: 1600px) {
  .same-top-info .txt {
    margin: 40px 0 50px;
  }
}
@media (max-width: 768px) {
  .same-top-info .same-circle {
    margin: 20px 0;
  }
  .same-top-info .txt {
    margin: 30px 0 40px;
  }
}
#about.about-info {
  background-image: url(../images/info-bg.png);
  padding-top: 90px;
}
#about.about-info .left-box {
  width: 50%;
}
#about.about-info .left-box .data-ul {
  color: #797979;
  width: 90%;
}
#about.about-info .left-box .data-ul li{
    flex: 1;
}
#about.about-info .left-box .data-ul li:nth-of-type(1) .num,
#about.about-info .left-box .data-ul li:nth-of-type(2) .num,
#about.about-info .left-box .data-ul li:nth-of-type(4) .num {
  display: flex;
  align-items: center;
}
#about.about-info .left-box .data-ul li:nth-of-type(1) .num .unit,
#about.about-info .left-box .data-ul li:nth-of-type(2) .num .unit,
#about.about-info .left-box .data-ul li:nth-of-type(4) .num .unit {
  margin-top: -8px;
}
#about.about-info .left-box .data-ul li:hover .num {
  color: #136c90;
}
#about.about-info .left-box .data-ul li:hover .name {
  color: #000;
}
#about.about-info .right-pic {
  width: 45%;
  height: 450px;
  border-radius: 10px;
}
#about.about-info .title-box {
  position: relative;
  text-align: center;
  margin-top: 138px;
}
#about.about-info .title-box .bg {
  z-index: -1;
  bottom: auto;
  top: 35%;
  
  overflow: hidden;
}
.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee .swiper-slide {
  width: 100%;
  padding: 0 20px;
}
.marquee .swiper-slide img {
  display: block;
  max-width: 100%;
}
#about.about-info .video {
  height: 800px;
  margin-top: 120px;
}
#about.about-info .video .oppress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1600px) {
  #about.about-info .left-box .data-ul {
    width: 100%;
  }
}
@media (max-width: 1480px) {
  #about.about-info .video {
    height: 700px;
  }
  #about.about-info .left-box .data-ul .tnumber {
    font-size: 2em;
  }
  #about.about-info .left-box .data-ul .unit {
    font-size: 18px;
    margin-left: 10px;
  }
}
@media (max-width: 1280px) {
  #about.about-info .video {
    height: 600px;
  }
}
@media (max-width: 1000px) {
  #about.about-info .top-content {
    flex-wrap: wrap;
  }
  #about.about-info .top-content .left-box {
    width: 100%;
  }
  #about.about-info .top-content .right-pic {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  #about.about-info .title-box {
    margin-top: 50px;
  }
  #about.about-info .title-box>img {
    height: 150px;
  }
  #about.about-info .title-box .bg {
    z-index: -1;
    bottom: auto;
    top: 15%;
  }
  #about.about-info .video {
    height: 500px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #about.about-info {
    padding-top: 50px;
  }
  #about.about-info .left-box .data-ul {
    flex-wrap: wrap;
  }
  #about.about-info .left-box .data-ul li {
    width: 50%;
    flex: auto;
  }
  #about.about-info .top-content .right-pic {
    height: 250px;
    margin-top: 30px;
  }
  #about.about-info .title-box {
    margin-top: 50px;
  }
  #about.about-info .title-box>img {
    height: 80px!important;
  }
  #about.about-info .title-box .bg {
    height: 50px;
  }
  #about.about-info .video {
    height: 300px;
    margin-top: 40px;
  }
}
#about.feature-info {
  background-image: url(../images/info-bg3.jpg);
  padding-top: 0;
}
#about.feature-info .step-year .item {
  width: 22%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
#about.feature-info .step-year .item::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 39px;
  transform: translateY(-50%);
  background-image: url(../images/server-icon6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#about.feature-info .step-year .item:first-child {
  text-align: left;
}
#about.feature-info .step-year .item:first-child .info {
  margin-left: 2em;
}
#about.feature-info .step-year .item:nth-of-type(2) {
  width: 30%;
}
#about.feature-info .step-year .item:last-child {
  width: 30%;
}
#about.feature-info .step-year .item:last-child::before {
  display: none;
}
#about.feature-info .step-year .item .title .spe-font {
  margin-right: 6px;
}
#about.feature-info .txt {
  margin: 2.5em 0 3.5em;
}
#about.feature-info .left-box .data-ul {
  width: 100%;
}
#about.feature-info .left-box .data-ul li:nth-of-type(3) .num,
#about.feature-info .left-box .data-ul li:nth-of-type(5) .num {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about.feature-info .left-box .data-ul li:nth-of-type(3) .num .unit,
#about.feature-info .left-box .data-ul li:nth-of-type(5) .num .unit {
  margin-top: -8px;
}
#about.feature-info .left-box .data-ul .tnumber {
  font-size: 2em;
}
#about.feature-info .left-box .data-ul .num {
  color: #136c90;
}
#about.feature-info .left-box .data-ul .num .year {
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 4px;
}
#about.feature-info .left-box .data-ul .num .unit {
  font-size: 24px;
  margin-left: 20px;
}
#about.feature-info .left-box .data-ul .name {
  font-size: 12px;
}
#about.feature-info .server-box {
  border-radius: 10px;
  background-color: #ffffff;
  height: 280px;
  box-sizing: border-box;
  padding: 0 120px;
  margin-top: 62px;
}
#about.feature-info .server-box ul {
  height: 100%;
}
#about.feature-info .server-box ul li {
  height: 80%;
  padding-top: 3em;
  box-sizing: border-box;
  transition: all 0.3s linear;
  background-image: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#about.feature-info .server-box ul li .name {
  margin-top: 15px;
}
#about.feature-info .server-box ul li img{
    transition: all .3s linear;
}
#about.feature-info .server-box ul li:hover {
  /*padding-top: 2em;*/
  background-image: url(../images/server-line.png);
}
#about.feature-info .server-box ul li:hover img{
    display: inline-block;
    transform: translateY(-1em);
    
}
#about.feature-info .server-box ul li:hover .name{
    color: #136c90;
}
@media (max-width: 1280px) {
  #about.feature-info .step-year .item {
    width: 26%;
  }
  #about.feature-info .step-year .item:nth-of-type(2) {
    width: 34%;
  }
  #about.feature-info .step-year .item:last-child {
    width: 34%;
  }
  #about.feature-info .server-box {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  #about.feature-info .step-year .item:nth-of-type(2) {
    width: 38%;
  }
  #about.feature-info .step-year .item:last-child {
    width: 30%;
  }
  #about.feature-info .step-year .item:first-child .info {
    margin-left: 0;
  }
  #about.feature-info .left-box .data-ul li:nth-of-type(3) .num,
  #about.feature-info .left-box .data-ul li:nth-of-type(5) .num {
    justify-content: center;
  }
  #about.feature-info .left-box .data-ul .num .unit {
    font-size: 20px;
    margin-left: 10px;
  }
  #about.feature-info .server-box {
    height: auto;
    padding: 0 5px 20px ;
    margin-top: 32px;
  }
  #about.feature-info .server-box ul {
    flex-wrap: wrap;
  }
  #about.feature-info .server-box ul li {
    width: 50%;
    height: 200px;
    padding-top: 3em;
    box-sizing: border-box;
    transition: all 0.3s linear;
    background-image: none;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #about.feature-info .server-box ul li .name {
    margin-top: 15px;
  }
}
#business {
  background-image: url(../images/home-bg2.jpg);
}
#business .container {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 10vh;
  box-sizing: border-box;
  text-align: center;
}
#business .container .top-info .txt {
  opacity: 1;
  width: 80%;
  margin: 20px auto 40px;
}
#business .container .lists li {
  width: 23%;
}
#business .container .lists li .oppress {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
}
#business .container .lists li .oppress img {
  height: 90%;
}
#business .container .lists li .icon {
  width: 41px;
  height: 41px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  margin: 15px auto 0;
}
#business .container .lists li:hover .oppress {
  background-color: #136c90;
}
#business .container .lists li:hover .icon {
  background-color: #136c90;
  border-color: #136c90;
}
@media (max-width: 1480px) {
  #business .container {
    max-width: 1200px;
    padding-top: 5vh ;
  }
  #business .container .lists li .oppress {
 
      margin-bottom: 15px;
    }
    #business .container .top-info .txt {
      
      margin: 15px auto 25px;
    }
}
@media (max-width: 1280px) {
  #business .container {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  #business .container {
    max-width: 100%;
    padding: 50px 20px;
  }
  #business .container .top-info .txt {
    width: 100%;
    margin: 20px auto 30px;
  }
  #business .container .lists {
    flex-wrap: wrap;
  }
  #business .container .lists li {
    width: 47.5%;
    margin-bottom: 30px;
  }
  #business .container .lists li .oppress {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
  }
  #business .container .lists li .oppress img {
    height: 80%;
  }
  #business .container .lists li .icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 10px auto 0;
  }
}
#server {
  background-image: url(../images/home-bg3.jpg);
  padding-top: 14vh;
  box-sizing: border-box;
}
#server .info-box .top-info .more {
  margin: 1.5em auto;
}
#server .server-box {
  width: 58%;
  margin: 0 auto;
}
#server .server-box ul li {
  padding-bottom: 30px;
  border-bottom: 0 solid #136c90;
  position: relative;
}

#server .server-box ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #136c90;
  transition: all 0.3s linear;
}
#server .server-box ul li p {
  margin-top: 15px;
}
#server .server-box ul li:hover {
  color: #136c90;
}
#server .server-box ul li:hover  img{
    animation: shake .4s linear;
}
#server .server-box ul li:hover p {
  opacity: 1;
}
#server .server-box ul li:hover::after {
  width: 100%;
}
#server .step {
  margin-right: 96px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#server .step .item {
  width: 33.3%;
  padding: 3.5em 5em;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#server .step .item::before {
  content: "";
  position: absolute;
  right: -46px;
  top: 50%;
  width: 93px;
  height: 122px;
  transform: translateY(-50%);
  background-image: url(../images/server-icon5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#server .step .item:last-child {
  border-right: none;
}
#server .step .item:last-child::before {
  display: none;
}
#server .step .item i {
  display: inline-block;
  font-size: 2.8em;
  color: #136c90;
}
#server .step .item:hover i{
  animation: aniamte01 .8s linear;
}
@keyframes aniamte01 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
#server .step .item .title {
  margin: 2em 0 20px;
}
#server .step .item .title .spe-font {
  color: #136c90;
  margin-top: 4px;
  margin-right: 10px;
}
@media (max-width: 1480px){
    #server{
        padding-top: 2vh;
    }
    #server .step .item{
        padding: 20px 50px 0;
    }
    #server .step .item .title{
        margin: 10px 0 8px;
    }
}
@media (max-width: 768px) {
  #server {
    padding: 50px 20px;
  }
  #server .server-box {
    width: 100%;
    margin-top: 40px;
  }
  #server .server-box ul {
    flex-wrap: wrap;
  }
  #server .server-box ul li {
    width: 48%;
    padding-bottom: 30px;
  }
  #server .server-box ul li::after {
    display: none;
  }
  #server .server-box ul li p {
    margin-top: 15px;
  }
  #server .server-box ul li:hover {
    color: #136c90;
  }
  #server .server-box ul li:hover p {
    opacity: 1;
  }
  #server .server-box ul li:hover::after {
    width: 100%;
  }
  #server .step {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #server .step .item {
    width: 100%;
    padding: 40px 30px 50px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #server .step .item::before {
    content: "";
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -60px;
    transform: translateX(-50%) rotate(90deg);
  }
  #server .step .item:last-child {
    border-bottom: none;
  }
  #server .step .item .title {
    margin: 20px 0;
  }
}
#server.process {
  padding: 100px 0;
  background-image: none;
}
#server.process .step {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 0;
}
@media (max-width: 768px) {
  #server.process {
    padding: 50px 0;
  }
}
#partner {
  background-image: url(../images/home-bg4.jpg);
}
#partner .container {
  max-width: 80%;
  margin: 0 auto;
}
#partner .partnerSwiper {
  width: 92%;
  height: 360px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
}
#partner .partnerSwiper .swiper-slide {
  height: calc(100% / 2);
  overflow: hidden;
}
#partner .partnerSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
#partner .partnerSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
#partner .partnerSwiper .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  flex-wrap: wrap;
}
#partner .partnerSwiper .swiper-slide a:hover .logo {
  display: none;
}
#partner .partnerSwiper .swiper-slide a:hover .info {
  opacity: 1;
  transform: translateY(0);
}
#partner .partnerSwiper .swiper-slide .logo {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#partner .partnerSwiper .swiper-slide .logo img {
  display: block;
  max-width: 100%;
}
#partner .partnerSwiper .swiper-slide .info {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
  
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  transform: translateY(100px);
  transition: all 0.3s linear;
  
}
#partner .partnerSwiper .swiper-slide .info .txt-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 40px 30px;
    box-sizing: border-box;
}
#partner .partnerSwiper .swiper-slide .info .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 8;
}
#partner .partnerSwiper .swiper-slide .info .desc {
  line-height: 1.6;
  margin: 15px 0;
}
#partner .partnerSwiper .swiper-slide .info .bg {
  z-index: -1;
}
#partner .partnerSwiper .swiper-slide .info .icon-box{
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    color: #136c90;
    margin: 0 auto;
}
#partner .partnerSwiper .swiper-change {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  width: 20%;
  height: 180px;
  background-color: #136c90;
  border-bottom-right-radius: 10px;
  z-index: 99;
}
#partner .partnerSwiper .swiper-change .swiper-button-next,
#partner .partnerSwiper .swiper-change .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 55%;
}
#partner .partnerSwiper .swiper-change .swiper-button-prev,
#partner .partnerSwiper .swiper-change .swiper-rtl .swiper-button-next {
  left: 25%;
  right: auto;
}
#partner .partnerSwiper .swiper-change .btn:hover {
  color: #136c90;
  border-color: #fff;
  background-color: #fff;
}
@media (max-width: 1280px) {
  #partner .partnerSwiper {
    width: 100%;
  }
  #partner .partnerSwiper .swiper-change {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  #partner {
    padding: 50px 0;
  }
  #partner .container {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #partner .container .partnerSwiper {
    height: 450px;
  }
  #partner .partnerSwiper .swiper-slide{
      height: calc(100% / 3);
  }
  #partner .container .partnerSwiper .swiper-slide .info {
    padding: 20px 10px;
  }
  #partner .container .partnerSwiper .swiper-change {
    width: 50%;
    height: 150px;
  }
}
#partner.partner-info {
  background-image: none;
}
#partner.partner-info .txt {
  width: 88%;
  margin: 0 auto 55px;
}
#partner.partner-info .partnerSwiper {
  width: 100%;
  height: auto;
  /*background-color: #f5f5f5;*/
  background-color: #136c90;
}
#partner.partner-info .partnerSwiper .swiper-slide {
  width: 20%;
  height: 220px;
  overflow: hidden;
}
#partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(1)::before,
#partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(2)::before,
#partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(3)::before,
#partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(4)::before,
#partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(5)::before {
  display: none;
}
#partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(5n)::after {
  display: none;
}
#partner.partner-info .partnerSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#partner.partner-info .partnerSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
#partner.partner-info .partnerSwiper .swiper-slide .info .txt-box{
  padding: 50px 30px 0;
}

@media (max-width: 768px) {
  #partner.partner-info {
    padding: 0;
  }
  #partner.partner-info .txt {
    width: 100%;
    margin: 0 auto 35px;
  }
  #partner.partner-info .partnerSwiper {
    width: 100%;
    height: auto;
    
  }
  #partner.partner-info .partnerSwiper .swiper-slide {
    width: 50%;
    height: 160px;
    overflow: hidden;
  }
  #partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(3)::before,
  #partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(4)::before,
  #partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(5)::before {
    display: block;
  }
  #partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(5n)::after {
    display: block;
  }
  #partner.partner-info .partnerSwiper .swiper-slide:nth-of-type(2n)::after {
    display: none;
  }
  #partner.partner-info .partnerSwiper .swiper-slide .info .txt-box{
    padding: 30px 10px 0;
  }
}
#news {
  background-image: url(../images/home-bg5.jpg);
}
#news .container {
  width: 100%;
  padding-top: 10vh;
}
#news .info-box {
  max-width: 80%;
  margin: 0 auto;
}
#news .info-box .more {
  margin: 0;
}
#news .newsSwiper {
  margin-left: 10%;
  padding-top: 8em;
}
#news .newsSwiper .swiper-slide {
  width: 25%;
}
#news .newsSwiper .swiper-slide:nth-of-type(2n) {
  margin-top: -50px;
}
#news .newsSwiper .swiper-slide .oppress {
  width: 100%;
  height: 16em;
  border-radius: 10px;
  overflow: hidden;
}
#news .newsSwiper .swiper-slide .more {
  width: 82px;
  border: none;
  border-bottom: 1px solid #136c90;
  border-radius: 0;
}
#news .newsSwiper .swiper-slide .date {
  margin: 30px 0 20px;
}
#news .newsSwiper .swiper-slide .txt {
  margin: 25px 0 40px;
}
#news .newsSwiper .swiper-slide a:hover .title {
  color: #136c90;
}
#news .newsSwiper .swiper-slide a:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 1480px) {
    #news .newsSwiper {
  
  padding-top: 5em;
}
  #news .newsSwiper .swiper-slide .date {
    margin: 15px 0 8px;
  }
  #news .newsSwiper .swiper-slide .txt {
    margin: 10px 0;
  }
  #news .newsSwiper .swiper-slide .oppress {
  
  height: 200px;
  
}
}
@media (max-width: 768px) {
  #news .container {
    padding: 50px 20px;
    box-sizing: border-box;
  }
  #news .container .info-box {
    max-width: 100%;
  }
  #news .container .info-box .top-info {
    flex-wrap: wrap;
  }
  #news .container .info-box .top-info .caption {
    width: 100%;
    margin-bottom: 30px;
  }
  #news .newsSwiper {
    margin-left: 0;
    padding-top: 50px;
  }
  #news .newsSwiper .swiper-slide {
    width: 100%;
  }
  #news .newsSwiper .swiper-slide:nth-of-type(2n) {
    margin-top: 0;
  }
}
#news.news-info {
  background-image: none;
}
#news.news-info .newsSwiper {
  margin-left: 0;
  padding-top: 50px;
}
#news.news-info .newsSwiper .swiper-slide {
  width: 30.4%;
}
#news.news-info .newsSwiper .swiper-slide:nth-of-type(2n) {
  margin-top: 0;
}
#news.news-info .newsSwiper .swiper-slide .oppress {
  height: 280px;
}
#news.news-info .newsSwiper .swiper-slide .date {
  margin: 27px 0 14px;
}
#news.news-info .newsSwiper .swiper-slide .more {
  height: 30px;
}
#news.news-info .newsSwiper .swiper-slide a:hover .title {
  color: #136c90;
}
#news.news-info .newsSwiper .swiper-slide a:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  #news.news-info .spe-main {
    padding-bottom: 0;
  }
  #news.news-info .newsSwiper {
    padding-top: 30px;
    display: none;
  }
  #news.news-info .newsSwiper .ul {
    flex-wrap: wrap;
  }
  #news.news-info .newsSwiper .ul .swiper-slide {
    width: 100%;
    margin-bottom: 40px;
  }
  #news.news-info .newsSwiper .ul .swiper-slide .oppress {
    height: 180px;
  }
  #news.news-info .newsSwiper .ul .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .news-lists{
      margin-top: 50px;
  }
}
.bottom-slide {
  flex-wrap: wrap;
}
.bottom-slide #map2 {
  width: 100%;
  height: 60vh;
}
@media (max-width: 768px) {
  .bottom-slide #map2 {
    height: 300px;
  }
}
#map {
  width: 100%;
  height: 600px;
}
@media (max-width: 1080px) {
  #map {
    height: 400px;
  }
}
@media (max-width: 768px) {
  #map {
    height: 300px;
  }
}
#footer {
  width: 100%;
  height: 40vh;
  background-color: #4f4f4f;
  padding-top: 3.5em;
  box-sizing: border-box;
}
#footer .main {
  max-width: 85%;
  margin: 0 auto;
  padding-right: 4em;
  box-sizing: border-box;
}
#footer .main .logo {
  margin-right: 6em;
}
#footer .main .links {
  margin-left: 2em;
}
#footer .main .info {
  margin-top: 3em;
}
#footer .main .info dl {
  margin-right: 3em;
}
#footer .main .info dl:last-child {
  margin-right: 0;
}
#footer .main .info dl dd {
  margin-inline-start: 0;
  margin-top: 10px;
  font-size: 18px;
}
#footer .main .wechat {
  background-image: url(../images/en-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 8em;
  margin-top: -10px;
}
#footer .main .copyright {
  margin-top: 3em;
}
#footer .main .copyright a {
  opacity: 0.7;
}
#footer .main .copyright .left a:first-child {
  margin-right: 2em;
}
#footer .main .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1600px) {
  #footer .title {
    font-size: 28px;
  }
  #footer .main {
    padding-right: 0;
  }
  #footer .main .info dl {
    margin-right: 2em;
  }
  #footer .main .info dl dd {
    font-size: 16px;
  }
}
@media (max-width: 1480px) {
    #footer {
  
  padding-top:40px;
 
}
}
@media (max-width: 1400px) {
  #footer .main {
    max-width: 90%;
  }
}
@media (max-width: 1280px) {
  #footer .title {
    font-size: 20px;
  }
  #footer .main .wechat {
    padding-left: 0;
  }
}
@media (max-width: 1080px) {
  #footer {
    height: auto;
    padding: 50px 0 20px;
  }
  #footer .title {
    font-size: 24px;
    margin-bottom: 0;
    width: 100%;
  }
  #footer .main > div,
  #footer .main .top,
  #footer .main .info,
  #footer .main .copyright,
  #footer .main .copyright .left {
    flex-wrap: wrap;
  }
  #footer .main .info dl {
    width: 100%;
    margin-left: 0;
  }
  #footer .main .info dl dd {
    font-size: 14px;
  }
  #footer .main .links {
    margin-left: 0;
    margin-top: 30px;
  }
  #footer .main .flex-column {
    width: 100%;
  }
  #footer .main .wechat {
    margin-top: 30px;
  }
  #footer .main .copyright .left {
    margin-bottom: 10px;
  }
  #footer .main .logo {
    margin: 0 0 30px;
  }
}
#footer.page-footer {
  height: auto;
  padding: 80px 0 44px;
}
#footer.page-footer .main {
  max-width: 90%;
  padding-right: 0;
}
#footer.page-footer .main .wechat {
  background-size: 80% 50%;
  padding-left: 20em;
}
@media (max-width: 1680px) {
  #footer.page-footer .main .wechat {
    padding-left: 10em;
  }
}
@media (max-width: 1480px) {
  #footer.page-footer .main .wechat {
    padding-left: 6em;
  }
}
@media (max-width: 1080px) {
  #footer.page-footer .main .left {
    width: 100%;
  }
  #footer.page-footer .main .flex-between {
    flex-wrap: wrap;
  }
  #footer.page-footer .main .flex-column {
    width: 100%;
  }
  #footer.page-footer .main .flex-column .wechat {
    padding-left: 0;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  #footer.page-footer {
    padding: 50px 0 ;
  }
}
#footer.page-footer1 {
  height: auto;
}
#footer.page-footer1 .main .left {
  width: auto;
  margin-right: -8em;
  position: relative;
  z-index: 9;
}
#footer.page-footer1 .main .info {
  width: 90%;
}
@media (max-width: 1680px) {
  #footer.page-footer1 .main .logo {
    display: none;
  }
  #footer.page-footer1 .main .left {
    margin-right: -4em;
  }
  #footer.page-footer1 .main .info {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  #footer.page-footer1 .main .left {
    width: 100%;
    margin-left: 0;
  }
  #footer.page-footer1 .main .left .top {
    justify-content: space-between;
  }
  #footer.page-footer1 .main .flex-column {
    width: 100%;
    margin-top: 2 0px;
  }
}
.links .item {
  margin-right: 15px;
}
.links .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
}
.links .item .cc .icon {
  font-size: 1.5em;
}
.links .item.active .cc,
.links .item:hover .cc {
  background-color: #136c90;
  color: #fff;
  border: 1px solid #136c90;
}
.wechat li {
  margin-left: 28px;
  text-align: center;
}
.wechat li img {
  display: block;
  width: 147px;
  height: 147px;
  margin-bottom: 15px;
}
@media (max-width: 1580px) {
  .wechat li img {
    width: 8em;
    height: 8em;
  }
}
@media (max-width: 768px) {
  .wechat {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    justify-content: space-between;
  }
  .wechat li {
    margin-left: 0;
  }
}
#environment {
  background-image: url(../images/info-bg2.jpg);
  padding: 90px 0 120px;
}
#environment .same-top-info {
  text-align: center;
}
#environment .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#environment .swiper .swiper-button-next,
#environment .swiper .swiper-rtl .swiper-button-prev {
  right: 5em;
}
#environment .swiper .swiper-button-prev,
#environment .swiper .swiper-rtl .swiper-button-next {
  left: 5em;
}
#environment .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 680px;
  height: 300px;
}
#environment .swiper-slide .oppress {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#environment .swiper-slide.swiper-slide-active,
#environment .swiper-slide.swiper-slide-duplicate-active {
  transform: scale(1.3) !important;
}
#environment .swiper-slide.swiper-slide-active .title,
#environment .swiper-slide.swiper-slide-duplicate-active .title {
  display: block;
  transform: scale(1);
}
#environment .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  #environment {
    padding: 50px 0 ;
  }
  #environment .swiper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #environment .swiper .swiper-button-next,
  #environment .swiper .swiper-button-prev {
    display: none;
  }
  #environment .swiper-slide {
    height: 250px;
  }
  #environment .swiper-slide.swiper-slide-active,
  #environment .swiper-slide.swiper-slide-duplicate-active {
    transform: scale(1) !important;
  }
  #environment .swiper-slide .title {
    bottom: 20px;
    font-size: 18px;
  }
}
#honor {
  background-color: #f5f5f5;
  padding: 0.8rem 0 0.9rem;
}
#honor .same-top-info {
  text-align: center;
}
#honor .main .swiper-box {
  position: relative;
}
#honor .main .swiper {
  overflow: visible;
}
#honor .main .swiper-pagination {
  line-height: 1em;
  height: 1em;
  font-family: "adineueBold", sans-serif;
  color: #787878;
  margin-top: 0.3rem;
}
#honor .main .swiper-pagination .swiper-pagination-current {
  color: #136c90;
  margin-right: 0.5em;
}
#honor .main .swiper-pagination .swiper-pagination-total {
  margin-left: 0.5em;
}
#honor .main .type1 {
  max-width: 320px;
}
#honor .main .type1 .img {
  padding-top: 136%;
  opacity: 0.4;
  transition: all 0.4s ease;
}
#honor .main .type1 .title {
  text-align: center;
  margin-top: 20px;
  display: none;
  transition: all 0.3s linear;
}
#honor .main .type1 .swiper-slide-active .img {
  opacity: 1;
}
#honor .main .type1 .swiper-slide-active .title {
  display: block;
}
@media (max-width: 1024px) {
  #honor .main {
    padding: 0;
  }
  #honor .main .button {
    display: none;
  }
}
@media (max-width: 768px) {
  #honor {
    padding: 50px 0 ;
  }
}
#lists {
  padding: 100px 0;
  background-color: #f5f5f5;
}
#lists .top-info {
  text-align: center;
}
#lists .top-info .title {
  color: #686868;
}
#lists .top-info .desc {
  width: 60%;
  margin: 30px auto 60px ;
}
#lists .ul {
  width: 88%;
  margin: 0 auto;
}
#lists .ul li {
  width: 466px;
  margin-bottom: 56px;
  margin-right: 56px;
}
#lists .ul li:nth-of-type(3n) {
  margin-right: 0;
}
#lists .ul li a .oppress {
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
}
#lists .ul li a .title {
  text-align: center;
  margin-top: 25px;
  color: #686868;
}
#lists .ul li a:hover .oppress{
    background-color: #136c90;
}
#lists .ul li a:hover .oppress img {
  transform: scale(1.1);
}
#lists .ul li a:hover .title {
  color: #136c90;
}
@media (max-width: 1680px) {
  #lists .ul {
    width: 100%;
  }
  #lists .ul li {
    width: 31%;
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  #lists {
    padding: 50px 0;
  }
  #lists .top-info .desc {
    width: 90%;
    margin: 20px auto 30px ;
  }
  #lists .ul {
    justify-content: space-between;
  }
  #lists .ul li {
    width: 48%;
    margin-bottom: 26px;
    margin-right: 0;
  }
  #lists .ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #lists .ul li a .oppress {
    height: 200px;
  }
  #lists .ul li a .title {
    margin-top: 15px;
  }
}
.news-lists .ul li {
  position: relative;
  padding: 36px 0 38px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-lists .ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #136c90;
  transition: all 0.4s ease-out;
}
.news-lists .ul li .left {
  width: 30%;
}
.news-lists .ul li .left .date {
  margin-bottom: 10px;
}
.news-lists .ul li .middle {
  width: 30%;
  position: relative;
}
.news-lists .ul li .middle .desc img {
  margin-top: 8px;
  margin-right: 10px;
}
.news-lists .ul li .middle .more {
  width: 82px;
  border: none;
  border-bottom: 1px solid #136c90;
  border-radius: 0;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.news-lists .ul li .right {
  width: 400px;
  height: 240px;
  border-radius: 10px;
}
.news-lists .ul li:hover::after {
  width: 37%;
}
.news-lists .ul li:hover .h3 {
  color: #136c90;
}
.news-lists .ul li:hover .middle .txt {
  opacity: 1;
}
.news-lists .ul li:hover .middle .more {
  opacity: 1;
}
.news-lists .ul li:hover .oppress img {
  transform: scale(1.1);
}
@media (max-width: 1480px) {
  .news-lists .ul li .left {
    width: 30%;
  }
}
@media (max-width: 1380px) {
  .news-lists .ul li .right {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .news-lists .ul li {
    padding-bottom: 30px;
  }
  .news-lists .ul li a {
    flex-wrap: wrap;
  }
  .news-lists .ul li .left,
  .news-lists .ul li .right,
  .news-lists .ul li .middle {
    width: 100%;
  }
  .news-lists .ul li .middle {
    margin: 20px 0;
  }
  .news-lists .ul li .middle .more {
    display: none;
  }
  .news-lists .ul li .right {
    height: 180px;
  }
  .news-lists .ul li .right .h3 {
    margin-bottom: 15px;
  }
  .news-lists .ul li .right .desc img {
    margin-top: 4px;
    margin-right: 8px;
  }
}
#connect .same-top-info .txt {
  width: 80%;
  margin: 0 auto 80px;
  opacity: 1;
}
#connect .connect-info {
  margin: 70px 0;
}
#connect .connect-info .ul {
  height: 368px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#connect .connect-info .ul li {
  height: 100%;
  flex: 1;
  padding-left: 60px;
  padding-top: 72px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#connect .connect-info .ul li:last-child {
  border-right: none;
}
#connect .connect-info .ul li .info .f18 {
  margin: 30px 0 25px;
}
#connect .connect-info .ul li .info .f24 {
  margin-bottom: 25px;
}
#connect .connect-info .ul .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #136c90;
}
#connect .connect-info .ul .icon-box .iconfont {
    display: block;
  color: #fff;
  font-size: 30px;
  
}
#connect .connect-info .ul li:hover .icon-box {
    animation: shake .4s linear;
}
#connect .bottom-info .links {
  margin-top: 30px;
}
#connect .bottom-info .links .item .cc {
  color: #949494;
  box-shadow: none;
  border: 1px solid #949494;
}
#connect .bottom-info .links .item.active .cc,
#connect .bottom-info .links .item:hover .cc {
  background-color: #136c90;
  color: #fff;
  border: 1px solid #136c90;
}
#connect .bottom-info .wechat li {
  margin-left: 28px;
  text-align: center;
}
#connect .bottom-info .wechat li .pic {
  border-width: 1px;
  border-color: #c3c3c3;
  border-style: solid;
  width: 148px;
  height: 148px;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 15px;
}
#connect .bottom-info .wechat li img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
#connect .bottom-info .wechat li p {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #connect .bottom-info .wechat {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    justify-content: space-between;
  }
  #connect .bottom-info .wechat li {
    margin-left: 0;
  }
}
@media (max-width: 1080px) {
  #connect .same-top-info .txt {
    width: 100%;
    margin: 0 auto 40px;
  }
  #connect .bottom-info {
    flex-wrap: wrap;
  }
  #connect .bottom-info .left-box {
    width: 100%;
    text-align: center;
  }
  #connect .bottom-info .links {
    justify-content: center;
  }
  #connect .bottom-info .wechat {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #connect .connect-info {
    margin: 40px 0;
  }
  #connect .connect-info .ul {
    height: auto;
    flex-wrap: wrap;
  }
  #connect .connect-info .ul li {
    height: auto;
    flex: auto;
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #connect .connect-info .ul li:last-child {
    border-bottom: none;
  }
  #connect .connect-info .ul li .info .f18 {
    margin: 20px 0 15px;
  }
  #connect .connect-info .ul li .info .f24 {
    margin-bottom: 15px;
  }
  #connect .connect-info .ul .icon-box {
    width: 42px;
    height: 42px;
  }
  #connect .connect-info .ul .icon-box .iconfont {
    font-size: 20px;
  }
  #connect .bottom-info .left-box img {
    width: 100%;
  }
  #connect .bottom-info .wechat {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    justify-content: space-between;
  }
  #connect .bottom-info .wechat li {
    margin-left: 0;
    width: 31.8%;
    justify-content: space-between;
  }
  #connect .bottom-info .wechat li .pic {
    width: 100%;
    height: 120px;
    padding: 1px;
    margin-bottom: 10px;
  }
}
.details .left-slide {
  width: 10%;
}
.details .left-slide .date {
  margin-top: 20px;
}
.details .left-slide .date .year {
  margin-bottom: -10px;
}
.details .left-slide .btn-box {
  margin-top: 70px;
}
.details .left-slide .btn-box a {
  margin-bottom: 20px;
}
.details .left-slide .btn-box a i {
  width: 39px;
  height: 39px;
  border-width: 1px;
  border-color: #c9c9c9;
  border-style: solid;
  border-radius: 50%;
  background-color: #f8f8f8;
  margin-right: 10px;
  box-sizing: border-box;
}
.details .left-slide .btn-box a.back i,
.details .left-slide .btn-box a:hover i {
  border: none;
  color: #fff;
  background-color: #136c90;
}
.details .article {
  width: 60%;
}
.details .article .tit {
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.details .article .desc {
  line-height: 1.8;
  font-size: 18px;
}
.details .article .desc img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.details .right-news {
  width: 25%;
}
.details .right-news ul {
  margin-top: 28px;
}
.details .right-news ul li {
  width: 100%;
  margin-bottom: 42px;
}
.details .right-news ul li:last-child {
  margin-bottom: 0;
}
.details .right-news ul li a .oppress {
  border-radius: 10px;
  height: 230px;
}
.details .right-news ul li a .bottom .date {
  margin-top: 23px;
  margin-bottom: 10px;
}
.details .right-news ul li a:hover .oppress .img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .details .spe-main {
    flex-wrap: wrap;
  }
  .details .right-news,
  .details .article {
    width: 100%;
  }
  .details .left-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .details .left-slide .date-box {
    display: flex;
    align-items: center;
  }
  .details .left-slide .date-box .date {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .details .left-slide .date-box .date .year {
    margin: 0 5px 0 10px;
  }
  .details .left-slide .date-box .date P:last-child {
    display: flex;
    align-items: center;
  }
  .details .left-slide .btn-box {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .details .left-slide .btn-box a {
    margin-bottom: 0;
  }
  .details .left-slide .btn-box a i {
    width: 30px;
    height: 30px;
  }
  .details .left-slide .btn-box a span {
    display: none;
  }
  .details .article .tit {
    margin-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .details .article .desc {
    font-size: 14px;
  }
  .details .right-news {
    margin-top: 40px;
  }
  .details .right-news ul {
    margin-top: 18px;
  }
}
.details2 .left-slide .btn-box {
  margin-top: 0;
}
.details2 .article {
  width: 90%;
}
.details2 .article .tit .tit-logo {
  margin-left: 67px;
}
@media (max-width: 1024px) {
  .details2 .article {
    width: 100%;
  }
  .details2 .article .tit {
    flex-wrap: wrap;
  }
  .details2 .article .tit .f32 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .details2 .article .tit .tit-logo {
    margin-left: 0;
  }
}

.pop {
  width: 1200px;
  height: 680px;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding-left: 78px;
  padding-right: 78px;
}
.pop .swiper-box {
  border-radius: 10px;
  background-color: #ffffff;
  width: 770px;
  height: 370px;
  margin: 0 auto;
  position: relative;
}
.pop .swiper-box .swiper {
  width: 100%;
  height: 100%;
}
.pop .swiper-box .swiper .oppress {
  width: 100%;
  height: 100%;
}
.pop .swiper-box .swiper .swiper-pagination.default {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.pop .swiper-box .swiper-change {
  width: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop .info .title {
  margin: 50px 0 30px;
}
.pop .info .desc {
  line-height: 1.8;
}
.pop > .carousel__button.is-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #000;
  background-color: #ffffff;
  top: -60px;
  right: -60px;
  box-sizing: border-box;
}
@media (max-width: 1480px) {
  .pop {
    width: 90%;
    height: auto;
  }
  .pop .swiper-box {
    width: 70%;
  }
}

#toTop {
    position: fixed;
    right: 0;
    bottom: 2rem;
    z-index: 200;
    cursor: pointer;
    transform: translateX(100%);
    transition: all 0.4s ease;
    z-index: 1000;
}

#toTop .cc {
    width: 2.3em;
    height: 2.3em;
    border: 1px solid #000;
    color: #000;
    transition: all 0.4s ease;
    transform: rotate(-90deg);
    border-radius: 50%;
}
#toTop.on {
    transform: none;
    right: 0.3rem;
}
#toTop:hover .cc {
    border-color: #136c90;
    background-color: #136c90;
    color: #fff;
}
@media (max-width: 1000px) {
  .pop {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pop .swiper-box {
    width: 100%;
  }
  .pop .info .title {
    margin: 20px 0 10px;
  }
  .pop > .carousel__button.is-close {
    width: 30px;
    height: 30px;
    top: -40px;
    right: 0;
  }
  #toTop.on {
    
    right: 20px;
    }
}
