@charset "UTF-8";

@import "./base.css";
@import "./font.css";
@import "./inner_header.css";
@import "./footer.css";



.aboutMenu {
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutMenu a {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 70px;
}

.aboutMenu a.cut {
    color: #000;
}


.bannerBox {
    font-family: "PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei, tahoma, Arial, Verdana, sans-serif;
    min-width: 1200px;
    height: 500px;
    display: flex;
    flex-flow: row wrap;
}

.bannerBox .item {
    float: left;
    width: 50%;
    height: 50%;
    overflow: hidden;
    display: block;
    position: relative;
}

.bannerBox .item .bgOpcity {
    background: rgba(0, 0, 0, 0.5) !important;
}

.bannerBox .item .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 15px;
}

.bannerBox .item .content h1 {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

.bannerBox .item .content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.bannerBox .item .pic {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.bannerBox .item:hover .pic {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.bannerBox .item .pic1 {
    width: 100%;
    height: 100%;
    background-image: url(../assets/life/banner01.png);
}

.bannerBox .item .pic2 {
    background-image: url(../assets/life/banner02.png);
}

.bannerBox .item .pic3 {
    background-image: url(../assets/life/banner03.png);
}

.bannerBox .item .pic4 {
    background-image: url(../assets/life/banner04.png);
}

.bannerBox .item .pic5 {
    background-image: url(../assets/life/banner05.png);
}

.hotBox {
    padding: 70px 0;
    background: #eee;
}

.hotBox h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.hotBox .listbox {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hotBox .listbox li {
    width: 326px;
    float: left;
    margin-bottom: 14px;
}

.hotBox .listbox li .pic {
    width: 100%;
    overflow: hidden;
}

.hotBox .listbox li .cbox {
    width: 100%;
    height: 184px;
    padding: 15px;
    position: relative;
    background: #fff;
}

.hotBox .listbox li .cbox h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
}

.hotBox .listbox li .cbox .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.hotBox .listbox li .cbox .tag span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 0 10px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 5px;
}

.hotBox .listbox li.style2 {
    width: 519px;
}

.hotBox .listbox li.style2 .colItem {
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden;
}

.hotBox .listbox li.style2 .colItem:last-child {
    margin: 0;
}

.hotBox .listbox li.style2 .colItem .pic {
    width: 50%;
    height: 218px;
    float: left;
}

.hotBox .listbox li.style2 .colItem .cbox {
    width: 50%;
    height: 170px;
    float: left;
}

.hotBox .listbox li.routine {
    width: 229px;
}

.kvBox {
    background: url(../assets/life/kv-img01.jpg) no-repeat center center;
    width: 100%;
    height: 689px;
    padding: 60px 0;
}

.kvBox h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.kvBox .content {
    margin-top: 208px;
    text-align: center;
}

.kvBox .content h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.kvBox .content p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.articleBox {
    background: #eee;
    overflow: hidden;
    padding: 65px 0;
}

.articleBox h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.articleBox .articleNav {
    padding: 0 0 30px 0;
    overflow: hidden;
}

.articleBox .articleNav a {
    background: #d2d2d2;
    border-radius: 16px;
    font-size: 13px;
    color: #ffffff;
    padding: 0 20px;
    line-height: 24px;
    display: block;
    float: left;
    margin-right: 15px;
}

.articleBox .articleNav a:hover {
    background: #000;
    color: #fff;
}

.articleBox .articleNav a.cut {
    background: #fff;
    color: #000;
}

.articleBox .articleList {
    overflow: hidden;
    margin: 0 -7.5px;
}

.articleBox .articleList li {
    width: 228px;
    margin: 7.5px;
    float: left;
}

.articleBox .articleList li .pic {
    width: 228px;
    height: 140px;
    overflow: hidden;
}

.articleBox .articleList li .cont {
    position: relative;
    padding: 15px;
    background-color: #fff;
    height: 159px;
}

.articleBox .articleList li .cont h5 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.articleBox .articleList li .cont p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.articleBox.lifeClassIndex .articleList li .cont .taglist {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 10px;
}

.articleBox .articleList li .cont .taglist span {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 0 10px;
    float: left;
    margin: 5px 5px 0 0;
}

.articleBox .viewMore {
    display: block;
    width: 199px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 70px auto 20px auto;
}

.articleBox .viewMore:hover {
    background: #000;
    color: #fff;
}

.hotBox .listbox li a img,
.articleBox .articleList li a img {
    transition: all 0.3s ease-in-out;
    transform: scale(1, 1);
}

.hotBox .listbox li a:hover img,
.articleBox .articleList li a:hover img {
    transform: scale(1.1, 1.1);
}



/* class */
.articleBox {
    background: #eee;
    overflow: hidden;
    padding: 65px 0;
}

.articleBox h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.articleBox .articleNav {
    padding: 0 0 30px 0;
    overflow: hidden;
}

.articleBox .articleNav a {
    background: #d2d2d2;
    border-radius: 16px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
    line-height: 31px;
    display: block;
    float: left;
    margin-right: 15px;
}

.articleBox .articleNav a.cut {
    background: #fff;
    color: #000;
}

.articleBox .articleList {
    overflow: hidden;
    margin: 0 -7.5px;
}

.articleBox .articleList li {
    width: 228px;
    margin: 7.5px;
    float: left;
}

.articleBox .articleList li .pic {
    width: 228px;
    height: 150px;
    overflow: hidden;
}

.articleBox .articleList li .cont {
    position: relative;
    padding: 15px;
    background-color: #fff;
    height: 159px;
}

.articleBox .articleList li .cont h5 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.articleBox .articleList li .cont p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.articleBox .viewMore {
    display: block;
    width: 199px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 70px auto 20px auto;
}

.bannerWarp {
    width: 100%;
    position: relative;
    height: 500px;
}

.bannerWarp .swiper-container {
    width: 100%;
    height: 100%;
}

.bannerWarp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bannerWarp .views {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.bannerWarp .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.bannerWarp .item img {
    max-width: initial;
    height: 100%;
    object-fit: cover;
}

.bannerWarp .item .kvCont {
    width: 1200px;
    margin: 0 auto;
    padding-top: 270px;
}

.bannerWarp .item .kvCont p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.bannerWarp .item .kvCont h4 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 60px;
}

.bannerWarp .item .kvCont .views {
    display: block;
    margin-top: 70px;
    width: 192px;
    height: 71px;
    line-height: 71px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.bannerWarp .item .kvCont .views .iconfont {
    font-size: 12px;
    margin-left: 5px;
}

.bannerWarp .item .kvCont .views:hover {
    background: #fff;
    color: #000;
}

.bannerWarp .swiper-pagination {
    bottom: 40px;
}

.bannerWarp .swiper-pagination .swiper-pagination-bullet {
    width: 27px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: inherit;
}

.bannerWarp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container {
    height: 100%;
}

.swiper-pagination {
    bottom: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 27px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: inherit;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.hotBox .listbox li a img,
.articleBox .articleList li a img {
    transition: all 0.3s ease-in-out;
    transform: scale(1, 1);
}

.hotBox .listbox li a:hover img,
.articleBox .articleList li a:hover img {
    transform: scale(1.1, 1.1);
}





/* detail */

.article-bot {
    padding: 48px 0;
}

.article-bot .flex {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 27px 0;
    margin-bottom: 22px;
}

.article-bot .flex .left .tag {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
    padding: 0 10px;
    margin-right: 6px;
    float: left;
}

.article-bot .flex .right .iconfont {
    font-size: 24px;
    float: left;
    margin: 0 0 0 23px;
    color: rgba(0, 0, 0, 0.5);
}

.article-bot .copyright {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    color: #000000;
    line-height: 26px;
}

.infoBox {
    border-radius: 5px;
    height: 334px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 34px;
    text-align: center;
    margin-top: 46px;
}

.infoBox .head {
    width: 93px;
    height: 93px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: -80px;
    border-radius: 100%;
}

.infoBox h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-top: 24px;
    line-height: 140%;
}

.infoBox h5 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.infoBox .dataView {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 26px 0;
    margin-top: 26px;
}

.infoBox .dataView .item {
    margin: 0 22px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.infoBox .dataView .item .iconfont {
    margin-right: 5px;
}

.infoBox .button {
    display: block;
    margin-top: 30px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    width: 330px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
}

.infoBox .button:hover {
    background: #000;
    color: #fff;
}

.recomList {
    background: #eee;
    padding: 70px 0;
}

.recomList h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #000;
    line-height: 60px;
}

.recomList .list {
    margin: 0 -7.5px;
    overflow: hidden;
}

.recomList .list li {
    background: #fff;
    width: 390px;
    margin: 7.5px;
    float: left;
}

.recomList .list li .pic {
    width: 149px;
    height: 100px;
    overflow: hidden;
    float: left;
}

.recomList .list li .cont {
    width: 241px;
    float: left;
    padding: 10px 19px;
    box-sizing: border-box;
    height: 100px;
    position: relative;
}

.recomList .list li .cont h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
    word-wrap: break-word;
    /*强制换行*/
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*隐藏后添加省略号*/
    white-space: nowrap;
    /*强制不换行*/
}

.recomList .list li .cont .des {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    opacity: 0.5;
    height: 34px;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*隐藏后添加省略号*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.recomList .list li .cont .flex {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 19px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #000000;
}

.recomList .list li .cont .flex .views .iconfont {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.life-top {
    width: 100%;
    height: 618px;
    position: relative;
}

.life-top .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

.life-top .contentBox {
    position: absolute;
    width: 1200px;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
    z-index: 5;
}

.life-top h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    box-sizing: content-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.life-top p {
    width: 517px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

.life-top .info {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.life-top .info .head {
    width: 35px;
    height: 35px;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: 14px;
    border-radius: 100%;
    overflow: hidden;
}

.life-top .info .name {
    line-height: 35px;
    float: left;
    display: block;
}

.life-recom {
    background-color: #eee;
    padding: 68px 0;
}

.life-recom h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 27px;
}

.life-recom .list {
    margin: 0 -7.5px;
    overflow: hidden;
}

.life-recom .list li {
    margin: 0 7.5px;
    margin-bottom: 14px;
    width: 390px;
    height: 168px;
    float: left;
}

.life-recom .list li .pic {
    width: 149px;
    float: left;
}

.life-recom .list li .cont {
    position: relative;
    background: #fff;
    width: 241px;
    float: left;
    padding: 25px 20px;
    height: 168px;
}

.life-recom .list li .cont h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.life-recom .list li .cont p {
    opacity: 0.5;
    font-size: 14px;
    color: #000;
}

.life-recom .list li .cont .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
}

.life-recom .list li .cont .bottom .time {
    opacity: 0.5;
    font-size: 14px;
    color: #000;
}

.life-recom .list li .cont .bottom .views {
    opacity: 0.5;
    font-size: 14px;
    color: #000;
}

.life-content {
    padding: 20px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}

.life-content img {
    vertical-align: top;
    width: 100%;
    height: auto;
}





