@media (max-width: 768px) {
    table {
        width: 100% !important%;
    }
}

  .acf-flexible-content {
    display: flex;
    flex-wrap: wrap;
}
.acf-flexible-content > .acf-field {
    flex: 1 1 100%; /* 在小屏幕上占满宽度 */
}
  
  .product-image-large-single{
      margin-top:20px;
  }
  w-con-max{
    width: 1200px;
  }
  
  a:active {
    outline: none;
}

  a:focus {
    outline: none;
}  
a {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
}
  
  li ul, li ol {
    margin: 0 0 0 0px;
  }

  .submenu-parent p {
    margin: 0;
    padding: 0; /* 举例添加上下内边距 */
  }

  .wrapper {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
  .wrapper .sitepath {
    color: #d9d9d9;
    text-transform: uppercase;
  }
  .wrapper .sitepath .home {
    width: 14px;
    height: 16px;
    display: inline-block;
    background-position: -114px -122px;
    margin-right: 10px;
  }
  .wrapper .sitepath a {
    display: inline-block;
    white-space: nowrap;
    color: #2f4056;
  }
  .wrapper .sitepath a:hover {
    color: #009b4c;
  }
  .wrapper .sitepath span {
    color: #2f4056;
  }

  .wrapper .left {
    width: 100%;
  }
  .wrapper .left .submenubox {
    padding-bottom: 20px;
  }
  .wrapper .left .submenubox .left_title {
    height: 80px;
    background: #182B5E;
    color: #fff;
  }
  .wrapper .left .submenubox .left_title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    padding-left: 26px;
    text-transform: uppercase;
    color:#FFFFFF;
  }
  .wrapper .left .submenubox .left_title s {
    background-position: -248px -76px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 30px;
    margin-top: 28px;
  }
  /*父菜单样式*/
  .wrapper .left .submenu-parent  {
    position: relative;
    display: block;
    height: 100%;
    background: #ffffff;

  }
  .wrapper .left .submenu-parent li {
    display: block;
  }

  .wrapper .left .submenu-parent li  p.sub1-p {
    border-left:2px solid #009b4c;
    line-height: 60px;
    /*display: block;*/
    padding: 0 30px;
    -webkit-box-pack: justify;
    justify-content:space-between;
    font-size: 18px;
    border: 1px solid #eeeeee;
    border-top: 0 none;

    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    cursor: pointer;
    display: flex;
  }

  .wrapper .left .submenu-parent p.sub1-p::after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    cursor: pointer; /* 添加手形光标 */
    transition: transform 0.3s ease;
  }
  .wrapper .left .submenu-parent p.sub1-p.active::after {
    transform: rotate(180deg);
  }


  .wrapper .left .submenu-parent li  p.sub1-p.hover {
    border-left:2px solid #009b4c;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 30px;
    justify-content:space-between;
    font-size: 18px;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    overflow: hidden;
    align-items: center;
  }

  .wrapper .left .submenu-parent li p.sub1-p.active {
    border-left:2px solid #009b4c;
    line-height: 60px;
    /*display: block;*/
    padding: 0 30px;
    -webkit-box-pack: justify;
    justify-content:space-between;
    font-size: 18px;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    color: #009b4c; /* 激活状态下的字体颜色为绿色 */
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    cursor: pointer;
    display: flex;
  }

  .wrapper .left .submenu-parent li  a.sub1 {
    /*height: 60px;*/
    line-height: 60px;
    display: block;
    padding-left: 0px;
    /* background: url(./image/jtou.png) no-repeat 90% center #fff;*/
    font-size: 18px;
    /*    border: 1px solid #eeeeee;*/
    border-top: 0 none;
    overflow: hidden;
  }

  .wrapper .left .submenu-parent li  a.sub1:hover {
    /*border-left: 2px solid #009b4c;*/
    /*border-right: 1px solid #f5f5f5;*/
    color: #009b4c;
  }

  /*选中时的颜色*/
  .wrapper .left .submenu-parent li.hover a.sub1  {
    border-left: 2px solid #009b4c;
    border-right: 1px solid #f5f5f5;
    color: #009b4c;
  }

  .menu .has-submenu-parent .toggle-submenu-parent {
    margin-left: 10px;
  }

  .wrapper .left .submenu-parent s {
    width: 2px;
    height: 61px;
    display: block;
    background: #009b4c;
    position: absolute;
    left: 0;
    top: 0;
  }
  .wrapper .left .submenu-parent .box {
    padding-bottom: 0;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    display: none;
  }
  .wrapper .left .submenu-parent .box a {
    color: #333;
    line-height: 40px;
    display: block;
    height: 40px;
    padding-left: 28px;
    overflow: hidden;
  }
  .wrapper .left .submenu-parent .box a s {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    display: inline-block;
    background-position: 2px -178px;
  }
  .wrapper .left .submenu-parent .box a:hover, .wrapper .left .submenu-parent .box a.hover {
    color: #009b4c;
  }
  .wrapper .left .submenu-parent li.hover .box {
    display: block;
  }

  /*子菜单样式*/


  .wrapper .left .submenu {
    position: relative;
    display: none;

  }
  .wrapper .left .submenu li {
    display: block;
  }
  .wrapper .left .submenu li a.sub1 {
    height: 60px;
    line-height: 60px;
    display: block;
    padding-left: 28px;
    /* background: url(./image/jtou.png) no-repeat 90% center #fff;*/
    font-size: 18px;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    overflow: hidden;
  }
  .wrapper .left .submenu li a.sub2 {
    height: 60px;
    line-height: 60px;
    display: block;
    padding-left: 28px;
    /* background: url(./image/jtou.png) no-repeat 90% center #fff;*/
    font-size: 18px;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    overflow: hidden;

  }
  .wrapper .left .submenu li a.sub1:hover {
    /*background: url(./image/jtou_a.png) no-repeat 90% center #fff;*/
    border-left: 2px solid #009b4c;
    border-right: 1px solid #f5f5f5;
    color: #009b4c;
  }
  .wrapper .left .submenu li a.sub2:hover {
    /*background: url(./image/jtou_a.png) no-repeat 90% center #fff;*/
    border-left: 2px solid #009b4c;
    border-right: 1px solid #f5f5f5;
    color: #009b4c;
  }
  /*选中时的颜色*/
  .wrapper .left .submenu li.hover a.sub1  {
    background: url(./image/jtou_a.png) no-repeat 90% center #fff;
    border-left: 2px solid #009b4c;
    border-right: 1px solid #f5f5f5;
    color: #009b4c;
  }
  .wrapper .left .submenu li.hover a.sub2  {
    background: url(./image/jtou_a.png) no-repeat 90% center #fff;
    border-left: 2px solid #009b4c;
    border-right: 1px solid #f5f5f5;
    color: #009b4c;
  }
  .menu .has-submenu .toggle-submenu {
    margin-left: 10px;
  }

  .wrapper .left .submenu s {
    width: 2px;
    height: 61px;
    display: block;
    background: #009b4c;
    position: absolute;
    left: 0;
    top: 0;
  }
  .wrapper .left .submenu .box {
    padding-bottom: 0;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    display: none;
  }
  .wrapper .left .submenu .box a {
    color: #333;
    line-height: 40px;
    display: block;
    height: 40px;
    padding-left: 28px;
    overflow: hidden;
  }
  .wrapper .left .submenu .box a s {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    display: inline-block;
    background-position: 2px -178px;
  }
  .wrapper .left .submenu .box a:hover, .wrapper .left .submenu .box a.hover {
    color: #009b4c;
  }
  .wrapper .left .submenu li.hover .box {
    display: block;
  }
  .wrapper .left .leftbox {
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
  }
  .wrapper .left .leftbox .left_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 5px;
  }
  .wrapper .left .leftbox .left_title h3 {
    font-size: 18px;
    font-weight: normal;
    color: #009b4c;
    display: block;
    text-transform: uppercase;
  }
  .wrapper .left .leftbox .leftprocomt {
    padding-top: 10px;
  }
  .wrapper .left .leftbox .leftprocomt li {
    float: left;
    text-align: center;
    width: 104px;
    margin-right: 10px;
  }
  .wrapper .left .leftbox .leftprocomt li img {
    width: 104px;
    height: 78px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }
  .wrapper .left .leftbox .leftprocomt li p {
    font-size: 12px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }
  .wrapper .left .leftbox .leftprocomt li:hover img {
    -webkkit-filter: brightness(105%);
    filter: brightness(105%);
  }
  .leftprocomt li:hover p {
    color: #009b4c;
  }
  .wrapper .left .leftbox .cont {
    padding-top: 18px;
    white-space: normal;
  }
  .wrapper .left .leftbox .cont .img {
    float: left;
    display: block;
    border: 1px solid #e5e5e5;
    margin: 0 auto 10px;
  }
  .wrapper .left .leftbox .cont img {
    width: 216px;
    height: 216px;
  }
  .wrapper .left .leftbox .cont p {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
  }
  .wrapper .left .leftbox .cont .zx {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #009b4c;
    color: #fff;
    display: block;
    margin-top: 10px;
  }
  .wrapper .left .leftbox .cont .zx em {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-position: -152px -152px;
    vertical-align: top;
    border-right: 1px solid #fff;
    margin-right: 35px;
  }
  .wrapper .left .leftbox .cont .zx:hover {
    background: #ed8e06;
  }
  .wrapper .right {
    width: 930px;
  }
  .wrapper .right .right_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
  }
  .wrapper .right .right_title h3 {
    color: #009b4c;
    font-size: 18px;
    border-left: 3px solid #009b4c;
    height: 20px;
    line-height: 20px;
    padding-left: 14px;
    margin-top: 5px;
  }
  .wrapper .right .cont {
    padding: 40px 0;
    color: #666666;
  }
  .wrapper .right .cont .t1 {
    padding: 0 0 25px;
    color: #009b4c;
    font-size: 20px;
  }
  .wrapper .right .cont .t2 {
    color: #009b4c;
    font-size: 30px;
    display: block;
    padding: 30px 0;
  }
  .wrapper .Productlist {
  }
  .wrapper .Productlist .list {
    width: 100%;
  }
  .wrapper .Productlist .item {
    float: left;
    width: 288px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #eee;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
  }
  .wrapper .Productlist .item a {
    display: block;
    width: 100%;
  }
  .wrapper .Productlist .item img {
    width: 288px;
    height: 216px;
    display: block;
  }
  .wrapper .Productlist .item h3 {
    display: block;/* border: 1px solid #eee; */
    border-top: 0 none;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
  }
  .wrapper .Productlist .item:hover {
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
  }
  .wrapper .single img {
    max-width: 100%;
    display: inline;
  }
  .wrapper .showinfo img {
    max-width: 100%;
    display: inline;
  }
  .wrapper .showinfo .Article-title {
    border-bottom: 1px solid #92e9ff;
    padding-bottom: 20px;
    text-align: center;
  }
  .wrapper .showinfo .Article-title h1 {
    font-size: 24px;
  }
  .wrapper .showinfo .Article-title .mark span {
    font-size: 12px;
    padding: 0 5px;
  }
  .wrapper .showinfo .newsinfo {
    padding: 20px 0;
  }
  .wrapper .reLink {
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto;
  }
  .wrapper .reLink .prevLink, .wrapper .reLink .nextLink {
    width: 50%;
  }
  .wrapper .reLink .nextLink {
    text-align: right;
  }
  .wrapper .thumblist .item {
    width: 430px;
    height: 144px;
    margin-right: 38px;
  }
  .wrapper .thumblist .item a {
    width: 414px;
    height: 128px;
    padding: 8px;
  }
  .wrapper .thumblist .item img {
    width: 180px;
    height: 127px;
    display: block;
  }
  .wrapper .thumblist .item .txt {
    width: 212px;
    height: 127px;
    overflow: hidden;
    position: relative;
  }
  .wrapper .thumblist .item .txt h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  }
  .wrapper .thumblist .item .txt p {
    padding-top: 8px;
    color: #737373;
    line-height: 22px;
  }
  .wrapper .thumblist .item .txt .jia {
    display: none;
  }
  .wrapper .thumblist .item .di {
    width: 430px;
    height: 144px;
    border: 1px solid #e5e5e5;
    position: absolute;
    right: -10px;
    bottom: -10px;
  }
  .w-auto {
    width: auto;
    margin: 0 auto;
  }
  .wrapper .w-auto {
    position: relative;
    z-index: 5;
  }



  /*---------------------------------------------------------*/

  body, dl, dd {
    margin: 0px;
  }
  ul, ol {
    margin: 0px;
    padding: 0px;
  }
  /*侧面栏产品中心字样式*/
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  /*产品标题样式*/
  a {
    color: #333;
    text-decoration: none;
  }



  /*清除浮动*/
  .clearfix {
    *zoom: 1;
  }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .ielt7 .global-wrap {
    height: 100%;
  }

  @media screen and (min-width: 1460px) {
    .content-wrapper {
      width: 1460px;
    }
  }



.top1-product-info-font-size{
  font-size: large;
}

.section-bottom-gap-30{
  margin-bottom: 30px;
} 

 /* Responsive */
        @media only screen and (max-width: 1500px) {
            .product-default-single:hover .top1-products-gallery {
                display: none;
            }
            .product-default-single:hover:hover:before {
                left: 0;
                right: 0;
            }
        }