.banner {
  background: url(../images/case/banner-t-bg-pc.jpg) center no-repeat;
  background-size: cover;
}
.banner .banner-main {
  float: left;
  line-height: 480px;
  height: 480px;
  padding-right: 50px;
  display: flex;
  align-items: center;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  width: 50%;
}
.banner .banner-main h1 {
  color: #fff;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
.banner .banner-main p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  vertical-align: middle;
}
.banner .banner-img {
  width: 50%;
  padding-top: 20%;
  padding-left: 30px;
}
.banner .banner-img img {
  width: 100%;
}
.banner .banner-main p.info-mb {
  display: none;
}
.banner .btn-mb {
  display: none;
}
@media (max-width: 978px) {
  .banner {
    text-align: center;
    position: relative;
  }
  .banner .btn-mb {
    display: block;
  }
  .banner .l-btn {
    font-size: 14px;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    padding-bottom: 40px;
    height: auto;
    width: 100%;
    padding-right: 0;
    display: block;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
    text-align: left;
    padding-top: 20px;
  }
  .banner .banner-main .banner-topic {
    margin-bottom: 10px;
  }
  .banner .banner-main h1 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .banner .banner-main h1 + h1 {
    margin-bottom: 15px;
  }
  .banner .banner-main p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
  }
  .banner .banner-main p.info-pc {
    display: none;
  }
  .banner .banner-main p.info-mb {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .banner .banner-img {
    float: none;
    height: auto;
    width: auto;
    display: inline-block;
    padding-left: 0;
    margin-top: 0px;
    font-size: 0;
    padding-top: 0;
  }
  .banner .banner-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.case {
  padding-top: 60px;
  padding-bottom: 0;
  text-align: left;
}
.case h3 {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 25px;
}
.case .tab_btn a {
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 20px !important;
  transition: all 0.3s;
}
.case .case-tab {
  position: relative;
}
.case .tab_btn > span {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding-bottom: 8px;
  background: #fff;
  position: absolute;
  left: 0;
}
.case .tab_btn li {
  float: none !important;
  display: inline-block;
  padding: 10px 15px;
  transition: all 0.3s;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f7f7f7;
  border-radius: 4px;
}
.case .tab_btn li:hover,
.case .tab_btn li.active {
  background: #07c5d5;
  border-radius: 4px;
}
.case .tab_btn li:hover a {
  color: #fff !important;
}
.case .tab_btn li.active a {
  color: #fff !important;
}
.case .tab_btn {
  width: 100%;
}
.case .tab_btn::-webkit-scrollbar {
  display: none;
}
.case .tab_item {
  margin-top: 30px;
}
.case .tab_item > li {
  width: 100%;
}
.case .tab_item .case-content {
  width: 100%;
  min-height: 450px;
}
.case .tab_item .case-content ul {
  width: 100%;
}
.case .tab_item .case-content li {
  float: left;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
}
.case .tab_item .case-content li:nth-child(9n + 1) {
  animation: toShow 0.5s linear;
  -moz-animation: toShow 0.5s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.case .tab_item .case-content li:nth-child(9n + 2) {
  animation: toShow 0.5s 0.1s linear;
  -moz-animation: toShow 0.5s 0.1s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.1s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.1s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.case .tab_item .case-content li:nth-child(9n + 3) {
  animation: toShow 0.5s 0.2s linear;
  -moz-animation: toShow 0.5s 0.2s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.2s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.2s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.case .tab_item .case-content li:nth-child(9n + 4) {
  animation: toShow 0.5s 0.3s linear;
  -moz-animation: toShow 0.5s 0.3s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.3s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.3s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.case .tab_item .case-content li:nth-child(9n + 5) {
  animation: toShow 0.5s 0.4s linear;
  -moz-animation: toShow 0.5s 0.4s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.4s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.4s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.case .tab_item .case-content li:nth-child(9n + 6) {
  animation: toShow 0.5s 0.5s linear;
  -moz-animation: toShow 0.5s 0.5s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.5s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.5s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.case .tab_item .case-content li:nth-child(9n + 7) {
  animation: toShow 0.5s 0.6s linear;
  -moz-animation: toShow 0.5s 0.6s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.6s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.6s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.case .tab_item .case-content li:nth-child(9n + 8) {
  animation: toShow 0.5s 0.7s linear;
  -moz-animation: toShow 0.5s 0.7s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.7s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.7s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.case .tab_item .case-content li:nth-child(9n + 9) {
  animation: toShow 0.5s 0.8s linear;
  -moz-animation: toShow 0.5s 0.8s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.8s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.8s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.case .tab_item .case-content li:nth-child(3n) {
  margin-right: 0;
}
.case .tab_item .case-content li .case-img {
  font-size: 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.case .tab_item .case-content li .case-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.case .tab_item .case-content li .case-img:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  top: 50%;
  background: url(../images/case-list-icon.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
  z-index: 1;
  opacity: 0;
}
.case .tab_item .case-content li .case-img img {
  width: 100%;
  height: 220px;
  transition: all 0.3s;
}
.case .tab_item .case-content li a {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 8px 19px 0 rgba(154, 171, 221, 0.3);
  overflow: hidden;
}
.case .tab_item .case-content li a:hover {
  box-shadow: 0 8px 19px 0 rgba(154, 171, 221, 0.5);
}
.case .tab_item .case-content li a:hover .case-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.case .tab_item .case-content li a:hover .case-img:before {
  opacity: 1;
}
.case .tab_item .case-content li .cae-info {
  background-color: #fff;
  padding: 0 30px 20px;
  width: 100%;
}
.case .tab_item .case-content li .cae-info > div {
  width: 100%;
  min-height: 34px;
  overflow-x: auto;
  white-space: nowrap;
}
.case .tab_item .case-content li .cae-info > div::-webkit-scrollbar {
  display: none;
}
.label-info {
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 7px;
  height: 26px;
  position: absolute;
  left: 20px;
  bottom: 80px;
}
.label-info a {
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 3px 8px;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  border-radius: 4px;
}
.label-info:last-child {
  margin-right: 0;
}
.label-info[data-id="5"] a {
  background: rgba(0, 173, 187, 0.1);
  color: #07c5d5;
}
.label-info[data-id="6"] a {
  background: rgba(38, 204, 221, 0.1);
  color: #26ccdd;
}
.label-info[data-id="7"] a {
  background: rgba(253, 168, 10, 0.1);
  color: #fda80a;
}
.label-info[data-id="8"] a {
  background: rgba(247, 108, 35, 0.1);
  color: #f76c23;
}
.label-info[data-id="9"] a {
  background: rgba(247, 58, 41, 0.1);
  color: #f73a29;
}
.label-info[data-id="10"] a {
  background: rgba(44, 183, 32, 0.1);
  color: #2cb720;
}
.label-info[data-id="11"] a {
  background: rgba(106, 136, 216, 0.1);
  color: #6a88d8;
}
.label-info[data-id="12"] a {
  background: rgba(53, 51, 191, 0.1);
  color: #3533bf;
}
.label-info[data-id="13"] a {
  background: rgba(137, 71, 201, 0.1);
  color: #8947c9;
}
.label-info[data-id="14"] a {
  background: rgba(225, 69, 162, 0.1);
  color: #e145a2;
}
.label-info[data-id="15"] a {
  background: rgba(153, 153, 153, 0.1);
  color: #999999;
}
.cae-info p {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
  min-height: 56px;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case .tab_item .case-content li .cae-info .icon-box {
  font-size: 0;
  text-align: center;
}
.case .tab_item .case-content li .cae-info .icon-box p {
  display: inline-block;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
  margin-bottom: 0;
  max-height: 60px;
  font-weight: 500;
}
.case .more-btn {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.case .more-btn .l-btn {
  display: inline-block;
  float: none;
}
@media (max-width: 978px) {
  .label-info {
    left: 15px;
  }
  .case {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .case h3 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .case .case-tab {
    position: relative;
  }
  .case .case-select {
    display: inline-block !important;
    vertical-align: top;
    width: 150px;
    border: 1px solid #ddd;
    padding: 5px 10px;
  }
  .case .tab > span {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 16px;
  }
  .case .tab_btn {
    display: inline-block;
    width: 150px;
    border: 1px solid #ddd;
    padding-top: 0;
    white-space: normal;
    padding-left: 0;
    position: absolute;
    top: 37px;
    left: 52px;
    z-index: 2;
    background: #fff;
    display: none;
  }
  .case .tab_btn p {
    width: 100%;
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 20px !important;
    margin-right: 0;
    text-align: left;
    padding: 5px 10px;
    transition: all 0.3s;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
  }
  .case .tab .secelct-mb {
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    padding-left: 10px;
    width: 150px;
    display: inline-block !important;
    vertical-align: middle;
    border: 1px solid #ddd;
    position: relative;
  }
  .case .tab .secelct-mb .fold-icon {
    right: 10px;
  }
  .case .tab_btn > span {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    float: left;
  }
  .case .tab_btn li {
    width: 100%;
  }
  .case .tab_btn li.active p {
    color: #07c5d5 !important;
    border-color: #07c5d5;
  }
  .case .tab_item {
    margin-top: 20px;
  }
  .case .tab_item > li {
    width: 100%;
  }
  .case .tab_item .case-content {
    width: 100%;
  }
  .case .tab_item .case-content ul {
    width: 100%;
  }
  .case .tab_item .case-content li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .case .tab_item .case-content li:nth-child(3n) {
    margin-right: 0;
  }
  .case .tab_item .case-content li .case-img {
    font-size: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .case .tab_item .case-content li .case-img img {
    width: 100%;
    transition: all 0.3s;
  }
  .case .tab_item .case-content li a {
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 8px 19px 0 rgba(154, 171, 221, 0.3);
    border-radius: 8px;
  }
  .case .tab_item .case-content li a:hover .case-img img {
    transform: scale(1.1);
  }
  .case .tab_item .case-content li .cae-info {
    background-color: #fff;
    padding: 0 20px 20px;
  }
  .case .tab_item .case-content li .label-info {
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    left: 15px;
  }
  .case .tab_item .case-content li .cae-info .label-info.blue {
    border: 1px solid #5278dc;
    color: #5278dc;
  }
  .case .tab_item .case-content li .cae-info .label-info.red {
    border: 1px solid #f73a29;
    color: #f73a29;
  }
  .case .tab_item .case-content li .cae-info .label-info.orange {
    border: 1px solid #f76c23;
    color: #f76c23;
  }
  .case .tab_item .case-content li .cae-info .label-info.yellow {
    border: 1px solid #fda80a;
    color: #fda80a;
  }
  .case .tab_item .case-content li .cae-info .label-info.green {
    border: 1px solid #07c5d5;
    color: #07c5d5;
  }
  .case .tab_item .case-content li .cae-info p {
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 10px;
    min-height: 0;
  }
  .case .tab_item .case-content li .cae-info .icon-box {
    max-width: 140px;
    margin: 0 auto;
    font-size: 0;
  }
  .case .more-btn {
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-top: 10px;
  }
  .case .more-btn .l-btn {
    display: inline-block;
    float: none;
  }
}
.case-template .l-container {
  position: relative;
}
.crumb {
  margin-bottom: 20px;
}
.crumb span {
  font-size: 14px;
  color: #26ccdd;
  line-height: 20px;
}
.crumb span:last-child {
  color: #fff;
}
.crumb span a {
  margin-right: 1px;
  color: #fff;
  transition: all 0.3s;
}
.crumb span a:hover {
  color: #07c5d5;
}
.case-template .case-left-box .title {
  font-size: 30px;
  color: #000000;
  line-height: 38px;
  margin-bottom: 20px;
}
.tag-box {
  margin-bottom: 30px;
}
.tag-box p {
  margin: 0 !important;
}
.tag-box .label-info {
  display: inline-block;
}
.tag-box .label-info[data-id="5"] span {
  border: 1px solid #07c5d5;
  color: #07c5d5;
}
.tag-box .label-info[data-id="6"] span {
  border: 1px solid #26ccdd;
  color: #26ccdd;
}
.tag-box .label-info[data-id="7"] span {
  border: 1px solid #fda80a;
  color: #fda80a;
}
.tag-box .label-info[data-id="8"] span {
  border: 1px solid #f76c23;
  color: #f76c23;
}
.tag-box .label-info[data-id="9"] span {
  border: 1px solid #f73a29;
  color: #f73a29;
}
.tag-box .label-info[data-id="10"] span {
  border: 1px solid #2cb720;
  color: #2cb720;
}
.tag-box .label-info[data-id="11"] span {
  border: 1px solid #6a88d8;
  color: #6a88d8;
}
.tag-box .label-info[data-id="12"] span {
  border: 1px solid #3533bf;
  color: #3533bf;
}
.tag-box .label-info[data-id="13"] span {
  border: 1px solid #8947c9;
  color: #8947c9;
}
.tag-box .label-info[data-id="14"] span {
  border: 1px solid #e145a2;
  color: #e145a2;
}
.tag-box .label-info[data-id="15"] span {
  border: 1px solid #999999;
  color: #999999;
}
.tag-box .label-info span {
  margin-right: 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  padding: 5px 10px;
}
.tag-box .main {
  /* float: right; */
  /* margin-top: 5px; */
}
.tag-box .main .time {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  margin-right: 40px;
}
.tag-box .main p {
  display: inline-block;
}
.tag-box .main p i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/browse-icon.svg) center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  transform: translateY(-2px);
}
.case-template {
  text-align: left;
  padding-top: 60px;
}
.case-template .case-left-box .img-box {
  margin-bottom: 30px;
}
.case-template .case-left-box .img-box a {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.case-template .case-left-box .img-box a img {
  display: block;
  width: 100%;
}
.case-template .case-left-box .section {
  margin-bottom: 30px;
}
.case-template .case-left-box .section ul {
  padding-left: 15px;
  list-style: unset;
}
.case-template .case-left-box .section ul li {
  list-style: unset;
}
.case-template .case-left-box .section h3 {
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  margin-bottom: 20px;
}
.case-template .case-left-box .section h4 {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 20px;
}
.case-template .case-left-box .section p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000;
}
.case-template .case-left-box .section a {
  color: #428bca;
}
.case-template .case-left-box .section img {
  width: auto;
}
.case-template .case-left-box img {
  width: auto;
}
.case-template .case-left-box .detail-feedback i {
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  position: absolute;
  top: 2px;
  left: 0;
}
.case-template .case-left-box .detail-feedback .pre {
  float: left;
  position: relative;
  padding-left: 20px;
}
.case-template .case-left-box .detail-feedback .pre i {
  background: url(../images/news/arrow-left.svg) center no-repeat;
  background-size: cover;
}
.case-template .case-left-box .detail-feedback .pre:hover i {
  background: url(../images/news/arrow-left-h.svg) center no-repeat;
  background-size: cover;
}
.case-template .case-left-box .detail-feedback .pre:hover a {
  color: #07c5d5;
}
.case-template .case-left-box .detail-feedback .next {
  float: right;
  padding-right: 20px;
  position: relative;
}
.case-template .case-left-box .detail-feedback .next i {
  background: url(../images/news/arrow-right.svg) center no-repeat;
  background-size: cover;
  left: auto;
  right: 0;
  top: 3px;
}
.case-template .case-left-box .detail-feedback .next:hover i {
  background: url(../images/news/arrow-right-h.svg) center no-repeat;
  background-size: cover;
}
.case-template .case-left-box .detail-feedback .next:hover a {
  color: #07c5d5;
}
.case-template .case-left-box .detail-feedback a {
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  width: 200px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  overflow: hidden;
}
.case-template .case-right-box {
  width: 360px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 20px 20px 0 20px;
}
.case-template .case-right-box h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
}
.case-template .case-right-box .tel {
  padding-bottom: 20px;
}
.case-template .case-right-box .tel i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/case/tel-icon.svg) center no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.case-template .case-right-box .tel span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.case-template .case-right-box .tel .l-btn {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
}
.case-template .case-right-box .info-box {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.case-template .case-right-box .info-box li {
  margin-bottom: 20px;
  cursor: pointer;
}
.case-template .case-right-box .info-box .recommend-left {
  width: 120px;
  height: 80px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
}
.case-template .case-right-box .info-box .recommend-left img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.case-template .case-right-box .info-box .recommend-right {
  display: inline-block;
  width: calc(100% - 145px);
  vertical-align: middle;
}
.case-template .case-right-box .info-box .recommend-right a {
  font-size: 16px;
  display: inline-block;
  color: #000000;
  line-height: 24px;
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
  min-height: 48px;
  overflow: hidden;
  transition: all 0.3s;
}
.case-template .case-right-box .info-box .recommend-right .main .time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
}
.case-template .case-right-box .info-box .recommend-right .main p {
  display: inline-block;
}
.case-template .case-right-box .info-box .recommend-right .main p i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/case/browse-icon.svg) center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.case-template .case-right-box .info-box .recommend-right .main p span {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.case-template .case-right-box .info-box li:hover a {
  color: #07c5d5;
}
.case-template .case-right-box .info-box li:hover img {
  transform: scale(1.1);
}
@media (max-width: 1279px) {
  .case-template .case-right-box {
    right: 3%;
  }
}
@media (max-width: 978px) {
  .gallery .l-title h2 {
    padding-left: 20px;
  }
  .case-template {
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .case-template .l-container {
    position: relative;
  }
  .case-template .case-left-box {
    padding-right: 0;
  }
  .case-template .case-left-box .crumb {
    margin-bottom: 7px;
  }
  .case-template .case-left-box .crumb span {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
  }
  .case-template .case-left-box .crumb span:last-child {
    color: #2a2a2a;
  }
  .case-template .case-left-box .title {
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .case-template .case-left-box .tag-box {
    margin-bottom: 20px;
  }
  .case-template .case-left-box .tag-box .label-info {
    display: inline-block;
  }
  .case-template .case-left-box .tag-box .label-info.blue span {
    border: 1px solid #5278dc;
    color: #5278dc;
  }
  .case-template .case-left-box .tag-box .label-info.red span {
    border: 1px solid #f73a29;
    color: #f73a29;
  }
  .case-template .case-left-box .tag-box .label-info.orange span {
    border: 1px solid #f76c23;
    color: #f76c23;
  }
  .case-template .case-left-box .tag-box .label-info.yellow span {
    border: 1px solid #fda80a;
    color: #fda80a;
  }
  .case-template .case-left-box .tag-box .label-info.green span {
    border: 1px solid #07c5d5;
    color: #07c5d5;
  }
  .case-template .case-left-box .tag-box .label-info span {
    margin-right: 5px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    padding: 2px 5px;
  }
  .case-template .case-left-box .tag-box .main {
    float: none;
    margin-top: 10px;
  }
  .case-template .case-left-box .tag-box .main .time {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    margin-right: 20px;
  }
  .case-template .case-left-box .tag-box .main p {
    display: inline-block;
  }
  .case-template .case-left-box .tag-box .main p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/case/browse-icon.svg) center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
  }
  .case-template .case-left-box .tag-box .main p span {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
  }
  .case-template .case-left-box .img-box {
    margin-bottom: 20px;
  }
  .case-template .case-left-box .img-box a {
    display: inline-block;
    width: 100%;
    font-size: 0;
  }
  .case-template .case-left-box .img-box a img {
    width: 100%;
  }
  .case-template .case-left-box .section {
    font-size: 0;
    margin-bottom: 60px;
  }
  .case-template .case-left-box .section h3 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .case-template .case-left-box .section img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .case-template .case-left-box .section h4 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .case-template .case-left-box .section p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .case-template .case-right-box li {
    background: #ffffff;
    box-shadow: 0 8px 19px 0 rgba(154, 171, 221, 0.3);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .case-template .case-right-box li:nth-child(n + 3) {
    display: none;
  }
  .case-template .case-right-box {
    width: 100%;
    position: static;
    right: 0;
    top: 0;
    border: none;
    border-radius: 4px;
    padding: 20px 0 0 0;
  }
  .case-template .case-right-box h3 {
    display: none;
  }
  .case-template .case-right-box .tel {
    display: none;
  }
  .case-template .case-right-box .info-box {
    border-top: none;
    padding-top: 20px;
  }
  .case-template .case-right-box .info-box h3 {
    display: block;
    font-size: 24px;
    color: #000000;
    text-align: center;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .case-template .case-right-box .info-box li {
    margin-bottom: 20px;
  }
  .case-template .case-right-box .info-box .recommend-left {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    font-size: 0;
  }
  .case-template .case-right-box .info-box .recommend-left img {
    width: 100%;
  }
  .case-template .case-right-box .info-box .recommend-right {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 20px;
  }
  .case-template .case-right-box .info-box .recommend-right a {
    font-size: 16px;
    display: inline-block;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
    min-height: 0;
  }
  .case-template .case-right-box .info-box .recommend-right .main .time {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    margin-right: 20px;
  }
  .case-template .case-right-box .info-box .recommend-right .main p {
    display: inline-block;
  }
  .case-template .case-right-box .info-box .recommend-right .main p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/case/browse-icon.svg) center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
  }
  .case-template .case-right-box .info-box .recommend-right .main p span {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
  }
  .case-template .case-right-box .info-box .more-btn {
    text-align: center;
    margin-top: 30px;
  }
  .case-template .case-left-box .detail-feedback .pre {
    width: 50%;
    padding-right: 10px;
  }
  .case-template .case-left-box .detail-feedback .pre a {
    width: calc(100% - 28px);
  }
  .case-template .case-left-box .detail-feedback .next {
    width: 50%;
    padding-left: 10px;
  }
  .case-template .case-left-box .detail-feedback .next a {
    width: calc(100% - 28px);
  }
}
.case-ad {
  display: block;
  background: url(../images/case/case-ad-bg.png);
  background-size: cover;
}
.case-ad .ad-info {
  margin-right: 60px;
  width: calc(100% - 400px);
}
.case-ad .ad-info h3 {
  font-size: 36px;
  color: #000000;
  line-height: 48px;
}
.case-ad .ad-info p {
  margin-top: 20px;
  font-size: 24px;
  color: #07c5d5;
  line-height: 30px;
}
.case-ad .ad-info p span {
  position: relative;
  margin-right: 10px;
}
.case-ad .ad-info p span:after {
  content: "";
  height: 20px;
  width: 2px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 0;
}
.case-ad .ad-info p span:last-child:after {
  display: none;
}
@media (max-width: 978px) {
  .case-ad {
    display: none;
  }
}
#pagination {
  margin-bottom: 100px;
}
@media (max-width: 978px) {
  #pagination {
    margin-bottom: 60px;
  }
}
.header .header-tel span,
.header-lan h3 {
  color: #000;
}
.header .header-tel i {
  background: url(../images/header-telb.svg) center no-repeat;
  vertical-align: middle;
}
.header {
  border-bottom: 1px solid #ddd;
}
.iframe-boxs {
  position: relative;
}
.iframe-boxs:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background: url(../images/video-play.svg) center;
  z-index: 2;
}
@media (max-width: 978px) {
  .iframe-boxs:after {
    width: 40px;
    height: 40px;
  }
}
.gallery {
  padding-top: 0;
}
.gallery .l-title h2 {
  text-align: left;
}
.gallery .l-body {
  position: relative;
}
.gallery .l-body .img-box {
  background-size: cover !important;
}
.gallery .l-body img {
  width: 100%;
}
.gallery .l-body .swiper-slide .card {
  float: left;
  /* width: calc((100% - 60px) / 3); */
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  /* margin-right: 30px; */
  position: relative;
}
.gallery .l-body .swiper-slide .card:last-child {
  margin-right: 0;
}
.gallery .l-body .swiper-slide h3 {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 60px;
  padding: 0 20px;
  min-height: 48px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery .l-body .swiper-slide p {
  font-size: 14px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding: 0 20px;
  margin-bottom: 30px;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gallery .l-body .swiper-slide p:last-child {
  font-size: 16px;
  color: #1bc3d2;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.gallery .l-body .swiper-slide a:hover h3 {
  color: #4caab9;
}
.gallery .l-body .swiper-slide i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/arrow-new-blue-h.svg) center -2px no-repeat;
  margin-left: 5px;
  transition: all 0.3s;
  margin-left: 10px;
  transform: translateY(2px) rotateZ(-45deg);
}
.gallery .swiper-pagination {
  bottom: -40px;
  z-index: 2;
  width: 100%;
}
.gallery .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  height: 4px;
  background: rgba(166, 166, 166, 0.5);
  border-radius: 0px;
  margin: 0 5px !important;
}
.gallery .swiper-pagination-bullet-active {
  background: #07c5d5;
}
.gallery .l-body .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -80px;
  background: url(../images/allow-left.svg);
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.gallery .l-body .swiper-button-prev:hover {
  background: url(../images/allow-left-h.svg);
}
.gallery .l-body .swiper-button-next {
  width: 40px;
  height: 40px;
  right: -80px;
  background: url(../images/allow-right.svg);
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.gallery .l-body .swiper-button-next:hover {
  background: url(../images/allow-right-h.svg);
}
@media (max-width: 1400px) {
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .gallery {
    padding-top: 0;
  }
  .gallery .l-title img {
    width: 211px;
  }
  .gallery .l-body .img-box {
    height: 140px;
    overflow: hidden;
  }
  .gallery .l-title img.mb {
    display: inline-block !important;
  }
  .gallery .l-container {
    padding: 0;
  }
  .gallery .l-body {
    position: relative;
  }
  .gallery .l-body img {
    width: 100%;
    overflow: hidden;
  }
  .gallery .l-body .swiper-wrapper {
    overflow: auto;
    padding-left: 15px;
  }
  .gallery .l-body .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .gallery .l-body .swiper-slide {
    position: relative;
    margin-right: 20px;
    width: 300px;
  }
  .gallery .l-body .swiper-slide a {
    display: inline-block;
    width: 100%;
    float: none;
    width: 285px;
    margin-right: 0px;
  }
  .gallery .l-body .swiper-slide h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
  }
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
  .gallery .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -40px;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #50617c;
    border-radius: 25px;
    margin: 0 8px;
    opacity: 1;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    background: #82cb7c;
    border-radius: 25px;
    opacity: 1;
  }
  .label-info a {
    width: auto !important;
  }
}
