header .header_box .header_main .column_left .head_logon .out_box { 
    position: absolute; 
    top: 75px;
    z-index: 5;
    background: #FFFFFF; 
    border-radius: 4px;
    box-shadow: 0 0 10px 1px #b9b9b980;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
   -webkit-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
header .header_box .header_main .column_left .head_logon .out_box a {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    color: var(--color);
    font-size: 14px;
    padding: 6px;
   -webkit-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

header .header_box .header_main .column_left .head_logon .out_box a:hover {
    color: #e60012;
}
header .header_box .header_main .column_left .head_logon:hover .out_box {
    opacity: 1;
    visibility: visible;
}

.kefu_box .item .info a {
    font-weight: 800;
}

.productCon4 .but_box {
  width: 100%;
  height: auto;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
}
.productCon4  .but_box * {
  font-size: var(--font18);
  font-weight: 700;
}
.productCon4  .but_box span {
  color: #e60012;
}
.productCon4  .but_box .tow {
  color: #e60012;
}

.ins_productCon1 .center_box .productCon3 .item_box .item .one:nth-child(2){
	min-width: 314px;
	justify-content: start;
}

.ins_productCon1 .center_box .productCon3 .item_box .item:first-child .one:nth-child(2) {
	justify-content: center !important;
}
/*.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son{*/
/*     margin-left: 0 !important;*/
/*}*/


/*.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-slide-active{*/
/*    margin-right: 10px !important;*/
/*}*/


/*.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son { background: red; }*/

/*.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-slide { width: 100% !important; }*/


header .header_box .header_main .column_right .logo{
    width: 100px;
}


.ins_productwCon9 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  padding: 80px 0;
  overflow: hidden;
}
.ins_productwCon9 .center_box {
  width: 100%;
  height: auto;
}
.ins_productwCon9 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.ins_productwCon9 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_productwCon9 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_productwCon9 .center_box .swiper_box ul li .centerInfo .item {
  width: 100%;
  height: auto;
}
.ins_productwCon9 .center_box .swiper_box ul li .centerInfo .item .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius16);
  overflow: hidden;
}
.ins_productwCon9 .center_box .swiper_box ul li .centerInfo .item .images .pb {
  padding-bottom: 67.205%;
}
.ins_productwCon9 .center_box .swiper_box ul li .centerInfo .item .f18 {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
  padding: 0 var(--num_35);
}



@media (max-width:990px) {
  .ins_productwCon5 .center_box .table_box table tr td:first-child{ width: 100px; }
}
