.about-banner {
  width: 100%;
  height: 250px;
  margin-top: 50px;
  background-size: cover !important;
  background-position: center !important;
  margin-top: 68px !important;
}

.ab-c {
  width: 100%;
  padding: 0px 10px;
}

.about-banner .ab-c {
  width: 100%;
  height: 100%;
}

.ab-txt {
  width: 300px;
  height: 84px;
  position: absolute;
  top: -100%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  transition: 0.5s;
}

.ab-txt.active {
  top: 0;
}

.ab-txt p:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ab-txt p {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "hb";
  text-align: center;
  line-height: 20px;
  letter-spacing: 2px;
}

.about-txt {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 70px;
}

.about-top {
  width: 100%;
}

.atop-top {
  width: 100%;
  text-align: right;
}

.atop-top img {
  width: 18px;
  display: inline-block;
}

.atop-top a {
  color: #666666;
  display: inline-block;
}

.atop-top span {
  color: #666666;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.atop-txt {
  width: 100%;
  margin-top: 10px;
}

.atop-txt p:nth-of-type(1) {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.atop-txt p {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}

.atop-txt p span {
  font-size: 12px;
  position: relative;
  padding-left: 5px;
  margin-left: 5px;
  font-family: "hb";
  letter-spacing: 2px;
}

.atop-txt p span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #333333;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.atop-list {
  width: 300px;
  margin: auto;
  margin-top: 10px;
}

.atop-list ul {
  width: 100%;
}

.atop-list ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5px 0px;
}

.atop-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.atdiv-t {
  width: 100%;
}

.atdiv-t p:nth-of-type(1) {
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
}

.atdiv-t p:nth-of-type(2) {
  color: #333;
  margin-bottom: 5px;
  font-family: "hb";
  letter-spacing: 2px;
  font-size: 12px;
}

.atdiv-t p {
  color: #666666;
  font-size: 12px;
}

.atd-img {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.atd-img img {
  width: 100%;
  display: block;
}

.about-fa {
  width: 100%;
  margin-top: 20px;
}

.afa-txt {
  width: 100%;
}

.afa-title {
  width: 100%;
}

.afa-title p {
  font-size: 16px;
}

.afa-title p span {
  font-size: 12px;
  position: relative;
  padding-left: 5px;
  margin-left: 5px;
  font-family: "hb";
  letter-spacing: 2px;
}

.afa-title p span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #333333;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.afa-swiper {
  width: 100%;
  margin-top: 15px;
}

.afa-swiper .swiper-container,
.afa-swiper .swiper-slide {
  width: 100%;
}

.aswiper-txt {
  width: 100%;
  background: #fff;
}

.aswiper-txt ul {
  width: 100%;
}

.aswiper-txt ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 8px 0px;
}

.as-div {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.as-div p:nth-of-type(1) {
  color: #0682c9;
  font-family: "hb";
  font-weight: bold;
  margin-bottom: 5px;
}

.as-div p span {
  width: 13px;
  height: 13px;
  display: block;
  float: left;
  border-radius: 50%;
  border: 1px solid #0682c9;
  position: relative;
  margin-right: 5px;
}

.as-div p span:before {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #0682c9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.afa-swiper .swiper-slide .aswiper-txt {
  display: none;
}

.afa-swiper .swiper-container-fade .swiper-slide-active .aswiper-txt {
  display: block;
}

.afa-page {
  width: 100%;
  margin-top: 10px;
}

.afa-page .swiper-pagination {
  position: relative;
}

.afa-page .swiper-pagination-bullet {
  width: 33.3%;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  color: #999999;
  position: relative;
  height: 100%;
  padding-bottom: 6px;
  outline: none;
}

.afa-page .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: #0682c9;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.afa-page .swiper-pagination-bullet-active {
  color: #0682c9;
}

.afa-page .swiper-pagination-bullet-active:after {
  width: 20px;
}

.about-horor {
  width: 100%;
  background: url(../img/a_03.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0px;
  margin-top: 20px;
}

.ahoror-txt {
  width: 100%;
}

.ah-swiper {
  width: 100%;
  margin-top: 70px !important;
  position: relative;
}

.ah-swiper .swiper-slide .ahs-li {
  display: none;
}

.ah-swiper .swiper-container-fade .swiper-slide-active .ahs-li {
  display: block;
}

.ah-swiper .swiper-pagination {
  position: relative;
}

.ah-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  border-radius: 0%;
  background: #fff;
  opacity: 1;
  margin-right: 5px;
  transition: 0.5s;
}

.ah-swiper .swiper-pagination-bullet-active {
  background: #0682c9;
  width: 20px;
}

.ahs-li {
  width: 100%;
}

.ahs-li ul {
  width: 100%;
}

.ahs-li ul li {
  width: 33.3%;
  position: relative;
  overflow: hidden;
  float: left;
  padding: 5px;
}

.ahs-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 6px solid #e1e1e1;
  height: 68px;
}

.ahs-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.about-view {
  width: 100%;
  margin-top: 20px;
}

.aview-txt {
  width: 100%;
}

.aview-txt .aview-btn {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  font-family: "hb";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.aview-content {
  width: 100%;
  margin-top: 15px;
}

.aview-left {
  width: 300px;
  margin: auto;
  border: 1px solid #dcdcdc;
}

.avleft-img {
  width: 100%;
  height: 225px;
}

.avleft-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.avleft-txt {
  width: 100%;
  padding: 10px 5px;
}

.avleft-txt p:nth-of-type(1) {
  width: calc(100% - 100px);
  float: left;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.avleft-txt p.av-time {
  font-size: 16px;
  font-family: "hb";
  font-weight: bold;
  color: #333;
  float: right;
}

.avleft-txt p.av-time span {
  font-size: 12px;
  position: relative;
  padding-left: 5px;
  box-sizing: border-box;
  margin-left: 5px;
  font-weight: normal;
}

.avleft-txt p.av-time span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #333;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.aview-right {
  width: 100%;
  margin-top: 10px;
}

.aview-right ul {
  width: 100%;
}

.aview-right ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px solid #dcdcdc;
}

.aview-right ul li:last-child {
  border-bottom: 0;
}

.avr-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
}

.avr-div:before {
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}

.avr-div:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #666666;
  border-radius: 50%;
  top: 5px;
  left: 2px;
}

.avr-div p:nth-of-type(1) {
  width: calc(100% - 100px);
  float: left;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.avr-div p.avr-t {
  font-size: 16px;
  font-family: "hb";
  font-weight: bold;
  color: #333;
  float: right;
}

.avr-div p.avr-t span {
  font-size: 12px;
  position: relative;
  padding-left: 5px;
  box-sizing: border-box;
  margin-left: 5px;
  font-weight: normal;
}

.avr-div p.avr-t span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #333;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.about-join {
  width: 100%;
  margin-top: 20px;
}

