/* 6px --- 0.375rem
8px --- 0.5rem
10px --- 0.625rem
12px --- 0.75rem
14px --- 0.875rem
1rem --- 1rem 
18px --- 1.125rem 
20px --- 1.25rem 
24rem --- 1.5rem 
26rem --- 1.65rem
28rem --- 1.75rem
30rem --- 1.875rem
32rem --- 2rem */

:root {
  --bs-screen-xxl: 85.2%;
}

*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 3.13rem;
  color: #000000;
  margin-bottom: 6rem;
  /* line-height: 2.38rem; */
  text-align: center;
}

h2 {
  font-weight: bold;
  font-size: 2.43rem;
  color: #FFFFFF;
  line-height: 4.61rem;
}

h3 {
  font-weight: bold;
  font-size: 1.94rem;
  color: #1A1A1A;
  line-height: 3.68rem;
  text-align: center;
}

h4 {
  font-weight: bold;
  font-size: 1.63rem;
  color: #2a9597;
  line-height: 2.84rem;
  text-align: center;
}

h5 {
  width: 17.88rem;
  font-weight: 400;
  font-size: 1rem;
  color: #1e1e1e;
  line-height: 1.6rem;
  /* text-align: left; */
}

p {
  font-weight: 500;
  font-size: 1.13rem;
  color: #1A1A1A;
  line-height: 1.9rem;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 6deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -6deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

.home-btn {
  width: 9.5rem;
  height: 2.5rem;
  background: #EA5918;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  cursor: pointer;
}

.home-btn:hover {
  animation: tada 2s;
}
.home-container {
  width: 78.5rem;
  /* width: 66%; */
  margin: 0 auto;
}

/* 头部 */
.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.88rem;
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.53);
}

.header-con {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83.5%;
  margin: 0 auto;
}

.header-logo {
  height: 1.18rem;
  /* width: 12.5rem; */
}

.header-menus {
  display: flex;
  align-items: center;
  margin: 0 3rem;
  height: 100%;
}

.header-menus li {
  margin: 0 1rem;
}

.header-menus a {
  color: #fff;
  font-size: 1.13rem;
}

.header-menus i {
  color: #FFF;
}

.header-search__con {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-search {
  width: 21.13rem;
  height: 2.69rem;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  /* height: 1.35rem; */
  position: absolute;
  right: -6rem;
  top: 5.88rem;
  background-color: white;
  padding: 0 0.8rem;
  border-radius: 0.25rem;
}

.header-search input {
  border: none;

  outline: none;
  background: transparent;
  color: #4E4E4E;
  width: calc(100% - 1rem);
  padding-bottom: 0.125rem;
  height: 1.35rem;
  font-size: 0.88rem;
  padding: 0 0.5rem;
}

.search-icon {
  color: white;
  cursor: pointer;
}

.header-search__con:hover .header-search {
  display: flex;
}

.header-search input::placeholder {
  font-size: 1rem;
  color: #929292;
}

.header-search i {
  color: #EA5918;
  /* color: #FFF; */
}

#header-menu__expand {
  display: none;
  margin-right: 1rem;
  font-size: 3rem;
  color: #FFFFFF;
}

#header-right {
  /* width: 76%; */
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-left: 38rem; */
}

.header-right-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-tool__detail>img {
  width: 50%;
}

.header-lang {
  height: 100%;
  color: #FFF;
  display: flex;
  /* width: 5rem; */
  margin-left: 1.13rem;
  cursor: pointer;
  position: relative;

}

#header-lang__content {
  /* border-left: 1px solid #FFF; */
  /* padding: 1rem 0rem; */
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;

}

#header-lang__content p {
  color: white;
  font-size: 1rem;
  width: 2.88rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-lang__content img {
  width: 1.44rem;
  margin-right: 0.88rem;
}

.header-lang__flag {
  background-image: url('../assets/imgs/lang.gif');
  position: relative;
  display: block;
  background-repeat: no-repeat;
  width: 1.325rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.header-lang__en .header-lang__flag {
  background-position: 0 -256px !important
}

#header-lang__menus {
  /* width: 100%; */
  display: none;
  background-color: #FFF;
  color: #000;
  position: absolute;
  top: 5.88rem;
  right: 0rem;
  box-shadow: 0px 0px 0.875rem #0000006e;
  box-sizing: border-box;
}

