@charset "utf-8";

#app {
  overflow: hidden;
}

.pad1 {
  opacity: 1;
  padding: .8rem 0;
  overflow: hidden;
}

.home1 {
  height: 100vh;
}

.home1 {
  /*background: url(/images/home1.jpg) center no-repeat; background-size: cover; */
  position: relative;
  z-index: 1;
  padding: 1rem 0 0;
  overflow: hidden;
  background-attachment: fixed;
}

.home1 .b1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: touming1 1s ease-out forwards;
  animation: touming1 1s ease-out forwards;
  opacity: 0;
  animation-delay: 3s;
}

.home1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2d56b6;
  z-index: -1;
  pointer-events: none;
}

.home1 .b1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  animation: big1 20s infinite linear;
  background: url(/images/home1.jpg) center no-repeat;
  background-size: cover;
}

.home1 .wp {
  height: 100%;
  align-items: center;
  max-width: 16.60rem;
}

.home1 .left {
  width: 6.06rem;
  position: relative;
  z-index: 1;
  height: 70vh;
}

.miso_tab1 {
  height: 100%;
  align-items: center;
}

.home1 .right {
  /* width: calc(100% - 6.06rem); */
  flex-wrap: nowrap;
  flex: 1;
  min-width: 0;
}

.mouse {
  width: .19rem;
  height: .31rem;
  border: #fff 1px solid;
  border-radius: 0.2rem;
  position: absolute;
  margin-bottom: 0.03rem;
  bottom: 0;
}

.mouse:after {
  content: "";
  background: #fff;
  width: 1px;
  height: 6px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -.5px;
  border-radius: 50vw;
  -webkit-animation: scrollAnim 2s infinite;
  animation: scrollAnim 2s infinite;
}

@-webkit-keyframes scrollAnim {
  from {
    top: 5px;
  }

  to {
    top: .22rem;
    opacity: 0;
    height: 3px
  }
}

@keyframes scrollAnim {
  from {
    top: 5px;
  }

  to {
    top: .22rem;
    opacity: 0;
    height: 3px
  }
}

.home1 .left .hd {
  align-items: center;
  position: relative;
  height: 100%;
  justify-content: center;
  padding-bottom: .4rem;
}

.home1 .left .hd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: .42rem;
  background: rgba(255, 255, 255, .3);
  width: 2px;
  left: 50%;
  z-index: -1;
  margin: 0 0 0 -1px;
}

.list1 {
  padding: 0;
}

.list1 li {
  width: .55rem;
  height: .55rem;
  margin: .34rem 0;
  transition: all .5s;
}

.list1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(7px);
  border-radius: 50vw;
  font-size: .24rem;
  color: rgba(255, 255, 255, .5);
  position: relative;
  z-index: 1;
  transition: .5s;
  transform: scale(.75);
}

.list1 a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/images/list1_b.png) center no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: all .5s;
  transform: scale(.5) rotate(-90deg);
}

.list1 li.on {
  height: .82rem
}

.list1 li.on a {
  opacity: 1;
  color: #fff;
  transform: scale(1);
}

.list1 li.on a::before {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.home1 .left .bd {
  padding: 0 0 0 .35rem;
  flex: 1;
}

.miso_tab1 h3 {
  font-size: .9rem;
  color: rgba(255, 255, 255, .4);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "阿里妈妈数黑体 Bold";
  font-weight: 700;
  opacity: 0;
}

.bd_li ul {
  margin-bottom: .3rem;
}

.bd_li ul li p {
  display: flex;
}

.bd_li ul li span {
  display: block;
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.56rem;
  letter-spacing: 0.06rem;
  color: #ffffff;
  font-family: "阿里妈妈数黑体2";
  font-weight: 700;
  opacity: 0;
  transform: translateY(.5rem);
}

.bd_li ul li span.yell {
  color: #fab627;
}

.miso_tab1 .bd_li ul li:nth-child(1) span {
  animation: enter 2.2s forwards .05s;
}

.miso_tab1 .bd_li ul li:nth-child(2) span {
  animation: enter 2.2s forwards .25s;
}

.miso_tab1 .bd_li ul li:nth-child(3) span {
  animation: enter 2.2s forwards .45s;
}

.miso_tab1 .bd_li ul li:nth-child(4) span {
  animation: enter 2.2s forwards .65s;
}

.miso_tab1 .bd_li ul li:nth-child(5) span {
  animation: enter 2.2s forwards .85s;
}

.miso_tab1 .bd_li ul li:nth-child(6) span {
  animation: enter 2.2s forwards 1.05s;
}

/* 不忘初心做真教育面向未来做新教育开放办学做大教育 字体包 */
@font-face {
  font-family: "阿里妈妈数黑体2";
  font-weight: 700;
  src: url("/fonts/sDLgyh7fxqyg.woff2") format("woff2"),
    url("/fonts/sDLgyh7fxqyg.woff") format("woff");
  font-display: swap;
}

/*精通语言融通中外会通文理*/
@font-face {
  font-family: "阿里妈妈数黑体 Bold";
  font-weight: 700;
  src: url("/fonts/LlzTCj4TKHJZ.woff2") format("woff2"),
    url("/fonts/LlzTCj4TKHJZ.woff") format("woff");
  font-display: swap;
}


/* 2024年7月15日16:25:32 */

.bd_li_tit {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #ffffff;
  margin-bottom: .2rem;
  opacity: 0;
  transform: translateY(.5rem);
}

.bd_li_tit img {
  height: 0.24rem;
  margin-right: .1rem;
}

.bd_li_tit span {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0.03rem;
  color: #ffffff;
}

.bd_li_new {
  margin-top: 4vh;
  opacity: 0;
  transform: translateY(.5rem);
  display: none;
}

.bd_li_new_tit {
  display: flex;
  justify-content: space-between;
  padding-right: .3rem;
}

.bd_li_new_tit b {
  flex: 1;
  min-width: 0;
  position: relative;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  color: #ffffff;
  padding-bottom: .1rem;
}

.bd_li_new_tit b::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: -0.1rem;
  height: 1px;
  background: #fff;
}

.bd_li_new_tit a {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: .1rem;
  background: url(/images/ban-icon2.png) no-repeat;
  background-position: right bottom;
}

.bd_li_new_con a {
  display: block;
  padding-right: .3rem;
  background: url(/images/ban-text-zs.png) no-repeat;
  background-position: right center;
  padding-top: .2rem;
}

.bd_li_new_con a p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: .32rem;
}

.miso_tab1 .bd_li .bd_li_tit {
  animation: enter 2.2s forwards;
}

.miso_tab1 .bd_li .bd_li_new {
  animation: enter 2.2s forwards .8s;
}

/* 2024年7月15日16:25:32 end*/







.miso_tab1 h4 {
  font-size: .32rem;
  color: #fff;
  position: relative;
  display: inline-block;
  letter-spacing: .04rem;
  padding-bottom: .07rem;
  opacity: 0;
}

.miso_tab1 h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all .5s
}

.miso_tab1 h5 {
  font-size: .24rem;
  color: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  margin: .2rem 0;
  width: 4rem;
  max-width: 100%;
  opacity: 0;
}

.more1 {
  display: flex;
  width: 1.91rem;
  height: .52rem;
  background: #fab627;
  border-radius: 50vw;
  align-items: center;
  justify-content: center;
  font-size: .2rem;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  transition: .5s;
}

.miso_tab1 h3 {
  animation: enter 1.2s forwards .1s;
}

.miso_tab1 h4 {
  animation: enter 1.2s forwards .15s;
}

.miso_tab1 h5 {
  animation: enter 1.2s forwards .2s;
}

.miso_tab1 .more1 {
  animation: enter 2.2s forwards .65s;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

.miso_tab1 h4:before {
  width: 98%;
}

.ring-top-left, .ring-top-right, .ring-bottom-left, .ring-bottom-right {
  position: absolute;
  transform-origin: 50% 50%;
  width: 50%;
  height: 50%;
  z-index: 99;
}

.ring1 .ring-top-left {
  top: 0;
  left: 0;
  background: #31c3f1 url(../images/home1_i1.jpg) center no-repeat;
  background-size: cover;
  border-top-left-radius: 50vw;
  z-index: 101;
}

.ring1 .ring-bottom-left {
  bottom: 0;
  left: 0;
  background: #fec500 url(../images/home1_i2.jpg) center no-repeat;
  background-size: cover;
  border-bottom-left-radius: 50vw;
  z-index: 101;
}

.ring1 .ring-bottom-right {
  bottom: 0;
  right: 0;
  background: #5cb053 url(../images/home1_i3.jpg) center no-repeat;
  background-size: cover;
  border-bottom-right-radius: 50vw;
}

.ring2 .ring-top-left {
  top: 0;
  left: 0;
  background: #ee4d70 url(../images/home1_i4.jpg) center no-repeat;
  border-top-left-radius: 50vw;
  z-index: 101;
}

.ring2 .ring-top-right {
  top: 0;
  right: 0;
  background: #1254e0 url(../images/home1_i5.jpg) center no-repeat;
  border-top-right-radius: 50vw;
  z-index: 101;
}

.ring2 .ring-top-right img {
  width: 100%
}

.ring2 .ring-bottom-right {
  bottom: 0;
  right: 0;
  background: #1254e0 url(../images/home1_i6.jpg) center no-repeat;
  border-bottom-right-radius: 50vw;
}

.home1 .circle {
  width: 57%;
  /* height: 35vw; */
  padding-top: 57%;
  position: relative;
  /* min-width: 35vw; */
  border-radius: 50%;
  overflow: hidden;
}

.home1 .circle .bg {
  position: absolute;
  top: .5px;
  right: .5px;
  bottom: .5px;
  left: .5px;
  z-index: -1;
  overflow: hidden;
  border-radius: 50vw;
}

.home1 .circle .bg::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: #fff .5px dashed;
  border-radius: 50vw;
  animation: roted 50s infinite linear;
}

