.banner {
  margin-top: 80px;
  width: 100%;
  height: 650px;
  background: url("../images/zjtrj-banner.jpg") no-repeat center center;
  background-size: 1920px 650px;
}

/* 品牌概况 */
.overview {
  margin: 80px auto 0;
  width: 1200px;
}

.overview .title h3 {
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #333;
}

.overview .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.overview .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #999;
}

.overview .txt {
  margin-top: 30px;
}

.overview .txt p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333;
  line-height: 30px;
}

.overview .txt .video {
  margin: 37px auto;
  width: 738px;
  height: 415px;
}

/* 发展历程 */
.course {
  margin-top: 60px;
  width: 100%;
  height: 700px;
  background: url(../images/zjtrj-fzlc1.jpg) no-repeat center center;
  background-size: 1920px 700px;
  /* background:rgba(0,0,0,1);
    opacity:0.7; */
}

.course .title {
  padding-top: 50px;
}

.course .title h3 {
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #FFF;
}

.course .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.course .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #fff;
  opacity: .5;
}

.course .carousel {
  margin: 26px auto 0;
  width: 1200px;
  height: 420px;
}

.course .carousel .swiper-button-next {
  background-image: url(../img/sjxg-right.png);
}

.course .carousel .swiper-button-prev {
  background-image: url(../img/sjxg-left.png);
}

/* 品牌实力 */
.power {
  margin: 80px auto 0;
  width: 1200px;
}

.power .title h3 {
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #333;
}

.power .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.power .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #999;
}

.power .facilities {
  margin-top: 30px;
  width: 1200px;
  height: 385px;
}

.power .facilities ul {
  width: 1220px;
  height: 385px;
}

.power .facilities li {
  margin-right: 20px;
  float: left;
  width: 285px;
  height: 385px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.power .facilities li img {
  width: 100%;
  font-size: 0;
  vertical-align: bottom;
}

.power .facilities li div {
  width: 100%;
  height: 8px;
  background: url(../img/zjtrj-ppsl1.png) no-repeat;
  font-size: 0;
}

.power .facilities li h3 {
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333;
}

.power .facilities li p {
  padding: 10px 20px 0;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.power .facilities li:hover div {
  background: url(../img/zjtrj-ppsl2.png) no-repeat;
}

.power .facilities li:hover h3 {
  color: #F78001;
}

.power .facilities li:hover p {
  color: #333;
}

/* 设计团队 */
.designer_team {
  margin: 80px auto 0;
  width: 1200px;
}

.designer_team .title h3 {
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #333;
}

.designer_team .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.designer_team .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #999;
}

.designer_team .team {
  position: relative;
  margin: 35px auto 0;
  width: 1200px;
  height: 700px;
}

/* 团队设计轮播 */
.team .list {
  width: 1200px;
  height: 700px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -600px;
}

/* .btn{
      position: absolute;
      top: 50%;
      margin-top: -50px;
      width: 60px;
      height: 100px;
      line-height: 100px;
      font-size: 30px;
      color: white;
      text-decoration: none;
      text-align: center;
      background: rgba(0,255,0,.5);
      cursor: pointer;
  }
  .next{
      right: 0;
  }
   */
.team li {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.team img {
  width: 531px;
  height: 647px;
  border: none;
  float: left;
}

/* .p1{
      transform:translate3d(-224px,0,0) scale(0.81);
  } */
.team .p2 {
  padding-top: 10px;
  transform: translate3d(0px, 0, 0) scale(0.81);
  transform-origin: 0 50%;
  opacity: 1;
  z-index: 2;
}

.team .p3 {
  padding-top: 10px;
  transform: translate3d(333px, 0, 0) scale(1);
  z-index: 3;
  opacity: 1;
}

.team .p4 {
  padding-top: 10px;
  transform: translate3d(685px, 0, 0) scale(0.81);
  transform-origin: 100% 50%;
  opacity: 1;
  z-index: 2;
}

/* .p5{
      transform:translate3d(672px,0,0) scale(0.81);
  }
  .p6{
      transform:translate3d(896px,0,0) scale(0.81);
  }
  .p7{
      transform:translate3d(1120px,0,0) scale(0.81);
  } */
.team .buttons {
  position: absolute;
  width: 1200px;
  height: 30px;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  text-align: center;
  padding-top: 10px;
}

.team .buttons a {
  display: inline-block;
  width: 8px;
  height: 8px;
  /* padding-top: 4px; */
  cursor: pointer;
}

.team span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .2);
}