#header-lang__menus li {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdcdc;
}

.header-lang__triangle {
  font-size: 1rem;
  display: inline-block;
  transition: all .2s;

}

.header-menus li:hover .header-menus__second {
  display: block;
}

.header-menu {
  display: flex;
  align-items: center;
}

.header-menu i {
  transition: all .2s;
  display: inline-block;
}

.header-menus li:hover>.header-menu i {
  transform: rotate(90deg);
}

.header-menus>li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* .header-menus>li:hover>.header-menu a,
.header-menus>li:hover>.header-menu i {
  color: #929394;
} */

.header-menus__second {
  display: none;
  width: fit-content;
  position: absolute;
  top: 5.88rem;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem rgba(12, 0, 5, 0.35);

  padding: 0.7rem 0;
  border-radius: 0.31rem;
  /* border-radius: 0 0 0.63rem 0; */
  z-index: 10;
}

.header-menus__second i {
  color: #5B5B5B;
  margin-right: 0.25rem;

}

.header-menus__second>li {
  /* height: 2.77rem; */
  /* padding: 0 0.63rem; */
  margin: 0;
  padding: 0.7rem 2.25rem;
  width: 100%;
  /* position: relative; */
}

/* .header-menus__second>li:not(:last-child) {

  margin-right: 3rem;
} */

.header-menus__second>li a {
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  color: #5B5B5B;
  text-wrap: nowrap;
}

/* .header-menus__second:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -0.75rem;
  left: 1.5rem;
  border-right: solid 1rem transparent;
  border-left: solid 1rem transparent;
  border-bottom: solid 1rem #fff;
} */
.header-menus__second>li:hover,
.header-menus__third--content>li:hover {
  background: #EA5918;
}

.header-menus__second>li:hover .header-menu i,
.header-menus__second>li:hover .header-menu a,
.header-menus__second>li:hover>a {
  color: #FFFFFF;

}

.header-lang:hover #header-lang__menus {
  display: block;
}

.header-lang:hover .header-lang__triangle {
  transform: rotate(-90deg);
}

.header-menus__third {
  display: none;
  flex-direction: column;
  padding-left: 0.5rem;
  position: absolute;
  left: 100%;
  top: 0rem;
  width: 100%;
}

.header-menus__third--content {
  background-color: #FFF;
  /* padding: 0.35rem 1.13rem; */

  border-radius: 0.31rem;
}

.header-menus__third--content>li {
  padding: 0.7rem 2.5rem;
  margin: 0;
  display: flex;
  justify-content: center;
}

.header-menus__third--content>li a {
  font-size: 1rem;
  color: #848484;
  /* margin-top: 0.5rem; */
}

.header-menus__third--content>li:hover a {
  color: #FFFFFF;
}

.header-menus__second>li:hover .header-menus__third {
  display: flex;

}

.header-menu__control {
  display: flex;
  align-items: center;
  color: #FFF;
  height: 100%;
}

/* footer */
.footer {
  width: 100%;
  background: #000000;
}

.home-footer__content {
  width: 84%;
  margin: 0 auto;
  padding-top: 3.76rem;
}

.home-footer__content--main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.63rem;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.home-footer__content p {
  font-size: 1rem;
  color: #AEAEAE;
  line-height: 1.9rem;
}

.home-footer__content h3 {
  font-weight: bold;
  font-size: 1.13rem;
  color: #FFFFFF;
  margin-bottom: 2.06rem;
  text-align: left;
  line-height: normal;
}

.home-footer__content a {
  font-size: 1rem;
  color: #AEAEAE;
  line-height: 1.9rem;
}


.footer-contact_phone {
  display: flex;
  margin-top: 2.19rem;
  margin-left: 0.31rem;
}


.footer-contact_content {
  margin-left: 1.38rem;
}

.footer-contact_content p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.13rem;
  color: #ffffff;
  line-height: 2rem;
  margin-top: -0.5rem;
}

.footer-contact a:hover,
.footer-menu a:hover {
  color: #EA5918;
}
.home-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0 2.69rem 0;
  border-top: 1px solid rgba(220, 220, 220, 0.48);
}

