﻿/* top 公告信息*/
.top {
   height: 48px;
   /* 替换固定高度为相对单位 */
   background: #ECECEC;
   display: flex;
   justify-content: center;
   align-items: center;
}

.top .notice {
   color: #1A1A25;
   font-size: 18px;
}

/* banner */
.banner {
   position: relative;
}

.banner .bd li img{
   height: 600px;
}

.banner .hd {
   position: absolute;left: 0;
   z-index: 99;
   width: 100%;left: 0;height: 540px;z-index: 99;top: 0;
}

.banner .hd span{display: block;position: absolute;cursor: pointer;
   bottom: 40%;}
   .banner .hd span.prev{left: 3%;}
.banner .hd span.next{right: 3%;}

.banner .hd span img:hover{transform: scale(1.2);transition: all 0.5s;}


.banner .hd ul {
   margin-left: 45%;
   position: absolute;
   cursor: pointer;
   bottom: 0;
   width: 35%;
   
   
   display: inline-block;
   height: 5px;
   padding: 3px 5px;
   /* background-color: rgba(255, 255, 255, 0.7); */
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   font-size: 0;
   vertical-align: top;
}

.banner .hd ul li {
   display: inline-block;
   width: 14px;
   height: 14px;
   border-radius: 50%;
   background: transparent;
   border: 1px solid white;
   /* 空心点边框为白色 */
   margin: 0 5px;
   vertical-align: middle;
}

.banner .hd ul li.on {
   background: white;
   /* 实心点为白色 */
   border: none;
}



/* 轮播图 */
.strategy-brand {
   margin-top: 4%;
   overflow: hidden;
}

.brand-l {
   width: 630px;
}



.picScroll .bd ul {
   width: 100%;
}

.picScroll .bd li {
   width: 200px;
   height: 200px;
   float: left;
   margin-right: 10px;
   margin-top: 10px;
   position: relative;
   overflow: hidden;
   border-radius: 10px;
}

.picScroll .bd li .mask {
   /*display: none;*/
   position: absolute;
   width: 100%;
   left: 0;
   bottom: 0;
   z-index: 1;
   background: linear-gradient(180deg, rgba(172, 200, 100, 0) 0%, rgba(172, 200, 100, 0.8) 60%);
   font-size: 16px;
   height: 50px;
   line-height: 22px;
   padding-top: 20px;
}

.picScroll .bd li.active .mask {
   display: block
}

.picScroll .bd li .mask a {
   /*color: #fff;*/
   color: black;
   display: block;
   padding: 0 10px;
}

.picScroll .hd {
   overflow: hidden;
   padding: 0 10px;
   margin-top: 20px;
}

.picScroll .hd ul {
   float: left;
   padding-top: 16px;
   line-height: 50px;
}

.picScroll .hd li {
   float: left;
   width: 14px;
   height: 14px;
   background: #D0D0D0;
   border: 1px solid #D0D0D0;
   margin: 0 8px;
   overflow: hidden;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   cursor: pointer;
   background: none;
}

.picScroll .hd .on {
   background: #80BD6D;
   border: 1px solid #80BD6D;
}

.picScroll .prev,
.picScroll .next {
   display: block;
   float: left;
   width: 33px;
   height: 16px;
   overflow: hidden;
   margin-top: 16px;
   cursor: pointer;
}

.picScroll .prev {
   margin-right: 10px;
}

.picScroll .next {
   margin-left: 10px;
}

.brand-l02 {
   width: 580px;
   margin-top: 20px;
}

.brand-r {
   width: 730px;
   height: 600px;
   border-top-right-radius: 60px;
   border-bottom-left-radius: 60px;
   overflow: hidden;
}

.brand-r02 {
   width: 800px;
   height: 730px;
   border-top-left-radius: 60px;
   border-bottom-right-radius: 60px;
   overflow: hidden;
}

/*战略品牌*/
.focus {
   margin-top: 10px;
   position: relative;
   overflow: hidden;
   width: 100%
}



.focus .hd span.prev{left: 3%;cursor: pointer;top: 40%;display: block;position: absolute;}
.focus .hd span.next{right: 3%;cursor: pointer;display: block;position: absolute;top: 40%;}


.focus .hd span img:hover{transform: scale(1.2);transition: all 0.5s;cursor: pointer;}


.focus .hd ul {
    position: absolute;bottom: 50px;left: 5%;;z-index: 99;cursor: pointer;
   display: inline-block;
   height: 5px;
   padding: 3px 5px;
   /* background-color: rgba(255, 255, 255, 0.7); */
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   font-size: 0;
   vertical-align: top;
}

.focus .hd ul li {
   display: inline-block;
   width: 14px;
   height: 14px;
   border-radius: 50%;
   background: transparent;
   border: 1px solid white;
   /* 空心点边框改为白色 */
   margin: 0 8px;
   vertical-align: middle;
}

.focus .hd ul li.on {
   width: 14px;
   height: 14px;
   background: white;
   /* 实心点改为白色 */
   border: 1px solid white;

}

.focus .bd li {
   position: relative;
   z-index: 0;
}

.focus .bd li img {
   width: 730px;
   height: 600px;
}

.mask2 {
   position: absolute;
   left: 0;
   /* 保持遮罩层覆盖整个容器 */
   right: 0;
   bottom: 0;
   z-index: 1;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8)60%);
   font-size: 28px;
   height: 130px;
   line-height: 50px;
   width: 88%;
   padding: 0 6%;
}

.mask2 a {
   color: #fff;
   display: block;
}

