﻿/*首页*/
.l-home-content {
  /*共用样式*/
  /*中间正文部分*/
}
.l-home-content * {
  font-family: "黑体";
  box-sizing: border-box;
}
.l-home-content a {
  color: black;
}
.l-home-content a:hover {
  text-decoration: none;
  cursor: pointer;
}
.l-home-content .padding-0 {
  padding: 0;
  margin-bottom:30px;
}
.l-home-content .relative {
  position: relative;
}
.l-home-content .banner {
  position: relative;
  height: 500px;
  width: 100%;
  min-width: 1200px;
}
.l-home-content .banner > div {
  height: 100%;
  position: relative;
}
.l-home-content .banner .banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  display: none;
}
.l-home-content .banner .banner-img:hover {
  cursor: pointer;
}
.l-home-content .banner .select-bar {
  position: absolute;
  z-index: 100;
  bottom: 5%;
  right: 20%;
}
.l-home-content .banner .select-bar .select-item {
  display: inline-block;
  margin: 4px;
  width: 12px;
  height: 12px;
  background-image: url(../images/selectIcon.png);
  background-size: auto 100%;
  background-position: 12px 0;
  cursor: pointer;
}
.l-home-content .banner .select-bar .select-active {
  background-position: 0px 0;
}
.l-home-content .content {
  padding-top: 70px;
}
    .l-home-content .content .big-title {
        font-size: 22px;
        text-align: center;
        color: #7ea43c;
    }
    .l-home-content .content .big-title-en {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
        font-family:Arial;
    }