.home1 .circle .bg2w {
  transform: scale(.5);
  z-index: 110;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

.home1 .circle .bg2w .bg2 {
  mask: linear-gradient(-90deg, transparent, #fff 100%, #fff 100%);
  -webkit-mask: linear-gradient(-90deg, transparent, #fff 75%, #fff 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home1 .circle.ring1 {
  z-index: 1000;
}

.home1 .circle.ring2 {
  margin-left: -14.28%;
}

.home1 .circle.ring1 .bg1 {
  mask: linear-gradient(-90deg, transparent, #fff 100%, #fff 100%);
  -webkit-mask: linear-gradient(-90deg, transparent, #fff 75%, #fff 100%);
}

.home1 .circle.ring2 .bg {
  mask: linear-gradient(90deg, transparent, #fff 100%, #fff 100%);
  -webkit-mask: linear-gradient(90deg, transparent, #fff 75%, #fff 100%);
  animation: touming2 1s ease-out forwards;
  animation-delay: 2s;
  opacity: 0;
  transition: 0s;
}

.home1 .circle .box1 {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*! backdrop-filter: blur(58px); */
  border-radius: 50vw;
  background: #2d56b6;
  overflow: hidden;
}

.home1 .circle.ring1 .box1 img {
  -webkit-animation: scale1 1.2s ease-out forwards;
  animation: scale1 1.2s ease-out forwards;
}

.home1 .circle>div {
  background-size: 100%;
  transition: all .5s;
}


.show .ring1 .ring-top-left img, .ring1 .ring-bottom-left img, .ring1 .ring-bottom-right img, .ring2 .ring-top-left img, .ring2 .ring-top-right img {
  opacity: 0;
  transform: scale(0);
}

.show .circle>div img {
  /* opacity: 1; */
}

.ring1 .ring-top-left img {
  animation: bounceIn 1s .5s 1 forwards;
}

.ring1 .ring-bottom-left img {
  animation: bounceIn 1s .8s 1 forwards;
  width: 100%;
  /*20241017*/
}

.ring1 .ring-bottom-right img {
  animation: bounceIn 1s 1.1s 1 forwards;
}

.ring2 .ring-top-left img {
  animation: bounceIn 1s 1.4s 1 forwards;
}

.ring2 .ring-top-right img {
  animation: bounceIn 1s 1.7s 1 forwards;
}


.home1 .circle .y_w {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*! transform: rotate(180deg); */
}

.mask-left,
.mask-right {
  position: absolute;
  transform-origin: 0% 50%;
  transform: rotate(0deg);
  width: 50%;
  height: 100%;
  left: 50%;
  background: #2d56b6;
  pointer-events: none;
  top: 0;
}

.home1 .circle.ring1>.mask-right {
  -webkit-animation: ring1-masking1 1s linear forwards;
  animation: ring1-masking1 1s linear forwards;
  z-index: 104;
}

.home1 .circle.ring1>.mask-left {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: masking1;
  animation-name: masking1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 100;
}

.home1 .circle.ring2>.mask-right {
  -webkit-animation: ring1-masking2 2s linear forwards;
  animation: ring1-masking2 2s linear forwards;
  z-index: 104;
  animation-delay: .75s;
  transform: rotate(-90deg);
  border-radius: 0 50vw 0 0;
  overflow: hidden;
}

.home1 .circle.ring2>.mask-left {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: masking2;
  animation-name: masking2;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 100;
  animation-delay: .75s;
  border-radius: 0 50vw 0 0;
}

@-webkit-keyframes touming1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .2;
  }
}

@keyframes touming1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .2;
  }
}

@-webkit-keyframes big1 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes big1 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes touming2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes touming2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ring1-masking1 {
  0% {
    transform: rotate(-180deg);
  }

  50% {
    transform: rotate(-360deg);
  }

  50.1% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(-540deg);
  }
}

@keyframes ring1-masking1 {
  0% {
    transform: rotate(-180deg);
    z-index: 101;
  }

  50% {
    transform: rotate(-360deg);
    z-index: 101;
  }

  50.1% {
    transform: rotate(-360deg);
    z-index: 100;
  }

  100% {
    transform: rotate(-540deg);
    z-index: 100;
  }
}

@-webkit-keyframes masking1 {
  0% {
    transform: rotate(-180deg);
    z-index: 101;
  }

  50% {
    transform: rotate(-360deg);
    z-index: 101;
  }

  50.1% {
    transform: rotate(-360deg);
    z-index: 100;
  }

  100% {
    transform: rotate(-540deg);
    z-index: 100;
  }
}

@keyframes masking1 {
  0% {
    transform: rotate(-360deg);
  }

  50% {
    transform: rotate(-360deg);
  }

  50.1% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(-540deg);
  }
}

@-webkit-keyframes scale1 {
  from {
    transform: scale(0.2);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scale1 {
  from {
    transform: scale(0.2);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes ring1-masking2 {
  0% {
    transform: rotate(-90deg);
    z-index: 101;
  }

  50% {
    transform: rotate(90deg);
    z-index: 101;
  }

  50.1% {
    transform: rotate(90deg);
    z-index: 100;
  }

  100% {
    transform: rotate(270deg);
    z-index: 100;
  }
}

@keyframes ring1-masking2 {
  0% {
    transform: rotate(-90deg);
    z-index: 101;
  }

  50% {
    transform: rotate(90deg);
    z-index: 101;
  }

  50.1% {
    transform: rotate(90deg);
    z-index: 100;
  }

  100% {
    transform: rotate(270deg);
    z-index: 100;
  }
}

@-webkit-keyframes masking2 {
  0% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(90deg);
  }

  50.1% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

@keyframes masking2 {
  0% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(90deg);
  }

  50.1% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

.video1s {
  position: absolute;
  display: block;
  border-radius: 50vw;
  overflow: hidden;
  top: .48rem;
  right: .48rem;
  bottom: .48rem;
  left: .48rem;
  -webkit-animation: scale1 1.2s ease-out forwards;
  animation: scale1 1.2s ease-out forwards;
}

.video1s .imgBox::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(/images/watch-bg.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

.video1s .imgBox .img {
  padding-bottom: 100%;
  animation: _anirotate 25s linear infinite;
}

.video1s .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .75rem;
  height: .75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #fff 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(2);
}

.video1s .ico img {
  width: .2rem;
  transition: all .5s
}

.video1s .ico:before {
  content: "Watch";
  position: absolute;
  top: 50%;
  right: 130%;
  font-size: .17rem;
  color: #fff;
  text-transform: uppercase;
  transform: translateY(-50%);
  opacity: 0;
}

.video1s .ico:after {
  content: "video";
  position: absolute;
  top: 50%;
  left: 130%;
  font-size: .17rem;
  color: #fff;
  text-transform: uppercase;
  transform: translateY(-50%);
  opacity: 0;
}


.tit {
  text-align: center;
  position: relative;
  padding-bottom: .15rem;
}

.tit::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1.28rem;
  height: 0.04rem;
  background: #ff8b2e;
}

.tit h2 {
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.58rem;
  color: #3b288b;
  position: relative;
  z-index: 9;
}

.tit p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 0.72rem;
  font-weight: normal;
  line-height: 0.58rem;
  color: rgba(255, 255, 255, .2);
  text-stroke: 1px rgba(146, 184, 231, .2);
  -webkit-text-stroke: 1px rgba(146, 184, 231, .2);
  z-index: 1;
}

.tit a {
  position: absolute;
  right: 0;
  width: 0.95rem;
  height: 0.45rem;
  border-radius: 0.22rem;
  border: solid 1px #2d51b2;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: .43rem;
  letter-spacing: 0px;
  color: #2d51b2;
  text-align: center;
  top: 0.07rem;
  z-index: 9;
  transition: all 0.5s;
}

.tit a:hover {
  background: #2d51b2;
  color: #fff;
}

.tit-w h2 {
  color: #fff;
}

.tit-w p {
  color: transparent;
  text-stroke: 1px rgba(59, 180, 251, .2);
  -webkit-text-stroke: 1px rgba(59, 180, 251, .2);
}

.tit-w a {
  border: solid 1px #ffffff;
  color: #fff;
}

.tit-w a:hover {
  background: #fff;
  color: #2d51b2;
}

.tit-tal {
  text-align: left;
}

.tit-tal::before {
  left: 0;
  transform: translateX(0);
}

.tit-tar {
  text-align: right;
}

.tit-tar::before {
  right: 0;
  left: auto;
  transform: translateX(0);
}

.tit-tar p {
  left: auto;
  right: 0;
  white-space: nowrap;
}

.group-media {
  position: relative;
  z-index: 9;
  margin-top: .3rem;
}

.group-media ul {
  font-size: 0;
}

.group-media ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: .25rem;
}

.s6-t {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.group-media ul li a {
  display: block;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-media ul li a img {
  display: block;
  height: 0.6rem;
  transition: all 0.5s;
}

.group-media ul li a .icons {
  overflow: hidden;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}

.group-media ul li a .icons img:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
}

.group-media ul li a:hover .icons img:nth-child(1) {
  transform: translateY(-100%);
}

.group-media ul li a:hover .icons img:nth-child(2) {
  transform: translateY(-100%);
}

.group-media ul li a .foot-ewm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 130%;
  margin-bottom: 0.1rem;
  border-radius: 0.05rem;
  padding: 0.05rem;
  background: #fff;
  opacity: 0;
  transition: all 1s;
  visibility: hidden;
  z-index: 9;
  box-shadow: 0 0 .2rem rgba(0, 0, 0, .2);
}

.group-media ul li a .foot-ewm img {
  display: block;
  width: 1rem;
  height: auto;
  max-width: none;
}

.group-media ul li a .foot-ewm::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-width: 0.08rem 0.08rem 0 0.08rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.group-media ul li a .icon {
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.group-media ul li:hover a {
  overflow: visible;
}

.group-media ul li:hover a .icon {
  background-color: #2f73d1;
}

.group-media ul li:hover a .icon img {
  opacity: 1;
}

.group-media ul li a .icon img {
  vertical-align: middle;
  display: block;
  width: 100%;
}

.group-media ul li:hover a .foot-ewm {
  opacity: 1;
  bottom: 100%;
  visibility: visible;
}

.wp {
  position: relative;
  z-index: 9;
}

.home2 {
  display: none;
  padding-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.home2::after {
  content: "";
  position: absolute;
  width: 71vw;
  height: 71vw;
  border-radius: 50%;
  right: 5vw;
  bottom: 0;
  transform: translateY(50%);
  background: rgba(235, 235, 235, .4);
  z-index: -1;
  pointer-events: none;
}

.home2-c {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}

.home2-l {
  width: 7.48rem;
  position: relative;
}

.home2-lpic img {
  display: block;
  width: 100%;
}

.home-xzpic {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 87%;
}

.home-xzpic img {
  width: 100%;
  display: block;
}



@keyframes guod {
  0% {
    transform: scale(0, 0)
  }

  12.5% {
    transform: scale(1, 1)
  }

  25% {
    transform: scale(.8, .8)
  }

  37.5% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(.9, .9)
  }

  62.5% {
    transform: scale(1, 1)
  }

  75% {
    transform: scale(.95, .95)
  }

  87.5% {
    transform: scale(1, 1)
  }

  100% {
    transform: scale(1, 1)
  }
}

.home2-lname {
  position: absolute;
  right: 21%;
  top: 0;
  height: 42%;
  display: flex;
  align-items: flex-end;
}

.home2-lname div {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.home2-lname div h3 {
  font-size: 0.24rem;
  font-weight: normal;

  line-height: 0.31rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  padding-bottom: .6rem;
}

.home2-lname div p {
  font-size: 0.24rem;
  font-weight: normal;

  line-height: 0.28rem;
  letter-spacing: 0px;
  color: #ffffff;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}

.home2-ltext1 {
  position: absolute;
  right: 100%;
  top: 13%;
  width: 2.06rem;
  height: 3.25rem;
  background-color: rgba(236, 236, 236, .5);
  border-radius: 0px 0 0px 1.62rem;
  z-index: -1;
  pointer-events: none;
  font-family: Arboria-Medium;
  font-size: 0.72rem;
  font-weight: normal;
  line-height: 0.28rem;
  color: rgba(51, 102, 173, .1);
  text-align: right;
  padding-top: .96rem;
}

.home2-ltext2 {
  position: absolute;
  right: -.1rem;
  bottom: .85rem;
  font-family: Arboria-Medium;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 0.28rem;
  color: rgba(51, 102, 173, .2);
}

.home2-r {
  /*flex: .8;*/
  min-width: 0;
  margin-top: 1.7rem;
  position: relative;
  z-index: 9;
  overflow: hidden;
  width: calc((100% - 7.48rem)* 0.8);
}

.home2-ritem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 1s;
  transform: translateX(100%);
}

.home2-ritem.on {
  position: relative;
  z-index: 9;
  opacity: 1;
  transform: translateX(0);
}

.home2-rtit h3 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.home2-rtit h3 b {
  display: block;
  font-family: MalgunGothicBold;
  font-size: 0.36rem;
  font-weight: normal;

  line-height: 0.28rem;
  color: #002495;
  padding: .3rem 0;
  position: relative;
  z-index: 9;
}

.home2-rtit h3::before {
  content: "";
  position: absolute;
  right: .2rem;
  bottom: 0;
  width: 1.28rem;
  height: 0.07rem;
  border-bottom: solid 0.04rem #ff8b2e;
}


.home2-rtit h3 p {
  position: relative;
  z-index: 1;
  font-family: MalgunGothicBold;
  font-size: 0.72rem;
  font-weight: normal;

  line-height: 0.28rem;
  letter-spacing: -0.03rem;
  color: transparent;
  opacity: 0.2;
  color: #fff;
  text-stroke: 1px #002495;
  -webkit-text-stroke: 1px #002495;
  margin-right: -.35rem;
}

.home2-rtext {
  position: relative;
  padding-top: .2rem;
  margin-top: .22rem;
}

.home2-rtext h4 {
  position: absolute;
  top: 0;
  right: -1.3rem;
  font-family: MyriadPro-Regular;
  font-size: 0.72rem;
  font-weight: normal;

  line-height: .72rem;
  letter-spacing: 0px;
  color: #03357d;
  opacity: 0.08;
}

.home2-rtext p {
  font-family: MalgunGothicBold;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.42rem;
  letter-spacing: 1px;
  color: #333333;
  opacity: 0.9;
  text-align: right;
  padding-right: .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 2.1rem;
}

.home2-dot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /* pointer-events: none; */
}

.home2-dot div {
  position: absolute;
  border-radius: 50%;
  cursor: pointer;

}

.home2-dot div:nth-child(1) h3 {
  animation: _home2_dot 3s -2s infinite linear;
}

.home2-dot div:nth-child(2) h3 {
  animation: _home2_dot 3.5s -1.5s infinite linear;
}

.home2-dot div:nth-child(3) h3 {
  animation: _home2_dot 3.8s -1.6s infinite linear;
}

.home2-dot div:nth-child(4) h3 {
  animation: _home2_dot 3.2s -2.3s infinite linear;
}

.home2-dot div:nth-child(5) h3 {
  animation: _home2_dot 3.3s -2s infinite linear;
}

.home2-dot div:nth-child(6) h3 {
  animation: _home2_dot 4s -3s infinite linear;
}

.home2-dot div:nth-child(7) h3 {
  animation: _home2_dot 3.8s -1.8s infinite ease-in-out;
}

@keyframes _home2_dot {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(30px) scale(1.1);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.home2-dot div h3 {
  position: relative;
}

.home2-dot div h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 1px rgba(11, 56, 171, .2);
  border-radius: 50%;
  opacity: 0;

}

@keyframes _circlescale {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.home2-dot div h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 1px rgba(11, 56, 171, .2);
  border-radius: 50%;
  opacity: 0;

}

.home2-dot div h3:hover::before {
  animation: _circlescale infinite 1.5s linear;
}

.home2-dot div h3:hover::after {
  animation: _circlescale infinite 1.5s .7s linear;
}

.home2-dot div h3:hover a {
  box-shadow: 0px 16px 35px 0px rgba(21, 94, 188, 0.41);
}

.home2-dot div.on h3::before {
  animation: _circlescale infinite 1.5s linear;
}

.home2-dot div.on h3::after {
  animation: _circlescale infinite 1.5s .7s linear;
}

.home2-dot div.on a {
  box-shadow: 0px 16px 35px 0px rgba(21, 94, 188, 0.41);
}

.home2-dot div a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
}

.home2-dot div img {
  display: block;
  width: 100%;
}

.home2-dot div:nth-child(1) {
  width: 2.62rem;
  left: -.65rem;
  bottom: 2.5rem;
}

.home2-dot div:nth-child(2) {
  width: 1.3rem;
  right: 100%;
  bottom: 1.04rem;
}

.home2-dot div:nth-child(3) {
  width: 1.9rem;
  left: 3.53rem;
  bottom: 0.9rem;
}

.home2-dot div:nth-child(4) {
  width: 1.14rem;
  left: 7.97rem;
  bottom: 1.8rem;
}

.home2-dot div:nth-child(5) {
  width: 1.53rem;
  left: 6.42rem;
  bottom: 3.96rem;
}

.home2-dot div:nth-child(6) {
  width: 1.3rem;
  right: 1.75rem;
  bottom: 0.3rem;
}

.home2-dot div:nth-child(7) {
  width: 1.63rem;
  right: -1.08rem;
  bottom: 1.61rem;
}

.home3 {
  position: relative;
  background-color: #2d51b2;
  border-radius: 0px 0px 2rem 0px;
  overflow: hidden;
  z-index: 2;
  padding-top: 2.09rem;

}


.home3::before {
  content: "";
  position: absolute;
  width: 71vw;
  height: 71vw;
  border-radius: 50%;
  right: 5vw;
  top: 0;
  transform: translateY(-50%);
  background: rgba(32, 110, 208, .65);
  z-index: 1;
  pointer-events: none;
}

.home3::after {
  content: "";
  position: absolute;
  width: 32.8vw;
  height: 32.8vw;
  border-radius: 50%;
  right: -5vw;
  bottom: -8.8vw;
  background: rgba(32, 110, 208, .65);
  z-index: 1;
  pointer-events: none;
}

.home3-c {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.home3-c::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.65rem;
  width: 19.13rem;
  height: 19.13rem;
  border: dashed 2px #36c2d9;
  opacity: 0.65;
  border-radius: 50%;
  pointer-events: none;
  animation: _anirotate 155s linear infinite;
}

.home3-l {
  /* position: absolute;
  left: 0;
  top: 10%; */
  flex: 1;
  min-width: 0;
  /* overflow: hidden; */
  padding-bottom: .55rem;
}

.home3-ltext {
  margin-top: .5rem;
  width: 60%;
}

.home3-ltext p {
  font-size: 0.2rem !important;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.28rem !important;
  color: #ffffff;
  margin-top: .25rem;
  text-align: justify;
}

.home3-ltext p:nth-child(1) {
  margin-top: 0;
}

.home3-l>a {
  display: block;
  width: 0.95rem;
  height: 0.45rem;
  border-radius: 0.22rem;
  border: solid 1px #ffffff;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.45rem;
  color: #ffffff;
  text-align: center;
  margin-top: .2rem;
}

.home3-l .about_more {
  display: block;
  width: 0.95rem;
  height: 0.45rem;
  border-radius: 0.22rem;
  border: solid 1px #ffffff;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.45rem;
  color: #ffffff;
  text-align: center;
  margin-top: .2rem;
}


.home3-r {
  width: 6.05rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: .35rem;
  margin-bottom: 3.35rem;
}


.home3-rpic {
  width: 4.66rem;
  height: 4.66rem;
  border-radius: 50%;
  border: solid 1px #e2e2e2;
  padding: .26rem;
  position: relative;
}

.home3-rwq {
  position: absolute;
  left: -1.36rem;
}


.home3-rpic .pic {
  padding-top: 100%;
  border-radius: 50%;
}

.home3-list {
  position: absolute;
  left: 0;
  bottom: -.34rem;
  width: 2.57rem;
  height: 6.04rem;
  background: url(/images/home3-rwq-line.png) no-repeat;
  background-position: center bottom;
  background-size: 2.57rem 6.04rem;
}

.home3-list::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  top: 0;
  right: -.1rem;
  background: #fff;
  border-radius: 50%;
  margin-top: -.05rem;
}

.home3-list::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  right: 45%;
  bottom: 0;
  margin-bottom: -.05rem;
  background: #fff;
  border-radius: 50%;
}

