@media only screen and (max-width: 1024px) {
  .content,.content02 {
    width: 94%;
  }

  /*首页*/
  .search_img{
    width: 0.3rem;
    height: 0.3rem;
    margin: 0.35rem 0.7rem 0 0;
  }
  .nav{
    display: none;
  }
  .header.on .menu span{
    background: #000;
  }
  .menu {
	  position: absolute;
	  top: 0.4rem;
	  right: 0.3rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  width: 0.35rem;
	  height: 0.5rem;
	  transition: transform 250ms ease;
	  cursor: pointer;
	  z-index: 200;
		display: block;
	}
	.menu span {
	  position: relative;
	  display: block;
	  width: 100%;
	  height: 2px;
    margin-top: 0.03rem;
	  background: #fff;
	  transition: transform 250ms ease;
	  z-index: 200;
	}
  .menu span:nth-of-type(1) {
    transform: translateY(-6px);
  }
  .menu span:nth-of-type(3) {
    transform: translateY(6px);
  }
  #menu {
    display: none;
  }
  #menu:checked ~ .menu {
    background-color: transparent;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span {
    background-color: #fff !important;
    transition: transform 250ms ease;
    margin: 0;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    width: 100% !important;
  }
  #menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
  }
  #menu:checked ~ .menu span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
    width: 100% !important;
  }
  #menu:checked ~ .nav02 {
    display: block;
    transition: 500ms ease;
  }
	.nav02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0;
    box-sizing: border-box;
    overflow-y: scroll;
    background: #c30d23;
    transition: 500ms ease;
    z-index: 99;
    display: none;
  }
	.nav02 li {
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    font-size: 0.18rem;
    line-height: 0.6rem;
    text-indent: 5%;
    color: #fff;
  }
  .nav02 li a {
    position: relative;
    display: block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav02 li h1{
    font-size: 0.18rem;
    line-height: 0.6rem;
    font-weight: normal;
    background: url(../images/arrow_01.png) no-repeat 95% center;
    background-size: 0.1rem 0.21rem;
  }
  .nav02 li.current h1 {
    background: url(../images/arrow_02.png) no-repeat 95% center;
    background-size: 0.21rem 0.1rem;
  }
  .nav03 {
    width: 100%;
    margin: 0 0 0.3rem 0;
    display: none;
  }
  .nav03 li {
    border: none;
    font-weight: normal !important;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .menu_list a{
    display: block;
    text-align: center;
    padding-top: 0.2rem;
  }
  .menu_list img{
    margin: 0 auto 0.1rem;
  }
  .menu_list span{
    display: block;
  }
  .featured_bg .featured_tit{
    float: none;
    width: 100%;
  }
  .featured_type{
    float: none;
    width: 100%;
  }
  .featured_box .swiper{
    overflow: hidden;
  }
  .featured .swiper-slide{
    margin-left: 0;
    padding: 0 0.3rem;
  }
  .featured_pic{
    height: 4.7rem;
  }
  .featured_right{
    height: 4.7rem;
    padding: 0.42rem 0.6rem 0.6rem;
  }
  .featured_tt{
    margin-bottom: 0.5rem;
  }
  .featured_txt{
    margin-bottom: 0.5rem;
  }
  .case_pic{
    height: 2.2rem;
  }
  .kefu{
    right: 0.4rem;
    bottom: 0.4rem;
  }
  .foot_left{
    width: 26%;
  }
  .f_nav{
    width: 72%;
    margin-right: 0;
  }
  .subside{
    bottom: -0.2rem;
  }


  /* 医院概括 */
  .about_left{
    width: 35%;
    margin-left: 4%;
  }
  .env_video{
    height:5.5rem;
  }


  /* 特色科室 */
  .keshi_bg .case_top{
    margin: 0;
  }
  .keshi_tt{
    margin-bottom: 0.2rem;
  }
  .keshi .swiper-slide{
    height: 8.5rem;
  }
  .keshi_left{
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .keshi_txt{
    height: 0.64rem;
    -webkit-line-clamp: 2;
  }
  .keshi_label{
    margin: 0.24rem 0 0.3rem;
  }
  .keshi_prev, .keshi_next{
    top: 2.75rem;
  }
  .keshi_pic{
    float: none;
    width: 100%;
  }
  .keshi_list ul{
    margin-right: -2%;
  }
  .keshi_list li{
    width: 23%;
    padding: 0.2rem;
    height: 4.4rem;
    margin: 0 2% 0.24rem 0;
  }


  /* 专家介绍 */
  .rec_top{
    width: 50%;
  }
  .rec_pic{
    right: 0.5rem;
  }
  .rec_txt{
    width: 50%;
  }
  .exp_left{
    width: 20%;
  }
  .exp_right{
    width: 77%;
  }


  /* 治疗案例 */
  .treat_pic{
    width: 45%;
  }
  .treat_right{
    width: 52%;
  }
  .treat_b01 {
    width: 82%;
  }
  .treat_c02{
    width: 69%;
  }
  .treat_d01{
    width: 1rem;
  }
  .treat_d02{
    width: 69%;
  }


  /* 健康科普 */
  .caserec_box .env_video{
    height: 5.5rem;
  }
  .health_pic{
    height: 2rem;
  }


  /* 公益活动 */
  .linli_pic{
    height: 2rem;
  }
  .xxjm_con{
    width: 87%;
  }


  /* 联系我们 */
  .route{
    width: 75%;
  }
  .route_left{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .route_pic{
    float: none;
    margin: 0 auto;
  }


  /* 专家详情 */
  .zj_r{
    width: 64%;
    padding: 0;
  }


  /* 科室详情 */
  .neike_video{
    height: 5.5rem;
  }
  .team_left{
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .team_r{
    width: 56%;
  }
  .team_right{
    float: none;
    width: 100%;
    height: 1rem;
  }
  .team_right .swiper-button-prev{
    top: 0.2rem;
    transform: rotate(0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .team_right .swiper-button-next{
    top: 0.2rem;
    right: 0;
    left: auto;
    bottom: auto;
    transform: rotate(0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .team_list{
    width: 65%;
    margin: 0 auto;
  }
  .team_list .swiper-slide{
    width: 1rem;
  }
  .tese_left{
    float: none;
    width: 100%;
  }
  .tese_img{
    display: none;
  }
  .tese_pic{
    height: 1.9rem;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 0.26rem;
  }
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }

  /*首页*/
  .logo{
    width: 2.4rem;
    height: 0.81rem;
    margin-top: 0.18rem;
  }
  .search_img{
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.4rem 0.9rem 0 0;
  }
  .menu {
	  top: 0.5rem;
	  width: 0.5rem;
	}
  .nav02 li{
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
  .nav02 li h1{
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
  .menu_list li{
    width: 48%;
    height: 1.8rem;
    margin: 0 2% 0.2rem 0;
  }
  .featured_type .tab{
    font-size: 0.26rem;
    margin-right: 0.2rem;
  }
  .featured_pic{
    float: none;
    width: 100%;
    height: 6rem;
  }
  .featured_right{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }
  .featured_txt{
    font-size: 0.26rem;
    line-height: 0.42rem;
    height: 1.68rem;
  }
  .featured_m{
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
  .featured_m div{
    width: 0.26rem;
    height: 0.18rem;
  }
  .case_top ul{
    margin-right: -2%;
  }
  .case_top li{
    width: 23%;
    margin-right: 2%;
  }
  .case_tt{
    font-size: 0.28rem;
  }
  .case_check{
    font-size: 0.26rem;
	  line-height: 0.4rem;
  }
  .case_check img{
    width: 0.2rem;
    height: 0.14rem;
  }
  .service_txt{
    font-size: 0.34rem;
  }
  .service_icon{
    width: 0.64rem;
    height: 0.64rem;
  }
  .service h1{
    font-size: 0.24rem;
  }
  .kefu{
    width: 0.52rem;
    height: 0.52rem;
    right: 0.3rem;
    bottom: 1.6rem;
  }
  .kefu img{
    width: 0.33rem;
    height: 0.36rem;
  }
  .foot_bg{
    padding: 0.53rem 0 1rem;
  }
  .foot_left{
    float: none;
    width: 100%;
    text-align: center;
  }
  .f_logo{
    width: 50%;
    margin: 0 auto 0.4rem;
  }
  .f_con{
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .f_tel{
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .f_nav{
    display: none;
  }
  .links_bg{
    display: none;
  }
  .copyright{
    text-align: center;
    line-height: 0.44rem;
	  font-size: 0.24rem;
  }
  .copyright .fl,.copyright .fr{
    float: none;
    width: 100%;
  }
  .subside{
    width: 2.8rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.24rem;
    bottom: 0.1rem;
  }
  .subside img{
    width: 0.47rem;
    height: 0.47rem;
  }
  .subtop{
    width: 0.6rem;
    height: 0.32rem;
    top: 0.2rem;
  }


  /* 医院概括 */
  .about_left{
    float: none;
    width: 94%;
    margin: 0 auto 0.4rem;
  }
  .about_tt h1{
    font-size: 0.28rem;
  }
  .about{
    font-size: 0.26rem;
    line-height: 0.42rem;
    height: 2.94rem;
  }
  .about_more{
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
  .about_more div{
    width: 0.26rem;
    height: 0.18rem;
  }
  .about_right{
    float: none;
    width: 94%;
    margin: 0 auto;
  }
  .about_list{
    width: 100%;
    height: 1.2rem;
    position: static;
    top: auto;
    left: auto;
  }
  .about_list li{
    float: left;
    width: 25%;
    font-size: 0.2rem;
    line-height: 0.36rem;
  }
  .honor_box .swiper-pagination{
    width: 30%;
  }
  .honor_box .swiper-num{
    width: 30%;
    font-size: 0.24rem;
  }
  .honor_box .swiper-num .active{
    font-size: 0.34rem;
  }
  .honor_txt{
    font-size: 0.26rem;
  }


  /* 特色科室 */
  .keshi .swiper-slide{
    height: 9.5rem;
  }
  .keshi_tt{
    font-size: 0.36rem;
  }
  .keshi_txt{
    font-size: 0.26rem;
	  line-height: 0.42rem;
    height: 1.26rem;
    -webkit-line-clamp: 3;
  }
  .keshi_label{
    font-size: 0.24rem;
  }
  .keshi_label span{
    line-height: 0.54rem;
  }
  .keshi_more{
    width: 2.3rem;
    height: 0.8rem;
	  line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .keshi_prev, .keshi_next{
    width: 0.8rem;
	  height: 0.8rem;
    top: 3.4rem;
  }
  .keshi_prev{
    left: 2.5rem;
  }
  .keshi_next{
    left: 3.5rem;
  }
  .keshi_list ul{
    margin-right: -3%;
  }
  .keshi_list li{
    width: 47%;
    padding: 0.2rem;
    height: 5.6rem;
    margin: 0 3% 0.24rem 0;
  }
  .keshi_icon{
    width: 0.98rem;
    height: 0.98rem;
  }
  .keshi_list_tt{
    line-height: 0.42rem;
    font-size: 0.3rem;
  }
  .keshi_list_txt{
    line-height: 0.42rem;
    height: 1.68rem;
    font-size: 0.26rem;
  }


  /* 专家介绍 */
  .rec_top{
    width: 100%;
    margin: 0.6rem 0 0.6rem 0;
  }
  .rec_tt{
    font-size: 0.24rem;
  }
  .rec_tt span{
    font-size: 0.38rem;
  }
  .rec_bumen{
    float: none;
    padding-left: 0.45rem;
    line-height: 0.36rem;
    font-size: 0.26rem;
    margin: 0 0 0.4rem;
  }
  .rec_bumen img{
    width: 0.36rem;
    height: 0.36rem;
    top: 0;
  }
  .rec_xueshi{
    float: none;
    padding-left: 0.45rem;
    line-height: 0.36rem;
    font-size: 0.26rem;
    margin: 0 0 0.4rem;
  }
  .rec_xueshi img{
    width: 0.36rem;
    height: 0.36rem;
    top: 0;
  }
  .rec_shanchang{
    padding-left: 1.2rem;
    line-height: 0.44rem;
    font-size: 0.26rem;
    margin-bottom: 0.5rem;
  }
  .rec_shanchang img{
    width: 0.36rem;
    height: 0.36rem;
    top: 0;
  }
  .rec_more{
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    margin: 0 0.2rem 0.4rem 0;
  }
  .rec_yuyue{
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .rec_pic{
    width: 45%;
    height: 4.6rem;
    right: 0.2rem;
    top: 0.7rem;
    bottom: auto;
  }
  .rec_bot{
    height: 6.5rem;
    padding: 0.6rem 0 0.3rem 0.2rem;
  }
  .rec_txt{
    width: 45%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    height: 4.6rem;
    -webkit-line-clamp: 10;
  }
  .rec_list .swiper-button-next, .rec_list .swiper-button-prev{
    bottom: 0.3rem;
  }
  .exp_left{
    width: 35%;
    height: 6.4rem;
  }
  .exp_left .swiper-slide{
    font-size: 0.26rem;
    line-height: 0.8rem;
	  height: 0.8rem;
  }
  .exp_right{
    width: 60%;
    height: 6.4rem;
  }
  .exp_pic{
    height: 4.5rem;
  }
  .exp_bot{
    height: 1.2rem;
  }
  .exp_bot h1{
    font-size: 0.24rem;
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .exp_bot h1 span{
    font-size: 0.28rem;
  }
  .exp_bot h2{
    font-size: 0.24rem;
    line-height: 0.46rem;
    height: 0.46rem;
  }
  .exp_yuyue{
    width: 1.2rem;
    font-size: 0.24rem;
    top: 0.36rem;
  }


  /* 治疗案例 */
  .caserec_tt{
    width: 78%;
  }
  .caserec_txt{
    font-size: 0.26rem;
    margin: 0.25rem 0 0.36rem;
  }
  .caserec_box .env_video{
    height: 5rem;
  }
  .treat .swiper-slide{
    height: 9rem;
  }
  .treat_pic{
    float: none;
    width: 100%;
    height: 3.8rem;
    margin-bottom: 0.5rem;
  }
  .treat_right{
    float: none;
    width: 100%;
  }
  .treat_a{
    font-size: 0.3rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .treat_b{
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .treat_b01{
    height: 0.4rem;
    font-size: 0.26rem;
  }
  .treat_b02{
    font-size: 0.26rem;
  }
  .treat_c{
    height: 0.6rem;
	  line-height: 0.6rem;
  }
  .treat_c01{
    width: 31%;
    height: 0.6rem;
    padding-left: 0.5rem;
    background-size: 0.26rem 0.3rem;
    font-size: 0.26rem;
  }
  .treat_c02{
    width: 64%;
    font-size: 0.26rem;
  }
  .treat_c02 a{
    height: 0.6rem;
  }
  .treat_d{
    height: 0.6rem;
	  line-height: 0.6rem;
  }
  .treat_d01{
    width: 26%;
    height: 0.6rem;
    font-size: 0.26rem;
  }
  .treat_d02{
    font-size: 0.26rem;
	  height: 0.6rem;
  }
  .treat .keshi_more{
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }


  /* 健康科普 */
  .health li{
    width: 47%;
  }
  .health_box .env_tit{
    margin-bottom: 0.6rem;
  }
  .health_tt{
    font-size: 0.3rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .health_txt{
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .health_btn{
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
  .page{
    font-size: 0.24rem;
  }
  .page a{
    width: 0.5rem;
    height: 0.5rem;
  }
  .page a.page_b{
    width: 1rem;
  }


  /* 公益活动 */
  .xxjm_left{
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .xxjm_con{
    float: none;
    width: 94%;
    margin: 0 auto;
  }
  .xxjm_tt{
    font-size: 0.34rem;
    line-height: 0.8rem;
  }
  .xxjm_txt{
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 1.76rem;
  }
  .xxjm_right{
    float: none;
    width: 94%;
    margin: 0 auto;
  }
  .xxjm_con .swiper-button-next, .xxjm_con .swiper-button-prev{
    top: 2.8rem;
  }
  .xxjm_pic{
    height: 2.4rem;
  }


  /* 便民服务 */
  .ser_type h1{
    font-size: 0.28rem;
	  line-height: 0.48rem;
  }
  .ser_bg{
    padding: 0.3rem;
  }
  .ser_txt{
    font-size: 0.28rem;
	  line-height: 0.46rem;
  }


  /* 联系我们 */
  .con_list li{
    width: 48%;
    font-size: 0.32rem;
    line-height: 0.4rem;
    margin: 0 2% 0.4rem 0;
  }
  .con_list li:first-child{
    font-size: 0.28rem;
  }
  .con_list img{
    width: 0.92rem;
    height: 0.92rem;
    margin: 0 auto 0.2rem;
  }
  .con_list h1{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .con_code{
    width: 3rem;
    height: 3rem;
    top: -3.1rem;
  }
  .con_code img{
    width: 2.8rem;
    height: 2.8rem;
  }
  .map{
    height: 6rem;
  }
  .route_box .env_tit{
    margin-bottom: 0.6rem;
  }
  .route_left h1{
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .route_txt{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .route_pic{
    width: 100%;
  }


  /* 专家详情 */
  .path{
    line-height: 0.7rem;
    font-size: 0.24rem;
  }
  .path img{
    width: 0.29rem;
    height: 0.31rem;
    margin-right: 0.2rem;
  }
  .zj_pic{
    float: none;
    width: 62%;
    height: 5.5rem;
    margin: 0 auto 0.4rem;
  }
  .zj_r{
    float: none;
    width: 100%;
  }


  /* 文章详情 */
  .show_t{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .show_txt{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .show_txt span{
    font-size: 0.3rem;
  }
  .show_pic li{
    width: 48%;
    height: 2.8rem;
  }
  .fanye_box{
    height: auto;
    padding: 0.2rem 0 0.4rem;
  }
  .fanye{
    width: 94%;
    padding: 0.25rem 0 0 0;
    margin: 0 auto;
  }
  .fanye ul{
    margin-right: 0;
  }
  .fanye li{
    float: none;
    width: 100%;
    font-size: 0.26rem;
    margin: 0 0 0.4rem;
  }
  .backlist{
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    margin: 0 auto;
    position: static;
    top: auto;
    right: auto;
  }


  /* 科室详情 */
  .ksjj_tit{
    font-size: 0.36rem;
	  line-height: 0.6rem;
  }
  .ksjj_tit i{
    height: 0.32rem;
    margin: 0.18rem 0.2rem 0 0;
  }
  .ksjj_txt{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .nkfw_txt{
    font-size: 0.28rem;
	  line-height: 0.46rem;
  }
  .team_left .swiper-slide{
    height: auto;
  }
  .team_pic{
    float: none;
    width: 4.3rem;
	  height: 5.7rem;
    margin: 0 auto 0.4rem;
  }
  .team_r{
    float: none;
    width: 100%;
  }
  .team_tt{
    font-size: 0.24rem;
  }
  .team_t{
    font-size: 0.26rem;
  }
  .team_txt{
    font-size: 0.26rem;
    line-height: 0.42rem;
    height: 1.26rem;
  }
  .team_more{
    width: 2.3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
  .team_right{
    display: none;
  }
  .tese_tt{
    font-size: 0.3rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .tese_txt{
    font-size: 0.26rem;
    line-height: 0.42rem;
    height: 1.26rem;
    -webkit-line-clamp: 3;
  }
  .tese_left .team_more{
    width: 2.3rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
  