/* 禁止左右滑动 */
body {
    overflow-x: hidden;
}

.regDiv{
	color: #00c4a0;
	height:30px;
	line-height: 30px;
    text-align: right;
}
.regDiv a{
	color: #00c4a0;
	font-weight: bold;
}

/* 头部 */
.logoSearch {
    padding: 0px 0 30px;
}

.logoSearch h1 {
    font-size: 48px;
    color: #006c58;
}

.logoSearch h1 img {
    width: 100px;
    height: 100px;
    float: left
}

.logoSearch h1 div {
    height: 100px;
    line-height: 100px;
    width: 500px
}

.zzSearch {
    border: 1px solid #c5dad6;
    border-radius: 3px;
    width: 340px;
    height: 40px;
    margin-top: 30px
}

.zzSearch input#text {
    width: 280px;
    height: 40px;
    line-height: 40px;
    float: left;
    border: 0;
    padding: 0 10px;
    margin: 0;
    outline: none;
    font-size: 16px;
    color: #006c58;
}

.zzSearch input#btn {
    width: 40px;
    height: 40px;
    background: url('../img/sousuotb.png') no-repeat center;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    cursor: pointer;
    outline: none;
}

.nav {
    background-color: #00c4a0;
    height: 64px;
}

.nav li {
    float: left;
    line-height: 64px;
    width: 16.6666%;
    text-align: center;
}

.nav li a {
    display: block;
    font-size: 20px;
    color: #fff;
}

.nav li a:hover,
.nav li.active a {
    color: #fff;
    background-color: #04ab8e;
}

.cz_banner {
    width: 100%;
    margin-top: 15px;
}

#lunbo {
    width: 100%;
    position: relative;
}

#lunbo #play li {
    position: relative;
    display: none;
}

#lunbo ul li img {
    width: 100%;
    height: 510px;
}

#button {
    position: absolute;
    z-index: 999;
    right: 10px;
    bottom: 28px;
    display: flex;
}

#button li {
    margin-left: 10px;
    float: left;
    display: block;
}

#button li div {
    width: 12px;
    height: 12px;
    background: #dddddd;
    border-radius: 6px;
    cursor: pointer;
}

.nr {
    width: 100%;
    z-index: 999;
    text-align: left;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.nr h3 a {
    font-size: 32px;
    color: #fff;
}

.nr h3 {
    margin: 20px 20px;
}

.nr p a {
    font-size: 24px;
    color: #fff;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.cz_content {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}

.content_block {
    width: 100%;
    margin-top: 15px;
    display: flex;
    margin-bottom: 20px;
}

.block_left,
.block_right {
    width: 50%;
}

.block_right {
    margin-left: 50px;
}

.left_top,
.left_zy {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.left_top img {
    width: 5px;
    height: 20px;
    margin-top: 7px;
}

.left_top h5 {
    font-size: 24px;
    color: #0e0d0d;
    font-weight: bold;
    padding: 0 0 10px 20px;
}

.left_top p a {
    text-decoration: none;
    font-size: 16px;
    color: #828282;
}

.left_top p {
    margin-top: 7px;
}

.left_top p a:hover,
.kpsp_top p a:hover {
    color: #e80000;
}

.left_zy {
    width: 100%;
    margin-top: 20px;
}

.zy_img {
    width: 195px;
}

.zy_img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.zy_content {
    width: 90%;
    padding: 0 8px 0 15px;
}

.zy_content h6 {
    font-size: 20px;
    font-weight: normal;
    color: #3e3e3e;
}

.zy_content p {
    font-size: 16px;
    line-height: 25px;
    color: #6e6e6e;
    margin-top: 10px;
}

.zy_content p:hover,
.zy_content h6:hover {
    color: #00aaff;
}

.zy_list {
    width: 100%;
}

.zy_list a {
    font-size: 16px;
    display:inline-block;
    width: 78%;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}

.zy_list ul li {
    margin-top: 24px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
}

.zy_list ul li:hover {
    /* color: #00aaff; */
}

.zy_list ul li:hover span {
    /* color: #00aaff; */
}

.zy_list ul li span {
    float: right;
    font-size: 16px;
    color: #888888;
    font-family: Microsoft YaHei, Simsun, SimHei, Arial;
    font-weight: normal;
}

.content_kpsp {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.kpsp_top {
    width: 100%;
    height: 50px;
    /* display: flex; */
}

.kpsp_top img {
    width: 5px;
    height: 20px;
    margin-top: 7px;
}

.kpsp_top h5 {
    font-size: 24px;
    color: #343434;
    width: 96%;
    margin-left: 10px;
    font-weight: normal;
}

.kpsp_top p a {
    text-decoration: none;
    font-size: 16px;
    color: #828282;
}

.kpsp_top p {
    margin-top: 7px;
}

.kpsp_con {
    width: 100%;
    margin-top: 20px;
    display: flex;
}

.kpsp_con dl {
    width: 33.33%;
}

.bj {
    margin-left: 30px;
    margin-right: 30px;
}

.kpsp_con dl dt img {
    width: 100%;
    height: 240px;
}

.kpsp_con dl dd {
    font-size: 18px;
    color: #727272;
    text-align: center;
    /* margin-top: 15px; */
    color: #fff;
    line-height: 40px;
    height: 40px;
    background: #757575;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
    padding: 0 10px;
}

.kpsp_con dl a:hover dd {
    color: #00aaff;
}

.cz_bottom {
    width: 100%;
    height: 120px;
    margin-top: 40px;
    /* border: 1px solid #43ac8c; */
    background-color: #80e0c3;
    padding: 20px 0;
}

.cz_bottom p {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

.mT {
    margin-top: 30px;
}

.ewm_img {
    width: 60px;
    float: right;
    margin-top: -70px;
    margin-right: 30px;
}

.ewm_img img {
    width: 100%;
}

.ewm_img span {
    font-size: 14px;
    color: #fff;
    margin-left: 18px;
}

p#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 101;
    margin: 0px;
}

p#backToTop a {
    display: block;
    height: 37px;
    width: 37px;
    cursor: pointer;
}

p#backToTop a img {
    position: absolute;
    transition: opacity 4s;
}

p#backToTop a:hover img.top-img {
    opacity: 0.8;
}

.line {
    background: #00c4a0;
    width: 4px;
    height: 18px;
    margin-top: 14px;
    * margin-top: 2px;
}

.banner {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    line-height: 45px;
}

.clearfloat {
    overflow: hidden;
}

.divleft {
    float: left;
}

.ban_title {
    font-size: 24px;
    color: #0e0d0d;
    font-weight: bold;
    padding: 0 0 10px 20px;
}

.more {
    margin-top: 19px;
}

.divright {
    float: right;
}

.more a {
    display: block;
    width: 38px;
    height: 11px;
    background: url(../img/more_xb_20181220.png) 0 0 no-repeat;
}

#manuscriptType1 dt {
    height: 240px;
    overflow: hidden;
}