.home3-list ul li {
  position: absolute;
  left: 0;
}

.home3-list ul li:nth-child(1) {
  left: 1.35rem;
  top: -.35rem;
  transform-origin: left top;
}

.home3-list ul li:nth-child(2) {
  left: 0;
  top: .85rem;
  transform-origin: center top;
}

.home3-list ul li:nth-child(3) {
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
}

.home3-list ul li:nth-child(4) {
  left: 0;
  bottom: 0.32rem;
  transform-origin: center bottom;
}

.home3-list ul li:nth-child(5) {
  left: 1.65rem;
  bottom: -1.15rem;
  transform-origin: center bottom;
}

.home3-list ul li:nth-child(5) a .info {
  top: auto;
  bottom: 0;
  transform: translateY(0);
  text-align: right;
  margin-right: .3rem;
}

.home3-list ul li:nth-child(5) a .info h3 {
  justify-content: flex-end;
}

.home3-list ul li:nth-child(6) {
  left: 3.2rem;
  bottom: -2.3rem;
  transform-origin: center bottom;
}

.home3-list ul li:nth-child(6) a .info {
  position: static;
  transform: translateY(0);
  text-align: right;
  margin-top: .1rem;
  margin-right: 0;
}

.home3-list ul li:nth-child(6) a .info h3 {
  justify-content: flex-end;
}


.home3-list ul li:nth-child(7) {
  left: 4.8rem;
  bottom: -1.68rem;
  transform-origin: center bottom;
}

.home3-list ul li:nth-child(7) a .info {
  position: static;
  transform: translateY(0);
  text-align: right;
  margin-top: .15rem;
  margin-right: 0;
}

.home3-list ul li:nth-child(7) a .info h3 {
  justify-content: flex-end;
}

.home3-list ul li a {
  display: block;
  position: relative;
}

.home3-list ul li a .icons {
  width: 1.04rem;
  height: 1.04rem;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.home3-list ul li a .icons img {
  max-width: 70%;
  max-height: 70%;
}

.home3-list ul li a .info {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: .1rem;
}

.home3-list ul li a .info h3 {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.22rem;
  color: #ffffff;
  white-space: nowrap;
}

.home3-list ul li a .info h3 b {
  display: block;
}

.home3-list ul li a .info p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.28rem;
  color: #ffffff;
  white-space: nowrap;
  margin-top: 0;
}

.home3-lswiper {
  margin-top: 1.2rem;
  margin-top: .2rem;
  padding-bottom: 1.55rem;
  margin-right: 20%;
  position: relative;
}

.home3-lswiper .swiper-container {
  overflow: visible;
}

.home3-lswiper .swiper-slide {
  width: 2rem;
}

.home3-lswiper .swiper-slide:nth-child(1) {
  width: 2.6rem;
}

.home3-lswiper .swiper-slide:nth-child(2) {
  width: 1.2rem;
}

.home3-lswiper .swiper-slide:nth-child(3) {
  width: 0.35rem;
}


.home3-lswiper .swiper-slide a {
  display: block;
  position: relative;
  padding-left: .4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.5s;
  opacity: 0;
}

.home3-lswiper .swiper-slide:nth-child(2n) a {
  /* flex-direction: column-reverse; */
}

@media screen and (min-width:1024px) {

  .home3-lswiper .swiper-slide:nth-child(1) a {
    transform: translateY(.2rem);
    opacity: 1;
  }

  .home3-lswiper .swiper-slide:nth-child(2) a {
    transform: translateY(1.05rem);
    opacity: 1;
  }

  .home3-lswiper .swiper-slide:nth-child(3) a {
    transform: translateY(1.2rem);
    opacity: 1;
    z-index: 10;
  }

  .home3-lswiper .swiper-slide:nth-child(4) a {
    transform: translateY(1.25rem);
    opacity: 1;
  }
}

@media screen and (max-width:1024px) {

  .home3-lswiper .swiper-slide.swiper-slide-active a {
    transform: translateY(.35rem);
    opacity: 1;
  }

  .home3-lswiper .swiper-slide.swiper-slide-active+.swiper-slide a {
    transform: translateY(.95rem);
    opacity: 1;
  }

  .home3-lswiper .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide a {
    transform: translateY(1.25rem);
    opacity: 1;
  }

  .home3-lswiper .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide a {
    transform: translateY(1.25rem);
    opacity: 1;
  }
}

.home3-lswiper-next {
  position: absolute;
  right: 0;
  width: 0.42rem;
  height: 0.42rem;
  transform: translateX(100%);
  z-index: 9;
  cursor: pointer;
}

.home3-lswiper-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: url(/images/home3-lswiper-next-wq.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: _anirotate 5s linear infinite;
}



.home3-lswiper-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: url(/images/home3-lswiper-next-jt.png) no-repeat;
  background-position: center center;
  background-size: .27rem .27rem;
}




.home3-dot {
  width: 0.22rem;
  height: 0.22rem;
  background-color: #23b3bc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.home3-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ececec;
  border-radius: 50%;
}

.home3-fgx {
  width: 1px;
  bottom: 100%;
  margin-bottom: .05rem;
  background: #23b3bc;
  height: 0.38rem;
  margin: .05rem 0;
  margin-left: .1rem;
}

.home3-fgx.hide {
  opacity: 0;
  pointer-events: none;
}

.home3-dot::before {
  content: "";
  position: absolute;
  left: 50%;
}


.home3-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  top: 100%;
  margin-top: .05rem;
  background: #23b3bc;
}

.home3-lswiper .swiper-slide a .info {
  position: relative;
  /* padding: .1rem 0; */
}

.home3-lswiper .swiper-slide a .info.hide {
  opacity: 0;
  pointer-events: none;
}

.home3-lswiper .swiper-slide a .info p {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.28rem;
  letter-spacing: 1px;
  color: #ffffff;
  white-space: nowrap;
}

.home3-lswiper .swiper-slide a .info p b {
  font-size: .24rem;
  font-weight: normal;
}

.home3-lswiper .swiper-slide a .info img {
  position: absolute;
  left: -.47rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 0.5s;
  height: 0.36rem;
}

.home3-lswiper .swiper-slide a:hover .info img {
  transform: translateY(-50%) scale(1);
}

/* home3xinzeng */
.home3-nlist {
  position: relative;
}

.home3-nlist-pic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 33.33%;
}

.home3-nlist-pic a {
  display: block;
  margin: 0 .03rem;
}

.home3-nlist-pic a .pic {
  padding-top: 115.555%;
}

