/* 所有页面的媒体查询 */
@media screen and (min-width: 1611px) {
}

/* 1411-----------1610*/
@media screen and (min-width: 1411px) and (max-width: 1610px) {
}

/* 1201-----------1410    大屏电脑*/
@media screen and (min-width: 1201px) and (max-width: 1410px) {
  .dj_four_swiper_btn.next {
    right: -40px;
  }
  .dj_four_swiper_btn.prev {
    left: -40px;
  }
}

/* 1025-----------1200    中等屏幕*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /*~~~~~~~~~~~~ 公共css ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css ~~~~~~~~~~~*/
  /* mobile  header */
  .mobile_header {
    display: block;
  }
  .mobile_menu_box {
    width: 350px;
    right: -350px;
    padding: 35px 5%;
  }
  .header_box {
    display: none;
  }
  /*~~~~~~~~~~~~ 公共css end* ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css end* ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css end* ~~~~~~~~~~~*/

  .dj_four_swiper_btn.next {
    right: -40px;
  }
  .dj_four_swiper_btn.prev {
    left: -40px;
  }
}

/* 768------------1024    ipad*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*~~~~~~~~~~~~ 公共css * ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css * ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css * ~~~~~~~~~~~*/
  /* mobile  header */
  .mobile_header {
    display: block;
  }

  .mobile_menu_box {
    width: 350px;
    right: -350px;
    padding: 35px 5%;
  }
  .header_box {
    display: none;
  }

  /*~~~~~~~~~~~~ 公共css end* ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css end* ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css end* ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
   /* .dj_one */
   .dj_one_con{
    height: auto;
    padding: 30px 0;
  }
  /* dj_two */
  .dj_two_item {
    width: 100%;
    margin-right: 0;
  }
  .dj_two_item .right {
    padding: 15px;
  }
  /* .dj_three */
  .dj_three_dl dd {
    width: calc((100% - 6px) / 3);
    margin-right: 3px !important;
  }
  .dj_three_dl dd:nth-child(3n) {
    margin-right: 0 !important;
  }
  /* .dj_four */
  .dj_four_b_con {
    width: 80%;
    margin: auto;
  }
  /* .dj_five */
  .dj_five_l {
    width: 100%;
  }
  .dj_five_r {
    width: 100%;
  }
  /* .dj_seven */
  .dj_seven_item {
    width: calc((100% - 25px) / 2);
    margin-right: 25px !important;
  }
  .dj_seven_item:nth-child(2n) {
    margin-right: 0 !important;
  }
  /* .dj_eight */
  .dj_eight_item {
    width: 100%;
    margin-right: 0;
  }
  /* .dj_nine_l */
  .dj_nine_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .dj_nine_r {
    width: 100%;
  }
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
}

/* 1--------------767      手机*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  /*~~~~~~~~~~~~ 公共css * ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css * ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css * ~~~~~~~~~~~*/
  /*·········· header ··········*/
  .mobile_header {
    display: block;
  }
  .pc_public_head {
    display: none;
  }
  .header_box {
    display: none;
  }
  /*··········header end ··········*/
  .w_1600 {
    width: 100%;
    padding: 0 15px;
  }

  .w_1400 {
    width: 100%;
    padding: 0 15px;
  }
  /*~~~~~~~~~~~~ 公共css end* ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css end* ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~ 公共css end* ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  /* .dj_one */
  .dj_one_con{
    height: auto;
    padding: 30px 0;
  }
  /* dj_two */
  .dj_two_item {
    width: 100%;
    margin-right: 0;
  }
  .dj_two_item .right {
    padding: 15px;
  }
  .dj_two_item .left {
    width: 100%;
  }
  .dj_two_item .right {
    width: 100%;
  }
  /* .dj_three */
  .dj_three_dl dd {
    width: calc((100% - 3px) / 2);
    margin-right: 3px !important;
  }
  .dj_three_dl dd:nth-child(2n) {
    margin-right: 0 !important;
  }
  /* .dj_four */
  .dj_four_b_con {
    width: 80%;
    margin: auto;
  }
  .dj_four_swiper_btn.prev {
    left: -15%;
  }
  .dj_four_swiper_btn.next {
    right: -15%;
  }
  /* .dj_five */
  .dj_five_l {
    width: 100%;
  }
  .dj_five_r {
    width: 100%;
  }
  /* .dj_six */
  .dj_six_l .text {
    max-width: 100%;
  }
  /* .dj_seven */
  .dj_seven_item {
    width: 100%;
    margin-right: 0;
  }
  /* .dj_eight */
  .dj_eight_item {
    width: 100%;
    margin-right: 0;
  }
  /* .dj_nine_l */
  .dj_nine_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .dj_nine_r {
    width: 100%;
  }
  .dj_nine_l form .item {
    width: 100%;
    margin-right: 0;
  }
  /* .popup_inquiry_form_l */
  .popup_inquiry_form_l {
    display: none;
}
.popup_inquiry_form_r{
    width: 100%;
}

  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
}
