.index_section {
  height: calc(100vh + 1200px);
  position: relative;
}
.index_section .wrap {
  width: 100%;
  height: 100vh;
}
.index_section .swiper {
  width: 100%;
  height: 100%;
}
.index_section .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_section .swiper .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 2s;
}
.index_section .swiper .swiper-slide .content {
  width: 100%;
  padding: 0 15.10416667vw;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: 1s;
}
.index_section .swiper .swiper-slide .content .english {
  font-size: 2.8125vw;
  font-family: "ITCAVANTGARDESTD-MD", sans-serif !important;
  color: #fff;
  line-height: 3.125vw;
  margin: 0 0 31px;
}
.index_section .swiper .swiper-slide .content .english p div {
  transition: 1s;
}
.index_section .swiper .swiper-slide .content .english span {
  color: #F37F02;
}
.index_section .swiper .swiper-slide .content .text {
  font-size: 1.82291667vw;
  color: #fff;
  margin: 0 0 81px;
}
.index_section .swiper .swiper-slide .content .text div {
  transition: 1s;
}
.index_section .swiper .swiper-slide .content .more {
  width: fit-content;
  display: flex;
  align-items: center;
  transition: 0.7s;
  transform: translateY(20px);
  opacity: 0;
}
.index_section .swiper .swiper-slide .content .more .pick {
  width: 120px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  font-family: "PingFang SC", sans-serif;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  transition: 0.7s;
}
.index_section .swiper .swiper-slide .content .more .circle {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}
.index_section .swiper .swiper-slide .content .more .circle .iconfont {
  color: #fff;
  font-size: 16px;
  transition: 0.7s;
}
.index_section .swiper .swiper-slide .content .more:hover .pick {
  background: #fff;
  color: #EB6614;
  transform: translateX(-40px);
}
.index_section .swiper .swiper-slide .content .more:hover .circle {
  background: #fff;
  transform: translateX(120px);
}
.index_section .swiper .swiper-slide .content .more:hover .circle .iconfont {
  color: #EB6614;
  transform: rotate(0deg);
}
.index_section .swiper .swiper-slide.swiper-slide-active .content .more {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.index_section .swiper .swiper-slide.on .content .english p div {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.index_section .swiper .swiper-slide.on .content .text div {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.index_section .swiper .swiper-slide.unset .content .english p div {
  transition-delay: 0.1s !important;
}
.index_section .swiper .swiper-slide.unset .content .text div {
  transition-delay: 0.1s !important;
}
.index_section .index_other {
  position: absolute;
  z-index: 5;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 0 60px 0 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: 0.7s;
}
.index_section .index_other .tel {
  font-size: 28px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}
.index_section .index_other .index_scroll {
  display: flex;
  align-items: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.index_section .index_other .index_scroll p {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "ITCAVANTGARDESTD-BK", sans-serif !important;
  margin: 0 8px 0 0;
}
.index_section .index_other .index_scroll .border {
  width: 23px;
  height: 36px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  display: flex;
  justify-content: center;
}
.index_section .index_other .index_scroll .border div {
  width: 2px;
  height: 9px;
  background: #FFFFFF;
  margin: 6px 0 0 0;
}
.index_section .index_pagination {
  position: absolute;
  z-index: 5;
  left: 71px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.6s;
  display: none;
}
.index_section .index_pagination p {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "ITCAVANTGARDESTD-BK", sans-serif !important;
}
.index_section .index_pagination p:last-child {
  opacity: 0.23;
}
.index_section .index_pagination .line {
  width: 1px;
  height: 140px;
  background: rgba(255, 255, 255, 0.1);
  margin: 20px auto;
  position: relative;
}
.index_section .index_pagination .line div {
  width: 1px;
  height: 100%;
  background: #EA5E09;
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
  top: 0;
  left: 0;
}
.index_section .index_pagination .line div.on {
  animation: index_pagination_line 11s linear forwards;
}
.index_section.start .index_other,
.index_section.start .index_pagination {
  opacity: 1;
}
.index_section.start .swiper .swiper-slide .content {
  opacity: 1;
}
.index_about {
  height: 500vh;
  overflow: unset!important;
  position: relative;
}
.index_about .wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_about .wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  border-radius: 50px;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1s;
}
.index_about .wrap .bg.on {
  transform: scale(1);
  border-radius: 0;
}
.index_about .wrap .content {
  width: 52.08333333vw;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_about .wrap .content .images {
  width: 22.91666667vw;
  transform: translate(0px, 1300px) skew(-10deg, 0deg);
  position: relative;
  z-index: 56;
}
.index_about .wrap .content .images img {
  width: 100%;
  height: 100%;
}
.index_about .wrap .content .images .images_color {
  background: #fff;
}
.index_about .wrap .content .right {
  width: 25.72916667vw;
  position: relative;
}
.index_about .wrap .content .right .english {
  font-size: 24px;
  font-family: "ITCAVANTGARDESTD-MD", sans-serif !important;
  margin: 0 0 40px;
  transform: translate(44%, 510%) scale(2.3);
  width: fit-content;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  --tw-gradient-stops: #FF1800, #FFD800;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.index_about .wrap .content .right .title {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 95px;
  transform: translate(0px, 1300px) skew(-10deg, 0deg);
}
.index_about .wrap .content .right .text {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 36px;
  transform: translate(0px, 1300px) skew(-10deg, 0deg);
}
.index_about .wrap .content .right .more {
  width: 48px;
  height: 48px;
  background: #EA5E09;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -140px;
}
.index_about .wrap .content .right .more .iconfont {
  color: #FFFFFF;
  font-size: 24px;
  transition: 0.7s;
}
.index_about .wrap .content .right .more:hover .iconfont {
  transform: rotate(-45deg);
}
.index_business {
  position: relative;
  z-index: 99;
  margin-top: -40vh;
  overflow: unset !important;
}
.index_business .fix {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_business .fix .joke {
  width: 100%;
}
.index_business .fix .top {
  width: 53.85416667vw;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.index_business .fix .top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index_business .fix .top .wrap .matter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index_business .fix .top .wrap .matter .l {
  width: 26.19791667vw;
  margin: 0 110px 0 0;
  position: relative;
}
.index_business .fix .top .wrap .matter .l .l_list:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.index_business .fix .top .wrap .matter .l .english {
  font-size: 24px;
  font-family: "ITCAVANTGARDESTD-MD", sans-serif !important;
  width: fit-content;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  --tw-gradient-stops: #FF1800, #FFD800;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  margin: 0 0 40px;
  text-transform: uppercase;
  transform: translate(24.5vw, 24.5vh) scale(2.6);
}
.index_business .fix .top .wrap .matter .l .title {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  color: #002FA7;
  margin: 0 0 28px;
  transform: translate(0px, 1300px) skew(-10deg, 0deg);
}
.index_business .fix .top .wrap .matter .l .headline {
  font-size: 26px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  color: #002FA7;
  margin: 0 0 93px;
  transform: translate(0px, 1300px) skew(-10deg, 0deg);
}
.index_business .fix .top .wrap .matter .l .text {
  font-size: 18px;
  font-weight: 200;
  font-family: "PingFang SC", sans-serif;
  color: #333;
  line-height: 36px;
  transform: translate(0px, 1300px) skew(-10deg, 0deg);
}
.index_business .fix .top .wrap .matter .images {
  width: 21.92708333vw;
  transform: translate(0px, 1300px) skew(-10deg, 0deg);
  position: relative;
  overflow: hidden;
}
.index_business .fix .top .wrap .matter .images img {
  width: 100%;
}
.index_business .fix .top .wrap .matter .images img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.index_business .fix .top .wrap .matter .more {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -210px;
  bottom: 0;
  transition: 0.6s;
  opacity: 0;
  z-index: 12;
}
.index_business .fix .top .wrap .matter .more:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(234deg, #002FA7, #0066FF);
  border-radius: 50%;
  z-index: -1;
  animation: rote 2s linear infinite;
  animation-play-state: paused;
}
.index_business .fix .top .wrap .matter .more .iconfont {
  color: #FFFFFF;
  font-size: 24px;
  transition: 0.7s;
}
.index_business .fix .top .wrap .matter .more:hover .iconfont {
  transform: rotate(-45deg);
}
.index_business .fix .top .wrap .matter .more:hover:after {
  animation-play-state: unset;
}
.index_business .fix .top .wrap .matter.on {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.6s;
}
.index_business .fix .bottom {
  margin: 77px 0 0 0;
  position: relative;
  z-index: 9999;
}
.index_business .fix .bottom .content {
  width: 53.85416667vw;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
  display: flex;
}
.index_business .fix .bottom .content .joke {
  display: flex;
  width: fit-content;
}
.index_business .fix .bottom .content .joke .item .list {
  font-size: 18px;
  font-weight: 500;
  color: #002FA7;
  opacity: 0.3;
  white-space: nowrap;
  transition: 0.6s;
  font-family: "PingFang SC", sans-serif;
  height: 25px;
  display: block;
  margin: 0 0 11px;
}
.index_business .fix .bottom .content .joke .item .list.on {
  opacity: 1;
}
.index_business .fix .bottom .content .joke .item .img {
  width: 16.5625vw;
  margin: 0 23px 0 0;
}
.index_business .fix .bottom .content .joke .item .img img {
  opacity: 0.3;
}
.index_business .fix .bottom .content .joke .item .img.on img {
  opacity: 1;
}
.index_business .fix.on .top .wrap .more {
  opacity: 1;
}
.index_business .fix.on .bottom .content {
  opacity: 1;
  transform: translateY(0);
}
.index_news {
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: -100vh;
  transform: translateX(100%);
}
.index_news .wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_news .wrap .fix {
  width: 53.85416667vw;
  position: relative;
  z-index: 1;
}
.index_news .wrap .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.8);
  overflow: hidden;
}
.index_news .wrap .bg img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.index_news .wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_news .wrap .top .title .english {
  font-size: 24px;
  font-family: "ITCAVANTGARDESTD-MD", sans-serif !important;
  width: fit-content;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  --tw-gradient-stops: #FF1800, #FFD800;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  margin: 0 0 30px;
  text-transform: uppercase;
  transform: translate(25.5vw, 32.5vh) scale(2.6);
}
.index_news .wrap .top .title .headline {
  font-size: 26px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  transform: translate(0px, 1300px) skew(-10deg, 0deg);
}
.index_news .wrap .top .top_right{
  display: flex;
  align-items: center;
}
.index_news .wrap .top .top_right p{
  font-size: 16px;
  color: #fff;
  margin: 0 16px 0 0;
}
.index_news .wrap .top .more {
  width: 48px;
  height: 48px;
  background: #EA5E09;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_news .wrap .top .more .iconfont {
  color: #FFFFFF;
  font-size: 24px;
  transition: 0.7s;
}
.index_news .wrap .top .top_right:hover .more .iconfont {
  transform: rotate(-45deg);
}
.index_news .wrap .bottom {
  margin: 70px 0 0 0;
}
.index_news .wrap .bottom .item {
  height: 232px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index_news .wrap .bottom .item .l {
  display: flex;
}
.index_news .wrap .bottom .item .l .num {
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 49px 0 0;
}
.index_news .wrap .bottom .item .l .num p {
  font-size: 13px;
  margin: 0px 3px 0 0;
  display: inline-block;
  position: relative;
  top: -1px;
}
.index_news .wrap .bottom .item .l .text {
  width: 293px;
  height: 44px;
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
}
.index_news .wrap .bottom .item .pick {
  width: 331px;
  font-size: 14px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_news .wrap .bottom .item .pick img{
  height: 173px;
  width: 100%;
  object-fit: cover;
}
body:after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 1px;
  background: red;
  z-index: 99999;
  display: none;
}
body:before {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100px;
  background: red;
  z-index: 99999;
  display: none;
}
.c-services #c-services-canvas {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.c-services__img-plane {
  position: absolute;
  width: 19.16666667vw;
  height: 12.1875vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.c-services__img-plane img:not(:first-child) {
  height: 160px;
}
.index_guide {
  width: 100%;
  height: 50vh;
  z-index: 997;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.index_guide .wrap_joke {
  height: 50vh;
  width: 100%;
  position: relative;
}
.index_guide .top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  clip-path: inset(0 0 0 0);
}
.index_guide .top .position {
  position: relative;
  left: 23.95833333vw !important;
}
.index_guide .top .english {
  font-size: 2.8125vw;
  font-family: "ITCAVANTGARDESTD-MD", sans-serif !important;
  color: #002FA7;
  line-height: 3.125vw;
  margin: 0 0 31px;
}
.index_guide .top .english span {
  color: #F37F02;
}
.index_guide .top .english p div {
  transition: 1s;
}
.index_guide .top .text {
  font-size: 1.82291667vw;
  color: #002FA7;
  margin: 0 0 81px;
}
.index_guide .top .text div {
  transition: 1s;
}
.index_guide .position_scroll {
  display: flex;
  align-items: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  position: absolute;
  z-index: 2;
  right: 60px;
  transition: 1s;
}
.index_guide .position_scroll p {
  font-size: 16px;
  color: #002FA7;
  font-family: "ITCAVANTGARDESTD-BK", sans-serif !important;
  margin: 0 8px 0 0;
}
.index_guide .position_scroll .border {
  width: 23px;
  height: 36px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #002FA7;
  border-radius: 12px;
  display: flex;
  justify-content: center;
}
.index_guide .position_scroll .border div {
  width: 2px;
  height: 9px;
  background: #002FA7;
  margin: 6px 0 0 0;
}
.index_guide.text_animate .top .english p div {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.index_guide.text_animate .top .text div {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.index_guide.hide_on .position_scroll {
  opacity: 0;
  transform: translateY(-20px);
}
.index_guide.hide_on .top .english p div {
  opacity: 0 !important;
  transform: translateX(10px) !important;
  transition-delay: unset !important;
}
.index_guide.hide_on .top .text div {
  opacity: 0 !important;
  transform: translateX(10px) !important;
  transition-delay: unset !important;
}
.index_guide.hide_on .picture {
  clip-path: inset(0% 0% 0% 0%);
  transition-delay: 0.5s;
}
.index_layout {
  padding: 161px 0 80px 0;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  z-index: 999;
  background: #fff;
}
.index_layout .wrap {
  width: 97.5vw;
}
.index_layout .title {
  font-size: 40px;
  font-weight: 500;
  color: #002FA7;
  margin: 0 0 67px;
  position: relative;
  left: 8.80208333vw;
}
.index_layout .content .map {
  width: 100%;
  position: relative;
}
.index_layout .content .map .big {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  opacity: 0;
  transition: 1s;
}
.index_layout .content .map .big .matter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: 1s;
}
.index_layout .content .map .big .matter .jump {
  width: fit-content;
  margin: auto;
  position: relative;
}
.index_layout .content .map .big .matter .jump img {
  transition: 1s;
  transform: translateY(20px);
  opacity: 0;
}
.index_layout .content .map .big .matter .jump .point {
  position: absolute;
  top: 19.84375vw;
  left: 31.30208333vw;
  display: flex;
}
.index_layout .content .map .big .matter .jump .point .line {
  width: 78px;
  height: 41px;
  margin: 0 8px 0 0;
  position: relative;
}
.index_layout .content .map .big .matter .jump .point .line:after {
  content: '';
  position: absolute;
  top: 19px;
  left: -4px;
  width: 72%;
  height: 2px;
  background: #F36413;
  transform: rotate(-45deg);
  transition: 0.6s;
  clip-path: inset(0 100% 0 0);
}
.index_layout .content .map .big .matter .jump .point .line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 44px;
  width: 45%;
  height: 2px;
  background: #F36413;
  transition: 0.6s;
  clip-path: inset(0 100% 0 0);
}
.index_layout .content .map .big .matter .jump .point p {
  font-size: 22px;
  font-weight: bold;
  color: #F36413;
  white-space: nowrap;
  position: relative;
  top: -15px;
  transition: 0.6s;
  opacity: 0;
}
.index_layout .content .map .big .matter .clone {
  width: 39px;
  height: 39px;
  border: 2px solid #F36413;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 135px;
  top: -200px;
  border-radius: 50%;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 9;
  transition: 0.6s;
}
.index_layout .content .map .big .matter .clone:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #F36413;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s;
}
.index_layout .content .map .big .matter .clone:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #F36413;
  transition: 0.6s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.index_layout .content .map .big .matter .clone:hover {
  border: 2px solid transparent;
  background: #F36413;
}
.index_layout .content .map .big .matter .clone:hover:after,
.index_layout .content .map .big .matter .clone:hover:before {
  background: #fff;
}
.index_layout .content .map .big .matter.on {
  opacity: 1;
  pointer-events: auto;
}
.index_layout .content .map .big .matter.on .jump img {
  opacity: 1;
  transform: translateY(0);
}
.index_layout .content .map .big .matter.on .jump .point .line:after {
  clip-path: inset(0 0% 0 0);
  transition-delay: 0.5s;
}
.index_layout .content .map .big .matter.on .jump .point .line:before {
  clip-path: inset(0 0% 0 0);
  transition-delay: 1s;
}
.index_layout .content .map .big .matter.on .jump .point p {
  opacity: 1;
  transition-delay: 1.5s;
}
.index_layout .content .map .big .matter:nth-child(1) .point {
  flex-direction: row-reverse;
  top: 15.41666667vw;
  left: -370px;
}
.index_layout .content .map .big .matter:nth-child(1) .point .line {
  transform: rotateY(180deg);
}
.index_layout .content .map .big .matter:nth-child(1) .point p {
  position: relative;
  left: -20px;
}
.index_layout .content .map .big .matter:nth-child(1) .jump > img {
  width: 42.9167vw;
}
.index_layout .content .map .big .matter:nth-child(2) .point {
  top: 19.84375vw;
  left: 31.30208333vw;
}
.index_layout .content .map .big .matter:nth-child(2) .jump > img {
  width: 42.9167vw;
}
.index_layout .content .map .big.on {
  opacity: 1;
}
.index_layout .content .map .bg {
  width: 100%;
}
.index_layout .content .map .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_layout .content .map .position .point {
  position: absolute;
  cursor: pointer;
}
.index_layout .content .map .position .point .circle {
  width: 25px;
  height: 25px;
  background: #004AC8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_layout .content .map .position .point .circle div {
  width: 9px;
  height: 9px;
  background: #FFFFFF;
  border-radius: 50%;
}
.index_layout .content .map .position .point p {
  position: absolute;
  font-size: 18px;
  color: #004AC8;
  white-space: nowrap;
  font-weight: bold;
  left: 140%;
  top: 0;
}
.index_layout .content .map .position .point > p {
  opacity: 0;
  pointer-events: none;
  transition: 1s;
  transform: translateY(5px);
}
.index_layout .content .map .position .point:hover > p {
  opacity: 1;
  transform: translateY(0);
}
.index_layout .content .map .position .point.point_1 {
  top: 189px;
  left: 312px;
}
.index_layout .content .map .position .point.point_1 p {
  left: 140%;
  top: -10px;
}
.index_layout .content .map .position .point.point_2 {
  top: 346px;
  left: 293px;
}
.index_layout .content .map .position .point.point_2 p {
  left: 140%;
  top: 0;
}
.index_layout .content .map .position .point.point_3 {
  top: 186px;
  left: 806px;
}
.index_layout .content .map .position .point.point_3 p {
  left: -150%;
  top: -5px;
}
.index_layout .content .map .position .point.point_4 {
  top: 258px;
  left: 807px;
}
.index_layout .content .map .position .point.point_4 p {
  left: -160%;
  top: 24px;
}
.index_layout .content .map .position .point.point_5 {
  top: 218px;
  left: 837px;
}
.index_layout .content .map .position .point.point_5 p {
  left: -150%;
  top: 0;
}
.index_layout .content .map .position .point.point_6 {
  top: 196px;
  left: 876px;
}
.index_layout .content .map .position .point.point_6 p {
  left: -170%;
  top: -14px;
}
.index_layout .content .map .position .point.point_7 {
  top: 248px;
  left: 897px;
}
.index_layout .content .map .position .point.point_7 p {
  left: -60%;
  top: 25px;
}
.index_layout .content .map .position .point.point_8 {
  top: 179px;
  left: 905px;
}
.index_layout .content .map .position .point.point_8 p {
  left: -100%;
  top: -22px;
}
.index_layout .content .map .position .point.point_9 {
  top: 127px;
  left: 920px;
}
.index_layout .content .map .position .point.point_9 p {
  left: 70%;
  top: -15px;
}
.index_layout .content .map .position .point.point_10 {
  top: 197px;
  left: 928px;
}
.index_layout .content .map .position .point.point_10 p {
  left: 90%;
  top: 15px;
}
.index_layout .content .map .position .point.point_11 {
  top: 167px;
  left: 958px;
}
.index_layout .content .map .position .point.point_11 p {
  left: 100%;
  top: -15px;
}
.index_layout .content .map .position .point.point_12 {
  top: 257px;
  left: 990px;
}
.index_layout .content .map .position .point.point_12 p {
  left: 110%;
  top: 3px;
}
.index_layout .content .map .position .point.point_12 .circle {
  background: linear-gradient(90deg, #0036BF, #00AAFF);
  box-shadow: 1px 1px 2px 0px rgba(0, 76, 203, 0.25);
  border-radius: 50%;
}
.index_layout .content .map .position .point.point_13 {
  top: 329px;
  left: 1100px;
}
.index_layout .content .map .position .point.point_14 {
  top: 438px;
  left: 1380px;
}
.index_layout .content .map .position .point.point_15 {
  top: 255px;
  left: 1552px;
}
.index_layout .content .map .position .point.point_16 {
  top: 551px;
  left: 1572px;
}
.index_layout .content .map .position .point.point_17 {
  top: 249px;
  left: 208px;
}
.index_layout .content .map .position .point.point_18 {
  top: 315px;
  left: 1432px;
}
.index_layout .content .map .position .point.color {
  z-index: 1;
}
.index_layout .content .map .position .point.color:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F35C02;
  opacity: 0.5;
  border-radius: 50%;
  animation: 2s scale_circle linear infinite;
  pointer-events: none;
  z-index: -1;
}
.index_layout .content .map .position .point.color:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F35C02;
  opacity: 0.5;
  border-radius: 50%;
  animation: 2s scale_circle linear infinite;
  pointer-events: none;
  z-index: -1;
  animation-delay: 1s;
}
.index_layout .content .map .position .point.color .circle {
  background: #F35C02;
}
.index_layout .content .map .position .point.color .other {
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  align-items: center;
}
.index_layout .content .map .position .point.color .other .display {
  display: none;
  align-items: center;
}
.index_layout .content .map .position .point.color .other .display div:first-child {
  width: 67px;
  height: 1px;
  background: #F35C02;
  transition: 0.6s;
  transform: scaleX(0);
  transform-origin: left;
}
.index_layout .content .map .position .point.color .other .display div:nth-child(2) {
  width: 5px;
  height: 5px;
  background: #F36413;
  border-radius: 50%;
  transition: 0.6s;
  opacity: 0;
}
.index_layout .content .map .position .point.color .other p {
  color: #F35C02;
  position: static;
  margin: 0 0 0 27px;
  transition: 1s;
}
.index_layout .content .map .position .point.color:hover .other .display div:first-child {
  transform: scaleX(1);
  transition-delay: unset;
  display: none;
}
.index_layout .content .map .position .point.color:hover .other .display div:nth-child(2) {
  opacity: 1;
  transition-delay: 0.5s;
  display: none;

}
.index_layout .content .map .position .point.color:hover .other p {
  opacity: 1;
  transition-delay: 0.6s;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  clip-path: inset(0 0 0 0);
  z-index: 999999999999999999;
}
.loading .overlay-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: block;
}
.loading .overlay-nav .overlay-nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.loading .overlay-nav .overlay-nav_bg .overlay-nav_path {
  fill: #fff;
}
.loading .fist {
  text-align: center;
  position: relative;
  z-index: 40;
  transition: 1s;
  transform: scale(1.15);
}
.loading .fist .circle {
  width: 300px;
  height: 300px;
  border: 1px solid rgba(0, 47, 167, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: 0.6s;
}
.loading .fist .circle .scale {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 6s linear;
}
.loading .fist .circle .scale img {
  opacity: 0;
  transition: 0.6s;
}
.loading .fist .circle .scale img {
  width: 100%;
  height: 100%;
}
.loading .fist .circle .img {
  display: flex;
  align-items: center;
  width: 234px;
  height: 76px;
  position: relative;
  left: 75px;
  top: -8px;
}
.loading .fist .circle .img img {
  max-height: 100%;
}
.loading .fist .circle .img img.load_1 {
  transform: scale(1.3);
  opacity: 0;
}
.loading .fist .circle .img img.load_2 {
  width: 120px;
  margin: 13px 0 0 12px;
  opacity: 0;
}
.loading .fist .circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 123%;
  height: 123%;
  transition: 0.6s;
}
.loading .fist .circle svg .path-loop {
  stroke-dashoffset: 157px;
  fill: none;
  stroke: #002FA7;
  stroke-miterlimit: 10;
  stroke-width: 0.3px;
}
.loading .fist .circle .rote {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loading .fist .circle .rote div {
  width: 8px;
  height: 8px;
  background: #002FA7;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s;
}
.loading .fist .num {
  font-size: 16px;
  font-family: PingFang SC r;
  font-weight: 400;
  color: #002FA7;
  margin: 25px 0 0 0;
  transition: 0.6s;
}
.loading .fist.on .circle {
  border: 1px solid transparent;
}
.loading .fist.on .circle svg {
  opacity: 0;
}
.loading .fist.on .circle .rote div {
  opacity: 0;
}
.loading .fist.on .circle .img img.load_1 {
  transform: scale(1) translateX(-65px);
  transition-delay: 0.5s;
}
.loading .fist.on .circle .img img.load_2 {
  opacity: 1;
  transform: translateX(-65px);
  transition-delay: 0.6s;
}
.loading .fist.on .circle .scale {
  transform: translate(-50%, -50%) scale(50);
  transition-delay: 1.2s;
}
.loading .fist.on .circle .scale img {
  opacity: 1;
  transition-delay: 1.2s;
}
.loading .fist.on .num {
  opacity: 0;
}
.loading.on {
  pointer-events: none;
}
.loading.on .fist {
  opacity: 0;
}
@keyframes rote {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes scale_circle {
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
@media screen and (max-width: 1871px) {
  .index_about .wrap .content .right .title{
    font-size: 37px;
  }
  .index_about .wrap .content,.index_business .fix .top {
    width: 54.083333vw;
  }
  .index_layout .content .map .position .point .circle{
    width: 1.30208333333333vw;
    height: 1.30208333333333vw;
  }
  .index_layout .content .map .position .point .circle div{
    width: 0.46875vw;
    height: 0.46875vw;
  }
}
@media screen and (max-width: 1727px) {
  .index_about .wrap .content .right .title{
    font-size: 33px;
  }
}
@media screen and (max-width: 1550px) {
  .index_about .wrap .content .right{
    width: 48%;
  }

}
@media screen and (max-width: 1540px) {
  .index_about .wrap .content .right .title{
    margin: 0 0 76px;
  }
  .index_about .wrap .content .right .text{
    font-size: 16px;
  }
  .index_about .wrap .content .images {
    width: 44%;
    margin: 0 50px 0 0;
  }
  .index_about .wrap .content{
    justify-content: center;
  }
  .index_about .wrap .content,.index_business .fix .top {
    width: 59.083333vw;
  }
  .index_business .fix .top .wrap{
    justify-content: center;
  }
  .index_business .fix .top .wrap .matter .images{
    width: 44%;
    margin: 0 0 0 50px;
  }
  .index_business .fix .top .wrap .matter .l .text{
    font-size: 16px;
  }
  .index_business .fix .top .wrap .matter .l .headline{
    font-size: 24px;
    margin: 0 0 54px;
  }
  .index_business .fix .top .wrap .matter .l .title{
    font-size: 36px;
  }
  .index_business .fix .top .wrap .matter .l {
    width: 50%;
    margin: 0 32px 0 0;
  }
  .index_news .wrap .fix{
    width: 65%;
  }
}
@media screen and (max-width: 1440px) {
  .index_about .wrap .content,.index_business .fix .top  {
    width: 61.083333vw;
  }
  .index_business .fix .top .wrap .matter .l .headline{
    font-size: 19px;
    margin: 0 0 71px;
  }
}



@media screen and (max-width: 1320px) {
  .index_news .wrap .fix {
    width: 70%;
  }
  .index_news .wrap .bottom .item .pick{
    width: 36%;
  }
}
@media screen and (max-width: 1310px) {
  .index_about .wrap .content,.index_business .fix .top  {
    width: 70.083333vw;
  }
}

@media screen and (max-width: 1180px) {
  .index_about .wrap .content,.index_business .fix .top  {
    width: 80.083333vw;
  }
}


@media screen and (max-width: 1036px) {
  .index_about .wrap .content,.index_business .fix .top  {
    width: 85.083333vw;
  }
}

@media screen and (max-width: 1023px) {
  .index_section .swiper .swiper-slide .content{
    top: 173px;
  }
  .index_section .swiper .swiper-slide .content .english{
    font-size: 33px;
    line-height: 1.3;
  }
  .index_section .swiper .swiper-slide .content .english p div,.index_section .swiper .swiper-slide .content .text div{
    transition-delay: unset!important;
  }
  .index_section .swiper .swiper-slide .content{
    opacity: 1;
    padding: 0 5%;
  }
  .index_section .swiper .swiper-slide .content .text{
    font-size: 16px;
  }
  .index_section .swiper .swiper-slide .content .more .pick{
    font-size: 13px;
  }
  .index_section{
    height: auto;
  }
  .index_about .wrap .bg{
    transform: scale(1);
    border-radius: 0;
  }
  .index_about{
    height: auto!important;
  }
  .index_about .wrap{
    flex-direction: column;
    justify-content: unset;
    padding: 60px 0;
    height: auto;
  }
  .index_about .wrap .content{
    flex-direction: column;
    width: 90%;
    margin: auto;
  }
  .index_about .wrap .content .images{
    width: 100%;
    transform: none;
    margin: 0 0 20px;
  }
  .index_about .wrap .content, .index_business .fix .top{
    width: 90%;
  }
  .index_about .wrap .content .right {
    width: 100%;
  }
  .index_business{
    margin-top: 0;
  }
  .index_about .wrap .content .right .english{
    transform: none;
    font-size: 16px;
    margin: 0 0 10px;
  }
  .index_about .wrap .content .right .title{
    font-size: 24px;
    transform: none;
    margin: 0 0 35px;
  }
  .index_about .wrap .content .right .more{
    position: static;
    margin: 30px 0 0 0;
    width: 45px;
    height: 45px;
  }


  .index_about .wrap .content .right .text{
    transform: none;
    font-size: 13px;
    line-height: 30px;
  }
  .index_section .swiper .swiper-slide .bg{
    width: 188.6608015640274vw;
    transform: translateX(-76.73509286412512vw);
  }
  .index_business .fix{
    display: none;
  }
  .index_business{
    height: auto!important;
    padding: 30px 0 60px 0;
  }

  .index_business .sj_fix{
    display: block!important;
    width: 90%;
    margin: auto;
  }
  .index_business .sj_fix .matter:not(:last-child) {
    margin: 0 0 77px;
  }
  .index_business .sj_fix .matter .l{
    width: 100%;
  }
  .index_business .sj_fix .matter .l .english{
    font-size: 16px;
    font-family: "ITCAVANTGARDESTD-MD", sans-serif !important;
    width: fit-content;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    --tw-gradient-stops: #FF1800, #FFD800;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  .index_business .sj_fix .matter .l .title{
    font-size: 24px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    color: #002FA7;
    margin: 0 0 28px;
  }
  .index_business .sj_fix .matter .l .headline{
    font-size: 13px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    color: #002FA7;
    margin: 0 0 30px;
    line-height: 24px;
  }
  .index_business .sj_fix .matter .img{
    width: 100%;
    margin: 0 0 30px;
    display: block;
  }
  [data-scroll-container] > section{
    overflow: hidden!important;
  }
  .index_news{
    height: auto!important;
    margin-top: 0;
    transform: none;
  }
  .index_news .wrap{
    height: auto;
    padding: 50px 0 0 0;
  }
  .index_news .wrap .top .top_right p{
    font-size: 13px;
  }
  .index_news .wrap .top .more{
    width: 44px;
    height: 44px;
  }
  .index_news .wrap{
    justify-content: unset;
    width: 100%;
  }
  .index_news .wrap .fix{
    width: 90%;
    margin: auto;
  }
  .index_news .wrap .bottom .item .l{
    flex-direction: column;
  }
  .index_news .wrap .bottom .item .l .text{
    width: 100%;
    height: auto;
    font-size: 16px;
    margin: 0 0 18px;
  }
  .index_news .wrap .bottom .item .l .num{
    font-size: 12px;
    margin: 15px 0;
  }
  .index_news .wrap .bottom .item{
    flex-direction: column-reverse;
    margin: 0 0 35px;
    height: auto;
  }
  .index_news .wrap .bottom .item .pick{
    width: 100%;
  }
  .index_news .wrap .bottom .item .pick img{
    height: auto;
  }
  .index_news .wrap .top .title .english{
    transform: none;
    font-size: 16px;
    margin: 0 ;
  }
  .index_news .wrap .bottom {
    margin: 9px 0 0 0;
  }
  .index_news .wrap .bg{
    transform: scale(1);
  }
  .index_news .wrap .top .title .headline{
    transform: none;
  }
  .index_layout{
    justify-content: unset;
    padding: 44px 0 46px 0;
  }
  .index_layout .title{
    font-size: 24px;
    left: 0;
  }
  .index_layout .wrap {
    width: 90%;
    margin: auto;
  }
  .loading .fist{
    transform: scale(0.8);
  }
  .index_section .swiper .swiper-slide .bg{
    opacity: 0;
    width: 100%;
    transform: none;
  }
  .index_section .swiper .swiper-slide .sj_bg{
    opacity: 1!important;
  }

}
/*# sourceMappingURL=index.css.map */
