.w1220 {
  width: 1220px;
  margin: 0 auto;
}
/* 头部 */
header {
}
.header-top {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top span {
  color: #656565;
  font-size: 14px;
}
.top-right {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.vline {
  width: 2px;
  height: 13px;
  background: rgba(203, 203, 203, 1);
}
.top-right a {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.top-right a span {
  margin-left: 10px;
}
.logo {
  width: 320px;
}
.logo img {
  width: 320px;
}
/* 导航 */
nav {
  height: 64px;
  background: url(../images/nav_bg.png) no-repeat center;
}
.list-fu {
  height: 64px;
  display: flex;
}
.list-fu li {
  position: relative;
}
.list-fu li > a {
  display: block;
  width: 110px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;

  color: rgba(255, 255, 255, 1);
}

/* 二级导航 */
.list-zi {
  position: absolute;
  z-index: 30;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.2);
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
  display: none;
}
.list-zi a {
  color: #444444 !important;
  /* color:red !important; */
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px !important;
}
.list-zi a:hover {
  color: #ff7126 !important;
  background: rgba(255, 131, 63, 0.2);
}

/* 倒三角 */
.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 43px;
  display: none;
}
.none {
  display: none !important;
}
/* banner */
.banner {
  position: relative;
}
#swiper2 {
  width: 100%;
  height: 780px;
}
.banner img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.swiper-pagination {
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
}
.swiper-pagination span {
  width: 15px;
  height: 15px;
  margin: 7px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007b70 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
/* 预约挂号 */
.index1 {
  height: 160px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  top: -80px;
  z-index: 20;
}
.index1 ul {
  height: 160px;
  display: flex;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.index1 li {
  height: 160px;
  flex: 1;
  overflow: hidden;
}
.index1 li a {
  display: block;
  flex: 1;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index1 li i {
  display: block;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  position: relative;
  z-index: 10;
}
.index1 li h3 {
  font-size: 18px;
  color: #414141;
  font-weight: bold;
  margin-bottom: 10px;
}
.index1 li span {
  font-size: 14px;
  color: #999999;
}
.index1 li:hover {
  background: #ff933f;
}
.index1 li:hover h3 {
  color: #fff;
}
.index1 li:hover span {
  color: #fff;
}
.yuyue {
  background: url(../images/yuyue.png) no-repeat center;
}
.index1 li:hover .yuyue {
  background: url(../images/yuyue_hover.png) no-repeat center;
}
.jiuyi {
  background: url(../images/jiuyi.png) no-repeat center;
}
.index1 li:hover .jiuyi {
  background: url(../images/jiuyi_hover.png) no-repeat center;
}

.zhuanjia {
  background: url(../images/zhuanjia.png) no-repeat center;
}
.index1 li:hover .zhuanjia {
  background: url(../images/zhuanjia_hover.png) no-repeat center;
}

.weizhi {
  background: url(../images/weizhi.png) no-repeat center;
}
.index1 li:hover .weizhi {
  background: url(../images/weizhi_hover.png) no-repeat center;
}

.gongshi{
  background: url(../images/gongshi.png) no-repeat center;
  
}
.index1 li:hover .gongshi {
  background: url(../images/gongshi_hover.png) no-repeat center;
}



/* 科室导航 */
/* 通用部分 */
.currency {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.currency h2 {
  font-size: 24px;
  font-weight: bold;
  color: rgba(65, 65, 65, 1);
  line-height: 34px;
}
.currency p {
  font-size: 14px;
  color: rgba(119, 118, 118, 1);
  line-height: 34px;
}
/* 科室导航 */
.keshi_list {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.keshi_list li {
  font-size: 18px;
  /* font-weight: bold; */
  margin: 0 30px;
  cursor: pointer;
  color: #777676;
}
.index1-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.index1-list li {
  margin: 10px 16px;
}
.index1-list a {
  display: block;
  width: 148px;
  height: 46px;
  font-size: 14px;
  color: #444444;
  border: 1px solid rgba(0, 123, 112, 1);
  border-radius: 10px;
  text-align: center;
  line-height: 46px;
  transition: transform 0.5s ease;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index1-list a:hover {
  color: #fff;
  background-color: #ff933f;
  border: 1px solid #ff933f;
}

/* 控制显示 */
.title_active {
  color: #007b70 !important;
  font-weight: bold;
}
.keshi_content {
  display: none;
}

.content_active {
  display: block !important;
}

/* 特色中心 */
.index3_warp {
  margin-top: 74px;
}
.index3_container {
  margin-top: 50px;
}
.index3_box {
  display: flex;
  justify-content: space-between;
}
.index3_item {
  display: block;
  position: relative;
}
.index3_box li {
  overflow: hidden;
  border-radius: 10px;
}
.index3_img {
  width: 295px;
  height: 190px;
  background-color: #000000;
}
.index3_img img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  transition: all 1s;
}
.index3_item:hover .index3_img img {
  transform: scale(1.1);
}
.index3_fixd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index3_fixd img {
  width: 60px;
  height: 60px;
}
.index3_fixd h3 {
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin-top: 20px;
}
.index3_fixd span {
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  margin: 10px 0;
}
.index3_fixd p {
  width: 276px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 专家介绍 */
/* 走进大兴军人 */
.index4_warp {
  margin-top: 70px;
  position: relative;
}
.index4_container {
  width: 100%;
  /* height: 522px; */
  margin-top: 50px;
  background: url(../images/zhuanjiajies.png);
  overflow: hidden;
}
.index4_centertop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 40px 0;
}
.index4_centertop img {
  width: 43px;
  height: 14px;
}
.index4_centertop h4 {
  font-size: 20px;
  font-weight: bold;
  color: rgba(1, 88, 80, 1);
  line-height: 34px;
  margin: 0 6px;
}
.index4_center {
  height: 522px;
  display: flex;
  flex-direction: column;
}
.banner2-left,
.banner2-right {
  position: absolute;
  top: 400px;
  cursor: pointer;
}
.banner2-left {
  left: 9vw;
}
.banner2-right {
  right: 9vw;
}

/* 人物卡片 */
.index4_centerbottom {
  display: flex;
  position: relative;
  margin-top: 20px;
}
.centerbottom_box {
  overflow: hidden;
}
.list_active {
  opacity: 0.3;
}

.people-list {
  /* width: 235px; */
  height: 340px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  margin: 0 27px;
}
.people-list:hover {
  /* border: 2px solid rgba(0, 123, 112, 1); */
  /* top: -10px; */
  transform: translate(0, -15px);
  background-color: #ff933f;
}
.pepple-img {
  width: 250px;
  height: 224px;
  overflow: hidden;
  margin: 0 auto;
}
.pepple-img img {
  width: 100%;
  object-fit: cover;
}
.people-second {
  display: flex;
  align-items: center;
  padding:10px;
}
.people-name {
  padding-bottom: 5px;
  border-bottom: 2px solid #007b6f;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 123, 112, 1);
}

.people-zhiwei {
  width: 80px;
  height: 20px;
  background: rgba(246, 246, 246, 1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.people-zhiwei > i {
  width: 12px;
  height: 12px;
}
.people-zhiwei span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(170, 170, 170, 1);
}
.keshi {
  display: flex;
  margin-top: 12px;
  margin-bottom: 6px;
  flex-direction: column;
  padding:0 10px;
}
.jianjie {
  width: 210px;
  padding:0 10px;
}
.people_info {
  font-size: 14px;
  color: rgba(85, 85, 85, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 2px 0;
  display:flex;
  flex-wrap:wrap;
  width:87%
}
.people_info span {
  font-size: 14px;
  color: rgba(170, 170, 170, 1);
  padding-right: 5px;
}

/*  */
.index4_center2 {
  /* height: 626px; */
  background: rgba(229, 242, 240, 1);
  overflow: hidden;
}
.index4_box {
  /* height: 626px; */
  display: flex;
  flex-direction: column;
}
.index4_boxcenter {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 500px;
}
.list-item {
  width: 380px;
  height: 220px;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  display: flex;
  margin: 17px 13px;
}
.list-img {
  width: 165px;
  height: 220px;
  flex-shrink: 0;
}
.list-right {
  display: flex;
  align-items: center;
  padding-left: 28px;
  overflow: hidden;
}
.list-img img {
  width: 100%;
  height: 100%;
}
.list-first {
  display: flex;
  align-items: center;
}
.people_info2 {
  width: 180px;
  font-size: 14px;
  color: rgba(85, 85, 85, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.people_info2 span {
  padding-right: 5px;
}
/* 列表分页器 */
.list-paging {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.list-paging li {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #007b70;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
}
.list-paging .list-item_active {
  background: #007b70;
  color: #fff;
}
/* 新闻介绍 */
.index5-warp {
  /* height: 1012px; */
  /*height: 900px;*/
  height: 660px;
  margin-top: 90px;
}
.index5_container {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.index5_box-top {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
}
.index5-item {
  width: 378px;
  height: 460px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 20px 30px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.index5-first {
  display: flex;
  justify-content: space-between;
}
.index5-first p {
  font-size: 18px;
  font-weight: bold;
  color: rgba(65, 64, 64, 1);
}
.index5-first a {
  width: 54px;
  height: 24px;
  background: rgba(0, 123, 112, 1);
  border-radius: 4px;
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  text-align: center;
}

.index5-first a:hover {
  background-color: #ff923f;
}
.index5-img {
  width: 316px;
  height: 170px;
  margin: 20px 0;
  overflow: hidden;
}
.index5-img:hover img {
  transform: scale(1.1);
}
.index5-img img {
  width: 100%;
  transition: all 0.6s;
}
.news-list {
  display: block;
}
.news-list h3 {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.news-list p {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .first-news {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}
.news-list:hover p {
  color: #ff933f;
}
.news-list:hover h3 {
  color: #ff933f;
}

.news-list2 a:hover {
  color: #ff933f;
}
.index5_line {
  width: 319px;
  height: 1px;
  background: rgba(237, 237, 237, 1);
  margin: 18px 0;
}
.news-list2 a {
  display: flex;
  justify-content: space-between;
  color: #444343;
  margin-bottom: 16px;
}

/* 健康视频 */
.h_video_warp {
  margin-top: 50px;
}
.h_video_box {
  display: flex;
  justify-content: space-around;
}
.h_video_item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
}
.h_video_img {
  width: 378px;
  height: 206px;
  transition: all 0.8s;
  opacity: 0.4;
}
.h_video_fixd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h_video_fixd img {
  width: 54px;
  height: 54px;
  opacity: 0.5;
}
.h_video_fixd h3 {
  width: 212px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin-top: 15px;
  text-align: center;
}
.h_video_item:hover .h_video_img {
  transform: scale(1.1);
}
/* 底部 */
footer {
  width: 100%;
  height: 233px;
  background: url(../images/footer-bg.png) no-repeat center;
  display: flex;
  flex-direction: column;
  color: #b2b2b2;
}
.footer-top {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
.lis1 li {
  margin: 20px;
}
.lis2 {
  display: flex;
  align-items: center;
  text-align: center;
}
.lis2 li {
  margin: 0 20px;
}
.lis2 p {
  margin: 12px 0;
}
.lis2 img {
  width: 100px;
  height: 100px;
}
.lis3 li {
  margin: 20px;
}
.lis3 a {
  display: block;
  color: #b2b2b2;
}
.footer-down {
  text-align: center;
  margin-top: 34px;
}
.up,
.down {
  font-size: 20px;
  margin: 0 10px;
  cursor: pointer;
}
.banner img {
  transition: all 5s ease;
  transform: scale(1.1);
}
.banner_active {
  transform: scale(1) !important;
}
.people-list a {
  display: block;
  width: 250px;
}
.people_bottom {
  border-radius: 0 0 10px 10px;
  padding: 15px;
}
.people-list:hover .people_bottom {
  background-color: #ff933f;
}
.people-list:hover .people-name {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.people-list:hover .keshi {
  color: #fff;
}

.people-list:hover .people_info {
  color: #fff;
}
.people-list:hover .people_info span {
  color: #fff;
}
.people-list:hover .people_bottom span {
  color: #fff;
}
.people-list:hover .people-zhiwei {
  background: rgba(255, 255, 255, 0.7);
}
.people-list:hover .people-zhiwei span {
  color: #ff933f;
}
.list-item:hover .list-right {
  background-color: #ff933f;
}

.list-item:hover .people-name {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.list-item:hover .keshi {
  color: #fff;
}

.list-item:hover .people_info {
  color: #fff;
}
.list-item:hover .people_info2 {
  color: #fff;
}
.list-item:hover .list-right span {
  color: #fff;
}
.list-item:hover .people-zhiwei {
  background: rgba(255, 255, 255, 0.7);
}
.list-item:hover .people-zhiwei span {
  color: #ff933f;
}
.h_video_item span {
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  margin: 10px 0;
}
.people_info_xinxi {
  width: 180px;
}
.tips_link_warp{
  margin-bottom: 30px;
}
.tips_link {
  display: flex;
  flex-wrap: wrap;
}
.tips_link a {
  margin-right: 25px;
  margin-bottom: 15px;
}
.tips_link a:nth-child(4n){
  margin-right: 0;
}
.tips_link_warp  .currency{
  margin-bottom: 40px;
}
.tips_link_warp  .currency h2{
  margin-bottom: 10px;
}