<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==========  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: 58%;
  }
  footer .footer_list li {
    width: 33.3333% !important;
    margin-bottom: 40px;
  }
 
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  html {
    font-size: 52%;
  }
  .index_kv__body .kv {
    height: 420px;
  }
  .nav__list li a {
    margin: 0 10px;
  }
  header .logo {
    height: 30px;
  }
  .index_cases__body .cases_out .box.s_1 {
    height: 400px;
  }
  .index_cases__body .cases_out .box {
    height: 193px;
  }
  .inner_kv__body {
    height: 150px !important;
  }
  .news_details__body .right_con ul li a img {
    width: 30%;
  }
  .news_details__body .right_con ul li a .txt {
    width: 70%;
  }
  .about_index__body .flex video {
    width: 100%;
  }
  .about_index__body .flex .txt {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .team__con .team_box {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    align-items: center;!important;
  }
  .team__con .team_box .img {
    width: 30% !important;
  }
  .team__con .team_box .txt {
    width: 30%;
    text-align: center;
  }
  .team__con .team_box .txt_2 {
    display: block;
    width: 40% !important;
    padding: 0 20px !important;
  }
  .honor__body .content_out .content .tab a {
    padding: 0 10px;
  }
  .contact_list li img {
    width: 30px;
    margin-right: 10px;
  }
  .contact_list li .txt {
    width: calc(100% - 40px);
    padding-right: 20px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .mobile_show {
    display: block !important;
  }
  .pc_show {
    display: none;
  }
  html {
    font-size: 48%;
  }
  header {
    height: 50px;
  }
  .page_out {
    padding-top: 50px;
  }
  header .nav__list {
    display: none;
  }
  footer {
    padding: 20px 0;
  }
  footer .footer_list li {
    width: 100% !important;
    margin-left: 50px;
    margin-bottom: 0;
  }
  footer .footer_list li img, footer .footer_list li .ico_con {
    display: none;
  }
  .news_index__body .type_bar__body ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
  .news_index__body .type_bar__body ul {
    margin-bottom: 10px;
  }
  .news_index__body .type_bar__body .search_con input {
    width: 300px;
  }
  .news_list li a span {
    font-size: 14px;
  }
  .main {
    padding: 20px 0;
  }
  .news_details__body .content {
    width: 100%;
  }
  .news_details__body .right_con {
    display: none;
  }
  .cases_index__body .type_bar__body {
    margin-bottom: 20px;
  }
  .cases_index__body .type_bar__body a {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .case_list__body li {
    width: 100%;
    margin-right: 0;
  }
  .cases_details__body .big_tit {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .form__body .inp {
    width: 100%;
    margin: 0 0 10px;
    height: 40px;
    line-height: 40px;
  }
  .form__body .btn__con {
    width: 100%;
    margin-top: 10px;
  }
  .form__body .btn__con a, .form__body .btn__con span {
    height: 40px;
    line-height: 40px;
  }
  .inner_kv__body.s_2 .container h3 {
    font-size: 30px;
  }
  .inner_kv__body.s_2 .container p {
    font-size: 16px;
  }
  .join_list li {
    margin-bottom: 20px;
    padding: 10px;
  }
  .join_list li .tit .txt h3 {
    font-size: 16px;
  }
  .team__con .team_box {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 20px 0;
    background-color: #f2f2f2;
    align-items: center;!important;
  }
  .team__con .team_box .img {
    width: 45% !important;
    padding-left: 0px;
  }
  .team__con .team_box .txt {
    width: 55% !important;
    padding-right: 20px;
    height: auto;
  }
  .team__con .team_box .txt_2 {
    display: block;
    width: 100% !important;
    padding: 10px !important;
    background-color:none;
    height: auto;
  }
  .honor__body .content_out .content {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .honor__body .content_out .right_con {
    width: 100%;
  }
  .honor__body .content_out .content .tab a:first-child {
    padding-left: 10px;
  }
  .honor__body .content_out .content .tab a {
    margin-bottom: 10px;
    display: inline-block;
  }
  .contact__body .form_con .left_con, .contact__body .form_con .right_con {
    width: 100%;
    padding: 0;
  }
  .contact__body .form_con .left_con {
    margin-bottom: 40px;
  }
  .contact__body .form_con .left_con .page_btn {
    margin-top: 180px;
    display: inline-block;
  }
  .contact__body .form_con .right_con {
    margin-top: -260px;
  }
  .contact_list li {
    width: 100%;
  }

  .focus_news .big , .focus_news .small{
    width: 100%;
    margin-bottom:20px;
    padding:0;
  }
  .news_list_1 li{
    width: 100%;
    margin:0 0 20px 0 !!important;
  }
  .team__con .team_box.big .txt_2 p {
    padding-right: 0px;  
  }
}

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
</pre></body></html>