@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */


#swiper_home  #roll {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
#swiper_home  #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;
}
#swiper_home  #roll .row .alan {
  opacity: 0;
}
#swiper_home  #roll .row .alanLeft,
#swiper_home  #roll .row .alanIn {
  opacity: 0;
}
#swiper_home  #roll .row.del {
  opacity: 1;
  pointer-events: auto;
}
#swiper_home  #roll .row.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
#swiper_home  #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);
}
#swiper_home  #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);
}
#swiper_home  #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);
}
#swiper_home  #roll .row .delay1 {
  animation-delay: 0.1s;
}
#swiper_home  #roll .row .delay2 {
  animation-delay: 0.2s;
}
#swiper_home  #roll .row .delay3 {
  animation-delay: 0.3s;
}
#swiper_home  #roll .row .delay4 {
  animation-delay: 0.4s;
}
#swiper_home  #roll .row .delay5 {
  animation-delay: 0.5s;
}
#swiper_home  #roll .row .delay6 {
  animation-delay: 0.6s;
}
#swiper_home  #roll .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#swiper_home  #roll .row .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; background-size:cover
}
#swiper_home  #roll .row .rowMain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#swiper_home  #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;
}
#swiper_home  #roll #r1 {
  background-color: #000;
  overflow: hidden;
}
#swiper_home  #roll #r1 #fn1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#swiper_home  #roll #r1 #fn1 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
#swiper_home  #roll #r1 #fn1 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#swiper_home  #roll #r1 #fn1 .photo .pic.on {
  opacity: 1;
}
#swiper_home  #roll #r1 #fn1 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
#swiper_home  #roll #r1 #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;
}
#swiper_home  #roll #r1 #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);
}
#swiper_home  #roll #r1 #fn1 .other .l2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
}
#swiper_home  #roll #r1 #fn1 .other .l3 {
  position: absolute;
  bottom: calc(0.4rem + 24px);
}
#swiper_home  #roll #r1 #fn1 .other .l4 {
  position: absolute;
  top: 0.58rem;
}
#swiper_home  #roll #r1 #fn1 .other.on svg path {
  stroke-dashoffset: 180%;
}
#swiper_home  #roll #r1 #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;
}
#swiper_home  #roll #r1 #fn1 .con .msg {
  width: 100%;
  height: 100%;
  position: relative;
}
#swiper_home  #roll #r1 #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;
}
#swiper_home  #roll #r1 #fn1 .con .msg .msgList h2 {
  line-height: 1;
  margin-bottom: 0.4rem;
  text-align: center;
}
#swiper_home  #roll #r1 #fn1 .con .msg .msgList p {
  text-align: center;
  line-height: 1.2;
}
#swiper_home  #roll #r1 #fn1 .con .msg .msgList.on,
#swiper_home  #roll #r1 #fn1 .con .msg .msgList.next {
  opacity: 1;
  pointer-events: auto;
}
#swiper_home  #roll #r1 #fn1 .con .msg .msgList.first {
  display: none;
}
#swiper_home  #roll #r1 #fn1 .con .dotBox {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#swiper_home  #roll #r1 #fn1 .con .dotBox > li {
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
}
#swiper_home  #roll #r1 #fn1 .con .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);
}
#swiper_home  #roll #r1 #fn1 .con .dotBox > li svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  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;
}
#swiper_home  #roll #r1 #fn1 .con .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.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
}
#swiper_home  #roll #r1 #fn1 .con .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;
}
#swiper_home  #roll #r1 #fn1 .con .dotBox > li.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;
}
#swiper_home  #roll #r1 #fn1 .con .dotBox > li.on span {
  border-color: rgba(255, 255, 255, 0.3);
}
#swiper_home  #roll #r1 .ad {
  position: absolute;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0.6rem;
  bottom: 0;
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  -o-transform: translate3d(-10px, 0, 0);
  -ms-transform: translate3d(-10px, 0, 0);
  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;
}
#swiper_home  #roll #r1.over {
  z-index: 16;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}
#swiper_home  #roll #r1.del .ad {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#swiper_home  #roll #r2 {
  background-color: #fff;
  overflow: hidden;
}
#swiper_home  #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#swiper_home  #roll #r2 .bg svg.all {
  position: absolute;
  width: 130vw;
  height: 55.78vw;
  left: -15vw;
  bottom: -20px;
}
#swiper_home  #roll #r2 .bg svg.all path {
  fill: none;
  stroke-width: 1px;
  stroke: rgba(0, 0, 0, 0.2);
  stroke-dasharray: 500%;
  stroke-dashoffset: -120%;
  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;
}
#swiper_home  #roll #r2 .bg .line {
  position: absolute;
  height: 1px;
  width: 11.8vw;
  top: 1.3rem;
  left: 0;
}
#swiper_home  #roll #r2 .bg .line path {
  fill: none;
  stroke-width: 1px;
  stroke: rgba(0, 0, 0, 0.2);
  stroke-dasharray: 500%;
  stroke-dashoffset: -120%;
  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;
  transition-delay: 0.4s;
}
#swiper_home  #roll #r2 .rowMain .con {
  padding-left: 12vw;
}
#swiper_home  #roll #r2 .rowMain .con .top {
  width: 100%;
  height: 1.8rem;
}
#swiper_home  #roll #r2 .rowMain .con .top .dateBox {
  width: 100%;
  height: 100%;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#swiper_home  #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > span {
  font-size: 0.7rem;
}
#swiper_home  #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > span sup {
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
}
#swiper_home  #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > small {
  margin-left: 0.2rem;
  font-size: 0.2rem;
}
#swiper_home  #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(2) {
  color: #666;
}
#swiper_home  #roll #r2 .rowMain .con .mid {
  width: 100%;
  height: calc(100% - 1.8rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid transparent;
  transition: border-color 2s ease-out;
  -webkit-transition: border-color 2s ease-out;
  -moz-transition: border-color 2s ease-out;
  -o-transition: border-color 2s ease-out;
  -ms-transition: border-color 2s ease-out;
}
#swiper_home  #roll #r2 .rowMain .con .mid .col-1 {
  width: 49.5%;
  height: 100%;
  margin-left: -2px;
}
#swiper_home  #roll #r2 .rowMain .con .mid .col-1 .photo {
  width: 100%;
  height: 100%;
  position: relative;
}
#swiper_home  #roll #r2 .rowMain .con .mid .col-1 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#swiper_home  #roll #r2 .rowMain .con .mid .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 0 4.5%;
}
#swiper_home  #roll #r2 .rowMain .con .mid .col-2 h2 {
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#swiper_home  #roll #r2 .rowMain .con .mid .col-2 p {
  margin-bottom: 0.6rem;
  line-height: 32px;
  display: block;
  text-align: justify;
}
#swiper_home  #roll #r2 .rowMain .con .ad {
  text-transform: uppercase;
  position: absolute;
  left: -0.5rem;
  top: 1.8rem;
  width: 40px;
  line-height: 1.2;
  transform-origin: 0 50%;
}
#swiper_home  #roll #r2.in {
  z-index: 15;
  opacity: 1;
  animation-name: fadeIn;
  transform-origin: 50% 50%;
}
#swiper_home  #roll #r2.in {
  z-index: 15;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in;
  transform-origin: 50% 50%;
}
#swiper_home  #roll #r2.out {
  z-index: 10;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_out;
  transform-origin: 50% 50%;
}
#swiper_home  #roll #r2.on .bg svg path {
  stroke-dashoffset: 0%;
  stroke: rgba(0, 0, 0, 0.12);
}
#swiper_home  #roll #r2.on .rowMain .con .mid {
  border-color: rgba(0, 0, 0, 0.12);
}