.home3-nlist-pic a .pic div {
  background-size: 100% 100%;
}

.home3-nlist ul {
  position: relative;
  width: 5.65rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}

.home3-nlist li {
  width: 33.33%;
  position: relative;
  z-index: 1;
}

.home3-nlist li:nth-child(1) {
  margin-left: 16.665%;
}

.home3-nlist li:nth-child(2) {
  margin-right: 16.665%;
}

.home3-nlist li:nth-child(3) {
  margin-right: 33.33%;
  margin-top: -7%;
}

.home3-nlist li:nth-child(4) {margin-top:  -7%;}
.home3-nlist li:nth-child(5) {margin-top:  -7%;}
.home3-nlist li:nth-child(6) {margin-top:  -7%;}
.home3-nlist li a {
  display: block;
  position: relative;
  margin: 0 0.03rem;
  transition: all 0.6s;
}

.home3-nlist li a .pic {
  padding-top: 115.555%;
}

.home3-nlist li a .pic div {
  background-size: 100% 100%;
}
.home3-nlist li:hover{
  z-index:9;
}
.home3-nlist li:hover a {
  transform:scale(1.1)
}
.home3-nlist li a:hover .pic div{
  width: 100%;
    height: 100%;
}
.home3-nlist li a .home3-nlist-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home3-nlist li a .home3-nlist-text p {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.23rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
}

/* home3xinzeng */




.home4 {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.62rem;
  border-radius: 0px 0px 2rem 0px;
  z-index: 1;
  display: none;
}

.home4::before {
  content: "";
  position: absolute;
  width: 32.8vw;
  height: 32.8vw;
  border-radius: 50%;
  right: -5vw;
  top: -24vw;
  background: rgba(235, 235, 235, .4);
  z-index: 1;
  pointer-events: none;
}

.home4::after {
  content: "";
  position: absolute;
  width: 56.5vw;
  height: 56.5vw;
  border-radius: 50%;
  left: -21vw;
  bottom: 0;
  transform: translateY(52%);
  background: rgba(235, 235, 235, .4);
  z-index: 1;
  pointer-events: none;
}


.home4-c ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.home4-c ul li {
  width: 33.33%;
}

.home4-c ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home4-c ul li a .svg {
  position: relative;
}

.home4-c ul li a .svg img {
  width: 2.6rem;
  position: relative;
  z-index: 2;

}


.showdiv .home4-c ul li a .svg img {
  animation: _anisvg 3s 1 linear;
}

.home4-c ul li a .svg img:nth-child(2) {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 2.8rem;
  opacity: 0;
  transition: all 0.5s;
  max-width: none;
  max-height: none;
}

.home4-c ul li:nth-child(1) a .svg img:nth-child(2) {
  top: 0%;
  width: 114%;
  right: -3%;
}

.home4-c ul li:nth-child(2) a .svg img:nth-child(2) {
  /* transform: scale(1.1) translateX(-46%); */
  top: -3.8%;
  width: 123%;
  right: -10%;
}

.home4-c ul li:nth-child(3) a .svg img:nth-child(2) {
  top: -2.1%;
  width: 110%;
  right: -8%;
}

.home4-c ul li a .svg img * {}

.home4-c ul li a .info {
  width: 100%;
  text-align: center;
  margin-top: .3rem;
}

.home4-c ul li a .info h3 {
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #17162b;
}

.home4-c ul li a .info p {
  display: flex;
  justify-content: center;
  margin-top: .1rem;
}

.home4-c ul li a .info p span {
  position: relative;
  display: block;
  font-size: 0.2rem;
  font-weight: normal;

  line-height: 0.3rem;
  letter-spacing: 1px;
  color: #333333;
  position: relative;

}

.home4-c ul li a .info p span:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background: #0e18ab;
  width: 0;
  transition: all 0.5s;
}


.home4-c ul li a:hover .svg img:nth-child(2) {
  transition: all 1s;
  opacity: 1;
}

@keyframes _anisvg {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.home4-c ul li a:hover .info h3 {
  color: #0e18ab;
}

.home4-c ul li a:hover .info p span {
  color: #0e18ab;
}

.home4-c ul li a:hover .info p span::after {
  width: 100%;
}

.home5 {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 1.57rem;
  background-color: #2d51b2;
  border-radius: 2rem 0px 0px 0px;
  overflow: hidden;
  z-index: 3;
}

.home5::before {
  content: "";
  position: absolute;
  width: 14.27vw;
  height: 14.27vw;
  border-radius: 50%;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: #1940a9;
  z-index: 1;
  pointer-events: none;
  opacity: .65;
}

.home5::after {
  content: "";
  position: absolute;
  width: 92.1875vw;
  height: 92.1875vw;
  border-radius: 50%;
  right: -53%;
  bottom: -65vw;
  background: rgba(31, 70, 172, .65);
  z-index: 1;
  pointer-events: none;
}

.home5-c {
  display: flex;
  justify-content: space-between;
}

.home5-l {
  width: 45%;
}

.home5-l .mySwiper1 {
  overflow: hidden;
  margin-top: .45rem;
}

.home5-l .swiper-slide {
  position: relative;
  opacity: 0 !important;
  z-index: -9;
  pointer-events: none;
}

.home5-l .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 9;
  pointer-events: auto;
}

.home5-l .swiper-slide a {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.44rem;
  margin-right: 20%;
  margin-bottom: .05rem;
  margin-left: 10%;
  transition: all 0.5s;
  /* opacity: 0;
  transform: translateY(100%); */
}

/* .home5-l .swiper-slide.swiper-slide-active a{
  transform: translateY(0);
  opacity: 1;
} */

/* .home5-l .swiper-slide.swiper-slide-active ul li:nth-child(2) a{transition-delay: .2s;} 
.home5-l .swiper-slide.swiper-slide-active ul li:nth-child(3) a{transition-delay: .4s;} 
.home5-l .swiper-slide.swiper-slide-active ul li:nth-child(4) a{transition-delay: .6s;} 
.home5-l .swiper-slide.swiper-slide-active ul li:nth-child(5) a{transition-delay: .8s;}  */

.home5-l .swiper-slide ul li:nth-child(3) a {
  margin-left: 0;
}


.home5-l .swiper-slide ul li:nth-child(2n) a {
  margin-left: 20%;
  margin-right: 0;
}

.home5-l .swiper-slide a .date {
  width: 1.13rem;
  height: 0.76rem;
  background-color: #f3f3f3;
  border-radius: 0.44rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.home5-l .swiper-slide a .date b {
  font-size: 0.31rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #170075;
}

.home5-l .swiper-slide a .date span {
  font-size: 0.12rem;
  font-weight: normal;
  line-height: 0.16rem;
  color: #170075;
  opacity: 0.5;
}

.home5-l .swiper-slide a .info {
  flex: 1;
  min-width: 0;
  padding: 0 .2rem;
}

.home5-l .swiper-slide a .info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: -1px;
  color: #17162b;
}

.home5-l .swiper-slide a:hover .date {
  background: #f6a04d;
}

.home5-l .swiper-slide a:hover .date b {
  color: #fff;
}

.home5-l .swiper-slide a:hover .date span {
  color: #fff;
}

.home5-lb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20%;
  margin-top: .4rem;
}

.home5-lb .swiper-button-prev {
  width: 44px;
  height: 44px;
  border: solid 1px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}

.home5-lb .swiper-button-prev:hover {
  background: #ff5e5e;
  border-color: #ff5e5e;
}

.home5-lb .swiper-button-next {
  width: 44px;
  height: 44px;
  border: solid 1px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}

.home5-lb .swiper-button-next:hover {
  background: #ff5e5e;
  border-color: #ff5e5e;
}

.home5-lb .swiper-pagination {
  position: static;
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: space-evenly;
}

.home5-lb .swiper-pagination .swiper-pagination-bullet {
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  font-weight: normal;

  line-height: 0.28rem;
  color: #ffffff;
  background: transparent;
  opacity: 1;
}

.home5-lb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1a40a7;
}

.home5-lb>a {
  display: block;
  width: 0.95rem;
  height: 0.45rem;
  background-color: #ffffff;
  border-radius: 0.22rem;
  border: solid 1px #2d51b2;
  text-align: center;
  line-height: .43rem;
  margin-left: .12rem;
}


.home5-r {
  width: 37.5%;
}

.home5-r ul {
  margin-top: .4rem;
}

.home5-r ul li {
  position: relative;
}

.home5-r ul li::before {
  content: "";
  position: absolute;
  left: -.2rem;
  top: -0.05rem;
  bottom: -0.05rem;
  right: -0.2rem;
  transition: all 0.5s;
  /* transform: scaleY(0); */
  opacity: 0;
  background-color: #3bb4fb;
  box-shadow: 0rem 0.05rem 0.18rem 0rem rgba(30, 50, 79, 0.16);
  border-radius: 0.3rem;
}

.home5-r ul li a {
  display: block;
  margin-top: .1rem;
  position: relative;
  z-index: 9;
  transition: all 0.5s;
  padding: .1rem 0;
}

.home5-r ul li:nth-child(1) a {
  margin-top: 0;
}

.home5-r ul li a .date {
  display: flex;
  align-items: center;
}

.home5-r ul li a .date span {
  font-size: 0.2rem;
  font-weight: normal;

  line-height: 0.32rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  margin-right: .2rem;
}

.home5-r ul li a .date::after {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  height: 1px;
  background: #ffffff;
}

.home5-r ul li a .info {
  margin-top: .1rem;
}

.home5-r ul li a .info p {
  font-size: 0.2rem;
  font-weight: normal;

  line-height: 0.32rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .64rem;
}

.home5-r ul li:hover::before {
  /* transform: scale(1); */
  opacity: 1;
}

.home5-r ul li:hover a {
  padding: .1rem 0;
}



.home6 {
  position: relative;
  z-index: 1;
  padding-top: .75rem;
  padding-bottom: .45rem;
  display: none;
}

.home6::before {
  content: "";
  position: absolute;
  width: 67vw;
  height: 67vw;
  border-radius: 50%;
  left: -17vw;
  top: 0;
  margin-top: -36.85vw;
  background: rgba(235, 235, 235, .7);
  z-index: 1;
  pointer-events: none;
}

.home6::after {
  content: "";
  position: absolute;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  right: -7vw;
  bottom: -8.75vw;
  z-index: 1;
  background: #efefef;
  pointer-events: none;
}

.home6-c {
  display: flex;
  justify-content: space-between;
}


.home6-l {
  width: 60%;
}

.home6-ll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29vw;
  max-width: 5.6rem;
  z-index: 10;
}

.home6-ll ul {
  overflow: hidden;
  position: relative;
}

.home6-ll ul::before {
  content: "";
  position: absolute;
  right: 15%;
  width: 120%;
  top: .55rem;
  padding-top: 120%;
  border-radius: 50%;
  background: #2d51b2;
}

.home6-ll ul li {
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: all 0.5s;
}

.home6-ll ul li.on {
  position: relative;
  transform: translateX(0);
  transition: all 0.5s;
  transition-delay: .5s;
}

.home6-ll ul li a {
  display: block;
  position: relative;
  padding-right: .5rem;
}

.home6-ll ul li a .pics {}

.home6-ll ul li a .pics .pic {
  padding-top: 100%;
}

.home6-ll ul li a .pics .pic div {
  background-size: 100% auto;
  background-position: center top;
}

.home6-ll ul li a:hover .pics .pic div {
  width: 100%;
  height: 100%;
}

.home6-ll ul li a .info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-25%);
}

.home6-ll ul li a .info div {
  display: flex;
  flex-direction: row-reverse;
}

.home6-ll ul li a .info div h3 {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.24rem;
  color: #240f7c;
}

.home6-ll ul li a .info div p {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-size: 0.16rem;
  font-weight: normal;

  line-height: 0.2rem;
  color: #240f7c;
  opacity: 0.6;
}

.home6-lr {
  margin-left: 25%;
}

.home6-lr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.home6-lr ul li {
  width: 33.33%;
  display: none;
  margin-bottom: .3rem;
}

.home6-lr ul li:nth-child(4)~li {
  visibility: visible !important;
}

.home6-lr ul li:nth-child(-n+5) {
  display: block;
}

.home6-lr ul li a {
  display: block;
}

.home6-lr ul li a .pics {
  max-width: 1.72rem;
  border-radius: 50%;
  background: #1bb2b0;
  margin: 0 auto;
}

