#bloc.on #home {
  transform: translate3d(0, -4rem, 0);
  -webkit-transform: translate3d(0, -4rem, 0);
  -moz-transform: translate3d(0, -4rem, 0);
  -o-transform: translate3d(0, -4rem, 0);
  -ms-transform: translate3d(0, -4rem, 0);
}

#home {
  /* position: fixed; */
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
}

#home #main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#home #main #roll {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

#home #main #roll .row {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  z-index: 5;
}

#home #main #roll .row .alan {
  opacity: 0;
}

#home #main #roll .row .alanLeft,
#home #main #roll .row .alanIn {
  opacity: 0;
}

#home #main #roll .row.del {
  opacity: 1;
  pointer-events: auto;
}

#home #main #roll .row.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

#home #main #roll .row.on .alan {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}

#home #main #roll .row.on .alanLeft {
  animation-name: fadeInLeftSmall;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}

#home #main #roll .row.on .alanIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}

#home #main #roll .row .delay1 {
  animation-delay: 0.1s;
}

#home #main #roll .row .delay2 {
  animation-delay: 0.2s;
}

#home #main #roll .row .delay3 {
  animation-delay: 0.3s;
}

#home #main #roll .row .delay4 {
  animation-delay: 0.4s;
}

#home #main #roll .row .delay5 {
  animation-delay: 0.5s;
}

#home #main #roll .row .delay6 {
  animation-delay: 0.6s;
}

#home #main #roll .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#home #main #roll .row .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#home #main #roll .row .rowMain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#home #main #roll .row .rowMain .con {
  position: relative;
  padding-bottom: calc(4.1vw - 20px);
  height: 100%;
  padding-top: 1.3rem;
  width: 100%;
  padding-right: 6.8vw;
  padding-left: 12vw;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#home #main #roll #r3 {
  background-color: #000;
  overflow: hidden;
}

#home #main #roll #r3 .bg .pic {
  opacity: 0;
  z-index: 2;
  transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#home #main #roll #r3 .bg .pic.on {
  opacity: 0.5;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  z-index: 10;
}

#home #main #roll #r3 .rowMain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  height: calc(100% - 1.3rem);
  top: 1.3rem;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  pointer-events: none;
}

#home #main #roll #r3 .rowMain .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: auto;
  height: calc(100% + 1.3rem);
  bottom: 0;
}

#home #main #roll #r3 .rowMain .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}

#home #main #roll #r3 .rowMain .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home #main #roll #r3 .rowMain .con>div {
  position: relative;
  margin-top: -0.65rem;
}

#home #main #roll #r3 .rowMain .con>div h2 {
  line-height: 1;
  margin-bottom: 0.4rem;
  opacity: 0;
}

#home #main #roll #r3 .rowMain .con>div p {
  line-height: 1;
  opacity: 0;
}

#home #main #roll #r3 .rowMain .con>div .ad {
  position: absolute;
  top: 0;
  opacity: 0;
  right: calc(100% + 30px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4rem;
  color: #fff;
}

#home #main #roll #r3 .rowMain .con .cirBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 24vw;
  height: 24vw;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
}

#home #main #roll #r3 .rowMain .con .cirBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#home #main #roll #r3 .rowMain .con .cirBox svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

#home #main #roll #r3 .rowMain .con .cirBox svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 400%;
  transition: stroke-dashoffset 0.6s ease-out;
  -webkit-transition: stroke-dashoffset 0.6s ease-out;
  -moz-transition: stroke-dashoffset 0.6s ease-out;
  -o-transition: stroke-dashoffset 0.6s ease-out;
  -ms-transition: stroke-dashoffset 0.6s ease-out;
}

#home #main #roll #r3 .rowMain .con .cirBox svg#cirBg circle {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dashoffset: 85%;
}

#home #main #roll #r3 .rowMain .con .cirBox svg#cirCon {
  display: none;
}

#home #main #roll #r3 .rowMain .con .cirBox svg#cirCon circle {
  stroke-dashoffset: 198%;
}

#home #main #roll #r3 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 1.3rem);
  top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15vw;
  z-index: 13;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}

#home #main #roll #r3 .other #clock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  width: 28vw;
  height: 28vw;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  border: 0.5px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

#home #main #roll #r3 .other #clock>img {
  height: 100%;
  position: absolute;
  z-index: 3;
}

#home #main #roll #r3 .other #clock .time-box {
  pointer-events: none;
  z-index: 5;
  position: absolute;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  top: -22px;
  left: -22px;
}

#home #main #roll #r3 .other #clock .time-box>ul {
  width: 0;
  position: absolute;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-num {
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-num>li>i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-num>li.on>i {
  opacity: 1;
}

#home #main #roll #r3 .other #clock .time-box>ul>li {
  height: calc(100% + 7.5px);
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

#home #main #roll #r3 .other #clock .time-box>ul>li i {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1025px) {
  #home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(1) i {
    transform: translateX(-50%) rotate(-45deg);
  }

  #home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(2) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(2) i {
    transform: translateX(-50%) rotate(-135deg);
  }

  #home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(3) {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  #home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(3) i {
    transform: translateX(-50%) rotate(-225deg);
  }

  #home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(4) {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  #home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(4) i {
    transform: translateX(-50%) rotate(-315deg);
  }
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir {
  transform-origin: 50% 50%;
  bottom: 50%;
  left: 50%;
  height: 50%;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  border: 2px solid;
  opacity: 0.8;
  cursor: pointer;
  pointer-events: auto;
  border-color: transparent;
}

@media screen and (max-width: 600px) {
  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
  }
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
}

@media screen and (max-width: 600px) {
  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
  }
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a {
  position: absolute;
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a small {
  font-size: 0.5rem;
  line-height: 1;
  display: inline-block;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a em {
  white-space: nowrap;
  display: block;
  line-height: 1;
  color: #fff;
  min-width: 164px;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on {
  pointer-events: none;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i {
  opacity: 1;
  pointer-events: none;
  border-color: #fff;
}

@media screen and (min-width: 1025px) {
  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(1)>i>a {
    left: calc(100% + 40px);
    bottom: 15px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition-delay: 4s;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(2)>i>a {
    left: calc(100% + 40px);
    top: 20px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition-delay: 4.1s;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(3)>i>a {
    right: calc(100% + 40px);
    top: 20px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 4.2s;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(4)>i>a {
    right: calc(100% + 40px);
    bottom: 15px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 4.3s;
  }
}

#home #main #roll #r3 .other #clock .time-move {
  z-index: 4;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
}

@media screen and (min-width: 600px) {
  #home #main #roll #r3 .other #clock .time-move canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
  }
}

@media screen and (max-width: 600px) {
  #home #main #roll #r3 .other #clock .time-move canvas {
    width: 100%;
  }
}

#home #main #roll #r3 .other #clock .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 78%;
  height: 72%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  min-height: 168px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li {}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li i {
  font-size: 0.8rem;
  color: #fff;
  line-height: 0.8rem;
}


#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li h3 {
  width: 100%;
  margin: 0.3rem 0 0rem 0;
  font-size: 28px;
  color: #ffffff;
}



#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li>small p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5 {
  display: inline-block;
  margin-top: 0.5rem;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5 img.more {
  width: 9px;
  height: auto;
  margin: 0 0 0 9px;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5>span {
  width: 130px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
  background-position: 1% 50%;
  background-size: 400% 300%;
  border: 1px solid #fff;
  -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5>span:hover {
  color: #000;
  background-position: 99% 50%;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li.on,
#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li.next {
  display: flex;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li.on .layout-btn-5,
#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li.next .layout-btn-5 {
  pointer-events: auto;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .layer-btn {
  display: flex;
  border-radius: 6px;
  margin-top: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.58rem;
  background-color: #fff;
  color: #808080;
  max-width: 160px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .layer-btn>i {
  color: #ac0d14;
  font-size: 26px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .layer-btn:hover {
  background-color: #ac0d14;
  color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.12);
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .layer-btn:hover>i {
  color: #fff;
}

#home #main #roll #r3 .other .dotBox {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 50px;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#home #main #roll #r3 .other .dotBox>li {
  position: relative;
  margin: 0.2rem 0;
  cursor: pointer;
}

#home #main #roll #r3 .other .dotBox>li svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

#home #main #roll #r3 .other .dotBox>li svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 0.01s ease-out;
  -webkit-transition: stroke-dashoffset 0.01s ease-out;
  -moz-transition: stroke-dashoffset 0.01s ease-out;
  -o-transition: stroke-dashoffset 0.01s ease-out;
  -ms-transition: stroke-dashoffset 0.01s ease-out;
}

#home #main #roll #r3 .other .dotBox>li span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: border-color 0.6s ease-out;
  -webkit-transition: border-color 0.6s ease-out;
  -moz-transition: border-color 0.6s ease-out;
  -o-transition: border-color 0.6s ease-out;
  -ms-transition: border-color 0.6s ease-out;
}

#home #main #roll #r3 .other .dotBox>li span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#home #main #roll #r3 .other .dotBox>li.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 5s ease-out;
  -webkit-transition: stroke-dashoffset 5s ease-out;
  -moz-transition: stroke-dashoffset 5s ease-out;
  -o-transition: stroke-dashoffset 5s ease-out;
  -ms-transition: stroke-dashoffset 5s ease-out;
}

#home #main #roll #r3 .other .dotBox>li.on span {
  border-color: rgba(255, 255, 255, 0.3);
}

#home #main #roll #r3 .other.on {
  opacity: 1;
  pointer-events: auto;
}

#home #main #roll #r3.over {
  z-index: 16;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}

#home #main #roll #r3.in {
  z-index: 15;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in;
  transform-origin: 50% 50%;
}

#home #main #roll #r3.out {
  z-index: 10;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}

#home #main #roll #r3.on .rowMain {
  opacity: 0;
  transition-delay: 2s;
}

#home #main #roll #r3.on .rowMain .con .cirBox {
  width: 38vw;
  height: 38vw;
  transition-delay: 0.5s;
}

#home #main #roll #r3.on .rowMain .con .cirBox img {
  animation: loopCir 10s linear infinite;
  animation-fill-mode: both;
  backface-visibility: hidden;
}

#home #main #roll #r3.on .rowMain .con>div h2 {
  animation: ani1 2s ease-in-out;
  animation-fill-mode: both;
}

#home #main #roll #r3.on .rowMain .con>div p {
  animation: ani1 2s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0.1s;
}

#home #main #roll #r3.on .rowMain .con>div .ad {
  animation: ani1 2s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}

#home #main #roll #r3.on .other #clock .time-box .time-cir>li i>a {
  transform: none !important;
  opacity: 1;
  min-width: 50px;
}

#home #main #roll #r3.on .other #clock .time-box .time-cir>li i>a img {
  width: 50px;
  height: 50px;
}

#home #main>.other {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100%);
  width: 1.3rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: screen;
}

#home #main>.other>i {
  font-size: 0.6rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#home #main>.other .img {
  position: absolute;
  bottom: 1.2rem;
  display: none;
}

#home #main>.other .img2 {
  position: absolute;
  display: none;
  bottom: 1.2rem;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#home #main>.other.bc {
  mix-blend-mode: unset;
}

#home #main>.other.bc>i {
  color: #333;
}

#home #main>.other.bc .img {
  opacity: 0;
}

#home #main>.other.bc .img2 {
  opacity: 1;
}

#home .roll-items {
  position: fixed;
  left: 0.7rem;
  height: 100%;
  width: 60px;
  top: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#home .roll-items>ol {
  width: 23px;
}

#home .roll-items>ol>li {
  width: 22px;
  height: 22px;
  margin: 0.3rem 0;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  cursor: pointer;
}

#home .roll-items>ol>li svg {
  width: 24px;
  height: 24px;
  transform: translate(-2px, -4px) rotate(-90deg);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#home .roll-items>ol>li svg circle {
  stroke-dashoffset: 189px;
  stroke-dasharray: 63px;
  stroke: #fff;
  stroke-width: 2px;
}

#home .roll-items>ol>li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 6px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

#home .roll-items>ol>li:before {
  content: attr(data-node);
  position: absolute;
  white-space: nowrap;
  font-size: 0.16rem;
  left: calc(100% + 15px);
  height: 20px;
  line-height: 20px;
  top: 0;
  color: #666666;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#home .roll-items>ol>li.on {
  border-color: rgba(0, 0, 0, 0.1);
}

#home .roll-items>ol>li.on:after {
  opacity: 0;
}

