img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
.ins_caseCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 8rem 0;
}
.ins_caseCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .left_box {
  width: 45%;
  height: auto;
}
.ins_caseCon1 .center_box .left_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  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.3rem;
}
.ins_caseCon1 .center_box .left_box .list_box .one {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .left_box .list_box .one+.one{margin-top: 3rem;}
.ins_caseCon1 .center_box .left_box .list_box .one .t2 {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  font-weight: 300;
  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: 1rem;
}
.ins_caseCon1 .center_box .left_box .list_box .one .t2 p {
  padding-left: 1.5rem;
  position: relative;
  z-index: 1;
}
.ins_caseCon1 .center_box .left_box .list_box .one .t2 p::after {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--main-color);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0.5em;
  left: 0;
}
.ins_caseCon1 .center_box .right_box {
  width: 50%;
  height: auto;
}
.ins_caseCon1 .center_box .right_box .img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  overflow: hidden;
}
.ins_caseCon1 .center_box .right_box .img img {
  width: 100%;
  height: auto;
}
.ins_caseCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 8rem 0;
  background: #f8f9fb;
}
.ins_caseCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.ins_caseCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e593;
  border-radius: 1.6rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ins_caseCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000 10%, #00000000 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.ins_caseCon2 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 7;
}
.ins_caseCon2 .center_box .item_box .item .img .pb {
  padding-bottom: 0%;
}
.ins_caseCon2 .center_box .item_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  padding: 4rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(6rem);
}
.ins_caseCon2 .center_box .item_box .item .word .t1 {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_caseCon2 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: calc(2em * 1.56);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.56;
  margin-top: 0.15rem;
  color: #FFFFFF;
  font-weight: 300;
  transform: translateY(0.2rem);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon2 .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.03);
}
.ins_caseCon2 .center_box .item_box .item:hover .word {
  transform: translateY(0px);
}
.ins_caseCon2 .center_box .item_box .item:hover .word .t2 {
  transform: translateY(0);
  opacity: 0.8;
}
@media (max-width:990px) {
  .ins_caseCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_caseCon2 .center_box .item_box .item .img .pb {
    padding-bottom: 0%;
  }
}
.ins_caseCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 12rem 0;
  overflow: hidden;
}
.ins_caseCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 8rem;
}
.ins_caseCon3 .center_box .item_box .item {
  width: 100%;
  height: 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;
  gap: 3rem;
  background: #FFFFFF;
  padding: 1rem;
  border-radius: 0.8rem;
  background: #f8f9fb;
}
.ins_caseCon3 .center_box .item_box .item .icon {
  width: 10rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ins_caseCon3 .center_box .item_box .item .word {
  font-size: var(--font20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon3 .center_box .item_box .item:hover .word {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_caseCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_caseCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_caseCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon4 .center_box .left_box {
  width: 45%;
  height: auto;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_caseCon4 .center_box .left_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  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;
  font-size: var(--font18);
}
.ins_caseCon4 .center_box .left_box .list_box p {
  width: 100%;
  height: auto;
  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.1rem;
  line-height: 1.8;
  font-weight: 300;
}
.ins_caseCon4 .center_box .left_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.ins_caseCon4 .center_box .right_box {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon4 .center_box .right_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_caseCon4 .center_box .right_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_caseCon4 .center_box .right_box .swiper_box ul li .img {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_caseCon4 .center_box .right_box .swiper_box ul li .img img {
  width: 100%;
  height: auto;
}
.ins_caseCon4 .center_box .right_box .idxPageShow {
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  height: auto;
  z-index: 5;
}
.ins_caseCon4 .center_box .right_box .idxPageShow span {
  background: #FFFFFF;
}
.ins_caseCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_caseCon5 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon5 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .left_box {
  width: 45%;
  height: auto;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .left_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  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;
  font-size: var(--font18);
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .left_box .list_box p {
  width: 100%;
  height: auto;
  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.1rem;
  line-height: 1.8;
  font-weight: 300;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .left_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .right_box {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .right_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .right_box .img .pb {
  padding-bottom: 60%;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .right_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_caseCon5 .center_box .pagerSwiper {
  width: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width:990px) {
  .ins_caseCon5 .center_box .pagerSwiper {
    display: none;
  }
}
.ins_newdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 10rem 0;
}
.ins_newdCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box {
  width: 75%;
}
.ins_newdCon1 .center_box .box_info .left_box .Word_box {
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.ins_newdCon1 .center_box .box_info .left_box .title {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}
.ins_newdCon1 .center_box .box_info .left_box .list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.ins_newdCon1 .center_box .box_info .left_box .list .one {
  border: 0;
  padding: 0.5rem 1.5rem;
  font-size: var(--font14);
  border-radius: 50px;
  background: #103feb1f;
  color: #666666;
}
.ins_newdCon1 .center_box .box_info .left_box .list span {
  color: #666666;
  font-size: var(--font14);
}
.ins_newdCon1 .center_box .box_info .left_box .contentB {
  width: 100%;
  height: auto;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.85;
  border-bottom: 1px solid #eee;
}
.ins_newdCon1 .center_box .box_info .left_box .contentB p {
  min-height: 0.5em;
}
.ins_newdCon1 .center_box .box_info .left_box .contentB img {
  width: 100% !important;
  height: auto !important;
}
.ins_newdCon1 .center_box .box_info .left_box .pager {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ins_newdCon1 .center_box .box_info .left_box .pager .one {
  font-size: var(--font16);
  transition: all 0.3s ease;
  color: #666666;
}
.ins_newdCon1 .center_box .box_info .right_box {
  width: 20%;
  position: sticky;
  top: calc(var(--header-height) + 5rem);
  height: 100%;
}
.ins_newdCon1 .center_box .box_info .right_box .titBox {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-bottom: 2rem;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item {
  padding-bottom: 3rem;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item .list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item .list .one {
  border: 0;
  padding: 0.5rem 1.5rem;
  font-size: var(--font14);
  border-radius: 50px;
  background: #103feb1f;
  color: #666666;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item .title {
  margin-top: 1rem;
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon {
  display: flex;
  gap: 2.4rem;
  margin-top: 2rem;
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon .one {
  width: 4rem;
  height: 4rem;
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon .one .img_bg {
  bottom: calc(100% + 200px);
  width: 12rem;
  height: 12rem;
  padding: 2rem;
}