.Color-Scheme-img {
  position: relative;
}

.Color-Scheme-img::after {
  content: "";

  height: 100%;

  width: 100%;

  display: block;

  position: absolute;

  z-index: 100;

  top: 0;

  left: 0;
}

.caseConBg {
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);

  padding: 20px;

  box-sizing: border-box;

  margin: 20px 0;
}

.caseCon-link {
  font-size: 18px;

  color: #968e9b;

  position: relative;
}

/* .caseCon-link a::after{

       content: '';

       height: 3px;

       width: 3%;

       background-color: #F66F6B;

       position: absolute;

       bottom: -16px;

       left: 50%;

       margin-left: -1.5%;

   } */

.caseCon-link .link-line {
  height: 3px;

  width: 3%;

  background-color: #f66f6b;

  position: absolute;

  bottom: -16px;

  left: 50%;

  margin-left: -1.5%;
}

.caseCon {
  text-align: center;

  margin: 30px 0;

  color: #302f2d;
}

.caseCon-title {
  font-size: 32px;
}

.caseCon-link {
  margin: 20px 0;
}

.caseCon-content-header {
  padding-top: 250px;

  display: flex;

  flex-direction: column;

  position: relative;

  margin-top: -120px;
}

.caseCon-content-header-top {
  margin: 20px 0;

  text-align: center;
}

.caseCon-content-header-bottom {
  margin-top: 60px;
}

.caseCon-content-header-bottom img {
  width: 100%;

  vertical-align: top;

  height: 480px;

  object-fit: cover;
}

.caseCon-desc-text {
  color: #543c46;

  text-indent: 2em;

  letter-spacing: 1.6px;

  margin-top: 30px;
}

/*  */

.caseCon-operation {
  margin-top: 20px;

  position: relative;

  z-index: 1000;
}

.caseCon-desc-btn {
  display: flex;

  justify-content: center;
}

.caseCon-desc-btn .desc-similar,
.desc-cost {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 150px;

  height: 46px;

  color: #fff;

  border-radius: 5px;

  cursor: pointer;
}

.caseCon-desc-btn img {
  margin-right: 6px;

  height: 30px;
}

.caseCon-desc-btn .desc-similar {
  background-color: #f56e6a;
}

.caseCon-desc-btn .desc-similar:hover {
  box-shadow: 1px 2px 5px #f56e6a;

  transform: translateY(-0.5px);
}

.caseCon-desc-btn .desc-cost {
  margin-left: 26px;

  background-color: #8ab6d9;
}

.caseCon-desc-btn .desc-cost:hover {
  box-shadow: 2px 5px 10px #8ab6d9;

  transform: translateY(-0.5px);
}

.case-website-img {
  width: 56%;

  height: 520px;

  background-image: url(../img/website-showbox.png);

  /* background-repeat: no-repeat; */

  background-size: 100%;

  margin: 0 auto;

  position: absolute;

  top: 160px;

  left: 50%;

  margin-left: -28.5%;
}

.swiper-container {
  width: 100%;

  height: 100%;
}

.case-website-inside {
  position: absolute;

  width: 89.69%;

  height: 63%;

  box-sizing: border-box;

  top: 29px;

  left: 35px;

  background: #ffffff;
}

.case-website-inside img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.caseItem-content-show img {
  width: 100%;

  object-fit: cover;
}

/* 配色方案  字体选择 */

.Color-Scheme {
  width: 100%;

  padding: 0px 60px;

  box-sizing: border-box;

  display: flex;

  text-align: left;
}

.Color-Scheme-left,
.Color-Scheme-right {
  flex: 1;

  border-left: 2px solid #e5e5e5;

  padding: 30px 0px 30px 30px;

  box-sizing: border-box;

  position: relative;
}

.Color-Scheme-right::after {
  content: "";

  height: 38px;

  width: 2px;

  background-color: #10ad98;

  position: absolute;

  left: -2px;

  top: 80px;
}

.Color-Scheme-left::after {
  content: "";

  height: 38px;

  width: 2px;

  background-color: #10ad98;

  position: absolute;

  left: -2px;

  top: 80px;
}

.Color-Scheme-title {
  color: #10ad98;

  position: relative;

  margin: 50px 0;
}

