.indexTitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.indexTitle h2 {
  position: relative;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.indexTitle h2::before {
  position: absolute;
  content: '';
  left: 43%;
  bottom: 5px;
  width: 55px;
  height: 10px;
  background: var(--second-color);
  z-index: -1;
}

.indexTitle p {
  font-size: 13px;
  color: #6b6b6b;
  text-align: center;
}


/* indexPro */
.indexPro {
  padding: 45px 0 65px;
}


.ipSwiper .swiper-button-next::after,
.ipSwiper .swiper-button-prev::after {
  font-size: 22px;
  line-height: 42px;
  font-weight: bold;
}

.ipSwiper .swiper-button-next {
  right: 0px;
  width: 50px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  border-radius: 6px;
  transition: all ease 0.3s;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  display: block !important;
}

.ipSwiper .swiper-button-prev {
  left: 0;
  width: 50px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  border-radius: 6px;
  transition: all ease 0.3s;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  display: block !important;
}

.ipSwiper .swiper-button-next:hover {
  transition: all ease 0.3s;
  background: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: var(--primary-color);
}


.ip_main {
  position: relative;
}

.ip_main .swiper {
  max-width: 1440px !important;
  margin: -40px auto 0 !important;
  position: static !important;

  height: 100%;
}

.ip_main .swiper-wrapper {
  max-width: 1440px;
  /* flex-direction: row; */
}

.swiperbtns {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 115%;
  z-index: 1;
}

.ipSwiper .swiper-slide {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  gap: 20px;
  height: auto !important;
}

.ipSwiper {
  padding-top: 40px;
}

.ipSwiper .swiper-pagination {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: auto;
}

.ipSwiper .swiper-pagination-bullet {
  width: 52px;
  height: 6px;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  background: transparent;
  transition: all ease 0.3s;
  opacity: 1;
  margin: 0 10px !important;
}

.ipSwiper .swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

.ipWrapper_box {
  position: relative;
  width: 90%;
  margin: 15px auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 15px;
  border-radius: 10px;
  overflow: hidden;
  /* width: 100%; */
  box-sizing: border-box;
  transition: all ease 0.3s;
}

.ipWrapper_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
}

.ipWrapper_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.ipWrapper_box h3 {
  margin-top: 15px;
  padding: 0 10px;
  font-size: 18px;
  color: #000;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /*word-break: break-all;*/
  transition: all 0.35s ease;
}

.ipWrapper_box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.ipWrapper_box:hover {
  background: var(--primary-bg);
}

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

.ipWrapper_box:hover h3 {
  color: var(--primary-color);
}

.ip_mainbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.ip_mainbtn a {
  display: inline-block;
  padding: 10px 38px;
  line-height: 30px;
  color: #fff;
  font-size: 25px;
  border-radius: 4px;
  transition: all ease 0.5s;
  box-shadow: inset 0px 70px 0px 0px var(--primary-color);
}

.ip_mainbtn a:hover {
  box-shadow: inset 0px 0px 0px 2px var(--primary-color);
  color: var(--primary-color);
}


/* indexAbout */
.indexAbout {
  /* background: url(../images/iabg.png);
  background-size: contain;
  background-repeat: no-repeat; */
  padding: 60px 0 0;
  position: relative;
}

.indexAbout .container,
.indexLogo .container{
  max-width: 1540px !important;
}

.iabg {
  position: absolute;
  top: 0;
  bottom: 70px;
  left: 0;
  right: 0;
  border-radius: 260px;
  overflow: hidden;
  background: rgba(22, 60, 114, 0.9);
}

.iabg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ia_left {
  position: relative;
  z-index: 9;
  padding-top: 38px;
  padding-right: 8%;
}

.ia_left h2 {
  font-size: 46px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.ia_left h1 {
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}

.ia_left>p {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /*word-break: break-all;*/
}

.ia_left .ip_mainbtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
}

.ia_left .ip_mainbtn a {
  padding: 8px 15px;
  line-height: 20px;
  font-size: 17px;
  box-shadow: inset 0px 70px 0px 0px #fff;
  color: var(--third-color);
}

.ia_left .ip_mainbtn a:hover {
  box-shadow: inset 0px 0px 0px 2px var(--third-color);
  color: #fff;
}

