@charset "utf-8";
@import url(bootstrap.min.css);
@import url(animate.css);

.banner {
  width: 100%;
}

.banner-c {
  position: relative;
  width: 100%;
}

/* 轮播 */
.banner-c img {
  width: 100%;
  /*height: 720px;*/
  object-fit: contain;
}

.banner-c .swiper-button-prev {
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -40px;
  width: 50px;
  height: 80px;
  background: url(../img/arrow1.png) no-repeat center;
}

.swiper-button-prev:after {
  display: none;
}

.banner-c .swiper-button-prev:hover {
  background-image: url(../img/arrow3.png);
}

.banner-c .swiper-button-next {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -40px;
  width: 50px;
  height: 80px;
  background: url(../img/arrow2.png) no-repeat center;
}

.banner-c .bannerSearch {
  position: relative;
  width: 600px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: 30px;

}
.banner-c .bannerSearch .bannerSearch1 {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  width: 400px;
  z-index: 2;
}

.bannerSearch2 {
  width: 100px !important;
  height: 40px;
  background: #2B74FA;
  border-radius: 5px;
  line-height: 40px;
}

.swiper-button-next:after {
  display: none;
}

.banner-c .swiper-button-next:hover {
  background-image: url(../img/arrow4.png);
}

#swiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  /*background: #f5f5f5;*/
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  --swiper-theme-color: #fff;
}

input:focus {
  outline: none;
}

.banner-c .radius {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 18px;
}

.banner-c .swiper-content {
  position: absolute;
  text-align: center;
  color: #fff;
  /* margin-bottom: 50px; */
}

.banner-c .swiper-content span {
  display: inline-block;
  width: 200px;
  font-weight: bold;
}

.banner-c .swiper-content h1 span {
  font-size: 35px;
  margin-bottom: 15px;
}

.banner-c .swiper-content h3 span {
  font-size: 25px;
}

.banner-c .radius-l {
  float: left;
  width: 8px;
  height: 8px;
  border: 2px solid gray;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}

.banner-c .radius-l:hover {
  border: 2px solid #fff;
  background-color: gray;
}

.banner-c .radius-r {
  float: left;
  width: 8px;
  height: 8px;
  border: 2px solid gray;
  border-radius: 50%;
  background-color: #fff;
}

.banner-c .radius-r:hover {
  border: 2px solid #fff;
  background-color: gray;
}

.banner-c .icon-more {
  position: absolute;
  right: 110px;
  bottom: 220px;
  width: 216px;
  height: 61px;
}

