@charset "utf-8";
/* ========================================
   响应式样式 - 浩翔电气
   断点: 1024px(平板) / 768px(平板竖屏) / 640px(手机)
   ======================================== */

/* ====== 全局响应式基础 ====== */
img { max-width: 100%; height: auto; }
table { max-width: 100%; display: block; overflow-x: auto; white-space: nowrap; }

/* ====== 平板端 ≤ 1199px ====== */
@media (max-width: 1199px) {
  /* 通用容器 */
  .w1600, 
  .lyTop_Main,
  .lyIdx_Products .lyIdxPro_Main,
  .lyIdx_ProRec .lyIdxProRec_List,
  .lyIdx_News .lyIdxNews_Top,
  .lyIdx_Advantage .lyIdxAdv_Main,
  .lyIdx_Aboutus .lyIdxAbout_Main,
  .lyFoot .lyFoot_Main,
  .lyFoot_Copy .lyFootCopy_Main,
  .nyBanner .nyBa_Text,
  .NyOrder .NyOrder_Main,
  .nyMenu .nyMenu_List,
  .lyNy_Products,
  .NyPro_List,
  .nyNews_Container .nyNews_List,
  .nyNews_Container .nyNews_Rec .nyNewsRec_Main,
  .NyHonor_List,
  .NyContactUs .NyContactUs_Main,
  .nyDown .nyDown_Main,
  .lyNyNew_detail,
  .NyProDetail_Content,
  .ProDetail_Rec,
  .Related_Articles,
  .nyApplication .nyApp_Main,
  .ParentLevel ul,
  .nyProListParent ul,
  .nyProListChild p,
  .ChildLevel .tag,
  .NyProDetail_Main {
    max-width: 92% !important;
  }

  /* 导航栏 */
  .ly_Nav .nav_list > ul > li > a {
    font-size: 15px;
  }
  .lyTop_Main .lyTop_Tel {
    width: 80px;
    margin: 15px 5px;
  }
  .lyTop_Main .lyTop_ScBtn {
    width: 40px;
    margin: 15px 0;
  }
  .ly_Nav {
    width: calc(100% - 160px);
  }

  /* Banner */
  .lyIdx_Banner {
    height: 600px;
  }
  .lyIdx_Banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
    margin: 0;
  }
  .lyIdx_Banner .swiper-container .swiper-slide .lyIdxBa_Text p {
    font-size: 40px;
    line-height: 50px;
  }
  .lyIdx_Banner .swiper-container .swiper-slide .lyIdxBa_Text em {
    font-size: 16px;
  }

  /* 产品中心 */
  .lyIdxPro_List ul li {
    width: 31.5%;
  }
  .lyIdxPro_List ul li:nth-child(4n+4) {
    margin: 0 2% 30px 0;
  }
  .lyIdxPro_List ul li:nth-child(3n+3) {
    margin: 0 0 30px;
  }

  /* 关于我们 */
  .lyIdxAbout_Main .lyIdxAbout_Text {
    width: 55%;
  }
  .lyIdxAbout_Main .lyIdxAbout_Img {
    width: 40%;
  }

  /* 新闻 */
  .lyIdxNews_More {
    left: auto;
    right: 4%;
    top: 20px;
  }

  /* 案例 */
  .lyIdxProRec_List .swiper-container .swiper-slide .lyIdxProRec_Con .lyIdxProRec_Img {
    height: 160px;
  }

  /* 内页Banner */
  .nyBanner {
    height: 400px;
    overflow: hidden;
  }
  .nyBanner img.BaImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nyBa_Text p {
    font-size: 28px;
  }
  .nyBa_Text em {
    font-size: 22px;
  }

  /* 子菜单 */
  .nyMenu_List ul li a {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }

  /* 产品列表 */
  .lyNy_Products ul li,
  .ProDetail_Rec ul li {
    width: 31.5%;
  }
  .lyNy_Products ul li:nth-child(4n+4),
  .ProDetail_Rec ul li:nth-child(4n+4) {
    margin: 0 2% 30px 0;
  }
  .lyNy_Products ul li:nth-child(3n+3),
  .ProDetail_Rec ul li:nth-child(3n+3) {
    margin: 0 0 30px;
  }

  /* Footer */
  .lyFoot_Main .lyFoot_Nav {
    width: 45%;
  }
  .lyFoot_Main .lyFoot_Contact {
    width: 30%;
  }
  .lyFoot_Main .lyFoot_Ewm {
    width: 12%;
  }
  .lyFoot_Ewm .EwmImg {
    width: 100px;
    height: 100px;
    padding: 6px;
  }
  .lyFoot_Ewm .EwmImg img {
    width: 86px;
    height: 86px;
  }
  .lyFoot_Contact dl dd .lyFoot_Tel {
    font-size: 26px;
    line-height: 36px;
  }

  /* 联系页面 */
  .NyContactUs_Lxfs ul li {
    width: calc(50% - 15px);
    margin: 0 30px 20px 0;
  }
  .NyContactUs_Lxfs ul li:nth-child(3n+3) {
    margin: 0 30px 20px 0;
  }
  .NyContactUs_Lxfs ul li:nth-child(2n+2) {
    margin: 0 0 20px;
  }

  /* 产品层级导航 */
  .ParentLevel ul li {
    width: 14%;
    margin: 0 0.5% 15px 0;
  }
  .ParentLevel ul li p a {
    font-size: 14px;
  }
}

