@charset "utf-8";
.block_pc {
  display: inline-block;
}
.block_sj {
  display: none;
}
/*企业动态*/
.news_con {
  width: 100%;
  padding: 80px 0 100px 0;
}
.news_con .news_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.news_con .news_top .news_top_l {
  width: 59%;
  height: 572px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_con .news_top .news_top_l img {
  display: inline-block;
  height: 100%;
  width: auto;
  max-width: unset;
  transition: 0.4s;
  transform: scale(1);
}
.news_con .news_top .news_top_l:hover img {
  transition: 0.4s;
  transform: scale(1.05);
}
.news_con .news_top .news_top_r {
  width: 38%;
  height: 572px;
  background: #f9f5ea;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.news_con .news_top .news_top_r a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 195.6px;
}
.news_con .news_top .news_top_r a .top_r_img {
  width: 46%;
  height: 154px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_con .news_top .news_top_r a .top_r_img img {
  display: inline-block;
  height: 100%;
  width: auto;
  max-width: unset;
  transition: 0.4s;
  transform: scale(1);
}
.news_con .news_top .news_top_r a .top_r_text {
  width: calc(100% - 46%);
  padding-right: 15px;
}
.news_con .news_top .news_top_r a .top_r_text p {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 18px;
  margin-bottom: 10px;
}
.news_con .news_top .news_top_r a .top_r_text h5 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.news_con .news_top .news_top_r a:hover {
  background: #A40000;
}
.news_con .news_top .news_top_r a:hover .top_r_text p {
  color: #fff;
}
.news_con .news_top .news_top_r a:hover .top_r_text h5 {
  color: #fff;
}
.news_con .news_top .news_top_r a:hover .top_r_img img {
  transition: 0.4s;
  transform: scale(1.05);
}
.news_con .news_bottom {
  width: 100%;
}
.news_con .news_bottom .news_b_item {
  background: #f9f5ea;
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.news_con .news_bottom .news_b_item .b_item_img {
  display: inline-block;
  width: 370px;
  height: 230px;
  overflow: hidden;
}
.news_con .news_bottom .news_b_item .b_item_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  transition: 0.4s;
  transform: scale(1);
}
.news_con .news_bottom .news_b_item .b_item_img:hover img {
  transition: 0.4s;
  transform: scale(1.05);
}
.news_con .news_bottom .news_b_item .b_item_text {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 370px);
  padding-left: 3.5%;
}
.news_con .news_bottom .news_b_item .b_item_text h5 {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.news_con .news_bottom .news_b_item .b_item_text div {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  line-height: 18px;
}
.news_con .news_bottom .news_b_item .b_item_text p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_con .news_bottom .news_b_item .b_item_text span {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 46px;
  border: 1px solid #c4c4c4;
  font-size: 14px;
  color: #666;
}
.news_con .news_bottom .news_b_item .b_item_text span i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/news/arrow_g.png) no-repeat center center;
  background-size: auto auto;
  margin-left: 20px;
  transition: 0.4s;
}
.news_con .news_bottom .news_b_item .b_item_text span:hover {
  border-color: #A40000;
  background: #A40000;
  color: #fff;
}
.news_con .news_bottom .news_b_item .b_item_text span:hover i {
  transition: 0.4s;
  background: url(../images/news/arrow_w.png) no-repeat center center;
  background-size: auto auto;
  margin-left: 15px;
}
/*动态详情*/
.news_con_details {
  width: 100%;
}
.news_con_details .news_details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news_con_details .news_details .n_list {
  width: 336px;
  background: #F9F6EF;
  padding: 30px;
}
.news_con_details .news_details .n_list .n_list_h {
  width: 100%;
  font-size: 24px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
}
.news_con_details .news_details .n_list .r_news_kj {
  width: 100%;
}
.news_con_details .news_details .n_list .r_news_kj a {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  padding: 22px 0 28px 0;
  border-bottom: 1px solid #EEEEEE;
}
.news_con_details .news_details .n_list .r_news_kj a h5 {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  padding-right: 40px;
}
.news_con_details .news_details .n_list .r_news_kj a h5::after {
  content: none;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/news/xq_arrow.png) no-repeat center right;
  background-size: auto auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_con_details .news_details .n_list .r_news_kj a div {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-top: 8px;
}
.news_con_details .news_details .n_list .r_news_kj a div span {
  color: #333;
}
.news_con_details .news_details .n_list .r_news_kj a:hover {
  border-color: #A40000;
}
.news_con_details .news_details .n_list .r_news_kj a:hover h5 {
  color: #A40000;
}
.news_con_details .news_details .n_list .r_news_kj a:hover h5::after {
  content: '';
}
.news_con_details .news_details .n_details {
  width: calc(100% - 336px - 4%);
}
.news_con_details .news_details .n_details .n_details_box {
  background: #f9f6ef;
  padding: 60px 50px 40px 50px;
}
.news_con_details .news_details .n_details .details_head {
  width: 100%;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.news_con_details .news_details .n_details .fabu_time {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-top: 16px;
}
.news_con_details .news_details .n_details .details_con {
  width: 100%;
  padding: 36px 0 40px 0;
}
.news_con_details .news_details .n_details .details_con img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.news_con_details .news_details .n_details .details_link {
  width: 100%;
  padding: 40px 0 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D9D9D9;
}
.news_con_details .news_details .n_details .details_link a {
  display: inline-block;
  width: 36%;
  height: 60px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 0 3%;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
}
.news_con_details .news_details .n_details .details_link a:hover {
  border-color: #A40000;
  color: #A40000;
}
/*品牌形象*/
.pp_head {
  width: 100%;
  margin-bottom: 44px;
}
.pp_head h5 {
  width: 100%;
  font-size: 32px;
  color: #A40000;
  font-weight: bold;
  font-family: 'Source Han Serif SC';
  text-align: center;
  line-height: 36px;
}
.pp_head p {
  font-size: 14px;
  color: #A40000;
  line-height: 18px;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
}
.pp_con01 {
  width: 100%;
  padding: 80px 0;
}
.pp_con01 .pp_wh_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pp_con01 .pp_wh_box .p_con01_l {
  width: 46%;
}
.pp_con01 .pp_wh_box .p_con01_l .pp_head h5 {
  text-align: left;
}
.pp_con01 .pp_wh_box .p_con01_l .pp_head p {
  text-align: left;
}
.pp_con01 .pp_wh_box .p_con01_l .pp_wh_desc {
  width: 100%;
  height: 352px;
  overflow: auto;
}
.pp_con01 .pp_wh_box .p_con01_l .pp_wh_desc p {
  text-indent: 32px;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.pp_con01 .pp_wh_box .p_con01_r {
  width: 50%;
  height: 476px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pp_con01 .pp_wh_box .p_con01_r img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.pp_con02 {
  width: 100%;
  padding: 80px 0 100px 0;
  background: url(../images/other/ppsb_bj.png) repeat-y center top;
  background-size: 100% auto;
}
.pp_con02 .p_con02_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pp_con02 .p_con02_box .p_con02_logo {
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pp_con02 .p_con02_box .p_con02_logo img {
  width: auto;
  max-width: 80%;
  height: auto;
}
.pp_con02 .p_con02_box .p_con02_text {
  width: 52%;
}
.pp_con02 .p_con02_box .p_con02_text .shibie_ul {
  width: 100%;
  margin: 0;
  padding-top: 30px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  border-left: 2px solid #E1DED8;
}
.pp_con02 .p_con02_box .p_con02_text .shibie_ul li {
  position: relative;
}
.pp_con02 .p_con02_box .p_con02_text .shibie_ul li h5 {
  width: 100%;
  font-size: 20px;
  color: #A40000;
  line-height: 24px;
  padding-left: 58px;
}
.pp_con02 .p_con02_box .p_con02_text .shibie_ul li p {
  margin: 14px 0 38px 0;
  font-size: 16px;
  color: #555;
  line-height: 32px;
  padding-left: 58px;
}
.pp_con02 .p_con02_box .p_con02_text .shibie_ul li::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/other/shibie_dot.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: -8px;
  z-index: 1;
  top: 0;
}
.shopImg-swiper {
  width: 100%;
  padding-bottom: 100px;
  padding-top: 25px;
  position: relative;
}
.shopImg-swiper::after {
  display: inline-block;
  content: '';
  height: 1px;
  background: #E6E6E6;
  width: calc(50% - 80px);
  position: absolute;
  right: 0;
  bottom: 25px;
}
.shopImg-swiper::before {
  display: inline-block;
  content: '';
  height: 1px;
  background: #E6E6E6;
  width: calc(50% - 80px);
  position: absolute;
  left: 0;
  bottom: 25px;
}
.shopImg-swiper .swiper-wrapper {
  width: 100%;
}
.shopImg-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image .image_div {
  width: 100%;
  height: auto;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image .image_div img {
  display: inline-block;
  width: 100%;
  height: auto;
  border: 2px solid #A40000;
  border-radius: 6px;
  transition: 0.4s;
  transform: scale(1);
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image h5 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #4E4E4E;
  line-height: 20px;
  margin-top: 10px;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image:hover .image_div img {
  transition: 0.4s;
  transform: scale(1.05);
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image:hover h5 {
  color: #A40000;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_video {
  width: 100%;
  background: #fff;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_video:hover {
  box-shadow: 0 6px 12px rgba(74, 74, 74, 0.05);
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_video .image_div {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_video .image_div video {
  width: auto;
  height: 306px;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_video .image_div img {
  display: inline-block;
  height: 100%;
  width: auto;
  min-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_video h5 {
  padding: 24px 20px 20px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_video span {
  font-size: 14px;
  color: #666;
  border: 1px solid #CCCCCC;
  width: 126px;
  height: 40px;
  margin-bottom: 24px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_video span:hover {
  background: #A40000;
  color: #fff;
  border-color: #A40000;
}
.shopImg-swiper .swiper-button-next {
  background: #fff;
  width: 50px;
  height: 50px;
  top: unset;
  margin-top: 0;
  bottom: 0;
  right: 50%;
  margin-right: -65px;
}
.shopImg-swiper .swiper-button-next img {
  display: inline-block;
  width: 50px;
  height: auto;
}
.shopImg-swiper .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  top: unset;
  margin-top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -65px;
}
.shopImg-swiper .swiper-button-prev img {
  display: inline-block;
  width: 50px;
  height: auto;
}
.shopImg-swiper.shopImg-swiper-v .swiper-button-next {
  background: #fdf8ef;
}
.shopImg-swiper.shopImg-swiper-v .swiper-button-prev {
  background: #fdf8ef;
}
/*走进我们样式添加*/
#zz-image .swiper-wrapper .swiper-slide {
  background: transparent;
}
#zz-image .swiper-wrapper .swiper-slide .image_div {
  border: none;
  border-radius: 0;
}
#zz-image .swiper-wrapper .swiper-slide .image_div img {
  border: none;
  border-radius: 0;
}
#zz-image .swiper-wrapper .swiper-slide h5 {
  font-size: 16px;
  color: #555;
  line-height: 18px;
  margin: 12px 0;
}
/*养生哲学*/
.zx_con {
  width: 100%;
  background: #f5f5f5;
}
.zx_con .pp_head {
  margin-bottom: 24px;
}
.zx_con .zx_01 {
  width: 100%;
  padding: 80px 6% 94px 6%;
  background: #fff;
}
.zx_con .zx_01 .pp_head {
  margin-bottom: 36px;
}
.zx_con .zx_01 .zx01_desc {
  width: 100%;
}
.zx_con .zx_01 .zx01_desc p {
  width: 100%;
  font-size: 16px;
  text-indent: 32px;
  line-height: 32px;
  color: #333;
}
.zx_con .zx_01.zx_01_new {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.zx_con .zx_01.zx_01_new .p_con01_l {
  width: 50%;margin-left:4%;
}
.zx_con .zx_01.zx_01_new .p_con01_l .pp_head h5 {
  text-align: left;
}
.zx_con .zx_01.zx_01_new .p_con01_l .pp_head p {
  text-align: left;
}
.zx_con .zx_01.zx_01_new .p_con01_l .pp_wh_desc {
  width: 100%;
  height: 416px;
  overflow: auto;
}
.zx_con .zx_01.zx_01_new .p_con01_l .pp_wh_desc p {
  text-indent: 32px;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.zx_con .zx_01.zx_01_new .p_con01_r {
  width: 45.5%;
  height: 526px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zx_con .zx_01.zx_01_new .p_con01_r img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.zx_con .zx_02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 84px 6% 84px 6%;
  /*IE8*/
  background: #FFFAEE;
  /* 一些不支持背景渐变的浏览器 */
  background: -moz-linear-gradient(top, #FFFAEE, #FFFFFF);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFAEE), to(#FFFFFF));
  background: -o-linear-gradient(top, #FFFAEE, #FFFFFF);
}
.zx_con .zx_02 .zx02_left {
  width: 43.6%;
  height: 382px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.zx_con .zx_02 .zx02_left img {
  display: inline-block;
  height: 100%;
  width: auto;
  transition: 0.4s;
  transform: scale(1);
}
.zx_con .zx_02 .zx02_left:hover img {
  transition: 0.4s;
  transform: scale(1.05);
}
.zx_con .zx_02 .zx02_left.zx02_left_pc {
  display: inline-block;
}
.zx_con .zx_02 .zx02_left.zx02_left_m {
  display: none;
}
.zx_con .zx_02 .zx02_right {
  width: 50%;
}
.zx_con .zx_02 .zx02_right .pp_head h5 {
  text-align: left;
}
.zx_con .zx_02 .zx02_right .pp_head p {
  text-align: left;
}
.zx_con .zx_02 .zx02_right .zx02_desc {
  width: 100%;
  height: 224px;
  overflow: auto;
}
.zx_con .zx_02 .zx02_right .zx02_desc p {
  text-indent: 32px;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.zx_con .zx_03 {
  width: 100%;
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding: 94px 6% 94px 6%;
}
.zx_con .zx_03 .zx03_left {
  width: 44%;
}
.zx_con .zx_03 .zx03_left .pp_head h5 {
  text-align: left;
}
.zx_con .zx_03 .zx03_left .pp_head p {
  text-align: left;
}
.zx_con .zx_03 .zx03_left .zx03_desc {
  width: 100%;
  overflow: auto;
  height: 352px;
}
.zx_con .zx_03 .zx03_left .zx03_desc p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-indent: 32px;
}
.zx_con .zx_03 .zx03_left .zx03_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8%;
}
.zx_con .zx_03 .zx03_left .zx03_img div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 43.5%;
}
.zx_con .zx_03 .zx03_left .zx03_img div img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.zx_con .zx_03 .zx03_right {
  width: 42.7%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.zx_con .zx_03 .zx03_right img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
/*特色项目*/
.zx_con_ts {
  background: #fffcf7;
}
.plan_list {
  width: 100%;
  padding: 85px 0 20px 0;
}
.plan_list a {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  height: 550px;
  position: relative;
  margin-bottom: 80px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  box-shadow: 0 4px 12px rgba(74, 74, 74, 0.05);
}
.plan_list a .fa_img {
  width: 719px;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.plan_list a .fa_img .fa_zc {
  width: 100%;
  height: auto;
}
.plan_list a .fa_img .fa_i_b {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.plan_list a .fa_img .fa_i_b img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_img:hover .fa_i_b img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 719px);
  height: 550px;
  padding: 0 70px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.plan_list a .fa_text_con h5 {
  font-size: 32px;
  color: #A40000;
  width: 100%;
  line-height: 38px;
  padding-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.plan_list a .fa_text_con h5:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #A40000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con .text_con_div {
  width: 100%;
  margin-top: 32px;
  max-height: 320px;
  overflow: auto;
}
.plan_list a .fa_text_con .text_con_div p {
  text-indent: 32px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.plan_list a .fa_text_con:hover h5::after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a:nth-child(2n) .fa_img {
  float: right;
}
.plan_list a:nth-child(2n) .fa_text_con {
  left: 0;
  right: unset;
}
/*核心优势*/
.ys_con {
  width: 100%;
  padding: 120px 0;
}
.ys_con .ys_box01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ys_con .ys_box01 .ys02_right {
  width: 53.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ys_con .ys_box01 .ys02_right img {
  /*width: 46%;*/
  display: inline-block;
  height: auto;
}
.ys_con .ys_box01 .ys01_left {
  width: 40%;
}
.ys_con .ys_box01 .ys01_left .pp_head {
  margin-bottom: 36px;
}
.ys_con .ys_box01 .ys01_left .pp_head h5 {
  text-align: left;
}
.ys_con .ys_box01 .ys01_left .pp_head p {
  text-align: left;
}
.ys_con .ys_box01 .ys01_left .ys01_left_text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ys_con .ys_box01 .ys01_left .ys01_left_text .ys01_t_item {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-direction: column;
  margin-bottom: 30px;
}
.ys_con .ys_box01 .ys01_left .ys01_left_text .ys01_t_item:last-child {
  margin-bottom: 0;
}
.ys_con .ys_box01 .ys01_left .ys01_left_text .ys01_t_item span {
  display: inline-block;
  font-weight: bold;
  width: 110px;
  height: 38px;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  /*IE8*/
  background: #EA1515;
  /* 一些不支持背景渐变的浏览器 */
  background: -moz-linear-gradient(top, #EA1515, #9d0404);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EA1515), to(#9d0404));
  background: -o-linear-gradient(top, #EA1515, #9d0404);
}
.ys_con .ys_box01 .ys01_left .ys01_left_text .ys01_t_item p:first-child {
  display: inline-block;
  font-weight: bold;
  width: 110px;
  height: 38px;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  /*IE8*/
  background: #EA1515;
  /* 一些不支持背景渐变的浏览器 */
  background: -moz-linear-gradient(top, #EA1515, #9d0404);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EA1515), to(#9d0404));
  background: -o-linear-gradient(top, #EA1515, #9d0404);
}
.ys_con .ys_box01 .ys01_left .ys01_left_text .ys01_t_item p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin-top: 12px;
}
.ys_con.ys_con_02 {
  background: url(../images/other/ys02_bj.png) repeat-y center top;
  background-size: 100% auto;
}
.ys_con.ys_con_02 .ys_box02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ys_con.ys_con_02 .ys_box02 .ys02_left_pc {
  width: 46.5%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.ys_con.ys_con_02 .ys_box02 .ys02_left_pc img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 88%;
}
.ys_con.ys_con_02 .ys_box02 .ys02_right {
  width: 50%;
}
.ys_con.ys_con_02 .ys_box02 .ys02_right .pp_head h5 {
  text-align: left;
}
.ys_con.ys_con_02 .ys_box02 .ys02_right .pp_head p {
  text-align: left;
}
.ys_con.ys_con_02 .ys_box02 .ys02_right .ys02_text {
  width: 100%;
}
.ys_con.ys_con_02 .ys_box02 .ys02_right .ys02_text p {
  width: 100%;
  font-size: 16px;
  text-indent: 32px;
  line-height: 32px;
  color: #333;
  margin-top: 16px;
}
.ys_con.ys_con_02 .ys_box02 .ys02_left_m {
  display: none;
}
.ys_con.ys_con_03 {
  background: #FFFAEE;
  background: -moz-linear-gradient(top, #FFFAEE, #FFFBf7);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFAEE), to(#FFFBf7));
  background: -o-linear-gradient(top, #FFFAEE, #FFFBf7);
}
.ys_con .ys03_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ys_con .ys03_box .ys03_text {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-align: left;
  text-indent: 32px;
  padding: 0 5%;
}
.ys_con .ys03_box .ys03_text.ys04_text {
  text-align: center;
  text-indent: unset;
}
.ys_con .ys03_box .ys03_img {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ys_con .ys03_box .ys03_img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.ys_con .ys03_box .ys03_img.ys03_img_m {
  display: none;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1364px;
  position: relative;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_bj_img {
  width: 100%;
  height: auto;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon img {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.04);
  transition: all 0.4s ease-in-out 0.1s;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_01 {
  width: 10.99%;
  top: 1.96%;
  left: 19.02%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_02 {
  width: 12.02%;
  top: 3.92%;
  left: 44.42%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_03 {
  width: 10.99%;
  top: 3.13%;
  left: 75.36%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_04 {
  width: 10.99%;
  top: 25.88%;
  left: 88.92%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_05 {
  width: 13.78%;
  top: 20.39%;
  left: 32.15%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_06 {
  width: 13.78%;
  top: 55%;
  left: 2.63%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_07 {
  width: 14.95%;
  top: 34.5%;
  left: 44.6%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_08 {
  width: 16.42%;
  top: 54.11%;
  left: 56.59%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_09 {
  width: 17.88%;
  top: 10.5%;
  left: 0%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_10 {
  width: 17.88%;
  top: 9.9%;
  left: 56.4%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_11 {
  width: 17.88%;
  top: 54.8%;
  left: 30.45%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_12 {
  width: 19.79%;
  top: 30.3%;
  left: 14.51%;
}
.ys_con .ys03_box .ys03_img.ys03_img_pc .ys_icon.ys_13 {
  width: 19.79%;
  top: 30.8%;
  left: 70.96%;
}
/*精英团队*/
.team_con {
  width: 100%;
  padding: 90px 0 80px 0;
}
.team_con .team_box01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team_con .team_box01 .t01_l {
  width: 50%;
}
.team_con .team_box01 .t01_l img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.team_con .team_box01 .t01_r {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_con .team_box01 .t01_r img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.team_con .team_box01 .t01_r .t01_r_text {
  width: 100%;
  height: 95%;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10% 5% 10%;
  overflow: auto;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-indent: 32px;
}
.team_con .team_box01.team_box03 .t01_r .t01_r_text {
  color: #333;
}
.team_con.team_con_04 {
  background: #fdfdfb;
  background: -moz-linear-gradient(top, #fdfdfb, #f8f4ed);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdfdfb), to(#f8f4ed));
  background: -o-linear-gradient(top, #fdfdfb, #f8f4ed);
}
.team_con.team_con_04 .team04_01 {
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 38px;
  text-align: left;
  text-indent: 36px;
  padding: 50px 7%;
  background: url(../images/other/team/td_bj_04.png) no-repeat center center;
  background-size: 100% 100%;
}
.team_con.team_con_04 .team04_02 {
  width: 100%;
  margin-top: 60px;
}
.team_con.team_con_04 .team04_02 .team04_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_l {
  width: 49.6%;
  height: 484px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_l img {
  display: inline-block;
  height: 100%;
  width: auto;
  transition: 0.4s;
  transform: scale(1);
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_l:hover img {
  transition: 0.4s;
  transform: scale(1.05);
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_r {
  height: 484px;
  width: calc(100% - 49.6% - 12px);
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 {
  width: 100%;
  height: calc(50% - 6px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01:last-child {
  margin-top: 12px;
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 .t_r_img {
  width: calc(50% - 6px);
  height: 100%;
  overflow: hidden;
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 .t_r_img div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 .t_r_img div img {
  display: inline-block;
  height: 100%;
  width: auto;
  transition: 0.4s;
  transform: scale(1);
  overflow: hidden;
}
.team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 .t_r_img div:hover {
  transition: 0.4s;
  transform: scale(1.05);
}
.team_con.team_con_04 .team04_02 .team04_bottom {
  width: 100%;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.team_con.team_con_04 .team04_02 .team04_bottom .t_b_01 {
  width: 29%;
  height: 299px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.team_con.team_con_04 .team04_02 .team04_bottom .t_b_01 img {
  display: inline-block;
  height: 100%;
  width: auto;
  transition: 0.4s;
  transform: scale(1);
}
.team_con.team_con_04 .team04_02 .team04_bottom .t_b_01:hover img {
  transition: 0.4s;
  transform: scale(1.05);
}
.team_con.team_con_04 .team04_02 .team04_bottom .t_b_02 {
  width: calc(42% - 24px);
  height: 299px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.team_con.team_con_04 .team04_02 .team04_bottom .t_b_02 img {
  display: inline-block;
  height: 100%;
  width: auto;
  transition: 0.4s;
  transform: scale(1);
}
.team_con.team_con_04 .team04_02 .team04_bottom .t_b_02:hover img {
  transition: 0.4s;
  transform: scale(1.05);
}
.team_con03 {
  width: 100%;
}
.team_con03 .team_show_btn {
  display: none;
}
.team_con03 .team-swiper-v {
  width: 100%;
}
.team_con03 .team-swiper-v .team_slide {
  width: 100%;
  background: url(../images/other/team/td_bj_02.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.team_con03 .team-swiper-v .team_slide .team_l_img {
  width: 44%;
}
.team_con03 .team-swiper-v .team_slide .team_l_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.team_con03 .team-swiper-v .team_slide .team_l_text {
  width: 56%;
  position: relative;
}
.team_con03 .team-swiper-v .team_slide .team_l_text .td_rw_rbj {
  display: inline-block;
  width: 100%;
  opacity: 0;
  height: auto;
}
.team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box h5 {
  margin-top: 11%;
  width: 100%;
  padding: 0 10px;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-align: left;
}
.team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box h5 span {
  font-size: 16px;
  margin-left: 8px;
}
.team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box .doctor_desc {
  height: calc(75% - 34px);
  overflow: auto;
  padding-right: 5%;
  margin-top: 9%;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box .doctor_desc p {
  padding-left: 14px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: left;
}
.team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box .doctor_desc p::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #333;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  /*特色项目*/
  .plan_list a {
    height: 412px;
  }
  .plan_list a .fa_img {
    width: 539px;
    height: 412px;
  }
  .plan_list a .fa_text_con {
    width: calc(100% - 539px);
    height: 412px;
    padding: 0 60px;
  }
  .plan_list a .fa_text_con h5 {
    font-size: 28px;
    line-height: 34px;
  }
  .plan_list a .fa_text_con .text_con_div {
    max-height: 280px;
  }
  .plan_list a .fa_text_con .text_con_div p {
    text-indent: 28px;
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 1280px) {
  /*特色项目*/
  .plan_list a {
    height: 366px;
  }
  .plan_list a .fa_img {
    width: 478px;
    height: 366px;
  }
  .plan_list a .fa_text_con {
    width: calc(100% - 478px);
    height: 366px;
    padding: 0 45px;
  }
  .plan_list a .fa_text_con h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .plan_list a .fa_text_con .text_con_div {
    margin-top: 28px;
    max-height: 234px;
  }
  .plan_list a .fa_text_con .text_con_div p {
    text-indent: 26px;
    font-size: 13px;
    line-height: 26px;
  }
  /*精英团队*/
  .team_con .team_box01 .t01_r .t01_r_text {
    height: 90%;
    top: 10%;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10% 10% 10%;
    font-size: 14px;
    line-height: 28px;
    text-indent: 28px;
  }
  .team_con.team_con_04 .team04_01 {
    font-size: 16px;
    line-height: 32px;
    text-indent: 32px;
    padding: 40px 6%;
  }
  .team_con.team_con_04 .team04_02 {
    margin-top: 50px;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_l {
    width: 49.6%;
    height: 322px;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_l img {
    width: 100%;
    height: 100%;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_r {
    height: 322px;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 .t_r_img div img {
    height: 100%;
    width: 100%;
  }
  .team_con.team_con_04 .team04_02 .team04_bottom .t_b_01 {
    height: 200px;
  }
  .team_con.team_con_04 .team04_02 .team04_bottom .t_b_01 img {
    height: 100%;
    width: 100%;
  }
  .team_con.team_con_04 .team04_02 .team04_bottom .t_b_02 {
    height: 200px;
  }
  .team_con.team_con_04 .team04_02 .team04_bottom .t_b_02 img {
    height: 100%;
    width: 100%;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box h5 {
    margin-top: 11%;
    font-size: 20px;
    line-height: 22px;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box h5 span {
    font-size: 14px;
    margin-left: 6px;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box .doctor_desc {
    height: calc(75% - 34px);
    overflow: auto;
    padding-right: 5%;
    margin-top: 9%;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box .doctor_desc p {
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box .doctor_desc p::after {
    width: 4px;
    height: 4px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  /*动态详情*/
  .news_con_details .news_details .n_details {
    width: 100%;
  }
  /*特色项目*/
  .plan_list a {
    height: 280px;
  }
  .plan_list a .fa_img {
    width: 366px;
    height: 280px;
  }
  .plan_list a .fa_text_con {
    width: calc(100% - 366px);
    height: 280px;
    padding: 0 35px;
  }
  .plan_list a .fa_text_con h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .plan_list a .fa_text_con h5::after {
    height: 2px;
  }
  .plan_list a .fa_text_con .text_con_div {
    margin-top: 18px;
    max-height: 168px;
  }
  .plan_list a .fa_text_con .text_con_div p {
    text-indent: 24px;
    font-size: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .block_pc {
    display: none;
  }
  .block_sj {
    display: inline-block;
  }
  .news_con {
    width: 100%;
    padding: 0.9rem 0 2.1rem 0;
  }
  .news_con .news_bottom {
    width: 100%;
  }
  .news_con .news_bottom .news_b_item {
    margin: 0;
    width: 100%;
    padding: 0.9rem 0;
    border-bottom: 0.025rem solid #E6E6E6;
    background: transparent;
    align-items: flex-start;
  }
  .news_con .news_bottom .news_b_item .b_item_img {
    width: 5.5rem;
    height: 3.75rem;
  }
  .news_con .news_bottom .news_b_item .b_item_text {
    width: calc(100% - 5.5rem);
    padding-left: 0.7rem;
  }
  .news_con .news_bottom .news_b_item .b_item_text p {
    display: none;
  }
  .news_con .news_bottom .news_b_item .b_item_text span {
    display: none;
  }
  .news_con .news_bottom .news_b_item .b_item_text h5 {
    width: 100%;
    font-size: 0.65rem;
    line-height: 1rem;
    white-space: unset;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news_con .news_bottom .news_b_item .b_item_text div {
    font-size: 0.5rem;
    margin: 0.3rem 0 0 0;
  }
  .news_con .news_bottom .page_con {
    margin-top: 1.6rem;
  }
  /*动态详情*/
  .news_con_details {
    background: #f9f6ef;
  }
  .news_con_details .news_details .n_details {
    width: 100%;
  }
  .news_con_details .news_details .n_details .n_details_box {
    padding: 0.7rem 0 0 0;
  }
  .news_con_details .news_details .n_details .details_head {
    font-size: 0.85rem;
    line-height: 1.3rem;
  }
  .news_con_details .news_details .n_details .fabu_time {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
  }
  .news_con_details .news_details .n_details .details_con {
    padding: 0.9rem 0 1.3rem 0;
  }
  .news_con_details .news_details .n_details .details_link {
    padding: 1.4rem 0 0 0;
    flex-direction: column;
    border-top: 0.025rem solid #D9D9D9;
  }
  .news_con_details .news_details .n_details .details_link a {
    width: 100%;
    height: 2.5rem;
    border: 0.025rem solid #D9D9D9;
    border-radius: 1.25rem;
    padding: 0 5%;
    font-size: 0.6rem;
    text-align: center;
    line-height: 2.5rem;
  }
  .news_con_details .news_details .n_details .details_link a:last-child {
    margin-top: 0.7rem;
  }
  /*品牌形象*/
  .pp_head {
    margin-bottom: 1.3rem;
  }
  .pp_head h5 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .pp_head p {
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin-top: 0.4rem;
  }
  .pp_con01 {
    padding: 1.9rem 0 1.7rem 0;
  }
  .pp_con01 .pp_wh_box {
    flex-direction: column;
  }
  .pp_con01 .pp_wh_box .p_con01_l {
    width: 100%;
  }
  .pp_con01 .pp_wh_box .p_con01_l .pp_head h5 {
    text-align: center;
  }
  .pp_con01 .pp_wh_box .p_con01_l .pp_head p {
    text-align: center;
  }
  .pp_con01 .pp_wh_box .p_con01_l .pp_wh_desc {
    width: 100%;
    height: unset;
    overflow: visible;
  }
  .pp_con01 .pp_wh_box .p_con01_l .pp_wh_desc p {
    text-indent: 1.2rem;
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .pp_con01 .pp_wh_box .p_con01_r {
    width: 100%;
    height: unset;
    overflow: visible;
    margin-top: 1.1rem;
  }
  .pp_con01 .pp_wh_box .p_con01_r img {
    height: auto;
    width: 100%;
  }
  .pp_con02 {
    padding: 1.9rem 0;
    background: url(../images/other/ppsb_bj.png) repeat-y center top;
    background-size: 100% auto;
  }
  .pp_con02 .p_con02_box {
    flex-direction: column;
  }
  .pp_con02 .p_con02_box .p_con02_logo {
    width: 100%;
    display: flex;
  }
  .pp_con02 .p_con02_box .p_con02_logo img {
    width: 11.65rem;
    max-width: unset;
    height: auto;
  }
  .pp_con02 .p_con02_box .p_con02_text {
    width: 100%;
  }
  .pp_con02 .p_con02_box .p_con02_text .shibie_ul {
    width: 100%;
    margin: 0;
    padding-top: 0.9rem;
    margin-top: 1rem;
    border-left: 0.05rem solid #E1DED8;
  }
  .pp_con02 .p_con02_box .p_con02_text .shibie_ul li h5 {
    width: 100%;
    font-size: 0.65rem;
    line-height: 0.8rem;
    padding-left: 1rem;
  }
  .pp_con02 .p_con02_box .p_con02_text .shibie_ul li p {
    margin: 0.5rem 0 1rem 0;
    font-size: 0.5rem;
    line-height: 1.05rem;
    padding-left: 1rem;
  }
  .pp_con02 .p_con02_box .p_con02_text .shibie_ul li::after {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/other/shibie_dot.png) no-repeat center center;
    background-size: 0.75rem auto;
    position: absolute;
    left: -0.4rem;
  }
  .shopImg-swiper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .shopImg-swiper::after {
    content: none;
  }
  .shopImg-swiper::before {
    content: none;
  }
  .shopImg-swiper .swiper-wrapper {
    width: 100%;
    justify-content: left;
    align-items: flex-start;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_image .image_div {
    width: 100%;
    height: auto;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_image .image_div img {
    border: 0.05rem solid #A40000;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_image h5 {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_image:hover .image_div img {
    transform: scale(1);
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_video .image_div {
    justify-content: left;
    align-items: flex-start;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_video .image_div video {
    width: auto;
    height: 8.5rem;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_video h5 {
    padding: 0.7rem 0.8rem;
    font-size: 0.65rem;
    line-height: 0.8rem;
    text-align: left;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_video span {
    font-size: 0.55rem;
    border: 0.025rem solid #CCCCCC;
    width: 4.2rem;
    height: 1.55rem;
    margin-bottom: 1rem;
    line-height: 1.55rem;
  }
  .shopImg-swiper .swiper-button-next {
    display: none;
  }
  .shopImg-swiper .swiper-button-prev {
    display: none;
  }
  .shopImg-swiper.shopImg-swiper-v {
    overflow: visible;
  }
  .shopImg-swiper.shopImg-swiper-v .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  .shopImg-swiper.shopImg-swiper-v .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .shopImg-swiper.shopImg-swiper-v .swiper-wrapper .swiper-slide .slide_video {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
  }
  .shopImg-swiper.shopImg-swiper-v .swiper-wrapper .swiper-slide .slide_video .click_play {
    margin-left: 0.8rem;
  }
  /*走进我们样式添加*/
  #zz-image .swiper-wrapper .swiper-slide h5 {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin: 0.5rem 0;
  }
  /*养生哲学*/
  .zx_con .safe_width {
    padding: 0;
  }
  .zx_con .pp_head {
    margin-bottom: 1.25rem;
  }
  .zx_con .zx_01 {
    padding: 1.8rem 0.75rem 2.75rem 0.75rem;
  }
  .zx_con .zx_01 .pp_head {
    margin-bottom: 1.25rem;
  }
  .zx_con .zx_01 .zx01_desc p {
    font-size: 0.6rem;
    text-indent: 1.2rem;
    line-height: 1.2rem;
  }
  .zx_con .zx_01.zx_01_new {
    flex-direction: column;
  }
  .zx_con .zx_01.zx_01_new .p_con01_l {
    width: 100%;margin-left: 0;
  }
  .zx_con .zx_01.zx_01_new .p_con01_l .pp_head h5 {
    text-align: center;
  }
  .zx_con .zx_01.zx_01_new .p_con01_l .pp_head p {
    text-align: center;
  }
  .zx_con .zx_01.zx_01_new .p_con01_l .pp_wh_desc {
    width: 100%;
    height: unset;
    overflow: visible;
  }
  .zx_con .zx_01.zx_01_new .p_con01_l .pp_wh_desc p {
    text-indent: 1.2rem;
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .zx_con .zx_01.zx_01_new .p_con01_r {
    width: 100%;
    height: unset;
    overflow: visible;
    margin-top: 1.1rem;
  }
  .zx_con .zx_01.zx_01_new .p_con01_r img {
    height: auto;
    width: 100%;
  }
  .zx_con .zx_02 {
    flex-direction: column;
    padding: 1.85rem 0.75rem;
  }
  .zx_con .zx_02 .zx02_left {
    width: 100%;
    height: unset;
    margin-top: 1.5rem;
  }
  .zx_con .zx_02 .zx02_left img {
    height: auto;
    width: 100%;
  }
  .zx_con .zx_02 .zx02_left:hover img {
    transform: scale(1);
  }
  .zx_con .zx_02 .zx02_left.zx02_left_pc {
    display: none;
  }
  .zx_con .zx_02 .zx02_left.zx02_left_m {
    display: inline-block;
  }
  .zx_con .zx_02 .zx02_right {
    width: 100%;
  }
  .zx_con .zx_02 .zx02_right .pp_head h5 {
    text-align: center;
  }
  .zx_con .zx_02 .zx02_right .pp_head p {
    text-align: center;
  }
  .zx_con .zx_02 .zx02_right .zx02_desc {
    height: unset;
    overflow: visible;
  }
  .zx_con .zx_02 .zx02_right .zx02_desc p {
    font-size: 0.6rem;
    text-indent: 1.2rem;
    line-height: 1.2rem;
  }
  .zx_con .zx_03 {
    flex-direction: column;
    padding: 1rem 0.75rem 1.85rem 0.75rem;
  }
  .zx_con .zx_03 .zx03_left {
    width: 100%;
  }
  .zx_con .zx_03 .zx03_left .pp_head h5 {
    text-align: center;
  }
  .zx_con .zx_03 .zx03_left .pp_head p {
    text-align: center;
  }
  .zx_con .zx_03 .zx03_left .zx03_desc {
    overflow: visible;
    height: unset;
  }
  .zx_con .zx_03 .zx03_left .zx03_desc p {
    font-size: 0.6rem;
    text-indent: 1.2rem;
    line-height: 1.2rem;
  }
  .zx_con .zx_03 .zx03_left .zx03_img {
    margin-top: 1rem;
  }
  .zx_con .zx_03 .zx03_right {
    width: 100%;
    margin-top: 1.2rem;
  }
  /*特色项目*/
  .zx_con_ts {
    width: 100%;
    padding: 0 0.85rem;
  }
  .plan_list {
    padding: 1.75rem 0 0 0;
  }
  .plan_list a {
    height: unset;
    position: unset;
    margin-bottom: 1.5rem;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .plan_list a .fa_img .fa_zc {
    width: 100%;
    height: auto;
  }
  .plan_list a .fa_img .fa_i_b {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .plan_list a .fa_img .fa_i_b img {
    width: 100%;
    height: auto;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_img:hover .fa_i_b img {
    -webkit-transition: unset;
    transform: scale(1);
    transition: unset;
  }
  .plan_list a .fa_text_con {
    position: unset;
    width: 100%;
    height: unset;
    padding: 1rem 0.75rem;
  }
  .plan_list a .fa_text_con h5 {
    font-size: 0.85rem;
    line-height: 1rem;
    padding-bottom: 0.55rem;
  }
  .plan_list a .fa_text_con h5:after {
    content: '';
    display: inline-block;
    width: 1.05rem;
    height: 0.125rem;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_text_con .text_con_div {
    width: 100%;
    height: unset;
    overflow: visible;
    max-height: unset;
    margin-top: 0.75rem;
  }
  .plan_list a .fa_text_con .text_con_div p {
    font-size: 0.55rem;
    line-height: 1.1rem;
    text-indent: 1.1rem;
  }
  .plan_list a .fa_text_con:hover h5::after {
    width: 1.75rem;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a:nth-child(2n) .fa_img {
    float: unset;
  }
  .plan_list a:nth-child(2n) .fa_text_con {
    left: unset;
    right: unset;
  }
  /*核心优势*/
  .ys_con {
    padding: 1.85rem 0;
  }
  .ys_con .ys_box01 {
    flex-direction: column;
  }
  .ys_con .ys_box01 .ys02_right {
    width: 100%;
    margin-top: 1.4rem;
  }
  .ys_con .ys_box01 .ys02_right img {
    width: 47%;
  }
  .ys_con .ys_box01 .ys01_left {
    width: 100%;
  }
  .ys_con .ys_box01 .ys01_left .pp_head {
    margin-bottom: 1.25rem;
  }
  .ys_con .ys_box01 .ys01_left .ys01_left_text .ys01_t_item {
    margin-bottom: 1rem;
  }
  .ys_con .ys_box01 .ys01_left .ys01_left_text .ys01_t_item span {
    display: inline-block;
    width: 4.35rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
  }
  .ys_con .ys_box01 .ys01_left .ys01_left_text .ys01_t_item p {
    font-size: 0.65rem;
    line-height: 1.3rem;
    margin-top: 0.5rem;
  }
  .ys_con.ys_con_02 {
    background: url(../images/other/ys02_bj_m.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .ys_con.ys_con_02 .ys_box02 {
    flex-direction: column;
  }
  .ys_con.ys_con_02 .ys_box02 .ys02_left_pc {
    display: none;
  }
  .ys_con.ys_con_02 .ys_box02 .ys02_right {
    width: 100%;
  }
  .ys_con.ys_con_02 .ys_box02 .ys02_right .pp_head h5 {
    text-align: left;
  }
  .ys_con.ys_con_02 .ys_box02 .ys02_right .pp_head p {
    text-align: left;
  }
  .ys_con.ys_con_02 .ys_box02 .ys02_right .ys02_text {
    width: 100%;
  }
  .ys_con.ys_con_02 .ys_box02 .ys02_right .ys02_text p {
    font-size: 0.65rem;
    line-height: 1.3rem;
    text-indent: 1.3rem;
    margin-top: 0;
    margin-bottom: 0.45rem;
  }
  .ys_con.ys_con_02 .ys_box02 .ys02_left_m {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
  }
  .ys_con.ys_con_02 .ys_box02 .ys02_left_m img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .ys_con .ys03_box {
    width: 100%;
  }
  .ys_con .ys03_box .ys03_text {
    font-size: 0.65rem;
    line-height: 1.3rem;
    text-indent: 1.3rem;
    padding: 0;
  }
  .ys_con .ys03_box .ys03_text.ys04_text {
    text-align: left;
    text-indent: 1.3rem;
  }
  .ys_con .ys03_box .ys03_img {
    margin-top: 1rem;
  }
  .ys_con .ys03_box .ys03_img.ys03_img_m {
    overflow-x: auto;
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
  .ys_con .ys03_box .ys03_img.ys03_img_m img {
    display: inline-block;
    height: auto;
    width: auto;
    max-width: unset;
  }
  .ys_con .ys03_box .ys03_img.ys03_img_pc {
    display: none;
  }
  /*精英团队*/
  .team_con {
    padding: 1.75rem 0;
  }
  .team_con .team_box01 {
    flex-direction: column;
  }
  .team_con .team_box01 .t01_l {
    width: 100%;
  }
  .team_con .team_box01 .t01_r {
    width: 100%;
    position: unset;
    display: inline-block;
  }
  .team_con .team_box01 .t01_r img {
    display: none;
  }
  .team_con .team_box01 .t01_r .t01_r_text {
    width: 100%;
    height: 100%;
    position: unset;
    background: url(../images/other/team/td_bj_01.png) no-repeat center top;
    background-size: 100% 100%;
    display: inline-block;
    padding: 1rem 0.8rem;
    overflow: auto;
    font-size: 0.6rem;
    line-height: 1.2rem;
    text-indent: 1.2rem;
  }
  .team_con .team_box01.team_box03 .t01_r .t01_r_text {
    padding: 1rem 0;
    background: #fff;
    color: #333;
  }
  .team_con.team_con_04 {
    padding: 0.3rem 0 1.75rem 0;
  }
  .team_con.team_con_04 .team04_01 {
    font-size: 0.6rem;
    line-height: 1.2rem;
    text-align: left;
    text-indent: 1.2rem;
    padding: 1.4rem 0.8rem;
    background: url(../images/other/team/td_bj_04_m.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .team_con.team_con_04 .team04_02 {
    margin-top: 1.25rem;
  }
  .team_con.team_con_04 .team04_02 .team04_top {
    width: 100%;
    flex-direction: column;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_l {
    width: 100%;
    height: unset;
    margin-bottom: 0.5rem;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_l img {
    height: auto;
    width: 100%;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_r {
    height: unset;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 {
    height: 4.8rem;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01:last-child {
    margin-top: 0.5rem;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 .t_r_img {
    width: calc(50% - 0.25rem);
    height: 4.8rem;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 .t_r_img div {
    width: 100%;
    height: 4.8rem;
  }
  .team_con.team_con_04 .team04_02 .team04_top .t04_t_r .t_r_line01 .t_r_img div img {
    height: 100%;
    width: 100%;
  }
  .team_con.team_con_04 .team04_02 .team04_bottom {
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .team_con.team_con_04 .team04_02 .team04_bottom .t_b_01 {
    width: calc(50% - 0.25rem);
    height: 4.8rem;
  }
  .team_con.team_con_04 .team04_02 .team04_bottom .t_b_01 img {
    height: 100%;
    width: 100%;
  }
  .team_con.team_con_04 .team04_02 .team04_bottom .t_b_02 {
    width: 100%;
    height: unset;
    margin-top: 0.5rem;
  }
  .team_con.team_con_04 .team04_02 .team04_bottom .t_b_02 img {
    height: auto;
    width: 100%;
  }
  .team_con03 {
    width: 100%;
    padding-top: 1rem;
  }
  .team_con03 .team-swiper-v {
    width: 100%;
    overflow: visible;
  }
  .team_con03 .team-swiper-v .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .team_con03 .team-swiper-v .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-bottom: 1rem;
    display: none;
  }
  .team_con03 .team-swiper-v .swiper-wrapper .swiper-slide:nth-child(1) {
    display: inline-block;
  }
  .team_con03 .team-swiper-v .swiper-wrapper .swiper-slide:nth-child(2) {
    display: inline-block;
  }
  .team_con03 .team-swiper-v.team_show_on .swiper-wrapper .swiper-slide {
    display: inline-block;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box h5 {
    margin-top: 0.75rem;
    padding: 0 0.5rem;
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box h5 span {
    font-size: 0.5rem;
    margin-left: 0.3rem;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box .doctor_desc {
    height: calc(100% - 2.6rem);
    padding-right: 0.5rem;
    margin-top: 0.6rem;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box .doctor_desc p {
    padding-left: 0.5rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .team_con03 .team-swiper-v .team_slide .team_l_text .t_l_text_box .doctor_desc p::after {
    content: '';
    display: inline-block;
    width: 0.15rem;
    height: 0.15rem;
    top: 0.4rem;
  }
  .team_con03 .team_show_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .team_con03 .team_show_btn a {
    display: inline-block;
    margin-top: 1.1rem;
    text-align: center;
    font-size: 0.6rem;
    color: #fff;
    background: #A40000;
    width: 5.5rem;
    height: 1.75rem;
    border-radius: 0.2rem;
    line-height: 1.75rem;
  }
}
.doctor_desc::-webkit-scrollbar {
    width: 2px;
    /*height: 4px;*/
}

.doctor_desc::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    background: #D10D0D;
}

.doctor_desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    border-radius: 2px;
    background: transparent;

}