.Color-Scheme-title p {
  color: #222222;

  font-size: 40px;

  font-weight: 500;

  margin-top: -5px;
}

.Color-Scheme-title-bg {
  font-size: 100px;

  color: #ebebeb;

  position: absolute;

  top: -18px;

  left: 0;

  z-index: -1;
}

.Color-Scheme-img {
  margin: 20px 0;

  width: 100%;

  object-fit: cover;
}

/* 页面展示 */

.Page-display-case {
  width: 100%;
  min-height: 255px;
  box-sizing: border-box;

  /* padding: 0 40px; */
}

.Page-display-case-title {
  height: 500px;

  background-color: rgb(247, 247, 247);

  position: relative;

  box-sizing: border-box;

  text-align: center;

  padding: 120px 0;

  z-index: -1;
}

.Page-display-case-title h1 {
  position: relative;

  z-index: 10;
}

.Page-display-case-title-bg {
  width: 100%;

  font-size: 70px;

  color: rgb(234, 234, 234);

  position: absolute;

  top: 70px;

  left: 0%;

  /* margin-left: -24%; */
  /* transform: translateX(-50%); */

  letter-spacing: 5px;

  font-weight: 600;
}

.case-show-img {
  background-color: #ffffff;

  /* border-radius: 10px; */

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  box-shadow: 0px 0px 20px #e8e8e8;

  margin: -280px 46px -140px;
}

.case-show-img-title {
  text-align: left;

  height: 50px;

  line-height: 50px;

  padding: 0 15px;

  box-sizing: border-box;

  width: 100%;

  background-color: rgb(251, 251, 251);

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;
}

.case-show-img-title span {
  display: inline-block;

  margin-right: 5px;

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background-color: #ea5a59;
}

.case-show-img-title span:nth-child(2) {
  background-color: #f6a100;
}

.case-show-img-title span:nth-child(3) {
  background-color: #3ad19e;
}

/* 展示案例尾部 */

.Page-display-case-end {
  padding-top: 150px;

  line-height: 40px;

  box-sizing: border-box;

  width: 100%;

  /*height: 320px;*/

  height: 240px;

  color: #fff;

  /*background-color: #333333;*/

  background-color: rgb(247, 247, 247);

  text-align: center;

  position: relative;

  z-index: -1;
}

.font-faimly {
  font-family: arial, "times new roman", "宋体", "微软雅黑";

  font-weight: 600;
}

/* 截图展示 */

.case-show-list {
  width: 100%;
}

.case-show-list img {
  width: 100%;

  object-fit: cover;

  vertical-align: top;
}

/* 上下页 */

.pageBox {
  padding-bottom: 30px;

  line-height: 36px;
}

.pagerBox {
  position: relative;

  overflow: hidden;

  border: 1px solid #dbdbdb;

  border-right: none;

  border-left: none;
}

.pagerNext,
.pagerPrev {
  position: relative;

  overflow: hidden;

  width: 45%;

  line-height: 70px;

  box-sizing: border-box;
}

.pagerPrev {
  float: left;

  padding-right: 40px;

  padding-left: 60px;
}

.pagerNext {
  float: right;

  padding-right: 60px;

  padding-left: 40px;

  text-align: right;
}

.pagerTit {
  position: absolute;

  top: 1px;

  color: #777;

  text-transform: uppercase;

  font-size: 14px;

  line-height: 70px;
}

.pagerPrev .pagerTit {
  left: 0;
}

.pagerNext .pagerTit {
  right: 0;
}

.pagerNext a,
.pagerPrev a {
  display: inline-block;

  max-width: 100%;

  color: #777;

  vertical-align: middle;
}

.pagerNext a:hover,
.pagerPrev a:hover {
  color: #cf1610;
}

.pagerList {
  position: absolute;

  top: 0;

  left: 50%;

  z-index: 1;

  display: block;

  margin-left: -36px;

  padding: 30px 0 0;

  width: 72px;

  height: 41px;

  border: 1px solid #dbdbdb;

  border-top: none;

  border-bottom: none;

  transition: all 0.5s ease 0s;
}

.pagerList span {
  display: block;

  margin: 0 auto;

  width: 20px;

  height: 2px;

  background: #aaa;

  transition: all 0.5s ease 0s;
}