.home-footer__copyright p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1rem;
  color: #CACACA;
  line-height: 1.6rem;
}

.home-footer__copyright img {
  display: block;
  width: auto;
  height: 1.5rem;
}

.home-footer__copyright--first {
  text-align: right;
}

/* banner */
.swiper-banner {
  width: 100%;
  overflow-x: hidden;
  height: 55.63rem;
}

.home-banner__content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-banner_img {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.home-banner_info {
  width: 100%;
  position: absolute;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-banner_info p {
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.9rem;
}

.home-banner_info p span {
  position: relative;
  padding-left: 1rem;

}

.home-banner_info p span:not(:first-child) {
  margin-left: 1.5rem;
}

.home-banner_info p span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.6rem;
  width: 0.38rem;
  height: 0.38rem;
  left: -0.1rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}

.home-banner_info h1 {
  font-weight: bold;
  font-size: 3.59rem;
  color: #FFFFFF;
  margin: 1.13rem 0 1.69rem 0;
}

.home-banner_info .home-btn {
  margin-top: 2.63rem;
}

/* APPLICATION */
.application {
  margin-top: 4.13rem;
  padding: 0 1.38rem;
}

.application-banner {
  overflow-x: hidden;
  margin-top: 2.63rem;
  position: relative;
}

.application-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .2s;
}

.application_info:hover img {
  transform: scale(1.1);
}

.application .swiper-slide {
  overflow: hidden;
}

.application_info {
  padding: 2.86rem 0 0 3.13rem;
  width: 38.81rem;
  height: 24.31rem;
  background-size: cover;
  position: relative;
  /* background-image: url(../assets/imgs/index/application01.png); */
}

.application_info h2 {
  font-weight: bold;
  font-size: 2.43rem;
  color: #FFFFFF;
  line-height: normal;
}

.application-btn {
  color: #EA5918;
}
.application-btn i {
  display: inline-block;
  transition: all .2s;
}
.application-btn:hover i {
  transform: translateX(0.5rem);
}
.application--prev,
.application--next {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 2.44rem;
  height: 2.44rem;
  background: rgba(0, 0, 0, 0.49);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.application--prev i,
.application--next i {
  font-size: 1.5rem;
}

.application--prev {
  left: 1.06rem;
}

.application--next {
  right: 1.06rem;
}



/* about */
.about {
  margin-top: 7.19rem;
}

.about>p {
  margin: 4rem auto 1rem auto;
}

.btn {
  width: 8.9rem;
  height: 2.4rem;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.2rem solid #EA5918;
  outline: 0.32rem solid #F8F8F8;
  margin: 0 auto;
  transition: all .2s;
}

.btn:hover {
  background: #EA5918;
  outline-color: #EA5918;
}

.btn:hover span,
.btn:hover i {
  color: #FFFFFF;
}

.btn span {
  font-weight: 500;
  font-size: 1rem;
  color: #2B2B2B;
  line-height: 1.9rem;
}

.btn i {
  color: #EA5918;
  font-size: 1.5rem;
  padding-top: 0.15rem;
}

.about-main {
  margin-top: 0.56rem;
  width: 100%;
  height: 54.63rem;
  background-size: 100% 100%;
  background-image: url(../assets/imgs/index/about-bg.png);
  padding-top: 3.19rem;

  padding-bottom: 4.19rem;
}

.swiper-about {
  width: calc(100% - 11.6rem);
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 1rem;
  margin-bottom: 2.83rem;
}

.swiper-about .swiper-slide {
  border-top: 1px solid #AAA;
  padding-top: 2.56rem;
  padding-right: 3.44rem;
  padding-bottom: 2rem;
}

.swiper-about .swiper-slide::before {
  content: '';
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  background: #EA5918;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -0.28rem;
  z-index: 2;
}

.about .home-container {
  position: relative;
}

.swiper-about h4 {
  font-weight: bold;
  font-size: 1.88rem;
  color: #5E5E5E;
  text-align: left;
  margin-bottom: 0.56rem;
  line-height: normal;
}

.swiper-about p {
  font-weight: 500;
  font-size: 1rem;
  color: #2B2B2B;
  line-height: 1.52rem;
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.44rem;
  height: 2.44rem;
  border-radius: 50%;
  border: 1px solid #AAAAAA;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.arrow:hover {
  border-color: #EA5918;
}

.arrow:hover i {
  color: #EA5918;
}

.arrow i {
  color: #AAAAAA;
  font-size: 1.5rem;
}

.about--prev {
  left: 0;
}

.about--next {
  right: 0;
}

/* case */
.case {
  height: 45.69rem;
  background-size: 100% 100%;
  background-image: url(../assets/imgs/index/case-bg.png);
  padding-top: 5rem;
  overflow: hidden;
}

.case .home-container {
  position: relative;
}

.caseSwiper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.caseSwiper .swiper-slide {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #EA5918;
}

.case .swiper-pagination-bullet {
  background: #fff;
  /* border: 2px solid transparent; */
  opacity: 1;
  box-sizing: content-box;
  z-index: 10;
  position: relative;
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 1.68rem;
}

.case .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 130%;
  border-radius: 50%;
  border: 1px solid transparent;
}

