#index .index-banner {
  width: 100%;
  background-color: #333;
}
#index .index-banner .swiper-banner {
  height: 100%;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper {
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide > img {
  width: 100%;
  opacity: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  text-align: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text01 {
  font-weight: bold;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text02 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-top: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text03 {
  margin-top: 20px;
  text-align: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text03 p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.4);
}
#index .index-banner .swiper-banner .swiper-pagination {
  bottom: 60px;
}
#index .index-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 10px;
  border-radius: 0;
}
#index .index-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#index .index-banner .swiper-banner .index-prev, #index .index-banner .swiper-banner .index-next {
  position: absolute;
  top: calc(50% - 60px);
  z-index: 10;
  width: 46px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  outline: none;
}
#index .index-banner .swiper-banner .index-prev i, #index .index-banner .swiper-banner .index-next i {
  font-size: 18px;
  color: #fff;
  display: block;
}
#index .index-banner .swiper-banner .index-prev {
  left: 8%;
  transform: rotate(180deg);
}
#index .index-banner .swiper-banner .index-next {
  right: 8%;
}
#index .custom-box {
  padding: 80px 0 100px;
}
#index .custom-box .custom-nav {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index .custom-box .custom-nav .item-box {
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}
#index .custom-box .custom-nav .item-box .item {
  font-size: 16px;
  color: #666;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#index .custom-box .custom-nav .item-box .item i {
  font-size: 36px;
  color: #999;
}
#index .custom-box .custom-nav .item-box .item p {
  margin-top: 6px;
}
#index .custom-box .custom-nav .item-box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 1px;
  height: 8px;
  background-color: rgba(4, 4, 5, 0.2);
}
#index .custom-box .custom-nav .item-box.active .item, #index .custom-box .custom-nav .item-box:hover .item {
  border: 1px solid #4f0d10;
  color: #4f0d10;
}
#index .custom-box .custom-nav .item-box.active .item i, #index .custom-box .custom-nav .item-box:hover .item i {
  color: #4f0d10;
}
#index .custom-box .custom-nav .item-box:last-of-type:before {
  width: 0;
}
#index .custom-box .custom-banner {
  margin-top: 40px;
  position: relative;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide {
  display: flex;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .left-pic {
  width: 62%;
  max-width: 990px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .left-pic img {
  width: 100%;
  opacity: 0;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box {
  width: 38%;
  background-color: #fff;
  padding: 50px 0 0 7%;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .text-box {
  text-align: right;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .text-box .t1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .text-box .t2 {
  font-size: 32px;
  line-height: 24px;
  margin-top: 15px;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .right-bg {
  width: 100%;
  margin-top: 90px;
  position: relative;
  background-color: #f1f1f1;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .right-bg > img {
  width: 100%;
  opacity: 0;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .right-bg .right-pic {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -40px;
  top: -50px;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .right-bg .right-pic img {
  width: 100%;
  opacity: 0;
}
#index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .more-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
#index .custom-box .custom-banner .custom-btn {
  position: absolute;
  top: calc(50% - 18px);
  outline: none;
  cursor: pointer;
  z-index: 10;
}
#index .custom-box .custom-banner .custom-btn i {
  font-size: 36px;
}
#index .custom-box .custom-banner .custom-btn.custom-prev {
  left: 3%;
}
#index .custom-box .custom-banner .custom-btn.custom-next {
  right: 3%;
}
#index .house-box {
  padding: 80px 0 100px;
  background-color: #f1f1f1;
}
#index .house-box .house-banner {
  margin-top: 50px;
  position: relative;
}
#index .house-box .house-banner .swiper-house .swiper-slide {
  width: 62.5% !important;
  max-width: 1200px;
  position: relative;
}
#index .house-box .house-banner .swiper-house .swiper-slide .pic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#index .house-box .house-banner .swiper-house .swiper-slide .pic img {
  width: 100%;
  opacity: 0;
}
#index .house-box .house-banner .swiper-house .swiper-slide .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.6s;
}
#index .house-box .house-banner .swiper-house .swiper-slide .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  opacity: 0;
  transition: all 0.6s;
}
#index .house-box .house-banner .swiper-house .swiper-slide .info .left .t1 {
  font-size: 24px;
  color: #666;
}
#index .house-box .house-banner .swiper-house .swiper-slide .info .left .t1 .sort {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-right: 30px;
}
#index .house-box .house-banner .swiper-house .swiper-slide .info .left .t2 {
  color: #bc121a;
  font-size: 40px;
  line-height: 40px;
  margin-top: 10px;
  font-weight: bold;
}
#index .house-box .house-banner .swiper-house .swiper-slide .info .left .t2 .tag {
  font-size: 24px;
  line-height: 24px;
}
#index .house-box .house-banner .swiper-house .swiper-slide.swiper-slide-active .pic .mask {
  opacity: 0;
  transition: all 0.6s;
}
#index .house-box .house-banner .swiper-house .swiper-slide.swiper-slide-active .info {
  opacity: 1;
  transition: all 0.6s;
}
#index .house-box .house-banner .house-btn {
  position: absolute;
  top: calc(42% - 18px);
  outline: none;
  cursor: pointer;
  z-index: 11;
}
#index .house-box .house-banner .house-btn i {
  font-size: 36px;
  color: #fff;
}
#index .house-box .house-banner .house-btn.house-prev {
  left: 3%;
}
#index .house-box .house-banner .house-btn.house-next {
  right: 3%;
}
#index .value-box {
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/06.png");
}
#index .value-box .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 5%;
}
#index .value-box .main .left-box {
  display: flex;
  height: 100%;
}
#index .value-box .main .left-box .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 170px;
  height: 100%;
}
#index .value-box .main .left-box .item .text {
  margin: 30px 0;
  font-size: 24px;
  color: #fff;
}
#index .value-box .main .left-box .item .icon-arr i {
  font-size: 24px;
  color: #fff;
}
#index .value-box .main .left-box .item:last-of-type {
  margin-right: 0;
}
#index .value-box .main .logo {
  width: 265px;
}
#index .value-box .main .logo img {
  width: 100%;
}
#index .design-box {
  padding: 100px 0;
}
#index .design-box .design-banner {
  margin-top: 60px;
  position: relative;
}
#index .design-box .design-banner .swiper-design .swiper-slide {
  width: 25% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  filter: gray;
  filter: grayscale(1);
}
#index .design-box .design-banner .swiper-design .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#index .design-box .design-banner .swiper-design .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index .design-box .design-banner .swiper-design .swiper-slide .mask .text-box {
  position: absolute;
  color: #fff;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}
#index .design-box .design-banner .swiper-design .swiper-slide .mask .text-box .t1 {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
#index .design-box .design-banner .swiper-design .swiper-slide .mask .text-box .t2 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
}
#index .design-box .design-banner .swiper-design .swiper-slide:hover {
  filter: unset;
  filter: unset;
}
#index .design-box .design-banner .swiper-design .swiper-slide:hover .text-box {
  opacity: 1;
}
#index .design-box .design-banner .design-btn {
  position: absolute;
  top: calc(50% - 18px);
  outline: none;
  cursor: pointer;
}
#index .design-box .design-banner .design-btn i {
  font-size: 36px;
}
#index .design-box .design-banner .design-btn.design-prev {
  left: 3%;
}
#index .design-box .design-banner .design-btn.design-next {
  right: 3%;
}
#index .news-box {
  background-color: #f1f1f1;
  padding: 60px 0 80px;
}
#index .news-box .news-list {
  margin-top: 60px;
}
#index .news-box .news-list .news-item {
  display: flex;
  margin-bottom: 40px;
}
#index .news-box .news-list .news-item .pic {
  width: 24%;
  max-width: 378px;
  background-size: cover;
  background-position: center;
  background-repeat: unset;
  flex-shrink: 0;
}
#index .news-box .news-list .news-item .pic img {
  width: 100%;
  opacity: 0;
}
#index .news-box .news-list .news-item .desc-box {
  padding-top: 15px;
  padding-left: 30px;
}
#index .news-box .news-list .news-item .desc-box .title .t1 {
  font-size: 24px;
  line-height: 36px;
}
#index .news-box .news-list .news-item .desc-box .title .date {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
#index .news-box .news-list .news-item .desc-box .desc {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  margin-top: 10px;
  color: #666;
}
#index .news-box .news-list .news-item .desc-box .com-more {
  margin-top: 40px;
}
#index .news-box .news-list .news-item:last-of-type {
  margin-bottom: 0;
}
#index .customer-service {
  width: 100%;
  height: 550px;
  padding-top: 90px;
  background-image: url("../img/08.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#index .customer-service .service-items {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
#index .customer-service .service-items .item {
  position: relative;
}
#index .customer-service .service-items .item .icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#index .customer-service .service-items .item .icon-box i {
  font-size: 40px;
  color: #fff;
}
#index .customer-service .service-items .item .title {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
#index .customer-service .service-items .item .title .cn {
  font-size: 24px;
  line-height: 24px;
}
#index .customer-service .service-items .item .title .en {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}
#index .customer-service .service-items .item:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 20px;
  background-image: url("../img/18.png");
  background-repeat: no-repeat;
  background-size: 32px 20px;
  background-position: center;
  top: 36px;
  right: -120%;
}
#index .customer-service .service-items .item:last-of-type:after {
  width: 0;
}

#about .index-about {
  padding-top: 0px;
  padding-bottom: 110px;
}
#about .culture-box {
  padding-top: 110px;
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/21.png");
}
#about .culture-box .culture-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 100px;
}
#about .culture-box .culture-list .item {
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#about .culture-box .culture-list .item .icon-box {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
}
#about .culture-box .culture-list .item .icon-box i {
  color: #fff;
  font-size: 40px;
}
#about .culture-box .culture-list .item .title {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-top: 15px;
}
#about .culture-box .culture-list .item .title .line {
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 15px;
}
#about .culture-box .culture-list .item .desc {
  font-size: 14px;
  line-height: 26px;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
#about .development-box {
  padding: 100px 0;
}
#about .development-box .develop-banner {
  position: relative;
  padding-left: 8%;
  margin-top: 70px;
}
#about .development-box .develop-banner .swiper-develop .swiper-slide {
  width: 34% !important;
}
#about .development-box .develop-banner .swiper-develop .swiper-slide .item .pic {
  width: 100%;
  overflow: hidden;
}
#about .development-box .develop-banner .swiper-develop .swiper-slide .item .pic img {
  width: 100%;
}
#about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box {
  padding-top: 30px;
}
#about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box .title {
  font-size: 24px;
  color: #333;
}
#about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box .title .year {
  font-size: 40px;
  margin-right: 10px;
}
#about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box .info {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #666;
  margin-top: 10px;
}
#about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box .line {
  width: 20px;
  height: 3px;
  background-color: #ccc;
  margin-top: 30px;
}
#about .development-box .develop-banner .develop-btn {
  position: absolute;
  top: calc(36% - 18px);
  outline: none;
  cursor: pointer;
  z-index: 11;
}
#about .development-box .develop-banner .develop-btn i {
  font-size: 36px;
}
#about .development-box .develop-banner .develop-btn.develop-prev {
  left: 3%;
}
#about .development-box .develop-banner .develop-btn.develop-next {
  right: 3%;
}

