*{
    margin: 0;
    padding: 0;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
    /*color: #999999;*/
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
img{
    border: none;
}
header,section,article,label,nav{
    display: block;
}
.clear:after{
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: left;
}
body{
    background-color: #f5f5f5;
    font-family:"微软雅黑",HelveticaNeue,"Helvetica-Neue",Helvetica,"BBAlpha Sans",sans-serif;
}
.index{
    margin: 0 auto;
    width: auto;
    min-width: 1200px;
    height: 131px;
    background-color: white;
}
.index .index-center{
    margin: 0 auto;
    width: 1200px;
    height: 131px;
}
.index .index-center .logo{
    float: left;
    margin-top: 34px;
    margin-left: 6px;
}
.index .index-center .logo-img{
    width: 297px;
    height: 44px;
    background: url('../image/logo_2.png') no-repeat;
    background-size: 296px 43px;
}
.index .search{
    float: left;
    margin-left: 96px;
    *margin-left: 53px;
    margin-top: 32px;
    width: 582px;
    *width: 630px;
    height: 69px;
}
.index .search .search-line{
    float: left;
    width: 583px;
    *width: 630px;
    height: 42px;
}
.index .search .text{
    float: left;
    width: 453px;
    height: 38px;
    text-indent: 1em;
    outline: solid 2px #0cacac;
    border: none;
    color: #6e6b6b;
    *border: solid 2px #0cacac;
}
input::-ms-clear, input::-ms-reveal{
    display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Webkit内核兼容CSS */
    .index .search .text:focus{
        height: 42px;
        margin-top: -2px;
    }
}
.index .search .search-btn{
    float: left;
    margin-top: -2px;
    *margin-top: 0;
    width: 128px;
    height: 42px;
    font-size: 18px;
    color: white;
    background-color: #0cacac;
    border: solid 2px #0cacac;
    *border: none;
    cursor: pointer;
}
.index .search .search-ul{
    float: left;
    margin-top: 13px;
}
.index .search .search-ul span{
    display: inline-block;
    padding: 0 17px;
    border-right: solid 1px #8e8e8e;
    font-size: 13px;
}
.index .search .search-ul span:last-child{
    border-right: none;
}
.index .search .search-ul a{
    color: #8e8e8e;
}
.index .search .search-ul a:hover{
    color: #0cacac;
}
.hot-line{
    float: right;
    margin-top: 34px;
}
.hot-line a{
    position: relative;
    float: left;
    display: block;
    padding: 0 10px;
}
.remind{
    position: absolute;
    top: -10px;
    right: 0;
    padding: 1px 3px;
    background-color: #ec0e0e;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
}
.navbar{
    width: auto;
    min-width: 1200px;
    height: 38px;
    background-color: #242424;
}
.navbar .navbar-center{
    width: 1205px;
    margin: 0 auto;
}
.navbar a{
    float: left;
    /*display: inline-block;*/
    width: 120px;
    color: white;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: background-color .5s ease-in;
    -moz-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
}
.navbar a:hover{
    background-color: #0cacac;
}
.active-com{
    background-color: #0cacac;      
}
.container-banner{
    margin: 12px auto 0 auto;
    width: 1200px;
    height: 413px;
}
.banner{
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    left: 0;
    top: 0;
}
.banner li{
    list-style: none;
}
.banner ul li{
    float: left;
}
.banner, .banner img{
    width: 970px;
    height: 413px;
}
#banner .dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
#banner .dots li{
    *float: left;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 7px;
    width: 20px;
    height: 20px;
    text-indent: -999em;
    background-color: #afa7ae;
    border-radius: 50%;
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity = 60);
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    -o-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#banner .dots li.active{
    width: 17px;
    height: 17px;
    border: solid 2px #afa7ae;
    background-color: #fff;
    opacity: .7;
    filter: Alpha(opacity=70);
}
.content-r{
    float: right;
    margin-top: -1px;
    width: 218px;
    height: 414px;
}
.content-r .recommend-tab{
    width: 218px;
    height: 208px;
    background-color: white;
}
.content-r .tab-ul li{
    float: left;
    margin-top: 8px;
    width: 50%;
    font-size: 15px;
    color: #3c3c3c;
    text-align: center;
}
.content-r .tab-ul span{
    padding-bottom: 5px;
    display: inline-block;
    width: 65%;
    cursor: pointer;
}
.active{
    font-weight: bold;
    border-bottom: solid 2px #0cacac;
}
.content-r .tab-content{
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    width: 197px;
    height: 149px;
    border: solid 1px #eae9e9;
}
.content-r .tab-content a{
    position: relative;
    display: block;
    width: 197px;
    height: 149px;
}
.content-r .tab-content img{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 197px;
    height: 149px;
}
.content-r .tab-content .content-mark{
    position: absolute;
    bottom: 0;
    width: 197px;
    height: 42px;
    background-color: black;
    opacity: .5;
    filter: alpha(opacity=50);
}
.content-r .tab-content .mark-text{
    margin-left: 8px;
    font-size: 14px;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content-r .information, .content-r .wx-new{
    float: left;
    display: block;
    margin-top: 7px;
}
.content-r .wx-new{
    width: 219px;
    height: 132px;
}
.nav-list{
    margin: 30px auto 0 auto;
    width: 1200px;
    height: 187px;
}
.nav-list a{
    float: left;
    margin-right: 20px;
    display: block;
    width: 285px;
    height: 187px;
}
.nav-list a:last-child{
    margin-right: 0;
}
.symptom{
    margin: 31px auto 0 auto;
    width: 1198px;
    height: 399px;
}
.symptom .symptom-public{
    float: left;
    margin-right: 34px;
    width: 272px;
    height: 186px;
    border: solid 1px #0cacac;
    background-color: white;
}
.symptom .symptom-public:nth-child(4n + 0){
    margin-right: 0;
}
.symptom-public:nth-child(5), .symptom-public:nth-child(6),
.symptom-public:nth-child(7),.symptom-public:nth-child(8){
    margin-top: 23px;
}
.symptom .symptom-title{
    width: 100%;
}
.symptom .symptom-title i{
    float: left;
    display: inline-block;
    background-size: 260px 34px;
}
i.man{
    margin: 18px 0 0 15px;
    width: 28px;
    height: 35px;
    background: url("../image/subject-bg.png") no-repeat;
}
i.liver{
    margin: 18px 0 0 10px;
    width: 22px;
    height: 35px;
    background: url("../image/subject-bg.png") no-repeat -31px 0;
}
i.mind{
    margin: 20px 0 0 12px;
    width: 29px;
    height: 35px;
    background: url("../image/subject-bg.png") no-repeat -56px 0;
}
i.hacv{
    margin: 18px 0 0 9px;
    width: 26px;
    height: 35px;
    background: url("../image/subject-bg.png") no-repeat -90px 0;
}
i.common{
    margin: 22px 0 0 8px;
    width: 28px;
    height: 35px;
    background: url("../image/subject-bg.png") no-repeat -122px 0;
}
i.nerve{
    margin: 20px 0 0 10px;
    width: 34px;
    height: 35px;
    background: url("../image/subject-bg.png") no-repeat -155px 0;
}
i.child{
    margin: 20px 0 0 10px;
    width: 31px;
    height: 35px;
    background: url("../image/subject-bg.png") no-repeat -193px 0;
}
i.nursed{
    margin: 20px 0 0 10px;
    width: 32px;
    height: 35px;
    background: url("../image/subject-bg.png") no-repeat -228px 0;
}
.symptom .symptom-title span{
    float: left;
    margin-top: 29px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
.symptom .symptom-ul{
    margin: 5px auto 0 auto;
    width: 240px;
    height: 90px;
}
.symptom .symptom-ul li{
    float: left;
    margin-top: 12px;
    font-size: 15px;
    width: 80px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.symptom .symptom-ul a:link, .symptom .symptom-ul a:visited{
    color: #6a6a6a;
}
.symptom .symptom-ul a:hover, .symptom .symptom-ul a:active{
    color: #0cacac;
    text-decoration: underline;
}
.channel{
    margin: 39px auto 0 auto;
    width: 1200px;
    height: 494px;
}
.channel .channel-title h4{
    float: left;
    font-size: 24px;
    font-weight: bold;
}
.channel .channel-title p.more{
    float: right;
    font-size: 13px;
    border-radius: 8px;
}
.channel .channel-title .more .more-cg, .more-cg{
    color: #05d5a3;
}
.channel .channel-title .more .more-cp, .more-cp{
    color: #fe5a5b;
}
.channel .channel-title .more .more-cpu, .more-cpu{
    color: #806ddf;
}
.channel .channel-title .more .more-co, .more-co{
    color: #f69d0e;
}
.channel .channel-title a{
    width: 57px;
    height: 21px;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 21px;
}
.channel .channel-content{
    float: left;
    margin-top: 18px;
    width: 1200px;
    height: 453px;
}
.channel .channel-content .advert-l{
    float: left;
    width: 955px;
    height: 453px;
}
.col-bd-g{
    border: solid 1px #05d5a3;
}
.col-bd-f{
    border: solid 1px #fe5a5b;
}
.col-bd-p{
    border: solid 1px #806ddf;
}
.col-bd-o{
    border: solid 1px #f69d0e;
}
.channel .channel-content .channel-label{
    float: left;
    width: 213px;
    height: 453px;
    background-color: white;
}
.channel .channel-content .medicine-show{
    float: left;
    width: 213px;
    height: 239px;
}
.channel .medicine-show a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    *display: block;
    *font-size: 150px;
    *font-family: Arial;
    width: 213px;
    height: 239px;
}
.channel .medicine-show img{
    vertical-align: middle;
    width: 153px;
    height: 123px;
}
.channel .medicine-show .name{
    margin: 25px auto 0 auto;
    *margin-top: 0;
    width: 187px;
    font-size: 20px;
}
.color-gre{
    color: #05d5a3;
}
.color-pur{
    color: #806ddf;
}
.color-or{
    color: #f69d0e;
}
.color-red{
    color: #fe5a5b;
}
.channel .medicine-show .effect{
    margin: 9px auto 0 auto;
    width: 154px;
    font-size: 14px;
    color: #a1a1a1;
}
.channel .channel-content .channel-introduce{
    float: left;
    width: 213px;
    height: 33px;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    color: white;
}
.channel .channel-introduce a{
    color: white;
}
.channel-pur{
    background-color: #806ddf;
}
.channel-or{
    background-color: #f69d0e;
}
.channel-red{
    background-color: #fe5a5b;
}
.channel-gre{
    background-color: #05d5a3;
}
.channel .channel-content .illness-label{
    float: left;
    margin-top: 13px;
    margin-left: 19px;
}
.channel .illness-label a{
    float: left;
    margin-right: 9px;
    margin-top: 9px;
    display: block;
    width: 82px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    border: solid 1px #dedede;
    -webkit-transition: background-color .5s ease-in;
    -moz-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-overflow{
    width: 213px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.channel .illness-label a:link, .channel .illness-label a:visited{
    color: #6a6a6a;
}
.channel .label-pur a:hover, .channel .label-pur a:active{
    color: white;
    background-color: #806ddf;
    border: solid 1px #806ddf;
}
.channel .label-or a:hover, .channel .label-or a:active{
    color: white;
    background-color: #f69d0e;
    border: solid 1px #f69d0e;
}
.channel .label-red a:hover, .channel .label-red a:active{
    color: white;
    background-color: #fe5a5b;
    border: solid 1px #fe5a5b;
}
.channel .label-gr a:hover, .channel .label-gr a:active{
     color: white;
     background-color: #05d5a3;
     border: solid 1px #05d5a3;
 }
.channel .medicine-ul{
    float: left;
    width: 741px;
    height: 453px;
    background-color: white;
}
.channel .medicine-ul a{
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    *display: block;
    *font-size: 120px;
    *font-family: Arial;
    width: 246px;
    height: 227px;
    color: red;
    border-right: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}
.channel .medicine-ul a:nth-child(3n + 0){
    border-right: none;
}
.channel .medicine-ul a:nth-child(4),.channel .medicine-ul a:nth-child(5),.channel .medicine-ul a:nth-child(6){
    border-bottom: none;
}
.channel .medicine-ul .med-effect{
    margin-top: 5px;
    margin-bottom: 7px;
    *margin-bottom: 7px;
    font-size: 15px;
    color: #313131;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.channel .medicine-ul .med-fav{
    margin-bottom: 12px !important;
    font-size: 15px;
    color: #ca0000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.channel .medicine-ul .med-fav span{
    margin-left: 2px;
    font-size: 18px;
}
.channel .medicine-ul .med-show{
    width: 133px;
    height: 133px;
    vertical-align: middle;
    margin-top: 27px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.channel .medicine-ul a:hover img{
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -o-transform: translate(0, -12px);
    transform: translate(0, -12px);
}
.channel .advert-r{
    position: relative;
    float: right;
    overflow: hidden;
}
.ruxai , .ruxai img{
    width: 232px;
    height: 453px;
    overflow: hidden;
}
.banner .dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
}
.banner .dots li{
    *float: left;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 7px;
    width: 26px;
    height: 4px;
    text-indent: -999em;
    background-color: white;
    cursor: pointer;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}
.banner .dots li.active{
    width: 26px;
    height: 3px;
    background-color: #0cacac;
}
.advert{
    margin-top: 29px;
    width: auto;
    height: 100px;
    background-color: #e0e0e0;
}
.advert .advert-c{
    margin: 0 auto;
    width: 1200px;
    height: 100px;
}
.advert .advert-c a{
    float: left;
    display: block;
}
.advert .advert-c img{
    display: block;
    width: 400px;
    height: 100px;
}
.common-med{
    margin: 40px auto 0 auto;
    width: 1200px;
    height: 315px;
}
.common-med h4{
    margin-left: 2px;
    color: #1f1f1f;
    font-size: 22px;
}
.common-med .common-show{
    margin-top: 14px;
    width: 1200px;
    height: 271px;
}
.common-med .common-show li{
    float: left;
    margin-right: 20px;
    width: 224px;
    height: 271px;
    background-color: white;
}
.common-med .common-show li:last-child{
    margin-right: 0;
}
.common-med .common-show a{
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    *display: inline-block;
    *font-size: 166px;
    *font-family: Arial;
    width: 224px;
    height: 281px;
}
.common-med .common-show img{
    vertical-align: middle;
    max-width: 187px;
    height: 134px;
    max-height: 134px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.common-med .common-show a:hover img{
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -o-transform: translate(0, -12px);
    transform: translate(0, -12px);
}
.common-med .common-show .med-effect{
    width: 200px;
    margin: 20px auto 0 auto;
    font-size: 15px;
    color: #313131;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.common-med .common-show .med-fav{
    margin-top: 15px;
    font-size: 15px;
    color: #ca0000;
}
.common-med .med-fav span{
    font-size: 18px;
}
.light{
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background-color: #ff0000;
    font-size: 15px;
    color: white;
    *line-height: 22px;
}