 @font-face {
   font-family: 'icomoon';
   src: url('../fonts/iconfont.woff?t=1768966725814') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
 }

 [class^="icon-"],
 [class*=" icon-"] {
   font-family: 'icomoon' !important;
   speak: never;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

 .icon-home1:before {
   content: "\e601";
 }

 .icon-douhao:before {
   content: "\e64e";
 }

 .icon-douhao-copy:before {
   content: "\e64f";
 }

 .icon-rili:before {
   content: "\e641";
 }

 .icon-home:before {
   content: "\e6aa";
 }

 .icon-instagram:before {
   content: "\e87f";
 }

 .icon-instagram-fill:before {
   content: "\e88f";
 }

 .icon-youjiantou2:before {
   content: "\e686";
 }

 .icon-zuojiantou1:before {
   content: "\e687";
 }

 .icon-yanjing:before {
   content: "\e62b";
 }

 .icon-yanjing1:before {
   content: "\e611";
 }

 .icon-santiaoxian_:before {
   content: "\e62d";
 }

 .icon-messagefill:before {
   content: "\e779";
 }

 .icon-weixin:before {
   content: "\e610";
 }

 .icon-email:before {
   content: "\e689";
 }

 .icon-forwardo:before {
   content: "\e736";
 }

 .icon-pinterest:before {
   content: "\e63a";
 }

 .icon-search:before {
   content: "\e632";
 }

 .icon-map:before {
   content: "\e62e";
 }

 .icon-phone:before {
   content: "\e600";
 }

 .icon-phone1:before {
   content: "\e6c2";
 }

 .icon-linkedin:before {
   content: "\e696";
 }

 .icon-facebookfacebook11:before {
   content: "\e735";
 }

 .icon-weixin1:before {
   content: "\e63f";
 }

 .icon-message_light:before {
   content: "\e7db";
 }

 .icon-shanchu:before {
   content: "\e693";
 }

 .icon-xiazai:before {
   content: "\e61f";
 }

 .icon-sys_delete:before {
   content: "\e61c";
 }

 .icon-Youtube:before {
   content: "\e880";
 }

 .icon-Youtube-fill:before {
   content: "\e883";
 }

 .icon-map1:before {
   content: "\e747";
 }

 .icon-zengjia:before {
   content: "\e634";
 }

 .icon-name:before {
   content: "\e74c";
 }

 .icon-linkedin1:before {
   content: "\e6fc";
 }

 .icon-tuite:before {
   content: "\e652";
 }

 .icon-jianshao-:before {
   content: "\e660";
 }

 .icon-zengjia1:before {
   content: "\e8c0";
 }

 .icon-email1:before {
   content: "\e604";
 }

 .icon-facebook:before {
   content: "\e71a";
 }

 .icon-pinterest1:before {
   content: "\e60d";
 }

 .icon-whatsapp:before {
   content: "\e69c";
 }

 .icon-name1:before {
   content: "\e640";
 }

 .icon-yuanjiaojiantou:before {
   content: "\e63b";
 }

 .icon-douyin:before {
   content: "\e8db";
 }

 .icon-logo-whatsapp:before {
   content: "\e9e6";
 }

 .icon-shijian:before {
   content: "\e76a";
 }

 .icon-youjiantou1:before {
   content: "\e626";
 }

 .icon-Arrows_Arrow_Up_Right:before {
   content: "\e914";
 }

 .icon-douyinzhanghao:before {
   content: "\e603";
 }

 .icon-tuite1:before {
   content: "\e74f";
 }

 .icon-a-shijiankaishishijianbeifen5:before {
   content: "\e651";
 }

 .icon-youjiantou:before {
   content: "\e624";
 }

 .icon-zuojiantou:before {
   content: "\e625";
 }


 .product-two-li {
   position: relative;
 }
 
 .product-two-li>div {
   position: absolute;
   left: 0;
   top: 0; 
   width: 100%;
   height: 100%;
   background: rgba(5, 83, 209, .6);
   opacity: 0;
   transition: .36s;
   display: flex;
   flex-direction: column;
   justify-content: center;
 }

 .product-two-li .tp-product-title a {
   color: #fff;
 }

 .product-two-li .tp-product-category {
   color: #fff;
 }

  .product-two-li:hover > div{
    opacity: 1;
  }
 