.home6-lr ul li:nth-child(2) a .pics {
  background: #2d51b2;
}

.home6-lr ul li:nth-child(5) a .pics {
  background: #2d51b2;
}

.home6-lr ul li a .pics .pic {
  padding-top: 100%;
  border-radius: 50%;
}

.home6-lr ul li a .pics .pic div {
  background-position: center .15rem;
  background-size: 80% auto;
}

.home6-lr ul li a .info {
  text-align: center;
  margin-top: .1rem;
}

.home6-lr ul li a .info h3 {
  font-size: 0.2rem;
  font-weight: normal;

  line-height: 0.32rem;
  color: #240f7c;
}

.home6-lr ul li a .info p {
  font-size: 0.16rem;
  font-weight: normal;

  line-height: 0.32rem;
  letter-spacing: 0px;
  color: #240f7c;
  opacity: 0.6;
}

.home6-lrb {
  padding-top: .2rem;
}

.morearr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.morearr>a {
  display: block;
  width: 0.95rem;
  height: 0.45rem;
  background-color: #ffffff;
  border-radius: 0.22rem;
  border: solid 1px #2d51b2;
  text-align: center;
  line-height: .43rem;
  margin-left: .12rem;
  transition: all 0.5s;
  color: #2d51b2;
  font-size: .14rem;
}

.morearr>a:hover {
  background: #2d51b2;
  color: #fff;
}

.morearr div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.44rem;
  height: 0.44rem;
  background-color: #3bb4fb;
  margin-left: .1rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.morearr div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3bb4fb;
  border-radius: 50%;
  z-index: 1;
}

.morearr div img {
  display: block;
  position: relative;
  z-index: 9;
}

.morearr div:hover::before {
  animation: scaleTwo 1s 1;
}

@keyframes scaleTwo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .9
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.3);
    opacity: 0
  }
}

.home6-r {
  width: 35%;
}


.home6-r ul {
  margin-top: .4rem;
}

.home6-r ul li {
  position: relative;
}

.home6-r ul li::before {
  content: "";
  position: absolute;
  left: -.2rem;
  top: -0.05rem;
  bottom: -0.05rem;
  right: -0.2rem;
  border-radius: 0.3rem;
  transition: all 0.5s;
  /* transform: scaleY(0); */
  opacity: 0;
  background-color: #ffffff;
  box-shadow: 0px 5px 18px 0px rgba(30, 50, 79, 0.16);
}

.home6-r ul li a {
  display: block;
  margin-top: .2rem;
  position: relative;
  z-index: 9;
  transition: all 0.5s;
  padding: .1rem 0;

}

.home6-r ul li:nth-child(1) a {
  margin-top: 0;
}

.home6-r ul li a .date {
  display: flex;
  align-items: center;
}

.home6-r ul li a .date span {
  font-size: 0.18rem;
  font-weight: normal;

  line-height: 0.28rem;
  letter-spacing: 0.02rem;
  color: #2d51b2;
  margin-right: .2rem;
}

.home6-r ul li a .date::after {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  height: 1px;
  background: #2d51b2;
}

.home6-r ul li a .info {
  margin-top: .1rem;
}

.home6-r ul li a .info p {
  font-size: 0.2rem;
  font-weight: normal;

  line-height: 0.28rem;
  letter-spacing: 0.02rem;
  color: #17162b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .56rem;
}

.home6-r ul li:hover::before {
  /* transform: scale(1); */
  opacity: 1;
}

.home6-r ul li:hover a {
  /* padding: .1rem 0; */
}


.home7 {
  position: relative;
  /* overflow: hidden; */
  z-index: 1;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
}

.home7::before {
  content: "";
}

.home7::after {
  content: "";
  position: absolute;
  width: 32.8vw;
  height: 32.8vw;
  border-radius: 50%;
  right: -5vw;
  top: -24vw;
  background: rgba(235, 235, 235, .4);
  z-index: 1;
  pointer-events: none;
}

.home7-c {
  position: relative;
}

.home7-arrow {
  position: absolute;
  right: 0;
  top: 0.07rem;
  z-index: 9;
}

.home7-swiper {
  margin-top: .65rem;
  display: flex;
}

.home7-swiper .swiper-container {
  flex: 1;
  min-width: 0;
  margin-right: calc((-100vw + 14.4rem) / 2);
  padding-right: calc((100vw - 14.4rem) / 2);
  padding-left: .2rem;
  margin-left: -.2rem;
}

.home7-swiper .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  transition: all 0.5s;
  margin: .1rem 0 .3rem 0;
}

.home7-swiper .swiper-slide a:hover {
  box-shadow: 0px .1rem .2rem 0px rgba(45, 81, 178, 0.3);
}

.home7-swiper .swiper-slide a .pic {
  padding-top: 152%;
}

.home7-swiper .swiper-slide a .pic::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64%;
  background: url(/images/xsfz-itemgzzc.png) no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 8;
}
.home7-swiper .swiper-slide a .pic::after {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    background: url(/images/spicon.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 999;
}

.home7-swiper .swiper-slide a .pic b {
  position: absolute;
  left: .2rem;
  top: 0.3rem;
  width: auto;
  /* height: 0.36rem; */
  background-color: rgba(255, 213, 113, .5);
  border-radius: 8px;
  text-align: center;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.38rem;
  color: #ffffff;
  padding: 0 0.1rem;
  text-align: left;
  margin-right: .2rem;
  z-index: 9;
}

.home7-swiper .swiper-slide a .info2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 0 .25rem .25rem .25rem;
}

.home7-swiper .swiper-slide a .info2 span {
  display: block;
  color: #ffdeb2;
  font-size: .16rem;
  line-height: .2rem;
  padding-left: .1rem;
  position: relative;
}

.home7-swiper .swiper-slide a .info2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffdeb2;
}

.home7-swiper .swiper-slide a .info2 p {
  font-size: .18rem;
  line-height: .25rem;
  max-height: .5rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: .05rem;
}



.home7-swiper .swiper-slide a .info {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;

}


.home7-type1 {
  width: 25%;
  padding-right: 20px;
}

.home7-type1 a {
  display: block;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  /* height: 100%; */
  margin-top: .1rem;
}

.home7-type1 a .pic {
  padding-top: 152%;
}

.home7-type1 a .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  width: 100%;
  z-index: 9;
}

.home7-type1 .info {
  background: url(/images/home7-type1-bg.png) no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 .25rem .4rem .25rem;
}

.home7-type1 .info h3 {
  display: flex;
}

.home7-type1 .info h3 span {
  font-size: 0.24rem;
  font-weight: normal;

  line-height: 0.28rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: .1rem;
  max-width: 100%;
  border-bottom: solid 0.04rem #ff8b2e;
  ;
}

.home7-type1 .info p {
  font-size: 0.2rem;
  font-weight: normal;

  line-height: 0.28rem;
  letter-spacing: 0px;
  color: #c3c2da;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.56rem;
  margin: .2rem 0 .4rem 0;
}

.home7-type1 .info b {
  width: 0.95rem;
  height: 0.45rem;
  background-color: #f6a04d;
  border-radius: 0.22rem;
  text-align: center;
  font-size: 0.14rem;
  font-weight: normal;

  line-height: .45rem;
  color: #ffffff;
}

.home7-type2 .info {
  background: #fff;
  padding: .3rem .25rem .4rem .25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home7-type2 .info span {
  width: 1.14rem;
  padding: 0 .1rem;
  height: 0.36rem;
  background-color: #fddcaf;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.36rem;
  letter-spacing: 0px;
  color: #240f7c;
  text-align: center;
}

.home7-type2 .info h3 {
  font-size: 0.2rem;
  font-weight: normal;

  line-height: 0.33rem;
  letter-spacing: 0rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 1.32rem;
}

.home7-type2 .info p {
  font-size: 18px;
  font-weight: normal;

  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: .93rem;
}

.home7-type2 .info div {
  display: flex;
  align-items: center;
}

.home7-type2 .info div::before {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  border-top: solid 1px #c3c2da;
}

.home7-type2 .info div i {
  font-size: 0.16rem;
  font-weight: normal;

  line-height: 0.38rem;
  color: #333333;
  opacity: 0.5;
  margin-left: .1rem;
}

.home7-type2 .info b {
  width: 0.94rem;
  height: 0.44rem;
  background-color: #ffffff;
  border-radius: 0.22rem;
  border: solid 1px #2d51b2;
  text-align: center;
  font-size: 0.14rem;
  font-weight: normal;

  line-height: 0.42rem;
  color: #2d51b2;
}

.home8 {
  position: relative;
  /* overflow: hidden; */
  z-index: 2;
  padding: .75rem 0 1.5rem 0;
}

.home8::before {
  content: "";
  position: absolute;
  width: 92.1875vw;
  height: 92.1875vw;
  border-radius: 50%;
  top: -27vw;
  right: -53%;
  z-index: 1;
  background: rgba(241, 241, 241, .7);
  pointer-events: none;
}

.home8::after {
  content: "";
  position: absolute;
  width: 54vw;
  height: 54vw;
  border-radius: 50%;
  left: -20vw;
  top: 1.09rem;
  z-index: 1;
  background: rgba(235, 235, 235, .7);
  pointer-events: none;
  display: none;
}

.home8-c {
  display: flex;
  justify-content: space-between;
}

.home8-l {
  width: 33.5%;
}

.home8-l .mySwiper5 {
  position: relative;
  margin-top: .75rem;
  padding-right: .7rem;
  overflow: visible;
  z-index: 99;
}

.home8-l .swiper-slide {
  opacity: 0 !important;
  pointer-events: none;
  position: relative;
  z-index: -9;
}

.home8-l .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 9;
  pointer-events: auto;
}

.home8-l .swiper-slide .swiper-slide-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home8-l .swiper-slide ul {
  width: 48%;
  position: relative;
  z-index: 1;
}

.home8-l .swiper-slide ul:hover {
  z-index: 9;
}

.home8-l .swiper-slide ul li {
  opacity: 0;
  transform: translateY(100%);
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}

.showdiv .home8-l .swiper-slide.swiper-slide-active ul li {
  transition-delay: .5s;
  transition: all 1s;
  opacity: 1;
  transform: translateY(0);
}

.home8-l .swiper-slide ul li:hover {
  z-index: 9;
}

.home8-l .swiper-slide ul li:nth-child(2) {
  margin-top: .25rem;
}

.home8-l .swiper-slide ul li a {
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}


.home8-l .swiper-slide ul:nth-child(1) li:nth-child(1) a {
  transform-origin: left top;
  margin-right: -50%;
}

.home8-l .swiper-slide ul:nth-child(1) li:nth-child(1) a .pic {
  padding-top: 65%;
}

.home8-l .swiper-slide ul:nth-child(1) li:nth-child(2) a {
  transform-origin: left bottom;
}

.home8-l .swiper-slide ul:nth-child(2) li a {
  transform-origin: right center;
  margin-left: -50%;
}

.home8-l .swiper-slide ul:nth-child(2) li a .pic {
  padding-top: 65%;
}

.home8-l .swiper-slide ul:nth-child(1) li:nth-child(2) {
  transition-delay: .4s;
}

.home8-l .swiper-slide ul:nth-child(1) li:nth-child(1) {
  transition-delay: .2s;
}

.home8-l .swiper-slide ul:nth-child(2) li {
  transition-delay: .6s;
}

.home8-l .swiper-slide:nth-child(3n) ul:nth-child(1) li:nth-child(2) {
  transition-delay: .2s;
}

.home8-l .swiper-slide:nth-child(3n) ul:nth-child(1) li:nth-child(1) {
  transition-delay: .6s;
}

.home8-l .swiper-slide:nth-child(3n) ul:nth-child(2) li {
  transition-delay: .4s;
}

.home8-l .swiper-slide:nth-child(2n) ul:nth-child(1) li:nth-child(2) {
  transition-delay: .6s;
}

.home8-l .swiper-slide:nth-child(2n) ul:nth-child(1) li:nth-child(1) {
  transition-delay: .4s;
}

.home8-l .swiper-slide:nth-child(2n) ul:nth-child(2) li {
  transition-delay: .2s;
}

.home8-l .swiper-slide ul li a:hover {
  transform: scale(1.2);
  box-shadow: 0px 19px 40px 0px rgba(45, 81, 178, 0.46);
}

