/***本例子css***/
.w100{
    width: 100%;
    overflow: hidden;
}
.m15{
    margin-top: 15px;
}
.mtno{
    margin-top: 0 !important;
}
.mlno{
    margin-left: 0 !important;
}
.m20{
    margin-top: 20px;
}
.m30{
    margin-top: 30px;
}
.m56{
    margin-top: 56px;
}
.w1170{
    overflow: visible;
}
.health_title{
    overflow: hidden;
    font-size: 16px;
    color: #838D8F;
    line-height: 22px;
    margin-top: 44px;
}
.health_title span{
    font-size: 48px;
    display: block;
    font-weight: 300;
    color: #242424;
    line-height: 67px;
}
.banner{
    width: 100%;
    height: 600px;
    margin-top: 22px;
    position: relative;
}
.banner .desc{
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -585px;
    bottom: 120px;
}
.banner .text2{
    width: 480px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    margin-top: 166px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    position: relative;
    z-index: 2;
}
.banner .text{
    width: 480px;
    overflow: hidden;
    max-height: 100px;
    line-height: 50px;
    margin-top: 5px;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    text-align: left;
    position: relative;
    z-index: 2;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.pagination {
    position: absolute;
    z-index: 20;
    text-align: center;
    width: 1170px !important;
    left: 50% !important;
    margin-left: -585px;
    bottom: 65px !important;
    padding: 10px 0;
}
.swiper-pagination-switch {
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
    width: 40px !important;
    height: 4px !important;
    border-radius: 0 !important;
    border: none;
    cursor: pointer;
}
.swiper-active-switch {
    background: #9C1D22!important;
}
.health_bg{
    width: 100%;
    overflow: hidden;
    background: #EEEEEE;
    padding: 56px 0;
}
.health_bg .title{
    width: 100%;
    overflow: hidden;
    margin-bottom: 23px;
}
.health_bg .title span{
    color: #242424;
    font-size: 24px;
    font-weight: bold;
}
.health_bg .title a{
    font-size: 14px;
    color: #6D6E70;
    float: right;
}
.activities{
    width: 23%;
    overflow: hidden;
    box-sizing: border-box;
    height: 300px;
    background: #fff;
    border-radius: 8px;
    float: left;
    margin-left: 2.6%;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.activities:hover{
    box-shadow:0px 20px 14px 0px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.activities .activities_img{
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.activities .activities_img img{
    width: 100%;
    height: 170px;
}
.activities .activities_text{
    padding: 14px 18px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.activities .activities_text2{
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.activities .activities_text3{
    font-size: 12px;
    color: #838D8F;
    margin-top: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    border-top: 1px solid #DDDDDD;
    line-height: 15px;
}
.courses{
    width: 49%;
    overflow: hidden;
    height: 300px;
    background: #fff;
    border-radius: 8px;
    float: left;
}
.courses2{
    float: right;
}
.courses .courses_img{
    width: 100%;
    overflow: hidden;
}
.courses .courses_img img{
    width: 100%;
    height: 212px;
}
.courses .courses_text{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}
.courses .courses_text2{
    font-size: 12px;
    color: #838D8F;
    float: left;
    line-height: 16px;
}
.courses .courses_text2 span{
    font-size: 18px;
    color: #242424;
    font-weight: bold;
    line-height: 25px;
    display: block;
}
.courses .courses_text3{
    font-size: 36px;
    font-weight: 600;
    color: #C8AF70;
    float: right;
}
.courses .courses_text3 img{
    width: 32px;
    height: 32px;
    margin-right: 9px;
}
.questions{
    width: 100%;
    height: 300px;
    border-radius: 8px;
    padding: 30px 23px;
    box-sizing: border-box;
    background: url(../img/none/pic1.jpg);
    background:linear-gradient(139deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/pic1.jpg',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/pic1.jpg',sizingMethod='scale');
}
.questions_title{
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.questions_conter{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}
.questions_read{
    width: 115px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 57px;
}
.questions_read a{
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff;
    height: 36px;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 36px;
    color: #fff;
}
.practice_left2{
    width: 23%;
    overflow: hidden;
    float: left;
    border-radius: 8px;
    height: 300px;
    margin-top: 26px;
    margin-left: 2.6%;
    background: #fff;
}
.recipes3{
    width: 20%;
    overflow: hidden;
    float: left;
    cursor: pointer;
    display: block;
}
.recipes3:hover .recipes{
    box-shadow:0px 20px 14px 0px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.recipes4{
    overflow: hidden;
    margin: -10px;
    display: block;
}
.recipes{
    overflow: hidden;
    border-radius: 8px;
    height: 300px;
    margin: 10px;
    box-sizing: border-box;
    padding: 209px 0 0 20px;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/pic1.jpg',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/pic1.jpg',sizingMethod='scale');
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.recipes2{
    width: 48.6%;
    overflow: hidden;
    float: left;
}
.recipes .recipes_text{
    font-size: 12px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}
.recipes .recipes_text span{
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}
.recipes .recipes_icon{
    margin-top: 15px;
    position: relative;
    z-index: 2;
}
.recipes .recipes_icon2{
    font-size: 12px;
    color: #FFFFFF;
    float: left;
}
.recipes .recipes_icon2 img{
    width: 16px;
    margin-right: 5px;
}
.recipes .recipes_icon3{
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 15px;
    float: left;
}
.recipes .recipes_icon3 img{
    width: 16px;
    margin-right: 5px;
}
.life_more{
    width: 100%;
    height: 46px;
    background: #d8d8d8;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 46px;
}
.life_more a{
    display: block;
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #242424;
    font-weight: bold;
}
.box-active{
    margin: -10px;
}
.box-active .list{
    float: left;
    width: 20%;
    display: block;
}
.box-active .list:hover .pack{
    box-shadow:0px 20px 14px 0px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box-active .list .pack{
    margin: 10px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.box-active .list .pack .pic{
    width: 100%;
    height: 172px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.box-active .list .pack .desc{
    height: 75px;
    padding: 15px 15px 0 15px;
}
.box-active .list .pack .desc h1{
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.box-active .list .pack .bot{
    padding: 0 15px;
}
.box-active .list .pack .bot p{
    font-size: 12px;
    color: #838D8F;
    line-height: 16px;
    padding: 10px 0;
    border-top: 1px solid #DDDDDD;
}