#manuscriptType1 dl a {
    color: #fff;
}

.yzgov-share {
    padding: 10px;
    background: #F5F5F5;
    width: 115px;
    position: fixed;
    right: 10px;
    top: 280px;
    z-index: 1000;
    border: 1px solid #E6E6E6
}

.yzgov-share-img {
    width: 115px;
    height: 113px;
    overflow: hidden
}

.yzgov-share-img img {
    width: 115px;
    height: 113px
}

.yzgov-share-title {
    margin-top: 5px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #ccc
}

.yzgov-share-close {
    cursor: pointer;
    position: absolute;
    width: 23px;
    height: 22px;
    top: -23px;
    right: -1px
}

.other-ohter-x {
    background-image: url('../img/other-s69564181bb.png');
    background-repeat: no-repeat;
    background-position: 0 -230px;
}

/* 词条 */
.czct {
    margin-top: 40px;
}

.czct dl {
    width: 20%;
    margin-right: 2.44%;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: #ddd 2px 3px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1.5%;
    background: url(../img/czct_jiao.png) no-repeat right top;
    line-height: 32px;
    text-align: justify;
}

.czct dl:nth-child(4n) {
    margin-right: 0;
}

.czct dl:hover {
    border: 1px solid #64e7cf;
    box-shadow: #42dabc 2px 3px 15px;
}

.czct dl a {
    display: block;
    color: #747474;
    font-size: 16px;
}

.czct dl dt {
    color: #333;
    font-size: 16px;
}

.czct dl dt img {
    vertical-align: middle;
}

/* 词条 end */
/* 健康管理师 */
.jkgls {}

.jkgls dl {
    text-align: center;
    background: none;
    margin-top: 0;
    margin-bottom: 40px;
}

.jkgls dl dt {
    padding: 10px 0;
}

.jkgls dl dt img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.jkgls dl dd {
    color: #626262;
}

.jkgls dl dd h3 {
    font-weight: normal;
    font-size: 20px;
    color: #3e3e3e;
}

.jkgls dl dd p {
    font-size: 16px;
}

.jkgls dl dd p span {
    color: #e0e0e0
}

