﻿@CHARSET "UTF-8";
        @media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18), 
           (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18), 
           (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) { 
           :root { 
             font-size: 14px; 
           } 
        } 
        @media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28), 
           (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28), 
           (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) { 
           :root { 
             font-size: 13px; 
           } 
        } 
        @media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4), 
           (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4), 
           (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) { 
           :root { 
             font-size: 12px; 
           } 
        } 
        @media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6), 
           (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6), 
           (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) { 
           :root { 
             font-size: 10px; 
           } 
        } 
        @media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8), 
           (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8), 
           (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) { 
           :root { 
             font-size: 9px; 
           } 
        } 
        @media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1), 
           (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1), 
           (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) { 
           :root { 
             font-size: 8px; 
           } 
        }
        
        /* 加强的媒体查询，确保在高DPI缩放比例下也能正确识别设备类型 */
        /* 桌面设备，无论缩放比例如何，都隐藏手机菜单 */
        @media screen and (min-width: 768px) {
            .xl_wap {
                display: none !important;
            }
            .mbwrap {
                display: none !important;
            }
        }
        
        /* 仅在小屏幕设备上显示手机菜单 */
        @media screen and (max-width: 767px) {
            .xl_wap {
                display: block !important;
            }
            .mbwrap {
                display: block !important;
                z-index: 1000;
                left: 0;
                width: 100%;
                position: relative;
                top: 0;
            }
            .top-gsbk {
                display: none !important;
            }
        }