#custom .custom-nav-box {
  background-color: #f4f4f4;
  padding: 0 28px;
}
#custom .custom-nav-box .item-list {
  padding: 24px 14px;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.4);
  display: flex;
  align-items: center;
}
#custom .custom-nav-box .item-list .label {
  font-size: 14px;
  color: #666;
}
#custom .custom-nav-box .item-list .item-box .item {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: transparent;
  padding: 0 25px;
  color: #666;
  display: inline-block;
}
#custom .custom-nav-box .item-list .item-box .item.active, #custom .custom-nav-box .item-list .item-box .item:hover {
  background-color: #4f0d10;
  color: #fff;
}
#custom .custom-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#custom .custom-list .item {
  width: 32%;
  display: block;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}
#custom .custom-list .item img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#custom .custom-list .item:nth-of-type(3n) {
  margin-right: 0;
}
#custom .custom-list .item .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px 15px 20px;
  color: #fff;
}
#custom .custom-list .item .text-box .t1 {
  font-size: 18px;
  line-height: 24px;
}
#custom .custom-list .item .text-box .t2 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#custom .custom-list .item .text-box .more {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
}
#custom .custom-list .item .text-box .more i {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
}
#custom .custom-list .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#custom .soft-custom-list {
  display: flex;
  flex-wrap: wrap;
}
#custom .soft-custom-list .item {
  border: 1px solid transparent;
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 24px;
}
#custom .soft-custom-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#custom .soft-custom-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#custom .soft-custom-list .item .text-box {
  padding: 20px 0 10px;
  transition: all 0.6s;
}
#custom .soft-custom-list .item .text-box .t1 {
  font-size: 22px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
#custom .soft-custom-list .item .text-box .t2 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}
#custom .soft-custom-list .item .text-box .price {
  color: #bc121a;
  font-weight: bold;
  font-size: 40px;
  margin-top: 10px;
}
#custom .soft-custom-list .item .text-box .price .tag {
  font-size: 24px;
  line-height: 24px;
}
#custom .soft-custom-list .item .mask {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
#custom .soft-custom-list .item .mask .com-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -230%);
}
#custom .soft-custom-list .item:hover {
  border: 1px solid #e6e6e6;
}
#custom .soft-custom-list .item:hover .mask {
  display: block;
}
#custom .soft-custom-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#custom .soft-custom-list .item:hover .text-box {
  padding: 20px 15px 10px;
  transition: all 0.6s;
}
#custom .soft-custom-list .item:nth-of-type(3n) {
  margin-right: 0;
}
#custom .custom-display {
  display: flex;
  justify-content: space-between;
}
#custom .custom-display .left-box {
  width: 49%;
}
#custom .custom-display .left-box .pic-swiper {
  width: 100%;
}
#custom .custom-display .left-box .pic-swiper .swiper-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#custom .custom-display .left-box .pic-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#custom .custom-display .right-box {
  width: 48%;
  padding-top: 20px;
}
#custom .custom-display .right-box .right-tops .title-box .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
#custom .custom-display .right-box .right-tops .title-box .date {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
#custom .custom-display .right-box .right-tops .desc {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 20px;
}
#custom .custom-display .right-box .right-tops .vr-box {
  font-size: 16px;
  padding: 20px 0 30px;
}
#custom .custom-display .right-box .right-tops .vr-box .item {
  margin-right: 30px;
  display: inline-block;
  color: #4f0d10;
  font-family: "dinb";
}
#custom .custom-display .right-box .right-tops .vr-box .item i {
  color: #4f0d10;
  font-size: 20px;
  display: inline-block;
  margin-right: 3px;
}
#custom .custom-display .right-box .right-tops .price {
  font-size: 40px;
  line-height: 24px;
  font-weight: bold;
  color: #bc121a;
  margin-bottom: 40px;
}
#custom .custom-display .right-box .right-tops .price .tag {
  font-size: 24px;
}
#custom .custom-display .right-box .right-tops .apply-btn {
  width: 210px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4f0d10;
  color: #fff;
  margin: 30px 0 50px;
}
#custom .custom-display .right-box .right-tops .apply-btn i {
  display: inline-block;
  margin-left: 15px;
}
#custom .custom-display .right-box .small-banner {
  display: flex;
}
#custom .custom-display .right-box .small-banner .swiper-small {
  margin-left: 3%;
}
#custom .custom-display .right-box .small-banner .swiper-small .swiper-slide {
  width: 30% !important;
}
#custom .custom-display .right-box .small-banner .swiper-small .swiper-slide img {
  width: 100%;
}
#custom .custom-display .right-box .small-banner .swiper-small .swiper-slide.swiper-slide-active {
  border: 3px solid #4f0d10;
}
#custom .custom-display .right-box .small-banner .small-btn {
  width: 24px;
  text-align: center;
  background-color: #4f0d10;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom .custom-display .right-box .small-banner .small-btn i {
  font-size: 16px;
  color: #fff;
}
#custom .custom-display .right-box .small-banner .small-btn.swiper-button-disabled {
  background-color: #f2f2f2;
}
#custom .custom-display .right-box .small-banner .small-btn.swiper-button-disabled i {
  color: #4f0d10;
}
#custom .custom-display .right-box .small-banner .small-btn.small-prev i {
  display: block;
  transform: rotate(180deg);
}
#custom .custom-detail .content {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  padding-bottom: 70px;
}
#custom .custom-detail .soft-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#custom .custom-detail .soft-nav .item {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: transparent;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: all 0.6s;
  margin-right: 30px;
}
#custom .custom-detail .soft-nav .item i {
  display: inline-block;
  margin-right: 6px;
  color: #4f0d10;
}
#custom .custom-detail .soft-nav .item:hover, #custom .custom-detail .soft-nav .item.active {
  transition: all 0.6s;
  background-color: #f2f2f2;
}
#custom .custom-detail .plan-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#custom .custom-detail .plan-box .left-box {
  width: 35%;
  padding-right: 4%;
}
#custom .custom-detail .plan-box .left-box .title .en {
  font-size: 27px;
  font-weight: bold;
}
#custom .custom-detail .plan-box .left-box .title .cn {
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
}
#custom .custom-detail .plan-box .left-box .info {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
#custom .custom-detail .plan-box .pic-box {
  width: 65%;
}
#custom .custom-detail .plan-box .pic-box .swiper-soft .swiper-slide {
  width: 49% !important;
}
#custom .custom-detail .soft-content {
  padding-top: 70px;
}
#custom .custom-detail .soft-content .soft-title {
  text-align: center;
}
#custom .custom-detail .soft-content .soft-title .en {
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
}
#custom .custom-detail .soft-content .soft-title .cn {
  font-size: 24px;
  line-height: 24px;
  margin-top: 15px;
}
#custom .custom-detail .soft-content .info {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 30px;
}
#custom .custom-detail .soft-content .living-room {
  margin-top: 40px;
  position: relative;
}
#custom .custom-detail .soft-content .living-room .living-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 75% !important;
}
#custom .custom-detail .soft-content .living-room .living-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#custom .custom-detail .soft-content .living-room .living-swiper .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: all 0.6s;
}
#custom .custom-detail .soft-content .living-room .living-swiper .swiper-slide.swiper-slide-active .mask {
  opacity: 0;
  transition: all 0.6s;
}
#custom .custom-detail .soft-content .living-room .living-btn {
  position: absolute;
  top: calc(50% - 18px);
  outline: none;
  cursor: pointer;
  z-index: 10;
}
#custom .custom-detail .soft-content .living-room .living-btn i {
  font-size: 36px;
}
#custom .custom-detail .soft-content .living-room .living-btn.living-prev {
  left: 3%;
}
#custom .custom-detail .soft-content .living-room .living-btn.living-next {
  right: 3%;
}
#custom .custom-detail .soft-content .bed-room {
  margin-top: 40px;
  margin-bottom: 60px;
  position: relative;
}
#custom .custom-detail .soft-content .bed-room .bed-swiper .swiper-slide {
  width: 32.5% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#custom .custom-detail .soft-content .bed-room .bed-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#custom .custom-detail .soft-content .bed-room .bed-swiper .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: all 0.6s;
}
#custom .custom-detail .soft-content .bed-room .bed-swiper .swiper-slide.swiper-slide-active .mask {
  opacity: 0;
  transition: all 0.6s;
}
#custom .custom-detail .soft-content .bed-room .bed-btn {
  position: absolute;
  top: calc(50% - 18px);
  outline: none;
  cursor: pointer;
  z-index: 10;
}
#custom .custom-detail .soft-content .bed-room .bed-btn i {
  font-size: 36px;
}
#custom .custom-detail .soft-content .bed-room .bed-btn.bed-prev {
  left: 3%;
}
#custom .custom-detail .soft-content .bed-room .bed-btn.bed-next {
  right: 3%;
}
#custom .custom-detail .custom-item {
  display: flex;
  padding: 110px 0 0;
}
#custom .custom-detail .custom-item .info-box {
  width: 31%;
  padding-right: 5%;
  padding-top: 5%;
}
#custom .custom-detail .custom-item .pic-box {
  width: 71%;
  background-color: #eaeaea;
  position: relative;
}
#custom .custom-detail .custom-item .pic-box img {
  width: 100%;
  opacity: 0;
}
#custom .custom-detail .custom-item .pic-box .pic-bg {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -40px;
  right: 40px;
}
#custom .custom-detail .custom-item.reserve {
  display: flex;
  flex-direction: row-reverse;
}
#custom .custom-detail .custom-item.reserve .info-box {
  padding-left: 5%;
  padding-right: 0;
}
#custom .custom-detail .custom-item.reserve .pic-box .pic-bg {
  left: 40px;
  right: unset;
}
#custom .intro-box {
  margin: 100px 0;
}
#custom .intro-box .title-box .cn {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
#custom .intro-box .title-box .en {
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
}
#custom .intro-box .intro-list {
  display: flex;
  margin-top: 20px;
}
#custom .intro-box .intro-list .item {
  width: 23%;
  margin-right: 2.66%;
  display: block;
}
#custom .intro-box .intro-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#custom .intro-box .intro-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#custom .intro-box .intro-list .item .info {
  padding-top: 15px;
}
#custom .intro-box .intro-list .item .info .title {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
}
#custom .intro-box .intro-list .item .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 6px;
}
#custom .intro-box .intro-list .item .price {
  color: #bc121a;
  font-size: 40px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 20px;
}
#custom .intro-box .intro-list .item .price .tag {
  font-size: 24px;
}
#custom .intro-box .intro-list .item:last-of-type {
  margin-right: 0;
}
#custom .intro-box .intro-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#custom .pages-box {
  margin: 20px 0 70px;
}

