/* 所有页面的媒体查询 */
@media screen and (min-width: 1611px) {
  .cover4_box6_scroll_btn, 
  .cover1_six_swiper_btn,
  .index_four_swiper_btn {
    opacity: 1;
  }
}
/* 1411-----------1610*/
@media screen and (min-width: 1411px) and (max-width: 1610px) {
}

/* 1201-----------1410    大屏电脑*/
@media screen and (min-width: 1201px) and (max-width: 1410px) {
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  .public_footer_l {
    padding-right: 5%;
  }
  .footer_t_r_item {
    width: calc((60%) / 4);
  }
  .footer_t_r_item:last-child {
    width: 40%;
  }
  .index_banner_page {
    width: 40%;
  }
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
   /*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
  .about_nine,
  .about_banner{
    background-attachment: scroll;
    height: 60vh;
  }
  /*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
}

/* 1025-----------1200    中等屏幕*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
  .public_footer_l {
    padding-right: 5%;
  }
  .footer_t_r_item {
    width: calc((55%) / 3);
  }
  .footer_t_r_item:nth-last-child(2){
    display: none;
  }
  .footer_t_r_item:last-child {
    width: 45%;
  }
  .index_banner_page {
    width: 40%;
  }
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/


  /*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
  .about_nine,
  .about_banner{
    height: 55vh;
    background-attachment: scroll;
  }
  .about_five_l{
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .about_nine_con,
  .about_six_con,
  .about_five_r{
    width: 100%;
  }
  .about_five_page,
  .about_five_l .public_module_title{
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  .about_five_page{
    margin-left: -5.21vw;
  }
  .about_five_box_swiper,
  .about_five_pic_swiper{
    height: 520px;
  }

  .about_eight_con .w_1680{
    padding: 0;
  }
  /*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
  /*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/











/* ~~~~~~~~~~~~~~~~ddd,css~~~~ */
/* ~~~~~~~~~~~~~~~~ddd,css~~~~ */
/* ~~~~~~~~~~~~~~~~ddd,css~~~~ */
  .cover2Three1_l_text {
    font-size: 16px;
  }

  .cover2Three1_l_tt {
    font-size: 20px;
  }

  .cover2Three1_l {
    width: 37.1%;
  }

  .cover2Three1_r {
    width: 37.1%;
  }

  .cover2Three1_l>.item:nth-child(2),
  .cover2Three1_l>.item:nth-child(3) {
    padding-right: 10%;
  }

  .cover2Three1_r>.item:nth-child(2),
  .cover2Three1_r>.item:nth-child(3) {
    padding-left: 10%;
  }

  .cover2Six2_02_2 .text {
    font-size: 14px;
  }

}
