/* banner */
.banners-swiper-slide {
  position: relative;
}

.banners-swiper-item {
  /* position: absolute;
  height: 41.6665vw; */
}

.banners-swiper-item > img {
  /* height: 100%; */
  width: 100%;
}

.banner-desc {
  max-width: 92.5rem;
  width: 100%;
  margin: auto;
  height: 41.6665vw;
  padding: 0 2.5rem;
  color: #fff;
  display: none;

}

/* banner  动效 */
@keyframes slideLeft {
  0% {
    left: 0rem;
    opacity: 0;
  }

  25% {
    left: 5.20835vw;
    opacity: 0.15;
  }

  50% {
    left: 7.812525vw;
    opacity: 0.25;
  }

  75% {
    left: 10.4167vw;
    opacity: 0.55;
  }

  100% {
    left: 13.020875vw;
    opacity: 1;
  }
}

.banner-desc .content {
  position: absolute;
  padding-top: 29.770855vw;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.banner-desc .content.slideLeft {
  animation: slideLeft 1s linear;
  animation-fill-mode: backwards;
}

.banner-title {
  line-height: 1.3;
  font-size: 2.916676vw;
  font-family: "Rajdhani-Bold";
  margin-bottom: 1.875rem;
}

.banner-title span {
  display: block;
}

.banner-subtitle {
  font-size: 1.5rem;
  line-height: 1.45;
  max-width: 28.75rem;
}

.banner-subtitle span {
  /* display: block; */
}

.banner-btn .more a {
  position: relative;
  margin-top: 3.3854275vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 3.5rem;
  color: #dd3333;
  font-size: 1.25rem;
  font-family: "Barlow-Bold";
  border-radius: .125rem;
  background: #fff;
  transition: all 0.5s;
}

.banner-btn .more a:hover {
  z-index: 2;
  color: #fff;
  background: #dd3333;
  transition: all 0.5s;
}

.banner-swiper-pagination {
  left: 16% !important;
  bottom: 3.12501vw !important;
  transform: translate(-50%);
}

.banner-swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
  width: .625rem;
  height: .625rem;
}

.banner-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner-button-prev::after,
.banner-button-next::after {
  content: none;
}

.banner-button-prev,
.banner-button-next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: .0625rem solid #fff;
}

.banner-button-prev {
  left: 3.125rem;
}

.banner-button-next {
  right: 3.125rem;
}

/* banner end */

/* tailored */
.tailored {
  padding: 6.25rem 0 5rem;
  background: #fafafa;
}

.tailored-content .text {
  max-width: 44rem;
  margin: .625rem 0;
}

.tailored-swiper-div {
  position: relative;
}

.tailored-swiper {
  padding: 1.875rem 0 3.125rem;
}

.tailored-item {
  display: block;
  text-align: center;
  border-radius: .625rem;
  overflow: hidden;
  border: .0625rem solid #e5e5e5;
}

.tailored-item .tailored-img {
  position: relative;
  overflow: hidden;
  /* width: calc(100% - 3.75rem); */
  /* margin: 0 auto; */
}

.tailored-img img {
  object-fit: fill;
  width: 100%;
  transition: all 0.5s;
}

.tailored-desc {
  height: 3.75rem;
  line-height: 3.75rem;
  color: #202020;
  -webkit-line-clamp: 1;
}

.tailored-item:hover .tailored-img::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

.tailored-item:hover .tailored-img img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.tailored-item:hover .tailored-desc {
  color: #dd3333;
}

.tailored-navigation {
  position: absolute;
  right: 0;
  top: -3.125rem;
  width: 8.5rem;
  height: 2.75rem;
  z-index: 10;
}

.tailored-navigation .tailored-more{
  height: 100%;
}

.tailored-navigation .tailored-more a{
  transform: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-family: "Barlow-Bold";
  background: #011e34;
  transition: all 0.5s;
}

.tailored-navigation .tailored-prev,
.tailored-navigation .tailored-next {
  width: 2.75rem;
  height: 2.75rem;
  background: url(/lib/images/index/icon_arrow_next.svg) no-repeat center
    #dd3333;
}

