/* 通用开始 */

@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
  header {
    width: 100vw;
    overflow: hidden;
  }
  .header .header_r {
    display: none;
  }
  .phone-img {
    display: inline-block !important;
    width: 30px;
    margin-right: 10px;
  }
  .navBox {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
  }
  .navBox ul {
    flex-direction: column;
    height: auto;
    margin-top: 50px;
    align-items: flex-start;
    padding-left: 40px;
  }
  .navBox ul li {
    display: block !important;
  }
  .navBox ul li .sub_nav_list {
    display: block;
    position: static;
    padding-left: 20px;
  }
  .navBox ul li .nav_content {
    font-size: 14px !important;
  }
  .navBox ul li .sub_nav_list .sub_nav_content .sub_nav_content_title {
    text-align: left;
  }
}

/* 通用结束 */


@media (max-width: 768px) {
  .breadBox span {
    font-size:14px;
  }

  .swiper01 .swiper-wrapper{
    height: 150px;
  }
  .swiper02 .swiper-wrapper{
    height: 70px;
  }
  .swiper03 .swiper-wrapper{
    height: 200px;
  }
  .swiper04 .swiper-wrapper{
    height: 300px;
  }
  
  .rightNav {
    display: none;
  }

  footer + div {
    display: none;
  }

  .w_1200 {
    width: 100%;
  }
  .header {
    height: initial;
    padding: 10px 0;
    align-items: center;
  }

  .header .header_l .navName p {
    font-size: 12px;
  }
  .header .header_l img {
    margin-right: 10px;
    width: 100px;
  }
  .header .header_r {
    margin-top: 0;
  }
  .header .header_r .seach {
    width: 75px;
  }

  .navBox ul li {
    flex: auto;
    justify-content: center;
  }
  .navBox ul li .nav_content {
    padding: 0 0;
    font-size: 12px;
    background: initial;
  }

  .nav_zoom {
    height: 120px;
    height: 75px;
  }

  img {
    max-width: 100%;
  }

  .Contact_us {
    padding: 10px 5px;
    margin-bottom: 40px;
  }
  .Contact_us .Contact_us_item {
    width: 32%;
  }
  .Contact_us .Contact_us_item .title {
    font-size: 14px;
  }
  .Contact_us .Contact_us_item .des {
    font-size: 12px;
  }
  .Contact_usBtn {
    font-size: 14px;
  }

  .index_bg {
    margin: 30px auto;
  }

  .indexBoxNav {
    height: 400px;
    margin-bottom: 0;
    padding-top: 30px;
    background-size: contain;
  }
  .indexBoxNav .item {
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .indexBoxNav .item .item_li {
    width: 32%;
    margin-bottom: 30px;
  }
  .indexBoxNav .item img {
    display: inline-block;
    width: 50px;
  }

  .indexBoxNav .item .item_li p {
    font-size: 12px;
  }

  .moduleTitle_box .title {
    font-size: 20px;
  }
  .module01ListBox {
    margin-top: 30px;
  }
  .module01 img {
    width: 20px;
  }
  .module01ListBox .item {
    width: 32%;
  }
  .module01ListBox .item img {
    width: 100%;
    height: 100px;
  }

  .module01ListBox .item .title {
    font-size: 12px;
  }

  .module01ListBox .item .des {
    width: auto;
    font-size: 12px;
    height: auto;
  }
  .module02 {
    margin: 30px 0;
  }
  .module02 img {
    height: 200px;
  }

  .module02 .content {
    top: 20px;
    left: 0;
    width: 100%;
  }
  .module02 .content .btnBox {
    flex-direction: column;
  }
  
  .module02 .content .title {
    font-size: 14px;
    margin: 10px;
  }
  .module02 .content .btnBox a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .module03 {
    margin-top: 50px;
  }
  .module04 {
    margin-bottom: 30px;
  }
  .module04 .item {
    overflow: hidden;
    padding: 10px;
    flex-direction: column;
  }
  .module04 .item .item_content {
    flex-direction: column;
  }
  .module04 .item .item_content .title {
    width: auto;
    font-size: 14px;
  }
  .module04 .item .item_content .des {
    width: auto;
    font-size: 12px;
  }

  footer .logoList {
    padding: 0 10px;
    justify-content: space-between;
  }
  footer .des {
    flex-direction: column;
  }
  footer .des p {
    margin-bottom: 10px !important;
  }
  footer .logoList img {
    width: 33%;
    margin: 0;
    margin-bottom: 10px;
  }

  footer .nav_list {
    flex-wrap: wrap;
  }

  footer .nav_list a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
  }

  /* swiper 相关 */

  .swiper02Box {
  }

  .swiper02Box .swiper02Item .title {
    font-size: 14px;
    margin-left: 30px;
  }
  .swiper03_Box {
    width: 100%;
  }
  .swiper03 {
    width: 100%;
  }

  .swiper04_Box {
    width: 100%;
  }
  .swiper04 {
    width: 100%;
  }

  .swiper03 .swiper-slide {
    width: auto !important;
  }

  .swiper04 .swiper-slide img {
    margin: 0 auto;
  }
}
