.home-banner .swiper-slide-active .banner-animote {
  -webkit-animation: bannerani 0.5s forwards;
          animation: bannerani 0.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.home-banner .swiper-slide img {
  width: 100%;
}
.home-banner .banner-text1 {
  color: #ffffff;
  position: absolute;
  top: 16%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-banner .banner-text1 .title {
  font-size: 60px;
  line-height: 1.2em;
  position: relative;
  padding-left: 50px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.home-banner .banner-text1 .title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 50px;
  background-color: var(--color);
  left: 0;
  top: 13px;
}
.home-banner .banner-text1 .subtitle {
  font-size: 32px;
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .home-banner .banner-text1 .title {
    font-size: 48px;
  }
  .home-banner .banner-text1 .title::before {
    top: 10px;
    height: 40px;
  }
  .home-banner .banner-text1 .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .home-banner .banner-text1 .title {
    font-size: 30px;
    padding-left: 30px;
  }
  .home-banner .banner-text1 .title::before {
    width: 8px;
    top: 4px;
    height: 30px;
  }
  .home-banner .banner-text1 .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-banner .banner-text1 {
    top: 5%;
  }
  .home-banner .banner-text1 .title {
    font-size: 20px;
    padding-left: 20px;
  }
  .home-banner .banner-text1 .title::before {
    width: 8px;
    top: 4px;
    height: 20px;
  }
  .home-banner .banner-text1 .subtitle {
    font-size: 16px;
    padding-left: 20px;
  }
}
.home-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
}
@media (max-width: 1024px) {
  .home-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.home-banner .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.home-title {
  font-size: var(--titlesize);
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}

@-webkit-keyframes bannerani {
  0% {
    top: 18%;
  }
  100% {
    top: 16%;
    opacity: 1;
  }
}

@keyframes bannerani {
  0% {
    top: 18%;
  }
  100% {
    top: 16%;
    opacity: 1;
  }
}
.home-aboutus .about-top {
  padding-top: 130px;
  padding-bottom: 130px;
}
.home-aboutus .about-left {
  width: 44%;
}
.home-aboutus .about-left .about-title {
  color: var(--color);
  margin-bottom: 20px;
  padding-right: 5%;
}
.home-aboutus .about-left .about-text {
  font-size: 18px;
  color: var(--fontcolor1);
}
.home-aboutus .about-img {
  width: 37%;
  border-radius: 10px;
  overflow: hidden;
}
.home-aboutus .about-img .img-wrap {
  height: 100%;
}
.home-aboutus .about-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-aboutus .about-bottom {
  background-color: var(--color);
  text-align: center;
  padding: 116px 15px;
}
.home-aboutus .about-bottom .home-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.home-aboutus .about-bottom p {
  max-width: 670px;
  margin: 0 auto;
  color: var(--fontcolor1);
}
@media (max-width: 1280px) {
  .home-aboutus .about-left, .home-aboutus .about-img {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .home-aboutus .about-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-aboutus .about-left {
    width: 100%;
    padding: 15px;
  }
  .home-aboutus .about-left .about-title {
    margin-bottom: 10px;
  }
  .home-aboutus .about-img {
    width: 100%;
  }
  .home-aboutus .about-bottom {
    padding: 30px 0;
  }
}
.home-aboutus .about-bottom .home-title {
  margin-bottom: 15px;
}

.home-reliability {
  padding: 92px 0;
  background-color: #f7f7f7;
}
.home-reliability .reliability-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-reliability .reliability-right {
  width: 61%;
  padding: 0 calc((100vw - 1460px) / 2) 0 7%;
}
.home-reliability .reliability-right .home-title {
  color: var(--fontcolor1);
  margin-bottom: 50px;
  font-size: 32px;
}
.home-reliability .reliability-right .commitment-list .commit-tit {
  font-size: 24px;
  font-weight: 500;
  color: var(--color);
  text-transform: uppercase;
}
.home-reliability .reliability-right .commitment-list .commit-item {
  margin-bottom: 40px;
}
.home-reliability .reliability-img {
  position: relative;
  width: 39%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.home-reliability .reliability-img .img-wrap {
  height: 100%;
}
.home-reliability .reliability-img .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .home-reliability .reliability-right {
    padding-right: 50px;
  }
}
@media (max-width: 1440px) {
  .home-reliability .reliability-right {
    padding-right: 20px;
  }
  .home-reliability .reliability-right .home-title {
    margin-bottom: 20px;
  }
  .home-reliability .reliability-right .commitment-list .commit-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .home-reliability > .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-reliability .reliability-img {
    width: 100%;
  }
  .home-reliability .reliability-right {
    padding: 30px 20px;
    width: 100%;
  }
  .home-reliability .reliability-right .home-title {
    margin-bottom: 15px;
  }
  .home-reliability .reliability-right .commitment-list .commit-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .home-reliability {
    padding: 30px 0;
  }
  .home-reliability .reliability-img {
    width: 100%;
  }
  .home-reliability .reliability-right {
    width: 100%;
    padding: 15px;
  }
}

.home-img-text {
  position: absolute;
  top: 10%;
  left: calc((100vw - 1460px) / 2);
  z-index: 1;
}
.home-img-text p {
  line-height: 1.5;
}
.home-img-text p:nth-child(1) {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.home-img-text p:nth-child(2) {
  font-weight: 500;
  color: var(--color);
  text-transform: uppercase;
  font-size: 44px;
}
.home-img-text p:nth-child(3) {
  font-size: 32px;
  color: var(--fontcolor1);
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .home-img-text {
    left: 70px;
  }
  .home-img-text p:nth-child(1) {
    font-size: 16px;
  }
  .home-img-text p:nth-child(2) {
    font-size: 36px;
  }
  .home-img-text p:nth-child(3) {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .home-img-text {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .home-img-text {
    top: 5%;
  }
  .home-img-text p:nth-child(1) {
    font-size: 14px;
  }
  .home-img-text p:nth-child(2) {
    font-size: 30px;
  }
  .home-img-text p:nth-child(3) {
    font-size: 20px;
  }
}

.home-rm {
  font-size: 20px;
  text-align: right;
  font-weight: 500;
  color: var(--fontcolor1);
}
.home-rm a {
  text-transform: capitalize;
}
.home-rm a:hover {
  color: var(--color);
}
@media (max-width: 1024px) {
  .home-rm {
    font-size: 16px;
  }
}

.home-expertise .expertise-top {
  position: relative;
  padding: 84px 0 72px;
  background-color: #f7f7f7;
}
.home-expertise .expertise-top .home-img-text {
  position: static;
}
.home-expertise .expertise-top .home-img-text p:nth-child(1) {
  color: var(--fontcolor1);
}
.home-expertise .expertise-top .lazy-wrap::after {
  padding-bottom: 31.25%;
}
.home-expertise .expertise-top .lazy-loaded::after {
  padding-bottom: 0;
}
.home-expertise .expertise-bottom {
  background-color: #ff2b2f;
  padding: 116px 0;
}
.home-expertise .expertise-bottom .expertise-item {
  width: 33%;
}
.home-expertise .expertise-bottom .expertise-item .num {
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
}
.home-expertise .expertise-bottom .expertise-item .item-title {
  font-size: 32px;
  color: var(--fontcolor1);
}
.home-expertise .expertise-bottom .expertise-item p {
  color: var(--fontcolor1);
}
@media (max-width: 1600px) {
  .home-expertise .expertise-bottom .expertise-item .num {
    font-size: 48px;
  }
  .home-expertise .expertise-bottom .expertise-item .item-title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .home-expertise .expertise-top .home-img-text {
    left: 5%;
    top: 5%;
  }
}
@media (max-width: 768px) {
  .home-expertise .expertise-top {
    padding: 30px 0;
  }
  .home-expertise .expertise-bottom {
    padding: 30px 0;
  }
  .home-expertise .expertise-bottom .expertise-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-expertise .expertise-bottom .expertise-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .home-expertise .expertise-top {
    height: 200px;
  }
  .home-expertise .expertise-top .img-wrap {
    height: 100%;
  }
  .home-expertise .expertise-top .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home-agility {
  padding: 90px 0 176px;
}
.home-agility .agility-img {
  width: 40%;
  position: relative;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.home-agility .agility-img .home-img-text p:nth-child(3) {
  color: #ffffff;
}
.home-agility .agility-img .img-wrap {
  height: 100%;
}
.home-agility .agility-img .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-agility .agility-right {
  width: 60%;
  padding: 0 calc((100vw - 1460px) / 2) 0 7%;
}
.home-agility .agility-right .ag-circle-box {
  padding-left: 50px;
  padding-right: 50px;
}
.home-agility .agility-right .ag-text {
  font-size: 20px;
}
.home-agility .agility-right .ag-text .home-rm {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .home-agility .agility-right {
    padding-right: 50px;
  }
}
@media (max-width: 1440px) {
  .home-agility .agility-right {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .home-agility .agility-right {
    width: 100%;
    padding: 9% 20px 0;
  }
  .home-agility .agility-right .ag-text {
    padding: 0 15px;
    font-size: 16px;
  }
}
.home-agility .ag-circle {
  max-width: 80%;
  aspect-ratio: 1/1;
  background: url(https://css02.v15cdn.com/m531/imgs/5C.webp) no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 80px;
  position: relative;
}
.home-agility .ag-circle .center {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 500;
  color: var(--color);
  text-align: center;
  width: 160px;
  line-height: 1.2;
}
.home-agility .ag-circle span {
  position: absolute;
  font-size: 24px;
  width: 200px;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 1600px) {
  .home-agility .ag-circle {
    margin-bottom: 30px;
    max-width: 60%;
  }
  .home-agility .ag-circle .center {
    font-size: 24px;
  }
  .home-agility .ag-circle span {
    font-size: 18px;
    width: 150px;
  }
}
@media (max-width: 480px) {
  .home-agility .ag-circle .center {
    font-size: 18px;
    width: 130px;
  }
  .home-agility .ag-circle span {
    font-size: 14px;
    width: 120px;
  }
}
.home-agility .ag-circle span:nth-of-type(1) {
  top: -2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-agility .ag-circle span:nth-of-type(2) {
  top: 38%;
  right: 0;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
}
.home-agility .ag-circle span:nth-of-type(3) {
  bottom: 14%;
  right: 0;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.home-agility .ag-circle span:nth-of-type(4) {
  bottom: 14%;
  left: 0;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
.home-agility .ag-circle span:nth-of-type(5) {
  top: 38%;
  left: 0;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}
@media (max-width: 480px) {
  .home-agility .ag-circle span:nth-of-type(3), .home-agility .ag-circle span:nth-of-type(4) {
    bottom: 5%;
  }
}
.home-agility .ag-text {
  color: var(--fontcolor1);
}
@media (max-width: 1024px) {
  .home-agility .agility-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-agility {
    padding: 30px 0;
  }
}

.home-service {
  padding: 0 0 134px 0;
}
.home-service .home-title {
  color: var(--color);
  margin-bottom: 50px;
}
.home-service .service-list {
  gap: 20px;
  padding: 0 35px;
}
.home-service .service-list .service-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home-service .service-list .service-item:first-child {
  width: 48%;
}
.home-service .service-list .service-item:nth-child(2) {
  width: 29%;
}
.home-service .service-list .service-item:nth-child(3) {
  width: 20%;
}
.home-service .service-list .service-item .img-wrap {
  height: 100%;
}
.home-service .service-list .service-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-service .service-list .service-item a {
  position: absolute;
  font-size: 24px;
  color: #ffffff;
  z-index: 1;
  bottom: 0;
  left: 40px;
  bottom: 15px;
}
.home-service .service-list .service-item a em {
  display: inline-block;
  color: var(--color);
  font-size: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1600px) {
  .home-service .service-list .service-item a {
    font-size: 20px;
  }
  .home-service .service-list .service-item a em {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .home-service .home-title {
    margin-bottom: 30px;
  }
  .home-service .service-list {
    padding: 0 15px;
  }
  .home-service .service-list .service-item a {
    font-size: 16px;
    left: 15px;
  }
  .home-service .service-list .service-item a em {
    font-size: 16px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .home-service .service-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
  .home-service .service-list .service-item {
    width: 100% !important;
  }
  .home-service .service-list .service-item img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-service {
    padding: 0 0 30px 0;
  }
}

.home-news {
  padding: 84px 0 96px;
  background-color: #eceaea;
}
.home-news .home-title {
  color: var(--color);
  margin-bottom: 50px;
}
.home-news .news-box {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  padding: 0 40px;
}
.home-news .news-box .news-item {
  background-color: #ffffff;
  padding: 45px 40px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  .home-news .news-box .news-item {
    padding: 30px;
  }
}
.home-news .news-box .news-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.home-news .news-box .news-item:hover .news-con .news-title {
  color: var(--color);
}
.home-news .news-box .news-item .news-img {
  aspect-ratio: 13/7;
  border-radius: 10px;
  display: block;
}
.home-news .news-box .news-item .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-news .news-box .news-item .read-more {
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .home-news .news-box .news-item:nth-child(1) {
    grid-row: 1/4;
    display: block;
  }
  .home-news .news-box .news-item:nth-child(1) .news-img {
    max-width: 480px;
    aspect-ratio: 48/29;
    margin-bottom: 60px;
  }
  .home-news .news-box .news-item:nth-child(1) .news-con .news-title {
    font-size: 28pt;
  }
}
.home-news .news-box .news-item:not(:first-child) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-news .news-box .news-item:not(:first-child) .news-img {
  width: 260px;
}
.home-news .news-box .news-item:not(:first-child) .news-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding-right: 50px;
}
.home-news .news-box .news-item:not(:first-child) .news-con .read-more {
  display: none;
}
.home-news .news-box .news-item:not(:first-child) .news-con .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.home-news .news-box .news-item .news-con {
  font-size: 20px;
}
.home-news .news-box .news-item .news-con .news-title {
  font-size: 24pt;
  font-weight: 500;
  line-height: 1.3;
  color: #701118;
  margin: 8px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .home-news .news-box .news-item .news-con .news-title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .home-news .news-box .news-item .news-con .news-title {
    font-size: 18px;
    margin: 0;
  }
}
.home-news .news-box .news-item .news-con .read-more {
  color: var(--color);
  margin-top: 30px;
  display: inline-block;
  font-weight: 500;
}
.home-news .home-rm {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .home-news .home-title {
    margin-bottom: 30px;
  }
  .home-news .news-box {
    padding: 0 15px;
    grid-template-columns: 1fr;
  }
  .home-news .news-box .news-item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-news .news-box .news-item:nth-child(1) .news-img {
    width: 33%;
  }
  .home-news .news-box .news-item:nth-child(1) .news-con {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
  }
  .home-news .news-box .news-item:nth-child(1) .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .home-news .news-box .news-item:nth-child(1) .read-more {
    display: none;
  }
  .home-news .news-box .news-item .news-con {
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .home-news {
    padding: 30px 0;
  }
  .home-news .news-box {
    padding: 0 15px;
  }
  .home-news .news-box .news-item {
    padding: 15px;
  }
  .home-news .news-box .news-item .news-con {
    font-size: 16px;
  }
  .home-news .news-box .news-item .news-img {
    width: 30% !important;
  }
}