.tailored-navigation .tailored-prev {
  left: 0;
  transform: rotate(-180deg);
}

.tailored-navigation .tailored-next {
  right: 0;
}

.tailored-navigation .tailored-prev::after,
.tailored-navigation .tailored-next::after,
.customer-prev::after,
.customer-next::after {
  content: none;
}

.tailored-navigation .swiper-button-next.swiper-button-disabled,
.tailored-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.tailored-swiper .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  height: .1875rem;
  background: #e5e5e5;
  margin-bottom: 20px;
}

.tailored-swiper .swiper-pagination-progressbar-fill {
  background: #dd3333;
}

/* tailored end */

/* service */
.service {
  padding: 0 0 6.25rem;
}

.service-content {
  justify-content: space-between;
}

.service .left {
  padding-top: 5rem;
  max-width: 45rem;
  margin-right: 1.875rem;
}

.service-text {
  margin: 1.875rem 0 3.125rem;
}

.service-text p {
  margin-bottom: 1.125rem;
}

.service .left ul {
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.service .left ul li {
  display: flex;
  align-items: center;
  gap: .625rem;
  position: relative;
  max-width: 20rem;
  width: 100%;
  margin-right: 1.5rem;
  /* padding-left: 2.5rem; */
  margin-bottom: 1.5rem;
}

.service .left ul li::before {
  /* position: absolute;
  top: .4375rem;
  left: 0;
  width: 1.25rem;
  height: .0625rem;
  background: #404040;
  content: ""; */
}

.service .left ul li span {
  color: #dd3333;
}

.service .left .inquery {
  margin-top: 2.5rem;
}

/* 右侧 */
.service .right {
  width: 30rem;
  margin-top: -3.125rem;
  border-radius: .625rem;
  overflow: hidden;
  flex-shrink: 0;
}

.service .right .type {
  height: 3.125rem;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 3.125rem;
  font-family: "Rajdhani-Bold";
  background: #dd3333;
}

.type-lists {
  padding: 2.5rem 2.5rem 0;
  background: #f0f2f3;
}

.type-lists ul.active {
  height: auto;
  overflow-y: auto;
}

/* 设置滚动条样式 */
.type-lists ul::-webkit-scrollbar {
  width: .3125rem;
  height: .3125rem;
}

.type-lists ul::-webkit-scrollbar-track {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.type-lists ul::-webkit-scrollbar-thumb {
  background-color: #e9e5e5;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.type-lists ul li {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: .0625rem solid #e5e5e5;
}

.type-lists ul li::after {
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: .0625rem;
  background: #fff;
  content: "";
}

.type-lists ul li:last-child {
  border: none;
}

.type-lists ul li:last-child::after {
  content: none;
}

.type-lists ul li a {
  align-items: center;
}

.type-lists .type-img {
  width: 7.5rem;
  height: 7.5rem;
  margin-right: 1.875rem;
  flex-shrink: 0;
  transition: all 0.5s;
}

.type-lists .type-title {
  color: #202020;
  font-size: 1.5rem;
  font-family: "Rajdhani-Bold";
  margin-bottom: .75rem;
}

.type-lists .text {
  color: #666;
}

.type-lists ul li:hover .type-title {
  color: #dd3333;
}

.type-lists ul li:hover .type-img {
  transform: rotateY(180deg);
  transition: all 0.5s;
}

/* service end */

/* application  */
.application .title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.application-lists .row {
  margin: 0 -0.625rem;
}

.application-lists .row > div {
  padding: 0 .625rem;
  margin-bottom: 1.25rem;
}

.app-item {
  position: relative;
  display: block;
  cursor: pointer;
}

.app-item .app-img {
  position: relative;
  overflow: hidden;
}

.app-item .app-img img {
  object-fit: fill;
  width: 100%;
}

.app-item .app-desc {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  max-width: 18.75rem;
  width: 100%;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Rajdhani-Medium";
  background: rgba(1, 30, 52, 0.9);
  transition: all 0.5s;
}

.app-item:hover .app-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  transition: all 0.5s;
}

.app-item:hover .app-desc {
  padding-left: 3.75rem;
  background: #dd3333;
  transition: all 0.5s;
}

.app-item:hover .app-desc::after {
  position: absolute;
  top: 1.5625rem;
  left: 0;
  width: 2.5rem;
  height: .125rem;
  background: #fff;
  content: "";
}

.more-application a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.25rem;
  margin-top: .625rem;
  color: #011e34;
  font-size: 1.25rem;
  font-family: "Barlow-Bold";
  background: #dd3333;
  transition: all 0.5s;
}

