* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 24px;
  font-family: "PingFang SC", "Microsoft JhengHei", "Microsoft Yahei";
}

.swiper {
  width: 100%;
  /*height: 100vh;*/
}

.container {
  width: 100%;
  /*height: 100vh;*/
  height: 100%;
}

.slide-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../img/1/bg_1.png");
  background-size: cover;
  background-position: center center;
  font-size: 1.67rem;
  position: relative;
}

.slide-1-nav {
  background-color: rgba(0,0,0,.6);
  /*width: 100%;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 1.33rem 0;*/
  position: absolute;
  top: 0;
  width: 100%;
  height: 6rem;
  z-index: 99;
}

.slide-1-nav-dialog {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 8rem 0 2rem;
  background: #222222;
  color: #ffffff;
  z-index: 88;
  text-align: right;
}

/*#nav_dialog {*/
/*  display: none;*/
/*}*/

.slide-1-nav-dialog p {
  padding: 1.5rem 3rem;
}

.slide-1-nav-dialog a {
  color: #ffffff;
  text-decoration: none;
}

.logo {
  height: 4rem;
  margin-left: 2rem;
}

.home-btn {
  height: 3.33rem;
  width: 3.33rem;
  margin-right: 2rem;
  cursor: pointer;
}

.slide-1-banner {
  flex: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.slide-1-banner img {
  width: 2.5rem;
  height: 2.5rem;
}

.slide-1-banner-title {
  text-align: center;
  /*width: 80%;*/
  margin: 0 auto;
  margin-top: 6rem;
}

.slide-1-banner-title-text {
  font-size: 2.67rem;
  /*font-weight: bold;*/
  letter-spacing: 1px;
}

.slide-1-banner-title-letter {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 6px;
  font-weight: lighter;
}

.slide-1-banner-serivces {
  width: 70%;
  margin: 0 auto;
  line-height: 1.5;
}

.slide-1-banner-serivces-title {
  /*font-weight: bold;*/
  display: flex;
  align-items: center;
  font-size: 2.33rem;
  margin-bottom: 1rem;
}

.slide-1-banner-serivces-title img {
  width: 2.33rem;
  height: 2.33rem;
  margin-left: 16px;
}

.services-item {
  display: flex;
  margin-bottom: 1rem;
  text-align: justify;
  letter-spacing: 2px;
  /*align-items: center;*/
}

.services-item span {
  /*font-weight: bold;*/
  color: #FCDBA8;
}

.services-item img {
  margin: 6px 24px 0 0
}

.slide-1-contact {
  padding: 1.5rem 2rem 2rem;
  background-color: #ffffff;
  font-size: 1.33rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.contact-wechat-title {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  margin-bottom: 0.67rem;
}

.contact-right {
  width: 16rem;
}

.contact-code {
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: 2rem;
  top: -1.33rem;
}


/*关于我们*/
.slide-2 {
  background: #4B4B4B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slide-main {
  height: 100%;
  display: flex;
  align-items: center;
}

.slide-banner{
  width: 100%;
}

.slide-2-text {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 3.33rem;
  text-align: justify;
}

.slide-title-img {
  height: 2.3rem;
}

.slide-title {
  font-size: 2.67rem;
  /*font-weight: bold;*/
  margin: 0 0 2rem;
  opacity: 1;
}

.slide-title-tip {
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: -1.6rem;
}

.slide-2-text p {
  margin-bottom: 2rem;
  opacity: 0.9;
}

/*品牌主张*/

.slide-3 {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slide-3-text {
  font-size: 1.5rem;
  color: #181818;
  line-height: 1.5;
  padding: 0 3.33rem;
  text-align: justify;
}

.slide-3-list {
  display: flex;
  margin-top: 1rem;
}

.slide-3-list-item {
  font-size: 1.33rem;
  width: 50%;
  background: #F6F6F6;
  border-radius: 0.95rem;
  padding: 1.67rem;
}

.slide-3-item-title {
  font-size: 1.67rem;
  color: #181818;
  /*font-weight: bold;*/
}

.slide-3-line {
  width: 3.58rem;
  height: 4px;
  background: #B59D69;
  margin: 1rem 0;
}

/*项目合作优势*/

.slide-4 {
  background-color: #4B4B4B;
  background-image: url("../img/4/banner_4.png");
  background-repeat: no-repeat;
  background-size: 100%;
  /*height: 100vh;*/
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.slide-4-project {
  padding: 0 3.33rem 4rem;
}

.slide-4-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 4rem;
}

.slide-4-top img {
  margin-bottom: 0.5rem;
}

.num-img {
  width: 3.75rem;
  height: 2.5rem;
  /*margin-bottom: 1rem;*/
}

.slide-4-project-list {
  display: flex;
  margin-bottom: 1rem;
}

.slide-4-project-item {
  width: 50%;
  font-size: 1.33rem;
  color: #4B4B4B;
  padding: 1.67rem;
  background: #ffffff;
  border-radius: 1rem;
}

.slide-4-project-item-title {
  font-size: 1.83rem;
  color: #000000;
  margin-bottom: 0.75rem;
  /*font-weight: bold;*/
}

/*门店对比*/
.slide-5 {
  background-color: #D9D9D9;
  /*background-image: url("../img/5/banner_5.png");*/
  /*background-repeat: no-repeat;*/
  /*background-size: 100%;*/
  background-image: url("../img/5/bg5.png");
  background-size: cover;
  background-position: center center;
  /*height: 100vh;*/
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.slide-5-table {
  padding: 0 2rem;
  font-size: 1.2rem;
  letter-spacing: 2px;
  /*font-weight: bold;*/
  color: #7B7B7B;
  margin-bottom: 4rem;
}

.right-img,.wrong-img {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}

table div {
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
}

table, td, th {
  border: none;
  border-collapse: collapse;
}

table td {
  background: #ffffff;
}

.color-1 {
  background: #B59D69;
  color: #ffffff;
}

.color-2 {
  background: #AC9564;
  color: #ffffff;
  border-top: 1px solid #B59D69;
  border-bottom: 1px solid #AC9564;
}

.color-gray {
  background: #F6F6F6;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #F6F6F6;
}

.table-bottom {
  height: 1rem;
  border-radius: 0 0 1rem 1rem;
  border-top: none;
  border-bottom: none;
}

.table-top {
  height: 1rem;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 1px solid #B59D69;
}

.table-top-title {
  font-size: 1.67rem;
  /*font-weight: bold;*/
  padding: 1.2rem;
  justify-content: center;
}

.table-right-title {
  font-size: 1.2rem;
  color: #4B4B4B;
  /*width: 3rem;*/
  /*font-weight: bold;*/
  text-align: center;
}

.slide-5-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 4rem;
}

.slide-5-top img {
  margin-bottom: 0.5rem;
}

/*联系我们*/
.slide-6 {
  background: #2B2B2B;
  /*height: 100vh;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  font-size: 1.5rem;
  /*padding: 3.33rem;*/
  line-height: 1.5;
  letter-spacing: 2px;
}

.slide-6-logo {
  height: 6rem;
  margin-bottom: 2rem;
  /*width: 14.63rem;*/
}

.slide-6-copyright-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.33rem;
}

.slide-6-code {
  width: 9rem;
  height: 9rem;
  margin-bottom: 0.5rem;
}

.slide-6-contact {
  padding: 3.33rem;
}

.slide-6-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.33rem;
  font-size: 1.33rem;
}

.slide-6-copyright-text {
  opacity: 0.5;
}

.slide-6-title {
  font-size: 2rem;
  color: #B59D69;
  /*font-weight: bold;*/
  margin-bottom: 1rem;
}

.icp-num {
  margin-top: 2rem;
  cursor: pointer;
}