#contact .contact-box {
  display: flex;
}
#contact .contact-box .info-box {
  width: 38%;
  position: relative;
  background-size: 348px 88px;
  background-repeat: no-repeat;
  background-position: right -30px bottom 40px;
  background-image: url("../img/25.png");
  background-color: #f7f7f7;
  padding: 5% 3% 0;
}
#contact .contact-box .info-box .title-box {
  margin-bottom: 80px;
}
#contact .contact-box .info-box .title-box .en {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
#contact .contact-box .info-box .title-box .cn {
  font-size: 32px;
  line-height: 32px;
  margin-top: 20px;
}
#contact .contact-box .info-box .title-box .line {
  width: 20px;
  height: 3px;
  background-color: #21211f;
  border-radius: 1px;
  margin-top: 30px;
}
#contact .contact-box .info-box .info-item {
  margin-bottom: 20px;
}
#contact .contact-box .info-box .info-item .t1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
#contact .contact-box .info-box .info-item .t2 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
#contact .contact-box .map-box {
  width: 62%;
  height: 550px;
}
#contact .mail-box {
  margin-bottom: 50px;
}
#contact .mail-box .cus-title {
  margin: 60px 0 30px;
}
#contact .mail-box .mail-detail {
  padding: 60px 40px;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact .mail-box .mail-detail input {
  width: 32%;
  height: 50px;
  font-size: 14px;
  background-color: #fff;
  border: 0;
  padding-left: 20px;
}
#contact .mail-box .mail-detail .code-input {
  width: 100%;
  margin-top: 20px;
}
#contact .mail-box .mail-detail .code-input input {
  width: 200px;
}
#contact .mail-box .mail-detail .code-input #vcodeImg {
  margin-left: 10px;
}
#contact .mail-box .mail-detail textarea {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  resize: none;
  border: 0;
  margin-top: 20px;
}
#contact .mail-box .mail-detail .com-more {
  margin: 0 auto;
  margin-top: 60px;
}

#designer .designer-box {
  margin-bottom: 60px;
}
#designer .designer-box .designer-list {
  display: flex;
  flex-wrap: wrap;
}
#designer .designer-box .designer-list .item {
  width: 23%;
  display: block;
  position: relative;
  margin-right: 2.66%;
  margin-bottom: 2.66%;
  filter: gray;
  filter: grayscale(1);
  transition: all 0.6s;
}
#designer .designer-box .designer-list .item img {
  width: 100%;
}
#designer .designer-box .designer-list .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#designer .designer-box .designer-list .item .mask .text-box {
  position: absolute;
  color: #fff;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}
#designer .designer-box .designer-list .item .mask .text-box .t1 {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
#designer .designer-box .designer-list .item .mask .text-box .t2 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
}
#designer .designer-box .designer-list .item:nth-of-type(4n) {
  margin-right: 0;
}
#designer .designer-box .designer-list .item:hover {
  filter: unset;
  filter: unset;
  transition: all 0.6s;
}
#designer .designer-box .designer-list .item:hover .mask .text-box {
  opacity: 1;
}
#designer .designer-detail {
  display: flex;
  justify-content: space-between;
}
#designer .designer-detail .design-left {
  width: 75%;
}
#designer .designer-detail .design-left .design-tops {
  display: flex;
}
#designer .designer-detail .design-left .design-tops .pic {
  width: 31%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
#designer .designer-detail .design-left .design-tops .pic img {
  width: 100%;
  opacity: 0;
}
#designer .designer-detail .design-left .design-tops .info-box {
  padding: 30px 0 0 40px;
}
#designer .designer-detail .design-left .design-tops .info-box .title-box .en {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
#designer .designer-detail .design-left .design-tops .info-box .title-box .cn {
  font-size: 24px;
  line-height: 24px;
  margin-top: 15px;
}
#designer .designer-detail .design-left .design-tops .info-box .title-box .line {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  margin-top: 30px;
  background-color: #333;
}
#designer .designer-detail .design-left .design-tops .info-box .item {
  font-size: 14px;
  line-height: 26px;
  margin-top: 40px;
}
#designer .designer-detail .design-left .design-tops .info-box .item .label {
  display: block;
}
#designer .designer-detail .design-left .case-box {
  margin-top: 50px;
}
#designer .designer-detail .design-left .case-box .title-box .cn {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
#designer .designer-detail .design-left .case-box .title-box .en {
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
}
#designer .designer-detail .design-left .case-box .case-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#designer .designer-detail .design-left .case-box .case-list .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3%;
  display: block;
}
#designer .designer-detail .design-left .case-box .case-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#designer .designer-detail .design-left .case-box .case-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#designer .designer-detail .design-left .case-box .case-list .item .info {
  padding-top: 15px;
}
#designer .designer-detail .design-left .case-box .case-list .item .info .title {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
}
#designer .designer-detail .design-left .case-box .case-list .item .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 6px;
}
#designer .designer-detail .design-left .case-box .case-list .item:nth-of-type(3n) {
  margin-right: 0;
}
#designer .designer-detail .design-left .case-box .case-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#designer .designer-detail .design-left .case-box .pages-box {
  margin-top: 30px;
  margin-bottom: 80px;
}
#designer .designer-detail .design-right {
  width: 23%;
}
#designer .designer-detail .design-right .title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  padding: 30px 0 0 30px;
  background-color: #f2f2f2;
}
#designer .designer-detail .design-right .item {
  display: flex;
  align-items: center;
  padding: 30px 10px 30px 30px;
  background-color: #f2f2f2;
  margin-bottom: 24px;
}
#designer .designer-detail .design-right .item .pic {
  width: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
#designer .designer-detail .design-right .item .pic img {
  width: 100%;
  opacity: 0;
}
#designer .designer-detail .design-right .item .info {
  padding-left: 20px;
}
#designer .designer-detail .design-right .item .info .title-box .en {
  font-size: 28px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}
#designer .designer-detail .design-right .item .info .title-box .cn {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
}
#designer .designer-detail .design-right .item .info .desc {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px;
}
#designer .designer-detail .design-right .item .info i {
  font-size: 24px;
  color: #333;
}

#news .news-box .news-tops {
  display: flex;
  justify-content: space-between;
}
#news .news-box .news-tops .left-box {
  width: 64%;
  position: relative;
  overflow: hidden;
}
#news .news-box .news-tops .left-box img {
  width: 100%;
  opacity: 0;
}
#news .news-box .news-tops .left-box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#news .news-box .news-tops .left-box .mask .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 60px 30px 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
#news .news-box .news-tops .left-box .mask .info-box .num-box {
  width: 84px;
  flex-shrink: 0;
  padding: 20px 10px;
  border-radius: 10px;
  color: #eaeaea;
  background-color: #4f0d10;
  display: inline-block;
}
#news .news-box .news-tops .left-box .mask .info-box .num-box .day {
  font-size: 56px;
  line-height: 56px;
}
#news .news-box .news-tops .left-box .mask .info-box .num-box .year {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
}
#news .news-box .news-tops .left-box .mask .info-box .info {
  width: calc(100% - 84px);
  margin-left: 30px;
}
#news .news-box .news-tops .left-box .mask .info-box .info .title {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}
#news .news-box .news-tops .left-box .mask .info-box .info .desc {
  font-size: 14px;
  line-height: 26px;
  color: #ccc;
  margin-top: 10px;
}
#news .news-box .news-tops .left-box .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#news .news-box .news-tops .left-box:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#news .news-box .news-tops .right-box {
  width: 33%;
}
#news .news-box .news-tops .right-box .r-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
#news .news-box .news-tops .right-box .r-item .pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 47%;
  flex-shrink: 0;
}
#news .news-box .news-tops .right-box .r-item .pic img {
  width: 100%;
  opacity: 0;
}
#news .news-box .news-tops .right-box .r-item .info {
  padding-left: 20px;
}
#news .news-box .news-tops .right-box .r-item .info .title {
  font-size: 24px;
  line-height: 36px;
  height: 72px;
  font-weight: bold;
}
#news .news-box .news-tops .right-box .r-item .info .date {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
#news .news-box .news-tops .right-box .r-item .info .desc {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}
#news .news-box .news-tops .right-box .r-item:last-of-type {
  margin-bottom: 0;
}
#news .news-box .news-list {
  margin-top: 10px;
}
#news .news-box .news-list .news-item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  position: relative;
  transition: all 0.6s;
  border-bottom: 1px solid #e6e6e6;
}
#news .news-box .news-list .news-item .pic {
  width: 23%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#news .news-box .news-list .news-item .pic img {
  width: 100%;
  opacity: 0;
}
#news .news-box .news-list .news-item .info {
  width: 77%;
  padding-left: 20px;
}
#news .news-box .news-list .news-item .info .title {
  font-size: 24px;
  line-height: 36px;
}
#news .news-box .news-list .news-item .info .date {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
#news .news-box .news-list .news-item .info .desc {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 20px;
}
#news .news-box .news-list .news-item .info .com-more {
  background-color: transparent;
  margin-top: 30px;
  justify-content: flex-start;
  color: #333;
  transition: all 0.6s;
}
#news .news-box .news-list .news-item .info .com-more i {
  color: #333;
}
#news .news-box .news-list .news-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #4f0d10;
  bottom: 0;
  left: 0;
  transition: width 0.6s;
}
#news .news-box .news-list .news-item:hover {
  background-color: #fbfbfb;
  transition: all 0.6s;
  padding: 30px;
}
#news .news-box .news-list .news-item:hover .info {
  padding-left: 35px;
}
#news .news-box .news-list .news-item:hover .info .title {
  color: #4f0d10;
}
#news .news-box .news-list .news-item:hover .info .date {
  color: #4f0d10;
}
#news .news-box .news-list .news-item:hover .info .com-more {
  justify-content: center;
  transition: all 0.6s;
  background-color: #4f0d10;
  color: #fff;
}
#news .news-box .news-list .news-item:hover .info .com-more i {
  color: #fff;
}
#news .news-box .news-list .news-item:hover:before {
  width: 100%;
  transition: width 0.6s;
}
#news .news-box .pages-box {
  margin-top: 45px;
  margin-bottom: 60px;
}
#news .news-detail {
  display: flex;
  justify-content: space-between;
}
#news .news-detail .news-content {
  width: 74%;
  padding-bottom: 110px;
}
#news .news-detail .news-content .title-box {
  padding-top: 20px;
  padding-bottom: 40px;
}
#news .news-detail .news-content .title-box .title {
  font-size: 32px;
  line-height: 32px;
}
#news .news-detail .news-content .title-box .date {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
#news .news-detail .news-content .content {
  padding-bottom: 40px;
}
#news .news-detail .right-box {
  width: 23%;
}
#news .news-detail .right-box > .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 30px 10px 0 20px;
}
#news .news-detail .right-box .item {
  padding: 20px;
  display: block;
  background-color: #f2f2f2;
  margin-bottom: 24px;
}
#news .news-detail .right-box .item .tops {
  display: flex;
  align-items: center;
}
#news .news-detail .right-box .item .tops .pic {
  width: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
#news .news-detail .right-box .item .tops .pic img {
  width: 100%;
  opacity: 0;
}
#news .news-detail .right-box .item .tops .info {
  padding-left: 15px;
}
#news .news-detail .right-box .item .tops .info .title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
}
#news .news-detail .right-box .item .tops .info .date {
  font-size: 16px;
}
#news .news-detail .right-box .item .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 15px;
}
#news .news-detail .right-box .item i {
  font-size: 24px;
  color: #333;
  margin-top: 10px;
  display: block;
}