.ajoin-txt {
  width: 100%;
  background: url(../img/b.jpg) no-repeat;
  background-size: cover;
}

.ajoin-div {
  width: 100%;
  margin: 50px auto;
  padding: 0px 10px;
}

.ajoin-div p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.ajoin-div p:nth-of-type(1) {
  font-size: 18px;
  margin-bottom: 8px;
}

.aj-btn {
  width: 100px;
  display: block;
  background: #fff;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: auto;
  margin-top: 10px;
  font-family: "hb";
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sc-img {
  display: none;
}

/*.about-horor
{
width:1440px;
margin:auto;
height:480px;
background:url(../img/b.jpg)no-repeat;
background-attachment: fixed;
background-size:100% 100%;
}
.about-bb
{
	width:100%;
	height:400px;
background:#fff;
}*/
.as-div p:nth-of-type(2) {
  color: #666666;
}

@media (min-width: 768px) {
  .atop-list {
    width: 100%;
  }

  .atop-list ul li {
    width: 33.3%;
    padding: 5px;
    float: left;
  }

  .atd-img {
    width: 50px;
  }

  .afa-page {
    width: 300px;
  }

  .ahs-img {
    /* border: 10px solid #fff; */
    height: 118px;
  }

  .ah-swiper {
    width: 83%;
    margin: auto;
    margin-top: 20px;
  }

  .aview-left {
    width: 40%;
    float: left;
  }

  .aview-right {
    width: 58%;
    margin-top: 0px;
    float: right;
  }

  .ab-c {
    width: 768px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .about-banner {
    height: 280px;
  }

  .ab-txt {
    width: 700px;
  }

  .ab-txt p:nth-of-type(1) {
    font-size: 25px;
    margin-bottom: 2px;
  }

  .ab-txt p {
    line-height: 30px;
  }

  .atop-txt {
    margin-top: 30px;
  }

  .about-txt {
    margin-top: 30px;
  }

  .atop-txt p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .atop-txt p {
    padding-left: 20px;
  }

  .atdiv-t p:nth-of-type(2) {
    padding-left: 0;
  }

  .atop-list {
    margin-top: 20px;
  }

  .afa-title p {
    font-size: 20px;
  }

  .about-fa {
    margin-top: 40px;
  }

  .afa-page {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }

  .afa-swiper .swiper-container {
    width: 586px;
    margin: auto;
  }

  .sc-img {
    display: block;
    width: 100%;
  }

  .afa-swiper {
    margin-top: 50px;
  }

  .afa-swiper .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }

  .aswiper-txt {
    background: transparent;
    height: 100%;
  }

  .aswiper-txt ul {
    height: 100%;
  }

  .aswiper-txt ul li {
    position: absolute;
    width: 157px;
  }

  #df ul li:nth-child(1) {
    top: 46%;
    left: 24%;
  }

  #df ul li:nth-child(2) {
    bottom: 4%;
    left: 35%;
  }

  #df ul li:nth-child(3) {
    top: 9%;
    left: 41%;
  }

  #df ul li:nth-child(4) {
    bottom: 40%;
    right: 0%;
  }

  #df ul li:nth-child(5) {
    bottom: 8%;
    right: 0%;
    width: 94px;
  }

  .as-div p:nth-of-type(2) {
    padding-left: 13%;
  }

  #n ul li:nth-child(1) {
    top: 13%;
    left: 0;
  }

  #n ul li:nth-child(2) {
    top: 33%;
    left: 11%;
  }

  #n ul li:nth-child(3) {
    top: 14%;
    left: 32%;
  }

  #n ul li:nth-child(4) {
    bottom: 22%;
    left: 28%;
  }

  #n ul li:nth-child(5) {
    top: 24%;
    right: 14%;
  }

  #n ul li:nth-child(6) {
    bottom: 33%;
    right: 9%;
  }

  #n ul li:nth-child(7) {
    bottom: 10%;
    left: 61%;
  }

  #n1 ul li:nth-child(1) {
    top: 26%;
    left: 2%;
  }

  #n1 ul li:nth-child(2) {
    bottom: 12%;
    left: 26%;
  }

  #n1 ul li:nth-child(3) {
    top: -1%;
    left: 27%;
    width: 235px;
  }

  #n1 ul li:nth-child(4) {
    top: 29%;
    left: 45%;
  }

  #n1 ul li:nth-child(5) {
    top: 0%;
    right: 0%;
  }

  #n1 ul li:nth-child(6) {
    top: 36%;
    right: 0%;
  }

  #n1 ul li:nth-child(7) {
    bottom: 23%;
    right: 10%;
  }

  #n1 ul li:nth-child(8) {
    bottom: 8%;
    right: 12%;
  }
}

