.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bg-white {
    background: white;
}

.bg-black {
    background: #313131;
}

.bg-gray {
    background: #f8f8f8;
}

.bg-yellow {
    background: #fdd000;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.v1-head .logo {
    display: inline-block;
    height: 90px;
    width: 200px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
}

.v2-head {
    position: fixed;
    top: 0;
    z-index: 9999999;
    background: white;
    left: 0;
    right: 0;
}

.v2-head .logo {
    display: inline-block;
    height: 140px;
    width: 200px;
    background: #FDD000;
    text-align: center;
    line-height: 140px;
    position: absolute;
}

.v2-head .logo span {
    display: inline-block;
    font-size: 20px;
    color: white;
    background: url(../images/v2_logo_icon.png) no-repeat;
    background-size: 30px;
    padding-left: 34px;
    line-height: 30px;
}

.v2-head .right {
    float: right;
    width: 200px;
}

.v2-head .right .hotline {
    background: #fdd000;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    font-weight: bold;
}

.v2-head .right .search {
    position: relative;
    top: 10px;
}

.v2-head .right .search input {
    width: 100%;
    height: 35px;
    padding-left: 7px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.v2-head .right .search img {
    position: absolute;
    top: 7px;
    right: 12px;
    cursor: pointer;
}

.v3-head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    background: white;
}

.v3-head .container {
    display: flex;
    justify-content: space-between;
}

.v3-head .logo {
    display: inline-block;
    background: url(../images/logo_yellow.png) no-repeat;
    background-position: left center;
    padding-left: 65px;
    background-size: contain;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(80, 80, 80, 1);
    margin-top: 10px;
}

.v3-head ul {
    display: flex;
    justify-content: space-around;
    width: 70%;
    height: 80px;
    line-height: 80px;
}

.v3-head ul li {
    text-align: center;
    width: 100%;
}

.v3-head ul li.active {
    background: #FDD000;
}