#home .roll-items>ol>li.on:before {
  opacity: 1;
}

#home .roll-items>ol>li.on svg circle {
  stroke-dashoffset: 126px;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
}

#home .roll-items.on {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
}

#home .roll-items.wc .dot_num>em {
  color: rgba(255, 255, 255, 0.2);
}

#home .roll-items.wc .dot_num>em.num_ {
  color: #fff;
}

#home .roll-items.wc>ol>li svg circle {
  stroke: #fff;
}

#home .roll-items.wc>ol>li.on {
  border-color: rgba(255, 255, 255, 0.2);
}

#home .roll-items.wc>ol>li:after {
  background-color: rgba(255, 255, 255, 0.4);
}

#home .roll-items.wc>ol>li:before {
  color: #fff;
}

#jue #top {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

#jue #top #fn1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#jue #top #fn1 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000;
}

#jue #top #fn1 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

#jue #top #fn1 .photo .pic.on {
  opacity: 0.7;
}

#jue #top #fn1 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

#jue #top #fn1 .other svg path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 500%;
  stroke-dashoffset: 500%;
  fill: none;
  transition: stroke-dashoffset 3s ease-out;
  -webkit-transition: stroke-dashoffset 3s ease-out;
  -moz-transition: stroke-dashoffset 3s ease-out;
  -o-transition: stroke-dashoffset 3s ease-out;
  -ms-transition: stroke-dashoffset 3s ease-out;
}

#jue #top #fn1 .other .l1 {
  position: absolute;
  top: -0.06rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44.4vw;
  height: calc(100vh - 0.98rem - 24px);
}

#jue #top #fn1 .other .l2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
}

#jue #top #fn1 .other .l3 {
  position: absolute;
  bottom: calc(0.4rem + 24px);
}

#jue #top #fn1 .other .l4 {
  position: absolute;
  top: 0.58rem;
}

#jue #top #fn1 .other.on svg path {
  stroke-dashoffset: 180%;
}

#jue #top #fn1 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#jue #top #fn1 .con .ad {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100%);
  width: 1.3rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

#jue #top #fn1 .con .ad>a {
  font-size: 0.6rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#jue #top #fn1 .con .msg {
  width: 100%;
  height: 100%;
  position: relative;
}

#jue #top #fn1 .con .msg .msgList {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

#jue #top #fn1 .con .msg .msgList i {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6rem;
  font-size: 0.82rem;
  font-style: normal;
}

#jue #top #fn1 .con .msg .msgList h2 {
  line-height: 1;
  margin-bottom: 0.4rem;
  text-align: center;
}

#jue #top #fn1 .con .msg .msgList p {
  text-align: center;
  line-height: 1.2;
}

#jue #top #fn1 .con .msg .msgList.on,
#jue #top #fn1 .con .msg .msgList.next {
  opacity: 1;
  pointer-events: auto;
}

#jue #top #fn1 .con .msg .msgList.first {
  display: none;
}

#jue #top #fn1 .con .dotBox {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 5.36%;
}

#jue #top #fn1 .con .dotBox>div {
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
}

#jue #top #fn1 .con .dotBox>div svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
}

#jue #top #fn1 .con .dotBox>div svg circle {
  stroke-width: 2px;
  stroke: #ac0d14;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 1s ease;
}

#jue #top #fn1 .con .dotBox>div i {
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

#jue #top #fn1 .con .dotBox>div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

#jue #top #fn1 .con .dotBox>div span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0;
}

#jue #top #fn1 .con .dotBox>div span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#jue #top #fn1 .con .dotBox>div.on svg {
  opacity: 1;
}

#jue #top #fn1 .con .dotBox>div.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 6s ease-out;
  -webkit-transition: stroke-dashoffset 6s ease-out;
  -moz-transition: stroke-dashoffset 6s ease-out;
  -o-transition: stroke-dashoffset 6s ease-out;
  -ms-transition: stroke-dashoffset 6s ease-out;
}

#jue #top #fn1 .con .dotBox>div.on i {
  opacity: 0;
}

#jue #top #fn1 .con .dotBox>div.on span {
  border-color: #ac0d14;
  opacity: 1;
}

@media screen and (orientation: landscape) {
  #jue #top #fn1 .con .dotBox>div:hover svg {
    opacity: 1;
  }

  #jue #top #fn1 .con .dotBox>div:hover svg circle {
    stroke-dashoffset: 0;
  }

  #jue #top #fn1 .con .dotBox>div:hover i {
    opacity: 0;
  }

  #jue #top #fn1 .con .dotBox>div:hover span {
    opacity: 1;
  }
}

#jue #top #fn1 .line_Progress {
  height: 0.05rem;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: -1px;
  z-index: 5;
  background-color: #fff;
}

#jue #top #fn1 .line_Progress span {
  transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  width: 0;
  height: 100%;
  display: block;
  background-color: #ac0d14;
}

#jue #top.over {
  z-index: 16;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}

#jue #main #r1 {
  position: relative;
}

#jue #main #r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#jue #main #r1 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  background-position: center top;
  background-repeat: repeat-y;
}

#jue #main #r1 .bg .img {
  position: absolute;
  left: 0;
  top: 0;
}

#jue #main #r1 .rowMain {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
}

#jue #main #r1 .rowMain .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3.5rem;
}

#jue #main #r1 .rowMain .top .col-1 {
  white-space: nowrap;
  padding-right: 9%;
  padding-left: 0.6rem;
}

#jue #main #r1 .rowMain .top .col-1 h1 small {
  font-size: inherit;
  display: block;
}

#jue #main #r1 .rowMain .top .line {
  width: 1px;
  height: 1.6rem;
  background-color: rgba(0, 0, 0, 0.2);
}

#jue #main #r1 .rowMain .top .col-2 {
  flex: 1;
  padding-left: 9%;
}

#jue #main #r1 .rowMain .top .col-2 p {
  line-height: 2.25;
}

#jue #main #r1 .rowMain .mid {
  width: 100%;
}

#jue #main #r1 .rowMain .mid .title {
  text-align: center;
  padding: 1rem 0 0 0;
}

#jue #main #r1 .rowMain .mid .title h2 small {
  font-size: inherit;
}

#jue #main #r1 .rowMain .mid .title P {
  color: rgba(0, 0, 0, 0.6);
}

#jue #main #r1 .rowMain .mid .box {
  text-align: center;
}

#jue #main #r1 .rowMain .mid .box img {
  display: inline-block;
  max-width: 100%;
}

#jue #main #r2 {
  position: relative;
}

#jue #main #r2 .photo.animated {
  overflow: hidden;
}

#jue #main #r2 .photo.animated .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: transform 1.6s ease-out;
  -webkit-transition: transform 1.6s ease-out;
  -moz-transition: transform 1.6s ease-out;
  -o-transition: transform 1.6s ease-out;
  -ms-transition: transform 1.6s ease-out;
}

#jue #main #r2 .photo.animated.fn1 .pic {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

#jue #main #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  overflow: hidden;
}

#jue #main #r2 .bg .pic {
  filter: blur(7px);
  background-size: cover;
  position: absolute;
  left: -8px;
  top: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  opacity: 0.2;
}

#jue #main #r2 .rowMain {
  position: relative;
  width: calc(100% - 2.6rem);
  margin: 0 auto;
}

#jue #main #r2 .rowMain .title {
  text-align: center;
  padding: 1rem 0;
}

#jue #main #r2 .rowMain .title h2 {
  margin-bottom: 0.1rem;
}

#jue #main #r2 .rowMain .title small {
  display: block;
}

#jue #main #r2 .rowMain .con .mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#jue #main #r2 .rowMain .con .mid .col-1 {
  width: 48%;
}

#jue #main #r2 .rowMain .con .mid .col-1 .pic {
  width: 100%;
  padding-bottom: 67.7%;
}

#jue #main #r2 .rowMain .con .mid .col-2 {
  width: 44%;
}

#jue #main #r2 .rowMain .con .mid .col-2 h3 {
  margin-bottom: 0.4rem;
}

#jue #main #r2 .rowMain .con .btm {
  width: 100%;
  margin-top: 1.2rem;
  padding-bottom: 1.45rem;
}

#jue #main #r2 .rowMain .con .btm>ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#jue #main #r2 .rowMain .con .btm>ul>li {
  width: 17.5%;
}

#jue #main #r2 .rowMain .con .btm>ul>li .photo {
  width: 100%;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
}

#jue #main #r2 .rowMain .con .btm>ul>li .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: transform 1.6s ease-out;
  -webkit-transition: transform 1.6s ease-out;
  -moz-transition: transform 1.6s ease-out;
  -o-transition: transform 1.6s ease-out;
  -ms-transition: transform 1.6s ease-out;
  top: 1px;
}

#jue #main #r2 .rowMain .con .btm>ul>li p {
  text-align: center;
  margin-top: 0.1rem;
  height: 48px;
  overflow: hidden;
}

#jue #main #r2 .rowMain .con .btm>ul>li.fn1 .photo .pic {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

#jue+footer {
  position: relative;
  top: 0;
}

#pro #top {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

#pro #top #fn1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#pro #top #fn1 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000;
}

#pro #top #fn1 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

#pro #top #fn1 .photo .pic.on {
  opacity: 0.7;
}

#pro #top #fn1 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

#pro #top #fn1 .other svg path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 500%;
  stroke-dashoffset: 500%;
  fill: none;
  transition: stroke-dashoffset 3s ease-out;
  -webkit-transition: stroke-dashoffset 3s ease-out;
  -moz-transition: stroke-dashoffset 3s ease-out;
  -o-transition: stroke-dashoffset 3s ease-out;
  -ms-transition: stroke-dashoffset 3s ease-out;
}

#pro #top #fn1 .other .l1 {
  position: absolute;
  top: -0.06rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44.4vw;
  height: calc(100vh - 0.98rem - 24px);
}

#pro #top #fn1 .other .l2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
}

#pro #top #fn1 .other .l3 {
  position: absolute;
  bottom: calc(0.4rem + 24px);
}

#pro #top #fn1 .other .l4 {
  position: absolute;
  top: 0.58rem;
}

#pro #top #fn1 .other.on svg path {
  stroke-dashoffset: 180%;
}

#pro #top #fn1 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#pro #top #fn1 .con .msg {
  width: 100%;
  height: 100%;
  position: relative;
}

#pro #top #fn1 .con .msg .msgList {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

#pro #top #fn1 .con .msg .msgList i {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6rem;
  font-size: 0.82rem;
  font-style: normal;
}

#pro #top #fn1 .con .msg .msgList h2 {
  line-height: 1;
  margin-bottom: 0.4rem;
  text-align: center;
}

#pro #top #fn1 .con .msg .msgList p {
  text-align: center;
  line-height: 1.2;
}

#pro #top #fn1 .con .msg .msgList.on,
#pro #top #fn1 .con .msg .msgList.next {
  opacity: 1;
  pointer-events: auto;
}

#pro #top #fn1 .con .msg .msgList.first {
  display: none;
}

#pro #top #fn1 .con .ad {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100%);
  width: 1.3rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pro #top #fn1 .con .ad>a {
  font-size: 0.6rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#pro #top #fn1 .con .dotBox {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 5.36%;
}

#pro #top #fn1 .con .dotBox>div {
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
}

#pro #top #fn1 .con .dotBox>div svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
}

#pro #top #fn1 .con .dotBox>div svg circle {
  stroke-width: 2px;
  stroke: #ac0d14;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 1s ease;
}

#pro #top #fn1 .con .dotBox>div i {
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

#pro #top #fn1 .con .dotBox>div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

#pro #top #fn1 .con .dotBox>div span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0;
}

#pro #top #fn1 .con .dotBox>div span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#pro #top #fn1 .con .dotBox>div.on svg {
  opacity: 1;
}

#pro #top #fn1 .con .dotBox>div.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 6s ease-out;
  -webkit-transition: stroke-dashoffset 6s ease-out;
  -moz-transition: stroke-dashoffset 6s ease-out;
  -o-transition: stroke-dashoffset 6s ease-out;
  -ms-transition: stroke-dashoffset 6s ease-out;
}

#pro #top #fn1 .con .dotBox>div.on i {
  opacity: 0;
}

#pro #top #fn1 .con .dotBox>div.on span {
  border-color: #ac0d14;
  opacity: 1;
}

