﻿.quick {
    height: 420px;
    background: url(/Resource/Images/quick.jpg) no-repeat center;
}
.quick  .item{
    width:380px;
    height:400px;
    position:relative;
    float:left;
    z-index:99;
    padding:30px 0 0 40px;
    box-sizing:border-box;
}
.quick .item1 {
    background: url(/Resource/Images/item1.jpg) no-repeat center;
    margin-right:30px;
    top:40px;
}
.quick .item2 {
    background: #159957;
    margin-right: 30px;
    top: -60px;
}
.quick .item3 {
    background: #e28a5a;
}

.quick .item h2 a, .quick .item h3{
    font-size: 32px;
    color: #fff;
}
.quick .item1 h3 {
    color: #3c99a3
}
.quick .item2 h3 {
    color: #2dbf76
}
.quick .item3 h3 {
    color: #eaa37d;
}
.quick .item ul{
    margin-top:30px;
}
.quick .item li {
    margin-top: 10px;
}
.quick .item li a {
    font-size: 20px;
    color: #fff;
    display: block;
    width: 256px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    background: #24646b;
    padding-left:30px;
    box-sizing:border-box;
}
.quick .item li a:hover {
    background: #4a94a1;
}
.quick .item2 li a {
    background: #12824a;
}
.quick .item3 li a {
    background: #c0754d;
}
/*医生*/
.title .more{
    margin-top:8px;
}
/*医生*/
.expert{
    margin-top:90px;
}
.expert h2 {
    font-size: 32px;
    color: #006883;
}
.expert h2 a:hover{
    color:#006984;
}
.expert h3 {
    font-size: 32px;
    color: #e6e6e6;
}
.expert .title .more {
    border: 1px solid #006984;
    color: #006984;
    padding:8px 20px;
    border-radius:5px;
}
.expert .title .more:hover {
    color: #fff;
    background: #006984;
}
.doctor-slider {
    margin: 0 -20px;
    position: relative;
}
.doctor-slider .prev, .doctor-slider .next, .treat-slider .prev, .treat-slider .next {
    position: absolute;
    width: 40px;
    height: 100px;
    background: rgba(0,0,0,.1);
    color: #fff;
    top: 130px;
    border-radius: 5px;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    line-height: 100px;
}
.doctor-slider .prev:hover, .doctor-slider .next:hover, .treat-slider .prev:hover, .treat-slider .next:hover {
    background: rgba(0,0,0,.15);
}
.doctor-slider .prev, .treat-slider .prev {
    left: -40px;
}
.doctor-slider .next, .treat-slider .next {
    right: -40px;
}

.doctor-slider .slick-slide {
    text-align: center;
    margin-right: 40px;
    width: 270px;
    margin: 0 20px;
}
.doctor-slider .slick-slide a{
    display:block;
}
.doctor-slider div h4 {
    font-size: 18px;
    color: #111;
    padding: 5px 0 3px;
}
.doctor-slider div p {
    font-size: 16px;
    color: #444444;
}
.doctor-slider div img {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    width: 270px;
    height: 390px
}
.doctor-slider div img:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.doctor-slider div a:hover h4{
    color:#006984;
    font-weight:bold;
}
/*科室*/
.dep {
    height: 530px;
    background: url(/Resource/Images/dep_bg.jpg) no-repeat center;
    margin-top: 80px;
}
.dep h2 a {
    color: #fff;
}
.dep h2 a:hover{
    font-weight:bold;
}
.dep h2 {
    font-size: 32px;
    text-align: center;
    padding: 40px 0 10px;
}
.dep h3 {
    color: #bdbdbd;
    font-size: 32px;
    text-align: center;
}
.dep .box {
    position: relative;
}
.dep .box .type {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    font-size: 18px;
    cursor:pointer;
}
.dep .box .type.current{
    font-weight:bold;
}
.dep .box .item {
    padding-top: 40px;
    margin-top: 20px;
}
.dep .box .item ul {
    display: none;
    position:absolute;
    top:50px;
    left:0;
}

.dep .box .item .list {
    margin: 0 -12px;
    width:100%;
    border-top:1px solid #ccc;
}

.dep .box .item .list li {
    float: left;
    margin: 24px 24px 0 0;
}
    .dep .box .item .list li:nth-child(5n) {        
        margin-right:  0;
    }

.dep .box .item .list a {
    width: 220px;
    height: 48px;
    border-radius: 5px;
    line-height: 48px;
    background: #fff;
    position: relative;
    display: block;
    padding: 0 20px 0;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
}

.dep .box .item .list a:after {
    content: '>>';
    position: absolute;
    right: 20px;
    color: #555;
    font-family: '宋体';
    font-size: 12px;
}

.dep .box .item .list a:hover {
    box-shadow: 0 0 10px rgba(255,255,255,.4);
}