/* .more-application a:hover {
  color: #fff;
  transition: all 0.5s;
} */

/* application  end */

/* main-products */
.main-products {
  padding: 6.25rem 0;
  border-bottom: .0625rem solid #e5e5e5;
}

.main-products .title-part {
  text-align: center;
}

.main-products .text {
  margin: .9375rem 0 1.875rem;
}

.tab-title-lists {
  max-width: 26.25rem;
  width: 100%;
  margin: auto auto 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #666;
  border-radius: 1.25rem;
  background: #f0f3f3;
}

.tab-title-lists li {
  flex: 1;
  height: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
}

.tab-title-lists li.active {
  color: #dd3333;
  font-family: "Barlow-Medium";
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}

.tab-content-container {
  /* margin: 0 -2.5rem; */
}

.tab-content-swiper-div {
  /* padding: 0 2.5rem; */
}

.tab-content-swiper-div .swiper-slide .swiper-container {
  padding-bottom: 4.0625rem;
}

.tab-content-swiper-div .swiper-pagination-bullet {
  background: #ccd3d6;
  width: .625rem;
  height: .625rem;
  opacity: 1;
  margin: 0 .3125rem !important;
}

.tab-content-swiper-div .swiper-pagination-bullet-active {
  background: #dd3333;
}

.main-pro-item-div {
  position: relative;
  padding: 1.875rem 1.875rem 3.125rem;
  border: .0625rem solid #e5e5e5;
  overflow: hidden;
}

.main-pro-item {
  position: relative;
  display: block;
}

.main-pro-img {
  position: relative;
  margin-bottom: 1.875rem;
}

.main-pro-img img {
  margin: auto;
}

.main-pro-img .mask {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translate(-50%);
  opacity: 0;
  background: rgba(1, 30, 52, 0.7) url(/lib/images/index/icon_hover_arrow.svg)
    center no-repeat;
}

.main-pro-desc {
  position: relative;
}

.main-pro-desc h4 {
  height: 4.375rem;
  /* margin-bottom: 1.25rem; */
  font-size: 1.25rem;
  line-height: 1.5;
  color: #202020;
  font-family: "Rajdhani-Medium";
  -webkit-line-clamp: 3;
}

.main-pro-desc .model {
  font-size: .875rem;
  color: #666;
}

.get-inquery {
  position: relative;
  left: 0;
  bottom: 0;
  transform: none;
  width: 100%;
  height: 3rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-family: "Barlow-Bold";
  background: #011e34;
  transition: all 0.5s;
  margin-top: 1.25rem;
}

/* .get-inquery {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  z-index: 11;
  width: 80%;
  height: 3rem;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-family: 'Barlow-Bold';
  background: #011e34;
  transform: translateX(-50%);
  transition: all 0.5s;
} */

/* .main-pro-desc::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70%;
  content: '';
  display: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
}

.main-pro-item-div:hover {
  box-shadow: .3125rem .3125rem 1.25rem rgba(0, 0, 0, 0.1);
}

.main-pro-item-div:hover .main-pro-desc::after {
  display: block;
} */

.main-pro-item-div:hover .get-inquery {
  display: flex;
}

.get-inquery:hover {
  background: #dd3333;
}

.main-pro-item-div:hover .mask {
  opacity: 1;
}

.main-pro-item-div:hover .main-pro-img img {
  opacity: 0.5;
}

.tab-prev::after,
.tab-next::after {
  content: none;
}

.tab-prev {
  transform: rotateY(180deg);
}