@media screen and (orientation: landscape) {
  #pro #top #fn1 .con .dotBox>div:hover svg {
    opacity: 1;
  }

  #pro #top #fn1 .con .dotBox>div:hover svg circle {
    stroke-dashoffset: 0;
  }

  #pro #top #fn1 .con .dotBox>div:hover i {
    opacity: 0;
  }

  #pro #top #fn1 .con .dotBox>div:hover span {
    opacity: 1;
  }
}

#pro #top #fn1 .line_Progress {
  height: 0.05rem;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: -1px;
  z-index: 5;
  background-color: #fff;
}

#pro #top #fn1 .line_Progress span {
  transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  width: 0;
  height: 100%;
  display: block;
  background-color: #ac0d14;
}

#pro #main #r1 {
  position: relative;
}

#pro #main #r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#pro #main #r1 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#pro #main #r1 .rowMain {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
}

#pro #main #r1 .rowMain .title {
  text-align: center;
  padding: 0.4rem 0 0.8rem 0;
}

#pro #main #r1 .rowMain .con {
  width: 100%;
}

#pro #main #r1 .rowMain .con .box {
  width: 100%;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#pro #main #r1 .rowMain .con .box .col-1 {
  width: 2rem;
  background: #175789;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#pro #main #r1 .rowMain .con .box .col-1>img {
  margin-bottom: 0.15rem;
  max-width: 0.55rem;
}

#pro #main #r1 .rowMain .con .box .col-2 {
  background: rgba(255, 255, 255, 0.6);
  width: calc(100% - 2rem);
  border-top: 1px dashed rgba(23, 87, 137, 0.3);
  border-right: 1px dashed rgba(23, 87, 137, 0.3);
  border-bottom: 1px dashed rgba(23, 87, 137, 0.3);
}

#pro #main #r1 .rowMain .con .box .col-2>ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li {
  width: calc(100% / 8);
  height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li.goPop {
  cursor: pointer;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li:after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li .pic {
  width: 100%;
  height: 1rem;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.15rem;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li .pic>img {
  max-height: 100%;
  max-width: 70%;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li>span {
  position: relative;
  z-index: 10;
  text-align: center;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li:hover:after {
  opacity: 1;
}

#pro+footer {
  position: relative;
  top: 0;
}

#about #top {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

#about #top #fn1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#about #top #fn1 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000;
}

#about #top #fn1 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

#about #top #fn1 .photo .pic.on {
  opacity: 1;
}

#about #top #fn1 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

#about #top #fn1 .other svg path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 500%;
  stroke-dashoffset: 500%;
  fill: none;
  transition: stroke-dashoffset 3s ease-out;
  -webkit-transition: stroke-dashoffset 3s ease-out;
  -moz-transition: stroke-dashoffset 3s ease-out;
  -o-transition: stroke-dashoffset 3s ease-out;
  -ms-transition: stroke-dashoffset 3s ease-out;
}

#about #top #fn1 .other .l1 {
  position: absolute;
  top: -0.06rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44.4vw;
  height: calc(100vh - 0.98rem - 24px);
}

#about #top #fn1 .other .l2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
}

#about #top #fn1 .other .l3 {
  position: absolute;
  bottom: calc(0.4rem + 24px);
}

#about #top #fn1 .other .l4 {
  position: absolute;
  top: 0.58rem;
}

#about #top #fn1 .other.on svg path {
  stroke-dashoffset: 180%;
}

#about #top #fn1 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#about #top #fn1 .con .msg {
  width: 100%;
  height: 100%;
  position: relative;
}

#about #top #fn1 .con .msg .msgList {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

#about #top #fn1 .con .msg .msgList i {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6rem;
  font-size: 0.82rem;
  font-style: normal;
}

#about #top #fn1 .con .msg .msgList h1 {
  line-height: 1;
  margin-bottom: 0.4rem;
  text-align: center;
}

#about #top #fn1 .con .msg .msgList p {
  text-align: center;
  line-height: 1.2;
}

#about #top #fn1 .con .msg .msgList.on,
#about #top #fn1 .con .msg .msgList.next {
  opacity: 1;
  pointer-events: auto;
}

#about #top #fn1 .con .msg .msgList.first {
  display: none;
}

#about #top #fn1 .con .ad {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100%);
  width: 1.3rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about #top #fn1 .con .ad>a {
  font-size: 0.6rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#about #top #fn1 .con .dotBox {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 5.36%;
}

#about #top #fn1 .con .dotBox>div {
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
}

#about #top #fn1 .con .dotBox>div svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
}

#about #top #fn1 .con .dotBox>div svg circle {
  stroke-width: 2px;
  stroke: #ac0d14;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 1s ease;
}

#about #top #fn1 .con .dotBox>div i {
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

#about #top #fn1 .con .dotBox>div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

#about #top #fn1 .con .dotBox>div span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0;
}

#about #top #fn1 .con .dotBox>div span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#about #top #fn1 .con .dotBox>div.on svg {
  opacity: 1;
}

#about #top #fn1 .con .dotBox>div.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 6s ease-out;
  -webkit-transition: stroke-dashoffset 6s ease-out;
  -moz-transition: stroke-dashoffset 6s ease-out;
  -o-transition: stroke-dashoffset 6s ease-out;
  -ms-transition: stroke-dashoffset 6s ease-out;
}

#about #top #fn1 .con .dotBox>div.on i {
  opacity: 0;
}

#about #top #fn1 .con .dotBox>div.on span {
  border-color: #ac0d14;
  opacity: 1;
}

@media screen and (orientation: landscape) {
  #about #top #fn1 .con .dotBox>div:hover svg {
    opacity: 1;
  }

  #about #top #fn1 .con .dotBox>div:hover svg circle {
    stroke-dashoffset: 0;
  }

  #about #top #fn1 .con .dotBox>div:hover i {
    opacity: 0;
  }

  #about #top #fn1 .con .dotBox>div:hover span {
    opacity: 1;
  }
}

#about #top #fn1 .line_Progress {
  height: 0.05rem;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: -1px;
  z-index: 5;
  background-color: #fff;
}

#about #top #fn1 .line_Progress span {
  transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  width: 0;
  height: 100%;
  display: block;
  background-color: #ac0d14;
}

#about #main {
  position: relative;
  z-index: 10;
  width: 100vw;
  overflow: hidden;
}

#about #main .aniTxt span {
  font-size: inherit;
  color: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-weight: inherit;
}

#about #main .aniTxt span:after {
  content: attr(title);
  position: absolute;
  color: #040404;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  justify-content: flex-start;
  align-items: center;
  transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
  transition-delay: 0.3s;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
}

#about #main .aniTxt span:nth-of-type(2):after {
  transition-delay: 0.4s;
}

#about #main .aniTxt span.go:after {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

#about #main .r1 {
  position: relative;
  padding-bottom: 0.2rem;
}

#about #main .r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 15;
}

#about #main .r1 .bg .a1 {
  position: absolute;
  width: 53.7vw;
  top: -10%;
  left: 70%;
}

#about #main .r1 .bg .a2 {
  position: absolute;
  width: 43.8vw;
  bottom: -8%;
  right: 70%;
}

#about #main .r1 .bg .a3 {
  position: absolute;
  width: 43.8vw;
  bottom: -12%;
  left: 80%;
}

#about #main .r1 .bg .a4 {
  position: absolute;
  width: 2.2rem;
  top: -1.8rem;
  right: 0;
}

#about #main .r1 .inner {
  padding: 2.7rem 10% 0 10%;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#about #main .r1 .inner .mask {
  width: 50%;
  position: absolute;
  height: calc(100% - 3.2rem);
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(96, 130, 156, 0.05);
}

#about #main .r1 .inner .col {
  width: 50%;
  position: relative;
  z-index: 10;
}

#about #main .r1 .inner .col .title {
  margin-bottom: 1.3rem;
}

#about #main .r1 .inner .col .title h2 {
  font-size: 1rem;
  font-weight: 400;
}

#about #main .r1 .inner .col .box {
  width: 100%;
  position: relative;
}

#about #main .r1 .inner .col .box .hoverPic {
  width: 100%;
}

#about #main .r1 .inner .col .box .hoverPic .photo {
  padding-bottom: 100%;
}

#about #main .r1 .inner .col .box .ad {
  position: absolute;
  height: 100%;
  width: 0.8rem;
  left: 98%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #19507b;
}

#about #main .r1 .inner .col .box .ad>a {
  font-size: 0.6rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#about #main .r1 .inner .col .items>li {
  height: 3.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#about #main .r1 .inner .col .items>li>i {
  color: #98070d;
  font-size: 0.8rem;
  margin-right: 0.6rem;
}

#about #main .r1 .inner .col .items>li>div h3 {
  line-height: 1;
  margin-bottom: 0.5rem;
}

#about #main .r1 .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  height: 6.2rem;
}

#about #main .r1 .group .col {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#about #main .r1 .group .col h3 {
  text-align: left;
}

#about #main .r1 .group .col p {
  width: 100%;
  padding: 0 0.6rem;
  text-align: left;
}

#about #main .r2 .inner .wrap {
  position: relative;
  width: 100vw;
}

#about #main .r2 .inner .wrap .photo {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  background-color: #000;
}

#about #main .r2 .inner .wrap .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0, 0, 0, 1);
}

#about #main .r2 .inner .wrap .photo .pic.on {
  opacity: 1;
}

#about #main .r2 .inner .wrap .group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about #main .r2 .inner .wrap .group .box {
  width: 25%;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#about #main .r2 .inner .wrap .group .box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#about #main .r2 .inner .wrap .group .box .mid {
  position: relative;
  z-index: 7;
  text-align: center;
  padding-bottom: 0.4rem;
}

#about #main .r2 .inner .wrap .group .box .mid small {
  line-height: 2;
  display: block;
}

#about #main .r2 .inner .wrap .group .box .bm {
  position: absolute;
  z-index: 8;
  bottom: 1.2rem;
  left: 0;
  width: 100%;
  padding: 0 0.5rem;
}

#about #main .r2 .inner .wrap .group .box .bm p {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.5s cubic-bezier(0, 0, 0, 1);
}

#about #main .r2 .inner .wrap .group .box:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
}

#about #main .r2 .inner .wrap .group .box:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #98070d;
  right: 0;
  z-index: 2;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
}

#about #main .r2 .inner .wrap .group .box:hover .bm p {
  color: #fff;
}

#about #main .r2 .inner .wrap .group .box:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}

#about #main .r3 {
  position: relative;
}

#about #main .r3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

#about #main .r3 .bg .a1 {
  position: absolute;
  width: 100%;
  bottom: -10%;
  left: 0;
  pointer-events: none;
}

#about #main .r3 .inner {
  padding: 1rem 0;
}

#about #main .r3 .inner .topic {
  position: relative;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#about #main .r3 .inner .topic .tree {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#about #main .r3 .inner .topic .tree>li {
  margin-left: 1rem;
}

#about #main .r3 .inner .topic .tree>li span {
  color: #ac0d14;
  font-size: 0.54rem;
}

#about #main .r3 .inner .topic .tree>li span em {
  color: inherit;
  font-size: 0.54rem;
  display: inline-block;
  min-width: 0.7rem;
}

#about #main .r3 .inner .topic .tree>li span small {
  color: #666;
  margin-left: 0.4rem;
  display: inline-block;
}

#about #main .r3 .inner .topic .tree>li p {
  color: #666;
}

#about #main .r3 .inner .mid {
  padding-top: 1.3rem;
}

#about #main .r3 .inner .mid #sw1 {
  padding: 0 10%;
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper {
  flex-wrap: wrap;
  transform-origin: 50% 0;
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide {
  height: auto;
  width: 20vw;
  padding: 0 1.5%;
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide .photo {
  width: 100%;
  position: relative;
  padding-bottom: 68.75%;
  overflow: hidden;
  box-shadow: 0 0.6rem 1rem -0.4rem rgba(78, 92, 102, 0.3);
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide h5 {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}

#about #main .r3 .inner .mid .set {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0.3rem 0;
}

#about #main .r3 .inner .mid .set>a {
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  line-height: 0.64rem;
  text-align: center;
  font-size: 18px;
  background-color: rgba(25, 80, 123, 0.05);
  color: #394854;
  margin: 0 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#about #main .r3 .inner .mid .set>a:hover {
  background-color: #175789;
  color: #fff;
}

#about #main .r3 .inner .mid #getMore {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 200px;
  margin: 0.4rem auto 0 auto;
  cursor: pointer;
}

#about #main .r3 .inner .mid #getMore>i {
  margin-left: 10px;
}

#about #main .r4 {
  position: relative;
  overflow: hidden;
  width: 100vw;
}

