@charset "utf-8";
@media screen and (max-width:767px) {
    .top_wrapper {
        display: none;
    }
    body {
        background: #fff;
    }
    /*产业布局*/
    .children_health {
        position: relative;
        width: 92%;
        height: auto;
        margin: 0 auto;
    }
    .children_health .children_health_title,
    .children_health .children_health_content {
        width: 100%;
    }
    .children_health .children_health_title {
        font-size: 20px;
        color: #333;
        font-weight: bold;
        margin-top: 32px;
    }
    .children_health .children_health_content {
        font-size: 16px;
        color: #666;
        text-indent: 2em;
        text-align: justify;
        line-height: 24px;
        margin-top: 28px;
        margin-bottom: 21px;
    }
    .children_health .pic1 {
        width: 270px;
        height: 200px;
        margin: 21px auto 0 auto;
    }
    .children_health .pic1 img {
        display: block;
        width: 270px;
        height: 200px;
    }
    .container_top .current_page {
        margin-top: 13px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        display: none;
    }
    body {
        background: #fff;
    }
    /*儿童健康管理云平台*/
    .children_health_top {
        width: 92%;
        margin: 0 auto;
    }
    .children_health_top .health-title {
        width: 100%;
        height: 72px;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .children_health_top .health-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .health_content {
        margin-top: 40px;
    }
    .health_content .content {
        float: left;
        text-indent: 2em;
        text-align: justify;
        line-height: 29px;
        margin-left: 310px;
        margin-top: -185px;
    }
    .health_content .pic {
        float: left;
        display: inline-block;
        width: 270px;
        height: 200px;
    }
    .health_content .pic img {
        display: block;
        width: 270px;
        height: 200px;
    }
}
@media screen and (min-width:960px) {
	.container {
		display: none;
	}
    body {
        background: #fff;
    }
	/*儿童健康管理云平台*/
    .children_health_top {
        width: 1000px;
        margin: 0 auto;
    }
    .children_health_top .health-title {
        width: 100%;
        height: 72px;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .children_health_top .health-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .health_content {
        margin-top: 40px;
    }
    .health_content .content {
        float: left;
        text-indent: 2em;
        text-align: justify;
        line-height: 29px;
        margin-left: 310px;
        margin-top: -185px;
    }
    .health_content .pic {
        float: left;
        display: inline-block;
        width: 270px;
        height: 200px;
    }
    .health_content .pic img {
        display: block;
        width: 270px;
        height: 200px;
    }
}