/*文化品牌*/
.culture-brand {
   background: linear-gradient(to bottom, white 0%, white 20%, #eef4e0 20%, #eef4e0 100%);
   margin-top: 100px;
   width: 100%;
   overflow: hidden;
   padding-bottom: 95px;
}

.strategy-brand-scroll {
   margin-top: 30px;
}

.culture-brand .picScroll {
   margin-top: 10px;
   ;
}

.culture-brand .picScroll .bd li {
   width: 170px;
   height: 170px;
   margin: 10px 10px 0 0
}

.culture-brand .mask2 {
   width: 94%;
   padding: 0 3%;
}

.culture-brand .focus .hd {
   left: 2.5%;
}

.culture-brand .focus .bd li img {
   width: 800px;
   height: 730px;
}

/* 生活品牌 */

.life-head {
   margin-top: 80px;
   text-align: center;
}

.life-head .title02 {
   color: #1A1A25;
   font-size: 40px;
   line-height: 60px;
}

.life-head p {
   color: #9797A4;
   font-size: 18px;
   margin-top: 4px;
}

.content {
   display: flex;
   padding: 70px 0;
}

.content .life-left {
   width: 478px;
   border-radius: 20px;
   overflow: hidden;
}

.content .life-left .picScroll {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
}

.content .life-left .picScroll .bd ul li {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   border-radius: 20px;
   overflow: hidden;
}

.content .life-left .hd {
   overflow: hidden; 
}

.content .life-left .picScroll .hd ul{position: absolute;bottom: 50px;left: 5%;;z-index: 99;cursor: pointer;}


.content .life-left .picScroll .hd ul li {
   display: inline-block;
   width: 14px;
   height: 14px;
   border: 2px solid white;
   border-radius: 50%;
   background: transparent;
   cursor: pointer;
}

.content .life-left .hd ul li.on {
   width: 14px;
   height: 14px;
   background: white;
   border: 2px solid white;
}

.content .life-right {
   width: 932px;
   margin-left: 25px;
}

.content .life-right .picScroll .bd ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-content: flex-start;
   padding: 0;
   margin: 0;
   list-style: none;
}

.content .life-right .picScroll .bd ul li {
   width: 218px;
   height: 280px;
   margin: 5px 6px 10px 6px;
   box-sizing: border-box;
   /* border: 1px solid #ccc; */
   box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
   border-radius: 20px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   align-items: center;
   padding-top: 10px;
}

.content .life-right .picScroll .bd ul li img {
   width: 190px;
   height: 190px;
}

.content .life-right .picScroll .bd ul li .mask {
   background: none;
   padding: 0 10px;
   width: 95%;
   margin-bottom: 15px;
}

.content .life-right .picScroll .bd ul li .mask a {
   display: block;
   font-size: 18px;
   color: #1A1A25;
   text-decoration: none;
   overflow-wrap: break-word;
   word-break: break-word;
   background: none;
}

.content .life-right p {
   width: 90%;
   margin: 0 auto;
   padding-top: 16px;
}

.content .life-right p a {
   font-size: 18px;
}

.life-left .mask2 {
   height: 120px;
}

.life-left .picScroll  .hd span{display: block;position: absolute;cursor: pointer;
   bottom: 40%;}
.life-left .picScroll .hd span.prev{left: 1%;}
.life-left .picScroll .hd span.next{right: 1%;}

/* .banner .hd span img{width: 100px;height: 100px;} */

.life-left .picScroll .hd span img:hover{transform: scale(1.2);transition: all 0.5s;}
.content .life-left .prev,
.content .life-left  .next {
   width: 60px;
   height: 60px;
   padding:20px;
   cursor: pointer;
}

.content .life-left  .prev {
   margin-right: 0;
}

.content .life-left .next {
   margin-left: 0;
}

/*养生品牌*/
.health-brand {
   background: #F9F9F9;
   padding: 75px 0
}

.health-brand .picScroll .bd li {
   width: 345px;
   height: auto;
   margin-right: 10px;
   margin-top: 20px;
}

.health-brand .picScroll .bd li img {
   height: 240px;
   margin-bottom: 20px;
}

.health-brand .picScroll .bd li h3 {
   font-weight: bold;
   font-size: 20px;
   color: #1A1A25;
   display: block;
   line-height: 26px;
   height: 52px;
   overflow: hidden;
   width: 100%
}

.health-brand .picScroll .bd li p {
   font-size: 16px;
   color: #1A1A25;
   line-height: 24px;
}

.health-brand .picScroll .bd li:nth-child(4),
.health-brand .picScroll .bd li:nth-child(8) {
   margin-right: 0
}

.health-brand .picScroll .hd {
   width: 200px;
   margin: 20px auto
}

/*有机品牌*/
.organic-brand .picScroll,
.health-brand .picScroll {
   margin-top: 20px;
}

.organic-brand .picScroll .bd li {
   width: 225px;
   height: 160px;
   margin-right: 18px;
   margin-top: 18px;
}

.organic-brand .picScroll .bd li:nth-child(6),
.organic-brand .picScroll .bd li:nth-child(12),
.organic-brand .picScroll .bd li:nth-child(18) {
   margin-right: 0
}

.organic-brand .picScroll .hd {
   width: 200px;
   margin: 20px auto
}

/* 媒体查询适配不同屏幕尺寸 */
@media screen and (max-width: 1000px) {
   /* .brand-r02 {
      width: 840px;
   } */

   .content .life-right .picScroll .bd ul li {
      width: 215px;
   }

   .health-brand .picScroll .bd li {
      width: 340px;
   }

   .organic-brand .picScroll .bd li {
      width: 218px;
   }
}