#about #main .r4 .bg {
  position: relative;
  pointer-events: none;
}

#about #main .r4 .bg>img.pic {
  width: 100%;
}

#about #main .r4 .bg .classGo path {
  stroke-dasharray: 315%;
  stroke-dashoffset: 315%;
  transition: all 4s cubic-bezier(0, 0, 0, 1);
}

#about #main .r4 .bg .classGo.go path {
  stroke-dashoffset: 0;
}

#about #main .r4 .bg .a1 {
  position: absolute;
  left: 20%;
  width: 8.48rem;
  bottom: 7.8%;
}

#about #main .r4 .bg .a2 {
  position: absolute;
  left: 50%;
  width: 9.6rem;
  bottom: 14.6%;
}

#about #main .r4 .bg .a3 {
  position: absolute;
  width: 28.6vw;
  left: 10%;
  top: 10%;
}

#about #main .r4 .bg .a4 {
  position: absolute;
  width: 52vw;
  left: 24%;
  top: 18%;
}

#about #main .r4 .bg .a4 path {
  transition-delay: 1s;
}

#about #main .r4 .bg .a5 {
  position: absolute;
  width: 78vw;
  left: 45%;
  top: -46%;
}

#about #main .r4 .bg .a5 path {
  transition-delay: 2s;
}

#about #main .r4 .inner {
  padding: 1.4rem 10%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
}

#about #main .r4 .inner .topic {
  margin-bottom: 1.3rem;
}

#about #main .r4 .inner .topic h2 span:after {
  color: #fff;
}

#about #main .r4 .inner .loop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#about #main .r4 .inner .loop .col {
  width: 50%;
}

#about #main .r4 .inner .loop .col .dotBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#about #main .r4 .inner .loop .col .dotBox .dot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 0.3rem;
  margin: 0.2rem 0;
  cursor: pointer;
}

#about #main .r4 .inner .loop .col .dotBox .dot>i {
  font-size: 0.8rem;
  color: #fff;
  margin-right: 0.8rem;
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  transition: opacity 1.2s cubic-bezier(0, 0, 0, 1), transform 1.2s cubic-bezier(0, 0, 0, 1);
}

#about #main .r4 .inner .loop .col .dotBox .dot span {
  color: rgba(255, 255, 255, 0.5);
  transition: color 1.2s cubic-bezier(0, 0, 0, 1);
}

#about #main .r4 .inner .loop .col .dotBox .dot.on>i,
#about #main .r4 .inner .loop .col .dotBox .dot:hover>i {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

#about #main .r4 .inner .loop .col .dotBox .dot.on span,
#about #main .r4 .inner .loop .col .dotBox .dot:hover span {
  color: #ffffff;
}

#about #main .r4 .inner .loop .col .items .list {
  display: none;
}

#about #main .r4 .inner .loop .col .items .list .pic {
  width: 2.8rem;
  position: relative;
  padding-bottom: 3.7rem;
  overflow: visible;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
  animation-name: fadeInRightSmall;
}

#about #main .r4 .inner .loop .col .items .list .pic .ad {
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 0.2rem 0.34rem;
  min-width: 100%;
  border-radius: 0.2rem 0px 0.2rem 0px;
  background: linear-gradient(0deg, rgba(25, 80, 123, 0.5) 0%, #19507b 100%);
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
  animation-name: fadeInRightSmall;
}

#about #main .r4 .inner .loop .col .items .list .pic .ad span {
  white-space: nowrap;
}

#about #main .r4 .inner .loop .col .items .list .pic .ad small {
  white-space: nowrap;
}

#about #main .r4 .inner .loop .col .items .list .pic .ad .line {
  height: 0.2rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 0.2rem;
}

#about #main .r4 .inner .loop .col .items .list .msg {
  max-width: 4.5rem;
}

#about #main .r4 .inner .loop .col .items .list .msg h5 {
  line-height: 2;
  margin-bottom: 0.4rem;
  margin-top: 0.7rem;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
  animation-name: fadeInRightSmall;
}

#about #main .r4 .inner .loop .col .items .list .msg p {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
  animation-name: fadeInRightSmall;
}

#about #main .r4 .inner .loop .col .items .list.on {
  display: block;
}

#about #main .r4 .inner .loop .col .set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.8rem 0 0 0;
}

#about #main .r4 .inner .loop .col .set>a {
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  line-height: 0.64rem;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  color: #394854;
  margin-right: 0.3rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#about #main .r4 .inner .loop .col .set>a:hover {
  background-color: #175789;
  color: #fff;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper {
  padding-bottom: 1.2rem;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide {
  width: 80vw;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic {
  width: 2.8rem;
  position: relative;
  backface-visibility: hidden;
  padding-bottom: 3.7rem;
  overflow: visible;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic .ad {
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 0.2rem 0.34rem;
  min-width: 100%;
  border-radius: 0.2rem 0px 0.2rem 0px;
  background: linear-gradient(0deg, rgba(25, 80, 123, 0.5) 0%, #19507b 100%);
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic .ad .line {
  height: 0.2rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 0.2rem;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg {
  max-width: 4.5rem;
  backface-visibility: hidden;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg h5 {
  line-height: 2;
  margin-bottom: 0.4rem;
  margin-top: 0.7rem;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg p {
  animation-duration: 1.5s;
}

#about #main .r4 .inner .wrap #sw2 .swiper-pagination {
  padding: 0 10%;
  text-align: right;
  bottom: 0;
}

#about #main .r4 .inner .wrap #sw2 .swiper-pagination-bullet {
  background-color: #8f989e;
}

#about #main .r4 .inner .wrap #sw2 .swiper-pagination-bullet-active {
  background-color: #fff;
}

#about #main .r4 .inner .wrap .set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -0.6rem;
  position: relative;
  z-index: 10;
}

#about #main .r4 .inner .wrap .set>a {
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  line-height: 0.64rem;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  color: #394854;
  margin-right: 0.3rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#about #main .r4 .inner .wrap .set>a:hover {
  background-color: #175789;
  color: #fff;
}

#about footer {
  position: relative;
  margin-top: -2px;
}

#join #top {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

#join #top #fn1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#join #top #fn1 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000;
}

#join #top #fn1 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

#join #top #fn1 .photo .pic.on {
  opacity: 0.7;
}

#join #top #fn1 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

#join #top #fn1 .other svg path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 500%;
  stroke-dashoffset: 500%;
  fill: none;
  transition: stroke-dashoffset 3s ease-out;
  -webkit-transition: stroke-dashoffset 3s ease-out;
  -moz-transition: stroke-dashoffset 3s ease-out;
  -o-transition: stroke-dashoffset 3s ease-out;
  -ms-transition: stroke-dashoffset 3s ease-out;
}

#join #top #fn1 .other .l1 {
  position: absolute;
  top: -0.06rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44.4vw;
  height: calc(100vh - 0.98rem - 24px);
}

#join #top #fn1 .other .l2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
}

#join #top #fn1 .other .l3 {
  position: absolute;
  bottom: calc(0.4rem + 24px);
}

#join #top #fn1 .other .l4 {
  position: absolute;
  top: 0.58rem;
}

#join #top #fn1 .other.on svg path {
  stroke-dashoffset: 180%;
}

#join #top #fn1 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#join #top #fn1 .con .msg {
  width: 100%;
  height: 100%;
  position: relative;
}

#join #top #fn1 .con .msg .msgList {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

#join #top #fn1 .con .msg .msgList i {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6rem;
  font-size: 0.82rem;
  font-style: normal;
}

#join #top #fn1 .con .msg .msgList h1 {
  line-height: 1;
  margin-bottom: 0.4rem;
  text-align: center;
}

#join #top #fn1 .con .msg .msgList p {
  text-align: center;
  line-height: 1.2;
}

#join #top #fn1 .con .msg .msgList.on,
#join #top #fn1 .con .msg .msgList.next {
  opacity: 1;
  pointer-events: auto;
}

#join #top #fn1 .con .msg .msgList.first {
  display: none;
}

#join #top #fn1 .con .ad {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100%);
  width: 1.3rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

#join #top #fn1 .con .ad>a {
  font-size: 0.6rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#join #top #fn1 .con .dotBox {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 5.36%;
}

#join #top #fn1 .con .dotBox>div {
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
}

#join #top #fn1 .con .dotBox>div svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
}

#join #top #fn1 .con .dotBox>div svg circle {
  stroke-width: 2px;
  stroke: #ac0d14;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 1s ease;
}

#join #top #fn1 .con .dotBox>div i {
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

#join #top #fn1 .con .dotBox>div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

#join #top #fn1 .con .dotBox>div span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0;
}

#join #top #fn1 .con .dotBox>div span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#join #top #fn1 .con .dotBox>div.on svg {
  opacity: 1;
}

#join #top #fn1 .con .dotBox>div.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 6s ease-out;
  -webkit-transition: stroke-dashoffset 6s ease-out;
  -moz-transition: stroke-dashoffset 6s ease-out;
  -o-transition: stroke-dashoffset 6s ease-out;
  -ms-transition: stroke-dashoffset 6s ease-out;
}

#join #top #fn1 .con .dotBox>div.on i {
  opacity: 0;
}

#join #top #fn1 .con .dotBox>div.on span {
  border-color: #ac0d14;
  opacity: 1;
}

@media screen and (orientation: landscape) {
  #join #top #fn1 .con .dotBox>div:hover svg {
    opacity: 1;
  }

  #join #top #fn1 .con .dotBox>div:hover svg circle {
    stroke-dashoffset: 0;
  }

  #join #top #fn1 .con .dotBox>div:hover i {
    opacity: 0;
  }

  #join #top #fn1 .con .dotBox>div:hover span {
    opacity: 1;
  }
}

#join #top #fn1 .line_Progress {
  height: 0.05rem;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: -1px;
  z-index: 5;
  background-color: #fff;
}

#join #top #fn1 .line_Progress span {
  transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  width: 0;
  height: 100%;
  display: block;
  background-color: #ac0d14;
}

#join #main {
  position: relative;
  z-index: 10;
}

#join #main .aniTxt span {
  font-size: inherit;
  color: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-weight: inherit;
}

#join #main .aniTxt span:after {
  content: attr(title);
  position: absolute;
  color: #040404;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  justify-content: flex-start;
  align-items: center;
  transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
  transition-delay: 0.3s;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
}

#join #main .aniTxt span:nth-of-type(2):after {
  transition-delay: 0.4s;
}

#join #main .aniTxt span.go:after {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

#join #main .r1 .inner {
  height: 100vh;
  padding: 0 10%;
}

#join #main .r1 .inner .items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#join #main .r1 .inner .items .list {
  width: calc(100% / 3);
  padding: 0 4%;
  height: 100%;
  transition: background-color 1.2s cubic-bezier(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#join #main .r1 .inner .items .list .box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#join #main .r1 .inner .items .list .box .img {
  width: 100%;
  padding-top: 110.42%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#join #main .r1 .inner .items .list .box .main_company_morph {
  position: absolute;
  top: -36px;
  left: -33px;
  width: -webkit-calc(160%);
  width: calc(100% + 60px * 1);
  height: -webkit-calc(160%);
  height: calc(100% + 60px * 1);
}

#join #main .r1 .inner .items .list .box .main_company_morph .main_company_morph_init {
  transition: fill 1.2s cubic-bezier(0, 0, 0, 1);
}

#join #main .r1 .inner .items .list .box .main_company_morph .main_company_morph_hover {
  visibility: hidden;
}

#join #main .r1 .inner .items .list .msg {
  margin-top: 0.7rem;
  text-align: center;
}

#join #main .r1 .inner .items .list .msg h3 {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

#join #main .r1 .inner .items .list.on {
  background-color: #f6f8fa;
}

#join #main .r1 .inner .items .list.on .main_company_morph_init {
  fill: #f6f8fa;
}

#join footer {
  position: relative;
  top: 0;
}

#contact #top {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

#contact #top #fn1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contact #top #fn1 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000;
}

#contact #top #fn1 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

#contact #top #fn1 .photo .pic.on {
  opacity: 0.7;
}

#contact #top #fn1 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

#contact #top #fn1 .other svg path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 500%;
  stroke-dashoffset: 500%;
  fill: none;
  transition: stroke-dashoffset 3s ease-out;
  -webkit-transition: stroke-dashoffset 3s ease-out;
  -moz-transition: stroke-dashoffset 3s ease-out;
  -o-transition: stroke-dashoffset 3s ease-out;
  -ms-transition: stroke-dashoffset 3s ease-out;
}

