/*合作案例*/
.cooperation{height: 286px;}
.cooperation-brand{
    float: left;
    width: 690px;
    height: 254px;
    background: #f2f7fe;
    padding: 15px;
    border: 1px solid #e8eef6;
    position: relative;
}
.cooperation-brand .sign-pin{
    position: absolute;
    background: url(../../images/index/header.png) 0 -173px;
    display: block;
    width: 64px;
    height: 71px;
    top:-6px;
    left: 0;
    z-index: 99;
}
.cooperation-brand .brand-one{
    width: 340px;
    height: 255px;
    position: relative;
    float: left;
}
.cooperation-brand .brand-one img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cooperation-brand .brand-one .task{
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 120;
    height: 40px;
    width: 100%;
    opacity:0.5; filter: alpha(opacity=50); 
    background-color:#000;
}
.cooperation-brand .brand-one p{
    height: 40px;
    line-height: 40px;
    width: 320px;
    margin: 0 12px;
    font-size: 14px;
    color: #fff;
    z-index: 999;
    position: absolute;
    bottom:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cooperation-brand .brand-more li{
    width: 166px;
    height: 124px;
    margin-left: 7px;
    float: left;
    overflow: hidden;
    position: relative;
}
.cooperation-brand .brand-more .bot5{
    margin-bottom: 7px;
}
.cooperation-brand .brand-more li img{
    width: 100%;
    height: 100%;
}
.cooperation-brand .brand-more .task{
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 120;
    height: 26px;
    width: 100%;
    opacity:0.5; filter: alpha(opacity=50); 
    background-color:#000;
}
.cooperation-brand .brand-more p{
    height: 26px;
    line-height: 26px;
    width: 154px;
    margin: 0 6px;
    font-size: 12px;
    color: #fff;
    z-index: 999;
    position: absolute;
    bottom:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cooperation-product{
    float: left;
    display: block;
    overflow: hidden;
    float: left;
    width: 212px;
    height: 268px;
    background: #f2f7fe;
    padding: 8px;
    margin-left: 10px;
    border: 1px solid #e8eef6;
    position: relative;
}
.shadow:hover{  
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.12);/* for firefox */
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.12);/* for safari or chrome */
    box-shadow: 0 3px 10px rgba(0,0,0,.12);/* for opera or ie9 */
    zoom:1;
}
.cooperation-product .healthy-banner{
    width: 212px;
    height: 144px;
}
.cooperation-product .product-name{
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    width: 214px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cooperation-product .price{
    color: #666;
    margin: 16px 0;
}
.cooperation-product .price span{
    color: #ea5404;
    margin-left: 6px;
}
.cooperation-product .appointment{
    display: block;
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff9e47;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
}
.cooperation-product .appointment:hover{
    background-color: #fa9030;
}
.cooperation-clinic{
    padding: 8px 22px;
    display: block;
    overflow: hidden;
    float: right;
    background: #f2f7fe;
    margin-left: 10px;
    width: 182px;
    height: 268px;
    border: 1px solid #e8eef6;
    position: relative;
}
.cooperation-clinic .recent-title{
    margin-top: 10px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #bfd4ed;
}
.cooperation-clinic .recent-box{
    overflow: hidden;
    height: 206px;
    margin: 10px 0;
}
.cooperation-clinic .recent-box ul li{
    font-size: 12px;
    padding: 10px 0;
    width: 182px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cooperation-clinic .recent-box ul li a:hover{
    color: #508edb;
}