/*多通道服务开始*/
.lunbo_botShadow{
    width: 100%;
   height: 34px;
    background: url("../img/shadow.png");

}
.dtdfw{
    width: 100%;
    height: 550px;
    background: #F3F4F8;
    overflow: hidden;
}
.kjl{ padding:40px 0;}
.big_tittle2 p{
    text-align: center;
    font-size: 26px;
}
.big_tittle2 p span{
    font-size: 22px;
}

/*多通道服务就诊更便捷结束*/
.dtdfw_cont li{
    width: 242px;
    height: 280px;
    margin-top: 32px;
}
.dtdfw_cont li .dtdfw_picBox{
    width: 174px;
    height: 174px;
    border-radius: 50%;
    margin:0 auto;
    position: relative;
}
.dtdfw_cont li .dtdfw_pic1{
    border:1px solid #ccc;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.2s;
}
.dtdfw_cont li .dtdfw_pic1 span{
    display: block;
    width:78px;
    height: 65px;
    background: url("../img/icon_list2.png") 0;
    margin:54px auto;
}
.dtdfw_cont li:nth-child(2) .dtdfw_pic1 span,.dtdfw_cont li:nth-child(2) .dtdfw_pic2 span{
    background-position:-87px 0;
}
.dtdfw_cont li:nth-child(3) .dtdfw_pic1 span,.dtdfw_cont li:nth-child(3) .dtdfw_pic2 span{
    background-position:-186px 0;
}
.dtdfw_cont li:nth-child(4) .dtdfw_pic1 span,.dtdfw_cont li:nth-child(4) .dtdfw_pic2 span{
    background-position:-278px 0;
}
.dtdfw_cont li:nth-child(5) .dtdfw_pic1 span,.dtdfw_cont li:nth-child(5) .dtdfw_pic2 span{
    background-position:-362px 0;
}

.dtdfw_pic2{
    width: 100%;
    height:100%;
    background: #135D93;
    border-radius: 50%;
    position: absolute;
    left:0;
    top:0;
    z-index: 100;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(0.5);

}
.dtdfw_pic2 span{
    display: block;
    width:78px;
    height: 65px;
    background: url("../img/icon_list3.png") 0;
    margin:54px auto;
}

.dtdfw_cont li .dtdfw_picBox:hover .dtdfw_pic1{
    transform: scale(1.3);
    opacity: 0;
}
.dtdfw_cont li .dtdfw_picBox:hover .dtdfw_pic2{
    opacity: 1;
    transform: scale(1);
}
.dtdfw_cont li p{
    text-align: center;
    line-height:26px;
	font-size:20px;
    padding-top: 30px;
}
.dtdfw_cont li p a{ font-size: 20px;}
.dtdfw_cont li p span{
    color:#909090;
}