

.idx_banner .swiper_box ul li.swiper-slide-active .centerInfo .word_box .t1 {
    /*white-space: break-spaces;*/
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a.active {
    color: #3468F6;
}
header .m_header_box .header_body .menu_nav ul li .two a.active .title {
    color: #3468F6;
}
header .header_box .center_box .column_left .item_box .item .drop_down .productNav .word_box .list_box .list_info .list .icon {
    margin-top: 4px;
}
footer .footer_box .footer_center .item_box .item .list_box .title{
    font-weight: 600;
}
.ins_caseCon3 .center_box .item_box .item .images .pb .ab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer { margin-top: -1px; } 

.ins_productHkCon1 .center_box .item_box .item .word_box .zx_box .idx_morebg,
.ins_productZxCon1 .center_box .content .word_box .idx_more, 
.ins_aboutyzfwCon2 .content .center_box .content_info1 .infoCon1 .swiper_box ul li .centerInfo .icon_box .word .idx_more { display: none; }

.ins_productHkCon3 .center_box .item_box .item .more_box,
.idx_indexCon5 .center_box .swiper_box .centerInfo .more_box { display: none; }

.idx_indexCon2 .center_box .content { margin-top: var(--num_80); }
header .header_box .center_box .column_left .item_box .item .drop_down .aboutctNav .images_box .img_box .img { max-width: 120px; } 
.ins_resourceCon1 .center_box .hh_left .swiper_box ul li .images .word .t2 { font-size: var(--font22) !important; }
.ins_resourceCon1 .center_box .hh_left .swiper_box ul li .images .word .t2 *{ font-size: var(--font22) !important; }
.ins_resourceCon1 .center_box .hh_left .swiper_box ul li .images .word .t3,
.ins_resourceCon1 .center_box .hh_left .swiper_box ul li .images .word .t3 * { font-size: var(--font18) !important; }

.ins_resourceCon1 .center_box .hh_left .swiper_box ul li .images .word { 
    background: #0003; 
    
}

.ins_resourceCon1 .center_box .hh_right .item_box .item .images { relative; z-index: 1; }
.ins_resourceCon1 .center_box .hh_right .item_box .item .images::after { content:''; position: absolute; bottom: 0; right: 0; width: 100%; height: 100%; background: #0003; z-index: 6;
}

.ins_resourceCon1 .center_box .hh_left .swiper_box ul li .images .word .t3 {
    display: none !important;
}
.ins_resourceCon1 .center_box .hh_left .swiper_box ul li .images .word {
    justify-content: end;
    padding-bottom: 50px;
}


.ins_resourcekfCon2 .center_box .item_box .item .background_image { opacity: 0; }

.idx_indexCon8 .center_box .ins_title .font40 { padding-bottom: 24px; }

.idx_indexCon8 .center_box .ins_title .font20 { margin-top: 0px; }

header .header_box .center_box .column_left .item_box .item .drop_down .productNav .word_box .list_box:last-child .list_info .list .icon {
    margin-top: 0 !important;
}

header .header_box .center_box .column_left .item_box .item .drop_down .solveNav .list_box .list .icon .img .ic_on {
    display: none;
}
.popup_getCase .content .right_box .subtitle { text-align: center; }

.idx_indexCon6 .center_box .item_box .item .t4 { height: auto !important; }

.ins_productgrCon3 { z-index: 5 !important; }

.ins_aboutjoinCon3 .center_box .swiper_box ul li .centerInfo {
  position: relative;
  z-index: 1;
  overflow: hidden;
    border-radius: var(--border-radius20);
}
.ins_aboutjoinCon3 .center_box .swiper_box ul li .centerInfo::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.2;
  z-index: 5;
}

.idx_indexCon6 .center_box .item_box .item .t1 { display: block; width: 100%; }
.ins_productHkCon10 .center_box .item_box .item .word_box .icon.no_bg { background: none !important; }




.popup_people {
  position: fixed;
  width: var(--num_90);
  right: var(--num_55);
  bottom: var(--num_35);
  z-index: 99;
}
.popup_people .images {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.pop_contBox {
  width: 100%;
  height: 100%;
  background: #00000080;
  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;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pop_contBox .pop_cont {
  width: auto;
  height: auto;
  bottom: 100%;
  border-radius: 10px;
}
.pop_contBox .pop_cont .icon_box {
  position: absolute;
  right: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  transform: translateX(50%) translateY(-50%);
  background: var(--active_color);
  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;
  border-radius: 100px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pop_contBox .pop_cont .icon_box:hover {
  transform: translateX(50%) translateY(-50%) rotate(360deg);
}
.pop_contBox .pop_cont .contentBox {
  width: 416px;
  height: auto;
  position: relative;
  z-index: 1;
}
.pop_contBox .pop_cont iframe {
  width: 100%;
  height: 70vh;
  background: #FFFFFF;
}
.pop_contBox.active {
  opacity: 1;
  visibility: visible;
}








@media (max-width: 990px){
    footer .footer_box .footer_center .item_box .item .list_box .title { font-weight: 400; font-size: 15px; }
    .ins_caseCon1 .center_box .swiper_box ul li .centerInfo .image .img,
    .ins_caseCon2 .center_box .itm_info .list_one .item .img ,
    .ins_caseCon2 .center_box .itm_info .item_box .item .img { display: none; }
    .ins_resourceCon2 .center_box .hh_left .item_box .item .images .pb{ padding-bottom: 54.5%; }
    .ins_resourceCon2 .center_box .hh_left .item_box .item .images{ display: flex; align-items: center; }
    .popup_getCase .content_box{ flex-direction: column; gap: 20px; }
    .popup_getCase .content_box .left_box,
    .popup_getCase .content_box .right_box { width: 100% !important; }
    .popup_getCase .content_box{ overflow: auto; }
    .ins_productgrCon2 .center_box .content .item_box .item .one:first-child .icon  span { max-width: 40px; }
    .popup_people { display: none; }
    footer { padding-bottom: 60px; } 
}

@media (max-width: 1560px){
    header .header_box .center_box .column_left .item_box .item .drop_down .productNav .word_box .list_box .list_info { gap: 5px;}
    header .header_box .center_box .column_left .item_box .item .drop_down .productNav .word_box .list_box .list_info .list { padding: 4px; }
}


.main_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-image: url(../images/bg1111.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.pop_contBox .pop_cont {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


/*.kefu_box .item_box .item .info_box .subtitle { margin-top: 0; }*/
.kefu_box .item_box .item .info_box { padding-right: 30px !important; }