.jkgls dl dd div {
    font-size: 14px;
    background-color: #e1f4f4;
    border-radius: 20px;
    color: #00c4a0;
    padding: 4px 0;
    width: 80%;
    margin: 10px auto;
}

.jkgls dl dd div img {
    vertical-align: sub;
}

/* 健康管理师 end */
/* 健康管理师详情 */
.jkgls_user {
    background-color: #f6f9fd;
    padding: 20px;
    border-radius: 10px;
    margin: 40px 0;
    box-shadow: #b3d4ce 3px 3px 12px;
}

.jkgls_user_l img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.jkgls_user_c {
    margin: 0 30px;
    color: #6e6e6e;
    line-height: 36px;
    font-weight: normal;
}

.jkgls_user_c dt {
    font-size: 18px;
    color: #3e3e3e;
}

.jkgls_user_c dt span {
    padding-right: 30px;
}

.jkgls_user_r {
    width: 200px;
}

.jkgls_user_r div {
    font-size: 14px;
    background-color: #e1f4f4;
    border-radius: 20px;
    color: #00c4a0;
    padding: 9px 0;
    width: 100%;
    margin: 5px auto;
    text-align: center;
}

.jkgls_user_r div img {
    vertical-align: sub;
}

.jkgls_xxjs {
    margin-bottom: 40px;
}

.jkgls_title {
    font-size: 20px;
    font-weight: normal;
    color: #3e3e3e;
    margin-bottom: 16px;
}

.jkgls_title img {
    vertical-align: sub;
}

.jkgls_xxjs table {
    color: #4d4d4d;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 10px;
}

.jkgls_xxjs table tr {}

.jkgls_xxjs table tr td {
    line-height: 32px;
}

.jkgls_xxjs table tr td.tit {
    width: 8%;
}

.jkgls_kpzs ul li {
    line-height: 30px;
    font-size: 16px;
    color: #707070;
}

.jkgls_kpzs ul li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4d4d4d;
    font-size: 16px;
}

