
/* ------------------banner开始------------------ */
.swiper-banner{
    overflow: hidden;
    position: relative;
    min-width: 1100px;
}
.swiper-banner a{
    display: block;
    overflow: hidden;
}
.swiper-banner img{
    width: 100%;
    transition: all .3s;
}
.swiper-banner .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: .9;
}
.swiper-banner .swiper-pagination-bullet-active{
    background: #77001a;
}
/* 按钮 */
.swiper-banner .banner-button-prev,.swiper-banner .banner-button-next{
    width: 66px;
    height: 66px;
    background: url(../image/banner_prev.png) no-repeat center center;
    /* background-size: 100% 100%; */
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 40%;
    margin-top: -64px;
    z-index: 3;
    transition: all.3s;
    transform: translatex(-100%);
    opacity: 0;
    visibility: hidden;
}
.swiper-banner .banner-button-next{
    transform: translateX(100%);
    background: url(../image/banner_next.png) no-repeat center center;
    left: auto;
    right: 20px;
}
.swiper-banner:hover .banner-button-prev,.swiper-banner:hover .banner-button-next{
    transform: translatex(0);
    visibility: visible;
    opacity: 1;
}

.swiper-banner .swiper-slide-active img{
    animation: zoomin 10s ease-in-out infinite alternate;
    -webkit-animation: zoomin 10s ease-in-out infinite alternate;
}
@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.1);}
}
/* ------------------banner结束------------------ */

