.idx_banner .swiper_box .swiper-slide .centerInfo .word_box .title {
    width: fit-content;
}
.idx_banner .swiper_box .swiper-slide .centerInfo .word_box .title span:last-child {
    left: 70%;
    top: 31px;
}
footer .footer_box .footer_bottom .right .group .bottom {
    max-width: 100%;
    align-items: start;
    max-height: 155px;
    overflow: auto;
}
footer .footer_box .footer_bottom .right .group .bottom::after{
    left: 5px;
    opacity: 0;
}
footer .footer_box .footer_bottom .right {
    max-width: 700px;
}
footer .footer_box .footer_bottom .right .links a ,
footer .footer_box .footer_bottom .right .copy .le ,
footer .footer_box .footer_bottom .right .copy .le a ,
footer .footer_box .footer_bottom .right .group .top .icon ,
footer .footer_box .footer_top .contact_box .menu .one .word ,
footer .footer_box .footer_top .contact_box .menu .one .word span ,
footer .footer_box .footer_top .nav_box ul li .menu .one a ,
footer .footer_box .footer_top .contact_box .menu .one .icon {
    font-size: 13px;
}
header .header_box .center_box .column .head_language .sub_btn{
    width: max-content;
     box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.3);
    padding: 10px 20px;
}
header .header_box .center_box .column .head_language .sub_btn a {
    text-align: start;
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
header .header_box .center_box .column .head_language .sub_btn img {
    width: 40px;
}
.ins_business_nav .center_box .wordbox{
    display: none;
}
.ins_business_nav{
    padding-top: var(--num_80);
}
.ins_title_box.matop230{
    margin-top: var(--matop);
}

.ins_businessCon1 .center_box .word_box{
    max-width: 750px;
}

header .header_box .center_box .nav ul li .subNav > a.active, header .header_box .center_box .nav ul li > a.active {
    color: #b02a30;
}

.psearch-left .ins_newCon1 {
    padding: 20px;
    padding-bottom: 50px;
}

.psearch-left .ins_newCon1 .center_box .item_box {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0px;
}
.psearch-left .ins_newCon1 .center_box .item_box .item .word_box .title {
    font-size: 16px;
}


.locate_box {
    transform: translateY(calc(var(--header-height) * -1));
} 


footer .footer_box .footer_bottom .right .group .bottom a:hover * {
    color: #b02a30;
}

.ins_newCon1 .center_box .item_box .item .word_box .title {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .item_box .item:hover .word_box .title {
    color: #b02a30;
}

.ins_businessnyCon5 .center_box .list_box .table_box.min22 .td_box:last-child .word  {
    text-align: left;
    padding: 20px;
}
.ins_newdeCon1 .center_box .left_box .top_box .centerInfo .content_info  table tr td {
    text-align: center; padding: 10px;
}


.idx_Business .center_box .swiper_box {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
}
.idx_Business .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_Business .center_box .swiper_box ul li .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  --color_fff: #282828;
}
.idx_Business .center_box .swiper_box ul li .item .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_Business .center_box .swiper_box ul li .item .images .pb {
  padding-bottom: 113.64%;
  overflow: hidden;
  z-index: 1;
}
.idx_Business .center_box .swiper_box ul li .item .images .pb .ab {
  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;
}
.idx_Business .center_box .swiper_box ul li .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_Business .center_box .swiper_box ul li .item .images .list {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: var(--num_40);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--num_20);
}
.idx_Business .center_box .swiper_box ul li .item .images .list .one {
  width: 100%;
  height: auto;
}
.idx_Business .center_box .swiper_box ul li .item .images .list .one a {
  height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  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;
  padding: 0 var(--num_20);
  font-size: var(--font14);
  color: var(--FFF);
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --FFF: #FFF;
}
.idx_Business .center_box .swiper_box ul li .item .images .list .one a i {
  width: 6px;
  height: 6px;
  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;
  position: relative;
  transform: translateY(-15%);
}
.idx_Business .center_box .swiper_box ul li .item .images .list .one a i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--FFF);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.idx_Business .center_box .swiper_box ul li .item .images .list .one a i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--FFF);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.idx_Business .center_box .swiper_box ul li .item .images .list .one a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #282828;
  --FFF: #282828;
}
.idx_Business .center_box .swiper_box ul li .item .word_box {
  width: 100%;
  height: auto;
}
.idx_Business .center_box .swiper_box ul li .item .word_box .title {
  font-size: var(--font30);
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: var(--num_30);
  margin-bottom: var(--num_25);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.idx_Business .center_box .swiper_box ul li .item .word_box .subtitle {
  font-size: var(--font16);
  color: var(--color_fff);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: calc(4em * 1.5);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
.idx_Business .center_box .swiper_box ul li .item:nth-child(2n) {
  transform: translateY(70%);
}
/*.ins_businepuCon1 .center_box .ins_title { */
/*    align-items: start !important;*/
/*    text-align: start !important;*/
/* }*/
 .ins_businepuCon1 .center_box .ins_title .max880 { max-width: 100%; }
@media (max-width:990px) {
    .idx_Business{
        overflow: hidden;
    }
  .idx_Business .center_box .swiper_box {
    display: block !important;
  }
  .idx_Business .center_box .left_info,
  .idx_Business .center_box .right_info {
    display: none !important;
  }
  .idx_title .subtitle { font-size: 20px; }
  .ins_aboutgkCon1,.ins_businessCon1 { 
    flex-direction: column-reverse;
    display: flex; 
  } 
  .ins_aboutgkCon1 .center_box, .ins_businessCon1 .center_box  { position: relative; }
  .ins_aboutgkCon1 .center_box *, .ins_businessCon1 .center_box * { color: #333333 !important; }
  .ins_aboutgkCon1 .images_bg img.pc, .ins_businessCon1 .images_bg img.pc { display: block !important; min-height: 200px; }
  .ins_aboutgkCon1 .images_bg img.wap,.ins_businessCon1 .images_bg img.wap { display: none !important; }
  .ins_aboutgkCon1 .center_box .ins_title,.ins_businessCon1 .center_box .ins_title { max-height: 200px; overflow: auto;}
  
  .ins_newCon1 .center_box .item_box {
      grid-template-columns: repeat(1, 1fr);
  }
  
  .ins_develolnCon1 .center_box .content_box .item_box { flex-direction: row; justify-content: space-between; gap: 30px 20px;
    flex-wrap: wrap;} 
  .ins_develolnCon1 .center_box .content_box .item_box .item.active { width: 100%; }
  .ins_develolnCon1 .center_box .content_box .item_box .item.is_active { width: calc(50% - 15px) !important; }
.ins_develolnCon1 .center_box .content_box .item_box .item:nth-child(1){ order: 2; }
.ins_develolnCon1 .center_box .content_box .item_box .item:nth-child(2){ order: 1; }
.ins_develolnCon1 .center_box .content_box .item_box .item:nth-child(3){ order: 3; }
.ins_develolnCon1 .center_box .content_box .item_box .item{ flex-direction: column; text-align: center; }
.ins_develolnCon1 .center_box .content_box .item_box .item .icon { --wh_num: 70px; }
.ins_develolnCon1 .center_box .content_box .item_box .item .icon img{ width: 40px; }

  .ins_contactCon1 .center_box .list_box .list { padding: 10px 10px; --wh_num: 38px; gap: 14px; }
}

.idx_Vision .idx_title .subtitle {
    white-space: break-spaces;
}

/* 弹窗 */
.popup_img {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background: #000000b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_img .images {
  max-width: 80%;
  min-width: 50%;
  max-height: 80vh;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.popup_img .images .img {
  width: 100%;
  height: 100%;
  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;
}
.popup_img .images .img img {
  width: auto;
  height: auto;
}
.popup_img .images .icon {
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_img .images .icon i {
  width: 0;
  height: 0;
  position: relative;
  z-index: 1;
  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;
}
.popup_img .images .icon i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_img .images .icon i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_img .images .icon:hover {
  background: #eb1922;
}
.popup_img .images .icon:hover i {
  transform: rotate(360deg);
}
.popup_img .images .icon:hover i::after {
  background: #FFF;
}
.popup_img .images .icon:hover i::before {
  background: #FFF;
}
.popup_img.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width:990px) {
	*{scrollbar-color: #b02a30 #d4d6d7; }
	*::-webkit-scrollbar {width: 3px; height: 3px; 	background-color: #d4d6d7;} 
	*::-webkit-scrollbar-thumb {background-color: #b02a30; border-radius: 10px;} 
	*::-webkit-scrollbar-track {border-radius: 0;background: rgba(226, 226, 226, 0.76);} 
	.ins_aboutgkCon3 .center_box .word { position: relative; top: 0; }
	.ins_aboutgkCon3 .center_box .imgwap { margin-top: 30px; }
	.ins_aboutgkCon3 .center_box .imgwap .top { width: 100%; height: auto; 
    display: flex; justify-content: center; }
	.ins_aboutgkCon3 .center_box .imgwap .bot {overflow: auto; }
	.ins_aboutgkCon3 .center_box .imgwap .bot img { min-width: 800px; }
	
	.ins_aboutgkCon3 .center_box .imgwap .top img { max-width: 50%; } 
}







