.idx_homeCon2 .content .list_box { display: none; }
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox2 .navBox3 { width: auto; }
.ins_contactCon1 { overflow: unset !important; z-index: 2; }
.ins_contactCon1 .center_box .content4 .item_box .item .input .layui-form-selected dl { bottom: unset !important; }
.idx_title .t1 { text-transform: unset; }
.idx_title .t6 {    line-height: 1.5; }
.ins_teamCon1 .center_box .content2 .item_box .item .img .pb .ab {     justify-content: center; }
.ins_teamCon1 .center_box .content1 .left_box .img {display: flex; justify-content: center; }
.ins_productionCon1 .center_box .swiper_box ul li .swiper_info .swiper_item .centerInfo .content .left_box .list_info .list.active{ flex-shrink: 0; }
.ins_servicesCon3 .center_box .content .cont_box .word_box .word { pointer-events: initial; }
.ins_esgCon4 { padding-bottom: 1.2rem; }

header .header_box .center_box .item_box .item .Secondary_Navigation .navBox2 .navBox3 .navTitle { position: relative; 
    
  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;
  
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .header_box .center_box .item_box .item .Secondary_Navigation .navBox2 .navBox3 .navTitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .header_box .center_box .item_box .item .Secondary_Navigation .navBox2 .navBox3 .navTitle:hover {
    color:  var(--active_color);
}
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox2 .navBox3 .navTitle:hover::after {
    width: 100%;
} 
.ins_esgCon8 .center_box .swiper_list ul li .centerInfo{ overflow: hidden; }
.idx_homeCon2 .content { z-index: -2; }


/*2025-11-26服务DS页面中-图标显示大小+左右内容宽度调整*/
.ins_productionCon1 .center_box .swiper_box ul li .swiper_info .swiper_item .centerInfo .content .left_box .list_info .list .icon{width: 0.7rem;}
.ins_productionCon1 .center_box .swiper_box ul li .swiper_info .swiper_item .centerInfo .content .left_box {    width: 65%;}
.ins_productionCon1 .center_box .swiper_box ul li .swiper_info .swiper_item .centerInfo .content .right_box {width: 32%;}
.ins_teamCon1 .center_box .content2 .item_box .item .word .t3 { .flex; .f_column; gap: 0.1rem; }
.ins_teamCon1 .center_box .content2 .item_box .item .word .t3 p { width: 100%; height: auto;  position: relative; z-index: 1; padding-left: 0.2rem; }
.ins_teamCon1 .center_box .content2 .item_box .item .word .t3  p::after {
    content: '';
    position: absolute;
    width: 0.05rem;
    height: 0.05rem;
    background: #000000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100px;
    top: 0.6em;
    left: 0;
  }
.ins_teamCon1 .center_box .content2 .item_box .item { align-items: start; }
.ins_teamCon1 .center_box .content2 .item_box .item .word { padding-top: 0.3rem; }
.ins_teamCon1 .center_box .content1 { align-items: start; }
footer .footer_box .footer_center { display: block !important; }
footer .footer_box .footer_center {  
  gap: 0.3rem;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.ins_introductionCon1 .center_box .right_box .idx_more  {
  margin-top: 0.8rem;
  display: flex;
  justify-content: end;
  width: 100%;
}
.idx_homeCon2 .content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
}
