/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  html {
    font-size: 60%;
  }
  .container {
    max-width: 90%;
  }
  header .nav__bar {
    width: 75%;
  }
  header .tools__bar {
    width: 25%;
  }
  header .logo {
    margin-right: 20px;
    padding: 20px 20px 20px 0;
  }
  header .logo img {
    width: 150px;
  }
  header .nav_list li a {
    font-size: 16px;
  }
  header .tools__bar a, header .tools__bar span, header .tools__bar span {
    font-size: 14px;
  }
  .page_out {
    padding-top: 83px;
  }
  .index_chose__body .btn_con {
    left: 42%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  .mobile_show {
    display: block !important;
  }
  .pc_show {
    display: none;
  }
  html {
    font-size: 58%;
  }
  header .nav_list {
    display: none;
  }
  header .tools__bar {
    width: 75%;
  }
  header .nav__bar {
    width: 20%;
  }
  header .tools__bar .nav_search {
    display: none;
  }
  .index_kv__body .kv_in {
    height: auto;
  }
  .index_kv__body .kv_in .txt_con h3 {
    font-size: 20px;
  }
  h3.page_title {
    font-size: 24px;
  }
  .idnex_solutions__body .solutions__con .mask h4 {
    font-size: 20px;
  }
  .idnex_solutions__body .solutions__con .mask {
    width: 40%;
  }
  .idnex_solutions__body .solutions__con .mask .tips__con {
    height: auto;
    padding-bottom: 20px;
  }
  .idnex_solutions__body .solutions__con .mask h3 {
    font-size: 18px;
  }
  .footer_nav_list li h3 {
    font-size: 14px;
  }
  .footer_nav_list li p {
    font-size: 12px;
  }
  .footer_nav_list li.logo {
    display: none;
  }
  .footer_nav_list li.address {
    width: 22%;
  }
  .footer_nav_list li {
    width: calc(78% / 7);
  }
  .news_details__body .tit_con h3 {
    font-size: 20px;
  }
  .news_details__body .tit_con {
    padding-right: 40px;
  }
  .inner_kv__body .sidebar__con ul {
    padding-top: 80px;
  }
  .job_focus__body {
    padding-bottom: 200px;
  }
  .job_swiper_out {
    margin-top: -180px;
  }
  .services_list li {
    width: 100%;
    margin-right: 0;
  }
  .services_list li .txt_con {
    width: 100%;
    padding: 20px;
  }
  .services_list li .img_con {
    width: 100%;
  }
  .services_list li .txt_con p {
    margin-top: 20px;
  }
  .pro_tedian__body .title {
    margin-bottom: 100px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  html {
    font-size: 55%;
  }
  .cp {
    padding: 40px 0;
  }
  h3.page_title {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }
  .index_why__body .txt_con {
    width: 100%;
    padding-bottom: 20px;
  }
  .index_why__body ol {
    width: 100%;
  }
  .index_why__body ol li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .index_why__body ol li img {
    margin-bottom: 30px;
  }
  .index_why__body div.flex {
    margin-bottom: 30px;
  }
  .idnex_solutions__body .solutions__con .mask {
    width: 100%;
    position: static;
    margin-top: 10px;
  }
  .idnex_solutions__body .solutions__con .mask h3 {
    font-size: 16px;
  }
  .idnex_solutions__body .swiper-button-next, .idnex_solutions__body .swiper-button-prev {
    bottom: 90px;
  }
  .index_products__body .tab_con .tit h3 {
    margin-bottom: 20px;
  }
  .index_products__body .tab_con .tit dl li {
    margin-bottom: 5px;
  }
  .index_products__body .tab_con .tab_hide .flex h3 {
    margin-bottom: 10px;
  }
  .index_products__body .tab_con .tab_hide .flex h3, .index_products__body .tab_con .tab_hide .flex .txt_con {
    width: 100%;
  }
  .line_block_btn {
    min-width: auto;
  }
  .line_block_btn span {
    padding-right: 20px;
  }
  .index_news__body .news__con .left_con {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .index_news__body .news__con .left_con h3 a {
    font-size: 16px;
  }
  .index_news__body .news__con .right_con {
    width: 100%;
    margin: 0;
  }
  .index_news__body .news__con .right_con li .tit h3 {
    font-size: 16px;
  }
  .index_news__body .news__con .right_con li .tit {
    width: 100%;
  }
  .index_news__body .news__con .right_con li p {
    width: 100%;
    padding-top: 0;
  }
  .index_chose__body .chose__con .txt_con {
    width: 100%;
  }
  .index_chose__body .chose__con .img_con img {
    display: none;
  }
  .index_chose__body .btn_con {
    right: 20px;
    left: auto;
  }
  .footer_nav_list li {
    display: none;
  }
  .footer_nav_list li.address {
    display: block;
    width: 100%;
  }
  .footer_nav_list {
    padding-bottom: 30px;
  }
  .mobile_pop_nav__body ul li a {
    font-size: 16px;
  }
  header .logo {
    padding: 15px 10px 15px 0;
  }
  header .logo img {
    height: 30px;
    width: auto;
  }
  .page_out {
    padding-top: 60px;
  }
  header .tools__bar {
    width: 72%;
  }
  header .tools__bar a, header .tools__bar span, header .tools__bar span {
    font-size: 1.1rem;
  }
  .inner_kv__body .kv {
    height: auto;
  }
  .inner_kv__body .sidebar__con {
    height: auto;
    position: static;
    width: 100%;
    padding: 20px 30px;
  }
  .inner_kv__body .sidebar__con ul {
    padding-top: 10px;
  }
  .inner_kv__body .break_bar {
    text-align: left;
  }
  .inner_kv__body .sidebar__con h3 {
    font-size: 20px;
  }
  .news_list li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .pager a, .pager span {
    margin-bottom: 3px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .news_details__body .tit_con {
    width: 100%;
    padding: 0 0 30px 0;
    position: static;
  }
  .news_details__body .details_con {
    width: 100%;
  }
  .news_details__body .more_news p {
    line-height: 1.5;
    padding: 10px 0;
  }
  .more_list__body ul.flex li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .cpbn {
    padding-bottom: 0;
  }
  .address_list li {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .address_list li h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .job_focus__body {
    padding: 40px 0;
  }
  .job_swiper_out {
    margin: 30px 0;
    padding: 0;
  }
  .job_swiper_out .swiper-button-next, .job_swiper_out .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .job_list__body h3.page_title {
    font-size: 18px;
  }
  .job_list__body .table_out {
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .job_list__body .table_out table {
    width: auto;
  }
  .job_list__body .table_out table p {
    white-space: normal;
    width: 300px;
  }
  .job_list__body .job_btm__con p {
    width: 100%;
    padding-bottom: 20px;
  }
  .job_list__body .table_out table td strong {
    font-size: 18px;
  }
  .job_list__body .table_out table th {
    width: 100px !important;
  }
  .sol_focus__list li .txt_con {
    width: 100%;
    padding: 0 0 30px 0 !important;
    order: -1 !important;
  }
  .sol_focus__list li .img_con {
    width: 100%;
  }
  .sol_focus__list li .txt_con h3 {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sol_peizhi__body {
    padding-bottom: 0;
  }
  .sol_peizhi__body .bg {
    height: 120px;
    object-fit: cover;
  }
  .sol_peizhi__body .txt_con ul.flex {
    flex-wrap: wrap;
  }
  .sol_peizhi__body .txt_con ul.flex li {
    width: 100%;
    border: 0;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
  }
  .sol_peizhi__body .txt_con ul.flex {
    padding: 20px;
    background-color: transparent;
  }
  .sol_peizhi__body .txt_con h3 {
    padding: 20px 0 10px;
    margin-bottom: 0;
  }
  .sol_peizhi__body .txt_con {
    position: static;
    margin-top: -100px;
  }
  .sol_peizhi__body .txt_con ul.flex li h5 {
    margin-bottom: 30px;
  }
  h3.page_title {
    margin-bottom: 20px;
  }
  .sol_btm__body .txt_con p {
    width: 100%;
  }
  .cases_list li a .logo_con {
    width: 100%;
    border: 0;
    padding: 0 0 10px;
  }
  .cases_list li {
    padding: 10px;
  }
  .cases_list li a .txt_con {
    width: 100%;
    padding: 0 0 20px;
  }
  .cases_list li a .img_con {
    width: 100%;
  }
  .cases_details__body .title {
    font-size: 20px;
  }
  .cases_details__body .cases_d_title {
    font-size: 16px;
  }
  .pro_focus__body ul.flex li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .pro_focus__body p.page_title {
    padding: 0 0 10px;
  }
  .pro_tedian__body .btn_con a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pro_tedian__body .title .page_title {
    margin-bottom: 0;
  }
  .lingyu_list li {
    width: calc(100% / 3);
  }
  .pro_lingyu__body .table_out {
    white-space: nowrap;
  }
  .page_contact__body p {
    padding: 0 0 20px;
  }
  .ab_txt_flex .left_con {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .ab_txt_flex .left_con h3.page_title {
    text-align: left;
    margin-bottom: 0;
  }
  .ab_txt_flex .right_con {
    width: 100%;
  }
  .ab_1__body .txt_list li {
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
  }
  .ab_1__body .txt_list li p span {
    font-size: 30px;
  }
  .ab_1__body .txt_list li h6 {
    margin-bottom: 10px;
  }
  .ab_ico_list li {
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    padding: 20px 0;
  }
  .ab_ico_list li img {
    width: 40px;
    margin-bottom: 10px;
  }
  .ab_ico_list li h3 {
    font-size: 20px;
  }
  .ab_3__body div.flex h3 {
    width: 100%;
  }
  .ab_3__body div.flex ul.flex {
    width: 100%;
  }
  .scroll__body .scroll_out ul li {
    width: 120px;
  }
  .inner_kv__body .sidebar__con ul li {
    text-align: left;
    padding: 0;
    margin-top: 5px;
    margin-right: 5px;
  }
  .inner_kv__body .sidebar__con ul li::after {
    content: none;
  }
  .inner_kv__body .sidebar__con ul li a {
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px;
  }
  .services__body h3.page_title {
    font-size: 24px;
  }
}

/* Custom, iPhone Retina */
