body {
  overflow-x: hidden;
}

.header_box {
  width: 100%;
  background-color: white;
}

.header_box .header_top {
  background-color: #eee;
  width: 100%;
  height: 100px;
}

.header_box .header_top .top_text {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 50px;
  flex-direction: column;
}

.header_box .header_top .top_text .text_r {
  color: #999;
}

.header_box .logo_information {
  width: 100%;
  height: 129px;
  background-color: white;
}

.header_box .logo_information .items_box {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header_box .logo_information .items_box .items_l {
  width: 35%;
  height: auto;
  border-right: 1px solid #cc207315;
}

.header_box .logo_information .items_box .items_l img {
  width: 100%;
  height: 100%;
  padding: 0 10px 0 0;
}

.header_box .logo_information .items_box .items_ll {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.header_box .logo_information .items_box .items_ll .hospital {
  font-size: 22px;
  font-weight: normal;
  color: #cc2074;
}

.header_box .logo_information .items_box .items_ll .zhouchongying {
  font-size: 18px;
  color: #cc2074;
}

.header_box .logo_information .items_box .phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_box .logo_information .items_box .phone .phone_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
}

.header_box .logo_information .items_box .phone .phone_r .twenty_four_hours {
  font-size: 18px;
  color: #cc2074;
}

.header_box .logo_information .items_box .phone .phone_r .phone_number {
  font-size: 22px;
  font-weight: 700;
  color: #cc2074;
}

.header_box .logo_information .items_box .sarch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header_box .logo_information .items_box .sarch:hover .sarch_show {
  display: flex !important;
}

.header_box .logo_information .items_box .sarch .but {
  width: 58px;
  height: 58px;
  background-color: #f2f2f2;
  border: none;
  cursor: pointer;
}

.header_box .logo_information .items_box .sarch .but img {
  width: 100%;
  height: 100%;
}

.header_box .logo_information .items_box .sarch .sarch_show {
  width: 340px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  /* position: absolute;
  right: 0px;
  top: 4px; */
}

.header_box .logo_information .items_box .sarch .sarch_show input {
  width: 280px;
  border-radius: 6px 0 0 6px;
  border: 1px solid #eee;
  outline: 0;
  padding: 0 30px;
  font-size: 16px;
}

.header_box .logo_information .items_box .sarch .sarch_show .search_btn {
  width: 80px;
  background-color: #cc2074;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.header_box .nav {
  width: 100%;
  height: 70px;
  background-color: #cc2074;
}

.header_box .nav .nav-one {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 70px;
}

.header_box .nav .nav-one li {
  position: relative;
}

.header_box .nav .nav-one li:hover .menu {
  display: block;
}

.header_box .nav .nav-one li a {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.header_box .nav .nav-one li a:active {
  font-weight: 600;
}

.header_box .nav .nav-one li .menu {
  width: 220px;
  position: absolute;
  top: 70px;
  left: -70px;
  display: none;
  background-color: #cc2074;
  z-index: 9999999;
  text-align: center;
  line-height: 42px;
  border-top: 1px solid #ff7cbc;
}

.header_box .nav .nav-one li .menu li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.header_box .banner {
  width: 100%;
  height: 216px;
  background-image: url(../images/headbg_03.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.header_box .banner .mask {
  position: absolute;
  top: 157px;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(#fbcbcf00, #fff);
  z-index: 999;
}

.header_box .banner .news-left {
  width: 100%;
  height: 100%;
}

.header_box .banner .news-left .swiper {
  width: 100%;
  height: 100%;
}

.header_box .banner .news-left .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #ff85c2;
  /* 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;
}

.header_box .banner .news-left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_box .banner .news-left .swiper-pagination {
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  bottom: 50px;
  z-index: 999;
}

.header_box .banner .news-left .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
}

.header_box .banner .news-left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc2074;
}

.main {
  width: 100%;
  margin: 40px 0 60px 0;
}

.main .container {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #eee;
  padding: 30px 30px;
}

.main .container .breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 22px;
  margin-bottom: 53px;
}

.main .container .breadcrumbs img {
  width: 18px;
  margin-right: 10px;
}

.main .container .breadcrumbs .act {
  color: #cc2074;
}

.main .container .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 48px;
}

.main .container .source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  background-color: #f5f5f5;
  padding: 0 10px;
  color: #999;
}

.main .container .source .source-left {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main .container .source .source-left div {
  margin-right: 20px;
}

.main .container .source .source-right {
  display: flex;
  align-items: center;
}

.main .container .source .source-right .font {
  display: flex;
  align-items: center;
}

.main .container .source .source-right .font .font-list {
  display: flex;
  margin-right: 14px;
}

.main .container .source .source-right .font .font-list li {
  padding: 6px 8px;
  background-color: #fff;
  margin-right: 1px;
  cursor: pointer;
}

.main .container .source .source-right .font .font-list .active {
  color: #fd5a19;
}

.main .container .source .source-right .print {
  display: flex;
  align-items: center;
  margin-right: 0px;
  cursor: pointer;
}

.main .container .source .source-right .print img {
  width: 18px;
  margin-right: 6px;
}

.main .container .source .source-right .share {
  display: flex;
}

.main .container .source .source-right .share img {
  width: 25px;
  margin-right: 5px;
  cursor: pointer;
}

.main .container .source .source-right .share .wx-share {
  position: relative;
}

.main .container .source .source-right .share .wx-share:hover .ewm {
  display: block;
}

.main .container .source .source-right .share .wx-share .ewm {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  width: 110px;
  height: 140px;
  transform: translateX(-50%);
  background-color: #eee;
  text-align: center;
}

.main .container .source .source-right .share .wx-share .ewm .wx-code {
  width: 110px;
  height: 110px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 5px;
  padding: 10px;
}

.main .container .source .source-right .share .wx-share .ewm .wx-code img {
  width: 100%;
  height: 100%;
}

.main .container .source .source-right .share .wb-share {
  position: relative;
}

.main .container .source .source-right .share .wb-share:hover .ewm {
  display: block;
}

.main .container .source .source-right .share .wb-share .ewm {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  width: 110px;
  height: 140px;
  transform: translateX(-50%);
  background-color: #eee;
  text-align: center;
}

.main .container .source .source-right .share .wb-share .ewm .wb-code {
  width: 110px;
  height: 110px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 5px;
  padding: 10px;
}

.main .container .source .source-right .share .wb-share .ewm .wb-code img {
  width: 100%;
  height: 100%;
}

.main .container .content {
  font-size: 17px;
  color: #333;
  line-height: 40px;
  padding: 50px 0 100px 0;
}

.main .container .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .container .other .other-left {
  font-size: 18px;
  color: #999;
  border-left: 1px solid #d9d9d9;
  padding-left: 20px;
}

.main .container .other .other-left .prev {
  font-size: 24px;
  color: #cc2074;
  margin-bottom: 15px;
  cursor: pointer;
}

.main .container .other .other-right {
  font-size: 18px;
  color: #999;
  border-right: 1px solid #d9d9d9;
  padding-right: 20px;
}

.main .container .other .other-right .next {
  font-size: 24px;
  color: #cc2074;
  margin-bottom: 15px;
  cursor: pointer;
}

.foot {
  width: 100%;
  height: auto;
  background-color: #c92176;
  margin-top: 60px;
  padding: 22px 0;
}

.foot .foot_box {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.foot .foot_box .foot_l {
  padding: 0 100px 0 0;
  border-right: 1px solid #ffffff30;
}

.foot .foot_box .foot_mid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 100px;
}

.foot .foot_box .foot_mid span {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}

.foot .foot_box .qr {
  width: 80px;
  height: 80px;
  margin-right: 120px;
}

.foot .foot_box .qr img {
  width: 100%;
  height: 100%;
}

.foot .foot_box .foot_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 100px;
  border-left: 1px solid #ffffff30;
  width: 450px;
}

.foot .foot_box .foot_r span {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}

.foot .foot_box .foot_r span img {
  vertical-align: middle;
}