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 0 0 14px;
    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 .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: 0px;
    z-index: 999;
}

.header_box .banner .news-left .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
}

.header_box .banner .news-left .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #cc2074;
}

.header_box .serveguide_box {
    z-index: 999999;
    position: absolute;
    top: 515px;
    bottom: 0px;
    width: 100%;
    height: 160px;
    padding: 12px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.header_box .serveguide_box .serveruide_items {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

}

.header_box .serveguide_box .serveruide_items .serveruide_l {
    width: 96px;
    height: 96px;
    background-color: #cc2074;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    display: none;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment {
    width: 205px;
    height: 66px;
    background: url(../images/make_an_appointment.png) 100% no-repeat;
    text-align: center;
    line-height: 66px;
    padding-left: 60px;
    font-size: 26px;
    margin-left: 30px;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment:nth-child(3) {
    background: url(../images/attendance_information.png) 100% no-repeat;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment:nth-child(4) {
    background: url(../images/doctors_guide.png) 100% no-repeat;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment:nth-child(5) {
    background: url(../images/hospitalization_instructions.png) 100% no-repeat;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment:nth-child(6) {
    background: url(../images/medicare_guidelines.png);
}

.ribbon_top {
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.ribbon_top .video_item {
    width: 95%;
    height: 100%;
    margin: 0 auto;
}

.ribbon_top .video_item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ribbon_top .ribbon_right {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 30px;
}

.ribbon_top .ribbon_right .ribbon {
    width: 310px;
    height: 180px;
    margin-bottom: 25px;
}

.ribbon_top .ribbon_right .ribbon a {
    display: block;
    width: 100%;
    height: 100%;
}

.ribbon_top .ribbon_right .ribbon a img {
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}

.ribbon_top .ribbon_right .ribbon a img:hover {
    transform: scale(1.05);
    /* transition 别放hover里，放到img里，这样移入移出一样缓慢，不然只对hover移上去有缓慢效果 */
}

.ribbon_bottom {
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.ribbon_bottom .ribbon_item {
    width: 310px;
    height: 170px;
    background-color: #fe8b8e;
    margin: 0 0 30px 0;
}

.ribbon_bottom .ribbon_item a {
    display: block;
    width: 100%;
    height: 100%;
}

.ribbon_bottom .ribbon_item a img {
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}

.ribbon_bottom .ribbon_item a img:hover {
    transform: scale(1.05);
    /* transition 别放hover里，放到img里，这样移入移出一样缓慢，不然只对hover移上去有缓慢效果 */
}

.expert_team {
    width: 100%;
    height: auto;
    margin-top: 30px;
    background: url(../images/expert_team_bg.png) center 100% no-repeat;
    border: solid 1px #eeeeee;
}

.expert_team .expert_team_title {
    width: 100%;
    height: 112px;
    text-align: center;
    background: url(../images/titlebg.png) center 100% no-repeat;
    font-size: 30px;
    color: #cc2074;
    font-weight: 600;
    padding-top: 70px;
}

.expert_team .expert_team_nav_content {
    width: 100%;
    margin: 0 auto;
}

.expert_team .expert_team_nav_content .expert_team_nav_box {
    width: 100%;
    height: 66px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 40px;
}

.expert_team .expert_team_nav_content .expert_team_nav_box .expert_team_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 66px;
    padding: 3px 0;
}

.expert_team .expert_team_nav_content .expert_team_nav_box .expert_team_nav li {
    width: 145px;
    height: 58px;
    text-align: center;
}

.expert_team .expert_team_nav_content .expert_team_nav_box .expert_team_nav .active {
    background: url(../images/expert_team_navbg.png) 100% center no-repeat;
}

.expert_team .expert_team_nav_content .expert_team_nav_box .expert_team_nav .active a {
    font-weight: 600;
    color: #cc2074;
}

.expert_team .expert_team_nav_content .expert_team_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item {
    width: 180px;
    height: 280px;
    background-color: #f7f7f7;
    position: relative;
    margin-top: 156px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 110px;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_avatar {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -98px;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_avatar img {
    width: 100%;
    height: 100%;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_title {
    font-size: 24px;
    color: #cc2074;
    font-weight: 600;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_subheading {
    font-size: 18px;
    color: #cc2074;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_description {
    width: 100%;
    height: 56px;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
    display: -webkit-box;
    /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-box-orient: vertical;
    /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
    text-overflow: ellipsis;
    /* 可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_bg {
    position: absolute;
    bottom: 20px;
}

.dynamic_announcements {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.dynamic_announcements .news_l {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dynamic_announcements .news_l .l_title {
    width: 95%;
    height: 73px;
    background: url(../images/l_title.png) left 100% no-repeat;
    line-height: 73px;
    padding-left: 80px;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    margin: 0 auto;
}

.dynamic_announcements .news_l .news_content {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin-top: 20px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.dynamic_announcements .news_l .news_content .news_textbox {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.dynamic_announcements .news_l .news_content .news_textbox .news_img {
    width: 100%;
    height: 260px;
    background-color: #eee;
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box {
    width: 100%;
    margin-top: 30px;
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box .text {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*禁止换行*/
    text-overflow: ellipsis;
    /*省略号*/
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box .text a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 550;
    line-height: 42px;
    color: #333333;
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box .texts {
    width: 100%;
    display: -webkit-box;
    /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-box-orient: vertical;
    /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
    text-overflow: ellipsis;
    /* 可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box .texts a {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #999999;
}

.dynamic_announcements .news_l .news_content .text_list {
    width: 48%;
    height: 400px;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .year_day_l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 10px;

}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .year_day_l .day {
    font-size: 42px;
    color: #999999;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .year_day_l .years {
    font-size: 16px;
    color: #999999;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .text_r a {
    width: 272px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 10px;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .text_r a:hover {
    color: #cc2074;
}

.dynamic_announcements .announcement {
    width: 95%;
    display: flex;
    flex-direction: column;
}

.dynamic_announcements .announcement .r_title {
    width: 100%;
    height: 73px;
    background: url(../images/r_title.png) left 100% no-repeat;
    line-height: 73px;
    padding-left: 80px;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

.dynamic_announcements .announcement .announcement_list {
    width: 100%;
    height: 468px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    padding: 30px;
    margin-top: 20px;
}

.dynamic_announcements .announcement .announcement_list .text_list {
    height: 400px;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .year_day_l {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .year_day_l .day {
    font-size: 42px;
    color: #999999;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .year_day_l .years {
    font-size: 16px;
    color: #999999;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .text_r a {
    width: 570px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 10px;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .text_r a:hover {
    color: #cc2074;
}

.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;
}