#project .pro-title {
  text-align: center;
}
#project .pro-title .cn {
  font-size: 32px;
  line-height: 23px;
}
#project .pro-title .en {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}
#project .pro-title.white .cn {
  color: #fff;
}
#project .pro-title.white .en {
  color: #fff;
}
#project .pro-info {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  width: 37%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
#project .health-box {
  padding: 50px 0 130px;
  background-repeat: no-repeat;
  background-size: 476px 338px;
  background-position: left bottom;
  background-image: url("../img/55.png");
}
#project .health-box .health-center {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  align-items: flex-start;
}
#project .health-box .health-center .item {
  width: 17.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#project .health-box .health-center .item .icon-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  transition: all 0.6s;
}
#project .health-box .health-center .item .icon-box img {
  width: 70px;
}
#project .health-box .health-center .item .icon-box img.img01 {
  display: block;
}
#project .health-box .health-center .item .icon-box img.img02 {
  display: none;
}
#project .health-box .health-center .item .title-box {
  text-align: center;
  margin-top: 40px;
}
#project .health-box .health-center .item .title-box .cn {
  font-size: 24px;
  line-height: 24px;
}
#project .health-box .health-center .item .title-box .en {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: bold;
}
#project .health-box .health-center .item .desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
#project .health-box .health-center .item:hover .icon-box {
  transition: all 0.6s;
  background-color: #4f0d10;
}
#project .health-box .health-center .item:hover .icon-box img.img01 {
  display: none;
}
#project .health-box .health-center .item:hover .icon-box img.img02 {
  display: block;
}
#project .honor-box {
  width: 100%;
  padding: 80px 0 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/80.png");
}
#project .honor-box .desc-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#project .honor-box .desc-box .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#project .honor-box .desc-box .line {
  width: 1px;
  height: 13px;
  background-color: #fff;
  margin: 0 30px;
}
#project .honor-box .desc-box .desc {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
#project .honor-box .honor-banner {
  width: 75%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 50px;
}
#project .honor-box .honor-banner .honor-swiper .swiper-slide {
  width: 31% !important;
}
#project .honor-box .honor-banner .honor-swiper .swiper-slide .pic {
  width: 100%;
  padding: 20px;
  border: 1px solid #fff;
}
#project .honor-box .honor-banner .honor-swiper .swiper-slide .pic img {
  width: 100%;
}
#project .honor-box .honor-banner .honor-swiper .swiper-slide .info {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding: 24px 0;
  text-align: center;
}
#project .honor-box .honor-banner .honor-btn {
  position: absolute;
  top: calc(50% - 18px);
  outline: none;
  cursor: pointer;
  z-index: 10;
  color: #fff;
}
#project .honor-box .honor-banner .honor-btn i {
  font-size: 36px;
}
#project .honor-box .honor-banner .honor-btn.honor-prev {
  left: 3%;
}
#project .honor-box .honor-banner .honor-btn.honor-next {
  right: 3%;
}
#project .display-box {
  padding: 80px 0 140px;
}
#project .display-box .display-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
#project .display-box .display-container .display-inner {
  width: 86%;
  display: flex;
  justify-content: space-between;
}
#project .display-box .display-container .display-inner .left-box {
  width: 37%;
  padding-right: 3%;
  margin-top: 70px;
  height: 480px;
  overflow-y: auto;
}
#project .display-box .display-container .display-inner .left-box::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #e6e6e6;
}
#project .display-box .display-container .display-inner .left-box::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: #e6e6e6;
}
#project .display-box .display-container .display-inner .left-box::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #4f0d10;
}
#project .display-box .display-container .display-inner .left-box .item {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
  background-color: transparent;
  transition: all 0.6s;
  margin-bottom: 20px;
}
#project .display-box .display-container .display-inner .left-box .item .pic {
  width: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
#project .display-box .display-container .display-inner .left-box .item .pic img {
  width: 100%;
  opacity: 0;
}
#project .display-box .display-container .display-inner .left-box .item .info {
  width: calc(100% - 180px);
  padding-left: 20px;
}
#project .display-box .display-container .display-inner .left-box .item .info .title-box .cn {
  font-size: 24px;
  line-height: 24px;
}
#project .display-box .display-container .display-inner .left-box .item .info .title-box .cn span {
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
  margin-right: 10px;
}
#project .display-box .display-container .display-inner .left-box .item .info .title-box .en {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
#project .display-box .display-container .display-inner .left-box .item .info .desc {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-top: 15px;
}
#project .display-box .display-container .display-inner .left-box .item:hover {
  padding: 10px;
  background-color: #f2f2f2;
  transition: all 0.6s;
}
#project .display-box .display-container .display-inner .pic-box {
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#project .display-box .display-container .display-inner .pic-box img {
  width: 100%;
  opacity: 0;
}
#project .floor-box {
  padding: 80px 0 90px;
  background-color: #f2f2f2;
}
#project .floor-box .floor-banner {
  position: relative;
  margin-top: 40px;
}
#project .floor-box .floor-banner .floor-container {
  width: 74%;
  margin: 0 auto;
}
#project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .pic {
  width: 100%;
}
#project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .pic img {
  width: 100%;
}
#project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info {
  padding: 24px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