#swiper_home  #roll #r4 {
  background-color: #fff;
  overflow: hidden;
}
#swiper_home  #roll #r4 > .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#swiper_home  #roll #r4 > .mask svg.all {
  position: absolute;
  width: 130vw;
  height: 55.78vw;
  left: -15vw;
  bottom: -22px;
}
#swiper_home  #roll #r4 > .mask svg.all path {
  fill: none;
  stroke-width: 1px;
  stroke: rgba(0, 0, 0, 0.2);
  stroke-dasharray: 500%;
  stroke-dashoffset: -120%;
  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;
  transition-delay: 0.4s;
}
#swiper_home  #roll #r4 > .mask .line {
  position: absolute;
  height: 1px;
  width: 11.8vw;
  top: 1.3rem;
  left: 0;
}
#swiper_home  #roll #r4 > .mask .line path {
  fill: none;
  stroke-width: 1px;
  stroke: rgba(0, 0, 0, 0.2);
  stroke-dasharray: 500%;
  stroke-dashoffset: -120%;
  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;
  transition-delay: 0.4s;
}
#swiper_home  #roll #r4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.3rem;
}
#swiper_home  #roll #r4 .bg .group {
  position: relative;
}
#swiper_home  #roll #r4 .bg .group > img {
  max-width: 1300px;
  width: 13rem;
}
#swiper_home  #roll #r4 .bg .group > ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#swiper_home  #roll #r4 .bg .group > ul > li {
  position: absolute;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  cursor: pointer;
}
#swiper_home  #roll #r4 .bg .group > ul > li .img {
  position: relative;
}
#swiper_home  #roll #r4 .bg .group > ul > li .icon {
  position: absolute;
}
#swiper_home  #roll #r4 .bg .group > ul > li .msg {
  position: absolute;
}
#swiper_home  #roll #r4 .bg .group > ul > li .msg h4 {
  white-space: nowrap;
  line-height: 1;
}
#swiper_home  #roll #r4 .bg .group > ul > li .msg p {
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(4) {
    top: 27%;
    left: 7%;
    opacity: 0;
    transform: translate3D(-10px, 0, 0);
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(4) .img {
    width: 2.84rem;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(4) .icon {
    right: 12.1%;
    top: 28%;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(4) .msg {
    text-align: right;
    right: 60%;
    bottom: calc(100% + 0.15rem);
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(2) {
    top: 37%;
    left: 30%;
    opacity: 0;
    transform: translate3D(10px, 0, 0);
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(2) .img {
    width: 3.08rem;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(2) .icon {
    right: 7.2%;
    top: 18%;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(2) .msg {
    right: 80%;
    top: calc(100% + 0.2rem);
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(3) {
    top: 64%;
    left: 57%;
    opacity: 0;
    transform: translate3D(0px, -10px, 0);
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(3) .img {
    width: 2.45rem;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(3) .icon {
    right: 67.5%;
    top: 24%;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(3) .msg {
    left: calc(100% + 0.25rem);
    top: calc(100% - 0.15rem);
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(1) {
    top: 7%;
    left: 48%;
    opacity: 0;
    transform: translate3D(0px, 10px, 0);
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(1) .img {
    width: 2.61rem;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(1) .icon {
    right: 67.6%;
    top: 32%;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(1) .msg {
    left: calc(100% + 0.25rem);
    bottom: calc(100% - 0.6rem);
  }
}
@media screen and (min-width: 1025px) {
  #swiper_home  #roll #r4 .bg.on .group > ul > li:nth-of-type(1) {
    opacity: 0;
    transform: translate3D(-10px, 0, 0);
    -webkit-transform: translate3D(-10px, 0, 0);
    -moz-transform: translate3D(-10px, 0, 0);
    -o-transform: translate3D(-10px, 0, 0);
    -ms-transform: translate3D(-10px, 0, 0);
  }
  #swiper_home  #roll #r4 .bg.on .group > ul > li:nth-of-type(2) {
    opacity: 0;
    transform: translate3D(10px, 0, 0);
    -webkit-transform: translate3D(10px, 0, 0);
    -moz-transform: translate3D(10px, 0, 0);
    -o-transform: translate3D(10px, 0, 0);
    -ms-transform: translate3D(10px, 0, 0);
  }
  #swiper_home  #roll #r4 .bg.on .group > ul > li:nth-of-type(3) {
    opacity: 0;
    transform: translate3D(0px, 10px, 0);
    -webkit-transform: translate3D(0px, 10px, 0);
    -moz-transform: translate3D(0px, 10px, 0);
    -o-transform: translate3D(0px, 10px, 0);
    -ms-transform: translate3D(0px, 10px, 0);
  }
  #swiper_home  #roll #r4 .bg.on .group > ul > li:nth-of-type(4) {
    opacity: 0;
    transform: translate3D(0px, -10px, 0);
    -webkit-transform: translate3D(0px, -10px, 0);
    -moz-transform: translate3D(0px, -10px, 0);
    -o-transform: translate3D(0px, -10px, 0);
    -ms-transform: translate3D(0px, -10px, 0);
  }
}
#swiper_home  #roll #r4 .bg.on + .rowMain {
  pointer-events: auto;
}
#swiper_home  #roll #r4 .bg.on + .rowMain .con .top .col-1 {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transition-delay: 1s;
}
#swiper_home  #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#swiper_home  #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li:nth-of-type(1) {
  transition-delay: 1.1s;
}
#swiper_home  #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li:nth-of-type(2) {
  transition-delay: 1.2s;
}
#swiper_home  #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li:nth-of-type(3) {
  transition-delay: 1.3s;
}
#swiper_home  #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li:nth-of-type(4) {
  transition-delay: 1.4s;
}
#swiper_home  #roll #r4 .bg.on + .rowMain .con .btm {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transition-delay: 1.5s;
}
#swiper_home  #roll #r4 .bg.on + .rowMain .con .mask {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transition-delay: 0.2s;
}
#swiper_home  #roll #r4 .bg.mask_0 + .rowMain .con .mask {
  left: 5%;
  top: -14%;
}
#swiper_home  #roll #r4 .bg.mask_2 + .rowMain .con .mask {
  left: 7%;
  top: 14%;
}
#swiper_home  #roll #r4 .bg.mask_3 + .rowMain .con .mask {
  left: -18%;
  top: -4%;
}
#swiper_home  #roll #r4 .rowMain {
  pointer-events: none;
}
#swiper_home  #roll #r4 .rowMain .con {
  padding-left: 12vw;
}
#swiper_home  #roll #r4 .rowMain .con .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  position: relative;
  z-index: 10;
}
#swiper_home  #roll #r4 .rowMain .con .top .col-1 {
  height: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  -o-transform: translate3d(-10px, 0, 0);
  -ms-transform: translate3d(-10px, 0, 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;
}
#swiper_home  #roll #r4 .rowMain .con .top .col-1 .return {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  text-indent: 3px;
  background-color: #f8f8f9;
  color: #000;
  display: inline-block;
  font-size: 18px;
  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;
}
#swiper_home  #roll #r4 .rowMain .con .top .col-1 .return:hover {
  color: #fff;
  background-color: #175789;
}
#swiper_home  #roll #r4 .rowMain .con .top .col-2 {
  position: absolute;
  width: 100%;
  height: 1.8rem;
  left: 0;
  top: 0;
}
#swiper_home  #roll #r4 .rowMain .con .top .col-2 > ul {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 16%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#swiper_home  #roll #r4 .rowMain .con .top .col-2 > ul > li {
  opacity: 0;
  transform: translate3d(0px, -10px, 0);
  -webkit-transform: translate3d(0px, -10px, 0);
  -moz-transform: translate3d(0px, -10px, 0);
  -o-transform: translate3d(0px, -10px, 0);
  -ms-transform: translate3d(0px, -10px, 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;
}
#swiper_home  #roll #r4 .rowMain .con .top .col-2 > ul > li > a {
  padding: 14px 50px;
  border-radius: 100px;
  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;
}
#swiper_home  #roll #r4 .rowMain .con .top .col-2 > ul > li.on > a {
  background-color: #175789;
  color: #fff;
}
#swiper_home  #roll #r4 .rowMain .con .top .col-2 > ul > li:hover > a {
  background-color: #175789;
  color: #fff;
}
#swiper_home  #roll #r4 .rowMain .con .btm {
  width: 100%;
  position: relative;
  z-index: 11;
  opacity: 0;
  transform: translate3d(0px, 10px, 0);
  -webkit-transform: translate3d(0px, 10px, 0);
  -moz-transform: translate3d(0px, 10px, 0);
  -o-transform: translate3d(0px, 10px, 0);
  -ms-transform: translate3d(0px, 10px, 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;
}
#swiper_home  #roll #r4 .rowMain .con .btm .box {
  position: absolute;
  bottom: 0;
  width: 72%;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 1.8rem;
  opacity: 0;
  visibility: hidden;
  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;
}
#swiper_home  #roll #r4 .rowMain .con .btm .box .swiper {
  height: 100%;
  overflow: hidden;
}
#swiper_home  #roll #r4 .rowMain .con .btm .box .swiper > ul > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: initial;
  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;
}
#swiper_home  #roll #r4 .rowMain .con .btm .box .swiper > ul > a > div {
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1rem;
}
#swiper_home  #roll #r4 .rowMain .con .btm .box .swiper > ul > a > div > img {
  max-height: 80px;
}
#swiper_home  #roll #r4 .rowMain .con .btm .box .swiper > ul > a > span {
  width: 100%;
}
#swiper_home  #roll #r4 .rowMain .con .btm .box .swiper > ul > a:hover {
  background-color: #edf1f5;
}
#swiper_home  #roll #r4 .rowMain .con .btm .box.on {
  opacity: 1;
  visibility: visible;
}
#swiper_home  #roll #r4 .rowMain .con .btm .pager {
  position: absolute;
  pointer-events: none;
  left: -100px;
  top: 0;
  width: calc(100% + 200px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#swiper_home  #roll #r4 .rowMain .con .btm .pager .next_ {
  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;
  pointer-events: auto;
}
@media screen and (min-width: 1025px) {
  #swiper_home  #roll #r4 .rowMain .con .btm .pager .next_:hover {
    color: #fff;
    background-color: #175789;
  }
}
#swiper_home  #roll #r4 .rowMain .con .btm .pager .prev_ {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  text-indent: -4px;
  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;
  pointer-events: auto;
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
}
@media screen and (min-width: 1025px) {
  #swiper_home  #roll #r4 .rowMain .con .btm .pager .prev_:hover {
    color: #fff;
    background-color: #175789;
  }
}
#swiper_home  #roll #r4 .rowMain .con .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  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;
}
#swiper_home  #roll #r4 .rowMain .con .mask > img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100vw;
}
#swiper_home  #roll #r4 .rowMain .con .mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 20vw;
  background-color: rgba(255, 255, 255, 0.7);
}
#swiper_home  #roll #r4 .rowMain .con .mask:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20vw;
  background-color: rgba(255, 255, 255, 0.7);
}
#swiper_home  #roll #r4 .rowMain .con .ad {
  text-transform: uppercase;
  position: absolute;
  left: -0.5rem;
  top: 1.8rem;
  width: 40px;
  line-height: 1.2;
  transform-origin: 0 50%;
  z-index: 15;
  pointer-events: none;
}
#swiper_home  #roll #r4.in {
  z-index: 15;
  opacity: 1;
  border-radius: 20px;
  animation-name: fadeIn;
  transform-origin: 50% 50%;
}
#swiper_home  #roll #r4.out {
  z-index: 10;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_out;
  transform-origin: 50% 50%;
}
#swiper_home  #roll #r4.on .mask svg path {
  stroke-dashoffset: 0%;
  stroke: rgba(0, 0, 0, 0.12);
}
#swiper_home  #roll #r4.on .bg .group > ul > li {
  opacity: 1;
  transform: none;
}
#swiper_home  #roll #r5 {
  background-color: #01040b;
}
#swiper_home  #roll #r5 > .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#swiper_home  #roll #r5 > .mask svg.all {
  position: absolute;
  width: 130vw;
  height: 55.78vw;
  left: -15vw;
  bottom: -22px;
}
#swiper_home  #roll #r5 > .mask svg.all path {
  fill: none;
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dasharray: 500%;
  stroke-dashoffset: -120%;
  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;
  transition-delay: 0.4s;
}
#swiper_home  #roll #r5 > .mask .line {
  position: absolute;
  height: 1px;
  width: 11.8vw;
  top: 1.3rem;
  left: 0;
}
#swiper_home  #roll #r5 > .mask .line path {
  fill: none;
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dasharray: 500%;
  stroke-dashoffset: -120%;
  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;
  transition-delay: 0.4s;
}
#swiper_home  #roll #r5 .bg {
  opacity: 0.15;
}
#swiper_home  #roll #r5 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(7px);
  background-size: 100%;
  background-position: center top;
  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;
}
#swiper_home  #roll #r5 .bg .pic.on {
  opacity: 1;
}
#swiper_home  #roll #r5 .rowMain .con {
  padding-left: 12vw;
}
#swiper_home  #roll #r5 .rowMain .con .top {
  width: 100%;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#swiper_home  #roll #r5 .rowMain .con .top > ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#swiper_home  #roll #r5 .rowMain .con .top > ul > li {
  width: 25%;
  text-align: center;
  cursor: pointer;
}
#swiper_home  #roll #r5 .rowMain .con .top > ul > li span {
  display: none;
}
#swiper_home  #roll #r5 .rowMain .con .top > ul > li i {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  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;
}
#swiper_home  #roll #r5 .rowMain .con .top > ul > li em {
  display: block;
  margin-top: 0.15rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  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;
}
#swiper_home  #roll #r5 .rowMain .con .top > ul > li.on i {
  color: #20669c;
}
#swiper_home  #roll #r5 .rowMain .con .top > ul > li.on em {
  color: #20669c;
}
#swiper_home  #roll #r5 .rowMain .con .mid {
  width: 100%;
  height: calc(100% - 2.1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-1 {
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin-left: -2px;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-1 .photo {
  width: 100%;
  height: 100%;
  position: relative;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-1 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-1 .photo .pic.on {
  opacity: 1;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  position: relative;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 12% 1.05rem 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList.on,
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList.next {
  opacity: 1;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList h2 font {
  display: block;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p {
  margin-top: 0.3rem;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p font {
  line-height: 0.32rem;
  height: 1.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .other {
  display: flex;
  width: 100%;
  padding: 0 12% 0 10%;
  position: absolute;
  bottom: 0.6rem;
  height: 0.45rem;
  justify-content: space-between;
  align-items: center;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .other .c1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .other .c1 em:nth-of-type(1) {
  color: #ffffff;
  font-size: 0.45rem;
  line-height: 1;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .other .c1 em:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.24rem;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .other .c2 .set {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  line-height: 0.45rem;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 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;
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .other .c2 .set.prev_ {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
}
#swiper_home  #roll #r5 .rowMain .con .mid .col-2 .other .c2 .set:hover {
  background-color: #175789;
  border-color: #175789;
}
#swiper_home  #roll #r5 .rowMain .con .ad {
  text-transform: uppercase;
  position: absolute;
  left: -0.5rem;
  top: 1.8rem;
  width: 40px;
  line-height: 1.2;
  transform-origin: 0 50%;
}
#swiper_home  #roll #r5.in {
  z-index: 15;
  opacity: 1;
  border-radius: 20px;
  animation-name: bannerIn;
  transform-origin: 50% 50%;
}
#swiper_home  #roll #r5.out {
  z-index: 10;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_out;
  transform-origin: 50% 50%;
}
#swiper_home  #roll #r5.on .mask svg path {
  stroke-dashoffset: 0%;
}
#swiper_home  #roll #r6 {
  overflow: hidden;
}
#swiper_home  #roll #r6 .rowMain .con {
  padding-left: 12vw;
  justify-content: center;
}
#swiper_home  #roll #r6 .rowMain .con .title {
  width: 100%;
  margin-top: 0.1rem;
}
#swiper_home  #roll #r6 .rowMain .con .title .tab {
  display: inline-block;
  width: 1rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  text-align: center;
  border-radius: 28px;
  margin-right: 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;
}
#swiper_home  #roll #r6 .rowMain .con .title .tab:hover,
#swiper_home  #roll #r6 .rowMain .con .title .tab.on {
  background-color: #175789;
  border-color: #175789;
  color: #fff;
}
#swiper_home  #roll #r6 .rowMain .con .mid {
  position: relative;
  height: calc(100% - 1.5rem);
  max-height: 5.8rem;
  width: 100%;
  margin-top: 4vw;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box {
  height: 100%;
  overflow: visible;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li {
  width: 4.4rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  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;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic {
  display: inline-block;
  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;
  height: 100%;
  background-color: #f8f8f9;
  width: 100%;
  position: relative;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .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);
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .top h3 {
  margin-top: 0.3rem;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .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.38rem 0;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .btm .c1 {
  font-size: 0.9rem;
  line-height: 0.8;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .btm .c2 {
  line-height: 1.4;
  text-align: right;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node.bc {
  background-color: rgba(0, 0, 0, 0);
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node.bc .wc {
  color: #333;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node.bc .btm {
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node.bc .btm .c1 {
  color: #ac0d14;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .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);
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li.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;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .pager {
  position: absolute;
  right: 1.3rem;
  z-index: 2;
  bottom: -0.4rem;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-next {
  position: absolute;
  z-index: 10;
  top: 110%;
  left: 56px;
  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) {
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-next:hover {
    color: #fff;
    background-color: #175789;
  }
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-next.swiper-button-disabled,
#swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-prev {
  z-index: 10;
  position: absolute;
  top: 110%;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  text-indent: -4px;
  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;
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
}
@media screen and (min-width: 1025px) {
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-prev:hover {
    color: #fff;
    background-color: #175789;
  }
}
#swiper_home  #roll #r6 .rowMain .con .ad {
  text-transform: uppercase;
  position: absolute;
  left: -0.5rem;
  top: 1.8rem;
  width: 40px;
  line-height: 1.2;
  transform-origin: 0 50%;
}
#swiper_home  #roll #r6.in {
  z-index: 15;
  opacity: 1;
  border-radius: 20px;
  animation-name: bannerIn;
  transform-origin: 50% 50%;
}
#swiper_home  #roll #r6.out {
  z-index: 10;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_out;
  transform-origin: 50% 50%;
}
#swiper_home  > .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;
}
#swiper_home  > .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;
}
#swiper_home  > .other .img {
  position: absolute;
  bottom: 1.2rem;
  display: none;
}
#swiper_home  > .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;
}
#swiper_home  > .other.bc {
  mix-blend-mode: unset;
}
#swiper_home  > .other.bc > i {
  color: #333;
}
#swiper_home  > .other.bc .img {
  opacity: 0;
}
#swiper_home  > .other.bc .img2 {
  opacity: 1;
}
#swiper_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;
}
#swiper_home .roll-items > ol {
  width: 23px;
}
#swiper_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;
}
#swiper_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;
}
#swiper_home .roll-items > ol > li svg circle {
  stroke-dashoffset: 189px;
  stroke-dasharray: 63px;
  stroke: #175789;
  stroke-width: 2px;
}
#swiper_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);
}
#swiper_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;
}
#swiper_home .roll-items > ol > li.on {
  border-color: rgba(0, 0, 0, 0.1);
}
#swiper_home .roll-items > ol > li.on:after {
  opacity: 0;
}
#swiper_home .roll-items > ol > li.on:before {
  opacity: 1;
}
#swiper_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;
}
#swiper_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;
}
#swiper_home .roll-items.wc .dot_num > em {
  color: rgba(255, 255, 255, 0.2);
}
#swiper_home .roll-items.wc .dot_num > em.num_ {
  color: #fff;
}
#swiper_home .roll-items.wc > ol > li svg circle {
  stroke: #fff;
}
#swiper_home .roll-items.wc > ol > li.on {
  border-color: rgba(255, 255, 255, 0.2);
}
#swiper_home .roll-items.wc > ol > li:after {
  background-color: rgba(255, 255, 255, 0.4);
}
#swiper_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: .6rem;
  font-size: .82rem;
  font-style: normal;
}
#jue #top #fn1 .con .msg .msgList h2 {
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: center;
}
#jue #top #fn1 .con .msg .msgList h2 font {
  line-height: 1.5;
  display: block;
}
#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: .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  #r1 {
  position: relative;
}
#jue  #r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#jue  #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  #r1 .bg .img {
  position: absolute;
  left: 0;
  top: 0;
}
#jue  #r1 .rowMain {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
}
#jue  #r1 .rowMain .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3.5rem;
}
#jue  #r1 .rowMain .top .col-1 {
  white-space: nowrap;
  padding-right: 9%;
  padding-left: 0.6rem;
}
#jue  #r1 .rowMain .top .col-1 h1 small {
  font-size: inherit;
  display: block;
}
#jue  #r1 .rowMain .top .line {
  width: 1px;
  height: 1.6rem;
  background-color: rgba(0, 0, 0, 0.2);
}
#jue  #r1 .rowMain .top .col-2 {
  flex: 1;
  padding-left: 9%;
}
#jue  #r1 .rowMain .top .col-2 p {
  line-height: 2.25;
}
#jue  #r1 .rowMain .mid {
  width: 100%;
}
#jue  #r1 .rowMain .mid .title {
  text-align: center;
  padding: 1rem 0 0 0;
}
#jue  #r1 .rowMain .mid .title h2 small {
  font-size: inherit;
}
#jue  #r1 .rowMain .mid .title P {
  color: rgba(0, 0, 0, 0.6);
}
#jue  #r1 .rowMain .mid .box {
  text-align: center;
}
#jue  #r1 .rowMain .mid .box img {
  display: inline-block;
  max-width: 100%;
}
#jue  #r2 {
  position: relative;
}
#jue  #r2 .photo.animated {
  overflow: hidden;
}
#jue  #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  #r2 .photo.animated.fn1 .pic {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#jue  #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  overflow: hidden;
}
#jue  #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  #r2 .rowMain {
  position: relative;
  width: calc(100% - 2.6rem);
  margin: 0 auto;
}
#jue  #r2 .rowMain .title {
  text-align: center;
  padding: 1rem 0;
}
#jue  #r2 .rowMain .title h2 {
  margin-bottom: 0.1rem;
}
#jue  #r2 .rowMain .title small {
  display: block;
}
#jue  #r2 .rowMain .con .mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#jue  #r2 .rowMain .con .mid .col-1 {
  width: 48%;
}
#jue  #r2 .rowMain .con .mid .col-1 .pic {
  width: 100%;
  padding-bottom: 67.7%;
}
#jue  #r2 .rowMain .con .mid .col-2 {
  width: 44%;
}
#jue  #r2 .rowMain .con .mid .col-2 h3 {
  margin-bottom: 0.4rem;
}
#jue  #r2 .rowMain .con .btm {
  width: 100%;
  margin-top: 1.2rem;
  padding-bottom: 1.45rem;
}
#jue  #r2 .rowMain .con .btm > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#jue  #r2 .rowMain .con .btm > ul > li {
  width: 17.5%;
}
#jue  #r2 .rowMain .con .btm > ul > li .photo {
  width: 100%;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
}
#jue  #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  #r2 .rowMain .con .btm > ul > li p {
  text-align: center;
  margin-top: 0.1rem;
  height: 48px;
  overflow: hidden;
}
#jue  #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: .6rem;
  font-size: .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: .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  #r1 {
  position: relative;
}
#pro  #r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pro  #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  #r1 .rowMain {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
}
#pro  #r1 .rowMain .title {
  text-align: center;
  padding: 0.4rem 0 0.8rem 0;
}
#pro  #r1 .rowMain .con {
  width: 100%;
}
#pro  #r1 .rowMain .con .box {
  width: 100%;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#pro  #r1 .rowMain .con .box .col-1 {
  width: 2rem;
  background: #175789;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#pro  #r1 .rowMain .con .box .col-1 > img {
  margin-bottom: 0.15rem;
  max-width: 0.55rem;
}
#pro  #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  #r1 .rowMain .con .box .col-2 > ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#pro  #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  #r1 .rowMain .con .box .col-2 > ul > li.goPop {
  cursor: pointer;
}
#pro  #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  #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  #r1 .rowMain .con .box .col-2 > ul > li .pic > img {
  max-height: 100%;
  max-width: 70%;
}
#pro  #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  #r1 .rowMain .con .box .col-2 > ul > li:hover:after {
  opacity: 1;
}
#pro  #r1 .rowMain .con .box .col-2 > ul > li:hover > span {
  color: #175789;
}
#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: .6rem;
  font-size: .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: .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  {
  position: relative;
  z-index: 10;
  width: 100vw;
  overflow: hidden;
}
#about  .aniTxt span {
  font-size: inherit;
  color: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-weight: inherit;
}
#about  .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  .aniTxt span:nth-of-type(2):after {
  transition-delay: 0.4s;
}
#about  .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  .r1 {
  position: relative;
  padding-bottom: 0.2rem;
}
#about  .r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 15;
}
#about  .r1 .bg .a1 {
  position: absolute;
  width: 53.7vw;
  top: -10%;
  left: 70%;
}
#about  .r1 .bg .a2 {
  position: absolute;
  width: 43.8vw;
  bottom: -8%;
  right: 70%;
}
#about  .r1 .bg .a3 {
  position: absolute;
  width: 43.8vw;
  bottom: -12%;
  left: 80%;
}
#about  .r1 .bg .a4 {
  position: absolute;
  width: 2.2rem;
  top: -1.8rem;
  right: 0;
}
#about  .r1 .inner {
  padding: 2.7rem 10% 0 10%;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#about  .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  .r1 .inner .col {
  width: 50%;
  position: relative;
  z-index: 10;
}
#about  .r1 .inner .col .title {
  margin-bottom: 1.3rem;
}
#about  .r1 .inner .col .title h2 {
  font-size: 1rem;
  font-weight: 400;
}
#about  .r1 .inner .col .box {
  width: 100%;
  position: relative;
}
#about  .r1 .inner .col .box .hoverPic {
  width: 100%;
}
#about  .r1 .inner .col .box .hoverPic .photo {
  padding-bottom: 100%;
}
#about  .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  .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  .r1 .inner .col .items > li {
  height: 3.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#about  .r1 .inner .col .items > li > i {
  color: #98070D;
  font-size: 0.8rem;
  margin-right: 0.6rem;
}
#about  .r1 .inner .col .items > li > div h3 {
  line-height: 1;
  margin-bottom: 0.5rem;
}
#about  .r1 .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  height: 6.2rem;
}
#about  .r1 .group .col {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#about  .r1 .group .col h3 {
  text-align: left;
}
#about  .r1 .group .col p {
  width: 100%;
  padding: 0 0.6rem;
  text-align: left;
}
#about  .r2 .inner .wrap {
  position: relative;
  width: 100vw;
}
#about  .r2 .inner .wrap .photo {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  background-color: #000;
}
#about  .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  .r2 .inner .wrap .photo .pic.on {
  opacity: 1;
}
#about  .r2 .inner .wrap .group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about  .r2 .inner .wrap .group .box {
  width: 25%;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#about  .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  .r2 .inner .wrap .group .box .mid {
  position: relative;
  z-index: 7;
  text-align: center;
  padding-bottom: 0.4rem;
}
#about  .r2 .inner .wrap .group .box .mid small {
  line-height: 2;
  display: block;
}
#about  .r2 .inner .wrap .group .box .bm {
  position: absolute;
  z-index: 8;
  bottom: 1.2rem;
  left: 0;
  width: 100%;
  padding: 0 0.5rem;
}
#about  .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  .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  .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  .r2 .inner .wrap .group .box:hover .bm p {
  color: #fff;
}
#about  .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  .r3 {
  position: relative;
}
#about  .r3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#about  .r3 .bg .a1 {
  position: absolute;
  width: 100%;
  bottom: -10%;
  left: 0;
  pointer-events: none;
}
#about  .r3 .inner {
  padding: 1rem 0;
}
#about  .r3 .inner .topic {
  position: relative;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about  .r3 .inner .topic .tree {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#about  .r3 .inner .topic .tree > li {
  margin-left: 1rem;
}
#about  .r3 .inner .topic .tree > li span {
  color: #AC0D14;
  font-size: 0.54rem;
}
#about  .r3 .inner .topic .tree > li span em {
  color: inherit;
  font-size: 0.54rem;
  display: inline-block;
  min-width: 0.7rem;
}
#about  .r3 .inner .topic .tree > li span small {
  color: #666;
  margin-left: 0.4rem;
  display: inline-block;
}
#about  .r3 .inner .topic .tree > li p {
  color: #666;
}
#about  .r3 .inner .mid {
  padding-top: 1.3rem;
}
#about  .r3 .inner .mid #sw1 {
  padding: 0 10%;
}
#about  .r3 .inner .mid #sw1 .swiper-wrapper {
  flex-wrap: wrap;
  transform-origin: 50% 0;
}
#about  .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide {
  height: auto;
  width: 20vw;
  padding: 0 1.5%;
}
#about  .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  .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about  .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide h5 {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
#about  .r3 .inner .mid .set {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0.3rem 0;
}
#about  .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  .r3 .inner .mid .set > a:hover {
  background-color: #175789;
  color: #fff;
}
#about  .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  .r3 .inner .mid #getMore > i {
  margin-left: 10px;
}
#about  .r4 {
  position: relative;
  overflow: hidden;
  width: 100vw;
}
#about  .r4 .bg {
  position: relative;
  pointer-events: none;
}
#about  .r4 .bg > img.pic {
  width: 100%;
}
#about  .r4 .bg .classGo path {
  stroke-dasharray: 315%;
  stroke-dashoffset: 315%;
  transition: all 4s cubic-bezier(0, 0, 0, 1);
}
#about  .r4 .bg .classGo.go path {
  stroke-dashoffset: 0;
}
#about  .r4 .bg .a1 {
  position: absolute;
  left: 20%;
  width: 8.48rem;
  bottom: 7.8%;
}
#about  .r4 .bg .a2 {
  position: absolute;
  left: 50%;
  width: 9.6rem;
  bottom: 14.6%;
}
#about  .r4 .bg .a3 {
  position: absolute;
  width: 28.6vw;
  left: 10%;
  top: 10%;
}
#about  .r4 .bg .a4 {
  position: absolute;
  width: 52vw;
  left: 24%;
  top: 18%;
}
#about  .r4 .bg .a4 path {
  transition-delay: 1s;
}
#about  .r4 .bg .a5 {
  position: absolute;
  width: 78vw;
  left: 45%;
  top: -46%;
}
#about  .r4 .bg .a5 path {
  transition-delay: 2s;
}
#about  .r4 .inner {
  padding: 1.4rem 10%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
}
#about  .r4 .inner .topic {
  margin-bottom: 1.3rem;
}
#about  .r4 .inner .topic h2 span:after {
  color: #fff;
}
#about  .r4 .inner .loop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about  .r4 .inner .loop .col {
  width: 50%;
}
#about  .r4 .inner .loop .col .dotBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#about  .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  .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  .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  .r4 .inner .loop .col .dotBox .dot.on > i,
#about  .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  .r4 .inner .loop .col .dotBox .dot.on span,
#about  .r4 .inner .loop .col .dotBox .dot:hover span {
  color: #ffffff;
}
#about  .r4 .inner .loop .col .items .list {
  display: none;
}
#about  .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  .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: .1s;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
  animation-name: fadeInRightSmall;
}
#about  .r4 .inner .loop .col .items .list .pic .ad span {
  white-space: nowrap;
}
#about  .r4 .inner .loop .col .items .list .pic .ad small {
  white-space: nowrap;
}
#about  .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  .r4 .inner .loop .col .items .list .msg {
  max-width: 4.5rem;
}
#about  .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: .1s;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
  animation-name: fadeInRightSmall;
}
#about  .r4 .inner .loop .col .items .list .msg p {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-delay: .2s;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
  animation-name: fadeInRightSmall;
}
#about  .r4 .inner .loop .col .items .list.on {
  display: block;
}
#about  .r4 .inner .loop .col .set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.8rem 0 0 0;
}
#about  .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  .r4 .inner .loop .col .set > a:hover {
  background-color: #175789;
  color: #fff;
}
#about  .r4 .inner .wrap #sw2 .swiper-wrapper {
  padding-bottom: 1.2rem;
}
#about  .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide {
  width: 80vw;
}
#about  .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  .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  .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  .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg {
  max-width: 4.5rem;
  backface-visibility: hidden;
}
#about  .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg h5 {
  line-height: 2;
  margin-bottom: 0.4rem;
  margin-top: 0.7rem;
}
#about  .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg p {
  animation-duration: 1.5s;
}
#about  .r4 .inner .wrap #sw2 .swiper-pagination {
  padding: 0 10%;
  text-align: right;
  bottom: 0;
}
#about  .r4 .inner .wrap #sw2 .swiper-pagination-bullet {
  background-color: #8f989e;
}
#about  .r4 .inner .wrap #sw2 .swiper-pagination-bullet-active {
  background-color: #fff;
}
#about  .r4 .inner .wrap .set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -0.6rem;
  position: relative;
  z-index: 10;
}
#about  .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  .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: .6rem;
  font-size: .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: .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  {
  position: relative;
  z-index: 10;
}
#join  .aniTxt span {
  font-size: inherit;
  color: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-weight: inherit;
}
#join  .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  .aniTxt span:nth-of-type(2):after {
  transition-delay: 0.4s;
}
#join  .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  .r1 .inner {
  height: 100vh;
  padding: 0 10%;
}
#join  .r1 .inner .items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#join  .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  .r1 .inner .items .list .box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#join  .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  .r1 .inner .items .list .box .main_company_morph {
  position: absolute;
  top: -36px;
  left: -33px;
  width: -webkit-calc(100% + 60px * 1);
  width: calc(100% + 60px * 1);
  height: -webkit-calc(100% + 60px * 1);
  height: calc(100% + 60px * 1);
}
#join  .r1 .inner .items .list .box .main_company_morph .main_company_morph_init {
  transition: fill 1.2s cubic-bezier(0, 0, 0, 1);
}
#join  .r1 .inner .items .list .box .main_company_morph .main_company_morph_hover {
  visibility: hidden;
}
#join  .r1 .inner .items .list .msg {
  margin-top: 0.7rem;
  text-align: center;
}
#join  .r1 .inner .items .list .msg h3 {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
#join  .r1 .inner .items .list.on {
  background-color: #f6f8fa;
}
#join  .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: .6rem;
  font-size: .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: .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  {
  position: relative;
  z-index: 10;
}
#contact  .aniTxt span {
  font-size: inherit;
  color: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-weight: inherit;
}
#contact  .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  .aniTxt span:nth-of-type(2):after {
  transition-delay: 0.2s;
}
#contact  .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  .r1 .inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact  .r1 .inner .mid {
  width: 100%;
  position: relative;
  height: calc(100% - 2.3rem);
}
#contact  .r1 .inner .mid .title {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  padding: 5% 0 5% 10%;
}
#contact  .r1 .inner .mid .title h2 {
  font-size: 1rem;
  font-weight: 400;
}
#contact  .r1 .inner .mid #map {
  width: 80%;
  margin-left: 20%;
  height: 100%;
  background-color: #edf0f3;
}
#contact  .r1 .inner .mid #map .anchorBL {
  display: none;
}
#contact  .r1 .inner .bm {
  width: 100%;
}
#contact  .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  .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: .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;
}
.solution_body .sol_top_box .sol_z_info_box .sol_title {
  text-align: left;
  padding-left: 4%;
}
@media screen and (orientation: landscape) {
  .solution_body .sol_top_box .sol_z_info_box .sol_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.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%;
}
@media screen and (orientation: landscape) {
  .solution_body .sol_top_box .sol_z_info_box .sol_info {
    display: flex;
    align-items: center;
  }
}
.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: .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: .65rem;
  padding-bottom: .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: .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: .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: .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: .5rem;
  top: .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: .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: .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: .17rem .33rem 0.17rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-left: .36rem;
  border-radius: .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: .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: .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: .9rem;
  overflow-y: auto;
  color: #fff;
  line-height: .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: .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: .06rem;
  height: .06rem;
  background-color: #175789;
  left: 0;
  top: .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: .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: .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% - .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: .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 .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: .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: .7rem;
  }
  .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box {
    margin-top: .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: .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: .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: 1444px) {
  .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: .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: .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);
  }
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fn1 {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    transform: translate3d(0%, 20px, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}
.fn1 {
  animation-name: fn1;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}
#bloc #jue + footer {
  position: relative;
  top: 0;
}
#bloc header {
  position: fixed !important;
}
.new_body .news_case {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 4.6rem);
}
.new_body .new_list_box .new_timer {
  padding-top: 1rem;
  display: block;
  position: relative;
}
.new_body .new_list_box .new_timer .swiper-button-next,
.new_body .new_list_box .new_timer .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 1025px) {
  .new_body .new_list_box .new_timer {
    margin-left: -0.65rem;
  }
}
.new_body .new_list_box .new_timer .swiper-slide {
  width: auto;
  position: initial;
}
.new_body .new_list_box .new_timer a {
  padding: .3rem .65rem;
  line-height: 1;
  cursor: pointer;
  color: rgba(153, 153, 153, 0.6);
  transition: all 0.5s ease-out;
  display: block;
}
.new_body .new_list_box .new_timer a.on {
  color: #ac0d14;
  font-family: en_b;
}
@media screen and (orientation: landscape) {
  .new_body .new_list_box .new_timer a:hover {
    color: #ac0d14;
  }
}
.new_body .new_list_box .new_timer .time_plan {
  left: -1.6rem;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: width 0.3s ease-out;
  background-color: #175789;
}
.new_body .new_list_box .new_timer .time_plan::before {
  content: '';
  border-radius: 100%;
  border: 1px solid #175789;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: #fff;
  width: .11rem;
  height: .11rem;
}
.new_body .new_list_box .new_list {
  position: relative;
  margin-top: 1rem;
  opacity: 0;
}
.new_body .new_list_box .new_list .loop .box {
  overflow: visible;
}
.new_body .new_list_box .new_list .loop .box .swiper-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a {
  margin-bottom: .65rem;
  margin-right: .65rem;
  width: calc((100% - 1.3rem) / 3);
  display: block;
  cursor: pointer;
  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;
  position: relative;
}
@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 .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: .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: .18rem;
  line-height: .9;
}
.new_body .new_list_box .new_list .loop .page_bot_box .page_num span {
  font-size: .6rem;
  color: #ac0d14;
  line-height: .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: .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;
  }
}
.new_body .new_list_box .new_list .loop .pager .f-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  text-indent: -4px;
  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;
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
}
@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,
  #swiper_home  #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span {
    width: 112px;
    height: 40px;
    line-height: 40px;
  }
  #swiper_home  #roll #r3 .other #clock,
  #swiper_home  #roll #r3.on .rowMain .con .cirBox {
    width: 30vw;
    height: 30vw;
  }
  #swiper_home  #roll #r2 .rowMain .con .mid .col-2 p {
    line-height: 24px;
    /*height: 72px;*/
  }
  #swiper_home  #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li > small {
    line-height: 20px;
    height: 48px;
    -webkit-line-clamp: 2;
  }
  #swiper_home  #roll #r4 .bg .group > img {
    width: 12rem;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic {
    padding-bottom: 110%;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li {
    width: 4rem;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid {
    margin-top: 2vw;
  }
}
.m_sty,
.nav__trigger {
  display: none;
}
#swiper_home  #roll #r2 .rowMain .con .top a {
  display: none;
}
#jue  #r2 .rowMain {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #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  #r1 .rowMain {
    padding-bottom: .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 .4rem;
  }
  #bloc header .pc-nav .col .logoBox {
    width: .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: .1rem .4rem;
    font-size: .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: .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: .1rem .4rem;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2;
    padding-right: calc(12px + .9rem);
  }
  #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li:nth-child(2) > a {
    padding-top: .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: .475rem .45rem;
    text-align: center;
    display: flex;
    align-items: center;
  }
  #bloc .nav__trigger .nav__icon {
    display: block;
    margin-left: 25%;
    position: relative;
    width: 75%;
    height: .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: .03rem;
  }
  #bloc .nav__trigger .nav__icon::before,
  #bloc .nav__trigger .nav__icon::after {
    content: '';
    display: block;
    height: .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: .03rem;
    right: 0;
  }
  #bloc .nav__trigger .nav__icon::before {
    margin-top: -0.1rem;
    width: 133.33%;
  }
  #bloc .nav__trigger .nav__icon::after {
    margin-top: .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%;
  }
  #swiper_home  #roll #r1 #fn1 .con .msg .msgList {
    padding-left: .4rem;
    padding-right: .4rem;
  }
  #swiper_home  #roll #r1 #fn1 .con .msg .msgList h2 {
    font-size: .7rem;
    line-height: 1.14286;
  }
  #swiper_home  #roll #r1 #fn1 .con .msg .msgList p {
    font-size: .6rem;
    line-height: 1;
    margin-top: .7rem;
  }
  #swiper_home  #roll #r1 #fn1 .con .msg .msgList p br {
    display: none;
  }
  #swiper_home  #roll #r1 #fn1 .con .dotBox {
    bottom: 1.2rem;
    transform: translateY(50%) scale(0.6);
  }
  #swiper_home  #roll #r1 #fn1 .con .dotBox > li {
    margin: 0 .1rem;
  }
  #swiper_home  #roll #r1 #fn1 .con .dotBox > li svg circle {
    stroke: #0059fb;
  }
  #swiper_home  #roll #r1 #fn1 .other .l1 {
    width: 100vw;
    height: 100vw;
  }
  #swiper_home  #roll #r1 #fn1 .other {
    position: relative;
  }
  #swiper_home  #roll #r1 #fn1 .other::after,
  #swiper_home  #roll #r1 #fn1 .other::before {
    content: '';
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    position: absolute;
    left: 0;
  }
  #swiper_home  #roll #r1 #fn1 .other::after {
    bottom: 1.2rem;
  }
  #swiper_home  #roll #r1 #fn1 .other::before {
    top: 1.2rem;
  }
  #swiper_home  #roll #r2 .rowMain .con {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #swiper_home .roll-items {
    display: none;
  }
  #swiper_home  > .other {
    display: none !important;
  }
  #swiper_home  #roll #r2 .bg {
    display: none;
  }
  #swiper_home  #roll #r2 .rowMain {
    display: block;
  }
  #swiper_home  #roll #r2 .rowMain .con {
    height: auto;
  }
  #swiper_home  #roll #r2 .rowMain .con .mid {
    display: block;
    height: auto;
  }
  #swiper_home  #roll #r2 .rowMain .con .mid .col-1 {
    width: 100%;
    height: 73.33vw;
    margin: 0;
  }
  #swiper_home  #roll #r2 .rowMain .con .mid .col-2 {
    width: 100%;
    padding: 5vh .4rem .6rem;
    display: block;
  }
  #swiper_home  #roll #r2 .rowMain .con .mid .col-2 a {
    display: none;
  }
  #swiper_home  #roll #r2 .rowMain .con .mid .col-2 h2 {
    font-size: .48rem;
    line-height: 1.25;
  }
  #swiper_home  #roll #r2 .rowMain .con .mid .col-2 h2 span {
    color: #175789;
    font: inherit;
  }
  #swiper_home  #roll #r2 .rowMain .con .mid .col-2 p {
    font-size: .24rem;
    line-height: 1.833;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
  }
  #swiper_home  #roll #r2 .rowMain .con .top {
    height: auto;
    padding-left: .4rem;
    padding-right: .4rem;
    padding-bottom: .8rem;
  }
  #swiper_home  #roll #r2 .rowMain .con .top .dateBox {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 0;
  }
  #swiper_home  #roll #r2 .rowMain .con .top .dateBox > li {
    margin-top: 3.6vh;
  }
  #swiper_home  #roll #r2 .rowMain .con .top .dateBox > li:first-child,
  #swiper_home  #roll #r2 .rowMain .con .top .dateBox > li:nth-child(2) {
    margin-top: 0;
  }
  #swiper_home  #roll #r2 .rowMain .con .top .dateBox > li:nth-child(odd) {
    width: 50%;
  }
  #swiper_home  #roll #r2 .rowMain .con .top .dateBox > li:nth-child(even) {
    width: 35%;
  }
  #swiper_home  #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > span {
    line-height: 1;
    color: #dd000a;
  }
  #swiper_home  #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > span sup {
    vertical-align: baseline;
  }
  #swiper_home  #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(2) {
    font-size: .2rem;
    line-height: 1;
    margin-top: .16rem;
  }
  #swiper_home  #roll #r2 .rowMain .con .top a {
    display: block;
    margin: 6.15vh auto 0;
    font-size: 0;
  }
  #swiper_home  #roll #r3 > .other #clock,
  #swiper_home  #roll #r3.on > .rowMain .con .cirBox {
    width: 66.66vw !important;
    height: 66.66vw !important;
  }
  #swiper_home  #roll #r3 .rowMain .con {
    position: absolute;
    width: 66.66vw;
    padding: 0;
  }
  #swiper_home  #roll #r3 .rowMain .con > div {
    margin: 0 0 0 39.4%;
  }
  #swiper_home  #roll #r3 .rowMain .con > div h2 {
    margin-bottom: .3rem;
  }
  #swiper_home  #roll #r3 .rowMain .con > div p {
    font-size: .54rem;
    line-height: 1.11;
  }
  #swiper_home  #roll #r3 .rowMain .con > div .ad {
    right: calc(100% + .15rem);
  }
  #swiper_home  #roll #r3 .other #clock > img {
    display: none;
  }
  #swiper_home  #roll #r3 .other #clock .time-move canvas {
    display: none;
  }
  #swiper_home  #roll #r3 .other #clock .time-box {
    left: -16.67vw;
    top: auto;
    bottom: calc(50% - 50vh + 1.4rem + .6rem);
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #swiper_home  #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(-.35rem + 2px);
  }
  #swiper_home  #roll #r3 .other #clock .time-box > ul.time-cir > li {
    width: .7rem;
    height: .7rem;
    position: relative;
    left: auto;
    top: auto;
  }
  #swiper_home  #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i {
    border-color: #ac0d14;
  }
  #swiper_home  #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i span {
    opacity: 1;
  }
  #swiper_home  #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i > a {
    opacity: 0;
  }
  #swiper_home  #roll #r3 .other #clock .time-box > ul.time-cir > li > i {
    width: 100%;
    height: 100%;
    border: .04rem solid transparent;
  }
  #swiper_home  #roll #r3 .other #clock .time-box > ul.time-cir > li > i span {
    opacity: 0;
  }
  #swiper_home  #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;
  }
  #swiper_home  #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a small {
    font-size: .6rem;
    line-height: 1;
  }
  #swiper_home  #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a em {
    position: absolute;
    top: 100%;
    margin-top: .25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: .18rem;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
  }
  #swiper_home  #roll #r3 .other #clock .msg-box .msg_1 {
    width: 100vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #swiper_home  #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li {
    padding-right: .4rem;
    padding-left: .4rem;
  }
  #swiper_home  #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 span {
    font-weight: 500;
  }
  #swiper_home  #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
    margin-top: .7rem;
    margin-bottom: .6rem;
  }
  #swiper_home  #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li > small {
    height: auto !important;
    font-size: .24rem;
    line-height: 1.833 !important;
    display: block;
    overflow: initial;
    color: #fff;
  }
  #swiper_home  #roll #r4 > .mask {
    display: none;
  }
  #swiper_home  #roll #r4 .rowMain {
    height: auto;
    display: block;
    padding-left: .4rem;
    margin-top: -4vh;
  }
  #swiper_home  #roll #r4 .rowMain .con {
    padding: 0;
  }
  #swiper_home  #roll #r4 .rowMain .con .top {
    padding: 0;
  }
  #swiper_home  #roll #r4 .rowMain .con .top .col-2 {
    position: relative;
    height: auto;
  }
  #swiper_home  #roll #r4 .rowMain .con .top .col-2 > ul {
    padding: 0;
  }
  #swiper_home  #roll #r4 .rowMain .con .top .col-2 > ul > li > a {
    padding: .23rem .4rem;
    text-align: center;
    border-radius: .5rem;
    font-size: .24rem;
    line-height: 1.2;
    display: block;
  }
  #swiper_home  #roll #r4 .rowMain .con .btm {
    position: relative;
  }
  #swiper_home  #roll #r4 .rowMain .con .btm .box {
    width: calc(100% - .4rem);
    margin-top: 5.5vh;
    margin-left: 0;
    left: 0;
    top: 0;
    bottom: auto;
    height: auto;
    min-height: 2.7rem;
  }
  #swiper_home  #roll #r4 .rowMain .con .btm .box:first-child {
    position: relative;
  }
  #swiper_home  #roll #r4 .rowMain .con .btm .box .swiper > ul > a {
    padding: .23rem 0;
    display: block;
  }
  #swiper_home  #roll #r4 .rowMain .con .btm .box .swiper > ul > a > div {
    width: 59.33%;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    margin: 0 auto;
  }
  #swiper_home  #roll #r4 .rowMain .con .btm .box .swiper > ul > a > div::before {
    content: '';
    margin-top: 100%;
    display: block;
  }
  #swiper_home  #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%;
  }
  #swiper_home  #roll #r4 .rowMain .con .btm .box .swiper > ul > a span {
    margin-top: .18rem;
    font-size: .2rem;
    line-height: 1;
    display: block;
  }
  #swiper_home  #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%;
  }
  #swiper_home  #roll #r4 .rowMain .con .btm .pager .next_,
  #swiper_home  #roll #r4 .rowMain .con .btm .pager .prev_ {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 .24rem;
    background-color: #175789;
    color: #fff;
    display: block;
  }
  #swiper_home  #roll #r4 .rowMain .con .btm .pager .next_.swiper-button-disabled,
  #swiper_home  #roll #r4 .rowMain .con .btm .pager .prev_.swiper-button-disabled {
    background-color: #f8f8f9;
    color: #000;
    opacity: 1;
    pointer-events: none;
  }
  #swiper_home  #roll #r4 .rowMain .con .mask {
    display: none;
  }
  #swiper_home  #roll #r4 .bg.on + .rowMain .con .top .col-1 {
    display: none;
  }
  #swiper_home  #roll #r4 .bg {
    display: block;
    text-align: center;
    line-height: 1;
    height: auto;
    position: relative;
  }
  #swiper_home  #roll #r4 .bg .ind_title {
    margin-top: 5vh;
    font-weight: 600;
    line-height: 1.5;
  }
  #swiper_home  #roll #r4 .bg .ind_title_en {
    color: rgba(0, 0, 0, 0.6);
  }
  #swiper_home  #roll #r4 .bg .group {
    margin-top: 9.23vh;
  }
  #swiper_home  #roll #r4 .bg .group > img {
    width: 100% !important;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li {
    width: 14.133%;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(1) {
    left: 51%;
    top: 0;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(2) {
    left: 39%;
    top: 28%;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(3) {
    left: 68.5%;
    top: 40%;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li:nth-of-type(4) {
    left: 10%;
    top: 18%;
  }
  #swiper_home  #roll #r4 .bg .group > ul > li.on {
    transform: scale(1.5);
  }
  #swiper_home  #roll #r4 .bg .group > ul > li > .img {
    width: 100%;
  }
  #swiper_home  #roll #r5 .rowMain .con {
    flex-direction: column-reverse;
    padding-right: .4rem;
    padding-left: .4rem;
  }
  #swiper_home  #roll #r5 .rowMain .con .mid {
    height: auto;
    display: block;
    margin-top: 4.3vh;
  }
  #swiper_home  #roll #r5 .rowMain .con .mid .col-1 {
    width: 100%;
    height: 85.089vw;
    margin-left: 0;
  }
  #swiper_home  #roll #r5 .rowMain .con .mid .col-2 {
    display: block;
    width: 100%;
    margin-top: 6vh;
    height: auto;
  }
  #swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg {
    position: relative;
  }
  #swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList {
    padding: 0;
    height: auto;
  }
  #swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList h2 {
    font-size: .48rem;
    line-height: 1.25;
  }
  #swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p {
    line-height: 1.833;
    font-size: .24rem;
    margin-top: 3.1vh;
    height: auto;
    display: block;
  }
  #swiper_home  #roll #r5 .rowMain .con .mid .col-2 .other {
    display: none;
  }
  #swiper_home  #roll #r5 .rowMain .con .top {
    padding-bottom: .6rem;
  }
  #swiper_home  #roll #r5 .rowMain .con .top > ul {
    display: flex;
    justify-content: space-around;
    width: 100vw;
    margin-left: -0.4rem;
    position: relative;
  }
  #swiper_home  #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;
  }
  #swiper_home  #roll #r5 .rowMain .con .top > ul > li {
    position: relative;
    width: .7rem;
    height: .7rem;
  }
  #swiper_home  #roll #r5 .rowMain .con .top > ul > li i {
    font-size: .6rem;
    line-height: 1;
    color: #fff;
  }
  #swiper_home  #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;
  }
  #swiper_home  #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;
  }
  #swiper_home  #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: .18rem;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-out;
  }
  #swiper_home  #roll #r5 .rowMain .con .top > ul > li em {
    display: none;
  }
  #swiper_home  #roll #r5 .rowMain .con .top > ul > li.on::before {
    opacity: 1;
  }
  #swiper_home  #roll #r5 .rowMain .con .top > ul > li.on::after {
    opacity: 1;
  }
  #swiper_home  #roll #r5 .rowMain .con .top > ul > li.on i {
    opacity: 0;
  }
  #swiper_home  #roll #r5 .rowMain .con .top > ul > li.on span {
    opacity: 0;
  }
  #swiper_home  #roll #r6 .ind_title {
    font-weight: 600;
    line-height: 1.5;
  }
  #swiper_home  #roll #r6 .ind_title_en {
    line-height: 1;
  }
  #swiper_home  #roll #r6 .ind_title_en,
  #swiper_home  #roll #r6 .ind_title {
    text-align: center;
    color: #000;
  }
  #swiper_home  #roll #r6 .ind_title_en {
    margin-bottom: 7vh;
  }
  #swiper_home  #roll #r6 .rowMain .con {
    display: flex;
    align-items: center;
    padding-left: .975rem;
    padding-right: .975rem;
  }
  #swiper_home  #roll #r6 .rowMain .con .title {
    display: none;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid {
    margin-top: 0;
    display: block;
    max-height: none;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop {
    position: relative;
    height: auto;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li {
    width: 100%;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li.swiper-slide-prev {
    opacity: 1;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic {
    width: calc(100% - .45rem);
    margin: 0 auto;
    padding-bottom: 0;
    display: block;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic::before {
    content: '';
    display: block;
    margin-top: 131.1377%;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node {
    padding: 13.4% 13% 0 11.2%;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .top em {
    font-size: .27rem;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .top h3 {
    font-size: .28rem;
    line-height: 1.5185;
    text-shadow: 0 0 81px rgba(19, 21, 15, 0.57);
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .btm .c1 {
    font-size: 1.02rem;
    line-height: .76;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .btm .c2 {
    font-size: .24rem;
    line-height: 1.125;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li.swiper-slide-active > .pic {
    transform: translateY(-0.3rem);
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .pager {
    position: relative;
    right: auto;
    display: flex;
    justify-content: center;
    bottom: auto;
    margin-top: 0.5rem;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-prev,
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-next {
    position: relative;
    margin: 0 .24rem;
    left: auto;
    right: auto;
    top: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #175789;
    color: #fff;
    display: block;
  }
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-prev.swiper-button-disabled,
  #swiper_home  #roll #r6 .rowMain .con .mid .loop .pager .f-next.swiper-button-disabled {
    background-color: #f8f8f9;
    color: #000;
    opacity: 1;
  }
  #swiper_home  #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: .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 + .5rem);
  }
  #jue #top {
    height: 65vh;
  }
  .solution_body .sol_info {
    line-height: 1.833;
  }
  .solution_body .sol_case {
    width: 100%;
    padding-left: .4rem;
    padding-right: .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: .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: .5rem;
  }
  .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div {
    margin-bottom: .5rem;
    display: block;
  }
  .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div:last-child {
    margin-bottom: .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: .3rem;
  }
  .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box {
    margin-top: .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: .2rem .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: .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: .4rem;
    transform: translateX(-50%);
  }
  .solution_body .sol_case_box .swiper-button-next {
    right: .4rem;
    transform: translateX(50%);
  }
  .eff_body .cef_src1_con_box .cef_text_box > div {
    margin: .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  #r1 .rowMain {
    padding-right: .4rem;
    padding-left: .4rem;
    width: 100%;
  }
  #jue  #r1 .rowMain .top {
    display: block;
    height: auto;
  }
  #jue  #r1 .rowMain .top .col-1 {
    padding: 0;
    line-height: 1.6;
    text-align: center;
  }
  #jue  #r1 .rowMain .top .col-1 small {
    font: inherit;
    font-weight: normal;
  }
  #jue  #r1 .rowMain .top .col-2 {
    padding: 0;
    margin-top: .5rem;
    line-height: 1.833;
  }
  #jue  #r1 .rowMain .top .col-2 p {
    font-family: inherit;
    text-align: justify;
  }
  #jue  #r1 .bg .img {
    width: 60%;
  }
  #jue  #r1 .bg .pic {
    background-size: cover;
  }
  #jue  #r1 .rowMain .top .line {
    display: none;
  }
  #jue  #r2 .rowMain {
    width: 100%;
    padding-left: .4rem;
    padding-right: .4rem;
  }
  #jue  #r2 .rowMain .title {
    padding-bottom: .5rem;
  }
  #jue  #r2 .rowMain .con .mid {
    display: block;
  }
  #jue  #r2 .rowMain .con .mid .col-1 {
    width: 100%;
  }
  #jue  #r2 .rowMain .con .mid .col-2 {
    width: 100%;
    margin-top: .3rem;
  }
  #jue  #r2 .rowMain .con .mid .col-2 h3 {
    line-height: 1.3;
    margin-bottom: .27rem;
  }
  #jue  #r2 .rowMain .con .mid .col-2 p {
    line-height: 1.833;
    text-align: justify;
  }
  #jue  #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  #r1 .rowMain {
    width: calc(100% - .8rem);
  }
  #join #top {
    height: 100vw;
  }
  #join #top #fn1 .other .l1 {
    width: 100vw;
    height: calc(100vw - 60px);
    top: 60px;
  }
  #join  .r1 .inner {
    height: auto;
    padding: 20% 5% 10% 5%;
  }
  #join  .r1 .inner .items {
    flex-direction: column;
  }
  #join  .r1 .inner .items .list {
    width: 100%;
    pointer-events: none;
    margin-bottom: 60px;
  }
  #join  .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  .r1 .inner {
    height: auto;
    padding: 10% 5% 10% 5%;
  }
  #contact  .r1 .inner .mid .title {
    padding: 5% 0 5% 3%;
    bottom: -1.4rem;
  }
  #contact  .r1 .inner .mid #map {
    height: 80vw;
    width: 100%;
    margin-left: 0;
  }
  #contact  .r1 .inner .mid #map .BMap_Marker {
    pointer-events: none;
  }
  #contact  .r1 .inner .bm > ul {
    width: 100%;
    margin-top: 1.5rem;
    flex-direction: column;
    margin-left: 0;
    height: auto;
    align-items: flex-start;
  }
  #contact  .r1 .inner .bm > ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0.3rem;
  }
  #contact  .r1 .inner .bm > ul > li i {
    font-size: 16px;
    line-height: 0.5rem;
    width: 50px;
    text-align: left;
  }
  #contact  .r1 .inner .bm > ul > li p {
    width: calc(100% - 50px);
  }
  #about #top {
    height: 100vw;
  }
  #about  .r1 .bg .a4 {
    display: none;
  }
  #about #top #fn1 .other .l1 {
    width: 100vw;
    height: calc(100vw - 60px);
    top: 60px;
  }
  #about  .r1 .inner .col:nth-of-type(2) {
    width: 100%;
    padding-top: 102vw;
  }
  #about  .r1 .inner .col .title {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
  }
  #about  .r1 .inner .col:nth-of-type(3) {
    position: absolute;
    top: 0;
    left: 8%;
    width: 84%;
  }
  #about  .r1 .inner .col .items > li {
    height: auto;
    position: relative;
    margin-bottom: 0.6rem;
  }
  #about  .r1 .inner .col .items > li > div h3 {
    margin-bottom: 0.3rem;
  }
  #about  .r1 .inner .col .items > li > div p br {
    display: none;
  }
  #about  .r1 .inner {
    padding: 2.7rem 9% 0 8%;
  }
  #about  .r1 .group {
    flex-direction: column;
    height: auto;
    padding: 0 8% 8% 8%;
  }
  #about  .r1 .group .col {
    width: 100%;
  }
  #about  .r1 .group .col h3 {
    margin-bottom: 0.3rem;
  }
  #about  .r1 .group .col p {
    padding: 0;
  }
  #about  .r2 .inner .wrap .group {
    flex-direction: column;
    position: relative;
  }
  #about  .r2 .inner .wrap .group .box .mask {
    opacity: 0.8;
  }
  #about  .r2 .inner .wrap .group .box {
    pointer-events: none;
    background-color: #000000;
    width: 100%;
    height: 5.4rem;
    flex-direction: column;
  }
  #about  .r2 .inner .wrap .group .box .bm {
    position: relative;
    bottom: auto;
    left: auto;
  }
  #about  .r2 .inner .wrap .group .box .bm p {
    color: rgba(255, 255, 255, 0.9);
  }
  #about  .r2 .inner .wrap .group .box .mid .f-30 {
    font-size: 18px;
  }
  #about  .r2 .inner .wrap .photo {
    display: none;
  }
  #about  .r3 .inner {
    padding-top: 0.7rem;
  }
  #about  .r1 .inner .mask {
    height: calc(93.7vw);
  }
  #about  .r3 .inner .topic {
    flex-direction: column;
    align-items: flex-start;
  }
  #about  .r3 .inner .topic .tree {
    flex-wrap: wrap;
  }
  #about  .r3 .inner .topic .tree > li {
    margin-left: 0;
    width: 33.3%;
    margin-top: 0.3rem;
  }
  #about  .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide {
    width: 80vw;
  }
  #about  .r3 .inner .mid .set > a {
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #about  .r4 .inner {
    position: relative;
  }
  #about  .r4 .bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
  }
  #about  .r4 .bg > img.pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #about  .r4 .inner .topic {
    margin-bottom: 0.6rem;
    padding: 0 10%;
  }
  #about  .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg {
    max-width: 100%;
  }
  #about  .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic {
    width: 84%;
    padding-bottom: 106%;
  }
  #about  .r4 .inner .wrap .set > a {
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #about  .r4 .inner .wrap .set {
    padding: 0 10%;
  }
  #about  .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg h5 {
    margin-top: 0.4rem;
  }
  #about  .r4 .bg .a2 {
    display: none;
  }
  #about  .r4 .bg .a1 {
    width: 75%;
    bottom: 0;
    left: 28%;
  }
  #about  .r4 .inner {
    padding: 1.4rem 0;
  }
  .new_body .news_case {
    width: 100%;
  }
  .new_body .new_list_box .new_list {
    margin-top: .5rem;
  }
  .new_body .new_list_box .new_list .loop .box .swiper-item {
    justify-content: space-between;
    padding-left: .4rem;
    padding-right: .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: .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: .35rem .35rem .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% + .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: .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: .4rem;
    padding-left: .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 + .6rem);
    margin-left: auto;
    margin-right: auto;
  }
  #jue  #r1 .rowMain .top .col-2 p {
    line-height: 1.833;
  }
  #jue  #r1 .rowMain .mid .box {
    margin-top: .5rem;
  }
  .solution_body .goPop {
    position: relative;
  }
  .solution_body .goPop .iconfont {
    font-size: .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: .2rem;
  }
  :focus-visible {
    outline: none;
  }
  #swiper_home  #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p font {
    padding-bottom: .06rem;
  }
}
@media screen and (max-width: 768px) {
	#swiper_home  #roll .row .bg .pic {
background-size:auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
  #swiper_home #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li > small{ overflow:auto; width:70%;}
  .eff_body .cef_src1_con_box {
    margin-top: .5rem;
    display: block;
  }
  .eff_body .cef_src1_con_box .sol_img_case {
    margin-left: auto;
    margin-right: auto;
  }
  .eff_body .cef_src1_con_box .sol_img_case .sol_img_box {
    transform: translateX(-10.75%);
  }
  .eff_body .cef_src1_con_box .cef_text_box {
    width: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
  }
  .eff_body .cef_src1_con_box .cef_text_box > div {
    justify-content: flex-start;
    margin-bottom: 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: 0;
  }
  .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: 0;
  }
  .eff_body .cef_src1_con_box .cef_text_box > div:nth-child(3) {
    margin-left: 0;
  }
  .eff_body .cef_src1_con_box .cef_text_box > div span:first-child {
    color: #175789;
    margin-right: .56rem;
  }
  .eff_body .cef_src1_con_box .cef_text_box > div span:nth-child(2) {
    margin-right: 1em;
  }
}
@media screen and (max-width: 600px) {
  .m_sty {
    display: flex;
    padding-top: .56rem;
    width: 100%;
  }
  .m_sty > div {
    width: 1.3rem;
    margin-right: .4rem;
    display: none;
  }
  .m_sty > div img {
    width: 100%;
  }
  .m_sty > div.btm {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .m_sty > div.btm li {
    display: block;
  }
  #bloc footer .fMain > .btm {
    display: none;
  }
  #bloc footer .fMain .top .col .line {
    margin-left: .7rem;
    margin-right: .7rem;
    height: 1.25rem;
  }
  #bloc footer .fMain {
    height: auto;
    padding: 1rem .3rem .56rem;
  }
  #bloc footer .fMain .top {
    display: block;
  }
  #bloc footer .fMain .top > .col-100 {
    display: none;
  }
  #bloc footer .fMain .top .col:nth-of-type(1) {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  #bloc footer .fMain .top .col:nth-of-type(1) img {
    display: block;
  }
  #bloc footer .fMain .top .col:nth-of-type(1) > img:first-child {
    width: 1.7rem;
    height: auto;
  }
  #bloc footer .fMain .top .col:nth-of-type(1) > img:last-child {
    width: 1.25rem;
    height: auto;
  }
  #bloc footer .fMain .top .col:nth-of-type(2) {
    width: 100%;
    padding-top: .65rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #bloc footer .fMain .top .col:nth-of-type(2) > ul > li {
    width: 20%;
  }
  #bloc footer .fMain .top .col:nth-of-type(2) > ul > li:last-child > a::before {
    display: none;
  }
  #bloc footer .fMain .top .col:nth-of-type(2) > ul > li > a {
    padding: .3rem 0;
    font-size: .24rem;
    line-height: 1;
    display: block;
    position: relative;
    text-align: center;
  }
  #bloc footer .fMain .top .col:nth-of-type(2) > ul > li > a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 1em;
  }
  #bloc footer .fMain .top .col:nth-of-type(2) > ul > li > a + ol {
    display: none;
  }
  #bloc footer .fMain .m_sty .btm {
    display: block;
    border-top: none;
  }
  #bloc footer .fMain .m_sty .btm .col-100 i {
    display: none;
  }
  #bloc footer .fMain .m_sty .btm .col-100 span {
    font-size: .2rem;
    line-height: 1.5;
    display: block;
  }
  #bloc footer .fMain .m_sty .btm .col {
    height: auto;
  }
  #bloc footer .fMain .m_sty .btm .col:nth-child(2) {
    margin-top: .5rem;
  }
  #bloc footer .fMain .m_sty .btm .col p,
  #bloc footer .fMain .m_sty .btm .col a {
    font-size: .2rem;
    line-height: 1;
    width: 100%;
  }
  #bloc footer .fMain .m_sty .btm .col:nth-child(3) {
    margin-top: .09rem;
  }
  #bloc.on #swiper_home {
    transform: translate3d(0, -6.95rem, 0);
    -webkit-transform: translate3d(0, -6.95rem, 0);
    -moz-transform: translate3d(0, -6.95rem, 0);
    -o-transform: translate3d(0, -6.95rem, 0);
    -ms-transform: translate3d(0, -6.95rem, 0);
  }
  #bloc.on footer {
    transform: translate3d(0, -7rem, 0);
    -webkit-transform: translate3d(0, -7rem, 0);
    -moz-transform: translate3d(0, -7rem, 0);
    -o-transform: translate3d(0, -7rem, 0);
    -ms-transform: translate3d(0, -7rem, 0);
  }
  .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div {
    width: 32%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    padding-top: 3%;
  }
  .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_mes_box {
    width: 90%;
    max-width: 130px;
    margin: 0 auto;
  }
  .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_n {
    margin-top: .3rem;
    display: block;
  }
  .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_n span {
    margin-right: 0;
  }
  .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_n_en {
    margin-top: .2rem;
    display: none;
  }
  .eff_body .cef_src1_con_box .sol_img_case {
    width: 80%;
  }
  .eff_body .cef_src1_con_box .cef_text_box > div span:first-child {
    margin-right: .2rem;
  }
  .eff_body .cef_src1_con_box .cef_text_box > div span:nth-child(2) {
    margin-right: .2rem;
    font-size: .28rem;
  }
  .eff_body .cef_src1_con_box .cef_text_box > div span:nth-child(3) {
    font-size: .28rem;
  }
  #pro  #r1 .rowMain .title {
    padding: 0 0 .5rem 0;
  }
  #pro  #r1 .rowMain .con .box {
    display: block;
  }
  #pro  #r1 .rowMain .con .box .col-1 {
    width: 100%;
    flex-direction: row;
    padding: .2rem;
    align-items: center;
    justify-content: flex-start;
  }
  #pro  #r1 .rowMain .con .box .col-1 img {
    margin: 0 .2rem 0 0;
    width: .4rem;
  }
  #pro  #r1 .rowMain .con .box .col-1 small {
    transform: scale(0.8);
    transform-origin: 50% 100%;
  }
  #pro  #r1 .rowMain .con .box .col-2 {
    width: 100%;
    border-top: none;
    border-left: 1px dashed rgba(23, 87, 137, 0.3);
  }
  #pro  #r1 .rowMain .con .box .col-2 > ul > li {
    width: 33.33%;
    flex: initial;
  }
  #pro  #r1 .rowMain {
    padding-bottom: 1rem;
  }
  .pop .con {
    width: 90vw;
    padding: .2rem;
    background-color: #fff;
  }
  .pop .con .box {
    width: 100%;
    padding: 0;
    height: auto;
    max-height: 130vw;
    overflow: auto;
  }
  .pop .con .box img {
    min-width: 100%;
    max-width: 230%;
  }
  .pop .con .close {
    left: calc(100% - .5rem);
    top: -0.7rem;
  }
  .new_body .new_list_box .new_list .loop .box .swiper-item > a {
    width: 100%;
    margin-bottom: .4rem;
  }
  .new_body .new_list_box .new_list .loop .box .swiper-item > a::before {
    margin-top: 75%;
  }
  .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .top em {
    font-size: .27rem;
  }
  .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .top h3 {
    font-size: .27rem;
    line-height: 1.5185;
    text-shadow: 0 0 81px rgba(19, 21, 15, 0.57);
  }
  .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .btm {
    padding: .3rem 0 .4rem;
  }
  .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .btm .c2 {
    font-size: 12px;
  }
  .new_body .new_list_box .new_list .loop .page_bot_box {
    padding-right: 1rem;
  }
  .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .btm .c1 {
    font-size: .8rem;
  }
}
.text_body h2 {
  font-size: .3rem;
  line-height: 1;
  text-align: center;
  padding-top: 2rem;
}
.text_body .text_con {
  padding-bottom: 1rem;
  width: 900px;
  margin: .6rem auto 0;
  color: #333;
  font-size: .16rem;
  line-height: 1.81;
  text-align: justify;
  max-width: 90%;
}
.text_body .text_con *:first-child {
  font-size: .24rem;
}
@media screen and (orientation: portrait) {
  .text_body h2 {
    font-size: .52rem;
  }
  .text_body .text_con {
    font-size: .28rem;
    margin-top: .4rem;
  }
  .text_body .text_con *:first-child {
    font-size: .36rem;
  }
}
#top .par_con_box {
  z-index: 5;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 0 13.3vh;
}
#top .par_con_box::before {
  content: '';
  display: block;
  width: 100%;
  height: 150%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 90%);
}
#top .par_con_box > div {
  color: #fff;
}
#top .par_con_box > div::before {
  display: none;
}
.par_con_box {
  display: flex;
  justify-content: center;
  padding: 1.05rem 1.2rem;
}
.par_con_box > div {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  position: relative;
  color: #175789;
}
.par_con_box > div::before {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  margin-right: -0.5px;
  top: 0;
  background-color: rgba(23, 87, 137, 0.5);
}
.par_con_box > div:last-child::before {
  display: none;
}
.par_con_box > div .par_t {
  display: flex;
  align-items: center;
  justify-content: center;
}
.par_con_box > div .par_t i {
  margin-right: .3rem;
}
.par_con_box > div .par_num {
  margin-top: .18rem;
}
.project_body {
  color: #000000;
}
.project_body .r1 {
  padding-top: 1.6rem;
  padding-bottom: 1.3rem;
}
.project_body .r1 .rowMain {
  margin: 0 auto;
  width: calc(100% - 6.66rem);
}
.project_body .r1 .rowMain .pro_tit {
  text-align: center;
  line-height: 1;
}
.project_body .r1 .rowMain .project_con_bolck {
  padding-top: .75rem;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box {
  display: flex;
  align-items: center;
  margin-bottom: -0.4rem;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box:last-child {
  margin-bottom: 0;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box .photo {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box .photo::before {
  content: '';
  display: block;
  margin-top: 100%;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  left: 0;
  top: 0;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box:first-child {
  justify-content: space-between;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box:first-child .photo {
  width: 47.85%;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box:first-child .pro_con_text {
  width: 40.67%;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box:nth-child(2) {
  justify-content: center;
  flex-direction: row-reverse;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box:nth-child(2) .photo {
  width: 31.9%;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box:nth-child(2) .pro_con_text {
  width: 50.72%;
  margin-right: 10.85%;
  text-align: right;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box .pro_con_text > div:nth-child(1) {
  line-height: 1;
  font-weight: 700;
}
.project_body .r1 .rowMain .project_con_bolck .pro_con_box .pro_con_text > div:nth-child(2) {
  line-height: 2.143;
  margin-top: .34rem;
}
.project_body .par_con_box {
  background-color: rgba(23, 87, 137, 0.06);
}
.solution_body_n img {
  max-width: 100%;
}
@media screen and (orientation: landscape) {
  .solution_body_n .sol_top_box .sol_z_info_box .sol_info {
    width: 50%;
  }
  .solution_body_n .sol_top_box .sol_z_info_box .sol_info::before {
    height: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .solution_body_n .sol_zero {
    padding-top: 2.2rem;
    padding-bottom: 2.4rem;
  }
  .solution_body_n .sol_clean {
    padding-top: 2.15rem;
    padding-bottom: 1.85rem;
  }
  .solution_body_n .sol_ward {
    padding-top: 2.15rem;
    padding-bottom: 1.83rem;
  }
}
.solution_body_n .sol_zero_case {
  margin: 1.67rem auto 0;
}
.solution_body_n .sol_zero_case img {
  display: block;
  margin: 0 auto;
}
@media screen and (orientation: landscape) {
  .solution_body_n .sol_zero_case {
    padding-right: .4rem;
  }
}
.solution_body_n .sol_clean_case {
  margin: 1.67rem auto 0;
}
.solution_body_n .sol_clean_case img {
  display: block;
  margin: 0 auto;
}
.solution_body_n .sol_ward_case {
  margin: 2.1rem auto 0;
}
.solution_body_n .sol_ward_case img {
  display: block;
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .solution_body_n .sol_zero_case,
  .solution_body_n .sol_clean_case,
  .solution_body_n .sol_ward_case {
    margin-top: 1rem;
  }
  #top .par_con_box {
    padding-bottom: .8rem;
  }
  .project_body .r1 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .project_body .r1 .rowMain {
    width: 100%;
    padding-left: .4rem;
    padding-right: .4rem;
  }
  .project_body .r1 .rowMain .project_con_bolck .pro_con_box {
    display: block;
    margin-bottom: .8rem;
  }
  .project_body .r1 .rowMain .project_con_bolck .pro_con_box:last-child {
    margin-bottom: 0;
  }
  .project_body .r1 .rowMain .project_con_bolck .pro_con_box:first-child .photo,
  .project_body .r1 .rowMain .project_con_bolck .pro_con_box:nth-child(2) .photo {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .project_body .r1 .rowMain .project_con_bolck .pro_con_box:first-child .pro_con_text {
    width: 100%;
    margin-top: .6rem;
  }
  .project_body .r1 .rowMain .project_con_bolck .pro_con_box:nth-child(2) .pro_con_text {
    width: 100%;
    margin-top: .6rem;
    text-align: justify;
  }
}
.msgList h2 font {
  display: block;
  line-height: 1.5;
}