.v3-head .search {
    margin-top: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.v1-head .nav-wrap {
    border-top: 1px solid #f1eedf;
}

.v1-head .nav-wrap ul {
    display: flex;
    justify-content: space-around;
}

.v1-head .nav-wrap ul li {
    text-align: center;
    width: 100%;
}

.v1-head .nav-wrap ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #0C0C0C;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}

.v1-head .nav-wrap ul li.active a:before {
    display: inline-block;
    content: '';
    background: url(../images/nav_active.png) no-repeat;
    width: 20px;
    height: 15px;
    background-size: contain;
    margin-right: 3px;
}

.v1-head .nav-wrap ul li.active a {
    border-top: 3px solid #fdd000;
    line-height: 44px;
}

.v2-head .nav-wrap {
    border-top: 1px solid #f1eedf;
}

.v2-head .nav-wrap ul {
    display: flex;
    justify-content: space-around;
    padding-left: 202px;
}

.v2-head .nav-wrap ul li {
    text-align: center;
    width: 100%;
}

.v2-head .nav-wrap ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #0C0C0C;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}

.v2-head .nav-wrap ul li.active {
    background: #fdd000;
    font-weight: bold;
}

/*幻灯片*/
.swiper-container img {
    max-width: 100%;
}

/*幻灯片下的热线*/
.banner-hotline {
    width: 700px;
    margin: -10px auto 0;
    background: #fdd000;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    bottom: -20px;
    z-index: 12;
    right: 0;
    left: 0;
}

.banner-hotline li {
    font-size: 16px;
}

.banner-hotline img {
    height: 25px;
    margin-top: -5px;
    margin-right: 3px;
}

.common-title {
    text-align: center;

    padding: 70px 0;
}

.common-title .text {
    position: relative;
    z-index: 9999;
    font-size: 35px;
    margin-bottom: 5px;
    display: inline-block;
}

.common-title .bg {
    background: url(../images/title_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 60px;
    position: absolute;
    left: calc(50% - 150px);
}

.v2-common-title {
    text-align: center;
    padding: 70px 0;
    color: rgba(80, 80, 80, 1);
    font-size: 28px;
}

.v2-common-title .text1 {
    font-weight: bold;
}

.v2-common-title .line {
    margin: 5px auto;
    background: rgba(253, 208, 0, 1);
    width: 300px;
    height: 2px;
}

.common-learn-more{
    display: block;
    width: 240px;
    height: 50px;
    color: rgba(80, 80, 80, 1);
    border-radius: 8px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    border: rgba(253, 208, 0, 1) solid 1px;
    margin: 10px auto;
}

.goods-cate ul {
    display: flex;
    flex-wrap: wrap;
}

.goods-cate .cate1 li {
    width: 16.6%;
    text-align: center;
}

.goods-cate .cate2 li {
    width: calc(33.3333% - 16px);
    margin: 0 0 20px;
}

.goods-cate .cate1 .item {
    background: #F5F5F5;
    text-align: center;
    transition: 0.3s;
    font-size: 16px;
    width: 180px;
    height: 140px;
    box-sizing: border-box;
    padding-top: 25px;
    display: inline-block;
}

.goods-cate .cate1 .item img {
    width: 60px;
    height: 60px;
}

.goods-cate .cate1 .item p {
    margin-top: 10px;
    font-size: 16px;
}

.goods-cate .cate1 .item.active {
    background: #fdd000;
}

.goods-cate .cate2 {
    margin-top: 20px;
}

.goods-cate .cate2 li:not(:nth-child(3n)) {
    margin-right: 20px;
}

.goods-cate .cate2 li .item {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    transition: 0.3s;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    height: 441px;
}

.goods-cate .cate2 li .item img {
    height: 360px;
    width: 100%;
}

.goods-cate .cate2 li .item p {
    color: rgba(80, 80, 80, 1);
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0;
}

.goods-cate .cate2 .item p span {
    float: right;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
}

.goods-cate .cate2 li:hover .item {
    transform: scale(1.02);
    box-shadow: 0 0 20px #ebebeb;
}

.health_story ul li {
    display: flex;
    padding: 30px;
    background: white;
    box-shadow: 0 0 20px #f1f1f1;
    margin-bottom: 20px;
    transition: 0.5s;
}

.health_story ul li .left {
    width: 320px;
    height: 180px;
    text-align: center;
}

.health_story ul li .left img {
    max-height: 100%;
    max-width: 100%;
}

.health_story ul li .right {
    width: 800px;
    margin-left: 20px;
    position: relative;
}

.health_story ul li .right .title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.health_story ul li .right .desc {
    color: #6e6e6e;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.health_story ul li .right .time-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.health_story ul li .right .time-more .time {
    display: inline-block;
    color: #6e6e6e;
    height: 100%;
    line-height: 36px;
}

.health_story ul li .right .time-more .more {
    background: #ebebeb;
    float: right;
    font-size: 12px;
    color: #323232;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.health_story ul li:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px #ebebeb;
}

.health_story ul li:hover .right .time-more .more {
    background: #fdd000;
    color: white;
}

.health_story .look-more {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    width: 200px;
    border-radius: 50px;
    background: #ebebeb;
    padding: 10px 0;
    color: #333232;

}

.v1-footer {
    margin-top: 50px;
}

.v1-footer .lx {
    display: flex;
    position: relative;
}

.v1-footer .lx li:first-child {
    margin-right: 200px;
}

.v1-footer .lx li:last-child {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.v1-footer .lx li:last-child img {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.v1-footer .lx li .btn {
    font-size: 16px;
    font-weight: bold;
    color: black;
    background: #fdd000;
    padding: 7px 55px;
    border-radius: 50px;
    margin-top: 30px;
    display: inline-block;
}

.v1-footer .lx span {
    color: #727272;
    margin: 10px 0;
    display: inline-block;
}

.v1-footer .lx p {
    color: black;
    font-size: 24px;
    font-weight: bold;
}

.v1-footer .copyright {
    margin: 20px 0;
    text-align: center;
    color: #727272;
}

.v1-footer .copyright a {
    color: #727272;
}

.v2-footer ul {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.v2-footer ul li span {
    font-size: 16px;
    color: white;
    margin: 5px 0;
    display: inline-block;
}

.v2-footer ul li p {
    font-size: 20px;
    color: white;
}

.v2-footer ul li.one img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.v2-footer ul li.two h2 {
    color: white;
    margin-bottom: 30px;
}

.v2-footer ul li.three input {
    margin-bottom: 5px;
    border-radius: 30px;
}

.v2-footer .copyright {
    text-align: center;
    padding: 5px 0;
}

.guestbook_form {
    width: 1000px;
    margin: 0 auto;
}

.guestbook_form .layui-btn {
    background: #ffea87;
    border-radius: 50px;
    color: #333232;
    width: 200px;
    margin-top: 30px;
}

.layui-form-select dl dd.layui-this {
    background-color: #fdd000 !important;
}


/*左边*/
.type-contact {
    position: fixed;
    /* right: 5.5%;
    top: 57%; */
    right: 5%;
    /* bottom: 20%; */
    top: 60%;
    z-index: 99;
}

.type-contact .contact-box {
    width: 48px;
    height: 48px;
    background: #ffffff;
    box-shadow: 0 0 8px 0 rgba(2, 60, 126, 0.16);
    margin-bottom: 10px;
    border-radius: 2px;
}

.type-contact .contact-box:hover {
    background: #f7faff;
    cursor: pointer;
}

.type-contact .contact-box:last-child:hover {
    background: #298dff;
}

.type-contact .contact-box:hover .top {
    background: url("../images/top-new.png") no-repeat center;
}

.type-contact .toggle-top {
    display: none;
}

.type-contact .shop-box {
    position: relative;
}

.type-contact .shop-box .shop-enter {
    width: 99px;
    height: 63px;
    display: inline-block;
    background: url("../images/shop-enter-icon.png") no-repeat center;
    position: absolute;
    top: -73px;
    left: -18px;
}

.type-contact .contact-box .customer {
    width: 22px;
    height: 24px;
    display: inline-block;
    background: url("../images/customer-service.png") no-repeat center;
    margin: 12px 12px;

}

.type-contact .contact-box .weChat {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url("../images/wechat.png") no-repeat center;
}

.type-contact .contact-box .code {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url("../images/code.png") no-repeat center;
    margin: 12px 12px;
}

.type-contact .contact-box .top {
    width: 19px;
    height: 12px;
    display: inline-block;
    background: url("../images/top.png") no-repeat center;
    margin: 17px 14px;
}

/*悬浮隐藏*/
.type-contact .code-hide {
    width: 149px;
    height: 130px;
    display: none;
    background: url("../images/hide-type-contact.png") no-repeat center;
    position: relative;
    right: 150px;
    top: 0;
}

.type-contact .code-hide img {
    margin-left: 10px;
}

.type-contact .weChat:hover .code-hide {
    display: block;
}

/*企业资质*/
.ENTERPRISE_QUALIFICATION {
    margin-bottom: 50px;
}

.ENTERPRISE_QUALIFICATION img {
    width: 285px;
    height: 400px;
    transition: 0.3s;
}

.ENTERPRISE_QUALIFICATION img:hover {
    box-shadow: 0 0 20px #dddddd;
    transform: scale(1.03);
}

.ENTERPRISE_QUALIFICATION p {
    color: rgba(80, 80, 80, 1);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

/*企业荣誉*/
.ENTERPRISE_HONOR {
    margin-bottom: 50px;
}

.ENTERPRISE_HONOR img {
    width: 450px;
    height: 316px;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.ENTERPRISE_HONOR img:hover {
    transform: scale(1.03);
}

.ENTERPRISE_HONOR .swiper-slide {
    width: 570px;
    text-align: center;
}

.ENTERPRISE_HONOR p {
    font-size: 18px;
    font-weight: bold;
    color: rgba(232, 51, 38, 1);
    margin-top: 10px;
}

/*合作企业*/
.COOPERATIVE_ENTERPRISE {
    margin-bottom: 50px;
}

.COOPERATIVE_ENTERPRISE .swiper-slide {
    text-align: center;
    background: white;
    border: 1px solid #e6e6e6;
    width: 220px;
    height: 220px;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.3s;
}

.COOPERATIVE_ENTERPRISE .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.COOPERATIVE_ENTERPRISE .swiper-slide:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px #ebebeb;

}

/*优势分析*/
.advantage-analysis li {
    display: flex;
    background: white;
    margin-bottom: 50px;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    transition: 0.3s;
}

.advantage-analysis li .text {
    width: 60%;
    padding: 40px;
    box-sizing: border-box;
}

.advantage-analysis li .text .line {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #fdd000;
}

.advantage-analysis li .text p {
    color: #838383;
    line-height: 25px;
    margin-top: 5px;
}

.advantage-analysis li .img {
    text-align: right;
    width: 40%;
    padding: 10px;
}

.advantage-analysis li:nth-child(even) .img {
    text-align: left;
}

.advantage-analysis li .img img {
    max-width: 100%;
    max-height: 100%;
    transition: 0.3s;
}

.advantage-analysis li:hover {
    box-shadow: 0 0 20px #dddddd;
}

.advantage-analysis li:hover .img img {
    transform: scale(1.03);
}

.link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.link li {
    margin-top: 15px;
    margin-right: 15px;
}

.link li a {
    line-height: 22px;
}