.w{
    width: 1200px;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float:right;
}

.banner{
    width: 100%;
}
.commonImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.des p{
    font-size: 14px;
    color:#666;
    line-height: 24px;
    margin: 30px 0 20px 0;
    display: inline-block;
}

/* 检查项目 */
.items li{
    overflow: hidden;
}
.items li .txtLeft{
    color:#666;
    background: #f8f8f8;
    width: 567px;
    height: 351px;
    padding:113px 95px 0 84px;
    box-sizing: border-box;

}
.items li .txtLeft h2{
    font-size: 18px;
    margin-bottom: 36px;
    color:#333;

}
.items li .txtLeft p{
    font-size: 14px;
    line-height: 25px;

}
.items li .imgRight{
     width: 633px;
     height: 351px;
}
.items li .imgLeft{
    width: 567px;
    height: 351px;
}
.items li .txtRight{
    width: 633px;
     height: 351px;
     color:#666;
     padding:107px 58px 0 35px;
     background: #f8f8f8;
     box-sizing: border-box;
}
.items li .txtRight h2{
    font-size: 18px;
    margin-bottom: 36px;
    color:#333;
}
.items li .txtRight p{
    font-size: 14px;
    line-height: 25px;
    color:#666;
}
.items li .txtRight span{
   font-size: 14px;
   color:#666;
   margin-top: 24px;
   display: inline-block;

}

/* 专科治疗 */
.cure{
    background: #f8f8f8;
    margin-top: 26px;
    padding-bottom: 37px;
}
.cureContent{
    padding-top:18px;
}
.cureContent h2{
    font-size: 18px;
    color: #333;
    margin-bottom: 9px;
}
.cureContent p{
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 19px;
}
.cureList{
    overflow: hidden;
}
.cureList h3{
  color:#00a4ff;
  font-size: 18px;
}
.cureItem{
    height: 278px;
    float: left;
}
.cureList h3 i{
   width: 12px;
   height: 12px;
   background:#00a4ff;
   margin:79px 23px 0 0;

}
.cureList .itemList li{
   font-size: 14px;
   color:#666;
   line-height: 25px;
}
.cureList .itemList li i{
    margin-right:20px;
}



.cureItem1{
    width: 260px;
    background: white;
}
.cureItem1 h3{
    padding-left: 10px;
    margin-bottom: 10px;
}
.cureItem1 .item_1_List{
    padding-left:10px;
}
.cureItem2{
    width: 260px;
}
.cureItem3{
    width: 392px;
    background: white;
    padding: 0 24px 0 34px;
    box-sizing: border-box;
}
.cureItem3 h3{
    margin-bottom: 9px;
}
.cureItem3 .item_1_List em{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00a4ff;
    margin: 0 26px 0 3px;
}
.cureItem4{
    width:287px;
}
.cureItem5{
    width: 262px;
}
.cureItem6{
    width: 258px;
    background: white;
    padding:122px 10px 0 10px;
    box-sizing: border-box;
}
.cureItem7{
    width: 392px;
}
.cureItem8{
    width: 287px;
    padding: 69px 10px 0 10px;
    box-sizing: border-box;
    background: white;
}

/* 带头人 */
.foregoer{
    margin-top: 16px;

}
.foregoer h2{
    font-size: 18px;
    color:#001111;
    border-left:3px solid #a3cc5d;
    padding-left: 15px;
    line-height: 29px;    
}
.foregoer .cut-off{
    width:100%;
    border:none;
    height: 1px;
    background: #f3f4ee;
    margin-top: 4px;
}
.foregoer li{
    overflow: hidden;
    margin-top: 24px;
}
.foregoer li .leftImg{
    width: 268px;
    height: 341px;
    float: left;
}
.foregoer li .rightTxt{
    padding: 29px 42px 0 29px;
    width: 931px;
    height: 341px;
    float: left;
    box-sizing: border-box;
    border: 1px dashed #f3f4ee;
    border-left: none;
    position: relative;
}
.foregoer li .rightTxt h3{
    font-size: 18px;
    color:#333;
    margin-bottom: 57px;
}
.foregoer li .rightTxt p{
    font-size: 14px;
    color:#666;
    line-height: 26px;

}
.foregoer li .rightTxt a{
    position: absolute;
    left: 30px;
    bottom: 35px;
    width: 175px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color:white;
    background: #ccc;
    display: block;
    font-size: 14px;
    margin-top: 35px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    
}
.foregoer li:hover  a{
    background: #a3cc5d;
}

.imgRight,.imgLeft,.cureItem,.leftImg{
    overflow: hidden;
}
.imgRight img,.imgLeft img,.cureItem img,leftImg img,.leftImg img{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.imgRight img:hover,.imgLeft img:hover,.cureItem img:hover,.foregoer li:hover .leftImg img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);

}