.tab-prev,
.tab-next {
  display: none;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #dd3333 url(/lib/images/index/icon_arrow_next.svg) center
    no-repeat;
}

.tab-content-swiper-div .swiper-container:hover .tab-prev,
.tab-content-swiper-div .swiper-container:hover .tab-next {
  /* display: block; */
}

.tab-content-swiper-div .swiper-container:hover {
  cursor: grab;
}

/* main-products end */

/* promise */

.promise-content {
  padding: 6.25rem 0 5rem;
  border-bottom: .0625rem solid #e5e5e5;
}

.video-container {
  max-width: 42.5rem;
  width: 100%;
  height: 23.9375rem;
  margin-right: 6.25002vw;
}

.video-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-content .video {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.video-content .video-play {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.video-content .video-play svg {
  position: relative;
  z-index: 1;
}

.video-content .video-play:hover svg {
  fill: #dd3333;
}

.video-content .video-play::after {
  position: absolute;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  content: "";
  transform: translateX(-50%);
  background: #fff;
}

.promise-text {
  max-width: 32.5rem;
  width: 100%;
  padding-top: .625rem;
}

.promise-text .title {
  margin-bottom: .625rem;
}

.promise-text ul {
  margin: 1.25rem 0 3.125rem;
}

.promise-text ul li {
  margin-bottom: .625rem;
}

.promise-text ul a {
  color: #202020;
  text-decoration: underline;
}

.promise-text ul li a:hover {
  color: #dd3333;
}

.promise-text ul li a img {
  margin-right: .625rem;
  flex-shrink: 0;
}

.promise-logo img {
  margin-right: 3.5rem;
}

/* promise end */

/* vr */

.vr-content {
  position: relative;
  padding: 5rem 0 0;
}

.video-content::after {
  position: absolute;
  bottom: -0.1875rem;
  width: 100%;
  height: .0625rem;
  background: #fff;
  content: "";
}

.vr .title-part {
  text-align: center;
}

.vr .title-part .text {
  margin: .625rem auto 1.875rem;
}

.vr-bg {
  position: relative;
  height: 25rem;
}

.vr-bg .vr-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: url(/lib/images/index/img_vr_bg.jpg);
  transition: all 0.5s;
}

.vr-mask-content {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.vr-mask-content p {
  color: #fff;
  margin-top: 1.25rem;
}

.vr-mask-content img {
  transition: all 0.5s;
}

.vr-bg .vr-mask:hover .vr-mask-content img {
  transition: all 0.5s;
}

.vr-bg iframe {
  height: 100%;
  width: 100%;
}

/* vr end */

/* customer */
.customer {
  margin-top: -7.5rem;
  padding-top: 1.25rem;
  background: linear-gradient(to bottom, #fafafa, #f0f2f3);
}

.customer-container {
  padding: 0px 0 8rem;
}

.customer-content {
  position: relative;
  padding: 5rem 0 0;
  /* border-top: .0625rem solid #e5e5e5; */
}

.customer-text {
  padding-top: .375rem;
  max-width: 65rem;
  width: 100%;
}

.customer-text .text {
  font-size: 1.25rem;
  max-width: 40rem;
  width: 100%;
  color: #666;
  font-style: italic;
  margin-bottom: 1.875rem;
}

.customer-content .title-part {
  align-items: flex-start;
}

.customer-content .title {
  margin: 1.25rem 0 2.5rem 1.125rem;
}

.customer-desc {
  height: 18.75rem;
  padding: 3.75rem 5rem;
  border-radius: 1.25rem;
  background: #fff;
}

.customer-desc .author {
  position: relative;
  padding-left: 4.375rem;
  color: #202020;
  font-family: "Barlow-Medium";
  font-style: italic;
}

.customer-desc .author::before {
  position: absolute;
  top: .4375rem;
  left: 0;
  width: 3.75rem;
  height: .0625rem;
  content: "";
  background: #202020;
}

.customer-pagination {
  left: 4.6875rem !important;
  bottom: 2.8125rem !important;
  justify-content: left;
}

.customer-pagination .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  opacity: 1;
  margin: 0 .3125rem !important;
  background: #ccd3d6;
}

.customer-pagination .swiper-pagination-bullet-active {
  background: #dd3333;
}

.customer-potho {
  position: absolute;
  right: 0;
  top: 5rem;
  max-width: 37.5rem;
  width: 100%;
}

.customer-potho-container {
  position: relative;
}

.customer-potho-item .customer-img {
  position: relative;
}

.customer-potho-item:hover .customer-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.customer-prev,
.customer-next {
  top: 43%;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
}

.customer-prev {
  left: -1.6875rem;
  background: url(/lib/images/index/icon_arrow_left.svg) no-repeat center
    #dd3333;
}

.customer-next {
  right: -1.6875rem;
  background: url(/lib/images/index/icon_arrow_right.svg) no-repeat center
    #dd3333;
}

.customer-potho-item .view {
  width: auto;
  margin-top: 1.875rem;
  color: #dd3333;
  font-size: 1.25rem;
  font-style: italic;
  justify-content: flex-end;
  display: none;
}

.swiper-slide-active .customer-potho-item .view {
  display: flex;
}

.customer-potho-item .view img {
  margin-left: .625rem;
  flex-shrink: 0;
  transition: all 0.5s;
}

.customer-potho-item .view p {
  transition: all 0.5s;
}

.customer-potho-item .view:hover p {
  transform: translateX(-0.625rem);
  transition: all 0.5s;
}

/* .customer-potho-item .view:hover img {
  transform: translateX(.625rem);
  transition: all 0.5s;
} */

/* customer end */

/* news */
.news-swiper-container .swiper-slide .news-item {
  max-width: 27.5rem;
  margin: auto;
}

.news-swiper-container .swiper-wrapper {
  margin-bottom: 3.125rem
}
.news-swiper-pagination{
  display: none;
}
@media (max-width: 47.9375rem){
  .news.com-container{
    padding:2.5rem 1.25rem;
  } 
}

.news {
  padding: 6.25rem 0;
}

.news .title {
  margin-bottom: 2.5rem;
  text-align: center;
}

.news-lists .row {
  margin: 0 -1.25rem;
}

.news-lists .row > div {
  padding: 0 1.25rem;
}

.news-item {
  display: block;
  margin-bottom: 2.5rem;
  border: .0625rem solid #e5e5e5;
}

.news-img {
  position: relative;
  max-width: 27.5rem;
  width: 100%;
  height: 15.5rem;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.news-cata {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10.875rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Rajdhani-Bold";
  border-top-left-radius: .25rem;
  background: rgba(221, 51, 51,0.7);
}

.news-desc {
  padding: 2.5rem 2.25rem;
}

.news-title {
  height: 5.625rem;
  -webkit-line-clamp: 3;
  font-size: 1.25rem;
  color: #202020;
  line-height: 1.5;
  font-family: "Rajdhani-Medium";
  margin-bottom: 1.25rem;
}

.news-publish {
  color: #666;
  font-family: "Barlow-Medium";
}

.news-publish span {
  color: #dd3333;
  margin-right: 1.25rem;
}

.news-item:hover {
  box-shadow: .3125rem .3125rem 1.25rem rgb(0 0 0 / 10%);
}

.news-item:hover .news-title {
  color: #dd3333;
}

.news-item:hover .news-img img {
  opacity: 0.6;
}

.subscribe-content {
  height: 28.75rem;
  padding: 3.75rem 2.5rem 0;
  border: .0625rem solid #e5e5e5;
}

.subscribe-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.125rem;
}

.subscribe-form p {
  margin-bottom: 1.25rem;
  font-family: "Barlow-Medium";
}

.subscribe-form input {
  border: .0625rem solid #e5e5e5;
  height: 3.5rem;
  padding: 0 1.25rem;
}

.subscribe-form input::placeholder {
  color: #666;
}

.sub-submit {
  width: fit-content;
}

.sub-submit input {
  height: 3rem;
  width: 11.25rem;
  color: #fff;
  margin-top: 1.25rem;
  cursor: pointer;
  background: #dd3333;
  transition: all 0.5s;
  border: none;
}

.sub-submit:hover input {
  background: #011e34;
  transition: all 0.5s;
}

.more-news p {
  margin-top: 1.875rem;
  text-align: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #202020;
  font-style: italic;
  flex-wrap: wrap;
}

.more-news p a {
  color: #dd3333;
  white-space: nowrap;
}

.more-news p a span {
  margin: 0 .625rem 0 .3125rem;
}

.more-news p a img {
  transition: all 1s;
}

.more-news p a:hover img {
  transform: translateX(.625rem);
  transition: all 1s;
}

/* news end */

/* honor */
.honor {
  padding: 6.25rem 0 7.8125rem;
  background: linear-gradient(to bottom, #fafafa, #f0f2f3);
}

.honor .title {
  margin: 1rem 0 2.5rem;
  color: #dd3333;
}

.honor-swiper-container {
  position: relative;
}

.small-certificate {
  position: relative;
  max-width: 53.75rem;
}

.honor-swiper {
  padding-bottom: 3.125rem;
}

.honor-img {
  max-width: 16.25rem;
  margin: auto;
  display: flex;
  justify-content: center;
  border-radius: .125rem;
  overflow: hidden;
}

.honor-img img {
  margin: auto;
  border: .0625rem solid #e5e5e5;
}

.big-certificate {
  position: absolute;
  top: -6.875rem;
  right: 0;
  max-width: 30rem;
  width: 100%;
}

.big-honor-swiper {
  padding-bottom: 1.875rem;
}

.big-honor-item {
  max-width: 30rem;
}

.big-honor-swiper .big-honor-desc {
  position: relative;
  margin-top: 1.875rem;
  font-size: 1.5rem;
  color: #202020;
  text-align: center;
  font-family: "Barlow-Medium";
}

.big-certificate .bg {
  position: absolute;
  bottom: 0;
}

.big-certificate .bg .bg-mask {
  position: relative;
  width: 30rem;
  height: 15.625rem;
}

.big-certificate .bg .bg-mask::before {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  z-index: 1;
  width: 30rem;
  height: 15.625rem;
  border-radius: 1.25rem;
  content: "";
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 1rem 1rem 1.875rem rgba(0, 0, 0, 0.06);
}

.big-certificate .bg .bg-mask::after {
  position: absolute;
  bottom: -3.4375rem;
  left: 50%;
  width: 27.5rem;
  height: .875rem;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  content: "";
  transform: translateX(-50%);
  background: #fff;
}

.big-honor-img {
  position: relative;
  z-index: 5;
  max-width: 20rem;
  margin: auto;
  display: flex;
  justify-content: center;
  border-radius: .125rem;
  overflow: hidden;
}

.big-honor-img img {
  border: .0625rem solid #e5e5e5;
}

.honor-swiper-btn {
  position: relative;
  width: 10rem;
  height: 3.75rem;
  margin-left: auto;
}

.com-honor-prev::after,
.com-honor-next::after {
  content: none;
}

.com-honor-prev,
.com-honor-next {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: .0625rem solid #999;
}

.com-honor-prev {
  background: url(/lib/images/index/icon_arrow_left_hover.svg) no-repeat center;
}

.com-honor-next {
  background: url(/lib/images/index/icon_arrow_right_hover.svg) no-repeat center;
}

.com-honor-prev:hover {
  border-color: #dd3333;
  background: url(/lib/images/index/icon_arrow_left.svg) no-repeat center
    #dd3333;
}

.com-honor-next:hover {
  border-color: #dd3333;
  background: url(/lib/images/index/icon_arrow_right.svg) no-repeat center
    #dd3333;
}

.honor-contact {
  position: relative;
  margin-top: -2.5rem;
}

.honor-contact .item {
  font-size: 1.25rem;
  font-family: "Barlow-Medium";
  font-style: italic;
  color: #dd3333;
  margin-right: 2.5rem;
}

.honor-contact .item a {
  color: #202020;
  margin-left: .1875rem;
}

.honor-contact .item:last-child {
  margin-right: 0;
}

.honor-contact .item a:hover {
  color: #dd3333;
  text-decoration: underline;
}

.tailored-pagination{
  display: none;
}

/* honor end */

@media (max-width: 103.125rem) {
  .banner-desc {
    padding: 0 8.125rem;
  }

  .banner-button-prev {
    left: 1.875rem;
  }

  .banner-button-next {
    right: 1.875rem;
  }
}

@media (max-width: 90.625rem) {
  .honor-img {
    /* max-width: inherit; */
  }
}

@media (max-width: 87.5rem) {
  .customer-text {
    max-width: 56.25rem;
  }

  .customer-text .text {
    max-width: 31.25rem;
  }

  .small-certificate {
    max-width: 37.5rem;
  }

  .honor-contact {
    margin-top: 0;
  }

  .honor-swiper-btn {
    right: 2.5rem;
    bottom: 1.25rem;
  }
}

@media (max-width: 78.6875rem) {
  .customer-text {
    max-width: 43.75rem;
  }

  .customer-text .text {
    max-width: 25rem;
  }

  .customer-desc {
    padding: 2.5rem;
  }

  .honor-contact {
    margin-top: 1.25rem;
  }
}

@media (max-width: 71.875rem) {
  .customer-potho {
    position: relative;
    top: 0;
    max-width: 100%;
    margin-top: 2.5rem;
  }

  .customer-potho img {
    margin: auto;
  }

  .customer-content {
    display: flex;
    flex-direction: column;
  }

  .customer-next {
    right: 1.5rem;
  }

  .customer-prev {
    left: 1.5rem;
  }

  .customer-text,
  .customer-text .text {
    max-width: 100%;
  }

  .customer-desc {
    height: auto;
    padding-bottom: 5rem;
  }

  .customer-pagination {
    left: 2.0625rem !important;
    bottom: 1.875rem !important;
  }

  .small-certificate {
    max-width: 28.125rem;
  }

  .honor-contact .content {
    flex-direction: column;
  }

  .honor-contact .item {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 63.9375rem) {
  .tailored {
    padding: 5rem 0 6.25rem;
  }

  .tailored-content .text {
    max-width: 100%;
  }

  .service {
    padding-bottom: 5rem;
  }

  .main-products,
  .promise-content,
  .customer-container,
  .news,
  .honor {
    padding: 5rem 0;
  }

  .small-certificate {
    max-width: 25rem;
  }

  .big-certificate {
    max-width: 25rem;
  }

  .big-certificate .bg .bg-mask,
  .big-certificate .bg .bg-mask::before {
    width: 25rem;
  }

  .big-certificate .bg .bg-mask::after {
    width: 22.5rem;
  }

  .big-honor-img {
    max-width: 18.75rem;
  }
}

@media (max-width: 56.25rem) {
  .promise-content {
    flex-direction: column-reverse;
  }

  .promise-text,
  .video-content {
    max-width: 100%;
  }

  .promise-text {
    padding-top: 0;
  }

  .video-container {
    max-width: 100%;
    margin-right: 0;
    margin-top: 3.125rem;
  }

  .small-certificate {
    max-width: 18.75rem;
  }

  .service-content {
    flex-direction: column;
  }

  .service .right {
    margin-top: 3.125rem;
    width: 100%;
  }

  .service .left {
    margin-right: 0;
    padding-top: 5rem;
    max-width: 100%;
  }
  .tailored-pagination{
    display: block;
  }
  .tailored-navigation{
    position: relative;
    width: 100%;
    top: 0;
  }
}

@media (max-width: 47.9375rem) {
  .banners-swiper-container {
    min-height: 27.8125rem;
  }

  .banner-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .banner-subtitle {
    font-size: 1rem;
    display: none;
  }

  .banner-btn .more a {
    height: 2.5rem;
    width: 7.5rem;
    font-size: .75rem;
  }

  .banners-swiper-container .swiper-wrapper {
    height: 100%;
    min-height: 100%;
  }

  .banners-swiper-item {
    /* min-height: 13.125rem; */
    height: auto;
  }

  .banners-swiper-container .banners-swiper-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .banner-button-prev,
  .banner-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .banner-button-prev {
    left: .3125rem;
  }

  .banner-button-next {
    right: .3125rem;
  }

  .banner-desc {
    padding: 0 4.375rem;
  }

  .tailored,
  .main-products,
  .promise-content,
  .customer-container,
  .news,
  .honor {
    padding: 2.5rem 0;
  }

  .tailored-desc {
    height: 3.125rem;
    line-height: 3.125rem;
  }

  .service .left {
    padding-top: 2.5rem;
  }

  .service .right .type {
    font-size: 1.125rem;
  }

  .type-lists ul li a {
    flex-direction: column;
    text-align: center;
  }

  .type-lists .type-img {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }

  .type-lists {
    padding: 1.875rem .625rem 0 1.25rem;
  }

  .type-lists ul li {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .service {
    padding-bottom: 2.5rem;
  }

  .app-item .app-desc {
    position: relative;
    max-width: 12.5rem;
    height: 2.5rem;
    font-size: 1rem;
    bottom: 0;
  }

  .more-application a {
    height: 4.375rem;
  }

  .honor .title {
    text-align: center;
  }

  .main-pro-item-div {
    padding: 1.875rem .9375rem;
  }

  .main-pro-img {
    margin-bottom: 1.25rem;
  }

  .main-pro-desc h4 {
    font-size: 1.125rem;
    height: 5rem;
  }

  .tab-prev {
    left: 0;
  }

  .tab-next {
    right: 0;
  }

  .tab-prev,
  .tab-next {
    top: 92%;
  }

  .service .left ul li {
    margin-bottom: 1.875rem;
  }

  .promise-logo {
    justify-content: center;
  }

  .promise-logo img {
    margin-right: 1.875rem;
  }

  .promise-logo img:last-child {
    margin-right: 0;
  }

  .video-content {
    height: 18.75rem;
  }

  .vr-content,
  .customer-content {
    padding-top: 2.5rem;
  }

  .vr-bg,
  .vr-bg .vr-mask {
    height: 18.75rem;
  }

  .customer-pagination {
    left: 0 !important;
    display: none;
  }

  .customer-desc {
    padding-bottom: 2.5rem;
  }

  .customer-potho {
    margin-top: 2.5rem;
  }

  .customer-next {
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
  }

  .customer-prev {
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
  }

  .application-lists .row,
  .news-lists .row {
    margin: 0 -0.9375rem;
  }

  .news-lists .row > div {
    padding: 0 .9375rem;
  }

  .application-lists .row > div {
    padding: 0 .625rem;
  }

  .news-desc {
    padding: 1.875rem 1.25rem;
  }

  .news-title {
    height: auto;
  }

  .news-img {
    height: auto;
  }

  .more-news p {
    line-height: 1.5;
  }

  .subscribe-content {
    padding: 2.5rem 1.25rem;
    height: auto;
  }

  .small-certificate {
    max-width: 12.5rem;
  }

  .small-certificate {
    display: none;
  }

  .big-certificate {
    position: relative;
    top: 0;
    max-width: 30rem;
    margin: auto auto 5rem;
  }

  .big-certificate .bg .bg-mask,
  .big-certificate .bg .bg-mask::before {
    max-width: 30rem;
    width: 20.625rem;
    height: 12.5rem;
  }

  .big-certificate .bg .bg-mask::before {
    bottom: -1.25rem;
  }

  .big-certificate .bg .bg-mask::after {
    max-width: 27.5rem;
    width: 18.75rem;
    bottom: -2.125rem;
  }

  .big-honor-swiper .big-honor-desc {
    font-size: 1.125rem;
  }

  .com-honor-prev,
  .com-honor-next {
    top: 43%;
    width: 2.5rem;
    height: 2.5rem;
  }

  .com-honor-prev {
    left: 0;
  }

  .com-honor-next {
    right: 0;
  }

  .honor-contact .content {
    align-items: center;
  }

}