.home8-l .swiper-slide ul li a .pic {
  padding-top: 127%;
}

.home8-l .swiper-slide ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64%;
  background: url(/images/xsfz-itemgzzc.png) no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 8;
}

.home8-l .swiper-slide ul li a .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: .18rem;
  line-height: .25rem;
  color: #fff;
  margin-top: .05rem;
  z-index: 9;
  padding: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home8-l .swiper-pagination {
  position: absolute;
  right: 0;
  left: auto;
  width: auto;
  top: 0;
  bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.home8-l .swiper-pagination::before {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  width: 1px;
  background: rgba(178, 178, 178, .5);
}

.home8-l .swiper-pagination::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.5rem;
  background: rgba(178, 178, 178, .5);
}

.home8-l .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.33rem;
  color: rgba(51, 51, 51, .3);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
}

.home8-l .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.15rem;
  background: rgba(178, 178, 178, .3);
}

.home8-l .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: rgba(51, 51, 51, 1);
}

.home8-larrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.home8-r {
  width: 58.7%;
}

.home8-rtit {
  position: relative;
}

.home8-rarrow {
  position: absolute;
  right: 0;
  top: 0.07rem;
  z-index: 9;
}

.home8-rmain {
  position: relative;
  padding-top: .8rem;
}

.home8-rmain-video {
  position: absolute;
  top: 0.5rem;
  z-index: 8;
  width: 4.16rem;
  right: 0;
  margin-right: calc((-100vw + 14.4rem) / 2);
  border-radius: 50%;
}

.home8-rmain-video .swiper-container {
  margin-right: -1rem;
  overflow: visible;
}

.home8-rmain-video .swiper-container .swiper-slide {
  position: relative;
}

.home8-rmain-video .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  width: 110%;
  right: 0;
  top: .25rem;
  padding-top: 110%;
  border-radius: 50%;
  border: 1px dashed rgba(36, 105, 221, .6);
}

.home8-rmain-video .swiper-container .swiper-slide::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f6a04d;
  border-radius: 50%;
  left: .3rem;
  top: .5rem;
}

.home8-rmain-video .swiper-container .swiper-slide a {
  display: block;
  background: rgba(16, 111, 255, .9);
  border-radius: 50%;
  display: none;
}

.home8-rmain-video .swiper-container .swiper-slide a .pic {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  animation: _anirotate 25s linear infinite;
}

.home8-rmain-video .swiper-container .swiper-slide a .pic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.74rem;
  height: 0.74rem;
  background-color: #ffffff;
  border-radius: 50%;
}

.home8-rmain-video .swiper-container .swiper-slide a:hover .pic::before {
  animation: _circlescale2 infinite 1s linear;
}

@keyframes _circlescale2 {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) scale(1.5);
    opacity: 0;
  }
}

.home8-rmain-video .swiper-container .swiper-slide a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.74rem;
  height: 0.74rem;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 9;
}

.home8-rmain-video .swiper-container .swiper-slide a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-width: 7px 0 7px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #225dbe;
  z-index: 10;
}

.home8-rmain-video .swiper-container .swiper-slide a .pic div {
  opacity: .3;
}

.home8-rmain-swiper {
  position: relative;
  z-index: 9;
}
.home8-rmain-swiper .swiper-container{
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  box-shadow: 0rem 0.1rem 0.27rem 0rem rgba(21, 44, 122, 0.25);
  border: solid 0.02rem #ffae70;
  border-radius: .25rem;
  /* padding: .2rem .25rem; */
}

.home8-rmain-swiper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #46be61;
  border-radius: 50%;
  transform: translateX(-70%);
  bottom: 2rem;
}
/*
.home8-rmain-swiper .swiper-slide a {
  display: block;
  transition: all 0.5s;
}

.home8-rmain-swiper .swiper-slide a .pic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.74rem;
  height: 0.74rem;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 9;
}

.home8-rmain-swiper .swiper-slide a .pic::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-width: 7px 0 7px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #225dbe;
  z-index: 10;
}

.home8-rmain-swiper .swiper-slide a .pic div::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.74rem;
  height: 0.74rem;
  background-color: #ffffff;
  border-radius: 50%;
}

.home8-rmain-swiper .swiper-slide a:hover .pic div::before {
  animation: _circlescale2 infinite 1s linear;
}*/
/* 
.home8-rmain-swiper .swiper-slide a .info {
  opacity: 0;
  transition: all 0.5s;
} */
/*
.home8-rmain-swiper .swiper-slide.swiper-slide-active a {
  opacity: 1;
}

.home8-rmain-swiper .swiper-slide.swiper-slide-active+div a {
  opacity: .5;
}

.home8-rmain-swiper .swiper-slide.swiper-slide-active+div~div a {
  opacity: 0;
}

.home8-rmain-swiper .swiper-slide.swiper-slide-active a .info {
  opacity: 1;
}

.home8-rmain-swiper .swiper-slide {
  width: 6.2rem;
  transform-origin: center 37%;
  opacity: 1;
}

.home8-rmain-swiper .swiper-slide a .pic {
  border-radius: 0.3rem;
  padding-top: 61%;
}
*/
/* 
.home8-rmain-swiper .swiper-slide a .info h3 {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.33rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin-top: .4rem;
  margin-bottom: .1rem;
}

.home8-rmain-swiper .swiper-slide a .info p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.33rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.99rem;
  opacity: 0.6;
} */
/*
.home8-rmain-swiper .swiper-slide a:hover h3 {
  color: #2d51b2;
}


.home8-rmain-swiper .swiper-slide ul{}

.home8-rmain-swiper .swiper-slide ul {
}

.home8-rmain-swiper .swiper-slide ul li {
  position: relative;
  padding: 0 .3rem;
}
*/
.home8-rmain-swiper .swiper-slide ul li::before {
 /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s;*/
  /* transform: scaleY(0); */
  /*opacity: 0;
  background-color: #e4e8eb;*/
  /* box-shadow: 0rem 0.05rem 0.18rem 0rem rgba(30, 50, 79, 0.16); */
 /* border-radius: 0.3rem;*/
}
/*
.home8-rmain-swiper .swiper-slide ul li a {
  display: block;
  position: relative;
  z-index: 9;
  transition: all 0.5s;
  padding: .15rem 0;
}

.home8-rmain-swiper .swiper-slide ul li:nth-child(1) a {
  margin-top: 0;
}

.home8-rmain-swiper .swiper-slide ul li a .date {
  display: flex;
  align-items: center;
}

.home8-rmain-swiper .swiper-slide ul li a .date span {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: 0.02rem;
  margin-right: .2rem;
  color: #333;
  opacity: 0.5;
}

.home8-rmain-swiper .swiper-slide ul li a .date::after {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  height: 1px;
  background: #c1c1c1;
}

.home8-rmain-swiper .swiper-slide ul li a .info {
  margin-top: .05rem;
}

.home8-rmain-swiper .swiper-slide ul li a .info p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: 0.02rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .56rem;
}
*/
.home8-rmain-swiper .swiper-slide ul li:hover::before {
  /* transform: scale(1); */
  /*opacity: 1;*/
}
/*
.home8-rmain-swiper .swiper-slide ul li:hover a {
}
.home8-rmain-swiper .swiper-slide ul li:hover a .date span{
    color: #3bb4fb;
}
.home8-rmain-swiper .swiper-slide ul li:hover a .date::after{
    background: #3bb4fb;
}
.home8-rmain-swiper .swiper-slide ul li:hover a .info p{
    color: #2b63c1;
}
*/
/*  */


.home8-rmain-swiper ul li:nth-child(1)  a { border-radius: 0rem 0.2rem 0 0 ;}
.home8-rmain-swiper ul li:last-child  a { border-radius: 0rem 0 0.2rem 0rem;}
.home8-rmain-swiper ul li:nth-child(1)  a .pics .pic{ border-radius: 0rem 0.2rem 0 0 ;}
.home8-rmain-swiper ul li:last-child  a .pics  .pic{ border-radius: 0rem 0 0.2rem 0rem;}

.home8-rmain-swiper ul li a {
    display: flex;
    background: #fff;
    border-top: 1px solid #d9d9d9;
}

.home8-rmain-swiper ul li:nth-child(1) a {
    border-top: none;
}

.home8-rmain-swiper ul li a .info {
    flex: 1;
    min-width: 0;
    position: relative;
    padding: .1rem .4rem;
}

.home8-rmain-swiper ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ff9c00;
    border-radius: 0.2rem 0rem 0rem 0.2rem;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 0.5s;
}

.home8-rmain-swiper ul li a .info span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -0.01rem;
    color: #2d51b2;
    opacity: 0.5;
    position: relative;
    z-index: 9;
}

.home8-rmain-swiper ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.28rem;
    letter-spacing: -0.01rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .57rem;
    position: relative;
    z-index: 9;
    margin-top: .1rem;
}

.home8-rmain-swiper ul li a .pics {
    width: 3.1rem;
}

.home8-rmain-swiper ul li a .pics .pic {
    padding-top: 57.55%;
}

.home8-rmain-swiper ul li.on a .info::before {
    transform: scaleX(1);
}

.home8-rmain-swiper ul li.on a .info span {
    color: #ffffff;
    opacity: 0.8;
}

.home8-rmain-swiper ul li.on a .info h3 {
    color: #ffffff;
}















.home10 {
  position: relative;
  padding-bottom: 1.26rem;
  padding-top: 1.9rem;
  z-index: 3;
  display: none;
}

.home10::before {
  content: "";
  position: absolute;
  right: -31.25vw;
  top: 1rem;
  width: 96vw;
  height: 96vw;
  border: dashed 2px rgba(241, 241, 241, .7);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  animation: _anirotate 155s linear infinite;
}

@keyframes _anirotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.home10::after {
  content: "";
  position: absolute;
  right: -28vw;
  top: 2.4rem;
  width: 74vw;
  height: 74vw;
  background: rgba(241, 241, 241, .7);
  border-radius: 50%;
}

.home10-rms {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  width: 68.75%;
  display: flex;
  align-items: flex-end;
}

.home10-rms1 {
  width: 37%;
  height: calc(100% - 1rem);
  background-color: #66c8ff;
  border-radius: 0 2rem 0px 0;
  position: relative;
  z-index: 3;
}

.home10-rms1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.07rem;
  height: 2.07rem;
  background-color: #66c8ff;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}

.home10-rms1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  transform: translateX(50%);
  background-color: #66c8ff;
}

.home10-rms2 {
  flex: 1;
  min-width: 0;
  height: calc(100% - 3.2rem);
  background-color: #46be61;
  position: relative;
  z-index: 2;
}

.home10-rms3 {
  width: 35%;
  height: calc(100% - 2.85rem);
  bottom: 0;
  background-color: #f0c430;
  border-radius: 0px 1.98rem 0px 0px;
  position: relative;
  z-index: 3;
}

.home10-rms3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #f0c430;
}

.icon-eyes {
  position: absolute;
  left: 20%;
  top: 20%;
  display: flex;
}

.home10-rms3 .icon-eyes {
  left: 50%;
  transform: translateX(-50%);
}

.icon-eyes span {
  align-items: center;
  width: 0.21rem;
  height: 0.38rem;
  background-color: #2d51b2;
  border-radius: 0.11rem;
  margin: 0 .2rem;

}

@keyframes _eyes {
  0% {
    transform: scaleY(1);
  }

  2% {
    transform: scaleY(0);
  }

  4% {
    transform: scaleY(.8);
  }

  6% {
    transform: scaleY(0);
  }

  8% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(1);
  }
}

.home10-swiper {
  position: relative;
}

.home10-swiper .swiper-container {
  margin-right: calc((-100vw + 14.4rem) / 2.5);
}

.home10-swiper .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.home10-swiper .swiper-slide ul li {}

.home10-swiper .swiper-slide ul li:nth-child(1) {
  width: 19.5%;
  margin-bottom: .9rem;
}

.home10-swiper .swiper-slide ul li:nth-child(1) a .pic {
  padding-top: 145%;
}

.home10-swiper .swiper-slide ul li:nth-child(2) {
  width: 26%;
}

.home10-swiper .swiper-slide ul li:nth-child(2) a .pic {
  padding-top: 166.5%;
}

.home10-swiper .swiper-slide ul li:nth-child(3) {
  width: 19.5%;
}

