.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text-con {
  position: absolute;
  width: 100%;
  top: 46%;
  color: #fff;
}
.banner .text-con .text .left {
  float: left;
  width: 6.4rem;
  height: 6.4rem;
  background: #fff;
  border-radius: 10px;
  padding: 0 0.4rem;
  position: relative;
}
.banner .text-con .text .left img {
  width: 88%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text-con .text .right {
  float: right;
  width: 86%;
}
.banner .text-con .text .right h2 {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.banner .text-con .text .right p {
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: 0.6rem;
  width: 50%;
}
.digitize {
  padding-bottom: 12rem;
  background: url(../img/case/case_detail_bg.png) no-repeat bottom right;
}
.digitize .con {
  text-align: center;
}
.digitize .con h2 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  padding-top: 4rem;
}
.digitize .con .text {
  position: relative;
}
.digitize .con .text p {
  font-size: 0.8rem;
  margin: 0 auto;
  position: relative;
  line-height: 1.8;
  text-align: justify;
}
.digitize .con .text img {
  max-width: 100%;
}
.digitize .con .text:before {
  content: '\e63d';
  font-family: iconfont;
  position: absolute;
  left: -3rem;
  top: -2rem;
  font-size: 2rem;
  color: #9f223d;
}
.digitize .con .text:after {
  content: '\e63e';
  font-family: iconfont;
  position: absolute;
  right: -3rem;
  bottom: -2rem;
  font-size: 2rem;
  color: #9f223d;
}
.digitize .con .btn {
  margin-top: 5rem;
}
.digitize .con .btn a {
  display: inline-block;
  width: 10rem;
  height: 3rem;
  border-radius: 30px;
  background: #97a2a8;
  line-height: 3rem;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  padding: 0;
}
.digitize .con .btn a:hover {
  background: #9f223d;
}
.digitize .con .btn a.paper {
  margin-left: 1rem;
}
#doing {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #edeef0;
}
#doing .title {
  text-align: center;
  padding: 3rem 0;
}
#doing .title h2 {
  font-size: 2.3rem;
  color: #333;
  display: inline-block;
  position: relative;
}
#doing .title h2:before {
  content: '/';
  position: absolute;
  font-size: 2.3rem;
  left: -40px;
  top: 0;
  color: #9f223d;
}
#doing .title h2:after {
  content: '/';
  position: absolute;
  font-size: 2.3rem;
  right: -30px;
  top: 0;
  color: #9f223d;
}
#doing .doing-con .text p {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.8;
  margin-top: 0.6rem;
}
#doing .doing-con .text img {
  width: 100%!important;
}
.income {
  padding-bottom: 5rem;
}
.income .title {
  text-align: center;
  padding: 3rem 0 3.5rem;
}
.income .title h2 {
  font-size: 2.3rem;
  display: inline-block;
  position: relative;
}
.income .title h2:before {
  content: '/';
  position: absolute;
  font-size: 2.3rem;
  left: -40px;
  top: 0;
  color: #9f223d;
}
.income .title h2:after {
  content: '/';
  position: absolute;
  font-size: 2.3rem;
  right: -30px;
  top: 0;
  color: #9f223d;
}
.income .income-con .text p {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.8;
  margin-top: 0.6rem;
}
.income .income-con .text  img {
  width: 100%!important;
}
.case-introduce {
  padding: 2rem 0;
  background-size: cover;
}
.case-introduce .con {
  padding-right: 10%;
}
.case-introduce .con h4 {
  font-size: 0.8rem;
}
.case-introduce .con h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.4rem;
}
.case-introduce .con p {
  font-size: 0.8rem;
  margin-top: 2rem;
  text-align: justify;
  line-height: 1.8;
}
.client-evaluation {
  padding-bottom: 10rem;
}
.client-evaluation .title {
  text-align: center;
  padding: 3rem 0 5rem;
}
.client-evaluation .title h2 {
  font-size: 2.3rem;
  display: inline-block;
  position: relative;
}
.client-evaluation .title h2:before {
  content: '/';
  position: absolute;
  font-size: 2.3rem;
  left: -40px;
  top: 0;
  color: #9f223d;
}
.client-evaluation .title h2:after {
  content: '/';
  position: absolute;
  font-size: 2.3rem;
  right: -30px;
  top: 0;
  color: #9f223d;
}
.client-evaluation .con .swiper-slide .left {
  float: left;
  width: 46.2%;
  position: relative;
}
.client-evaluation .con .swiper-slide .left img {
  width: 100%;
}
.client-evaluation .con .swiper-slide .left .play {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background: #9f223d;
  text-align: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.client-evaluation .con .swiper-slide .left .play span {
  color: #fff;
  font-size: 18px;
  line-height: 3.5rem;
  position: relative;
  left: 2px;
}
.client-evaluation .con .swiper-slide .left .play:hover {
  background: #fff;
}
.client-evaluation .con .swiper-slide .left .play:hover span {
  color: #9f223d;
}
.client-evaluation .con .swiper-slide .right {
  float: right;
  width: 46.5%;
  padding-top: 5%;
  position: relative;
}
.client-evaluation .con .swiper-slide .right h4 {
  font-size: 2.3rem;
  font-weight: bold;
}
.client-evaluation .con .swiper-slide .right h3 {
  font-size: 1.2rem;
  color: #999;
}
.client-evaluation .con .swiper-slide .right .text p {
  font-size: 0.8rem;
  margin-top: 1rem;
  line-height: 1.8;
}
.client-evaluation .con .swiper-slide .right:before {
  content: '\e63d';
  font-family: iconfont;
  font-size: 3rem;
  color: #9f223d;
  position: absolute;
  top: -1rem;
  left: 0;
}
.client-evaluation .con .swiper-pagination {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -5rem;
}
.client-evaluation .con .swiper-pagination .swiper-pagination-bullet {
  background: #535353;
  margin: 0 0.5rem;
  opacity: 0.4;
}
.client-evaluation .con .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #9f223d;
}
.main-product {
  background: #edeef0;
  padding-bottom: 7.4rem;
}
.main-product .title {
  text-align: center;
  padding: 3rem 0 5rem;
}
.main-product .title h2 {
  font-size: 2.3rem;
  display: inline-block;
  position: relative;
}
.main-product .title h2:before {
  content: '/';
  position: absolute;
  font-size: 2.3rem;
  left: -40px;
  top: 0;
  color: #9f223d;
}
.main-product .title h2:after {
  content: '/';
  position: absolute;
  font-size: 2.3rem;
  right: -30px;
  top: 0;
  color: #9f223d;
}
.main-product .con > ul li {
  float: left;
  width: 23.3%;
}
.main-product .con > ul li:not(:last-child) {
  margin-right: 2.2666%;
}
.main-product .con > ul li a {
  display: block;
}
.main-product .con > ul li .top {
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.main-product .con > ul li .top img {
  width: 100%;
}
.main-product .con > ul li .bottom {
  text-align: center;
  background: #fff;
  height: 0;
  padding: 2rem 2rem 82%;
}
.main-product .con > ul li .bottom h2 {
  font-size: 1.3rem;
}
.main-product .con > ul li .bottom .line {
  width: 0.8rem;
  height: 1px;
  background: #9f223d;
  margin: 1rem auto;
}
.main-product .con > ul li .bottom p {
  font-size: 0.7rem;
  color: #666;
}
.main-product .con > ul li:hover .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case-about {
  padding: 7rem 0;
  background: url(../img/case/case_about.jpg) no-repeat;
  background-size: cover !important;
}
.case-about .con {
  width: 52%;
  margin: 0 auto;
}
.case-about .con h2 {
  font-size: 2.3rem;
  text-align: center;
  color: #fff;
}
.case-about .con .play {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #9f223d;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin: 3rem auto 0;
}
.case-about .con .play span {
  color: #fff;
  font-size: 18px;
  line-height: 3.5rem;
  position: relative;
  left: 2px;
}
.case-about .con .play:hover {
  background: #fff;
}
.case-about .con .play:hover span {
  color: #9f223d;
}
#bsWXBox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.sidebar-share {
  position: fixed;
  top: 30%;
  left: 2%;
  z-index: 100;
}
.sidebar-share .bdsharebuttonbox {
  position: relative;
  top: 0;
  left: 0;
}
.sidebar-share .bdsharebuttonbox .txt {
  font-size: 0.8rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #f3f5f9;
  color: #333;
  text-align: center;
}
.sidebar-share .bdsharebuttonbox a {
  position: relative;
  background: none;
  padding-left: 0;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 2rem;
  margin: 0;
  display: block;
  background: #f3f5f9;
  margin-top: 4px;
}
.sidebar-share .bdsharebuttonbox a:before {
  content: '\e617';
  font-family: 'iconfont';
  color: #9f223d;
  font-size: 2rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.sidebar-share .bdsharebuttonbox a.bds_tsina:before {
  content: '\e699';
}
.sidebar-share .bdsharebuttonbox a.bds_copy:before {
  content: '\e60c';
}
.sidebar-share .bdsharebuttonbox a.bds_sqq:before {
  content: '\e612';
}
.sidebar-share .bdsharebuttonbox a.erweima:before {
  content: '\e748';
}
.sidebar-share .bdsharebuttonbox a:hover {
  color: #7a1d2f;
  opacity: 1;
}
.sidebar-share .bdsharebuttonbox a:hover:before {
  color: #7a1d2f;
}
.sidebar-share .bdsharebuttonbox .er {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.sidebar-share .bdsharebuttonbox .er #code {
  position: absolute;
  right: -150px;
  top: -30px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border: 4px solid #fff;
}
.sidebar-share .bdsharebuttonbox .er #code:before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -22px;
  top: 50px;
}
.sidebar-share .bdsharebuttonbox .er:hover{
  overflow: inherit;
}
.sidebar-share .bdsharebuttonbox .er:hover #code {
  opacity: 1;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 10%;
}
#videoPopup .video-box video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#videoPopup .video-box .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup .video-box .close span {
  font-size: 0.8rem;
  line-height: 2rem;
  color: #fff;
}
#videoPopup .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
.doing-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.doing-mask .doing-text {
  width: 70%;
  height: 70%;
  overflow: auto;
  margin: 8% auto 0;
  background: #fff;
  padding: 2rem 3rem;
  position: relative;
}
.doing-mask .doing-text h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.doing-mask .doing-text p {
  font-size: 0.8rem;
  text-align: justify;
}
.doing-mask .doing-text .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1rem;
  cursor: pointer;
}
.paper {
  background: url(../img/product/paper_bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
}
.paper p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.paper p a {
  display: inline-block;
  width: 10rem;
  height: 3rem;
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 3rem;
  font-size: 0.8rem;
  color: #fff;
  margin-left: 2rem;
}
.paper p a:hover {
  border: 1px solid #7a1d2f;
  background: #7a1d2f;
}
@media screen and (max-width: 1680px) {
  .sidebar-share {
    left: 2%;
  }
}
@media screen and (max-width: 1366px) {
  .sidebar-share {
    left: 2%;
  }
  .main-product .con > ul li .bottom {
    padding: 1.5rem 1.5rem 88%;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 5.5rem;
  }
  .banner .text-con {
    top: 33%;
  }
  .sidebar-share {
    left: 2%;
  }
  .main-product .con > ul li .bottom {
    padding: 1.5rem 1.5rem 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 15rem;
    overflow: hidden;
  }
  .banner img {
    width: auto;
  }
  .banner .text-con {
    top: 22%;
  }
  .banner .text-con .text .right {
    width: 74%;
  }
  .banner .text-con .text .right h2 {
    font-size: 16px;
  }
  .banner .text-con .text .right p {
    font-size: 12px;
    width: 100%;
  }
  .digitize {
    padding-bottom: 5rem;
  }
  .digitize .con h2 {
    font-size: 16px;
    margin-bottom: 3rem;
    padding-top: 3rem;
  }
  .digitize .con .text p {
    font-size: 13px;
    width: 80%;
  }
  .digitize .con .text:before {
    left: 0;
  }
  .digitize .con .text:after {
    right: 0;
  }
  .digitize .con .btn a {
    font-size: 14px;
  }
  #doing {
    padding-top: 2rem;
  }
  #doing .title {
    padding: 1rem 0 1rem;
  }
  #doing .title h2 {
    font-size: 22px;
  }
  #doing .title h2:before {
    font-size: 20px;
  }
  #doing .title h2:after {
    font-size: 20px;
  }
  #doing .doing-con .text p {
    font-size: 13px;
  }
  .income {
    padding-bottom: 3.5rem;
  }
  .income .title {
    padding: 2rem 0 1rem;
  }
  .income .title h2 {
    font-size: 22px;
  }
  .income .title h2:before {
    font-size: 20px;
  }
  .income .title h2:after {
    font-size: 20px;
  }
  .income .income-con .text p {
    font-size: 13px;
  }
  .case-introduce {
    padding: 1rem 0;
  }
  .case-introduce .con {
    padding-right: 10px;
  }
  .case-introduce .con h4 {
    font-size: 12px;
  }
  .case-introduce .con h2 {
    font-size: 16px;
  }
  .case-introduce .con p {
    font-size: 13px;
  }
  .client-evaluation {
    padding-bottom: 7rem;
  }
  .client-evaluation .title {
    padding: 2rem 0 1.5rem;
  }
  .client-evaluation .title h2 {
    font-size: 22px;
  }
  .client-evaluation .title h2:before {
    font-size: 20px;
  }
  .client-evaluation .title h2:after {
    font-size: 20px;
  }
  .client-evaluation .con .swiper-slide .left {
    width: 100%;
  }
  .client-evaluation .con .swiper-slide .right {
    width: 100%;
    padding-top: 14%;
  }
  .client-evaluation .con .swiper-slide .right:before {
    font-size: 28px;
    top: 10px;
  }
  .client-evaluation .con .swiper-slide .right h4 {
    font-size: 22px;
  }
  .client-evaluation .con .swiper-slide .right h3 {
    font-size: 14px;
  }
  .client-evaluation .con .swiper-slide .right .text p {
    font-size: 13px;
    text-align: justify;
  }
  .client-evaluation .con .swiper-pagination {
    bottom: -4rem;
  }
  .main-product {
    padding-bottom: 3rem;
  }
  .main-product .title {
    padding: 2rem 0 1.5rem;
  }
  .main-product .title h2 {
    font-size: 22px;
  }
  .main-product .title h2:before {
    font-size: 20px;
  }
  .main-product .title h2:after {
    font-size: 20px;
  }
  .main-product .con > ul li {
    width: 48.5%;
    margin-top: 1rem;
  }
  .main-product .con > ul li:not(:last-child) {
    margin-right: 0;
  }
  .main-product .con > ul li:nth-child(odd) {
    margin-right: 3%;
  }
  .main-product .con > ul li .bottom {
    padding: 1.5rem 1.5rem 116%;
  }
  .main-product .con > ul li .bottom h2 {
    font-size: 16px;
  }
  .main-product .con > ul li .bottom p {
    font-size: 13px;
  }
  .case-about {
    padding: 4.5rem 0 3rem;
  }
  .case-about .con {
    width: 80%;
  }
  .case-about .con h2 {
    font-size: 14px;
  }
  .case-about .con .play {
    margin: 1.5rem auto 0;
  }
  .sidebar-share {
    left: auto;
    right: 1%;
    top: 44%;
  }
  .sidebar-share .bdsharebuttonbox .er #code {
    right: auto;
    left: -144px;
    top: -48px;
  }
  .sidebar-share .bdsharebuttonbox .er #code:before {
    border-color: transparent transparent transparent #fff;
    left: auto;
    right: -22px;
  }
  .doing-mask .doing-text {
    width: 80%;
    padding: 1.5rem;
  }
  .doing-mask .doing-text h2 {
    font-size: 16px;
  }
  .doing-mask .doing-text p {
    font-size: 13px;
    line-height: 1.8;
  }
  .paper {
    padding: 2.5rem 0;
  }
  .paper p {
    font-size: 16px;
  }
  .paper p a {
    margin-top: 1.5rem;
    font-size: 14px;
    margin-left: 0;
    display: block;
    margin: 18px auto 0;
  }
}
/*# sourceMappingURL=case_detail.css.map */

.add-bg{
  background: #edeef0;
}