.jkgls_kpzs ul li a:hover {
    color: #00c4a0;
}
/* 健康管理师详情 end */
/* 卒中评估 */
.czpg{
    margin:40px 0;
}
.czpg h1{
    text-align: center;
    padding:20px 0;
}
.czpg_block1 h3{
    text-align: center;
    padding:30px 0;
    font-size: 28px;
    font-weight: normal;
    color:#00b190;
}
.czpg_block1 .pgxz{
    line-height: 40px;
    color:#424242;
    text-align: justify;
    text-indent: 2em;
}
.czpg_block1 .mzsm,.czpg_block1 .btn,.czpg_block2 .btn{
    text-align: center;
    padding:20px 0;
}
.czpg_block1 .mzsm .layui-form-checkbox[lay-skin=primary]>div{
    font-size: 16px;
    color:#00b190;
}
.czpg_block1 .btn button,.czpg_block2 .btn button{
    padding:0 28px;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
}
.czpg_block2 dl{
    box-shadow: #ddd 2px 3px 12px;
    border-radius: 10px;
    padding:20px;
    margin-top:30px;
}
.czpg_block2 dl:nth-child(2n){
    background-color: #f8f8f8;
}
.czpg_block2 dl:hover{
    box-shadow: #42dabc 2px 3px 12px;
}
.czpg_block2 dl dt{
    background: url(../img/czpg_libg.png) no-repeat left center;
    padding:20px 0 0;
    text-indent: 40px;
    color:#444;
}
.czpg_block2 dl dt b{
    font-size: 12px;
    color:red;
    font-weight: normal;
    padding-left: 10px;
}
.czpg_block2 dl p{
    
    color:#e29c45;
    padding: 10px 0;
    padding-left: 40px;
}
.czpg_block2 dl dd{
    text-align: center;
}
.czpg_block2 dl dd .layui-form-radio{
    margin-right: 30px;
    margin-left: 30px;
}
.czpg_block2 .pgxx{
    color:#999;
    padding:40px 0 0;
}
.czpg_block2 .btn{
    padding:50px 20px;
}
.czpg_block2 .btn button{
    padding: 0 60px;
}
.czpg_block3 dl.czpgjg{
    width:276px;
    margin:0 auto;
}
.czpg_block3 dl.czpgjg dt{
    font-size: 42px;
    width:100%;
    height: 276px;
    line-height: 276px;
    border-radius: 100%;
    text-align: center;
    margin:30px 0;
    color:#c10101;
    box-shadow: #ffc7ce inset 0px 0px 40px;
}
.czpg_block3 dl.czpgjg dt.red{
    color:#c10101;
    box-shadow: #ffc7ce inset 0px 0px 40px;
}
.czpg_block3 dl.czpgjg dt.green{
    color:#00c4a0;
    box-shadow: #86f5e1 inset 0px 0px 40px;
}
.czpg_block3 dl.czpgjg dd h3{
    font-size: 24px;
    color:#3c3c3c;
    font-weight: normal;
    padding:20px 0;
}
.czpg_block3 dl.czpgjg dd ul{
    padding-bottom: 50px;
}
.czpg_block3 dl.czpgjg dd ul li{
    font-size: 20px;
    line-height: 40px;
    color: #3c3c3c;
}
.layui-layer-molv .layui-layer-content{
    color:#444;
    line-height: 36px;
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
}
.layui-layer-molv .layui-layer-title{
    font-size: 16px;
}
.layui-layer-molv .layui-layer-btn a{
    line-height: 32px;
    height: 32px;
    padding:0 24px;
}
/* 卒中评估 end */
/* 活动简介 */
.hdjj_banner{
    /* background: url(../img/hdjj_banner_bg.jpg) no-repeat; */
    /* height: 267px; */
    /* line-height: 267px; */
    /* font-size: 36px; */
    /* text-align: center; */
    /* color:#fff;   */
    margin:30px 0;
}
.hdjj_banner img{
    width: 100%;
}
.hdjj_xmbj div{
    line-height: 36px;
    color:#4d4d4d;
    text-indent: 2em;
    text-align: justify;
}
.hdjj_xmjg{
    margin:30px 0;
}
.hdjj_xmjg div{
    padding-left: 2em;
}
.hdjj_xmjg dl{
    display: flex;
    line-height: 36px;
    color:#4d4d4d;
}
.hdjj_bz{
    text-align: center;
    line-height: 36px;
    color:#14a4d8;
    padding:20px 0 40px;
    font-size: 18px;
}
.hdjj_btns{
    /* border-top: 1px dashed #ddd; */
    text-align: center;
    padding:20px 0 30px;
}
.hdjj_btns a{
    display: inline-block;
    width:230px;
    line-height: 56px;
    font-size: 24px;
    color: #fff;
    margin: 0 20px;
    background:#15c8a8;
    border-radius: 6px;
    opacity: .8;
}
.hdjj_btns a:hover{
    opacity: 1;
}
/* 活动简介 end */
.regDiv_sj,.hdjj_btns_sj{display: none;}
/* 适配手机 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .regDiv,.hdjj_btns{display: none;}
    .regDiv_sj{display: block;padding-right: 10px;}
    .hdjj_btns_sj{display: block;}
    .w1200 {
        width: 100%;
    }

    .nr {
        margin-top: -130px;
    }

    .nr h3 a {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
        display: block;
    }

    .nr p a {
        font-size: 14px;
    }

    .nr h3 {
        margin: 15px 0;
    }

    .logoSearch h1 {
        font-size: 26px;
        float: none;
        text-align: center;
        margin: 10px 0 0;
    }

    .logoSearch h1 img {
        float: none;
        width: 36px;
        height: auto;
        vertical-align: middle;
    }

    .logoSearch h1 div {
        float: none;
        display: inline-block;
        height: auto;
        line-height: normal;
        width: auto;
        vertical-align: middle;
        margin-left: 6px;
    }

    .zzSearch {
        width: 80%;
        height: 40px;
        float: none;
        margin: 20px auto 0;
    }

    .zzSearch input#text {
        width: 76%;
        height: 40px;
        font-size: 16px;
        padding:0 2%;
    }

    .logoSearch {
        padding: 0px 0 20px;
    }

    .zzSearch input#btn {
        background-size: 26px;
        background-position-y: 7px;
        height: 40px;
    }

    .sousuo img {
        width: 14px;
        margin-top: 1px;
    }
    #lunbo ul li img {
        height: auto;
    }
    #button {
        bottom:18px;
    }

    #button li {
        margin-left: 8px;
    }

    #button li div {
        width: 8px;
        height: 8px;
    }

    .cz_banner {
        margin-top: 0;
    }

    .cz_content {
        width: 96%;
        margin: 45px 2% 0;
        display: block;
    }

    .content_block {
        display: block;
    }

    .block_left,
    .block_right {
        width: 100%;
        margin-top: 20px;
    }

    .left_top h5,
    .kpsp_top h5 {
        font-size: 18px;
        width: 87%;
        margin-top: 4px;
    }

    .left_top p,
    .kpsp_top p {
        margin-top: 5px;
    }

    .left_top p a,
    .kpsp_top p a {
        font-size: 14px;
    }

    .left_zy {
        margin-top: 10px;
    }

    .zy_content h6 {
        font-size: 16px;
    }

    .zy_content p {
        font-size: 12px;
        margin-top: 0;
        line-height: 22px;
    }

    .zy_content {
        padding: 0 0 0 8px;
    }

    .zy_list ul li {
        font-size: 14px;
        line-height: 28px;
        padding-left: 0;
        margin-top: 16px;
        overflow: auto;
        text-overflow: inherit;
        white-space: normal;
    }
    .zy_list a {
        display:inline;
        overflow: auto;
        text-overflow: inherit;
        white-space: normal;
    }
    .zy_list ul li span {
        font-size: 14px;
        -webkit-text-size-adjust: none;
        margin-left: 10px;
        float: none;
    }

    .block_right {
        margin-left: 0px;
    }

    .kpsp_con dl dt img {
        height: 70px;
    }

    .bj {
        margin-left: 10px;
        margin-right: 10px;
    }

    .kpsp_con dl dd {
        font-size: 16px;
        margin-top: 0rem;
    }

    .cz_bottom {
        margin-top: 0rem;
    }

    .db_ewm {
        display: none;
    }

    .kpsp_con {
        margin-top: 10px;
        margin-bottom: 15px;
        display: block;
    }

    p#backToTop {
        right: 10px;
    }

    .cz_content .banner {
        margin-bottom: 0;
        line-height: 36px;
    }

    .cz_content .banner .ban_title {
        font-size: 18px;
        padding: 0 0 6px 10px;
    }

    .cz_content .banner .line {
        margin-top: 10px;
    }

    .cz_content .banner .more {
        margin-top: 14px;
    }

    .kpsp_con dl {
        width: 100%;
        margin-bottom: 10px;
    }

    .kpsp_con dl.bj {
        margin: 0 0 10px;
    }

    #manuscriptType1 dt {
        height: auto;
        font-size: 0;
    }

    .kpsp_con dl dt img {
        height: auto;
    }

    .mT {
        margin-top: 0;
    }

    .cz_bottom {
        height: auto;
        padding: 20px 0;
    }

    .nav {
        height: auto;
    }

    .nav ul li {
        width: 33.3333%;
    }

    /* 词条 */
    .czct {
        margin-top: 10px;
        margin: 10px 2%;
    }

    .czct dl {
        width: 45%;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 220px;
    }

    .czct dl:nth-child(2n) {
        float: right;
    }

    .czct dl a {
        font-size: 14px;
    }

    /* 词条 end */
    /* 健康管理师 */
    .jkgls dl dt img {
        width: 80px;
        height: 80px;
    }

    .jkgls dl dd div {
        width: 100%;
        padding: 2px 0;
    }

    /* 健康管理师 end */
    /* 健康管理师详情 */
    .jkgls_content {
        padding: 0 2%;
    }

    .jkgls_user {
        text-align: center;
        margin: 30px 0 40px;
    }

    .jkgls_user_l,
    .jkgls_user_c,
    .jkgls_user_r {
        width: 100%;
        margin: 0;
    }

    .jkgls_user_r div {
        width: 80%;
    }
    .jkgls_xxjs{
        margin-bottom: 20px;
    }
    .jkgls_xxjs table tr td.tit {
        width: auto;
    }

    .jkgls_xxjs table {
        border: 0;
        margin-top: -10px;
    }

    .jkgls_xxjs table thead {
        display: none;
    }

    .jkgls_xxjs table tr {
        margin-bottom: 10px;
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .jkgls_xxjs table td {
        display: block;
        text-align: justify;
    }

    .jkgls_xxjs table td:last-child {
        border-bottom: 0;
    }

    .jkgls_xxjs table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    .jkgls_kpzs{
        margin-bottom: 40px;
    }
    .jkgls_kpzs ul li{
        padding-bottom: 10px;
    }
    .jkgls_kpzs ul li a{
        display: inline;
        overflow: auto;text-overflow:inherit;white-space: normal;
    }
    .jkgls_kpzs ul li span{
        float: none;
        padding-left: 20px;
    }
    /* 健康管理师详情 end */
    /* 卒中评估 */
    .czpg{
        padding:0 3%;
    }
    .czpg h1 img{
        width:100%
    }
    /* 卒中评估 end */
    /* 活动简介 */
    .hdjj_banner{
        margin: 20px 0;
    }
    .hdjj_xmbj,.hdjj_xmjg{
        margin-left:3%;
        margin-right:3%;
    }
    .hdjj_btns a{
        margin-bottom: 20px;
        font-size: 1.25rem;
    }
    /* 活动简介 end */
    .none{
        display: none;
    }
}
