.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .banner-desc-title .logo {
  width: 280px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-desc-title .logo img {
  width: 100%;
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
  font-weight: bold;
  font-size: 92px;
  color: #FFFFFF;
  line-height: 113px;
  width: 100%;
  text-transform: uppercase;
  font-family: 'SourceHanSansSC-Medium';
  margin-top: 25px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-desc-intro-other {
  font-size: 82px;
}
.banner .bannerSwiper .banner-swiper-slide .public-btn {
  margin-top: 55px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .indexPage-outer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner-left {
  max-width: calc(95% - 300px);
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner-video .banner-video {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner-video .banner-video .dom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner-video .banner-video .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner-video .banner-video .mask .play {
  width: 46px;
  height: 46px;
  background: #FF5E14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .bannerSwiper .banner-swiper-slide .banner-inner-video .banner-video .mask .play svg {
  width: 20px;
  height: 20px;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-inner {
  flex-direction: column;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-inner-en {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text {
  font-weight: bold;
  font-size: 92px;
  color: #FFFFFF;
  line-height: 113px;
  margin-top: 30px;
  font-family: 'SourceHanSansSC-Bold';
  position: relative;
  text-transform: uppercase;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text p {
  position: relative;
  z-index: 12;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text::after {
  content: attr(data-word);
  position: absolute;
  top: 2px;
  left: 3px;
  color: transparent;
  text-stroke: 1px #FF5D13;
  -webkit-text-stroke: 1px #FF5D13;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text1 {
  font-size: 72px;
  line-height: 82px;
}
.banner .bannerSwiper .banner-swiper-slide1 .banner-inner-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 50px;
  max-width: 492px;
  width: 80%;
}
.banner .bannerSwiper .swiper-button-lock {
  display: block;
}
.banner .bannerSwiper .banner-bottom {
  position: absolute;
  z-index: 12;
  bottom: 100px;
  left: 0;
  width: 100%;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-outer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .line {
  width: 130px;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one::after {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #FF5E14;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one::before {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: transparent;
  border: 1px solid #FF5E14;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one:hover {
  border: 1px solid transparent;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one-active {
  border: 1px solid transparent;
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one-active::before {
  transform: translate(-50%, -50%) scale(1);
}
.banner .bannerSwiper .banner-left-line {
  width: 10px;
  height: 38%;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 12;
  transition: 0.5s;
  display: none;
}
.banner .bannerSwiper .banner-left-line .banner-left-line-p {
  width: 100%;
  height: 0;
  background: #FF5E14;
  transition: 1.5s;
}
.banner .bannerSwiper .banner-left-line .banner-left-line-p-active {
  height: 100%;
}
.banner .bannerSwiper .banner-left-line-active {
  display: block;
}
.indexTitle {
  font-weight: bold;
  font-size: 60px;
  color: #222222;
  line-height: 72px;
  font-style: italic;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
}
.indexDesc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.indexIntro {
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  line-height: 42px;
  font-family: 'SourceHanSansSC-Medium';
}
.casting-processi {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guando/page-img(2)/casting-process-back1.png') no-repeat;
  background-size: cover;
  background-position: top right;
  padding-bottom: 80px;
  margin-top: -60px;
  position: relative;
  z-index: 12;
  overflow: hidden;
}
.casting-processi .casting-process-outer {
  width: 100%;
  padding-right: 150px;
  position: relative;
  z-index: 2;
}
.casting-processi .casting-process-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.casting-processi .casting-process-title .casting-process-text {
  width: calc(95% - 200px);
}
.casting-processi .casting-process-title .casting-process-text .indexIntro {
  margin-top: 4px;
}
.casting-processi .casting-process-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 8%;
}
.casting-processi .casting-process-list .casting-process-item {
  width: 28%;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #D5DFFC;
  position: relative;
  z-index: 21;
  margin-top: 80px;
}
.casting-processi .casting-process-list .casting-process-item .casting-process-item-icon {
  margin-top: 8px;
  width: 79px;
  height: 79px;
  background: #08248E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casting-processi .casting-process-list .casting-process-item .casting-process-item-icon img {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.casting-processi .casting-process-list .casting-process-item .casting-process-item-con {
  width: calc(100% - 105px);
  position: relative;
  z-index: 12;
}
.casting-processi .casting-process-list .casting-process-item .casting-process-item-con .casting-process-item-title {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 32px;
  font-family: 'SourceHanSansSC-Medium';
}
.casting-processi .casting-process-list .casting-process-item .casting-process-item-con .casting-process-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 32px;
  margin-top: 10px;
  min-height: 112px;
  opacity: 0.9;
}
.casting-processi .casting-process-list .casting-process-item::after {
  position: absolute;
  top: 0;
  right: 0;
  content: attr(data-index);
  font-weight: 400;
  font-size: 122px;
  color: #08248E;
  line-height: 98px;
  opacity: 0.17;
}
.casting-processi .casting-process-list .casting-process-item:hover .casting-process-item-icon img {
  transform: rotateY(360deg);
}
.casting-processi .casting-process-contact {
  margin-top: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12%;
  transform: translateY(28px);
}
.casting-processi .casting-process-contact .contact-btn {
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.casting-processi .casting-process-contact .contact-btn .banner-more-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 52px;
  background: #FF5E14;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: 0.5s;
}
.casting-processi .casting-process-contact .contact-btn .banner-more-icon {
  margin-right: 12px;
  width: 18px;
}
.casting-processi .casting-process-contact .contact-btn .banner-more-icon img {
  width: 100%;
  display: block;
}
.casting-processi .casting-process-contact .contact-btn .banner-more-text {
  margin-right: 25px;
}
.casting-processi .casting-process-contact .contact-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 52px;
  transition: 0.5s;
  text-transform: uppercase;
}
.casting-processi .casting-process-contact .contact-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.casting-processi .casting-process-contact .contact-btn .read-dot {
  width: 30px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casting-processi .casting-process-contact .contact-btn .read-dot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}
.casting-processi .casting-process-contact .contact-btn:hover .banner-more-text {
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.casting-processi .casting-process-contact .contact-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.casting-processi .casting-process-contact .contact-btn:hover .read-dot {
  animation: read-more-dot 1.2s infinite;
}
.casting-process {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guando/page-img(2)/casting-process-back.png') no-repeat;
  background-size: cover;
  background-position: top right;
  padding-bottom: 80px;
  margin-top: -60px;
  position: relative;
  z-index: 12;
  overflow: hidden;
}
.casting-process .casting-process-outer {
  width: 100%;
}
.casting-process .casting-process-title {
  width: 100%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.casting-process .casting-process-title .casting-process-text {
  width: calc(95% - 200px);
}
.casting-process .casting-process-title .casting-process-text .indexIntro {
  margin-top: 4px;
}
.casting-process .casting-process-list {
  width: 100%;
  padding-right: 20%;
  display: flex;
  flex-wrap: wrap;
}
.casting-process .casting-process-list .process-item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.casting-process .casting-process-list .process-item .img {
  aspect-ratio: 1.5;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.casting-process .casting-process-list .process-item .img .el-image {
  display: block;
  width: 100%;
}
.casting-process .casting-process-list .process-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.casting-process .casting-process-list .process-item .img:hover img {
  transform: scale(1.05);
}
.casting-process .casting-process-list .process-item:nth-of-type(4) {
  transform: translateX(30%);
}
.casting-process .casting-process-list .process-item:nth-of-type(5) {
  transform: translateX(30%);
}
.casting-process .casting-process-list .process-item:nth-of-type(6) {
  transform: translateX(30%);
}
.casting-process .casting-process-list .process-item:nth-of-type(3n) {
  margin-right: 0;
}
.casting-process .casting-process-contact {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12%;
}
.casting-process .casting-process-contact .contact-btn {
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.casting-process .casting-process-contact .contact-btn .banner-more-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 52px;
  background: #FF5E14;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: 0.5s;
}
.casting-process .casting-process-contact .contact-btn .banner-more-icon {
  margin-right: 12px;
  width: 18px;
}
.casting-process .casting-process-contact .contact-btn .banner-more-icon img {
  width: 100%;
  display: block;
}
.casting-process .casting-process-contact .contact-btn .banner-more-text {
  margin-right: 25px;
}
.casting-process .casting-process-contact .contact-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 52px;
  transition: 0.5s;
  text-transform: uppercase;
}
.casting-process .casting-process-contact .contact-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.casting-process .casting-process-contact .contact-btn .read-dot {
  width: 30px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casting-process .casting-process-contact .contact-btn .read-dot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}
.casting-process .casting-process-contact .contact-btn:hover .banner-more-text {
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.casting-process .casting-process-contact .contact-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.casting-process .casting-process-contact .contact-btn:hover .read-dot {
  animation: read-more-dot 1.2s infinite;
}
.casting-process .casting-process-dot {
  width: 17%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(40%, 12%);
}
.proi {
  background: #08248e;
  position: relative;
  margin-top: -50px;
  z-index: 12;
}
.proi .proi-dot {
  width: 17%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -72%);
  z-index: 3;
  max-width: 326px;
}
.proi .back-proi {
  width: 17%;
  height: 50px;
  position: absolute;
  right: 0;
  top: 49px;
  background: #08248e;
  z-index: 4;
}
.proi .proi-outer {
  width: 100%;
  position: relative;
}
.proi .proi-outer .line {
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  background: rgba(252, 253, 255, 0.2);
  top: 0;
  z-index: 5;
}
.proi .proi-outer .line1 {
  left: 0;
}
.proi .proi-outer .line2 {
  left: 25%;
}
.proi .proi-outer .line3 {
  left: 50%;
  top: 50px;
}
.proi .proi-outer .line4 {
  left: 75%;
  top: 50px;
}
.proi .proi-outer .line5 {
  right: 0;
  top: 50px;
}
.proi .proi-title {
  width: 100%;
  padding-right: 10%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 12;
}
.proi .proi-title .proi-text .indexTitle {
  color: #fff;
}
.proi .proi-title .proi-text .indexIntro {
  color: #fff;
}
.proi .proi-title .public-btn .banner-more-inner {
  background: transparent;
  border: 1px solid #fff;
}
.proi .proi-title .public-btn:hover .banner-more-inner {
  background: #FF5E14;
  border: 1px solid #FF5E14;
}
.proi .proi-type {
  width: 100%;
  margin: 40px auto;
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .proi-type .proi-type-btn {
  width: 50px;
  height: 68px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
}
.proi .proi-type .proi-type-btn .proi-type-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.proi .proi-type .proi-type-btn .proi-type-btn-inner img {
  width: 53%;
  display: block;
  aspect-ratio: 1;
}
.proi .proi-type .proi-type-btn .proi-type-btn-inner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  content: "";
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guando/page-img(2)/right.svg') no-repeat;
  background-size: 53% auto;
  background-position: center;
}
.proi .proi-type .proi-type-btn-prev .proi-type-btn-inner img {
  transform: rotateY(180deg);
}
.proi .proi-type .proi-type-btn-prev .proi-type-btn-inner::after {
  transform: rotateY(180deg);
}
.proi .proi-type .proi-type-btn-prev:hover {
  background: #FF5E14;
  border: 1px solid #FF5E14;
  border-radius: 6px;
}
.proi .proi-type .proi-type-btn-prev:hover .proi-type-btn-inner {
  transform: translateX(-100%);
}
.proi .proi-type .proi-type-btn-next .proi-type-btn-inner::after {
  right: 100%;
  left: auto;
}
.proi .proi-type .proi-type-btn-next:hover {
  background: #FF5E14;
  border: 1px solid #FF5E14;
  border-radius: 6px;
}
.proi .proi-type .proi-type-btn-next:hover .proi-type-btn-inner {
  transform: translateX(100%);
}
.proi .proi-type .proi-type-center {
  width: calc(100% - 140px);
  margin: 0 20px;
}
.proi .proi-type .proi-type-center .proi-type-swiper {
  width: 100%;
}
.proi .proi-type .proi-type-center .proi-type-slide {
  width: 300px;
  height: 68px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: 0.5s;
  margin-right: 40px;
}
.proi .proi-type .proi-type-center .proi-type-slide .proi-type-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.proi .proi-type .proi-type-center .proi-type-slide .proi-type-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.proi .proi-type .proi-type-center .proi-type-slide .proi-type-title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  max-width: calc(100% - 72px);
}
.proi .proi-type .proi-type-center .proi-type-slide:hover {
  opacity: 1;
}
.proi .proi-type .proi-type-center .proi-type-slide:hover .proi-type-icon img {
  transform: rotateY(360deg);
}
.proi .proi-type .proi-type-center .proi-type-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.proi .proi-type .proi-type-center .proi-type-slide-active {
  opacity: 1;
}
.proi .proi-dot-top {
  position: absolute;
  top: -1px;
  right: 0;
  width: 70%;
  font-family: none;
  line-height: 0;
  height: 50px;
  z-index: 2;
}
.proi .proi-dot-top .proi-right-top-inner {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.proi .proi-dot-top .proi-right-tr {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #F8F8F8;
  transform: translateX(100px);
}
.proi .proi-dot-top .proi-right-box {
  width: calc(100% - 100px);
  height: 50px;
  background: #F8F8F8;
}
.proi .proi-dot-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70%;
  font-family: none;
  line-height: 0;
  z-index: 2;
  height: 50px;
}
.proi .proi-dot-bottom .proi-right-bottom-inner {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.proi .proi-dot-bottom .proi-right-tr {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 51px solid #f5f7ff;
  transform: translateX(-100px);
}
.proi .proi-dot-bottom .proi-right-box {
  width: calc(100% - 100px);
  height: 50px;
  background: #f5f7ff;
}
.proi .proi-list {
  width: 100%;
  padding: 0 30px;
  position: relative;
  z-index: 12;
}
.proi .proi-data-swiper {
  width: 100%;
}
.proi .proi-data-one {
  width: 400px;
  margin-right: 40px;
  height: auto;
}
.proi .proi-data-one .proi-data-one-other {
  width: 100%;
  height: calc((100% - 50px) / 2);
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top {
  width: 100%;
  padding: 30px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top .proi-data-one-type {
  width: auto;
  height: auto;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top .proi-data-one-type p {
  background: #FF5E14;
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFEFE;
  line-height: 24px;
  padding: 6px 20px;
  display: inline-block;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top .proi-data-one-cover {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top .proi-data-one-cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  padding: 14px 25px;
  min-height: 78px;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-title .text {
  width: calc(96% - 36px);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-title .right {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #222222;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  transition: 0.5s;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom:hover .proi-data-one-top .proi-data-one-cover img {
  transform: scale(1.05);
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom:hover .proi-data-one-title .right {
  color: #fff;
  background: #FF5E14;
}
.proi .proi-data-one .proi-data-one-other .proi-data-one-dom:nth-of-type(1) {
  margin-bottom: 50px;
}
.proi .nodata {
  font-size: 32px;
  line-height: 42px;
  margin: 15% 0;
  text-align: center;
  color: #fff;
}
.proi .proi-one-opacity {
  opacity: 0 !important;
}
.proi .proi-data-one:nth-last-of-type(1) {
  margin-right: 0;
}
.proi .proi-data-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
  height: 68px;
  margin-bottom: -50px;
}
.proi .proi-data-btns .proi-data-btn {
  width: 50px;
  height: 68px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
}
.proi .proi-data-btns .proi-data-btn .proi-data-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.proi .proi-data-btns .proi-data-btn .proi-data-btn-inner img {
  width: 53%;
  display: block;
  aspect-ratio: 1;
}
.proi .proi-data-btns .proi-data-btn .proi-data-btn-inner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  content: "";
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guando/page-img(2)/right.svg') no-repeat;
  background-size: 53% auto;
  background-position: center;
}
.proi .proi-data-btns .proi-data-btn-prev {
  margin-right: 14px;
}
.proi .proi-data-btns .proi-data-btn-prev .proi-data-btn-inner img {
  transform: rotateY(180deg);
}
.proi .proi-data-btns .proi-data-btn-prev .proi-data-btn-inner::after {
  transform: rotateY(180deg);
}
.proi .proi-data-btns .proi-data-btn-prev:hover {
  background: #FF5E14;
  border: 1px solid #FF5E14;
  border-radius: 6px;
}
.proi .proi-data-btns .proi-data-btn-prev:hover .proi-data-btn-inner {
  transform: translateX(-100%);
}
.proi .proi-data-btns .proi-data-btn-next .proi-data-btn-inner::after {
  right: 100%;
  left: auto;
}
.proi .proi-data-btns .proi-data-btn-next:hover {
  background: #FF5E14;
  border: 1px solid #FF5E14;
  border-radius: 6px;
}
.proi .proi-data-btns .proi-data-btn-next:hover .proi-data-btn-inner {
  transform: translateX(100%);
}
.abouti {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guando/page-img(2)/abouti-back.png') no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.abouti .abouti-outer {
  padding-left: 16%;
  width: 100%;
}
.abouti .abouti-outer .abouti-text {
  width: 100%;
}
.abouti .abouti-outer .abouti-text .marks {
  width: 75px;
  overflow: hidden;
}
.abouti .abouti-outer .abouti-text .marks img {
  display: block;
  width: 100%;
}
.abouti .abouti-outer .abouti-text .abouti-title {
  font-weight: 500;
  font-size: 56px;
  color: #222222;
  line-height: 76px;
  font-family: 'SourceHanSansSC-Medium';
  margin-top: 32px;
  text-transform: uppercase;
}
.abouti .abouti-outer .abouti-img {
  display: flex;
  width: 100%;
  margin-top: 60px;
  justify-content: flex-end;
  align-items: flex-start;
}
.abouti .abouti-outer .abouti-img .abouti-img-honor {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(25% - 42px);
  margin-right: 42px;
}
.abouti .abouti-outer .abouti-img .abouti-img-honor .abouti-honor-one {
  overflow: hidden;
  width: calc((100% - 26px) / 2);
  margin-right: 26px;
}
.abouti .abouti-outer .abouti-img .abouti-img-honor .abouti-honor-one img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-outer .abouti-img .abouti-img-honor .abouti-honor-one:hover img {
  transform: scale(1.05);
}
.abouti .abouti-outer .abouti-img .abouti-img-honor .abouti-honor-one:nth-last-of-type(1) {
  margin-right: 0;
}
.abouti .abouti-outer .abouti-img .abouti-img-company {
  border-radius: 20px;
  overflow: hidden;
  width: 70%;
}
.abouti .abouti-outer .abouti-img .abouti-img-company img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-outer .abouti-img .abouti-img-company:hover img {
  transform: scale(1.05);
}
.abouti .abouti-inner {
  padding: 0 16%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.abouti .abouti-inner .abouti-main {
  padding-right: 30px;
  width: calc(100% - 300px);
}
.abouti .abouti-inner .abouti-main .abouti-main-title {
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  line-height: 34px;
  font-family: 'SourceHanSansSC-Medium';
  text-transform: uppercase;
}
.abouti .abouti-inner .abouti-main .abouti-main-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin: 24px 0 36px;
  display: flex;
  justify-content: space-between;
}
.abouti .abouti-inner .abouti-main .abouti-main-desc .abouti-main-intro {
  width: calc((100% - 28px) / 2);
}
.abouti .abouti-inner .abouti-num {
  width: 300px;
  height: 240px;
  background: #FF5E14;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.abouti .abouti-inner .abouti-num .abouti-num-count {
  font-weight: 400;
  font-size: 150px;
  color: #FFFFFF;
  line-height: 130px;
  font-family: 'BebasNeue';
}
.abouti .abouti-inner .abouti-num .abouti-num-unit {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
.equipmenti .equipmenti-inner {
  width: 84%;
  margin: 0 auto;
}
.equipmenti .equipmenti-inner-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.equipmenti .equipmenti-title {
  width: calc(95% - 200px);
}
.equipmenti .equipmenti-title .indexIntro {
  margin-top: 4px;
}
.equipmenti .equipmenti-more {
  width: 200px;
}
.equipmenti .equipmenti-inner-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.equipmenti .equipmenti-inner-list .item {
  width: calc((100% - 90px) / 3);
  margin-right: 45px;
  margin-bottom: 30px;
}
.equipmenti .equipmenti-inner-list .item .img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1.45454545;
}
.equipmenti .equipmenti-inner-list .item .img .el-image {
  display: block;
  width: 100%;
}
.equipmenti .equipmenti-inner-list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.equipmenti .equipmenti-inner-list .item .text {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 28px;
  font-family: 'SourceHanSansSC-Medium';
  margin-top: 20px;
  transition: 0.5s;
}
.equipmenti .equipmenti-inner-list .item:hover .img img {
  transform: scale(1.05);
}
.equipmenti .equipmenti-inner-list .item:hover .text {
  color: #FF5E14;
}
.equipmenti .equipmenti-inner-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.equipmenti .equipmenti-inner-list .item:nth-of-type(4) {
  margin-bottom: 0;
}
.equipmenti .equipmenti-inner-list .item:nth-of-type(5) {
  margin-bottom: 0;
}
.equipmenti .equipmenti-inner-list .item:nth-of-type(6) {
  margin-bottom: 0;
}
.servicei {
  width: 100%;
  background: #08248e;
  position: relative;
}
.servicei .servicei-right-top {
  position: absolute;
  top: -1px;
  right: 0;
  width: 70%;
  font-family: none;
  line-height: 0;
  height: 50px;
  z-index: 3;
}
.servicei .servicei-right-top .servicei-right-top-inner {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.servicei .servicei-right-top .servicei-right-tr {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #fff;
  transform: translateX(100px);
}
.servicei .servicei-right-top .servicei-right-box {
  width: calc(100% - 100px);
  height: 50px;
  background: #fff;
}
.servicei .servicei-outer {
  position: relative;
  z-index: 12;
  display: flex;
  justify-content: space-between;
}
.servicei .servicei-outer .servicei-left {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.servicei .servicei-outer .servicei-left .indexTitle {
  color: #fff;
}
.servicei .servicei-outer .servicei-left .indexIntro {
  color: #fff;
}
.servicei .servicei-outer .servicei-left .indexDesc {
  margin: 20px 0 42px;
}
.servicei .servicei-outer .servicei-left .servicei-text {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
  font-family: 'SourceHanSansSC-Medium';
}
.servicei .servicei-outer .servicei-left .servicei-desc {
  margin-top: 6%;
}
.servicei .servicei-outer .servicei-left .servicei-more .public-btn .banner-more-inner {
  background: transparent;
  border: 1px solid #fff;
}
.servicei .servicei-outer .servicei-left .servicei-more .public-btn:hover .banner-more-inner {
  background: #FF5E14;
  border: 1px solid #FF5E14;
}
.servicei .servicei-outer .servicei-right {
  width: 66%;
  padding-top: 30px;
  position: relative;
}
.servicei .servicei-outer .servicei-right .servicei-earth {
  width: 64%;
  aspect-ratio: 1;
  margin: 0 auto;
}
.servicei .servicei-outer .servicei-right .servicei-earth img {
  display: block;
  width: 100%;
}
.servicei .servicei-outer .servicei-right .servicei-earth-con {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 25;
}
.servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one {
  background: #14309D;
  border-radius: 10px;
  border: 1px solid #97A8EF;
  width: calc((100% - 40px) / 3);
  padding: 30px;
  transition: 0.5s;
}
.servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one .servicei-earth-icon {
  width: 30px;
  height: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one .servicei-earth-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one .servicei-earth-title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin: 30px 0 18px;
  transition: 0.5s;
}
.servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one .servicei-earth-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one:hover {
  border: 1px solid #FF5E14;
}
.servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one:hover .servicei-earth-icon img {
  transform: rotateY(360deg);
}
.servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-text {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 133px;
  color: #FF5E14;
  line-height: 96px;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  margin-top: 60px;
}
.servicei .servicei-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 2;
}
.servicei .servicei-map .servicei-map-inner {
  width: 100%;
  position: relative;
}
.servicei .servicei-map .servicei-map-inner .dom {
  width: 100%;
  display: block;
}
.servicei .servicei-map .servicei-map-inner .map-line {
  width: 100%;
  display: block;
  position: absolute;
  top: 7%;
  left: 0;
}
.servicei .servicei-map .servicei-map-inner .dot-center {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 29%;
  left: 44%;
}
.servicei .servicei-map .servicei-map-inner .dot-center .dot-center-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.servicei .servicei-map .servicei-map-inner .dot-center .dot-center-inner p {
  width: 100%;
  height: 100%;
  background: #FF5E14;
  border-radius: 50%;
  position: relative;
  z-index: 12;
}
.servicei .servicei-map .servicei-map-inner .dot-center .dot-center-inner::after {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  background: #FF5E14;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ani-map 1.8s infinite;
}
.servicei .servicei-map .servicei-map-inner .dot-center .dot-center-inner::before {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  background: #FF5E14;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ani-map 1.8s infinite 0.6s;
}
.servicei .servicei-map .servicei-map-inner .logo {
  width: 200px;
  position: absolute;
  top: 37%;
  left: 35%;
}
@keyframes ani-map {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 300%;
    opacity: 0;
  }
}
@keyframes scroll-ani {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-inner .banner-num .cur-num p {
  transform: translateX(-12px) translateY(0);
  transition: 0.5s ease 0.5s;
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
@media only screen and (max-width: 1918px) {
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text {
    font-size: 70px;
    line-height: 90px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-desc {
    margin-top: 42px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top .proi-data-one-type {
    font-size: 16px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top {
    padding: 25px;
  }
  .proi .proi-data-one {
    width: 350px;
    margin-right: 35px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom:nth-of-type(1) {
    margin-bottom: 42px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding: 0 5%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    font-size: 72px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro-other {
    font-size: 72px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-text {
    font-size: 100px;
    line-height: 76px;
    margin-top: 48px;
  }
  .casting-process .casting-process-contact {
    margin-top: 40px;
  }
  .servicei .servicei-outer .servicei-left .servicei-title {
    transform: translateY(-20px);
  }
  .servicei .servicei-map .servicei-map-inner .logo {
    width: 160px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list {
    width: 90%;
  }
  .servicei .servicei-outer .servicei-left {
    width: 30%;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one {
    padding: 25px;
  }
  .abouti .abouti-outer {
    padding-left: 10%;
  }
  .abouti .abouti-inner {
    padding: 0 10%;
  }
  .abouti .abouti-outer .abouti-text .marks {
    width: 62px;
  }
  .abouti .abouti-outer .abouti-text .abouti-title {
    font-size: 50px;
    line-height: 70px;
    margin-top: 28px;
  }
  .abouti .abouti-outer .abouti-img .abouti-img-honor {
    width: calc(30% - 42px);
  }
  .abouti .abouti-outer .abouti-img .abouti-img-company {
    border-radius: 15px;
  }
  .equipmenti .equipmenti-inner-list .item .img {
    border-radius: 15px;
  }
  .abouti .abouti-inner .abouti-num .abouti-num-unit {
    font-size: 22px;
  }
  .equipmenti .equipmenti-inner-list .item .text {
    font-size: 22px;
  }
  .equipmenti .equipmenti-inner {
    width: 90%;
  }
  .abouti .abouti-inner .abouti-num {
    width: 280px;
  }
  .abouti .abouti-inner .abouti-main {
    width: calc(100% - 280px);
  }
  .abouti .abouti-inner .abouti-num .abouti-num-count {
    font-size: 120px;
    line-height: 110px;
  }
  .casting-processi .casting-process-outer {
    padding-right: 0;
  }
  .casting-processi .casting-process-list {
    padding-left: 6%;
  }
  .casting-processi .casting-process-list .casting-process-item {
    margin-top: 60px;
  }
  .casting-processi .casting-process-list .casting-process-item::after {
    font-size: 96px;
  }
  .casting-processi .casting-process-contact {
    margin-top: 60px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    font-size: 60px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1800px) {
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text {
    font-size: 60px;
    line-height: 75px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    font-size: 56px;
    line-height: 84px;
  }
}
@media (max-width: 1681px) {
  .proi .proi-type .proi-type-center .proi-type-slide {
    width: 316px;
  }
}
@media only screen and (max-width: 1650px) {
  .proi .proi-type .proi-type-center .proi-type-slide {
    margin-right: 32px;
    width: 300px;
  }
}
@media only screen and (max-width: 1598px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title .logo {
    width: 230px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding-top: 5%;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-en {
    font-size: 18px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-desc {
    margin-top: 32px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text {
    font-size: 60px;
    line-height: 72px;
    margin-top: 20px;
  }
  .proi .proi-data-btns .proi-data-btn {
    width: 46px;
    height: 58px;
  }
  .proi .proi-data-btns {
    margin-bottom: -30px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top .proi-data-one-type {
    font-size: 14px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom:nth-of-type(1) {
    margin-bottom: 35px;
  }
  .proi .proi-data-one {
    width: 330px;
    margin-right: 28px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top {
    padding: 20px 24px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-title .text {
    font-size: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    font-size: 58px;
    line-height: 82px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro-other {
    font-size: 58px;
    line-height: 82px;
  }
  .indexTitle {
    font-size: 50px;
    line-height: 62px;
  }
  .indexIntro {
    font-size: 24px;
  }
  .casting-process .casting-process-list {
    padding-right: 12%;
  }
  .proi .proi-type .proi-type-center .proi-type-slide .proi-type-title {
    font-size: 16px;
  }
  .proi .proi-type .proi-type-center .proi-type-slide .proi-type-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .equipmenti .equipmenti-inner {
    width: 100%;
  }
  .servicei .servicei-outer .servicei-left .servicei-text {
    font-size: 26px;
  }
  .servicei .servicei-outer .servicei-left .indexDesc {
    margin: 15px 0 35px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth {
    width: 80%;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one {
    padding: 22px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one .servicei-earth-title {
    margin: 18px 0 14px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list {
    width: 100%;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-text {
    font-size: 82px;
    line-height: 70px;
    margin-top: 40px;
  }
  .equipmenti .equipmenti-inner-list .item {
    width: calc((100% - 70px) / 3);
    margin-right: 34px;
  }
  .equipmenti .equipmenti-inner-list .item .text {
    font-size: 20px;
  }
  .abouti .abouti-outer {
    padding-left: 5%;
  }
  .abouti .abouti-inner {
    margin-top: 50px;
  }
  .abouti .abouti-outer .abouti-img {
    margin-top: 40px;
  }
  .abouti .abouti-inner .abouti-num {
    width: 260px;
    height: 220px;
  }
  .abouti .abouti-inner .abouti-main {
    width: calc(100% - 260px);
  }
  .proi .proi-dot {
    width: 15%;
  }
  .abouti .abouti-inner .abouti-num .abouti-num-count {
    font-size: 100px;
    line-height: 100px;
  }
  .abouti .abouti-inner .abouti-num .abouti-num-unit {
    font-size: 20px;
  }
  .abouti .abouti-inner {
    padding: 0 5%;
  }
  .proi .proi-list {
    padding: 0 15px;
  }
  .casting-process .casting-process-contact {
    margin-top: 30px;
  }
  .casting-process .casting-process-list .process-item:nth-of-type(4) {
    transform: translateX(24%);
  }
  .casting-process .casting-process-list .process-item:nth-of-type(5) {
    transform: translateX(24%);
  }
  .casting-process .casting-process-list .process-item:nth-of-type(6) {
    transform: translateX(24%);
  }
  .casting-processi .casting-process-list {
    padding-left: 0;
  }
  .casting-processi .casting-process-title {
    margin-bottom: 0;
  }
  .casting-processi .casting-process-list .casting-process-item .casting-process-item-con .casting-process-item-desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 6px;
  }
  .casting-processi .casting-process-contact {
    transform: translateY(0);
  }
  .casting-processi .casting-process-list .casting-process-item .casting-process-item-icon {
    width: 72px;
    height: 72px;
  }
  .casting-processi .casting-process-list .casting-process-item .casting-process-item-con {
    width: calc(100% - 98px);
  }
}
@media only screen and (max-width: 1490px) {
  .proi .proi-type .proi-type-center .proi-type-slide {
    margin-right: 25px;
    width: 266px;
  }
}
@media only screen and (max-width: 1370px) {
  .proi .proi-type .proi-type-center .proi-type-slide {
    margin-right: 28px;
    width: 250px;
  }
}
@media only screen and (max-width: 1365px) {
  .indexTitle {
    font-size: 42px;
    line-height: 50px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title .logo {
    width: 200px;
  }
  .proi .proi-data-swiper {
    overflow: visible;
  }
  .proi .proi-data-one {
    width: 300px;
    margin-right: 26px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .proi .proi-type .proi-type-center .proi-type-slide .proi-type-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
  .servicei .servicei-outer .servicei-left .servicei-text {
    font-size: 24px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one {
    padding: 20px;
    width: calc((100% - 28px) / 3);
  }
  .servicei .servicei-map .servicei-map-inner .logo {
    width: 132px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one .servicei-earth-title {
    margin: 10px 0 10px;
    font-size: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner {
    padding: 0 0 0 5%;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner {
    padding: 5% 0 0 5%;
  }
  .casting-process {
    margin-top: -50px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner-video .banner-video {
    width: 250px;
    height: 160px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-en {
    font-size: 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-desc {
    margin-top: 28px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner-left {
    max-width: calc(95% - 250px);
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text {
    font-size: 52px;
    line-height: 65px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    font-size: 52px;
    line-height: 76px;
    margin-top: 15px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro-other {
    font-size: 52px;
    line-height: 76px;
    margin-top: 15px;
  }
  .banner .bannerSwiper .banner-swiper-slide .public-btn {
    margin-top: 42px;
  }
  .casting-process .casting-process-list {
    padding-right: 10%;
  }
  .proi .proi-type .proi-type-center .proi-type-slide .proi-type-title {
    font-size: 14px;
  }
  .proi .proi-type .proi-type-center .proi-type-slide {
    margin-right: 20px;
    width: 238px;
  }
  .proi .proi-title {
    padding-top: 40px;
    padding-right: 5%;
  }
  .abouti .abouti-outer .abouti-img .abouti-img-company {
    border-radius: 12px;
  }
  .abouti .abouti-outer .abouti-text .marks {
    width: 55px;
  }
  .abouti .abouti-outer .abouti-text .abouti-title {
    font-size: 42px;
    line-height: 50px;
    margin-top: 30px;
  }
  .indexIntro {
    font-size: 20px;
    line-height: 34px;
  }
  .abouti .abouti-outer {
    padding-left: 0;
  }
  .abouti .abouti-inner {
    padding: 0 0;
  }
  .equipmenti .equipmenti-inner-top {
    margin-bottom: 32px;
  }
  .equipmenti .equipmenti-inner-list .item .text {
    font-size: 18px;
  }
  .equipmenti .equipmenti-inner-list .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .equipmenti .equipmenti-inner-list .item .img {
    border-radius: 12px;
  }
  .casting-processi .casting-process-list .casting-process-item {
    width: 30%;
  }
  .casting-processi .casting-process-list .casting-process-item::after {
    font-size: 75px;
  }
  .casting-processi .casting-process-list .casting-process-item {
    margin-top: 40px;
  }
  .casting-processi .casting-process-list .casting-process-item .casting-process-item-icon {
    width: 66px;
    height: 66px;
  }
  .casting-processi .casting-process-list .casting-process-item .casting-process-item-con {
    width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 1250px) {
  .banner {
    margin-top: 65px;
    height: auto;
    overflow: hidden;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text {
    font-size: 42px;
    line-height: 58px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-desc {
    margin-top: 24px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top {
    padding: 15px 24px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    font-size: 42px;
    line-height: 62px;
    margin-top: 14px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro-other {
    font-size: 42px;
    line-height: 62px;
    margin-top: 14px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title .logo {
    width: 190px;
  }
  .banner .bannerSwiper .banner-swiper-slide .public-btn {
    margin-top: 30px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    top: 42%;
  }
  .proi .proi-title {
    padding-top: 34px;
    padding-right: 0;
  }
  .proi .proi-type .proi-type-center .proi-type-slide .proi-type-title {
    max-width: calc(100% - 60px);
  }
  .proi .proi-type .proi-type-center .proi-type-slide .proi-type-icon {
    width: 30px;
    height: 30px;
  }
  .proi .proi-type .proi-type-center .proi-type-slide {
    width: 245px;
  }
  .proi .proi-type {
    margin: 35px 0;
  }
  .abouti .abouti-outer .abouti-text .marks {
    width: 42px;
  }
  .abouti .abouti-outer .abouti-text .abouti-title {
    font-size: 35px;
    line-height: 42px;
    margin-top: 24px;
  }
  .abouti .abouti-outer .abouti-text {
    margin-top: -20px;
  }
  .abouti .abouti-outer .abouti-img .abouti-img-honor {
    width: calc(30% - 30px);
    margin-right: 30px;
  }
  .abouti .abouti-inner .abouti-main .abouti-main-desc .abouti-main-intro {
    width: calc((100% - 25px) / 2);
  }
  .casting-process .casting-process-title {
    margin-bottom: 32px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-outer {
    padding-right: 5%;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-inner .line {
    width: 110px;
  }
  .equipmenti .equipmenti-inner-list .item .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth {
    width: 90%;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one .servicei-earth-title {
    margin: 6px 0 8px;
    line-height: 26px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one {
    padding: 18px 12px;
    width: calc((100% - 25px) / 3);
  }
  .servicei .servicei-map {
    width: 60%;
  }
  .servicei .servicei-map .servicei-map-inner .logo {
    width: 108px;
    top: 38%;
  }
  .servicei .servicei-outer .servicei-left .indexDesc {
    margin: 10px 0 28px;
  }
  .servicei .servicei-outer .servicei-left .servicei-desc {
    margin-top: 70%;
  }
  .servicei .servicei-outer .servicei-left .servicei-text {
    font-size: 20px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-text {
    font-size: 60px;
    line-height: 52px;
    margin-top: 30px;
  }
  .abouti .abouti-outer .abouti-img .abouti-img-company {
    border-radius: 10px;
  }
  .equipmenti .equipmenti-inner-list .item .img {
    border-radius: 10px;
  }
  .equipmenti .equipmenti-inner-list .item {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 22px;
  }
  .abouti .abouti-inner .abouti-main {
    width: calc(100% - 230px);
  }
  .abouti .abouti-inner .abouti-num {
    width: 230px;
    height: 200px;
  }
  .abouti .abouti-inner .abouti-num .abouti-num-count {
    font-size: 80px;
    line-height: 76px;
  }
  .abouti .abouti-inner .abouti-num .abouti-num-unit {
    font-size: 18px;
  }
  .abouti .abouti-inner {
    margin-top: 40px;
  }
  .abouti .abouti-inner .abouti-main .abouti-main-title {
    font-size: 28px;
  }
  .abouti .abouti-outer .abouti-img .abouti-img-honor .abouti-honor-one {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .casting-process .casting-process-list .process-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .casting-process .casting-process-contact {
    margin-top: 22px;
  }
  .casting-processi .casting-process-list .casting-process-item {
    width: 46%;
  }
  .casting-processi .casting-process-outer {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    margin-top: 65px;
  }
}
@media (max-width: 1023px) {
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text {
    font-size: 36px;
    line-height: 54px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner-more {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner {
    padding: 0 0 0 5%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    font-size: 30px;
    line-height: 46px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro-other {
    font-size: 30px;
    line-height: 46px;
  }
  .proi .proi-type .proi-type-center .proi-type-slide {
    width: 310px;
    margin-right: 30px;
  }
  .servicei .servicei-outer .servicei-left {
    width: 50%;
    padding-right: 30px;
  }
  .servicei .servicei-outer .servicei-right {
    width: 50%;
  }
  .servicei .servicei-outer .servicei-left .servicei-text {
    font-size: 22px;
  }
  .servicei .servicei-outer .servicei-left .servicei-title {
    transform: translateY(0);
    margin-top: 350px;
  }
  .servicei .servicei-outer .servicei-left .servicei-desc {
    margin-top: 50px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con {
    position: relative;
    margin-top: -40px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth {
    width: 100%;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list {
    flex-wrap: wrap;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-list .servicei-earth-one {
    width: 100%;
    margin-top: 20px;
  }
  .banner .bannerSwiper .banner-swiper-slide .public-btn {
    margin-top: 22px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title .logo {
    width: 160px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner-video .banner-video {
    width: 200px;
    height: 120px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one::before {
    width: 35px;
    height: 35px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner-left {
    max-width: calc(95% - 200px);
  }
  .indexTitle {
    font-size: 35px;
    line-height: 42px;
  }
  .indexIntro {
    font-size: 18px;
    line-height: 32px;
  }
  .casting-process .casting-process-list {
    padding-right: 5%;
  }
  .casting-process .casting-process-title {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .casting-process .casting-process-list .process-item:nth-of-type(4) {
    transform: translateX(18%);
  }
  .casting-process .casting-process-list .process-item:nth-of-type(5) {
    transform: translateX(18%);
  }
  .casting-process .casting-process-list .process-item:nth-of-type(6) {
    transform: translateX(18%);
  }
  .casting-process .casting-process-contact .contact-btn .banner-more-text {
    margin-right: 18px;
  }
  .casting-processi .casting-process-contact .contact-btn .banner-more-text {
    margin-right: 18px;
  }
  .casting-process .casting-process-contact {
    margin-top: 15px;
  }
  .casting-process1 .casting-process-contact .contact-btn .banner-more-text {
    margin-right: 18px;
  }
  .casting-process1 .casting-process-contact {
    margin-top: 15px;
  }
  .proi .proi-dot-top .proi-right-tr {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 36px solid #f8f8f8;
    transform: translateX(75px);
  }
  .proi .proi-dot-top {
    height: 36px;
  }
  .proi .proi-dot-bottom {
    height: 36px;
  }
  .proi .proi-dot-top .proi-right-box {
    width: calc(100% - 75px);
    height: 36px;
  }
  .proi .proi-dot-bottom .proi-right-box {
    width: calc(100% - 75px);
    height: 36px;
  }
  .proi .proi-outer .line3 {
    top: 36px;
  }
  .proi .proi-outer .line4 {
    top: 36px;
  }
  .proi .proi-outer .line5 {
    top: 36px;
  }
  .proi .proi-outer .line {
    height: calc(100% - 36px);
  }
  .proi .proi-dot-bottom .proi-right-tr {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 36px solid #f5f7ff;
    transform: translateX(-75px);
  }
  .abouti .abouti-inner .abouti-main .abouti-main-desc .abouti-main-intro {
    width: 100%;
    margin-top: 15px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-inner .line {
    width: 98px;
  }
  .abouti .abouti-inner .abouti-num .abouti-num-unit {
    font-size: 16px;
  }
  .abouti .abouti-inner .abouti-num .abouti-num-count {
    font-size: 70px;
    line-height: 66px;
  }
  .banner .bannerSwiper .banner-bottom {
    bottom: 86px;
  }
  .equipmenti .equipmenti-inner-list .item .img {
    border-radius: 9px;
  }
  .equipmenti .equipmenti-inner-list .item .text {
    font-size: 14px;
    margin-top: 14px;
  }
  .abouti .abouti-inner .abouti-main {
    width: calc(100% - 200px);
    padding-right: 22px;
  }
  .abouti .abouti-inner .abouti-num {
    width: 200px;
    height: 190px;
  }
  .abouti .abouti-inner .abouti-main .abouti-main-desc {
    margin: 0 0 26px;
    flex-wrap: wrap;
  }
  .abouti .abouti-outer .abouti-img .abouti-img-honor {
    width: calc(40% - 30px);
  }
  .abouti .abouti-inner .abouti-main .abouti-main-title {
    font-size: 24px;
  }
  .abouti .abouti-outer .abouti-img .abouti-img-company {
    width: 60%;
  }
  .abouti .abouti-outer .abouti-text .marks {
    width: 38px;
  }
  .abouti .abouti-outer .abouti-text .abouti-title {
    font-size: 28px;
    line-height: 38px;
    margin-top: 20px;
  }
  .casting-processi .casting-process-list .casting-process-item {
    width: 48%;
    margin-top: 28px;
  }
  .casting-processi .casting-process-list .casting-process-item .casting-process-item-con .casting-process-item-title {
    font-size: 16px;
    line-height: 27px;
  }
  .casting-processi .casting-process-list .casting-process-item .casting-process-item-icon {
    width: 58px;
    height: 58px;
  }
  .casting-processi .casting-process-list .casting-process-item .casting-process-item-con {
    width: calc(100% - 74px);
  }
  .casting-processi .casting-process-contact .contact-btn .read-more-p {
    font-size: 14px;
  }
  .casting-processi .casting-process-contact .contact-btn .banner-more-inner {
    width: auto;
    padding: 0 22px;
  }
  .casting-processi .casting-process-contact {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .casting-processi .casting-process-list .casting-process-item {
    width: 100%;
    margin-top: 10px;
  }
  .casting-processi .casting-process-list .casting-process-item::after {
    font-size: 55px;
  }
  .casting-processi .casting-process-list .casting-process-item .casting-process-item-con .casting-process-item-desc {
    min-height: 0;
  }
  .casting-processi {
    margin-top: 0;
    background: #F8F8F8;
  }
  .casting-processi .casting-process-outer {
    padding-top: 0;
  }
  .banner .bannerSwiper .banner-bottom {
    bottom: 50px;
  }
}
@media (max-width: 778px) {
  .proi .proi-type .proi-type-center .proi-type-slide {
    width: 265px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-en {
    font-size: 13px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text {
    font-size: 28px;
    line-height: 32px;
    margin-top: 18px;
  }
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-desc {
    display: none;
  }
  .banner .bannerSwiper .banner-left-line {
    width: 5px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top .proi-data-one-type {
    font-size: 12px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-title .text {
    font-size: 14px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-title .right {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
  }
  .proi .proi-type .proi-type-btn {
    width: 42px;
    height: 60px;
  }
  .proi .proi-type .proi-type-center .proi-type-slide {
    height: auto;
    padding: 12px 4px;
  }
  .proi .proi-data-btns {
    margin-bottom: 0;
  }
  .proi .proi-data-btns .proi-data-btn {
    width: 40px;
    height: 52px;
  }
  .proi .proi-type .proi-type-center .proi-type-slide .proi-type-icon {
    width: 26px;
    height: 26px;
  }
  .proi .proi-type .proi-type-center .proi-type-slide .proi-type-title {
    font-size: 12px;
  }
  .proi .proi-type .proi-type-center {
    width: calc(100% - 99px);
    margin: 0 15px;
  }
  .proi .proi-outer .line1 {
    left: -3%;
  }
  .proi .proi-outer .line5 {
    right: -3%;
  }
  .proi .proi-list {
    padding: 0 0;
  }
  .proi .proi-outer .line3 {
    display: none;
  }
  .proi .proi-outer .line2 {
    display: none;
  }
  .proi .proi-outer .line4 {
    display: none;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom:nth-of-type(1) {
    margin-bottom: 26px;
  }
  .proi .proi-data-one {
    width: 275px;
    margin-right: 22px;
  }
  .proi .proi-data-one .proi-data-one-other .proi-data-one-dom .proi-data-one-top {
    padding: 15px 20px;
  }
  .abouti .abouti-outer .abouti-text .abouti-title {
    font-size: 20px;
    line-height: 34px;
    margin-top: 18px;
  }
  .abouti .abouti-outer .abouti-text .marks {
    width: 32px;
  }
  .abouti .abouti-outer .abouti-img {
    margin-top: 22px;
    flex-wrap: wrap;
  }
  .abouti .abouti-outer .abouti-img .abouti-img-honor {
    margin-right: 0;
    width: 100%;
  }
  .abouti .abouti-outer .abouti-img .abouti-img-company {
    width: 100%;
    margin-top: 24px;
  }
  .abouti .abouti-inner .abouti-main {
    width: 100%;
    padding-right: 0;
  }
  .abouti .abouti-inner {
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .abouti .abouti-inner .abouti-num {
    width: 100%;
    margin: 24px auto 0;
    max-width: 320px;
  }
  .indexTitle {
    font-size: 26px;
    line-height: 38px;
  }
  .indexIntro {
    font-size: 16px;
    line-height: 30px;
  }
  .casting-process .casting-process-title {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .casting-processi .casting-process-title {
    flex-wrap: wrap;
  }
  .casting-processi .casting-process-title .casting-process-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .casting-process {
    margin-top: -50px;
    background-size: auto 100%;
  }
  .casting-process .casting-process-title .casting-process-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .casting-process .casting-process-list .process-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .proi .proi-title {
    flex-wrap: wrap;
  }
  .proi .proi-title .proi-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .servicei .servicei-right-top .servicei-right-tr {
    border-top: 30px solid #fff;
  }
  .servicei .servicei-right-top .servicei-right-box {
    height: 30px;
  }
  .servicei .servicei-right-top {
    height: 30px;
  }
  .servicei .servicei-map {
    width: 100%;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con {
    margin-top: -66px;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth {
    width: 90%;
    max-width: 420px;
  }
  .servicei .servicei-outer .servicei-left .servicei-desc {
    margin-top: 120px;
  }
  .servicei .servicei-outer .servicei-left .servicei-text {
    font-size: 20px;
    line-height: 35px;
  }
  .servicei .servicei-outer .servicei-left .servicei-title {
    margin-top: 0;
    transform: translateY(-10px);
  }
  .casting-process .casting-process-list .process-item .img {
    border-radius: 9px;
  }
  .banner .bannerSwiper .banner-bottom {
    bottom: 36px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-inner .line {
    width: 60px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one {
    width: 12px;
    height: 12px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title .logo {
    width: 100px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one::before {
    width: 28px;
    height: 28px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner-left {
    max-width: 100%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-inner-video {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .public-btn {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    font-size: 20px;
    line-height: 38px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro-other {
    font-size: 20px;
    line-height: 38px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-inner .banner-num-one::after {
    width: 12px;
    height: 12px;
  }
  .servicei .servicei-outer {
    flex-wrap: wrap;
  }
  .servicei .servicei-outer .servicei-left {
    width: 100%;
    padding-right: 0;
  }
  .servicei .servicei-outer .servicei-right {
    width: 100%;
  }
  .casting-process .casting-process-contact {
    padding-left: 0;
  }
  .casting-process .casting-process-contact .contact-btn .read-dot {
    width: 26px;
  }
  .casting-process .casting-process-contact .contact-btn .banner-more-text {
    margin-right: 15px;
  }
  .casting-process .casting-process-contact .contact-btn .banner-more-icon {
    margin-right: 10px;
    width: 17px;
  }
  .casting-process .casting-process-contact .contact-btn .read-more-p {
    font-size: 14px;
  }
  .casting-processi .casting-process-contact {
    padding-left: 0;
  }
  .casting-processi .casting-process-contact .contact-btn .read-dot {
    width: 26px;
  }
  .casting-processi .casting-process-contact .contact-btn .banner-more-text {
    margin-right: 15px;
  }
  .casting-processi .casting-process-contact .contact-btn .banner-more-icon {
    margin-right: 10px;
    width: 17px;
  }
  .casting-processi .casting-process-contact .contact-btn .read-more-p {
    font-size: 14px;
  }
  .casting-process .casting-process-list .process-item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .casting-process .casting-process-list .process-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .casting-process .casting-process-list .process-item:nth-of-type(4) {
    transform: translateX(0);
  }
  .casting-process .casting-process-list .process-item:nth-of-type(5) {
    transform: translateX(0);
  }
  .casting-process .casting-process-list .process-item:nth-of-type(6) {
    transform: translateX(0);
  }
  .casting-process .casting-process-list {
    padding-right: 0;
  }
  .equipmenti .equipmenti-inner-list .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .equipmenti .equipmenti-inner-list .item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .equipmenti .equipmenti-inner-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .equipmenti .equipmenti-inner-top {
    margin-bottom: 28px;
  }
  .equipmenti .equipmenti-more {
    margin-top: 20px;
  }
  .equipmenti .equipmenti-inner-top {
    flex-wrap: wrap;
  }
  .equipmenti .equipmenti-title {
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  .banner {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 431px) {
  .banner {
    margin-top: 42px;
  }
  .proi .proi-type .proi-type-center .proi-type-slide {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 425px) {
  .banner .bannerSwiper .banner-swiper-slide1 .banner-inner-text {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 396px) {
  .proi .proi-dot {
    width: 20%;
  }
  .banner .bannerSwiper .banner-bottom {
    bottom: 16px;
  }
  .banner .bannerSwiper .banner-bottom .banner-bottom-outer {
    padding-right: 0;
  }
  .servicei .servicei-outer .servicei-right .servicei-earth-con .servicei-earth-text {
    font-size: 48px;
    line-height: 50px;
    margin-top: 24px;
  }
  .contacti .contacti-infos .contacti-info-a {
    width: 100%;
  }
  .contacti .contacti-infos .contacti-info-a:nth-of-type(2) {
    margin-bottom: 15px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-title .logo {
    width: 70px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro {
    font-size: 18px;
    line-height: 32px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-desc-intro-other {
    font-size: 18px;
    line-height: 32px;
  }
  .casting-process {
    margin-top: 0;
    background: #f5f7ff;
  }
  .casting-process .casting-process-title {
    padding-top: 0;
  }
  .servicei .servicei-outer .servicei-left .servicei-title {
    margin-top: 180px;
    transform: translateY(0);
  }
  .servicei .servicei-outer .servicei-left .servicei-desc {
    margin-top: 24px;
  }
}