@media (min-width: 1200px) {
  .about-banner {
    height: 400px;
    background-position: top center !important;
    background-attachment: fixed !important;
  }

  #h-banner {
    background-attachment: inherit !important;
  }

  .about-banner .ab-c {
    width: 1024px;
    margin: auto;
  }

  .ab-txt p:nth-of-type(1) {
    font-size: 35px;
  }

  .ab-txt p {
    line-height: 40px;
    font-size: 20px;
  }

  .ab-txt {
    width: 100%;
    height: 74px;
  }

  .ab-c {
    width: 1024px;
  }

  .atop-txt p:nth-of-type(1) {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .atop-txt p span {
    font-size: 14px;
  }

  .atop-txt p {
    font-size: 14px;
    line-height: 30px;
  }

  .atd-img {
    width: 70px;
  }

  .atdiv-t p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 0;
  }

  .atdiv-t p {
    line-height: 25px;
  }

  .atop-div {
    padding: 20px 30px;
  }

  .atdiv-t p:nth-of-type(3) {
    height: 50px;
    overflow: hidden;
  }

  .afa-title p {
    font-size: 25px;
  }

  .afa-title p span {
    font-size: 14px;
  }

  .about-horor {
    padding: 50px 0px;
    margin-top: 50px;
  }

  .ahs-li ul li {
    padding: 15px;
  }

  .ahs-img {
    height: 148px;
  }

  .ah-swiper .swiper-pagination-bullet {
    height: 4px;
  }

  .ah-swiper {
    margin-top: 30px;
  }

  .about-view {
    margin-top: 50px;
  }

  .aview-content {
    margin-top: 30px;
  }

  .avleft-img {
    height: 302px;
  }

  .avleft-txt {
    padding: 20px;
  }

  .aview-right {
    width: 56%;
  }

  .aview-right ul li {
    padding: 16px 0px;
  }

  .about-join {
    margin-top: 50px;
  }

  .ajoin-div {
    width: 536px;
    margin: 100px auto;
    padding: 0px;
  }

  .ajoin-div p:nth-of-type(1) {
    font-size: 30px;
  }

  .ajoin-div p {
    font-size: 18px;
  }

  .aj-btn {
    width: 146px;
    line-height: 50px;
    margin-top: 20px;
  }

  /*触摸效果*/
  .atop-list ul li {
    margin-top: 5%;
    opacity: 0;
    transition: 0.5s;
    padding: 10px 5px;
  }

  .atop-list ul li:nth-child(2) {
    transition-delay: 0.3s;
  }

  .atop-list ul li:nth-child(3) {
    transition-delay: 0.6s;
  }

  .atop-list ul li.active {
    margin-top: 0;
    opacity: 1;
  }

  .atop-list ul li .atop-div {
    transition: transform 218ms ease-in-out;
  }

  .atop-list ul li:hover .atop-div {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
  }

  .atop-list ul li:hover .atop-div:before {
    border-bottom-color: #0682c9;
    border-left-color: #0682c9;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s,
      height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s,
      height 0.2s ease-out 0.6s;
  }

  .atop-list ul li:hover .atop-div:after,
  .atop-list ul li:hover .atop-div:before {
    width: 100%;
    height: 100%;
  }

  .atop-div:before {
    bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s,
      height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s,
      height 0.2s ease-in;
  }

  .atop-div:after,
  .atop-div:before {
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
  }

  .atop-div:before {
    content: "";
    display: block;
    position: absolute;
  }

  .atop-list ul li:hover .atop-div:after {
    border-top-color: #0682c9;
    border-right-color: #0682c9;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
  }

  .atop-div:after {
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s,
      height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s,
      height 0.2s ease-in 0.4s;
  }

  .atop-div:after {
    content: "";
    display: block;
    position: absolute;
  }

  .as-div {
    transform: scale(0);
    transition: 0.5s;
    transform-origin: 50% 50%;
  }

  .afa-page {
    right: 10%;
    transition: 0.5s;
    opacity: 0;
  }

  .afa-page.active {
    right: 0%;
    opacity: 1;
  }

  .aswiper-txt ul li:nth-child(2) .as-div {
    transition-delay: 0.2s;
  }

  .aswiper-txt ul li:nth-child(3) .as-div {
    transition-delay: 0.4s;
  }

  .aswiper-txt ul li:nth-child(4) .as-div {
    transition-delay: 0.6s;
  }

  .aswiper-txt ul li:nth-child(5) .as-div {
    transition-delay: 0.8s;
  }

  .aswiper-txt ul li:nth-child(6) .as-div {
    transition-delay: 1s;
  }

  .aswiper-txt ul li:nth-child(7) .as-div {
    transition-delay: 1.2s;
  }

  .aswiper-txt ul li:nth-child(8) .as-div {
    transition-delay: 1.4s;
  }

  .afa-swiper .swiper-slide.active .aswiper-txt ul li .as-div {
    transform: scale(1);
  }

  /*.ajoin-txt {
   background-attachment: fixed;
}*/
  .avr-div:before,
  .avr-div:after {
    transition: 0.5s;
  }

  .aview-right ul li:hover .avr-div:before {
    border: 1px solid #0682c9;
    transform: scale(1.3);
    left: 3px;
  }

  .aview-right ul li:hover .avr-div:after {
    background: #0682c9;
    transform: scale(1.3);
    left: 5px;
  }

  .avr-div p:nth-of-type(1) {
    transition: 0.5s;
    box-sizing: border-box;
  }

  .aview-right ul li:hover .avr-div p:nth-of-type(1) {
    color: #0682c9;
    padding-left: 10px;
  }

  .aview-right ul li:hover .avr-div p.avr-t {
    color: #0682c9;
  }

  .avleft-img img {
    transition: 0.5s;
  }

  .aview-left:hover .avleft-img img {
    transform: scale(1.1);
  }

  .aview-left:hover .avleft-txt p {
    color: #0682c9;
  }

  .aview-txt .aview-btn {
    transition: 0.5s;
  }

  .aview-txt .aview-btn:hover {
    transform: scale(1.3);
    letter-spacing: 5px;
    color: #0682c9;
  }

  .aview-txt .aview-btn:hover span {
    display: inline-block;
    width: 15px;
    height: 2px;
    vertical-align: middle;
    background: #0682c9;
  }

  .aview-left {
    margin-top: 5%;
    transition: 0.5s;
    opacity: 0;
  }

  .aview-left.active {
    margin-top: 0%;
    opacity: 1;
  }

  .aview-right {
    margin-top: 5%;
    transition: 0.5s;
    opacity: 0;
    transition-delay: 0.3s;
  }

  .aview-right.active {
    opacity: 1;
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  .about-banner {
    margin-top: 88px;
  }

  .about-banner .ab-c {
    width: 1200px;
  }

  .ab-c {
    width: 1200px;
  }

  .about-txt {
    margin-top: 40px;
  }

  .atop-txt {
    margin-top: 40px;
  }

  .atop-list {
    margin-top: 30px;
  }

  .atop-list ul li {
    padding: 10px 20px;
  }

  .about-fa {
    margin-top: 50px;
  }

  .afa-page .swiper-pagination-bullet {
    font-size: 15px;
    font-weight: bold;
  }

  .afa-swiper .swiper-container {
    width: 1040px;
  }

  .afa-swiper {
    margin-top: 60px;
  }

  .as-div p span {
    width: 20px;
    height: 20px;
  }

  .as-div p span:before {
    width: 14px;
    height: 14px;
  }

  .as-div p:nth-of-type(1) {
    font-size: 20px;
  }

  #df ul li:nth-child(4) {
    bottom: 48%;
  }

  #df ul li:nth-child(2) {
    bottom: 11%;
  }

  #df ul li:nth-child(3) {
    top: 11%;
  }

  .aswiper-txt ul li {
    width: 282px;
  }

  #df ul li:nth-child(1) {
    top: 48%;
  }

  .as-div p:nth-of-type(2) {
    font-size: 16px;
  }

  #n ul li:nth-child(4) {
    bottom: 31%;
  }

  #n ul li:nth-child(5) {
    top: 32%;
  }

  #n ul li:nth-child(7) {
    bottom: 19%;
  }

  #n ul li:nth-child(6) {
    bottom: 43%;
  }

  #n1 ul li:nth-child(2) {
    bottom: 26%;
  }

  #n1 ul li:nth-child(4) {
    top: 31%;
  }

  #n1 ul li:nth-child(5) {
    top: 13%;
  }

  #n1 ul li:nth-child(6) {
    top: 37%;
  }

  #n1 ul li:nth-child(7) {
    bottom: 31%;
  }

  #n1 ul li:nth-child(8) {
    bottom: 19%;
    right: 3%;
    width: 120px;
  }

  #n1 ul li:nth-child(3) {
    width: 500px;
  }

  #n1 ul li:nth-child(3) .as-div p:nth-of-type(2) {
    padding-left: 8%;
  }

  .about-horor {
    padding: 90px 0px;
    margin-top: 70px;
  }

  .ah-swiper {
    margin-top: 60px;
  }

  .ahs-img {
    height: 128px;
  }

  .about-view {
    margin-top: 90px;
  }

  .aview-txt .aview-btn {
    font-size: 14px;
  }

  .avleft-img {
    height: 356px;
  }

  .aview-content {
    margin-top: 60px;
  }

  .avleft-txt p:nth-of-type(1) {
    font-size: 16px;
  }

  .avleft-txt p.av-time {
    font-size: 20px;
  }

  .avleft-txt p.av-time span {
    font-size: 14px;
  }

  .avr-div p:nth-of-type(1) {
    font-size: 16px;
  }

  .avr-div {
    padding-left: 25px;
  }

  .avr-div p.avr-t {
    font-size: 20px;
  }

  .avr-div p.avr-t span {
    font-size: 14px;
  }

  .aview-right ul li {
    padding: 19px 0px;
  }

  .ajoin-div {
    margin: 150px auto;
  }

  .ajoin-div p:nth-of-type(1) {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .about-join {
    margin-top: 90px;
  }

  .ab-txt p:nth-of-type(1) {
    font-size: 40px;
  }

  .ab-txt p {
    font-size: 23px;
  }

  .ahs-li ul li {
    width: 25%;
  }

  #df ul li:nth-child(5) {
    bottom: 15%;
    width: 188px;
  }
}