/* ====== 平板竖屏端 ≤ 1024px ====== */
@media (max-width: 1024px) {
  .lyTop_Main .lyTop_Tel {
    width: 55px;
    margin: 15px 2px;
    overflow: hidden;
  }
  .lyTop_Tel a img {
    width: 55px;
    height: auto;
  }
  .lyTop_Main .lyTop_ScBtn {
    width: 35px;
    margin: 15px 2px;
  }
  /* 导航-移动端hamburger */
  .ly_Nav .nav_list {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    overflow-y: auto;
    background: #fff;
    z-index: 9999;
    padding: 10px 0;
  }
  .ly_Nav .nav_list.open {
    display: block;
  }
  .ly_Nav .nav_list > ul > li {
    display: block;
    width: 100%;
    float: none;
    border-bottom: 1px solid #eee;
  }
  .ly_Nav .nav_list > ul > li > a {
    color: #333 !important;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    text-align: left;
    display: block;
  }
  .ly_Nav .nav_list > ul > li > a > em {
    display: none;
  }
  .ly_Nav .nav_list > ul > li ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0;
    box-shadow: none;
    display: none;
    background: #f9f9f9;
  }
  .ly_Nav .nav_list > ul > li:hover ul {
    display: none;
  }
  .ly_Nav .nav_list > ul > li ul.open {
    display: block;
  }
  .ly_Nav .nav_list > ul > li ul li a {
    text-align: left;
    padding: 0 30px;
  }
  .ly_Nav .nav_menu {
    display: block;
    width: 50px;
    height: 50px;
    margin: 15px 0;
    padding: 0;
    float: right;
    cursor: pointer;
  }
  .ly_Nav .nav_menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ly_Nav .nav_menu a img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto;
  }
  .nav_list .nav_mask {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1;
  }
  .nav_list.open .nav_mask {
    display: block;
  }
  .ly_Nav {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .lyTop_Main .lyTop_ScBtn {
    margin: 15px 5px;
  }

  /* Banner */
  .lyIdx_Banner {
    height: 480px;
  }
  .lyIdx_Banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
    margin: 0;
  }
  .lyIdx_Banner .swiper-container .swiper-slide .lyIdxBa_Text p {
    font-size: 32px;
    line-height: 42px;
  }
  .lyIdx_Banner .swiper-container .swiper-slide .lyIdxBa_Text em {
    font-size: 14px;
    line-height: 22px;
  }

  /* 关于我们 */
  .lyIdx_Aboutus {
    padding: 50px 0;
    background-size: cover;
  }
  .lyIdxAbout_Main .lyIdxAbout_Text {
    width: 100%;
    float: none;
  }
  .lyIdxAbout_Main .lyIdxAbout_Img {
    width: 100%;
    height: 300px;
    float: none;
    margin: 30px 0 0;
  }

  /* 产品 */
  .lyIdxPro_List ul li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .lyIdxPro_List ul li:nth-child(3n+3) {
    margin: 0 4% 20px 0;
  }
  .lyIdxPro_List ul li:nth-child(2n+2) {
    margin: 0 0 20px;
  }

  /* 产品导航 */
  .lyIdxPro_Menu .ProMenu_Tit {
    width: 120px;
    font-size: 14px;
  }
  .lyIdxPro_Menu .ProMenu_List {
    width: 60%;
  }

  /* 案例 */
  .lyIdx_ProRec {
    margin: 0;
    padding: 100px 0 0;
  }

  /* 新闻 */
  .lyIdxNews_More {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .lyIdxNews_More a {
    display: inline-block;
    float: none;
  }

  /* 内页Banner */
  .nyBanner {
    height: 300px;
    margin-top: 80px;
    overflow: hidden;
  }
  .nyBanner img.BaImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nyBa_Text p {
    font-size: 24px;
    line-height: 30px;
  }
  .nyBa_Text em {
    font-size: 18px;
  }
  .Crumb {
    font-size: 14px;
  }

  /* 子菜单 */
  .nyMenu_List ul.w20 li {
    width: 33.3333%;
  }
  .nyMenu_List ul.w50 li {
    width: 50%;
  }
  .nyMenu_List ul li a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }

  /* Footer */
  .lyFoot {
    padding: 40px 0 0;
  }
  .lyFoot_Main .lyFoot_Nav {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .lyFoot_Main .lyFoot_Contact {
    width: 55%;
    padding: 0;
    float: left;
  }
  .lyFoot_Main .lyFoot_Ewm {
    width: 40%;
    float: right;
  }
  .lyFoot_Main .lyFoot_Ewm:last-of-type {
    float: left;
    margin-top: 15px;
    width: 45%;
    text-align: center;
  }
  .lyFoot_Ewm .EwmImg {
    margin: 0 auto;
  }
  .lyFootCopy_Main p {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    padding: 10px 0;
  }

  /* 产品列表页 */
  .lyNy_Products ul li,
  .ProDetail_Rec ul li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .lyNy_Products ul li:nth-child(3n+3),
  .ProDetail_Rec ul li:nth-child(3n+3) {
    margin: 0 4% 20px 0;
  }
  .ProDetail_Rec ul li:nth-child(4n+4) {
    margin: 0 4% 20px 0;
  }
  .lyNy_Products ul li:nth-child(2n+2),
  .ProDetail_Rec ul li:nth-child(2n+2) {
    margin: 0 0 20px;
  }

  /* 新闻 */
  .nyNewsRec_Main .nyNewsRec_Img {
    width: 100%;
    height: 250px;
    float: none;
  }
  .nyNewsRec_Main .nyNewsRec_Con {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 20px;
  }
  .nyNewsRec_Main .nyNewsRec_Con .nyNewsRec_Text {
    height: auto;
    padding: 25px;
  }
  .nyNews_List ul li {
    width: 48%;
  }
  .nyNews_List ul li:nth-child(3n+3) {
    margin: 0 2% 30px 0;
  }
  .nyNews_List ul li:nth-child(2n+2) {
    margin: 0 0 30px;
  }

  /* 案例 */
  .nyApp_List ul li {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .nyApp_List ul li:nth-child(3n+3) {
    margin: 0 4% 30px 0;
  }
  .nyApp_List ul li:nth-child(2n+2) {
    margin: 0 0 30px;
  }

  /* 荣誉 */
  .NyHonor_List ul li {
    width: 31.5%;
  }
  .NyHonor_List ul li:nth-child(4n+4) {
    margin: 0 2% 30px 0;
  }
  .NyHonor_List ul li:nth-child(3n+3) {
    margin: 0 0 30px;
  }

  /* 联系 */
  .NyContactUs_Lxfs ul {
    height: auto;
  }
  .NyContactUs_Lxfs ul li {
    width: 100%;
    margin: 0 0 15px 0 !important;
    height: auto;
    padding: 25px;
  }

  /* 产品层级导航 */
  .ParentLevel ul {
    height: auto;
  }
  .ParentLevel ul li {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  .ParentLevel ul li:nth-child(2n+2) {
    margin: 0 0 10px;
  }

  /* 产品列表详细 */
  .NyPro_List ol li {
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 25px;
  }

  /* 产品详情 */
  .NyProDetail_Img {
    width: 100%;
  }
  .NyProDetail_Img .prodetail_img {
    width: 100%;
    height: 350px;
    float: none;
  }
  .NyProDetail_Img .NyProDetail_Tab {
    width: 100%;
    height: auto;
    padding: 10px 0 0;
    float: none;
    display: flex;
    gap: 10px;
  }
  .NyProDetail_Img .NyProDetail_Tab ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .NyProDetail_Img .NyProDetail_Tab ul li {
    width: calc(25% - 8px);
    height: 80px;
    margin: 0;
  }

  /* 搜索框 */
  .lyTop_Search form {
    width: 80%;
  }

  /* 产品层级目录 */
  .ny_profl .swiper-container {
    width: 85%;
  }

  /* 详情页 */
  .lyNyNew_detail .NyNewDetail_con {
    width: 100%;
    float: none;
  }
  .lyNyNew_detail .NyNewDetail_right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .nyNewsDetail_Title h1 {
    font-size: 22px;
    line-height: 30px;
    padding-right: 0;
  }
  .nyNews_Detail a.ReturnBtn {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0;
  }
  .nyPrevNext ul li {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }

  /* 荣誉子级 */
  .ChildLevel .tag a {
    margin: 0 20px 0 0;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

/* ====== 手机端 ≤ 768px ====== */
@media (max-width: 768px) {
  /* Header */
  .ly_Top {
    height: 60px;
  }
  .ly_Top .lyTop_Main {
    max-width: 95% !important;
  }
  .lyTop_Main .ly_Logo {
    width: 80px;
    height: 45px;
    margin: 8px 0;
  }
  .ly_Logo a {
    height: 45px;
  }
  .lyTop_Main .lyTop_Tel {
    width: 45px;
    margin: 10px 2px;
    overflow: hidden;
  }
  .lyTop_Tel a img {
    width: 45px;
    height: auto;
  }
  .lyTop_Main .lyTop_ScBtn {
    width: 30px;
    margin: 10px 2px;
  }
  .ly_Nav .nav_menu {
    width: 40px;
    height: 40px;
    margin: 10px 0;
  }
  .ly_Nav .nav_menu a img {
    width: 24px;
    height: 24px;
    margin: 8px auto;
  }
  .ly_Nav .nav_list {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .z_mask {
    top: 60px;
  }
  .lyTop_Search {
    top: 60px;
    padding: 20px 0;
  }
  .lyTop_Search form {
    width: 90%;
    height: 44px;
    padding-right: 60px;
  }
  .lyTop_Search form .scIpt {
    height: 44px;
  }
  .lyTop_Search form .scIpt input {
    height: 44px;
    font-size: 14px;
    padding: 0 15px;
  }
  .lyTop_Search form .scBtn {
    width: 60px;
    height: 44px;
  }
  .lyTop_Search form .scBtn input {
    height: 44px;
    background-size: 30px 30px;
  }

  /* 通用容器 */
  .w1600,
  .lyTop_Main,
  .lyIdx_Products .lyIdxPro_Main,
  .lyIdx_ProRec .lyIdxProRec_List,
  .lyIdx_News .lyIdxNews_Top,
  .lyIdx_Advantage .lyIdxAdv_Main,
  .lyIdx_Aboutus .lyIdxAbout_Main,
  .lyFoot .lyFoot_Main,
  .lyFoot_Copy .lyFootCopy_Main,
  .nyBanner .nyBa_Text,
  .NyOrder .NyOrder_Main,
  .nyMenu .nyMenu_List,
  .lyNy_Products,
  .NyPro_List,
  .nyNews_Container .nyNews_List,
  .nyNews_Container .nyNews_Rec .nyNewsRec_Main,
  .NyHonor_List,
  .NyContactUs .NyContactUs_Main,
  .nyDown .nyDown_Main,
  .lyNyNew_detail,
  .NyProDetail_Content,
  .ProDetail_Rec,
  .Related_Articles,
  .nyApplication .nyApp_Main,
  .ParentLevel ul,
  .nyProListParent ul,
  .nyProListChild p,
  .ChildLevel .tag,
  .NyProDetail_Main {
    max-width: 94% !important;
  }

  /* Banner */
  .lyIdx_Banner {
    height: 380px;
  }
  .lyIdx_Banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
    margin: 0;
  }
  .lyIdx_Banner .swiper-container .swiper-slide .lyIdxBa_Text {
    width: 95%;
  }
  .lyIdx_Banner .swiper-container .swiper-slide .lyIdxBa_Text p {
    font-size: 24px;
    line-height: 32px;
    margin: 10px auto;
  }
  .lyIdx_Banner .swiper-container .swiper-slide .lyIdxBa_Text em {
    font-size: 13px;
    line-height: 20px;
  }
  .lyIdx_Banner .swiper-container .swiper-pagination {
    bottom: 20px !important;
  }
  .lyIdx_Banner .swiper-container .swiper-button-prev,
  .lyIdx_Banner .swiper-container .swiper-button-next {
    display: none !important;
  }

  /* 标题 */
  .lyIdx_Title1 span {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  .lyIdx_Title1 p {
    font-size: 28px;
    height: 36px;
    line-height: 36px;
    margin: 5px auto 15px;
  }

  /* 关于我们 */
  .lyIdx_Aboutus {
    padding: 40px 0;
  }
  .lyIdxAbout_Text dl dd {
    width: 50%;
    padding: 10px 0;
    background: none;
  }
  .lyIdxAbout_Text dl dd:nth-child(3) {
    width: 100%;
  }
  .lyIdxAbout_Text dl dd p {
    font-size: 36px;
    height: 40px;
    line-height: 40px;
  }
  .lyIdxAbout_Text dl dd span {
    font-size: 13px;
    height: 24px;
    line-height: 24px;
  }
  .lyIdxAbout_Text .lyIdxAbout_Des {
    height: auto;
    margin: 20px auto 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
  .lyIdxAbout_Main .lyIdxAbout_Img {
    height: 220px;
  }

  /* 产品中心 */
  .lyIdx_Products {
    padding: 40px 0 20px;
  }
  .lyIdxPro_Menu {
    margin-bottom: 20px;
  }
  .lyIdxPro_Menu .ProMenu_Tit {
    width: 100%;
    float: none;
  }
  .lyIdxPro_Menu .ProMenu_List {
    width: 100%;
    float: none;
display:none;
  }
  .ProMenu_List .swiper-container {
    height: 50px;
  }
  .ProMenu_List .swiper-container .swiper-slide a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .lyIdxPro_Menu .ProMenu_More {
    position: absolute;
    top: 0;
    right: 0;
  }
  .lyIdxPro_Menu .ProMenu_More a {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
  }

  /* 产品列表 */
  .lyIdxPro_List ul li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .lyIdxPro_List ul li .lyIdxPro_Img a {
    height: 220px;
  }

  /* 案例 */
  .lyIdx_ProRec {
    padding: 80px 0 0;
  }
  .lyIdxProRec_List .swiper-container {
    padding-bottom: 60px;
  }
  .lyIdxProRec_List .swiper-container .swiper-slide .lyIdxProRec_Con .lyIdxProRec_Img {
    height: 170px;
  }
  .lyIdxProRec_List .swiper-container .swiper-slide .lyIdxProRec_Con .lyIdxProRec_Text {
    padding: 0 50px 0 10px;
  }
  .lyIdxProRec_List .swiper-container .swiper-slide .lyIdxProRec_Con .lyIdxProRec_Text a.lyIdxProRec_Name {
    font-size: 15px;
  }

  /* 新闻 */
  .lyIdx_News {
    padding: 40px 0 30px;
  }

  /* 内页Banner */
  .nyBanner {
    height: 220px;
    margin-top: 60px;
    overflow: hidden;
  }
  .nyBanner img.BaImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nyBa_Text p {
    font-size: 20px;
    line-height: 26px;
  }
  .nyBa_Text em {
    font-size: 14px;
    line-height: 20px;
  }
  .Crumb {
    font-size: 12px;
    line-height: 20px;
  }
  .Crumb img {
    width: 14px;
    height: 14px;
  }

  /* 子菜单 */
  .nyMenu_List ul.w20 li,
  .nyMenu_List ul.w50 li {
    width: 50%;
  }
  .nyMenu_List ul li a {
    font-size: 13px;
    height: 44px;
    line-height: 44px;
  }
  .nyMenu_List ul li i {
    display: none;
  }

  /* Footer */
  .lyFoot {
    border-top: 4px solid #ff7e00;
    padding: 30px 0 0;
  }
  .lyFoot_Main .lyFoot_Nav ul li {
    width: 50%;
    padding: 0 10px;
  }
  .lyFoot_Main .lyFoot_Nav ul li:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
  .lyFoot_Nav ul li p {
    font-size: 15px;
    margin: 0 0 15px -10px;
  }
  .lyFoot_Nav ul li a {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
  }
  .lyFoot_Main .lyFoot_Contact {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .lyFoot_Contact dl dd p {
    font-size: 15px;
  }
  .lyFoot_Contact dl dd .lyFoot_Tel {
    font-size: 22px;
    line-height: 30px;
  }
  .lyFoot_Main .lyFoot_Ewm {
    width: 48%;
    float: left;
    margin-top: 20px;
    text-align: center;
  }
  .lyFoot_Main .lyFoot_Ewm:last-of-type {
    float: right;
    width: 48%;
  }
  .lyFoot_Ewm .EwmImg {
    width: 90px;
    height: 90px;
    padding: 5px;
    margin: 0 auto;
  }
  .lyFoot_Ewm .EwmImg img {
    width: 78px;
    height: 78px;
  }
  .lyFoot_Copy {
    padding: 12px 0;
  }
  .lyFootCopy_Main p {
    font-size: 12px;
    line-height: 20px;
  }
  .lyFootCopy_Main p a {
    font-size: 12px;
    line-height: 20px;
    display: block;
  }

  /* 产品列表页 */
  .lyNy_Products {
    margin: 40px auto;
  }
  .lyNy_Products ul li,
  .ProDetail_Rec ul li {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .lyNy_Products ul li .lyIdxPro_Img a,
  .ProDetail_Rec ul li .lyIdxPro_Img a {
    height: 220px;
  }
  #fengye {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
  }
  #fengye a {
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    margin: 0 3px;
  }

  /* 新闻列表 */
  .nyNews_List ul li {
    width: 100%;
    margin: 0 0 15px 0 !important;
    padding: 20px;
  }
  .nyNewsRec_Main .nyNewsRec_Con .nyNewsRec_Text {
    padding: 20px;
  }
  .nyNewsRec_Main .nyNewsRec_Con .nyNewsRec_Text a.nyNewsRec_Name {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
  .nyNewsRec_Main .nyNewsRec_Con .nyNewsRec_Text p {
    height: auto;
    max-height: 56px;
    font-size: 14px;
  }
  .nyNews_Container .nyNews_List {
    padding: 30px 0 20px;
  }

  /* 案例列表 */
  .nyApp_List ul li {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .nyApp_List ul li .nyApp_Img {
    height: 220px;
  }
  .nyApplication {
    margin: 30px auto;
  }

  /* 荣誉 */
  .NyHonor_List {
    margin: 30px auto;
  }
  .NyHonor_List ul li {
    width: 48%;
    margin: 0 4% 15px 0;
  }
  .NyHonor_List ul li:nth-child(2n+2) {
    margin: 0 0 15px;
  }
  .NyHonor_List ul li:nth-child(3n+3) {
    margin: 0 4% 15px 0;
  }
  .NyHonor_List ul li .NyHonor_Img {
    height: 160px;
  }
  .ChildLevel {
    height: auto;
  }
  .ChildLevel .tag {
    padding: 10px 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .ChildLevel .tag a {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
  }

  /* 联系页面 */
  .NyContactUs {
    padding: 30px 0;
  }
  .NyContactUs_Lxfs ul li {
    padding: 20px;
    height: auto;
  }
  .NyContactUs_Lxfs ul li img {
    width: 36px;
    height: 36px;
    margin: 0 12px 0 0;
  }
  .NyContactUs_Lxfs ul li span {
    font-size: 14px;
  }
  .NyContactUs_Lxfs ul li p {
    font-size: 14px;
    line-height: 22px;
  }
  .NyMap {
    height: 280px;
  }
  .NyContactUs_Main .NyContactUs_Map {
    padding: 5px;
  }

  /* 产品层级导航 */
  .ParentLevel {
    padding: 30px 0 10px;
  }
  .ParentLevel ul li {
    width: 48%;
    margin: 0 4% 8px 0;
  }
  .ParentLevel ul li p a {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }

  /* 产品列表详细 */
  .NyPro_List ol li {
    padding: 20px;
  }
  .NyPro_List ol li .NyProlist_Text {
    width: 100%;
    padding: 0;
    float: none;
  }
  .NyPro_List ol li .NyProlist_Img {
    width: 100%;
    height: 200px;
    float: none;
    margin-top: 15px;
  }
  .NyPro_List ol li .NyProlist_Text .ProlistName a {
    font-size: 18px;
    height: 32px;
    line-height: 32px;
  }

  /* 关于我们 */
  .NyOrder {
    padding: 30px 0;
  }
  .lyNy_Title p {
    font-size: 24px;
    height: 32px;
    line-height: 32px;
  }
  .lyNy_Title i {
    margin: 10px 0 0;
    width: 36px;
    height: 10px;
  }
  .nyAb_Gsjj {
    padding: 30px 0;
  }
  .nyAbGsjj_Main .nyAbGsjj_Img {
    width: 100%;
    height: 300px;
    float: none;
  }
  .nyAbGsjj_Main .nyAbGsjj_Con {
    width: 100%;
    padding: 20px 0 0;
    float: none;
  }
  .nyAbGsjj_Con .nyAbGsjj_Name {
    font-size: 22px;
    line-height: 30px;
  }

  /* 详情页 */
  .nyNews_Detail {
    margin: 30px auto;
  }
  .nyNewsDetail_Title h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .nyNewsDetail_Tips span {
    font-size: 13px;
    margin: 0 20px 0 0;
  }
  .nyPrevNext ul li {
    padding: 18px 20px;
  }
  .nyPrevNext ul li span {
    font-size: 16px;
  }
  .nyPrevNext ul li p {
    height: auto;
    line-height: 24px;
  }
  .nyPrevNext ul li p a {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    white-space: normal;
    overflow: visible;
  }

  /* 产品详情 */
  .NyProDetail_Container {
    margin: 60px auto 0;
    padding: 20px 0 40px;
  }
  .NyProDetail_Main .NyProDetail_Name {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .NyProDetail_Tips ul li {
    font-size: 12px;
    padding: 0 12px;
    height: 32px;
    line-height: 30px;
  }
  .NyProDetail_Img .prodetail_img {
    height: 260px;
    padding: 15px;
  }
  .NyProDetail_Img .NyProDetail_Tab ul li {
    width: calc(25% - 6px);
    height: 60px;
  }
  .NyProDetail_ConTab ul li {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
  }
  .NyProDetail_Content .NyProDetail_Con {
    padding: 20px;
  }

  /* 产品层级目录 */
  .ny_profl {
    padding: 20px;
  }
  .ny_profl .ny_profl_bt b {
    font-size: 20px;
  }
  .ny_profl .swiper-container {
    width: 80%;
  }

  /* 相关文章 */
  .Related_Articles ul li {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }

  /* nyDown */
  .nyDown_List ul li {
    width: 100%;
    margin: 0 0 15px 0 !important;
    padding-right: 80px;
  }
  .nyDown_List ul li .nyDown_Btn {
    width: 80px;
    height: 80px;
  }
  .nyDown_List ul li .nyDown_Btn a {
    width: 80px;
    height: 80px;
    padding: 20px 0;
  }
  .nyDown_List ul li .nyDown_Btn a i.DwIco {
    width: 40px;
    height: 40px;
  }
  .nyDown_List ul li .nyDown_Text {
    height: auto;
    padding: 10px 15px;
  }
  .nyDown_List ul li .nyDown_Text a.nyDown_Name {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }

  /* 服务 */
  .Shfw_List ul li {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .Shfw_List ul li:hover {
    margin: 0 0 15px 0 !important;
  }

  /* 关于我们荣誉 */
  .NyAboutHonor_Main .NyAboutHonor_List {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  .NyAboutHonor_Main .NyAboutHonor_Pic {
    width: 100%;
    height: 400px;
    float: none;
  }
  .NyAboutHonor_List .swiper-container {
    height: auto;
  }
  .NyAbout_Honor i.HnrBg {
    display: none;
  }

  /* 漂浮按钮 */
  .footpf {
    display: none;
  }

  /* 数据统计区 */
  .nyAbGsjj_Data {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    padding: 0;
    margin-top: 0;
  }
  .nyAbGsjj_Data dl {
    padding: 15px 0;
  }
  .nyAbGsjj_Data dl dd {
    padding: 0 15px;
  }
  .nyAbGsjj_Data dl dd p {
    font-size: 26px;
    height: 30px;
    line-height: 30px;
  }
  .nyAbGsjj_Data dl dd span {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .NyOrder_Con {
    padding: 20px 120px 20px 25px;
    height: auto;
  }
  .NyOrder_Con .NyOrder_Img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .NyOrder_Con p {
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0;
  }
  .NyOrder_Con span {
    font-size: 13px;
    line-height: 22px;
  }
}

/* ====== 小手机端 ≤ 480px ====== */
@media (max-width: 480px) {
  /* Banner */
  .lyIdx_Banner {
    height: 280px;
  }
  .lyIdx_Banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
    margin: 0;
  }
  .lyIdx_Banner .swiper-container .swiper-slide .lyIdxBa_Text p {
    font-size: 20px;
    line-height: 28px;
    margin: 5px auto;
  }
  .lyIdx_Banner .swiper-container .swiper-slide .lyIdxBa_Text em {
    font-size: 12px;
    line-height: 18px;
  }

  /* 标题 */
  .lyIdx_Title1 p {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
  }
  .lyIdx_Title1 span {
    font-size: 14px;
  }

  /* 内页Banner */
  .nyBanner {
    height: 180px;
    overflow: hidden;
  }
  .nyBanner img.BaImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nyBa_Text p {
    font-size: 18px;
    line-height: 24px;
  }
  .nyBa_Text em {
    font-size: 12px;
  }

  /* 案例卡片 */
  .lyIdxProRec_List .swiper-container .swiper-slide .lyIdxProRec_Con .lyIdxProRec_Img {
    height: 140px;
  }
  .lyIdxProRec_List .swiper-container .swiper-slide .lyIdxProRec_Con .lyIdxProRec_Text a.lyIdxProRec_Name {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }

  /* 产品列表图 */
  .lyIdxPro_List ul li .lyIdxPro_Img a,
  .lyNy_Products ul li .lyIdxPro_Img a,
  .ProDetail_Rec ul li .lyIdxPro_Img a {
    height: 180px;
  }
  .lyIdxPro_List ul li .lyIdxPro_Text a.ProName,
  .lyNy_Products ul li .lyIdxPro_Text a.ProName,
  .ProDetail_Rec ul li .lyIdxPro_Text a.ProName {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
  }

  /* Footer */
  .lyFoot_Main .lyFoot_Nav ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .lyFoot_Nav ul li p {
    margin: 0 0 10px 0;
  }
  .lyFoot_Main .lyFoot_Contact {
    width: 100%;
  }
  .lyFoot_Contact dl dd .lyFoot_Tel {
    font-size: 18px;
    line-height: 26px;
  }
  .lyFoot_Main .lyFoot_Ewm {
    width: 48%;
  }
  .lyFoot_Main .lyFoot_Ewm:last-of-type {
    width: 48%;
  }
  .lyFoot_Ewm .EwmImg {
    width: 80px;
    height: 80px;
  }
  .lyFoot_Ewm .EwmImg img {
    width: 68px;
    height: 68px;
  }
  .lyFootCopy_Main p {
    font-size: 11px;
    line-height: 18px;
  }

  /* 荣誉列表 */
  .NyHonor_List ul li {
    width: 100%;
    margin: 0 0 12px 0 !important;
  }

  /* 子菜单 - 更多移动适配 */
  .nyMenu_List ul li a {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }

  /* 产品详情 */
  .NyProDetail_Img .prodetail_img {
    height: 200px;
  }
  .NyProDetail_Img .NyProDetail_Tab ul li {
    width: calc(33.33% - 7px);
    height: 50px;
  }
  .NyProDetail_ConTab ul li {
    font-size: 12px;
    height: 42px;
    line-height: 42px;
  }

  /* NyOrder */
  .NyOrder_Con {
    padding: 15px 90px 15px 15px;
  }
  .NyOrder_Con .NyOrder_Img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }
  .NyOrder_Con a.WeChatBtn,
  .NyOrder_Con a.TelBtn {
    width: 45px;
    padding: 15px 8px;
  }
  .NyOrder_Con a.TelBtn {
    right: 45px;
  }
  .NyOrder_Con a.WeChatBtn img,
  .NyOrder_Con a.TelBtn img {
    width: 28px;
    height: 28px;
  }
  .NyOrder_Con a.WeChatBtn span,
  .NyOrder_Con a.TelBtn span {
    font-size: 13px;
    letter-spacing: 2px;
  }

  /* 产品列表详细 */
  .NyPro_List ol li .NyProlist_Img {
    height: 160px;
  }

  /* 关于我们图片 */
  .nyAbGsjj_Main .nyAbGsjj_Img {
    height: 220px;
  }

  /* 详情页图片 */
  .xq_himg {
    width: 100%;
    margin: 15px auto;
  }

  /* 荣誉轮播 */
  .NyAboutHonor_List .swiper-container .swiper-slide .NyAboutHonor_Img {
    width: 100%;
    height: 160px;
    padding: 10px;
    margin: 10px auto;
  }

  /* 数据统计区 */
  .nyAbGsjj_Data dl dd {
    border-right: none;
    padding: 0 5px;
  }
  .nyAbGsjj_Data dl dd p {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
  }
  .nyAbGsjj_Data dl dd p sub {
    font-size: 12px;
  }
  .nyAbGsjj_Data dl dd span {
    font-size: 11px;
    height: 18px;
    line-height: 18px;
  }

  /* 产品列表卡片 */
  .NyPro_List ol li .NyProlist_Text .Prolist_Ms {
    height: auto;
    max-height: 60px;
  }

  /* 底部版权 */
  .lyFootCopy_Main p a {
    display: inline;
  }
}
