@charset "utf-8";

.shipin_show iframe{ min-height:600px}

/* ======================
   移动端适配核心样式
   ====================== */
@media (max-width: 768px) {
  /* 隐藏PC导航，默认关闭 */
  .nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 999;
    transition: height 0.3s ease; /* 滑动动画 */
	margin-left:0
  }

  /* 导航展开样式 */
  .nav.show {
    height: auto;
    max-height: 80vh; /* 最多占屏幕80%高度 */
    overflow-y: auto; /* 内容多了可滚动 */
  }

  /* 移动端导航垂直排列 */
  .nav li {
    display: block;
    border-bottom: 1px solid #f0f0f0;
  }

  /* 二级菜单样式 */
  .nav ul {
  }

  /* ======================
     汉堡按钮样式
     ====================== */
  .mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 1000;
  }
  .mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }

  /* 按钮变成叉号 */
  .mobile-menu-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-btn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* 大屏下隐藏汉堡按钮 */
@media (min-width: 769px) {
  .mobile-menu-btn {
    display: none !important;
  }
}


/*移动端适配 样式 开始*/
@media screen and (max-width: 768px) {
/* ======================
   PC 端原有样式保持不变
   ====================== */
.mfbox02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  width: auto;
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.nav a {
  text-decoration: none;
  color: #333;
}
.index_banner > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;}
  .index_banner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
}
.index_container{ padding:3%}
.index_about_top ul li h3 {
  font-size: 18px;}
  .index_about_top ul li span {
  font-size: 14px;}  
  
  .index_about_top{ padding:30px 0;margin-bottom: 40px;}
  .about_center_item {
  display: block;}
  .about_center_item_left {
  width: auto;
  padding: 30px;
}
.about_center_item_right {
  width: auto;
}
.actGotop {
  width:40px;
  height: 40px;
  right: 5%;
  bottom: 5%;}
  .index_about_bottom > ul {
  display: block;}
  .index_about_bottom > ul > li {
  width: auto;
  margin-right:0px;
  padding: 40px;}
  .index_about_bottom > ul > li h3 span {
  font-size: 50px;}
  .about_center_item2 .about_center_item_left p {
  font-size: 15px;}
  .index_about_bottom > ul > li p {
  font-size: 15px;
  line-height: 1.8;}
  .index_about_bottom > ul > li h3 {
  font-size: 15px;}
  .index_about {
  padding-bottom: 20px;
}
.toptitle h3 {
  font-size: 18px;}
  .toptitle p {
  font-size: 14px;
  line-height: 1.8;
  color: #9b9a9a;
}
.index_Solution_item {
  background: #fff;
  padding: 30px;}
  .index_Solution_item > ul > li .pic {
  width: 40px;
  margin: 0 auto 20px;
}
.index_Solution_item > ul > li h3 {
  font-size: 15px;}
  .index_Solution_item .more {
  width: auto;}
  .index_advantage {
  padding: 20px 0;
}
.toptitle2 h3 {
  font-size: 22px;}
  .index_advantage_content > ul {
  display: block;}
  .index_Solution_item .more a {
  font-size: 15px;
  line-height: 3;}
  .index_advantage_content > ul > li {
  width: auto;
  margin-right: 0;}
  .index_advantage_content > ul > li .title .infos {
  font-size: 14px;
  line-height: 1.8;}
  .index_advantage_content > ul > li .title {
  padding: 20px;
}
.index_honor_top > ul {
  display: block;}
  .index_honor_top > ul > li {
  width: auto;
  margin-right: 0;}
  .index_honor_top > ul > li .title {
  padding: 20px;
  font-size: 16px;}
  .index_honor_bottom {
  padding: 20px;
}
.index_honor_bottom > ul > li {
  width: calc(100% / 2);}
.index_honor_bottom > ul > li a{ display:block; padding:10px;}
.index_Production_top ul li, .index_Production_bottom ul li {
  width: calc(100% / 2);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  margin-right: 0;
}
.index_Production_top ul li, .index_Production_bottom ul li a{ display:block; padding:10px;}
.index_Production_content .more a {
  font-size: 15px;
  line-height: 3;}
  
  .index_Production_top h3, .index_Production_bottom h3 {
  font-size: 22px;}
  .index_Production {
  padding: 50px 0;
}
.index_customer {
  padding: 40px 0;
}
.index_customer_pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f4f4f4;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}
.index_customer_slide {
  width: auto;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  float: left;
  min-height: auto;
}
.index_customer_slide ul li {
  width: calc(100% / 3);
  margin-right: 0;
  margin-bottom: 0;
}
.index_customer_slide ul li a{ display:block; padding:10px;}
.index_customer_content .index_customer_slide ul li img {
  width: auto;
  height: 83px;
}
footer {
  background: #0562C8;
  padding: 30px;
}
.footer_left .footer_contact {
  margin-left: 0;
  margin-bottom: 20px;
}
.footer_left .footer_contact p {
  font-size: 14px;
  line-height: 2;}
  .footer_nav ul li {
  margin-right: 40px;
  margin-bottom: 15px;
}
.copyRight {
  display: block;
  flex-wrap: wrap;
  margin-left: 0;
}
.copyRight p {
  color: #e7e7e7;
  font-size: 13px;
  display: block;
  align-items: center;
  margin-right: 0;
  line-height: 2;
}
.footer_right h3 {
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}
.sortnavt {
  width: auto;
}
.sortnavt h3 {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  background: url(../Images/icon16.jpg) no-repeat left top;
    background-size: auto;
  background-size: cover;
}
.sortnavul {
  width: auto;
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #d7d7d7;
}
.sortnavul li a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  text-indent: 0;
  font-size: 16px;
  color: #656565;
}
nav .ddsmoothmenu > ul > li > a {
  font-size: 16px;
  line-height: 45px;}
  .title02 {
  height: 40px;
  line-height: 40px;
  font-size: 18px;}
  .p_content {
  padding: 20px;
  line-height: 2;
}
  .title03 h3 {
    left: 25%;
    margin-left: -76px;font-size: 12px; padding-right:0px;
  }
  .shipin_show iframe{ min-height:200px}
  .p_newsf1 {
  width: auto;}
  .p_newsc1 {
  float: none;
  width: auto;
}
.n_n_list .time1 {
  float: none;
  line-height: 40px;
  font-size: 14px;
  text-decoration: none;
  width: auto;
  margin-top: 2px;
}
.p_newsc1 h3 a{ width: inherit;
    float: none;}
  
.p_newsc1 h3 .icon{ display:none}  
.p_newsc1 span {
  display: block;
  width: auto;
  color: #656565;
  height: 50px;
  margin-top: 5px;
  line-height: 25px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 15px;
}
.p_n_info {
  line-height: 2;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}
.p_p_list li {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 15px;
}
.p_p_list li a {
  display: block;
  width: auto;
}
.p_p_list li img {
  width: 100%;
  height: auto;
  border: 1px solid #e9e9e9;
}
.p_newsf {
  width: auto;}
  .p_newsi {
  float: none;
  width: 40%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.p_newsi img {
  height: 150px;
  text-align: center;
}
.p_newsc {
  float: none;
  padding-left: 0;
  width: auto;
  margin-top: 15px;
}
.p_newsc h3 a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  float: none;
}
.p_newsc h3 .icon{ display:none}
.p_newsc span {
  display: block;
  width: auto;}
  .n_n_list .time {
  float: none;display: none;}
.p_p_list li span {
  display: block;
  width: auto;}
  .footer_left .footer_logo {
  display: none;
}




  
  }
  
  
  