.home10-swiper .swiper-slide ul li:nth-child(3) a .pic {
  padding-top: 100%;
}

.home10-swiper .swiper-slide ul li:nth-child(4) {
  width: 31.5%;
}

.home10-swiper .swiper-slide ul li:nth-child(4) a .pic {
  padding-top: 61.8%;
}

.home10-swiper .swiper-slide ul li a {
  display: block;
  position: relative;
  transition: all 1s;
  transform: rotateY(90deg);
  border-radius: 0.3rem;
  overflow: hidden;
}

.showdiv .home10-swiper .swiper-slide.swiper-slide-active ul li a {
  transform: rotateY(0deg);
  transition-delay: 1.5s;
}

.home10-swiper .swiper-slide ul li a .info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.home10-swiper .swiper-slide ul li a .info .media-type {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: .1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.home10-swiper .swiper-slide ul li a .info .media-type .icon img {
  width: 0.52rem;
}

.home10-swiper .swiper-slide ul li a .info .media-type p {
  background: #fff;
  border-radius: 0.19rem;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  color: #333333;
  min-width: .9rem;
  padding: 0 .1rem;
  text-align: center;
  transition: all 0.5s;
}

.home10-swiper .swiper-slide ul li a .info .info-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .1rem;
  display: flex;
}

.home10-swiper .swiper-slide ul li a .info .info-text p {
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 .2rem;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.4rem;
  color: #2d51b2;
  border-radius: 0.19rem;
  transition: all 0.5s;
}

.home10-swiper .swiper-slide ul li a:hover .media-type p {
  background: #2d51b2;
  color: #fff;
}

.home10-swiper .swiper-slide ul li a:hover .info-text p {
  background: #2d51b2;
  color: #fff;
}

.home10-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.home10-arrow.morearr div {
  background-color: #2d51b2;
}

.home10-arrow.morearr div::before {
  background-color: #2d51b2;
}

.home10-tit {
  position: absolute;
  right: 0;
  top: 0;
}

.home-md {
  position: fixed;
  left: .1rem;
  top: 50%;
  transform: translateY(-50%) translateX(-150%);
  padding: .05rem 0;
  z-index: 99;
  /* width: 2rem; */
  transition: all 1s;
}

.home-md-logo {
  position: relative;
  z-index: 9;
  cursor: pointer;
  border-radius: 0 0 50% 50%;
}

.home-md-logo::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.3rem;
  bottom: 0;
  box-shadow: .05rem 0 .13rem rgba(59, 180, 251, .56);
  border-radius: 0 0 50% 50%;
}

.home-md-logo div img {
  display: block;
  width: 100%;
}

.home-md-logo .home-md-open {
  position: absolute;
  height: 0.28rem;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-md-logo .home-md-open::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-width: .06rem .05rem 0 .05rem;
  border-style: solid;
  border-color: #ddf2ff transparent transparent transparent;
}

.home-md.active {
  transform: translateY(-50%) translateX(0);
}


.home-md ul {
  position: relative;
  padding: .73rem 0 .2rem 0;
  background-color: #0e2a60;
  border-radius: 0px 0px .65rem .65rem;
  box-shadow: 3px 0 .3rem rgba(45, 81, 178, .5);
  margin-top: -.65rem;
  z-index: 8;
  display: none;
}

.home-md ul li {
  position: relative;
}

.home-md ul li:nth-child(1) {
  margin-top: 0;
}

.home-md ul li::before {}

.home-md ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  width: .6rem;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px dashed #649dc8;
  transition: all 0.5s;
  z-index: 1;
  opacity: 1;
}

.home-md ul li a {
  display: block;
  text-align: center;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #3bb4fb;
  padding: .3rem;
  padding: .08rem 0;
  position: relative;
  z-index: 9;
  transition: all 0.5s;
  /* mix-blend-mode: difference;
  color: #fff; */
  opacity: .7;
}

.home-md ul li a:hover {
  color: #fff;
  opacity: 1;
}

.home-md ul li.active::after {
  opacity: 1;
}

.home-md ul li.active a {
  font-size: 0.16rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}


.home-md-close {
  position: relative;
  height: 0.3rem;
  margin: .2rem 0 0 0;
  cursor: pointer;
}

.home-md-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-width: .06rem .05rem 0 .05rem;
  border-style: solid;
  border-color: rgba(128, 195, 234, .49) transparent transparent transparent;
}

@media(min-width: 1024px) {
  .more1:hover {
    background: #34c2f1;
    color: #fff
  }

  .home1 .circle>div:hover {
    background-size: 110%;
  }

  .video1s:hover .ico img {
    transform: scale(1.5)
  }


  .home2-lpic div {
    position: absolute;
  }

  .home2-lpic-l {
    width: 50%;
    height: 70%;
    bottom: 30%;
    left: 0;
    background: #fff;
    transition: all .3s linear;
  }

  .home2-lpic-b {
    bottom: 0;
    right: 0;
    height: 30%;
    width: 100%;
    overflow: hidden;
  }

  .home2-lpic-b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200%;
    background: #fff;
    transition: all .3s linear;
    transform-origin: center top;
  }

  .home2-lpic-r {
    width: 50%;
    height: 70%;
    top: 0;
    right: 0;
    background: #fff;
    transition: all .3s linear;
  }

  .home2::after {
    transform: translateY(100%);
    transition: all 1s;
  }

  .home-xzpic {
    transform: scale(0);
    opacity: 0;
    transition: all 1.5s;
    transform-origin: left bottom;
  }

  .home2-ltext1 {
    opacity: 0;
    transition: all 0.5s;
  }

  .home2-ltext2 {
    opacity: 0;
    transition: all 0.5s;
  }

  .showdiv .home2-ltext1 {
    opacity: 1;
    transition-delay: 3.5s;
  }

  .showdiv .home2-ltext2 {
    opacity: 1;
    transition-delay: 3.5s;
  }

  .showdiv .home2-lpic-l {
    height: 0;
    transition-timing-function: linear;
  }

  .showdiv .home2-lpic-b::before {
    transform: rotateZ(-180deg);
    transition-delay: .3s;
  }

  .showdiv .home2-lpic-r {
    height: 0;
    transition-delay: .6s;
  }

  .showdiv.home2::after {
    transform: translateY(50%);
    transition-delay: 1.5s;
  }

  .showdiv .home-xzpic {
    transform: scale(1);
    opacity: 1;
    transition-delay: .8s;
  }


  /* home3 效果 */
  .home3::before {
    transform: translateY(-100%);
    transition: all 1s;
  }

  .home3::after {
    transform: translateX(100%) translateY(100%);
    transition: all 1s;
  }

  .home3-c::before {
    opacity: 0;
    transition: opacity 1s;
  }

  .home3-list {
    height: 0;
    transition: all 1s;
  }

  .home3-lswiper-next {
    opacity: 0;
    transition: all 1s;
  }

  .home3-rpic {
    transform: scale(0);
    transition: all 1s;
  }

  .home3-list::before {
    transform: scale(0);
  }

  .home3-list::after {
    transform: scale(0);
  }

  .showdiv.home3::before {
    transform: translateY(-50%);
  }

  .showdiv.home3::after {
    transform: translateX(0) translateY(0);
    transition-delay: 1s;
  }

  .showdiv.home3-c::before {
    opacity: 1;
    transition-delay: 1s;
  }

  .showdiv .home3-list {
    height: 6.04rem;
    transition-delay: 1.5s;
  }

  .showdiv .home3-lswiper-next {
    opacity: 1;
    transition-delay: 1.2s;
  }

  .showdiv .home3-rpic {
    animation: bounceIn .75s 2.2s 1 forwards;
  }

  .showdiv .home3-list::before {
    animation: bounceIn .75s 2.2s 1 forwards;
  }

  .showdiv .home3-list::after {
    animation: bounceIn .75s 2.2s 1 forwards;
  }

  /* home4效果 */
  .home4::before {
    transform: translateX(100%) translateY(-100%);
    transition: all 1s;
  }

  .home4::after {
    transform: translateX(-100%) translateY(100%);
    transition: all 1s;
  }

  .showdiv.home4::before {
    transform: translateX(0) translateY(0);
    transition-delay: .5s;
  }

  .showdiv.home4::after {
    transform: translateX(0) translateY(52%);
  }


  /* home5效果 */
  .home5::before {
    transition: all 1s;
    transform: translateY(-48%) translateX(-100%);
  }

  .home5::after {
    transition: all 1s;
    transform: translateX(100%) translateY(-100%);
  }

  .showdiv.home5::before {
    transform: translateY(-48%) translateX(0);
  }

  .showdiv.home5::after {
    transform: translateX(0) translateY(0);
  }


  /* home6 效果 */
  .home6-ll ul::before {
    transform: scale(0);
  }

  .home6-ll ul li a .pics {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .home6-ll ul li a .info {
    transform: scale(0);
  }

  .home6::before {
    transform: scale(0);
  }

  .home6::after {
    transform: scale(0);
  }

  .showdiv.home6::before {
    animation: bounceIn 1s 1s 1 forwards;
  }

  .showdiv.home6::after {
    animation: bounceIn 1s 1s 1 forwards;
  }

  .showdiv .home6-ll ul::before {
    animation: bounceIn .75s 1s 1 forwards;
  }

  .showdiv .home6-ll ul li a .pics {
    animation: fadeInLeft .75s 1.5s 1 forwards;
  }

  .showdiv .home6-ll ul li a .info {
    animation: bounceIn .75s 2s 1 forwards;
  }

  /* home7 效果 */
  .home7::after {
    transform: translateX(100%) translateY(-100%);
    transition: all 1s;
  }

  .showdiv.home7::after {
    transform: translateX(0) translateY(0);
  }

  /* home8 效果 */
  .home8::before {
    transform: scale(0);
  }

  .home8::after {
    transform: scale(0);
  }

  .showdiv.home8::before {
    animation: bounceIn 1s 1s 1 forwards;
  }

  .showdiv.home8::after {
    animation: bounceIn 1s 1s 1 forwards;
  }


  /* home10 效果 */
  .home10::after {
    transform: scale(0);
  }

  .showdiv.home10::after {
    animation: bounceIn 1s 1s 1 forwards;
  }

  .showdiv .icon-eyes span {
    animation: _eyes 8s 2.2s infinite linear;
  }

}