/* ------------------section_1 开始------------------ */
.section_1 ul{

}
.section_1_title{
    padding: 27px 0;
    margin: 10px 0;
    background: url(../image/section_1_title_bg.png) no-repeat center center;
    margin-top: -45px;
}
.section_1_title p{
    font-size: 24px;
    color: #00736d;
    font-weight: 600;
    text-align: center;
}
.section_1_title span{
    color: #c9c9c9;
    font-size: 16px;
    font-family: "Roboto";
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.section_1 ul li{
    width: 230px;
    height: 141px;
    float: left;
    padding-top: 15px;
    margin: 0 8px;
    transition: all .3s;
}
.section_1 ul li:hover{
    transform: translateY(-10px);
}
.section_1 ul li:first-child{
    margin-left: 0;
}
.section_1 ul li:last-child{
    margin-right: 0;
}
.section_1 ul li:first-child{
    background: url(../image/bm_bg1.png) no-repeat;
}
.section_1 ul li:nth-child(2){background: url(../image/bm_bg2.png) no-repeat;}
.section_1 ul li:nth-child(3){background: url(../image/bm_bg3.png) no-repeat;}
.section_1 ul li:nth-child(4){background: url(../image/bm_bg4.png) no-repeat;}
.section_1 ul li:nth-child(5){background: url(../image/bm_bg5.png) no-repeat;}
.section_1 ul li a{
    display: block;
}
.section_1 ul li a img{
    display: block;
    margin: 0 auto;
    transition: all 1s;
}
.section_1 ul li:hover a img{
transform:rotateY(360deg);
}
.section_1 ul li a p{
    font:bold 16px/33px "微软雅黑";
    text-align: center;
    color: #fff;
}
.section_1 ul li a span{
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
}
/* ------------------section_1 结束------------------ */

.section_2_bg{
    background: url(../image/section_2_bg.png) no-repeat left bottom;
    padding-bottom: 20px;
}
.news_margin{
    margin-top: 25px;
    margin-bottom: 20px;
}
.notice_ul{
    margin-top: 25px;
}
.section_2{padding: 20px 0;    padding-bottom: 0;}
.common_title {
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
}
.common_title p{
    font-size: 24px;
    color: #00736d;
    display: inline-block;
    font-weight: 600;
    line-height: 50px;
}
.common_title a{
    font-size: 14px;
    color: #2a2a2a;
    line-height: 50px;
}
/* 医院新闻 */
.news{
    display: inline-block;
}
/* ------------------新闻轮播图开始------------------ */
.swiper-news{
    overflow: hidden;
    display: inline-block;
}
.swiper-news .swiper-wrapper{
    width: 100%;
    max-width: 430px;
    /* height: 437px; */
}
.swiper-news img{
    width: 100%;
    height: 340px;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.swiper-news p{
    background: #000;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.swiper-news a{
    display: block;
 height: 340px;
}
.swiper-news a:hover img{
    transform:scale(1.1);
}
.swiper-news .swiper-slide span{
    float: right;
    font-size: 16px;
    color: #feffff;
    border-left: 1px solid;
    padding-left: 10px;
}
.swiper-news .news_pagination{
    position: absolute;
    right: 10px;
    bottom: 50px;
    padding-right: 10px;
    text-align: right;
    z-index: 9;
}
.swiper-news .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    transition: all .3s;
    opacity: 1;
}
.swiper-news .news_pagination .swiper-pagination-bullet-active{
    background: #00736d;
}
/* ------------------新闻轮播图 结束------------------ */

/* ------------------新闻列表 开始------------------ */
.news_list{display: inline-block;margin-left: 1%;vertical-align: top;}
.news_list ul li{
    padding-left: 20px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news_list ul li:hover{
    transform: translateY(-3px);
}
.news_list ul li:after{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    background: #00736d;
}
.news_list ul li a {
    font-size: 15px;
    color: #505151;
    line-height: 33px;
}
.news_list ul li:hover a,.news_list ul li:hover span{
    color: #00736d;
}
.news_list ul li span{
    color: #5f5f5f;
    font-size: 12px;
    float: right;
    line-height: 33px;
}
.news_list ul .news_first{
    padding-left: 0;
    border-bottom: solid #eee 1px;
}
.news_list ul .news_first:after{width: 0;}
.news_list ul .news_first a{
    font-size: 16px;
    font-weight: 600;
    color: #00736d;
}
.news_list ul .news_first p{
    font-size: 14px;
    color: #616161;
    text-indent: 2em;
    line-height: 25px;
    padding: 12px;
    padding-top: 0;

    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
/* ------------------新闻列表 结束------------------ */

/* -------通知公告 开始------- */
.notice{
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    background: #eef5f5;
    padding: 0 15px;
}
.notice .common_title p{
color: #949494;
}
.notice_title{
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.notice_title>a{
    font-size: 24px;
    color: #252625;
    font-weight: 600;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
    position: relative;
    cursor: default;
}
.notice_title>a:first-child{
    border-right: solid 1px #535353;
    /* padding-left: 0; */
}
.notice_title .on{
    color: #00736d;
}
.notice_title .on:after{
    width: 50px;
    height: 5px;
    content: "";
    background: #00736d;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -13px;
}
/* 列表 */
.notice_ul ul li{
        padding-top: 15px;
    margin: 15px 0;
    border-top: solid 1px #d2d2d2;
}
.notice_ul ul li:first-child{
    padding-top: 0;
    border: none;
}
.notice_ul ul li a{
    font-size: 15px;
    color: #121212;
    /* float: right; */
    /* width: 74%; */
    margin-top: 15px;
    margin-left: 79px;
    line-height: 24px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.notice_ul ul .div_on div{
    background: #00736d;
}
.notice_ul ul .div_on a{
    font-weight: 600;
}
.notice_ul ul li:hover a{
    font-weight: 600;
    /* color: #00736d; */
}
.notice_ul ul li div{
    background: #bfbfbf;
    text-align: center;
    float: left;
    width: 24%;
   width: 70px;
    padding: 11px 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.notice_ul ul li:hover div{
    background: #00736d;
}
.notice_ul ul li div p{
    font-family: 'zkqkhyt';
    font-size: 31px;
    color: #fff;
}
.notice_ul ul li div span{
    display: block;
    font-size: 14px;
    color: #fff;
}
/* -------通知公告 结束------- */
/* 招标采购 */

.zbcg_ .common_title ul{
    position: absolute;
    left: 114px;
    top: 12px;
    padding: 5px 0;
    width: 300px;
}

.zbcg_ .common_title ul li{
    float: left;
    margin-right:10px;
    border-left: 1px solid #252525;
}
.zbcg_ .common_title ul li a{
    color:#252525;
    font-size: 14px;
    padding-left: 10px;
    display: block;
    line-height: 15px;
}
.zbcg_ .common_title ul li:first-child{
    border: none;
}

.zbcg_{
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
}
.zbcg_ul{

}
.zbcg_ul li{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
    padding: 10px 10px 0 10px;
    margin: 12px 0;
    height: 80px;
    width: 49%;
    float: left;
}
.zbcg_ul li:nth-child(odd){
    margin-right: 2%;
}
.zbcg_ul li:first-child,.zbcg_ul li:nth-child(2){
    margin-top: 0;
}
.zbcg_ul li div{
    float: left;
}
.zbcg_ul li div p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #3a7b75;
    text-align: center;
    padding: 0 15px;
}
.zbcg_ul li div span{
    color: #313131;
    font-size: 14px;
    line-height: 30px;
    background: #eee;
    display: block;
    text-align: center;
}
.zbcg_ul li a{
    float: right;
    margin-top: 5px;
    width: 80%;
}
.zbcg_ul li:hover a{
    font-weight: 600;
}

.zbcg_ul li:hover div p{
    background: #00736d;
}
.zbcg_ul li:hover{
    /* border-right: 3px solid #00736d; */
    transform: translateY(-5px);
}

/* ------------------section_3 开始------------------ */
.section_3{
    background: url(../image/section_3_bg.png) no-repeat center bottom;
    background-color: #edf5f5;
    padding: 25px;
}

/* 临床新技术 */
.lcxjs>ul{
    margin-top: -10px;
}
.lcxjs>ul li{
    border-bottom: solid 1px #e5e5e5;
    position: relative;
    padding-left: 18px;
    transition: all .3s;
}
.lcxjs>ul li:hover{
transform: translateY(-5px);
}
.lcxjs>ul li:after{
    width: 5px;
    height: 5px;
    content: "";
    background: #00736d;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}
.lcxjs>ul li a{
    font-size: 15px;
    line-height: 43px;
    color: #5f5f5f;
}
.lcxjs>ul li:hover a{
    color: #00736d;
}

.lcxjs>ul li span{
    float: right;
    font-size: 12px;
    color: #5f5f5f;
    line-height: 43px;
}
/* 专题专栏 */
.ztzl{
    padding-bottom: 25px;
}
.swiper-ztzl{
    overflow: hidden;
    position: relative;
}
.swiper-ztzl img{
    height: 70px;
    display: block;
    margin: 0 auto;
}
.ztzl-button-prev{
    width: 29px;
    height: 51px;
    background: url(../image/zl_l.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    z-index: 2;
    cursor: pointer;
}
.ztzl-button-next{
    width: 29px;
    height: 51px;
    background: url(../image/zl_r.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
    z-index: 2;
    cursor: pointer;
}
/* ------------------section_3 结束------------------ */

/* ------------------section_4 结束------------------ */
.section_4{
       padding-bottom: 20px;
    padding-top: 14px;
}
.section_4_swiper{
    overflow: hidden;
    margin: 33px 0;
}
.section_4_swiper .swiper-slide{
    border: solid 1px #cadadd;
-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section_4_swiper .swiper-slide:hover{
    transform: translateY(-5px);
}
.section_4_swiper .swiper-slide a{
    display: block;
    position: relative;
    text-align: center;
    padding: 15px 13px;
}
.section_4_swiper .swiper-slide a img{
    display: block;
    margin: 0 auto;
    width: 131px;
    height: 170px;
}
.section_4_swiper .swiper-slide a h2{
    font-size: 14px;
    color: #fff;
    background: #00736d;
    display: inline-block;
    width: 96px;
    line-height: 37px;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 164px;
}
.section_4_swiper .swiper-slide a div{
    margin-top: 30px;
    font-size: 15px;
    color: #1f2020;
    text-align: left;
    padding-bottom: 6px;
}
.section_4_swiper .swiper-slide a div span{
    display: block;
    text-align: center;
    border-top: solid #dedede 1px;
    border-bottom: solid #dedede 1px;
    padding: 4px 0;
    width: 96px;
    margin: 0 auto;
}
.section_4_swiper .swiper-slide a p{
    font-size: 15px;
    color: #1f2020;
    text-align: left;
}
@media screen and ( max-width: 1500px ) {
    
}

.section_4_swiper2{
    overflow: hidden;
    margin: 33px 0;
}
.section_4_swiper2 .swiper-slide{
    border: solid 1px #cadadd;
}
.section_4_swiper2 .swiper-slide ul li{
    float: left;
    margin: 0 19px;
}

.section_4_swiper2 .swiper-slide a{
    display: block;
    position: relative;
    text-align: center;
    padding: 15px 13px;
}
.section_4_swiper2 .swiper-slide a img{
    display: block;
    margin: 0 auto;
    width: 131px;
    height: 170px;
}
.section_4_swiper2 .swiper-slide a h2{
    font-size: 14px;
    color: #fff;
    background: #ff9400;
    display: inline-block;
    width: 96px;
    line-height: 37px;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 164px;
}
.section_4_swiper2 .swiper-slide a div{
    margin-top: 30px;
    font-size: 15px;
    color: #1f2020;
    text-align: left;
    padding-bottom: 6px;
}
.section_4_swiper2 .swiper-slide a div span{
    display: block;
    text-align: center;
    border-top: solid #dedede 1px;
    border-bottom: solid #dedede 1px;
    padding: 4px 0;
    width: 96px;
    margin: 0 auto;
}
.section_4_swiper2 .swiper-slide a p{
    font-size: 15px;
    color: #1f2020;
    text-align: left;
}
/* 在线视频 */
.section_4_2 .w-1280{
    width: 1290px;
    margin: 0 auto;
}
.zxsp>p{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 60px;
    height: 393px;
    background: url(../image/video_bg.png) no-repeat left bottom;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.zxsp>a{
    display: inline-block;
    position: relative;
}
.zxsp>a:after{
    content: "";
    width: 77px;
    height: 77px;
    background: url(../image/video_play.png);
    position: absolute;
    left: 50%;
    margin-left: -38px;
    top: 50%;
    margin-top: -38px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.zxsp>a:hover:after{
    opacity: 1;
    visibility: visible;
}
.zxsp>a img{
    display: block;
    width: 511px;
    height: 393px;
}
.section_4_link{
    width: 705px;
}
.section_4_link ul li{
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    margin-left: 10px;
}
.section_4_link ul li img{
    display: block;
    transition: all .3s;
}
.section_4_link ul li:first-child{
    margin-left: 0;
    margin-right: 1px;
}
.section_4_link ul li:nth-child(3){
    margin-left: 0;
}
.ksdh{padding-top: 15px;}

.section_4_link ul li:first-child{
    width: 325px;
    height: 189px;
}
.section_4_link ul li:nth-child(2),.section_4_link ul li:nth-child(2) img{
    width: 369px;
    height: 189px;
}
.section_4_link ul li:nth-child(3),.section_4_link ul li:nth-child(3) img{
    width: 250px;
    height: 196px;
}
.section_4_link ul li:nth-child(4),.section_4_link ul li:nth-child(4) img{
    width: 251px;
    height: 196px;
}
.section_4_link ul li:nth-child(5),.section_4_link ul li:nth-child(5) img{
    width: 184px;
    height: 196px;
}
.section_4_link ul li:hover img{
    transform: scale(1.1);
}
/* ------------------section_4 结束------------------ */

.section_5{
    background: #f6f9f7;
    padding: 25px 35px;
    height: 290px;
}
.section_5_main{
    padding-left: 345px;
}
.section_5_title{
    width: 100%;
}
.section_5_title>div{
    float: left;
    text-align: center;
    width: 25%;
    vertical-align: middle;
    position: relative;
}
.section_5_title>div>a{
    color: #fff;
    line-height: 40px;
}
.section_5_tab1{
    background: url(../image/section_5_tab1_bg.png) no-repeat 73px center;
    background-color: #007a76;
}
.section_5_tab2{
    background: url(../image/section_5_tab2_bg.png) no-repeat 73px center;
    background-color: #429490;
}
.section_5_tab3{
    background: url(../image/section_5_tab3_bg.png) no-repeat 63px center;
    background-color: #8dd7d3;
}
.section_5_tab4{
    background: url(../image/section_5_tab4_bg.png) no-repeat 63px center;
    background-color: #d7eeed;
}
/* 列表 */
.section_5_title>div ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 400%;
    margin-top: 20px;
    display: none;
}
.section_5_title>.show_ul ul{
    /* left: 0%; */
    display: block;
}
.section_5_title>div ul li{
    width: 18%;
    float: left;
    border: solid #8c8c8c 1px;
    padding: 9px 0 9px 22px;
    margin: 10px 1%;
}
.section_5_title>div ul li a {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #757575;
    padding-left: 15px;
    border-left: solid 1px #6f6f6f;
}
.section_5_title>div ul .on{
    background: #007a76;
}
.section_5_title>div ul .on a{
    color: #fff;
    border-left: solid 1px #fff;
}
.section_5_title>div ul .on .section_5_img{
    display: block;
}

.section_5_title .section_5_tab2 ul{
    left: -100%;
}
.section_5_title .section_5_tab3 ul{
    left: -200%;
}
.section_5_title .section_5_tab4 ul{
    left: -300%;

}
/* 图片 */
.section_5_img{
    display: none;
    border: 10px solid #f6f9f7;
    box-shadow: 0px 6px 12.74px 0.26px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -345px;
    top: -66px;
}

.section_5_img img{
width: 312px;
    height: 232px;
}
.section_5_img p{
    font-size: 16px;
    color: #fff;
    background: #242424;
    background: rgba(0, 0, 0, .5);
    /* line-height: 32px; */
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 5px 20px 5px 10px;
    border-right: 6px solid #007a76;
}

.section_4_2{
    background: url(../image/section_4_bg.png) no-repeat center bottom;
    padding: 18px 0;
    background-color: #00736d;
}

@media screen and ( min-width: 1600px ) {
 .swiper-news a{
        height: 406px;
    }
    .swiper-news img{
        height: 406px;
    }
    .news_list ul li a{
        line-height: 40px;
    }
    .notice_ul ul li{
        xmargin: 43px 0;
    }
    .section_1 ul li{
        margin: 0 56px;
    }
  
}
@media screen and ( max-width: 1500px ) {
.section_5_tab1 {
    background: url(../image/section_5_tab1_bg.png) no-repeat 56px center;
    background-color: #007a76;
}
.section_5_tab2 {
    background: url(../image/section_5_tab2_bg.png) no-repeat 59px center;
    background-color: #429490;
}
.notice_ul ul li div {
    padding: 7px 7px;
}
.notice_ul ul li {
    margin: 8px 0;
}

.section_4_swiper .swiper-slide a img {
   width: 106px;
    height: 150px;
}

.section_4_swiper2 .swiper-slide a img {
    width: 106px;
    height: 150px;
}
.section_4_swiper2 .swiper-slide ul li{
    margin: 0 12px;
}


}

@media screen and ( max-width: 1400px ) {
.section_4_swiper2 .swiper-slide ul li{
    margin: 0 6px;
}
}
@media screen and ( max-width: 1300px ) {
.section_4_swiper2 .swiper-slide ul li{
    margin: 0 2px;
}
}
@media screen and ( max-width: 1200px ) {
.section_4_swiper2 .swiper-slide ul li{
    margin: 0 0px;
}
}
@media screen and ( max-width: 1000px ) {
.section_4_2 .w-1280{
    width: 1100px;
}
.zxsp{
    width: 388px;
}
.zxsp>a img{
    width: 100%;
    height: auto;
}
.zxsp>a{
    width: 81%;
}
.section_1 ul li{
    width: 204px;
}
.notice_ul{
    height: 357px;
    overflow: hidden;
}
}