@media (min-width: 1660px) {
  .atop-txt p:nth-of-type(1) {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .atop-txt p span {
    font-size: 16px;
  }

  .atop-txt p span:before {
    height: 15px;
  }

  .atop-txt p {
    font-size: 16px;
    line-height: 35px;
  }

  .atop-list {
    margin-top: 70px;
  }

  .atd-img {
    width: 142px;
  }

  .atop-list ul li:nth-child(2) .atd-img {
    width: 108px;
  }

  .atop-list ul li:nth-child(3) .atd-img {
    width: 114px;
  }

  .atdiv-t p:nth-of-type(1) {
    margin-bottom: 0;
  }

  .atdiv-t p:nth-of-type(2) {
    font-size: 16px;
  }

  .atdiv-t p:nth-of-type(3) {
    height: 80px;
  }

  .about-fa {
    margin-top: 90px;
  }

  .afa-title p {
    font-size: 30px;
  }

  .afa-title p span {
    font-size: 16px;
  }

  .ab-c {
    width: 1440px;
  }

  .about-banner .ab-c {
    width: 1440px;
  }

  .ahs-img {
    height: 182px;
  }

  .aview-txt .aview-btn {
    font-size: 16px;
  }

  .avleft-img {
    height: 430px;
  }

  .avleft-txt {
    padding: 30px 20px;
  }

  .aview-right ul li {
    padding: 22px 0px;
  }

  .avleft-txt p.av-time {
    font-size: 25px;
  }

  .avleft-txt p.av-time span {
    font-size: 16px;
  }

  .avleft-txt p:nth-of-type(1) {
    width: calc(100% - 120px);
  }

  .avr-div p.avr-t {
    font-size: 25px;
  }

  .avr-div p.avr-t span {
    font-size: 16px;
  }

  .avr-div p:nth-of-type(1) {
    width: calc(100% - 120px);
  }

  .about-txt {
    padding-bottom: 80px;
  }
}

/* 新增 */
.about_new_top {
  --newTopColor: #fff;
  font-size: 14px;
  padding-top: 250px;
  height: 548px;
  transform: translateY(-100px);
  opacity: 0;
  text-align: center;
  background: linear-gradient(270deg,
      #ffe5a3 0%,
      var(--newTopColor) 10%,
      var(--newTopColor) 90%,
      #ffe5a3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  -webkit-text-fill-color: transparent;
  animation: masked-animation-ajqYoo 5s linear infinite,
    text-glow 5s linear infinite;
  /* 新增阴影动画 */
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
}

.active.about_new_top {
  transform: translateY(0px);
  opacity: 1;
}

@keyframes masked-animation-ajqYoo {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -100% 0;
  }
}

/* 新增阴影动画 */
@keyframes text-glow {
  0% {
    text-shadow: -30px 0px 0px #ff880000;
  }

  50% {
    text-shadow: 0px 30px 40px #ff880030;
  }

  100% {
    text-shadow: 30px 0px 0px #ff880000;
  }
}

.about_new_top>h1 {
  font-size: 38px;
  margin-bottom: 10px;

  span {
    font-size: 58px;
    font-family: "hb";
    width: 340px;
    text-align: center;
    display: inline-block;
  }
}

.about_new_top_img {
  position: absolute;
  width: 100%;
  height: calc(61.8vh - 68px);
  object-fit: cover;
  object-position: center top;
  z-index: -1;
  top: 68px;
  left: 0;
}

.about_new_main {
  padding: 0 70px;

  .new_cases_main {
    &>div:nth-child(1) {
      transform: translateY(100px);
      opacity: 0;
      transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    &>div:nth-child(2) {
      transform: translateY(100px);
      opacity: 0;
      transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    }
  }

  .job-list {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
  }

  &.active {
    .new_cases_main {

      &>div:nth-child(1),
      &>div:nth-child(2) {
        transform: translateY(0px);
        opacity: 1;
      }
    }

    .job-list {
      transform: translateY(0px);
      opacity: 1;
    }
  }
}

.anm_banner {
  width: 100%;
  height: 420px;
  padding: 4px;
  margin-top: 52px;
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
}

.active.anm_banner {
  transform: translateY(0px);
  opacity: 1;
}

.anm_banner>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 28px;
  position: relative;
  background-color: #999;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.anm_banner:hover>img {
  box-shadow: 0 78px 40px -56px rgba(0, 0, 0, 0.3);
}

.anm_banner>div:nth-child(1) {
  background-image: conic-gradient(from 0deg,
      #999,
      #999,
      #ffffff00,
      #ffffff00,
      #ffffff00,
      #ffffff00,
      #999,
      #999);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  top: 0;
  left: 0;
}

.about_new_text {
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
  transform: translateY(100px);

  &.about_new_textzs::after,
  &.about_new_textzs::before {
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
  }

  &::after {
    background-color: #e1e1e1;
    left: 60px;
    top: 160px;
  }

  &::before {
    right: 60px;
    bottom: 60px;
    background-color: #e1e1e1;
  }

  &>.left,
  &>.right {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
    transform: scale(0);
  }

  &>.left {
    top: 100px;
    left: 40px;
  }

  &>.right {
    bottom: 0;
    right: 40px;
  }

  &.active {
    transform: translateY(0);
    opacity: 1;

    &::after,
    &::before {
      height: 50%;
    }

    &>.left,
    &>.right {
      transform: scale(1);
    }
  }
}

.about_new_text_p {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-top: 70px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);

  &.active {
    transform: translateY(0px);
    opacity: 1;
  }
}

.about_new_text_p>span {
  font-size: 14px;
  color: #999;
  margin-left: 20px;
  font-weight: normal;
}

.about_new_text_list {
  font-size: 18px;
  color: #aaa;
  max-width: 85%;
  text-align: justify;
  margin: 48px auto 30px;
}

.about_new_text_list .active-item {
  color: #333;
}

.about_new_text_list>p {
  line-height: 48px;
}

.about_new_text_list>p:nth-child(4) {
  display: none;
}

.about_new_text_icon,
.about_new_text_icon2 {
  width: 40px;
  position: absolute;
  opacity: 0.6;
}

.about_new_text_icon {
  left: 0;
  top: 100px;
  transform: rotate(180deg);
}

.about_new_text_icon2 {
  right: 0;
  bottom: 60px;
}

.about_new_main .atop-list {
  margin-top: 0 !important;
}

.about_new_main .atop-list ul {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.about_new_main .atop-list ul li {
  padding: 0 !important;
  float: none !important;
  transform: translateY(100px);
  margin-top: 0 !important;
  overflow: visible !important;
}

.about_new_main .atop-list ul li.active-item {
  transform: translateY(0px);
  opacity: 1;
}

.antf-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.afa-page {
  position: relative !important;
  margin-top: 70px !important;
  width: auto !important;
}

.afa-page .swiper-pagination-bullet {
  width: auto !important;
  margin-left: 20px;
}

.atdiv-t p:nth-of-type(1) {
  font-size: 24px !important;
}

.atdiv-t p:nth-of-type(3) {
  font-size: 16px !important;
  padding-right: 80px;
}

.about_new_swiper {
  position: relative;

  &>.ans_img,
  &>.ah-swiper {
    opacity: 0;
    transform: translateY(100px);
  }

  &>.ans_img {
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
  }

  &>.ah-swiper {
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
  }

  &.active {

    &>.ans_img,
    &>.ah-swiper {
      transform: translateY(0);
      opacity: 1;
    }
  }
}

.about_new_swiper .about_new_text_p {
  padding: 0 70px;
}

.ans_img {
  width: calc(100% - 140px);
  margin: 48px auto 0;
  padding: 4px;
  position: relative;
}

.ans_img>img {
  height: 460px;
  width: 100%;
  display: block;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.about_new_swiper:hover .ans_img>img {
  box-shadow: 0 78px 40px -56px rgba(0, 0, 0, 0.3);
}

.ans_img>div:nth-child(1) {
  background-image: conic-gradient(from 0deg,
      #ff8800,
      #ffb300,
      #ffffff00,
      #ffffff00,
      #ffffff00,
      #ffffff00,
      #ffb300,
      #ff8800);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  top: 0;
  left: 0;
  z-index: 0;
}

.ans_img::before {
  content: "";
  background-image: conic-gradient(from 0deg,
      #ff8800,
      #ffb300,
      #ffffff00,
      #ffffff00,
      #ffffff00,
      #ffffff00,
      #ffb300,
      #ff8800);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.about_new_swiper:hover .ans_img::before {
  top: -20px;
  opacity: 0.5;
  filter: blur(40px);
}

.about_new_swiper .ah-swiper {
  position: relative;
  width: 100%;
  margin-top: 30px;
  overflow: visible;
  height: 360px;
  /* 调整高度以适应两行滚动 */
}

.about_new_swiper .ahs-li {
  display: block !important;
  width: 1100px !important;
  margin: 0 auto;
}

.about_new_swiper .ah-swiper .swiper-container {
  margin-bottom: 20px;
}

.about_new_swiper .ahs-img {
  height: 170px !important;
  border-radius: 20px;
  /* border: 6px solid #ffffff60; */
}

.about_new_swiper .ahs-img>img {
  object-fit: cover;
}

.about_new_swiper .ahs-li ul li:nth-child(1),
.about_new_swiper .ahs-li ul li:nth-last-child(1) {
  margin-top: 48px;
}

.about_new_swiper .ah-swiper .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  /* 新增透视效果 */
  transform: rotateX(70deg);
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #00000040;
}

.about_new_swiper .ah-swiper .swiper-pagination-bullet-active {
  background-color: #ff8800;
  opacity: 1 !important;
}

.about_new_swiper .ah-swiper .swiper-pagination-bullet:after {
  content: "";
  width: 10px;
  height: 10px;
  left: 50%;
  translate: -50% 0;
  background-color: #00000040;
  filter: blur(10px);
  border-radius: 50%;
  position: absolute;
  top: 40px;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.about_new_swiper .ah-swiper .swiper-pagination-bullet-active:after {
  width: 30px;
  height: 30px;
  background-color: #ff880080;
}

.about_new_news {
  margin-top: 0px !important;
  padding: 0 70px;
}

.about_new_news .about-view {
  margin-top: 0 !important;
}

.about_new_news .ab-c {
  width: 100% !important;
}

.about_new_news .aview-txt .aview-btn {
  position: relative !important;
  top: 0;
  left: 0;
}

.about_new_news .afa-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_new_news .aview-btn {
  margin-top: 70px !important;
}

.about_new_bottom {
  margin-top: 70px;
  position: relative;
}

.about_new_bottom>img {
  object-fit: cover;
  object-position: center top;
  /* 新增定位属性 */
  width: 100%;
  height: 300px;
  display: block;
  /* opacity: 0.7; */
}

.about_new_bottom .ajoin-div {
  position: absolute;
  top: 20%;
  left: 50%;
  translate: -50% 0%;
  z-index: 10;
  margin: 0 !important;
}

.about_new_bottom {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.about_new_bottom.active {
  transform: translateY(0%);
  opacity: 1;
}

.index_title {
  text-align: center;
}

.index_title>p {
  color: #000;
  font-size: 14px !important;
}

.index_title>h1 {
  font-size: 34px;
  margin-bottom: 12px;
  color: #333;
}

.itop-btn {
  font-size: 18px;
  letter-spacing: normal !important;
  width: 140px !important;
  font-weight: normal;
  line-height: 54px;
  display: block;
  background: #ff8800;
  border-radius: 100px;
  color: #fff;
  margin: auto;
  text-align: center;
  margin-top: 32px;
}

.about_new_main_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about_new_main_bg {
  position: absolute;
  filter: blur(200px);
  width: 500px;
  height: 500px;
  --color1: #ff8800;
  --color2: #0682c9;
  /* 高斯模糊效果 */
  animation: rotatePerspective 10s infinite ease-in-out;
  opacity: 0.4;

  /* 应用透视旋转动画 */
  &::after,
  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  &::after {
    background-color: var(--color1);
    bottom: -30%;
    right: -30%;
    opacity: 0.5;
  }

  /* 应用透视旋转动画 */
  &::before {
    background-color: var(--color2);
    top: -30%;
    left: -30%;
    opacity: 0.5;
  }
}

/* 透视旋转动画定义 */
@keyframes rotatePerspective {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(80deg);
  }

  50% {
    transform: rotate(160deg);
  }

  75% {
    transform: rotate(280deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.news_main {
  &>div {
    transform: translateY(100px);
    opacity: 0;
    --time: 0s;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) var(--time);

    &:nth-child(2) {
      --time: 0.2s;
    }
  }

  &.active {
    &>div {
      transform: translateY(0px);
      opacity: 1;
    }
  }
}

/* 再次新增 */
.about_new2_top_box {
  height: 150vh;

  &>div {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    overflow: hidden;

    .about_new2_top_box_item {
      width: 100%;
      height: 100%;

      .about_new2_top_img {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        &>img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
        }
      }

      .about_new2_text {
        position: absolute;
        top: 50%;
        left: 0;
        translate: 0% -50%;
        width: 100%;
        padding-left: 940px;
        padding-right: 70px;
        font-size: 16px;
        margin-top: 34px;
        line-height: 36px;
        opacity: 0;
        transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
        transform: translateY(100px);

        &.active {
          opacity: 1;
          transform: translateY(0px);
        }

        &>p:nth-last-of-type(1) {
          display: none;
        }
      }
    }
  }
}

.about_new2_top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  min-width: 800px;
  min-height: 550px;
  transform: translateY(-50%);
  border-radius: 0;
  overflow: hidden;

  &.active {
    border-radius: 32px;
  }

  &>video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
  }

  .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right,
        #0081cc10,
        #0081cc20,
        #0081cc60);
    top: 0;
    left: 0;
  }

  .text_list {
    margin-top: -40px;
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;

    li {
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -30%;
      width: 100%;
      opacity: 0;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }

    li.active {
      opacity: 1;
      translate: -50% -50%;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    }

    h1 {
      font-size: 42px;
      margin-bottom: 10px;

      span {
        font-size: 102px;
      }
    }

    p {
      font-size: 20px;
    }

    span {
      -webkit-background-clip: text;
      background-clip: text;
      margin: 0 10px;
      font-family: hb;
      font-weight: bold;
      -webkit-text-fill-color: transparent;
      background-image: linear-gradient(to right,
          #ff8800,
          #ffc685 50%,
          #ff8800);
    }
  }
}

.about_new2_top_herder .head_top {

  a,
  .men-re {
    filter: brightness(0) invert(1);
  }
}

.about_new2_data {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 180px;
  position: relative;
  height: 0;
  padding-top: 0px;

  &>li {
    transform: translateY(100px);
    opacity: 0;
    --time: 0s;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) var(--time);

    h1 {
      font-family: hb;
      font-size: 52px;
      font-weight: bold;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      background-image: linear-gradient(to right, #0682c9, #68e8ff, #0682c9);

      &>span {
        font-size: 24px;
        font-weight: normal;
      }
    }

    p {
      margin-top: 20px;
      font-size: 16px;
      color: #666;
    }
  }

  &.active {
    height: 140px;
    margin-top: 0px;
    padding-top: 30px;

    &>li {
      transform: translateY(0px);
      opacity: 1;
    }

    &>li:nth-child(1) {
      --time: 0.4s;
    }

    &>li:nth-child(2) {
      --time: 0.6s;
    }

    &>li:nth-child(3) {
      --time: 0.8s;
    }
  }
}

.about_new2_main {
  padding: 30px 70px 0px;
  display: flex;
  column-gap: 34px;
  position: relative;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);

  &>div {
    flex: 1;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) var(--time);
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #0682c9;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;

    &:nth-child(1) {
      --time: 0.4s;
    }

    &:nth-child(2) {
      --time: 0.6s;
    }

    &:nth-child(3) {
      --time: 0.8s;
    }

    &>img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 1;
    }

    &>div {
      position: relative;
      font-size: 16px;
      color: #fff;
      text-align: center;

      &>div {
        width: 160px;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #00000040;
        border-radius: 50%;
        margin: 0 auto 32px;


        img {
          width: 88px;
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }
      }

      &>p {
        height: 200px;
        padding: 32px 32px 0;
      }
    }

    &:hover {
      &>img {
        transform: scale(1.2);
        opacity: 0.2;
      }

      &>div {
        &>div {
          img {
            transform: scale(1.1);
          }
        }
      }
    }
  }

  &.active {
    &>div {
      opacity: 1;
      transform: translateY(0px);
    }
  }
}

/* 定义帆船动画：从下方进入 -> 停留 -> 从上方退出 -> 等待 */
@keyframes sailingAnimation {
  0% {
    /* 初始状态：位于视野下方 */
    transform: translate(0%, 200%);
  }

  9% {
    /* 从下方进入当前位置（缓出动画） */
    transform: translate(0%, -60%);
  }

  63% {
    /* 停留约6秒 */
    transform: translate(0%, -60%);
  }

  72% {
    /* 从上方退出（缓入动画） */
    transform: translate(0%, -200%);
  }

  100% {
    /* 等待约3秒后循环 */
    transform: translate(0%, -200%);
  }
}

/* 定义流星动画 */
@keyframes meteorAnimation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
    /* 保持轨迹长度 */
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.8),
      0 0 40px 10px rgba(255, 255, 255, 0.5),
      -200px 200px 0 0 rgba(255, 255, 255, 0.3),
      -400px 400px 0 0 rgba(255, 255, 255, 0.1);
  }

  100% {
    transform: translate(-500px, 500px);
    /* 向右下角移动 */
    opacity: 0;
    width: 2px;
    height: 2px;
  }
}