.pagerList span:first-child + span {
  margin: 3px auto;
}

.pagerList:hover {
  background: #cf1610;
}

.pagerList:hover span {
  background: #fff;
}

.pagerList:hover span:first-child + span {
  width: 30px;
}

/* 推荐案例 */

.hotNewsTit {
  overflow: hidden;

  padding-bottom: 10px;
}

.hotNewsH2 {
  float: left;

  color: #333;

  font-size: 26px;

  line-height: 26px;
}

.hotNewsMore {
  float: right;

  padding-right: 20px;

  background: url(../img/hotNews.png) right center no-repeat;

  color: #666;

  font-size: 14px;

  line-height: 26px;

  transition: all 0.6s ease 0s;
}

.hotNewsMore:hover {
  color: #da0502;
}

/* 案例列表 */

.hotNewsList {
  display: flex;

  flex-wrap: wrap;

  margin: 0 -12px;
}

.hotNewsList li {
  padding: 12px;
}

.hotNewsList li a {
  display: block;

  height: 100%;

  color: #999;

  font-size: 12px;

  line-height: 22px;
}

.hotNewsImg {
  position: relative;

  overflow: hidden;
}

.hotNewsImg img {
  transition: all 0.8s ease 0s;
}

.hotNewsText {
  padding: 15px 5%;

  background: #fff;
}

.hotNewsTime {
  color: #bbb;

  line-height: 36px;
}

.hotNewsName {
  color: #333;

  font-size: 15px;

  line-height: 22px;

  transition: all 0.6s ease 0s;
}

.hotNewsLine {
  display: block;

  margin: 10px 0;

  width: 20px;

  height: 1px;

  background: #da0502;

  transition: all 0.6s ease 0s;
}

.hotNewsBrief {
  overflow: hidden;

  margin: 10px 0;

  height: 44px;
}

.readMore {
  display: block;

  color: #333;

  text-transform: uppercase;

  font-family: Arial;

  transition: all 0.6s ease 0s;
}

.hotNewsList li a:hover .hotNewsImg img {
  transform: scale(1.05) rotate(1deg);
}

.hotNewsList li a:hover .hotNewsName {
  color: #da0502;
}

.hotNewsList li a:hover .hotNewsLine {
  width: 40px;
}

.hotNewsList li a:hover .readMore {
  color: #da0502;
}

.caseBox {
  padding: 48px 3%;
}

.caseList {
  margin: 0 -0.6%;
}

.caseList li {
  padding: 12px 0.6%;
}

.caseList li a {
  display: block;

  overflow: hidden;

  height: 100%;

  transition: all 0.5s ease 0s;
}

.caseImg {
  position: relative;

  overflow: hidden;

  padding-bottom: 67.6%;

  height: 0;
}

.caseImg .imgBg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  transition: all 0.5s ease 0s;
}

.caseImg .imgBg img {
  width: 100%;
}

.caseBrief {
  position: absolute;

  bottom: 0;

  left: 0;

  padding: 10px;

  box-sizing: border-box;

  width: 100%;

  background: rgba(0, 0, 0, 0.5);

  color: #fff;

  font-size: 14px;

  line-height: 30px;

  transition: all 0.5s ease 0s;

  transform: translateY(100%);
}

.caseText {
  overflow: hidden;

  padding: 19px 7%;

  background: #fff;
}

.caseIco {
  float: right;

  width: 14px;

  height: 26px;

  background: url(../img/hotNews.png) center center no-repeat;
}

.caseTit {
  color: #333;

  font-size: 16px;

  line-height: 26px;
}

.hotNewslist-item {
  width: 23%;
}

.caseList li a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.caseList li a:hover .imgBg {
  transform: scale(1.05) rotate(-1deg);
}

.caseList li a:hover .caseBrief {
  transform: translateY(0);
}

.caseList li a:hover .caseIco {
  animation: swing 1s infinite linear;
}

.hotNewsList li a:hover .imgBg {
  transform: scale(1.05) rotate(-1deg);
}

.hotNewsList li a:hover .caseBrief {
  transform: translateY(0);
}

.hotNewsList li a:hover .caseIco {
  animation: swing 1s infinite linear;
}