.ia_leftbot {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.ia_leftbox {
  flex: 0 0 25%;
  align-self: stretch;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.ia_leftbox i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 57px;

  height: 57px;
  color: var(--third-color);
  transition: all ease 0.5s;
}

.ia_leftbox:hover i {
  transform: rotateY(180deg);
}

.ia_leftbox span {
  color: var(--third-color);
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.ia_leftbox p {
  color: var(--third-color);
  font-size: 16px;
  line-height: 1.3;
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.iaSwiper {
  border-radius: 170px;
  overflow: hidden;
}

.iaSwiper .swiper-button-next::after,
.iaSwiper .swiper-button-prev::after {
  font-weight: bold;
  color: #fff;
}

.iaboximg {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 50%;
}

.iaboximg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}


/* indexLogo */
.indexLogo {
  padding: 135px 0 70px;
  background: url(../images/ilbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.il_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.il_img {
  flex: 0 0 48%;
  margin: 15px 0;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
}

.ilImg {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 50%;
}

.ilImg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  transform: scale(0.9);
}

.il_img:hover img {
  transform: scale(1);
}

.il_mid {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10%;
}

.il_mid .indexTitle h2::before {
  display: none;
}


/* indexAdvant */
.indexAdvant {
  padding: 70px 0 60px;
  background: url(../images/iadvbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.indexAdvant .indexTitle h2,
.indexAdvant .indexTitle p {
  color: #fff;
}

.iAdvant_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: url(../images/iadvbox.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 14px;
  overflow: hidden;
  padding: 50px 10px 70px;
}

.iAdvant_box::before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: all ease 0.4s;
  opacity: 0;
  z-index: 0;
}

.iAdvant_box i {
  display: block;
  font-size: 50px;
  line-height: 1;
  height: 50px;
  color: var(--primary-color);
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.iAdvant_box h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.iAdvant_box p {
  font-size: 16px;
  position: relative;
  z-index: 1;
}


.iAdvant_box:hover::before {
  opacity: 1;
}


/* indexPhoto */
.indexPhoto {
  padding: 70px 0 80px;
}

.iphoto_img {
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
}

.iphoto_img img {
  object-fit: cover;
}


/* indexApply */
.indexApply .container {
  max-width: 100% !important;
}


.iApply_main .accordion-wrapper {
  display: flex;
  gap: 6px;
  height: 520px;
  border-radius: 16px;
  overflow: hidden;
}

.iApply_main .accordion-panel,
.in_main .accordion-panel,
.in_main .accordion-all {
  position: relative;
  flex: 1;
  min-width: 80px;
  border-radius: 12px;
  overflow: hidden;
  transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: flex-end;
}

.iApply_main .accordion-panel::before,
.in_main .accordion-panel::before,
.in_main .accordion-all::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2) 40%;
  z-index: 1;
}

.iApply_main .accordion-panel.active {
  flex: 3.5;
}

.in_main .accordion-panel.active {
  flex: 2.5;
}

.iApply_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.iApply_bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  object-fit: cover;
}

.iApply_txt {
  position: relative;
  z-index: 2;
  padding: 30px 28px;
  width: 100%;
  height: 100%;
  color: #fff;
  height: 100%;
}

.iApply_txt h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.6s ease;
}

.iApply_content {
  display: none;
  animation: fadeInUp 0.5s ease forwards;
}

.iApply_main .accordion-panel.active .iApply_content {
  /* display: block; */
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.iApply_txt span {
  display: inline-block;
  width: 58px;
  height: 2px;
  background: var(--primary-color);
  margin-bottom: 20px;
}

.iApply_main .accordion-panel.active .iApply_txt {
  writing-mode: horizontal-tb;
  padding: 30px 45px;
}

.iApply_main .accordion-panel.active .iApply_txt h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.iApply_content p {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.85;
  max-width: 480px;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /*word-break: break-all;*/
}

.iApply_txt a,
.in_txtMore a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 4px;
  transition: all ease 0.5s;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.iApply_txt a:hover,
.in_txtMore a:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* indexNews */
.indexNews {
  padding: 60px 0 110px;
  background: url(../images/inbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.in_main .accordion-wrapper {
  display: flex;
  gap: 6px;
  height: 440px;
  border-radius: 16px;
  overflow: hidden;
}

.in_main .accordion-all::before {
  background: rgba(0, 0, 0, 0.65);
}

.in_main .accordion-panel::before {
  background: rgba(0, 0, 0, 0.4);
}

.in_txtMore {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40% 30px 10% 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 10%;
  z-index: 2;
}

.in_txtMore h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.inews_txt {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 35px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  z-index: 2;
}

.inews_txt h4 {
  font-size: 20px;
  color: #fff;
}

.inews_txt span {
  display: inline-block;
  width: 103px;
  height: 3px;
  background: var(--primary-color);
}

.inews_txt h3 a {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /*word-break: break-all;*/
}

.inews_txt p {
  max-height: 0px;
  overflow: hidden;
  transition: all ease 0.4s;
}

.inews_txt p a {
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transition: all ease 0.4s 0.4s;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /*word-break: break-all;*/
}

.inews_txt a:hover {
  text-decoration: underline !important;
}

.in_main .accordion-panel.active p {
  max-height: 100px;

}

.in_main .accordion-panel.active p a {
  opacity: 1;
}


/* footer */
footer {
  background: url(../images/footerbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.footer_top {
  padding: 55px 0 20px;
}

.footer_top .footerTopflex {
  border-top: 1px solid #fff;
  padding-top: 44px;
}


.footerTl_logo img {
  max-width: 244px;
}

.footerTop_l h2 {
  margin: 40px 0 18px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  color: #fff;
}

.footerTl_box div {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 10px;
}

.footerTl_box div i {
  flex: 0 5%;
  font-size: 26px;
  line-height: 20px;
  color: #fff;
}

.footerTl_box div p {
  flex: 0 95%;
}

.footerTl_box div span,
.footerTl_box div a {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  transition: all ease 0.3s;
  word-wrap: break-word;
  /*word-break: break-all;*/
}

.footerTl_box div a:hover {
  transition: all ease 0.3s;
}

.footerTl_media {
  margin-top: 15px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.footerTl_media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #fff;
  transition: all ease 0.3s;
}

.footerTl_media a i {
  font-size: 18px;
  color: var(--primary-color);
  transition: all ease 0.3s;
}

.footerTl_media a:hover {
  background-color: transparent;
  transition: all ease 0.3s;
}

.footerTl_media a:hover i {
  color: #fff;
  transition: all ease 0.3s;
}

.footerTl_scan {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footerTl_img {
  flex: 0 0 34%;
  border-radius: 10px;
  overflow: hidden;
}

.footerTl_img img {
  width: 100%;
  object-fit: cover;
}


.footerTop_m {
  padding-left: 5%;
}

.footerTm_box h4 a,
.footerTop_r h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 28px;
      line-height: 1.8;
}

.footerTm_box span {
  display: block;
}

.footerTl_box div a:hover{
  text-decoration: underline !important;
}
.footerTm_box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
    margin-bottom: 12px;
}

.footerTm_box a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: var(--primary-bg);
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.3s ease-out;
}

.footerTm_box a:hover {
  color: #fff;
}

.footerTm_box a:hover:before {
  transform: scaleX(1);
  transform-origin: top left;
}

.footer_bot {
  padding: 15px 0 20px;
  border-top: 1px solid #8b9eb9;
}


.footer_bot P ,
.footer_bot a{
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.footer_bot a{
  margin-left: 10px;
}

.footer_bot a:hover{
  color: #fff;
  text-decoration: underline !important;
}

.footer_top .yandex-form #form .list,
.footer_top .yandex-form #form1 .list{
  margin-bottom: 10px;
}

.footer_top .yandex-form #form .list p,
.footer_top .yandex-form #form1 .list p {
  color: #2a2b32;
  font-size: 18px;
  line-height: 2;
}

.footer_top .yandex-form #form .list input,
.footer_top .yandex-form #form1 .list input {
  width: 100%;
  padding: 8px 4px 8px 8px;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
}

.footer_top .yandex-form #form .list textarea,
.footer_top .yandex-form #form1 .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  line-height: 20px;
  resize: none;
  height: 180px;
  border: none;
  font-size: 14px;
}

.footer_top .yandex-form #form #submit,
.footer_top .yandex-form #form1 #submit1 {
  width: 100%;
  color: #fff;
  background-color: var(--second-color);
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 0;
  cursor: pointer;
}