/* 第二颗流星动画 - 较快节奏 */
@keyframes meteorAnimation2 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
    /* 保持轨迹长度 */
    box-shadow: 0 0 15px 3px rgba(255, 255, 255, 0.7),
      0 0 30px 6px rgba(255, 255, 255, 0.4),
      -160px 160px 0 0 rgba(255, 255, 255, 0.3),
      -320px 320px 0 0 rgba(255, 255, 255, 0.1);
  }

  100% {
    transform: translate(-400px, 400px);
    /* 向右下角移动 */
    opacity: 0;
    width: 2px;
    height: 2px;
  }
}

/* 第三颗流星动画 - 较慢节奏 */
@keyframes meteorAnimation3 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
    /* 保持轨迹长度 */
    box-shadow: 0 0 25px 6px rgba(255, 255, 255, 0.9),
      0 0 50px 12px rgba(255, 255, 255, 0.6),
      -240px 240px 0 0 rgba(255, 255, 255, 0.3),
      -480px 480px 0 0 rgba(255, 255, 255, 0.1);
  }

  100% {
    transform: translate(-600px, 600px);
    /* 向右下角移动 */
    opacity: 0;
    width: 2px;
    height: 2px;
  }
}

/* 定义太阳光圈发散动画 */
@keyframes sunAuraEffect {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* 新增历程 */
.about_new2_course {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(100px);
  position: relative;

  &>img {
    height: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }

  &.active {
    opacity: 1;
    transform: translateY(0px);
  }

  .swiper_1 {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-top: 70px;

    .swiper-slide {
      opacity: 0;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;

      &>.swiper_box {
        display: flex;
        justify-content: center;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        background-color: #fff;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px;
        overflow: hidden;

        &>img {
          width: 280px;
          height: 100%;
          object-fit: cover;
        }

        &>div {
          flex-grow: 1;
          padding: 23px 26px 0px 45px;

          h1 {
            font-size: 42px;
            font-weight: bold;
            font-family: hb;
            margin-bottom: 10px;

            span {
              font-size: 24px;
              font-weight: normal;
              margin-left: 10px;
              color: #333;
            }
          }

          p {
            font-size: 16px;
            line-height: 24px;
          }
        }
      }

      &.swiper-slide-active {
        opacity: 1;
      }
    }
  }

  .swiper_arrows,
  .swiper_arrows2 {
    width: 20px;
    height: 20px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 42px auto;
    cursor: pointer;
  }

  .swiper_arrows {
    transform: rotate(45deg);
  }

  .swiper_arrows2 {
    transform: rotate(-135deg);
  }

  .swiper_2 {
    width: calc(100% - 140px);
    height: 600px;
    overflow: hidden;
    margin: 0 auto;

    &>div {
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    }

    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      position: relative;
      cursor: pointer;
      margin: 0 auto;

      /* &::after {
        content: "";
        height: 2px;
        flex-grow: 1;
        background-color: #000;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      }

      &::before {
        content: "";
        height: 2px;
        flex-grow: 1;
        background-color: #000;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      } */
      &::before {
        content: "";
        height: 100%;
        width: 2px;
        background-color: #e1e1e1;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
      }

      &>h1 {
        font-size: 24px;
        font-family: hb;
        font-weight: normal;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        width: 88px;
        height: 88px;
        border-radius: 50%;
        text-align: center;
        line-height: 88px;
        color: #fff;
        background-color: #7a8084;
        position: relative;
      }

      &>p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 76px;
        position: absolute;
        top: 50%;
      }

      /* 单数项 - 从右侧延伸 */
      &:nth-child(odd)>p {
        left: 50%;
      }

      /* 双数项 - 从左侧延伸 */
      &:nth-child(even)>p {
        right: 50%;
      }

      &:hover {
        &>h1 {
          background-color: #0682c9;
        }

        &>p {
          color: #0682c9;
        }
      }

      /* &.active {
        width: 160px;
      }

      &.swiper-slide-active {
        &>h1 {
          font-size: 24px;
          font-weight: bold;
        }
      } */
    }
  }
}