@media(max-width: 1024px) {
  .home-md.active {
    transform: translateY(-50%) translateX(100%);
    display: none;
  }

  .tit {
    padding-bottom: 0;
  }

  .tit h2 {
    font-size: .28rem;
  }

  .tit p {
    font-size: .46rem;
  }

  .tit a {
    height: 0.4rem;
    line-height: .38rem;
  }

  .home1 .wp {
    flex-wrap: wrap;
  }

  .home1 .left {
    width: 100%;
    height: auto;
    order: 2;
  }

  .miso_tab1 {
    margin-left: 0;
  }

  .bd_li ul li span {
    font-size: .26rem;
    line-height: .5rem;
  }

  .bd_li ul {
    margin-bottom: .2rem;
  }

  .bd_li_new {
    margin-top: .3rem;
  }

  .list1 a {
    font-size: .2rem;
  }

  .list1 li {
    margin: .2rem 0;
    height: 0.4rem;
    width: 0.4rem;
  }

  .list1 li.on {
    height: .6rem;
  }

  .home1 .right {
    width: calc(100% + 6.06rem);
    margin-bottom: .3rem;
    flex: auto;
  }

  .home1 .circle {
    /* width: 60vw; */
    /* height: 60vw; */
    /* padding-top: 0; */
  }

  .home1 .circle.ring2 {
    /* margin-left: calc(60vw / 4* -1); */
  }

  .home1 {
    height: auto;
    padding-bottom: .5rem;
    padding-top: .3rem;
  }

  .video1s .ico {
    width: 0.5rem;
    height: 0.5rem;
  }

  .video1s .ico img {
    width: 0.15rem;
  }

  .home2 {
    padding-bottom: .7rem;
  }

  .home2-l {
    max-width: 80%;
    margin: 0 auto;
  }

  .home2-c {
    display: block;
  }

  .home2-lname {
    right: 10%;
  }

  .home2-lname div h3, .home2-lname div p {
    font-size: .2rem;
  }

  .home2-lname div h3 {
    padding-bottom: .3rem;
  }

  .home2-lname {
    height: auto;
    padding-top: .2rem;
  }

  .home2-r {
    margin-top: .5rem;
    width: auto;
  }

  .home2-rtit h3 b {
    font-size: .3rem;
    padding: .15rem 0;
  }

  .home2-rtit h3 p {
    font-size: .4rem;
  }

  .home2-rtext {
    margin-top: 0;
  }

  .home2-rtext p {
    font-size: .16rem;
    line-height: .32rem;
  }

  .home2-dot {
    position: relative;
    height: 3rem;
  }

  .home2-dot div:nth-child(1) {
    width: 1.2rem;
    left: 0;
    top: 0;
    bottom: auto;
  }

  .home2-dot div:nth-child(2) {
    width: .65rem;
    right: 31%;
    bottom: 0.4rem;
  }

  .home2-dot div:nth-child(3) {
    width: .95rem;
    left: 10%;
    bottom: 0.2rem;
  }

  .home2-dot div:nth-child(4) {
    width: 0.67rem;
    left: 38%;
    top: .8rem;
    bottom: auto;
  }

  .home2-dot div:nth-child(5) {
    width: .77rem;
    left: 65%;
    top: 1rem;
    bottom: auto;
  }

  .home2-dot div:nth-child(6) {
    width: .65rem;
    right: 2%;
    top: 0;
    bottom: auto;
  }

  .home2-dot div:nth-child(7) {
    width: .81rem;
    right: 3%;
    bottom: 0.1rem;
  }

  .home2-ltext1 {
    font-size: .34rem;
    width: 1rem;
    height: 1.6rem;
    padding-top: .46rem;
  }

  .home2-ltext2 {
    font-size: .34rem;
  }

  .home3 {
    padding-top: .5rem;
    border-radius: 0px 0px .5rem 0px;
  }

  .home3-c {
    display: block;
  }

  .home3-ltext {
    width: auto;
  }

  .home3-lswiper .swiper-slide a {
    transform: translateY(0) !important;
    padding-left: 0;
  }

  .home3-lswiper {
    margin-right: 0;
    padding-bottom: 0;
    padding-right: .3rem;
    margin-top: .5rem;
  }

  .home3-lswiper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 200%;
    border-top: 2px dashed #36c2d9;
    animation: ani_line 20s linear infinite;
  }

  @keyframes ani_line {
    0% {
      transform: translateX(-50%);
    }

    100% {
      transform: translateX(0);
    }
  }

  .home3-c::before {
    display: none;
  }

  .home3-lswiper-next {
    transform: translateX(0) translateY(-50%);
    top: 50%;
    right: -0.3rem;
  }

  .home3-lswiper-next::after {
    transform: rotate(20deg);
  }

  .home3-lswiper .swiper-slide a .info p {
    white-space: pre-wrap;
  }

  .home3-fgx {
    margin: .05rem auto;
    height: 0.2rem;
  }

  .home3-dot {
    margin: 0 auto;
  }

  .home3-lswiper .swiper-slide a .info {
    width: 100%;
    text-align: center;
    display: block;
  }

  .home3-lswiper .swiper-slide a .info p {
    display: block;
    font-size: .2rem;
  }

  .home3-lswiper .swiper-slide a .info p b {
    display: block;
  }

  .home3-lswiper .swiper-slide a .info img {
    display: none;
  }

  .home3-r {
    width: auto;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: .7rem;
  }
  .home3-nlist{
    width: 100%;
  }
  .home3-nlist ul{
    width: 100%;
  }
  .home3-nlist li a .home3-nlist-text p{
    font-size: .16rem;
  }
  .home3-rpic {
    width: 45vw;
    height: 45vw;
    margin: 0 auto;
  }

  .home3-list {
    width: 100%;
    height: 100%;
    background: none;
    top: 0;
    bottom: 0;
    position: static;
  }

  .home3-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home3-list ul li {
    transform: translateY(0) scale(1) !important;
  }

  .home3-list ul li a .info {
    position: static;
    transform: translateY(0);
    margin-right: 0;
    margin-top: .1rem !important;
    text-align: center;
    margin-right: 0 !important;
  }

  .home3-list ul li a .info h3 {
    justify-content: center !important;
    font-size: 0.22rem !important;
  }

  .home3-list ul li a .info p {
    font-size: .18rem;
    margin-top: 0;
    text-align: center;
    white-space: pre-wrap;
  }

  .home3-list ul li a .icons {
    width: 20vw;
    height: 20vw;
    margin: 0 auto;
  }

  .home3-list::before {
    display: none;
  }

  .home3-list::after {
    display: none;
  }

  .home3-list ul li {
    position: static;
    width: 33.33%;
    margin-top: .2rem;
  }

  .home3-list ul li:nth-child(1) {
    left: 0 !important;
    top: 0 !important;
    margin-left: 16.666%;
  }

  .home3-list ul li:nth-child(2) {
    right: 0 !important;
    top: 0 !important;
    left: auto;
    margin-right: 16.66%;
  }

  .home3-list ul li:nth-child(3) {
    left: 0 !important;
    top: 100%;
  }

  .home3-list ul li:nth-child(4) {
    right: 0 !important;
    top: 100% !important;
    left: auto;
    bottom: auto;
  }

  .home4 {
    padding: .5rem 0 .5rem;
  }

  .home4-c ul li {
    width: 28%;
  }

  .home4-c ul li a .info {
    margin-top: .15rem;
  }

  .home4-c ul li a .info h3 {
    font-size: .2rem;
  }

  .home5 {
    border-radius: .5rem 0 0 0;
    padding: .5rem 0;
  }

  .home5-c {
    display: block;
  }

  .home5-l {
    width: auto;
  }

  .home5-lb {
    padding-right: 0;
  }

  .home5-lb .swiper-pagination {
    justify-content: center;
  }

  .home5-r {
    width: auto;
    margin-top: .35rem;
  }

  .home5-l .swiper-slide a .date b {
    font-size: .28rem;
  }

  .home5-l .swiper-slide a .date {
    width: .9rem;
    height: 0.7rem;
  }

  .home5-l .swiper-slide a {
    margin-right: 10%;
    margin-left: 5%;
  }

  .home5-l .swiper-slide ul li:nth-child(2n) a {
    margin-left: 10%;
  }

  .home5-r ul li a .info p {
    height: auto;
    max-height: .64rem;
  }


  .home6 {
    padding: .5rem 0;
  }

  .home6-c {
    display: block;
  }

  .home6-l {
    width: auto;
  }

  .home6-r {
    width: auto;
    margin-top: .35rem;
  }

  .home6-ll {
    top: 1.5rem;
    width: 27.5%;
    bottom: auto;
  }

  .home6-lr ul {
    margin-top: .5rem;
  }

  .home6-lr ul li:nth-child(1) {
    margin-left: 33.33%;
  }

  .home6-lr {
    margin-left: 0;
  }

  .home6-lr ul li a .pics {
    max-width: 80%;
  }

  .home6-ll ul li a {
    padding-right: 0;
  }

  .home6-ll ul::before {
    width: 90%;
    padding-top: 90%;
    top: auto;
    bottom: .65rem;
    right: 33%;
  }

  .home6-ll ul li a .info {
    position: static;
    transform: translateY(0);
  }

  .home6-ll ul li a .info div {
    display: block;
    text-align: center;
  }

  .home6-ll ul li a .info div h3 {
    writing-mode: horizontal-tb;
    margin: .1rem 0;
  }

  .home6-ll ul li a .info div p {
    writing-mode: horizontal-tb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home7 {
    border-radius: 0 .5rem 0 0;
    padding: .5rem 0;
  }

  .home7-swiper .swiper-container {
    margin-right: 0;
    padding-right: 10%;
  }

  .home7-type1 {
    width: 30.7%;
  }

  .home7-type1 .info {
    padding: 0 .15rem .2rem .15rem;
  }

  .home7-type1 .info h3 span {
    font-size: .2rem;
  }

  .home7-type1 .info p {
    font-size: .18rem;
    line-height: .24rem;
    max-height: .48rem;
    margin: .1rem 0 .2rem 0;
  }

  .home7-type1 .info b {
    height: 0.4rem;
    line-height: .4rem;
  }

  .home8 {
    padding: .5rem 0;
  }

  .home8-c {
    display: block;
  }

  .home8-l {
    width: auto;
  }

  .home8-l .mySwiper5 {
    margin-top: .35rem;
  }

  .home8-larrow {
    bottom: 100%;
    margin-bottom: .35rem;
    z-index: 999;
  }

  .home8-r {
    width: auto;
    margin-top: .35rem;
  }

  .home8-rmain-video {
    margin-right: 0;
  }

  .home8-rmain-swiper {
    width: 100%;
  }

  .home8-rmain-swiper .swiper-slide {
    width: 100%;
  }

  .home8-rmain-video {
    width: 35%;
    top: 0;
  }

  .home8-rmain-video .swiper-container .swiper-slide::after {
    width: .4rem;
    height: 0.4rem;
    left: 0;
  }

  .home8-rmain-video .swiper-container .swiper-slide a::before, .home8-rmain-video .swiper-container .swiper-slide a .pic::before {
    width: 0.5rem;
    height: 0.5rem;
  }

  .home8-rmain-video .swiper-container {
    margin-right: -50%;
  }

  /* .home8-rmain-swiper .swiper-slide a .info h3 {
    font-size: .2rem;
  } */


  .home8-rmain {
    padding-top: 20%;
    margin-top: .3rem;
  }


  .home10 {
    padding-bottom: .5rem;
    padding-top: .5rem;
    margin-top: .5rem;
  }

  .home10-swiper .swiper-container {
    margin-right: 0;
  }

  .home10-arrow {
    position: static;
    margin-top: .3rem;
  }

  .home10-swiper .swiper-slide ul li:nth-child(1) {
    margin-bottom: 0;
  }

  .home10-rms1 {
    border-radius: 0 1rem 0px 0;
  }

  .home10-rms3 {
    border-radius: 0 1rem 0px 0;
  }

  .home10-rms3 .icon-eyes {
    top: 10%;
  }

  .home10-tit {
    position: static;
  }

  .group-media {
    text-align: right;
  }

  .icon-eyes span {
    width: 0.14rem;
    height: 0.26rem;
  }

  .home10-swiper .swiper-slide ul li a .info .media-type .icon img {
    width: 0.4rem;
  }

  .home10-swiper .swiper-slide ul {
    flex-wrap: wrap;
  }




  
.home8-rmain-swiper ul li a .pics{
  width:2rem;
}

.home8-rmain-swiper ul li a .info {
  padding: .1rem 0.2rem 0.1rem .2rem;
}

.home8-rmain-swiper ul li a .info h3{
  font-size:.16rem;
  max-height: none;
}




}

@media(max-width: 768px) {
  .home7-type1 {
    width: 46.5%;
    padding-right: 10px;
  }

  .home7-type1 .info p {
    display: none;
  }

  .home7-type1 .info h3 span {
    margin-bottom: .15rem;
  }

  .home10 {
    padding-top: 0;
  }

  .home10-swiper .swiper-slide ul li:nth-child(1) {
    margin-bottom: 0;
    width: 43%;
  }

  .home10-swiper .swiper-slide ul li:nth-child(2) {
    width: 54%;
  }

  .home10-swiper .swiper-slide ul li:nth-child(3) {
    width: 37%;
    margin-top: 3%;
  }

  .home10-swiper .swiper-slide ul li:nth-child(4) {
    width: 60%;
    margin-top: 3%;
  }

  .home10-rms {
    width: 100%;
  }

  .home10-swiper {
    margin-top: .3rem;
  }
}

@media(max-width: 560px) {
  .home1 .right {
    width: 100%;
    display: block;
  }

  .home1 .circle {
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    margin: 0 auto;
  }

  .home1 .circle.ring2 {
    margin-left: 0;
    margin-top: calc((100vw - 30px) / 4* -1);
    transform: rotate(90deg);
  }

  /* .home1 .circle.ring2 .imgBox{transform: rotate(-90deg);} */
  .home1 .circle.ring1 {
    transform: rotate(90deg);
  }

  .video1s .ico:before {
    display: none;
  }

  .video1s .ico::after {
    display: none;
  }

  .home1 .circle.ring1 .box1 {
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .home1 .circle.ring2 .box1 {
    transform: translate(-50%, -50%) rotate(-90deg);
  }


}