.team .blue {
  background: rgba(0, 0, 0, .5);
}

.team .list ul li a {
  position: relative;
  display: block;
  width: 432px;
  height: 526px;
}

.team .list ul li a .title {
  position: absolute;
  bottom: -92px;
  left: 0;
  padding-left: 37px;
  width: 100%;

}

.team .list ul li a .title h3 {
  text-align: left;
  font-size: 38px;
  font-family: "ArialMT";
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.team .list ul li a .title p {
  text-align: left;
  margin-top: 16px;
  font-size: 24px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  opacity: 0.7;
  overflow: hidden;
}

.team .list ul .p3 a .sjsxq:hover {
  opacity: 1;
}

.team .list ul li a .sjsxq {
  position: absolute;
  top: -3px;
  width: 123%;
  height: 124%;
  background-color: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 1px 1px 10px 1px #ccc;
  opacity: 0;
  z-index: 9;
}

.team .list ul li a .sjsxq .img {
  margin: 86px 197px 0 194px;
  width: 140px;
  height: 140px;
}

.team .list ul li a .sjsxq .img img {
  width: 100%;
  height: 100%;
}

.team .list ul li a .sjsxq h4 {
  margin-top: 50px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #333;
}

.team .list ul li a .sjsxq div {
  text-align: center;
}

.team .list ul li a .sjsxq .div1 {
  margin-top: 8px;
  font-size: 20px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #333;
}

.team .list ul li a .sjsxq .div2 {
  font-size: 16px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #666;
}

.team .list ul li a .sjsxq .div3 {
  margin-top: 15px;
  padding: 0 50px;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: left;
}

/* 品牌荣誉 */
.honor {
  margin: 80px auto 0;
  width: 100%;
  height: 700px;
  background: url(../images/zjtrj-ppry2.jpg) no-repeat center center;
  background-size: 1920px 700px;
}

.honor .title h3 {
  padding-top: 50px;
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #fff;
}

.honor .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.honor .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #999;
}
.honor .carousel {
  margin: 18px auto 0;
  width: 1200px;
}

.honor .carousel .swiper-button-next {
  background-image: url(../img/sjxg-right.png);
}

.honor .carousel .swiper-button-prev {
  background-image: url(../img/sjxg-left.png);
}

/* 明星代言 */
.endorsement {
  margin: 80px auto 0;
  width: 1200px;
}

.endorsement .title h3 {
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #333;
}

.endorsement .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.endorsement .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #999;
}
.endorsement .star {
  margin-top: 35px;
  padding-left: 133px;
  width: 1200px;
  height: 465px;
  background: url(../images/zjtrj-mxdy1.jpg) no-repeat center center;
  background-size: 1200px 465px;
}
.endorsement .star div {
  padding-top: 200px;
  width:470px;
  font-size:20px;
  font-family:"Microsoft YaHei";
  font-weight:400;
  color:#333;
  line-height:36px;
}
.endorsement .star p {
  padding-top: 23px;
  width:480px;
  font-size:16px;
  font-family:"Microsoft YaHei";
  font-weight:400;
  color:#333;
  line-height:30px;
}
/* 绿色环保证书 */
.certificate {
  margin: 80px auto 0;
  width: 1200px;
}

.certificate .title h3 {
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #333;
}

.certificate .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.certificate .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #999;
}
.certificate .txt {
  margin-top: 27px;
  text-align: center;
  font-size:14px;
  font-family:"Microsoft YaHei";
  font-weight:400;
  color:#333;
}
.certificate .txt p:first-child {
  color: #1F7F57;
}
.certificate>a {
  margin: 32px auto 60px;
  display: block;
  width: 180px;
  height: 50px;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  color: #1f7f57;
  border: 2px solid #1F7F57;
  border-radius: 5px;
  box-sizing: border-box;
}
.certificate>a:hover {
  background-color: #1F7F57;
  color: #fff;
}
/* 线下门店 */
.store {
  margin: 80px auto 0;
  width: 100%;
  height: 550px;
  background: url(../images/zjtrj-xxmd1.jpg) no-repeat center center;
  background-size: 1920px 550px;
}

.store .title h3 {
  padding-top: 100px;
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #fff;
}

.store .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.store .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #999;
}
.store .txt {
  margin: 45px auto 0;
  width: 1200px;
  font-size:24px;
  font-family:"Microsoft YaHei";
  font-weight:400;
  color: #fff;
}
.store .txt p {
  padding-top: 20px;
  text-align: center;
}