#contact #top #fn1 .other .l1 {
  position: absolute;
  top: -0.06rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44.4vw;
  height: calc(100vh - 0.98rem - 24px);
}

#contact #top #fn1 .other .l2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
}

#contact #top #fn1 .other .l3 {
  position: absolute;
  bottom: calc(0.4rem + 24px);
}

#contact #top #fn1 .other .l4 {
  position: absolute;
  top: 0.58rem;
}

#contact #top #fn1 .other.on svg path {
  stroke-dashoffset: 180%;
}

#contact #top #fn1 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#contact #top #fn1 .con .msg {
  width: 100%;
  height: 100%;
  position: relative;
}

#contact #top #fn1 .con .msg .msgList {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

#contact #top #fn1 .con .msg .msgList i {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6rem;
  font-size: 0.82rem;
  font-style: normal;
}

#contact #top #fn1 .con .msg .msgList h1 {
  line-height: 1;
  margin-bottom: 0.4rem;
  text-align: center;
}

#contact #top #fn1 .con .msg .msgList p {
  text-align: center;
  line-height: 1.2;
}

#contact #top #fn1 .con .msg .msgList.on,
#contact #top #fn1 .con .msg .msgList.next {
  opacity: 1;
  pointer-events: auto;
}

#contact #top #fn1 .con .msg .msgList.first {
  display: none;
}

#contact #top #fn1 .con .ad {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100%);
  width: 1.3rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact #top #fn1 .con .ad>a {
  font-size: 0.6rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#contact #top #fn1 .con .dotBox {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 5.36%;
}

#contact #top #fn1 .con .dotBox>div {
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
}

#contact #top #fn1 .con .dotBox>div svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
}

#contact #top #fn1 .con .dotBox>div svg circle {
  stroke-width: 2px;
  stroke: #ac0d14;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 1s ease;
}

#contact #top #fn1 .con .dotBox>div i {
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

#contact #top #fn1 .con .dotBox>div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

#contact #top #fn1 .con .dotBox>div span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0;
}

#contact #top #fn1 .con .dotBox>div span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#contact #top #fn1 .con .dotBox>div.on svg {
  opacity: 1;
}

#contact #top #fn1 .con .dotBox>div.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 6s ease-out;
  -webkit-transition: stroke-dashoffset 6s ease-out;
  -moz-transition: stroke-dashoffset 6s ease-out;
  -o-transition: stroke-dashoffset 6s ease-out;
  -ms-transition: stroke-dashoffset 6s ease-out;
}

#contact #top #fn1 .con .dotBox>div.on i {
  opacity: 0;
}

#contact #top #fn1 .con .dotBox>div.on span {
  border-color: #ac0d14;
  opacity: 1;
}

@media screen and (orientation: landscape) {
  #contact #top #fn1 .con .dotBox>div:hover svg {
    opacity: 1;
  }

  #contact #top #fn1 .con .dotBox>div:hover svg circle {
    stroke-dashoffset: 0;
  }

  #contact #top #fn1 .con .dotBox>div:hover i {
    opacity: 0;
  }

  #contact #top #fn1 .con .dotBox>div:hover span {
    opacity: 1;
  }
}

#contact #top #fn1 .line_Progress {
  height: 0.05rem;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: -1px;
  z-index: 5;
  background-color: #fff;
}

#contact #top #fn1 .line_Progress span {
  transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  width: 0;
  height: 100%;
  display: block;
  background-color: #ac0d14;
}

#contact #main {
  position: relative;
  z-index: 10;
}

#contact #main .aniTxt span {
  font-size: inherit;
  color: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-weight: inherit;
}

#contact #main .aniTxt span:after {
  content: attr(title);
  position: absolute;
  color: #040404;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  justify-content: flex-start;
  align-items: center;
  transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
  transition-delay: 0.1s;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
}

#contact #main .aniTxt span:nth-of-type(2):after {
  transition-delay: 0.2s;
}

#contact #main .aniTxt span.go:after {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

#contact #main .r1 .inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#contact #main .r1 .inner .mid {
  width: 100%;
  position: relative;
  height: calc(100% - 2.3rem);
}

#contact #main .r1 .inner .mid .title {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  padding: 5% 0 5% 10%;
}

#contact #main .r1 .inner .mid .title h2 {
  font-size: 1rem;
  font-weight: 400;
}

#contact #main .r1 .inner .mid #map {
  width: 80%;
  margin-left: 20%;
  height: 100%;
  background-color: #edf0f3;
}

#contact #main .r1 .inner .mid #map .anchorBL {
  display: none;
}

#contact #main .r1 .inner .bm {
  width: 100%;
}

#contact #main .r1 .inner .bm>ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 2.3rem;
  padding: 0 8% 0 3%;
  width: 80%;
  margin-left: 20%;
}

#contact #main .r1 .inner .bm>ul>li i {
  font-size: 0.25rem;
  color: #ac0d14;
  margin-bottom: 0.1rem;
  display: block;
}

#contact footer {
  position: relative;
  top: 0;
}

.pop {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.4);
}

.pop .con {
  position: relative;
  z-index: 100;
}

.pop .con .box {
  padding: 0.7rem;
  background-color: #fff;
  width: 62.5vw;
  height: 84vh;
  overflow: auto;
  text-align: center;
}

.pop .con .box>img {
  display: inline-block;
  max-width: 100%;
}

.pop .con .close {
  position: absolute;
  color: #fff;
  left: calc(100% + 0.7rem);
  top: 0;
  font-size: 0.5rem;
  line-height: 0.5rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.pop .con .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.pop.on {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 130px;
  height: 50px;
  text-align: center;
  border: 1px solid #000000;
  transition: all 0.3s ease;
}

.btn1 span {
  position: absolute;
  width: 100%;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  transition: all 0.4s cubic-bezier(1, 0.49, 0.16, 0.96);
  z-index: 100;
}

.btn1:hover {
  background-color: #000;
}

.btn1:hover span {
  color: #fff;
}

#error {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f1f3fb;
}

#error video {
  height: 50vh;
}

#error .topic {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
  font-size: 0.3rem;
  color: #175789;
  margin-top: 0.35rem;
}

.tip {
  background-color: #000;
  border-radius: 6px;
  position: fixed;
  color: #fff;
  bottom: 1rem;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.tip.on {
  opacity: 1;
  transform: translate3d(0, -20px, 0);
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
}

.solution_body .sol_case {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 3.2rem);
}

.solution_body .sol_title {
  line-height: 1.6;
  color: #000;
  text-align: center;
}

.solution_body .sol_title span {
  font-weight: 700;
  font-size: inherit;
}

.solution_body .sol_title_en {
  text-align: center;
  line-height: 1.5;
  margin-top: 0.05rem;
  color: rgba(0, 0, 0, 0.6);
}

.solution_body .sol_info {
  line-height: 2.25;
  color: #000;
  text-align: justify;
}

.solution_body .sol_img_case {
  position: relative;
  overflow: hidden;
}

.solution_body .sol_img_case::before {
  content: "";
  display: block;
  margin-top: 57.757%;
}

.solution_body .sol_img_case .sol_img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.solution_body .sol_top_box {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 1.86rem;
  padding-bottom: 1.8rem;
  overflow: hidden;
  position: relative;
}

.solution_body .sol_top_box .sol_s_img {
  position: absolute;
  left: 0;
  width: 39.79%;
  top: 0;
  display: block;
  pointer-events: none;
}

.solution_body .sol_top_box .sol_z_info_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution_body .sol_top_box .sol_z_info_box .sol_title {
  text-align: left;
  padding-left: 4%;
}

.solution_body .sol_top_box .sol_z_info_box .sol_title span {
  display: block;
}

.solution_body .sol_top_box .sol_z_info_box .sol_info {
  width: 54.59%;
  position: relative;
  padding-left: 9.375%;
}

.solution_body .sol_top_box .sol_z_info_box .sol_info::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 1px;
}

.solution_body .sol_top_box .sol_src1_case {
  margin-top: 1.9rem;
  position: relative;
}

.solution_body .sol_top_box .sol_src1_case .sol_f_img {
  position: absolute;
  width: 31.75%;
  display: block;
  left: 87%;
  top: -6vw;
}

