
/* -------------------------------------------------------------------  cookies */
.cookies_box {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 0.6rem 0;
  background: #FFFFFF;
}
.cookies_box .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cookies_box .center_box .word {
  width: fit-content;
  max-width: 60%;
}
.cookies_box .center_box .word .t1 {
  font-weight: 700;
}
.cookies_box .center_box .word .t2 {
  margin-top: 0.1rem;
  line-height: 1.5;
}
.cookies_box .center_box .word .t2 a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
.cookies_box .center_box .word .t2 a:hover {
  color: var(--active_color);
}
.cookies_box .center_box .icon {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.15rem;
}
.cookies_box .center_box .icon .btn {
  min-width: 1.8rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 0.5rem;
  min-height: 40px;
  font-size: var(--font16);
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.cookies_box .center_box .icon .btn:first-child {
  background: var(--active_color);
  color: var(--color_fff);
  border-color: var(--active_color);
}
.container {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:990px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
    .ins_bannerCon1 .content .center_box { width: 100% !important; }
}


.ins_bannerCon4 .center_box .pager_btn { display: none !important; }
.ins_bannerCon1 .content .center_box { width: 50%; }
.ins_bannerCon2  { display: none; }

.idx_industry_served .innerbox .swiper_box .itemlist .item .info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}




