.about_new2_history {
  padding: 0 70px;
}

@media (max-width: 1366px) {
  .about_new2_main {
    padding: 30px 32px 0px;
    column-gap: 24px;
  }

  .about_new2_history {
    padding: 0 32px;
  }

  .about_new2_course {


    .swiper_1 {
      margin-top: 32px;

      & .swiper-slide {
        &>.swiper_box {
          &>div {
            padding: 20px;
          }
        }
      }
    }

    .swiper_2 {
      width: calc(100% - 64px);
    }
  }

  .about_new_swiper .about_new_text_p {
    padding: 0 32px;
  }

  .about_new_text_p {
    margin-top: 32px;
  }

  .about_new_swiper .ah-swiper,
  .about_new_bottom {
    margin-top: 32px !important;
  }

  .about_new_top_bg {
    --boxWidth: 150px;
  }

  .about_new_main {
    padding: 0 32px;
  }

  .ss-list {
    width: 100% !important;
  }

  .ss-list ul li {
    width: 17.9% !important;
  }

  .ssl-pic {
    padding: 30px !important;
  }

  .ss-list ul li:nth-child(2),
  .ss-list ul li:nth-child(3) {
    margin-left: -1.5% !important;
  }

  .ss-list ul li:nth-child(4),
  .ss-list ul li:nth-child(5),
  .ss-list ul li:nth-child(6) {
    margin-left: -1.5% !important;
  }

  .ssl-img {
    height: 154px !important;
  }

  .ssl-pic {
    padding: 30px !important;
  }

  .ssl-pic p:nth-of-type(1) {
    font-size: 20px !important;
  }

  .ssl-pic p {
    font-size: 18px !important;
    line-height: 40px !important;
  }

  .ssl-pic span {
    font-size: 60px !important;
    right: 50px !important;
  }

  .stop-list ul li .stlist-div img {
    width: 73px !important;
  }

  .stlist-div .st-p {
    font-size: 20px !important;
  }

  .stlist-div p {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  .stop-list ul {
    padding-top: 20px !important;
  }

  .syd-img {
    height: 127px !important;
  }

  .index_trade_box {
    padding: 32px 0 !important;
  }

  .stlist-div {
    padding: 25px 20px !important;
    padding-top: 50px !important;
    height: 320px !important;
  }

  .about_new2_top {
    min-width: 600px;
    min-height: 450px;
  }

  .about_new2_text {
    padding-left: 664px !important;
    padding-right: 32px !important;
    font-size: 14px !important;
  }

  .about_new2_course {
    & .swiper_2 {
      & .swiper-slide {
        &:nth-child(odd)>p {
          padding: 0 32px 0 76px;
        }

        /* 双数项 - 从左侧延伸 */
        &:nth-child(even)>p {
          padding: 0 76px 0 32px;
        }

      }
    }
  }
}

@media (max-width: 1340px) {}

@media (max-width: 1240px) {
  .ssl-pic p:nth-of-type(1) {
    font-size: 18px !important;
  }

  .about_new_top_bg {
    --boxWidth: 140px;
  }
}

@media (max-width: 1000px) {
  .about_new2_top {
    & .text_list {
      li {
        padding: 0 20px;
      }

      h1 {
        font-size: 32px;
      }
    }
  }

  .about_new2_top_herder .head_top {

    a,
    .men-re {
      filter: brightness(1) invert(0);
    }
  }

  .about_new2_main {
    display: block;
    padding: 0;

    &>div {
      &>.box:nth-child(2) {
        margin-top: 0;
      }
    }

    .box {
      padding: 32px 20px;
      border-radius: 0px;
      height: auto !important;
    }
  }

  .about_new2_data {
    column-gap: 10px;

    &>li {
      h1 {
        font-size: 24px;
      }

      p {
        font-size: 14px;
        margin-top: 10px;
      }
    }

    &.active {
      height: 110px;
      padding-top: 0px;
    }
  }

  .about_new2_course {
    .swiper_2 {
      width: 100%;
    }
  }

  .about_new2_course {
    & .swiper_1 {
      height: 460px;

      & .swiper-slide {
        &>.swiper_box {
          display: block;

          &>img {
            width: 100%;
            height: 240px;
            display: block;
          }
        }
      }
    }
  }

  .about_new_top_bg {
    height: 448px !important;

    &>div {
      display: none;
    }
  }

  .about_new_top {
    height: 448px;
    padding-top: 150px;
  }

  .stop-list ul li .stlist-div img {
    width: 50px !important;
  }

  .stop-list ul li:nth-child(2) .stlist-div img {
    width: 35px !important;
  }

  .stop-list ul li:nth-child(4) .stlist-div img {
    width: 38px !important;
  }

  .stlist-div {
    padding: 10px !important;
    padding-top: 0px !important;
    height: auto !important;
  }

  .stlist-div .st-p {
    margin-top: 10px !important;
  }

  .about_new_main {
    padding: 0 20px;
  }

  .stop-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .stop-list ul li {
    width: 33.33333% !important;
    float: none !important;
    text-align: center;
    margin-top: 10px;
  }

  .about_new_text .stop-list {
    margin-top: 0 !important;
  }

  .ss-list ul li {
    width: 50% !important;
  }

  .ssl-img {
    background-color: #0682c9;

    img {
      display: none !important;
    }
  }

  .ss-list ul {
    border-radius: 28px !important;
  }

  .ssl-pic {
    padding: 10px !important;
  }

  .ss-list ul li:nth-child(2),
  .ss-list ul li:nth-child(3) {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .ss-list ul li:nth-child(4),
  .ss-list ul li:nth-child(5),
  .ss-list ul li:nth-child(6) {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .ss-list ul li:nth-child(1) {
    border-radius: 0 !important;
  }

  .ss-list ul li:nth-child(6) {
    border-radius: 0 !important;
  }

  .ss-list ul::after {
    content: "";
    /* 防止float导致的样式问题 - 清除浮动 */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }

  .ssl-pic span {
    font-size: 50px !important;
    right: 20px !important;
    bottom: 10px !important;
  }

  .sy-list ul {
    width: calc(100% + 40px) !important;
    margin-left: -20px !important;
  }

  .sy-list ul {
    float: none !important;
    display: flex;
    align-items: center;
    overflow: auto;
    column-gap: 20px;
    padding: 20px !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::after {
      content: "";
      min-width: 20px;
      height: 100%;
      display: block;
    }

    li {
      flex-shrink: 0 !important;
      width: 50% !important;
      padding: 0px !important;
    }
  }

  .index_trade_box {
    padding: 0 !important;
  }

  .index_trade {
    background-color: transparent !important;
    padding: 20px 15px !important;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .index_trade .ind_box {
    width: calc(50% - 10px) !important;
    margin: 5px !important;
    box-sizing: border-box !important;
  }

  .index_trade>div {
    height: 78px !important;
  }

  .index_trade .ind_box_hover1 {
    transform: scale(1) !important;
  }

  .ind_box_hover1 {
    opacity: 1 !important;
  }

  .ind_background {
    background: #fff !important;
    opacity: 1 !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px !important;
  }

  .ind_neon {
    filter: brightness(0) invert(0) !important;
    opacity: 0.1 !important;
  }

  .it_icon {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
    margin-bottom: 5px !important;
  }

  .it_title {
    font-size: 14px !important;
  }

  .ind_neon::after {
    border-radius: 10px !important;
  }

  .service_new_logos {
    .service_new_logos_box {
      padding: 32px 20px !important;
    }
  }

  .index_evaluate_box {
    padding: 20px !important;
    font-size: 14px !important;
  }

  .index_evaluate_box>div>p {
    line-height: 28px !important;
  }

  .index_evaluate {
    padding: 0 !important;
  }

  .index_evaluate>div::after,
  .index_evaluate>div::before {
    display: none !important;
  }

  .about_new_text {
    &.active {

      &::after,
      &::before {
        display: none;
      }
    }
  }

  .about_new_text {
    &.active {

      &>.left,
      &>.right {
        display: none;
      }
    }
  }

  .about_new_text_list {
    margin: 20px auto;
    max-width: 100%;
  }

  .server.now ul li:nth-child(3) {
    margin-bottom: 0 !important;
  }

  .products_new .product-box {
    padding: 20px !important;
    margin-top: 70px !important;
  }

  .person_new_items {
    display: block !important;
  }

  .person_new_items .tab-nav {
    margin-top: 32px !important;
    column-gap: 10px !important;
  }

  .person_new_items .tab-nav p {
    flex-grow: 1 !important;
    line-height: 32px !important;
  }

  .tabs ol {
    margin-top: 0px !important;
  }

  .tabs ol>li h3 {
    margin-bottom: 20px !important;
  }

  .about-txt {
    margin-top: 32px;
    padding-bottom: 32px;
  }

  .ab-c {
    padding: 0px 20px;
  }

  .ha-list {
    width: 100% !important;
  }

  .h-list ul li {
    width: 33.3333% !important;
  }

  .h-img {
    width: 30px !important;
  }

  .h-list ul li:nth-child(2) .h-img {
    width: 25px !important;
  }

  .h-list ul li:nth-child(3) .h-img {
    width: 30px !important;
  }

  .about_phone {
    display: block !important;
  }

  .about_new_video {
    display: none;
  }

  .about_new2_top_box {
    height: 100vh;

    .about_new2_top {
      min-width: 0%;
      min-height: 0%;

      &.active {
        border-radius: 0;
      }
    }

    .about_new2_top_box_item {
      display: none !important;
    }
  }

  .about_new2_main {
    &>div {
      height: 400px;
      border-radius: 0;

      &>div {
        &>p {
          height: 80px;
        }
      }
    }
  }

  .about_new2_course {
    & .swiper_2 {
      height: 500px;

      & .swiper-slide {
        &>p {
          font-size: 14px;
        }

        &>h1 {
          font-size: 18px;
          width: 68px;
          height: 68px;
          line-height: 68px;
        }

        &:nth-child(odd)>p {
          padding: 0 20px 0 56px;
        }

        &:nth-child(even)>p {
          padding: 0 56px 0 20px;
        }
      }
    }
  }
}

.about_phone {
  display: none;
}

.about_new_video {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 70px 70px 0px;

  &>video {
    border-radius: 20px;
  }
}