/* style.css ==============================================*/

.pro_box{
    display: flex;
    gap: 20px 50px;
}

.products_menu_new {
  width: 18%;
  vertical-align: top;
}
  .products_menu_new h2 {
    font-size:20px;
    color: #555;
    padding-bottom: 5px;
    border-bottom: solid 4px #eee;
    margin-bottom: 10px; }
  .products_menu_new ul {
    width: 100%; }
    .products_menu_new ul > li > a {
      padding-left: 18px; }
      .products_menu_new ul > li > a:after {
        content: "+";
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 2;
        color: #358dc0;
        font-size: 16px;
        font-weight: bolder; }
    .products_menu_new ul li {
      width: 100%;
      margin-bottom: 5px; }
      .products_menu_new ul li a {
        display: block;
        width: 100%;
        position: relative;
        font-size: 16px; }
      .products_menu_new ul li ul {
/*        display: none;*/
        height: 0;
        
        background-color: #fff;
        box-shadow: 0 0 10px #ddd;
        border-radius: 10px;
            opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .5s;
      }

      .products_menu_new ul li ul.active{
/*        display: block;*/
        height: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        padding: 20px 0 10px 0;
        margin: 10px 0; 
      }

        .products_menu_new ul li ul li {
          padding-left: 15px; }
          .products_menu_new ul li ul li a {
            color: #666;
/*            border-bottom: solid 1px #999;*/
            padding-bottom: 10px;
            padding-left: 0; }

            .products_menu_new ul li ul li a.active{
              color: #358dc0;
            }

            .products_menu_new ul li ul li a.active:after {
                width: 60%;
                -webkit-transition: .2s;
                -o-transition: .2s;
                transition: .2s; }


            .products_menu_new ul li ul li a:after {
              content: "";
              width: 0%;
              height: 1px;
              background: #358dc0;
              top: auto;
              bottom: 0; }
            .products_menu_new ul li ul li a:hover {
              color: #358dc0; }
              .products_menu_new ul li ul li a:hover:after {
                width: 60%;
                -webkit-transition: .2s;
                -o-transition: .2s;
                transition: .2s; }

.pro_new li,
.pro_new .list {
  
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px 0;
  text-align: center;
  overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);

  }

  /*.pro_new li .pro_img {
    margin:15px;
    width: 314px;
    margin: 0 auto;
    height: 0;
    padding-bottom: 100%;
    max-width: 100%;
  }*/
    .pro_new li .pro_img img,
    .pro_new .list .pro_img img
    {
      width: 100%;
    }



  .pro_new li h2,
  .pro_new .list h2{
    color: #333;
    margin: 20px 0;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
    min-height: 56px; 
    font-weight: 700;
    padding: 0 10px;

    /*overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
  }

.pro_new.in_pro {
    width: calc(82% - 50px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
}

  .pro_new.in_pro li {
    width: auto;
    width: calc(100%/3 - 16px); 
}

    .pro_new.in_pro li:nth-child(4n) {
      margin-right: 0; }

.pro_cont_right {
  width: 80%;
  display: inline-block; }

.footer_box {
  width: 100%;
  padding: 4% 5% 50px 5%;
  background: #444;
  text-align: center; }

.footer_menu {
  display: inline-block;
  width: 879px;
  max-width: 100%; }
  .footer_menu li {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .footer_menu > li {
    color: #fff;
    margin-right: 5%; }
    .footer_menu > li > a {
      font-size: 16px;
      display: block;
      position: relative;
      padding-bottom: 5px;
      color: #fff; }
      .footer_menu > li > a:after {
        content: '';
        position: absolute;
        width: 25%;
        height: 2px;
        background: #666;
        left: 0;
        bottom: -5px; }
    .footer_menu > li ul {
      margin-top: 12px;
      display: block; }
      .footer_menu > li ul li {
        display: block;
        margin-bottom: 10px; }
        .footer_menu > li ul li a {
          font-size: 15px;
          color: #fff;
          padding-left: 10px;
          background: url(/img/icon5.png) no-repeat 0px center;
          background-size: 5px !important; }

.qr_box {
  display: inline-block;
  vertical-align: top;
  width: 250px; }
  .qr_box li {
    width: 45%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top; }
    .qr_box li a {
      display: block; }
      .qr_box li a img {
        width: 100%;
        display: block; }

.footer_copyrigh {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  border-top: solid 1px rgba(204, 204, 204, 0.16);
  padding-top: 20px; 

}
  .footer_copyrigh h2 {
    color: #e5e5e5;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px; }
  .footer_copyrigh ul {
    color: #e5e5e5;
    font-size: 15px;
    width: 949px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 22px; }
    .footer_copyrigh ul li {
      margin-bottom: 5px; 
      display: block; 
      vertical-align: top;
      /*display: inline-block; 
      vertical-align: middle;*/
    }
  .footer_copyrigh a {
    color: #e5e5e5; }

.copyrigh {
  width: 100%;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  margin-top: 20px; 
opacity: .8;}

.top_bt {
  display: block;
  position: fixed;
  right: 15px;
  bottom: -100px;
  background: #378fc2;
  height: 40px;
  width: 50px;
  text-align: center;
  padding-top: 3px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: #FFF2 solid 1px;
  z-index: 9; }
  .top_bt.active {
    bottom: -1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .top_bt span {
    width: 20px;
    height: 1px;
    background: #FFF;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .top_bt span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-left: -5px; }

.f_div{
  padding: 0 10px;
  display: inline-block;
}

@media screen and (max-width: 1153px) {
  /*.pro_new.in_pro li {
    width: calc(100%/2 - 24px);
}*/   
    .pro_new.in_pro li:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 1143px) {
  .qr_box {
    margin-top: 2%; } }

@media screen and (max-width: 1000px) {

    .pro_box {
        flex-direction: column;
    }



  .products_menu_new {
    width: 100%;
    display: block;   
  }
  .products_menu_new ul,
  .products_menu_new ul li ul.active{
    margin: 5px 0;
  }
  .products_menu_new>ul>li{
    width: auto;
    padding: 5px;
    display: inline-block;
    vertical-align: middle; 
    background-color: #fff;   
  } 
  .products_menu_new>ul>li>ul>li{
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .products_menu_new>ul>li>ul>li>a{
    background-color: #fff;
    color: #333;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 12px;
  }
  .pro_cont_right {
    width: 100%; }
  .pro_new.in_pro {
    width: 100%;
    gap: 2px 24px;
     }
   .pro_new.in_pro li {
    width: calc(100%/2 - 12px);
}
  .footer_copyrigh h2 {
    text-align: center; }
  .footer_copyrigh span {
    text-align: left;
    display: block;
    margin-right: 0; } }

@media screen and (max-width: 956px) {
  .footer_menu > li {
    margin-right: 2%; } }

@media screen and (max-width: 888px) {
  .footer_menu {
    width: 95%;
    display: block;
    margin: 10px auto;
   }
  .footer_menu >li {
    width: 100%;
    display: block;
    padding: 1%;
   } 
  .footer_menu >li>ul>li {
    padding: 0 0 0 20px;
  }
  .footer_menu > li > a{
    padding: 5px 5px 5px 5px;
  }
  .footer_menu > li > a:after{
    width: 100%;
    height: 1px;
  }

}


@media screen and (max-width: 700px) {
  .f_div{
  display: block;
}
  }

@media screen and (max-width: 450px) {
    .pro_new.in_pro {
        gap: 2px 10px;
    }

    .pro_new.in_pro li {
        width: calc(100%/2 - 6px);
    }

    .all_list01_btn {
        flex-direction: column;
    }

    .all_list01_btn a {
        padding: 10px 5px;
        font-size: 14px;
        width: 100%;
    }

}  

@media screen and (max-width: 379px) {
  .pro_new.in_pro li h2 {
    font-size: 14px;
    line-height: 20px;
    min-height: 42px; } 

}

@media screen and (max-width: 350px) {
  .pro_new.in_pro li {
    width: 100%;
    margin-right: 0; } }
<!--0.00018501281738281-->