.case .swiper-pagination-bullet-active::before {
  border-color: #fff;
}

.case .swiper-pagination-line {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 100vw;
  left: -20.63rem;
  background-color: #fff;
  z-index: 1;
  bottom: -4.16rem;

  /* margin-top: 3.36rem; */
}

.case .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3.36rem;
  position: absolute;
  z-index: 2;
}

.case-info {
  width: 40%;
}

.case-info h3,
.case-info p {
  color: #FFFFFF;
  text-align: left;
}

.case-info p {
  font-size: 1rem;
}

.case h3 {
  color: #FFFFFF;
  margin-bottom: 4.06rem;
}

.case-info h3 {
  margin-bottom: 3.18rem;
}

.case-img {
  width: 55%;
}

.case-img img {
  display: block;
  width: 100%;
}

/* blog */

/* news */
.home-news {
  width: 100%;
  padding: 5.31rem 0 3.94rem 0;
  /* height: 50rem; */
  background: #F9F9F9;
}

.swiper-news {
  overflow: hidden;
  width: 100%;
}

.home-news__content {
  width: var(--bs-screen-xxl);
  margin: 0 auto;
  overflow: hidden;
}

.home-news__img {
  overflow: hidden;
  height: 12.56rem;

  /* width: 22%; */
  /* width: 23.63rem; */
}