.banner-c .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 产品与服务 */
.wedding {
  width: 100%;
  height: 830px;
  position: relative;
  padding: 0.1px;
  background-image: url("https://www.shangmazy.com/static/header/fourBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wedding-c {
  padding-top: 100px;
  height: 630px;
}

.cnameOne {
  width: 200px;
  color: #444444;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 10px;
}

.cname {
  width: 170px;
  color: #444444;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 10px;
}

.ename {
  width: 120px;
  font-size: 16px;
  color: #c1c1c1;
  margin: 0 auto;
  text-align: center;
}

.wedding-c .commit-title {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 27px;
}

.list-news {
  overflow: hidden;
  margin-top: 40px;
}

.list-news li {
  box-sizing: border-box;
  /* margin-bottom: 3%; */
  float: left;
  overflow: hidden;
  position: relative;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.list-news li a {
  padding-right: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
}

.list-news li:nth-child(3n) {
  margin-right: 0;
}

.list-news li .img.goods1 {
  overflow: hidden;
  height: 247px;
}

.list-news li .goods2 {
  display: flex;
}

.list-news li .goods2 .img {
  overflow: hidden;
  width: 220px;
  height: 208px;
}

.list-news li .goods2 .img img {
  /* width: 210px; */
  /* height: 200px; */
}

.goods4Main,
.goods1Main {
  padding: 0;
}

.list-news li .goods4 {
  overflow: hidden;
  height: 245px;
}

.marginTop {
  margin-top: 15px;
}

.list-news li .img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  object-fit: fill;
}

.list-news li .p-text {
  flex: 1;
  padding: 15px 20px;
  background: #fff;
}

.list-news li .h {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.list-news li .p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  /* height: 48px; */
  /* overflow: hidden; */
  /* -webkit-line-clamp: 2; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* text-overflow: ellipsis; */
}

.list-news .bot {
  background: #fff;
  padding: 16px 20px;
  position: relative;
}

.more {
  display: inline-block;
  font-weight: bold;
  border: 2px solid #333;
  font-size: 16px;
  color: #333333;
  padding: 4px 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.time {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  font-family: Arial;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.list-news .bot {
  background: #fff;
  box-sizing: content-box;
  padding: 16px 20px;
}

.list-news li:hover {
  top: -6px;
  -webkit-transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);
  transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);
}

.list-news li:hover a {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.list-news li:hover .img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.list-news li:hover .bot {
  box-sizing: content-box;
  position: relative;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
  z-index: 1;
  color: #fff;
  padding: 16px 20px;
}

.list-news li:hover .bot .more,
.n-news ul li:hover .bot .time {
  color: red;
  border-color: red;
}

.wedding-c .swiper-slide ul {
  width: 100%;
  height: 360px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.wedding-c .swiper-slide li {
  position: relative;
}

.wedding-c .swiper-slide .mask {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

.wedding-c .swiper-slide .mask:hover {
  opacity: 1;
}

.wedding-c .swiper-slide h3 {
  font-size: 14px;
  margin: 120px auto 30px auto;
}

.wedding-c .swiper-slide p {
  font-size: 12px;
  line-height: 2;
}

.wedding-c .title-item:hover {
  color: #b9ab77;
}

.wedding-c .photo img {
  width: 270px;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 40px;
}

.wedding-c .swiper-wrapper {
  margin-top: 30px;
}

.wedding-c .self-btn {
  padding: 0 30px;
  cursor: pointer;
}

.wedding-c .self-btn.act {
  color: #b9ab77;
}

/* 自定义小点 */
#swiper2-dot {
  height: 30px;
  top: 0;
  /* margin-bottom: 50px; */
}

/* 合作案例 */
.ornament,
.industry {
  position: relative;
  width: 100%;
  padding: 0.1px;
  background-color: #fff;
}

.ornament .cname {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 70px;
}

.ornament .ename {
  font-size: 16px;
  color: #c1c1c1;
  margin: 0 auto;
  padding-left: 18px;
}

.ornament-c {
  position: relative;
  background: #fff;

  /* background-image: url("../img/casesBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  /* width: 100%; */
  height: 500px;
}

.ornament-c .threeMain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 95px;
}

.ornament-c .threeMain .three1 {
  background-image: url("https://www.shangmazy.com/static/header/threeBg1.png");
}
.ornament-c .threeMain .three2 {
  background-image: url("https://www.shangmazy.com/static/header/threeBg2.png");
}
.ornament-c .threeMain .three3 {
  background-image: url("https://www.shangmazy.com/static/header/threeBg3.png");
}

.ornament-c .threeMain .threeBg {
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
  height: 310px;
  width: 410px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ornament-c .threeMain .threeBg img {
  height: 35px;
  width: 35px;
}
.ornament-c .threeMain .threeBg .threeBgSpan {
  font-size: 20px;
  font-weight: bold;
}

.ornament-c .ornament-list {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.ornament-c .ornament-list .list-item {
  position: absolute;
  /* left: 0; */
  bottom: 0;
  color: #ffffff;
  text-align: center;
  margin-top: -60px;
  opacity: 0;
  height: 60px;
  width: 270px;

  background-color: rgba(51, 22, 22, 0.3);
  transition: all 0.4s ease-in-out;
}

.ornament-c .ornament-list li:hover .list-item {
  opacity: 1;
}

.ornament-list .list-item h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}

.ornament-list .list-item p {
  font-size: 12px;
  color: #c1c1c1;
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.ornament-c img {
  width: 270px;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ornament-c a {
  display: block;
  margin: 0 auto;
  margin-top: 58px;
  background-color: #b9ab77;
  text-align: center;
  width: 150px;
  line-height: 45px;
  color: #fff;
  border: solid 1px #f5f5f5;
}

/* 最新活动 */
.activity {
  position: relative;

  height: 800px;
  width: 100%;
  position: relative;
  /* background: url("../img/activityBg.png"); */
  background-image: url("../img/goodsBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.activity .top2 {
  position: relative;
  top: -95px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity .top2Class {
  flex: 1;
  text-align: center;
  background-color: #fff;
  padding: 35px 0;
  cursor: pointer;
}
/* .activity .activeTop2 {
  height: 200px;
  background-color: #2254f4;
  border-radius: 10px;
  box-shadow: 0 0 20px #888;
} */

.activity .activeTop2 .top2ClassTips {
  color: #fff;
}

.activity .activeTop2 .activeTop2Img {
  margin-top: 15px;
  width: 35px;
  height: 35px;
}

.activity .top2Class img {
  width: 50px;
  height: 50px;
}
.top2ClassTips {
  color: #1d2088;
  margin-top: 8px;
}
.borderRight {
  border-right: 1px solid #ccc;
}
.borderRight1 {
  border-radius: 10px 0 0 10px;
}
.borderRight2 {
  border-radius: 0 10px 10px 0;
}

/* .activity .cname {
  color: #444444;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 90px;
} */

.activity .ename {
  font-size: 16px;
  color: #c1c1c1;
}

.activity-c {
  position: relative;

  /* font-size: 0; */
  /* margin-top: 60px; */
  /* height: 350px; */
}

.activity-c ul {
  display: flex;
  justify-content: space-around;
}

.activity-c .activity-item {
  position: relative;
  margin-top: 10px;
}

.activity-c .activity-item .imgListClass img {
  width: 102px;
  height: 116px;
  margin-right: 15px;
  cursor: pointer;
}

.activity-c .activity-item img {
  width: 518px;
  height: 520px;
}

.activity-c .mask {
  box-sizing: border-box;
  color: #ffffff;
  padding: 0 40px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  margin-top: 90px;
}

.activity-c .mask h3 {
  color: #000;
  font-size: 23px;
  font-weight: bold;
}

.activity-c .mask span {
  display: inline-block;
  height: 4px;
  width: 50px;
  background-color: #1d2088;
  margin: 20px 0 0px;
}

.activity-c .mask h4 {
  color: #333;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 30px;
}

.activity-c .mask .more {
  color: #fff;
  background-color: #1d2088;
}

.activity-c .activity-item:hover .mask {
  opacity: 1;
}

/* .activity-c .activity-item img {
    width: 300px;
    height: 350px;
} */

.activity-c h3 {
  font-size: 30px;
  color: #939393;
}

.activity-c h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bolder;
  color: black;
}

.activity-c p {
  font-size: 13px;
  color: #8b8b8b;
  margin-top: 20px;
  margin-bottom: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.activity-c a {
  text-decoration: none;
  font-size: 12px;
}

.activity-c span {
  font-size: 14px;
  color: #8b8b8b;
}

/* 合作客户 */
.designers {
  width: 100%;
  height: 680px;
  text-align: center;
  /* background: #fff; */
}

.designers .cname {
  color: #444444;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 70px;
}

.designers .ename {
  font-size: 16px;
  color: #c1c1c1;
  margin: 0 auto;
  line-height: 15px;
}

.designers-c .list {
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
}

.designers-c .list-item {
  float: left;
  width: 180px;
  height: 90px;
  margin: 0 29px 20px;
  /*margin-bottom: 15px;*/
}

.designers-c .list-item.mr0 {
  margin-right: 0;
}

.designers-c .list-item p {
  font-size: 12px;
  color: rgb(185, 185, 185);
}

.designers-c .list-item .name {
  font-size: 24px;
  color: rgb(247, 245, 245);
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 19px;
  /* height: 20px; */
}

.designers-c .list-item .ename {
  line-height: 12px;
}

.designers-c .list-item .mt20 {
  margin-top: 20px;
}

.designers-c .list-item img {
  width: 100%;
  height: 100%;
}

.designers-c .list-item a {
  display: block;

  width: 151px;
  line-height: 45px;
  font-size: 12px;
  color: #bbbaba;

  text-align: center;
  border-top: 3px solid #bbbaba;
  border-bottom: 3px solid #bbbaba;
  margin: 60px auto;
}

.industry {
  /* background: #333333 !important; */
  background-image: url("https://www.shangmazy.com/static/header/fiveBg.png") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.industry .industry-c {
  position: relative;
  height: 450px;
}
.industry .industry-title {
  position: relative;
  margin-top: 170px;
  margin-bottom: 20px;
  text-align: center;
}

.industry-c .fiveMain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.industry-c .fiveMain .five1 {
  flex: 1;
}

.industry-c .fiveMain img {
  width: 60px;
  height: 60px;
}

.service {
  position: relative;
  top: -16px;
  height: 356px;
  background-image: url("https://www.shangmazy.com/static/header/sixBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.service .sixMain .six1 {
  flex: 1;
}

.service .sixMain .six1 .img1 {
  width: 375px;
  height: 195px;
}

.service .sixMain .six1 .img2 {
  position: relative;
  top: -18px;
  width: 625px;
  height: 365px;
}
@media (max-width: 1500px) {
  .swiper-content h2 {
    font-size: 40px !important;
  }
  .swiper-content h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 1400px) {
  .swiper-content h2 {
    font-size: 30px !important;
  }
  .swiper-content h1 {
    font-size: 20px !important;
  }
}

@media (max-width: 1200px) {
  .wedding {
    height: 1300px;
  }
  .wedding-c,
  .industry-c,
  .service-c {
    width: 100%;
  }
  .wedding-c .weddingMessage {
    /* padding 0 30px; */
    width: 85%;
    margin: 0 auto;
  }
  .list-news li .goods2 .img {
    width: 430px;
    height: 208px;
  }

  .activity {
    height: auto;
  }
  .activity-c {
    width: 950px;
  }

  .activity .top2 {
    top: -50px;
  }
  .ornament-c {
    width: 100%;
    height: auto;
  }
  .ornament-c .threeMain {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .industry-c .fiveMain {
    flex-wrap: wrap;
    justify-content: center;
  }
  .industry-c .industry-title {
    width: 85%;
    padding-top: 170px;
    margin: 0 auto;
  }

  .service {
    height: auto;
  }
  .service .flexCenter{
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .wedding {
    height: 1700px;
  }

  .list-news li .goods2 .img {
    width: 430px;
    height: 208px;
  }

  .activity .top {
    top: -25px;
  }
  .activity .top2 {
    top: 0px;
  }

  .activity-c {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  .activity-c ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .activity-c .mask {
    margin-top: 35px;
  }

  .activity-c .activity-item {
    /*margin-left: 37px;*/
    margin-bottom: 10px;
  }

  .service .sixMain,  .service .sixMain .img2{
    margin-top: 50px;
  }
}

@media (max-width: 868px) {
  .swiper-content h2 {
    font-size: 20px !important;
  }
  .swiper-content h1 {
    font-size: 14px !important;
  }
 }

@media (max-width: 768px) {
  .banner {
    height: 100%;
  }

  .banner-c .swiper-button-prev {
    margin-top: -30px;
    width: 30px;
    height: 50px;
  }

  .banner-c .swiper-button-next {
    margin-top: -30px;
    width: 30px;
    height: 50px;
  }


  .activity .activeTop2 {
    height: 150px;
  }
  .activity .activeTop2 .activeTop2Img {
    display: none;
  }

  .wedding {
    height: 1700px;
  }

  .wedding-c {
    padding-top: 75px;
  }

  .wedding-c .goods2Main {
    padding: 0;
  }

  .wedding-c .goods4Main {
    width: 100%;
  }

  .ornament-c .ornament-list {
    flex-wrap: wrap;
  }

  .ornament-c .ornament-list li {
    margin-bottom: 10px;
    position: relative;
  }

  .ornament {
    height: auto;
  }

  .ornament .cname {
    margin-top: 45px;
  }

  .ornament-c a {
    margin: 25px auto;
  }

  .ornament-c .ornament-list .list-item {
    opacity: 1;
  }

  .designers {
    height: auto;
  }

  .designers-c .list {
    width: 100%;
    height: 100%;
    display: flex;
    /*justify-content: start;*/
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .designers-c .list-item {
    float: none;
    width: 150px;
    height: auto;
    margin-left: 0px;
  }

  .list-news li {
    width: 100%;
  }
  .list-news li .goods2 .img {
    width: 270px;
    height: 180px;
  }

  .moreTwo {
    padding: 4px 10px;
  }
}