.l-home-content .content .introduce-part {
  margin: 0 auto;
  width: 1200px;
  margin-bottom: 65px;
}
.l-home-content .content .introduce-part .theThumbnail {
  margin: 0 auto;
  padding: 8px;
  width: 168px;
  border: 1px solid #929292;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  border-radius: 50% 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-home-content .content .introduce-part .theThumbnail img {
  width: 150px;
  height: 150px;
  display: block;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  border-radius: 50% 50%;
}
.l-home-content .content .introduce-part .item {
  padding: 0px 25px;
  cursor: pointer;
}
.l-home-content .content .introduce-part .item:hover P{
  color: #3bae46;
}
.l-home-content .content .introduce-part .item:hover .theThumbnail {
  transform: scale(1.2);
  border-color: #3bae46;
}
.l-home-content .content .introduce-part .item .title {
  font-size: 18px ;
  text-align: center;
  margin: 20px 0 15px 0;
}
.l-home-content .content .introduce-part .item .article {
	opacity:0;
	transition:all 0.5s ease;
  text-indent: 2em;
  margin-bottom: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.l-home-content .content .introduce-part .item:hover .article{
	opacity:1;
	}

.l-home-content .content .introduce-part .border {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.l-home-content .content .gary-back-left {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  height: 250px;
  width: 28%;
}
.l-home-content .content .gary-back-right {
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: #f0f0f0;
  height: 250px;
  width: 50%;
}
.l-home-content .content .show-part {
  margin: 0 auto;
  width: 1200px;
}
.l-home-content .content .show-part .video {
  position: relative;
  height: 400px;
  margin-bottom: 50px;
}
.l-home-content .content .show-part .video .background {
  height: 250px;
  background-color: #f0f0f0;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}
.l-home-content .content .show-part .video .video-content {
  padding-top: 4px;
  width: 400px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-home-content .content .show-part .video .video-content p {
  font-size: 25px;
  color: #3bae46;
}
.l-home-content .content .show-part .video .video-content a {
  display: block;
}
.l-home-content .content .show-part .accordion {
  height: 400px;
  padding: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 50px;
}
.l-home-content .content .show-part .accordion .background {
  height: 250px;
  background-color: #f0f0f0;
  margin-top: 150px ;
}
.l-home-content .content .show-part .accordion .accordion-content {
  position: absolute;
  width: 640px;
  height: 400px;
  top: 0;
  left: 40px;
  background-color: white;
  overflow: hidden;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item {
  float: left;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content {
  width: 0px;
  height: 400px;
  float: left;
  overflow: hidden;
  background-color: #f0f0f0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content .item-img {
  width: 326px;
  margin: 0 auto;
  position: relative;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content .item-img > img {
  display: block;
  width: 326px;
  height: 217px;
  margin-top: 32px;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content .item-img a {
  width: 326px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 30px;
  font-size: 12px;
  padding: 0 25px ;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content .item-img a:hover {
  color: #3bae46;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content > ul {
  width: 326px;
  margin: 0 auto;
  font-size: 12px;
  color: gary;
  padding-top: 20px;
  height:140px;
  overflow:hidden;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content > ul li {
  height: 30px;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content > ul a {
	width:100%;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: gary;
  display:block;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content > ul a:hover {
  color: #3bae46;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .item-content > ul .deta {
  padding: 0 22px 0 6px;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item > img {
  width: 120px;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  float: left;
}
.l-home-content .content .show-part .accordion .accordion-content .accordion-item .accordion-active {
  width: 400px;
}
.l-home-content .content .show-part .accordion .accordion-title {
  position: absolute;
  height: 250px;
  width: 54px;
  right: 0;
  bottom: 0;
}
.l-home-content .content .brand-part {
  margin: 0 auto;
  width: 1200px;
  margin-top:50px;   
}
.l-home-content .content .brand-part .big-title {
  margin-bottom: 0px;
}
    .l-home-content .content .brand-part .big-title-en {
        margin-bottom: 20px;
        font-family: Arial;
    }
.l-home-content .content .brand-part .brand-list {
  margin: 0 auto;
  width: 1200px;
}
.l-home-content .content .brand-part .brand-item {
  margin-bottom: 50px;
}
.l-home-content .content .brand-part .brand-item a {
  display: block;
  width: 187px;
  height: 153px;
  margin: 0 auto;
  position: relative;
  overflow:hidden;
  border-radius:12px;
}
.l-home-content .content .brand-part .brand-item a > img {
  width: 187px;
  height: 153px;
  display: block;
  border: 1px solid white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.l-home-content .content .brand-part .brand-item a > img:hover {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}
.l-home-content .content .brand-part .brand-item .qrcode-shade {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 153px;
  text-align: center;
}
.l-home-content .content .brand-part .brand-item .qrcode-shade img {
  display: inline-block;
  width: 120px;
  height: 120px;
  vertical-align: middle;
}



/*绿瘦美妆*/
.l-bm-content .part-title {
  font-size: 22px ;
  font-weight: 700;
  color: #43a848 ;
}
.l-bm-content .part-p {
  margin-top: 35px;
  line-height: 25px ;
  color: #929292;
  text-align: left;
}
.l-bm-content .decorate {
  position: absolute;
  width: 4px ;
  height: 130px;
  background-color: #43a848;
}
.l-bm-content .banner {
  position: relative;
  height: 460px;
  min-width: 1200px;
}
.l-bm-content .banner > img {
  width: 100%;
  height: 100%;
}
.l-bm-content .banner .banner-title {
  width: 146px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  color: white;
  position: absolute;
  left: 50%;
  top: 180px;
  z-index: 100;
  margin-left: -73px;
}
.l-bm-content .background {
  padding: 135px 0;
  overflow: hidden;
  position: relative;
  /*background: url(../images/p_leaf_top.png) no-repeat right top, url(../images/p_leaf_bottom.png) no-repeat left bottom;*/
}
.l-bm-content .introduce-part {
  margin-bottom: 90px;
  position: relative;
  height: 550px;
}
.l-bm-content .introduce-part:after {
  content: "";
  display: block;
  clear: both;
}
.l-bm-content .introduce-part .article-part {
  float: left;
  height: 100%;
}
.l-bm-content .introduce-part .article {
  width: 470px;
  height: 100%;
  margin: 0 30px;
  padding: 16px;
  background-color: #fafafa;
}
.l-bm-content .introduce-part .picture-part {
  width: 670px;
  height: 100%;
  float: right;
}
.l-bm-content .introduce-part .picture-part:after {
  content: "";
  display: block;
  clear: both;
}
.l-bm-content .introduce-part .picture-part .left-picture {
  width: 350px;
  height: 100%;
  float: left;
}
.l-bm-content .introduce-part .picture-part .right-picture {
  float: right;
  width: 305px;
  height: 270px;
}
.l-bm-content .introduce-part .picture-part .item-1 {
  margin-bottom: 10px;
}
.l-bm-content .publicity-part {
  height: 550px;
  position: relative;
}
.l-bm-content .publicity-part:after {
  content: "";
  display: block;
  clear: both;
}
.l-bm-content .publicity-part .decorate {
  top: 0;
  right: 0;
}
.l-bm-content .publicity-part .picture-part {
  width: 685px;
  height: 100%;
  float: left;
  position: relative;
}
.l-bm-content .publicity-part .picture-part .bac-Img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.l-bm-content .publicity-part .picture-part .phone {
  width: 270px;
  height: 550px;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -135px;
  z-index: 10;
  background: url(../images/l-bm-phone.png) no-repeat;
}
.l-bm-content .publicity-part .picture-part .phone img {
  width: 194px;
  height: 194px;
  margin-top: 145px;
}
.l-bm-content .publicity-part .picture-part .phone p {
  font-size: 22px;
  text-align: center;
  color: #43a848;
  margin-top: 30px;
}
.l-bm-content .publicity-part .text-part {
  width: 480px;
  height: 100%;
  float: right;
  padding-top: 26px;
  padding-right: 30px;
  text-align: center;
}
.l-bm-content .publicity-part .text-part .icon-item {
  width: 95px;
  margin: 140px 24px 0px;
  display: inline-block;
}
.l-bm-content .publicity-part .text-part .icon-item .bac-circle {
  width: 95px;
  height: 95px;
  line-height: 95px;
  background-color: #e8e8e8;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.l-bm-content .publicity-part .text-part .icon-item .bac-circle img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.l-bm-content .publicity-part .text-part .icon-item .icon-title {
  text-align: center;
  margin-top: 10px;
}
.l-bm-content .publicity-part .text-part .more {
  width: 144px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: -10px;
  border: 1px solid #c8c8c8;
  background-color: white;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-bm-content .publicity-part .text-part .more:hover {
  border: 1px solid #43a848;
  color: #43a848;
}

/*绿瘦商城*/
.l-store-content .banner {
  position: relative;
  height: 460px;
  min-width: 1200px;
}
.l-store-content .banner > img {
  width: 100%;
  height: 100%;
}
.l-store-content .banner .banner-title {
  width: 400px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  text-align: center;
  color: white;
  position: absolute;
  left: 50%;
  top: 180px;
  z-index: 100;
  margin-left: -200px;
}
.l-store-content .background {
  padding: 135px 0;
  overflow: hidden;
  position: relative;
  /*background: url(../images/p_leaf_top.png) no-repeat right top, url(../images/p_leaf_bottom.png) no-repeat left bottom;*/
}
.l-store-content .background .article-part {
  min-height: 700px;
  padding: 0 30px;
  background-color: white;
  overflow:hidden;
  margin-bottom:40px;
}
.l-store-content .background .article-part .article-title {
  padding: 5px 0 25px;
}
.l-store-content .background .article-part .article-title span {
  font-size:25px ; color:#43a848;
}
.l-store-content .background .article-part .article-title .homepage-link {
  float: right;
  color: #c3c3c3;
}
.l-store-content .background .article-part .store-link {
  font-size: 22px ;
  color: #3bae46;
  float: right;
}
.l-store-content .background .article-part .store-link:hover {
  text-decoration: underline;
}
.l-store-content .background .article-part img {
  width: 557px;
  float: left;
  margin-right: 30px;
}
.l-store-content .background .article-part p {
  line-height: 25px ;
  color: #929292;
  text-indent:2em;
  margin-bottom:25px;
}
.l-store-content .background .banner-list .banner-item {
  margin-bottom: 32px;
  width: 100%;
  height: 282px;
  position: relative;
}
.l-store-content .background .banner-list .banner-item img {
  width: 100%;
  height: 100%;
}
.l-store-content .background .banner-list .banner-item > div {
  height: 100%;
  position: relative;
}
.l-store-content .background .banner-list .banner-item .banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  display: none;
}
.l-store-content .background .banner-list .banner-item .banner-img:hover {
  cursor: pointer;
}
.l-store-content .background .banner-list .banner-item .select-bar {
  position: absolute;
  z-index: 100;
  width: 400px;
  left: 50%;
  bottom: 10px;
  margin-left: -200px;
  text-align: center;
}
.l-store-content .background .banner-list .banner-item .select-bar .select-item {
  display: inline-block;
  margin: 6px;
  width: 14px;
  height: 14px;
  background-image: url(../images/selectIcon.png);
  background-size: auto 100%;
  background-position: 14px 0;
  cursor: pointer;
}
.l-store-content .background .banner-list .banner-item .select-bar .select-active {
  background-position: 0px 0;
}
.l-store-content .banner > div {
  height: 100%;
  position: relative;
}
.l-store-content .banner .banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  display: none;
}
.l-store-content .banner .banner-img:hover {
  cursor: pointer;
}
.l-store-content .banner .select-bar {
  position: absolute;
  z-index: 100;
  bottom: 5%;
  right: 20%;
}
.l-store-content .banner .select-bar .select-item {
  display: inline-block;
  margin: 4px;
  width: 12px;
  height: 12px;
  background-image: url(../images/selectIcon.png);
  background-size: auto 100%;
  background-position: 12px 0;
  cursor: pointer;
}
.l-store-content .banner .select-bar .select-active {
  background-position: 0px 0;
}

/*生物科技*/
.l-bio-content .advertisement {
  width: 100%;
  height: 450px;
  min-width: 1200px;
  background: url(../images/l-bio-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.l-bio-content .background {
  padding-top: 80px;
  padding-bottom: 60px;
  /*background: url(../images/p_leaf_top.png) no-repeat right top, url(../images/p_leaf_bottom.png) no-repeat left bottom;*/
}
.l-bio-content .background .decorate {
  height: 3px;
  width: 144px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #43a848;
}
.l-bio-content .background .article-part {
  padding-top: 70px;
  padding-bottom: 30px ;
  border-top: 1px solid #c8c8c8;
  position: relative;
}
.l-bio-content .background .article-part:after {
  content: "";
  display: block;
  clear: both;
}
.l-bio-content .background .article-part img {
  width: 557px;
  float: left;
  padding: 0 30px;
}
.l-bio-content .background .article-part p {
  line-height: 25px ;
  color: #929292;
  margin-bottom: 30px;
}
.l-bio-content .background .article-part .article-title {
  padding: 5px 0 25px;
}
.l-bio-content .background .article-part .article-title span {
  font-size: 16px ;
}
.l-bio-content .background .article-part .article-title .homepage-link {
  float: right;
  color: #c3c3c3;
}
.l-bio-content .background .introduce-part {
  position: relative;
  padding: 50px 0px;
  border-top: 1px solid #c8c8c8;
}
.l-bio-content .background .introduce-part .part-title {
  margin-bottom: 25px;
  font-size: 36px ;
  font-weight: 700;
  color: #43a848;
}
.l-bio-content .background .introduce-part .feature-item {
  padding-left: 6px;
  margin-bottom: 10px;
}
.l-bio-content .background .introduce-part .feature-item dt {
  font-size: 20px ;
  line-height: 30px;
  color: #43a848;
}
.l-bio-content .background .introduce-part .feature-item dd {
  text-indent: 1.5em;
}
.l-bio-content .background .introduce-part .feature-p {
  margin: 50px 1em;
  font-size: 20px;
  line-height: 30px;
  color: #43a848;
}
.l-bio-content .background .introduce-part .theory-part {
  width: 550px;
}
.l-bio-content .background .introduce-part .theory-part:after {
  content: "";
  display: block;
  clear: both;
}
.l-bio-content .background .introduce-part .theory-part .theory-item {
  width: 255px;
  margin-bottom: 30px;
  float: left;
}
.l-bio-content .background .introduce-part .theory-part .theory-item img {
  width: 165px;
  height: 165px;
  margin: 0;
  margin-bottom: 25px;
}
.l-bio-content .background .introduce-part .theory-part .theory-item h1 {
  font-size: 20px;
  line-height: 35px;
  margin-left: 10px;
  color: #3bae46;
}
.l-bio-content .background .introduce-part .theory-part .theory-item p {
  width: 190px;
  font-size: 16px;
  line-height: 25px;
  margin-left: 10px;
}
.l-bio-content .background .introduce-part .introduce-advertisement {
  position: absolute;
  right: 0;
  top: 50px;
  width: 600px;
  height: 1030px;
}
.l-bio-content .background .qrcode-part {
  height: 370px;
  background-color: #eeeeee;
  background-image: url(../images/l-bio-biotechnology-img.png);
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 30px ;
  position: relative;
}
.l-bio-content .background .qrcode-part .milk-qrcode {
  width: 300px;
  height: 300px;
  margin: 0 40px;
  float: left;
}
.l-bio-content .background .qrcode-part .qrcode-content {
  width: 400px;
  float: left;
}
.l-bio-content .background .qrcode-part .qrcode-content h1 {
  font-size: 52px;
  line-height: 70px;
  color: #3bae46;
  text-align: center;
}
.l-bio-content .background .qrcode-part .qrcode-content h2 {
  font-size: 30px;
  line-height: 55px;
  color: white;
  text-align: center;
  background-color: #acacac;
}
.l-bio-content .background .qrcode-part .qrcode-content button {
  display: block;
  width: 224px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin: 20px auto;
  border: none ;
  background-color: #3bae46;
  color: white;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.l-bio-content .background .qrcode-part .bac-text {
  position: absolute;
  bottom: 25px;
  right: 40px;
}

/*生产基地*/
.l-pb-content sup{
	color:white;
	}
.l-pb-content .banner {
  width: 100%;
  height: 450px;
  min-width: 1200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.l-pb-content .banner .banner-title {
  width: 400px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  text-align: center;
  color: white;
  position: absolute;
  left: 50%;
  top: 180px;
  z-index: 100;
  margin-left: -200px;
}
.l-pb-content .background {
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  /*background: url(../images/p_leaf_top.png) no-repeat right top, url(../images/p_leaf_bottom.png) no-repeat left bottom;*/
}
.l-pb-content .background .decorate {
  height: 3px;
  width: 144px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #43a848;
}
.l-pb-content .background .article-part {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px dotted #c8c8c8;
  padding-bottom: 50px;
  margin-bottom: 40px;
  position: relative;
  background-color: white;
}
.l-pb-content .background .article-part:after {
  content: "";
  display: block;
  clear: both;
}
.l-pb-content .background .article-part .article-title {
  height: 70px;
  padding-top: 15px;
  font-size: 22px;
  color: #43a848;
}
.l-pb-content .background .article-part img {
  width: 600px;
  height: 364px;
  float: left;
  margin-right: 16px;
}
.l-pb-content .background .article-part p {
  line-height: 25px ;
  color: #929292;
  margin-bottom: 30px;
}
.l-pb-content .background .picture-part {
  border-bottom: 1px dotted #c8c8c8;
  padding-bottom: 50px;
  margin-bottom: 40px;
  background-color: white;
}
.l-pb-content .background .picture-part:after {
  content: "";
  display: block;
  clear: both;
}
.l-pb-content .background .picture-part .picture-part-item {
  height: 338px;
  padding-bottom: 14px;
}
.l-pb-content .background .picture-part .picture-part-item:after {
  content: "";
  display: block;
  clear: both;
}
.l-pb-content .background .picture-part .picture-part-item .picture-text {
  width: 410px;
  height: 100%;
  background: url(../images/l-prod-bac-green.png) no-repeat;
  background-position: cover;
  padding-top: 130px;
}
.l-pb-content .background .picture-part .picture-part-item .picture-text p {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: white;
}
.l-pb-content .background .picture-part .picture-part-item img {
  width: 780px;
  height: 100%;
}
.l-pb-content .background .picture-part .item-1 .picture-text {
  float: left;
}
.l-pb-content .background .picture-part .item-1 img {
  float: right;
}
.l-pb-content .background .picture-part .item-2 .picture-text {
  float: right;
  padding-top: 66px;
}
.l-pb-content .background .picture-part .item-2 img {
  float: left;
}

/*体重管理*/
.l-wm-content .banner {
  width: 100%;
  height: 450px;
  min-width: 1200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.l-wm-content .banner .banner-title {
  width: 400px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  text-align: center;
  color: white;
  position: absolute;
  left: 50%;
  top: 180px;
  z-index: 100;
  margin-left: -200px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), ;
}
.l-wm-content .background {
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.l-wm-content .background .decorate {
  height: 3px;
  width: 144px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #43a848;
}
.l-wm-content .background .part-title {
  font-size: 25px;
  line-height: 75px;
  color: #43a848;
}
.l-wm-content .background .l-article-p {
  line-height: 25px ;
  color: #929292;
  margin-bottom: 30px;
}
.l-wm-content .background .article-part {
  padding: 25px 20px 10px 4px;
  border-top: 1px solid #c8c8c8;
  position: relative;
}
.l-wm-content .background .qrcode-part {
  height: 470px;
  padding-top: 70px;
  margin-bottom: 70px;
  background-color: #eeeeee;
  background-image: url(../images/l-wm-bac-img.jpg);
  background-repeat: no-repeat;
  background-position: 0 55px;
}
.l-wm-content .background .qrcode-part .qrcode-text {
  height: 100%;
  width: 500px;
  float: left;
  margin-left: 400px;
  position: relative;
}
.l-wm-content .background .qrcode-part .qrcode-text h1,
.l-wm-content .background .qrcode-part .qrcode-text h2 {
  color: #43a848;
}
.l-wm-content .background .qrcode-part .qrcode-text h2 {
  font-size: 37px;
  margin-bottom: 15px;
}
.l-wm-content .background .qrcode-part .qrcode-text h1 {
  font-size: 50px;
  margin-bottom: 50px;
}
.l-wm-content .background .qrcode-part .qrcode-text ul {
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 30px;
}
.l-wm-content .background .qrcode-part .qrcode-text ul li {
  font-size: 25px;
  line-height: 40px;
  margin-right: 35px;
  list-style: circle;
  color: #929292;
}
.l-wm-content .background .qrcode-part .qrcode-text p {
  width: 430px;
  font-size: 25px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  color: white;
  background-color: #7d7d7d;
}
.l-wm-content .background .qrcode-part .qrcode-text .qrcode-logo {
  width: 54px;
  height: 140px;
  position: absolute;
  top: 0;
  left: -75px;
}
.l-wm-content .background .qrcode-part .qrcode-content {
  height: 100%;
  width: 245px;
  float: left;
}
.l-wm-content .background .qrcode-part .qrcode-content #qrcode {
  width: 245px;
  height: 245px;
  margin-bottom: 10px;
}
.l-wm-content .background .qrcode-part .qrcode-content button {
  display: block;
  width: 175px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  margin: 4px auto;
  border: none ;
  background-color: #75cb49;
  color: white;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.l-wm-content .background .weighing_scale-part {
  position: relative;
  border-top: 1px solid #c8c8c8;
  padding: 25px 20px 50px 4px;
}
.l-wm-content .background .weighing_scale-part .bac-img {
  width: 580px;
}
.l-wm-content .background .gene_detection-part {
  position: relative;
  border-top: 1px solid #c8c8c8;
  padding: 25px 0px 50px 0px;
}
.l-wm-content .background .gene_detection-part:after {
  content: "";
  display: block;
  clear: both;
}
.l-wm-content .background .gene_detection-part .picture-list li {
  width: 290px;
  float: left;
  margin-right: 10px;
}
.l-wm-content .background .gene_detection-part .picture-list img {
  width: 290px;
  height: 240px;
  margin-bottom: 20px;
}
.l-wm-content .background .gene_detection-part .picture-list p {
  text-align: center;
  color: #7f7f7f;
  font-size: 20px;
}
.l-wm-content .background .plan-part {
  height: 615px;
  border-top: 1px solid #c8c8c8;
  background: url(../images/l-wm-bac-img7.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 25px 20px 0px 8px;
  margin-bottom: 50px;
  position: relative;
}
.l-wm-content .background .plan-part .l-article-p {
  width: 640px;
  color: black;
}
.l-wm-content .background .plan-part .bac-APP {
  position: absolute;
  right: 170px;
  top: 20px;
  width: 320px;
  height: 560px;
}
.l-wm-content .background .consultant-part {
  height: 445px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 25px 20px 0px 4px;
  position: relative;
}
.l-wm-content .background .consultant-part .l-article-p {
  width: 540px;
  text-indent:2em;
  margin-bottom:20px;
}
.l-wm-content .background .consultant-part .bac-img {
  position: absolute;
  width: 450px;
  height: 330px;
  top: 45px;
  right: 70px;
}

.l-cu-content .banner {
  width: 100%;
  height: 350px;
  min-width: 1200px;
  background: url(../images/l-cu-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.l-cu-content .banner .banner-title {
  width: 400px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  text-align: center;
  color: white;
  position: absolute;
  left: 50%;
  top: 180px;
  z-index: 100;
  margin-left: -200px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), ;
}
.l-cu-content .address-part {
  height: 330px;
  border-left: 2px solid #43a848;
  padding-left: 25px;
  margin: 70px auto;
}
.l-cu-content .address-part .left-part {
  width: 250px;
  float: left;
  padding-top: 45px;
}
.l-cu-content .address-part .left-part .hr {
  border-top: 1px dashed #43a848;
  width: 95%;
}
.l-cu-content .address-part .left-part .left-part-item {
  padding: 20px 0;
}
.l-cu-content .address-part .left-part .left-part-item .icon-address,
.l-cu-content .address-part .left-part .left-part-item .icon-phone {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin: 10px;
  background-position: center;
  background-size: 100% auto;
}
.l-cu-content .address-part .left-part .left-part-item .icon-address {
  background: url(../images/l-cu-icon-address.png) no-repeat;
}
.l-cu-content .address-part .left-part .left-part-item .icon-phone {
  background: url(../images/l-cu-icon-phone.png) no-repeat;
}
.l-cu-content .address-part .left-part .left-part-item h1 {
  font-size: 18px;
  line-height: 40px;
  color: #43a848;
}
.l-cu-content .address-part .left-part .left-part-item p {
  width: 100%;
  color: #43a848;
  line-height: 20px;
}
.l-cu-content .address-part .right-part {
  width: 910px;
  height: 100%;
  float: left;
  margin-left: 10px;
  border-top: 1px solid #c8c8c8;
}

.l-sr-content .banner {
  width: 100%;
  height: 350px;
  min-width: 1200px;
  background: url(../images/l-cu-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.l-sr-content .banner .banner-title {
  width: 400px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  text-align: center;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17px;
  z-index: 100;
  margin-left: -200px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), ;
}
.l-sr-content .social-part,
.l-sr-content .school-part {
  border-top: 1px solid #c8c8c8;
}
.l-sr-content .social-part {
  margin-top: 70px;
}
.l-sr-content .part-title {
  font-size: 22px;
  padding: 30px 0;
  margin-bottom: 20px;
}
.l-sr-content .part-item {
  margin-bottom: 35px;
  padding-bottom: 60px;
  position: relative;
  border-bottom:1px solid #c8c8c8;
}
.l-sr-content .part-item:after {
  content: "";
  display: block;
  clear: both;
}
.l-sr-content .part-item hr {
  border: none;
  border-top: 1px solid #c8c8c8;
  position: absolute;
  bottom: 0;
}
.l-sr-content .part-item .left-part {
  width: 300px;
  height: 100%;
  float: left;
}
.l-sr-content .part-item .left-part img {
  width: 230px;
  height: 230px;
}
.l-sr-content .part-item .left-part hr {
  width: 300px;
  left: 0;
}
.l-sr-content .part-item .right-part {
  width: 840px;
  padding-left: 50px;
  height: 100%;
  float: right;
}
.l-sr-content .part-item .right-part > h2 {
  font-size: 18px;
  color: #43a848;
}
.l-sr-content .part-item .right-part hr {
  width: 840px;
  right: 0;
}
.l-sr-content .part-item .right-part .right-part-item h3 {
  line-height: 40px;
  font-size: 18px;
}
.l-sr-content .part-item .right-part .right-part-item ul {
  margin-bottom: 15px;
}
.l-sr-content .part-item .right-part .right-part-item li {
  font-size: 14px;
  margin-bottom: 15px;
  color: #929292;
}
.l-sr-content .part-item .right-part .right-part-item li:before {
  content: " -";
}
.l-sr-content .Email-part {
  padding: 45px 0 90px 0;
}
.l-sr-content .Email-part p {
  line-height: 60px;
  font-size: 25px;
  text-align: center;
}

/*绿瘦大事件*/
.l-bn-content .banner {
  width: 100%;
  
  min-width: 1200px;
  background: url(../images/l-bn-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.l-bn-content .banner .banner-title {
  width: 400px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  text-align: center;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top:-17px;
  z-index: 100;
  margin-left: -200px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), ;
}
.l-bn-content .background {
  height: 1100px;
  background: url(../images/l-bn-bac-tree.png) no-repeat;
  background-position: center 200px;
  background-size: 820px auto;
  position: relative;
}
.l-bn-content .background .news-item {
  width: 250px;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: translateY(20px);
  opacity: 0;
}
.l-bn-content .background .news-item .green-point {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  z-index: 100;
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.l-bn-content .background .news-item .green-point:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
  background-color: #abe7b2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.l-bn-content .background .news-item .green-point:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 5px;
  top: 5px;
  background-color: #43a848;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.l-bn-content .background .news-item .green-point-active {
  transform: scale(1);
}
.l-bn-content .background .news-item .date {
  font-size: 16px;
  font-weight: 700;
}
.l-bn-content .background .news-item .item-text {
  clear: both;
  width: 240px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform-origin: center top;
  transform: translateY(20px);
  opacity: 0;
}
.l-bn-content .background .news-item .item-text-active {
  transform: translateY(0px);
  opacity: 1;
}
.l-bn-content .background .show-right .green-point {
  float: left;
}
.l-bn-content .background .show-right .date {
  float: left;
}
.l-bn-content .background .show-right p {
  padding-left: 45px;
}
.l-bn-content .background .show-left .green-point {
  float: right;
}
.l-bn-content .background .show-left .date {
  float: right;
}
.l-bn-content .background .show-left p {
  text-align: right;
  margin-right: 45px;
}

.l-home-content .content .show-part .accordion .accordion-content .accordion-item > img {
    display: block;
    height: 400px;
}

.big-underline {
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    width: 1200px;
    margin-bottom: 40px;
}

    .big-underline > div {
        position: absolute;
        border: 3px solid #7ea33c;
        width: 30px;
        top: -3px;
        left: 585px
    }

.information-main {
    height: 300px;
}

.information-main-txt {
    padding: 0;
    background-color: #f5f5f5;
    height: 100%;
}

.information-main-img {
    padding: 0;
    height: 100%
}

.information-title {
    text-align: center;
    margin: 70px 0 15px 0;
    padding: 0 55px;
}

.information-underline {
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #a6cb6c;
    width: 100px;
    margin-bottom: 15px;
}

.information-desc {
    margin: 0 auto;
    text-align: center;
    padding: 0 55px;
    margin-bottom: 15px;
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.information-other {
    margin: 0 auto;
    text-align: center;
    border-radius: 25px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #c4db9f;
    width: 90px;
    cursor: pointer;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}