@media screen and (max-width: 1023px) and (min-width: 768px){
  .search-form{
    display: none;
  }
  .show_menu{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    min-height: 100rem;
  }
  .k_pro_container{
    flex-direction: unset;
    align-content: unset;
  }
  .k_intro_body_r{
    height: auto;
  }
  .h_news li a{
    width: 36%;
    height: 17rem;
  }
  .h_news li .news_time{
    width: 15%;
  }
  .news_time span,.news_time div{
    text-align: center;
  }
  .news_time span::after{
    content: unset;
  }
  .h_news li .cult_news{
    width: 47%;
  }
  .h_news .cult_card{
    width: 100% !important;
  }
  .cult_news .cult_card_title{
    font-size: 1.6rem;
    font-weight: 600;
    white-space: unset;
    text-overflow: unset;
    overflow: unset;
  }
  .primary_coverage p{
    color: unset;
    font-size: 1.6rem;
    margin: 0px 0 10px;
    line-height: unset;
    text-indent: unset;
  }

}

@media screen and (max-width: 1024px){
  body{
    background-color: #fafafa;
  }
  header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    transition: all 0.5s ease-in-out;
  }
  .header_info{

    display: flex;
    align-items: center;
    padding: 0rem 3rem;
    margin: 0;
    background-color: #fff;
  }
  .header_info .header_logo{
   width: 59%;
  }
  .welcome_head {
    display: none;
  }
  .index_banner{
    margin-top: 100px;
  }
  .container_1200{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .header_search{
    display: none;
  }
  .header_nav{
    position: absolute;
    top: 100%;
    right: -50%;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    height: auto;
  }
  .menu_li{
    height: 4rem;
    width: 4rem;
  }
  .header_nav ul{
    flex-direction: column;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    height: auto;
  }
  .header_nav .active{
    color: #fff;
    background-color: #20C289;
  }
  .header_nav a{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  .header_nav .active a{
    color: #fff;
  }
  .header_nav ul li:hover{
    background-color: #20C289;
    color: #fff;
  }
  .header_nav ul li:hover a{
    color: #fff;
  }
  .header_nav ul li{
    background-color: #FAFAFA;
    min-width: 16rem;
    color: #333;
    height: 5rem;
    align-items: initial;
    padding: 0;
  }
  .index_banner img{
    width: 100% !important;

  }
  .index_banner{
    height: 36rem;
  }
  .index_banner div:nth-of-type(1){
    
  }
  .enter_items{
    display: flex;
    padding: 2rem 0;
    justify-content: space-around;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 3.5rem;
    grid-column-gap:0;
  }
  .enter_items a{
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    position: relative;
    margin-right: 0;
  }
  .enter_items a span{
    position: absolute;
    bottom: -2.5rem;
    font-size: 1.6rem;
    color: #333;
    white-space: nowrap;
  }
  .enter_items a img{
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    margin: 0;
  }
  .hos_news {
    display: flex;
    flex-wrap: wrap;
  }
  .news_container{
    /* height: 64.5rem; */
    padding: 0px 30px;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .news_b_img{
    height: 240px;
  }
  .news_b_l{
    order: 1;
    margin: 0;
    width: 100%;
    margin-bottom: 1rem;
    height: auto;
  }
  .news_b_l img{
    width: 100%;
    object-fit: cover;
  }
  .news_b_l h3{
    display: none;
  }
  .hospital_news_body img{
    width: 100%;
  }
  .n_title_items li{
    color: #999;
    font-size: 18px;
    margin-right: 3rem;
  }
  .n_title_items_3 li{
    color: #999;
    font-size: 18px;
    margin-right: 3rem;
  }
  .n_title_items_3 li{
    display: flex !important;
    align-items: center;
  }
  .n_title_items_3 .active{
    color: #333;
  }
  .n_title_items .active{
    color: #333;
  }
  .h_info a{
    color: var(--theme_color);
    font-size: 1.8rem;
  }
  .h_info{
    order: 2;
  }
  .hospital_news_body{
    margin-top: 2rem;
    height: auto;
    order: 3;
    width: 100%;
  }
  .news_items{
    width: 100%;
    height: auto !important;
  }
  .news_items li{
    width: 100%;
    font-size: 1.6rem;
  }
  .notice_container{
    display: none;
  }
  .hospital_affairs_body li a{
    max-width: 70%;
  }
  .hospital_affairs{
    padding: 3rem;
  }
  .k_intro_head h2::before {
    width: 30%;
    right: 0%;
  }
  .k_intro_head h2::after {
    width: 30%;
    left: 50
  }
  .k_intro{
    padding: 0 30px;
  }
  .k_intro_body{
    flex-direction: column;
  }
  .k_intro_class{
    height: 6rem;
    width: 23rem;
    flex: 1;
  }
  .k_intro_body_l{
    width: 100%;
    display: flex;
  }
  .header_nav a{color: #333;}
  .k_pro_container{
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    grid-column-gap:inherit;
    grid-row-gap:inherit;
    overflow-x: scroll;
    align-content:inherit;
  }
  .k_pro_items{
    height: 25%;
    width: 16.6%;
  }
  .layui-carousel-ind{
    display: none;
  }
  .k_pro_items img{
    height: 3rem;
    width: 3rem;
  }
  .choose_teach{
    width: 100%;
  }
  .k_intro_body_r{
    padding: 3rem 1rem;
    width: 100%;
    height: 39rem;
  }
  .k_intro_body{
    height: auto;
  }
  .master_doctor{
    padding-top: 0;
    margin-top: 1rem;
    padding: 3rem;
    background-color: rgb(250,250,250);
    height: auto;
  }
  .master_doctor .container_1200{
    background: none;
  }
  .left_click, .right_click{
    display: none;
  }
  .items_choose{
    display: none;
  }
  .medical_service{
    padding: 3rem;
  }
  .teaching_research{
    padding: 3rem;
  }
  .teaching_news a{
    margin-right: 8rem;
  }
  .teaching_news{
    overflow-x: scroll;
  }
  .right_btn,.left_btn{
    display: none !important;
  }
  .seo_link{
    display: none;
  }
  .bottom_logo{
    display: none;
  }

  .compeny_info_r img{
    height: 8rem;
    width: 8rem;
  }
  .infomation_tel{
    padding: 3rem;
    padding-bottom: 0;
  }
  .compeny_info_r{
    justify-content: center;
    width: 25rem;
    align-items: center;
    padding: 0.5rem;
  }
  .compeny_info_r div:nth-of-type(1){
    margin-right: 1.5rem;
  }
  .infomation_tel span{
    min-width: 50%;
    font-size: 1.6rem;
  }
  .hosp_address{
    padding-left: 3rem;
  }
  .inside_link{
    display: none;
  }
  .copyRight_info{
    flex-wrap: wrap;
  }
  .copyRight_info img{
    order: 0;
  }
  .copyRight_info span:nth-of-type(1){
    order: 2;
    padding: 1rem;
    text-align: center;
  }
  .copyRight_info span:nth-of-type(2){
    order: 1;
  }
  .choose_teach button{
    width: 30%;
    font-size: 1.6rem;
    height: 3.5rem;
  }
  .hospital_affairs_head a{
    font-size: 1.6rem;
    color: var(--theme_color);
  }
  .pick_master{
    display: none;
  }
  .show_menu{
    display: flex;
    transition: all 0.5s;
    right: 0  ;
  }
  .news_items li{
    border-bottom: 1px dashed #333;
  }
  .hospital_affairs_body li span{
    display: none;
  }
  .menu_li{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0.2rem 0;
  }
  .menu_li span{
    background-color: var(--theme_color);
    height: .3rem;
    width: 90%;
    display: block;
    border-radius: 2rem;
    transition: all 0.4s ease-in-out;
    transform:rotate(0);
  }
  .menu_open{
    position: relative;
  }
  .menu_open span:nth-child(1){
    position: absolute;
    transform: rotate(45deg);
  }
  .menu_open span:nth-child(2){
    position: absolute;
    transform: translateX(100%);
    opacity: 0;
  }
  .menu_open span:nth-child(3){
    position: absolute;
    transform: rotate(-45deg);
  }
  .enter_items a a{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
  }
  .k_intro_class img{
    margin-right: 2rem;
  }
  .content_block{
    margin-top: 10rem;
  }
  .wrap_sort{
    flex-direction: column;
  }
  .side_tags ul{
    display: flex;
  }
  .side_tags{
    width: 100%;
  }
  .side_tags li{
    flex: 1;
    background-color: #fafafa;
  }
  .side_tags li span{
    display: none;
  }
  .side_tags .active{
    background-color: var(--theme_color);
    color: #fff;
  }
  .side_tags .active a{
    color: #fff;
  }
  .tags_content{
    width: 100%;
    padding: 0;
  }
  .content_swicth{
    padding: 5rem;
  }
  .hospital_cult li{
    grid-template-columns: 1fr 2fr;
    height: auto;
  }
  .cult_card_title{
    margin-bottom: 1rem;
  }
  .cult_card_foot{
    margin-top: 1rem;
  }
  .cult_card_dec{
    height: auto;
  }
  .leader_block{
    grid-template-columns: repeat(2, 1fr);
  }
  .leader_block .d_card_detail{
    margin: 0 auto;
  }
  .clinical_container{
    grid-template-columns:repeat(auto-fit,5rem);
    grid-column-gap:5rem;
  }
  .departments_title{
    margin-bottom: 2rem;
  }
  .news_time div{
    font-size: 2.4rem;
  }
  .h_news li{
    /* grid-template-columns:2fr 1fr 2fr;
    margin-bottom: 2rem; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .h_news .cult_card{
    width: 40%;
  }
  .h_news img{
    width: 100%;
  }
  .h_news .news_time span{
    font-size: 2rem;
  }
  .video_center{
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:none;
  }
  .video_items{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .practice_list li span{
    white-space: nowrap;

  }
  .expert_block{
    grid-template-rows:none
  }
  .q_a_board{
    width: 100%;
  }
  .form_block span{
    width: 10rem;
  }
  .form_block textarea{
    width: 50%;
  }
  .form_block button{
    display: block;
    margin: 0 auto;
  }
  .overflow_scoll{
    display: none !important;
  }
  .k_intro_class img{
    height: 3rem;
    width: 3rem;
  }
  .doctor_card{
    margin-top: 2rem;
  }
  .master_doctor .k_intro_head{
    margin-bottom: 0;
  }
  .k_intro_head{
    margin-bottom: 2rem;
  }
  .k_intro_head h2{
    margin-bottom: 0;
  }
  .teaching_news{
    margin-top: 2rem;
  }
  .show_menu ul{
    transform: translateX(0);
  }
  .hosp_detail_content table{
    width: 100%;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1024px){
  .search-form{
    display: none;
  }
  .show_menu{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    min-height: 100rem;
  }
  .h_news li a{
    width: 36%;
    height: 17rem;
  }
  .h_news li .news_time{
    width: 15%;
  }
  .news_time span,.news_time div{
    text-align: center;
  }
  .news_time span::after{
    content: unset;
  }
  .h_news li .cult_news{
    width: 47%;
  }
  .h_news .cult_card{
    width: 100% !important;
  }
  .primary_coverage p{
    color: unset;
    font-size: 1.6rem;
    margin: 0px 0 10px;
    line-height: unset;
    text-indent: unset;
  }
}