.main-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.high-dpi {
    /* 确保字体渲染清晰 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.key_tag{text-decoration:underline;}

/*导航栏样式*/


.out_nav{width:1200px;margin:0 auto;}

A.li0:link    {color:#ffffff;font-size:12px;font-family:Microsoft YaHei; }
A.li0:visited {color:#ffffff;font-size:12px;font-family:Microsoft YaHei;}
A.li0:hover   {color:#ffff00;font-size:12px;font-family:Microsoft YaHei;}
A.li0:active  {color:#ffffff;font-size:12px;font-family:Microsoft YaHei;}

/*首页公告*/
A.li1:link    {color:#fff;font-size:15px;font-family:"微软雅黑";}
A.li1:visited {color:#fff;font-size:15px;font-family:"微软雅黑";}
A.li1:hover   {color:#ffff00;font-size:15px;font-family:"微软雅黑";}
A.li1:active  {color:#fff;font-size:15px;font-family:"微软雅黑";}

.headssy{width:100%;height:95px;/*background: rgba(0, 0, 0, 0.5);*/position:fixed;z-index: 9999;top: 0px;transition: all 1s ease;}
.heads{position: relative;z-index:9;top: 0px;width:100%;}
.top-gsbk{width:100%;}
.out{width:70%;margin:0 auto;display: flex;    justify-content: space-between;align-items: center;}
.logo{float:left;margin-top:5px;margin-bottom:5px;}
.logo:hover img{animation:flipInY 1s ease forwards;}
.toubuyy{margin-top: 10px;}

.toubulj{width:54px;height:54px;float:right;margin-right:5px }
.toubulj img{width:auto !important;filter: brightness(100);}
.toubulj:hover img{animation:flipInY 1s ease forwards;}
.headssy .sousuotop{width:10%;display: flex;align-items: center;justify-content: flex-end;}
.heads .sousuotop{width:10%;display: flex;align-items: center;}
.heads .sousuotop .icon,.heads .sousuotop .icon2{color: #000;}
.sousuotop .icon:hover,.sousuotop .icon2:hover{animation:swing 1s ease forwards;}
.sousuoleft{width:33.33%;}
.sousuomiddle{width:33.33%;}
.sousuaright{width:33.33%;}

    .icon {
       width: 2em; height: 2em;
       vertical-align: -0.15em;
       fill: currentColor;
       overflow: hidden;
       color: #fff;
    }
    .icon2{
        width:2.25em; height:2.25em;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
        color: #fff;
    }
.sousuomiddle-ewm{width:125px;height:125px;position:absolute;top:100px;right:11%;opacity: 0;transition: all 1s ease;z-index: 9999;}
.sousuomiddle:hover .sousuomiddle-ewm{opacity: 1;}
.sousuomiddle-ewm:hover{opacity: 1;}
.sousuomiddle-ewm img{width:100%;height:100%;}

.sousuoleft-tel{width:160px;height:125px;position:absolute;top:110px;right:12%;opacity: 0;transition: all 1s ease;z-index: 9999;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 25px;font-weight: bold;line-height: 35px;color: #fff;}
.sousuoleft:hover .sousuoleft-tel{opacity: 1;}
.sousuoleft-tel:hover{opacity: 1;}
.sydhfudunbkbj{width:70%;overflow:hidden;margin:50px auto;box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); }
/* .sydhfudunbkbj{width:74%;,left:11%;bottom:475px;position: absolute;z-index:9;left: 13%;} */
.sydhfudunbk{width:68.5%;height:215px;display: flex;flex-wrap: nowrap;float: left;}
.sydhfudun{position: relative;width: 75px;                 /* 折叠宽度 */transition: width .6s ease;   /* 平滑宽度过渡 */overflow: hidden;
    float:left;display: flex;flex-wrap: nowrap;justify-content:flex-start;gap: 0;overflow: hidden;}
.sydhfudun .title{font-size:18px;color: #282828;display: flex;flex-wrap: nowrap;justify-content: center;text-align: center;
flex-direction: column;background:#fff;width:75px;word-wrap: break-word; writing-mode:tb-rl;}
.sydhfudun .title h4{font-size:18px;color: #282828;font-weight: bold;}

.sydhfudun .title  img{width: auto;margin-bottom: 10px;}
.sydhfudun-tanchu{width:100%;}
  /* 弹层改为项内绝对定位，跟随展开项显示 */
  .sydhfudun .sydhfudun-tanchu {
    display: none;
    position: absolute;
    top: 0;
    left: 75px;                  /* 紧贴标题右侧（折叠宽度） */
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);

    opacity: 0;
    transform: translateX(12px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .sydhfudun.current .sydhfudun-tanchu {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
  .sydhfudun.current {
    width:100%;                 /* 展开宽度 */
  }
.sydhfudun-tanchu-con{width:100%;display: flex;flex-wrap: nowrap;justify-content: space-between;}
.sydhfudun-tanchu-con .tcp1{width:31%;font-size: 14px;line-height: 2em;text-align:justify;background: #d8e1e9;padding:4% 2% 0 2%;}
.sydhfudun-tanchu-con .tcp2{width:69%;}
.sydhfudun-tanchu-con .tcp2 img{width:100%;height: 215px;object-fit: cover;}
.sydhfudun-tanchu-con .tcp2 img:hover{animation:headShake 1s ease forwards;}

.syjsscbk{width:31.5%;height:215px;float:right;background: url(../images/news/1_28.jpg) no-repeat center top;background-size: cover;}
.syjsscbk-tit{margin:0 auto;margin-top:30px;width:80%;}
.syjsscbk-tit h3{font-size:25px;color: #fff;line-height:45px;width:100% ;display: flex;align-items: center;font-weight: bold;}
.syjsscbk-tit h3 img{width: auto;margin-right: 10px;}
.syjsscbk-tit ul{display: flex;flex-wrap: nowrap;justify-content: space-between;width: 100%;}
.syjsscbk-tit ul li{float:left;height:55px;;line-height: 55px;width: 30%;text-align: center;}
.syjsscbk-tit ul li a{font-size:18px;color: #fff;border:1px solid #fff;display: block;}
.syjsscbk-tit ul li a:hover{color: #fff;border:1px solid #fff;animation:headShake 1s ease forwards;}

.syproduct-bj{width:100%;background:url(../images/news/bjsy_03.jpg) no-repeat center top; height:630px;overflow: hidden;position: relative;background-size:cover}
.syproduct-bt{width:70%;margin:0 auto;text-align: center;margin-top:218px;position: relative;margin-bottom:20px;overflow: hidden;}
.syproduct-bt h2{font-size:25px;text-align: center;color:#282828;line-height:45px;font-weight: bold;width:100%;background:url(../images/news/1_36.png) no-repeat center bottom;}
.syproduct-lmfd{position: absolute;z-index: 3;    width: 30%;margin-bottom: 60px;}

.syproduct-cp{width:100%;margin:0 auto;margin-top: 20px;    position: relative;}
.syproduct-cpbk{width:70%;margin:0 auto;position: relative;overflow: hidden;}

.swiper-wrapper3 img{width:100%;height: 260px;object-fit: cover;}
.sycpfudong{display:none;width:78%;position:absolute;z-index:10 ;top:180px;margin-left:11% ;}
.sycpfudong .swiper-button-prev:after{content: none;}
.sycpfudong .swiper-button-next:after{content: none;}
.swiper-container3{height: auto;}
.swiper-slide3{height:317px;}
.swiper-slide3 a:hover p{display:block;overflow: hidden;color: #fff;position: absolute;z-index: 10;bottom:8px;background:#0758b4cb ;font-size:14px;line-height:18px;margin:0 auto;height:95px;text-align:justify;width:94%;padding:10px 3% 0 3%;}
.swiper-slide3 p{display: none;}


.swiper-pagination3{margin-top:20px;}
.swiper-slide3 a:hover p, .swiper-slide3 a:hover  h6{color:#fff;}
.swiper-slide3  a h5{color:#343434;display: flex;height: 37px;font-size: 18px;font-weight: bold; flex-wrap: wrap;align-items: center;margin-bottom: 10px;}
.swiper-slide3  h5 img{width: auto;height: auto;margin-right: 10px;}
.swiper-slide3  img:hover{animation:pulse 1s ease forwards;}
.swiper-slide3  a:hover h5{color:#0859b5}
.swiper-slide3 a:hover  h5 span{background: #eb2d0d;color: #fff;border: 1px solid #eb2d0d;}
.swiper-slide3 h5 span{  margin-left: auto;display: inline-block;;float:right;font-size:15px;width: 25px;line-height:25px;text-align: center;border-radius:5px;border: 1px solid #a8a8a8;color: #a8a8a8;}

/*关于我们*/
.sybannerbk{width:100% ;position: relative;overflow: hidden;}
.syabout-bj{width:100%; overflow:hidden;background:#fff}
/* .syabout-center{width:74%;overflow:hidden;margin:50px auto;} */
.syabout-center{width:70%;left:11%;bottom:430px;position: absolute;z-index:9;left:15%;}
.syabout-right{width:49%;float: left;text-align:left;position: relative;overflow: hidden;background: #085bb7;padding:1%;}
.syabout-right-top{width:100%;display: flex;justify-content: space-between;}
.syabout-right h4{display:block;font-size:20px;line-height:45px;color:#fff;text-align: left;font-weight: bold;display: flex;background: url(../images/news/1_59.png) no-repeat left bottom;}
.syabout-right span{display:block;font-size:25px;line-height:45px;color:#83a0cc;text-align: left;margin-left: 15px;font-weight: 500;}
.syabout-jieshao{width:100%;display: flex;justify-content: space-between;align-items: center;}
.syabout-jieshao-tp{width:49%;}
.syabout-jieshao-tp img{width: 100%;height: auto;}
.syabout-jieshao-tp img:hover{animation:bounce 1s ease forwards;}
.syabout-jieshao p{width:49%;margin-top:19px;margin-bottom: 20px;font-size: 14px;line-height: 2.1em;text-align: justify;color: #fff;}
a.syabout-chakan {float:right; color:#fff;font-size:14px;text-align:justify;  }
a.syabout-chakan:hover{ color:#ffff00;font-size: 15px; }
.syabout-center2{width:100%;overflow:hidden;margin:0 auto;margin-top:0px;display: flex;justify-content: space-between;flex-wrap: nowrap;}
.syabout-center_cl{text-align: center;}
.syabout-center_cl h1{font-size: 16px;line-height:35px;color: #fff;}
.syabout-center_cl h2{font-size:25px;line-height:35px;font-weight: bold;color: #fff;display: flex;align-items: center;justify-content: center;}
.syabout-center_cl h2 span {
    font-size: 25px;
    line-height:35px;
    color: #83a0cc;
    text-align: left;
    margin-left: 15px;
    font-weight: 500;}
/* .syabout-center_cl h2:hover{animation:headShake 1s ease forwards;} */

.syabout-left{width:47%;float:right;margin-top:0px;height: auto;background:#fff;padding:1.45% 1% 1.45% 1%;}
.syabout-left img{width:100%;padding:0;}
/* .syabout-left img:hover{animation:rubberBand 1s ease forwards;} */
.syabout-left-top{width:100%;overflow: hidden;}
.syabout-leftbk{width:100%;overflow: hidden;margin-top: 20px;}
.syabout-leftxw{width:60%;float:right;}
.syabout-leftxw ul{width: 100%;}
.syabout-leftxw li {border-bottom: 1px dotted #cac4c4;display: flex;justify-content: space-between;}
.syabout-leftxw li a{line-height:38px;height: 38px;color:#232323;font-size: 14px;text-align: left;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.syabout-leftxw li a:hover{text-decoration:none;color:#ff0000;animation:headShake 1s ease forwards;}
.syabout-leftxw li span{color:#232323;font-size:14px;text-align: right;line-height:38px;height: 38px;width: 90px;}
.syabout-leftqiehuan{width:35%;float:left;margin-top:8px;}

.syabout-left-topmore li a{font-size:16px;line-height:25px;color:#cbd6df;float: right;}
.syabout-left-topmore li a:hover{font-size:16px;line-height:25px;color:#d41c00;}
.syabout-right-topmore li a{font-size:16px;line-height:25px;color:#cbd6df;float: right;}
.syabout-right-topmore li a:hover{font-size:16px;line-height:25px;color:#d41c00;}

.tabg{font-size:20px; }
.tabg li{ width:19%;text-align:center;float:left;height: 35px;line-height:35px;/*background: url(../images/news/1_29.jpg) no-repeat right;*/}
.tabg li.hover,.tab li:hover{width:19%;color: #0065b1;font-weight: bold;background: url(../images/news/1_59.png) no-repeat center bottom;}
.tabg li a:hover{text-decoration:none; }
.tabg li a,.tabdl dt a,.connews a,.connews span{color:#5e5e5e;}
.tabg li.hover a,.tabc li:hover a,.tabdl dt{color:#0065b1;}
.tabg li:nth-child(2n){background: none;}
.tabg li:nth-child(2n).hover,.tab li:nth-child(2n):hover{background: url(../images/news/1_59.png) no-repeat center bottom;}
    .swiper6 {
      width: 100%;
      height: 100%;
    }

    .swiper-slide6 {
      background-position: center;
      background-size: cover;
    }
    .swiper-slide6 p{width: 100%;background: #d8e1e9;margin-bottom: 40px;text-align: center;line-height:50px;height: 50px;color:#232323;font-size: 14px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .swiper-slide6 p:hover{animation:headShake 1s ease forwards;}
    .swiper-slide6 img {
      display: block;
      width: 100%;
    }
    .swiper-wrapper6{
      width: 100%;
      height:auto;
    }
    .swiper-wrapper6 img{
      width: 100%;
      height: 165px;
      object-fit: cover;
    }
.syabout-leftbk .swiper-pagination{text-align:right ;}
.syabout-leftbk .swiper-pagination-bullet-active{background: #ff0000;}



/*新闻搜索列表*/

.news_list li{line-height:27px;position:relative;padding-left:10px;}
.news_list li a{line-height:27px;color:#383838;}
.news_list li a:hover{text-decoration:none;color:#ff0000;}
.news_list li p{color:#a0a0a0;line-height:27px;font-size:14px;}
.news_list li a h3{font-size:22px;color: #383838;font-weight: bold;line-height: 40px}
.news_list li a:hover h3{color:#ff0000;}
.news_list li div{line-height:24px;font-size: 16px;height:55px}

.nysoussoxiantiao{width:100%;border-bottom: #b5b5b5 1px dashed;margin-top: 10px;margin-bottom: 10px;}

.sydh li{display:block;float: left;width:25%}
.sydh li a img{transition:all 0.5s;cursor:pointer;}
.sydh li a:hover img{transform: scale(0.99);}
input{outline:none;color:#afafaf;border:0px;background:none}
button{border:0px }
textarea{outline:none;color:#afafaf;border:0px;background:none}
/*友情链接*/
.footer_linkbj{width:100%;background: #fff}
.footer_linkcenter{width:72%;margin:25px auto;overflow: hidden; }
.footer_linkleft{float:left; font-size:16px;text-align:left;line-height:70px; }
.footer_linkright{width:85%;float:right;text-align:left  }
.link_nav li a{display:block;height:70px;line-height:70px; font-size:16px; color:#000; text-align: center;float:left;padding:0 5px 0 5px;       }
.link_nav li a:hover{ color:#ff0000}
/*底部*/

.footer_bj1{width:100%;/*background:#0859b5;*/overflow:hidden;position: relative;background: url(../images/news/footbj02.jpg) no-repeat center top;background-size: cover;}
.footer_bj2{width:100%;overflow:hidden;border-top:#3965ad 1px solid;}
.footer_center0{width:72%;margin:0 auto; overflow:hidden;margin-bottom:50px ; margin-top:50px; }
.footer_center{width:60%;float: left;overflow:hidden; }
.footer_left{width:23%;float: left;color: #fff;text-align: center;display: grid;justify-content: space-between;justify-items: center;}
.footer_left img{margin-bottom: 60px;}
.footer_left img:hover{animation:headShake 1s ease forwards;}
.footer_right{width:15%;float:right;margin-top: 30px;}
.footer_middle{width: 100%;/*width:58%;*/margin-left:1.5%;float:right;margin-top: 0px; }
.footer_middle_lm1{width:15.1%;float: left}
.footer_middle_lm2{width: 13%;float: left;}
.footer_middle_lm3{width: 13.3%;float: left;}
.footer_middle h3{width:100%;text-align:center ;font-size:16px;line-height:45px;color:#fff  }
.footer_middle h3 a{width:100%;text-align:center ;font-size:16px;line-height:45px;color:#fff  }
.footer_middle h3 a:hover{color:#fff}
.footer-nav li a{width:100%;display: block;line-height:25px;text-align:center;color:#b3dbff;font-size: 14px;float: left}
.footer-nav li a:hover{color:#fff;animation:headShake 1s ease forwards;}
.footer_right3{width:280px;color:#fff;margin-top:110px;display:flex;position: absolute;z-index: 3;right:1%;}
.footer_right3-l{width:100%;text-align:center ;font-size:13px;line-height:40px;color: #fff; }
.footer_right3-r{width:50%;text-align:center ;font-size:13px;line-height:40px;margin-top:0px; }
.footer_right3-l img:hover{animation:headShake 1s ease forwards;}
.footer_center2{width:70%;margin:0 auto; overflow:hidden;color:#fff;font-size:14px;line-height:75px;}
.footer_left2{width:70%;float: left;text-align:left ; }
.footer_right2{width:30%;float:right;text-align:right;}
.sylj{height: 35px;width:97%;font-size: 14px;color:#74b4ff;border:1px solid #74b4ff;background: #fff0;; }
.sylj .link_nav{color:#4b9bf7;background: #fff0;}
.sylj .link_nav:hover{ color:#4b9bf7}
.sylj option{background: #fff0;}

/*底部备案公司*/
A.li2:link    {color:#fff;font-family:"微软雅黑";}
A.li2:visited {color:#fff;font-family:"微软雅黑";}
A.li2:hover   {color:#ffff00;font-family:"微软雅黑";}
A.li2:active  {color:#fff;font-family:"微软雅黑";}


/*案例列表*/
.case_list li{float:left;margin-left:15px;margin-right:15px;padding-bottom:15px;_display:inline;}
.case_list li a.img{padding:1px;border:1px solid #e0e1dc;}
.case_list li a.img img{width:196px;height:178px;}
.case_list li h3{text-align:center;padding-top:5px;}
.case_list li h3 a{font-weight:normal;}
.case_list li a.img{display:block;}
.case_list li a.img:hover{border-color:#ff0000;}


/*Tag列表*/
.tag_list_product {margin-top:10px;}
.tag_list_product li{float:left;margin-left:15px;margin-right:15px;padding-bottom:15px;_display:inline;}
.tag_list_product li a.img{padding:1px;border:1px solid #e0e1dc;}
.tag_list_product li a.img img{width:196px;height:178px;}
.tag_list_product li h3{text-align:center;padding-top:5px;}
.tag_list_product li h3 a{font-weight:normal;}
.tag_list_product li a.img{display:block;}
.tag_list_product li a.img:hover{border-color:#ff0000;}

.tag_list_news li{line-height:27px;position:relative;padding-left:10px;}
.tag_list_news li a{line-height:27px;}
.tag_list_news li span{color:#999;z-index:0;line-height:27px;}
.tag_list_news li h3 {font-size:14px;}
.tag_list_news li div{line-height:24px;}

.tag_total{height:36px;line-height:36px;text-align:left;padding-left:20px;background-color:#edf1f5;border:1px solid #b6c7db;}

/*产品里列表*/

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*内页产品栏目*/
.nycphxnav-bk{width:100%;background:#0859b5db;overflow: hidden;position: absolute;z-index: 10;bottom:0px;}
.nycphxnav-bkbj{width:70%;margin: 0 auto;overflow: hidden;}
.nycphxnav-bkzj{width:80%;float: right; display: flex;justify-content: flex-end;}
.nybannercp_zuobt{width:18%;;float:left;font-size: 30px;font-weight: bold;line-height:85px;display: flex; justify-content: flex-start;align-items: center; 
color:#fff;}
.nybannercp_zuobt img{width:auto !important;margin-right:15px;}

.ny_leftxw_nav li a{padding:0 60px 0 60px;;text-align:center;height:85px;line-height:85px;color:  #fff;font-size:22px;display: block;margin-left:2px;}
.ny_leftxw_nav li a:hover{background:linear-gradient(87deg, #018ee2, #0859b5);color:#fff;font-weight: bold;}
.ny_leftxw_nav li:last-child{border-right:0px; }

.nybanner_bk{width: 100%;overflow: hidden;position: relative;padding-bottom: 95px;background:#fff;} 
.nybanner_bk img{width: 100%;height:auto;} 
.nybanner_bt{width: 100%;top: 255px;position: absolute;z-index: 10;text-align: center;}
.nybanner_bt p{font-size: 50px;font-weight:800;color: #fff;text-align: center;line-height: 80px;font-family:  'SourceHanSansCN';text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.nybanner_bt span{font-size: 20px;color: #fff;text-align: center;line-height: 40px;}

.nybanner_lxbt{width: 70%;top: 205px;position: absolute;z-index: 10;text-align:left;margin-left:15%;}
.nybanner_lxbt p{font-size: 30px;font-weight:800;color: #fff;line-height: 60px;font-family:  'SourceHanSansCN';text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.nybanner_lxbt span{font-size: 18px;color: #fff;text-align: center;line-height: 40px;}
.nybanner_lxbt img{width:auto !important;margin-right:15px; display: block;}

.nybannercp_bk{width: 100%;overflow: hidden;position: relative;background: #fff;} 
.nybannercp_bk img{width: 100%;height:auto;} 
.nybannercp_bt{width: 100%;top: 255px;position: absolute;z-index: 10;text-align: center;}
.nybannercp_bt p{font-size: 50px;font-weight:800;color: #fff;text-align: center;line-height: 80px;font-family:  'SourceHanSansCN';text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.nybannercp_bt span{font-size: 20px;color: #fff;text-align: center;line-height: 40px;}
.nybannercp_cpht{width: 100%;height:75px;background:#fff;}
/*内页新闻*/
.nybannercp_zuobk{width:100%;position:relative;bottom:0px;background:#f5f6fa;overflow: hidden;}
.nybannercp_hxbk{width:100%;overflow: hidden;margin-top:30px;margin-bottom: 30px;}
.nybannercp_hxleft{width:374px;float:left; margin-left:11%;z-index:10;}
.nybannercp_hxright{width:45%;float:right; margin-right:17%;text-align: right;display: flex;font-size: 13px;color: #606060;justify-content: flex-end;align-items: center;}
.nybannercp_hxright img{width:auto;}

.nycpbj{background:linear-gradient(310deg, #e2f3ff, #f3faff);}

.nybannerdq_zuobk{width:100%;position:relative;bottom:0px;background:#f5f6fa;overflow: hidden;border-bottom:1px solid #cd8f5f;padding:15px 0 15px 0;}
.nybannerdp_hxbk{width:100%;overflow: hidden;margin-top:30px;margin-bottom: 30px;}
.nybannerdq_hxleft{width:374px;float:left; margin-left:11%;z-index:10;}
.nybannerdq_hxright{width:45%;float:right; margin-right:11%;text-align: right;display: flex;font-size: 13px;color: #606060;justify-content: flex-end;align-items: center;}
.nybannerdq_hxright img{width:auto;}
.nybanner_dqbk{width: 100%;overflow: hidden;position: relative;padding-bottom:0px;background:#fff;} 

/* 首页党建中心 */
.sydjzx-bj{width:100%;background:#fff;overflow: hidden;}
.sydjzx-bt{width:100%;text-align: center;margin-top:50px;}
.sydjzx-bk{width:85%;position: relative;margin:0 auto;overflow: hidden;padding-bottom: 180px;height: 300px;}
.sydjzx-bt h1{font-size:40px;line-height:42px;color:#d81924;font-weight: bold;}
.imghover{-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out;}
.imghover:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}

.nylanmujieshao{width: 92%;
    margin: 40px auto;
    height: auto;
    text-align: justify;
    font-size: 18px;
    line-height: 2.2rem;
    font-weight: 600;
    color: #3b3b3b;
}

/*内页左侧栏目*/
.ny_left_topzy{width:100%;height:20px;background:#fff;}
.ny_left_navzy li span { margin-left: 20%;}
.ny_left_navzy li a {display: block;width: 100%;height: 62px;line-height: 62px;font-size: 18px;
color: #383838;text-align: left;background: url(../images/news/ny_18.jpg);}
.ny_left_navzy li a:hover {color: #ffffff; background: url(../images/news/ny_14.jpg);}
.ny_left_navzy li {position: relative;}
.ny_left_navzy_nav_2{
    width: 100%;
    height:0;
    padding-left: 20%;
    background: #ffffffb7;
    box-sizing: border-box;
    /* position: absolute;
    top: 100%; */
    /* left: 0; */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
    /* z-index: 9999; */
}

/* 新增：鼠标指向一级菜单时显示二级菜单 */
.ny_left_navzy li:hover .ny_left_navzy_nav_2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
}

/* 新增：当鼠标指向菜单项时，为该菜单项添加底部边距，为二级菜单腾出空间 */
.ny_left_navzy li:hover {
    /* margin-bottom: 200px; 为二级菜单预留足够空间 */
    transition: margin-bottom 0.3s ease;
}

/* 新增：确保二级菜单在预留的空间内显示 */
.ny_left_navzy li:hover .ny_left_navzy_nav_2 {
    margin-top: 0;
}

/* 新增：当菜单项有nav-expanded类时，显示二级菜单 */
.ny_left_navzy li.nav-expanded .ny_left_navzy_nav_2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
    margin-top: 0;
}

/* 保留原有显示类（如有其他场景需要） */
.ny_left_navzy_nav_2.nav-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
}

.ny_left_navzy li .ny_left_navzy_nav_2 a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    background: none;
}

.ny_left_navzy li .ny_left_navzy_nav_2 a:hover {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    background: none;
}

.ny_left_navzy a.active {
    color: #1054a7;
    background: url(../images/news/ny_14.png) left top no-repeat;
}

.ny_left_navzy li .ny_left_navzy_nav_2 a.active {
    color: #1054a7;
    font-weight: bold;
    font-size: 14px;
    background: none;
}


.ny_left_dbzy{width:100%;height:60px;background:#fff;margin-bottom:50px;}
.ny-hengtiaozy{width:70%;overflow: hidden;margin-left: 15%;position:absolute;z-index: 9;bottom:0px;}
.ny-hengtiaozy1{width:19%;overflow: hidden;float: left;text-align:left;line-height:88px;height:88px;background:url(../images/news/ny_04.jpg);background-size:cover; }
.ny-hengtiaozy1 h4{color:#fff;font-size:30px;font-weight:bold;margin-left:15%;}
.nyfudongrightzy{width:79%;line-height:30px;height:30px;float: right;display: flex; align-items: center; justify-content: space-between;background:#fff url(../images/news/ny_05.jpg) no-repeat left center;border-bottom:1px solid #cce6e5 ;padding: 28.5px 0;}
.nyfudongrightzy h5 img{width: auto;}
.nyfudongrightzy h5{font-size:20px;font-weight:bold;margin-left:3%;display: flex; justify-content: space-between;
align-items: center;text-align: left;color:#0077cc;}
.nyfudongright-lmzy{margin-right:1%;text-align:right;line-height:30px;height:30px;font-size:13px;color:#666;display: flex; align-items: center;}
.nyfudongright-lmzy a:hover{color:#0077cc;}
.leftzy{width:19%;float:left;position:relative;z-index:9999;}
.rightzy{width:79%;float:right;padding-bottom:10px;position:relative;z-index:999;background: #fff;}
.nybkbjzy{width:100%;height:auto;    background: linear-gradient(235deg,#e0f2ff, #eff9ff);;background-size: cover;;position: relative;overflow: hidden;}
.nybkbjzy2{width:100%;height:auto;background:#f5f6fa;position: relative;overflow: hidden;}
#containerzy{width:70%;margin:0 auto;margin-top:0px;overflow: hidden;}
.containerzy{width:70%;margin:0 auto;margin-top:0px;overflow: hidden;}
.rightzy .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 2.25rem;font-size:18px;width: 96%; margin: 0 auto; }
.nybannerzy{width:100%;height:auto;position: relative;}
.nybannerzy img{width:100%;}
.nyfudongright-lmzy img{width: auto;}

.ny_left_bt{width:260px;height:74px;font-size:26px;font-weight:bold;color:#0b9c0b;line-height:74px;text-align:center ; }
.ny_left_navzuo{width:100%;display: flex;font-size: 15px;color: #606060;margin-top:36px;justify-content: flex-end;align-items: center;}
.ny_left_navzuo img{width: auto;}
.ny_left_navyou{display: flex;justify-content: space-around;background:url(../images/news/nycp_03.png) no-repeat center top;height: 125px;background-size: cover;border-radius: 10px}
.ny_left_nav li {font-size:22px;text-align:center;height:55px;line-height:55px;display:flex;margin-top: 35px;}
.ny_left_nav li a:hover{color:#fff;border:1px #fff solid;height:55px;line-height:55px;font-weight:bold;padding-top: 0px;font-size:22px;animation:swing 0.5s ease forwards;}
.ny_left_nav li a{color:#fff;padding:0px 10px;font-weight: bold;}
.ny_left_nav li:last-child{border-right:0px}

#container{width:100%;margin:0 auto;padding-top:40px;min-height: 500px;overflow: hidden;}
#container2{width:100%;margin:0 auto;padding-top:40px;background:url(../images/ny1_03.jpg) no-repeat center top;min-height: 500px;overflow: hidden;}
.right{width:70%;margin:0 auto;padding-bottom:10px;position:relative;z-index:999}
.nylanmubk{ width:100%;position: absolute;z-index:9;bottom: 0px;}
.cpright {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
}

.sitemp1{height:75px; width: 1180px; margin: 0 auto }
.sitemp1 h2{width:46%;float:left;line-height:50px;text-align:left;text-indent:15px;color:#023c84;font-size:18px; background:url(../images/ny_11.jpg) left no-repeat; }
.sitemp{/*line-height:85px;height:85px;*/overflow:hidden; width: 1180px; margin: 0 auto }
.sitemp h2{width:46%;float:left;line-height:50px;text-align:left;text-indent:15px;color:#023c84;font-size:18px; background:url(../images/ny_11.jpg) left no-repeat; }
/*.sitemp .site{width:30%;float:left;text-align:left;line-height:50px;color:#383838;}
.sitemp .site a{color:#383838;}*/
.nylmzuobt{width: 220px;height: 95px;line-height: 95px;text-align:right;font-weight: bold;font-size: 29px;color:#fff;float:left;z-index: 2;position: absolute;top: 0px;background:url(../images/ny_03.jpg) left no-repeat;   }
.nylmzuobt span{font-weight:bold;font-size: bold;font-size: 14px;color: #b3b3b3}
.nyhxnav-bk{width:70%;margin: 0 auto; }
.right .content{overflow:hidden;line-height: 2rem;font-size:16px;width: 100%;padding: 20px 0 20px 0; }
.right .content img{max-width: 100%;height: auto;}
.content img{max-width: 100%;height: auto;image-rendering: -webkit-optimize-contrast;}
.f-15px{font-size:15px; }
.f-16px{font-size:16px; }
.f-18px{font-size:18px; }



.nyshu_bkbj{width:100%;overflow: hidden;position: relative;background:#fff;}
.nyshu_bk{width:68%;margin:0 auto;}
.nyshu_bkleft{width:374px;float: left;}
.nyshu_bkright{width:71%;float: right;}
/*内页新闻*/
.nyxw_center{width:100%; margin:0 auto; overflow:hidden; margin-bottom:50px  }
#newslist1 a{width:100%; border-bottom:1px  solid #CCCCCC; overflow:hidden;padding-top:35px;padding-bottom:35px ;display: flex;justify-content: space-around;}
#newslist1 a:hover{background:#fff; }
#newslist2{width:96%; text-align:center; line-height:60px; height:60px}
#newslist11{width:25%; text-align:left; }
#newslist11 img{width:100%;height:180px;}
#newslist12{width:55%; text-align:left;  }
#newslist12 h2 { font-size:23px;font-weight: 500;color:#000;}
#newslist13{width:10%;display: flex;flex-wrap: wrap;
justify-content: center;align-items: center;}
.newslist131 {width:80%;background: #0092e5;color:#FFF;text-align:center;display: block;overflow: hidden;padding:10px 0 10px 0;}
#newslist1 a:hover .newslist131 {background: #ff4800;color:#FFF;animation:slideInRight 0.3s ease forwards;}
.newslist131 h2{font-size:53px;text-align:center;}
.newslist131 h6{font-size:21px;text-align:center;}
.newslist131-dqydy {width:80%;background: #cd8f5f;color:#FFF;text-align:center;display: block;overflow: hidden;padding:10px 0 10px 0;}
#newslist1 a:hover .newslist131-dqydy {background: #ff4800;color:#FFF;animation:slideInRight 0.3s ease forwards;}
.newslist131-dqydy h2{font-size:53px;text-align:center;}
.newslist131-dqydy h6{font-size:21px;text-align:center;}
.newslist132{width:80%;text-align: right;font-size:30px;color:#cd8f5f;}
#newslist_time{width:100%; text-align:left;height:55px;line-height:55px; font-size:14px}
#newslist_ckxx{width:100%; text-align:left;color:#cd8f5f;font-size:14px;}
#newslist1 a:hover #newslist_ckxx{animation:slideInRight 0.3s ease forwards}
#newslist_nr{width:100%; color:#666; font-size:15px; line-height:1.55rem; text-align:justify;margin-top:10px;margin-bottom:10px;}

/*内页案例产品相关*/
.products li {float:left;text-align:center;color:#0859b5;;width: 30.333%;margin:1.5%; }
.products img { padding:3px; border:1px solid #cccccc;height:230px;width:100%;object-fit: cover;}
.products a:hover img {border:1px solid #ffffff; background-color:#0859b5;animation:pulse 0.5s ease forwards;}
.products a { line-height:45px;height:230px;color:#656464;TEXT-DECORATION: none;font-size:18px;}
.products a:hover{ color:#0859b5;}

/*内页产品引导页相关*/
.productsydy li {float:left;text-align:center;color:#0859b5;width: 47%;/*width: 30.333%;*/margin:1.5%;background:#eff1f6; border-radius:10px;}
.productsydy li img { height:300px;width:90%;object-fit:cover;margin:5% auto;border-radius:10px;}
.productsydy li a:hover {
    background-color: #0859b5;
    overflow: hidden;
    display: block;border-radius:10px;}
.productsydy li a:hover img { animation:slideInRight 0.5s ease forwards;}
.productsydy li a p{line-height:45px;color:#0859b5;TEXT-DECORATION: none;font-size:20px;font-weight: bold;text-align: left;width:90%;margin:0 auto ;background:url(../images/news/1_45.png) left no-repeat;}
.productsydy li a:hover p, .productsydy li a:hover span{ color:#fff; animation:pulse 0.5s ease forwards;}
.productsydy li a span{display: block;text-align: right;font-size: 15px;color: #7f7f7f;margin-top: 40px;width:90%;margin:30px auto;}
.nycp-sltbk{width:100%;overflow: hidden;position: relative;margin-top:0px;}
.nycp-sltbk-tp{width:30%;float: left;}
.nycp-sltbk-tp img{width:100%;height: auto;object-fit: cover;border-radius:50%;border:5px solid #d2d2d2;padding:10px 7px 2px 7px;background:#fff;}
.nycp-sltbk-tp:hover img{animation:shakeY 1s ease forwards;}
.nycp-sltbk-xw{width:62%;float: right;}
.nycp-sltbk-xw h3{font-size:25px;margin-top:80px;margin-bottom:50px;font-weight:bold;color:#ffffff;width:300px;background:#ff0000;height:50px;line-height:50px;text-align: center;border-radius:50px;}
.nycp-sltbk-xw p{font-size:18px;color:#000000; line-height:2.5rem;text-align: justify;}
.nycp-xiangxi{width:100%;height:50px;line-height:50px;text-align: left;font-size:20px;font-weight: bold;color:#000000;margin-top:50px;border-bottom:2px solid #d9d9d9;margin-bottom: 20px;}
/*内页合作案例产品相关*/
.hzproducts li {float:left;text-align:center;color:#ee7c1b;;width: 13.5%;margin:1.5%;     border-radius: 10px;}
.hzproducts img { padding:3px; border:1px solid #cccccc;height:120px;width:100%;object-fit: none; border-radius: 10px;}
.hzproducts a:hover img {border:1px solid #ffffff; background-color:#ee7c1b;}
.hzproducts a { line-height:45px;height:120px;color:#656464;TEXT-DECORATION: none;font-size:18px;}
.hzproducts a:hover{ color:#ee7c1b;}

.hzrow{width: 100%;}
/*内页新闻标题*/
A.lp2:link    {COLOR: #333333; TEXT-DECORATION: none;font-size:20px; }
A.lp2:visited {COLOR: #333333; TEXT-DECORATION: none;font-size:20px;}
A.lp2:hover   {COLOR: #ff0000; TEXT-DECORATION: none;font-size:20px;}
A.lp2:active  {COLOR: #333333; TEXT-DECORATION: none;font-size:20px; }

/*
.product_list{}
.product_list li{float:left;margin-left:10px;margin-right:10px;padding-bottom:15px;_display:inline;}
.product_list li a.img{padding:1px;border:1px solid #e0e1dc;}
.product_list li a.img img{width:205px;height:160px;}
.product_list li h3{text-align:center;padding-top:5px;}
.product_list li h3 a{font-weight:normal;}
.product_list li a.img{display:block;}
.product_list li a.img:hover{border-color:#ff0000;}
.roll_product{float:left;}
*/
.product_list{width: 95%;margin: 0 auto;}
.product_list li a{display: block;float:left;width:30%;margin-right:4%;color: #000;font-size:16px;text-align: center;margin-bottom:40px;}
.product_list li img{height: 460px;width:100%;border:1px #ccc solid;object-fit: cover;}
.product_list li a:hover{color:#ee7c1b;}
.product_list li p{text-align:center;line-height:75px;}
.product_list li:nth-child(3n){margin-right:-4% ;}



/*实用专利*/

.product_list2 li{float:left;margin:10px;margin-bottom:85px;width:280px;border:0px solid #fff; background:#deeef0}
.product_list2 li a img{width:100%;height:200px;}
.product_list2 li h3{text-align:center;padding-top:10px;color:#000;}
.product_list2 li h3 a{font-weight:normal;color:#000;font-size:16px;}
/*合作客户*/

.product_list21 li{float:left;margin:10px;margin-bottom:85px;width:250px;border:0px solid #fff; background:#deeef0}
.product_list21 li a.img img{width:100%;height:95px;}
.product_list21 li:nth-child(4n){float:right;margin-right:0px;}
.product_list21 li h3{text-align:center;padding-top:10px;color:#000;}
.product_list21 li h3 a{font-weight:normal;color:#000;font-size:16px;}



.product_list3 li{float:left;margin-left:15px;margin-right:15px;padding-bottom:15px;_display:inline;}
.product_list3 li a.img img{width:220px;height:200px;}
.product_list3 li h3{text-align:center;padding-top:10px;color:#000;}
.product_list3 li h3 a{font-weight:normal;color:#000;font-size:14px;}
.product_list3 li a.img{display:block;}
.product_list3 li a.img:hover{border-color:#ee7c1b;}
.roll_product{float:left;}



/*内页左侧分类通用样式*/
.sort{border-bottom:#D9D9D9 1px solid;}
.sort li{position:relative;z-index: 999;}
.sort li .about_b{position:absolute;left:210px;top:0px;width:210px;padding:10px 20px;background:#f5f6f6;
	border-bottom:2px solid #ee7c1b;z-index:9999;}
.sort li .layer2{position:absolute;left:210px;top:0px;width:210px;padding:10px 20px;background:#f5f6f6;
	border-bottom:2px solid #ee7c1b;z-index:9999;}
.sort li .layer2 li{overflow:hidden;}
.sort li .layer2 li a{font-weight:bold;background:url(../images/ico1.gif) no-repeat 0% 50%;}
.sort li .layer2 li a:hover{text-decoration:none;color:#ee7c1b;}
.sort li .layer2 li .layer3 li{border-bottom:1px dashed #d5d5d5;margin:6px 0px;height:24px;
line-height: 24px;}
.sort li .layer2 li .layer3 li a{font:normal 12px/24px "微软雅黑";background:none;}

.sort li a{background:url(../images/dot4.png) no-repeat 5px -41px;color:#666;display:block;line-height:30px;font-family: "微软雅黑";border-bottom:1px solid #dddddd;padding-left:25px;}
.sort li a:hover{color:#ee7c1b;text-decoration: none;background:url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;}
.sort li.change a{background:url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;}

.sort .layer2 li{width:200px;height:35px;margin-bottom:0;background:none;}



/*相关产品和新闻*/
.relate_list{margin-top:10px;}
.relate h4{line-height:30px;border-bottom:1px solid #ff0000;padding-left:5px;}
#relate_p .img img{width:156px;height:142px;}
#relate_p li{margin-left:10px;margin-right:10px;_display:inline;}
#relate_n li{width:48%;float:left;}
.relate ul{float:none;}




/*产品详细*/
.product_detail{padding:5px;}
.product_detail h1.title{text-align:center;line-height:50px;font-size:25px;color:#000;font-family:"Microsoft YaHei";border-bottom:1px solid #e0e1dc;margin-bottom:15px;padding-bottom:5px;}
.product_detail .img{width:300px;height:272px;float:left;padding:2px;border:1px solid #e0e1dc;}
.product_detail .small{width:300px;height:272px;}
.jqzoom{
	text-decoration:none;
	float:left;
}


.sort_a{overflow:hidden;} 
.sort_a .layer1{padding:15px 0px;border-bottom:1px dashed #a7b8d4;position:relative;height:133px;z-index: 1;}
.sort_a .layer1 .img{float:left;padding:5px;border:1px solid #dddddd;}
.sort_a .layer1 .img img{width:196px;height:178px;}
.sort_a .layer1 .img_right{width:560px;float:right;}
.sort_a .layer1 .img_right h3{font: bold 14px/36px "微软雅黑";}
.sort_a .layer1 .img_right span{line-height:25px;display:block;}
.sort_a .layer1 .pro_more{position:absolute;right:0px;bottom:15px;width:110px;padding-left:10px;height:28px;line-height:28px;background:#666666;color:#fff;
font:bold 24px/24px "微软雅黑";}
.sort_a .layer1 .pro_more span{float:left;}
.sort_a .layer1 .pro_more a{font:normal 12px/28px "宋体";color:#fff;float:right;padding-right:15px;display: inline-block;}
.sort_a .layer1 .pro_more a:hover{text-decoration:none;color:#faf104;}
.sort_a .abb_product{padding-top:15px;border:1px dashed #a7b8d4;border-top:none;}


.productcates{padding-top:10px;}
.catemore{color:#0080d9;margin-top:6px;overflow:hidden;position:relative;}
.catemore h2{width:360px;float:left;font:bold 15px/36px "微软雅黑";}
.catemore a{float:right;font:normal 14px/36px "微软雅黑";color:#444444;padding-right:28px;}
.catemore a:hover{text-decoration:none;color:#0080d9;}



/*详细页面公共样式*/
h3.title_bar{margin-left:0px;float:left;}
.share{padding-left:5px;padding-bottom:8px;float:right;margin-top: 5px;height:26px;}
.info_title{border-bottom:1px solid #e1e4e6;margin-bottom: 20px;}
.case_title{border-bottom:1px solid #e1e4e6;margin-bottom: 20px;}



.product_detail .list{width:300px;float:left;margin-left:150px;display:inline;padding-top:8px;}

.list_p li{height:40px;line-height:40px;font-size:16px;border-bottom:1px dashed #e0e1dc;padding-bottom:5px;padding-top:5px;font-family:"Microsoft YaHei"}
.list_p li h2{font-size:16px;font-weight:normal;font-family:"Microsoft YaHei"}
.product_detail .inquiry{line-height:40px;border:none;margin-top:1px;}
.product_detail .inquiry a{background:url("../images/xunjia.gif") center center no-repeat;display:block;width:112px;height:40px;line-height:40px;text-indent:-99999px;}
.product_detail .inquiry a:hover{background-image:url("../images/xunjia_hover.gif");}
.list_p li h2 a{font-size:16px;font-family:"Microsoft YaHei"}
.p_detail span.title{line-height:38px;height:38px;text-align:left;margin-top:10px;
	display:block;padding-left:10px;font-size:16px;border-bottom:2px solid #ccc;}
.p_detail p.dd{padding-top:5px;padding-bottom:5px;}
h3.tag{line-height:32px;border-top:1px dashed #e0e1dc;margin-top:10px;color:#999;font-weight:normal;}
h3.tag a{color:#ee7c1b;}
h3.tag a:hover{color:#ee7c1b;}
.page{line-height:26px;border-top:1px dashed #e0e1dc;margin-top:6px;padding-top:5px;font-size:14px;}
.page a{color:#383838;}
.page a:hover{color:#ee7c1b;}
.page span{color:#383838;}

/*新闻详细*/

.news_detail h1.title{text-align:center;font-family:"Microsoft YaHei";font-size:26px;font-weight: bold;border-bottom:1px solid #e0e1dc;margin-bottom:5px;color:#000;padding-bottom:10px;margin-top: 50px;}
.news_detail h3.title_bar{width: 100%;line-height:40px;text-align:center;font-size: 14px;font-weight:normal;color:#808080;float:left;height:40px;overflow:hidden;}
.news_detail h3.title_bar span{padding-right:10px;}

/*招聘详细*/

.job_detail h1.title{text-align:center;font-family:"Microsoft YaHei";font-size:18px;border-bottom:1px solid #e0e1dc;margin-bottom:5px;padding-bottom:10px;}
.job_detail h3.title_bar{line-height:26px;text-align:center;font-weight:normal;color:#808080;}
.job_detail h3.title_bar span{padding-right:10px;}
.job_detail .content h4{background-color:#f1f1f1;height:26px;line-height:26px;text-align:left;padding-left:15px;}
.job_detail .content div.text{padding-top:10px;padding-left:22px;padding-right:8px;}

/*下载详细*/
.down_info{padding:10px;margin-top:15px;}
.down_info table{width:100%;}
.down_info table thead{line-height:26px;background-color:#f2f2f2;}
.down_info table th{border:1px solid #b6d5f1;}
.down_info table td{padding:3px;padding-left:10px;padding-right:5px;border:1px solid #b6d5f1;text-align:center;line-height:28px;height:28px;}
#download{text-decoration:underline;}
#down_detail .title{line-height:26px;text-align:left;padding-left:15px;font-size:14px;height:26px;background-color:#ececec;}
#down_detail .text{padding:10px;}


/*内页留言*/
.message{padding-left:30px;padding-top:10px;z-index:100;position:relative;}
.message input{vertical-align:middle;}
.message #name{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #contact{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #email{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #address{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #content{display:block;width:460px;height:120px;padding:6px;font-size:12px;border:1px solid #dedede;margin-top:6px;}
.message .msgbtn{background:#ff0000;cursor:pointer;width:90px;height:30px;line-height:30px;text-align:center;border:none;color:#fff;font-size:14px;
border-radius:3px;margin-top:15px;font-family:"Microsoft YaHei";-moz-border-radius:3px;-webkit-border-radius:3px;}
#code{padding-top:10px;line-height:26px;}
#checkcode{height:32px;line-height:32px;width:120px;border:1px solid #dedede;}
#message_main tr{position:relative;}
#message_main tr th{font-weight:normal;text-align:right;height:42px;line-height:42px;color:#666;}
.m_label{position:absolute;width:160px;text-align:left;line-height:26px;padding-left:8px;color:#ccc;z-index:1;cursor:text;}
.c_label{line-height:18px;padding-top:12px;}



/*首页留言表单*/
.index_message{position: relative;}
.name_input{border:1px solid #cccccc; margin-top: 5px; background: #fff; height: 22px; width: 189px;}
.input_left{float: left; width: 40px; text-align: center; background:url(../images/newadd/title_left.jpg) left top repeat-x; height: 22px; line-height: 22px}
.input_right{position: relative; float: right;}
.input_right input{height: 22px; line-height: 22px;}
.input_right .m_label{position:absolute;width:100px;text-align:left;line-height:22px;padding-left:6px;color:#ccc;z-index:1;cursor:text;}


#m_div{width:222px;position:fixed;right:2px;bottom:0px;padding-bottom:1px;z-index:99999;background:none;}
.d_label{line-height:18px;padding-top:8px; width:160px;}
.w_message{border:1px solid #4a9cf9;padding:7px;padding-top:3px; height:238px; background:#fff;padding-bottom:27px;background:url(../images/newadd/message_bg.jpg) left top no-repeat;}
.w_message #name{width:142px;height:22px;line-height:22px; border: none !important;}
.w_message #contact{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #email{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #address{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #content{width:176px;height:65px;resize:none;overflow-y:auto;overflow-x:hidden;}
.w_message #checkcode{width:82px;height:22px;line-height:22px;border:1px solid #ccc;background-color:#fff;}


#message_main{display:table-cell;}
.w_message #message_main tr{display:block;width:100%;overflow:hidden;line-height:28px;}
.w_message #message_main tr th{height:28px;line-height:28px;width:37px;text-align:center;vertical-align:middle;overflow:hidden;}
.w_message #code{padding-top:0px; margin-top: 5px;}
.w_title{background:none;color:#fff;;position:relative;cursor:pointer;height:33px;width:222px;overflow:hidden;}
.w_message #message_main .m_input{border:1px solid #ccc;background-color:#fff;}
.w_message .msgbtn{width:93px;height:29px;line-height:20px; background:url(../images/newadd/submit.png) 50% 50% no-repeat;margin-top:3px;border:none;font-family:"宋体",arial;font-size:12px;margin-left:54px; font-family: "微软雅黑"; color: #fff;}
.w_message .msgbtn_hover{background:#3c96fc;color:#fff;border:1px solid #3c96fc;}


.m_close{background:url(../images/newadd/messbtn.png) left top no-repeat;position:absolute;right:0px;top:0px;cursor:pointer;overflow:hidden;
width:19px;height:20px;right:12px;top:8px;cursor:pointer;}
.m_open{background:url(../images/newadd/messbtn1.png) left top no-repeat;}
.w_message .m_under{position:absolute;width:227px;height:37px;line-height:41px;left:0;bottom:1px;}
.w_message .support{color:#000;width:100px;position:absolute;bottom:1px;right:8px;font-size:12px;}
#m_top{height: 1px;font-size: 0px;line-height: 1px;margin: 0 2px;background:#4a9cf9;}
#m_mid{height: 1px;font-size: 0px;line-height: 1px;margin: 0 1px;background:#4a9cf9;}
#m_bot{background:#4a9cf9;height:31px;line-height:31px;padding-left:9px; font-family: "微软雅黑"; font-size: 13px;}


/*分页样式1*/
.pageController{padding-right:10px; padding-top:5px;padding-bottom:5px;color:#505050;margin:0 auto;border-top:1px solid #E2E3E4;margin-top:16px;line-height:24px;}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;}
.pageController a:hover{background-color:#efefef;color:#438ece; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #efefef;color:#ee7c1b;border:#efefef 1px solid;}
.pageController .t1{float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;}
.pageController .t2{float:right;vertical-align:middle;line-height:24px;}
.pageController .t2 #current{padding:0 5px;line-height:24px;}
.pageController .t1 span{padding-left:4px;padding-right:4px;}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;}
.pageController select option{vertical-align:middle;}



/*产品分类*/
.cate{border:1px solid #e0e1dc;padding:10px;background-color:#f7f7f7;}
.cate li{line-height:28px;border-bottom:1px dashed #d7d7d7;line-height:28px;}
.cate li a{padding-left:60px;display:block;height:28px;line-height:28px;background:url(../images/ico1.gif) 34px center no-repeat;}
.cate li a:hover{background-color:#ececec;text-decoration:none;}

/*详细介绍分页样式*/
.total {border-bottom:1px dashed #e0e1dc;padding-bottom:10px;}
.paging_num{padding:10px 0px;overflow: hidden;text-align: right;}
.paging_num a{width:25px;height:20px;line-height: 20px;text-align: center;display:inline-block;
	border: 1px dashed #e0e1dc;color:#666;margin-left:15px;}
.paging_num a:hover{text-decoration:none;color:#ee7c1b;border: 1px dashed #ee7c1b;}
.paging_num .paging_hover{text-decoration:none;color:#ee7c1b;border: 1px dashed #ee7c1b;}





/*地图样式*/
#allmap{width:95%;height:500px;margin-top:20px;margin-bottom:10px;margin:0 auto;}
.maplist{position:relative;overflow:hidden;padding:18px 0px;}
.maplist ul li{width:26%;float:left;margin-right:1.5%;margin-left:1.5%;_display: inline;
	background:url(../images/ditulogo.png) no-repeat 18px 6px;padding-left:40px;line-height:26px;font-family: "微软雅黑";
	height:110px;border-right:1px dashed #ddd;margin-bottom:20px;
}
.maplist ul li h2{font-size:15px;}
.maplist ul li span{font-size:12px;color:#666;}
.province{font:normal 14px/32px "微软雅黑";padding:0px 10px;}
#search_form{margin:15px 0px;padding-left:20px;}
#search_form select{width:180px;border:1px solid #d9d9d9;line-height: 32px;height:32px;}
.button_s{border: none;background: #459afa;line-height: 30px;color:#fff;text-align: center;width:80px;margin-left:15px;
border-radius: 3px;transition: all 0.3s ease 0s;}
.button_s:hover{background:#fb9108;}

/*在线留言*/
.nyliuyan_center{width:1000px;margin:0 auto;}
.nyliuyan_jilu{width:100%;height:50px;line-height:50px;background:#ccc; color:#fff;font-size:16px;font-weight:bold;text-align: center     }
.nyliuyan_lianxiren{width:12%;height:45px;line-height:45px; color:#383838;font-size:18px;text-align: left; float:left ;margin-left:3%;      }
.nyliuyan_lianxirenr{width:70%;height:45px;line-height:45px; color:#383838;font-size:16px;text-align: left; float:right; margin-right:5%;       }
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.h5, h5 {
    font-size: 1.25rem;
}

.text-secondary {
    color: #6c757d!important;
}

.font-weight-normal {
    font-weight: 400!important;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.border-top-dashed {
    border-top: 1px dashed #dee2e6 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-num, .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #17a2b8;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.card {
    margin: 15px 0;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-img-150 {
    height: 150px;
    overflow: hidden;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img-top img {
    vertical-align: middle;
    border-style: none;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.h5, h5 {
    font-size: 1.25rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.mb-5{
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
/*内页收索*/

.form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.form-group {
    margin-bottom: 1rem;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-group {margin-bottom: 1rem;overflow:hidden;height:60px ;width:100%  }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.btn-info {
    color: #fff;
    background-color: #0065b3;
    border-color: #0065b3;
}
.btn {
    display: inline-block;
    float: right;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.content{font-size:18px;}
.content p{line-height:2.5rem;}

.nylianxi-btbkbj{background:#fff;margin-top:35px;margin-bottom:50px;}
.nylianxi-btbk{width:100%;background:url({pboot:sitetplpath}/images/news/lxwm_05.png) no-repeat left;overflow: hidden;margin-bottom: 50px;}
.nylianxi-btnk{width:96%;margin:0 auto;margin-top:35px;padding-bottom: 10px;border-bottom:1px solid #cce6e5;display: flex;justify-content: space-between;}
.nylianxi-btnkbt{font-size: 30px;text-align: left;color:#0077cc;}	
.nylianxi-btnk2{color:#df0000;text-align: left;font-size:30px;width: 96%;margin: 0 auto;}
.nylianxi-btnk3{width:96%;margin:0 auto;overflow: hidden;background: #0077cc;}
.nylianxi-btnk31{width:50%;float: left;}
.nylianxi-btnk31 p{font-size:16px;text-align: left;color:#fff;line-height: 2.75em;margin-left:10%;}
.nylianxi-btnk31 p span{margin-left:13.4%;}
.nylianxi-btnk32{width:50%;float: right;}
.nylianxi-btnk31jianju{height:5%;}
.nylianxi-btnk4{width:96%;margin:50px auto;}
.nylianxi-btnk4 img{width:100%;}
.nyliuyan{width:60%; margin:20px auto}
.nyliuyan-yzbk{height:60px; float:left ; margin-right:35px; margin-left:20%;}
.nyliuyan-yzbkw{height:60px; float:left ;width:50%;}
.nyliuyan-yztj{margin-right:5%;}
/*内页收索*/
.nysosuo{width:60%;margin:0 auto;}
.nysosuo_left{width:80%;height:40px;line-height:40px; text-align:left; float:left; border:#ccc 1px solid; border-radius:25px;background:#fff; color:#383838     }
.nysosuo_right{width:18%;height:40px;line-height:40px; text-align:center;float:right;border:#ccc 1px solid; border-radius:25px;background:#095ab6;color:#fff  }
.nysosuo_right:hover{animation:headShake 1s ease-in-out;}
.nysosuo_nr{width:95%; margin-right:3%;margin-top:1px;font-size: small;-webkit-box-shadow: 0 0 0 1000px #ffffff inset; float:right;  height:38px;line-height:38px; text-align:left; border: 0px solid; border-radius:25px;background:#fff;  }
.wapfooter_bj2{display: none;}
.syjcnl-centerwap{display:none;}
.wapsyproduct-bj{display:none;}
.nygl-middlewap{display:none;}
.wapsyhzkh-bj{display:none;}
.wapnylanmubk{display:none;}
.wap-links{display: block;}
.toogle_wrap{display: none;}
.sylianxi-btnk31{display:none;}
/* 确保每个section占满全屏 */
.section {
    min-height: 100vh;
    width: 100%;
    position: relative;
}

/* 移动设备样式 */


@media screen and (min-width:1360px){
    .xl_wap{display: none;}
}
@media (max-width: 767px) {
	.outaddtwo{width: 100%;}

	/* 下拉式四级导航 */
	.hamburger{background:0 0;border:none;display:block;height:32px;margin-left:15px;position:fixed;top:20px;width:32px;z-index:1999;right:0}
	.hamburger:hover{outline:0}
	.hamburger:focus{outline:0}
	.hamburger:active{outline:0}
	.hamburger.is-closed:before{-webkit-transform:translate3d(0,0,0);-webkit-transition:all .35s ease-in-out;color:#fff;content:'';display:block;font-size:14px;line-height:32px;opacity:0;text-align:center;width:100px}
	.hamburger.is-closed:hover before{-webkit-transform:translate3d(-100px,0,0);-webkit-transition:all .35s ease-in-out;display:block;opacity:1}
	.hamburger.is-closed:hover .hamb-top{-webkit-transition:all .35s ease-in-out;top:0}
	.hamburger.is-closed:hover .hamb-bottom{-webkit-transition:all .35s ease-in-out;bottom:0}
	.hamburger.is-closed .hamb-top{-webkit-transition:all .35s ease-in-out;background-color:#ddd;top:5px}
	.hamburger.is-closed .hamb-middle{background-color:#ddd;margin-top:-2px;top:50%}
	.hamburger.is-closed .hamb-bottom{-webkit-transition:all .35s ease-in-out;background-color:#ddd;bottom:5px}
	.hamburger.is-closed .hamb-bottom,.hamburger.is-closed .hamb-middle,.hamburger.is-closed .hamb-top,.hamburger.is-open .hamb-bottom,.hamburger.is-open .hamb-middle,.hamburger.is-open .hamb-top{height:4px;left:0;position:absolute;width:100%}
	.hamburger.is-open .hamb-top{-webkit-transform:rotate(45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);background-color:#ddd;margin-top:-2px;top:50%}
	.hamburger.is-open .hamb-middle{background-color:#ddd;display:none}
	.hamburger.is-open .hamb-bottom{-webkit-transform:rotate(-45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);background-color:#ddd;margin-top:-2px;top:50%}
	.hamburger.is-open:before{-webkit-transform:translate3d(0,0,0);-webkit-transition:all .35s ease-in-out;color:#ddd;content:'';display:block;font-size:14px;line-height:32px;opacity:0;text-align:center;width:100px}
	.hamburger.is-open:hover before{-webkit-transform:translate3d(-100px,0,0);-webkit-transition:all .35s ease-in-out;display:block;opacity:1}
	.sidebar-nav{width:100%;height:100%;position:fixed;top:0;right:-100%;background-color:#eee;transition:all .3s;box-sizing:border-box}
	.sidebar-nav-open{right:0}
	.sidebar-nav .sidebar-brand>a{font-size:18px}
	.sidebar-nav .sidebar-brand .xl{display:none}
	.sidebar-nav .sidebar-brand a{display:flex;display:-webkit-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;margin-bottom:14px}
	.sidebar-nav .sidebar-brand a .sj{display:block;width:6px;height:6px;border-right:1px solid #ddd;border-top:1px solid #ddd;transform:rotate(135deg);-webkit-transform:rotate(135deg);margin-left:10px}
	.sidebar-nav .sidebar-brand a .sjrotate{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
	.activ{color:red}
	.activ02{color:pink}

	.mbwrap{z-index: 1000;left: 0;display: block;width: 100%;position:relative;top: 0;}
	.mbheader{display: block;background-color: #fff; width: 100%;top: 0px;left: 0;z-index: 1;}
	.mbheader02{top: 0;padding: 0px 0;width: 100%;background-color: #fff;position: relative;z-index: 2;}
	.mbwrap .hamburger{position: relative;float: right; z-index: 9999; top: 0;width: 80px;height: 50px;margin-top: 8px;margin-left: 0;}
	.mbwrap .hamburger img{width:50%;    height: auto;}
    .mbwrap .mblogo{box-sizing: border-box;padding:10px 8px;height: 60px;position: relative;z-index: 2;float: left;}
	.mbwrap .mblogo img{display: block;width: auto;height: 42px  !important;}
	.mbwrap .mbheader02 .mblogo{background-color: transparent;}
	.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom{height: 2px;background-color: #fff;width: 34px;left: 8px;}
	.hamburger.is-closed .hamb-top,.hamburger.is-closed:hover .hamb-top{top: 13px;}
	.hamburger.is-closed .hamb-bottom,.hamburger.is-closed:hover .hamb-bottom{bottom: 13px;}
	.sidebar-nav{right: inherit;left: 0;top:-100%;z-index: 0;}
	.sidebar-nav-open{top: 0;padding-top: 100px;}
	.sidebar-nav{background-color: #FFFFFF;}
	.sidebar-nav{padding: 100px 40px 10px;overflow-y: scroll;}
	.sidebar-nav .sidebar-brand .xl{padding-left: 20px;}

	.sidebar-nav .sidebar-brand>a{padding-bottom: 14px;border-bottom: 1px solid #DDDDDD;text-transform: uppercase;font-size: 16px;}
	.sidebar-nav .bot{/* position: absolute; */right: 0;bottom: 30px;display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;align-items: center;-webkit-align-items: center;}
	/* .sidebar-nav.sidebar-nav-open .bot{position: fixed;} */
	.sidebar-nav .bot a{font-size: 14px;color: #ddd;margin-right: 30px;}
	.sidebar-nav .sidebar-brand a .sj{border-color: #555555;}
	/* .sidebar-nav .sidebar-brand a .sjrotate{border-color: #DC2924;} */
	.sidebar-brand-two a{color: #333;}
	.sidebar-brand-there a{color: #555;}
	.sidebar-brand-there .sidebar-nav-four a{color: #999;}
    
    .heads{display: none;}
    .headsny{display: none;}
    .toubuyy{display: none;}
    /*手机菜单结束*/


.toogle_wrap{display: block; border:1px #f0f0f0 solid; background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; width: 80%;
padding: 2% 4%;margin: 10px auto;}
.trigger{padding:0px;margin:0;background:url("../images/wap/toggle.png") no-repeat right; background-position:100% -22px;}
.trigger a{color: #666666; text-decoration: none; display: block; line-height:18px; padding:2px 0 2px 0; font-size:16px;}
.active {background-position:100% 0px; }
/*.trigger a:hover, .trigger a:hover:focus{color:#fff100;}*/
.toggle_container{overflow: hidden;padding:15px 0 0 0;clear: both;}
ul.lists{ padding:0 0 15px 0;}
ul.lists li{ border-bottom:1px #ddd solid; padding:12px; background:url("../images/bullet.gif")/*tpa=http://famousthemes.com/my-mobile-page-v3/main-theme/images/bullet.gif*/ no-repeat left;}
ul.lists li a{ display:block;font-size:16px;font-weight: bold;margin-bottom:15px ;}
ul.lists li a.current{ color: #ed0000;}
ul.lists li  div{display: flex;justify-content: space-between;}
ul.lists li  p a{font-size: 14px;font-weight: 300;}
ul.lists li  p a:hover{ color: #ed0000;}
#ad2{display: none;}
.headssy .sousuotop {display: none;}
.headssy{display: none;}
.syabout-center{width: 100%;position: static;margin: 0 auto;}
.syabout-right {width:100%;padding:0%;}
.syabout-right-top {width:92%;margin:0 auto;margin-top: 20px;}
.syabout-jieshao {display: block;}
.syabout-jieshao-tp {width: 90%;margin:20px auto;}
.syabout-jieshao p {width: 90%;margin: 0 auto;margin-top: 20px;}
.syabout-right span {font-size: small;}
.syabout-left-topmore li a {font-size: small;line-height:35px;}
.syabout-center2 {flex-wrap: wrap;justify-content: space-around;margin-top: 20px;margin-bottom: 20px;}
.syabout-left {width: 92%;margin:0 auto;padding: 0;overflow: hidden;float:none;padding-top:20px;}
.syabout-center_cl {width: 50%;}
.tabg li.hover, .tab li:hover {width:24.5%;}
.tabg li {width:24.5%;font-size: medium;}
.syabout-right .syabout-left-topmore li a{margin-top: 10px;}
.syabout-leftqiehuan {width:100%;}
.syabout-leftxw {width:100%;}
.wap-links{display:none;}

.footer_lm {display:none;}
.footer_middle{width:70%;text-align: center;display: none;}
.footer_middle h2 {display:none;}
.footer_left {display: block;}
.footer_left {width: 100%;float: none;text-align: center;}
.footer_left img{width:48%;text-align: center;margin-bottom:18px;}
.footer_left2 {width:100%;text-align: center;}
.footer_right { width: 100%;float: none;margin-top:10px;/*display:flex;*/display: block;overflow: hidden;}
.footer_linkcenter {display: none;}
.footer_center {width: 90%;margin: 0 auto;overflow: hidden;margin-bottom: 10px;margin-top: 20px;}
/* .footer_right2 {width: 100%;float: none;text-align: center;} */
.footer_right2 {display: none;}
.footer_right3-l {margin-top:20px;}
.footer_center2 { line-height: 30px;font-size:14px;margin-bottom: 60px;margin-top: 20px;}
.footer_bj2{display:none;}
.wapfooter_bj2{display: block;width: 100%;overflow: hidden; background: #202020;}
.footer_center {display: none;}
.footer_center0 {width: 90%;margin:50px auto;overflow: hidden;}
.sylianxi-btnk31{display: block;width:100%;float: left;overflow: hidden;}
.sylianxi-btnk31 p{font-size:small;text-align: left;color:#fff;line-height: 2.75em;margin-left:10%;}
.sylianxi-btnk31 p span{margin-left:13.4%;}
.sylianxi-btnk32{width:50%;float: right;}
.sylianxi-btnk31jianju{height:0%;}
.sylianxi-btnk4{width:96%;margin:50px auto;}
.sylianxi-btnk4 img{width:100%;}
.synews_chakan a {margin-bottom: 20px;}
.sydhfudunbkbj {display: none;}

.ny-hengtiaozy1 {display: none;}
.ny-hengtiaozy {width: 100%;margin-left: 0;}
.nyfudongrightzy {width: 100%;padding:11px 0;}
.nyfudongrightzy h5 img{display: none;}
.ny-hengtiaozy1 {line-height:40px;height: 40px;}
.leftzy {display:none;}
#containerzy {width:100%;}
.rightzy {width: 100%;}
.nybannerzy img {margin-bottom:40px;width:100%;text-align: center;}
.nyfudongright-lmzy img {margin-bottom: 0px;width:auto;}
.rightzy .content {width: 92%;font-size: medium;}
.nylanmujieshao {
    width: 92%;
    margin: 20px auto;
    font-size: small;
    line-height: 1.45rem;}

.content img{width: 100%;}
#container {width: 100% !important;padding-top:10px;}
.right {width:100% !important;min-height: 50px !important;padding:0 !important;}
.sitemp{line-height:2em !important;height:6em !important;width: 96% !important;}
.nylanmubk{display:none;}
.wapnylanmubk {height:auto;margin-bottom:0em;position: relative;display: block;}
.nylmzuobt {width:100%;}
.wapnyhxnav-bk {width: 100% ;float: left;}
.wapnylmzuobt {font-size: 12px;margin-bottom:1em;text-align: right !important;}
.wapny_left_navzuo{display: flex;font-size:unset;color: #606060;margin-top:0px;justify-content: flex-end;margin-right:0%;border-bottom: 1px solid #f0f0f0;padding-right: 2%;}
.wapny_left_navzuo img{width: auto !important;}
.wapny_left_navyou{display:none;/*display: grid;grid-template-columns: repeat(4, 1fr);width:100%;justify-content: space-around;justify-items: center;*/}
.wapny_left_nav li {font-size:unset;text-align:center;height:auto;line-height:auto;display:flex;}
.wapny_left_nav li a:hover{color:#0859b5;;height:auto;line-height:auto;font-weight:bold;font-size:unset;}
.wapny_left_nav li a{color:#2b2b2b;padding:8px 5px 8px 5px;}
.wapny_left_nav li:last-child{border-right:0px }

#newslist11 img{width: 100%;height: 80px;object-fit: cover;}
#newslist11 {width: 35%;margin-bottom:15px;display:none;}
#newslist12 {width:72%;font-size: 15px;line-height: 1.2em;}
#newslist13 {width: 23%;}
.newslist131 h2 {font-size: xx-large;}
.news_detail h3.title_bar {font-size:12px;}
.newslist131 h6 {font-size:small}
.newslist131-dqydy h2{font-size:xx-large;}
.newslist131-dqydy h6{font-size:small}
.newslist131 {width: 100%;}
A.lp2:link {font-size:15px;}
#newslist_time {height:20px;line-height: 20px;font-size:12px;display:none;}
#newslist_nr {margin-top: 1em;font-size: 12px; line-height: 1.3rem;text-align: justify;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#newslist1 {height: auto; padding-top:0px;padding-bottom: 0px;}
#newslist1 a{ padding-top:15px; padding-bottom:15px;display: flex;justify-content: space-between;}
#newslist12 h1 a {font-size:1.2em;line-height: 1.35em;}
#newslist12 h2 {font-size: medium;}
#newslist1 a:hover {background:none}
#newslist_nr {margin-top: 0.5em;min-height: 1.1em; }
.syabout-right-topmore li a{display: none;}

.nycp-sltbk-tp { width:60%;margin: 0 auto;float:none;}
.nycp-sltbk-tp img{border: 5px solid #d2d2d2;padding:5% 3% 1% 3%;}
.nycp-sltbk-xw {width: 100%;}
.nycp-sltbk-xw h3 {width: 100%;font-size:large;margin:20px auto;background-color:#0000;border-bottom: 1px solid #d2d2d2;padding-bottom: 10px;color: #000;border-radius:0px;}
.nycp-sltbk-xw p {font-size: medium;line-height: 2rem !important;}
.nycp-xiangxi {margin-top:0px;font-size: medium;}



.syproduct-bj {display: none;}
.wapsyproduct-bj{display: block;width:100%;background:#fff; height:auto;overflow: hidden;}
.wapsyproduct-bt{width:80%;margin:0 auto;text-align: center;margin-top:35px;margin-bottom:25px;}
.wapsyproduct-bt p{line-height:20px;font-size:25px;margin-top:10px;text-align: center;color:#000;font-weight: bold;}
.wapsyproduct-bt img{width:100%;}
.wapsyproduct-lm{width:92%;margin:0 auto;overflow: hidden;}
.wapsyproduct-cp{width:100%;margin:0 auto;overflow: hidden;margin-top:0px;    position: relative;}
.wapsyproduct-cpbk{width:92%;margin:0 auto;position: relative;padding-bottom:0px;}
.wapsyproduct-lmgd{width:100%;margin:25px auto;}
.wapsyproduct_chakan li a{display:block;width:60%;height:35px;line-height:35px;margin:0 auto;color:#4a4a4a;font-size:1em;text-align: center; border-radius:50px ;border:1px solid #dadada }
.wapsyproduct_chakan li a:hover{background:#0090ff; color:#fff }

.swiper-wrapper5 img{width:100%;height: 200px;object-fit: cover;}
.wapsycpfudong{width:92%;position:absolute;z-index:10 ;top:150px;margin-left:4% ;display: block;}
.wapsycpfudong img{width:85%;}
.wapsycpfudong .swiper-button-prev:after{content: none;}
.wapsycpfudong .swiper-button-next:after{content: none;}
.swiper-horizontal {width:100%;margin:0 auto;}
.swiper-container5{height: auto;}
.swiper-slide5{height:290px;}
/* .swiper-slide5 a:hover p{display:block;overflow: hidden;color: #fff;position: absolute;z-index: 10;bottom: 0;background:#0758b4cb ;font-size:14px;line-height:18px;margin:0 auto;height:95px;text-align:justify;width:94%;padding:10px 3% 0 3%;}
.swiper-slide5 p{display: none;} */
.swiper-container5 .swiper-wrapper {height: auto;}
.swiper-pagination5{margin-top:20px;}
.swiper-slide5 a:hover p, .swiper-slide5 a:hover  h6{color:#fff;}
.swiper-slide5  a h5{color:#343434;display: flex;height: 37px;font-size: 18px;font-weight: bold; flex-wrap: wrap;align-items: center;margin-bottom: 10px;}
.swiper-slide5  h5 img{width: auto;height: auto;margin-right: 10px;}
.swiper-slide5  img:hover{animation:pulse 1s ease forwards;}
.swiper-slide5  a:hover h5{color:#0859b5}
.swiper-slide5 a:hover  h6{color:#fff;}
.swiper-slide5 h6{font-size:14px;line-height:18px;height:36px;overflow: hidden;}
.swiper-slide5 h5 span{  margin-left: auto;display: inline-block;;float:right;font-size:15px;width: 25px;line-height:25px;text-align: center;border-radius:5px;border: 1px solid #a8a8a8;color: #a8a8a8;}

.productsydy li {width: 47%;}
.productsydy li img {height: 140px;}
.productsydy li a p {font-size: larger;line-height: 30px;}
.productsydy li a span {font-size: smaller;margin-top:10px;}
.productsydy li a:hover,.productsydy li a:hover p,.productsydy li a:hover span {background:#eff1f6;color: #0859b5;}

.nyfudongrightzy h5 {font-size: small;display: none;}
 .nyfudongright-lmzy {font-size: xx-small;}

.mb-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;}
.right .content {width:90%;margin: 0 auto;font-size: 1.1em;padding: 0 0 20px 0;}  
.right .content p span{font-size: unset !important;}
.nyfudongrightzy {
        width: 100%;
        padding: 11px 0;
        text-align: right;
        display: block;
    }
.nyfudongright-lmzy {
        font-size: xx-small;
        text-align: right;
        width: 98%;
        justify-content: flex-end;
    }
.ny_left_nav li a {padding: 0 5px 0 5px;font-size: 14px;width: auto; }
.ny_left_nav li {height: 3em;line-height: 3em;width: auto;font-size:14px;}

.nyxw_center {width: 90%;margin: 0 auto;}
.news_detail h1.title {font-size:1.2em;margin-bottom: 0px;padding-bottom: 0px;margin-top:20px;}

.nyfudongrightzy {background-image: none;border-bottom:1px solid #f1f1f1;}
.ny_leftcp_nav li a img{display: none;}
.ny_leftcp_nav li a{height: 2em;line-height: 2em;font-size:18px;}
.sydjzx-bt{margin-top:20px;}
.nylianxi-btbkbj {margin-top:0px;margin-bottom:0px;}
.containerzy {width:100%;}
.nylianxi-btnk31 {display:none;width:100%;}
.nylianxi-btnk32 {width:100%;}
.nybanner_bk img {width:120%;}
.nybanner_lxbt {top:5.5em;text-align: left;}
.nylianxi-btbk {margin-bottom:25px;}
.nylianxi-btnk31 p {font-size: inherit;}
.nylianxi-btnk {margin-top:10px;}
.nylianxi-btnk3 {display:block;}
.nylianxi-btnk2 {display:none;font-size: x-large;}
.nylianxi-btnkbt {display:none;font-size: x-large;}
.nylianxi-btnk4 {margin:18px auto;}
.nyliuyan{width:90%; margin:20px auto}
.nyliuyan_lianxiren {width:20%;float:left;}
.nyliuyan_lianxirenr {width:70%;float:right;}
.nyliuyan-yzbk{height:60px; float:left ; margin-right:35px; margin-left:4%;width:38%;}
.nyliuyan-yztj{margin-right:5%;}
.nyliuyan-yzbkw{width:65%;}
    .nygl-left {
        width: 45%;
    }
    .nygl-middle {
      display: none;
    }
    .nygl-right {
        width: 45%;
    }
    .nygl-nav li a {font-size: 0.9em;}

    .nygl-bj {height: auto;}
    .nygl-bk {margin-top:50px;}
    .nygl-middlewap{width:90%;margin:0 auto;display: block;margin-top:50px;}
    .nygl-middlewap img{width:100%;}

.nybannercp_bt {top: 6.5em;}
.nybannercp_bt p {font-size: 18px;font-weight: 800;line-height: 30px;}
.nybannercp_bt span {font-size: 12px; line-height: 20px;}
.nybannercp_bk img{width: 100%;height:auto;padding-bottom:10px;} 
.nybannercp_bk{padding-bottom:0px;}
.nybanner_bt {top: 6.5em;}
.nybanner_bt p {font-size: 18px;font-weight: 800;line-height: 30px;}
.nybanner_bt span {font-size: 12px; line-height: 20px;}
.nybanner_lxbt {top:5em;text-align: left;}
.nybanner_lxbt p {font-size:large;font-weight: 800;line-height: 30px;}
.nybanner_lxbt span {font-size: 12px; line-height: 20px;}
.nybanner_lxbt img{width:20% !important;height: auto;margin-bottom:0px;}
.nybanner_dqbk img{width: 100%;height: auto !important;padding-bottom:0px;}
.nybannerdq_zuobk {padding: 10px 0 10px 0; border-bottom: 1px solid #e9e9e9;;background: #ffffff;}
.nybannerdq_hxright {margin-right:2%;width: 95%;font-size: x-small;}
    .syyjzx-bt h1 {font-size: x-large;line-height: 32px;}
    .syyjzx-bt {margin-top:30px;}
    .syyjzx-bj {height:450px;background-size: cover;}

    .szjsc-bt h1 {font-size: 25px;font-weight: bold;}
    .szjsc-bt img{width:100%;}
    .szjsc-bt{margin-top:50px;}
    .szjsc-bk {height:100%;margin-top:50px;}
    .szjsc-bk img{width:100%;}

    .syzs-lm h1 {font-size:25px;line-height:60px;}
    .syzs-lm p {font-size:14px;}
    .syzs-center img{width:100%;}

    .footer_right3 {position: relative;width:88%;margin:0 auto;}
    .syhzkh-bj,.nycphxnav-bk,.nycphxnav-bkdu,.nybannercp_zuobk{display:none ;}

    .wapsyhzkh-bj{display: block;width:100%; overflow:hidden;background:url(../images/bj_07.jpg) no-repeat center top; height:auto;}
    .wapsyhzkh-bt{width:74%;margin:0 auto;text-align: center;margin-top:50px;margin-bottom:20px;}
    .wapsyhzkh-bt h1{font-size:25px;text-align: center;color:#ffffff;line-height: 80px;}
    .wapsyhzkh-bt img{width:100%}
    .wapsyhzkh-bk{width:88%;margin:0 auto;overflow: hidden;position: relative;;}
    .swiper-slide7 img{width:100%;height: 75px;border-radius:10px;}
    .wapsyhzkh-cpan{width: 100%;position: relative;margin-top: 45px;z-index: 9;}
    .wapsyhzkh-gdbk{width:85%; overflow:hidden;margin: 0 auto;height:480px;padding-bottom:40px;}
    .wapsyhzkh-cpan .swiper-button-prev:after {content: '';margin-left: -25px;display:none; }
    .wapsyhzkh-cpan .swiper-button-next:after {content: '';margin-right: 25px; display:none;}
    .wapsyhzkh-gdbk .swiper-pagination-bullet{background:#fff;}
    .wapsyhzkh-gd li a{width:60%;height:40px;line-height: 40px;text-align: center;font-size:15px;color: #14489d;border-radius:50px;background-clip:padding-box ;background-color: #fff;border:6px solid #ffffff85;display: block;margin:30px auto;text-align: center;}
    .wapsyhzkh-gd li a:hover{background:#ee7c1b;color:#fff;}
    .nybanner_bk{padding-bottom: 0px;}
    .nybanner_bk img{padding-bottom: 3px;}
    .nyshu_bkleft{width:100%;}
    .nyshu_bk {width:100%;}
    .nyshu_bkbj img{height: auto;width:100%;}
    .nyshu_bkright {width:92%;margin:0 auto;float: none;}

.cpright {
    width: 92% ;
    min-height: 50px;
    padding: 0;margin:0 auto;
}
.product_list li a {
display: block;float: left;width: 44%;margin-right: 3%;margin-left: 3%;
color: #000;font-size: 13px;margin-bottom:10px;}
    .product_list li img{height:220px;object-fit: fill;}
    .product_list li a:hover img{height:220px;object-fit: fill;}
    .product_list li p{height: 50px;line-height:20px;padding-top: 7px;}
    .product_list li a:hover {border:0px;}
.product_list li:nth-child(3n) {margin-right:3%;}
.wapfooter_bj2{display: block;}

.nyproduct-cp span img{width:20% !important;}
.nyproduct-cp p {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;line-height: 25px;}
.products3 li {  width: 48%;    height: auto !important;margin-bottom: 20px;}
.products3 li img{ height: 130px;}
.products3 li a {line-height: 36px;font-size:14px;}
.products img {height: 110px;width: 100%; margin-bottom: 5px;object-fit: fill;}
.products li {height:auto; width: 41%;padding:2.5% ;}
.products li:nth-child(2n) {margin-right: 0%;}
.products li:nth-child(3n) {margin-right: 0%;}
.justify-content-center{font-size: 12px;}
.products a {line-height: 20px;font-size: 13px;}

.hzproducts li {float:left;text-align:center;color:#ee7c1b;;width: 44%;margin:2.5%;     border-radius: 10px;}
.hzproducts img { padding:3px; border:1px solid #cccccc;height:100px;width:100%;object-fit: fill;    border-radius: 10px;}
.hzproducts a { line-height:45px;height:140px;color:#656464;TEXT-DECORATION: none;font-size:18px;}
.hzrow{width:96%;margin:0 auto;}
table p span {font-size: smaller !important;}
table p{width:100%;font-size: smaller !important;}
.page {width: 90%;margin: 0 auto;}


}
