﻿.w{
    width: 1200px;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float:right;
}

/* banner */
.Banner{
    width: 100%;
}
.commonImg{
    width:100%;
    height: 100%;
    object-fit: cover;
}
/* 广告文字 */
.advertTxt{
    width: 100%;
    line-height: 35px;
    padding: 1% 0;
    background: #0f92fb;
}
.advertTxt span{
    font-size: 18px;
    color:white;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

/* 小标题 */
.minTitle{
    padding:34px 0 30px 0;
}
.minTitle h2{
    font-size: 18px;
    color:#333;
    margin-bottom: 24px;
    text-align: center;
}
.minTitle p{
    font-size: 14px;
    color:#666;
    line-height: 26px;
}


/* 检查项目 */
.inspection{
    background: #f5f5f5;
    padding-top: 53px;
    overflow: hidden;
}
.inspection .inspectionContent h2{
    margin-bottom: 50px;
    text-align: center;
}
.inspection ul{
    font-size: 0;
    position: relative;
}
.inspection li{
    width: 25%;
    float: left;
}
.inspection li:nth-child(odd){
    margin-top: 84px;
}
.inspection .topImg{
    width: 168px;
    height: 168px;
    margin-bottom: 22px;
}
.inspection .topImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inspection .fooTxt{
    padding:0 15px;
}
.inspection .fooTxt h3{
    font-size: 16px;
    color:#343434;
    margin-bottom: 15px;

}
.inspection .fooTxt p{
    font-size: 14px;
    color:#666;
    line-height: 23px;
}
.inspection .striping{
    position: absolute;
    width: 157px;
    height: 2px;
    border: none;
    background: #000;
    margin-top:0 !important;    
}
.inspection .striping1{
    top: 122px;
    left: 156px;
    transform: rotateZ(-30deg);
}
.inspection .striping2{
    top: 122px;
    left: 456px;
    transform: rotateZ(30deg);
}
.inspection .striping3{
    top: 122px;
    left: 755px;
    transform: rotateZ(-30deg);
}


/* 甲亢治疗 */
/* .cure{

} */
.cure h2{
    font-size: 18px;
    color: #333;
    text-align: center;
    margin: 45px 0 35px 0;
}
.cure h3{
    font-size: 18px;
    color: #333;
    text-align: left;
    margin-bottom: 23px;
}
.cure ul{
    overflow: hidden;
    margin-left: -21px;
}
.cure li{
    width: 386px;
    float: left;
    margin-left: 21px;
}
.cure .cureTopImg{
    width: 100%;
    overflow: hidden;
    
}
.cure .cureTopImg img{
    transition: all .5s ease;
    -webkit-transition:all .5s ease;
}
.cure .cureFooTxt{
    background: #f5f5f5;
    height: 58px;
    line-height: 58px;
    padding-left: 20px;
    font-size: 14px;
    color:#666;
    transition: all .5s ease;
    -webkit-transition:all .5s ease;

}
.cure li:hover .cureFooTxt{
    color:white;
    background: #0f92fb;
}
.cure li:hover .cureTopImg img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.cure .cureBottomTxt{
    font-size: 14px;
    color:#666;
    line-height: 26px;
    margin: 26px 0 21px 0;
    display: inline-block;
}

/* 适应症和禁忌症 */
.jkSelect{
    font-size: 0;
}
.adapt{
    width: 100%;
    background: #f5f5f5;
    padding: 24px 0 45px 0;
}
.jkSelectContent  .jkSelectTitle{
    font-size: 18px;
    color: #333;
    margin: 0 0 48px 0;
    text-align: center;
}
.jkSelectContent .leftImg{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.jkSelectContent .leftImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jkSelectContent .rightTxt{
    width: 50%;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
    height: 341px;
    background: white;
    box-sizing: border-box;
}
.jkSelectContent .rightTxt p{
    text-indent:2em;
    font-size: 14px;
    color:#666;
    margin-top: 24px;
    line-height: 19px;
}

.jkSelect .leftTxt{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 24px 38px 0;
    box-sizing: border-box;
    background: #f5f5f5;
    height: 311px;
}
.jkSelect .leftTxt h3{
    line-height: 19px;
}
.jkSelect .leftTxt h3 i,.jkSelect .rightTxt h3 i{
    width: 12px;
    height: 12px;
    border:none;
    background: #333;
    vertical-align: middle;
}
.jkSelect .leftTxt h3 span,.jkSelect .rightTxt h3 span{
    font-size: 14px;
    color:#333;
    vertical-align: middle !important;
}
.jkSelect .leftTxt li,.jkSelect .rightTxt ul li{
    font-size: 14px;
    color:#666;
    line-height: 19px;
}
.jkSelect .leftTxt li i,.jkSelect .rightTxt ul li i{
    margin-right: 10px;
}
.jkSelect .leftTxt li span,.jkSelect .rightTxt ul li span{
    width: 497px;
    display: inline-block;
    vertical-align: text-top;
}
.jkSelect .rightImg{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.ATD .jkSelectTitle{
    font-size: 18px;
    color:#333;
    text-align: center;
    margin:  25px 0
}



/* 伴发疾病 */
.concomitant{
    height: 590px;
    padding-top: 35px;
    margin-top: 58px;
}
.concomitantContent h2{
    font-size: 18px;
    color: white;
    text-align: center;
    margin-bottom:36px;
}
.cList li{
    margin-bottom: 24px;
}
.cList li .itemTitle{
    font-size: 16px;
    line-height: 16px;
    color: white;
}
.cList li .itemTitle i{
    width: 12px;
    height: 12px;
    background: white;
    vertical-align: top;
    margin-right: 20px;
}
.cList li .itemDes{
    font-size: 14px;
    color: white;
    line-height: 16px;
    margin-left: 32px;
    margin: 3px 0 0 35px;
}
.cTxtImg ul{
    margin-left: -12px;
    font-size:0;
}
.cTxtImg li {
    width: 291px;
    margin-left: 12px;
    display: inline-block;
    
}
.cTxtImg li .itemImg{
  width:100%;
}
.cTxtImg li .itemImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cTxtImg span{
    font-size: 18px;
    color:white;
    text-align: center;
    display: block;
    margin-top: 10px;
}