.rotate-more {
  display: inline-block;
  position: relative;
  line-height: 32px;
  padding: 0px 25px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  box-sizing: border-box;
}
.rotate-more .lines {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rotate-more .lines:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more .lines:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more:before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:hover:before {
  transform: translateX(-100%);
}
.rotate-more:hover:after {
  transform: translateX(100%);
}
.rotate-more:hover .lines:before {
  transform: translateY(-100%);
}
.rotate-more:hover .lines:after {
  transform: translateY(100%);
}
/* case-list */
/* banner */
.case-banner {
  position: relative;
  height: 490px;
  overflow: hidden;
}
.case-banner .tp-banner {
  height: 100% !important;
  overflow: hidden;
}
.case-banner .tp-banner > ul {
  position: relative;
}
.case-banner .tp-banner > ul > li {
  height: 490px!important;
}
.case-banner .tp-banner > ul > li:before {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
}
.case-banner .tp-banner .overaly {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.case-banner .tp-banner .box {
  width: 640px;
  height: 230px;
  padding: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #2770f6;
  box-sizing: border-box;
  z-index: 100;
}
.case-banner .tp-banner .box .box-content {
  position: relative;
  height: 100%;
}
.case-banner .tp-banner .box .hd {
  position: relative;
  height: 12px;
  line-height: 12px;
  margin-bottom: 25px;
  padding-left: 15px;
  color: #d3d3d4;
}
.case-banner .tp-banner .box .hd:before {
  left: 0;
  top: 6px;
  width: 9px;
  height: 2px;
  background: #2770f6;
  display: block;
  position: absolute;
  content: "";
}
.case-banner .tp-banner .box .hd .type {
  position: relative;
  margin-right: 26px;
}
.case-banner .tp-banner .box .hd .type:after {
  top: 3px;
  right: -16px;
  width: 1px;
  height: 11px;
  background-color: #d3d3d4;
  display: block;
  position: absolute;
  content: "";
}
.case-banner .tp-banner .box .hd .type:after .bd {
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 30px;
}
.case-banner .tp-banner .box .bd {
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case-banner .tp-banner .box .ft {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  white-space: normal;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-banner .tp-banner .box .more-content {
  position: absolute;
  bottom: 0;
  right: 0;
}
.case-banner .tp-banner .box .more-content .more {
  position: relative;
  float: right;
  width: 112px;
  height: 26px;
  line-height: 24px;
  padding: 0 19px;
  color: #fff;
  border: 1px solid #76787a;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.case-banner .tp-banner .box .more-content .more:before {
  position: absolute;
  left: -100%;
  display: block;
  content: "→";
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.case-banner .tp-banner .box .more-content .more:hover {
  border-color: #fff;
}
.case-banner .tp-banner .box .more-content .more:hover span {
  transform: translateX(300%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.case-banner .tp-banner .box .more-content .more:hover:before {
  left: 48%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.case-banner .tp-banner .box .more-content .more span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.case-banner .tp-bullets.round .bullet {
  background: none;
  width: 20px;
  height: 3px;
  margin-left: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.case-banner .tp-bullets.round .bullet.selected {
  background-color: #ffffff;
}
/* Tabs */
.tp-tab-container {
  padding: 50px 0;
  background: #f7f7f7;
}
.tp-tab-container .tab-cases .types {
  border-bottom: none;
}
.tp-tab-container .tab-cases .types .item {
  float: left;
  width: 300px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #666;
  text-align: center;
  border-top: 2px solid #ededed;
  background: #ededed;
  box-sizing: border-box;
  cursor: pointer;
}
.tp-tab-container .tab-cases .types .item.on {
  color: #333;
  background: #fff;
  border-top: 2px solid #2770f6;
}
.tp-tab-container .tab-cases .tempWrap {
  padding: 20px 0;
  background-color: #fff;
}
.tp-tab-container .tab-cases .bd .subHd ul li {
  float: left;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  margin: 10px 45px;
  cursor: pointer;
}
.tp-tab-container .tab-cases .bd .subHd ul li.on {
  color: #2770f6;
}
.tp-tab-container .list-case {
  padding-top: 35px;
}
.tp-tab-container .list-case ul {
  margin: 0 -13px;
}
.tp-tab-container .list-case ul li {
  float: left;
  width: 33.3333333%;
  padding: 13px;
  box-sizing: border-box;
}
.tp-tab-container .list-case ul li .col {
  height: 380px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.tp-tab-container .list-case ul li .col .img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.tp-tab-container .list-case ul li .col .img img {
  position: absolute;
  width: 200%;
  min-height: 100%;
  top: 0;
  left: -50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.tp-tab-container .list-case ul li .col .hd {
  padding: 0 25px;
  margin: 16px 0;
  font-size: 13px;
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tp-tab-container .list-case ul li .col .hd .tag {
  position: relative;
  margin-right: 20px;
}
.tp-tab-container .list-case ul li .col .hd .tag:after {
  top: 3px;
  right: -12px;
  width: 1px;
  height: 12px;
  background: #999;
  display: block;
  position: absolute;
  content: "";
}
.tp-tab-container .list-case ul li .col .bd {
  height: 86px;
  padding: 0 25px;
}
.tp-tab-container .list-case ul li .col .bd .title {
  margin-bottom: 8px;
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.tp-tab-container .list-case ul li .col .bd .info {
  height: 36px;
  line-height: 18px;
  font-size: 13px;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tp-tab-container .list-case ul li .col .ft {
  padding: 0 25px;
  line-height: 42px;
  color: #888;
  border-top: 1px solid #f5f5f5;
}
.tp-tab-container .list-case ul li .col .ft .left-item {
  width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tp-tab-container .list-case ul li .col .ft span {
  margin-right: 5px;
}
.tp-tab-container .list-case ul li .col:hover {
  box-shadow: 5px 10px 24px 0px rgba(39, 122, 246, 0.05);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.tp-tab-container .list-case ul li .col:hover img {
  transform: scale(1.01);
}
.tp-tab-container .list-case ul li .col:hover .bd .title {
  color: #2770f6;
}