#project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info .left .cn {
  font-size: 24px;
  line-height: 24px;
}
#project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info .left .en {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
}
#project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info .line {
  width: 20px;
  height: 5px;
  border-radius: 2px;
  background-color: #ccc;
}
#project .floor-box .floor-banner .floor-btn {
  position: absolute;
  top: calc(50% - 18px);
  outline: none;
  cursor: pointer;
  z-index: 10;
  color: #333;
}
#project .floor-box .floor-banner .floor-btn i {
  font-size: 36px;
}
#project .floor-box .floor-banner .floor-btn.floor-prev {
  left: 3%;
}
#project .floor-box .floor-banner .floor-btn.floor-next {
  right: 3%;
}
#project .hardware-box {
  padding: 70px 0 80px;
}
#project .hardware-box .hardware-banner {
  position: relative;
  margin-top: 70px;
}
#project .hardware-box .hardware-banner .hardware-container {
  width: 74%;
  margin: 0 auto;
}
#project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide {
  display: flex;
  align-items: center;
  padding: 40px 0 0 50px;
}
#project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .pic-bg {
  width: 66%;
  position: relative;
  background-color: #f2f2f2;
}
#project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .pic-bg img {
  width: 100%;
  opacity: 0;
}
#project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .pic-bg .pic {
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -40px;
  left: -50px;
}
#project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box {
  padding: 0 20px 0 50px;
  width: 34%;
}
#project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box .title .cn {
  font-size: 24px;
  line-height: 24px;
}
#project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box .title .en {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: bold;
}
#project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box .desc {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 70px;
}
#project .hardware-box .hardware-banner .hardware-btn {
  position: absolute;
  top: calc(50% - 18px);
  outline: none;
  cursor: pointer;
  z-index: 10;
  color: #333;
}
#project .hardware-box .hardware-banner .hardware-btn i {
  font-size: 36px;
}
#project .hardware-box .hardware-banner .hardware-btn.hardware-prev {
  left: 3%;
}
#project .hardware-box .hardware-banner .hardware-btn.hardware-next {
  right: 3%;
}
#project .pic-display img {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 1900px) {
  #index .customer-service .service-items .item:after {
    right: -95%;
  }
  .index-about .main .left-info {
    padding-right: 6%;
  }
  .index-about .main .left-info .info-box {
    margin-top: 50px;
  }
  #designer .designer-detail .design-left .design-tops .info-box {
    padding: 25px 0 0 30px;
  }
  #designer .designer-detail .design-left .design-tops .info-box .item {
    margin-top: 30px;
  }
  #designer .designer-detail .design-right .title {
    font-size: 20px;
    padding: 20px 0 0 20px;
  }
  #designer .designer-detail .design-right .item {
    padding: 20px 10px 20px 20px;
  }
  #designer .designer-detail .design-right .item .info {
    padding-left: 10px;
  }
  #designer .designer-detail .design-right .item .info .title-box .en {
    font-size: 20px;
    line-height: 20px;
  }
  #designer .designer-detail .design-right .item .info .title-box .cn {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
  }
  #designer .designer-detail .design-right .item .info .desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1600px) {
  #index .customer-service .service-items .item:after {
    right: -85%;
  }
  .index-about .main {
    width: 94%;
  }
  .index-about .main .left-info {
    padding-right: 5%;
    margin-top: 130px;
  }
  .index-about .main .left-info .title-box .t1 {
    font-size: 28px;
    line-height: 24px;
  }
  .index-about .main .left-info .title-box .t2 {
    font-size: 24px;
  }
  .index-about .main .left-info .info-box {
    margin-top: 50px;
  }
  .index-about .main .left-info .info-box .title {
    font-size: 20px;
  }
  .index-about .main .left-info .bg {
    width: 260px;
    background-size: 240px auto;
    right: 4%;
  }
  #about .culture-box .culture-list .item {
    width: 18%;
  }
  #news .news-box .news-tops .left-box .mask .info-box {
    padding: 0 40px 25px 25px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .num-box .day {
    font-size: 48px;
    line-height: 48px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .info .title {
    font-size: 20px;
    line-height: 32px;
  }
  #news .news-box .news-tops .right-box .r-item .info .title {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
  #news .news-box .news-tops .right-box .r-item .info .date {
    font-size: 14px;
  }
  #news .news-box .news-list .news-item .info .title {
    font-size: 20px;
    line-height: 32px;
  }
  #news .news-box .news-list .news-item .info .com-more {
    margin-top: 20px;
  }
  #news .news-detail .news-content {
    width: 70%;
  }
  #news .news-detail .right-box {
    width: 28%;
  }
}
@media screen and (max-width: 1460px) {
  #index .customer-service .service-items .item:after {
    right: -75%;
  }
  #index .value-box .main .logo {
    width: 220px;
  }
  #project .health-box .health-center {
    width: 92%;
  }
  #project .health-box .health-center .item {
    width: 20%;
  }
  #project .health-box .health-center .item .icon-box {
    width: 110px;
    height: 110px;
  }
  #project .health-box .health-center .item .icon-box img {
    width: 60px;
  }
  #project .health-box .health-center .item .title-box {
    margin-top: 30px;
  }
  #project .health-box .health-center .item .title-box .cn {
    font-size: 20px;
    line-height: 24px;
  }
  #project .pro-title .cn {
    font-size: 24px;
    line-height: 24px;
  }
  #project .pro-info {
    width: 50%;
    font-size: 16px;
    line-height: 24px;
  }
  #project .honor-box .desc-box .t1 {
    font-size: 20px;
  }
  #project .honor-box .honor-banner .honor-swiper .swiper-slide .pic {
    padding: 15px;
  }
  #project .honor-box .honor-banner .honor-swiper .swiper-slide .info {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0;
  }
  #project .display-box {
    padding: 60px 0 110px;
  }
  #project .display-box .display-container .display-inner .left-box {
    width: 42%;
    margin-top: 30px;
    padding-right: 1%;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .title-box .cn {
    font-size: 20px;
    line-height: 20px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .title-box .cn span {
    font-size: 28px;
  }
  #project .display-box .display-container .display-inner .pic-box {
    width: 56%;
  }
  #project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info {
    padding: 20px;
  }
  #project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info .left .cn {
    font-size: 20px;
  }
  #project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info .left .en {
    font-size: 14px;
    line-height: 20px;
  }
  #project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box {
    width: 40%;
    padding: 0 15px 0 40px;
  }
  #project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box .desc {
    margin-top: 50px;
  }
  #custom .custom-display .right-box {
    padding-top: 0;
  }
  #custom .custom-display .right-box .right-tops .title-box .title {
    font-size: 24px;
    line-height: 24px;
  }
  #custom .custom-display .right-box .right-tops .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #custom .custom-display .right-box .right-tops .vr-box {
    font-size: 14px;
    padding: 15px 0 20px;
  }
  #custom .custom-display .right-box .right-tops .price {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #custom .custom-display .right-box .right-tops .price .tag {
    font-size: 20px;
  }
}
@media screen and (max-width: 1386px) {
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text01 {
    font-size: 60px;
    line-height: 60px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text02 {
    font-size: 32px;
    line-height: 32px;
  }
  #index .custom-box .custom-nav .item-box {
    padding: 0 20px;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box {
    padding: 35px 0 0 7%;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .text-box .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .text-box .t2 {
    font-size: 24px;
    line-height: 24px;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .more-box {
    margin-top: 30px;
  }
  #index .customer-service .service-items .item .title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  .com-title .cn {
    font-size: 26px;
    line-height: 26px;
  }
  .com-title .en {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index-about .main .left-info {
    padding-right: 5%;
    margin-top: 100px;
  }
  .index-about .main .left-info .title-box .t1 {
    font-size: 28px;
    line-height: 24px;
  }
  .index-about .main .left-info .title-box .t2 {
    font-size: 24px;
  }
  .index-about .main .left-info .info-box {
    margin-top: 50px;
  }
  .index-about .main .left-info .info-box .title {
    font-size: 20px;
  }
  .index-about .main .left-info .bg {
    width: 220px;
    background-size: 180px auto;
    right: 4%;
  }
  #about .index-about {
    padding-bottom: 60px;
  }
  #about .development-box {
    padding: 60px 0;
  }
  #contact .contact-box .info-box {
    padding: 3% 3% 0;
    background-size: 250px auto;
  }
  #contact .contact-box .info-box .title-box {
    margin-bottom: 40px;
  }
  #contact .contact-box .info-box .title-box .en {
    font-size: 28px;
    line-height: 28px;
  }
  #contact .contact-box .info-box .title-box .cn {
    font-size: 24px;
    line-height: 24px;
  }
  #contact .contact-box .info-box .title-box .line {
    margin-top: 20px;
  }
  #contact .contact-box .info-box .info-item {
    margin-bottom: 10px;
  }
  #contact .contact-box .map-box {
    height: 460px;
    overflow-x: auto;
  }
  #contact .contact-box .map-box img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #contact .mail-box .mail-detail {
    padding: 40px 24px;
  }
  #contact .mail-box .mail-detail .com-more {
    margin-top: 40px;
  }
  .inner-banner {
    height: 500px;
  }
  .inner-banner .text-box {
    padding: 20px 40px;
    transform: translate(-50%, -50%);
  }
  .inner-banner .text-box .cn {
    font-size: 36px;
    line-height: 36px;
  }
  .inner-banner .text-box .en {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 10px;
    margin-top: 0.1rem;
  }
  #custom .custom-nav-box .item-list {
    padding: 15px 10px;
  }
  #custom .custom-list .item .text-box {
    padding: 0 15px 15px 15px;
  }
  #custom .custom-list .item .text-box .t1 {
    font-size: 16px;
    line-height: 20px;
  }
  #custom .custom-list .item .text-box .t2 {
    font-size: 12px;
    line-height: 20px;
  }
  #custom .custom-list .item .text-box .more {
    font-size: 14px;
  }
  #custom .custom-detail .custom-item {
    padding: 60px 0;
  }
  #custom .custom-detail .custom-item .info-box {
    padding-right: 0%;
    margin-right: 4%;
    padding-top: 2%;
    height: 400px;
    overflow-y: auto;
  }
  #news .news-box .news-tops .left-box .mask .info-box {
    padding: 0 30px 20px 20px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .num-box .day {
    font-size: 40px;
    line-height: 40px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .info {
    margin-left: 20px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .info .title {
    font-size: 18px;
    line-height: 30px;
  }
  #news .news-box .news-tops .right-box .r-item {
    margin-bottom: 20px;
  }
  #news .news-box .news-tops .right-box .r-item .info .title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  #news .news-box .news-tops .right-box .r-item .info .date {
    font-size: 14px;
  }
  #news .news-box .news-list .news-item {
    padding: 20px 0;
  }
  #news .news-box .news-list .news-item .info .title {
    font-size: 20px;
    line-height: 32px;
  }
  #news .news-box .news-list .news-item .info .com-more {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    width: 160px;
  }
  #news .news-box .news-list .news-item .info .desc {
    margin-top: 10px;
  }
  #news .news-box .news-list .news-item:hover {
    padding: 20px 0 20px 20px;
  }
}
@media screen and (max-width: 1300px) {
  .header .main .header-nav .item {
    margin-right: 40px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text01 {
    font-size: 40px;
    line-height: 40px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text02 {
    font-size: 24px;
    line-height: 24px;
  }
  #index .custom-box {
    padding: 60px 0 80px;
  }
  #index .custom-box .custom-nav {
    margin-top: 40px;
  }
  #index .custom-box .custom-nav .item-box {
    padding: 0 15px;
  }
  #index .custom-box .custom-nav .item-box .item {
    width: 85px;
    height: 85px;
    font-size: 14px;
  }
  #index .custom-box .custom-nav .item-box .item i {
    font-size: 24px;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box {
    padding: 35px 0 0 7%;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .text-box .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .text-box .t2 {
    font-size: 24px;
    line-height: 24px;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .more-box {
    margin-top: 30px;
  }
  #index .customer-service {
    height: 500px;
  }
  #index .customer-service .service-items {
    margin-top: 80px;
  }
  #index .customer-service .service-items .item:after {
    top: 25px;
    right: -65%;
    background-size: 24px 16px;
  }
  #index .customer-service .service-items .item .icon-box {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  #index .customer-service .service-items .item .title {
    margin-top: 15px;
  }
  #index .customer-service .service-items .item .title .cn {
    font-size: 16px;
    line-height: 20px;
  }
  #index .house-box {
    padding: 60px 0 80px;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info .left .t1 {
    font-size: 20px;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info .left .t1 .sort {
    font-size: 20px;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info .left .t2 {
    font-size: 28px;
    line-height: 28px;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info .left .t2 .tag {
    font-size: 20px;
    line-height: 20px;
  }
  #index .value-box .main .left-box .item {
    margin-right: 80px;
  }
  #index .value-box .main .left-box .item img {
    width: 45%;
  }
  #index .value-box .main .left-box .item .text {
    margin: 20px 0;
    font-size: 18px;
  }
  #index .value-box .main .logo {
    width: 180px;
  }
  #index .design-box {
    padding: 60px 0;
  }
  #index .news-box .news-list .news-item .pic {
    width: 36%;
  }
  #index .news-box .news-list .news-item .desc-box .title .t1 {
    font-size: 20px;
    line-height: 28px;
  }
  #index .news-box .news-list .news-item .desc-box .com-more {
    margin-top: 20px;
  }
  .index-about .main .left-info {
    padding-right: 5%;
    margin-top: 70px;
  }
  .index-about .main .left-info .title-box .t1 {
    font-size: 24px;
    line-height: 20px;
  }
  .index-about .main .left-info .title-box .t2 {
    font-size: 20px;
    margin-top: 10px;
  }
  .index-about .main .left-info .info-box {
    margin-top: 20px;
  }
  .index-about .main .left-info .info-box .info {
    font-size: 12px;
    line-height: 24px;
  }
  .index-about .main .left-info .info-box .title {
    font-size: 18px;
  }
  .index-about .main .left-info .bg {
    width: 220px;
    background-size: 180px auto;
    right: 4%;
  }
  .index-about .main .left-info .com-more {
    margin-top: 30px;
  }
  .footer .foot-top {
    padding-bottom: 50px;
  }
  .footer .foot-top .main .right-box {
    width: 350px;
  }
  .footer .foot-top .main .right-box .info-box {
    margin-left: 20px;
  }
  .footer .foot-top .main .right-box .info-box .t1 {
    font-size: 14px;
  }
  .footer .foot-top .main .right-box .info-box .tel {
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0;
  }
  .footer .foot-top .main .right-box .code-box {
    width: 100px;
  }
  .footer .foot-top .main .foot-list {
    padding-right: 3%;
  }
  .footer .foot-top .main .foot-list .foot-item .tt {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .foot-top .main .foot-list .foot-item.ding .item-box .item {
    margin-right: 15px;
  }
  .inner-banner {
    height: 400px;
  }
  .inner-banner .text-box {
    padding: 20px 40px;
    transform: translate(-50%, -50%);
  }
  .inner-banner .text-box .cn {
    font-size: 30px;
    line-height: 30px;
  }
  .inner-banner .text-box .en {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 10px;
  }
  #custom .custom-display {
    flex-wrap: wrap;
  }
  #custom .custom-display .left-box {
    width: 100%;
  }
  #custom .custom-display .right-box {
    width: 100%;
    margin-top: 20px;
  }
  #custom .custom-display .right-box .right-tops .title-box .title {
    font-size: 20px;
    line-height: 24px;
  }
  #custom .custom-detail .custom-item {
    padding: 60px 0 30px;
  }
  #custom .custom-detail .custom-item .info-box {
    padding-right: 1%;
    margin-right: 5%;
    padding-top: 2%;
    height: 300px;
    overflow-y: auto;
  }
  #custom .custom-detail .plan-box .left-box .title .en {
    font-size: 24px;
  }
  #custom .custom-detail .plan-box .left-box .title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  #custom .custom-detail .plan-box .left-box .info {
    margin-top: 15px;
    font-size: 12px;
  }
  #custom .custom-detail .soft-content {
    padding-top: 40px;
  }
  #custom .custom-detail .soft-content .soft-title .en {
    font-size: 24px;
    line-height: 24px;
  }
  #custom .custom-detail .soft-content .soft-title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  #custom .intro-box {
    margin: 60px 0;
  }
  #custom .intro-box .title-box .cn {
    font-size: 22px;
    line-height: 22px;
  }
  #custom .intro-box .title-box .en {
    font-size: 18px;
    line-height: 18px;
  }
  #custom .intro-box .intro-list .item {
    width: 24%;
    margin-right: 2%;
  }
  #custom .intro-box .intro-list .item .price {
    font-size: 24px;
  }
  #custom .intro-box .intro-list .item .price .tag {
    font-size: 20px;
  }
  .back-btn {
    margin-top: 30px;
  }
  #designer .designer-box .designer-list .item .mask .text-box {
    left: 20px;
    bottom: 20px;
  }
  #designer .designer-box .designer-list .item .mask .text-box .t1 {
    font-size: 20px;
    line-height: 20px;
  }
  #designer .designer-box .designer-list .item .mask .text-box .t2 {
    font-size: 18px;
    line-height: 18px;
  }
  #designer .designer-detail {
    flex-wrap: wrap;
  }
  #designer .designer-detail .design-left {
    width: 100%;
  }
  #designer .designer-detail .design-left .design-tops .info-box {
    padding: 25px 0 0 30px;
  }
  #designer .designer-detail .design-left .design-tops .info-box .item {
    margin-top: 30px;
  }
  #designer .designer-detail .design-left .case-box .pages-box {
    margin-top: 20px;
    margin-bottom: 45px;
  }
  #designer .designer-detail .design-right {
    width: 100%;
  }
  #designer .designer-detail .design-right .title {
    font-size: 20px;
    padding: 20px 0 0 20px;
  }
  #designer .designer-detail .design-right .item {
    padding: 20px 10px 20px 20px;
    width: 50%;
    float: left;
  }
  #designer .designer-detail .design-right .item .info {
    padding-left: 10px;
  }
  #designer .designer-detail .design-right .item .info .title-box .en {
    font-size: 20px;
    line-height: 20px;
  }
  #designer .designer-detail .design-right .item .info .title-box .cn {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
  }
  #designer .designer-detail .design-right .item .info .desc {
    margin-top: 10px;
  }
  #news .news-box .news-tops .left-box {
    width: 50%;
  }
  #news .news-box .news-tops .left-box .mask .info-box {
    padding: 0 30px 20px 20px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .num-box .day {
    font-size: 36px;
    line-height: 36px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .info {
    margin-left: 15px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .info .title {
    font-size: 16px;
    line-height: 24px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .info .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #news .news-box .news-tops .right-box {
    width: 48%;
  }
  #news .news-box .news-tops .right-box .r-item {
    margin-bottom: 20px;
  }
  #news .news-box .news-tops .right-box .r-item .info .title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  #news .news-box .news-tops .right-box .r-item .info .date {
    font-size: 14px;
  }
  #news .news-box .news-list .news-item {
    padding: 20px 0;
  }
  #news .news-box .news-list .news-item .pic {
    width: 30%;
  }
  #news .news-box .news-list .news-item .info {
    width: 70%;
  }
  #news .news-box .news-list .news-item .info .title {
    font-size: 20px;
    line-height: 32px;
  }
  #news .news-box .news-list .news-item .info .com-more {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    width: 160px;
  }
  #news .news-box .news-list .news-item .info .desc {
    margin-top: 10px;
  }
  #news .news-box .news-list .news-item:hover {
    padding: 20px 0 20px 20px;
  }
  #project .display-box {
    padding: 50px 0 80px;
  }
  #project .display-box .display-container .display-inner .left-box {
    width: 42%;
    height: 380px;
    margin-top: 30px;
    padding-right: 2%;
  }
  #project .display-box .display-container .display-inner .left-box .item {
    margin-bottom: 10px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info {
    padding-left: 10px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .title-box .cn {
    font-size: 18px;
    line-height: 18px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .title-box .cn span {
    font-size: 20px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .title-box .en {
    font-size: 12px;
    line-height: 18px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  #project .display-box .display-container .display-inner .pic-box {
    width: 56%;
  }
}
@media screen and (max-width: 1044px) {
  .header {
    display: none;
  }
  .main {
    width: 92%;
  }
  .com-more {
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 12px;
  }
  .com-more i {
    display: none;
  }
  .m-header {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100001;
  }
  .m-header .logo {
    width: 1.2rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .right {
    display: flex;
    align-items: center;
  }
  .m-header .right .tel {
    display: inline-block;
    width: 0.68rem;
    height: 0.88rem;
    background-size: 0.24rem 0.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/tel.png);
  }
  .m-header .right a {
    display: inline-block;
    height: 100%;
    line-height: 0.88rem;
    font-size: 0.24rem;
  }
  .m-header .right .open {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    background-size: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/menu.png");
    margin-left: 0.2rem;
  }
  .m-header-fix {
    background-color: #fff;
  }
  .m-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100002;
    display: none;
  }
  .m-cover .icon {
    width: 0.88rem;
    height: 0.88rem;
    background-size: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/cha.png");
    position: absolute;
    top: 0;
    right: 0.25rem;
  }
  .m-cover .copyRight {
    position: absolute;
    left: 0.2rem;
    bottom: 0.4rem;
    font-size: 12px;
    color: #fff;
  }
  .m-cover .copyRight strong {
    font-weight: 700;
  }
  .m-cover .link-box {
    padding-top: 2rem;
  }
  .m-cover .link-box a {
    display: block;
    height: 1.4rem;
    line-height: 1.4rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
  }
  .m-cover .link-box a .cn {
    display: block;
  }
  .m-cover .link-box a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .com-title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  .com-title .en {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0.2rem;
  }
  #index .index-banner {
    margin-top: 0.88rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide {
    background-size: cover;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text01 {
    font-size: 18px;
    line-height: 18px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text02 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0.2rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text03 {
    margin-top: 0.2rem;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .swiper-slide .text-position .text-box .text03 p {
    font-size: 12px;
    line-height: 20px;
  }
  #index .index-banner .swiper-banner .index-prev, #index .index-banner .swiper-banner .index-next {
    width: 35px;
    height: 70px;
    line-height: 70px;
    top: calc(50% - 35px);
  }
  #index .index-banner .swiper-banner .index-prev {
    left: 5%;
  }
  #index .index-banner .swiper-banner .index-next {
    right: 5%;
  }
  #index .index-banner .swiper-banner .swiper-pagination {
    bottom: 0.4rem;
  }
  #index .index-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.04rem;
  }
  #index .custom-box {
    padding: 0.6rem 0;
  }
  #index .custom-box .custom-nav {
    margin-top: 0.4rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #index .custom-box .custom-nav .item-box {
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
  }
  #index .custom-box .custom-nav .item-box .item {
    width: 1rem;
    height: 1rem;
    font-size: 12px;
  }
  #index .custom-box .custom-nav .item-box .item i {
    font-size: 18px;
  }
  #index .custom-box .custom-nav .item-box:hover .item, #index .custom-box .custom-nav .item-box.active .item {
    border: 1px solid transparent;
  }
  #index .custom-box .custom-banner {
    margin-top: 0.4rem;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide {
    flex-wrap: wrap;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .left-pic {
    width: 100%;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box {
    width: 100%;
    padding: 0.3rem 0 0 0.24rem;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .text-box .t1 {
    font-size: 18px;
    line-height: 18px;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .text-box .t2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .right-bg .right-pic {
    left: -0.4rem;
    top: -0.5rem;
  }
  #index .custom-box .custom-banner .swiper-custom .swiper-slide .right-box .more-box {
    margin-top: 0.4rem;
    justify-content: center;
  }
  #index .custom-box .custom-banner .custom-btn {
    top: 50%;
  }
  #index .custom-box .custom-banner .custom-btn i {
    font-size: 28px;
  }
  #index .customer-service {
    height: auto;
    padding: 0.6rem 0 1rem;
  }
  #index .customer-service .service-items {
    margin-top: 0.6rem;
  }
  #index .customer-service .service-items .item:after {
    display: none;
  }
  #index .customer-service .service-items .item .icon-box {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
  #index .customer-service .service-items .item .icon-box i {
    font-size: 24px;
  }
  #index .customer-service .service-items .item .title {
    margin-top: 0.2rem;
  }
  #index .customer-service .service-items .item .title .cn {
    font-size: 12px;
    line-height: 18px;
  }
  #index .customer-service .service-items .item .title .en {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0.1rem;
  }
  #index .house-box {
    padding: 0.6rem 0;
  }
  #index .house-box .house-banner {
    margin-top: 0.4rem;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide {
    width: 80% !important;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info {
    padding-top: 0.2rem;
    flex-wrap: wrap;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info .left .t1 {
    font-size: 12px;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info .left .t1 .sort {
    font-size: 12px;
    margin-right: 0.2rem;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info .left .t2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.1rem;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info .left .t2 .tag {
    font-size: 12px;
    line-height: 12px;
  }
  #index .house-box .house-banner .swiper-house .swiper-slide .info .com-more {
    display: none;
  }
  #index .house-box .house-banner .house-btn i {
    font-size: 28px;
  }
  #index .value-box {
    height: 3.2rem;
  }
  #index .value-box .main {
    padding: 0;
  }
  #index .value-box .main .left-box .item {
    margin-right: 0.4rem;
  }
  #index .value-box .main .left-box .item img {
    width: 45%;
  }
  #index .value-box .main .left-box .item .text {
    margin: 0.2rem 0 0;
    font-size: 14px;
  }
  #index .value-box .main .logo {
    width: 1.8rem;
  }
  #index .design-box {
    padding: 0.6rem 0;
  }
  #index .design-box .design-banner {
    margin-top: 0.4rem;
  }
  #index .design-box .design-banner .swiper-design .swiper-slide {
    width: 50% !important;
  }
  #index .design-box .design-banner .swiper-design .swiper-slide .mask .text-box {
    bottom: 0.3rem;
    left: 0.3rem;
  }
  #index .design-box .design-banner .swiper-design .swiper-slide .mask .text-box .t1 {
    font-size: 16px;
    line-height: 16px;
  }
  #index .design-box .design-banner .swiper-design .swiper-slide .mask .text-box .t2 {
    font-size: 16px;
    line-height: 16px;
  }
  #index .design-box .design-banner .design-btn {
    z-index: 10;
  }
  #index .design-box .design-banner .design-btn i {
    font-size: 28px;
    color: #fff;
  }
  #index .news-box {
    padding: 0.6rem 0;
  }
  #index .news-box .news-list {
    margin-top: 0.6rem;
  }
  #index .news-box .news-list .news-item {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
  #index .news-box .news-list .news-item .pic {
    width: 100%;
  }
  #index .news-box .news-list .news-item .desc-box {
    width: 100%;
    padding: 0.24rem 0.24rem 0;
  }
  #index .news-box .news-list .news-item .desc-box .title .t1 {
    font-size: 16px;
    line-height: 16px;
  }
  #index .news-box .news-list .news-item .desc-box .title .date {
    font-size: 14px;
    line-height: 24px;
  }
  #index .news-box .news-list .news-item .desc-box .desc {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-top: 0.1rem;
  }
  #index .news-box .news-list .news-item .desc-box .com-more {
    margin-top: 0.4rem;
  }
  .index-about {
    padding: 0.6rem 0;
  }
  .index-about .main {
    flex-wrap: wrap;
    padding: 0;
  }
  .index-about .main .left-info {
    width: 100%;
    margin-top: 0;
  }
  .index-about .main .left-info .title-box .t1 {
    font-size: 18px;
    line-height: 20px;
  }
  .index-about .main .left-info .title-box .t2 {
    font-size: 14px;
    margin-top: 0.2rem;
  }
  .index-about .main .left-info .info-box {
    margin-top: 0.2rem;
  }
  .index-about .main .left-info .info-box .info {
    font-size: 12px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
  .index-about .main .left-info .info-box .title {
    font-size: 16px;
  }
  .index-about .main .left-info .bg {
    width: 140px;
    background-size: 100px auto;
    right: 4%;
  }
  .index-about .main .left-info .com-more {
    margin-top: 0.4rem;
  }
  .index-about .main .right-pic {
    width: 100%;
    margin-top: 0.4rem;
  }
  .footer {
    padding-top: 0.6rem;
  }
  .footer .foot-top {
    padding-bottom: 0.6rem;
  }
  .footer .foot-top .main {
    flex-wrap: wrap;
  }
  .footer .foot-top .main .right-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .foot-top .main .right-box .info-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
    margin-left: 0;
  }
  .footer .foot-top .main .right-box .info-box .t1 {
    font-size: 14px;
  }
  .footer .foot-top .main .right-box .info-box .tel {
    font-size: 18px;
    line-height: 18px;
    margin: 0.1rem 0;
  }
  .footer .foot-top .main .right-box .info-box .more {
    width: 2.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.2rem;
  }
  .footer .foot-top .main .right-box .code-box {
    width: 1.6rem;
    margin: 0 auto;
  }
  .footer .foot-top .main .foot-list {
    display: none;
  }
  .footer .foot-top .main .foot-list .foot-item .tt {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .foot-top .main .foot-list .foot-item.ding .item-box .item {
    margin-right: 15px;
  }
  .footer .foot-bottom .main {
    flex-wrap: wrap;
  }
  .footer .foot-bottom .main .left {
    text-align: center;
  }
  .footer .foot-bottom .main a {
    font-size: 12px;
  }
  .footer .foot-bottom .main .right a {
    margin-left: 0;
  }
  .inner-banner {
    height: 4rem;
    margin-top: 0.88rem;
  }
  .inner-banner .text-box {
    padding: 0.2rem 0.24rem;
    transform: translate(-50%, -50%);
  }
  .inner-banner .text-box .cn {
    font-size: 24px;
    line-height: 24px;
  }
  .inner-banner .text-box .en {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 4px;
    margin-top: 0.1rem;
  }
  .inner-banner .text-box.custom .en {
    letter-spacing: 6px;
  }
  .inner-banner .text-box.design .en {
    letter-spacing: 4px;
  }
  .inner-banner .text-box.soft .en {
    letter-spacing: 0px;
    line-height: 16px;
  }
  #about .index-about {
    padding-bottom: 0.6rem;
  }
  #about .culture-box {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    height: auto;
  }
  #about .culture-box .culture-list {
    margin-top: 0.6rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #about .culture-box .culture-list .item {
    width: 49%;
    margin-bottom: 0.4rem;
  }
  #about .culture-box .culture-list .item .icon-box {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
  #about .culture-box .culture-list .item .icon-box i {
    font-size: 20px;
  }
  #about .culture-box .culture-list .item .title {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0.2rem;
  }
  #about .culture-box .culture-list .item .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
    width: 90%;
  }
  #about .development-box {
    padding: 0.6rem 0;
  }
  #about .development-box .develop-banner {
    margin-top: 0.6rem;
  }
  #about .development-box .develop-banner .swiper-develop .swiper-slide {
    width: 45% !important;
  }
  #about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box {
    padding-top: 0.2rem;
  }
  #about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box .info {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-top: 0.1rem;
  }
  #about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box .line {
    margin-top: 0.3rem;
  }
  #about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box .title {
    font-size: 14px;
  }
  #about .development-box .develop-banner .swiper-develop .swiper-slide .item .info-box .title .year {
    font-size: 16px;
  }
  #about .development-box .develop-banner .develop-btn i {
    font-size: 28px;
  }
  .bread-box {
    padding: 0.2rem 0;
  }
  .bread-box a {
    font-size: 12px;
  }
  #contact .contact-box {
    flex-wrap: wrap;
  }
  #contact .contact-box .info-box {
    width: 100%;
    padding: 0.24rem;
    background-size: 100px auto;
  }
  #contact .contact-box .info-box .title-box {
    margin-bottom: 0.4rem;
  }
  #contact .contact-box .info-box .title-box .en {
    font-size: 16px;
    line-height: 20px;
  }
  #contact .contact-box .info-box .title-box .cn {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.1rem;
  }
  #contact .contact-box .info-box .title-box .line {
    margin-top: 0.2rem;
  }
  #contact .contact-box .info-box .info-item {
    margin-bottom: 0.1rem;
  }
  #contact .contact-box .info-box .info-item .t1 {
    font-size: 14px;
  }
  #contact .contact-box .info-box .info-item .t2 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0.1rem;
  }
  #contact .contact-box .map-box {
    width: 100%;
    height: 4rem;
  }
  #contact .mail-box .mail-detail {
    padding: 0.24rem;
  }
  #contact .mail-box .mail-detail .com-more {
    margin-top: 0.4rem;
  }
  #contact .mail-box .mail-detail input {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #contact .mail-box .mail-detail .code-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  #contact .mail-box .mail-detail .code-input input {
    width: 50%;
    margin-bottom: 0;
  }
  #contact .mail-box .mail-detail textarea {
    padding: 0.2rem;
    margin-top: 0;
    height: 2.4rem;
  }
  .cus-title {
    margin: 0.4rem 0 0.2rem;
    font-size: 16px;
    line-height: 18px;
  }
  .cus-title:before, .cus-title:after {
    width: 36%;
  }
  #custom .custom-nav-box {
    padding: 0;
  }
  #custom .custom-nav-box .item-list {
    padding: 0.24rem;
  }
  #custom .custom-nav-box .item-list .label {
    flex-shrink: 0;
  }
  #custom .custom-nav-box .item-list .item-box .item {
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.25rem;
    padding: 0 0.2rem;
    margin-bottom: 0.1rem;
  }
  #custom .custom-list {
    margin-top: 0.4rem;
  }
  #custom .custom-list .item {
    width: 100%;
  }
  #custom .custom-list .item .text-box {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
  #custom .custom-list .item .text-box .t1 {
    font-size: 14px;
    line-height: 18px;
  }
  #custom .custom-list .item .text-box .t2 {
    font-size: 12px;
    line-height: 18px;
  }
  #custom .custom-list .item .text-box .more {
    font-size: 12px;
  }
  #custom .custom-list .item:nth-of-type(3n) {
    margin-right: 0%;
  }
  #custom .custom-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #custom .soft-custom-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  #custom .soft-custom-list .item .text-box {
    padding: 0.2rem 0 0.1rem;
  }
  #custom .soft-custom-list .item .text-box .t1 {
    font-size: 16px;
    line-height: 20px;
  }
  #custom .soft-custom-list .item .text-box .t2 {
    font-size: 12px;
    line-height: 18px;
  }
  #custom .soft-custom-list .item .text-box .price {
    font-size: 20px;
    margin-top: 0.1rem;
  }
  #custom .soft-custom-list .item .text-box .price .tag {
    font-size: 12px;
  }
  #custom .soft-custom-list .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  #custom .soft-custom-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #custom .soft-custom-list .item .mask {
    background-color: transparent;
    display: block;
  }
  #custom .soft-custom-list .item .mask .com-more {
    display: none;
  }
  #custom .pages-box {
    margin: 0.2rem 0 0.6rem;
  }
  #custom .custom-display {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  #custom .custom-display .left-box {
    width: 100%;
  }
  #custom .custom-display .right-box {
    width: 100%;
  }
  #custom .custom-display .right-box .right-tops .title-box .title {
    font-size: 18px;
    line-height: 20px;
  }
  #custom .custom-display .right-box .right-tops .desc {
    margin-top: 0.2rem;
  }
  #custom .custom-display .right-box .right-tops .apply-btn {
    margin: 0.4rem 0 0.6rem;
    width: 3.2rem;
    height: 0.8rem;
  }
  #custom .custom-detail .custom-item {
    padding: 0.4rem 0 0.4rem;
    flex-wrap: wrap;
  }
  #custom .custom-detail .custom-item .info-box {
    padding-right: 0%;
    margin-right: 0%;
    padding-top: 0.24rem;
    height: auto;
    width: 100%;
  }
  #custom .custom-detail .custom-item .pic-box {
    width: 100%;
    margin-top: 0.6rem;
  }
  #custom .custom-detail .custom-item .pic-box .pic-bg {
    top: -0.4rem;
    right: 0;
  }
  #custom .custom-detail .custom-item.reserve .info-box {
    padding-left: 0;
  }
  #custom .custom-detail .custom-item.reserve .pic-box .pic-bg {
    top: -0.4rem;
    left: 0;
  }
  #custom .custom-detail .content {
    padding-bottom: 0.6rem;
  }
  #custom .custom-detail .plan-box {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  #custom .custom-detail .plan-box .left-box {
    width: 100%;
    padding-right: 0;
  }
  #custom .custom-detail .plan-box .left-box .title .en {
    font-size: 16px;
  }
  #custom .custom-detail .plan-box .left-box .title .cn {
    font-size: 14px;
    line-height: 14px;
  }
  #custom .custom-detail .plan-box .pic-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  #custom .custom-detail .soft-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  #custom .custom-detail .soft-nav .item {
    padding: 0 0.24rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 14px;
    margin-bottom: 0.2rem;
  }
  #custom .custom-detail .soft-content {
    padding-top: 0.4rem;
  }
  #custom .custom-detail .soft-content .soft-title .en {
    font-size: 18px;
    line-height: 18px;
  }
  #custom .custom-detail .soft-content .soft-title .cn {
    font-size: 14px;
    line-height: 14px;
  }
  #custom .custom-detail .soft-content .info {
    margin-top: 0.4rem;
    font-size: 12px;
    line-height: 24px;
  }
  #custom .custom-detail .soft-content .living-room {
    margin-top: 0.4rem;
  }
  #custom .custom-detail .soft-content .living-room .living-btn {
    top: calc(50% - 12px);
  }
  #custom .custom-detail .soft-content .living-room .living-btn i {
    font-size: 24px;
  }
  #custom .custom-detail .soft-content .bed-room {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  #custom .custom-detail .soft-content .bed-room .bed-btn {
    top: calc(50% - 12px);
  }
  #custom .custom-detail .soft-content .bed-room .bed-btn i {
    font-size: 24px;
  }
  #custom .custom-detail .soft-content .bed-room .bed-swiper .swiper-slide {
    width: 48% !important;
  }
  #custom .intro-box {
    margin: 0.6rem 0;
  }
  #custom .intro-box .title-box .cn {
    font-size: 16px;
    line-height: 20px;
  }
  #custom .intro-box .title-box .en {
    font-size: 14px;
    line-height: 18px;
  }
  #custom .intro-box .intro-list {
    flex-wrap: wrap;
  }
  #custom .intro-box .intro-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.4rem;
  }
  #custom .intro-box .intro-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #custom .intro-box .intro-list .item .info {
    padding-top: 0.2rem;
  }
  #custom .intro-box .intro-list .item .info .title {
    font-size: 14px;
    line-height: 24px;
  }
  #custom .intro-box .intro-list .item .info .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #custom .intro-box .intro-list .item .price {
    font-size: 18px;
    margin-top: 0.2rem;
  }
  #custom .intro-box .intro-list .item .price .tag {
    font-size: 14px;
  }
  .pages-box .item {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .detail-bottom {
    font-size: 12px;
    line-height: 24px;
    padding: 0.2rem 0;
    flex-wrap: wrap;
    display: none;
  }
  .detail-bottom a {
    width: 100%;
    display: block;
  }
  .back-btn {
    margin-top: 0.4rem;
    width: 2.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.24rem;
    font-size: 12px;
  }
  #designer .designer-box {
    margin-bottom: 0.6rem;
  }
  #designer .designer-box .designer-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  #designer .designer-box .designer-list .item .mask .text-box {
    left: 0.2rem;
    bottom: 0.2rem;
  }
  #designer .designer-box .designer-list .item .mask .text-box .t1 {
    font-size: 16px;
    line-height: 16px;
  }
  #designer .designer-box .designer-list .item .mask .text-box .t2 {
    font-size: 14px;
    line-height: 14px;
  }
  #designer .designer-box .designer-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #designer .designer-detail {
    flex-wrap: wrap;
  }
  #designer .designer-detail .design-left {
    width: 100%;
  }
  #designer .designer-detail .design-left .design-tops {
    flex-wrap: wrap;
  }
  #designer .designer-detail .design-left .design-tops .pic {
    width: 100%;
  }
  #designer .designer-detail .design-left .design-tops .info-box {
    padding: 0.4rem 0 0;
  }
  #designer .designer-detail .design-left .design-tops .info-box .item {
    margin-top: 0.4rem;
  }
  #designer .designer-detail .design-left .design-tops .info-box .title-box .en {
    font-size: 22px;
    line-height: 22px;
  }
  #designer .designer-detail .design-left .design-tops .info-box .title-box .cn {
    font-size: 18px;
    line-height: 18px;
  }
  #designer .designer-detail .design-left .design-tops .info-box .title-box .line {
    margin-top: 0.3rem;
  }
  #designer .designer-detail .design-left .case-box {
    margin-top: 0.4rem;
  }
  #designer .designer-detail .design-left .case-box .title-box .cn {
    font-size: 18px;
    line-height: 18px;
  }
  #designer .designer-detail .design-left .case-box .title-box .en {
    font-size: 16px;
    line-height: 16px;
  }
  #designer .designer-detail .design-left .case-box .case-list .item {
    width: 49%;
    margin-right: 2%;
  }
  #designer .designer-detail .design-left .case-box .case-list .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  #designer .designer-detail .design-left .case-box .case-list .item:nth-of-type(2n) {
    margin-right: 0%;
  }
  #designer .designer-detail .design-left .case-box .case-list .item .info {
    padding-top: 0.2rem;
  }
  #designer .designer-detail .design-left .case-box .case-list .item .info .title {
    font-size: 14px;
    line-height: 20px;
  }
  #designer .designer-detail .design-left .case-box .case-list .item .info .desc {
    font-size: 12px;
  }
  #designer .designer-detail .design-left .case-box .pages-box {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
  }
  #designer .designer-detail .design-right {
    width: 100%;
  }
  #designer .designer-detail .design-right .title {
    font-size: 16px;
    padding: 0.2rem;
  }
  #designer .designer-detail .design-right .item {
    padding: 0.24rem 0.2rem 0.24rem 0.24rem;
    width: 100%;
    float: unset;
    margin-bottom: 0.3rem;
  }
  #designer .designer-detail .design-right .item .info {
    padding-left: 0.2rem;
  }
  #designer .designer-detail .design-right .item .info .title-box .en {
    font-size: 16px;
    line-height: 16px;
  }
  #designer .designer-detail .design-right .item .info .title-box .cn {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.2rem;
  }
  #designer .designer-detail .design-right .item .info .desc {
    margin-top: 0.2rem;
  }
  #news .news-box .news-tops {
    flex-wrap: wrap;
  }
  #news .news-box .news-tops .left-box {
    width: 100%;
  }
  #news .news-box .news-tops .left-box .mask .info-box {
    padding: 0 0.4rem 0.24rem 0.24rem;
  }
  #news .news-box .news-tops .left-box .mask .info-box .num-box {
    width: 1.5rem;
    padding: 0.2rem;
    border-radius: 0.05rem;
  }
  #news .news-box .news-tops .left-box .mask .info-box .num-box .day {
    font-size: 30px;
    line-height: 30px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .num-box .year {
    font-size: 16px;
    line-height: 16px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .info {
    margin-left: 0.2rem;
  }
  #news .news-box .news-tops .left-box .mask .info-box .info .title {
    font-size: 14px;
    line-height: 20px;
  }
  #news .news-box .news-tops .left-box .mask .info-box .info .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #news .news-box .news-tops .right-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  #news .news-box .news-tops .right-box .r-item {
    margin-bottom: 0.3rem;
  }
  #news .news-box .news-tops .right-box .r-item .info {
    padding-left: 0.2rem;
  }
  #news .news-box .news-tops .right-box .r-item .info .title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  #news .news-box .news-tops .right-box .r-item .info .date {
    font-size: 12px;
    margin-top: 0.1rem;
  }
  #news .news-box .news-tops .right-box .r-item .info .desc {
    margin-top: 0.1rem;
    font-size: 12px;
    line-height: 20px;
  }
  #news .news-box .news-list .news-item {
    padding: 0.2rem 0;
    flex-wrap: wrap;
  }
  #news .news-box .news-list .news-item .pic {
    width: 100%;
  }
  #news .news-box .news-list .news-item .info {
    width: 100%;
    padding: 0.24rem 0;
  }
  #news .news-box .news-list .news-item .info .title {
    font-size: 16px;
    line-height: 28px;
  }
  #news .news-box .news-list .news-item .info .com-more {
    margin-top: 0.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 3rem;
  }
  #news .news-box .news-list .news-item .info .desc {
    margin-top: 10px;
  }
  #news .news-box .news-list .news-item:hover {
    padding: 0.24rem 0;
  }
  #news .news-detail {
    flex-wrap: wrap;
  }
  #news .news-detail .news-content {
    width: 100%;
    padding-bottom: 0.6rem;
  }
  #news .news-detail .news-content .title-box {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
  #news .news-detail .news-content .title-box .title {
    font-size: 20px;
    line-height: 28px;
  }
  #news .news-detail .news-content .content {
    padding-bottom: 0.4rem;
  }
  #news .news-detail .right-box {
    width: 100%;
  }
  #news .news-detail .right-box > .title {
    font-size: 20px;
    line-height: 20px;
    padding: 0.24rem 0.2rem 0 0.2rem;
  }
  #news .news-detail .right-box .item {
    padding: 0.24rem;
    margin-bottom: 0.3rem;
  }
  #news .news-detail .right-box .item .tops .info .title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  #news .news-detail .right-box .item .tops .info .date {
    font-size: 14px;
    margin-top: 0.1rem;
  }
  #news .news-detail .right-box .item .desc {
    margin-top: 0.2rem;
  }
  #project .health-box {
    padding: 0.4rem 0 0.6rem;
  }
  #project .health-box .health-center {
    width: 100%;
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #project .health-box .health-center .item {
    width: 48%;
    margin-bottom: 0.4rem;
  }
  #project .health-box .health-center .item .icon-box {
    width: 1.5rem;
    height: 1.5rem;
  }
  #project .health-box .health-center .item .icon-box img {
    width: 0.6rem;
  }
  #project .health-box .health-center .item .title-box {
    margin-top: 0.4rem;
  }
  #project .health-box .health-center .item .title-box .cn {
    font-size: 16px;
    line-height: 20px;
  }
  #project .health-box .health-center .item .title-box .en {
    font-size: 14px;
    line-height: 18px;
  }
  #project .pro-title .cn {
    font-size: 16px;
    line-height: 16px;
  }
  #project .pro-title .en {
    font-size: 14px;
    line-height: 20px;
  }
  #project .pro-info {
    width: 100%;
    padding: 0 0.24rem;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #project .honor-box {
    padding: 0.6rem 0;
  }
  #project .honor-box .desc-box {
    margin-top: 0.4rem;
    padding: 0 0.24rem;
    flex-wrap: wrap;
  }
  #project .honor-box .desc-box .t1 {
    font-size: 14px;
    width: 100%;
  }
  #project .honor-box .desc-box .line {
    display: none;
  }
  #project .honor-box .desc-box .desc {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  #project .honor-box .honor-banner .honor-swiper .swiper-slide {
    width: 48% !important;
  }
  #project .honor-box .honor-banner .honor-swiper .swiper-slide .pic {
    padding: 0.1rem;
  }
  #project .honor-box .honor-banner .honor-swiper .swiper-slide .info {
    font-size: 14px;
    line-height: 18px;
    padding: 0.2rem 0;
  }
  #project .honor-box .honor-banner .honor-btn i {
    font-size: 24px;
  }
  #project .honor-box .honor-banner .honor-btn.honor-next {
    right: 0;
  }
  #project .honor-box .honor-banner .honor-btn.honor-prev {
    left: 0;
  }
  #project .display-box {
    padding: 0.6rem 0;
  }
  #project .display-box .display-container {
    margin-top: 0.4rem;
    justify-content: flex-start;
  }
  #project .display-box .display-container .display-inner {
    width: 100%;
    flex-wrap: wrap;
  }
  #project .display-box .display-container .display-inner .left-box {
    width: 100%;
    margin-top: 0.4rem;
    padding-right: 0%;
    display: flex;
    overflow-x: auto;
    height: auto;
  }
  #project .display-box .display-container .display-inner .left-box::-webkit-scrollbar {
    width: 3px;
    height: 0.1rem;
    background-color: #e6e6e6;
  }
  #project .display-box .display-container .display-inner .left-box .item {
    margin-bottom: 0rem;
    width: 90%;
    flex-shrink: 0;
  }
  #project .display-box .display-container .display-inner .left-box .item .info {
    padding-left: 10px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .title-box .cn {
    font-size: 14px;
    line-height: 16px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .title-box .cn span {
    font-size: 16px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .title-box .en {
    font-size: 12px;
    line-height: 18px;
  }
  #project .display-box .display-container .display-inner .left-box .item .info .desc {
    margin-top: 0.1rem;
    font-size: 12px;
    line-height: 18px;
  }
  #project .display-box .display-container .display-inner .left-box .item:hover {
    padding: 0;
  }
  #project .display-box .display-container .display-inner .pic-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  #project .floor-box {
    padding: 0.6rem 0;
  }
  #project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info {
    padding: 0.15rem;
  }
  #project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info .left .cn {
    font-size: 14px;
  }
  #project .floor-box .floor-banner .floor-container .floor-swiper .swiper-slide .info .left .en {
    font-size: 12px;
    line-height: 18px;
  }
  #project .floor-box .floor-banner .floor-btn i {
    font-size: 24px;
  }
  #project .hardware-box {
    padding: 0.6rem 0;
  }
  #project .hardware-box .hardware-banner {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #project .hardware-box .hardware-banner .hardware-container {
    width: 100%;
  }
  #project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide {
    flex-wrap: wrap;
    padding: 0.4rem 0 0 0.5rem;
  }
  #project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .pic-bg {
    width: 100%;
  }
  #project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .pic-bg .pic {
    top: -0.4rem;
    left: -0.5rem;
  }
  #project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box {
    width: 100%;
    padding: 0.4rem 0.2rem 0 0.4rem;
  }
  #project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box .title .cn {
    font-size: 18px;
    line-height: 18px;
  }
  #project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box .title .en {
    font-size: 14px;
    line-height: 20px;
  }
  #project .hardware-box .hardware-banner .hardware-container .hardware-swiper .swiper-slide .info-box .desc {
    margin-top: 0.4rem;
  }
  #project .hardware-box .hardware-banner .hardware-btn {
    top: calc(70% - 12px);
  }
  #project .hardware-box .hardware-banner .hardware-btn i {
    font-size: 24px;
  }
  #project .pic-display img {
    margin-top: 0.4rem;
  }
}/*# sourceMappingURL=style.css.map */