/*诊疗*/
.treat {
    height: 600px;
    background: url(/Resource/Images/treat_bg.jpg) no-repeat center;
}
.treat .title{
    padding-top:60px;
}
.treat h2 {
    font-size: 32px;
    color: #333;
}
.treat h2 a:hover{
    color:#006984;
}
.treat h3 {
    font-size: 32px;
    color: #d6d3ce;
}
.treat .title{
    margin-bottom:30px;
}
.treat .title .more {
    border: 1px solid #006984;
    color: #006984;
    padding: 8px 20px;
    border-radius: 5px;
}
.treat .title .more:hover {
    background: #006984;
    color: #fff;
}
.treat .treat-slider {
    margin: 0 -13px;
}
.treat .slick-slide {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    width: 280px;
    height: 360px;
    background: #fff;
    margin: 10px 13px;
}
.treat .slick-slide:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.treat .treat-slider div a {
    display: block;
}
.treat .treat-slider div a:hover h4{
    color:#006984;
}
.treat .treat-slider .slick-slide img {
    width: 280px;
    height: 170px;
}
.treat .treat-slider h4{
    font-size:16px;
    color:#333;
    line-height:2;
    height:70px;
    margin:20px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
   overflow:hidden;
   text-overflow:ellipsis;
}
.treat .treat-slider p {
    color: #006984;
    font-size: 20px;
    padding: 20px;
}

/*科普*/
.health{
    padding:40px 0;
}
.health .part1{
    width:780px;
    margin-top:110px;
    overflow:hidden;
    float:left;
}
.health h2 {
    font-size: 32px;
}
.health h2 a:hover{
    color:#006984;
}
.health h3 {
    font-size: 28px;
    color: #f2f2f2;
}
.health .health-slider{
    top:-50px;
}
.health .health-item {
    width: 390px;
    height: 330px;
    border: 1px solid #ccc;
}
.health .health-item:hover {
    border: 1px solid #4a94a1;
}
.health .health-item img {
    width: 390px;
    height: 214px;
}
.health .slick-current {
    margin-top: 120px;
}
.health .health-slider .prev, .health .health-slider .next {
    border: 2px solid #e38a59;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: block;
    top:60px;
    position:absolute;
    text-align:center;
    line-height:40px;
}
.health .health-slider .prev {
    color: #e38a59;
    left:0;
}
.health .health-slider .next {
    color: #e38a59;
    left: 80px;
}
.health-slider h4{
    color:#555;
    font-size:18px;
    padding:10px 20px;
    height:60px;
    line-height:1.5;
}
.health-slider p {
    font-size: 12px;
    padding: 0 20px;
}
.health .part2 {
    float:left;
    width: 420px;
    height:570px;
    background: url(/Resource/Images/health-bg.jpg) no-repeat;
}
.health .part2 h2{
    font-size:32px;
    color:#fff;
    margin-top:110px;
    padding-left:20px;
}
.health .part2 h2 a{
    color:#fff;
}
.health .part2 h2 a:hover {
    color: #acca56;
}
.health .part2 h3 {
    font-size: 28px;
    color: #12a089;
    padding-left: 20px;
}
.health .part2 ul{
    padding:20px 30px 0 30px;
}
.health .part2 ul li{
    margin-bottom:15px;
}
.health .part2 ul div {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin-right:18px;
}
.health .part2 ul div p{
    font-size:20px;
    font-weight:bold;
    color:#fff;
}
.health .part2 ul div h4 {
    font-size:12px;
    padding:5px 0 2px;
}
.health .part2 ul li a{
    color:#fff;
    font-size:16px;
    padding-top:5px;
    display:-webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.health .part2 ul li a:hover {
    color: #acca56;
}

/*新闻*/
.news .left-item {
    width: 580px;
    float: left;
}
.news .title .more {
    border: 1px solid #006984;
    color: #006984;
    padding: 8px 20px;
    border-radius: 5px;
}
.news .title .more:hover {
    background: #006984;
    color: #fff;
}
.news .item h2 {
    font-size: 32px;
    color: #444;
}
.news .item h2 a:hover{
    color:#006984;
}
.news .item h3 {
    font-size: 28px;
    color: #f2f2f2;
}
.news .left-item .first .img {
    float: left;
}
    .news .left-item .first img{
    width:180px;
    height:100px;
    
}
.news .left-item .first .text {
    float: left;
    width: 380px;
    margin-left: 20px;
    font-size: 16px;
    padding-top: 10px;
}
.news .left-item .first .text a{
    height:60px;
    
}
.news .left-item .first .text p {
    float: left;
    width: 380px;
    margin-top: 20px;
    font-size: 16px;
    color: #9b9b9b;
}
.news ul{
    padding-top:10px;
}
.news li {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
}
.news li a{
    float:left;
    width:460px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news li span {
    float: right;
    color:#999;
}


.news .right-item {
    float: right;
    width: 580px;
}

/*地图*/
.map {
    height: 500px;
    margin-top: 80px;
    position:relative;
}

.map #allmap {
    height: 500px;
z-index:10;
}
.maptext{
    position:relative;
}
.map .text {
    height: 300px;
    position: absolute;
    top: -550px;
    background: rgba(0,105,132,0.9);
    color: #fff;
    width: 300px;
    left: 0;
    padding: 40px;
z-index:20;
}
.map h2{
    font-size:32px;
}
.map h3 {
    font-size: 28px;
    color: #0082a3;
    padding-bottom: 50px;
    padding-top: 10px;
}
.map p{
    padding:5px 0;
}


.map .text  .icon1 {
    background: url(/Resource/Images/icon1.png) no-repeat left 5px;
    padding-left: 20px;
}

.map .text .icon2 {
    background: url(/Resource/Images/icon2.png) no-repeat left 5px;
    padding-left: 20px;
}