.solution_body .sol_top_box .sol_src1_case .btn_x_img {
  position: absolute;
  width: 62.125%;
  display: block;
  left: 50%;
  top: 32.2vw;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.65rem;
  padding: 0 4.0625%;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div {
  width: 29.55%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_mes_box {
  width: 69.124%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_mes_box::before {
  content: "";
  display: block;
  margin-top: 100%;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_mes_box .dot_img {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_mes_box>img {
  position: absolute;
  width: 17%;
  left: 41.5%;
  display: block;
  top: 41.5%;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_n {
  text-align: center;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_n span {
  font-weight: 700;
  display: block;
  font-size: inherit;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_n_en {
  text-align: center;
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (orientation: landscape) {
  .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div:hover .sol_mes_box .dot_img {
    transform: rotate(90deg);
  }
}

.solution_body .sol_bottom_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0.85rem;
  padding-bottom: 1rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .sol_title {
  color: #fff;
}

.solution_body .sol_bottom_box .sol_case_mess_box .sol_title_en {
  color: rgba(255, 255, 255, 0.6);
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box {
  margin-top: 1.05rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div {
  margin-bottom: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:last-child {
  margin-bottom: 1.25rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case {
  width: 48.3125%;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case::before {
  margin-top: 64.683%;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case .sol_img_box {
  background-size: 100%;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case .sol_num {
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 2;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text {
  width: 45.625%;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_case_n {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.27rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_info {
  color: #fff;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box {
  margin-top: 0.48rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_tit {
  color: #fff;
  line-height: 1;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav {
  display: flex;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div {
  padding: 0.17rem 0.33rem 0.17rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-left: 0.36rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  position: relative;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  border-radius: 0.5rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div:first-child {
  margin-left: 0;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div.on {
  color: #fff;
  background-color: #175789;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div.on::before {
  display: none;
}

@media screen and (orientation: landscape) {
  .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div:hover {
    color: #fff;
    background-color: #175789;
  }

  .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div:hover::before {
    display: none;
  }
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box {
  margin-top: 0.23rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div {
  display: none;
  height: 0.9rem;
  overflow-y: auto;
  color: #fff;
  line-height: 0.3rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n {
  padding-left: 0.25rem;
  position: relative;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #175789;
  left: 0;
  top: 0.12rem;
  border-radius: 0;
  position: absolute;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div.on {
  display: block;
}

@media screen and (orientation: landscape) {
  .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:nth-child(even) {
    flex-direction: row-reverse;
  }

  .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:nth-child(even) .sol_img_case .sol_num {
    right: auto;
    left: 0.5rem;
  }

  .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:nth-child(even) .sol_case_text .sol_zz_box .sol_zz_con_box>div {
    height: 1.2rem;
  }
}

.solution_body .sol_img_case.animated {
  overflow: hidden;
}

.solution_body .sol_img_case.animated .sol_img_box {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: transform 1.6s ease-out;
  -webkit-transition: transform 1.6s ease-out;
  -moz-transition: transform 1.6s ease-out;
  -o-transition: transform 1.6s ease-out;
  -ms-transition: transform 1.6s ease-out;
}

.solution_body .sol_img_case.animated.fn1 .pic {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.solution_body .sol_case_box {
  position: relative;
  margin-top: 1.25rem;
}

.solution_body .sol_case_box .sol_case_n {
  line-height: 1.5;
  margin-top: 0.2rem;
  text-align: center;
  color: #fff;
}

.solution_body .sol_case_box .swiper-button-prev {
  left: 0;
  transform: translateX(-120%);
}

.solution_body .sol_case_box .swiper-button-next {
  right: 0;
  transform: translateX(120%);
}

.solution_body .sol_case_box .swiper-button-prev,
.solution_body .sol_case_box .swiper-button-next {
  background-image: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #f8f8f9;
  color: #000;
  line-height: 50px;
  transition: all 0.3s ease-out;
  top: calc((100% - 0.47rem) / 2);
}

@media screen and (orientation: landscape) {

  .solution_body .sol_case_box .swiper-button-prev:hover,
  .solution_body .sol_case_box .swiper-button-next:hover {
    background-color: #175789;
    color: #fff;
  }
}

.solution_body .sol_case_box .swiper-button-prev.swiper-button-disabled,
.solution_body .sol_case_box .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.solution_body .sol_case_box .swiper-pagination {
  bottom: -0.5rem;
  width: 100%;
  text-align: center;
  left: 0;
}

.solution_body .sol_case_box .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  margin: 0 0.05rem;
}

.solution_body .sol_case_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #175789;
}

@media screen and (orientation: landscape) {
  .eff_body .sol_top_box {
    padding-bottom: 0.6rem;
  }

  .eff_body .sol_top_box .sol_z_info_box .sol_info {
    width: 48.8%;
    padding-left: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 1.58rem;
  }

  .eff_body .sol_top_box .sol_src1_case .btn_x_img {
    width: 52.125%;
    display: block;
    left: 79%;
    top: 40.2vw;
  }

  .eff_body .sol_bottom_box {
    padding-bottom: 0.7rem;
  }

  .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box {
    margin-top: 0.58rem;
  }

  .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box {
    margin-top: 0.15rem;
  }

  .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div {
    height: auto;
    overflow-y: initial;
    display: flex;
    flex-wrap: wrap;
  }

  .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n {
    width: 37%;
  }
}

.eff_body .cef_src1_con_box {
  margin-top: 0.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eff_body .cef_src1_con_box .sol_img_case {
  width: 53.875%;
  margin-left: -10.75%;
}

.eff_body .cef_src1_con_box .sol_img_case::before {
  margin-top: 104.408%;
}

.eff_body .cef_src1_con_box .sol_img_case .sol_img_box {
  background-size: 100%;
  transform: none;
}

.eff_body .cef_src1_con_box .cef_text_box {
  width: 49.8125%;
}

/* @media screen and (max-width: 1600px) {
  #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li i img {
    width: 60% !important;
  }

  #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li h3 {
    font-size: 0.28rem !important;
    margin-top: 0.2rem !important;
    margin-bottom: 0rem !important;
  }

  #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li>small {
    font-size: 0.18rem !important;
  }

} */

@media screen and (max-width: 1444px) {
  #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li {
    padding-right: 0rem !important;
    padding-left: 0rem !important;

  }

  #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li i img {
    width: 50% !important;
  }

  #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li h3 {
    /* margin: 0.2rem 0 0rem 0; */
    font-size: 0.26rem !important;
    margin-top: 0.2rem !important;
    margin-bottom: 0rem !important;
  }

  #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li>small {
    font-size: 0.16rem !important;
  }


  .eff_body .cef_src1_con_box .cef_text_box {
    width: 57.8125%;
  }
}

.eff_body .cef_src1_con_box .cef_text_box>div {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
  margin: 0.42rem 0;
}

.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(1),
.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(5) {
  margin-left: 3em;
}

.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(2),
.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(4) {
  margin-left: 6em;
}

.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(3) {
  margin-left: 9em;
}

.eff_body .cef_src1_con_box .cef_text_box>div span:first-child {
  color: #175789;
  margin-right: 0.56rem;
}

.eff_body .cef_src1_con_box .cef_text_box>div span:nth-child(2) {
  margin-right: 1em;
}

@keyframes bannerIn {
  0% {
    transform: translate3d(100%, 0%, 0) scale3d(0.7, 0.7, 0.7);
  }

  50% {
    transform: translate3d(0, 0%, 0) scale3d(0.7, 0.7, 0.7);
  }

  100% {
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes banner_in {
  0% {
    transform: translate3d(100%, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }

  50% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }

  100% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(0 0 0 0 round 10px);
  }
}

@keyframes banner_out {
  0% {
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
  }

  50% {
    transform: translate3d(0, 0%, 0) scale3d(0.7, 0.7, 0.7);
  }

  100% {
    transform: translate3d(-100%, 0, 0) scale3d(0.7, 0.7, 0.7);
  }
}

@keyframes banner_in_1 {
  0% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(0 0 0 0 round 10px);
  }

  50% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }

  100% {
    transform: translate3d(-100%, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
}

@keyframes banner_out_1 {
  0% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(0 0 0 0 round 10px);
  }

  50% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }

  100% {
    transform: translate3d(-100%, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
}

@keyframes loopCir {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

@keyframes ani1 {
  0% {
    opacity: 0;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
  }

  30% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }

  70% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }

  100% {
    opacity: 0;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
  }
}

@media screen and (orientation: landscape) {
  .new_body .new_list_box .new_list .loop .box .swiper-item>a:nth-child(3n) {
    margin-right: 0;
  }
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a::before {
  content: "";
  display: block;
  margin-top: 131.221719%;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic {
  z-index: 4;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f8f8f9;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node {
  position: absolute;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  width: 100%;
  left: 0;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 12% 10% 0 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.2);
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .top h3 {
  margin-top: 0.3rem;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .btm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.4rem 0 0.48rem;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .btm .c1 {
  font-size: 0.9rem;
  line-height: 0.8;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .btm .c2 {
  line-height: 1.4;
  text-align: right;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node.bc {
  background-color: rgba(0, 0, 0, 0);
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node.bc .wc {
  color: #333;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node.bc .btm {
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node.bc .btm .c1 {
  color: #ac0d14;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  box-shadow: 0px 34px 51px 0px rgba(23, 31, 50, 0.15);
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a.swiper-slide-prev {
  pointer-events: none;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  opacity: 0;
}

.new_body .new_list_box .new_list .loop .page_bot_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 1.5rem;
  color: #000000;
}

.new_body .new_list_box .new_list .loop .page_bot_box .page_num {
  display: flex;
  align-items: flex-start;
  font-size: 0.18rem;
  line-height: 0.9;
}

.new_body .new_list_box .new_list .loop .page_bot_box .page_num span {
  font-size: 0.6rem;
  color: #ac0d14;
  line-height: 0.75;
}

.new_body .new_list_box .new_list .loop .pager {
  display: flex;
  align-items: center;
}

.new_body .new_list_box .new_list .loop .pager .f-next {
  margin-left: 0.1rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  text-indent: 3px;
  background-color: #f8f8f9;
  color: #000;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .new_body .new_list_box .new_list .loop .pager .f-next:hover {
    color: #fff;
    background-color: #175789;
  }
}

@media screen and (min-width: 1025px) {
  .new_body .new_list_box .new_list .loop .pager .f-prev:hover {
    color: #fff;
    background-color: #175789;
  }
}

@media screen and (max-width: 1500px) {
  .ie .layout-rowMain {
    width: 1200px;
  }
}

@media screen and (max-width: 1366px) {
  .loading .mask {
    border-width: 85vw;
  }

  .loading .dot,
  .loading .box {
    width: 30vw;
    height: 30vw;
  }

  .layout-btn-4,
  #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5>span {
    width: 112px;
    height: 35px;
    line-height: 45px;
  }

  #home #main #roll #r3 .other #clock,
  #home #main #roll #r3.on .rowMain .con .cirBox {
    width: 30vw;
    height: 30vw;
  }

  #home #main #roll #r2 .rowMain .con .mid .col-2 p {
    line-height: 24px;
    /*height: 72px;*/
  }

  #home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li>small {
    line-height: 20px;
    height: 48px;
    font-size: 0.16rem !important;
    -webkit-line-clamp: 2;
  }

  #home #main #roll #r4 .bg .group>img {
    width: 12rem;
  }

  #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic {
    padding-bottom: 110%;
  }

  #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li {
    width: 4rem;
  }

  #home #main #roll #r6 .rowMain .con .mid {
    margin-top: 2vw;
  }
}

.m_sty,
.nav__trigger {
  display: none;
}

#home #main #roll #r2 .rowMain .con .top a {
  display: none;
}

#jue #main #r2 .rowMain {
  padding-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  #home #main #roll #r3 .other #clock .msg-box .msg_1 {
    width: 90vw !important;

  }

  #home #main #roll #r3 .other {

    height: calc(100% - 2.3rem);
    top: 0rem;

  }


  #jue #top #fn1 .con .ad {
    pointer-events: none;
  }

  .loading .mask {
    width: 300vw;
    height: 300vw;
    left: -100vw;
    top: calc(50vh - 150vw);
    border: 105vw solid #fff !important;
  }

  .loading .mask.on {
    transform: scale(9);
    -webkit-transform: scale(9);
    -moz-transform: scale(9);
    -o-transform: scale(9);
    -ms-transform: scale(9);
  }

  .loading .box {
    width: 90vw !important;
    height: 90vw !important;
  }

  .loading .dot {
    width: 90vw !important;
    height: 90vw !important;
  }

  #jue #main #r1 .rowMain {
    padding-bottom: 0.5rem;
  }

  #bloc header .pc-nav {
    height: 1.2rem;
    display: flex !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  #bloc header .pc-nav.on .col .logoBox .img {
    opacity: 1;
  }

  #bloc header .pc-nav .col:nth-of-type(1) {
    padding: 0 0.4rem;
  }

  #bloc header .pc-nav .col .logoBox {
    width: 0.9rem;
  }

  #bloc header .pc-nav .col:nth-of-type(2) {
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    padding-top: 1.5rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul {
    display: block;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li {
    padding: 0;
    text-align: center;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.4rem;
    font-size: 0.32rem;
    line-height: 2;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>a span {
    width: 4em;
    font: inherit;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>a i {
    font-size: 12px;
    margin-left: 0.5rem;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>a::after {
    top: 100%;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li.m_on ol {
    display: block;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li.m_on>a:after {
    transform: scaleX(1);
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol {
    position: relative;
    height: auto;
    padding-top: 0;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li {
    padding: 0;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>a {
    padding: 0.1rem 0.4rem;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2;
    padding-right: calc(12px + 0.9rem);
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li:nth-child(2)>a {
    padding-top: 0.3rem;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>div {
    display: none;
  }

  #bloc header .pc-nav .col:nth-of-type(2) .mask {
    background-color: rgba(255, 255, 255, 0.9);
    height: 1.1rem;
    display: none;
  }

  #bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(2) {
    background-color: #edf2f6;
  }

  #bloc header .pc-nav .wc {
    color: #333;
  }

  #bloc header .pc-nav.bc {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  #bloc header .pc-nav.bc.alonav {
    border-bottom: none;
  }

  #bloc header .pc-nav.down {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  #bloc header.on .pc-nav .col .logoBox .img {
    opacity: 1;
  }

  #bloc header.on .pc-nav .col:nth-of-type(2) {
    opacity: 1;
    pointer-events: all;
    transform: none;
    background-color: #ffffff;
  }

  #bloc .nav__trigger {
    display: block;
    background-color: #175789;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 0;
    top: 0;
    z-index: 200;
    padding: 0.475rem 0.45rem;
    text-align: center;
    display: flex;
    align-items: center;
  }

  #bloc .nav__trigger .nav__icon {
    display: block;
    margin-left: 25%;
    position: relative;
    width: 75%;
    height: 0.03rem;
    background-color: #ffffff;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border-radius: 0.03rem;
  }

  #bloc .nav__trigger .nav__icon::before,
  #bloc .nav__trigger .nav__icon::after {
    content: "";
    display: block;
    height: 0.03rem;
    position: absolute;
    background: #ffffff;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border-radius: 0.03rem;
    right: 0;
  }

  #bloc .nav__trigger .nav__icon::before {
    margin-top: -0.1rem;
    width: 133.33%;
  }

  #bloc .nav__trigger .nav__icon::after {
    margin-top: 0.1rem;
    width: 75%;
  }

  #bloc .nav__trigger.on .nav__icon {
    background: rgba(0, 0, 0, 0);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
  }

  #bloc .nav__trigger.on .nav__icon::before {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100%;
  }

  #bloc .nav__trigger.on .nav__icon::after {
    margin-top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100%;
  }

  #home #main #roll #r1 #fn1 .con .msg .msgList {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  #home #main #roll #r1 #fn1 .con .msg .msgList h2 {
    font-size: 0.7rem;
    line-height: 1.14286;
  }

  #home #main #roll #r1 #fn1 .con .msg .msgList p {
    font-size: 0.6rem;
    line-height: 1;
    margin-top: 0.7rem;
  }

  #home #main #roll #r1 #fn1 .con .msg .msgList p br {
    display: none;
  }

  #home #main #roll #r1 #fn1 .con .dotBox {
    bottom: 1.2rem;
    transform: translateY(50%) scale(0.6);
  }

  #home #main #roll #r1 #fn1 .con .dotBox>li {
    margin: 0 0.1rem;
  }

  #home #main #roll #r1 #fn1 .con .dotBox>li svg circle {
    stroke: #0059fb;
  }

  #home #main #roll #r1 #fn1 .other .l1 {
    width: 100vw;
    height: 100vw;
  }

  #home #main #roll #r1 #fn1 .other {
    position: relative;
  }

  #home #main #roll #r1 #fn1 .other::after,
  #home #main #roll #r1 #fn1 .other::before {
    content: "";
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    position: absolute;
    left: 0;
  }

  #home #main #roll #r1 #fn1 .other::after {
    bottom: 1.2rem;
  }

  #home #main #roll #r1 #fn1 .other::before {
    top: 1.2rem;
  }

  #home #main #roll #r2 .rowMain .con {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  #home .roll-items {
    display: none;
  }

  #home #main>.other {
    display: none !important;
  }

  #home #main #roll #r2 .bg {
    display: none;
  }

  #home #main #roll #r2 .rowMain {
    display: block;
  }

  #home #main #roll #r2 .rowMain .con {
    height: auto;
  }

  #home #main #roll #r2 .rowMain .con .mid {
    display: block;
    height: auto;
  }

  #home #main #roll #r2 .rowMain .con .mid .col-1 {
    width: 100%;
    height: 73.33vw;
    margin: 0;
  }

  #home #main #roll #r2 .rowMain .con .mid .col-2 {
    width: 100%;
    padding: 5vh 0.4rem 0.6rem;
    display: block;
  }

  #home #main #roll #r2 .rowMain .con .mid .col-2 a {
    display: none;
  }

  #home #main #roll #r2 .rowMain .con .mid .col-2 h2 {
    font-size: 0.48rem;
    line-height: 1.25;
  }

  #home #main #roll #r2 .rowMain .con .mid .col-2 h2 span {
    color: #e51408;
    font: inherit;
  }

  #home #main #roll #r2 .rowMain .con .mid .col-2 p {
    font-size: 0.24rem;
    line-height: 1.833;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
  }

  #home #main #roll #r2 .rowMain .con .top {
    height: auto;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 0.8rem;
  }

  #home #main #roll #r2 .rowMain .con .top .dateBox {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 0;
  }

  #home #main #roll #r2 .rowMain .con .top .dateBox>li {
    margin-top: 3.6vh;
  }

  #home #main #roll #r2 .rowMain .con .top .dateBox>li:first-child,
  #home #main #roll #r2 .rowMain .con .top .dateBox>li:nth-child(2) {
    margin-top: 0;
  }

  #home #main #roll #r2 .rowMain .con .top .dateBox>li:nth-child(odd) {
    width: 50%;
  }

  #home #main #roll #r2 .rowMain .con .top .dateBox>li:nth-child(even) {
    width: 35%;
  }

  #home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(1)>span {
    line-height: 1;
    color: #dd000a;
  }

  #home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(1)>span sup {
    vertical-align: baseline;
  }

  #home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(2) {
    font-size: 0.2rem;
    line-height: 1;
    margin-top: 0.16rem;
  }

  #home #main #roll #r2 .rowMain .con .top a {
    display: block;
    margin: 6.15vh auto 0;
    font-size: 0;
  }

  #home #main #roll #r3>.other #clock,
  #home #main #roll #r3.on>.rowMain .con .cirBox {
    width: 66.66vw !important;
    height: 66.66vw !important;
    border: none;
  }

  #home #main #roll #r3 .rowMain .con {
    position: absolute;
    width: 66.66vw;
    padding: 0;
  }

  #home #main #roll #r3 .rowMain .con>div {
    margin: 0 0 0 39.4%;
  }

  #home #main #roll #r3 .rowMain .con>div h2 {
    margin-bottom: 0.3rem;
  }

  #home #main #roll #r3 .rowMain .con>div p {
    font-size: 0.54rem;
    line-height: 1.11;
  }

  #home #main #roll #r3 .rowMain .con>div .ad {
    right: calc(100% + 0.15rem);
  }

  #home #main #roll #r3 .other #clock>img {
    display: none;
  }

  #home #main #roll #r3 .other #clock .time-move canvas {
    display: none;
  }

  #home #main #roll #r3 .other #clock .time-box {
    left: -16.67vw;
    top: auto;
    bottom: calc(50% - 50vh + 1.4rem + 0.6rem);
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir {
    position: relative;
    display: flex;
    justify-content: space-around;
    height: auto;
    width: 100%;
    left: 0;
    margin-top: calc(-0.35rem + 2px);
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li {
    width: 0.7rem;
    height: 0.7rem;
    position: relative;
    left: auto;
    top: auto;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i {
    /* border-color: #ac0d14; */
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i span {
    opacity: 1;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i>a {
    opacity: 0;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i {
    width: 100%;
    height: 100%;
    border: 0.04rem solid transparent;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i span {
    opacity: 0;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a {
    display: block;
    text-align: center;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a small {
    font-size: 0.6rem;
    line-height: 1;
  }

  #home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a em {
    position: absolute;
    top: 100%;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.18rem;
    width: 150%;
    left: 50%;
    line-height: 16px;
    text-align: left;
    /* border: 1px solid red; */
    /* max-width: 25%; */
    height: auto;
    transform: translateX(-50%);
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: break-spaces;
    /* word-spacing: normal; */
    /* word-break: break-all; */
    min-width: auto;
  }
}

#home #main #roll #r3 .other #clock .msg-box .msg_1 {
  width: 25vw;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li i img {
  width: 90%;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5 span {
  font-weight: 500;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li h3 {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li>small {
  margin: 0.2rem 0 0rem 0;
  height: auto !important;
  font-size: 0.16rem;
  line-height: 0.24rem !important;
  display: block;
  overflow: initial;
  color: #fff;
}

#home #main #roll #r4>.mask {
  display: none;
}

#home #main #roll #r4 .rowMain {
  height: auto;
  display: block;
  padding-left: 0.4rem;
  margin-top: -4vh;
}

#home #main #roll #r4 .rowMain .con {
  padding: 0;
}

#home #main #roll #r4 .rowMain .con .top {
  padding: 0;
}

#home #main #roll #r4 .rowMain .con .top .col-2 {
  position: relative;
  height: auto;
}

#home #main #roll #r4 .rowMain .con .top .col-2>ul {
  padding: 0;
}

#home #main #roll #r4 .rowMain .con .top .col-2>ul>li>a {
  padding: 0.23rem 0.4rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 1.2;
  display: block;
}

#home #main #roll #r4 .rowMain .con .btm {
  position: relative;
}

#home #main #roll #r4 .rowMain .con .btm .box {
  width: calc(100% - 0.4rem);
  margin-top: 5.5vh;
  margin-left: 0;
  left: 0;
  top: 0;
  bottom: auto;
  height: auto;
  min-height: 2.7rem;
}

