@charset "utf-8";


/*reset*/
* {
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dd, dt {
    text-indent: 0;
    font-weight: normal;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding-bottom: 0;
    margin: 0 0;
}

ol, ul {
    list-style: none;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a img {
    border: none;
}

i, em {
    font-style: normal;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*布局*/
.bodyBox {
    width: 100%;
    overflow-x: hidden;
}

.wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*margin-bottom: -140px;*/
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap-m {
    width: 100vw;
    box-sizing: border-box;
    padding: 0 3vw;
}

/*字体*/
.font12px {
    font-size: 12px;
}

.font14px {
    font-size: 14px;
}

.font15px {
    font-size: 15px;
}

.font18px {
    font-size: 18px;
}

.font25px {
    font-size: 25px;
}

/*颜色col为color缩写,bgc为background缩写*/
.colfff {
    color: #fff;
}

.cold6d6d6 {
    color: #d6d6d6;
}

.col080102 {
    color: #080102;
}

.col30 {
    color: #303030;
}

.col333 {
    color: #333;
}

.bgc1026ac {
    background: #1026ac;
}

.bgc8691d4 {
    background: #8691d4;
}

.bgcfc {
    background: #fcfcfc;
}


.bold {
    font-weight: bold;
}

.two-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.load-more {
    font-size: 14px;
    color: #666666;
    width: 62px;
    margin: 0 auto;
    border-bottom: 1px solid #666666;
    padding-bottom: 6px;
    text-align: center;
    margin-top: 22px;
}

.crumbs {
    padding: 102px 0 95px;
}

.crumbs a {
    font-size: 18px;
    color: #EF7E03 !important;
}

.crumbs .active {
    color: #666;
}


.banner {
    /*padding-top:20px;*/
    position: relative;
}

.none {
    display: none !important;
}

/*header*/
.bodyBox {
    padding-top: 80px;
}

.header {
    height: 60px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    box-shadow: 0px 5px 9px 1px rgba(218, 218, 218, 0.5);
    position: fixed;
    background: #fff !important;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header-left {
    display: block;
    width: 228px;
}

.header-navbar {
    width: 600px
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-nav li {
    position: relative;
    text-align: center;
    padding: 0 1%;
    flex: auto;
}

.header-nav li a {
    font-size: 14px;

    font-weight: 500;
    color: #333333;
    line-height: 29px;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    transition: all .5s initial;
}

.header-nav li.active a {
    color: #EE7C00;
    border-bottom: 3px solid #EE7C00;
}

.header-right {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 25%;
}

.header-icon img {
    width: 32px;
    height: 32px;
    margin-left: 20px;
}

.header-icon-search {
    display: flex;
    align-content: center;
    position: relative;
}

.searchInput {
    width: 200px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 40px;
    transform: translate(7%, -57%);
    background: none;
    border: 2px solid #1ea130;
    border-radius: 10px;
    overflow: hidden;
}

.searchInput h2 {
    font-size: 16px;
    color: #4ab344;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0%, -50%);
    margin: 0;
}

.searchInput input {
    width: 100%;
    height: 100%;
    border: none !important;
}

.header-icon-search img {
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 9;
    transition: .5s;
}

.header-icon-searchSelect {
    transform: translate(-160%, 0);
}

.header-len {
    flex-shrink: 0;
    text-align: center;
    /*border: 2px solid #4ab344;*/
    border-radius: 9px;
    font-size: 0;
    overflow: hidden;
}

.header-len span {
    display: inline-block;
    width: 50%;
    font-size: 14px;

    font-weight: bold;
    line-height: 22px;
}

.header-len span:first-child {
    color: #fff;
    background-color: #4ab344;
    padding: 0 5px 0 10px;
}

.header-len span:last-child {
    color: #4ab344;
    background-color: #fff;
    padding: 0 10px 0 5px;
}


.page-number-box {
    margin-top: 93px;
    position: relative;
}

.page-number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 594px;
}

.page-number span {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #EEEEEE;
    margin-right: 30px;
}

.page-number span:last-child {
    margin-right: 0;
}

.page-number span a {
    font-size: 14px;

    font-weight: 500;
    color: #333333;
    line-height: 25px;
}

.page-number span.active {
    background: #F08602;
}

.page-number span.active a {
    color: #FFFFFF;
}


.footer {
    background: #ECF9EE;
    padding: 47px 0 35px 0;
    border-radius: 0 150px 0 0;
}

.footer .header-navbar {
    position: relative;
}

.footer .header-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.footer-icon {
    text-align: center;
    margin: 60px 22px;
}

.footer-icon a {
    margin: 0 11px;
}

.footer-icon img {
    width: 45px;
    height: 45px;
    margin-right: 23px;
}

.footer-icon img:last-child {
    margin-right: 0;
}

.footer-tel {
    margin-top: 43px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-tel img {
    width: 19px;
    height: 19px;
    margin-right: 15px;
    vertical-align: middle;
}

.footer-tel span {
    font-size: 20px;

    font-weight: bold;
    color: #333333;
    line-height: 19px;
}

.footer-code {
    display: block;
    width: 80px;
    height: 80px;
    margin: 42px auto 0 auto;
}

.copyright {
    padding: 25.5px 0;
    font-size: 14px;

    font-weight: 500;
    color: #FFFFFF;
    line-height: 29px;
    background: #4ab344;
    text-align: center;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-md-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

/*模块标题*/
.module-title {
    text-align: center;
    position: relative;
}

.module-title .cn {
    font-size: 30px;

    font-weight: bold;
    color: #4ab344;
    position: relative;
    z-index: 2;
}

.module-title .en {
    font-size: 20px;

    font-weight: 400;
    color: #4ab344;
    margin-top: 4px;
    position: relative;
    z-index: 2;
}

.module-title .block {
    width: 322px;
    height: 23px;
    background: #EBFFED;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 32px;
    margin-left: -161px;
}

.module-title-text {
    font-size: 18px;

    font-weight: 400;
    color: #4ab344;
    line-height: 42px;
    text-align: center
}

.borderRTop {
    position: relative;
    top: -170px;
    width: 100%;
    border-radius: 150px 0 0 0;
    background: #fff;
}

.part6_title {

}

.part6_titleH2 {
    font-size: 16px;
    color: #35AC3E;
    text-align: center;
    margin-bottom: -6px;
}

.part6_titleIcon {
    height: 10px;
    width: 25%;
    border-radius: 5px;
    background: #d6f2db;
    margin: auto;
}

.part6_titleH3 {
    font-size: 12px;
    color: #35AC3E;
    text-align: center;
    margin-top: -2px;
}
.part6_titleCon{
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #35AC3E;
}
.part6_titleTopIcon{
    border-bottom: 1px solid #78cb8a;
    position: relative;
    width: 84%;
    margin: auto;
}
.part6_titleTopIcon:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 5px;
    background: #33ab36;
}

@media screen and (max-width: 992px) {
    .m-unshow {
        display: none !important;
        overflow: hidden;
    }

    /*字体*/
    .m-font12 {
        font-size: 12px;
    }

    .m-font13 {
        font-size: 13px;
    }

    .m-font14 {
        font-size: 14px;
    }

    .m-font15 {
        font-size: 15px;
    }

    .m-font16 {
        font-size: 16px;
    }

    .m-font18 {
        font-size: 18px;
    }

    .m-font20 {
        font-size: 20;
    }


    /*margin*/
    .marT26 {
        margin-top: 26px;
    }

    .marT12 {
        margin-top: 12px;
    }


    /*padding*/
    .padT26 {
        padding-top: 26px;
    }

    .padT40 {
        padding-top: 40px;
    }

    .product-banner {
        height: 240px;
        /* background:url(../image/banner-m.jpg) no-repeat center bottom; */
        background-size: 100% auto;

    }

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

    .header-left,
    .header-navbar,
    .header-len {
        display: none;
    }

    .header-min,
    .header-m-nav {
        display: block;
    }

    /* 移动端导航 */
    .header-m-nav {
        width: 23px;
        margin-right: 12vw;
    }

    .header-m-nav-icon span {
        display: block;
        width: 100%;
        height: 3px;
        background: #37AD40;
        border-radius: 2px;
        margin-bottom: 5px;
    }

    .header-m-nav span:last-child {
        margin-bottom: 0;
    }

    .maxheight {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    .header-m-nav-box {
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        /* background:rgba(0,0,0,0.8); */
        background: #fff;
        box-sizing: border-box;
        padding: 0 30px;
        z-index: 99;
    }

    .header-m-nav-list li {
        padding: 10px;
    }

    .header-m-nav-list li a {
        font-size: 16px;

        font-weight: 400;
        color: #333;
        line-height: 50px;
        /*margin-top: 27px;*/
    }

    .header-m-nav-list li a.activeOne {
        color: #37AD40;
    }

    .header-m-nav-list li nav-second.active a {
        color: #37AD40;
    }

    .header-m-log {
        height: 65%;
    }

    /* 首页二级导航 */
    .nav-second div {
        padding-left: 14px;
        line-height: 40px;
        /* border-bottom:1px solid #f0f0f0; */
    }

    .nav-second div.active a {
        color: #37AD40 !important;
    }


    .banner .swiper-pagination {
        position: absolute;
        bottom: 25% !important;
    }


    /* 产品页面 */
    .menu-box {
        display: none;
    }

    .product-conent {
        position: relative;
        left: 0;
        top: -10vw;
        width: 100vw;
        box-sizing: border-box;
        background: #fff;
        border-radius: 40px 0 0 0;
        padding: 6vw;
        padding-bottom: 0;
        z-index: 99;
    }

    .menu-box-m {
        width: 100%;
    }

    .menu-box-wrap {
        position: relative;
        width: 27%;
        height: 35px;
        margin-right: 5%;
        z-index: 999;
    }

    .menu-box-wrap img {
        position: absolute;
        right: 10px;
        top: 50%;
        width: 10px;
        height: 10px;
        transform: translateY(-50%);
    }

    .menu-box-m-list {
        width: 100%;
        height: 35px;
        background: #fff;
        border: 1px solid #4ab344;
        border-radius: 4px;
        padding: 4px 12px;
        overflow: hidden;
    }

    .menu-box-m-list li {
        padding-bottom: 20px;
    }

    .menu-box-m-list li :last-child {
        padding-bottom: 0;
    }

    .menu-box-m-list li a {
        font-size: 14px;

        font-weight: 400;
        color: #333333;
        line-height: 22px;
        transition: all .5s linear;
    }

    .menu-box-m-list li.active a {
        color: #4ab344;
        padding-bottom: 4px;
        border-bottom: 1px solid #4ab344;;
    }

    .menu-m-search {
        width: 68%;
        height: 35px;

        box-sizing: border-box;
        padding-left: 15px;
        border: 1px solid #4ab344;
        border-radius: 15px;
        overflow: hidden;
    }

    .menu-m-search img {
        width: 13px;
        height: 13px;
        margin-right: 4px;
    }

    .menu-m-search input {
        border: none;
        outline: none;
        font-size: 14px;

        font-weight: 400;
        color: #333333;
        line-height: 22px;
        flex-shrink: 1;
        flex-grow: 0;
        width: 50%;
    }

    .menu-m-search span {
        display: inline-block;
        width: 72px;
        padding: 6px 0;
        margin-top: -1px;
        margin-right: -1px;
        text-align: center;
        background: #4ab344;
        border-radius: 15px 0 0 15px;
        font-size: 14px;

        font-weight: 400;
        color: #fff;
        line-height: 22px;
        flex-shrink: 0;
    }

    .product-title {
        display: none;
    }

    .product-list li .product-list-content h6 {
        font-size: 15px;
        margin-top: 8px;
    }

    .product-list li .product-list-content p {
        font-size: 14;
        margin-top: 8px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        /* autoprefixer: ignore next */
        -webkit-box-orient: vertical;
        padding: 10px 10px 0;
    }

    .footer,
    .copyright,
    .page-number-box,
    .footer-anquan,
    .footer-logo {
        display: none;
    }

    .more {
        position: relative;
        font-size: 13px;

        font-weight: 400;
        /* text-decoration: underline; */
        color: #4ab344;
        line-height: 20px;
        text-align: center;
        z-index: 99;
    }

    .product .more {
        top: -70px;
    }

    .footer-m {
        overflow: hidden;
    }

    .footer-m-top {
        /*align-items: flex-end;*/
        border-bottom: 2px solid #f0f0f0;
        padding: 20px 6vw 8px 6vw;
    }

    .footer-m-top img {
        width: 90px;
        /*height: 16px;*/
    }

    .footer-m-top span {
        font-size: 12px;

        font-weight: 400;
        color: #666666;
        line-height: 20px;
    }

    .footer-m-content {
        padding: 20px 6vw 0 6vw;
    }

    .footer-m-icon div {
        vertical-align: middle;
        margin-bottom: 20px;

    }

    .footer-m-icon div img {
        width: 15px;
        height: 15px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .footer-m-icon div span {
        font-size: 12px;

        font-weight: 400;
        color: #333333;
        line-height: 20px;
    }

    .footer-code-m {
        width: 55px;
        height: 55px;
    }

    /* 产品详情页面 */
    .pruduct-info .pruduct-r .buy {
        display: flex;
        justify-content: space-around;
        margin-top: 20px !important;
    }

    .pruduct-info .pruduct-r .buy a img {
        width: 80%;
        height: auto;
    }

    /*模块标题*/
    .module-title .cn {
        font-size: 18px;
    }

    .module-title .en {
        font-size: 10px;
        margin-top: 0;
    }

    .module-title .block {
        width: 134px;
        height: 10px;
        background: #EBFFED;
        border-radius: 3px;
        position: absolute;
        left: 50%;
        top: 20px;
        margin-left: -67px;
    }

    .module-title-text {
        font-size: 12px;
        margin-top: -10px;
    }

    .member-content .interests ul {
        padding: 0 30px !important;
    }

    .borderRTop {
        position: relative;
        top: -60px;
        width: 100%;
        border-radius: 150px 0 0 0;
        background: #fff;
    }

}


@media screen and (min-width: 992px) {

    /*字体*/
    .pc-font12 {
        font-size: 12px;
    }

    .pc-font13 {
        font-size: 13px;
    }

    .pc-font14 {
        font-size: 14px;
    }

    .pc-font15 {
        font-size: 15px;
    }

    .pc-font16 {
        font-size: 16px;
    }

    .pc-font18 {
        font-size: 18px;
    }

    .pc-font20 {
        font-size: 20;
    }


    /*margin*/
    .mart120 {
        margin-top: 120px !important;
    }

    .mart60 {
        margin-top: 60px !important;
    }

    .mart60 {
        margin-top: 60px;
    }

    .mart90 {
        margin-top: 90px;
    }

    .mart110 {
        margin-top: 110px;
    }

    /*padding*/
    .padt170 {
        padding-top: 170px;
    }

    .padt50 {
        padding-top: 50px;
    }

    .padr55 {
        padding-right: 55px;
    }

    .padl48 {
        padding-left: 48px !important;
    }

    .padt110 {
        padding-top: 110px !important;
    }


    /* 首页二级导航 */
    .nav-second {
        display: none;
        position: absolute;
        top: 52px;
        left: 50%;
        margin-left: -64px;
        z-index: 999999;
        overflow: hidden;
        width: 127px;
        background: #E08105;
        border-radius: 10px;
        text-align: center;
        opacity: .8;
    }

    .header-nav li .nav-second a {
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        padding: 16px 0;;
        border: none !important;
    }

    .nav-second div:hover,
    .nav-second div.active {
        background: #FFE6CC;
    }

    .nav-second .active a {
        color: #E08105 !important;
    }

    .nav-second div:hover a {
        color: #E08105 !important;
    }

    .banner-swiper-pagination .swiper-pagination-bullet {
        width: 16px !important;
        height: 16px !important;
    }

    .pc-unshow {
        display: none !important;
        overflow: hidden;
    }

    .banner-wrap {
        box-shadow: 0px 5px 9px 1px rgba(218, 218, 218, 0.5);
    }

    .product-banner {
        /*height: 938px;*/
        /* background:url(../image/banner-pc.jpg) no-repeat  bottom; */
        background-size: cover;

    }

    .banner-swiper-container {
        /*height: 900px;*/
        width: 100%;
    }

    .banner-swiper-container img {
        height: 800px;
        object-fit: cover;
        width: 100%;
    }

    .header-m-log,
    .header-m-nav,
    .more,
    .footer-m {
        display: none;
    }


    .swiper-container-horizontal > .swiper-pagination {
        position: absolute;
        /*bottom:28% !important;*/
    }

    .swiperBannerContainer .swiper-pagination {
        bottom: 28% !important;
    }

    /* 产品页中间menu */
    .product-conent {
        position: relative;
        /*top: -190px;*/
        width: 100%;
        border-radius: 150px 0 0 0;
        background: #fff;
        z-index: 999;
    }

    .menu-box {
        padding-top: 94px;
    }

    .menu-box-m,
    .menu-box-wrap {
        display: none;
    }

    .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
        line-height: 100px;
        background: #FFFFFF;
        box-shadow: 0px 5px 9px 1px rgba(218, 218, 218, 0.5);
        border-radius: 50px;
    }

    .menu li {
        width: 25%;
        text-align: center;
    }

    .menu li a {
        font-size: 20px;

        font-weight: bold;
        color: #333;
    }

    .menu li.active a {
        color: #4ab344;
    }

    .home-health {
        margin-top: 113px;

    }


}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .content {
        padding: 0 6%;
    }
}
