.BrandStory{
  padding-top: 78px;
}

* {
    margin: 0;
    padding: 0;
  }
  .swiper1 {
    width: 100%;
    height: 700px;
    background: url("../img/brandStory/swiper.png") no-repeat;
    /*background-size: 100% 100%;*/
  }
  .swiper1 .bigTitle {
    font-size: 80px;
    padding-top: 180px;
    text-align: center;
  }
  .swiper1 .tinyTitle {
    font-size: 36px;
    margin-top: 34px;
    text-align: center;
  }
  .story {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    display: flex;
    justify-content: space-between;
  }
  .story .story-left .title {
    display: block;
    font-size: 45px;
    padding-top: 87px;
    position: relative;
  }
  .story .story-left .title::before {
    content: "";
    width: 84px;
    height: 7px;
    background-color: #8ed116;
    position: absolute;
    left: 0;
    bottom: -15px;
    box-sizing: border-box;
  }
  .story .story-left ul {
    margin-top: 50px;
  }
  .story .story-left ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding-bottom: 38px;
  }
  .story .story-left ul li .disc {
    margin-left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #083b30;
  }
  .story .story-left ul li .disc-border3 {
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #083b30;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .story .story-left ul li .disc-border3 .disc3 {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #083b30;
  }
  .story .story-left ul li .disc-border4 {
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #8ed116;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .story .story-left ul li .disc-border4 .disc4 {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #8ed116;
  }
  .story .story-right .story-pic {
    display: flex;
    flex-direction: column-reverse;
    color: #fff;
  }
  .story .story-right .story-pic .box-l {
    height: 129px;
    width: 115px;
    background: url("../img/brandStory/story4.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .story .story-right .story-pic .box-l:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .story .story-right .story-pic .box-m {
    height: 212px;
    width: 211px;
    background: url("../img/brandStory/story5.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .story .story-right .story-pic .box-m:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .story .story-right .story-pic .box-r {
    height: 299px;
    width: 258px;
    background: url("../img/brandStory/story6.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .story .story-right .story-pic .box-r:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .group {
    background: #083b30;
    width: 100%;
    height: 800px;
    margin-bottom: 50px;
  }
  .group .group-t {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  .group .group-t .box {
    width: 360px;
    height: 190px;
    padding-left: 20px;
    background: #fff;
    position: relative;
  }
  .group .group-t .box .big-title {
    font-size: 30px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .group .group-t .box .big-title::before {
    content: "";
    width: 6px;
    height: 27px;
    background-color: #0d604f;
    position: absolute;
    right: -10px;
    bottom: 3px;
    box-sizing: border-box;
  }
  .group .group-t .box .text-cont {
    display: block;
    margin-top: 3px;
    width: 256px;
    font-size: 15px;
    color: #666666;
  }
  .group .group-t .box .img {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 148px;
  }
  .group .group-t .box .img2 {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 80px;
  }
  .group .group-t .box .img3 {
    position: absolute;
    top: 0px;
    right: 13px;
    width: 140px;
  }
  .group .group-b {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    height: 445px;
    background: #fff;
  }
  .group .group-b .big-title {
    padding-top: 30px;
    font-size: 45px;
    text-align: center;
  }
  .group .group-b .pic-bar {
    width: 1090px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .group .group-b .pic-bar img {
    width: 131px;
    height: 131px;
  }
  .group .group-b .pic-bar img:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .brandHistory {
    width: 1200px;
    margin: 0 auto;
    margin-top: 350px;
    background: url("../img/brandStory/bg-bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .brandHistory ul {
    position: relative;
    top: -300px;
  }
  .brandHistory ul li {
    width: 100px;
    position: relative;
    margin-left: 20px;
  }
  .brandHistory ul li img:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .brandHistory ul li .content {
    flex: 1;
    padding: 10px;
    position: relative;
  }
  .brandHistory ul li .content .title {
    color: #0c624f;
    font-size: 12px;
    text-align: center;
    /* padding-bottom: 30px; */
  }
  .brandHistory ul li .content .text {
    position: absolute;
    font-size: 12px;
    top: 60px;
  }
  .video {
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lang {
    padding-top: 30px;
    width: 1560px;
    margin: 0 auto;
    text-align: center;
  }
  .lang span {
    display: block;
    font-size: 40px;
    color: #333333;
    margin-bottom: 10px;
  }
  .fix-box {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 46px;
  }
  .fix-box .type-box {
    width: 104px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #666666;
  }
  .fix-box .type-box .border-box {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border: 3px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fix-box .type-box .border-box img {
    width: 53px;
    height: 53px;
  }
  .fix-box .type-box .border-box:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .advantage {
    display: flex;
    width: 1200px;
    margin: 0 auto;
  }
  .advantage .furniture1 {
    width: 620px;
    height: 440px;
    background: url("../img/brandStory/furniture1.png");
    background-position: center;
    background-size: cover;
    display: none;
  }
  .advantage .furniture1:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .advantage .furniture2 {
    width: 620px;
    height: 440px;
    background: url("../img/brandStory/furniture2.png");
    background-position: center;
    background-size: cover;
    display: none;
  }
  .advantage .furniture2:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .advantage .furniture3 {
    width: 620px;
    height: 440px;
    background: url("../img/brandStory/furniture3.png");
    background-position: center;
    background-size: cover;
    display: none;
  }
  .advantage .furniture3:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .advantage .right {
    width: 530px;
    margin-left: 50px;
  }
  .advantage .right ul {
    margin-top: 20px;
  }
  .advantage .right ul li {
    width: 460px;
    height: 100px;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  .advantage .right ul li .big-title {
    font-size: 32px;
  }
  .advantage .right ul li .small-title {
    display: block;
    font-size: 26px;
    color: #999999;
    margin-top: 10px;
  }
  /* .advantage .right ul li:hover {
    background-color: #90cf2f;
  }
  .advantage .right ul li:hover .big-title {
    font-size: 32px;
    color: #336730;
  }
  .advantage .right ul li:hover .small-title {
    display: block;
    font-size: 26px;
    color: #fefefe;
  }
  .advantage .right ul li:hover::before {
    content: "";
    width: 50px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 80px;
    bottom: 12px;
    box-sizing: border-box;
  } */
  .advantage .right ul .start {
    width: 460px;
    height: 100px;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    background-color: #90cf2f;
  }
  .advantage .right ul .start .big-title {
    font-size: 32px;
    color: #336730;
  }
  .advantage .right ul .start .small-title {
    display: block;
    font-size: 26px;
    color: #fefefe;
    margin-top: 10px;
  }
  .advantage .right ul .start::before {
    content: "";
    width: 50px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 80px;
    bottom: 12px;
    box-sizing: border-box;
  }
  .certificate {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url("../img/brandStory/zs-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
  }
  .certificate .box {
    width: 1200px;
    height: 470px;
    display: flex;
    margin: 0 auto;
  }
  .certificate .box .left {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
  }
  .certificate .box .left .item img:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .certificate .box .right {
    width: 600px;
    display: flex;
  }
  .certificate .box .right .item img:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .cooperation-box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  .cooperation-box .tv-box {
    width: 100%;
    height: 270px;
    background-color: #ebebeb;
  }
  .cooperation-box .tv-box .tv {
    width: 1180px;
    height: 160px;
    padding: 0 10px;
    padding-top: 40px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
    align-items: center;
  }
  .cooperation-box .tv-box .tv img:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .cooperation-box .tv-box .title {
    color: #666666;
    font-size: 34px;
    text-align: center;
  }
  .cooperation-box .ds-box {
    width: 100%;
    height: auto;
    height: 225px;
    border: 2px solid #dddddd;
    margin-top: 50px;
  }
  .cooperation-box .ds-box .pic {
    width: 1200px;
    height: 145px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .cooperation-box .ds-box .pic img:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .cooperation-box .ds-box .title {
    width: 1200px;
    height: 23px;
    color: #dddddd;
    font-size: 34px;
    text-align: center;
  }
  .cooperation-box .hy-box {
    margin-top: 50px;
    width: 100%;
    height: 220px;
    border: 2px solid #dddddd;
  }
  .cooperation-box .hy-box .pic-hy {
    width: 1140px;
    height: 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
  }
  .cooperation-box .hy-box .pic-hy img:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .cooperation-box .hy-box .title {
    width: 1200px;
    height: 23px;
    color: #dddddd;
    font-size: 34px;
    text-align: center;
  }
  .cooperation-box .big-pic {
    width: 100%;
    height: 424px;
    background: url("../img/brandStory/zanyu.png");
    background-position: center;
    background: cover;
  }
  .cooperation-box .big-pic:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .cooperation-box .end {
    width: 100%;
    height: 700px;
    font-size: 58px;
    color: #fff;
    background: url("../img/houseRemark/end.png");
    background-size: 100% 100%;
  }
  .cooperation-box .end .title {
    padding-top: 110px;
    text-align: center;
  }
  .cooperation-box .end ul {
    height: 400px;
    padding: 100px 100px 130px 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cooperation-box .end ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
  }
  @keyframes come {
    from {
      visibility: hidden;
      top: 200px;
    }
    to {
      visibility: visible;
      top: 15px;
    }
  }

  /* 尾部开始 */
.footer {
  width: 100%;
  color: #ffffff;
}
.footer .introduce-footer {
  width: 100%;
  align-items: center;
  height: 264px;
  display: flex;
  justify-content: center;
  background: #0B3B30;
}
.footer .introduce-footer .option-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #4C4C4A;
}
.footer .introduce-footer .option-footer .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #EEEEEE;
  font-size: 22px;
}
.footer .introduce-footer .option-footer .center  li {
  margin-bottom: 15px;
}
.footer .introduce-footer .option-footer .center  .pointer a {
  color: #ffffff ;
}
.footer .introduce-footer .option-footer .center  .pointer a:hover {
  color: #ffffff !important;
}
.footer .introduce-footer .option-footer .center .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer .introduce-footer .consult-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
}
.footer .introduce-footer .consult-footer .apply-footer {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.footer .introduce-footer .consult-footer .apply-footer .title {
  position: relative;
  width: 300px;
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.footer .introduce-footer .consult-footer .apply-footer .title .bgwhite {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 144px;
  height: 33px;
  color: #4C4C4A;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  background: #ffffff;
  border-radius: 11px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li .fon42 {
  font-size: 42px;
  color: #ffffff;
}
.footer .introduce-footer .consult-footer .qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .introduce-footer .consult-footer .qr .qr-img {
  width: 157px;
  height: 188px;
}
.footer .introduce-footer .consult-footer .qr span {
  display: block;
  color: #DEDBDB;
  font-size: 20px;
  margin-top: 15px;
}
.footer .copyright {
  height: 80px;
  width: 100%;
  font-size: 24px;
  color: #EEEEEE;
  background: #042019;
  display: flex;
  justify-content: center;
}
.footer .copyright .copyright-cont {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.footer .copyright .img {
  width: 37px;
  height: 40px;
  margin: 10px;
}

/* 尾部结束 */
  