.home-news__img img {
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.home-news__img img:hover {
  transform: scale(1.1);
}

.home-news__list {
  display: flex;
  flex-wrap: wrap;
  /* height:28.5rem; */
  justify-content: space-between;
  margin: 3.56rem 0 3.38rem 0;
}

.home-news__item {
  /* width: 23.63rem; */
  height: 100%;
  /* width: 22%; */
  /* width: 23.63rem;
  height: 28.5rem; */
  margin: 0 1.125rem;
  background: #FFFFFF;
}

.home-news__info {
  padding: 2.06rem 0.8rem 1.5rem 1.38rem;
  background-color: #FFFFFF;
}

.home-news__title {
  font-weight: bold;
  font-size: 1.38rem;
  color: #2D2D2D;
  line-height: 1.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news__des {
  margin-top: 0.81rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #555555;
  line-height: 1.65rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news__time {
  color: #969696;
  /* width: 5.94rem;
  height: 0.81rem; */
  font-weight: 500;
  font-size: 1rem;
  color: #5C5C5C;
  line-height: 1.58rem;
}

.home-news__item:hover p {
  color: #EA5918;
}
.home-news__info--img {
  width: 100%;
  text-align: right;
}

.home-news__info--img img {
  display: inline-block;
  width: 1.13rem;
  transition: all .2s;
}

.home-news__info--img img:hover {
  transform: translateX(10px);
}

.home-news__info {
  width: 100%;
}

.home-news__btn {
  width: 13.63rem;
  height: 3.81rem;
  display: flex;
  margin: 0 auto;
}

.home-news__btn--content {
  height: 100%;
  padding: 0 1.7rem 0 2.6rem;
  background: #1B1B1B;
  font-size: 1.13rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-news__btn:hover .home-news__btn--arrow img {
  transform: rotate(-30deg);
}

.home-news__btn--content:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
  border-top: solid 1.47rem transparent;
  border-left: solid 1rem #1B1B1B;
  border-bottom: solid 1.47rem transparent;
}

.home-news__btn--arrow {
  height: 100%;
  background: #2A9597;
  padding: 0 1.3rem 0 2.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-news__btn--arrow img {
  width: 1.25rem;
  height: 1rem;
  display: inline-block;
  transition: all .2s;
}

.home-news .btn {
  background: #FFFFFF;
}

.home-news .btn:hover {
  background-color: #EA5918;
}

/* bottom */
.btttom {
  border-top: 1px solid #DCDCDC;
  padding: 3.6rem 0 2.75rem 0;
  background: #F9F9F9;
}

.btttom-list {
  display: flex;
  align-items: center;
  height: 12.94rem;
}

.bottom-item {
  width: calc(100% / 3);
  background: transparent;
  transition: all .2s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bottom-item:hover {
  background: #fff;
}

.bottom-item img {
  width: 3.31rem;
  /* height: 2.63rem; */
}

.bottom-item h4 {
  margin: 1.31rem 0 0.93rem 0;
  font-weight: bold;
  font-size: 1.25rem;
  color: #222222;
}

.bottom-item p {
  font-weight: 500;
  font-size: 0.88rem;
  color: #EA5918;
}
.footer-menu-first {
  width: 20%;
}
@media screen and (max-width: 1440px) {
  .swiper-banner {
    height: 41.63rem;
  }
}

@media screen and (max-width: 1360px) {
  .swiper-banner {
      height: 39rem;
  }

}

@media screen and (max-width: 668px) {
  .header-con {
    justify-content: space-between;
  }

  .header {
    /* position: fixed; */
    z-index: 10000;
    /* background-color: #EA5918; */
  }

  #header-menu__expand {
    display: block;
  }

  .header-menus__second,
  .header-menus__third,
  .header-menus__third--content {
    /* display: block; */
    position: static;
    background: transparent;
    box-shadow: none;
  }

  .header-menus>li {
    display: block;
  }

  .header-menus__second:before {
    display: none;
  }

  .header-menus__second>li a {
    color: #FFF;
  }

  .header-menus i {
    color: #FFF;
  }

  #header-right {
    display: none;
    background-color: #EA5918;
    position: absolute;
    top: 5.625rem;
    right: 0;
    width: 100%;
    padding: 2rem 3rem;
    flex-direction: column-reverse;
    height: auto;
    align-items: flex-start
  }

  .header-menus {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100%;
  }

  .header-menu {

    justify-content: space-between;
  }

  .header-menu i:hover .header-menus__second {
    display: block;
  }

  .header-menus>li {
    margin: 0.75rem 0;
    width: 100%;
  }

  .header-search {
    align-items: center;
    justify-content: flex-start;

    width: 100%;
  }

  .header-search input {
    width: calc(100% - 2rem);
  }

  .header-search__con {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  #header-lang__content p {
    width: 3.88rem;
    height: 2.5rem;
    border-radius: 1.25rem;
  }

  .search-icon {
    display: none;
  }

  .header-search {
    width: 100%;
    position: static;
    display: flex;
    border-bottom: none;
  }

  .home-footer__content--main {
    flex-wrap: wrap;
  }

  .footer-menu,
  .footer-contact,
  .footer-contact--list {
    width: 100%;
  }

 
  .footer-contact {
    margin-top: 2rem;
  }

  .footer-contact--list {
    margin-top: 0;
  }

  .footer-contact--list h3 {
    margin-bottom: 0;
  }

  .home-footer__copyright--last {
    width: 70%;
    text-align: right;
  }

  .home-footer__copyright--content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .swiper-banner {
    height: 27.63rem;
  }

  .application_info {
    width: 100%;
  }

  .home-container {
    width: 95%;
  }

  .home-news__img {
    height: 30rem;
  }

  .home-news__info {
    padding: 8.06rem 1.8rem 2.5rem 2.38rem;
  }

  .case .swiper-pagination-line {
    left: -1.53rem;
    bottom: -4rem;
  }

  .case-img {
    width: 53%;
  }

  .case-info {
    width: 44%;
  }

  .case .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;

  }

  .application_info {
    height: 36.31rem;
  }
}