.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-detail .banner {
  position: relative;
  height: 470px;
  color: #fff;
  overflow: hidden;
}
.case-detail .banner .img {
  position: absolute;
  top: 0;
  left: 0;
}
.case-detail .banner .overaly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 34, 44, 0.5);
}
.case-detail .banner .cpy-info {
  text-align: center;
}
.case-detail .banner .cpy-info .logo {
  position: relative;
  width: 107px;
  height: 107px;
  line-height: 107px;
  margin: 75px auto 0;
  text-align: center;
}
.case-detail .banner .cpy-info .logo .img-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 88px;
  max-height: 88px;
  margin-top: -43px;
  margin-left: -45px;
  border-radius: 50%;
}
.case-detail .banner .cpy-info .logo:hover .bg {
  -webkit-animation: spin 2s linear 2s 5 alternate;
  animation: spin 2s linear infinite;
}
.case-detail .banner .cpy-info .info h3 {
  padding: 0 100px;
  margin: 20px 0 10px;
  font-size: 40px;
  font-weight: normal;
}
.case-detail .banner .cpy-info .info .desc {
  width: 640px;
  margin: 0 auto;
  font-size: 14px;
  color: #e0e0e0;
}
.case-detail .banner .summary {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
}
.case-detail .banner .summary .col {
  float: left;
  width: 240px;
  height: 80px;
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.case-detail .banner .summary .col:nth-last-child(1) {
  border-right: 0;
}
.case-detail .banner .summary .col .sign {
  position: relative;
  padding: 13px 0 11px;
  font-size: 16px;
  color: #bbbcbd;
}
.case-detail .banner .summary .col .sign:after {
  width: 6px;
  height: 1px;
  background: #2770f6;
  left: 50%;
  bottom: 5px;
  margin-left: -3px;
  position: absolute;
  display: block;
  content: "";
}
.case-detail .banner .summary .col .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.case-detail .module {
  padding: 50px 0;
  font-size: 16px;
}
.case-detail .cpy-content {
  line-height: 32px;
  font-size: 16px;
  color: #333;
  background: #f7f7f7;
}
.case-detail .cpy-content .name {
  font-weight: bold;
}
.case-detail .story {
  background: #fff;
}
.case-detail .story .title {
  padding-bottom: 20px;
  font-size: 30px;
}
.case-detail .story .title .normal {
  font-weight: normal;
}
.case-detail .story .title .small {
  font-size: 26px;
  vertical-align: text-top;
}
.case-detail .story .info {
  line-height: 30px;
}
.case-detail .story .person {
  padding-top: 50px;
}
.case-detail .story .person .avatar {
  float: left;
  width: 215px;
  height: 210px;
  padding: 12px 11px;
  box-sizing: border-box;
  background: url('../images/case_avatar_bg.png') no-repeat;
}
.case-detail .story .person .avatar img {
  width: 185px;
  height: 185px;
  border-radius: 50%;
}
.case-detail .story .person .intro {
  float: left;
  width: 950px;
  padding: 30px 0 30px 35px;
}
.case-detail .story .person .intro .name-job {
  font-size: 26px;
  color: #333;
}
.case-detail .story .person .intro .name-job .job {
  margin-left: 16px;
  font-size: 14px;
  color: #999;
}
.case-detail .story .person .intro .sign {
  position: relative;
  line-height: 34px;
  padding-top: 40px;
  font-size: 18px;
  color: #666;
}
.case-detail .story .person .intro .sign:before {
  position: absolute;
  top: 24px;
  left: 0;
  content: "";
  width: 30px;
  height: 1px;
  background: #2770f6;
}
.case-detail .table {
  background: #f7f7f7;
}
.case-detail .table .head {
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #2770f6;
}
.case-detail .table .head li {
  float: left;
  width: 400px;
  font-size: 20px;
  text-align: center;
  border-right: 1px solid #689bf9;
  box-sizing: border-box;
}
.case-detail .table .head li:nth-last-child(1) {
  border-right: 0;
}
.case-detail .table .body {
  line-height: 26px;
  color: #666;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-top: none;
}
.case-detail .table .body ul {
  border-bottom: 1px solid #e6e6e6;
}
.case-detail .table .body ul li {
  float: left;
  width: 33.3333333%;
  padding: 30px;
  box-sizing: border-box;
}
.case-detail .table .body ul li .box {
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-detail .table .body ul:nth-last-child(1) {
  border-bottom: none;
}
.case-detail .function .section {
  margin-bottom: 55px;
}
.case-detail .function .section .title {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.case-detail .function .section .title span {
  margin-right: 4px;
  font-family: 'Helve';
  color: #999;
}
.case-detail .function .section .info {
  line-height: 30px;
  padding-bottom: 10px;
  font-size: 15px;
  color: #666;
}
.case-detail .function .section img {
  max-width: 100%;
}
.case-detail .relation {
  background: #f7f7f7;
}
.case-detail .relation .module-title {
  padding-bottom: 28px;
}
.case-detail .relation .module-title h3 {
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  font-weight: normal;
}
.case-detail .relation .module-title .more {
  position: relative;
  float: right;
  line-height: 32px;
  padding: 0px 25px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
}
.case-detail .relation .module-title .more .lines {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.case-detail .relation .module-title .more .lines:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.case-detail .relation .module-title .more .lines:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.case-detail .relation .module-title .more:before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.case-detail .relation .module-title .more:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.case-detail .relation .module-title .more:hover:before {
  transform: translateX(-100%);
}
.case-detail .relation .module-title .more:hover:after {
  transform: translateX(100%);
}
.case-detail .relation .module-title .more:hover .lines:before {
  transform: translateY(-100%);
}
.case-detail .relation .module-title .more:hover .lines:after {
  transform: translateY(100%);
}
.case-detail .relation ul {
  margin: 0 -10px;
}
.case-detail .relation ul li {
  float: left;
  width: 305px;
  padding: 10px;
  box-sizing: border-box;
}
.case-detail .relation ul li .col {
  height: 350px;
  background: #fff;
  transition: all 0.4s;
}
.case-detail .relation ul li .col .img {
  position: relative;
  height: 170px;
  overflow: hidden;
}
.case-detail .relation ul li .col .img img {
  position: absolute;
  width: 200%;
  min-height: 100%;
  top: 0;
  left: -50%;
  transition: all 0.3s;
}
.case-detail .relation ul li .col .hd {
  padding: 0 15px;
  margin: 16px 0;
  font-size: 13px;
  color: #888;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case-detail .relation ul li .col .hd .tag {
  position: relative;
  margin-right: 20px;
}
.case-detail .relation ul li .col .hd .tag:after {
  top: 3px;
  right: -12px;
  width: 1px;
  height: 12px;
  background: #999;
  position: absolute;
  display: block;
  content: "";
}
.case-detail .relation ul li .col .bd {
  height: 86px;
  padding: 0 15px;
}
.case-detail .relation ul li .col .bd .title {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case-detail .relation 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;
}
.case-detail .relation ul li .col .ft {
  padding: 0 15px;
  line-height: 42px;
  font-size: 12px;
  color: #888;
  border-top: 1px solid #f5f5f5;
}
.case-detail .relation ul li .col .ft .fl {
  width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.case-detail .relation ul li .col .ft span {
  margin-right: 5px;
}
.case-detail .relation ul li .col:hover {
  box-shadow: 5px 10px 24px 0px rgba(39, 122, 246, 0.05);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.case-detail .relation ul li .col:hover img {
  transform: scale(1.01);
}
.case-detail .relation ul li .col:hover .bd .title {
  color: #2770f6;
}
