@charset"utf-8";
 body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
    font-family:'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
}
html {
    font-size: 50px;
}
body {
    font-size: 24px;
    color: #222;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
div, ul, li, ol, dd, dl, dt, p, h1, h2, h3, h4, h5, h6, a, span, input, textarea, button, select, form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol, dl, dt, dd, li {
    list-style: none;
}
em {
    font-style: normal;
}
a {
    color: #878787;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
    text-decoration: none;
}
table {
    border-collapse: collapse;
}
input, textarea, select {
    border:none;
    resize: none;
    -webkit-appearance:none;
    outline:medium;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
img {
    border: 0;
    width:100%;
    display:block;
}
.clear:after {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
/*设备分辨率调整*/
 @media screen and (min-width:320px) {
    html {
        font-size:21.33px
    }
}
@media screen and (min-width:360px) {
    html {
        font-size:24px
    }
}
@media screen and (min-width:375px) {
    html {
        font-size:25px
    }
}
@media screen and (min-width:384px) {
    html {
        font-size:25.6px
    }
}
@media screen and (min-width:400px) {
    html {
        font-size:26.67px
    }
}
@media screen and (min-width:414px) {
    html {
        font-size:27.6px
    }
}
@media screen and (min-width:424px) {
    html {
        font-size:28.27px
    }
}
@media screen and (min-width:480px) {
    html {
        font-size:32px
    }
}
@media screen and (min-width:540px) {
    html {
        font-size:36px
    }
}
@media screen and (min-width:720px) {
    html {
        font-size:48px
    }
}
@media screen and (min-width:750px) {
    html {
        font-size:50px
    }
}
@media screen and (min-width:768px) {
    html {
        font-size:51.2px
    }
}
.mainDiagrBox {
    position:relative;
    min-height:4rem;
    max-height:10.4rem;
    overflow:hidden;
}
.mainDiagrBox h3 {
    position:absolute;
    bottom:0;
    left:0;
    height:60px;
    font-size:25px;
    color:#fff;
    padding: 0 20px;
    font-weight:300;
    /*text-shadow: 0 2px 8px #5c5c5c;*/
}
.mainDiagrBox ul {
    position:absolute;
    bottom:13px;
    right:0;
    width:56%;
    padding: 10px 8px 14px 6px;
    background-color:rgba(0, 0, 0, .7);
    border-radius: 10px 0 0 10px;
}
.mainDiagrBox ul li {
    position:relative;
    padding-left: 20px;
    font-size:12px;
    color:#fff;
}
.mainDiagrBox ul li span {
    position:absolute;
    top:2px;
    left:0;
    width:15px;
    height:15px;
    overflow:hidden;
    text-indent: -99px;
    background-image:url(../img/food_icon01.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:15px 45px;
    background-position:0 0;
}
.mainDiagrBox ul li p {
    line-height:19px;
}
.mainDiagrBox ul li:nth-child(2) span {
    background-position:0 -15px;
}
.mainDiagrBox ul li:nth-child(3) span {
    background-position:0 -30px;
}
#foodNav {
    height:40px;
}
.foodNav {
    width:100%;
    height:40px;
    background-color:#e5e5e5;
    z-index:10;
}
.foodNav ul {
    padding:1px 0 0;
}
.foodNav ul li {
    float:left;
    width:33%;
    height:39px;
    background-color:#fff;
    border-bottom:1px solid #e5e5e5;
    font-size:15px;
    color:#666;
    text-align:center;
    line-height:36px;
}
.foodNav ul li:nth-child(2) {
    width:34%;
    padding:9px 0 0;
}
.foodNav ul li:nth-child(2) span {
    display:block;
    height:20px;
    line-height:20px;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}
.foodNav ul li.cur {
    color:#3388ff;
    border-bottom:1px solid #3388ff;
}
.foodCon .listOne {
    height:0;
    overflow:hidden;
    background-color:#f5f5f5;
}
.foodCon .cur {
    height:auto;
}
.foodCon .listOne .pBox {
    padding: 5px 0 24px;
    background-color:#fff;
}
.foodCon .listOne .pBox:last-child {
    margin-bottom:0;
}
.foodCon .listOne h4 {
    padding-top:15px;
    margin-bottom:14px;
}
.foodCon .listOne h4 span {
    display:block;
    height:18px;
    line-height:18px;
    border-left:5px solid #3388ff;
    padding-left:15px;
    font-size:18px;
    color:#333;
    font-weight:600;
}
.foodCon .listOne .pBox .p1 {
    padding:0 20px;
    line-height:25.6px;
    font-size:16px;
    color:#333;
    text-align:justify;
}
.foodCon .listOne .pBox .p1 strong {
    display:block;
    line-height:24px;
    font-size:16px;
    margin:14px 0 8px;
    font-weight:600;
}
.list2 {
    background-color:#fff;
}
.list2 dl {
    position:relative;
    padding: 20px;
}
.list2 dl dt {
    line-height: 1;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.list2 dl dd {
    margin-bottom: 4px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    text-align: justify;
    padding-top: 9px;
}
.list2 dl dd .fontw {
    display: block;
    margin:14px 0 8px;
}
.list2 dl dd .fontw:first-child {
    margin:0 0 8px;
}
.list2 dl dt:after {
    position: absolute;
    content:" ";
    top: 0;
    left: -20px;
    width: 5px;
    height: 18px;
    background: #3388ff;
}
.list2 dl dd p.mdb5 {
    margin-bottom:5px;
}
.foodCon .listOne .list3 h4 {
    margin-bottom:20px;
}
.list3 {
    background-color:#fff;
    padding-top:5px;
}
.list3 dl {
    position:relative;
    height:89px;
    margin:0 20px 20px;
}
.list3 dl dt {
    position:absolute;
    top:0;
    left:0;
    width:119px;
    height:89px;
    overflow: hidden;
}
.list3 dl dt img {
    height:100%;
}
.list3 dl dd {
    padding-left:132px;
}
.list3 dl dd h5, .list3 dl dd p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list3 dl dd h5 {
    height:26px;
    line-height:26px;
    margin-bottom:7px;
    font-size:16px;
    color:#333;
}
.list3 dl dd p {
    height:18px;
    line-height:18px;
    font-size:14px;
    color:#666;
}
/*养生食谱*/
 .ysxp01 a ul, .ysxp02_pic ul, .ysxp02_tip dt:after, .ysxp02_tip dd:after, .ysxp03 {
    background-image:url(../img/ysxp.png);
    background-repeat:no-repeat;
    background-size:150px 200px;
}
.ysxp01 {
    clear:both;
    margin: 0 20px;
}
.ysxp01 a {
    display:block;
    clear:both;
    border-top:1px solid #f5f5f5;
    height:104px;
    padding:14px 9px 0px 110px;
    position:relative;
    font-size: 0;
}
.ysxp01 a img {
    position: absolute;
    left:0;
    top:14px;
    width:100px;
    height:76px;
}
.ysxp01 a dt {
    font-size:18px;
    line-height:28px;
    height:28px;
    color:#000;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
}
.ysxp01 a dd {
    font-size:12px;
    line-height:22px;
    height:22px;
    color:#666;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
}
.ysxp01 a ul, .ysxp02_pic ul {
    display:inline-block;
    margin-top:5px;
    font-size:10px;
    height:12px;
    line-height:11px;
    color:#fff;
    padding:0 3px 0 44px;
    background-position:0 0;
}
.ysxp01 a:first-child {
    border-top:0;
}
.ysxp02_pic {
    position:relative;
    max-height: 11.24rem;
    overflow: hidden;
}
.ysxp02_pic img {
    width:100%;
}
.ysxp02_pic ul {
    position:absolute;
    right:10px;
    top:11px;
}
.ysxp02_con {
    clear:both;
    padding:0 20px;
}
.ysxp02_title {
    font-size:22px;
    font-weight:600;
    line-height:32px;
    padding:8px 0;
}
.ysxp02_title02 {
    clear:both;
    width:90px;
    margin:0 auto;
    height:30px;
    position:relative;
}
.ysxp02_title02 ol {
    height:15px;
    border-bottom:1px solid #ebebeb;
}
.ysxp02_title02 p {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
}
.ysxp02_title02 p span {
    background:#fff;
    padding:0 2px;
    font-size:20px;
    font-weight:600;
    color:#f87d63;
}
.ysxp02_tip {
    clear:both;
}
.ysxp02_tip dt, .ysxp02_tip dd {
    float:left;
    position:relative;
    color:#999;
    line-height:20px;
    padding-left:19px;
    font-size: 14px;
}
.ysxp02_tip dt:after, .ysxp02_tip dd:after {
    position:absolute;
    content:"";
    display: inline-block;
    left:0;
    top:2px;
    width:19px;
    height:16px;
}
.ysxp02_tip dt:after {
    background-position:0 -33px;
}
.ysxp02_tip dd:after {
    background-position:-28px -33px;
}
.ysxp02_tip dt {
    padding-right:26px;
    padding-left:17px;
}
.ysxp02_body {
    clear:both;
    font-size:18px;
    line-height:27px;
    padding:12px 0;
}
.ysxp02_table {
    margin:13px 0 18px;
}
.ysxp02_table td {
    border:solid 1px #eee;
    line-height:26px;
    padding:7px 8px 7px 12px;
    font-size:16px;
    color:#333;
    background:#fff;
}
.ysxp02_table tr.tr01 td {
    background:#f7f7f7;
    color:#666;
}
.ysxp02_table td p {
    float:left;
    width:70%;
}
.ysxp02_table td span {
    display:block;
    float:right;
    width:30%;
    font-size:12px;
    color:#999;
    text-align:right;
}
.ysxp02_bz {
    display:block;
    clear:both;
    padding:8px 0 17px;
    color:#333;
}
.ysxp02_bz dt {
    font-size:18px;
    line-height:28px;
    padding-bottom:10px;
}
.ysxp02_bz dt span {
    font-size:20px;
    color:#33c346;
    padding-right:8px;
    font-family:Arial, Helvetica, sans-serif;
}
.ysxp02_bz dd {
    /*max-height:150px;*/
    overflow:hidden;
}
.ysxp02_bz dd img {
    width:100%;
}
.ysxp03 {
    clear:both;
    margin:6px 20px 13px;
    border:1px dashed #fed1c8;
    background-color:#fff9f8;
    font-size:14px;
    color:#e38672;
    line-height:20px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    padding:39px 19px 14px 63px;
    background-position:11px -87px;
    min-height:54px;
}
.zt04_title {
    clear:both;
    line-height:40px;
    text-align:right;
    padding:0 20px;
    position:relative;
}
.zt04_title a {
    color:#999;
}
.zt04_title p {
    float:left;
    font-size:18px;
    color:#33c346;
}
.zt04_title p a {
    color:#33c346;
}
.zt04_title span {
    display:block;
    position:absolute;
    left:0;
    top:11px;
    width:3px;
    height:18px;
    background:#fc6c88;
}
.more01 {
    display:block;
    margin:1px 20px 15px;
    background:#f2f2f2;
    text-align:center;
    height:33px;
    line-height:33px;
    font-size:14px;
}
.more01 span {
    padding-right:15px;
    position:relative;
}
.more01 span:after {
    right:0px;
    top:5px;
    width:6px;
    height:6px;
    border-bottom:1px solid #33c346;
    border-right:1px solid #33c346;
}
.more01 span:after {
    position:absolute;
    content:"";
    display: inline-block;
}
.more01 span:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.food_material_list {
    margin: 13px 0 18px;
}
.food_material_list dl {
    position:relative;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.food_material_list dl:first-child {
    border-top:1px solid #eee;
}
.food_material_list dl:after {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
.food_material_list dl dt, .food_material_list dl dd {
    height:41px;
}
.food_material_list dl dt {
    border-bottom: solid 1px #eee;
    background: #f7f7f7;
    color: #666;
    line-height: 26px;
    padding: 7px 8px 7px 12px;
    font-size: 16px;
}
.food_material_list dl dd {
    border-bottom: solid 1px #eee;
    width:50%;
    float:left;
    line-height: 26px;
    padding: 7px 8px 7px 12px;
    font-size: 16px;
    color: #333;
    background: #fff;
}
.food_material_list dl dd:nth-child(even) {
    border-right: solid 1px #eee;
}
.food_material_list dl dd strong, .food_material_list dd span {
    height:26px;
}
.food_material_list dl dd strong {
    float: left;
    width: 70%;
    overflow:hidden;
    font-size:16px;
    font-weight:300;
}
.food_material_list dl dd span {
    display: block;
    float: right;
    width: 30%;
    font-size: 12px;
    color: #999;
    text-align: right;
    overflow:hidden;
}
/* 头部 */
 .navigate {
    clear: both;
    height: 44px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0px;
    background: #33c346;
}
.navigate02 {
    clear: both;
    height: 44px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    padding: 0 70px 0 7px;
    min-width: 243px;
}
.navigate02c {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.navigate02c a, .navigate02c span {
    display: block;
    float: left;
    color: #fff;
}
a.logo {
    width: 67px;
    height: 44px;
    background: url(../img/logo.png) no-repeat 0 6px;
    background-size: 67px 31px;
}
.navigate02c span {
    height: 44px;
    width: 1px;
    margin: 0 9px;
    border-left: 1px solid #56da67;
    background: #18a42a;
}
.navigate02c a, .navigate02c span {
    display: block;
    float: left;
    color: #fff;
}
.navigate02c p, a.mainNav_more, a.changMore span, .block02 p, .block02 ul a, a.changMore span {
    background-image: url(../img/news.png);
    background-repeat: no-repeat;
    background-size: 250px 250px;
}
.navigate02c p {
    float: left;
    height: 44px;
    width: 24px;
    background-position: 2px 0;
}
.navigate02a {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    width: 23px;
    height: 44px;
    background: url(../img/nav02.png) no-repeat 0 10px;
    background-size: 23px 22px;
}
.line10 {
    height: 10px;
    background: #f5f5f5;
}