.caseDetails .banner {
  width: 100%;
  position: relative;
  height: 700px;
  background-position: center;
  background-size: cover;
  -webkit-transition: height 0.3s !important;
  -moz-transition: height 0.3s !important;
  -ms-transition: height 0.3s !important;
  -o-transition: height 0.3s !important;
  transition: height 0.3s !important;
}
.caseDetails .banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.caseDetails .banner .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 80px;
  text-align: center;
  line-height: 2;
  color: #fff;
}
.caseDetails .banner .text p,
.caseDetails .banner .text span {
  position: relative;
  z-index: 2;
}
.caseDetails .banner .text p {
  font-size: 40px;
}
.caseDetails .banner .text span {
  font-size: 18px;
}
.caseDetails .detail {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0;
  color: #333;
}
.caseDetails .detail .title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin: 50px auto 30px;
}
.caseDetails .detail .con {
 
  text-align: center;
  margin:  0 auto;
}
.caseDetails .detail .con table{
  width: 100%;
  text-align: center;
  margin:  0 auto;
}
.caseDetails .detail p {
  padding: 10px 0;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
}
.caseDetails .detail img,
.caseDetails .detail video {
  max-width: 960px;
  margin: 10px auto;
}
.caseDetails .more {
  position: relative;
  padding: 100px 0 0;
	margin: 10px auto;
  width: 80%;
}
.caseDetails .more .item {
  border-bottom: 1px solid #333;
  font-size: 18px;
  line-height: 3;
}
.caseDetails .more .bottom{
	display: flex;
	justify-content: space-between;
}
.caseDetails .more .bottom .btn {
  position: relative;
  font-size: 20px;
  line-height: 3;
  flex: 1
	
}
.caseDetails .more .bottom .btn img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.caseDetails .more .bottom .btn.left {
  float: left;
  padding-left: 35px;
}
.caseDetails .more .bottom .btn.center {
  text-align: center;
  
}
.caseDetails .more .bottom .btn.left img {
  right: auto;
}
.caseDetails .more .bottom .btn.left:hover img {
  left: -10px;
}
.caseDetails .more .bottom .btn.right {
  float: right;
  padding-right: 35px;
 text-align: right;
}
.caseDetails .more .bottom .btn.right img {
  left: auto;
}
.caseDetails .more .bottom .btn.right:hover img {
  right: -10px;
}
@media screen and (max-width: 1200px) {
  .caseDetails .banner {
    height: 600px;
  }
  .caseDetails .banner .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 72px;
  }
  .caseDetails .banner .text p {
    font-size: 36px;
  }
  .caseDetails .banner .text span {
    font-size: 16px;
  }
  .caseDetails .detail {
    padding: 45px 0;
  }
}
@media screen and (max-width: 900px) {
  .caseDetails .banner {
    height: 500px;
  }
  .caseDetails .banner .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 68px;
  }
  .caseDetails .banner .text p {
    font-size: 34px;
  }
  .caseDetails .banner .text span {
    font-size: 15px;
  }
  .caseDetails .detail {
    padding: 40px 0;
  }
  .caseDetails .detail .title {
    margin: 35px 0 20px;
    font-size: 30px;
  }
  .caseDetails .detail p {
    font-size: 18px;
    padding: 8px 0;
  }
  .caseDetails .more {
    padding-top: 90px;
  }
  .caseDetails .more .item {
    font-size: 16px;
    line-height: 2.6;
  }
  .caseDetails .more .bottom .btn {
    font-size: 18px;
  }
  .caseDetails .more .bottom .btn img {
    width: 19px;
    height: 19px;
  }
  .caseDetails .more .bottom .btn.left {
    padding-left: 30px;
  }
  .caseDetails .more .bottom .btn.right {
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .caseDetails .banner {
    height: 350px;
  }
  .caseDetails .banner .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 50px;
  }
  .caseDetails .banner .text p {
    font-size: 28px;
  }
  .caseDetails .banner .text span {
    font-size: 14px;
  }
  .caseDetails .detail {
    padding: 30px 0;
  }
  .caseDetails .detail .title {
    margin: 25px 0 15px;
    font-size: 26px;
  }
  .caseDetails .detail p {
    font-size: 16px;
    line-height: 1.3;
    padding: 6px 0;
  }
  .caseDetails .more {
    padding-top: 70px;
  }
  .caseDetails .more .item {
    font-size: 15px;
    line-height: 2.4;
  }
  .caseDetails .more .bottom .btn {
    font-size: 16px;
  }
  .caseDetails .more .bottom .btn img {
    width: 16px;
    height: 16px;
  }
  .caseDetails .more .bottom .btn.left {
    padding-left: 25px;
  }
  .caseDetails .more .bottom .btn.right {
    padding-right: 25px;
  }
}
@media screen and (max-width: 450px) {
  .caseDetails .banner {
    height: 300px;
  }
  .caseDetails .banner .text {
    height: 24px;
  }
  .caseDetails .banner .text p {
    font-size: 24px;
    line-height: 1.5;
  }
  .caseDetails .banner .text span {
    font-size: 13px;
  }
  .caseDetails .detail {
    padding: 25px 0;
  }
  .caseDetails .detail .title {
    margin: 15px 0 10px;
    font-size: 22px;
  }
  .caseDetails .detail p {
    font-size: 14px;
    line-height: 1.2;
  }
  .caseDetails .more {
    padding-top: 50px;
  }
  .caseDetails .more .item {
    font-size: 14px;
    line-height: 2;
  }
  .caseDetails .more .bottom .btn {
    font-size: 15px;
  }
  .caseDetails .more .bottom .btn img {
    width: 14px;
    height: 14px;
  }
  .caseDetails .more .bottom .btn.left {
    padding-left: 22px;
  }
  .caseDetails .more .bottom .btn.right {
    padding-right: 22px;
  }
}