#home #main #roll #r4 .rowMain .con .btm .box:first-child {
  position: relative;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a {
  padding: 0.23rem 0;
  display: block;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a>div {
  width: 59.33%;
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  margin: 0 auto;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a>div::before {
  content: "";
  margin-top: 100%;
  display: block;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a>div>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  min-width: 50%;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a span {
  margin-top: 0.18rem;
  font-size: 0.2rem;
  line-height: 1;
  display: block;
}

#home #main #roll #r4 .rowMain .con .btm .box .pager {
  width: 100vw;
  left: -0.4rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  height: auto;
  margin-top: -0.3rem;
  top: 100%;
}

#home #main #roll #r4 .rowMain .con .btm .pager .next_,
#home #main #roll #r4 .rowMain .con .btm .pager .prev_ {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0.24rem;
  background-color: #175789;
  color: #fff;
  display: block;
}

#home #main #roll #r4 .rowMain .con .btm .pager .next_.swiper-button-disabled,
#home #main #roll #r4 .rowMain .con .btm .pager .prev_.swiper-button-disabled {
  background-color: #f8f8f9;
  color: #000;
  opacity: 1;
  pointer-events: none;
}

#home #main #roll #r4 .rowMain .con .mask {
  display: none;
}

#home #main #roll #r4 .bg.on+.rowMain .con .top .col-1 {
  display: none;
}

#home #main #roll #r4 .bg {
  display: block;
  text-align: center;
  line-height: 1;
  height: auto;
  position: relative;
}

#home #main #roll #r4 .bg .ind_title {
  margin-top: 5vh;
  font-weight: 600;
  line-height: 1.5;
}

#home #main #roll #r4 .bg .ind_title_en {
  color: rgba(0, 0, 0, 0.6);
}

#home #main #roll #r4 .bg .group {
  margin-top: 9.23vh;
}

#home #main #roll #r4 .bg .group>img {
  width: 100% !important;
}

#home #main #roll #r4 .bg .group>ul>li {
  width: 14.133%;
}

#home #main #roll #r4 .bg .group>ul>li:nth-of-type(1) {
  left: 51%;
  top: 0;
}

#home #main #roll #r4 .bg .group>ul>li:nth-of-type(2) {
  left: 39%;
  top: 28%;
}

#home #main #roll #r4 .bg .group>ul>li:nth-of-type(3) {
  left: 68.5%;
  top: 40%;
}

#home #main #roll #r4 .bg .group>ul>li:nth-of-type(4) {
  left: 10%;
  top: 18%;
}

#home #main #roll #r4 .bg .group>ul>li.on {
  transform: scale(1.5);
}

#home #main #roll #r4 .bg .group>ul>li>.img {
  width: 100%;
}

#home #main #roll #r5 .rowMain .con {
  flex-direction: column-reverse;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

#home #main #roll #r5 .rowMain .con .mid {
  height: auto;
  display: block;
  margin-top: 4.3vh;
}

#home #main #roll #r5 .rowMain .con .mid .col-1 {
  width: 100%;
  height: 85.089vw;
  margin-left: 0;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 {
  display: block;
  width: 100%;
  margin-top: 6vh;
  height: auto;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg {
  position: relative;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList {
  padding: 0;
  height: auto;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList h2 {
  font-size: 0.48rem;
  line-height: 1.25;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p {
  line-height: 1.833;
  font-size: 0.24rem;
  margin-top: 3.1vh;
  height: auto;
  display: block;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .other {
  display: none;
}

#home #main #roll #r5 .rowMain .con .top {
  padding-bottom: 0.6rem;
}

#home #main #roll #r5 .rowMain .con .top>ul {
  display: flex;
  justify-content: space-around;
  width: 100vw;
  margin-left: -0.4rem;
  position: relative;
}

#home #main #roll #r5 .rowMain .con .top>ul::before {
  content: "";
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  margin-top: -0.5px;
  top: 50%;
  left: 0;
  position: absolute;
  pointer-events: none;
}

#home #main #roll #r5 .rowMain .con .top>ul>li {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
}

#home #main #roll #r5 .rowMain .con .top>ul>li i {
  font-size: 0.6rem;
  line-height: 1;
  color: #fff;
}

#home #main #roll #r5 .rowMain .con .top>ul>li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0.04rem solid #ac0d14;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}

#home #main #roll #r5 .rowMain .con .top>ul>li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}

#home #main #roll #r5 .rowMain .con .top>ul>li span {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.18rem;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}

#home #main #roll #r5 .rowMain .con .top>ul>li em {
  display: none;
}

#home #main #roll #r5 .rowMain .con .top>ul>li.on::before {
  opacity: 1;
}

#home #main #roll #r5 .rowMain .con .top>ul>li.on::after {
  opacity: 1;
}

#home #main #roll #r5 .rowMain .con .top>ul>li.on i {
  opacity: 0;
}

#home #main #roll #r5 .rowMain .con .top>ul>li.on span {
  opacity: 0;
}

#home #main #roll #r6 .ind_title {
  font-weight: 600;
  line-height: 1.5;
}

#home #main #roll #r6 .ind_title_en {
  line-height: 1;
}

#home #main #roll #r6 .ind_title_en,
#home #main #roll #r6 .ind_title {
  text-align: center;
  color: #000;
}

#home #main #roll #r6 .ind_title_en {
  margin-bottom: 7vh;
}

#home #main #roll #r6 .rowMain .con {
  display: flex;
  align-items: center;
  padding-left: 0.975rem;
  padding-right: 0.975rem;
}

#home #main #roll #r6 .rowMain .con .title {
  display: none;
}

#home #main #roll #r6 .rowMain .con .mid {
  margin-top: 0;
  display: block;
  max-height: none;
}