.indexRightFix {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.RightFixbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.RightFixbox {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  right: 0;
  align-items: flex-end;
}

.ir_backtop {
  overflow: hidden;
  background: var(--primary-color);
  border-radius: 0px;
  transition: all ease .3s;
  transform: rotate(180deg);
  width: 50px;
  height: 0px;
  cursor: pointer;
  transition: all ease .3s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 1px 0px;
}

.ir_backtop i {
  color: #fff;
  font-size: 20px;
}

.ir_backtop.ir_hi {
  height: 50px;
  opacity: 1;
  font-size: 18px;
}


.irBox_i {
  width: 50px;
  height: 50px;
  /* width: fit-content; */
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  /* cursor: pointer; */
  position: relative;
  transition: background-color 0.3s ease;
  box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 1px 0px;
}

.irBox_i i{
  font-size: 24px;
}

.irBox_i:hover {
  background-color: var(--second-color);
}

.irBox:nth-child(3) .irBox_i:hover {
  background-color: #07c160;
}
.irBox:nth-child(4) .irBox_i:hover {
  background-color: #25d366;
}

.ir_popup {
  position: absolute;
  right: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 20px;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.irBox_i:hover .ir_popup {
  opacity: 1;
  visibility: visible;
}

.popup-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popup-icon {
  width: 48px;
  height: 48px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-title {
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.wechat-title { color: #07c160; }
.whatsapp-title { color: #25d366; }

.popup-email {
  color: #333;
  font-size: 16px;
}
.popup-desc {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
}
.check-icon {
  color: var(--third-color);
  margin-right: 6px;
}

.popup-buttons {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.btn-primary {
  background-color: var(--third-color);
  border: 1px solid var(--third-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all ease 0.3s;
  font-size: 18px;
}

.btn-primary:hover{
  background: transparent;
  color: var(--third-color);
}
.btn-outline {
  font-size: 18px;
  background-color: #fff;
  color: var(--third-color);
  border: 1px solid var(--third-color);
  padding: 10px 20px;
  border-radius: 6px;
  transition: all ease 0.3s;
}

.btn-outline:hover{
  background: var(--third-color);
  color: #fff;
}

.popup-qrcode {
  /* text-align: center; */
}
.qrcode-placeholder img {
  width: 120px;
  height: 120px;
}


.footerAlert{
  margin-top: 12px;
  font-size: 12px;
  color: #eee;
  line-height: 1.2;
  display: block;
}
.yandex-form {
    min-height: 200px !important;
}










.ilogoSwiper,
.ilogorSwiper{
    width: 100%;
    padding: 0 12px;
}

.ilogoSwiper .swiper-slide,
.ilogorSwiper .swiper-slide{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
    gap: 20px;
    height: auto !important;
}

.ilogoWrapper_box {
    position: relative;
}
        
        
        

@media (max-width:575px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: var(--primary-color);
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--primary-color);
  }

  .banner {
    margin-top: 76px;
  }

  .bannerSwiper {
    height: auto;
  }

  .bannerSwiper .slide-inner {
    position: relative;
  }

  .bannerSwiper .bannerImg {
    position: relative;
    height: 100%;
  }

  .bannerSwiper video {
    height: auto !important;
  }

  .bannerSwiper .swiper-slide-active img,
  .bannerSwiper .swiper-slide-active video {
    transform: scale(1.2);
  }

  .bannerSwiper .swiper-slide img {
    display: none;
  }

  .bannerDes {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    padding: 20px;
  }

  .bannerDes h2 {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0;
    word-break: break-all;
  }

  .bannerDes h3 {
    display: none;
  }

  .bannerDes div {
    display: none;
  }

  .indexPro {
    padding: 35px 0 40px;
  }

  .indexTitle h2 {
    font-size: 28px;
    word-break: break-all;
  }

  .indexTitle {
    margin-bottom: 25px;
  }

  .ip_main .swiper {
    margin: 10px auto 0 !important;
  }

  .ipSwiper {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .ipSwiper .swiper-button-prev,
  .ipSwiper .swiper-button-next {
    width: 40px;
    height: 36px;
    line-height: 36px;
  }

  .ipSwiper .swiper-button-next::after,
  .ipSwiper .swiper-button-prev::after {
    line-height: 36px;
  }

  .ipSwiper .swiper-pagination {
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 70px;
  }

  .ipSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 2px !important;
  }

  .swiperbtns {
    top: 44%;
    width: 100%;
  }

  .ipSwiper .swiper-slide {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
  }

  .ipWrapper_box {
    margin: 0px auto;
  }

  .ip_mainbtn {
    margin-top: 20px;
  }

  .ip_mainbtn a {
    padding: 6px 38px;
    font-size: 20px;
  }

  .ia_left {
    padding-top: 0;
    padding-right: 0;
  }

  .ia_left h2 {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
  }

  .ia_left h1 {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
  }

  .ia_left>p {
    margin-bottom: 25px;
  }

  .ia_leftbot {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }

  .ia_right {
    margin-top: 40px;
  }

  .iabg {
    bottom: 0;
    border-radius: 20px;
  }

  .iaSwiper {
    border-radius: 20px;
  }

  .indexAbout {
    padding: 40px 0;
  }

  .iaSwiper .swiper-button-next::after,
  .iaSwiper .swiper-button-prev::after {
    font-size: 24px;
  }

  .indexLogo {
    padding: 35px 0;
  }

  .indexLogo .indexTitle {
    margin: 30px 0;
  }

  .indexAdvant,
  .indexPhoto {
    padding: 40px 0;
  }

  .indexAdvant .row>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .iAdvant_box i {
    margin-bottom: 16px;
  }

  .iAdvant_box h3 {
    margin-bottom: 10px;
  }

  .iAdvant_box {
    padding: 30px 10px 40px;
  }

  .iApply_main .accordion-wrapper,
  .in_main .accordion-wrapper {
    flex-direction: column;
    height: 600px;
  }

  .iApply_main .accordion-panel.active .iApply_txt,
  .iApply_txt {
    padding: 15px 30px;
  }

  .iApply_txt span {
    margin-bottom: 6px;
  }

  .iApply_main .accordion-panel.active .iApply_txt h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 10px;
  }

  .iApply_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 10px;
  }

  .iApply_main .accordion-panel.active .iApply_content {
    height: auto;
  }

  .iApply_txt a,
  .in_txtMore a {
    font-size: 16px;
    padding: 8px 12px;
  }

  .in_main .accordion-wrapper {
    flex-direction: column;
  }

  .iApply_txt span {
    display: none;
  }

  .iApply_main .accordion-panel.active .iApply_txt span {
    display: inline-block;
  }

  .indexNews {
    padding: 40px 0 50px;
  }

  .in_txtMore {
    padding: 15px 30px;
    justify-content: center;
    gap: 5px;
  }

  .in_txtMore h3 {
    font-size: 22px;
  }

  .inews_txt h4,
  .inews_txt span {
    display: none;
  }

  .inews_txt a {
    -webkit-line-clamp: 2;
  }

  .in_main .accordion-panel.active .inews_txt h4,
  .in_main .accordion-panel.active .inews_txt span {
    display: block;
  }

  .in_main .accordion-panel.active .inews_txt a {
    -webkit-line-clamp: 4;

  }

  .inews_txt h3 a {
    font-size: 24px;
  }

  .inews_txt h4 {
    font-size: 16px;
  }

  .inews_txt {
    gap: 6px;
  }

  .accordion-all {
    flex: 1.5 !important;
  }

  /* footer */
  .footer_top {
    padding: 40px 0;
  }

  .footer_top .footerTopflex {
    border-top: none;
    padding-top: 0;
  }

  .footerTl_logo img {
    max-width: 160px;
  }

  .footerTl_img {
    flex: 0 0 140px;
  }

  .footerTm_box h4 a,
  .footerTop_r h4 {
    margin-bottom: 10px;
  }

  .footerTop_m {
    padding-left: 0;
  }

  .footerTm_box,
  .footerTop_r {
    margin-top: 20px;
  }

.indexRightFix{
  display: none;
}
}

@media (min-width:576px) and (max-width:767px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: var(--primary-color);
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--primary-color);
  }

  .banner {
    margin-top: 76px;
  }

  .bannerSwiper {
    height: auto;
  }

  .bannerSwiper .slide-inner {
    position: relative;
  }

  .bannerSwiper .bannerImg {
    position: relative;
    height: 100%;
  }

  .bannerSwiper video {
    height: auto !important;
  }

  .bannerSwiper .swiper-slide-active img,
  .bannerSwiper .swiper-slide-active video {
    transform: scale(1.2);
  }

  .bannerSwiper .swiper-slide img {
    display: none;
  }

  .bannerDes {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 80%;
    padding: 20px;
  }

  .bannerDes h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .bannerDes h3 {
    font-size: 18px;
  }

  .bannerDes div {
    margin-top: 15px;
  }

  .bannerDes div p {
    font-size: 15px;
  }

  .indexPro {
    padding: 40px 0;
  }

  .indexTitle h2 {
    font-size: 30px;
    word-break: break-all;
  }

  .indexTitle {
    margin-bottom: 30px;
  }

  .ip_main .swiper {
    margin: 10px auto 0 !important;
  }

  .ipSwiper {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .ipSwiper .swiper-button-prev,
  .ipSwiper .swiper-button-next {
    width: 40px;
    height: 36px;
    line-height: 36px;
  }

  .ipSwiper .swiper-button-next::after,
  .ipSwiper .swiper-button-prev::after {
    line-height: 36px;
  }

  .ipSwiper .swiper-pagination {
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 70px;
  }

  .ipSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 2px !important;
  }

  .swiperbtns {
    top: 44%;
    width: 100%;
  }

  .ipSwiper .swiper-slide {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
  }

  .ipWrapper_box {
    margin: 0px auto;
  }

  .ip_mainbtn {
    margin-top: 20px;
  }

  .ip_mainbtn a {
    padding: 6px 38px;
    font-size: 20px;
  }

  .ia_left {
    padding-top: 0;
    padding-right: 0;
  }

  .ia_left h2 {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
  }

  .ia_left h1 {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
  }

  .ia_left>p {
    margin-bottom: 25px;
  }

  .ia_right {
    margin-top: 40px;
  }

  .iabg {
    bottom: 0;
    border-radius: 20px;
  }

  .iaSwiper {
    border-radius: 20px;
  }

  .indexAbout {
    padding: 40px 0;
  }

  .iaSwiper .swiper-button-next::after,
  .iaSwiper .swiper-button-prev::after {
    font-size: 24px;
  }

  .indexLogo {
    padding: 35px 0;
  }

  .indexLogo .indexTitle {
    margin-bottom: 20px;
  }

  .iLleft {
    order: 2;
  }

  .iLmid {
    order: 1;
  }

  .iLright {
    order: 3;
  }

  .indexAdvant,
  .indexPhoto {
    padding: 40px 0;
  }

  .indexAdvant .row>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .iAdvant_box i {
    margin-bottom: 16px;
  }

  .iAdvant_box h3 {
    margin-bottom: 10px;
  }

  .iAdvant_box {
    padding: 30px 10px 40px;
  }

  .iApply_main .accordion-wrapper,
  .in_main .accordion-wrapper {
    flex-direction: column;
  }

  .iApply_main .accordion-panel.active .iApply_txt,
  .iApply_txt {
    padding: 15px 30px;
  }

  .iApply_txt span {
    margin-bottom: 6px;
  }

  .iApply_main .accordion-panel.active .iApply_txt h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 10px;
  }

  .iApply_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 10px;
  }

  .iApply_main .accordion-panel.active .iApply_content {
    height: auto;
  }

  .iApply_txt a,
  .in_txtMore a {
    font-size: 16px;
    padding: 8px 12px;
  }

  .inews_txt {
    padding: 0 35px 15px;
    gap: 6px;
  }

  .inews_txt h4 {
    font-size: 17px;
  }

  .in_main .accordion-wrapper {
    flex-direction: column;
    height: 560px;
  }

  .inews_txt h3 a {
    -webkit-line-clamp: 1;
    font-size: 24px;
  }

  .in_main .accordion-panel.active p {
    max-height: 76px;
  }

  .iApply_txt span {
    display: none;
  }

  .iApply_main .accordion-panel.active .iApply_txt span {
    display: inline-block;
  }

  .indexNews {
    padding: 40px 0 50px;
  }

  .in_txtMore {
    padding: 15px 30px;
    justify-content: center;
    gap: 5px;
  }

  .in_txtMore h3 {
    font-size: 22px;
  }


  .inews_txt a {
    display: none;
  }

  .in_main .accordion-panel.active .inews_txt a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }

  .accordion-all {
    flex: 1.5 !important;
  }

  /* footer */
  .footer_top {
    padding: 45px 0;
  }

  .footer_top .footerTopflex {
    border-top: none;
    padding-top: 0;
  }

  .footerTl_logo img {
    max-width: 200px;
  }

  .footerTl_img {
    flex: 0 0 140px;
  }

  .footerTm_box h4 a,
  .footerTop_r h4 {
    margin-bottom: 10px;
  }

  .footerTop_m {
    padding-left: 0;
  }

  .footerTm_box,
  .footerTop_r {
    margin-top: 20px;
  }

  .conformBox{
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
    gap: 10px;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: var(--primary-color);
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--primary-color);
  }

  .banner {
    margin-top: 76px;
  }

  .bannerSwiper {
    height: auto;
  }

  .bannerSwiper .slide-inner {
    position: relative;
  }

  .bannerSwiper .bannerImg {
    position: relative;
    height: 100%;
  }

  .bannerSwiper video {
    height: auto !important;
  }

  .bannerSwiper .swiper-slide-active img,
  .bannerSwiper .swiper-slide-active video {
    transform: scale(1.2);
  }

  .bannerSwiper .swiper-slide img {
    display: none;
  }

  .bannerDes {
    position: absolute;
    z-index: 10;
    left: 10%;
    right: 0;
    bottom: 0;
    top: 0;
    padding-right: 10%;
    padding-top: 0;
  }

  .bannerDes h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  .bannerDes h3 {
    font-size: 20px;
  }

  .bannerDes div {
    margin-top: 16px;
  }

  .bannerDes div p {
    font-size: 15px;
  }

  .indexPro {
    padding: 50px 0;
  }

  .indexTitle h2 {
    font-size: 32px;
    word-break: break-all;
  }

  .indexTitle {
    margin-bottom: 30px;
  }

  .ip_main .swiper {
    margin: -30px auto 0 !important;
  }

  .ipSwiper .swiper-slide {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
  }

  .ipWrapper_box {
    margin: 10px auto;
  }

  .swiperbtns {
    top: 47%;
    width: 100%;
  }

  .ip_mainbtn a {
    padding: 6px 38px;
    font-size: 20px;
  }

  .ia_left {
    padding-top: 0;
    padding-right: 0;
  }

  .ia_left h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }

  .ia_left h1 {
    text-align: center;
    margin-bottom: 20px;
  }

  .ia_left>p {
    margin-bottom: 25px;
    text-align: center;
  }

  .ia_left .ip_mainbtn {
    justify-content: center;
  }

  .ia_leftbot {
    justify-content: center;
  }

  .ia_right {
    margin-top: 40px;
  }

  .iabg {
    bottom: 0;
    border-radius: 20px;
  }

  .iaSwiper {
    border-radius: 20px;
  }

  .indexAbout {
    padding: 50px 0;
  }

  .indexLogo,
  .indexAdvant,
  .indexPhoto {
    padding: 50px 0;
  }

  .indexLogo .indexTitle {
    margin-bottom: 20px;
  }

  .iLleft {
    order: 2;
  }

  .iLmid {
    order: 1;
  }

  .iLright {
    order: 3;
  }

  .indexAdvant .row>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .iAdvant_box i {
    margin-bottom: 16px;
  }

  .iAdvant_box h3 {
    margin-bottom: 10px;
  }

  .iAdvant_box {
    padding: 30px 10px 40px;
  }

  .iApply_main .accordion-wrapper,
  .in_main .accordion-wrapper {
    flex-direction: column;
  }

  .iApply_main .accordion-panel.active .iApply_txt,
  .iApply_txt {
    padding: 15px 30px;
  }

  .iApply_txt span {
    margin-bottom: 6px;
  }

  .iApply_main .accordion-panel.active .iApply_txt h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 10px;
  }

  .iApply_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 10px;
  }

  .iApply_main .accordion-panel.active .iApply_content {
    height: auto;
  }

  .iApply_txt a,
  .in_txtMore a {
    font-size: 16px;
    padding: 8px 12px;
  }

  .in_main .accordion-wrapper {
    flex-direction: column;
  }

  .iApply_txt span {
    display: none;
  }

  .iApply_main .accordion-panel.active .iApply_txt span {
    display: inline-block;
  }

  .indexNews {
    padding: 40px 0 50px;
  }

  .in_txtMore {
    padding: 15px 30px;
    justify-content: center;
    gap: 5px;
  }

  .in_txtMore h3 {
    font-size: 22px;
  }


  .inews_txt a {
    display: none;
  }

  .in_main .accordion-panel.active .inews_txt a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }

  .in_main .accordion-wrapper {
    flex-direction: column;
    height: 600px;
  }

  .inews_txt h3 a {
    -webkit-line-clamp: 1;
    font-size: 24px;
  }

  .inews_txt {
    gap: 6px;
  }

  .inews_txt h4 {
    font-size: 18px;
  }

  .in_main .accordion-panel.active p {
    max-height: 76px;
  }

  .accordion-all {
    flex: 1.5 !important;
  }

  /* footer */
  .footerTop_r {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer_top {
    padding: 55px 0 45px;
  }

  .footer_top .footerTopflex {
    padding-top: 0;
    border-top: none;
  }

  .footerTopLeft {
    order: 1;
  }

  .footerTopMid {
    order: 3;
    margin-top: 30px;
  }

  .footerTopRight {
    order: 2;
  }

  .footerTop_m {
    padding-left: 0;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: var(--primary-color);
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--primary-color);
  }

  .banner {
    margin-top: 76px;
  }

  .bannerSwiper {
    height: auto;
  }

  .bannerSwiper .slide-inner {
    position: relative;
  }

  .bannerSwiper .bannerImg {
    position: relative;
    height: 100%;
  }

  .bannerSwiper video {
    height: auto !important;
  }

  .bannerSwiper .swiper-slide-active img,
  .bannerSwiper .swiper-slide-active video {
    transform: scale(1.2);
  }

  .bannerSwiper .swiper-slide img {
    display: none;
  }

  .bannerDes {
    position: absolute;
    z-index: 10;
    left: 10%;
    right: 0;
    bottom: 0;
    top: 0;
    padding-right: 10%;
    padding-top: 0;
  }

  .bannerDes h2 {
    font-size: 34px;
  }

  .bannerDes h3 {
    font-size: 26px;
  }

  .bannerDes div {
    margin-top: 30px;
  }

  .bannerDes div p {
    font-size: 18px;
  }

  .indexPro {
    padding: 50px 0;
  }

  .indexTitle h2 {
    font-size: 36px;
    word-break: break-all;
  }

  .indexTitle {
    margin-bottom: 40px;
  }

  .swiperbtns {
    top: 47%;
    width: 100%;
  }

  .ip_mainbtn a {
    padding: 8px 38px;
    font-size: 22px;
  }

  .ia_left {
    padding-top: 0;
    padding-right: 0;
  }

  .ia_left h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .ia_left h1 {
    margin-bottom: 15px;
  }

  .ia_left>p {
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
  }

  .iabg {
    bottom: 80px;
    border-radius: 50px;
  }

  .iaSwiper {
    border-radius: 50px;
  }

  .indexAbout {
    padding: 50px 0 0;
  }

  .ia_leftbot {
    margin-top: 30px;
    gap: 20px;
  }

  .ia_leftbox {
    flex: 0 0 30%;
  }

  .indexLogo,
  .indexAdvant,
  .indexPhoto,
  .indexNews {
    padding: 50px 0;
  }

  .indexLogo .indexTitle {
    margin-bottom: 20px;
  }

  .in_main .accordion-all {
    flex: 1.5;
  }

  .in_txtMore h3 {
    font-size: 28px;
  }

  .footerTopLeft {
    order: 1;
  }

  .footerTopMid {
    order: 3;
    margin-top: 30px;
  }

  .footerTopRight {
    order: 2;
  }

  .footerTop_l {
    padding-right: 10%;
  }

  .footerTop_m {
    padding-left: 0;
  }

  .footerTl_img {
    flex: 0 0 120px;
  }
}

@media (min-width:1200px) and (max-width:1440px) {
  .nav_wrap .head_nav>li {
    margin: 0 10px;
  }

  .headernav_box input {
    width: 150px;
  }

  .headernav_box {
    margin-left: 30px;
  }

  .head_layer .logo-fixed img {
    max-width: 150px;
  }

  .bannerDes h2 {
    font-size: 40px;
  }

  .swiperbtns {
    top: 47%;
    width: 100%;
  }

  .iabg {
    border-radius: 0;
  }

  .ia_left {
    padding-top: 0;
  }

  .indexLogo {
    padding: 70px 0;
  }

  .in_main .accordion-all {
    flex: 1.5;
  }

  .indexNews {
    padding-bottom: 80px;
  }

  .footerTl_logo img {
    max-width: 150px;
  }

  .footerTop_l h2 {
    margin: 30px 0 18px;
  }
}

@media (min-width:1441px) and (max-width:1680px) {
  .swiperbtns {
    width: 100%;
    top: 47%;
  }

  .bannerDes h2 {
    font-size: 40px;
  }

  .iabg {
    border-radius: 0;
  }

  .ia_left {
    padding-top: 0;
  }

  .indexLogo {
    padding: 100px 0 70px;
  }

}