.solution{
  overflow: hidden; 
}
.solution .title{
  font-size: 32px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.solution .swiper-slide{
  position: relative;
}
.solution .swiper-slide p{
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  position: absolute;
  background: rgba(138,132,134,0.6);
  width: 100%;
  text-align: center;
  color: #fff
}

.classify a{
  margin-right: 20px;
}

.product-info .title{
  width: 100%;
  font-size: 28px;
  text-align: center;
}
.product-info .title span{
  display: block;
  font-size: 16px;
  color: #999;
}
.product-info .item1{
  padding: 40px 0;
}
.product-info .item1 p{
  font-size: 22px;
  margin-bottom: 0;
}
.product-info .item1 span{
  font-size: 18px;
  display: block;
  margin-bottom:40px;
}

.product-info2 .item1 p{
  font-size: 22px;
  margin-bottom: 0;
}
.product-info2 .item1 span{
  font-size: 18px;
  display: block;
  margin-bottom:40px;
}



.product-info2 .li{
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .product-info2 .li{
    width: 50%;
  }
} 

.product-info2 .li img{
  margin-bottom: 10px;
  max-width: 100%;
}
.product-info2 .li p{
  margin-bottom: 5px;
  font-size: 14px;
}

.product-info2 table{
  border-top:1px solid #f5f5f5;
  border-left:1px solid #f5f5f5;
  font-size: 16px;
  text-align: center;
  width: 1110px;
}
.product-info2 table th{
  background-color: #f5f5f5;
}
.product-info2 table th,.product-info2 table td{
  border-right:1px solid #f5f5f5;
  border-bottom:1px solid #f5f5f5;
  padding: 10px;
}
.tableBox{
  max-width: 100%;
  overflow: auto;
}

.gg{
  padding: 20px;
  line-height: 80px
}
.gg img{
  float: left;
  height: 80px;
  margin-right: 40px;
}



.product-info3 table{
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  font-size: 16px;
  text-align: center;
  width: 1110px;
}
.product-info3 table th,.product-info3 table td{
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  padding: 10px;
  background-color: #f9f9f9;
}
.product-info3 table th{
  background-color: #f3f3f3;
}

.productInfo5Table{
  width: 100%;
  border-left: 1px solid rgba(255,255,255,0.6);
  text-align: center;
}
.productInfo5Table th{
  background-color: #e9d7c3;
  border-bottom: 2px solid rgba(255,255,255,0.6);
  padding: 5px;
}
.productInfo5Table td{
  background-color: #f8f4f1;
  border-bottom: 2px solid rgba(255,255,255,0.6);
  padding: 5px;
}


.site-mobile-menu .menu-item .menu-popover,.site-mobile-menu .active .menu-popover{
  padding-left: 10px
}
.site-navbar .menu-item1,.site-navbar .active{
  position: relative;
}

.site-navbar .menu-item1 .menu-popover,.site-navbar .active .menu-popover{
  background-color: #f5f5f5;
  position: absolute;
  top: 67px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  padding: 0;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
.site-navbar .menu-item1 .menu-popover a,.site-navbar .active .menu-popover a{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.site-navbar .menu-item1 .menu-popover a:hover,.site-navbar .active .menu-popover a:hover{
  color: #1890ff;
}
.site-navbar .menu-item1:hover .menu-popover,.site-navbar .active:hover .menu-popover{
  padding: 10px;
  height: auto;
}