#home #main #roll #r6 .rowMain .con .mid .loop {
  position: relative;
  height: auto;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li {
  width: 100%;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li.swiper-slide-prev {
  opacity: 1;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic {
  width: calc(100% - 0.45rem);
  margin: 0 auto;
  padding-bottom: 0;
  display: block;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic::before {
  content: "";
  display: block;
  margin-top: 131.1377%;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node {
  padding: 13.4% 13% 0 11.2%;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .top em {
  font-size: 0.27rem;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .top h3 {
  font-size: 0.28rem;
  line-height: 1.5185;
  text-shadow: 0 0 81px rgba(19, 21, 15, 0.57);
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .btm .c1 {
  font-size: 1.02rem;
  line-height: 0.76;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .btm .c2 {
  font-size: 0.24rem;
  line-height: 1.125;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li.swiper-slide-active>.pic {
  transform: translateY(-0.3rem);
}

#home #main #roll #r6 .rowMain .con .mid .loop .pager {
  position: relative;
  right: auto;
  display: flex;
  justify-content: center;
  bottom: auto;
  margin-top: 0.5rem;
}

#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev,
#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next {
  position: relative;
  margin: 0 0.24rem;
  left: auto;
  right: auto;
  top: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #175789;
  color: #fff;
  display: block;
}

#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev.swiper-button-disabled,
#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next.swiper-button-disabled {
  background-color: #f8f8f9;
  color: #000;
  opacity: 1;
}

#home #main #roll #r6 .rowMain .con .mid .loop .layout-btn-5 {
  margin: 4vh auto 5vh;
  width: 112px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #000;
  font-size: 0.24rem;
  display: block;
  font-weight: 500;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>div {
  width: 100%;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>div a {
  padding-right: calc(12px + 0.5rem);
}

#jue #top {
  height: 65vh;
}

.solution_body .sol_info {
  line-height: 1.833;
}

.solution_body .sol_case {
  width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.solution_body .sol_top_box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.solution_body .sol_top_box .sol_s_img {
  width: 60%;
}

.solution_body .sol_top_box .sol_z_info_box {
  display: block;
}

.solution_body .sol_top_box .sol_z_info_box .sol_title {
  text-align: center;
  padding-left: 0;
}

.solution_body .sol_top_box .sol_z_info_box .sol_info {
  width: 100%;
  padding-left: 0;
  text-align: justify;
  margin-top: 0.5rem;
}

.solution_body .sol_top_box .sol_z_info_box .sol_info::before {
  display: none;
}

.solution_body .sol_top_box .sol_src1_case {
  margin-top: 1rem;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box {
  padding: 0;
}

.solution_body .sol_bottom_box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box {
  margin-top: 0.5rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div {
  margin-bottom: 0.5rem;
  display: block;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:last-child {
  margin-bottom: 0.35rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case {
  width: 100%;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text {
  width: 100%;
  margin-top: 0.3rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box {
  margin-top: 0.4rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav {
  display: flex;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div {
  font-size: 12px;
  line-height: 1.3;
  padding: 0.2rem 0.4rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div {
  height: auto;
  line-height: 1.5;
  overflow-y: initial;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n::before {
  top: 12.831px;
}

.solution_body .sol_case_box {
  margin-top: 0.35rem;
}

.solution_body .sol_case_box .swiper-button-prev,
.solution_body .sol_case_box .swiper-button-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 100%;
  margin-top: -20px;
}

.solution_body .sol_case_box .swiper-button-prev {
  left: 0.4rem;
  transform: translateX(-50%);
}

.solution_body .sol_case_box .swiper-button-next {
  right: 0.4rem;
  transform: translateX(50%);
}

.eff_body .cef_src1_con_box .cef_text_box>div {
  margin: 0.2rem 0;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n {
  line-height: 1.833;
  font-size: 14px;
}

.eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div {
  display: flex;
  flex-wrap: wrap;
}

.eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n {
  width: 50%;
}

#jue #main #r1 .rowMain {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  width: 100%;
}

#jue #main #r1 .rowMain .top {
  display: block;
  height: auto;
}

#jue #main #r1 .rowMain .top .col-1 {
  padding: 0;
  line-height: 1.6;
  text-align: center;
}

#jue #main #r1 .rowMain .top .col-1 small {
  font: inherit;
  font-weight: normal;
}

#jue #main #r1 .rowMain .top .col-2 {
  padding: 0;
  margin-top: 0.5rem;
  line-height: 1.833;
}

#jue #main #r1 .rowMain .top .col-2 p {
  font-family: inherit;
  text-align: justify;
}

#jue #main #r1 .bg .img {
  width: 60%;
}

#jue #main #r1 .bg .pic {
  background-size: cover;
}

#jue #main #r1 .rowMain .top .line {
  display: none;
}

#jue #main #r2 .rowMain {
  width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

#jue #main #r2 .rowMain .title {
  padding-bottom: 0.5rem;
}

#jue #main #r2 .rowMain .con .mid {
  display: block;
}

#jue #main #r2 .rowMain .con .mid .col-1 {
  width: 100%;
}

#jue #main #r2 .rowMain .con .mid .col-2 {
  width: 100%;
  margin-top: 0.3rem;
}

#jue #main #r2 .rowMain .con .mid .col-2 h3 {
  line-height: 1.3;
  margin-bottom: 0.27rem;
}

#jue #main #r2 .rowMain .con .mid .col-2 p {
  line-height: 1.833;
  text-align: justify;
}

#jue #main #r2 .rowMain .sol_case {
  width: 100vw;
  margin-left: -0.4rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_case_n {
  font-weight: 700;
}

#pro #top {
  height: 65vh;
}

#pro #main #r1 .rowMain {
  width: calc(100% - 0.8rem);
}

#join #top {
  height: 100vw;
}

#join #top #fn1 .other .l1 {
  width: 100vw;
  height: calc(100vw - 60px);
  top: 60px;
}

#join #main .r1 .inner {
  height: auto;
  padding: 20% 5% 10% 5%;
}

#join #main .r1 .inner .items {
  flex-direction: column;
}

#join #main .r1 .inner .items .list {
  width: 100%;
  pointer-events: none;
  margin-bottom: 60px;
}

#join #main .r1 .inner .items .list .msg {
  margin-top: 0.3rem;
}

#contact #top {
  height: 100vw;
}

#contact #top #fn1 .other .l1 {
  width: 100vw;
  height: calc(100vw - 60px);
  top: 60px;
}

#contact #main .r1 .inner {
  height: auto;
  padding: 10% 5% 10% 5%;
}

#contact #main .r1 .inner .mid .title {
  padding: 5% 0 5% 3%;
  bottom: -1.4rem;
}

#contact #main .r1 .inner .mid #map {
  height: 80vw;
  width: 100%;
  margin-left: 0;
}

#contact #main .r1 .inner .mid #map .BMap_Marker {
  pointer-events: none;
}

#contact #main .r1 .inner .bm>ul {
  width: 100%;
  margin-top: 1.5rem;
  flex-direction: column;
  margin-left: 0;
  height: auto;
  align-items: flex-start;
}

#contact #main .r1 .inner .bm>ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0.3rem;
}

#contact #main .r1 .inner .bm>ul>li i {
  font-size: 16px;
  line-height: 0.5rem;
  width: 50px;
  text-align: left;
}

#contact #main .r1 .inner .bm>ul>li p {
  width: calc(100% - 50px);
}

#about #top {
  height: 100vw;
}

#about #main .r1 .bg .a4 {
  display: none;
}

#about #top #fn1 .other .l1 {
  width: 100vw;
  height: calc(100vw - 60px);
  top: 60px;
}

#about #main .r1 .inner .col:nth-of-type(2) {
  width: 100%;
  padding-top: 102vw;
}

#about #main .r1 .inner .col .title {
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
}

#about #main .r1 .inner .col:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 8%;
  width: 84%;
}

#about #main .r1 .inner .col .items>li {
  height: auto;
  position: relative;
  margin-bottom: 0.6rem;
}

#about #main .r1 .inner .col .items>li>div h3 {
  margin-bottom: 0.3rem;
}

#about #main .r1 .inner .col .items>li>div p br {
  display: none;
}

#about #main .r1 .inner {
  padding: 2.7rem 9% 0 8%;
}

#about #main .r1 .group {
  flex-direction: column;
  height: auto;
  padding: 0 8% 8% 8%;
}

#about #main .r1 .group .col {
  width: 100%;
}

#about #main .r1 .group .col h3 {
  margin-bottom: 0.3rem;
}

#about #main .r1 .group .col p {
  padding: 0;
}

#about #main .r2 .inner .wrap .group {
  flex-direction: column;
  position: relative;
}

#about #main .r2 .inner .wrap .group .box .mask {
  opacity: 0.8;
}

#about #main .r2 .inner .wrap .group .box {
  pointer-events: none;
  background-color: #000000;
  width: 100%;
  height: 5.4rem;
  flex-direction: column;
}

#about #main .r2 .inner .wrap .group .box .bm {
  position: relative;
  bottom: auto;
  left: auto;
}

#about #main .r2 .inner .wrap .group .box .bm p {
  color: rgba(255, 255, 255, 0.9);
}

#about #main .r2 .inner .wrap .group .box .mid .f-30 {
  font-size: 18px;
}

#about #main .r2 .inner .wrap .photo {
  display: none;
}

#about #main .r3 .inner {
  padding-top: 0.7rem;
}

#about #main .r1 .inner .mask {
  height: calc(93.7vw);
}

#about #main .r3 .inner .topic {
  flex-direction: column;
  align-items: flex-start;
}

#about #main .r3 .inner .topic .tree {
  flex-wrap: wrap;
}

#about #main .r3 .inner .topic .tree>li {
  margin-left: 0;
  width: 33.3%;
  margin-top: 0.3rem;
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide {
  width: 80vw;
}

#about #main .r3 .inner .mid .set>a {
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

#about #main .r4 .inner {
  position: relative;
}

#about #main .r4 .bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

#about #main .r4 .bg>img.pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about #main .r4 .inner .topic {
  margin-bottom: 0.6rem;
  padding: 0 10%;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg {
  max-width: 100%;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic {
  width: 84%;
  padding-bottom: 106%;
}

#about #main .r4 .inner .wrap .set>a {
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

#about #main .r4 .inner .wrap .set {
  padding: 0 10%;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg h5 {
  margin-top: 0.4rem;
}

#about #main .r4 .bg .a2 {
  display: none;
}

#about #main .r4 .bg .a1 {
  width: 75%;
  bottom: 0;
  left: 28%;
}

#about #main .r4 .inner {
  padding: 1.4rem 0;
}

.new_body .news_case {
  width: 100%;
}

.new_body .new_list_box .new_list {
  margin-top: 0.5rem;
}

.new_body .new_list_box .new_list .loop .box .swiper-item {
  justify-content: space-between;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a {
  width: 48%;
  margin-right: 0;
}

.new_body .new_list_box .new_timer {
  padding-top: 0.65rem;
  width: calc(100% - 100px);
  margin: 0 auto;
}

.new_body .new_list_box .new_timer .time_plan {
  left: -50px;
}

.new_body .new_list_box .new_timer a {
  padding: 0.35rem 0.35rem 0.45rem;
}

.new_body .new_list_box .new_timer .swiper-button-next,
.new_body .new_list_box .new_timer .swiper-button-prev {
  display: block;
  background-image: none;
  background-color: #f8f8f9;
  font-size: 14px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  top: calc(50% + 0.325rem);
  margin-top: -25px;
}

.new_body .new_list_box .new_timer .swiper-button-next.swiper-button-disabled,
.new_body .new_list_box .new_timer .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.new_body .new_list_box .new_timer .swiper-button-next {
  right: -50px;
}

.new_body .new_list_box .new_timer .swiper-button-prev {
  left: -50px;
}

.new_body .new_list_box .new_list .loop .page_bot_box {
  padding-top: 0.4rem;
  padding-left: 0.4rem;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node {
  padding: 13.4% 13% 0 11.2%;
}

#jue #top #fn1 .con .dotBox::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}

.solution_body .sol_case_box .sol_case_n {
  width: calc(100% - 80px + 0.6rem);
  margin-left: auto;
  margin-right: auto;
}

#jue #main #r1 .rowMain .top .col-2 p {
  line-height: 1.833;
}

#jue #main #r1 .rowMain .mid .box {
  margin-top: 0.5rem;
}

.solution_body .goPop {
  position: relative;
}

.solution_body .goPop .iconfont {
  font-size: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #175789;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.solution_body .goPop .iconfont>div {
  font-size: 0.2rem;
}

:focus-visible {
  outline: none;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p font {
  padding-bottom: 0.06rem;
}<!--ºÄÊ±1759754280.5216Ãë-->